body {
    background-color: white;
    min-height: 655px;
    height: auto;
    position: relative;
    margin: 0px auto;
    font-family: "Tahoma", sans-serif;
    font-size: 10pt;
    color: black;
    line-height: 120%;
}

form, p, ul {
    margin: 0px;
    padding: 0px;
}

img {
    border: none;
}

#container {
    width: 1000px; /* same value as central_alignment.js */
    height: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}

#left_content {
    float: left;
}

#right_content {
    position: relative;
    margin-left: 228px;
}

#splash {
    text-align: center;
}

#enter_site {
    text-align: center;
    margin-top: 20px;
}

#enter_site a {
    font-weight: bold;
    text-decoration: none;
    color: red;
}

#enter_site a:hover {
    font-weight: bold;
    text-decoration: underline;
}

/***************/

#top_gradient {
    background-image: url("../../background_header.png");
    background-repeat: repeat-x;
    background-position: top center;
    background-color: white;
    width: 100%;
    height: 121px;
    position: relative;
    clear: both;
}

#logo {
    position: absolute;
    top: 31px;
    left: 23px;
}

#search_band {
    background-image: url("../../search_band.png");
    background-repeat: no-repeat;
    width: 304px;
    height: 17px;
    position: absolute;
    top: 21px;
    right: 442px;
    text-align: right;
}

#search_box {
    background-color: transparent;
    border-style: none;
    width: 153px;
    height: 13px;
    position: relative;
    bottom: 5px;
    right: 7px;
    font-size: 8pt;
}

#small_top_menu {
    position: absolute;
    top: 21px;
    right: 22px;
    font-size: 8pt;
}

#small_top_menu ul {
    margin: 0px;
    padding: 0px;
}

#small_top_menu li {
    display: inline;
    padding-left: 10px;
    padding-right: 2px;
}

#small_top_menu a {
    color: black;
    text-decoration: none;
}

#top_menu {
    position: absolute;
    top: 42px;
    right: 16px;
}

/***************/

#bottom_gradient {
    background-image: url("../../background_footer.png");
    background-repeat: repeat-x;
    background-position: bottom center;
    background-color: white;
    width: 100%;
    height: 70px;
    position: relative;
    clear: both;
}

#bottom_menu {
    position: absolute;
    bottom: 0px;
    right: 16px;
}

/***************/

#content {
    background-image: url("../../background_footer_33.png");
    background-repeat: repeat-x;
    background-position: bottom center;
    background-color: white;
    width: 952px;
    min-height: 465px;
    height: auto;
    position: relative;
    padding-left: 26px;
    padding-right: 22px;
    clear: both;
}

/******/

#vote_box {
    background: #FFA364 url("../../vote_background.png") -4px 0px;
    max-width: 208px;
    width: 208px;
    min-height: 299px;
    height: auto;
    margin-right: 4px;
}

#vote_topic {
    position: relative; /* required */
    margin: -36px 8px 8px 8px;
}

#vote_topic div {
    background-color: #6C000E;
    color: white;
    padding: 5px 5px;
}

#vote_choice {
    position: relative;
    left: 50%;
    float: left;
}

#vote_choice ul {
    position: relative;
    left: -50%;
    list-style-type: none;
    list-style-position: outside;
    padding-bottom: 8px;
}

#vote_footer {
    text-align: center;
    padding-bottom: 8px;
}

/******/

#new_promotion_box {
    background-color: transparent;
    max-width: 419px;
    width: 409px;
    min-height: 299px;
    height: auto;
    position: absolute;
    top: 0px;
    left: 212px;
}

/******/

#member_box {
    background: url("../../member_login.png") top right no-repeat;
    width: 296px;
    height: 70px;
    position: relative;
    font-size: 8pt;
}

#member_box p {
    margin-right: 16px;
    text-align: right;
}

a.register {
    color: #E7651A;
    text-decoration: none;
}

a.forget_password {
    color: #999494;
    text-decoration: none;
}

