/* global.css */

/* ----- BASIC STYLES ----- */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center -2px;
}


a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

a img {
    border: 0;
}

h1, h2, h3, h4, h5, h6, p, form {
	margin: 0;
	padding: 0;

}


/* ----- HIDDEN ELEMENTS ----- */

.blind {
    position:absolute;
    top:-4000px;
    left:-4000px;
    width:1px;
    height:1px;
    overflow:hidden
}

hr {
    display: none;
}

.dummy {
    clear: both;
    width: 100%;
    height: 1px;
	margin:0px;
	padding:0px;
}


/* ----- CENTERING ----- */

div#center {
	width: 918px;
	text-align: left;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-color: #ffffff;
	background-image: url(../images/bg_shadow.png);
	background-repeat: repeat-x;
}


/* ----- MENU ----- */

div#header {
	width: 880px;
	height: 242px;
	margin-left: 19px;
	font-size: 0.9em;
	background-color: #FFFFFF;
	background-image: url(../images2/header.png);
	background-repeat: repeat-x;
	background-position: left top;
}

div#menu {
	/*float: right;
	width: 590px;
	_margin-top: 5px;
	_padding: 15px 0 10px 0;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 23px;
	padding-left: 0;*/
	position:absolute;
	top:6px;
	text-align:center;
	font-size:11px;
	

}

#menu ul {
	list-style-type: none;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 260px;
}
#menu ul ul {
	margin-left: 320px;
}

#menu ul li {
    display: inline;
}

#menu ul li a {
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;

}

#menu ul li a:hover {
	text-decoration: none;
	background-color: #C0453D;

}

#menu ul li.last a {
    border: 0;
}


/* ----- SEARCH ----- */

div#search {
	float: right;
	height: 33px;
	font-size: 0.9em;
	text-align: center;
	background-color: #BD1828;
	width: 205px;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}

#search h2 {
    margin: 5px 0 0 17px;
    font: 12px Arial, sans-serif;
    font-weight: bold;
    text-align: left;
    color: #bd1828;
}

#search table {
    width: 190px;
    margin: 0 auto;
    padding: 0;
}

#search input.input {
    border: 0;
    width: 160px;
    height: 19px;
    _height: 21px;
    background-color: #ffffff;
}

#search input.button {
    position: relative;
    top: 1px;
}


/* ----- HEADER 2 ----- */

div#header2 {
    width: 880px;
    height: 1px;
    margin-left: 19px;
    color: #4e4d4d;
}

#header2 a {
    display: block;
    text-decoration: underline;
}

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

#header2 strong {
    font-size: 1.2em;
}

a#logo {
    float: left;
    width: 292px;
    height: 75px;
    text-indent: -9999px;
    background: url('../images/logo.gif') no-repeat;
}

#cart {
	font-size: 12px;
	background-image: url(../images2/kosik.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 46px;
	height: 40px;
	padding-top: 10px;
	width: 155px;

}
#leva-head a {
	color: #B0170C;
	text-decoration: underline;
}


#cart p {

}

#cart a {

}

#user {
	width: 155px;
	font-size: 12px;
	background-image: url(../images2/user.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 55px;
	text-align: right;
	padding-right: 50px;
}



/* ----- LEFT ----- */

#left {
    position: relative;
    left: 9px;
    float: left;
    width: 215px;
}


/* ----- CATEGORY MENU ----- */

#category {
    float: right;
    width: 205px;
    background-color: #feb533;
}

#category ul, #category li {
    margin: 0;
    padding: 0;
}

#category h2, #category .h2 {
	width: 181px;
	padding: 5px 0 5px 24px;
	font: 1.2em Verdena,Tahoma, Arial, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background-color: #D28700;
}

ul#catmenu {
    list-style: none;
    float: right;
    width: 190px;
    margin: 10px 0 10px 0;
    padding: 0;
    /*font: 1em Tahoma, Arial, sans-serif;*/
    font-weight: bold;
}

ul#catmenu li {
    margin: 0;
    padding: 0;
}

