
/*
Theme Name: MWK
Theme URI: http://www.michaelwestonking.com
Description: Default MWK Theme
Version: 1.0
Author: Greg Malkin
Author URI: http://www.gregmalkin.co.uk
*/

/*
 * If you delete this file, you can expect your WP e-Commerce installation to break in some manner
 * to create your own theme copy, and paste this file, change the names and alter to your tastes
*/

.wpsc_container {
	position: relative;
	_zoom: 1;
}

div.productdisplay img {
	max-width: none !important;
	padding: 0px;
	border: none;
}

#change_country { float:left; }

/*
 * shopping cart styling
 * lots of styling for lots of different ways of displaying it.
 */
div#shoppingcart {
	float: right;
	width: 148px;
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
}

div#shoppingcart div#shoppingcartcontents {
	font-size: 9pt;
	border: 1px solid #999999;
	background-color: #efefef;
	height: 100%;
	width: 100%;
	text-align: left;
	padding: 0px 6px 0px 0px;
	position: relative;
	z-index: 9;
}

div#shoppingcart div#shoppingcartcontents strong {
	display: block;
	width: 100%;
}

div#shoppingcart div strong { font-size: 11pt; }

div#sideshoppingcart div {
	height: 100%;
	width: 90%;
	text-align: left;
	padding: 6px;
	padding-top: 4px;
}

div#sideshoppingcart div h2 {
	margin-left: -1ex;
	display: inline;
}

input.wpsc_buy_button {
	display: block;
	float: right;
	border: none;
	background: #e49481;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	text-transform: uppercase;
	margin: 10px 0 0 0;
	cursor: pointer;
}

input.wpsc_buy_button:hover {
	background: #fff;
	color: #d8664a;
}

.single_product_display input.wpsc_buy_button {
	margin-top:30px;
	float: none;
}

a.buy_button {
	display: block;
	float: right;
	background: #e49481;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	padding: 5px 30px;
	text-transform: uppercase;
	margin: 10px 0 0 0;
	text-decoration: none;
}

a.buy_button:hover {
	background: #fff;
	color: #d8664a;
}


a.wpsc_product_title {
	display: block;
	float: left;
}

a.wpsc_edit_product {
	display: inline-block;
	font-size: .8em;
	margin: 0 0 0 5px;
	color: #fff;
}

div.wpsc_listen_button { clear: both; }

table.shoppingcart {
	width: 100%;
	border: 0;
}

table.shoppingcart tr th {
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	text-align: left;
	padding: 0 0 5px 0;
}

table.shoppingcart tr td {
	font-size: 1.2em;
	color: #fff;
	padding: 3px 0;
}

div#widgetshoppingcart { }

div#widgetshoppingcart div {
	height: 100%;
	width: 100%;
	text-align: left;
}

div#widgetshoppingcart div strong.cart_title {
	margin-left: -6px;
	display: inline;
	font-size: 1.2em;
}

div#widgetshoppingcart div h2 {
	text-align: left;
	margin-bottom: 4px;
	display: block;
}


div#shoppingcartcontents { display: block; }

span.oldprice { text-decoration: line-through; }

span.oldprice span { text-decoration: line-through; }

span.special {
	color: #DD0000;
	font-weight:bold;
}

strong.prodtitles {
	display: block;
	margin-bottom: -15px;
}

span.items {
	display:block;
	text-align: right;
	margin:0 0 15px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #d8664a;
}

span.nomore {
	display:block;
	margin:0 0 15px 0;
}

span.numberitems {
	font-weight: bold;
	margin:0 10px 0 0;
}

span.subtotal, span.total, span.discount, span.postage, span.tax, span.gocheckout { display:block; }

span.discounthead, span.subtotalhead, span.postagehead, span.taxhead {
	font-weight:bold;
	margin-right:5px;
}

span.emptycart {
	display: block;
	margin: 5px 0 0 0;
}

p.empty, p.visitshop {
	margin:0;
	padding:0;
}

span.total {
	display: block;
	border-top: 1px solid #d8664a;
	padding-top: 15px;
	margin: 15px 0;
	font-weight: bold;
}

