/* Reset */

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul,  
ol, li, dl, dt, dd, form, a, fieldset, input, th, td {  
    margin: 0; padding: 0; border: 0; outline: none;
}

/* Basic */

body { 
    background: #7d7d7d url("../img/bg.png") top left repeat-x;
    color: #666;
    font: 11px 'Arial', Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
}

img {
    border: none;
}

hr {
    border: none;
    border-bottom: 1px dashed #e0e0e0;
    clear:both;
    height: 1px;
    margin: 10px 0;
    padding: 5px 0;
}

.cBoth {
    clear: both;
}
.hidden {
    display: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

/* Links */

a {
    color: #06f;
    text-decoration: none;
}

a:hover {
    color: #80a9e7;
    text-decoration: underline;
}

/* Structure */

#wrapper {
    margin: 0 auto 0 auto;
    padding: 0;
    text-align: left;
    width: 960px;
}

#header {
    background: transparent url("../img/header-bg.png") top left repeat-x;
    float:left;
    margin: 0;
    padding: 0;
    position:relative;
    width: 960px;
}

#content {
    background-color: #fff;
    float: left;
    margin: 0;
    padding:0;
    width: 960px;
}

#leftBar {
    margin: 0 0 0 20px;
    padding: 0;
    width: 220px;
    float: left;
}

#rightBar {
    margin: 0;
    padding: 0 0 20px 20px;
    width: 680px;
    float: left;
}

#footer {
    background: transparent url("../img/footer-bg.png") top left repeat-x;
    height: 144px;
    display: block;
    margin: 0 0 30px 0;
    padding: 0 30px;
}


/** Typography **/

/* header - Phark Method */
#header h1 {
    background: transparent url("../img/logo.png") center center no-repeat;
    float:left;
    height:32px;
    margin: 0 0 0 20px;
    padding: 9px 0 9px 0;
    width:199px;
}

#header h1 a {
    text-indent:-9999em;
    display:block;
    height:32px;
    width:199px;
}

div.headImg {
    height:180px;
    position: relative;
    width:960px;
}

#pager {
    position:absolute;
    bottom:15px;
    right: 15px;
    z-index: 99;
}

#language {
    float: right;
    height: 15px;
    margin: 12px 15px 0 0;
    width: 100px;
}

#language li {
    float: left;
    list-style: none;
}

#language li a {
    float: left;
    padding: 5px 5px;
    text-transform:uppercase;
}

/*
#sk #language li a,
#cz #language li a,
#en #language li a,
#de #language li a,
#language li.active a {
    color: #ccc;
}
*/

#pager a {
    background: transparent url("../img/pager-bg.png") top left no-repeat;
    color: #fff;
    float: left;
    height: 18px;
    line-height: 18px;
    margin: 0 0 0 10px;
    padding: 0;
    text-align: center;
    width: 18px;
}

#pager a.activeSlide {
    background-position: bottom left;
    text-decoration:none;
}

/* mainNav */
ul#nav {
    background: transparent url("../img/sec-nav-bg.png") left top repeat-x;
    float:left;
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0 20px;
    position: relative;
    width:920px;
}

ul#nav li {
    margin: 8px 15px 0 0;
    float:left;
    position: relative;
}

ul#nav li a {
    color: #434343;
    display: block;
    float:left;
    font-size: 12px;
    font-weight: normal;
    height: 29px;
    line-height: 29px;
    margin: 0 5px 0 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 84px;
}

ul#nav li a:hover, 
ul#nav li.active a {
    color: #fff;
    background: transparent url("../img/nav-li-bg.png") center left no-repeat;
}

ul#nav li.last a:hover {
    color: #fff;
    background: none;
    /* background: transparent url("../img/nav-li-last-bg.png") center left no-repeat; */
    background-color: #ed1d24;
    -moz-border-radius: 8px; -webkit-border-radius: 8px;
}

ul#nav li.last a {
    color: #fff;
    height: 25px;
    line-height: 25px;
    margin-left: 30px;
    width: 200px;
    
    background-color: #888;
    -moz-border-radius: 8px; -webkit-border-radius: 8px;
}

