/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body {
  min-width: 1190px;
}

/* Containers
----------------------------------------------------------------------------------------------------*/
.container_14 {
	margin-left: auto;
	margin-right: auto;
	width: 1190px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/


.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}



.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12,
.push_13, .pull_13,
.push_14, .pull_14 {
	position:relative;
}


/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 14 Columns
----------------------------------------------------------------------------------------------------*/


.container_14 .grid_1 {
	width:65px;
}

.container_14 .grid_2 {
	width:150px;
}

.container_14 .grid_3 {
	width:235px;
}

.container_14 .grid_4 {
	width:320px;
}

.container_14 .grid_5 {
	width:405px;
}

.container_14 .grid_6 {
	width:490px;
}

.container_14 .grid_7 {
	width:575px;
}

.container_14 .grid_8 {
	width:660px;
}

.container_14 .grid_9 {
	width:745px;
}

.container_14 .grid_10 {
	width:830px;
}

.container_14 .grid_11 {
	width:915px;
}

.container_14 .grid_12 {
	width:1000px;
}

.container_14 .grid_13 {
	width:1085px;
}

.container_14 .grid_14 {
	width:1170px;
}




/* Prefix Extra Space >> 14 Columns
----------------------------------------------------------------------------------------------------*/


.container_14 .prefix_1 {
	padding-left:85px;
}

.container_14 .prefix_2 {
	padding-left:170px;
}

.container_14 .prefix_3 {
	padding-left:255px;
}

.container_14 .prefix_4 {
	padding-left:340px;
}

.container_14 .prefix_5 {
	padding-left:425px;
}

.container_14 .prefix_6 {
	padding-left:510px;
}

.container_14 .prefix_7 {
	padding-left:595px;
}

.container_14 .prefix_8 {
	padding-left:680px;
}

.container_14 .prefix_9 {
	padding-left:765px;
}

.container_14 .prefix_10 {
	padding-left:850px;
}

.container_14 .prefix_11 {
	padding-left:935px;
}

.container_14 .prefix_12 {
	padding-left:1020px;
}

.container_14 .prefix_13 {
	padding-left:1105px;
}



/* Suffix Extra Space >> 14 Columns
----------------------------------------------------------------------------------------------------*/


.container_14 .suffix_1 {
	padding-right:85px;
}

.container_14 .suffix_2 {
	padding-right:170px;
}

.container_14 .suffix_3 {
	padding-right:255px;
}

.container_14 .suffix_4 {
	padding-right:340px;
}

.container_14 .suffix_5 {
	padding-right:425px;
}

.container_14 .suffix_6 {
	padding-right:510px;
}

.container_14 .suffix_7 {
	padding-right:595px;
}

.container_14 .suffix_8 {
	padding-right:680px;
}

.container_14 .suffix_9 {
	padding-right:765px;
}

.container_14 .suffix_10 {
	padding-right:850px;
}

.container_14 .suffix_11 {
	padding-right:935px;
}

.container_14 .suffix_12 {
	padding-right:1020px;
}

.container_14 .suffix_13 {
	padding-right:1105px;
}



/* Push Space >> 14 Columns
----------------------------------------------------------------------------------------------------*/


.container_14 .push_1 {
	left:85px;
}

.container_14 .push_2 {
	left:170px;
}

.container_14 .push_3 {
	left:255px;
}

.container_14 .push_4 {
	left:340px;
}

.container_14 .push_5 {
	left:425px;
}

.container_14 .push_6 {
	left:510px;
}

.container_14 .push_7 {
	left:595px;
}

.container_14 .push_8 {
	left:680px;
}

.container_14 .push_9 {
	left:765px;
}

.container_14 .push_10 {
	left:850px;
}

.container_14 .push_11 {
	left:935px;
}

.container_14 .push_12 {
	left:1020px;
}

.container_14 .push_13 {
	left:1105px;
}



/* Pull Space >> 14 Columns
----------------------------------------------------------------------------------------------------*/


.container_14 .pull_1 {
	left:-85px;
}

.container_14 .pull_2 {
	left:-170px;
}

.container_14 .pull_3 {
	left:-255px;
}

.container_14 .pull_4 {
	left:-340px;
}

.container_14 .pull_5 {
	left:-425px;
}

.container_14 .pull_6 {
	left:-510px;
}

