body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	margin: 0;
	background-color: #8fc9f7;
	background-image: url('/img/bg.jpg');
	background-repeat: repeat-x;
	font-size: 12px;
	min-width: 656px; /* 2 x (LC plna-sirka + CC padding) + RC plna-sirka */ 
}

a {
	text-decoration: none;
	color: #0585b9;
}

a:hover {
	text-decoration: underline;
	color: #ff6101;
}

ul {
	padding: 0;
}

div.text-center {
	text-align: center;
}

div#title {
	width: 100%;
	height: 32px;
	background-color: #0071bd;
}

div#title-sub {
	width: 982px;
	height: 32px;
	line-height: 32px;
	margin: 0 auto;
	background-image: url('/img/title-background.jpg');
	background-repeat: no-repeat;
	background-position: 445px;
}

div#title-sub h1 {
	color: #ffffff;
	font-size: 16px;
	margin: 0 10px;
}

div#header {
	width: 100%;
	height: 140px;
	background-image: url('/img/header-background.png');
	background-repeat: repeat-x;
}

div#header-sub {
	width: 982px;
	height: 140px;
	margin: 0 auto;
	background-color: #f4f4f6;
}

div.logo {
	width: 274px;
	height: 140px;
	float: left;
}

img.logo {
	width: 240px;
	height: 87px;
	margin: 30px 0 0 18px;
}

div.header-divider {
	width: 2px;
	height: 140px;
	float: left;
}

img.header-divider {
	width: 2px;
	height: 126px;
	margin-top: 2px;
}

div#header-paper {
	width: 706px;
	height: 140px;
	float: right;
	background-image: url('/img/header-paper.png');
	background-repeat: no-repeat;
	line-height: 140px;
}

/*** START - přehled výhod "proč nakoupit u nás" v headeru webu ***/

div.header-discounts {
	margin: 25px 0 0 5px;
	width: 450px;
	line-height: normal;
	font-size: 13pt;
	float: left;
}

div.header-discounts img {
	vertical-align: -35%;
}

#dis1 {
	margin: 0 3px 0 10px;
}

#dis2 {
	margin: 0 3px 0 25px;
}

#dis3 {
	margin: 0 3px 0 40px;
}

#dis4 {
	margin: 0 3px 0 55px;
}

/*** KONEC - přehled výhod "proč nakoupit u nás" v headeru webu ***/

div.header-search {
	width: 197px;
	height: 26px;
	float: right;
	margin: 12px 12px 0 0;
}

form.header-search, form.header-search p {
	display: inline;
	margin: 0;
}

input.header-search {
	width: 145px;
	height: 22px;
	margin: 0;
	border: 1px solid #0b3856;
	color: #0b3856;
	float: left;
	line-height: 22px;
	padding-left: 5px;
}

input#header-search-button {
	width: 39px;
	height: 26px;
	border: 0;
	margin-left: 4px;
	float: right;
}

div#panel {
	width: 100%;
	height: 38px;
	clear: both;
	background-image: url('/img/panel-background.gif');
	background-repeat: repeat-x;
}

div#panel a:hover {
	text-decoration: underline;
}

div#obsah {
	clear: both;
	width: 100%;
	background-image: url('/img/background-obsah.png');
	background-repeat: repeat-x;
}

#container
{
	width: 544px; /* CON sirka */
	margin: 0 auto;
	padding-left: 218px; /* LC plna-sirka */
	padding-right: 220px; /* RC plna-sirka + CC padding */
	position: relative; /* Resi "nekonecnou" stranku v IE7 */
}

#container .column
{
	position: relative; 
	float: left; 
}

#center
{
	width: 100%;
}

#left
{
	width: 217px; /* LC width */
	padding-top: 1px;
	margin-left: -762px; /* (CON sirka - LC plna sirka - RC plna sirka) + LC plna-sirka + CC padding */
	border-left: 1px solid #fefeff;
	background-image: url('/img/background-menu-left.gif');
	background-repeat: repeat-y;
}

