@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	border: 0;
}
ul {
	list-style-position: inside;
}
.required {
	color: #F00;
}
textarea, input[type="text"], input[type="password"] {
	border: solid 1px #D8D8D8;
}
input[type="submit"] {
	color: #8B0304;
	font-weight: bold;
	background: transparent;
	cursor: pointer;
}
html {
	background: #ED9A58 url(../images/bkgnd.jpg) repeat-x;
	height: 100%;
}
body {
	height: 100%;
	min-height: 800px;
	min-width: 1000px;
	color: #8B0304;
	font-family: Tahoma;
	font-size: 11pt;
}
#wrap {
	min-height: 100%;
}
h1 {
	background: url(../images/logo.gif) no-repeat;
	position: absolute;
	width: 250px;
	height: 132px;
}
h1 span {
	display: none;
}
h1 a {
	position: absolute;
	left: 35px;
	top: 8px;
	width: 210px;
	height: 124px;
}
#phone {
	background: url(../images/phone.gif) right top no-repeat;
	height: 130px;
	margin-bottom: -130px;
}
a.navlink {
	text-decoration: none;
	display: block;
	position: absolute;
}
a {
	color: #8B0304;
}
.contaner {
	position: relative;
}
#upmenu {
	background: url(../images/menul.gif) no-repeat;
	padding-left: 16px;
	margin: 138px 16px -171px 16px;
	height: 33px;
}
#upmenu div {
	background: url(../images/menur.gif) right top no-repeat;
	padding-right: 16px;
}
#upmenu ul {
	background: url(../images/menubk.gif) repeat-x;
	list-style-type: none;
	height: 30px;
	padding-top: 3px;
	text-align: center;
}
#upmenu li {
	display: inline;
	margin: 0 8px;
}
#upmenu a {
	text-decoration: none;
	color: #8B0304;
	font-family: Tahoma;
	font-size: 125%;
}
#leftmenu ul {
	list-style-type: none;
}
#leftmenu li {
	padding: 4px 0;
}
#leftmenu a {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 100%;
	display: block;
}
#leftmenu li ul {
	display: none;
}
#leftmenu li.expanded ul {
	display: block;
}
#leftmenu li li {
	padding: 4px 0 4px 1em;
}
#leftcol {
	overflow: hidden;
	position: absolute;
	left: 16px;
	top: 173px;
}
#rightcol {
	overflow: hidden;
	position: relative;
	float: right;
	margin: 173px 16px 0 0;
}
.widemode #leftcol{
	display: none;
}
.widemode #rightcol{
	display: none;
}
#userinfo {
	width: 155px;
	/*height: 100px;*/
}
#userinfo ul {
	list-style-type: none;
}
#userinfo .last {
	padding-top: 6px;
}
#userinfo label {
	display: inline-block;
	font-weight: bold;
	width: 50px;
	margin-bottom: 10px;
}
#userinfo input {
	width: 80px;
}
#userinfo input[type="submit"] {
	margin-left: 75px;
	font-weight: bold;
	background: transparent;
	width: auto;
}
#userinfo a {
	color: #8B0304;
	text-decoration: none;
}
#basket {
	padding-bottom: 2em;
}
#basket .title {
	font-size: 125%;
}
#basket .count {
	left: 130px;
	position: absolute;
	width: 26px;
	height: 14px;
	text-align: right;
}
#basket .sum {
	left: 80px;
	position: absolute;
	width: 80px;
	height: 14px;
	text-align: right;
}
#maincol {
	margin: 170px 210px 0 210px;
}
.widemode #maincol {
	margin: 170px 12px 0 10px;
}
h2 {
	background: url(../images/titlel.gif) no-repeat;
	height: 37px;
	text-align: center;
	font-family: Tahoma;
	font-weight: normal;
	padding: 0 0 0 15px;
}
h2 span {
	background: url(../images/titler.gif) right top no-repeat;
	padding-right: 15px;
	height: 37px;
	display: block;
}
h2 span span {
	background: url(../images/titlebk.gif) repeat-x;
	height: 32px;
	padding: 5px 0 0 0;
}
h1.pages {
        background: url(../images/titlel.gif) no-repeat;
	position: static;
	width: auto;
        height: 37px;
        text-align: center;
        font-family: Tahoma;
        font-weight: normal;
	font-size: 140%;
        padding: 0 0 0 15px;
}
h1.pages span {
        background: url(../images/titler.gif) right top no-repeat;
        padding-right: 15px;
        height: 37px;
        display: block;
}
h1.pages span span {
        background: url(../images/titlebk.gif) repeat-x;
        height: 32px;
        padding: 5px 0 0 0;
}
h1.pages a {
        position: static;
        height: 37px;
}

