/* Systium Site
Site Layout and Design Styles
by Dan Moriarty, www.danmoriarty.com
Copyright 2008, All Rights Reserved

Last Modified: 
 */


/*========================*/	
/* =    BASE RULES      = */
/*=======================*/	

* {
	margin:0;
	padding:0;
	}

html{ font-size:100%; } /*this is for IE6*/

body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
	text-align:center;
	background: #91bcc6 url(../images/bg-body.gif) repeat-x;
	color:#000;
	}

a:link {
	color:#9C1E00;
	text-decoration:none;
	}

a:visited {
	color:#5B0F00;
	text-decoration:none;
	}
	
a:hover {
	color:#0022b6;
	text-decoration:underline;
	}

img a:link, img a:visited, img  {
	border:none;
	text-decoration:none;
	}

/* =====  CONTENT HOLDERS ===== */

#outerwrapper {
	margin:10px auto;
	width:930px;
	position:relative;
	background:url(../images/bg-outerwrap.gif) 0 66px no-repeat;
	}
	
#wrapper {
	text-align:left;
	margin:0 auto;
	width:860px;
	background:#fff;
	z-index:102;
	font-size:1.2em;
	border:1px dotted #333;
	}

#top {
	position:relative;
	width:820px;
	padding:10px 20px 5px 20px;
	}
	
#content {
	width:820px;		
	background:#fff;	
	padding:5px 20px 5px 20px;
	}
	
#maincol {
	float:right;
	width:600px;
	padding:10px 0;
	}

#maincol.narrow {
	width:360px;
	}

#maincol.wider {
	width:820px;
	float:left;
	}

#sidecol, #sidecol2 {
	float:left;
	width:180px;
	padding:10px;
	}	

#footer {
	text-align:center;
	clear:both;
	width:860px;
	margin:0 auto;
	padding:10px;
	}
	
form#search {
	float:right;
	margin:30px 0 5px 0;
	width:280px;
	padding:0;
	}

#cartlinks {
	float:right;
	padding:5px;
	margin:0 0 .3em 0;
		width:300px;
	text-align:right;
	}

#cartlinks ul {
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
	}
	
#cartlinks li { 
   margin:0;
   float: left;
   background:none;
   padding:0 .8em 0 .6em;
   border-right:1px solid #333;
	}	

/* ===== 3 BOXES FOR CALLOUTS ===== */

.calloutbox {
	float:left;
	margin-right:22px;
	width:175px;
	text-align:center;
	}
	
.callout-content {
	padding:10px;
		background: url(../images/bg-banner.gif) no-repeat;

	}
		
.calloutbox h4 {
	text-align:center;
	margin:0;
	padding:8px 0;
	font-size:110%;
	}
	
.calloutbox p {
	line-height:120%;
	}
	
		
/* ===== OTHER HOLDER DIVs ===== */


div.banner {
	float:left;
	width:176px;
	margin:5px 10px 5px 0;
	text-align:center;
	background: url(../images/bg-banner.gif) no-repeat;
	height:160px;
	overflow: visible;
	}
	
#product-highlights {
	clear:both;
	margin:10px 0 10px 0;
	
	}

#productnav {
	border:1px dotted #333;
	padding:5px;
	}


.newsbox {
	background:#ddd;
	margin:1em 0;
	}

.newsbox h5 {
	background:url(../images/bg-calloutbox.gif) repeat-x;
	padding:8px;
	text-align:left;
	}

.newsbox a {
	display:block;
	margin:0 0 .2em 0;
	}
	
/* ===== PAGE SPECIFIC ===== */

body#indexHomeBody #categories, body#checkoutshippingBody .important {
	 display:none;
	 /*hiding categories for home page*/
	 }
	 
/* ===== TYPE ===== */

h1 { font-size:280%; }
h2 { font-size:210%; }
h3 { font-size:150%; }
h4 { font-size:130%; }
h5 { font-size:110%; }
h6 { font-size:100%; }


	
h1.siteheader { /*this is top type header*/
	margin:0;
	padding:0px 0 0 20px;	
	float:left;

	}
	

