/*
Theme Name: Default Theme
Theme URI: http://instinct.co.nz
Description: Default Theme
Version: 3.5
Author: Thomas Howard
Author URI: http://instinct.co.nz
*/

.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 {
    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.make_purchase, 
input.wpsc_buy_button {
    float: left;
    width: 100px;  
    background-image: url(images/submit.gif);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #2c2c2c;
    border: none;
    padding: 7px; 
    margin: 7px 0;
    cursor: pointer;
    font-family: Tahoma, Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-spacing: -1px;
    letter-spacing: 0;
    line-height: 1.2em;
    font-size: 1.1em;
}
input.make_purchase:hover, 
input.wpsc_buy_button:hover, 
input.make_purchase:focus, 
input.wpsc_buy_button:focus { 
    background-image: url(images/submit-hover.gif);
    background-color: #787878;
    border: none;
}    
a.wpsc_product_title {
    display: block;
    float: left;
}    
    
a.wpsc_edit_product {
    display: block;
    float: left;
    margin: 0px 0px 0px 2px;
}    

div.wpsc_listen_button {
    clear: both;
}    
    
div.wpsc_description {
    clear: both;
}    
    
table.shoppingcart {
    padding-bottom: 7px;
    margin-left: -8px;
    margin-bottom: 7px;
    border-bottom: 1px solid #292929;
}

table.shoppingcart tr td {
}

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;    
}
    
a#fancy_collapser_link {
    width: 13px;
    height: 13px;
    padding: 0px;
    margin-left: 5px;
    margin-bottom: -3px;
    border: none;
}
    
a#fancy_collapser_link img {
    border: none;
}
    
div#shoppingcartcontents {
    display: block;    
}
    
div#sliding_cart {
    margin: 0 0 22px 0;
    padding: 0px;
    background: none;
    border: none;
    display: block;
    clear: both;
}    

div#sliding_cart:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}    
    
span.oldprice {
    text-decoration: line-through;
}
    
span.special {
    color: #DD0000;
    font-weight:bold;
}

strong.prodtitles {
    display: block;
}

h2.prodtitles {
    clear: both;
}

h2.prodtitles span {
    display: block;
    float: left;
}
span.items {
    display: block;
    margin: 0 0 15px 0;
}

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

span.numberitems {
    margin: 0 5px 0 0;
}

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

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

span.takeaway {
    display: block;
    width: 240px;
    height: 240px;
    margin-bottom: 12px;
}

