body {
    margin: 0;
    padding: 0;
    color: #000;
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    background-image: url('../images/bg_body.jpg');
}

* {
    margin: 0;
    padding: 0;
}

img {
    border-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#body_container {
    width: 968px;
    margin: 0 auto;
    padding-bottom: 50px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -484px;
}

p {
    margin-bottom: 1em;
}

ul, ol {
    padding: 1em 2em;
}

.vert_bottom {
    background-image: url('../images/vert_bottom.jpg');
    background-repeat: repeat-x;
    height: 152px;
    padding: 0 8px;
    background-position: bottom;
}

#checkout_cart{
   float: left; 
   margin-top: 15px; 
}

#head_contact_us {
    background-image: url('../images/head_contact_us.png');
    width: 702px;
    height: 62px;
}

#head_login {
    background-image: url('../images/head_your_account_short.png');
    width: 702px;
    height: 62px;
}

#head_orderhistory {
    background-image: url('../images/head_order_status.png');
    width: 942px;
    height: 53px;
}

#head_links {
    background-image: url('../images/head_links.png');
    width: 695px;
    height: 62px;
}

#head_policies {
    background-image: url('../images/head_policies.png');
    width: 695px;
    height: 62px;
}

#head_sitemap {
    background-image: url('../images/head_sitemap.png');
    width: 695px;
    height: 62px;
}

#head_manageAccount {
    background-image: url('../images/head_your_account_long.png');
    width: 942px;
    height: 53px;
}

#head_account_small {
    background-image: url('../images/head_your_account_short.png');
    width: 702px;
    height: 62px;
}

#head_account {
    background-image: url('../images/head_shopping_cart.png');
    width: 947px;
    height: 76px;
    margin-left: -5px;
}

#head_about_us {
    background-image: url('../images/head_about_us.png');
    width: 702px;
    height: 62px;
}

.ir, ul#nav li a, ul#top_nav li a, ul#sub_nav li a {
    display: block;
    text-indent: -9999px;
    background-repeat: no-repeat;
    outline: none;
}

.clear {
    clear: both;
}

#header {
    height: 198px;
    background: url('../images/bg_header.png');
    background-repeat: no-repeat;
    margin-top: 53px;
}

body#page_home #header {
    width: 968px;
    height: 215px;
    background: url('../images/bg_header3.png');
}
/* Top Nav */
ul#top_nav {
   margin: 0;
   padding: 0;
   list-style: none;
   position: absolute;
   top: 70px;
   left: 50%;
   margin-left: 120px;
}

ul#top_nav li {
   float: left;
   color: white;
}

ul#top_nav li a {
   color: white;
   text-indent: 0px;
   font-size: 12px;
   font-weight: bold;
}

ul#top_nav li a:hover {
    text-decoration: underline;
}
/* Nav */
ul#nav {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 135px;
    left: 50%;
    margin-left: -210px;
    width: 670px;
}

ul#nav li {
    float: left;
}

ul#nav li a {
    height: 37px;
}

ul#nav li.home a {
    width: 89px;
    background-image: url('../images/nav_home.png');
    margin-right: 27px;
}

ul#nav li.shop a {
    width: 178px;
    background-image: url('../images/nav_shop.png');
}

ul#nav li.about a {
    width: 147px;
    background-image: url('../images/nav_about.png');
}

ul#nav li.contact a {
    width: 161px;
    background-image: url('../images/nav_contact.png');
}

ul#nav li a:hover {
    background-position: 0 -37px;
}

ul#nav li.active a, ul#nav li.active a:hover {
    background-position: 0 -74px;
}
/* Sub-Nav */
ul#sub_nav {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 174px;
    left: 50%;
    margin-left: -87px;
    width: 550px;
}

ul#sub_nav li {
    float: left;
}

ul#sub_nav li a {
    height: 19px;
}

ul#sub_nav li.shoes a {
    width: 61px;
    background-image: url('../images/sub_nav_shoes.png');
}

ul#sub_nav li.lingerie a {
    width: 79px;
    background-image: url('../images/sub_nav_lingerie.png');
}

ul#sub_nav li.jewelry a {
    width: 76px;
    background-image: url('../images/sub_nav_jewelry.png');
}

ul#sub_nav li.handbags a {
    width: 96px;
    background-image: url('../images/sub_nav_handbags.png');
}

