/* CSS Document */
html, body {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
	font-family: Verdana, sans-serif;
	background-color: #CCCCCC;
	background: url(images/bg.png);
}

html {
    height: 100%;
    overflow: auto; /* Иначе у IE6 начинаются проблемки с вертикальной полосой прокрутки */
}

* html body {
    height: 100%; /* IE 6 */
	position: relative; /* Так как #footer мы планируем позиционировать относительно body */
}

html > body { /* Все остальные */
    min-height: 100%;
    height: auto;
	position: relative; /* Так как #footer мы планируем позиционировать относительно body */
}


a:link, a:visited {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #FF9900;
}

/*Header*/
.h_fon {
	background-image: url(images/head_bordur.gif);
	background-repeat: repeat-x;
	width: 100%;
	background-color: #FFFFFF;
		height: 172px;
}
.header {
	background-image: url(images/12.jpg);
	background-repeat: no-repeat;
	height: 172px;
	width: 1255px;
}
.h_bordur{
	background-image: url(images/head_bordur.gif);
	background-repeat: repeat-x;
	height: 10px;
		width: 100%;
}
.logo {
	height: 147px;
	width:460px;
	float: left;
}
.shm_title{
	margin-top: 10px;
	margin-left: 40px;
}
.shm_title h2{
	font-size: 16px;
	color: #FFFFFF;
		margin-bottom:0px;
}
.shm_title_new{
margin-top: 0px;
	margin-left: 0px;
}
.shm_title_new h2{
	font-size: 20px;
	color: #000000;
}

.shm_dsc{

	margin-bottom:5px;
}
.shm_dsc p{
	font-size: 9pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	width: 200px;	color: #FFFFFF;
}
.shm_dsc a:link,.shm_dsc a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.shm_dsc a:hover {
	color: #FF9900;
}
/*Main*/
.main{
	width: 1255px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*Menu*/

.rama{
	width: 222px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
}
.rama_0{
	background-image: url(images/rama_00.png);
	height: 13px;
	width: 222px;
		background-repeat: no-repeat;
}
.rama_1{
	background-image: url(images/rama_01.png);
	text-align: center;
	height: 31px;
	width: 222px;
	background-repeat: no-repeat;
}
.rama_1f{
	background-image: url(images/rama_01form.png);
	text-align: center;
	height: 50px;
	width: 222px;
	background-repeat: no-repeat;
}
.rama_1 h2, .rama_1f h2{
	padding-top: 5px;
	font-size: 13pt;
	font-weight: normal;
	margin: 0px;
}
.rama_20{
	width: 222px;
	background-image: url(images/rama_02.jpg);
	background-repeat:  repeat-y;
}
.rama_2{
	width: 222px;
	background-image: url(images/rama_02.jpg);
	background-repeat:  repeat-y;
}
.rama_2 form {
	width: 200px;
	padding-top:5px;
	padding-left:10px;
}
.rama_2 p, .rama_20 p {
	font-size: 14px;
	font-family: Verdana, sans-serif;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/list_marker.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
 	background-position: left center;
}

.slide {
	padding-left: 10px;
}

.slide img{
	border: 1px solid #999999;
}
.slide a img:hover {
		border: 1px solid #FF9900;
}
/*.rama_2 p a, .rama_20 p a {
	padding-left: 5px;
}*/
.rama_3{
	background-image: url(images/rama_03.png);
	height: 13px;
	width: 222px;
		background-repeat: no-repeat;
}

/*Content*/

.content{
	font-size: 10pt;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	min-height: 550px;
	width: 739px;
}
.content h1{
	font-size: 14pt;
	padding-bottom: 10px;
	border-bottom: 3px double #CCCCCC;
	margin-left: 20px;
	width: auto;
	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.content h2{
	font-size: 12pt;
}
.content p{
	text-align: justify;
	text-indent: 20px;
}
.content li{
	text-align: justify;
}
.content img{
	border-width:3px;
	border-style: double;
	border-color: #CCCCCC;
	margin: 10px;
}
.content strong em{
	font-style: normal;
	font-weight: normal;
}
.content_razdel{

}
a.next {
	color: #990000;
	padding-right:60px;
	background-image: url(images/next.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
a.next:hover {
	color: #FF9900;
	background-image: url(images/next_hover.gif);
}

 table.cont {
	width: 725px;
	border-collapse:collapse;
	border:1px solid #FFCA5E;
}
table.cont caption {
	text-align: left;
	text-indent: 10px;
	height: 25px;
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
table.cont thead th, table.cont thead td {
	background: url(images/bg_th.gif) no-repeat right;
	height: 47px;
	color: #000000;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: left;
	border-right: 1px solid #FCF1D4;
	font-size: 10pt;
	font-weight: normal;
}
table.cont tbody tr {
background: url(images/bg_td1.gif) repeat-x top;
}
table.cont tbody tr.total {
	background-color: #FFF8E8;
	background-image: url(images/bg_td2.gif);
	background-repeat: repeat-x;
		font-size: 10pt;
		color: #000000;
}

table.cont tbody tr th,table.cont tbody tr td {
		font-size: 9pt;
/*	line-height: 1.1em;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	padding: 10px 7px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #FFCA5E;
	border-right-color: #CCCCCC;
}

/*Bottom*/
.b_bordur{
	background-image: url(images/bottom_bordur.gif);
	background-repeat: repeat-x;
	height: 10px;
		width: 100%;
	position: absolute;
	bottom: 90px;
}
.b_fon {
	background-image: url(images/asfalt_fon.jpg);
	background-repeat: repeat-x;
	height: 90px;
	width: 100%;
	position: absolute;
	bottom: 0px;
}
.bottom{
width: 1255px;

}
.bufer{
	height: 100px;
}
.old_price{ text-decoration:line-through;}
.new_price{
	font-size: 12pt;
	color: #FF0000;
	font-weight: bold;
}
