/**************************************************************************
***************************************************************************
***************************************************************************

plugin: Shop

***************************************************************************
***************************************************************************
**************************************************************************/
/**************************************************************************
cart
**************************************************************************/
table.shop_cart {
	margin: 0px 0px 10px 0px;
	border-collapse: collapse;
}
table.shop_cart th {
	padding: 0px 20px 5px 0px;
	border-bottom: 1px solid #cccccc;
	text-align: left;
	font-weight: bold;
	color: #666666;
}
table.shop_cart td {	
	padding: 5px 20px 5px 0px;
	border-bottom: 1px solid #cccccc;
	color: #333333;
}
table.shop_cart td.highlight {	
	padding: 3px 20px 3px 0px;
	border-bottom: 1px solid #cccccc;
	color: #333333;
	background-color: #eeeeee;
}
/**************************************************************************
order
**************************************************************************/
table.shop_login td.column1 {
	padding: 10px;
	margin: 0px 10px 0px 0px;
	background-color: #f7f7f7;
}
table.shop_login td.column2 {
	padding: 10px;
	background-color: #f7f7f7;
}