body{
	font-family : Tahoma;
	font-size: 12px;
	color: #545454;
	background-color: #ffffff;
	background-position: top left;
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
}
a{
	color: #C91B1B;
}
.header{
	width: 100%;
	background-image: url("../images/top_back.png");
}
table.main_conteiner{
	margin-top: 16px;
	width: 100%;
}
td.left_menu{
	width: 209px;
	padding-left: 10px;
	vertical-align: top;
}
td.left_menu .caption{
	height: 30px;
	vertical-align: top;
}
td.left_menu .content{
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 15px;
	padding-bottom: 13px;
	background-color: #FFE0C4;
	background-image: url("../images/left_menu_back.png");
	background-position: bottom center;
	background-repeat: no-repeat;
}
td.left_menu p{
	line-height: 20px;
}
td.left_menu .content a{
	color: #C91B1B;
	font-size: 12px
}
td.left_menu .content a:hover, td.left_menu .content a.active{
	font-weight: bold;
}
td.left_menu .content div.sub_menu{
	border-left: 1px solid #C91B1B;
	background-color: #FFEEDF;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
td.left_menu .content div.sub_menu a{
	font-size: 12px;
}
td.left_menu .content .navigation{
	margin-top: 60px;
	padding-left: 45px;
}

.content em {
	font-style: italic;
}

td.content_conteiner{
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
}
td.content_conteiner .top_block{
	position: relative;
	z-index: 2;
	margin-left: 217px;
	margin-top: 70px;
}
.block{
	width: 100%;
}
.block .caption{
	background-color: #E2E2E2;
	padding-left: 15px;
}
.block .caption h1{
	font-size: 14px;
	font-weight: bold;
	color: #C91B1B;
}
.block div.content{
	border: 1px solid #E2E2E2;
	border-top: 0px;
	padding: 15px;
}
.block p{
	margin-bottom: 10px;
}
h1,h2,h3{
	font-weight: bold;
}
.right_side{
	width: 208px;
	padding-right: 10px;
	vertical-align: top;
}
.right_side .block{
	background-color: #FFE0C4;
}
.cart_block td{
	padding: 2px;
	vertical-align: top;
}
.cart_block tr.line_0 td{
}
.cart_block tr.line_1 td{
	background-color: #FFEEDF;
}
.cart_block tr.actions td{
	vertical-align: middle;
	white-space: nowrap;
}
.cart_big{
	font-size: 15px;
	color: #C91B1B;
	font-weight: bold;
}
input.text{
	border: 1px solid #E2E2E2;
	height: 16px;
	font-size: 12px;
	color: #545454;
	margin-top: 3px;
}
textarea.area{
	border: 1px solid #E2E2E2;
	height: 150px;
	font-size: 12px;
	color: #545454;
	margin-top: 3px;
}
.catalog_list{
	width: 100%;
}
.catalog_list tr.catalog_item td{
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
}
.catalog_list tr.catalog_item h2{
	color: #C91B1B;
	font-size: 14px;
}
.catalog_list tr.catalog_item h2 a{
	text-decoration: none;
}
a.details{
	padding-right: 13px;
	background-image: url("../images/arr_right.png");
	background-position: 100% 80%;
	background-repeat: no-repeat;
}
.product_price{
	color: #C91B1B;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.product_old_price {
	font-size: 12px;
	text-decoration:line-through;
}
div.catalog_categories{
	text-align: left;
}
div.catalog_categories p{
/*	margin: 10px;
	font-size: 14px;
*/
	color: #C91B1B;
	font-weight: bold;
}
div.catalog_categories a{
	font-size: 12px;
	margin-right: 8px;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
	font-weight: normal;
	background-color: #FFE0C4;
}
div.catalog_categories a:hover, div.catalog_categories a.active{
	background-color: #C91B1B;
	color: white;
}
p.pager_navigation{
	text-align: left;
}
p.pager_navigation a, p.pager_navigation b {
	font-size: 12px;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
p.pager_navigation a:hover, p.pager_navigation .active {
	background-color: #C91B1B;
	color: white;
}
p.pager_navigation a.forward{
	padding-right: 13px;
	margin-right: 5px;
	background-image: url("../images/arr_right.png");
	background-position: 100% 80%;
	background-repeat: no-repeat;
}
p.pager_navigation a.forward:hover{
	background-image: url("../images/arr_right_active.png");
}
p.pager_navigation a.back{
	padding-left: 13px;
	margin-left: 5px;
	background-image: url("../images/arr_left.png");
	background-position: 0% 80%;
	background-repeat: no-repeat;
}
p.pager_navigation a.back:hover{
	background-image: url("../images/arr_left_active.png");
}
p.pager_navigation a.show_all{
	padding-left: 13px;
	margin-left: 40px;
	background-image: url("../images/show_all.png");
	background-position: 5% 70%;
	background-repeat: no-repeat;
}
p.pager_navigation a.show_all:hover, p.pager_navigation a.show_all_active{
	background-image: url("../images/show_all_active.png");
}
.register_form td{
	padding: 5px;
	font-size-adjust: 12px;
	font-weight: bold;
}
.register_form input, .register_form select{
	width: 300px;
}
.red{
	color: #C91B1B;
	font-weight: bold;
	padding-left: 10px;
}
select.select{
	border: 1px solid #E2E2E2;
	font-size: 12px;
	color: #545454;
	margin-top: 3px;
	background-color: white;
}
div.prodcut_description{
	padding: 10px;
	background-color: #FFE0C4;
	border-left: 1px solid #C91B1B;
}

div.prodcut_description ul, div.prodcut_description ol {
	margin: 10px 0 10px 30px
}

div.prodcut_description ul li {
	list-style-type: disc;
}
div.prodcut_description ol li {
	list-style-type:decimal;
}

div.prodcut_description em {
	font-style: italic;
}

div.prodcut_description strong {
	color: #545454;
}


.comment_content{
	background-color: #E2E2E2;
	padding: 10px;
}
.comment_caption{
	font-size: 18px;
	color: #C91B1B;
	padding-bottom: 10px;
}
.comment_form td{
	background-color: #FFE0C4;
	font-size: 12px;
	padding: 5px;
	vertical-align: top;
	line-height: 20px;
}
.comment_form input, .comment_form textarea{
	border: 1px solid #C91B1B;
	width: 100%;
}
.bottom_menu{
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}
.bottom_menu .center{
	background-image: url("../images/bottom_back.png");
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
}
.bottom_menu .center a{
	font-size: 12px;
	text-decoration: none;
	color: white;
	margin-left: 15px;
	margin-right: 15px;
}
.bottom_menu .center{
	min-width: 705px;
}
.bottom_menu .center .phone{
	color: white !important;
	margin-left: 15px;
	margin-right: 15px;
}
.shopping_cart{
	width: 100%;
}
.shopping_cart td{
	padding: 10px;
}
.shopping_cart .caption td{
	background-color: #E8E8E8;
	text-align: center;
	color: #C91B1B;
	font-size: 12px;
	font-weight: bold;
}
.shopping_cart .line1 td{
	background-color: #FFE0C4;
}
.shopping_cart .line0 td{
	background-color: #FFEEDF;
}


div.wait{
	width: 83px;
	height: 26px;
	background-image: url("../images/wait.gif");
	background-position: center;
	background-repeat: no-repeat;
}

.before_ordering_td_1{
	width: 70px;
	padding: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.before_ordering_td_2{
	width: 180px;
	padding: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
}


.sf_admin_list
{
  border: 1px solid #ddd;
  border-bottom: 0px;
  border-right: 0px;
}

.sf_admin_list th
{
  padding: 2px;
  background-color: #d6e8ff;
  text-align: left;
}

.sf_admin_list th a
{
  color: #333;
}

.sf_admin_list td
{
  padding: 3px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.textseo {
  text-align:justify;
}

.textseo p{
  margin-bottom:10px;
  font-size:smaller;
}

#content-navigation {
    margin-bottom: 20px;
	position: relative;
	z-index: 100;
}

#basket {
    text-align: center;
}

.in_process {
	background: #fff url('../images/wait.gif') no-repeat center center !important;
}

.in_process a, .in_process_inner a {
	visibility: hidden !important;
}

.item_size {
    width: 80px;
    margin-bottom: 10px;
}

table.table {
    border-top:1px solid #000000;
    border-left:1px solid #000000;
    width:610px;
}
table.table tbody tr.head td {
    font-weight:bold;
    color:#FFFFFF;
    background:#ff3c42;
}
table.table tbody td {
    height:24px;
    text-align:center;
    font-size:11px;
    vertical-align:middle;
    border-right:1px solid #000000;
    border-bottom:1px solid #000000;
}
table.table tbody td.highlight {
    color:#a52829;
}


div.errors, div.error {
	border: 1px solid #CF7474;
	background: #FFDFDF;
	padding: 10px;
	text-align: left;
	margin: 10px 0;
}

div.error ul {
	margin: 0 15px;
}

div#errors ul li , div.error ul li {
	list-style-type: disc;
}

div.errors, div.error, div#errors {
	color: #000;
}

