/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, form, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

textarea, input, select {
  font-family: inherit;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a {
    cursor: pointer;
}

strong {
    font-weight: bold;
    /*color: black;*/
    /*color: #f04f35;*/
}

select,input,textarea {
    color:#333333;
    padding:1px 0px;
    font-size:12px;
    font-family: "Trebuchet MS", Tahoma, Arial;
}

select[disabled], input[disabled] {
	color: rgb(209,209,209);
	padding:0px;
	background:white;
	border:1px solid #A0A0A0;
}

iframe {
    border: 0;
}

/* Main */
body {
    font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, Jamrul, sans-serif;
    background: #262524 url('i/draps-top-bg.jpg') no-repeat 50% 0;
    font-size: 62.5%;
    line-height: 1.5;
    color: #2d2c2a;
}

/* Layout */

#main-box {
    position: relative;
    z-index: 0;
}

#header {
    position: relative;
    height: 132px;
    overflow: hidden;
}


#leftcol {
    float: left;
    width: 230px;
    overflow: hidden;
}

.leftcol-box {
    margin-bottom: 10px;
}

#rightcol {
    float: right;
    width: 730px;
    overflow: hidden;
}

.category-box {
    margin-bottom: 10px;
}

.content-box {}

#footer {
    background: #1b1a18;
    margin-top: 10px;
}

#footer .footer-inner {
    width: 960px;
    margin: 0 auto;
    padding: 15px 0;
}

.main-body {
    width: 960px;
    margin: 0 auto;
    font-size: 1.3em;
}

.wrapper {}

/* FACEBOOK */
#fb-likebox {
    width: 220px;
    position: relative;
    margin-bottom: 0px;
}

#fb-likebox .fb-header {
    height: 33px;
    line-height: 33px;
    padding: 0 10px;
    background: url('i/fb-header.png') no-repeat left top;
    font-size: 14px;
    font-weight: bold;
    color: #fefefe;
}

#fb-likebox .fb-overlay-bottom {
    background: url('i/fb-overlay-bottom.png') no-repeat left top;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 220px;
    height: 24px;
}

#fb-likebox .fb-overlay-bottom a {
    height: 24px;
    line-height: 24px;
    display: block;
    color: #808080;
    font-size: 10px;
    text-decoration: none;
    padding: 0 10px 0 28px;
}

#fb-likebox .fb-overlay-top {
    background: #141414;
    position: absolute;
    left: 0px;
    top: 33px;
    height: 1px;
    width: 220px;
}

#fb-likebox .fb-overlay-left {
    background: #141414;
    position: absolute;
    left: 0px;
    bottom: 24px;
    height: 305px;
    width: 1px;
}

#fb-likebox .fb-overlay-right {
    background: #141414;
    position: absolute;
    right: 0px;
    bottom: 24px;
    height: 305px;
    width: 1px;
}


/* Teaser */
.teaser-wrapper div h2 {
    color: white;
    float: left;
    width: 225px;
    font-size: 2em;
    margin: 25px 40px 30px 25px;
}

.teaser-wrapper div div.rightCol {
    width: 675px;
    float: left;
}

.teaser-wrapper div div.text {
    width: 340px;
    float: left;
    padding: 25px 30px 0px 0;
    color: white;
    height:253px;
    overflow:hidden;
}

.teaser-wrapper div div.text .text-wrapper {
    width: 345px;
    height: 182px;
    overflow: hidden;
}

.teaser #thumbNav {
    position: absolute;
    bottom: 8px;
    left: 12px;
    z-index: 999;
}

.teaser .teaser-wrapper .btn-2 {
    margin: 2px 0 0 0;
    height:62px;
    width: 100px;
    display: block;
    background: url('i/draps-arrow-7.png') no-repeat top left;
    background-position: 0 25px;
    /*position: absolute;
    bottom: 20px;
    top: auto;
    left: auto;
    */
}

.teaser-wrapper .btn-2 a {
    color: white;
}

.teaser-wrapper .btn-2 a:hover {
    color: yellow;
}

.teaser #thumbNav a {
    display: block;
    background: url('i/draps-button-2.png') no-repeat !important;
    background: url('i/draps-button-2.gif') no-repeat;
    width: 18px;
    height: 28px;
    padding: 3px 0 0 10px;
    float: left;
    color: #787572;
    text-decoration: none;
}

.teaser #thumbNav a.activeSlide {
    background: url('i/draps-button-2-act.png') no-repeat 3px 3px !important;
    background: url('i/draps-button-2-act.gif') no-repeat 3px 3px;
    color: white;
}

.teaser {
    position: relative;
    margin: 0 0 10px 0;
    overflow: hidden;
    width: 730px;
    height: 200px;
    background: url('i/teaser-bg.png') no-repeat;
}

.teaser .teaser-wrapper {
    width: 730px;
    height: 200px;
    overflow: hidden;
}

.teaser .teaser-wrapper div {
    height: 200px;
    width: 730px;
    top: 0;
    left: 0;
}

.teaser .teaser-wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.teaser .teaser-wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

.teaser .teaser-wrapper .img-wrapper {
    float: right;
    width: 303px;
    height:276px;
    margin: 3px 0 0 0;
    text-align: left;
}

.teaser .teaser-wrapper .img-wrapper .inbox {
    margin: 0px 5px 0 0;
    float: right;
    width: auto;
    padding: 0;
}

.teaser .teaser-wrapper .img-wrapper img {
    z-index: 100;
}

/* Logo */
#logo {
    text-indent: -9999px;
    background: url('i/draps-logo.png') no-repeat;
    height: 130px;
    width: 158px;
    float: left;
    margin: 24px 8px 8px 16px;
}

#logo a {
    display: block;
    width: 158px;
    height: 138px;
}


/* Langbar */

#langbar {
    position: absolute;
    right: 0px;
    width: 190px;
    height: 44px;
    background: #272625;
    border: 1px solid #1d1c1b;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    z-index:1;
}

#langbar li.first {}

#langbar ul {
    width: 190px;
    height: 44px;
    overflow: hidden;
}

#langbar li {
    height: 44px;
    line-height: 44px;
    text-transform: uppercase;
    font-size: 0.8em;
    text-align: center;
    float: left;
    padding: 0 14px;
}

#langbar a,
#langbar span {
    text-decoration: none;
    color: #a5a5a4;
}

#langbar a:hover,
#langbar span:hover {
    color: #fefefe;
}


/* Menu */
#menu {
    position: absolute;
    right: 430px;
    height: 44px;
    width: auto;
}

#menu ul {
    padding: 0 0 0 20px;
}

#menu ul li {
    float: left;
    height: 44px;
    line-height: 44px;
}