ul#sub_nav li.costumes a {
    width: 94px;
    background-image: url('../images/sub_nav_costumes.png');
}

ul#sub_nav li.accessories a {
    width: 97px;
    background-image: url('../images/sub_nav_accessories.png');
}

ul#sub_nav li a:hover {
    background-position: 0 -19px;
}

ul#sub_nav li.active a, ul#sub_nav li.active a:hover {
    background-position: 0 -38px;
    color: red;
    font-weight: bold;
}
/* Logo */
#logo {
    position: absolute;
    top: 3px;
    left: 50%;
    margin-left: -485px;
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    width: 248px;
    height: 257px;
}

#logo_url a {
    position: absolute;
    top: 30px;
    width: 100px;
    height: 190px;
    left: 50%;
    margin-left: -412px;
    z-index: 9999;
}
/* Footer */
#footer {
    height: 113px;
    background-image: url('../images/bg_footer.png');
    background-repeat: no-repeat;
}

ul#footer_nav {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    padding-top: 35px;
    position: relative;
    color: #fff;
    font-weight: bold;
}

ul#footer_nav li {
    display: inline;
    /*background-image:url('../images/footer_nav_divider.gif');*/
    background-repeat: no-repeat;
    background-position: 0 .3em;
    /*padding:0 10px;*/
}

ul#footer_nav li.first {
    padding-left: 0;
    background: none;
}

ul#footer_nav li.last {
    padding-right: 0;
}

ul#footer_nav li a {
    color: #fff;
    font-weight: bold;
}

ul#footer_sub_nav {
    margin: 0;
    padding: 5px 0 0 0;
    list-style: none;
    text-align: center;
    font-size: .9em;
    position: relative;
}

ul#footer_sub_nav li {
    display: inline;
    padding: 0 8px;
}

ul#footer_sub_nav li.first {
    padding-left: 0;
}

ul#footer_sub_nav li.last {
    padding-right: 0;
}

ul#footer_sub_nav li a {
    color: #ece7db;
}

#site_credit {
    background-image: url('../images/designed_by.png');
    background-repeat: no-repeat;
    width: 108px;
    height: 24px;
    position: absolute;
    right: 25px;
    bottom: 65px;
}

#hp_main {
    background-image: url('../images/bg_hp_main.gif');
    background-repeat: repeat-y;
    width: 100%;
    overflow: auto;
}
/* Home Page */
#hp_girl {
    width: 194px;
    height: 359px;
    background-image: url('../images/hp_girl.png');
    position: absolute;
    left: 50%;
    top: 178px;
    margin-left: 45px;
    z-index: 999;
}

#mission {
    width: 715px;
    height: 309px;
    overflow: hidden;
    width: 255px;
    height: 259px;
    background-image: url('../images/bg_mission.jpg');
    position: absolute;
    top: 221px;
    color: #fff;
    font-size: .9em;
    line-height: 2em;
	margin-left:7px;
	margin-top:-8px;
    padding-left: 300px;
    padding-top: 50px;
    padding-right: 160px;
}

#mission h3 {
    color: #BCC57A;
    font-size: 1em;
}

#hp_sidebar {
    width: 237px;
    float: right;
    text-align: center;
    overflow: hidden;
    padding-right: 2px;
	margin-top:0px;
/*
    width: 237px;
    float: left;
    margin-left: 8px;
    text-align: center;
    overflow: hidden;
    margin-top: -10px; */
}

#whats_hot h3 {
    background-image: url('../images/head_whats_hot.png');
    width: 218px;
    height: 59px;
    margin-bottom: -11px;
}

#whats_hot ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#whats_hot li {
    margin: 0 0 -13px -5px;
    padding: 0;
    list-style: none;
}

#search {
    margin-bottom: -20px;
}

#search h3 {
    margin-bottom: 15px;
    margin-top: 15px;
    background-image: url('../images/head_search_site.png');
    width: 218px;
    height: 58px;
}

#search form {
    width: 236px;
    height: 112px;
    background-image: url('../images/bg_form_search.png');
    background-repeat: no-repeat;
    margin-top: -15px;
    padding-top: 28px;
    padding-left: 10px;
    overflow: hidden;
}

#search form #fi_q {
    width: 126px;
    height: 25px;
    border: 1px solid #746a65;
    color: #000;
    vertical-align: middle;
}

