/*  INFO BOX STYLES  */
#info_box {
	position: relative;
	top: 2px; left: 23px;
	width: 204px;
	float: left;
	padding: 6px;
	margin-bottom: 20px;
	font-family: Georgia, serif;
	background: url(../pics/box-fade-bg.jpg) top repeat-x;
/*	background: url(../pics/templates/custom_finish.jpg);/**/
	}
#info_box div.content {
	position: relative;
	top: 0px; left: 0px;
	width: 177px; height: 400px;
	border: 1px solid #ffffff;
	text-align: left;
	padding-top: 33px;
	padding-left: 25px;
	}
h1.info_box, h2.info_box, h3.info_box, b.info_box, img.info_box {
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
	text-align: left;
	letter-spacing: normal;
	padding: 0px;
	margin: 0px;
	}
h1.info_box {
	position: relative;
	top: 0px; left: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 6px;
	}
h2.info_box {
	font-family: GillSans, "Gill Sans", Tahoma, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #000000;
	margin-bottom: 14px;
	}
h3.info_box {
	width: 152px;
	font-size: 11px;
	font-weight: normal;
	color: #6b5c4f;
	padding-bottom: 8px;
	margin-bottom: 2px;
	border-bottom: 1px solid #ccc7c3;
	}
b.info_box {
	display: block;
	font-size: 27px;
	font-weight: normal;
	color: #464749;
	}
img.info_box {
	position: relative;
	top: 14px; left: 0px;
	}


/*  COLLECTION LIST STYLES  */
#collection {
	position: relative;
	top: 28px; left: 40px;
	width: 456px;
	float: left;
	}
#collection p {
	width: 248px;
	font-family: "Gill Sans", GillSans, Tahoma, Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal !important;
	color: #000000;
	margin-left: 25px;
	}
#collection p.red {
	width: 400px;
	font-family: "Gill Sans", GillSans, Tahoma, Verdana, sans-serif;
	font-weight: normal !important;
	font-size: 11px;
	color: #9a1c1e;
	}
p.red a:link, p.red a:visited {
	text-decoration: none;
	color: #9a1c1e;
	}
p.red a:hover, p.red a:active {
	color: #000000;
	}
#style_list, #finish_list {
	text-align: left;
	margin-bottom: 40px;
	font-weight: normal !important;
	}
#style_list {
	font-family: Georgia, serif;
	font-size: 11px;
	width: 500px;
	}
#finish_list {
	width: 700px;
	font-family: "Gill Sans", GillSans, Tahoma, Verdana, sans-serif;
	text-transform: uppercase;
	font-size: 9px;
	}
#style_list a:link, #style_list a:visited, #finish_list a:link, #finish_list a:visited {
	display: -moz-inline-box;
	display: inline-block;
	width: 111px;
	padding: 0px auto;
	color: #7f6f62;
	text-align: center;
	text-decoration: none;
	margin-right: 10px;
	margin-top: 20px;
	margin-left: 0px;
	zoom: 1;
	*display: inline;
	}
#finish_list a:link, #finish_list a:visited {
	margin-left: 12px;
	}
#style_list a:hover, #style_list a:active, #finish_list a:hover, #finish_list a:active {
	color: #231f20;
	}
#style_list img, #finish_list img {
	display: block;
	border: none;
	margin: 0px auto 10px auto;
	}
