/*common.css*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	outline: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	/*list-style-position: inside ;*/
	margin-left: 15px;
}
img {
	border: 0;
	max-width: 100%;
}
.wf {	height: 1%;	overflow: hidden;}
.cb {	clear: both;}
.d_table {	display: table;	width: 100%}
.d_cell {	display: table-cell;	vertical-align: top;}
.dib {	display: inline-block !important;}
.w100p {	width: 100%;}
.hide {	display: none;}
.fl {float: left}
.fr {float: right}
.green_color {color:#51a351 !important}
.dib {display: inline-block;}
.db {display: block;}
.m0 {margin: 0 !important;}
.mb5 {margin-bottom: 5px !important;}
.mt5 {margin-top: 5px !important;}
.ml5 {margin-left: 5px !important;}
.mr5 {margin-right: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mt10 {margin-top: 10px !important;}
.ml10 {margin-left: 10px !important;}
.mr10 {margin-right: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mt15 {margin-top: 15px !important;}
.ml15 {margin-left: 15px !important;}
.mr15 {margin-right: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mt20 {margin-top: 20px !important;}
.ml20 {margin-left: 20px !important;}
.mr20 {margin-right: 20px !important;}

.p0 {padding: 0;}
.pb3 {padding-bottom: 3px;}
.pb4 {padding-bottom: 4px;}
.pb5 {padding-bottom: 5px;}
.pt3 {padding-top: 3px;}
.pt4 {padding-top: 4px;}
.pt5 {padding-top: 5px;}
.pl5 {padding-left: 5px;}
.pr5 {padding-right: 5px;}
.pb10 {padding-bottom: 10px;}
.pt10 {padding-top: 10px;}
.pl10 {padding-left: 10px;}
.pr10 {padding-right: 10px;}
.pb15 {padding-bottom: 15px;}
.pt15 {padding-top: 15px;}
.pl15 {padding-left: 15px;}
.pr15 {padding-right: 15px;}
.p15 {padding: 15px;}
.pb20 {padding-bottom: 20px;}
.pt20 {padding-top: 20px;}
.pl20 {padding-left: 20px;}
.pr20 {padding-right: 20px;}
.p20 {padding: 20px;}
.opacity05 {opacity: 0.5}
.ta_r {text-align: right;}
.ta_c {text-align: center;}
.va_t {vertical-align: top;}
.va_m {vertical-align: middle;}
.fs12 {font-size: 12px;}
.fs14 {font-size: 14px;}
.fs16 {font-size: 16px;}
.fs18 {font-size: 18px;}

.average_font nav  ul > li > a {padding: 13px 9px 13px;	font-size: 16px;}
.large_font nav  ul > li > a {padding: 11px 6px 12px;font-size: 18px;}
body , li, .wrapsearch , #slider div, #slider td, .galtitle, .gallink, .alblink ,.transition{
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease;
}
a {
	color: #015fc8;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
body {
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
	color: #1e1e1e;
	/*background: url('/images/bg/top.jpg') no-repeat 50% 0; #90c2fd*/
}

body {
    min-width:1100px;}
body.normal_font{
	font-size: 13px;
}
body.average_font{
	font-size: 18px;
}
body.large_font{
	font-size: 22px;
}

h1.title {
	font-size: 2em;
	font-weight: 800;
	margin-bottom: 20px;
	font-weight: normal;
}
h1.title a {
	color: #d95e00;
}
h2.title {
	font-weight: 400;
}
#content .wrap{ margin-bottom: 20px;}
#content img {
	max-width: 100%;
}
#content table img, #nivoSlider img{max-width: inherit;}

#choice_font span.selected {
	text-decoration: none;
}
#choice_font span {
	cursor: pointer;
	text-decoration: underline;
}
.wrap {
	background: #ffffff;
	border: 1px solid #d8d8d8;
	padding: 20px 20px 30px;
	height: 1%;
	overflow: hidden;
}
nav{width: 100%;}
aside .block.clear_block {
	height: 1%;
	width: 240px;
	padding: 0;
}

span.date {
	color: rgb(179, 179, 179);
	font-size: 0.9em;
}
aside span.name {font-weight:bold}
aside .block {
	padding-right: 20px;
	font-size: 1em;
	width: 198px;
	margin-bottom: 20px;
}
#left .block {
	margin-right: 00px;}
#right .block {
	margin-left: 20px;
	margin-right: 20px;
	}
aside > .block:last-child {
	margin-bottom: 0;
}
aside .wrap {
	padding-bottom: 20px;
}
aside .block h2.title {
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 10px;
}
aside .block p.all_items_blocks {
	text-align: left;
}

aside .block a.arrow {
	text-decoration: none;
	font-size: 0.9em;
	word-spacing: -1px;
	display: block;
	margin-top: 2px;
}
aside .block a.arrow:hover {
	text-decoration: underline;
}


.block_type_users form p{margin-top: 5px;}
.block_type_users form label{margin-bottom: 5px;display: block;}
.block_type_users form input{width: 93%;padding: 2px 5px;}
.block_type_users form button{margin: 0;}
.block_type_users .is_logged .username{font-size: 150%;}

aside .n_post, #left .comm {
	margin-bottom: 7px;
}
aside .n_post a.title {
	font-size: 1.1em;
	padding-bottom: 5px;
}

.post h2.title a, .post h2.title {
	font-weight: 400;
	font-size: 1.1em;
	margin-bottom: 10px;
}
/*gallery.css*/

.content .gallery {
	padding: 0;
	margin: 0;
	width: 100%;
	margin-bottom: -10px;
}
.alblink {
	margin: 0 0 15px;}
.gallink, .alblink {
	/* padding: 3px; */
	/* border-radius: 3px; */
	vertical-align: top;
	display: inline-block;
	/* margin: 0 0 0.3em 0.1em ; */
	text-decoration: none;
	text-align: center;
	position: relative;
	overflow: hidden;
	/* margin: 0 5px 5px 0; */
	color: #575f72;
}
.alblink {
	text-align: left;
	width: 202px;
	margin-right: 10px;
}

.alblink.four_img .wrap_four_img , .alblink > img  {
	height: 150px;
	width: 200px;
	/*box-shadow: 0 0 3px rgba(128, 128, 128, 0.59);*/
	border: 1px #FFF solid;
}
.gallink:hover {
	/*box-shadow: 0 0 3px rgba(1, 95, 200, 1);
	 border: 5px #205697 solid;*/
	box-shadow: 0 0 14px -1px olive;
	text-decoration: none;
	transform: scale(1.1);
	z-index: 9;
}
.alblink .albom_title {
	text-align: left;
	margin: 5px 0px 3px 1px;
	color: #000;
}
.gallink img, .alblink > img {
	margin: 0;
	display: block;
	/*box-shadow: 0 0 3px rgba(128, 128, 128, 0.59);*/
	border: none;
}
.gallink img:hover {
	margin: 0;
}
.description {
	margin-bottom: 15px;
}
.content_gallery {
margin-right: -16px;
}

