/***********************************************************
  msApoWebShop v3.0.1
  based on osCommerce-2.2ms2-051113

  Copyright (c) 2006 m/s design
  http://www.msdesign.ms
  Portions Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
************************************************************/
BODY {
    background-image: url('images/layout/topbg.gif');
    background-repeat: repeat-x;
    background-position: top left;
    background-color:#FFFFFF;
    color: #000000;
    margin: 0px;
    font-size:11px;
    font-family: Arial, Helvetica, sans-serif;
    color:#767676;
}
.bodyWrapper {
    width:100%;
}
/**
 * DIV 3 COLUMNLAYOUT
 */
.div3shop {
    width: 980px;
}
.div3shop #headerBlock {
    position:relative;
}
.headerError {
    margin-top:5px;
    background-color:red;
    color:white;
    font-size:11px;
    font-weight:bold;
}
.headerInfo {
    margin-top:5px;
    background-color:blue;
    color:white;
    font-size:11px;
    font-weight:bold;
}
.div3shop #leftBlock{
    width:180px;
    float: left;
    text-align:center;
    display:inline-block;
    padding:0px 0px 0px 10px;
    margin:0px;
}
.div3shop #mainBlock{
    display:inline-block;
    width:980px;
    background-image:url('images/layout/mainbg.gif');
    background-color:#b5b5b5;
    background-repeat:repeat-x;
    padding-bottom:35px;
}
.div3shop #middleBlock{
    float:left;
    text-align:left;
    display:inline-block;
    padding:5px 15px;
    background-color: #ffffff;
    width:570px;
    overflow:hidden;
}
.div3shop #rightBlock{
    float: right;
    width: 180px;
    display:inline-block;
    padding:0px 0px 0px 10px;
}
.div3shop #footerBlock{
    position:fixed;
    bottom:0px;
    left:0px;
    background-image:url('images/layout/bottombg.gif');
    background-repeat:repeat-x;
    background-position:top left;
    background-color:#a1a1a1;
    height:23px;
    padding-top:12px;
    width:100%;
}
/**
 * HEADER
 */
.topElements {
    height:55px;
    width:980px;
    display:inline-block;
}
.mainLogo {
    display:inline-block;
    float:left;
    padding-left:5px;
}
.searchBox {
    padding:14px 0px 0px 20px;
    width:370px;
    float:left;
}
.searchTitle {
    display:inline;
    font-size:12px;
    font-weight:bold;
    padding-right:10px;
}
.searchForm {
    margin-top:3px;
    margin-right:10px;
}
.linkBox {
    display:inline-block;
    padding:14px 20px 0px 0px;
    width: 280px;
    float:right;
    text-align:left;
}
.partnerBox {
    display:inline;
    float:left;
}
.langBox {
    display: inline-block;
    vertical-align:top;
    padding:3px 0px 0px 15px;
    width: 100px;
    float:right;
}
.langBox a, langBox a:visited {
    float:right;
}
.langBox img {
    border:2px solid #8f8f8f;
}
.flashContainer {
    display:inline-block;
    position:absolute;
    margin:0px;
    padding:0px;
    top:54px;
    left:0px;
    z-index:-1;
    width:980px;
}
.flashSpacer {
    width:980px;
    height:170px;
}
.topNavi {
    padding:0px;
    margin:0px;
    float:right;
    display:inline-block;
}
.topNavi a, .topNavi a:link ,.topNavi a:visited{
    display:inline;
    font-size: 12px;
    line-height:24px;
}
.topNavi a:hover {
    font-size: 12px;
    line-height:24px;
    color:#2070ad;
}
.topNavi a .activeMain, .topNavi a:link .activeMain {
    font-size: 12px;
    padding:0px;
    margin:0px;
    font-weight:bold;
}
.topNavi .naviMiddle{
    background-image:url('images/layout/topnavbg.png');
    background-repeat:repeat-x;
    background-position:top left;
    padding:0px;
    text-transform:uppercase;
    float:left;
}
.topNavi .leftEnd {
    background-image:url('images/layout/topnavleft.png');
    background-repeat:no-repeat;
    background-position:bottom right;
    width:5px;
    height:24px;
    float:left;
}
.topNavi .rightEnd {
    background-image:url('images/layout/topnavright.png');
    background-repeat:no-repeat;
    background-position:bottom left;
    height:24px;
    width:5px;
    float:left;
    margin:0px 3px 0px 0px;
}
.naviWrapper {
    height:24px;
    width:980px;
    text-align:right;
}
.topSpacer {
    background-color:#b1b1b0;
    height:5px;
    width:980px;
}
/**
 * FOOTER
 */
