﻿/* 
' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
' Title			: ACTIVEA | Master Stylesheet
' Description	: This page contains overall styles for the entire site
'				  *INCLUDING* each Enterprise Component (File, Commerce, etc.)
' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
' History
' 08/24/2005	: David Ellenwood - Created Page
' 01/27/2006	: David Ellenwood - Modified for Mt. Borah
'
' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 				HTML <tag> REVISIONS
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
   
html {}
 
body {
	background:#fff;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 67%;
	line-height:1.25em;
	margin:0;
	padding:0 0 50px 0;
	}

a {
	color:#666;
	text-decoration:none;
	font-weight:normal;
	background:transparent;
	}

a:hover {
	color:#000;
	text-decoration:underline;
	}

a:active {
	color:#000;
	background:transparent;
	}

a:visited {
	}
	
img {
	border:none;
	padding:0;
	margin:0;
	}

h1,h2,h3,h4,h5,h6,p {margin:0; padding:0;}
	
h1 {
	color:#777;
	font-size:1.3em;
	line-height:1em;
	margin:.75em 0 0 0;
	}

h2 {
	font-size:1.25em;
	line-height:1em;
	margin:.25em 0;
	}

h3 {
	font-size:1em;
	}
	
h4 {
	color:#666;
	padding:.5em 0 0 0;
	font-size:1em;
	font-weight:normal;
	font-style:italic;
	background:transparent;
	}

h5 {
	color:#666;
	margin:.5em 0;
	font-size:.9em;
	line-height:1em;
	font-weight:normal;
	background:transparent;
	}

p {
	margin:.5em 0;
	}

form {
	margin:.5em 0;
	}
	
table {
	margin:1em;
	padding:4px;
	border-collapse:collapse;
	}

th {
	color:#666;
	margin:.5em 0;
	padding:4px;
	font-size:.9em;
	line-height:1em;
	text-align:left;
	font-weight:normal;
	background:#fff;
	border-bottom:1px solid #ccc;
	}

td {
	vertical-align:top;
	padding:4px;
	}

hr {
	border: 1px solid;
	background-color:#ccc;
	height: 0.1em;
	color: #ccc;
	width=100%;
	}

dl {
	margin:0;
	padding:0;
	}

dt {
	margin:0;
	padding:0;
	font-weight:bold;
	}

dd {
	margin:0 0 .5em 2em;
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 			UNIVERSAL CLASS DEFINITIONS
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
  
 .alert {						/* Used for alerting customers to important info, errors, corrections, problems, etc. */
 	color:#f00;
 	font-weight:bold;
	text-transform:uppercase;
	}

 .info {						/* Used for informing customers of important info etc. */
 	color:green;
 	font-weight:bold;
	}

.alignRight {					/* Right aligns text on any element */
	text-align:right;
	}

.alignCenter {					/* Right aligns text on any element */
	text-align:center;
	}

.borderTop {					/* adds a border along the top of any element */
	border-top:1px solid #ccc;
	}
	
.borderBot {					/* Adds a border along the bottom of any element */
	border-bottom:1px solid #ccc;
	}

.formRow {						/* DIV Used to contain an individual <form> label/field pair */
  clear: both;
  padding:5px 0;
  }

.formRow .label {				/* SPAN style for <form> element labels */
  float: left;
  width: 80px;
  text-align: right;
  margin:3px 0 0 0;
  }

.formRow .formw {				/* SPAN style for <form> element fields */
  float: left;
  padding:0 0 0 .5em;
  text-align: left;
  }

.fieldNote {
	clear:both;
	padding:5px 3px;
	}

.color1 {						/* Backgrounds used for alternating lines on item listings */
	color:inherit;
	background-color:#fff;
	}
	
.color2 {						/* Backgrounds used for alternating lines on item listings */
	color:inherit;
	background-color:#eee;
	}

.infoBox ul {				/* Styles for <ul> lists in any .infoBox */
	list-style-image: url("/include/site/multimedia/images/rightArrowBullet.gif");
	margin:0em 1em 0 2.25em;
	padding:0;
	}

.infoBox li {					/* See above */
	margin:0;
	padding:.1em 0;
	}
.links {
	padding: 6px 10px 6px 15px;
	color: #004990;
}
.links a{
	color: #004990;
}
.homeBox {
	color: white;
	text-align: center;
	width: 270px;
	background-color: #004990;
	border: 1px solid #004990;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
}

