﻿@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 0px;
}
.body #container { 
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 0px;
	text-align: left;
	width: auto;
	border: none;
} 
.body #header {
	background-color:#dddddd;
	padding: 0 10px;
	background-position: left;
	border-bottom: 1px solid;
	border-bottom-color:#000000;
	height:auto;
	} 
	
.body #header h1 {
	margin: 0px;
	padding-top: 0px;
	padding-left: 15px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.body #header h2 {
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 15px;
	font-size: 15px;
	margin-bottom: 5px;
}

/* Левое меню */
.body #sidebar1 {
	display: none;
}



.body #new_articles h3, .body #new_articles p {
	margin-top: 24px;
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	margin-bottom: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 12px;
	height: 100%;
	color:#333333;
}

.body #new_articles a, .body #new_articles a:visited, .body #new_articles a:active {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555555;
}


/* Контент */
.body #mainContent {
	margin-left: 10px;
	margin-bottom: 4em;
} 

.body #mainContent h1 {
	padding-bottom: 2px;
	margin-bottom: 2px;
} 

.body #mainContent h2 {
	padding-bottom: 2px;
	margin-bottom: 2px;
} 

.body #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 4px;
	padding-top: 4px;
} 


.body #mainContent ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 14px;
} 

.body #mainContent .author {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 14px;
} 
.body #mainContent .price {
	border: 1px solid #8a8a8a;
	text-align: left;
	width: 88%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.body #mainContent .price_t {
	background-color: #dedede;
}

.body #mainContent .details {
	margin: 0px 10px 24px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.body #mainContent .details h1 {
	margin: 0;
	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
}

.body #mainContent .details p {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Нижняя часть */
.body #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top: 1px solid;
	border-top-color:#000000;
	background:#dddddd;
	color:#000000;
	height:auto;
} 
.body #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 14px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

address {
margin-top: 0px;
padding-top: 0px;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
padding-bottom: 10px;
}
