@charset "UTF-8";
body, html {
    margin: 0;
    padding: 0;
	text-align: center;
	font: normal 12px/1.3 Tahoma, Verdana, 'Arial CE', sans-serif;
	background: #FCFEFC url('gfx/bgr-site.gif') top center repeat-y;
	background-attachment: fixed;
}

/** DESIGN **/

#cover {
    width: 980px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

#header {
    position:absolute;
    top: 0;
    margin: 0 auto;
    width: 980px;
    height: 180px;
    background: #308ba9 url('gfx/header.jpg') 0 0 no-repeat;
}

#adline {
    position: absolute;
    top: 0;
    left: 0;
    width: 970px;
    padding: 3px 5px;
    font-size: 90%;
    background-color: #308ba9;
    color: #fff;
}

#body {
    position: absolute;
    top: 180px;
    width: 980px;
    background-color: #95d7ed;
}

#body .leftpane {
    width: 180px;
    margin: 0 10px;
    position: relative;
}

#content {
    float: right;
    width: 778px;
    background-color: #f2fcff;
}

#content .maincontent {
    width: 561px;
    margin: 0 5px 0 10px;
    padding: 5px 0;
    float: left;
}

#content .rightboxes {
    width: 202px;
    overflow: hidden;
    background-color: #95d7ed;
}

#footcontent {
    clear: both;
    text-align: center;
    padding: 20px;
    overflow: hidden;
    background-color: #95d7ed;
    color: #000;
    display: block;
}

#footcontent a {
    color: #000;
}

#footcontent a:hover {
    text-decoration: none;
}

#footcontent .copyright {
    font-size: 85%;
}

#shoplogo {
    position: absolute;
    top: 20px;
    left: 20px;
}