/* suckerfish */
#nav ul {
  background: #fff;
  border: 1px solid #ccc;
  list-style: none;
  margin: 0;
  position: absolute;
  top: -999em;
  left: -1px;
  z-index: 100;
}

/* Corner radius */
#nav ul { -moz-border-radius: 5px; -webkit-border-radius: 5px; }

#nav li:hover ul,
#nav li.sfHover ul {
  top: 25px;
}
#nav ul li {
  border: 0;
  margin:0;
  padding:0;
}
#nav ul li a,
#nav ul li.last a,
#nav li.active ul li a {
    background: none;
    background-image: none;
    border-bottom: 1px solid #eee;
    color: #434343;
    float: left;
    height: 15px;
    line-height: 15px;
    margin: 0;
    padding: 5px 5px;
    text-align:left;
    width: 150px;
}
#nav ul li a:hover,
#nav li.active ul li a:hover,
#nav li.active ul li.active a {
  background-color: #ed1d24;
  background-image: none;
  color: #fff;
}


/* secNav */
#secNav,
#secNav ul {
    background: transparent url("../img/sec-nav-ul-bg.png") top left repeat-y;
    float:left;
    list-style: none;
    margin: 15px 0;
    padding: 0;
    width:220px;
}

#secNav li {
    float:left;
}

#secNav li {
    background: transparent url("../img/secnav-li-bg-box.png") top left repeat-x;
}

#secNav li.usb {
    background: transparent url("../img/secnav-li-bg.png") top left no-repeat;
}

/* #secNav li a, */
#secNav li span {
    color: #fff;
    display: block;
    float:left;
    font-size: 15px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0 0 0 32px;
    text-decoration: none;
    width: 188px;
}

#secNav li a:hover, 
#secNav li.active a {
    color: #fff;
    text-decoration:none;
}

#secNav ul {
    margin:0;
}

#secNav li li,
#secNav li li.usb,
#secNav li li.other {
    background: transparent url("../img/secnav-sub-li-bg.png") bottom left repeat-x;
}

#secNav li li a,
#secNav li.active li a {
    background:none;
    color: #666;
    float:left;
    font-size: 12px;
    height: 27px;
    line-height: 27px;
    margin: 0;
    padding: 0 0 0 32px;
    width: 188px;
}

#secNav li li a:hover, 
#secNav li li.active a,
#secNav li.active li a:hover, 
#secNav li.active li.active a:hover, 
#secNav li.active li.active a {
    background: transparent url("../img/secnav-sub-li-current.png") center left no-repeat;
    color:#666;
    text-decoration:underline;
}

/* footerNav */
ul#footerNav {
    float:left;
    height: 12px;
    list-style: none;
    margin: 20px 0;
    padding: 0;
}

ul#footerNav li {
    border-right: 1px solid #fff;
    float: left;
}

ul#footerNav li.last {
    border: none;
}

ul#footerNav li a {
    color: #fff;
    display: block;
    float:left;
    font-size: 11px;
    font-weight: normal;
    height: 12px;
    line-height: 12px;
    margin: 0;
    padding: 0 10px;
    text-decoration: none;
}

ul#footerNav li.first a {
    padding: 0 10px 0 0;
}

ul#footerNav li a:hover, 
ul#footerNav li.active a {
    color: #80a9e7;
}

ul#footerNav li.last a {
    background: transparent url("../img/sitemap.png") center left no-repeat;
    border: none;
    margin-left:7px;
    padding: 0 10px 0 20px;
}

/* Images */
img.right {
    float: right;
    margin: 3px 0 3px 10px;
    padding: 5px 0 0 0;
}

img.left {
    float: left;
    margin: 3px 10px 3px 0;
    padding: 5px 0 0 0;
}

img.imgRight {
    background-color: #fff;
    border: 1px solid #ddd;
    float: right;
    margin: 7px 0 5px 10px;
    padding: 1px;
}

img.imgLeft {
    background-color: #fff;
    border: 1px solid #ddd;
    float: left;
    margin: 7px 10px 5px 0;
    padding: 1px;
}

.headimg img,
img.imgRam,
img.link {
    margin: 0;
    padding: 0;
    border:none;
}

/* Typography */

