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

/* Generic Shopp Styles */

#shopp .submit { text-align: right; }
#shopp form { text-align: left; }
#shopp form.product ul.options { list-style: none; }
#shopp form ul { line-height: 1; }
#shopp form label { font-size: 14px; font-weight: bold; padding-bottom: 5px; }
#shopp form ul li span label,
#shopp form div label { font-size: 11px; font-weight: normal; padding-bottom: 8px; }
</div>
/**
 * Catalog/Category
 **/

#shopp .category { position: relative; }
#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 { padding: 10px; }

#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; }

/* 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; }

#shopp .price { font-weight: bold; line-height: 1.5; margin: 0; }
#shopp .original { text-decoration: line-through; }
#shopp .sale { font-size: 150%; }

.filters.enabled a.cancel:before { content: "["; }
.filters.enabled a.cancel { font-weight: bold; }
.filters.enabled a.cancel:after { content: "]"; }

/* 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: left; }
#shopp.list ul.products li img { float: left; margin-right: 10px; }
#shopp.list ul.products li .details { float: left; width: 65%;}
#shopp.list ul.products li .listview { display: block; }

#shopp ul.breadcrumb { margin: 10px 0; }
#shopp ul.breadcrumb li { background: none; padding: 0; display: inline; margin-left: 0; text-indent: 0; }

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

/* 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;
	padding-bottom: 10px;
}
#shopp ul.variations label {
	display: block;
}

#shopp .gallery {
	float: right;
}
#shopp .gallery ul.previews li.thumbnails ul {

}
#shopp .gallery ul.previews li.thumbnails li {
	
}

#shopp .gallery .previews li {
	line-height: 100% !important;
	height: 100% !important;

}


/*--Product Details---*/

#shopp dl {
	clear: both;
}
#shopp dl dt {
	font-weight: bold;
	margin-right: 10px;
	font-size: 11px

}
#shopp dl dd {
	display: block;
	margin: 0;
	padding-bottom: 5px;
	
}


/**
 * Shopping Cart 
 **/

/**
 * Checkout 
 **/
#shopp #shipping-methods { margin: 0px 0; }
#shopp #shipping-methods li { margin-top: 5px; }

#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 {
	border-bottom:1px solid #CCCCCC;
	font-weight:bold;
}


#shopp #receipt th, 
#shopp #receipt td {
	padding:5px;
}
#shopp #receipt .order .item { 
	font-weight:bold;
}
#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%;
}


#shopp {

}
#shopp .product {
}

#shopp .thumbnail {
	float: left;
	padding: 10px 0;
}

#shopp .onsale .web_badge{
	background:url(images/special-price.png) top left no-repeat;
	width: 70px;
	height: 70px;
	float: left;
position: absolute; 
left: 113px;
z-index: 100;
margin: -8px 0 0 -15px;
}

#shopp .featured .web_badge{
	background:url(images/featured-product.png) top left no-repeat;
	width: 70px;
	height: 70px;
	float: left;
	position: absolute; 
	left: 113px;
	z-index: 100;
	margin: -8px 0 0 -15px;
}
#shopp .name {
	font-size: 25px;
	margin-bottom: 5px;
}
#shopp .description {
	font-size: 12px;
	clear: none !important;
}
.catalog .details {
	padding: 10px;
	margin-left: 150px;
}

.product_detailed .details {
	margin: auto;
	float: left;
	padding-right: 10px;
	
}

.product_detailed .description {
	margin: auto;
	float: left;
	
}
#shopp .price {
	font-size: 18px;
	font-stretch: narrower;
	font-weight: bold;
	padding: 10px 0;
}

#shopp .savings {
	font-size: 10px;
	color: #CC3333;
}

#shopp .line_through{
	text-decoration: line-through;
	float: left;
}

#shopp  .new_price {
	float: left;
	padding-left: 5px;
	color: #FF0000;
}

#shopp .buttons {
	float: left;
}

#shopp .clear {
	clear: both;
}


#shopp #cart table td, th {
	padding: 5px;
}
#shopp #cart th {
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
}

#shopp #cart .shipping{
	font-weight: bold;
}
#shopp #cart .subtotal {
	font-weight: bold;
	border-top: 1px solid #CCCCCC;
	padding-top: 12px;
	padding-bottom: 12px;
}
#shopp #cart .total {
	font-weight: bold;
	font-size: 14px;
	border-top: 1px solid #ff0000;
}
#shopp #cart .item {
	font-weight: bold;
}
#shopp #cart tr.even td, table.zebra tr.even th {
	background-color:#FFF;
}
#shopp #cart tr.odd td {
	background-color:#f6fcee;
}

#shopp #promo_info {
	font-weight: bold;
}

#shopp #promo_code_info a {
	font-size: 8px;
	text-decoration: none;
	font-weight: bold;
	background: url(icons/textfield.png);
	width: 50px;
	height: 20px;
}

#shopp button, .button {
	font-size: 10px;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	background-color:#f5f5f5;
	text-decoration:none;
	font-weight:bold;
	color:#565656;
	border: 1px solid #aaa;
	border-top:1px solid #aaa;
	border-left:1px solid #aaa;	
	cursor:pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color:#eee;	
	padding: 2px; /* Firefox */
}

#shopp .neg:hover{
	background-color:#f7cac2 !important;
    border:1px solid #e12a0a !important;
	color: #e12a0a !important;
}

#shopp .pos:hover{
	background-color:#def5c1 !important;
    border:1px solid #549105 !important;
	color: #549105 !important;
}

#shopp button:hover{
   background-color:#ccc;
   border:1px solid #000;
   color: #000;
}

#shopp .add_to_cart {
	padding: 4px 4px 4px 20px; /* Links */
	background-image: url(images/cart_put.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
        margin: 2px;
}

#shopp .confirm_order { 
        padding: 4px 4px 4px 20px; /* Links */
	background-image: url(images/tick.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
        margin: 2px;
}

#shopp .update_cart {
        padding: 4px 4px 4px 20px; /* Links */
	background-image: url(images/cart_refresh.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
        margin: 2px;
}

#shopp .checkout {
        padding: 4px 4px 4px 20px; /* Links */
	background-image: url(images/cart_go.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
        margin: 2px;
}

#shopp .continueshopping{
        padding: 4px 4px 4px 20px; /* Links */
	background-image: url(images/cart.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
        margin: 2px;
}


#shopp .view_details {
	padding: 4px 4px 4px 20px; /* Links */
	background-image: url(images/magnifier.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
        margin: 2px;
}

#shopp .remove_from_cart {
	padding: 4px 4px 4px 20px; /* Links */
	background-image: url(images/cart_remove.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
        margin: 2px;
}



