body {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 0.8em;
	background-color: white;
	color: black;
	text-align: center;
}

img {
	border: none;
}

a {
	color: rgb(20,59,138);
}

a:hover {
	color: rgb(199,16,6);
}

h1 {
	color: gray;
	font-size: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-weight: bold;
}

h1 a {
	color: White;
    text-decoration: none;
}

h1 a:hover {
	color: White;
    text-decoration: none;
}

h2 {
	font-size: 125%;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

h4 {
	font-size: 100%;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
}

.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

.clearLeft {
	clear: left;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

.clearRight {
	clear: right;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

.layout {
    border-collapse: collapse;
}

/********************* lists **********************/

ul {
}

ul li {
  margin: 0px 0px 10px 0px;
  padding: 0px;  
}

ul li .sub {
  margin: 0px;
  padding: 0px;  
}


/********************* forms **********************/

.label {
	display: block;
	margin-top: 5px;
	font-size: 85%;
	color: Gray;
}

.inputItem {
	width: 400px;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 100%;
}

.numericTextBox {
    text-align: right;
}

select {
	width: 200px;
}

.sendButton input {
	background-color: rgb(202,89,144);
	color: white;
	margin-top:10px;
}

/********************* page **********************/

#page {
	position: relative;
	width: 900px;
	text-align: left;
	margin: auto;
}

#header {
  position: relative;
  width: 900px;
  height: 90px;
  background-image: url('/images/header.gif');
  background-repeat: no-repeat;
  background-position: top left;
  margin: 0px;
  z-index: 99;
}

#headerBar {
  position: relative;
  width: 900px;
  height: 29px;
  background-image: url('/images/headerBar.gif');
  background-repeat: no-repeat;
  background-position: top left;
  margin: 0px 0px 20px 0px;
}

.hrefHeader {
	position: absolute;
	display: block;
	height: 90px;
	width: 240px;
	z-index: 99;
	text-decoration: none;
}

#webTitle {
  position: absolute;
  top: 10px;
  left: 30px;
  font-size: 40px;
  color: rgb(20,59,138);
  z-index: -10;
}

#webTitle a {
  text-decoration: none;  
  color: rgb(20,59,138);
}

#webTitle .i {
  color: rgb(228,104,17);
}

.basketBox {
    position: absolute;
    top: 65px;
    right: 10px;
    text-align: right;
    color: White;
}

.basketBox .items {
    font-weight: normal;
}

.basketBox .total {
}

.basketBox a {
    padding: 0px;
    margin: 0px;
    width: auto;
    color: white;
    font-weight: bold;
}

/********************* menu ******************************/

#menuContent {
    float: right;
    xheight: 54px;
	margin: 2px 15px 2px 0px;
	border-left: solid 1px black;
	width: 630px;
}

#menu {
}

#menu ul {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	list-style: none;
}

#menu a {
	height: 33px;
	width: 84px;
	display: block;
	text-decoration: none;
	padding: 10px 2px 12px 2px;
	border-right: solid 1px black;
	color: white;
	text-align: center;
	font-size: 100%;
}

#menu a:hover {
    background-image: url('/images/menuItem-current.jpg');
    background-repeat: repeat-x;
    background-position: top left;
	color: White;
}

#menu li {
	float: left;
}

#menu li ul li {
    border-bottom: gray 1px solid;
    border-top: 1px solid #FFFFFF;
	border-right: solid 1px gray;
	border-left: solid 1px white;
    padding: 2px;
	background-color: rgb(132,97,124);
}

#menu li ul a {
  width: 130px;
  border: none;
  font-size: 11px;
}

#menu li ul {
	margin: 0px;
	padding: 1px;
	position: absolute;
	width: 150px;
	left: -999em;
	z-index: 99;
}

#menu li ul ul {
	margin: -1em 0 0 150px;
}

#menu li ul ul li a {
	border-left: solid 1px white;
}

#menu li:hover ul ul, #menu li.menuHover ul ul {
	left: -999em;
}

