a
{
	color: #9E0B06;
}

a img
{
	border: 0px;
}

form
{
	margin: 0px;
}

body
{
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif; /* Psmo pro celou strnku */
    font-size: 70%;
	background-color: white;
	color: #301607;
	padding-bottom: 15px;
}

#root
{
	width: 1000px;
	height: auto;
	margin: auto;
}

#header
{
	width: 100%;
	height: 181px;
	display: none;
}

#header #toolbar
{
	width: 992px;
	height: 14px;
	padding: 3px 4px 2px 4px;
	background-color: #478695;
	color: white;
}

#header #toolbar a
{
	color: white;
	text-decoration: none;
}

#header #toolbar a:hover { text-decoration: underline; }

#header #toolbar h1
{
	font-size: 100%;
	margin: 0px; padding: 0px;
}

#header #logo
{
	width: 1000px;
	height: 136px;
	background: url(../obrazky/logo.jpg) no-repeat;
	color: white;
}

#header #logo #click
{
	display: block;
	width: 790px;
	height: 136px;
	float: left;
}

#header #logo #cart
{
	width: 195px;
	height: 100px;
	float: left;
	line-height: 200%;
	padding-top: 36px;
	padding-left: 15px;
}

#header #logo #cart-link
{
	display: block;
	width: 70px;
	height: 18px;
	text-align: center;
	padding: 1px 5px;
	background-color: #febf01;
	color: black;
	text-decoration: none;
	font-weight: bold;
	margin-top: 5px;
}

#header #logo #login-link {color: white;}

#header #menu
{
	width: 970px;
	height: 26px;
	background: url(../obrazky/menu_bg.gif) repeat-x;
	padding-left: 30px;
}

#header #menu a
{
	display: block;
	float: left;
	height: 20px;
	text-decoration: none;
	color: white;
	margin-right: 60px;
	padding: 6px 10px 0 10px;
}

#header #menu form
{
	width: 215px;
	height: 22px;
	float: right;
	text-align: right;
	padding-top: 4px;
	padding-right: 15px;
}

#header #menu form .textbox { width: 140px; }
#header #menu form input[type=image] { vertical-align:middle; }

#header #menu a:hover { background-color: #2B6475; }

/* obsahuje vsechny 3 sloupce */
#outer-container {
  width: 100%;             /* full window width */
  margin: 0;               /* keep flush with adjacent containers */
  background: url(../obrazky/content_bg.gif) repeat-x white;
}

#location
{
	width: 960px;
	height: 20px;
	background: url(../obrazky/nachazitese.gif) no-repeat 20px;
	padding-left: 40px;
	padding-top: 7px;
	display: none;
}

/* container for just the left and center columns */
#inner-container {
  width: 784px;              /* leaves 24% of window width for right column */
  float: left;             /* left side of window */
  margin: 0;               /* keep flush with adjacent containers */
}

#right {
  width: 216px;              /* a little less than available 24% */
  float: right;            /* right side of window */
  margin: 0;               /* keep flush with adjacent containers */
	display: none;
}

#content
{
	width: 547px;              /* % of inner-container width */
  	float: right;            /* right side of inner-container */
  	margin: 0;               /* keep flush with adjacent containers */
	font-size: 105%;
	padding: 0 10px;
}

#left
{
	width: 200px;              /* % of inner-container width is ~same width as right column */
  	float: left;             /* left side of inner-container */
  	margin: 0;               /* keep flush with adjacent containers */
	padding-left: 17px;
	display: none;
}

#footer
{
	width: 980px;
	height: 65px;
	background-color: #428899;
	font-size: 90%;
	padding: 25px 10px 5px 10px;
	color: white;
	margin-top: 10px;
	display: none;
}

#left #kategorie-menu
{
	width: 193px;
	height: auto;
	border: 1px solid #bfaf7f;
	background-color: #cfbf8D;
}

#left #kategorie-menu #kategorie-caption
{
	width: 193px;
	height: 22px;
	background: url(../obrazky/kategorie_cap.gif) repeat-x;
	color: white;
	text-align: center;
	font-size: 120%;
	padding-top: 8px;
	font-weight: bold;
	border-bottom: 1px solid #bfaf7f;
}

#left #kategorie-menu a
{
	color: black;
	text-decoration: none;
}

#left #kategorie-menu a:hover { text-decoration: underline; }

#left #kategorie-menu ul
{
	list-style-type: none;
	margin: 0px; padding: 0px;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#left #kategorie-menu ul li { margin-bottom: 5px; }

#left #kategorie-menu ul li ul
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-size: 90%;
}

#left #kategorie-menu ul li ul.display-none { display: none; }

#left #kategorie-menu ul li ul li a { color: #333333; }

#right #login-form
{
	padding: 10px;
}

#right #vice-novinek { margin-right: 20px; }

#right #login-form .textbox { width: 176px; border: 1px solid #3C7A89; }
#right #login-form .button-brown { font-size: 95%; margin-top: 10px; margin-right: 15px; }

#right .product { margin-left: 20px; margin-bottom: 15px; }
#content .product { float: left; margin-right: 15px; margin-bottom: 15px; }
#content #akce-caption { width: 168px; height: 78px; background: url(../obrazky/akce.jpg); margin-bottom: 10px; }

.product
{
	width: 167px;
	height: 220px;
	text-align: center;
	padding-bottom: 10px;
}

.product .product-caption { 
	font-weight: bold; 
	display: block;
	width: 167px;
	height: 30px;
}

.product img
{
	border: 1px solid #44220B;
	padding: 4px;
}

