
.ProductTbl {
	width: 100%;
}

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

.ProductTbl td.headTd {
	padding: 0 0 15px 0;
}

.ProductTbl td.ImagesTd {
	width: 1%;
	text-align: center;
}

.ProductTbl td.ImagesTd  .prod_img {
	border: 1px solid #ddd;
	padding: 2px;
	margin-bottom: 10px;
}

.ProductTbl td.DescrTd {
	padding-right: 20px;
}

.ProductTbl td.ImagesTd table {
	width: 100%;
}

.ProductTbl td.ImagesTd table td {
	text-align: center;
}

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

.ProductTbl .price {
	font-weight: bold;
}

.ProductTbl .short_description {
	padding: 30px 0 0 0;
}

.ProductTbl .description {

}

.ProductTbl .mainImg {
	width: 195px;
	height: 195px;
	display: block;
	border: #e0dfdc 1px solid;
	position: relative;
	margin: 0 auto;
}

.ProductTbl .miniImg {
	width: 60px;
	height: 60px;
	display: block;
	border: #e0dfdc 1px solid;
	position: relative;
	margin: 0 5px 5px 0;
}

.ProductTbl .mainImg:link:hover,
.ProductTbl .miniImg:link:hover {
	border: #bbbbbb 1px solid;
}

.ProductTbl .subtitle {
	font-size: 11px;
	font-weight: bold;
	color: #5a5b5d;
	margin: 36px 0 12px 0;
}

.ParamsTbl {
	width: 100%;
	margin-top: 10px;
}
.ParamsTbl td {
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.ParamsTbl td.Key {
	width: 1%;
	white-space: nowrap;
	font-weight: bold;
	padding-right: 15px;
}
.ParamsTbl td.Val {
	width: 99%;
}
.ParamsTbl td.Group {
	font-weight: bold;
	padding-top: 8px;
}





a.file {
	padding: 4px 0 4px 24px;
	background: url(../gfx/layout/file.png) no-repeat center left;
	display: block;
}

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


.ProductTbl .Btn {
	background: url(../gfx/layout/button_compare.gif) no-repeat top left;
	color: #f1f1f1;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	border: 0;
	cursor: pointer;
	width: 108px;
	padding: 2px 0 4px 0;
}


.FuncTbl {
	width: 100%;
	position:relative;
	margin: 12px 0 0 0;
}

.FuncTbl td {
	font-family: Arial;
}





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


#OfferBox {
	position:relative;
	float: right;
	width: 340px;
	text-align: right;
}

#OfferBox .OfferInput {
	font-size: 11px;
	font-family: Arial;
	border: #9c9c9c 1px solid;
	margin: 0 0 6px 4px;
}

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







