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

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


/*
* 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{
margin-top:20px;
}

a.wpsc_product_title{
display: block;
} 



/*------ table.shoppingcart -----*/

table.shoppingcart{
margin: 10px 0px;;
width:99%;
}

.tdprice,
#thprice{
padding-left:7px;
}

td.tdqty,
th#thqty{
padding-left:7px;}

table.shoppingcart th{
color:#ffffff;
border-bottom:1px solid #e36b54;
text-align:left;
font-size: 12px;
padding-bottom:3px;}

table.shoppingcart tr td{
font-size: 8pt !important;
padding-bottom:3px;
color:#fff;
border-bottom:1px solid #e36b54;
}

table.shoppingcart a,
span.emptycart a{
color:#333;}


/*------ TOP WIDGET -----*/
/*------ div#widgetshoppingcart -----*/

div#widgetshoppingcart{
color:#333;
position:absolute;
z-index:100;
border:0px solid blue;
}

#widgetshoppingcart #shoppingcartcontents{
border:0px solid green;
}

div#widgetshoppingcart a{
display:inline;
background:transparent;
background-image:none !important;
}

div#shoppingcartcontents{
display: block;  
}

div#sliding_cart{
margin: 0px 0px 0px 0px;
padding: 7px;
padding-bottom:50px;
//padding-bottom:0px;
width:260px !important;
//width:278px !important;
border: 1px solid #FF4F2D;
background: #D52300;
}  

div#sliding_cart h2{
color: #fff;}

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

span.special{
color: #fff;
font-weight:bold;
border: 0px solid green;
}

strong.prodtitles{
margin-bottom: -15px;
border: 0px solid green;
}

h2.prodtitles{
font-size:1em;
margin: 0px;
border: 0px solid green;
color: #D52300; 
}

.items{
border: 0px solid green;
color:#fff;
font-weight:bold;
}

span.nomore{
margin:0 0 15px 0;
border: 0px solid green;
}

span.numberitems{
margin:0 5px 0 0;
border: 0px solid green;
}

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

div.subtotal,
div.postage,
div.total{
padding-left:7px;
}
div.total{
padding:7px;
background: #e36b54;
font-size:16px;
margin:7px 0px;
color:#fff;}

div.emptycart,
div.gocheckout{
display:block;
margin:0px;
margin-top:8px;
padding-top:4px;
text-align:center;
height:35px;
float:left;
width:125px;
border:0px solid green;
background-image: url(/i/cart_buttons.png);
background-repeat: no-repeat;
background-position: center top;
}
div.emptycart{
margin-right:7px;}

div.emptycart a,
div.gocheckout a{
border:0px solid green;
font-size:11px !important;
}

div.gocheckout a{
font-weight:bold;}

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

div#close_cart{
height:16px !important;
width:15px !important;
border:0px solid green !important;
position:absolute;
background-image: url(/i/close_cart.png);
background-repeat: no-repeat;
background-position: left top;
right:5px;
top:5px;
}

#sliding_cart span.pricedisplay{
white-space: nowrap;
font-weight:bold;
color: #fff; 
}

/*------------- CART BUTTON-------------------*/

#pages li span#a_view{
background-color: #4B4B4B;
cursor:pointer;
white-space:nowrap;
}

#pages li span#a_view div { 
float: left; 
background-image: url(/i/nav-left-2.gif); 
background-position: left top; 
background-repeat: no-repeat; 
height: 29px;
border:0px solid red;
padding-left: 20px;
padding-right: 20px;
padding-top: 3px;
}

#pages li #sliding_cart a{
float: none;
display: inline !important;
height: 15px;
}

#pages li span#a_view:hover div,
#pages li.current_cart span#a_view div {
background-image: url(/i/nav-left.gif);
}

#pages li span#a_view{
float: left;
color: #FFFFFF;
display: block;
height: 29px;
font-size: 13px;
background-image: url(/i/nav-right-2.gif);
background-position: right;
background-repeat: no-repeat;
}

#pages li span#a_view:hover,
#pages li.current_cart span#a_view{
background-color: #D52300; 
color: #FFFFFF;
font-size: 13px;
background-image: url(/i/nav-right.gif);
}


/*--------------------------------*/


/*
* end shopping cart styling
*/

/*
* product default display styling
*/
div.productdisplay{
position:relative;
margin-bottom: 12px;
padding: 0px;
width: 680px;
text-align: left !important;
border:0px solid green;
}

