/* {{{ Reset */
/* line 17, /var/lib/gems/1.8/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
	background: #fff;
	}

/*html {
	background: url(../images/background_squares.jpg) repeat-y;
	background-position: 50% 0;
	}*/

/*html {
	background: url(../images/bg_html_ny.jpg) repeat-y;
	background-position: 50% 0;
	}*/

/*html {
	background: url(../images/background_luxale.jpg) no-repeat;
	background-position: 50% 0;
	background-size: 2000px 1400px;
	}*/

/* line 20, /var/lib/gems/1.8/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body {
  line-height: 1;
}

/* line 22, /var/lib/gems/1.8/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 24, /var/lib/gems/1.8/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 26, /var/lib/gems/1.8/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 28, /var/lib/gems/1.8/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 101, /var/lib/gems/1.8/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 30, /var/lib/gems/1.8/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 115, /var/lib/gems/1.8/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* }}} Reset */
/* {{{ Body styles */
/*$alt_font_family: unquote('"URW Gothic L", Helvetica, "Century Gothic", "Tw Cen MT", Futura, Arial, sans-serif') !default;*/
/* line 19, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
body {
  /*max-width: 61em; [> 1098px <]*/
  margin: 0 auto;
	/*background: url(../images/bg_body_ny.jpg) no-repeat;
	background-position: 50% 0%;
	background-size: 2000px 1199px;
	-moz-background-size: 2000px 1199px;
	-webkit-background-size: 2000px 1199px;
	-o-background-size: 2000px 11999px;*/
  color: #333333;
  font-family: Georgia, Times, Times New Roman, serif;
  /*font-size: $base_font_size;*/
  /*line-height: $baseline_grid/$base_font_size em; [> Baseline grid of 18px <]*/
  font-size: 13px;
  line-height: 1.535em;
  /* Baseline grid of 20px */
}

/* }}} Body styles */
/* {{{ Font sizes and Margins */
/* line 34, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
p, ul, ol, dl, table, address, fieldset, pre, form div {
  font-size: 1em;
  /* 13px */
}

/* deal with likely (but certainly not all) inherited shrinkage */
/* line 39, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
ul p, ol p, table p, dl p, ul ul, ol ol, ul ol, ol ul, address p, form div div, form div p, fieldset div, table form div {
  font-size: 1em;
}

/* line 43, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
p, ul, ol, dl, address, table, blockquote, pre, fieldset {
  margin-bottom: 1.535em;
  /* 20px */
}

/* line 47, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
p {
  margin-bottom: 1.535em;
  /* 20px */
}

/* }}} Font sizes and Margins */
/* {{{ Links */
/* line 66, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
a:link, a.hover_underline, ul.topnav > li > a,
button.link span {
  color: #0044aa;
  text-decoration: underline;
}

/* line 71, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
a:visited {
  color: #0044aa;
  text-decoration: underline;
}

/* line 79, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
a:hover, a.hover_underline:hover, ul.topnav > li > a:hover,
a:focus,
button.link:hover,
button.link:focus span {
  color: #0066ff;
  text-decoration: underline;
}

/* line 85, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
a:active,
button.link:active span {
  color: #0066ff;
}

/* line 89, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
a.img:visited, a.img:link, a.img.hover_underline, ul.topnav > li > a.img {
  background-color: transparent;
  text-decoration: none;
}

/* line 94, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
a.img:active, a.img:hover, a.img.hover_underline:hover, ul.topnav > li > a.img:hover {
  background-color: transparent;
  text-decoration: none;
}

/* line 99, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
a.hover_underline, ul.topnav > li > a {
  text-decoration: none;
}

/* line 104, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
a.hover_underline:hover, ul.topnav > li > a:hover, ul.topnav > li > a.hover_underline:hover {
  text-decoration: underline;
}

/* }}} Links */
/* {{{ Headings */
/* line 111, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
h1 {
  font-family: "Segoe UI", Candara, "Trebuchet MS", "Bitstream Vera Sans", Verdana, "Verdana Ref", sans-serif;
  font-weight: bold;
  font-size: 1.6923em;
  /* 22px */
  line-height: 1.6364em;
  /* 36px */
  margin-bottom: 0.8182em;
  /* 18px */
}

/* line 119, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
h2 {
  font-size: 1.6923em;
  /* 22px */
  font-style: italic;
  line-height: 1.1364em;
  /* 25px */
  margin-top: 0.9091em;
  /*20px*/
  margin-bottom: 0.59em;
  /*13px*/
  padding-bottom: 3px;
}

/* line 129, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
h3 {
  font-family: "Segoe UI", Candara, "Trebuchet MS", "Bitstream Vera Sans", Verdana, "Verdana Ref", sans-serif;
  font-weight: bold;
  font-size: 1.2308em;
  /* 16px */
  line-height: 1.25em;
  margin-top: 0.75em;
  /* 12px */
  margin-bottom: 0.75em;
  /* 12px */
}

/* line 137, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
h4 {
  font-family: "Segoe UI", Candara, "Trebuchet MS", "Bitstream Vera Sans", Verdana, "Verdana Ref", sans-serif;
  font-weight: bold;
  font-size: 1.230em;
  /* 16px */
  line-height: 1.25em;
  margin-bottom: 0.625em;
  /* 10px */
}

/* line 144, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
h5 {
  font-family: "Segoe UI", Candara, "Trebuchet MS", "Bitstream Vera Sans", Verdana, "Verdana Ref", sans-serif;
  font-weight: bold;
  font-size: 1em;
  /* 13px */
}

/* line 149, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
h6 {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.535em;
  margin: 0;
}

/* }}} Headings */
/* {{{ Lists */
/* line 158, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
ul ul, ol ol, ol ul, ul ol {
  margin-bottom: 0;
}

/* }}} Lists */
/* {{{ Blockquotes */
/* }}} Blockquotes */
/* {{{ Tables */
/* }}} Tables */
/* {{{ Forms */
/* {{{ Containers */
/* line 168, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
form .container {
  margin-bottom: 1.535em;
  /* 20px */
}

/* {{{ Fieldsets */
/* line 173, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
fieldset {
  border: 1px solid #ccc;
  padding: 0 1.385em 0.692em 1.385em;
  /* 9px 18px 0 18px */
}

/* line 178, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
legend {
  font-weight: bold;
}

/* line 182, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
form fieldset .container {
  margin-top: 1.535em;
  /* 20px */
  margin-bottom: 0;
  /*position: relative;*/
  /*top: -0.692em; [> fudge to deal with IE fieldset margin/padding <]*/
}

/* }}} Fieldsets */
/* }}} Containers */
/* {{{ Labels */
/* line 192, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
label {
  font-weight: bold;
  cursor: pointer;
}

/* line 197, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
.meta-label {
  font-weight: bold;
  margin-bottom: 0;
}

/* line 204, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
.multi_container label,
.radio_container label,
.checkbox_container label {
  font-weight: normal;
}

/* line 211, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
.radio_container label,
.checkbox_container label,
.text_container label,
.textarea_container label {
  display: block;
  /*margin-bottom: 0.3em;*/
}

/* line 216, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
.compact label {
  display: inline;
}

/* line 220, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
label abbr {
  /* hide required astericks */
  display: none;
}

/* }}} Labels */
/* {{{ Meta */
/* line 225, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
form .help {
  display: block;
  color: #777;
  font-style: normal;
  font-size: 0.846em;
  /* 11px */
}

/* }}} Meta */
/* {{{ Form controls */
/* line 234, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
input, textarea, select, button {
  font-family: inherit;
  font-size: 1em;
}

/* line 240, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
textarea, input[type='text'],
input[type='password'], select {
  border-width: 1px;
  border-style: solid;
  border-top-color: #999;
  border-left-color: #999;
  border-bottom-color: #ccc;
  border-right-color: #ccc;
  padding: 0 1px 1px 5px;
}

/* line 251, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
input[type='text'],
input[type='password'] {
  margin-top: 0.3077em;
  height: 2.4615em;
}

/* line 257, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
textarea:focus, input[type='text']:focus,
input[type='password']:focus, select:focus {
  border-color: #888;
}

/* line 261, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
input.short {
  width: 4em;
}

/* line 265, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
input.medium, textarea.medium {
  width: 12em;
}

/* line 269, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
input.long, textarea.long {
  width: 30em;
}

/* line 273, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
textarea {
  width: 99%;
  display: block;
}

/* line 278, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
.button_container input {
  font-weight: bold;
}

/* line 282, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
.button_container input.cancel {
  font-weight: normal;
}

/* line 286, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
button.link {
  border: 0;
  padding: 0;
  background-color: #fff;
  font-weight: normal;
  cursor: pointer;
  width: auto;
  overflow: visible;
}

/* accessability feature, resize check and radio inputs */
/* line 298, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
.radio_container input,
.checkbox_container input {
  width: 1em;
  height: 1em;
}

/* }}} Form controls */
/* }}} Forms */
/* {{{ Other elements styles */
/* line 307, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
strong {
  font-weight: bold;
}

/* }}} Other elements style */
/* {{{ Fieldsets */
/* }}} Fieldsets */
/* {{{ Forms */
/* }}} Forms */
/* {{{ Labels */
/* }}} Labels */
/* {{{ Meta */
/* }}} Meta */
/* {{{ Other */
/* line 14, /home/lex/projects/2011/arabio-ru/prototype/sass/_helper.scss */
a.iconed, a.vkontakte, a.facebook {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  padding-left: 21px;
  background-position: left center;
  background-repeat: no-repeat;
  line-height: 16px;
  height: 16px;
}
/* line 7, /var/lib/gems/1.8/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
a.iconed, a.vkontakte, a.facebook {
  *display: inline;
}

/* line 23, /home/lex/projects/2011/arabio-ru/prototype/sass/_helper.scss */
a.vkontakte {
  background-image: url('/images/vkontakte_16.png?1294881526');
}

