a
{
	color: #bb3f02;
}

a img
{
	border: 0px;
}

form
{
	margin: 0px;
}

body
{
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif; /* Psmo pro celou strnku */
    font-size: 70%;
	color: #666666;
}

#root
{
	width: 960px;
	height: auto;
	margin: auto;
	padding-bottom: 10px;
}

#header
{
	width: 960px;
	height: 194px;
	background: url(../obrazky/header.jpg) no-repeat;
	color: #bb3f02;
	display: none;
}

#header #header-left
{
	float: left;
	width: 250px;
	margin-left: 150px;
	margin-top: 21px;
	font-weight: bold;
}

#header a
{
	text-decoration: none;
}

#header a:hover
{
	text-decoration: underline;
}

#header #header-right
{
	width: 200px;
	float: right;
	text-align: right;
	margin-right: 120px;
	margin-top: 21px;
}

#header #header-right div
{
	margin-bottom: 3px;
}

#horizontal-menu
{
	width: 935px;
	height: 22px;
	background: url(../obrazky/horizontal_menu_bg.gif) repeat-x;
	color: white;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 6px;
	padding-right: 15px;
	display: none;
}

#horizontal-menu .right-float #submit
{
	width: 27px;
	height: 17px;
	border: 0px;
	background: url(../obrazky/hledat.gif) no-repeat;
}

#horizontal-menu .right-float input
{
	width: 170px;
}

#horizontal-menu a
{
	color: white;
	text-decoration: none;
	margin-left: 14px;
	margin-right: 14px;
}

#horizontal-menu a:hover
{
	color: #add626;
}

/* obsahuje vsechny 3 sloupce */
#outer-container {
  width: 100%;             /* full window width */
  margin: 0;               /* keep flush with adjacent containers */
  	background: url(../obrazky/main_bg.gif) repeat-y;
}

/* container for just the left and center columns */
#inner-container {
  width: 775px;              /* leaves 24% of window width for right column */
  float: left;             /* left side of window */
  margin: 0;               /* keep flush with adjacent containers */
}

#right {
  width: 185px;              /* a little less than available 24% */
  float: right;            /* right side of window */
  margin: 0;               /* keep flush with adjacent containers */
	display: none;
}

#content
{
	width: 590px;              /* % of inner-container width */
  	float: right;            /* right side of inner-container */
  	margin: 0;               /* keep flush with adjacent containers */
	background: url(../obrazky/main_bg_top.jpg) no-repeat top;
}

#left
{
	width: 185px;              /* % of inner-container width is ~same width as right column */
  	float: left;             /* left side of inner-container */
  	margin: 0;               /* keep flush with adjacent containers */
	display: none;
}

#left #vertical-menu
{
	list-style-image: url(../obrazky/menu_li.gif);
	color: #666666;
	font-weight: bold;
	font-size: 110%;
	margin: 0px; padding: 0px;
	margin-left: 30px;
	margin-top: 10px;
}

#left #vertical-menu li
{
	margin-bottom: 8px;
}

#left #vertical-menu a
{
	color: #666666;
	text-decoration: none;
}

#left #vertical-menu a:hover
{
	color: #be4402;
}

#user-logged
{
	padding: 10px;
}

.green-caption
{
	width: 185px;
	height: 19px;
	background: url(../obrazky/green_cap.jpg) repeat-x;
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: 110%;
	padding-top: 7px;
}

.product
{
	width: 190px;
	height: 240px;
	float: left;
	margin-bottom: 25px;
}

#nas-tip .product
{
	float: none;
	margin-bottom: 5px;
	width: 175px;
}

.product .p-cena
{
	margin-top: 4px;
}

.product .buttons
{
	margin-left: 15px;
	margin-top: 13px;
}

.product .bold
{
	margin-left: 15px;
}

.product img
{
	width: 160px;
	height: 120px;
	border: 1px solid #ef9000;
	margin-left: 15px;
	margin-top: 7px;
	margin-bottom: 8px;
}

#nas-tip .product img
{
	width: 145px;
	height: 105px;
}

.product .product-caption
{
	color: #92b828;
	text-align: center;
	font-weight: bold;
	height: 25px;
}

#nas-tip .product .product-caption
{
	width: 145px;
	margin: auto;
	margin-top: 5px;
}

#product-detail-vlastnosti
{
	margin-left: 15px;
}

#navigace
{
	margin-top: 10px;
	font-size: 110%;
}

#navigace a, #navigace span
{
	background-color: #219993;
	color: white;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
	font-weight: bold;
	margin-right: 5px;
}

