/**
 * @author Alexandra <sk.aleksandra@gmail.com>
 * +++++++++++++
 *
 * @since 24.02.2009
 *
 * - в названиях классов и id используем '-' в качестве разделителя
 */

* {
	margin: 0;
	padding: 0;
}

body {
	font: 16px Arial, Tahoma, sans-serif;
	background: #666;
	padding: 40px;
}

a {
	color: #3b5670;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}
h2 {
	font: normal 1.5em Arial, sans-serif;
	margin-bottom: 20px;
	margin-top: 20px;
}
h3 {
	font: bold 1em Arial, sans-serif;
	margin-bottom: 15px;
	margin-top: 15px;
}
.clear {
	float: none;
	clear: both;
}
.movie {
	padding-top: 5px;
	padding-bottom: 15px;
}
.moved {
	background: #ffffcc url('/media/images/bgs/moved.png') no-repeat 15px 15px;
	padding: 15px 15px 17px 91px;
	color: #336699;
	margin-bottom: 30px;
}
.moved a {
	color: #336699;
}
/**
*   Layout Styles
*/
#wrap {
	background: #fff;
	border: 1px solid #fff;
	min-width: 900px;
}
#header {
	background: #e4e8eb url('/media/images/bgs/header.jpg') no-repeat right top;
	height: 135px;
	padding: 15px 40px;
}
#header div.contacts {
	color: #336699;
	font: bold 0.8em Arial, sans-serif;
	padding-top: 3px;
}
#separator {
	background: #336699;
	height: 10px;
	border-top: 1px solid #fff;
}
#content {
	background: #fff;
	padding: 40px 40px 40px 40px;
}
/**
*   Content
*/
/**
*   Left Column
*/
#left_column {
	float: left;
	width: 312px;
	padding: 0 40px 0 0;
}
/**
*   Right Column
*/
#right_column {
	margin-left: 352px;
}
/**
*   Feedback Block Styles
*/
#feedback {
	background: #d3e0ed;
	padding: 15px;
	font: normal 0.8em Arial, sans-serif;
	color: #3b5670;
	position: relative;
}
#feedback p.paragraph {
	padding-top: 10px;
}
#feedback p.phone {
	font: normal 1.6em Arial, sans-serif;
	padding-top: 5px;
}
#feedback div.free_mark  {
	position: absolute;
	width: 124px;
	height: 124px;
	background: url('/media/images/free-mark.png') no-repeat;
	left: 187px;
	top: 130px;
	z-index: 5;
}
#feedback div.free_mark_imitation {
	background: #d3e0ed;
	width: 115px;
	height: 40px;
	float: right;
}

/**
*   Form Styles
*/
#feedback .form {
	text-align: center;
}
.form .wide {
	width: 100%;
}
.form textarea,
.form input {
	margin-top: 4px;
}
.form label.field {
	padding-top: 7px;
	display: block;
	text-align: left;
}
.form .button {
	padding: 3px 40px;
	font-size: 1.4em;
	color: #3b5670;
	background: #dceafa;
	margin-top: 20px;
}
/**
*   Right Column Content
*/
#right_column div.title {
	padding-bottom: 15px;
	font-weight: bold;
}
img.bordered {
	padding: 1px;
	border: 5px solid #e5e5e5;
	margin: 5px 0 20px 0;
}
.imagenew {
	position: relative;
	display: inline-block;
}
.imagenew .mark {
	display: block;
	width: 124px;
	height: 124px;
	background: transparent url('/media/images/new-mark.gif') no-repeat left top;
	position: absolute;
	right: -2px;
	top: 5px;
}
#right_column div.paragraph {
	padding-bottom: 15px;
}
#right_column span.paragraph_title {
	font-weight: bold;
}
/* Класс оставляем на случай изменений */
#right_column span.paragraph_title span.brackets {
	/*font-weight: normal;*/
}
#right_column div.bordered {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 15px;
}
#right_column div.comment {
	padding-top: 5px;
}
.new_section {
	margin-top: 20px;
}
ul.arrowed {
	list-style-type: none;
	padding: 0 0 15px 5px;

}
ul.arrowed li {
	background: url('/media/images/bgs/list-arrow.png') no-repeat left 0.45em;
	margin-top: 5px;
	padding: 0 0 0 20px;
}

ul.checked {
	list-style-type: none;
	padding-left: 15px;
	padding-bottom: 3px;
}
ul.checked li {
	background: url('/media/images/bgs/list-check.gif') no-repeat left;
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 0 0 0 20px;
}


ol {
	margin-left: 30px;
	padding-bottom: 15px;
}
ol li {
	margin-top: 5px;
}
/**
*   Footer
*/
#footer {
	background: #fff;
	border-top: 2px solid #ccc;
	margin: 0 40px 0 40px;
	padding: 30px 0;
	font: normal 0.8em Arial, sans-serif;
}
#footer div.copyright {
	float: left;
	width: 40%;
}
#footer div.author {
	float: right;
	width: 300px;
	padding-left: 25px;
	text-align: left;
	background: url('/media/images/bgs/small-icon.png') no-repeat left 1px;
}
#footer div.author a {
	color: #000;
}
/**
 *  Message form
 */
#sent_message {
	display: none;
}

table.price td{
	background:#E5E5E5;
	padding: 8px;
	border-bottom: 15px white solid;
}


table.sale {
	margin-bottom: 30px;
	border: 0;
	width: 100%;
}
table.sale td {
	background: #d3e0ed;
	padding: 10px;
	vertical-align: middle;
	text-align: left;
}
table.sale td.image {
	padding-right: 0px;
	width: 42px;
}
table.sale td img {
	vertical-align: middle;
}
table.sale td p {
	margin-bottom: 10px;
}
table.sale td p a {
	text-decoration: none;
	border-bottom: 1px dotted #3b5670;
}
table.sale td p a:hover {
	text-decoration: none;
	border-bottom: none;
}
