body {
	margin:10px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background: url('/images/bg2.png') top left repeat;
}

input {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
}
td {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

/* Link Default */
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #B76A29;
	text-decoration: none;
	letter-spacing: normal;
	word-spacing: 1px;
	font-weight: bold;
}
a:hover {
	text-decoration: underline overline;
}
a.highlight { 
	background: #E9B435;
}
.header{ background-image: url('/images/header.png'); background-repeat: no-repeat; width: 860px; height:111px; }
/* End Link Default */



/* Head Area */
#areahead {
	
}
#areahead a {
	color: #aaaaaa;
}
/* End Head Area */


/* Top Area */
#areatop {
	vertical-align:text-middle;
	text-align: center;
	color: black;
	padding-left: 20px;
	padding-top: 9px;
}
#areatop img { vertical-align: middle; }
#areatop a {
	color: black;
	font-size: 14px;

}

/* End Top Area */


/* Left Area */
#arealeft {
	background: url('/images/left_menu_bg.png') top left repeat-y;
	padding-top: 5px; 
	padding-left: 5px; 
	color: white;
	line-height: 24px;

}
#arealeft a {
	color: white;
}
/* End Left Area */

/* Right Area */
#arearight {
	padding-top: 5px; 
	padding-left: 5px; 
	border-left: 1px dotted green;
}
#arearight a {
}
/* End Right Area */


/* Bottom Area */
#areabottom {
	padding-top: 5px; 
	padding-left: 5px; 
	
}
#areabottom a {
color: black;
}
/* End Bottom Area */



/* Main Content Area */
#areacontent {
	background: url('/images/main_bg.png') #ffffff center center no-repeat;
	padding: 15px 25px 15px 15px; 
	margin-right: 5px;
	border-right: 1px solid black;
	border-left: 1px solid black;
}
#areacontent a {
	color: #B58308;
	font-weight: bold;
}
#areacontent .tickertitle {
	font-size: 15px;
	font-weight: bold;
}
#areacontent .tickertext {
	font-size: 12px;
	font-weight: normal;
}

/* End Main Content Area  */


.ticker { width:434px; height:88px; overflow: auto;}
.tickertitle { font-size: 26px; font-weight: bold; font-style: italic; }
.tickertext { font-size: 16px;}
.announcement {font-size: 12px;}
.announcement a {color: #B58308; font-weight: bold;}

.scrollbar { scrollbar-base-color: #9999cc; scrollbar-arrow-color: white; scrollbar-track-color: #ccccff; scrollbar-shadow-color: black; scrollbar-lightshadow-color: black;
scrollbar-darkshadow-color: gray; scrollbar-highlight-color: white; scrollbar-3dlight-color: black; }

/* Product listing lines  */
#ProductLine{
	/* border: 1px solid black; */
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	float:left; 
	clear: both;
	margin-bottom: 10px;
	cursor: pointer;
	width: 480px;
	border-bottom: 1px dotted grey;
}
.ProductLineHover{
	background: #FFe1cc;
}

#ProductLine .img {
	float:left; 
	margin: 5px;
	width: 90px;
}
#ProductLine .sku {
	overflow: hidden;
	float:left; 
	width: 380px;
	margin-top: 5px;
}
#ProductLine .desc {
	float:left; 
	width: 380px;
	margin-top: 5px;
}
#ProductLine .price {
	font-weight: bold;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	font-size: 13px;
	float:left; 
	width: 370px;
}
/* End Product listing lines  */


/* Product Display  */
#Product {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	float:left; 
	margin-bottom: 10px;
	clear: both;
	width: 475px;
}
#Product .skudesc{
	clear: both;
	padding-top: 5px;
	padding-bottom: 10px;
	width: 470px;
}
#Product .detailsprice{
	float: left;
	width: 265px;
	margin-left: 5px;
}
#Product .img{
	float: left;
	width: 200px;
	text-align: center;
}



/* End Product Display  */

/* Related Products within Product  */
#RelProductLine{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	float:left; 
	margin-bottom: 10px;
	margin-right: 10px;
	cursor: pointer;
	width: 220px;
	border-bottom: 1px dotted grey;
	border-right: 1px dotted grey;
}
.RelProductLineHover{
	background: #FFe1cc;
}

#RelProductLine .img {
	float:left; 
	margin-left: 5px;
	width: 90px;
}
#RelProductLine .desc {
	float:left; 
	width: 120px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#RelProductLine .price {
	font-weight: bold;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	font-size: 13px;
	float:left; 
	width: 120px;
}
/* End Related Products within Product  */