* {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-decoration: none;
	color: #958884;
}

a {
    color: inherit;
    border: none;
}

a img {
    border: none;
}

h1 {
    margin: 0px;
    font-weight: normal;
    font-size: 100%;
    color: #ed252a;
}

h2 {
    margin: 0;
    font-weight: normal;
}

h3 {
    font-weight: normal;
}

input {
    padding: 0px;
}

input[type="radio"],
input[type="checkbox"] {
    vertical-align: -1px;
}

.redlink {
    color: #ed252a;
}

#center_container {
    /*margin: auto;*/
    top: 55px;
	left: 55px;
    position: relative;
    width: 885px;
    height: 620px;
}

#logo {
    position: absolute;
    left: 2px;
    top: 0px;
    width: 166px;
    height: 37px;
    background-image: url(img/logo.gif);
    background-repeat: no-repeat;
}

#sublogo_shop {
    position: absolute;
    top: 40px;
}

#message_box {
    position: absolute;
    left: 178px;
    top: 40px;
    font-weight: bold;
}

.message_class_ok {
    color: green;
}

.message_class_error {
    color: #ed252a;
}

#navi_top_left {
    position: absolute;
    top: 10px;
    left: 170px;
}

#navi_top_right {
    position: absolute;
    top: 10px;
    right: 0px;
}

#navi_categories {
    position: absolute;
    top: 70px;
    left: 6px;
}

#navi_bottom_left {
    position: absolute;
    top: 600px;
    left: 0px;
}

#navi_bottom_right {
    position: absolute;
    top: 600px;
    right: 0px;
}

#link_box {
    position: absolute;
    top: 620px;
    left: 0px;
    width: 100%;
    text-align: center;
}

#logo:hover {
    background-position: 0px -37px;
}

.navi_horizontal {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.navi_horizontal li {
    float: left;
    padding: 0px 8px;
}

.navi_vertical {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.navi_vertical li {
    padding: 0px 8px;
}

.active, .active a, a:hover, .price {
    color: #ed252a;
}

#welcome_content {
    position: absolute;
    top: 150px;
    left: 60px;

}

.welcome_cat_image {
    float: left;
    height: 170px;
    margin: 0px 10px;
}

.welcome_cat_image img {
    position: relative;
    border: none;
}

.welcome_cat_caption {
    float: left;
    position: relative;
    text-align: center;
    /*border: 1px solid silver;*/
}

#choose_size {
    margin: 1em 0;
}

#choose_size_caption {
    float: left;
    width: 120px;
}

#choose_size_select {
    position:absolute;
    top: 200px;
    left: 10px;
    padding: 2px 0px;
    border: 1px solid #ddd;
    /*border: 1px solid #958884;*/
    background-color: white;
    z-index: 99;
}

#choose_size_select li {
    line-height: 60%;
    padding: 0px 8px;
    white-space: nowrap;
}

#choose_size_select li:hover {
    color: #ed252a;
    cursor: pointer;
}

#chooser_size_select ul {
    width: 120px;
}

#choose_size_select ul,
.chooser_list ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.chooser_list ul {
    position: relative;
    left: -3px;
}

#choose_size_selected img {
    border: none;
    width: 10px;
    height: 10px;
    margin-left: 10px;
}

#choose_size_selected a {
    color: #ed252a;
}

#choose_style {
    margin: 1em 0;
}

.chooser_list li {
    float: left;
    margin: 0px;
}

.chooser_list img {
    height: 52px;
    border: 1px solid white;
}

#main_content {
    position: absolute;
    top: 70px;
    left: 178px;
    height: 520px;
    width: 700px;
}

#product_images {
    width: 400px;
    text-align: center;
}

#product_images .big {
    width: 350px;
    margin-bottom: 20px;
}

#product_images .small_1 img {
    width: 42px;
    height: 85px;
    margin: 2px;
    border: none;
}

#product_images .small_2 img {
    width: 81px;
    height: 85px;
    margin: 2px;
    border: none;
}

#product_main_image_div {
    margin: auto;
    width: 350px;
    height: 400px;
    background-repeat: no-repeat;
}

#product_thumbnails {
    margin: auto;
    padding: 0px;
    border-spacing: 12px;
}

#product_thumbnails td {
    background-repeat: no-repeat;
    padding: 0px;
    background-position: 2px 2px;
}

#product_details {
    position: absolute;
    left: 440px;
    width: 270px;
    height: 500px;
}

#product_details h3 {
    clear: left;
    margin: 0px;
}
/*
#product_price {
}

#product_to_cart {
}
*/
#product_to_cart input {
    margin-left: 20px;
    text-align: right;
}

.cart_entry {
    /*position: relative;*/
    clear: left;
}

.cart_entry img {
    max-width: 62px;
}

