html 
{
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	background: #000 url(/img/bkg.gif) left top repeat;
	color: #000000;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}

a, a:visited, a b 
{
	color: #2b62a2;
	text-decoration: underline;
	cursor: pointer;
}
a:hover 
{
	color: #e6171f;
}

p
{
	margin-top: 0px;
	margin-bottom: 10px;
}

p.right
{
	text-align: right;
}

a.button, input.button, a.button-more
{
	cursor: pointer;
	color: #000;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border: 1px solid #cbccd1;
	background: #dddddd url(/img/a-buttons.png) left top repeat-x;
	-webkit-border-radius: 1px 1px 1px 1px;
	-moz-border-radius: 1px 1px 1px 1px;
	-khtml-border-radius: 1px 1px 1px 1px;
	border-radius: 1px 1px 1px 1px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
}

a.button, a.button-more
{
	display: inline-block;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	line-height: 1;
	padding: 4px 12px 4px 12px;
}

input.button
{
	margin: 0;
	line-height: 1;
	padding: 4px 12px 4px 12px;
}

a.button:hover, input.button:hover
{
	background: #ffe002 url(/img/a-buttons.png) left bottom repeat-x;
}

a.button, input.button
{
	margin-top: 5px;
}


/* = Wrapper
---------------------------------------------
---------------------------------------------
---------------------------------------------*/

#wrapper
{
	background: url(/img/bkg-top.jpg) left top repeat-x;
}

/* = Header
---------------------------------------------
---------------------------------------------
---------------------------------------------*/

div.limit
{
	float: right;
	width: 200px;
	text-align: right;
	padding-right: 8px;
	position: relative;
	top: 5px;
}

div.limit b
{
	font-weight: normal;
}

#header-top
{
	background-color: #333;
}

#header-top-a
{
	width: 998px;
	margin: 0 auto;
	height: 40px;
}

#header-top div.menu
{
	width: 600px;
}

#header-top div.menu ul
{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#header-top .menu > ul > li > ul{
	position: absolute;
	top: 0px;
}
#header-top .menu > ul > li > div {	
	display: none;
	position: absolute;
	z-index: 999999;
	background-color: #333;
}
#header-top .menu > ul > li > div> ul > li{	
	    clear: both;
}

#header-top div.menu li
{
	float: left;
	padding: 8px;
}

#header-top div.menu li a
{
	display: block;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
    margin-top: 3px;
	margin-bottom: 5px;
}

#header-top div.menu li:nth-child(3) a {
	color: yellow;
	font-weight: bold;
	border-bottom: 1px solid yellow;
}

#header-top div.menu li a:hover
{
	color: #fff;
	border-bottom: 1px solid #fff;
}

#welcome
{
	float: right;
	width: 140px;
	margin-right: 15px;
	text-align: right;
	padding: 8px 0px;
	color: #ccc;
	margin-top: 5px;
}

