



.etikete {
	font: 16px Trebuchet Ms;
	color: white;
	font-weight:bold;
	padding: 8px;
	background: #ffcc33;
	border: black 2px solid;
	text-align:center;
	color:black;
}

/*
*
* KOMENTARAI
*
*/

.comments_tbl {
	margin: 16px 0 0 0;
}
.catalog_item_comments {
	background: #c27e4d;
	padding: 0 18px 0 18px;
}
.comment_div {
	color: #eeeeee;
	text-align: justify;
}

#page_text .comment_div a {
	color: white;
}

.comments_spacer {
	border: 0;
	border-bottom: #cccccc 1px solid;
	margin: 10px 5px 20px 5px;
	height: 1px;
	
}

.white {
	color: white;
	font-size: 12px;
	font-family: Arial;
}

.comments_tbl form table {
	width: 100%;
}

.comments_tbl form table td {
	color: #eeeeee;
}



.comments_tbl form table td.CommentFormTblLeft {
	width: 100px;
}

.comments_tbl form table td.CommentFormTblRight {
	padding: 4px 0 4px 0;
}

.comments_tbl form input,
.comments_tbl form textarea {
	border: #c6926b 1px solid;
	font-size: 12px;
	color: black;
	background: #f1f1f1;
	padding: 3px;
	width: 410px;
}

.comments_tbl form textarea {
	height: 80px;
}

.comments_tbl form .submitBtn {
	font-weight: bold;
	font-size: 11px;
	width: 100px;
	float: right;
	padding: 6px 0 6px 0;
	background: #e7d1bc;
	border: #c89a76 1px solid;
	cursor: pointer;
	color: #735233;
}	







.catalog_item_tbl {
	width: 557px;
	
}

.catalog_item_tbl_top {
	background: transparent url(../gfx/inside/tbl_top.gif) no-repeat center left;
	height: 13px;
}

.catalog_item_tbl_bottom {
	background: transparent url(../gfx/inside/tbl_bottom.gif) no-repeat center left;
	height: 13px;
}

.catalog_item_pics {
	width: 350px;
    vertical-align: top;
	padding: 0 0 8px 15px;
	background: #c27e4d;
}



.catalog_item_info {
	vertical-align: top;
	padding: 3px 24px 0 0;
	background: #c27e4d;
}

.catalog_item_main_image_box {
	width: 350px;
	padding: 0;
	position: relative;
	margin: 0 0 2px 0;
}

.catalog_item_main_image_box table {
	border-collapse: collapse;
}

.catalog_item_main_image_box table td {
	vertical-align: middle;
	padding: 0;
}

.catalog_item_main_image_box table td a img {
    border: #f3f0e7 3px solid;
	margin: 0;
}

.catalog_item_main_image_box table td img {
	cursor: pointer;
	margin: 0;
}

.product_gallery {
	text-align: left;
}

.product_gallery_item {
	float: left;
}

.main_img_tbl {
	display: none;
}

.product_gallery_item table {
	border-collapse: collapse;
}

.product_gallery_item table td {
	text-align: center;
	vertical-align: middle;
}

.product_gallery_item table td img {
	border: #f3f0e7 2px solid;
	cursor: pointer;
	margin: 0 1px 0 1px;
	position: relative;
}






.catalog_item_buttons {
	margin: 0;
	margin-top: 18px;
}

.catalog_item_price div {
	margin: 0 0 11px 0;
	font-size: 12px;
	font-weight: bold;
}

.catalog_item_price .action_price {
	color: white;
	font-size: 14px;
}

.catalog_item_price .product_price {
	color: white;
	font-size: 14px;
	font-weight: bold;
}
.catalog_item_price .product_price_old_price {
	color: #cccccc;
	text-decoration: line-through;
	font-size: 11px;
	font-weight: bold;
}

.button_add_to_cart {
	font-size: 10px;
	padding: 5px 0 7px 0;
	border: 0;
	color: white;
	margin: 12px 0 0 0;
	position: relative;
	font-family: Tahoma, Arial;
	font-weight: bold;
	width: 130px;
	cursor: pointer;
    text-transform: lowercase;
	background: transparent url(../gfx/inside/cart.jpg) no-repeat center left;

}












.product_maintext {
	text-align: justify;
	padding: 12px 0 0 0;
		color: white;
}

.parameters_table td {
	padding: 0 0 5px 0;
	vertical-align: middle;
		color: white;
}


.parameters_table td.parameters_header {
	font-weight: bold;
}

.parameters_table td.parameter_group_title {
	font-weight: bold;
	
}

.parameters_table td.parameter_key {
	text-align: right;
	padding-right: 6px;
	color: #f1f1f1;
}

.parameters_table td.parameter_value {
	font-weight: bold;
}

.parameters_table td.parameter_value input,
.parameters_table td.parameter_value select
 {
	border: #cccccc 1px solid;
	background: #eeeeee;
	font-size: 11px;
	color: black;
	font-family: Tahoma;
	padding: 1px;
}





