@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f5f6f7;
}
.wrapper {
	/*we need to tell the browser the size of the warpper div*/
	width:990px;
	height:650px;
	/*aligns the page to the center horizontal (x)*/
	margin-left:auto;
	margin-right:auto;
	/*aligns the age to the center vertical (y)*/
	position: absolute;
	top: 50%;
	left: 50%;
	/*resets the offset (should be half the width and height*/
	margin-top:-325px;
	margin-left:-495px;
	/*allows us to see wrapper*/
	background-color:;
}
.override #googlecart-widget-head { 
	background:#f5f6f7;
	border-color: #f9bd2e;
} 
.override #googlecart-arrow { 
	color: #ffffff; 
} 
.override #googlecart-title { 
	color: #898989; 
} 
.override #googlecart-summary { 
	color: #898989; 
}
.override #googlecart-widget-body {
	border-color: #f9bd2e;
}
a:link, a:visited {
	text-decoration: underline;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #666;
}
a:hover { 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	color: #f9bd2e; 
	font-size: 11px; 
	text-decoration: underline;    
}
a.link_btm, a.link_btm:visited {
	text-decoration:none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #959595;
}
a.link_btm:hover {
	text-decoration:underline;
}
.dotted_border {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-top-color: #acacac;
	border-right-color: #acacac;
	border-bottom-color: #acacac;
	border-left-color: #acacac;
}
.body_text {
	font-family: Tahoma, Verdana, Arial, "MS Sans Serif", "MS Serif";
	font-size: 11px;
	line-height: 20px;
	color: #666;
}
.fotter_text {
	font-family: Tahoma, Verdana, Arial, "MS Sans Serif", "MS Serif";
	font-size: 10px;
	line-height: 25px;
	color: #959595;
}
.product_text {
	font-family: Tahoma, Verdana, Arial, "MS Sans Serif", "MS Serif";
	font-size: 11px;
	line-height: 15px;
	color: #666;
}
.body_div {
	width: 990px;
}
.jump_menu {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	width: 125px;
	height: 17px;
	background-color: #ffffff;
	border: 1px solid #acacac;
	padding-left: 2px;
}