body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: 0.7em;
	background-color: rgb(237,219,23);
	color: black;
    	text-align: center;
}

input, option, select, textarea {
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: 100%;
}

img {
    border: none;
}

a {
    color: rgb(93,100,171);
    font-weight: normal;
}

a:hover {
    color: rgb(200,0,0);
}

form {
  margin: 0px;
  padding: 0px;
}

table {
  font-size: 100%;
}

td {
  font-size: 100%;
}

label {
  cursor: pointer;
  _cursor: hand;
}

h1 {
  font-size: 120%;
  margin: 5px 0px 20px 0px;
  font-weight: normal;
}

h2 {
  font-size: 110%;
  margin: 5px 0px 5px 0px;
  font-weight: bold;
}

h3 {
  font-size: 104%;
  margin: 5px 0px 10px 0px;
  font-weight: bold;
}

h4 {
  font-size: 100%;
  margin: 5px 0px 5px 0px;
}

hr {
  height: 1px;
  border: solid 1px silver;
}

.clear {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
}

.label {
    display: block;
    padding-top: 10px;
}

.layout {
    border-collapse: collapse;
}

#page {
	position: relative;
	width: 820px;
	text-align: left;
	margin: auto;
	padding-bottom: 0px;
	background-color: white;
}

#header {
	position: relative;
	height: 177px;
	background-color: rgb(143,151,181);
	color: White;
	border-bottom: 10px solid rgb(237,219,23);
}

#headerIllustration {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 3;
}

#titleWeb {
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: Georgia, "Times CE", Verdana, 'Geneva CE', lucida, sans-serif;
  font-size: 160%;
  color: yellow;
  z-index: 1;
}

#titleWeb a {
  text-decoration: none;  
  color: yellow;
}

#titleWeb .claim {
  font-size: 70%;
  color: white;
}

#hrefHome {
	top: 0px;
	left: 0px;
	display: block;
	position: absolute;
	width: 200px;
	height: 18px;
	text-decoration: none;
	z-index: 4;
}

/*********************************************************/
/********************* menu ******************************/
/*********************************************************/

#menuLeft {
  padding: 0px 0px 0px 0px;
  font-size: 110%;
}

#menuLeft ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#menuLeft ul li {
  margin: 0px 0px 0px 0px;
  background-color: rgb(108,130,21);
  background-image: url('/images/menu-background.gif');
  background-repeat: no-repeat;
  background-position: top left;
}

#menuLeft .current {
  background-color: rgb(220,0,0);
  color: white;
}

#menuLeft .current a {
  background-color: rgb(220,0,0);
  color: white;
}

#menuLeft a {
  text-decoration: none;
  color: white;
  padding: 9px 5px 7px 15px;
  font-weight: normal;
  font-size: 90%;
}

#menuLeft a:hover {  
  color: yellow;
}

#menuLeft ul li ul {
  margin: 0px;
  padding: 0px 0px 5px 0px;
  list-style: none;
  font-size: 90%;
	background-color: rgb(158,172,52);
}

#menuLeft ul li ul li {
	padding: 2px 0px 2px 0px;
	margin: 0px 5px 0px 15px;
	background-image: none;
	background-color: rgb(158,172,52);
	border-bottom: rgb(198,196,37) 1px solid;
}

#menuLeft ul li ul li a
{
	font-weight: normal;
	padding: 3px 0px 4px 0px;
	color: black;
}

#menuLeft ul .menuArrowDown, #menuLeft ul .menuArrow {
  display: block;
/*  width: 155px;*/
}

.subLevelMenu {
	display: block;
}

.displaySubMenu ul {
	display: block;
}


/*********************************************************/
/********************* layout ******************************/
/*********************************************************/

#leftColumn {
 float: left;
 width: 190px;
 margin: 0px 0px 0px 0px;
 background-color: rgb(158,172,52);
}


#leftColumn .searchBox {
	margin: 10px 0px 0px 0px;
	padding: 5px 10px 10px 10px;
	background-color: rgb(143,151,181);
	text-align: center;
}

#leftColumn .searchBox .label {
	text-align: left;
}

/*********************************************************/
/********************* hlavni obsah **********************/
/*********************************************************/

#mainContent {
  float: left;
}

#mainContent p {
  margin-top: 0px;
}

