body {
/*	background:#333333 url('../images/bg.jpg'); */
	background: #555 url(../images/page_bgnew.gif) center repeat-y;
	background-color:transparent; 
	color:#cccccc;
	text-align:left;
	font:bold 10px Verdana, Geneva, Verdana, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
.clear {
	clear:both;
	line-height:0px;
}
#header {
	background:#000000 url('../images/header.jpg') no-repeat;
	border:1px solid #999999;
	height:160px;
	width:1000px;
	padding:0;
	margin:0 auto;
}
#page {
	background:#000000;
	border:1px solid #999999;
	width:1000px;
	padding:3px 0 0 0;
	margin:0 auto;
} 
#main {
	width:650px;
	float:left;
	padding:0;
	margin:0;
}

#footer { 
	background-color:transparent;
	height:90px; 
	width:1000px;
    color:#999999; 
    font-family:Verdana,sans-serif; font-size:9pt; 
    font-weight:normal; 
    padding:0; 
    margin:0; 
} 
a { 
	text-decoration: none; 
	color:#eeeeee;
} 
a:hover { 
	color:#ff6600; 
}

a.hotsales {
	color:#000;
}
a.hotsales:hover{
	color:#ff0000;
}
a.hotsales_pr {
	color:#ff0000;
}
a.hotsales_pr:hover{
	color:#009900;
}

a.hotsale {
    font-family:Verdana,sans-serif; font-size:12pt; 
    font-weight:bolder; 
    color:#ff0000;
}
a.hotsale:hover{
	color:#009900;
}

a.hotsale_rd {
    font-family:Verdana,sans-serif; font-size:13pt; 
    font-weight:bolder; 
    color:#ff0000;
}
a.hotsale_rd:hover{
	color:#990000;
}

a.hotsale_pr {
    font-family:Verdana,sans-serif; font-size:16pt; 
    font-weight:bolder; 
    color:#33CC00;
}
a.hotsale_pr:hover{
	color:#009900;
}

td {
	color:#ffffff;
} 
img.product { 
	text-decoration:none; 
	border:0; 
}
.header_1a { 
	border:0px solid #ff0000;
	width:297px; 
	height:137px; 
	float:left;
}
.header_1b { 
	border:0px solid #ff0000;
	width:703px; 
	height:25px; 
	float:left;
}  
.header_2a { 
	border:0px solid #ff0000;
	width:460px; 
	height:112px; 
	float:left;
}

.header_2b { 
	border:0px solid #ff0000;
	width:133px; 
	height:47px; 
	float:left;
}

.header_3 { 
	border:0px solid #ff0000;
	width:1000px; 
	height:23px; 
}
.header_cart {
	float:left;
	padding:20px 0 0 75px;
}
/* **************************************** PRODUCT SELECT CLASSES START */
#manufacturer {
	margin:0 auto;
}
.man_sum_top_full{
	background:url('../images/prod_sum_top_full.gif');
	width:645px;
	line-height:8px;
	float:left;
}
.man_sum_mid_full {
	background:url('../images/prod_sum_mid_full.gif');
	width:645px;
	text-align:center;
}
.man_sum_bot_full {
	background:url('../images/prod_sum_bot_full.gif');
	width:645px;
	line-height:8px;
	float:left;
}
.man_box {
	font-family:Arial,sans-serif;
	font-size:12pt;
	font-weight:bold;
	color:#999999;
	width:100%;
	text-align:center;
}
img.man_logos {
	border:1px solid #0b0b0b;
	margin:6px;
}
img.man_logos:hover {
	border:1px solid #ff6600;
	margin:6px;
}
/* **************************************** PRODUCT SELECT CLASSES END */