#rightBar h2 {
    background: transparent url("../img/h2-bg.png") center left no-repeat;
    color: #ed1d24;
    font-size: 26px;
    font-weight: normal;
    margin: 15px 15px 10px 0;
    padding: 0 0 0 40px;
}

#rightBar h3 {
    color: #000;
    font-size: 20px;
    font-weight: normal;
    margin: 20px 0 0 0;
    padding: 0;
}

#rightBar h3.leftSide {
    float:left;
    margin: 15px 0 0 0;
    width: 335px;
}

#rightBar h4 {
    margin: 10px 0 0 0;
    padding: 0;
    font-weight: bold;
    font-size: 130%;
    color: #888;
}

#rightBar p {
    margin: 5px 0 15px 0;
    padding: 0;
    line-height: 1.7em;
}

/* leftBar */
#leftBar h2 {
    color: #ddd;
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 170%;
    font-weight: normal;
}

#leftBar h3 {
    background: transparent url("../img/leftBar-h3-bg.png") top left no-repeat;
    color: #fff;
    display:block;
    float:left;
    font-size: 18px;
    font-weight: normal;
    height:40px;
    line-height: 40px;
    margin: 15px 0 0 0;
    padding: 0 0 0 50px;
    width:170px;
}

#leftBar h3 a {
    color: #fff;
    text-decoration: none;
}

#leftBar p {
    margin: 0 0 15px 0;
    padding: 0;
    line-height: 1.7em;
}

#footer p {
    float: left;
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 90%;
}

/* list menu */
ul.listMenu {
    margin: 10px 0 20px 5px;
    padding: 0;
    list-style: none;
}

ul.listMenu li {
    background: transparent url("../img/square.png") 0px 7px no-repeat;
    margin: 0;
    padding: 3px 0 3px 20px;
    line-height: 1.7em;
}

/* productline list menu */
ul#products {
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none;
}

ul#products li {
    background: transparent url("../img/product-li-border.png") top left no-repeat;
    float: left;
    height: 118px;
    margin: 0 10px 10px 0;
    padding: 5px;
    position: relative;
    width: 118px;
}

ul#products li.nooffset {
    margin-right: 0;
}

ul#products li img {
    margin: 0;
    padding: 0;
}

ul#products .show {
    background: transparent url("../img/show-detail.png") center center no-repeat;
    top:5px;
    display:none;
    height: 22px;
    margin: 0;
    padding: 0;
    position: absolute;
    right:5px;
    text-indent: -9999em;
    width: 22px;
}

ul#products .show a {
    text-indent:-9999em;
    display:block;
    height:22px;
    width:22px;
}

#products h3 {	
    font-size: 11px;
    font-weight: normal;
    margin: 5px 0 0 0;
    padding:0;
    text-align: center;
}

#products h3 a {	
    color:#666;
    text-decoration: none;
}

#products h3 a:hover {
    background: none;
    text-decoration: underline;
}

ul#products .new {
    background: transparent url("../img/new.png") center center no-repeat;
    display:block;
    height: 50px;
    left:0;
    margin: 0;
    padding: 0;
    position: absolute;
    text-indent:-9999em;
    top:0;
    width: 50px;
}

ul#products .instock {
    display:block;
    height: 50px;
    left:0;
    margin: 0;
    padding: 0;
    position: absolute;
    text-indent:-9999em;
    top:0;
    width: 50px;
}

#sk ul#products .instock {
    background: transparent url("../img/instock-title.png") 0 0 no-repeat;
}

#cz ul#products .instock {
    background: transparent url("../img/instock-title.png") 0 -50px no-repeat;
}

#en ul#products .instock {
    background: transparent url("../img/instock-title.png") 0 -100px no-repeat;
}

#de ul#products .instock {
    background: transparent url("../img/instock-title.png") 0 -150px no-repeat;
}

#productsSlideshow {
    background: transparent url("../img/productSlideshow-bg.png") top left no-repeat;
    float:left;
    height: 325px;
    width: 325px;
}

#productsSlideshow img {
    margin: 8px 0 0 8px;
}

/* gallery images */
#gallery {
    float: left;
    list-style:none;
    width: 680px;
}

#gallery li {
    float:left;
    margin: 0 10px 10px 0;
}

