/* 
Styles for the dynamic pages, which are hardcoded (by Mihai)
*/
.error
{
	color: red;
}

.paging_text
{	
	color: white;
}

a.paging_text:link, a.paging_text:visited, a.paging_text:active, a.paging_text:hover
{
	color: white;
}

td.paging_text
{	
	color: white;
}

.shop_table_heading
{
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	padding: 3px;
	font-size: 10px;
	font-weight: bold;
}
.total_table
{
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	padding: 3px;
	font-weight: bold;
	color: #303D61;
	font-size: 10px;
}
.input_qty
{
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid black;
	font-size: 10px;
	width: 25px;
}
.cart_details
{
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a.shop_table_text:link, a.shop_table_text:visited, a.shop_table_text:active
{
	font-size: 10px;
	font-weight: normal;
	color: #737165;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a.shop_table_text:hover
{
	font-size: 10px;
	font-weight: normal;
	color: #737165;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

.button
{
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid black;
	font-size: 10px;
	cursor: pointer;
	color: black;
	background-color: white;
	font-weight: bold;
}