/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id:stylesheet.css 4376 2006-09-03 20:42:22Z drbyte $
 */




body {
margin:0;
padding:0;
background:#fbb171 url(../images/bg_pinstripe.png);
font-family:Helvetica, Geneva, Arial, sans-serif;
text-align:center;
font-size:12px;
color:#444;
}

/* START Text Formatting */
h1, h2, h3 {
font-weight:400;
}
h1, h4 {
color:#f16f93;
}
h1 {
font-size:24px;
}
h2 {
font-size:20px;
}
h3 {
font-size:16px;
}
h4 {
margin:20px 0 0;
text-transform:uppercase;
}
p {
margin:0 0 10px;
line-height:18px;
}

a {
color:#0daadf;
outline:none;
}
	a:hover {
	color:#f69952;
	}
	a img {
	border:0;
	}
	
hr {
border:0;
border-top:1px solid #ccc;
}	
/* END Text Formatting */


#splash {
width:500px;
margin:50px auto;
border:3px solid #f16f93;
padding:40px 50px;
background-color:#fff;
}
#splash h1 {
margin:40px 0 10px;
border-top:1px solid #eee;
padding:30px 0 0;
}


#bean {
position:fixed;
z-index:1;
top:0;
left:0;
width:100%;
height:150px;
border-bottom:5px solid #fff;
background:url(../images/bg_bean.gif);
}

#container {
position:relative;
z-index:2;
width:840px;
margin:0 auto;
padding: 0 9px 9px;
text-align:left;
background:url(../images/bg_y.png) left repeat-y;
}


/* START Header */
#top {
position:relative;
z-index:2;
width:858px;
height:20px;
margin:10px auto 0;
background:url(../images/header.png);
}
#header #logo {
float:left;
margin:0 0 10px 20px;
}
#search {
position:absolute;
z-index:2;
top:3px; 
right:90px;
width:250px;
}
	#search input {
	margin:0;
	}
	#search input.text {
	margin:0;
	border:1px solid #ccc;
	font-size:11px;
	}
	#search input.button {
	border-top:1px solid #d8e2a1;
	border-right:1px solid #cedb8a;
	border-bottom:1px solid #acbe4b;
	border-left:1px solid #cedb8a;
	padding:2px 5px;
	background:url(../images/btn_green.gif) center repeat-x;
	font-weight:700;
	color:#54695e;
	}
#header #header_image {
width:834px;
margin:0 3px;
}

.nav {
clear:right;
margin:0;
}
	.nav li a, .side_bar li a, #search input.button {
	color:#43554c;
	text-shadow:#fff 1px 1px 1px;
	}
#header .nav {
width:820px;
height:37px;
padding:2px 0 0 20px;
background:url(../images/nav.png) top left no-repeat;
}
	.nav li, #footer .sub_nav li {
	float:left;
	list-style:none;
	}
	#header .nav li.first {
	border-left:1px solid #cad77e;
	}
	#header .nav li.last {
	border-right:1px solid #eff5ca;
	}
	#header li a, .nav li a, .side_bar li a {
	text-decoration:none;
	font-size:13px;
	font-weight:700;
	}
	#header .nav li a {
	display:block;
	border-right:1px solid #cad77e;
	border-left:1px solid #eff5ca;
	padding:13px 10px 10px;
	}
	#header .nav li a:hover {
	background:url(../images/nav_hover.png) top repeat-x;
	}
#header #cart_nav {
position:relative;
z-index:1;
float:right;
width:330px;
height:71px;
margin:0 10px -1px 0;
padding:0;
text-align:right;
background:url(../images/shopping_cart.png) top right no-repeat;
}
	#header #cart_nav li {
	float:right;
	margin:44px 13px 0 0;
	list-style:none;
	}
	#header #cart_nav li.cart {
	margin:44px 27px 0 10px;
	}
	#header #cart_nav a {
	padding:4px 6px 3px;
	color:#0daadf;
	}
	#header #cart_nav a:hover {
	color:#fff;
	background-color:#0daadf;
	}
	#header #cart_nav li.cart a:hover {
	background-color:transparent;
	color:#98c63f;
	}
	
