/*
Title:       Homepage Styles for Grocery 08
Company:     Schematic
Client:      Target
Description: 
Version:     1.0
*/

/* Feature
---------------------------------------*/

#feature {
    margin-bottom: 5px;
    position: relative;
}

#feature .plus.one {
    left: 323px;
    top: 157px;
}

#feature .plus.two {
    left: 300px;
    top: 232px;
}

#feature .plus.three {
    left: 425px;
    top: 264px;
}

#feature p.plus {
	position: absolute;
	padding: 0 3px 1px 0;
	margin: 0;
}

#feature p.plus a {
	display: block;
    background: url("/images/supertarget/2008/grocery/cmn/icn_plus.png") no-repeat;
    height: 32px;
    width: 32px;
}

/* Reveals
---------------------------------------*/
.reveal {
	position: absolute;
	display: none;
	bottom: 0;
	right: 0;
	width: 282px;
}

.reveal .body {
	padding: 25px 32px 0;
	background: url(/images/supertarget/2008/grocery/homepage/bg_reveal_top.png) no-repeat;
}

.reveal .foot {
	height: 30px;
	background: url(/images/supertarget/2008/grocery/homepage/bg_reveal_bot.png) no-repeat;
}

.reveal h3,
.reveal h4 {
	font-size: 1.6em;
	font-weight: normal;
	color: #363535;
	margin: 0;
}

.reveal h4 {
	font-size: 1.3em;
}

.reveal p {
	color: #363535;
	padding-bottom: 10px;
	margin-bottom:0px;
}

.reveal ul.links {
	margin: 1em 0 0;
	padding: 0;
	list-style: none;
}

.reveal ul.links a {
	text-decoration: none;
	font-weight: bold;
	color: #cc0001;
	padding: 0 8px 0 0;	
	background: url(/images/supertarget/2008/grocery/homepage/icn_arrow_red_r.png) no-repeat center right;
}

.reveal ul.links a:hover {
	text-decoration: underline;
}

.reveal .foot {
	position: relative;
}


/* Modules
---------------------------------------*/

#grocery .content .modules {
    background: url("/images/supertarget/2010/grocery/homepage/bg_modules.png") no-repeat;
    margin: 0 0 1.1em;
    overflow: hidden;
    width: 553px;
	/*height:227px;*/
}
#grocery .content .modules.showDiv {
	background: url("/images/supertarget/2010/grocery/homepage/bg_modules_wd.png") no-repeat;
}

#grocery .content .modules div {
    float: left;
}

#grocery .content .modules div.columnOne {
    width: 187px;
}

#grocery .content .modules div.columnTwo {
    width: 177px;
}

#grocery .content .modules div.columnThree {
    width: 189px;
}

#grocery .content .modules h2 {
    font-size: 1.3em;
    font-weight: normal;
    height: 18px;
    margin: 12px 17px 12px;
    width: 149px;
	text-align: center;
}

#grocery .content .modules p {
    color: #666;
    margin: 0 12px;
}

#grocery .content .modules p.photo {
    margin: 0 auto;
    min-height: 132px;
    text-align: center;
}

#grocery .content .modules p.description {
    min-height: 2.6em;
}

#grocery .content .modules a {
    background: url("/images/supertarget/2008/grocery/cmn/icn_arrow_red_r.png") no-repeat center right;
    color: #d20001;
    font-weight: bold;
    margin: 0 12px;
    padding-right: 9px;
    text-decoration: none;
}

#grocery .content .modules a:hover {
    text-decoration: underline;
}

#grocery .content .modules .grocerySpotlight span {
    background: url("/images/supertarget/2010/grocery/homepage/hdr_grocery_spotlight.png") no-repeat;
}

#grocery .content .modules .quickRecipes span {
    background: url("/images/supertarget/2010/grocery/homepage/hdr_quick_recipes.png") no-repeat;
}

#grocery .content .modules .inspiringIdeas span {
    background: url("/images/supertarget/2008/grocery/homepage/hdr_inspiring_ideas.png") no-repeat;
}

