﻿html {
    height: 100%;
}
body {
    background: #CCCCCC url(/img/background-slim.jpg) no-repeat center top;
    vertical-align: top;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333;
    background-attachment: fixed;
    position: relative;
}
#screen {
    width: 980px;
    margin: 0 auto;
    min-height: 100%;
}
#header {
    margin: 0 auto;
    width: 974px;
    height: 100px;
    border: solid 3px #FFF;
    border-top: 0;
    /*background: url(/img/header_promo.png) no-repeat;*/
    background: url(/img/black-eighty.png) repeat;
}
#shell {
    width: 977px;
    float: left;
    border-left: solid 3px #FFF;
    background: url(/img/black-eighty.png) repeat;
    border-bottom: solid 3px #FFF;
}
#left-pane {
    width: 179px;
    height: 814px;
    float: left;
}
#mid-pane {
    width: 610px;
    height: 814px;
    float: left;
    border-right: solid 3px #FFF;
    border-left: solid 3px #FFF;
}
#right-pane {
    width: 179px;
    height: 814px;
    float: left;
    border-right: solid 3px #FFF;
}
#login {
    height: 53px;
    width: 207px;
    float: right;
    right: 0px;
    color: #FFF;
    text-align: right;
    padding: 6px 9px 0 0;
    background: url(/img/login-tab.png) no-repeat;
    font-weight: bold;
    font-size: 10px;
}
#login a {
    color: #FFF;
    text-decoration: underline;
}
#login a:hover {
    color: #F00;
}
#search {
    width: 179px;
    height: 60px;
    border-bottom: solid 3px #FFF;
    text-align: center;
    padding-top: 10px;
    color: #FFF;
}
#search form { margin: 0; padding: 0; height: 1%; }
#search p { margin: 0; padding: 0 0 7px 0; }
#search b { font-weight: normal; color: #f00; }
#search .text { background-image: url(/img/textbox_bg.png); width: 103px; height: 22px; float: left; padding: 4px 0 0 4px; margin-left: 12px; border: 0;}
#search .submit { width: 50px; height: 26px; float: left; }
#navigation {
    width: 179px;
    height: 555px;
    border-bottom: solid 3px #FFF;
    color: #FFF;
}
#shopping_cart {
    width: 762px;
    padding: 15px;
    min-height: 788px;
    float: left;
    text-align: left;
    border-left: solid 3px #FFF;
    border-right: solid 3px #FFF;
    color: #FFF;
}
#contact {
    width: 177px;
    height: 100px;
    margin-bottom: 3px;
    text-align: center;
    color: #FFF;
}
#newsletter {
    width: 155px;
    height: 143px;
    color: #FFF;
    float: left;
    text-align: center;
    padding: 7px 12px 0 12px;
}
#newsletter.noborder {
    border-top: 0;
}
#newsletter a {
    cursor: pointer;
}
#newsletter a:hover {
    text-decoration: underline;
}
#shopping_cart_panel {
    width: 167px;
    height: 23px;
    text-align: left;
    color: #FFF;
    float: left;
    font-size: 12px;
    color: #FFF;
    padding-top: 7px;
    padding-left: 12px;
    border-bottom: solid 3px #FFF;
}
#shopping_cart_panel a {
    color: #FFF;
    text-decoration: none;
}
#shopping_cart_panel a:hover {
    color: #f00;
}
#sub-header {
    width: 608px;
    height: 40px;
    margin-bottom: 3px;
    text-align: center;
    color: #FFF;
}
#slider {
    width: 610px;
    height: 277px;
    border-bottom: solid 3px #FFF;
    color: #FFF;
}
#triple_panel_high {
    width: 610px;
    height: 195px;
    border-bottom: solid 3px #FFF;
    color: #FFF;             
}
#triple_panel_mid {
    width: 610px;
    height: 150px;
    color: #FFF;
    border-bottom: solid 3px #FFF;
}
#triple_panel_mid img.first {
    height: 150px;
    width: 201px;
    float: left;
    border-right: solid 3px #FFF;
}
#triple_panel_mid img.mid {
    height: 150px;
    width: 202px;
    float: left;
    border-right: solid 3px #FFF;
}
#triple_panel_mid img.last {
    height: 150px;
    width: 201px;
    float: left;
}
#triple_panel_low {
    width: 610px;
    height: 150px;
    color: #FFF;
}
#etch_wrapper {
    height: 155px;
    width: 980px;
    float: left;
    background: url(/img/white-eighty.png) repeat;
    margin-top: 13px;
    text-align: center;
}
#etch_wrapper a {
    color: #333;
    text-decoration: none;
    padding: 0 10px;
    line-height: 20px;
}
#etch_wrapper a:hover {
    color: #f00;
}
#etch_wrapper_footer {
    height: 10px;
    width: 980px;
    float: left;
}
#etch {
    width: 32px;
    height: 150px;
    color: #333;
    float: left;
    margin-left: 160px;
    padding-left: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}
