@CHARSET "UTF-8";

body, html {
    margin:0;
    padding:0;
	text-align:center;
	font:normal 11px/1.3 'Trebuchet MS', 'Arial CE', sans-serif;
	background:#8B0E53 url('gfx/bgr-site.gif') top center repeat-y;
	background-attachment: fixed;
}

h1 { color:#8B0E53; font-size:1.8em; margin: 0 0 5px 0;}
h2 { color:#8B0E53; font-size:1.5em; margin:10px 0;}
h3 { color:#8B0E53; font-size:1.3em; margin:10px 0; clear: left;}
a { color:#8B0E53; }
a:hover { color:#8B0E53; background-color:#FACAE0; }

form {
    margin: 0;
}

.bold { font-weight: bold; }
.right { float: right; }
.left { float: left; }
.acenter { text-align: center; }
.aright { text-align: right; }
.aleft { text-align: left; }
.input-small { width: 40px; }
.small { font-size: 90%; }
.large { font-size: 120%; }
.clear { display: none; height: 1px; clear: both; }
.noborder { border: none; }

select, input, textarea, button {
	font-family: 'Trebuchet MS', 'Arial CE', sans-serif;
	font-size: .9em;
	border: 1px solid #e0e0e0;
	background-color: #f8f8f8;
	color: black;
	padding: 1px;
}

img {
    border:none;
}

.input-text {
    background: url('gfx/inputbgr.gif') 0 0 no-repeat;
    border:1px solid #D0D0D0;
}

fieldset {
	padding: 5px; margin: 20px 0 20px 0; border: 1px solid #808080;
}

legend {
	width: 150px; font-weight: bold; _margin-bottom: 10px; padding: 2px 10px 2px 10px; background-color: #e9e9e9; border: 1px solid #808080;
}

optgroup {
	background-color: gray;
	color: white;
}

optgroup option {
	background-color: white;
	color: black;
}

label {
	width: 120px;
	/*display: block;*/
	/*font-weight: bold;
	font-style: italic;*/
}

th {
	background-color: #8B0E53;
	color: white;
	padding: 2px;
	text-align: center;
}

td {
	padding: 2px;
}

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

ul.arrows li {
    background:url('gfx/arrow.gif') .2em .4em no-repeat; padding-left:15px;
}

.cleaner {
    clear: both;
    padding-top: 16px;
}
#cover {
    width:980px;
    margin:0 auto;
    text-align:left;
    position:relative;
}

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

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

#body {
    position:absolute;
    top:205px;
    width:980px;
    background:#facae0 url('gfx/bgr-gradient.jpg') 0 0 repeat-x;
}

#content {
    float:right;
    _margin-right: -22px;
    width:778px;
    _width: 765px;
    background:transparent url('gfx/bgr-inner-heart.gif') 0 -15px repeat-y;
}

#content .maincontent {
    width:550px;
    margin:0 5px 0 10px;
    _width: 555px;
    _margin-right: -5px;
    _margin-left: 5px;
    float:left;
}

#content .footcontent {
    clear:both;
    width:745px;
    text-align:center;
    padding: 20px 50px 30px 5px;
    color:#4C0303;
    font-size:.8em;
    background:transparent url('gfx/bgr-inner-bottom.gif') bottom left no-repeat;
    overflow:hidden;
}

#content .footcontent p {
    margin: 5px 0;
    text-align:  justify;
}

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

#breadcrumbs {
    position:absolute;
    /*top:175px;
    right:30px;*/
    top:185px;
    left:213px;
    font-size:.8em;
    font-style:italic;
}

#basket {    
    background: transparent url('gfx/basket-full.gif') top left no-repeat;
    width: 155px;
    height: 35px;
    position:absolute;
    top:165px;
    right:55px;
    color: #fff;
}

#basket a, #basket span {
    color: #fff;
    display: block;
    padding: 10px 0 10px 40px;
}

#basket a:hover {
    color: #000;
    background-color: transparent;
}

#box {
    background: transparent url('gfx/box.gif') top left no-repeat;
    width: 25px;
    height: 30px;
    position:absolute;
    top:168px;
    right:25px;
}

#box div {
    margin: 17px 0 0 3px;
}

#box div a {
    color: #000;
}

#box div a:hover {
    color: #000;
}

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

