/*------------------------------------------------body_area--------------------*/
#body_area{
	width:760px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
	padding: 0px;
	height: auto;
	background-color: #fefacb;
	float: left;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	padding-bottom:1em;
}
#innerbody_area{
	
	width:760px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #908b51;
	text-decoration: none;
	float: none;
	padding: 0px;
}
.mainbodyarea {
	width:420px;
	margin: 0px;
	float: left;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #fefacb;
	background-position: top;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.maincartarea {
	width:585px;
	margin: 0px;
	float: left;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #fefacb;
	background-position: top;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #066933;
}
.innermainbody{
	margin: 0px;
	width:395px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	height:auto;
	
}
.maintitle {
	font-family: arial;
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.dottedline{
	background-image:   url(../images/bg-dot.gif);
	width:1px;
	background-repeat: repeat-y;
	background-position: top;
	}
.leftbar {
	margin: 0px;
	float: left;
	height: auto;
	width: 165px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #fefacb;
	background-position: top;
	background-attachment: scroll;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-image:   url(../images/leftbg1.jpg);
	background-repeat: repeat-y;
	background-position: top;
}
.leftformula {
	margin: 0px;
	width:157px;
	padding-top: 0px;
	padding-right:3px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.rightbar {
	margin: 0px;
	float: right;
	height:auto;
	width: 165px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #fefacb;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-image:   url(../images/rightbg.jpg);
	background-repeat: repeat-y;
	background-position: top;
}
.rightimages {
	margin: 0px;
	width:157px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.producttitle {
	font-family: Tahoma,Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 1em 1em;
	color: #333333;
}
.productdesc {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.button {
	background-color: #2d8a63;
	color: #FEFACB;
	font-weight:bold;
	font-family: verdana;
	border: 1px solid #333333;/**/
	font-size: 12px;
}
.cartbutton {
	background-color: #2d8a63;
	color: #FEFACB;
	font-weight:bold;
	font-family: verdana;
	border: 1px solid #333333;/**/
	font-size: 12px;
}
.cartheader {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.cartcontent {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
div.shippingestimate {
	clear:both;
	border: 1px dotted;
	padding:1em;
	margin-bottom:1em;
	}
.warning {
	font-weight: normal;
	color:#F00;
	font-size:.9em;
}
table.cssMainTable {
	border: 1px solid black;
	margin:1em;
}
.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	font-size:1.0em;
	background-color:#F4EFAF;
	width:400px;
	margin-bottom:0px;
	margin-top:2px;
	padding-left:2px;	
	height:auto;
	border-bottom:1px solid #333333;
	/*border-top:1px solid #333333;*/
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	
	background-color:#FEFACB;
	width:400px;
	/*border:1px solid #317082;*/
	/* End layout CSS */
	border-bottom:1px solid #333333;
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:1.1em;	
	position:relative;
}