@charset "utf-8";
/* CSS Document */
/*--------------------------------------------------------------------*/
/*---------------------------VIEW ITEM PAGE---------------------------*/
/*product view page, option header text */


a.quickLiner:link{
	color: #FF6600;
}
a.quickLiner:visited{
	color: #FF6600;
}
a.quickLiner:hover{
	color: #3399FF;
}

a.contactlines:link{
	color: #cccccc;
}
a.contactlines:visited{
	color: #cccccc;
}
a.contactlines:hover{
	color: #ffffff;
}

p, ol, ul, dl {
	margin-top: 0;
	text-align: justify;
	line-height: 1.6; /*was 2.2*/
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

strong {
	color: #4A3E29;
}

a {
	color: #506C00;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 0;
}

body {
	margin: 0;
	padding: 0;
	background: url(../images/bg01.jpg);
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5A554E;
}

h1, h2, h3 {
	margin: 0;
}

h1, h2 {
	font-weight: normal;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 24px;
}

.container {
	width: 980px;
	margin: 0 auto;
}


.bar {
	height: 38px;
	background: url(../images/bg07.jpg);
	margin-right: 15px;
	margin-left: 15px;	
}

.bar .text {
	padding: 17px 0 0 25px;
	text-transform: uppercase;
	font-size: 2em;
	color: #809064;
}

/*horizontal nav----------------------------------------------------*/


#menu {
	height: 58px;
	
}

#menu ul {
	height: 67px;
	background: url(../images/bg05.jpg);
	list-style: none;
	line-height: 1;
	margin-top: 1;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;	
}

#menu li {
	float: left;
	height: 35px;
	padding: 15px 20px 0 20px;
}

#menu li.current_page_item {
	background: url(../images/bg06.jpg) no-repeat;
}

#menu a {
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 16px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/*-------------------------------------------------------------------*/


.addToCartButton{
	width:168px;
	height:40px;
	background-image: url(../images/addtocart.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0;
	padding: 0;
	border: 0;
	cursor: pointer; /* hand-shaped cursor */
	text-indent: -1000em;
	vertical-align: middle;	
	/*for stupid IE*/
	font-size:0px;

}

.quantityInput{
margin-top:5px;
vertical-align: middle;	
}

#selectCat{
	font-size: 1.4em;
	font-weight: bold;
	text-align:center;
}


#minicart {
	text-align:center;
	padding-bottom:10px;
	padding-top:7px;
	border-top-width: thin;	
	border-top-style: solid;
	border-top-color: #647251;
	background-color:#FFFFFF;
}


.optionText {
	padding-top:10px;
	font-weight: bold;
	font-size: 1.2em;
}

/*item view sku label */
.itemSku {
	color: #333333;
	padding-top:5px;
}

#itemSpaceAfterPrice{
height:10px;
}

/*puts a space between options on a product view item page */
.optionSpacer {
	height:10px;

}

/*puts a space after the item description on a view item page */
.itemDescSpacer{
	height:20px;

}

/*view item description style */
#itemDesc{
	float:right;
	width:400px;
	
}
/*goes around the actual image on the image page*/
.itemPageImage{
	float:left;
	clear:left;

}

/*view item description header style */
.itemDescHeader{
	padding-top:10px;
	font-weight: bold;
	font-size: 1.2em;
	display:none;
}
/*view item name header style */
.itemNameHeader{
	float:left;
	width:100%;
	font-weight: bold;
	padding-bottom:10px;
	font-size: large;
	clear:both;
}
.itemNameHeaderFeatured{
	float:left;
	width:100%;
	font-weight: bold;
	padding-bottom:10px;
	font-size: small;
	clear:both;
}
/*view item image box style */
.itemImageBox{

}


.freeShipping{
	padding-top:10px;
	color: #FF0000;
	font-size: 0.9em;
	font-style: italic;
}

.itemPrice{

	padding-top:10px;
	font-weight: bold;
	font-size: 1.2em;
}

.shipsWithin{
	padding-top:5px;
	font-size: 0.9em;
}

.itemShipZip{
	font-size: 0.9em;
}