span.totalhead {
	display: inline-block;
	line-height: normal;
	margin-right: 10px;
	font-weight: normal;
}

/*
 * end shopping cart styling
*/



div.breadcrumb {
	margin: 0px 0px 20px 0px;
	color: #fff;
}


/*
 * Product Category page
*/
#products_page_container .wpsc_categories li {
	display: block;
	list-style: none;
	margin: 0 10px 10px 0;
	width: 265px;
	min-height: 265px;
	float: left;
}

#products_page_container .wpsc_categories li a {
	display: block;
	border: 1px solid #d8664a;
	background: #d8664a;
	text-align: center;
	text-decoration: none;
}

#products_page_container .wpsc_categories li a span {
	display: block;
	color: #fff;
	margin: 5px 0;
}

#products_page_container .wpsc_categories span.link_substitute,
#products_page_container .wpsc_categories span.item_no_image { margin: 0; }

#products_page_container .wpsc_categories .link_substitute span {
	font-weight: normal;
	display: table-cell;
	width: 263px;
	height: 263px;
	vertical-align: middle;
	margin: 0;
	background: #fff;
	color: #d8664a;
}


/*
 * product default display styling
*/
div.productdisplay { margin-bottom: 15px; }

div.thumbnail {
	display: block;
	float: left;
	width: 176px;
	margin-right: 20px;
}

div.thumbnail a {
	display: block;
	border: 1px solid #d8664a;
}

.item_no_image {
	display: block;
	width: 176px;
	display: table-cell;
	width: inherit;
	height: inherit;
	color: #d8664a;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #d8664a;
}

div.single_product_display div.thumbnail {
	width: 308px;
	margin-right: 40px;
	border: 1px solid #d8664a;
}

div.producttext {
	display: block;
	float: left;
	font-size: 1.2em;
	width: 346px;
	text-align: left !important;
}

div.single_product_display div.producttext {
	float: none;
	width: auto;
	border-top: 1px dashed #E49481;
	padding-top: 10px;
	margin-top: 30px;
}

h4.prodtitles {
	display: block;
	font-size: 1.4em;
	margin: 15px 0;
	padding: 0;
	border: 0;
	
	/* IE7 float fix */
	overflow : hidden;
	_height : 1%;
}

h3.prodtitles {
	display: block;
	font-size: 1.8em;
	line-height: normal;
	margin-bottom: 15px 0 30px 0;
}

div.wpsc_description p {
	margin: 10px 0;
	font-size: 1.2em;
}

#products_page_container div.wpsc_description table { display: block; }

#products_page_container div.wpsc_description table td {
	padding-top: 0;
	padding-bottom: 4px;
	font-size: 0.8em;
	line-height: normal;
}

div.productoptions label {
	display: inline-block;
	color: #fff;
	margin-right: 10px;
	line-height: 25px;
	font-size: 1.2em;
}

.product_form {
	border-top: 1px dashed #E49481;
	display: block;
	padding-top: 10px;
	margin-top: 5px;
}

.single_product_display .product_form {
	float: left;
	width: 200px;
	border: 0;
	margin: 15px 0 0 0;
	padding: 0;
}

div.wpsc_variation_forms {
	float: right;
	display: inline-block;
	text-align: right;
	margin-left: 20px;
}

.single_product_display div.wpsc_variation_forms {
	float: left;
	text-align: left;
	margin-left: 0;
}

div.wpsc_product_quantity {
	float: right;
	display: inline-block;
	text-align: right;
	margin-bottom: 10px;
}

.single_product_display div.wpsc_product_quantity {
	float: left;
	text-align: left;
}

span.wpscsmall { font-size:0.8em; }

p.wpsc_product_extra_content { margin: 0px 0px 0px 0px; }

/* styles the additional description */
div.additional_description { display: none; }

a.additional_description_link { display: inline; }

a.additional_description_link img { margin-right: 3px; }

div.wpsc_product_price { display: block; }

span.pricefloatright { }


div.wpsc_product_price br { clear: both; }

