@charset "utf-8";
*{
	margin:0;
	padding:0;
}

body{
	font-family: arial,serif;
	color:#383838;
}

h2, h3, h4{
	margin: 0px;
}

ul{
	list-style: none;
}

a{
	text-decoration: underline;
}

.btn{
	text-decoration: none;
}

.wrapper{
	width:1100px;
	margin: auto;
}

.container{
	width:1100px;
	
}

header{
	height: 105px;
	padding-top: 5px;
}

.header-block{
	height: 100px;
}

.basket-header{
	background-color: #4F4F4F; 
	padding: 20px;
	color:white;
	
}


nav{
	background: #16A2F6;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#16A2F6), to(#298BCA));
	background: -webkit-linear-gradient(#16A2F6, #298BCA);
	background: -moz-linear-gradient(#16A2F6, #298BCA);
	background: -ms-linear-gradient(#16A2F6, #298BCA);
	background: -o-linear-gradient(#16A2F6, #298BCA);
	background: linear-gradient(#16A2F6, #298BCA);
	
}

nav a{
	color: white;
	text-decoration: none;
	text-transform: uppercase;

}


.left-menu .panel-default{
	
	border: 0px;
}


.left-menu .panel-heading{
	background-color: white;
}

.left-menu .panel-body li{
	margin-bottom: 2px;
}

.panel-info-block{
	font-size: 20px;
	border:1px silver solid;
	text-align: center;
	margin-top: 10px;
	padding: 5px 0px;
	border-radius: 8px;
}

section{
	padding-top: 10px;
	padding-bottom: 20px;
}

.carousel-container{
    border:1px silver solid;
    border-radius: 6px;
    padding: 6px;
    margin-bottom: 20px;
    height: 427px;
}

.carousel-container img{
    text-align: center;
    max-height: 414px;
    margin: auto;
}

.carousel-container p{
    text-align: center;
}

.poster-name{
  background: rgba(0,0,0, 0.4);
    border-radius: 6px;
    padding: 5px;
    text-align: center;
}

.carousel-container a{
	color: white;
}

.list-common{
    clear: both;
}

.list-common li{
    border-bottom: 1px silver solid;
    margin-bottom: 20px;
    padding-bottom: 10px;
    overflow: hidden;
}

.list-common li img{
	float:left;
	margin-right: 10px;
}

.list-poster-small{
	overflow: hidden;
}

.list-poster-small a{
	text-decoration: none;
}

.list-poster-small li{
	border: 1px silver solid;
	padding: 0px !important;
	float: left;
	margin-right: 8px;
}

.bg_trans span{
    font-size: 11px;
}

.bg_trans {
    font-family: arial;
    z-index:1000;
    background-image: url('../images/bg_trans.png');
    color:white;
    padding: 3px 8px;
    text-align: center;
    width: 240px;
    left:0px;
    margin-top: 80px;
}

.list-top img{
	width: 230px;
}

.list-top{
	margin-bottom: 10px;
}

.list-top div{
	height: 143px;
	overflow: hidden;
}

footer{
	background-image: url('../images/bgr_carbon.png');
	color:white;
	padding-top: 10px;
}

.link-basket{
	background-color: #eee;
	display: block;
	color: black;
	text-decoration: none;
	padding: 7px; 
	text-align: center;
	border-radius: 12px 8px;
}

.link-basket:hover{
	color: #278DCD;
	text-decoration: underline;
}

.list_info li {
	text-align: left;
    margin-bottom: 3px;
}

.list_info li a {
	color:#383838;
    font-size: 12px !important;
    text-decoration: none;
}

.list_info li a:hover {
    color: #0080C0;
    text-decoration: underline;
}

.list_info {
	overflow: hidden;
	margin-bottom: 10px;
}

.list_info img{
    margin-right: 2px;
}

.social_link li a{
    padding-bottom: 2px;
}

.social_link li img{
  width: 16px;
}

#down_menu{
    padding: 10px 20px;
    margin: auto;
    margin-bottom: 10px;
}

#down_menu table{
	width: 100%;
}

#down_menu a{
	color: white;
}

#down_menu table td{
    vertical-align: top;
    padding-right: 20px;
}

#down_menu h4{

}

#left{
	width:255px;
	float:left;
	margin: 0px 0;
}

.h3_con{
   border-radius: 4px 4px 0px 0px;
   line-height: 30px;
}

#left_news{
	border: 1px solid silver;
    background-color: white;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
     padding: 5px 10px;
     margin-top: 10px;
     font-size: 14px;
}

