/* sub_header */

/* featured_products */
#featured_products {
	float:					left;
	display:				table-cell;

	width:					780px;
	margin:					0px;
	clear:					both;
}

#featured_products div.bottom {
	float:					left;
	width:					780px;
	height:					5px;
	line-height:			0px;
	font-size:				0px;
}

#featured_products ul {
	width:					650px;

	padding:				0px;
	margin:					0px;
	padding-left:			5px;

	list-style:				none;
}

#featured_products ul li {
	float:					left;
	width:					210px;
	height:					200px;

	margin:					2px;
	margin-top:				10px;

	text-align:				center;
}

#featured_products ul li .picture img {
	margin-top:				10px;
	margin-bottom:			5px;
	border:					none;
}

#featured_products ul li .title a:link,
#featured_products ul li .title a:visited {
	padding-left:			10px;
	padding-right:			10px;

	font-size:				11px;
	font-weight:			bold;
	text-decoration:		none;
	color:					#8F0153;
}

#featured_products ul li .title a:hover,
#featured_products ul li .title a:active {
	text-decoration:		underline;
}

#featured_products ul li .text {
	padding-left:			10px;
	padding-right:			10px;

	font-size:				10px;
	color:					#3A3A3A;
}

dl.button {
 	width:				220px;
}

dl.button dt {
	width:				160px;
}

/* product_info */

#product_info {
	float:					left;
	width:					508px;
	height:					350px;
	background-image:		url('/images/main_frame-bg_split.gif');
	background-position:	top right;
	background-repeat:		no-repeat;
}

/* product_preview */

#product_preview {
	float:				left;
	padding-left:		22px;
	padding-right:		0px;
	padding-top:		10px;
	width:				210px;
	overflow:			hidden;
	text-align:			center;
}

#featured_products div.navigation_preferences {
	float:					left;
	height:					46px;
	width:					210px;

	padding-bottom:			15px;
}

#featured_products div.navigation_preferences label {
	
	float:					left;
	color:					#8f8b78;

	height:					12px;
	width:					53px;

	padding:				0px;
	padding-top:			2px;
	padding-left:			5px;
	padding-right:			10px;

	margin-bottom:			5px;

	font-size:				10px;
	font-weight:			bold;
	vertical-align:			middle;
	font-family:			Arial, Helvetica, sans-serif;
}

#featured_products div.navigation_preferences select {

	
	color:					#000000;
	font-size:				9px;
	height:					18px;
	margin-bottom:			5px;
	width:					135px;
	font-family:			Arial, Helvetica, sans-serif;
	border:					1px solid #8f8b78;
}

#featured_products .product_subtitle {
	font-size: 24px;
	color: #000000;
	text-decoration:underline;
	font-weight:			bold;
}
#featured_products .product_price{
	font-size: 24px;	
	color: #4d4d4d;
	font-weight:			bold;
}
