.leftShadow
{        
    top:0px;
    position:relative;
    margin: 0px auto 0px auto;
    background-image: url(images/_fromMain/shadowMainLeft.png);
    background-repeat: repeat-y;
    background-position: top left;
    padding-left: 25px;
    width:885px;
    z-index:100;    
	
}

.rightShadow
{
    background-image: url(images/_fromMain/shadowMainRight.png);
    background-repeat: repeat-y;
    background-position: top right;
    padding-right: 25px;
    width:860px;    
}
html, body {
  background-color: #FFF;
  /*background: url('images/_fromMain/background.jpg') top center;*/
  padding: 0;
  margin: 0;
  width: 100%;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
}

.bkg {
    height: 0%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
	
}

.bkgImage {
    height: 0%;
    position: fixed;
    width: 100%;
    z-index: 0;
	display: none;
}

#FlashIDa {
	
}

#FlashIDb {
	margin-top: -3px; /* space between main flash and bottom scroll flash */
	background-color: #504f50;
	margin-bottom: -15px;
}

a {
	color: #000000;
}


a:hover { text-decoration: underline; }

.clear { clear: both; }
.right { float: right; }
.left { float: left; }

.tabbertab h2 {
	font: normal 11px/150% "Arial", "Helvetica", sans-serif;
}

input, select, textarea {
	/* Input And Select Font */
	font: normal 11px/150% "Arial", "Helvetica", sans-serif;
	color: #242424;
}

#wrapper {
  width: 860px;
  margin: 0 auto;
  min-height: 100%;
  margin-top: 0px;
}

#header {
  background: url('images/_fromMain/headerbkg.png') top center;
  width: 860px;
  height: 72px;
  text-transform: uppercase;
  font-size: 10px;
}

#header img {
	margin: 10px;
}

#header input, button {
	/* Gray Button Definitions */
	/*background: #000;
	height: 21px;
	color: #ffffff;
	padding-left: 5px;
	font-weight: bold;
	margin: 0px;
	border-width: 0px;
	border-color: #ccc;
	font-size: 10px;
	text-transform: uppercase;*/
}
#header label {
	font-size: 10px;
}

#cart {
	position: absolute;
	display: inline;
	margin-top:20px;
	right: 40px;
}

/* main menu from corporate store */
.menuContainer {
	height:20px;
    font-size:11px;
    font-weight:bold;
    position:relative;
    z-index:100;    
    font-family:Verdana, Geneva, sans-serif;    
    width:860px;
	background: url('images/_fromMain/mainMenubkg.png') top center repeat-x;
    /*background:url("images/mainMenubkg.png") top left repeat-x;   */
}

.menuContainer a
{    
    font-weight:bold;
    text-decoration:none;
    padding:0px;
    margin:0px;
    color:#000;
}


.menuContainer ul
{
    list-style:none;
    top:0px;    
    list-style-position:inside;
    margin:0px;
    
}

.mainMenuItem
{
    float:left;
    width:105px; /* adjusted to fit 7 menu items, over 750px */
    height:17px;
    padding: 3px 0px 0px 10px;
    position:relative;
	text-transform: uppercase;
}

.mainMenuItem:hover
{
    background-color:#333333;
    color:#000; 
}

.mainMenuItem:hover a
{
    color:#FFF;
}

li.mainMenuItem ul
{
    display:none; 
    width:100%;
    top:100%;
    left:0px;
    position:absolute;    
    padding:0px;
}


li.mainMenuItem:hover ul 
{
    display:block;
    text-align:left;      
    color:#000;
	width: 170px; /* width of submenu */
}

li.mainMenuItem ul li:hover a
{
    color:#000;
}

li.mainMenuItem li
{
    list-style-position: inside;    
    list-style:none;
    float:left;    
    font-size:10px;
    background-image:none;
    background-color:#000;
    /*margin-left:-50px;*/
    height:22px;
    width:100%;
    text-indent: 15px;
    padding: 8px 0px 0px 0px;
    opacity: 0.80;
    filter:alpha(opacity=80);
	
}

.mainMenuItem li:hover
{
    color:#FFF;
    background-color:#999;
    opacity: 0.90;
    filter: alpha(opacity=90);
}
/* end main menu from corporate store */