#gallery li a {
    background: transparent url("../img/images-li-thumb-bg.png") top left no-repeat;
    float:left;
    height:105px;
    width:105px;
}

#gallery li a:hover {
    background: transparent url("../img/images-li-thumb-bg.png") bottom left no-repeat;
}

#gallery li a img {
    padding: 8px;
}

#gallery li.nooffset {
    padding:0;
    margin: 0 0 10px 0;
}

#thumbs {
    list-style:none;
}

#thumbs li {
    float:left;
    margin: 12px 12px 0 0;
}

#thumbs li a {
    background: transparent url("../img/detail-li-thumb-bg.png") top left no-repeat;
    float:left;
    height:100px;
    width:100px;
}

#thumbs li a.activeSlide,
#thumbs li a:hover {
    background: transparent url("../img/detail-li-thumb-bg.png") bottom left no-repeat;
}

#thumbs li a img {
    padding: 8px;
}

#thumbs li.nooffset {
    padding:0;
    margin: 12px 0 0 0;
}
/* DL kontakt */
dl.kontakt {
    margin:5px;
    padding:0 15px;
    list-style: none;
    width: 30em;
}

dl.kontakt dt {
    float: left;
    display: block;
    width: 10em;
    font-weight: bold;
    margin:0;
    padding: 3px 0;
}
dl.kontakt dd {
    float: left;
    display: block;
    width: 20em;
    margin: 0;
    padding: 3px 0;
}

/* Tables */

table.default {
    border-collapse: collapse;
    margin: 0 0 15px 0;
    color: #666;
    font-size: 100%;
}

table.default th {
    background-color: #eee;
    border: 1px solid #fff;
    font-weight: normal;
    text-align:left;
    padding: 10px;
    width: 9em;
}

table.default td {
    background-color:#f6f6f6;
    padding: 10px;
    border: 1px solid #fff;
}

table.default tr:hover {
    background-color: #aaa;
}

img.capacityimg {
    float:left;
    height:18px;
    margin: 0 5px 5px 0;
    width:42px;
}

/* colors */
ul.colors {
    float:left;
}

ul.colors li {
    border: 1px solid #fff;
    float:left;
    height:15px;
    line-height:15px;
    list-style:none;
    margin: 0 5px 2px 0;
    width: 15px;
}

ul.colors li.allcolors {
    background: transparent url("../img/allcolors.png") top left no-repeat;
}

/* Boxes */
div.leftBox {
    width: 335px;
    float: left;
    margin-right:20px;
}

div.rightBox {
    width: 325px;
    float: right;
}

.tabs {
    float: left;
    margin: -25px 0 0 0;
    width: 680px;
}

/* Forms */
.input:hover, .input:focus, select:hover, select:focus {
    border: none;
}

#ajaxSearch_form {
    clear: right;
    display:block;
    float:right;
    height: 20px;
    margin:14px 20px 0 0;
    padding:0;
    width: 220px;
}
#ajaxSearch_form fieldset {
    margin:0;
    padding:0;
}
#ajaxSearch_form #ajaxSearch_input {
    background: transparent url("../img/search-input-bg.png") top left no-repeat;
    border: none;
    color: #666;
    display:block;
    float: left;
    height: 20px;
    margin:0 10px 0 0;
    padding: 2px 5px 0 5px;
    width: 130px;
}
#ajaxSearch_form #ajaxSearch_input:hover,
#ajaxSearch_form #ajaxSearch_input:focus {
}
#ajaxSearch_form #ajaxSearch_submit {
    background: transparent url("../img/search-btn-bg.png") top left no-repeat;
    color: #fff;
    cursor:pointer;
    display:block;
    float:left;
    height: 20px;
    line-height:20px;
    margin:0 0 20px 0;
    padding: 0;
    width: 60px;
}

#ajaxSearch_form #ajaxSearch_submit:hover,
#ajaxSearch_form #ajaxSearch_submit:focus {
    background-position: bottom left;
    color: #fff;
}

.ajaxSearch_result {
    background: transparent url("../img/dashed-bg.png") top left repeat-x;
    padding: 10px 0 0 0;
}

