@import "global.css";
.heading
{
	font-size: 1.3em;
	font-weight: bold;
	margin-left: 6px;
	margin-bottom: 12px;
	color: #277DB0;
}
.copy
{
	margin-left: 12px;
	margin-bottom: 12px;
}
#main  .content .homePageIntro {
	padding-left: 45px;
}
/**
 * Specials table
 * ------------------------------------------------
 */
#main  .content .more-specials {
	text-align: right;
	float: left;
	height: 319px;
	width: 45px;
	vertical-align: top;
}
#main .content .specials   {
	left: 50px;
	background-color: #E3DDDD;
	margin-top: 16px;
	height: 280px;
}

.special {
	width: 179px;
	height:125px;
	background-color: #E3DDDD;
	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;
}



/* Specials Elements */
.specials h1 {
    margin-bottom:0;
    padding-bottom: 6px;
    background: transparent url("../images/text_specialdeals.gif") no-repeat 8px center;
    height: 22px;
	border-bottom: solid 1px #267EB0;
}

/* Special Elements */
.special img {
	height: 80px;
	width: 176px;
	margin-bottom: 2px;
}

.special h1 {
    display: inline;
}

.special a {
    color: #069;
    font-weight: bold;
}
.special  /* Special Nested Classes */
.info {
	padding-top: 0px;
}

/* Sun Herald promo styles */
.SHredbar {
	background-color: #ee3b33;
	background-image: url(../Images/SHlogo.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 50px;
}.errorText a {
	color: #ee3b33;
}
