html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: 0.7em;
	background-color: rgb(169,213,255);
	background-image: url('/images/background-page.jpg');
	background-position: top center;
	background-repeat: repeat-y;
	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(19,105,156);
}

a:hover {
	color: rgb(226,0,26);
}

form {
	margin: 0px;
	padding: 0px;
}

table {
	font-size: 100%;
}

td {
	font-size: 100%;
}

label {
	cursor: pointer;
	_cursor: hand;
}

h1 {
	font-size: 140%;
	margin: 5px 0px 5px 0px;
}

h2 {
	font-size: 130%;
	margin: 5px 0px 5px 0px;
}

h3 {
	font-size: 110%;
	margin: 5px 0px 5px 0px;
}

h4 {
	font-size: 100%;
	margin: 5px 0px 5px 0px;
}

h5 {
	font-size: 100%;
	margin: 5px 0px 5px 0px;
}

hr {
	height: 1px;
	border: solid 1px black;
}

.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

.alignRight {
	text-align: right;
}

.imageRight {
	margin-left: 10px;
}

.imageLeft {
	margin-right: 10px;
}

#page {
	position: relative;
	width: 700px;
	min-height: 100%;
	_height: 100%;
	text-align: left;
	margin: 0px auto 0px auto;
	background-color: White;
	background-image: url('/images/background-maincontent.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
}

#header {
	position: relative;
	height: 180px;
	background-color: rgb(70,123,213);
	margin-bottom: 20px;
}

#headerImage {
	position: absolute;
	top: 0px;
	right: 0px;
}

#titleWeb {
  display: block;
  position: absolute;
  top: 20px;
  left: 40px;
  font-size: 200%;
  color: rgb(226,0,26);
  background-color: White;
  border: solid 2px rgb(226,0,26);
}

#titleWeb a {
  display: block;
  text-decoration: none;  
  color: rgb(226,0,26);
  padding: 10px;
}

#titleWebPrint {
	display: none;
}

/*********************************************************/
/********************* menu ******************************/
/*********************************************************/

#menu ul {
	position: relative;
	z-index: 1;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style: none;
}

#menu li {
	height: 2em;
	margin: 2px 0px 10px 0px;
	padding: 0px 0px 2px 30px;
	background-image: url('/images/background-menuitem.gif');	
	background-position: top left;
	background-repeat: repeat-y;
}

#menu .topLevelMenu li a {
	font-weight: bold;
	text-transform: uppercase;
	font-family: Serif;
}

#menu .subLevelMenu {
	margin-left: 10px;
}

#menu .subLevelMenu li a {
	font-weight: normal;
}

/*
#menu ul li {
  padding: 5px 0px 5px 0px;
  border-bottom: 1px solid white;
}
*/

#menu ul li a {
  text-decoration: none;
  color: black;
}

#menu ul li ul li {
	border: none;
	padding-left: 0px;
}

/*
#menu ul .menuArrow {
  background-image: url('/images/menuArrow.gif');
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: center;
}
*/

#menu ul .menuArrowDown {
  display: block;
  height: 1.2em;
  background-image: url('/images/menuArrowDown.gif');
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: center;
}
/*
#menu ul .menuArrow:hover {
  background-image: url('/images/menuArrowMouseOver.gif');
  background-repeat: no-repeat;
}
*/
#menu ul .menuArrowDown:hover {
  background-image: url('/images/menuArrowDownMouseOver.gif');
  background-repeat: no-repeat;
}

#menu ul li a:hover {
  color: rgb(226,0,26);
}

/*
.subMenu {
  display: none;
}

.subMenu a {
  display: block;
  padding: 0px 0px 4px 0px;
  margin-bottom: 0px;
  margin-left: 5px;
  font-weight: normal;
}

#menu ul .subMenu a {
  font-weight: normal;	
}

#menu ul .subMenu a:hover {
  font-weight: normal;
}
*/

/*********************************************************/
/********************* hlavni obsah **********************/
/*********************************************************/

#mainContent {
	margin-left: 160px;
	padding-bottom: 80px;
	min-height: 500px;
	_height: 500px;
}