#menu li:hover ul, #menuli li:hover ul, #menu li.menuHover ul, #menu li li.menuHover ul {
	left: auto;
}

/********************* left menu **********************/

#leftColumn .menuLeft {
}

#leftColumn .menuLeft a {
	text-decoration: none;
	color: black;
	text-align: left;
	font-size: 110%;
	font-weight: normal;
}

#leftColumn .menuLeft a:hover {
	color: rgb(199,16,6);
}

#leftColumn .menuLeft .menuItemChild {
	padding-left: 10px;
}

#leftColumn .menuLeft td.ob_t3 {
	font: inherit; 
	vertical-align: inherit;
	border: none;
	background-color: Transparent;
	padding-left: 0;
	padding-right: 0;
}

#leftColumn .menuLeft td.ob_t3 a {
    color: #0066CC;
}

/********************* main content article **********************/

#mainContent {
	text-align: left; 
  margin: 0px 0px 5px 173px; 
  padding: 0px 0px 0px 0px;

}

#mainContent .inside {
    margin: 0px;
    padding: 0px; 
    text-align: left;
    width: 721px;
    font-size: 90%;
}

#mainContent h1 {
    height: 25px;
    padding: 6px 0px 0px 8px;
    margin: 0px;
    background: transparent url('/images/articleHeader.jpg') no-repeat left top;
    color: White;
    text-align: left;
    font-weight: normal;
    font-size: 110%;
}

#mainContent .bottom {
    background: transparent url('/images/articleBottom.gif') no-repeat left bottom;
    width: 721px;
    height: 30px;
}
#mainContent .bottomTiles {
    background: transparent url('../images/articleBottom.gif') no-repeat left bottom;
    width: 721px;
    height: 25px;
    margin: 0px;
    padding: 0px; 
    text-align: right;
 
}

/************************** attributes ***************************/

#mainContent .attributesLegend {
    list-style: none;
    font-size: 70%;
    color: Gray;
    margin: 10px 0px 0px 0px;
    padding: 0px;
}

#mainContent .attributesLegend li {
    float: left;
    padding: 5px 0px 0px 0px;
    width: 140px;
}

#mainContent .attributesLegend .item {
}

#mainContent .attributesLegend img {
    padding-right: 4px;
    margin-bottom: -5px;
    height: 27px;
}

#mainContent .attributes {
    border-collapse: collapse;
    margin-bottom: 10px;
}


#mainContent .attributes td {
    vertical-align: bottom;
    padding: 0px 0px 2px 0px;
    width: auto;
    white-space: nowrap;
}
#mainContent .attributes img {
    padding: 0px 2px 0px 2px;
}

#mainContent .attributes td .value {
    display: block;
    text-align: center;
    font-size: 75%;
    color: Black;
}

#articleDetail .attributes {
    border-collapse: collapse;
    margin: 10px 0px 20px 0px;
}

#articleDetail .attributes td {
    vertical-align: bottom;
    padding: 0px 15px 2px 2px;
    width: auto;
    white-space: nowrap;
}
/********************* main content home page **********************/

#mainContentMiddle {
	text-align: left; 
    margin: 0px 172px 5px 173px; 
    padding: 0px 0px 0px 0px; 
    width: 549px;
    text-align: center;
    background: transparent url('/images/mainContent-top.gif') no-repeat left top;
}

#mainContentMiddle .inside {    
    width: 549px;
    margin: 0px;
    padding: 7px 0px 0px 0px; 
    text-align: center;
    font-size: 90%;
}

#mainContentMiddle h1 {
    height: 0px;
    padding: 0px;
    margin: 0px;
    font-size: 0%;
}

#mainContentMiddle .bottom {
    background: transparent url(../images/mainContent-bottom.gif) no-repeat left top;
	width: 549px;
}

/********************* left content **********************/

#leftColumn {
	float: left;
	width: 169px;
	padding: 0px 0px 0px 0px;
}

/********************* right content **********************/

#rightColumn {
	float: right;
	width: 169px;
	padding: 0px 0px 0px 0px;
}