ul#catmenu li span {
	display: block;
	margin-bottom: 3px;
	background-color: #d28700;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #A66B00;
	_height: 15px
}


ul#catmenu li span a {
	display: block;
	color: #ffffff;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 10px;

}

ul#catmenu li:hover span, ul#catmenu li.active span {
	_margin-bottom: 3px;
	background-color: #ffffff;
	background-image: none;
}

ul#catmenu li:hover span a, ul#catmenu li.active span a {
    color: #bd1828;
}

ul.submenu1, ul.submenu2 {
    list-style: none;
    margin-bottom: 10px;
}

ul.submenu1 li a {
	display: block;
	margin: 2px 0 4px 0;
	padding: 0 0 0 17px;
	color: #6C4600;
	background-image: url(../images2/odr2.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	_height: 15px
}

ul.submenu1 li a:hover, ul.submenu1 li a.active1 {
	color: #000000;
	background-image: url(../images2/odr2h.png);
	background-repeat: no-repeat;
	background-position: 8px center;
}

ul.submenu1 li a.active1 {
    _margin-bottom: 3px;
}

ul.submenu2 li a {
    display: block;
    margin: 2px 0 6px 0;
    padding: 0 0 0 26px;
    background: url('../images/dot.gif') 16px center no-repeat;
    color: #bd1828;
	_height: 15px
}

ul.submenu2 li a:hover, ul.submenu2 li a.active2 {
    background: url('../images/dot_active.gif') 16px center no-repeat;
    color: #ffffff;
}


/* ----- CONTACT ----- */

div#contact {
	float: right;
	margin-top: 10px;
}

#contact h2 {
    height: 35px;
    _height: 49px;
    padding: 14px 0 0 65px;
    font: 1.2em Tahoma, Arial, sans-serif;
    font-weight: bold;
    background: url('../images/head_contact.gif') no-repeat;
    color: #ffffff;
}

#contact address {
    width: 185px;
    margin: 0 0 0 20px;
    font-size: 1.1em;
    font-style: normal;
    text-align: center;
    color: #ffffff;
}

#contact address a {
    text-decoration: none;
}

#contact address a:hover {
    text-decoration: underline;
}


/* ----- RIGHT ----- */

#right {
    position: relative;
    right: 18px;
    float: right;
    width: 667px;
}


/* ----- PICTURES ----- */

#pics {
    position: relative;
    float: right;
    width: 667px;
    height: 102px;
    margin-bottom: 8px;
}

#pics img.pic1 {
    position: absolute;
    top: 0;
    left: 0;
}

#pics img.pic2 {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -109px;
}

#pics img.pic3 {
    position: absolute;
    top: 0;
    right: 0;
}


/* ----- ADVERTISING ----- */

#right #advertising {
	float: right;
	width: 180px;
	_width: 160px;
	text-align: center;
	background-color: #FFC847;
}

#advertising h2, #advertising .h2 {
	width: 146px;
	font: 1.2em Verdena, Tahoma, Arial, sans-serif;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 11px;
	padding-left: 24px;
	background-color: #BD1828;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #790F1A;
	padding-bottom: 8px;
	_width: 136px;
}

#advertising .item {
	display: block;
	width: 145px;
	text-align: center;
	background-color: #ffffff;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;

	_margin-left: 13px;
	_margin-bottom: 10px;
	_margin-top: 10px;
}

#advertising p {
    font-size: 0.8em;
}

#advertising div.price {
	background-color: #EDEDED;
}

#advertising div.price strong {
	float: right;
	width: 75px;
	margin-top: 2px;
	font-size: 1.2em;
	color: #bd1828;
	text-decoration: line-through;
}

#advertising div.price a {
	float: left;
	width: 60px;
	padding: 3px 0 3px 0;
	text-transform: uppercase;
	background-color: #BD1828;
	color: #ffffff;
}


/* ----- SORTING ----- */

div#sorting {
	float: left;
	width: 480px;
	background-color: #FFC847;
	color: #BD1828;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #D28700;
	height: 33px;
	_height: 38px;
}

