/**
 * @style.css
 */

body {
  background-color: #FFFFFF;
  color: #242021;
  /*font-family: Georgia, "Adobe Garamond Pro", "Apple Garamond", "ITC Garamond", "Times New Roman", Times, serif;*/
  font-family: arial;
  font-size: 16px;
  margin: 0 0px;
  text-rendering: optimizeLegibility;
}

a {
  color: #39B9EE;
  outline: none;
}

a:hover {
  color: #808080;
}

#wrap {
  margin: 0 auto;
  width: 1060px;
}

header {
	width: 1062px;
}

#logo {
  clear: both;
  float: left;
  margin-bottom: 10px;
}

h1#logo-text {
  margin: 0;
  padding: 0;
}

h1#logo-text a {
  font-size: 48px;
  color: #242021;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

#pod_logo{
  color: #242021;
  margin: -10px 0 0 0;
  letter-spacing: 0.24em;
  word-spacing: 0.2em;
  font-size: 18px;
  padding: 0 0 0 2px;
  text-decoration: none;
}

#site_slogan {
	float:right;
  color: #808080;
  font-size: 12px;
  margin: 0;
}

#search {
  background-color: #FFFFFF;
  float: right;
}

#search label{
  display: none;
}

#search .form-text {
  background-color: #EEEEEE;
  border: 0;
  float: right;
  font-family: monospace;
  font-size: 16px;
  height: 24px;
  padding: 5px 10px;
  width: 240px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  behavior: url(border-radius.htc);
}

#search .form-submit {
  background: url(../images/search.png) no-repeat right center;
  border: 0;
  cursor: pointer;
  height: 44px;
  left: 240px;
  padding: 10px;
  position: relative;
  text-indent: -9999px;
  top: 0px;
}

#mission {
  color: #808080;
  font-size: 42px;
  font-weight: normal;
  margin: 16px 0;
}

h1 {
  font-size: 26px;
  font-weight: normal;
  margin: 0 0 5px 0;
}
h2.comments {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 5px 0;
}

h1.node-title {
  font-size: 26px;
  font-weight: normal;
  color:#444;
  margin: 0 0 10px 0;
}
h2.node-title { 
  font-size: 24px;
  width: auto;
  color:#444;
  font-weight: normal;
  padding: 5px 0 5px 0;
  border-bottom: 1px solid #6da3bd;
}
h2, 
h3 {
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 5px 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color:#444;
  text-decoration:none;
}

#nav {
  float: right;
  background: url(../images/bg_menuline.jpg) repeat-x bottom;
  padding: 10px 0px 18px 0px;
}

#nav #navlist li {
  margin: 0 15px 0 0;
  padding: 0;
}

#nav #navlist li.last {
  margin: 0 0px;
  padding: 0 0px;
}

#nav #navlist li a {
  color: #6da3bd;
  font-size: 14px;
  margin: 0;
  padding: 0px 10px 10px 10px;
  text-decoration: none;
}

#nav #navlist li.first a{
  color: #6da3bd;
  font-size: 14px;
  margin: 0;
  padding: 0px 10px 10px 0px;
  text-decoration: none;
}

#nav #navlist li.last a{
  color: #6da3bd;
  font-size: 14px;
  margin: 0;
  padding: 0px 0px 10px 10px;
  text-decoration: none;
}

#nav #navlist li a:hover {
  color: #808080;
}

#nav #navlist li a.active, 
#nav #navlist li.active-trail a {
  color: #808080;
}

/* SUB MENU */
.submenu {
  padding: 0px 1px 0px 1px;
  margin: 0 0px;
  width:1060px;
}
div.bordsub {
  width:1060px;
  border-bottom: 1px solid #b2c4d5; 
}

.submenu ul.menu {
  margin: 0 0px;
  padding: 0 0px;
  border-bottom: 1px solid #b2c4d5; 
  height:29px;
  vertical-align: bottom;
  width:100%;
}

.submenu ul.menu li.leaf,
.submenu ul.menu li.first-active-trail {
    float: left;
    background: url(../images/inactive_right.png) no-repeat right top;
    padding: 0px 20px 0px 0px;
	margin: 0px 0px 0px 0px;
	height:30px;
    list-style: none;
    list-style-image: none;
	/*border-bottom: 1px solid #FFF;*/
  }

