﻿/** Styles in this sheet will NOT be available in Content Editor 
*** See ContentStyles.css for Content Editor styles 
*** Do not include font/text related styles in this sheet, use the ContentStyles css file instead
**/
/*
customized for uuexpress
darkblue: #1c5c7d
light grey: #f5f5f5;
med grey: 666666
grey: 737173
*/
/* Start General Styles */
html
{
	background-color: #F0F0F0;
	
}
body
{
    /*background-color:#1c5c7d;*/
	text-align: center; /* centering site 1/3 */
	margin: 0; /*DO NOT include font information here, see ContentStyles.css*/
}
body#storeLocation
{
    background: none;
}

{
    margin:0px;
    padding:0px;
}
.asterisk
{
	color: #FF0000;
}
.form_background
{
	background-color: #f5f5f5;
	color: #666666;
	padding: 0px;
}
.form_background_spaced
{
	background-color: #f5f5f5;
	color: #666666;
	padding: 5px 10px 5px 10px;
	margin: 5px 0px 5px 0px;
}
.left_pad
{
	padding-left: 5px;
}

#GrayBack
{
 display:none;
    filter: alpha(opacity=65);
    -moz-opacity: .65;
    opacity: .65;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000000;
    z-index: 9997;
    *left:0px;   
}

/*  Price in listings (department pages, search page, related, etc) */
.MSRPPriceA
{
	font-size: 10px;
	font-weight: bold;
	color: #737173;
	display: block;
}
.ListPricewSaleA
{
	font-size: 9px;
	font-weight: normal;
	color: #737173;
	text-decoration: line-through;
}
.ListPricewoSaleA
{
	font-size: 10px;
	font-weight: bold;
	color: #737173;
	display: block;
}
.SalePriceA
{
    display:block;
	font-size: 10px;
	color: #ff0000;
	font-weight:bold;
}

/*  Price in baskets (including registry, shopping cart, and checkout page)  */
.MSRPPriceB
{
	font-size: 10px;
	font-weight: bold;
	color: #737173;
}
.ListPricewSaleB
{
	font-size: 9px;
	font-weight: normal;
	color: #737173;
	text-decoration: line-through;
}
.ListPricewoSaleB
{
	font-size: 10px;
	font-weight: bold;
	color: #737173;
}
.SalePriceB
{
	font-size: 10px;
	font-weight: bold;
	color: #ff0000;
}

/*  Price on Product Page */
.MSRPPrice
{
	font-size: 12px;
	font-weight: bold;
	color: #737173;
	display: block;
}
.ListPricewSale
{
	font-size: 10px;
	font-weight: normal;
	color: #737173;
	text-decoration: line-through;
	display: block;
}
.ListPricewoSale
{
	font-size: 12px;
	font-weight: bold;
	color: #737173;
	display: block;
}
.SalePrice
{
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
	display: block;
}

