td.StoreAccountOrderHeaderHeader span.NormalRed {
	font-size: 12px;
}

select[id$="ddlMonth"], select[id$="ddlYear"] {
	width: 75px;
}

select[id$="ddlCreditCardType"] {
	width: 200px;
}


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

.tdShippingProvidersCheckout > a, a:hover, a:visited {
    text-decoration-color: #ffffff;
    text-decoration: none !important;
    border-color: #ffffff;
}

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

span.unchecked {
    background: url(/images/radiobutton.png) 0 6px no-repeat;
    background-size: 130px;
}
td.dropdowntd{padding-bottom: 10px;}

.btnStoreCheckout {
	font-family: 'titillium_webregular'!important;
	font-size: 16px!important;
	font-weight: 400!important;
	padding: 10px 15px;
	display: inline-block!important;
	text-align: center!important;
	text-decoration: none!important;
	color: white!important;
	box-shadow: none!important;
	text-shadow: none;
	cursor: pointer!important;
	margin-bottom: 5px;
	filter: none!important;
	border: none!important;
}

.btnPurchase {
	background: #1e9dd8!important;
	margin-left: 0px!important;
	width: 125px!important;

}

.btnPurchase:hover {	
	background-color: #0086c0!important;
}

.btnCheckout {
	width: 150px!important;
	font-size: 16px!important;
	background: #1e9dd8!important;

}

.btnCheckout:hover {
	width: 150px!important;
	font-size: 16px!important;
	background: #0086c0!important;
}

.btnCatalog {
	font-size: 16px!important;
	text-shadow: none;
	border: none;;
	background: #aeafb3!important;

}

.btnCatalog:hover {
	background: #919195!important;
}

.btnSample {
	text-shadow: 1px 1px 0px #b75206;
	border: 1px solid #ba6500;
	background-image: -moz-linear-gradient(top, #f7941d, #c86f05); /* Firefox 3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #c86f05),color-stop(1, #f7941d)); /* Safari & Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f7941d', endColorstr='#c86f05'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f7941d', endColorstr='#c86f05')"; /* IE8 */
}

.btnSample:hover {
	background-image: -moz-linear-gradient(top, #ffa538, #d77f17); /* Firefox 3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #d77f17),color-stop(1, #ffa538)); /* Safari & Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffa538', endColorstr='#d77f17'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffa538', endColorstr='#d77f17')"; /* IE8 */
	cursor: pointer!important;
}



.HeaderFull
{
	background-color: #000000;
	height: 55px;
}

.subContainer
{
	margin: 0 auto;
	width: 1190px;	
}

.ContentFull
{
	padding-top: 20px;
}

.tdCCInfo
{
	width: 30%;
}

.logoSection
{
	padding-top: 10px;
}

.JSMessage
{
	color: #ff0000;
}
div.StoreAccountCheckoutSteps ul li a.StoreCheckoutStepNumber {

    font-size: 16px;
    font-weight: normal;
    background-color: #333333;
    color: #FFC222;
    margin: 0px;
    padding: 5px 10px;

}

div.StoreAccountCheckoutSteps ul li span.StoreCheckoutStepNumber {

    font-size: 16px;
    background-color: #dedfe1;
    color: white;
    margin: 0px;
    padding: 5px 10px;
    border: 1px solid #dedfe0;
    font-family: 'open_sansregular';
    font-weight: normal;

}

div.StoreAccountCheckoutSteps ul li.StoreCheckoutActiveStep span.StoreCheckoutStepNumber {

    background-color: #333333;
    color: white;
    border-color: #DEDFE0;

}

.ErrorServiceUnavailable
{
	color: #ff0000;
}

.stripeTwo {
	min-height: 500px;
}

#dnn_ctr_Privacy_lblPrivacy > ul 
	{
		margin-left: 30px;
	}

#dnn_ctr_Privacy_lblPrivacy > ul > li
	{
		list-style: disc;
	}
	
.footerStripe .iconList .size1of6 {
    padding: 0 18px 0 18px;
}

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


