/* --------------- Общие параметры --------------- */
body {
	padding: 0px;
	margin: 0px;
	background-image: url(/i/new_year_background.jpg);
	background-repeat: repeat;
}

img, input {
	outline: 0px;
}

body, td, th {
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

a {
	color: #003399;
	text-decoration: underline;
}

.size14px, .size14px td {
	font-size: 14px;
}

/* --------------- Заголовок --------------- */
.blue-line {
	background-color: #336699;
	color: #ffffff;
	height: 20px;
}

.blue-line td {
	color: #ffffff;
	font-weight: bolder;
}

.blue-line a {
	text-decoration: none;
	font-weight: bolder;
	color: #ffffff;
}

.header {
	background: #ffffff url(i/header-background-gradient.gif) repeat-x;
	height: 105px;
}

.header p {
	margin: 5px;
	padding: 0px;
}

input.find {
	height: 29px;
	width: 340px;
	border: solid 1px #006699;
	background-color: #ffffff;
	font-size: 14px;
}

.top-menu {
	position: relative;
	top: -20px;
	z-index: 100;
}

.top-menu a, .top-menu td {
	color: #333333;
	font-size: 18px;
	text-decoration: none;
}

/* --------------- Синий Фрейм Слева -------------- */
.frame-header {
	background: #003399 url(i/frame-header-background.gif) repeat-x;
	height: 39px;
	font-size: 18px;
	color: #ffffff;
	font-weight: bolder;
	padding-left: 20px;

}

.frame-body {
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	background-color: #f9f9f9;
}

.category-item {
	padding: 10px;
	background-color: #f9f9f9;
	border-bottom: solid 1px #cccccc;
}

.category-item a {
	font-size: 14px;
	font-weight: bolder;
	text-decoration: none;
	color: #666666;
	list-style-image: url(/i/array-right-11px-grey.gif); 
	display: list-item;
	margin-left: 10px;
}

/* --------------- Основной контент --------------- */
h1 {
	color: #333333;
	font-size: 24px;
	font-weight: bolder;
	text-decoration: underline; 
/*	border-bottom: solid 1px #333333; */
}

h2 {
	color: #333333;
	font-size: 18px;
	font-weight: bolder;
	text-decoration: underline; 
/*	border-bottom: solid 1px #333333; */
}

h3 {
	color: #333333;
	font-size: 14px;
	font-weight: bolder;
	text-decoration: underline; 
/*	border-bottom: solid 1px #333333; */
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.subtitle {
	margin-top: -10px;
	font-size: 14px;
	font-weight: bolder;
}

.product-block {
	border: solid 1px #c0c0c0;
	text-align: center;
	vertical-align: top;
	padding: 8px 8px 16px 8px;
}

.product-block a {
	font-size: 14px;
	color: #003399;
	font-weight: bolder;
	width: 222px;
}

.product-block .price, .price {
	color: #333333;
	font-size: 18px;
	font-weight: bolder;
}

.product-block .price-old, .price-old {
	color: #f81319;
	font-size: 18px;
	font-weight: bolder;
	text-decoration: line-through;
}

.red {
	color: #f81319;
}

.black {
	color: #000000;
}

.blue {
	color: #003399;
}

.grey {
	color: #999999;
}

.news-block a {
	font-size: 14px;
}

.news-block .date {
	text-align: right;
	font-weight: bolder;
	color: #666666;
}

input.login {
	border: solid 1px #cccccc;
	width: 166px;
	height: 27px;
	font-size: 14px;
	background-color: #ffffff;
}

.date {
	font-weight: bolder;
	color: #666666;
}

.messages {
	color: #f81319;
	list-style: circle;
}

.alert {
	padding: 10px;
	margin: 5px;
	color: #b94a48;
	background-color: #f2dede;
	border: 1px solid #eed3d7;
	line-height: 20px;
}

.balloon {
	position: relative;
	top: 18px;
	left: 10px;
	z-index: 1;
}

.border-bottom-grey {
	border-bottom: solid 1px #cccccc;
}

/* --------------- Подвал --------------- */
.footer {
	height: 127px;
	background: #f2f2f2 url(i/footer-background.gif) repeat-x;
	padding-top: 4px;
}

/* ---------- Фотогаллерея galleriffic ---------- */
div#container {
	overflow: hidden;
}
div.galleriffic-content {
	display: none;
	clear: both;
}

div.galleriffic-navigation {
	display: block;
	height: 87px;
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #356a9c;
	border-bottom: 1px solid #356a9c;
}

div.galleriffic-navigation a.pageLink {
	height: 77px;
	line-height: 77px;
}

div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.slideshow-container {
	width: 100%; /* This should be set to be at least the width of the largest image in the slideshow with padding */
}
div.loader,
div.slideshow a.advance-link {
	width: 645px; /* This should be set to be at least the width of the largest image in the slideshow with padding */
}

div.loader,
div.slideshow a.advance-link,
div.caption-container {
	height: 625px; /* This should be set to be at least the height of the largest image in the slideshow with padding */	
}

div.slideshow-container {
	position: relative; 
	clear: both;
	float: left;
	height: 657px;
}

div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('/i/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 30px;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	line-height: 645px; /* This should be set to be at least the height of the largest image in the slideshow with padding */ 
	text-align: center;
}

div.slideshow img {
	border-style: solid;
	border-width: 1px;
}
div.caption-container {
	float: right;
	position: relative;
	margin-top: 0px;
}
div.caption-container, span.image-caption {
	width: 224px;
}
span.image-caption {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.caption {
	padding: 0 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.photo-index {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 12px;
}
div.galleriffic-navigation a.pageLink {
	display: block;
	position: relative;
	float: left;
	margin: 2px;
	width: 18px;
	background-position:center center;
	background-repeat:no-repeat;
}

ul.thumbs {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 2px;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #69f;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
	position: relative;
	left: -50%; 
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	position: relative;
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #6699ff;
}
div.pagination span.current {
	font-weight: bold;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

div.gallery-gutter {
	clear: both;
	padding-bottom: 20px;
}

table.border-thin {
	border-bottom: thin solid #000000;
	border-right: none;
}

.border-thin td, .border-thin th {
	border-top: thin solid #000000;
	border-left: thin solid #000000;
}

.border-thin th {
	font-weight: bolder;
	border-top: none;
	border-left: none;
	border-bottom: thin solid #000000;
	border-right: thin solid #000000;
}

.border-thin td {
	font-weight: bolder;
	border-top: none;
	border-left: none;
	border-bottom: none;
	border-right: thin solid #000000;
}

p.border-thin, td.border-thin-td {
	border: thin solid #000000;
	padding: 5px;
}

.no-border {
	border-top: none;
	border-left: none;
	border-bottom: none;
	border-right: none;
}

ul.categories-list li {
	font-weight: bolder;
	font-size: 14px;
	list-style: none;
	text-decoration: underline;
}

ul.categories-list li li {
	font-size: 12px;
	list-style: disc;
}

.specifications table, .specifications td {
	border: none;
	padding: 5px;
}
.specifications table { border: none; }
.specifications tr:nth-child(odd)    { background-color:#ddd; }
.specifications tr:nth-child(even)    { background-color:#fff; }

div.comment {
	padding: 10px;
	margin: 10px;
	background-color: #f2f2f2;
}

div.comment-indent {
	padding-left: 20px;
}

/* ---------- Сравнение ---------- */
.comparison {
	margin-top: 60px;
	float: right;
/*	width: 60px; */
}
#comparison-fixed {
	background: #ffffff;
	padding: 0px;
	margin: 0px;
}		

#comparison-data {
	border: 1px solid #cccccc;
	background-color: #ffffff;
	padding: 5px;
	z-index: 200;
}
tr.even {
	background-color: #ffffff;
}
tr.odd {
	background-color: #efefef;
}

/* ---------- Перезвоните мне ---------- */
.b-recall {
    background: url("/i/b-recall.png") no-repeat scroll 0 2px transparent;
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 8px 0;
    padding: 1px 5px 5px 22px;
    text-decoration: none;
}
.b-recall span {
    border-bottom: 1px dashed #005194;
    color: #005194;
    font-weight: bold;
}
.b-recall:hover {
    background: url("/i/b-recall.png") no-repeat scroll 0 -27px transparent;
    text-decoration: none;
}
.b-recall:hover span {
    border-bottom-color: #3282bf;
    color: #3282bf;
    text-decoration: none;
}

.dialog_input {
	height: 24px;
	font-size: 18px;
	font-weight: bolder;
	border: 1px solid #cccccc; 
}

.dialog_form td {
	font-size: 18px;
}

.bold {
	font-weight: bolder;
}
