#product-menu {
	width: 980px;
	position: relative;
	overflow: hidden;
	margin: 0 auto !important;
	padding: 12px 0;
	list-style-type: none !important;
}

#product-menu li {
	position: relative;
	float: left;
	margin: 0 15px 0 0 !important;
}

#product-menu li a {
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

/* Контент */

#content {
	position: relative;
}

#content h3 {
	color: #e2004a;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 36px;
}

#price {
	min-height: 38px;
	position: relative;
	display: block;
	margin: 20px 0 0 0;
	padding: 0 0 0 60px;
	background: url('../images/pdf.png') no-repeat center left;
}
#price a {
	display: block;
	margin: 0 0 15px 0;
	color: #04669f;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 38px;
	font-weight: 600;
}

.text {
	width: 80%;
	position: relative;
	margin: 50px auto;
}

.text p {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 20px 0;
}

.answer h1 img {
	margin: 0 30px 0 0;
	vertical-align: top;
}

.answer  ul {
	width: 80%;
	position: relative;
	margin: 40px auto;
	list-style-type: 0;
}

.answer  ul li {
	margin: 0 0 40px 0;
	text-transform: uppercase;
}

.answer  ul li span {
	display: block;
	margin: 0 0 20px 0;
	font-size: 18px;
}

.answer  ul li p {
	padding: 0 0 0 30px;
	margin: 0 0 0 -30px;
	font-size: 14px;
	background: url('../images/ch.jpg') no-repeat 0 10px;
}

.text-price {
	position: relative;
	overflow: hidden;
}

.text-price img {
	width: 220px;
	height: auto;
	float: left;
}

.text-price div {
	width: 720px;
	float: right;
	margin: 30px 0 0 0;
}

.text-price table {
	width: 100%;
	margin: 0 0 20px 0;
}

.text-price table td {
	padding: 10px 20px 10px 0;
	font-size: 13px;
	border-bottom: 1px dotted #bbb;
}
.text-price table td font {
	color: #2779B2;
	font-weight: bold;
}
.gallery {
	position: relative;
	overflow: hidden;
	margin: 20px -5px !important;
	list-style-type: none !important;
}

.gallery li {
	width: 320px;
	position: relative;
	float: left;
	margin: 0 5px 10px 5px !important;
}

.gallery li img {
	width: 100%;
	height: auto;
	display: block;
	border: 1px solid #eee;
}
.big-gallery li {
	width: 400px;
}
.pdf-link {
	display: block;
    min-height: 25px;
    padding: 0 0 0 30px;
    color: #222;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    background: url(../images/more-icon-hover.png) 0 0 no-repeat;
}