/* The reason for this is to prevent "centering jumps" when navigating back and forth between pages with enough content to have a vertical scroll bar and pages that do not. */
html {
       overflow-y: scroll;
}

body         { font-family: verdana,arial,helvetica,sans-serif; 
					background-color:  white; 
               	color: black; 
               	font-size: 16px; 
								margin: 0px;
}

#whole-page {
	/* Future Enhancement for Fluid Layout.
	min-width:778px; 
	max-width:1000px;
	*/
	width:1000px;
	margin:0 auto;
	padding:0px 0px 0px 0px;
	text-align:left;
}

#header {
padding: 0x;
margin: 0px;
}

#HeaderBanner {
	font-family: verdana,arial,helvetica,sans-serif; 
  color: red; 
	text-align:center;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	width: 1000px; 
	margin-left:auto; 
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
#HeaderBanner	a:link              { color: red; text-decoration:underline; }
#HeaderBanner	a:visited           { color: red; text-decoration: underline; }
#HeaderBanner	a:hover             { color: red; text-decoration:none; }
#HeaderBanner	a:active            { color: red; text-decoration:underline; }	

#BreadCrumbsBox{
	padding: 2px;
	width:990px; 
	margin-left:auto; 
	margin-right: auto;
	background-color: #FFF;
}

.BreadCrumbs   { font-family: verdana,arial,helvetica,sans-serif; 
					color: black; 
					font-size: 10pt;
					font-weight: normal;}

.CustSvcBox { 
padding-left: 5px; 
padding-right: 5px;
}

#navigation{
width: 140px;
padding: 5px;
margin-top: 0px;
float: left;
background:#CCCCFF;
}

#content {
width: 1000px;
padding: 5px;
float:left;
font-family: verdana,arial,helvetica,sans-serif; 
color: black; 
font-size: 10pt;
overflow:hidden;
}

#contentnolefter {
width: 990px;
padding: 5px;
float:right;
font-family: verdana,arial,helvetica,sans-serif; 
color: black; 
font-size: 10pt;
}
			
#footer {
clear:both;
padding: 0px;
margin: 0px;
}

/* This fixes an IE bug */
* html #footer {
		height:1px;
	}
			
form { margin-bottom: 0 ; } 	

.WishListBox {
	border: 1px solid #000000;
	margin: 1px 1px 1px 1px;
	padding: 0px;
	width: auto;} 
	
.HeaderBox {
	border: 1px solid #000000;
	margin: 1px 1px 1px 1px;
	padding: 0px;
	width: 775px; 
	margin-left:auto; 
	margin-right: auto
	} 	
.HeaderBoxDiv {
	border: 1px solid #000000;
	margin: 1px 1px 1px 1px;
	padding: 0px;
	width: 1000px; 
	margin-left:auto; 
	margin-right: auto
	} 	
	
.CartBox {
	border: 1px solid #000000;
	margin: 0px;
	padding: 10px 2px 10px 2px;
} 

.CartActionBoxOuter {
	border: 0px;
	margin: 0px;
	padding: 0px;
/*	height: 28px; 
	position:relative;*/

} 		
.CartActionBoxInner {
	border-top: 0px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	padding: 5px;
	background-color: #F2F2F2;
	/*top:50%; */
	margin-top:-14px;
	text-align:center
} 	
	
#SteelNavelWay {
	width: 500px;
	padding: 10px;
	margin-right:0;
}	

#NewsSignupHome {
	float:right;
	padding: 10px;
}	

.DividerLine {
	height:4px;
	border-width:0;
	color:#CCCCFF;
	background-color:#CCCCFF;
}
.FooterTable { border-top: #666699 solid 1px;
}

.FooterHeadingText { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:left;
}

.FooterText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; 
	line-height: 150%;
	text-align:left;
}
	
.feed {
  margin-left: 3px;
  padding: 0 0 0 19px;
  background: url("../images/feed-icon-14x14.png") no-repeat 0 50%;
} 	
	