#userpanel form {
    margin: 0;
    padding: 0;
}

#userpanel ul {
    margin: 0;
}

#userpanel li {
    clear: right;
    line-height: 16px;
}

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

#userpanel .login {
    width: 50px;
}

#topmenu {
	position: absolute;
	top:140px;
	right:25px;
}

#topmenu a {
    color:#000;
}

/* BOXY */
#content .rightboxes {
    width:190px;
    overflow:hidden;
}

.box {
    margin-bottom:10px;
}

.box .header {
    height:25px;
    background:transparent url('gfx/bgr-infopanel.gif') 0 0 no-repeat;
    font-size:1.2em;
    font-weight:bold;
    padding:5px 0 0 10px;
    color:#fff;
}

.box .inner {
    min-height:50px;
    background:#fddada url('gfx/bgr-infopanel-bottom.gif') bottom left no-repeat;
    /*margin-bottom:10px;*/
    padding:5px;
}

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

.box .inner .productimage {
    border:1px solid #F9C8DF;
    background-color:#fff;
    margin-top:2px;
    margin-bottom:5px;
    text-align:center;
}

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

.action_price {
    color: red !important;
}

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

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

.questionpanel {
    background: #FACAE0 url('../../images/icons/question.gif') 3px 2px no-repeat;
    padding: 5px 5px 5px 50px;
    border: 1px dotted #8B0E53;
}

.recommendpanel {
    background: #FACAE0 url('../../images/icons/recommend.gif') 3px 2px no-repeat;
    padding: 5px 5px 5px 50px;
    border: 1px dotted #8B0E53;
    margin-top: 10px;
}

.button {
	background-color: #fff;
	border-color: gray;
	font-weight: bold;
}

.buttontext {
	background-color: #e7e7e7;
    border: 1px solid #8B0E53;
    color: #8B0E53;
    font-weight: bold;
    padding: 3px 5px;
    cursor: pointer;
    text-decoration:none;
}

a.buttontext {
    font-size:.9em;
}

.buttontext:hover {
    background-color: #8B0E53;
    color: #fff;
    text-decoration: none;
}

.required {
	color: red;
	font-weight: bold;
}

.note {
	font-size: .9em;
	font-weight: normal;
	line-height:16px;
}

#errmess {
    display: none;
}

.error {
	background-color: #FDDADA;
	color:red;
	font-weight: bold;
	padding: 3px;
	border: 1px dotted #8B0E53;
	text-align: center;
}

.ok {
    background-color: #FDDADA;
    color: #8B0E53;
    font-weight: bold;
    padding: 3px;
    border: 1px dotted #8B0E53;
    text-align: center;
}

.hidput {
    display:none;
    text-align:left;
    margin-top:5px;
}

/* BOXY CATALOG */
.catalogbox {
	width: 165px;
	height: 220px;
	float: left;
	margin-right: 8px;
	padding: 5px;
	text-align: center;
	background: transparent url('gfx/bgr-productbox.gif') 0 0 no-repeat;
	position:relative;
	padding-top: 27px;
}

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

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

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

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

.catalogbox .price {
    position:absolute;
    left:17px;
    bottom:10px;
    font-weight:bold;
    color:#4C0303;
    font-size:1.1em;
}

.catalogbox .price_classic {
    position:absolute;
    right:15px;
    bottom:25px;
    color:#4C0303;
    font-size:.9em;
}

.catalogbox .price_classic div {
}

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

.catalogbox .basketform {
    position: absolute;
    top: 5px;
    right: 35px;
}

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

.productdetail {
    overflow:hidden;
}

.productimage {
	/*float: left;*/
	margin: 0 auto;
	border: none;
	width: 130px;
	height: 100px;
	/*border: 1px solid gray;*/
	border: none;
	text-align: center;
}

.productcentralimage {
    float: left;
    margin: 0 15px 5px 0;
    width: 220px;
    height: 165px;
    border: 1px solid #8B0E53;
    background-color:#fff;
    text-align: center;
    vertical-align: middle;
}

.productimagegallery {
	float: left;
    margin: 0 3px 5px 0;
    border: none;
    width: 130px;
    height: 100px;
    border: 1px solid #8B0E53;
    text-align: center;
    vertical-align: center;
    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;
}

