/*
// 2006-01-12
// Copyright (c) Artburo | http://www.artburo.ru/
// Author - Stepan Galkin
*/

@import url('layout.css');
@import url('forms.css');

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFEBEF;
}
body, td, th {
	font: 12px Arial, Helvetica, sans-serif;
	color: #A1787F;
}
body#preview {
	margin: 0px;
	background-color: White;
}
body#window {
	margin: 30px;
	background-color: White;
}
body.print {
	margin: 20px 40px;
}


/* common html elements */
h1 {
	font: normal 22px Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin: 0px 0px 12px -1px;
}
h1 a, h1 a:hover {
	color: #A1787F;
	text-decoration: none;
}
h1.order {
	margin-bottom: 8px !important;
}
h2 {
	font: normal 22px Helvetica, Arial, sans-serif;
	color: #FF002E;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin: 0px 0px 4px -1px;
}
h2.normal {
	font: normal 22px/22px Helvetica, Arial, sans-serif;
	color: #A1787F;
	text-transform: none;
	letter-spacing: 0px;
	margin: 0px 0px 4px -1px;
}
h3 {
	font: normal 22px Helvetica, Arial, sans-serif;
	color: #FF002E;
	margin: 0px 0px 4px -1px;
}
h4 {
	font: normal 18px Helvetica, Arial, sans-serif;
	margin: 0px 0px 4px 0px;
	clear: both;
}
h5 {
	font: bold 12px Arial, Helvetica, sans-serif;
	margin-top: 12px;
	margin-bottom: 4px;
}
h6 {
	font: normal 14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FF002E;
	margin: 0px 0px 8px 0px;
}
ul, ol {
	margin-top: 12px;
	margin-left: 15px;
	padding-left: 0px;
}
ul li, ol li {
	margin-bottom: 6px;
}
small {
	font-size: 11px;
}
img {
	border: none;
}
img.border {
	border: solid 1px #DCDCDC;
}
img.submit {
	float: right;
	margin-top: 12px;
}
img.cancel {
	float: left;
	margin-top: 12px;
}


/* links */
a {
	color: #FF002E;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.text {
	color: #A1787F;
}
.m_links div {
	margin-bottom: 2px;
}
.m_links div span {
	font-size: 10px;
	padding-left: 4px;
}
div.creatorLink {
	margin-top: 8px;
}
div.creatorLink a, .creatorLink a:visited {
	color: #DEA5AF;
	cursor: text;
}
div.creatorLink a:hover {
	text-decoration: none;
}
div.creatorLink span {
	text-decoration: underline;
	cursor: pointer;
}


/* text styles */
.faded {
	color: #DEA5AF !important;
}
.bold {
	font-weight: bold;
}
.red {
	color: #FF002E;
}
.black {
	color: #000000;
}
.small {
	font-size: 11px;
}


/* paragraphs */
p {
	margin: 0px 0px 14px 0px;
	clear: both;
}
p.note {
	font-size: 11px;
	color: #868686;
}
p.price {
	font-size: 11px;
}
p.price span {
	font: bold 15px Helvetica, Arial, sans-serif;
	color: #FF002E;
}
p.news_date {
	color: #FF002E;
	font-size: 11px;
	margin-bottom: 26px;
}
p.narrow, div.narrow {
	width: 340px;
}


/* order status */
span.payment {
	color: #FF002E !important;
}
span.processing {
	color: #336699 !important;
}
span.shipping {
	color: #339900 !important;
}
span.done {
	color: #A1787F !important;
	font-weight: bold !important;
}
span.cancelled {
	color: #DEA5AF;
}


/* lines */
div.line {
	width: 100%;
	background-color: #DCDCDC;
	height: 1px;
	margin: 8px 0px;
	clear: both;
}
div.line.dotted {
	background: url(../images/dot.gif) transparent repeat-x 1px 0px;
}