.cart_thumbnail {
    float: left;
    margin-right: 5px;
    width: 62px;
    min-height: 10px;
    max-height: 52px;
}

.cart_description {
    float: left;
    width: 300px;
}

.cart_quantity {
    float: left;
    text-align: right;
    width: 100px;
}

.cart_quantity input {
    text-align: right;
    text-align: right;
    width: 30px;
}

.cart_price {
    float: left;
    text-align: right;
    width: 100px;
}

#cart_header {
    height: 20px;
    border-bottom: 1px solid grey;
    margin-bottom: 5px;
}

#cart_total, #cart_subtotal {
    height: 20px;
    border-top: 1px solid grey;
    margin-top: 5px;
}

.cart_footer {
    text-align: right;
    height: 20px;
    border-top: 1px solid grey;
    margin-bottom: 5px;
    padding: 5px 30px 0px 0px;
}

.button {
    vertical-align: -2px;
    border: none;
    margin-left: 3px;
}

#scrolling_content {
    margin-top: 10px;
    height: 490px;
    width: 700px;
    overflow: auto;
    overflow-x: auto;
    overflow-y: auto;
}

.form_caption {
    clear: left;
    float: left;
    width: 120px;
}

.form_field {
    margin: 2px 0px;

}

#users_menu {
    margin-top: 25px;
}

.mandatory {
    color: #ed252a;
}

#customer_data {
    width: 100%;
}

#customer_data input[type=text],
#customer_data input[type=password],
#customer_data textarea {
    width: 200px;
}

#customer_data select {
    width: 204px;
    border: 1px solid grey;
}


#customer_data textarea {
    height: 38px;
}

.missing_value {
    border-color: #ed252a !important;
    border-style: solid;
}

#button_save_customer_data {
    position: absolute;
    right: 0px;
    top: 341px
}

#credit_card_logos {
	margin-top: 120px;
}

#billing_address {
    position: absolute;
    width: 350px;
}

#shipping_address {
    position: absolute;
    left: 370px;
    width: 350px;
}

#checkout_4_addresses div {
    float: left;
    width: 233px;
}

#order_remark {
    width: 200px;
    height: 65px;
}

#order_footer {
    height: 20px;
    border-top: 1px solid grey;
    margin-bottom: 5px;
    padding: 5px 30px 0px 0px;
}

#order_footer_accept_conditions {
    float: left;
}

#order_footer_submit {
    text-align: right;
}

#cart_individual_shipping {
    width: 500px;
    color: #ed252a;
}

.right {
    text-align: right;
}

#product_finder_navi {
    height: 20px;
    position: relative;
}

#product_finder_brand {
    position: relative;
    float: left;
    width: 275px;
}

#product_finder_category {
    position: relative;
    float: left;
    width: 275px;
}

#product_finder_brand a,
#product_finder_category a {
    color: #ed252a;
    cursor: pointer;
}

#product_finder_brand img,
#product_finder_category img {
    margin-left: 10px;
}

#product_finder_select_brand,
#product_finder_select_category {
    width: 150px;
    padding: 2px 0px;
    border: 1px solid #ddd;
    /*border: 1px solid #958884;*/
    background-color: white;
    z-index: 99;
}

#product_finder_select_brand ul,
#product_finder_select_category ul {
    width: 120px;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#product_finder_select_brand li,
#product_finder_select_category li {
    line-height: 60%;
    padding: 0px 8px;
    white-space: nowrap;
}

#product_finder_select_brand li:hover,
#product_finder_select_category li:hover {
    color: #ed252a;
    cursor: pointer;
}

#product_finder_select_brand,
#product_finder_select_category {
    left: -167px;
    position: relative;
    top: 115px;
}

#product_finder_list {
    clear: both;
    position: relative;
    width: 730px;
    left: -11px;
}

#product_finder_list ul {
    list-style-type: none;
    padding: 0px;
}

#product_finder_list li {
    /*border: 1px solid gray;*/
    padding: 0px;
    margin: 3px;
    float: left;
    height: 150px;
    width: 98px;
    text-align: center;
}

#product_finder_list img {
    border: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
}

#product_finder_pages {
    position: absolute;
    right: 0px;
    text-align: right;
    width: 180px;
}

#product_finder_other {
    clear: both;
}

#product_finder_other a {
    color: #ed252a;
}

.dev_img {
    height: 82px;
    width: 98px;
    overflow: hidden;
    position: relative;
    margin-bottom: 6px;
}

#size_find {
    display: none;
    background-color: white;
    border: 1px solid #958884;
    height: 490px;
    left: 160px;
    opacity: 0.85;
    padding: 5px 10px;
    position: absolute;
    top: 74px;
    width: 420px;
    /*overflow: scroll;*/
}

#size_find h3 {
    font-weight: bold;
    margin-bottom: 0;
}

#size_find p {
    margin-top: 0;
}