#menu ul li.last {
    margin: 0;
}

#menu ul li a {
    font-size: 1.1em;
    color: #fefefe;
    text-decoration: none;
    display: block;
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
}

#menu ul li.last a {
    border-right: 0;
}

#menu ul li a:hover,
#menu ul li.active a {
    color: #f1563b;
    text-decoration: underline;
}

/* user section */

#user-box {
    margin: 0 0 0 0;
    float: right;
    font-size: 0.9em;
    color: #fefefe;
    line-height: 200%;
    position: relative;
    height: 44px;
    line-height: 44px;
    padding-right: 202px;
}

#user-box .control {
    text-align: right;
    padding: 0 11px 0 0;
}

#user-box .control a {
    margin: 0 0 0 15px;
}

#user-box a {
    color: white;
    margin: 0 0 0 10px;
}

#user-box .control a:hover {
    color: #fc563a;
}

.user-links {
    text-align: right;
    margin-right: 10px;
}


/* SEARCH & CART */
#search-cart {
    position: absolute;
    right: 0px;
    top: 51px;
    height: 69px;
    width: 477px;
}

#search {
    width: 267px;
    float: left;
    margin-top: 28px;
    height: 36px;
}

#search form {
}

#search .search-input-wrapper {
    background: url('i/draps-search.png') no-repeat;
    width: 180px;
    height: 30px;
    float: left;
}

#search .search-input {
    border: 0;
    background: none;
    width: 135px;
    height: 30px;
    margin: 0 35px 0 10px;
}

#search .submit {
    color: #fc573b;
    padding: 6px 15px 6px 10px;
    background: url('i/draps-arrow-13.png') no-repeat right center !important;
    background: url('i/draps-arrow-13.gif') no-repeat right center;
    float: left;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
}

#search .submit:hover {
    color: white;
}

#cart-box {
    height: 69px;
    width: 209px;
    float: left;
    position: relative;
    background: url('i/draps-bag.png') no-repeat 100% 0;
    font-weight: bold;
}

#cart-box span.paragraph {
	color: #fefefe;
    display: block;
    padding: 0 0 0 19px;
    margin-top: 26px;
    height: 36px;
    background: url('i/draps-cartbox-border.png') no-repeat 0 2px;

}

#cart-box a {
    color: #fefefe;
}

#cart-box .basket-link {
    text-decoration: none;
    display: block;
    height: 69px;
    width: 209px;
    position: absolute;
    top: 0px;
    left: 0px;
}

#shopping_basket_amount,
#shopping_basket_price {
    color: #fc573b;
}


/* sub-menu */

#sub-menu {display: none;}
/*
#sub-menu {
    background: url('i/draps-sub-menu-bg.png') no-repeat;
    width: 100%;
    height: 60px;
}

#sub-menu ul {
    padding: 7px 7px 7px 20px;
    float: left;
}

#sub-menu ul li {
    float: left;
    background: url('i/draps-sub-menu-line.png') no-repeat 100% 0;
}

#sub-menu ul li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #c8c8c5;
    display: block;
    padding: 14px 17px 12px;
}

#sub-menu ul li.last {
    padding-right: 10px;
}

#sub-menu ul li.last a{
    background: url('i/draps-access-arrow.gif') no-repeat center right;
}
*/
#sub-menu ul li.active a,
#sub-menu ul li a:hover {
    /* text-decoration: underline; */
}



/* content */

.content-top {
    height: 4px;
    background: url('i/draps-content-box-top.png') no-repeat;
}

.first-active .content-top {
    background: url('i/draps-content-box-top-first-active.png') no-repeat;
}

.content-middle {
    padding: 10px;
    background: #e4e4e4;
    min-height: 400px;
    overflow: hidden;
    font-size:0.95em;
}

.content-bottom {
    height: 4px;
    background: url('i/draps-content-box-bottom.png') no-repeat;
}

.content {
    padding: 0 0 8px 0;
}


/* categories */

.category li {
    background: url('i/draps-category-bg.png') no-repeat !important;
    background: url('i/draps-category-bg.gif') no-repeat;
    list-style: none;
    overflow: hidden;
    margin: 0 10px 5px 0;
}

.category li.active {
    background: url('i/draps-category-active.png') no-repeat !important;
    background: url('i/draps-category-active.gif') no-repeat;
    margin-right: 0px;
}

.category li a {
    text-transform: uppercase;
    display: block;
    padding: 0 0 0 12px;
    width: 220px;
    height: 43px;
    line-height: 43px;
    color: #ebeaea;
    text-decoration: none;
    font-size: 1.1em;
    background: url('i/draps-arrow-3.png') no-repeat 193px 15px !important;
    background: url('i/draps-arrow-3.gif') no-repeat 193px 15px;
}

.category li a:hover, .category li.active a {
    background: url('i/draps-arrow-4.png') no-repeat 193px 15px !important;
    background: url('i/draps-arrow-4.gif') no-repeat 193px 15px;
    width: 230px;
    color: #da050c;
}

.category li a:hover {
    background: url('i/draps-arrow-4.png') no-repeat 193px 15px !important;
    background: url('i/draps-arrow-4-act.gif') no-repeat 193px 15px;
}

/* sub category */
.sub-category-box {
    margin: 3px 10px 3px 0;
}

.sub-category-box .top {
    background: url('i/draps-sub-category-top.png') no-repeat !important;
    background: url('i/draps-sub-category-top.gif') no-repeat;
    height: 3px;
    font-size: 3px;
    width: 270px;
}

.sub-category-box .bottom {
    background: url('i/draps-sub-category-bottom.png') no-repeat left bottom !important;
    background: url('i/draps-sub-category-bottom.gif') no-repeat left bottom;
    height: 3px;
    font-size: 3px;
    width: 270px;
}

.category li ul {
    background: url('i/draps-sub-category-middle.png') repeat-y;
    padding: 8px 10px 2px 12px;
    font-size: 1.1em;
}

.category li ul li,
.category li ul li.active {
    background: none !important;
}

.category li ul li a,
.category li.active ul li a {
    text-transform: uppercase;
    color: white;
    background: none !important;
    padding: 0;
    font-size: 0.9em;
    text-decoration: none;
    height: 20px;
    line-height: 20px;
}

.category li ul li.active a, .category li ul li a:hover {
    text-decoration: underline;
    background: none;
    color: #fe5236;
}

.category li ul li ul {
    margin: 0 0 3px 0;
    background: none;
    padding: 0;
}

.category li ul li ul li {
    padding: 0 0 0 15px;
}

.category li ul li ul li a, .category li ul li.active ul li a {
    text-transform: none;
    background: none !important;
    padding: 0 0 0 15px;
    font-size: 0.8em;
    color: white;
    text-decoration: underline;
}

