body {
	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(113,113,113);
	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(106,106,106);
	font-weight: normal;
}

a:hover {
	color: rgb(181,0,12);
}

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;
}

.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

.alignRight {
	text-align: right;
}

.imageRight {
	margin-left: 10px;
}

.imageLeft {
	margin-right: 10px;
}

.displayNone {
	display: none;
}

#page {
	background-color: White;
	background-image: url('../images/bg-page.gif');
	background-repeat: repeat-y;
	position: relative;
	width: 900px;
	text-align: left;
	margin: 0px auto 0px auto;
}

#header {
	position: relative;
  background-color: black;
	height: 219px;
}
#header img{
  position: absolute;
  top: 0px;
  left: 0px;
	z-index: 2;
}
#titleWeb {
  position: absolute;
  display: block;
  width: 380px;
  height: 78px;
  top: 10px;
  left: 20px;
  z-index: 1;
  font-size: 170%;
  color: white;
  background-color: black;
}

#titleWeb a {
  display: block;
  text-decoration: none;  
  color: white;
  padding: 10px;
}

#titleWebPrint {
	display: none;
}

/*********************************************************/
/********************* horni menu ************************/
/*********************************************************/

#menuBarTop {
	position: absolute;
	top: 50px;
	right: 5px;
	z-index: 3;
}

#menuBarTop ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}

#menuBarTop ul li {
	display: inline;
	padding: 0px 3px 0px 8px;
	margin: 0px;
	border-left: solid 2px rgb(112,104,85);
}

#menuBarTop ul li a {
	text-decoration: none;
	color: white;
	font-weight: normal;
	font-size: 110%;
}
#menuBarTop ul li a:hover {
	color: rgb(204,0,51);
}
#menuBarBottom ul {
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}

#menuBarBottom ul li {
	display: inline;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	border-left: solid 1px rgb(112,104,85);
	border-right: solid 1px rgb(112,104,85);
}

#menuBarBottom ul li a {
	text-decoration: none;
	color: white;
	font-weight: normal;
}
#menuBarBottom ul li a:hover {
	color: rgb(204,0,51);
}
.menu ul {
  margin: 0px 0px 10px 5px;
  padding: 0px;
  list-style: none;
}

.menu li {
  margin-top: 4px;
}

.menu .topLevelMenu li a {
	font-weight: bold;
}

.menu .subLevelMenu {
	margin-left: 10px;
}

.menu .subLevelMenu li a {
	font-weight: normal;
}

.menu ul li a {
  text-decoration: none;
  color: white;
}

.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 .menuArrowDown:hover {
  /*background-image: url('/images/menuArrowDownMouseOver.gif');*/
  background-repeat: no-repeat;
}

.menu ul li a:hover , .menuNews:hover {
  color: white;
  text-decoration: underline;
}

.menuNews {
	display: block;
	margin: 0px 0px 4px 10px;
	padding-top: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #AA0000;
}

/******** collapsible menu *****/
.subLevelMenu {display: block;}
.displaySubMenu ul {display: block;}
.menu .selected a {color: #AA0000;}


/*********************************************************/
/********************* hlavni obsah **********************/
/*********************************************************/

#columnLeft {
	float: left;
	width: 170px;
	padding: 0px 0px 15px 0px;
}

#columnLeft h3, #columnRight h3 {
	background-color: rgb(184,0,12);
	margin: 0px;
	padding: 6px 0px 6px 10px;
	color: White;
	display: block;
}

#columnLeft .inside, #columnRight .inside {
    width: auto;
    padding: 10px 0px 10px 0px;
    margin: 0px;
    color: White;
}

#columnLeft .menu ul, #columnRight .menu ul {
	margin-left: 10px;
}

#columnLeft .survey, #columnRight .survey  {
	margin: 5px;
}

#columnLeft .survey a, #columnRight .survey a {
	color: White; 
	text-decoration: none;
}

#columnLeft .search, #columnRight .search {
	text-align: left;
}

