/* ---- top_offers ----------------------------------------------------------------------------------------------------- */

DIV#top_offer_wrap {
	clear:both;
	width:976px;
	height:254px;
	padding:10px 0 0;
	margin-bottom:10px;
	background:url(./../../../_layout/_e-shop/dvd_small_card_wrap_bgr.png) 0 36px repeat-x;
}

DIV.top_offer {
	float:left;
	width:316px;
	margin:0 2px 0 6px;
	display:inline; /* IE6 hack */
}

DIV.top_offer DIV.title_wrap {
	margin:0 2px;
}

/* ---- reklama ----------------------------------------------------------------------------------------------------- */

DIV#ad_on_homepage_wrap {
	float:left;
	width:202px;
	margin:0 12px 0 0;
	display:inline; /* IE6 hack */
	/*height:497px;*/
	background-color:#4c412e;
}

/* ---- vyprodeje ----------------------------------------------------------------------------------------------------- */

DIV#sales_on_homepage_wrap {
	float:left;
	width:270px;
	margin-right:12px;
	height:497px;
	background-color:#4c412e;
	margin-bottom: 14px;
}

/* ---- aktuality ----------------------------------------------------------------------------------------------------- */

DIV#news_on_homepage_wrap {
	float:left;
	width:480px;
	/*height:497px;*/
	background-color:#4c412e;
	/*overflow:hidden;*/
	padding-bottom: 15px;
	margin-bottom: 14px;
}

DIV#news_on_homepage {
	padding:0 20px;
	font-size:11px;
	color:#fff;
}

DIV#news_on_homepage P {
	padding-top:5px;
}

DIV#news_on_homepage H1 {
	color:#ffb200;
	font-size:24px;
	font-weight:normal;
	margin:0;
	padding:15px 0 0 0;
}

/* ---- hot tips ----------------------------------------------------------------------------------------------------- */

DIV#hot_tips {
	width:960px;
	height:129px;
	margin:10px 0 0 8px;
}

A.hot_tips_arrow {
	display:block;
	width:40px;
	height:129px;
	background-image:url(./../../../_layout/_e-shop/hot_tip_arrows_bgr.png);
	background-repeat:no-repeat;
}

A.hot_tips_arrow.left {
	background-position:0 0;
	float:left;
}

A.hot_tips_arrow.right {
	background-position:-40px 0;
	float:right;
}

/* Gallery Styles */

#motioncontainer {
	width:880px; /* Set to gallery width, in px or percentage */
	height:129px; /* Set to gallery height */
	position:relative;
	overflow:hidden;
}

#motiongallery {
	position:absolute;
	left:0;
	top:0;
	white-space:nowrap;
}

#motioncontainer A IMG {
	border:7px solid #554730;
	margin:0;
}

#motioncontainer A:hover IMG {

}

#motioncontainer A:hover {
	color:red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */


