/* STANDARD STYLE DEFINITIONS ---------------------------------------------------------------------------------------- */
*    { margin: 0; padding: 0; }
body { height: 100%; }
body, tr, td, p, 
input, textarea { font-size: 8pt; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; color: #787878; }

:focus { outline: none; }

h1 { font-size: 200%; color: #B35C05; letter-spacing: 1px; margin: 20px 0; }
h2 { font-size: 175%; }
h3 { font-size: 150%; }
h4 { font-size: 125%; color: #F7921D; }
h5 { font-size: 100%; }
h6 { font-size: 80%;  }

p,li,dt,dd { line-height: 1.6em; }
p  { margin: 0 0 15px  0; }
ul, ol { margin: 0; }
dl     { margin: 0; }
dt     { margin: 0; font-weight: bold; }
dd     { margin: 0; }

a:link    { text-decoration: none; color: #9A1700; }
a:visited { text-decoration: none; color: #9A1700; }
a:hover   { text-decoration: none; color: #CD0000; } 

img { border: none; }

/* LAYOUT ----------------------------------------------------------------------------------------------------- */
body#shop    { background: url('../images/rail-shop-bg.gif')    top left repeat-y; }
body#cart    { background: url('../images/rail-cart-bg.gif')    top left repeat-y; }
body#contact { background: url('../images/rail-contact-bg.gif') top left repeat-y; }
body#story   { background: url('../images/rail-story-bg.gif')   top left repeat-y; }
body#buzz    { background: url('../images/rail-buzz-bg.gif')    top left repeat-y; }
body#login   { background: url('../images/rail-login-bg.gif')   top left repeat-y; }

#masthead { z-index: -1; background: url('../images/masthead-fill.gif') repeat-x; height: 92px; padding-bottom: 15px; border-bottom: 1px dashed #CC0000; }

#tabs     { margin-left: 70px; display: inline; list-style: none; }
	#tabs li { display: inline; }

#container { float: left; width: 950px; }
.footer { clear: both; text-align: center; padding-top: 25px; }

#rail { float: left; width: 150px; padding: 10px 5px; margin-top: 35px; margin-right: 15px;  }
	#rail .sideSection { display: block; margin-left: 10px; margin-top: -96px; float: left; clear: both; position: relative; }
	#rail #nav { list-style: none; margin: 15px 0px 0px 0px; padding: 15px 0px 0px 0px; } 
		#rail #nav li { font-size: 110%; font-weight: bold; border-bottom: 1px dashed #FFF; margin-bottom: 8px; }
	#rail #circles { } 
		#rail #circles li { margin: 0; padding: 0; line-height: 0; }

		
#content {  float: left; width: 600px; } 

/* Product Lists  */
#products { padding: 0 20px; }
.product  { float: left; width: 143px; padding-right: 10px; margin-left: 10px; border-right: 1px dashed #DDD; }
	.product dt				{ height: 125px; }
	.product dd.title 		{ color: #FF6600; font-weight: bold; text-transform: uppercase; }
	.product dd.description { margin-bottom: 10px; }
	.product dd.price	    { font-weight: bold; color: #9A1700; margin-bottom: 10px; }

/* Product */
.productView {  }
	.productViewImg 	    { float: left; width: 40%; text-align: right; margin: 30px 0; padding: 0 25px; border-right: 1px dotted #DDD; text-align: left; }
	.productViewDescription { float: left; width: 40%; margin-left: 20px; }
		.productViewDescription h2 	    { padding: 10px 15px; font-size: 120%; color: #80C6B9; }
		.productViewDescription p.price	{ margin-top: 10px; font-weight: bold; color: #9A1700; margin-bottom: 10px; }

.relatedItems { border-left: 1px dashed #CC0000; width: 150px; float: left; margin-left: -30px; padding-left: 15px; }
	.relatedItems h2 { padding: 70px 0 10px 0;  }
	.relatedItems p  { padding: 10px 0; font-weight: bold; color: #9A1700; }

/* Cart */
.cartContents { padding: 20px 15px; width: 410px; font-size: 110%; }
	.cartContents li { border-bottom: 1px dotted #AAA; padding: 3px 0; }

/* Story */
#storyWrapper {  }
#storyImg img, #storyText img { float: right; width:250px; border: #F4901D solid 5px; margin: 15px 0 0 10px;}
#storyText	  { float: left; width:585px; }

/* Contact */
#contactInfo { font-size: 120%;   }
	#contactInfo dt { border-top: 1px dashed #CCC; padding-top: 25px; }
	#contactInfo dd { padding: 5px 0 10px 0; }

b { color : #787878; }

/* Checkout */
.packageCards {
	margin: 0 auto; 
}
	.packageCards img {
		border: 1px solid #888; 
		margin: 0 3px; 

	}
	.packageCards img.selected {
		border: 3px solid #FDB156; 
	}
	
button.buyNow {
	border:0;
	background:transparent;
	cursor:pointer;
}

form.mainAttr table {
	margin-bottom:5px;
}





.bee-well-clothes {
	background: #FEE0BA;
	color: #FF7D00; 
	font-size: 120%;
	font-weight: bold;
	margin: 10px 0 10px 0; 
	padding: 5px;
	text-align: center;
}

#storyText p { color: #222; font-size: 12px; }

p.footer { font-size: 12px; }

td.main, td.productListing-data, td.main p {
	font-size: 12px;
}


#linksWrapper ul li {
	list-style: none;
	font-size: 14px;
}