p#filter {
    border-top: 1px solid #feb533;
    border-bottom: 1px solid #feb533;
    width: 460px;
    margin: 10px 0 10px 10px;
    padding: 5px 0 5px 0;
}

p#filter strong {
    position: relative;
    top: -1px;
    left: 2px;
    color: #bd1828;
}

p#filter a {
    position: relative;
    top: -2px;
    left: 1px;
    font-weight: normal;
    text-decoration: underline;
}

p#filter a:hover {
    text-decoration: none;
}

#sort {
	width: 220px;
	float: left;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 20px;
	_margin-left: 15px;
}

#sort2 {
	width: 200px;
	float: left;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 12px;
}

p#sort strong {
    color: #bd1828;
}


/* ----- ITEMS ----- */

div#items {
    float: left;
    width: 480px;
	margin-top: 10px;
    text-align: center;
}

div.item1, div.item2, div.item3 {
    float: left;
    width: 145px;
    text-align: center;
}

div.item1 {
    margin-left: 10px;
	_margin-left: 5px;
}

div.line {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	_margin-bottom: 0px;
}

div.line div.separ {
    float: left;
    width: 11px;
    height: 200px;
    background: url('../images/sep.gif') 5px repeat-y;
}

#items p {
    font-size: 0.8em;
}

div.price {
    background-color: #ededed;
}

div.price strong {
    float: right;
    width: 75px;
    margin-top: 2px;
    font-size: 1.2em;
    color: #bd1828;
}

div.price a {
    float: left;
    width: 60px;
    padding: 3px 0 3px 0;
    text-transform: uppercase;
    background-color: #a2a2a2;
    color: #ffffff;
}

div.price a:hover {
	background-color: #BD1828;
}


/* ----- PAGING ----- */

div.paging {
	font-size: 1.1em;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	clear: left;
	text-align: center;
	color: #BD1828;
}

div.paging a {
    padding: 3px 0;
}

div.paging a {
    text-decoration: underline;
}

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

div.paging a.here {
    text-decoration: none;
    color: #a2a2a2;
}

/* ----- FOOTER ----- */

div#footer {
	clear: both;
	width: 100%;
	text-align: center;
	color: #393838;
	background-image: url(../images2/foo.png);
	background-repeat: repeat-x;
	margin-top: 10px;
}

#footer a {
    text-decoration: underline;
    color: #393838;
}

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

#footer ul {
    list-style: none;
    width: 900px;
    margin: auto;
    padding: 0;
}

#footer ul li.left {
    float: left;
    padding: 20px 0;
    _padding-bottom: 0;
}

#footer ul li.right {
	float: right;
	_padding-bottom: 0;
	padding-top: 20px;
	padding-right: 20;
	padding-bottom: 20px;
	padding-left: 0;
	margin-right: 10px;
}
#sorting select {
	background-color: #FFE097;
}
.nadpis  {
	background-color: #BD1828;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
#advertising #bila {
	background-color: #FFFFFF;
	height: 10px;
	_height: 5px;
	_width:170px;
}
.paging a {
	color: #666666;
}
#header #prava-head {
	float: right;
	width: 665px;
	margin: 57px 0 0 0;
	padding: 0px;

}
#header #leva-head {
	float: left;
	clear:left;
	width: 210px;
	background-image: url(../images2/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 9px;
}
#right a {
	color: #000000;
	text-decoration: underline;
}
#right #items .price a, #advertising .item .price a, #right .line .price a {
	color: #FFFFFF;
	text-decoration: none;
}
#right .line .nadpis a, #advertising .nadpis a {
	color: #FFFFFF;
	text-decoration: none;
}
h3 {
	font-size: 14px;
}
#img {
	position:relative;
	padding-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;

}