#contentHeaderWrapper {
    background-color: #3C3C3C;
    color: #FFFFFF;
    float: left;
    height: 40px;
    padding: 10px 0 0;
    position: relative;
    text-align: left;
    width: 100%;
	
}
#contentHeaderImage {
    float: left;
    padding: 10px;
}
#contentHeaderText {
    bottom: 8px;
    display: inline-block;
    font-size: 11px;
    position: relative;
    top: 50%;
    width: 500px;
}
#productSplash {
	display: none;
}
#productDetails {
	padding-top: 15px;
	float: left
}
#content {
  float: left;
  background: #FFF;
  margin-top: 0px;
  width: 860px;
  min-height: 100%;
}

#left {
  clear: left;
  float: left;
  background: #f1f1f1 url('images/left_top_bg.gif') top left no-repeat;
  width: 220px;
  display: inline;
  min-height: 600px;
}

#sale_item {
  background: url('images/sale_table_bg.gif') top left no-repeat;
  width: 204px;
  height: 312px;
  margin: 10px 0px 0px 10px;
  padding-top: 10px;
}

#sale_item a {
  color: #000000;
  text-decoration: none;
}

.sale_thumb {
  background: url('images/sale_img_bg.gif') top left no-repeat;
  width: 184px;
  height: 134px;
  margin: 0px auto;
  text-align: center;
  padding-top: 15px;
}


#left h4 {
	/* Side Table Heading Definitions */
	background: url("images/column_head.gif") no-repeat;
	margin: 10px 0px 0px 7px;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	width: 204px;
	height: 36px;
	line-height: 36px;
	padding-left: 35px;
}

.column2 {
	width: 200px;
	padding: 0 5px; 
	margin: 5px 0 0px 0;
}

.column {
	/* Side Table Definitions */
	width: 200px;
	padding: 5px 12px 5px 12px; 
	margin: 5px 0 0px 0;
}

#cart_column {
  background: #5A5A5A;
  margin: 0 auto;
  width: 204px;
  color: #FFFFFF;
  font-size: 11px;
  text-align: center;
}

.side_link {
	/* Side Table Link Definitions */
	display: block;
	text-decoration: none;
	color: #3e3e3e;
}

.list { 
  margin-left: 10px;
  margin-top: 15px;
  padding: 0;
	margin-bottom: 5px;
	list-style: none; 
}
	
.list li.title a {
	/* Side Table Category Link Definitions */
	color: #000000;
	padding: 3px;
	width: 190px;
	border-bottom: 1px dashed #CCCCCC;
	text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
}

.side_link2 {
	/* Side Table Link Definitions */
	background: url("images/bullet.gif") 5px center no-repeat;
	display: block;
	padding: 1px 0px 1px 15px;
	text-decoration: none;
	color: #3e3e3e;
}


#cart_column a {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
}

.cartcol_top {
  background: url('images/cart_top_bg.gif') top center no-repeat;
  margin: 10px 0px 0px 0px;
  width: 204px;
  height: 10px;
}

.cartcol_bot {
  background: url('images/cart_bot_bg.gif') bottom center no-repeat;
  width: 204px;
  height: 10px;
}

#right {
  float: right;
  background: #f1f1f1 url('images/right_top_bg.gif') top right no-repeat;
  width: 740px;
  height: 100%;
  display: inline;
  min-height: 600px;
  margin-bottom: 15px;
}

#right2 {
  /*background: #FFF url('images/right_top_bg.gif') top right no-repeat;*/
  width: 860px;
  height: 100%;
  display: inline;
  min-height: 600px;
  /*margin-bottom: 15px;*/
}

#right h2 {
  /* Center Table Heading Background, Colors & Fonts */
	margin: 5px 0px 0px 10px;
	font-size: 17px;
	color: #999999;
	font-weight: bold;
	height: 40px;
	padding-left: 5px;
	line-height: 40px;
}

#maincontent {
  margin: 0 auto;  
  
}

#maincontent p, h2 {
	margin-left: 15px;
	margin-right: 15px;
}

#main_cont {
	/* Center Table Definitions */
	width: 60%;
	float: left;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

#welcome h3 {
	/* Welcome Message Font */
	color: #000000;
	font: normal 28px "Arial", "Helvetica", sans-serif;
}
	
#welcome {
	width: 715px;
	padding: 10px;
	padding-top: 0px;
	margin-top: 0px;
	background: #FFFFFF;
	text-align: top;
}

