/**
 * shopp.css
 * Generic layout & styles for Shopp pages
 *
 * @author Jonathan Davis
 * @package shopp
 **/

/* Custom Shopp Styles */

/* Catalog Page */

.strikethrough {
	text-decoration: line-through;
	color:#990000;
}

.laurels td {
	text-align:center;
	font-family:"Arial Black";
	font-size:small;
	height:81px;	
	width: 90px;
	background: url('images/laurels.png') no-repeat center top;
	padding:0px 30px;
}

.catalogTotal {
	text-align:center;
	font-weight:bold;
	padding:5px 0px 0px 0px;
}

#catalogSideBar {
	height:1200px;
	background:#E9E9E9;
	border-right: 1px dotted;
	margin-top:10px;
}


.centerBorder {
	background: url('images/border.gif'); 
	height:20px; 
	text-align:center;
	margin-bottom:10px;
}

.featuredText {
	font-size:1.6em; 
	font-weight:bold; 
	font-variant:small-caps; 
	background-color:white; 
	padding:0px 10px;
}

.categoryProduct {
	background: url('images/lrborder.gif') repeat-y;
	text-align: center;
	min-height:180px;
	margin-bottom:10px;
	margin-top:10px;
	border-top:1px dotted #CCCCCC;
}

.marginTop {
	margin-top:10px;
}

.borderLeft {
	border-left: dotted 1px;
}

.borderBottom {
	border-bottom:1px dotted;
	text-align:center;
	padding: 3px 0px;
}

.featuredBanner {
	margin:10px 0px 0px 0px;
}

#options-2 {
	margin-top: 3px;
}

#splash {
	text-align:center;
	margin-bottom:10px;
}

#splashImg {
	border:dashed thick #999;
}

#shopp h4 {
	font-size:1em;
}

.cartItem {
	border-bottom: 1px dotted black;
	vertical-align: middle;
	padding-bottom:3px;
	margin-top:5px;
}

.cartItem a {
	font-size:1.2em;
}
.money {
	text-align:right;
	font-size:1.3em;
}

.cartHeader {
	padding-top: 10px;
	border-bottom:1px #666 groove;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom:5px;
}
.totals {
	border-bottom: 1px dotted black;
	text-align:right;
	padding: 5px 0px;
}
.totalTitle {
	font-size:1.3em;
	font-weight: bold;
	text-align: right;
}

#promocode {
	margin-right:5px;
}

.grid_2 #shipping-country {
	margin-bottom:0px;
}
.grid_2 ul li {
	padding-top:0px;
}
.submitZip{
	border:none;
}

.update-button {
	width:100%;
}

.optionSelect select {
	width:80%;
}

.addtocart {
	width: 100px;
	border:1px dashed #CCC;
	background:#FFF;
}

.addtocart:hover {
	cursor: pointer;
	background:#666;
	color:#FFF;
}

.specs {
	padding-top: 10px;
	border-top: 1px dotted #000;
	margin-top: 10px;
}

.bigProductName {
	font-size: 20pt;
	font-weight: bold;
	border-bottom: 1px dotted #000;
	text-align:left;
}

.sidecartItems {
	border-bottom: 1px dotted;
	margin-bottom:5px;
	padding-bottom:5px;
	display:table;
}

.sidecartQty {
	font-size:large;
	text-align: center;
	width: 25px;
}

.sidecartName {
	padding-left:5px;
	width:145px;
}

.sidecartPrice {
	text-align:right;
	width:65px;
}
.sidecartTotalItems {
	font-size:1.2em;
	font-weight: bold;
}


.methodLabel {
	font-size:1.2em;
	text-align:center;
	font-weight: bold;
}

.methodLabelBottom {
	padding-bottom:2px;
	margin-bottom:2px;
	border-bottom:1px dotted;
	text-align:center;
}

.checkoutBox {
	border:1px dotted; 
	padding:10px;
	margin-top:5px;
}

.checkoutHeader {
	font-size:1.2em;
	border-bottom: 1px dotted;
	font-weight: bold;
}

.checkoutRight {
	text-align:right;
}

.checkoutBox .grid_2, .checkoutBox .grid_3 {
	margin-top:4px;
}

.leftMargin {
	margin-left:80px;
}
.AuthorizeNetSeal {
	position:relative;
	left:20px;
}
.seals {
	padding-top:20px;
}
#checkout-button {
	height:30px;
	width:200px;
}
.submitButton {
	margin-top:10px;
	text-align:center;
}

#shopp li {
	list-style-type: none;
}

