/* Kloster Pforta Onlineshop Theme */

/* General Settings */

html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,
acronym,address,big,code,del,dfn,em,
font,img,ins,kbd,q,s,samp,small,strike,
strong,sup,tt,var,b,u,i,center,dl,dt,dd,
ol,ul,li,fieldset,form,input,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ol, ul { list-style-type: none; }

blockquote, q { quotes: none; }

:focus { outline: none; }

table {
    clear: left;
    border-collapse: collapse;
    border-spacing: 0;
}

html { min-width: 940px; }

body {
    font-family: verdana, sans-serif;
    background: #fff0b2 url(../img/gfx.png) left top repeat-x;
    font-size: 12px;
    line-height: 1.5em;
    color: #413204;
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "times new roman", serif;
    font-weight: normal;
}

h1 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 26px;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #b28300;
}

h2 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    line-height: 1em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #413204;
}

a:link, a:visited {
    color: #b28300;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}
a:hover { text-decoration: underline; }

a.link_back {
    padding-left: 18px;
    background: transparent url(../img/gfx3.png) left -854px no-repeat;
}
a.dark, a.dark:visited { color: #333300; }
a.iconleft {
    padding-left: 18px;
    background: transparent url(../img/gfx4.png) -300px -97px no-repeat;
}
a.goldiconleft, #cms #center_column ul li a {
	font-size: 12px;
    padding-left: 18px;
    background: transparent url(../img/gfx3.png) -596px -856px no-repeat;
}

.goldiconright {
    color: #b28300;
    font-size: 12px;
    padding-right: 20px;
    background: transparent url(../img/gfx3.png) right -856px no-repeat;
}

.input, textarea, select {
    border: 2px solid #ffd97b;
    box-shadow: inset 1px 1px 3px #ccc;
    -moz-box-shadow: inset 1px 1px 3px #ccc;
}
.input, textarea { padding: 5px; }
select {
    padding: 4px 2px 2px 2px;
    font-size: 11px;
}
option { padding: 2px 5px; }
.checkbox { margin: 6px; }
fieldset p, fieldset ul {
    clear: both;
    overflow: hidden;
}

.table { margin-bottom: 20px; }
.table th, .table td { padding: 2px 10px; }

.right { text-align: right; }

hr {
    height: 2px;
    margin: 1em 0 2em 0;
    border: 0;
    background-color: #ffe7a3;
    color: #ffe7a3;
    clear: both;
}

.tscart { text-shadow: #023971 1px 1px 2px; }
.tsdefault { text-shadow: #4b3f2f 1px 1px 2px; }


/* Layout */

#page {
    width: 940px;
    margin: 0 auto;
    text-align: left;
}

#page_wrap { background: transparent url(../img/ornament-bg.png) center 200px no-repeat; }

#header {
    overflow: hidden;
    background: #fff;
    height: 140px;
    position: relative;
}

#logo, #title, #meta { position: absolute; }

#logo {
    top: 23px;
    left: 46px;
    z-index: 3;
}

#title {
    width: 940px;
    top: 62px;
    left: 0px;
    z-index: 1;
    text-align: center;
}
#title sub {
    font-size: 12px;
    color: #666548;
    line-height: 22px;
}

#meta {
    left: 738px;
    margin-top: 20px;
    z-index: 2;
}

.column { float: left; }

#content {
    width: 900px;
    padding: 18px 18px 120px 18px;
    border: 2px solid #ffe7a3;
    background-color: #fff;
    overflow: hidden;
}

#left_column, #right_column {
    width: 180px;
}

#center_column {
    width: 500px;
    margin: 0 20px 0 20px;
}
#center_column p { padding: 0 10px 20px 10px; }


#footer {
    padding-top: 50px;
    clear:both;
    background: transparent url(../img/footer-bg.png) bottom center no-repeat;
}

#footer .wrapper {
    width: 740px;
    margin: 0 auto;
    padding: 80px 0 0 200px;
    height: 170px;
    text-align: left;
    background: transparent;
}

#footer hr { margin: 0 0 1em 0; }

#footer ul {
    list-style-type: none;
    margin: 0 0 1em 0;
}

