@CHARSET "UTF-8";

/** Basic styles **/
html, body,
div, span,
object, iframe,
h1,h2,h3,h4,h5,h6,
p, blockquote, pre, a,
abbr, acronym, address, code, del, dfn, em,
img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1.5;
  background-color: #ffffff;
  color: #333;
  font-family: Verdana;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,th,td {
  text-align: left;
  font-weight: normal;
}

table,td,th {
  vertical-align: middle;
}

blockquote:before,blockquote:after,q:before,q:after {
  content: "";
}

blockquote,q {
  quotes: "" "";
}

a img {
  border: none;
}

.visible {
  display: block;
}

.invisible {
  display: none;
}

.cleaner {
  height: 1px;
  font-size: 1px;
  clear: both;
}

div.cleaner {
  clear: both;
}

a,
a:visited {
  color: #cf0000;
}

a:hover {
  color: #446606;
}

p {
  margin-bottom: 20px;
  font-size: 90%;
}
/** END: Basic styles **/


/** LAYOUT **/
body {
  background: #e9effe url('../../images/layout/bg_sky.png') top left
    repeat-x;
}

#layout_wrapper_sky {
  background: url('../../images/layout/bg_header_sky.jpg') top center
    no-repeat;
}

#layout_wrapper_earth {
  height: 250px;
  background: url('../../images/layout/bg_earth.png') bottom left repeat-x
    ;
}

#layout_wrapper_earth2 {
  height: 250px;
  background: url('../../images/layout/bg_footer_earth.jpg') bottom center
    no-repeat;
}

#header {
  width: 990px;
  height: 290px;
  margin: auto;
}

#body {
  width: 990px;
  margin: auto;
  background: url('../../images/layout/bg_body.gif') top left repeat-y;
}

#layout_wrapper_sky {
  min-height: 500px;
  min-width: 990px;
}

/** END: LAYOUT **/


/** HEADER **/
#header_top {
  width: 990px;
  height: 122px;
  overflow: hidden;
  background: url('../../images/layout/bg_header.jpg') top left no-repeat;
}

#header_bottom {
  width: 990px;
  height: 168px;
  overflow: hidden;
  background: url('../../images/layout/bg_header.jpg') 0px -122px
    no-repeat;
}

#logo {
  width: 466px;
  height: 122px;
  float: left;
}

#cart {
  width: 524px;
  height: 122px;
  float: left;
}

#logo h2 {
  width: 240px;
  height: 122px;
  overflow: hidden;
  display: block;
  position: relative;
  margin-left: 226px;
}

#logo h2 a span {
  width: 240px;
  height: 122px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
  background: url('../../images/layout/logo.png') top left no-repeat;
  z-index: 2;
}

#cart span {
  display: block;
  width: 37px;
  height: 29px;
  position: relative;
  left: 81px;
  top: 16px;
  background: url('../../images/layout/cart_full.jpg') 0px -29px no-repeat
    ;
}

#cart span.full {
  background-position: 0px 0px;
}

#cart_content {
  width: 235px;
  height: 53px;
  margin-top: 25px;
  margin-left: 68px;
}

#cart {
  font-size: 11px;
}

#cart p {
  height: 34px;
  display: block;
  overflow: hidden;
  color: #333;
  text-align: center;
}

#cart p.show_cart {
  width: 230px;
  height: 19px;
  display: block;
  text-align: right;
}

#cart p.show_cart a,#cart p.show_cart a:visited {
  color: #4a4c8f;
  font-weight: bold;
  font-size: 11px;
}

#cart p.show_cart a:hover {
  color: #87197d;
}

#navigator {
  width: 970px;
  height: 20px;
  overflow: hidden;
  color: white;
  margin-top: 100px;
  margin-left: 10px;
  font-size: 12px;
}

#navigator a,#navigator a:visited {
  color: white;
}

#navigator a:hover {
  color: #fff600;
}

/** END: HEADER **/


/** MENU **/
#menu {
  width: 520px;
  height: 45px;
  overflow: hidden;
  background: url('../../images/layout/menu.png') top left no-repeat;
  margin-left: 215px;
  padding: 0px;
  list-style-type: none;
}