.error {
	text-align: center;
	color:#990000;
	font-weight:bold;
	font-size:1.2em;
}

.variations label {
	margin:3px;
	display:block;
	line-height:1.5em;
	vertical-align:middle;
	font-size:1.2em;
}

#shopp .alignleft {
	float:left;
	text-align:left;
	margin:15px;
}

.details {
	min-height:50px;
	padding:0px 5px;
}

#billing-address-fields, #shipping-address-fields {
	min-height:275px;
	margin-bottom:10px;
}

/**
 * Catalog/Category
 */

.categories ul li a.current { font-weight: bold; }
#shopp .category {
	text-align: center;
	width: 170px;
	}
#shopp .views { display: inline; position: absolute; right: 0; top: 0; }
#shopp .views button { border: none; background: none; cursor: pointer; padding: 2px; }
#shopp .views button:hover { background-color: #ebebeb; border: 1px solid #777; }
#shopp .views li { display: inline; }
#shopp .orderby { float: right; }

#shopp .subcategories { padding: 10px 0; margin-bottom: 10px;}

/* Each product in a category has a containing frame */
#shopp ul.products li.product div.frame { }

#shopp ul.products li .name, 
#shopp ul.products li .summary,
#shopp ul.products li .savings,
#shopp ul.products li .price { margin-top: 0; margin-bottom: 0; }
#shopp ul.products li .details { float: none; }


/* Product List View */
#shopp.list ul.products li { float: none; width: 100%; clear: both; padding-bottom: 10px;}
#shopp.list ul.products li.product {  border-bottom: 1px solid #ddd; }
#shopp.list ul.products li div.frame { width: 100%;  text-align: center; }
#shopp.list ul.products li img { }
#shopp.list ul.products li .details { float: left; width: 100%;}
#shopp.list ul.products li .listview { display: block; }

#shopp ul.breadcrumb { margin: 10px 0; font-size:1.2em; font-weight: bold; }
#shopp ul.breadcrumb li { background: none; padding: 0; display: inline; margin-left: 0; text-indent: 0; border-bottom:1px dotted; }

#shopp ul.categories { float: left; margin-right: 20px; }

/* Category Pagination 
#shopp ul.paging { /* placeholder for your styles - inherited defaults: clear: none; display: inline-block; */ }
#shopp ul.paging li { /* placeholder for your styles - inherited defaults: display: inline-block; margin-left: 5px; */ }
#shopp ul.paging li a { /* page links default styling */ }
#shopp ul.paging li a:hover { /* page links hover styling */ }
#shopp ul.paging li.active { /* currrent page style */ }
#shopp ul.paging li.disabled { /* style for disabled previous/next links */ }
#shopp ul.paging li.previous a,
#shopp ul.paging li.next a { /* previous/next link style */ }

/**
 * Product Pages
 */
#shopp .column { float: left; }
#shopp .column.first { width: 65%; }
#shopp .column.second { float: right; width: 35%; }

#shopp .original { text-decoration: line-through; }
#shopp form.product ul,
#shopp form.product ul li,
#shopp form.product ul li label { clear: none; }
#shopp ul.variations label { display: block; }
#shopp dl { clear: both; }
#shopp dl dt { font-weight: bold; float: left; margin-right: 10px; clear: left; }
#shopp dl dd { display: block; clear: right; }

#shopp .gallery { }
#shopp .gallery ul.previews li.thumbnails ul { margin: 10px 0 10px 0; }
#shopp .gallery ul.previews li.thumbnails li { margin: 0 5px 0 0; }

/**
 * Category List Widget
 *
ul.shopp_categories { /* category list container */ }
ul.shopp_categories li { /* category listing containers */ }
ul.shopp_categories li a { /* category link default styles */ }
ul.shopp_categories li a:hover { /* category link hover styles */ }
ul.shopp_categories li span { /* categpry product count styles */ }
ul.shopp_categories li.current { /* currently viewed category container */ }
ul.shopp_categories li.current a { /* currently viewed category link style */ }
ul.shopp_categories li.current a:hover { /* currently viewed category link hover style */ }
ul.shopp_categories li ul.children { /* sub-category list container */ }
ul.shopp_categories li ul.children li { /* sub-category listing container */ }
ul.shopp_categories li ul.active { /* active sub-category container */ }

/* Collapsed sub-category menus example
ul.shopp_categories li ul.children { display: none; }
ul.shopp_categories li ul.active { display: block; }
*/

/**
 * Side Products Widget
 **
.sideproduct { margin-top: 20px; }
.sideproduct h3 { margin-top: 0; }

/**
 * Shopping Cart 
 */
 
