/*
	Accessible News Slider : Plugin Specific
-----------------------------------------------------------------------------------------*/

.accessible_news_slider img {
	border: 0;
}

.accessible_news_slider li p {
	font-size: 1em;
}
.accessible_news_slider {
	position: relative;
	overflow: hidden;
}
.accessible_news_slider .javascript_css {
	position: relative;
	z-index: 3;
	padding: 20px;
	background: #fffcd3;
}
.accessible_news_slider .skip_to_news {
	position: absolute;
	top: 0;
	left: -9999px;
}
.accessible_news_slider .back {
	position: absolute;
	top: 0;
	left: 470px;
	font-size:12px;
	z-index: 2;
}
.accessible_news_slider .next {
	position: absolute;
	top: 0;
	right: 4px;
	font-size:12px;
	z-index: 2;
}

.accessible_news_slider .back a,
.accessible_news_slider .next a {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0d4350;
	line-height: 13px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
	text-decoration: none;
	display: none;
	outline: none; /* This is optional, and is arguably less accessible. */
}
.accessible_news_slider .news_txt a {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0d4350;
	line-height: 13px;
	padding-top: 0px;
	margin-top: 0px;
	text-decoration: none;
}

.accessible_news_slider .news_txt a:visited,
.accessible_news_slider .next a:visited,
.accessible_news_slider .back a:visited {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0d4350;
	line-height: 13px;
	text-decoration: none;
}

.accessible_news_slider .news_txt a:hover,
.accessible_news_slider .next a:hover,
.accessible_news_slider .back a:hover {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2e788b;
	line-height: 13px;
	text-decoration: none;
}








.accessible_news_slider ul {
	position: relative;
	left: 0;
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
}
.accessible_news_slider li {
	float: left;
	display: inline;
	width: 560px;
}

/*
	Accessible News Slider : Plugin Specific : Theme [ announcements_slider ]
-----------------------------------------------------------------------------------------*/

.announcements_slider  {
	width: 567px;
}

/*
	Accessible News Slider : Plugin Specific : Theme [ announcements_slider ]
-----------------------------------------------------------------------------------------*/


.featured_product  {
	width: 567px;
	border-bottom: 2px solid #ccc;
	margin: 0 0 32px 60px;
}
.featured_product a {
	color: #ff3300;
}
.featured_product .back {
	width: 61px;
	height: 58px;
/*	background: url(images/themes/featured_product/prev_bg.gif) no-repeat; */
}
.featured_product .next {
	width: 61px;
	height: 58px;
	left: 540px; */
/*	background: url(images/themes/featured_product/next_bg.gif) no-repeat; */
}
.featured_product .next a {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 150px;
	height: 40px;
	line-height: 30px;
/*	background: url(images/themes/featured_product/next.gif) no-repeat top right; */
}
.featured_product .back a {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 150px;
	height: 40px;
	line-height: 30px;
	text-align: right;
/*	background: url(images/themes/featured_product/prev.gif) no-repeat; */
}
.featured_product .view_all {
	border-top: 2px solid #ccc;
	margin: 58px 0 0 0;
	padding: 10px;
	background: #eee;
	text-align: center;
}
.featured_product ul {
	border-bottom: 2px solid #eee;
}
.featured_product li {
	padding: 15px 0;
	overflow: hidden;
}
.featured_product li img {
	float: left;
	display: inline;
}
.featured_product li p {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	width: 190px;
}

/*
	Accessible News Slider : Plugin Specific : Theme [ Business as Usual ]
-----------------------------------------------------------------------------------------*/

.meet_an_expert  {
	width: 720px;
	border-bottom: 1px solid #ddd;
	margin: 0 0 32px 0;
}
.meet_an_expert a {
	color: #363636;
}
.meet_an_expert .back {
	width: 360px;
	height: 23px;
	left: 0;
/*	background: url(images/themes/meet_an_expert/back_bg.gif) no-repeat top right; */
}
.meet_an_expert .back a {
	position: absolute;
	top: 0;
	right: 130px;
	width: 150px;
	height: 23px;
	line-height: 23px;
/*	background: url(images/themes/meet_an_expert/back.gif) no-repeat top right; */
}
.meet_an_expert .next {
	width: 361px;
	height: 23px;
	right: 0;
/*	background: url(images/themes/meet_an_expert/next_bg.gif) no-repeat top left; */
}
.meet_an_expert .next a {
	position: absolute;
	top: 0;
	left: 130px;
	width: 150px;
	height: 23px;
	line-height: 23px;
	text-align: right;
/*	background: url(images/themes/meet_an_expert/next.gif) no-repeat top left; */
}
.meet_an_expert .view_all {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 35px 0 0 0;
	padding: 8px;
/*	background: url(images/themes/meet_an_expert/view_all_bg.gif) repeat-x bottom left; */
	text-align: center;
}
.meet_an_expert li {
	padding: 15px 0;
	overflow: hidden;
	width: 240px;
}
.meet_an_expert li img {
	float: left;
	display: inline;
}
.meet_an_expert li p {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	width: 140px;
}