#maincol .downcorner {
	padding: 0 9px 0 13px;
}
#maincol .downcorner_1 {
	height: 58px;
	background: url(../images/downcornerl.gif) no-repeat;
	padding-left: 45px;
}
#maincol .downcorner_2 {
	height: 58px;
	background: url(../images/downcornerr.gif) right top no-repeat;
	padding-right: 49px;
}
#maincol .downcorner_3 {
	height: 58px;
	background: url(../images/downcornerbk.gif) repeat-x;
}
#maincol .mainbk2 {
	background: url(../images/mainbk2_2.gif);
}
#maincol .mainbk1 {
	background: url(../images/mainbk1_2.jpg) repeat-x;
	min-height: 500px;
}
#maincont {
	position: relative;
	overflow: hidden;
	text-align: justify;
	padding: 0 2px;
	font-family: Tahoma;
}
#maincont.noclip {
	overflow: visible;
}
#maincont p {
	padding: 0.5em 1em 0.5em 1em;
}
#maincont p.pp {
	padding: 1em 0 1em 3em;
}
#feedback {
	margin: 0 1em;
}
#feedback input[type="submit"] {
	margin-top: 1em;
	background: transparent;
	font-weight: bold;
}
.style1 table {
	width: 100%;
	border-collapse: collapse;
}
.style1 th, .style1 td {
	border: solid 1px #CCC;
}
#maincont.style2 .item {
	overflow: hidden;
	padding: 0.4em 0;
	margin: 0 0.4em;
	float:  left;
	width:  100px;
	height: 175px;
	text-align: center;
}
#maincont.style2 div.item p {
	margin: 0;
	padding: 0;
}
#maincont.style2 div.item p.title {
	font-size: 70%;
	line-height: 8pt;
	height: 44px;
	overflow: hidden;
	text-align: center;
	font-family: Tahoma;
}
#maincont.style2 div.item p.price {
	font-weight: bold;
	font-family: Tahoma;
	font-size: 90%;
}
#maincont.style2 .item form {
	width: 100px;
	height: 24px;
}
#maincont.style2 .item input.text {
	width: 20px;
	vertical-align: top;
}
#maincont.style2 .item input.submit {
	display: inline-block;
	background: url(../images/basketsm.gif) no-repeat;
	width: 25px;
	height: 20px;
}
#maincont.style2 ul {
	font-family: Tahoma;
	font-size: 70%;
	text-align: left;
}
#maincont.style2 .item a {
	font-family: Tahoma;
	color: #8B0304;
	text-decoration: none;
}
#maincont.style2 .menu a {
	font-family: Tahoma;
	font-size: 128%;
	color: #8B0304;
	font-weight: bold;
}
#maincont.style2 .menu {
	padding: 1em 0 0 2em;
}
#maincont.offer {
	padding-top: 1em;
}
#maincont.offer h3 {
	font-family: Tahoma;
	margin-right: 1em;
	text-align: left;
}
#gallery {
	overflow: hidden
	position: relative;
	margin: 0 1em;
	float: left;
}
#gallery.small {
	width: 287px;
}
#gallery.large {
	width: 524px;
}
#nav {
	text-align: center;
}
#nav img {
	margin: 0 0.2em;
}
#gallery #img, #gallery img.selected {
	border: solid 2px #E46713;
}
#gallery img.hidden {
	display: none;
}
#gallery img {
	border: solid 2px #8B0304;
}
#gallery img.left, #gallery img.right {
	border: 0;
}
#gallery.small #img {
	width: 283px;
	height: 283px;
}
#gallery.large #img {
	width: 520px;
	height: 520px;
}
#gallery .zoom {
	position: absolute;
	left: 1em;
	top: 1em;
	cursor: pointer;
}
#gallery.small .zoom {
	width: 287px;
	height: 287px;
	background:url(/images/zoom-in.gif) right bottom no-repeat;
}
#gallery.large .zoom {
	width: 524px;
	height: 524px;
	background:url(/images/zoom-out.gif) right bottom no-repeat;
}
#maincont.offer table {
	clear: right;
	padding-top: 1em;
}
#maincont.offer td {
	padding: 0 0 1em 0;
	vertical-align: baseline;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 80%;
	display: block;
}
#maincont.offer td select {
	font-size: 90%;
}
#maincont.offer td:first-child {
	padding: 1em 0 0 0;
	display: block;
}
#maincont.offer p {
	font-family: Tahoma;
	font-size: 90%;
	clear: both;
}
#maincont.offer form div.basket {
	position: relative;
	padding: 1em 1em 0 0;
	overflow: hidden;
	float: right;
}
#maincont.offer .basketform .text {
	width: 30px;
}
#maincont.offer .basketform a {
	text-decoration: none;
	margin: 0;
}
#maincont.offer a {
	margin-left: 1em;
	font-family: Tahoma;
	font-weight: bold;
	color: #8B0304;
}
#maincont.offer .basketform .submit {
	background: url(../images/basket.gif) no-repeat;
	width: 53px;
	height: 40px;
}
#maincont.offer gobasket {
	font-size: 11pt;
	text-align: right;
}
.switch {
	padding: 0.3em;
	border-bottom: solid 1px #CCC;
}
.switch a img {
	border: solid 2px #FFF;
}
.switch strong a img {
	border: solid 2px #0C0;
}
.pager {
	padding: 1em 1em 0 1em;
	clear: both;
	text-align: center;
}
.pager form {
	float: left;
}
.pager a {
	margin: 0 0.5em;
}
.pager span {
	margin: 0 0.5em;
}
#maincont.padding {
	padding: 1em;
}
#maincont.padding th {
	font-size: 90%;
}
#maincont.padding td {
	font-size: 90%;
	text-align: left;
}