.feed-list {
  margin: 0 0 15px 15px;
  padding: 0;
  list-style-type: none;
}

.feed-list li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: none;
}

.feed-list li a {
  padding: 0 0 0 19px;
  background: url("../images/feed-icon-14x14.png") no-repeat 0 50%;
  list-style-type: none;
} 	
							
.NormalText  { font-family: verdana,arial,helvetica,sans-serif; 
               	color: black; 
               	font-size: 10pt }
               	
.ErrorText  { font-family: verdana,arial,helvetica,sans-serif; 
               	color: red; 
					font-weight: bold; 
               	font-size: 10pt }    
								
.ErrorAsterisk  { font-family: verdana,arial,helvetica,sans-serif; 
               	color: red; 
					font-weight: bold; 
               	font-size: 12pt; 
								display:inline}     								           	
               	
.PageTitle   { font-family: verdana,arial,helvetica,sans-serif; 
					color: #333366;
					text-align: Left;
					font-size: large;
					font-weight: bold;}
					
.ProductTitle   { font-family: verdana,arial,helvetica,sans-serif; 
					color: #333366;
					text-align: Left;
					font-size: small;
					font-weight: bold;
					margin: 0px 0px 3px 0px}	
					
.starRating {
	margin: 0px 0px 5px 0px
}
			
.SiteMessageBox {
	border: 2px solid #990000;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	background-color: #FAF8ED;
	text-align:center;
	 } 						
			
.NoJavaScriptBox {
	border: 2px solid #990000;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	width: 986;
	background-color: #FAF8ED;
	text-align:left;
	color: red;
	font-weight:bold;
	font-size:medium;
	background-image: url('images/error_icon.jpg');
	background-repeat: no-repeat;
	background-position: 8px 8px;
	padding-left: 25px;
	display: block;	
	
} 	
	 					
.SiteMessage 	{ 
	font-family: verdana,arial,helvetica,sans-serif; 
  color: #990000; 
	font-weight: bold; 
  font-size: 12pt;
	text-align: center;
}		

.ui-tabs-hide {
	display: none;
}

.SubmissionMessage 	{ font-family: verdana,arial,helvetica,sans-serif; 
               	color: #990000; 
					font-weight: bold; 
               	font-size: 10pt;
								text-align: left;
}	

.submitInstructionsBox {
	border: 1px solid #000000;
	margin: 0px;
	padding: 10px;
	/*width: 900px; */
	font-size: medium;
	font-weight: bold;
	text-align:center;
	color: red;
} 


.ShippingRed 	{ font-family: verdana,arial,helvetica,sans-serif; 
               	color: red; 
               	font-size: 10pt }	

.VendorBoldRed 	{ font-family: verdana,arial,helvetica,sans-serif; 
               	color: red; 
                font-weight: bold;
               	font-size: 10pt }	
								
.ShippingBoldRed 	{ font-family: verdana,arial,helvetica,sans-serif; 
               	color: red; 
					font-weight: bold; 
               	font-size: 10pt }																		
/* commented out to use bootstrap defaults 
H1   { font-family: verdana,arial,helvetica,sans-serif; 
					color: #333366; 
					text-align: Left;
					font-size: small;
					font-weight: bold;}	
				
H2   { font-family: verdana,arial,helvetica,sans-serif; 
					color: #333366; 
					text-align: Left;
					font-size: small;
					font-weight: bold;}					
*/	
.SectionTitle   { font-family: verdana,arial,helvetica,sans-serif;
					color: black; 
					font-weight: bold; 
					text-align: left }
.LeftSectionTitle   { font-family: verdana,arial,helvetica,sans-serif;
					color: white; 
					font-weight: bold; 
					text-align: Left }		
.RightSectionTitle   { font-family: verdana,arial,helvetica,sans-serif;
					color: white; 
					font-weight: bold; 
					text-align: Right }					
.CenterSectionTitle   { font-family: verdana,arial,helvetica,sans-serif;
					color: white; 
					font-weight: bold; 
					text-align: Center }									
