/* ---- layout ----------------------------------------------------------------------------------------------------- */

BODY {
	margin:0;
	background-color:#2d2619;
	font-family:Arial, Helvetica, sans-serif;
}

UL,LI {
	margin:0;
	padding:0;
	list-style:none;
}

DIV#main {
	width:976px;
	margin:0 auto;
	background-color:#2e281c;
	position: relative;
}

FORM {
	padding:0;
	margin:0;
}

a {
  color: #ffb200;
}

h2 {
  font-size: 16px;
}

/* ---- header ----------------------------------------------------------------------------------------------------- */

DIV#header {
	width:960px;
	height:268px;
	margin:0 8px;
	background:url(./../../_layout/_e-shop/header_bgr.jpg) 0 100% no-repeat;
}

#flashcontent2 {
	margin:0 0 0 8px;
}

/* ---- titles ----------------------------------------------------------------------------------------------------- */

DIV.title_wrap {
	overflow:hidden;
	height:37px;
	background:#2e281c url(./../../_layout/_e-shop/title_bgr.png) 0 -53px no-repeat;
}

DIV.title_wrap DIV.title_body {
	height:27px;
	background:url(./../../_layout/_e-shop/title_bgr.png) 100% 0 no-repeat;
	font-weight:bold;
	font-size:12px;
	padding:6px 0 0 15px;
}

/* ---- navigation top -------------------------------------------------------------------------------------------- */

DIV#navigation_top {
	margin-top:27px;
	height:54px;
	float:left;
}

DIV#navigation_top A {
	display:block;
	height:54px;
	margin-right:3px;
	background-image:url(./../../_layout/_e-shop/navigation_top.png);
	background-repeat:no-repeat;
	text-decoration:none;
	float:left;
	overflow:hidden;
	cursor: pointer;
}

DIV#navigation_top A SPAN {
	display:block;
	height:54px;
}

DIV#navigation_top A#nt_hstrana {
	width:90px;
	background-position:0 -54px;
}

DIV#navigation_top A#nt_hstrana SPAN {
	width:90px;
}

DIV#navigation_top A#nt_hstrana:hover {
	background-position:0 0;
}

DIV#navigation_top A#nt_prihlasit {
	width:79px;
	background-position:-90px -54px;
}

DIV#navigation_top A#nt_prihlasit SPAN {
	width:79px;
}

DIV#navigation_top A#nt_prihlasit:hover {
	background-position:-90px 0;
}

DIV#navigation_top A#nt_zaregistrovat {
	width:107px;
	background-position:-169px -54px;
}

DIV#navigation_top A#nt_zaregistrovat SPAN {
	width:107px;
}

DIV#navigation_top A#nt_zaregistrovat:hover {
	background-position:-169px 0;
}

DIV#navigation_top A#nt_opodminky {
	width:121px;
	background-position:-276px -54px;
}

DIV#navigation_top A#nt_opodminky SPAN {
	width:121px;
}

DIV#navigation_top A#nt_opodminky:hover {
	background-position:-276px 0;
}

DIV#navigation_top A#nt_kontakt {
	width:63px;
	background-position:-397px -54px;
}

DIV#navigation_top A#nt_kontakt SPAN {
	width:63px;
}

DIV#navigation_top A#nt_kontakt:hover {
	background-position:-397px 0;
}

DIV#navigation_top A#nt_napoveda {
	width:76px;
	margin:0 !important;
	background-position:-460px -54px;
}

DIV#navigation_top A#nt_napoveda SPAN {
	width:76px;
}

DIV#navigation_top A#nt_napoveda:hover {
	background-position:-460px 0;
}

DIV#navigation_top A#nt_partneri {
	width:64px;
  margin-left: 3px;
	background-image:url(./../../_layout/_e-shop/partneri.png);
}

DIV#navigation_top A#nt_partneri:hover {
	background-position:0 -54px;
}

DIV#navigation_top A#nt_partneri SPAN {
	width:64px;
}

DIV#navigation_top A#nt_souteze {
	width:101px;
	background-image:url(./../../_layout/_e-shop/akceasouteze.gif);
/*	width:68px;
	background-image:url(./../../_layout/_e-shop/navigation_souteze.gif);*/
}

