﻿/* ---------------------------- */
/*        ITEM LAYOUT 9         */
/* ---------------------------- */



/*	SIDE PANEL */

#ItemPage9_SidePanel 
{

	float: right;
	width:170px;
	padding-right:.35em;
	position: relative;
	border-left: 1px solid #ccc;
}

#ItemPage9_custom_section 
{
		margin:.25em;
	text-align:center;
}
#ItemPage9_custom_section img
{


}


/*      Main Panel       */


#ItemPage9_MainTable {
	width: 610px;
}

#ItemPage9_MainPanel 
{
	width: 320px;
	padding-left:.5em;

	float: left;
	vertical-align: top;
}

#ItemPage9_ImgNav_Container
{
	width:320px;
	float:left;
}


.ItemPage9_disclaimerInfo {
	margin: 1em;
}

.ItemPage9_disclaimerInfo h4{
	font-size: 105%;
	color: #0F608E;
}

#ItemPage9_Item_Num, #ItemPage9_CollectionLink
{
	font-size:90%;
}

#ItemPage9_partial_container
{
	background-color: #fff;
	font-size: 90%;
 	vertical-align: top;

}

#ItemPage9_partial_container h1{

}

#ItemPage9_partial_container ul li#ItemPage9_partial_attributes_moreLink
{
	list-style-type:none;
}

#ItemPage9_partial_container h2{
	font-size: 100%;
	margin-bottom: -5px;

}

#ItemPage9_PricesContainer {
	margin-top: 1em;
	font-size: 1.1em;
	font-weight: bold;
}


#ItemPage9_PricesContainer span.price1
{
	text-decoration: line-through;
	font-size: 1.3em;
	font-weight: normal;

}

#ItemPage9_PricesContainer span.price2
{
	font-size: 2.1em;
	font-weight: bold;

}

#ItemPage9_PricesContainer span.price3{
	font-weight: normal;
	font-size: 1.3em;
	display: none;
}

#ItemPage9_PriceSkuContainer ul{
	list-style-type: none;
	margin:.5em 0;
	padding: 0;
}

#ItemPage9_PriceSkuContainer ul li{
	font-size: 1.1em;
	font-weight: bold;
}

#ItemPage9_PriceSkuContainer ul span.price1{
	text-decoration: line-through;
	font-size: 1.3em;
	font-weight: normal;
}

#ItemPage9_PriceSkuContainer ul span.price2{
	font-size: 2.1em;
	font-weight: normal;
}

#ItemPage9_PriceSkuContainer ul span.price3{
	font-weight: normal;
	font-size: 1.3em;
}

#ItemPage9_PriceSkuContainer ul li.dealerSku{
	font-weight: normal;
}

#ItemPage9_Rating {
	margin: 1em 0;
}


#ItemPage9_Rating h2{
	font-size: 1.1em;
}

#ItemPage9_Item_Title, .ItemPage9_item_desc1, .ItemPage9_collection_desc1, .ItemPage9_photogallery1, .ItemPage9_full_attributes1, .ItemPage9_partial_attributes
{
	padding: .2em;
	margin: .2em;
}

#ItemPage9_Dimensions {
	font-size: 1.1em;
	margin: 1em 0;
}

#ItemPage9_DimHeight, #ItemPage9_DimWidth, #ItemPage9_DimDepth {
	float: left;
	margin: .3em .5em 0 0;
}


#ItemPage9_finish_fabric
{
	list-style-type:none;
	margin: .35em;
	padding: 0;
	text-align:left;
	float: left;
	width: 65px;
}

#ItemPage9_alt_colors
{
	list-style-type:none;
	margin: .35em;
	padding: 0;
	text-align:left;
 	float: left;
	width: 185px;
}

#ItemPage9_alt_colors h2, #ItemPage9_finish_fabric h2 {
	margin: 5px 0 3px 0;
	font-size: .9em;
}

#ItemPage9_alt_colors li, #ItemPage9_finish_fabric li {
	margin: 0;
	padding: 0;
}

#ItemPage9_finish_fabric img
{
	width:45px;
	border:solid 1px #aaa;

}


#ItemPage9_alt_colors img
{
	width:25px;
	border:solid 1px #aaa;
	float: left;
	margin-right: 3px;
}



/*    Related Items       */

.ItemPage9_CollectionItems .CollectionPage_related_items_section ul li img
{	
	width: 75px;
	border:0;
}
.ItemPage9_CollectionItems .CollectionPage_related_items_section ul li
{
	float: left;
	margin: .2em;
	padding: .2em;	
	border: solid 1px #aaa;
	width: 95px;
	height: 120px;
	overflow: hidden;
	text-align: center;
	background-color: #fff;
	font-size: 1em;
}