#search form .submit {
    vertical-align: middle;
}

#popular_brands {
    margin-bottom: 40px;
}

#popular_brands h3 {
    background-image: url('../images/head_popular_brands.png');
    background-position: 4px;
    width: 224px;
    height: 67px;
    margin-bottom: 5px;
}

#popular_brands ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#popular_brands li {
    margin: 0 0 8px 0;
    padding: 0;
}

#featured_products {
   background-image: url('../images/bg_featured_products.jpg');
   background-repeat: repeat-y;
   width: 670px;
   float: left;
   margin-top: 255px;
   margin-left:7px;
}

#featured_products h3 {
    background-image: url('../images/head_our_featured_products.png');
    width: 713px;
    height: 73px;
    margin-bottom: 5px;
}

table.products {
    margin-left: 30px;
}

table.products td {
   vertical-align: top;
    padding-right: 8px;
}

table.products .product_info {
    width: 149px;
    /*height: 227px;*/
    width: 125px;
    padding: 8px 12px;
    background-color: #736357;
}

table.products .product_img {
    text-align: center;
    padding: 4px;
    border: 1px solid #000;
    display: block;
    width: 114px;
    margin-bottom: 5px;
}

table.products .product_info_top {
    height: 9px;
    width: 149px;
    background-image: url('../images/product_info_top.png');
    background-repeat: no-repeat;
    overflow: hidden;
}

table.products .product_info_bottom {
    height: 9px;
    width: 149px;
    background-image: url('../images/product_info_bottom.png');
    background-repeat: no-repeat;
    overflow: hidden;
}

table.products .product_name {
    color: #fff;
    font-weight: bold;
    margin-bottom: 7px;
}

table.products .price_list {
    color: #BCC57A;
    font-size: .75em;
}

table.products .price_sale {
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
}

table.products .url_add_to_cart {
    margin-left: -10px;
    margin-top: -3px;
    display: block;
}

table.products .url_more_info {
    margin-left: -10px;
    margin-top: -15px;
    display: block;
    margin-bottom: 25px;
}
/* Cart */
#cart {
    background-image: url('../images/bg_main.jpg');
    background-repeat: repeat-y;
    padding: 0 8px;
}

#cart #head_shopping_cart {
    background-image: url('../images/head_shopping_cart.png');
    width: 947px;
    height: 76px;
    margin-left: -5px;
}

table.cart {
    width: 100%;
    margin-bottom: 10px;
}

table.cart td {
    padding: 12px;
}

table.cart td.hlt {
    background-color: #736357;
}

table.cart th {
    background-color: #736357;
    color: #000;
    text-align: center;
    font-size: .7em;
    padding: 6px;
}

table.cart td.img {
    text-align: center;
    padding-left: 6px;
}

table.cart td.img img {
    padding: 4px;
    border: 1px solid #000;
    width: 114px;
    background-color: #736357;
}

table.cart td.product_name {
}

table.cart td.product_name a {
    color: #fff;
    font-weight: bold;
}

table.cart td.price {
    text-align: center;
    color: #fff;
    font-weight: bold;
}

table.cart td.qty {
    text-align: center;
    color: #FFF;
}

table.cart td.qty input {
    width: 50px;
    height: 39px;
    font-weight: bold;
    font-size: 1.1em;
}

table.cart td.total {
    padding-right: 18px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

#cart #btn_keep_shopping {
    width: 200px;
    float: left;
    margin-left: 10px;
}

#cart #checkout_buttons {
    width: 190px;
    float: right;
}

#cart #btn_recalculate {
    display: block;
    margin-bottom: -5px;
}

#cart #btn_checkout {
    display: block;
}

#checkout_questions {
    clear: both;
    background-image: url('../images/checkout_questions.png');
    color: #000;
    background-repeat: no-repeat;
    width: 321px;
    height: 111px;
    font-size: .9em;
    padding-top: 25px;
    padding-left: 35px;
}

#checkout_questions h3 {
    color: #F8ABAD;
    margin-bottom: 3px;
}

#checkout_questions .phone {
    padding-left: 15px;
    margin-bottom: 3px;
}

#checkout_questions .email {
    padding-left: 15px;
}

#checkout_questions a {
    color: #000;
}
/* Sub */
body.sub #header {
    background-image: url('../images/bg_header_sub.png');
}