#footer li {
    display: inline;
}
#footer .seperatordot {
    padding: 0 10px;
    font-weight: bold;
    font-size: 8px !important;
    color: #B28300;
}

#metanavi { font-size:10px; }
#metanavi .seperatordot {
    padding: 0 6px;
    font-weight: bold;
    font-size: 7px !important;
}


div.error, div.success {
    margin: 20px 25px 20px 10px;
    padding: 10px;
    display: none;
}
div.error {
    background-color: #e47c5e;
    border: 2px solid red;
}
div.success {
    background-color: #f0ffb6;
    border: 2px solid green;
}
div.error p, div.error ol, div.success p, div.success ol {
    margin: 10px 0 !important;
    padding: 0 !important;
}


/* Blocks */

.block {
    margin-bottom: 20px;
    background-color: #ffeda6;
    overflow: hidden;
}


.block .block_content { margin: 5px; }

#editorial_block_center h1 {
    margin-top: 0.7em;
    margin-bottom: 0.3em;
}
#editorial_block_center p { padding-bottom: 3em; }

.block h4 {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 18px;
    color: #413204;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.05em;
}

.blockinfo {
    margin: 0 5px 0 5px;
    padding: 13px 5px 10px 5px;
    font-size: 12px;
    line-height: 15px;
    color: #666548;
}
.blockwhite {
    background-color: #fff;
    text-align: center;
}

.slideshow {
    width: 170px;
    margin: 0 5px 5px 5px;
    overflow: hidden;
    background-color: #fff;
    position: relative;
}
.slideshow ul {
    width: 510px;
    overflow: hidden;
}
.slideshow li {
    float: left;
    width: 170px;
    text-align: center;
    padding: 10px 0;
    position: relative;
}
.slideshow strong {
    display: block;
    font-size: 12px;
    line-height: 15px;
    font-weight: normal;
    padding: 0 10px;
}
.slideshow a { position: relative; }
.slideshow a:hover { text-decoration: none; }
.slideshow a:hover strong { text-decoration: underline; }
.slideleft, .slideright {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 80px;
    -opera-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
}
.slideleft:hover, .slideright:hover { background-color: #eceae5; }
.slideleft {
    z-index: 5;
    left: 4px;
    background: transparent url(../img/gfx4.png) 3px -94px no-repeat;
}
.slideright {
    z-index: 6;
    left: 146px;
    background: transparent url(../img/gfx4.png) -297px -94px no-repeat;
}

#search_block_top {
    width: 182px;
    height: 24px;
    background: transparent url(../img/gfx3.png) 0 -300px;
    overflow: hidden;
    position: relative;
}
#search_block_top.search_block_top_active { background-position: 0 -330px; }
#search_block_top.search_block_top_active #search_query { color: #000; }
#search_query {
    position: absolute;
    left: 20px;
    display: block;
    width: 130px;
    height: 20px;
    padding: 4px 5px 2px 5px;
    color: #a6a6a6;
    background: transparent;
}
#submit_search {
    position: absolute;
    left: 160px;
    width: 22px;
    height: 24px;
    cursor: pointer;
}

#header_user {
    padding-top: 18px;
    padding-left: 2px;
    line-height: 14px;
    font-size: 10px;
    color: #999;
}
#header_user a {
    font-size: 10px;
    padding-top: 1px;
}
#header_user span {
    color: #000;
    font-weight: bold;
}


#block_various_links_footer {
    margin-left: 181px;
    border-top: 2px solid #f0dca7;
}
#block_various_links_footer li {
    float: left;
    margin-right: 20px;
    font-size: 0.8em;
}

#categories_block_left { background-color: #fff; }
#categories_block_left .block_content { margin: 0; }
.categories_list li, .link_list li {
    background: transparent url(../img/gfx4.png) -286px -48px no-repeat;
    border-left: 5px solid #ffeda6;
    border-right: 5px solid #ffeda6;
}
.link_list li { overflow: hidden; }
.categories_list a, .categories_list a:visited, .link_list a, .link_list a:visited {
    display: block;
    width: 146px;
    padding-bottom: 2px;
    padding-left: 22px;
    padding-top: 5px;
    line-height: 1.3em;
    font-weight: normal;
    color: #666548;
}

