

.checkout_sku_line_element
{
	border: 1px solid #ccc;
	border-radius: 5px;
	padding-left: 2em;
	padding-right: 1em;
	padding-top: 2em;
	padding-bottom: 1em;
	margin-top: 0;
	margin-bottom: 0.5em;
}



.checkout_sku_line_radio
{
	
}
.checkout_sku_line_radio:checked
{
	
}

.checkout_sku_line_item_line
{
	
}
.checkout_sku_line_radio:checked + .checkout_sku_line_item_line
{
	font-weight: bold;
}


.checkout_sku_line_item_name
{
    float: left;
    font-size: 20px;
    margin-bottom: 6px;
}

.checkout_sku_line_item_price
{
	float: right;
}



.checkout_sku_line_description
{
	clear: both;
    font-size: 16px;
    margin-top: 23px;
}


.checkout_sku_line_current_status_description
{
	font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
    color: #2d4831;
}


.checkout_sku_choices_today_charge_line
{
    text-align: right;
    clear: both;
    font-size: 1em;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 1em;
    margin-top: 1em;
    padding-bottom: 10px;
    font-weight: bold;
}

.skuItemDescrip
{
	max-width: 37em;
    margin-top: 29px;
    line-height: 1.6;
}



.showLink
{
	border-bottom:1px dashed #8f8f8f;
	cursor:pointer;
}

.hiliteLinkArea
{
	margin-top:20px;
	padding:20px;
	border:1px solid #e0e0e0;
	border-radius: 8px;
	background-color: #cfffca;
}









.checkout_modern_paymentInfo_modal #cardnumber
{
	width: 93% !important; /* No idea why is this happening - pathing here just to make it look good */
}

.checkout_modern_paymentInfo_modal #pricecode
{
	width: 93% !important; /* No idea why is this happening - pathing here just to make it look good */
}
