/* Portal Css */

span.icon {
    width: 16px;
    height: 22px;
    display: inline-block;
    color: #ffffff;
    border-color: #ffffff;
}

span.checked {
    background: url(/images/radiobutton.png) -36px 4px no-repeat;
    background-size: 130px;
}

span.unchecked {
    background: url(/images/radiobutton.png) 0 4px no-repeat;
    background-size: 130px;
}

input[type="text"].btnCheckout{
    color: #fff !important;
    background-color: #e30034;
    border-color: none;
	display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
	font-size: 16px;
    line-height: 1.42857143;
    border-radius: 4px;
	padding: 6px 12px !important;
  /*width: 87px;*/
}

.btnCheckout:hover{
    background-color: #e30034;
}

.btnCheckout{
    color: #fff !important;
    background-color: #e30034;
    border-color: none;
	display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
	font-size: 16px;
    line-height: 1.42857143;
    border-radius: 4px;
	padding: 6px 12px !important;
  	/*width: 87px;*/
}

.tdCCInfo
{
	width: 30%;
}


.lnkCCPaymentForm
{
  font-size:16px;
  text-decoration: underline;
}

#form1
{
  background-color: #ECECEC;
  min-height: 1000px;
}

.subContainer
{
	margin: 0 auto;
	width: 1046px;	
  	background-color: #ffffff;
   padding-top: 20px;
  padding-left: 20px;
}

.ContentSection
{
  margin-top: 40px;
}

.HeaderSection
{
  height: 80px;
 
}

.JSMessage
{
	color: #ff0000;
}

div.StoreAccountCheckoutSteps ul li span.StoreCheckoutStepNumber {
    background: #CCC;
    border-color: #CCC;
    color: #FFF;
    padding: 3px 7px;
}

div.StoreAccountCheckoutSteps ul li span.StoreCheckoutStepText {
    font-size: 14px;
    color: #999;
    margin: 0;
    padding: 0 0.3em;
}
div.StoreAccountCheckoutSteps ul li.StoreCheckoutActiveStep span.StoreCheckoutStepNumber {
    background-color: #005da9;
    color: #fff;
    border-color: #005da9;
}

div.StoreAccountCheckoutSteps ul li.StoreCheckoutActiveStep span.StoreCheckoutStepText {
    font-weight: bold;
    color: #666;
}

div.StoreAccountCheckoutSteps ul li a.StoreCheckoutStepNumber {
    font-size: 14px;
    font-weight: bold;
    background-color: #e0e4e9;
    color: #004b85;
    margin: 0;
    padding: 0.3em 0.55em;
    border: 1px solid #ccc;
}

div.StoreAccountCheckoutSteps ul li a.StoreCheckoutStepText {
    font-size: 14px;
    color: #004b85;
    margin: 0;
    padding: 0 0.3em;
}


.privacy_statement > ul, .privacy_statement > ol
{
	margin-left: 30px;
}

.privacy_statement > ul > li, .privacy_statement > ol > li
{
	    list-style: disc;
}

input#dnn_ctr2392_OrderDetails_btnStoreCheckoutNext {
    width: 125px;
}

.selected-wrap, .selected-wrap-active {
     width: initial !important; 
}

.c5sllc_captcha {
    text-align: left !important;
}






