/**
 * shopp.css
 * Generic layout & styles for Shopp pages
 *
 * @author Jonathan Davis
 * @package shopp
 **/

/* Generic Shopp Styles */

#shopp { margin: 0px; padding: 0px;}
#shopp .submit { text-align: right; }
#shopp form { text-align: left; margin: 0px; padding: 0px; padding: 0px 0px; padding-bottom: 0px;}
#shopp form.product ul.options { list-style: none;  clear: both;}
#shopp form ul { line-height: 1; padding: 0px; margin: 0px;}
#shopp form label { font-size: 13px; font-weight: bold; padding: 4px 0px; }
#shopp form ul li { padding: 0px; margin: 0px; }
#shopp form ul li span label,
#shopp form div label { font-size: 11px; font-weight: normal; padding-bottom: 8px; }
#shopp form a { color: #841488; }

#shopp #login input { 
	border: 1px solid #e1e1e1;
	font-size: 11px;
	font-family: "Lucida Sans Unicode";
	padding: 3px;
}

#shopp #login #submit-login { 
	background: url('../images/loginbutton.png') no-repeat;
    border: none;
    padding: none;
	width: 59px;
	height: 23px;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	border: 0;
}

/**
 * Catalog/Category
 **/
.categories ul li a.current { font-weight: bold; }
#shopp .category { position: relative; margin: 0px; padding: 0px; }
#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 { float: left; overflow: hidden; margin: 0px; padding: 0px; margin-top: 10px; }
#shopp ul.products li.product div.frame { overflow: hidden; margin: 0px 0px; padding: 0px; width: 100%;}
#shopp ul.products li .name,
#shopp ul.products li .summary,
#shopp ul.products li .price { margin-top: 0; margin-bottom: 0; margin: 0px; padding: 0px;}
#shopp ul.products li .details { overflow: hidden;}

/* Hide the product summary in the grid view */
/* #shopp ul.products li .summary { display: none; } */
/* #shopp ul.products li .listview { display: none; } */


#shopp ul.products img { display: block; margin: 0px;}

#shopp .price { color: #841488; font-size: 13px; font-family: "Lucida Sans"; font-weight: bold; margin: 0px; padding: 0px;}
#shopp .original { text-decoration: line-through; color: #fc5454; margin-bottom:3px; }
#shopp .sale { color: #40a13e; margin-bottom: 3px;}
#shopp h4.name { font-family: "Lucida Sans"; font-weight: bold;  color: #282828; }
#shopp h4.name a:link, #shopp h4.name a:visited, #shopp h4.name a:active { 
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans"; 
	font-weight: bold; 
	color: #282828;
}  

#shopp .specs { margin: 0px; padding: 0px; margin-bottom: 7px;margin-top: 4px;}
#shopp .specs dt{ font-family: "Lucida Sans Unicode"; font-size: 12px;  font-weight: normal;}
#shopp .specs dd{ font-family: "Lucida Sans Unicode"; font-size: 12px; }


/* Faceted menu cancel filter link styles */
.filters a.cancel:before { content: "["; }
.filters a.cancel { font-weight: bold; }
.filters a.cancel:after { content: "]"; }
.filters a.cancel:hover { text-decoration: none; }

/* Product List View */
#shopp.list ul.products li { float: none; width: 100%; clear: both; padding: 0px; margin: 0px; padding-bottom: 10px;}
#shopp.list ul.products li.product {  overflow: hidden; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #ddd; }
#shopp.list ul.products li div.frame { width: 100%;  text-align: left; }
#shopp.list ul.products li img { float: left; margin-right: 10px; }
#shopp.list ul.products li .details { float: left; width: 570px;}
#shopp.list ul.products li .listview { display: block; margin: 0px; padding: 0px;}
#shopp.list ul.products li .listview p{ margin: 0px; padding: 0px;}


#shopp.grid ul.products li { float: left; display: inline; margin: 0px; padding: 0px;}
#shopp.grid ul.products li.product {  display: inline; float: left; width: 231px; }
#shopp.grid ul.products li div.frame { text-align: left; }
#shopp.grid ul.products li img { float: left;}
#shopp.grid ul.products li .details { float: left; margin-top: 4px; margin-left: 4px;}
#shopp.grid ul.products li .listview { display: block; padding: 0px; margin: 0px;}

#shopp ul.breadcrumb { margin: 0px 0px; padding: 0px; margin-bottom: 4px;}
#shopp ul.breadcrumb li { background: none; padding: 0; display: inline; margin-left: 0; text-indent: 0; }
#shopp ul.breadcrumb li a:link, #shopp ul.breadcrumb li a:visited, #shopp ul.breadcrumb li  a:active {
	font-family: "Lucida Sans Unicode", Verdana, "lucida sans";
	size: 12px;
	color: #282828;
	text-decoration: underline;
}

#shopp ul.breadcrumb li a:hover {
	color: #841488;
}


#shopp ul.categories { float: left; margin-right: 20px; }

