/* шапка страницы*/
div {
	border: 0px solid red;
}
#top{
    height: 160px;
    width: 1024px;
    background: url("images/head.jpg") left top no-repeat;
	z-index: 5;
	
}
#upper  {
	display: block;
	position: absolute;
	z-index: 10;
	margin-top: -50px;
	margin-left: 50px;
}
#wrap {
width: 1024px;
min-height:320px;
}

/* sidebar */
#sidebar {
    width: 244px;
	}

/* стили блока навигации (right) */	
#nav{
	 width: 230px;
	 padding-top: 15px;
	 margin: 5px;
}
/* блок в #sidebar or #nav*/
#sidebar .menu_block, #nav .menu_block {
	 background: url("images/menu_head1.jpg") left top no-repeat;
	 padding: 10px 0px 0px 0;
}
#sidebar ul {
	background: url("images/menu_body.jpg") left top repeat-y;
	padding: 0px 0px 15px 0px;
	list-style-type: none;
}
#nav ul {
	background: url("images/menu_head.jpg") left top repeat-y;
	padding: 0px 0px 15px 0px;
	list-style-type: none;
}
#sidebar li {
	padding: 3 0 0 12;
	
}

#sidebar li a{
	display: block;
	font-family: Arial, san-serif;
	font-size: 14px; 
	font-weight: normal;
	padding: 2 0 2 16;
	color: #02011a;
	margin-left: 20px;
	background: url("images/mark.gif") left top no-repeat;
}

#content {
	width: 550px;
	font-family: Verdana, Arial, san-serif;
	font-size: 11px; 
	font-weight: normal;
	color: #053e59;
	border: 0px solid red;
}

#footer {
	display: block;
	width: 1024px;
	height: 53px;
	background: url("images/footer.jpg") left top no-repeat;
	color: white;
	margin: 0px;
	border: 0px solid red;
	padding: 13px 0px 0px 35px;
}
#links {
	display: block;
	width: 1024px;
	height: 23px;
	background: url("images/links.jpg") left top no-repeat;
	color: white;
	margin: 0px;
	border: 0px solid red;
	padding: 6px 0px 0px 35px;
}
#footer a {
	color: white;
}

#links a {
	color: white;
	margin-left: 15px;
}
#footer a:hover, #links a:hover {
	text-decoration: underline;
	color: #ccccff;
}
/*------------ Содержимое страницы --------------- */
/* Заголовок страницы */
#content h3 {
	display: block;
	width: 100%;
	font-family: Times New Roman, serif;
	font-size: 18px; 
	font-weight: normal;
	color: #053e59;
	padding-left: 12px;
	padding-bottom: 12px;
	
}
.page_title {
	background: url("images/mark.gif") left top no-repeat;
	margin: 22px 0px 0px 5px;
	}

#top .page_title {
	margin: 5px 0px 0px 5px;
	}
#content .content {	
	margin: 0px;
	padding: 0px;
	border: 0px solid red;
}
#content .preview {
	background: url("images\preview.jpg") left top no_repeat;
	display: block;
	float: left;
	height: 168px;
	width: 158px;
	margin: 3px;
	padding: 16px 6px 6px 6px;	
}
#content .preview1{
	display: block;
	float: left;
	height: 125px;
	width: 168px;
	margin: 0px;
	padding: 4px;	
}
#content .kart {
	margin: 3px;
	padding: 16px 6px 6px 16px;
	display: block;
	float: left;
	height: 100%;
	width: 300px;
	border: 1px #ccc solid;
	
}
#content #galery {
	display: block;
	width: 200px;
	float: left;
	padding: 0px 0px 0px 0px;
	border: 0px red solid;
}
#content .price {
	color: red;
	margin: 15px 0px 0px 0px;

}
.legend, .value {
	display: block;
	width: 80px;
	float: left;
}
.legend {
	font-weight: bold;
}
a.foto{
	display: block;
	background-color: #fff;
    border: 1px solid #a9a9a9;
	text-align: center;
    padding: 3px;
	margin: 0px;
}
a.foto img {
	border: 0px;
}
#content .preview span {
	display: block;
}
#content .content table {
	border: solid 1px #a3a3a3;
	border-collapse:collapse;
	
}
#content .content td {
	padding: 3px;
}
#content .first_text {
	padding: 4 0 4 12;
	font-family: Verdana, sans-serif;
	font-size: 12px; 
	font-weight: bold;
	color: #053e59;
	background: #e2f1f5;

}
#content ul {
	padding: 0 0 5 35px;
	 list-style-image: url("images/mark.gif");
}

#content ul li {
	padding: 4 2 2 2;
}
/* стили для диапазона страниц */
.diapazon {
	margin: 5 0 0 20px; 
	padding-left: 4px;
	margin: 2px;
}
.diapazon a {
	padding: 6px;
	color: 8491a7;
	padding: 2px 4px;
}
.diapazon a.select{
	color: #fff;
	background-color: 8491a7;
}
#langbar{
	margin: 4px 0 0 12px;
	padding: 4px;
	height: 23px;
	border-bottom: 2px solid #8491a7;
}
#langbar a {
	padding: 6px;
	color: #8491a7;	
}
 #langbar a.select{
	color: #fff;
	background-color: #8491a7;
}