@import url('base.css');

body {
	background: #fff;
	font-size: 14px;
	font-family: Arial,Helvetica,Clean,sans-serif;
	margin: 0;
	padding: 0;
}


.quiet {
    font-size: 11px;
    color:  #444;
}

.wrapper {
	min-width: 980px;
	max-width: 1440px;
	margin: 0 auto;
}

#extra-wrap {
	border: 1px solid #6f1f06;
	border-top: none;
	border-bottom: none;
}

#header {
	background: url(/media/img/header.jpg) no-repeat top right;
	height: 145px;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: center;
	/*z-index: 9001;*/
}

#branding {
	float: left;
	margin-left:20px; 
	width: 190px;
}

#logo {
	margin-top: -5px;
}

#logo a {
	text-decoration: none;
}

#logo h3 {
	font-size: 11.5px;
	font-weight: normal;
	color: black;
	margin: -24px 0 12px;
	text-align: center;
}

#branding address {
	display: block;
	font-size: 13px;
	font-style: normal;
	line-height: 1;
	margin: 0 auto;
	text-align: left;
	width: 188px;
}

#branding .header-contacts-link {
	float: right;
	font-size: 11px;
}

#branding .header-contacts-link a {
	border-bottom: 1px dashed #620C0C;
	text-decoration: none;
}

.icons {
	background: white;
	-moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
    float: right;
    padding: 5px;
}

.icons img{
    margin-right: 5px;
}

#header .phones {
	float: left;
	margin-top: 30px;
	width: 220px; 
}

#phone {
	font-size: 23px;
	line-height: 22px;
}

#phone small {
	font-size: 18px;
	color: #5F0B0B;
}

.working-hours {
	float: left;
	font-size: 13.5px;
	margin-top: 28px; 
}

.working-hours h4 {
	margin: 0;
}

/*** Main menu ***/

#main-menu {
	background: url('/media/img/menu-bg.png') repeat-x;
	clear: both;
	height: 45px;
	line-height: 44px;
	text-align: center;
}

#main-menu ul{
    padding-left:0px;
}

#main-menu ul li:last-child {
	float: right;
	margin-right: 30px;
}

#main-menu ul, #main-menu li { display: inline; list-style: none; }

#main-menu .first_menu{
    padding-left: 0px !important;
}

#main-menu li {
	margin: 0;
	padding: 0 18px;
}

#main-menu a {
	color: white;
	font-size: 15px;
	text-decoration: none;
}

#main-menu a:hover { color: silver; }


/*** Carousel block ***/

.carousel {
	padding: 0 4px 10px;
	overflow: hidden;
	height: 211px;
	position: relative;
	z-index: 100;
}

.carousel h4 {
	color: red;
	text-align: center;
}

#special, #same {
	margin: 0;
	padding: 0;
	list-style: none;
}

#special li, #same li {
	float: left;
}

#special li a, #same li a {
	display: block;
	width: 120px;
}

#special li img, #same li img {
	margin: 0 auto;
	display: block;
	height: 120px;
}

.label {
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-family: Tahoma,Arial,Helvetica,Clean,sans-serif;
	margin: 1px 0 0 0;
}

.red { background: url(/media/img/red-label.png) no-repeat; }

.first-carousel-item {
	margin-left: 60px !important;
	margin-top: 2px !important;
}

.list-item-to-hide {
	visibility: hidden;
}


#center {
	overflow: hidden;
	background: #fff;
	padding: 0 20px;
}


/*** Menu ***/

#menu {
	float: left;
	width: 238px;
	margin-right: 20px;
}

#menu ul {
	list-style: none;
	color: #821401;
	padding: 6px 0 0 0;
	margin: 0;
}

#menu li {
	padding: 0;
	margin: 0;
}

#menu ul a {
	color: #1493af;
	font-size: 16px;
	text-decoration: none;
	line-height: 40px;
}

#menu ul span {
	color: #1493af;
	font-size: 14px;
	text-decoration: none;
	line-height: 40px;
}

#menu ul em {
	color: #1493af;
	font-size: 14px;
	text-decoration: none;
	font-style: normal;
}

#menu ul a:hover { text-decoration: underline; }

#menu ul li ul {
	padding: 0 0 5px 0;
	margin: 0 0 0 6px;
}

#menu ul li ul li {
	padding: 4px 0;
	margin: 2px 0 2px 15px;
	list-style: disc;
	color: black;
}

#menu ul li ul li ul { padding: 0 !important; }

