/*
Title:       Global Styles for Grocery 08
Company:     Schematic
Client:      Target
Description: 
Version:     1.0
*/


/* Global
---------------------------------------*/

#grocery {
	width: 728px;
	text-align: left;
	position: relative;
	z-index: 10;
}

#grocery a img {
	border: 0;
}

.globalFooterFont { 
	font-weight: normal; 
	color: #ffffff; 
}

/* Layout
---------------------------------------*/

#grocery.twoCol {
	background: url(/images/supertarget/2008/grocery/cmn/bg_sidebar.png) repeat-y;
}

#grocery .breadcrumbs {
	border: 1px solid #d7d7d7;
	background: #f5f5f5;
	color: #8d8d8d;
	height: 26px;
	padding: 0 8px;
	line-height: 26px;
}

#grocery .breadcrumbs a {
	color: #8d8d8d;
}

#grocery .breadcrumbs a:hover {
	text-decoration: none;
}

#grocery .breadcrumbs strong {
	color: #c80000;
}

#grocery .sidebar {
	width: 167px;
	float: left;
}

#grocery.twoCol .content {
	float: right;
    margin-top: 5px;
	width: 554px;
}

#grocery .footer {
	background: #ffffff url(/images/supertarget/2008/grocery/cmn/bg_sidebar_cap.png) no-repeat;
	height: 1px;
	font-size: 1px;
	clear: both;
}


/* Sidebar
---------------------------------------*/

#grocery .sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#grocery .sidebar .modules {
    margin: 0 0 12px 4px;
}

#grocery .sidebar .modules li {
    margin-top: 12px;
}

#grocery .sidebar .modules a {
    display: block;
    height: 67px;
    width: 161px;
}

#grocery .sidebar .modules a span {
    cursor: pointer;
}

#grocery .sidebar .modules a.andrewZimmern span {
    background: url("/images/supertarget/2008/grocery/cmn/mdl_andrew_zimmern.png") no-repeat;
}

#grocery .sidebar .modules a.holidayMeals span {
    background: url("/images/supertarget/2008/grocery/cmn/completeFeasts.jpg") no-repeat;
}
#grocery .sidebar .modules a.TransientLeftNavWidget {
    height: 99px;
}

#grocery .sidebar .modules a.couponSavings {
    height: 72px;
}

#grocery .sidebar .modules a.TransientLeftHolidayWidget {
    height: 99px;
}
#grocery .sidebar .modules a.TransientLeftHolidayWidget span {
    background: url("/images/supertarget/2009/grocery/cmn/TransientLeftHolidayWidget.jpg") no-repeat;
}

#grocery .sidebar .modules a.TransientLeftNavWidget span {
    background: url("/images/supertarget/2009/grocery/cmn/orderLeftNavWidget.jpg") no-repeat;
}
#grocery .sidebar .modules a.couponSavings span {
    background: url("/images/supertarget/2009/grocery/cmn/mdl_coupon_savings.png") no-repeat;
}

#grocery .sidebar .links {
    margin-left: 9px;
}

#grocery .sidebar .links li {
    margin-bottom: .9em;
}

#grocery .sidebar .links a {
    color: #5e5e5e;
    font-weight: bold;
    text-decoration: none;
}

#grocery .sidebar .links a:hover {
    text-decoration: underline;
    color: #c80000;
}


/* Gilder/Levin
---------------------------------------*/

#grocery .gl {
    display: block;
	position: relative;
	overflow: hidden;
}

#grocery .gl span,
#grocery .gl a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#grocery a.gl span {
	cursor: pointer;
}
