﻿

#LeftColumn
{
	width: 565px; 
	height:375px;
	min-height:375px;
	text-align:center;
	/*background-color: #eaeeeb;*/
}

#mainimage
{
	vertical-align:middle;
	width: 565px; 
	height:375px;
	min-height:375px;
	/*border: 1px solid black;*/
}


#RightColumn
{
	width: 385px;
	height: 375px;
	min-height: 375px;
	vertical-align: top; /*background-color: #eaeeeb;*/
	padding: 10px;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 10px;
}
#RightColumnContainer
{
	margin-left: 6px;
}


#name
{
	color: #c41130;
	width: 357px;
	font-family: 'Lucida Sans' , Arial;
	font-size: 18px;
}

#Desc
{
	width: 357px; 
	height: 100px; 
	max-height: 96px;
	min-height: 96px;
	color: #666666;
	font-family: Arial;
	font-size:10px;
	overflow:hidden;
}

#products
{
	/*
	color: #666666;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	*/
	width: 357px;
	height: 200px;
	min-height: 200px;
	text-align:left;
}

#AvailableColorsLabel
{
	color: #666666;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	margin-top: 10px;
}

.ColorImage
{
	width:145px;
	height:48px;
	text-align:left;
	vertical-align:top;
}

.ColorImageName
{
	width:145px;
	height:48px;
	font-size: 11px;
	font-family: Arial;
	border: 1px;
	border-style: solid;
	border-color: #eaeeeb;
	text-align:left;

}


.SelectedStyle
{
	border:3px;
	border-style:solid;
	border-color:#F4173D;
	height:85px;
	width:85px;
}

.UnselectedStyle
{
	border:3px;
	border-style:solid;
	border-color:white;
	height:90px;
	width:85px;	
}

/*Added new style(DecreaseSizeStyle) for decreasing the 
size of the image for adjusting a new image(Select Another Style)
(Issue No. 120)*/
.DecreaseSizeStyle
{
	height:85px;
	width:85px;	
}


.onsale
{
	position: absolute;
	height: 90px;
	width: 90px;
	text-align: left;
	top: 3px;
	left: 3px;
}


.catheader
{
	color: #c41130;
	font-family: 'Lucida Sans' , Arial;
	font-size: 14px;
	font-weight:normal;
}

.productname
{
   color: #666666;
   font-family: Arial;
   font-size:11px;
}

.stylename
{
   color: #666666;
   font-family: Arial;
   font-size:11px;
   font-weight:bold;
   text-align:center;
}