.bottomMenu{
    display:inline-block;
}
.bottomWrapper {
    text-align: center;
    display:inline-block;
    width:700px;
}
.bottomMenu a{
    float:left;
    padding: 1px 5px;
}
.bottomMenu .between {
    background-color:#767676;
    width:1px;
    height:15px;
    float:left;
}
#footerBlock .date {
    float:left;
    display:inline-block;
    padding-left:10px;
    padding-top:1px;
    padding-bottom:1px;
}
#footerBlock .copyRight {
    float:right;
    display:inline-block;
    padding-right:10px;
    padding-top:1px;
    padding-bottom:1px;
}
/**
 * LEFT & RIGHT
 */
.infoBox {
    font-size: 10px;
    width: 100%;
    width:100%;
    margin:0px;
    text-align:left;
    display:inline-block;
}
.infoBoxHeading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-top: 5px;
    padding:0px;
    width:170px;
    padding-right:9px;
    background-image:url('images/layout/headingRight.png');
    background-repeat:no-repeat;
    background-position:top right;
    display:inline-block;
}
.infoBoxHeadingLeft {
    position:absolute;
    width:0px;
}
.infoBoxHeadingMiddle {
    background-color: #2070ad;
    line-height:22px;
    text-align:center;
    font-size:13px;
    width:170px;
}
.infoBoxHeadingMiddle a,.infoBoxHeadingMiddle a:link, .infoBoxHeadingMiddle a:visited{
    font-size:13px;
    color:white;
    text-decoration:none;
    width:170px;
    display:block;
}
.infoBoxHeadingRight {
    width:0px;
    height:0px;
    position:absolute;
}
.infoBox {
    width:179px;
    position:relative;
}
.infoBoxTop {
    height:0px;
    width:100%;
}
.infoBoxLeft {
    position:absolute;
    width:0px;
    height:0px;
}
.infoBoxContent {
    display:inline-block;
    float:left;
    text-align:left;
    background-image:url('images/layout/infoRight.png');
    background-repeat:repeat-y;
    background-position:top right;
    padding-right:9px;
    width:170px;
}
.categorieSelected div {
    display:inline-block;
    padding-left:10px;

}
.categorieSelected a{
    font-weight:bold;
}
.categorieSelected .categorieSelected a, .categorieSelected .categorieSelected a:link, .categorieSelected .categorieSelected a:visited, .categorieSelected .categorieSelected a:hover, .categorieSelected .categorieSelected a:active{
    width:150px;
    overflow:hidden;
}
.categorieSelected .categorie a, .categorieSelected .categorie a:link, .categorieSelected .categorie a:visited, .categorieSelected .categorie a:hover, .categorieSelected .categorie a:active{
    width:150px;
    overflow:hidden;
}
.categorieSelected .categorieSelected .categorieSelected a, .categorieSelected .categorieSelected .categorieSelected a:link, .categorieSelected .categorieSelected .categorieSelected a:visited, .categorieSelected .categorieSelected .categorieSelected a:hover, .categorieSelected .categorieSelected .categorieSelected a:active{
    width:140px;
    overflow:hidden;
}
.categorieSelected .categorieSelected .categorie a, .categorieSelected .categorieSelected .categorie a:link, .categorieSelected .categorieSelected .categorie a:visited, .categorieSelected .categorieSelected .categorie a:hover, .categorieSelected .categorieSelected .categorie a:active{
    width:140px;
    overflow:hidden;
}
.categorie a{
    font-weight:normal;
}
.infoBoxWrapper {
    background-color:#FFFFFF;
}
#catBoxContent ul {
    display:inline-block;
    padding-left:0px;
    list-style: none;
    margin:0px;
}
.infoBoxContent li {
}
.infoBoxContent li a,.infoBoxContent li a:link, .infoBoxContent li a:visited {
    color: #939393;
    font-size:13px;
    line-height:20px;
    padding:2px 5px;
    border-bottom: 1px dotted #939393;
    text-decoration:none;
    display:block;
    width:160px;
}
.infoBoxContent li a:hover, .infoBoxContent li a:active {
    color: #FFFFFF;
    font-size:13px;
    line-height:20px;
    padding:2px 5px;
    background-color:#bdbdbd;
    width:160px;
}
.infoBoxRight {
    position:absolute;
    background-image:url('images/layout/infobottomright.png');
    background-repeat:no-repeat;
    background-position:bottom right;
    bottom:0px;
    right:0px;
    width:9px;
    height:7px;
}
.infoBoxBottom{
    clear:left;
    width:170px;
    height:7px;
    background-image:url('images/layout/infobottom.png');
    background-repeat:no-repeat;
    background-position:top right;
}
#catBoxContent .content ,#informationBoxContent .content , #newsBoxContent .content, #extraBoxContent .content{
    padding:0px;
    text-align:left;
}
.infoBoxContent ul {
    /*list-style-image:url('/images/layout/link_arrow.gif');*/
    list-style: none;
    padding-left:0px;
    margin:0px;
}
.content {
    padding:10px 10px;
    text-align:center;
}
#bestsellerBoxContent ul,#cartBoxContent ul {
    text-align:left;
    list-style-type:none;
}
#bestsellerBoxContent ul a,#bestsellerBoxContent ul a:link,#bestsellerBoxContent ul a:visited,
#cartBoxContent ul a,#cartBoxContent ul a:link,#cartBoxContent ul a:visited{
    width:140px;
    font-size: 11px;
    border:none;
}
#orderBoxContent ul .linkBoxLeft,#orderBoxContent ul .linkBoxLeft:link,#orderBoxContent ul .linkBoxLeft:visited {
    width:100px;
    font-size: 11px;
    border:none;
    float:left;
    text-align:left;
}
#orderBoxContent ul .linkBoxRight,#orderBoxContent ul .linkBoxRight:link,#orderBoxContent ul .linkBoxRight:visited {
    width:25px;
    float:left;
    border:none;
}
#cartBoxContent li ,#bestsellerBoxContent li,#orderBoxContent li{
    border-bottom: 1px dotted #939393;
    width:150px;
    display:inline-block;
}
/**
 * MAIN
 */