#left_news li{
    overflow: hidden;
}

#left_news h3{
	text-align: center;
}


#center{
    margin-left: 250px;
    padding: 0px 0px 15px 18px;

}



#title_logo{
	font-weight: bold;
	color: #575757;
	font-family: arial;
}

.sevice_list{

 	list-style-type: disc;
 	list-style-image: url(../images/g.jpg);
 	margin-bottom: 20px;
}

#ul_gal
{
	list-style-image: url(../images/g.jpg) !important;
}

.sevice_list li{
 	margin-left: 25px;
}

.title_service{
	width: 400px;
	margin: auto;
	padding: 4px 0px;

	font-style: italic;
	font-size: 14px;
	color:#383838;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;
	border: 1px solid #383838;
    border-radius: 8px;
    box-shadow: #666 0px 2px 3px;
    background: #FFFFFF;
}

#title_page{
	margin-bottom: 10px;
	text-align: center;
	font-size: 22px;
    font-weight: normal;
}

.text {
    font-size: 13px;
    padding: 0px 0 10px;
}

.text p {
    text-align: justify;
    text-indent: 8px;
    font-weight: bold;
	color: #4F4F4F;
	margin-bottom: 4px;
}


#material{
    font-size: 13px;
}

#material p{
    margin-bottom: 3px;
}

#material ol{
    margin-left: 25px !important;
    margin-bottom: 7px;
}

#material li {
    margin-bottom: 2px;
}





#table_phone{
	border-collapse: collapse;
	font-size: 13px;
	margin-top: 10px;
}

#table_phone td{
	border: 1px solid #000;
	padding: 2px;
}

#table_phone #title_phone{
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #2C2C2C;
}

#phone h4{
	text-align: center;
	margin-bottom: 6px;
}

#phone p{
	font-size: 14px;
	text-indent: 8px;
}

#up_left{
	color: #383838;
	font-size: 12px;
	border: 0px solid red;
	padding-left: 10px;
	margin-bottom: 10px;
	word-spacing: 5px;
}

#up_left a{
	color: #383838;
}



#main_list{
	list-style: none;
	margin-bottom: 20px;

}

#main_list li{
	margin-bottom: 10px;
}

#main_list a{
	font-size: 18px;
	color: #2C2C2C;
}

#download_arhiv a{
	color:#383838;
	font-size: 14px;
	margin-right: 15px;

	display: inline-block;
}

#download_arhiv h4{
	float: left;
	margin-right: 10px;
	font-weight: bold;
	color:#000000;
	color:#383838;

}

#main_list_default{
	list-style: none;
	margin-bottom: 20px;
		margin-top: 20px;
}

#main_list_default li{
	margin-bottom: 20px;
}



#main_list_default li p {
	text-indent: 10px;
	margin-top: 5px;
	text-align: justify;
	color: #646464;
	font-size: 1.01em;
  	line-height: 18px;
}

#main_list_default li div img{
	float: left;
}

#main_list_default li div {
	vertical-align: middle;
	overflow: hidden;
}

#main_list_default a{
	color: #31383B;
    text-decoration: none;
}

#main_list_default a:hover{
	text-decoration: underline;
}

#main_list_default h3{
 	font-size: 1.77em;
    font-weight: normal;
    line-height: 1.1em;
 }

#welcome{
	text-align: center;
	margin-bottom: 18px;
/*	font-weight: normal; */

}

.nav_list a{
	color: #2C2C2C;
	font-size: 15px;
}

.nav_list li{
	margin-bottom: 8px;
}




#btn_save a{
	display: inline-block;
	margin-top: 25px;
	margin-right: 20px;
	color:#383838;
}

 #we_happy{
 	font-size: 13px;
 	text-align: right;
 	font-weight: bold;
 	padding-top: 20px;
 }





#reg_ul {
	list-style: none;
	float: right;
}

#reg_ul li a {
	color:white;
	text-decoration: none;
}

#reg_ul li a:hover{
	text-decoration: underline;
}

#reg_ul li {
	float: left;
	margin-right: 13px;
}


.title_advert{
	text-align: center;
}


#form_advance_search{
	border:1px solid silver;
	padding: 10px;
}

#form_advance_search h4{
	text-align: center;
	margin-bottom: 5px;
	font-size: 15px;
}

#form_advance_search label{
	font-size: 11px;
	font-weight: bold;
	display:block
}