.container_14 .pull_7 {
	left:-595px;
}

.container_14 .pull_8 {
	left:-680px;
}

.container_14 .pull_9 {
	left:-765px;
}

.container_14 .pull_10 {
	left:-850px;
}

.container_14 .pull_11 {
	left:-935px;
}

.container_14 .pull_12 {
	left:-1020px;
}

.container_14 .pull_13 {
	left:-1105px;
}




/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix {
  zoom: 1;
}
	
.ui-widget {
  font-family: Lucida Grande, Lucida Sans, Verdana, Arial, sans-serif;
  font-size: 13px;
}

#bodyWrapper {
overflow:hidden;
}

#bodyContent {
}

#header {
  height: 60px;
}

#storeLogo {
  float: left;
  margin-top: 5px;
}

#headerShortcuts {
  float: right;
  margin-top: 15px;
}

#columnLeft {
  padding-top: 5px;
}

#columnRight {
  padding-top: 5px;
}

.infoBoxContainer { }

.infoBoxHeading {
  padding: 2px;
  font-size: 13px;
}

.infoBoxContents {
  padding: 5px;
  font-size: 13px;
  line-height: 1.5;
}

.contentContainer {
  padding-bottom: 12px;
   background: #ffffff;
  
}

.contentContainer h2 {
  font-size: 15px;
 background: #ffffff;
  font-weight: bold;
  margin-bottom: 0;
  padding: 4px;
}

.contentText, .contentText table {
  padding: 5px 0 5px 0;
  font-size: 13px;
  line-height: 1.5;
}

.productListTable {
  padding: 5px;
  font-size: 13px;
  line-height: 1.5;
}

.productListTable tr.alt td {
  background-color: #ecf6fc;
}

.fieldKey {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
  width: 150px;
}

.fieldValue {
  font-size: 13px;
  line-height: 1.5;
}

h1 {
  font-size: 20px;
  margin-bottom: 0;
  padding-bottom: 5px;
}

img {
  border: 0;
}

table, p {
  font-size: 13px;
  line-height: 1.5;
}

#piGal ul {
  list-style-type: none;
}

#piGal img {
  -webkit-box-shadow: 0px 0px 1px #000;
  -moz-box-shadow: 0px 0px 1px #000;
}

#piGal .outer {
  margin-left: -30px;
}

.buttonSet {
  clear: both;
}

.buttonAction {
  float: right;
}

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 12px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 12px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 12px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 12px; color: #ff9c00; text-decoration: underline; }

A {
  color: #069;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #e1983a;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #e1983a;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #e1983a;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #e1983a;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #e1983a;
}

.infoBoxNotice {
  background: #e1983a;
}

.infoBoxNoticeContents {
  background: #e1983a;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #ffffff;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #e1983a;
  border-spacing: 1px;
}

.productListingHeader {
  table-layout: fixed;
  color: #FFFFFF;
  font-weight: bold;
}

.productListingHeader A:hover {
  color: #FFFFFF;
}

.productListingData {
  table-layout: fixed;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #e1983a;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #fefda2; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 12px; font-weight:bold; color: #047; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 12px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 12px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 12px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #ff0000; }

/* buttons */

.tdbLink a { }

.tdbLink button { }

/* account link list */

.accountLinkList {
  list-style-type: none;
  margin: 2px 2px 2px 12px;
  padding: 5px;
}

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

/* DWD Contribution -> Add: Browse by Categories. */

UL.BrowseBy {
  list-style-type: disc;
  list-style-position: inside;

  list-style: none;
  margin-left: 1em;
  padding-left: 2em;
  text-indent: -1em;
} /* UL.BrowseBy */

LI.BrowseBy {

} /* LI.BrowseBy */
TD.tab {
	background-color: Navy;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: smaller;
	}
		
A.tab {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	text-decoration : none;
	}
A.tab:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	color: #ffcc00;
	text-decoration : none;
}
TD.ontab {
	background-color: #bbc3d3;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	}

A.headerLink {
	background-color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	color: #000099;
	text-decoration : none;
}
A.headerLink:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	color: #99ccff;
	text-decoration : none;
}
A.ontab {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-style: normal;
 font-weight: bold;
 font-size: 12px;
 color: #3184B5;
 text-decoration : none;
}