.ss_header_lt {
	background:url('../images/ss_header_lt.jpg');
	width:22px;
	height:115px;
	float:left;
	margin: 0 0 5px 0;
}
.ss_header_mid {
	background:url('../images/ss_header_mid.jpg');
	width:600px;
	height:115px;
	float:left;
	margin: 0 0 5px 0;
}
.ss_header_rt {
	background:url('../images/ss_header_rt.jpg');
	width:22px;
	height:115px;
	float:left;
	margin: 0 0 5px 0;
}
.ss_text_top {
	font-size:10pt;
	font-weight:bold;
	text-align:center;
	margin: 5px 0 14px 0;
}
.ss_text {
	font-size:8pt;
	font-weight:bold;
}
/* **************************************** CUSTOM CLASSES START */
.custom_thumb {
	float:right;
	height:115px;
	width:150px;
	margin:0 5px 0 0;
}
.custom_desc {
	border:1px solid #808080;
	width:475px;
	float:left;
	padding:3px;
}
/* **************************************** CUSTOM CLASSES END */
/* **************************************** THUMBNAIL CLASSES START */
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #000;
border:2px solid #666;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #000;
color:#fff;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #000;
padding: 5px;
z-index: 5;
}
/* **************************************** THUMBNAIL CLASSES END */
/* **************************************** IMPACT CLASSES START */
.impact_thumb {
	float:right;
	height:100px;
	width:100px;
	margin:0 5px 0 0;
}
.impact_desc {
	border:1px solid #808080;
	width:500px;
	float:left;
	padding:3px;
}
.impact_sep {
	border-top:1px solid #808080;
	margin:5px 0 0 0;
	width:100%;
	float:left;
}
.name {
	border-bottom: 1px solid #ff6600;
	font-family:Verdana,sans-serif;
	font-size:10pt;
	font-weight:bold;
	height:18px;
	width:100%;
	float:left;
	margin:2px 0 3px 0;
}
img.impact {
	border:1px solid #000000;
	text-decoration:none;
	color:#ff6600;
}
img.impact:hover {
	border:1px solid #FF6600;
	text-decoration:none;
	color:#ff6600;
}
/* **************************************** IMPACT CLASSES END */
/* **************************************** FAQ CLASSES START */
.faq_qa {
	margin:0 10px 0 10px;
	width:50px;
	float:left;
}
.faq_qa_box {
	width:550px;
	float:left;
}
/* **************************************** FAQ CLASSES END */
/* **************************************** SEARCH CLASSES START */
.search_name {
	width:400px;
	float:left;
	margin:0 0 0 5px;
}
.search_price {
	width:150px;
	float:left;
	margin:0 0 0 5px;
}
/* **************************************** SEARCH CLASSES END */
/* **************************************** VIDEO CLASSES END */
#video {
	width:390px;
	padding:0;
	margin:0 auto;	
}
.vid_top {
	background:#000000 url('../images/vid_top.jpg') no-repeat;
	width:100%;
	height:76px;
	margin:20px 0 0 0;
	float:left;
}
.vid_bot {
	background:#000000 url('../images/vid_bot.jpg') no-repeat;
	width:100%;
	height:104px;
	float:left;
}
.vid_lside {
	background:#000000 url('../images/vid_left.jpg') no-repeat;
	height:300px;
	width:20px;
	float:left;
}
.vid_rside {
	background:#000000 url('../images/vid_right.jpg') no-repeat;
	height:300px;
	width:30px;
	float:left;
}
.vid {
	height:300px;
	width:340px;
	float:left;
}

/* **************************************** VIDEO CLASSES END */
/* **************************************** MENU_TOP BUTTON CLASSES START */
#menu_box {
	width:520px;
	float:right;
	padding:0;
	margin:0;
	position: relative;
}
#nav, #nav ul {
	font-family:Arial,sans-serif;
	font-size:9pt;
	font-weight:bold;
	text-align:left;
	list-style: none;
	cursor:pointer;
	padding:0;
	margin:0;
}
#nav a {
	display: block;
	list-style-type: none;
	text-decoration: none;
	margin:0;
}
#nav li {
	display: block;
	width: 130px;
	height:20px;
	padding:4px 0 0 0;
	float: left;
}
#nav li ul {
	width: 130px;
	left: -999em;
	font-size:8pt;
	margin:0;
	position: absolute;
}
#nav li ul li {
	display: block;
	width:121px;
	height:20px;
	background:#666666;
	font-size:8pt;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:0;
	margin:0;
}
#nav li ul li:hover, #nav li ul li.sfhover {
	display:block;
	width:121px;
	height:20px;
	background:#efefef;
	font-size:8pt;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
