
.descr_title_cell {
    font-size: 12px;
    font-weight: bold;
    padding: 0 14px 12px 0;
    color: #338822;
	text-align: left;
}

.descr_title_cell a {
	color: #338822;
	text-decoration: none;
}

.descr_title_cell a:hover {
	text-decoration: underline;
}

.descr_price {
    vertical-align: top;
}

.descr_price table {
    border-collapse: collapse;
    width: 100%;
}

.descr_price table td {
    vertical-align: top;
    font-size: 12px;
}


.catalog_item_tbl {
	width: 100%;
	border-collapse: collapse;
}

.catalog_item_tbl td {
    color: #65727e;
}

.catalog_item_pics {
	width: 160px;
    text-align: center;
    vertical-align: top;
}


.product_gallery {
	margin: 0;
	margin-top: 15px;
    padding:0;
    padding-top: 12px;

}

.product_gallery_item {
	width: 120px;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-top: 0;
	margin-left: 0;
	padding:: 0;
	height: 150px;
}

.product_gallery_item table {
	border-collapse: collapse;
	height: 150px;
	width: 100%;
	margin: 0;
}

.product_gallery_item table td {
	background: white;
	text-align: center;
	vertical-align: middle;
	 border: #bfeb9f 1px solid;
	padding: 0;
	height: 120px;
}


.product_gallery_item table td a img {
	padding: 0;
	cursor: pointer;
    margin: 0;
	border: 0;
}



.product_gallery_item table td.zoom {
    background: transparent url(../gfx/catalog/zoom.jpg) no-repeat left center;
    padding: 0;
    margin: 0;
	height: 30px;
	border: 0;
}

.product_gallery_item table td.zoom div {
	position: relative;
	width: 100%;
	height: 100%;
}

.product_gallery_item table td.zoom a {
	position: absolute;
	top: 8px;
	left: 23px;
	text-decoration: underline;
	color: #047564;
}

.product_gallery_item table td.zoom a:hover {
    text-decoration: none;
}


.catalog_item_info {
	vertical-align: top;
	padding: 0;
}

.product_title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	padding: 0;
	padding-bottom: 14px;
	margin: 0;
	margin-bottom: 14px;
	background: transparent url(../gfx/catalog/sep-x.gif) repeat-x bottom left;
}

.product_maintext {
	text-align: justify;
    padding: 0;
    padding-top: 25px;
	color: #555555;
}


.parameters_box {
	padding: 0;
	padding-top: 14px;
}

.parameters_table {
	border-collapse: collapse;
    width: 100%;
}


.parameters_table td {
	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
    border-bottom: #85d050 1px solid;
	font-size: 11px;
	color: #555555;
}



.parameters_table td.parameters_header {
	font-weight: bold;
}

.parameters_table td.parameter_group_title {
	font-weight: bold;
}

.parameters_table td.parameter_key {
	font-weight: bold;
}

.parameters_table td.parameter_value, .parameter_value {
	padding: 0;	
}

.parameters_table td.parameter_value input,
.parameters_table td.parameter_value select
 {
	border: #7f9db9 1px solid;
	background: #ffffff;
	font-size: 11px;
	color: black;
	font-family: Tahoma;
}


.catalog_item_price {
    font-size: 12px;
}

.product_buttons_box {
    float: right;
}

.action_price, .product_price {
	color: #ea5c10;
	font-size: 14px;
	font-weight: bold;
}

.product_price_old_price {
	color: black;
	text-decoration: line-through;
	font-size: 14px;
	font-weight: bold;
}

.catalog_item_buttons {
	margin: 0;
	margin-top: 18px;
}

.catalog_item_buttons table {
	width: 100%;
	border-collapse: collapse;
}
.catalog_item_buttons table td {
    width: 50%;
}

.detailed_descr {
    color: #ff8a00;
    font-weight: bold;
    font-size: 12px;
    padding: 0;
    padding-top: 40px;
    padding-bottom: 18px;
}


.product_buttons_box {
    text-align: right;
}


.catalog_item_spacer {
    width: 100%;
    background: transparent url(../gfx/catalog/item_sep.jpg) repeat-x 0 5px;
    height: 24px;
}







a.pr_item_cart {
	display: block;
	float: left;
	position: relative;
    width: 20px;
    height: 20px;
    background: transparent url(../gfx/catalog/add.jpg) no-repeat top left;
	margin: 0;
	margin-right: 8px;
}

a.pr_item_compare {
	display: block;
	float: left;
	position: relative;
    width: 20px;
    height: 20px;
    background: transparent url(../gfx/catalog/compare.jpg) no-repeat top left;
	margin: 0;
	margin-right: 8px;
}

