html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	position: relative;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	min-width: 994px;
}
img {
	border-style: none;
}
form {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0px;
	padding-bottom: 10px;
}
.cell {
	vertical-align: top;
	padding: 0px;
}

.header {
	height: 284px;
	background-image: url(../images/header.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	border-bottom: 10px solid #F1F1F1;
}
.brands {
	margin: 5px;
	padding: 5px;
	border: 1px solid #E1702C;
	font-size: 12px;
	text-transform: uppercase;
	min-height: 1px;
}
.brands a {
	color: #123553;
	text-decoration: none;
	text-align: center;
	float: left;
	height: 27px;
	width: 137px;
}
.brands a:hover {
	text-decoration: underline;
}
.content {
	width: 100%;
	border-collapse:collapse;
	background-image: url(../images/sand.jpg);
}
.content .left {
	vertical-align: top;
	padding: 22px 0px 0px;
	background-image: url(../images/content_left.gif);
	background-repeat: repeat-x;
	width: 27%;
}
.content .left .search {
	background-image: url(../images/search_left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px 9px 8px 7px;
	position: relative;
	min-height: 1px;
	margin: 0px 3px 11px;
}
.content .left .search table {
	width: 100%;
	border-collapse:collapse;
	background-color: #F7FCFF;
	border-top: 2px solid #E1702C;
}
.content .left .search td {
	padding: 17px 0px 0px;
}
.content .left .search .hd {
	display: block;
	margin-bottom: 14px;
}


.content .left .search .inp {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #454545;
	width: 97%;
	margin-bottom: 18px;
}
.content .left .search select {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #454545;
	width: 100%;
	margin-bottom: 18px;
}


.content .left .search .right_bg {
	background-image: url(../images/search_right.gif);
	position: absolute;
	height: 78px;
	width: 14px;
	right: 0px;
	bottom: 0px;
}
.content .left .catalogue_hd {
	text-indent: -2000px;
	position: relative;
	height: 47px;
	background-image: url(../images/catalogue_hd.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 10px;
	margin-left: 10px;
}
.content .left .catalogue_hd .lf {
	background-image: url(../images/catalogue_hd_left.gif);
	position: absolute;
	height: 47px;
	width: 40px;
	left: 0px;
	top: 0px;
}
.content .left .catalogue_hd .rt {
	background-image: url(../images/catalogue_hd_right.gif);
	position: absolute;
	height: 47px;
	width: 44px;
	right: 0px;
	top: 0px;
}

.content .left .catalogue {
	width: 100%;
	border-collapse:collapse;
	margin-bottom: 3px;
}
.content .left .catalogue td {
	vertical-align: top;
	padding: 0px;
	font-size: 0px;
}
.content .left .catalogue .lb {
	background-image: url(../images/catalogue_lb.gif);
	height: 15px;
	width: 12px;
}
.content .left .catalogue .rb {
	background-image: url(../images/catalogue_rb.gif);
	height: 15px;
	width: 12px;
}
.content .left .catalogue .l {
	background-image: url(../images/catalogue_l.gif);
	background-repeat: repeat-y;
}
.content .left .catalogue .r {
	background-image: url(../images/catalogue_r.gif);
	background-repeat: repeat-y;
}
.content .left .catalogue .b {
	background-image: url(../images/catalogue_b.gif);
	background-repeat: repeat-x;
}




.content .left .catalogue .c {
	font-size: 11px;
	background-color: #BED0E0;
	padding-top: 10px;
	padding-bottom: 30px;
}
.content .left .catalogue .c a {
	color: #1B4161;
	text-decoration: none;
}
.content .left .catalogue .c a:hover {
	color: #B93C00;
}
.content .left .catalogue .c .cat {
	min-height: 1px;
	padding-top: 4px;
	border-top: 5px solid #BED0E0;
	border-bottom: 5px solid #BED0E0;
}

.content .left .catalogue .c .cat img {
	float: left;
	margin-right: 13px;
	margin-top: -4px;
}

.content .left .catalogue .c .grp {
	padding: 5px 10px;
	margin-bottom: 2px;
	background-color: #E5ECF3;
	margin-left: 52px;
}


.content .left .catalogue .c .selected {
	color: #B93C00;
}
.content .left .catalogue .c .selected_grp {
	background-color: #D0E9FF;
}

.content .left .catalogue .c .top_grp_border {
	border-top: solid 1px #9AAFC2;
}
.content .left .catalogue .c .sub {
	margin-left: 68px;
	margin-bottom: 5px;

}
.content .left .catalogue .c .sub_data {
	border-top: solid 1px #E5ECF3;
	border-bottom: solid 1px #E5ECF3;

}









.content .right {
	vertical-align: top;
	padding: 0px;
	width: 73%;
	line-height: 18px;
	text-align: justify;
}
.content .right .bg {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 10px solid #F1F1F1;
}
.content .right .cart {
	background-image: url(../images/cart_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top: 2px solid #E1702C;
	position: relative;
	margin-bottom: 12px;
	padding-bottom: 4px;
}
.content .right .cart .lf {
	font-size: 0px;
	background-image: url(../images/cart_left.gif);
	position: absolute;
	height: 5px;
	width: 73px;
	left: 0px;
	bottom: 0px;
}
.content .right .cart .rt {
	font-size: 0px;
	background-image: url(../images/cart_right.gif);
	position: absolute;
	height: 27px;
	width: 46px;
	right: 0px;
	bottom: 0px;
}
.content .right .cart table {
	width: 100%;
	border-collapse:collapse;
}
.content .right .cart td {
	padding: 0px;
}
.content .right .cart .cart_ico {
	background-image: url(../images/cart.gif);
	background-repeat: no-repeat;
	background-position: center 20px;
	padding: 61px 0px 20px;
	text-align: center;
	font-size: 12px;
	color: #434242;
	width: 30%;
}
.content .right .cart .cart_ico i {
	font-style: normal;
	font-weight: bold;
	color: #104C81;
	display: block;
	padding-bottom: 3px;
	font-size: 11px;
}
.content .right .cart .login td {
	font-weight: bold;
	background-color: #E8F0F4;
	padding: 15px;
}
.content .right .cart .login .inp {
	width: 100%;
	border: 1px solid #BDCAD5;
}
.content .right .cart .login span {
	white-space: nowrap;
}
.content .right .padded {
	padding-right: 10px;
	padding-left: 10px;
}

.content .right .choose_group a {
	color: #1B4161;
	text-decoration: none;
}

.content .right .page_name {
	font-size: 10px;
	font-weight: bold;
	color: #C14600;
	padding-bottom: 5px;
	border-bottom: 2px solid #E1702C;
	margin-bottom: 11px;
	text-transform: uppercase;
}

.content .right h1 {
	font-size: 10px;
	font-weight: bold;
	color: #C14600;
	padding-bottom: 5px;
	border-bottom: 2px solid #E1702C;
	margin-bottom: 11px;
	text-transform: uppercase;
}


.content .right .cards {
	width: 100%;
	border-collapse:separate;
}
.content .right .cards td {
	vertical-align: top;
	padding: 0px;
	border: 1px solid #BED0E0;
	width: 33%;
}
.content .right .cards form {
	padding: 10px 7px;
	min-height: 1px;
}

/*
.content .right .cards p {
	padding-bottom: 15px;
}  */

.content .right .cards .product_name {
	color: #C14600;
	text-align: left;
}

/***********************/

.content .right .cards .quantity {
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	float: right;
	width: 40px;
	border: 1px solid #B1BAC2;
	border-right: none;
	background-color: #ECF1F6;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 12px;
}
.content .right .cards .subm {
	float: right;
	margin-bottom: 12px;
}
.content .right .cards .pic {
	display: block;
	margin: 0px auto 10px;
}

p {
	margin-top: 10px;
}
br {
	margin-top: 5px;
}

h1 {
	font-size: 10px;
	font-weight: bold;
	color: #C14600;
	padding-bottom: 5px;
	border-bottom: 2px solid #E1702C;
	margin-bottom: 11px;
	text-transform: uppercase;
}













.content .blue {
	vertical-align: top;
	padding: 10px;
	line-height: 18px;
}
.content .blue .grey_border {
	background-color: #C8D7E5;
	border: 1px solid #798693;
	background-image: url(../images/corner_top.gif);
	background-repeat: no-repeat;
	background-position: 2px 3px;
	min-height: 1px;
}
.content .blue .white_border {
	min-height: 1px;
	border: 1px solid #FFFFFF;
	position: relative;
	background-image: url(../images/corner_top.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
	padding: 10px 15px;
}
.content .blue .corner_lb {
	background-image: url(../images/corner_bottom.gif);
	position: absolute;
	height: 25px;
	width: 15px;
	left: 1px;
	bottom: 4px;
}
.content .blue .corner_rb {
	background-image: url(../images/corner_bottom.gif);
	position: absolute;
	height: 25px;
	width: 15px;
	right: 1px;
	bottom: 4px;
}
.content .blue table {
	width: 100%;
	border-collapse:separate;
}
.content .blue td {
	vertical-align: top;
	padding: 14px;
	border-right: 1px solid #E1E7EE;
	border-left: 1px solid #9AABBB;
}
.content .blue a {
	color: #D04A01;
	line-height: normal;
}
.content #vertical td {
	border-top: 1px solid #E1E7EE;
	border-bottom: 1px solid #9AABBB;
	border-right-style: none;
	border-left-style: none;
}



.bot_nav {
	line-height: 36px;
	background-color: #F1F1F1;
	text-align: center;
	height: 36px;
	border-top: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
}
.bot_nav li {
	display: inline;
	list-style: none;
}
.bot_nav a {
	color: #0D315D;
	text-decoration: none;
	margin-right: 22px;
	margin-left: 22px;
}
.bot_nav a:hover {
	text-decoration: underline;
}

.footer {
	background-image: url(../images/sand.jpg);
	text-align: right;
	padding: 15px 30px 15px 0px;
	color: #212020;
}
.footer a {
	color: #212020;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.header_add {
	background-image: url(../images/header_add.jpg);
	height: 284px;
	width: 340px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.add_nav {
	background-image: url(../images/add_nav.gif);
	height: 33px;
	width: 108px;
	position: absolute;
	left: 23%;
	top: 0px;
	padding-left: 1px;
}
.add_nav a {
	float: left;
	margin-top: 10px;
	margin-left: 19px;
}
.logo {
	background-image: url(../images/logo.png);
	position: absolute;
	height: 130px;
	width: 396px;
	left: 3%;
	top: 35px;
}
.slogan {
	font: 20px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #062554;
	position: absolute;
	left: 54px;
	top: 126px;
}
.contacts {
	background-image: url(../images/contacts.png);
	height: 184px;
	width: 183px;
	margin-left: -57px;
	position: absolute;
	left: 50%;
	top: 4px;
	font-size: 12px;
	padding-left: 27px;
	padding-top: 10px;
}
.contacts .title {
	font-weight: bold;
	color: #962104;
	padding-top: 16px;
	padding-bottom: 5px;
}
.contacts b {
	font-size: 18px;
	display: block;
	padding-bottom: 2px;
	padding-top: 3px;
}
.contacts a {
	color: #001A42;
}
.top_nav {
	background-image: url(../images/top_nav.png);
	position: absolute;
	height: 45px;
	width: 100%;
	left: 0px;
	top: 193px;
	padding-top: 10px;
}
.top_nav .bg {
	background-image: url(../images/top_nav.gif);
	height: 37px;
}
.top_nav table {
	height: 37px;
	width: 82%;
	margin-right: auto;
	margin-left: auto;
	border-collapse:collapse;
}
.top_nav th {
	padding: 11px 0px 0px 26px;
	vertical-align: top;
	background-image: url(../images/top_nav_divider.gif);
	background-repeat: no-repeat;
	font-weight: normal;
	text-align: left;
	width: 1px;
}
.top_nav td {
	padding: 0px;
}

.top_nav a {
	color: #532109;
	text-decoration: none;
	white-space: nowrap;
}
.top_nav a:hover {
	text-decoration: underline;
}
.top_nav_l {
	background-image: url(../images/top_nav_l.gif);
	position: absolute;
	height: 55px;
	width: 18px;
	top: 193px;
	left: 0px;
}
.top_nav_r {
	background-image: url(../images/top_nav_r.gif);
	position: absolute;
	height: 55px;
	width: 17px;
	top: 193px;
	right: 0px;
}




.content .right .choose_group {
	background-color: #E5ECF3;
    margin-bottom: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.content .right .choose_group table td .picture{
 	padding-top: 6px;
 	padding-left: 6px;
}

.pager_right {
	float: right;
	margin-right: 10px;
	text-align: right;
	color: #1B4161;
}

.pager_left {
	margin-left: 10px;
	margin-bottom: 8px;
	color: #1B4161;
}
.pager_left b {
	color: #BA2924;
}
.pager_left a {
	color: #1B4161;
}


/* style for all pages ----------------------------------------------------*/
/* navigation -----------------------------*/
.content .right .padded .navi_str {
	margin-bottom: 13px;
	text-align: right;
}
.nav {
	color: #C14600;
}
.nav_1 {
	color: #737272;
	text-decoration: none;
	font-family: Andale Mono;
}
/* /navigation -----------------------------*/
/* style for all pages ----------------------------------------------------*/

/* catalogue -----------------------------*/
.group {
	color: #C80101;
	background-color: #E5ECF3;
	padding-bottom: 3px;
	padding-top: 3px;
    padding-left: 8px;
	margin-left: 3px;
	margin-right: 4px;

}
.content .right .price {
	font-size: 18px;
	font-weight: bold;
	color: #576D81;
	float: left;
	background-image: url(../images/price.gif);
	background-repeat: no-repeat;
	height: 22px;
	padding-top: 4px;
	padding-left: 35px;
	margin-bottom: 12px;
}

.base_text {
 	color: #1B4161;
}

.base_ref a{
	color: #001A42;
}


.bold_text {
	color: #474646;
	font-weight: bold;
}
/* cart -----------------------------*/
.cart_input {
	 height: 12px;
	 border: solid 1px #A4B1B6;
	 font-size: 12px;
	 color: #104C81;
}
.cart_select {
     border: solid 1px #999999;
     height: 18px;
     font-size: 12px;
     color: #999999;
}
.inp1 {
	 width: 50px;
	 text-align: center;
}
.inp2 {
	/*padding-right: 300px; */
	width : 413px;
}
/* /cart -----------------------------*/

/* product -------------------------*/
.quant {
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	width: 40px;
	border: 1px solid #B1BAC2;
	border-right: none;
	background-color: #ECF1F6;
	padding-bottom: 2px;
	padding-top: 2px;
	float: left;
}
.prod_subm {
	float: left;
}
/* /product -------------------------*/



/*****************************************/
.pager_left b {
	color: #C80101;
}
.pager_left a {
	color: #1B4161;
}

.pager_right b {
	color: #C80101;
}
.pager_right a {
	color: #1B4161;
	text-decoration: none;
}

/* Чел залогинился --------- */
.welcome {
 	background-color: #E8F0F4;
    width: 80%;
    height: 80px;
    margin-right: 0px;
    margin-left: auto;

    padding: 7px;
}
.welcome a {
 	color: #434242;
 	text-decoration: none;
 	font-weight: bold;
}
/* /Чел залогинился --------- */


.active {
	display:block;
}
.inactive {
	display:none;
}

.root_el, .root_el a {
	color: #1B4161;
	margin-bottom: 7px;
}
.gr_1 a{
	margin-left: 18px;
	text-decoration: none;
}
.gr_1 .gr_2 a{
	margin-left: 36px;
	text-decoration: none;
	color: #C04600;
}
.root_vendor{
	color: #C04600;
	font-weight: bold;
 	margin-bottom: 7px;
 	display: block;
}

.third_level {
	width: 100%;
	border-collapse:collapse;
	margin-bottom: 1px;
}
.content .left .catalogue .third_level td {
	font-size: 0px;
}
.third_level .lt2 {
	background-image: url(../images/lt2.gif);
	background-repeat: no-repeat;
	height: 6px;
	width: 3px;
}
.third_level .t2 {
	background-image: url(../images/t2.gif);
	background-repeat: repeat-x;
}
.third_level .rt2 {
	background-image: url(../images/rt2.gif);
	background-repeat: no-repeat;
}
.third_level .l2 {
	background-image: url(../images/l22.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.content .left .catalogue .third_level .c2 {
	font-size: 11px;
}
.third_level .r2 {
	background-image: url(../images/r22.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.third_level .lb2 {
	background-image: url(../images/lb2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.third_level .b2 {
	background-image: url(../images/b2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.third_level .rb2 {
	background-image: url(../images/rb2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 5px;
	width: 3px;
}
.sub2 {
	padding: 3px 10px 7px;
}