#img img {
	position:absolute;
	top:0px;
	left: 0px;
	margin: 0px;
	padding: 0px;

}
#obsah h3 {
	font-size: 14px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #666666;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 5px;
}
#obsah #sorting h1 {
	font-size: 17px;
	font-weight: bold;
	padding: 0px;
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #BD1828;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#obsah h1,
#obsah h2{
	font-size: 17px;
	font-weight: 600;
	font-family: Verdena, Tahoma, Arial, Helvetica, sans-serif;
	color: #BD1828;
	padding-bottom: 4px;
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 10px;
	width: 460px;
	/*height: 18px;*/
	clear: left;
	float: left;
	padding-left: 5px;
	margin-top: 5px;
}

.heading {
	font-size: 15px;
	font-weight: 600;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #BD1828;
	padding-bottom: 2px;
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 10px;
	width: 98%;
	height: 18px;
	clear: left;
}

#obsah #aktuality {
	clear: left;
	float: left;
	width: 480px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#right #obsah {
	width: 480px;
}
#right #obsah .breadcrumb a {
	color: #C17D00;
}

/* footer */

#footer #links a {
	color: #999999;
	text-decoration: none;
}
#footer .left .left2 {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
}
#footer .left {
	width: 600px;
	margin: 0px;
	padding: 0px;
	display: block;
	text-align: left;
}
#myjquerymenu ul ul a {
	text-align: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0453D;
}
#left #linx {
	display: block;
	clear: both;
}
#right #obsah #aktuality p {
	margin-bottom: 5px;
}

#linx h3 {
	margin: 10px;
	font-size: 12px;
}
#linx {
	color: #999;
	margin-top: 0px;
	margin-left: 5px;
	padding-top: 15px;
}
#linx div p a {
	color: #999;
	font-size: 11px;
	text-decoration: underline;
}
#linx div h4 {
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#linx div p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#center #right #obsah #kategorienadpis h2 {
	font-size: 13px;
	font-weight: bold;
	color: #D28700;
	text-align: right;
	display: block;
	width: 300px;
	float: right;
}
#center #right #obsah .hlavniobr_produkt h2 {
	font-size: 12px;
	font-weight: bold;
	color: #D28700;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
}
#center #right #obsah .hlavniobr_produkt {
	width: 210px;
	padding: 0px;
	float: left;
}
.info .reference li {
	margin-bottom: 15px;
}
#obsah #drobeckova {
	height: 35px;
	margin-bottom: 10px;
	background-color: #FFF1D2;
	padding-top: 6px;
	text-align: left;
}
#drobeckova .breadcrumb {
	text-align: left;
	float: left;
	margin-left: 10px;
}
#obsah .ceny_produkt {
	float: right;
	width: 255px;
	margin-bottom: 0px;
}
#obsah .hlavniobr_produkt div {
	border: 1px solid #911019;
}
#obsah .detailfoto {
	margin-left: 5px;
}
#obsah .dalsiobr_produkt #dotaz .buttons table tr td input {
	height: 28px;
	width: 141px;
}
#obsah .ceny_produkt .ceny_produkt_sede {
	background-color: #F3F3F3;
	color: #333;
	padding: 10px;
	margin-bottom: 7px;
}
#center #right #obsah .ceny_produkt .ceny_produkt_sede_ceny {
	margin-top: 7px;
}
.ceny_produkt_sede_ceny form #textimp {
	float: left;
	margin-top: 10px;
	margin-right: 30px;
	_margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #666;
}
#center #right #obsah .ceny_produkt #social {
	color: #999;
	height: 22px;
}
.ceny_produkt_sede .redcena {
	color: #BD1828;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
}
.ceny_produkt_sede table .zarovnatvpravo {
	text-align: right;
}
.ceny_produkt .ceny_produkt_sede table {
	vertical-align: top;
	color: #666;
	margin-top: 5px;
	margin-left: -2px;
}
#social #socialin {
	margin-top: 5px;
	width: 100px;
	float: left;
}
#center #right #obsah .dalsiobr_produkt #dotaz #contact1 .d {
	text-align: left;
}
#contact1 .d table tr td table tr td textarea {
	width: 460px;
}
.ceny_produkt #social #socialin2 {
	width: 140px;
	float: left;
	margin-top: 0px;
}
.ceny_produkt_sede_ceny form .ceny_produkt_sede_ceny_bg {
	background-image: url(../images2/kosik_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#center #right #obsah .popis_produkt img {
	clear: both;
}
#center #right #obsah .obal_produkt {
	float: left;
	clear: left;
	width: 477px;
}
.zalozky img {
	margin: 0px;
	padding: 0px;
}
#objtable .objup {
	background-color: #D28700;
	color: #FFF;
	padding: 3px;
	margin: 0px;
	border: 1px solid #D28700;
}
#objtable .objup th {
	padding: 3px;
	background-color: #D28700;
	border: 1px solid #D28700;
}
#obsah form .n table {
	width: 100%;
}
#obsah form .n table tr td .style5 {
	font-size: 13px;
	font-weight: bold;
}
#obsah form .n table tr td strong {
	text-align: right;
	float: right;
	font-size: 13px;
}
#obsah form #objtable {
	border-top-color: #D28700;
	border-right-color: #D28700;
	border-bottom-color: #D28700;
	border-left-color: #D28700;
	border:none;
}
#objtable tr .m {
	text-align: right;
}
#obsah form #objtable td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D28700;
	padding-bottom:4px;
}
#tlacitkonext {
	background-image: url(../images2/kosik_pokracovat.png);
	height: 30px;
	width: 204px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.zalozky {
	height: 65px;
	margin: 0px;
	padding: 0px;
}
.zalozkyLine {
	background-color: #D28700;
	height: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 472px;
}
#shipping .heading, #payment .heading, #checkout .heading {
	background-color: #D28700;
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	font-size: 13px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-left-color: #A66B00;
}
#tlacitkoback {
	background-image: url(../images2/kosik_zpet.png);
	height: 30px;
	width: 164px;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-color: #FEB533;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#kosikadresa {
	background-image: url(../images2/kosik_adresa.png);
	height: 30px;
	width: 136px;
	border:none;
}
#nav {
	position: relative;
	left: 130px;
	z-index:0;
}
#nav a{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFC847;
	margin: 2px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	color: #333;
}
#obsah #items .akce,
#obsah #items .novinka,
#obsah #items .doprodej,
#obsah #items .top,
#obsah #items .doprava,
#obsah #items .vyrazna,
#obsah #items .posledni,
#obsah #items .sleva,
#obsah #items .a3112{
	background-color: #00F;
	font-weight: bold;
	color: #FFF;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom:4px;
}
#obsah #items .novinka {
	background-color: #AE37C8;
}
#obsah #items .sleva {
	background-color: #009700;
}
#obsah #items .doprava {
	background-color: #C36;
}