#mainContent .content {
  margin: 20px 0px 10px 10px;
  width: 600px;
}

#mainContent .lblPublishDate {
  font-size: 90%;
}

#mainContent .articleText {
  line-height: 1.5em;
}

.sectionItem {
    margin: 0px 0px 0px 0px;
    padding: 0px;
	border-bottom: rgb(118,197,240) 1px solid;
}

.sectionItem h2, .sectionItem h3 {
    margin: 0px;
    font-size: 100%;
}

.sectionItem .articleTitle {
    color: rgb(113,15,16);
    font-weight: bold;
}

.sectionItem .articleTitle:hover {
    color: rgb(152,144,95);
}

.sectionItem .perexImage {
    float: right;
    margin: 5px 0px 0px 10px;
}

.sectionItem .articlePerex p {
	margin: 0px;
}

.sectionItem .attributes {
	margin: 10px 0px 0px 0px;
}

.sectionItem .addToBasket {
    display: block;
	float: right;
	background-color: rgb(113,15,16);
	color: White;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
}

.sectionItem .addToBasket:hover {
    background-color: rgb(152,144,95);
}

.navigation {
	margin: 25px 0px 10px 0px;
}

#footer {
	padding: 15px 0px 25px 0px;
	text-align: center;
	font-size: 90%;
}

#footer a {
	text-decoration: none;
	font-weight: normal;
}

#footer .copyright, #footer .developer {
    display: block;
}

#footer .developer {
    display: block;
}

#footer .developer a {
    color: white;
    text-decoration: none;
}

#footer .developer a:hover {
    text-decoration: underline;
}

/****************************/
/********* section **********/
/****************************/

#divSectionPerex {
	margin-bottom: 10px;
	padding-bottom: 0px;
}

#divSectionPerex #imgSectionPerexImage {
  float: right;
}

.sectionTitle {
  text-align: left;
}

.grdArticles .sectionItem {
	text-align: left;
}

.grdArticles .sectionItem .articleTitle .articleDate {
	font-size: 70%;
	color: gray;
	text-decoration: none;
	float: right;
	font-weight: normal;
}

.grdArticles .sectionItem .articlePerex {
}

.numericTextBox 
{
    text-align: right;
}


/****************************/
/********* article **********/
/****************************/

.articlePerexImage {
    float: right;
    margin: 20px 0px 10px 10px;
}

.publishDate {
    color: Gray;
    display: block;
}

.subtitle {
    display: block;
    margin-bottom: 0px;
    font-style: italic;
}

.articleDetailSection a {
    color: gray;
    font-weight: normal;
    text-decoration: none;
    font-size: 100%;
    margin: 5px 0px 20px 0px;
}

.articleDetailSection a:hover {
    text-decoration: underline;
}

.articleDetailTitle {
    color: rgb(113,15,16);
    font-weight: bold;
    margin: 20px 0px 0px 0px;
}

.attributes {
	margin: 10px 0px 0px 0px;
}

.addToBasket {
    display: block;
	float: right;
	background-color: rgb(113,15,16);
	color: White;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
}

.addToBasket:hover {
    background-color: rgb(152,144,95);
    color: rgb(113,15,16);
}

.basketList td {
    padding: 2px;
}

.basketHeader {
    background-color: gray;
    color: White;
    text-align: center;
}

.basketTotalSum {
    background-color: Silver;
}

.basketTotalSum td {
    font-weight: bold;
    font-size: 110%;
    text-align: right;
    padding: 2px;
}

.basketButtons {
    text-align: center;
    padding: 20px;
}

.basketButtons .button {
    width: 120px;
}

.basketButtons .pay {
    font-weight: bold;
    background-color: rgb(113,15,16);
    color: White;
}

.basketButtons .continue {
    font-weight: bold;
    background-color: rgb(113,15,16);
    color: White;
}

.back {
    clear: both;
    text-align: center;
    margin-top: 20px;
}

.orderCaption {
    background-color: gray;
    color: White;
    text-align: left;
}

.grdPictures .itemPicture {
	text-align: center;
	vertical-align: top;
}

.grdPictures .itemPicture .title {
	font-size: 90%;
	display: block;
}

.sectionPerexImage {
    float: right;
    padding-left: 10px;
    padding-bottom: 10px;
}

.articlePublishDate {display: block; padding-top: 10px; font-size: 90%; color: gray; }
