HTML {
	font-size: 100%;
	}

BODY {
	padding: 0;
	margin: 0 auto;
	font: small Verdana, Tahoma, Arial, sans-serif;
	color: #333;
	position: relative;
	min-width: 965px;
}

FORM {
	padding: 0;
	margin: 0;
	}

H1 {
	padding: 0;
	margin: 0 0 10px 0;
	color: #f06;
	font-weight: normal;
	font-family: Arial, Helvetica;
	font-size: 190%;
	}

H2 {
	padding: 0;
	margin: 0 0 3px 0;
	color: #f06;
	font-family: Arial, Helvetica;
	font-size: 135%;
	}

A {
	color: #f06;
	}

UL {
	padding: 0 30px;
	margin: 0;
	list-style-type: square;
	}

TR.odd {
	background: #ccc;
	}

#top {
	width: 965px;
	height: 135px;
/*	height: 270px;*/
	background: #f06 url('/img/bgtop.jpg') no-repeat;
	padding-bottom: 20px;
	}

#logo {
	float: left;
	padding-top: 20px;
	}

#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	}

	#menu LI {
		float: left;
		font-family: Arial, Helvetica;
		font-size: 135%;
		font-weight: bold;
		cursor: hand;
		text-transform: uppercase;
		}

	#menu LI A:link, #menu LI A:active, #menu LI A:visited {
		display: block;
		padding: 5px 15px;
		color: #939;
		text-decoration: none;
		}

	#menu LI A:hover {
		color: #fff;
		background: #939;
		}

	#menu LI.selected A:link, #menu LI.selected A:active, #menu LI.selected A:visited, #menu LI.selected A:hover {
		color: #fff;
		background: #939;
		}

.submenu {
	padding: 0;
	margin: 0;
	list-style: none;
	}

	.submenu LI {
		padding: 5px 10px;
		}

	.submenu LI A:link, .submenu LI A:active, .submenu LI A:visited, .submenu LI A:hover {
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		}

.text .t, .text .r, .text .b, .text .l, .text .c {
	position: relative;
	background-repeat: no-repeat;
	background-position: left top;
	left: 0; top: 0;
	}

.text .t { left: -10px; }
.text .r { background-position: right top; left: 10px; }
.text .b { background-position: right bottom; top: 10px; }
.text .l { background-position: left bottom; left: -10px; }
.text .c { left: 10px; top: -10px; margin-right: 10px; }

#example .text .t { background-image: url('/img/4.gif'); } /* background: #939; */
#example .text .r { background-image: url('/img/1.gif'); }
#example .text .b { background-image: url('/img/2.gif'); }
#example .text .l { background-image: url('/img/3.gif'); }
#example .text .reducer { padding: 0; background: #939; width: 150px; }

.normal {
	font-size: 90%;
	}

.plashka {
	background: #f06;
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	padding: 5px 10px;
	margin-bottom: 5px;
	}

.whplashka {
	color: #f06;
	font-size: 110%;
	font-weight: bold;
	padding: 5px 10px;
	border: #f06 solid 1px;
	border-left: #f06 solid 5px;
	margin: 1px 0;
	}

	.whplashka A {
		color: #f06;
		text-decoration: none;
		}

.whplashka A.shop {color:#939;font-size:130%;text-decoration:none;}

.velvet {
	color: #939;
	font-size: 135%;
	font-weight: bold;
	font-family: Arial, Helvetica;
	}

.redline {
	background: #f06;
	height: 3px;
	margin: 10px 0;
	clear: both;
	}

.adv {
	color: #ccc;
	font-size: 85%;
	border-bottom: #ccc 4px solid;
	margin-bottom: 2px;
	}

.imleft {
	float: left;
	margin-right: 15px;
	clear: both;
	}

.cover {
	border: 1px solid #ccc;
	}

.red {
	color: #f06;
	}

.velimg {
	background: #939;
	padding-top: 25px;
	float: left;
	margin: 0 10px 20px 0;
	}

.velimg img {
	border-top: #fff 10px solid;
	}

.vela {
	color: #939;
	}

.vrez { padding: 0; margin: 5px; border: #f06 solid 2px; }

.withborder {
	border: 1px #f06 solid;
	border-collapse: collapse;
	font-size: 100%;
}

.withborder TD { border: 1px #f06 solid; padding: 3px; }

.small {font-size:80%;}
