html, body{
	background: #f2f4f6;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 90%;
	position: relative;
	height: 100%;
	min-width: 1000px;
}

a, a:visited, span.blue{
	color: #00a3d9;
}

a:hover{
	text-decoration: none;
}

em{
	color: #959596;
}

h1, h2, h3, h4{
	font-family: "Trebuchet MS", Arial, Helvetica, serif;
	font-weight: bolder;
	color: #00a3d9;
}

h1{
	color: #ed1c24;
	font-family: Georgia,Times,serif;
	font-weight: bolder;
	font-size: 320%;
	margin-bottom: 0.5em;
}

h2{
	font-size: 200%;
}

h3{
	font-size: 140%;
}

h3,
h4{
	font-size: 150%;
	margin-top: 0;
	margin-bottom: 0;
	color: #262626;
}
h4{
	font-size: 120%;
}

div.block{
	margin-left: 70px;
	margin-right: 70px;
	background: #fff;
	margin-bottom: 26px;
}

div.block table,
div.block table td{
	border: none;
	padding: 10px;
}

div.block td.element{
	min-height: 90px;
	padding-right: 30px;
	width: 50%;
}

#wrapper #content div.block table td div{
	position: relative;
        cursor: pointer;
        padding: 6px;
        padding-right: 8px;
        height: 120px;
}

#wrapper #content div.block table td div span.leftTop,
#wrapper #content div.block table td div span.rightTop,
#wrapper #content div.block table td div span.leftBottom,
#wrapper #content div.block table td div span.rightBottom{
    width: 6px;
    height: 6px;
    background: url(../images/borders/borders.jpg) left top no-repeat;
    position: absolute;
}

#wrapper #content div.block table td div span{
    display: none;
}

#wrapper #content div.block table td div:hover span,
#wrapper #content div.block table td div.jshover span{
    display: block;
}

#wrapper #content div.block table td div span.leftTop{
    background-position: left top;
    top: 0;
    left: 0;
}

#wrapper #content div.block table td div span.rightTop{
    background-position: right top;
    top: 0;
    right: 0;
}

#wrapper #content div.block table td div span.leftBottom{
    background-position: left bottom;
    bottom: 0;
    left: 0;
}

#wrapper #content div.block table td div span.rightBottom{
    background-position: right bottom;
    bottom: 0;
    right: 0;
}

#wrapper #content div.block table td div:hover,
#wrapper #content div.block table td div.jshover{
    background: url(../images/borders/back.jpg) left top no-repeat;
    background: #f2f4f6;
}


#wrapper #content div.block table img{
	border: none;
	position: absolute;
	display: block;
	left: 8px;
}

div.block table h3{
	margin: 0;
	margin-left: 90px;
	margin-top: 4px;
	color: #00a3d9;
}

div.block table p{
	margin-left: 90px;
}

/* layout */

#wrapper{
	margin-left: auto;
	margin-right: auto;
	padding-left: 35px;
	padding-right: 35px;
	min-height: 100%;
	position: relative;
}

#footer{
	min-width: 1000px;
	position: relative;
}

div.lightBox, div.phoneBubble{
	min-width: 1000px;
}

#wrapper #header{
	position: relative;
	color: #4d4d4d;
	margin-bottom: 24px;
	padding-bottom: 15px;
	font-size: 117%;
        border-top: 1px solid #F2F4F6; /* ie6 bug */
}

#wrapper #search form{
	width: 100%;
	position: relative;
}

#wrapper #search input.inside-caption-active{
	color: #000;
}

#wrapper #search .safari-curtain{
	width: 80%;
}

#wrapper #search input{
	color: #c8c8c8;
}

#wrapper #header a, #header a:visited{
	text-decoration: underline;
}

#wrapper #header a:hover{
	text-decoration: none;	
}

#wrapper #header{
    position: relative;
}

#wrapper #header #search{
	position: absolute;
	left: 0;
	top: 28px;
        width: 30%;
}

#wrapper #header #search div.phone{
	margin: 0;
	margin-bottom: 4px;
	padding-left: 5px;
	font-size: 90%;
}

#wrapper #header #search div.phone{
    overflow: hidden;
    width: 310px;
}

#wrapper #header #search div.phone a,
#wrapper #header #search div.phone a:visited{
	font-style: normal;
	color: #4D4D4D;
	border-bottom: 1px dashed;
	text-decoration: none;
        margin-right: 4px;
        margin-left: 4px;
        width: 128px;
}

#wrapper #header #search div.phone a,
#wrapper #header #search div.phone span{
    display: block;
    float: left;
}

#wrapper #header #cart{
	position: absolute;
	height: 43px;
	top: 23px;
	right: 32px;
}

