/*
File:			dpsc-advanced.css
Description:	Custom styles for DukaPress

BASIC USAGE:
Use this file to make custom Styles for your DukaPress shop.  If you want more control than the GUI (Graphical User Interface) offers, and you know your way around CSS, then writing CSS directly is the way to go for you.

You can write your DukaPress CSS in this file and it will be applied to your shop/site.

PLEASE NOTE THAT YOU SHOULD ONLY USE THIS FILE IF YOU KNOW CSS.  A MISTAKE HERE MAY RUIN YOUR SITE'S DESIGN.
*/
.clear { clear:both;}

.dpsc_grid_product {
    float:none;
    display:inline-block;
}

.dpsc_price {
    color: #FF0000 !important;
    text-align: right !important;
    font-weight: bold; 
}

.dpsc_empty_your_cart {
    font-weight: normal; 
	font-size: 1em;
}

.gocheckout {
    font-weight: normal; 
	font-size: 100%;
}

.dpsc_submit_button {
    font-weight: normal; 
	font-size: 100%;
}

.dpsc_image_section {
    width: 300px;
}

.product_form {
    text-align: right !important;
}

.dpsc-checkout {
    margin: 0 0 24px;
    line-height; 18px;
}

.product_update {
    padding: 1px 14px
}

.meta {display:none;}
.nocomments {display:none;} 
.comments {display:none;} 
}

.table.shoppingcart th {
    color: #169fe6 !important;
}