@import "global.cssx";
#main   .content  .content-mainbody {
	padding-left: 45px;
}
#main {
	margin-top: 15px;
}

/**
 * Specials table
 * ------------------------------------------------
 */
#main  .content .more-specials {
	float: left;
	height: 300px;
	width: 45px;
}
#main .content .specials   {
	left: 50px;
	background-color: #f2f2f2;
	height: 280px;
}
.heading
{
	font-size: 1.3em;
	font-weight: bold;
	margin-left: 6px;
	margin-bottom: 12px;
	color: #26A5A3;
}
.copy
{
	margin-left: 12px;
	margin-bottom: 12px;
}
.special {
	width: 179px;
	height:125px;
	background-color: #f2f2f2;
	padding-left: 11px;
	float: left;
	padding-top: 6px;
	overflow: hidden;
	padding-top: 10px;
	margin-top: 0px;
	padding-bottom:  0px;
	margin-bottom: 0px;
	line-height: 14px;
}
/*
Top and Bottom rows of Repeater controls (SOS deals and 
search results)
*/
.topRow
{
	float: left;
	width: 179px;
	height: 125px;
}
.bottomRow
{
	float: left;
	width: 179px;
	height: 125px;
}

/* Special Elements */
.special img {
	height: 80px;
	width: 176px;
	margin-bottom: 2px;
}

.special h1 {
    display: inline;
}

.special a {
	color: #26A5A3;
	font-weight: bold;
}
.special a:hover {
	color: #10d2ce;
	font-weight: bold;
}
.special  /* Special Nested Classes */
.info {
	padding-top: 0px;
}