.pageHeading {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #767676;
    padding-bottom:10px;
}
h1 {
    font-size: 20px;
    display:inline-block;
}
.pageHead {
    display:inline-block;
}
.headRight {
    display:inline-block;
    float:right;
    margin-top:13px;
}
.headLeft {
    float:left;
    width:0px;
}
.greetUser {
  font-size: 12px;
  color: #C9C9C9;
  font-weight: bold;
}
.mainText{
    padding:10px 0px;
}
.contentBoxHeading {
    font-size: 13px;
    font-weight: bold;
    color: #939393;
    border-bottom:2px solid #2070ad;
    padding-top:10px;
    text-align:left;
}
.contentBoxHeadingMiddle {
    display:inline-block;
}
.contentBox {
    width:100%;
    position:relative;
    text-align:left;
    display:inline-block;
}
.contentBoxContent {
    display:inline-block;
    width:100%;
}
.contentBoxLeft {
    width:0px;
    position:absolute;
}
.contentBoxRight {
    width:0px;
    position:absolute;
}
.contentBoxTop {
    width:100%;
    height:10px;
}
.contentBoxBottom {
    width:100%;
    height:1px;
}
.contentBoxWrapper {
    top:0px;
    vertical-align: top;
}
.contentText {
    text-align:left;
    display:inline-block;
}
.contentFeaturedBox .productData {
    width:60%;
}
.contentFeaturedBox .productData div{
    width:100%;
}
#productContentBox, #productContentBoxHeading {
    display:inline-block;
    width:auto;
}
#productContentBoxHeading .infoBoxHeadingMiddle {
    width:420px;
    padding-left:5px;
    text-align:left;
}
#productContentBox .infoBoxContent {
    width:420px;
    padding-left:5px;
}
#productContentBox .infoBoxBottom {
    background-image:url("images/layout/bottomB.jpg");
    background-position:left top;
    background-repeat:repeat-x;
    width:420px;
    padding-left:5px;
}
#productContentBox .infoBoxLeft {
    position:absolute;
    bottom:0px;
    left:0px;
    width:6px;
    height:7px;
    background-image:url('images/layout/bottomLeftB.jpg');
    background-repeat:no-repeat;
    background-position:top left;
}
#productContentBox .content {
    text-align:left;
}
.accountText ,.checkoutText {
    padding:3px 5px;
    text-align:left;
}
.clearFloat {
    clear:both;
}
.accountMiddle, .contentMiddle, .checkoutMiddle{
    display:inline-block;
    width:100%;
}
.accountHead ,.contentHead, .checkoutHead{
    padding-top:5px;
    display:inline-block;
    width:100%;
}
.accountTitle,.contentTitle,.checkoutTitle{
    font-weight:bold;
    font-size:13px;
    display:inline-block;
    margin-top:10px;
}
.accountImage {
    float:left;
    display:inline-block;
}
.accountBottom, .checkoutBottom, .contentBottom {
    height:15px;
}
.accountRequirement ,.contentRequirement{
    width:50%;
    float:right;
    font-size: 10px;
    color: #E00505;
    text-align:right;
    margin-top:10px;
}
span.accountRequirement, span.contentRequirement {
    float:none;
    width:auto;
}
.accountTextLeft,.contentTextLeft,.checkoutTextLeft {
    width:150px;
    float:left;
    padding-top:7px;
}
.accountSubmit, .contentSubmit, .checkoutSubmit {
    width:100%;
    display:inline-block;
}
.accountSubmitLeft, .contentSubmitLeft,.checkoutSubmitLeft{
    display:inline-block;
    float:left;
}
.contentSubmitLeft .buttonSubmit,.accountSubmitLeft .buttonSubmit,.checkoutSubmitLeft .buttonSubmit {
    float:left;
    display:inline-block;
}
.accountSubmitRight, .contentSubmitRight,.checkoutSubmitRight {
    display:inline-block;
    float:right;
}
.contentSubmitRight .buttonSubmit,.accountSubmitRight .buttonSubmit,.checkoutSubmitRight .buttonSubmit {
    float:right;
    display:inline-block;
}
.accountAdressLeft ,.checkoutDataLeft {
    float:left;
    display:inline-block;
}
.buttonSubmit {
    margin:0px;
    display:inline-block;
    text-align:center;
    height:27px;
}
.submitLeft {
    background-image: url('images/layout/buttonLeft.png');
    background-repeat:no-repeat;
    background-position: top left;
    float:left;
    padding:7px 0px 7px 0px;
}
.submitRight {
    background-image: url('images/layout/buttonRight.png');
    background-position: top right;
    background-repeat:no-repeat;
    height:25px;
    padding-top:1px;
    width:10px;
    float:left;
}
.buttonSubmit a, .buttonSubmit a:visited{
    text-transform:uppercase;
    padding:7px 0px 7px 10px;
}
.buttonSubmit a:hover, .buttonSubmit a:active{
    padding:7px 0px 7px 10px;
}
.orderText {
    width:15%;
    float:left;
    padding-left:5px;
    text-align:center;
}
.orderPart {
    width:42%;
    float:left;
}
.orderHistory {
    float:left;
    width:50%;
}
.orderHistoryHead ,.orderHistoryBody{
    float:left;
}
.showOrder{
    display:inline-block;
    width:100%;
    padding:5px;
    border:1px solid #c9c9c9;
}
.moduleRow, .moduleRowOver {
    display:inline-block;
    width:100%;
    padding:5px;
}
.moduleRow {
    background-color: #e1e1e1;
}
.moduleRowOver {
	background-color: #2070ad;
	cursor: pointer;
        color:white;
}
.moduleRowSelected {
	background-color: #2070ad;
        display:inline-block;
        padding:5px;
        width:100%;
        color:white;
}
.productSpecialPrice {
    font-weight:bold;
    font-size:13px;
}
a {
    font-family: Arial, Helvetica, sans-serif;
    color: #767676;
    font-size: 11px ;
    text-decoration: none;
}
a:link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #767676;
    text-decoration: none;
}
a:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #767676;
    text-decoration: none;
}
a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #2070ad;
}
a:active {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #767676;
    text-decoration: none;
}
.productViewBox {
    float:right;
    width:20%;
    text-align:center;
    margin:5px;
    display:inline-block;
}
.contentBoxView {
    width:76%;
    float:left;
    padding-right:5px;
}
.categorieBox {
    display:inline-block;
    text-align:center;
    border:1px solid #939393;
    height:70px;
    margin-bottom: 3px;
    margin-left:3px;
    vertical-align: top;
    float:left;
}
.categorieBox a, .categorieBox a:link ,.categorieBox a:visited {
    height:45px;
    width:100%;
    display:block;
    vertical-align:middle;
    background-color:white;
    font-size:12px;
    font-weight:bold;
}
.categorieBox a:hover, .categorieBox a:active {
    background-color:#2070ad;
    color:white;
    font-size:12px;
    font-weight:bold;
}
.siteMapContent {
    width:50%;
    float:left;
}
.reviewInfo {
    width:50%;
    float:left;
}
.reviewDate {
    width:50%;
    float:right;
    text-align: right;
}
.loginOptions {
    min-height:200px;
    width:100%;
}
.loginLeft {
    width:48%;
    float:left;
    border:1px #c9c9c9 solid;
    height:250px;
    padding:3px;
}
.loginRight {
    width:48%;
    float:Right;
    border:1px #c9c9c9 solid;
    height:250px;
    padding:3px;
}
.loginHead {
    font-size:13px;
    padding:5px 0px;
}
.loginInput {
    width:50%;
    float:right;
}
.loginFormInput {
    width:50%;
    float:left;
}
/**
 * FEATURED PRODUCTS
 */