.ajaxSearch_highlight {
    background-color: #f3f9fe;
    border: 1px solid #a4c8ff;
    margin: 0;
    padding: 3px 5px;
}

.AS_ajax_resultsIntroFailure {
    background: transparent url("../img/important.png") center left no-repeat;
    border: 1px dashed #fb8b98;
    color: #666;
    margin-bottom: 10px;
    padding: 30px 15px 30px 100px;
}

/* loginForm */
#loginForm {
    background-color: #f4f4f4;
    border: 1px solid #eee;
    float:left;
    margin:0 0 30px 0;
    padding:25px;
    width:570px;
}

#loginForm fieldset{
    background: transparent url("../img/lock.png") top right no-repeat;
}

#loginForm dt,
#loginForm dd {
    margin:0;
    padding:0 0 5px 0;
}

#loginForm input {
    background:transparent url("../img/login-input-bg.png") top left no-repeat;
    border: none;
    height:25px;
    line-height:25px;
    margin:0;
    padding: 5px 5px 0 5px;
    width:160px;
}

#loginForm .button {
    border:none;
    background: transparent url("../img/login-btn-bg.png") top left no-repeat;
    color: #fff;
    cursor:pointer;
    display:block;
    float:left;
    height: 25px;
    line-height:25px;
    margin:0 10px 20px 0;
    padding: 0;
    text-align: center;
    width: 80px;
}

#loginForm .button:hover,
#loginForm .button:focus {
    background-position: bottom left;
    color: #fff;
}


#wlpeReminderButton,
#wlpeRegisterButton {
    background:none;
    border:none;
    color: #ed1d24;
    cursor:pointer;
    display:block;
    float: left;
    font-size: 96%;
    margin:0;
    padding: 0 5px 0 0;
    text-align: left;
}

#wlpeReminderButton:hover,
#wlpeReminderButton:focus,
#wlpeRegisterButton:hover,
#wlpeRegisterButton:focus {
    text-decoration:underline;
}

/* mailForm */
#mailForm {
    background-color: #f4f4f4;
    border: 1px solid #eee;
    float:left;
    margin:0;
    padding: 30px;
}

#mailForm dt,
#mailForm dd {
    margin:0;
    padding:0 0 5px 0;
}

#mailForm dt {
    float:left;
    font-size:12px;
    height: 30px;
    line-height:30px;
    text-align:right;
    width:130px;
}

#mailForm dd {
    float:right;
    height: 30px;
    line-height:30px;
    width:320px;
}

#mailForm dl {
    float:left;
    width:480px;
}

#mailForm dt.msg,
#mailForm dd.msg {
    height: 155px;
}

#mailForm dt.chapchta,
#mailForm dd.chapchta {
    line-height: 1.5em;
    height: 130px;
}

#mailForm dd.chapchta img {
    background-color: #fff;
    border: 1px solid #ddd;
    float: left;
    margin: 7px 10px 5px 0;
    padding: 1px;
}

#mailForm dt.chbox,
#mailForm dd.chbox {
    height: 62px;
}

#mailForm dd.chbox span {
    background-color:#dfdfdf;
    border: 1px solid #d2d2d2;
    float:left;
    height: 25px;
    line-height:25px;
    margin: 0 5px 5px 0;
    padding: 0 5px;
    width: 60px;
}

#mailForm dd.chbox span input {
    float: right;
}

#mailForm input {
    background:transparent url("../img/mailForm-input-bg.png") top left no-repeat;
    border: none;
    color: #666;
    font-size: 96%;
    height:25px;
    line-height:25px;
    margin:0;
    padding: 0 5px 5px 7px;
    width:298px;
}

#mailForm .chbox input {
    background:none;
    border: none;
    margin:0;
    padding: 0;
    width:15px;
    height: 25px;
}

#mailForm textarea {
    background:transparent url("../img/mailForm-textarea-bg.png") top left no-repeat;
    color: #666;
    border: none;
    height:134px;
    margin:0;
    padding: 8px 5px;
    width:303px;
}

#mailForm .button {
    background: transparent url("../img/login-btn-bg.png") top left no-repeat;
    color: #fff;
    cursor:pointer;
    display:block;
    float:left;
    height: 25px;
    line-height:25px;
    margin:0 0 20px 0;
    padding: 0;
    text-align: center;
    width: 80px;
}

