/* Encoding: UTF-8 */

h1 {
    visibility: hidden;
    height: 1px;
    margin: 0;
    padding: 0;
}

#header_title {
	text-indent: -1000%;
}

/* oprava rozpadu hlavicky v IE6 */
#header_title h1 {
	margin:  0;
	padding: 0;
	font-size: 10px;
}

.homepage {
	width: 100%;
	position: relative;
}

.homepage_inner {
}

.homepage_upper, .homepage_lower {
	border: 1px solid #ded7e6;
	border: none;
	padding: 1em;
}

/* !!! */
.homepage_IE6_fix {
	width: 100%;
}

.homepage_upper {
	border: none;
	padding-left: 0;
	padding-top: 0;
	float: left;
	width: 73%;
}

.homepage_lower {
	background: #f7f3f7;
	background: #fff;
	width: 20%;
	float: right;
}

.full_size {
	width: auto;
	width: 100%;
	border: none;
	margin: 0;
	padding: 0;
}

/*** ZOBRAZENI PRODUKTU NA TITULCE **********************/

.homepagebox {
	clear: right;
}
.homepagebox p{
	margin:0;
	padding: 0.5em 0;
}
.no_product {
	background: #fff;
	border: none;
}

/*#right_column .homepagebox {
	border-bottom: 2px solid #dddddd;
	padding: 1em 0.5em;
}*/


/***
	!!! OPRAVA chyby v IE6 - nefunkcniho pozicovani .homepageproductbox
 	neni li zadana vyska
 ***/
* html .homepagebox {
	height: 1%;
}

.homepagebox h3 {
	color: #07238f;
	margin: 0 0 .5em 0;
	font-size: 1.1em;
	/* !!! IE !!! */
	display: inline;
}

.homepagebox_footer {
	display: none;
}

span.news_date {
	color: #505076;
}

h3 span.news_date {
	font-weight: normal;
	font-size: .8em;
}

h3.tabcaption {
	margin: 0 0 .5em 0;
	font-size: 1.3em;
	border-bottom: 1px solid #f60;
}

h3.tabcaption a {
	text-decoration: none;
}

.homepageproductbox {
	border: 1px solid #fff;
 	background: #d0ff89;
	position: absolute;
	bottom: 5px;
	left: 4px;
	width: 98%;
}

.homepagepricebox {
	float: left;
	padding: .3em;
	color: #07238f;
	font-size: 1.2em;
}

.homepagebox .left_side {
	float: left;
	clear: left;
	margin-right: 30px;
	margin-left: 0;
}

.homepagebox h4 {
	margin: 0 0 .5em 0;
}

.homepageproductbox .tocart {
	text-align: left;
	text-align: right;
	padding: .3em;
	padding-right: 50px;
}

.homepageproductbox .incart {
	background: #FE0;
}

.tocart input {
	vertical-align: middle;
}

.tocart_button {
	position: absolute;
	top: -3px;
	right: 0;
	width: 40px;
	height: 31px;
	background: url(../../images/layout/kosik-homepage.png);
}

.homepagebox ul {
	padding-left:.6em;
	margin-left:1em;
}

.homepagebox ul li {
	list-style-image: url(../../images/layout/yellow-dot.png);
	vertical-align: middle;
	margin-left:0;
}




/*** LISTA S HLAVNIMI KATEGORIEMI ****************************/
/*** zobrazeni na homepage je odlisne od zobrazeni na ostatnich stranach ***/
/*#top_bar {
 	height: 147px; 
	margin: 0 3px;
	background: #ebf0fa url(../../images/layout/picture-menu-bg.png) repeat-x;
}*/

/*#top_bar_inner {
	height: 100%;
	background: transparent url(../../images/layout/picture-menu-left-side.png) no-repeat;
}*/

/*#top_bar_inner2 {
	height: 100%;
	background: transparent url(../../images/layout/picture-menu-right-side.png) no-repeat 100% 0;
}*/

/*.top_bar_menu {
	margin-left: 210px;
}*/

/*.top_bar_menu div  {
	width: 150px;
	height: 147px;
	float: left;
	border-left: 3px solid #fff;
}*/

/*.top_bar_menu a {
	display: block;
	height: 100%;
}*/

/*#picture_menu_1 a {
	width: 150px;
	background: #fff url(../../images/layout/picture-menu-1.png) no-repeat 0 0;
}*/

/*#picture_menu_2 a {
	width: 150px;
	background: #fff url(../../images/layout/picture-menu-2.png) no-repeat 0 0;
}*/

/*#picture_menu_3 a {
	width: 150px;
	background: #fff url(../../images/layout/picture-menu-3.png) no-repeat 0 0;
}*/

/*.top_bar_menu #picture_menu_4 {
	width: 153px;
	background: #fff url(../../images/layout/picture-menu-4.png) no-repeat 0 0;
}*/


