/*css resets */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/*wwg styles*/
body {
background-color: rgb(16,16,16);
/* background-image:url('assets/home_bgimage.jpg'); */
background-repeat: no-repeat;
background-position: center top;
font-size: 14px;
font-family: arial, helvetica, sans-serif;
color: rgb(149,149,149);
}
h1{
width: 93%;
margin-top: 35px;
margin-right: auto;
margin-left: auto;
margin-bottom: 15px;
text-align: justify;
font-size: 28px;
font-weight: normal;
font-family: arial, helvetica, sans-serif;
color: rgb(212, 212, 212);
background-image: none;
text-shadow: rgb(0,0,0) 0px 2px 3px;
}
h2{
width: 93%;
margin-top: 35px;
margin-right: auto;
margin-left: auto;
text-align: left;
line-height: 65px;
font-weight: normal;
font-size: 22px;
font-family: arial, helvetica, sans-serif;
color: rgb(212, 212, 212);
text-shadow: rgb(0,0,0) 0px 2px 3px;
}
h3{
width: 93%;
margin-right: auto;
margin-left: auto;
margin-bottom: 10px;
text-align: left;
font-size: 16px;
line-height: 20px;
font-family: arial, helvetica, sans-serif;
color: rgb(212, 212, 212);
}
p{
width: 93%;
text-align: justify;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
line-height: 20px;
font-size: 14px;
font-family: arial, helvetica, sans-serif;
color: rgb(149, 149, 149);
}
a{
text-decoration: none;
color: rgb(212,152,5);
}
a:hover{
text-decoration: underline;
}
a.stdlink{
text-decoration: none;
color: rgb(212, 212, 212);
}
a:hover.stdlink{
text-decoration: none;
color: rgb(212,152,5);
}
a.stdlink_active{
font-weight: bold;
text-decoration: none;
color: rgb(212,152,5);
}
a:hover.stdlink_active{
font-weight: bold;
text-decoration: none;
color: rgb(212,152,5);
}
a.fb_image{
text-decoration: none;
border: none;
}
a:hover.fb_image{
text-decoration: none;
}
form{
  width: 500px;
  color: rgb(149,149,149);
  padding: 20px;
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
}
fieldset{
  padding: 0 20px 20px;
  margin: 0 0 20px;
  border: 1px solid rgb(50,50,50);
}
legend{
  color: rgb(212,212,212);
  background-color: rgb(25,25,25);
  font-size: 18px;
  padding: 5px;
  margin-bottom: 10px;
  width: 200px;
  border: 1px solid rgb(50,50,50);
}
label
{
  display: block;
  float: left;
  clear: left;
  text-align: right;
  width: 25%;
  padding-top: 5px;
  padding-bottom: 2px;
  margin: 5px 5px 0 0;
  height: 18px;
}
input
{
  margin: 5px 0 0 0;
  width: 325px;
  padding: 2px 2px 4px 2px;
  font-size: 14px;
  height: 18px;
}
select
{
  margin: 5px 0 0 0;
  width: 331px;
  padding: 2px 2px 4px 2px;
  font-size: 14px;
}

button
{
  font-size: 14px;
  padding: 4px;
  margin-top: 20px;
  width: 200px;
  cursor: pointer;
  cursor: hand;
}

.cms_ul{
list-style: disc;
width: 93%;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
text-align: left;
font-family: arial, helvetica, sans-serif;
font-size: 14px;
line-height: 20px;
color: rgb(149, 149, 149);
}
.cms_li{
margin-bottom: 8px;
margin-left: 30px;
}
.cms_section{
background-image: url('assets/cat_tables_divider.jpg');
background-position: top center;
background-repeat: no-repeat;
}
.cat_blank{
background-color: rgb(16,16,16);
}
.cat_landing{
background-color: rgb(16,16,16);
background-image:url('assets/cat_general.jpg');
background-repeat: no-repeat;
background-position: center top;
}
.cat_search{
background-color: rgb(16,16,16);
background-image:url('assets/cat_search.jpg');
background-repeat: no-repeat;
background-position: center top;
}
.cat_generic{
background-color: rgb(16,16,16);
background-image:url('assets/cat_blank.jpg');
background-repeat: no-repeat;
background-position: center top;
}
.cat_cart{
background-color: rgb(16,16,16);
background-image:url('assets/cat_shopping.jpg');
background-repeat: no-repeat;
background-position: center top;
}
.user_generic{
background-color: rgb(16,16,16);
background-image:url('assets/cat_myhome.jpg');
background-repeat: no-repeat;
background-position: center top;
}
.user_profile{
background-color: rgb(16,16,16);
background-image:url('assets/cat_profile.jpg');
background-repeat: no-repeat;
background-position: center top;
}
.cat_offline{
background-color: rgb(16,16,16); 
background-image: url('assets/maintenance.jpg'); 
background-position: top center; 
background-repeat: no-repeat;
}
.wrapper {
width: 998px;
margin-right: auto;
margin-left: auto;
background-image: none;
}
.header_container {
width: 998px;
height: 134px;
margin-right: auto;
margin-left: auto;
background-image:url('assets/nav.png');
background-repeat: no-repeat;
}
.link_headernav_home{
float: left;
width: 499px;
height: 134px;
background-image: none;
}