#menu li {
  float: left;
}

#menu li.menu_uvod {
  width: 95px;
  height: 45px;
  overflow: hidden;
  position: relative;
}

#menu li.menu_uvod a span {
  width: 95px;
  height: 45px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
  background: url('../../images/layout/menu.png') 0px 0px no-repeat;
  z-index: 2;
}

#menu li.menu_uvod a:hover span,
#menu li.menu_uvod a.selected span {
  background-position: 0px -45px;
}

#menu li.menu_informacie {
  width: 135px;
  height: 43px;
  overflow: hidden;
  position: relative;
  left: 21px;
}

#menu li.menu_informacie a span {
  width: 135px;
  height: 43px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
  background: url('../../images/layout/menu.png') -116px 0px no-repeat;
  z-index: 2;
}

#menu li.menu_informacie a:hover span,#menu li.menu_informacie a.selected span
  {
  background-position: -116px -45px;
}

#menu li.menu_otazky {
  width: 105px;
  height: 40px;
  overflow: hidden;
  position: relative;
  left: 40px;
}

#menu li.menu_otazky a span {
  width: 105px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
  background: url('../../images/layout/menu.png') -270px 0px no-repeat;
  z-index: 2;
}

#menu li.menu_otazky a:hover span,#menu li.menu_otazky a.selected span {
  background-position: -270px -45px;
}

#menu li.menu_kontakt {
  width: 112px;
  height: 38px;
  overflow: hidden;
  position: relative;
  left: 61px;
}

#menu li.menu_kontakt a span {
  width: 112px;
  height: 38px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
  background: url('../../images/layout/menu.png') -408px 0px no-repeat;
  z-index: 2;
}

#menu li.menu_kontakt a:visited span {
  background-position: -408px 0px
}

#menu li.menu_kontakt a:hover span,#menu li.menu_kontakt a.selected span
  {
  background-position: -408px -45px;
}

/** END: MENU **/


/** BODY **/
#left_column {
  width: 200px;
  float: left;
  padding: 10px;
  position: relative;
  left: -770px;
}

#right_column {
  width: 173px;
  float: left;
  padding-left: 7px;
  padding-right: 5px;
  padding-top: 10px;
  position: relative;
  left: 220px;
}

#content_column {
  width: 571px;
  float: left;
  padding: 7px;
  padding-top: 20px;
  font-family: Arial;
  position: relative;
  left: 220px;
}

/** END: BODY **/


/** LEFT COLUMN **/
#h_searching,#h_quick_categories,#h_eshop_offer {
  width: 200px;
  height: 26px;
  overflow: hidden;
  display: block;
  position: relative;
}

#h_searching span,#h_quick_categories span,#h_eshop_offer span {
  width: 200px;
  height: 26px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url('../../images/layout/headings_left.gif') no-repeat;
  z-index: 2;
}

#h_searching span {
  background-position: 0px 0px;
}

#h_quick_categories span {
  background-position: 0px -26px;
}

#h_eshop_offer span {
  background-position: 0px -52px;
}

/** END: LEFT COLUMN **/


/** RIGHT COLUMN **/
#h_login,#h_bestseller,#h_last_viewed {
  width: 173px;
  height: 26px;
  overflow: hidden;
  display: block;
  position: relative;
}

#h_login span,#h_bestseller span,#h_last_viewed span {
  width: 173px;
  height: 26px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url('../../images/layout/headings_right.gif') no-repeat;
  z-index: 2;
}

#h_login span {
  background-position: 0px 0px;
}

#h_bestseller span {
  background-position: 0px -26px;
}

#h_last_viewed span {
  background-position: 0px -52px;
}

#h_last_viewed,#h_last_viewed span {
  height: 48px;
}
/** END: RIGHT COLUMN **/


/** FORMS **/
#left_column div.text_input {
  width: 148px;
  height: 31px;
  padding: 0px 8px 0px 8px;
  overflow: hidden;
  background: url('../../images/layout/searchfield_left.gif') top left
    no-repeat;
}

#left_column input.searchfield {
  width: 148px;
  height: 16px;
  padding: 8px 0px 9px 0px;
  border: none;
  color: #999;
  background-color: transparent;
}