.product .img-box
{
    width: 119px;
    height: 100px;
    margin: auto;
    margin-top: 10px;
	margin-bottom: 10px;
}

.product .left-float
{
	width: 68px;
	text-align: left;
	padding-left: 15px;
	color: #666666;
	font-size: 105%;
	line-height: 140%;
}

.product .right-float
{
	width: 83px;
	text-align: left;
	font-size: 105%;
	line-height: 140%;
}

.product input[type=button]
{
	font-size: 90%;
	margin-top: 10px;
}

.product .button-blue { margin-right: 20px; }

.product .right-float .cena
{
	font-size: 110%;
	color: #9E0B06;
	font-weight: bold;
}

#product-detail #main-img
{
	max-width: 250px;
	/*border: 1px solid #44220B;*/
	float: left;
}

#product-detail #description
{
	clear: both;
}

#product-detail #info-box
{
	width: 242px;
	float: right;
	padding-right: 15px;
	text-align: left;
	margin-left: 10px;
}

.koupit-button
{
	display: block;
	width: 80px;
	height: 18px;
	text-align: center;
	border: 1px solid #9F5019;
	padding-top: 2px;
	text-decoration: none;
	margin-top: 5px;
	background: url(../obrazky/menu_bg.gif) repeat-x;
	color: white;
	font-weight: bold;
}

#product-detail #info-box table
{
	width: 100%;
	border: 1Px solid #275D6C;
}

#product-detail #info-box table tr td
{
	font-weight: bold;
}

#product-detail #info-box table tr th
{
	width: 120px;
	background:url(../obrazky/caption_modra.gif) repeat-x;
	padding: 4px 4px;
	color: white;
}

#product-detail #info-box table tr td
{
	background: url(../obrazky/txt_bg.gif) repeat-x;
}

#product-detail #bottom-toolbar
{
	clear: both;
	padding-top: 10px;
}

#product-detail #bottom-toolbar #price-box
{
	width: 290px;
	float: left;
}

#product-detail #bottom-toolbar #buttons
{
	width: 250px;
	float: left;
}

#product-detail #bottom-toolbar #buttons a
{
	display: block;
	width: 77px;
	height: 17px;
	float: left;
	margin-right: 2px;
	background: url(../obrazky/caption_modra.gif) repeat-x;
	color: white;
	text-align: center;
	text-decoration: none;
	padding-top: 3px;
}

#product-detail #bottom-toolbar #price-value {
	font-size: 170%;
	font-weight: bold;
	color: #9F5019;
}



.caption-hneda
{
	width: 196px;
	height: 20px;
	background: url(../obrazky/caption_hneda.jpg) repeat-x;
	color: white;
	font-size: 120%;
	padding-top: 7px;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
}

.caption-modra
{
	width: 196px;
	height: 20px;
	background: url(../obrazky/caption_modra.gif) repeat-x;
	color: white;
	font-size: 120%;
	padding-top: 7px;
	text-align: center;
	font-weight: bold;
}

.no-top
{
	margin-top: 0px;
	padding-top: 0px;
}

.form-table th
{
	text-align: left;
	vertical-align: top;
}

.news
{
	margin-top: 5px;
	margin-bottom: 5px;
	color: #666666;
}

.news span
{
	color: #9E0B06;
	font-weight: bold;
}

#zpusob-platby
{
	width: 195px;
	height: 188px;
	background: url(../obrazky/zpusob-platby.gif) no-repeat;
}

#newsletterForm .textbox
{
	width: 160px;
	border: 1px solid black;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
}

#newsletterForm .button-blue
{
	margin-top: 8px;
	margin-left: 15px;
}

#newsletterForm a { color: #9E0B06; margin-left: 15px; }

#content h2
{
	font-size: 115%;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	color: #2F6B7B;
	margin-top: 8px;
}

#content ul li, #content ol li { margin-top: 3px; margin-bottom: 3px; }

#content h3
{
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

#content p { padding-left: 0px; padding-right: 0px; }

#product-detail h3
{
	font-size: 130%;
	padding: 0px; margin: 0px;
	margin-bottom: 2px;
	color: #2F6B7B;
}

#doporucujeme 
{
	margin-top: 10px;
	text-align: center;
}

#footer a { color: white; }

#register-form th
{
	text-align: left;
}

#register-form h3
{
	color: #994914;
	font-size: 120%;
	margin-top: 20px;
}

#register-form input[type=text]
{
	width: 99.5%;
	border: 1px solid black;
}

#register-form input[type=text].nepovinne { border-color: #CCCCCC; color: #999999; }

.textbox 
{
	font-size: 95%;
	width: auto;
	height: 13px;
	border: 1px solid white;
	margin: auto;
	background: url(../obrazky/txt_bg.gif) repeat-x;
}

.button-blue
{
	border: 1px solid #306574;
	background-color: #609EAB;
	color: white;
	text-align: center;
	font-weight: bold;
}

.button-brown
{
	border: 1px solid #cd4E04;
	background-color: #885A26;
	color: white;
	text-align: center;
	font-weight: bold;
}

.left-float { float: left; }
.right-float { float: right; }
.left-align { text-align: left; }
.right-align { text-align: right; }
.center-align { text-align: center; }

.bold { font-weight: bold; }
.red { color: #FF0000; }

.clear {
  clear: both;
  margin: 0;               /* keep flush with adjacent containers */
  padding: 0;
  height: 0;
  overflow: hidden;
}

#infobox
{
	border-bottom: 2px solid #306D7D;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	margin-bottom: 10px;
}

h1,h2,h3,h4,h5,h6
{page-break-after: avoid;}

a:after {content: " [" attr(href) "] ";}

@page {margin: 2.5cm;}