#categories_block_left .cat-3, #categories_block_left .cat-2, #categories_block_left .cat-4 {
    padding-top: 0;
    border: 0 none;
}
#categories_block_left .cat-3 a, #categories_block_left .cat-2 a, #categories_block_left .cat-4 a {
    width: 150px;
    height: 30px;
    padding-left: 9px;
    padding-top: 1px;
    font-weight: bold;
    line-height: 2.4em;
    color: #fff;
    vertical-align: middle;
}
#categories_block_left .cat-3 { background: #a17e20 url(../img/gfx3.png) 0 -552px no-repeat; }
#categories_block_left .cat-2 { background: #7c8385 url(../img/gfx3.png) 0 -612px no-repeat; }
#categories_block_left .cat-4 { background: #be4929 url(../img/gfx3.png) 0 -672px no-repeat; }
#categories_block_left .cat-5 a, #categories_block_left .cat-6 a {
    width: 145px;
    height: 30px;
    padding-top: 14px;
    padding-bottom: 8px;
    padding-left: 35px;
    line-height: 2.2em;
}
#categories_block_left .cat-5 {
    border-top: 5px solid #ffeda6;
    background: transparent url(../img/gfx3.png) 15px -720px no-repeat;
}
#categories_block_left .cat-5 a { padding-bottom: 0; }
#categories_block_left .cat-6 { background: transparent url(../img/gfx3.png) 15px -782px no-repeat; }
.categories_list .last { border-bottom: 5px solid #ffeda6; }
.categories_list .last a { padding-bottom: 20px; }
.link_list .last a { padding-bottom: 29px; }


#cart_block {
    padding-bottom: 5px;
    background: #e5eff6;
    text-align: center;
}
.cart_quantity {
    padding: 10px 20px;
    font-weight: bold;
    line-height: 1.2em;
    color: #000;
}
.cart_empty .cart_quantity {
    font-weight: normal;
    color: #666548;
}
.cart_taxinfo {
    display: block;
    padding: 7px 0;
    font-size: 10px;
    line-height: 13px;
    color: #666548;
}
#cart_block_header {
    display: block;
    width: 180px;
    height: 34px;
    padding-left: 40px;
    background: transparent url(../img/gfx3.png) 0 -1px no-repeat;
    font-family: "times new roman", serif;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    line-height: 1.8em;
    letter-spacing: 0.04em;
}
#cart_block .dark { font-size: 10px; }
#button_order_cart {
    display: block;
    width: 120px;
    height: 30px;
    margin: 5px auto 10px auto;
    background: transparent url(../img/gfx3.png) -200px -180px no-repeat;
}
#button_order_cart:hover { background-position: -200px -220px; }
#button_order_cart:active { background-position: -200px -260px; }

#header_user { font-size: 0.8em; }

#safer-shopping {
    display: block;
    width: 143px;
    height: 43px;
    margin: 5px 0 10px 13px;
    background: transparent url(../img/teaser.jpg) 0 0 no-repeat;
}

#newsletter_block_left h4 {
    padding-top: 160px;
    background: transparent url(../img/teaser.jpg) 0 -260px no-repeat;
}
#newsletterLabel
{
    display: block;
    float: none;
    margin: 0 7px;
    font-size: 10px;
    color: #666548;
}
#ijtklt-ijtklt {
    width: 128px;
    height: 15px;
    margin: 0 0 10px 7px;
    background-color: #fff;
    border: 2px solid #f0dca7;
    border-right: 0 none;
}
#newsletterSubmit {
    width: 26px;
    height: 29px;
    background: transparent url(../img/btn-gold.png) -236px -3px no-repeat;
    border: 2px solid #f0dca7;
    border-left: 0 none;
    cursor: pointer;
}
#newsletterSubmit:hover { background-position: -236px -43px; }
#newsletterSubmit:active { background-position: -236px -83px; }