DIV#navigation_top A#nt_souteze:hover {
	background-position:0 -54px;
}

DIV#navigation_top A#nt_souteze SPAN {
	width:68px;
}
/* ---- navigation main -------------------------------------------------------------------------------------------- */

DIV#navigation_main {
	width:960px;
	height:114px;
	margin:10px 0 0 8px;
	padding-top:12px;
	background:url(./../../_layout/_e-shop/navigation_main_bgr.gif) 0 0 no-repeat;
}

DIV#navigation_main UL LI {
	float:left;
	width:122px;
	height:24px;
	display:block;
	padding-left:13px;
	overflow:hidden;
	border-right:1px solid #483b27;
	border-left:1px solid #85714f;
}

DIV#navigation_main UL LI.NoLBorder {
	border-left:none;
}

DIV#navigation_main UL LI.NoRBorder {
	border-right:none;
}

DIV#navigation_main UL LI A {
	font-size:11px;
	color:#e9d7b9;
	text-decoration:none;
	padding-left:12px;
	background:url(./../../_layout/_e-shop/navigation_main_link_bgr.gif) 0 3px no-repeat;
}

DIV#navigation_main UL LI A:hover {
	color:#fff;
	text-decoration:underline;
	background:url(./../../_layout/_e-shop/navigation_main_link_bgr.gif) 2px -18px no-repeat;
}

/* ---- header / cart ----------------------------------------------------------------------------------------------------- */

DIV#header_cart_wrap {
	float:right;
	width:270px;
	height:103px;
	margin-top:22px;
	background:url(./../../_layout/_e-shop/header_cart_icon.gif) 0 0 no-repeat;
	font-size:11px;
}

DIV#header_cart_body {
	border-left:1px solid #574932;
	height:88px;
	padding-left:20px;
	margin-left:90px;
}

DIV#header_cart_body STRONG {
	color:#e9d7b9;
	display:block;
	margin-bottom:10px;
}	

DIV#header_cart_body SPAN {
	display:block;
	color:#fff;
	margin-bottom:5px;
}

DIV#header_cart_body A {
	color:#ffb200;
}


/* ---- layout ----------------------------------------------------------------------------------------------------- */

BODY {
	margin:0;
	background-color:#2d2619;
	font-family:Arial, Helvetica, sans-serif;
}

UL,LI {
	margin:0;
	padding:0;
	list-style:none;
}

DIV#main {
	width:976px;
	margin:0 auto;
	background-color:#2e281c;
}

FORM {
	padding:0;
	margin:0;
}

/* ---- header ----------------------------------------------------------------------------------------------------- */

DIV#header {
	width:960px;
	height:268px;
	margin:0 8px;
	background:url(./../../_layout/_e-shop/header_bgr.jpg) 0 100% no-repeat;
}

/* ---- titles ----------------------------------------------------------------------------------------------------- */

DIV.title_wrap {
	overflow:hidden;
	height:37px;
	background:#2e281c url(./../../_layout/_e-shop/title_bgr.png) 0 -53px no-repeat;
}

DIV.title_wrap DIV.title_body {
	height:27px;
	background:url(./../../_layout/_e-shop/title_bgr.png) 100% 0 no-repeat;
	font-weight:bold;
	font-size:12px;
	padding:6px 0 0 15px;
}

DIV.title_wrap a.link_more {
  width: 48px;
	height:22px;
	background:url(./../../_layout/_e-shop/tl_vice.png) 0 0 no-repeat;
	padding: 0;
	display: block;
	position: relative;
	top: -30px;
	left: 261px;
}

DIV.title_wrap a.link_more span {
  display: none;
}

/* ---- navigation top -------------------------------------------------------------------------------------------- */

DIV#navigation_top {
	margin-top:27px;
	height:54px;
	float:left;
}

DIV#navigation_top A {
	display:block;
	height:54px;
	margin-right:3px;
	background-image:url(./../../_layout/_e-shop/navigation_top.png);
	background-repeat:no-repeat;
	text-decoration:none;
	float:left;
	overflow:hidden;
}

DIV#navigation_top A SPAN {
	display:block;
	height:54px;
}

DIV#navigation_top A#nt_hstrana {
	width:90px;
	background-position:0 -54px;
}

