/* CSS Document */
*{
	margin:0; 
	padding:0; 
	border:0;
}
body{
	/*background-image:url(../images/pattern.jpg);*/
	background-image:url(../images/body.jpg);
	background-position:center;
	font-family: "Open Sans", Verdana, Geneva, sans-serif;
	font-size:14px;
	background-attachment:fixed;
}
#conteiner{
	width:980px;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	background-color:#FFF;
	padding:10px 10px 5px 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#header{
	width:980px;
	height:90px;
	position:relative;
}
#header_phones{
	position:absolute;
	top:22px;
	left:345px;
	background-image:url(../images/phone_icon.png);
	background-repeat:no-repeat;
	padding:0px 0px 0px 26px;
	background-position: left 0px top 12px;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	line-height:20px; 
}
#header_mail{
	position:absolute;
	top:31px;
	left:530px;
	background-image:url(../images/mail_icon.png);
	background-repeat:no-repeat;
	padding:0px 0px 0px 31px;
	background-position: left 0px top 4px;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	color:#434343;
	line-height:20px;
}
#header_mail a{
	color:#000;
}
#logo{
	background-image:url(../images/logo.jpg);
	width:306px;
	height:38px;
	float:left;
	margin-top:10px;
}
#site_name{
	font-size:16px;
	color:#666;
	margin:3px 0px 0px 12px;
	width:400px;
}
#search_block {
	width: 220px; /* Ширина поля с кнопкой */
	border: 1px solid #e4e4e4; /* Параметры рамки */
	min-height: 30px; /* Минимальная высота */
	float:right;
	margin-top:-30px;
}
#search_block input[type="search"] {
	border: none; /* Убираем рамку */
	outline: none; /* Убираем свечение в Chrome и Safari */
	-webkit-appearance: none; /* Убираем рамку в Chrome и Safari */
	vertical-align: middle; /* Выравнивание по середине */
	height:30px;
	width:180px;
	padding:0px 5px;
}
#search_block input[type="submit"] {
	width: 15px; /* Ширина кнопки */
	height: 23px; /* Высота кнопки */
	border: none; /* Убираем рамку */
	background-image:url(../images/search.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
	float:right;
	background-color:#FFF;
	margin-top:6px;
	margin-right:8px;
}
#navbar{
	width:980px;
	height:42px;
	border-top:1px solid #EF7278;
	border-bottom:4px solid #EF7278;
}
#navbar ul{
	list-style:none;
	margin-top:6px;
}
#navbar ul li{
	display:inline;
	float:left;
}
#navbar li a{
	color:#000;
	text-transform: uppercase;
	text-decoration:none;
	height:26px;
	display:block;
	margin-right:8px;
	padding:4px 10px 0px 10px;
	font-size:16px;
}
#navbar li a:hover, #navbar .active{
	background-color:#F07178;
	color:#FFF !important;
}
#flags_langs{
	float:right;
	margin-top:10px;
}
#active_lang{
	float:left;
	color:#a5a5a5;
	font-size:14px;
	padding-top:2px;
}
#flags_langs a{
	margin-left:5px;
}
#content_home{
	color:#000;
	font-size:14px;
	text-align:justify;
}
#content_home p{
	margin-bottom:10px;
}
#content_home ul{
	margin: 10px 25px;
}
#content_home ul li a{
	color:#008ad1;
}
#content_home ul li{
	line-height:22px;
}
#text{
	font-size:14px;
	color:#000;
}
#text p{
	margin-bottom:10px;
}
#text ul{
	margin:0px 0px 10px 30px;
}
#text a{
	color: #008ad1;
}
.clear{
	clear:both;
}