#menu ul li ul li a {
	font-size: 14px;
	line-height: 1;
	color: black;
}









#news { padding: 0 10px 0 12px; }
#news h3 a { color: #c34e37; }

#news .news-title a {
	line-height: 18px;
	font-size: 14px;
}

#news .news-date {
	color: #838181;
	font-size: 12px;
	margin-bottom: 5px;
}

#news .news-short {
	font-size: 12px;
	color: #636363;
}

#news .news-short p { margin: 5px 0; }

.news-list { 
	font-size: 14px;
	line-height: 1 !important; 
}

.news-list .news-date {
	color: gray;
	margin-bottom: 5px;
}

.news-list .news-short {
	margin-bottom: 15px;
}

.news-list .news-short p { margin: 5px 0 5px !important; }

a.more {
	float: right;
	color: #0e7b93;
	font-size: 14px;
	text-decoration: none !important;
}

a.more:hover { text-decoration: underline !important; }

.news-item {
	overflow: hidden;
	border-bottom: 1px dashed #bbc4d0;
	margin-bottom: 8px;
	padding-bottom: 12px;
}

#right-col {
	float: right;
	width: 215px;
	padding-left: 10px;
}

#content {
	position: relative;
	margin: 0;
	overflow: hidden;
	background: #fff;
	padding: 4px 0 4px 30px;
}

#content-inner {
	line-height: 24px;
}
#line {
	margin: 1px;
	background: #e2b19c;
	height: 4px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#breadcrumbs ul {
	padding: 0;
	margin: 5px 0 0 0;
	overflow: hidden;
	padding: 10px 0 1px 0;
	font-size: 14px;
}

#breadcrumbs li {
	list-style: none;
	float: left;
	margin-right: 2px;
	color: #767676;
}

#breadcrumbs a { color: #767676; }

#catalog table {
	margin: 0 auto;
	border: none;
	width: 100%;
	font-size: 13px;
}

#catalog table img {
	display: block;
	margin: 0 auto;
}

#catalog td {
	text-align: center;
	padding: 0 0 40px 0;
	vertical-align: top;
	width: 25%;
}

#item-door {
	width: auto;
	padding-right: 16px;
	vertical-align: top;
}

#item-desc {
	width: auto;
	vertical-align: top;
}

#right-col-item {
	width: 60px;
	float: right;
	height: 200px;
	
}

#item-door ul {
	padding: 6px 0 0 14px;
	margin: 0;
	color: #9d7a49;
}

#item-door a {
	color: #9d7a49;
}

#item-door p {
	margin: 0 0 10px 0;
	line-height: normal;
	color: #524438;
	text-align: center;
}

#item-door em {
	font-family: Arial;
	font-size: 24px;
	text-align: center;
	color: #6d0c0c;
	font-style: normal;
	display: block;
	width: 100%;
}



#id_feedback_form_default label {
	float: left;
	width: 150px;
}

#id_feedback_form_default p {
	overflow: hidden;
	margin: 0 0 12px;
}




ul.errorlist {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.errorlist li {
	font-size: 12px;
	color: #c00000;
	margin: 0;
	padding: 0;
}






#contacts span {
	color: #C34E37;
}

#footer {
	height: 98px;
	padding: 12px 0 0 0;
	margin-top: 30px;
	background: #fff;
	border-top: 1px dashed #bbc4d0;
	color: #676767;
	text-align: center;
	font-family: Verdana,Tahoma,Arial,sans;
	clear: both;
}

#footer a { color: #676767 !important; }
#footer a:hover { text-decoration: none; }

#menu-footer { padding-bottom: 5px; }

#copyright {
	font-size: 13px;
	line-height: 19px;
	padding: 0px 0 0 40px;
	margin: 0 220px 0 250px;
}

#counters {
	float: right;
	margin: 10px 0 0 0;
	width: 200px;
}


.price {
	width: 152px;
	height: 31px;
	font-family: Arial;
	color: #fff;
	font-size: 24px;
	display: block;
	margin: 0 auto;
	background: url(../img/bg_price.jpg) no-repeat;
	padding-top: 8px;
	padding-left: 5px;
	margin-bottom: 10px;
}

#models img {
	border: 1px solid #F8D8B2;
	padding: 12px;
	margin: 0 50px 0 0;
}

#models td {
	vertical-align: top;
	font-family: "Times New Roman", Times, serif;
	color: #524438;
	font-size: 20pt;
	padding: 10px 0;
}

#item-desc span {
	color: #C34E37;
	font-size: 14pt;
}