#form_advance_search select{
	border: 1px silver solid;
	font-size: 11px;
	padding: 2px;
	width: 200px;
}


#form_advance_search option{
	margin-bottom: 2px;
	padding-left: 3px;
}

.block_form{
	margin-bottom: 8px;
}

#form_advance_search input[type=text]{
	border: 1px silver solid;
	width: 200px;
}

#table_search{
	border-collapse: collapse;
	width: 100%;
}

#table_search td{
	border: 0px solid red;
}

#logo_big{
     background:url('../images/bgr_header.png');
     height: 120px;
     width: 100%;
}

#logo{
    width: 550px;
    margin: auto;
    height: 120px;
  	background-color: black;
    background:black  url('../images/logo.png');


}


#logo_desc{

    padding: 10px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 15px;
    margin-right: 0px;
    color:#444444;
    font-style: italic;

}

#logo_desc div{
    margin-bottom: 5px;
}


#welcome_word{
	margin-top: 5px;
	margin-left: 265px;
	padding: 0 35px;
	font-style: italic;
}

#welcome_word p{
	font-size: 15px;
	margin-bottom: 5px;
	line-height: 20px;
}

#news p{
	font-size: 15px;
	margin-bottom: 5px;
	line-height: 19px;
    font-style: italic;
}

#woman{
	float: left;
	width: 250px;
}

#woman img{

	width: 250px;
}

#slider_head{
	height: 306px;

}

#title_main{
	font-family:'Times New Roman';
	font-style: italic;
	text-align: center;
	margin-bottom: 5px;
}

p {
	font-size: 14px;
	text-indent: 8px;
	line-height: 18px;
	text-align: justify;
	margin-bottom: 5px;
}

#table_size {
	border-collapse: collapse;
	margin-bottom: 8px;
}

#table_size td{
	padding: 3px 6px;
	border: 1px solid black;
	font-size: 14px;
	text-align: center;
}

#table_img{
	border-collapse: collapse;
	margin-bottom: 5px;
	margin: auto;
}

#table_img td{
	padding:  6px;
	border: 5px solid #E1E1E1;
	font-size: 14px;
	text-align: center;
}

#table_img td img{
	width: 400px;
}


#content_table{
	padding: 0 60px;

}


#type_list{
	list-style: none;
}

#type_list > li {
	float: left;
	border: 1px solid #E6E6E6;
	margin-right: 15px;
	margin-bottom: 20px;
	text-align: center;
    height: 325px;
    width: 160px;
    font-size: 13px;
    background-color: white;
    padding: 10px 0px;
}

#type_list > li img{
	max-height: 200px;
	max-width: 160px;
	border: 0;
}

#type_list > li a{
	color:#444444;
	border:0;
}

#pages{

	width: 700px;
	margin: auto;
	text-align: center;
    overflow: hidden;
}

#pages a{
	background-color: #444444;
	text-decoration: none;
	color:white;
	padding: 2px 7px;
	margin-right: 2px;
}

#pages strong{
	margin-right: 2px;
	font-size: 18px;
	background-color: white;
	padding: 2px 7px;
}



#list_photo{
	list-style: none;
}

#list_photo li{
	float: left;
	margin-right: 40px;
}

#list_photo li img {
	max-height: 300px;
}

#form_add{
	border: 1px silver solid;
	padding: 10px;
	overflow: hidden;
	width: 400px;
	margin-bottom: 15px;

      background-color: #F2F2F2;

    border: 1px solid #DCDCDC;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 1px 1px 0 #FFFFFF inset, -1px -1px 0 #FFFFFF inset;
    text-shadow: 1px 1px 0 #FFFFFF;
}

#form_add label{
	display: block;
	font-size: 13px;
	color: #494949;

}

#form_add input[type=text], textarea
{
	border: 1px solid silver;
	padding: 2px;
	width: 100%;
}

textarea{
    height: 90px;
}

#form_add div{
	margin-bottom: 10px;
}

#list_quest{
	margin-top: 10px;
	list-style: none;
}

#list_quest li{
	margin-bottom: 10px;
    background-color: #F0F0F0;
    border-radius: 4px;
    padding: 5px 10px;
    overflow: hidden;
}


.img_li img{
	height: 300px;
	float: left;
	margin-right: 10px;
}

.img_li p {
	font-style: italic;
}

#list_collection{
	list-style: none;
	text-align: center;
	overflow: hidden;
	margin: auto;
    margin-bottom: 5px;
    padding-bottom: 7px;
    padding-left: 5px;
    padding-top: 5px;

}