.ItemPage9_CollectionItems .CollectionPage_related_items_section ul li *
{
	color: #000;
	text-decoration:none;
	font-size:85%;
	line-height:.85em;
}

.ItemPage9_CollectionItems .CollectionPage_related_items_section_clearfloat
/* should clear the float above, so the menu float is not cleared.  
If the menu is floated right(default) the items should be floated left, and this should clear left */
{
	clear: both;
	line-height:0;
	font-size:1px;
	height: 0;
}

.ItemPage9_CollectionItems 
{

	
}

.ItemPage9_CollectionItems .AvailableItems ul 
{
	margin:0;
	padding:0;
}

.ItemPage9_CollectionItems .AvailableItems ul li
{
	list-style-type:none;
	display:inline;
}

#ItemPage9_full_attributes {
	display: none;
	border: 1px solid #ccc;
	padding:1em;
}

#ItemPage9_ModComps {
	margin-bottom: 10px;
}

#ItemPage9_CollectionItems {
	display: none;
}

#ItemPage9_detail_images ul {
	list-style-type: none;
}

.ItemPage9_section_tabs, .ItemPage9_section_tabs ul
{
    margin:0;
    padding:0;
}

.ItemPage9_section_tabs ul li
{
    color:#777;
	border: solid 1px #ababab;
	border-bottom:none;
	border-radius : 3px; -moz-border-radius : 3px; /* Mozilla */ -webkit-border-radius : 3px; /* Webkit */  
    margin: 0 .25em -2px 0;
	padding:.4em 1em;
	float:left;
	list-style-type:none;
	cursor: pointer;
	display:inline;
	background-color:#eee;
	letter-spacing: .1em;
}



.ItemPage9_section_tabs ul li.active 
{
	color: #000;
	border: solid 1px #ababab;
	border-bottom:none;
	background-color: #fff;
	font-weight: bold;
}

.ItemPage_ShownTab {
	display: block;
}

.ItemPage_HiddenTab {

}


.ItemPage9_BottomPanel {
	border: 1px solid #ccc;
	padding: 1em;
	width: 562px;
}

#ItemPage9_attribTable {
	width: 100%;
}

#ItemPage9_attribLabel {
	width: 30%;
}

#ItemPage9_attribValue {
	width: 70%;
}


/* ---------------------------- */
/*        ITEM LAYOUT 1         */
/* ---------------------------- */


#ItemPage1_ImgNav_Container 
{
	margin-right:200px;
}

#ItemPage1_ImgNav_Container h1
{
	padding-bottom:.5em;
}

#ItemPage1_item_desc, #ItemPage1_collection_desc, #ItemPage1_photogallery, #ItemPage1_full_attributes, #ItemPage1_related_items1
{
	border-top:solid 1px #aaa;
	position:relative;
}
.ItemPage_Dimension_Top {
	background-color:#444;

}
.ItemPage_Dimension_Top ul {

}
.ItemPage_Dimension_Top ul li {
	border:none;
	height:25px;
}
/*      Side Panel       */

#ItemPage1_SidePanel
{
	width:190px;
	border-left:solid 1px #ccc;
	border-top: 1px solid #ccc;
	float: right;
	padding: .35em;
	margin: 0;
	text-align:center;
}

#ItemPage1_detail_images 
{

}

#ItemPage1_detail_images ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}

#ItemPage1_detail_images img
{
	width:150px;
}

#ItemPage1_detail_images h2
{
	text-align:center;
}

#ItemPage1_finish_fabric_container
{
	float:right;
	margin:-1.5em .35em .35em .35em;
}

#ItemPage1_alt_colors , #ItemPage1_finish_fabric_thumbnail
{
	float:left;
	margin:0 2.5em 0 0;
	padding: 0 .5em;
}

#ItemPage1_alt_colors a, #ItemPage1_finish_fabric_thumbnail a
{
	float:left;
	margin:.2em;
	text-align:center;
}

#ItemPage1_alt_colors img, #ItemPage1_finish_fabric_thumbnail img
{
	width:50px;
	
}

/*    Related Items       */

.ItemPage1_CollectionItems
{
	clear:left;
}

.ItemPage1_CollectionItems .AvailableItems ul 
{
	margin:0;
	padding:0;
}

.ItemPage1_CollectionItems .AvailableItems ul li
{
	list-style-type:none;
	display:inline;
}

.AvailableItems_lblTitle
{
	display:none;
}

.ItemPage1_CollectionItems .AvailableItems ul#AvailableItems_Category_List
{
	display:none;
}