.featuredProduct ,.alsoProduct{
    display:inline-block;
    width:179px;
    position:relative;
    background-image:url('images/layout/featuredright.png');
    background-position: top right;
    background-repeat:repeat-y;
    padding-right:9px;
    top:0px;
    vertical-align: top;
    float:left;
}
.featuredTop,.alsoTop {
    width:100%;
    height:0px;
}
.featuredUp,.alsoUp {
    display:inline-block;
    padding-top:5px;
    min-height:130px;
    width:100%;
}
.featuredDown,.alsoDown {
    display:inline-block;
    width:100%;
    padding:3px 1px;
}
.featuredMiddle,.alsoMiddle {
    padding-top:5px;
    display:inline-block;
    width:100%;
    background-color:#d6d6d6;
    background-image:url('images/layout/featuredbg.jpg');
    background-repeat:repeat-x;
    background-position:top left;
}
#featuredBox .contentBoxHeadingMiddle a, #featuredBox .contentBoxHeadingMiddle a:link, #featuredBox .contentBoxHeadingMiddle a:visited {
    font-size:16px;
    text-transform:uppercase;
    padding-bottom:5px;
    display:inline-block;
}
#featuredImage ,.alsoImage{
    float:left;
    display:inline-block;
    width:80px;
    text-align:center;
    padding:0px 2px;
}
#featuredName {
    display:inline-block;
    width:70px;
    bottom:0px;
    text-align:left;
    padding:0px 2px;
    overflow:hidden;
}
#featuredCart {
    width:55%;
    display:inline-block;
    float:left;
}
#alsoName {
    width:170px;
    bottom:0px;
    text-align:center;
    padding:0px 2px;
    overflow:hidden;
    display:inline-block;
}
#featuredName a, #featuredName a:link, #featuredName a:visited {
    color:#767676;
}
#featuredText {
    float:left;
    width:45%;
    display:inline-block;
}
.featuredBottomRight,.alsoBottomRight {
    position:absolute;
    width:0px;
}
.featuredTopRight,.alsoTopRight {
    position:absolute;
    width:9px;
    height:7px;
    top:0px;
    right:0px;
    background-image:url('images/layout/featuredtop.jpg');
    background-repeat: no-repeat;
    background-position:top right;
}
.featuredBottom,.alsoBottom {
    height:7px;
    width:188px;
    background-image:url('images/layout/featuredbotton.jpg');
    background-repeat: no-repeat;
    background-position:top right;
}
.featuredTopLeft,.alsoTopLeft {
    position:absolute;
    bottom:0px;
    right:0px;
    width:9px;
    height:7px;
}
.shownProducts ,.shownOrders{
    display:inline-block;
    width:100%;
}
.showTotal {
    font-weight:bold;
    text-align:right;
}
/**
 * PRODUCT LISTING
 */
