

/* begin table formatting for store */

#shoppingcartTableWrapper table th, 
#tabContent table th,
#styleTable table th
{
	border-collapse: collapse;
	border-left: 1px solid #95B8FF;
	border-bottom: 2px solid #5D83A4;
	text-align: left;
	font-weight: bold;
	margin: 0;
	padding: 0.3em;
}



#shoppingcartTableWrapper table th
{
	cursor: default;
}
#shoppingcartTableWrapper table td,
#tabContent table td,
#styleTable table td
{
	border-collapse: collapse;
	border: 1px solid #95B8FF;
	margin: 0;
	padding: 0.2em;
}

	#styleTable table td table td
	{
		border: none;
		padding: 0;
	}
#shoppingcartTableWrapper strong, 
#tabContent strong
{
	display: block;
}
#shoppingcartTableWrapper th.column1, 
#tabContent th.column1
{
	color: #000;
}
#shoppingcartTableWrapper .column1, 
#tabContent .column1
{
	color: #2e3547;
	font-weight: bold;
	padding: 10px 10px;
}
#shoppingcartTableWrapper .column1 a, 
#tabWrapper #tabContent .column1 a
{
	font-weight: bold;
}

#tabContent td.column1,
#styleTable td.column1

#styleTable .column1
{
	width: 25%;
}
#styleTable .colspan
{
	padding: 1em 10px;
}
#tabContent .column1 dl,
#styleTable .column1 dl
{
	width: 100%;
	color: #000;
	font-weight: normal;
	background-color: #EEF3F6;
	margin: 0 0 1em 0;
	padding: 0.2em;
}
#tabContent .column1 dl dt,
#styleTable .column1 dl dt
{
	float: left;
	width: 12em;
	padding: 0.3em 0;
	border-top: 1px solid #DDD;
	clear: both;
}
#tabContent .column1 dl dd,
#styleTable .column1 dl dd
{
	color: #666;
	padding: 0.3em 0;
	margin-left: 12em;
	border-top: 1px solid #DDD;
}
#tabContent .column1 p.backOrder
{
	font-weight: normal;	
	margin-top: 1em;
	border: 1px solid #bbe698;
	border-left-width: 3px;
	padding: .3em .3em .3em .7em;
}


/* end table formatting for store */