#left_column input.searchfield:focus {
  outline: none;
}

#left_column .button_search input {
  width: 31px;
  height: 31px;
  padding: 0px;
  margin: 0px;
  border: none;
  margin-left: 2px;
}

#left_column div.text_input,#left_column div.button_search {
  float: left;
}

#search_item_form {
  margin-bottom: 15px;
}

#search_item_form input {
  font-size: 12px;
}

#login_form .form_row {
  height: 31px;
  overflow: hidden;
}

#login_form .form_row label {
  font-size: 12px;
  display: block;
  width: 41px;
  height: 31px;
  line-height: 31px;
  overflow: hidden;
  float: left;
}

#login_form div.text_input {
  width: 111px;
  height: 31px;
  padding: 0px 8px 0px 8px;
  overflow: hidden;
  background: url('../../images/layout/searchfield_right.gif') top left
    no-repeat;
}

#login_form input.textfield {
  width: 111px;
  height: 16px;
  margin: 5px 0px 9px 0px;
  border: none;
  color: #999;
  background-color: transparent;
}

#login_form .button_login input {
  width: 95px;
  height: 31px;
  padding: 0px;
  margin: 0px;
  border: none;
}

#login_form .button_login {
  text-align: right;
}

#login_form {
  margin-bottom: 30px;
}

#login_form input {
  font-size: 12px;
}

#login_form input.textfield:focus {
  outline: none;
}

.searchfield:focus {
  outline: none;
}
/** END: FORMS **/


/** ESHOP CATEGORIES **/
#quick_links {
  width: 200px;
  list-style-type: none;
  font-size: 12px;
  overflow: hidden;
  margin-bottom: 15px;
}

#quick_links li {
  padding-left: 10px;
  line-height: 16px;
}

#quick_links li a.arrow {
  width: 8px;
  height: 8px;
  margin-top: 4px;
  margin-right: 3px;
  display: block;
  float: left;
  overflow: hidden;
  position: relative;
}

#quick_links li a.arrow span {
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
  background: url('../../images/layout/red_arrow.gif') 0px 0px no-repeat;
  z-index: 2;
}



#sg_node_root ul {
  display: none;
  margin-left: 15px;
  list-style-type: none;
}

#sg_node_root ul li {
  font-style: italic;
  color: #333;
}

#sg_node_root li {
  padding-left: 10px;
  line-height: 20px;
}

#sg_node_root li:hover,
#quick_links li:hover {
  background-color: #fff5f5;
}

#sg_node_root ul li:hover {
  background-color: #ffe9e9;
}

#sg_node_root {
  list-style-type: none;
  font-size: 13px;
  overflow: hidden;
}

#sg_node_root a:link,
#sg_node_root a:visited,
#quick_links a:link,
#quick_links a:visited {
  color: #333;
  text-decoration: none;
}

#sg_node_root a:hover,
#quick_links a:hover {
  color: #aa2222;
}

#sg_node_root li a.arrow {
  display: block;
  width: 8px;
  height: 8px;
  margin-top: 6px;
  margin-right: 3px;
  float: left;
  overflow: hidden;
  position: relative;
}

#sg_node_root li a.arrow span {
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
  background: url('../../images/layout/red_arrow.gif') 0px 0px no-repeat;
  z-index: 2;
}

#sg_node_root li a.arrow span:hover,
#sg_node_root li a.arrow span.selected {
  background-position: 0px -8px;
}

#sg_node_root div.square {
  width: 4px;
  height: 4px;
  display: block;
  background-color: #cf0000;
  float: left;
  margin-top: 9px;
  margin-right: 4px;
  margin-left: 2px;
}

/** END: ESHOP CATEGORIES **/


/** SHOPITEMS **/
#eshop_shopitems {
  
}

div.shopitem_odd,
div.shopitem_even {
  width: 273px;
  height: 310px;
  float: left;
  background-color: #fff;
  margin-bottom: 20px;
  overflow: hidden;
}

div.shopitem_even {
  
}

div.shopitem_odd {
  margin-right: 20px;
}