.gallink:hover div.galtitle {
	bottom: 0px;
}
.galtitle {
	/*display:none;*/
	position: absolute;
	bottom: -160px;
	text-align: left;
	margin: 5px 9px 8px 4px;
	padding: 3px 6px;
	text-shadow: 0 0 2px rgb(200, 105, 17);
	color: #FDEE9C;
	background: #822929;
	border-radius: 3px;
}

.alblink.four_img img {
	border: none;
	vertical-align: middle;
	display: inline;
	box-shadow: none;
}
/*common.css*/
.randfoto img {
	max-width: inherit;
}

.block_type_left_search input, .block_type_left_search button {
	vertical-align: top;
	padding: 2px 5px;
}
.block_type_left_search input {
	width: 124px;
}
.search_ form input {/*????? ?????? ?????????*/
	line-height: normal;
	font-family: inherit; /* 1 */
	font-size: 100%; /* 2 */
	margin: 2px; /* 3 */
	height: auto;
	width: auto;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
	padding: 5px 6px;
	/*
	 border: none;*/
}
.search_ form button {/*????? ?????? ?????????*/
	width: auto;
	height: auto;
	line-height: normal;
	font-family: inherit; /* 1 */
	font-size: 100%; /* 2 */
	margin: 0; /* 3 */
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 5px 8px;
	border: none;
	vertical-align: middle;
	/*
	 border: none;
	 margin: 0em;*/
}

.pager {
	clear: both;
}
.pager span {
	float: left;
	margin-right: 5px;
}
.pager a.a {
	color: #fff;
	background: #8d8d8d;
}
.pager a {
	background-color: #e9e9e9;
	box-shadow: 1px 1px 1px #c9c9c9;
	text-decoration: none;
	color: #1e1e1e;
	border-radius: 0;
	padding: 2px 4px;
	margin-right: 3px;
}
.wrapsearch {
	background: white;
	margin-bottom: 5px;
	border-radius: 0 0 0 0;
	width: 195px;
	height: 35px;
	z-index: 10000;
	overflow: hidden;/*
	 -moz-box-shadow: 0 1px 2px rgba(0,0,0,.3);
	 -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3);
	 box-shadow: 0 1px 2px rgba(0,0,0,.3);*/
	margin-left: 0;
	position: relative;
	z-index: 10000;
}

.wrapsearch:hover {
	margin-left: -160px;
}
.wrapsearch form {
	float: left;
}
.wrapsearch form input {
	margin-top: -25px;
	display: inline-block;
	margin-left: 5px;
	width: 145px;
}
.wrapsearch button {
	background: url('/images/icon-search.png') no-repeat;
	height: 35px;
	width: 35px;
	border: none;
	cursor: pointer;
	display: inline-block;
}
#left_icons {
	position: fixed;
	bottom: 80px;
	right: 0;
	width: 36px;
	z-index: 10000;
}
#left_icons a {
	display: block;
	background: #fff;
	width: 35px;
	height: 36px;
	margin-bottom: 5px;
	border-radius: 0 0 0 0;
}
#left_icons a:hover {
	margin-left: -5px;
}
.container {
	width: 1100px;
	margin: 0 auto;
	padding: 0 00px;
	/*background: url('/images/container_bg.png') 0 0 repeat;*/
}

header {
	overflow: hidden;
}
#logo {margin-left: 20px;display: block}
header a.logo {
	display: block;
	float: left;
	margin: 30px 0 0 30px;
}

.crumbs a:last-child, .crumbs span:last-child {
	color: #a5a5a5;
	text-decoration: none;
}
.crumbs {
	margin-bottom: 10px;
	font-size: 0.9em;
}
.crumbs a, .crumbs span {
	color: #015fc8;
	font-size: 0.9em;
}
ul.documents {
	list-style: none;
	margin-top: 15px;
	margin-left: 0;
}
ul.documents li {
	display: table-row;
	padding-top: 10px;
}
ul.documents li img {
	vertical-align: middle;
	width: 29px;
	max-width: inherit !important;
	display: table-cell;
}
ul.documents li a {
	font: 400 14px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
}

/*video*/
.video_list .elem > a {
	display: block;
	height: 165px;
}

.on_page h2 {
	margin-bottom: 15px;
}
.on_page {
	margin-top: 20px;
	border-top: 1px dashed #d8d8d8;
	padding-top: 30px;
}

div.comments {
	padding-top: 10px;
}
div.comments dd {
	margin-bottom: 15px;
}
form#message {
	margin-bottom: 20px;
}
form#message input[type=text] {
	margin-bottom: 0;
}
form#message  input[type=email] {
	margin-bottom: 0;
}
form#message .control-group {
	margin-bottom: 10px !important;
}
.messages {
	margin-bottom: 25px;
}
.messages .question p, .messages .answer p, .comment dt p {
	padding: 5px 15px;
	/* border-bottom: 1px solid #d3d3d3; */
	background: #F5F5DC;
	font-size: 14px;
}
.messages .question p .name, .messages .answer p .name, .comment dt .name {
	font-size: 16px;
	color: #4b4b4b;
	font-family: Georgia;
	font-style: italic;
}
#message {
	margin-top: 30px !important;
	clear: both;
}
.messages .question , .messages .answer{
	margin-bottom: 20px;
}
.messages .question span.date, .comment dt .date_time {
	font-size: 11px;
	float: right;
	color: #b9b9b9;
	line-height: 20px;
}
.guestbook_name_treugol {
	height: 8px;
	width: 100%;
	/* background: url('/images/guestbook_name_treugol.png') no-repeat 0 0; */
	margin-top: -1px;
	/* margin-bottom: 10px; */
}

.question .guestbook_name_treugol, .comment .guestbook_name_treugol {
	margin-left: 20px;
}
.answer .guestbook_name_treugol {
	/* background: url('/images/guestbook_name_treugol.png') no-repeat 97% 0; */
}
.text_questbook {
	margin-bottom: 15px;
}

aside .block.block_type_calendar {
	width: 240px;
	padding-right: 0;
}
#calendar {
}
#month {
	text-align: center;
}
#month a {
	text-decoration: none;
}
#month a:hover {
	text-decoration: underline;
}
#month a .r {
}
#month span {
	padding: 0 10px;
}

#calendar .days a, #calendar .days div {
	text-align: right;
	width: 24px;
	height: 23px;
	float: left;
	display: block;
}

#calendar .days {
	/*padding: 2px 10px 2px 0px;*/
	font-weight: bold;
}

