html, body {
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	color: #666;
	background-color: #fff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
}

#head {
	position: relative;
	margin: 10px 0 0 0;
}

#logobox {
	position: relative;
}

#logo {
	width: 80px;
	height: 56px;
	border: 0;
}

#logotext {
	position: absolute;
	top: 25px;
	left: 90px;
	color: #b5b5b5;
	background-color: inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


#menu {
	
}

a.menu, span.menu {
	display: -moz-inline-box;
	display: inline-block;
	background-color: inherit;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 5px 0 2px;
}
a.menu:link, a.menu:visited {color: #919191}
a.menu:hover, a.menu:active {color: #813408}
span.menu {color: #813408}

img.mouse {display: none}

#copy {
	position: absolute;
	top: 5px;
	right: 5px;
}

#copytext {
	display: none;
}
#copytext span{
	margin: 0 0 0 10px;
}
#counter {
	display: block;
}

#content {
	width: auto;
}

div.header {
	margin: 20px 0;
}

h1, h2, h3, h4, div.h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
h1, h4, div.h1, div.h2, h4 a, div.h1 a, div.h2 a {
	color: #813408;
}
h1 {
	font-size: small;
	font-weight: 900;
	margin: 10px 0 0 20px;
}
div.h1, div.h2, h4 {
	font-size: small;
}
div.h1, h4 {
	margin: 15px 0 0 0;
}
div.h1, h4 {
	font-weight: 600;
}
div.h2 {
	font-weight: 500;
}
h2, h3 {
	color: #000;
}
h2 {
	font-size: small;
	font-weight: 600;
	margin: 15px 0 15px 0;
}
h3 {
	font-size: small;
	margin: 0 0 0 20px;
	font-weight: 500;
}

#context {
	margin: 10px 10px 0 10px;
}

img.meh {
	width: 150px;
	height: 45px;
	margin: 10px 0 0 0;
	border: 0;
}

a.pro {
	display: block;
	font-size: 14px;
	margin: 0 0 5px 5px;
}
a.pro:link, a.folio:link, a.pro:visited, a.folio:visited {color: #666}
a.pro:hover, a.folio:hover, a.pro:active, a.folio:active {color: #813408}

div.foline, div.refline {
	padding-bottom: 20px;
}
div.refline {
	min-height: 75px;
	height: auto !important;
	height: 75px;
}

div.foline {
	padding: 20px 0 10px 0;
	border-top: 1px dotted #bbb;
}
div.foline img {
	width: 180px;
	height: auto;
	border: 0;
	cursor: pointer;
}
div.foline a {text-decoration: none}
div.foline p {margin-bottom: 5px}

div.fotext {
	
}

div.revtext {
	margin-left: 80px;
}

div.revtext p {
	margin: 10px 0;
	font-size: small;
}

div.refline img {
	position: absolute;
	left: 0;
	width: 75px;
	height: 75px;
	border: 1px solid #ccc;
	float: left;
}

p.close {
	cursor: pointer;
}

#newli {
	position: absolute;
	right: 100px;
	width: 700px;
	text-align: center;
	z-index: 3;
	visibility: hidden;
	background-color: #fff;
	border: 1px solid #bbb;
}

p.close {
	color: #00d;
	font-weight: 600;
	text-align: right;
	margin: 15px 15px 0 0;
}

p.newli{
	margin-bottom: 35px;
}

#newli img {
	margin: 15px 0 5px 0;
	cursor: pointer;
}

.pricetext {
	margin-right: 20px;
	margin-bottom: 25px;
}

.pricetext p {
	margin-top: 10px;
}

ul {
	margin-top: 7px;
	margin-bottom: 5px;
}

.black {color: #000;}

.last {margin-bottom: 25px}

/* Начало order */
#order {
	width: 260px;
}

div.orderline {
	position: relative;
	height: 30px;
}

div.commentline {
	position: relative;
	height: 80px;
}

label, select, textarea, input, textarea {
	position: absolute;
	top: 5px;
}
select, textarea, input, textarea {
	left: 110px;
	font-size: 12px;
}
label {left: 0}

div.commentline label {top: 25px}

textarea, input, textarea {
	width: 125px;
}

select {
	width: 130px;
}

textarea {
	height: 60px;
}

#but {
	text-align: right;
	margin: 5px 12px 0 0;
}

fieldset {padding: 5px}
legend {
	color: #333;
	font-size: 13px;
}

div.error {
	color: #a00;
	margin: 5px 0 0 20px;
}
a.error {
	color: #00f;
}

div.answer div {
	color: #070;
	margin: 5px 0 0 20px;
}
/* Конец order */