.linkBox h3 {
	background-image: url('/images/link.jpg');
    background-repeat: no-repeat;
    background-position: top left;
	color: White;
	height: 33px;
	display: block;
	padding: 5px 5px 0px 10px;
	margin: 0px;
	font-weight: normal;
	font-size: 120%;
}

.linkBox h3 a {
	color: White;
    text-decoration: none;
}

.linkBox h3 a:hover {
	color: White;
    text-decoration: none;
}

/********************* news box **********************/

.columnBox {
	margin: 0px;
	padding: 0px;
}

.columnBox h3 {
	background-image: url('/images/itemHeader.jpg');
    background-repeat: no-repeat;
    background-position: top left;
	color: White;
	height: 26px;
	display: block;
	padding: 5px 5px 0px 10px;
	margin: 0px;
	font-weight: normal;
	font-size: 120%;
}

.columnBox .inside {
    border-left: solid rgb(164,164,164) 1px;
    border-right: solid rgb(164,164,164) 1px;
    padding: 5px 6px 5px 6px;
    color: Black;
}

.columnBox .inside .item {
    padding: 5px 0px 10px 0px;
    border-bottom: solid rgb(164,164,164) 1px;
    font-size: 85%;
}

.columnBox .inside .item h3 {
	display: block;   
	color: Black;
	background-image: none;
	text-align: left;
	margin: 0px;
	padding: 0px; 
	font-size: 110%;
}

.columnBox .inside .item .next {
    margin: 0px 0px -2px 2px;
}

.columnBox .inside .columnItem {
    margin: 0px 6px 0px 6px;
    padding: 5px 0px 10px 0px;
    border-bottom: solid rgb(164,164,164) 1px;
    font-size: 85%;
	text-align: left;
}

.columnBox .inside .columnItem a {
    text-decoration: none;
    color: Black;
}

.columnBox .inside .columnItem p {
	text-align: left;
	margin: 0px;
}

.columnBox .inside .columnItem .perexImage {
    display: block;
    margin: auto;
    text-align: center;
    margin: 5px 0px 5px 0px;
}

.columnBox .inside .columnItem .more {
    padding: 0px 0px 0px 5px;
}

.columnBox .inside .item .price, .columnBox .inside .columnItem .price {
	display: block;   
	color: Black;
	font-size: 100%;
	text-align: right;
	margin: 5px 0px 0px 0px;
	padding: 0px; 
	font-weight: bold;
}

.columnBox .bottom {
	background-image: url('/images/leftColumn-bottom.gif');
    background-repeat: no-repeat;
    background-position: top left;
    margin: 0px;
}

.columnBox .priceBlock {
    color: black;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
}

.columnBox .priceBlock .priceLabel {
    font-weight: normal;
    padding-right: 0.5em;
    display: inline;
    font-size: 100%;
}

.columnBox .priceBlock .priceUsual, .columnBox .priceBlock .priceShop, .columnBox .priceBlock .priceDiscount {
    display: block;
}

.columnBox .priceBlock .priceUsual {
	color:red;
	font-size: 80%;
    /*display: none;*/
}

.columnBox .priceBlock .priceDiscount {
    color: #FF0000;
}

#rightColumn .news a {color: rgb(20,59,138); text-decoration: underline;}

/********************* search ********************/

.searchBox {
	position: relative;
	width: 164px;
	height: 28px;
	z-index: 10;
}

.searchResult {
	margin-bottom: 20px;
	border-bottom: solid 1px silver;
	padding-bottom: 10px;
}

.txtSearchText {
    display: block;
    position: relative;
	margin: 0px 0px 0px 32px;
	border: 0px;
	z-index: 11;
	top: 4px;
}

.btnSearch {
  float: right;
  top: 0px;
  left: 0px;
  width: 17px;
  height: 17px;
  margin: 6px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 0;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

/********************* article detail ********************/
.homePage {
    background: transparent url('/images/bg-homepage.jpg') no-repeat left top;
    padding-top: 363px;
    min-height: 130px;
    margin: 0px;
} 

#article {
	padding: 0px 0px 20px 0px;
	margin: 0px;
	border-left: solid rgb(164,164,164) 1px;
    border-right: solid rgb(164,164,164) 1px;
}

