﻿/*
// 2006-01-12
// Copyright (c) Artburo | http://www.artburo.ru/
// Author - Stepan Galkin
*/

@import url('layout.css');
@import url('lists.css');
@import url('forms.css');
@import url('ui.css');

body {
	margin: 0px 0px 30px 0px;
	padding: 0px;
	background-color: White;
	min-width: 976px;
}
body, td, th {
	font: 14px Arial, Helvetica, sans-serif;
	color: Black;
}
body#preview {
	margin: 0px;
	background-color: White;
}


/* common html elements */
h1 {
	font: normal 27px Helvetica, Arial, sans-serif;
	color: #4A4A4A;
	margin: 0px 0px 14px 44px;
}
h2 {
	font: normal 22px Helvetica, Arial, sans-serif;
	color: #4A4A4A;
	margin: 0px 0px 14px 44px;
}
h3 {
	font: normal 18px Arial, Helvetica, sans-serif;
	color: #5991FF;
	margin: 0px 0px 12px -1px;
}
h4 {
	font: normal 16px Arial, Helvetica, sans-serif;
	color: #4A4A4A;
	margin: 0px 0px 6px -1px;
}
h5 {
	font: normal 16px Arial, Helvetica, sans-serif;
	color: #5991FF;
	margin: 0px;
	margin-bottom: 6px;
}
ul.nopad, ol.nopad {
	margin-top: 12px;
	margin-left: 15px;
	padding-left: 0px;
}
ul, ol {
	margin-bottom: 16px;
}
ul li, ol li {
	margin-bottom: 1em;
}
small {
	font-size: 11px;
}
img {
	border: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
	border: none;
}


/* links */
a {
	color: #003294;
	text-decoration: none;
}
a:hover {
	color: #5991FF;
}


/* text styles */
.faded {
	color: #999999 !important;
}
.bold {
	font-weight: bold;
}
.red {
	color: Red;
}
.act_date {
	color: #CC0000;
}
.selected {
    color: #5991FF;
}
.medium {
	font-size: 12px;
	line-height: 16px;
}
.small {
	font-size: 11px;
}


/* paragraphs */
p {
	line-height: 120%;
	margin: 0px 0px 16px 0px;
	clear: both;
}
p.note {
	font-size: 11px;
	color: #868686;
}
p.normal, div.normal {
	width: 80%;
}
p.offset, div.offset {
	width: 80%;
	padding-left: 45px;
}


/* order status */
span.payment {
	color: Red !important;
}
span.processing {
	color: #5991FF !important;
}
span.shipping {
	color: #339900 !important;
}
span.done {
	color: Black !important;
	font-weight: bold !important;
}
span.cancelled {
	color: #B0B0B0;
}


/* lines */
div.line {
	width: 100%;
	background-color: #D0D0D0;
	margin: 12px 0px 10px;
	height: 1px;
	clear: both;
}
div.line.dotted {
	background: url(../ii/dot.gif) transparent repeat-x 1px 0px;
}

.novost {
	font-size: 22px;
	color: #404040;
}
.anov {
	font-size: 13px;
	color: #002B80;
	text-decoration: underline;
}
.anov:hover {
	font-size: 13px;
	color: #002B80;
	text-decoration: none;
}
.data {
	font-size: 10px;
	color: #979797;
}
.text1 {
	font-size: 11px;
	color: #000;
}