.ItemPage1_CollectionItems .CollectionPage_related_items_section ul li img
{	
	width: 75px;
	border:0;
}
.ItemPage1_CollectionItems .CollectionPage_related_items_section ul li
{
	float: left;
	margin: .2em;
	padding: .2em;	
	border: solid 1px #aaa;
	width: 95px;
	height: 120px;
	overflow: hidden;
	text-align: center;
	background-color: #D3DAEA;
}



.ItemPage1_CollectionItems .CollectionPage_related_items_section ul li *
{
	color: #000;
	text-decoration:none;
}

.ItemPage1_CollectionItems .CollectionPage_related_items_section_clearfloat
/* should clear the float above, so the menu float is not cleared.  
If the menu is floated right(default) the items should be floated left, and this should clear left */
{
	clear:left;
	line-height:0;
	font-size:1px;
}





/* ---------------------------- */
/*        ITEM LAYOUT 2         */
/* ---------------------------- */

#ItemPage2_TopPanel
{
}

#ItemPage2_BottomPanel
{
	border:solid 1px #aaa;
}

#ItemPage2_ImagePanel
{
	width:75%;
	float:left;
}

#ItemPage2_custom_section
{
	margin-left:1em;
	float:left;
	border-left: 1px solid #ccc;
}

#ItemPage2_ImgNav_Container 
{

}

.ItemPage2_partial_attributes ul
{
	padding: 0;
	margin: 1em;

}

.ItemPage2_partial_attributes ul li
{
	padding: 0;
	display: inline;
	margin-right: 1em;
	line-height:2em;
}

.ItemPage2_disclaimerInfo {
	margin: 1em;
}

.ItemPage2_disclaimerInfo h4{
	font-size: 105%;
}

.ItemPage2_section_tabs ul li
{
	padding: .4em;
	display: inline;
	margin: .2em;
	cursor: pointer;
	position:relative;
}

#ItemPage2_Tab2_content, #ItemPage2_Tab3_content, #ItemPage2_Tab4_content
{
	display: none;
	padding:1em;
}

.ItemPage2_section_tabs ul li.notactive 
{
	color: #999;
	border: solid 1px #999;
	padding-left:2em;
	padding-right:2em;
	font-weight:bold;
}

.ItemPage2_section_tabs ul li.active 
{
	color: #444;
	font-weight:bold;
	border: solid 1px #555;
	padding-left:2em;
	padding-right:2em;
}

#ItemPage2_ItemDesc 
{
	margin-left:2%;
	width:47%;
	float: left;
}

#ItemPage2_CollectionDesc 
{
	margin-left:2%;
	width:45%;
	float: left;
}

#ItemPage2_detail_images_disclaimer
{
	margin:.5em auto;
}


#ItemPage2_detail_images 
{
}

#ItemPage2_detail_images ul, #ItemPage2_alt_colors
{
	list-style-type:none;
	margin:0;
	padding:0;
}

#ItemPage2_detail_images ul
{
	float:left;
	width:45%;
	height:auto;
	margin:.5em;
}

#ItemPage2_detail_images img
{
	width:150px;
	border:solid 1px #aaa;
}

#ItemPage2_detail_images h2
{
	text-align:left;
}

#ItemPage2_alt_colors img
{
	width:75px;
	margin:.2em;
	border:solid 1px #aaa;
}

/*    Related Items       */

.ItemPage2_CollectionItems 
{
	clear:left;
}

.ItemPage2_CollectionItems .AvailableItems ul 
{
	margin:0;
	padding:0;
}

.ItemPage2_CollectionItems .AvailableItems ul li
{
	list-style-type:none;
	display:inline;
}

.ItemPage2_CollectionItems .CollectionPage_related_items_section ul li img
{	
	width: 75px;
	border:0;
}
.ItemPage2_CollectionItems .CollectionPage_related_items_section ul li
{
	float: left;
	margin: .2em;
	padding: .2em;	
	border: solid 1px #aaa;
	width: 95px;
	height: 120px;
	overflow: hidden;
	text-align: center;
	background-color: #f1f1f1;
	font-size: 85%;

}

.ItemPage2_CollectionItems .CollectionPage_related_items_section ul li *
{
	color: #000;
	text-decoration:none;
}

.ItemPage2_CollectionItems .CollectionPage_related_items_section_clearfloat
/* should clear the float above, so the menu float is not cleared.  
If the menu is floated right(default) the items should be floated left, and this should clear left */
{
	clear:left;
	line-height:0;
	font-size:1px;
	height: 0;
}




/* ---------------------------- */
/*        ITEM LAYOUT 3         */
/* ---------------------------- */


/*      Main Panel       */