/* Category Pagination */
#shopp ul.paging { font-size :11px;/* placeholder for your styles - inherited defaults: clear: none; display: inline-block; */ }
#shopp ul.paging li { padding :1px;/* placeholder for your styles - inherited defaults: display: inline-block; margin-left: 5px; */ }
#shopp ul.paging li a { color: #841488; /* page links default styling */ }
#shopp ul.paging li a:hover { color: #841488; /* page links hover styling */ }
#shopp ul.paging li.active { color: #841488; font-weight: bold;/* 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 { margin: 5px 0px 5px 0px;  padding: 0px;}
#shopp .gallery ul.previews li.thumbnails ul { margin: 10px 0 10px 0; }
#shopp .gallery ul.previews li.thumbnails li { margin: 0 5px 0 0; }
#shopp .gallery img { border: 1px solid #e6e6e6; padding: 4px; }
/**
 * 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%; font-size: 11px; font-family: "Lucida Sans Unicode"; }
#shopp #cart table { margin: 0px; width: 700px; border: 1px solid #e6e6e6; padding: 4px; font-family: "Lucida Sans Unicode"; margin-bottom: 8px; }
#shopp #cart th { background-color:#f4e1fb; text-align: left; font-weight: bold; }
#shopp #cart th, #shopp #cart td { padding: 4px; }
#shopp #cart .item { width: 40%; }
#shopp #cart .money, 
#shopp #cart .totals th,
#shopp #cart .buttons td { margin: 0px; padding: 5px; text-align: right; }
#shopp #cart .totals.total th,
#shopp #cart .totals.total td { font-size: 100%; font-weight: bold; color: #841488; }
#shopp #cart .remove { font-size: 9px; }
#shopp #cart tr { margin: 5px 0px;}

#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; width: 700px; clear: both; text-align: right; float: right; padding: 0px; margin: 0px; margin-top: 10px;}
#shopp .xcheckout button { display: inline; margin-left; 10px; margin: 0; padding: 0; border: 0; }
#shopp .xcheckout p { display:inline; float: right; margin: 0px; padding: 0px; border: 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; }

#errors { overflow: hidden; color: #fc5454; font-color:#fc5454; padding: 0px; margin: 0px;}
#errors p { color: #fc5454; }
#errors h3 { color : #fc5454; }

/**
 * 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%; }


p.headline {
	overflow: hidden;
	font-family: "Lucida Sans Unicode", verdana;
	size: 12px;
	margin: 5px 0px;
	padding: 0px;
	clear: both;
	float: left;
}

h3.large_heading {
	padding: 0px 0px;
	margin: 0px 0px;
	color: #1e1e1e;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 8px;
	font-family: "Lucida Sans", Verdana;
}

.product_summary {
	overflow: hidden; 
	display: inline; 
	float: left;
	width: 340px;
	padding-left: 25px; 
	margin-top: 10px;
}

.product_summary h3 {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans Unicode";
	font-size: 14px;
	color: #6e118d;
	font-weight: bold;
}

h3.image_headers {
	overflow: hidden;
	padding: 0px;
	margin: 5px 0px 0px 0px;
}

.category_header {
	overflow: hidden;
	margin: 0px 0px;
	padding: 0px;
}

p.savings {
	margin: 0px;
	padding: 0px;
	font-color: #841488;
	color: #841488;
	font-weight: bold;
}

p.savings2 {
	margin: 0px;
	padding: 0px;
	font-color: #fc5454;
	color: #fc5454;;
	font-weight: bold;
}

#cart input , #checkout input{
	border: 1px solid #e1e1e1;
	font-size: 11px;
	font-family: "Lucida Sans Unicode";
	padding: 3px;
	
}

form select {
	border: 1px solid #e1e1e1;
	font-family: "Lucida Sans Unicode";
	padding: 3px;
	font-size: 11px;
	margin-top: 8px;
}


.addtocart {
 	background: url('../images/addtocartbutton.png') no-repeat;
    border: none;
    padding: none;
	width: 93px;
	height: 24px;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
}

.remove {
 	background: url('../images/removebutton.png') no-repeat;
    border: none;
    padding: none;
	width: 54px;
	height: 18px;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
}

.update-button {
 	background: url('../images/updatebutton.png') no-repeat;
    border: none;
    padding: none;
	width: 59px;
	height: 23px;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	border: 0;
}

.checkout-button {
 	background: url('../images/checkoutbutton.png') no-repeat;
    border: none;
    padding: none;
	width: 52px;
	height: 18px;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	border: 0;
}

.login-button {
 	background: url('../images/loginbutton.png') no-repeat;
    border: none;
    padding: none;
	width: 59px;
	height: 23px;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	border: 0;
}

.submitorder-button {
 	background: url('../images/submitorderbutton.png') no-repeat;
    border: none;
    padding: none;
	width: 95px;
	height: 23px;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	border: 0;
}

.confirmorder-button {
 	background: url('../images/confirmorderbutton.png') no-repeat;
    border: none;
    padding: none;
	width: 99px;
	height: 23px;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	border: 0;
}

#checkout .login-button, #checkout .submitorder-button, #checkout .confirmorder-button {
	border: 0;
}

#cart .update-button {
	border: 0;
	margin-top:10px;
	margin-bottom: 10px;
}