div.form-error {
	padding: 5px;
	border: 1px solid #CF5B33;
	background: #FFAC8F;
	color: #111 !important;
}

div.form-error ul {
	margin-left: 20px;
	list-style: square;
}

/*
div.errors, div.error {
	border: 1px solid red;
	font-weight: bold;
	padding: 10px;
	margin: 15px;
	text-align: left;
}

div.errors, div.error, div#errors {
	color: red;
}
*/


/* */

.news_block {

	background: #FFE0C4 !important;
}
.news_block p {
	line-height: 1.3 !important;
}

.right_side table.block {
	width: 208px;
}

.catalog_pages {
/*	float: right;*/
}


div.catalog_pages a.show_all {
	display: block;
	padding-left: 11px;
	width:100px;
	background-image: url("../images/show_all.png");
	background-position: 2px 70%;
	background-repeat: no-repeat;

	float: left;
	margin-left: 15px;
}


.highlight {
	color: brown;
}



.catalog_pages .pager_navigation {
	display:block;
	float:left;
}

div#photo-list {
	text-align: center;
}

div#photo-list img {
	border: 2px solid #ccc;
}

strong {
	color: #C91B1B;
	font-weight: bold;
}

p.news-item b, p.news-item strong {
	color: #C91B1B;
}


.info_top_block {
	padding:0px 8px 0 0px;
	margin-left: 260px;
	position: relative;
	z-index:100;
}

