html,body,form{
	padding: 0;
	margin: 0;
}
body{
	font-family: Tahoma;
	font-size: 10pt;
	background-color: white;
	background-image: url(../images/bg.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#god{
	background-image: url(../images/drop.png);
	background-position: 0 100%;
	background-repeat: no-repeat;
}
#general{
	position: relative;
	min-width: 1005px;
	background-image: url(../images/right_bg.jpg);
	background-position: 100% 0;
	background-repeat: no-repeat;
	color: black;
	padding-top: 250px;
}
#logo{
	position: absolute;
	top: 83px;
	right: 65px;
	width: 300px;
	height: 117px;
}
#menuList{
	position: absolute;
	top: 0;
	left: 56px;
	width: 181px;
	height: 189px;
	background-image: url(../images/menu.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#menuList ul{
	list-style-type: none;
	color: black;
	padding: 0;
	margin: 30px 19px;
}
#menuList a{
	margin-bottom: 3px;
	padding: 2px 15px;
	font-size: 11pt;
	display: block;
}
#menuList a:hover, #menuList a.active{
	background-image: url(../images/menu_item.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	color: red;
}
#contentContainer{
	margin: 0 60px 0 55px;
	min-height: 800px;
}
#contentLeft{
	font-size: 11pt;
	line-height: 1.4em;
	padding-right: 357px;
}
#contentRight{
	float: right;
	width: 307px;
	margin-left: 50px;
}
#footer{
	padding: 55px;
}
#artjazz{
	background-color: black;
	margin: 0 auto;
}
#artjazz div{
	color: white;
	padding: 5px 0 0 55px;
}
#artjazz img{
	vertical-align: -12px;
	margin-left: 5px;
}
#nBox{
	
}
#nBox .header{
	position: relative;
	background-image: url(../images/menu_top.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 12px;
}
#nBox .header div{
	position: absolute;
	top: -10px;
	left: 20px;
	padding: 0 10px;
	background-color: white;
	color: red;
	font-size: 11pt;
}
#nBox .content{
	border-left: 1px solid #00AEEF;
	border-right: 1px solid #00AEEF;
	padding: 8px 20px;
}
#nBox input[type="password"], #nBox input[type="text"] {
	width: 96%;
	margin-top:3px;
	margin-bottom: 10px;
}
#nBox .footer{
	background-image: url(../images/menu_bottom.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 12px;
}
div.blueBox{
	padding: 20px;
	border: 1px solid #00AEEF;
	position: relative;
	background-color: white;
	font-size: 10pt;
}
div.blueBox div.header{
	padding: 0 10px;
	position: absolute;
	top: -12px;
	left: 20px;
	color: red;
	font-size: 11pt;
	background-image: url(../images/pixel.png);
	background-position: 0 11px;
	background-repeat: repeat-x;
}
div.blueBox input[type="password"], div.blueBox input[type="text"] {
	width: 70%;
	margin-top:3px;
	margin-bottom: 10px;
}
div.blueBox select {
	width: 72%;
	margin-top:3px;
	margin-bottom: 10px;
}
div.blueBox textarea {
	width: 85%;
	margin-top:3px;
   height: 75px;
}
div.blueBox input[type="submit"] {
	margin-top: 10px;
}
div.blueBox input[type="button"] {
	margin-top: 10px;
}
div.blueBox .error{
	margin-bottom: 10px;
	font-size: 14pt;
	background-color: Red;
	color: White;
	padding: 5px 10px;
}
div.blueBox .complete{
	margin-bottom: 10px;
	font-size: 14pt;
	background-color: Green;
	color: White;
	padding: 5px 10px;
}
div.blueBox img[src="/images/tl.png"] {
	position: absolute;
	top: -1px;
	left: -1px;
}
div.blueBox img[src="/images/tr.png"] {
	position: absolute;
	top: -1px;
	right: -1px;
}
div.blueBox img[src="/images/bl.png"] {
	position: absolute;
	bottom: -1px;
	left: -1px;
}
div.blueBox img[src="/images/br.png"] {
	position: absolute;
	right: -1px;
	bottom: -1px;
}
.blue{
   color: #00AEEF;
}
.rblock{
	padding: 25px 20px 5px 20px;
	font-size: 12pt;
	color: #00ADEE;
}
.clear{
	clear:both;
	line-height: 1px;
	font-size: 1px;
	display: block;			
	height: 1px;
}
.clear_left{
	clear:left;
	line-height: 1px;
	font-size: 1px;
	display: block;			
	height: 1px;
}
a{
	color: #00AEEF;
	outline: none;
}
a:hover{
	color: red;
}
a img{
	border: 0;
}
p{
	margin: 0;
	padding: 0;
}
h2{
	color: red;
	margin: 0;
	padding: 0;
	font-size: 19pt;
	font-weight: lighter;
	margin-bottom: 20px;
}
h3{
	color: black;
	margin: 0;
	padding: 0;
	font-size: 16pt;
	font-weight: lighter;
	margin-bottom: 15px;
}
.red{
	color: red;
}
.pager{
	margin-top: 10;
	padding: 0;
}
.pager li{
	list-style-type: none;
	float:left;
	margin-right:3px;
}
.pager li a{
	padding: 4px;
}
.pager .selected{
	color:#fff;
	text-decoration:none;
}
.pager li .selected{
	background-color: #6CC2FF;
}
.catList{
	border-bottom: 1px solid #00AEEF;
	padding-left: 30px;
	margin-bottom: 30px;
}
.catList a > div{
	float: left;
	background-image: url(../images/blue_tab_l_u.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-right: 10px;
	margin-bottom: -2px;
}
.catList a > div > div{
	height: 29px;
	padding: 15px 20px 5px 20px;
	background-image: url(../images/blue_tab_r_u.png);
	background-position: 100% 0;
	background-repeat: no-repeat;
	text-decoration: underline;
}
.catList a:hover > div{
	background-image: url(../images/white_tab_l_u.png);
}
.catList a:hover > div > div{
	background-image: url(../images/white_tab_r_u.png);
}
.catList a.active{
	font-size: 16pt;
	color: Red;
}
.catList a.active > div {
	background-image: url(../images/white_tab_l.png);
}
.catList a.active > div > div {
	background-image: url(../images/white_tab_r.png);
	text-decoration: none;
}
.prodList {
}
.prodList div.item {
	position: relative;
	overflow: hidden;
	zoom: 1;
	margin-bottom: 50px;
}
.prodList div.item .weight {
	position: absolute;
	top: 0;
	left: 7px;
	font-size: 16pt;
	color: #00AEEF;
}
.prodList div.item div.img{
	float: left;
	width: 200px;
}
.prodList div.item div.cont{
	padding-left: 230px;
}
.prodList div.item div.cont h2{
	margin-bottom: 7px;
}
.prodList div.item div.buy{
	position: relative;
	margin-top: 10px;
	text-align: center;
}
.prodList div.item div.buy .order_place{
	margin-top: 5px;
}
.prodList div.item div.buy .loading{
	margin-top:5px;
	position: absolute;
	bottom: 2px;
	right: 30px;
}
.prodList div.item div.buy .add{
	position: relative;
}
.prodList div.item div.buy .add .messBox {
	cursor: pointer;
	width: 200px;
	position: absolute;
	bottom: 10px;
	right: -65px;
	font-size: 10pt;
	display: none;
}
.prodList div.item div.buy .add .messBox div {
	border-left: 1px solid #00AEEF;
	border-right: 1px solid #00AEEF;
	background-color: white;
}
div.price-bg {
	margin: 0 auto;
	background: transparent url(../images/price-r.png) no-repeat scroll top right;
	width: 120px;
	height: 25px;
	padding-right: 8px;
	text-decoration: none;
	clear: none;
	font-size: 20px;
	color: #fff;
}
div.price-bg > span {
   background: transparent url(../images/price.png) no-repeat;
   display: block;
   font-family: tahoma;
   padding: 1px 0 5px 6px;
	font-size: 20px;
} 
span.rur span { position: absolute; overflow: hidden; width: .45em; height: 1em; margin: .3ex 0 0 -.55em; // display: none; }
span.rur.small span { margin: .35ex 0 0 -.55em; }
span.rur span:before { content: '\2013'; }

.loading{
	display: none;
}

#cart{
	display: none;
	margin-top: 20px;
	margin-bottom: 30px;
}
#cart .newheader{
	padding-left: 30px;
	background-image: url(../images/neworder.png);
	background-position: 0 3px;
	background-repeat: no-repeat;
	font-size: 18pt;
	color: #00AEEF;
	margin-bottom: 5px;
}
#cart .list .item{
	padding: 5px;
	margin-bottom: 10px;
	margin-left: -10px;
	margin-right: -10px;
	position: relative
}
#cart.order {
	position: relative;
}
#cart.order img[src="/images/arrow.png"] {
	position: absolute;
	top: -20px;
	left: -72px;
	z-index: 1;
}

