a
{
	color: white;
}

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: #234A63;
	color: white;
	padding-bottom: 15px;
}

#root
{
	width: 990px;
	height: auto;
	margin: auto;
}

#header
{
	width: 100%;
	height: 242px;
}

#header #toolbar
{
	width: 982px;
	height: 15px;
	padding: 5px 4px 2px 4px;
}

#header #toolbar a
{
	color: white;
	text-decoration: none;
}

#header #toolbar h1
{
	font-size: 100%;
	margin: 0px; padding: 0px;
}

#header #logo
{
	display: block;
	width: 990px;
	height: 181px;
	background: url(../obrazky/logo.jpg) no-repeat;
}

#header #menu
{
	width: 990px;
	height: 27px;
	background: url(../obrazky/menu_bg.gif) repeat-x;
	text-align: right;
	font-weight: bold;
}

#header #menu a
{
	display: block;
	float: right;
	height: 21px;
	padding-top: 6px;
	text-decoration: none;
	margin-right: 8px;
	padding-right: 20px;
	color: black;
	font-size: 110%;
	background: url(../obrazky/menu_divider.gif) right no-repeat;
}

/* obsahuje vsechny 3 sloupce */
#outer-container {
  width: 100%;             /* full window width */
  margin: 0;               /* keep flush with adjacent containers */
}

/* container for just the left and center columns */
#inner-container {
  width: 792px;              /* leaves 24% of window width for right column */
  float: left;             /* left side of window */
  margin: 0;               /* keep flush with adjacent containers */
}

#right {
  width: 198px;              /* a little less than available 24% */
  float: right;            /* right side of window */
  margin: 0;               /* keep flush with adjacent containers */
}

#content
{
	width: 574px;              /* % of inner-container width */
  	float: right;            /* right side of inner-container */
  	margin: 0;               /* keep flush with adjacent containers */
	padding-left: 10px;
	padding-right: 10px;
	font-size: 105%;
}

#left
{
	width: 198px;              /* % of inner-container width is ~same width as right column */
  	float: left;             /* left side of inner-container */
  	margin: 0;               /* keep flush with adjacent containers */
}

#right #novinky p { margin:0px; padding: 0px; margin-bottom: 8px; }

#content h2
{
    font-size: 18px;
}

.product {
	width: 552px;
	border: 1px solid #EDF3F3;
	margin-bottom: 15px;
	padding: 10px;
	background-color: #325B76;
}

.product img {
	float: right;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #E5E5E5;
}

.product h3 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}

.product .left-float
{
	font-size: 120%;
	font-weight: bold;
}

.product input[type=button]
{
	font-size: 90%;
}

#detail img
{
	border: 1px solid #E5E5E5;
}

#detail #bottom-box
{
	width: 554px;
	padding: 5px 10px;
	background-color: #325B76;
}

#detail #bottom-box .left-float
{
	font-size: 140%;
	font-weight: bold;
}

#detail #other-images { margin-top: 15px; }

#detail #other-images img
{
	margin: 15px;
}

#register-form th
{
	text-align: left;
}

#register-form h3
{
	font-size: 120%;
	margin-top: 20px;
}

#register-form input[type=text]
{
	width: 99.5%;
	border: 1px solid black;
}

.red { color: red; }

#register-form input[type=text].nepovinne { background-color: #E5E5E5; }

#content #shopping-cart
{
	width: 558px;
	height: 16px;
	background-color: #325B76;
	padding: 6px 8px;
	font-size: 105%;
	font-weight: bold;
}

#content #shopping-cart .cart-column
{
	width: 33%;
	float: left;
	text-align: center;
}

.menu-caption
{
	width: 194px;
	height: 21px;
	background: url(../obrazky/cap_bg.gif) repeat-x;
	font-weight: bold;
	text-transform: uppercase;
	color: black;
	font-weight: bold;
	font-size: 112%;
	text-align: center;
	padding-top: 5px;
	margin: auto;
}

.menu-body
{
	width: 178px;
	height: auto;
	margin: auto;
	background-color: #325B76;
	margin-bottom: 15px;
	padding: 8px;
}

.menu-body ul
{
	margin: 0px; padding: 0px;
	margin-left: 20px;
	font-size: 105%;
}

.menu-body ul li { margin-bottom: 4px; }

.menu-body ul li a
{
	color: white;
}

#left #login-form a { color: white; }

#footer
{
	width: 970px;
	height: 30px;
	background-color: #193649;
	font-size: 95%;
	padding: 5px 10px 5px 10px;
}

#doporucujeme 
{
	margin-top: 10px;
	text-align: center;
	color: #CCCCCC;
	margin-bottom: 10px;
}

#doporucujeme a { color: #CCCCCC; }

#footer a { color: white; }

#kontakt-left
{
	width: 52px;
	height: 106px;
	background: url(../obrazky/mobil.jpg) no-repeat;
	float: left;
}

#kontakt-right
{
	width: 118px;
	float: left;
	margin-left: 8px;
	font-size: 105%;
}

#right .center-align a { color: white; font-size: 110%; font-weight: bold; }
#right #newsletter-form a { color: white; } 

.textbox 
{
	font-size: 90%;
	width: 95%;
	margin: auto;
	color: #666666;
	margin-bottom: 4px;
}

.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; }

.clear {
  clear: both;
  margin: 0;               /* keep flush with adjacent containers */
  padding: 0;
  height: 0;
  overflow: hidden;
}

/* INFOBOX */
#infobox
{
	width: 400px;
	margin: auto;
	text-align: center;
	padding: 8px;
	font-weight: bold;
	font-size: 110%;
	color: white;
	border: 1px solid white;
	margin-bottom: 10px;
	background-color: #193649;
	margin-top: 10px;
}

/* KOSIK */
#cart-table {
	width: 570px;
	margin: auto;
	margin-top: 10px;
}

#cart-table .tr-underline
{
	border-bottom: 1px solid #999999;
}

#cart-table tr th {
	font-size: 120%;
}

#cart-table tr td
{
	padding-bottom: 3px;
	padding-top: 3px;
}

#cart-table tr td.nazev
{
	font-weight: bold;
}

#cart-table tr td input
{
	font-size: 90%;
	width: 50px;
	text-align: right;
}

#cart-table #sum
{
	color: #CCCCCC;
	font-size: 120%;
	font-weight: bold;
}

#controls { margin-top: 10px;  }