/* line 28, /home/lex/projects/2011/arabio-ru/prototype/sass/_helper.scss */
a.facebook {
  background-image: url('/images/facebook_16.png?1245794704');
}

/* line 33, /home/lex/projects/2011/arabio-ru/prototype/sass/_helper.scss */
.clearfix {
  clear: both;
}

/* line 15, /home/lex/projects/2011/arabio-ru/prototype/sass/_structure.scss */
#header {
  width: 980px;
  margin: 0 auto;
  background: url(../images/header_sorry.png) no-repeat;
  background-position: 104px bottom;
  -webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}
/* line 21, /home/lex/projects/2011/arabio-ru/prototype/sass/_structure.scss */
#header #logo {
  float: left;
  width: 104px;
  height:105px;
}
/* line 26, /home/lex/projects/2011/arabio-ru/prototype/sass/_structure.scss */
#header #top_navigation {
  float: left;
  width: 676px;
}
/* line 31, /home/lex/projects/2011/arabio-ru/prototype/sass/_structure.scss */
#header #userbox {
  float: left;
  width: 185px;
  height: 87px;
  background: #fff;
  text-align: right;
  padding-top:18px;
  padding-right: 15px;
  -webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}

/* line 38, /home/lex/projects/2011/arabio-ru/prototype/sass/_structure.scss */
#top {
  width: 1006px;
  margin: 0 auto;
  background-image: url('/images/main_no_sidebar_bg.png?1295427034');
  background-repeat: repeat-y;
  background-position: center top;
  overflow: hidden;
  *zoom: 1;
}
/* line 48, /home/lex/projects/2011/arabio-ru/prototype/sass/_structure.scss */
#top > div.container {
  width: 960px;
  padding: 0.768em 13px;
  margin: 0 auto;
}

a.advert_link {
	display: block;
	width: 100%;
	height: 127px;
	outline: none;
	z-index: 99;
	}
	
	.advert_wrapper {
		position: relative;
		width: 1030px;
		height: 250px;
		margin: 0 auto;
		z-index: 100;
		}
		
		.advert_banner {
			position: absolute;
				top: 66px;
				right: 50%;
			width: 379px;
			height: 153px;
			margin: 0 -500px 0 0;
			z-index: 101;
			}

/* line 55, /home/lex/projects/2011/arabio-ru/prototype/sass/_structure.scss */
#main {
  width: 980px;
  margin: 0 auto;
  background-image: url('/images/main_bg.png?1295427024');
  background-repeat: repeat-y;
  background-position: center top;
  overflow: hidden;
  *zoom: 1;
}
/* line 65, /home/lex/projects/2011/arabio-ru/prototype/sass/_structure.scss */
#main > div.primary {
  width: 650px;
  float: left;
  overflow: hidden;
  background-image: url('/images/top_shade_bg.png?1295427594');
  background-repeat: repeat-x;
  background-position: left top;
}
	#main > div.primary table[width="610"], #main > div.primary table[width="580"] {
		margin-left: 20px;
		}
		
		#main > div.primary table[width="610"] td, #main > div.primary table[width="580"] td {
			vertical-align: top !important;
			}
		
/* line 76, /home/lex/projects/2011/arabio-ru/prototype/sass/_structure.scss */
#main > div.secondary {
  width: 330px;
  float: left;
  overflow: hidden;
  background-image: url('/images/top_shade_bg.png?1295427594');
  background-repeat: repeat-x;
  background-position: left top;
  padding-top: 0.768em;
  /* half line lead */
}

/* line 90, /home/lex/projects/2011/arabio-ru/prototype/sass/_structure.scss */
#bottom {
  width: 980px;
  margin: 0 auto;
  background-image: url('/images/main_no_sidebar_bg.png?1295427034');
  background-repeat: repeat-y;
  background-position: center top;
  overflow: hidden;
  *zoom: 1;
}
/* line 100, /home/lex/projects/2011/arabio-ru/prototype/sass/_structure.scss */
#bottom > div.container {
  width: 940px;
  padding: 0.768em 20px;
  margin: 0 auto;
  background-image: url('/images/top_shade_bg.png?1295427594');
  background-repeat: repeat-x;
  background-position: left top;
}

/* line 111, /home/lex/projects/2011/arabio-ru/prototype/sass/_structure.scss */
#footer {
  background-image: url('/images/footer_bg.png');
  background-repeat: no-repeat;
  background-position: center top;
}
/* line 116, /home/lex/projects/2011/arabio-ru/prototype/sass/_structure.scss */
#footer > div.container {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  *zoom: 1;
  padding-top: 3.846em;
  padding-bottom: 3.846em;
}
/* line 123, /home/lex/projects/2011/arabio-ru/prototype/sass/_structure.scss */
#footer #about_arabio {
  display: inline;
  float: left;
  position: relative;
  margin-left: 1%;
  margin-right: 1%;
  width: 39.667%;
}
/* line 127, /home/lex/projects/2011/arabio-ru/prototype/sass/_structure.scss */
#footer #bottom_navigation {
  padding-left: 8.333%;
  display: inline;
  float: left;
  position: relative;
  margin-left: 1%;
  margin-right: 1%;
  width: 23%;
}
/* line 132, /home/lex/projects/2011/arabio-ru/prototype/sass/_structure.scss */
#footer #credits {
  display: inline;
  float: left;
  position: relative;
  margin-left: 1%;
  margin-right: 1%;
  width: 23%;
}


/* line 5, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
#top_navigation {
  padding-top: 48px;
}

/* line 9, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
#social_links {
  margin: 0px 0px 20px 0px;
}
/* line 10, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
#social_links a {
  text-decoration: none;
  color: #333;
}
/* line 58, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
#social_links a:hover, #social_links a.hover_underline:hover, #social_links ul.topnav > li > a:hover {
  text-decoration: underline;
}

/* line 18, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
#userbox a {
  text-decoration: none;
  color: #333;
}
/* line 58, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
#userbox a:hover, #userbox a.hover_underline:hover, #userbox ul.topnav > li > a:hover {
  text-decoration: underline;
}
/* line 22, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
#userbox ul.hlinks, #userbox div.pagination ul, div.pagination #userbox ul, #userbox
ul.pagination {
  font-family: "Segoe UI", Candara, "Trebuchet MS", "Bitstream Vera Sans", Verdana, "Verdana Ref", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.7692em;
  /* 10px */
  float: right;
  margin-bottom: 13px;
}