.submenu ul.menu li.leaf a {
    background: url(../images/inactive_left.png) repeat-x left top;
    font-size: 16px;
	height:30px;
    color: #ffffff;
    font-family: "Lucida Grande", helvetica, sans-serif;
    text-decoration: none;
    padding: 5px 5px 0px 5px;
	vertical-align: middle;
    display:inline-table;
	outline: none;
	//border-bottom: 1px solid #fff;
    //display:inline-block;
  }

.submenu ul.menu li.leaf a:hover,
.submenu ul.menu li.leaf a.active {
    color:#6da3bd;
  }

.submenu ul.menu li.leaf:hover,
.submenu ul.menu li.active-trail {
    background:url(../images/active_right.png) no-repeat right top;
    //display:inline-block;
  }
.submenu ul.menu li.first-active-trail {
	background:url(../images/active_right.png) no-repeat right top;
    //display:inline-block;
  }

.submenu ul.menu li.leaf:hover a,
.submenu ul.menu li.leaf a.active {
    background:url(../images/active_left.png) no-repeat left top; 
    margin-left:-22px; 
    padding-left:27px; 
    display:inline-table;
    //display:inline-block; 
  }
.submenu ul.menu li.first-active-trail:hover a,
.submenu ul.menu li.first-active-trail a.active{
    background:url(../images/first_active_left.png) no-repeat left top; 
	margin-left: 0px;
    padding-left:27px; 
    display:inline-table;
    //display:inline-block;
  }

.submenu ul.menu li.first a {
    background:url(../images/first_inactive_left.png) no-repeat left top; 
    padding-left: 27px;
    //display:inline-block;
  }

.submenu ul.menu li.last {
    background: url(../images/last_inactive_right.png) no-repeat right top;
    //display:inline-block;
  }

.submenu ul.menu li.last:hover,
.submenu ul.menu li.last-active-trail,
.submenu ul.menu li.last-active-trail:hover {
  background:url(../images/last_active_right.png) no-repeat right top; 
    //display:inline-block;
  }
  
.submenu ul.menu li.first:hover a {
    background: url(../images/first_active_left.png) no-repeat left top; 
	margin-left: 0px;
    //display:inline-block;
  }
	
/* SIDEBAR */

div#content-wrap {
}

.clear {
  clear:both;
}

#webform-client-form-11 #edit-submitted-fio,
#webform-client-form-11 #edit-submitted-tel,
#webform-client-form-11 #edit-submitted-pochta{
	width: 200px;
}
#webform-client-form-11 #edit-submitted-product{
	width: 500px;
}
#webform-client-form-11 #edit-submitted-dopolnitelno,
#webform-client-form-11 #edit-submitted-adres {
  width: 500px;
  height: 100px;
}

#content{
  float: left;
  width: 1040px;
  padding: 20px 10px 20px 10px;
  border-left: 1px solid #b2c4d5;
  border-right: 1px solid #b2c4d5;
  border-bottom: 1px solid #b2c4d5;
}

#content #text_content{
  float: left;
  width: 510px;
  color: #727272;
  font-size: 14px;
}
#content #article_content{
  padding-top: 20px;
  width: 1020px;
  color: #727272;
  font-size: 14px;
}
#content #text_content div.borderinfo p{
  padding: 0px 0px 5px 0px;
  margin: 3px 0px 3px 0px;
  border-bottom:1px dashed #f2f2f2;
}

#content fieldset {
  width: 1020px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  behavior: url(border-radius.htc);
}

#content fieldset fieldset{
  width: 95%;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  behavior: url(border-radius.htc);
}

#content .picture {
  margin: 0;
  padding: 0;
}

#content .picture img {
  border: 1px solid #CDCCCC;
  float: right;
  height: 85px;
  margin: 40px 0 20px 20px;
  padding: 5px 5px 5px 5px;
  width: 85px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  behavior: url(border-radius.htc);
}

