body {
	margin:0px;padding:0px;
	background:url(foo) fixed; _filter:true;
}

/************************************* 
			Site blocks 
 *************************************/

#body {	
	width: 100%;
	margin: 0px; padding: 0px;
}


/************************************* 
			Content block
 *************************************/



/*************************************/

#head {
	color: #716f6f;	
	font-family: tahoma; font-size: 11px;	
}

#head .image {
	height: 132px; margin-top: 5px;	
	background-image: url("/img/s/bgtop.gif");
}

img {border:0;}
img.pn {behavior: url("/img/s/iepngfix.htc"); POSITION: absolute;}

/*************************************/

#topMenu {	
	background-color: #6f0c8b;
	border-top: 1px solid white;
}

#topMenu a {
	color:#FFFFFF;
	font-family:"Arial";
	font-size:15px;
	font-weight: bolder;
	line-height:30px;
	text-decoration:none;
	
	vertical-align: middle;
}

#topMenu a:hover {
	text-decoration: underline;
}

#topMenu #pageListBlock {
	width: 100%; margin: 0px; padding: 0px;
	
}
#topMenu #pageListBlock td {
	text-align: center;	
}

/*************************************/

#userPanel {
	POSITION: absolute; 
	right: 7%; top: 50px;
}

#userPanel div, td {
	font-family: tahoma; 
	font-size: 12px; 
	color: #6f0c8b;
}

#userPanel input {
	font-family: tahoma; 
	font-size: 12px; 
}

#userPanel input.text {
	border: 1px solid #fb9dd5; 
	background-color: #f4ffd8;
	width: 100px; height: 18px;
}

#userPanel a {
	font-family: tahoma; font-size: 12px; color: #6f0c8b;
	text-decoration: none;
}

#userPanel a:hover {
	text-decoration: underline;
}

#userPanel #cartInfoBlock a {
	color: #db0e1f; font-family: tahoma; font-size: 22px;
	text-decoration: none;
}

#userPanel #cartInfoBlock a:hover {
	text-decoration: underline;
}

/*************************************/

#menuBar {
	background-image: url("/img/s/bgmenu.gif");
	background-repeat: no-repeat;
	
	width: 320px; vertical-align: top;
}

.catMenu {	
	margin: 0px; padding-left: 25px; padding-right: 5px; 
}

.catMenu li {
	padding: 5px 0;
}

.catMenu a {
	color:#6f0c8b;
	font-size:16px;
	letter-spacing :0px;
	font-family:"arial";
	font-weight: bold;
}

.catMenu a:hover { 
	text-decoration: underline;
}

.catMenu ul a {
	margin: 5px 0;
	font-size:1em;
}

/*************************************/

#content {
	vertical-align: top;
	color: black; font-family:"Arial";	
}
#content p {
	font-size: 13px;
}

/*************************************/

#sortBlock {
	height: 30px;
}

#sortBlock a {
	background-color: #6f0c8b;
	padding:3px 5px; line-height: 130%;
	font-weight: bolder; color: white; text-decoration: none;	
}
#sortBlock a:hover {
	background-color: #a0e319;
	text-decoration: underline;
}
#sortBlock a.selected {
	background-color: #a0e319;
}

/*************************************/

#goodListBlock {
	width: 100%; margin: 0; padding: 0;
	color: #6F0C8B;
	text-align: center;
}

#goodListBlock .name {
	padding: 5px 0;
}
#goodListBlock .image {
	background-image: url("/img/s/bgprod.gif");
	padding:20px 0;
	border:1px solid #d4d4d4;	
}

#goodListBlock .image img {
	border:1px solid #C5D987;
}

#goodListBlock .name a {
	font-size: 15px;
	color: #6F0C8B;	
	text-decoration: none;
}
#goodListBlock .name a:hover {
	text-decoration: underline;
}

#goodListBlock .price {
	font-size: 19px; height: 32px; line-height: 32px;
}

#goodDataBlock {
	margin-left:10px;
	color: black;
}

.imgBorder {
	border: 2px solid #C5D987;
}

/*************************************/

#wayList {
	padding-top: 25px;
}

#wayList a {
	color: #6F0C8B;
	font-family: "Arial";

}

#wayList a:hover {
	text-decoration: underline;
}

/*************************************/

#cart {
	width: 100%;
	border: 1px solid #a0e01c;	 
}

#cart input.count {
	background-color: #F4FFD8;
	border: 1px solid #A0E01C;
	font-size:12px;
}

#cart .head td {
	background-color: #a0e01c;	
}

#cart .footer td {
	border-top: 10px solid #a0e01c;
}
	
#cart td {
	font-size:12.0px;
	letter-spacing :0px;
	font-family:"tahoma";
	background-color: #e2f7c0; color: black;
	font-weight: bolder;
}

#cart td.price {
	color: #6F0C8B;
	font-size: 1.1em;
}

/*************************************/

#orderBox td{
	color: black;
}

#orderBox .field, select {
	border: 1px solid rgb(160, 224, 28); background-color: rgb(244, 255, 216); width: 260px; height: 18px; font-size:13px;
}

#orderBox select {
	height: 22px;
}

#orderBox .text {
	border: 1px solid rgb(160, 224, 28); width: 100%; height: 70px; background-color: rgb(244, 255, 216); font-size:13px;
}

#orderBox .box {
	border: 1px solid rgb(203, 203, 203); margin: 20px; padding: 20px; background-color: rgb(237, 237, 237);
}

#orderBox .must {
	text-decoration: underline;
	color: red;
}

/*
div#orderBox {
	margin: 5px; text-align: center; width: 440px;
}

#orderBox div {
	font-size:12.0px;
	font-family:"tahoma";
	margin-bottom: 15px;
	width: 400px;
	text-align: left;
}
#orderBox div b {
	display: block;
}

#orderBox form {
	padding: 5px;
}

#orderBox input.text, select, textarea{
	width: 400px;
	font-size: 12.0px;
	font-family: "tahoma";
}

#orderBox textarea {
	height: 70px;
}
*/

/*************************************/

form{padding: 0px;margin: 0px;}

h1 {
	color:#638b04;
	padding-bottom: 0px; margin-bottom: 0px;
	padding-top: 10px; margin-top: 10px;

	font-family:Arial; font-size:20px; letter-spacing:0px;	
}

#ajaxLogs {
	position:fixed; 
	right: 20px; 
	_position:absolute; 
	top:200px; 
	_top:expression( 50 + eval(document.documentElement.scrollTop||document.body.scrollTop) + 'px' );
}

#ajaxLogs div {
	text-align: right;
	background-color: white;
	border: 3px solid red;
	padding: 5px;
	margin-bottom: 5px;
}

/*************************************/

#footer {	
	color: black;
	margin-top: 25px; height: 50px; padding-top:20px;
}

/*************************************/

.left {
	float: left;
}

.right {
	float: right;
}

.cleaner {
	display: block;
	clear: both;
	height: 1px;
	margin-top: -1px;
}

.none {
	display: none;
}


