/* main settings */
* {
  margin: 0;
  padding: 0;
}
html {
	height: 100%;
}
img {
  border: 0;
}
table {
  border: 0; 
  border-collapse: collapse;
}
td {
  vertical-align: middle;
}
a, .aslink {
	color: #04A;
	cursor: pointer;
  text-decoration: underline;
}
a:hover, .asLink:hover {
	color: #26C;
}
p, h2, .news dd, .accent  {
  margin-bottom: 20px;
}

.largest, h2, .menuMain dt, .phones {
  font-weight: normal;
  font-size: 16.5pt;
}
.large, .news .date, .panelTitle b *, .paging  {
  font-size: 13.5pt;
}
.medium, body  {
  font-size: 12pt;
}
.small, .news dd {
  font-size: 10pt;
}
.smallest, .Footer {
  font-size: 9pt;
}
.comment, .menuMain dd, .zakaz .tHeader td {
	font-style: italic;
	color: #555;
	font-size: 9pt;
}

/* structure */
body {
  background: url('/img/bg_main.jpg') repeat top left #e9ddcb;  
  font-family: Georgia, Times, Times New Roman, serif;
	color: #000;
  height: 100%;
  min-width: 960px;
}
.mainContainer {
  min-height: 100%;
  background: url('/img/bg_scrub_b.png') repeat-x bottom left;
}
.bg_img1 {
	background: url('/img/bg_img_b.png') no-repeat 90% 100%;
}
.bg_img2 {
	background: url('/img/bg_img_t.png') no-repeat 0 200px;
  min-height: 850px;
}

.Dimension {
  padding: 0 50px 0 20%;
  position: relative;
}
.L {
  float: left;
  width: 70%;
}
.R {
  float: left;
  width: 30%;
}
.separator {
  margin-right: 50px;
}

/* Header styles */
.Header {
  background: url('/img/bg_scrub_t.png') repeat-x top left;
  padding-top: 40px;
}
.Logo {
  position: absolute;
  left: 5%;
	z-index: 100;	
}

.menuMain dt {
  float: left;
  margin-right: 25px;
}
.menuMain dt.order {
  float: right;
  margin: 0;
}
.menuMain .order a {
  color: #C00;
}
.menuMain dd {
  text-align: right;
  padding-left: 60%;
  height: 60px;
}
.menuMain a.current {
  color: #000;
}

.menuNavigation a, .menuNavigation span{
   float: left;
   margin-right: 5px;
}

/* Content styles */
.phones .large {
  font-size: 24pt;
}
.phones b {
  font-weight: normal;
  font-size: 12.5pt;  
}

.news dd {
  position: relative;
}
.news .date {
  font-weight: normal;
  position: absolute;
  left: -70px;
  top: -.2em;
}

.paging {  
	margin: 0 -8px;
}
.paging span, .paging a, .paging b {
  padding: 0 8px 0 8px;
}
.paging b {
  font-size: 24pt;
  font-weight: normal;
}

.accent {
	background: #e9ddcb;
	padding: 10px;
	margin-left: -10px;
	position: relative;
}
.accent .tl, .accent .tr, .accent .bl, .accent .br {
	position: absolute;
	background-repeat: no-repeat;
	background-position: top left;
  width: 5px;
  height: 5px;
}
.accent .tl {
	background-image: url('/img/bg_accent_tl.png');
	top: 0;
	left: 0;
}
.accent .tr {
	background-image: url('/img/bg_accent_tr.png');
	top: 0;
	right: 0;
}
.accent .bl {
	background-image: url('/img/bg_accent_bl.png');
	bottom: 0;
	left: 0;
}
.accent .br {
	background-image: url('/img/bg_accent_br.png');
	bottom: 0;
	right: 0;
}

.button {
  font-size: 11pt;
  padding: 0 5px;
}
.checkbox {
  vertical-align: middle;
  margin-right: 5px;
}
.radio label {
  white-space: nowrap;
  margin-right: 10px;
}


/* main panel */
.panel {
	margin: 0 50px 20px 50px;
}
.panel .t, .panel .c, .panel .bb {
	background: url('/img/bg_panel.jpg') repeat top left;
}
.panel .t, .panel .b {
  position: relative;
  margin: 0 5px;
}
.panel .b {
	background: url('/img/bg_panel_b.png') repeat-x bottom left;
  padding-bottom: 10px;
}
.panel .tl, .panel .tr, .panel .bl, .panel .br {
	position: absolute;
	background-repeat: no-repeat;
	background-position: top left;
  width: 10px;
  top: 0;  
}
.panel .t, .panel .tl, .panel .tr, .panel .bb {
	height: 5px;
}  
.panel .bl, .panel .br {
	height: 15px;
}
.panel .tl {
	background-image: url('/img/bg_panel_tl.png');
	left: -10px;
}
.panel .tr {
	background-image: url('/img/bg_panel_tr.png');
	right: -10px;
}
.panel .bl {
	background-image: url('/img/bg_panel_bl.png');
	left: -10px;
}
.panel .br {
	background-image: url('/img/bg_panel_br.png');
	right: -10px;
}
.panel .cl {
	background: url('/img/bg_panel_l.png') repeat-y top left;
	margin-left: -5px;
  padding-left: 5px;
}
.panel .cr {
	background: url('/img/bg_panel_r.png') repeat-y top right;
	margin-right: -5px;
  padding-right: 5px;
}
.panel .cc {
	border: 1px solid #825d5c;
	padding: 15px;
	margin: 0 5px;
}
.panel .body {
  background: #FFF;
  border-left: 1px solid #381208;
  border-right: 1px solid #381208;
  border-bottom: 1px solid #381208;
  padding: 15px;    
}