.category li ul li ul li.active a, .category li ul li ul li a:hover {
    background: url('i/draps-arrow-6.png') no-repeat 2px 50% !important;
    background: url('i/draps-arrow-6.gif') no-repeat 2px 50%;
    color: #fe5236;
}

.category li .sub-category-box {
    display: none;
    visibility: hidden;
}

.category .active .sub-category-box {
    display: block;
    visibility: visible;
}

/* content detail */

.product-detail h2 {
    text-transform: none;
}

.product-detail .aside {
    float: left;
    width: 302px;
    position: relative;
}

.product-detail .main {
    float: right;
    width: 400px;
}

/* breadcrunch */

.breadcrunch {
    color:#666666;
    margin: 0px;
    font-weight: bold;
    font-size: 90%;
    padding-bottom: 12px;
    /* border-bottom: 1px solid #c1c1c1; */
}

.breadcrunch span {
    font-size:95%;
}

.breadcrunch a {
    font-weight: normal;
    text-decoration: none;
}

.breadcrunch a:hover {
    /* text-decoration: underline; */
}

/* footer */
.copy {
    color: #a7a6a6;
    font-size: 0.9em;
}

.copy a {
    color: #d84f3a;
    text-decoration: none;
}

.info-text{
    color: #626262;
    font-size: 10px;
    margin: 20px 0 14px 0;
    padding: 25px 0 0 0;
    text-align: justify;
    border-top: 1px dashed #4f4f4f;
}


/* FOOTER MENU */
#footer-menu {
    width: 720px;
    margin: 0 0 0 240px;
}

#footer-menu .footer-menu-col {
    width: 180px;
    float: left;
}

#footer-menu h2 {
    color: #8f8f8f;
    font-weight: normal;
    margin: 0px;
    font-size: 16px;
    width: 150px;
}

#footer-menu ul {
    width: 150px;
}

#footer-menu a {
    color: #fe5236;
    text-decoration: none;
    font-size: 12px;
}

#footer-menu a:hover {text-decoration: underline;}

#footer-bottomline {
    background: #262524;
    height: 38px;
    line-height: 38px;
    color: #a09f9f;
}

#footer-bottomline .footer-bottomline-inner {
    width: 960px;
    margin: 0 auto;
}

/* headings */

h2 {
    /* text-transform: uppercase; */
    color: #555;
    font-weight: bold;
    font-size: 22px; /* 1.8em; */
    margin: 0 0 10px 0;
}

h3 {
    color: #df4a3e;
    font-size: 1.2em;
}

h4 {
    /*text-transform: uppercase;*/
    color: #2d2c2a;
    font-weight: bold;
    font-size: 1.1em;
}

/* anchors */
a {
    color: #d63318;
}

a:hover {
    color: #9d2814;
}

#sub-menu .arrow-2 {
    display: block;
    background: url('i/draps-arrow-2.png') no-repeat 95% 50% !important;
    background: url('i/draps-arrow-2.gif') no-repeat 95% 50%;
    padding-right: 30px;
}

.login, .registration {
    padding: 0 0 0 20px;
}

.login {
    background: url('i/draps-lock.png') no-repeat;
}

.registration {
    background: url('i/draps-pencil.png') no-repeat;
}

/* tables */
table {
    margin: 8px 0;
    border-collapse: collapse;
    /* font-size: 0.95em; */
    vertical-align: top;
}

.price-box {
    border-top:1px solid white;
    border-bottom:1px solid white;
    width: 100%;
}

.price-box td.info {
    width:105px;
    padding: 2px 2px 2px 2px;
}

.price-box .before-price td {
    padding-top:12px;
}

.order-info-box {
    margin: 0px 5px 12px 0px;
}

.order-info-box td.info {
    width:105px;
}

.order-info-box td.info select {
    border:1px solid #A0A0A0;
}


tr strong.new-price {
    text-transform: none;
}

.order-info-box td {
    padding: 4px 0px 2px 0px;
}

.order-info-box .item-size-count input {
    display:inline;
    width: 20px;
    padding:1px 0;
    margin-left:6px;
}

.order-info-box .item-size-count select{
    margin-right:12px;
}

table.product-info tr{
    border-bottom: 0px solid gray;
}

table.product-info td{
    padding-top:4px;
    vertical-align:top;
}

table.product-info td.info {
    width: 110px;
}