#calendar .titles {
	padding-left: 2px;
}

#calendar .days.titles div {
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	color: #232323;
	padding: 5px 0 5px;
	margin-right: 2px;
	width: 26px;
	height: 15px;
}

#calendar .days.m {
	background: none;
	clear: both;
}

#calendar .days.m a {
	margin-left: 2px;
	margin-bottom: 2px;
	border-radius: 2px;
	display: block;
	padding-top: 4px;
	height: 18px;
	width: 24px;
	color: #999;
	/* background: #E4E4E4; */
	text-decoration: none;
	cursor: default;
	text-align: center;
	border: 1px solid #FFFFFF;
}
#calendar .days.m a.f {
}
#calendar .days a.h {
	cursor: pointer;
	color: #fff;
	background: #2491B0;
}
#calendar .days a.a {
	background: #D5D5D5;
	color: black;
}
#calendar .days a:not(.f):hover {
	border: 1px solid gray !important;
}
#calendar .days a.c {
	/* color: #fff; */
	/* background:#26941B; */
	border: 1px solid gray !important;
}

footer > div{ width: 1100px; margin: 0 auto; padding: 0 40px;}
#blfm_video .wrapping_img img {vertical-align: middle;}
#blfm_gallery .photo  {overflow: hidden; height: 150px;}
.redactor .spoiler {opacity: 0.5;}
.toggle_spoiler {text-align: center;}
	.toggle_spoiler span{display: inline-block;
	border-radius: 8px ;
	cursor:pointer;
	padding: 5px 10px;
	border:1px solid white;}
