a {	
	color: #C5141C;
	text-decoration: none;
}
a:hover {
	color: #C5141C;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma;
	font-weight: normal;
	color: #730500;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}
h1 {
	font-size: 30px;	
	font-weight: bold;
	font-style: italic;
	padding-top: 20px;
}
h2 {
	font-size: 38px;
	font-weight: bold;
	font-style: italic;
}
h3 {
	font-size: 16px;
	color: #990000;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	font-weight: bold;	
}
h5 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 10px;
}

#page_title {
	margin-bottom: 5px;
}

p {
	text-align: left;	
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	line-height: 1.3;
}

ul.nopic {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

/**/
.clear{
	clear:both;
}

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.red {
	color: #C5141C;
	font-weight: bold;
}
/**/
.phone {
	text-align: right;
	padding: 16px 10px 0 0;
}
/**/
.img-title {
	
}
.right-column .img-title {
	margin-bottom: 10px;
}
/**/
.order-button {
	text-align: center;
	padding-bottom: 15px;
	cursor: pointer;
}

/**/
.company-list {
	overflow: hidden;
	margin: 20px auto;
	width: 220px;
}
.company-list .item {
	text-align: center;
	float: left;
	height: 130px;
	width: 110px;
}
.company-list .selected img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60); /* IE 5.5+*/
	-moz-opacity: 0.6; /* Mozilla 1.6 и ниже */
	-khtml-opacity: 0.6; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.6; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
	background-color: #FFE8BF;
}
.company-list a {
	color: #111B30;
	display: block-inline;
	padding: 5px 0;
	text-decoration: underline;
}
/* CART */
.basket-short {
	margin-left: 14px;
	margin-bottom: 20px;
	width: 240px;
}
.basket-short .item {
	width: 240px;
	float: left;
	padding: 5px 0;
}
.basket-short .item .product {
	float: left;
	width: 130px;
	margin-right: 10px;
}
.basket-short .item .quan {
	float: left;
	width: 100px;
}

.basket-short .sum {
	border-top: 1px solid #DE7A76;
}
.basket-short .sum .product {
	text-align: right;
	font-weight: bold;
}
.basket-short .sum .quan {
	font-weight: bold;
	color: #C5141C;
}

.basket-short a {
	font-weight: bold;
	color: #C5141C;
	text-decoration: none;
}
.basket-short .button {
	width: 240px;
	float: left;
	margin: 5px 0;
}
.basket-short .button a {
	display: block;
	font-weight: normal;
	color: #fff;
	background: url(images/button.png) no-repeat center;
	padding: 4px 0;
	width: 118px;
	float: right;
	text-align: center;
	cursor: pointer;
}

/* BEGIN News list */
.news-list {
	overflow: hidden;
}
.news-list .news-item {
	padding: 15px 0;
	border-bottom: 1px solid #F6F6F6;
}
.news-item .date {
	display: inline-block;
	_display: inline;
	color: #000;
	background-color: #FFE8BF;
	padding: 4px 6px;
}	
.news-item .anons {
	padding: 10px 0 0 0;
}
/* END News list */

/* begin CONTENT BLOCK */
.content-block {
	width: 540px;
	_width: 538px;
	margin-left: 80px;
	position: relative;
}
.cb-top {
	height: 24px;
	background: url(images/cb-top.png) repeat-x bottom;
}
.cb-top .cb-top-right {
	height: 24px;
	width: 24px;
	float: right;
	background: #fff url(images/cb-top-right.png) no-repeat bottom;
}
.cb-top .cb-top-left {
	height: 24px;
	width: 24px;
	background: #fff url(images/cb-top-left.png) no-repeat bottom;
}

.cb-bottom {
	height: 24px;
	background: url(images/cb-bottom.png) repeat-x top;
	margin-right: 24px;
}
.cb-bottom .cb-bottom-right {
	height: 24px;
	width: 24px;
	background: /*#FFDFD6*/ url(images/cb-bottom-right.png) no-repeat top;
	position: absolute;
	bottom: 0;
	right: 0;
}
.cb-bottom .cb-bottom-left {
	height: 24px;
	width: 24px;
	background: #fff url(images/cb-bottom-left.png) no-repeat top;
}

.cb-body {
	background: url(images/cb-right.png) repeat-y right;
	padding-right: 24px;
	_background: url(images/cb-right.gif) repeat-y right;
}
.cb-body2 {
	background: #fff url(images/cb-left.png) repeat-y left;
	_background: url(images/cb-left.gif) repeat-y left;
	padding-left: 30px;
	padding-right: 10px;
	_zoom: 1;
	overflow: hidden;
	min-height: 700px;
}
/* end */

/* BEGIN page-navigation */
.page-navigation {
	margin-bottom: 20px;
}
.page-navigation .page-navi {
	padding: 0 0 10px 0;
}
.page-navi a {
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
	display: block;
	float: left;
	margin: 3px 15px 0 0;
}
.page-navi a.number {
	font-weight: bold;
	text-decoration: none;
}
.page-navi .selected {
	display: block;
	float: left;
	background: url(images/page-selected.gif) no-repeat center;
	height: 23px;
	width: 22px;
	text-align: center;
	color: #fff;
	margin: 0 15px 0 0;
	padding: 3px 0 0 0;
}
/* END page-navigation */ 

/* BEGIN Data Table */
.data-table {
	width: auto;
	margin: 20px 0;
}
.data-table th {
	border-right: 1px solid #fff;
	background-color: #FFE8BF;
	font-weight: bold;
	text-align: left;
	padding: 5px 8px;
}
.data-table td {
	border-bottom: 1px solid #F6F6F6;
	border-right: none;
	vertical-align: top;
	padding: 10px 8px;
}
.data-table th.last-item,
.data-table td.last-item {
	border-right: 0px solid #F6F6F6;
	border-bottom: 0px solid #F6F6F6;
}
.data-table .answer {
	color: #C5141C;
}
.data-table .red {
	font-weight: bold;
	color: #C5141C;
}
/* END Data Table */

/* FORM */
.form {
	margin: 0 auto;
	width: 90%;
}
.form fieldset {
	padding-bottom: 10px;
}
.form .starrequired {
	color: #C5141C;
}
.form label {
	/*display: inline-block;*/
	display: block;
	float: left;
	text-align: right;
	font-size: 12px;
	color: #000000;
	width: 40%;
	padding: 0 5px 0 0;
}
.form label b {
	font-weight: bold;
	color: #C5141C;
}
.form input,
.form textarea,
.form select {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #C5141C;
}
.form input.text {
	width: 50%;
	padding: 1px;
	margin: 3px 0;
}
.form textarea {
	width: 50%;
}
.form select {
	width: 216px;
}
.form .mini {
	width: 60px;
}
.form .mini-text {
	width: 95px;
}

.form input.mini {
	width: 56px;
}
.form input.mini-text {
	width: 151px;
}
.form input.checkbox {
	width: auto;
	border: none;
}
.form .check label {
	display: inline;
	font-size: 12px;
	padding-left: 3px;
	_padding-left: 0;
	text-transform: none;
}

.form .button {
	height: 23px;
	border: none;
	line-height: 1;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	cursor: pointer;
	
	background: url(images/button.png) no-repeat center;
	width: 118px;	
}
.form .button-big {
	height: 23px;
	border: none;
	line-height: 1;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	cursor: pointer;

	background: url(images/button-big.gif) no-repeat center;
	width: 156px;
}