#articleDetail {
    text-align: left;
    padding: 10px 0px 0px 10px;
    width: 690px;
}

#articleDetail .back {
	font-weight: bold;
	text-decoration: none;
    margin: 20px 0px 0px 0px;
}

#articleDetail .back a {
	text-decoration: none;
}

#articleDetail .pictureList .itemPicture {
	padding: 20px;
	width: 230px;
	text-align: center;
	vertical-align: top;
}

#articleDetail .sectionPath {
	padding: 10px 10px 10px 0px;
	font-size: 120%;
}

#articleDetail .sectionPathhome {
	 visibility: false;
}

#articleDetail .sectionPath a {
	text-decoration: none;
	font-weight: bold;
}

#articleDetail .articleImage {
    margin: 0px 15px 15px 15px;
    float: right;
    padding-left: 6px;
}

#articleDetail .articleTitle {
    font-size: 130%;
    text-align: left;
}

#articleDetail .publishDate {
    text-align: right;
    font-size: 80%;
    color: Gray;
}

#articleDetail .subtitle {
    display: block;
}

#articleDetail .articleText {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    text-align: justify;
    color: Black;
}


#articleDetail .stock {
    display: none;
    margin: 10px 0px 0px 0px;
    text-align: right;
}

#articleDetail .priceBlock {
    color: black;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    float: right;
}

#articleDetail .priceBlock .priceLabel {
    font-weight: normal;
    padding-right: 0.5em;
    display: inline;
    font-size: 100%;
}

#articleDetail .priceBlock .priceUsual, #articleDetail .priceBlock .priceShop, #articleDetail .priceBlock .priceDiscount {
    display: block;
}

#articleDetail .priceBlock .priceUsual {
		color:red;
	font-size: 80%;
    /*display: none;*/
}

#articleDetail .priceBlock .priceDiscount {
    color: #FF0000;
}

#articleDetail .addToBasket {
    width: 80px;
}

#articleDetail .addToBasket .basket {
    display: block;
    background-image: url('/images/basket.gif');
    background-position: left center;
    background-repeat: no-repeat;
    text-decoration: none;
    height: 20px;
    width: 35px;
    margin-left: 5px;
    float: right;
}

#articleDetail .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;
}

.navigationArticleSkip {
    float: right;
    margin-right: 10px;
    font-size: 80%;
    padding-top: 3px;
}

.navigationArticleSkip .previous {
	text-decoration: none;
	margin-right: 15px;
}

.navigationArticleSkip .next {
	text-decoration: none;
}

/********************* section **********************/

.sectionPerex {
    border-left: solid 1px silver;
    border-right: solid 1px silver;
    padding: 10px 10px 10px 10px;
}

.sectionPerex .sectionPerexImage {
    float: right;
    padding-left: 10px;
}

.articleList {
    width: 99%;
    border-collapse: collapse;
}

.articleList .sectionItem {
    border-bottom: solid 1px silver;
    padding-bottom: 5px;
    margin-bottom: 5px;
    clear: left;
}

.articleList .sectionItem .perexImage {
    display: block;
    float: left;
    width: 150px;
    height: 150px;
    text-align: center;
    padding: 5px;
    margin-right: 10px;
    border: solid 1px rgb(215,226,236);
}

.articleList .sectionItem .articlePerex {
    margin-left: 170px;
}

.articleList .sectionItem .articleTitle {
    margin: 0px;
    padding: 0px;
}

.articleList .sectionItem .addToBasket {
    float: right;
    background-image: url('/images/basket.gif');
    background-position: left center;
    background-repeat: no-repeat;
    text-decoration: none;
    padding-left: 20px;
}

.articleList .sectionItem .stock {
    display: block;
}

.articleList .sectionItem .price {
    display: block;
    color: Black;
    font-size: 120%;
    font-weight: bold;
}