.content_cart {
	border: solid #b6b6b6 0px;
	width: 200px;
	margin-bottom: 15px;
	padding: 5px;
}

.content {
	/* Main Table Content Area Definitions */
	margin-bottom: 5px;
	padding: 5px;
}

.c_info {
	border: solid #484848 1px;
	background: #FFFFFF;
	width: 340px;
	margin: 0 auto;
	padding: 5px;
	min-height: 60px;
	margin-bottom: 5px;
}

.content3 {
	border: solid #484848 1px;
	background: #FFFFFF;
	width: 340px;
	margin: 0 auto;
	padding: 5px;
	min-height: 275px;
	margin-bottom: 5px;
}

.content2 {
	border: solid #484848 0px;
	background: #FFFFFF;
	margin: 0 auto;
	/*padding: 5px;*/
	margin-bottom: 5px;
}

#contentStatic {
	background: #FFF;
	width: 820px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 15px;
	padding-top: 70px;
	font-size: 11px;
	
}

.content4 {
	border: solid #b6b6b6 1px;
	background: #ffffff;
	margin-bottom: 15px;
	padding: 5px;
}

.product_strikethru {
	text-decoration: line-through;
}

.paging {
	float: right;
	text-align: right;
	margin-right: 20px;
}

.list_top {
	/* Product List Top Definitions */
	border-top: solid #cacaca 1px;
	border-bottom: solid #cacaca 1px;
	background: #f0f0f0;
	padding: 3px;
}

.list_bottom {
	/* Product List Bottom Definitions */
	border-top: solid #cacaca 1px;
	border-bottom: solid #cacaca 1px;
	background: #f0f0f0;
	padding: 3px;
}

.table_bottom {
	text-align: center;
	padding-top: 5px;
}

.row {
	clear: both;
}

.center {
	text-align: center;
}

.right_align {
	text-align: right;
}


/* ----------------- */
/* Product List List */
/* ----------------- */

.reg_txt {
	font-weight: normal;
}

.small_txt {
	font-size: 10px;
}

.price {
	/* Product List Price Definitions */
	color: #c20710;
	font-weight: bold;
	font-size: 12px;	
	/*margin-right: 10px;
	float: left;*/
}