a.nav_top1 {
	background-image:url('../images/nav_top1.gif');
	display: block;
	height:17px;
	width:130px;
	color:#ffffff;
	text-align:center;	
	padding:3px 0 0 0;
	margin:0;
}
a.nav_top {
	background-image:url('../images/nav_top.jpg');
	display: block;
	height:17px;
	width:130px;
	color:#ffffff;
	text-align:center;	
	padding:3px 0 0 0;
	margin:0;
}
a.nav_top1:hover {
	color:#eeeeee;
	text-align:center;	
}
a.nav_top:hover {
	color:#eeeeee;
	text-align:center;	
}
a.nav_sub {
	text-align:center;
	display: block;
	height:20px;
	color:#cccccc;
	padding:3px 0 0 0;
}
a.nav_sub:hover {
	color:#FF6600;
}
/* **************************************** MENU_TOP BUTTON CLASSES END */
/* **************************************** BREAD CRUMB CLASSES START */
a.bc {
	color:#FF6600;
}
a.bc:hover {
	color:#ffff00;
}
#bc_item {
	font-family:Arial,sans-serif;
	font-size:8pt;
	font-weight:bold;
	float:left;	
	margin:0;
	padding:0;
}
.bc_space {
	font-family:Arial,sans-serif;
	font-size:8pt;
	font-weight:bold;
	float:left;
	margin:0;
	padding:0;
}
.bc_line {
	border-bottom:2px solid #999999;
	width:645px;
	font-size:1pt;
	height;3px
	float:left;
	clear:both;
	margin:0 0 5px 0;
	padding:0 0 2px 0;
}
/* **************************************** BREAD CRUMB CLASSES START */
/* **************************************** LEFT BAR CLASSES START */
#left_bar {
	float:left;
	clear:both;
	width:185px;
	padding:0;
	margin:0;
}
.left_css_menu {
	padding:0;
	margin:0;
}

#promobutton {
	height:82px;
	width:170px;
	float:left;
	border:0;
	margin:0;
	padding:3px 0 3px 3px;
}
.promoimage {
	height:27px;
	width:131px;
	float:left;
	border:0;
	margin:0;
	padding:0 0 0 15px;
}

#currency {
	background:url('../images/currency_bg.jpg') no-repeat;
	height:37px;
	width:170px;
	float:left;
	margin:0;
	padding:0 0 4px 0;
}	
.currency_flag {
	height:30px;
	width:60px;
	float:left;
	margin:0;
	padding:3px 0 0 3px;
}
.currency_text{
	color:#f4f4f4;
	font-family:Verdana,sans-serif;
	font-size:8pt;
	font-weight:bold;
	line-height:12px;
	float:left;
	height:30px;
	width:100px;
	margin:0;
	padding:0 0 0 3px;
}
.currency_select{
	color:#f4f4f4;
	float:left;
	height:22px;
	width:100px;
	margin:0;
	padding:0 0 0 3px;
}
/* **************************************** LEFT BAR CLASSES END */
/******************************** VERTICAL NAVIGATION START ****************/
#vertnav, #vertnav ul {
	font-family:Arial,sans-serif;
	font-size:8pt;
	font-weight:bold;
	list-style: none;
    width:185px;
	overflow:visible;
	float:left;
	position:relative; 
	padding:0;
	margin:0;
}
#vertnav li { 
	position: relative;
	width:185px;
	display:block;
	padding:0;
	margin:0;
}
#vertnav a {
    width:165px;
    text-decoration:none; 
    display:block;
    padding:3px 0 0 10px;  
    margin:0;
}
#vertnav ul, #vertnav ul ul, #vertnav ul ul ul {
    display:none; 
    position:absolute; 
    top:0; 
    left:165px;
}
#vertnav li:hover ul ul, #vertnav li:hover ul ul ul {
    display:none; 
  
}
#vertnav li:hover ul, #vertnav ul li:hover ul, #vertnav ul ul li:hover ul {
    display:block;
}
li>ul { 
	top: auto;
	left: auto;
}
/* Win IE only \*/
* html #vertnav li{float:left;} 
/* end holly hack */

