﻿
/* ---------------------------- */
/*    COLLECTION LAYOUT 1       */
/* ---------------------------- */

/*      Main Panel       */

#CollectionPage1_MainPanel
{float:left;min-width:300px;padding:0 15px;width:71%;}

#CollectionPage1_MainPanel h1
{padding:.7em 0}

#CollectionPage1_collection_desc, #CollectionPage1_CollectionItems
{border-top:solid 1px #e4e4e4;}


/*      Side Panel       */

#CollectionPage1_SidePanel 
{float:right;width:22%;padding:15px;border-left:1px solid #e4e4e4;}

.CollectionPage_detail_image_container
{margin:5px 0;padding:5px 0;border-bottom:1px solid #e4e4e4;}

#CollectionPage1_detail_images 
{text-align:center;}

#CollectionPage1_detail_images ul
{list-style-type:none;margin:0;padding:0;}

#CollectionPage1_detail_images img
{width:150px;}

#CollectionPage1_detail_images h2
{text-align:center;}

#CollectionPage1_Alternate_Finishes a
{float:left;width:50px;margin:.2em;}
	
#CollectionPage1_Alternate_Finishes img
{width:50px;}


/*    Related Items       */

#CollectionPage1_CollectionItems .CollectionPage_related_items_section ul li img
{width: 125px;border:0;}

#CollectionPage1_CollectionItems .CollectionPage_related_items_section ul li
{float: left;margin: .2em;padding: .2em;border: solid 1px #e4e4e4;width: 125px;height: 170px;overflow: hidden;text-align: center;background-color: #f1f1f1;font-size: 1em;}

#CollectionPage1_CollectionItems .CollectionPage_related_items_section ul li *
{color: #000;text-decoration:none;}

#CollectionPage1_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;}

#CollectionPage1_CollectionItems 
{clear:left;}

#CollectionPage1_CollectionItems .AvailableItems ul 
{margin:0;padding:0;}

#CollectionPage1_CollectionItems .AvailableItems ul li
{list-style-type:none;display:inline;}



