H1.h1_left
{
	text-align: left;
	padding-left: 30px;
}
p.p_left
{
	text-align: left;
	padding-left: 30px;
}
/*****view_basket.php*****/
TABLE.basket_list DIV.remove
{
	background: url(/Images/remove.png) no-repeat center;
	width: 100%;
	cursor: pointer;
	height: 25px;
}
#global_change_commit, #delete_selected
{
	/*+placement:shift 0px -1px;*/
	position: relative;
	left: 0px;
	top: -1px;
	/*[disabled]width:132px;*/
}
TABLE.global_change
{
	width: 845px;
}
TABLE.basket_list
{
	width: 845px;
}
TABLE.global_change TD
{
	vertical-align: bottom;
	color: #9A9A9A;
	padding: 15px 5px 0;
}
TABLE.global_change TD.quantity_td
{
	width: 50px;
	text-align: center;
	border-bottom: 2px solid #666666;
	padding-bottom: 20px;
}
TABLE.global_change TD.size_td
{
	text-align: center;
	border-bottom: 2px solid #666666;
	padding-bottom: 20px;
}
TABLE.global_change TD.applies_td
{
	text-align: center;
	width: 150px;
	border-bottom: 2px solid #666666;
	padding-bottom: 20px;
}
TABLE.global_change TD.remove_td
{
	width: 75px;
	border-bottom: 2px solid #666666;
	padding-bottom: 20px;
}
TABLE.global_change TD.remove_td SPAN
{
	/*+placement:float-left 0px 6px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 6px;
}
TABLE.global_change TD.remove_td DIV.remove_all
{
	background: url(/Images/remove.png) no-repeat center;
	cursor: pointer;
	height: 25px;
	width: 21px;
	/*+placement:float-left 5px 2px;*/
	float: left;
	position: relative;
	left: 5px;
	top: 2px;
}
TABLE.global_change TD.update_td
{
	border-bottom: 2px solid #666666;
	padding-bottom: 20px;
}
TABLE.global_change TD.checkout_buttons
{
	text-align: right;
	padding-top: 35px;
}
TR.global_change_options TD
{
	text-align: left;
	width: 100%;
	font-size: 14px;
}
TABLE.basket_list TD
{
	text-align: center;
	padding: 0px;
	color: #9A9A9A;
}
TABLE.basket_list THEAD TR
{
	border: 2px solid #666666;
	padding-bottom: 15px;
	height: 45px;
}
TABLE.basket_list THEAD TR TH
{
	font-weight: 100;
	color: #9A9A9A;
}
TABLE.basket_list TR.dashed_bottom TD
{
	border-bottom: 1px solid #666666;
}
TABLE.basket_list TH.th_select
{
	width: 176px;
	border-bottom: 2px solid #666666;
}
TABLE.basket_list TH.th_select DIV
{
	font-weight: 100;
	color: #9A9A9A;
	width: 130px;
	text-align: left;
	/*+placement:float-left 20px 0px;*/
	float: left;
	position: relative;
	left: 20px;
	top: 0px;
}
TABLE.basket_list TH.th_image
{
	width: 85px;
	border-bottom: 2px solid #666666;
}
TABLE.basket_list TD.td_image
{
	height: 75px;
}
TABLE.basket_list TH.th_quantity
{
	width: 75px;
	border-bottom: 2px solid #666666;
}
TABLE.basket_list TH.th_size
{
	width: 180px;
	border-bottom: 2px solid #666666;
}
TABLE.basket_list TH.th_remove
{
	border-bottom: 2px solid #666666;
	width: 50px;
}
TABLE.basket_list TH.th_cost
{
	width: 100px;
	border-bottom: 2px solid #666666;
}
TABLE.basket_list TBODY HR
{
	color: #666666;
	border: 1px solid #666666;
}
TABLE.basket_list TD.print_cost
{
	color: #9A9A9A;
}
TABLE.basket_list TFOOT TR
{
	height: 50px;
	padding-bottom: 15px;
}
TABLE.basket_list TFOOT TD
{
	color: #E6E6E6;
	font-size: 20px;
}
TABLE.basket_list TD.td_total_cost
{
	text-align: right;
}
A.fancy IMG
{
	cursor: pointer;
	border: 2px solid #666666;
}
DIV.checkout_buttons
{
	width: 307px;
	/*+placement:float-right -6px 0px;*/
	float: right;
	position: relative;
	left: -6px;
	top: 0px;
}
/*****end view_basket.php ****
***tabs for order_prints.php and order album.php****/
#basket_tab_header UL
{
	margin: 0;
	padding: 10px 10px 0;
	list-style: none;
}
#basket_tab_header LI
{
	float: left;
	margin: 0;
	padding: 0 0 0 9px;
}


#basket_tab_header A
{
	float: left;
	display: block;
	padding: 6px;
	text-decoration: none;
	border: 2px solid #666666;
	border-bottom: none;
	position: relative;
	top: 2px;
	color: #9A9A9A;
}
/*Commented Backslash Hack
hides rule from IE5-Mac \*/
#basket_tab_header A
{
	float: none;
	font-size: 15px;
}
/*End IE5-Mac hack*/
#basket_tab_header A:hover
{
	color: #C15B0B;
}
#basket_tab_header #basket_tab_current A
{
	background-color: #202020;
	color: #9A9A9A;
	padding-bottom: 4px;
	border-bottom: 2px solid #202020;
}
/*end of tabs section*/
.basket_body
{
	padding: 5px;
	clear: left;
	width: 900px;
	background-color: #212121;
	border: 2px solid #666666;
}