a.privilege {
    color: #CF475B;
    text-decoration: none;
}

#login_band {
    background-image: url("../../login_band.png");
    background-repeat: no-repeat;
    height: 55px; /* 70-25*/
    position: relative;
    top: 25px;
}

#login_band form {
    margin-left: 14px;
    margin-right: 13px;
}

#username_box, #password_box {
    background-color: transparent;
    border-style: none;
    width: 102px; /* ie adjusted */
    height: 13px;
    position: relative;
    bottom: 5px;
    margin-right: 5px; /* ie adjusted */
    font-size: 8pt;
}

#logged_in {
    margin-left: 14px;
    margin-right: 13px;
    padding: 26px 0px 0px 0px;

}

.welcome {
    font-weight: bold;
}

#logged_in span {
    font-size: 10pt;
}

#logged_in p {
    margin-right: 5px;
    padding-top: 5px;
    text-align: right;
}

/******/

#featured_products {
    width: 724px;
    height: 480px;
    background-color: white;
    position: relative;
    font-size: 9pt;
    font-family: "Tahoma", sans-serif;
}

.product_height {
    height: 500px;
}

#product_1 {
    width: 464px;
    height: 276px;
    position: absolute;
    top: 0px;
    left: 0px;
}

#product_2 {
    width: 222px;
    height: 116px;
    position: absolute;
    top: 0px;
    left: 484px;
}

#product_3 {
    width: 222px;
    height: 116px;
    position: absolute;
    top: 160px;
    left: 484px;
}

#product_4 {
    width: 222px;
    height: 116px;
    position: absolute;
    top: 320px;
    left: 0px;
}

#product_5 {
    width: 222px;
    height: 116px;
    position: absolute;
    top: 320px;
    left: 242px;
}

#product_6 {
    width: 222px;
    height: 116px;
    position: absolute;
    top: 320px;
    left: 484px;
}

#label_1 {
    width: 448px;
    height: 28px;
    background-color: white;
    position: absolute;
    top: 269px;
    left: 0px;
    padding: 9px 8px;
}

#label_2 {
    width: 206px;
    height: 28px;
    background-image: url("../../../images/gray_rounded_label.gif");
    background-repeat: no-repeat;
    position: absolute;
    top: 109px;
    left: 484px;
    padding: 9px 8px;
    -moz-border-radius: 9px;
}

#label_3 {
    width: 206px;
    height: 28px;
    background-image: url("../../../images/gray_rounded_label.gif");
    background-repeat: no-repeat;
    position: absolute;
    top: 269px;
    left: 484px;
    padding: 9px 8px;
    -moz-border-radius: 9px;
}

#label_4 {
    width: 206px;
    height: 28px;
    background-image: url("../../../images/gray_rounded_label.gif");
    background-repeat: no-repeat;
    position: absolute;
    top: 429px;
    left: 0px;
    padding: 9px 8px;
    -moz-border-radius: 9px;
}

#label_5 {
    width: 206px;
    height: 28px;
    background-image: url("../../../images/gray_rounded_label.gif");
    background-repeat: no-repeat;
    position: absolute;
    top: 429px;
    left: 242px;
    padding: 9px 8px;
    -moz-border-radius: 9px;
}

#label_6 {
    width: 206px;
    height: 28px;
    background-image: url("../../../images/gray_rounded_label.gif");
    background-repeat: no-repeat;
    position: absolute;
    top: 429px;
    left: 484px;
    padding: 9px 8px;
    -moz-border-radius: 9px;
}

a.red_detail {
    color: #df0029;
    text-decoration: none;
}

.float_detail {
    background-color: #e6e6e6;
    position: absolute;
    right: 8px;
}

#product_detail {
    width: 720px;
    height: 400px;
}

.product_detail_image {
    padding: 0px 30px 0px 10px;
    float: left;
}

.product_detail_content {
    width: 300px;
    height: 400px;
    float: left;
}

.product_detail_content h2 {
    margin-top: 0px;
    font-size: 12pt;
    font-weight: bold;
}