/** STYLE **/
h1,h2,h3,h4,h5 { color: #308ba9; }
h1 { font-size:1.8em; margin: 0 0 5px 0; }
h2 { font-size:1.5em; margin:5px 0; clear: left;}
h3 { font-size:1.3em; margin:5px 0; clear: both; }

select, input, textarea, button {
	font-size: 90%;
	/*border: 1px solid #e0e0e0;
	color: black;
	padding: 1px;
	background: #f2fcff;*/
}

img {
    border:none;
}

ul {
	list-style-type: none;
    margin: 0;
    padding: .2em 1.2em;
}

a, a:link, a:visited {
    color: #0A0A0A;
}
a:hover {
    background: #95d7ed;
    color: #000;
}

form {
    margin: 0;
}

table tr th {
    background-color: #308BA9;
    color: #fff;
}

legend {
    font-weight: bold;
}

.bold { font-weight: bold; }
.right { float: right; }
.left { float: left; }
.acenter { text-align: center; }
.aright { text-align: right; }
.aleft { text-align: left; }
.error { border: 2px solid red; color: red; font-weight: bold; text-align: center; padding: 5px; }
.error a { color: red; }
.ok { border: 2px solid green; color: green; font-weight: bold; text-align: center; padding: 5px; }
.ok a { color: green; }
.required { font-weight: bold; color: red; }
.odd { background-color: #f2fcff; }
.even { background-color: #cef4ff; }
input.odd, input.even { width: 70px; text-align: right; border: 0; font-weight: bold; color: #4E4E4E; font-size: 100%; }
.input-small { width: 40px; }
.note { color: gray; font-style: italic; font-weight: normal; }
.small { font-size: 90%; }
.large { font-size: 120%; }
.clear { display: none; height: 1px; clear: both; }
.noborder { border: none; }
.cleaner {
    clear: both;
    padding-top: 16px;
}
.variant { background-color: #95D7ED; padding: 3px; border-bottom: 1px solid #F2FCFF; }
/** SUBCATEGORY LINKS **/

#subcatlink {
    clear: both;
    overflow: hidden;
    display: block;
}

.subcatlink {
    margin: .2em 0;
    padding: 0;
    line-height: 115%;
    width: 33%;
    float: left;
    font-size: .9em;
}

.subcatlink a {
    display: block;
    padding: 0.3em;
    padding-left: 20px;
    border: 1px solid transparent;
    text-decoration: underline;
}

.subcatlink a strong {
    text-decoration: underline;
}

.subcatlink a:hover {
    border: 1px solid gray;
    background-color: #e7e7e7;
    color: #000;
}

.subcatlink a span.note {
    margin: 0;
}

/** BOX CATALOG **/

.catalogbox {
	width: 170px;
	height: 220px;
	float: left;
	margin-right: 7px;
	margin-bottom: 10px;
	padding: 3px;
	text-align: center;
	position: relative;
	padding-top: 22px;
	padding-bottom: 15px;
	border: 2px solid #308ba9;
    background-color: #e5f9ff;
}

.catalogbox div.productimage {
    background-color: #fff;
}

.catalogbox div.title {
	font-weight: bold;
	font-size: 1.2em;
	height: 25px;
}

.catalogbox div.title a:hover {
    text-decoration: none;
}

.catalogbox .productnote {
    clear: both;
    margin-top: 10px;
}

.catalogbox .icon-minus {
    position: absolute;
    bottom: 10px;
    right: 10px;
    border: none;
}

.catalogbox .price {
    position: absolute;
    left: 17px;
    bottom: 15px;
    font-weight: bold;
    font-size: 1.1em;
}

.catalogbox .price_classic {
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: .9em;
}

.catalogbox .producstock {
    position: absolute;
    left: 18px;
    bottom: 30px;
    font-size: 80%;
}

.catalogbox .basketform {
    position: absolute;
    bottom: -10px;
    left: 27px;
}

.catalogbox .basketform input[type=text] {
    border: 2px solid #308BA9;
}

.smallbox {
    width: 95px;
    height: 110px;
    padding-top: 0;
}
.smallbox div.title {
    font-size:80%;
    height: 20px;
}

/** DETAIL PAGE **/
.productdetail {
    overflow:hidden;
}

.productimage {
	margin: 0 auto;
	border: none;
	width: 170px;
	height: 100px;
	border: none;
	display: table-cell;
	vertical-align: middle;
}

.productcentralimage {
    float: left;
    margin: 0 15px 5px 0;
    width: 220px;
    height: 165px;
    background-color: #fff;
    text-align: center;
}

.productimagegallery {
	float: left;
    margin: 0 5px 5px 0;
    border: none;
    width: 130px;
    height: 100px;
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
}

.productimage img,
.productcentralimage img,
.productimagegallery img {
	border: none;
}

.floatedbox {
    overflow: hidden;
    height: 25px;
    line-height: 13px;
    margin-bottom: 5px;
}

.floatedbox form {
    margin-top: 3px;
}

#product_price_nodph {
	font-size: 135%;
	font-weight: bold;
	float: right;
	clear: right;
}

#product_price {
	font-size: 135%;
	font-weight: bold;
	float: right;
	clear: right;
}

#product_price2 {
	font-size: 145%;
	font-weight: bold;
	float: right;
	clear: right;
}

#product_price_attr {
	font-size: 125%;
	font-weight: bold;
	float: right;
	clear: right;
}

.smokebox {
	background-color: #E5F9FF;
	padding: 10px;
	overflow: hidden;
}

.questionpanel {
    /*padding: 5px 5px 5px 50px;
    border: 1px dotted #308ba9;*/
}

.recommendpanel {
    /*padding: 5px 5px 5px 50px;
    border: 1px dotted #308ba9;
    margin-top: 10px;*/
}

#prices {
    float: right;
}

/** BOX TABLES **/

.catalogbox_table {
    clear: both;
	padding: 5px;
	text-align: left;
	border: 1px solid #308ba9;
	margin-bottom: 3px;
	overflow:hidden;
	position:relative;
}

