/* Sale Center styles
	1 - Structure design
	2 - Specific elements styles
*/


/* 1 - Structure design
*************************************************************************************/

#sale-center
{
	
}

#center-top-column
{
	width: 942px;
	height: 71px;
	margin-bottom: 15px;
}

#left-nav-column
{
	border: solid 1px #c2cdcf;
	background-color: #f4f6f3;
	width: 200px;
	float: left;
	margin-right: 15px;
}

#left-nav-column-title
{
	border-bottom: solid 1px #c2cdcf;
	width: 190px;
	height: 25px;
	padding: 7px 0px 0px 10px;
}

#sale-main-column
{
	width: 702px;
	float: left
}

#promo-description
{
	width: 722px;
	margin-bottom: 15px;
}

#promo-highlights
{
	
}

.sale-category-link
{
	padding: 10px 0px 10px 20px
}

.sale-category-link-separator
{
	border-bottom: solid 1px #c2cdcf;
	width: 180px;
	margin-left: 10px;
	height: 1px;
}

.sale-highlight
{
	padding: 10px 0px 0px 10px;
	border: dashed 1px #b1b1b1;
	width: 702px;
	margin-bottom: 15px
}

.sale-image-column
{
	float: left;
	margin-right: 15px;
	padding: 0px;
}

.sale-text-column
{
	padding-top: 7px;
	width: 280px;
	float: left;
}

/* 2 - Specific elements styles
*************************************************************************************/