#mainContent .inside {
	padding: 0px 10px 0px 10px;
	padding-top: 20px;
}

#mainContent h1 {
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 10px;
  font-weight: normal;
  font-size: 140%;
  text-align: left;
  color: rgb(226,0,26);
  position: relative;
}

#mainContent .lblPublishDate {
  font-size: 90%;
}

#mainContent .articlePerex {
  font-style: italic;
  padding-bottom: 20px;
}

#mainContent .articleTitle {
  margin: 0px 0px 2px 0px;
}

#mainContent .articleText {
  padding-bottom: 20px;
  line-height: 1.5em;
}

#mainContent .articleDate {
  color: Gray;
  padding-bottom: 10px;
}

#mainContent .sectionItem {
  clear: both;
  border-bottom: solid silver 1px;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

#mainContent .sectionItem .articleDate {
	display: block;
}

.perexImage {
  float: right;
  margin-left: 5px;
}

#mainContent .sectionItem .articlePerex {
  font-style: normal;
  padding-bottom: 0px;
}

#mainContent .sectionItem .articlePerex p {
	margin: 0px;
}

#mainContent h3 {
   color: rgb(19,105,156);
   margin-bottom: 5px;
}

#mainContent h4 {
   margin-bottom: 5px;
}

#mainContent p {
  margin-top: 0px;
}

#columnLeft {
	position: absolute;
	top: 200px;
	left: 0px;
	width: 155px;
}

#columnLeft .inside {
	padding: 0px;
	margin: 10px;
}

#copyright {
	margin: 30px 0px 0px 10px;
	font-size: 80%;
	color: Gray;
}

#copyright a {
	text-decoration: none;
	color: Gray;
}

/*************************/
/********* form **********/
/*************************/

.label {
  font-size: 90%;
  margin-top: 10px;
}

.inputItem {
  width: 400px;
}

.buttonSend {
  width: 400px;
  text-align: center;
  margin-top: 10px;
}

.button {
	margin-top: 3px;
	text-align: right;
}

.button button {
	border: 1px;
}

/****************************/
/********* section **********/
/****************************/

.grdSections {
	border-bottom: solid 1px silver;
	margin-bottom: 20px;
}
#mainContent .grdSections .sectionItem {
	border: none;
}

.grdSections td, #grdArticlesTiles td, .grdPictures td {
	vertical-align: top;
	width: 20%;
}

.grdSections .sectionItem, #grdArticlesTiles .articleItem, .grdPictures .pictureItem {
	text-align: center;
	border: none;
}

.grdSections .sectionItem .perexImage, #grdArticlesTiles .articleItem .perexImage, .grdPictures .pictureItem .perexImage {
	border: solid 1px silver;
	float: none;
}

.grdSections .sectionItem .title, #grdArticlesTiles .articleItem .title, .grdPictures .pictureItem .title {
	display: block;
}

#grdArticles .sectionItem .basketAmount {
	text-align: right;
}

#grdArticles .sectionItem .articleTitle a, #grdArticlesTiles .articleItem .title {
	font-weight: bold;
}

#grdArticles .sectionItem .articleBasket {
	display: inline;
	margin-left: 20px;
}

#grdArticles .sectionItem .priceShop {
	font-size: 110%;
	font-weight: bold;
	color: green;
}

#grdArticles .sectionItem .priceShop .priceUsual {
	font-weight: normal;
	color: gray;
}

#grdArticles .sectionItem .addToBasket {
	clear: both;
	margin-top: 5px;
}

#grdArticles .sectionItem .articleBasket {
	float: right;
}

/****************************/
/********* article **********/
/****************************/

/****************************/
/********* shop article *****/
/****************************/

.grdPrices {
	width: 450px;
	margin-bottom: 5px;
	margin-top: 10px;
}

.grdPrices td {
	padding: 2px 5px 2px 5px;
}

.grdPrices .header {
	background-color: Silver;
	color: black;
}

.grdPrices .addToBasket {
	text-align: right;
}

.grdPrices .addToBasket a {
	text-decoration: none;
}

.divFilter {
	background-color: Silver;
	margin-bottom: 10px;
	padding: 5px;
	width: 440px;
}