h1.siteheader a:link, h1.siteheader a:visited, h1.siteheader a:hover	{
	display:block;
	text-decoration:none;
	background: url(../images/logo.gif) no-repeat 0 30px;	
	text-indent:-5000px;
	height:72px;
	width:178px;

	}


h1 {
	color:#00A0C6;
	margin:0 0 .3em 0;
	letter-spacing:-1px;

	}

h2 {
	margin:.8em 0 .3em 0;
	letter-spacing:-1px;
	color:#00A0C6;
	font-weight:normal;
	}
	
	
h3 {
	color:#333;
	margin:1em 0 .8em 0;
	}
	
h4 {
	color:#000;
	margin:.8em 0 .4em 0;
	}
	
p {
	line-height:150%;
	margin:.2em 0 .6em 0;
	}

/*dealing with SM */
sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
	}

sup {
	bottom: 1ex;
}


/* lists */

ul, ol {
	margin:.6em 0 .6em 1.2em;
	padding:0;
	}

li {
	padding-left:.2em;
	margin:.3em 0;
		list-style-position:inside;

	}

li li {
	background-image:none;
	list-style:circle;
	}

li p {
	margin:0;
	display:inline;
}


#footer li {
	background:none;
	padding-left:0;
	}
	
	
		
dl {
	margin:.6em 0 1em 0;
	padding:5px 0;
	}

dt {
	font-weight:bold;
	font-size:110%;
	margin:.6em 0;
	}

dd {
	margin:0 0 0 1.6em;
	padding:0;
	line-height:120%;
	}

#sidecol ul {
	margin:.8em 0;
	padding:0;
	}

#sidecol li {
	margin:.5em 0;
	padding-left:20px;
	color:#333;
	}


#categories ul li, ul#featurelist li {
	background: url(../images/bg-bullet.gif) no-repeat 0px 1px;
	list-style:none;
	padding:0 0 0 20px;
	list-style-position: outside;
		
	}

ul#featurelist li {
}

/* ===== tables ==== */
		
table {
	border:none;
	}

th {
	background:#91bcc6;
	}

td {
	padding:.4em;
	vertical-align:top;
	background:#eee;
	}




/* --- FORM STYLES ==== */

form, select {
display:inline;
font-size:1em;
margin:0.5em;
}
fieldset {
border:1px solid #CCCCCC;
margin:1em 0;
padding:10px;
}

legend {
color:#666666;
font-size:110%;
font-weight:bold;
}

label {
clear:right;
display:block;
}

#categoriesselectContent select {
font-size:0.9em;
}

option {
padding-right:0.5em;
}

input {
margin:0.3em 0.5em;
}

html > body input[type="checkbox"], html > body input[type="radio"] {
	clear:both;
	float:left;
}
html > body .checkboxLabel, html > body .radioButtonLabel {
	float:left;
	margin:0 0.2em 0.5em 0;
}
.ratingRow input[type="radio"] {
	float:none;
	margin:0 0.5em;
}
textarea {
	display:block;
	margin:auto;
	width:97%;
}

input:focus, select:focus, textarea:focus {
background:#F3F9E1 none repeat scroll 0 0;
}
h4.optionName {
line-height:1.5em;
padding-right:1em;
}
label.inputLabel {
float:left;
margin:0.3em 0;
width:85%;
}

label.inputLabelPayment {
float:left;
padding:0.5em;
width:15em;
}
#checkoutpaymentBody input[type="radio"] {
margin:15px 0;
}
#checkoutpaymentBody .radioButtonLabel {
padding:10px;
}
label.selectLabel, label.switchedLabel, label.uploadsLabel {
float:left;
width:12em;
}

address {
font-style:normal;
padding-right:40px;
}
#sorter, #indexProductList select {
float:right;
text-align:right;
}

#indexProductList .inputLabel {
text-align:right;
width:100%;
}

#sorter select, #indexProductList select {
margin:0 0.1em;
}

.clearBoth {
clear:both;
font-size:0;
height:0;
line-height:0;
margin:0;
padding:0;
}
.clearfix:after {
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;
}
.clearfix {
display:inline-block;
}
* html .clearfix {
height:1%;
}
.clearfix {
display:block;
}