#obsah #items .vyrazna {
	background-color: #F90;
}
#obsah #items .doprodej {
	background-color: #F33;
}
#obsah #items .top {
	background-color: #09C;
}
#obsah #items .posledni {
	background-color: #7E6303;
}
#obsah #items .a3112 {
	background-color: #60C;
}
#obsah #aktuality p a {
	text-decoration: none;
}
#center #right #obsah .obal_produkt .tisk {
	color: #999;
	padding-top: 5px;
	float: left;
	clear: left;
	padding-bottom: 5px;
	font-size: 11px;
	text-decoration: none;
}

#face {
	width:210px; height:310px; margin-top:10px;  border:none;
}
#nahore h1 {
	font-size: 12px;
	color: #97D0FF;
	font-weight: bold;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: left;
}
#nahore {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;
}
#obsah #sorting h2 {
	border-bottom-style: none;
}

.none {
	display:none;
}
#showHeurekaBadgeHere-2 {
	text-align: center;
}

.faceout {
	padding-top:20px; margin-left:5px; padding-bottom:10px;
}

#center #right #obsah #kategorieh3 h3 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #A6A6A6;
	text-align: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#kategorieh3 {
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #BEBEBE;
	text-align: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#center #right #obsah #kategorieh3 p {
	margin: 0px;
	padding: 0px;
}
.strong{
	font-weight: bold;
}
#obsah #rotate #s3 {
	height: 184px;
}