.homeBox_VacantLand {
	color: white;
	text-align: center;
	background-color: #004990;
	border: 1px solid #004990;
	margin: 0 0 20px 10px;
	padding: 0 0 0 0;
}
.homeBox_VacantLand a{
	color: white;
	display:block;
	text-align: center;
	text-decoration:none;
	padding: 3px 0 3px 0;
}
.homeBox_VacantLand a:hover{
	color: white;
	display:block;
	text-align: center;
	text-decoration: underline;
	padding: 3px 0 3px 0;
}

.homeBox a{
	color: white;
	display:block;
	text-align: center;
	text-decoration:none;
	padding: 3px 0 3px 0;
}
.homeBox a:hover{
	color: white;
	display:block;
	text-align: center;
	text-decoration: underline;
	padding: 3px 0 3px 0;
}

.homeBoxContents{
	color: black;
	background-color: white;
	margin: 0;
	padding: 7px;
}

.noPad {
	margin:0;
	padding:0;
	border-collapse:collapse;
	}
.noPad a {
	font-weight:bold;
	color: #004990;
	text-decoration: underline;
}
.devContents {
	width: 100%;
	color: black;
	background-color: white;
	margin: 0;
	padding:7px 0 7px 7px;
}
.devContents a {
	padding:0 2px 0 0;
}
.devContents a:hover{
	padding:0 2px 0 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 			HEADER AND FOOTER STYLES
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#masthead {						/* Site Header */
	border: 0px solid;
	}
#masthead table {
	margin:0em;
	padding:0px;
	border-collapse:collapse;
}	

#masthead td {
	padding: 0px;
}	

#masthead h1 {
	margin:0;
	padding:5px 38px 0px 0;
	border: 0px solid;
	font-weight:normal;
	font-size:2.7em;
	text-align: right;
	letter-spacing: -0.1em;
	color:#000;

	/*
	color: #736d5A;
	font-style:italic;
	text-transform:uppercase;*/	
	}

#masthead h2 {
	margin:0;
	padding:5px 38px 0px 0;
	border: 0px solid;
	font-weight:normal;
	font-size:1.7em;
	text-align: right;
	letter-spacing: -0.1em;
	color:#000;
	}
	
#AccountStatus {
	list-style:none;
	float:left;
	width:156px;
	margin:0;
	padding:0;
	}

#AccountStatus li {
	margin:0;
	padding:0;
	line-height:.7em;
	}

#SGS {
	position: relative;
	top: -50px;
	left: 200px;
}

#footer {						/* Site Footer */
	clear:both;
	color:inherit;
	background:#fff;
	padding: -1px 0 0 0;
	}

#footer table {
	clear:both;
	margin:0 0 0 30px;
	padding:0;
	}

#footer table td {
	margin:0;
	padding:0;
	}

#footer input {
	margin:0;
	padding:0;
	border:0;
	height:20px;
	}

#footer .clsButtonSubmit {
	background: url(multimedia/images/Untitled-1_05.up.jpg) no-repeat;
	width:61px;
	}

#footer .clsButtonOver {
	background: url(multimedia/images/Untitled-1_05.over.jpg) no-repeat;
	width:61px;
	}
#footer .clsButtonDown {
	background: url(multimedia/images/Untitled-1_05.down.jpg) no-repeat;
	width:61px;
	}
	
#secondaryNav {
	list-style:none;
	margin:0 0 0 159px;
	padding:0;
	}

#secondaryNav li {
	float:left;
	line-height:.7em;
	margin:0 0 8px 0;
	padding:0 3px;
	border-left:1px solid #ccc;
	}

#secondaryNav .last_item {
	border-right:1px solid #ccc;
	}
	
#footer h5, #footer {			/* Copyright Notices, Contact, Disclaimers, etc. */
	color:#666;
	background:transparent;
	margin:0;
	padding:0;
	}

#footer h5 {
	padding:0;
	text-align:center;
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 				MASTER LAYOUT <div>'s
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#outerWrap {
	width:820px;
	background: url(images/layout1_17.gif) repeat-y;
	}

#colm1 {						/* Contains Fullbrowser, main content */
	float:left;
	display:inline;
	width:600px;
	margin:0;
	background: url(images/layout1_06.gif) no-repeat;
	vertical-align: top;
	border: 0px solid;	
	}
		