.end-price {
    background: #fefefe;
    font-size: 1.1em;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

.end-price strong {
    font-size: 1.2em;
    text-transform: none;
}

table.final-price {
    width: 100%;
    font-size:1.1em;
    margin:12px 0px;
    background:#d8d8d8;
}

table.final-price td {
    background:white;
    padding: 3px 5px 2px 5px;
    border-top:1px solid #d8d8d8;
}

table.order {
    width: 100%;
    /*border-right: 1px solid #fefefe;
    border-left: 1px solid #fefefe;
    border-bottom: 1px solid #fefefe;*/
}

table.order th {
    padding: 2px 2px 2px 2px;
    /*border: solid #FFFFFF 1px;*/
    font-weight: normal;
}

table.order th.first {
    width:190px;
    /*padding-left: 15px;*/
    font-weight: bold;
}

table.order th.second {
    width: 50px;
}

table.order th.totalprice {
    width:55px;
}

/*table.order th.border, */
table.order td.border {
    /*border-bottom: 1px solid #d8d8d8;*/
}

table.order th.size {
    width:22px;
}


table.order th.buttons {
    padding: 0;
    width: 20px;
}

table.order td.buttons {
    width: 20px;
    padding: 2px 0 0 0px;

}

table.order td {
    padding: 6px 5px 4px 6px;
    vertical-align:top;
}

table.order td.image {
    padding: 0 0 5px 0;
    width: 45px;
}

table.order td.descr {
    /*padding: 0 2px 0 15px;*/
    padding: 0 2px 0 2px;
    line-height: 16px;
}

table.order td input.order-value {
    padding:1px 0px;
    margin: 0px 0px 0px 0px;
    width:18px;
    border: solid #819db5 1px;
    text-align: right;
    
}

table.order td.amount input {
    width: 26px;
}

table.order td.sizes-counts {
    padding: 2px 2px 2px 8px;
    width: 20px;
}

table.order td.sizes-counts .order-stock {
    font-weight: bold;
}

table.order tr.foot td {
    text-align:right;
    background:white;
    padding: 4px 8px 2px 8px;
}

table.order .border-top {
    /*border-top: 1px solid #ececec;*/
    border-top: 1px solid #FFFFFF;
}

table.order .sum {
    padding-top: 22px;
}
table.order .dealer-submit {
    padding-top: 12px;
}

table.order td.separator {
    overflow: hidden;
    padding: 0;
    height: 6px;
}

.no-border {
    border: none;
}


.summary td {
    text-align: right;
    background: #fefefe;
}

.summary td.text {
    font-size: 1.2em;
    text-transform: uppercase;
}

.summary td.total-price {
    color: #f04f35;
    font-size: 1.3em;
    text-align: left;
}

.address { }

.address tr {
    border: none;
}

.address td {
    padding: 2px 7px;
}

.address .title {
    color: #3f3f3e;
    padding-left: 0;
}

.note, p.note-header { }


th {
    background: #fefefe;
    font-weight: bold;
    padding: 5px;
}

th.last {
    border-right: 1px solid #fefefe;
}


/* TABLE CLASSES - TABLE01 */

.table01 {
}

.table01 th {
    background: none;
}

.table01 td {
    padding-right: 0;
    font-weight: normal;
    font-size: 1em;
    padding:2px;
}

.table01 .wanna-register input{
    width: 10px;
    margin-left:0;
}


.table01 .wanna-register td.title{
    width: 140px;
}


.table01 table.wanna-register input {
    width:150px;
}

.table01 td.required {
    font-weight: bold;
    color:#dc3a37;
}

table.contacts {
    clear:both;
    width: 95%;
}

table.contacts td {
    padding: 10px 6px;
    vertical-align: top;
}

td.email input {
    width:180px;
}

/* t02 */

table.t02 {
    border-color: #efefef;
    border-width: 0 0 1px 1px;
    border-style: solid;
    margin-top:12px;
}

table.t02 td
{
    border-color: #ececec;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 1px 3px 1px 3px;
    /* background:#e1e1e1; */
}

table.t02 td.c1 { width: 90px; }
table.t02 td.c2 { width: 180px; }
table.t02 td.c3 { width: 220px; }

/* t03 */

table.t03 {
    width: 99%;
  	background: #e4e4e4;
  	font-size:1.15em;
}

table.t03 th {
    background: #df391e;
  	color:#FFF;
  	text-align: center;
}

table.t03 tr {
  	background: #FFF;
  	border-bottom: solid 1px;
  	border-bottom-color: #000;
}

table.t03 td {
    padding-right: 0px;
    font-weight: normal;
    font-size: 1em;
    padding:4px 2px;
	 text-align: center;
}

table.t03 .first{
    text-align:left;
}
/* lists */
.preview {
    margin: 10px 0;
    clear:both;
    width:100%;
}

.preview li {
    float: left;
    margin-right: 2px;
}

.preview li a img {
    border: 1px solid #e4e4e4;
}

.preview li:hover a img {
    border: 1px solid red;
}

.preview li.active a img {
    border: 1px solid red;
}

.preview-link-nubmer {
    display:block;
    text-align:center;
}

.group1 { height:100px; }
.group2 { height:75px; }

.preview .last {
    margin-left: 1px;
    margin-right: 0;
}

p.color-header {
    margin-top:4px;
    text-transform: uppercase;
    font-weight: bold;
    height:16px;
}

.links li {
    float: left;
    border-right: 1px solid #c2c2c2;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
}

.links li a {
    text-transform: uppercase;
    color: white;
    text-decoration: none;
}

.links li a:hover {
    color: #D84F3A;
}

.links li.last {
    border-right: 0;
}

/* text */

.content-box p {
    margin: 0 0 10px 0;
}

/* PRODUCT LIST */

ul.product {
    margin-top: 10px;
    width: 720px;
}

.product li,
.product-root li {
    float: left;
    width: 180px;
    height: 295px;
    overflow: hidden;
    margin: 0 0 10px 0;
    position: relative;
}

.product-root li {
    height: 250px;
}


.product li .item-inner,
.product-root li .item-inner {
    width: 170px;
    height: 295px;
    background: #ffffff;
}


.product li a.imgLink {
    display: block;
    text-align: center;
    width: 170px;
    height: 225px;
    margin: 0 10px 0 0;
}

.product li img {}

.product-root li .caption,
.product li .caption {
    width: 150px;
    height: 70px;
    overflow: hidden;
    position: relative;
    margin: 0 10px;
    background: url('i/draps-caption-border.png') no-repeat left 24px;
}

.product-root li .caption {
    background: none;
}

.product li .caption h3 {
    font-size: 13px;
    font-weight: bold;
    color: #df4033;
    height: 24px;
    width: 150px;
    overflow: hidden;
    /* text-align:center; */
}

.product li .caption h3 a {
    text-decoration: none;
    display: block;
}

.product li .caption p {
    font-size: 0.9em;
    line-height: 1.2;
    padding: 1px 0 0 0;
    margin-bottom: 5px;
    height: 27px;
    overflow: hidden;
}

.product li .caption .detail {
    padding: 10px 0 0;
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 150px;
}

/*
.product li .caption .detail .btn {
    float: left;
    margin: 2px 0 0;
    background: url('i/draps-button-1-bg.png') repeat-x;
}

.product li .caption .detail .btn a {
    padding: 1px 30px 1px 10px;
    background: url('i/draps-arrow-5.png') no-repeat 92% 50% !important;
    background: url('i/draps-arrow-5.gif') no-repeat 92% 50%;
    color: white;
    display: block;
    text-decoration: none;
}

.product li .caption .detail .btn a:hover {
    background: #4c4c4c;
}
*/

.product li .caption .detail .price {
    float: right;
    font-size: 1.2em;
    font-weight: bold;
    color: #df4033;
}

.product span.oldprice {
    display: block;
    width: 50px;
    float: left;
    margin: 4px 0px 0px 6px;
    font-weight: bold;
}

/* PRODUCT LABELS */
.product li .product-labels,
.product-root li .product-labels {
    position: absolute;
    bottom: 82px;
    left: 7px;
    width: 45px;
}

.aside .product-labels {
    position: absolute;
    top: 4px;
    left: 9px;
    width: 45px;
    z-index: 999;
}

.product-labels li,
.product li .product-labels li,
.product-root li .product-labels li,
.aside .product-labels li {
    width: 45px;
    height: 45px;
    background: url('i/draps-product-labels.png') no-repeat 0 0;
    margin: 5px 0 0 0;
}

.product li .product-labels .label-akce,
.product-root li .product-labels .label-akce,
.aside .product-labels .label-akce {background-position: 0 0}

.product li .product-labels .label-vyprodej,
.product-root li .product-labels .label-vyprodej,
.aside .product-labels .label-vyprodej {background-position: -45px 0}

.product li .product-labels .label-novinka,
.product-root li .product-labels .label-novinka,
.aside .product-labels .label-novinka {background-position: -90px 0; }

.product li .product-labels .label-sleva,
.product-root li .product-labels .label-sleva,
.aside .product-labels .label-sleva {background-position: -135px 0}



/* shops */



.county .mapwrapper {
    float: left;
    /*border-right: 1px dashed #a5a4a4;*/
    /*padding: 15px 0 15px 15px;*/
    margin: 0 30px 40px 0;
}

.county ul {
    float: left;
    margin-left: 34px;
}

.county ul li {
    margin: 0 0 2px 0;
    font-size: 0.8em;
    text-transform: uppercase;
}

.county ul li a {
    color: #282726;
}

.county ul li.active, .county ul li.active a, .county ul li a:hover {
    color: #ce2f14;
}

.county ul li.active a {
    text-decoration: none;
}

.shop {
    margin: 15px 0;
    padding: 0 0 10px;
    border-bottom: 1px solid #ececec;;
}

.shop .info {
    float: left;
    width: 360px;
}

.shop .aside {
    float: right;
}

.shop .aside .shop-img-wrapper {
    float: right;
}

.shop .aside p {
    float: left;
    text-align: right;
    font-size: 0.9em;
    margin: 0 5px 0 0;
}

.content-box .shop p {
    padding: 0;
}

.shop .aside img {
    float: right;
    background: #929292;
    width: 194px;
    padding: 2px;
}

.shop p {
    margin: 0 0 0 0;
}

/* season */
.season-box {
    background: url('i/draps-season-box.gif') no-repeat left top;
    height: 65px;
    width: 220px;
    margin: 0 0 5px 0;
    text-align: center;
    font-size: 85%;
}

.season-box a {
    text-transform: uppercase;
    text-decoration: none;
    float: left;
    height: 60px;
    width: 108px;
    display: block;
    padding: 7px 0 0 0;
    margin: 0 3px 0 0;
    color: #d8d8d8;
}

.season-box a:hover {
    text-decoration: none;
}

.season-box a strong {
    color: #fefefe;
}

.season-box a.next {
    margin: 0;
}

.season-box a.active, .season-box a:hover {
    background: url('i/draps-season-box-active.gif') no-repeat left top;
}

/* order */
.order-box {
    margin: 0 3px 0px 0;
}

.order-box-bottom {
    margin: 0 3px 0 0;
}

.order-box h2 {
    padding: 0 0 0 00px;
    color: #df4a3e;
}

.order-box h2 strong {
    color: #df4033;
}

.order-box h2.no-margin-bottom, .order-box h3.no-margin-bottom {
    margin-bottom: 0;
}

.order-box h3 {
    font-weight: bold;
    font-size: 1em;
    padding: 0 0 0 10px;
    color: #282726;
}

.order-box h2 input {
    margin-right: 10px;
}

.order-box .note {
    padding: 0 0 0 40px;
}

.order-box .note-header {
    padding: 0 0 0 0px;
}

.order-box .shipping, .order-box .payment {
    padding: 0px 0 0 0px;
}

p.shipping {
    padding: 6px 0 6px 0;
}

.order-box .shipping strong, .order-box .payment strong {
    color: #282726;
}

.option {
    line-height: 180%;
}

.option input {
    float: left;
}

.option label {
    color: #282726;
    font-weight: bold;
    padding: 0 0 10px 0;
}

.option label input {
    margin-top:4px;
}

.process {
    height: 100px;
    margin-bottom: 20px;
    /* border-top: 1px solid white; */
}

ul.process li, ul.process a {
    color: #6d6d6d;
}

.process li {
    float: left;
    padding: 0 35px 0 0;
    background: url('i/draps-arrow-9.png') no-repeat right center;
    font-size: 12px;
    font-weight: bold;
}

.process li.last {
    background: none;
    padding: 0 0 0 10px;
}

.process li.active {
    background: url('i/draps-arrow-10.png') no-repeat right center;
    color: #ef4123;
}

.process li.active .cart {
    /*text-indent: -9999px;*/
    width: 153px;
    height: 103px;
    display: block;
    background: url('i/draps-content-cart-active.png') no-repeat right center;
}

.process li .cart {
    /*text-indent: -9999px;*/
    width: 159px;
    height: 103px;
    display: block;
    background: url('i/draps-content-cart.png') no-repeat right center;
}

.process li .cart span {
    width: 159px;
    display: block;
    padding: 70px 0 0 5px;
}

.process li.active .shipping {
    /*text-indent: -9999px;*/
    width: 189px;
    height: 101px;
    display: block;
    background: url('i/draps-shipping-active.png') no-repeat right bottom;
}

.process li .shipping {
    /*text-indent: -9999px;*/
    width: 189px;
    height: 104px;
    display: block;
    background: url('i/draps-shipping.png') no-repeat right -3px;
}

.process li .shipping span {
    width: 189px;
    display: block;
    padding: 70px 0 0 50px;
}

.process li .confirm {
    /*text-indent: -9999px;*/
    width: 220px;
    height: 103px;
    display: block;
    background: url('i/draps-confirm.png') no-repeat right -24px;
}

.process li.active .confirm {
    /*text-indent: -9999px;*/
    width: 220px;
    height: 119px;
    display: block;
    background: url('i/draps-confirm-active.png') no-repeat right -25px;
    vertical-align: baseline;
}

.process li .confirm span {
    display: block;
    padding: 70px 0 0 45px;
}


/* inputs */
.small-input {
    width: 20px;
}

/* tabs-box ul */

.tabs-box {
    margin: 0 10px 10px 0;
    height:28px;
    width:700px;
    height: 10px;
    visibility:hidden;
    display:none;
}

.tabs-box ul li {
    float: left;
    background: url('i/draps-tab-bg.png') repeat-x left top;
    margin-right: 3px;
    padding-right: 3px;
}

.tabs-box ul li a {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    color: #5e5e5d;
    padding: 9px 25px 8px 10px;
    background: url('i/draps-arrow-12.gif') no-repeat 95% 12px;
}

.tabs-box ul li.active {
    background-image: url('i/draps-tab-active-bg.png');
}

.tabs-box ul li.active a, .tabs-box ul li a:hover {
    text-decoration: underline;
    color: #ef4327;
    background-image: url('i/draps-arrow-11.gif');
}

.panels {
    background: #ebebeb;
    background: none;
    margin-right: 10px;
    padding: 8px 0px 10px 0px;
}

.content-middle .panels ul{
    list-style: disc;
    margin:6px 6px 12px 20px;
}


/* filter */

.filter {
    background: url('i/draps-filter-content.gif') repeat-y left top;
    width: 710px;
    margin: 0 0 10px 0;
    color: #282726;
}

.filter .inbox {
    background: url('i/draps-filter-top.gif') no-repeat;
    padding: 5px 0 10px 0;
}

.filter strong {
    color: #6d6d6d;;
}

.filter ul {
    height: 22px;
}

.filter ul li {
    float: left;
    margin: 0 0 0 10px;
}

.filter .other {
    width:500px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    top:5px;
    padding:2px 2px 2px 4px;
}

.filter .other p {
    float: left;
    margin: 0;
    padding:0;
}

.filter .other select {
    margin-top:3px;
    }
.filter .other label{
    padding:4px 2px 2px 2px;
    float:left;
}
.filter .other span {
    float:left;
    display:block;
    border:1px solid red;
}


.filter .filter-bottom {
    background: url('i/draps-filter-bottom.gif') no-repeat left top;
    height: 39px;
    clear: both;
    position: relative;
}

/* other */
small {
    text-transform: none;
}

.no-padding-right {
    padding-right: 0;
}

.no-padding-bottom {
    padding-bottom: 0;
}

.line {
    border: 0;
    border-bottom: 1px solid white;
}

.order-box .line {
    margin: 15px 0;
}

.new-price {
    color: #c6290f;
    font-size: 1.2em;
}

.small {
    font-size: 0.9em;
}

.number {
    width: 30px;
}

.refresh {
    /* text-indent: -9999px; */
    width: 19px;
    height: 19px;
    display: block;
    margin: 0 auto;
    /*background: url('i/draps-reload.png') no-repeat;*/
    background: url('i/ui-icons_cc0000_256x240.png') no-repeat -64px -80px;
}

.refresh-btn-wrap {
    padding: 5px;
    border: 1px solid red;
}

.refresh-btn {
    /*background:url('i/draps-reload.png') no-repeat;*/
    background: url('i/draps-icon-basket-refresh.png') no-repeat top left;
    cursor: pointer;
    width: 28px;
    height: 22px;
    border: none;
    margin: 4px 2px 0 5px;
    float:left;
}

.delete {
    text-indent: -9999px;
    height: 19px;
    width: 19px;
    display: block;
    /*background: url('i/draps-cross.png') no-repeat;*/
    background: url('i/draps-icon-basket-delete.png') no-repeat top left;
    margin: 4px 10px 4px 2px ;
    float:right;
}

.text-right {
    text-align: right;
}

.order-btn input {
    cursor: pointer;
    border: none;
    background: #dc3a37;
    background: url('i/draps-order-button2.png') no-repeat;
    width: 169px;
    height: 50px;
    color:white;
    font-size:1.1em;
    font-weight: bold;
}

.order-btn2 {
    background: #dc3a37 url('i/draps-order-button.png') no-repeat 0px -3px;
    display: block;
    margin:5px 0 0 0;
    padding: 4px 4px 4px 6px;
    color:white;
}

.order-btn2:hover {
    color: yellow;
}

.order-btn-left {
    background: url('i/draps-button-3-left.png') no-repeat left top;

}

.unactive {
    cursor:default;
}

.order-btn-left a {
    color: white;
    text-decoration: none;
    display: block;
    background: url('i/draps-button-3-right.png') no-repeat right top;
    padding: 18px 15px 18px 10px;
    margin: 0 0 0 5px;
}

.order-btn-left a:hover, .order-btn-left-main a:hover {
    /* color: silver; */
}

.order-btn-left input {
    color: white;
    text-decoration: none;
    display: block;
    background: url('i/draps-button-3-right.png') no-repeat right top;
    padding: 18px 15px 18px 10px;
    margin: 0 0 0 5px;
    border: 0;
    cursor: pointer;
}

.order-btn-left-main {
    background: url('i/draps-button-4-left.gif') no-repeat left top;

}

.order-btn-left-main a,
.order-btn-left-main input {
    color: white;
    text-decoration: none;
    display: block;
    background: url('i/draps-button-4-right.gif') no-repeat right top;
    padding: 18px 15px 18px 10px;
    margin: 0 0 0 5px;
    border: 0;
    cursor: pointer;
}

.btn3 {
    background: #dc3a37 url('i/draps-order-button.png') repeat-x 0px -3px;
    display: block;
    margin:5px 0 0 0;
    padding: 3px 4px 3px 6px;
    color:white;
    cursor: pointer;
    border: 1px solid #dc3a37;
    width:auto;
}

.left-arrow {
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    background: url('i/draps-arrow-8.png') no-repeat left 20%;
}

.right-arrow {
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    background: url('i/draps-arrow-5.png') no-repeat left 20%;
}

.order-btn a {
    color: white;
    text-decoration: none;
    display: block;
    background: url('i/draps-arrow-5.png') no-repeat 30px 50%;
    padding: 18px 15px 18px 60px;
}

.order-btn a:hover {
    color: silver;
}

.right-text {
    text-align: right;
}

.right {
    float: right;
}

.left {
    float: left;
}

.half {
    width: 48%;
}


/* tooltip */



.tip-icon {
    display:block;
    float: left;
    background: url('i/draps-tooltip-icon4.png') no-repeat right center;
    padding-right:22px;
}

.tip {
    display: none;
    font-size:1.1em;
    padding: 8px 5px 8px 5px;
}

.tip h2 {
    color: #2d2c2a;
    font-size:13px;
    text-transform:none;
    margin-bottom: 4px;
}

.tip p {
    margin:0;
    padding: 0 0 0 0px;
}

.tip ul li {
    margin-left:15px;
    list-style: disc;
}

.help {
    font-size: 1em;
    background: url('i/draps-help.png') no-repeat left center;
    padding: 10px 0 10px 38px;
}

/* self-clear floats */


div.group:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* filter */

.filter-btn {
    background: url('i/draps-button-4.gif') no-repeat;
    padding:3px 12px 2px 37px;
    font-size: 90%;
    text-decoration: none;
    color: white;
    float: right;
    margin: 10px 10px 0 0;
}

.filter-btn:hover {
    color: silver;
}

/* login form */

.login_form {
    background: url('i/draps-login-box3.png') no-repeat;
    color:#040404;
    display:none;
    height:134px;
    margin:3px 0 0;
    padding-top: 5px;
/*    position:absolute;
    z-index:999;*/
}

.login_form table {
    width: 210px;
    vertical-align: middle;
    margin: 10px 8px 4px;
}

.login_form table td {
    vertical-align: middle;
    padding: 2px;
    text-align: right;
}

.login_form table td.first {
    width:45px;
    text-align:right;
}

.login_form table td.error, #login_form table td.error-free { text-align: left; padding: 2px 0 0 11px; font-size: 10px; text-transform: uppercase; }
.login_form table ul.errorlist { display:inline; }
.login_form table ul.errorlist li { display:inline; }


.login_form span {
    color: #fe5236;
    margin: 10px 9px 0 0;
}

.login_form a.reminder {
      font-size: 10px;
}

.login_form span a {
    color: #dc3a37;
    font-size: 90%;
    margin: 0;
}

.login_form .inbox {
    margin: 20px 10px 0 10px;
}

.login_form td.input input{
    width:130px;
}


/* NEWS */
.content-box .news-item {
    border-bottom: 1px solid #efefef;;
    margin: 0px 0px 16px 0px;
}

.content-box .news-item h2 {
    margin: 6px 0 0 0;
    line-height: 1.25em;
}

.content-box .news-item p {
    margin: 0 10px 10px 0;
    padding: 0;
}

.content-box .news-item span.date {
    display:block;
    margin: 0 0 4px 0;
    padding-bottom:0px;
    color: #635e59;
}

.content-box .news-item .leftside {
    float: left;
    width: 400px;
}

.content-box .news-item .gallery {
    padding: 0 0 10px 0;
}

.content-box .news-item .gallery img {
    border: 1px solid #a7a7a7;
    width: 77px;
    height: auto;
}

.content-box .news-item .rightside {
    float: right;
    width: 196px;
    overflow: hidden;
    text-align: right;
}
.content-box .news-item .rightside img {
    border: 3px solid #9e9e9e;
    margin-bottom:8px;
    width: 190px;
    height: auto;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


button {
    margin: 6px 4px 5px 4px;
}
button.ui-state-default {
    cursor: pointer;
    float:right;
    background: #dc000b;
    background-repeat: no-repeat;
    color: white;
    cursor: pointer;
    border:1px solid #b11f24;
    height:26px;
    padding: 2px 18px 2px 4px;
    border:0;
    text-align: left;
    font-family:inherit;
    -webkit-border-radius: 3px;    /* for Safari */
    -moz-border-radius: 3px;       /* for Firefox */
     background-image: url('i/btn-arrow.png');
    background-position: top right;
    width:auto;
    overflow:visible;

}

button.discard {
    background-image: url('i/btn-arrow.png');
    background-position: top left;
    padding-left:20px;
    padding-right:4px;
}

/* WIZARD */

.wizard-group {
    background: transparent url('i/draps-wizard-content.gif') repeat-y left top;
    margin: 0 10px 10px 0;
}

.wizard-group .top {
    background: transparent url('i/draps-wizard-top.gif') no-repeat left top;
    padding: 0 10px;
    height: 66px;
    line-height: 66px;
    overflow: hidden;
}

.wizard-group .top h2 {
    /*margin: 10px 0;*/
}

.wizard-group .wizard-group-content {
    background: transparent url('i/draps-wizard-bottom.gif') no-repeat left bottom;
    padding: 10px;
}

.wizard-group .table01 {
    margin: 0;
}

.wizard-group .table01 tr {
    border: 0;
}

.wizard-group ul.level0 {
}

.wizard-group li.level0 {
    padding-bottom: 10px;
    width: 300px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 12px;
    float: left;
}

.wizard-group li.level1 {
    padding-left: 17px;
}

.wizard-group .wizard-subgroup {
    float: left;
    border: 1px solid red;
}

/* REGISTRACE */

.registration-wrapper { width: 660px; }
.registration-wrapper .leftside { float: left; width: 335px; }
.registration-wrapper .rightside {  float: right; width: 310px; margin-left:10px; }
.registration-wrapper input { width: 150px; margin:0px 1px 2px 1px; }
.registration-wrapper select { width: 152px; margin:0px 1px 2px 1px; }

.registration-wrapper label.lbl-normal {
    padding: 2px 1px 0px 1px;
    display: block;
    width: 130px;
    float:left;
}

.registration-wrapper span.required {
    color:#fd2501;
    font-size: 14px;
}

.registration-wrapper input,select {
    display:block;
    float:left;
}

.registration-wrapper div.psc input {
    width: 40px;
    margin-right: 140px;
}

.registration-wrapper #delivery_address {
    height:160px;
    margin-top: 15px;
}

.registration-wrapper .delivery {
    clear:both;
    margin-top: 2px;
    height: 20px;
}

.registration-wrapper .delivery label {
    padding:0;
    margin:0;
}

.registration-wrapper .delivery input#id_delivery {
    width: 12px;
    float: left;
    display:block;
    margin:3px 6px 0px 2px;
}

