
/* for cart pages */

.error {font-size:12px; font-weight:bold; color:#990000; font-family: Arial, Helvetica, sans-serif;}
.big_error {font-size:16px; font-weight:bold; color:#990000; font-family: Arial, Helvetica, sans-serif;}
.security {font-size:12px; font-weight:bold; color:#990000; font-family: Arial, Helvetica, sans-serif;}

.cart_table_bc { background-color:#F0F0F0; }
h1 {margin-top:0;}

/*Wave Image Break
hr {
	height: 5px;
	width: 100%;
	border: 0;
	line-height: 0px;
	background-image: url(../ecommerce/images/break.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}*/

.style2 {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}
.small_table_head {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

/*To keep the main Featured table from touching its surroundings*/
#featured {
	margin-right: auto;
	margin-left: auto;
}

/*Glossy Header*/
#featured th {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../ecommerce/images/tbl_hdr_bg.gif);
	background-repeat: repeat-x;
	background-image:left url(../ecommerce/images/tbl_hdr_l.gif);
	line-height: 25px;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

/*To keep the Product Name, Description, Price from overflowing the image height */
#featured p {
	margin-top: 8px;
	margin-bottom: 8px;
}

/* For the gray gradient 
#featured #featured_content {
	background-image: url(../ecommerce/images/table_back_aqua.gif);
	background-repeat: repeat-x;
	padding-top: 10px;
	background-color: #FFFFFF;
}*/

.featured_leftside {
	border-left: thin #c3b3ae solid;
	border-bottom: thin #c3b3ae solid;
}

.featured_rightside {
	border-right: thin #c3b3ae solid;
	border-bottom: thin #c3b3ae solid;
}

.featured_bottmside {
	border-bottom: thin #c3b3ae solid;
}

#featured #featured_bottomside {
	background-image:url(ecommerce/images/bottom_line.gif);
	background-repeat: repeat-x;
}

/* Order Box Options */
#orderbox_options li {
	display: inline;
	list-style-type: none;
	margin-right: 5px;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

/* Sidebar grey box margins */
#sidebar {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*For the heavy content pages or to highlight a chunk of text */
#highlight {
	background-color: #E9E9E9;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding: 8px;
}

/*Product Listing Classes*/
.product {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #8E0F0F;
}
.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 10px;
}
.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

td#product_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	color: #003F80;
	text-decoration: none;
}



