.ListBreadcrumbs
{
    color: #7d7d7d;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 2px;
    width: 960px;
}

.ListBreadcrumbs a
{
    color: #7d7d7d;
    text-decoration: none;
}

#Content
{
	background-color: #fff;
	border: 1px solid #b7b7b7;
	overflow: hidden;
	padding: 21px 20px 24px 20px;
	width: 918px;
}

#ProductImages
{
	float: left;
	width: 300px;
}

    #MainImage
    {
		border: 1px solid #dddddd;
		height: 298px;
		margin-bottom: 10px;
		position: relative;
		width: 298px;
    }
    
    #MainImage div
    {
		display: table-cell;
		height: 298px;
		text-align: center;
		vertical-align: middle;
		width: 298px;
    }
    
    #MainImage div img
    {
        vertical-align: middle;
    }
    
    #MainImage a
    {
        background: url('../../Images/PhotoZoom.png') no-repeat bottom right;
        bottom: 0;
        height: 297px;
        position: absolute;
        right: 0;
        text-indent: -1234px;
        width: 297px;
    }
    
    /* Photo Scroll */
    #PhotoScroll
    {
        float: left;
        height: 56px;
        margin: 10px 0 30px 0;
        overflow: hidden;
        position: relative;
        width: 254px;
    }

    #ListPhotos
    {
        position:absolute;
        width:20000em;	
    }

    #ListPhotos li
    {
        border: solid 1px #d7d7d7;
        float: left;
        margin-right: 10px;
        position: relative;
    }

    .PhotoListItem
    {
        cursor: pointer;
        display: table-cell;
        height: 54px;
        text-align: center;
        vertical-align: middle;
        width: 54px;
    }

    .PhotoListItem img
    {
        vertical-align: middle;
    }

    .PhotoListPrev:hover,
    .PhotoListNext:hover
    {
        background-color: #e6e6e6;
    }

    .PhotoListPrev
    {
        background: #eee url('../../Images/bgPagingPreviousCharcoalSmall.png') no-repeat center center;
        border: solid 1px #d7d7d7;
        cursor: pointer;
        float: left;
        height: 54px;
        margin: 10px 10px 0 0;
        overflow: hidden;
        text-indent: -864px;
        width: 11px;
    }

    .PhotoListNext
    {
        background: #eee url('../../Images/bgPagingNextCharcoalSmall.png') no-repeat center center;
        border: solid 1px #d7d7d7;
        cursor: pointer;
        float: left;
        height: 54px;
        margin: 10px 0 0 10px;
        overflow: hidden;
        text-indent: -864px;
        width: 11px;
    }

    .PhotoListDisabled
    {
        background-color: #fff;
        cursor: default;
    }

    .PhotoListDisabled:hover
    {
        background-color: #fff;
    }

#Details
{
	margin-left: 326px;
}

	#Details h1
	{
	    background-image: none;
		color: #26709e;
		font-size: 20px;
		font-weight: bold;
		padding: 5px 0px 4px 0px;
	}
	
	#Details h2
	{
		color: #363636;
		font-size: 14px;
		font-weight: bold;
		padding-bottom: 20px;
	}
	
	#Details .Description
	{
		color: #363636;
		line-height: 16px;
		padding-bottom: 12px;
		font-size: 12px;
		width: 310px;
	}
	
	#Details #Tags
	{
		color: #363636;
		font-size: 14px;
		padding: 8px 0px 16px 0px;
		width: 310px;
	}
	
	#Details #Tags a
	{
		color: #26709e;
		text-decoration: none;
	}
	
	#Details label
	{
		color: #363636;
		font-size: 14px;
		font-weight: bold;
	}
	
	#Details .btnAddToCart
	{
		margin-top: 16px;
	}


#ShadowOneColumn
{
	height: 9px;
	padding-bottom: 11px;
	text-align: center;
	width: 960px;
}

/* SOCIAL MEDIA -------------------- */

#SocialMedia
{
	background-color: #FFFFFF;
	border: 1px solid #b7b7b7;
	float: right;
	margin-left: 20px;
	padding: 10px 20px;
	text-align: left;
	width: 218px;
}

	#SocialMedia #MediaHeader
	{
		color: #363636;
		font-size: 14px;
		font-weight: bold;
		padding-bottom: 6px;
	}

	#SocialMedia img.MediaOption
	{
		border: none;
		display: inline;
		margin-right: 4px;
	}
	
	
/* RELATED ITEMS -------------------- */

#RelatedItems
{
	background-color: #FFFFFF;
	border: 1px solid #b7b7b7;
	float: right;
	padding: 1px;
	text-align: left;
	width: 256px;
	clear: right;
	margin-left: 20px; 
	margin-bottom: 20px;
	margin-top: 18px;
}

	#RelatedItems #ItemsHeader
	{
		background-color: #1d86c6;
		color: #FFFFFF;
		font-size: 18px;
		height: 31px;
		margin-bottom: 18px;
		padding: 10px 18px 0 18px;
	}
	
	#RelatedItems a.Item
	{
		color: #363636;
		display: block;
		overflow: hidden;
		margin: 0 0 12px 18px;
		text-decoration: none;
		width: 220px;
	}
	
	#RelatedItems a:hover.Item
	{
		color: #26709e;
	}
	
		.Item img.ItemThumb
		{
			border: 1px solid #DDDDDD;
			float: left;
		}
		
		.Item p.RelatedItemText
		{
			font-size: 12px;
			line-height: 14px;
			margin: 5px 0 0 67px;
		}


/* PRODUCT NOT FOUND -------------------- */

#NotFound
{
	background: url(../images/question_mark.jpg) top left no-repeat;
	overflow: hidden;
	padding: 10px 10px 10px 0;
	text-align: left;
	height: 262px;
}

	#NotFound p.NotFoundHeading
	{
		color: #26709e;
		display: block;
		font-size: 40px;
		margin: 0;
		padding: 74px 0 8px 200px;
		width: 450px;
	}
	
	#NotFound p.NotFoundText
	{
		color: #363636;
		display: block;
		font-size: 12px;
		line-height: 16px;
		margin: 0;
		padding-left: 200px;
		width: 450px;
	}
	
	#NotFound a.ListLink
	{
		color: #26709e;
	}
	
	#NotFound a:hover.ListLink
	{
		color: #9b9b9b;
	}
	
	
/* OTHER ITEMS -------------------- */

#OtherItems
{
	background-color: #FFFFFF;
	border: 1px solid #b7b7b7;
	float: right;
	padding: 1px;
	text-align: left;
	width: 256px;
}

	#OtherItems #ItemsHeader
	{
		background-color: #1d86c6;
		color: #FFFFFF;
		font-size: 18px;
		height: 31px;
		margin-bottom: 18px;
		padding: 10px 18px 0 18px;
	}
	
	#OtherItems a.Item
	{
		color: #363636;
		display: block;
		overflow: hidden;
		margin: 0 0 12px 18px;
		text-decoration: none;
		width: 220px;
	}
	
	#OtherItems a:hover.Item
	{
		color: #26709e;
	}
	
		.Item img.ItemThumb
		{
			border: 1px solid #DDDDDD;
			float: left;
		}
		
		.Item p.RelatedItemText
		{
			font-size: 12px;
			line-height: 14px;
			margin: 5px 0 0 67px;
		}