.registration-wrapper input#id_attachment {
    width:60px;
}

.registration-wrapper input.del-checkbox {
    width: 12px;
    float: left;
    display:block;
    margin:3px 6px 0px 0px;
}

.registration-wrapper div.del-checkbox {
    padding:42px 2px 2px 0px;
}

.registration-wrapper div.del-checkbox input{
    width: 12px;
    float: left;
    display:block;
    margin:4px 6px 0px 0px;
}

div.deliv label { padding:0; margin:0; float:left; clear:both; }
div.deliv input { width:16px; }
div.deliv p { padding:0; margin:0; clear:both; }

ul.errorlist { clear:both; color: #dc3a37; }
ul.eror-reg { margin-left:100px; }

.dealer-go td.first { width:80px; }
.dealer-go td input { width:130px; }


/* HOMEPAGE */
.hp-section {
    position: relative;
    margin-bottom: 15px;
}

.hp-section .button-05 {
    position: absolute;
    top: 2px;
    right: 0px;
}


/* BUTTONS */

.btn { /* buton ahref */
   background: #dc000b;
    background-repeat: no-repeat;
    color: white;
    cursor: pointer;
    border:1px solid #b11f24;
    height:26px;
    margin:0;
    padding:2px 6px 0px 6px;
    border:0;
    text-align: left;
    font-size:12px;
    -webkit-border-radius: 3px;    /* for Safari */
    -moz-border-radius: 3px;       /* for Firefox */
}

/* fix news temp */
div.btn { width: 90px; float:left; } div.btn a { color:white; text-decoration:none;}

.btn span{
    display:block;
    margin-top:4px;
}

.link1 {
    background-image: url('i/btn-arrow.png');
    background-position: right 0px;
    padding:0px 22px 0px 4px;
    height: 26px;
    text-decoration:none;
}

.link1:hover{
    background-position: right -26px;
    color:white;
    /* text-decoration:underline; */
}

.link2 {
    background-image: url('i/btn-arrow.png');
    background-position: left 0px;
    padding:0px 4px 0px 22px;
    height: 26px;
    overflow:hidden;
    text-decoration:none;
}

.link2:hover{
    background-position: left -26px;
    color:white;
    /* text-decoration:underline; */
}


.link3 { /* href as submit */
    background-image: url('i/btn-arrow.png');
    background-position: right 0px;
    padding:0px 22px 0px 4px;
    height: 26px;
    text-decoration:none;
}

.link3:hover{
    background-position: right -26px;
    color:white;
    /* text-decoration:underline; */
}

.btn1 {  /* buton input */
    background: #dc000b;
    background-repeat: no-repeat;
    color: white;
    cursor: pointer;
    border:1px solid #b11f24;
    height:26px;
    margin:0;
    padding:0px 6px 2px 6px;
    border:0;
    text-align: left;
    font-size:12px;
    -webkit-border-radius: 3px;    /* for Safari */
    -moz-border-radius: 3px;       /* for Firefox */
}

.submit1 {
    background-image: url('i/btn-arrow.png');
    background-position: top right;
    padding-right:22px;
}

.btn2 {
    background: #dc000b;
    background-repeat: no-repeat;
    color: white;
    cursor: pointer;
    border:1px solid #b11f24;
    height:26px;
    margin:0;
    padding:0px 0px 0px 2px;
    border:0;
    text-align: left;
    font-size:12px;
    -webkit-border-radius: 3px;    /* for Safari */
    -moz-border-radius: 3px;       /* for Firefox */
    background-image: url('i/cart-small.png');
    background-position: top right;
    width:27px;
}

.submit1:hover {
    background-position: right -26px;
    /* color: yellow; */
}

.filter1 {
    background-image: url('i/btn-arrow.png');
    background-position: top center;

}

.filter1:hover {
    background-position: bottom center;
}

.partners {
  
}

.partners .imp {
  width:310px;
  height: 120px;
  float:left;
}

.imp .img { width: 130px; height:90px; float: left; margin-right: 10px; }
.imp .img img { width:120px; }
.imp .link {}
.imp .info { color: #666666;}


/* BUTTON PANES */

.bot-btn-pane { margin: 20px 0 5px 0; border-top: 1px solid white; padding-top: 12px; text-align:right; }
.b2c-reg { margin-right:10px;}
.btn-filter { padding:8px 10px 5px 10px;}
.btn-order { padding:2px 10px 5px 0px;}
.bot-basket-pane { margin: 8px 0 5px 0; padding-top: 6px; text-align:right; }
.bot-form { margin-top: 6px;}
.home-pane { margin-top: 6px; }
.dealer-enry-pane { margin-left: 86px; }


.button-05 {
    display: inline-block;
    height: 31px;
    text-decoration: none;
    color: #fe4324;
    font-size: 12px;
}

.button-05:hover {
    color: #d63318;
}

.button-05 span {
    background-image: url('i/draps-button-05-right.png');
    display: inline-block;
    height: 31px;
    line-height: 32px;
    background-color: transparent;
    background-position: right top;
    background-repeat: no-repeat;
    padding-right: 16px;
}

.button-05 span span {
    padding-left: 10px;
    padding-right: 10px;
    background-position: left top;
    font-weight: bold;
    white-space: nowrap;
    background-image: url('i/draps-button-05.png');
}



/* PAGINATOR */

.paginator {
    padding: 2px 10px 4px 0px;
    font-weight: bold;
}

.paginator strong {
    color: #282726;
}

.paginator a {
    padding: 2px;
    text-decoration: none;
}

/* Sitemap */

.sitemap ul {
	margin: 3px 0 0 0;
}

.sitemap ul li {
	margin: 0 0 3px 14px;
	list-style: disc;
}

.sitemap h4 {
	margin-top: 10px;
}


/* REVIEWS */
#reviews {
    margin: 10px 10px 10px 10px;
    font-size: 13px;
    position: relative;
}

#reviews .button-05 {
    position: absolute;
    top: 0px;
    right: 0px;
}

