﻿.shopping_cart_header
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #008080;
}
.product_title
{
	font-weight: bold;
	font-size: 16px;
	color: #000066;
	font-family: Arial, Helvetica, Sans-serif;
	text-decoration: none;
}
.product_title_link
{
	font-weight: bold;
	font-size: 14px;
	color: #000066;
	font-family: Arial, Helvetica, Sans-serif;
	text-decoration: none;
	cursor: pointer;
}
.product_title_link:hover
{
	font-weight: bold;
	font-size: 14px;
	color: #000066;
	font-family: Arial, Helvetica, Sans-serif;
	text-decoration: underline;
	cursor: pointer;
}
.product_description
{
	font-weight: normal;
	font-size: 12px;
	color: #666666;
	font-family: Arial, Helvetica, Sans-serif;
	text-decoration: none;
}
.product_link
{
	font-weight: normal;
	font-size: 12px;
	color: #003366;
	font-family: Arial, Helvetica, Sans-serif;
	text-decoration: none;
	cursor: pointer;
}
.product_link:hover
{
	font-weight: normal;
	font-size: 12px;
	color: #003366;
	font-family: Arial, Helvetica, Sans-serif;
	text-decoration: underline;
	cursor: pointer;
}
.product_link_bold
{
	font-weight: bold;
	font-size: 12px;
	color: #003366;
	font-family: Arial, Helvetica, Sans-serif;
	text-decoration: none;
	cursor: pointer;
}
.product_separator
{
	background-image: url( '../Images/border_top.gif' );
	background-repeat: repeat-x;	
}
.required_field
{
	font-weight: normal;
	font-size: 10px;
	color: Red;
	font-family: Verdana;
	text-decoration: none;
}
.box_background
{	
	background-image: url('../Images/box_background.gif');
}
.box_background_white
{
	background-color: #FFFFFF;
}
.box_border_left
{
	background-image: url('../Images/border_left.gif');
	background-repeat: repeat-y;
	width:9px;
	height:100%;
	font-size: 1px;
}
.box_border_bottom
{
	background-image: url('../Images/border_bottom.gif');
	background-repeat: repeat-x;
	height:9px;
	width:100%;
	font-size: 1px;
}
.box_border_right
{
	background-image: url('../Images/border_right.gif');
	background-repeat: repeat-y;
	width:9px;
	height:100%;
	font-size: 1px;
}
.box_border_top
{
	background-image: url( '../Images/border_top.gif' );
	background-repeat: repeat-x;
	height:9px;
	width:100%;
	font-size: 1px;
}
.box_corner
{
	width:9px;
	height:9px;
	font-size: 1px;
}