#list_collection img{
    height: 240px;
    max-width: 170px;
    border: 0px;

}

#list_collection li{
	float: left;
	margin-right: 14px;
    width: 172px;
    padding-bottom: 3px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
}

#list_collection li a{
	font-size: 23px;
	color: #444444;
	font-style: italic;
    text-decoration: none;
    font-family: 'Palatino Linotype','Book Antiqua',Palatino,serif;

}

#list_informer{
	list-style: none;
	width: 700px;
	margin: auto;
	margin-top: 30px;

}

#list_informer li{
	float: left;
	margin-right: 30px;
}

.counter {
	border: 1px solid silver;

}

.title_inf{
	color:white;
	background: black;
	text-align: center;
}

.counter table{
	border-collapse: collapse;
	width: 100%;

}

.counter table td{
font-size: 11px;
	padding: 1px;
}

#social{
	width: 250px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 5px;
	overflow: hidden;
}

#social li{
	float: left;
	margin-right: 5px;
}

#social li img{
	width: 24px;
}

.error_box{
	border: 2px solid red;
	padding: 10px;
	font-size: 13px;
	margin: 10px;
}

#form_reg label{
	display: block;
	font-size: 13px;

}

#form_reg {
	border:1px solid silver;
	text-align: left;
	padding: 10px;
}

#form_reg input[type=text]{
	border: 1px solid silver;
	width: 400px;
}

#form_reg div{
	margin-bottom: 6px;
}



#list_auth li {
	float: left;

	margin-right: 10px;

}

#list_auth li a:hover{
    color:#00c6ff !important;
}