/* line 31, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
#search {
  width: 200px;
  height: 22px;
  float: right;
}
/* line 40, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
#search input#query {
  width: 100px;
  height: 22px;
  padding: 1px;
  margin-right: 5px;
  border: 1px solid #dedede;
}

/* line 54, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
#content > h1, #content > h2, #content > h3, #content > h4, #content > h5, #content > h6 {
  margin-left: 20px;
}

/* {{{ Color coded categories */
/* }}} Color coded categories */
/* {{{ Top navigation menu */
/* line 86, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.topnav {
  height: 41px;
  margin: 0px;
  /*background: url(../images/header_bg.png);*/
  /* Sprite bg positions */
}
/* line 90, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.topnav > li {
  float: left;
  text-align: center;
  padding: 0px;
  margin: 0px;
  position: relative;
}
/* line 98, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.topnav > li > a {
  font-family: "Segoe UI", Candara, "Trebuchet MS", "Bitstream Vera Sans", Verdana, "Verdana Ref", sans-serif;
  font-weight: bold;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  line-height: 41px;
  height: 41px;
  padding: 0px 10px;
  font-size: 1.07692em;
  /* 14px */
  font-weight: normal;
  font-style: italic;
  color: #1a1a1a;
}
/* line 7, /var/lib/gems/1.8/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
ul.topnav > li > a {
  *display: inline;
}
/* line 113, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.topnav > li:hover, ul.topnav > li.selected {
  z-index: 9998;
}
/* line 116, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.topnav > li:hover > a, ul.topnav > li.selected > a {
  background-image: url('/images/categories_bg.png?1296024656');
  background-repeat: no-repeat;
  background-position: -660px top;
  color: white;
}
/* line 126, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.topnav > li.cat_1 > a {
  background-position: -660px 0px;
}
/* line 126, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.topnav > li.cat_2 > a {
  background-position: -660px -42px;
}
/* line 126, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.topnav > li.cat_3 > a {
  background-position: -660px -84px;
}
/* line 126, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.topnav > li.cat_4 > a {
  background-position: -660px -126px;
}
/* line 126, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.topnav > li.cat_5 > a {
  background-position: -660px -168px;
}
/* line 126, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.topnav > li.cat_6 > a {
  background-position: -660px -210px;
}
/* line 126, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.topnav > li.cat_7 > a {
  background-position: -660px -252px;
}
/* line 126, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.topnav > li.cat_8 > a {
  background-position: -660px -294px;
}
/* line 126, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.topnav > li.cat_9 > a {
  background-position: -660px -336px;
}
/* line 126, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.topnav > li.cat_10 > a {
  background-position: -660px -378px;
}
/* line 126, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.topnav > li.cat_11 > a {
  background-position: -660px -420px;
}

/* line 136, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
div.dropdown, div.dropdown_wide {
  position: absolute;
  left: -9999px;
  z-index: 9998;
  width: 300px;
  background-color: white;
  border: 2px solid #999;
  text-align: left;
  padding-top: 0.768em;
  padding-bottom: 0.768em;
}
/* line 147, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
div.dropdown h4, div.dropdown_wide h4, div.dropdown h5, div.dropdown_wide h5 {
  margin-left: 10px;
  margin-bottom: 10px;
}

/* line 156, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
div.dropdown_wide {
  width: 500px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  *zoom: 1;
}
/* line 164, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
div.dropdown_wide .primary {
  float: left;
  overflow: hidden;
  width: 200px;
  padding-top: 0.768em;
  padding-bottom: 0.768em;
}
/* line 173, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
div.dropdown_wide .secondary {
  float: left;
  overflow: hidden;
  width: 300px;
  padding-top: 0.768em;
  padding-bottom: 0.768em;
  background-image: url('/images/left_shade_bg.png?1295989386');
  background-repeat: repeat-y;
  background-position: left top;
}

/* line 188, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.topnav li:hover div.dropdown, ul.topnav li:hover div.dropdown_wide {
  left: 0px;
  top: 40px;
}
/* line 194, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.topnav li.cat_4:hover div.dropdown, ul.topnav li.cat_4:hover div.dropdown_wide {
  left: -105.455px;
}
/* line 194, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.topnav li.cat_5:hover div.dropdown, ul.topnav li.cat_5:hover div.dropdown_wide {
  left: -105.455px;
}
/* line 194, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.topnav li.cat_6:hover div.dropdown, ul.topnav li.cat_6:hover div.dropdown_wide {
  left: -105.455px;
}
/* line 194, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.topnav li.cat_7:hover div.dropdown, ul.topnav li.cat_7:hover div.dropdown_wide {
  left: -105.455px;
}
/* line 194, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.topnav li.cat_8:hover div.dropdown, ul.topnav li.cat_8:hover div.dropdown_wide {
  left: -105.455px;
}
/* line 201, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.topnav li.cat_9:hover div.dropdown, ul.topnav li.cat_9:hover div.dropdown_wide {
  left: auto;
  right: 0px;
}
/* line 201, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.topnav li.cat_10:hover div.dropdown, ul.topnav li.cat_10:hover div.dropdown_wide {
  left: auto;
  right: 0px;
}
/* line 201, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.topnav li.cat_11:hover div.dropdown, ul.topnav li.cat_11:hover div.dropdown_wide {
  left: auto;
  right: 0px;
}
/* line 208, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.topnav li.cat_1 div.dropdown, ul.topnav li.cat_1 div.dropdown_wide {
  border-color: #e29e7b;
}
/* line 208, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.topnav li.cat_2 div.dropdown, ul.topnav li.cat_2 div.dropdown_wide {
  border-color: #3c62b7;
}
/* line 208, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.topnav li.cat_3 div.dropdown, ul.topnav li.cat_3 div.dropdown_wide {
  border-color: #ce34d5;
}
/* line 208, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.topnav li.cat_4 div.dropdown, ul.topnav li.cat_4 div.dropdown_wide {
  border-color: #f72200;
}
/* line 208, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.topnav li.cat_5 div.dropdown, ul.topnav li.cat_5 div.dropdown_wide {
  border-color: #ff7906;
}
/* line 208, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.topnav li.cat_6 div.dropdown, ul.topnav li.cat_6 div.dropdown_wide {
  border-color: #998dff;
}
/* line 208, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.topnav li.cat_7 div.dropdown, ul.topnav li.cat_7 div.dropdown_wide {
  border-color: #ca5d14;
}
/* line 208, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.topnav li.cat_8 div.dropdown, ul.topnav li.cat_8 div.dropdown_wide {
  border-color: #5aa02c;
}
/* line 208, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.topnav li.cat_9 div.dropdown, ul.topnav li.cat_9 div.dropdown_wide {
  border-color: #ff3182;
}
/* line 208, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.topnav li.cat_10 div.dropdown, ul.topnav li.cat_10 div.dropdown_wide {
  border-color: #2dc3a4;
}
/* line 208, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.topnav li.cat_11 div.dropdown, ul.topnav li.cat_11 div.dropdown_wide {
  border-color: #ffcc00;
}

/* line 216, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.topnav li.cat_4:hover div.dropdown_wide {
  left: -205.455px;
}
/* line 216, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.topnav li.cat_5:hover div.dropdown_wide {
  left: -205.455px;
}
/* line 216, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.topnav li.cat_6:hover div.dropdown_wide {
  left: -205.455px;
}
/* line 216, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.topnav li.cat_7:hover div.dropdown_wide {
  left: -205.455px;
}
/* line 216, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.topnav li.cat_8:hover div.dropdown_wide {
  left: -205.455px;
}

/* }}} Top navigation menu */
/* {{{ Category color-coded links */
/* line 226, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
a.category_link, a.cat_1, a.cat_1_inv, a.cat_2, a.cat_2_inv, a.cat_3, a.cat_3_inv, a.cat_4, a.cat_4_inv, a.cat_5, a.cat_5_inv, a.cat_6, a.cat_6_inv, a.cat_7, a.cat_7_inv, a.cat_8, a.cat_8_inv, a.cat_9, a.cat_9_inv, a.cat_10, a.cat_10_inv, a.cat_11, a.cat_11_inv {
  text-transform: uppercase;
  font-family: Arial, sans;
  font-size: 0.7692em;
  /* 10px */
  line-height: 1em;
  /* 10px */
  margin-bottom: 1em;
  /* 10px */
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  text-decoration: none;
}
/* line 7, /var/lib/gems/1.8/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
a.category_link, a.cat_1, a.cat_1_inv, a.cat_2, a.cat_2_inv, a.cat_3, a.cat_3_inv, a.cat_4, a.cat_4_inv, a.cat_5, a.cat_5_inv, a.cat_6, a.cat_6_inv, a.cat_7, a.cat_7_inv, a.cat_8, a.cat_8_inv, a.cat_9, a.cat_9_inv, a.cat_10, a.cat_10_inv, a.cat_11, a.cat_11_inv {
  *display: inline;
}
/* line 58, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
a.category_link:hover, a.category_link.hover_underline:hover, ul.topnav > li > a.category_link:hover, ul.topnav > li > a.cat_1:hover, ul.topnav > li > a.cat_1_inv:hover, ul.topnav > li > a.cat_2:hover, ul.topnav > li > a.cat_2_inv:hover, ul.topnav > li > a.cat_3:hover, ul.topnav > li > a.cat_3_inv:hover, ul.topnav > li > a.cat_4:hover, ul.topnav > li > a.cat_4_inv:hover, ul.topnav > li > a.cat_5:hover, ul.topnav > li > a.cat_5_inv:hover, ul.topnav > li > a.cat_6:hover, ul.topnav > li > a.cat_6_inv:hover, ul.topnav > li > a.cat_7:hover, ul.topnav > li > a.cat_7_inv:hover, ul.topnav > li > a.cat_8:hover, ul.topnav > li > a.cat_8_inv:hover, ul.topnav > li > a.cat_9:hover, ul.topnav > li > a.cat_9_inv:hover, ul.topnav > li > a.cat_10:hover, ul.topnav > li > a.cat_10_inv:hover, ul.topnav > li > a.cat_11:hover, ul.topnav > li > a.cat_11_inv:hover, a.hover_underline.cat_1:hover, a.hover_underline.cat_1_inv:hover, a.hover_underline.cat_2:hover, a.hover_underline.cat_2_inv:hover, a.hover_underline.cat_3:hover, a.hover_underline.cat_3_inv:hover, a.hover_underline.cat_4:hover, a.hover_underline.cat_4_inv:hover, a.hover_underline.cat_5:hover, a.hover_underline.cat_5_inv:hover, a.hover_underline.cat_6:hover, a.hover_underline.cat_6_inv:hover, a.hover_underline.cat_7:hover, a.hover_underline.cat_7_inv:hover, a.hover_underline.cat_8:hover, a.hover_underline.cat_8_inv:hover, a.hover_underline.cat_9:hover, a.hover_underline.cat_9_inv:hover, a.hover_underline.cat_10:hover, a.hover_underline.cat_10_inv:hover, a.hover_underline.cat_11:hover, a.hover_underline.cat_11_inv:hover, a.cat_1:hover, a.cat_1_inv:hover, a.cat_2:hover, a.cat_2_inv:hover, a.cat_3:hover, a.cat_3_inv:hover, a.cat_4:hover, a.cat_4_inv:hover, a.cat_5:hover, a.cat_5_inv:hover, a.cat_6:hover, a.cat_6_inv:hover, a.cat_7:hover, a.cat_7_inv:hover, a.cat_8:hover, a.cat_8_inv:hover, a.cat_9:hover, a.cat_9_inv:hover, a.cat_10:hover, a.cat_10_inv:hover, a.cat_11:hover, a.cat_11_inv:hover {
  text-decoration: underline;
}

/* line 237, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
a.cat_1 {
  color: #e29e7b;
}

/* line 242, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
a.cat_1_inv {
  background-color: #e29e7b;
  color: white;
  padding: 2px 3px;
  text-decoration: none;
}
/* line 62, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
a.cat_1_inv:hover, a.cat_1_inv.hover_underline:hover, ul.topnav > li > a.cat_1_inv:hover {
  text-decoration: none;
}

/* line 237, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
a.cat_2 {
  color: #3c62b7;
}

/* line 242, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
a.cat_2_inv {
  background-color: #3c62b7;
  color: white;
  padding: 2px 3px;
  text-decoration: none;
}
/* line 62, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
a.cat_2_inv:hover, a.cat_2_inv.hover_underline:hover, ul.topnav > li > a.cat_2_inv:hover {
  text-decoration: none;
}

/* line 237, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
a.cat_3 {
  color: #ce34d5;
}

/* line 242, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
a.cat_3_inv {
  background-color: #ce34d5;
  color: white;
  padding: 2px 3px;
  text-decoration: none;
}
/* line 62, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
a.cat_3_inv:hover, a.cat_3_inv.hover_underline:hover, ul.topnav > li > a.cat_3_inv:hover {
  text-decoration: none;
}

/* line 237, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
a.cat_4 {
  color: #f72200;
}

/* line 242, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
a.cat_4_inv {
  background-color: #f72200;
  color: white;
  padding: 2px 3px;
  text-decoration: none;
}
/* line 62, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
a.cat_4_inv:hover, a.cat_4_inv.hover_underline:hover, ul.topnav > li > a.cat_4_inv:hover {
  text-decoration: none;
}

/* line 237, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
a.cat_5 {
  color: #ff7906;
}

/* line 242, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
a.cat_5_inv {
  background-color: #ff7906;
  color: white;
  padding: 2px 3px;
  text-decoration: none;
}
/* line 62, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
a.cat_5_inv:hover, a.cat_5_inv.hover_underline:hover, ul.topnav > li > a.cat_5_inv:hover {
  text-decoration: none;
}

/* line 237, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
a.cat_6 {
  color: #998dff;
}

/* line 242, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
a.cat_6_inv {
  background-color: #998dff;
  color: white;
  padding: 2px 3px;
  text-decoration: none;
}
/* line 62, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
a.cat_6_inv:hover, a.cat_6_inv.hover_underline:hover, ul.topnav > li > a.cat_6_inv:hover {
  text-decoration: none;
}

/* line 237, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
a.cat_7 {
  color: #ca5d14;
}

/* line 242, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
a.cat_7_inv {
  background-color: #ca5d14;
  color: white;
  padding: 2px 3px;
  text-decoration: none;
}
/* line 62, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
a.cat_7_inv:hover, a.cat_7_inv.hover_underline:hover, ul.topnav > li > a.cat_7_inv:hover {
  text-decoration: none;
}

/* line 237, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
a.cat_8 {
  color: #5aa02c;
}

/* line 242, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
a.cat_8_inv {
  background-color: #5aa02c;
  color: white;
  padding: 2px 3px;
  text-decoration: none;
}
/* line 62, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
a.cat_8_inv:hover, a.cat_8_inv.hover_underline:hover, ul.topnav > li > a.cat_8_inv:hover {
  text-decoration: none;
}

/* line 237, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
a.cat_9 {
  color: #ff3182;
}

/* line 242, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
a.cat_9_inv {
  background-color: #ff3182;
  color: white;
  padding: 2px 3px;
  text-decoration: none;
}
/* line 62, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
a.cat_9_inv:hover, a.cat_9_inv.hover_underline:hover, ul.topnav > li > a.cat_9_inv:hover {
  text-decoration: none;
}

/* line 237, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
a.cat_10 {
  color: #2dc3a4;
}

/* line 242, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
a.cat_10_inv {
  background-color: #2dc3a4;
  color: white;
  padding: 2px 3px;
  text-decoration: none;
}
/* line 62, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
a.cat_10_inv:hover, a.cat_10_inv.hover_underline:hover, ul.topnav > li > a.cat_10_inv:hover {
  text-decoration: none;
}

/* line 237, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
a.cat_11 {
  color: #ffcc00;
}

/* line 242, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
a.cat_11_inv {
  background-color: #ffcc00;
  color: white;
  padding: 2px 3px;
  text-decoration: none;
}
/* line 62, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
a.cat_11_inv:hover, a.cat_11_inv.hover_underline:hover, ul.topnav > li > a.cat_11_inv:hover {
  text-decoration: none;
}

/* }}} Category color-coded links */
/* {{{ Category color-coded headings */
/* line 254, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
h2.category_heading, h2.cat_1, h2.cat_2, h2.cat_3, h2.cat_4, h2.cat_5, h2.cat_6, h2.cat_7, h2.cat_8, h2.cat_9, h2.cat_10, h2.cat_11 {
  background-image: url('/images/categories_bg.png?1296024656');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-left: 24px;
}
/* line 261, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
h2.category_heading a, h2.cat_1 a, h2.cat_2 a, h2.cat_3 a, h2.cat_4 a, h2.cat_5 a, h2.cat_6 a, h2.cat_7 a, h2.cat_8 a, h2.cat_9 a, h2.cat_10 a, h2.cat_11 a {
  color: inherit !important;
  text-decoration: none;
}
/* line 265, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
h2.category_heading a:hover, h2.cat_1 a:hover, h2.cat_2 a:hover, h2.cat_3 a:hover, h2.cat_4 a:hover, h2.cat_5 a:hover, h2.cat_6 a:hover, h2.cat_7 a:hover, h2.cat_8 a:hover, h2.cat_9 a:hover, h2.cat_10 a:hover, h2.cat_11 a:hover, h2.category_heading a.hover_underline:hover, h2.cat_1 a.hover_underline:hover, h2.cat_2 a.hover_underline:hover, h2.cat_3 a.hover_underline:hover, h2.cat_4 a.hover_underline:hover, h2.cat_5 a.hover_underline:hover, h2.cat_6 a.hover_underline:hover, h2.cat_7 a.hover_underline:hover, h2.cat_8 a.hover_underline:hover, h2.cat_9 a.hover_underline:hover, h2.cat_10 a.hover_underline:hover, h2.cat_11 a.hover_underline:hover, h2.category_heading ul.topnav > li > a:hover, h2.cat_1 ul.topnav > li > a:hover, h2.cat_2 ul.topnav > li > a:hover, h2.cat_3 ul.topnav > li > a:hover, h2.cat_4 ul.topnav > li > a:hover, h2.cat_5 ul.topnav > li > a:hover, h2.cat_6 ul.topnav > li > a:hover, h2.cat_7 ul.topnav > li > a:hover, h2.cat_8 ul.topnav > li > a:hover, h2.cat_9 ul.topnav > li > a:hover, h2.cat_10 ul.topnav > li > a:hover, h2.cat_11 ul.topnav > li > a:hover {
  text-decoration: underline;
}

/* line 269, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
h2.cat_1 {
  background-position: 0px 0px;
}

/* line 269, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
h2.cat_2 {
  background-position: 0px -42px;
}

/* line 269, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
h2.cat_3 {
  background-position: 0px -84px;
}

/* line 269, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
h2.cat_4 {
  background-position: 0px -126px;
}

/* line 269, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
h2.cat_5 {
  background-position: 0px -168px;
}

/* line 269, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
h2.cat_6 {
  background-position: 0px -210px;
}

/* line 269, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
h2.cat_7 {
  background-position: 0px -252px;
}

/* line 269, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
h2.cat_8 {
  background-position: 0px -294px;
}

/* line 269, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
h2.cat_9 {
  background-position: 0px -336px;
}

/* line 269, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
h2.cat_10 {
  background-position: 0px -378px;
}

/* line 269, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
h2.cat_11 {
  background-position: 0px -420px;
}

/* }}} Category color-coded headings */
/* {{{ Advertisement */
/* line 278, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
div.adv {
  margin: 0px 15px 1.545em 15px;
  text-align: center;
  max-width:300px;
}
	div.adv div#ad_ph_1 {
		margin: 1.545em auto 0;
		}
/* }}} Advertisement */
/* {{{ Horizontal delimiters */
/* line 285, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
hr {
  background-image: url('/images/hdash.png?1295922056');
  background-repeat: repeat-x;
  background-position: left top;
  height: 1px;
  margin: 10px 0px;
  padding: 0px;
  border: none;
}

/* line 296, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
hr.section, hr.shade {
  background-image: url('/images/section_bg.png?1295442816');
  background-repeat: no-repeat;
  background-position: bottom left;
  height: 20px;
  margin: 0px;
  padding: 0px;
  border: none;
}

/* {{{ Horizontal delimiters */
/* {{{ Special headings */
/* line 310, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
h2.fancy {
  background-image: url('/images/fancy_heading_bg.png?1295556590');
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 1.8182em;
  /* 40px */
  padding-bottom: 0.455em;
  /* 10px */
  padding-left: 10px;
  margin-top: 0px;
  margin-bottom: 0.455em;
  /* 10px */
  color: #7b317e;
}

