/* 
products.css is the stylesheet for
the secondary product / category pages 
*/

#top_table {
	width: 800px;
	margin-top:1px;
}
td#top_table_left {
	width: 383px;
	height: 137px;
}
td#top_table_middle {
	width: 160px;
	height: 219px;
}
td#top_table_right {
	background-color: #F4F6D9;
	font-weight: bold;
	padding: 20px;
}
td#page_heading {
	background-color: #0C2C43;
	height: 82px;
	padding: 8px 15px;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 1px;
	font-size: 32px;
	font-weight: bold;
	color: #ffffff;
	line-height: 33px;
}
div#left_side {
	float:left;
	width: 503px;
	padding-right: 0px;
}
#left_side h1 {
	margin: 5px 0px;
}
div#right_side {
	float: right;
	width: 237px;
	border-left: 1px solid #000000;
}
#right_side h2 {
	color: #000000;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	text-align: left;
	padding-left:20px;
}
#right_side p {
	padding-left:20px;
	line-height: 16px;
	text-align: left;
}

div.product div {
	margin-bottom: 4px;
}
img.product_image {
	float:left;
	margin: 0px 15px 15px 0px;
	width:100px;
}
div.product_info_container {
	float:left;
	width:400px;
}
div.title {
	font-size: 16px;
	font-weight:bold;
	padding-top:10px;
	width:400px;
	line-height:140%;
}
div.short_description {
	font-style:italic;
	width:400px;
}
div.price {
	color: #BB0000;
	font-weight: bold;
}

hr.product_divider {
	margin-top: 0px;
}
div.list {
	margin-left: 10px;
	line-height: 20px;
	background-color: transparent;
}

#bottom_product_links p {
	font-size: 14px;
	text-align:left;
}
div#bottom_left_links {
	float:left;
	padding-left: 100px;
	padding-right: 40px;
}
