#content{
	overflow: hidden;
	height: 1%;
	padding: 0 25px;
}

	#content .ads{
	margin-bottom: 30px;
	background: #600000 url(../../content/images/ads-bg.png) repeat-x left top;
}

		#content .ads a{
	display: block;
	height: 66px;
	background: url(../../content/images/ads-rbg.png) no-repeat 100% top;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding: 10px 0 0 20px;
}

			#content .ads a big{
	font-size: 24px;
	font-weight: bold;
	display: block;
}

	#content h1{
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: normal;
	clear: both;
}

	#content h2{
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #C40000;
	clear: both;
}

#content .price{
	font-size: 22px;
	margin-bottom: 40px;
	color: #C40000;
}

#content .price .oldprice{
	font-size: 18px;
	margin-bottom: 20px;
	color: #252c43;
	display: block;
	text-decoration: line-through;
}

	#content h3{
	font-size: 18px;
	margin-bottom: 20px;
	clear: both;
	font-weight: normal;
}

	#content h4{
	font-size: 14px;
	margin-bottom: 20px;
}

		#content h4 a{
	font-weight: normal;
}

	#content p{
	margin-bottom: 15px;
}

	#content ul{
	margin-bottom: 15px;
	padding: 0 0 0 15px;
	list-style-type: square;
}

	#content table{
	width: 100%;
	margin-bottom: 20px;
}

		#content table th{
	background: #252C43;
	color: #fff;
	padding: 10px;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}

		#content table td{
	background: #D9D9D9;
	padding: 5px 10px;
}

		#content table .alt td{
	background: #BABABA;
}

		#content table .price{
	color: #CE1D1D;
}

		#content table .photo img{
	border: 4px solid #343434;
}

	#content .obj-photo{
	border: 10px solid #343434;
}

	#content .catalog{
	overflow: hidden;
	height: 1%;
}

		#content .catalog div{
	width: 130px;
	padding: 0 20px 0 0;
	display: inline-block;
	vertical-align: top;
}

		#content .catalog img{
	border: 5px solid #343434;
}

	#content .breadcrumbs{
	list-style-type: none;
	font-size: 10px;
	padding: 0;
}

		#content .breadcrumbs li{
	display: inline;
}

	#content .catalog-nav{
	margin-bottom: 40px;
	list-style-type: none;
	overflow: hidden;
	height: 1%;
	padding: 0;
}

		#content .catalog-nav li{
	float: left;
	width: 150px;
	background: url(../images/marker.gif) no-repeat left 6px;
	padding: 0 0 0 10px;
}

			#content .catalog-nav li a{
	color: #000;
	text-decoration: none;
}

			#content .catalog-nav li a:hover{
	text-decoration: underline;
}

#content .indextable td {
	background-color: white;
	text-align: center;
}

#content .indextable td h2 a{
	font-size: 20px;
}


