/*
 Theme Name: White Rabbit Express
 Theme URI: http://www.whiterabbitpress.com
 Description: Theme for WRE
 Version: 3.1.0
 Author: Max Hodges, Kim Dalton, Will Smith
 Author URI: http://www.maxhodges.com/, http://www.authenticstyle.co.uk/
 Tags: authentic,style,white,rabbit,japan
 */

/* CSS for select forms */

.cform select {

	padding: 9px ! important;
	width: 520px ! important;
}

/* CSS for store_group */

.store_group {

	font-weight: bold;
	clear: both;
	color: #27B824;
	font-size: 24px;
	margin-bottom: 14px;
	line-height: 30px;
	letter-spacing: -1px;
}

/* CSS to hide field on package forwarding-registration page */

div#post-4402.post form#cforms3form.cform ol.cf-ol li#li-3-9 {

	display: none;
}

/* for affiliate blurb */

.request {
	clear: both;
}

.affiliate_blurb {
	background-color: #F2F2F2;
	border-radius: 5px 5px 5px 5px;
	float: right;
	margin-bottom: 20px;
	padding: 20px;
	width: 260px;
	z-index:1;

}

/* to make paragraphs have space without &nsbp; */

.spaced {

	margin-bottom: 20px;
}

/
#social-strip div.addthis_toolbox {
	float: left;
	z-index:10;
	padding-right: 25px;
	width: auto;
}

/* to add ul styles to the shop */

#product-description ul li {
    list-style: disc outside;
    margin-left: 5px
}

#product-description ul {
    padding-left:1em;
    margin-left:0;
}

#message-box{
	display: none;
	padding: 20px;
	background: #52BE28;
	width: 480px;
	margin-bottom: 10px;
	color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


#package_form{
	width: 580px;
}
#package_form.cform textarea, #package_form.cform input, #package_form.cform select{
	width: 98%;
	padding: 9px 0px 9px 9px;
}
#package_form.cform select{
	width: 100% !important;
	padding: 9px 0px 9px 9px !important;
}
#package_form .overflow{
	width: 100%;
	margin-left: -5px;
}

.overflow{
	background: #DDD;
	width: 100%;
	height: 400px;
	position: absolute;
	opacity: 0.7;
	display: none;
	z-index: 10;
}

.loading{
	margin-left: 39%;
	margin-top: 175px;
	position: absolute;
	display: none;
}
#package_form .loading {
  margin-left: 49%;
}

#message_saved_fine, #message_email_exist{display: none;}

#package_form .LV_validation_message{
	top: 0;
	background: #F00;
	color: #FFF;
	padding: 1px 7px;
	font-size: .75em;
	margin-top: 0px;
	margin-left: -5px;
}

#email_package{padding-right: 0px; background-attachment: scroll; background-position: 100% 50%; background-repeat: no-repeat no-repeat;}

.submitbtn-box{
	margin-top: 25px;
}

.ship-country-box {
	float: left;
	color: #FF0000;
	font-size: 18px;
	margin-top: 11px;
	/*display: none;*/
}

.product-price
{
    color: orange;
    font-weight: 600;
}
