/*
Theme Name: Olly Smith
Theme URI: http://www.ollysmith.com
Description: Olly Smith online shop
Version: 1.0
Author: MacAmbulance
Author URI: http://www.macabulance.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

Colours : 

pink			: rgb(215,169,205)
purple			: rgb(103,43,110) */


/* page layout */

body.wpsc #content {
	width: 850px;
}
.page-template-shop-php div#content {
	padding-top: 27px;
}
.slug-basket div#content {
	padding-top: 27px;
}
.slug-basket #content h2.category-heading {
	margin-bottom: 15px;
	margin-top: 4px;
}
.page-template-shop-php label {
	background: none;
	border: 0;
}
#shop-content.shop {
	width: 850px!Important;
}
#shop-menu {
	float: right;
	margin-top: 15px;
	z-index: 99;
	height: 26px;
}
#shop-menu li {
	border-bottom: 1px solid #c78ebf;
	width: 132px;
	height: 26px;
	list-style: none;
}
#shop-basket a.shop-title {
	font-family: Souvenir;
	display: block;
}
#shop-basket a {
	height: 26px;
}
#shop-checkout a {
	display: block;
}
#shop-menu h3 {
	display: none;
	visibility: hidden;
}
p.empty, p.items {
	float: right;
	margin-top: -35px;
	margin-right: 5px;
	text-align: right;
	margin-bottom: 0;
}
p.empty {
	margin-top: -20px;
}


/* product page */

.productcol {
	width: 100%;
}
#display-products {
	margin-top: -20px;
}
#display-products li {
	list-style-type: none;
}
li.default_product_display {
	width: 276px;
	height: 305px;
	float: left;
	border-bottom: 1px solid #c78ebf;
	padding-top: 20px;
	padding-bottom: 5px;
}
li.productdisplay, { /* IE7 hack */
	padding-bottom: 20px;
}
li.position-2 {
	margin: 0 11px 0 11px;
}
.preview_link {
	
}
div.textcol form {
	min-width: 0!important;
}

a.more_details {
	text-decoration: underline;
}
#display-products .wpsc_buy_button_container {
	margin-top: -20px;
	height: 40px;
	text-decoration: underline;
}
input.wpsc_buy_button, input.wpsc_external_buy_button {
	border: none;
	text-align: left;
	/* vertical-align: top; */
	padding: 0px 0px 0px 0px;
	font-size: .9em;
	margin-top: 3px;
	color: #6a6c74;
	text-decoration: underline;
	cursor: pointer;
 }
input.wpsc_buy_button {
	background: none!important;
	width: auto;
	float: right;
	position: relative;
	top: -20px;
	min-height: 0;
	padding-top: 0;
	text-decoration: underline!important;
}
input.wpsc_buy_button, { /* IE7 hack */
	width: 110px;
}
input.wpsc_external_buy_button {
	background: url(img/shop/app-store.gif) no-repeat;
	width: 116px;
	text-indent: -999em;
	height: 42px;
	padding-top: 27px;
	border: 0px solid #fff; /* IE7 hack */
}
.ie8 input.wpsc_buy_button {
	width: 106px;
}
p.pricedisplay{
 white-space: nowrap;
 font-size: 9pt;
 width: 80px;
/*  font-weight: bold; */
color: #d9aecc;
font-size: 1.1em;
 }
 .slug-shop .wpsc_description {
	min-height: 70px;
}


/* single product */


.single_product_display .single_additional_description, .single_product_display .custom_text {
	border: solid #c78ebf;
	border-width: 0 0 1px 0;
	padding-bottom: 5px;
	padding-top: 10px;
	margin-bottom: 10px;
}
.custom_text {
	border-width: 0 0 1px 0!important;
}
.custom_text h4 {
	font-size: 1.2em;
	margin-bottom: 10px;
}
.custom_text textarea {
	border: 1px solid #c78ebf;
	width: 100%;
	margin: 0 0 10px 0;
	height: 50px;
}
.wpsc_quantity_update input {
	float: right;
	border: 1px solid #c78ebf;
}
.wpsc_quantity_update legend {
	color: #DA90BE;
	font-size: 14px;
	line-height: 19px;
}
.wpsc_buy_button {
	color: #612167!important;
	background: none!Important;
	margin: 0!important;
}

h2.prodtitles {
	margin-top: 0;
	font-size: 1.1em;
}
.wpsc_edit_product {
	padding-left: 30px;
}
.type-wpsc-product .wpsc_description {
	min-height: 0;
	color: #d9aecc;
	font-size: 1.1em;
	margin-bottom: -5px;
}
a.continue-shopping {
	text-decoration: underline;
	color: #612167;
	display: block;
	padding: 5px 0;
}
.single_product_display .imagecol, .single_product_display .productcol {
	float: left;
}
.single_product_display .productcol {
	margin-left: 16px;
	width: 259px;
}
.single_product_display form {
	display: block;
}