#left a {
	color: #0c3856;
}

#left a:hover {
	text-decoration: underline;
}

#right
{
	width: 218px; /* RC width */
	padding-top: 1px;
	margin-right: -100%;
	border-right: 1px solid #72a9d1;
	border-left: 1px solid #fde5be;
	background-image: url('/img/background-menu-right.gif');
	background-repeat: repeat-y;
}

#right a {
	color: black;
}

#right a:hover {
	text-decoration: underline;
}

* html #footer {
	float: left; 
	position: relative; 
	width: 100%; 
 	padding-bottom: 10000px; 
	margin-bottom: -10000px; 
}

div#footer-inside {
	width: 982px;
	height: 73px;
	clear: both;
	margin: 0 auto;
	background-image: url('/img/background-footer.gif');
	background-repeat: repeat-x;
	color: white;
	font-size: 11pt;
}

div#footer-backlinks {
	width: 982px;
	clear: both;
	margin: 10px auto 0 auto;
	font-size: 8pt;
	text-align: center;
}

div#footer-backlinks a {
	color: black;
}

div#footer-inside a {
	color: white;
}

/*** Stejna vyska sloupcu ***/ 
#container
{ 
  overflow: hidden; 
} 

#container .column
{ 
  padding-bottom: 1001em; /* X + padding-bottom */ 
  margin-bottom: -1000em; /* X */ 
}

/*** oprava paticky ***/ 
* html body 
{ 
  overflow: hidden; 
} 

* html #paticka 
{ 
  float: left; 
  position: relative; 
  width: 100%; 
  padding-bottom: 10010px; 
  margin-bottom: -10000px; 
  background: #FFF; /*** Stejne jako u body ***/ 
} 

/*** DROBEČKOVÉ MENU ***/

ul#drobeckove-menu {
	height: 28px;
	list-style: none;
	padding: 12px 0 0 0;
	margin: 0 0 0 10px;
} 

ul#drobeckove-menu li {
	display: inline;
	padding: 0;
	margin: 0;
	color: #6696bc;
}

ul#drobeckove-menu li a {
	color: #aebac1;
	text-decoration: underline;
}

ul#drobeckove-menu li a:hover {
	color: white;
}

/*** OBSAH DIVU PANEL ***/

div#panel-sub {
	width: 982px;
	height: 38px;
	margin: 0 auto;
	background-image: url('/img/panel-sub-background.gif');
}

div#panel-sub a {
	color: white;
}

div#panel-left {
	width: 801px;
	height: 38px;
	float: left;
	background-image: url('/img/background-panel-left.jpg');
	background-repeat: no-repeat;
	background-position: right;
	font-size: 11pt;
}

ul.panel-menu {
	margin: 10px 0 0 15px;
}

ul.panel-menu li {
	display: inline;
	margin-right: 15px;
}

div#panel-right {
	width: 181px;
	height: 38px;
	float: right;
	background-image: url('/img/background-panel-right.jpg');
	background-repeat: no-repeat;
}

div#panel-right div {
	text-align: center;
	font-size: 8pt;
	margin: 2px 2px 0 37px;
}

div#panel-right div a {
	vertical-align: middle;
}

/*** OBSAH DIVU MENU - LEFT ***/

div.menu-left-header {
	width: 216px;
	height: 36px;
	background-image: url('/img/background-menu-left-header.gif');
	background-repeat: repeat-x;
	color: white;
}

div.menu-right-header {
	width: 216px;
	height: 36px;
	background-image: url('/img/background-menu-right-header.gif');
	background-repeat: repeat-x;
	color: black;
}

img.menu-header-left {
	width: 1px;
	height: 36px;
	float: left;
}

img.menu-left-header-right {
	width: 39px;
	height: 25px;
	margin-top: 11px;
	float: right;
}

img.menu-right-header-right {
	width: 34px;
	height: 28px;
	margin-top: 8px;
	float: right;
}