#eshop_shopitems h2.list_shopitems {
  font-family: Arial;
  font-weight: bold;
  font-size: 100%;
  text-align: center;
  color: #FA2E31;
  height: 55px;
  margin-bottom: 5px;
  margin-top: 5px;
}

#eshop_shopitems div.shopitem_image {
  width: 180px;
  height: 180px;
  margin: auto;
  margin-bottom: 5px;
  border: #f0f0f0 1px solid;
}

#eshop_shopitems span.price {
  font-size: 85%;
  color: #333;
  float: left;
  padding-left: 5px;
  height: 25px;
  line-height: 25px;
}

#eshop_shopitems span.price span {
  color: #5DB50A;
  font-weight: bold;
}

#eshop_shopitems div.si_list_buttons {
  float: right;
  padding-right: 10px;
  height: 25px;
  font-size: 85%;
  margin-bottom: 5px;
}

#eshop_shopitems div.si_list_buttons a {
  display: block;
  width: 79px;
  height: 25px;
  overflow: hidden;
  position: relative;
}

#eshop_shopitems div.si_list_buttons a span {
  display: block;
  width: 79px;
  height: 25px;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
  background: url('../../images/layout/button_details.png') 0px 0px no-repeat;
  z-index: 2;
}

#eshop_shopitems div.si_list_buttons a span:hover {
  background-position: 0px -25px;
}

#eshop_shopitems p.size {
  margin: 0px;
  margin-bottom: 10px;
  padding-left: 5px;
  font-size: 80%;
  font-weight: bold;
  color: #333;
  text-align: center;
}

#eshop_shopitems p.size span {
  font-weight: normal;
}

#paginator_shopitems {
  height: 22px;
  margin: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  float: right;
  font-size: 105%;
}

span.paginator {
  font-size: 90%;
  font-weight: bold;
  color: #333;
  line-height: 33px;
}

span.paginator span {
  font-weight: normal;
}

#paginator_shopitems a.go_start,
#paginator_shopitems a.go_previous,
#paginator_shopitems a.go_next,
#paginator_shopitems a.go_end {
  display: block;
  width: 30px;
  height: 22px;
  overflow: hidden;
  position: relative;
  color: transparent;
  margin-right: 10px;
  float: left;
}

#paginator_shopitems a.go_start span,
#paginator_shopitems a.go_previous span,
#paginator_shopitems a.go_next span,
#paginator_shopitems a.go_end span {
  display: block;
  width: 30px;
  height: 22px;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
  background: url('../../images/layout/paginator.png') 0px 0px no-repeat;
  z-index: 2;
}

#paginator_shopitems a.go_previous span {
  background-position: -30px 0px;
}

#paginator_shopitems a.go_next span {
  background-position: -60px 0px;
}

#paginator_shopitems a.go_end span {
  background-position: -90px 0px;
}

#paginator_shopitems a.go_start span:hover {
  background-position: 0px -22px;
}

#paginator_shopitems a.go_previous span:hover {
  background-position: -30px -22px;
}

#paginator_shopitems a.go_next span:hover {
  background-position: -60px -22px;
}

#paginator_shopitems a.go_end span:hover {
  background-position: -90px -22px;
}

#paginator_shopitems a.go_next {
  margin-left: 10px;
}

#paginator_shopitems a.go_previous_neighbour,
#paginator_shopitems a.go_next_neighbour,
#paginator_shopitems span.active {
  display: block;
  height: 22px;
  float: left;
  margin-right: 3px;
  line-height: 22px;
  text-decoration: none;
  color: #660000;
}

#paginator_shopitems span.active {
  font-weight: bold;
  font-size: 120%;
  color: #000;
}

#paginator_shopitems a.go_previous_neighbour:hover,
#paginator_shopitems a.go_next_neighbour:hover {
  font-weight: bold;
}

#shopitem_details {
  
}

#shopitem_details h1 {
  font-family: Arial;
  font-size: 150%;
  color: #fa2e31;
  margin-bottom: 20px;
  overflow: hidden;
}

#shopitem_details h2.description {
  font-family: Arial;
  font-weight: bold;
  color: #446606;
}

#main_image {
  width: 250px;
  height: 250px;
  border: #f0f0f0 5px solid;
  float: left;
  margin-right: 20px;
}