#reviews ul {
    margin: 35px 0 0 0;
    list-style: none;
}

#reviews li {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    background: url('i/draps-reviews-border.png') repeat-x left bottom;
}

#reviews .q-mark {
    display: inline-block;
    background: url('i/draps-reviews-quotation-marks.png') no-repeat -16px 0;
    width: 16px;
    height: 12px;
}


#reviews .q-mark-start {margin-right: 4px;}

#reviews .q-mark-end {
    background: url('i/draps-reviews-quotation-marks.png') no-repeat 0 0;
    margin-left: 4px;
}

#reviews .author-name {
    font-size: 12px;
    color:rgb(83,83,83);
}

#reviews .rating {
    display: inline-block;
    height: 10px;
    width: 50px;
    background: url('i/draps-rating-star.png') repeat-x 0 0;
}

#reviews .rating span {
    display: inline-block;
    height: 10px;
    background: url('i/draps-rating-star-active.png') repeat-x 0 0;
}

#reviews .rating-stars-00 {width: 0px;}
#reviews .rating-stars-05 {width: 5px;}
#reviews .rating-stars-10 {width: 10px;}
#reviews .rating-stars-15 {width: 15px;}
#reviews .rating-stars-20 {width: 20px;}
#reviews .rating-stars-25 {width: 25px;}
#reviews .rating-stars-30 {width: 30px;}
#reviews .rating-stars-35 {width: 35px;}
#reviews .rating-stars-40 {width: 40px;}
#reviews .rating-stars-45 {width: 45px;}
#reviews .rating-stars-50 {width: 50px;}

