/*
/*  Copyright (c) 2005 SIA 'Naos'
/*  naos CSS written by nekaz
/*
*/

/* HACKS */

/* ie5-6/win */ 
@import "ie6win.css";

/* ie5/win */
@media tty {
 i{content:"\";/*" "*/}} @import 'ie5win.css'; /*";}
}/* */

/* ie5/mac */
/*\*//*/
  @import "ie5win.css";
/**/

/* ie55/win */
@media tty {
 i{content:"\";/*" "*/}}@m; @import 'ie5win.css'; /*";}
}/* */

/* OVERALL */

* {
    border: 0;
    margin: 0;
    padding: 0;
}
body {
/*    background: #fff url(/images/body-bg.gif) repeat 0 0;*/
    font: normal 12px/15px Tahoma, Arial, Verdana, serif;
    color: #888;
/*    text-align: center;*/
/*    margin: 0 40px;*/
    margin: 0;
}
body * {
    color: #888;
/*    text-align: left;*/
}
#products a,
#products a:hover {
    background: transparent url(/images/title-bg.gif) repeat-x left bottom;
    padding-bottom: 1px;
    text-decoration: none;
}
u {
    text-decoration: none;
}
hr {
    background: transparent url(/images/title-bg.gif) repeat-x left bottom;
    height: 1px;
    margin: 15px 0;
}

ul {
    list-style-type: none;
    padding: 3px 0;
}
ul li {
    background: url(/images/list.gif) no-repeat 7px 50%;
    padding: 1px 0 1px 25px;
}

#header h1 a span,
#title h3 a,
#products a,
#products a:hover,
.product h4,
.photos h4 {
/*    color: #0af;*/
    color: #09e;
    text-decoration: none;
}

/* CONTAINER */

#container_wrapper {
    background: #fff url(/images/container-bg-left.gif) repeat-y 0 0;
    padding-left: 45px;
}
#container_wrapper2 {
    background: transparent url(/images/container-bg-right.gif) repeat-y 100% 1px;
/*    padding: 0 13px;*/
    padding-right: 45px;
}
#container {
    background: #fff;
    width: 100%;
    position: relative;
    border-top: 1px solid #fff;
}


#apollo {
  margin: 0;
  position: relative;
  top: 2px;
}

/* INTRO */

#intro {
  position: relative;
}

label,
.hide {
    display: none;
}

/* INTRO: HEADER */

#header {
/*    width: 710px;*/
    height: 85px;
    background: #63aeec url(/images/logo.jpg) no-repeat 0 0;
    margin: 5px 0;
}
#header h1 a {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 185px;
    height: 50px;
    display: block;
}
#header h1 a span {
    display: none;
}

/* INTRO: LANGUAGE */

#language a span {
    display: none;
}
#language {
    position: absolute;
    right: -31px;
    top: 11px;
    width: 25px;
}
#language a {
    height: 96px;
    display: block;
}
.lv #lv {
    background: transparent url(/images/languages.gif) no-repeat 0 -192px;
}
.lv #en {
    background: transparent url(/images/languages.gif) no-repeat 0 -288px;
}
.en #lv {
    background: transparent url(/images/languages.gif) no-repeat 0 0;
}
.en #en {
    background: transparent url(/images/languages.gif) no-repeat 0 -96px;
}

/* INTRO: SEARCH */

#search {
    position: absolute;
    right: 30px;
    top: 40px;
}
#searchInput {
    float: left;
    border: 1px solid #09e;
    padding: 2px 5px;
    font: 11px/11px Tahoma, serif;
    width: 200px;
}
#searchButton {
    float: left;
    display: block;
    border: 0;
    padding: 2px 10px;
    background-color: #09e;
    color: #fff;
    font: 9px Tahoma, serif;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}

/* INTRO: NAV */

#nav * {
    text-decoration: none;
}
#nav {
    margin-right: -200px;
    width: 199px;
    float: right;
    text-align: left;
    padding: 15px 0  20px 0px;
    border-right: 1px solid #ddd;
    background: url(/images/bg-fade.png) repeat-x 0 0;
}
#nav ul, #nav ul * {
    list-style: none;
    padding: 0;
}
#nav ul li {
    background: url(/images/element_menu_bullet.gif) no-repeat -10px -1px;
    padding-bottom: 10px;
    font-weight: bold;
}    
#nav ul li ul {
    padding-top: 5px;
}
#nav ul li ul li {
    background: url(/images/element_submenu_bullet.gif) no-repeat 4px 0px;
    padding: 0;
    font-weight: normal;
}    
/* selected */
#nav ul li.selected a {
    color: #09e;
}
#nav ul li.selected li,
#nav ul li.selected li a {
    color: gray;
}
#nav ul li.selected li.selected,
#nav ul li.selected li.selected a {
    color: #09e;
}
#nav li a {
    padding: 0 14px 0 25px;
    display: block;
}
#nav li a:hover {
    background: url(/images/element_submenu_bullet_over.gif) no-repeat 4px 0px;
    background-color: #fafafa;
    color: #777;
}
#nav ul li a:hover {
    background: url(/images/element_menu_bullet_over.gif) no-repeat -10px -1px;
}
#nav ul li ul li a:hover {
    background: url(/images/element_submenu_bullet_over.gif) no-repeat 4px 0px;
}