.catalogbox_table .cover_text {
    overflow:hidden;
    float: left;
    width: 345px;
    margin-right: 5px;
}

.catalogbox_table .noimage {
    overflow:hidden;
    float: left;
    width: 427px;
    margin-right: 5px;
}

.catalogbox_table .cover_prices {
    overflow:hidden;
}

.catalogbox_table .productimage {
	float: left;
	margin: 0 auto;
	border: none;
	width: 65px;
	height: 50px;
	border: none;
	text-align: center;
}

.catalogbox_table .productimage img {
	width: 45px;
	height: 50px;
}

.catalogbox_table div.title {
	font-weight: bold;
	font-size: 1.2em;
}

.catalogbox_table div.title a:hover {
    text-decoration: none;
}

.catalogbox_table .productnote {
}

.catalogbox_table .icon-minus {
    position:absolute;
    bottom:5px;
    right:10px;
    border:none;
}

.catalogbox_table .price {
    font-weight:bold;
    color:#4C0303;
    font-size:1.1em;
}

.catalogbox_table .price_classic {
    color:#4C0303;
    font-size:.9em;
}

.catalogbox_table .price_classic div {
}

.catalogbox_table .producstock {
    font-size: 80%;
}

.catalogbox_table div.title .producstock_noimg {
    font-size: 70%;
}

/** ATTRIBUTE ICONS **/

img.attribute0 {
    position: absolute;
    top: 25px;
    left: 410px;
}

img.attribute0_catalog {
    position: absolute;
    top: 13px;
    left: 158px;
}

img.attribute1 {
    position: absolute;
    top: 61px;
    left: 410px;
}

img.attribute1_catalog {
    position: absolute;
    top: 1px;
    left: 143px;
}

img.attribute2 {
    position: absolute;
    top: 97px;
    left: 410px;
}

img.attribute2_catalog {
    position: absolute;
    top: -3px;
    left: 128px;
}

img.attribute3 {
    position: absolute;
    top: 133px;
    left: 410px;
}

img.attribute3_catalog {
    position: absolute;
    top: -2px;
    left: 113px;
}

img.attribute4 {
    position: absolute;
    top: 169px;
    left: 410px;
}

img.attribute4_catalog {
    position: absolute;
    top: 0;
    left: 96px;
}

img.attribute_timer {
    position: absolute;
    top: 170px;
    left: 410px;
}

img.attribute_timer_catalog {
    position:absolute;
    bottom: 12px;
    left: 0;
}

/** RIGHT BOXES **/

.box {
    margin-bottom: 10px;
}

.box .header {
    /*height: 25px;*/
    overflow: hidden;
    /*font-size: 100%;*/
    font-weight: bold;
    padding: 5px 0 0 5px;
    background-color: #308ba9;
    color: #e7e7e7;
}

.box .header .tab {
    float: left;
    padding: 2px 2px 2px 3px;
    text-align:center;
    background-color: #308BA9;
    color: white;
}

.box .header .tab a {
    color: white;
}

.box .header .tab_active {
    float: left;
    padding: 2px 2px;
    text-align:center;
    background-color: #95D7ED;
}

.box .header .tab_active a {
    color: black;
}

.box .inner {
    min-height:50px;
    padding:5px;
}

.box .inner .title {
    font-weight: bold;
    text-align: center;
}

.box .inner .productimage {
    border: 1px solid #e7e7e7;
    background-color: #fff;
    margin-top: 2px;
    margin-bottom: 5px;
    text-align: center;
    width: 190px;
    margin-left: auto;
    margin-right: auto;
}

.box .inner .price {
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    color: #308ba9;
}

.action_price {
    color: red !important;
}

.box .header a {
    display: block;
    padding: 0 0 3px 0;
    margin-right: 10px;
}

.box .header a:hover {
    background-color: transparent;
}

/** USER PANEL **/