ul.vote {margin: 15px 0;list-style: none;}
ul.vote li {margin-bottom: 5px ; }
ul.vote li label{cursor: pointer}
ul.vote li input {vertical-align: top; margin: 0 15px 0 0;}
.progress {height: 10px;margin: 5px 0;overflow: hidden;background-color: #f7f7f7;background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);background-repeat: repeat-x;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);}.progress .bar {float: left;width: 0;height: 100%;font-size: 12px;color: #ffffff;text-align: center;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);background-color: #0e90d2;background-image: -moz-linear-gradient(top, #149bdf, #0480be);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));background-image: -webkit-linear-gradient(top, #149bdf, #0480be);background-image: -o-linear-gradient(top, #149bdf, #0480be);background-image: linear-gradient(to bottom, #149bdf, #0480be);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-transition: width 0.6s ease;-moz-transition: width 0.6s ease;-o-transition: width 0.6s ease;transition: width 0.6s ease;}.progress .bar + .bar {-webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);-moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);}.progress-striped .bar {background-color: #149bdf;background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);-webkit-background-size: 40px 40px;-moz-background-size: 40px 40px;-o-background-size: 40px 40px;background-size: 40px 40px;}.progress.active .bar {-webkit-animation: progress-bar-stripes 2s linear infinite;-moz-animation: progress-bar-stripes 2s linear infinite;-ms-animation: progress-bar-stripes 2s linear infinite;-o-animation: progress-bar-stripes 2s linear infinite;animation: progress-bar-stripes 2s linear infinite;}.progress-danger .bar,.progress .bar-danger {background-color: #dd514c;background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);}.progress-danger.progress-striped .bar,.progress-striped .bar-danger {background-color: #ee5f5b;background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}.progress-success .bar,.progress .bar-success {background-color: #5eb95e;background-image: -moz-linear-gradient(top, #62c462, #57a957);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));background-image: -webkit-linear-gradient(top, #62c462, #57a957);background-image: -o-linear-gradient(top, #62c462, #57a957);background-image: linear-gradient(to bottom, #62c462, #57a957);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);}.progress-success.progress-striped .bar,.progress-striped .bar-success {background-color: #62c462;background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}.progress-info .bar,.progress .bar-info {background-color: #4bb1cf;background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);background-image: -o-linear-gradient(top, #5bc0de, #339bb9);background-image: linear-gradient(to bottom, #5bc0de, #339bb9);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);}.progress-info.progress-striped .bar,.progress-striped .bar-info {background-color: #5bc0de;background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}.progress-warning .bar,.progress .bar-warning {background-color: #faa732;background-image: -moz-linear-gradient(top, #fbb450, #f89406);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));background-image: -webkit-linear-gradient(top, #fbb450, #f89406);background-image: -o-linear-gradient(top, #fbb450, #f89406);background-image: linear-gradient(to bottom, #fbb450, #f89406);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);}.progress-warning.progress-striped .bar,.progress-striped .bar-warning {background-color: #fbb450;background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}
.grey_line{	background: #E7E7E7; padding: 5px 10px; margin: 15px 0;}
.grey_line span{	color:black;}
.grey_line p {	padding: 5px 0;}
#filtr   p {cursor: pointer;margin-bottom: 5px;  }
#filtr .params > p + div{margin-bottom: 10px;  }
#filtr .params label{display: block;cursor: pointer;}
#filtr button {background: #F6A318;color: #fff; border:none; -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;padding: 10px 10px;cursor: pointer;
width: 100%;
text-align: center; }
#filtr input {margin-left: 0;}
#filtr .gray{ color: gray;}
#filtr .prices{}
#filtr .prices input {border: 1px solid #aaa; padding:4px;width: 64px;
-webkit-box-shadow: 0 1px 0 #fff inset;
-moz-box-shadow: 0 1px 0 #fff inset;
box-shadow: 0 1px 0 #fff inset;
background-color: #eee;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;}
.params label:hover{
	background: #F8F8F8;
}

#email_for_newsletter {padding: 4px 4px ;width: 186px;}
#email_for_newsletter ~ button {padding: 4px 4px ;}

i.icon {height: 9px;width: 9px;display: inline-block; opacity: 0.5}
.icon_to_right {background: url("/images/icon_to_right.png") 50% 50% no-repeat;}
.icon_to_down {background: url("/images/icon_to_down.png") 50% 50% no-repeat;}
/*ui*/
#ui_slider {width: 193px;height: 5px; margin: 5px 0; background: #DADCDD;}
.ui-slider-range {background: #F6A318;}
.ui-slider .ui-slider-handle {background: url(/images/ui-slider-handle_r.png) 50% 2px no-repeat;cursor: pointer ;height: 1.0em;}
.ui-slider .ui-slider-handle:last-child{background: url(/images/ui-slider-handle_l.png) 50% 2px no-repeat;}
.ui-slider .ui-slider-handle:focus{outline: none !important;}

/*bootstrap.form.min.css*/
.btn {display: inline-block;*display: inline;padding: 4px 14px;margin-bottom: 0;*margin-left: .3em;font-size: 14px;line-height: 20px;*line-height: 20px;color: #333333;text-align: center;text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);vertical-align: middle;cursor: pointer;background-color: #f5f5f5;*background-color: #e6e6e6;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);background-repeat: repeat-x;border: 1px solid #bbbbbb;*border: 0;border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);border-color: #e6e6e6 #e6e6e6 #bfbfbf;border-bottom-color: #a2a2a2;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);filter: progid:dximagetransform.microsoft.gradient(enabled=false);*zoom: 1;-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);}.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {color: #333333;background-color: #e6e6e6;*background-color: #d9d9d9;}.btn:active, .btn.active {background-color: #cccccc 9;}.btn:first-child {*margin-left: 0;}.btn:hover {color: #333333;text-decoration: none;background-color: #e6e6e6;*background-color: #d9d9d9;/* Buttons in IE7 don't get borders, so darken on hover */background-position: 0 -15px;-webkit-transition: background-position 0.1s linear;-moz-transition: background-position 0.1s linear;-o-transition: background-position 0.1s linear;transition: background-position 0.1s linear;}.btn:focus {outline: thin dotted #333;outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px;}.btn.active, .btn:active {background-color: #e6e6e6;background-color: #d9d9d9 9;background-image: none;outline: 0;-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);}.btn.disabled, .btn[disabled] {cursor: default;background-color: #e6e6e6;background-image: none;opacity: 0.65;filter: alpha(opacity=65);-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;}.btn-large {padding: 9px 14px;font-size: 16px;line-height: normal;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}.btn-large [class^="icon-"] {margin-top: 2px;}.btn-small {padding: 3px 9px;font-size: 12px;line-height: 18px;}.btn-small [class^="icon-"] {margin-top: 0;}.btn-mini {padding: 2px 6px;font-size: 11px;line-height: 16px;}.btn-block {display: block;width: 100%;padding-right: 0;padding-left: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}.btn-block + .btn-block {margin-top: 5px;}.btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active {color: rgba(255, 255, 255, 0.75);}.btn {border-color: #c5c5c5;border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);}.btn-primary {color: #ffffff;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);background-color: #006dcc;*background-color: #0044cc;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);background-image: -o-linear-gradient(top, #0088cc, #0044cc);background-image: linear-gradient(to bottom, #0088cc, #0044cc);background-image: -moz-linear-gradient(top, #0088cc, #0044cc);background-repeat: repeat-x;border-color: #0044cc #0044cc #002a80;border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);filter: progid:dximagetransform.microsoft.gradient(enabled=false);}.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {color: #ffffff;background-color: #0044cc;*background-color: #003bb3;}.btn-primary:active, .btn-primary.active {background-color: #003399 9;}.btn-warning {color: #ffffff;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);background-color: #faa732;*background-color: #f89406;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));background-image: -webkit-linear-gradient(top, #fbb450, #f89406);background-image: -o-linear-gradient(top, #fbb450, #f89406);background-image: linear-gradient(to bottom, #fbb450, #f89406);background-image: -moz-linear-gradient(top, #fbb450, #f89406);background-repeat: repeat-x;border-color: #f89406 #f89406 #ad6704;border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);filter: progid:dximagetransform.microsoft.gradient(enabled=false);}.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {color: #ffffff;background-color: #f89406;*background-color: #df8505;}.btn-warning:active, .btn-warning.active {background-color: #c67605 9;}.btn-danger {color: #ffffff;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);background-color: #da4f49;*background-color: #bd362f;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);background-repeat: repeat-x;border-color: #bd362f #bd362f #802420;border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);filter: progid:dximagetransform.microsoft.gradient(enabled=false);}.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {color: #ffffff;background-color: #bd362f;*background-color: #a9302a;}.btn-danger:active, .btn-danger.active {background-color: #942a25 9;}.btn-success {color: #ffffff;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);background-color: #5bb75b;*background-color: #51a351;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));background-image: -webkit-linear-gradient(top, #62c462, #51a351);background-image: -o-linear-gradient(top, #62c462, #51a351);background-image: linear-gradient(to bottom, #62c462, #51a351);background-image: -moz-linear-gradient(top, #62c462, #51a351);background-repeat: repeat-x;border-color: #51a351 #51a351 #387038;border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);filter: progid:dximagetransform.microsoft.gradient(enabled=false);}.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {color: #ffffff;background-color: #51a351;*background-color: #499249;}.btn-success:active, .btn-success.active {background-color: #408140 9;}.btn-info {color: #ffffff;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);background-color: #49afcd;*background-color: #2f96b4;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);background-repeat: repeat-x;border-color: #2f96b4 #2f96b4 #1f6377;border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);filter: progid:dximagetransform.microsoft.gradient(enabled=false);}.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {color: #ffffff;background-color: #2f96b4;*background-color: #2a85a0;}.btn-info:active, .btn-info.active {background-color: #24748c 9;}.btn-inverse {color: #ffffff;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);background-color: #363636;*background-color: #222222;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));background-image: -webkit-linear-gradient(top, #444444, #222222);background-image: -o-linear-gradient(top, #444444, #222222);background-image: linear-gradient(to bottom, #444444, #222222);background-image: -moz-linear-gradient(top, #444444, #222222);background-repeat: repeat-x;border-color: #222222 #222222 #000000;border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);filter: progid:dximagetransform.microsoft.gradient(enabled=false);}.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {color: #ffffff;background-color: #222222;*background-color: #151515;}.btn-inverse:active, .btn-inverse.active {background-color: #080808 9;}button.btn, input[type="submit"].btn {*padding-top: 3px;*padding-bottom: 3px;}button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {padding: 0;border: 0;}button.btn.btn-large, input[type="submit"].btn.btn-large {*padding-top: 7px;*padding-bottom: 7px;}button.btn.btn-small, input[type="submit"].btn.btn-small {*padding-top: 3px;*padding-bottom: 3px;}button.btn.btn-mini, input[type="submit"].btn.btn-mini {*padding-top: 1px;*padding-bottom: 1px;}.btn-link, .btn-link:active {background-color: transparent;background-image: none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;}.btn-link {color: #0088cc;cursor: pointer;border-color: transparent;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;}.btn-link:hover {color: #005580;text-decoration: underline;background-color: transparent;}.btn-group {position: relative;*margin-left: .3em;font-size: 0;white-space: nowrap;}.btn-group:first-child {*margin-left: 0;}.btn-group + .btn-group {margin-left: 5px;}.btn-toolbar {margin-top: 10px;margin-bottom: 10px;font-size: 0;}.btn-toolbar .btn-group {display: inline-block;*display: inline;/* IE7 inline-block hack */*zoom: 1;}.btn-toolbar .btn + .btn, .btn-toolbar .btn-group + .btn, .btn-toolbar .btn + .btn-group {margin-left: 5px;}.btn-group > .btn {position: relative;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;}.btn-group > .btn + .btn {margin-left: -1px;}.btn-group > .btn, .btn-group > .dropdown-menu {font-size: 14px;}.btn-group > .btn-mini {font-size: 11px;}.btn-group > .btn-small {font-size: 12px;}.btn-group > .btn-large {font-size: 16px;}.btn-group > .btn:first-child {margin-left: 0;-webkit-border-bottom-left-radius: 4px;border-bottom-left-radius: 4px;-webkit-border-top-left-radius: 4px;border-top-left-radius: 4px;-moz-border-radius-bottomleft: 4px;-moz-border-radius-topleft: 4px;}.btn-group > .btn:last-child, .btn-group > .dropdown-toggle {-webkit-border-top-right-radius: 4px;border-top-right-radius: 4px;-webkit-border-bottom-right-radius: 4px;border-bottom-right-radius: 4px;-moz-border-radius-topright: 4px;-moz-border-radius-bottomright: 4px;}.btn-group > .btn.large:first-child {margin-left: 0;-webkit-border-bottom-left-radius: 6px;border-bottom-left-radius: 6px;-webkit-border-top-left-radius: 6px;border-top-left-radius: 6px;-moz-border-radius-bottomleft: 6px;-moz-border-radius-topleft: 6px;}.btn-group > .btn.large:last-child, .btn-group > .large.dropdown-toggle {-webkit-border-top-right-radius: 6px;border-top-right-radius: 6px;-webkit-border-bottom-right-radius: 6px;border-bottom-right-radius: 6px;-moz-border-radius-topright: 6px;-moz-border-radius-bottomright: 6px;}.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active {z-index: 2;}.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {outline: 0;}.btn-group > .btn + .dropdown-toggle {*padding-top: 5px;padding-right: 8px;*padding-bottom: 5px;padding-left: 8px;-webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);}.btn-group > .btn-mini + .dropdown-toggle {*padding-top: 2px;padding-right: 5px;*padding-bottom: 2px;padding-left: 5px;}.btn-group > .btn-small + .dropdown-toggle {*padding-top: 5px;*padding-bottom: 4px;}.btn-group > .btn-large + .dropdown-toggle {*padding-top: 7px;padding-right: 12px;*padding-bottom: 7px;padding-left: 12px;}.btn-group.open .dropdown-toggle {background-image: none;-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);}.btn-group.open .btn.dropdown-toggle {background-color: #e6e6e6;}.btn-group.open .btn-primary.dropdown-toggle {background-color: #0044cc;}.btn-group.open .btn-warning.dropdown-toggle {background-color: #f89406;}.btn-group.open .btn-danger.dropdown-toggle {background-color: #bd362f;}.btn-group.open .btn-success.dropdown-toggle {background-color: #51a351;}.btn-group.open .btn-info.dropdown-toggle {background-color: #2f96b4;}.btn-group.open .btn-inverse.dropdown-toggle {background-color: #222222;}.btn .caret {margin-top: 8px;margin-left: 0;}.btn-mini .caret, .btn-small .caret, .btn-large .caret {margin-top: 6px;}.btn-large .caret {border-top-width: 5px;border-right-width: 5px;border-left-width: 5px;}.dropup .btn-large .caret {border-top: 0;border-bottom: 5px solid #000000;}.btn-primary .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret, .btn-success .caret, .btn-inverse .caret {border-top-color: #ffffff;border-bottom-color: #ffffff;}.btn-group-vertical {display: inline-block;*display: inline;/* IE7 inline-block hack */*zoom: 1;}.btn-group-vertical .btn {display: block;float: none;width: 100%;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;}.btn-group-vertical .btn + .btn {margin-top: -1px;margin-left: 0;}.btn-group-vertical .btn:first-child {-webkit-border-radius: 4px 4px 0 0;-moz-border-radius: 4px 4px 0 0;border-radius: 4px 4px 0 0;}.btn-group-vertical .btn:last-child {-webkit-border-radius: 0 0 4px 4px;-moz-border-radius: 0 0 4px 4px;border-radius: 0 0 4px 4px;}.btn-group-vertical .btn-large:first-child {-webkit-border-radius: 6px 6px 0 0;-moz-border-radius: 6px 6px 0 0;border-radius: 6px 6px 0 0;}.btn-group-vertical .btn-large:last-child {-webkit-border-radius: 0 0 6px 6px;-moz-border-radius: 0 0 6px 6px;border-radius: 0 0 6px 6px;}.clearfix {*zoom: 1;}.clearfix:before, .clearfix:after {display: table;content: "";line-height: 0;}.clearfix:after {clear: both;}.hide-text {font: 0/0 a;color: transparent;text-shadow: none;background-color: transparent;border: 0;}.input-block-level {display: block;width: 100%;min-height: 30px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}form.bootstrap {margin: 0 0 20px;}.bootstrap fieldset {padding: 0;margin: 0;border: 0;}.bootstrap legend {display: block;width: 100%;padding: 0;margin-bottom: 20px;font-size: 21px;line-height: 40px;color: #333333;border: 0;border-bottom: 1px solid #e5e5e5;}legend small {font-size: 15px;color: #999999;}.bootstrap label, .bootstrap input, .bootstrap button, .bootstrap select, .bootstrap textarea {font-size: 1em;font-weight: normal;line-height: 20px;}.bootstrap input, .bootstrap button, .bootstrap select, .bootstrap textarea {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}.bootstrap label {display: block;margin-bottom: 5px;}.bootstrap select, .bootstrap textarea, .bootstrap input[type="text"], .bootstrap input[type="password"], .bootstrap input[type="datetime"], .bootstrap input[type="datetime-local"], .bootstrap input[type="date"], .bootstrap input[type="month"], .bootstrap input[type="time"], .bootstrap input[type="week"], .bootstrap input[type="number"], .bootstrap input[type="email"], .bootstrap [type="url"], .bootstrap input[type="search"], .bootstrap input[type="tel"], .bootstrap input[type="color"], .uneditable-input {display: inline-block;height: 20px;padding: 4px 6px;margin-bottom: 9px;font-size: 14px;line-height: 20px;color: #555555;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}.bootstrap input, .bootstrap textarea {width: 210px;}.bootstrap textarea {height: auto;}.bootstrap textarea, .bootstrap input[type="text"], .bootstrap input[type="password"], .bootstrap input[type="datetime"], .bootstrap input[type="datetime-local"], .bootstrap input[type="date"], .bootstrap input[type="month"], .bootstrap input[type="time"], .bootstrap input[type="week"], .bootstrap input[type="number"], .bootstrap input[type="email"], .bootstrap input[type="url"], .bootstrap input[type="search"], .bootstrap input[type="tel"], .bootstrap input[type="color"], .uneditable-input {background-color: #ffffff;border: 1px solid #cccccc;-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);-webkit-transition: border linear .2s, box-shadow linear .2s;-moz-transition: border linear .2s, box-shadow linear .2s;-o-transition: border linear .2s, box-shadow linear .2s;transition: border linear .2s, box-shadow linear .2s;}.bootstrap textarea:focus, .bootstrap input[type="text"]:focus, .bootstrap input[type="password"]:focus, .bootstrap input[type="datetime"]:focus, .bootstrap input[type="datetime-local"]:focus, .bootstrap input[type="date"]:focus, .bootstrap input[type="month"]:focus, .bootstrap input[type="time"]:focus, .bootstrap input[type="week"]:focus, .bootstrap input[type="number"]:focus, .bootstrap input[type="email"]:focus, .bootstrap input[type="url"]:focus, .bootstrap input[type="search"]:focus, .bootstrap input[type="tel"]:focus, .bootstrap input[type="color"]:focus, .uneditable-input:focus {border-color: rgba(82, 168, 236, 0.8);outline: 0;outline: thin dotted 9;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);}.bootstrap [type="radio"], .bootstrap input[type="checkbox"] {margin: 4px 0 0;*margin-top: 0;margin-top: 1px ;line-height: normal;cursor: pointer;}.bootstrap input[type="file"], .bootstrap input[type="image"], .bootstrap input[type="submit"], .bootstrap input[type="reset"], .bootstrap input[type="button"], .bootstrap input[type="radio"], .bootstrap input[type="checkbox"] {width: auto;}.bootstrap select, .bootstrap input[type="file"] {height: 30px;*margin-top: 4px;line-height: 30px;}.bootstrap select {width: 220px;border: 1px solid #bbb;background-color: #ffffff;}.bootstrap select[multiple], .bootstrap select[size] {height: auto;}.bootstrap select:focus, .bootstrap input[type="file"]:focus, .bootstrap input[type="radio"]:focus, .bootstrap input[type="checkbox"]:focus {outline: thin dotted #333;outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px;}.uneditable-input, .uneditable-textarea {color: #999999;background-color: #fcfcfc;border-color: #cccccc;-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);cursor: not-allowed;}.uneditable-input {overflow: hidden;white-space: nowrap;}.uneditable-textarea {width: auto;height: auto;}input:-moz-placeholder, textarea:-moz-placeholder {color: #999999;}input:-ms-input-placeholder, textarea:-ms-input-placeholder {color: #999999;}input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: #999999;}.bootstrap .radio, .bootstrap .checkbox {min-height: 18px;padding-left: 18px;}.bootstrap .radio input[type="radio"], .bootstrap .checkbox input[type="checkbox"] {float: left;margin-left: -18px;}.bootstrap .controls > .radio:first-child, .bootstrap .controls > .checkbox:first-child {padding-top: 5px;}.bootstrap .radio.inline, .bootstrap .checkbox.inline {display: inline-block;padding-top: 5px;margin-bottom: 0;vertical-align: middle;}.bootstrap .radio.inline+ .radio.inline, .bootstrap .checkbox.inline+ .checkbox.inline {margin-left: 10px;}.bootstrap .input-mini {width: 60px;}.bootstrap .input-small {width: 90px;}.bootstrap .input-medium {width: 150px;}.bootstrap .input-large {width: 210px;}.bootstrap .input-xlarge {width: 270px;}.bootstrap .input-xxlarge {width: 530px;}.bootstrap input[class*="span"], .bootstrap select[class*="span"], .bootstrap textarea[class*="span"], .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"] {float: none;margin-left: 0;}.input-append input[class*="span"], .input-append .uneditable-input[class*="span"], .input-prepend input[class*="span"], .input-prepend .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"], .row-fluid .input-prepend [class*="span"], .row-fluid .input-append [class*="span"] {display: inline-block;}.bootstrap input, .bootstrap textarea, .uneditable-input {margin-left: 0;}.controls-row [class*="span"]+ [class*="span"] {margin-left: 20px;}.bootstrap input.span12, .bootstrap textarea.span12, .bootstrap .uneditable-input.span12 {width: 926px;}.bootstrap input.span11, .bootstrap textarea.span11, .bootstrap .uneditable-input.span11 {width: 846px;}.bootstrap input.span10, .bootstrap textarea.span10, .bootstrap .uneditable-input.span10 {width: 766px;}.bootstrap input.span9, .bootstrap textarea.span9, .bootstrap .uneditable-input.span9 {width: 686px;}.bootstrap input.span8, .bootstrap textarea.span8, .bootstrap .uneditable-input.span8 {width: 606px;}.bootstrap input.span7, .bootstrap textarea.span7, .bootstrap .uneditable-input.span7 {width: 526px;}.bootstrap input.span6, .bootstrap textarea.span6, .bootstrap .uneditable-input.span6 {width: 446px;}.bootstrap input.span5, .bootstrap textarea.span5, .bootstrap .uneditable-input.span5 {width: 366px;}.bootstrap input.span4, .bootstrap textarea.span4, .bootstrap .uneditable-input.span4 {width: 286px;}.bootstrap input.span3, .bootstrap textarea.span3, .bootstrap .uneditable-input.span3 {width: 206px;}.bootstrap input.span2, .bootstrap textarea.span2, .bootstrap .uneditable-input.span2 {width: 126px;}.bootstrap input.span1, .bootstrap textarea.span1, .bootstrap .uneditable-input.span1 {width: 46px;}.controls-row {*zoom: 1;}.controls-row:before, .controls-row:after {display: table;content: "";line-height: 0;}.controls-row:after {clear: both;}.controls-row [class*="span"] {float: left;}.bootstrap input[disabled], .bootstrap select[disabled], .bootstrap textarea[disabled], .bootstrap input[readonly], .bootstrap select[readonly], .bootstrap textarea[readonly] {cursor: not-allowed;background-color: #eeeeee;}.bootstrap input[type="radio"][disabled], .bootstrap input[type="checkbox"][disabled], .bootstrap input[type="radio"][readonly], .bootstrap input[type="checkbox"][readonly] {background-color: transparent;}.control-group.warning > label, .control-group.warning .help-block, .control-group.warning .help-inline {color: #c09853;}.control-group.warning .checkbox, .control-group.warning .radio, .control-group.warning input, .control-group.warning select, .control-group.warning textarea {color: #c09853;border-color: #c09853;-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);}.control-group.warning .checkbox:focus, .control-group.warning .radio:focus, .control-group.warning input:focus, .control-group.warning select:focus, .control-group.warning textarea:focus {border-color: #a47e3c;-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;}.control-group.warning .input-prepend .add-on, .control-group.warning .input-append .add-on {color: #c09853;background-color: #fcf8e3;border-color: #c09853;}.control-group.error > label, .control-group.error .help-block, .control-group.error .help-inline {color: #b94a48;}.control-group.error .checkbox, .control-group.error .radio, .control-group.error input, .control-group.error select, .control-group.error textarea {color: #b94a48;border-color: #b94a48;-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);}.control-group.error .checkbox:focus, .control-group.error .radio:focus, .control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus {border-color: #953b39;-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;}.control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on {color: #b94a48;background-color: #f2dede;border-color: #b94a48;}.control-group.success > label, .control-group.success .help-block, .control-group.success .help-inline {color: #468847;}.control-group.success .checkbox, .control-group.success .radio, .control-group.success input, .control-group.success select, .control-group.success textarea {color: #468847;border-color: #468847;-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);}.control-group.success .checkbox:focus, .control-group.success .radio:focus, .control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus {border-color: #356635;-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;}.control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on {color: #468847;background-color: #dff0d8;border-color: #468847;}input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid {color: #b94a48;border-color: #ee5f5b;}input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, select:focus:required:invalid:focus {border-color: #e9322d;-webkit-box-shadow: 0 0 6px #f8b9b7;-moz-box-shadow: 0 0 6px #f8b9b7;box-shadow: 0 0 6px #f8b9b7;}.form-actions {padding: 19px 20px 20px;margin-top: 20px;margin-bottom: 20px;background-color: #f5f5f5;border-top: 1px solid #e5e5e5;*zoom: 1;}.form-actions:before, .form-actions:after {display: table;content: "";line-height: 0;}.form-actions:after {clear: both;}.help-block, .help-inline {color: #595959;}.help-block {display: block;margin-bottom: 10px;}.help-inline {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;padding-left: 5px;}.input-append, .input-prepend {margin-bottom: 5px;font-size: 0;white-space: nowrap;}.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input {position: relative;margin-bottom: 0;*margin-left: 0;font-size: 14px;vertical-align: top;-webkit-border-radius: 0 3px 3px 0;-moz-border-radius: 0 3px 3px 0;border-radius: 0 3px 3px 0;}.input-append input:focus, .input-prepend input:focus, .input-append select:focus, .input-prepend select:focus, .input-append .uneditable-input:focus, .input-prepend .uneditable-input:focus {z-index: 2;}.input-append .add-on, .input-prepend .add-on {display: inline-block;width: auto;height: 20px;min-width: 16px;padding: 4px 5px;font-size: 14px;font-weight: normal;line-height: 20px;text-align: center;text-shadow: 0 1px 0 #ffffff;background-color: #eeeeee;border: 1px solid #ccc;}.input-append .add-on, .input-prepend .add-on, .input-append .btn, .input-prepend .btn {margin-left: -1px;vertical-align: top;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;}.input-append .active, .input-prepend .active {background-color: #a9dba9;border-color: #46a546;}.input-prepend .add-on, .input-prepend .btn {margin-right: -1px;}.input-prepend .add-on:first-child, .input-prepend .btn:first-child {-webkit-border-radius: 3px 0 0 3px;-moz-border-radius: 3px 0 0 3px;border-radius: 3px 0 0 3px;}.input-append input, .input-append select, .input-append .uneditable-input {-webkit-border-radius: 3px 0 0 3px;-moz-border-radius: 3px 0 0 3px;border-radius: 3px 0 0 3px;}.input-append .add-on:last-child, .input-append .btn:last-child {-webkit-border-radius: 0 3px 3px 0;-moz-border-radius: 0 3px 3px 0;border-radius: 0 3px 3px 0;}.input-prepend.input-append input, .input-prepend.input-append select, .input-prepend.input-append .uneditable-input {-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;}.input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child {margin-right: -1px;-webkit-border-radius: 3px 0 0 3px;-moz-border-radius: 3px 0 0 3px;border-radius: 3px 0 0 3px;}.input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child {margin-left: -1px;-webkit-border-radius: 0 3px 3px 0;-moz-border-radius: 0 3px 3px 0;border-radius: 0 3px 3px 0;}input.search-query {padding-right: 14px;padding-right: 4px 9;padding-left: 14px;padding-left: 4px 9;margin-bottom: 0;-webkit-border-radius: 15px;-moz-border-radius: 15px;border-radius: 15px;}.form-search .input-append .search-query, .form-search .input-prepend .search-query {-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;}.form-search .input-append .search-query {-webkit-border-radius: 14px 0 0 14px;-moz-border-radius: 14px 0 0 14px;border-radius: 14px 0 0 14px;}.form-search .input-append .btn {-webkit-border-radius: 0 14px 14px 0;-moz-border-radius: 0 14px 14px 0;border-radius: 0 14px 14px 0;}.form-search .input-prepend .search-query {-webkit-border-radius: 0 14px 14px 0;-moz-border-radius: 0 14px 14px 0;border-radius: 0 14px 14px 0;}.form-search .input-prepend .btn {-webkit-border-radius: 14px 0 0 14px;-moz-border-radius: 14px 0 0 14px;border-radius: 14px 0 0 14px;}.form-search input, .form-inline input, .form-horizontal input, .form-search textarea, .form-inline textarea, .form-horizontal textarea, .form-search select, .form-inline select, .form-horizontal select, .form-search .help-inline, .form-inline .help-inline, .form-horizontal .help-inline, .form-search .uneditable-input, .form-inline .uneditable-input, .form-horizontal .uneditable-input, .form-search .input-prepend, .form-inline .input-prepend, .form-horizontal .input-prepend, .form-search .input-append, .form-inline .input-append, .form-horizontal .input-append {display: inline-block;*display: inline;*zoom: 1;margin-bottom: 0;vertical-align: middle;}.form-search .hide, .form-inline .hide, .form-horizontal .hide {display: none;}.form-search label, .form-inline label, .form-search .btn-group, .form-inline .btn-group {display: inline-block;}.form-search .input-append, .form-inline .input-append, .form-search .input-prepend, .form-inline .input-prepend {margin-bottom: 0;}.form-search .radio, .form-search .checkbox, .form-inline .radio, .form-inline .checkbox {padding-left: 0;margin-bottom: 0;vertical-align: middle;}.form-search .radio input[type="radio"], .form-search .checkbox input[type="checkbox"], .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {float: left;margin-right: 3px;margin-left: 0;}.control-group {margin-bottom: 10px;}legend+ .control-group {margin-top: 20px;-webkit-margin-top-collapse: separate;}.form-horizontal .control-group {*zoom: 1;}.form-horizontal .control-group:before, .form-horizontal .control-group:after {display: table;content: "";line-height: 0;}.form-horizontal .control-group:after {clear: both;}.form-horizontal .control-label {float: left;width: 140px;padding-top: 5px;text-align: right;}.form-horizontal .controls {*display: inline-block;*padding-left: 20px;margin-left: 160px;*margin-left: 0;}.form-horizontal .controls:first-child {*padding-left: 160px;}.form-horizontal .help-block {margin-top: 10px;margin-bottom: 0;}.form-horizontal .form-actions {padding-left: 160px;}/*style.for.form.css*/.control-label span {color: red;}#captchaimg {margin-right: 10px;border: 1px solid #BDBDBD;float: left;}#i_captcha {margin-top: 20px}.valid_after {position: absolute;margin-top: 10px;z-index: 99999;}.container_valid_pass {background: #000;width: 282px;height: 10px;border: 1px solid #fff;display: block;overflow: hidden;}.validPassMarker {padding: 1px 4px;width: 282px;margin-left: -300px;display: block;height: 10px;font-size: 10px;}.valid_message {width: auto;background: white;color: #3D3C3D;padding: 5px 10px;border: 1px solid #999;font-size: 14px;text-align: center;box-shadow: 0 0 1px -1px;}.invalid_message {width: auto;background: white;color: #B94A48;padding: 5px 10px;border: 1px solid #E9322D;border-radius: 5px;font-size: 14px;text-align: center;-webkit-box-shadow: 0 0 6px #F8B9B7;-moz-box-shadow: 0 0 6px #f8b9b7;box-shadow: 0 0 6px #F8B9B7;}.bubble-arrow-border {border-style: solid;border-width: 10px;height: 0;width: 0;position: absolute;top: -19px;left: 20px;}.error-bubble {border-color: transparent transparent #E9322D transparent;}.bubble-arrow {border-color: transparent transparent white transparent;border-style: solid;border-width: 10px;height: 0;width: 0;position: absolute;top: -18px;left: 20px;}input.value_Null {color: #838887;}input.value {color: #222231}input.value_true {color: #037E0D}input.value_false {color: #FC016B}#message {margin: 10px 0 0 0;}.guestbook .msg, .callback .msg {font: normal 16px Arial;color: #8B1215;text-align: center;}/*colorbox.css*/#colorbox, #cboxOverlay, #cboxWrapper {position: absolute;top: 0;left: 0;z-index: 9999;overflow: hidden;}#cboxOverlay {position: fixed;width: 100%;height: 100%;}#cboxMiddleLeft, #cboxBottomLeft {clear: left;}#cboxContent {position: relative;}#cboxLoadedContent {overflow: auto;}#cboxTitle {margin: 0;}#cboxLoadingOverlay, #cboxLoadingGraphic {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {cursor: pointer;}.cboxPhoto {float: left;margin: auto;border: 0;display: block;max-width: none;}.cboxIframe {width: 100%;height: 100%;display: block;border: 0;}#colorbox, #cboxContent, #cboxLoadedContent {box-sizing: content-box;}#cboxOverlay {background: url(colorbox_img/overlay.png) repeat 0 0;}#colorbox {}#cboxTopLeft {width: 21px;height: 21px;background: url(colorbox_img/controls.png) no-repeat -101px 0;}#cboxTopRight {width: 21px;height: 21px;background: url(colorbox_img/controls.png) no-repeat -130px 0;}#cboxBottomLeft {width: 21px;height: 21px;background: url(colorbox_img/controls.png) no-repeat -101px -29px;}#cboxBottomRight {width: 21px;height: 21px;background: url(colorbox_img/controls.png) no-repeat -130px -29px;}#cboxMiddleLeft {width: 21px;background: url(colorbox_img/controls.png) left top repeat-y;}#cboxMiddleRight {width: 21px;background: url(colorbox_img/controls.png) right top repeat-y;}#cboxTopCenter {height: 21px;background: url(colorbox_img/border.png) 0 0 repeat-x;}#cboxBottomCenter {height: 21px;background: url(colorbox_img/border.png) 0 -29px repeat-x;}#cboxContent {background: #fff;overflow: hidden;}.cboxIframe {background: #fff;}#cboxError {padding: 50px;border: 1px solid #ccc;}#cboxLoadedContent {margin-bottom: 28px;}#cboxTitle {position: absolute;bottom: 4px;left: 0;text-align: center;width: 100%;color: #949494;}#cboxCurrent {position: absolute;bottom: 4px;left: 58px;color: #949494;}#cboxSlideshow {position: absolute;bottom: 4px;right: 30px;color: #0092ef;}#cboxPrevious {position: absolute;bottom: 0;border: none;left: 0;background: url(colorbox_img/controls.png) no-repeat -75px 0;width: 25px;height: 25px;text-indent: -9999px;}#cboxPrevious:hover {background-position: -75px -25px;}#cboxNext {position: absolute;bottom: 0;left: 27px;background: url(colorbox_img/controls.png) no-repeat -50px 0;width: 25px;border: none;height: 25px;text-indent: -9999px;}#cboxNext:hover {background-position: -50px -25px;}#cboxLoadingOverlay {background: url(colorbox_img/loading_background.png) no-repeat center center;}#cboxLoadingGraphic {background: url(colorbox_img/loading.gif) no-repeat center center;}#cboxClose {position: absolute;bottom: 0;right: 0;background: url(colorbox_img/controls.png) no-repeat -25px 0;width: 25px;height: 25px;border: none;text-indent: -9999px;}#cboxClose:hover {background-position: -25px -25px;}.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);}.cboxIE6 #cboxTopLeft {background: url(colorbox_img/ie6/borderTopLeft.png);}.cboxIE6 #cboxTopCenter {background: url(colorbox_img/ie6/borderTopCenter.png);}.cboxIE6 #cboxTopRight {background: url(colorbox_img/ie6/borderTopRight.png);}.cboxIE6 #cboxBottomLeft {background: url(colorbox_img/ie6/borderBottomLeft.png);}.cboxIE6 #cboxBottomCenter {background: url(colorbox_img/ie6/borderBottomCenter.png);}.cboxIE6 #cboxBottomRight {background: url(colorbox_img/ie6/borderBottomRight.png);}.cboxIE6 #cboxMiddleLeft {background: url(colorbox_img/ie6/borderMiddleLeft.png);}.cboxIE6 #cboxMiddleRight {background: url(colorbox_img/ie6/borderMiddleRight.png);}.cboxIE6 #cboxTopLeft, .cboxIE6 #cboxTopCenter, .cboxIE6 #cboxTopRight, .cboxIE6 #cboxBottomLeft, .cboxIE6 #cboxBottomCenter, .cboxIE6 #cboxBottomRight, .cboxIE6 #cboxMiddleLeft, .cboxIE6 #cboxMiddleRight {_behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");}
