/* @override http://bool.sala.ca/dev/JDEC/www/style/JDEC/StoreApp/cart.css */

/*******************
 *
 * JDEC Shopping Cart Styles
 * 
 * Colours:
 * 
 *    
 *******************/

#cart_content {
}

#cart_table {
    width: 80%;
    margin: 30px auto 30px;
    padding: 0;
    border-bottom: 1px solid #000;    
}

#cart_table th {
    padding: 0 5px;
    font-weight: bold;
    font-size: 11px;
    color: #000;
    letter-spacing: 1px;
    border-bottom: 1px solid #000;      
}

#cart_table td {
    padding: 5px;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;  
    margin: 5px 0;
}

#cart_table .even td {
}

#cart_table .odd td {
}

#cart_table .buttons {
    width: 10px;
}

#cart_table .quantity {
    width: 20px;
    
}

#cart_table .image {
    width: 80px;
	text-align: center;
	padding: 5px 30px;

}

#cart_table .name {
    width: 300px;
}

#cart_table .name a {
	font-weight: bold;
	text-decoration: none;
	color: #707070;
}

#cart_table .name a:hover {
	color: #700B5E;
}
	
#cart_table .description {

}

#cart_table .price {
    width: 40px;
    font-weight: bold;
}

#cart_table th.quantity {
    text-align: left;
}

#cart_table th.price {
	text-align: right;
}

#cart_table td.quantity {
    text-align: center;
}

#cart_table td.price {
    text-align: right;
}

#cart_table td.label {
}

#cart_table .special {
    color: #fe0000;
	font-size: 12px;
}

#cart_table tr.special td.label {
    text-transform: uppercase;
    font-weight: bold;
}

#cart_table .tax td.label,
#cart_table .total td.label {
    text-transform: uppercase;
    font-weight: bold;
    text-align: right;
}