#wrapper #header #cart div.leftBrace,
#wrapper #header #cart div.rightBrace,
#wrapper #header #cart a.count,
#wrapper #header #cart p{
	display: block;
	float: left;
}

#wrapper #header #cart div.leftBrace,
#wrapper #header #cart div.rightBrace{
	width: 16px;
	height: 43px;
	margin-left: 0.2em;
	margin-right: 0.2em;
}

#wrapper #header #cart div.leftBrace{
	background: url(../images/left-brace-small.jpg) left top no-repeat;
}

#wrapper #header #cart div.rightBrace{
	background: url(../images/right-brace-small.jpg) left top no-repeat;
}

#wrapper #header #cart a.count{
        position: relative;
	color: #00a3d9;
	margin-top: 1px;
	font-weight: bolder;
	font-size: 180%;
	display: block;
	text-decoration: underline;
	font-family: "Trebuchet MS", Arial, Helvetica, serif;
	font-weight: bolder;
	font-style: normal;
	text-align: center;
}

#wrapper #header #cart a.count:hover{
    text-decoration: none;
    border: none;
}

#wrapper #header #cart p{
	font-size: 110%;
	margin-left: 0.4em;
	top: -4px;
	position: relative;
}

#wrapper #header a.logo{
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
	top: 15px;
        width: 328px;
        display: block;
        height: 64px;
}

#wrapper #content{
	padding-bottom: 200px;
}

#wrapper #content ul#menu{
	font-size: 210%;
	display: block;
	padding: 0;
	text-align: center;
	margin-left: -28px;
	margin-bottom: 30px;
	font-family: "Trebuchet MS", Arial, Helvetica, serif;
}

#wrapper #content ul#menu li{
	display: inline;
	list-style: none;
	margin-left: 28px;
}

#wrapper #content ul#menu li a,
#wrapper #content ul#menu li a:visited{
	color: #686868;
	text-decoration: none;
	border-bottom: 2px solid;
}

html body #wrapper #content ul#menu li a.current,
html body #wrapper #content ul#menu li a.current:visited,
html body #wrapper #content ul#menu li a.current:hover{
	color: #ea333a;
	text-decoration: none;
	border-bottom: none;
}

body #wrapper #content ul#menu li.contacts a,
body #wrapper #content ul#menu li.contacts a:visited{
	border-bottom: 2px dashed;
}


body #wrapper #content ul#menu li.contacts a:hover{
    border: none;
}

#wrapper #content ul#menu li a:hover{
	text-decoration: none;
	border-bottom: none;
}
	
#wrapper #content .promo{
	clear: both;
	background: url(../images/promo.jpg) top left repeat-x;
	height: 231px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 15px;
	position: relative;
}

#wrapper #content .promoTextLeft{
	background: url(../images/promo-left.jpg) top left no-repeat;
	width: 100%;
	height: 231px;
        min-width: 950px;
}

#wrapper #content .promoTextRight{
	background: url(../images/promo-right.jpg) right top no-repeat;
	width: 100%;
	height: 231px;
}

#wrapper #content .promo .promoText{
	width: 850px;
	top: 70px;
	position: relative;
	margin-left: auto;
	left: 25px;
	margin-right: auto;
}

#wrapper #content .promo .promoText h1,
#wrapper #content .promo .promoText h2,
#wrapper #content .promo .promoText h3{
    width: 550px;
}

#wrapper #content .promo .promoText div.logoImg{
	background: url(../images/promo-image.png) left top no-repeat;
	position: absolute;
        height:211px;
        left:-60px;
        position:absolute;
        top:-58px;
        width:350px;
}

#wrapper #content .promo h2,
#wrapper #content .promo h3,
#wrapper #content .promo em{
	color: #fff;
	margin: 0;
	position: relative;
	left: 180px; 
}

#wrapper #content .promo h1{
	margin-bottom: 24px;
        color: #fff;
	margin-bottom: 5px;
	line-height: 100%;
        font-size: 200%;
	color: #00A3D9;
        color: #fff;
        left: 180px;
        position: relative;
        font-family: "Trebuchet MS",Arial,Helvetica,serif
}

#wrapper #content .importantInfo{
	text-align: center;
	width: 620px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 28px;
}

#wrapper #content .importantInfo p{
	font-size: 130%;
}

#wrapper #mainContent{
	position: relative;
	margin-left: 70px;
	margin-right: 70px;
}


#wrapper #mainContent table,
#wrapper #mainContent table td{
	border: none;	
	vertical-align: top;
}

#wrapper table,
#wrapper table td{
	border: none;
}

#wrapper #mainContent table{
	padding-left: 10px;
	padding-right: 10px;	
}

#wrapper #mainContent table td{
	width: 50%;
        padding-right: 25px;
}