DIV#navigation_top A#nt_hstrana SPAN {
	width:90px;
}

DIV#navigation_top A#nt_hstrana:hover {
	background-position:0 0;
}

DIV#navigation_top A#nt_prihlasit {
	width:79px;
	background-position:-90px -54px;
}

DIV#navigation_top A#nt_prihlasit SPAN {
	width:79px;
}

DIV#navigation_top A#nt_prihlasit:hover {
	background-position:-90px 0;
}

DIV#navigation_top A#nt_zaregistrovat {
	width:107px;
	background-position:-169px -54px;
}

DIV#navigation_top A#nt_zaregistrovat SPAN {
	width:107px;
}

DIV#navigation_top A#nt_zaregistrovat:hover {
	background-position:-169px 0;
}

DIV#navigation_top A#nt_opodminky {
	width:121px;
	background-position:-276px -54px;
}

DIV#navigation_top A#nt_opodminky SPAN {
	width:121px;
}

DIV#navigation_top A#nt_opodminky:hover {
	background-position:-276px 0;
}

DIV#navigation_top A#nt_kontakt {
	width:63px;
	background-position:-397px -54px;
}

DIV#navigation_top A#nt_kontakt SPAN {
	width:63px;
}

DIV#navigation_top A#nt_kontakt:hover {
	background-position:-397px 0;
}

DIV#navigation_top A#nt_napoveda {
	width:76px;
	margin:0 !important;
	background-position:-460px -54px;
}

DIV#navigation_top A#nt_napoveda SPAN {
	width:76px;
}

DIV#navigation_top A#nt_napoveda:hover {
	background-position:-460px 0;
}

/* ---- navigation main -------------------------------------------------------------------------------------------- */

DIV.navigation_main_title_wrap {
	float:left;
	overflow:hidden;
	margin-top:10px;
	height:25px;
	background:#2e281c url(./../../_layout/_e-shop/navigation_main_title_bgr.gif) 0 -45px no-repeat;
}

DIV.navigation_main_title_wrap DIV.navigation_main_title_body {
	height:25px;
	background:url(./../../_layout/_e-shop/navigation_main_title_bgr.gif) 100% 0 no-repeat;
	font-weight:bold;
	font-size:12px;
	padding:6px 0 0 10px;
	color:#fff;
}

DIV#nleft_title {
	clear:both;
	width:560px;
	margin-left:8px;
}

DIV#nright_title {
	width:395px;
	margin-left:5px;
}


DIV.navigation_main {
	height:126px;
	margin-top:2px;
	float:left;
}

DIV.navigation_main_body {
  width: 960px;
  text-transform: uppercase;
	padding-top:8px;
	height:114px;
	background:url(./../../_layout/_e-shop/navigation_main_bgr.gif) 0 0 no-repeat;
	clear: none;
  float: left;
  
}

DIV#nleft.navigation_main {
	clear:both;
	width:960px;
	margin:8px 0 0 8px;
	background:url(./../../_layout/_e-shop/navigation_main_bgr.gif) 0 -174px no-repeat;
}

DIV.navigation_main UL LI {
	float:left;
	height:19px;
	display:block;
	padding-left:15px;
	overflow:hidden;
	border-right:1px solid #ba7e00;
	border-left:1px solid #fac100;
}

DIV#nleft.navigation_main UL LI {
	width:140px;
}

DIV#nright.navigation_main UL LI {
	width:117px;
}

DIV.navigation_main UL LI.NoLBorder {
	border-left:none;
}

DIV.navigation_main UL LI.NoRBorder {
	border-right:none;
}

DIV.navigation_main UL LI A {
	font-size:10px;
	color:#3b3220;
	text-decoration:none;
	height:12px;
	display: block;
	overflow: hidden;
	/*padding-left:12px;
	background:url(./../../_layout/_e-shop/navigation_main_link_bgr.gif) 0 3px no-repeat;*/
}

DIV.navigation_main UL LI A:hover {
	color:#2b2417;
	text-decoration:underline;
	/*background:url(./../../_layout/_e-shop/navigation_main_link_bgr.gif) 2px -18px no-repeat;*/
}

/* ---- illustation------------------------------------------------------------------------------------------------- */