.productListingHeading {
    color: #FFFFFF;
    font-weight: bold;
    background-color: #2070ad;
    height:25px;
}
.productListingHeadingC {
    color: #FFFFFF;
    font-weight: bold;
    background-color: #2070ad;
    height:49px;
    text-align:center;
}
.productListingC {
    height:50px;
    text-align:center;
    padding:4px;
}
.productListingHeadingC div {
    padding:4px;
}
.productListingHeading a,.productListingHeading a:visited {
    color:white;
}
.productListingHeading a:hover {
    color:#767676;
}
.productListingHLeft {
    width:0px;
    height:0px;
}
.productListingHRight {
    width:0px;
    height:0px;
}
.productListingHeadingWrapper {
    display:inline-block;
    padding:5px 0px;
    text-transform: uppercase;
}
.productListingOdd{
    margin-top:5px;
    display:inline-block;
    padding-right:9px;
    background-image:url('images/layout/leftB.jpg');
    background-position: top right;
    background-repeat:repeat-y;
    width:100%;
    position:relative;
}
.productListingEven {
    margin-top:5px;
    display:inline-block;
    padding-right:9px;
    background-image:url('images/layout/leftB.jpg');
    background-position: top right;
    background-repeat:repeat-y;
    width:100%;
    position:relative;
}
.productListingBottom {
    width:100%;
    height:7px;
    background-image:url('images/layout/bottomB.jpg');
    background-repeat:repeat-x;
    background-position:top left;
}
.productListingRight {
    position:absolute;
    top:0px;
    right:0px;
    width:9px;
    height:8px;
    background-image:url('images/layout/topLeftB.jpg');
    background-repeat: no-repeat;
    background-position:top right;
}
.productListingLeft {
    position:absolute;
    bottom:0px;
    left:0px;
    width:6px;
    height:7px;
    background-image:url('images/layout/bottomLeftB.jpg');
    background-repeat:no-repeat;
    background-position:top left;
}
.productListingBottomRight {
    position:absolute;
    bottom:0px;
    right:0px;
    width:9px;
    height:7px;
    background-image:url('images/layout/bottomRightB.jpg');
    background-repeat:no-repeat;
    background-position:top left;
}
.productListingNoProduct {
    width:100%;
    text-align:center;
    font-size:15px;
}
.productListingListWrapper {
    background-image:url('images/layout/featuredbg.jpg');
    background-repeat:repeat-x;
    background-position:top left;
    height:90px;
    position:relative;
}
.productListingHMiddle {
    text-align:left;
}
.productListingListWrapper div,.productListingHeadingWrapper div {
    float:left;
    display:inline-block;
}
.productListingHMiddle a img {
    padding-left:10px;
}
.productListingListWrapper div span {
    vertical-align:middle;
}
.productImage img {
    padding-top:5px;
}
.productImage,.productListingHImage {
    width:100px;
    text-align:center;
}
.productName,.productListingHName,.productNewName{
    width:190px;
    text-align:left;
}
.productListingList .productName,.productListingList  .productPrice,.productListingList .productNewPrice ,.productCName,.productQuantity,.productGot, .productCPrice, .productRemove{
    padding-top:33px;
}
.productNewBuy,.productListingList  .productBuy {
    padding-top:28px;
}
.productBuy .inputQuant {
    padding:5px;
}
.productNewName{
    padding-top:5px;
}
.productCName,.productListingHCName{
    width:160px;
    text-align:left;
}
.productQuantity,.productListingHQuantity {
    width:45px;
    padding-left:5px;
}
.productListingHRemove, .productRemove {
    width:60px;
    padding-left:5px;
}
.productListingHGot,.productGot {
    width:100px;
}
.productPrice ,.productListingHPrice{
    width:100px;
    padding-left:5px;
}
.productCPrice ,.productListingHCPrice{
    width:70px;
}
.productNewPrice {
    padding-left:5px;
    width:150px;
}
.productBuy {
    width:165px;
    padding-left:5px;
}
.productNewBuy {
    padding-left:5px;
}
.shownProductsLeft ,.shownOrdersLeft {
    float:left;
}
.shownProductsRight,.shownOrdersRight {
    float:right;
}
.pageResults {
    color:#767676;
}
.pageResults:hover {
    color: #FFFFFF;
    background-color: #2070ad;
}
.formName {
    width: 25%;
    float:left;
}
.formInput {
    width: 75%;
    float:left;
    padding:5px 0px;
}
.productsNotifications {
	background: #e1e1e1;
        line-height:15px;
        padding:3px 0px 3px 0px;
}
 /**
 * OLD
 */

