#overall {
	background-image: url(/images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 100%;
	height: 100%;
}

#sendMessage {
	width: 500px;
	height: 280px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	z-index: 1000;
}

#largeImageBlock {
	position: absolute;
	z-index: 1000;
}

#notFilledFieldsMessage {
	position: absolute;
	z-index: 1000;
	width: 300px;
}

#notFilledFieldsMessageCart {
	position: absolute;
	z-index: 1000;
	width: 300px;
}

#overallLayout {
	position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; background-color: #000; opacity: 0.2; filter: alpha(opacity=20); filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20); -moz-opacity: 0.2; -khtml-opacity: 0.2;
	z-index: 100;
	height:100%;
	width:100%;
	
}

#overallLayoutCart {
	position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; background-color: #000; opacity: 0.2; filter: alpha(opacity=20); filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20); -moz-opacity: 0.2; -khtml-opacity: 0.2;
	z-index: 100;
	height:100%;
	width:100%;
	
}

* html #overallLayout { /* ie6 hack */
   position: absolute;
	width: expression(document.body.clientWidth + 'px');
   height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	right: 0;
}

* html #overallLayoutCart { /* ie6 hack */
   position: absolute;
	width: expression(document.body.clientWidth + 'px');
   height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	right: 0;
}

.borderedBlock {
	/*border: 1px dashed black;*/
	background: url(/images/order_border.gif) left top no-repeat;
	width: 127px;
	padding: 20px 0;
}

.excel {
	height: 16px;
	display: block;
	background: url(/images/page_white_excel.png) no-repeat left center;
	padding-left: 20px;
}

.section {
	width: 350px;
	margin: 0 0 0px;
}
ul.tabs {	
    font-weight: bold;
	height: 28px;
	line-height: 25px;		 /* высота подкладки названия вкладок*/
	list-style: none;
}
.tabs li {
	float: left;
	display: inline;
	margin: 0 1px -1px 0;
	padding: 0 13px 1px;
    cursor: pointer; 
	position: relative;
	right: 40px;
}
.tabs li:hover,
.vertical .tabs li:hover {
	padding: 0 13px;   
    color: #fe7a00;
}
.tabs li.current {
	padding: 0 13px 2px;	
	    color: #fe7a00;
}
.box {
	display: none;
	padding: 0 12px;
}
.box.visible {
	display: block;
}			