#main_wrapper {
    background-image: url('../images/bg_main.gif');
    background-repeat: repeat-y;
    padding: 0 8px;    
}

#main {
    background-image: url('../images/vert_bottom_whole.jpg');
    background-repeat: no-repeat;
    background-position: left bottom;
    overflow: hidden;
}

body.sub #sidebar {
    width: 220px;
    float: right;
    text-align: center;
    overflow: hidden;
    padding-right: 10px;
}

body.sub h3 {
}

#newsletter_signup {
    margin-bottom: -20px;
}

#newsletter_signup h3 {
    margin-bottom: 15px;
    background-image: url('../images/head_free_newsletter.png');
    width: 226px;
    height: 58px;
    margin-bottom: -2px;
}

#newsletter_signup form {
    width: 236px;
    height: 112px;
    background-image: url('../images/bg_form_newsletter.png');
    background-repeat: no-repeat;
    margin-top: -15px;
    padding-top: 28px;
    padding-left: 10px;
    overflow: hidden;
}

#newsletter_signup form #fi_email {
    width: 126px;
    height: 25px;
    border: 1px solid #746a65;
    color: #000;
    vertical-align: middle;
}

#newsletter_signup form .submit {
    vertical-align: middle;
}

body.sub h2.title {
    margin-left: -12px;
    margin-top: -5px;
}

body.sub #content {
    width: 670px;
    float: left;
    background-position: bottom;
    color: #fff;
    font-size: .9em;
    line-height: 1.3em;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 3px;
    margin-top: 3px;
}

body.sub .vert_bottom {
    margin-top: -152px;
    width: 698px;
}

body.sub #whats_hot ul li {
    padding-left: 3px;
}
/* Product Detail */
#head_shop_online {
    width: 704px;
    height: 73px;
    background-image: url('../images/head_shop_online.png');
}

ul.breadcrumb {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
    color: #fff;
    font-weight: bold;
}

ul.breadcrumb li {
    margin: 0;
    list-style: none;
    display: inline;
    background-image: url('../images/breadcrumb_divider.gif');
    background-repeat: no-repeat;
    background-position: 0 .3em;
    padding-left: 15px;
    padding-right: 5px;
}

ul.breadcrumb li.first {
    background: none;
    padding-left: 0;
}

ul.breadcrumb li a {
    color: #9b8578;
}

#product_detail {
    color: #fff;
}

#product_detail .lbl {
    font-weight: bold;
    font-size: 1.2em;
}

#product_detail .product_detail_row1 {
}

#product_detail .product_img {
    width: 185px;
    float: left;
}

#product_detail .product_img .img_norm {
    padding: 4px;
    border: 1px solid #000;
    display: block;
    margin-bottom: 5px;
    background-color: #736356;
    margin-bottom: 10px;
}

#product_detail .product_img .img_small {
   padding: 2px;
    border: 1px solid #000;
    margin-bottom: 5px;
    background-color: #736356;
    margin-bottom: 10px;
}

#product_detail .product_name_desc {
    width: 480px;
    float: right;
    margin-bottom: 10px;
}

#product_detail h1.product_name {
    font-size: 1.2em;
    margin-bottom: 15px;
}

#product_detail .product_desc {
    font-size: .9em;
    line-height: 1.3em;
    padding-left: 20px;
	color: #ff00ff;
	font-weight:bold;
}

#product_detail .product_detail_row2 {
    clear: both;
}

#product_detail .product_info {
    width: 100%;/*300px;*/
    float: left;
    margin-left: 8px;
    /*font-size: .9em;*/
}

#product_detail .sku {
    margin-bottom: 5px;
}

#product_detail .price {
}

#product_detail ul.options {
    width: 300px;
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 100;
}

#product_detail ul.options li {
    margin: 0 0 8px 0;
    padding: 0;
    text-align: right;
}

#product_detail label {
    display: inline;
    font-weight: bold;
    color: #fff;
}

#product_detail select {
    width: 250px;
    color: #000;
    background-color: #998675;
    border: none;
    padding: 3px;
    font-weight: bold;
}

#shop_online {
    margin-bottom: 30px;
}

#shop_online h3 {
    width: 218px;
    height: 67px;
    background-image: url('../images/head_shop_online_sm.png');
}

#shop_online ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    margin-left: 15px;
}

#shop_online li a {
    color: #000;
}

