﻿/* ---------------------------- */
/*        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, .ItemPage1_RichMedia
{
	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 #aaa;
	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: #ddd;
}



.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;
}

#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 
{
	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: #000;
	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: #ddd;
	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;
}

#ItemPage2_Reference
{
	text-align:center;
}

/* ---------------------------- */
/*        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%;
}

#ItemPage3_Item_Num, #ItemPage3_CollectionLink
{
	font-size:85%;
}

#ItemPage3_partial_container
{
	width:auto;
	margin-left:325px;
	background-color: #fff;
	font-size: 90%;
 
}

#ItemPage3_partial_container h1{
	color: #233963;
}

#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
{

	border:solid 1px #333;
}

#ItemPage3_alt_colors, #ItemPage3_finish_fabric
{
	list-style-type:none;
	margin: .35em;
	padding: 0;
	text-align:left;
	float: left;
}

#ItemPage3_alt_colors h2, #ItemPage3_finish_fabric h2 {
	margin-bottom: 3px;
}

#ItemPage3_alt_colors li, #ItemPage3_finish_fabric li {
	margin: 0;
	padding: 0;
}

#ItemPage3_finish_fabric img
{
	width:125px;
	border:solid 1px #aaa;

}

#ItemPage3_alt_colors {
	float: left;
	width: 125px;
}

#ItemPage3_alt_colors img
{
	width:55px;
	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: #ddd;
	font-size: 85%;
}

.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-top:2em;
	clear: both;


}

.ItemPage3_CollectionItems .AvailableItems ul 
{
	margin:0;
	padding:0;
}

.ItemPage3_CollectionItems .AvailableItems ul li
{
	list-style-type:none;
	display:inline;
}

#ItemPage3_full_attributes {
	display: none;
}

#ItemPage3_CollectionItems {
	display: none;
}

#ItemPage3_moreInfoNav{
	text-align: center;
	margin-top: 10px;
}

#ItemPage3_moreInfoNav a{
	padding: .5em 1em;
	margin: .35em;
	border: 1px solid #ccc;
	display: block;
	width: 100px;
	cursor: pointer;
	float: left;
	background-color: #B2AF9E;
	color: #fff;
}

#ItemPage3_moreInfoNav a:hover{
	background-color: #ddd;
	color: #000;
}

#itemPage3_attribTable {
	width: 100%;
}

#itemPage3_attribLabel {
	width: 30%;
}

#itemPage3_attribValue {
	width: 70%;
}

/* ---------------------------- */
/*        ITEM LAYOUT 6  Default       */
/* ---------------------------- */

#ItemPage6_TopPanel
{
}

#ItemPage6_ImagePanel
{
    float:left;
    width:310px;
    border-right:solid 1px #bdbdbd;
    border-bottom:solid 1px #bdbdbd;
    margin:0 0 2em 0;
}

#ItemPage6_ImagePanel #ItemPage6_ImgNav_Container 
{
    margin:-.2em;
}

.ItemPage6_TopRightPanel
{
    float:left;
    margin:0 0 0 .6em;
    display:inline;
    width:460px;
    overflow:hidden;
}

.ItemPage6_TopRightPanel h1
{
    background-color:#333;
    padding:1em;
    color:#cdcdcd;
    font-weight:normal;
    font-size:1.6em;
}

.ItemPage6_TopInfoContainer
{
    float:left;
    width:230px;
    margin:0 0 0 2em;
    display:inline;
    border-right:solid 1px #bdbdbd;
}

.ItemPage6_TopInfoContainer .ItemPage6_RatingPanel
{
    width:180px;
    margin:0 0 1em 0;
}

.ItemPage6_TopInfoContainer .ItemPage6_RatingPanel .itemPage_RatingText 
{
    float:left;
    width:.9em;
}

.ItemPage6_TopInfoContainer .ItemPage6_RatingPanel .itemPage_RatingNotLoggedInPanel
{
	font-size:.8em;
	margin:.35em 0;
	color:#bdbdbd;
}

.ItemPage6_TopInfoContainer .ItemPage6_RatingPanel .itemPage_RatingNotLoggedInPanel a
{
    color:#777;
}

#ItemPage6_custom_section
{
    float:left;
    width:190px;
    margin:0 0 0 .85em;
    display:inline;
}

.ItemPage6_partial_attributes ul
{
	padding: 0;
    margin: 0
}

.ItemPage6_partial_attributes ul li
{
	padding: 0;
    margin:.35em 0;
    list-style-type:none;
}

.ItemPage6_custom_section_bottom
{
}

.ItemPage6_custom_section_bottom .itemPage_menu_ad
{
    float:left;
    width:50%;
}
.ItemPage6_vertical_ads {
	width:160px;
	background-color:#aed;
}
.ItemPage6_vertical_ads ul { 
	list-style-type:none;
	margin:0;
	padding:0;
}
img.ItemPage6_mfgLogo 
{
    margin:0 auto;
    display:block;
}

#ItemPage6_conversionContainer 
{
    width:220px;

}

#ItemPage6_conversionContainer ul 
{
	list-style-type:none;
	margin:0;
	padding:0;
}

#ItemPage6_conversionContainer ul li
{
	
}

#ItemPage6_conversionContainer ul li img
{
	vertical-align: top;
}

#ItemPage6_BottomPanel
{
    border:solid 1px #ababab;
}

.ItemPage6_section_tabs, .ItemPage6_section_tabs ul
{
    margin:0;
    padding:0;
}

.ItemPage6_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:#fff;
}

.ItemPage6_section_tabs ul li.active 
{
	color: #000;
	border: solid 1px #ababab;
	border-bottom:none;
}


#ItemPage6_Tab2_content, #ItemPage6_Tab3_content, #ItemPage6_Tab4_content 
{
	display: none;
	padding:1em;
}

#ItemPage6_ItemDesc 
{
	margin-left:2%;
	width:47%;
	float: left;
}

#ItemPage6_CollectionDesc 
{
	margin-left:2%;
	width:45%;
	float: left;
}

#ItemPage6_detail_images_disclaimer
{
	margin:.5em auto;
}


#ItemPage6_detail_images 
{
}

#ItemPage6_detail_images ul, #ItemPage6_alt_colors
{
	list-style-type:none;
	margin:0;
	padding:0;
}

#ItemPage6_detail_images ul
{
	float:left;
	width:45%;
	height:auto;
	margin:.5em;
}

#ItemPage6_detail_images img
{
	width:150px;
	border:solid 1px #aaa;
}

#ItemPage6_detail_images h2
{
	text-align:left;
}

#ItemPage6_alt_colors img
{
	width:75px;
	margin:.2em;
	border:solid 1px #aaa;
}

/*    Related Items       */

.ItemPage6_CollectionItems 
{
	clear:left;
}

.ItemPage6_CollectionItems .AvailableItems ul 
{
	margin:0;
	padding:0;
}

.ItemPage6_CollectionItems .AvailableItems ul li
{
	list-style-type:none;
	display:inline;
}

.ItemPage6_CollectionItems .CollectionPage_related_items_section ul li img
{	
	width: 75px;
	border:0;
}
.ItemPage6_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: #ddd;
	font-size: 85%;    
}

.ItemPage6_CollectionItems .CollectionPage_related_items_section ul li *
{
	color: #000;
	text-decoration:none;
}

.ItemPage6_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;
}

#ItemPage6_custom_section .itemPage_menu_ad
{
    display:none;
}