hr {
border-color:-moz-use-text-color -moz-use-text-color #9A9A9A;
border-style:none none solid;
border-width:medium medium 1px;
height:1px;
margin:0.5em 0;
}

div#contactform fieldset {
	float:left;
	width:300px;
	margin-right:10px;
	}
	


div#contactinfo p {
	margin:.6em 0 1.2em 0;
	line-height:150%;
	}


/* ===== SPECIAL TYPE RULES ======== */

.centerColumn h1 {
	font-size:240%;
	line-height:110%;
	margin:0 0 .2em 0;
}

h1#productName {
	margin:.4em 0;
	}
	
h2#productPrices {
	font-size:130%;
	font-weight:bold;
	margin:.2em 0;
	}
	
#categoryIcon {
	font-size:240%;
	font-weight:bold;
	line-height:110%;
	margin:0 0 .5em 0;	
	padding:0 .3em;
	border-bottom:1px solid #333;
	color:#4d342f;
	}	
	
h1#moreNewsHeading, h1#newsArchivHeading {
	font-size:180%;
	}

div.newsInfo {
	font-style:italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

.newsContent {
	line-height:140%;
	}

/* ==== INDIVIDUAL PRODUCT PAGE ==== */

#productDescription {
	clear:left;
	padding-top:10px;
	}

#productDescription ul {

	margin:.5em 0 1em 2em;
	padding:0;
	list-style:inside;
	}

ul#productDetailsList, ul#productDetailsList li, #productDescription li {
	padding-left:0;
	margin-left:0;
	background-image: none;
	/*no custom bullet for these guys*/
	}

#cartAdd {
	}
	
#productMainImage {
	padding-right:20px;
	padding-top:8px;
	}
	
/* ========== MISC CLASSES ========== */


.bigger {
	font-size:110%;
	}

.smaller {
	font-size:90%;
	}

.clearout {
	clear:both;
	height:0;
	line-height:0;
	}

.floatleft {
	float:left;
	padding:0 20px 20px 0;
	}
	
.floatright {
	float:right;
	padding:0 20px 20px 0;
	}	


div.halfleft {
	float:left;
	width:49%;
	}

div.halfright {
	float:right;
	width:49%;
	}

.highlighted {
	color:#2139a5;
	background:#fff;
	padding:5px;
	border-bottom:1px solid #333;
	margin:1em 0;
	}

p.linkbutton {
	background:#9c1e00;
	color:#fff;
	padding:.6em;
	float:right;
	margin:-10px .4em .8em .4em;
	line-height:100%;
	}

.buybutton {
	background:#9c1e00;
	color:#fff;
	padding:5px;
	width:100px;
	}

.buybutton a {
	color:#fff;
	font-weight:bold;
	}
	
.linkbutton a:link, .linkbutton a:visited {
	color:#fff;
	}	


/* ===== CATEGORY LISTINGS ON SIDE ====== */
	




/* === PRODUCT LISTINGS PAGE === */

div.productListing {
	text-align:center;
	}
	
.productListing-data {
	border-bottom:1px solid #000000;
	margin:15px;
	padding:15px;
	}
	
.productListing-heading {
	border-bottom:1px solid #000000;
	padding:5px;
	}
	
.productListing-heading a {
	border:none;
	}

h3.itemTitle {
	margin:.3em 0 0 0;
	font-weight:normal;
	padding:0;
	}

#categoryImgListing {	
	display:none;
	}
	
		
/* CATEGORIES AS BOXES IN GRID */

.categoryListBoxContents  {
	float:left;
	width:176px;
	margin:5px 10px 5px 0;
	text-align:center;
	background: url(../images/bg-banner.gif) no-repeat 50% 50%;
	height:130px;
	overflow: visible;
	padding:25px 5px 5px 5px;
	}

.categoryListBoxContents a {
	font-size:110%;
	padding:5px;
	}

.centerBoxContentsProducts {
	float:left;
	}

.centerBoxContentsProducts img {
		
		padding:5px;
		margin:10px 10px 0 0;
		border:1px solid #ddd;
		}
	

.productlistingWrap {
/*this holds each rows of products, and ensures that no matter how tall a row gets, the next row will clear it */
	float:left;
	clear:both;
	width:600px;
	margin:.3em 0;
	}	
	


		