#colm3 {						/* Contains the Left side navigation in First Supply */
	float:left;
	width:199px;
	background: transparent;
	border: 0px solid;
	margin: 0;
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 					NAVIGATION ELEMENTS <div>'s
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#NavigationListing {			/* Left side navigation */
	float:left;
	margin:0;
	padding-left:13px;
	width: 168px;
	} 

#NavigationListing img {
	margin: 10px 0 0 14px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 					NAVIGATION  <ul>'s
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


#feature {
	color: white;
	margin: 0;
	padding: 0;
	list-style: none;

}
#feature li{
	margin: 0 0 6px 0;
	width: 170px;
	background-color: #E42602;
	text-align: right;
	padding: 0 0 0 0;
	list-style: none;
}
#feature li a {
	font-size: 1em;
	color: white;
	height: 31px;
	text-decoration: none;
	display: block;
	padding: 16px 24px 0 0;
}
#feature li a:hover {
	color: white;
	background-image: url('../images/red_arrow.gif');
	background-repeat: no-repeat;
	background-position: 147px; 
}

/*
#masterNav {
	position:relative;
	color: white;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 100;

}
#masterNav li {
	margin:0 0 2px 0;
	width: 170px;
	background-color: #004990;
	text-align: right;
	padding: 0 0 0 0;
	list-style: none;
}
#masterNav li.home{
	background-color: #A6B2C9;
}
#masterNav li.home a:hover {
	color: white;
	background-image: url('../images/lt_blue_arrow.gif');
	background-repeat: no-repeat;
	background-position: 147px; 
}

#masterNav li a {
	font-size: 1em;
	color: white;
	height: 21px;
	text-decoration: none;
	display: block;
	padding: 5px 24px 0 0;
}

#masterNav li a:hover {
	color: white;
	background-image: url('../images/blue_arrow.gif');
	background-repeat: no-repeat;
	background-position: 147px; 
}

.subMasterNav {
	color: white;
	position: absolute;
	left: 172px;
	margin: -26px 0 0 0;
	padding: 0;
	list-style: none;

}
.subMasterNav li{
	margin: 0 0 0 0;
	width: 190px;
	background-color: #004990;
	text-align: right;
	padding: 0 0 0 0;
	list-style: none;
	border-bottom: 2px solid #F0F0E2;
}

.subMasterNav li a {
	font-size: 1em;
	color: white;
	height: 21px;
	text-decoration: none;
	display: block;
	padding: 4px 24px 0 0;
}

.subMasterNav li a:hover {
	color: white;
	background-image: url('../images/blue_arrow.gif');
	background-repeat: no-repeat;
	background-position: 167px; 
}
*/

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 				FULLBROWSER ELEMENTS
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#fullbrowser {					/* Styles entire Fullbrowser */
	margin: 0;
	padding: 7px 0 7px 0;
	display: block;
    float: left;
	width: 275px;
	border: 0px solid;
	line-height:1.8em;
	}
	
#fullbrowser_large {					/* Styles entire Fullbrowser */
	margin:7px 7px 7px 0;
	display: block;
    float: left;
   	width: 570px;
	border: 0px solid;
	line-height:1.8em;
	}
	
#accompanyingbrowser {			/* styles accompnying browser, which is on the side of fullbrowser  */
	display: block;
	float:right;
	width:268px;
	margin:7px 0 7px 0;
	padding: 0 30px 0 0;
	border: 0px solid;
	vertical-align:top;
	}	

#accompanyingbrowser_VacantLand{			/* styles accompnying browser, which is on the side of fullbrowser  */
	display: block;
	float:right;
	width:150px;
	margin:7px 0 7px 0;
	padding: 0 30px 0 0;
	border: 0px solid;
	vertical-align:top;
	}	

#breadcrumbs {					/* Applies to the bread Crumbs in fb_Browse.asp & fb_ProductView.asp */
	color:inherit;
	background:#bebeee;
	padding:.5em;
	border:0px solid #ccc;
	}

#breadcrumbs a {
	color:#000;
	}

#breadcrumbs.file {
	display:none;
	}

#subCategoryListing {			/* Applies to subcategory listings in fb_Browse.asp */
	list-style:none;
	margin:0 0 0 1em;
	padding:0;
	}

#subCategoryListing li {		/* See Above */
	float:left;
	margin:.25em 0 0 0;
	padding:0.5em;
	border-left:1px solid #999;
	}
	