.nav_left_none {
	width:165px;
	height:10px;
}
a.nav_left_top {
	background:url('../images/nav_left.jpg') repeat-y;
	height:17px;
	display: block;
	color:#eeeeee;
	text-align:left;	
}
a.nav_left_top:hover {
	background:url('../images/nav_left_mo.jpg') repeat-y;
	color:#ffffff;
}
a.nav_left_sub {
	background:#333333;
	border-top:1px solid #666666;
	border-right:1px solid #999999;
	border-bottom:1px solid #666666;
	border-left:1px solid #999999;
	text-align:left;
	display: block;
	color:#cccccc;
}
a.nav_left_sub:hover {
	background:#efefef;
	color:#FF6600;
}
a.nav_left_drop {
	font-family:Arial,sans-serif;
	font-size:8pt;
	font-weight:bold;
	height:14px;
	list-style: none;
	background: url('../images/nav_left_sub.jpg') repeat-y;
	border:0;
	text-align:left;
	display:block;
	color:#eeeeee;
}	
a.nav_left_drop:hover {
	background: url('../images/nav_left_sub_mo.jpg') repeat-y;
	border:0;
	text-align:left;
	display: block;
	color:#ffffff;
}

/******************************** VERTICAL NAVIGATION END ******************/
/* **************************************** CONTENT CLASSES START */
#content {
	border:0px solid #999999;
	width:650px;
	color:#cccccc;
	font-weight:normal;
	float:right;
	margin:0;
	padding:0;
}
#content_top {
	width:650px;
	background:url('../images/title_center_bg.jpg');
	color:#cccccc;
	float:right;
	margin:0;
	padding:0;

}
#content_top_2 {
	width:650px;
	background:url('../images/title_center_bg.jpg');
	color:#cccccc;
	float:right;
	margin:0;
	padding:0;

}
img.content_left {
	float:left;
}
.content_title {
	color:#f4f4f4;
	float:left;
	font-size:16pt;
	font-weight:normal;
}
img.content_right {
	float:right;
}
.content_main {
	background:#000000;
	font-size:8pt;
	color:#f4f4f4;
	text-align:justify;
	margin:0;
	padding:0;
}

/* **************************************** CONTENT CLASSES END */
/* **************************************** TEXT CLASSES START */
.text_title {
	width:580px;
	color:#cccccc;
	font-size:12pt;
	font-weight:bold;
	padding:0;
	margin:0;
}
.text_date, .text_author {
	font-size:8pt;
	font-weight:bold;
	color:#f4f4f4;
	padding:0;
	margin:0;
}
.text_main {
	background:#000000;
	font-size:8pt;
	color:#f4f4f4;
	text-align:justify;
	margin:0;
	padding:0;
}
/* **************************************** TEXT CLASSES END */
/* **************************************** PRODUCT SERIES CLASSES START */
#product {
	width:645px;
	padding:0 0 10px 0;
}
#prod_img {
	width:150px;
	float:left;
	margin:0 5px 0 0;
}
.prod_sum_top {
	background:url('../images/prod_sum_top.gif');
	width:490px;
	line-height:8px;
	float:left;
}
.prod_sum_mid {
	background:url('../images/prod_sum_mid.gif');
	width:490px;
	float:left;
}
.prod_sum_bot {
	background:url('../images/prod_sum_bot.gif');
	width:490px;
	line-height:8px;
	float:left;
}
.prod_name {
	border-bottom: 1px solid #ff6600;
	font-family:Verdana,sans-serif;
	font-size:10pt;
	font-weight:bold;
	height:18px;
	width:375px;
	float:left;
	padding:0 0 10 8px;
}
.prod_price_label {
	font-size:10pt;
	height:16px;
	width:100px;
	float:left;
	padding:0 0 0 8px;
}
.prod_price_strike {
	font-family:Verdana,sans-serif;
	font-size:10pt;
	font-weight:normal;
	text-decoration:line-through;
	width:175px;
	float:left;
	padding:0 0 0 8px;
	color:#999999;
}
.prod_price {
	font-family:Verdana,sans-serif;
	font-size:10pt;
	font-weight:bold;
	width:175px;
	float:left;
	padding:0 0 0 8px;
}
.prod_price_comment {
	font-family:Verdana,sans-serif;
	font-size:10pt;
	font-weight:bold;
	width:195px;
	float:left;
	padding:0 0 0 8px;
}
.prod_2price {
	font-family:Verdana,sans-serif;
	font-size:9pt;
	font-weight:bold;
	width:300px;
	float:left;
	text-align:left;
	padding:0 0 0 8px;
}