/* Price as selected */
#SelectedSalePrice
{
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

#SelectedListPrice
{
	font-size: 12px;
	font-weight: bold;
	color: #737173;
}

/* Price on Addon Items */
.MSRPPriceAO          {font-size:12px; font-weight:bold; color:#737173; display:block;}
.ListPricewSaleAO     {font-size:12px; font-weight:bold; color:#737173; text-decoration:line-through; display:inline;}
.ListPricewoSaleAO    {font-size:12px; font-weight:bold; color:#737173; display:block;}
.SalePriceAO          {font-size:12px; font-weight:bold; color:#ff0000; display:inline; margin-left:10px;}

/* Price on OrderForm */
.MSRPPriceD          {font-size:14px; font-weight:bold; color:#737173; display:block;}
.ListPricewSaleD     {font-size:13px; font-weight:bold; color:#737173; text-decoration:line-through; display:inline;}
.ListPricewoSaleD    {font-size:14px; font-weight:bold; color:#737173; display:block;}
.SalePriceD          {font-size:14px; font-weight:bold; color:#ff0000; display:inline; margin-left:10px;}


.smaller_half_padded
{
	width: 305px;
	padding: 10px 10px 10px 10px;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
.clear
{
	clear: both;
}
.smaller_half
{
	width: 360px;
}
.half
{
	width: 460px;
}
.third
{
	width: 320px;
}
.left_half
{
	width: 450px;
	float: left;
}
.right_half
{
	width: 428px;
	float: right;
}
.left_quarter
{
	width: 200px;
	float: left;
}
.right_quarter
{
	width: 200px;
	float: right;
}
.shipmethdd select
{
	width:275px;
}
.paypal img
{
	cursor: pointer;
}
.hiddenDiv
{
	display: none;
	visibility: hidden;
}
/* End General Styles */

/* Start General Layout Styles */
#wrapper
{
	margin: 0 auto; /* centering site 2/3 */
	text-align: left; /* centering site 3/3 */
	width: 1024px; /* Overall site width */
	background-color: #fff;
	/*border:1px solid #cccccc;*/
}

#main_container
{
	float: right;
	width: 1000px;
	margin-left:0px;
}
#main_container_full
{
    width: 1000px;
    min-height:500px;
}
* html #main_container
{
	display: inline;
}
#main_content, #menu_content
{
	padding-left: 0px;
	/*background-image:url("../images/left_nav_bg_03.png");
    background-repeat:no-repeat;
    width:255px;
    height:290px;*/
}

#main_content

{
    padding-left:0px;
}

#main_content ul li
{
	list-style-type: disc;
	margin: 1px 0px 1px 20px;
}

#menu_container
{
	float: left;
	width: 230px;
	height:60px;
	padding:5px;
	z-index:100 !ie;
}

#menu_container .LeftNav
{
	padding-left:5px;
	position:relative;
	bottom:890px;
	bottom:950px !ie;
	z-index:100;
}

#menu_container #search_container
{
	padding: 10px;
}

#LeftNavPromo
{
    display:none;
    /*text-align:center;
	width:210px;
	margin:10px 0px 0px 10px;
	border: 1px solid #1c5c7d;
	height:300px;*/
}

/* Start Header classes */
#header_container
{
 z-index:1000 !ie;
	width: 1000px;
	height: 100px;
	/*background-image:url("../images/top_bg_01.jpg") repeat-x;*/
}
#header_top
{
   /* background-image:url("../images/top_bg_01.jpg");*/
   background-color:#424242;
     z-index:100;
    height:15px;
    width:3000px;
    -moz-box-shadow: 5px 5px 5px #888;
-webkit-box-shadow: 5px 5px 5px #888;
box-shadow: 5px 5px 5px #888;
    /*float:left;*/
}

#header_content
{
	background-color:#ffff;
	padding: 0px;
	width: 1000px;
	height: 100px;
	z-index:10;
}

#HeaderInfoWrap
{
    margin-top:10px;
    float:right;
    width:100%;  
    z-index:5;
}

#Logo
{
	float: left;
	z-index:80;
	/*width: 303px;*/
}
#Tagline
{
    display:none;
	/*margin-top: 30px;
	text-align: left;*/
	
}

#PhoneNumber
{
	padding-right:45px;
	/*text-align: left;*/
}

#HeadInfoNav
{   display:none;
    /*float:right;
    margin:15px 10px 0px 0px;*/
}

.NavList li
{
    display:inline;
}

.search_bar
{
	height: 38px;
}
.search_textbox
{
	margin-left: 10px;
	border: none;
	background-color: #fff;
	font-size: 11px;
	padding: 2px;
	width: 162px;
}
.HeaderCartWrap
{
    float:right;
    /*width:100px;*/
    margin-left: 10px;
}

.HeaderLinksWrap
{   /*margin-right:0px;*/
   background-image:url("../images/supportcontent_03.png");
background-repeat: no-repeat;
background-position:right;
position:relative;
bottom:21px;
left:5px;

width:400px;
height:50px;
}

.HeaderCartCheckout
{
    margin-left:20px;
}


.HeaderCartTxt img
{
    display:none;
   /*vertical-align:top;
   margin-top:1px;
   *vertical-align:middle;
   *margin:0px;*/
    
}

.HeaderCartTxt
{
    /*line-height:30px;*/
    display:none;
}

.header_cart_wrapper
{
    display:none;
    color:#1C5C7D;
	float: right; 
	width: 250px; 
	margin-right: 20px;
	font-weight:bold;
}
.header_cart
{
	float:right;
	margin:0px;
	margin-top:10px;
	text-align:left;
	width:250px;
}

.header_search_bar
{
	height: 20px;   
}

.header_brand_dd
{
    float:left;
    margin-top:10px;
}

.header_search_btn
{
    display:none;
    margin-top:10px;
}
.header_search_textbox
{
	display:none;
	/*background-color: #FFFFFF;
	border: none;
	float: left;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 10px;
	padding: 2px;
	width: 120px;*/
}

.ui-autocomplete 
{
    z-index: 5 !important;
}
#header_search
{
    text-align:right;
    float:right;
    margin-right:20px;
}

#header_dd
{
    display:none;
    /*margin:5px 20px 0px 0px;
    float:left;
    width:150px;
    *margin:0px 20px 0px 0px;*/
}

#header_dd select
{
    
    display:none;
    /*width:150px;
    height:20px;
    border:1px solid #1c5c7d;*/
}
#header_links
{
    /*background-image:url("../images/header_uppernav_bg.gif");*/
    /*background-image:url("../images/supportcontent_03.jpg");*/
    background-repeat:no-repeat;
    background-position:left center;
    padding:5px 0px 0px 10px;
    float:right;
    /*margin-left:300px;*/
    color:#efefef;
    font-weight:normal;
    width:auto;
    height:30px;
    z-index:100;
    
}

.supportlinks
{
    padding-top:1px;
    padding-right:50px;
}

.HeadLinks:link{color:#424242}
.HeadLinks:active{color:#424242}
.HeadLinks:hover{color:#424242}
.HeadLinks:visited{color:#424242}



#header_links_inner
{
    padding-right:20px;
    /*background-color:#1c5c7d;*/
   
}
    

.BasketLink
{
    color:#000;
}

#Welcome
{
    
    float: right;
	text-align: right;
	width:690px;
	height:35px;
}

#header_promo_banner
{
	clear: both;
}
/* End Header classes */

/*Default Page*/
/* You can alter this CSS in order to give SmoothDivScroll your own look'n'feel */

/* Invisible left hotspot */
div.scrollingHotSpotLeft
{
    
	/* The hotspots have a minimum width of 75 pixels 
	   and if there is room the will grow and occupy 10% 
	   of the scrollable area (20% combined). 
	   Adjust it to your own taste. */
	min-width: 75px;
	width: 10%;
	height: 100%;
	/* There is a big background image and it's used to 
	solve some problems I experienced in Internet Explorer 6. */
	background-image: url(../images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	left: 0;
	/*  The first cursor url is for Firefox and other 
	    browsers, the second is for Internet Explorer */
	cursor: url(../images/cursors/cursor_arrow_left.cur), url(images/cursors/cursor_arrow_left.cur),w-resize;
}

/* Visible left hotspot */
div.scrollingHotSpotLeftVisible
{
   
	background-image: url(../images/arrow_left.gif);				
	background-color: #fff;
	background-repeat: no-repeat;
	/* Standard CSS3 opacity setting */
	opacity: 0.35; 
	/* Opacity for really old versions of 
	   Mozilla Firefox (0.9 or older) */
	-moz-opacity: 0.35;
	/* Opacity for Internet Explorer. */
	filter: alpha(opacity = 35);
	/* Use zoom to Trigger "hasLayout" in 
	   Internet Explorer 6 or older versions */	
	zoom: 1; 
}

/* Invisible right hotspot */
div.scrollingHotSpotRight
{
   
	min-width: 75px;
	width: 10%;
	height: 100%;
	background-image: url(../images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	right: 0;
	cursor: url(../images/cursors/cursor_arrow_right.cur), url(images/cursors/cursor_arrow_right.cur),e-resize;
}

/* Visible right hotspot */
div.scrollingHotSpotRightVisible
{
	background-image: url(../images/arrow_right.gif);
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35;
	filter: alpha(opacity = 35);
	-moz-opacity: 0.35;
	zoom: 1;
	
}

/* The scroll wrapper is always the same width and 
   height as the containing element (div). Overflow 
   is hidden because you don't want to show all of 
   the scrollable area.
*/
#makeMeScrollable
		{
		     background-image: url("../images/logobanner_bg.jpg");
    background-repeat: no-repeat;
			 height: 170px;
    margin-bottom: 50px; 
    margin-left:15px;
    width:940px;
    overflow:hidden;  
			position: relative;
		}
		
		#makeMeScrollable div.scrollableArea img
		{
			position: relative;
			float: left;
			margin: 0;
			padding: 10px;
		}

div.scrollWrapper
{
     height: 140px;
    overflow: hidden;
    position: relative;
    width: 883px;
    margin-top:21px;
    margin-left:auto;
    margin-right:auto;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}
#makeMeScrollable div.scrollableArea *
{
	position: relative;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}
#HomePromo2
{
    display:none;
    /*margin:20px 0px;
    background-color:#ffffff;
    width:700px;
    border:1px solid #1c5c7d;*/
}

#HomePromo3
{
    display:none;
   /* background-color:#ffffff;
    width:680px;
    margin:20px 0px;
    padding:10px;
    border:1px solid #1c5c7d;*/
}

#HomeFeatured
{
    width:1000px;
    height:170px;
    /*margin:20px 0px;*/
    background-image:url("../images/logobanner_bg.jpg");
    background-repeat:no-repeat;
    margin-bottom:50px;
    
    
    
}

.featuredShortDesc, .DeptShortDesc
{
}

#HomeFeatured h3
{
    margin-left:10px;
}

#LeftNavPromo
{
}

#ShoppingBagEmpty
{
    margin:10px 0px;
}

#ShoppingBag_Label_CrossPromo
{
}

.ShoppingCartImg
{
    width:55px;
    float:left;
    padding:0px 5px 0px 5px;
}

#ShoppingBag_Bottom
{
    text-align:left;
    margin:10px 0px;
}

#ShoppingBag_Top
{
    text-align:left;
    margin:0px 0px 10px 0px;
}

.ShoppingCartCrossPromoImg
{

}

#ShipHelp
{
}

.checkoutBtn
{
    width: 110px;
    float: right; 
    background:transparent;
}

.ShoppingBagContinue
{
    margin-top:20px;
    float:right;
    margin-right:100px;
    width:140px;
}
.basketRelatedTD
{
	height:100px;
	padding-top:15px;
	text-align:center;
	width:150px;
}

.basketRelatedTD .qvicon
{
   position:absolute;
   top:-40px;
}
.cartBottomContainer
{
	background-color: #f0f0f0;
	padding: 0px;
	min-height:230px;
}

/* End General Layout Styles */

/* Start Product Page Styles */

/* cloud zoom stuff*/

/* This is the moving lens square underneath the mouse pointer. */


.cloud-zoom-lens {
	border: 4px solid #888;
	margin:-4px;	/* Set this to minus the border thickness. */
	background-color:#fff;	
	cursor:move;		
}

/* This is for the title text. */
.cloud-zoom-title {
	/*font-family:Arial, Helvetica, sans-serif;*/
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;	
	font-weight:bold;
	font-size:10px;
	top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
	border:4px solid #ccc;
	overflow:hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
	display:none;
}

/* end cloud zoom */

/* Fancy Zoom */

.ProductSizeChart
{
    float:right;
    margin-right:-10px;
    margin-top:24px;
}

.altImg
{
    border:1px solid #cccccc;
    padding:1px;
}

.jqfancyzoomclosebox
{
    margin-left:-17px;
    margin-top:24px;
}

.jqfancyzoombox
{
}

/*End Fancy Zoom*/

.ProductName
{
	font-size: 16px;
	font-weight: bold;
}

.productImageArea
{
	width: 350px;
	margin-right:100px;
}
#MainImage
{
	border: 1px solid #fcdb00 !important;
	margin: 5px 3px;
	padding: 5px;
}
.productInfoArea
{
	width: 400px;
	
}
.productCrossPromoHeader
{
    margin-bottom:10px;
	display:inline-block;
	text-align:left;
	width:350px;
}
#divPriceAsSelected
{
    padding:10px 0px;
}
#product_options
{
    width:500px;
}

.attributeCellSelectedStyle
{
    background-color:#efefef;
    border:1px solid #1c5c7d !important;
}

.ImageSelector_ImageNotFound
{
    border:1px solid #cccccc;
    font-size:10px;
    padding:5px;
   /* height:20px;*/
    
}

.ProductSkuThm
{
    padding:2px;
}

.ProductSkuThm img
{
    border:1px solid #cccccc;
}
.Pointer attributeCellStyle ProductSizes
{
}

.ATTR_Size
{
    margin:5px 0px 0px 30px;
}
.ATTR_Color
{
    margin:10px 0px 0px 32px;
}
.ProductStepNumber
{
    font-size:13px;
    font-weight:bold;
    color:#666666;
    width:20px;
    height:20px;
    border:1px solid #666666;
    text-align:center;
    background-color:#efefef;
    line-height:20px;
    margin-right:10px;
}
.productspecs table, .productspecs table td
{
    border: 1px solid #666666;
}

.productCrossThumb
{
	border: 0px solid #ffffff;
	margin: 5px 3px;
}

.ProductCrossTD
{
    text-align:center;
    width:100px;
    font-size:10px;
}

.ProductCrossPromo
{
    width:350px;
    margin-top:20px;
	border:1px solid #cccccc;
    padding:10px 5px;
}

.ProductCrossPromo table
{
    width:350px;
}

.skuSelectorWrapper
{
    margin:10px 0px;    
}

.swatchThumb
{
	border: 1px solid #fcdb00 !important;
	margin: 5px 3px;
	padding: 5px;
}
.skuSelectorHeader
{
	margin: 10px 0;
	display:block;
}

.optionParent
{
    float:left;
    margin-bottom:10px;
}

.ProductQty
{
    float:left;
    width:135px;
}


#divAvailability
{
    float:left;
    text-align:left;
    font-weight:bold;
}

.quantityLabel
{
    font-weight:bold;
}

.ProductSkuNotAvail
{
}

.Product_Price_Unavailable
{
    display:none;
    /*font-size:13px;
    color:#ff0000;
    text-align:left;
    margin-bottom:10px;*/
}

.Product_Product_Unavailable
{
    float:left;
    width:300px;
    font-size:13px;
    color:#ff0000;
    text-align:left;
}
.step
{
	background-image: url(../images/step.gif);
	width:21px;
	height:20px;
	color:#fff;
	display:inline-block;
	text-align:center;
	background-position:2px -1px;
	background-repeat:no-repeat;
	padding: 1px 0;
}
.DropDownAttributeSelector_ValueEnabled
{
    color: #000000;
}
.DropDownAttributeSelector_ValueDisabled
{
    color: #888888;
}

.recentlyViewedArea
{   
    width:350px;
}
    
.productRecentlyViewedHeader
{
	text-align:left;
}
.RVthumbnailImg
{
	border: 0px solid #ffffff;
	padding: 5px;
	margin: 5px 3px;
}

.RVThumbnail
{
    width:100px;
    font-size:10px;
}

.RVListTD
{
    vertical-align:top;
    width:100px;
}

.RVListWrap
{
    width:350px;
    text-align:left;
    border:1px solid #cccccc;
    padding:10px 5px;
}
.ReviewsTable
{
    width:700px;
}

.ProductReviewSummary
{
    float:none;
}

.ProductReviewSummary ul li
{
    display:inline;
    list-style: none;
    list-style-image:none;
    float:left;
	margin: 0;
	width:3px;
}

.ImageAligner
{
    
}

#addToWish
{
    margin-left:20px;
    line-height:20px;
    margin-top:-10px;
}

#socialUL li
{
     list-style-type:none !important;
     margin:5px 0px !important;
}

/*Add On Items (Aux Cross Promos)*/
.AddOns
{
    margin-top:20px;
}

.AddOnTD
{
    padding-top:10px;
}

.AddOnImg
{
    float:left;
    width:50px;
}

.AddOnItemImage
{
   
}

.AddOnInfo
{
    float:left;
    width:400px;
    margin-left:10px;
}

.AddOnDesc
{
    margin:0px 10px 15px 0px; 
    float:left;
}


.AddOnPrices
{
    width:150px;
    float:left;
}

/*  Tabs Box  */
.tabs-box {
	width: 380px;
	float: left;
	margin: 30px 0 0 0;
}
.tabs-row UL LI {
	margin: 0 4px 0 0 !important;
	padding: 3px 20px;
	list-style: none outside none !important;
	/*background: url("../images/tab_on.gif") repeat-x left top;*/
	background-color:#cccccc;
	float: left;
}
.tabs-row UL LI A {
	display: block;
	font-weight: bold;
	font-size:14px;
	color: #fff;
}
.tabs-row UL LI A SPAN {
	display: block;
}
.tabs-row UL LI A:HOVER, {color: #fff; text-decoration: none;}
.tabs-row UL LI.active A {color: #fff; text-decoration: none;}
.tabs-row UL LI:HOVER, .tabs-row UL LI.active 
{
    background: url("../images/main_nav_bg_on.gif") repeat-x left top;
    /*background-color:#1c5c7d;*/
}

.tab-content {
	width: 380px;
	float: left;
	border:1px solid #1c5c7d;
	margin-top:-1px;
	padding:10px;
}

.description table, .productspecs table, .reviews table
{
	padding:3px;
	margin:2px 0px;
}

#reviews_detail
{
    background-color:#f0f0f0;
    padding:5px;
    border:1px solid #999999;
}

.numRating
{
    color:#444444;
    font-weight:bold;
    float:right;
    width:100px;
    padding:14px 10px 0px 0px;
}

.starRating
{
    float:left;
    padding-right:10px;
}
/* End Product Page Styles */


/* Start OrderForm Styles */
.orderFormName span
{
  font-size:14px;
  margin-left:12px;
  padding-bottom:18px;
  font-weight:bold;
}
.orderFromPrice
{
  margin-left:112px;
  float:none;   
}
.orderFormDesc
{
  margin-left:112px;
  font-size:12px;  
}
.OrderFormHeaderName
{
  font-size:20px;
  font-family:Arial, Sans-Serif;   
}
.multiAddButton
{
  text-align:right;   
}

.multiAddLink
{
    margin:10px 0px;
}

.multiAddWish
{
}

.skuselectorBottom
{
  margin-bottom:15px;
  
  
}
.skuselectorLabel
{
  margin-bottom:15px;
     
}

.orderformTable
{
 width:700px;  
 border:1px solid #619081;
  
}
.orderformTable th
{
    height:0px;
    background-color: #fff3de; 
    color: #fff3de;
    padding:0px;
}
.orderformTable .HeaderRow
{
    display:none;
}

 .orderFormLeft
{
  padding-left:11px;
  margin-top:10px;
  margin-bottom:10px;
  height:110px; 
}

.orderFormRight
{
  padding-left:11px;
  margin-top:10px;
  margin-bottom:10px;
  height:110px; 
}


.orderFormQtyLbl
{
    width:60px;
}

.orderFormSku
{
    width:60px;
}
 
 .mainInner
 {
     width:670px;

 }

/* End OrderForm Styles */

/* Share Styles */
.shareError
{
    color:Red;
    font-size:9px;
}
.ShareRightCol
{
    width:410px;
    float:right;
}

.ShareRightCol table th
{
    font-weight:bold;
}

.ShareLeftCol
{
    width:300px;
    float:left;
}

/* Start Dept classes */
#DeptSpecificLeftPromo
{
    text-align:center;
	width:210px;
	margin:10px 0px 0px 9px;
	border: 1px solid #1c5c7d;
	height:300px;
}

.DeptMainImage
{
	margin: 10px 10px 10px 0px;
}
.productList
{
	width: 720px;
	background-color: #efefef;
}

.deptTD, .productTD, .relatedTD, .searchTD
{
    vertical-align:top;
	text-align: center;
	width: 180px;
	height: 150px;
}
.productTD, .relatedTD, .searchTD
{	
	padding:0px;
}
.productTD img,.searchTD img
{
	margin: 15px 15px 3px 15px;
}
.deptTD_overlink
{
	color: #DE9E08;
	text-decoration: underline;
}
.deptTD_overimg
{
	border: 1px solid #DE9E08;
}
.deptTD img
{
	margin: 3px 7px;
	border: 1px solid #fff;
}
.deptTD a
{
	font-weight: bold;
	font-size: 13px;
}
.deptTD:hover a, .deptTD a:hover
{
	color: #DE9E08;
	text-decoration: underline;
}
.deptTD:hover img, .deptTD img:hover
{
	border: 1px solid #DE9E08;
}

#SubDepts
{
    margin:10px 0px;
}

.SubDeptText
{
    width:170px;
}

.SubDeptTbl
{
    width:700px;
}

.SubDeptWrap
{
    margin: 0px auto;
    width:170px;
}

.SubDeptImg
{
    margin:0px 15px;
    width:125px;
}

.DeptProdWrap
{
}

.DeptProdImg
{
}

.DeptProdText
{
}

.DeptDescription
{
    width:700px;
}
.relatedProdTable
{
	border:1px solid #1c5c7d;
	padding:0;
	width:700px;
}
/* End Dept Styles */

/* Start Footer classes */
.EmailOptIn
{
    display:none;
    /*padding:10px 0px 0px 20px;
    clear:both;
    margin-bottom:40px;*/
}



#footer_container
{
    background: url("../images/footer_uubg_02.jpg");
    /*background: url("../images/footer_uubg.jpg");*/
	clear: both; /*padding:10px;  Causes footer to jut out on right hand side*/
	/*width: 100%;*/
	width:1024px;
	height:75px;
	background-repeat:no-repeat;
	color:#666666;
	text-align:center;
	padding-top:20px;
}

.footer_menu
{
	/*height: 70px;*/
	padding: 30px 0px 0px 0px;
	width: 1000px;
}
#footer_content
{
	display:none;
	/*float: right;
	padding: 10px 25px 10px 10px;
	width: 730px;*/
}
#footer_promo
{
	width: 200px;
	float: right;
	color:#69b8ca;
	position:relative;
	bottom:60px;
}

#footer_promo img
{
    padding-left:0px;
    
}


    
.Copyright p {display: inline; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}
/* End Footer classes */

/* Start Login/Password Recovery Styles */
#pswReminderDiv .PRbutton
{
	margin: 10px 0px 5px 0px;
}
.AspNet-Login-InstructionPanel, .AspNet-PasswordRecovery-UserName-InstructionPanel, .AspNet-PasswordRecovery-Question-InstructionPanel, .AspNet-PasswordRecovery
{
	padding: 10px 0px 10px 0px;
}
.PRInstructionPanel
{
	padding: 10px 0px 10px 0px;
}
.AspNet-Login-UserPanel label, .AspNet-Login-PasswordPanel label, .AspNet-PasswordRecovery-UserName-UserPanel label, .AspNet-PasswordRecovery-Question-UserPanel label, .AspNet-PasswordRecovery-QuestionPanel label, .AspNet-PasswordRecovery-AnswerPanel label
{
	width: 8em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
}
.prLabel
{
	padding-right: 0.5em;
}
.prInput
{
}
.AspNet-Login-UserPanel input, .AspNet-Login-PasswordPanel input, .AspNet-PasswordRecovery-UserName-UserPanel input, .AspNet-PasswordRecovery-Question-UserPanel input, .AspNet-PasswordRecovery-QuestionPanel input, .AspNet-PasswordRecovery-AnswerPanel input
{
	width: 10em;
}
.AspNet-Login-RememberMePanel
{
	padding: 5px 25px 5px 25px;
}
.AspNet-Login-PasswordRecoveryPanel
{
	padding: 5px 0px 5px 0px;
}
.AspNet-Login-UserPanel, .AspNet-Login-PasswordPanel, .AspNet-Login-RememberMePanel
{
	margin: 2px 0px 8px 0px;
}
.AspNet-Login-UserPanel span, .AspNet-Login-PasswordPanel span
{
	font-size: 14px;
	font-weight: bold;
}
/* End Login/Password Recovery Styles */

/* Start SitePath and DataPager Styles */
#SitePathContainer
{
	padding: 6px 0px 6px 0px;
}
.templateSitePath
{
   margin: -16px auto 20px;
    padding: 0 !important;
    width: 850px;   
}
.SitePath
{
	text-decoration: none;
	color: #666666;
	font-size: 10px;
}
.SitePath:hover, .SitePath:active
{
	color: #F2A135;
	text-decoration: underline;
	font-size: 10px;
}
.SitePathSelected
{
	color: #666666;
	font-weight: lighter;
	font-size: 10px;
}

#DataPagerContainer
{
	text-align: right;
	padding: 6px 0px 6px 0px;
}
.Pager
{
	padding: 0px 4px 0px 0px;
	border: 0px none #ffffff;
	border-right: 1px solid #1c5c7d;
	font-size:11px;
}

/* disabled next previous links in datapager when set RenderDisabledButtonsAsLabels="true"*/
span.NextPreviousLink
{
	display: none;
}
/* End SitePath Styles */

/* Start Address Control Classes AND Checkout Classes */

/* Promotional code area for checkout and shoppingcart*/
.PromoCode
{
    display:block;
}
/* Comment field on checkout form */
.BasketComment
{
    display:block;
}
.SecurityInfo
{
    text-align: right; 
    padding: 10px 0px 0px 0px; 
    margin-right: 15px;
    clear:left;
}

#CheckoutCreateAccount
{
    margin:20px 0px;
}
.SmallerFieldSection, .HalfFieldSection
{
	margin: 0px 4px 0px 0px;
	float: left;
}
.disabledField
{
	color: #737173;
	background-color: #cecece;
}

.ProductAdd
{
    margin-top:-5px;
}

#JumboLink
{
    text-align:right;
}

#ZoomLink
{
    text-align:left;
}
.StepNumber
{
	background-image: url(../images/stepBg.gif);
	background-position: top center;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	width: 30px;
	margin: 0px 5px 0px 0px;
	padding: 5px 0px 0px 0px;
	text-align: center;
}

.totalTable
{
	margin: 0px 0px 5px 0px;
}
.totalTable tr th, .totalTable tr td
{
	border-width: 0px;
	padding: 3px 5px 3px 5px;
	font-size: 11px;
}
.totalTable tr th
{
	text-align: right;
	padding-left: 12px;
}
.totalTable tr td
{
	color: #000000;
}

.cartCoBtn
{
    float:right;
}

#buttonGoogleSubmit
{
    margin-left:-25px;
}

#GoogleCoBtn
{
   
}

.GoogleCoTxt
{
    margin:10px 0px;
    padding-left:35px;
}


div#cctypelogos 
{
    margin-top: 1ex;
    display: block;
    width: 360px;
}
div#cctypelogos IMG
{
    float: right;
    margin-top: 1ex;
} 

/* End Address Control Classes AND Checkout Classes */
.close-btn-div
{
    text-align:right;
    
}

.popupDivs
{
    height:250px;
    width:250px;    
}

#popupDiv
{
    display:none;
}

#popupDiv div
{
    padding-bottom:20px;
}

.bottom-links-div a
{    
    color:#0000ff;
}

/* End login control Styles*/

/* pop up styles */

 
#popupDiv{      
    z-index:999999;     
}  

/* end popup styles */


/* Mini Login (found on checkout.aspx and product.aspx(reviews) */
#mini-login
{
	width: 300px;
	float: left;
	margin-left: 10px;
	position: absolute;
	left: 180px;
	z-index: 9999;
}
.mini-login-inner
{
    border: 4px solid #1c5c7d;
	background: #efefef;
	padding: 5px;
}
.mini-login-close
{
	text-align: right;
	margin-bottom: 5px;
}
.mini-login-close span
{
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}
#mini-login td, #mini-login input
{
	font-size: 12px;
}
/* End Mini Login */

/* Start Create Account */
.password-checklist-div
{
	font-size: 11px !important;
	color: #000000;
	margin: 5px 0px;
}
.password-checklist-div ul
{
	margin-left: 25px;
}
.password-checklist-div li
{
	font-size: 11px !important;
	color: #000000;
	list-style-type: disc;
}
.create-acct-div
{
	text-align: left;
}
.create-acct-div input
{
	margin: 0px auto;
}
/* End Create Account */

/* Start Tooltip Classes*/
.tooltip_content
{
	display: none; /* required */
	position: absolute; /* required */
	padding: 10px;
	border: 1px solid black;
	background-color: white;
}
/* End Tooltip Classes*/

/* Start Calendar CSS */
.ajax__calendar_container
{
	z-index: 9000;
}
.ajax__calendar_body table tr td
{
	padding: 0px;
}
/* End Calendar CSS */

/* Start Button Styles */
.ButtonStyle
{
	color: #012e57;
	font-size: 11px;
	background-color: #648ABD;
	border: 1px solid #012e57;
	padding: 2px 3px 2px 3px;
	text-decoration: none;
}
.AltButtonStyle .ButtonStyle
{
	color: #648ABD;
	font-size: 11px;
	background-color: #012e57;
	border: 1px solid #ffffff;
	text-decoration: none;
}
.HighlightButtonStyle .ButtonStyle
{
	color: #000000;
	font-size: 14px;
	background-color: orange;
	border: 1px solid #012e57;
	padding: 6px 6px 6px 6px;
	text-decoration: none;
}
.ButtonStyle:hover, .ButtonStyle:active
{
	cursor: pointer;
	color: #ffffff;
}
/* End Button Styles */
/* Start Status Summary Styles */
.Error, .AspNet-PasswordRecovery-FailurePanel
{
    color:#BD3439;
    padding:10px 10px 10px 10px;
    border:1px solid #BD3439;
    background-color: #ffffff;
    margin:5px 0px 5px 0px;
}
.AspNet-Login-FailurePanel {color:#BD3439; padding:0px 10px 5px 10px;}
.red {color:#BD3439;}
.Success
{
    color:#497734;
    padding:10px 10px 10px 10px;
    border:1px solid #497734;
    background-color: #EFFBDE;
    margin:5px 0px 5px 0px;
}
/* End Status Summary Styles */

/* Start Advanced Promotions Classes */
    .BasketItemPromotion,
    .BasketAwardedPromotion
    {
	display: block;
	color: #ff0000;
    }
    .BasketItemPromotion.PromotionExclusion
    {
        font-style: italic;
    }
    .BasketPromotion
    {
        display: block;
    }
    .BasketPromotionsLabel, 
    .PromotionsAwardedLabel
    {
	padding-top: 5px;
	font-weight: bold;
    }
        .BasketPromotionsLabel p, 
        .PromotionsAwardedLabel p
        {
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
        }
    .BasketPromotions
    {        
    }
    .BasketPromotionsAwarded
    {
    }
/* End Advanced Promotions Classes */
/* Start Standard Search Classes */
#SearchOptionsUpper
{
    width:900px;
}
#SearchOptionsLower
{
    width:900px;
}
.SearchCriteriaWrap{}
.SearchProductList
{
    width:750px;
    background-color:#efefef;
  
}

.SearchHeading
{
    font-weight:bold;
    font-size:14px;
    margin:10px 0px;
}
/* Start FNS Classes */
.ResultsNumber
{
    margin-right:20px;
    padding-top:3px;
    font-weight:bold;
}

.ItemsPerPage a:link
{
    margin:0px 10px;
}

.ItemsPerPage
{
    font-weight:bold;
}

.DataPagerContainer
{
    margin:10px 0px;
    clear:both;
}


.search_bar_options
{
    color: #666666;
    font-size: 12px;
    font-weight: normal;
}
.pagination-block-container
{
    text-align: right;
    margin: 5px 0px;
}

.RefineGroup
{
    margin: 0px 0px 12px 0px;
}

.RefineHeading
{
    color:#1c5c7d;
    font-weight:bold;
    font-size:14px;
}

.catBlock
{
    padding: 3px 0 3px 3px;
    display: block;
    font-weight: bold;
}
.RefineLinks select {width: 150px;}
.CatItem:link, .CatItem:visited,
.RefineLinks a:link, .RefineLinks a:visited,
.RefineLinks select
{
    color: #000;
    text-decoration: none;
    font-size: 12px;
}
.CatItem:hover, .CatItem:active,
.RefineLinks a:hover, .RefineLinks a:active
{
    color: #000;
    text-decoration: underline;
    font-size: 12px;
}

.moreColors
{
    color: #003686;
    font-size: 12px;
    font-weight: bold;
}

.ShopBy
{
    float: left;
    width: 160px;
}
.Featured
{
    float: right;
    width: 750px;
}

.dept_header
{
    /*border-bottom: 15px solid #0062a9;*/
    margin: 0px 0px 13px 0px;
}
.dept_info
{
    border: 1px solid #cbcbcb;
    /*border-bottom: 0px none #eeeeee;*/
    background-color: #eeeeee;
    vertical-align: top;
    width: 415px;
    color: #3b3b3b;
    font-size: 11px;
}
.dept_info 
{
    color: #3b3b3b;
}
/*Style Info*/
h1
{
	font-weight:lighter;
	font-size:20px;
	padding-left:10px;
	color:#ffffff;
	
	
}

hr  { /*-moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #A9A9A9;
    border-style: none none dotted;
    border-width: 0 0 2px;*/
    background-color:#ffffff;
    color:#ffffff;
    border:2px dotted #B2AFAC;
    border-style:none none dotted;
    /*height: 2px;*/
    width:100%;
    margin: 10px 0;
}
#News
{
    width:305px;
    float:left;
    /*margin-bottom:20px;*/
    margin-top:20px;
    padding-right:15px;
    padding-left:15px;
    /*color:#424242;*/
    font-size:10pt;
}

.news_1 
{
    color:#666666;
    
}

.home_h1 
{
    color:#c24b24; 
    font-size:20px; 
    /*text-shadow: #d3d3d3 1px -1px 1px;*/
    font-weight:lighter;
    /*font-family:Helvetica LT, Trebuchet MS, Sans-Serif;*/
}
    

#News2
{
    width:305px;
    float:left;;
    margin-top:20px;
    padding-right:10px;
    /*color:#424242;*/
    font-size:10pt;
}
.news_2 
{
    color:#666666;
    
}

#News3
{
    width:305px;
    float:left;
    margin-top:20px;
    padding-right:10px;
    /*color:#424242;*/
    font-size:10pt;
}

.news_3
{
    color:#666666;
    
}

#News .h1
{
    font-weight:lighter;
	font-size: 1.5em;
	padding: 5px 0px 5px 0px;
	color:ffffff;
}

.dept_image
{
    background-color: #8fd0ff;
    vertical-align: middle;
    width: 525px;
}

.dept_bar
{
    border: 1px solid #cbcbcb;
    background-color: #eeeeee;
    color: #3b3b3b;
    font-size: 15px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}
.ShopBy
{
    float: left;
    width: 210px;
}
.Featured
{
    float: right;
    width: 758px;
}
.padd_content
{
    padding: 6px 5px;
}
.More_link
{
    text-align: right;
    float:right;
    width: 420px;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 5px;
}
.More_link a:link,
.More_link a:visited
{
    color: #024474;
    text-decoration: none;
}
.More_link a:hover,
.More_link a:active
{
    color: #024474;
    text-decoration: underline;
}
.More_link_holder 
{
    padding:6px 5px;
}

.DeptPromo
{
}

.ProductTD
{
    width: 20%;
    text-align: center;
    vertical-align: top;
}
.recently .ProductTD {width: 33%;}
.ProductTD .prodImg, .prodThumb 
{
    border: 1px solid #666666;
    width: 100px;
}
.RefineTable
{
    width:auto;
}

.DeptHeaderTable
{
}

.ResultsTable
{
}

.deptlinkP:link, .relProduct:link,
.deptlinkP:visited, .relProduct:visited
{
    line-height: 12pt;
    font-family: helvetica,arial,sans-serif;
    font-size: 12px;
    color: #3B3B3B;
    font-weight: bold;
    text-decoration: underline;
}
.deptlinkP:hover, .relProduct:hover,
.deptlinkP:active, .relProduct:active
{
    line-height: 12pt;
    font-family: helvetica,arial,sans-serif;
    font-size: 12px;
    color: #003686;
    font-weight: bold;
    text-decoration: underline;
}
/* End Dept Classes */
/* Start Registry Classes */
.Registry_Promo
{
    margin:50px 0px 0px 0px;
    font-weight:bold;
}

.Registry_Links
{
    margin: 0px 0px 0px 10px;
    width: 200px; 
    float: right;
}

#searchFilters
{
    width: 560px; 
    float: left;
}

/* Start Template Classes */
.temp_header
{
    background-image:url("../images/temp_bg.jpg");
    background-repeat:no-repeat;
    background-position:center;
    position:relative;
    width:850px;
    margin:auto;
    margin-top:0px;
    bottom:13px;
    height:130px;
    margin-bottom:20px;
}

.temp_header1
{
    background-image:url("../images/temp_bg.jpg");
    background-repeat:no-repeat;
    background-position:center;
    position:relative;
    width:850px;
    margin:auto;
    margin-top:0px;
    bottom:3px;
    height:130px;
    margin-bottom:20px;
}
.features_wrapper1
{
    /*background-image:url("../images/temp_bg.jpg");
    background-repeat:no-repeat;*/
    width:850px;
    margin:auto;
    margin-top:0px;
    /*color:#ffffff;*/
    background-position:center;
    font-family:Arial;
    /*line-height:110%*/
}



.features_wrapper
{
    /*background-image:url("../images/temp_bg.jpg");
    background-repeat:no-repeat;*/
    width:850px;
    margin:auto;
     float:right;
    margin-top:0px;
    /*color:#ffffff;*/
    background-position:center;
    font-family:Arial;
    /*line-height:110%*/
    
    
    
}

.features_wrapper2
{
 
    width:500px;
    margin-top:0px;
    float:right;
    /*color:#ffffff;*/
    background-position:center;
    font-family:Arial;
    /*line-height:110%*/
    
    
    
}
#content_wrapper
{
    width:850px;
    margin:auto;
    margin-top:0px;
    /*color:#ffffff;*/
    background-position:center;
    font-family:Arial;
    /*line-height:110%*/
    
}

.temptxt
{
    
    font-family:Arial;
    line-height:110%;
    margin: 15px auto;
    width:700px;
    color:#666666;
    
}
   
    
   /*.Temp1 h1
   
   {
       color:6c6c6c;
       font-size:12pt;
       position:relative;
       
   }*/
   
   .temp_logo 
   {
        color:#ffffff;
       margin-top:0px;
   }
   
   .logo_buttons
   {
       float:right;
       margin-right:0px;
   }
  
   .tempmenu
   {
	margin-left:5px;
	background-image:url("../images/voc_bg.gif");
    background-repeat:no-repeat;
    width:255px;
    height:290px;
}

/* Start Template Classes 2col*/

#col1
{
    float:left;
    text-align:left;
    width:580px;
   /*height:800px;*/
    padding-left:20px;
}

#col2 
{ float:left;
  margin-left:72px;
	background-image:url("../images/voc_bg.gif");
    background-repeat:no-repeat;
    width:255px;
    height:850px;
}

#twocol_wrapper
{
 
}

.2colheader
{
    margin-left:72px;
}
    
  
  .col3 
{ 
	background-image:url("../images/features_bg.gif");
    background-repeat:no-repeat;
    width:255px;
    height:562px;
    /*margin-top:20px;*/
    margin-bottom:40px;
}  

.voc
{
    height:220px;
    padding-left:30px;
}

.features
{
    padding-top:10px;
    padding-left:30px;
}

/* Start Survey Classes */

 
#surveytext
   
   {
       color:#fffffff;
       font-weight:lighter;
       
   }
   
   #surveytable
   {
       text-align:left;
       float:left;
   }
       
   
   .dataFormTable
   
   {
       color:#666666;
       
   }
   
   /* Start PCI Table Classes */
   
   .pci
   {
       color:#666666;
   }
   
   
   table.pcitable
   
   {
         border-color:#EBECE4;
   }
   
   .pcitable
   {
       color:#666666;
       border-color:#EBECE4;
       border-left-color:#EBECE4;
       border-right-color:#EBECE4;
       border-top-color:#EBECE4;
       
       
   }
   
   .pcitable td
   {
        border-color:#EBECE4;
       
   }
   
    .pcitable tr
   {
        border-color:#EBECE4;
       
   }
   
   .pcitable th
   {
       border-color:#EBECE4;
   }
   
   #article_1_more 
   {
       border-color:#EBECE4;
        border-bottom-color:#EBECE4;
        border-top-color:#EBECE4;
   }
       
   .pcitable_title
   {
       color:#666666;
       font-size:12pt;
       text-shadow: 1px 1px 1px #FFFFFF;
       
   }
       
