@charset "utf-8";
/* CSS Document */
h2 {
	color: #565656 !important;
}
table#black-friday-list, table#black-friday-detail {
	width: 100%;
}
table#black-friday-list thead th,
table#black-friday-detail thead th {
	border-top: 1px solid #f2f1f1;
	border-bottom: 1px solid #f2f1f1;
}

th.head1 {
	border-left: 1px solid #f2f1f1;
}

table#black-friday-list th.head3,
table#black-friday-detail th.head5 {
	border-right: 1px solid #f2f1f1;
}

table#black-friday-list td.cell_2,
table#black-friday-detail td.cell_4 {
	color: #74ca00;
	font-weight: bold;
}

table#black-friday-detail td.cell_2,
table#black-friday-detail td.cell_3 {
	color: #5599bb;
	font-weight: bold;
}

table#black-friday-list td.cell_1 a {
	background-image: url(../../../themes/dealb/images/plus.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 20px;
}

table#black-friday-list td.cell_3 {
	font-weight: bold;
}

table#black-friday-list td.cell_3 span {
	color: #5599bb;
}

table#black-friday-list tbody tr td,
table#black-friday-detail tbody tr td {
	border-bottom: 1px solid #e7e6e6;
	padding-bottom: 5px;
	padding-top: 5px;
	line-height: 17px;
}

th.header {
	background-color:#FAFAFA;
	color:#6088a5;
	height:30px;
	font-weight:bold;
	cursor: pointer;
}

th.head1, td.cell_1 {
	padding-left: 5px;
}

.bf_clear{
	
	clear:both;
	height:0px;
	padding:0px;
	margin:0px;
	
}

.bf_cell1{
	float:left;
	width:180px;
	background-color:#ffffff;
	line-height:30px;
	color:#242424;
	text-align:left;
	border-bottom:1px solid #e6e6e6;
}

.bf_cell1 a {
	background-image: url(../../../themes/dealb/images/plus.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 20px;
	color: black;
}

.bf_cell2{
	float:left;
	width:160px;
	background-color:#ffffff;
	line-height:30px;
	color:#88d122;
	text-align:center;
	font-weight: bold ;
	border-bottom:1px solid #e6e6e6;
}

.bf_cell3{
	float:left;
	width:200px;
	background-color:#ffffff;
	line-height:30px;
	color:#2d2d2d;	
	text-align:center;
	border-bottom:1px solid #e6e6e6;
	font-weight: bold ;	
}

.bf_cell3 span{
	color:#6189a3 !important;	
}

.bf_tableHeader {
	border: 1px solid #f2f1f1;
	background-color: #fafafa;
}

.bf_tableHeader a {
	color: #6088a5;
}

p.total_deal, p.total_saving {
	font-weight: bold;
}

p.total_deal b, p.total_saving b {
	color: #6088A5;
}