@charset "utf-8";
body {
	margin: 0 auto;
	background: url(../../images/backgrounds/bckg_main.jpg) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
}
ol, li, img, div, a, ul, p, h2, h3, h1 {
	margin:0;padding:0;
}
img {
	border:none;
}
/*header*/
#header {
	width: 100%;
	height: 80px;
}
#headerContent {
	width: 1000px;
	height: 80px;
	margin: 0 auto;
	background: url(../../images/backgrounds/bckg_header.jpg) no-repeat;
}
#logo {
	float:left;
}
#logo h1 {
	background: url(../../images/buttons/btn_logo.jpg); 
	width:217px;
	height:80px
}
#logo h1 a {
	display:block; 
	width: 217px; 
	height: 80px;  
	color: #fff; 
	font-size: 15px; 
	font-weight: bold; 
	cursor:pointer; 
	border:none;
}
#logo a * {	
	display: none;
}
/*content*/
#content {
	width:1000px;
	margin: 0 auto;
}
/*??*/
.specifiedProductBox {
	float:left;
	width:186px; 
	border:1px solid #c3c3c3;
	height: 355px;
	overflow: hidden;
}
.specifiedBoxProductName {
	width:186px;
}
.specifiedBoxProductName {
	margin-top:5px;
	float:left;
	height: 50px;
	vertical-align: middle;
	display: table-cell;
	overflow:hidden;
}
.specifiedBoxProductName *{
	text-align:center;
	color:#3b77bc;
	font-size: 13px;
	margin: 5px 4px 0 4px;
	text-decoration:none;
}
.specifiedBoxProductPicture {
	width: 186px;
	height: 136px; 
	float:left;
}
.specifiedBoxProductPicture {
	display: table-cell;
    text-align: center;
    vertical-align: middle;
	margin: 0px auto;
}
.specifiedBoxProductPicture * {
	vertical-align: middle;
}
.specifiedBoxProductPicture {
	display: block;
}
.specifiedBoxProductPicture span {
	display: inline-block;
	height: 100%;
	width: 1px;
}
.specifiedBoxProductDesc  { /*IE6 i IE7*/	
	height: 95px;
	float:left;
	width:186px;
	margin:0 auto;
}
.specifiedBoxProductDesc * {
	font-size:12px;
	line-height:17px;
	width: 166px;
	margin: 0 auto;
	text-decoration:none;
	color: #000;	
	font-weight:normal;
}
.specifiedBoxProductPrice * {
	text-align:center;
	color: #ff4e00;
	font-size: 18px;
	font-weight:bold;
	padding: 9px 0 9px 0;
	text-decoration:none;
}
.oldPrice{
	font-size: 15px;
	color: #000;
	text-decoration: line-through;
	line-height:15px;
	font-weight:normal;
	padding: 0 9px 0 0 ;
}
/*hint window*/
#hintBox{
	position:absolute;
	background-color:  #f8f9fa;
	width: auto;
	padding: 3px;
	border:1px solid #AAA;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:10;
	visibility: hidden;
	top:0;
	right:0;
}
/*forgot password; login; basket*/
.infoText {
	font-size: 12px; 
	padding: 15px 30px 15px 30px;
}
.infoText a {
	color: #000;
}
.price {
	float:right;
}
/*thumbnail*/
#screenshot{
	position:absolute;
	border:2px solid #ccc;
	background:#fff;
	padding:2px;
	display:none;
	color:#fff;
	left:10px;
}
