#top {
	width: 100%;
	min-height: 485px;
	background-color: #eee6dc;
	border: 1px solid gray;
	padding-bottom: 5px;
}

#view_navBar_wrapper {
	float: left;
	padding: 5px 10px 0px 5px;
	width: 168px;
}

#view_navBar {
	width: 166px;
	border: 1px solid gray;
	background-color: #ffffff;	
}

#nav_current, #nav_currentFabric, #nav_currentFinish, #nav_collections, #nav_colorways, #nav_furspecs, #nav_fabspecs, #nav_orderSection {
	width: 100%;
}

#nav_collections_items, #nav_furspecs_items {
	margin-left: 15px;
	margin-bottom: 5px;
	display: block;
}

#nav_fabspecs_items {
	margin-left: 15px;
	margin-bottom: 5px;
	display: none;
}

#nav_current_items, #nav_currentFinish_items, #nav_currentFabric_items {
	text-align: center;
	margin-bottom: 5px;
	display: block;
}

#nav_orderSection {
	background-color: gray;
	color: white;
	font-weight: bold;
}

#nav_orderSection_items {
	margin-left: 15px;
	padding: 5px 0px;
}

.navBar_view_button{
	float: left; margin: 0px; padding: 0px; margin-bottom: 3px;
}

#view_topMain {
	float: left;
	width: 608px;
}

#view_topMain #view_rightNav {
	float: right;
	width: 166px;
	border: 1px solid gray;
	background-color: #ffffff;
}

#view_topMain #view_chooseImage {
	width: 606px;
	height: 74px;
	border: 1px solid gray;
	background-color: #ffffff;
	margin: 5px 5px 5px 0px;
}

#view_topMain #view_mainImage {
	float: left;
	width: 440px;
}

#view_topMain #view_mainImage img {
	border: 1px solid grey;
	display: block;
	margin: 0px auto;
}

#view_topMain_large {
	margin: 0px auto;
	width: 608px;
}

#view_topMain_large #view_mainImage {
	margin: 0px auto;
	width: 600px;
}

#view_topMain_large #view_mainImage img {
	border: 1px solid grey;
	display: block;
	margin: 0px auto;
}

#view_topMain_large #view_chooseImage {
	width: 600px;
	height: 74px;
	border: 1px solid gray;
	background-color: #ffffff;
	margin: 5px auto;
}

#view_topMain_zoom #view_mainImage {
	border: 1px solid grey;
	margin: 0px auto;
	width: 600px;
}

#view_topMain_zoom #view_chooseImage {
	width: 600px;
	height: 74px;
	border: 1px solid gray;
	background-color: #ffffff;
	margin: 5px auto;
}

#view_rightNav_buttons{
	float:left; width:168px; margin-top: 2px; margin-bottom: 5px; background-color: #eee6dc;
}

#view_rightNav_buttons .navBar_button{
	float: left; width: 168px; height: 18px; background-color: gray; margin-top:3px;
}

#bottom {
	width: 100%;
	background-color: #ffffff;
	margin-top: 5px;
	padding-bottom: 10px;
	border: 1px solid gray;
}

#bottom_header {
	background-color: #a9a9a9;
	margin: 0px;
	padding: 10px 0px;
	color: white;
	font-weight: bold;
}

#bottom_header {
	padding-left: 10px;
}

.bottom_browseRow {
	float: left;
	padding: 10px 0px 0px 8px;
}

.bottom_browseRow .bottom_browseItem{
	float:left; width:148px; height:190px; margin-left:5px; background-color: white; border:1px solid gray;
}

.bottom_browseItem .image{
	float:left; width:138px; height:102px; margin:5px;
}

.bottom_browseItem .text{
	float:left;
	width: 100%;
	color: #0d87c6;
	text-align: center;
}
	
.bottom_browseItem .text a{
	color: #0d87c6; 
	text-decoration: none;
}

.bottom_browseItem .text a:hover{
	text-decoration: underline;
}

.imageViewButton{ float: left; width: 75px; height: 75px; border: 1px solid blue;}

.viewListing {
	margin: 2px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}

.viewListing img {
	border: none;
	width: 55px;
	height: 55px;
}

.viewListing li{
	float: left;
	text-align: center;
	padding: 0px 5px 0px 5px;
}

.viewListing li a, a:visited{
	color: #0d87c6;
}
.viewListing li a:hover{
	text-decoration: underline;
}

/* ------------------------------- */
/* CURRENT ITEM SECTION */
/* ------------------------------- */

.current_item {
	border: none;
	width: 150px;
	height: 47px;
	margin-bottom: 5px;
}

.current_item .current_thumbnail {
	float: left;
	width: 115px;
	height: 85px;
	margin-bottom: 10px;
	border: none;
	background-color:gray;
}

/* ------------------------------- */
/* CURRENT FABRIC SECTION */
/* ------------------------------- */

#nav_currentFabric_items .currentFabric_thumbnail {
	width: 115px;
	height: 85px;
	background-color: gray;
}

/* ------------------------------- */
/* CURRENT FINISH SECTION */
/* ------------------------------- */

#nav_currentFinish_items ul{
	list-style: none;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

#nav_currentFinish_items li{
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

.currentFinish_item{
	border: none;
	width: 150px;
	height: 47px;
	margin-bottom: 5px;
}

#nav_currentFinish_items .currentFinish_thumbnail{
	width: 115px;
	height: 85px;
	margin-bottom: 10px;
	border: none;
	background-color: gray;
}

/* ------------------------------- */
/* COLORWAY SECTION */
/* ------------------------------- */

#nav_colorways_items {
	height: 185px;
	overflow: auto;
}

#nav_colorways_items ul {
	list-style: none;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
}

#nav_colorways_items li{
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#nav_colorways_items .colorways_item {
	border: none;
	width: 130px;
	height: 47px;
	margin-bottom: 5px;
}

#nav_colorways_items .no_colorways_items {
	height: 10px;
}

.colorways_item .colorways_thumbnail {
	float: left;
	width: 50px;
	height: 37px;
	margin-right: 5px;
	margin-bottom: 10px;
	border: none;
	background-color:black;
}

/* ------------------------------- */
/* FINISHES SECTION */
/* ------------------------------- */

.allFinish_thumbnail{
	width: 100px;
	height: 75px;
	border: 1px solid;
	background-color:gray;
	cursor: pointer;
}

#choose_finish{
	display: none;
	position: absolute;
	left: 318px;
	top: 160px;
	width: 337px;
	min-height: 200px;
	border: 1px solid #CCCCCC;
	background-color: white;
}

#wood_items_heading {
	float: left;
	width: 100%;
	text-align: right;
}

#wood_items_heading img {
	padding: 4px 0px 0px 4px;
}

#wood_items {
	float: left;
}

#choose_finish .woodListing{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#choose_finish .woodListing li{
	float: left;
	text-align: center;
	padding: 0px 5px 10px 5px;
}