#GalleryView {
	display:inline; 
	width:80px; 
	float:left;
	font-size: 0.9em;
	letter-spacing: -0.1em;
	border-bottom: 0px solid;
	border: 0px;
	}

	
#GalleryView_withDetails {
	display:inline; 
	float: left;
	font-size: 0.9em;
	vertical-align:top;
	}	

#GalleryView_Details {
	display: inline;
	float: left;
	padding: 0px 5px 0px 5px;
	height: 100px;
	}

#GalleryView_Details table {
	width: 250px;
	margin:0em;
	padding:0px;
	line-height:0.9em;
	border-collapse:collapse;
	}
#GalleryView_Details td {
	padding:2px;
	border-bottom: 1px dashed #ccc;
	}	
	
#GalleryItemView_Image {
	position: relative;
	top: -30px;
	left: -10px;
	width:130px; 
	float:left;
	margin:0.25em 2em 0em 1em;	
	z-index: 50;
	}

#GalleryItemView_Image_Listing {
	position: relative;
	top: -40px;
	float:right;
	margin:0em -1.2em 0em 0em;	
	z-index: 50;
	border: 0px solid;
	}

#GalleryItemView_Details {
	display:inline; 
	position: relative;
	top: -50px;
	border: 0px solid;
	}

#GalleryItemView_Details h1{
	position: relative;
	font-size: 1.7em;
	}
	
#GalleryItemView_Details_Listing {
	display:inline; 
	position: relative;
	width: 230px;
	top: -20px;
	float:left;
	border: 0px solid;
	}

#ListingRow {
	clear: both;
	width: 400px;
	border-bottom:1px solid #ccc;
	height: 124px;
	border: 0px solid;
}

#ListingRow_Residential {
	clear: both;
	width: 580px;
	border-bottom:1px solid #ccc;
	height: 124px;
	border: 0px solid;
}

#Category_ListingItem_ImageArea {
	float: left;
	display: inline;
	width: 424px;
	border:0px solid;
}

#Category_ListingItem_SpecsArea {
	float: right;
	display: inline;
	width: 240px;
	border:0px solid;
	line-height: 1.2em;	
}

#Category_ListingItem_LinksArea {
	position: relative;
	left: 0px;
	float: right;
	display: inline;
	border:1px dashed #c0c0c0;
	line-height: 1.8em;
	height: 200px;
	width: 130px;
	background: transparent;
	margin: 5px 0 0 0;
	padding: 4px 2px 0 8px;
}


#Category_ListingItem_DescArea {
	float: left;
	display: inline;
	border:0px solid;
	width: 315px;
}

#Category_ListingItem_FeatureListArea {
	clear: both;
	width: 100%;
	float: left;
	display: inline;
	border:0px solid;
}


.browse form, #search form {	/* Applies to the Product Sort Form in fb_Browse.asp, fb_Search.asp */
	background:#ddd;
	border:1px solid #ccc;
	padding:0 1em;
	}

.browse select, #search select {	/* Applies to the Product Sort Form in fb_Browse.asp, fb_Search.asp */
	font-size:.9em;
	margin:0 1em 0 0;
	}

.cat_name {
	color:#777;
	}

#products {
	margin-top:20px;
	}

.prodListing {					/* Styles to each product listing in fb_Browse.asp, fb_Search.asp */
	width:135px;
	float:left;
	display:inline;
	margin:0 0 5px 5px;
	padding:0 6px 10px 6px;
	text-align:center;
	}

.prodListing h2 a{				/* Product Title */
	font-size:.75em;
	font-weight:bold;
	margin:0;
	padding:0;
	}

.prodListing h3 {				/* Product Price */
	color:#333;
	padding:0;
	margin:0;
	font-size:.9em;
	font-weight:normal;
	}

.prodListing h5 {				/* Product Code, Customization Options */
	float:right;
	text-align:left;
	margin:0;
	padding:3px 5px;
	}

.colorSwatch {
	text-align:center;
	clear:both;
	}
	
.colorSwatch table {
	margin:5px 3px 0 3px;
	padding:1px;
	border-collapse:separate;
	background:#fff;
	}	
	
.colorSwatch table td {
	margin:0;
	padding:0;
	}
	
.colorSwatch table td a {
	display:block;
	width:18px;
	height:18px;
	text-decoration:none;
	}

.colorSwatch table td a:hover {
	text-decoration:none;
	}