#wrapper #mainContent h2{
    padding-left: 12px;
    font-size: 150%;
}

#wrapper #mainContent h3{
    font-size: 120%;
    margin-top: 0;
}

#wrapper #mainContent .left{
	padding-right: 50px;
	padding-left: 100px;
	padding-top: 0;
}

#wrapper #mainContent .right{
	padding-left: 15px;
	padding-top: 0;
}

#wrapper #mainContent p{
	margin-bottom: 22px;
	margin-top: 0;
}

#wrapper #catalog{
	clear: both;
}

#footer{
	background: #e5e8ea;
	padding-top: 30px;
	height: 150px;
	font-size: 90%;
	clear: both;
	margin-top: -180px;
}

#footer .contacts{
	position: absolute;
	left: 217px;
}

#footer .contacts .links{
  font-size: 80%;
  width: 510px;
}

#footer .copyrights{
	position: absolute;
	left: 50%;
	padding-left: 102px;
}

#footer #footerText .floatLeft,
#footer #footerText .floatRight{
	width: 380px;
}

#footer #footerText .floatRight{
	margin-right: 20px;	
}

/* catalog */
#sortings ul span{
	text-decoration: underline;
}

#choosePicture{
	float: right;
	position: relative;
	top: -12px;
	margin-right: 30px;
	z-index: 30;
}

#choosePicture a,
#choosePicture a:visited{
	border-bottom: 1px dashed;
	text-decoration: none;
	color: #000;
}

#choosePicture a:hover{
	border: none;	
}


.rightBlock{
	width: 225px;
	min-height: 40px;
	float: right;
	position: relative;
}

.rightBlock input.submitButton{
	background: url(../images/catalog/right-block-button.jpg) 0 4px no-repeat;
	border: 0;
	outline: none;
	outline-width: 0;
	width: 156px;
	text-align: center;
	height: 22px;
	font-size: 90%;
	outline: none;
	outline-width: 0;
}

#wrapper .rightBlock a{
	text-decoration: none;
	color: #000;
}
#wrapper .rightBlock .popupMiddle td{
	padding-bottom: 0;
	padding-top: 0;
}

#wrapper .rightBlock span.curent a{
	line-height: 130%;
}

#wrapper .rightBlock span a.notAvailable{
	color: #aaa;
}

.rightBlock div{
	margin-bottom: 15px;
}

.rightBlock div.rightBlockTop{
	background: url(../images/catalog/right-block-top.jpg) top right no-repeat;
	height: 13px;
	margin-bottom: 0;
}

.rightBlock div.rightBlockMiddle{
	background: url(../images/catalog/right-block-middle.jpg) top right repeat-y;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	margin-bottom: 0;
}

.rightBlock .rightBlockBottom{
	background: url(../images/catalog/right-block-bottom.jpg) top right no-repeat;
	height: 14px;
}

.rightBlock h4,
.rightBlock div,
.rightBlock input,
.rightBlock .border{
	margin-left: 20px;
	margin-right: 15px;
	color: #262626;
	outline: none;
	outline-width: 0;
	display: block;
}

.rightBlock div.itemWrapper{
    margin: 0;
    padding: 0;
    clear: both;
}

.rightBlock .rightBlockMiddle a span{
	border-bottom: 1px dashed #000;
	margin-right: 4px;
}

.rightBlock .rightBlockMiddle div span,
.rightBlock .rightBlockMiddle div img{
	cursor: pointer;
}

.rightBlock .rightBlockMiddle div span a{
    position: relative;
    z-index: 210;
}

.rightBlock input,
.rightBlock .border{
	margin-left: 15px;
}

.rightBlock input{
	margin-bottom: 20px;
	margin-top: 15px;
}

.rightBlock .border{
	width: 147px;
	height: 48px;
	background: url(../images/catalog/border.jpg) top left no-repeat;
	font-size: 85%;
	padding-top: 8px;
	padding-left: 10px;
	margin-bottom: 10px;
}

.rightBlock h4{
	margin-top: 0;
}

#content #sortings{
	margin-bottom: 60px;	
}

/* sortings */
#content #sortings{
	font-size: 10pt;
	margin-bottom: 30px;
	vertical-align: bottom;
}

#content #sortings ul li,
#content #sortings ul li a{
	border: none;
	text-decoration: none;
}

#content #sortings span a{
	position: relative;
}

#content #sortings ul li a{
	text-decoration: underline;
}

#content #sortings ul li a:hover{
	text-decoration: none;
}

#content #sortings ul,
#content #sortings ul li{
	margin: 0;
	padding: 0;
	padding-left: 4px;
	height: 20px;
	margin-right: 6px;
}