#content .post-footer {
  background-color: #EEEEEE;
  float: left;
  margin: 30px 0 0 0;
  padding: 0 30px 30px 30px;
  width: 550px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  behavior: url(border-radius.htc);
}

#content .post-footer .picture img {
  margin: 30px 0 20px 20px;
}

body.front #content h2 a, 
body.page-blog #content .node h2 a, 
body.page-comment #content .node h2 a  {
  color: #242021;
  font-size: 42px;
  font-weight: normal;
  margin: 0 0 16px 0;
  text-decoration: none;
}

body.front #content .node {
  padding: 0 0 40px 0;
}

#content div.comment h3 a {
  color: #242021;
  text-decoration: none;
}

#content #comments {
  clear: both;
  padding: 50px 0 0 0;
}

#content div.comment {
  border-top: 3px solid #DDDDDD;
  margin: 30px 0 0 0;
}

#content .submitted {
  display: block;
  font-style: italic;
  margin: 0 0 20px 0;
}

#content .search-results dd {
  margin: 0 0px;
  padding: 0 0px;
} 

#text_content form.webform-client-form div.form-item {
	margin: 0 0px;
}

#text_content form.webform-client-form div.form-item label{
	font-weight: normal;
}

ul.links {
  clear: both;
}

#content ul.links, 
ul.links li {
  padding: 10px 20px 10px 0;
}

#content .content {
  margin: 0 0 10px 0;
}

div.form-actions {
  padding-top: 10px;
}

#content ul.links li a {
  background-color: #5e94ae;
  border: 0;
  color: #FFF;
  padding: 5px 20px 5px 20px;
  text-decoration: none;
  white-space: nowrap;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  behavior: url(border-radius.htc);  
}

.node-add-to-cart,
#content #zakaz-submit,
#text_content #edit-submit {
  background-color: #5e94ae;
  border: 0;
  color: #FFF;	
  cursor: pointer;
  font-family: Verdana, arial, serif;
  font-size: 14px;
  padding: 5px 20px 5px 20px;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  behavior: url(border-radius.htc);
} 

#content #edit-submit, 
#content #edit-submit-1, 
#content #edit-preview, 
#content #edit-reset, 
#content #edit-vote, 
#content #edit-delete {
  background-color: #5e94ae;
  border: 0;
  color: #FFF;	
  cursor: pointer;
  font-family: Verdana, arial, serif;
  font-size: 16px;
  padding: 5px 20px 5px 20px;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  behavior: url(border-radius.htc);
}

#user-login-form {
  text-align: left;
}

#content #edit-subject, 
#content #edit-keys, 
body.page-user #content #edit-name, 
#content #edit-mail, 
#content #edit-pass {
  background-color: #5e94ae;
  border: 0;
  font-family: monospace;
  font-size: 16px;
  margin: 0 0 10px 0;
  padding: 5px 10px;
  width: 590px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  behavior: url(border-radius.htc);
}

#content #edit-comment {
  background-color: #EEEEEE;
  border: 0;
  font-family: monospace;
  font-size: 16px;
  padding: 5px 10px;
  width: 590px;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  behavior: url(border-radius.htc);
}

.node-add-to-cart:hover,
#content #zakaz-submit:hover,
#text_content #edit-submit:hover, 
#content #edit-submit:hover,
#content #edit-preview:hover {
  background-color: #EEEEEE;
  color:#6da3bd;
}

#content ul.links li.comment_comments a {
  background-color: #D9E5D5;
}

#content ul.links li a:hover {
  background-color: #EEEEEE;
  color:#6da3bd;
}

#content a.feed-icon {
  display: block;
  float: right;
  margin: 30px 0 0 0;
  text-align: right;
}

#sidebar {
  float: right;
  width: 260px;
}

/* FOOTER (AND SOME HEADER) */

#footer-wrap {
  background: url(../images/bg_bottomline.jpg) repeat-x top;
  font-style: italic;
  margin: 0px 0 0 0;
  padding: 5px 0 20px 0;
  font-size: .8em;
  width: 1062px;
}

#footer-wrap #block-menu-secondary-links h2, 
#header #block-menu-secondary-links h2, 
#footer-wrap .block-user h2, 
#header .block-user h2 {
  display: none;
}

