p { /* sets line height for anything withen the <p></p> elements*/
	line-height: 120%;
}
#product_frame/* all elements apear in order as seen on the page - left to right, top to bottem */
 { /* frame for top section of product page */
	height: 250px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#top_left { /* left half containing the image */
	width: 186px;
	height: 250px;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#img_box { /* div for the book/product image */
	height: 150px;
	padding-top: 20px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#img_more { /* div for "view more image" under the image thumbnail DO NOT EDIT! */
	height: 30px;
}

#top_right { /*right half containing title, item #, description, price, paypal DO NOT EDIT! */
	width: 510px;
	height: 250px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 187px;
}

#info_box_top { /* top of rounded box DO NOT EDIT! */
	background-image: url(../images/layout/info_box_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 7px;
	margin: 0px;
	padding: 0px;
}
#info_box_body { /* body of rounded box */
	background-image: url(../images/layout/info_box_body.gif);
	height: 100%;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#info_heading { /* title for rounded box */
	font-size: 16pt;
	color: #09699F;
	height: 30px;
	width: auto;
	margin: 0px;
	padding: 0px;
}
#info_item_num {
	font-size: 9pt;
	height: 20px;
	width: auto;
	padding-bottom: 5px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#info_desc {
	margin: 0px;
	width: 300px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: left;
}

#info_paypal {
	width: 169px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #96CE58;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#info_box_bottem { /* bottem of rounded box DO NOT EDIT! */
	height: 8px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/layout/info_box_bottem.gif);
}
#info_paypal td {
	padding-bottom: 10px;
}
#main_desc_frame { /*frame for main content area DO NOT EDIT! */
	height: auto;
	border: 1px solid #A6D2FF;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
	clear: right;
}


#main_desc_heading { /* title for main content description  DO NOT EDIT! */
	height: 25px;
	font-size: 12pt;
	background-image: url(../images/layout/heading_bg.gif);
	background-repeat: repeat-x;
	color: #09699F;
	padding-left: 10px;
}
#desc_body { 
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}



/* the following are for undordered lists (<ul></ul>)  DO NOT EDIT! */
.list_style {
	background-image: url(../images/layout/arrow_sm.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding-left: 12px;
	line-height: 200%;
}
ul#list {
	list-style-type: none;
	line-height: 175%;
}

ul#list li {
	background-image: url(../images/layout/arrow_sm.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 12px;
}



#chpt_top_frame {
	height: 100%;
	background-image: url(../images/layout/heading_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 1px solid #A6D2FF;
}

#chpt_top_head {
	height: 30px;
	color: #2C7094;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#chpt_top_head_functions a {
	color: #2C7094;
	text-decoration: none;
}

#chpt_top_head_title {
	float: left;
	width: 50%;
	font-size: 13pt;
	font-weight: bold;

}
#chpt_top_head_functions {
	float: left;
	width: 50%;
	text-align: right;
	font-weight: bold;
}
#chpt_top_body_desc1 {
	color: #990000;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 10pt;
}
#chpt_top_body_desc2 {
	color: #09699F;
	padding-top: 3px;
	padding-bottom: 5px;
}
#chpt_top_head_functions form {
	margin: 0px;
	padding: 0px;
}