.infoBoxNotice {
  background: red;
}
.infoBoxNoticeContents {
  background: red;
  border-color: red;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: white;
}
.errorBox {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	background: #C40202;
	font-weight: bold;
	color:#FFFFFF;
}

.orderEdit {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #C40202;
	text-decoration: underline;
}
FORM {
    display: inline;
}
CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}
TEXTAREA {
  width: 100%;
  font-size: 11px;
}
.checkoutBar {
    background-color: #e1e1e1;
    display:inline-block;
    font-size: 15px;
    width:100%;
}
.checkoutBar a,.checkoutBara:visited{
    font-size: 15px;
}
.checkoutBarCurrent{
    background-color:#2070ad;
}
.checkoutBarMiddle {
    height:45px;
    width:150px;
    float:left;
    text-align:center;
}
.checkoutBarMiddle span{
    float:left;
    height:40px;
    width:126px;
    padding-top:5px;
}
.checkoutBarEnd {
    height:45px;
    width:120px;
    float:left;
    text-align:center;
}
.checkoutBarEnd span {
    float:left;
    height:40px;
    width:140px;
    padding-top:5px;
}
.checkoutBarFirst{
    height:45px;
    width:150px;
    float:left;
    text-align:center;
}
.checkoutBarFirst span{
    float:left;
    height:40px;
    width:126px;
    padding-top:5px;
}
.activeArrow {
    height:45px;
    background-image: url('images/layout/checkoutActivArrow.png');
    background-position: top right;
    background-repeat: no-repeat;
    width:24px;
    float:left;
}
.futureArrow {
    height:45px;
    background-image: url('images/layout/checkoutFutureArrow.png');
    background-repeat: no-repeat;
    background-position: top right;
    width:24px;
    float:left;
}
.beforeArrow {
    height:45px;
    background-image: url('images/layout/checkoutBeforeArrow.png');
    background-repeat: no-repeat;
    background-position: top right;
    width:24px;
    float:left;
}
.checkoutBarCurrent {
    width:150px;
    color: #000000;
    float:left;
    text-align:center;
}
/* message box */
.messageBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.messageStackError, .messageStackWarning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #C40202;
	color:#FFFFFF;
        padding:5px;
        margin-bottom:5px;
}
.messageStackSuccess{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #063AA3;
        color:#FFFFFF;
        padding:5px;
        margin-bottom:5px;
}
.stockWarning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #ffffff;
}

