/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #ecebdf;
}


A {
color:#000000;
}
A:link {
color:#000000;
}
A:visited {
color:#000000;
}
A:hover {
text-decoration:underline;
}


.trans_box2 {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight:bold;
  width:118px;
  background-position:bottom;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/imgs/sold_out_opacity.png');
  z-index:200;  
  position:absolute; 
  margin-top:4px;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box2[class] {
  background-image:url(/imgs/sold_out_opacity.png);
  background-repeat:no-repeat;
  background-position:bottom;

}


/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}


h3{
 padding:0px;
 margin:0px;
}

a:hover h3{
text-decoration:underline;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

#navBar ul{
 list-style-type: square;
}

#navBar ul ul{
 list-style-type: disc;
}

#navBar ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#pagecontainer{
	width: 765px;
	border: 1px solid #ccc;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	background-color:#FFFFFF;
	
}


#navBar{
	margin:0px;
	padding: 0px;
	width: 165px;
	border-right: 1px solid #ccc;
	height:765px;
}

#content{
  	float:right;
	width: 578px;
	margin: 0px;
	padding: 3px 0px 0px 0px;
	

}

#footercontainer{
padding-top:8px;
}

/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 2px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 75%;
	padding: 5px 0px 5px 10px;
	background-color:#ecebdf;
}

#breadCrumb a:link, #breadCrumb a:visited{
text-decoration:none;
color:#000000;
}

#breadCrumb a:hover{
text-decoration:underline;
}


/************** .feature styles ***************/

.feature{
	padding: 10px 0px 0px 9px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}


/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */



/*********** #navBar link styles ***********/
#catheader{
	margin: 0 0 0 0;
	color:#292927;
	border-bottom: 1px solid #ccc;
	padding-left:7px;
	padding-top:9px;
	padding-bottom:1px;
	

}

#catheader h3{
 font-size:120%;
}

#navBar ul a:link, #navBar ul a:visited {
display: block;
color:#000000;

}
#navBar ul {
list-style: none; 
margin: 0; 
padding: 6px 0px 0px 0px;
}

#navBar a:hover{
text-decoration:underline;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
border-bottom: 1px solid #ffffff;
}


/* fix for browsers that don't need the hack */
html>body #navBar li {
border-bottom: none;
}



/*********** .relatedLinks styles ***********/

.relatedLinks{
	padding: 0px 0px 20px 0px;
	font-size:12px;
	
}

.relatedLinks ul li{
padding-left:17px;
padding-bottom:4px;
padding-top:4px;
	
}

#relatedLinksselected a{
font-weight:bold;
text-decoration:underline;
	
}
	

.relatedLinks h3{
	padding: 0px 0px 0px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}


#crumbtrail{
font-size:75%;
padding: 6px 0px 0px 0px;
height:16px;
border-bottom: 1px solid #cccccc;
border-top: 1px solid #cccccc;
margin: 0px 0px 0px 15px;
width:95%;

}

#itemheader{
font-size:75%;
padding: 10px 0px 0px 0px;
border-bottom:solid 1px #ecebdf;
margin-left:10px;
margin-right:30px;
}

#itemheader h1{
padding: 7px 0px 0px 0px;
font-size:220%;
}

#itemdescription{
padding: 20px 20px 0px 15px;
}

#itemorder{
padding: 8px 15px 0px px;
}


#itemorder img{
	padding: 11px 8px 0px 9px;
	float:left;
}

#itemdetails{
padding: 6px 0px 0px 0px;
}

.itemdetailsname{
font-size:90%;
color:#282828;
}

.itemdetailsdata{
font-size:90%;
color:#666666;
}

#addtocart{
	padding: 16px 0px 0px 0px;
	float:left;
}

#addtocartquantity{
padding: 16px 0px 0px 0px;
font-weight:bold;
font-size:13px;
vertical-align:middle;
}

#addtocartquantity input{
font-weight:bold;
}

#addtocartquantity img{
padding: 10px 0px 0px 0px;
}

.addtocartborder{
border-bottom:dashed 1px #999999;
width:290px;
height:18px;
}

#price {
color:#bf3426;
font-size:225%;
}

#price span{
color:#999999;
font-size:45%;
}

#price s{
color:#999999;
}

#regularprice {
color:#bf3426;
font-weight:bold;
}

#stock{
color:#808080;
font-size:155%;
}




#catdescription{
font-size:75%;
padding: 10px 0px 0px 9px;
}

#catdescription h1{
padding: 6px 0px 6px 0px;
font-size:160%
}

#catdescription h2{
font-size:100%;
font-weight:normal;
}

#categoryimage{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 6px 10px 0;
	border: solid 1px #cccccc;
	width:380px;

}

#clear{
clear:both;
}

#featuredcatcontainer{
float:left;
width:175px;


}

#favoritescontainer{
float:left;
width:173px;
padding-left:8px;
}

#favoritescontainer ul{
margin: 10px 0px 0px 29px;
padding:0px;
font-size:90%;
}

#favoritescontainer li{
list-style-type:disc;
padding-bottom:10px;
padding-left:2px;
color:#585850;

}

#featuredmorecontainer{
float:left;
width:383px; 
}

#featurepod{
width:193px;
float:left;
}

#featurepod189{
width:189px;
float:left;
}

#featurepod img, #featurepod189 img{
border: solid 1px #cccccc;
margin: 4px 0px 0px 0;
}

#featurepod h4, #featurepod189 h4{
font-size:89%;
padding-left:6px;
text-decoration:underline;

}




#featuredmorecontainer strong{
color:#bf3426;
font-size:85%;
padding-left:6px;

}



#featureheading{
background-color:#ecebdf; 
padding-top:6px; 
padding-bottom:6px; 
padding-left:10px;
font-size:11px; 
color:#292927;
font-weight:bold;
}

#featuredcat{
float:left;
width:85px;
text-align:center;
height:108px;
padding-top:10px;
}

#featuredcat img{
border:0px;
}


#featuredcat h3{
font-size:82%;
padding: 0px 0px 0px 0px;
margin: 3px 0px 0px 0;
}

#featuredcat a:link, #featuredcat a:visited{
text-decoration:none;
color:#000000;
}

#featuredcat a:hover{
text-decoration:underline;
}

#item_seed{
float:left;
padding-top:18px;
width:132px;
text-align:center;
padding-left:9px;
}

#item_seed a{
color:#000000;
text-decoration:none;
}

#item_seed a:hover{
text-decoration:underline;
}


#item_seed h3{
font-size:90%;
padding: 0px 9px 5px 0px;
margin: 3px 0px 0px 0;
font-weight:normal;
}

#item_seed span{
padding: 0px 0px 0px 0px;
font-size:90%;
}