span.takeaway a, 
span.takeaway a:link,
span.takeaway a:visited {
    margin: 0px !important;
    width: 240px;
    height: 240px;
    text-indent: -999px;
    overflow: hidden;
    display: block;
    border: none!important;
    background-image: url(images/shoppingcart.gif);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.visitshop a, 
.visitshop a:link,
.visitshop a:visited {
    margin: 0px !important;
    width: 113px;
    height: 17px;
    text-indent: -999px;
    overflow: hidden;
    display: block;
    border: none!important;
    background-image: url(images/goshopping.gif);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

span.gocheckout {
    display: block;
    width: 88px;
    height: 17px;
    float: right;
    clear: right;
    margin: -10px 100px 0 10px;
}

span.gocheckout a, 
span.gocheckout a:link,
span.gocheckout a:visited {
    margin: 0px !important;
    width: 88px;
    height: 17px;
    text-indent: -999px;
    overflow: hidden;
    display: block;
    border: none!important;
    background-image: url(images/ordernow.gif);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.visitshop a:hover, 
span.takeaway a:hover, 
span.gocheckout a:hover {
    filter: alpha(opacity=70); 
    -moz-opacity: 0.7; 
    opacity: 0.7;
}
 
span.emptycart {
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    clear: right;
    margin: 10px 0 0 10px;
}

span.emptycart a, 
span.emptycart a:link,
span.emptycart a:visited {
    margin: 0px !important;
    width: 20px;
    height: 20px;
    text-indent: -999px;
    overflow: hidden;
    display: block;
    border: none!important;
    background-image: url(images/remove.gif);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

span.emptycart a:hover {
    filter: alpha(opacity=70); 
    -moz-opacity: 0.7; 
    opacity: 0.7;
}

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

div.productdisplay {
    position: relative;
    float: left;
    clear: both;
    top: 0px;
    left: 0px;
    margin-bottom: 22px;
    padding: 0 0 22px 0;
    width: 100%;
    text-align: left!important;
    border-bottom: 1px solid #292929;
}


div.imagecol {
    position: relative;
    float: left;
    top: 0px;
    left: 0px;
    margin-right: 22px;
    border: none;
}

.product_row td.firstcol img {
    margin: 0;
    padding: 0;
}

.product_row td.firstcol img:hover, 
.product_row td.firstcol:hover img {
    margin: 0;
    padding: 0;
}

.product_row img,
div.productdisplay .imagecol a img.product_image {
    border: 1px solid #292929;
}

div.productdisplay .imagecol a:hover img.product_image {
    border: 1px solid #fff;
}

div.textcol {
    position: relative;
    float: left;
    top: 0px;
    left: 0px;
    padding: 0 0 7px 22px;
    margin: 0;
    text-align: left!important;
    _display: inline;
}
    
div.textcol form {
	text-align: left!important;
}

div.single_product_display div.textcol {
    margin-right: 0;
}


div.item_no_image {
    border: 1px solid #fff;
    background: #292929;
}

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

div.item_no_image a span {
    display: block;
}

div.producttext {
    width: 100%;
    text-align: left!important;
}
    
.description {
    margin: 0px 0px 7px 0px;
}    
    
.wpsc_description {
    margin: 0px 0px 7px 0px;
}    
    
p.wpsc_variation_forms {
    margin: 0px 0px 0px 0px;
}

p.wpsc_variation_forms label {
}
    
p.wpsc_product_price {
    margin: 0px 0px 0px 0px;
}
    
p.wpsc_product_extra_content {
    margin: 0px 0px 0px 0px;
}
    
div.wpsc_product_price {    
}
    
div.wpsc_product_price label {
    display: inline;
}
    
div.wpsc_product_price input {
}
    
    
div.wpsc_product_price br {    
    clear: both;
}
    
p.galleryheading {
    font-weight:bold;
}

div.additional_description_span {
    margin: 0;
    padding: 0;
}

.additional_description {
}

button.additional_description_link {
    display: block;
    margin: 12px 0 0 0;
    padding: 0;
    border: none;
    background-image: none;
    font-family: Georgia, serif;
    font-style: italic;
    color: #999;
    text-decoration: none;
    text-align: left;
    text-transform: lowercase;
    letter-spacing: 0;
    line-height: 1.0em;
    font-size: 0.9em;
}

button.additional_description_link:hover {
    color: #666;
    text-decoration: none;
}

button.additional_description_link span{
    padding: 0 7px 0 0;
}

a.additional_description_link,    
a.additional_description_link:link,    
a.additional_description_link:visited {
    display: block;
    margin: 7px 0 12px 0;
    font-family: Georgia, serif;
    font-style: italic;
    color: #999;
    text-decoration: none;
    text-align: left;
    text-transform: lowercase;
    letter-spacing: 0;
    line-height: 1.0em;
    font-size: 0.9em;
    cursor: pointer;
}
a.additional_description_link:hover {
    color: #666;
    text-decoration: none;
}

a.additional_description_link img {
}

label.wpsc_quantity_update {
    display: inline;
}

div.product_footer {
    position: relative;
    clear: both;
    padding: 0px !important;
    width: 100%;
    border-top: 1px dashed #cccccc;
    height: 35px;
    margin-top: 1em;
}
    
 div.product_footer strong {
    display: block;
    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;
}
    
    span.rating_saved {
    color: #990000;
    display: none;
}

table.list_productdisplay {
    margin-bottom: 20px;
    border-collapse: collapse;
    width: 100%;
}

table.list_productdisplay tr td {
    vertical-align: top;
    padding-bottom: 0px;
}

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_buy_button_container {
    margin-top: 7px;
}
    
div.wpsc_loading_animation {
    margin-top: 3px;
    margin-left: 6px;
    float: left;
}
div.wpsc_loading_animation img {
	margin-bottom:-3px;
}
    
#loadingindicator {
    visibility: hidden;    
    font-weight: normal;
}

#loadingindicator img {
    position: relative;
    top: 3px;
    margin-left: 6px;
    border: none!important;
}
    
#alt_loadingindicator {
    visibility: hidden;    
    font-weight: normal;
}

#alt_loadingindicator img {
    position: relative;
    top: 3px;
    margin-left: 7px;
    border: none!important;
}

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

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