#teaser_block_right {
	padding-bottom: 5px;
}
#teaser_block_right a {
	display: block;
	width: 170px;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 180px;
    background: transparent url(../img/teaser.jpg) 0 -60px no-repeat;
    position: relative;
}
#teaser_block_right .teaserinfo {
	font-weight: normal;
	color: #666548;
	display: block;
	padding: 5px;
    line-height: 14px;
	background-color: #fff;
}
#teaser_block_right .p_pricetag {
    left: 102px;
    top: 120px;
    text-align: center;
    background-position: -203px 0;
    padding-top: 18px;
    color: #fff;
}
#teaser_block_right a:hover { text-decoration: none; }
#teaser_block_right a .goldiconright { font-weight: bold; }
#teaser_block_right a:hover .goldiconright { text-decoration: underline; }

/* Product detail page */
#product_info { overflow: hidden; }
#product_info  { overflow: hidden; }

#product_title {
    padding: 0.15em 0 0.85em 0;
    border-bottom: 2px solid #faecbd;
}
#product_title sub {
    padding-left: 10px;
    font-size: 12px;
    color: #999;
}
#product_title .seperatordot {
    font-size: 10px;
    vertical-align: middle;
    padding: 0 4px 0 3px;
}

#product_img {
    float: left;
    position: relative;
    width: 250px;
    height: 360px;
    margin: 45px -1px 0 0;
    border-right: 1px solid #e6e6e6;
}
#product_img .p_pricetag {
    display: block;
    position: absolute;
    top: 5px;
    left: 165px;
    text-align: center;
}
.iconzoom {
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 335px;
    left: 213px;
    background: transparent url(../img/gfx4.png) -300px 0 no-repeat;
    z-index: 2;
}

#product_descr {
    float: left;
    width: 235px;
    margin-top: 30px;
    padding: 10px 0 10px 14px;
    border-left: 1px solid #e6e6e6;
}

#product_descr p {
    padding-bottom: 1.4em;
}

.quantity_wanted_p { overflow: hidden; }
.quantity_wanted_p * { float: left; }
.quantity_wanted_p label {
    line-height: 2.6em;
    padding-right: 0.5em;
}
.quantity_wanted_p input {
    width: 28px;
    height: 17px;
}

.quantity_wanted_incr_decr {
    display: block;
    width: 16px;
    height: 31px;
    margin-left: 3px;
}
.quantity_wanted_incr, .quantity_wanted_decr {
    display: block;
    width: 16px;
    height: 14px;
    cursor: pointer;
}
.quantity_wanted_incr {
    margin-bottom: 3px;
    background: #ffd97b url(../img/gfx4.png) -296px -157px no-repeat;
}
.quantity_wanted_decr {
    background: #ffd97b url(../img/gfx4.png) -296px -172px no-repeat;
}
.quantity_wanted_incr:hover, .quantity_wanted_decr:hover { background-color: #b28300; }
.price_quantity {
    padding-left: 0.5em;
    line-height: 2.6em;
    font-weight: bold;
    color: #413204;
}
.input_focused, .input:focus { background-color: #fffbf2 !important; }

.warning_inline {
    font-size: 10px;
    line-height: 12px;
    font-weight: bold;
    color: #8b0000;
    background: transparent url(../img/gfx4.png) -300px -20px no-repeat;
    padding-left: 10px;
    margin-left: 10px;
}

#add_to_cart_big {
    width: 190px;
    height: 30px;
    background: #01428b url(../img/gfx3.png) 0 -60px no-repeat;
    border: 0 none;
    cursor: pointer;
    margin-top: 10px;
}
#add_to_cart_big:hover { background-position: 0 -100px; }
#add_to_cart_big:active { background-position: 0 -140px; }

#product_seperator {
    width: 480px;
    height: 1px;
    margin: 10px auto 40px auto;
    clear: both;
    background: #e6e6e6 url(../img/gfx3.png) 0 0 no-repeat;
}

/* Product list */
#product_list { margin-top: 20px; }

.p_thumb_wrap {
    display: block;
    float: left;
    width: 166px;
    height: 290px;
    margin-top: 10px;
    position: relative;
}
#featured-products .p_thumb_wrap { overflow:hidden; }

