body {
	margin: 40px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: 0.7em;
	color: black;
	text-align: center;
	background-color: white;
}

input, option, select, textarea {
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: 100%;
}

img {
	border: none;
}

a {
	color: rgb(7,101,176);
}

a:hover {
	color: #AA0000;
}

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: 1000px;
	margin: auto;
	text-align: left;
}

#header {
	position: absolute;
	top: -20px;
	left: 0px;
	width: 220px;
}

#webTitle {
	font-size: 18pt;
	font-weight: normal;
	z-index: -2;
	width: 200px;
	height: 93px;
	color: Black;
}

#webTitle .claim {
	font-size: 10px;
}

#webTitle a {
	display: block;
	text-decoration: none;
}

#logoSkill {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

/*********************************************************/
/********************* horni menu ************************/
/*********************************************************/

#menu {
	margin: 10px 0px 3px 220px;
	padding: 0px 6px 6px 10px;
	background-color: rgb(150,150,150);
	height: 40px;
	color: White;
	text-align: right;
}

#menu ul {
	list-style: none;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	float: right;
}

#menu ul li {
	float: left;
	padding: 0px 0px 0px 5px;
}

#menu a {
	text-decoration: none;
	color: white;
	font-size: 11px;
}

#menu a:hover {
	color: black;
	text-decoration: underline;
}

/*********************************************************/
/********************* hlavni obsah **********************/
/*********************************************************/

#columnLeft {
	border: solid 7px rgb(222,222,222);
	border-right: none;
	height: 400px;
}

#columnLeft .searchForm {
	position: absolute;
	bottom: 220px;
	left: 18px;
}

#columnLeft .illustration {
	position: absolute;
	bottom: 25px;
	left: 28px;
	border: black solid 1px;
}

#subMenu {
	list-style: none;
	margin: 10px 0px 0px 10px;
	padding: 0px;
}

#subMenu li {
	padding-bottom: 5px;
}

#subMenu a {
  text-decoration: none;
  color: Black;
}

#subMenu a:hover {
  text-decoration: underline;
}

#subMenu .selected {
  font-weight: bold;
}

#arrowGallery {
	position: absolute;
	bottom: -8px;
	left: 6px;
}

#mainContent {
	position: relative;
	margin-left: 220px;
	background-color: rgb(222,222,222);
	padding: 15px;
}

#mainContent .inside {
	position: relative;
	line-height: 1.5em;
	height: 440px;
	overflow: auto;	
}

#mainContent h1 {
	font-weight: bold;
	font-size: 120%;
	color: black;
	margin-bottom: 10px;
}

#mainContent h2 {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

#mainContent .lblPublishDate {
  font-size: 90%;
}

#mainContent .articlePerex {
}

#mainContent .articleTitle {
  margin: 0px 0px 2px 0px;
}

#mainContent .articleText {

}

#mainContent .articleDate {
  color: Gray;
}

#mainContent .sectionItem {
  clear: both;
  border-bottom: solid silver 1px;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

#mainContent .sectionItem .articleDate {
	display: block;
}

#mainContent .sectionItem .articleDate a {
	text-decoration: none;
	color: black;
}

#mainContent .sectionItem .articleDate a:hover {
	text-decoration: underline;
}

.perexImage {
  float: right;
  margin-left: 5px;
}

#mainContent .sectionItem .articlePerex {
  font-style: normal;
  padding-bottom: 0px;
}

#mainContent .sectionItem .articlePerex p {
	margin: 0px;
}

#mainContent h3 {
   margin-bottom: 5px;
}

#mainContent h4 {
   clear: both;
   margin-bottom: 5px;
}

#mainContent p {
  margin-top: 0px;
}

#footer {
	color: gray;
	text-align: right;
	font-size: 80%;
	padding: 5px 0px 0px 0px;
}

#footer a {
	text-decoration: none;
	font-weight: normal;
	color: gray;
}

#footer a:hover {
	color: black;
	text-decoration: underline;
}

/*************************/
/********* form **********/
/*************************/

.label {
  font-size: 90%;
  margin-top: 10px;
}

.inputItem {
  width: 500px;
}

.buttonSend {
  width: 500px;
  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;
	margin-top: 15px;
}
#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;
	margin: 0px;
	padding: 0px;
}

#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 {
	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;
}

/*****************************************************/
/********************* home page *********************/
/*****************************************************/

.sectionNews {
	float: right;
	width: 200px;
	height: 421px;
	margin-left: 10px;
	border-left: solid 1px white;
	padding-left: 10px;
}

.sectionNews td {vertical-align: top;}

.btnSearch {
	border: solid 1px black;
	background-color: rgb(218,37,29);
	color: White;
	font-size: 90%;
	width: 60px; 	
}