/* END Header */


/* START Content */
#content {
float:right;
width:655px;
margin:0 3px 0 0;
}
	#createAcctSuccessMainContent, .notice {
	margin:0 0 15px;
	line-height:18px;
	}
		fieldset .notice {
		margin:0 10px 15px;
		}

#content h1.home {
float:left;
width:500px;
margin: 15px 0 5px;
}
#content p.intro {
clear:both;
font-size:13px;
color:#444;
line-height:18px;
}
#content a.view_all {
float:right;
width:80px;
margin:20px 6px 0 0;
padding:4px 10px 2px 5px;
background:url(../images/arrow.gif) top right no-repeat;
font-weight:700;
color:#0daadf;
text-decoration:none;
}
	#content a.view_all:hover {
	background-color:#0daadf;
	color:#fff;
	}
	
#content .pod {
float:left;
width:200px;
margin:0 0 10px 10px;
}
	#content .mini {
	width:100px !important;
	margin:10px;
	}
	#content .pod h3 {
	float:left;
	width:100%;
	margin:3px 0 0;
	padding:0;
	}
	#content .pod h3 a, #whatsnew a {
	display:block;
	padding:5px 4px 3px;
	color:#0daadf;
	font-size:14px;
	text-decoration:none;
	}
	#content .pod h3 a:hover, #whatsnew a:hover {
	color:#fff;
	background-color:#0daadf;
	text-decoration:none;
	}
	#content .pod h3 a:hover .price {
	color:#e0f6b4;
	}
	
	#content .pod a img {
	border-bottom:4px solid #fff;
	}
	#content .pod a:hover img, #content .pod:hover img {
	border-bottom:4px solid #0daadf;
	}
	#content .pod a.more {
	margin:3px 4px;
	padding:5px 0 0;
	font-size:11px;
	color:#bbb;
	text-decoration:none;
	}
	#content .pod a:hover {
	color:#f69952;
	text-decoration:underline;
	}
	
	#content .pod .price {
	float:right;
	width:80px;
	padding:0;
	font-size:14px;
	text-align:right;
	}
	#content .pod p.style {
	clear:both;
	width:150px;
	margin:0 4px;
	color:#888;
	font-size:11px;
	line-height:12px;
	}
/* END Content */


/* START Side Bar */
.side_bar {
width:167px;
margin:10px 0 0 3px;
padding:10px 1px 0;
background:url(../images/sidebar.png) top left no-repeat;
}
.side_bar .bottom {
width:169px;
height:16px;
}
.side_bar ul {
margin:0;
padding:0;
}
.side_bar li {
list-style:none;
}
	.side_bar li.first a, .side_bar li.first a:hover,
	.side_bar li.last a, .side_bar li.last a:hover {
	background:transparent !important;
	}
	.side_bar li.first a {
	border-top:none;
	}
	.side_bar li.last, .side_bar .bottom {
	margin:0 -1px;
	background:url(../images/sidebar_btm.png) bottom left no-repeat;
	}
	.side_bar li.last a, .side_bar li.last a:hover {
	margin:0 1px;
	border-bottom:none;
	padding:5px 15px 13px 13px;
	}
	.side_bar li a {
	display:block;
	border-top:1px solid #fff;
	border-bottom:1px solid #dfe7ad;
	padding:5px 13px;
	text-decoration:none;
	}
	.side_bar li a:hover {
	color:#0daadf;
	background:#fff url(../images/side_hover.gif) bottom repeat-x;
	}
	
#whatsnew {
text-align:center;
}
	#whatsnew a {
	width:150px;
	margin:0 auto;
	padding:0 0 5px;
	}
	#whatsnew img {
	margin:0 0 5px;
	}	
/* END Side Bar */


/* START Listview */
.driller {
margin:5px 2px 15px 0;
border-bottom:1px solid #eee;
padding:7px 7px 5px;
font-size:11px;
color:#ccc;
}
	.driller a, .driller b {
	font-weight:700;
	}
	.driller a {
	text-decoration:none;
	}
	.driller a:hover {
	text-decoration:underline;
	}
	.driller b {
	color:#444;
	}
	