#welcome a
{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

#welcome a:hover
{
	color: #fff;
	border-bottom: 1px solid #fff;
}

#cart
{
	float: right;
	background: #fffa8c url(/img/ico-cart.png) 10px 7px no-repeat;
	padding: 7px 10px 8px 35px;	
	margin-top: 5px;
}

#cart p
{
	margin: 0px;
}

#cart a
{
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

#cart a:hover
{
	color: #000;
	border-bottom: 1px solid #000;
}


#header
{
	width: 998px;
	padding: 25px 0px 13px 0px;
	margin: 0 auto;
	overflow: hidden;
}

#header #logo
{
	float: left;
	width: 208px;
	margin-left: 1px;
	font-size: 12px;
}

#header #search 
{
	float: left;
	width: 305px;
	margin-left: 125px;
	margin-top: 20px;
	position: relative;
	z-index: 15;
}

#header .button-search
{
	position: absolute;
	left: 307px;
	background: url('../image/button-search.png') center center no-repeat;
	width: 28px;
	height: 24px;
	cursor: pointer;
}

#header #search input
{
	background: #FFF;
	padding: 1px 33px 1px 1px;
	width: 300px;
	height: 22px;
	border: 1px solid #CCCCCC;
	box-shadow: 0px 2px 0px #F0F0F0;	
}

#search div.button-search
{
}

#phone-info
{
	float: right;
	width: 200px;
}

#phone-info p
{
	margin: 0px 0px 5px 0px;
}

#phone-info p.phone
{
	font-size: 18px;
}

#phone-info p.email
{
	font-size: 16px;
}


#menu div.text
{
	font-size: 13px;
	text-align: center;
	margin: 15px 0px 0px 0px;
	position: relative;
	top: 5px;
	padding: 10px 15px 5px 15px;
	line-height: 1.4;
	background-color: #fffdd8;
}

#menu div.text p
{
	margin: 8px 0px;
}

#menu div.text strong
{
	color: #f3262e;
}

/* = Menu
---------------------------------------------
---------------------------------------------
---------------------------------------------*/

#menu 
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	width: 998px;
	margin: 0 auto;
	display: table;
	padding: 3px 0px 3px 0px;
	background: url(/img/menu.png) left top no-repeat;
}

#menu table
{
	list-style: none;
	margin: 0px 2px 5px 2px;
	padding: 0;
	width:992px;
}

#menu td
{
	z-index: 20;	
	padding: 0px;
	border-left: 1px solid #e4e4e4;
	vertical-align: top;
}

#menu td a
{
	font-size: 14px;
	color: #000;
	display: table-cell;
	vertical-align: middle;
	line-height: 14px;
	text-decoration: none;
	padding: 9px 12px 10px 10px;
	min-width: 50px;
	height: 50px;
	line-height: 1.2;
	z-index: 6;
	background: url(/img/menu-arr.gif) right bottom no-repeat;
}

#menu td a span
{
	border-bottom: 1px solid #ccc;
}

#menu td:hover, #menu td.active
{
	background: url(/img/menu-hover.png) left top repeat-x;
}

#menu td:hover a span
{
	border-bottom: 1px solid #000;
}

#menu td.active a span
{
	border: none;
}

/*
#menu > ul > li:hover > a
{
	background: #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

#menu > ul > li > div
{
	display: none;
	background: #FFFFFF;
	position: absolute;
	z-index: 5;
	padding: 5px;
	border: 1px solid #000000;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	background: url('../image/menu.png');
}

#menu > ul > li:hover > div
{
	display: table;
}

#menu > ul > li > div > ul
{
	display: table-cell;
}

#menu > ul > li ul + ul
{
	padding-left: 20px;
}

#menu > ul > li ul > li > a
{
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}

#menu > ul > li ul > li > a:hover
{
	background: #000000;
}

#menu > ul > li > div > ul > li > a
{
	color: #FFFFFF;
}

*/


/* = Content
---------------------------------------------
---------------------------------------------
---------------------------------------------*/

h1, h2, h3
{
	font-family: Tahoma, Geneva, sans-serif;
}

div.breadcrumb
{
	color: #000;
}

div.breadcrumb-a
{
	display: inline-block;
	background-color: #fffa8c;
	padding: 1px 1px 2px 1px;
}

div.breadcrumb a
{
	color: #000;
	text-decoration: none;
	padding: 0px;
	margin: 0px 3px;
	border-bottom: 1px solid #ccc;
}

div.breadcrumb a:hover
{
	color: #e6171f;
	border-bottom: 1px solid #e6171f;
}

#content
{
	min-height: 300px;
	width: 996px;
	margin: 0 auto;
	padding: 20px 0px;
}

/* box */

.box
{
	overflow: hidden;
	margin-bottom: 15px;
}

.box .box-heading
{
	clear: both;
	padding: 0px;
	margin-bottom: 10px;
}

.box .box-heading h2
{
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	margin: 0px;
	padding: 3px 37px 5px 25px;
	background: url(/img/title-special.png) right bottom no-repeat;
}

.box .box-content 
{
}

/* box products */

.box-product
{
	width: 100%;
}

.box-product div.box-product-a
{
	float: left;
	vertical-align: top;
	width: 332px;
	height: 194px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background: url(/img/hover-prod-shadow.png) left -500px no-repeat;
}

.box-product div.box-product-a:hover
{
	background: url(/img/hover-prod-shadow.png) left bottom no-repeat;
}

.box-product div.box-product-b
{
	width: 322px;
	height: 185px;
	border: 1px solid #ccc;
	background-color: #fff;
}

div.box-product-a:hover div.box-product-b
{
	border: 1px solid #f3262e;
	background-color: #fff;
}

div.box-product div.box-product-c
{
	overflow: hidden;
	padding: 15px 0px;
	position: relative;
	z-index: 20;
}

div.box-product div.image
{
	float: left;
	width: 105px;
	height: 164px;
	text-align: center;
}

div.box-product div.image img
{
	max-width: 190px;
	max-height: 160px;
}

div.box-product div.product-name
{
	float: right;
	width: 205px;
	height: 130px;
	position: relative;
	right: 10px;
}

#content div.product-name h3
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px !important;
	font-weight: normal;
	display: block;
	text-indent: inherit;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	line-height: 1.3;
	border-left: none;
}