#ItemPage3_MainPanel 
{

	padding-left:.5em;
	max-width:600px;
	border-left:solid 1px #ccc;
	float: left;

}

#ItemPage3_ImgNav_Container
{
	width:320px;
	float:left;
}


.ItemPage3_disclaimerInfo {
	margin: 1em;
}

.ItemPage3_disclaimerInfo h4{
	font-size: 105%;
	color: #0F608E;
}

#ItemPage3_Item_Num, #ItemPage3_CollectionLink
{
	font-size:90%;
}

#ItemPage3_partial_container
{
	width:auto;
	margin-left:325px;
	background-color: #fff;
	font-size: 90%;
 
}

#ItemPage3_partial_container h1{

}

#ItemPage3_partial_container ul li#ItemPage3_partial_attributes_moreLink
{
	list-style-type:none;
}

#ItemPage3_partial_container h2{
	font-size: 100%;
	margin-bottom: -5px;

}

#ItemPage3_Item_Title, .ItemPage3_item_desc1, .ItemPage3_collection_desc1, .ItemPage3_photogallery1, .ItemPage3_full_attributes1, .ItemPage3_partial_attributes
{
	padding: .2em;
	margin: .2em;
}

/*      Side Panel       */

#ItemPage3_SidePanel 
{

	float: left;
	width:175px;
	padding-right:.5em;
}

#ItemPage3_custom_section 
{
		margin:.25em;
	text-align:center;
}
#ItemPage3_custom_section img
{


}

#ItemPage3_finish_fabric
{
	list-style-type:none;
	margin: .35em;
	padding: 0;
	text-align:left;
	float: left;
	width: 65px;
}

#ItemPage3_alt_colors
{
	list-style-type:none;
	margin: .35em;
	padding: 0;
	text-align:left;
 	float: left;
	width: 200px;
}

#ItemPage3_alt_colors h2, #ItemPage3_finish_fabric h2 {
	margin: 5px 0 3px 0;
	font-size: .9em;
}

#ItemPage3_alt_colors li, #ItemPage3_finish_fabric li {
	margin: 0;
	padding: 0;
}

#ItemPage3_finish_fabric img
{
	width:45px;
	border:solid 1px #aaa;

}


#ItemPage3_alt_colors img
{
	width:25px;
	border:solid 1px #aaa;
	float: left;
	margin-right: 3px;
}



/*    Related Items       */

.ItemPage3_CollectionItems .CollectionPage_related_items_section ul li img
{	
	width: 75px;
	border:0;
}
.ItemPage3_CollectionItems .CollectionPage_related_items_section ul li
{
	float: left;
	margin: .2em;
	padding: .2em;	
	border: solid 1px #aaa;
	width: 95px;
	height: 120px;
	overflow: hidden;
	text-align: center;
	background-color: #fff;
	font-size: 1.1em;
}

.ItemPage3_CollectionItems .CollectionPage_related_items_section ul li *
{
	color: #000;
	text-decoration:none;
	font-size:85%;
	line-height:.85em;
}

.ItemPage3_CollectionItems .CollectionPage_related_items_section_clearfloat
/* should clear the float above, so the menu float is not cleared.  
If the menu is floated right(default) the items should be floated left, and this should clear left */
{
	clear: both;
	line-height:0;
	font-size:1px;
	height: 0;
}

.ItemPage3_CollectionItems 
{
	padding:1em;
	clear: both;
	border: 1px solid #ccc;
	
}

.ItemPage3_CollectionItems .AvailableItems ul 
{
	margin:0;
	padding:0;
}

.ItemPage3_CollectionItems .AvailableItems ul li
{
	list-style-type:none;
	display:inline;
}

#ItemPage3_full_attributes, #ItemPage3_video, #ItemPage3_additional_info {
	display: block;
	border: 1px solid #ccc;
	padding:1em;
}

#ItemPage3_ModComps {
	margin-bottom: 10px;
}

#ItemPage3_CollectionItems {
	display: none;
}


#ItemPage3_moreInfoNav{
	text-align: center;
	margin-top: 10px;
}

#ItemPage3_moreInfoNav a{
	padding: .5em 1em;
	margin-right: .35em;
	border: 1px solid #ccc;
	display: block;
	width: 100px;
	cursor: pointer;
	float: left;
	background-color: #B2AF9E;
	color: #fff;
}

#ItemPage3_moreInfoNav a:hover{
	background-color: #444;
	color: #fff;
}


#ItemPage3_moreInfoNav a.active{
	background-color: #444;
	color: #fff;
}

#itemPage3_attribTable {
	width: 100%;
}

#itemPage3_attribLabel {
	width: 30%;
}

#itemPage3_attribValue {
	width: 70%;
}

