.view-tender-sale table.views-table tr td.views-field-field-tender-date-end-cal,
.view-product-sale table.views-table tr td.views-field-field-tender-date-end-cal,
.view-tender-buy table.views-table tr td.views-field-field-tender-date-end-cal{
	width: 100px;
}
.view-tender-sale table.views-table tr td.views-field-field-about-short,
.view-product-sale table.views-table tr td.views-field-field-about-short,
.view-tender-buy table.views-table tr td.views-field-field-about-short{
	width: 200px;
}
.view-tender-sale table.views-table tr td.views-field-edit-node a,
.view-product-sale table.views-table tr td.views-field-edit-node a,
.view-tender-buy table.views-table tr td.views-field-edit-node a{
	font-size: 0px;
	background: url('../images/pencil.png')no-repeat 0 0 transparent;
	width: 20px;
	height: 20px;
	padding:10px;
}
.view-tender-sale table.views-table tr td.views-field-field-region,
.view-product-sale table.views-table tr td.views-field-field-region,
.view-tender-buy table.views-table tr td.views-field-field-region,
.view-tender-sale table.views-table tr td.views-field-field-tender-contact,
.view-product-sale table.views-table tr td.views-field-field-tender-contact,
.view-tender-buy table.views-table tr td.views-field-field-tender-contact,
.view-tender-sale table.views-table tr td.views-field-field-tender-date-end-cal,
.view-product-sale table.views-table tr td.views-field-field-tender-date-end-cal,
.view-tender-buy table.views-table tr td.views-field-field-tender-date-end-cal{
	text-align: center;
}
.view-product-sale table.views-table thead tr th,
.view-tender-buy table.views-table thead tr th,
.view-tender-sale table.views-table thead tr th{
font-size: 11px;
padding:5px;
width:auto;
text-align: center;
line-height: 11px;
vertical-align: middle;
}
.view-tender-sale table.views-table tr td span,
.view-product-sale table.views-table tr td span,
.view-tender-buy table.views-table tr td span{
	font-size: 13px;
}
.view-tender-sale table.views-table tr td,
.view-product-sale table.views-table tr td,
.view-tender-buy table.views-table tr td{
font-size: 13px;
padding:5px;
width:auto;
}
.view-tender-sale table.views-table,
.view-product-sale table.views-table,
.view-tender-buy table.views-table{
	width: 700px;
}
/* ---------- Overall Specifications ---------- */

@font-face {
	font-family: 'Story';
	src: url('fonts/story-webfont.eot?') format('embedded-opentype'), url('story-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Story';
	src: url('fonts/story_b-webfont.eot?') format('embedded-opentype'), url('story_b-webfont.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Story';
	src: url('fonts/story_i-webfont.eot?') format('embedded-opentype'), url('story_i-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}


html {
  width: 100%;
  min-width: 1000px;
  min-height: 100%;
  background: #fff url('../images/bg.jpg');
}
body {
  width: 960px;
  min-height: 100%;
  line-height: 1.5em;
  font-size: 14px;
  word-wrap: break-word;
  margin: 0 auto;
  padding: 0 20px;
  border: 0;
  outline: 0;
}
a:link,
a:visited {
  color: #293a6f;
  text-decoration: underline;
   -webkit-transition-property: color;
      -moz-transition-property: color;
        -o-transition-property: color;
       -ms-transition-property: color;
           transition-property: color;

   -webkit-transition-duration: 1s;
      -moz-transition-duration: 1s;
        -o-transition-duration: 1s;
       -ms-transition-duration: 1s;
           transition-duration: 1s;
}
a:hover,
a:active,
a:focus {
  color: #0051B7;
  text-decoration: underline;
}


.my_content a:link,
.my_content a:visited {
  color: #eb2b13 !important;
  text-decoration: underline;
}
.my_content a:hover,
.my_content a:active,
.my_content a:focus {
  color: #eb2b13 !important;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Story, Arial, Tahoma;
  color: #293A6F;
  font-weight: bold;
  margin: 1.0em 0 0.5em;
}
h1 {
  font-size: 1.0em;
  color: #000;
}
h2 {
  font-size: 13px;
}
p {
  margin: 0.4em 0;
}
del {
  text-decoration: line-through;
}
tr.odd {
  background-color: #dddddd;
}
img {
  outline: 0;
}


a.slogan_link {
  color: #333;
  text-decoration: none;
}
a.slogan_link:hover {
  color: #000;
  text-decoration: none;
}


#site-map h2.title,
.page-sitemap #page-title { display: none; }
.i18n-en #lang-ru,
.i18n-ru #lang-eng,
.i18n-ru #site-map .site-map-box-menu-menu-top-menu-eng,
.i18n-en #site-map .site-map-box-menu { display: none; }
.i18n-en #site-map .site-map-box-menu-menu-top-menu-eng { display: block; }


.locale-untranslated { text-decoration: none; }


code,
pre,
kbd,
samp,
var {
  padding: 0 0.4em;
  font-size: 0.77em;
  font-family: Menlo, Consolas, "Andale Mono", "Lucida Console", "Nimbus Mono L", "DejaVu Sans Mono", monospace, "Courier New";
}
code {
  background-color: #f2f2f2;
  background-color: rgba(40, 40, 0, 0.06);
}
pre code,
pre kbd,
pre samp,
pre var,
kbd kbd,
kbd samp,
code var {
  font-size: 100%;
  background-color: transparent;
}
pre code,
pre samp,
pre var {
  padding: 0;
}
.description code {
  font-size: 1em;
}
kbd {
  background-color: #f2f2f2;
  border: 1px outset #575757;
  margin: 0 3px;
  color: #666;
  display: inline-block;
  padding: 0 6px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
pre {
  background-color: #f2f2f2;
  background-color: rgba(40, 40, 0, 0.06);
  margin: 10px 0;
  overflow: hidden;
  padding: 15px;
  white-space: pre-wrap;
}


/* ------------------ Fonts ------------------ */

body,
#site-slogan,
.ui-widget,
.comment-form label {
  font-family: Arial, Tahoma, Verdana, Georgia, "Times New Roman", Times, serif;
}
#header,
#footer-wrapper,
#skip-link,
ul.contextual-links,
ul.links,
ul.primary,
.item-list .pager,
div.field-type-taxonomy-term-reference,
div.messages,
div.meta,
p.comment-time,
table{
  font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
input,
textarea,
select,
a.button {
  font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}

.clear		{ clear: both; }

#my_content p {
  text-align: justify;
}


#scroller_container {
 position: relative;
 width: 600px;
 height: 60px;
 overflow: hidden;
}
#scroller {
	white-space: nowrap;
	line-height: 60px;
	font-size: 36px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.my_block {
  text-align: left;
  color: #ccc;
  font-size: 12px;
  line-height: 12px;
}
.my_block a{
  color: #ccc;
}




#top-menu 				{ width: 960px; height: 37px; background: #2f2f2f url('../images/menu_bg.png') 0 0 repeat-x;
		-moz-border-radius: 10px 10px 0 0; -webkit-border-radius: 10px 10px 0 0; border-radius: 10px 10px 0 0; -khtml-border-radius: 10px 10px 0 0; }
#top-menu ul				{ width: 960px; height: 37px; list-style: none; margin: 0; padding: 0; }
#top-menu ul li			{ display: inline-block; position: relative; list-style: none; height: 17px; margin: 0; padding: 0px; font-family: Arial, Tahoma; font-size: 15px; line-height: 17px; float: left; }
#top-menu ul li a			{ display: inline-block; color: #fff; text-transform: uppercase; font-weight: normal; text-decoration: none; height: 17px; margin: 0; padding: 10px 18px; }
#top-menu ul li a:hover,
#top-menu ul li a.active	{ color: #fff; text-decoration: none; background: #293a6f url('/themes/bartik/images/menu_bg_active.png') 0 0 repeat-x; }
#top-menu ul li.first a:hover,
#top-menu ul li.first a.active	{ -moz-border-radius: 10px 0 0 0; -webkit-border-radius: 10px 0 0 0; border-radius: 10px 0 0 0; -khtml-border-radius: 10px 0 0 0; }

#top-menu ul li span.link			{ display: inline-block; color: #fff; text-transform: uppercase; font-weight: normal; text-decoration: none; height: 17px; margin: 0; padding: 10px 18px; }
#top-menu ul li span.link:hover		{ color: #fff; text-decoration: none; background: #293a6f url('/themes/bartik/images/menu_bg_active.png') 0 0 repeat-x; }



#top-menu ul li ul li.first a:hover,
#top-menu ul li ul li.first a.active	{ -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; -khtml-border-radius: 0; }
#top-menu ul li ul li.last a:hover,
#top-menu ul li ul li.last a.active	{ -moz-border-radius: 0 0 10px 10px; -webkit-border-radius: 0 0 10px 10px; border-radius: 0 0 10px 10px; -khtml-border-radius: 0 0 10px 10px; }


#top-menu ul li ul			{ display: inline-block; position: absolute; left: 0px; display: none; padding: 0 0 0px 0; height: auto; top: 37px; width: 310px; background: #2f2f2f; z-index: 100;
							-moz-border-radius: 0 0 10px 10px; -webkit-border-radius: 0 0 10px 10px; border-radius: 0 0 10px 10px; -khtml-border-radius: 0 0 10px 10px; }
#top-menu ul li:hover ul	{ display: block; }
#top-menu ul li ul li			{ clear: both; float: auto; height: auto; }
#top-menu ul li ul li	a		{ display: inline-block; color: #fff; width: 270px; text-transform: uppercase; font-weight: normal; text-decoration: none; height: 17px; margin: 0; padding: 10px 20px; }

#top-menu ul li ul li ul		{ display: none; }


#slogan_wrap			{ width: 958px; height: 34px; background: #e8e8e8; border: 1px solid #d7d7d7;
		-moz-border-radius: 0 0 10px 10px; -webkit-border-radius: 0 0 10px 10px; border-radius: 0 0 10px 10px; -khtml-border-radius: 0 0 10px 10px; }
#slogan				{ width: 2708px; height: 16px; color: #555; margin: 0; padding: 9px 20px;
		text-transform: uppercase; font-family: Arial, Tahoma; font-size: 16px; line-height: 16px; float: left; }