/*** INTRO: NAV SKIP ***/

#navskip {
    display: none;
}

/*** CONTENT ***/

#body_wrapper {
    display: block;
/*    position: relative;*/ /* IE */
    border: 1px solid #ddd;
    overflow: hidden;
}

#content_wrapper {
    float: right;
    width: 100%;
}
#content {
    margin-left: 200px;
    margin-bottom: 25px;
}
#products {
    position: relative;
    float: left;
    width: 100%;
}
.product {
/*    border: 1px solid red;*/
}

/*** CONTENT: TITLE ***/

#title {
    border-bottom: 1px solid #ccc;
    padding: 9px 15px 7px 15px;
    margin-bottom: 10px;
    background: #fff url(/images/bg-fade.png) repeat-x 0 0;
}
#title h2 {
    font: bold 14px/10px Georgia, "Trebuchet MS", Tahoma, serif;
    padding-bottom: 7px;
}
#title h2 a {
    text-decoration: none;
}
#title h3 {
    font: bold 14pt/14pt "Trebuchet MS", Tahoma, serif;
    letter-spacing: -0.3pt;
/*    padding-bottom: 7px;*/
}
#title h2 a:hover,
#title h3 a:hover {
    background: transparent url(/images/title-bg.gif) repeat-x left bottom;
}
#products h3 {
/*    clear: both;*/
    float: left;
    font: bold 12px/12px Georgia, serif;
    background-color: #f9f9f9;
    padding: 2px 15px;
    margin-top: 10px;
}
#products h3 a {
    display: block;
    text-decoration: none;
}

/*** CONTENT: PRODUCTS ***/

.product {
    clear: both;
    padding: 15px;
    overflow: hidden;
}
.product h4,
.info {
    margin-left: 112px;
    padding-left: 15px;
}
.product,
.page,
#products h3 {
    clear: both;
/*    margin-left: 8px;*/
}
#products h3 a {
    background: none;
    display: inline;
}
.product h4,
.photos h4 a {
    padding-bottom: 4px;
    font: normal 14pt/14pt "Trebuchet MS", Tahoma, serif;
    letter-spacing: -0.3pt;
}
.product img {
    float: left;
    padding: 5px;
    border: 1px solid #ccc;
    display: block;
    margin-right: 13px;
    background-color: #fff;
}
.product:hover .date, .product:hover .date *,
.product:hover .price, .product:hover .price *,
.product:hover .info p, .product:hover .info p *
{
    color: #666;
}
.product:hover {
    background-color: #fafafa;
}
.product p {
    display: block;
    padding: 5px 0;
}
.date, .price, .more, .product p {
    display: block;
}
.date {
    font: normal 13px/12px Georgia, "Trebuchet MS", Helvetica, Verdana, Tahoma, Arial, serif;
}
.price {
    display: block;
    margin-top: 3px;
}
.value {
    font: bold 16px/16px Georgia, Tahoma, serif;
}
.currency {
    margin-left: 5px;
}

/*** CONTENT: PRODUCTS: PAGE ***/

#page {
    margin: 20px 20px;
    font-size: 13px;
    line-height: 17px;
}
#page, #page * {
    color: #666;
}
#page p, #product_body {
    text-align: justify;
}
#page ul {
    padding-left: 30px;
}
#page li {
    padding-left: 0px;
}
#page p {
    padding: 3px 0;
}
#page .imagefr {
    float: right;
    margin: 0 0 10px 13px;
    padding: 5px;
    border: 1px solid #ccc;
    display: block;
    background-color: #fff;
}
#product_body {
    background: transparent url(/images/title-bg.gif) repeat-x left bottom;
    padding-bottom: 15px;
}
#product_eimg,
#product_form {
    margin-top: 15px;
}
#product_eimg {
    padding: 5px;
    border: 1px solid #ccc;
    float: left;
    margin-bottom: 15px;
}
#product_eimg img {
    padding: 0;
    display: block;
    float: left;
}
h5, .descriptionhighlight {
    display: block;
    margin: 0;
    font: bold 12px/12px Tahoma, Georgia, serif;
    background: #fafafa url(/images/title-bg.gif) repeat-x left bottom;
    color: #09e;
    padding: 2px 5px;
}

