html,body {
    padding: 0px;
    margin: 0px;
}
body {
    background: url('../userfiles/image/template/bg1.jpg') repeat;
    background-color: #E2E3E7;
}
body, p, div, td, th, li, a {
    font-family: 'Open Sans', sans-serif;
    color: #728690;
}

a:hover {
    text-decoration: none;
}

#content {
    width: 1000px;
    background: url('../userfiles/image/template/bg.jpg') repeat;
    padding-left: 25px;
    padding-right: 25px;
    box-shadow: #C7C7C7 0px 6px 5px 3px;
}
#left {
    padding-top: 20px;
    height: 607px;
    width: 375px;
    /* background: url(../userfiles/image/template/submenu2.jpg) no-repeat; */
    text-align: left;
}
#right {
    height: 607px;
    width: 625px;
    /* background: url(../userfiles/image/template/subcontent2.jpg) no-repeat; */
    text-align: left;
    padding-top: 23px;
}
#left_main {
    padding-top: 20px;
    height: 607px;
    width: 375px;
    /* background: url(../userfiles/image/template/submenu.jpg) no-repeat; */
    text-align: left;
    padding-bottom: 20px;
}
#right_main {
    /* min-height: 607px; */
    width: 625px;
    /* background: url(../userfiles/image/template/subcontent.jpg) no-repeat; */
    text-align: left;
}
#right2_main {
    /* margin-top: 637px; */
    text-align: left;
    width: 625px;
    padding-bottom: 30px;
}
#right2 {
    margin-top: 57px;
    margin-left: 20px;
    text-align: left;
    width: 560px;
    padding-bottom: 30px;
}
.menuitem {
    padding-top: 10px;
    padding-bottom: 3px;
    margin-left: 50px;
}
.menuitem_selected {
    padding-top: 10px;
    padding-bottom: 3px;
    margin-left: 50px;
    background: url(../userfiles/image/template/menu.gif) no-repeat;
}
.menuitem a {
    padding-left: 22px;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    color: #728690;
    text-decoration: none;
}
.menuitem_selected a {
    font-family: 'Open Sans', sans-serif;
    padding-left: 22px;
    font-size: 18px;
    color: #d5b734;
    text-decoration: none;
}

.submenuitem {
    padding-top: 10px;
    padding-bottom: 7px;
    margin-left: 97px;
}
.submenuitem_selected {
    padding-top: 10px;
    padding-bottom: 7px;
    margin-left: 97px;
}
.submenuitem a {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #999999;
    text-decoration: none;
    font-style: italic;
}
.submenuitem_selected a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #d5b734;
    text-decoration: none;
    font-style: italic;
}

.menu_line {
    margin-left: 50px;
    /* background: url(../userfiles/image/template/menu2.gif) no-repeat; */
    width: 244px;
    height: 2px;
    border-bottom: 1px solid rgba(221, 221, 221, 0.47);
}
.menu_line2 {
    background: url(../userfiles/image/template/menu2.gif) no-repeat;
    width: 296px;
    height: 2px;
}
#menu_text_under {
    margin-left: 50px;
    margin-top: 14px;
    width: 296px;
}
.menu_text_under {
    padding-left: 14px;
    padding-right: 14px;
}
#menu_text_under1 {
    margin-left: 36px;
    margin-top: 14px;
    width: 270px;
}
.menu_text_under1 {
    padding-left: 14px;
    padding-right: 14px;
}
h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bolder;
    font-size: 16px;
    color: #d5b734;
    margin-bottom: 16px;
}
h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bolder;
    font-size: 14px;
    color: #d5b734;
}
h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bolder;
    font-size: 12px;
    color: #d5b734;
}
h1 a, h2 a, h3 a {
    color: #d5b734;
    text-decoration: none;
}
.footer {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #666666;
    padding-bottom: 20px;
}

.brand_title {
    font-size: 14px;
    color: #d5b734;
}
//.imglogo {
    border: solid 1px #d5b734;
}

.map_title * {
    color: #000000;
}

.forminput {
    border: solid 1px #CCCCCC;
    width: 350px;
    background-color: #FFFFFF;
}
.forminput2 {
    border: solid 1px #CCCCCC;
    width: 350px;
    height: 75px;
    background-color: #FFFFFF;
}
.forminput3 {
    border: solid 1px #d5b734;
    width: 100px;
    background-color: #e3e3e3;
}
.pages {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
}
.pages a {
    color: #d5b734;
    text-decoration: underline;
    padding: 5px;
}
.pages a:hover {
    text-decoration: none;
}
.pages #selected {
    /* border: solid 1px #cccccc; */
    padding: 5px;
    border-radius: 50px;
    background: #D5D8DA;
}

.forminput5 {
    border: solid 1px #d5b734;
    width: 250px;
    background-color: #e3e3e3;
}
.forminput6 {
    border: solid 1px #d5b734;
    width: 250px;
    height: 75px;
    background-color: #e3e3e3;
}
.forminput4 {
    border: solid 1px #d5b734;
    width: 75px;
    background-color: #e3e3e3;
}


.n1 {
    background-color: #F5F5F5;
}
.n0 {
    background-color: #E2E2E2;
}