#current_date		{ display: inline-block; font-size: 14px; font-weight: bold; padding: 5px 0 5px 0px;
						background: url('../images/icon _date.jpg') 0% 2px no-repeat; }
#header_link_wrap			{ padding: 5px 0 15px 0; }
#header_link_wrap a.first	{ margin-right: 20px; }
#header_link_wrap a.sitemap	{ margin-left: 60px; }


#comment_field {
	width: 95%;
}


.view-id-tender_sale table,
.view-id-tender_sale tr,
.view-id-tender_sale th,
.view-id-tender_sale tbody,
.view-id-tender_sale td,
.view-id-product_sale table,
.view-id-product_sale tr,
.view-id-product_sale th,
.view-id-product_sale tbody,
.view-id-product_sale td,
.view-id-tender_buy table,
.view-id-tender_buy tr,
.view-id-tender_buy th,
.view-id-tender_buy tbody,
.view-id-tender_buy td {
	margin: 0;
	padding: 0;
	background: none !important;
	border: 0;
	font-size: 14px;
	line-height: 1.5;
	font-family: Arial;
}
.view-id-product_sale table,
.view-id-tender_sale table,
.view-id-tender_buy table {
	margin: 20px 0 0;
	border-bottom: 1px solid #ccc;
}
.view-id-tender_sale th,
.view-id-tender_sale td,
.view-id-product_sale th,
.view-id-product_sale td,
.view-id-tender_buy th,
.view-id-tender_buy td {
	padding: 10px 10px;
	vertical-align: top;
}
.view-id-tender_sale th,
.view-id-product_sale th,
.view-id-tender_buy th {
	color: #111;
}
.view-id-tender_sale td,
.view-id-product_sale td,
.view-id-tender_buy td {
	border-top: 1px solid #ccc;
}
.view-id-tender_sale .more_text,
.view-id-product_sale .more_text,
.view-id-tender_buy .more_text {
	display: none;
	padding: 20px;
}
#cboxLoadedContent .more_text > div {
	padding: 20px;
}
#cboxLoadedContent .more_text .title {
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 10px;
}
#cboxLoadedContent .more_text .title span {
	font-size: 14px;
	font-weight: normal;
	padding-left: 20px;
}
#cboxLoadedContent .more_text .region {
	font-style: italic;
	padding: 0 0 10px;
}


.view-id-tender_sale .views-field-title,
.view-id-product_sale .views-field-title,
.view-id-tender_buy .views-field-title {
	width: 120px;
	font-weight: bold;
}
.view-id-tender_sale .views-field-title span,
.view-id-product_sale .views-field-title span,
.view-id-tender_buy .views-field-title span {
	display: block;
	font-size: 12px;
	padding: 5px 0 0;
	font-weight: normal;
}
.view-id-tender_sale .views-field-field-region,
.view-id-product_sale .views-field-field-region,
.view-id-tender_buy .views-field-field-region {
	width: 150px;
}
.view-id-tender_sale .views-field-field-about-short,
.view-id-product_sale .views-field-field-about-short,
.view-id-tender_buy .views-field-field-about-short {

}





.region.region-lang	{
	position: relative;
}

#block-block-15,
#block-block-16	{
	position: absolute;
	top: -20px;
	left: 160px;
	width: 600px;
	text-align: justify;
}
#block-block-15 table td,
#block-block-16 table td,
#block-block-15 table tbody,
#block-block-16 table tbody {
	padding: 0;
	vertical-align: top;
	background: none;
	border: 0px;
	color: #333;
	font-size: 11px;
	line-height: 1.3em;
}
#block-block-15 table tr,
#block-block-16 table tr {
	background: none;
}
#block-block-15 table td a,
#block-block-16 table td a {
	color: #333;
	text-decoration: none;
}



.form-item-search-block-form input.form-text {
	background: #eee;
	padding: 4px 30px 4px 15px;
	width: 162px;
	border: solid 1px #BCBBBB;
	outline: none;
	font-size: 12px;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
}
#search-block-form--2 input.form-submit {
	position: absolute;
	width: 300px;
	border: 0px solid #E4E4E4 !important;
	color: #f1f1f1 !important;
	cursor: pointer !important;
	font-size: 0.929em !important;
	font-weight: normal !important;
	text-align: center !important;
	margin: 4px 0 0 -24px !important;
	padding: 2px !important;
	-khtml-border-radius: 15px !important;
	-moz-border-radius: 20px !important;
	-webkit-border-radius: 15px !important;
	border-radius: 15px !important;
	background: url('../images/search_input_bg.png') 0% 50% no-repeat !important;
}



#block-locale-language {
  position: absolute;
}

#block-locale-language ul.language-switcher-locale-session {
  list-style: none;
  margin: 0;
  padding: 0;
}

#block-locale-language ul.language-switcher-locale-session li {
  list-style: none;
  margin: 0;
  padding: 0;
  background: none !important;
  font-style: normal !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
}
#block-locale-language ul.language-switcher-locale-session li a {
  color: #293A6F;
}
#block-locale-language ul.language-switcher-locale-session li a.session-active {
  display: none;
}

/*

#slider{}
#slider .nivo-directionNav{
  display: block !important;
}
#slider .nivo-directionNav a{
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-image: url('../images/icon_arrow.png');
}
#slider .nivo-directionNav a:hover{
background-color: #ccc;
}

#slider .nivo-directionNav a.nivo-prevNav{
  background-position: left center;
  left: -30px;
}
#slider .nivo-directionNav a.nivo-nextNav{
  background-position: right center;
  right: -30px;
}
*/


ul { list-style-position: outside;
	list-style-type: square;
	color: #4B4A4E;
	padding: 0;
	margin: 0; }
.content ul { list-style-position: outside;
	list-style-type: square;
	color: #4B4A4E;
	padding: 0;
	margin: 0; }
.content ul li {
	padding: 0 0 3px 15px;
	background: url('../images/mark.png') 0 7px no-repeat;
	list-style: none;
	list-style-position: inside;
	font-style: italic;
	margin: 0; }
.page-node-130 .content ul li,
.page-node-267 .content ul li {
	padding: 0 0 3px 0px;
	background: none;
	list-style: none;
	list-style-position: inside;
	font-style: normal;
	margin: 0; }
ul li { margin: 0 0 0.4em 0; }


.year {
	clear: both;
	width: 60px;
	padding: 5px 10px;
	float: left;
	text-align: left;
	color: #293A6F;
	font-weight: bold;
	font-size: 24px;
	font-family: Story;
}
.month {
	width: 590px;
	float: right;
	padding: 5px 0 0 10px;
	border-left: 5px solid #293A6F;
	margin-bottom: 1px;
}
.month:hover {
	border-left: 5px solid #0051B7;
}
.month h3 {
	margin: 0 0 5px 0;
}
.month p {
	margin: 0.3em 0;
}
.month a {
	color: #333;
	text-decoration: none;
}
.month a a {
	color: #293A6F !important;
	text-decoration: underline !important;
}



#rightbar_front .block		{ width: 215px; padding: 15px 15px 0px 15px; margin: 10px 0 20px 0; background: #ccc;
		-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; -khtml-border-radius: 10px;
		-webkit-box-shadow: 0 7px 15px #aaa; -moz-box-shadow: 0 7px 15px #aaa; -ms-box-shadow: 0 7px 15px #aaa; box-shadow: 0 7px 15px #aaa; }