#item-desc td {
	width: auto !important;
	padding-right: 26px;
}

.hr {
	height: 2px;
	display: block;
	border-top: 1px dashed #bbc4d0;
}

#h1-menu {
	position: absolute;
	top: 120px;
	left: 176px;
}

#h1-menu ul {
	margin: 0;
	padding: 0 0 0 20px;
}

#h1-menu li {
	margin: 0 0 20px 0;
	color: #821401;
	font-size: 11pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#h1-menu a {
	color: #821401;
	text-shadow: 1px 1px 2px #fff;
}

#h1-menu a:hover {
	text-decoration: none;
}

#articles h3 a {
	color: #C34E37;
}

#articles {
	font-size: 14px !important;
	padding: 10px 10px 0 0;
	margin: 0 0 60px 0;
}

#articles ul {
	padding: 0 !important;
	margin: 0 !important;
	list-style: none;
}

#articles li {
	margin: 0 0 20px 0;
	background: none !important;
	padding: 0 !important;
}

#articles li a { 
	color: #767676; 
	font-size: 14px;
	line-height: 1.2;
	text-decoration: underline;
}
#articles li a:hover { text-decoration: none; }

#logo h2, #logo h2 a {
	margin: 2px 0;
	color: #d37453;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
}






.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(/media/img/overlay.png) repeat;
	z-index: 9100;
	display: none;
}

.online-popup {
	width: 300px;
	padding: 20px;
	background: #fff;
	overflow: hidden;
	-moz-box-shadow: 0 0 14px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 14px rgba(0,0,0,0.5);
	box-shadow: 0 0 14px rgba(0,0,0,0.5);
	position: fixed;
	right: 30%;
	top: 100px;
	z-index: 9200;
	display: none;
}

.feedback_form label {
	display: block;
	font-size: 14px;
	color: #676767;
	padding: 0 0 4px;
}

.feedback_form p {
	margin: 0 0 12px;
	color: #CCC;
	font-size: 12px;
}

.feedback_form input[id^="id_"] {
	height: 28px;
	border: 1px solid #ccc;
	display: block;
	width: 290px;
	font-family: Arial,Helvetica,Clean,sans-serif;
	font-size: 13px;
	padding: 0 5px;
	margin: 0;
}

#id_response {
	border: 1px solid #ccc;
	display: block;
	width: 290px;
	font-family: Arial,Helvetica,Clean,sans-serif;
	font-size: 13px;
	padding: 5px;
	margin: 0;
}

.online-popup input.submit {
	background: url(/media/img/button.png) no-repeat;
	border: none;
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.2);
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
	color: #fff;
	cursor: pointer;
	float: left;
	font-size: 18px;
	height: 37px;
	line-height: 40px;
	margin: 10px 0 0 91px;
	text-align: center;
	width: 118px;
}

input::-moz-focus-inner { border: 0; padding: 0; }

.online-popup h3 {
	margin-top: 0;
	text-align: center;
}

.online-popup span.close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 21px;
	height: 22px;
	text-indent: -9999px;
	background: url(/media/img/close.png) no-repeat;
	cursor: pointer;
}

.online-button {
	background: url(/media/img/online.png) no-repeat;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	color: white;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	left: 555px;
	line-height: 30px;
	position: fixed;
	top: 0;
	width: 170px;
	z-index: 9000;
}




/*** Frontpage ***/

ul.frontpage {
	margin: 0 0 0 -10px;
	padding: 0;
	list-style: none;
	overflow: hidden;
	clear: both;
}

ul.frontpage li {
	float: left;
	width: 160px;
	height: 200px;
	padding: 4px 0 0 10px;
	background: url(/media/img/item.png) no-repeat;
	margin: 0 0 30px 8px;
}

ul.frontpage .frontpage_title {
	background: url(/media/img/gold.png) no-repeat bottom;
	color: black;
	display: block;
	height: 16px;
	line-height: 15px;
	overflow: hidden;
	padding: 0 0 14px;
	position: relative;
	text-align: center;
	width: 140px;
	z-index: 50;
}

ul.frontpage a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	outline: none;
}

ul.frontpage .frontpage_section{
    display: block;
}

ul.frontpage img {
	margin: -8px 0 0 0;
}

ul.frontpage .frontpage_price {
	display: block;
	text-align: center;
	font-size: 15px;
	width: 140px;
	font-style: normal;
	padding: 2px 0 0 0;
}