.RightTableData   { font-family: verdana,arial,helvetica,sans-serif;
					color: black; 
					font-weight: normal  ; 
					text-align: Right }		
.LeftTableData   { font-family: verdana,arial,helvetica,sans-serif;
					color: black; 
					font-weight: normal  ; 
					text-align: left }		
.CenterTableData   { font-family: verdana,arial,helvetica,sans-serif;
					color: black; 
					font-weight: normal  ; 
					text-align: center }																	
					
.SubText  { font-family: verdana,arial,helvetica,sans-serif; 
               	color: black; 
               	font-size: 75% }				
.GaugeTable{
border-bottom-style: solid;
border-bottom-width: 1;;
}               	
.TableLabel  { font-family: verdana,arial,helvetica,sans-serif; 
               	color: #333366; 
               	font-weight: bold;
               	font-size: 100%;
               	text-align: Right}    
.listprice { font-family: arial,verdana,helvetica,sans-serif;
				text-decoration: line-through; 
				font-size: x-small; }
				
.price { font-family: verdana,arial,helvetica,sans-serif; 
				color: #990000; 
				font-size: x-small; }

.saleLabel { font-family: verdana,arial,helvetica,sans-serif; 
				color: #FF0000; 
				font-size: x-small; 
				font-weight: bold}	
				
.priceReg { font-family: verdana,arial,helvetica,sans-serif; 
				color: black; 
				font-size: small; 
				font-weight: bold}		
				
.priceRegSale { font-family: verdana,arial,helvetica,sans-serif; 
				text-decoration: line-through;
				color: grey; 
				font-size: small; 
				font-weight: bold}	
					
.priceSale { font-family: verdana,arial,helvetica,sans-serif; 
				color: #FF0000; 
				font-size: small; 
				font-weight: bold}											
				
.productSaleLabel { font-family: verdana,arial,helvetica,sans-serif; 
				color: #FF0000; 
				font-size: medium; 
				font-weight: bold}					