.prod_gal_box {
	height:16px;
	width:100px;
	float:left;	
}
#prod_info {
	width:482px;
	float:left;
	padding:0 0 0 8px;
}
.prod_img_top {
	background:url('../images/prod_top.gif');
	width:10px;
	height:13px;
	float:left;	
}
.prod_img_mid {
	background:url('../images/prod_mid.gif');
	width:10px;
	height:13px;
	float:left;	
}
.prod_img_bot {
	background:url('../images/prod_bot.gif');
	width:10px;
	height:13px;
	float:left;	
}
.prod_item_label {
	color:#eeeeee;
	width:84px;
	height:13px;
	float:left;	
}
.prod_item_data {
	color:#999999;
	width:147px;
	height:13px;
	float:left;
}
.prod_item_data_stick {
	color:#999999;
	width:162px;
	height:13px;
	float:left;
}
.prod_items_long {
	color:#999999;
	width:375px;
	float:left;
	margin:0 4px 0 0;
}
.prod_desc {
	background:#000000;
	border-top:1px solid #808080;
	border-left:1px solid #808080;
	border-right:1px solid #808080;
	width:470px;
	height:90px;
	float:left;
	overflow:hidden;
	margin:5px 5px 0 0;
}
.prod_desc_link {
	background:#000000;
	border-bottom:1px solid #808080;
	border-left:1px solid #808080;
	border-right:1px solid #808080;
	width:470px;
	height:13px;
	float:left;
	overflow:hidden;
	text-align:right;
	font-weight:bold;
	margin:0 5px 0 0;
}
.prod_desc_stick {
	background:#000000;
	border-top:1px solid #808080;
	border-left:1px solid #808080;
	border-right:1px solid #808080;
	width:227px;
	height:66px;
	float:right;
	overflow:hidden;
	margin:0 5px 0 0;
}
.prod_desc_link_stick {
	background:#000000;
	border-bottom:1px solid #808080;
	border-left:1px solid #808080;
	border-right:1px solid #808080;
	width:227px;
	height:13px;
	float:right;
	overflow:hidden;
	text-align:right;
	font-weight:bold;
	margin:0 5px 0 0;
}
.prod_top_box_full{
	width:115px;
	height:125px;
	float:right;
	margin:0 7px 0 0;
}
.prod_sum_top_full{
	background:url('../images/prod_sum_top_full.gif');
	width:645px;
	line-height:8px;
	float:left;
}
.prod_sum_mid_full {
	background:url('../images/prod_sum_mid_full.gif');
	width:645px;
	float:left;
}
.prod_sum_bot_full {
	background:url('../images/prod_sum_bot_full.gif');
	width:645px;
	line-height:8px;
	float:left;
}
.prod_desc_full {
	background:#000000;
	border:1px solid #808080;
	width:605px;
	float:left;
	padding:10px 15px 10px 15px;
	margin:5px 5px 0 0;
}
.prod_img_gallery {
	width:480px;
	float:left;
}
.prod_video_gallery {
	width:130px;
	float:right;
}
img.prod_sm_img {
	border:0;
	margin:3px;
	float:left;
}
/* **************************************** PRODUCT SERIES CLASSES END */
/* **************************************** PRODUCT BY TYPE CLASSES START */
#pbt_four_box {
	border-bottom:1px solid #cccccc;
	padding:0;
}
#product_by_type_noleft {order-bottom:2px solid #222;
	width:156px;
	font-family:Verdana,sans-serif;
	font-size:8pt;
	text-align:center;
	float:left;	
	margin:3px 2px 3px 2px;
	padding:0;
}
#product_by_type {
	border-left:1px solid #666666;
	width:156px;
	font-family:Verdana,sans-serif;
	font-size:8pt;
	text-align:center;
	float:left;	
	margin:3px 2px 3px 2px;
	padding:0;
}
#pbt_img {
	width:150px;
	border:0;
	margin:0 0 0 5px;
}
.pbt_text {
	width:153px;
	margin:0 0 0 3px;
}
.pbt_percent {
	background:url('../images/pbt_top.jpg');
	font-weight:bold;
	margin:0 0 0 4px;
}
.pbt_price {
	font-weight:bold;
	width:153px;
}
.pbt_price_strike {
	font-weight:normal;
	text-decoration:line-through;
	width:153px;
	color:#999999;
}
/* **************************************** PRODUCT BY TYPE CLASSES END */
/* **************************************** RIGHT BAR CLASSES START */
#right_bar {
	width:155px;
	color:#999999;
	float:right;
	margin:0;
	padding:10px 3px 0 0;
}
.right_title {
	border-top:1px solid #0000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	background:url('../images/right_title.jpg');
	color:#e7e7e7;
	font-family:Verdana,sans-serif;
	font-size:10pt;
	text-align:center;
	height:18px;
	margin:0;
	padding:2px 0 0 0;
}
.right_content {
	color:#999999;
	font-family:Verdana,sans-serif;
	font-size:9pt;
	text-align:left;
	padding:0;
	margin:0;
}
.right_img {
	border:1px solid #333;
	background:#000000;
	text-align:center;
	margin:0;
	padding:0;
}
img.right_img {
	border:1px solid #000000;
	text-align:center;
	text-decoration:none;
	color:#ff6600;
	margin:0;
	padding:3px 0 3px 0;
}
img.right_img:hover {
	border:1px solid #FF6600;
	text-align:center;
	text-decoration:none;
	color:#ff6600;
	margin:0;
	padding:3px 0 3px 0;
}
/* **************************************** RIGHT BAR CLASSES END */
/* **************************************** FOOTER CLASSESS START */
#footer_box{
	color:#cccccc;
	font-family:Verdana,sans-serif;
	font-size:9pt;
	font-weight:normal;
	text-align:center;
	margin:0px auto;
	padding:10px 0 0 0;
}
.footer_left{
	background-image:url('../images/footer_left.gif');
	text-align:left;
	height:73px;
	width:170px;
	float:left;
	margin:0;
	padding:7px 0 0 15px;
}
.footer_center{
	background-image:url('../images/footer_center.gif');
	text-align:center;
	height:73px;
	width:630px;
	float:left;
	margin:0;
	padding:7px 0 0 0;
}
.footer_right{
	background-image:url('../images/footer_right.gif');
	text-align:right;
	height:60px;
	width:170px;
	float:left;
	margin:0;
	padding:20px 15px 0 0;
}
a.footer{
	color:#cccccc;
	text-decoration:none;
}
a.footer:hover{
	color:#FF6600;
}
/* **************************************** FOOTER CLASSES END */
/* **************************************** HOME CLASSES START */
#home {
	border:0px solid #222222;
	float:left;
	margin:2px 0 0 0;
}
#home_box {
	background:#222;
	float:left;
	margin:0;
	padding:0;
}
.home_full{
	width:800px;
	float:left;
	margin:0 0 10px 0;
}
.home_bold{
	font:bold 18px arial, lucida console, sans-serif;
	text-align:center;
	padding:0 0 3px 0;
}
.home_bold_box{
	background-color:#ffff00;
}
.home_title {
	background:#444 url('../images/home_title.jpg');
	width:100%;
	height:32px;
	text-align:center;
	font-weight:bold;
	font-size:14pt;
	margin:0;
	padding:6px 0 0 0;
}
.home_text {
	padding:3px;
	background:#999;
	color:#000;
}
#topstories img {
	height: 280px;
	padding: 0 1px;
	margin: 0;
	width: 386px;
}
#top_nav_bar {
	display: block;
	height:32px;
	width: 395px;
}
.top_item_block {
	background:#444 url('../images/top_nav_bar.jpg');
	width:150px;
	height:32px;
	float:left;
}
.top_item {
 	display: block;
 	text-align:center;
 	font-weight:bold;
	font-size:11pt;
	float:left;
	width:20px;
	height:32px;
}
.top_bck {
	background:url('../images/top_bck.jpg')  no-repeat;;
 	display:block;
	text-align:left;
	font-weight:bold;
	float:left;
	height:32px;
	width:120px;
	padding:0;
	margin:0;
}
.top_fwd {
	background:url('../images/top_fdw.jpg')  no-repeat;;
 	display:block;
	text-align:right;
	font-weight:bold;
	float:left;
	height:32px;
	width:125px;
	padding:0;
	margin:0;
}
#home_col_box{
width:775px;
}