.product_detail_content span {
    display: block;
    padding-bottom: 20px;
}

.product_detail_content span.normal_price {
    color: gray;
    padding: 0px;
}

.product_detail_content span.special_price {
    color: red;
    font-size: 10pt;
    font-weight: bold;
}

.product_detail_content ul {
    padding-left: 10px;
    list-style-type: none;
}

.product_detail_content ul li {
    background: transparent url("../../orange_triangle_bullet.gif") 0px 5px no-repeat;
    padding-left: 10px;
    padding-bottom: 6px;
}

.product_link {
    width: 208px;
    padding-top: 240px;
}

/******/

#news_box {
    background-color: transparent;
    width: 296px;
    min-height: 173px;
    height: auto;
    position: relative;
}

#news_box ul {
    margin: 8px 12px;
    list-style: none outside none;
    position: relative;
}

#news_box li {
    background: transparent url("../../orange_triangle_bullet.gif") 0px 5px no-repeat;
    padding-left: 10px;
    padding-bottom: 6px;
}

#news_box li a {
    text-decoration: none;
}

/******/

#new_product_box {
    background: #EB5252 url("../../new_product_background.png") top left repeat-y;
    width: 296px;
    min-height: 271px;
    height: auto;
    position: relative;
}

#new_product_item {
    margin: 0px 16px 0px 15px;
}

#new_product_text {
    padding-top: 5px;
    padding-bottom: 5px;
}

#new_product_link {
    white-space: nowrap;
    font-weight: bold;
    color: white;
    text-decoration: none;
}

/******/

#home_left_content {
    position: relative;
    float: left;
}

#home_right_content {
    position: relative;
    margin-left: 656px;
}

#home_lead, #home_vote_promotion {
    position: relative;
    width: 650px; /* 632+4 */
}

#home_lead img {
    padding-right: 4px;
    padding-bottom: 4px;
}

#home_vote_promotion div {
    margin-right: 4px;
    margin-bottom: 4px;
}

#home_member_news {
    width: 296px;
    min-height: 513px;
    height: auto;
}

/******/

.news_block, .news_detail_block {
    width: 724px;
    min-height: 150px;
    height: auto;
}

.news_detail_block {
    min-height: 450px;
}

.news_even {
    background-color: #F7EEE7;
}

.news_odd {
    background-color: #E7F0F7;
}

.news_image {
    position: absolute;
    width: 184px;
    padding: 0px;
    text-align: center;
}

.news_image p {
    padding: 18px 0px 0px 34px;
}

.news_content {
    position: relative;
    left: 184px;
    padding: 20px 0px 10px 13px;
    width: 500px;
}

.news_content h2 {
    margin: 0px;
    color: #E10057;
    font-size: 12pt;
    font-weight: bold;
}

.news_content h2 a {
	color: #E10057;
    text-decoration: none;
}

.news_content h2 a:hover {
    color: #E10057;
}

.news_content ul {
    padding-left: 10px;
    list-style-type: none;
}

.news_content ul li {
    background: transparent url("../../orange_triangle_bullet.gif") 0px 5px no-repeat;
    padding-left: 10px;
    padding-bottom: 6px;
}

.date {
    margin: 5px 0px 10px 0px;
    color: #737373;
}

/***************/

.qs_block {
    width: 724px;
    min-height: 100px;
    height: auto;
}

.qs_image {
    position: absolute;
    width: 156px;
    padding: 0px;
}

.qs_image p {
    padding: 0px 0px 0px 18px;
}

.qs_content {
    position: absolute;
    left: 156px;
    padding: 0px 0px 0px 20px;
    width: 524px;
}

.qs_content a {
    color: #DF0029;
    text-decoration: none;
}

.qs_content a:hover {
    text-decoration: underline;
}

.qs_content h2 {
    margin: 0px 0px 3px 0px;
	padding-top: 5px;
	color: #66097B;
    font-size: 12pt;
    font-weight: bold;
}