.list_table {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.list_item {
	background: #FFFFFF;
	padding: 5px;
}

.list_item_bottom_border {
	/* Product List Separator Definitions */
	border-bottom: solid #cacaca 1px;
	background: #FFFFFF;
}

/* ----------------- */
/* Product List Tile */
/* ----------------- */

.productTileTitle {
	background: #FFF;
	top: 0px;
	position: relative;
	margin: 0 10px 0px;
	padding: 5px;
	font-weight: bold;
	text-align: left;
	height: 14px;
}
.productTileTitle span {
    font-size: 10px;
    position: relative;
    vertical-align: super;
}
.productTileImage {
	width: 100%;
	padding-top: 0px;
	margin-top: 0px;
	background: url('/images/products/productGridSquareBkg.png') top center;
	height: 176px;
	text-align: center;
}
.productTileImage img {
	
}

.productTileViewNow {
	background: #FC3;
	height: 14px;
	font-weight: bold;
	text-align: right;
	padding: 2px 5px 2px 2px;
}

.productTileDescription {
	font-size: 10px;
	text-align: left;
	padding: 5px 5px 0px 5px;
	vertical-align: top;
}

.productTilePrice {
	text-align: right;
	font-weight: bold;
	height: 14px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.productTileViewNow:hover {
	background: #FF9;
}

.list_item {
	background: #FFFFFF;
	padding: 5px;
}

.list_item_bottom_border {
	/* Product List Separator Definitions */
	border-bottom: dashed #cacaca 1px;
	background: #FFFFFF;
}


.tile_table {
  /*margin: 0px auto;*/
  text-align: center;
 
}

.list_table th {
	text-align: center;
	font-size: 14px;
	text-decoration: underline;
	padding-top: 10px;
	padding-bottom: 15px;
}

.tile_item {
	text-align: center;
}

.tile_table2 {
	background: #FFFFFF;
	width: 100%;
}

.list_tile_item2 {
	text-align: center;
}

.list_tile_item {
  /*background: #f1f1f1 url('images/tile_bg.gif') top center no-repeat;*/
  height: 310px;
  width: 265px;
  border-style:solid;
  border-width: 1px;
}

.list_tile_item a {
	text-decoration: none;
	cursor: pointer;
}

.list_tile_item table {
  margin: 0 auto;
  height: 311px;
}

#footer {
  background: url('images/_fromMain/footerBkg.png') repeat-x scroll left top transparent;
  margin: 0 auto;
  /*width: 860px;*/
  min-height: 52px;
  /*text-transform: uppercase;*/
  clear: both;
}

/* ----------------------------- */
/* Product Detail & Account Tabs */
/* ----------------------------- */

/* Non Selected & Selected Tabs Link Text Colors */
ul.tabbernav li a:link { color: #ffffff; }
ul.tabbernav li a:visited { color: #ffffff; }
ul.tabberactive li a:link { color: #000000; }
ul.tabberactive li a:visited { color: #000000; }

ul.tabbernav {
	/* Tab Content Top Border */
	border-bottom: 1px solid #000000;
	font: bold 11px "Arial", "Helvetica", sans-serif;
	padding: 3px 0;
	margin: 0;
}

.tabberlive .tabbertab {
	/* Tab Content Sides & Bottom Border */
	border: 0px solid #000000;
	padding: 15px;
	border-top: 0;
}


ul.tabbernav li a {
	/* Tab Borders */
	border: 1px solid #000000;
	/* Non Selected Tabs Background */
	background: #000000;
	padding: 3px 0.5em;
	margin-left: 3px;	
	border-bottom: none;	
	text-decoration: none;
}

ul.tabbernav li a:hover {
	/* Hovered Tabs Background Color */
	background: #e5e5e5;
	/* Hovered Tabs Border Color */
	border-color: #000000;
	/* Hovered Tabs Text Color */
	color: #000000;	
}

ul.tabbernav li.tabberactive a {
	border-bottom: 1px solid #ffffff;
	/* Selected Tabs Background Color */
	background-color: #ffffff;
	/* Selected Tabs Font Color */
	color: #000000;
}

ul.tabbernav li.tabberactive a:hover {
	
	border-bottom: 1px solid white;
	/* Selected Tabs Hover Background Color */
	background-color: #ffffff;
	/* Selected Tabs Hover Font Color */
	color: #000000;
}

ul.tabbernav li {
	list-style: none;
	display: inline;
	margin: 0;
}

.tabberlive .tabbertabhide { display: none; }
.tabberlive .tabbertab h2 { display: none; }
.tabberlive .tabbertab h3 { display: none; }
.tabberlive { margin-top: 1em; }
.tabber { display: none; }

.tabContent {
	display:none;
	clear:both;	
	border-top:#ffd200 solid 6px;
	padding:0px;
	width: 90%;
	
	height: auto !important;
}

.tabInnerContentText {
	padding: 10px;
	color: #000;
}

.tabInnerContentTitle {
	font-weight: bold;
	text-decoration: underline;
	color: #666;
}

.tabMenu {
	font-family:"Tw Cen MT Condensed Extra Bold", Arial, sans-serif;
	font-size:15px;
	list-style:none;
	list-style-position:outside;
	margin:20px 0px 0px 0px;
	padding:0px;
	text-transform: uppercase;
}


.tabMenuRegular{
	float:left;
	width:112px;
	height:25px;
	color:#FFF;
	background-color:#000;
	text-align:center;
	display:inline;
	vertical-align:bottom;
	margin:0px 5px 0px 0px;
	background:url('/images/products/productDetailsTabBkg.png') top left no-repeat;
	line-height:25px;
}

.tabMenuRegular:hover {
	cursor:pointer;
	color:#000;
	background-color:#FFF;
}

.selectedTab
{
	background:url('/images/products/productDetailsTabBkgSelected.png') no-repeat top left;
	color:#000;
}

.selectedTab:hover
{
	
}

.selectedTabContent
{
	position:relative;
	display:block;
	width:100%;    
}

#productSeals img {
	padding-right: 10px;
	padding-bottom: 10px;
}

.productDetail {
	float:left;
	position:relative;
	width:840px;
	margin:0px;
	left:-20px;
	height:400px !important;
	clear:left;
}

.productDetailThumbnailImage {
	border:#000 2px solid;
	margin-top:10px;
    margin-left:10px;
    float:left;
}

.productDetailThumbnailImage:hover {
	border:#FC0 2px solid;
	cursor:pointer;
}

.productDetailThumbnailImageSelected
{
    border:#FC0 2px solid;
    cursor:crosshair;
}

.invisibleBlock
{
	float:left;
	margin: 60px auto;
	position:relative;
	display:none;
}

.visibleBlock
{
	display:block;
	background-color:#093;
/*	margin-right:50px;*/

}
.productDesc {
	font-family: 'Tw Cen MT Condensed Extra Bold';
}
.productTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
}
.productPricing {
	padding-top: 10px;
	font-size: 20px;
	font-family: 'Tw Cen MT Condensed Extra Bold';
	color: #000000;
}
.productNum {
	font-size: 45px;
	color: #000;
}
.productNum span {
    font-size: 15px;
    position: relative;
    top: -10px;
    vertical-align: super;
}

.productShortDesc {
	font-size: 11px;
	color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
}

/* -------------- */
/* Product Detail */
/* -------------- */

.product_title {
	/* Product Title Font & Color */
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

.product_sku {
	/* Product SKU Font & Color */
	font-size: 10px;
	margin-bottom: 10px;
}

.product_price {
	/* Product Price Font & Color */
	color: #990000;
	font-size: 12px;
	font-weight: bold;
}

.product_option {
	/* Product Attributes Font & Color */
	font-weight: bold;
	padding-right: 10px;
	
}

.product_strikethru {
	text-decoration: line-through;
}

.review_link {
	color: #307fcf;
	text-decoration: none;
	text-align: right;
	float: right;
	font-weight: 400;
}

.larger_view {
	background: url(images/enlarge.gif) no-repeat center left;
	padding-left: 13px;
	text-decoration: none;
	font-size: 10px;
}

.img_style { padding: 7px; }

.add_wishlist {
	/* Add To Wishlist, Add Review, Add To Registry Link Definitions */
	background: url(images/little_arrow.gif) no-repeat center left;
	padding-left: 15px;
	text-decoration: none;
	font-size: 11px;
	margin-bottom: 10px;
	margin-right: 15px;
}

.review_item {
	padding-bottom: 10px;
}

.review_spacer {
	padding-bottom: 7px;
}

/* ------------ */
/* Account Area */
/* ------------ */

.account_list_head {
	/* Table List Headings Font */
	font-weight: bold;
	color: #000000;
}

.account_head {
	/* Update Profile Heading Font Definitions */
	padding-bottom: 5px;
	font-weight: bold;
	color: #000000;
}

#volumePricing {
	font-size: 11px;
	/*font-weight: bold;*/
	width:30%;
}

/* ------------- */
/* Shopping Cart */
/* ------------- */

.cart {
	background: #ffffff;
}

.cart span {
	font-size: 10px;
    position: relative;
    vertical-align: super;
}

.cart th {
	/* Cart List Headings Font */
	text-align: center;
	font-weight: bold;
	color: #000000;
}

.cart td {
	border-top: dotted #c1c1c1 1px;
	border-bottom: dotted #c1c1c1 1px;
	color: #000000;
}

.cart_contents_quan {
	padding-right: 5px;
}

.cart_contents_item {
	margin-bottom: 5px;
	text-decoration: none;
}

.cart_contents_item a {
	text-decoration: none;
}

.cart_contents_item a:hover {
	text-decoration: underline;
}



/* ----------- */
/* Order Pages */
/* ----------- */

#order_signup {
	float: left;
	padding-left: 25px;
}

#order_login {
	float: right;
	padding-right: 25px;
}

.order_info_off {
	background: url(images/order_info_off.gif) no-repeat center left;
	padding-left: 20px;
	color: #bcbcbc;
	text-decoration: none;
}

.order_info_on {
	background: url(images/order_info_on.gif) no-repeat center left;
	padding-left: 20px;
	color: #000000;
}

.order_ship_off {
	background: url(images/order_ship_off.gif) no-repeat center left;
	padding-left: 20px;
	color: #bcbcbc;
	text-decoration: none;
}

.order_ship_on {
	background: url(images/order_ship_on.gif) no-repeat center left;
	padding-left: 20px;
	color: #000000;
}

.order_payment_off {
	background: url(images/order_payment_off.gif) no-repeat center left;
	padding-left: 20px;
	color: #bcbcbc;
	text-decoration: none;
}

.order_payment_on {
	background: url(images/order_payment_on.gif) no-repeat center left;
	padding-left: 20px;
	color: #000000;
}

.order_review_off {
	background: url(images/order_review_off.gif) no-repeat center left;
	padding-left: 20px;
	color: #bcbcbc;
	text-decoration: none;
}

.order_review_on {
	background: url(images/order_review_on.gif) no-repeat center left;
	padding-left: 20px;
	color: #000000;
}

.order_print_off {
	background: url(images/order_print_off.gif) no-repeat center left;
	padding-left: 20px;
	color: #bcbcbc;
	text-decoration: none;
}

.order_print_on {
	background: url(images/order_print_on.gif) no-repeat center left;
	padding-left: 20px;
	color: #000000;
}

.gray {
	background-color: #f0f3f8;
}

.sep {
	padding-left: 10px;
	padding-right: 10px;
}

/* ------------ */
/* Order Review */
/* ------------ */

.order_view {
	background: #ffffff;
	text-align: left;
}

.order_view th {
	font-weight: bold;
	background: #000000;
	color: #ffffff;
	width: 10%;
}

.review_top_border {
	border-top: solid #000000 1px;
}

.order_id {
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 10px;
	color: #c20710;
}

/* ------------------ */
/* Paging Definitions */
/* ------------------ */

.page a:hover {
	/* Hover Text Color */
	color: #fd6601; text-decoration: none
}

.page a:link {
	/* Link Text Color */
	color: #000000; text-decoration: none
}

.page a:visited {
	color: #000000; text-decoration: none
}

.pages_border {
	/* Box Border & Background */
	border: 1px solid #000000;
	background-color: #FFFFFF;
	color: #000000;	
}

.navpage {
	/* Navigation Link Boxes Background & Definitions */
	background-color: #FFFFFF;
	font: 11px Tahoma, Verdana;
	padding: 2px 4px 2px 4px;
	color: #000000;
	white-space: nowrap;
	text-decoration: none;
}

.navpageselected {
	/* Navigation Selected Link Boxe Background & Definitions */
	background-color: #e5e5e5;
	font: 11px Tahoma, Verdana;
	padding: 2px 4px 2px 4px;
	color: #000000;
	white-space: nowrap;
	text-decoration: none;
}

.highlightpage {
	/* Current Page Info Box Background & Definitions */
	background-color: #000000;
	font: bold 11px Tahoma, Verdana;
	padding: 2px 4px 2px 4px;
	color: #FFFFFF;
	white-space: nowrap;
}

.highlightpage a:link {
	color: #FFFFFF; text-decoration: none;
}

.highlightpage a:visited {
	color: #FFFFFF; text-decoration: none;
}

.highlightpage a:hover, .highlightpage a:active {
	color: #FFFFFF; text-decoration: underline;
}

/* ------------ */
/* Cookie Crumb */
/* ------------ */
#crumb {
	width: 820px;
	height: 14px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 0px;
	text-transform: uppercase;
	
}
#printButton {
	display: none;
}