#noFreeShipZip{
	font-size: 1em;
	color: #FF0000;
}

.leaveReview{
padding-top:3px;
}

#loading{
padding-top:5px;
clear:left;
}
.currentStockLabel {

}
/*--------------------------------------------------------------------*/
/*-----------------------END VIEW ITEM PAGE---------------------------*/

/*--------------------------------------------------------------------*/
/*---------------------------category display PAGE--------------------*/

/*box around each category item listed */
#catSpaceAfterImage{
height:10px;
}

.catLabelSpacer {
	font-family:Arial, Helvetica, sans-serif;
	
}
/*box around each category item listed */
.catImageSpacer {
	font-family:Arial, Helvetica, sans-serif;
		
}

/*category listing price*/
.catPrice {
	padding-top:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #333333;
}

/*category product listing*/
.catbox  {
	width: 210px;
	height: 175px;
	margin: 10px 0px 0px 0px;
	padding: 10px;
	float:left;
	
}
.catCat {
	font-size: small;
	border: 1px solid #647251;
	padding: 10px;
	text-align:center;
	height:165px;
}

.catCat2 {
	font-size: medium;
	padding: 10px;
	text-align:center;
	
}

.catlist  {
	float: left;
	width: 525px;
	border: 1px solid #647251;
	margin: 10px 0px 0px 0px;
}
.catProduct {
font-family:Arial, Helvetica, sans-serif;

}

.catlistProdHead{
	font-weight: bold;
}

/*category cat listing*/


.catimageBorder{
	border: 1px solid #cccccc;
}
.spaceafterimage{
height:10px;
}
.spacebeforeimage{
height:10px;
}

.catHeader{
	color:#647251;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	font-size: 1.1em;
	background-image: url(../images/burggrad_1.jpg);
	clear:both;
}
.catSubLine {
	font-size:0.9em;
	padding-bottom:10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	font-style: italic;
}
.catSubLine2 {
	font-size:0.9em;
	padding-bottom:10px;
	font-style: italic;
}

/*--------------------------------------------------------------------*/
/*-----------------------END category display PAGE--------------------*/

.deleteButton {
	font-family:times;
	color:red;
}



#breadcrumb ul li{
   list-style-image: none;
   display:inline;
   padding: 0 3px 0 0;
   margin: 3px 0 0 0;

}

#breadcrumb ul{
   margin:0;padding:0;
   list-style-type: none;
   padding-left: 1em;
}
.breadcrumb_top  {
	float: left;
	width: 490px;
	color: #999999;
	font-size: 0.8em;
	margin: 10px 0px 0px 0px;

}
.product_cat  {
	font-weight: bold;
	color: #647251;  /* It will automatically be this color since it's a link */
	padding: 5px 10px 0px 45px;
	font-size: 1.1em;
	background: url(../images/cat_tiny.png) no-repeat left top;
}
.product_disc  {
	padding: 5px 10px 5px 10px;
	font-size: .9em;
	color: #666666;
}




#itemLeftCol {

}
#itemRightCol {

}

#mainbox {
	margin:0 auto;
	width: 980px;
	background: #ffffff;
	clear:both;
	/*text-align: left; /* this overrides the text-align: center on the body element. */

}

#mainboxshadow {
	margin:0 auto;
	background: url(../images/bg02.jpg) repeat-x;
	width: 100%;
	padding-top:93px;
}

#mainboxheader {
	margin:0 auto;
	width: 980px;
	height:160px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/chimneyexpressheader.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#header {
	margin:0 auto;
	
	height: 138px;

}

.headerlogo{
visibility:hidden;
}

