/*
	project: internet broadcast template
	author: luka cvrk (www.solucija.com) 
	
*/
   
/* default styles */
body { padding: 5px 0 0 0; margin: 0; font: .7em Tahoma, Arial, sans-serif; line-height: 1.7em; background: #fff url(/images/bg.gif) repeat-x; color: #454545; }
a { color: #2F637A; background: inherit; }
a:hover { color: #808080; background: inherit; }
p {	margin: 0 0 5px 0; }
h1 {	font: bold 2.2em Arial, Sans-Serif; padding: 8px 0 0 0; margin: 0; letter-spacing: -1px; text-shadow: 1px 1px 0px #ddd; }
h2 { margin: 0; padding: 0; font: bold 1.8em Arial, Sans-Serif; letter-spacing: -1px; }
h3 { font:bold 1.6em Arial, Sans-Serif }
h4 { font:bold 1.4em Arial, Sans-Serif }
h5 { font:bold 1.2em Arial, Sans-Serif }
h5.kategoria { font: bold 1.11em Arial, sans-serif;margin:2px;padding:2px}	
h6.podobny_produkt {font: bold 1.11em Arial, sans-serif;margin:2px;padding:2px}
h1 a, h2 a { color: #000; background: inherit; text-decoration: none; }
ul { margin: 0; padding : 0; list-style : none; }
img { border: 0; }


/* layout */
#content { margin: 10px auto; width: 960px; }
#logo { margin: 0 0 10px 0; }
#slogan { font-size: 0.9em; margin: 0 0 10px 2px; padding: 0; color: #808080; background: #fff; }
#top_info { line-height: 27px; float: right; color: #808080; background: #fff; margin: 12px 5px 7px 0; text-align: right; height: 74px; }

/* round blue login button */
#loginbutton a { text-decoration: none; width: 24px; padding: 7px 12px; margin: 0 0 0 8px; height: 28px; background: #fff url(/images/lb.gif) no-repeat; color: #000; }
#loginbutton a:hover{ background: #fff url(/images/lbhover.gif) no-repeat; color: #000;}

/* main horizontal menu */
#tablist{ padding: 3px 0; margin: 0; float: left; }
	#tablist li{ list-style: none; display: inline; margin: 0; }
	#tablist li a{
		text-decoration: none;
		padding: 4px 22px;
		margin-right: 2px;
		background: #008AB3 url(/images/corner.gif) no-repeat top right;
		font-weight: bold;
		color: #fff;
	}
	#tablist li a:hover{
		background: #6495AB url(/images/corner.gif) no-repeat top right;
		color: #fff;
	}
	#tablist li a.current{
	background: #31CBF5 url(/images/corner.gif) no-repeat top right;
	color: #2F637A;
	padding: 7px 22px;
}
	#tablist .key { text-decoration: underline; }

/* main menu topics */
#topics {
	clear: left;
	float: left;
	width: 640px;
	background: #B0D0DC url(/images/topicsbg.gif) repeat-x left bottom;
	padding: 8px 5px;
	margin: 0 0 5px 0;
	color: #fff;
	height: 59px;
}
	#topics li a { background-image: url(/images/bullet.gif); color: #fff; background-repeat: no-repeat; background-position: center left;  padding: 0 0 0 12px; }

/* main menu search */
#search {
	float: right;
	text-align: right;
	background: #fff url(/images/searchbg.gif) no-repeat;
	color: #000;
	padding: 32px 20px 12px 20px;
	min-height: 32px; /* FF height */
	height: 25px;	/* IE height */
	width: 270px;
}
	/* search form styling */
	form, form p { margin: 0; padding: 0; line-height: 25px; }
	
		.search { width: 170px; border: 1px solid #357994; background: #fff; color: #478F36; padding: 4px; margin: 0; font-weight: bold; font-size: 1.3em;  }
		.button { padding: 4px; font: bold 1em Arial, Sans-Serif; }

/* left side */
#left {
	float: left;
	width: 635px;
	margin: 0 0 10px 0;
}
	.subheader {
		margin: 0 0 10px 0;
		padding: 8px;
		background: #f4f4f4 url(/images/bgshade.gif) repeat-x;
		color: #808080;
		border-bottom: 1px solid #ccc;
	}
	.left_articles {
		margin: 0px 0 10px 0;
		background: #fff url(/images/bgshade.gif) repeat-x;
		color: #454545;
		padding: 15px 15px 5px 10px;
	}
		.date { font-size: .9em; padding: 0 0 0 12px; background: #fff url(/images/news.gif) no-repeat center left; color: #808080; }
		.bigimage {
			float: left;
			clear: left;
			border: 1px solid #ccc;
			background: #eee;
			color: #000;
			width: 200px;
			height: 150px;
			margin: 0 15px 10px 0;
		}
	.left_box {
		background: #f4f4f4;
		color: #808080;
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
		padding: 15px;
		margin: 0 0 15px 0;
	}
	.thirds {
		float: left;
		width: 186px;
		padding: 0 10px 0 15px;
	}		
		
/* right side */
#right {
	float: right;
	width: 310px;
	margin: 0 0 10px 0;
}
	.right_articles {
		border: 1px solid #ccc;
		padding: 8px;	
		margin: 0 0 10px 0;
		background: #eee;
		color: #454545;
	}
    
    .right_articles p {
        
    }
	.image { float: left; margin: 0; }
	.notes {
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
		padding: 17px 10px 17px 80px;	
		margin: 0 0 10px 0;
		background: #fff url(/images/notes.gif) no-repeat center left;
		color: #454545;
	}