#sorter {
height:30px;
margin:0 0 10px;
border-bottom:1px solid #eee;
}	
	#sorter label, #sorter form {
	clear:none !important;
	float:left;
	}
	#sorter label {
	margin:0;
	padding:5px 5px 2px;
	width:auto;
	}
	
/*
.navSplitPagesLinks	a, .navSplitPagesLinks strong {
float:left;
margin:0 5px 0 0;
padding:2px 4px;
}
.navSplitPagesLinks	a {
border:1px solid #0DAADF;
background-color:#fff;
text-decoration:none;
}
.navSplitPagesLinks	strong {
border:1px solid #0DAADF;
background-color:#0DAADF;
color:#fff;
}
*/
		
#productsListingTopNumber, #productsListingBottomNumber {
float:none !important;
border-top:1px solid #eee;
padding:10px 0 0;
font-style:italic;
}
#indexProductListCatDescription {
margin:0 0 0 10px;
line-height:18px;
}
#productsListingListingTopLinks {
display:block;
float:none !important;
}
#newProductsDefaultListingTopNumber {
clear:right;
}
#navSplitPagesResult {
display:block;
margin:0 0 10px;
}
#content table {
clear:left;
}

.categoryImg {
float:right;
margin:-40px 10px 0 20px;
}	


/* END Listview */



/* START Product Detail Page */
.product_photo, .product_info {
float:left;
}
	.product_photo {
	width:355px;
	margin:0 20px 0 0;
	}
	.product_photo a img {
	margin:0 0 5px;
	border-bottom:4px solid #fff;
	}
	.product_photo a img:hover {
	border-bottom:4px solid #0daadf;
	}
	.product_photo a.larger {
	color:#aaa;
	}
	.product_photo a.larger:hover {
	color:#f69952;
	}
	
	.product_info {
	width:260px;
	}
	.product_info h1 {
	margin:0;
	}
	.product_info p.style {
	margin:0 0 20px;
	color:#999;
	}
	.product_info div {
	margin:0 0 -1px;
	border-top:1px solid #eee;
	padding:5px 0;
	}
		.product_info div div {
		border:none;
		}
	.product_info div label {
	float:left;
	width:80px;
	margin:5px 0 0;
	font-size:13px;
	font-weight:700;
	}
	.product_info div .input {
	border:1px solid #ccc;
	padding:1px;
	}
	.product_info div .qty {
	text-align:center;
	}
	.price {
	color:#98c63f;
	font-size:18px;
	font-weight:700;
	}
	.product_info input.button {
	float:right;
	margin:8px 5px 0;
	border-top:1px solid #23baef;
	border-right:1px solid #0f95c4;
	border-bottom:1px solid #0678a0;
	border-left:1px solid #0f95c4;
	padding:2px 5px;
	background:#0daadf url(../images/button_x.gif) center repeat-x;
	font-size:12px;
	font-weight:700;
	color:#fff;
	}
	.product_info .price {
	margin:8px 0;
	border-bottom:1px solid #eee;
	padding:5px 5px 7px;
	}
/* END Product Detail Page */



/* START Account Pages */
#accountLinksWrapper ul {
margin:0 0 35px;
}
#accountLinksWrapper ul li, ul.gift_faq li {
margin:0 0 10px;
padding:0 0 0 15px;
list-style:none;
font-size:14px;
background:url(../images/arrow.gif) 0 -3px no-repeat;
}
#accountLinksWrapper a, ul.gift_faq a {
text-decoration:none;
}
/* START Account Pages */


/* START Gift Certificate FAQs */
h1#gvFaqDefaultHeading {
margin:20px 10px 10px;
}
h2#gvFaqDefaultSubHeading {
margin:30px 10px 10px;
}
#gvFaqDefaultContent {
margin:0 10px 20px;
line-height:19px;
}
/* END Gift Certificate FAQs */


/* START Site Map */
#siteMapList ul li {
margin:10px 0 0;
}
#siteMapList ul li a {
text-decoration:none;
}
/* START Site Map */