.title_content{
	background-color:#eeeeee;
	height:36px;
	margin-bottom:10px;
}
h1, h2{
	height:30px;
	float:left;
	background-color:#9ed154;
	font-size:18px;
	text-transform: uppercase;
	font-weight:normal;
	color:#FFF;
	padding:6px 0px 0px 20px;
}
.content_title_right{
	background-image:url(../images/h2.png);
	height:36px;
	width:80px;
	float:left;
}
#breadcrumbs{
	font-size:14px;
	color:#000;
	height:23px;
	margin:10px 0px;
	padding:3px 0px 0px 10px;
}
#breadcrumbs a{
	text-decoration:none;
	color:#008ad1;
	background-image:url(../images/marker.png);
	background-position: left 0px top 0px; 
	background-repeat: no-repeat;
	background-position:right;
	margin-right:8px;
	padding-right:15px;
}
#breadcrumbs a:hover{
	text-decoration:underline;
}
#left_side{
	float:left;
	min-height:700px;
	width:250px;
}
.left_side_title{
	height:30px;
	background-color:#f07178;
	font-size:18px;
	text-transform: uppercase;
	color:#FFF;
	padding:6px 0px 0px 20px;
}
#menu_catalog{
	width:248px;
	border:1px solid #e4e4e4;
	border-top:0px;
	margin-bottom:20px;
	padding:10px 0px 10px 0px;
}
#menu_catalog ul{
	list-style:none;
}
#menu_catalog li a{
	text-decoration:none;
	color:#000;
	font-size:15px;
	background-image:url(../images/marker.png);
	background-position: left 0 top 6px; 
	background-repeat: no-repeat;
	padding: 0 0 0 15px;
	margin-left:15px;
	line-height:34px;
}
#menu_catalog li a:hover, #menu_catalog .active{ 
	color:#de646b;
	background-image:url(../images/marker_hover.png);
	background-position: left 0 top 6px; 
	background-repeat: no-repeat;
	
}
#menu_catalog .active{
	margin-left:25px;
}
#right_side{
	float:right;
	width:720px;
	color: #000;
    font-size: 14px;
    text-align: justify;
}

#footer{
	width:980px;
	height:42px;
	border-top:1px solid #EF7278;
	border-bottom:4px solid #EF7278;
	margin-top:10px;
	margin-bottom:10px;
}
#counters{
	height:31px;
	border:1px solid #ccc;
	margin-top:5px;
	float:left;
}
#sitemap{
	color: #434343;
	float:right;
	text-decoration:none;
	margin-top:10px;
}
#copyright{
	float:left;
	color:#949494;
}
.web_studio{
	display:block;
	float:right;
	margin-top:3px;
	margin-left:10px;
}
#developer{
	float:right;
	color:#949494;
}


/*--SIMILAR PRODUCT--*/
#title_similar{
	color: #2d2d2d;
    font-size: 18px;
    font-weight: normal;
	text-align:left;
	border-bottom:1px solid #cecece;
	margin-top:25px;
	text-transform:uppercase;
	padding-bottom:5px;
	margin-bottom:15px;
	}
.similar_product_item{
	width:165px;
	height:305px;
	float:left;
	margin:0px 20px 0px 0px;
}
.similar_product_item .reset_margin{
	margin-right:0px !important;
}
.similar_product_item_image{
	width:163px;
	height:216px;
	border: 1px solid #e4e4e4;
	display:block;
}
.similar_product_item_image:hover{
	border:1px solid #008ad1;
}
.similar_product_item_name{
	text-align:center;
	margin:5px 0px 5px 0px;
}
.similar_product_item_name a{
	color: #008ad1;
    font-size: 14px;
	text-decoration:none;
}
.similar_product_item_name a:hover{
	text-decoration:underline;
}

.similar_product_item_bottom{
	border-top:1px solid #e4e4e4;
	width:165px;
	margin:auto;
	padding-top:5px;
}
.similar_product_item_price{
	float:left;
	color:#31343b;
	background-image:url(../images/price.png);
	background-position: left 0 top 6px;
	background-repeat:no-repeat;
	padding-left:20px;
	font-size: 14px;
	padding-top:3px;
}
.similar_product_item .item_add_to_cart{
	width:80px;
	height:22px;
	margin:auto;
	background-color:#F0777E;
	text-align:center;
	color:#fff;
	cursor:pointer;
	float:right;
	padding-top:2px;
	font-size:14px;
}
/*--END SIMILAR PRODUCT--*/