fieldset.wpsc_registration_form label {
    display: block;
    clear: left;
    float: left;
    width: 90px;
    text-align: right;
}

fieldset.wpsc_registration_form input {
    float: left;
}

table.wpsc_checkout_table label {
    display: block;
    clear: left;
    float: left;
    width: 90px;
    text-align: right;
    margin: 5px 10px 0 0;
}

table.wpsc_checkout_table h3 {
    margin: 12px 0 7px 0;
}

td.checkout-input {
    vertical-align: top;
}

table.wpsc_checkout_table input.text, 
table.wpsc_checkout_table textarea, 
table.wpsc_checkout_table select, 
fieldset.wpsc_registration_form input {
    margin: 0;
    width: 320px;
    margin: 5px 10px 0 0;
}

table.wpsc_checkout_table select {
    width: 271px !important;
}
    
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 {
    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;
}
    
    
/* Verify your Order styling */
table.productcart {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 22px;
    padding: 0px;
    border-collapse: collapse;
    padding-top: 3px;
    border: none;
    font-size: inherit;
}

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

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

table.productcart tr.product_row td a {
    text-decoration: none!important;
}

form.adjustform {
    display: inline;
}

table.productcart tr.firstrow td {
    display: none;
    font-weight: bold;
}

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

table.productcart tr.product_shipping td {
    vertical-align: middle;
    padding-top: 4px;
}

table.productcart tr.product_row span.product_titel, 
table.productcart tr.product_row a.product_titel {
    font-weight: bold;
}

button.remove_button {
    margin: 0px !important;
    width: 20px;
    height: 20px;
	text-indent: -999px;
	overflow: hidden;
    display: block;
    border: none!important;
    background-image: url(images/remove.gif);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

button.remove_button:hover {
    filter: alpha(opacity=70); 
    -moz-opacity: 0.7; 
    opacity: 0.7;
}

input.make_purchase {
    margin-top: 22px; 
    margin-left: 100px;
}

#coupon_num {
    width: 134px!important;
}

table.productcart tr.shipping td {
    border-top: 1px solid #292929!important;
    font-weight: bold;
    padding-top: 7px;
}

table.productcart tr.total_price td {
    border-top: 1px solid #292929!important;
    font-weight: bold;
    padding-top: 7px;
}
    
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 {
}
    
ul.checkout_links li a:hover {
}
    
a.termsandconds {
}
    
.validation-error input, .validation-error textarea {
    border: 1px solid #910000;
}
    
p.validation-error {
    display: none;
    color: #910000;
    margin-bottom: 0px;
}
    
.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 {
}
    
.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 {
}
    
li.MainCategory strong.category {
    margin-top: 5px;
}
    
li.MainCategory strong.category a.productlink {
}
    
li.MainCategory strong.category a.productlink:visited {
}
    
li.MainCategory strong.category a.productlink:hover {
}

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

strong.cattitles {
    display: block;
    z-index: 1;
}

div.wpcart_gallery img {
    margin-right: 5px;
}

#fancy_notification {
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid #292929;
    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;
}
    
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: #292929;
}

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

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

table.wpsc_checkout_table tr td {
    text-align: left;
    margin: 0;
    padding: 0;
}

table.wpsc_checkout_table tr td.terms {
    padding-top: 22px;
    padding-left: 100px;
}
    
    
div#checkout_login_box {
    display: none;
    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;
}

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

p.wpsc_also_bought_header {
    display: block;
    width: 100%;
    margin: 0px 0px 5px;
    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;
}
    
p.wpsc_also_bought img.product_image {
    display: block;
}
    