#supplemental_images {
  float: left;
  width: 280px;
}

#supplemental_images div.small_image {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  border: #f0f0f0 5px solid;
}

#si_details_photos {
  margin-bottom: 30px;
}

ul.shopitem_parameters {
  list-style-type: none;
  font-size: 90%;
  margin-bottom: 20px;
}

ul.shopitem_parameters li {
  font-weight: bold;
  color: #446606;
}

ul.shopitem_parameters li span {
  font-weight: normal;
  color: #000;
}

#shopitem_details p.description {
  font-size: 90%;
  line-height: 170%;
}

#sid_main_params {
  margin-bottom: 50px;
}

table.si_details_si_codes {
  margin: auto;
  width: 450px;
  font-size: 80%;
  border-collapse: collapse;
  margin-bottom: 40px;
}

table.si_details_si_codes th {
  font-weight: bold;
  text-align: center;
}

table.si_details_si_codes td {
  line-height: 250%;
  text-align: center;
}

table.si_details_si_codes tr.odd td {
  background-color: #f0f0f0;
}

form input.add_to_cart {
  width: 40px;
  border: #aaa 1px solid;
  text-align: center;
}

p.nosale {
  font-weight: bold;
  font-size: 150%;
  color: #666;
  text-align: center;
}

p.centered {
  text-align: center;
}

#shopitem_links {
  overflow: hidden;
  padding-left: 10px;
}

#shopitem_links .shopitem_link {
  float: left;
  width: 170px;
  height: 170px;
  margin-bottom: 15px;
  background-color: #fafafa;
  border: #f0f0f0 1px solid;
  padding-top: 5px;
  margin-right: 15px;
}

#shopitem_links .photo {
  margin: auto;
  width: 100px;
  height: 100px;
}

#shopitem_links h3 {
  font-family: "Arial";
  font-weight: 700;
  font-size: 80%;
  text-align: center;
  color: #fa2e31;
}

#shopitem_links h3 a:link,
#shopitem_links h3 a:visited {
  text-decoration: none;
}

/** END: SHOPITEMS **/

/** CART OVERVIEW **/
#content_column h1 {
  font-size: 170%;
  color: #87cb0a;
  margin-bottom: 25px;
}

#cart_overview {
  border-collapse: collapse;
  font-size: 75%;
  margin: auto;
  margin-bottom: 30px;
}

#cart_overview td {
  line-height: 150%;
  padding-top: 5px;
  padding-bottom: 5px;
}

#cart_overview th {
  font-weight: bold;
}



#cart_overview th.first,
#cart_overview td.first {
  width: 25px;
  text-align: center;
}

#cart_overview th.second {
  width: 210px;
  padding-left: 10px
}

#cart_overview th.third,
#cart_overview td.third {
  width: 70px;
  text-align: center;
}

#cart_overview th.fourth {
  width: 65px;
}

#cart_overview th.fifth {
  width: 70px;
}

#cart_overview th.fourth,
#cart_overview th.fifth,
#cart_overview td.fourth,
#cart_overview td.fifth {
  text-align: right;
  padding-right: 10px;
}

#cart_overview td input.quantity {
  width: 40px;
  text-align: center;
}

#cart_overview tr.odd td {
  background-color: #f0f0f0;
}

#cart_overview tr.tfoot td.first {
  padding-left: 25px;
  text-align: left;
}

#cart_overview tr.tfoot td {
  background-color: #b5f73f;
  border-top: #fff 5px solid;
  color: #446606;
  font-weight: bold;
  font-size: 140%;
  line-height: 200%;
}

#cart_control_buttons {
  text-align: right;
  padding-right: 10px;
  margin-bottom: 30px;
}

#order_frm_form {
  
}

#registration_frm_form {
  
}

#order_frm_form fieldset legend,
#registration_frm_form legend {
  font-weight: bold;
  font-size: 80%;
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

#order_frm_form fieldset,
#registration_frm_form fieldset {
  background-color: #fafafa;
  border: #eee 1px solid;
  padding: 10px;
  margin-bottom: 20px;
}