#list_auth li span a {
	color:white;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
    display: block;
   	padding: 5px 8px;
    width: 80px;
    text-align: center;
    border: 1px solid #329eeb;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
    background: #2AB2EF;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2AB2EF), to(#1696D0));
    background: -webkit-linear-gradient(#2AB2EF, #1696D0);
    background: -moz-linear-gradient(#2AB2EF, #1696D0);
    background: -ms-linear-gradient(#2AB2EF, #1696D0);
    background: -o-linear-gradient(#2AB2EF, #1696D0);
    background: linear-gradient(#2AB2EF, #1696D0);
}

#pre_nav{
    background: #2AB2EF;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2AB2EF), to(#1696D0));
    background: -webkit-linear-gradient(#2AB2EF, #1696D0);
    background: -moz-linear-gradient(#2AB2EF, #1696D0);
    background: -ms-linear-gradient(#2AB2EF, #1696D0);
    background: -o-linear-gradient(#2AB2EF, #1696D0);
    background: linear-gradient(#2AB2EF, #1696D0);
}

#table_header {
	border-collapse: collapse;


}

#table_header td{
	border:0px solid red;
}

.big_btn{
    width: 170px;
    display: block;
    color:white;
    padding: 5px 10px;
    font-size: 22px;
    font-style: italic;
	text-decoration: none;
    border: 1px solid #329eeb;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
    background: #2AB2EF;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2AB2EF), to(#1696D0));
    background: -webkit-linear-gradient(#2AB2EF, #1696D0);
    background: -moz-linear-gradient(#2AB2EF, #1696D0);
    background: -ms-linear-gradient(#2AB2EF, #1696D0);
    background: -o-linear-gradient(#2AB2EF, #1696D0);
    background: linear-gradient(#2AB2EF, #1696D0);
}

.link_order{
    color:white;
    text-decoration: none;
    border: 1px solid #f47e30;
    font-weight: bold;
    padding: 4px 10px;
    text-align: center; width: 200px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
    background: #f47e30;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f47e30), to(#EE782B));
    background: -webkit-linear-gradient(#f47e30, #EE782B);
    background: -moz-linear-gradient(#f47e30, #EE782B);
    background: -ms-linear-gradient(#f47e30, #EE782B);
    background: -o-linear-gradient(#f47e30, #EE782B);
    background: linear-gradient(#f47e30, #EE782B);
}

.link_order:hover{
	border:1px #eee solid;
}

.div_basket p {
	text-align: center;
	text-indent: 0px;

}

#sub_basket{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
    background: #e86d22;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e86d22), to(#fc8d44));
    background: -webkit-linear-gradient(#e86d22, #fc8d44);
    background: -moz-linear-gradient(#e86d22, #fc8d44);
    background: -ms-linear-gradient(#e86d22, #fc8d44);
    background: -o-linear-gradient(#e86d22, #fc8d44);
    background: linear-gradient(#e86d22, #fc8d44);
}

.div_basket {

    background-image: url('../images/basket.png');
    background-repeat: no-repeat;
    height: 60px;

}

#link_basket{
   z-index: 1000;
    color:white;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

#link_basket:hover{
    text-decoration: underline;
}

.div_basket1{
    margin: auto;
    text-align: center;
    border: 0px solid silver;
    margin-bottom: 10px;
    padding-top: 8px;

    width: 120px;
    height: 90px;
    background-image: url('../images/basket.png');
    background-repeat: no-repeat;
}

#form_search label{
    font-size: 13px;
}

#form_search input[type=submit]
{
    font-size: 16px !important;
	padding: 2px 10px !important;
	border: 0px solid #ADADAD;
	background: #31383b;
	font-weight: bold;
	color:white;

	margin-top: 5px;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.block_search{
    overflow: hidden;
    margin-bottom: 10px;
    text-shadow: none !important;
}

.price_search{
    margin-bottom: 10px;
}

.price_search input{
    margin-bottom: 5px;
    border: 1px silver solid;
    width: 55px;
    padding: 2px;
}

.price_search label{
    float: left;
    margin-right: 2px;
    margin-top: 2px;

}

.price_search div{
    width: 90px;
    float: left;
    margin-right: 20px;
}


.info_content{
	background-color: white;
	padding: 0px 15px;


}

.info_content p{
	font-size: 12px;
	text-indent: 0px;
}

.info_content li{
	font-size: 12px;
	margin-bottom: 5px;
	padding-left: 5px;
	line-height: 18px;
}

#contact_div div{
	margin-bottom: 5px;
    overflow: hidden;
}

#contact_div img{
    float: left;
    width: 20px;
    margin-right: 3px;
}

#contact_div span {
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
}

#contact_div a {
    font-size: 15px;
    color:#383838;
    text-decoration: none;

}

#panel{

    overflow: hidden;
    height: 64px;
    width: 1006px;
    margin: auto;
}

#list_panel li a:hover{
    color: #00c6ff !important;
}

#list_panel li {
	float: left;
	margin-right: 5px;

	padding: 5px 4px;
	height: 40px;
	text-align: center;



    background-color: white;
    border: 1px solid #DCDCDC;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 1px 1px 0 #FFFFFF inset, -1px -1px 0 #FFFFFF inset;
    text-shadow: 1px 1px 0 #FFFFFF;
}

#list_panel li a{
    color: #383838 !important;
    font-size: 13px !important;
}

#info_message{
    color: #00529B;
    border: 1px solid;
    background-image: url('../images/info_message.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    background-color: #BDE5F8;
    padding: 20px 20px 20px 40px;
}



.box1{
   background-color: #fff;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
}

.box1:before, .box1:after {
	position: absolute;
	width: 100px;
	height: 10px;
	content: ' ';
	left: 12px;
	bottom: 12px;
	background: transparent;
	-webkit-transform: skew(-5deg) rotate(-5deg);
	-moz-transform: skew(-5deg) rotate(-5deg);
	-ms-transform: skew(-5deg) rotate(-5deg);
	-o-transform: skew(-5deg) rotate(-5deg);
	transform: skew(-5deg) rotate(-5deg);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	z-index: -1;
}
.box1:after {
	left: auto;
	right: 12px;
	-webkit-transform: skew(5deg) rotate(5deg);
	-moz-transform: skew(5deg) rotate(5deg);
	-ms-transform: skew(5deg) rotate(5deg);
	-o-transform: skew(5deg) rotate(5deg);
	transform: skew(5deg) rotate(5deg);
}

#list_panel li img{
	float: left;

}

#list_panel li a {
	color: #0F87FF;
    font-size: 14px;
}

#list_panel {
	height: 65px;
	width: 1000px;
	margin: auto;
	margin-bottom: 10px;
    margin-top: 5px;

}

.spinner {
	font-size: 11px !important;
	width: 16px !important;
	padding: 0px !important;
	text-align: center !important;
}


#product_view div{
	margin-bottom: 8px;

}

#product_view{
	background-color: white;
	padding-bottom: 20px;
	padding-right: 20px;
}

#sub_image_view li{
	float: left;
	margin-left: 6px;
	
	overflow: hidden;
}

#sub_image_view li img{
	width: 75px;
	height: 60px;
	cursor: pointer;
}

#menu_cabinet
{
    border-left: 1px silver solid;
    overflow: hidden;
    margin-bottom: 5px;
}

#menu_cabinet li a {
    font-size: 14px;
    text-decoration: none;
    color: #383838;
}

#menu_cabinet li a:hover{
    text-decoration: underline;
}

#menu_cabinet li{
    float: left;
    background-color: white;
    border: 1px silver solid;
    border-left: 0px silver solid;
    padding: 6px 15px;
    background-image: url('../images/menu_grad.png');
}

#list_basket{
    margin-bottom: 10px;
}