p.galleryheading { font-weight:bold; }


span.pricedisplay {
	float: right;
	display: inline-block;
	color: #fff;
	font-size: 1.2em;
	line-height: normal;
}

span.pricedisplay strong {
	display: inline-block;
	margin-left: 10px;
	font-size: 1.4em;
}

.single_product_display span.pricedisplay { float: none; }



/*
 * end default product display styling
 */ 
 
 
div#homepage_products { width:100%; }

/* frontpage_product and category view styling */
div.frontpage_product {
	width:auto;
	float: left;
	height: 260px;
	text-align: center;
}

div.frontpage_product a p { margin-top: 0px; }

div.frontpage_product a {
	color: #333333 !important;
	font-weight: normal !important;
}

div.frontpage_product a img { border: none; }

div.frontpage_product img { text-align: center; }

div.frontpage_product span.front_page_price { display: block; }


 
/*
 * loading indicator styling 
*/
div.wpsc_loading_animation {
	margin-top: 3px;
	margin-left: 6px;
	float: left;
}
 
#loadingindicator {
	visibility: hidden;
	font-size: 7pt;
	font-weight: normal;
}

#loadingindicator img {
	position: relative;
	top: 3px;
	margin-left: 6px;
	/*  visibility: hidden; */
  border: none !important;
}

#alt_loadingindicator {
	visibility: hidden;
	font-size: 7pt;
	font-weight: normal;
}

#alt_loadingindicator img {
	position: relative;
	top: 3px;
	margin-left: 6px;
	/*  visibility: hidden; */
  border: none !important;
}
/*
 * end loading indicator styling 
*/ 
 
 

div.select_country { margin-bottom: 5px; }

div.select_country input, div.select_country select {
	vertical-align: top;
	_height: 20px;
	margin: 0px;
}

div.select_country form { text-align: left; }

form.wpsc_checkout_forms { text-align: left; }

form.wpsc_checkout_forms .login_error {
	color:red;
	margin:10px 0;
}

td.shipping_error { color:red; }

.wpsc_checkout_forms span.required {
	color: #e49481;
	font-style: italic;
	font-size: 1.1em;
}

.wpsc_checkout_forms input.make_purchase {
	display: block;
	border: 0;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	background: #d8664a url(images/paypal.png) no-repeat center right;
	padding: 10px 60px 10px 10px;
	margin: 0;
	cursor: pointer;
}

.wpsc_checkout_forms input.make_purchase:hover {
	color: #d8664a;
	background-color: #fff;
}

.wpsc_checkout_forms .purchaseInfo {
	display: block;
	margin: 0 0 0 15px;
	font-size: 12px;
	line-height: normal;
	color: #e49481;
}

fieldset.wpsc_registration_form {
	border: none;
	text-align: left;
	margin: 0px;
	padding-left: 3px;
}

fieldset.wpsc_registration_form label {
	display: block;
	clear: left;
	float: left;
	width: 94px;
}

fieldset.wpsc_registration_form input {
	float: left;
	margin: 0px 0px 4px 0px;
}

table.wpsc_checkout_table input.text, table.wpsc_checkout_table textarea, table.wpsc_checkout_table select, fieldset.wpsc_registration_form input {
	margin-right: 0;
	width: 254px;
	font-size: 10pt;
	padding: 3px;
}

table.wpsc_checkout_table select { width:271px; }

tr.product_shipping td h2 {
	margin-bottom: 15px;
	margin-top: 5px;
}


/* Verify your Order styling */
table.productcart {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	border-collapse: collapse;
	padding-top: 3px;
	border: none;
	font-size: inherit;
}

table.productcart tr td {
	padding-bottom: 5px;
	font-size: 11px;
	font-size: inherit;
}

table.productcart tr.product_row td {
	padding-bottom: 5px;
	font-size: inherit;
	vertical-align: middle !important;
}

table.productcart tr.product_row td {
	padding-bottom: 5px;
	font-size: inherit;
	vertical-align: middle !important;
}

form.adjustform { display: inline; }