#etch a {
    color: #333;
    text-decoration: none;
}
#etch a:hover {
    color: #f00;
}
#etch2 {
    width: 100px;
    height: 150px;
    color: #333;
    float: left;
    border-left: dotted 1px #333;
    margin-left: 15px;
    padding-left: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}
#etch2 a {
    color: #333;
    text-decoration: none;
}
#etch2 a:hover {
    color: #f00;
}
#etch3 {
    width: 132px;
    height: 145px;
    color: #333;
    float: left;
    border-left: dotted 1px #f00;
    margin-left: 15px;
    padding-left: 21px;
    margin-bottom: 20px;
    margin-top: 20px;
}
#etch3 a {
    color: #333;
    text-decoration: none;
}
#etch3 a:hover {
    color: #f00;
}
#etch4 {
    width: 145px;
    height: 150px;
    color: #333;
    float: left;
    border-left: dotted 1px #333;
    margin-left: 15px;
    padding-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}
#etch4 a {
    color: #333;
    text-decoration: none;
}
#etch4 a:hover {
    color: #f00;
}
#etch5 {
    width: 152px;
    height: 150px;
    color: #333;
    float: left;
    border-left: dotted 1px #333;
    margin-left: 15px;
    padding-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}
#etch5 a {
    color: #333;
    text-decoration: none;
}
#etch5 a:hover {
    color: #f00;
}
#etch6 {
    width: 100px;
    height: 150px;
    color: #333;
    float: left;
    border-left: dotted 1px #f00;
    margin-left: 15px;
    padding-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}