/********************* section tiles *******************/
.AZindex {
    background-color: rgb(210,209,209);
    color: Black;
    padding: 2px;
}

.AZindex a {
    color: Gray;
    font-weight: bold;
}

.AZindex .AZletter {
    margin: 2px;
}

.AZindex a:hover {
    color: rgb(199,16,6);
}

.articleListTiles {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}

.articleListTiles td {
     vertical-align: top;
     text-align: center;
     padding: 4px 4px 4px 4px;
     margin: 0px;
     width: 25%;
     border: solid 1px  rgb(164,164,164);
}

.articleListTiles td table td {
    border: none;
    _word-wrap: break-word;
    overflow: hidden;
    width: 35px;
    height: 33px
}

.articleListTiles .sectionItem {
    margin: 0px;
    padding: 0px;
    text-align: right;
}

.articleListTiles .sectionItem .perexImage {
    display: block;
    text-align: left;
    margin: 0px 10px 0px 0px;
}

.articleListTiles .sectionItem .attributesCont {
    float: right;
    margin: 0px;
    padding: 0px;
    width: 70px;
    height: 130px;

}

.articleListTiles .sectionItem .attributes {
    margin: 0px;
    padding: 0px;

}


.articleListTiles .sectionItem .articlePerex {
    color: black;
    padding: 0px;
    text-align: right;
    text-decoration: none;
}


.articleListTiles .sectionItem .articleTitle {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-size: 95%;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
    font-weight: bold;
    font-size: 100%;
    display: block;
    height: 24px;
}

.articleListTiles .sectionItem .articleTitle a {
    text-decoration: none;
    color: Black;
}

.articleListTiles .sectionItem .articleTitle a:hover {
    color: rgb(199,16,6);
}

.articleListTiles .sectionItem .addToBasket {
    display: block;
    width: 21px;
    height: 16px;
    margin: 2px 0px 0px 0px;
    background-image: url('/images/basket.gif');
    background-position: left center;
    background-repeat: no-repeat;
    text-decoration: none;
    float: left;
}

.articleListTiles .sectionItem .priceBlock {
    color: Black;
    font-size: 80%;
    font-weight: bold;
    text-align: left;
}

.articleListTiles .sectionItem .priceBlock .t, .articleListTiles .sectionItem .priceBlock .priceShop, .articleListTiles .sectionItem  .priceBlock .priceDiscount {
    display: block;
}

.articleListTiles .sectionItem .priceBlock .priceUsual {
	color:red;
	font-size: 80%;
    /*display: none;*/
}

.articleListTiles .sectionItem  .priceBlock .priceShop {
    font-size: 120%;
}

.articleListTiles .sectionItem .priceBlock .priceLabel {
    font-weight: normal;
    padding-right: 0.5em;
    display: inline;
    font-size: 100%;
}

.articleListTiles .sectionItem .priceBlock .priceDiscount {
    color: #FF0000;
}

.articleListTiles .sectionItem .priceBlock .value {

}

.articleListTiles .sectionItem .basketBlock {
    color: Black;
    font-weight: bold;
    float: right;
    text-align: right;
}

.articleListTiles .sectionItem .amount {
    float: left;
    color: Black;
    font-size: 100%;
    width: 10px;
    height: 10px;
	border: solid 1px gray;
    font-weight: bold;
    text-align: center;
    padding: 4px;
    margin-right: 5px;
}

/************************** basket *************************/

#basketLink {
    position: absolute;
    top: 6px;
    left: 837px;
}

#basketLink a {
    color: Black;
}

#basketLink a:hover {
    color: rgb(199,16,6);
}

#orderForm {
    margin-left: 180px;
    width: 710px;
}

#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: rgb(54,107,158);
    color: White;
}

#orderForm .basketList .header th {
    padding: 2px 4px 2px 4px;
    text-align: center;
}

#orderForm .basketTotalSum {
    width: 99%;
    border-collapse: collapse;
    background-color: silver;
}