#mailForm .button:hover,
#mailForm .button:focus {
    background-position: bottom left;
    color: #fff;
}

#mailForm em {
    color: #ed1d24;
    font-size: 12px;
}

/* Forms */
#registerForm,
#ResetForm,
#ActivateForm,
#ManageUsersForm,
#UserProfileForm {
    background-color: #f4f4f4;
    border: 1px solid #eee;
    float:left;
    margin:0;
    padding: 30px;
}

#registerForm dt,
#registerForm dd,
#ResetForm dt,
#ResetForm dd,
#ActivateForm dt,
#ActivateForm dd,
#UserProfileForm dt,
#UserProfileForm dd {
    margin:0;
    padding:0 0 5px 0;
}

#registerForm dt,
#ResetForm dt,
#ActivateForm dt,
#UserProfileForm dt {
    float:left;
    font-size:12px;
    height: 30px;
    line-height:30px;
    text-align:right;
    width:130px;
}

#registerForm dd,
#ResetForm dd,
#ActivateForm dd,
#UserProfileForm dd {
    float:right;
    height: 30px;
    line-height:30px;
    width:320px;
}

#registerForm dl,
#ResetForm dl,
#ActivateForm dl,
#UserProfileForm dl {
    float:left;
    width:480px;
}

#registerForm dt.msg,
#registerForm dd.msg {
    height: 155px;
}


#registerForm input,
#registerForm .input,
#ResetForm input,
#ResetForm .input,
#ActivateForm input,
#ActivateForm .input,
#UserProfileForm input,
#UserProfileForm .input {
    background:transparent url("../img/mailForm-input-bg.png") top left no-repeat;
    border: none;
    color: #666;
    font-size: 96%;
    height:25px;
    line-height:25px;
    margin:0;
    padding: 5px 5px 5px 7px;
    width:298px;
}

#registerForm .chbox input {
    background:none;
    border: none;
    margin:0;
    padding: 0;
    width:15px;
    height: 25px;
}

#wlpeEditButton,
#wlpeSaveButton,
#wlpeDeleteButton,
#wlpeCancelButton,
#wlpeLogoutButton,
#wlpeProfileButton,
#wlpeSaveRegisterButton,
#wlpeCancelRegisterButton,
#wlpeResetButton,
#wlpeResetCancelButton,
#wlpeActivateButton
 {
    background:none;
    border:none;
    display:block;
    color: #fff;
    cursor:pointer;
    float: left;
    font-size: 100%;
    background: transparent url("../img/login-btn-bg.png") top center no-repeat;
    height: 25px;
    /*line-height:25px;*/
    margin:0 20px 20px 0;
    padding: 0;
    text-align: center;
    width: 80px;

}

#wlpeEditButton:hover,
#wlpeEditButton:focus,
#wlpeSaveButton:hover,
#wlpeSaveButton:focus,
#wlpeDeleteButton:hover,
#wlpeDeleteButton:focus,
#wlpeCancelButton:hover,
#wlpeCancelButton:focus,
#wlpeLogoutButton:hover,
#wlpeLogoutButton:focus,
#wlpeProfileButton:hover,
#wlpeProfileButton:focus,
#wlpeSaveRegisterButton:hover,
#wlpeSaveRegisterButton:focus,
#wlpeCancelRegisterButton:hover,
#wlpeCancelRegisterButton:focus,
#wlpeResetButton:hover,
#wlpeResetButton:focus,
#wlpeResetCancelButton:hover,
#wlpeResetCancelButton:focus,
#wlpeActivateButton:hover,
#wlpeActivateButton:focus
 {
    background-position: bottom center;
    color: #fff;
}

#registerForm em,
#ResetForm em,
#ActivateForm em,
#ManageUsersForm em,
#UserProfileForm em {
    color: #ed1d24;
    font-size: 12px;
}

#ManageUsersForm {
    padding: 15px 30px;
    width: 500px;
}

#ManageUsersForm .wlpeUserPagePhoto {
    float:left;
    height: 110px;
    width: 115px;
}

