/* CSS Document */

/* Product Detail */

.detailTable {
	margin: 0;
	padding: 0;
	width: 500px;
	border-collapse: collapse;
}

.detailTable th, .detailTable td {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(184, 207, 213);
    border-right-color: rgb(184, 207, 213);
    border-bottom-color: rgb(184, 207, 213);
    border-left-color: rgb(184, 207, 213);
    padding-top: 6px;
    padding-right-value: 6px;
    padding-bottom: 6px;
    padding-left-value: 6px;
    padding-left-ltr-source: physical;
    padding-left-rtl-source: physical;
    padding-right-ltr-source: physical;
    padding-right-rtl-source: physical;
		color: rgb(102, 102, 102);
}

.detailTable th {
    background-color: rgb(241, 245, 248);
    text-align: left;
		font-weight: bold;
}



.detailTable th, .detailTable td{
	border: 1px solid #b8cfd5;
	padding: 6px;
}

.detailTable th{
	background-color: #f1f5f8;
	text-align: left;
}

.detailTable tr{
	background-color: #FFFFFF;
}

.detailTable td{
	line-height: 18px;
}

.detailLabel {
	width: 150px;
	background-color: #F1F5F8;
	color: rgb(102, 102, 102);
	text-align: right;
}

.detailLabel span, .detailLabel label {
	color: rgb(102,102,102);
}

#cart-table { width: 725px; }

#standing-orders-table { 
	width: 570px; 
}

#cart-confirm-table { width: 630px; }

#cart-checkout-table { width: 410px; }
#cart-checkout-table th {
	text-align: right;
	width: 160px;
}

#results-table {	
	width: 580px; 
}

#subjects-table {
	width: 580px;
}

#new-release-subjects-table { 
	width: 580px; 
	border-right: 1px solid rgb(184, 207, 213);
}
