/* ************************* */
/* ---- Product Listing ---- */
/* ************************* */

div.checkoutList_head_row, div.list_item_row {
	margin: 0px;
	padding: 0px;
	width: 552px;
	float: left;
	clear: both;
	z-index: 100;
}

div.checkoutList_head_row {
	padding: 2px 0px;
	background-image: url(/images/checkoutList_head_row.gif);
}

div.list_item_row {
}

div.list_head_big {
	font-family: Georgia;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
}

div.list_head_small {
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	line-height: 11px;
	font-weight: normal;
}

div.list_row1, div.list_row2 {
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px;
}

div.list_row1 {
	background-image: url(/images/checkoutList_row1.gif);
}

div.list_row2 {
	background-image: url(/images/checkoutList_row2.gif);
}

div.list_content, div.list_actions {
	padding: 5px 0px 3px 0px;
	float: left;
}

div.list_row1 div.list_content, div.list_row1 div.list_actions {
	border: 1px solid #F7F7F7;
}

div.list_row2 div.list_content, div.list_row2 div.list_actions {
	border: 1px solid #EDEDED;
}

div.list_row1 iframe, div.list_row1 iframe {
	background-color: #F7F7F7;
}

div.list_row2 iframe, div.list_row2 iframe {
	background-color: #EDEDED;
}

div.list_content_outlined, div.list_actions_outlined {
	padding: 5px 0px 3px 0px;
	border: 1px solid #BFBFBF;
	float: left;
}

div.list_product_details {
	width: 436px;
	padding: 0px 6px;
	float: left;
}

table.product_details_table {
	width: 430px;
}

table.product_details_table td.product_detail_label {
	width: 255px;
	padding: 2px 0px;
	font-weight: bold;
}

table.product_details_table td.product_detail_input {
	padding: 2px 0px;
}

div.list_actions_inner {
	padding-left: 10px;
}

table.list_actions_table {
	width: 50px;
}

table.list_actions_table th, table.list_actions_table td {
	text-align: center;
}

table.list_actions_table td.actions_cell_nocart {
	width: 35px;
}

table.list_actions_table td.actions_cell_nocart_expanded {
	width: 20px;
}

div.cart_added_message {
	font-size: 16px;
	font-family: Georgia, serif;
	color: #cf4d4d;
	text-transform: none;
	text-align: center;
	float: left;
	width: 457px;
	clear: both;
	padding: 10px 0px;
}

div.cart_added_link {
	font-size: 16px;
	font-family: Georgia, serif;
	text-transform: none;
	text-align: center;
	float: left;
	width: 80px;
	clear: both;
	padding: 10px 0px;
}

div.cart_added_link a {
	color: #c9001b;
	text-decoration: none;
}

div.cart_added_link a:hover {
	text-decoration: underline;
}

.cart_link {
	color: #D44149;
	text-decoration: none;
}

.cart_link:hover {
	color: #990000;
	text-decoration: underline;
}

div.list_action_spacer { width: 10px; float: left; font-size: 8px; }
div.list_spacer { width: 6px; float: left; font-size: 8px; }
div.checkoutList_col1 { width: 307px; float: left; text-align: left; padding-top: 1px; padding-left: 5px; }
div.checkoutList_col2 { width:  55px; float: left; text-align: center; padding-top: 2px; }
div.checkoutList_col3 { width:  55px; float: left; text-align: center; padding-top: 2px; }
div.checkoutList_col4 { width:  55px; float: left; text-align: center; padding-top: 2px; }
div.checkoutList_col5 { width:  65px; float: left; text-align: center; }
