body {
	margin:10px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	background: #666666;

	/*
	background-image: url(../images/checkmailbox.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	*/
}
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: #ffffff;
}

/* Link Default */
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: normal;
	word-spacing: 1px;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a.highlight { 
	background: #E9B435;
}
/* End Link Default */



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


/* Top Area */
#areatop {
	border-bottom: 1px dotted green;
}
#areatop a {
	color: #aaaaaa;
}
/* End Top Area */


/* Left Area */
#arealeft {
	padding-top: 5px; 
	padding-left: 5px; 
	border-right: 1px dotted green;
}
#arealeft a {
}
/* 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; 
	border-top: 1px dotted green;
}
#areabottom a {
color: #aaaa00;
}
/* End Bottom Area */



/* Main Content Area */
#areacontent {
	padding-top: 5px; 
	padding-left: 5px;
	padding-bottom: 10px;
}
#areacontent a {
	color: #ffffff;
	font-weight: normal;
}
#areacontent .tickertitle {
	font-size: 15px;
	font-weight: bold;
}
#areacontent .tickertext {
	font-size: 12px;
	font-weight: normal;
}

/* End Main Content Area  */



/* 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: 620px;

}
#Product .skudesc{
	clear: both;
	padding-top: 5px;
	padding-bottom: 10px;
	width: 100%;
}
#Product .detailsprice{
	float: left;
	width: 390px;

	padding:0px 5px;
}
#Product .img{
	float: right;
	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  */

.marquee {
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 9px;
	text-decoration: none;
	color:#FFFFFF;
}
a.marquee {
	text-decoration: none;
	FONT-SIZE: 9px;
	color:#FFCC00;
}
a.marquee:hover {
	text-decoration: underline;
	color:#FFCC00;
}
a.marquee:visited {
	text-decoration: none;
	color:#FFCC00;
}


.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color:#FFFFFF;
}
a.footer {
	text-decoration: none;
	font-size: -1;
	color:#FFCC00;
}
a.footer:hover {
	text-decoration: underline;
	color:#FFFFFF;
}
a.footer:visited {
	text-decoration: none;
	color:#FFFFFF;
}


.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color:#ffffff;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color:#FFCC00;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}

.leftmenu_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color:#FFCC00;
}


.mmenutop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	color:#FFCC00;
}
a.mmenutop {
	text-decoration: none;
}
a.mmenutop:hover {
	text-decoration: underline;
	color:#FFFFFF;
}
a.mmenutop:active {
	text-decoration: none;
}
a.mmenutop:visited {
	text-decoration: none;
}


.mmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color:#FFFFFF;
}
a.mmenu {
	text-decoration: none;
}
a.mmenu:hover {
	color:#990000;
}
a.mmenut:active {
	text-decoration: none;
}
a.mmenu:visited {
	text-decoration: none;
}
.bold
	font-weight: bold;
}