.home_link {
	/* Home Link Definitions */
	background: url(images/home_icon.gif) no-repeat center left;
	text-decoration: underline;
	padding-left: 20px;
	
	font-weight: bold;
	color: #000000;
}

.crumb_link {
	/* Regular Link Definitions */
	padding-left: 5px;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

.crumb_sep {
	padding-left: 5px;
	font-weight: bold;
}

/* ----------------- */
/* Float Definitions */
/* ----------------- */

.left_float_3_px {
	float: left;
	margin-right: 3px;
}

.left_float_5_px {
	float: left;
	margin-right: 0px;
}

.right_float_5_px {
	float: right;
	margin-left: 5px;
}

.IE_left_float_5_px {
	margin-left: 5px;
}

.float_assist {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.search_results {
	margin-left: 10px;
	float: left;
	text-align: center;
	font-size: 12px;
	color: black;
}

.search_bb {
	font-size: 12px;
	font-weight: bold;
	color: black;
}

#searchForm {
	padding-right: 0px;
}
#searchBox input {
	border: 0px;
}
#searchBox input[type="button"] {
	background: #333;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	/*height: 14px;*/
	
}

/* ------------------ */
/* Button Definitions */
/* ------------------ */

.add_button {
  background: url('images/addtocart.gif') top left no-repeat;
  border: 0;
  width: 80px;
  height: 21px;
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 10px;
  font-family: tahoma;
  line-height: 21px;
  text-transform: uppercase;
}

