@charset "utf-8";

body {
	background-color: #FFFFFF;
	color: #000;
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

img {
	border: 0px;
}

a:link, a:visited {
	color: #003399;
}

a:hover {
	color: #FF0000;
}

DIV#pageContainer {
	width: 100%;
	margin: auto;
}

DIV#headerContainer {
	width: 100%;
	margin: auto;
	height: 136px;
	background-position: top;
	background-repeat: repeat-x;
	background-imgage: url(/images/head_bg.png);
	overflow: hidden;
	border-bottom: 1px solid #999999;
}

H1#SiteTitle {
	color: #036;
	float: left;
	margin: 0px;
	padding-left: 7px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	font-weight: bold;
	position: absolute;
}

H1#SiteTitle A:link, H1#SiteTitle A:visited {
	color: #036;
	text-decoration: none;
}

H1#SiteTitle A:hover {
	color: #036;
	text-decoration: underline;
}

DIV#SiteDesc {
	color: #888888;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	position: absolute;
	padding-left: 7px;
	top: 25px;
}

DIV#mainMenu {
	top: 3px;
	right: 10px;
	text-align: right;
	position: absolute;
}

DIV#mainMenu a:link, DIV#mainMenu a:visited {
	font-weight: bold;
	color: #000000;
}

DIV#mainMenu a:hover {
	color: #FF0000;
}

DIV#tabMenu {
	text-align: center;
	width: auto;
	margin: auto;
	z-index: 10;
	display: block;
	position: absolute;
	margin-top: 55px;
	right: 10px;
}

DIV.tab {
	width: auto;
	height: 55px;
	float: left;
	margin-left: 5px;
	display: block;
}

DIV.tab DIV.tabLeft {
	width: 10px;
	height: 55px;
	background-image: url(/images/tab_left.png);
	background-position: top;
	background-repeat: no-repeat;
	float: left;
}

DIV.tab H2.tabTitle {
	margin: 0px;
	padding: 0px;
	height: 40px;
	background-image: url(/images/tab_bg.png);
	background-position: top;
	background-repeat: repeat-x;
	float: left;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	padding-top: 15px;
}

DIV.tab H2.tabTitle A:link, DIV.tab H2.tabTitle A:visited {
	color: #FFFFFF;
	text-decoration: none;
}

DIV.tab H2.tabTitle A:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

DIV.tab DIV.tabTitle {
	height: 40px;
	background-image: url(/images/tab_bg.png);
	background-position: top;
	background-repeat: repeat-x;
	float: left;
	color: #FFFFFF;
	font-size: 8px;
	font-weight: bold;
	padding-top: 15px;
}

DIV.tab DIV.tabTitle a:link, DIV.tab DIV.tabTitle a:visited {
	color: #FFFFFF;
}

DIV.tab DIV.tabTitle a:hover {
	color: #00FFFF;
}

DIV.tab DIV.tabRight {
	width: 10px;
	height: 55px;
	background-image: url(/images/tab_right.png);
	background-position: top;
	background-repeat: no-repeat;
	float: left;
}

DIV#toolbar {
	position: absolute;
	width: 100%;
	background-image: url(/images/bar.png);
	background-repeat: repeat-x;
	height: 36px;
	margin-top: 100px;
	padding-top: 5px;
	z-index: 3;
}

DIV#toolbar DIV#searchForm {
	width: 250px;
	margin-left: 5px;
}

DIV#contentContainer {
	width: 100%;
}

IMG#LargeImage {
	margin: 10px;
	margin-top: 0px;
	float: left;
}

H2#ProductName {
	font-size: 18px;
	color: #036;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	text-decoration: underline;
}

DIV#leftContent {
	width: 20%;
	float: left;
}

DIV#leftContent DIV.header {
	background-color: #99F;
	font-weight: bold;
	color: #006;
	padding: 4px;
	border-bottom: 1px solid #66F;
	margin-top: 10px;
}

DIV#leftContent DIV.leftMenu {
	background-color: #CCF;
	padding: 5px;
}

DIV#leftContent DIV#leftAds {
	background-color: #CCF;
	padding: 5px;
}

DIV#leftContent DIV.leftMenu DIV.menu {
	display: block;
	padding: 2px;
	text-decoration: none;
}

DIV#leftContent DIV.leftMenu h3.menu {
	display: block;
	padding: 2px;
	margin: 0px;
	font-style: normal;
	text-decoration: none;
	font-size: 12px;
}

DIV#leftContent DIV.leftMenu DIV.menu A:link, DIV#leftContent DIV.leftMenu DIV.menu A:visited {
	color: #006;
}

DIV#leftContent DIV.leftMenu H3.menu {
	display: block;
	padding: 2px;
	text-decoration: none;
}



DIV#centerContent {
	width: 78%;
	float: right;
}

DIV#centerContent DIV#breadcumb {
	font-size: 10px;
	display: block;
	padding-left: 3px;
	padding-top: 5px;
	margin-bottom: 20px;
}