.saleLabel a:link              { color:#FF0000; text-decoration:underline; }
.saleLabel a:visited           { color:#FF0000; text-decoration:underline; }
.saleLabel a:hover             { color:#FF0000; text-decoration:underline; }
.saleLabel a:active            { color:#FF0000; text-decoration:underline; }							
				
.stocktype-0 { 
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: smaller;
	font-weight:normal;}
	
.stocktype-1 { 
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: smaller;
	font-weight:normal;
	color: red;
	text-decoration:underline;
	cursor:help; }

.stocktype-2 { 
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: smaller;
	font-weight: normal;
	color: red;
	text-decoration:underline;
	cursor:help; }

.stocktype-3 { 
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: smaller;
	font-weight:normal;
	color: red;
	text-decoration:underline;
	cursor:help; }

.stocktype-4 { 
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: smaller;
	font-weight:normal;
	color: red;
	text-decoration:underline;
	cursor:help; }

.stocktype-5 { 
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: smaller;
	font-weight:normal;
	color: red;
	text-decoration:underline;
	cursor:help; }

.stocktype-6 { 
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: smaller;
	font-weight:normal;
	color: red;
	text-decoration:underline;
	cursor:help; }

.stocktype-7 { 
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: smaller;
	font-weight:normal;
	color: red;
	text-decoration:underline;
	cursor:help; }
					
.CartLabel { font-family: verdana,arial,helvetica,sans-serif; 
				font-size: small }
								
.CartLabelError {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: red;
	font-weight: bold;
	background-image: url('images/error_icon.jpg');
	background-repeat: no-repeat;
	padding-left: 14px;
	display: block;
}								
				
.small { font-family: verdana,arial,helvetica,sans-serif; 
				font-size: 12px; }
				
.smallBold { font-family: verdana,arial,helvetica,sans-serif; 
				font-size: 12px;
				font-weight: bold; }				
				
.tiny { font-family: verdana,arial,helvetica,sans-serif; 
				font-size: 10px; }
			
.tinyBold { font-family: verdana,arial,helvetica,sans-serif; 
				font-size: 10px;
				font-weight: bold;}		
								
.tinyRedBold { font-family: verdana,arial,helvetica,sans-serif; 
				font-size: 10px;
				color: red;
				font-weight: bold;}				
				
.sans { font-family: verdana,arial,helvetica,sans-serif; 
				font-size: small; }		
/* margins center the table */				
.pictureBox {	
	margin-left:auto;
	margin-right:auto;
	border:0;
	padding:0;
}	

.menuNormal {cursor:pointer; 
				cursor:hand; }	

.menuTitle {font-family: verdana,arial,helvetica,sans-serif;
				font-weight: bold;
				color: white;
				background-color: black;
				padding-bottom:2;
				padding-left:2;
				padding-right:2;
				padding-top:2;
				}			
/* Removed for implementing bootstrap
a:link              { color:#000000; text-decoration:underline; }
a:visited           { color:#000000; text-decoration:underline; }
a:hover             { color:red; text-decoration:underline; }
a:active            { color:#000000; text-decoration:underline; }
*/
a.shopLink:link              { color:#000000; text-decoration:none; }
a.shopLink:visited           { color:#000000; text-decoration:none; }
a.shopLink:hover             { color:#000000; text-decoration:none; }
a.shopLink:active            { color:#000000; text-decoration:none; }

.TopMenuOff {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align: center;
	cursor:pointer; cursor:hand; }
.TopMenuOff a:link              { color:#000000; text-decoration:none; }
.TopMenuOff a:visited           { color:#000000; text-decoration:none; }
.TopMenuOff a:hover             { color:#000000; text-decoration:none; }
.TopMenuOff a:active            { color:#000000; text-decoration:none; }

.TopMenuOn {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	text-align: center;
	cursor:pointer; cursor:hand;} 
.TopMenuOn a:link              { color:#000000; text-decoration:none; }
.TopMenuOn a:visited           { color:#000000; text-decoration:none; }
.TopMenuOn a:hover             { color:#000000; text-decoration:none; }
.TopMenuOn a:active            { color:#000000; text-decoration:none; }	

			
/*************************************************************************
' Function : CSS defintions for the store.
' Product  : CandyPress Store Frontend
' Version  : 2.5
' Modified : February 2004
' Copyright: Copyright (C) 2004 CandyPress.Com 
'            See "license.txt" for this product for details regarding 
'            licensing, usage, disclaimers, distribution and general 
'            copyright requirements. If you don't have a copy of this 
'            file, you may request one at webmaster@candypress.com
'**************************************************************************/
/* General Tag specifications */
BODY, B, TD, P     {COLOR: #333333; FONT-FAMILY: Verdana, Arial, Helvetica; FONT-SIZE: 12px}

/* Info Box WITHOUT Headings */
.CPbox1            {COLOR: #333333; BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #BBC3D3}
.CPbox1 A:link     {COLOR: #333333; FONT-SIZE: 8pt; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.CPbox1 A:visited  {COLOR: #333333; FONT-SIZE: 8pt; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.CPbox1 A:hover    {COLOR: #996666; FONT-SIZE: 8pt; FONT-WEIGHT: bold; TEXT-DECORATION: underline}

/* Info Box WITH Headings ( H = Heading cell ; B = Body cell ) */
.CPbox2            {COLOR: #333333; BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #BBC3D3}
.CPbox2H           {COLOR: #333333; BACKGROUND-COLOR: #DDDDDD; PADDING: 1px}
.CPbox2H B         {COLOR: #333333;}
.CPbox2B           {COLOR: #333333; BACKGROUND-COLOR: #F5F5F5}
.CPbox2B A:link    {COLOR: #333333; FONT-SIZE: 10px; TEXT-DECORATION: none}
.CPbox2B A:visited {COLOR: #333333; FONT-SIZE: 10px; TEXT-DECORATION: none}
.CPbox2B A:hover   {COLOR: #996666; FONT-SIZE: 10px; TEXT-DECORATION: underline}

/* Box - Page Headings */
.CPpageHead {BORDER-BOTTOM: 2px solid #CCCCCC; PADDING-BOTTOM: 4px}
.CPpageDivider {BORDER-TOP: 2px solid #CCCCCC; PADDING-TOP: 4px}

/* Box - Page Navigation */
.CPpageNav {BACKGROUND-COLOR: #CCCCFF}

/* Box - General Headings */
.CPgenHeadings {BACKGROUND-COLOR: #EEE}

/* Box - Product Image (Home page) */
.CPhomeImg {BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #CCCCCC}

/* Box - Product Description (Home page) */
.CPhomeDesc {BORDER-BOTTOM: 1px solid #CCCCCC}

/* Horizontal and Vertical lines */
.CPlines {BACKGROUND-COLOR: #CCCCCC}

/* Product Short Description (Except Detail page) */
.CPprodDesc {FONT-SIZE: 9pt}

/* Product Short Description (Detail page only) */
.CPprodDescDet {FONT-SIZE: 11pt}

/* Product Long Description */
.CPprodDescLong {}

/* Product Detail */
.CPprodDet {}

/* Product SKU */
.CPprodSKU {}

/* Product Price - Text Label */
.CPprodPriceT {COLOR: #800000}

/* Product Price - Price Value */
.CPprodPriceV {COLOR: #800000}

/* Product List Price - Text Label */
.CPprodLPriceT {}

/* Product List Price - Price Value */
.CPprodLPriceV {TEXT-DECORATION: line-through}

/* Product Sale Price - Text Label */
.CPprodSPriceT {}

/* Product Sale Price - Price Value */
.CPprodSPriceV {COLOR: red}

/* Free Shipping text */
.CPfreeShipMsg {COLOR: #888888}

/* In Stock text */
.CPinStock {COLOR: #888888}

/* Out of Stock text */
.CPoutStock {COLOR: red}

/* No Image text */
.CPnoImgT {COLOR: #800000}

/* Category List */
.CPcatDescList {}

/* Category Description - No products linked to it */
.CPcatDesc {}

/* Category Description - Has products linked to it */
.CPcatDescProd {FONT-WEIGHT: bold}

/* Option Description for "Optional" options */
.CPoptDesc {FONT-STYLE: italic}

/* Option Select box */
.CPoptSel {FONT-FAMILY: Verdana, Arial, helvetica; FONT-SIZE: 8pt}

/* Option Text box */
.CPoptTxt {FONT-FAMILY: Verdana, Arial, helvetica; FONT-SIZE: 8pt}

/* ------------------- */
/* ADDED - Version 2.3 */
/* ------------------- */

/* Box - 2, 3 and 4 Column Layout for product list page */
.CPcolsView {BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #CCCCCC}
.CPcolsView A:link    {COLOR: #000099; TEXT-DECORATION: none}
.CPcolsView A:visited {COLOR: #000099; TEXT-DECORATION: none}
.CPcolsView A:hover   {COLOR: #996666; TEXT-DECORATION: underline}

/* System Messages */
.CPsysMsg    {FONT-SIZE: 10pt}
.CPsysMsgErr {COLOR: red; FONT-SIZE: 10pt}
.CPsysMsgURL {FONT-SIZE: 10pt}

/* ------------------- */
/* ADDED - Version 2.4 */
/* ------------------- */

/* Highlights used in search results */
.CPhighlight {COLOR: #000000; BACKGROUND-COLOR: #ffff66}

/* ------------------- */
/* ADDED - Version 2.5 */
/* ------------------- */

/* Radio Button options */
.CPoptRadio {FONT-FAMILY: Verdana, Arial, helvetica; FONT-SIZE: 8pt}

/* Option Description for "Mandatory" options*/
.CPoptDescM {FONT-STYLE: italic; color: Red}