/* START Error alerts */
.advisory, .important, .messageStackError, #cartEmptyText {
margin:0 0 20px;
padding:7px 10px;
line-height:18px;
}
.important {
margin:0 10px 20px !important;
}
.advisory, .important, #cartEmptyText {
border:1px solid #fffa00;
background-color:#fef6a8;
}
.messageStackError {
border:1px solid #fffa00;
background-color:#fef6a8;
}
.messageStackSuccess {
margin:0 0 10px;
}
.messageStackError {
}

.advisory {
margin:0 10px 20px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}
/* END Error alerts */



/* START Form styling */
#content form {
clear:left;
}

fieldset {
margin:0 10px 20px;
border:1px solid #ddd;
padding:5px 0 20px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}
	fieldset.form {
	width:490px;
	margin:20px auto;
	padding:15px 0 25px 15px;
	}
	fieldset fieldset {
	margin:0;
	border:0;
	border-top:1px solid #eee;
	padding:5px 10px 30px;
	}

legend {
margin:0;
padding:0 10px;
font-size:18px;
}
	fieldset fieldset legend {
	margin:0 10px 0 0;
	font-size:16px;
	}

fieldset div.input {
clear:both;
margin:0 0 15px;
}
fieldset.form .action {
margin:0 20px 0 10px;
border-top:1px solid #eee;
padding:15px 0 0 0;
}

input.text, .input input, textarea, select {
margin:0 5px 0 20px;
border:1px solid #ccc;
padding:3px;
font-size:12px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}
	.input label, .textarea textarea {
	margin:0 5px 0 10px;
	}
	fieldset.form div.input input {
	width:300px;
	}
	fieldset.form div.textarea textarea {
	width:450px;
	}
	fieldset fieldset input, fieldset fieldset textarea, fieldset fieldset select {
	margin:0 5px 0 10px;
	}
	.buttonRow input, #cartAdd input {
	border:none;
	}
	
label {
display:block;
width:150px;
margin:0 0 0 20px;
padding:10px 0 2px;
font-size:11px;
font-weight:700;
color:#444;
}
	fieldset.form div.input label {
	float:left;
	width:125px;
	}
	fieldset.form div.textarea label {
	width:auto;
	margin:0;
	padding:0 0 5px;
	}
	fieldset fieldset label {
	margin:0 0 0 10px;
	}
	label.radioButtonLabel, label.checkboxLabel {
	display:inline;
	margin:0 20px 0 5px;
	padding:0;
	}

.alert, span.required, div.required span, .form label span {
color:#ee7294;
font-size:14px;
font-weight:700;
}
	div.required {
	float:right;
	padding:15px 0 0;
	font-size:11px;
	color:#888;
	}
	
.information, fieldset .content {
line-height:18px;
}
.information {
margin:5px 20px 10px;
}
fieldset .content {
margin:0 10px 15px;
}
fieldset fieldset .content {
margin:5px 10px 10px;
}

address {
margin:0 0 15px;
line-height:18px;
}
	fieldset address {
	margin:0 10px 10px;
	}

fieldset h3.addressBookDefaultName {
margin:10px 10px 5px;
}

.form a.forgot {
float:right;
margin:0 10px 0 0;
font-weight:700;
}

/* SINGLE Buttons */
fieldset.form .action input {
padding:0;
}
.forward {
float:right;
margin:0 5px;
}
.back {
float:left;
margin:0 10px 10px;
}

/* END Form Styling */



/* START Footer */
#footer {
width:840px;
height:91px;
margin:0 auto;
padding:0 9px;
background:url(../images/footer.png) top left no-repeat;
text-align:left;
}
	#footer .nav {
	width:826px;
	height:39px;
	padding:18px 0 0 14px;
	}
	#footer .sub_nav {
	margin:0;
	padding:0 0 0 15px;
	font-size:11px;
	}
	#footer a {
	text-decoration:none;
	}
	
	#footer .nav li {
	margin:0 5px 0 0;
	}
	#footer .nav a {
	padding:5px 6px 3px;
	}
	#footer .sub_nav a {
	padding:4px 5px 2px;
	color:#607467;
	}
	#footer .nav a:hover, #footer .sub_nav a:hover {
	background-color:#edf4c8;
	color:#293730;
	}	
	#footer .copyright {
	float:right;
	width:200px;
	margin:0 20px;
	color:#fff;
	font-size:11px;
	text-align:right;
	}