.add_button a {
  color: #FFFFFF;
  text-decoration: none;
}

.info_button {
  background: url('images/moreinfo.gif') top left no-repeat;
  border: 0;
  width: 75px;
  height: 21px;
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 10px;
  font-family: tahoma;
  line-height: 21px;
  text-transform: uppercase;
  text-align: left;
}

.info_button a {
  color: #FFFFFF;
  text-decoration: none;
}


.sale_moreinfo {
  background: url('images/sale_moreinfo.gif') top center no-repeat;
  border: 0;
  width: 182px;
  height: 26px;
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 10px;
  font-family: tahoma;
  line-height: 26px;
  text-transform: uppercase;
  text-align: center;  
}

.black_button input, .black_button button {
	/* Black Button Definitions */
	background: url(images/black_button_bg.gif) top right no-repeat;
	height: 21px;
	color: #ffffff;
	font-weight: bold;
	padding-bottom: 3px;
	padding-right: 5px;
	margin: 0px;
	border-width: 0px;
	cursor: pointer;
}

.black_button {
	/* Black Button Definitions */
	background: url(images/black_button_left.gif) no-repeat top left;
	padding-left: 3px;
	height: 21px;
	float: left;
	margin-right: 10px;
}

.gray_button input, .gray_button button {
	/* Gray Button Definitions */
	background: url(images/gray_button_bg.gif) top right no-repeat;
	height: 21px;
	color: #ffffff;
	font-weight: bold;
	padding-bottom: 3px;
	padding-right: 5px;
	margin: 0px;
	border-width: 0px;
	cursor: pointer;
}