#order_frm_form label,
#registration_frm_form {
  font-size: 90%;
}

#f_other_informations label,
#f_delivery_address label,
#f_invoice_data label,
#f_customer_data label {
  display: block;
  width: 120px;
  float: left;
  line-height: 25px;
  margin-left: 7px;
}

#f_invoice_data div.formrow,
#f_delivery_address div.formrow,
#f_customer_data div.formrow {
  margin-bottom: 5px;
}

#order_frm_form input.input_text,
#registration_frm_form input.input_text {
  border: #c0c0c0 1px solid;
  width: 160px;
  height: 18px;
  margin-bottom: 2px;
}

#order_frm_other_informations {
  border: #c0c0c0 1px solid;
  width: 300px;
  height: 150px;
}

div.submit_row {
  text-align: right;
}

#order_frm_form span.required {
  font-size: 80%;
  color: #aa6666;
}

p.cart_notify {
  margin-bottom: 20px;
  font-weight: bold;
  color: #d21515;
  text-align: center;
  background-color: #ffdcdc;
  line-height: 200%;
}

span.formerrormessage {
  color: #ee3030;
  font-size: 75%;
  font-weight: bold;
  display: block;
}
/** CART OVERVIEW **/

/********************************* Filter *********************************/
#filter_shopitems {
  width: 552px;
  background-color: #fafafa;
  border: #efefef 1px solid;
  padding: 8px;
  margin-bottom: 20px;
}


#filter_shopitems label {
  line-height: 23px;
  font-size: 80%;
}

#filter_shopitems div.button {
  text-align: right;
}

#basic_filter {
  margin-bottom: 15px;
}

#basic_filter label {
  padding-right: 5px;
  margin-left: -3px;
  color: #444;
  font-weight: bold;
}

#basic_filter .gender input[type=checkbox] {
   vertical-align: middle;
}

#basic_filter .gender {
  float: left;
  width: 250px;
}

#basic_filter .order {
  float: left;
  width: 300px;
  text-align: right;
}

#basic_filter .price,
#basic_filter .size {
  float: left;
  margin-left: 5px;
  width: 271px;
}

#basic_filter .gender,
#basic_filter .order,
#basic_filter .price,
#basic_filter .size {
  line-height: 220%;
}

#basic_filter .size {
  text-align: right;
}

#basic_filter .price input,
#basic_filter .size input {
  width: 40px;
  border: #ccc 1px solid;
  text-align: right;
}

#basic_filter label.second {
  margin-left: 5px;
}

/********************************* END: Filter *********************************/


/** MIX **/
#user_reg_link {
  font-size: 75%;
  text-align: center;
}



span.error {
  color: #cf0000;
  font-weight: bold;
}

p.gate_message {
  text-align: center;
  margin-top: 50px;
}


div#login_form {
  width: 150px;
  padding: 5px;
  height: 110px;
  border: #ececec 1px solid;
  background-color: #fdfdfd;
  margin-left: 2px;
  line-height: 100%;
  margin-bottom: 20px;
}

div#login_form {
  font-size: 80%;
  height: auto;
}

div#login_form div {
  margin-bottom: 5px;
}

div#login_form div.caption {
  font-weight: bold;
  margin-bottom: 10px;
}

div#login_form div.control {
  text-align: right;
  margin-top: 30px;
}

#login_form .smallfont {
  font-size: 75%;
}

#content_column h2 {
  color: #87cb0a;
  font-size: 115%;
  margin-bottom: 10px;
}

p.mbottom30 {
  margin-bottom: 30px;
}

#chpass_frm_form label,
#profaddr_frm_form label {
  float: left;
  width: 120px;
  font-size: 85%;
}

#chpass_frm_form input.input_password {
  float: left;
}

#chpass_frm_form div.formrow,
#profaddr_frm_form div.formrow {
  margin-bottom: 10px;
}

#chpass_frm_form span.formerrormessage, 
#profaddr_frm_form span.formerrormessage {
  font-size: 75%;
  color: red;
  clear: both;
  display: block;
  margin-bottom: 10px;
}


#chpass_frm_form input.input_password {
  border: #c0c0c0 1px solid;
  width: 160px;
  height: 18px;
  margin-bottom: 2px;
}