DIV#illustration {
  width: 671px;
  height: 123px;
  float: right;
  clear: none;
  background-color: #000000;
  background-repeat: no-repeat;
}

DIV#illustration.hp {
	background-image: url(./../../_layout/_e-shop/banner-hp.jpg);
}

DIV#illustration.bav-se-s-nami {
	background-image: url(./../../_layout/_e-shop/banner1.jpg);
}

DIV#illustration.kolekce-ceskeho-lva {
	background-image: url(./../../_layout/_e-shop/banner2.jpg);
}

DIV#illustration.romanticka-edice {
	background-image: url(./../../_layout/_e-shop/banner3.jpg);
}

DIV#illustration.hvezdna-edice {
	background-image: url(./../../_layout/_e-shop/banner4.jpg);
}

DIV#illustration.oscarova-kolekce {
	background-image: url(./../../_layout/_e-shop/banner5.jpg);
}

DIV#illustration.hrdinove {
	background-image: url(./../../_layout/_e-shop/banner6.jpg);
}

DIV#illustration.dr-house {
	background-image: url(./../../_layout/_e-shop/banner7.jpg);
}

/* ---- search ----------------------------------------------------------------------------------------------------- */

DIV#search_wrap {
	clear:both;
	width:961px;
	height:39px;
	float:left;
	display:inline;
	margin:5px 0 0 8px;
	background:url(./../../_layout/_e-shop/search_wrap_bgr.png) 0 0 no-repeat;
}

DIV#search_wrap INPUT {
	border:0;
}

DIV#search_wrap INPUT#fulltext_search {
	width:181px;
	height:24px;
	float:left;
	background:url(./../../_layout/_e-shop/search_buttons_bgr.png) 0 0 no-repeat;
	margin:8px 0 0 10px;
	padding:5px 5px 0 5px;
	font-weight:bold;
	font-size:11px;
}

DIV#search_wrap INPUT#fulltext_search_submit {
	width:28px;
	height:28px;
	float:left;
	background:url(./../../_layout/_e-shop/search_buttons_bgr.png) -191px 0 no-repeat;
	margin:6px 0 0 4px;
	cursor: pointer;
}

DIV#search_wrap #advanced-search-link {
	width:139px;
	height:28px;
	float:left;
	background:url(./../../_layout/_e-shop/search_buttons_bgr.png) -219px 0 no-repeat;
	margin:6px 0 0 3px;
}

/* ---- header / cart ----------------------------------------------------------------------------------------------------- */

DIV#header_cart_wrap {
	float:right;
	width:270px;
	height:103px;
	margin-top:22px;
	background:url(./../../_layout/_e-shop/header_cart_icon.gif) 0 0 no-repeat;
	font-size:11px;
}

DIV#header_cart_body {
	border-left:1px solid #574932;
	height:88px;
	padding-left:20px;
	margin-left:90px;
}

DIV#header_cart_body STRONG {
	color:#e9d7b9;
	display:block;
	margin-bottom:10px;
}

DIV#header_cart_body SPAN {
	display:block;
	color:#fff;
	margin-bottom:5px;
}

DIV#header_cart_body A {
	color:#ffb200;
}

/* ---- footer ----------------------------------------------------------------------------------------------------- */

DIV#footer {
	clear:both;
	width:960px;
	height:175px;
	padding-top:35px;
	margin-left:8px;
	background:url(./../../_layout/_e-shop/footer_bgr.png) 0 0 no-repeat;
}

DIV#footer DIV {
	color:#5b4d37;
	float:left;
	font-size:11px;
	padding:5px 40px 5px 25px;
}

DIV#footer DIV STRONG {
	display:block;
}

DIV#footer DIV A {
	display:block;
	color:#a80000;
}

DIV#footer DIV#firma {
	border-right:1px solid #ba6231;
}

DIV#footer DIV#sidlo {
	border-right:1px solid #ba6231;
	border-left:1px solid #bca531;
}

DIV#footer DIV#spojeni {
	padding-left:25px;
	border-left:1px solid #bca531;
}

DIV#footer A#novy-web-link {
	display:block;
	width:144px;
	height:50px;
	float:right;
	margin:5px 26px 0 0;
}

