﻿/* 
' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
' Title			: ACTIVEA | Master Stylesheet
' Description	: This page contains overall styles for the entire site
'				  *INCLUDING* each Enterprise Component (File, Commerce, etc.)
'				: STORE : FIRST SUPPLY - 329
' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
' History
' 08/24/2005	: David Ellenwood - Created Page
' 10/27/2005	: David Ellenwood - Modifications for First Supply QBS
'
' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 				HTML <tag> REVISIONS
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
   
html {}
 
body {
	background:#6EBB1F url(multimedia/images/body_bk.gif);
	color:#333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height:1.25;
	margin:0;
	padding:0 0 50px 0;
	}

a {
	color:#095AA6;
	text-decoration:none;
	font-weight:normal;
	background:transparent;
	}

a:hover {
	color:#39f;
	text-decoration:underline;
	}

a:active {
	color:#39f;
	background:transparent;
	}

a:visited {
	}
	
img {
	border:none;
	padding:0;
	margin:0;
	}

h1,h2,h3,h4,h5,h6,p {margin:0; padding:0;}
	
h1 {
	color:#095AA6;
	font-size:1.5em;
	line-height:1;
	margin:.75em 0 0 0;
	}

h2 {
	font-size:1.25em;
	line-height:1;
	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:1;
	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:1;
	text-align:left;
	font-weight:normal;
	background:#fff;
	border-bottom:1px solid #C6E2FF;
	}

td {
	vertical-align:top;
	padding:4px;
	}

hr {
	border:none;
	background:transparent;
	}

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 importnat info, errors, corrections, problems, etc. */
 	color:#f00;
 	font-weight:bold;
	text-transform:uppercase;
	}

.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 #C6E2FF;
	}
	
.borderBot {					/* Adds a border along the bottom of any element */
	border-bottom:1px solid #C6E2FF;
	}

.formRow {						/* DIV Used to contain an individual <form> label/field pair */
  clear: both;
  padding:5px 0;
  width:200px;
  }

.formRow .label {				/* SPAN style for <form> element labels */
  float: left;
  width: 73px;
  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:#E4F1FF;
	}

.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;
	}

.descript {
	font-size:.9em;
	color:#666;
	font-style:italic;
	}
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 			HEADER AND FOOTER STYLES
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


#masthead {						/* Site Header */
	padding:0 0 0 75px;
	}

#masthead #mastImage {
	position:absolute;
	margin:12px 0 0 57px;
	}

#footer {						/* Site Footer */
	clear:both;
	color:inherit;
	/* background:transparent url(/include/site/multimedia/images/footer_bk.gif) bottom left no-repeat; */
	padding:0;
	text-align:center;
	margin:0 0 0 103px;
	width:620px;
	}

#footer h5 {
	padding:14px 18px;
	}
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 				MASTER LAYOUT <div>'s
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#outerWrap {
	background:url(multimedia/images/outerWrap_bk.gif) repeat-y;
	margin-right:auto;
	margin-left:auto;
	width:816px;
	}

#colm1 {						/* Contains Fullbrowser, main content */
	float:left;
	display:inline;
	width:400px;
	margin:0 0 0 210px;
	}
	
#colm3 {						/* Contains the Left side navigation in First Supply */
	float:right;
	display:inline;
	width:194px;
	margin:0 -2px 0 0;
	text-align:left;
	padding:0;
	}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 				FULLBROWSER ELEMENTS
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#fullbrowser {					/* Styles entire Fullbrowser */
	margin:.5em;
	clear:both;
	font-size:1.1em;
	}

#breadcrumbs {					/* Applies to the bread Crumbs in fb_Browse.asp & fb_ProductView.asp */
	color:#095AA6;
	background:url("/include/site/multimedia/images/breadcrumbs_bk.gif") no-repeat;
	margin:2em 0 0 0;
	padding:.9em 1em 1em 1.25em;
	}

#breadcrumbs a {
	color:#095AA6;
	text-decoration:underline;
	}

#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;
	}

.page_sort {
	background:#eee;
	border:1px solid #095AA6;
	padding:.25em .25em .5em .25em;
	}

.cat_name {
	margin:1em 0 .25em 0;
	}

#fileListing dt {
	margin:1em 0 .5em 0;
	padding:0;
	}

#fileListing dt a {
	font-weight:bold;
	}

#fileListing dd {
	margin:0 0 0 1em;
	padding:0;
	}
	
.browse form, #search form {	/* Applies to the Product Sort Form in fb_Browse.asp, fb_Search.asp */
	background:#bebeee;
	border:1px solid #095AA6;
	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;
	}

.prodListing {					/* Styles to each product listing in fb_Browse.asp, fb_Search.asp */
	color:inherit;
	background:#fff url("multimedia/images/prod_listing_bk.gif") no-repeat;
	width:170px;
	float:left;
	display:inline;
	margin:.25em;
	padding:10px;
	text-align:center;
	height:200px;
	border:1px solid #C6E2FF;
	}

.prodListing h2 a{				/* Product Title */
	font-size:.8em;
	line-height:1.25;
	font-weight:bold;
	margin:0;
	}

.prodListing h3 {				/* Product Price */
	color:#333;
	padding:0;
	margin:0;
	font-size:1.1em;
	}

.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;
	}
	
.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 #C6E2FF;
	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 #C6E2FF;
	} 

