/* 
	Created: 20 June, 2008
	Description: Created for digital goodies landing page.
	Modify date: 27 June, 2008
*/

/* overwrite existing classes */
#main-content{
	width: 493px;
}
#content{
	width: 465px;
	float: left;
	position: relative;
	padding-right: 13px;
	height: 115px;
}
#slider-tray{
	height: 116px;background-color: #aaa;width: 15px; float: left;
	background: url("../media_asset/vw_sub_smtray2_es_MX.png") no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../../common/media_asset/vw_sub_smtray2_es_MX.png',sizingMethod='image');/*IE6*/
	cursor: move;
	visibility: hidden;	
}
/* New class for digital goodies landing page */
#goodies_container {
	margin: 100px auto;
	height: 150px; 
	width: 650px; 
}
.goodies_section {
	width: 124px; 
	height: 140px;
	margin-right: 5px;
	float: left;
}
a.goodies_bg{
	display: block;
	height: 124px;
	width: 124px;
	background: url(../media_asset/vw_goodies_bg1_normal_es_MX.png) no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale src='../../common/media_asset/vw_goodies_bg1_normal_es_MX.png');
}
a.goodies_bg:hover{
	display: block;
	height: 124px;
	width: 124px;
	background: url(../media_asset/vw_goodies_bg1_rollover_es_MX.png) no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale src='../../common/media_asset/vw_goodies_bg1_rollover_es_MX.png');	
}
/*--use this class on yellow background-energy,vital--*/
a.goodies_bg_yellow{
	display: block;
	height: 124px;
	width: 124px;
	background: url(../media_asset/vw_goodies_bg1_normal_es_MX.png) no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale src='../../common/media_asset/vw_goodies_bg1_normal_es_MX.png');
}
a.goodies_bg_yellow:hover{
	display: block;
	height: 124px;
	width: 124px;
	background: url(../media_asset/vw_goodies_bg1_yellow_rollover_es_MX.png) no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale src='../../common/media_asset/vw_goodies_bg1_yellow_rollover_es_MX.png');	
}
/*--/use this class on yellow background-energy,vital--*/
a.goodies_bg img{
	top: 12px; 
	left: 12px; 
	position: relative;
}
a.goodies_bg_yellow img{
	top: 12px; 
	left: 12px; 
	position: relative;
}
.goodies_section  h4{
	font-size: 12px;
	text-align: center;
	margin: -5px 0 0 0;
}