#content #sortings ul li.current{
	background: url(../images/sort-menu/left.gif) 0 0px no-repeat;
	margin-left: 4px;
}

#content #sortings ul li a,
#content #sortings ul li a:visited{
	vertical-align: top;
	color: black;
	height: 20px;
}

#content #sortings ul li span{
	margin-right: 4px;
}

#content #sortings ul li.current a,
#content #sortings ul li.current a:visited{
	background: #0099e5 url(../images/sort-menu/right.gif) right top no-repeat;
	color: #fff;
	z-index: 5;
	padding-left: 2px;
	padding-right: 15px;
}

html #content #sortings ul li a:hover,
html #content #sortings ul li a:visited:hover,
html #content #sortings ul li span:hover{
    border: 0;
    text-decoration: none;
}

#content #sortings ul li.current a.up,
#content #sortings ul li.current a.up:visited{
	background: #0099e5 url(../images/sort-menu/right-up.gif) right top no-repeat;
}

#content #sortings{
    height: 14px;
}

#content #sortings span,
#content #sortings ul,
#content #sortings ul li{
	display: block;
	float: left;
}

#content #sortings ul li a{
	display: block;
	position: relative;
	float: left;
}

/* borders */
div.borders{
	margin-right: 230px;	
}

.borders .list table{
	width: 100%;
}

.borders .list table.autoWidth{
	width: auto;
}

.borders .list table td{
	text-align: center;
	padding-right: 20px;
}

.borders .list table .imgRow td div.popupWrapper{
	position: relative;
	z-index: 100;
}

.borders .list table .imgRow td a{
	display: block;
	z-index: 2;
	margin-left: auto;
	margin-right: auto;
}

.borders .list table .imgRow td div.imageWrapper{
	float: left;
	background: black;
}

.borders .list table .infoRow td{
	padding-bottom: 40px;
}

#cartPage .borders .list table{
	width: auto;
}

#cartPage .borders .list table .infoRow td{
	padding-bottom: 0;
}

#cartPage .borders .list table .infoRow2 td{
	padding-bottom: 40px;
}
.borders .list table td img{
	cursor: pointer;
	position: relative;
	z-index: 2;
}

.borders div div{
	height: auto;
	margin: 0;
	margin-bottom: 4px;
}

.borders div div.add{
	font-weight: normal;
	font-size: 100%;
	position: relative;
	top: -3px;
}

.borders div div.add a{
	padding-left: 0.1em;
	padding-right: 0.1em;
	font-weight: bolder;	
}

.borders div div.name{
	font-size: 100%;
	line-height: 120%;
	margin-bottom: 2px;
	position: relative;
	top: 1px;
}

.borders div div.cost{
	position: relative;
	top: 2px;
        font-weight: normal;
}

.borders div div.cost strong sup,
.hoverMiddle p strong sup{
    color: #e92a31;
}

body #wrapper .borders div div.add span.wareAdded a{
    font-weight: normal;
}

.borders .plus a,
.borders .minus a{
	margin-left: 0.1em;
	margin-right: 0.1em;
	position: relative;
	top: 1px;
}

.borders .minus a{
	color: red;
}

.borders div img{

}

.borders div{
	font-family: Arial, Helvetica, serif;
	font-size: 110%;
	font-weight: bolder;
}


.borders .paginator{
	height: auto;
	width: auto;
	clear: both;
	float: none;
	font-weight: normal;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.borders .paginator input{
	width: 50px;
	font-size: 120%;
	font-family: "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.borders .paginator a{
	font-size: 140%;
	margin-left: 6px;
	margin-right: 6px;
}

/* popups */
div.ulPopup{
	position: absolute;
	width: 204px;
	left: -90px;
	display: none;
	z-index: 50;
}

.ulPopup .popupTop{
	height: 10px;
	background: url(../images/catalog/popup-borders.png) top left no-repeat;
	position: relative;
	z-index: 2;
	margin: 0;
}

.ulPopup .popupMiddle{
	background: url(../images/catalog/popup-middle.png) top left repeat-y;
	min-height: 10px;
	border-top: 0;
	border-bottom: 0;
	position: relative;
	top: -1px;
	z-index: 1;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

.ulPopup .popupBottom{
	height: 10px;
	background: url(../images/catalog/popup-borders.png) bottom left no-repeat;
	position: relative;
	top: -2px;
	z-index: 2;
	margin: 0;
}

.ulPopup p{
	margin-left: 0;
	padding-left: 0;
}

.ulPopup table td{
	padding-bottom: 2px;
	font-size: 80%;
}

.ulPopup table td.left{
	padding-right: 10px;
}

.ulPopup a,
.ulPopup a:visited{
	color: #4d4d4d;
	text-decoration: none;
}

.ulPopup table{
	margin-left: -7px;
}

#wrapper .ulPopup table td{
	padding-top: 0;
	padding-bottom: 0px;
}

.ulPopup table td a:hover{
	color: #00a3d9;
	border: none;
}

.ulPopup span{
	display: block;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
}

.ulPopup span.current{
	padding-top: 4px;
	padding-bottom: 4px;
	top: -2px;
}

.ulPopup p{
	overflow: hidden;
	padding-top: 3px;
	position: relative;
	top: -3px;
	margin-bottom: 0;
}

.ulPopup p span{
	float: left;
	top: 0;
}


.ulPopup p span.caption{
	top: 0;
	padding-left: 0;
}

.ulPopup span.current{
	background: #fff;
	position: relative;
}

.ulPopup div.popupMiddle span.current span{
	margin: 0;
	padding: 0;
	width: 5px;
	height: 5px;
}

.ulPopup span.current span.topLeft{
	display: block;
	position: absolute;
	width: 5px;
	height: 5px;
	background: url(../images/catalog/right-block-current/i_01.jpg) left top no-repeat;
	z-index: 132;
	left: 0;
	top: 0;
}

.ulPopup div.popupMiddle span.current span.top{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/catalog/right-block-current/i_02.jpg) left top repeat-x;
	height: 5px;
	width: 100%;
	z-index: 131;
}