#rightbar_front .block:hover		{
		-webkit-box-shadow: 0 7px 15px #888; -moz-box-shadow: 0 7px 15px #888; -ms-box-shadow: 0 7px 15px #888; box-shadow: 0 7px 15px #888; }
#rightbar_front .block h2	{ font-family: Arial; float: left; width: auto; font-size: 16px; line-height: 16px; color: #293a6f; text-transform: uppercase;
									padding: 0px 15px 5px 0px; background: url('../images/block_title_mark.gif') 100% 5px no-repeat; }
#rightbar_front .content			{ clear: both; padding: 5px 0px; line-height: 1.3em; font-size: 12px; }
#rightbar_front .content p		{ margin: 0.8em 0; padding: 0; }
#rightbar_front .links			{ display: none; }
#rightbar_front .poll .title		{ padding: 5px 0 10px 0; }


#company_map					{ width: 700px; height: 418px; background: url('../images/company_map.png') 0 0 no-repeat; position: relative; }
#company_map_link_1				{ display: block; width: 40px; height: 26px; position: absolute; left: 115px; top: 160px;
									background: url('../images/map_logo.png') 0 0 no-repeat; }
#company_map_link_2				{ display: block; width: 40px; height: 26px; position: absolute; left: 180px; top: 145px;
									background: url('../images/map_logo.png') 0 0 no-repeat; }
#company_map_link_3				{ display: block; width: 40px; height: 26px; position: absolute; left: 225px; top: 75px;
									background: url('../images/map_logo.png') 0 0 no-repeat; }
#company_map_link_4				{ display: block; width: 40px; height: 26px; position: absolute; left: 228px; top: 137px;
									background: url('../images/map_logo.png') 0 0 no-repeat; }
#company_map_link_5				{ display: block; width: 40px; height: 26px; position: absolute; left: 265px; top: 195px;
									background: url('../images/map_logo.png') 0 0 no-repeat; }
#company_map_link_6				{ display: block; width: 40px; height: 26px; position: absolute; left: 360px; top: 205px;
									background: url('../images/map_logo.png') 0 0 no-repeat; }
#company_map_link_7				{ display: block; width: 40px; height: 26px; position: absolute; left: 595px; top: 200px;
									background: url('../images/map_logo.png') 0 0 no-repeat; }
#company_map_link_8				{ display: block; width: 40px; height: 26px; position: absolute; left: 620px; top: 180px;
									background: url('../images/map_logo.png') 0 0 no-repeat; }
#company_map_link_9				{ display: block; width: 40px; height: 26px; position: absolute; left: 635px; top: 205px;
									background: url('../images/map_logo.png') 0 0 no-repeat; }