#userpanel {
    /*width: 165px;*/
    /*position: absolute;
    top: 27px;
    right: -2px;*/
    font-size: 90%;
}

#userpanel form {
    margin: 0;
    padding: 0;
}
#userpanel ul {
    margin: 10px;
    padding: 0;
}
#userpanel li {
    clear: right;
    line-height: 18px;
}

#userpanel .input-text, 
#userpanel .login {
    width: 70%;
    float: right;
}

#userpanel .login {
    width: 50px;
}

/** SEARCH **/

#search {
    /*position:absolute;
    top: 1px;
    left: 5px;*/
    margin: 10px 0 0 0;
    height: 15px;
}

#search input[type=text] {
    width: 155px;
}

#search .srchbttn {
    margin-bottom: -4px;
    background: transparent;
    border: none;
}

/** PICKLIST **/

.picklist {
	width: 300px;
	height: 2em;
	margin: 0 0 5px 0;
	padding-top: 0px;
	position: relative;
	top: 5px;
	font-size: .9em;
	clear: left;
}

.picklist a,
.picklist strong {
	border: 1px solid #e7e7e7;
	display: block;
	float: left;
	margin: 0 3px 0 0;
	padding: 1px 4px;
	text-align: center;
	text-decoration: none;
}

.picklist span {
    display: block;
    float: left;
    margin: 0 3px 0 0;
    padding: 5px 4px;
    text-align: center;
}

.picklist a:hover {
	background: #e7e7e7;
	border-color: gray;
}

.picklist strong {
	border: 0;
	font-size: 107%;
	font-weight: bold;
	padding: 2px 4px;
}

.picklist .picklist-next,
.picklist .picklist-prev {
	border-width: 2px;
	margin-top: -1px;
	padding-bottom: 1px;
	padding-top: 1px;
}

.picklist .picklist-next {
	margin-left: 4px;
}

.picklist .picklist-prev {
	margin-right: 9px;
}

/** MENU **/

.menu {
    margin: 0 0 10px 0;
    padding:  10px 0 0 0;
}

.menu a {
    text-decoration: none;
    display: block;
    padding: 3px 10px 3px 25px;
    text-align: left;
    margin: 0;
    font-size: 90%;
    color: #0A0A0A;
    border-bottom: 1px solid #308ba9;
}

a.menuOff:link,
a.menuOff:visited,
a.menuOff:hover {
    font-weight: bold;
    background-color: #95d7ed;
}

a.menuOff:hover {
    background: #e5f9ff;
}

a.menuOn:link,
a.menuOn:visited,
a.menuOn:hover {
    padding-right: 10px;
    font-weight: bold;
    cursor: text;
    border-bottom: 1px solid #e7e7e7;
    background-color: #308ba9;
    color: #0A0A0A;
}

a.menuOffSub:link,
a.menuOffSub:visited,
a.menuOffSub:hover {
    font-weight: bold;
    background-color: #6dbad3;
}

a.menuOffSub:hover {
    background-color: #e5f9ff;
}

a.menuOnSub:link,
a.menuOnSub:visited,
a.menuOnSub:hover {
    padding-right: 10px;
    font-weight: bold;
    cursor: text;
    background-color: #6dbad3;
}

a.arrow {
    background: transparent url('gfx/arrow.gif') 3% 50% no-repeat !important;
}
.menu .box {
    margin-top: 10px;
}
/** TOPMENU **/

#topmenu {
	position: absolute;
	top: 161px;
	right: 10px;
	color: #e7e7e7;
}

#topmenu a, #topmenu a:link {
    color: #e7e7e7;
}

#topmenu a:hover {
    background: #308ba9;
    color: #e7e7e7;
    text-decoration: none;
}

/** BREADCRUMBS **/

#breadcrumbs {
    position: absolute;
    top: 164px;
    left: 10px;
    font-size: 80%;
    color: #e7e7e7;
}
#breadcrumbs a {
    color: #e7e7e7;
}
#breadcrumbs a:hover {
    color: #000;
    text-decoration: none;
}

