/***********************************************Price Dropdown****************************************************/
/* PRICING SELECT BOX BEGINS */
dl.pricingSelectBox{
    position:relative;
    display:block;
    padding:0;
    margin:0;
    border:0;
    outline:0;
}
dl.pricingSelectBox > dt{
    cursor:pointer;
    position:relative;
    display:block;
    height:37px;
    font-family: 'Open Sans', sans-serif;
    font-size:15px;
    line-height:37px;
    margin:0;
    padding:0 20px 0 9px;
    border:1px solid #dcdede;
    z-index:3;
    background: #fdfdfd;
    background: -moz-linear-gradient(top,  #fdfdfd 0%, #f4f4f4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#f4f4f4));
    background: -webkit-linear-gradient(top,  #fdfdfd 0%,#f4f4f4 100%);
    background: -o-linear-gradient(top,  #fdfdfd 0%,#f4f4f4 100%);
    background: -ms-linear-gradient(top,  #fdfdfd 0%,#f4f4f4 100%);
    background: linear-gradient(to bottom,  #fdfdfd 0%,#f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f4f4f4',GradientType=0 );
    /*
	box-shadow:0 0 3px #eee;
    -moz-box-shadow:0 0 3px #eee;
    -ms-box-shadow:0 0 3px #eee;
    -webkit-box-shadow 0 0 3px #eee;
    -o-box-shadow:0 0 3px #eee;
    */
    overflow:hidden;
}

 dl.pricingSelectBox > dt:after{
    content:'';
    position:absolute;
    display:block;
    width:28px;
    height:34px;
    top:0;
    right:7px;
    background:url(../image/list-arrow.png) no-repeat right center;
    z-index:9999;
}
 dl.pricingSelectBox > dd{
    position:absolute;
    display:none;
    top:35px;
    left:0;
    width:100%;
    outline:0;
    padding:0;
    margin:0;
    border:1px solid #dcdede;
    background:#fff;
    z-index:999;
}
 dl.pricingSelectBox > dd > ul{
    cursor:pointer;
    padding:0;
    margin:0;
    border:0;
    font-size:15px;
    list-style:none;
}
 dl.pricingSelectBox > dd > ul > li{
    position:relative;
    display:block;
	float:left;
	width:100%;
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    line-height:27px;
    color:#333333;
    border-top:1px solid #dcdede;
    padding:5px 10px;
    margin:0;
    list-style:none;
    word-wrap:break-word;
    -ms-word-wrap:break-word;
    zoom:1;
	background:#343434;
}

 dl.pricingSelectBox > dt span{
    color:#333333;
}
 dl.pricingSelectBox .selectPlanName{
    display:inline-block;
	float:left;
    width:70px;
    vertical-align:top;
    text-align:left;
    color:#fff;
}
 dl.pricingSelectBox .selectPrice{
    display:inline-block;
	float:left;
    width:105px;
    vertical-align:top;
    text-align:left;
    color:#fff;
	font-size:12px;
}
 dl.pricingSelectBox .selectSaleRate{
    display:inline-block;
	float:left;
    width:80px;
    vertical-align:top;
    text-align:left;
    color:#fff;
}
 dl.pricingSelectBox dd br{
	display:none;
}

dl.pricingSelectBox1, dl.pricingSelectBox2, dl.pricingSelectBox3{
    position:relative;
    display:block;
    padding:0;
    margin:0;
    border:0;
    outline:0;
}
dl.pricingSelectBox1 > dt, dl.pricingSelectBox2 > dt, dl.pricingSelectBox3 > dt{
    cursor:pointer;
    position:relative;
    display:block;
    height:37px;
    font-family: 'Open Sans', sans-serif;
    font-size:15px;
    line-height:37px;
    margin:0;
    padding:0 50px 0 9px;
    border:1px solid #dcdede;
    z-index:3;
    background: #fdfdfd;
    background: -moz-linear-gradient(top,  #fdfdfd 0%, #f4f4f4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#f4f4f4));
    background: -webkit-linear-gradient(top,  #fdfdfd 0%,#f4f4f4 100%);
    background: -o-linear-gradient(top,  #fdfdfd 0%,#f4f4f4 100%);
    background: -ms-linear-gradient(top,  #fdfdfd 0%,#f4f4f4 100%);
    background: linear-gradient(to bottom,  #fdfdfd 0%,#f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f4f4f4',GradientType=0 );
    /*
	box-shadow:0 0 3px #eee;
    -moz-box-shadow:0 0 3px #eee;
    -ms-box-shadow:0 0 3px #eee;
    -webkit-box-shadow 0 0 3px #eee;
    -o-box-shadow:0 0 3px #eee;
    */
    overflow:hidden;
}
 dl.pricingSelectBox1 > dt:after, dl.pricingSelectBox2 > dt:after, dl.pricingSelectBox3 > dt:after{
    content:'';
    position:absolute;
    display:block;
    width:28px;
    height:34px;
    top:0;
    right:7px;
    background:url(../image/list-arrow.png) no-repeat right center;
    z-index:9999;
}
 dl.pricingSelectBox1 > dd, dl.pricingSelectBox2 > dd, dl.pricingSelectBox3 > dd{
    position:absolute;
    display:none;
    top:35px;
    left:0;
    width:100%;
    outline:0;
    padding:0;
    margin:0;
    border:1px solid #dcdede;
    background:#fff;
    z-index:8;
}
 dl.pricingSelectBox1 > dd > ul, dl.pricingSelectBox2 > dd > ul, dl.pricingSelectBox3 > dd > ul{
    cursor:pointer;
    padding:0;
    margin:0;
    border:0;
    font-size:15px;
    list-style:none;
}
 dl.pricingSelectBox1 > dd > ul > li, dl.pricingSelectBox2 > dd > ul > li, dl.pricingSelectBox3 > dd > ul > li{
    position:relative;
    display:block;
	float:left;
	width:100%;
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    line-height:27px;
    color:#333333;
    border-top:1px solid #dcdede;
    padding:5px 10px;
    margin:0;
    list-style:none;
    word-wrap:break-word;
    -ms-word-wrap:break-word;
    zoom:1;
}
 dl.pricingSelectBox1 > dd > ul > li:hover, dl.pricingSelectBox2 > dd > ul > li:hover, dl.pricingSelectBox3 > dd > ul > li:hover{
    background-color:#f5f5f5;
}
 dl.pricingSelectBox1 > dt span, dl.pricingSelectBox2 > dt span, dl.pricingSelectBox3 > dt span{
    color:#333333;
}
 dl.pricingSelectBox1 .selectPlanName, dl.pricingSelectBox2 .selectPlanName, dl.pricingSelectBox3 .selectPlanName{
    display:inline-block;
	float:left;
    width:18%;
    vertical-align:top;
    text-align:left;
    color:#333333;
}
 dl.pricingSelectBox1 .selectPrice, dl.pricingSelectBox2 .selectPrice, dl.pricingSelectBox3 .selectPrice{
    display:inline-block;
	float:left;
    width:50%;
    vertical-align:top;
    text-align:left;
    color:#000;
    padding-left:10px;
    padding-right:10px;
}
 dl.pricingSelectBox1 .selectSaleRate, dl.pricingSelectBox2 .selectSaleRate, dl.pricingSelectBox3 .selectSaleRate{
    display:inline-block;
	float:left;
    width:30%;
    vertical-align:top;
    text-align:right;
    color:#009b3a;
}
 dl.pricingSelectBox1 dd br, dl.pricingSelectBox2 dd br, dl.pricingSelectBox3 dd br{
	display:none;
}
 dl.pricingSelectBox1 dd strike,dl.pricingSelectBox1 dd strong, dl.pricingSelectBox2 dd strike,dl.pricingSelectBox2 dd strong, dl.pricingSelectBox3 dd strike,dl.pricingSelectBox3 dd strong{
    padding-left:15px;
}
/* PRICING SELECT BOX ENDS */