#columnLeft .search, #columnRight .search {
	padding: 10px;
}

#columnLeft .basketBox, #columnRight .basketBox {
    width: auto;
    margin: 0px;
    color: White;
	padding: 10px;
}

#columnLeft .links, #columnRight .links {
	text-align: center;
}

#columnLeft .sectionItem, #columnRight .sectionItem {
	border: none;
}

#columnLeft .stat, #columnRight .stat {
	border: none;
}

#columnLeft .stat .value, #columnRight .stat .value {
	text-align: right;
}

#columnLeft .stat table, #columnRight .stat table {
	width: 90%;
}
#columnLeft .articleList {
	width: 100%;
}

#mainContent {
	float: left;
	width: 570px;
}

#mainContent .inside {
	margin: 0px 10px 0px 10px;
	padding-top: 20px;
}

#mainContent h1 {
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
  font-weight: bold;
  font-size: 140%;
  text-align: left;
  color: black;
  position: relative;
}
#mainContent h1 a{
  color: rgb(181,0,12);
}
#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 {
   clear: both;
   color: rgb(19,105,156);
   margin-bottom: 5px;
}

#mainContent h4 {
   clear: both;
   margin-bottom: 5px;
}

#mainContent p {
  margin-top: 0px;
}

#columnRight {
	float: left;
	width: 160px;
	color: white;
}

#columnRight .columnItem {
    padding: 10px;
    text-align: left;
}

#columnRight .columnItem a {
  color: white;
  text-decoration: none;
  font-weight: normal;
  text-align: left;
}

#columnRight .columnItem img {
  margin: 5px 0px 0px 0px;
  display: block;
  text-align: left;
}
#columnRight .perexImage {
  float: none;

}
#footer {
	width: 900px;
	height: 30px;
	text-align: center;
	color: white;
	padding: 0px;
	margin: 0px auto 0px auto;
	background-image: url('/images/footerBg.jpg');
  background-repeat: no-repeat;
	background-color: black;
	border-top: solid 3px rgb(199,170,106);
}

#footer a {
	text-decoration: none;
	font-weight: normal;
	color: white;
}

#copyright {
	margin-top: 5px;
}

/*************************/
/********* form **********/
/*************************/

.label {
	display: block;
	margin-top: 5px;
	font-size: 85%;
	color: Gray;
}

.inputItem {
	width: 500px;
}

.numericTextBox {
    text-align: right;
}

.buttonSend {
  width: 500px;
  text-align: center;
  margin-top: 10px;
}

.button {
	margin-top: 3px;
	text-align: center;
}

.button button {
	border: 1px;
}

/****************************/
/********* section **********/
/****************************/

.grdSections {
	border-bottom: solid 1px silver;
	margin-bottom: 20px;
}
#mainContent .grdSections .sectionItem {
	border: none;
}

.grdSections td, .grdArticlesTiles td, .grdMultimedia td {
	vertical-align: top;
	width: 20%;
}

.grdSections .sectionItem, .grdArticlesTiles .articleItem, .grdMultimedia .pictureItem {
	text-align: center;
	border: none;
}

.grdSections .sectionItem .perexImage, .grdArticlesTiles .articleItem .perexImage, .grdMultimedia .pictureItem .perexImage {
	float: none;
}

.grdSections .sectionItem .title, .grdArticlesTiles .articleItem .title, .grdMultimedia .pictureItem .title {
	display: block;
	font-weight: bold;
	margin-top: 5px;
}

.grdArticles .sectionItem .basketAmount {
	text-align: right;
}

.grdArticles .sectionItem .articleTitle a, .grdArticlesTiles .articleItem .title {
	font-weight: bold;
  text-decoration: none;
}

.grdArticles .sectionItem .articleBasket {
	display: inline;
	margin-left: 20px;
}

.grdArticles .sectionItem .priceShop {
	font-size: 110%;
	font-weight: normal;
	color: rgb(181,0,12);
}