.qs_content h2 a {
    color: #004B2C;
    text-decoration: none;
}

.qs_content h2 a:hover {
    color: #E10057;
    text-decoration: none;
}

.qs_detail {
    width: 700px;
}

.qs_detail h2 {
    color: #004B2C;
    font-size: 12pt;
    font-weight: bold;
}

.qs_detail ul {
    padding-left: 10px;
    list-style-type: none;
}

.qs_detail ul li {
    background: transparent url("../../orange_triangle_bullet.gif") 0px 5px no-repeat;
    padding-left: 10px;
    padding-bottom: 6px;
}

.qs_underline {
    width: 700px;
    height: 6px;
    background-image: url("../../qs_dot.png");
    background-repeat: repeat-x;
    font-size: 1pt;
}

.to_top {
    position: relative;
    float: right;
    padding-right: 15px;
}

.to_top a {
    color: #0069B3;
    text-decoration: none;
}

/***************/

#catalog {
    width: 712px;
    margin-top: 10px;
    padding-left: 12px;
}

#catalog_content {
    width: 724px;
}

#catalog_content h2 {
    font-size: 10pt;
    color: #005826;
}

#catalog_content span {
    padding-left: 15px;
}

#catalog_content p {
    padding-left: 3px;
}

.file_link a {
    color: #DF0029;
    text-decoration: none;
}

.file_link a:hover {
    text-decoration: underline;
}

/***************/

#link_content {
    width: 692px; /* 724-32 */
    min-height: 433px; /* 465-32 */
    height: auto;
    background-color: #EBEBEB;
    padding: 16px;
    font-weight: bold;
    position: relative;
}

#link_content img {
    position: relative;
    top: 3px;
}

#link_content ul {
    margin: 5px 0px 5px 24px;
}

#link_content .link_title {
    position: relative;
    display: inline;
}

#link_content .link_url {
    position: absolute;
    left: 350px;
    display: inline;
}

#link_content a {
    color: #EB5252;
    text-decoration: none;
}

/***************/

.tips_block {
    width: 724px;
    min-height: 160px;
    height: auto;
    padding: 5px 0px;
}

.tips_content_first {
    width: 450px;
    float: right;
    padding: 0px 24px 0px 10px;
}

.tips_content_second {
    width: 450px;
    float: left;
    padding: 0px 15px 0px 15px;
    margin-top: 10px;
}

.tips_content_first h2, .tips_content_second h2 {
    margin-bottom: 5px;
    font-size: 12pt;
    font-weight: bold;
}

.tips_content1 {
    position: relative;
    width: 240px;
    padding: 0px;
    float: left;
}

.tips_content1 h2 {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0px 10px 0px 20px;
    font-size: 12pt;
    font-weight: bold;
}

.tips_content1 p {
    padding: 0px 10px 0px 20px;
}

.tips_block a {
    color: #DF0029;
    text-decoration: none;
}

.tips_block a:hover {
    text-decoration: underline;
}

.tips_image {
    width: 240px;
    padding: 0px;
}

.tips_image p {
    padding: 0px 15px;
}

.tips_detail {
    width: 689px;
    padding: 0px 20px 0px 15px;
}

.tips_detail h2 {
    font-size: 12pt;
    font-weight: bold;
    padding: 0px 0px 20px 0px;
    margin: 0px;
    text-align: center;
}

.tips_detail h3 {
    font-size: 11pt;
    font-weight: bold;
    padding: 10px 0px 0px 0px;
    margin: 0px;
}

.section_block {
    position: relative;
    width: 689px;
    min-height: 30px;
    height: auto;
    padding-top: 15px;
}

.section_block .up {
    padding: 0px 0px 10px 0px;
    text-align: center;
}

.section_block .down {
    padding: 10px 0px 10px 0px;
    text-align: center;
}

.section_block .text_left {
    width: 459px;
    min-height: 160px;
    height: auto;
}

.section_block .text_right {
    width: 459px;
    min-height: 160px;
    height: auto;
    padding-left: 230px;
}