.p_link_view, .p_link_cart {
    position: absolute;
    top: 258px;
    cursor: pointer;
    visibility: hidden;
}
.p_link_view {
    z-index: 5;
    left: 15px;
    font-size: 11px;
    font-weight: bold;
    color: #b28300;
    padding-top: 2px;
    padding-right: 18px;
    background: transparent url(../img/gfx3.png) right -851px no-repeat;
}
.p_link_view:hover { text-decoration: underline; }
.p_link_cart {
    z-index: 6;
    left: 103px;
    display: block;
    width: 50px;
    height: 24px;
    background: transparent url(../img/gfx3.png) -200px -60px no-repeat;
}
.p_link_cart:hover { background-position: -200px -100px; }
.p_link_cart:active { background-position: -200px -140px; }

.p_thumb {
    position: relative;
    display: block;
    height: 100%;
    text-align: center;
    background: transparent url(../img/gfx3.png) -445px -1px no-repeat;
    position: relative;
}
.p_thumb * { cursor: pointer; }
.p_row1 { background-position: -443px -1px; }
.p_row2, .p_row3 {
    background-position: -442px -1px;
    padding-left: 1px;
}
.p_thumb:hover { text-decoration: none; }
.p_thumb strong, .p_order_a strong {
    font-size: 12px;
    line-height: 15px;
    font-weight: normal;
    color: #b28300;
}

.p_thumb img {
    position: absolute;
    margin-top: 5px;
    top: 0;
    left: 3px;
}
.p_cover { z-index: 1; }
.p_hover {
    z-index: 2;
    visibility: hidden;
}

.p_name {
    display: block;
    position: absolute;
    width: 146px;
    z-index: 3;
    top: 211px;
    left: 0;
    margin: 0 1px;
    padding: 0 9px;
    line-height: 1.225em;
    background: #fff;
}
.p_sub {
    display: block;
    margin-top: 4px;
    font-size: 9px;
    font-weight: normal;
    color: #666;
    line-height: 11px;
}

.seperatordot {
    font-size: 6px !important;
    line-height: 6px;
    padding: 0 3px 0 1px;
}
.p_pricetag {
    display: block;
    position: absolute;
    z-index: 4;
    top: 148px;
    left: 97px;
    width: 62px;
    height: 47px;
    background: transparent url(../img/gfx4.png) 0 0 no-repeat;
    padding: 15px 8px 8px 0;
    font-family: "times new roman", serif;
    font-weight: normal;
    color: #333;
}
#slidelist .p_pricetag {
    top: 10px;
    z-index: 2;
}
.p_new {
    padding-top: 7px;
    background-position: -100px 0;
}
.p_soldout {
    padding-top: 17px;
    background-position: 0 -140px;
}
.p_pricetag span { display: block; }
.p_price {
    font-size: 18px;
    line-height: 1em;
}
.p_currency {
    font-size: 10px;
    line-height: 1em;
    text-transform: uppercase;
}
.p_new_tag {
    font-family: verdana, sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
}
.p_thumb_links { padding: 10px; }
.p_thumb_links span {
    font-size: 10px;
    color: #666;
}


/* Order page */

#order_step {
    overflow:  hidden;
    margin: 24px 0 30px 0;
    padding-left: 4px;
    background: transparent url(../img/gfx3.png) 0 -477px no-repeat;
    text-align: center;
}
#order_step li {
    display: block;
    float: left;
    width: 82px;
    height: 40px;
    color: #666548;
    font-size: 12px;
}
#order_step li span {
    display: block;
    width: 82px;
    height: 18px;
    background: transparent url(../img/gfx3.png) -201px -20px no-repeat;
}
#order_step .step_current span { background-position: -301px -20px; }
#order_step a {
    color: #666548;
    font-weight: normal;
}