div.menu-left-header h2, div.menu-right-header h2 {
	margin: 0 0 0 9px;
	line-height: 36px;
	font-size: 9pt;
}

ul.kategorie, ul.kategorie-dvd {
	margin: 10px 0 9px 5px;
	list-style-type: none;
	font-size: 10pt;
}

ul.kategorie li {
	margin-bottom: 1px;
}

/*** FUNKCE BESTSELLERS ***/

ul.bestseller {
	margin: 10px 0 9px 5px;
	list-style-type: none;
	font-size: 10pt;
}

ul.bestseller li {
	min-height: 25px;
	line-height: 23px;
	vertical-align: middle;
	margin-bottom: 3px;
}

ul.bestseller li div {
	width: 25px;
	height: 25px;
	margin-bottom: 1px;
	float: left;
	color: white;
	margin-right: 8px;
	background-repeat: no-repeat;
	text-align: center;
}

ul.bestseller li div.book {
	background-image: url('/img/top-book.gif');
}

ul.bestseller li div.dvd {
	background-image: url('/img/top-dvd.gif');
}

p.top {
	text-align: center;
}

/*** OBSAH DIVU MAIN - CENTER ***/

div#drobeckove {
	width: 100%;
	height: 40px;
	background-color: #021a2b;
}

div.header-main {
	width: 536px;
	margin: 3px auto;
	line-height: 36px;
	color: white;
	background-image: url('/img/background-main-header.gif');
	background-repeat: repeat-x;
}

h2.in {
	margin: 0 0 0 15px;
	font-size: 16px;
}

h2.main-top {
	margin: 0 0 0 15px;
	font-size: 14pt;
}

div.text {
	font-size: 12px;
	width: 524px;
	margin: 0 auto;
	background-color: #f5fbff;
	padding: 5px;
}

div.underheader {
	font-size: 12px;
	margin-bottom: 3px;
}

/*** HOMEPAGE ***/

div#hpbacklinks {
	width: 534px;
	margin: 10px auto 0 auto;
	background-color: #f5fbff;
	font-size: 8pt;
	text-align: center;
}

div#hpbacklinks a {
	color: black;
}

/*** NÁKUPNÍ KOŠÍK ***/

table.kosik, table.kosik a {
	padding: 0;
	color: black;
	line-height:20px;
}

table.kosik td {
	font-size: 14px;
}

table.kosik tr.header td {
	border-bottom: 1px solid black;
}

table.kosik td.price {
	text-align: right;
}

/*** VÝPIS PRODUKTŮ ***/

.double_obal {
	position: relative;
	display: block;
	width: 534px;
	margin-bottom: 4px;
	background-color: #f5fbff;
	background-image: url('/img/products_divider.gif');
	background-repeat: repeat-y;
	background-position: top center;
}

div.pocet {
	margin-bottom: 4px;
}

div.strankovani {
	margin: 0 auto;
	padding: 5px 3px 0 5px;
	width: 526px;
	height: 21px;
	background-color: #021a2b;
	font-size: 14px;
	font-weight: bold;
	color: white;
}

ul.strankovani {
	float: right;
	list-style-type: none;
	margin: -2px 0 0 0;
}

ul.strankovani li {
	display: block;
	float: left;
	width: 22px;
	height: 18px;
	padding-top: 2px;
	background-color: #f5fbff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin-left: 3px;
	color: #ff6101;
}

ul.strankovani li a {
	color: black;
}

h3.product-name {
	font-size: 11pt;
	margin: 5px 0 0 0;
}

h3.product-name a {
	color: #0585b9;
}

h3.dvd a {
	color: #ff6101;
}

p.skladem {
	text-align: center;
	color: #09a110;
	margin: -3px 0 0 0;
	font-weight: bold;
}

p.ne {
	color: red;
}