#cart .list .item .decount{
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px;
	background-color: #00AEEF;
	color: white;
	font-size: 16pt;
	font-weight: lighter;
}
#cart .list .item.new{
	border: 1px solid #00AEEF;
	margin: -1px -11px 9px -11px;
}
#cart .list .item .cont{
	padding-left: 55px;
}
#cart .list .item .cont .title{
	font-weight: bolder;
	font-size: 10pt;
}
#cart .list .item .cont .subname{
	font-size: 9pt;
	color: #666;
	margin-top: -1px;
	margin-bottom: 6px;
}
#cart .list .item .cont .count{
	font-size: 9pt;
	color: #0071BB;
}
#cart .list .item .cont .count img{
	vertical-align: 0px;
	width: 9px;
}
#cart .list .item .cont .count .cancel{
	width: 13px;
	vertical-align: -2px;
}
#cart .list .itogo{
	color: red;
	font-size: 18pt;
	margin-bottom: 10px;
}

div.calendar{
   z-index: 2;
}

.exbut{
	text-decoration: none;
	overflow: hidden;
	zoom: 1;
	color: #444444;
}
.exbut:hover{
	color: #646464;
}
.exbut div{
	background-image: url(../images/button_c.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	float: left;
	padding: 1px 0;
}
.exbut img[src="/images/button_l.png"]{
	float: left;
}
.exbut img[src="/images/button_r.png"]{
	float: left;
}
#orders .list{
	margin-top: 10px;
}
#orders .list > div {
	padding: 10px;
	overflow: hidden;
	zoom: 1;
	border-bottom: 1px solid #B5E6FF;
	color: #666666;
}
#orders .list > div:nth-child(odd) {
	background-color: #F6FCFF;
}
#orders .list > div.active {
	border: 1px solid #00AEEF;
	margin: -1px;
}
#orders .list > div .red {
	float: right;
	font-size: 12pt;
}
#orders .list .date {
	float: left;
	width: 120px;
}
#orders .list .time {
	float: left;
	width: 45px;
	color: #00AEEF;
}
#orders .list .id {
	float: left;
	color: #1CC3FF;
	margin-right: 10px;
	margin-top: 3px;
}
#orders .list .prod {
	overflow: hidden;
	zoom: 1;
	font-size: 8pt;
}
#orders .list .prod img {
	vertical-align: -2px;
}
#orders .list .prod .ex {
	font-size: 10pt;
	font-weight: bolder;
}
#orders .list .stbar {
	font-size: 10pt;
}
#orders .list .stext {
	margin-top: -7px;
	font-size: 8pt;
	color: #999;
}
#orders .loading{
	position: absolute;
	right: 0;
	top: 0;
}
#sdfilter{
	margin: -39px auto 0 auto;
	background-image: url(../images/pixel.png);
	background-position: 0 18px;
	background-repeat: repeat-x;
	width: 210px;
	text-align: center
}
#sdfilter a, #sdyear a, #sdmonth > div > a {
	padding: 2px 5px;
	line-height: 2.5em;
}
#sdyear a, #sdmonth > div > a {
	padding: 1px 2px;
	font-size: 9pt;
}
#sdfilter a.active, #sdyear a.active, #sdmonth > div > a.active {
	background-color: #00AEEF;
	text-decoration: none;
	color: white;
}
#sdyear{
	display: none;
	margin-left: 10px;
}
#sdmonth{
	display: none;
	margin-left: 10px;
}
#sdmonth > div{
	display: none;
}

#tsdate img{
   display:none;
   vertical-align:-2px;
   margin-left:4px;
}