/* }}} Special headings */
/* {{{ Splash */
/*  .splash                          */
/*    %img{src=>'image_650x320.png'} */
/*    .teaser                        */
/* line 332, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
div.splash, div.splash_alt, li.splash_alt, li.splash {
  position: relative;
  width: 650px;
  height: 320px;
}
/* line 337, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
div.splash img, div.splash_alt img, li.splash_alt img, li.splash img {
  width: 650px;
  height: 320px;
}
/* line 342, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
div.splash .teaser, div.splash_alt .teaser, li.splash_alt .teaser, li.splash .teaser, div.splash .teaser_mini, div.splash_alt .teaser_mini, li.splash_alt .teaser_mini, li.splash .teaser_mini, div.splash .teaser_micro, div.splash_alt .teaser_micro, li.splash_alt .teaser_micro, li.splash .teaser_micro {
  position: absolute;
  width: 260px;
  height: auto;
  right: 40px;
  bottom: 20px;
  padding: 20px;
  padding-bottom: 0px;
  background-image: url('/images/splash_overlay_bg.png?1296034168');
  background-repeat: no-repeat;
  background-position: top left;
}
/* line 357, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
div.splash .teaser h5, div.splash_alt .teaser h5, li.splash_alt .teaser h5, li.splash .teaser h5, div.splash .teaser_mini h5, div.splash_alt .teaser_mini h5, li.splash_alt .teaser_mini h5, li.splash .teaser_mini h5, div.splash .teaser_micro h5, div.splash_alt .teaser_micro h5, li.splash_alt .teaser_micro h5, li.splash .teaser_micro h5 {
  color: black;
}
/* line 358, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
div.splash .teaser p, div.splash_alt .teaser p, li.splash_alt .teaser p, li.splash .teaser p, div.splash .teaser_mini p, div.splash_alt .teaser_mini p, li.splash_alt .teaser_mini p, li.splash .teaser_mini p, div.splash .teaser_micro p, div.splash_alt .teaser_micro p, li.splash_alt .teaser_micro p, li.splash .teaser_micro p {
  color: #222;
}

/* line 364, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
div.splash_alt > .teaser, li.splash_alt > .teaser, div.splash_alt > .teaser_mini, li.splash_alt > .teaser_mini, div.splash_alt > .teaser_micro, li.splash_alt > .teaser_micro {
  background-position: -300px top;
}
/* line 367, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
div.splash_alt > .teaser h5, li.splash_alt > .teaser h5, div.splash_alt > .teaser_mini h5, li.splash_alt > .teaser_mini h5, div.splash_alt > .teaser_micro h5, li.splash_alt > .teaser_micro h5 {
  color: white;
}
/* line 368, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
div.splash_alt > .teaser p, li.splash_alt > .teaser p, div.splash_alt > .teaser_mini p, li.splash_alt > .teaser_mini p, div.splash_alt > .teaser_micro p, li.splash_alt > .teaser_micro p {
  color: #ddd;
}

/* }}} Splash */
/* Горизонтальный список ссылок */
/* line 381, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.hlinks, div.pagination ul,
ul.pagination {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
}
/* line 60, /var/lib/gems/1.8/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
ul.hlinks li, div.pagination ul li,
ul.pagination li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0px;
  white-space: nowrap;
  display: inline;
  float: left;
  padding-left: 8px;
  padding-right: 8px;
}
/* line 48, /var/lib/gems/1.8/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
ul.hlinks li:first-child, div.pagination ul li:first-child,
ul.pagination li:first-child, ul.hlinks li.first, div.pagination ul li.first,
ul.pagination li.first {
  padding-left: 0;
}
/* line 49, /var/lib/gems/1.8/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
ul.hlinks li:last-child, div.pagination ul li:last-child,
ul.pagination li:last-child {
  padding-right: 0;
}
/* line 50, /var/lib/gems/1.8/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
ul.hlinks li.last, div.pagination ul li.last,
ul.pagination li.last {
  padding-right: 0;
}

/* {{{ Списки статей и тизеров */
/* Горизонтальный список c подчеркиванием слева */
/* li.nodash - не рисовать подчеркивание слева */
/* line 389, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.hlist, ul.articles_list, ul.teasers_list {
  overflow: hidden;
  *zoom: 1;
}
/* line 392, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.hlist li, ul.articles_list li, ul.teasers_list li {
  float: left;
  overflow: hidden;
  width: 140px;
  padding-left: 10px;
  margin-right: 10px;
  background-image: url('/images/vdash.png?1295920370');
  background-repeat: repeat-y;
  background-position: left top;
}
/* line 404, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.hlist li.nodash, ul.articles_list li.nodash, ul.teasers_list li.nodash, ul.hlist li.first, ul.articles_list li.first, ul.teasers_list li.first {
  background-image: none;
}

/* Список статей */
/* line 408, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.articles_list {
  width: 640px;
  margin-left: 10px;
  margin-bottom: 1.535em;
}
/* line 415, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.articles_list li {
  width: 140px;
}
/* line 416, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.articles_list li.big {
  width: 300px;
}

/* Горизонтальный список из 4 тизеров */
/* line 420, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.teasers_list {
  margin-bottom: 0px;
}
/* line 424, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.teasers_list li {
  width: 220px;
}

/* Вертикальный список c подчеркиванием сверху */
/* li.nodash - не рисовать подчеркивание сверху */
/* line 429, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.vlist, ul.vlist_alt, ul.vlist_nodash {
  margin: 0px;
}
/* line 432, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.vlist li, ul.vlist_alt li, ul.vlist_nodash li {
  overflow: hidden;
  *zoom: 1;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0.768em;
  margin-bottom: 0.768em;
  background-image: url('/images/hdash.png?1295922056');
  background-repeat: repeat-x;
  background-position: left top;
}
/* line 445, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.vlist li.first, ul.vlist_alt li.first, ul.vlist_nodash li.first {
  padding-top: 0px;
}
/* line 446, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.vlist li.nodash, ul.vlist_alt li.nodash, ul.vlist_nodash li.nodash {
  background-image: none;
}

/* Вертикальный список c подчеркиванием снизу */
/* li.last - на последнем элементе списка не рисует подчеркивание cнизу */
/* line 454, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.vlist_alt li {
  padding-top: 0px;
  margin-top: 0.768em;
  margin-bottom: 0px;
  padding-bottom: 0.768em;
  background-position: left bottom;
}

/* Вертикальный список без подчеркивания */
/* line 469, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
ul.vlist_nodash li {
  background-image: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

/* Тизер в списке статей, картинка сверху. Размер картинки 130x130 или 300x190 */
/* line 478, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
.teaser img, .teaser_mini img, .teaser_micro img {
  margin-bottom: 0.768em;
}
/* line 479, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
.teaser p, .teaser_mini p, .teaser_micro p {
  margin-bottom: 0.768em;
}
/* line 481, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
.teaser h5, .teaser_mini h5, .teaser_micro h5 {
  color: black;
  margin-bottom: 0.768em;
}
/* line 485, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
.teaser h5 a, .teaser_mini h5 a, .teaser_micro h5 a, .teaser p a, .teaser_mini p a, .teaser_micro p a {
  text-decoration: none;
  color: inherit !important;
}
/* line 58, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
.teaser h5 a:hover, .teaser_mini h5 a:hover, .teaser_micro h5 a:hover, .teaser h5 a.hover_underline:hover, .teaser_mini h5 a.hover_underline:hover, .teaser_micro h5 a.hover_underline:hover, .teaser h5 ul.topnav > li > a:hover, .teaser_mini h5 ul.topnav > li > a:hover, .teaser_micro h5 ul.topnav > li > a:hover, .teaser p a:hover, .teaser_mini p a:hover, .teaser_micro p a:hover, .teaser p a.hover_underline:hover, .teaser_mini p a.hover_underline:hover, .teaser_micro p a.hover_underline:hover, .teaser p ul.topnav > li > a:hover, .teaser_mini p ul.topnav > li > a:hover, .teaser_micro p ul.topnav > li > a:hover {
  text-decoration: underline;
}

/* Тизер, картинка слева. Размер картинки 86x86 */
/* line 495, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
.teaser_mini img, .teaser_micro img {
  float: left;
  margin-right: 1em;
}
/* line 496, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
.teaser_mini p, .teaser_micro p {
  margin-left: 96px;
  margin-bottom: 0px;
}

/* Тизер для меню, картинка слева. Размер картинки 60x60 */
/* line 505, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
.teaser_micro p {
  margin-left: 70px;
}

/* }}} Список статей */
/* {{{ Контейнеры */
/* line 512, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
div.content, div.category, div.category_with_subs {
  overflow: hidden;
  *zoom: 1;
  width: 620px;
  padding-left: 20px;
  padding-right: 10px;
  margin-bottom: 1.535em;
  /* 20px */
}
/* line 520, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
div.content > ul.articles_list, div.category > ul.articles_list, div.category_with_subs > ul.articles_list {
  margin-left: -10px;
}

/* line 532, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
div.category_with_subs > div.primary {
  float: left;
  width: 380px;
  margin-right: 10px;
}
/* line 538, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
div.category_with_subs > div.secondary {
  float: left;
  width: 220px;
  margin-left: 10px;
}
/* line 545, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
div.category_with_subs ul.subcategories li {
  padding-left: 0px;
}

/* line 550, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
div.article_content {
  width: 610px;
  margin: 0px auto;
  overflow: hidden;
}
/* line 555, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
div.article_content h2 {
  border-bottom: 2px solid #333;
}
/* line 557, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
div.article_content ul {
  list-style: square;
  margin-left: 30px;
}

/* }}} Контейнеры */
/* {{{ Пагинация */
/* line 567, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
div.pagination ul,
ul.pagination {
  margin-left: 20px;
  margin-top: 0.768em;
  margin-bottom: 1.535em;
}
/* line 574, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
div.pagination ul li,
ul.pagination li {
  padding: 0px;
  margin: 0px;
  margin-right: 5px;
}
/* line 580, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
div.pagination ul li > a,
ul.pagination li > a {
  font-family: "Segoe UI", Candara, "Trebuchet MS", "Bitstream Vera Sans", Verdana, "Verdana Ref", sans-serif;
  font-weight: bold;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  background-color: none;
  padding: 4px 8px;
  font-size: 1.3846em;
  font-weight: bold;
  color: #333;
}
/* line 7, /var/lib/gems/1.8/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
div.pagination ul li > a,
ul.pagination li > a {
  *display: inline;
}
/* line 58, /home/lex/projects/2011/arabio-ru/prototype/sass/_general.scss */
div.pagination ul li > a:hover, div.pagination ul li > a.hover_underline:hover, div.pagination ul li > ul.topnav > li > a:hover,
ul.pagination li > a:hover,
ul.pagination li > a.hover_underline:hover,
ul.pagination li > ul.topnav > li > a:hover {
  text-decoration: underline;
}
/* line 595, /home/lex/projects/2011/arabio-ru/prototype/sass/_components.scss */
div.pagination ul li.selected > a, div.pagination ul li > a.selected,
ul.pagination li.selected > a,
ul.pagination li > a.selected {
  background-color: #ce34d5;
  color: white;
}