.node-type-gallery .field-name-field-photo .field-item a img		{
width: 180px;
height: 135px;
border: 7px solid #fff;
margin: 0 35px 25px 0;
-webkit-box-shadow: 0 7px 15px #aaa;
-moz-box-shadow: 0 7px 15px #aaa;
-ms-box-shadow: 0 7px 15px #aaa;
box-shadow: 0 7px 15px #aaa; }
.node-type-gallery .field-name-field-photo .field-item a:hover img		{
-webkit-box-shadow: 0 10px 15px #555;
-moz-box-shadow: 0 7px 15px #555;
-ms-box-shadow: 0 7px 15px #555;
box-shadow: 0 7px 15px #555; }



.view-index-big table			{ width: 700px; background: none; border: none; font-family: Arial; }
.view-index-big table tbody,
.view-index-big table tr		{ background: none; border: none; }
.view-index-big td			{ width: 345px; height: 301px; padding: 0 10px 10px 0; position: relative; float: left; background: none; border: none; }
.view-index-big td.col-2		{ padding: 0 0px 10px 0; }

.view-index-big td .views-field-title				{ width: auto; padding: 0px; font-size: 18px; position: absolute; z-index: 2; top: 1px; left: 0px; }
.view-index-big td .views-field-title	 a			{ width: 315px; height: 155px; position: absolute; top: 0; left: 0; padding: 15px 15px; text-decoration: underline; color: #fff; font-weight: bold;
		background: url('../images/index_block_shadow.png') 0 -30px repeat-x; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; -khtml-border-radius: 10px;
		-webkit-box-shadow: 0 7px 15px #aaa; -moz-box-shadow: 0 7px 15px #aaa; -ms-box-shadow: 0 7px 15px #aaa; box-shadow: 0 7px 15px #aaa; }
.view-index-big td:hover .views-field-title	 a			{
		-webkit-box-shadow: 0 7px 15px #777; -moz-box-shadow: 0 7px 15px #777; -ms-box-shadow: 0 7px 15px #777; box-shadow: 0 7px 15px #777; }
.view-index-big td .views-field-field-image		{ position: absolute; width: 345px; height: 275px; overflow: hidden; left: 0; top: 0; z-index: 1; border-top: 1px solid #d7d7d7;
		-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; -khtml-border-radius: 10px; }
.view-index-big td .views-field-field-image a		{ width: 345px; height: 275px; display: block; }
.view-index-big td .views-field-field-image img	{ width: 345px; height: 185px; position: absolute; top: 0; left: 0;
		-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; -khtml-border-radius: 10px; }
.view-index-big td .views-field-field-block-text	{ width: 345px; height: 40px; color: #333; font-size: 12px; line-height: 1.3em; padding: 0px;
													position: absolute; top: 195px; text-align: justify; }
.view-index-big td:hover .views-field-field-block-text	{ color: #000; text-decoration: underline; }

.view-index-big td .views-field-nothing			{ padding: 5px; width: 315px; font-size: 12px; position: absolute; z-index: 2; top: 153px; left: 10px;
													border-top: 1px solid #777; }
.view-index-big td .views-field-nothing a			{ font-size: 12px; color: #bbb; font-weight: bold; padding: 0 12px 0 0; text-decoration: none; font-family: Arial;
													background: url('../images/big_block_more.gif') 100% 3px no-repeat;  }
.view-index-big td:hover .views-field-nothing a	{ color: #fff; }

.view-inner-block table tbody,
.view-inner-block table tr	{  background: none; border: none; }
.view-inner-block table { width: 245px;  background: none; border: none; padding: 0; margin: 0; }
.view-inner-block td	{ width: 245px; height: 142px; padding: 0 0px 10px 0; position: relative; float: left;  background: none; border: none; }

.view-inner-block td .views-field-title				{ width: auto; padding: 10px; font-size: 13px; position: absolute; z-index: 2; top: 100px; left: 0px; }
.view-inner-block td .views-field-title a				{ padding: 3px 6px; text-decoration: none; color: #fff; font-weight: bold; font-family: Arial;
									border: 0px solid #293A6F; background: #4a0049 url('../images/views-field-field-blgock-text.png') 0 50% repeat-x; }
.view-inner-block td .views-field-field-image			{ position: absolute; width: 245px; height: 140px; overflow: hidden; left: 0; bottom: 10px; z-index: 1; border-bottom: 1px solid #bbb; border-top: 1px solid #bbb; }
.view-inner-block td .views-field-field-image img		{ width: 245px; height: 140px; position: absolute; top: 0; left: 0; }



.view-id-gallery h3										{ font-size: 22px; text-transform: uppercase; text-align: center; }
.view-id-gallery table,
.view-id-gallery table tr,
.view-id-gallery table td									{ background: none; border: none; vertical-align: top; text-align: center; }
.view-id-gallery table td									{ width: 31%; padding: 10px 1% 15px 1%; }
.view-id-gallery table td img								{ background: #f5f5f5; padding: 5px; border: 1px #ccc solid; margin: 5px 0;
		-webkit-box-shadow: 0 7px 15px #aaa; -moz-box-shadow: 0 7px 15px #aaa; -ms-box-shadow: 0 7px 15px #aaa; box-shadow: 0 7px 15px #aaa; }
.view-id-gallery table td:hover img							{ border: 1px #aaa solid;
		-webkit-box-shadow: 0 7px 15px #999; -moz-box-shadow: 0 7px 15px #999; -ms-box-shadow: 0 7px 15px #999; box-shadow: 0 7px 15px #999; }
.view-id-gallery table td .views-field-title a				{ color: #aaa; font-size: 12px; font-weight: bold; text-tran000sform: uppercase; text-decoration: none; font-famil000y: Story; }
.view-id-gallery table td:hover .views-field-title a		{ color: #293A6F; text-shadow: 1px 1px 5px #bbb; }
.view-id-gallery table td:hover .views-field-title a:hover	{ color: #0051B7; }
.view-id-gallery table td .views-field-field-date			{ font-size: 14px; padding: 3px 0; font-weight: bold; color: #000; text-decoration: none; font-family: Story; }
.view-id-gallery table td:hover .views-field-field-date	{ text-shadow: 1px 1px 5px #bbb; }



.page-node-614 #my_content img,
.page-node-631 #my_content img,
.page-node-669 #my_content img,
.page-node-526 #my_content img,
.page-node-130 #my_content img,
.page-node-594 #my_content img,
.page-node-109 #my_content img								{ background: #f5f5f5; padding: 5px; border: 1px #ccc solid; margin: 5px 0;
		-webkit-box-shadow: 0 7px 15px #aaa; -moz-box-shadow: 0 7px 15px #aaa; -ms-box-shadow: 0 7px 15px #aaa; box-shadow: 0 7px 15px #aaa; }
.page-node-614 #my_content img:hover,
.page-node-631 #my_content img:hover,
.page-node-669 #my_content img:hover,
.page-node-526 #my_content img:hover,
.page-node-130 #my_content img:hover,
.page-node-594 #my_content img:hover,
.page-node-109 #my_content img:hover						{ border: 1px #aaa solid;
		-webkit-box-shadow: 0 7px 15px #999; -moz-box-shadow: 0 7px 15px #999; -ms-box-shadow: 0 7px 15px #999; box-shadow: 0 7px 15px #999; }



#my_content p	{ text-align: justify; }




#block-views-inner-block-block .content		{ margin: 0 !important; }



#my_breadcrumb				{ font-size: 12px; color: #555; }
#my_breadcrumb a				{ font-weight: normal; }
#my_breadcrumb .breadcrumb	{ padding: 0; margin: 0; }


.field-name-field-photo img		{ float: left; margin: 0 5px 5px 0; }



#block-views-newsblock-block 												{ min-height: 260px; }
#block-views-newsblock-block .view-content .views-row						{ padding: 2px 0; clear: both; }
#block-views-newsblock-block .view-content .views-row .views-field-created	{ padding: 0 0 0 15px; background: url('../images/date_block_bg.gif') 0 50% no-repeat;
								color: #6c6c6c; font-weight: bold; }
#block-views-newsblock-block .view-content .views-row .views-field-title		{ padding: 3px 0; font-weight: bold; }
#rightbar_front	 .view-footer												{ padding: 0px 0 0px 15px; font-weight: bold; background: url('../images/plus_block_bg.gif') 0 50% no-repeat; }




#block-views-footer-gallery-block 						{ width: 960px; min-height: 260px; overflow-x: hidden; border-top: 1px solid #d7d7d7; }
#block-views-footer-gallery-block h2						{ font-size: 24px; text-transform: uppercase; padding: 15px 15px 5px 15px; color: #293A6F; text-align: center; }
#block-views-footer-gallery-block a						{ color: #000; text-decoration: none; }
#block-views-footer-gallery-block .content				{ width: 960px; margin-top: 15px; padding: 20px 30px; height: 260px; position: relative; }
#block-views-footer-gallery-block img					{ position: absolute; width: 195px; height: 130px; border: 1px #ccc solid; padding: 6px; background: #f5f5f5;
					-webkit-box-shadow: 0 7px 15px #aaa; -moz-box-shadow: 0 7px 15px #aaa; -ms-box-shadow: 0 7px 15px #aaa; box-shadow: 0 7px 15px #aaa; }
#block-views-footer-gallery-block a:hover img				{ z-index: 100;
					-webkit-box-shadow: 0 7px 15px #777; -moz-box-shadow: 0 7px 15px #777; -ms-box-shadow: 0 7px 15px #777; box-shadow: 0 7px 15px #777; }
#block-views-footer-gallery-block .views-row-1 img		{ top: 10px; left: 15px; }
#block-views-footer-gallery-block .views-row-2 img		{ top: 130px; left: 70px; }
#block-views-footer-gallery-block .views-row-3 img		{ top: 10px; left: 255px; }
#block-views-footer-gallery-block .views-row-4 img		{ top: 130px; left: 310px; }
#block-views-footer-gallery-block .views-row-5 img		{ top: 10px; left: 495px; }
#block-views-footer-gallery-block .views-row-6 img		{ top: 130px; left: 550px; }
#block-views-footer-gallery-block .views-row-7 img		{ top: 10px; left: 725px; }
#block-views-footer-gallery-block .view-footer  			{ top: 180px; left: 780px; font-weight: bold; position: absolute; font-family: Story, Tahoma; text-transform: uppercase; }
#block-views-footer-gallery-block .view-footer a  		{ color: #293A6F; }

#block-views-other-block 							{ width: 960px; min-height: 160px; padding: 0 0 15px 0; border-top: 1px solid #d7d7d7; }
#block-views-other-block h2							{ font-size: 18px; text-transform: uppercase; padding: 15px 15px 5px 15px; color: #293A6F; text-align: center; }
#block-views-other-block table						{ border: 0px solid #fff; background: none; width: 960px; }
#block-views-other-block tr							{ border: 0px solid #fff; background: none; }
#block-views-other-block td							{ width: 210px; padding: 0 15px; text-align: center; border: 0px solid #fff; background: none; vertical-align: top; }
#block-views-other-block td .views-field-title		{ font-weight: normal; line-height: 1.3em; padding: 5px 0 0 0; }
#block-views-other-block td .views-field-title a		{ text-decoration: none; }
#block-views-other-block img							{ border: 7px #e8e8e8 solid; box-shadow: 0px 0px 10px #555; }


ul.pager						{ padding: 10px 0 0 0 !important; }
ul.pager li					{ font-size: 11px; font-style: normal; }
ul.pager li a					{ padding: 3px 5px; text-decoration: none; }
ul.pager li.pager-current		{ color: #fff; font-weight: bold; padding: 3px 5px; background: #293A6F; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -khtml-border-radius: 3px; }
ul.pager li.pager-first,
ul.pager li.pager-last			{ display: none; }


.page table,
.page table tbody,
.page table thead,
.page table tr,
.page table tr td,
.page table tr th		{ background: none; border: 0px solid #fff; vertical-align: top; }




.view-id-taxonomy_term .view-header,
.view-id-press_release .view-header,
.view-id-news .view-header				{ padding: 0 0 20px 0; }
.view-id-taxonomy_term .view-header a,
.view-id-press_release .view-header a,
.view-id-news .view-header a				{ font-size: 16px; font-weight: bold; margin: 0 15px 0 0; }
.view-id-taxonomy_term .view-filters,
.view-id-press_release .view-filters,
.view-id-news .view-filters				{ display: none; }
.view-id-taxonomy_term .views-row,
.view-id-press_release .views-row,
.view-id-news .views-row					{ padding: 0 0 20px; }
.view-id-taxonomy_term .views-field-title,
.view-id-press_release .views-field-title,
.view-id-news .views-field-title			{ font-size: 16px; font-weight: bold; }
.view-id-taxonomy_term .views-field-field-img,
.view-id-press_release .views-field-field-img,
.view-id-news .views-field-field-img		{ }
.view-id-taxonomy_term .views-field-created,
.view-id-press_release .views-field-created,
.view-id-news .views-field-created		{ padding: 5px 0; color: #555; font-style: italic; }
.view-id-taxonomy_term .views-field-body,
.view-id-press_release .views-field-body,
.view-id-news .views-field-body			{  }
.view-id-taxonomy_term .views-field-body a,
.view-id-press_release .views-field-body a,
.view-id-news .views-field-body a		{ color: #333; text-decoration: none; }
.view-id-taxonomy_term .views-field-title-1,
.view-id-press_release .views-field-title-1,
.view-id-news .views-field-title-1		{  }
.view-id-taxonomy_term .views-field-title-1 a,
.view-id-press_release .views-field-title-1 a,
.view-id-news .views-field-title-1 a		{ color: #333; text-decoration: none; }
.view-id-taxonomy_term .press_img,
.view-id-press_release .press_img,
.view-id-news .press_img					{ margin: 0 15px 10px 0; float: left; }


.page-taxonomy-term .breadcrumb { color: #eee; }



.view-id-about_us .view-header					{ padding: 10px 0 30px 0; }
.view-id-about_us .view-header p					{ padding: 20px 0 0px 0 !important; }
.view-id-about_us .view-header a					{ font-size: 16px; font-weight: bold; margin: 0 15px 0 0; }
.view-id-about_us .view-filters					{ display: none; }
.view-id-about_us .views-row						{ padding: 0 0 20px; }
.view-id-about_us .views-field-title				{ font-size: 16px; font-weight: bold; }
.view-id-about_us .views-field-field-img			{ }
.view-id-about_us .views-field-created			{ padding: 5px 0; color: #555; font-style: italic; }
.view-id-about_us .views-field-body				{  }
.view-id-about_us .views-field-title-1			{  }
.view-id-about_us .press_img						{ margin: 0 15px 10px 0; float: left; }






#content_wrap {
	font-size: 13px;
	line-height: 1.25em;
	color: #3E3D40;
}

#content_wrap p {
	padding: 0;
	margin: 0 0 1em 0;
}


.region-content-left .content {
	font-size: 11px;
	line-height: 1.18em;
	color: #3E3D40;
 }

.region-content-left .content p {
	padding: 0;
	margin: 0 0 1em 0;
}



#edit-search-block-form--2	{ padding: 2px 4px; width: 140px !important; margin: 1px 5px; color: #555; font-size: 11px; font-family: Arial; }


.icon_home		{ width: 18px; height: 18px; padding: 5px 20px; background: url('../images/icon_home.png') 50% 50% no-repeat;  }
.icon_map		{ width: 18px; height: 18px; padding: 5px 20px; background: url('../images/icon_map.png') 50% 50% no-repeat;  }
.icon_mail		{ width: 18px; height: 18px; padding: 5px 20px; background: url('../images/icon_mail.png') 50% 50% no-repeat;  }


.page_bottom tr { background: none; }






.block_title		{
  font-size: 15px;
  line-height: 1.25em;
  color: #293A6F;
  font-weight: bold;
  padding: 0 0 0px 0;
  margin: 0; }
.block_content		{ padding: 10px 0; line-height: 1.2em; }


.block h2			{
  font-size: 15px;
  line-height: 1.25em;
  color: #293A6F;
  font-weight: bold;
  padding: 0 0 0px 0;
  margin: 0; }

/* ------------------ Reset Styles ------------------ */

caption {
  text-align: left; /* LTR */
  font-weight: normal;
}
blockquote {
  background: #f7f7f7;
  border-left: 1px solid #bbb;
  font-style: italic;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}
blockquote:before {
  color: #bbb;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -.4em;
}
blockquote:after {
  color: #bbb;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -.45em;
}
blockquote > p:first-child {
  display: inline;
}
a.feed-icon {
  display: inline-block;
  padding: 15px 0 0 0;
}

/* ------------------ Table Styles ------------------ */

table {
  border: 0;
  border-spacing: 0;
  font-size: 0.857em;
  margin: 10px 0;
  width: 100%;
}
table table {
  font-size: 1em;
}
#footer-wrapper table {
  font-size: 1em;
}
table tr th {
  background: #757575;
  background: rgba(0, 0, 0, 0.51);
  border-bottom-style: none;
}
table tr th,
table tr th a,
table tr th a:hover {
  color: #FFF;
  font-weight: bold;
}
table tbody tr th {
  vertical-align: top;
}
tr td,
tr th {
  padding: 4px 9px;
  border: 1px solid #fff;
  text-align: left; /* LTR */
}
#footer-wrapper tr td,
#footer-wrapper tr th {
  border-color: #555;
  border-color: rgba(255, 255, 255, 0.18);
}
tr.odd {
  background: #e4e4e4;
  background: rgba(0, 0, 0, 0.105);
}
tr,
tr.even {
  background: #efefef;
  background: rgba(0, 0, 0, 0.063);
}
table ul.links {
  margin: 0;
  padding: 0;
  font-size: 1em;
}
table ul.links li {
  padding: 0 1em 0 0;
}

.my_content table * { background: none; vertical-align: top; }


/* ------------------ List Styles ------------------ */

.block ol,
.block ul {
  margin: 0;
  padding: 0 0 0.25em 1em; /* LTR */
}
.contextual-links-wrapper {
  font-size: small !important;
}
ul.contextual-links {
  font-size: 0.923em;
}
.contextual-links-wrapper a {
  text-shadow: 0 0 0 !important;
}
.item-list .pager {
  font-size: 1.0em;
}
ul.menu li {
  margin: 0;
}
.region-content ul,
.region-content ol {
  margin: 1em 0;
  padding: 0 0 0.25em 2.5em; /* LTR */
}
.item-list ul li {
  margin: 0;
  padding: 0.2em 0.5em 0 0; /* LTR */
}
ul.tips {
  padding: 0 0 0 1.25em; /* LTR */
}

/* ------------------ Header ------------------ */
#skip-link {
  left: 50%;
  margin-left: -5.25em;
  margin-top: 0;
  position: absolute;
  width: auto;
  z-index: 50;
}
#skip-link a,
#skip-link a:link,
#skip-link a:visited {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: block;
  font-size: 0.94em;
  line-height: 1.7;
  padding: 1px 10px 2px 10px;
  text-decoration: none;
  -khtml-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-radius: 0 0 10px 10px;
}
#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
  outline: 0;
}
#logo {
  float: left; /* LTR */
  padding: 5px 15px 25px 10px; /* LTR */
}
#name-and-slogan {
  float: left; /* LTR */
  padding-top: 34px;
  margin: 0 0 30px 15px; /* LTR */
}
#site-name {
  font-size: 1.821em;
  color: #686868;
  line-height: 1;
}
h1#site-name {
  margin: 0;
}
#site-name a {
  font-weight: normal;
}
#site-slogan {
  font-size: 0.929em;
  margin-top: 7px;
  word-spacing: 0.1em;
  font-style: italic;
}
/* Region header blocks. */
.region-header .block {
  font-size: 0.857em;
  float: left; /* LTR */
  margin: 0 10px;
  padding: 0;
}
.region-header .block .content {
  margin: 0;
  padding: 0;
}
.region-header .block ul {
  margin: 0;
  padding: 0;
}
.region-header .block li {
  list-style: none;
  list-style-image: none;
  padding: 0;
}
.region-header .form-text {
  background: #fefefe;
  background: rgba(255, 255, 255, 0.7);
  border-color: #ccc;
  border-color: rgba(255, 255, 255, 0.3);
  margin-right: 2px; /* LTR */
  width: 120px;
}
.region-header .form-text:hover,
.region-header .form-text:focus,
.region-header .form-text:active {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
}
.region-header .form-required {
  color: #eee;
  color: rgba(255, 255, 255, 0.7);
}
/* Region header block menus. */
.region-header .block-menu {
  border: 1px solid;
  border-color: #eee;
  border-color: rgba(255, 255, 255, 0.2);
  padding: 0;
  width: 208px;
}
.region-header .block-menu li a {
  display: block;
  border-bottom: 1px solid;
  border-bottom-color: #eee;
  border-bottom-color: rgba(255, 255, 255, 0.2);
  padding: 3px 7px;
}
.region-header .block-menu li a:hover,
.region-header .block-menu li a:focus,
.region-header .block-menu li a:active {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.15);
}
.region-header .block-menu li.last a {
  border-bottom: 0;
}
/* User Login block in the header region */
.region-header #block-user-login {
  width: auto;
}
.region-header #block-user-login .content {
  margin-top: 2px;
}
.region-header #block-user-login .form-item {
  float: left; /* LTR */
  margin: 0;
  padding: 0;
}
.region-header #block-user-login div.item-list,
.region-header #block-user-login div.description {
  font-size: 0.916em;
  margin: 0;
}
.region-header #block-user-login div.item-list {
  clear: both;
}
.region-header #block-user-login div.description {
  display: inline;
}
.region-header #block-user-login .item-list ul {
  padding: 0;
  line-height: 1;
}
.region-header #block-user-login .item-list li {
  list-style: none;
  float: left; /* LTR */
  padding: 3px 0 1px;
}
.region-header #block-user-login .item-list li.last {
  padding-left: 0.5em; /* LTR */
}
.region-header #block-user-login ul.openid-links li.last {
  padding-left: 0; /* LTR */
}
.region-header #user-login-form li.openid-link a,
.region-header #user-login li.openid-link a {
  padding-left: 20px; /* LTR */
}
.region-header #block-user-login .form-actions {
  margin: 4px 0 0;
  padding: 0;
  clear: both;
}
.region-header #block-user-login input.form-submit {
  border: 1px solid;
  border-color: #ccc;
  border-color: rgba(255, 255, 255, 0.5);
  background: #eee;
  background: rgba(255, 255, 255, 0.7);
  margin: 4px 0;
  padding: 3px 8px;
}
.region-header #block-user-login input.form-submit:hover,
.region-header #block-user-login input.form-submit:focus {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}
/* Search block in region header. */
.region-header #block-search-form {
  width: 208px;
}
.region-header #block-search-form .form-text {
  width: 154px;
}
/* Language switcher block in region header. */
.region-header .block-locale ul li {
  display: inline;
  padding: 0 0.5em;
}