#home_column{
	width:155px;
	float:left;
	text-align:center;
	color:#ffffff;
}
.home_column_item{
	margin:0 auto;
}

.home_column_img{
	margin:0 auto;
}

.home_column_des{
	margin:0 auto;
}

.home_column_pri{
	margin:0 auto;
	padding:0 0 8px 0;
}

.home_package{
	border:2px solid #FFFF00;
}

.home_package_text{
	font:bold 12px Verdana, Geneva, Verdana, Helvetica, sans-serif;
	width:100%;
	color:#000;
	background-color:#FFFF00;
	float:left;
}

.home_item_container{
	width:75px;
	height:190px;
	float:left;
	display:block;
	padding:6px;
	
}
.home_item_img{
	width:75px;
	float:left;	
}
.home_item_price{
	width:75px;
	float:left;
	text-align:center;
	color:#00FF00;
}
.home_item_title{
	width:75px;
	float:left;
	text-align:center;
}
.home_list_separator{
	background:url('../images/home_list_separator.jpg');
	width:375px;
	height:1px;
	display:block;
}
.home_list_1{
	font:bold 12px Verdana, Geneva, Verdana, Helvetica, sans-serif;
	height:45px;
	text-align:center;
	vertical-align: middle;
	background:#000;
	color:#ddd;
}