/* == SEARCH BOX ===== */

#navMainSearch {
	margin:0 auto;
	float:right;
	clear:right;
	text-align:right;
	padding:.3em 0;
	}
	
#navMainSearch input {
	margin:0 auto;
	text-align:right;
	padding:2px 5px;
	}
	
#navMainSearch input[type=text] {
   	margin: 2px 0 0 1em;
   	}

#navMainSearch input.topSearch{
   	margin: 0 0 5px 2px;
   	padding: 0 0 0 0;
   	vertical-align: bottom;
   	}
	
#navBreadCrumb {
	text-align:left;
	padding:.2em;
	}
	
#navBreadCrumb a {
	padding:.2em;
	}
	
#navBreadCrumb {
	font-size:90%;
	}


/* === BOTTOM LIST OF LINKS ==== */

#navSupp ul, #bottomLine ul {
	list-style-type:none;
	text-align:center;
	line-height:1.5em;
	padding: 0.3em 0;
	margin:0;
	}
	
#navCatTabs ul {
	list-style-type:none;
	text-align:center;
	margin:0;
	}
	
#navMainLinks ul {
	list-style-type:none;
	text-align:center;
	line-height:1.5em;
	padding: 0.2em 0;
	margin:0;
	}
	
#navSupp li, #navCatTabs li, #navMainLinks li, #bottomLine li {
	display:inline;
	padding:0 0.2em;
	margin:0;
	}

#navSupp ul li a:link, #navCatTabs ul li a:link, #bottomLine ul li a:link, #bottomLine ul li a:visited {
	margin:0;
	white-space:nowrap;
	display:inline;
	font-weight:bold;
	width:0;
	color:#000;
	}
	

/* ==== news box styles ==== */

.newsbox div {
	padding:8px;
	}
	

.newsInfo {
  text-align: left;
  font-style: normal;
	}

.newsContent {
	font-size: 1.0em;
}

#newsArchivTitleHeading {
	text-align: left;
	}

#newsArchivDateHeading {
	text-align: right;
	}



/* === EXTRA STYLES, For Advanced Search page, etc. === */
.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto  {
	margin: 0;
	width: 45%;
	}
	
	#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}


/* TOC div */
#navEZPagesTOCWrapper {
	font-weight:bold;
	float:right;
	height:1%;
	border:1px solid #ddd;
	background:#fff;
	margin:0 0 0 10px;
	padding:5px;
	}
	
	h2#ezPagesTOCHeading {
		margin:0;
		font-size:130%;
		border-bottom:1px solid #333;
		}
		

#navEZPagesTOC ul {
	margin:0;
	padding: 0.5em 0;
	list-style-type:none;
	line-height:1.5em;
	}

#navEZPagesTOC ul li {
	white-space:nowrap;
	background:none;
	padding-left:0;
	}

#navEZPagesTOC ul li a {
	padding:0 0.5em;
	}


/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #000000;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/* other styles for the store */


#contactUsForm, #customerSignupContent {
	width:400px;
	}
	

div#productsListingTopNumber {
	padding:5px 0;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	
	}

div#productsListingBottomNumber {
	border-top:1px solid #ccc;
	padding:5px 0;
	}

div.navSplitPagesResult {
	clear:both;
	width:100%;
	
	}

.navNextPrevList {
	display:inline;
	white-space:nowrap;
	padding:0 1em;
	list-style-type:none;
	position:relative;
	}
		
.centeredContent {
	text-align:center;
	}
	
h2.centerBoxHeading {
	margin:.4em 0;
	padding:0.3em;	
	font-size:180%;
	background:#ddd;
	clear:both;
	}

.back {
	float:left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight:bold;
	}

.rowOdd {
	background:#E8E8E8;
	height:1.5em;
	vertical-align:top;
	}

.rowEven {
	background:#F0F0F0;
	height:1.5em;
	vertical-align:top;
	}

.hiddenField {
	display:none;
	}
	
.visibleField {
	display:inline;
	}

hr {
	height:1px;
	margin:0.5em 0;
	border:none;
	border-bottom:1px solid #9a9a9a;
	}