#ImgTbl {
	width:100%;
	margin-bottom: 25px;
}

#ImgTbl td {
	text-align: left;
}

#ImgTbl .miniImg {
	width: 180px;
	height: 110px;
	display: block;
	border: #B7B7B7 1px solid;
	position: relative;
	margin: 0 8px 8px 0;
	float: left;
	background: red;
}


table.ProductItem a img {
	border: 1px solid #B7B7B7;
	padding: 3px;
}










.ProductTbl {
	width: 620px;
	margin: 0 auto;
}

.ProductTbl td {
	vertical-align: top;
	font-size: 12px;
	color: #5a5b5d;

}

.ProductTbl .title {
	font-weight: bold;
	font-size: 12px;
	color: #5F5F5F;
}

.ProductTbl .price {
	color: #7d7d7d;
	font-size: 12px;
	
	text-align: right;
}

.ProductTbl .price b {
	color: #da251c;
	font-size: 16px;
}

.ProductTbl .selectable_params {
	padding: 10px 0 0 0;
}

.ProductTbl .price_old {
	color: #5a5b5d;
	font-size: 12px;
	text-align: right;
}

.ProductTbl .price_old span {
	text-decoration: line-through;
}

.short_description {
	padding: 0 0 0 15px;
	margin: 0;
}

.ProductTbl .description {
	padding: 0px 0 10px 0;
	font-size: 12px;
}


.DescrTd table {
	width:100%;
}


.ProductTbl .subtitle {
	font-size: 12px;
	font-weight: bold;
	color: #5F5F5F;
	margin: 17px 0 17px 0;
}

div.item-list-photo {
	width: 100%;
	text-align: left;
	overflow: hidden;
}




.ParamsTbl {
	width: 100%;
}
.ParamsTbl td {
	background: url(../gfx/layout/separator.gif) repeat-x bottom left;
	padding: 2px 4px 2px 1px;
	font-size: 12px;
	color: #191919;
}

.ParamsTbl img {
	margin:0;
	padding:0;
	border:none;
}

.ParamsTbl td.Key {
	width: 50%;
	text-align:left;
}
.ParamsTbl td.Val {
	width: 50%;
	text-align:left;
}
.ParamsTbl td.Group {
	font-weight: bold;
	padding-top: 8px;
}



.files_box {
	padding-bottom: 20px;
	float: left;
	clear: both;
}

a.file {
	padding: 0 0 0 0px;
	height: 16px;
	display:block;
	font: 11px Arial;
	font-weight: bold;
	color: #026751;
	width: auto;
	float: left;
	clear: both;
}






.ProductTbl td.ButtonsTd {
	padding: 10px 0 10px 0; 
	text-align: right;
}


.ProductTbl .Btn {
	border: 0;
	cursor: pointer;
	width: 22px;
	height: 22px;
	margin: 0 0 0 3px;
	display:block;
	float:right;
}

.ProductTbl #CompareButton {
	background: url(../gfx/sport/compare.jpg) no-repeat center center;
}
.ProductTbl #AddToCartButton {
	background: url(../gfx/sport/cart_add.jpg) no-repeat center center;
}
.ProductTbl #PrintButton {
	background: url(../gfx/sport/print.jpg) no-repeat center center;
}
.FuncTbl {
	width: 100%;
	position:relative;
	margin: 25px 0 0 0;
}

.FuncTbl td {
	font-family: Arial;
}



#FavoriteBox span {
	position: relative;
	top: -2px;
	left: 4px;
}


#OfferBox {
	position:relative;
	float: right;
	width: 270px;
}

#OfferBox table {
	width: 100%;
}

#OfferBox table td {
	text-align: right;
	vertical-align: middle;
}

#OfferBox .OfferInput {
	font-size: 12px;
	padding: 1px;
	font-family: Arial;
	border: #9c9c9c 1px solid;
	margin: 2px 0 2px 5px; 
	color: #202020;
}

#OfferBox .OfferButton {
	background: url(../gfx/layout/button_compare.gif) no-repeat top left;
	color: #f1f1f1;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	border: 0;
	cursor: pointer;
	width: 108px;
	padding: 2px 0 4px 0;
	font-family: Tahoma;
	margin: 2px 0 2px 5px; 
}

.selectable_params {
	font-size: 12px;
}

.selectable_params span {
	float: left;
	top: 3px;
	right: 3px;
	position:relative;
}