.home_list_2{
	font:bold 12px Verdana, Geneva, Verdana, Helvetica, sans-serif;
	height:45px;
	text-align:center;
	vertical-align: middle;
}
a.home_col_price {0
	color:#00ff00;
	font-weight:bold;
}

a.home_col_price:hover {
	color:#ff0000;
	font-weight:bold;
}

a.home_col_promo {
	color:#FFFF00;
	font-weight:bold;
}

a.home_col_promo:hover {
	color:#00ff00;
	font-weight:bold;
}

a.top_item {
	padding: 4px 0;
}
a.top_item:hover {
	color:#000000;
}
a.top_bck {
	color:#999999;
	padding: 4px 0;
}
a.top_bck:hover {
	color:#ff6600;
}
a.top_fwd {
	color:#999999;
	padding: 4px 0;
}
a.top_fwd:hover {
	color:#ff6600;
}
/* **************************************** HOME CLASSES END */
/* **************************************** ORDER CLASSES START */
table#order {
	border:1px solid #cccccc;
	padding:0;
	font-size:8pt;
	width:645px;
	clear:both;
	margin:8px 0 0 0;
}
tr#order_row_0 {
	border:1px solid #cccccc;
	width:645px;
	background-color:#555555;
	color:#ffffff;
}
tr#order_row_1 {
	width:645px;
	background-color:#333333;
	color:#ffffff;
}
td.order_row_name {
	border:1px solid #cccccc;
	width:375px;
	color:#ffffff;
}
td.order_row_id {
	border:1px solid #cccccc;
	width:50px;
	text-align:center;
	color:#ffffff;
}
td.order_row_price {
	border:1px solid #cccccc;
	width:90px;
	text-align:right;
	color:#ffffff;
}
td.order_row_total {
	border:1px solid #cccccc;
	width:90px;
	text-align:right;
	color:#ffffff;
}
td.order_row_span {
	border:1px solid #cccccc;
	width:525px;
	color:#ffffff;
}
td.order_row_delete {
	border:1px solid #cccccc;
	width:35px;
	color:#ffffff;
	text-align:center;
}
a.order_del {
	color:#ff0000;
	text-decoration:none;
	font-weight:bold;
	font-size:14pt;
}
a.order_del:hover {
	color:#ffff00;
}
/* **************************************** ORDER CLASSES END */

