/**
 * shopp.css
 * Generic layout & styles for Shopp pages
 *
 * @author Jonathumthan Davis
 * @package shopp
 **/
/* Generic Shopp Styles */
body#shoppage {
	background-image: url(images/top_bak_shop.jpg);
	background-color: #f4ecdf;
	background-repeat: repeat-x;
}
#shoptop {
	background-image: url(images/top_graphic_shop.jpg);
	width: 100%;
	text-align: center;
	background-repeat: no-repeat;
	background-position: top center;
	height: 140px;
}
#shopp .frame {
	text-align: center !important;
	width: 100%;
}
#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: 3px;
}

#shopp form ul li span label,
#shopp form div label {
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 8px;
}

/**
 * Catalog/Category
 **/
.categories ul li a.current {
	font-weight: bold;
}

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

.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;
	width: 100%;
}

#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: left;
	text-align: center;
	width: 100%;
}

/* 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: normal;
	line-height: 1.5;
	margin: 0;
	font-size: 16px;
}

#shopp .original {
	text-decoration: line-through;
}

#shopp .sale {
	font-size: 150%;
}

.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-bottom: 10px;
}

#shopp.list ul.products li.product {
	border-bottom: 1px dotted #e0c9a4;
}

#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%;
	text-align: left;
}

#shopp.list ul.products li .listview {
	display: block;
}

#shopp ul.breadcrumb {
	margin: 10px 0;
	display: inline !important;
}

ul.breadcrumb li {
	background: none;
	padding: 0;
	display: inline !important;
	list-style: none;
	margin-left: 0;
	text-indent: 0;
}

ul.categories {
	float: left;
	margin-right: 20px;
	border: 1px solid green !important;
}

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

#shopp ul.variations label {
	display: block;
}

#shopp dl {
	clear: both;
}

#shopp dl dt {
	font-weight: normal;
	font-size: 10px;
	clear: left;
	margin: 0;
	padding: 0;
}

#shopp dl dd {
	display: block;
	clear: right;
}
#shopp dl {
	background-color: #ece2cb;
	width: auto;
	padding: 10px;
	border: 1px solid #e2d4b2;
}

#shopp .gallery {
	margin: 5px 10px 5px 0;
}

#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_image {
	float: left; 
	margin: 0 10px 10px 0;
}
#shopp .gallery_image img {
	padding: 5px;
	background-color: white;
	border: 1px solid #e6d6bc;
}
#shopp .product_price_info {
	float: left;
	clear: right;
}
#shopp .product_description {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	float: left;
	width: 100%;
	clear: both;
}

/**
 * Shopping Cart 
 **/
#shopp #cart {
	width: 100%;
}

#shopp #cart table {
	padding: 10px 0;
	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;
}

#shopp .xcheckout {
	display: block;
	clear: both;
	text-align: right;
}

#shopp .xcheckout button {
	border: none;
	margin: 0;
	padding: 0;
}

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

/*####################################################*/
/*###########       Begin Changes        #############*/
/*####################################################*/


#shopp {
	font-family: Arial, Helvetica, sans-serif;
}
#shopp h4.name a {
	color: #930000;
	font-family: "Palatino Linotype","Times New Roman", Times, serif;
	font-weight: normal;
	text-decoration: none;
	line-height: normal;
	display: block;
	font-size: 15px;
}
#shopp h4.name a:hover {
	color: red;
	margin: 0;
	padding: 0;
}
#shopp .details {
	margin-left: 5px;
}
#shopp ul.products li .thumbnail {
	width: 100%;
	text-align: center !important;
	border: none;
}
#shopp.list ul.products li .thumbnail {
	width: 150px;
	float: left;
	text-align: left !important;
	border: none;
}
#shopp .thumbnail img {
	margin: 5px 0 5px 0 !important;
	float: none !important;
	border: 1px solid white;
	
}
#category_list {

	padding-bottom: 1px;
}
#category_list ul {

}
#category_list ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#category_list li a {
	border-bottom: 1px solid #f4ecdf;
	display: block;
	text-decoration: none;
	padding: 3px 3px 3px 5px;
	color: #333333;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;

}
#category_list li a:hover {
	color: #930000;
}
#category_list a.current {

}
#category_list li a:hover {

}
#category_list h2 {
	border-bottom: 1px solid #f4ecdf;
	margin-bottom: 0;
	color: #414141;
	font-size: 18px;
	padding: 5px;
	text-align: left;
	color: #930000;

}
#category_stuff {

}

#containershop {
	background-image: url(images/main_bak.jpg);
	background-repeat: no-repeat;
	background-position: 0 60px;
	height: 100%;
}
#shop li.product  {
	display: block;
	text-align: center !important;
	min-height: 250px;
	margin: 10px;
}
#shopp.list li.product {
	border: none;
	min-height: 100px !important;
}
#shopp li.product form {
	text-align: center;
}
#shopp.list li.product form {
	text-align: left;
}
#shopp.category h2 {
	font-size: 23px;
	font-weight: normal;
	color: #930000;
	font-family: "Palatino Linotype","Times New Roman", Times, serif;
}
#shopp .cart_items {
	border: 1px solid #dec9a4;
	border-top: none;
}
#shopp .cart_headers {
	border: 1px solid #dec9a4;
}
/*####################################################*/