table.productcart tr.firstrow th {
	font-weight:bold;
	border-bottom: 1px solid #fff;
}

table.productcart tr.firstrow th.firstcol { border-left: none; }

table.productcart tr.product_shipping td {
	vertical-align: middle;
	/*  border-top: 1px solid #E1DAB7 !important; */
 padding-top: 4px;
}

button.remove_button { margin: 0px !important; }

#coupon_num { width: 134px !important; }

table.productcart tr.total_price td {
	border-top: 1px solid #999999 !important;
	border-bottom: 1px solid #999999 !important;
	font-weight: bold;
	padding-top: 4px;
}

table.wpsc_checkout_table h4 {
	font-size: 1.2em;
	margin-top: 15px;
}

ul.checkout_links {
	list-style-type: none;
	padding-left: 0px;
}

ul.checkout_links li {
	list-style-type: none;
	margin-left: 0px;
}

ul.checkout_links li a {
	color: #555555 !important;
	font-weight: normal !important;
}

ul.checkout_links li a:hover { color: #000000 !important; }

a.termsandconds { text-decoration: underline; }

.validation-error input, .validation-error textarea { border: 1px solid red; }

p.validation-error {
	color: red;
	margin-bottom: 0px;
}

.wpsc-transaction-details #content {
	font-size: 1.4em;
	line-height: 1.3em;
	color: #fff;
}

.wpsc-transaction-details #content p {
	font-size: 1.0em;
	line-height: inherit;
}

/* end Verify your Order styling */



/*
 * category display styling
 */

/* override some styling in the default wordpress theme */
.wpsc_container .PeSwitcher ul li:before, .wpsc_container .PeCatsBrands ul li:before { content: ""; }

.wpsc_container .PeSwitcher ul li, .wpsc_container .PeCatsBrands ul li {
	padding-left: 0px !important;
	margin-left: 0px;
}

.PeSwitcher ul { padding-left: 0px; }

.PeSwitcher ul li { margin-left: 0px; }

.category_brand_header { list-style: none !important; }

.category_brand_header li { margin-left: 0px; }

.category_brand_header li:before { content: none !important; }

#content .category_brand_header li a {
	color: #333333;
	font-weight: bold;
	font-size: 11pt;
}

.PeCatsBrands ul { padding-left: 0px; }

.PeCatsBrands ul li { margin: 0px 0px 0px 0px !important; }

.PeCatsBrands ul.SubCategories { /*  margin: 0px; */ }

.PeCatsBrands ul.SubCategories li { margin-left: 1em; }

ul.PeCategories { margin: 0px; }

.category_image { float: left; }

.widget h3.category {
	margin-top: 0px;
	display: inline;
}