h4.autor {
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

p.anotace {
	margin: 5px 0 0px 0;
}

p.anotace a {
	text-decoration: underline;
	color: #0c3856;
}

p.anotace a:hover {
	color: #ff6101;
}

.obal_clear {
	clear: both;
	width: 265px;
	height: 1px;
	margin-top: -1px;
	visibility: hidden;
}

.double_obal_clear {
	clear: both;
	width: 534px;
	height: 1px;
	margin-top: -1px;
	visibility: hidden;
}

div.cartnprice {
	width: 143px;
	height: 36px;
	position: absolute;
	bottom: 0;
}

.vypis_form_buy {
	margin: 0;
	padding: 0;
}

.vypis_button_buy {
	float: left;
	padding-top: 7px; 
}

div.price {
	width: 99px;
	height: 36px;
	background-color: #0585b9;
	float: right;
}

.pleft {
	left: 122px;
}

.pright {
	left: 391px;
}

div.dvd {
	background-color: #ff6101;
}

.price p {
	color: white;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 9px;
	text-align: center;
}

/*** DETAIL PRODUKTU ***/

.detail {
	width: 50px;
	margin-top: 10px;
}

#detail {
	width: 537px;
	margin: 3px auto;
	background-color: #f4f4f6;
	padding: 13px 0 20px 0;
}

#detail h2 {
	margin: 0;
	font-size: 24px;
	color: #0585b9;
}

#detail h2.dvd {
	color: #ff6101;
}

#detail h3 {
	margin: 0;
	font-weight: normal;
}

ul#price, ul#parametres {
	list-style-type: none;
}

ul#price li, ul#parametres li {
	margin: 4px 0;
}

ul#price {
	font-size: 14px;
	margin: 30px 0;
}

span#through {
	text-decoration: line-through;
}

ul#parametres {
	font-size: 12px;
	margin: 0;
}

/*** REGISTRACE ZÁKAZNÍKA ***/

table.regtable {
	width: 534px;
	margin: 0 auto;
	background-color: #f5fbff;
	padding: 0;
}

td.eb_regtablehead {
	color: white;
	vertical-align: middle;
	line-height: 20px;
	background-color: #021a2b;
	padding-left: 5px;
	font-weight: bold;
}

td.eb_regtablename {
	width: 100px;
	text-align: right;
}

td.eb_regtableform {
	width: 145px;
}

/*** PŘIHLÁŠENÍ ZÁKAZNÍKA ***/

td.table_login_l {
	width: 40%;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
}

td.table_logged_l {
	width: 40%;
	padding: 5px;
	font-size: 12px;
}

td.table_logged_p {
	vertical-align: top;
	padding: 5px;
	font-size: 12px;
}

.button {
	display: block;
	margin: 5px auto;
	width: 120px;
	text-align: center;
	height: 30px;
	border: 0;
	background-color: #0585b9;
	color: white;
	font-weight: bold;
	cursor:pointer;
}

.button_bezreg {
	display: block;
	margin: 5px auto;
	width: 220px;
	text-align: center;
	height: 30px;
	border: 0;
	background-color: #0585b9;
	color: white;
	font-weight: bold;
	cursor:pointer;
}

/*** OBJEDNÁVKA ***/

.ord_headers {
	text-align: center;
	background-color: #021a2b;
	font-weight: bold;
	color: white;
}

div.href_button {
	line-height: 30px;
	margin: 5px auto;
	text-align: center;
	background-color: #0585b9;
	font-weight: bold;
	font-size: 16px;
}

div.href_button a {
	color: white;
	text-decoration: none;
}

div.href_button a:hover {
	color: white;
	text-decoration: underline;
}

/*** OBCHODNÍ PODMÍNKY ***/

.disclaimer-headline {
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.disclaimer {
	font-size: 12px;
	font-weight: normal;
	list-style-type: decimal;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: justify;
}
.disclaimer li {
	margin-left: 20px;
	margin-bottom: 5px;
}

.minibutton {
	font-size: 10px;
	height: 16px;
	display: inline;
	margin: 5px 5px 5px 0;
	width: 60px;
	text-align: center;
	border: 0;
	background-color: #0585b9;
	color: white;
}

/*** DIV FOOTER ***/

.footer-left {
	float: left;
	width: 250px;
	margin: 13px 30px 0 15px;
	padding-top: 7px;
	background-image: url('/img/footer-divider.gif');
	background-repeat: no-repeat;
	background-position: right;
	height: 41px;
}

ul#footer-menu {
	margin: 0;
	padding-top: 28px;
}

