 
/* CSS Document */
h2.firm{
	display:inline;
}
#tovarPhoto{
	width:223px;
	float:left;
	margin:0px 10px 10px 0px;
}
#tContent{
	margin-left:240px;
}
.noticePhoto{
	padding:0px;
	margin:0px;
	text-align:center;
	font-size:10px;
	margin-bottom:5px;
}
#tovarSmallPhoto{
	display:block;
	width:250px;
}
#tovarSmallPhoto img{
	cursor: pointer;
	border:2px solid #fff;
}

#tovarSmallPhoto img.selected{
	cursor: default;
	border:2px solid #ccc;
}

#priceTovar .oldPrice{
	text-decoration:line-through;
}
#priceTovar big{
	font-size:32px;
	font-weight:bold;
}

div.special p{
	background:#E60005;
}

div.special{
	color:#fff;
	margin-top:10px;
	display:block;
	width:230px;
	text-align:center;
}
div.special strong{
	font-size:16px;
}

#options table{
	dislpay:block;
}
tr.white{
	background:#fff;
}
tr.grey{
	background:#efefef;
}
tr td{
	padding:4px;
}
tr.header{
	background:#000000;
	color:#FFFFFF;
	font-weight:bold;
}

td.title{
	width:120px;
}
td.value{
	font-weight:bold;
}

#about{
	text-align:justify;
}
#about p{
	padding:5px;
	padding-left:0px;
}
#about ul{
	padding:10px;
	margin-left:20px;
}
#about li{
	padding:5px;
	margin-left:20px;
}
.addInBusket{
	display:block;
	padding:10px;
	border:1px dotted #ccc;
	background:#efefef;
	color:#333;
	margin:10px 0px;
	text-decoration:none;
	width:150px;
	text-align:center;
}
.addInBusket:hover{
	background: #aaa;
	color:#fff;
	text-decoration:none;
}

#tovarItemOnPage{
	overflow:hidden;
}
.floatRight{
	float:right;
}
#seeAlso{
	overflow:hidden;
	margin-top:20px;
}
a.similar{
	display:block;
	float:left;
	width:150px;
	margin:3px;
	padding-bottom:5px;
	text-align:center;
	min-height:260px;
}
a.similar img{
	border:1px solid #fff;
}
a.similar p,a.similar div.pInner{
	background:#efefef;
}
a.similar:hover p,a.similar:hover div.pInner{
	background:#F7f7f7;
}