.section_block .left {
    position: absolute;
    width: 210px;
    padding: 0px 20px 0px 0px;
}

.section_block .right {
    position: absolute;
    right: 0px;
    width: 210px;
    padding: 0px 0px 0px 20px;
}

.section_block .float_left {
    float: left;
    padding: 0px 20px 10px 0px;
}

.section_block .float_right {
    float: right;
    padding: 0px 0px 10px 20px;
}

.tips_detail ul {
    padding-left: 10px;
    list-style-type: none;
}

.tips_detail ul li {
    background: transparent url("../../orange_triangle_bullet.gif") 0px 5px no-repeat;
    padding-left: 10px;
    padding-bottom: 6px;
}

/***************/

#player, #player_content {
    position: absolute;
    width: 380px;
}

#tvc_list {
    width: 334px;
    padding: 0px 0px 0px 390px;
}

.tvc_underline {
    width: 334px;
    background-image: url("../../line.gif");
    background-repeat: repeat-x;
    height: 1px;
    font-size: 1px;
}

.tvc_block {
    width: 334px;
    background: url("../../line.gif") bottom center repeat-x;
    min-height: 60px;
    height: auto;
    padding: 20px 0px 20px 0px;
}

.tvc_image {
    height: 60px;
    width: 80px;
    padding: 0px 25px 0px 0px;
    float: left;
}

.tvc_content {
    width: 219px;
    padding: 0px;
    float: left;
}

.tvc_content h2 {
    display: inline;
    font-size: 10pt;
    font-weight: normal;
    padding: 0px;
}

.tvc_content .tvc_label {
    width: 65px;
    font-weight: bold;
    float: left;
}

.tvc_content .info {
    width: 154px;
    float: left;
}

#player_content {
    padding: 18px 0px 0px 0px;
    float: left;
}

#player_content .tvc_label {
    width: 65px;
    font-weight: bold;
    float: left;
}

#player_content .info {
    width: 315px;
    float: left;
}

#player_content h2 {
    display: inline;
    font-size: 10pt;
    font-weight: normal;
    padding: 0px;
}

/***************/
#contact_upper {
    position: relative;
    width: 724px;
    height: 230px;
}

#contact_upper .vgap {
    height: 6px;
    font-size: 1pt;
}

#contact_upper h2 {
    display: inline;
    padding: 0px 0px 10px 176px;
    font-size: 10pt;
}

.address {
    width: 340px;
    padding: 30px 0px 20px 10px;
    float: left;
}

.vertical_bar {
    width: 14px;
    height: 167px;
    margin-top: 10px;
    background: url("../../contact_vertical.gif") top center repeat-y;
    float: left;
}

.customer_service {
    width: 340px;
    padding-top: 30px;
    float: right;
}

.contact_block {
    width: 330px;
    padding: 0px 0px 12px 0px;
}

.service_block {
    width: 330px;
    padding: 0px 0px 25px 0px;
}

#contact_upper .contact_label {
    text-align: left;
    width: 120px;
    padding: 0px 10px 1px 0px;
    font-weight: bold;
    float: left;
}

#contact_upper .contact_text {
    color: #960018;
}

#contact_lower {
    position: relative;
    width: 724px;
    height: 285px;
}

.map {
    width: 317px;
    height: 211px;
    padding: 15px 18px;
    background-color: #F0F0F0;
    float: left;
}

.cform {
    width: 336px;
    height: 234px;
    padding: 7px 10px 0px 15px;
    background-color: #F0F0F0;
    float: right;
}

.contact_underline {
    width: 329px;
    background-image: url("../../contact_line.gif");
    background-repeat: repeat-x;
    height: 1px;
    font-size: 1px;
    padding-bottom: 15px;
}

#contact_form .contact_label {
    width: 100px;
    padding: 0px 20px;
    font-weight: bold;
    float: left;
}

#contact_form textarea {
    margin: 0px 0px 0px 20px;
    font-family: "Tahoma";
    font-size: 9pt;
}

