*{
	margin:0px;
	padding:0px;
}
body{
	background-color:white;
	font-family:Arial,Helvetica,sans-serif;
	color:black;
	font-size:14px;
	margin-top:20px;
}
a{
	color:#0000CC;
}
h1{
	font-size:22px;
	text-align:center;
	color:black;
}
h2{
	font-size:18px;
	font-weight:bold;
	display:inline;
}
h3{
	background:#E5ECF9 none repeat scroll 0 0;
	border-top:1px solid #89A9E4;
	font-weight:bold;
	padding:4px 6px;
	clear:both;
	font-size:14px;
	margin-top:10px;
}
h4{
	font-size:18px;
	font-weight:bold;
}
h5{
	font-size:14px;
	margin-top:10px;
	font-weight:bold;
}
#logo{
	width:240px;
	margin:auto;
}
#wrapper {
	text-align: left;
	margin:auto;
	border:0;
	width: 800px;
}
#header {
	margin: 15px auto;
	width:470px;
}
#searchWrapper{
	width:470px;
	margin:auto;
	margin-bottom:10px;
	height:38px;
	color:black;
	background:white;
	border:1px solid #CCCCCC;
}
#search{
	float:left;
}
#loader{
	padding:7px 7px 0px 0px;
	float:right;
	display:none;
}
#inputString{
	border:none;
	background:#FFFFFF url(../img/search.png) no-repeat 5px 10px;
	font-family:Helvetica,Arial,Sans-serif;
	font-size:18px;
	margin:0;
	padding:8px 10px 8px 35px;
	width:390px;
	height:auto;
}
#searchResult{
	clear:both;
	background:white;
	display:none;
	margin-left:-1px;
	margin-top:-1px;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:20px;
}	
.result{
	clear:both;
	height:85px;
	overflow:hidden;
	width:470px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}
.result:hover{
	background:#f5f5f5;
	cursor: pointer; 
	cursor: hand;
}	
#noresult{
	width:460px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	padding:5px 0px 5px 10px;
}		
.result .title{
	color:#0000CC;
	text-decoration:underline;
	float:left;
	padding:5px 5px 5px 10px;
	width:370px;
}
.result .thumb{
	float:right;
	padding-top:5px;
	width:85px;
}
#content{
}
#links{
	margin-bottom:20px;
}
#linksMenu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left:285px;
}
#linksMenu li{
	display:inline;
	margin-right:5px;
}
#linksMenu li a{
	text-align:center;
}
#privatePolicy ul{
	margin-left:15px;
}
#about{
	display:none;
}
#privatePolicy{
	display:none;
}
#ad{
	margin:15px 0 15px 36px;
	width:728px;
}
#contentLoader{
	background:white;
	border:1px solid #CCCCCC;
	margin-top:100px;
	margin-left:267px;
	position:absolute;
	padding:10px;
	height:48px;
	width:243px;
}
#contentLoader h2{
	margin-left:60px;
	margin-top:12px;
	position:absolute;
}
#contentLoader img{
	position:absolute;
}
#content img{
	margin:10px 0px 15px 0px;
	border:2px solid #EFEFEF;
	max-height:215px;
	max-width:215px;
	/* Resize images for IE6 */
	height: expression(this.height > 215 ? 215: true);
	width: expression(this.width > 215 ? 215: true);
	float:left;
}	
#title p{
	display:inline;
	color:#676767;
}
#description{
	float:left;
	margin-left:11px;
	margin-top:10px;
	width:570px;
}
	#bestStore{
		margin-top:3px;
		color:#676767;
	}
	#sellLink{
		margin-top:3px;
		font-size:16px;
		font-weight:bold;
	}
#compareTable{
}
#myTable {
	font-size: 14px;
	width: 100%;
	border-spacing:0;
	border-collapse:collapse;
}
#myTable thead th{
	border-bottom:1px solid #CCCCCC;
	white-space:nowrap;
	font-weight:none;
	font-size:13px;
}
#myTable td, th{
	padding:5px 10px;
	text-align:left;
	vertical-align:middle;
}
#myTable .price{
	font-size:16px;
	font-weight:bold;
}	
#myTable th.header{
	color:#0000CC;
	font-weight:normal;
	text-decoration:underline;
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
#myTable th.headerSortDown { 
	background-image: url(../img/desc.gif);
	color:black;
	text-decoration:none;
	font-weight:bold;
} 
#myTable th.headerSortUp { 
	background-image: url(../img/asc.gif);
	color:black;
	text-decoration:none;
	font-weight:bold;
}
#myTable  tr.odd{
	background-color: #FFFFFF; 
}
#myTable  tr.even{
	background-color: #EFEFEF; 
}
/* IE sucks! 
#myTable  tr td,
#myTable  tr+tr+tr td,
#myTable  tr+tr+tr+tr+tr td { 
	background-color: #EFEFEF; 
}
#myTable  tr+tr td,
#myTable  tr+tr+tr+tr td,
#myTable  tr+tr+tr+tr+tr+tr td{ 
	background-color: #FFFFFF; 
}*/
#chart{
	margin:auto;
	width:600px;
	padding-top:10px;
}
#similarWrapper{
	width:800px;
}
.similar{
	float:left;
	width:150px;
	padding:5px;
}
.similar:hover{
	cursor: pointer; 
	cursor: hand;
}
	.similar .title{
		color:#0000CC;
		text-decoration:underline;
		clear:both;
	}
#footer{
	clear:both;
	padding-top:20px;
}
#promo{
	width:890px;
	margin:auto;
}