DIV#footer A#novy-web-link SPAN {
	display:none;
}



/* ---- kosik ----------------------------------------------------------------------------------------------------- */

form#fCart table {
	font-size:12px;
	color: #fff;
	margin-bottom: 25px;
	width: 650px
}

form#fCart label {
  font-weight: bold;
}

form#fCart td p {
  margin: 0;
  padding: 4px 0 8px 20px;
}

form#fCart th {
  background-color: #4C412E;
  border: 1px solid #2B2316;
  color: #FFB200;
  line-height: 25px;
  text-align: left;
  padding-left: 10px;
}

form#fCart .quantity {
  text-align: center;
  font-size:12px;
  width: 25px;
}

form#fCart .alignC {
  text-align: center;
}

form#fCart .alignR {
  text-align: right;
  padding-right: 10px;
}

form#fCart a.remove {
  display: block;
  width: 20px;
  height: 20px;
  background:url(./../../_layout/_e-shop/remove.gif) 0 0 no-repeat;
}

form#fCart .empty {
  width: 20px;
}

form#fCart td.total, td.totalPrice {
  color: #D6B071;
  font-weight: bold;
  font-size: 18px;
  text-align: right;
  border-top: 1px solid #000;
  line-height: 30px;
}

form#fCart td.totalPrice {
  color: #FFFFFF;
}

form#fCart .buttons {
  background-color: #000;
  border-top: 1px solid #4C412E;
  padding: 15px 10px 15px 10px;
  clear: both;
  float: left;
  width: 630px;
}

form#fCart a.back {
  background-image: url('./../../_layout/_e-shop/button_back.gif');
}

form#fCart a.clearCart {
  background-image: url('./../../_layout/_e-shop/button_clearcart.gif');
}

form#fCart .buttons a.btn {
  margin-right: 10px;
  float: left;
  clear: none;
  width: 119px;
  height: 26px;
}

form#fCart .buttons a.btn span {
  display: none;
}

form#fCart input[type=submit] {
  width: 119px;
  height: 26px;
  margin-right: 10px;
  background-repeat: no-repeat;
  float: left;
  clear: none;
}

form#fCart input.order {
  margin-right: 0;
  background-image: url('./../../_layout/_e-shop/button_order.gif');
  float: right;
  border: 0;
  width: 119px;
  height: 26px;
  cursor: pointer;
}

form#fCart input.recount {
  background-image: url('./../../_layout/_e-shop/button_recount.gif');
  border: 0;
  width: 119px;
  height: 26px;
  cursor: pointer;
}

form#fCart textarea {
  width: 544px;
  height: 49px;
}

form#fCart p.note {
  padding: 5px 0 5px 0;
  margin: 0;
  color: #fff;
  font-size: 11px;
}


/* ---- vyhledavani ----------------------------------------------------------------------------------------------------- */

INPUT#hledej-text {
  border: 0;
  background-color: #e9d7b9;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 190px;
}

DIV#search_wrap {
  position: relative;
}

DIV#zanoreni {
  position: absolute;
  top: 13px;
  text-align: right;
  left: 500px;
  width: 440px;
  font-size: 12px;
  color: #ffb200;
}

DIV#zanoreni a {
  color: #ffb200;
}

DIV#zanoreni span {
  color: #e9d7b9;
  font-weight: bold;
}

DIV#filter {
  position: absolute;
  top: 13px;
  left: 310px;
  width: 250px;
  font-size: 12px;
  color: #ffb200;
  font-weight: bold;
}

DIV#filter a {
  color: #e9d7b9;
  font-weight: normal;
}

DIV#filter a:hover {
  color: #fff;
}

/* ----- stránkování ---------------------------------------------- */

DIV#paging {
	height:40px;
	padding:30px 13px 0 0;
	background-color:#4c412e;
	margin-top:-10px;
}

DIV#paging UL {
	float:right;

}

DIV#paging UL LI {
	float:left;
	height:22px;
	padding:0 2px;
}

DIV#paging UL LI A {
	display:inline-block;
	height:22px;
	background:url(./../../_layout/_e-shop/paging_buttons_bgr.png);
	background-repeat:no-repeat;
	color:#a18d69;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	padding-top:3px;
}

DIV#paging UL LI A SPAN {
	display:block;
	height:22px;
}