/* footer */
#footer { 
	clear: both; 
	color: #808080;
	background: #FFF;
	padding: 10px 15px;
	border-top: 1px solid #ccc;
}
	#footer .right { float: right; }
    
.img-shadow {
  float:left;
  background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(/images/shadow.gif) no-repeat bottom right;
  margin: 8px 8px 0 8px !important;
  margin: 8px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}

.stred {
    text-align: center;
}

a.tlacidlo {
    background: transparent url('/images/square-blue-left.gif') no-repeat top left;
    display: block;
    float: left;
    font: bold 11px Tahoma;
    line-height: 15px;
    height: 23px;
    padding-left: 9px;
    text-decoration: none;
    margin-left: 10px;
}

a:link.tlacidlo, a:visited.tlacidlo, a:active.tlacidlo {
    color: #808080;
}

a.tlacidlo span {
    background: transparent url('/images/square-blue-right.gif') no-repeat top right;
    display: block;
    padding: 4px 9px 4px 0;
}

a.tlacidlo:hover {
    background-position: bottom left;
}

a.tlacidlo:hover span {
    background-position: bottom right;
    color: #606060;
}

a.tlacidlo_orange {
    background: transparent url('/images/square-orange-left.gif') no-repeat top left;
    display: block;
    float: left;
    font: bold 11px Tahoma;
    line-height: 15px;
    height: 23px;
    padding-left: 9px;
    text-decoration: none;
    margin-left: 10px;
}

a:link.tlacidlo_orange, a:visited.tlacidlo_orange, a:active.tlacidlo_orange {
    color: #606060;
}

a.tlacidlo_orange span {
    background: transparent url('/images/square-orange-right.gif') no-repeat top right;
    display: block;
    padding: 4px 9px 4px 0;
}

a.tlacidlo_orange:hover {
    background-position: bottom left;
}

a.tlacidlo_orange:hover span {
    background-position: bottom right;
    color: #404040;
}

hr.clearboth {
    clear: both;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    visibility: hidden;
}

div.akcia {
	background: #FBEDA6 url(/images/akcia.jpg) no-repeat top right;
	border: 1px solid #4F3C00;
	width: 250px;
	padding:5px;
	float: left;
	margin:5px;
}

div.detail {
    padding:5px;
}

div.etarget, div.etarget p {
    margin: 3px 0;
    padding: 3px 0;
}

div.etarget h3 {
    font-weight: bold;
    background: transparent;
    font-size: 14px;
    padding: 2px 0;
    margin: 1px 0; 
    border: 0;    
}

div.etarget h3 a {
    
}

div.etarget div a {
  font-weight: bold;
  font-size: 11px;
  color: #D2691E;
  text-decoration:underline;
}

div.etarget div a:hover {
  font-weight: bold;
  font-size: 11px;
  color: #A0522D;
  text-decoration:none;
}

.col_left {
    width: 47%;
    border-right: 1px solid #b0c4de;
    float: left;
    padding-right: 2%;
}
.col_left p, .col_right p {
    margin: 7px 0;
    padding: 0;
}

.col_right {
    width: 47%; 
    float: left;
    padding-left: 2%;
}
.col_left, .col_right {
    text-align: left;
    margin-bottom: 10px;
}
div.catpic {
    width: 90px;
    text-align: center;
    margin: 3px 0;
    padding-bottom: 15px;
}
.vpravo {
    float: right;
}

.vlavo {
    float: left;
}

.stred {
    text-align: center;
}
.clearfloat {
  display: table;
  width: 100%;
}
.stlp1, .stlp2, .stlp3 {
    width: 30%;
    padding: 5px;
    float: left;
}
img.main_kupon_img {
    float: right;
    padding:0;
    margin: 20px;
}
.suggestionsBox {
  position: absolute;
  z-index: 10;
  right: 90px;
  margin: 5px 0px 0px 0px;
  width: 350px;
  background-color: #212427;
  opacity:.85;
  filter: alpha(opacity=85);
    -moz-opacity: 0.85;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border: 2px solid #666;
  color: #fff;
}

.suggestionList {
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

.suggestionList li {
  margin: 0px 0px 3px 0px;
  padding: 3px;
  color: #fff;
  cursor: pointer;
  list-style-type: none;
}

.suggestionList li  a {
  color: #fff;
}

.suggestionList li a:hover{
   color: #7B2904;
   
}

.suggestionList li:hover {
    background-color: #FAE04B;
    color: #000 !important;
}

span.cena {
    font-size: 26px;
    color: #b22222;
    font-weight: bold;
    text-shadow: 1px 1px 0px #999;
}

div.etarget_blok {margin:10px 0 ;padding:0;}
div.etarget_blok * {margin:0;padding:0}
div.etarget_blok a:link {font-weight:bold;color:#708090}
div.etarget_blok h6 {font-size:12px}
span.etarget_text {font-size:11px;}

fieldset {
    background: #fff url(/images/bg.gif) repeat-x top;
}
legend {background-color: #fff;font-weight: bold;}

div.pagination {
    padding: 10px;
    margin: 10px;
}

div.pagination a {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #969696;
    
    text-decoration: none; /* no underline */
    color: #696969;
}
div.pagination a:hover, div.pagination a:active {
    border: 1px solid #969696;

    color: #000;
}
div.pagination span.current {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #45545F;
        
    font-weight: bold;
    background-color: #708090;
    color: #FFF;
}

div.pagination span.disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #EEE;
    color: #DDD;
}

p.ok {
	color: #228B22;
	background-color: #fff;
	font-weight: bold;
}
p.error {
	color: Red;
	background-color: #fff;
	font-weight: bold;
}

.buttonwrapper1 {
    margin-left: 120px
}