/* checkout */

.checkout-totals td {
	border: none;
}
.shipping-calculator td {
	border: none;
	padding-bottom: 5px;
}
.checkout-button {
	padding: 15px 0;
}
table.checkout_cart {
	width: 100%;
}
table.checkout_cart td {
	border: 0;
	padding: 0;
	background: none;
	vertical-align: top;
}
table.checkout_cart tr.header {
	color: #612167;
	font-size: 1.4em;
	height: 25px;
	vertical-align: middle;
}
table.checkout_cart tr.header th {
	border: 1px solid #C78EBF;
	border-width: 0 0 1px 0;
	padding-bottom: 15px;
}
table.checkout_cart td.wpsc_product_image {
	width: 140px;
}
table.checkout_cart tr.product_row {
	height: 98px;
	color: #612167;
}
table.checkout_cart tr.product_row td input, input#calculate-shipping-costs {
	color: #612167;
	text-decoration: underline;
	cursor: pointer;
}
input#wpsc_checkout_adjust_quantity {
	text-decoration: none;
	border: 1px solid #C78EBF;
	margin-right: 10px;
}
table.checkout_cart tr.product_row td {
	padding-top: 12px;
	padding-bottom: 0px;
}
.product_row {
	background: #F5F1EF;
}
.alt {
	background: #FBF7F5;
}
table.checkout_cart td.checkout-product {
	padding-right: 20px;
}
table.checkout_cart td.wpsc_product_quantity {
	width: 115px;
}
table.checkout_cart td.wpsc_product_price {
	width: 105px;
}
table.checkout_cart td.wpsc_product_remove {
	width: 55px;
	padding-right: 15px;
}
h2.checkout-requestdetails {
	font-size: 1.3em;
	color: #612167;
	margin-bottom: 10px!important;
}
form.adjustform input, form.adjustform label {
	background: none;
	border: 0;
}
table.wpsc_checkout_table {
	width: 100%;
	border-top: 1px solid #C78EBF;
	margin-top: 5px;
}
table.wpsc_checkout_table textarea, table.wpsc_checkout_table input, .wpsc_email_address_p input, .wpsc_checkout_table .text {
	color: #612167;
}
table.wpsc_checkout_table td {
	border: 0;
	vertical-align: top;
}
table.wpsc_checkout_table td.shipping-field {
	padding: 0 0 15px 0;
}
table.wpsc_checkout_table td.shipping-field input, table.wpsc_checkout_table td.shipping-field textarea, #wpsc_checkout_form_6, .wpsc_email_address_p input, .wpsc_checkout_table .text {
	border: 1px solid #C78EBF;
	width: 100%;
	font-family: Georgia!important;
	font-size: 14px;
}
.wpsc_checkout_table input, .wpsc_checkout_table select, .wpsc_checkout_table textarea, .wpsc_checkout_table h4 {
	margin-bottom: 15px;
}
table.wpsc_checkout_table td.shipping-field input, table.wpsc_checkout_table td.shipping-field textarea, #wpsc_checkout_form_6. /* IE 7 hack */ {
	width: 250px;
}
#wpsc_checkout_form_18 {
	text-align: left!important;
	border: 0;
}
table.wpsc_checkout_table label {
	margin: 15px 0 15px 0;
	color: #612167;
}
td.checkout-totallabel {
	width: 675px;
	font-size: 1.4em;
	color: #612167;
	padding-bottom: 15px!important;
}
td.shipping-label, /* I7 hack */{
	width: 120px!important;
}
td.shipping-label label {
	color: #612167;
}
.wpsc_make_purchase {
	text-align: left;
	padding-top: 10px;
}
.wpsc_make_purchase input {
	background: url(img/shop/proceed.gif) no-repeat!important;
	color: #612167;
	margin: 10px 0 0 0;
	font-size: 1.5em;
	width: 79px!important;
	text-indent: -9999em;
	cursor: pointer;
}
.custom_gateway input {
	margin-right: 15px;
}
h3.checkout-selectpayment {
	color: #612167;
	padding-top: 5px;
	border-top: 1px solid #C78EBF;
	margin-bottom: 5px;
}
.checkout-table-divider {
	height: 5px;
	border-bottom: 1px solid #C78EBF;
	margin-bottom: 5px;
}
.checkout-divider-top td, { /* IE 7 hack */
	border-bottom-width: 1px!important;
	border-color: #C78EBF;
}
.checkout-divider-bottom td, { /* IE 7 hack */
	border-top-width: 1px!important;
	border-color: #C78EBF;
}
tr.wpsc_checkout_field18 td {
	padding-top: 20px;
}
tr.wpsc_checkout_field18 td input {
	margin-top: 23px;
}
td.checkout-taxprice, td.checkout-totalprice, td.checkout-shippingprice {
	color: #612167;
}
input.remove_button {
	text-decoration: underline;
}
a.shop_terms {
	display: block;
	margin-top: 10px;
	text-decoration: underline;
}
.wpsc_email_address {
	padding-top: 15px;
}
.wpsc_email_address p {
	float: left;
}
.wpsc_email_address input {
	width: 300px;
}
label.wpsc_email_address {
	padding-right: 79px;	
}
.wpsc_checkout_table h4 {
	margin: 15px 0 15px 0;
	color: #612167;
}
iframe.shop_terms_frame { /* terms & conditions modal */
	border: none;
	width: 100%;
	height: 400px;
}
iframe.shop_terms_checkout_frame { /* terms & conditions inside checkout modal */
	height: 200px;
	width: 100%;
	border: 1px solid #C78EBF;
	color: #666;
	margin: 10px 0;
}
.tc-display ol li {
	list-style-type: lower-latin;
	margin: 0 0 8px 0;
	text-align: justify;
	font-size: .9em;
	line-height: 1.3em;
}
.tc-display h1 {
	color: #612167;
	font-size: 1.4em;
	font-weight: bolder;
	text-align: center;
}
.tc-display h2 {
	color: #612167;
	font-size: 1.3em;
	font-weight: normal;
	border-bottom: 1px solid #C78EBF;
}
.tc-display h3 {
	font-weight: normal;
}
.tc-display a {
	color: #612167;
}
a.popup_terms {
	cursor: pointer;
}
h2.calculate_shipping_price {
	margin-bottom: 10px;
}