.colorSwatch table td a span {
	display:block;
	}

#featured_products .prodListing {
	width:135px;
	border-left:1px solid #ccc;
	}

#featured_products .cat_name {
	display:none;
	}

#featured_products .prodListing img {
	height:60px;
	}

#featured_products .prodListing h2 {
	padding:3px 0 0 0;
	}
	
#featured_products .prodListing h3 {
	display:none;
	}
	
.clear {						/* Used to clear the current line of Product Listings and move to the next in fb_Browse.asp, fb_Search.asp */
	clear:both;
	font-size:1px;
	line-height:1px;
	margin:0;
	padding:0;
	}

#viewProduct .colorSwatch {
	margin-left:10px;
	}

#viewProduct .colorSwatch table td a {
	height:30px;
	}
	
#viewProduct .label {			/* Customizes .label <spans> in fb_ViewProduct.asp */
	width:100px;
	}

#viewProduct h3 .formw {
	margin:3px 0 0 0;
	}

#viewProduct h5 .formw {
	margin:3px 0 0 0;
	}


#prodAttributes, #prodQty {
	border:1px solid #ccc;
	margin:1em;
	float:left;
	}

#prodAttributes {
	clear:both;
	}

#prodAttributes table {
	width:100%;
	margin:0;
	padding:0;
	}

#prodAttributes table td {
	margin:0;
	padding:3px;
	}

#prodAttributes td {
	margin:0;
	padding:0;
	vertical-align:bottom;
	}

.QtyRow {
	text-align:center;
	border-top:1px dashed #ccc;
	} 

#prodQty td {
	margin:0;
	padding:5px 4px 5px 4px;
	vertical-align:bottom;
	}

.darkHeading th {
	color:#fff;
	background:#666;
	}
	
#prodAttributes input {
	width:25px;
	font-size:10px;
	margin:0;
	padding:0;
	text-align:center;
	}

.infoBox {						/* Customizes Product Options, Related Products and Products Others Bought <div>'s in fb_ViewProduct.asp */
	color:inherit;
	background:#fff;
	border:1px solid #ccc;
	float:left;
	display:inline;
	width:40%;
	margin:1em;
	padding:1em;
	}

.infoBox h2 {					/* See Above */
	font-size:1em;
	color:#fff;
	background:#ccc;
	margin:0;
	padding:5px;
	}
	
#productImage {					/* Styles Product Image <div> in fb_ViewProduct.asp */
	text-align:center;
	margin:0;
	padding:0 1em 1em 0;
	width:180px;
	float:left;
	}

#productDescript {				/* Styles Product Description <div> in fb_ViewProduct.asp */
	margin:0;
	width:300px;
	float:right;

	}

#productImage {
	margin:2em 0 0 0;
	}

#productDetails {				/* Styles Product Options <div> in fb_ViewProduct.asp */
	clear:both;					/* SEE ALSO .infoBox for universal fb_ViewProduct.asp styles */
	background:transparent;
	}

#productDescript h2 {
	display:none;
	}

#productDescript p {
	clear:both;
	color:#777;
	font-size:.8em;
	padding:1em 0;
	}

#productDetails .formRow {
	color:#777;
	font-size:.8em;
	padding:0;
	}

#productDetails .label {
	width:65px;
	text-align:left;
	}

#color .label {
	margin-top:.6em;
	}

#size .label {
	margin-top:.6em;
	}

#qty .label {
	margin-top:.6em;
	}

#prodCoop {
	float:left;
	width:165px;
	}

#prodCoop ul {
	padding-top:.25em;
	list-style-image: url("/include/site/multimedia/images/checkMark.gif");
	}
#prodCoop .label {
	width:75px;
	}
	
#productEmbroidery {			/* Styles the Custom Embroidery Box in fb_ViewProduct.asp */
	float:right;
	display:inline;
	width:250px;
	margin:1em;
	padding:1em;
	}

#productEmbroidery ul {			/* See Above */
	list-style-image: url("/include/site/multimedia/images/checkMark.gif");
	margin:1em;
	}

#productRelatedProducts {
	float:left;
	width:165px;
	}

#addToCart {
	float:right;
	width:55%;
	border:none;
	}

#addToCart #itemNum {
	display:none;
	}

#addToCart #submit {
	float:left;
	width:40%;
	text-align:left;
	}

#cart p {						/* Customizes line items in fb_Cart.asp */
	margin:0;
	padding:0;
	}