.devolp {

}
.devolp strong {
	color: #545454;
}

.devolp i, .devolp em {
	font-style: italic;
}

/* main page */
div.paragraph {
	color:#CB2E36;
	font-size:16px;
	font-weight:bold;
	margin:10px 0 10px 5px;
}

div.main_div_list {
	width: 100%;
	margin: auto;
}


table.main_table_container {
	max-width: 700px;
	text-align: center;
	margin:auto;
}

table.main_table_container td {
	padding: 5px;
}

table.select {
	width: 200px;
}

table.select td {
	padding: 0px;
}

table.select td.top {
	border-top:2px solid #cdcbcc;
	width:100%;
}
table.select td.center {
	height:120px;
	text-align:center;
	vertical-align:bottom;
	font-weight:bold;
}
table.select td.left {
	border-left:2px solid #cdcbcc;
}
table.select td.right {
	border-right:2px solid #cdcbcc;
}
table.select td.center div {
	color:#c30e17;
	font-size:12px;
}
table.select td.bottom {
	border-bottom:2px solid #cdcbcc;
}

table.paragraph td {
	vertical-align:top;
	text-align:center;
	color:#000000;
}
table.paragraph td div {
	color:#ff0d11;
	font-size:16px;
	font-weight:bold;
}
table.paragraph td a {
	color:#ff0d11;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}
table.paragraph td a:hover {
	text-decoration:underline;
}


a.ship_info {
    text-decoration: none;
    border-bottom: 1px dashed;
    color: #545454 !important;
}


div.shipment_info {
    padding-left:18px;
    padding-top:3px;
    font-weight: normal;
}

.seo {
    color:#98989C;
    font-size:10px;

    margin: 10px 2px
;
}

/* partners */
table.partner_table {
	width: 500px;

	border-bottom: 1px solid #B50909;
	border-right: 1px solid #B50909;
	border-collapse: collapse;

	color: #333;
}

table.partner_table td, table.partner_table th {
	border-top: 1px solid #B50909;
	border-left: 1px solid #B50909;

	padding: 3px;
}

table.partner_table th {
	text-align:center;
	background: #FFE0C4;
	color: #C91B1B;
	font-weight: bold;
}

/* Catalog list view types */

.vtype{
	padding-left: 17px;
}
.vtype span{
	float: left;
	margin-top: 6px;
	margin-right: 5px;
}
.vtype a{
	width: 20px;
	height: 20px;
	display: block;
	padding: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	float: left;
	background-image: url('/media/default/img/viewas.png');
}
.vt_b1{
	background-position: 0px 0px;
}
	.vt_b1:hover{
		background-position: 0px 40px;
	}
	.vt_b1_selected{
		background-position: 0px 20px;
	}
		.vt_b1_selected:hover{
			background-position: 0px 20px;
			cursor:default;
		}

.vt_b2{
	background-position: 40px 0px;
}
	.vt_b2:hover{
		background-position: 40px 40px;
	}
	.vt_b2_selected{
		background-position: 40px 20px;
	}
		.vt_b2_selected:hover{
			background-position: 40px 20px;
			cursor:default;
		}

ul.gallery li {
	text-align:center;
    width:150px;
    display: block;
	float: left;
    margin: 5px;
    padding: 5px
}
ul.gallery li .gallery_image {
	height:160px;
	padding: 5px;

}
ul.gallery li .gallery_info   {
	height: 108px;
}
ul.gallery{
	margin-left: 0px;
	float:left;
}

ul.gallery .price{
	padding-top: 5px;
}
.side_comment_question, .side_comment_answer{
	width: 171px !important;
	overflow: hidden;
}

/* info block about shipment in details page */
.ship_adv_info {
	position: relative;
	width: 100%;

}
.ship_adv_info_box {
	border: 3px solid red;
	width: 571px;
	margin: 0 auto;
	background: #fff;
	border-radius: 3px;
	padding: 7px;
	margin-bottom: 10px;
}

.ship_adv_info_link {
	font-style: italic;
}

.ship_adv_info div.close {
	float: right;
	width: 11px;
	height: 13px;
	color: #C2040F;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
}
.ship_adv_info_box ul li {
	list-style: disc !important;
	margin-left: 17px;
	padding: 2px;
}
.comments_link {
    color: #868686;
}
.hot_image {
	background-image: url("/media/default/images/hit_label.png");
	height: 60px;
	width: 60px;
	margin-left: -20px;
	margin-top: -5px;
    position: absolute;
    text-align: center;
}
.hot_image_item {
	background-image: url("/media/default/images/hit_label.png");
	height: 60px;
	width: 60px;
	margin-left: -20px;
	margin-top: -10px;
    position: absolute;
    text-align: center;
}
.hot_image_small{
	background-image: url("/media/default/images/hit_label_small.png");
	height: 30px;
	width: 30px;
	margin-left: -10px;
	margin-top: -5px;
    position: absolute;
    text-align: center;
}