/* --------------- Main Menu ------------ */

#main-menu {
  clear: both;
}
#main-menu-links {
  font-size: 0.929em;
  margin: 0;
  padding: 0 15px;
}
#main-menu-links li {
  float: left; /* LTR */
  list-style: none;
  padding: 0 1px;
  margin: 0 1px;
}
#main-menu-links a {
  color: #333;
  background: #ccc;
  background: rgba(255, 255, 255, 0.7);
  float: left; /* LTR */
  height: 2.4em;
  line-height: 2.4em;
  padding: 0 0.8em;
  text-decoration: none;
  text-shadow: 0 1px #eee;
  -khtml-border-radius-topleft: 8px;
  -khtml-border-radius-topright: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#main-menu-links a:hover,
#main-menu-links a:focus {
  background: #f6f6f2;
  background: rgba(255, 255, 255, 0.95);
}
#main-menu-links a:active {
  background: #b3b3b3;
  background: rgba(255, 255, 255, 1);
}
#main-menu-links li a.active {
  border-bottom: none;
}
.featured #main-menu-links li a:active,
.featured #main-menu-links li a.active {
  background: #f0f0f0;
  background: rgba(240, 240, 240, 1.0);
}

/* --------------- Secondary Menu ------------ */

#secondary-menu-links {
  float: right; /* LTR */
  font-size: 0.929em;
  margin: 10px 10px 0;
}
#secondary-menu-links a:hover,
#secondary-menu-links a:focus {
  text-decoration: underline;
}