#etch6 a {
    color: #333;
    text-decoration: none;
}
#etch6 a:hover {
    color: #f00;
}
#clear {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden; 
} 
.css_navigation {
	color: #FFF;
	display: block;
	width: 166px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	margin: 0;
	padding: 4px 0px 4px 13px;
	text-decoration: none;
	float: left;
}
.css_navigation:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
} 
.css_navigation:hover {
    border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
.css_navigation_header {
	color: #f00;
	display: block;
	width: 166px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	margin: 0;
	padding: 4px 0px 4px 13px;
	text-decoration: none;
	float: left;
}
.css_navigation_header:after  {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden; 
}
.css_navigation_header_first {
	color: #f00;
	display: block;
	width: 166px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	margin: 0;
	padding: 11px 0px 4px 13px;
	text-decoration: none;
	float: left;
}
.css_navigation_header_first:after  {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden; 
}
#category {
    width: 792px;
    min-height: 814px;
    float: left;
    border: solid 3px #FFF;
    border-top: 0;
    border-bottom: 0;
}
#landing {
    width: 792px;
    min-height: 814px;
    float: left;
    border: solid 3px #FFF;
    border-top: 0;
    border-bottom: 0;
}
#landing_header, #landing_header_gym {
    width: 792px;
    height: 251px;
    float: left;
    border-bottom: solid 3px #FFF;
    background: url(/img/landing_aerobic.gif) no-repeat top left;
}
#landing_header_gym {
    background: url(/img/landing_homegym.gif) no-repeat top left;
}
#landing_text {
    width: 706px;
    height: 40px;
    padding: 30px 43px;
    float: left;
    color: #FFF;
}
#landing_content {
    width: 792px;
    float: left;
    color: #FFF;
}
#landing_content a {
    color: #FFF;
    text-decoration: none;
}
#landing_content a:hover {
    color: #f00;
    text-decoration: none;
}
#category:after  {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
} 
#category-header {
    width: 790px;
    height: 40px;
    text-align: center;
    color: #FFF;
}
#category_image {
    width: 792px;
    height: 140px;
    text-align: center;
    color: #FFF;
    float: left;
}
.category_header_image {
   width: 200px; 
   height: 140px;
   border-right: solid 3px #FFF;
   border-bottom: solid 3px #FFF;
   float: left;
   position: relative;
}
.category_header_text {
   width: 559px; 
   height: 110px;
   float: left;
   text-align: left;
   padding: 15px;
   border-bottom: solid 3px #FFF;
}
#category_content {
    width: 790px;
    height: 639px;
    text-align: center;
    color: #FFF;
    float: left;        
}
.category_navigation {
    height: 0px;
    float: right;
    margin-right: 40px;
    position: relative;
    top: -23px;
}
.category_img_original {
    border: solid 1px #FFF;
    height: 163px;
    width: 125px;
    float: left;
    margin-bottom: 5px;
}
.category_img {
    border: solid 1px #FFF;
    height: 163px;
    width: 125px;
    float: left;
    margin-bottom: 5px;
    position: absolute;
}
.category_img_special {
    height: 163px;
    width: 125px;
    margin-bottom: 5px;
    position: relative;
}
.category_txt {
    /* background-color: #0F0; */
    height: 50px;
    width: 125px;
    float: left;
    text-align: left;
}
.category_txt_link {
    color: #FFF;
    text-decoration: none;
}
.category_txt_link:hover {
    color: #f00;
    text-decoration: none;
}
.back_button {
    color: #000; 
    height: 16px; 
    float: left; 
    margin-left: 3px; 
    text-align: center;
    width: 40px; 
    background: url(/img/button-back.gif) top left no-repeat;
    cursor: pointer;
    position: relative;
    padding-top: 3px;
    padding-bottom: 3px;
    text-decoration: none;
}
.back_button:hover {
    background-position: bottom right;
    color: #FFF;
}
.next_button {
    color: #000; 
    height: 16px; 
    float: left; 
    margin-left: 3px; 
    text-align: center;
    width: 40px; 
    background: url(/img/button-next.gif) top right no-repeat;
    cursor: pointer;
    position: relative;
    padding-top: 3px;
    padding-bottom: 3px;
    text-decoration: none;
}
.next_button:hover {
    background-position: bottom right;
    color: #FFF;
}
.page_number_first {
    color: #000; 
    background-color: #FFF; 
    height: 16px; 
    width: 16px; 
    float: left; 
    margin-left: 3px; 
    text-align: center;
    cursor: pointer;
    position: relative;
    padding-top: 3px;
    padding-bottom: 3px;
    text-decoration: none;
}
.page_number_first:hover {
    background-color: #f00;
    color: #FFF;
}
.page_number {
    color: #000; 
    background-color: #FFF; 
    height: 16px; 
    width: 16px; 
    float: left; 
    margin-left: 3px; 
    text-align: center;
    cursor: pointer;
    position: relative;
    padding-top: 3px;
    padding-bottom: 3px;
    text-decoration: none;
}
.page_number:hover {
    background-color: #f00;
    color: #FFF;
}
.page_number_last {
    color: #000; 
    background-color: #FFF; 
    height: 16px; 
    width: 16px; 
    float: left; 
    margin-left: 3px; 
    text-align: center;
    cursor: pointer;
    position: relative;
    padding-top: 3px;
    padding-bottom: 3px;
    text-decoration: none;
}
.page_number_last:hover {
    background-color: #f00;
    color: #FFF;
}
.product_container_left {
    height: 235px;
    width: 125px;
    float: left;
    margin: 25px 25px 0 25px;
}
.product_container {
    height: 235px;
    width: 125px;
    float: left;
    margin: 25px 25px 0 0;
}
#product {
    width: 792px;
    float: left;
    min-height: 814px;
    border-right: 3px solid #FFF;
    border-left: 3px solid #FFF;
}
#product_end {
    width: 792px;
    height: 20px;
    margin-left: 3px;
    float: left;
}
#product_header {
    width: 790px;
    height: 40px;
    border-bottom: solid 3px #FFF;
    text-align: center;
    color: #FFF;
}
#product_content {
    width: 762px;
    min-height: 602px;
    text-align: left;
    color: #FFF;
    padding: 15px 15px 15px 15px;
}
#product_content:after  {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
} 
.breadcrumb {
    float: left;
    width: 759px;
    height: 35px;
    margin-top: 5px;
}
.breadcrumb a {
    color: #FFF;
    text-decoration: none;
}
.breadcrumb a:hover {
    color: #f00;
}
.product_title {
    width: 759px;
    float: left;
    font-size: 30px;
}
.product_image_wrapper {
    width: 260px; /*width: 252px;*/
    float: left;
}
.product_image_main {
    height: 325px;
    width: 250px;
    border: solid 1px #FFF;
    float: left;
    margin-bottom: 5px;
    position: relative;
}
.description_cart_wrapper {
    min-height: 493px;
    width: 482px; /*width: 490px;*/
    float: left;
    margin-left: 15px;
}
.product_description {
    margin-bottom: 25px;
}
.extra_image_wrapper {
    float: left;
    width: 252px;
    margin-top: 15px;
}
.extra_image {
    height: 74px;
    width: 57px;
    border: solid 1px #FFF;
    float: left;
    margin-right: 5px;
}
.extra_image_last {
    height: 74px;
    width: 57px;
    border: solid 1px #FFF;
    float: left;
    margin-right: 0;
}
.add_to_cart {
    text-decoration: none;
    color: #000;
    background-color: #FFF;
    padding: 5px 10px 5px 10px;
    position: relative;
    line-height: 15px;
    height: 15px;
    float: left;
    width: 100px;
    text-align: center;
    font-size: 12px;
}
.add_to_cart:hover {
    color: #FFF;
    background-color: #f00;
}
.add_to_cart_top {
    text-decoration: none;
    color: #000;
    background-color: #FFF;
    padding: 5px 10px 5px 10px;
    position: relative;
    line-height: 15px;
    height: 15px;
    float: right;
    width: 100px;
    text-align: center;
    font-size: 12px;
}
.add_to_cart-top:hover {
    color: #FFF;
    background-color: transparent;
}
.lower_wrapper {
    height: 100px;
    width: 788px;
    float: left;
    margin-top: 30px;
}
.lower_heading {
    background: url(/img/shipping_header.png) no-repeat top left;
    border-bottom: solid 1px #FFF;
    height: 20px;
    width: 754px;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 5px;
    margin-left: 1px;
}
.lower_content {
    background: url(/img/shipping_content.png) no-repeat top left;
    height: 43px;
    padding-top: 4px;
    width: 759px;
    margin-left: 1px;
}
.image_container_div {
    height: 30px;
}
#header_logo {
    height: 70px;
    width: 297px;
    padding-top: 10px;
    padding-left: 12px;
    float: left;  
}
.upsell_text {
    height: 50px;
    font-size: 20px;
}
.upsell {
    border: solid 1px #FFF;
    height: 140px;
    width: 100px;
    float: left;
    margin-right: 5px;
}
.product_navigation {
    background-color: #FFF;
    height: 25px;
    width: 200px;
    float: right;
    margin-top: 125px;
    position: relative;
}
#shopping_cart a {
    font-weight: bold;
    color: #F00;
    text-decoration: none;
}
/*#shopping_cart a:hover {
    color: #666;
} WHITE VERSION */
#shopping_cart a:hover {
    color: #FFF;
}
.txn_process {
    width: 792px;
    height: 70px;
    border-bottom: solid 3px #FFF;
    border-left: solid 3px #FFF;
    border-right: solid 3px #FFF;
    float: left;
    color: #FFF;
}
.txn_process a {
    font-weight: bold;
    color: #f00;
    text-decoration: none;
}
.txn_process a:hover {
    color: #FFF;
}
.txn_process .cell_visited {
    border: solid 1px #FFF;
    font-weight: bold;
    cursor: pointer;
}
.txn_process .cell_visited:hover {
    color: #FFF;
}
.cart_title {
    width: 759px;
    height: 50px;
    font-size: 30px;
}
.cart_proper {
    padding-bottom: 30px;
    width: 732px;
}
.cart_empty {
    border-top: dotted 1px #FFF;
}
a.btnBigLink{
  background: url(/img/link-button-left.gif) left -50px no-repeat;
  color: #000;
  display: block;
  float: left;
  text-decoration: none;
  width: 100px;
}
a.btnBigLink span{
  background: #FFF url(/img/link-button-right.gif) right -50px no-repeat;
  display: block;
  margin-left: 2px;
  padding-left: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
}
a.btnBigLink:hover{
  background-position: left top;
  color: #FFF;
}
a.btnBigLink:hover span{
  background: #f00 url(/img/link-button-right.gif) right top no-repeat;
  background-position: right top;
}
#login_cart {
    width: 760px;
    padding: 15px;
    min-height: 730px;
    margin-left: 3px;
    margin-top: 3px;
    float: left;
    text-align: left;
}
#shopping_cart .a_visited {
    color: #f00;
}
#shopping_cart .a_visited:hover {
    color: #FFF;
}
#shopping_cart .cell_visited {
    border: solid 1px #FFF;
    font-weight: bold;
    cursor: pointer;
}
#shopping_cart .cell_visited:hover {
    color: #FFF;
}
#login_cart {
    width: 760px;
    padding: 15px;
    min-height: 730px;
    margin-left: 3px;
    margin-top: 3px;
    float: left;
    text-align: left;
}
#static_wrapper {
    width: 762px;
    padding: 15px;
    min-height: 800px;
    float: left;
    text-align: left;
    color: #FFF;
    border-left: solid 3px #FFF;
    border-right: solid 3px #FFF;
}
#trio_wrapper {
    width: 792px;
    min-height: 757px;
    float: left;
    text-align: left;
    color: #FFF;
    border-left: solid 3px #FFF;
    border-right: solid 3px #FFF;
}
.static_title {
    width: 759px;
    height: 50px;
    font-size: 30px;
}
.static {
    border-top: dotted 1px #fff;
    padding-top: 17px;
}
.static a {
    color: #f00;
    text-decoration: none;
}
.static a:hover {
    color: #FFF;
}
.static_compare {
    border-top: dotted 1px #fff;
    padding-top: 17px;
}
.static_compare a {
    color: #f00;
}
.static_compare a:hover {
    color: #FFF;
}
#compare_back {
    width: 700px;
    height: 50px;
    float: left;
    color: #000;
}
.compare_back_button {
    text-decoration: none;
    color: #000;
    background-color: #FFF;
    padding: 5px 10px 5px 10px;
    position: relative;
    line-height: 15px;
    height: 15px;
    float: left;
    width: 94px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}
