/*
 * Styles for Common Elements
*/

* {
	margin: 0px;
	padding: 0px;
}
html, body {
	font: 100%/1.4 Arial;
	width: 100%;
	height: 100%;
	border: 0px;
	color: #666666;
	overflow: hidden;
}
body {
	background: white url('/images/layout/body-background.png') repeat-x left bottom;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 1em;
}
img {
	border: none;
}
ul {
	list-style-type: none;
}
a {
	color: #f4c625;
}
.main {
	position: relative;
	font-size: 9pt;
	width: 100%;
	height: 100%;
	overflow: auto;
	//overflow-x: hidden;
}
.content {
	width: 960px;
	background: white;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
.header {
	background: #fdfbc4 url('/images/layout/header-background.png') repeat-y left top;
	height: 150px;
	position: relative;
	z-index: 900;
}
.dog-index {
	position: absolute;
	right: 0px;
	bottom: -50px;
	z-index: 1000;
}
.logotype {
	position: absolute;
	top: 30px;
	left: 50px;
}
.company-info {
	position: absolute;
	top: 25px;
	left: 160px;
	font-style: italic;
}
.company-pays {
	color: #333333;
	position: absolute;
	top: 70px;
	left: 50px;
	font-style: italic;
	font-size: 1.1em;
	font-weight: bold;
}
.company-phone {
	color: #333333;
	position: absolute;
	top: 50px;
	left: 530px;
	font-size: 1.1em;
}
.company-time {
	color: #333333;
	position: absolute;
	top: 25px;
	left: 530px;
}
.cart-block {
	position: absolute;
	top: 100px;
	right: 50px;
	color: white;
}
.cart-block a {
	color: white;
}
.menu {
	width: 100%;
	clear: both;
	overflow: hidden;
	background: #3f3f3f;
	padding-bottom: 1px;
}


.menu .button {
	display: block;
	float: left;
	width: 104px;
	height: 28px;
	text-decoration: none;
	font-size: 0.9em;
	color: white;
	background: #3f3f3f url('/images/layout/menu-button.png') no-repeat left top;
	position: relative;
	cursor: pointer;
}
.menu .button:hover {
	background: #7e7e7e url('/images/layout/menu-button-hover.png') no-repeat left top;
	color: #333333;
}
.menu .button:active, .menu .button.active {
	background: #4a4a4a url('/images/layout/menu-button-clicked.png') no-repeat left top;
}
.menu .button span {
	position: absolute;
	top: 5px;
	text-align: center;
	width: 110px;
}



.menu .big-button {
	display: block;
	float: left;
	width: 114px;
	height: 28px;
	text-decoration: none;
	font-size: 0.9em;
	color: white;
	background: #3f3f3f url('/images/layout/menu-button.png') no-repeat left top;
	position: relative;
	cursor: pointer;
}
.menu .big-button:hover {
	background: #7e7e7e url('/images/layout/menu-button-hover.png') no-repeat left top;
	color: #333333;
}
.menu .big-button:active, .menu .big-button.active {
	background: #4a4a4a url('/images/layout/menu-button-clicked.png') no-repeat left top;
}
.menu .big-button span {
	position: absolute;
	top: 5px;
	text-align: center;
	width: 117px;
}


.menu .two-lines span {
	top: 2px;
	line-height: 110%;
}
.content-cell {
	background: #82747c url('/images/layout/content-background.png') repeat-x left bottom;
	color: #f5f5f5;
	position: relative;
}
.content-first {
	padding: 30px 220px 50px 50px;
	font-size: 1.1em;
	font-family: Tahoma;
}
h1 {
	padding: 30px 220px 0px 50px;
	font-size: 1.8em;
	font-family: Tahoma;
}
.width {
	width: 100%;
	clear: both;
	overflow: hidden;
}
.content-first a {
	color: #f5bf00;
}
.content-first p {
	margin-bottom: 10px;
}
.content-first ul {
	margin-bottom: 10px;
}
.content-first ul li {
	margin-left: 20px;
	margin-top: 5px;
}

.catalog-menu {
	width: 35%;
	float: left;
}
.catalog-menu ul li {
	margin-left: 0px;
	margin-bottom: 15px;
	font-size: 0.8em;
	background: transparent url('/images/layout/catalog-menu.gif') no-repeat 0px 6px;
	padding-left: 8px;
	width: 95%;
}
.catalog-menu ul li a {
	color: #b7d0f9;
}
.content-page {
	width: 64%;
	float: left;
}
.content-page h2 {
	color: #b7d0f9;
	border-bottom: 3px solid white;
	width: 300px;
	padding-bottom: 3px;
}
.product-price {
	color: #b7d0f9;
	font-weight: bold;
}
.product-image {
	margin: 4px 0px;
	border: 1px solid #b3b3b3;
}

.footer {
	background: #4c4c4c;
	color: #9b9b9b;
	padding: 2px 50px;
	position: relative;
}
.footer a {
	color: #9b9b9b;
}
.navigation-bar {
	position: absolute;
	left: 760px;
	top: 60px;
	color: #d6c9d1;
}
.navigation-bar a {
	color: #d6c9d1;
	font-size: 1.2em;
}

.base-form {
    margin: 10px 0px 0px 0px;
}
.base-form p {
    margin: 10px 0px 0px 0px !important;
    clear: both;
}
.base-form label {
    display: block;
    margin-bottom: 3px;
    font-weight: bold;
}
.base-form .text-field {
    border: 1px solid #dbb981;
    font-family: Tahoma;
    font-size: 0.9em;
    padding: 3px 5px;
    width: 250px;
	margin-bottom: 5px;
}
.base-form .text-area {
    border: 1px solid #dbb981;
    font-family: Tahoma;
    font-size: 0.9em;
    padding: 3px 5px;
    width: 250px;
	height: 80px;
}
.base-form .formError {
    color: #d50101;
}
.base-form .field-with-errors .text-field {
    border: 1px solid #db4242;
}
.base-form .radio-button {
    display: block;
    margin-top: 5px;
    margin-left: 30px;
}
.base-form .radio-button input {
    margin-right: 10px;
}
.base-form .radio-button label {
    display: inline;
    margin-bottom: 0px;
    font-weight: normal;
}

.flash-notice {
    background: #8c65c2;
    padding: 4px 15px;
    font-size: 1.6em;
    color: white;
    margin-bottom: 20px;
}
.flash-error {
    background: #cb1b1b;
    padding: 4px 15px;
    font-size: 1.6em;
    color: white;
    margin-bottom: 20px;
}
h2 {
	font-size: 1.4em;
	margin-bottom: 10px;
}
.news .news-item {
	margin: 10px 0px 6px 0px;
}
.news .news-item .news-item-date {
	font-style: italic;
	margin-bottom: 3px;
}
.navigation-bar .news .news-item .news-item-content {
	width: 190px;
}
.content-first .news .news-item .news-item-content {
	width: 450px;
}
.cart-value {
	width: 20px;
	border: 1px solid #b3b3b3;
}

.active .sub-catalog {
	display: block;
}
.sub-catalog {
	padding: 5px 0px 0px 10px;
	display: none;
}
.sub-catalog li {
	background: none !important;
	background: transparent url('/images/layout/catalog-menu-active.gif') no-repeat 0px 6px !important;
}
.sub-catalog li a {
	font-size: 11px;
	color: #F4C625 !important;
}
.subheader {
	font-size: 1.3em;
	color: #FDFBC4;
}
.counter {
	position: absolute;
	right: 3px;
	top: 3px;
}


.product-bar-item {
	background: #999999;
	display: inline-block;
	padding: 2px 6px;
	margin: 0px;
	cursor: pointer;
}
.product-bar-item-active {
	background: #444444;
	cursor: default;
}
.content-block-item {
	display: none;
	padding: 10px 0px;
}
.content-block-item-active {
	display: block;
}
.search {
	background: #4c4c4c;
	color: #9b9b9b;
	height: 40px;
	position: relative;
}
.search .yandexform {
	position: absolute;
	top: 5px;
	right: 10px;
	width: 400px;
}


.registration-active {
	background: #555555; 
	width: 170px; 
	text-align: center; 
	float: left; 
	padding: 3px 5px;
}
.registration-active span {
	cursor: pointer; 
	font-weight: bold;
}
.registration-default {
	background: #999999;
	width: 160px; 
	float: left; 
	text-align: center; 
	padding: 3px 5px;
}
.registration-default span {
	cursor: pointer; 
	border-bottom: 1px dotted white;	
}

.files-table {
	border-collapse: collapse;
	border: 1px solid #555555;
}
.files-table tr td {
	padding: 5px 10px 5px 10px;
	border: 1px solid #999999;
}
.files-table .files-header td {
	font-weight: bold;
}