/*--NEW PRODUCT, CATEGORY ITEM--*/
.new_product_item{
	width:180px;
	height:326px;
	float:left;
	margin:0px 20px 20px 0px;
}

.new_product_item_image{
	width:178px;
	height:238px;
	border: 1px solid #e4e4e4;
	display:block;
}
.new_product_item_image:hover{
	border:1px solid #008ad1;
}
.new_product_item_name{
	text-align:center;
	margin:5px 0px 5px 0px;
}
.new_product_item_name a{
	color: #008ad1;
    font-size: 16px;
	text-decoration:none;
}
.new_product_item_name a:hover{
	text-decoration:underline;
}
.new_product_item_bottom{
	border-top:1px solid #e4e4e4;
	width:180px;
	margin:auto;
	padding-top:5px;
}
.new_product_item_price{
	float:left;
	color:#000;
	background-image:url(../images/price.png);
	background-position: left 0 top 6px;
	background-repeat:no-repeat;
	padding-left:22px;
	font-size: 16px;
}
.new_product_item .item_add_to_cart{
	width:80px;
	height:22px;
	margin:auto;
	background-color:#F0777E;
	text-align:center;
	color:#fff;
	cursor:pointer;
	float:right;
	padding-top:2px;
}

.catalog_category_item{
	width:224px;
	display:block;
	margin-right:24px;
	float:left;
	text-decoration:none;
	color:#000;
	font-size:16px;
	margin-bottom:20px;
}
.catalog_category_item:hover{
	color:#008ad1;
}
.reset_margin{
	margin-right:0px !important;
}
.catalog_category_image{
	width:222px;
	height:296px;
	border:1px solid #e4e4e4;
}
.catalog_category_image:hover{
	border:1px solid #008ad1;
}
.catalog_category_name{
	text-align:center;
	margin-top:10px;
}

.catalog_product{
	width:222px;
	height:385px;
	margin-right:24px;
	float:left;
	margin-bottom:20px;
	font-size:16px;
/*background-color:#e3e3e3;*/
	border: 1px solid #ccc;
}
.catalog_product_image{
	width:222px;
	height:296px;
/*border:1px solid #e4e4e4;*/
	text-decoration:none;
	color:#333;
	text-align:center;
}
.catalog_product_image:hover{
/*border:1px solid #008ad1;*/
}
.catalog_product_name{
	text-align:center;
	margin-top:5px;
}
.catalog_product_name a{
	color:#008ad1;
	font-size:16px;
	text-decoration:none;
}
.catalog_product_name a:hover{
	text-decoration:underline;
}
.catalog_product_article{
	text-align:center;
	font-size:14px;
	color:#f07279;
	margin-bottom:5px;
}
.catalog_product_bottom{
	border-top:1px solid #e4e4e4;
	width:200px;
	margin:auto;
	padding-top:5px;
}
.catalog_product_price{
	float:left;
	color:#000;
	background-image:url(../images/price.png);
	background-position: left 0 top 6px;
	background-repeat:no-repeat;
	padding-left:22px;
}

/*--NEW articles, comments on home page--*/
#new_articles_comments{
	background-color:#EEEEEE;
	width:960px;
	height:455px;
	padding:10px;
	margin-bottom:10px;
}
.new_articles_comments_title{
	text-transform:uppercase;
	font-size:18px;
	margin-bottom:5px;
	color:#000;
}
#new_articles{
	width:470px;
	height:300px;
	float:left;
}
.new_articles_item, .new_comments_item{
	width:458px;
	height:110px;
	background-color:#FFF;
	border:1px solid #e4e4e4;
	margin-bottom:10px;
	padding:5px;
	text-align:justify;
	font-size:14px;
	color: #333;
}
.new_comments_item{
	font-style:italic;
}
.new_articles_item_image{
	width:130px;
	height:108px;
	border:1px solid #e4e4e4;
	float:left;
}
.new_articles_item_name{
	font-size:16px;
	margin-bottom:3px;
	color:#000;
}
.new_articles_item_text{
	float:right;
	width:313px;
	padding-right:5px;
}
.new_articles_item_link{
	display:block;
	color: #008ad1;
    font-size: 16px;
    text-decoration: none;
	margin-top:1px;
}
.new_articles_item_link:hover{
	text-decoration:underline;
}
#new_comments{
	width:470px;
	float:right;
}
.new_comments_item_image{
	background-image:url(../images/quotes.png);
	width:27px;
	height:26px;
	float:left;
	margin-left:10px;
	margin-top:5px;
}
.new_comments_item_text{
	float:right;
	width:400px;
	padding-right:5px;
	padding-top:3px;
}
.new_comments_item_author{
	display:block;
	color:#000;
	margin:5px 0px 0px 0px;
}
.all_button{
	height:24px;
	width:120px;
	background-color:#999;
	text-decoration:none;
	color:#FFF;
	border-radius:4px;
	display:block;
	font-size:16px;
	text-align:center;
}
.all_button:hover{
	text-decoration:underline;
}
/*--END articles, comments on home page--*/