/* COMMON CLASSES */

.cleaner {
    clear: both;
}

.hidden {
    visibility: hidden;
    display: none;
}

.color01 {
    color: #666666 /* #6d6d6d; */
    /* color: gray; */
}

.color02 {
    color: #ef4123;
}

.color03 {
    color: #62605f;
}

.color04{
    color: #D63318;
}

.txt-bigger {
    font-size:1.3em;
}

.txt-smaller {
    font-size:0.9em;
}

.txt-strike{
    text-decoration: line-through;
}

.txt-right {
    text-align:right;
}

.text-center{
    text-align: center;
}

.txt-lower {
    text-transform: lowercase;
} 

.txt-upper {
    text-transform: uppercase;
}

.txt-bold {
    font-weight: bold;
}

.shopping-basket-note {
    padding: 20px 0 0 0;
}

.shopping-basket-note textarea {
    width: 99%;
    height:60px;
}

.eu-donation {
    background: url('i/ico-eu-donation.gif') no-repeat left 2px;
    padding: 0 0 0 50px;
    margin: 11px 0 0 0;
    font-size: 9px;
    color: #a9a9a9;
}

.img1 {
    width: 190px;
    border: 3px solid #9e9e9e;
    margin: 2px 0px 10px 7px;
}

.align-center {
    text-align: center;
}

.cloud-zoom-gallery {
    text-decoration: none;
}

