@charset "UTF-8";
/* CSS Document */

.home_left_top {
	width: 670px;
	position: relative;
	float: left;
	margin-left: 5px;
	border: 1px solid #ccc;
	background-color: rgb(238,238,238);
}

.home_right_top {
	width: 321px;
	height: 129.5px;
	position: relative;
	float: left;
	border: 1px solid #ccc;
	background-color: #eee;
}

.home_right_top a {
	color: #333;
}

.home_right_top a:hover {
	color: #336699;
}

.home_right {
	width: 300px;
	position: relative;
	float: right;
}

.home_top_banner_left {
	width: 478px;
	position: relative;
	float: left;
	margin: 5px 0 10px 5px;
}

.home_top_banner_right {
	width: 478px;
	position: relative;
	float: right;
	margin: 5px 6px 10px 0px;
}

.home_featured_gear {
	width: 995px;
	height: auto;
	background-color: #eee;
	position: relative;
	float: left;
	margin: 10px 0px 5px 5px;
	border: 1px solid #ccc;
}

.home_pairings {
	width: 995px;
	height: auto;
	background-color: #eee;
	position: relative;
	float: left;
	margin: 10px 0px 5px 5px;
	border: 1px solid #ccc;
}

.home_fixed_items {
	width: 995px;
	height: auto;
	background-color: #eee;
	position: relative;
	float: left;
	margin: 5px 0px 10px 5px;
	border: 1px solid #ccc;
}

.featured_item_container {
	width: 690px;
	height: 275px;
	padding: 0px;
	margin-top: 00px;
	margin-left: 0px;
	border: 2px solid #000;
	background-color: #CCC;
}

.right_side_container {
	width: 330px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	position: relative;
	float: right;
	border: 1px solid #999;	
}



ul.start_shopping {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


input.home_page {
	font-size:12px; 
	line-height:12px;
	background-color:#fff; 
	color: #333; 
	border: 1px solid #ccc;
	text-align: left;
}