div.imagecol{
position:relative;
float:left;
top:0px;
left: 0px;
padding-right: 5px;
margin-right: 10px;
border:0px solid orange;
}

div.productdisplay div.imagecol img{
border: 0px solid #fff;
}

div.textcol{
width:99%;
position:relative;
float:left;
padding: 0px;
padding-bottom: 10px;
margin: 0px;
text-align: left !important;
}

div.textcol form{
text-align: left !important;
}

div.single_product_display div.textcol{
margin-right: 0;
border: 0px dashed blue;
}

div.producttext{
font-size: 10pt;
text-align: left !important;
border: 0px solid brown;
position:relative;
float:left;
width:440px;
overflow:hidden;
}

p.description{
margin: 0px 0px 6px 0px;
border: 1px solid brown;
} 

p.wpsc_description{
margin: 0px 0px 6px 0px;
} 

p.wpsc_variation_forms{
margin: 15px 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;
}

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

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

/*
* 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: 0px;
margin-top: 15px;
color:#B6CF38;
font-size:20px;
}

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


/* ----- 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;
border-top: 1px solid #ddd !important;
}

form.adjustform{
display: inline;
}

table.productcart td{
padding-left:5px;
padding-top:5px;}

table.productcart tr.firstrow td{
font-weight:bold;
background-color: #efefef;
border-left: 2px solid white;
color:#434;
}

hr.productcart{
color:#ddd;
background: #ddd;
border:0px;
height:3px;
}

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

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

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

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;
}
/* end Verify your Order styling */



/*
* category display styling
*/

.wpsc_container{
}

.wpsc_container h2{
font-size:20px;
padding-top:10px;
padding-bottom:10px;
}

/* 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 ul{
padding-left: 10px;
}

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

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

.PeCatsBrands  ul.SubCategories li{
margin-left: 1em;
border:0px solid red;
padding-left:15px;
}

ul.PeCategories{
margin: 0px;
}

.category_image{
float: left;
}

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

li.MainCategory a{
color: #777;
}

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

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

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: 2pt;
}

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

/*
* end category display styling
*/


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

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

/*---------- checkout registration styling ------*/

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

.wpsc_checkout_table input,
.wpsc_checkout_table textarea{
border:1px solid #bbb;
width:300px;
}

.wpsc_checkout_table input.make_purchase{
border:1px solid #bbb;
width:150px;
background:#ddd;
color:#000;
font-weight:bold;
font-size:16px;
margin-top:15px;}


.chek_butt{
border:1px solid #bbb;
background:#ddd;
color:#000;
font-weight:bold;
}


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

/*
* also bought product styling
*/  
p.wpsc_also_bought_header{
display:block;
width: 100%;
margin:0px 0px 5px;  
font-size: 11pt;
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{
font-size: 11pt;
}

/*
*  Stuff with multiple or miscellaneous uses
*/ 

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

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

div.product_text{
text-align:center;
}

div.product_text p{
margin:0px;
}

.wpsc_container span.pricedisplay{
white-space: nowrap;
font-weight:bold;
color: #D52300; 
}

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


/*-------------------------*/
/*---- PRODUCTS SEARCH ----*/
/*-------------------------*/


div.wpsc_product_search{
background-color: transparent;
float: right;
position:relative;
top:-50px;
padding: 0px;
margin: 0px 0px 30px 0px;
border: 0px solid orange;
}

form.product_search{
background-color: transparent;
border: 0px solid blue;
padding: 0px;
margin: 0px;}

div.wpsc_product_search input.wpsc_product_search{
/*height: 20px;
width: 110px;
_width: 144px;
margin: 10px 0px 0px 0px;
padding: 0px 5px;
border: none;
position:relative;
top:0px;*/
}

div.wpsc_product_search .submit{
border:0px solid #ccc;
margin: 0px;
padding-bottom:-20px;
top:2px;
vertical-align:middle;
}

.wpsc_container p{
border:0px solid red;
/*margin:0px;*/
background-color: transparent;
}

span.search_res{
background-color: transparent;
}

p.no_found{
font-weight:bold;
margin-top:10px;
background-color: transparent;}


#blind_down{
display:none;}


/*---------------------*/

table.productdisplay tr td {
position: relative;
}

div.breadcrumb {
margin: 15px 0px 30px 0px;
}


table.logdisplay {

}

/* ----- Verify your Order styling ----- */

td.shipping_header {
background-color:#EfEfEf;
text-transform: uppercase;
font-weight:bold;
color:#434;
}

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

