﻿body
{
	background-color: #fff;
}

/*----------------------------------- Item Detail ------------------------------------*/
.divFullwidth
{
	display:none;
}
.divLeft
{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 50%;
	height: 100%;
	background-color: #fff;
}

.divRight
{
	width: 50%;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
}
.divImageParent
{
	border: solid 4px yellow;
}
.divNavOuter
{
	width:60px;
}
.divLbBack
{
	float:left;
}
.lbBack
{
	height:14px;
	width:10px;
	display:block;
	background:url(/App_Images/arrowleft.png) no-repeat;
}
.divLbNext
{
	float:right;
}
.lbNext
{
	height:14px;
	width:10px;
	display:block;
	background:url(/App_Images/arrowright.png) no-repeat;
}
h1
{
    color:#999;
}
h2
{
    color:#999;
    margin:0px;
    padding:0px;
    margin-bottom:8px;
    margin-right:16px;
    font-size:15px;
    font-weight:bold;
}
p
{
    color:#999;
}
.divItemDetails
{
    height:200px;
}
.divDesContent
{
    height:530px;
    width:350px;
    
}
.divDesLink
{
    float:left;
    margin:0px 10px;
}
.divFooterLeft a
{
	color: #999;
}