.category a { color:#0066CC; }

li.MainCategory strong.category {
	margin-top: 5px;
	font-size: 8pt;
}

li.MainCategory strong.category a.productlink {
	color:#0066CC;
	font-size: 8pt;
}

li.MainCategory strong.category a.productlink:visited { color:#0066CC; }

li.MainCategory strong.category a.productlink:hover { color:#114477; }

div.wpsc_container div.PeSwitcher ul {
	list-style: none !important;
	list-style-type: none !important;
}

div.wpsc_container div.PeCatsBrands ul li {
	list-style: none !important;
	list-style-type: none !important;
}

div.wpsc_container div.PeSwitcher ul {
	list-style: none !important;
	list-style-type: none !important;
}

div.wpsc_container div.PeCatsBrands ul li {
	list-style: none !important;
	list-style-type: none !important;
}

img.catimage {
	float:left;
	position: relative;
	top: -3px;
	margin-right: 2pt;
}

strong.cattitles {
	display: block;
	z-index:1;/* margin-bottom: -15px; */
}

/*
 * end category display styling
 */
 
  
div.wpcart_gallery img { margin-right: 5px; }

table.logdisplay { width: 100%; }

table.logdisplay tr.toprow td {
	text-align: center;
	font-weight:bold;
}

table.logdisplay tr.toprow2 td {
	text-align: left;
	font-weight:bold;
}

table.logdisplay tr td {
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

table.logdisplay tr.alt { background-color: #eeeeee; }

table.logdisplay tr.alt td { background-color: #eeeeee; }

td.processed {
	text-align: left;
	min-width: 140px;
	width: 140px;
	white-space: nowrap;
}

td.processed a { border-bottom: none; }

td.processed a img { margin-left: 5px; }

div#form_field_form_container {
	padding: 0px;
	margin: 0px;
}

div#form_field_form_container div, div#form_field_form_container div table {
	padding: 0px;
	margin: 0px;
	width: 100%;
	border-collapse: collapse;
}

div#form_field_form_container div table tr td {
	padding: 0px;
	margin: 0px;
}

table.logdisplay td.details { padding: 0px; }

div.order_status {
	border-bottom: 1px solid #eeeeee;
	display: none;
	width: 100%;
	text-align: left;
	padding:13px 8px 1px 9px;
}

div.order_status table { width: 97%; }

div.order_status table.logdisplay { margin: 4px 0px 4px 0px; }

div.order_status table.customer_details { margin: 4px 0px 4px 0px; }

div.order_status table.customer_details tr td { text-align: left; }

div.order_status div {
	width: 100%;
	padding:0px 0px 1ex 0px;
	display: block !important;
}

div.order_status ul {
	list-style-type: none;
	margin: 1ex 0px 0px 0px;
	padding: 0px;
}

div.order_status ul li { padding-left: 0px; }

div.order_status ul li input { margin: 0px 2px -2px 0px; }

img.log_expander_icon { margin-right: 3px; }

div.wpsc_page_numbers { margin-bottom: 5px; }

/*
 * checkout registration styling
 */
    
table.wpsc_checkout_table tr td {
	vertical-align: top;
	text-align: left;
}

div#checkout_login_box {
	display: none;
	/*  border: 1px solid #339933;
  background-color: #e8fcea;*/
  width: auto;
	padding: 5px 5px 5px 15px;
	margin: 20px 0px 0px 0px;
	clear: both;
}

div#checkout_login_box a { clear: both; }

div#checkout_login_box input.checkout_submit { clear: both; }

div#checkout_login_box form { text-align: left; }

#TB_window img#register_loading_img {
	display: inline;
	border: none;
	margin: 0px 0px -10px 5px;
	padding: 0px;
	display: none;
}

/*
 * end checkout registration styling
 */ 
 
/*
 * single category view styling
 */  
  
 div.category_view_product {
	width: 280px;
	float: left;
	text-align: left;
	margin: 0px 0px 10px 0px
}

div.category_view_product a img.product_image {
	float: left;
	margin-right: 6px;
}

div.category_view_product div.product_details {
	display: block;
	float: left;
}

div.category_view_product div.product_details form { text-align: left; }

/*
 *  Stuff with multiple or miscellaneous uses
 */ 

strong.title { font-size: 12.5pt; }

a.categorylink { font-size: 8pt; }


div#sliding_cart span.pluspostagetax {
	font-size: 0.8em;
	font-style: italic;
	font-weight: normal;
	color: #d8664a;
}


td.totals { vertical-align: bottom; }

form#specials { display: inline; }

/*
Modified By allen
*/
.autocompleter {
	color: #000000;
	border: 1px solid #BBBBBB;
	width: 255px;
	background-color: #DDDDDD;
}

.autocompleter ul li {
	cursor:pointer;
	padding: 2px 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
}

.selectAutocompleter {
	cursor:pointer;
	background-color: #999999;
	color:#ffffff;
}

div#product_search {
	position:relative;
	left:-100px;
}

table.products {
	text-decoration:none;
	text-align:left;
	width:240px;
	table-layout:fixed;
}

td.product_img { width:35px; }

table.productdisplay tr td { position: relative; }

table.logdisplay { }

select#current_country {
	margin-right:10px;
	width: 190px;
}

input#zipcode { margin: 0px; }

/*
End of modified By allen
*/

/* Verify your Order styling */
td.shipping_header {
	background-color:#E5E5E5;
	text-transform: uppercase;
	font-weight:bold;
}

