h1 {
	margin-bottom:5px;
}
.header_links {
	font-size:11px;	
}
.header_links a, .header_links a:link, .header_links a:visited {
	font-size:11px;
}
#disguise:hover {
	text-decoration:underline;
}
.hr_full_width {
	padding-top:5px;
	padding-bottom:5px;
}
.product_thumbs {
	padding-left:5px;
}
.product_thumbs ul {
	margin:0;
	padding:0px;
	padding-top:10px;
	list-style-type:none;
	text-align:left;
}
.product_thumbs li {
	display:inline;
}
.product_alt {
	padding-left:5px;
}
.product_alt ul {
	margin:0;
	padding:0px;
	padding-top:10px;
	list-style-type:none;
	text-align:left;
	width:425px;
}
.product_alt li {
	display:inline;
}
.three_col a, .three_col a:link {
	width:135px;
	display:block;
	float:left;
}
.two_col a, .two_col a:link {
	width:200px;
	display:block;
	float:left;
}
.three_col {
	width:135px;
	display:block;
	float:left;
}
.two_col {
	width:200px;
	display:block;
	float:left;
}
.product_desc {
	padding-left:5px;
	padding-right:5px;
	padding-top:9px;
	color:#666666;
	border-top:1px solid #000066;
}
.product_image {
	border-top:1px solid #000066;
	padding:10px;
	height:130px;
	vertical-align:top;
}
.product_image img{
	border:1px solid gray;
	max-height:120px;
}
.product_name {
	border-top:5px solid white;
	height:25px;
	background-color:#ccc;
	color:black;
	padding-left:10px;
	border-bottom:1px solid white;
	font-weight:bold;
}
.product_name h2 {
	font-size:18px;
	margin:2px 0px 2px 0px;
}
.products_listing_table {
	width:95%;
      height:180px;
	background:url(/images/design/product_item_bkgrd.jpg) no-repeat;
	font-size:14px;
}
/************** New Layout CSS *******************/
.product_details_item {
	width:300px;
	height:150px;
	float:left;
	margin-right:5px;
	color:#666;
	margin-bottom:20px;
	padding-top:10px;
	background:url(/images/design/product_details_bkgrd.jpg) no-repeat;
}
.product_details_pic {
	float:left;
	width:110px;
	text-align:center;
	font-size:10px;
	height:150px;
	padding-left:10px;
}
.product_details_desc {
	width:170px;
	padding-right:10px;
	float:left;
	height:150px;
}
.product_details_pic img {
	border:1px solid black;	
}
.product_details_pic a,
.product_details_pic a:link,
.product_details_pic a:visited { 
	text-decoration:none;
}
.product_details_pic a:hover {
	text-decoration:underline;
}
.product_details_desc h2 {
	margin-top:0px;	
	font-size:20px;	
}
.product_details_desc ul {
	margin:0px;
	padding:0px;
}
.product_details_desc li {
	padding-left:8px;
	margin:0px;
	margin-left:5px;
	background:url(/images/design/link_arrow.jpg) no-repeat;
	background-position:0px 5px;
	font-size:13px;
	list-style:none;
}
.product_details_desc a,
.product_details_desc a:link,
.product_details_desc a:visited {
	float:right;
	margin-top:20px;
}