/* payment methods */

#payment-methods {
	min-height: 60px;
	clear: both;
	margin: 60px auto;
}
#payment-methods li {
	float: left;
	margin: 0 10px 10px 0;
	list-style-type: none;
}
li#worldpay {
	clear: both;
	width: 100%;
	text-align: center;
}

/* payment gateways */

div.custom_gateway {
	margin: 0 0 7px 0;
}
div.custom_gateway#paypal_multiple {
	height: 38px;
	background: url(img/shop/paypal.gif) 26px no-repeat;
}
div.custom_gateway label {
	display: block;
	cursor: pointer;
}
p.payment_gateway_name {
	margin: 0;
	display: inline;
}
#paypal_multiple p.payment_gateway_name {
	display: none;
}

/* checkout errors */

p.validation-error {
	background: #612167;
	color: #fbf7f5;
	padding: 4px;
	margin-top: 4px;
}
p#checkout-errors {
	font-size: 1em;
	background: #612167;
	color: #fbf7f5;
	width: 330px;
	padding: 10px;
	margin: 15px 0;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	line-height: 1.4em;
}	

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

a.additional_description_link{
display: inline;
}

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

/* FAQ */

.shop-faq-link {
	margin: 10px 0;
}

/* default */ 


.wpsc_container{
  position: relative;
  clear: both;
  } 

div.productdisplay img {
 max-width: none !important;
 padding: 0px;
 }
 
/*
 * product default display styling
 */
div.productdisplay {
 	clear:both;
 	top:0px;
 	left: 0px;	
	/* margin-top: 10px; */
 	margin: 0;
 	text-align: left !important;
 }



 
div.productdisplay div.imagecol img{
	/* width: 300px; */
	margin-bottom: 5px;
 }
div.imagecol a {
	text-decoration: none;
}
div.imagecol p.zoom-image {
	font-size: .8em;
	width: 100px;
	text-align: center;
	margin: 0;
}

div.textcol{
 position:relative;
 top:0px;
 left: 0px;
 padding: 0px;
 padding-bottom: 10px;
 margin: 0px;
 /* Adjust this width according to your layout*/
 /*  width: 77%; */
 text-align: left !important;
}
.wpsc-single-product div.producttext {
	padding-top: 0;
}
  
a.wpsc_product_title{

 } 
 
a.wpsc_product_title:hover{
 text-decoration: none;
 } 
 
p.wpsc_description{
 margin: 0px 0px 6px 0px;
 } 
 
p.wpsc_variation_forms{
 margin: 0px 0px 0px 0px;
 }