/* Main Flora Style Sheet for jQuery UI ui-datepicker */
#ui-datepicker-div, .ui-datepicker-inline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
	background: #E0F4D7;
	width: 185px;
}

#ui-datepicker-div {
	display: none;
	border: 1px solid #FF9900;
	z-index: 10;
}

.ui-datepicker-inline {
	float: left;
	display: block;
	border: 0;
}

.ui-datepicker-rtl { direction: rtl; }

.ui-datepicker-dialog {
	padding: 5px !important;
	border: 4px ridge #83C948 !important;
}

button.ui-datepicker-trigger { width: 25px; }

img.ui-datepicker-trigger {
	margin: 2px;
	vertical-align: middle;
}

.ui-datepicker-prompt {
	float: left;
	padding: 2px;
	background: #E0F4D7;
	color: #000;
}

*html .ui-datepicker-prompt { width: 185px; }

.ui-datepicker-control, .ui-datepicker-links, .ui-datepicker-header, .ui-datepicker {
	clear: both;
	float: left;
	width: 100%;
	color: #FFF;
}

.ui-datepicker-control {
	background: #FF9900;
	padding: 2px 0px;
}

.ui-datepicker-links {
	background: #E0F4D7;
	padding: 2px 0px;
}

.ui-datepicker-control, .ui-datepicker-links {
	font-weight: bold;
	font-size: 80%;
	letter-spacing: 1px;
}

.ui-datepicker-links label {
	padding: 2px 5px;
	color: #888;
}

.ui-datepicker-clear, .ui-datepicker-prev {
	float: left;
	width: 34%;
}

.ui-datepicker-rtl .ui-datepicker-clear, .ui-datepicker-rtl .ui-datepicker-prev {
	float: right;
	text-align: right;
}

.ui-datepicker-current {
	float: left;
	width: 30%;
	text-align: center;
}

.ui-datepicker-close, .ui-datepicker-next {
	float: right;
	width: 34%;
	text-align: right;
}

.ui-datepicker-rtl .ui-datepicker-close, .ui-datepicker-rtl .ui-datepicker-next {
	float: left;
	text-align: left;
}

.ui-datepicker-header {
	padding: 1px 0 3px;
	background: #83C948;
	text-align: center;
	font-weight: bold;
	height: 1.3em;
}

.ui-datepicker-header select {
	background: #83C948;
	color: #000;
	border: 0px;
	font-weight: bold;
}

.ui-datepicker {
	background: #CCC;
	text-align: center;
	font-size: 100%;
}

.ui-datepicker a {
	display: block;
	width: 100%;
}

.ui-datepicker-title-row {
	background: #B1DB87;
	color: #000;
}