/*--CART--*/
.cart_info{
	float:right;
	background-color:#858585;
	background-image:url(../images/busket_small.png);
	background-position: left 9px top 5px;
	background-repeat:no-repeat;
	color:#fff;
	font-size:16px;
	text-decoration:none;
	height:26px;
	display:block;
	padding:4px 10px 0px 38px;
	border-radius:5px;
}
.cart_info:hover{
	background-color:#4299CE;
}
.active_cart{
	background-color:#4299CE;
}
#list_cart{
	font-size:16px;
}
#list_cart_table{
	font-size:12px;
	border-collapse: collapse;
	margin-bottom:20px;
	width:100%;
	font-size:16px;
}
#list_cart_table a{
	text-decoration:none;
	color:#008ad1;
}
#list_cart_table a:hover{
	text-decoration:underline;
}
#list_cart_table td, th{
	padding: 7px 7px 7px 7px;
}
#list_cart_table th{
    padding: 5px;
    background-color: #EEEEEE;
    color: #000;
    font-weight:normal;
}
#list_cart_table tr{
	border-bottom:1px solid #e4e4e4;
}
/*#list_cart_table .alt td{ 
	background-color: #EAF2D3; 
}
#list_cart_table tr:nth-child(odd){
	background-color: #EAF2D3;
}*/
.list_cart_item_image{
	width:58px;
	border:1px solid #e4e4e4;
	display:block;
}
.del_cart_item{
	color:#464542;
	text-decoration:none;
	background-image:url(../images/delete.png);
	width:15px;
	height:15px;
	cursor:pointer;
}
.del_cart_item:hover{
	text-decoration:underline;
}
#cart_total_price{
	color:#6da220;
	background-image:url(../images/price_2.png);
	background-position: left 0 top 5px;
	background-repeat:no-repeat;
	padding-left:35px;
	margin-left:5px;
}
.currency{
	color:#6da220;
}
.cart_total_price{
	font-size:22px;
	color:#000;
	float:right;
	margin-top:-7px;
}

.cart_order_form{
	font-size:16px;
}
.cart_order_form p{
	margin:0px 0px 0px 0px !important;
}
.cart_order_form input{
	border:1px solid #b6b6b6;
	width:320px;
	height:25px;
	margin-bottom:10px;
}
.cart_order_form textarea{
	border:1px solid #b6b6b6;
	max-width:718px;
	width:478px;
	height:100px;
	margin-bottom:10px;
}

.minus_cart_item{
	background-image:url(../images/minus.png);
	margin-top:3px;
	height:16px;
	width:16px;
	float:left;
	cursor:pointer;
}
.plus_cart_item{
	background-image:url(../images/plus.png);
	margin-top:3px;
	height:16px;
	width:16px;
	float:right;
	cursor:pointer;
}