/* ------------------- Main ------------------- */

#main {
  margin-top: 20px;
  margin-bottom: 40px;
}

/* ----------------- Featured ----------------- */

#featured {
  text-align: center;
  font-size: 1.643em;
  font-weight: normal;
  line-height: 1.4;
  padding: 20px 0 45px;
  margin: 0;
  background: #f0f0f0;
  background: rgba(30, 50, 10, 0.08);
  border-bottom: 1px solid #e7e7e7;
  text-shadow: 1px 1px #fff;
}
#featured h2 {
  font-size: 1.174em;
  line-height: 1;
}
#featured p {
  margin: 0;
  padding: 0;
}

/* --------------- Highlighted ---------------- */

#highlighted {
  border-bottom: 1px solid #d3d7d9;
  font-size: 120%;
}

/* ------------------- Help ------------------- */

.region-help {
  border: 1px solid #d3d7d9;
  padding: 0 1.5em;
  margin-bottom: 30px;
}

/* ----------------- Content ------------------ */

.content {
  margin-top: 0px;
}
h1#lang-ru,
h1#lang-eng,
h1#page-title {
  font-size: 32px;
  line-height: 1.25em;
  text-transform: uppercase;
  color: #293A6F;
  font-weight: bold;
  padding: 3px 0 5px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #aaa;
}
#content h2 {
  margin-bottom: 2px;
  color: #293A6F;
  font-size: 13px;
  line-height: 1.4;
}
.node .content {
  font-size: 1.071em;
}
.node-teaser .content {
  font-size: 1em;
}
.node-teaser h2 {
  margin-top: 0;
  padding-top: 0.5em;
}
.node-teaser h2 a {
  color: #181818;
}
.node-teaser {
  border-bottom: 1px solid #d3d7d9;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.node-sticky {
  background: #f9f9f9;
  background: rgba(0, 0, 0, 0.024);
  border: 1px solid #d3d7d9;
  padding: 0 15px 15px;
}
.node-full {
  background: none;
  border: none;
  padding: 0;
}
.node-teaser .content {
  clear: none;
  line-height: 1.6;
}
.meta {
  font-size: 0.857em;
  color: #68696b;
  margin-bottom: -5px;
}
.submitted .user-picture img {
  float: left; /* LTR */
  height: 20px;
  margin: 1px 5px 0 0; /* LTR */
}
.field-type-taxonomy-term-reference {
  margin: 0 0 1.2em;
}
.field-type-taxonomy-term-reference .field-label {
  font-weight: normal;
  margin: 0;
  padding-right: 5px; /* LTR */
}
.field-type-taxonomy-term-reference .field-label,
.field-type-taxonomy-term-reference ul.links {
  font-size: 0.8em;
}
.node-teaser .field-type-taxonomy-term-reference .field-label,
.node-teaser .field-type-taxonomy-term-reference ul.links {
  font-size: 0.821em;
}
.field-type-taxonomy-term-reference ul.links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.field-type-taxonomy-term-reference ul.links li {
  float: left; /* LTR */
  padding: 0 1em 0 0; /* LTR */
  white-space: nowrap;
}
.link-wrapper {
  text-align: right;
}
.user-picture img {
  margin: 0 0 1em;
}
ul.links {
  color: #68696b;
  font-size: 0.821em;
}
.node-unpublished {
  margin: -20px -15px 0;
  padding: 20px 15px 0;
}
.node-unpublished .comment-text .comment-arrow {
  border-left: 1px solid #fff4f4;
  border-right: 1px solid #fff4f4;
}

/* ----------------- Comments ----------------- */

.comment h2.title {
  margin-bottom: 1em;
}
.comment div.user-picture img {
  margin-left: 0; /* LTR */
}
.comment {
  margin-bottom: 20px;
  display: table;
  vertical-align: top;
}
.comment .attribution {
  display: table-cell;
  padding: 0 30px 0 0; /* LTR */
  vertical-align: top;
  overflow: hidden;
}
.comment .attribution img {
  margin: 0;
  border: 1px solid #d3d7d9;
}
.comment .attribution .username {
  white-space: nowrap;
}
.comment .submitted p {
  margin: 4px 0;
  font-size: 1.071em;
  line-height: 1.2;
}
.comment .submitted .comment-time {
  font-size: 0.786em;
  color: #68696b;
}
.comment .submitted .comment-permalink {
  font-size: 0.786em;
  text-transform: lowercase;
}
.comment .content {
  font-size: 0.929em;
  line-height: 1.6;
}
.comment .comment-arrow {
  background: url(../images/comment-arrow.gif) no-repeat 0 center transparent; /* LTR */
  border-left: 1px solid;
  border-right: 1px solid;
  height: 40px;
  margin-left: -47px; /* LTR */
  margin-top: 10px;
  position: absolute;
  width: 20px;
}
.comment .comment-text {
  padding: 10px 25px;
  border: 1px solid #d3d7d9;
  display: table-cell;
  vertical-align: top;
  position: relative;
  width: 100%;
}
.comment .indented {
  margin-left: 40px; /* LTR */
}
.comment ul.links {
  padding: 0 0 0.25em 0;
}
.comment ul.links li {
  padding: 0 0.5em 0 0; /* LTR */
}
.comment-unpublished {
  margin-right: 5px; /* LTR */
  padding: 5px 2px 5px 5px; /* LTR */
}
.comment-unpublished .comment-text .comment-arrow {
  border-left: 1px solid #fff4f4;
  border-right: 1px solid #fff4f4;
}

/* ------------------ Sidebar ----------------- */
.sidebar .section {
  padding-top: 10px;
}
.sidebar .block {
  border: 1px solid;
  padding: 15px 20px;
  margin: 0 0 20px;
}
.sidebar h2 {
  margin: 0 0 0.5em;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 5px;
  text-shadow: 0 1px 0 #fff;
  font-size: 1.071em;
  line-height: 1.2;
}
.sidebar .block .content {
  font-size: 0.914em;
  line-height: 1.4;
}
.sidebar tbody {
  border: none;
}
.sidebar tr.even,
.sidebar tr.odd {
  background: none;
  border-bottom: 1px solid #d6d6d6;
}

/* ----------------- Triptych ----------------- */

#triptych-wrapper {
  background-color: #f0f0f0;
  background: rgba(30, 50, 10, 0.08);
  border-top: 1px solid #e7e7e7;
}
#triptych h2 {
  color: #000;
  font-size: 1.714em;
  margin-bottom: 0.8em;
  text-shadow: 0 1px 0 #fff;
  text-align: center;
  line-height: 1;
}
#triptych .block {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #dfdfdf;
  line-height: 1.3;
}
#triptych .block.last {
  border-bottom: none;
}
#triptych .block ul li,
#triptych .block ol li {
  list-style: none;
}
#triptych .block ul,
#triptych .block ol {
  padding-left: 0;
}
#triptych #block-user-login .form-text {
  width: 185px;
}
#triptych #block-user-online p {
  margin-bottom: 0;
}
#triptych #block-node-syndicate h2 {
  overflow: hidden;
  width: 0;
  height: 0;
}
#triptych-last #block-node-syndicate {
  text-align: right;
}
#triptych #block-search-form .form-type-textfield input {
  width: 185px;
}
#triptych-middle #block-system-powered-by {
  text-align: center;
}
#triptych-last #block-system-powered-by {
  text-align: right;
}