#cart h2 {						/* Cart Subtotal */
	font-size:1em;
	text-transform:uppercase;
	}

#cart h3 {						/* Cart Line Item Titles */
	margin:5px 0;
	}

.subTotal {						/* Subtotal <tr> styles */=
	background:#eee;
	border:1px solid #ccc;
	}

#showShipping fieldset.infoBox,			/* Modifies color properties for the address fieldsets */
#showEditShipping fieldset.infoBox,
#showPayment fieldset.infoBox {
	color:inherit;
	background:transparent;
	}

#notes {						/* Styles the shipping options notes during the checkout process */
	width:90%;
	float:left;
	display:inline;
	}

#showSummary .label,			/* removed margins on the form elements in Summary & Receipt */
#showSummary .formw,
#showReceipt .label,
#showReceipt .formw {
	margin:0;
	}

#paymentMethod .label {
	width:100px;
	}

#orderTotals .label {			/* widens the ordertotal labels in Summary & Receipt */
	width:100px;
	margin-top:0px;
	}

#billingInfo h3 {
	margin:0;
	padding:5px 0 0 0;
	}

#orderDetail {					/* clears content above and provides spacing for the oder details in MultipleShipping, Summary & Receipt */
	clear:both;
	margin:1em;
	}

.orderByAddress {				/* per on each order orgainized by address in MultipleShipping, Summary & Receipt */
	width:95%;
	border:1px solid #ccc;
	margin:0 0 1em 0;
	padding:1em;
	}

.orderByAddress table {			/* table of data for orders organized by address in  MultipleShipping, Summary & Receipt */
	width:100%;
	margin:0;
	}

#showRegister .formRow {
	padding-top:1.25em;
	}

#showRegister .label {
	width:100px;
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 				FILE COMPONENT ELEMENTS
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.byFileCategory {
	padding: 0 1em 1em 1em;
	}

.byFileCategory .title {
	display:none;
	}

.byFileCategory p {
	line-height:1.5em;
	margin:1em 1em .5em 1em;
	clear:both;
	}

.byFileCategory .formRow {
	margin:2em;
	padding:0 0 0 3em;
	}

.byFileCategory .label {
	margin:0;
	padding:0;
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 				MINIBROWSER ELEMENTS
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.miniForm .formRow {			/* styles for the shopping cart & account login mini forms */
	padding:1px 3px;
	}

.miniForm .label {				/* modifies the width of labels on shopping cart & account login mini forms */
	width:50px;
	margin:0;
	}

.miniForm {						/* Styles miniForm divs universally */
	color:inherit;
	background:transparent url("/multimedia/images/prod_listing_bk.gif") no-repeat;
	width:165px;
	margin:.5em 0;
	float:left;
	display:inline;
	clear:both;
}

.miniForm form {				/* resets form spacing on search, shopping cart & account login mini forms */
	margin:0;
	padding:0;
	}

.miniForm h3 {					/* See Above */
	display:none;
	}
	
.miniForm h5 {					/* See Above */
	color:#333;
	font-size:.9em;
	font-weight:normal;
	}

	
#featuredItem {
	background: #eee url("/images/box/box_23.jpg") repeat-y;
}
	
#categoryNav ul {
	list-style:none;
	margin:0 0 0 .5em;
	padding:0;
	}

#categoryNav li {
	padding:.15em 0;
	}

#categoryNav a {
	color:#00f;
	background:transparent;
	font-weight:bold;
	font-size:.9em;
	}

ul#subCategoryNav {
	margin:0 0 .25em 1.5em;
	padding:0;
	}

#verisign {
	text-align:center;
	border:none;
	background:transparent;
	}
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 				DEALER LOCATOR ELEMENTS
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#locatorFrames {
	float:right;
	border:none;
	margin-left:0;
	}

#locatorForms {
	float:left;
	width:280px;
	margin-right:0;
	border:none;
	}
	
#locatorForms h3 {
	}
	
#locatorForms h5 {
	line-height:1.25em;
	}

#locatorForms form {
	padding-bottom:2em;
	}
	
#locatorForms .label {
	width:65px;
	}

#I1 {
	border:1px solid #aaa;
	}	
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 		NEWSLETTER SIGN-UP (customer) ELEMENTS
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#frmSubscribe {
	padding:1em;
	}

#frmSubscribe .label {
	width:150px;
	}