a.cat-item {
	float: left;
	width: 160px;
	height: 200px;
	margin: 10px 20px 10px 0;
	display: block;
	text-align: center;
	text-decoration: none !important;
}

a.cat-item span {
	display: block;
}


#catalog {
	overflow: hidden;
}

.hide { display: none; }


/*** Tabs ***/

.floated-sketch ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    
}

.floated-sketch li {
    float: left;
    margin: 10px 8px 25px 9px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

.floated-sketch img {
    margin: 0;
    padding: 0;
    display: block;
}




/*** Ruchki ***/

.ruchki {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}

.ruchki li {
	float: left;
	margin: 0 16px 16px 0;
}

.ruchki li a {
	width: 222px;
	height: 94px;
	border: 1px solid #F8D8B2;
	padding: 5px;
	text-align: center;
	display: block;
}


#sidebar-feedback { 
	padding: 0 10px 40px 12px;
	margin-bottom: 12px;
	border-left: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}

#sidebar-feedback h3 a {
    color: #c34e37;
}

#sidebar-feedback p {
	font-size: 12px;
	margin: 5px 0;
}

#sidebar-feedback .title a {
        line-height: 18px;
        font-size: 14px;
}

#sidebar-feedback .short {
        font-size: 12px;
        color: #636363;
}

#sidebar-feedback .short p {
	margin: 5px 0;
}

#sidebar-feedback form {
	padding: 5px 2px;
	background: #ddd;
	margin-bottom: 10px;
}

#sidebar-feedback input[type="text"], #sidebar-feedback textarea {
	width: 170px;
	margin: 0 3px;
}

#sidebar-feedback input[type="text"] {
	height: 24px;
}

#sidebar-feedback label {
	color: black;
	font-size: 13px;
	font-weight: normal;
	margin-left: 4px;
}

#sidebar-feedback p.submit {
	margin-left: 92px;
}

#sidebar-feedback .feedback_form img {
	margin: 3px;
}

.side-header {
	background: #777777;
	font-size: 16px !important;
	color: white;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 4px;
	margin: 30px 0 5px !important;
	text-align: center;
}

.side-header a {
	color: white;
	text-decoration: none !important;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

#frontpage-contest {
	background: #E4EFF9;
	border-radius: 5px;
	margin: 45px 0 15px;
	padding: 10px;
}
#frontpage-contest .newest-competitors {
	float: right;
	color: #820B0B;
	font-size: 12px;
	line-height: 15px;
	border-bottom: #820B0B dotted 1px;
	width: 410px;
	margin: -5px 0 10px;
}
#frontpage-contest .photo-section {
	height: 132px;
	width: 130px;
	float: right;
	background: url("/media/img/competitor-bg.png") repeat-x;
	text-align: center;
	margin-left: 10px;
	position: relative;
}
#frontpage-contest .name {
	line-height: 36px;
}
#frontpage-contest .photo-area {
	position: absolute;
	bottom: 5px;
	width: 100%;
}
#frontpage-contest .photo-area img {
	/*height: 90px;
	width: 90px;*/
}

.contest-description {
	position: relative;
	width: 700px;
}
.ordering-stripe {
	width: 700px;
	line-height: 37px;	
}
.participate-button {
	float: right;
	display: block;
	width: 118px;
	line-height: 37px;
	color: #FFF;
	font-size: 16px;
	text-decoration: none !important;
	text-align: center;
	background: url("/media/img/button.png") no-repeat;
}
.order-competitors {
	color: #0663AF;
}
.score-ordering {
	color: #D85701;
	text-decoration: none !important;
	border-bottom: #D85701 dotted 1px;
}
.date-ordering {
	color: #6C9346;
	text-decoration: none !important;
	border-bottom: #6C9346 dotted 1px;
}
.contest {
	margin-top: 10px;
}
.contest .photo-section {
	float: left;
	height: 260px;
	width: 160px;
	background: url("/media/img/contest-item-bg.png") repeat-x;
	text-align: center;
	margin: 0 20px 20px 0;
}
.contest p {
	margin: 0;
}
.contest .name {
	line-height: 30px;
}
.contest .photo-area {
	height: 160px;
}
.contest .photo-title {
	line-height: 18px;
	height: 18px;
	overflow: hidden;
	color: #FFF;
	font-size: 12px;
}
.contest .rating {
	color: #FFF;
	line-height: 20px;
}
.contest .star-container {
	margin-left: 37px;
}
.contest .ratings {
	
}
p.vote {
	color: #FFF;
}
p.vote a {
	color: #FFF;
}