/* ------------------ Footer ------------------ */

#footer-wrapper {
  color: #c0c0c0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.857em;
}
#footer-wrapper a {
  color: #fcfcfc;
  color: rgba(255, 255, 255, 0.8);
}
#footer-wrapper a:hover,
#footer-wrapper a:focus {
  color: #fefefe;
  color: rgba(255, 255, 255, 0.95);
  text-decoration: underline;
}
#footer-wrapper .block {
  margin: 20px 0;
  border: 1px solid #444;
  border-color: rgba(255, 255, 255, 0.1);
  padding: 10px;
}
#footer-columns .block-menu,
#footer .block {
  margin: 0;
  padding: 0;
  border: none;
}
#footer .block {
  margin: 0.5em 0;
}
#footer .block .content {
  padding: 0.5em 0;
  margin-top: 0;
}
#footer .block h2 {
  margin: 0;
}
#footer-columns h2 {
  border-bottom: 1px solid #555;
  border-color: rgba(255, 255, 255, 0.15);
  font-size: 1em;
  margin-bottom: 0;
  padding-bottom: 3px;
  text-transform: uppercase;
}
#footer-columns .content {
  margin-top: 0;
}
#footer-columns p {
  margin-top: 1em;
}
#footer-columns .content ul {
  list-style: none;
  padding-left: 0; /* LTR */
  margin-left: 0;
}
#footer-columns .content li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer-columns .content li a {
  display: block;
  border-bottom: 1px solid #555;
  border-color: rgba(255, 255, 255, 0.15);
  line-height: 1.2;
  padding: 0.8em 2px 0.8em 20px; /* LTR */
  text-indent: -15px;
}
#footer-columns .content li a:hover,
#footer-columns .content li a:focus {
  background-color: #1f1f21;
  background-color: rgba(255, 255, 255, 0.05);
  text-decoration: none;
}
#footer {
  letter-spacing: 0.2px;
  margin-top: 30px;
  border-top: 1px solid #555;
  border-color: rgba(255, 255, 255, 0.15);
}
#footer .region {
  margin-top: 20px;
}
#footer .block {
  clear: both;
}
#footer ul,
#footer li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer li a {
  float: left; /* LTR */
  padding: 0 12px;
  display: block;
  border-right: 1px solid #555; /* LTR */
  border-color: rgba(255, 255, 255, 0.15);
}
#footer li.first a {
  padding-left: 0; /* LTR */
}
#footer li.last a {
  padding-right: 0; /* LTR */
  border-right: none; /* LTR */
}
#footer-wrapper tr.odd {
  background-color: transparent;
}
#footer-wrapper tr.even {
  background-color: #2c2c2c;
  background-color: rgba(0, 0, 0, 0.15);
}

/* --------------- System Tabs  --------------- */

.tabs {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 15px 0 20px 0;
}
.tabs ul.primary {
  padding: 0 3px;
  margin: 0;
  overflow: hidden;
  border: none;
  background: transparent url(../images/tabs-border.png) repeat-x left bottom;
}
.tabs ul.primary li {
  display: block;
  float: left; /* LTR */
  vertical-align: bottom;
  margin: 0 5px 0 0; /* LTR */
}
.tabs ul.primary li.active a {
  border-bottom: 1px solid #ffffff;
}
.tabs ul.primary li a {
  color: #000;
  background-color: #ededed;
  height: 1.8em;
  line-height: 1.9;
  display: block;
  font-size: 0.929em;
  float: left; /* not LTR */
  padding: 0 10px 3px;
  margin: 0;
  text-shadow: 0 1px 0 #fff;
  -khtml-border-radius-topleft: 6px;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -khtml-border-radius-topright: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
}
.tabs ul.primary li.active a {
  background-color: #ffffff;
}
.tabs ul.secondary {
  border-bottom: none;
  padding: 0.5em 0;
}
.tabs ul.secondary li {
  display: block;
  float: left; /* LTR */
}
.tabs ul.secondary li:last-child {
  border-right: none; /* LTR */
}
.tabs ul.secondary li:first-child {
  padding-left: 0; /* LTR */
}
.tabs ul.secondary li a {
  padding: 0.25em 0.5em;
}
.tabs ul.secondary li a.active {
  background: #f2f2f2;
  border-bottom: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
ul.action-links {
  list-style: none;
  margin: 5px;
  padding: 0.5em 1em;
}
ul.action-links li {
  display: inline-block;
  margin-left: 10px;
}
ul.action-links li a {
  padding-left: 15px;
  background: url(../images/add.png) no-repeat left center;
  margin: 0 10px 0 0;
}

/* ---------------- Messages  ----------------- */

#messages {
  padding: 20px 0 5px;
  margin: 0 auto;
}
.featured #messages {
  background: #f0f0f0;
  background: rgba(30, 50, 10, 0.08);
}
div.messages {
  margin: 8px 15px;
}

/* -------------- Breadcrumbs   -------------- */

.breadcrumb {
  font-size: 0.929em;
}

/* -------------- User Profile   -------------- */

.profile .user-picture {
  float: none;
}

/* -------------- Password Meter  ------------- */

.confirm-parent,
.password-parent {
  width: 34em;
}
.password-parent,
div.form-item div.password-suggestions {
  position: relative;
}
.password-strength-text,
.password-strength-title,
div.password-confirm {
  font-size: 0.82em;
}
.password-strength-text {
  margin-top: 0.2em;
}
div.password-confirm {
  margin-top: 2.2em;
  width: 20.73em;
}