#shop_online a.active {
    font-weight: bold;
}

#shop_online li {
    margin: 6px 0;
    padding: 0;
}

#shop_online ul ul {
    margin-left: 20px;
}

#shop_online ul ul ul {
    margin-left: 25px;
}

#shop_online ul li {
}

#shop_online ul li li {
}

#shop_online li li a {
    color: #fff;
}

#shop_online li li li a {
    color: #fff;
}
/* Product List */
#page_product_list {
    width: 100%;
}

#page_product_list #content {
    margin: 0;
}

.product_name a {
    color: #fff;
    text-decoration: none;
    /*font-weight:bold;*/
}

.product_name a:hover {
    color: #f8abad;
    text-decoration: underline;
    /*font-weight:bold;*/
}

table.product_list {
    margin-left: -15px;
    width: 714px;
    border-collapse: collapse;
}

table.product_list th {
    background-color: #736357;
    color: #000;
    padding: 6px;
    font-size: .8em;
}

table.product_list td {
    padding: 8px;
}

table.product_list td.hlt {
    background-color: #736357;
}

table.product_list td.img img {
    padding: 4px;
    border: 1px solid #000;
    display: block;
    width: 114px;
    margin-bottom: 5px;
    background-color: #736357;
}

table.product_list td.product_name {
}

table.product_list th.product_name a {
    color: black;
}

table.product_list td.product_name a {
    color: #fff;
    font-weight: bold;
}

table.product_list td.desc {
}

table.product_list th.desc a {
    color: black;
}

table.product_list th.price a {
    color: black;
}

table.product_list td.price {
}

table.product_list td.cart {
}

table.product_list .price_list {
    color: #BCC57A;
    font-size: .75em;
}

table.product_list .price_sale {
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
    /*white-space: nowrap;*/
}

body#page_product_list #newsletter_signup {
    margin-bottom: 20px;
}

body#page_product_list #content {
}

body#page_product_list h2.title {
    padding-left: 5px;
}

body#page_product_list ul.breadcrumb {
    margin-left: 15px;
}
/* Shop */
table.categories {
}

table.categories td {
    padding-right: 8px;
}

table.categories td.last {
    padding-right: 0;
}

table.categories .cat_middle {
    /*height: 175px;*/
    width: 125px;
    padding: 8px 12px;
    padding-bottom: 0px;
    background-color: #736357;
}

table.categories .cat_img {
    text-align: center;
    padding: 4px;
    border: 1px solid #000;
    display: block;
    width: 114px;
    margin-bottom: 5px;
}

table.categories .cat_top {
    height: 9px;
    width: 149px;
    background-image: url('../images/product_info_top.png');
    background-repeat: no-repeat;
    overflow: hidden;
}

table.categories .cat_bottom {
    height: 9px;
    width: 149px;
    background-image: url('../images/product_info_bottom.png');
    background-repeat: no-repeat;
    overflow: hidden;
}

table.categories .cat_name {
    color: #fff;
    font-weight: bold;
    margin-bottom: 7px;
}

table.categories .url_view_category {
    margin-left: -10px;
    margin-top: -3px;
    display: block;
    margin-bottom: 25px;
}
/* Checkout */
#head_checkout {
    background-image: url('../images/head_checkout.png');
    width: 703px;
    height: 62px;
    margin-bottom: 30px;
}

#checkout_body {
    background-image: url('../images/bg_main.jpg');
    background-repeat: repeat-y;
    padding: 0 8px;
}

#checkout_main {
    width: 703px;
    float: left;
    color: #fff;
    line-height: 1.3em;
}

.billing_info {
    padding-left: 85px;
    width: 280px;
    float: left;
    margin-left: 15px;
}

.billing_info input, 
.shipping_info input, 
.billing_info select, 
.shipping_info select, 
.checkout_info input, 
.checkout_info select, 
.checkout_info textarea,
.form_style input,
.form_style select,
.form_style textarea
{
    color: #000;
    background-color: #998675;
    border: none;
    padding: 3px;
    font-weight: bold;
}

.billing_info h3, .shipping_info h3 {
    font-size: 1em;
    margin-bottom: 20px;
}

.shipping_info {
    width: 280px;
    float: left;
    padding-left: 15px;
}

#checkout_sidebar {
    margin-top: 40px;
    width: 215px;
    float: right;
}