.ulPopup div.popupMiddle span.current span.topRight{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/catalog/right-block-current/i_03.jpg) right top no-repeat;
	z-index: 132;
}

.ulPopup div.popupMiddle span.current span.left{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 131;
	background: url(../images/catalog/right-block-current/i_04.jpg) left top repeat-y;
}

.ulPopup div.popupMiddle span.current span.right{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	z-index: 131;
	background: url(../images/catalog/right-block-current/i_06.jpg) left top repeat-y;
}

.ulPopup div.popupMiddle span.current span.bottomLeft{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 100%;
	z-index: 132;
	background: url(../images/catalog/right-block-current/i_07.jpg) left bottom no-repeat;
}

.ulPopup div.popupMiddle span.current span.bottom{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 131;
	background: url(../images/catalog/right-block-current/i_08.jpg) left bottom repeat-x;
}


.ulPopup div.popupMiddle span.current span.bottomRight{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 5px;
	height: 100%;
	z-index: 133;
	background: url(../images/catalog/right-block-current/i_09.jpg) left bottom no-repeat;
}

.ulPopup span.current a{
	border: none;
}

.ulPopup table td.current a,
.ulPopup table td.current a:visited,
.ulPopup table td.current a:hover{
	color: #000;
	border: none;
}

.illustrationPopup{
	width: 426px;
	position: absolute;
	z-index: 300;
	left: -120px;
}

.illustrationPopup .illustrationPopupTop{
	height: 10px;
	background: url(../images/catalog/illustration-popup-borders.png) top left no-repeat;
	position: relative;
	z-index: 2;
}

.illustrationPopup .illustrationPopupMiddle{
	min-height: 5px;
	background: url(../images/catalog/illustration-popup-middle.png) top left repeat-y;
	position: relative;
	z-index: 1;
	top: -1px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	padding-left:20px;
	padding-right:20px;
}

.illustrationPopup .illustrationPopupBottom{
	height: 10px;
	background: url(../images/catalog/illustration-popup-borders.png) bottom left no-repeat;
	position: relative;
	z-index: 2;	
	top: -2px;
}

.illustrationPopup ul{
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	margin-left: -8px;
	width: 110%;
}

.illustrationPopup ul li{
	display: block;
	float: left;
	margin-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.illustrationPopup ul li.current{
	background: url(../images/catalog/illustration-popup-list-element.jpg) top left no-repeat;
	width: 171px;
	height: 32px;
	overflow: hidden;
}

#choosePicture .illustrationPopup ul li.current a,
#choosePicture .illustrationPopup ul li.current a:visited,
#choosePicture .illustrationPopup ul li.current a:hover{
	color: #000;
	border: none;
}

#choosePicture .illustrationPopup ul li a,
#choosePicture .illustrationPopup ul li a:visited{
	color: #4d4d4d;
	border-bottom: 1px dashed;
	text-decoration: none;
}

.illustrationPopup ul li a:hover{
	color: #00a3d9;
}

.borders .list table .imgRow a{
	display: inline;
}

div.picturePopup,
div.picturePopupLeft{
	width: 284px;
	position: absolute;
	text-align: left;
	margin: 0;
	color: #262626;
}

.picturePopup .hoverTop{
	background: url(../images/catalog/hover/hover-top.png) left top no-repeat;
	height: 10px;
	z-index: 122;
	position: relative;
	margin: 0;
}