.watch_title {
    font-family: 'Open Sans', sans-serif;
    font-weight: bolder;
    font-size: 12px;
    color: #d5b734;
    padding-top: 5px;
    padding-bottom: 5px;
}
.watch_title a {
    font-family: 'Open Sans', sans-serif;
    font-weight: bolder;
    font-size: 12px;
    color: #d5b734;
}

#navigation_line {
    background: url(../userfiles/image/template/subtop.jpg) no-repeat;
    width: 1000px;
    height: 44px;
}
#navigation {
    margin-left: 390px;
    font-size: 12px;
    font-weight: bolder;
    color: #d5b734;
    padding-top: 8px;
    margin-left: 20px;
    text-align: left;
    width: 560px;
}
#navigation div a {
    font-size: 12px;
    font-weight: bolder;
    color: #d5b734;
}
#navigation_line {
    width: 1000px;
    height: 44px;
    background: #323638;
    display: block;
    /* position: absolute; */
    float: left;
    font-family: 'Open Sans', sans-serif;
}
#navigation_line {
    margin-left: 390px;
    /* font-size: 12px; */
    /* font-weight: bolder; */
    color: #d5b734;
    padding-top: 8px;
    margin-left: 20px;
    text-align: left;
    width: 560px;
}
#navigation_line div a {
    font-size: 14px;
    color: #d5b734;
}
#navigation_line {
	list-style: initial;
	margin: 0;
	padding: 0;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#navigation_line > ul > li {
	position: relative;
	height: 50px;
	float: left;
	/* z-index: 20; */
	padding: 0px 0px 0px 0px;
	margin-left: -6px;
	list-style: none;
}
#navigation_line > ul > li:hover {
}
#navigation_line > ul > li > a {

font-size: 15px;

color: #ffffff;

line-height: 14px;

text-decoration: none;

display: block;

padding: 0px 44px 0px 0px;

margin-bottom: 5px;

z-index: 6;

position: relative;

text-transform: uppercase;
}
#navigation_line> ul > li:hover > a {
	text-shadow: 0px 1px 20px #FFFFFF;
}
#navigation_line > ul > li > div {
	display: none;
	background: #FFFFFF;
	position: absolute;
	z-index: 10;
	top: 28px;
	padding: 7px 18px 13px 0px;
	-moz-border-radius: 2px 2px 2px 2px;
	-khtml-border-radius: 2px 2px 2px 2px;
	-moz-box-shadow: 0 0 3px 1px #DDDDDD;
	border-left: 1px solid #CCCAC5;
	border-right: 1px solid #CCCAC5;
	border-bottom: 1px solid #CCCAC5;
}
#navigation_line > ul > li:hover > div {
	display: table;
}
#navigation_line > ul > li > div > ul {
	display: table-cell;
	list-style-type: none;
	padding: 5px 2px 3px 26px;
}
#navigation_line > ul > li ul + ul {
	padding-left: 20px;
}
#navigation_line > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 120px;
	list-style: none;
}
#navigation_line > ul > li ul > li > a:hover {
	color: #333333;
}
#navigation_line> ul > li > div > ul > li > a {
	color: #777777;
	list-style: none;
}
.product {
    width: 163px;
    height: 211px;
    float: left;
    padding: 25px 3px 5px 3px;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-top: 0px;
    text-align: center;
    background: #F5F5F5;
    border: 1px solid #E4E4E4;
}
.product_title {
	margin: 0;
    padding: 5px;
}
.product_title a {
	color: #D7B734;
	font-family: 'Open Sans', sans-serif;
	font-weight: bolder;
	text-decoration: none;
	font-size: 14px;
}
.product_title a:hover {
	text-decoration: underline;
}
.product_img {
}
.right_manufacturers{
	padding-left: 31px;
}
.img_main{
	/* display:none; */
	padding: 0px 0px 0px 20px;}
.img_{
float: left;
margin: 15px 0px 0px 15px;
}
.category{
	
/* width: 170px; */
	
/* height: 130px; */
	
/* float: left; */
	
/* text-align: center; */
}
.category2{
	

}
.product_price{
	
}
.main_search{
    margin-top: 35px;
    background: rgba(185, 185, 185, 0.35);
    padding: 25px 0px 10px 25px;
    border: 1px solid #C7C7C7;
    border-radius: 3px;
}
#rotator{
height: 425px;
}

.social_content{
	margin: 1px 0px 0px 0px;
    padding: 35px 0px 0px 0px;
} 

.social{/* position: absolute; *//* left: 472px; *//* top: -44px; *//* margin: 0px 0px 0px 0px; *//* height: 200px; *//* height: 200px; */padding: 3px 0px 27px 65px;} 
.telegram {
    position: relative;
    background:url(../images/telegram.png) no-repeat;
    height: 32px;
    width: 32px;
    float: left;
    text-align: center;
    left: 35px;
}
.facebook {
    position: relative;
    background:url(../images/facebook.png) no-repeat;
    height: 32px;
    width: 32px;
    float: left;
    text-align: center;
    margin-left: -65px;
}
.vk {
    position: relative;
    background:url(../images/vk.png) no-repeat;
    height: 32px;
    width: 32px;
    float: left;
    text-align: center;
    margin-left: -46px;
}
.inst {
    position: relative;
    background:url(../images/instagram.png) no-repeat;
    height: 32px;
    width: 32px;
    float: left;
    text-align: center;
    margin-left: 50px;
}