DIV#centerContent DIV#breadcumb a:link, DIV#centerContent DIV#breadcumb a:visited {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}

DIV#centerContent DIV#breadcumb a:hover {
	color: #990000;
}

DIV#centerContent DIV#totalItems {
	font-size: 10px;
	display: block;
	padding-left: 3px;
	padding-top: 5px;
	text-align: right;
}

DIV#centerContent DIV#products {
	width: 100%;
	display: block;
}

DIV#centerContent DIV#products DIV.product {
	width: 50%;
	float: left;
	overflow: hidden;
}

DIV#centerContent DIV#products DIV.product DIV.price {
	font-weight: bold;
	color: #900;
	margin-top: 10px;
}

DIV#centerContent DIV#products DIV.product DIV.detail {
	margin-top: 10px;
}

DIV#centerContent DIV#products DIV.product DIV.header {
	font-weight: bold;
	padding: 3px;
	font-size: 12px;
}

DIV#offerLists {
	float: right;
	width: 48%;
}

DIV#OfferImage {
	float: left;
	width: 48%;
}

DIV.offerInfo {
	margin: 5px;
	border: 2px solid #993;
	background-color: #FFC;
}

DIV.offerInfo DIV.head {
	font-weight: bold;
	color: #800;
	padding: 4px;
}

DIV.offerInfo DIV.detail {
	padding: 4px;
}

DIV.similar {
	width: 150px;
	float: left;
	margin-left: 8px;
}

DIV.image {
	float: left;
	width: 109px;
	height: 109px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	background-image: url(/images/imagebg.png);
	background-position: 3px 3px;
	background-repeat: no-repeat;
}

DIV.image img {
	border: 1px solid #89A2C8;
	margin: auto;
}

DIV.pages {
	text-align: center;
	margin: 10px auto;
	clear: both;
}

DIV.pages A {
	border: 1px solid #006699;
	background-color: #CCFFFF;
	padding: 3px;
	color: #006699;
	text-decoration: none;
}

DIV.pages A:hover {
	border: 1px solid #660000;
	background-color: #FFCCFF;
	text-decoration: none;
	padding: 3px;
	color: #660000;
}

DIV.pages A.selected {
	background-color: #FFCCFF;
}

DIV.tags {
	margin: 10px auto;
	width: 80%;
	border: 2px solid #0C0;
	background-color: #6C9;
}

DIV.tags DIV.taghead {
	font-weight: bold;
	color: #060;
	padding: 4px;
	border-bottom: 1px solid #0C0;
}

DIV.tags DIV.taglist {
	padding: 8px;
}

DIV.tags DIV.taglist A:link, DIV.tags DIV.taglist A:visited {
	text-decoration: underline;
	color: #060;
	padding: 5px;
}

DIV.review {
	margin: 10px auto;
	width: 70%;
	border: 2px solid #F90;
	background-color: #6CF;
}

DIV.review DIV.reviewHead {
	font-weight: bold;
	color: #036;
	padding: 4px;
	border-bottom: 1px solid #CCC;
}

DIV.review DIV.reviewDetail {
	padding: 5px;
}

DIV.review DIV.reviewDate {
	padding: 5px;
	text-align: right;
	color: #565656;
}

DIV#footContainer {
	clear: both;
	padding: 5px;
	padding-bottom: 10px;
	color: #000000;
	font-size: 10px;
	border-top: 1px solid #666666;
}

DIV#footContainer a:link, DIV#footContainer a:visited {
	color: #000000;
	padding: 3px;
}

DIV#footContainer a:hover {
	color: #000000;
	text-decoration: none;
}

DIV#copyright {
	width: 50%;
	float: right;
	text-align: right;
}

DIV#signature {
	width: 50%;
	float: left;
	text-align: left;
}

DIV#signature a:link, DIV#signature a:visited, DIV#signature a:hover {
	margin-bottom: 3px;
}

DIV.clear {
	clear: both;
}

/*********************************************/
#modal_container {
	padding:5px;
	background-color:#FFFFFF;
	border:1px solid #666666;
	overflow:auto;
	font-family:"Lucida Grande",Verdana;
	font-size:12px;
	color:#333333;
	text-align:left;
}

#modal_container.test {
	background-color:#900000;
	color:#F0F0F0;
	padding:30px;
	text-align:center
}

#modal_overlay {
	background-color:#000000;
}

#modal_overlay.test {
	background-color:#F0F0F0;
}

#modal_container.dialog {
	background-color:#900000;
	color:#FFFFFF;
	padding:30px;
	text-align:center
}

#modal_overlay.dialog {
	background-color:#FFFFFF;
}

.simple_window {  
	width:250px;  
	height:50px;  
	border:1px solid #000;  
	background-color:#fff;  
	padding:10px;  
	text-align:left;  
	font-family:"Lucida Grande",Verdana;  
	font-size:12px;  
	color:#333;  
}

input.updown {
	width: 30px;
	height: 12px;
	font-size: 10px;
	text-align: right;
}