#list_basket li{
    margin-bottom: 10px;
    padding: 10px;
    background-color: white;
}

.basket_desc {
    font-size: 15px !important;
    margin-bottom: 4px;
}

.userdata_form{
    margin: 0px !important;
}

.link_basket_delete {
	color:white;
	text-decoration: none;
	background-color: #0080FF;
	padding: 2px 7px;
	margin-top: 104px;
	display: inline-block;
}

#form_sub input[type=text]{
    padding: 3px;
    border: 1px silver solid;
}

#form_sub input[type=submit]{
    color:white;
    background-color: black;
    border: 1px black solid;
    padding: 2px 6px;
    font-weight: bold;
}

#form_sub label{
    font-size: 19px;
    font-weight: bold;
    font-style: italic;
}

#form_sub {
    border-bottom: 3px solid #0080FF;
    margin-bottom: 12px;
    padding-bottom: 5px;
}


.page{
	background-color: white;
	padding: 20px;
}

.page p{
	text-indent: 0px !important;
}

.table_size {
	margin-bottom: 15px;
	font-size: 14px;
}

.table_size caption{
	font-weight: bold;
	font-size: 20px;
}

.table_size td{
	border: 1px silver solid;
	text-align: center;
	padding: 2px 4px;
}

.table_size .header_table{
	background-color: #a7389e;
	color:white;
	font-size: 12px;
	font-weight: bold;
}

#visa_list li{
    float: left;
}

#visa_list{
    overflow: hidden;
}

#list_order li{
    background-color: white;
    margin-bottom: 15px;
    padding: 10px;
}

#list_order li p{
    text-indent: 0px !important;
}

#list_order li .title_order{
    font-size: 14px;
}

#list_new {
	overflow: hidden;

}

#list_new li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 180px;
	height: 330px;
	padding: 5px;
	background-color: white;
	text-align: center;

}

#list_new li img{

	max-height: 260px;
	border: 4px solid #fff;
}

#list_new li a {
	color:#383838;
    font-size:12px;
}

#list_discount {
	overflow: hidden;

}

#list_discount li {
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
	width: 160px;
	height: 300px;
	padding: 10px 5px;
	background-color: #eee;
	text-align: center;
	margin-top: 10px;
}

#list_discount li img{
	max-height: 180px;
	max-width: 140px;
	border: 4px solid #fe69a6;
}

#list_discount li a {
	color:#0080FF;
}

.discount{
	margin-bottom: 10px !important;
}

.discount ul{
	margin-left: 0 !important;
	font-size: 14px !important;
}

.list_link_image li{
    float: left;
    margin-right: 10px;
}

.list_link_image li span{
    background-color: #383838;
    color:white !important;
    cursor: pointer;
    padding: 1px 8px;
}

.list_link_image {
    height: 20px;
    margin-left: 13px;
}

.product_meta_a1{
    text-decoration: underline;
}

.product_meta_a1:hover{
    text-decoration: underline;
}

.link_buy_fancy_title {
	background-color: #0080FF;
	color:white;
	text-decoration: none;
	padding: 2px 8px;
	display: block;
	text-align: center;
	width: 55px;
}

.fancybox-effects-a[title]
{
    font-weight: bold;
}

#welcome_table td{
    font-size: 13px;
    font-family: verdana;
    vertical-align: top;
    padding-right: 30px;
    text-align: left;


}

#welcome_table ul{
	list-style-image: url('../images/g.png');
	margin-left: 15px;
}

#welcome_table ul li{
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 15px;

}

#contact_welcome{
	padding: 10px 0;
	font-size: 11px;
	color:#8C8C8C
}

#contact_welcome a{
	color:#8C8C8C
}

#welcome_table td h4{
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: 2px solid #383838;
    font-weight: normal;
    text-align: center;
    margin-bottom: 6px;
    font-family: "Museo","Trebuchet MS",Trebuchet,Tahoma,Arial,sans-serif !important;
}