/* }}} Пагинация */
/* line 3, /home/lex/projects/2011/arabio-ru/prototype/sass/_overrides.scss */
body.cat_1 .article_content h3 {
  color: #e29e7b;
}
/* line 4, /home/lex/projects/2011/arabio-ru/prototype/sass/_overrides.scss */
body.cat_1 .pagination li.selected a {
  background-color: #e29e7b;
}

/* line 3, /home/lex/projects/2011/arabio-ru/prototype/sass/_overrides.scss */
body.cat_2 .article_content h3 {
  color: #3c62b7;
}
/* line 4, /home/lex/projects/2011/arabio-ru/prototype/sass/_overrides.scss */
body.cat_2 .pagination li.selected a {
  background-color: #3c62b7;
}

/* line 3, /home/lex/projects/2011/arabio-ru/prototype/sass/_overrides.scss */
body.cat_3 .article_content h3 {
  color: #ce34d5;
}
/* line 4, /home/lex/projects/2011/arabio-ru/prototype/sass/_overrides.scss */
body.cat_3 .pagination li.selected a {
  background-color: #ce34d5;
}

/* line 3, /home/lex/projects/2011/arabio-ru/prototype/sass/_overrides.scss */
body.cat_4 .article_content h3 {
  color: #f72200;
}
/* line 4, /home/lex/projects/2011/arabio-ru/prototype/sass/_overrides.scss */
body.cat_4 .pagination li.selected a {
  background-color: #f72200;
}