#prices {
    float: right;
}

/** BOXY TABLE **/
.catalogbox_table {
    clear: both;
	padding: 5px;
	text-align: left;
	border: 1px solid #e7e7e7;
	margin-bottom: 3px;
	overflow:hidden;
	position:relative;
}

.catalogbox_table .cover_text {
    overflow:hidden;
    float: left;
    width: 365px;
    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%;
}
.catalogbox_table ul {
    margin: 0;
    padding: 0;
}
.catalogbox_table li {
    text-align: right;
}
.catalogbox_table li strong {
    font-size: 110%;
}
.catalogbox_table .removeitem {
    margin-top: 8px;
}

/** IKONY PRIZNAKU **/
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;
}

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

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

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

.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 #8B0E53; background-color: #FACAE0; color: #000;}
.subcatlink a span.note {margin: 0;}

.smokebox {
	background-color: #f3f3f3;
	padding: 5px;
	overflow: hidden;
	-moz-border-radius: 10px;
}

/* VYHLEDAVANI */
#search {
    position:absolute;
    top:104px;
    ~top: 103px;
    right:10px;
    height:15px;
}

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

/* MENU */

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

.menu a {
    text-decoration: none;
    border-bottom: 1px solid #c3c3af;
    color: #4c0303;
    display: block;
    padding: 3px 10px 3px 10px;
    text-align: left;
    margin: 0;
}

a.menuOff:link, a.menuOff:visited, a.menuOff:hover {
    background-color: #f9c8df;
    color: #4c0303;
    font-weight: bold;
}

a.menuOff:hover {
    background-color: #FD8AC9;
}

a.menuOn:link, a.menuOn:visited, a.menuOn:hover {
    background-color: #8b0e53;
    padding-right: 10px;
    font-weight: bold;
    cursor: text;
    color: #fff;
    border-bottom: 1px solid #c3c3af;
}

a.menuOffSub:link, a.menuOffSub:visited, a.menuOffSub:hover {
    background-color: #F8E5EE;
    color: #4c0303;
    font-weight: bold;
}

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

a.menuOnSub:link, a.menuOnSub:visited, a.menuOnSub:hover {
    padding-right: 10px;
    font-weight: bold;
    cursor: text;
    color: #4c0303;
    border-bottom: 1px solid #c3c3af;
    background-color: #F8E5EE;
}

a.arrow {
    background: #F8E5EE url('gfx/arrow.gif') 3% 50% no-repeat !important;
}

.padl0 {
    padding-left: 10px !important;
}
.padl1 {
    padding-left: 15px !important;
}

/* PICKLIST */
.picklist {
	color: #4C0303;
	width: 330px;
	height: 2em;
	margin: 0 0 5px 0;
	~margin-bottom: 0;
	padding-top: 0px;
	position: relative;
	top: 5px;
	font-size:.9em;
}
.picklist a, .picklist strong {
	border: 1px solid #ccdbe4;
	display: block;
	color: #4C0303;
	float: left;
	margin: 0 3px 0 0;
	padding: 1px 4px;
	text-align: center;
	text-decoration: none;
}
.picklist span {
    display: block;
    color: #4C0303;
    float: left;
    margin: 0 3px 0 0;
    padding: 5px 4px;
    text-align: center;
}
.picklist a:hover {
	background: #FACAE0;
	border-color: #8B0E53;
	color: #4C0303;
}
.picklist strong {
	border: 0;
	color: #4C0303;
	font-size: 107%;
	font-weight: bold;
	padding: 2px 4px;
}
.picklist .picklist-next, .picklist .picklist-prev {
	border-width: 2px;
	font: 114% Tahoma, Helvetica, sans-serif;
	margin-top: -1px;
	padding-bottom: 1px;
	padding-top: 1px;
	_margin-top: -2px;
}
.picklist .picklist-next {
	margin-left: 4px;
}
.picklist .picklist-prev {
	margin-right: 9px;
}

/* 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;
}

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

div#poll div.header {
    font-weight: bold;
    font-size: 110%;
    margin: -5px;
    padding: 5px;
    background-color: #8B0E53;
    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 {
    background-color: #8B0E53;
    text-align: center;
    color: #fff;
}

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

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: 20px;
    left: 20px;
    width: 270px;
    height: 90px;
    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;
}