﻿@import "reset.css";

/* All 
---------------------------------------*/
BODY {background:#8D1561 url('../img/bg.gif') 0 0 repeat-x;}
A {color:#000;}
A:hover {text-decoration:none;}
.none {display:none;}
.clear {clear:both;}

/* Container 
---------------------------------------*/
#container {
	background:#610047 url('../img/bg.container.gif') 0 0 repeat-y;
	color:#fff;
	font:12px verdana;
	position:relative;
	margin:0 auto;
	width:900px;
	}

/* Глобальные блоки
---------------------------------------*/
/* Header */
#header {
	background:#9C1D6D url('../img/bg.header.gif') 0 0 no-repeat;
	padding:36px 0 0;
	}
/* Content */
#content {
	background:url('../img/bg.content.jpg') 0 0 no-repeat;
	overflow:hidden;
	padding:49px 17px 65px;
	position:relative;
	}
.ochen-vazhnaya-shtyka {
	background:url('../img/bg.content.jpg') -253px -40px no-repeat;
	display:block;
	height:102px;
	width:10px;
	overflow:hidden;
	position:absolute;
	top:40px;
	left:253px;
	}
/* Main */
#main {
	float:right;
	width:100%;
	margin-left:-243px;
	}
	#main-inner {
		background:url('../img/dotted.gif') 0 0 repeat-y;
		padding:0 20px 0 38px;
		margin-left:242px;
		}

    #main-inner h1 {
		margin-bottom: 15px;
		}

	#main P {
		line-height:21px;
		padding:21px 0 0 5px;
		}
/* Sidebar */
#sidebar {
	background:url('../img/dotted.gif') right 0 repeat-y;
	float:left;
	padding-left:6px;
	width:237px;
	}
/* Footer */
#footer {
	background:#5E1242 url('../img/bg.footer.gif') 0 0 repeat-x;
	clear:both;
	color:#B80073;
	font:10px verdana;
	padding:32px 50px 25px 50px;
	}
	A {color:#96135A;}

/* Блоки контента
---------------------------------------*/
/* Навигация */
.navigation {
	font-size:11px;
	padding:21px 0 0;
	margin-bottom:56px;
	text-align:center;
	}
	.navigation UL {
		border-left:1px solid #B37099;
		display:inline;
		padding:7px 0;
		}
		.navigation UL LI {
			border-right:1px solid #B37099;
			display:inline;
			padding:7px 27px;
			}
			.navigation UL LI A {color:#fff;text-decoration:none;}
			.navigation UL LI A:hover {text-decoration:underline;}

/* Меню */
.menu {
	font-size:10px;
	padding:17px 0 0 3px;
	text-align:center;
	width:196px;
	}
	.menu UL {
		background:url('../img/menu.separator.gif') 0 0 no-repeat;
		padding:2px 0 0;
		}
		.menu UL LI {
			background:url('../img/menu.separator.gif') 0 bottom no-repeat;
			padding:1px 7px 0;
			}
			.menu UL LI A {
				color:#fff;
				cursor:pointer;
				display:block;
				padding:15px 0 13px;
				text-decoration:none;
				}
				.menu UL LI A SPAN {background:url('../img/menu.marker.gif') 0 bottom no-repeat;padding:0 0 0 10px;}
					.menu UL LI A SPAN SPAN {background:url('../img/menu.marker.gif') right bottom no-repeat;padding:0 10px 0 0;}
			.menu UL LI A:hover,
			.menu UL LI.active A {
				background:url('../img/menu.active.gif') 0 0 repeat-x;
				color:#FFFEFF;
				}

/* Блок с картинкой */
.img-block {
	background:#fff url('../img/bg.img.jpg') 0 0 no-repeat;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	height:286px;
	overflow:hidden;
	}

/* Заголовки */
#sidebar .title,
#main .title {
	background:url('../img/title.sidebar.gif') 0 0 no-repeat;
	color:#FFF;
	font:18px Arial Narrow;
	padding:19px 0 35px 62px;
	}
	#sidebar .title SPAN,
	#main .title SPAN {
		border-bottom:1px solid #A01E70;
		padding:0 9px 2px 0;
		}
#main .title {background:url('../img/title.main.gif') 0 0 no-repeat;padding-bottom:28px;}

table.price {
  border-top: 1px #460036 dotted;
  border-bottom: 1px #460036 dotted;
  border-collapse: collapse;
  width: 500px;
  margin-bottom: 30px;
}

table.price td {
  border-top: 1px #460036 dotted;
  border-bottom: 1px #460036 dotted;
  line-height: 1.5em;
}
