
/* 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; }



.style2 {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}
.small_table_head {
	font-size: 12px;
	color: #000000;
	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: 9px;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

/*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-color: #FFFFFF;
}

.featured_top { 
	background:#a4935a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

.list_top {color: #000000; font-size: 16px; font-weight:bold }
.list_top A:link { color: #000000; font-size: 16px; font-weight:bold }
.list_top A:visited { color: #000000; font-size: 16px; font-weight:bold }
.list_top A:active { color: #000000; font-size: 16px; font-weight:bold }
.list_top A:hover { color: #000000; font-size: 16px; font-weight:bold }
.list_top A{text-decoration:none}

.featured_leftside {
	border-left: thin #a4935a solid;
	border-bottom: thin #a4935a solid;
}

.featured_rightside {
	border-right: thin #a4935a solid;
	border-bottom: thin #a4935a solid;
}

.featured_bottmside {
	border-bottom: thin #a4935a 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: #a4935a;
	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;
}