p.wpsc_variation_forms label{
 color: #333333;
 font-size: 9pt;
 font-weight: bold;
 }

p.wpsc_extras_forms label{
 color: #333333;
 font-size: 9pt;
 font-weight: bold;
 }
 
p.wpsc_product_price{
 margin: 10px 0px 10px 0px;
 font-size: 9pt;
 
 }

div.wpsc_product_price{ 
   width:130px;
}  

p.wpsc_product_extra_content{
 margin: 10px 0px 10px 0px;
 color: #333333;
 font-size: 9pt;
 font-weight: bold;
 }

 p.galleryheading{
	font-weight:bold;
}
 


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

a.additional_description_link{
display: inline;
}

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

    /*
    * product rating styling
    */ 
    div.product_footer{
    position: relative;
    padding: 0px !important;
    width: 100%;
    border-top: 1px dashed #cccccc;
    height: 35px;
    margin-top: 1em;
    }
    
    div.product_footer strong{
    display: block;
    font-size: 7pt;
    font-weight: normal;
    }
    
    div.product_average_vote{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50%;
    float: left;
    margin: 0px !important;
    height: inherit;
    }
    
    div.product_user_vote{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30%;
    margin: 0px !important;
    height: inherit;
    }
    
    span.vote_total{
    position: relative;
    top: -3px;
    left: 2px;
    font-size: 7pt;
    }
    
    span.rating_saved{
    color: #990000;
    display: none;
    }    
    /*
    *end product rating styling
    */  
/*
 * end default product display styling
 */ 
 
 
 
 
 /*
 * list product display styling
 */  
table.list_productdisplay{
/* margin-top: 10px; */
 margin-bottom: 20px;
 border-collapse: collapse;
 width: 100%;
 }

table.list_productdisplay tr td{
 vertical-align: top;
 padding-bottom: 0px;
 font-size: 8pt;
/*  border: 1px solid black;  */
 }

table.list_productdisplay tr td a.wpsc_product_title{
 text-align: left;
 border-bottom: none;
  text-decoration: underline
 }

table.list_productdisplay tr td div.wpsc_variation_forms p{
  padding: 0px;
  text-align: left;
 }
table.list_productdisplay tr td select{
 margin-right: 3px;
 }
 
 
table.list_productdisplay tr.list_view_description{
 margin: 0px;
 padding: 0px;
 }
 
table.list_productdisplay tr.list_view_description td{
 margin: 0px;
 padding: 0px 3px 5px 3px;
 } 
 
table.list_productdisplay tr.list_view_description td div{
 display: none;
 padding: 3px;
 }  
 
div.wpsc_loading_animation {
 margin-left: 6px;
 display: inline;
 zoom: 1;
}

.list_productdisplay .wpsc_loading_animation {
  display: none;
}

 /*
 * end list product display styling
 */ 
 
 
/*
 * loading indicator styling 
 */ 
 
#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 form{
 text-align: left;
 }

tr.product_shipping td h2{
 margin-bottom: 15px;
/*  margin-top: 5px; */
 }
 
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;
  }

/*
 * 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-left: 0px;
 }
  
.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;
  }
  
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;
 position: relative;
 margin: 6px 0px 0px 0px;
/* margin-bottom: -15px; */
 }

/*
 * end category display styling
 */
 
.wpcart_gallery {
	margin-top: 10px;
}
div.wpcart_gallery img {
  margin-right: 5px;
  display: block;
}
div.wpcart_gallery .fancybox-image {
	display: inline-block;
	width: auto;
	height: auto;
}
  
/*
 * Fancy notification styling
 */ 
#fancy_notification{
 position: absolute;
 top: 0px;
 left: 0px;
 background: #ffffff;
 border: 4px solid #cccccc;
 display: none;
 height: auto;
 z-index: 9;
 }  
 
#fancy_notification #loading_animation{
 display: none;
 }
 
#fancy_notification #fancy_notification_content{
 display: none;
 width: 300px;
 padding: 8px;
 height: auto;
 text-align: left;
 margin: 0px !important;
 }
 
#fancy_notification #fancy_notification_content span{
 margin: 0px 0px 6px 0px;
 display: block;
 font-weight: normal;
 }
 
#fancy_notification #fancy_notification_content a{
 display: block;
 float: left;
 margin-right: 6px;
 margin-bottom: 3px;
 }
  
/*
 * end Fancy notification styling
 */ 
  
  
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; }  

div.order_status{ border: 1px solid #eeeeee; display: none; width: 100%; }

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;
  clear:both;
  }
 
 
 
 
/*
 * checkout registration styling
 */  
    