div.product-name h3 a
{
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

div.product-name h3 a:hover
{
	color: #e6171f;
	border-bottom: 1px solid #e6171f;
}

div.box-product div.price
{
	float: right;
	width: 205px;
	height: 20px;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	position: relative;
	right: 10px;
}

div.box-product div.cart
{
	position: absolute;
	z-index: 30;
	width: 67px;
	height: 26px;
	right: 15px;
	top: 142px;
}

div.box-product div.cart input, div.box-product div.cart a.button-more
{
	cursor: pointer;
	color: #000;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border: 1px solid #cbccd1;
	background: #dddddd url(/img/a-buttons.png) left top repeat-x;
	-webkit-border-radius: 1px 1px 1px 1px;
	-moz-border-radius: 1px 1px 1px 1px;
	-khtml-border-radius: 1px 1px 1px 1px;
	border-radius: 1px 1px 1px 1px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	width: 67px;
	margin: 0;
	padding: 5px 12px 4px 12px;
}

div.box-product div.cart a.button-more
{
	position: relative;
	display: inline-block;
	left: -20px;
}

div.box-product-a:hover div.cart input, div.box-product-a:hover div.cart a.button-more
{
	background: #ffe002 url(/img/a-buttons.png) left bottom repeat-x;
}

div.box-product div.cart input:hover, div.box-product div.cart a.button-more:hover
{
	background: #e1161e url(/img/a-buttons.png) left -28px repeat-x;
	color: #fff;
}

div.box-product-a:hover input:hover
{
	background: #e1161e url(/img/a-buttons.png) left -28px repeat-x !important;
}

div.box-product div.cart input.button
{
	box-shadow: none;
}

h1
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	color: #000;
	margin: 15px 0px;
	line-height: 1.1;
	border-left: 8px solid #f3262e;
	padding-left: 8px;
}

h2
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000;
	margin: 12px 0px;
	line-height: 1.1;
	border-left: 8px solid #f3262e;
	padding-left: 8px;
}

h3
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	margin: 12px 0px 10px 0px;
	line-height: 1.1;
	padding-left: 6px;
	border-left: 6px solid #ffe100;
}

#content-page
{
	padding: 0px 16px 10px 16px;
	background-color: #fff;
	min-height: 290px;
}

div.product-page
{
	padding: 0px 16px 10px 16px;
	background-color: #fff;
	min-height: 290px;
}

#content-page h1, #content-page h2, div.product-page h1
{
	position: relative;
	left: -16px;
}

#content div.content
{
	padding: 0px 16px 10px 16px;
}

#content-page div.content
{
	padding: 0px;
}

div.login-content
{
	overflow: auto;
}

div.login-content p
{
}

div.login-content h3
{
	margin: 20px 0px 15px 0px;
}

label
{
	display: block;
	font-weight: bold;
}

div.login-content div.left
{
	background-color: #fff;
	float: left;
	width: 493px;
	min-height: 260px;
	
}

div.login-content div.right
{
	background-color: #fff;
	float: right;
	width: 493px;
	min-height: 260px;
}



