body {
    margin: 0;
    padding: 0;
    font-family: "Arial CE", Arial, Helvetica, sans-serif;
    font-size: 0.75em; /*stejne jako 12px;*/
}
.cleaner { /*used to clean the floats*/
    clear: both;
}
.stripe {
    height: 30px;
    background-color: rgb(232,230,230);
}

img {
    border: 0;
    padding: 0;
    margin: 0;
}

/***************************************************************************/
/*logoStripe*/
#logoStripe {
    height: 100px;
    background-color: rgb(102,102,102);
}
#logoStripe div {
    color: white;
    margin: 0;
    text-align: right;
}
#content #upStripe {
    background-color: rgb(232,230,230);
    border-bottom: 1px solid gray;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    padding: 10px;
}

#content #downStripe {
    background-color: rgb(232,230,230);
    border-top: 1px solid gray;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
    word-spacing: 10px;
}

/***************************************************************************/
/*tabMenu & tabPanel*/
#tabPanel {
    border-top: 2px solid;
    border-bottom: 5px solid;
    background-color: rgb(199,0,44);
    border-top-color: rgb(199,0,44);
    border-bottom-color: black;
}
#tabMenu img {
    border: 0;
    padding: 0;
    margin: 0;
    margin-bottom: -3px;
}
#tabMenu {
    text-align: center;
    height: 20px;
}
#tabMenu a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}
/***************************************************************************/
/*navMenu & naviPanel*/
#naviPanel {
    height: 70px;
    background-color: rgb(232,230,230);
}
#naviMenu {
    padding: 10px;
}
#naviMenu img {
    border: 0;
    padding: 0;
    margin: 0;
}
#leftNaviMenu {
    float:left;
}
#rightNaviMenu {
    float: right;
}
#rightNaviMenu img {
    margin-left: -3px;
}
#naviMenu a {
    color: black;
    font-size: 0.8em;
    text-decoration: none;
}
#vieallcat {
    padding-top: 20px;
}
/***************************************************************************/
/*centerPanel*/
#leftPanel {
    float: left;
    width: 143px;
    border: 0;
    padding: 0;
    margin: 0;
    height: 1px;
}
#rightPanel {
    float: right;
    width: 70px;
    border: 0;
    padding: 0;
    margin: 0;
}
#centerPanel {
    margin: 0px;
    padding: 0px;
    background: url(/data/img/eshop/round/leftGrey.jpg) repeat-y left top;

}
#centerPanel2{
    margin: 0px;
    padding: 0px;
    background: url(/data/img/eshop/round/rightGrey.jpg) repeat-y right top;
}
#contentPanel {
    _height: 1400px;
    margin-left: 143px;
    margin-right: 70px;
    min-height: 1400px;
    position: relative;
}
#content {
    padding: 10px;
}
#contentFooter {
    text-align: center;
    width: 100%;
    bottom: 0px;
}
/***************************************************************************/
/*footerPanel*/
#footerPanel {
    height: 30px;
    line-height: 30px;
    padding: 0 30px 0 30px;
    background-color: black;
    color: #bbb;
}
#leftFooterPanel{
    float: left;
}
#rightFooterPanel{
    float: right;
}
#centerFooterPanel{
    float: center;
    text-align: center;
}
#footerPanel a {
    color: white;
}
/***************************************************************************/
/*roundness*/
.roundBottom {
    background: white url(/data/img/eshop/round/downRound.jpg) no-repeat left top;
    height: 11px;
    width: 143px;
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 10px solid white;
}
.roundTop {
    background: url(/data/img/eshop/round/upRound.jpg)  no-repeat left top;
    height: 11px;
    width: 143px;
    margin: 0;
    padding: 0;
    border: 0;
    border-top: 10px solid white;
}
/*round content*/
#upRoundStripe {
    background: url(/data/img/eshop/round/black.gif) repeat-x left top;
    height: 11px;
}
#upRoundStripe .left {
    background: url(/data/img/eshop/round/leftUp.jpg) no-repeat left top;
    height: 11px;
    width: 100%;
}
#upRoundStripe .right {
    background: url(/data/img/eshop/round/rightUp.jpg) no-repeat right top;
    height: 11px;
    width: 100%;
}
#downRoundStripe {
    height: 11px;
    background: url(/data/img/eshop/round/black.gif) repeat-x left bottom;
}
#downRoundStripe .left {
    background: url(/data/img/eshop/round/leftDown.jpg) no-repeat left bottom;
    height: 11px;
    width: 100%;
}
#downRoundStripe .right {
    background: url(/data/img/eshop/round/rightDown.jpg) no-repeat right bottom;
    height: 11px;
    width: 100%;
}

/*******************************************************/
/*categoryMenu in leftPanel*/
#categoryMenu {
    text-align: right;
    padding: 10px;
}
#categoryMenu .title {
    padding-bottom: 10px;
    font-weight: bold;

}
#categoryMenu a {
    color: black;
    display: block;
    text-decoration: none;
}

#categoryMenu a:hover {
    text-decoration: underline;
}
/*******************************************************/
/*searchMenu in leftPanel*/
#searchMenu {
    text-align: right;
    padding: 10px;
}
#searchMenu .title {
    font-weight: bold;

}
#searchMenu a {
    color: black;
    display: block;
    text-decoration: none;
}

#searchMenu a:hover {
    text-decoration: underline;
}
#advsearch {
    height: 34px;
    overflow: hidden;
    /*ie fix*/
}
#advsearch img {
    border: 0;
    margin:0;
}
/*basic form*/
button {
    background-color: rgb(199,0,44);
    border-bottom: 1px solid black;
    border-left: 1px solid white;
    border-right: 1px solid black;
    border-top: 1px solid white;
    color: white;
    font-weight: bold;
    margin: 5px 0 5px 0;
}
form {
    margin: 0;
    padding: 0;
}
form div {
    margin-bottom: 10px;
}
form span.label {
    float: left;
    display: block;
    padding-right: 10px;
    width: 120px;
    text-align: right;
}
form div div.itemnote {
    margin: 0;
    margin-left: 130px;
    font-size: 90%;
}

form select.normal {
    margin: 0;
    padding: 0;
    width: 150px;
}

form textarea,
form input {
    margin: 0;
    padding: 0;
    width: 150px;
}
form .small {
    width: 40px;
}
form .cbox {
    width: auto;
}
label {
    font-weight: bold;
}
form .longer {
    width: 250px;
}
form .long {
    width: 190px;
}
/* left panel search form */
#searchform input {
    width: 100%;
}
#searchform select {
    width: 100%;
}

/* right content panel */

#content #rightContentPanel {
    background-color: rgb(232,230,230);
    float: right;
    width: 250px;
    padding: 10px;
    border-left: 15px solid white;
}
#content #rightContentPanel h1 {
    text-align: left;
    font-size: 130%;
    border-bottom: 1px solid gray;
}
#content #rightContentPanel h2 {
    font-size: 120%;
}
/* bestsellers */
#content #all_bestsellers {
    margin-top: 10px;
}
#content #all_bestsellers a {
    color: rgb(199,0,44);
}
#content a {
    color: rgb(199,0,44);
}

/* credit card brands */
#brands {
    text-align:center;
    padding-top: 8px;
}