#order .note {
	border: solid 2px #8B0304;
	padding: 3px 5px;
	font-size: 80%;
}
#order table {
	width: 100%;
	margin-top: 1em;
}
#order table input {
	width: auto;
}
table.border {
	/*border-collapse: collapse;*/
	border-spacing: 0px;
	border: solid 1px #8B0304;
}
table.border td {
	border: solid 1px #8B0304;
	padding: 3px 5px;
}
table.border th {
	border: solid 1px #8B0304;
	padding: 3px 5px;
	text-align: center;
}
#order td a {
	color: #8B0304;
	text-decoration: none;
}
#order td {
	font-size: 80%;
}
#order input[type="submit"] {
	text-transform: uppercase;
	background: transparent;
}
#maincont.offer td:first-child {
	padding-right: 1em;
}
td.num {
	text-align: right;
}
#polls ul {
	list-style-type: none;
	padding: 1em 0;
}
.block .hdr {
	position: relative;
	top: -5px;
	font-weight: bold;
	font-size: 130%;
	text-align: center;
	font-family: Tahoma;
}
.block {
	background: url(../images/blkup.gif) no-repeat;
	padding: 25px 0 3px 0;
	width: 190px;
}
.block .downcorner {
	padding-bottom: 25px;
	background: url(../images/blkdown.gif) left bottom no-repeat;
}
.block .blkbk2 {
	background: url(../images/blkbk2.gif) repeat-y;
}
.block .blkbk1 {
	background: url(../images/blkbk1.jpg) no-repeat;
	min-height: 7px;
}
.block .blkcont {
	padding: 0 16px;
	font-size: 80%;
}
#banners {
	text-align: center;
	width: 190px;
	padding-bottom: 2px;
}
#space {
	padding-bottom: 40px;
}
#footer {
	margin-top: -40px;
	padding-top: 4px;
	height: 36px;
	text-align: center;
	clear: both;
}
h2.shop {
	font-weight: bold;
	font-size: 80%;
}
h2.shop span span {
	text-align: left;
	padding-left: 1em;
	padding-top: 12px;
	height: 25px;
}
h2.shop a {
	color: #8B0304;
	text-decoration: none;
}
h1.shop {
	position: static;
	width: auto;
	background: url(../images/titlel.gif) no-repeat;
        font-weight: bold;
        font-size: 80%;
	height: 37px;
	padding: 0 0 0 15px;
}
h1.shop span {
        background: url(../images/titler.gif) right top no-repeat;
        padding-right: 15px;
        height: 37px;
        display: block;
}
h1.shop span span {
	background: url(../images/titlebk.gif) repeat-x;
        text-align: left;
        padding-left: 1em;
        padding-top: 12px;
        height: 25px;
}
h1.shop a {
	position: static;
        color: #8B0304;
        text-decoration: none;
}


.news {
	padding-bottom: 2em;
}
.news .title {
	text-align: left;
}
.article ul {
	margin-left: 3em;
}
h2.leaders {
	padding-top: 0;
	margin: 0.5em -11px 0 -15px;
}
.clear {
	clear: both;
}
.nobr {
	white-space: nowrap;
}
#search {
	text-align: center;
	line-height:	normal;
	margin:	0;
	border-spacing:	0;
	height:	auto;
	outline-width:	0;
	padding:	auto;
	windows:	0;
}
#search input[type="text"] {
	width: 120px;
}
#searchform {
	text-align: center;
	padding: 1em 0;
}
#searchform input[type="text"] {
	width: 35em;
}
#unmapped ul {
	list-style-type: none;
}
#unmapped caption, #mapped caption {
	font-weight: bold;
	font-size: 120%;
}
#mapped {
	margin-top: 1em;
}
#unmapped td, #mapped td {
	vertical-align: top;
	text-align: left;
}
#mapped td.unmap {
	vertical-align: middle;
	text-align: center;
}
#mapped td.unmap a {
	text-decoration: none;
	color: red;
	font-weight: bold
}
form.wide input[type="text"], form.wide select, form.wide textarea {
	width: 535px;
}
p.error {
	color: red;
}