/* = Product
---------------------------------------------
---------------------------------------------
---------------------------------------------*/


div.product-info
{
	overflow: hidden;
}

div.product-info div.left
{
	float:left;
	width: 230px;
}

div.product-info div.image
{
}

div.product-info div.image img
{
	max-width: 230px;
}

div.product-info div.right
{
	float: right;
	width: 700px;
	padding-top: 10px;
}

div.product-info div.float-info
{
	float: right;
	display: inline-block;
	margin: 0px 0px 20px 40px;
	width: 300px;
}

div.product-info div.description
{
	font-weight: bold;
}

div.product-info div.description span
{
	font-weight: normal;	
}

div.product-info div.price
{
	font-size: 18px;
	padding: 15px 0px;
}

div.product-info div.price span
{
	font-weight: normal;
	font-size: 12px;
}

div.product-info div.cart
{
}

div.product-info div.cart input
{
	margin-right: 3px;
	width: 22px;
}

div.product-info div.cart input.button
{
	font-size: 18px;
	text-shadow: 2px 2px #fff;
	padding: 8px 35px;
	width: auto;
	cursor: pointer;
	color: #000;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border: 1px solid #cbccd1;
	background: #dddddd url(/img/a-buttons-big.png) left top repeat-x;
	-webkit-border-radius: 1px 1px 1px 1px;
	-moz-border-radius: 1px 1px 1px 1px;
	-khtml-border-radius: 1px 1px 1px 1px;
	border-radius: 1px 1px 1px 1px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
}

div.product-info div.float-info:hover div.cart input.button, div.product-info div.float-info:hover div.cart a.button-more
{
	text-shadow: 2px 2px #fbed84;
	background: #ffe002 url(/img/a-buttons-big.png) left bottom repeat-x;
}

div.product-info div.float-info:hover div.cart input.button:hover, div.product-info div.float-info:hover div.cart a.button-more:hover
{
	color: #fff;
	text-shadow: 2px 2px #730106;
	background: #e2161e url(/img/a-buttons-big.png) left -41px repeat-x;
}

div.product-info div.cart p
{
	padding: 5px 0px;
}

div.product-info div.info-text p
{
	margin-bottom: 12px;
}

div.product-info div.info-text strong
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 22px 0px 10px -12px;
	line-height: 1.1;
	padding-left: 6px;
	border-left: 6px solid #ffe100;
}

div.product-info div.info-text hr
{
	border: none;
	border-top: 1px solid #ccc;
	position: relative;
	left: -12px;
	margin: 15px 0px;
}


/* = Pagination
---------------------------------------------
---------------------------------------------
---------------------------------------------*/