p.wpsc_also_bought a.wpsc_product_name {
}
    
strong.title {
}

a.categorylink {
}

span.pricedisplay {
    font-family: Tahoma, Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    word-spacing: -1px;
    text-align: left;
    letter-spacing: 0;
    line-height: 1.2em;
    font-size: 1.1em;
    white-space: nowrap;
}
    
td.totals {
    vertical-align: bottom;
}

form#specials {
    display: inline;
}
    
.autocompleter {
    border: 1px solid #292929;
    width: 255px;
}
.autocompleter ul li {
    cursor:pointer;
    padding: 2px 5px;
    white-space: nowrap;
}
.selectAutocompleter {
    cursor: pointer;
    background-color: #999;
    color: #fff;
}

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.wpsc_product_search input.wpsc_product_search {
    float: right;
    height: 19px;
    width: 110px;
    _width: 144px;
}

div.wpsc_product_search .submit {
    display: none;
}

div.wpsc_product_search {
    display: block;
    height: 22px;
    _height: 30px;
    padding: 4px;
    margin: 20px 0px 12px 0px;
}
    
table.productdisplay tr td {
    position: relative;
}

div.breadcrumb {
    margin: 0px 0px 10px 0px;
}


table.logdisplay {
}

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

input#zipcode {
    margin: 0px;
}

td.shipping_header {
    font-weight: bold;
}

#ui-datepicker-div, .ui-datepicker-inline {
    padding: 0;
    margin: 0;
    width: 185px;
}
#ui-datepicker-div {
    display: none;
    z-index: 10;
}
.ui-datepicker-inline {
    float: left;
    display: block;
    border: 0;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-dialog {
    padding: 5px !important;
}
button.ui-datepicker-trigger {
    width: 25px;
}
img.ui-datepicker-trigger {
    margin: 2px;
    vertical-align: middle;
}
.ui-datepicker-prompt {
    float: left;
    padding: 2px;
    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 {
    padding: 2px 0px;
}
.ui-datepicker-links {
    padding: 2px 0px;
}
.ui-datepicker-control, .ui-datepicker-links {
}
.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;
    text-align: center;
    font-weight: bold;
}
.ui-datepicker-header select {
    color: #000;
    border: 0px;
    font-weight: bold;
}
.ui-datepicker {
    text-align: center;
}
.ui-datepicker a {
    display: block;
    width: 100%;
}
.ui-datepicker-title-row {
    color: #000;
}
.ui-datepicker-title-row .ui-datepicker-week-end-cell {
}
.ui-datepicker-days-row {
    color: #666;
}
.ui-datepicker-week-col {
    color: #000;
}
.ui-datepicker-days-cell {
    color: #000;
}
.ui-datepicker-days-cell a {
    display: block;
}
.ui-datepicker-week-end-cell {
}
.ui-datepicker-unselectable {
    color: #888;
}
.ui-datepicker-week-over, .ui-datepicker-week-over .ui-datepicker-week-end-cell {
}
.ui-datepicker-days-cell-over, .ui-datepicker-days-cell-over.ui-datepicker-week-end-cell {
}
* html .ui-datepicker-title-row .ui-datepicker-week-end-cell {
}
* html .ui-datepicker-week-end-cell {
}
* html .ui-datepicker-days-cell-over {
}
* html .ui-datepicker-current-day {
}
.ui-datepicker-today {
}
.ui-datepicker-current-day {
}
.ui-datepicker-status {
    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 {
    color: #333!important;
}
.ui-datepicker-links a:hover, .ui-datepicker-title-row a:hover {
    color: #333!important;
}
.ui-datepicker-multi .ui-datepicker {
}
.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;
}

h2.opps {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    word-spacing: -1px;
    text-align: left;
    letter-spacing: 0;
    line-height: 1em;
    font-size: 2.6em;
    margin: 0 22px 0 0;
    padding: 7px;
}

/*
span.emptycart button {
    border: none;
    padding: 0px;
    display: inline;
    font-size: inherit;
    color: inherit;
    background: transparent;
    text-align: left;
}*/