/** BASKET **/

#basket {
    height: 25px;
    background-color: #95d7ed;
    font-weight: bold;
}

#basket a,
#basket span {
    display: block;
    padding: 5px 10px;
}

#transinfo {
    /*height: 25px;*/
    background-color: #95d7ed;
}

#transinfo a,
#transinfo span {
    display: block;
    padding: 5px 10px;
}
/** REPOSITORY **/

#box {
    height: 25px;
    background-color: #95d7ed;
}

#box a,
#box span {
    display: block;
    padding: 5px 10px;
}

/* TRAIL */
#trailimageid {
  position: absolute;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 220px;
  height: 0px;
  z-index: 1000;
}

#trailimageid div {
  padding: 5px;
  background-color: #FFF;
  border: 1px solid #8B0E53;
  text-align: center;
}

#trailimageid h1 {
  font-size: 120%;
  font-weight: normal;
  margin: 0;
  padding: 2px 0px;
  text-align: left;
  width: 100%;
}

#trailimageid img {
  margin: 2px;
  border: none;
}

/** POLL **/

div#poll {
    padding: 5px;
    overflow: hidden;
    width: 170px;
    border: 1px solid #308ba9;
    background-color: #fff;
}

div#poll div.header {
    font-weight: bold;
    font-size: 110%;
    margin: -5px;
    padding: 5px;
    background-color: #308ba9;
    color: #fff;
}

div#poll div.question {
    margin: 7px 0;
}

div#poll div.cover {
    margin-top: 3px;
}

div#poll div.barcover {
    width: 120px;
    float: left;
    margin-right: 5px;
}

div#poll div.bar {
    text-align: center;
    background-color: #308ba9;
    color: #fff;
}

div#poll div.error {
    margin: 5px -5px 0 -5px;
    border: none;
    background-color: #fff;
}

/** COMMENTS **/
div#comments div.comment { padding: 5px; border: 1px solid #ebebeb; margin-bottom: .5em; }
div#comments div.odd { background-color: #faebf2; }
div#comments div.even { background-color: #fdeded; }
div#comments div.comment_author { font-weight: bold; font-style: italic; margin-bottom: .2em; }
div#comments div.comment_date { font-size: 80%; font-style: italic; }
table#comment_form { width: 99%; }
table#comment_form textarea { width: 99%; height: 60px; }
div#comment_issaving { display: none; }

.catcher {
    position: absolute;
    top: 35px;
    left: 20px;
    width: 250px;
    height: 120px;
    text-decoration: none;
}
.catcher:hover {
    background: transparent;
}

.padl0 {
    padding-left: 5px !important;
}
.padl1 {
    padding-left: 25px !important;
}
.padl2 {
    padding-left: 40px !important;
}
#banner_top {
    position: absolute;
    top: 30px;
    right: 5px;
    width: 650px;
    height: 120px;
}

/** Novinky **/
.news-title {
    font-size: 110%;
    font-weight: bold;
}
.news-title a:hover {
    text-decoration: none;
}
.news-date {
    font-size: 80%;
    font-style: italic;
}
.news-anot {
    margin: 5px 0;
}

#catch_paymethod_text, #catch_transport_text {
    border-left: 2px solid silver;
    padding-left:5px;
    color:gray;
    clear: both;
}
#tooltip{
    float:left;
    border: 1px solid silver;
    background-color: white; 
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
    font-weight: normal;
}
#frontproducts {
    width: 900px;
    margin: 0 auto;
}
#frontproducts div img {
    display: block;
}
#frontproducts div {
    float: left;
    width: 150px;
    height: 110px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    /*border: 1px solid #308ba9;
    margin-right: 10px;*/
}
#mergeForm {
    padding: 5px;
    border: 1px dotted red;
    background-color: #CEF4FF;
}