.picturePopup .hoverMiddle{
	background: url(../images/catalog/hover/hover-middle.png) left top repeat-y;
	position: relative;
	top: -1px;
	z-index: 121;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	margin: 0;
	font-size: 90%;
	padding-left:16px;
	padding-top:5px;
}

.picturePopup .hoverBottom{
	background: url(../images/catalog/hover/hover-bottom.png) left top no-repeat;
	height: 8px;
	top: -2px;
	z-index: 122;
	position: relative;
}

div.picturePopup div.picture,
div.picturePopupLeft div.picture{
	border: 1px solid #e6e6e6;
	overflow: hidden;
	width: 250px;
	height: 350px;
	overflow: hidden;
	margin-bottom: 12px;
	z-index: 20;
	position: relative;
	right: 0;
}

div.text{
	position: relative;
	text-align: center;
}

div.text h3{
	color: #4d4d4d;
}

.page .delivery{
    position: relative;
}

.page .leftBrace,
.page .rightBrace{
	position: absolute;
	font-size: 1500%;
	font-family: Arial, Helvetica, serif;
	top: 160px;
	color: #231f20;
	width: 46px;
	height: 170px;
}

.page .text{
	position: relative;
	z-index: 40;
        width: 500px;
        margin-left: auto;
        margin-right: auto;
}

.page .leftBrace{
	left: 10%;
	background: url(../images/left-brace.jpg) left top no-repeat;
}

.page .rightBrace{
	right: 10%;
	background: url(../images/right-brace.jpg) left top no-repeat;
}

.page .about{
  position: relative;
}

.page .about{
    min-width: 500px;
}

.page .about .leftBrace,
.page .about .rightBrace{
  top: 160px;
}
.page .about .leftBrace{
  left: 10%
}
.page .about .rightBrace{
    right: 10%;
}

.popup, .picturePopup, .illustrationPopup{
	display: none;
}

#catalogPopupPlaceHolder .picturePopup{
    display: block;
}

/* cart */
.cartHeader{
	margin-bottom: 45px;	
}

.borders div div.count{
	font-weight: normal;	
}

.borders div div.count input{
	width: 33px;
}

#simpleContent{
	
}

#cartDoOrder{
	float: right;
	width: 330px;
	background: url(../images/cart-do-order.jpg) left top no-repeat;
	border: 1px solid #F2F4F6;
	padding: 12px;
	padding-top: 22px;
	min-height: 295px;
	margin-bottom: 40px;
}

#cartPage .borders{
	margin-right: 370px;
}

#cartDoOrder h4{
	margin-top: 0;
}

#cartDoOrder p{
	margin-top: 0;	
}

#cartDoOrder p.marginBottom{
	margin-bottom: 32px;
}

#cartDoOrder input{
	margin-bottom: 22px;
	display: block;
	outline: none;
}

#cartDoOrder h1{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 32px;
}

#cartDoOrder h1.price{
	color: #808080;
}

div.infoPopup{
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	padding: 20px;	
	width: 453px;
	z-index: 21000;
	margin-left: -213px;
	margin-top: -235px; 
}

div.infoPopup div.infoPopupMiddle{
	background: url(../images/lightbox/lightbox-middle.png) left top repeat-y;
	position: relative;
	z-index: 1100;
	top: -1px;	
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	padding-left: 20px;
}

div.infoPopup div.infoPopupTop{
	background: url(../images/lightbox/lightbox-top.png) left top no-repeat;
	height: 16px;
	position: relative;
	z-index: 1100;
}

div.infoPopup div.x{
	z-index: 2;
	right: 25px;
	top: 3px;
}

div.infoPopup div.infoPopupBottom{
	background: url(../images/lightbox/lightbox-bottom.png) left top no-repeat;
	height: 15px;
	position: relative;
	z-index: 1100;
	top: -2px;
}

.infoPopup h3{
	color: #000;
	margin-bottom: 30px;
	margin-top: 0;
}

.infoPopup h4{
	font-size: 110%;
}

.infoPopup input,
.infoPopup textarea{
	width: 400px;
	
	display: inline;
}

.infoPopup .submit{
	text-align: center;
}

.infoPopup .submit input{
	outline: none;
	border: none;
}

.infoPopup input,
.infoPopup textarea{
	border: 1px solid #ccc;
	padding: 0.1em;
}

.infoPopup form input.error,
.infoPopup form textarea.error{
	margin: 0;
	border-color: #FBC2C4;
	border-width: 0.1em;
	padding: 0.1em;
}

.infoPopup .submit input{
	height: 19px;
	width: 137px;
}

.infoPopup textarea{
	margin-bottom: 22px;
}