/* ---------------- Buttons    ---------------- */
#submit_1,
input.form-submit,
a.button {
  background: #fff url(../images/buttons.png) 0 0 repeat-x;
  border: 1px solid #e4e4e4;
  border-bottom: 1px solid #b4b4b4;
  border-left-color: #d2d2d2;
  border-right-color: #d2d2d2;
  color: #3a3a3a;
  cursor: pointer;
  font-size: 0.929em;
  font-weight: normal;
  text-align: center;
  margin-bottom: 1em;
  margin-right: 0.6em; /* LTR */
  padding: 4px 17px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
#submit_1:hover,
a.button:link,
a.button:visited,
a.button:hover,
a.button:focus,
a.button:active {
  text-decoration: none;
  color: #5a5a5a;
}

/* -------------- Form Elements   ------------- */

fieldset {
  background: #ffffff;
  border: 1px solid #cccccc;
  margin-top: 10px;
  margin-bottom: 32px;
  padding: 0 0 10px;
  position: relative;
  top: 12px; /* Offsets the negative margin of legends */
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.fieldset-wrapper {
  margin-top: 25px;
}
.node-form .vertical-tabs .fieldset-wrapper {
  margin-top: 0;
}
.filter-wrapper {
  top: 0;
  padding: 1em 0 0.2em;
  -khtml-border-radius-topright: 0;
  -khtml-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.filter-help a {
  font-size: 0.857em;
  padding: 2px 20px 0;
}
.filter-wrapper .form-item label {
  margin-right: 10px;
}
.filter-wrapper .form-item {
  padding: 0 0 0.5em 0.5em;
}
.filter-guidelines {
  padding: 0 1.5em 0 0.5em;
}
fieldset.collapsed {
  background: transparent;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
fieldset legend {
  background: #dbdbdb;
  border: 1px solid #ccc;
  border-bottom: none;
  color: #3b3b3b;
  display: block;
  height: 2em;
  left: -1px; /* LTR */
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  line-height: 2;
  padding: 0;
  position: absolute;
  text-indent: 10px;
  text-shadow: 0 1px 0 #fff;
  top: -12px;
  width: 100%;
  -khtml-border-radius-topleft: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -khtml-border-radius-topright: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
fieldset.collapsed legend {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
fieldset legend a {
  color: #3b3b3b;
}
fieldset legend a:hover,
fieldset legend a:focus,
fieldset legend a:active {
  color: #000;
}
fieldset .fieldset-wrapper {
  padding: 0 10px;
}
fieldset .fieldset-description {
  margin-top: 5px;
  margin-bottom: 1em;
  line-height: 1.4;
  color: #3c3c3c;
  font-style: italic;
}
input {
  margin: 2px 0;
  padding: 4px;
}
input,
textarea {
  font-size: 0.929em;
}
textarea {
  line-height: 1.5;
}
textarea.form-textarea,
select.form-select {
  padding: 4px;
}
input.form-text,
textarea.form-textarea,
select.form-select {
  border: 1px solid #ccc;
}
input.form-submit:hover,
input.form-submit:focus {
  background: #dedede;
}
.password-suggestions ul li {
  margin-left: 1.2em; /* LTR */
}
.form-item {
  margin-bottom: 1em;
  margin-top: 2px;
}
.form-item label {
  font-size: 0.929em;
}
.form-type-radio label,
.form-type-checkbox label {
  margin-left: 4px;
}
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2px;
}
.form-actions {
  padding-top: 10px;
}
/* Contact Form */
.contact-form #edit-name {
  width: 75%;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.contact-form #edit-mail {
  width: 75%;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.contact-form #edit-subject {
  width: 75%;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.contact-form #edit-message {
  width: 76.3%;
  -khtml-border-top-left-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.contact-form .resizable-textarea .grippie {
  width: 76%;
  -khtml-border-bottom-left-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* Disabled form elements */
input.form-button-disabled,
input.form-button-disabled:hover,
input.form-button-disabled:focus,
input.form-button-disabled:active,
.form-disabled input,
.form-disabled select,
.form-disabled textarea {
  background: #ededed;
  border-color: #bbb;
  color: #717171;
}
.form-disabled .grippie {
  background-color: #ededed;
  border-color: #bbb;
}
.form-disabled label {
  color: #717171;
}

/* Animated throbber */
html.js input.form-autocomplete {
  background-position: 100% 4px; /* LTR */
}
html.js input.throbbing {
  background-position: 100% -16px; /* LTR */
}

/* Comment form */
.comment-form label {
  float: left; /* LTR */
  font-size: 0.929em;
  width: 120px;
}
.comment-form input,
.comment-form .form-select {
  margin: 0;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.comment-form .form-type-textarea label {
  float: none;
}
.comment-form .form-item,
.comment-form .form-radios,
.comment-form .form-type-checkbox,
.comment-form .form-select {
  margin-bottom: 10px;
  overflow: hidden;
}
.comment-form .form-type-checkbox,
.comment-form .form-radios {
  margin-left: 120px; /* LTR */
}
.comment-form .form-type-checkbox label,
.comment-form .form-radios label {
  float: none;
  margin-top: 0;
}
.comment-form input.form-file {
  width: auto;
}
.no-sidebars .comment-form .form-text {
  width: 800px;
}
.one-sidebar .comment-form .form-text {
  width: 500px;
}
.two-sidebars .comment-form .form-text {
  width: 320px;
}
.comment-form .form-item .description {
  font-size: 0.786em;
  line-height: 1.2;
  margin-left: 120px; /* LTR */
}
#content h2.comment-form {
  margin-bottom: 0.5em;
}
.comment-form .form-textarea {
  -khtml-border-radius-topleft: 4px;
  -khtml-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.comment-form fieldset.filter-wrapper .fieldset-wrapper,
.comment-form .text-format-wrapper .form-item {
  margin-top: 0;
  margin-bottom: 0;
}
.filter-wrapper label {
  width: auto;
  float: none;
}
.filter-wrapper .form-select {
  min-width: 120px;
}
.comment-form fieldset.filter-wrapper .tips {
  font-size: 0.786em;
}
#comment-body-add-more-wrapper .form-type-textarea label {
  margin-bottom: 0.4em;
}
#edit-actions input {
  margin-right: 0.6em; /* LTR */
}

/* -------------- Other Overrides ------------- */

div.password-suggestions {
  border: 0;
}
.ui-widget-overlay {
  background: #222222;
  opacity: 0.7;
}
div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
  padding: 1em;
}
#forum .name {
  font-size: 1.083em;
}
#forum .description {
  font-size: 1em;
}

/* --------------- Search Form ---------------- */

#block-search-form {
  padding-bottom: 7px;
}
#block-search-form .content {
  margin-top: 0;
}
#search-form input#edit-keys,
#block-search-form .form-item-search-block-form input {
  float: left; /* LTR */
  font-size: 1em;
  height: 1.143em;
  margin-right: 5px;
  width: 9em;
}
#search-block-form input.form-submit,
#search-form input.form-submit {
  margin-left: 0;
  margin-right: 0;
  height: 19px;
  padding: 0;
  cursor: pointer;
  border: 0px solid #000;
  background: none;
  overflow: hidden;
}
#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus,
#search-form input.form-submit:hover,
#search-form input.form-submit:focus {
  background-position: center bottom;
  color: #293A6F;
}
#search-form .form-item-keys label {
  display: block;
}

/* --------------- Search Results ---------------- */
ol.search-results {
  padding-left: 0;
}
.search-results li {
  border-bottom: 1px solid #d3d7d9;
  padding-bottom: 0.4285em;
  margin-bottom: 0.5em;
}
.search-results li:last-child {
  border-bottom: none;
  padding-bottom: none;
  margin-bottom: 1em;
}
.search-results .search-snippet-info {
  padding-left: 0;
}

/* -------------- Shortcut Links -------------- */

.shortcut-wrapper {
  margin: 2.2em 0 1.1em 0; /* Same as usual h1#page-title margin. */
}
.shortcut-wrapper h1#page-title {
  float: left; /* LTR */
  margin: 0;
}
div.add-or-remove-shortcuts {
  padding-top: 0.9em;
}
.overlay div.add-or-remove-shortcuts {
  padding-top: 0.8em;
}

/* ---------- Admin-specific Theming ---------- */

.page-admin #content img {
  margin-right: 15px; /* LTR */
}
.page-admin #content .simpletest-image img {
  margin: 0;
}
.page-admin-structure-block-demo .block-region {
  background: #ffff66;
  border: 1px dotted #9f9e00;
  color: #000;
  font: 90% "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  margin: 5px;
  padding: 5px;
  text-align: center;
  text-shadow: none;
}
.page-admin-structure-block-demo #featured .block-region {
  font-size: 0.55em;
}
.page-admin-structure-block-demo #header .block-region {
  width: 500px;
}
.page-admin #admin-dblog img {
  margin: 0 5px;
}
/* Fix spacing when Seven is used in the overlay. */
#system-theme-settings fieldset {
  padding: 0;
}
#system-theme-settings fieldset .fieldset-legend {
  margin-top: 0;
}
/* Configuration. */
div.admin .right,
div.admin .left {
  width: 49%;
  margin: 0;
}
div.admin-panel {
  background: #fbfbfb;
  border: 1px solid #ccc;
  margin: 10px 0;
  padding: 0 5px 5px;
}
div.admin-panel h3 {
  margin: 16px 7px;
}
div.admin-panel dt {
  border-top: 1px solid #ccc;
  padding: 7px 0 0;
}
div.admin-panel dd {
  margin: 0 0 10px;
}
div.admin-panel .description {
  margin: 0 0 14px 7px;
}

/* ---------- Overlay layout styles ----------- */

.overlay #main,
.overlay #content {
  width: auto;
  float: none;
}
.overlay #page {
  padding: 0 2em;
}
.overlay .region-page-top,
.overlay #header,
.overlay #page-title,
.overlay #featured,
.overlay #sidebar-first,
.overlay #triptych-wrapper,
.overlay #footer-wrapper {
  display: none;
}
.overlay-processed .field-type-image {
  display: block;
  float: none;
}
.overlay #messages {
  width: auto;
}

/* ---------- Poll ----------- */

.node .poll {
  margin: 2em 0;
}
.node .poll #edit-choice {
  margin: 0 0 1.5em;
}
.poll .vote-form {
  text-align: left; /* LTR */
}
.poll .vote-form .choices {
  margin: 0;
}
.poll .percent {
  font-size: 0.857em;
  font-style: italic;
  margin-bottom: 3em;
  margin-top: -3.2em;
  float: right;
  text-align: right;
}
.poll .text {
  clear: right;
  margin-right: 2.25em;
}
.poll .total {
  font-size: 0.929em;
  font-style: italic;
  text-align: right; /* LTR */
  clear: both;
}
.node .poll {
  margin: 1.8em 0 0;
}
.node .poll .text {
  margin-right: 6.75em;
}
.node .poll #edit-choice {
  margin: 0 0 1.2em;
}
.poll .bar .foreground {
  background-color: #666;
}
#footer-wrapper .poll .bar {
  background-color: #666;
}
#footer-wrapper .poll .bar .foreground {
  background-color: #ddd;
}
.nivo-caption p{
	padding:0;
}
.nivo-caption span{
	padding:5px;
	
}
.nivo-caption {
    background: none;
    bottom: 15px;
    right: 15px;
    left: auto;
    text-align: right;
}

body.i18n-en span.i18-ru, body.i18n-ru span.i18-en{
	display:none;	
}

span.i18-ru, span.i18-en{
	padding: 8px 15px;
	margin-bottom:15px;
	background: #2f2f2f url('../images/menu_bg.png') 0 0 repeat-x;
	color:#fff;
	border-radius: 17px;
	text-transform:uppercase;
	text-decoration:none
}

span.i18-ru a , span.i18-en a{
	text-decoration:none;
}

.theme-default .nivo-caption a{border-bottom:0;}