.grdArticles .sectionItem .priceShop .priceUsual {
	font-weight: normal;
	color: gray;
}

.grdArticles .sectionItem .addToBasket {
	clear: both;
	margin-top: 5px;
}

.grdArticles .sectionItem .addToBasket a {
	color: #AA0000;
}

.grdArticles .sectionItem .articleBasket {
	float: right;
}

.multimedia .box {
	padding: 0px 0px 10px 0px;
}

.multimedia .box td {
	padding: 0px 20px 15px 0px;
}

.multimedia .box img {
	display: block;
}
/****************************/
/********* homepage **********/
/****************************/


#grdArticles {
	margin: 20px 0px 20px 0px;
}

#grdArticles td {
	width: 33%;
	padding: 0px 20px 0px 20px;
	vertical-align: top;
}


#grdArticles .borders {
	border-left: dotted 1px black;
	border-right: dotted 1px black;
}

/****************************/
/********* article **********/
/****************************/
#articleDetail .articleSubtitle {
	display: block;
	margin: 0px 0px 5px 0px;
	font-size: 120%;
}
/****************************/
/********* 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 {
    width: 55px;
}

.grdPrices .addToBasket .amount {
    color: Black;
    font-size: 80%;
    width: 10px;
    height: 10px;
	border: solid 1px gray;
    font-weight: bold;
    text-align: center;
    padding: 4px;
    float: right;
    margin-left: 10px;
}

.grdPrices .addToBasket .basket {
    display: block;
    background-image: url('/images/basket.gif');
    background-position: left center;
    background-repeat: no-repeat;
    text-decoration: none;
    height: 20px;
    width: 20px;
    margin-left: 5px;
    float: right;
}

.grdPrices .addToBasket a {
	text-decoration: none;
	color: #AA0000;
}

.divFilter {
	background-color: Silver;
	margin-bottom: 10px;
	padding: 5px;
}

/****************************/
/********* 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;
	margin-bottom: 30px;
}

.hrefGoBack {
	font-weight: bold;
}

#frmCustomer .label {
	display: block;
}

#frmCustomer .text, #frmCustomer .textArea {
	width: 545px;
}

.orderFormSectionTitle {
	display: block;
	width: 545px;
	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 .newMessageForm {
	padding: 10px;
}

#forumNewMessageBox .newMessageForm .inputItem {
	width: 100%;
}

#forumNewMessageBox .newMessageForm 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;
}

.navigation {
	margin: 10px;
	text-align: center;
	font-weight: bold;
}

/*****************************************************/
/******************* diskusni forum ******************/
/*****************************************************/

.topicTitle {
	font-size: 100%;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#discussionNavigationTop {
	background-color: Silver;
	padding: 10px;
}

.grdForumArticles 
{
	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;
}

.outOfStock {
  color: #AA0000;
}

.alert 
{
	display: block;
	text-align: center;
	margin: 20px;
	font-weight: bold;	
}


/*****************************************************/
/**************** drobeckova napoveda ****************/
/*****************************************************/
#mainContent .breadcrumbNavigation {
    display: block;
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px; 
}

#mainContent .breadcrumbNavigation li {
    float: left;
    padding: 0px 0px 10px 0px;
}



/*****************************************************/
/*********************  basket   *********************/
/*****************************************************/
#basketLink {
    position: absolute;
    top: 6px;
    left: 837px;
}

#basketLink a {
    color: Black;
}

#basketLink a:hover {
    color: rgb(199,16,6);
}

#orderForm {
    width: 550px;
}

#orderForm .articleTitle {
    font-size: 100%;
}

#orderForm .basketList {
    width: 99%;
    border-collapse: collapse;
}

#orderForm .basketList td {
    padding: 2px 4px 2px 4px;
}

#orderForm .basketList .header {
    background-color: #EEEEEE;
    color: #666666;
}

#orderForm .basketList .header th {
    padding: 2px 4px 2px 4px;
    text-align: center;
}

#orderForm .basketTotalSum {
    width: 99%;
    border-collapse: collapse;
    background-color: transparent;
}

