/************************************************************************************
RESET

*************************************************************************************/
@charset "windows-1251";
@import url('reset.css'); 
@import url('typography.css');
@import url('meny.css');


/************************************************************************************
BODY
*************************************************************************************/
body {
	background: #010006 url(../images/body-bg.jpg) no-repeat fixed top; 
	}

#pagewrap {
	width: 1100px;
	margin: 0 auto;
}

/************************************************************************************
header
*************************************************************************************/
#header {
	position: relative;
	height: 160px;
}
#site {
	position: absolute; 
	top: 5px; left:10px;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #fff;
	
}

/* site logo */
#site-logo {
	position: absolute; 
	top: 20px;
}
#site-logo a {
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}

/* site description */

#site-description {
	font: italic 16px Arial, Helvetica, sans-serif;
	color: #fff;
	position: absolute;
	top: 55px;
}

#dat_ob{ margin:10px;
background: #6a6a6a url(images/nav-bar-bg.png) repeat-x;
	background: -webkit-gradient(linear, left top, left bottom, from(#b9b9b9), to(#6a6a6a));
	background: -moz-linear-gradient(top,  #b9b9b9,  #6a6a6a);
	background: linear-gradient(-90deg, #b9b9b9, #6a6a6a);
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
 float:right;
	right: 10px;
	top: 10px;
	z-index: 100;}
	
#dat_ob	 a {
	line-height: 100%;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: #fff;
	display: block;
	padding: 14px 15px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}
#dat_ob a:hover {
	color: #fff;
	background: #474747;
	/* gradient */
	background: -webkit-gradient(linear, left top, left bottom, from(#282828), to(#4f4f4f));
	background: -moz-linear-gradient(top,  #282828,  #4f4f4f);
	background: linear-gradient(-90deg, #282828, #4f4f4f);
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
	
/* searchform */
#searchform {
	position: absolute;
	right: 10px;
	bottom: 6px;
	z-index: 100;
	width: 160px;
}
#searchform #s {
	width: 140px;
	float: right;
	background: #fff;
	border: none;
	padding: 6px 10px;
	/* border radius */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}
.oshibka{ background-color: #FFDDDD; border:#FF0000 solid 2px;}
.onFocus { border:  #0d1424 solid 2px;}
#catSelect,#podCat,#prodArend,#raion,#n_cena,#k_cena,#pCat,#catS{border: solid #0d1424 1px; width: 200px;}
/************************************************************************************
main-nav
*************************************************************************************/
#main-nav {
	width: 100%;
	background: #ccc;
	margin:0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	
	/* gradient */
	background: #6a6a6a url(images/nav-bar-bg.png) repeat-x;
	background: -webkit-gradient(linear, left top, left bottom, from(#b9b9b9), to(#6a6a6a));
	background: -moz-linear-gradient(top,  #b9b9b9,  #6a6a6a);
	background: linear-gradient(-90deg, #b9b9b9, #6a6a6a);
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative; 
}
#main-nav li:first-child {
	margin-left: 10px;
}
#main-nav a {
	line-height: 100%;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif; 
	
	color: #fff;
	display: block;
	padding: 14px 15px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}
#main-nav a:hover {
	color: #fff;
	background: #474747;
	/* gradient */
	background: -webkit-gradient(linear, left top, left bottom, from(#282828), to(#4f4f4f));
	background: -moz-linear-gradient(top,  #282828,  #4f4f4f);
	background: linear-gradient(-90deg, #282828, #4f4f4f);
}

/************************************************************************************
CONTENT
*************************************************************************************/
#content {
	background: #fff;
	margin: 30px 0 30px;
	padding: 20px 35px;
	width: 700px;
	float: left;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

.privet{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	font-style:italic; line-height:normal;
}
.post_st{
	padding: 10px 10px 20px 10px; margin-right:10px;
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif; color:#0d1424; 
	border-top:#aeadc1 1px solid; }
#uslov1{
background-color:#f8f8f8; border:#aeadc1  solid 1px; padding:15px;
margin: auto;
width:95%;
padding-bottom: 15px;
position: relative;
display: none;}
#uslov{
background-color:#f8f8f8; border:#aeadc1  solid 1px; padding:15px;
width:50%;
padding-bottom: 15px;
position: relative;
display: none;}
/* post */
.post {
	margin-bottom: 40px;
}
.post-title {
	margin: 10 0 5px;
	padding: 0;
	font: bold 18px/120% Arial, Helvetica, sans-serif;
}
.post-title a {
	text-decoration: none;
	color: #000;
}
.post-meta {
	margin: 0 0 10px;
	font-size: 90%;
}

/* post image */
.post-image { 
	margin: 0 0 15px;
}
#vibor_r{ background-color:#f8f8f8; border: #aeadc1 solid 1px; padding:5px; 
padding-bottom: 15px;
position: relative;
width: 270px;
display: none; 
 }
.knopka{  background-color: #010006; border:#000000 solid 2px; color:#ffffff;}
.tweet{border-bottom:#085778 solid 1px; padding-bottom:5px; margin-bottom:20px; cursor:hand;  }
.mini { margin:5px; float: left; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
 }
 .img_foto { margin:25px auto 15px auto; 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow:0px 0px 10px gray; /*CSS3 тени: 30px размытая тень вокруг всего изображения*/
-webkit-box-shadow:0px 0px 10px gray; /*Webkit: тени*/
-moz-box-shadow:0px 0px 10px gray; /*Mozilla: тени*/
 }
.entry_st1 ul {
	float:left; width:150px; text-align:left;
	padding:5px; margin-right:10px; 
	font-size: 16px; font-family: "Times New Roman", Times, serif; color:#0d1424; 
	 border-right:#aeadc1 1px solid;   
}
.lin{ clear:both; margin:5px;
	padding: 2px 30px 2px 30px;
	 height: auto; font-weight:bold; color:#0d1424; text-align: center;} 
	 .svet { 
background-color:#f1f8ff;}
#uslov11{
background-color: #e0dfe3; border:#0d1424  solid 1px; padding:15px;
margin: auto;
width:75%;
padding-bottom: 15px;
position: relative;
display: none;
/* Скругленные углы */
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;} 
	
	.container_l {
	width: 100%;
	margin: 10px auto;
	}

/*СТИЛИ ГАЛЕРЕИ*/
.galleryItem {
	color: #000;
	font: 11px/1.5 Arial, Helvetica, sans-serif;
	width: 16%; height:220px;
	margin:  2% 2% 5px 2%;
	float: left;
	-webkit-transition: color 0.5s ease;
}

.galleryItem h3 { 
	margin-top:3px;
	text-transform: uppercase;
	}
.galleryItem li{ line-height:normal;
	
	}

.galleryItem:hover {
	color: #000;
}

.galleryItem img {
	max-width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

/**********************************************************************
Навигация
***********************************************************************/
.pstrnav1 {display:inline-block;
color: #fff; 
text-shadow: 1px 1px 1px #000000;
background-color:#F8F8F8;
font-weight:700;
padding:5px 10px;
position:relative;
background:url("../images/green_bg1.png");
border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; cursor: default; border:solid  #666666 1px;
}

.pagenav a
{display:inline-block;
margin:3px;
font-weight:700;
padding:5px 10px;
position:relative;
background:url("../images/big_grey.png") no-repeat #393939;
color:white;
}

.pagenav a:hover, .pagenav a.current  
{display:inline-block;
color:#fff;
text-shadow: 1px 1px 1px #000000;
background-color:#F8F8F8;
border:solid  #666666 1px;
font-weight:700;
padding:5px 10px;
position:relative;
background:url("../images/green_bg1.png")}

.pagenav a.current{cursor:default}

.pagenav a{border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar {
	width: 280px;
	float: right;
	margin: 30px 0 30px; 
}
.widget {
	background: #fff;
	margin: 0 0 30px;
	padding: 10px 20px;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.widgettitle {
	margin: 0 0 5px;
	padding: 0;	
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #eee;
}
.widget li a{color: #0d1424;}
.widget li a:hover{ color: #FF0000;}
/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}
.widget .flickr_badge_image img {
	width: 48px;
	height: 48px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
	
}
#footer p {
	color: #fff;
	font-size:10px;
}

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: block; clear:both; zoom: 1; }
/*****************************************************
???????? 
******************************************************/
.uploadifyQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	border: 2px solid #E5E5E5;
	background-color: #F5F5F5;
	margin-top: 5px;
	padding: 10px;
	width: 350px;
}
.uploadifyError {
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #0099FF;
	width: 1px;
	height: 3px;
}

#demo {
    margin: 50px auto;
    width: 600px;
}
#fileQueue {

margin-bottom: 10px;
margin-left:20px;
}
#info, #info2 {
    font-weight: 700; line-height: 130%;
	margin-left:20px;
}
/**************************************
Подъем вверх
***************************************/
.container {padding: 0 0 70px 0;} /* отступ снизу */

#message
{
display: block;
display: none;

/* ссылка над всеми элементами */
z-index: 999;

/* ссылка не заслоняет полностью текст под ней */
opacity: .8;

/* ссылка всегда на одном и том же месте */
position: fixed;

/* ссылка внизу страницы */
top: 100%;
margin-top: -80px; /* = height + preferred bottom margin */

/* ссылка по центру */
left: 90%;
margin-left: -80px;

/* закругленные углы */
-moz-border-radius: 24px;
-webkit-border-radius: 24px;

/* ссылка большая, заметная и ее легко найти */
width:150px;
line-height: 48px;
height: 48px;
padding: 10px;
background-color: #fff;
font-size: 24px;
text-align: center;
}
#message a { color: #010006; }








