/* CSS Document */
body {
	margin:0;
	padding:0;
	text-align:center;
	font-size:12px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	background: #FFFFFF url(../images/bg.jpg) top center repeat-y;
	color:#000000;
}
/*-------------------------------------------------------------------*/

/* odkazy */
a:link {text-decoration: none;color: #000000;}
a:visited {text-decoration:none;color: #000000;}
a:hover {text-decoration: underline;color: #000000;}
a:active {text-decoration: none;color: #000000;}

a.colorDefault {color:#777777}

a img, img {border: 0;}
ul li a:link, ul li a:visited, ul li a:hover, ul li a:active {color: #df040d;}

/*-------------------------------------------------------------------*/

/* nadpisy */
h1, h2, h3, h4, h5, h6 {margin: 5px; padding: 5px;}
h1 {font-size:24px; color: #df040d;}
h2 {font-size:17px; color: #df040d;}
h2 strong{ color:#777777;}
h2 a:link, h2 a:visited, h2 a:active {text-decoration:none;}
h2 a:hover {color:#777777;text-decoration:underline;}
h2 span{ color:#000000; font-size:12px; font-weight:normal;}
h2 a:hover span{text-decoration:underline;}
h3 {font-size:13px; color: #000000;}
h4 {font-size:11px; color: #df040d;}
h5 {font-size:9px; color: #df040d;}
h6 {font-size:7px; color: #df040d;}
/*-------------------------------------------------------------------*/

/* senznamy OL */
ol {
       margin-top: 2px;
}
ol li {
     line-height: 22px;  
}
/*-------------------------------------------------------------------*/

/* container - zarovani stranky na stred */
.container {
	width:930px;
	padding:0;
	margin: 0 auto 5px auto;
	text-align:left;
	color: #000;
	position: relative;
}
/*-------------------------------------------------------------------*/
.topPadding {padding-top: 170px; height:20px; font-size:2px;}


/* logo */
div.logo {
	z-index:50;
	position:absolute;
	top:0px;
	right:5px;
	width:515px;
	height:66px;
	font-size:68px;
	text-align:right;
	color: #b1b3b4;
}
div.logo a {color: #b1b3b4;}
div.logo a strong{color: #df040d;}
div.logo a:hover {text-decoration:none;}
div.logo span {
	z-index:51;
	position:absolute;
	top:0;
	left:0;
	width:515px;
	height:66px;
	background-image: url(../images/logo-vinoklub.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/******************************************
	banner v hlavicce
********************************************/

div.banner {
	z-index:90;
	position:static;
	width:920px;
	height:auto;
	text-align:center;
	margin: 0 auto;
}

/****************************************/
div.menuLogo {
	color:#bbbbbb;
	position:absolute;
	top:75px;
	right:15px;
	font-size: 12px;
}
div.menuLogo a {
	padding: 0 3px;
	color:#bbbbbb;
	font-weight:bold;
	text-decoration:none;
}
div.menuLogo a:hover {
	color:#df040d;
	font-weight:bold;
	text-decoration:none;
}
div.sami {
	position:absolute;
	top:36px;
	left:10px;
	color:#7a7c7d;
	font-size: 32px;
}
#RunningText {
	color:#7a7c7d;
	position:absolute;
	top:100px;
	left:0;
	font-size:14px;
	overflow: hidden;
	height: 22px;
	white-space: nowrap;
}
.rtSirka {
	width:930px;
	height: 1px;
}
/*-------------------------------------------------------------------*/

/* skip Link */
#skiplink {
    background: transparent!important;
    border: 0!important;
    padding: 0!important;
    margin: 0!important;
}
#skiplink a {
    position: absolute;
    top: -9999px;
    left: -9999px;
    z-index: 999;
}
#skiplink a:focus, #skiplink a:active {
    background: #FFF;
    border: 0;
    border-bottom-width: 7px;
    border-style: solid;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    left: 0;
    outline: 0;
    padding: 20px 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
/*-------------------------------------------------------------------*/


/* telo stranky - content */
.content {
	width:930px;
	margin: 0;
	height:auto;
	position:relative;
}
/*-------------------------------------------------------------------*/

/* obsah stranky - obsah */
.obsah {
	width:930px;
	padding: 0 0 0px 0; /* spodni padding odsazuje SEO box */
	height: 100%;
	margin: 0 auto;
	color: #777777;
	float:left;
	font-size:12px;
	position: relative;
	left: 0px;
	top: 0px;
}

.obsah p {
	margin:0;
	padding: 5px 10px;
	line-height:16px;
}
.obsah .poznamka {
	font-size:14px;line-height:20px;}
/*-------------------------------------------------------------------*/

/* pravySloupec */

.pravySloupec {
border-left: 1px solid #d3d4d4;
	float: left;
	position: relative;
	top: 0px;
	left:265px;
	width: 640px;
	margin: 10px 0 0 0;
	padding: 0 0 0 12px;
	height: auto;
}

/* levySloupec */
.levySloupec {
	float : left;
	position : relative;
	left : -645px;
	width : 250px;
	padding : 0;
	height : auto;
}
/*----------------*/

/* levy sloupec menu */
.levySloupec ul {margin:0;padding:10px 0 10px 10px;}
.levySloupec ul li ul {margin:0;padding:0 0 10px 15px;}
.levySloupec li {font-weight:bold; font-size:16px; list-style:none; padding: 2px 0;margin:0; cursor:pointer;}
.levySloupec li.MenuAktiv a {color:#df040d!important;}
.levySloupec li ul li{font-weight:bold; font-size:12px; list-style:none; padding: 0;margin:0;}
.levySloupec a.activ{ color:#df040d!important;}
.levySloupec a{color:#777777!important; }
.levySloupec a:hover {color:#df040d!important; text-decoration: none;}
/*-------------------------------------------------------------------*/

/* hlavicka */
.hlavicka {
	position:absolute;
	margin: 0 auto;
	height:182px;
	color: #FFFFFF;
	text-align: center;
	padding: 0;
	left: 0;
	top: 0;
	float: left;
	width:930px;
}
/* hlavicka Vino Sami */
.hlavickaVinoSami {
	position:static;
	margin: 0 auto;
	height:auto;
	color: #FFFFFF;
	text-align: center;
	padding: 0;
	left: 0;
	top: 0;
	float: left;
	width:930px;
}

.hlavickaFacebook {
	position: absolute;
	top: 85px;
	left: 3px;
	width: 250px;
	height: 50px;
}
.hlavickaJcarousel {
	position: absolute;
	top: 95px;
	right: 10px;
	width: 675px;
	height: 40px;
	overflow:hidden;
}

/*-------------------------------------------------------------------*/

/* nav - horni navigace */
div.topNav {
	border: 1px solid #d3d4d4;
	border-left:none;
	border-right:none;
	position:absolute;
	top:140px;
	left:5px;
	width:920px;
	padding: 0;
	margin: 0;
	text-align: center;
}

ul.nav {
	margin: 0px;
	padding: 9px 0px 9px 0px;
	list-style: none;
}

.nav li {
	list-style: none;
	display: inline;
	margin:0;
	padding: 0px 6px 0px 6px;
	font-size: 18px;
	line-height: 30px;
}
.nav li a {
	text-decoration:none;
	font-weight: bold;
	color: #7a7c7d!important;
	background-color: none;
	font-size: 18px;
}
.nav li a:hover {
	color: #df040d!important;
}
.nav li a.first { border:none;}

.nav li.navDelic {
	background: url(../images/Navigace_delic.gif) no-repeat left center; padding: 0 0 0 33px;
}
/*-------------------------------------------------------------------*/

/* paticka */
.containerPaticka {
	position:absolute;
	width:100%;
	text-align:center;
	bottom:0;
	margin-bottom:10px;
}
.paticka {
	position:relative;
	bottom:0;
	width:900px;
	margin: 0 auto;
	height: auto;
	padding: 0;
	clear:both;
	font-size: 11px;
	padding: 20px 10px 10px 10px;
	color: #999;
}

.paticka p.copyright {
	float:left;
	width: 80%;
}
.paticka p.copyright span {
	float: right;
}

.paticka p.webdesign {
	float:right;
}

.paticka p.webdesign a, .paticka p.webdesign a:hover {
	color:#999;
	font-weight:bold;
}

.paticka p {
	margin: 0;
}

.patickaBox {
background-color:#777777; color:#FFFFFF; padding: 2px 10px; margin: 5px 0; text-align:center;}
.patickaBox a{color:#FFFFFF; text-decoration:none; font-weight:bold;}
.patickaBox a:hover{color:#FFFFFF; text-decoration:underline;}

/*-------------------------------------------------------------------*/
/* reklama */

.holder-reklama {
	position: absolute;
	/*right:  -165px;*/
	left: 957px;
	top: 5px;
	border: 0px solid white;
	overflow: hidden;
}
/* vinarstvi */
.holder-vinarstvi {
	position: absolute;
	left:  -165px;
	top: 5px;
	border: 0px solid white;
	width: 136px;
	overflow:hidden;
	text-align: center;
}
.holder-vinarstvi .OdkazVyrobce {
	display: block;
	font-size: 8pt;
	padding: 3px;
	background-color: #EEEEEE;
	margin-bottom: 5px;
	color: #777777;
	text-decoration: none;
}
.holder-vinarstvi .OdkazVyrobce img {
	width: 130px;
}
/* Zarovnavani ­ textu */
.text-alignJustify {text-align:justify;}
.text-alignLeft {text-align:left;}
.text-alignRight {text-align:right;}
.text-alignCenter {text-align:center;}
/*-------------------------------------------------------------------*/

/* clear */
.clear {
	clear: both;
	width: 100%;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	background: none;
}
/*-------------------------------------------------------------------*/

/* tabulka border */
table.border {border: 1px solid #EEE; width:100%}
table.border th {background-color:#df040d; color:#FFFFFF; padding:4px 7px;}
table.border tr {}
table.border tr.dark {background-color:#DDD;}
table.border td {background-color:#EEE; margin:1px; padding:2px 4px;
}
/*-------------------------------------------------------------------*/

/* drobeckovaNavigace */
.drobeckovaNavigace {
	padding: 0 0 20px 0;
}
/*-------------------------------------------------------------------*/

/* error */
.error {
	font-size: 20px;
	color: #df040d;
	font-weight: bold;
}
/*-------------------------------------------------------------------*/

/*************************** formular ********************/
textarea, select {
	border: 1px solid #B0B1B6;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.formular h2 {margin: 20px 0 10px 0;
}
.formular .text-in {
	padding: 5px 0 0 0;
}
.formular .input p {
	width: 10px;
	padding: 0;
	background-image: url(../Images/vykricnik.gif);
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	float: left;
	margin: 0;
}
.formular .formular-hlasky p {
    margin: 0;
    padding: 0 0 0 15px;
    background-image: url(../Images/vykricnik.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
    line-height: 22px;
    color: #DD0000;
    font-weight: bold;
}
.formular {
    margin: 10px 0 0 0;
}
.formular p {
	margin: 0px 0px 5px 0px;
	padding: 5px 0px;
}
.formular .upozorneni {
    float: left;
    width: 20px;
    margin-left: 5px;
}

.formular .input {
	float: left;
	width: 65%;
	margin: 5px 0 0 0;
}
.formular .input input, .formular textarea, .formular select {border: 1px solid #999;} 
.formular .input {
	font-size:14px;
}
table.form {margin-top:10px;}
.formular label {
	font-size:14px;
	float: left;
	width: 33%;
	text-align: right;
	padding: 8px 10px 0 0;
}
.formular .radioBtn {
	padding:3px 10px 0 0;
}
.formular .poznamka {
	clear: both;
	color: #999999;
	font-size: 11px;
	font-style: italic;
	padding-left: 200px;
	line-height:normal;
}
.formular fieldset {
    margin-top: 15px;
    border: 1px solid #E6DB86;
    padding: 20px 10px;
}
.formular legend {
    margin: 0 20px;
}
.padRob {padding: 5px 5px 10px 25px;}

.hledani-clanek input {font-size:11px;}
.bold {font-weight:bold;}
.normal {font-weight:normal;}
.width430px {width:430px;}
.formular .input .text100 {width: 100%!important;float: left;}
.formular .input .text95 {width: 95%!important;float: left;}
.formular .input .text90 {width: 90%!important;float: left;}
.formular .input .text80 {width: 80%!important;float: left;}
.formular .input .text70 {width: 70%!important;float: left;}
.formular .input .text60 {width: 60%!important;float: left;}
.formular .input .text50 {width: 50%!important;float: left;}
.formular .input .text40 {width: 40%!important;float: left;}
.text90 {width: 90%!important;float: left;}
.text80 {width: 80%!important;float: left;}
.text70 {width: 70%!important;float: left;}
.text60 {width: 60%!important;float: left;}
.text50 {width: 50%!important;float: left;}
.text40 {width: 40%!important;float: left;}
.text30 {width: 30%!important;float: left;}
.text25 {width: 25%!important;float: left;}
.text20 {width: 20%!important;float: left;}
.text90ro {width: 90%!important;float: left;background-color: #EFF0E9;}
.text80ro {width: 80%!important;float: left;background-color: #EFF0E9;}
.text70ro {width: 70%!important;float: left;background-color: #EFF0E9;}
.text60ro {width: 60%!important;float: left;background-color: #EFF0E9;}
.text50ro {width: 50%!important;float: left;background-color: #EFF0E9;}
.text40ro {width: 40%!important;float: left;background-color: #EFF0E9;}
.text30ro {width: 30%!important;float: left;background-color: #EFF0E9;}
.text25ro {width: 25%!important;float: left;background-color: #EFF0E9;}
.text20ro {width: 20%!important;float: left;background-color: #EFF0E9;}


/* a btn */
a.input-button, a.input-button1, a.input-button2  {
	display:block;
	text-align:center;
	border: 0px;
	padding: 3px 0 0 0;
	height: 19px;
	cursor: pointer;
	color: black;
	font-size: 13px;
}
a.input-button {background-image: url(../images/Button_background.gif); width: 62px;}
a.input-button:hover {background-image: url(../images/Button_background_hover.gif);}
a.input-button1 {background-image: url(../images/Button1_background.gif);width: 110px;}
a.input-button1:hover {background-image: url(../images/Button1_background_hover.gif);}
a.input-button2 {background-image: url(../images/Button2_background.gif);width: 148px;}
a.input-button2:hover {background-image: url(../images/Button2_background_hover.gif);}

/* input btn */
input.Button, input.input-button, input.Button1, input.input-button1, input.Button2, input.input-button2 {height: 22px;}

.Button, .input-button, .Button1, .input-button1, .Button2, .input-button2 {
	border: 0px;
	cursor: pointer;
	color: black;
	font-size: 13px;
}
.Button, .input-button {background-image: url(../images/Button_background.gif);width: 62px;}
.Button:hover, .input-button:hover {background-image: url(../images/Button_background_hover.gif);}
.Button1, .input-button1 {background-image: url(../images/Button1_background.gif);width: 110px;}
.Button1:hover, .input-button1:hover {background-image: url(../images/Button1_background_hover.gif);}
.Button2, .input-button2 {background-image: url(../images/Button2_background.gif);width: 148px;}
.Button2:hover, .input-button2:hover {background-image: url(../images/Button2_background_hover.gif);}


/*******************************/

/* left */
.left {
	float: left;
	border-right: 1px #bbbbbb solid;
	width: 460px;
	margin: 15px 0;
	position: relative;
}
.left1 {
	float: left;
	border-right: 1px #bbbbbb solid;
	width: 300px;
	margin: 15px 0;
	position: relative;
}
.mar14 {margin-left:14px;}
.height115 {	height:65px;}
.right {
	float:left;
	width:450px;
	margin: 15px 0px 15px 15px;
	position: relative;
}
.right1 {
	float:left;
	width:300px;
	margin: 15px 0px 15px 14px;
	position: relative;
}
.right p {
	margin:0;
}
/* seo text */
div.seo {
	position:absolute;
	bottom:0px;
	left:0px;
	width:930px;
	/*height:400px;*/
	font-size:12px;
}
div.blok1, div.blok2 {margin-bottom:15px;}

/* clouts */
div.Text {
	padding-left: 20px;
	padding-right: 20px;
}
.right div.Text p {line-height:26px;}

/* *******************************/
/* uvodni stranka, update by elf */
/* *******************************/

.TabBorLeft {
	border-left: 1px solid #BBBBBB;
}
.UvodNadpis, .uvodnadpis {
	padding: 5px 0;
	text-transform: uppercase;
	color: #7a7c7d;
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
}
.UvodNadpis a {color: #7a7c7d;}

.TextRed, .textred {
	color:#df040d!important;
}
.TextGrey {
	color:#777777!important;
}
.TextBlack {
	color:#000000;
}
.fSize16 {font-size:16px; font-weight:bold;}
.fSize17 {font-size:17px; font-weight:bold;}
p.sami {
	color:#7a7c7d;
	font-size: 32px;
}
.TabBigRed {
	color: #df040d;
	padding-bottom: 10px;
}
.TabPrehled {
	font-size: 12px;
	font-weight: bold;
	margin-left: 20px;
}
.TabVyberteSi {
	height: 62px;
	vertical-align: top;
	position: relative;
}
.TabVyberteSi img {
	position: relative;
	top: 11px;
}
/* Podmenu leve slopec */
.PodMenu {
	display: none;
}
/* selektor pro vino-sami | rychly nakup | novinky | ... */
.Selektor {
	margin: 20px 15px 0px 10px;
}
.Selektor a strong.red {color:#DF040D !important;}
.SelektorA {
	float:left;
	line-height: 25px;
	padding: 0px 12px 0px 12px;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	border-left: 1px solid #BBBBBB;
	background-image: url(../images/Selektor_back.gif);
	background-position: right;
	margin-right: 3px;
	position: relative;
	top: 1px;
}
.SelektorActive {
	float:left;
	line-height: 25px;
	padding: 0px 12px 0px 12px;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	border-left: 1px solid #BBBBBB;
	background-image: url(../images/Selektor_back_active.gif);
	background-position: right;
	margin-right: 3px;
	position: relative;
	top: 1px;
	color: #df040d!important;
}
.SelektorInner {
	clear: both;
	border: 1px solid #BBBBBB;
	font-size: 9pt;
	font-weight: bold;
	width: 100%;
}
.SelektorVyber {
	width: 160px;
	float: left;
	margin: 0px 0px 10px 0px;
	padding:0 0 0 10px;
}
.SelektorVyber div {
	margin-top: 8px;
	color: #b0b1b6;
}
.SelektorVyber select {
	width: 90%;
	margin-top: 2px;
	border: 1px solid #b0b1b6;
	color: black;
}
.SelektorNabidka {
	height: 177px;
}
.SelektorPosuvnik {
	float: left;
	margin: 0px;
}
.SelektorPosun {
	float: left;
	width: 700px;
	overflow: hidden;
	height: 100%;
}
.SelektorPolozka {
	width: 180px;
	height: 140px;
	float: left;
	display: block;
	border-right: 1px solid #BBBBBB;
	font-size: 7pt;
	font-weight: normal;
	overflow: hidden;
	margin-top: 17px;
	text-align: center;
	text-decoration: none;
}
.SelektorPolozka:hover {
	text-decoration: none;
}
.SelektorPolozka span {
	text-align: left;
	padding: 0px 15px 0px 15px;
	height: 25px;
	color: black;
	display: block;
}
.SelektorNadpis {
	font-size: 9pt;
	font-weight: bold;
}
.SelektorData {
	width: 2000px; /* tahle hodnota bude pocitana */
}
/* Nejprodavanejsi lahve */
.NejprodLahve {
	height: 133px;
	width: 255px;
	border: 1px solid #BBBBBB;
	font-size: 13pt;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 5px 0 0 5px;
}
.NejprodLahve .SelektorPosuvnik {
	position: relative;
	top: 5px;
}
.NejprodLahve span {
	margin: 3px 0px 10px 8px;
	display: block;
}
.NejprodLahveCont {
	margin-top:8px;
	height: 90%;
	width: 218px;
	overflow: hidden;
	float: left;
	position: relative;
	white-space: nowrap;
}
.NejprodLahveCont div {
	white-space: nowrap;
	height: 100%;
	position: relative;
}
/* input prvky */
.Button {
	background-image: url(../images/Button_background.gif);
	border: 0px;
	width: 62px;
	height: 22px;
	cursor: pointer;
	color: black;
	font-size: 13px;
}
.OdkazObr img {
	border: 1px solid #d3d4d4;
	margin-left: 8px;
	clear: both;
}
/*mix*/
table {
	color: #777777;
}
.Oddelovac {
	font-size: 1px;
	border-bottom: 1px solid #d3d4d4;
	clear: both;
}
.Zatmeni {
	background-color: white;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 0px;
	right: -15px;
}

/* link btn */

.linkBtn {font-size:17px; font-weight:bold; text-align:right; text-decoration:none; padding-right:10px;}
.linkBtn a { text-decoration:none;padding-right:10px;}
.linkBtn a:visited {color:#df040d;}
.linkBtn a:hover {color:#df040d; text-decoration:underline;}
.SelektorData p {margin:0;padding:0; line-height:12px;}
.h1-vyhledavac {color:#7A7C7D!important; font-size:12px; margin-top:0px; padding-top:0px;}


table.tabAukce tr td p{padding-left:0;}
.aukceLahve {width:auto;}

/* bannery aukce */
.BanneryAukce {text-align:center; margin-top: 15px;}
.BanneryAukce a img {border:1px solid #bbbbbb;}

/* */
.detail {color:#777777;}
.zbozi-lahve-obrazky {text-align:center;padding: 20px 0 20px 0;}
.zbozi-lahve-obrazky a {padding:5px;}

.prihlaseniObsah a {
	padding: 0;
	color:#bbbbbb;
	font-weight:bold;
	text-decoration:none;
}
.prihlaseniObsah a:hover {
	color:#df040d;
	font-weight:bold;
	text-decoration:none;
}
.krabice ul {margin:0;padding:0;}
.krabice li {list-style:none;margin: 0 0 20px 0; padding:0;}
.krabice li a{font-weight:bold;}
.tabTB {
	border: 1px solid #d3d4d4;
	border-left:none;
	border-right:none;
	font-size: 1.1em;
}
.tabTB span {
	padding-right: 5px;
	line-height: 1.4em;
}
.obr, .editor-obrazek-vlevo img {float:left; margin: 0 10px 10px 0;}

input.form {border:1px solid #d3d4d4;}

.f16 {font-size:16px;}
/**********************************
		Vino-sami filtr
*************************************/
.barvy a.button{
	display:block;
	line-height:22px;
	margin:0 0 5px 0;
	/*background-color:#c00;*/
	padding: 0 0 0 20px;
	width:87%;	
}
.barvy a.bila{background: url(../images/chbox-bila.gif) no-repeat top left;}
.barvy a.seda{background: url(../images/chbox-seda.gif) no-repeat top left;}
.barvy a.cervena{background: url(../images/chbox-cervena.gif) no-repeat top left;}
.barvy a.ruzova{background: url(../images/chbox-ruzova.gif) no-repeat top left;}


/* hovery */
.barvy a.bilaOn{background: url(../images/chbox-bila-hover.gif) no-repeat top left;}
.barvy a.sedaOn{background: url(../images/chbox-seda-hover.gif) no-repeat top left;}
.barvy a.cervenaOn{background: url(../images/chbox-cervena-hover.gif) no-repeat top left;}
.barvy a.ruzovaOn{background: url(../images/chbox-ruzova-hover.gif) no-repeat top left;}

/*
.barvy a:hover.button{background: #FFF url(../images/chbox-bila-hover.gif) no-repeat top left;	}
.barvy a:hover.seda{background: #FFF url(../images/chbox-seda-hover.gif) no-repeat top left;}

.barvy a:hover.cervena{background: #FFF url(../images/chbox-cervena-hover.gif) no-repeat top left;}
.barvy a:hover.ruzova{background: #FFF url(../images/chbox-ruzova-hover.gif) no-repeat top left;}
*/

/*obsah krabice*/
ul li.bile,ul li.ruzove, ul li.cervene,ul li
{ list-style:none; }

div.centerContent ul.noLinkList li{padding-left:10px; }

ul li.bile a{background-image:url(../images/list_bila.gif); background-repeat:no-repeat; background-position: left 4px; padding-left:10px; text-decoration:none;}
ul li.bile a:hover{color:#009E50;}

ul li.ruzove a{background-image:url(../images/list_rose.gif); background-repeat:no-repeat; background-position: left 4px; padding-left:10px; text-decoration:none;}
ul li.ruzove a:hover{color:#EC008B;}

ul li.cervene a{background-image:url(../images/list_cerven.gif); background-repeat:no-repeat; background-position: left 4px; padding-left:10px; text-decoration:none;}
ul li.cervene a:hover{  color:#9940A1;}


.tab-vinorevue {
background-image:url(/images/vinorevue.gif);
background-repeat:no-repeat;
color:#FFFFFF;
padding:0 0 0 62px;
}
.hodnoceni {
	white-space: nowrap; 
	margin: 2px 0px;
	float:right;
	text-align:center;
}
.button {color:#DF040D!important; font-weight:bold;}	
.SelektorInner, .NejprodLahve {background-color: #FFFFFF;}

/****************************************/
.hlavickaVinoSami .menuLogo{position:static; text-align:right;padding: 10px 15px 10px 0;margin: 0 auto;}

.hlavickaVinoSami #RunningText {position:static; padding-bottom:5px;margin: 0 auto;}
.hlavickaVinoSami .topNav{position:static; margin: 0 auto;}
.VinoSami {position:static}
.hlavickaVinoSami div.sami{position:absolute; float:left;margin: 0 auto;}
.hlavickaVinoSami div.logo {position:static; height:65px;text-align:right;margin: 0 auto;}
.hlavickaVinoSami div.logo span {position:absolute;text-align:right; left:410px;}

/* sepcial styly pro ponakupni */
              .EmailText {
			width: 90%;
			height: 300px;
		}
		#centerContent {
			position: relative;
		}
		#PridejEmail {
			position: absolute;
			top: 60px;
			left: 110px;
			border: 1px solid silver;
			padding: 2em 3em 2em 3em;
			background-color: #CCCCCC;
			text-align: center;
			display: none;
		}
		.Pruhledne {
			opacity: 0.15;
			filter:alpha(opacity=15);
		}
		.PrvniTab, .DruhyTab {
			margin-bottom: 1em;
		}
		.PrvniTab {
			clear: left;
			width: 20%;
			float: left;
			margin-right: 1em;
		}
		.PonakupniTA {
			width: 250px;
			height: 90px;
			overflow: auto;
		}
		.Vizitka {
			width: 400px;
			height: 150px;
			border: 1px solid silver;
		}
/*****************************************************************
                 styly pro posunuti facebook ikony
*****************************************************************/
.FaceBook {
	position: relative;
	top: -4px;
}
#PlovouciText {
	position:absolute;
	display: none;
	top: 0px;
	left: 0px;
	z-index: 1000;
	padding: 5px 8px;
	background-color: #EEEEEE;
	border: 1px solid gray;
}
/*****************************************************************
                 venovat lahev jako darek
*****************************************************************/
.LahevDarek {
	width: 124px; 
	text-align: center; 
	border:1px solid #B3B3B3; 
	margin: 8px 5px 5px 5px; 
	padding-bottom: 6px;
	position: relative;
}
.LahevDarek a {
	margin: 0 auto;
}
#LahevDarekVarovani {
	position: absolute;
	height: 151px;
	padding: 5px;
	top: -1px;
	right: -1px;
	border:1px solid #B3B3B3; 
	background-color: White;
	display: none;
	overflow: hidden;
}
#LahevDarekVarovani div a {
	float: left;
	margin: 20px 0px 0px 40px;
}
#LahevDarekVarovani div {
	width: 333px;
}
#LahevDarekVarovani div span {
	font-weight: bold;
	color: #DF040D;
	cursor: pointer;
} 
/*****************************************************************
                index strana popup layer
*****************************************************************/
.PopupLayerIndex {
	display: none;
	position: absolute;
	z-index: 999;
	background-color: White;
}
/*****************************************************************
                UPOUTAVKA
*****************************************************************/
.upoutavka  {
position : absolute;
padding:0;
margin: 0;
top: 0;
left : 0;
z-index : 1000;
width : 100%;
height: 100%;
background: transparent url(../images/blank.png) repeat top left;
font-size:13px;

}
.upoutavkaBody {
margin:180px auto 0 auto;
position:relative;
width:601px;
height:400px;
background:#ffffff url(../images/popup-bg.gif) no-repeat top left;
z-index : 1001;
}
.upoutavkaBody p {margin-bottom: 18px;}
.upoutavkaBody .inside {
	position:absolute;
	top:50px; 
	left:30px;
	text-align:left;
	width:540px;
height:320px;
line-height: 20px;
z-index : 1002;
}

.upoutavkaBody a.close {
	display:block;
	height:19px;
	width:19px;
	position:absolute;
	top:25px;
	right:28px;
	background: url(../images/btn-close.gif) no-repeat top left;
	text-decoration:none;
}

.upoutavkaBody a:hover.close {
	text-decoration:none;
	background: url(../images/btn-close.gif) no-repeat 0 -19px;
}
strong.red {color:#c00;}

.upoutavkaBody table {color:#000;}
.osloveni strong{font-size:15px;}
.podpis {font-size:15px; font-weight:bold;color:#777;}
.podpis strong{color:#c00;}
input.datum {border:1px solid #999; border-right:none;padding:2px 0 0 5px; height:18px; line-height:20px;float:left; width:100px;}
a.kalendar {display:block;float:right;}
a.kalendar img {border:none;}

/*****************************************************************
                Medaile
*****************************************************************/
.Medaile {
	display: inline;
	position: relative;
	top: 4px;
	margin-left: 1em;
}
.Medaile img {
	margin-right: 3px;
}
.MedaileDetail {
	display: none;
	position: absolute;
	background: white;
	color: #7A7C7D;
	width: 230px;
}
.MedaileDetail div {
	border: 1px solid #B3B3B3;
	padding: 5px 10px;
	margin: 5px;
}
.MedaileDetail h3 {
	color: #DF040D;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 15px;
}
.MedaileDetail span {
	font-weight: normal;
	display: block;
	text-align: justify;
}
.MedaileDetail img {
	margin: 10px 0px;
}
/*********** stav lahvi skladova *************/
.stavLahvi {
	background: #e5e5e5 url(../images/bg-btn-grey.gif) no-repeat top left;
	text-align:center;
	margin:20px 0 0 8px;
	padding: 6px 0 0 0;
	width: 174px;
	height:20px; /*26px - 10px padd */
	color:#000000;
	font-size: 12px;
	font-weight:bold;
	position: relative;
}
/*
.stavLahvi {
	background: #e5bd31 url(../images/bg-btn-yellow.gif) no-repeat top left;
	text-align:center;
	margin:20px 0 0 8px;
	padding: 16px 0 0 0;
	width: 217px;
	height:31px;
	color:#000000;
	font-size: 14px;
	font-weight:bold;
}*/
#PosledniSbohem {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	background: white;
	width: 350px;
	font-weight: normal;
	text-align: justify;
}
#PosledniSbohem div {
	margin: 5px;
	border: 1px solid rgb(179, 179, 179);	
	padding: 1em;
}

/* jCarousel */
.nejprodavanejsiVina {
	width:450px;
	height:auto;
	overflow:hidden;
	margin: 10px 0 0 0;
}
.posledniVina {
	width:445px;
	height:200px;
	overflow:hidden;
}
.posledniVina .UvodNadpis{
	margin:0 0 0 20px;
}
.jCarouselNewslettery {
	width:450px;
	height:auto;
}

.najdeteSiSveVino {
	margin:0 0 0 20px;
}
.lineHeight1 p{line-height:16px!important;}
.odrazky .Text ul {margin-left:0px; padding-left:20px;}
.odrazky .Text ul li {list-style: disc;margin:0 0 5px 0; padding-left:0px;}
.rssFeed {margin:0 20px;}
.rssFeed hr {margin:0 0 5px 0; border:none; border-bottom:1px solid #eee;}
.rssFeed a:hover {text-decoration:none;}