#welcome_page h2{
	font-style: italic;
	text-align: center;
	font-size: 18px;
	background-color: #eee;
	padding: 5px 0px;
	margin: 4px;
	font-weight: normal;
 	font-family: "Museo","Trebuchet MS",Trebuchet,Tahoma,Arial,sans-serif !important;
 	color: #0071E1;
}

#welcome_page{
    width: 696px;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5px 20px 10px;
    background-color: #fff;

     background-color: #F2F2F2;
    border: 1px solid #DCDCDC;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 1px 1px 0 #FFFFFF inset, -1px -1px 0 #FFFFFF inset;
    text-shadow: 1px 1px 0 #FFFFFF;

}

.welcome_title {
	text-align: center; margin-top: 0px; font-weight: normal; font-style: italic; font-size: 26px;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f6f6f6), to(#ddd));
	background: -webkit-linear-gradient(#f6f6f6, #ddd);
	background: -moz-linear-gradient(#f6f6f6, #ddd);
	background: -ms-linear-gradient(#f6f6f6, #ddd);
	background: -o-linear-gradient(#f6f6f6, #ddd);
	background: linear-gradient(#f6f6f6, #ddd);
	margin-bottom: 4px;
	border:1px #ddd solid
}



#div_view_size {
	font-size: 14px;
}


#list_news li {
	overflow: hidden;
	margin-bottom: 20px;
	border-bottom: 1px silver solid;
	padding-bottom: 10px;
}

#left_news ul li a {
	color:#383838;
	font-style: italic;
}

#left_news ul li {
	margin-bottom: 7px;

}

#news_start{
	overflow: hidden;
	margin-top: 10px;
}

#list_news_start li {
	float: left;
	margin-right: 6px;
	width: 174px;
	background-color: white;
	padding-bottom: 5px;
	text-align: center;
}

#list_news_start li img {

	height: 216px;

}


#div_money_type{
    border: 1px solid silver;
    padding: 0px 5px 5px 5px ;
    margin: 7px 0px;
}


#div_money_type ul li label{
    font-weight: normal !important;
}

#div_money_type ul li{
    margin-bottom: 2px;
}

#group_welcome li{
    float:left;
    margin-right: 15px;

}


#group_welcome li a{
    color:#0080FF;
    font-size:20px;
    padding: 0px 5px;
}

#group_welcome li a:hover{
    background-color: #0080FF;
    color:white;
    text-decoration: none;
}




#collection_sub  img{
    height: 100px;
}

#collection_sub a{
    color:#0080FF;
}

#collection_sub td{
    text-align: center;
    width: 25%;
}

#collection_sub {
    border-collapse: collapse;


    width: 100%;

}

#con_table_sub{
    background-color: #F2F2F2;
    padding: 10px;
    border: 1px solid #DCDCDC;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 1px 1px 0 #FFFFFF inset, -1px -1px 0 #FFFFFF inset;
    text-shadow: 1px 1px 0 #FFFFFF;
}

#calc_form{
    background-color: #F2F2F2;
    padding: 10px;
    border: 1px solid #DCDCDC;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 1px 1px 0 #FFFFFF inset, -1px -1px 0 #FFFFFF inset;
    text-shadow: 1px 1px 0 #FFFFFF;
}

#calc_form table{
    border-collapse: collapse;
}

#calc_form form tr{
  font-size: 12px;
}

#calc_form form td{

    padding-bottom: 5px;
}

#calc_form form input[type=text]{
    padding: 1px 3px;
    width: 30px;
    border:1px solid silver;
    font-weight: bold;
    font-size: 15px;

}

#table_result_size{
   border-collapse: collapse;

}

#table_result_size td{
    border:1px solid silver;
    font-size: 13px;
    padding: 2px 4px;
}

#coll_list li a{
    text-decoration: none;
}

#coll_list li{
    float: left;
    margin-right: 9px;
    border:0px solid blue;

    height: 133px;
    border:1px solid silver;
}



#coll_list img{
    width: 238px;
    height: 133px;
}