.gray_button {
	/* Gray Button Definitions */
	background: url(images/gray_button_left.gif) no-repeat top left;
	padding-left: 3px;
	height: 21px;
	float: left;
	margin-right: 10px;
	margin-left: 5px;
}

.orange_button {
	/* Orange Button Definitions */
	background: url(images/orange_button_left.gif) no-repeat top left;
	padding-left: 3px;
	height: 18px;
	float: left;
	margin-right: 10px;
}

.orange_button input, .orange_button button {
	/* Orange Button Definitions */
	background: url(images/orange_button_bg.gif) top right no-repeat;
	height: 18px;
	color: #ffffff;
	font-weight: bold;
	padding-bottom: 5px;
	padding-right: 5px;
	margin: 0px;
	border-width: 0px;
	cursor: pointer;
}

.blue_button {
	/* Blue Button Definitions */
	background: url(images/blue_button_left.gif) no-repeat top left;
	padding-left: 3px;
	height: 18px;
	float: left;
	margin-right: 10px;
}

.blue_button input, .blue_button button {
	/* Blue Button Definitions */
	background: url(images/blue_button_bg.gif) top right no-repeat;
	height: 18px;
	color: #ffffff;
	font-weight: bold;
	padding-bottom: 5px;
	padding-right: 5px;
	margin: 0px;
	border-width: 0px;
	cursor: pointer;
}

.yellow_button {
	/* Yellow Button Definitions */
	background: url(images/yellow_button_left.gif) no-repeat top left;
	padding-left: 3px;
	height: 18px;
	float: left;
	margin-right: 10px;
}

.yellow_button input, .yellow_button button {
	/* Yellow Button Definitions */
	background: url(images/yellow_button_bg.gif) top right no-repeat;
	height: 18px;
	color: #ffffff;
	font-weight: bold;
	padding-bottom: 5px;
	padding-right: 5px;
	margin: 0px;
	border-width: 0px;
	cursor: pointer;
}

.del_button {
	display: block;
	width: 40px;
	float: right;
	background: url(images/delete.gif) no-repeat center left;
	padding-left: 11px;
	color: #3068c5;
	text-decoration: none;
	font-weight: 400;
}

/* ---------------- */
/* Form Definitions */
/* ---------------- */

.input_box {
	width: 150px;
	/*padding-right: 2px;*/
	padding-left: 2px;
}