.submit_order{
	cursor:pointer;
	width:200px !important;
	height:30px !important;
	background-color:#f07178;
	border:0px !important;
	margin-top:5px;
	color:#fff;
	font-size:16px;
}
.submit_order:hover{
}
.button_cart{
	width:160px;
	height:27px;
	padding-top:3px;
	background-color: #b5b5b5;
    color: #fff;
    float: left;
    text-decoration: none;
	cursor:pointer;
	text-align:center;
}
.button_cart:hover{
	text-decoration:underline;
}
.clean_cart:hover{
	text-decoration:underline;
}
.modal_window_text{
	font-size:16px;
	text-align:center;
	margin:10px 0px 20px 0px;
	color:#434343;
	text-transform:uppercase;
}
.modal_window_button a{
	font-size:14px;
	text-decoration:none;
	background-color:#4299CE;
	color:#fff;
	display:block;
	width:170px;
	height:23px;
	text-align:center;
	margin-bottom:10px;
	padding-top:4px;
	font-size:14px;
}
.modal_window_button a:hover{
	text-decoration:underline;
}

.item_add_to_cart{
	width:100px;
	height:24px;
	margin:auto;
	background-color:#F0777E;
	text-align:center;
	color:#fff;
	cursor:pointer;
	float:right;
}
.item_add_to_cart:hover{
	background-color:#4299CE;
}
/*--END CART--*/

#list_pages{
	margin:15px 0px;
	}
#list_pages a, #list_pages .active{
	padding:3px 8px;
	margin:0px 3px;
	text-decoration:none;
	color:#fff;
	background-color:#4299ce;
	border:1px solid #4299ce;
	}	
#list_pages .active{
	background-color:#F0777E;
	border:1px solid #F0777E;
	color:#FFF;
}

/*--Blog--*/
.blog_list_item{
	width:698px;
	border:1px solid #e4e4e4;
	margin-bottom:15px;
	padding:10px;
	}
.blog_list_item_image{
	width:130px;
	height:100px;
	float:left;
	margin-right:10px;
	}
.blog_list_item_info{
	float:left;
	width:558px;
	margin-top:-2px;
	}
.blog_list_item_name a{
	text-decoration:none;
	color: #000;
    display: block;
    font-size: 14px;
	font-weight:bold;
	}
.blog_list_item_description{
	text-align:left;
	}
.blog_list_item_button{
	float:left;
	}
.blog_list_item_button a{
	color:#008ad1;
	text-decoration:none;
	font-size: 16px;
	}
.blog_list_item_button a:hover{
	text-decoration:underline;
}
/*--End Blog--*/

/*--PRODUCT--*/	
#product_image{
	width:260px;
	float:left;
}
.product_main_image{
	width:258px;
	border:1px solid #e4e4e4;
	margin-bottom:5px;
	display:block;
}
.product_list_image_mini{
	display:block;
	border:1px solid #e4e4e4;
	float:left;
	margin-right:4px;
	margin-bottom:4px;
}
.product_list_image_mini:hover{
	border:1px solid #008ad1;
}
#product_info{
	width:448px;
	float:right;
    font-size: 16px;
}
.product_info_text{
	margin-bottom:5px;
	text-align:left;
	font-weight:bold;
	font-size:14px;
}
.text_blue{
	color:#000;
	font-size:14px;
	font-weight:normal;
}
.text_gray{
	color:#858585;
	font-size:16px;
}
.product_info_price{
	color:#6da220;
	font-size:22px;
	background-image:url(../images/price_2.png);
	background-position: left 0 top 15px;
	background-repeat:no-repeat;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	padding:10px 0px 10px 35px;
	margin-top:15px;
	
}
.product_info_cart{
	border-bottom: 1px solid #d8d8d8;
	padding:10px 0px 10px 0px;
	margin-bottom:15px;
}
#product_info a{
	color:#6da220;
}
.product_add_cart{
	color:#FFF;
	background-color: #f07178;
	cursor:pointer;
	height:30px;
	width:120px;
	text-align:center;
	padding-top:5px;
	font-size:16px;
	float:left;
	margin-left:10px;
	
}
.product_add_cart:hover{
	background-color:#4299CE;
}
/*--END PRODUCT--*/

/*--Comments--*/
#title_comments{
	color: #2d2d2d;
    font-size: 18px;
    font-weight: normal;
	text-align:left;
	border-bottom:1px solid #cecece;
	margin-top:25px;
	text-transform:uppercase;
	padding-bottom:5px;
	}