#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 #C6E2FF;
	float:left;
	display:inline;
	width:40%;
	margin:.5em 0 1em .25em;
	padding:.5em;
	}

.infoBox h2 {					/* See Above */
	font-size:1em;
	color:#fff;
	background:#C6E2FF;
	margin:0;
	padding:5px;
	}
	
#productImage {					/* Styles Product Image <div> in fb_ViewProduct.asp */
	text-align:center;
	margin:2em 0 0 0;
	padding:0 1em 1em 0;
	width:200px;
	float:left;
	}

#productDetails {				/* Styles Product Options <div> in fb_ViewProduct.asp */
	background:transparent;		/* SEE ALSO .infoBox for universal fb_ViewProduct.asp styles */
	float:left;
	width:150px;
	margin:2em 0 0 2em;
	}

#productDetails .formRow {
	width:150px;
	margin:0;
	padding:0;
	}

#productDetails .label {
	width:55px;
	}

#color .label {
	margin-top:.6em;
	}

#size .label {
	margin-top:.6em;
	}

#qty .label {
	margin-top:.6em;
	}

#productDescript {				/* Styles Product Description <div> in fb_ViewProduct.asp */
	float:left;
	clear:both;
	width:100%;
	}

#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:left;
	 clear:both;
	 width:90%;
	 padding:1em;
	 margin:0;
	 color:inherit;
	 background:#fff;
	 }

#addToCart #itemNum {
	color:#999;
	background:transparent;
	float:left;
	width:40%;
	padding:3px 0 0 0;
	}

#addToCart #submit {
	float:right;
	width:40%;
	text-align:right;
	}

#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:#fff;
	border:1px solid #C6E2FF;
	}

#showShipping fieldset.infoBox,			/* Modifies color properties for the address fieldsets */
#showEditShipping fieldset.infoBox,
#showPayment fieldset.infoBox {
	color:inherit;
	background:#fff;
	}

#showPayment fieldset.infoBox,
#showSummary .infoBox,
#showReceipt .infoBox {
	width:80%;
	padding:1em;
	}

#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;
	}

#orderTotals .label {			/* widens the ordertotal labels in Summary & Receipt */
	margin-top:0px;
	width:130px;
	}

#billingInfo .label {
	width:65px;
	}

#orderDetail {					/* clears content above and provides spacing for the oder details in MultipleShipping, Summary & Receipt */
	clear:both;
	background:#fff;
	}

.orderByAddress {				/* per on each order orgainized by address in MultipleShipping, Summary & Receipt */
	width:81%;
	border:1px solid #C6E2FF;
	padding:1em;
	}

.orderByAddress table {			/* table of data for orders organized by address in  MultipleShipping, Summary & Receipt */
	width:100%;
	margin:0;
	}

#showRegister h5 {
	display:inline;
	}

#showLogin .formRow,
#showRegister .formRow {
	width:400px;
	}

#showRegister .formRow {
	padding-top:1.25em;
	}

#showLogin .label,
#showRegister .label {
	width:85px;
	}

#showLogin .formw,
#showRegister .formw {
	width:300px;
	}

#showRegister input {
	width:250px;
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 				MINIBROWSER ELEMENTS
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

ul#masterNav {
	background:#39f url("multimedia/images/masterNav_bk.gif") repeat-y;
	list-style:none;
	margin:0;
	padding:0 15px 0 20px;
	}

#masterNav li {
	padding:.15em 0;
	}

#masterNav a {
	color:#fff;
	font-weight:bold;
	padding:0 0 3px 0;
	line-height:1.5;
	}

#masterNav a:hover {
	background:url("multimedia/images/categoryNav_underline.gif") bottom left no-repeat;
	text-decoration:none;
	}

#subCategoryNav {
	margin:0 0 .25em 1.5em;
	padding:0;
	}

#verisign {
	text-align:center;
	border:none;
	background:transparent;
	}

#given {
	margin:0 0 0 -2px;
	}

#given table {
	margin:0;
	padding:0;
	border:0;
	}
#given table td {
	margin:0;
	padding:0;
	}
	
#given #meterBack {
	color:#f00;
	background:url("/include/site/multimedia/images/charityMeter_05.gif") repeat-y;
	font-size:20px;
	font-weight:bold;
	padding:77px 0 36px 45px;
	}

#given #meterBack p {
	margin:0;
	padding:0;
}

#account {
	margin:0 0 2em -2px;
	}

#AccountStatus {
	list-style:none;
	margin:0;
	padding:0 0 0 1.25em;
	background:url("/include/site/multimedia/images/accountStatus_05.gif") repeat-y;
	}

#AccountStatus li {
	padding:.35em 0;
	margin:0 0 0 .5em;
	}

li#viewCartButton {
	padding-bottom:0;
	margin:0;
	}

li#viewCartContents {
	margin:-4px 0 0 0;
	padding:6px 0 7px 10px;
	background:url("/include/site/multimedia/images/accountButtons_11.gif") no-repeat;
	}

#submittedStoriesNav {
	list-style:none;
	margin:0;
	padding:0 0 0 1.25em;
	background:url("/include/site/multimedia/images/accountStatus_05.gif") repeat-y;
	}

#submittedStoriesNav li {
	padding-left:.5em;
	}
	
#submittedStoriesNav li a {
	font-weight:bold;
	color:#fff;
	}

#showAddImage {
	width:375px;
	margin-left:10px;
	}
	
#showAddImage .formRow {
	width:300px;
	}