DIV.wbwccc-ajaxloader
{
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 16px;
	height: 16px;
	padding: 3px;
	background: #000 url(../../../../../../wp-content/plugins/woocommerce-currency-converter/assets/img/ajax-loader.gif) no-repeat 3px 3px;
}
DIV.wbwccc-ajaxloader-visible
{
	display: block;
}
DIV.wbwccc-container
{
	display: none;
}
DIV.wbwccc-container-visible
{
	display: block;
}
DIV.wbwccc-overlay
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 899999999;
}
FORM.wbwccc-select-currency
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999999999;
	width: 318px;
	border: 1px solid #BFBFBF;
	background-color: #FFF;
	color: #000;
}
@media only screen and (min-width: 800px)
{
	FORM.wbwccc-select-currency
	{
		width: 727px;
	}
}
FORM.wbwccc-select-currency H2.wbwccc-select-currency-title
{
	padding: 10px 0 0 10px;
	font-size: 16px;
	font-weight: bold;
}
@media only screen and (min-width: 800px)
{
	FORM.wbwccc-select-currency H2.wbwccc-select-currency-title
	{
		padding: 20px 0 0 20px;
		font-size: 18px;
	}
}
FORM.wbwccc-select-currency DIV.wbwccc-select-currency-msg
{
	padding: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: normal;
}
@media only screen and (min-width: 800px)
{
	FORM.wbwccc-select-currency DIV.wbwccc-select-currency-msg
	{
		padding: 10px 20px 20px;
		margin-bottom: 20px;
		font-size: 14px;
	}
}
FORM.wbwccc-select-currency SELECT.wbwccc-currencies-select
{
	margin: 0 0 10px 10px;
	width: 298px;
	font-size: 17px;
	font-weight: normal;
}
@media only screen and (min-width: 800px)
{
	FORM.wbwccc-select-currency SELECT.wbwccc-currencies-select
	{
		display: none;
	}
}
FORM.wbwccc-select-currency UL.wbwccc-primary-currencies
{
	vertical-align: top;
	display: none;
	width: 210px;
	margin-left: 20px;
}
FORM.wbwccc-select-currency UL.wbwccc-minor-currencies
{
	vertical-align: top;
	display: none;
	width: 440px;
	border-left: 1px solid transparent;
	padding-left: 15px;
	margin-left: 15px;
	margin-right: 20px;
}
@media only screen and (min-width: 800px)
{
	FORM.wbwccc-select-currency UL.wbwccc-primary-currencies, FORM.wbwccc-select-currency UL.wbwccc-minor-currencies
	{
		display: inline-block;
	}
}
FORM.wbwccc-select-currency LI.wbwccc-list-item
{
	display: inline-block;
	width: 210px;
	padding: 5px;
	font-size: 14px;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
FORM.wbwccc-select-currency DIV.wbwccc-select-currency-footer
{
	margin-top: 10px;
	padding-top: 10px;
	=zoom: 1;
}
FORM.wbwccc-select-currency DIV.wbwccc-select-currency-footer:before, FORM.wbwccc-select-currency DIV.wbwccc-select-currency-footer:after
{
	content: " ";
	display: table;
}
FORM.wbwccc-select-currency DIV.wbwccc-select-currency-footer:after
{
	clear: both;
}
@media only screen and (min-width: 800px)
{
	FORM.wbwccc-select-currency DIV.wbwccc-select-currency-footer
	{
		margin-top: 20px;
	}
	DIV.wbwccc-footer-col
	{
		vertical-align: top;
		display: inline-block;
		width: 50%;
	}
}
FORM.wbwccc-select-currency DIV.wbwccc-selected-currency
{
	display: none;
	margin: 0 0 0 10px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	vertical-align: top;
}
@media only screen and (min-width: 800px)
{
	FORM.wbwccc-select-currency DIV.wbwccc-selected-currency
	{
		display: inline-block;
	}
}
FORM.wbwccc-select-currency DIV.wbwccc-buttons
{
	display: inline-block;
	vertical-align: top;
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
}
FORM.wbwccc-select-currency BUTTON[type="button"].wbwccc-button-cancel, FORM.wbwccc-select-currency INPUT[type="submit"].wbwccc-button-save
{
	padding: 5px 12px;
	margin: 0;
	height: 32px;
	font-size: 14px;
}
FORM.wbwccc-select-currency INPUT[type="submit"].wbwccc-button-save
{
	margin-right: 5px;
}
DIV.wbwccc-popup
{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	padding: 20px 0px 20px;
	z-index: 8998;
	background: #333;
	color: #EEE;
	text-align: center;
	font-size: 13px;
}
DIV.wbwccc-popup-visible
{
	display: block;
}
A.wbwccc-close-popup
{
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 12px;
	color: #E9E9E9;
	text-decoration: none;
}
A.wbwccc-close-popup:hover
{
	color: #FFF;
}
DIV.wbwccc-popup DIV.wbwccc-popup-save-msg
{
	display: block;
	vertical-align: top;
	font-size: 14px;
	margin: 0 70px;
}
SPAN.wbwccc-popup-save-msg-currency
{
	font-weight: bold;
}
DIV.wbwccc-popup BUTTON.wbwccc-button-okay
{
	display: inline-block;
	vertical-align: top;
	margin: 10px 5px;
	padding: 6px 11px 5px;
	min-width: 70px;
	border: 1px solid #000;
	background: #131313;
	color: #FFF;
	text-transform: uppercase;
}
DIV.wbwccc-popup BUTTON.wbwccc-button-okay:hover
{
	color: #FFF;
	background: #000;
}
DIV.wbwccc-popup BUTTON.wbwccc-button-okay:active
{
	color: #333;
	background: #000;
}
DIV.wbwccc-ajaxloader
{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.9) url(../../../../../../wp-content/plugins/woocommerce-currency-converter/assets/img/ajax-loader.gif) no-repeat 3px 3px;
}
DIV.wbwccc-overlay
{
	background-color: #000;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
FORM.wbwccc-select-currency
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.15);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
FORM.wbwccc-select-currency DIV
{
	margin: 0;
}
FORM.wbwccc-select-currency H2.wbwccc-select-currency-title
{
	margin: 0;
	line-height: 12px;
	background: #F5F5F5;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
}
@media only screen and (min-width: 800px)
{
	FORM.wbwccc-select-currency H2.wbwccc-select-currency-title
	{
		line-height: 18px;
	}
}
FORM.wbwccc-select-currency DIV.wbwccc-select-currency-msg
{
	line-height: 12px;
	border-bottom: 1px solid #E5E5E5;
	background: #F5F5F5;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
}
@media only screen and (min-width: 800px)
{
	FORM.wbwccc-select-currency DIV.wbwccc-select-currency-msg
	{
		line-height: 14px;
	}
}
FORM.wbwccc-select-currency SELECT.wbwccc-currencies-select
{
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
}
FORM.wbwccc-select-currency UL.wbwccc-primary-currencies
{
	margin: 0 0 0 20px;
	padding: 0;
}
FORM.wbwccc-select-currency UL.wbwccc-minor-currencies
{
	padding: 0 0 0 15px;
	margin: 0 20px 0 15px;
	border-left: 1px solid #CCC;
}
FORM.wbwccc-select-currency LI.wbwccc-list-item
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 14px;
}
FORM.wbwccc-select-currency LI.wbwccc-list-item SPAN.wbwccc-currency-symbol
{
	display: inline-block;
	width: 30px;
	color: #000;
}
FORM.wbwccc-select-currency LI.wbwccc-list-item SPAN.wbwccc-currency-name
{
	color: #2865C9;
}
FORM.wbwccc-select-currency LI.wbwccc-list-item SPAN.wbwccc-currency-code
{
	color: #333;
}
FORM.wbwccc-select-currency LI.wbwccc-list-item-selected
{
	background-color: #2865C9;
	color: #FFF;
}
FORM.wbwccc-select-currency LI.wbwccc-list-item-selected SPAN.wbwccc-currency-symbol, FORM.wbwccc-select-currency LI.wbwccc-list-item-selected SPAN.wbwccc-currency-name, FORM.wbwccc-select-currency LI.wbwccc-list-item-selected SPAN.wbwccc-currency-code
{
	color: #FFF;
}
FORM.wbwccc-select-currency DIV.wbwccc-select-currency-footer
{
	border-top: 1px solid #E5E5E5;
	background: #F5F5F5;
	margin: 0;
}
@media only screen and (min-width: 800px)
{
	FORM.wbwccc-select-currency DIV.wbwccc-select-currency-footer
	{
		margin-top: 20px;
	}
}
DIV.wbwccc-footer-col
{
	margin: 0;
}
FORM.wbwccc-select-currency DIV.wbwccc-selected-currency
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
FORM.wbwccc-select-currency BUTTON[type="button"].wbwccc-button-cancel, FORM.wbwccc-select-currency INPUT[type="submit"].wbwccc-button-save
{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}
FORM.wbwccc-select-currency BUTTON[type="button"].wbwccc-button-cancel
{
	border: 1px solid rgba(0, 0, 0, 0.1);
	background-color: #FFF;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #fbfbfb));
	background-image: -webkit-linear-gradient(top, #ffffff,#fbfbfb);
	background-image: -moz-linear-gradient(top, #ffffff,#fbfbfb);
	background-image: -o-linear-gradient(top, #ffffff,#fbfbfb);
	background-image: linear-gradient(top, #ffffff,#fbfbfb);
	color: #444;
}
FORM.wbwccc-select-currency BUTTON[type="button"].wbwccc-button-cancel:hover
{
	border: 1px solid #C6C6C6;
	background-color: #FFF;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #fbfbfb));
	background-image: -webkit-linear-gradient(top, #ffffff,#fbfbfb);
	background-image: -moz-linear-gradient(top, #ffffff,#fbfbfb);
	background-image: -o-linear-gradient(top, #ffffff,#fbfbfb);
	background-image: linear-gradient(top, #ffffff,#fbfbfb);
	color: #222;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
FORM.wbwccc-select-currency BUTTON[type="button"].wbwccc-button-cancel:active
{
	border: 1px solid #C6C6C6;
	background-color: #FFF;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #fbfbfb));
	background-image: -webkit-linear-gradient(top, #ffffff,#fbfbfb);
	background-image: -moz-linear-gradient(top, #ffffff,#fbfbfb);
	background-image: -o-linear-gradient(top, #ffffff,#fbfbfb);
	background-image: linear-gradient(top, #ffffff,#fbfbfb);
	color: #222;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}
FORM.wbwccc-select-currency INPUT[type="submit"].wbwccc-button-save
{
	background-color: #3079F1;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3079f1), color-stop(100%, #2865c9));
	background-image: -webkit-linear-gradient(top, #3079f1,#2865c9);
	background-image: -moz-linear-gradient(top, #3079f1,#2865c9);
	background-image: -o-linear-gradient(top, #3079f1,#2865c9);
	background-image: linear-gradient(top, #3079f1,#2865c9);
	border: 1px solid #1D4992;
	color: #FFF;
}
FORM.wbwccc-select-currency INPUT[type="submit"].wbwccc-button-save:hover
{
	border: 1px solid #16376F;
	background-color: #2865C9;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2865c9), color-stop(100%, #2153a6));
	background-image: -webkit-linear-gradient(top, #2865c9,#2153a6);
	background-image: -moz-linear-gradient(top, #2865c9,#2153a6);
	background-image: -o-linear-gradient(top, #2865c9,#2153a6);
	background-image: linear-gradient(top, #2865c9,#2153a6);
	color: #FFF;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
FORM.wbwccc-select-currency INPUT[type="submit"].wbwccc-button-save:active
{
	border: 1px solid #16376F;
	background-color: #2865C9;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2865c9), color-stop(100%, #2153a6));
	background-image: -webkit-linear-gradient(top, #2865c9,#2153a6);
	background-image: -moz-linear-gradient(top, #2865c9,#2153a6);
	background-image: -o-linear-gradient(top, #2865c9,#2153a6);
	background-image: linear-gradient(top, #2865c9,#2153a6);
	color: #FFF;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}
DIV.wbwccc-popup
{
	background: rgba(0, 0, 0, 0.8);
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transform: translate(0, 500px);
	-moz-transform: translate(0, 500px);
	-ms-transform: translate(0, 500px);
	-o-transform: translate(0, 500px);
	transform: translate(0, 500px);
}
DIV.wbwccc-popup-visible
{
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
DIV.wbwccc-popup BUTTON.wbwccc-button-okay
{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.7);
	-moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.7);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.7);
}
DIV.wbwccc-popup BUTTON.wbwccc-button-okay:hover
{
	-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.7);
	-moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.7);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.7);
}
DIV.wbwccc-popup BUTTON.wbwccc-button-okay:active
{
	-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.7);
	-moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.7);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.7);
}