body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: 0.7em;
	background-color: white;
	color: black;
  text-align: left;
}

input, option, select, textarea {
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: 100%;
}

img {
  border: none;
}

a {
  color: black;
  font-weight: normal;
  text-decoration: none;
}

a:hover {
}

form {
  margin: 0px;
  padding: 0px;
}

table {
  font-size: 100%;
}

td {
  font-size: 100%;
}

label {
  cursor: pointer;
  _cursor: hand;
}

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;
}

hr {
  height: 1px;
  border: solid 1px gray;
}

.clear {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
}

.imageRight {
  margin-left: 10px;
}

.imageLeft {
  margin-right: 10px;
}


#page {
}

#header {
   display: none;
}

#columnLeft {
   display: none;
}

/*********************************************************/
/********************* hlavni obsah **********************/
/*********************************************************/

#mainContent {
}

#mainContent h1 {
  color: black;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  font-size: 140%;
}

#mainContent .articlePerex {
  font-style: italic;
  padding-bottom: 20px;
}

#mainContent .articleText {
  padding-bottom: 20px;
  line-height: 1.5em;
}

#mainContent .sectionItem {
  clear: both;
  border-bottom: solid silver 1px;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

#mainContent .sectionItem .perexImage {
  float: right;
}

#mainContent .sectionItem .articlePerex {
  font-style: normal;
  padding-bottom: 0px;
}

#mainContent h3 {
   clear: both;
   color: black;
   margin-bottom: 5px;
}

#mainContent h4 {
   clear: both;
   margin-bottom: 5px;
}

#mainContent p {
  margin-top: 0px;
}

#welcomeArticle {
  margin-bottom: 20px;
  border-bottom: 1px silver solid;
  padding-bottom: 10px;
}

#welcomeArticle .content {
  text-align: justify;
}

#welcomeArticle h2 {
  margin: 0px 0px 5px 0px;
}

#welcomeArticle .blueBox {
  display: none;
}

#newsColumn h2 {
  margin: 0px 0px 5px 0px;
}

#newsColumn .content {
  margin: 0px 0px 0px 0px;
}

#newsColumn .articleItem {
  margin: 0px 0px 10px 0px;
  text-align: justify;
}

#newsColumn .articleItem .articleTitle a {
  font-weight: bold;
}

#newsColumn .articleItem .articleDate {
  font-weight: bold;
}

#newsColumn .articleItem .articlePerex {
  font-style: normal;
  display: inline;
}

#footer {
  clear: both;
  margin-top: 20px;
  border-top: solid 1px gray;
  text-align: right;
  font-size: 90%;
  color: gray;
}

#footer a {
  text-decoration: none;
  font-weight: normal;
  color: gray;
}

#footer .maxx {
  display: none;
}

/*************************/
/********* form **********/
/*************************/

.label {
  font-size: 90%;
  margin-top: 10px;
}

.inputItem {
  width: 500px;
}

.buttonSend {
  width: 500px;
  text-align: center;
  margin-top: 10px;
}

/****************************/
/********* 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: 25%;
}

.grdSections .sectionItem, #grdArticlesTiles .articleItem, .grdPictures .pictureItem {
	text-align: center;
	border: none;
}

.grdSections .sectionItem .perexImage, #grdArticlesTiles .articleItem .perexImage, .grdPictures .pictureItem .perexImage {
	float: none;
}

.grdSections .sectionItem .title, #grdArticlesTiles .articleItem .title, .grdPictures .pictureItem .title {
	display: block;
}

.grdArticlesTiles .articleItem {
  padding: 5px 0px 5px 0px;
}

.grdArticlesTiles .articleItem, .grdArticlesTiles .articleItem .perex {
    font-size: 90%;
}

#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: 550px;
	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: 540px;
}

/****************************/
/********* 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;
	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;
}


/*****************************************************/
/******************* diskusni forum ******************/
/*****************************************************/

.topicTitle {
	font-size: 100%;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#discussionNavigationTop {
	background-color: Silver;
	padding: 10px;
}

.messageSub
{
	clear: both;
}

.panelUser
{
	font-size: 100%;
	float: left;
}

.panelMessage
{
	float: left;
	width: 100%;
}

.editSubject
{
	width: 98%;
}

.editText
{
	width: 98%;
	height: 200px;
}

.editUserName
{
	width: 45%;
}

.editUserEmail
{
	width: 45%;
}

.messageDate
{
	font-size: 80%;
}

.messageReply
{
	float: right;
	width: 95%;
	text-align: right;
}

.messageItem
{
	border-style: solid;
	border-width: 0px;
	border-color: Black;
	margin-top: 5px;
	margin-bottom: 5px;
}

.messageItemNew
{
	border-style: solid;
	border-width: 2px;
	border-color: #AA0000;
	margin-top: 5px;
	margin-bottom: 5px;
}

.messageSubject
{
	font-size: 120%;
	font-weight: bold;
}

.messageItemUserBox
{
	background-color: #DDDDDD;
	padding: 5px;
}

.messageItemMessageBox
{
	border-style: solid;
	border-width: 1px;
	border-color: #DDDDDD;
	padding: 5px;
}

.navigationPageNumber {
	padding-left: 5px;
}

#newRecord {
	margin-top: 15px;
	background-color: #AAAAAA;
	height: 280px;
}

#newRecordMessageBox
{
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #DDDDDD;
	background-color: #DDDDDD;
	height: 280px;
}

#newRecordMessageBox div
{
	padding-top: 5px;
}

#newRecordUserBox
{
	width: 90px;
	float: left;
	padding: 5px;
}

.popisTit {
	font-weight: bold;
}