#logoHeader {
margin:0 auto;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px 0px 0px 7px;
	padding-top: 4px;
	padding-right: 10px;
}
#loginHeader {
margin:0 auto;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	padding-right:10px;
	padding-top:10px;	
}
#header_right  {

}
#loginbox a  {
	padding-top:25px;
	float: left;
	width: 120px;
	color: #343025;
	text-decoration: none;
	font-size: medium;
}
#loginbox a:hover  {
	padding-top:25px;
	float: left;
	width: 120px;
	color: #FFFFFF;
	text-decoration: none;
	text-decoration:underline;
}
.contactlines  {
    text-align: right;
	/*border: medium dotted #ffffff;*/
	padding-right:8px;
	margin-top: 65px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
.boldorange  {
	font-weight: bold;
	color:#FF9900;
	font-size: 1.2em;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
}
#headernav {
	height: 76px;
	
	width:100%;
}
#leftcol {
	float: left;
	width: 167px;
	height: auto;
	margin-top:35px;
	margin-bottom:10px;
	margin-left: 15px;
	background-color: #E6EED9;
	border: 1px solid #647251;
	font-size: small;

}
#rightcol {
   float: right;
    width: 184px;
	height: auto;
	margin-top:35px;
	margin-right: 15px;
	margin-bottom:10px;
	padding-left:5px;
	background-color: #FFFFB7;
	border: 1px solid #666666;
	clear:right;

}
#rightcol2 {
	float: right;
	width: 120px;
	height: auto;
	margin-top:10px;	
	margin-right: 8px;
	margin-bottom:10px;
	margin-left: 5px;
}
#rightcol3 {
	text-align:center;
   float: right;
    width: 184px;
	height: auto;
	margin-top:10px;
	margin-right: 8px;
	margin-bottom:10px;
	padding-left:5px;
	clear:right;

}

#content {
	background: #ffffff;
	float:left;
	width: 733px;
	height:auto;
	margin-top:35px;
	margin-left:14px;
	margin-bottom:10px;
	font-size: small;
	

}
#content3col {
	background: #ffffff;
	float:left;
	width: 450px;
	height:auto;
	margin-top:25px;
	margin-left:22px;
	margin-bottom:10px;
	font-size: small;

}
#content2 {
	background: #fff;
	float: left;
	width: 496px;
	height:auto;
	border: 0px dotted #666666;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	font-size: small;
}

#footer {
	height:95px;
	width:980px;
	text-align: center;
	background-image: url(../images/bg10.jpg);
	background-repeat: no-repeat;
}

.thinBorder{
	border: 1px solid #647251;
}
.table_top  {
	float: left;
	width: 98%;
	background: #FF8922 url(../images/orangegrad_1.jpg) repeat-x;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bolder;
	padding: 3px 0px 3px 10px;
	border-bottom: 1px solid #647251;
}
.contentbox  {
	float: left;
	width: 525px;
	border: 1px solid #647251;
	margin: 0px;
}
.contentbox2  {
	float: left;
	width: 525px;
	border: 1px solid #647251;
	padding-left:10px;
	padding-top:5px;
}
.adbox  {
	float: left;
	width: 525px;
	border: 1px solid #647251;
	margin: 10px 0px 0px 0px;
	background: url(../images/ltbluegrad_2.jpg) repeat-x;
}
#adboxrt  {
	float: left;
	padding: 20px 10px 10px 10px;
	margin: 0px 0px 0px 10px;
	width: 250px;
}
#adboxlft  {
	float: left;
	margin: 0px 0px 10px 5px;
	width: 180px;
}
#adlogo  {
	float: left;
	margin: 15px 0px 0px 10px;
}
.adcall {
	float: left;
	font-size: 1.1em;
	background: #EDF4F7;
	width: 525px;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.featuredProd {
	margin: 10px 10px 10px 10px;
	padding: 10px;
	font-size: .8em;
	

}
.twocoldeals {
	float: left;
	padding: 0px 10px 0px 10px;
}
.dealdeal {
	float: left;
	margin: 10px 0px 10px 10px;
	padding: 10px;
	font-size: 1em;
	background: #EDF4F7;
	width: 213px;	
}
.dealdeal2 {
	float: left;
	margin: 10px 0px 10px 10px;
	padding: 10px;
	background: #EDF4F7;
	width: 213px;
	font-weight: bold;
	text-align: center;
}
.dealsubhead  {
	font-size: 1.5em;
	font-weight: bold;
	color: #ED6B00;	
}
.dealsmltyp  {
	font-size: .9em;
}
/*    Generic styles ------------------------------------*/

.contentbox1   {     /*    content box which appears under an orange header bar ------------------------------------*/
	float: left;
	width: 500px;
	border: 1px solid #647251;
	padding: 10px;
	margin: 0px 0px 10px 0px;
	
}

.boxheader1  {    /*    first orange header bar that appears at the top of a page ------------------------------------*/
	float: left;
	width: 525px;
	background: #FF8922 url(../images/burggrad_1.jpg) repeat-x;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bolder;
	padding: 3px 0px 3px 0px;
	border-top: 1px solid #647251;
	border-right: 1px solid #647251;
	border-left: 1px solid #647251;
	margin: 10px 0px 0px 0px;
	text-indent: 10px;
	
}

.boxheader1featured  {    /*    first orange header bar that appears at the top of a page ------------------------------------*/

	color: #000000;
	font-size: 1.2em;
	font-weight: bolder;

}


	



/*------another nav style-----------------------------------------------------------------------------*/

#navlistcontainer{


}