#cart_content p {
  margin-bottom: 0px;
  font-size: 100%;
}

ul.formerrormessage {
  color: #ff0000;
  list-style-type: none;
  font-size: 90%;
  font-weight: bold;
  margin-bottom: 10px;
}



#addresses_list {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

#addresses_list .nr {
  width: 25px;
}

#addresses_list .phone {
  width: 80px;
}

#addresses_list .edit, 
#addresses_list .delete {
  width: 55px;
}

#addresses_list th,
#addresses_list td {
  font-size: 80%;
  padding: 2px;
  border: 1px #f0f0f0 solid;
}

#addresses_list th {
  font-weight: bold;
  background-color: #eee;
}

#addresses_list .edit,
#addresses_list .delete {
  text-align: center;
}

#last_seen {
  
}

#last_seen h3 {
  font-family: Arial;
  font-weight: bold;
  font-size: 80%;
  text-align: center;
  color: #fa2e31;
  margin-bottom: 15px;
}

#last_seen div.last_visited_item {
  margin-bottom: 30px;
  background-color: #fafafa;
  border: #f0f0f0 1px solid;
  padding-top: 5px;
}

#last_seen div.wrapper {
  text-align: center;
}

#last_seen p.price {
  float: left;
  height: 16px;
  font-size: 75%;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 5px;
}

#last_seen p.price span {
  color: #5db50a;
}

#last_seen a.button_details {
  float: right;
  height: 16px;
  font-size: 75%;
  padding-right: 5px;
}

#customer_overview {
  font-size: 90%;
  margin-bottom: 30px;
}

#customer_overview th {
  font-weight: bold;
  color: #333;
  padding-right: 20px;
}

#customer_overview td.category {
  padding-top: 20px;
  font-style: italic;
}

div.cart_control_buttons {
  text-align: right;
}

p.highlight {
  font-size: 90%;
  font-weight: bold;
  margin-bottom: 30px;
}

p.highlight span {
  font-weight: normal;
}

#orders_list {
  font-size: 80%;
  margin: auto;
  margin-bottom: 30px;
  width: 100%;
}

#orders_list th {
  font-weight: bold;
}
#orders_list th,
#orders_list td {
  line-height: 30px;
}

#orders_list .first {
  padding-left: 5px;
  text-align: left;
  width: 150px;
}

#orders_list tr.odd td {
  background-color: #f0f0f0;
}

#orders_list .second {
  text-align: center;
  width: 200px;
}

#orders_list .third {
  text-align: right;
  width: 80px;
}

#orders_list .fourth {
  text-align: right;
  padding-right: 5px;
}

p.search_results {
  font-weight: bold;
  color: #333;
}

p.search_results span {
  font-style: italic;
  font-weight: normal;
}

p.search_results span.normal {
  font-style: normal;
  padding-left: 10px;
}

p.proforma_smalltext {
  font-size: 80%;
}



#proforma_invoice {
  width: 570px;
  margin: auto;
  margin-bottom: 30px;
  font-size: 80%;
}

#proforma_invoice > div {
  margin-bottom: 5px;
}

#proforma_invoice div.key_value {
  overflow: hidden;
}

#proforma_invoice div.key_value span.header {
  font-weight: bold;
  padding-right: 20px;
}

#proforma_invoice div.key_value span {
  
}

#proforma_invoice div.addresses {
  overflow: hidden;
}

#proforma_invoice div.addresses ul {
  list-style-type: none;
  width: 280px;
  float: left;
  margin-bottom: 10px;
}

#proforma_invoice div.addresses ul li.heading {
  font-weight: bold;
  color: #FA2E31;
  font-size: 85%;
  margin-bottom: 5px;
}

#proforma_invoice div.addresses ul li.space {
  margin-bottom: 10px;
}

#proforma_invoice div.key_value div.row {
  width: 280px;
  float: left;
}

#proforma_invoice div.space {
  margin-bottom: 20px;
}

#proforma_invoice .important {
  border: red 2px solid;
}


#zmluvne_podmienky {
  color: #333;
}

#zmluvne_podmienky p.validity {
  font-size: 80%;
  font-style: italic;
}