#ManageUsersForm h3 {
    margin: 0;
    padding: 0;
}

/* breadcrumbs */
#breadcrumbs ul {
    background: transparent url("../img/breadcrumb-bg.png") center left no-repeat;
    height:27px;
    list-style:none;
    margin: 0;
    padding: 0;
    width: 680px;
}

#breadcrumbs ul li.first {
    background: transparent url("../img/home.png") center center no-repeat;
}

#breadcrumbs ul li.first a {
    text-indent:-9999em;
    display:block;
    height:27px;
    width:27px;
    padding: 0 15px 0 0;
}

#breadcrumbs ul li {
    float:left;
    height:27px;
    line-height:27px;
    padding: 0 0 0 10px;
}

#breadcrumbs ul li a {
    background: transparent url("../img/breadcrumb-arrow.png") center right no-repeat;
    float:left;
    padding: 0 15px 0 0;
    text-decoration:none;
}

iframe.googlemaps {
    width: 674px;
    height: 350px;
    margin: 0;
    padding: 2px;
    background-color: #FAFAFA;
    border:1px solid #efefef;
}

iframe.onlinekatalog {
    width: 674px;
    height: 550px;
    margin: 0;
    padding: 2px;
    background-color: #FAFAFA;
    border:1px solid #efefef;
}

.viewkatalog {
    background: #444 url("../img/zoom.png") 4px 3px no-repeat;
    border:1px solid #efefef;
    color:#fff;
    margin: 0;
    padding: 13px 13px 13px 40px;
}

/*= paginacia */

.pagination {
    margin: 0;
    padding:0;
}

.pagination a,
.pagination .ditto_currentpage,
.pagination .ditto_off,
.pagination .ditto_page {
    padding:5px;
    margin: 0 5px 10px 0;
    text-decoration:none;
    color: #fff;
}

.pagination .ditto_currentpage,
.pagination .ditto_page {
    padding: 5px 10px;
}

.pagination a:link, .pagination a:visited {
    background-color: #a80532;
    text-decoration:none;
}

.pagination a:hover {
    color:#fff;
    text-decoration:none;
    background-color:#2eaab5;
}

.pagination .ditto_currentpage {
    background-color:#2eaab5;
    cursor:default;
}

.pagination .ditto_off {
}

.pagination small {
    margin:10px 0;
    padding:10px 0;
}

div.rockStudio {
    background: transparent url("../img/rockstudio.png") top left no-repeat;
    display: block;
    clear:right;
    float: right;
    height: 30px;
    margin: -15px 0 0 0;
    padding: 0;
    width: 107px;
}
div.rockStudio a {
    display: block;
    width: 107px;
    height: 30px;
    margin: 0;
    padding: 0;
}
div.rockStudio a span {
    display: none;
}

#compass {
    float: right;
    margin: 20px 0;
}

#compass li {
    display: inline;
    list-style: none;
    float:right;

}

#compass a {
    display:block;
    color: #fff;
    float: left;
    height:12px;
    line-height:12px;
}

#compass li.scrollTop a {
    background: transparent url("../img/compass-arrows.png") bottom left no-repeat;
    padding: 0 0 0 15px;
}

#compass li.scrollTop {
    border-left:1px solid #333;
    padding-left: 13px;
}

#compass li.back a {
    background: transparent url("../img/compass-arrows.png") top left no-repeat;
    padding: 0 15px;
}

#compass a:hover {

}

.address {
    clear:left;
    color: #7b7a7a;
    float: left;
    margin: 0 0 15px 0;
    width: 200px;
}

.copyright {
    clear:both;
    color: #7b7a7a;
    float: left;
    width:200px;
}



ul#sitemap {
    margin: 0;
    padding: 0;
    /*background-color: #f8f8f8;*/
}

ul#sitemap li {
    margin: 1px 0 0 0;
    padding: 0;
    list-style: none;
}

ul#sitemap li li,
ul#sitemap li li li,
ul#sitemap li li li li,
ul#sitemap li li li li li {
    margin: 1px 0 0 15px;
    padding: 0;
    list-style: none;
}