#orderForm .basketTotalSum td {
    text-align: right;
    font-weight: bold;
    padding: 2px 4px 2px 4px;
}

#orderForm .basketButtons {
    padding: 20px 0px 20px 0px;
    text-align: center;
}

#orderForm .basketButtons .button {
    width: 130px;
    cursor: hand;
    text-align: center;
}

#orderForm .basketButtons .back {
    width: 140px;
    background-color: rgb(128,128,128);
    color: White;
}

#orderForm .basketButtons .pay {
    font-weight: bold;
    background-color: rgb(184, 0, 12);
    color: White;
}

#orderForm .back {
    clear: right;
	text-align: center;
	margin-top: 10px;
	font-weight: normal;
	border-top: solid 1px silver;
	padding-top: 2px;
	margin-top: 20px;
}

#orderForm .paying .basketList .selected, #orderForm .shipping .basketList .selected  {
    font-weight: bold;
}

#orderForm .paying .basketList .header, #orderForm .shipping .basketList .header  {
    background-color: #EEEEEE;
    color: black;
}

#orderForm .paying .basketList .header td, #orderForm .shipping .basketList .header td {
    border-bottom: solid 1px gray;
}


#orderForm .paying .basketList .sum td, #orderForm .shipping .basketList .sum td {
    border-top: solid 1px silver;
}

#orderForm .paying .basketList .description, #orderForm .shipping .basketList .description {
    margin-left: 20px;
    padding-top: 2px;
    font-size: 80%;
    display: block;
}

#basketNavigation {
    margin: 20px 0px 40px 0px;
}

#basketNavigation .step1, #basketNavigation .step2, #basketNavigation .step3 {
    width: 170px;
    height: 19px;
}

#basketNavigation .step1, #basketNavigation .step2 {
    margin-right: 12px;
}

/*********************** order form ************************/

#orderForm .termsOfTrade {
    margin: 20px 0px 20px 0px;
}

#orderForm .buttons {
    margin: 30px 0px 0px 0px;
    padding: 5px;
    border-top: silver 1px solid;
    border-bottom: silver 1px solid;
    text-align: center;
    background-color: #DDDEDA;
}

#orderForm .buttons .button {
    width: 180px;
    text-align: center;
}

#orderForm .buttons .continue {
    background-color: rgb(184, 0, 12);
    color: White;
    font-weight: bold;
}

#orderForm .rbAccount {
    cursor: pointer;
}

#orderForm .rbAccountSelected {
    font-weight: bold;
}

#orderForm .description {
    margin-left: 20px;
    padding-top: 2px;
    font-size: 80%;
    display: block;
}

#orderForm .loginDialog {
    margin-left: 250px;
}

#orderForm .loginDialog .inputItem {
    width: 135px;
}

#orderForm .loginDialog .button {
    font-size: 90%;
    margin-right: 10px;
}

#orderForm fieldset {
    width: 525px;
    padding-top: 10px;
}

#orderForm fieldset .inside {
    padding: 0px 10px 10px 10px;
}

#orderForm .formContent {
    margin-left: 20px;
}

#orderForm .formLogin {
    margin-left: 20px;
}

#orderForm .formLogin fieldset {
    width: 300px;
}

#customerAccountLogin, #customerAccountNew {
    margin: 10px 0px 20px 0px;
}

.downloadList {width: 99%;}
.downloadList td {vertical-align: top; text-align: left; padding: 5px 5px 5px 0px; border-bottom: solid 1px white;}
.downloadList .firstRow td {}
.downloadList .lastRow td {border-bottom: none;}
.downloadList td.fileType {width: 20px; padding-top: 7px;}
.downloadList td .downloadFile {display: block;}
.downloadList td .downloadFile .fileTitle {font-weight: bold;}
.downloadList td .downloadFile .fileSize {}
.downloadList td .fileDescription {}

.download .box {
	padding: 15px 0px 15px 0px;
}