/****************************/
/********* shop basket bar **/
/****************************/

.basketBar {
	width: 100%;	
}

.basketBar td {
	width: 20%;
}

.basketBar .box {
	font-weight: normal;
	background-color: silver;
	color: black;
}

.basketBar .number {
	background-color: gray;
	color: White;
	padding: 5px;
	margin-right: 5px;
	font-weight: normal;
}

.basketBar .selected {
	background-color: #AA1515;
	color: White;
	padding: 5px;
	font-weight: bold;
}

#divBasket  {
	margin-top: 20px;
}

.showBasket {
	width: 100%;
	border-collapse: collapse;
	border-bottom: black 1px solid;
}

.showBasket td {
	border-bottom: silver 1px solid;
	padding: 3px 3px 3px 3px;
}

.showBasket .tableheader {
	background-color: gray;
	color: White;
	font-weight: bold;
}

.showBasket .articleTitle {
	font-weight: bold;
}

.showBasket .articlePriceDescription {
	text-decoration: none;
	color: Black;
}

.showBasket .txbAmount {
	text-align: right;
}

.sumBasket {
	text-align: right;
}

.hrefGoBack {
	display: block;
	text-align: center;
	margin-top: 30px;
}

.hrefGoBack {
	font-weight: bold;
}

#frmCustomer .label {
	display: block;
}

#frmCustomer .text, #frmCustomer .textArea {
	width: 460px;
}

.orderFormSectionTitle {
	display: block;
	width: 465px;
	font-weight: bold;
	background-color: silver;
	color: black;
	padding: 2px 0px 2px 5px;
	margin-top: 20px;
}

.requeredField {
	font-size: 90%;
	color: #AA0000;
}

#mainContent .grdGallery .sectionItem {
	border: none;
}

#mainContent .grdGallery td {
	text-align: center;
	width: 25%;
	vertical-align: top;
}

#mainContent .grdGallery .sectionItem .title {
	display: block;
}

/*******************************/
/********* discussion **********/
/*******************************/

#divArticleDiscussion {
	margin-top: 20px;
}

.articleDiscussionIntro {
	margin-top: 5px;
}

.grdArticleDiscussion, #forumNewMessageBox {
	background-color: silver;
	width: 100%;
}

.grdDiscussion td {
	border-bottom: solid 1px silver;
}

.grdArticleDiscussion .articlesListAlternating {
	background-color: #DDDDDD;
}

.grdArticleDiscussion .forumDate, .grdDiscussion .forumDate {
	white-space: nowrap;
	width: 100px;
}

.grdArticleDiscussion .forumSubject, .grdDiscussion .forumSubject {
	font-weight: bold;
}

.articleDiscussionTitle {
	background-color: gray;
	padding: 2px 0px 4px 4px;
	font-weight: bold;
	color: White;
}

#divArticleDiscussion .divButtons {
	text-align: right;
}

#divArticleDiscussion .divButtons a, #hrefWholeArticle {
	padding: 4px;
	display: block;
	font-weight: bold;
	float: right;
	margin-left: 2px;
	margin-top: 2px;
	color: white;
	background-color: silver;
	text-decoration: none;
	width: 150px;
	text-align: center;
}

#divArticleDiscussionBox {
	height: 150px;
	width: 99%;
	overflow: hidden;
}

#divButtonWholeArticle
{
	margin-top: 10px;
	border-bottom: dotted 2px silver;
}

#hrefWholeArticle {
	margin-top: 0px;
	font-weight: normal;
}

#forumNewMessageBox {
	margin-top: 15px;
}

#forumNewMessageBox form {
	padding: 10px;
}

#forumNewMessageBox form .inputItem {
	width: 100%;
}

#forumNewMessageBox form table .inputItem {
	width: auto;
}

#archivSurveys .survey {
	width: 160px;
}

#archivSurveys table td {
	width: 33%;
	border: silver 1px solid;
	vertical-align: top;
	padding: 3px;
	background-color: rgb(225,225,225);
}

#archivSurveys .survey td{
	border: none;
	width: auto;
}