.splash_container {
clear: both;
width: 998px;
height: 298px;
margin-right: auto;
margin-left: auto;
background-image: none;
}
.cat_splash_container {
clear: both;
width: 998px;
height: 86px;
margin-right: auto;
margin-left: auto;
background-image: none;
}

.prod_splash_container {
clear: both;
width: 998px;
height: 352px;
margin-right: auto;
margin-left: auto;
background-image: none;
}

.promo_wrapper{
width: 804px;
height: 206px;
margin-top: 25px;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
background-image: none;
}
.promo_image_medium{
width: 250px; 
height: 188px; 
float: left; 
margin: 8px;
border: 1px solid rgb(212,152,5);
}
.promo_image_small{
width: 116px; 
height: 85px; 
float: left; 
margin: 8px;
border: 1px solid rgb(212,152,5);
}
.promo_image_medium_dummy{
width: 250px; 
height: 188px; 
float: left; 
margin: 8px;
border: 1px solid rgb(50,50,50);
}
.promo_image_small_dummy{
width: 116px; 
height: 85px; 
float: left; 
margin: 8px;
border: 1px solid rgb(50,50,50);
}
.product_details{
background-image: url('assets/cat_tables_divider.jpg');
background-position: top center;
background-repeat: no-repeat;
clear: both;
width: 806px;
}
.splash_gear_container {
text-align: right;
clear: both;
width: 998px;
height: 55px;
margin-right: auto;
margin-left: auto;
background-image: none;
}
.splash_gear_image{
vertical-align: middle;
}
.col_header{
clear: both;
width: 998px;
height: 80px;
background-image:url('assets/home_tables_top.jpg');
background-repeat: no-repeat;
}
.cat_main_header{
clear: both;
width: 998px;
height: 76px;
background-image:url('assets/cat_header_generic.jpg');
background-repeat: no-repeat;
}
.cat_col_header{
clear: both;
width: 998px;
height: 63px;
background-image:url('assets/navibar.jpg');
background-repeat: no-repeat;
}
.cart_col_header{
clear: both;
width: 998px;
height: 63px;
background-image:url('assets/wide_table_top.jpg');
background-repeat: no-repeat;
}
.prod_col_header{
clear: both;
width: 998px;
height: 63px;
background-image:url('assets/navibar.jpg');
background-repeat: no-repeat;
}
.col_body{
float: left;
width: 998px;
background-image:url('assets/home_tables_mid.jpg');
background-repeat: repeat-y;
}
.cat_col_body{
float: left;
width: 998px;
background-image:url('assets/cat_tables_mid.jpg');
background-repeat: repeat-y;
}
.cart_col_body{
float: left;
width: 998px;
background-image:url('assets/wide_table_mid.jpg');
background-repeat: repeat-y;
}
.col_footer{
clear: both;
width: 998px;
height: 96px;
background-image:url('assets/home_table_bottom.jpg');
background-repeat: no-repeat;
}
.cat_col_footer{
clear: both;
width: 998px;
height: 96px;
background-image:url('assets/cat_tables_bottom.jpg');
background-repeat: no-repeat;
}
.cart_col_footer{
clear: both;
width: 998px;
height: 96px;
background-image:url('assets/wide_table_bottom.jpg');
background-repeat: no-repeat;
}
.leftcol{
position: relative;
float: left;
width: 640px;
background-image: none;
}
.cat_leftcol{
float: left;
width: 806px;
background-image: none;
}
.content_header{
float: left;
width: 640px;
height: 80px;
background-image: none;
}
.social_strip{
height: 26px;
vertical-align: middle;
margin-top: 29px;
margin-right: 30px;
margin-left: 466px;
width: 142px;
}
.cat_content_header{
float: left;
width: 806px;
height: 63px;
background-image: none;
}
.content_container{
float: left;
width: 640px;
background-image: none;
}
.cat_content_container{
text-align: center;
float: left;
width: 806px;
background-image: none;
}
.gen_content_container{
text-align: center;
float: left;
width: 998px;
background-image: none;
}
.page_content_container{
margin-top: -63px;
text-align: center;
float: left;
width: 806px;
background-image: none;
}
.page_subdivider{
clear: both;
margin-left: auto;
margin-right: auto;
}
.cat_generic_title{
width: 700px;
margin-top: 30px;
margin-right: auto;
margin-left: auto;
margin-bottom: 15px;
text-align: justify;
font-size: 24px;
font-weight: normal;
font-family: arial, helvetica, sans-serif;
color: rgb(212, 212, 212);
background-image: none;
}
.cat_generic_heading{
width: 700px;
margin-top: 20px;
margin-right: auto;
margin-left: auto;
margin-bottom: 15px;
text-align: justify;
font-size: 18px;
font-weight: normal;
font-family: arial, helvetica, sans-serif;
color: rgb(212, 212, 212);
background-image: none;
}
.cat_generic_text{
width: 700px;
margin-right: auto;
margin-left: auto;
margin-bottom: 20px;
text-align: justify;
line-height: 20px;
font-size: 14px;
font-weight: normal;
font-family: palatino, serif;
color: rgb(149, 149, 149);
background-image: none;
}
.cat_inner_text{
text-align: justify;
line-height: 20px;
font-size: 14px;
font-weight: normal;
font-family: arial, helvetica, sans-serif;
color: rgb(149, 149, 149);
}
.cat_generic_img_left{
display: block;
float: left;
margin-right: 24px;
margin-bottom: 24px;
border: 1px solid rgb(50, 50, 50);
}
.cat_sidebar_logo{
display: block;
margin-left: auto;
margin-right: auto;
}
.content_footer{
float: left;
width: 640px;
height: 96px;
background-image: none;
}
.cat_content_footer{
float: left;
width: 806px;
height: 96px;
background-image: none;
}
.rightcol{
float: left;
width: 358px;
background-image: none;
}
.cat_rightcol{
float: right;
width: 192px;
background-image: none;
}
.sidebar_header{
float: left;
width: 358px;
height: 80px;
background-image: none;
}
.cat_sidebar_header{
float: left;
width: 192px;
height: 63px;
background-image: none;
}
.cat_sidebar_header_img_top{
clear: both;
margin-top: 2px;
margin-left: 2px;
margin-right: auto;
margin-bottom: 2px;
background-image: none;
}
.cat_sidebar_header_img{
clear: both;
margin-top: 2px;
margin-left: 2px;
margin-right: auto;
margin-bottom: 4px;
}
.cat_sidebar_text_top{
width: 160px;
/* height: 21px; */
margin-bottom: 5px;
margin-left: auto;
margin-right: auto;
line-height: 21px;
text-align: left;
font-size: 11px;
font-family: arial, helvetica, sans-serif;
color: rgb(212, 212, 212);
background-image: none;
}
.cat_sidebar_text{
float: left;
width: 125px;
/* height: 21px; */
margin-bottom: 15px;
margin-left: 15px;
line-height: 21px;
text-align: left;
font-size: 11px;
font-family: arial, helvetica, sans-serif;
color: rgb(255, 255, 255);
background-image: none;
}
.table_genre{
margin-right: auto;
margin-left: auto;
margin-top: 8px;
margin-bottom: 10px;
}
.tr_active{
background-color: rgb(40,40,40);
}
.td_genre_name{
padding-top: 4px;
padding-bottom: 6px;
padding-left: 4px;
width: 129px;
text-align: left;
vertical-align: middle;
font-size: 11px;
font-family: arial, helvetica, sans-serif;
color: rgb(255, 255, 255);
}
.td_genre_icon{
padding-top: 4px;
padding-bottom: 6px;
width: 34px;
text-align: center;
vertical-align: middle;
}
.table_productline{
margin-right: auto;
margin-left: auto;
margin-top: 8px;
}
.td_productline_logo{
width: 156px;
height: 51px;
text-align: center;
vertical-align: middle;
}
.td_productline_name{
padding-top: 8px;
padding-bottom: 12px;
text-align: left;
font-size: 11px;
font-family: arial, helvetica, sans-serif;
color: rgb(255, 255, 255);
}
.td_productline_qty{
padding-top: 8px;
padding-bottom: 8px;
text-align: right;
font-size: 11px;
font-family: arial, helvetica, sans-serif;
color: rgb(212, 212, 212);
}
.sidebar_container{
float: left;
width: 358px;
background-image: none;
}
.cat_sidebar_container{
text-align: center;
float: left;
width: 192px;
background-image: none;
}
.page_sidebar_container{
margin-top: -63px;
float: left;
width: 192px;
background-image: none;
}
.sidebar_footer{
float: left;
width: 358px;
height: 96px;
background-image: none;
}
.cat_sidebar_footer{
float: left;
width: 192px;
height: 96px;
background-image: none;
}
.footer_container{
clear: both;
width: 998px;
height: 329px;
margin-right: auto;
margin-left: auto;
background-image:url('assets/footer.jpg');
background-repeat: no-repeat;
}
.newscontainer{
margin-bottom: 30px;
background-image: none;
}
.newsheader{
clear: both;
width: 560px;
margin-right: auto;
margin-left: auto;
margin-bottom: 24px;
background-color: rgb(13,13,13);
height: 28px;
line-height: 28px;
border: 1px solid rgb(50, 50, 50);
background-image: none;
}
.newsheader_text{
position: relative;
float: left;
height: 28px;
width: 240px;
margin-left: 8px;
margin-right: auto;
text-align: left;
font-size: 14px;
font-weight: bold;
font-family: arial, helvetica, sans-serif;
color: rgb(212,212,212);
z-index: 2;
background-image: none;
}
.newsdate{
position: relative;
float: right;
height: 28px;
width: 120px;
margin-right: 8px;
margin-left: auto;
text-align: right;
font-size: 14px;
font-weight: bold;
font-family: arial, helvetica, sans-serif;
color: rgb(212,212,212);
z-index: 2;
background-image: none;
}
.newstitle{
width: 560px;
margin-top: 8px;
margin-right: auto;
margin-left: auto;
margin-bottom: 8px;
text-align: left;
font-size: 14px;
font-weight: bold;
font-family: arial, helvetica, sans-serif;
color: rgb(149, 149, 149);
background-image: none;
}
.newsbody{
width: 560px;
margin-right: auto;
margin-left: auto;
margin-bottom: 8px;
text-align: justify;
font-size: 14px;
font-weight: normal;
font-family: arial, helvetica, sans-serif;
color: rgb(149, 149, 149);
background-image: none;
}
.newsimage{
position: relative; 
text-align: center;
clear: both;
width: 560px;
height: 255px;
line-height: 28px;
margin-right: auto;
margin-left: auto;
margin-bottom: 24px;
overflow: hidden;
border: 1px solid rgb(50, 50, 50);
background-color: rgb(15,15,15);
background-image: none;
background-repeat: no-repeat;
background-position: center; 
}
a.newslink{
text-decoration: none;
color: rgb(212,152,5);
}
a:hover.newslink{
text-decoration: underline;
color: rgb(212,152,5);
}
.home_content_subdivider{
display: block;
clear: both;
width: 636px;
margin-top: 8px;
margin-bottom: 32px;
margin-right: auto;
margin-left: auto;
}
.container_weenjoy{
width: 320px;
margin-left: auto;
margin-right: auto;
text-align: center;
background-image: none;
}
.link_banner_small{
/*float: left;*/
margin: 4px;
border: 1px solid rgb(50, 50, 50);
}
.container_featured_item{
clear: both;
width: 358px;
margin-top: 4px;
margin-left: auto;
margin-right: auto;
text-align: center;
background-image: none;
}
.image_featured_item{
width: 135px;
height: 215px;
margin: 8px;
border: 1px solid rgb(50, 50, 50);
}
.sidebar_text{
width: 320px;
margin-bottom: 24px;
margin-left: auto;
margin-right: auto;
text-align: justify;
font-size: 14px;
font-weight: normal;
font-family: palatino, serif;
color: rgb(149, 149, 149);
}
.countdown_image{
text-align: center;
clear: both;
width: 320px;
height: 65px;
margin-right: auto;
margin-left: auto;
overflow: hidden;
border: 1px solid rgb(50,50,50);
background-repeat: no-repeat;
background-position: center; 
}
.countdown_container{
clear: both;
width: 320px;
margin-right: auto;
margin-left: auto;
margin-bottom: 16px;
background-color: rgb(25,25,25);
border-right: 1px solid rgb(50,50,50);
border-left: 1px solid rgb(50, 50, 50);
border-bottom: 1px solid rgb(50, 50, 50);
background-image: none;
}
.countdown_indicator{
width: 80px;
padding: 8px;
text-align: center;
font-size: 10px;
font-weight: bold;
font-family: arial, helvetica, sans-serif;
color: rgb(81, 81, 81);
background-image: none;
}
.countdown_clockface{
width: 80px;
padding: 8px;
text-align: center;
font-size: 24px;
font-weight: bold;
font-family: arial, helvetica, sans-serif;
color: rgb(255, 255, 255);
background-image: none;
}
.footer_listbox1{
float: left;
width: 202px;
background-image: none;
}
.footer_listbox2{
float: left;
width: 195px;
background-image: none;
}
.footer_listbox3{
float: left;
width: 195px;
background-image: none;
}
.clear{
clear: both;
}
.footer_list_title{
margin-top: 32px;
margin-left: 50px;
margin-right: 32px;
text-align: left;
font-size: 12px;
font-weight: bold;
font-family: arial, helvetica, sans-serif;
color: rgb(255, 255, 255);
background-image: none;
}
.footer_list{
margin-top:16px;
margin-left:50px;
margin-right: 32px;
text-align: left;
font-size: 12px;
font-weight: normal;
font-family: arial, helvetica, sans-serif;
color: rgb(149, 149, 149);
background-image: none;
}
.footer_listitem{
margin-bottom: 8px;
}
a.footerlink_title{
text-decoration: none;
color: rgb(255, 255, 255);
}
a:hover.footerlink_title{
text-decoration: none;
color: rgb(212,152,5);
}
a.footerlink{
text-decoration: none;
color: rgb(149, 149, 149);
}
a:hover.footerlink{
text-decoration: none;
color: rgb(212,152,5);
}
.footer_socialblock{
float: left;
margin-left: 60px;
text-align: center;
width:232px;
margin-top:185px;
background-image: none;
}
.link_button_newsletter{
float: left;
margin-bottom: 16px;
}
.link_banner_social{
float: left;
}
.link_social_spacer{
float:left;
width:32px;
background-image: none;
}
.container_headernav_top{
float: left;
width: 456px;
height: 28px;
margin-top: 20px;
margin-left: 42px;
background-image: none;
}
.link_headernav_top{
cursor: pointer;
cursor: hand;
float: left;
height: 28px;
border: none;
}
.searchbar_headernav_endcap{
margin-left: 7px;
margin-top: 4px;
float: left;
width: 12px;
height: 20px;
background-image: none;
}
.searchbar_headernav{
margin-top: 4px;
float: left;
width: 134px;
height: 20px;
background-image: url('assets/headernav_search_bkgd.png');
background-repeat: no-repeat;
}
.searchbar_input{
width: 134px;
height: 18px;
padding: 0px;
margin: 0px;
border-style: hidden;
border-width: 0px;
color: rgb(149,149,149);
background: transparent;
line-height: 18px;
font-size: 10px;
}
.searchbar_headernav_button{
cursor: pointer;
cursor: hand;
margin-top: 4px;
float: left;
width: 32px;
height: 20px;
background-image: none;
}
.container_headernav_bottom{
float: left;
width: 483px;
height: 28px;
margin-top: 18px;
margin-left: 16px;
background-image: none;
}
.link_headernav_bottom{
cursor: pointer;
cursor: hand;
width: 161px;
height: 38px;
background-image: none;
}
/* ffish menu css */
#ffish_topnav, #ffish_topnav ul { /* all lists */
padding: 0;
margin: 0;
list-style: none;
line-height: 28px;
z-index: 999;
}
#ffish_topnav a {
display: block;
width: 161px;
}
#ffish_topnav li { /* all list items */
float: left;
line-height: 28px;
width: 161px; /* width needed or else Opera goes nuts */
}
#ffish_topnav li ul { /* second-level lists */
position: absolute;
width: 161px;
display: none;
}
#ffish_topnav li ul  li{ /* second-level list items */
width: 234px;
}
#ffish_topnav li:hover ul, #ffish_topnav li.ffhover ul { /* lists nested under hovered list items */
position: relative;
display: block;
}
#ffish_topnav li ul li a {
float: left;
width: 150px;
font-size: 10px;
font-weight: bold;
text-decoration: none;
font-family: arial, helvetica, sans-serif;
color: rgb(212, 212, 212);
text-shadow: rgb(16,16,16) -1px 2px 1px;
}
#ffish_topnav li ul li a:hover {
color: rgb(212,152,5);
}
.ffish_menu_button{
height: 38px;
width: 161px;
margin-left: auto;
margin-right: auto;
background-image: none;
}
.ffish_li_top{
background-image:url('assets/ffish_dropdown_top.png');
background-repeat: no-repeat;
}
.ffish_li_first{
background-image:url('assets/ffish_dropdown_first.png');
background-repeat: no-repeat;
}
.ffish_li_odd{
background-image:url('assets/ffish_dropdown_rivets.png');
background-repeat: no-repeat;
}
.ffish_li_even{
background-image:url('assets/ffish_dropdown_plain.png');
background-repeat: no-repeat;
}
.ffish_li_last{
background-image:url('assets/ffish_dropdown_last.png');
background-repeat: no-repeat;
}
.ffish_li_top2{
background-image:url('assets/ffish_dropdown2_top.png');
background-repeat: no-repeat;
}
.ffish_li_first2{
background-image:url('assets/ffish_dropdown2_first.png');
background-repeat: no-repeat;
}
.ffish_li_odd2{
background-image:url('assets/ffish_dropdown2_rivets.png');
background-repeat: no-repeat;
}
.ffish_li_even2{
background-image:url('assets/ffish_dropdown2_plain.png');
background-repeat: no-repeat;
}
.ffish_li_last2{
background-image:url('assets/ffish_dropdown2_last.png');
background-repeat: no-repeat;
}
.ffish_menuitem_icon{
width: 186px;
text-align: left;
margin-right: auto;
margin-left: auto;
height: 28px;
background-image: none;
}
.ffish_genre_icon{
float: right;
margin-top: 4px;
}
.newsletter_endcap{
float: left;
width: 10px;
height: 20px;
background-image: none;
}
.newsletter_input_container
{
float: left;
width: 177px;
height: 20px;
background-image: url('assets/newsletter_bkgd.png');
background-repeat: no-repeat;
}
.newsletter_input{
width: 174px;
height: 18px;
padding: 0px;
margin: 0px;
border-style: hidden;
border-width: 0px;
color: rgb(149,149,149);
background: transparent;
line-height: 18px;
font-size: 10px;
}
.newsletter_button{
cursor: pointer;
cursor: hand;
float: left;
width: 45px;
height: 20px;
background-image: none;
}
.itw_container{
clear: both;
width: 320px;
margin-right: auto;
margin-left: auto;
margin-bottom: 16px;
background-image: none;
}
.td_itw_header_category{
background-color: rgb(25,25,25);
width: 60px;
height: 28px;
text-align: center;
vertical-align: middle;
font-weight: bold;
font-size: 11px;
font-family: arial, helvetica, sans-serif;
color: rgb(212, 212, 212);
border-top: 1px solid rgb(50,50,50);
border-left: 1px solid rgb(50,50,50);
border-right: none;
border-bottom: 1px solid rgb(50,50,50);
}
.td_itw_header_title{
background-color: rgb(25,25,25);
width: 200px;
height: 28px;
text-align: center;
vertical-align: middle;
font-weight: bold;
font-size: 11px;
font-family: arial, helvetica, sans-serif;
color: rgb(212, 212, 212);
border-top: 1px solid rgb(50,50,50);
border-left: none;
border-right: none;
border-bottom: 1px solid rgb(50,50,50);
}
.td_itw_header_progress{
background-color: rgb(25,25,25);
width: 60px;
height: 28px;
text-align: center;
vertical-align: middle;
font-size: 11px;
font-weight: bold;
font-family: arial, helvetica, sans-serif;
color: rgb(212, 212, 212);
border-top: 1px solid rgb(50,50,50);
border-left: none;
border-right: 1px solid rgb(50,50,50);
border-bottom: 1px solid rgb(50,50,50);
}
.td_itw_category_odd{
background-color: rgb(38,38,38);
vertical-align: middle;
text-align: center;
width: 60px;
height: 38px;
border-top: none;
border-left: 1px solid rgb(50,50,50);
border-right: none;
border-bottom: 1px solid rgb(50,50,50);
}
.td_itw_title_odd{
background-color: rgb(38,38,38);
width: 200px;
height: 38px;
text-align: left;
vertical-align: middle;
font-size: 11px;
font-family: arial, helvetica, sans-serif;
color: rgb(212, 212, 212);
border-top: none;
border-left: none;
border-right: none;
border-bottom: 1px solid rgb(50,50,50);
}
.td_itw_progress_odd{
background-color: rgb(38,38,38);
vertical-align: middle;
text-align: center;
width: 60px;
height: 38px;
border-top: none;
border-left: none;
border-right: 1px solid rgb(50,50,50);
border-bottom: 1px solid rgb(50,50,50);
}
.td_itw_category_even{
background-color: rgb(50,50,50);
vertical-align: middle;
text-align: center;
width: 60px;
height: 38px;
border-top: none;
border-left: 1px solid rgb(50,50,50);
border-right: none;
border-bottom: 1px solid rgb(50,50,50);
}
.td_itw_title_even{
background-color: rgb(50,50,50);
width: 200px;
height: 38px;
text-align: left;
vertical-align: middle;
font-size: 11px;
font-family: arial, helvetica, sans-serif;
color: rgb(212, 212, 212);
border-top: none;
border-left: none;
border-right: none;
border-bottom: 1px solid rgb(50,50,50);
}
.td_itw_progress_even{
background-color: rgb(50,50,50);
vertical-align: middle;
text-align: center;
width: 60px;
height: 38px;
border-top: none;
border-left: none;
border-right: none;
border-bottom: 1px solid rgb(50,50,50);
}
.wip_progress_gear{
float: left;
}
.catalog_thumbnail_wrapper{
margin-top: 15px;
width: 760px;
margin-right: auto; 
margin-left: auto;
background-image: none;
}
.catalog_info_wrapper{
clear: both;
width: 760px;
margin-left: auto;
margin-right: auto;
height: 28px;
line-height: 28px;
background-image: none;
}
.catalog_results_string{
text-align: left;
float: left;
width: 200px;
height: 28px;
line-height: 28px;
font-size: 12px;
font-family: arial, helvetica, sans-serif;
color: rgb(212, 212, 212);
background-image: none;
}
.catalog_pagination_string{
text-align: right;
float: right;
width: 420px;
height: 28px;
line-height:28px;
font-size: 12px;
font-family: arial, helvetica, sans-serif;
color: rgb(212,212,212);
background-image: none;
}
a.cat_pagination_link{
margin-left: 4px;
margin-right: 4px;
}
a.cat_pagination_link_active{
margin-left: 4px;
margin-right: 4px;
text-decoration: underline;
}
.catalog_thumbnail_container{
text-align: center;
float: left;
width: 155px;
margin: 16px;
border: 1px solid rgb(50,50,50);
-moz-box-shadow: 3px 3px 4px rgb(0,0,0);
-webkit-box-shadow: 3px 3px 4px rgb(0,0,0);
box-shadow: 3px 3px 4px rgb(0,0,0);
background-image: none;
}
.catalog_thumbnail_image{
width: 135px;
height: 215px;
margin-top: 10px;
margin-bottom: 10px;
border: 1px solid rgb(50,50,50);
background-image: none;
}
.catalog_thumbnail_name{
height: 28px;
width: 100%;
line-height: 28px;
font-size: 10px;
font-family: arial, helvetica, sans-serif;
background-color: rgb(65,65,65);
color: rgb(212, 212, 212);
border-bottom: 1px solid rgb(50,50,50);
background-image: none;
}
.catalog_thumbnail_system{
height: 28px;
width: 100%;
line-height: 28px;
font-size: 11px;
font-family: arial, helvetica, sans-serif;
background-color: rgb(34,34,34);
color: rgb(212, 212, 212);
border-bottom: 1px solid rgb(50,50,50);
background-image: none;
}
.catalog_thumbnail_view{
height: 28px;
width: 100%;
line-height: 28px;
font-size: 16px;
text-align: left;
font-family: arial, helvetica, sans-serif;
background-color: rgb(29,29,29);
background-image: url('assets/cat_eyeball.png');
background-position: right center;
background-repeat: no-repeat;
color: rgb(212, 212, 212);
}
.mycol_thumbnail_container{
text-align: center;
float: left;
width: 155px;
margin: 16px;
border: 1px solid rgb(50,50,50);
-moz-box-shadow: 3px 3px 4px rgb(0,0,0);
-webkit-box-shadow: 3px 3px 4px rgb(0,0,0);
box-shadow: 3px 3px 4px rgb(0,0,0);
background-image: none;
}
.mycol_thumbnail_image{
width: 135px;
height: 215px;
margin-top: 10px;
margin-bottom: 10px;
border: 1px solid rgb(50,50,50);
background-image: none;
}
.mycol_thumbnail_name{
height: 28px;
width: 100%;
line-height: 28px;
font-size: 10px;
font-family: arial, helvetica, sans-serif;
background-color: rgb(65,65,65);
color: rgb(212, 212, 212);
border-bottom: 1px solid rgb(50,50,50);
background-image: none;
}
.mycol_thumbnail_counter{
height: 28px;
width: 100%;
line-height: 28px;
font-size: 11px;
font-family: arial, helvetica, sans-serif;
background-color: rgb(34,34,34);
color: rgb(212, 212, 212);
border-bottom: 1px solid rgb(50,50,50);
background-image: none;
}
.mycol_thumbnail_download{
height: 29px;
width: 100%;
line-height: 29px;
background-color: rgb(29,29,29);
color: rgb(212, 212, 212);
}
a.catalog_pricelink{
display: block;
height: 28px;
width: 100%;
line-height: 28px;
font-size: 16px;
text-align: left;
font-family: arial, helvetica, sans-serif;
text-decoration: none;
color: rgb(212,212,212);
}
.sidebar_thumbnail_container{
text-align: center;
width: 155px;
margin-top: 8px;
margin-bottom: 16px;
margin-left: auto;
margin-right: auto;
border: 1px solid rgb(96,96,96);
-moz-box-shadow: 3px 3px 4px rgb(0,0,0);
-webkit-box-shadow: 3px 3px 4px rgb(0,0,0);
box-shadow: 3px 3px 4px rgb(0,0,0);
background-image: none;
}
.sidebar_thumbnail_image{
width: 135px;
height: 215px;
margin-top: 10px;
margin-bottom: 10px;
border: 1px solid rgb(96,96,96);
background-image: none;
}
.sidebar_thumbnail_name{
height: 28px;
width: 100%;
line-height: 28px;
font-size: 10px;
font-family: arial, helvetica, sans-serif;
background-color: rgb(45,45,45);
color: rgb(212, 212, 212);
border-top: 1px solid rgb(96,96,96);
border-bottom: 1px solid rgb(96,96,96);
background-image: none;
}
.sidebar_thumbnail_system{
height: 28px;
width: 100%;
line-height: 28px;
font-size: 11px;
font-family: arial, helvetica, sans-serif;
background-color: rgb(35,35,35);
color: rgb(212, 212, 212);
border-bottom: 1px solid rgb(96,96,96);
background-image: none;
}
.sidebar_thumbnail_view{
height: 28px;
width: 100%;
line-height: 28px;
font-size: 16px;
text-align: left;
font-family: arial, helvetica, sans-serif;
background-color: rgb(25,25,25);
background-image: url('assets/cat_eyeball.png');
background-position: right center;
background-repeat: no-repeat;
color: rgb(212, 212, 212);
}
a.sidebar_pricelink{
display: block;
height: 28px;
width: 100%;
line-height: 28px;
font-size: 16px;
text-align: left;
font-family: arial, helvetica, sans-serif;
text-decoration: none;
color: rgb(212,212,212);
}
.featured_thumbnail_container{
float: left;
text-align: center;
width: 155px;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 11px;
margin-right: 11px;
border: 1px solid rgb(50,50,50);
-moz-box-shadow: 3px 3px 4px rgb(0,0,0);
-webkit-box-shadow: 3px 3px 4px rgb(0,0,0);
box-shadow: 3px 3px 4px rgb(0,0,0);
background-image: none;
}
.featured_thumbnail_image{
width: 135px;
height: 215px;
margin-top: 10px;
margin-bottom: 10px;
border: 1px solid rgb(50,50,50);
background-image: none;
}
.featured_thumbnail_name{
height: 28px;
width: 100%;
line-height: 28px;
font-size: 10px;
font-family: arial, helvetica, sans-serif;
background-color: rgb(45,45,45);
color: rgb(212, 212, 212);
border-top: 1px solid rgb(50,50,50);
border-bottom: 1px solid rgb(50,50,50);
background-image: none;
}
.featured_thumbnail_system{
height: 28px;
width: 100%;
line-height: 28px;
font-size: 11px;
font-family: arial, helvetica, sans-serif;
background-color: rgb(35,35,35);
color: rgb(212, 212, 212);
border-bottom: 1px solid rgb(50,50,50);
background-image: none;
}
.featured_thumbnail_view{
height: 28px;
width: 100%;
line-height: 28px;
font-size: 16px;
text-align: left;
font-family: arial, helvetica, sans-serif;
background-color: rgb(25,25,25);
background-image: url('assets/cat_eyeball.png');
background-position: right center;
background-repeat: no-repeat;
color: rgb(212, 212, 212);
}
a.featured_pricelink{
display: block;
height: 28px;
width: 100%;
line-height: 28px;
font-size: 16px;
text-align: left;
font-family: arial, helvetica, sans-serif;
text-decoration: none;
color: rgb(212,212,212);
}
.maintenance_message{
height: 38px;
width: 232px;
margin-top: 400px; 
margin-right: auto; 
margin-left: auto; 
text-align: center;
background-image: none;
}
.product_description_text{
font-family: arial, helvetica, sans-serif;
font-size: 14px;
}
.product_description_image{
float: left;
vertical-align: top;
margin-right: 25px;
margin-bottom: 25px;
border: 1px solid rgb(50,50,50);
}
.product_td_title_header{
text-align: center;
vertical-align: top;
font-family: arial, helvetica, sans-serif;
font-size: 22px;
font-weight: normal;
height: 48px;
color: rgb(212,212,212);
}
.product_td_header{
text-align: center;
font-family: arial, helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
height: 24px;
color: rgb(212,212,212);
}
.product_td_item{
text-align: center;
vertical-align: middle;
font-family: arial, helvetica, sans-serif;
font-size: 12px;
height: 24px;
color: rgb(149,149,149);
}
.product_sidebar_cart_wrapper{
margin-left: auto;
margin-right: auto;
margin-bottom: 15px;
width: 180px;
text-align: center;
background-image: none;
}
.product_sidebar_price{
font-family: arial, helvetica, sans-serif;
font-size: 32px;
font-weight: bold;
color: rgb(212,212,212);
}
.product_sidebar_curcode{
font-family: arial, helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: rgb(212,212,212);
}
.product_sidebar_button{
display: block;
width: 180px;
margin-top: 8px;
margin-left: auto;
margin-right: auto;
margin-bottom: 8px;
}
.product_title_name{
text-align: center;
}
.product_detail_wrapper{
clear: both;
width: 93%;
padding-top: 25px;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
height: 32px;
line-height: 32px;
background-image: none;
}
.product_detail_title{
text-align: left;
float: left;
width: 200px;
height: 32px;
line-height: 32px;
font-size: 22px;
font-weight: normal;
font-family: arial, helvetica, sans-serif;
color: rgb(212, 212, 212);
text-shadow: rgb(0,0,0) 0px 2px 3px;
background-image: none;
}
.sharethis_wrapper{
text-align: right;
float: right;
width: 300px;
height: 32px;
line-height: 32px;
background-image: none;
}
.prod_page_subdivider{
clear: both;
margin-top: 10px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
}
.prod_icon_sharethis{
vertical-align: middle;
margin: 2px;
border: 1px solid rgb(212,152,5);
}
.prod_reviewer{
width: 88%;
margin-top: 10px;
margin-right: auto;
margin-left: auto;
font-family: arial, helvetica, sans-serif;
font-size: 14px;
color: rgb(212,212,212);
}
.prod_reviewtext{
width: 88%;
margin-right: auto;
margin-left: auto;
font-family: arial, helvetica, sans-serif;
font-size: 14px;
font-style: italic;
color: rgb(149,149,149);
}
.prod_reviewgear{
vertical-align: middle;
}
.prod_page_reviewtools{
width: 760px;
margin-left: auto;
margin-right: auto;
text-align: right;
background-image: none;
}
.prod_rating_star{
vertical-align: middle;
}
.myhome_col_footer_top{
clear: both;
float: left;
width: 998px;
height: 102px;
background-image: url('assets/myhome_tables_top.jpg');
background-position: top center;
background-repeat: no-repeat;
}
.myhome_col_footer{
clear: both;
float: left;
width: 998px;
background-image: url('assets/myhome_tables_mid.jpg');
background-repeat: repeat-y;
}
.myhome_col_footer_bottom{
clear: both;
float: left;
width: 998px;
height: 96px;
background-image: url('assets/myhome_tables_bottom.jpg');
background-position: top center;
background-repeat: no-repeat;
}
.myhome_leftsubcol{
float: left;
width: 497px;
margin-top: -102px;
margin-left: 1px;
margin-right: 1px;
background-image: none;

}
.myhome_rightsubcol{
float: right;
width: 497px;
margin-top: -102px;
margin-left: 1px;
margin-right: 1px;
background-image: none;
}
.sidebar_form{
width: 192px;
padding: 0px;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom: 0px;
}
.sidebar_form_button{
width: 131px;
height: 29px;
padding: 0px;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom: 0px;
border: none;
}
.td_cartheader{
vertical-align: middle;
padding-top: 4px;
padding-bottom: 4px;
font-size: 16px;
font-weight: bold;
font-family: arial, helvetica, sans-serif;
color: rgb(212, 212, 212);
}
.td_cartdata{
vertical-align: middle;
padding-top: 4px;
padding-bottom: 4px;
font-size: 16px;
}
.cart_thumb{
width: 68px;
height: 108px;
border: 1px solid rgb(50,50,50)
}
.qtybox
{
text-align: center;
color: rgb(149,149,149);
width: 50px;
border: 1px solid rgb(149,149,149);
margin: 0px;
padding: 0px;
background: transparent no-repeat 0 0;
font-size: 16px;
}
.cart_form_button{
width: 95px;
height: 34px;
padding: 0px;
margin: 0px;
border: none;
}
.cartform{
clear: both;
width: 708px;
color: rgb(149,149,149);
margin-left: auto;
margin-right: auto;
font-family: arial, helvetica, sans-serif;
font-size: 14px;
}
.cart_wrapper{
margin-top: -63px;
width: 998px;
}
.prod_content_container{
text-align: center;
margin-top: -63px;
float: left;
width: 806px;
background-image: none;
}
.prod_sidebar_container{
text-align: center;
margin-top: -63px;
float: left;
width: 192px;
background-image: none;
}