.ui-datepicker-title-row .ui-datepicker-week-end-cell { background: #B1DB87; }

.ui-datepicker-days-row {
	background: #FFF;
	color: #666;
}

.ui-datepicker-week-col {
	background: #B1DB87;
	color: #000;
}

.ui-datepicker-days-cell {
	color: #000;
	border: 1px solid #DDD;
}

.ui-datepicker-days-cell a { display: block; }

.ui-datepicker-week-end-cell { background: #E0F4D7; }

.ui-datepicker-unselectable { color: #888; }

.ui-datepicker-week-over, .ui-datepicker-week-over .ui-datepicker-week-end-cell { background: #B1DB87 !important; }

.ui-datepicker-days-cell-over, .ui-datepicker-days-cell-over.ui-datepicker-week-end-cell {
	background: #FFF !important;
	border: 1px solid #777;
}

* html .ui-datepicker-title-row .ui-datepicker-week-end-cell { background: #B1DB87 !important; }

* html .ui-datepicker-week-end-cell {
	background: #E0F4D7 !important;
	border: 1px solid #DDD !important;
}

* html .ui-datepicker-days-cell-over {
	background: #FFF !important;
	border: 1px solid #777 !important;
}

* html .ui-datepicker-current-day { background: #83C948 !important; }

.ui-datepicker-today { background: #B1DB87 !important; }

.ui-datepicker-current-day { background: #83C948 !important; }

.ui-datepicker-status {
	background: #E0F4D7;
	width: 100%;
	font-size: 80%;
	text-align: center;
}

#ui-datepicker-div a, .ui-datepicker-inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: none;
	color: #000;
}

.ui-datepicker-inline .ui-datepicker-links a { padding: 0 5px !important; }

.ui-datepicker-control a, .ui-datepicker-links a {
	padding: 2px 5px !important;
	color: #000 !important;
}

.ui-datepicker-title-row a { color: #000 !important; }

.ui-datepicker-control a:hover {
	background: #FDD !important;
	color: #333 !important;
}

.ui-datepicker-links a:hover, .ui-datepicker-title-row a:hover {
	background: #FFF !important;
	color: #333 !important;
}

.ui-datepicker-multi .ui-datepicker { border: 1px solid #83C948; }

.ui-datepicker-one-month {
	float: left;
	width: 185px;
}

.ui-datepicker-new-row { clear: left; }

.ui-datepicker-cover {
	display: none;
	display: block;
	position: absolute;
	z-index: -1;
	filter: mask();
	top: -4px;
	left: -4px;
	width: 193px;
	height: 200px;
}

.checkout_forms_hidden { display: none; }

div.custom_meta { clear: both; }

div.wpsc_category_details { margin: 0px 0px 8px 0px; }

div.wpsc_category_details img {
	float: left;
	margin: 0px 6px 12px 0px;
}

div.wpsc_page_numbers a.selected { text-decoration: underline; }

#products_page_container .wpsc_category_grid { width: 50%; }

.wpsc_category_grid a.wpsc_category_grid_item {
	display: block;
	margin: 0px 7px 7px 0px;
	float: left;
}



/* Widget CSS */
div#sliding_cart {
	margin: 0px;
	padding: 20px;
	background: none;
	border: none;
}

div#sliding_cart span {
	font-size: 1.2em;
	color: #fff;
}

.shopping-cart-wrapper form { clear: right; }

/*span.pluspostagetax {
  float: right;
}*/

.widget_wpsc_categorisation .wpsc_categorisation_group {
	padding: 20px;
}

.widget_wpsc_categorisation ul.wpsc_top_level_categories { }

.widget_wpsc_categorisation .wpsc_categories li {
	display: block;
	margin-bottom: 5px;
}

.widget_wpsc_categorisation .wpsc_categories a.wpsc_category_link {
	display: block;
	font-size: 1.4em;
}

.list_productdisplay .alt { background-color: rgb(238, 238, 238); }

.category-product-list { display: none; }

#content .widget_specials strong a.wpsc_product_title { font-weight: bold; }

.widget_specials span.pricedisplay { float: none; }

/* html object cart for super cache */
div.shopping-cart-wrapper iframe, div.shopping-cart-wrapper object {
	border: none;
	width: 100%;
	overflow: visible;
	height:200px;
	border: 0px;
}

div.shopping_cart_container {
	text-align: left !important;
	font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:1em;
	line-height:normal;
	width: 190px;
}

div.shopping_cart_container form { margin:0px; }

div.shopping_cart_container table, div.shopping_cart_container table tr, div.shopping_cart_container table tr td, div.shopping_cart_container table tr th { font-size: inherit; }

div.shopping_cart_container table tr th {
	text-align: left;
	font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:1em;
	font-weight: bold;
}

.entry .paypal_express_form form { text-align: left; }

.paypal_express_form .firstcol {
	text-align: left;
	width: 200px;
}

.widget_wp_shopping_cart span.total { text-align: right; }

.widget_wp_shopping_cart .wpsc_empty_the_cart {	
	float: right;
	display: block;
	width: 110px;
	text-align: center;
}

.widget_wp_shopping_cart .gocheckout { text-align: right; }

.widget_wp_shopping_cart .gocheckout a {
	float: right;
	display: block;
	width: 110px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background: #e49481;
	padding: 5px;
	text-decoration: none;
}

.widget_wp_shopping_cart .gocheckout a:hover {
	color: #d8664a;
	background: #fff;
}