#contact_form p {
    padding : 10px 30px 0px 0px;
    text-align: right;
    cursor: pointer;
}

#large_map {
    position: relative;
    width: 245px;
    height: 24px;
    padding: 10px 0px 0px 108px;
    float: left;
}

.thanks {
    width: 624px;
    height: 200px;
    padding-left: 100px;
}

.thanks_block {
    width: 500px;
    height: 100px;
    text-align: center;
    background-color: #960018;
    padding: 50px 0px;
    color: white;
    font-weight: bold;
    font-size: 11pt;
}

.thanks_block a {
    color: #FF0000;
    text-decoration: underline;
}

.thanks_block a:hover {
    color: #FF0000;
}

.corner_ul {
    position: absolute;
}

.corner_ur {
    position: absolute;
    right: 124px;
}

.corner_ll {
    position: absolute;
    bottom : 0px;
}

.corner_lr {
    position: absolute;
    right: 124px;
    bottom : 0px;
}

/***************/
#register {
    width: 664px;
    min-height: 480px;
    height: auto;
    padding: 10px 0px 5px 60px;
    background-color: #F0F0F0;
    position: relative;
}

.head_regis, .head_forget {
    display: inline;
    font-size: 14pt;
    color: #FF6666;
}

#regis_table {
    width: 100%;
}

#regis_table label {
    font-weight: bold;
}

#regis_table td {
    padding: 1px 5px;
}

#regis_table img {
    text-align: left;
    cursor: pointer;
}

.profile_complete {
    color: blue;
    font-weight: bold;
    text-align: center;
}

#privilege {
    width: 664px;
    min-height: 80px;
    height: auto;
    padding: 10px 0px 5px 60px;
    background-color: #F0F0F0;
    margin-bottom: 20px;
    position: relative;
}

.privilege_block {
    width: 624px;
    padding: 20px 20px 20px 5px;
    color: #BB0009;
}

/***************/
#forget_pwd {
    width: 604px;
    height: 100px;
    padding: 20px 60px 5px 60px;
}

#forget_block {
    width: 564px;
    padding: 30px 20px 10px 20px;
    background-color: #F0F0F0;
    position: relative;
}

#forget_table {
    width: 100%;
}

#forget_table label {
    font-weight: bold;
}

#forget_table td {
    padding: 1px 5px;
}

#forget_table img {
    text-align: left;
    cursor: pointer;
}

/***************/

.head_search {
    display: inline;
    font-size: 14pt;
    color: #005826;
}

#search_result {
    width: 724px;
    min-height: 450px;
    height: auto;
}

#result {
    margin-top: 10px;
}

.result_block {
    padding: 5px;
}

.showroom {
    color: #005826;
}

.result_block span {
    font-weight: bold;
}

.result_text {
    position: relative;
    width: 724px;
    height: 30px;
}

.page_search {
    float: right;

}

.comment span {
    font-weight: bold;
}

/***************/

.blind, .hide {
    display: none;
}

.vgap {
    background-color: transparent;
    height: 4px;
    font-size: 1pt;
}

.clear, .clear_both {
    clear: both;
}

.clear_left {
    clear: left;
}

.clear_right {
    clear: right;
}

.float_right {
    float: right;
}

.float_left {
    float: left;
}

.important {
    color: red;
}

.big_vgap {
    background-color: transparent;
    height: 20px;
}

/***************/

#privilege b,
#register b,
#link_content b,
#forget_block b {
    width: 8px;
    height: 8px;
    background-image: url('../../round_corner.gif');
    position: absolute;
    font-size: 0pt;
}

b.corner1 { background-position: top left; top: 0px; left: 0px; }
b.corner2 { background-position: top right; top: 0px; right: 0px; }
b.corner3 { background-position: bottom left; bottom: 0px; left: 0px; }
b.corner4 { background-position: bottom right; bottom: 0px; right: 0px; }

#web_stat {
	width: 100%;
	margin-top: 11px;
	position: absolute;
	text-align: center;
}