table.wpsc_checkout_table tr td{
 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;
  }
 
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: 100%;
  float: left;
  text-align: left;
  margin: 0px 0px 30px 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;
  }
   
/*
 * also bought product styling
 */  
p.wpsc_also_bought_header{
  display:block;
  width: 100%;
  margin:0px 0px 5px;  
  color:#44555F;  
  font-size: 11pt;
  border-bottom:1px solid #C8D2DE;
  font-weight: bold;
  margin-bottom: 10px;
  }
   
 div.wpsc_also_bought{
  width: 100%;
  position: relative;
  margin: 0px 0px 0px 0px;
  }
 
p.wpsc_also_bought{
  float: left;
  margin: 0px 0px 0px 5px
  }

p.wpsc_also_bought a.preview_link{
  display: block;
  margin-bottom: 3px;
  margin-left: 2px;
  height: 96px;
  width: 96px;
/*   border: 1px solid #cccccc; */
  }
 
 p.wpsc_also_bought img.product_image{
  display: block;
/*   margin: 0px auto 0px auto; */
  }
 
p.wpsc_also_bought a.wpsc_product_name{
  color:#44555f;
  font-size: 11pt;
  }
  
/*
 *  Stuff with multiple or miscellaneous uses
 */ 

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

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


 
td.totals{
 vertical-align: bottom;
 }

form#specials{
 display: inline;
 }
 
strong.special{
 color: #607090;
 }

div.wpsc_product_search{
 background-color: #eff2f3;
 display: block;
 height: 22px;
 _height: 30px;
 padding: 4px;
 }

div.wpsc_product_search input.wpsc_product_search{
 float: right;
 height: 19px;
 width: 144px;
 _width: 144px;
 margin: 2px 10px 0px 0px;
 padding: 0px 14px 0px 20px;
 background: url(img/iShop_search.png) no-repeat; 
 border: none;
 }

div.wpsc_product_search .submit{
 display: none;
 }
 
 /*
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;
}
/*
div.item_image {
	background-image:url(img/itembg.gif);
	height:86px;
	width:116px;
}*/
 
div#sidebar div.item_image img {
	border:medium none;
	max-width:none !important;
	padding:8px 0pt 0pt 9px;
}

div.breadcrumb {
  margin: 0px 0px 10px 0px;
}
 /*
End of modified By allen
*/
/* 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;
}
td.shipping_header {
	background-color:#E5E5E5;
	text-transform: uppercase;
	font-weight:bold;
}


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


.item_no_image {
  border: 2px solid #aaaaaa;
  background: #cccccc;
  display: block;
}

.item_no_image a, .item_no_image .link_substitute {
  display: table-cell;
  width: inherit;
  height: inherit;
  color: #666666;
  text-align: center;
  vertical-align: middle;
}

.item_no_image a span, .item_no_image .link_substitute span {
  display: block;
}

.product_image {
	border: 1px solid rgb(215,169,205);
	display: block;
}

/* v2 updates */

.single-wpsc-product .product_image {
	width: 100%;
}
.products-wrapper .default_product_display {
	margin-bottom: 20px;
}
#sideshoppingcart {
	border-bottom: 1px solid rgb(103,43,110);
	padding-bottom: 2px;
}
#sideshoppingcart {
	font-family: "Souvenir", serif;
	font-size: 120%;
	color: rgb(103,43,110);
	margin-left: -1px;
	margin-right: 2px;
	margin-bottom: 20px;
}
#sideshoppingcart .items {
	font-size: 80%;
	margin: -18px 0 0 0;
}
#sideshoppingcart p {
	margin-bottom: 0;
}
.tc-display {
	background: rgb(252,249,247);
}
.tc-inner {
	padding: 10px;
}
#calculate-shipping-costs {
	background: none;
	border: 0;
	border-radius: 0;
}
#wpsc_shopping_cart_container input[type="text"], #wpsc_shopping_cart_container input[type="email"], #wpsc_shopping_cart_container textarea {
	box-sizing: border-box;
	width: 100%;
}
.checkout_cart .header th {
	text-align: left;
	font-weight: normal;
	font-family: "Souvenir", Georgia, serif;
	font-size: 95%;
}
.checkout_cart .wpsc_product_name {
	width: 53.7%;
}
.checkout_cart #wpsc_checkout_adjust_quantity {
	width: auto;
	margin: 0 0 10px 0;
}
.wpsc_email_address_p {
	max-width: 100%;
	min-width: 200px;
}
.wpsc_checkout_table input[name="agree"] {
	margin-top: 0;
}
.wpsc_checkout_table td {
	padding: 5px 0;
}