#zmluvne_podmienky h2 {
  text-align: center;
}

#zmluvne_podmienky p,
#zmluvne_podmienky ol li {
  font-size: 80%;
  text-align: justify;
  margin-bottom: 20px;
}

#zmluvne_podmienky ol {
  margin-left: 20px;
  margin-bottom: 30px;
}

#zmluvne_podmienky ol ol {
  margin-bottom: 10px;
  list-style-type: lower-alpha;
}

#zmluvne_podmienky ol ul,
#zmluvne_podmienky ol ol {
  font-size: 100%;
  margin-left: 20px;
}

#zmluvne_podmienky ol ul li,
#zmluvne_podmienky ol ol li {
  font-size: 100%;
  margin-bottom: 7px;
}

#zmluvne_podmienky ol ul li:first-child ,
#zmluvne_podmienky ol ol li:first-child {
  margin-top: 10px;
}

#zmluvne_podmienky ul.address {
  list-style-type: none;
  line-height: 100%;
}

p.right {
  text-align: right;
  padding-right: 50px;
}

p {
  font-size: 80%;
  color: #333;
}

ol.summary {
  width: 180px;
  padding: 10px;
  border: 1px solid #e0e0e0;
  background-color: #f5f5f5;
  padding-left: 30px;
  font-size: 80%;
  margin-bottom: 30px;
}

table.child_sizes {
  border-collapse: collapse;
  font-size: 80%;
  width: 400px;
  margin: auto;
}

table.child_sizes th {
  font-weight: bold;
  text-align: center;
}

table.child_sizes td {
  padding: 5px;
  text-align: center;
}

table.child_sizes tr.odd td {
  background-color: #f5f5f5;
}

ul.advices,
ul.materials {
  margin-left: 30px;
  margin-bottom: 30px;
  font-size: 80%;
}

ul.advices li,
ul.materials li {
  margin-bottom: 7px;
}

#symboly_osetrenia h3 {
  background-color: #BBFFA6;
  color: #333;
  text-align: center;
  font-weight: bold;
}

#symboly_osetrenia {
  text-align: center;
}

#chemicke_cistenie {
  overflow: hidden;
  margin-bottom: 20px;
}

#chemicke_cistenie img {
  float: left;
}

#chemicke_cistenie ul {
  font-size: 80%;
  margin-top: 22px;
  list-style-type: none;
}

#chemicke_cistenie li {
  height: 62px;
  text-align: left;
  border-bottom: #ccc 1px dashed;
  overflow: auto;
}

#chemicke_cistenie li.odd {
  background-color: #fafafa;
}


/** END: MIX **/







/** WORK IN PROGRESS **/
.nothing {
  background-color: rgba(15%, 60%, 45%, 0.4);
}



/** END: WORK IN PROGRESS **/




/********************************* Lightbox *********************************/
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
}
#jquery-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
#lightbox-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
  width: 49%;
  height: 100%;
  zoom: 1;
  display: block;
}
#lightbox-nav-btnPrev { 
  left: 0; 
  float: left;
}
#lightbox-nav-btnNext { 
  right: 0; 
  float: right;
}
#lightbox-container-image-data-box {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
  padding: 0 10px 0;
}
#lightbox-container-image-data {
  padding: 0 10px; 
  color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
  width: 70%; 
  float: left; 
  text-align: left; 
} 
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
  display: block; 
  clear: left; 
  padding-bottom: 1.0em;  
}     
#lightbox-secNav-btnClose {
  width: 66px; 
  float: right;
  padding-bottom: 0.7em;  
}
/********************************* END: Lightbox *********************************/




/** IE6 BUGS **/
/** IE6 doesn't correctly implement :hover **/
#menu li.menu_kontakt a:hover {
  border: none;
}

#menu li.menu_otazky a:hover {
  border: none;
}

#menu li.menu_informacie a:hover {
  border: none;
}

#menu li.menu_uvod a:hover {
  border: none;
}

/** IE6 double margin buf **/
#left_column div.text_input,#left_column button_search {
  display: inline;
}

#login_form .form_row label {
  display: inline;
}
/** END: IE6 BUGS **/