DIV#paging UL LI A.previous {
	background-position:0 0;
	width:114px;
	overflow:hidden;
}

DIV#paging UL LI A.previous SPAN {
	width:114px;
}

DIV#paging UL LI A.next {
	background-position:-154px 0;
	width:90px;
	overflow:hidden;
}

DIV#paging UL LI A.next SPAN {
	width:90px;
}

DIV#paging UL LI A.page {
	background-position:-134px 0;
	width:20px;
}

DIV#paging UL LI A.current_page {
	background-position:-114px 0;
	width:20px;
	color:#312819;
}



/* ----- pravý blok ---------------------------------------------- */

DIV.dvd_card_row {
	clear:both;
	width:956px;
	padding:0 0 0 4px;
	height:215px;
	margin-bottom:10px;
	background:url(./../../_layout/_e-shop/dvd_small_card_wrap_bgr.png) 0 -11px repeat-x;
}

DIV.dvd_card_row DIV.dvd_card {
	margin:0 2px 0 0 !important;
}


DIV#right_block .content, .status {
  color: #fff;
  font-size: 12px;
}


a.bannerimg {
  position: relative;
}

a.bannerimg span {
  position: absolute;
  bottom: 10px;
  left: 7px;
  width: 161px;
  background-color: #000;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  line-height: 26px;
  padding: 0 6px 0 6px;
  overflow: hidden;
  -moz-opacity:0.85;
  filter:alpha(opacity=85);
  text-decoration: none;
  cursor: pointer;
}

.lista {
  font-size: 11px;
  color: #e9d7b9;
  text-align: center;
  margin-top: -45px;
}



/* supertips */

div#superhits {
  text-align: center;
}

div#superhits object {
  width: 181px;
  height: 257px;
}


div.razeni {
  font-size: 12px;  
  padding: 10px 0 15px 15px;
  color: #222;
}

div.razeni span {
  color: #000;
  font-weight: bold;
}

div.razeni a {
	color:#222;
}

div#dvd_detail_info span a {
  display: inline;
  color: #887a62;
}

DIV#banners {
  clear: both;
  background-color: #4c412e;
  padding: 16px 0 16px 0;
  text-align: center;
}

DIV#banners div {
  display: inline;
}

DIV#banners img {
  border: 0px;
  padding: 0 2px 0 1px;
}

DIV#banners object {
  width: 234px;
  height: 60px;
}

DIV.news-link {
  font-weight: bold;
  text-align: right;
  padding-right: 25px;
}

DIV.news {
  color: #fff;
  font-size: 12px;
  padding: 0 15px 15px 10px;
  border-bottom: 1px solid #473b27;
}

DIV.news h2 {
  color: #fff;
  font-size: 16px;
}

div#banner-akce object {
  width: 260px;
  height: 160px;
}

DIV#banner-akce {
  position: absolute;
  top: 100px;
  right: -42px;
}

div#banner-akce2 object {
  width: 218px;
  height: 103px;
}

DIV#banner-akce2 {
  position: absolute;
  /*top: 146px;*/
  right: 26px;
  top:265px;
}

DIV#banner-bd {
	position:absolute;
	right:260px;
	top:237px;
	/*top:118px;*/
}

DIV#banner-stop {
	position:absolute;
	top:92px;
	left:20px;
	font-weight:bold;
	color:#C00;
	font-size:12px;
	text-decoration: blink;
}

DIV#banner-bd a {
	display:block;
	width:211px;
	height:129px;
	background:url(./../../_layout/_e-shop/akcebd.png);
}


DIV.sales-tickets {
  position: relative;
}

DIV.sales-tickets p.title {
  color: #ffb200;
  font-size: 12px;
  margin: 0 15px 0 0;
  padding: 0 0 0 0;
  font-weight: bold;
  background-color: #4c412e;
  border: 1px solid #2b2316;
  padding: 6px 0 5px 10px;
  width: 638px;
}

DIV.sales-tickets p {
  color: #fff;
  font-size: 12px;
  padding: 6px 0 0 3px;
  margin: 0 0 40px 0;
}


input.ticket-code {
  width: 80px;
  position: absolute;
  top: 31px;
  left: 535px;
}