/* line 3, /home/lex/projects/2011/arabio-ru/prototype/sass/_overrides.scss */
body.cat_5 .article_content h3 {
  color: #ff7906;
}
/* line 4, /home/lex/projects/2011/arabio-ru/prototype/sass/_overrides.scss */
body.cat_5 .pagination li.selected a {
  background-color: #ff7906;
}

/* line 3, /home/lex/projects/2011/arabio-ru/prototype/sass/_overrides.scss */
body.cat_6 .article_content h3 {
  color: #998dff;
}
/* line 4, /home/lex/projects/2011/arabio-ru/prototype/sass/_overrides.scss */
body.cat_6 .pagination li.selected a {
  background-color: #998dff;
}

/* line 3, /home/lex/projects/2011/arabio-ru/prototype/sass/_overrides.scss */
body.cat_7 .article_content h3 {
  color: #ca5d14;
}
/* line 4, /home/lex/projects/2011/arabio-ru/prototype/sass/_overrides.scss */
body.cat_7 .pagination li.selected a {
  background-color: #ca5d14;
}

/* line 3, /home/lex/projects/2011/arabio-ru/prototype/sass/_overrides.scss */
body.cat_8 .article_content h3 {
  color: #5aa02c;
}
/* line 4, /home/lex/projects/2011/arabio-ru/prototype/sass/_overrides.scss */
body.cat_8 .pagination li.selected a {
  background-color: #5aa02c;
}

/* line 3, /home/lex/projects/2011/arabio-ru/prototype/sass/_overrides.scss */
body.cat_9 .article_content h3 {
  color: #ff3182;
}
/* line 4, /home/lex/projects/2011/arabio-ru/prototype/sass/_overrides.scss */
body.cat_9 .pagination li.selected a {
  background-color: #ff3182;
}

/* line 3, /home/lex/projects/2011/arabio-ru/prototype/sass/_overrides.scss */
body.cat_10 .article_content h3 {
  color: #2dc3a4;
}
/* line 4, /home/lex/projects/2011/arabio-ru/prototype/sass/_overrides.scss */
body.cat_10 .pagination li.selected a {
  background-color: #2dc3a4;
}