.btn_coll_buy{
    text-decoration: none;
    display: block;
    padding: 3px 0px;
    color:white !important;
    background: #2AB2EF;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2AB2EF), to(#1696D0));
    background: -webkit-linear-gradient(#2AB2EF, #1696D0);
    background: -moz-linear-gradient(#2AB2EF, #1696D0);
    background: -ms-linear-gradient(#2AB2EF, #1696D0);
    background: -o-linear-gradient(#2AB2EF, #1696D0);
    background: linear-gradient(#2AB2EF, #1696D0);

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}



.select-control {
    margin-right: 15px;
    padding: 2px 4px;
    width: 60px;
    border:1px silver solid;
}

.select-control option{
    padding: 2px 4px 0px 4px;
}


.news-title{
	background-color: #63b0e9;
	border: 1px #eee solid;
	padding: 5px;
	text-align: center;
	color: white;
}

.list-news li h6{
	font-weight: bold;
}

.list-news li{
	border-bottom:1px solid silver;
}

.list-news li img{
	float: left;
	width: 32px;
	margin-right: 4px;
}

.list-news li p{
	font-size: 12px;
}

.title-list-product{
	padding: 8px;
	background-color: #eee;
	margin-bottom: 10px;
}

.list-product li h1, .list-product li h2{
	font-size: 15px;
}

.list-product{
	overflow: hidden;
}

.list-product li {
	float: left;
	border: 1px solid silver;
	width: 256px;
	height: 330px;
	margin-bottom: 15px;
	margin-right: 10px;
	text-align: center;
	padding: 0 5px;
}

.list-product li:nth-child(3n) {
	margin-right: 0;
}

.list-product img{
	max-width: 220px;
	max-height: 150px;
}

.list-quest li{
	background-color: #eee;
	border-radius: 8px;
	margin-bottom: 20px;
	padding: 10px;
}

.navbar-cabinet{
	padding-top: 4px;
}

.list-booking{

}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.list-product-index li {
	float: left;
	border: 1px solid silver;
	border-radius: 8px;
	padding: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	width: 350px;
	height: 307px;
	text-align: center;
}

.list-product-index li img{
	max-height: 190px;
}

.list-producer-link li{
	float: left;
	margin-right: 8px;
}

.list-producer-link {
	overflow: hidden;
	border:1px solid silver;
	border-radius: 8px;
	margin-top: 5px;
}

.list-producer-link li a{
	color: #383838;
}

p{
	text-indent: 0px !important;
}

.list-compare li {
	border-bottom: 1px solid silver;
	padding-bottom: 10px;
	margin-bottom: 20px;
	float: left;
	width: 350px;
	margin-right: 10px;
}

.list-compare table{
	font-size: 12px;
	margin-top: 8px;
	table-layout:fixed;
}

.list-compare table td{
	vertical-align: top;
	width: 180px;
}

.list-compare img{
	height: 180px;
}

.ul-auth a{
	font-size: 13px;
}

.list-product-type-in-product{
	margin-bottom: 10px;
	overflow: hidden;
}

.list-product-type-in-product li {
	float: left;
	border: 1px solid silver;
	margin-right: 15px;
	margin-bottom: 10px;
	text-align: center;
	height: 140px;
	width: 146px;
	padding: 5px;
}

.list-product-type-in-product li:nth-child(5n) {
	margin-right: 0px;
}

.list-product-type-in-product img{
	height: 78px;
}

.list-product-type-in-product li a{
	text-decoration: none;
	text-transform: lowercase;
}

.list-product-type-in-product li div {
	background-color: #428BCA;
	color: white;
	height: 40px;
	padding: 0px 3px;
}

.list-last-product .slide{
	text-align: center;
	border: 1px solid silver;
	border-radius: 8px;
}

.list-last-product  a{
	text-decoration: none;
}

.list-last-product img{
	height: 150px;
	max-width: 150px;
}

.panel-orderby{
	background-color: #eee;
	border-radius: 8px;
	padding: 8px 8px 1px 8px ;
	margin-bottom: 7px;
}

.panel-orderby ul{
	overflow: hidden;
	
}

.panel-orderby ul li{
	float: left;
	margin-right: 10px;
	border-right: 1px dotted black;
	padding-right: 3px; 
}

.panel-orderby ul li:last-child{
	border-right: 0px solid black;
}

.panel-orderby-active{
	color: white;
	text-decoration: none;
	padding: 3px 5px;
	border-radius: 4px;
	background-color: #1FA3DE;
}

.left-product_type-list a{
    font-size: 13px;
}

.left-product_view-list a{
    color: #383838;
    font-size: 13px;
}

.left-product_view-list{
    margin-left: 7px;
}

.product-parent-description{
	background-color: #f2f2f2;
	padding:10px 15px;
	border-radius: 8px;
	margin: 8px 0px;
}

.product-parent-description h1, .product-parent-description h3 span, big{
	font-size: 18px !important;
}

.product-parent-description a{
	font-size: 14px !important;
}