/*------------------------------------------------------------*/
/*******************    SHOPCART PAGE      ********************/
#shopCartPage_instructions{
    padding: 0 0 20px 0;
}
#shopCartPage_cartTable{}
#ctl00_ContentPlaceHolder1_tblCart{
    border: 1px #e0ddd4 solid;
    border-collapse: collapse;
	width: 730px !important;
}
.infoTable{} 
.infoHeaderRow{}
.infoHeaderCell{
    background: url(/sites/639/website/store_images/th-bg.jpg) repeat-x;
    padding: 5px 10px;
    font-weight: bold;
    border-right: 1px #e0ddd4 solid;
}
.infoRow1{
    background: #fff;
    padding: 3px 0;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}
.infoRow2{
    background: #f5f5f5;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}
.infoRow1 td, .infoRow2 td{
	border-right: 1px #ccc solid;
}
.infoRow1:hover{
    background: #ccffff;
}
.infoRow2:hover{
    background: #ccffff;
}
.infoCell, .infoCellRight{
    padding: 3px 10px;
	border-top: 1px #ccc solid;
}
.infoCell{
	text-align: right;
	font-weight: bold;
	color: #333;
}
.infoCellCenter{}
.infoCellRight{
	border-right: 1px #ccc solid;
}
.infoCellRight b{
	color: #333;
}
.shopCartCellItem, .shopCartCellQuantity, .shopCartCellDescription, .shopCartCellPrice, .shopCartCellOptions{
    padding: 5px 10px;
}
.shopCartCellItem{
    color: #555;
    font-weight: bold;
}
.shopCartCellOptions a{}
#shopCartPage_button input{margin: 5px;}