.panelTitle {
  text-align: center;
  white-space: nowrap;
  bottom: -6px;
  position: relative;
  z-index: 100;
}
.panelTitle * {
  display: inline-block;
  font-weight: normal;
}
.panelTitle b * {
  margin: 0 15px;
  line-height: 46px;
}
.panelTitle .current {
	background: url('/img/bg_title_r.png') no-repeat top right;
  padding-right: 11px;
}
.panelTitle .current * {
	background: url('/img/bg_title_l.png') no-repeat top left;
  margin: 0;
  padding: 0 20px 0 30px;
  color: #FFF;    
  position: relative;
  z-index: 100;
}
h2.panelTitle {
  text-align: left;
  margin: 0 0 0 20%;
  left: -5px;  
}
h2.panelTitle b * {
  font-size: 18pt;
}

.L .panel {
  margin-left: 0;
  margin-right: 0;  
}
.L h2.panelTitle {
  margin-left: 0;
}


/* Panel content styles */
.menu {
  text-align: center;
}
.menu span {
  display: inline-block;
  font-size: 12.5pt;
  width: 12.4%; 
}

.menuItem {
	float: left;
	width: 24.5%;
	min-width: 250px;
	height: 300px;
}
.menuItem dt, .menuItem dd {
	margin-left: 20px;
	margin-right: 20px;	
}
.menuItem dt {
	padding-left: 40px;
}
.menuItem dt .comment {
	padding: 5px 0 10px 0;
}
.menuItem .preview {
  margin-left: -40px;	
}
.orderTools div {
	float: right;
}
.orderTools img.aslink {
	vertical-align: top;
	margin-left: 5px;
}

table .itemInfo {
	width: 75%;
	padding-left: 40px;
}
table .itemInfo .orderTools {
	border-top: 1px solid #DDD;
	padding-top: 5px;
}
table .nextItem {
	width: 25%;
	padding-left: 40px;	
 	vertical-align: top;
}

.zakaz td {
  padding: 5px 15px 5px 0;
  border-top: 1px solid #DDD;
}
.zakaz .tHeader td {
  border-top: 0;
}
.zakaz td.textR {
  white-space: nowrap;
}

img.preview {
	vertical-align: top;
  background: #FFF;
	position: relative;
}

.review {
  background: #FFF;
}

/* Footer styles */
.Footer {
  background: url('/img/hr.png') repeat-x top left;
  padding-top: 20px;
  padding-bottom: 40px;  
  margin-top: 40px;
}
.Footer .R div {
	float: left;
	margin: 0 10px 10px 0;
}
.copyright {
  margin-left: -15px;
}

/* clear float */
.clear:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
	font-size: 0;
  height: .1px;
	line-height: .1px;
}
.clear {display: inline-block;}
/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block; clear:both;}
/* End hide from IE-mac */

/* constants */
.bold {font-weight: bold;}

.textR {text-align: right !important;}
.textL {text-align: left !important;}
.textC {text-align: center !important;}

.verticalM {vertical-align: middle;}
.verticalT {vertical-align: top;}
.verticalB {vertical-align: bottom;}

.marginL {margin-left: 20px;}
.marginT {margin-top: 20px;}
.marginR {margin-right: 20px;}
.marginB {margin-bottom: 20px;}
.marginLs {margin-left: 10px;}
.marginTs {margin-top: 10px;}
.marginRs {margin-right: 10px;}
.marginBs {margin-bottom: 10px;}
.margin0 {margin: 0;}

.paddingL {padding-left: 20px;}
.paddingT {padding-top: 20px;}
.paddingR {padding-right: 20px;}
.paddingB {padding-bottom: 20px;}
.paddingLs {padding-left: 10px;}
.paddingTs {padding-top: 10px;}
.paddingRs {padding-right: 10px;}
.paddingBs {padding-bottom: 10px;}
.padding0 {padding: 0;}

.floatR {float: right !important;}
.floatL {float: left !important;}

.w100 {width: 100%;}
input.w100, select.w100, textarea.w100 {width: 98%;}
.w50 {width: 50%;}

/* test */
.test {background: #FFF;}

/* new */
.preview_left {
	margin-left: 79px;
	}
.preview_left .preview {
	float: left;
	margin-left: -79px;
	width: 64px;
	}
.overall {
	position: fixed;
	right: -76px;
	top: 115px;
	width: 190px;
	z-index: 255;
	background: #FFF;	
	border-radius: 8px 8px 0 0;
	border: 1px solid #e9ddcb;
	border-bottom: 0;
	font-size: 15.5pt;
	height: 40px;
	line-height: 40px;
	text-align: center;
	
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	}
.overall a {
	color: #C00;
	text-decoration: none;
	display: block;	
	}

