.display_none {

    display: none}



form .required label {

    font-weight: bold;}

form .required label:after {

    color: #e32;

    content: ' *';

    display:inline;}



.price_currency { 

    font-size: 0.8em; 

    padding-left: 5px}

.text-right {

    text-align: right !important}

.text-center {

    text-align: center !important}

.tbg {

    font-size: 1.3em}



.basket-remove a {

    margin-right: 5px}



h5.product_name {

    min-height: 50px }



.encloser {

    margin-top: 15px;

    padding: 5px;

    border-top: 1px solid #999;

    color: #999;}



.product_restrict_form {}

.product_restrict_form label {

    font-size: 0.9em;

    color: #999;}

.product_restrict_form select {

    font-size: 0.9em;

    width: 150px;}



#restriction_form_container .pagination {

    margin-top: 0px;}



#statement_table strike {

    padding-right: 0px;

    text-decoration: none}



.products .thumbnail table {

    margin-bottom: 5px;}

.products .thumbnail form {

    margin-bottom: 3px;}    



.purchase_history {

    font-size: 0.9em;

    font-weight: bold;

    color: #008000}

.purchase_history span {

    color: #333;    

    font-size: 0.9em;

    font-weight: normal}



.price_quantity_discount {

    height: 17px; 

    text-align: right;}

.price_quantity_discount a {

    color: #008000;     

    font-size: 0.85em;}



.product_image {

    position: relative;}

.product_image .product_image_in_stock {

    position: absolute;

    top: 0px; right: 5px;

    z-index: 999;

    width: 125px; height: 95px;

    background: url(../img/in-stock.png) top right no-repeat;}



.product_image .product_image_out_of_stock {

    position: absolute;

    top: 0px; right: 5px;

    z-index: 999;

    width: 125px; height: 95px;

    background: url(../img/out-stock.png) top right no-repeat;}

.product_image .product_image_low_stock {
    position: absolute;
    top: 0px;
    right: 5px;
    z-index: 999;
    width: 125px;
    height: 95px;
    background: url(../img/low-stock.png) top right no-repeat;
}



.product_image .product_image_coming_soon {

    position: absolute;

    top: 0px; right: 5px;

    z-index: 999;

    width: 125px; height: 95px;

    background: url(../img/coming-soon.png) top right no-repeat;}



.product_image .product_cat5_text {

    position: absolute;

    top: 0px; left: 0px;

    font-size: 0.9em;

    background: #f00;

    padding: 0px 2px;

    color: #fff;

    font-weight: bold}