﻿/*---- ProductDetail.aspx ----*/
/*
body.ProductDetail div.ExtendedDescription
{
    font-size: 12pt;
    padding: 5px;
}
*/

/*-- Product Detail Page ---*/
body.ProductDetail .itemDetailWrapper
{
    margin-top: 100px;
    margin-right: 10px;
    position:relative;
    width: 680px;
    float: right;
    border: solid 2px black;
}

body.ProductDetail .itemDetailWrapper .itemInformation
{
    float: right;
    width: 300px;
}

body.ProductDetail .contentWrapper .itemPicture
{
    float: left;
    width: 200px;
}

body.ProductDetail .itemDetailWrapper .itemFeatures
{
    clear:both;
    
}


/** RelatedItemList styling **/
body.ProductDetail .relatedItemList .listEntry
{
    clear:both;
    width:300px;
    position:relative;
}

body.ProductDetail .relatedItemList .itemLink
{
    float:left;
}

body.ProductDetail .relatedItemList .itemPrice
{
    float:right;
}

body.ProductDetail .relatedItemInfo
{
	margin-top: 10px;
}

body.ProductDetail div.itemIdentification div.itemPicture
{
	border: solid 1px #c0c0c0;
}

/** Added for Somfy **/
/*body.ProductDetail .contentWrapper .itemCaption
{
	visibility:hidden;
}
*/