.form_label {
	text-align: right;
	vertical-align: top;
}

.bold {
	font-weight: bold;
}

.short_form_row {
	clear: both;
}

.short_form_row div, .short_form_row input, .short_form_row select, .short_form_row textarea {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.short_form_row div {
	width: 60px;
	padding-top: 3px;
}

.short_form_row input {
	width: 75px;
}

.required {
	/* Required Reminder Colors */
	color: #b70407;
	padding-left: 2px;
}


/* ----------------- */
/*      Footer       */
/* ----------------- */

#tilebuttons {
  background: url('images/addtocart_blank.gif') top left no-repeat;
  padding: 0;
  margin: 0px auto;
  width: 155px;
  text-align: right;
}

#footer ul {
	height: 29px;
	list-style: none;
	text-align: center;
}
	
#footer li { 
	line-height: 29px;
	display: inline;
}

#footer li a {
	/* Footer Link Colors */
	border-right: 1px solid #c6c6c6;
	text-decoration: none;
	font-size: 11px;
	color: #888888;
	text-transform: uppercase;
	padding: 0 5px;
}
	
#footer li.last a { border: 0; }

#footerContent {
	background:url('images/footerBkg.png') repeat-x top left;    
	width:860px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFF;
	padding:0px 0px 20px 0px; 
}

#footerPhone {
	padding-top:15px;
	float:none;
    margin-left:10px;
}
.footerLinkItem {
	font-size:10px;	
	margin:15px 30px 0px 10px;
	float:left;
}
.footerCopyright{
	font-size:8px;
	margin:15px 20px 0px 0px;
	text-align:right;
}

a.footerHover{
	text-decoration:none;
	color:#FFF;
}

a.footerHover:hover{
	color:#999;
}

#headerRight {
	position: relative;
	float: right;
	height: 100%;
	width: 700px;
	}
	
#headerRight td {
	padding: 5px 15px 5px 0px;
	text-align: right;
	vertical-align: top;
	color: #FFF;
	font-size: 10px;
	text-transform: uppercase;
}

#headerRight a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#login input {
	
	border: 0px;
}

#loginButton {
	text-transform: uppercase;
	color: #FFF;
	background-color: #000;
	font-size: 10px;
	height: 16px;
}

#logout {
	width: 100%;
	font-size: 10px; 
	text-transform: uppercase; 
	color: #FFF; 
	position: absolute;
	top: 100%;
	height: 30px; 
	float: right;
	margin-top: -30px;
}	

#logout a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

#clear_all {
  margin: 0 auto;
  padding: 0;
  clear: both;
  height: 0px;
  width: 860px;
}

.black_bold_text_spaced {
	color: #000000;
	font-weight: bold;
	margin-top: 5px;
	line-height: 17px;
	text-decoration: none;
}

.error_message {
	/* Error Message Definitions */
	width: 800px;;
	background: #FFFFFF;
	border: solid #FF0000 1px;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

.alert_message {	
	/* Alert Message Definitions */
	
	width: 800px;
	background: #FFFFFF;
	border: solid #33cc00 1px;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	
}

.error_alert {
	margin-left: 35px;
}

/* Compatbility Boxes */
.compatibilityCheck {
    float: left;
}
.compatibleConnectorBox {
    display: block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 130px;
    margin: 30px;
    position: relative;
    text-align: center;
}
.compatibleConnectorBox .left {
    background: url("/images/_fromMain/compatibilityBoxLeft.png") no-repeat scroll left top transparent;
    float: left;
    height: 100%;
    position: relative;
    width: 20px;
}
.compatibleConnectorBox .center {
    background: url("/images/_fromMain/compatibilityBoxCenter.png") repeat-x scroll left top transparent;
    float: left;
    height: 100%;
    padding: 5px 0;
    position: relative;
    width: 160px;
}
.compatibleConnectorBox .right {
    background: url("/images/_fromMain/compatibilityBoxRight.png") no-repeat scroll right top transparent;
    float: left;
    height: 100%;
    position: relative;
    width: 20px;
}
.compatibleConnectorBox img {
    margin: 10px;
    max-height: 50px;
    position: relative;
    top: 10%;
}
.compatibleConnectorBox .adapter {
    bottom: 25px;
    font-size: 10px;
    left: -5px;
    position: absolute;
}