.infoPopup input#phone-code{
	width: 35px;
}

.infoPopup input#phone{
	width: 70px;
}

.infoPopup input#email{
	width: 100%;
}

.infoPopup textarea{
	height: 150px;
}

.infoPopup table{
	border-collapse: collapse;
	width: 400px;
}

.infoPopup table td.left{
	width: 150px;
}

.infoPopup table td.left span{
	font-size: 120%;
}

.infoPopup p{
	font-size: 85%;
	margin-bottom: 5px;
}

.infoPopup div.message{
	padding-top: 20px;
	font-size: 140%;
}

.infoPopup div.message input{
	margin-top: 20px;
        margin-bottom: 10px;
        padding: 0;
        width: auto;
        margin-left: 50px;
        border: none;
}

.infoPopup .info{
	height: 40px;
}

.infoPopup table,
.infoPopup table td{
	border: none;
}

#contactsPopup table.contactsTable{
	border: 1px solid #ccc;
	border-right: none;
	border-top: none;
	margin-bottom: 20px;
}

#contactsPopup table.contactsTable td{
	border: 1px solid #ccc;
	border-left: none;
	border-bottom: none;
	padding: 3px;
}

.x, .x-hover{
	position: absolute;
	width: 20px;
	height: 20px;
	outline: none;
	background: url(../images/x.jpg) left top no-repeat;
	right: 37px;
	top: 17px;
	cursor: pointer;
}

.x-hover{
	background: url(../images/x-hover.jpg) left top no-repeat;
}

/* warePage */
#warePage h3{
	color: #000;
	margin-bottom: 10px;
}

#warePage td.info p{
    line-height: 150%;
}

#warePage .prices h3.discount,
#warePage .prices h2.discount{
    font-size: 120%;
}

#warePage .prices h2.discount{
    font-size: 110%;
}

#warePage h3.discount strong,
#warePage h2.discount strong{
    color:#e81b23;
    font-size:120%;
}

#warePage table .bigImage,
#warePage table .info,
#warePage table .smallImages{
	padding-top: 14px;
}
	
#warePage table .smallImages{
	padding-left: 22px;
	padding-right: 22px;
}

#warePage table .smallImages img{
	display: block;
	margin-bottom: 22px;
}

#warePage .info{
	padding-right: 60px;
	font-size: 110%;
}

#warePage .prices{
	width: 305px;
	height: 130px;
	padding: 18px;
        padding-top: 8px;
	background: url(../images/ware-border.jpg) left top no-repeat;
}

#warePage .prices .red{
	color: red;
	font-weight: bolder;
}

#warePage .prices h2,
#warePage .prices h3,
#warePage .prices h4{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
}

#warePage .prices h2{
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 0.2em;
}

#warePage .prices h3{
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 11px;
}

#warePage .prices .add{
	text-align: center;
	font-size: 140%;
	font-weight: bolder;
	margin-bottom: 20px;
}

#warePage .prices .add a{
	padding-left: 5px;
	padding-right: 5px;
}

#wrapper #simpleContent{
	padding-left: 40px;
	padding-right: 40px;
}

#wrapper #simpleContent table{
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

#wrapper #simpleContent table td{
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	padding: 3px;
}

#wrapper table.demandTable {
	border-collapse: collapse;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}
#wrapper table.demandTable td  {
	padding:2px;
	border: 1px solid #555;
	vertical-align:top;
	text-align: center;
}
#wrapper table.demandTable td.colors  {
	text-align: left;
}
#wrapper table.demandTable th  {
	padding:2px;
	border: 1px solid #555;
	font-size:12px;
}
#wrapper table.demandTable td.demandHeader {
	color: #fff;
	background-color: #d37c02;
	font-size:14px;    
	font-weight:bold;
	border-color: #d37c02;
}

/* bubble */
div.lightBox, div.phoneBubble{
	display: none;
}
	
div.lightBox{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #fff;
	z-index: 50;
	opacity: 0.4;
	z-index: 2100;
}

#left p.phone a:hover{
	border-bottom: 1px dashed;
}

div.phoneBubble{
	left:0;
	margin: -223px 0 0;
	position: fixed;
	top: 50%;
	width: 100%;
	z-index: 2150;
	cursor: pointer;
}

div.phoneBubble table.main,
div.phoneBubble table.main tr,
div.phoneBubble table.main tr td{
	border: none;
	margin: 0;
	padding: 0;
}

div.phoneBubble table.main{
	border-collapse: collapse;
}

div.phoneBubble table.main td.cc{

}

div.phoneBubble table.main {width: 90%; empty-cells: show; margin-left: auto; margin-right: auto;}