ul#footer-menu li {
	display: inline;
	margin-right: 15px;
}

/*** SPECIÁLNÍ A DOČASNÉ STYLY ***/

.noborder {
	border: 0;
}

div.special-offer {
	width: 533px;
	height: 187px;
	margin: -10px auto 0 auto;
	background-image: url('/img/red-dwarf.jpg');
	background-repeat: no-repeat;
}

div.special-offer-zeman {
	width: 533px;
	height: 187px;
	margin: -10px auto 0 auto;
	background-image: url('/img/30pripadu.png');
	background-repeat: no-repeat;
}

div.special-offer-cartland {
	width: 533px;
	height: 187px;
	margin: -10px auto 0 auto;
	background-image: url('/img/cartland.png');
	background-repeat: no-repeat;
}

div.special-offer-smolik {
	width: 533px;
	height: 187px;
	margin: -10px auto 0 auto;
	background-image: url('/img/smolik.png');
	background-repeat: no-repeat;
	cursor:pointer;
}

div.special-offer-jagr {
	width: 533px;
	height: 187px;
	margin: -10px auto 0 auto;
	background-image: url('/img/jagr.png');
	background-repeat: no-repeat;
	cursor:pointer;
}

div.special-offer-stb {
	width: 533px;
	height: 187px;
	margin: -10px auto 0 auto;
	background-image: url('/img/stb.gif');
	background-repeat: no-repeat;
}

div.special-offer-120 {
	width: 533px;
	height: 187px;
	margin: -10px auto 0 auto;
	background-image: url('/img/120-dnu-sodomy.jpg');
	background-repeat: no-repeat;
}

div.special-offer-box {
	position: relative;
	top: 149px;
	width: 262px;
	height: 36px;
	margin-left: 269px;
	background-image: url('/img/background-menu-right-header.gif');
	background-repeat: repeat-x;
}

div.special-offer-box-120 {
	position: relative;
	top: 149px;
	width: 302px;
	height: 36px;
	margin-left: 229px;
	background-image: url('/img/background-menu-right-header.gif');
	background-repeat: repeat-x;
}

div.special-offer-box-stb {
	position: relative;
	top: 149px;
	width: 362px;
	height: 36px;
	margin-left: 2px;
	background-image: url('/img/background-menu-left-header.gif');
	background-repeat: repeat-x;
}

div.special-offer-box h2, div.special-offer-box h2 a, div.special-offer-box-stb h2, div.special-offer-box-stb h2 a, div.special-offer-box-120 h2 a, div.special-offer-box-120 h2 {
	padding: 0;
	color: white;
	text-align: center;
	font-size: 13pt;
	line-height: 36px;
}

#infodiv_box 
     {
      
      padding: 10px;
      width: 40%;
      height: 300px;
      position: fixed;
      z-index: 40;
      left: 50%;
      top: 0;
      margin-top: 30px;
      margin-left: -17%;
      bottom: auto;
      
    }

#infodiv
 {
 	text-align:left;
	margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center
 }

#infodiv div 
      {
      margin-left: 20px;
	  padding-left: 40px;
      margin-right: 20px;
      margin-top: 20px;
      margin-bottom: 20px;
	  font-family: tahoma, verdana, arial, sans-serif;
      font-size:12px;
    /*  border:solid 1px #90ac13; */
	 border:solid 1px red; 
 	 /* background:#eef4d3;*/
	color: #D8000C;
    background-color: #FFBABA;
	 
      vertical-align:middle;
	    line-height:18px;
	    height:auto;
      font-weight:bold;
	    width: 400px;
	    overflow: auto;
      padding:5px;
      }
.r2px {clear:both; line-height:2px;}
 