#navlistvert li
{
	display: inline;
	/* for IE5 and IE6 */
}

#navlistvert
{
	/* to display the list horizontaly */
	float: left;
	font-family: sans-serif;
	padding: 0px;
	margin-left:0;/*this moves it over to left all the way in IE*/
	font-weight: bold;
	font-size: .9em;
	border-bottom: 1px solid #647251;

}

ul#navlistvert a
{
	width:auto;
	/* extend the sensible area to the maximum with IE5 */
	display: block;
	/*background-color: #fff;*/
	border-top: 1px solid #647251;
	padding:3px 15px 3px 15px;
	text-align: left;
	text-decoration: none;
	color: #333333;
	background-image: url(/store/resources/images/rightarrow.png);
	background-repeat: no-repeat;
	background-position: left;
}



#navlistvert a:hover {
	color: #FFFFFF;
	background-color: #647251;
}
#navlistvert a:visited {  }

/*quick price styles*/
#startingAtName{
	font-weight: bold;
}
#startingAtPrice{

	font-weight: bold;
}
#startingSpace{
	padding-bottom:7px;
}
#quickPrice{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-align:center;
	padding-bottom:5px;
	padding-top:5px;
}
#quickPriceResult{
    text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#FFFFFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #647251;

}
#startingAtInStock{
font-size:.75em;
}
#quickPriceResultShipTime{
	font-weight: bold;
	color:#FF6600;
}

#quickPriceResultShipTime2{/*item display*/
font-weight: bold;
}

/*end quick price styles*/

/*tab view-------------------------------------------------------------------------*/

div.TabView div.Tabs
{
  height: 24px;
  overflow: hidden;

}

div.TabView div.Tabs a
{
  float: left;
  display: block;
  width:  90px;
  text-align: center;
  height:      24px;
  padding-top: 3px;
  vertical-align: middle;
  border: 1px solid #647251;
  border-bottom-width: 0;

  text-decoration: none;
  font-family: "Times New Roman", Serif;
  font-weight: 900;
  color: #000080;
}

div.TabView div.Tabs a:hover
{
background-color: lightyellow;
}
div.TabView div.Tabs a.Active
{
color:#FF9900;
	font-weight: bold;
	text-align: center;
	font-size: 1.1em;
	background-image: url("../images/burggrad_1.jpg");
}
div.TabView div.Pages
{
  clear: both;
  border: 1px solid #647251;
  overflow: hidden;
  width: 400px; height: 450px;
}

div.TabView div.Pages div.Page
{
  height: 100%;
  padding: 0px;
  overflow: hidden;
}

div.TabView div.Pages div.Page div.Pad
{
  padding: 3px 5px;
}

.Pages{ 
width: 400px; height: 450px;
}

.productUpgrades{
	border:1px solid #647251;
	padding:8px;
	
}
#upgradesContainer{
	width:733px;
}
form.addtocartform{
	margin:0;
	clear:left;
}
.cartContentHeader{
	font-size: 1.2em;
	font-weight: bold;	
}
#craftysyntax{
text-align:center;
}
#buynow{
	font-weight: bold;
}
#buynowpro{
	font-weight: bold;
}