ul#sitemap li a, 
ul#sitemap li li a,
ul#sitemap li li li a,
ul#sitemap li li li li a,
ul#sitemap li li li li li a {
    display: block;
    height: 25px;
    line-height: 25px;
    margin: 0 0 1px 0;
    padding: 0 0 0 25px;
    list-style: none;
    background: #f8f8f8 url("../img/folder.png") 1% 50% no-repeat;
}

ul#sitemap li a:hover,
ul#sitemap li li a:hover,
ul#sitemap li li li a:hover,
ul#sitemap li li li li a:hover,
ul#sitemap li li li li li a:hover,
ul#sitemap li a:focus,
ul#sitemap li li a:focus,
ul#sitemap li li li a:focus,
ul#sitemap li li li li a:focus,
ul#sitemap li li li li li a:focus {
    background-color: #eee;
    color: #06f;
    text-decoration: none;
    margin: 0;
    padding: 0 0 0 25px;

}

ul#sitemap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul#sitemap ul ul { 

    margin: 0;
    padding: 0;
    list-style: none;
}

#servicestabs {
    margin: 0;
}

#servicestabs ul {
    float: left;
    font-size:13px;
    margin: 0;
    width: 650px;
}

#servicestabs li a {
    background-image: none;
    background-color: #7f7f7f;
    -moz-border-radius-bottomleft:8px;
    -moz-border-radius-bottomright:8px;
    -moz-border-radius-topleft:8px;
    -moz-border-radius-topright:8px;
    color: #fff;
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:medium;
    text-decoration:none;
    margin: 0 10px 0 0;
    padding: 0 10px;
    width: auto;
}

#servicestabs li.ui-state-active a,
#servicestabs li a:hover {
    color: #fff;
    background-image: none;
    background-color: #000;
    width: auto;
}

#servicemenu {
    margin: 0;
}

#servicemenu ul {
    float: left;
    font-size:13px;
    margin: 0 0 20px 0;
    width: 670px;
    list-style: none;
}

#servicemenu li {
    float: left;
    list-style: none;
}

#servicemenu li a {
    background-color: #7f7f7f;
    float: left;
    font-weight:normal;
    height:25px;
    line-height:25px;
    -moz-border-radius-bottomleft:8px;
    -moz-border-radius-bottomright:8px;
    -moz-border-radius-topleft:8px;
    -moz-border-radius-topright:8px;
    color: #fff;
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:medium;
    text-decoration:none;
    margin: 0 10px 0 0;
    padding: 0 10px;
    width: auto;
    
    
}

#servicemenu li.active a,
#servicemenu li a:hover {
    color: #fff;
    background-image: none;
    background-color: #000;
    width: auto;
}

#usb-banner {
    height:220px;
    margin: 0 0 15px 0;
    overflow:hidden;
    position:relative;
    width:220px;
}

#slideshow-banner {
    height:124px;
    margin: 0 0 15px 0;
    overflow:hidden;
    position:relative;
    width:220px;
}

#slideshow-banner img {
    height:124px;
    left:0;
    position:absolute;
    top:0;
    width:220px;
}

a.onlinekatalogsk,
a.onlinekatalogcz {
    float: left;
    height: 63px;
    line-height: 63px;
    margin: 0 0 15px 0;
    width: 220px;
}

a.onlinekatalogsk {
    background: transparent url("../img/online-katalogsk.png") top left no-repeat;
}

a.onlinekatalogcz {
    background: transparent url("../img/online-katalogcz.png") top left no-repeat;
}

a.onlinekatalogsk:hover,
a.onlinekatalogcz:hover {
    background-position: bottom left;
}

.wlpeMessage {
    background-color: #fcc;
    border:3px solid #FB8B98;
    color:#f03;
    font-size:120%;
    margin: 10px 0;
    padding: 10px;
}


.pricelistBox {
    background: transparent url(../img/pricelist.png) no-repeat scroll right center;
    border:4px solid #4b6ac7;
    color:#4b6ac7;
    margin: 10px 0;
    padding: 10px 100px 10px 15px;
    background-color: #b9d1fa;
}

.pricelistBox a {
    font-size: 120%;
}

.pricelistBox a:hover {
    color:#4b6ac7;
}


#slideshow a {
    display: none;
}

#slideshow a:first-child {
    display: block;
}
