/* Promotions  Widget */
#promotions {
	overflow: hidden;
	clear: both;
}
#promotions .widget-content {
	line-height: normal;
	border-top: 1px solid #fff;
	padding-top: 10px;
	width: 340px;
	overflow: hidden;
}
#promotions .widget-content>div {
	overflow: hidden;
	display: block;
}
#promotions .widget-header {
	border-bottom: 1px solid #C6AD98;
	padding-bottom: 4px;
	display: none;
}
#promotions.widget_promo .widget-header {
	display: block;
}
#promotions .widget-content a {
	display: inline-block;
}
#promotions .widget-content a img {
	position: relative;
}
#promotions .promo_box {
	width: 100%;
	display: block;
	margin: 0 0 10px;
	background: url('../images/promo_bg.png') repeat-y center;
	height: 100px;
	overflow: hidden;
	position: relative;
}
#promotions .widget-content img,
#promotions .widget-content a {
	width: 300px;
	margin: 0 auto;
	height: 100px;
	display: block;
}
#promotions .widget-header h2 {
	font-size: 13px;
}
#promotions.search_promo {
	display: block;
	width: 100%;
}
#promotions.search_promo .promo_box:first-child {
	margin-left: 0;
}
#promotions.search_promo .widget-header {
	display: none;
}
#promotions.search_promo .widget-content {
	border-top: 0 none;
	width: 100%;
}
#promotions.search_promo .widget-header h2,
#promotions.search_promo .widget-header a {
	display: none;
}
#promotions.search_promo .promo_box {
	margin-left: 30px;
	float: left;
	display: inline-block;
	overflow: hidden;
	position: relative;
	width: 300px;
	background: none;
}
#promotions.section_promo .promo_box {
	position: relative;
	height: 60px;
	background: url('../images/promo_bg_section.png') repeat-y center;
	width: 577px;
	margin: 0 auto;
}
#promotions.section_promo .widget-content {
	border: 0 none;
	width: 577px;
	padding: 0;
}
#promotions.section_promo .widget-content .promo_box a,
#promotions.section_promo .widget-content .promo_box img {
	width: 468px;
	height: 60px;
}
#promotions.aside_promo .promo_box {
	height: 250px;
}
#promotions.aside_promo .widget-content {
	padding: 0;
	border: 0 none;
}
#promotions.aside_promo .widget-content .promo_box a,
#promotions.aside_promo .widget-content .promo_box img {
	width: 300px;
	height: 250px;
}
#promotions.tab_promo {
	width: 150px;
	position: relative;
	overflow: hidden;
}
#promotions.tab_promo .promo_box {
	height: 125px;
	background: none;
	width: 125px;
	margin: 0 auto 20px;
	position: relative;
	left: -10px;
}
#promotions.tab_promo .widget-content {
	padding: 0;
	margin-top: 20px;
	border: 0 none;
	width: 150px;
}
#promotions.tab_promo .widget-content .promo_box a,
#promotions.tab_promo .widget-content .promo_box img {
	width: 125px;
	height: 125px;
}
#promotions.result_promo {
	width: 220px;
	position: relative;
	overflow: hidden;
}
#promotions.result_promo .promo_box {
	height: 125px;
	background: url('../images/promo_bg_result.png') repeat-y 0 0;
	width: 159px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 20px;
}
#promotions.result_promo .widget-content {
	padding: 0;
	margin-top: 20px;
	border: 0 none;
	width: 220px;
}
#promotions.result_promo .widget-content .promo_box a,
#promotions.result_promo .widget-content .promo_box img {
	width: 125px;
	height: 125px;
	position: relative;
	margin: 0 auto;
}