#processing_step1 {
    background-image: url('../images/checkout_step1.png');
    width: 215px;
    height: 323px;
}

#processing_step2 {
    background-image: url('../images/checkout_step2.png');
    width: 215px;
    height: 323px;
}

.processing_step2{
   float: right;
   margin-right: 15px;
   color: #FFF;
}
.processing_step2 td{
   text-align: center;
}

#processing_step3 {
    background-image: url('../images/checkout_step3.png');
    width: 215px;
    height: 323px;
}

#processed {
    background-image: url('../images/checkout_step4.png');
    width: 215px;
    height: 323px;
}

.btn_edit_info {
    margin-top: 20px;
    display: block;
    margin-left: -15px;
}

#checkout_sidebar .btn_continue {
    text-align: right;
    display: block;
    margin-right: 5px;
}

ul#header_sub_nav {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
    top: 7.5em;
    /*right: 2.5em;*/
    right: 40px;
    position: relative;
}

ul#header_sub_nav ul {
   margin-right: 40px;
}

ul#header_sub_nav li {
    display: inline;
    /*background-image:url('../images/header_sub_nav_divider.gif');*/
    background-repeat: no-repeat;
    background-position: 0 .3em;
    color: #fff;
    /*font-weight:bold;*/
    /*padding:0 10px;*/
}

ul#header_sub_nav li.first {
    padding-left: 0;
    background: none;
}

ul#header_sub_nav li.last {
    padding-right: 0;
}

ul#header_sub_nav li a {
    color: #fff;
    /*font-weight:bold;*/
}

ul#header_sub_nav li a:hover {
    color: #f8abad;
    /*font-weight:bold;*/
}

ul#header_sub_nav li.active a, ul#header_sub_nav li.active a:hover {
    color: #FFF;
    font-weight: bold;
    text-decoration: underline;
}

#cart-option-tbl {
    position: relative;
    left: 4.5em;
}

.checkout_link a {
    color: #fff;
    /*font-weight:bold;*/
}

.checkout_link a:hover {
    color: #f8abad;
    /*font-weight:bold;*/
}

.login_link a {
    color: #fff;
    text-decoration: underline;
    /*font-weight:bold;*/
}

.login_link a:hover {
    color: #f8abad;
    text-decoration: underline;
    /*font-weight:bold;*/
}

table.assoc_products td {
   vertical-align: top;
    padding-right: 8px;
}

table.assoc_products .product_info {
    width: 149px;
    /*height: 227px;*/
    width: 125px;
    padding: 8px 12px;
    background-color: #736357;
}

table.assoc_products .product_img {
    text-align: center;
    padding: 4px;
    border: 1px solid #000;
    display: block;
    width: 114px;
    margin-bottom: 5px;
}

table.assoc_products .product_info_top {
    height: 9px;
    width: 149px;
    background-image: url('../images/product_info_top.png');
    background-repeat: no-repeat;
    overflow: hidden;
}

table.assoc_products .product_info_bottom {
    height: 9px;
    width: 149px;
    background-image: url('../images/product_info_bottom.png');
    background-repeat: no-repeat;
    overflow: hidden;
}

table.assoc_products .product_name {
    color: #fff;
    font-weight: bold;
    margin-bottom: 7px;
}

table.assoc_products .price_list {
    color: #BCC57A;
    font-size: .75em;
}

table.assoc_products .price_sale {
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
}

table.assoc_products .url_add_to_cart {
    margin-left: -10px;
    margin-top: -3px;
    display: block;
}

table.assoc_products .url_more_info {
    margin-left: -10px;
    margin-top: -15px;
    display: block;
    margin-bottom: 25px;
}

.assoc_products a{
   color: #fff;
   text-decoration: underline;
}

.assoc_products a:hover {
    color: #f8abad;
    text-decoration: underline;
    /*font-weight:bold;*/
}

.error_div{
   position: relative;
   right: 08px;
   width: 968px;
   height: 308px;
   background-image:url(../images/bg_main.jpg);
   background-repeat:repeat-y;
}




/* ecommerce product options */
.opt-div {
    width: 100%;
}
.opt-div div {
    padding: 2px;
}
.opt-name {
    font-weight: bold;
    width: 35%;
    float: left;
}
.opt-value {
    float: left;
    overflow: hidden;
}
.opt-description {
    clear: both;
    font-size: 90%;
}