#navigace a:hover, #navigace span
{
	background-color: #f0b500;
}

#banner
{
	width: 170px;
	height: 141px;
	margin: auto;
	background: url(../obrazky/banner.jpg) no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}

#banner2
{
	width: 150px;
	height: 65px;
	margin: auto;
	background: url(../obrazky/banner2.jpg) no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}

#kontakt
{
	font-weight: bold;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.red-caption
{
	width: 185px;
	height: 19px;
	background: url(../obrazky/red_cap.gif) repeat-x;
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: 110%;
	padding-top: 7px;
}

#footer
{
	border-top: 1px solid #ef9000;
	width: 945px;
	height: 28px;
	background-color: #aed726;
	color: white;
	padding: 10px;
	padding-right: 5px;
	display: none;
}

#footer a 
{
	color: white;
	text-decoration: none;
}

#footer #footer-left, #footer #footer-right
{
	width: 50%;
	float: left;
}

#doporucujeme
{
	text-align: center;
	color: #B2B2B2;
	margin-top: 10px;
}

#doporucujeme a
{
	color: #B2B2B2;
	text-decoration: none;
}

#login-form,#news-form
{
	padding: 10px;
}

#login-form .textbox2, #news-form .textbox2
{
	width: 135px;
	margin-bottom: 5px;
	font-size: 95%;
}

#main
{
	padding: 10px;
}

#main p
{
	line-height: 160%;
}

#main h1
{
	margin: 0px;
	padding: 0px;
	color: #91B517;
	font-size: 130%;
	margin-top: 8px;
	margin-bottom: 8px;
}

#main h2
{
	background-color: #aed726;
	font-size: 110%;
	padding: 5px 10px 5px 10px;
}

h1 span
{
	color: #ef9000;
}

#kosik
{
	width: 570px;
	height: 20px;
	background-color: #aed726;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 6px;
	padding-right: 10px;
}

#kosik .kosik-part
{
	float: left;
	width: 32.9%;
	text-align: center;
}

#kosik .kosik-part a
{
	text-decoration: none;
	color: #666666;
}

#kosik .kosik-part a:hover
{
	color: #bb3f02;
}

#news-form p
{
	margin: 0px; padding: 0px;
	margin-bottom: 10px;
	line-height: 150%;
	color: #162020;
	text-align: center;
}

#infobox
{
	width: 400px;
	margin: auto;
	text-align: center;
	padding: 8px;
	font-weight: bold;
	font-size: 110%;
	color: white;
	border: 1px solid #be4402;
	margin-bottom: 10px;
	background-color: #92b828;
	margin-top: 10px;
}

#cart-table {
	width: 570px;
	margin: auto;
	border: 1px solid #92b828;
	padding: 3px;
}

#cart-table th {
	background-color: #92b828;
	margin: 0px;
	padding: 3px 5px 3px 5px;
	color: white;
}

#cart-table .nazev {
	width: 60%;
}

#cart-table .pcs-input {
	width: 30px;
	text-align: right;
	font-size: 85%;
}

.img-border
{
	border: 1px solid #f49800;
}

.news
{
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.skrtle
{
	text-decoration: line-through;
}

.line-space
{
	line-height: 160%;
}

.bigger
{
	font-size: 110%;
}

.bold
{
	font-weight: bold;
}

.left-align
{
	text-align: left;
}

.right-align
{
	text-align: right;
}

.center-align
{
	text-align: center;
}

.left-float
{
	float: left;
}

.right-float
{
	float: right;
}

.no-top
{
	margin-top: 0px;
	padding-top: 0px;
}

.no-bottom
{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.red
{
	color: #be4402;
}

.orange
{
	color: #ef9000;
}

.green
{
	color: #92b828;
}

.button-green, .button-red
{
	height: 16px;
	border: 0px;
	font-size: 95%;
	background: url(../obrazky/but_green.gif) repeat-x;
	color: white;
}

.button-red
{
	background: url(../obrazky/but_red.gif) repeat-x;
}

.textbox
{
	font-size: 90%;
	border: 1px solid #ef9000;
	padding: 1px 6px 1px 6px;
}

.textbox2
{
	border: 1px solid #ef9000;
	padding: 2px 15px 2px 15px;
}

.clear {
  clear: both;
  margin: 0;               /* keep flush with adjacent containers */
  padding: 0;
  height: 0;
  overflow: hidden;
}

h1,h2,h3,h4,h5,h6
{page-break-after: avoid;}

a:after {content: " [" attr(href) "] ";}

@page {margin: 2.5cm;}