.compare_back_button:hover {
    color: #FFF;
    background-color: #f00;
}
.search_title {
    font-size: 18px;   
}
#openx {
    width: 179px;
    height: 628px;
    border-bottom: solid 3px #FFF;
    color: #FFF;
}
#fb_twitter {
    width: 179px;
    height: 150px;
    color: #FFF;
}
#follow_external {
    width: 179px;
    height: 25px;
    padding-top: 45px;
    text-align: center;
    font-size: 12px;
    position: relative;
}
.fb_icon {
   position: relative; 
   margin-left: 27px;
}
.tw_icon {
   position: relative;
   margin-left: 20px;
}
.center_nav {
    float: left;
    width: 252px;
    height: 25px;
    margin-top: 5px;
    padding-top: 5px;
    text-align: center;
}
.red {
    color: #f00;
}
.top_link a {
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    position: relative;
}
.top_link a:hover {
    color: #f00;
}
.compare_text {
    color: #FFF;
    text-decoration: none;
}
.compare_text:hover {
    color: #f00;
    text-decoration: none;
}
.triple_link {
    color: #FFF;
    text-decoration: none;
}
.triple_link:hover {
    color: #f00;
    text-decoration: none;
}
#feedback_content {
    color: #FFF;
    padding: 15px;
}
.selectedpage {
    font-size: 20px;
    color: #FFF;
}
.selectedpage:hover {
    font-size: 20px;
    color: #FFF;
}
.regularpage {
    font-size: 14px;
    color: #f00;
}
.regularpage:hover {
    font-size: 14px;
    color: #FFF;
}
a.ubtnBigLink{
  background: url(/img/ulink-button-left.gif) left -36px no-repeat;
  color: #000;
  display: block;
  float: left;
  text-decoration: none;
  width: 90px;
}
a.ubtnBigLink span{
  background: #FFF url(/img/ulink-button-right.gif) right -36px no-repeat;
  color: #000;
  display: block;
  margin-left: 2px;
  padding-left: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
}
a.ubtnBigLink:hover{
  background-position: left top;
  color: #FFF;
}
a.ubtnBigLink:hover span{
  background: #f00 url(/img/ulink-button-right.gif) right top no-repeat;
  color: #FFF;
  background-position: right top;
}
.st_main {
    border-top: dotted 1px #fff;
    padding-top: 17px;
    font-size: 12px;
}
.st_link {
    color: #FFF;
}
.st_link:hover {
    color: #f00;
}
.st_linkr {
    color: #f00;
}
.st_linkr:hover {
    color: #f00;
}
.st_linkrw {
    color: #FFF;
    font-weight: bold;
    text-decoration: underline;
}
.st_linkrw:hover {
    cursor: pointer;
}
.hlinkred {
    color: #f00;
    text-decoration: none;
    font-weight: bold;
}
.hlinkred:hover {
    color: #FFF;
}
.egg_div {
    float: right;
    text-align: center;
}
#shopping_cart .login-link {
    color: #6497ff;
}
#shopping_cart .login-link:hover {
    color: #ffffff;
    cursor: pointer;
}
#shopping_cart .login-submit {
    margin-left: 166px;
    margin-bottom: 13px;
    width: 50px;
    height: 18px;
    background: url(/img/mini-submit.png) no-repeat;
    padding-left: 6px;
    padding-top: 1px;
}
#shopping_cart .login-submit:hover {
    cursor: pointer;
    background-position: 0 -19px;
}
#shopping_cart .login-link-regular {
    color: #FFF;
    text-decoration: none;
}
#shopping_cart .login-link-regular:hover {
    color: #FFF;
    text-decoration: none;
}
.selected-first {
    padding-top: 10px;
    text-align: center;
    height: 25px;
    margin-right: 3px;
    width: 124px;
    background: url(/img/red-tab.png) no-repeat;
    float: left;
}
.selectable-first {
    padding-top: 10px;
    text-align: center;
    height: 25px;
    margin-right: 3px;
    width: 124px;
    background: url(/img/gray-red-tab.png) no-repeat;
    float: left;
}
.selectable-first:hover {
    cursor: pointer;
    background-position: 0 -35px;
}
.selectable-tab {
    padding-top: 10px;
    text-align: center;
    height: 25px;
    margin-right: 3px;
    width: 124px;
    background: url(/img/gray-red-tab.png) no-repeat;
    float: left;
}
.selectable-tab:hover {
    cursor: pointer;
    background-position: 0 -35px;
}
.selected-last {
    padding-top: 10px;
    text-align: center;
    height: 25px;
    width: 124px;
    background: url(/img/red-tab.png) no-repeat;
    float: left;
}
.selectable-last {
    padding-top: 10px;
    text-align: center;
    height: 25px;
    width: 124px;
    background: url(/img/gray-red-tab.png) no-repeat;
    float: left;
}
.selectable-last:hover {
    cursor: pointer;
    background-position: 0 -35px;
}
.account-lower-button {
    margin-right: 17px;
    float: right;
    height: 33px;
    width: 88px;
    background: url(/img/account-lower-button.png);
    font-size: 14px;
    margin-top: 3px;
}
.account-lower-button:hover {
   background-position: 0 -33px;
   cursor: pointer;
}
#upload_image {
    margin-bottom: 3px;
    display: none;
    width: 175px;
    height: 30px;
    top: -165px;
    left: 20px;
    position: relative;
    color: #aeaeae;
    background: url(/img/image-button.png);
}
#upload_image:hover {
    cursor: pointer;
}
.span-err {
    font-weight: bold;
    font-size: 18px;
    color: #F00;
}
#shopping_cart .ptable {
    color: #000;
    font-weight: bold;
}
#shopping_cart .ptable a {
    color: #F00;
}
#shopping_cart .ptable a:hover {
    color: #000;
    cursor: pointer;
}
.selected-wish {
    border: solid 2px #F00;
}
.selected-wish:hover {
    cursor: pointer;
}
.unselected-wish {
    border: solid 2px #FFF;
}
.unselected-wish:hover {
    cursor: pointer;
}
#shopping_cart .red-gray {
    color: #F00;
    font-weight: normal;
}
#shopping_cart .red-gray:hover {
    color: #333;
    cursor: pointer;
}
#shopping_cart .white-red {
    color: #FFF;
    font-weight: bold;
}
#shopping_cart .white-red:hover {
    color: #F00;
    cursor: pointer;
}
.jbutton:hover {
    cursor: pointer;
}