div.phoneBubble table.main td.tl,
div.phoneBubble table.main td.tr,
div.phoneBubble table.main td.bl, div.phoneBubble table.main td.br{
	width: 39px;
	height: 73px;
	background-repeat: no-repeat;
}

table.main td.tl, div.phoneBubble table.main td.tr {vertical-align: top;}
table.main td.bl, div.phoneBubble table.main td.br {vertical-align: bottom;}

table.main td.tl {background: transparent url(../images/phone/tl.png) 0 0;}
table.main td.tr {background: transparent url(../images/phone/tr.png) 0 0;}
table.main td.tc {background: transparent url(../images/phone/tc.png) 0 0;}

table.main td.bl {background: transparent url(../images/phone/bl.png) 0 0;}
table.main td.br {background: transparent url(../images/phone/br.png) 0 0;}
table.main td.bc {background: transparent url(../images/phone/bc.png) repeat-x;}

table.main td.cl {background: transparent url(../images/phone/cl.png) repeat-y;}
table.main td.cr {background: transparent url(../images/phone/cr.png) repeat-y;}

table.main td.cc {
	background: #fff;
	text-align: center;
	color: #11a0e7;
	color: #0096e6;
}

table.main td.cc div{
	font-size: 90px;
	padding-bottom: 37px;
}

table.main-noshadow {width: 100%; empty-cells: show;}

table.main-noshadow td.tl, table.main-noshadow td.tr, table.main-noshadow td.bl, table.main-noshadow td.br {width: 34px; height: 73px; background-repeat: no-repeat;}
table.main-noshadow td.tl, table.main-noshadow td.tr {vertical-align: top;}
table.main-noshadow td.bl, table.main-noshadow td.br {vertical-align: bottom;}

table.main-noshadow td.cc {background: #ef3124; text-align: center; height: 300px; color: #FFFFFF; font-size: 90px;}

div.preloader{
	position: absolute;
	top: -3000px;
	left: -3000px;
}

#borderOrder{
    text-align: center;
}

#borderOrder small{
    font-size: 85%;
}

#borderOrder td small{
    color: #717171;
}

#borderOrder th small{
    color: #000;
}

html body #wrapper #borderOrder td.caption h3{
    margin-bottom: 0.8em;
}

html body #wrapper #borderOrder td.caption h3,
html body #wrapper #borderOrder td.caption em{
    color: #00a3d9;
}

#borderOrder .borders{
    background: url(../images/border-order-back.jpg) top center no-repeat;
    margin-right: auto;
    margin-left: auto;
    padding-top: 1.2em;
    padding-bottom: 1em;
    margin-bottom: 50px;
}

#borderOrder .borders em{
    color: #000;
}

html body #wrapper #borderOrder table,
html body #wrapper #borderOrder table td,
html body #wrapper #borderOrder table th{
    border: none;
    text-align: left;
}

#borderOrder table td.caption{
    width: 30%;
}

#borderOrder table td.sizes,
#borderOrder table td.prices{
    font-size: 120%;
}

#borderOrder table{
    margin-left: auto;
    margin-right: auto;
    width: 790px;
}

html body #wrapper #borderOrder table table{
    margin: 0;
    margin-bottom: 30px;
    width: 100%;
}

html body #wrapper #borderOrder table td,
html body #wrapper #borderOrder table th{
    padding-right: 0;
    padding-left: 0;
}

html body #wrapper #borderOrder table h3{
    margin-top: 0;
}

#borderOrder table ul{
    padding: 0;
    margin: 0;
}

#borderOrder table ul li{
    list-style: none;
    padding-bottom: 0.3em;
}

#borderOrder table table td,
#borderOrder table table th{
    width: 25%;
}

#borderOrder table table td ul{
    margin-bottom: 12px;
}

#borderOrder table table{
    width: 100%;
}

#liveInternet{
    position: absolute;
    top: -1000px;
    left: -1000px;
}

div.bigPhone{
    color:#ED1C24;
    font-family:Georgia,Times,serif;
    font-size:320%;
    font-weight:bolder;
    margin-bottom:0.5em;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
    #wrapper #header #cart a.count{
        top: 3px;
    }

    .rightBlock input.submitButton{
        background: url(../images/catalog/right-block-button.jpg) 0 2px no-repeat;
    }

    html #content #sortings ul li.current{
        position: relative;
        margin-top: -1px;
    }

    html #content #sortings ul li.current span,
    html #content #sortings ul li.current span{
	background: #0099e5 url(../images/sort-menu/right.gif) right 0 no-repeat;
    }

    html #content #sortings ul li.current a{
        background: none;
        top: 1px;
        position: relative;
    }

    html #wrapper #content .promo .promoText div.logoImg{
        top: -59px;
        left: -152px;
    }
}