#footer-wrap #block-menu-secondary-links ul, 
#header #block-menu-secondary-links ul, 
#footer-wrap .block-user ul, 
#header .block-user ul {
  margin: 0;
  padding: 0;
}

#footer-wrap #block-menu-secondary-links ul li, 
#header #block-menu-secondary-links ul li, 
#footer-wrap .block-user ul li, 
#header .block-user ul li {
  float: right;
  list-style-image: none;
  list-style-type: none;
  margin: 0 0 20px 30px;
  padding: 0;
}

#header #block-menu-secondary-links ul, 
#header .block-user ul {
  text-align: right;
}

#header .block-search {
  display: none;
}

#footer-message {
  clear: both;
  margin: 10px 0;
}

/* FEED & NEW ICONS */

a.feed-icon {
  background-image: url('../images/feed.png');
  display: block;
  height: 47px;
  margin-top: 0.5em;
  width: 47px;
}

.feed-icon img {
  display: none;
}

#content .new {
  background-image: url('../images/new.png');
  color: #7FAE79;
  display: block;
  height: 47px;
  margin-top: 0.5em;
  text-indent: -9999px;
  width: 47px;
}

/* PAGER */

#content ul.pager li {
  margin: 0;
  padding: 0;
}

#content ul.pager li a {
  background: #EEEEEE;
  margin: 0 10px 0 0;
  padding: 10px 14px;
  text-decoration: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  behavior: url(border-radius.htc);
}

#content ul.pager li.pager-current {
  background: #F6F6F6;
  margin: 0 10px 0 0;
  padding: 10px 14px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  behavior: url(border-radius.htc);
}

#content ul.pager li a:hover {
  background: #242021;
  color: #FFFFFF !important;
 }

#content ul.pager {
  text-align: left;
  padding: 30px 0 0 0;
}

.poll {
  margin: 30px 0 0 0;
}

.poll .title {
  font-weight: bold;
  margin: 0 0 30px 0;
}

.poll .total {
  margin: 0 0 30px 0;
  text-align: left;
}

.poll .bar, 
.poll .bar .foreground {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  behavior: url(border-radius.htc);
}

.poll .vote-form {
  text-align: left;
}

.poll .vote-form .choices {
  margin: 0;
}

.poll .bar .foreground {
  background-color: #808080;
}

.block-poll .links ul {
  padding: 0;
}

.block-user .item-list ul {
  margin: 20px 0 0 0;
  padding: 0;
}

.block-user .item-list li {
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap !important;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  width: 99%;
}

/* FORUM */

#forum table {
  width: 1040px;
}

#forum td.icon {
  background: url(../images/forum-default.png) no-repeat center center;
  padding: 0 0 0 30px;
} 

#forum td.icon img {
  display:none;
}

#content .tabs a {
  color: #242021;
  padding: 5px 20px;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  behavior: url(border-radius.htc);
}

#content .tabs ul {
  padding: 5px 0 5px 0;
}

#content .messages {
  margin: 10px 0;
  padding: 5px 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  behavior: url(border-radius.htc);
}

.add-to-cart #edit-qty-wrapper {
	float: left;
	height: 50px; 
	margin: .9em 0 0 0;
	width: 190px;
}
.add-to-cart #edit-qty-wrapper label {
	float: left;
	margin: .2em 0 0 0;
	width: 100px;
}
.add-to-cart #edit-qty-wrapper input {
	float: left;
	width: 70px;
}
.add-to-cart input.node-add-to-cart {
	margin-bottom: 1em;
    margin-top: 0.8em;
	float: left;
}

.product-info .uc-price-product {
	line-height: 1.8em;
}

.product-info .uc-price-product {
	font-size: 1.4em;
}
.views-table {
	width: 100%;
}

.views-table thead th {
	border: none;
}

tr.even, tr.odd {
	border-bottom-style: dashed;
	border-bottom-color: #d2d2d2;
	background: none;
} 
.views-table tbody {
	border-top: none;
} 

/* ADMIN MENU */

body #admin-menu {
  font-size: 12px;
}

body #admin-menu li.admin-menu-icon {
  padding-top: 3px;
}
