.woo-currency-converter-popup-overlay{
	background-color: #000000;
    height: 100%;
    left: 0;
    opacity: 0.75;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
.woo-currency-converter-popup-wrap{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #555555;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 4px 30px #000000;
    color: #000000;
    display: none;
    font: 12px "Lucida Grande",Verdana,Arial,sans-serif;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    min-height: 330px;
    overflow: auto;
    position: fixed;
    text-align: left;
    top: 15%;
    max-width: 730px;
    z-index: 102;
    overflow: hidden;
}
.woo-currency-converter-popup-header{
	background-color: #F5F5F5;
    color: #CFCFCF;
    min-height: 80px;
    position: relative;
    border-bottom: 1px solid #E5E5E5;
    padding: 20px 18px 0;
}
.popup-header-close-img{
	position: absolute;
    top: 24px;
    left: auto;
    right: 18px;
    cursor: pointer;
}
.woo-currency-converter-popup-header-title h2{
	margin: 0;
    font-size: 18px !important;
    color: #333333 !important;
}
.woo-currency-converter-popup-header-close img{
	float: right;
    cursor: pointer;
}
.woo-currency-converter-popup-content{
	min-height: 190px;
    padding: 20px;
    overflow-y: scroll;
    max-height: 190px;
}
.woo-currency-converter-popup-content ul{
	width: 100%;
    overflow: hidden;
    margin: 0;
}
.woo-currency-converter-popup-content ul li{
	font-size: 13px;
    width: 220px;
    display: inline-block;
    margin: 1px;
    padding: 5px;
    border-radius: 4px;
    font-family: Arial;
    line-height: 16px;
}
.woo-currency-converter-popup-content ul li:hover{
	background-color: #333333;
    color: #fff;
    cursor: pointer;
}
.woo-currency-converter-popup-content ul li .currency_code{
	padding-right: 10px;
    color: #2865C9;
}
.woo-currency-converter-popup-content ul li:hover .currency_code{
    color: #fff;
}
.woo-currency-converter-popup-wrap form{
    margin-bottom: 0px !important;
}
.woo-currency-converter-popup-footer{
	background-color: #F5F5F5;
    width: 100%
    color: #CFCFCF;
    min-height: 64px;
    position: relative;
    border-top: 1px solid #E5E5E5;
    padding-bottom: 9px;
    text-align: right;
}
.woo-currency-converter-popup-footer div{
    display: inline-block;
    float: left;
}
.woo-currency-converter-popup-footer-buttons{
    width: 58%;
	text-align: right;
	display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
    vertical-align: top;
    margin-top: 15px;
}
.woo-currency-converter-popup-footer-buttons input[name="wpe_woo_cu_cy_converter_popup_save"]{
	border: 1px solid #1D4992;
    color: #FFFFFF;
    padding: 7px;
    border-radius: 2px 2px 2px 2px;
    box-shadow: none;
    float: none;
    font-family: Arial;
    font-weight: bold;
    text-shadow: none;
    font-size: 14px;
    height: 32px;
    margin: 0;
    padding: 5px 12px;
    background: linear-gradient(to bottom, #3079f1 0%,#2865c9 100%,#2865c9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3079f1', endColorstr='#2865c9',GradientType=0 );
    background: -webkit-linear-gradient(top, #3079f1 0%,#2865c9 100%,#2865c9 100%);
    background: -o-linear-gradient(top, #3079f1 0%,#2865c9 100%,#2865c9 100%);
    background-color: #3079F1;
    -webkit-appearance: none;
}
.woo-currency-converter-popup-footer-buttons input[name="wpe_woo_cu_cy_converter_popup_reset"]{
	border: 1px solid rgba(0, 0, 0, 0.1);
    color: #444444;
    border-radius: 2px 2px 2px 2px;
    box-shadow: none;
    float: none;
    font-family: Arial;
    font-weight: bold;
    text-shadow: none;
    font-size: 14px;
    height: 32px;
    margin: 0;
    padding: 5px 12px;
    background: linear-gradient(to bottom, #FFFFFF 0%,#FBFBFB 100%,#FBFBFB 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#FBFBFB',GradientType=0 );
    background: -webkit-linear-gradient(top, #FFFFFF 0%,#FBFBFB 100%,#FBFBFB 100%);
    background: -o-linear-gradient(top, #FFFFFF 0%,#FBFBFB 100%,#FBFBFB 100%);
    background-color: #FFFFFF;
    -webkit-appearance: none;
}
.woo-currency-converter-popup-currency-select{
	display: none;
}
.currency-active{
	background-color: #2865C9;
    color: #FFFFFF !important;
}
.currency-active .currency_code{
	color: #fff !important;
}
.woo-currency-converter-popup-content ul li:hover .currency-active{
	background-color: black;
}
.woo-currency-converter-popup-footer-currency{
    width: 40%;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    height: 32px;
    line-height: 32px;
    margin: 15px 0px 0px 0px;
    text-align: center;
}
.woo-currency-bottom-popup {
    bottom: 0;
    color: #EEEEEE;
    font-size: 13px;
    height: auto;
    left: 0;
    padding: 20px 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 9999;  
    background: linear-gradient(to bottom, #686868 0%,#333333 100%,#333333 100%); /* W3C */
    background: -webkit-linear-gradient(top, #686868 0%,#333333 100%,#333333 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #686868 0%,#333333 100%,#333333 100%); /* Opera 11.10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#686868', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
    background-color: #333333;
}
/******************* Currency Detection Popup CSS Start **********************/
.woo-currency-detection-prompt-popup{
    position:fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 16px 0px;
    z-index: 8998;
    color: #EEE;
    text-align: center;
    font-size: 13px;
    display: none;
    border-top: 4px solid #515151;
    background: linear-gradient(to bottom, #686868 0%,#333333 100%,#333333 100%); /* W3C */
    background: -webkit-linear-gradient(top, #686868 0%,#333333 100%,#333333 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #686868 0%,#333333 100%,#333333 100%); /* Opera 11.10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#686868', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
    background-color: #333;
}
.woo-currency-detection-popup-msg-wrap{
    display: block;
    vertical-align: top;
    font-size: 14px;
    margin: 0px 70px;
    line-height: 20px;
}
.woo-currency-detection-popup-msg{
    font-weight:bold;
}
.woo-currency-detected-buttons{
    display:inline-block;
    vertical-align:top;
    margin-right:10px;
    margin-bottom:10px;
    margin-top:10px;
}
.woo-currency-detect-button{
    display: inline-block;
    vertical-align: top;
    margin: 10px 5px;
    padding: 6px 11px 5px 11px;
    min-width: 70px;
    border:1px solid #000;
    background: #666666;
    color: #FFFFFF;
    text-transform: uppercase;
    border-radius: 3px;
    box-shadow: 0 0 3px 0px rgba(0,0,0,0.7);
}
.woo-currency-detect-button:hover{
    color:#FFF;
    background:#000;
    -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)
}
.woo-currency-detect-button:active{ 
    color:#333;
    background:#000;
    -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)
}
.woo-currency-select-msg{
    padding: 10px 0px;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    color: #333333 !important;
}
.woo-currency-select-msg.white-color{
    color: white !important;
}
.woo-currency-dection-close, .woo-currency-msg-close {
    float: right;
    margin-right: 25px;
}
.woo-currency-detection-popup-visible{
    display: block;
}
/******************* Currency Detection Popup CSS End **********************/