@charset "utf-8";

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;	
}

.MainPage {
	background-color:#FFFFFF;
	text-align:center;
	color: #666666;
	font-size: 11px;
}

#container {
	width: 970px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin: 0 auto 0 auto;

	padding-right: 6px;
	padding-left: 10px;
	height: auto;

} 

#LeftColumn {
	width: 235px;
	margin-bottom: 10px;	
	float: left;
	font-size: 12px;
	color: #000000;
	text-align:left;
	position: static;
}
#LeftColumn a{
	text-decoration:none;
	color:#333333;
}

.MainPage #Header {
	width: 970px;
    height: 210px;
	font-size: 11px;
	text-align:center;
}



.MainPage #Header a{
	text-decoration:none;
	color:#333333;
}

.MainPage #Header a:hover{
	text-decoration:underline;
	color:#c562a5;
}

.MainPage #LeftColumn a:hover {
	text-decoration:underline;
	color:#c562a5;
}
#Content  {
	height: auto;
	background-color: #ffffff;
	font-size: 11px;
	color: #333333;
	width: 1000px;
	
}

.MainPage #menu {
	background-image: url(/images/menu_bg.gif);
	background-repeat: repeat-x;
	height: 27px;
	width: 100%;
	margin-top: 5px;
	text-align: center;
}

.MainPage #new_menu {
	background-color:#000000;
	height: 28px;
	width: 100%;
	margin-top: 10px;
}

.MainPage #searchbar {
	height: 30px;
	width: 100%;
	margin-top: 5px;
	padding: 5px 0px 5px 0px;
	text-align: center;
	background-color:#EEEEEE;
}

.MainPage #ListImage {
	height: 140px;
	width: 140px;
	float: left;
	background-color: #FFFFFF;
}
.MainPage #ItemTitle {
	
	font-size: 17px;
	font-weight: bold;
	color: #c562a5;
	text-decoration: none;
	height: 20px;
}
.MainPage  #ItemTitle a{
	
	font-size: 18px;
	font-weight: bold;
	color: #c562a5;
	text-decoration: none;
}

.MainPage  #ItemTitle a:hover{
	color: #666666;
	text-decoration: underline;
}

.MainPage #WasPrice {
	
	font-size: 12px;
	color: #333333;
	text-decoration: line-through;
}


.clearfloat { 
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.footer {

	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
h1 {
	font-size:22px;
	color:#FFFFFF;
	text-decoration:bold;
}	

.ListItem  {
	padding: 5px;
	height: 140px;
	width: 710px;
	margin-top: 1px;
	margin-right: 10px;
	margin-bottom: 1px;
	margin-left: 10px;
	background-color: #ffffff;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}


.ListImage {
	height: 140px;
	width: 140px;
	float: left;
	background-color: #FFFFFF;
}
.ItemTitle {
	
	font-size: 17px;
	font-weight: bold;
	color: #c562a5;
	text-decoration: none;
	height: 20px;
}
.ItemTitle a{
	
	font-size: 18px;
	font-weight: bold;
	color: #c562a5;
	text-decoration: none;
}

.ItemTitle a:hover{
	color: #666666;
	text-decoration: underline;
}
.ListPrice {
	float: right;
	height: 140px;
	width: 100px;
	text-align: right;
	vertical-align: bottom;
}
.ListSpec {
	height: 140px;
	width: 465px;
	float: left;
	padding-left: 5px;
}

.WasPrice {
	
	font-size: 12px;
	color: #333333;
	text-decoration: line-through;
}

.FooterText {
	
	font-size: 9px;
	color: #666666;
	text-align:left;
	}

.FooterText a{
	
	font-size: 9px;
	color: #666666;
	text-align:left;
	text-decoration:none;
	}


.FooterText a:hover{
	color: #c562a5;
	text-decoration:underline;
	}

.MainPage #addressColumn {
	width:170px;
	text-align:left;
	float:left;
}
.MainPage #vendorInfo {
	width:800px;
	text-align:left;
	margin-left:180px;
	height:auto;
}
.MainPage #productBox {
	width:800px;
	margin-top:10px;
	padding-top:10px;
	padding-bottom:10px;
	border-top: #CCCCCC dotted thin;
	border-bottom: #CCCCCC dotted thin;
	float:left;
	height:auto;
	position:relative;
}
.productholder {
	width:140px;
	height:265px;
	float:left;
	background-image:url(../images/product_cell.gif);
	text-align:left;
	padding:4px;
	font-size:11px;
	background-color:#FFFFFF;
	text-decoration:none;
}
.productholder:hover {
	background-image:url(../images/product_cell2.gif);
	padding:7px 3px 3px 7px;
}

.productholder a{
	text-decoration:none;
	color:#666666;
}

.productholder a:hover{
	text-decoration:none;
	color:#c562a5;	
}

.priceholder {
	text-align:left;
	width:80px;
	margin-right:5px;
	margin-bottom:5px;
	padding-left:2px;
	height:28px;
	float:left;
	font-size:12px;
}
.priceholderbig {
	text-align:left;
	width:100px;
	margin-right:5px;
	margin-bottom:5px;
	padding-left:2px;
	height:30px;
	float:left;
	font-size:12px;
}

.priceholderHighlight {
	text-align:center;
	width:260px;
	padding-left:5px;
	height:30px;
	float:left;
	font-size:14px
}


.iconholder {
	text-align:left;
	width:31px;
	margin-bottom:5px;
	padding-left:0px;
	height:28px;
	float:left;
}

.MainPage #refer_friend {
	position:absolute;
	left:120px;
	top:20px;
	border:thin #666666 solid;
	background-image:url(/images/white.png);
	z-index:10;
	width:400px;
	height:350px;
	padding:5px;
	text-align:left;
	visibility:hidden
}

.GridItem {
	background-image:url(../images/grid_cell.gif);
	width:160px;
	height:340px;
	float:left;
	margin:3px;
	text-align:justify;
	padding:5px;
	font-size:10px;
	background-color:#FFFFFF;
}

.GridItem:hover {
	background-image:url(../images/grid_cell2.gif);
	padding:6px 4px 4px 6px;
}

.formfield {
	border : solid 1px #CCCCCC;
	background: #FFFFFF;
	color : #555555;
	font-weight : normal;
	font-size : 11px;
	padding: 0px;
}

.productholderBIG {
	width:260px;
	height:360px;
	margin:10px;
	border:#EEEEEE thin solid;
	text-align:justify;
	padding:20px;
	font-size:13px;
	background-color:#EEEEEE;
	background-image: url(/images/refer_product_cell.gif);
}


.moreinfo{
color:#000000;
text-decoration:none;
}

.moreinfo a{
color:#000000;
text-decoration:none;
}

.moreinfo a:hover{
	color:#c562a5;
	text-decoration:none;
}

.dwl_item {margin:0px 10px 0px 0px; height:200px; width:200px; padding:15px;}