td.homepgimg {
	width:150px;
	padding:5px 0 10px 0;
}
td.homepglink {
	color:#0066ff;
	text-decoration:none;
	font-weight:bold;
	font-size:8pt;
	width:150px;
	text-align:center;
}
td.homepgtext {
	color:#ff0000;
	text-decoration:none;
	font-weight:bold;
	font-size:8pt;
	width:150px;
	text-align:center;
}

.homepgtext {
	color:#ff0000;
	text-decoration:none;
	font-weight:bold;
	font-size:8pt;
	width:150px;
	text-align:center;
}
.homepglink {
	color:#0066ff;
	text-decoration:none;
	font-weight:bold;
	font-size:8pt;
	width:150px;
	text-align:center;
}

/* COMPARE GOALIE EQUIPMENT */

#comp_row{
  background-color:#000;
  border:0px solid #999999;
	width:710px;
	float:left;
	text-align:center;
}

#comp_info{
  	border:0px solid #999999;
	width:355px;
	float:left;
	text-align:center;
	top:85px;
	position:relative;
}
.comp_infosub{
	color:#0099ff; 
	font-family:Helvetica,serif; 
	font-size:13pt; 
	font-weight:900; 
	width:350px;
	float:left;
	
}
.comp_infosave{
	color:#00ff00; 
	font-family:Helvetica,serif; 
	font-size:22pt; 
	font-weight:900; 
	text-align:center;
	width:325px;
	float:right;
	top:275px;
	position:relative;	
}
.comp_title{
  background-color:#000;
	color:#ffffff; 
	font-family:Verdana,sans-serif; 
	font-size:11pt; 
	font-weight:bold; 
  border:0px solid #333;
	width:700px;
	float:left;
	text-align:center;
	padding:0 0 10px 0;
}

.comp_col{
	color:#fff;
	font-size:9pt;
  border:1px solid #333;
	width:350px;
	float:left;
}

.comp_col_name{
	color:#ffff00; 
	font-family:Verdana,sans-serif; 
	font-size:11pt; 
	font-weight:bold; 
	border:1px solid #333;
	width:350px;
	float:left;
}

.comp_col_price{
	color:#00ff00; 
	font-size:11pt; 
	font-family:Verdana,sans-serif;
	font-weight:bold; 
  border:1px solid #333;
	width:350px;
	float:left;
	padding:0 0 10px 0;
}

.comp_img{
	width:90px;
	padding:5px;
	margin:0 auto;
}

.comp_col_desc{
  border:0px solid #333;
	width:350px;
	float:left;
}

.comp_col_comment{
	color:#fff;
  border:0px solid #333;
	font-family:Verdana,sans-serif; 
	font-size:11pt; 
	font-weight:bold; 
	width:700px;
	float:left;
	text-align:center;
	padding:10px;
}

/* JS TABS CSS  */
.tabbed-pane * {
	margin: 0;
	padding: 0;
}
.tabbed-pane {
	width: 800px;
}
.tabbed-pane .tabs {
	list-style: none;
	clear: both;
	float: left;
	margin-bottom: -1px;
}
.tabbed-pane .tabs li a.active {
	background: white;
	border-bottom: 1px solid white;
}
.tabbed-pane .tabs li {
	float: left;
	margin: 0 3px 0 0;
}

.tabbed-pane .tabs li a {
	color: #336699;
	display: block;
	padding: 5px;
	background: #f0f0f0;
	border-color: #333;
	border-style: solid;
	border-width: 1px;
}
.tabbed-pane .pane {
	border: 1px solid #333;
	padding: 5px;
	clear: both;
	height: 100%;
}
.tabbed-container {
	position: relative;
	clear: both;
	min-height: 10em;
}
.tabbed-container .overlay {
	position: absolute;
	clear: both;
	border: 1px solid #333;
	padding: 5px;
	width: 488px;
	top: 0;
	left: 0;
	background: white url(/include/images/spinner.gif) center center no-repeat;
	text-align: center;
	z-index: 100;
	height: 100%;
}text-align: center;
	z-index: 100;
	height: 100%;
}



/* LIGHTBOX JAVASCRIPT */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; } background-color: #000; }