#shopp #cart { width: 100%; }
#shopp #cart table { width: 100%; }
#shopp #cart th { text-align: left; font-weight: bold; }
#shopp #cart th, #shopp #cart td { padding: 3px; }
#shopp #cart .item { width: 50%; }
#shopp #cart .money, 
#shopp #cart .totals th,
#shopp #cart .buttons td { text-align: right; white-space: nowrap; }
#shopp #cart .totals.total th,
#shopp #cart .totals.total td { font-size: 130%; }
#shopp #cart .remove { font-size: 9px; }

#shopp #cart address { font-style: normal; }
#shopp #cart big { display: block; margin: 10px 0; }
#shopp #cart big a.right { float: right; } 

/* External checkout buttons */
#shopp .xcheckout { display: block; clear: both; text-align: right; }
#shopp .xcheckout button { border: none; margin: 0; padding: 0; }

/**
 * Shopping Cart Widget
 **/
#shopp-cart.widget p.status { margin-bottom: 10px; }

/**
 * Checkout 
 **/
#shopp #shipping-methods { padding-left: 30px; }
#shopp #shipping-methods li { margin-top: 5px; }
#shopp #shipping-methods input { margin-left: -16px; }

#shopp #errors { color: #990000; }

/**
 * Order Receipt
 **/
#shopp #receipt { position: relative; margin: 20px 0; }
#shopp #receipt address { font-style: normal; }
#shopp #receipt fieldset { float: left; width: auto; width: 42%; padding: 10px; border: 1px solid #dadada; margin-bottom: 30px; }
#shopp #receipt fieldset.shipping { width: 42%; float: right; }
#shopp #receipt fieldset legend { display: block; }
#shopp #receipt table.transaction { clear: both; width: 100%; margin-bottom: 10px; }
#shopp #receipt table.transaction th { text-align: right; width: 80px; padding-right: 10px;}

#shopp #receipt .order { width: 100%; clear: both; border: none; }
#shopp #receipt td { border: none; }
#shopp #receipt th { font-weight: bold; text-align: left; border: none; }
#shopp #receipt th, 
#shopp #receipt td { padding: 3px 0; }
#shopp #receipt .order .item { width: 50%; }
#shopp #receipt .order .money, 
#shopp #receipt .order .total,
#shopp #receipt .order .buttons td { text-align: right; }
#shopp #receipt .order .totals.total th,
#shopp #receipt .order .totals.total td { font-size: 130%; }

/* SideNav */
/*Main Navbar */

#sideNav {
	font-size:1em;
	background-color: #999999;
	}
	
#sideNav, #sideNav ul {
	list-style: none;
	line-height: 1.6;
	}

#sideNav #noBorder {
	border-right:none;
}

#sideNav a, #sideNav a:hover {
	display: block;
	text-decoration: none;
	border:none;
	}

#sideNav li {
	list-style:none;
	}

#sideNav a, #sideNav a:visited {
	display:block;
	font-weight:bold;
	color: #f5f5f4;
	padding:4px 12px;
	}

#sideNav a:hover, #sideNav a:active, .current_page_item	a, #home .on {
	text-decoration:none;
	background-color: #666666;
	}	
	
/* Dropdown Menus */

#sideNav, #sideNav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 150px;
	}
	
	#sideNav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 150px;
	}
	
	#sideNav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 150px;
		margin-top : -23px;
		width: 150px;
		border-bottom: 1px solid #a9a9a9;
		z-index:10;
	}
	
	#sideNav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#sideNav li a {
		display : block;
		
	}
	
	#sideNav li a:hover {
		color : white;
		background-color:#000;
	}
	
	#sideNav li:hover ul ul, #sideNav li:hover ul ul ul, #sideNav li.sfhover ul ul, #sideNav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#sideNav li:hover ul, #sideNav li li:hover ul, #sideNav li li li:hover ul, #sideNav li.sfhover ul, #sideNav li li.sfhover ul, #sideNav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
#sideNav li li {
	width: 150px;
	border-top: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
	background-color: #000000;opacity:.75;filter: alpha(opacity=75); -moz-opacity: 0.75; 
	}
#sideNav li li a, #sideNav li li a:visited {
	font-weight:normal;
	font-size:0.9em;
	color:#FFF;
	}
#sideNav li li a:hover, #sideNav li li a:active {
	background-color: #666666 ;
	}
	
a.main:hover
{	background:none;
	}
	
.current_page_item ul li a {
	background-color:#000;
}
	
		


