.acom_product_row {
    float: left;
    width: 100%;
}

.acom_product {
    float: left;
    margin: 1%;
    position: relative;
    /*width: 23%;*/
    width: 31%;
}

.acom_cart_btn {
    bottom: 0;
    position: absolute;
    right: 0;
    padding: 10px;
}
.acom_login {
    line-height: 3em;
}

input.button_cart_submit {
    /*background-color: #39B54A;
    border: medium none;
    border-radius: 12px 12px 12px 12px;
    box-shadow: 2px 2px 3px #555555;
    color: white;*/
    padding-bottom: 1px;
    padding-top: 2px;
    font-size: 11px;
    font-weight: bold;
}

.regular_product {
    background-color: black;
    color: white;
    padding-left: 10px;
}

.featured_product {
    background-color: green;
    color: white;
    padding-left: 10px;
}

.regular_product_border, .featured_product_border, .product_thumbnail_border {
    border: 1px solid black;
    min-height: 150px;
    padding: 10px 10px 3em;
    position: relative;
    background-color: white;
    font-size: 11px;
}

.featured_product_border {
    border: 1px solid green;
}

.acom_product p {
    margin-bottom: 5px;
}

.product_name {
    font-size: 15px;
    margin: 5px 0;
    line-height: 20px;
    font-weight: bold;
}

.acom_product .acom_product_cost {
    /*bottom: 10px;
    font-size: 16px;*/
    font-weight: bold;
    position: absolute;
    line-height: 1em;
}

.acom_delivery {
    font-size: 10px;
    line-height: 1.2em;
    margin: 5px 0;
}

.acom_delivery > span {
    color: black;
    font-weight: bold;
}

.acom_product_thumbnail_div img {
/*    max-width: 100%;
    width: 100%;*/
    display: block;
}

/*------------------product page ---------------------------*/

#acom_product_content {
    /*float: right;
    width: 625px;*/
}


#acom_related_products {
    margin-top: 20px;
}


#acom_product_cost {
    display: block;
    /*float: left;*/
    font-size: 35px;
    line-height: 1em;
}

.acom_not_active {
    color: red;
    display: block;
    font-style: italic;
    margin-top: 25px;
    clear: both;
}

#acom_featured_notice {
    color: #FF6633;
    display: block;
    font-size: 20px;
}

#add_to_cart_form {
    /*float: left;*/
    line-height: 35px;
    padding-left: 15px;
}

#acom_cart_btn {
    /*background-color: #39B54A;
    border: medium none;
    border-radius: 12px 12px 12px 12px;
    box-shadow: 2px 2px 3px #555555;
    color: white;*/
    padding-bottom: 1px;
    padding-top: 2px;
    font-size: 16px;
}

.acom_label {
    color: #567F97;
    display: inline-block;
    font-weight: bold;
    margin: 10px 0 5px;
}

#acom_product_desription {
    /*width: 475px;*/
}


#acom_product_name {
    clear: none;
    font-size: 24px;
}

.acom_product_image_div {
    float: right;
    max-width: 350px;
}

.acom_product_attribute, #acom_product_attributes {
    margin: 10px 0;
}

.acom_attribute_title {
    font-size: 14px;
}

.acom_required {
    font-style: italic;
}

/*-------------------User Profile ----------------*/
.user_information, .shipping_information {
    float: left;
    line-height: 3em;
}
.user_information {
    margin-right: 35px;
}
.user_information_label {
    display: inline-block;
    width: 125px;
}
.shipping_information_label {
   /* display: inline-block;display: none;*/
}
.shipping_info {
   /* display: none;
    display: inline-block;
    width: 160px;*/
}

.ac_profile_shipping_info {
    margin-top: 25px;
}
label.error {
	display: block;
	background: #ffd2d2;
	padding-right: 10px;
    margin-bottom: -35px;
    margin-right: 5px;
	color: black;
}
.user_error {
    background-color: #FA5858;
    color: white;
    font-size: 14.5px;
    padding: 10px;
    border-radius: 2px;
}
.address_validation_form {
    border: solid red .1em;
    padding: 10px;
}
.shipping_profile_label, .guest_user_label {
   display: inline-block;
    width: 125px;
}
#shipping_profile_form {
    line-height: 3em;
}

/*--------- Guest User Checkout ---------*/
#guest_user_checkout
{
    line-height: 3em;
}

/*==========Checkout Step Three==========*/
.gift_checkout {
    line-height: 3em;
    float: left;
    margin-left: 10px;
}
.gift_label, label.gift_info {
    width: 90px;
}

/*==========General Checkout==========*/
.attribute_box {
    float:left;
}
.attribute_spacer {
    float:left;
}
.attribute_spacer {
    margin-right: 290px;
}
.attribute_table {
    border-spacing: 7px;
}

.acom_grand_total_value {
    font-weight: bold;
}

.acom_checkout_reward_points {
    float: left;
}

.acom_checkout_step_two_btn {
    margin: 10px 0;
    clear: both
}

.acom_checkout_btn {
    float: left;
    clear: both;
}

/*==========General Checkout==========*/