.p_order {
    padding: 9px 0 5px 0;
    border-top: 2px solid #faecbd;
    overflow: hidden;
    text-align: left;
}
.p_order .quantity_wanted_p {
    display: block;
    height: 60px;
    padding: 30px 0 0 33px !important;
    border-left: 1px solid #e6e6e6;
}
.p_order .price_quantity_cart {
    display: block;
    font-weight: bold;
    padding-top: 7px;
    padding-left: 5px;
}
.p_order_a {
    display: block;
    float: left;
    width: 246px;
    padding-top: 18px;
    padding-right: 10px;
    line-height: 1em;
    vertical-align: middle;
    overflow: hidden;
}
.p_order_a:hover { text-decoration: none; }
.p_order_a:hover strong { text-decoration: underline; }
.p_order_a img {
    float: left;
    margin-top: -18px;
}
.p_order_a sub {
    line-height: 4em;
    font-size: 0.8em;
    font-weight: normal;
    color: #413204;
}
.p_order_last { border-bottom: 2px solid #faecbd; }

.p_order_del {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin: 10px 13px 50px 10px;
    background: transparent url(../img/gfx3.png) -300px -60px no-repeat;
}
.p_order_del:hover { background-position: -320px -60px; }

.order_summary {
    margin-top: 15px;
    width: 100%;
}
.order_summary tbody.hover tr:hover { background-color: #f7f7f7; }
.order_summary th, .order_summary td {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 5px;
    font-size: 12px;
    line-height: 15px;
    vertical-align: bottom;
}
.order_summary tfoot td { padding: 0 10px; }
.order_summary .seperate { padding-top: 20px; }
.order_summary .price { width: 23%; }
.order_summary .free_shipping {
    padding-top: 30px;
    padding-left: 65px;
}
.order_summary .free_shipping, .order_summary .free_shipping_price { color: #999; }
.order_summary .free_shipping_price { text-align: right; padding-right: 10px; }
.order_summary .cart_total { padding-top: 20px; }
.cart_summary { margin-top: 0 !important; width: 100%; }
.cart_summary th, .cart_summary td {
    padding: 5px  10px !important;
    line-height: 14px;
    vertical-align: bottom;
}
.cart_summary a { font-weight: normal; }
.cart_summary tfoot td { padding-top: 5px !important; }
.cart_total {
    font-size: 18px !important;
    font-weight: bold !important;
    color: #024b94 !important;
}
.cart_summary .price { width: 23%; }

.cart_navigation {
    overflow: hidden;
    margin-top: 20px;
}
.cart_navigation .order_now {
    display: block;
    float: right;
    width: 140px;
    height: 30px;
    background: #01428b url(../img/gfx3.png) 0 -180px no-repeat;
    border: 0 none;
    cursor: pointer;
    margin-top: 8px;
}
.cart_navigation .order_now:hover { background-position: 0 -220px; }
.cart_navigation .order_now:active { background-position: 0 -260px; }
.cart_navigation input, .cart_navigation .submit_a {
    float: right;
    margin-top: 10px;
}

.cart_navigation .link_back {
    display: block;
    float: left;
    margin-top: 15px;
}


/* Checkout */
#page fieldset,
#authentication fieldset,
#order fieldset,
#address fieldset { margin: 20px 0 40px 0; }
#newsletter_block_left fieldset { margin-bottom: 0; }
#search_block_top fieldset { margin: 0; }

.label {
    float: left;
    width: 210px;
    text-align: right;
    margin-right: 20px;
    margin-top: 5px;
    line-height: 16px;
}

.input,
#address textarea,
#address select,
#authentication textarea,
#authentication select,
#creditcardDate select {
    float: left;
    margin-bottom: 9px;
}

#months, #years, #expDate_Year { margin-left: 3px; }

.input, #address textarea { width: 226px; }

ul.address {
    margin: 10px;
    float: left;
    clear: none;
    width: 200px;
}
ul.address li.address_title {
    font-weight: bold;
    padding-bottom: 5px;
}
ul.address .address_update { margin-top: 10px; }

fieldset .submit {
    overflow: hidden;
    padding-top: 20px !important;
    padding-left: 230px !important;
}
fieldset .submit input, .cart_navigation .submit_a {
    height: 30px;
    margin-right: 20px;
    padding: 0 35px 0 12px !important;
    background: transparent url(../img/btn-gold.png) right top no-repeat;
    color: #fff;
    font-size: 12px;
    font-family: verdana, sans-serif;
    vertical-align: middle;
    font-weight: bold;
    border: 0 none;
    box-shadow: none;
    -moz-box-shadow: none;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
fieldset .submit input, .cart_navigation .submit_a:visited { color: #fff; }

.auth_left, .auth_right { float: left; }
.auth_left {
    padding-left: 5px;
    padding-right: 15px;
}
.auth_right { 
    padding-left: 20px;
    border-left: 2px solid #ffe7a3;
}
.auth_left .submit, .auth_right .submit,
.auth_left p, .auth_right p,
.auth_left h2, .auth_right h2,
.auth_left .label, .auth_right .label,
.auth_left .input, .auth_right .input,
.auth_right .hint
{
    width: 206px;
    text-align: left;
    float: none; display: block;
}
.auth_left .submit, .auth_right .submit,
.auth_left p, .auth_right p,
.auth_left h2, .auth_right h2,
.auth_left .label, .auth_right .label,
.auth_right .hint
{
    padding-left: 0 !important;
}

.radiocheck { padding: 10px 0 0 167px !important; }
.nopad { padding: 0 !important; }
.radiocheck label {
    float: none;
    display: block;
    width: 320px;
    text-align: left;
    cursor: pointer;
}
.nopad label { width: 450px; }
.radiocheck input {
    float: left;
    margin-right: 20px;
    margin-bottom: 40px;
    margin-left: 30px;
    cursor: pointer;
}
.nopad input { margin-left: 10px; }
td .radiocheck label { width: 150px; }
.radiocheck .radio { margin-top: 6px; margin-bottom: 10px; }

.cart_navigation a.submit_a {
    line-height: 28px;
    vertical-align: middle;
}
#authentication fieldset .submit input,
#authentication .cart_navigation .submit_a,
#order fieldset .submit input,
#order .cart_navigation .submit_a,
#payment fieldset .submit input,
#payment .cart_navigation .submit_a,
#validation fieldset .submit input,
#validation .cart_navigation .submit_a
{ background-image: url(../img/btn-blue.png); }

fieldset .submit input:hover, .cart_navigation .submit_a:hover { background-position: right center; }
fieldset .submit input:active, .cart_navigation .submit_a:active { background-position: right bottom; }
fieldset .hint {
    width: 100%;
    padding-left: 230px !important;
    padding-bottom: 0 !important;
}
fieldset .hint span {
    font-size: 10px;
    color: #666;
}
.ta_wide {
    width: 445px;
    margin: 10px;
}

.paymentinfo {
	font-size: 12px;
	margin-top: 1em;
}

#id_gender2 { margin-left: 10px; }


/* CMS content */
#cms #center_column h2, #cms #center_column h3, #cms #center_column h4, #cms #center_column h5, #cms #center_column h6 { padding: 10px; }
#cms #center_column h2, #cms #center_column h3 { margin-top: 20px; }
#cms #center_column h3 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
#cms #center_column h4 {
    font-weight: bold;
    text-transform: uppercase;
}
#cms #center_column h5 { font-weight: bold; }
#cms #center_column h6 { font-family: verdana, sans-serif; }
#cms #center_column p, #cms #center_column ul { padding: 10px; }
#cms #center_column ol {
    padding: 10px;
    list-style-type: decimal;
}
#cms #center_column ol li { margin: 5px 20px; }
#cms #center_column blockquote, #cms #center_column pre {
    margin: 5px 80px 5px 20px;
    color: #999;
}
#cms #center_column pre { margin-left: 30px; }

#cms #center_column .vcard {
    margin: 5px 20px;
    padding: 10px;
}
#cms #center_column .vcard h6, #cms #center_column .vcard p { margin-left:0; padding-left: 0; }
#cms #center_column .vcard adress { margin-top: 10px; }

#cms small {
	font-size: 11px;
	color: #999;
}


/* Misc */

.linklist li {
    margin-bottom: 5px;
    margin-left: 10px;
}
.linklist li img { margin-right: 5px; }
.req {
    font-weight: bold;
    color: #660000;
}
.taxinfo {
    padding-top: 30px;
    font-size: 10px;
    color: #999;
    line-height: 14px;
}
.taxinfo p { padding-right: 0 !important; }
#footer .taxinfo {
    position: relative;
    top: -320px;
    left: 30px;
    width: 500px;
}

.descr { margin-top: 10px; }
.green { color: #376a05; font-weight: bold; }
.hidden, .collapsed, .block_hidden_only_for_screen { display:none; }
.odd { background-color: #f6f6f6; }

#TB_Image { border: 0 none !important; }
#TB_caption { padding: 11px 0 10px 25px !important; }

#free_shipping_info { display: none; }