.pagination 
{
	border-top: 1px solid #EEEEEE;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}

.pagination .links
{
	float: left;
}

.pagination .links a
{
	display: inline-block;
	border: 1px solid #EEEEEE;
	padding: 4px 5px;
	text-decoration: none;
	color: #000;
}

.pagination .links a:hover
{
	color: #e6171f;
}

.pagination .links a span
{
	border-bottom: 1px solid #555;
}

.pagination .links a:hover span
{
	color: #e6171f;
	border-bottom: 1px solid #e6171f;
}

.pagination .links b
{
	display: inline-block;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #000;

	background-color: #fffa8c;
}

.pagination .results
{
	float: right;
	padding-top: 3px;
}

/* = Success
---------------------------------------------
---------------------------------------------
---------------------------------------------*/

.success, .warning, .attention, .information
{
	padding: 10px 10px 10px 33px;
	width: 952px;
	margin: 10px auto;
	background-color: #333;
	color: #ccc;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success
{
	background: #333 url('../image/success.png') 10px center no-repeat;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.warning
{
	background: #333 url('../image/success.png') 10px center no-repeat;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.attention
{
	background: #333 url('../image/success.png') 10px center no-repeat;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.success .close, .warning .close, .attention .close, .information .close
{
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}

.required
{
	color: #FF0000;
	font-weight: bold;
}

.error
{
	display: block;
	color: #FF0000;
}

.help
{
	color: #999;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}

.success a, .warning a, .attention a, .information a
{
	color: #fff;
}

.success a:hover, .warning a:hover, .attention a:hover, .information a:hover
{
	color: #f3262e;
	text-decoration: underline;
}

/* = Footer
---------------------------------------------
---------------------------------------------
---------------------------------------------*/

#footer-top
{
	background-color: #333;
	color: #ccc;
}

#footer-top-a
{
	width: 996px;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 0px 15px 0px;
}

#footer-catalog
{
	float: left;
	width: 664px;
	overflow: hidden;
}

#footer-catalog ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#footer-catalog li
{
	font-size: 13px;
	float: left;
	width:29%;
	min-height: 45px;
	margin: 0px 3% 10px 0px;
	
}

#footer-catalog li a
{
	border-left: 5px solid #f3262e;
	padding: 2px 1px 4px 5px;
	display: block;
	color: #fff;
}

#footer-catalog li a.active
{
	color: #f3262e;
	text-decoration: none;
}

#footer-catalog li a:hover
{
	color: #f3262e;
	text-decoration: underline;
}

#footer-catalog li ul
{
	width: auto;
	padding: 5px 0px 0px 5px;
}

#footer-catalog li li
{
	font-size: 12px;
	float: none;
	width: 100%;
	margin: 2px 0px;
	border: none;
	min-height: 5px;
}

#footer-catalog li li a
{
	border-left: none;
}

#footer-subscribe
{
	float: right;
	width: 302px;
	margin-right: 10px;
}

#footer-subscribe p.phone
{
	font-size: 18px;
	color: #fff;
}

#footer-subscribe div.subscribe
{
}

#footer-subscribe div.subscribe p
{
	margin: 0px 0px 10px 0px;
}

#footer-subscribe div.subscribe input
{
	width: 300px;
	background: #FFF;
	padding: 1px 33px 1px 1px;
	height: 20px;
	border: 1px solid #CCCCCC;
	box-shadow: 0px 2px 0px #F0F0F0;
	position: relative;
	z-index: 20;
}

#footer-subscribe div.subscribe button
{
	position: relative;
	z-index: 25;
	border: none;
	background-color: #fff;
	font-size: 14px;
	color: #4c4c4c;
	width: 30px;
	left: 280px;
	top: -22px;
	font-weight: bold;
}

#footer-subscribe div.social
{
	/*display: none;
	visibility: hidden*/
}

#footer-subscribe div.social p
{
	display: table;
	width: 100%;
}

#footer-subscribe div.social span.soc
{
	float: left;
	position: relative;
	z-index: 15;
}

#footer-subscribe div.social a
{
	display: inline-block;
	width: 24px;
	height: 24px;
	float: left;
	margin-left: 5px;
	position: relative;
	z-index: 15;
	top: -5px;
}
#footer-subscribe div.social a.vk, #footer-subscribe div.social a.fb, #footer-subscribe div.social a.tw {
	display: none;
	visibility: hidden;
}
#footer-subscribe div.social a.vk
{
	background: url(/img/s-vk.jpg) left top no-repeat;
}

#footer-subscribe div.social a.fb
{
	background: url(/img/s-fb.jpg) left top no-repeat;
}

#footer-subscribe div.social a.tw
{
	background: url(/img/s-tw.jpg) left top no-repeat;
}

#footer-subscribe div.social a.yt
{
	background: url(/img/s-yt.jpg) left top no-repeat;
}

#footer
{
	background-color: #333;
	color: #ccc;
	overflow: hidden;
}

#footer-a
{
	margin: 0 auto;
	width: 998px;
	border-top: 1px solid #555;
}

#footer div.copyrights
{
	padding: 12px 0px;
	float: left;
	width: 500px;
	
}

#footer div.copyrights p
{
	margin: 0px;
}

div.count
{
	float: right;
	width: 90px;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
}
.p1 span:hover{color:gray;cursor:pointer;}
.p1{
	width: 33%;
	list-style-type: none;
	display: inline-block;
    vertical-align: top;
}
.p1 ul{display: none;}