#comments_block, #feedback_block{
	background-color:#e3e3e3;
	padding:15px;
	margin-top:15px;
    font-size: 16px;
	color:#2d2d2d;
}
#comments_block textarea, #feedback_block textarea{
	width:678px;
	height:100px;
	border:1px solid #b6b6b6;
	margin-bottom:5px;
	padding: 5px 5px;
	}
#comments_block input, #feedback_block input{
	width:300px;
	height:25px;
	border:1px solid #b6b6b6;
	margin-bottom:5px;
	padding: 0px 5px;
	}
#comment_captcha, #feedback_captcha{
	margin:10px 0px 0px 0px;
	}
#img_captcha{
	border:1px solid #b6b6b6;
	}
#captcha_img{
	float:left;
	width:92px;
	text-align:center;
}
#captcha_img a{
	text-decoration:none;
	color:#336F92;
}
#comment_captcha input, #feedback_captcha input{
	width:70px;
	margin-left:10px;
}
#comments_block .submit, #feedback_block .submit{
	width:150px;
	height:34px;
	background-color:#F07178;
	color:#FFFFFF;
	cursor:pointer;
    font-size: 16px;
	margin-top:10px;
	border:0px;
}
.comment_item{
	padding:15px 0px;
	border-bottom:1px dashed #cecece;
}
.comment_item_admin{
	padding:8px 0px;
	border-bottom:1px dashed #cecece;
	color:#008ad1;
	font-style:italic;
	padding-left:70px;
	padding-right:10px;
	background-color:#eeeeee;
}
.comment_item_admin ul{
	margin-left:15px;
}
.comment_item_left{
	width:150px;
	float:left;
}
.comment_item_icon{
	background-image:url(../images/comment_icon.png);
	width:55px;
	height:55px;
	margin:auto;
}
.comment_item_name{
	text-align:center;
	margin:7px 0px;
}
.comment_item_name span{
	color: #008ad1;
}
.comment_item_date{
	text-align:center;
}
.comment_item_date span{
	
}
.comment_item_text{
	width:560px;
	float:right;
	color:#2d2d2d;
}
.comment_item_text_admin{
	width:100%;
	color:#1e6200;
}
/*--End Comments--*/

.error{
	color:#FF0000;
	margin-bottom:10px;
	}
	
/*--Map site--*/
#cats_tree{
	
	}
#cats_tree li a{
	color:#008ad1;
	font-weight:bold;
	text-decoration:none;
	}
#cats_tree li a:hover{
	text-decoration:underline;
	}
#cats_tree li li a{
	color:#434343;
	font-weight:bold;
	}
#cats_tree li li li a{
	color:#434343;
	font-weight:normal;
}
#cats_tree ul{
	}
#cats_tree ul ul{
	margin-left:20px;
	}
#cats_tree li{
	line-height:20px;
	}
/*--End Map site--*/	

/*--Search--*/
#search_results{

	}
#search_results input{
	border: 1px solid #b6b6b6;
    height: 25px;
    padding: 0 5px;
    width: 300px;
	}	
#search_results .search_submit{
	background-color: #f07178;
    border: 0 none;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    height: 30px;
    width: 120px;
	}
.search_item_name{
	margin-bottom:10px;
	}
.search_item_name a{
	color: #336F92;
	}
.search_item_name a:hover{
	text-decoration:none;
	}
/*--End Search--*/
.pluso{
	height:40px;
	width:300px;
}

#sort{
	width:350px;
	float:right;
	margin-top:-38px;
	text-align:right;
	color:#434343;
}
#sort select{
	float:right;
	border:1px solid #858585;
	margin:0px 5px 0px 5px;
	width:185px;
}

/*--Gallery--*/
.gallery_block{
	margin:10px 0px;
	}		
.gallery{
	text-decoration:none;
	display:inline;
	float:left;
	}
.photo_mini{
	width:134px;
	margin:10px 10px 0px 0px;
	border:1px solid #e4e4e4;
	display:block;
	}
.photo_mini:hover{	
	border:1px solid #008ad1;
}
/*--End Gallery--*/
	