/*********************************************/

.input {
	background-color: #FFFFFF;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	border: 1px #8398AE solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #063AA3;
}
.search {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #C40202;
}
.blue {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #C40202;
}
.whiteMenuHead {
	color: #063AA3;
	font-size: 11px ;
	text-decoration: none;
	font-weight: bold;
}
.white {
	color: #063AA3;
	font-size: 11px;
	text-decoration: none;
}
.white:link {
	font-size: 11px;
	color: #063AA3;
	text-decoration: none;
}
.white:visited {
	font-size: 11px;
	color: #063AA3;
	text-decoration: none;
}
.white:hover {
	font-size: 11px;
	color: #063AA3;
}
.white:active {
	font-size: 11px;
	color: #063AA3;
	text-decoration: none;
}

/* begin neues zellen-layout */
input.inputField {
	width: 10em;
	font-size: 11px;
	color: blue;
	border: inset 1px;
	border-color: #000000 #cccccc #cccccc #000000;
	background-color: white;
}
textarea.textArea {
	background-color: #ccccff;
	border: black 2px solid;
	color: white;
	font-size: 12pt;
	font-weight: normal
}
input.radio {
	border: #000000 1px solid;
	font-family: verdana;
	font-size: 12px;
}
select.pullDown {
	background-color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	color: black;
}
.infoBoxContentsWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
}
.durchstrichen {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	text-decoration: line-through;
}
.infoBoxBorder {
  border-color: #063AA3;
}
SPAN.productPrice {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #063AA3;
}
.infoBoxContentsCategorie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #063AA3;
	font-weight: bold;
}

#aardvark_div_LiveConnection2 {
text-align:center;
}
#facebookBoxContent .content {
    padding:10px 0px;
}