/* line 3, /home/lex/projects/2011/arabio-ru/prototype/sass/_overrides.scss */
body.cat_11 .article_content h3 {
  color: #ffcc00;
}
/* line 4, /home/lex/projects/2011/arabio-ru/prototype/sass/_overrides.scss */
body.cat_11 .pagination li.selected a {
  background-color: #ffcc00;
}
/** my **/
div.comments
{
	padding:10px 0 0 0;
}
span.comm_button
{
	background-color: #3c62b7;
	color: white;
	font-family: "Segoe UI", Candara, "Trebuchet MS", "Bitstream Vera Sans", Verdana, "Verdana Ref", sans-serif;
	  font-weight: bold;
	  display: -moz-inline-box;
	  -moz-box-orient: vertical;
	  display: inline-block;
	  vertical-align: middle;
	  *vertical-align: auto;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  -o-border-radius: 3px;
	  -ms-border-radius: 3px;
	  -khtml-border-radius: 3px;
	  border-radius: 3px;
	  text-decoration: none;
	  background-color: none;
	  padding: 4px 8px;
	  font-size: 1em;
	  font-weight: bold;
	margin: 2px 0px 2px 0px;
}
span.comm_button a.current
{
	color:white;
	text-decoration: none;
}
ul.topnav  li#shop {
  float: left;
  text-align: center;
  padding: 0px;
  margin: 0px;
  position: relative;
}
ul.topnav  li#shop  a {
  text-decoration: none;
  font-family: "Segoe UI", Candara, "Trebuchet MS", "Bitstream Vera Sans", Verdana, "Verdana Ref", sans-serif;
  font-weight: bold;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  line-height: 41px;
  height: 41px;
  padding: 0px 15px;
  font-size: 1.07692em;
  /* 14px */
  font-weight: normal;
  font-style: italic;
  color: #1a1a1a;
	
	
}
ul.topnav li#shop  a {
  *display: inline;
}
ul.topnav  li#shop:hover, ul.topnav  li#shop.selected {
  z-index: 1;
}
ul.topnav  li#shop:hover  a, ul.topnav  li#shop.selected  a {
  background-image: url('/images/categories_bg.png');
  background-repeat: no-repeat;
  background-position: -660px top;
  color: white;
  text-decoration: underline;
}
ul.topnav li#shop a {
  background-position: -660px 0px;
}
/** auth.css **/
.overlay{ background-color:#000; display:none;}
/* auth */
.authorization{color:#5d5d5d; font-size:13px; width:570px; height:410px; position:fixed; z-index:9999; left:50%; margin-left:-260px; top:10%; display:none;}
.authorization p {color:#5d5d5d; font-size:13px;}
.authorization form{z-index:40;padding:5px 50px 5px 50px; background:white;}
.authorization span{ color:#000000; font-size:36px; font-weight:normal; height:50px;}
.authorization input.text{ text-align:center; height:30px;border:1px solid #7f7f7f; font-size:180%; width:99%; background:white;}
.authorization th, .authorization td { text-align:center;}
#password{ margin-bottom:12px;}
#remember{ vertical-align:middle; margin-right:2px; margin-left:0;}
.authorization .label_remember{ color:#808080; margin-right:2px; display:inline;}
* html #authorization{
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

/** engine.css **/
.navigation
{
    cursor:pointer;
    width:16px;
    height:16px;
    display:inline;
    background-image: url("/images/navigation/src.gif");
    background-repeat: no-repeat;
    float:right;
    position: relative;
    top: 10px;
    left:-10px;
    z-index: 160;
}
.n_prev
{
    background-position: -48px 0px;
}
.n_next
{
    background-position: -64px 0px;
}
.n_add
{
    background-position: -32px 0px;
}
.n_up{
    background-position: -96px 0px;
}
.n_down
{
    background-position: -80px 0px;
}
.n_delete
{
    background-position: -112px 0px;
}
.n_edit
{
    background-position: -144px 0px;
}
.n_save
{
    background-position: -192px 0px;
}
.n_visible
{
    background-position: -176px 0px;
}
.n_unvisible
{
    background-position: -160px 0px;
}
.n_plus
{
    background-position: -96px -16px;
}
.n_minus
{
    background-position: -112px -16px;
}
.n_urls
{
    background-position: -128px -16px;
}
.block_part
{
    width:495px; 
    border-bottom: 1px solid black; 
    padding: 5px 0px 5px 0px;
}
.submenutitle
{
    padding-left:15px;
    font:15px Tahoma;
}
.menu_block
{
    padding-left:20px;
}
.block
{
    padding-left:10px;
}
.ajaxnavmenu {padding: 3px 10px 10px 2px;border-bottom: solid 1px black;}

ul.vlist li
{
	overflow:visible;
}
ul.vlist li div.teaser_mini
{
    position:relative;
	height:90px;'
}
ul.vlist li div.teaser_mini a img
{
	overflow:visible;
	position:absolute;
}
ul.vlist li div.teaser_mini h5, ul.vlist li div.teaser_mini p
{
    position:relative;
    left:99px;
	display:block;
	margin-left:0px;
	width:210px;
}
div.article_content img
{
	margin: 7px 7px 7px 7px;
}
ul.topnav >li > div span
{
	font-family: "Segoe UI",Candara,"Trebuchet MS","Bitstream Vera Sans",Verdana,"Verdana Ref",sans-serif;
    font-size: 1em;
    font-weight: bold;
	margin: 0px 0px 10px 10px;
}
div#top > div.container > ul.teasers_list, div#main > div#sidebar > ul.vlist 
	{
		line-height: 1.4em;
}
div#main > div#sidebar > ul.vlist#elegant_news h5, div#main > div#sidebar > ul.vlist#elegant_news p 
	{
		left:0px;
		width:100%;
}
div#main > div#sidebar > ul.vlist#elegant_news > li > div.teaser_mini
	{
		height:28px;
}
/* {{{ Category color-coded headings  h2 > h1*/
h1.category_heading, h1.cat_1, h1.cat_2, h1.cat_3, h1.cat_4, h1.cat_5, h1.cat_6, h1.cat_7, h1.cat_8, h1.cat_9, h1.cat_10, h1.cat_11 {
  background-image: url('/images/categories_bg.png?1296049856');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-left: 24px;
  font-size: 1.6923em;
  font-style: italic;
  line-height: 1.1364em;
  margin-bottom: 0.59em;
  margin-top: 0.9091em;
  padding-bottom: 3px;
  font-weight: normal;
  font-family: Georgia,Times,Times New Roman,serif;
}
h1.category_heading a, h1.cat_1 a, h1.cat_2 a, h1.cat_3 a, h1.cat_4 a, h1.cat_5 a, h1.cat_6 a, h1.cat_7 a, h1.cat_8 a, h1.cat_9 a, h1.cat_10 a, h1.cat_11 a {
  color: inherit !important;
  text-decoration: none;
}
h1.category_heading a:hover, h1.cat_1 a:hover, h1.cat_2 a:hover, h1.cat_3 a:hover, h1.cat_4 a:hover, h1.cat_5 a:hover, h1.cat_6 a:hover, h1.cat_7 a:hover, h1.cat_8 a:hover, h1.cat_9 a:hover, h1.cat_10 a:hover, h1.cat_11 a:hover, h1.category_heading a.hover_underline:hover, h1.cat_1 a.hover_underline:hover, h1.cat_2 a.hover_underline:hover, h1.cat_3 a.hover_underline:hover, h1.cat_4 a.hover_underline:hover, h1.cat_5 a.hover_underline:hover, h1.cat_6 a.hover_underline:hover, h1.cat_7 a.hover_underline:hover, h1.cat_8 a.hover_underline:hover, h1.cat_9 a.hover_underline:hover, h1.cat_10 a.hover_underline:hover, h1.cat_11 a.hover_underline:hover, h1.category_heading ul.topnav > li > a:hover, h1.cat_1 ul.topnav > li > a:hover, h1.cat_2 ul.topnav > li > a:hover, h1.cat_3 ul.topnav > li > a:hover, h1.cat_4 ul.topnav > li > a:hover, h1.cat_5 ul.topnav > li > a:hover, h1.cat_6 ul.topnav > li > a:hover, h1.cat_7 ul.topnav > li > a:hover, h1.cat_8 ul.topnav > li > a:hover, h1.cat_9 ul.topnav > li > a:hover, h1.cat_10 ul.topnav > li > a:hover, h1.cat_11 ul.topnav > li > a:hover {
  text-decoration: underline;
}

h1.cat_1 {
  background-position: 0px 0px;
}

h1.cat_2 {
  background-position: 0px -42px;
}

h1.cat_3 {
  background-position: 0px -84px;
}

h1.cat_4 {
  background-position: 0px -126px;
}

h1.cat_5 {
  background-position: 0px -168px;
}

h1.cat_6 {
  background-position: 0px -210px;
}

h1.cat_7 {
  background-position: 0px -252px;
}

h1.cat_8 {
  background-position: 0px -294px;
}

h1.cat_9 {
  background-position: 0px -336px;
}

h1.cat_10 {
  background-position: 0px -378px;
}

h1.cat_11 {
  background-position: 0px -420px;
}

/* }}} Category color-coded headings */
/* {{{ Category color-coded headings h2 > span */
span.category_heading, span.cat_1, span.cat_2, span.cat_3, span.cat_4, span.cat_5, span.cat_6, span.cat_7, span.cat_8, span.cat_9, span.cat_10, span.cat_11 {
  background-image: url('/images/categories_bg.png?1296049856');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-left: 24px;
  margin-left: 20px;
  font-size: 1.6923em;
  font-style: italic;
  line-height: 1.1364em;
  margin-bottom: 0.59em;
  margin-top: 0.9091em;
  padding-bottom: 3px;
  display :block;
}
span.category_heading a, span.cat_1 a, span.cat_2 a, span.cat_3 a, span.cat_4 a, span.cat_5 a, span.cat_6 a, span.cat_7 a, span.cat_8 a, span.cat_9 a, span.cat_10 a, span.cat_11 a {
  color: inherit !important;
  text-decoration: none;
}
span.category_heading a:hover, span.cat_1 a:hover, span.cat_2 a:hover, span.cat_3 a:hover, span.cat_4 a:hover, span.cat_5 a:hover, span.cat_6 a:hover, span.cat_7 a:hover, span.cat_8 a:hover, span.cat_9 a:hover, span.cat_10 a:hover, span.cat_11 a:hover, span.category_heading a.hover_underline:hover, span.cat_1 a.hover_underline:hover, span.cat_2 a.hover_underline:hover, span.cat_3 a.hover_underline:hover, span.cat_4 a.hover_underline:hover, span.cat_5 a.hover_underline:hover, span.cat_6 a.hover_underline:hover, span.cat_7 a.hover_underline:hover, span.cat_8 a.hover_underline:hover, span.cat_9 a.hover_underline:hover, span.cat_10 a.hover_underline:hover, span.cat_11 a.hover_underline:hover, span.category_heading ul.topnav > li > a:hover, span.cat_1 ul.topnav > li > a:hover, span.cat_2 ul.topnav > li > a:hover, span.cat_3 ul.topnav > li > a:hover, span.cat_4 ul.topnav > li > a:hover, span.cat_5 ul.topnav > li > a:hover, span.cat_6 ul.topnav > li > a:hover, span.cat_7 ul.topnav > li > a:hover, span.cat_8 ul.topnav > li > a:hover, span.cat_9 ul.topnav > li > a:hover, span.cat_10 ul.topnav > li > a:hover, span.cat_11 ul.topnav > li > a:hover {
  text-decoration: underline;
}

span.cat_1 {
  background-position: 0px 0px;
}

span.cat_2 {
  background-position: 0px -42px;
}

span.cat_3 {
  background-position: 0px -84px;
}

span.cat_4 {
  background-position: 0px -126px;
}

span.cat_5 {
  background-position: 0px -168px;
}

span.cat_6 {
  background-position: 0px -210px;
}

span.cat_7 {
  background-position: 0px -252px;
}

span.cat_8 {
  background-position: 0px -294px;
}

span.cat_9 {
  background-position: 0px -336px;
}

span.cat_10 {
  background-position: 0px -378px;
}

span.cat_11 {
  background-position: 0px -420px;
}
p.p-comment-top
{
	margin-bottom: 0.4em;
}
img.comm_ava
{
	float:left;
}
/*  *************************************************************************************************/

.comments {
	padding: 0;
	}
	
	.comments .send_form {
		overflow: hidden;
		}
		
		.comments .send_form h5 {
			height: 30px;
			padding: 0 0 3px 30px;
			background: url(/images/comments_icon.gif) no-repeat center left;
			font-size: 18px;
			line-height: 30px;
			font-style: normal;
			font-weight: bold;
			}
			
			.comments .send_form h5 span.count {
				color: #ccc;
				}
				
		.comments .send_form textarea {
			width: 590px;
			margin-bottom: 10px;
			}
			
		.comments .send_form .send_comment {
			display: block;
			float: left;
			width: 110px;
			height: 30px;
			padding: 0 7px;
			background: #05abe0;
			background: -moz-linear-gradient(top, #05abe0 0%, #3c62b7 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#05abe0), color-stop(100%,#3c62b7));
			background: -webkit-linear-gradient(top, #05abe0 0%,#3c62b7 100%);
			background: -o-linear-gradient(top, #05abe0 0%,#3c62b7 100%);
			background: -ms-linear-gradient(top, #05abe0 0%,#3c62b7 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05abe0', endColorstr='#3c62b7',GradientType=0 );
			background: linear-gradient(top, #05abe0 0%,#3c62b7 100%);
				font-family: Arial, sans-serif;
				line-height: 30px;
				color: #fff;
				cursor: pointer;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			}
			
			.comments .send_form .send_comment:hover {
				text-decoration: none;
				background: #05abe0;
				background: -moz-linear-gradient(top, #05abe0 0%, #5674b5 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#05abe0), color-stop(100%,#5674b5));
				background: -webkit-linear-gradient(top, #05abe0 0%,#5674b5 100%);
				background: -o-linear-gradient(top, #05abe0 0%,#5674b5 100%);
				background: -ms-linear-gradient(top, #05abe0 0%,#5674b5 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05abe0', endColorstr='#5674b5',GradientType=0 );
				background: linear-gradient(top, #05abe0 0%,#5674b5 100%);
				}
				
		.comments .send_form .subscr_comment {
			display: block;
			float: left;
			height: 30px;
			padding: 0 7px;
				font-family: Arial, sans-serif;
				line-height: 30px;
				text-decoration: underline;
				cursor: pointer;
			}
			
	.comments .comment_item {
		overflow: hidden;
		padding: 0;
		margin-top: 10px;
		}
		
		.comments .comment_item .author {
			height: 45px;
			overflow: hidden;
			background: #eee;
			}
			
			.comments .comment_item .author img {
				float: left;
				width: 45px;
				height: 45px;
				padding: 0;
				margin: 0;
				margin-right: 10px;
				}
				
			.comments .comment_item .author .name {
				height: 15px;
				font-size: 14px;
				line-height: 15px;
				margin-top: 5px;
				}
				
				.comments .comment_item .author .name .link {
					float: left;
					}
				
				.comments .comment_item .author .name .time {
					float: left;
					height: 15px;
					margin-left: 10px;
					padding-top: 3px;
					padding-left: 15px;
					background: url(/images/time.png) no-repeat;
					background-position: 0% 50%;
						font-family: Arial, sans-serif;
						font-size: 11px;
						line-height: 15px;
						color: #666;
					}
					
				.comments .comment_item .author .name .control {
					float: right;
					width: 50px;
					height: 16px;
					margin-right: 10px;
					}
					
					.comments .comment_item .author .name .control .del {
						float: left;
						width: 16px;
						height: 16px;
						background: url(/images/navigation/src.gif) no-repeat;
						background-position: -112px 0px;
						cursor: pointer;
						}
						
					.comments .comment_item .author .name .control .edit {
						float: left;
						width: 16px;
						height: 16px;
						background: url(/images/navigation/src.gif) no-repeat;
						background-position: -144px 0px;
						cursor: pointer;
						}
						
					.comments .comment_item .author .name .control .save {
						float: left;
						width: 16px;
						height: 16px;
						background: url(/images/navigation/src.gif) no-repeat;
						background-position: -192px 0px;
						cursor: pointer;
						}
					
		.comments .comment_item .bubble {
			position: relative;
			float: right;
			width: 567px;
			overflow: hidden;
			margin-top: -15px;
			margin-right: 10px;
			background: url(/images/comment_text_tail.png) no-repeat;
			background-position: left 16px;
			}
			
			.comments .comment_item .bubble .tail_part {
				position: absolute;
					top: 22px;
					left: 30px;
				width: 1px;
				height: 11px;
				background: url(/images/comment_text_tail_part.gif) no-repeat;
				}
			
			.comments .comment_item .bubble .text {
				float: right;
				width: 515px;
				overflow: hidden;
				padding: 10px;
				background: #fff;
				border: 1px solid #ccc;
					-webkit-border-radius: 10px;
					-moz-border-radius: 10px;
					border-radius: 10px;
				}
				
				.comments .comment_item .bubble .text textarea {
					width: 505px;
					height: 100px;
					margin-bottom: 10px;
					}
				

/****************************************************************************************************************/
/** popup window **/
.modalWindow
{
    left: 0;
    position: fixed;
    top: 0;
}
.modalWindow div#mask {
  position:absolute;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
.modalWindow .window {
  position:absolute;
  width:1000px;
  height:700px;
  display:none;
  z-index:9999;
  padding:20px;
  background-color: white;
  border: 2px solid black;
}

.modalWindow #dialog {
  width:1000px; 
  height:720px;
}
/** .popup window **/
/** lb **/
ul.lightbox_list{
	list-style: none outside none;
	margin:0px 0px 0px 0px;
	width: 620px;
	overflow: hidden;
	font-size: 1em;
}

ul.lightbox_list li
{
    text-align: center;
    width: 137px;
    background-image: url("/images/vdash.png?1295920370");
    background-position: left top;
    background-repeat: repeat-y;
    float: left;
    margin-right: 9px;
    overflow: hidden;
	padding: 5px 0 5px 10px;
	list-style: none outside none;
}
ul.lightbox_list li div.imglight
{
	width: 135px;
	overflow:hidden;
	height:110px;
	text-align: center;
	border: 1px solid #eee;
}
ul.lightbox_list li div.imglight img
{
	position: relative;
	margin: 0px 0px 0px 0px;
	max-height: 110px;
	max-width: 135px;
}
ul.lightbox_list li.first{
	background-image: none;
    padding-left: 0px;
}

/** .lb **/

div.comm_text_title a.comm_title_link
{
	font-weight: bold;
	font-size: 120%;
	text-decoration: none;
    color:black;
}
div.comm_text_title a.comm_title_link p
{
	margin: 2px 0px 2px 0px;
}
/** calendar **/
.DynarchCalendar-topCont table
{
	padding:0;
	margin:0;
	text-align: center;
	width:100%;
}
.DynarchCalendar-topCont table td
{
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
}
.DynarchCalendar-title
{
	width:100px;
	margin: 0px auto 0px auto;
}
/** .calendar **/

#top1 {
	height: 0px;
	overflow: hidden;
	}
		#top1 p {margin: 0;}