/* END Footer */







/* START Clear Fix */
.clear:after, .clearBoth:after {
content:".";
display:block;
height:0; 
clear:both; 
visibility:hidden;
}
.clear, .clearBoth {
display:inline-table; 
display:block;
}
.form div .clear, .form div:hover .clear {
border:none !important;
padding:0;
line-height:0;
}
.clear, .clearBoth {
display:inline-block;
}
html[xmlns] .clear, html[xmlns] .clearBoth {
display:block;
}
* html .clear, * html .clearBoth {
height:1%;
}
/* END Clear Fix */



#indexDefaultMainContent, #cartInstructionsDisplay {
display:none;
}

#productMainImage a, #productMainImage a:hover, #productAdditionalImages a,
#productAdditionalImages a:hover {
text-decoration:none;
}

.wrapperAttribsOptions, .product_info .wrapperAttribsOptions {
clear:left;
min-height:25px;
padding: 5px 0;
}
	.wrapperAttribsOptions .back {
	padding:0 10px 5px 0;
	}
	#cartAdd .wrapperAttribsOptions input, #cartAdd .wrapperAttribsOptions label {
	float:left;
	}
	#cartAdd .wrapperAttribsOptions label {
	clear:none;
	}
	#cartAdd {
	clear:left;
	}
	#cartAdd .wrapperAttribsOptions label {
	padding:0 10px;
	}
	
h3#attribsOptionsText {
margin:0;
}
h4.optionName {
margin:0;
}
	#cartAdd h4.optionName label {
	padding:0;
	color:#F16F93;
	}
label.attribsSelect {
padding:5px 0 2px;
}

#cartAdd input, #cartAdd label, #cartAdd select {
clear:left;
float:left;
margin:0 0 3px;
}


/* START Cart Page */
#cartContentsDisplay, #cartSubTotal {
margin:0 10px 10px;
}
#cartContentsDisplay {
width:635px;
}
#cartContentsDisplay tr.tableHeading th {
border-bottom:1px solid #cad77e;
padding:8px 0 3px 10px;
background-color:#dae4a0;
}
#cartContentsDisplay th, #cartContentsDisplay td {
padding:5px 0 5px 10px;
}

#cartContentsDisplay td {
border-bottom:1px solid #dae4a0;
}

.cartRemoveItemDisplay input {
margin:0;
}




#cartSubTotal {
width:615px;
padding:0 10px;
font-size:13px;
font-weight:700;
text-align:right;
}


/* START Shipping Estimator Popup */
.shippingEstimatorWrapper {
margin:25px;
padding:10px 10px 25px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
background:#fff;
}
	.cartTotalsDisplay {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-weight:700;
	}

	.shippingEstimatorWrapper table, .shippingEstimatorWrapper th, .shippingEstimatorWrapper td {
	border:none;
	text-align:left;
	}
	
	.shippingEstimatorWrapper label, .shippingEstimatorWrapper input, .shippingEstimatorWrapper select {
	float:left;
	margin:0 0 25px;
	}
	.shippingEstimatorWrapper label {
	clear:left;
	width:95px;
	margin:0 0 25px 30px;
	text-align:left;
	}
	
	.shippingEstimatorWrapper h2 {
	margin:15px 0 20px 10px;
	text-align:left;
	}
	.shippingEstimatorWrapper a {
	float:right;
	margin:5px;
	}
	
	
	.shippingEstimatorWrapper table {
	clear:left;
	width:250px;
	margin:0 0 0 10px;
	border:1px solid #dae4a0;
	}
	.shippingEstimatorWrapper table th, .shippingEstimatorWrapper table td {
	padding:8px 0 3px 10px;
	}
	.shippingEstimatorWrapper table th {
	border-bottom:1px solid #cad77e;
	background-color:#dae4a0;
	}
	.shippingEstimatorWrapper td.cartRemoveItemDisplay {
	text-align:center;
	}
	
	
	
	

