﻿* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	/*"Segoe UI","Trebuchet MS",Arial,Helvetica,sans-serif*/
	width: 100%;
	height: 100%;
	background-image:url(/images/back.jpg);
	background-repeat:repeat-x;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
	color:#3399FF;
}
a:hover {
	text-decoration: none;
}
p {margin: 0 0 18px;
color:#666;}
img {
	border: none;
}
h1 {
	font-size:16px;
	font-weight:normal;
	color:#666666;
}
input {vertical-align: middle}
#wrapper {
	width: 994px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

a.button {
	background: transparent url(../images/button_r.png) no-repeat scroll top right;
	color: #FFFFFF;
	display: inline-block;
	font: normal 14px arial, sans-serif;
	height: 25px;
	margin-right: 5px;
	padding-right: 10px; /* sliding doors padding */
	text-decoration: none;
}
a.button span {
	background: transparent url(../images/button_l.png) no-repeat;
	display: inline-block;
	padding: 4px 0px 5px 10px;
}
a img {
	border: none;}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 160px;
}
#logo_div {
	float:left;
	width:400px;
}
#logo_img {
	position:relative;
	top:25px;
	left:30px;
	width:250px;
	float:left;
}
#logo_text {
	padding-top:115px;
	padding-left:35px;
	text-align:left;
	color:#999999;
	font-size:12px;
}
#header_info_div {
	padding-top:35px;
	padding-right:30px;
	float:right;
	width:300px;
}
#header_info_text{
	font-size:14px;
	text-align:right;
	color:#666666;
	}
	
/* Menu
-----------------------------------------------------------------------------*/
#menu{
	height:30px;
	width:100%;
	padding-bottom:10px;
}
#menu ul{
	white-space:nowrap;
	margin:0 auto;
	text-align: center;
}
#menu li{
	display:inline;
	list-style-type:none;
	padding-left:30px;
	font-size:16px;
}
#menu a{
	color:#666666;
}
/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 30px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 194px 0 200px;
}
#content_title{
	height:25px;
	width:100%;
	color:#666666;
	font-size:16px;
}
#content_title h1 {
	font-size:16px;
	font-weight:normal;
}
#content_sort{
	height:25px;
	width:100%;
	color:#666666;
	font-size:12px;
	text-align:right;
}

/* Тублица товаров */
/* отступы */
div.container {
	margin-left: -20px;
	margin-top: -20px;
}

div.block {
	margin-top: 20px;
	margin-left: 20px;
	text-align:center;
	padding-bottom:10px;
}

/* оформление */

div.table_prod {
	padding: 25px 5px 5px 25px;
}

div.container {
	/*text-align: center;*/
}

div.block {
	width: 170px;
	/*text-align: left;*/
}

/* цвета  */

/*div.table_prod	{ background: #b9efbe }	 зеленый
div.container	{ background: #8cb8ef }	синий 
div.block			{ background: #ccc; }
*/
div.table_prod {
	overflow: hidden;
	zoom: 1;
	min-width: 165px;
}

div.container {
	zoom: 1;
	word-spacing: -0.25em;  фаза два — убираем пробелы (было посчитано, что при 1em = 16px пробел длиной 4px — 0.25em) */
}

div.block {
	display: -moz-inline-box; display: inline-block; *zoom: 1; *display: inline; /* фаза 1 — добавляем inline-block */
	word-spacing: normal; /* фаза два — восстанавливаем убранный пробел в блоках */
	vertical-align: top; /* IE6 некорректно позиционирует без этого */
}


.tabs {
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.tabs a {
	float: left;
	display: block;
	padding: 6px 15px 7px 15px;
	margin-right: 2px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url(image/tab00000.png) repeat-x;
	color: #666666;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.tabs a.selected {
	background: #FFFFFF url(images/tab00000.png) repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.page {
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	display: inline-block;
	padding: 10px;
	display: block;
	width: 580px;
	clear: both;
	z-index: 2;
	margin-bottom: 10px;
	color: #666666;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 190px;
	margin-left: -100%;
	position: relative;
}
#sl_title {
	font-weight:normal;
	font-size:16px;
	padding-left:20px;
	color:#666666;
	padding-bottom:10px;
}
#sl_list {
	font-size:14px;
	padding-left:20px;
}
#sl_list li{
	list-style-type:none;
}

/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
	float: left;
	margin-right: -3px;
	width: 184px;
	margin-left: -184px;
	position: relative;
}
#cart{
	
	padding-top:10px;
	text-align:center;
	color:#666666;
	font-size:14px;
	vertical-align: middle;
}
.box {
	margin-bottom: 10px;
	color:#666666;
}
.box .top {
	padding: 8px 0px 0px 0px;
	text-align:center;
}
.box .top img {
	margin-right: 5px;
}
.box .middle {
	padding: 10px;
}
.box .bottom {
	height: 5px;
}
.middle h2{
	font-size:16px;
	font-weight:normal;
	}
.middle td{
	color:#666666;
	}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 1000px;
	margin: -20px auto 0;
	height: 20px;
}
#information{
	height:30px;
	width:100%;
	padding-bottom:10px;
}
#information ul{
	white-space:nowrap;
	margin:0 auto;
	text-align: center;
}
#information li{
	display:inline;
	list-style-type:none;
	padding-left:20px;
	font-size:14px;
}
#information a{
	color:#666666;
	
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	height:100%;
	width:100%;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border: 0px;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index: 103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index: 99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
