#Product
{
	width: 100%;
	
	position: relative;
	overflow: hidden;
}

/*Start of #Product > .Top*/
#Product > .Top
{
	width: 100%;
	
	position: relative;
	overflow: hidden;
}

#Product > .Top > .Area
{
	position: relative;
	overflow: hidden;
	
	/*width: 965px;*/
	width: 100%;
	
	margin: 0px auto;/*This should remain*/
	text-align: center;
}

#Product > .Top > .Area > img
{	
	/*position: absolute;*/
	
	top: 0;
	left: 0;
}
/*End of #Product > .Top*/

/*Start of #Product > .Bottom*/
#Product > .Bottom
{
	width: 100%;
	height: 185px;
	
	position: relative;
	overflow: hidden;
	
	background: #F0F0F0;
}

#Product > .Bottom > .Area
{
	position: relative;
	overflow: hidden;
	
	width: 965px;
	height: 100%;
	
	margin: 0px auto;
}

/*
	Main structure -> Box + Divider + Box
*/
#Product > .Bottom > .Area > ul
{
	list-style: none;
	
	width: 902px;
	height: 165px;
	
	position: relative;
	overflow: hidden;
	
	margin: 10px auto;
	padding: 0;
}

#Product > .Bottom > .Area > ul > li
{	
	float: left;
	
	position: relative;
	overflow: hidden;
	
	/*Webkit & Geeko*/
	border-radius: 7px 7px 7px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-webkit-border-radius: 7px 7px 0px 0px;
	
	/*IE9 Onwawrds*/
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

#Product > .Bottom > .Area > ul > li, #Product > .Bottom > .Area > ul > li
{
	/*width: 430px;*/
	width: 272px;
	height: 165px;
	background: #E4E4E4;
}

#Product > .Bottom > .Area > ul > li.Middle
{
	width: 2px;
	height: 165px;
	
	margin: 0px 20px;
	
	background: #CCCCCC;
}

#Product > .Bottom > .Area > ul > li > .Title
{
	height: 31px;	
	
	position: relative;
	overflow: hidden;
	
	background: url(../../images/infinity/header/1-menu-gradient.png) repeat-x top left;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}

#Product > .Bottom > .Area > ul > li > .Title > .Text
{
	width: 100%;
	
	position: relative;
	overflow: hidden;
	
	margin-top: 7px;
	
	color: #FFFFFF;
	font-weight: bolder;
	text-align: center;
}

#Product > .Bottom > .Area > ul > li > .Title > .Red
{
	width: 100%;
	height: 3px;
	
	bottom: 0;
	
	position: absolute;
	overflow: hidden;
	
	background: #C72D2D;
}
/*
	Main structure -> Box + Divider + Box
*/

/*
	Model listing
*/
#Product > .Bottom > .Area > ul > li > ul
{
	list-style: none;
	float: left;
	
	position: relative;
	overflow: hidden;
	
	margin-top: 10px;
	margin-bottom: 10px;
	
	font-size: 12px;
}

#Product > .Bottom > .Area > ul > li > ul > li
{
	position: relative;
	overflow: hidden;
	
	margin-bottom: 5px;
}

#Product > .Bottom > .Area > ul > li > ul > li.Header
{
	font-weight: bolder;
	/*color: #A3A3A3;*/
	color: #666666;
}

#Product > .Bottom > .Area > ul > li > ul > li.Model
{
	padding-left: 10px;
	
	background: url(../../images/infinity/product/0-misc-1-triangle-arrow.png) no-repeat top left;
	
	cursor: pointer;
}

#Product > .Bottom > .Area > ul > li > ul > li.Model:hover
{
	color: #C72D2D;
}
/*
	Model listing
*/