#orderForm .basketTotalSum td {
    text-align: right;
    font-weight: bold;
    padding: 2px 4px 2px 4px;
}

#orderForm .basketButtons {
    padding: 20px;
    text-align: center;
}

#orderForm .basketButtons .button {
    width: 180px;
    cursor: pointer;
}

#orderForm .basketButtons .pay {
    background-color: #20602F;
    color: White;
    font-weight: bold;
}

#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: rgb(198, 217, 236);
    color: black;
}

#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%;
}

#basketNavigation {
    margin: 20px 0px 20px 0px;
}

#basketNavigation .step1, #basketNavigation .step2 {
    padding-right: 10px;
}

.basketShowBack {
    text-align: center;
    border-bottom: solid 1px silver;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.basketShowBack a {
    display: block;
    width: 200px;
    background-color: #336699;
    color: #FFFFFF;
    font-weight: bold;
    margin: auto;
    padding: 5px;
}

/*********************** order form ************************/

#orderForm .termsOfTrade {
    margin: 20px 0px 20px 0px;
}

#orderForm .buttons {
    margin: 20px 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;
}

#orderForm .buttons .continue {
    background-color: #20602F;
    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%;
}

#orderForm .loginDialog {
    margin-left: 250px;
}

#orderForm .loginDialog .inputItem {
    width: 135px;
}

#orderForm .loginDialog .button {
    font-size: 90%;
    margin-right: 10px;
}

#orderForm fieldset {
    width: 500px;
    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;
}

/*********************** productList ***********************/

.articleItem {
	text-align: center;
	margin: 0px 18px 20px 0px;
}

.articleItemEdge {
	margin: 0px 0px 20px 0px;
}

.articleItem .item {
	border: 1px solid rgb(54,107,158);
	width: 150px;
	height: 140px;
	text-align: center;
	padding: 5px 0px 5px 0px;
}

.articleItem .price {
	font-weight: bold;
	font-size: 85%;
}

.articleItem .perex {
	background-color: rgb(54,107,158);
	color: white;
	text-align: center;
	font-size: 78%;
}

.articleItem .perex a {
	color: white;
	text-decoration: none;
}

/********************* login box *************************/

#loginBox {
}

#loginBox .userName {
    display: block;
    font-weight: bold;
}

#loginBox .changeSettings {
    font-size: 80%;
}

#loginBox .logout {
    font-size: 80%;
    font-weight: bold;
}

#loginBox .loginDialog .inputItem {
    width: 135px;
}

#loginBox .loginDialog .button {
    font-size: 90%;
    margin-right: 10px;
}

/********************* footer ****************************/

#footer {
    clear:both;
	text-align: center;
	margin: auto;
	width: 900px;
	color: rgb(79,79,79);
	padding: 5px 0px 5px 0px;
	font-size: 100%;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
}

#footer a {
	text-decoration: none;
	color: rgb(79,79,79);
}

#footer a:hover {
	text-decoration: underline;
}

#copyright {
	text-align: center;
	margin: auto;
	width: 900px;
	color: rgb(79,79,79);
	padding: 5px 0px 5px 0px;
	font-size: 80%;
}

#copyright a {
	text-decoration: none;
	color: rgb(79,79,79);
}

#copyright a:hover {
	text-decoration: underline;
}



/********************* articleBox ****************************/

#mainContent .articleBox h3 {
    height: 25px;
    padding: 6px 0px 0px 8px;
    margin: 0px;
    background: transparent url('/images/articleHeader.jpg') no-repeat left top;
    color: White;
    text-align: left;
    font-weight: normal;
    font-size: 110%;
}

/****** navigace - strankovani *****/

.navigation {
    text-align: center;
    font-size: 100%;
    padding-top: 3px;
}

.pageCounterNavigation {
}

.navigationPageNumber {
}

.navigationSelectedPage {
    padding: 1px;
    font-weight: bold;
}

.navigationDisabled {
    text-decoration: none;
    color: #000000;
	padding-left: 5px;
}

.navigationEnabled {
	padding-left: 5px;
}