/*** PRODUCT: PAGE: FORM ***/

#product_form {
    background: transparent url(/images/title-bg.gif) repeat-x left top;
    padding-top: 15px;
    margin-top: 20px;
    margin-bottom: 30px;
    clear: both;
    padding-bottom: 15px;
    position: relative;
    font-size: 12px;
}
#product_form form span {
    display: block;
    width: 60px;
    float: left;
    text-align: right;
    padding: 0 5px;
}
#product_form div {
    clear: both;
    margin-bottom: 3px;
}
#product_form input,
#product_form textarea {
    border: 1px solid #ddd;
    float: left;
    padding: 0px 3px;
}
#product_form div.formRadio span {
    width: auto;
}
#product_form div.formRadio input {
    border: 0;
}
#product_form .formSend {
    margin-left: 70px;
    margin-top: 10px;
    display: block;
    border: 0;
    padding: 2px 10px;
    background-color: #09e;
    color: #fff;
    font: 9px Tahoma, serif;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}
#product_form .comment {
    position: absolute;
    top: 30px;
    right: 0;
}
#product_form .comment span {
    float: none;
}
#product_form .comment textarea {
    width: 220px;
    height: 130px;
}

/*** PAGE OTHER PROD ***/

#other_offers {
    float: none;
    clear: both;
    background: transparent url(/images/title-bg.gif) repeat-x left top;
    padding-top: 20px;
}
#other_offers ul {
    list-style-type: none;
    padding: 3px 0;
}
#other_offers ul li {
    background: url(/images/list.gif) no-repeat 7px 50%;
    padding: 1px 0 1px 25px;
}


/** lala */

.doc_info {
    margin-bottom: 12px;
}
.doc_info p {
    margin-top: 10px;
}

/*** PAGE TABLES ***/

#page table * {
    border: 1px solid #fff;
}
#page table {
    border-spacing: 0;
    border-collapse: collapse;
    empty-cells: show;
    table-layout: auto;
}
#page table td, #page table th {
    border-bottom: 1px solid #eee;
    padding: 2px 5px;
}
				    

/*** FOOTER ***/

#footer {
    clear: both;
/*    margin-top: 25px;*/
    padding: 10px 15px 20px 225px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
/*    text-align: center;*/
    font-size: 11px;
    font-weight: normal;
    color: #aaa;
}

/*** USER CONT ***/

#page input.edit {
	border: 1px solid #ddd;
	margin: 0;
	margin-left: 5px;
	padding: 1px 2px 1px 2px;
}
#page h3 {
	font-weight: bold;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	border-bottom: 1px dotted #3561B8;
	font-size: 10pt;
	clear:both;
	float: none;
}
#page h4 {
	margin:0;
	padding:0;
	margin-bottom: 4px;
	font-size: 9pt;
}
#page anketa.table td,
#page anketa.table th {
	padding-right: 20px;
}
#page anketa.table th {
	text-align: left;
	font-weight: bold;
}
#page ol.mainq {
	padding-right: 50px;
}
#page ol.mainq li {
	margin-left: 25px;
	margin-bottom: 30px;
}
#page ol.subq {
	list-style-type: lower-alpha;
}
#page ol.subq li {
	margin-bottom: 10px;
}


/* iframe */
iframe {
/*	position: relative;
	left: -20px;*/
	border: 0;
}


/* MAILING LIST */

#mailing-list {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  margin-top: 10px;
  clear: left;
}
#mailing-list h4 {
  margin-bottom: 10px;
  font-size: 12px;
}
#mailing-list-response {
  padding:10px 15px;
  margin: 0 20px;
  background:#def;
  border:1px solid #09e;
  font-weight: bold;
}
#mailing-list-form {
  padding-left: 20px;
}
#mailing-list-form label {
  display: block;
}
#mailing-list-form input {
    display: block;
    border: 1px solid #09e;
    padding: 2px 5px;
    font: 11px/11px Tahoma, serif;
}
#login-unsub,
#email-button {
    font: 9px Tahoma, serif;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    display: block;
    width: 100px;
}
#email-button {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    padding: 2px 10px;
    background-color: #09e;
    color: #fff;
}

.photos img {
    float: left;
    border: 1px solid #ccc;
    display: block;
    margin-right: 3px;
    padding: 5px !important;
    background-color: #fff;
}
.photos#page ul {
  padding-left: 0;
}
.photos .album li {
  float: left !important;
}

.photos .gallery li {
  clear: both;
}
.photos .gallery li img {
  margin-right: 13px;
}

/*** LOGOS ***/

#logos {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  text-align: center;
}
