@charset "utf-8";
/* CSS Document */

#footerWrapper{
	width: 980px;
	margin: 0 auto;
}

#footerTop{
	border-top: #CDCDCD 1px solid;
	padding: 20px 0px;
	margin: 20px 0px 10px 0px;
}
#footerTop table td{
	padding: 0px 10px;
}

#footerMiddle{
	background-image: url(/images/footer/v2/middle_bg.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
	border: #7dcbec 1px solid;
	width: 900px;
	padding: 15px 40px;
}

#footerWidgetWrapper{
	width: 920px;
}
#footerWidgetWrapper #footerWidget{
	/*height: 110px;*/
	width: 840px;
	margin: 0 auto;
	margin-top: 5px;
}
#footerWidgetWrapper #footerWidget #footerWidgetPrev{
	cursor: pointer;
	width: 46px;
	height: 48px;
	background-image: url(/images/footer/widget/prev.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 33px;
	float: left;
}
#footerWidgetWrapper #footerWidget #footerWidgetNext{
	cursor: pointer;
	width: 46px;
	height: 48px;
	background-image: url(/images/footer/widget/next.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: 7px;
	margin-top: 33px;
	float: left;
}
#footerWidgetWrapper #footerWidget #footerWidgetProducts{
	width: 720px;
	overflow: hidden;
	/*height: 110px;*/
	margin: 10px 0px 10px 3px;
	float: left;
}
#prodWidgetTable td{
	font-size: 12px;
}
#prodWidgetTable td img{
	cursor: pointer;
}
#footerLinks .footerLinkDiv{
	float: left;
	border-right: #CDCDCD 1px solid;
	padding: 10px 15px;
	line-height: 20px;
	margin: 5px 0px;
}
#footerLinks .title{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 7px;
}
#footerLinks .footerLinkDiv a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
}
#footerLinks .footerLinkDiv a:hover{
	color: #EE018D;
}


#footerBottom{
	background-image: url(/images/footer/v2/middle_bg.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
	border: #7dcbec 1px solid;
	width: 900px;
	padding: 8px 40px;
	margin: 10px 0px;
}












