/*
	Accessible News Slider : Plugin Specific
-----------------------------------------------------------------------------------------*/

.accessible_news_slider img {
	border: 0;
}
.accessible_news_slider li,
.accessible_news_slider p {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.6;
}
.accessible_news_slider li p {
	font-size: 11px;
}
.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: 0;
	z-index: 2;
}
.accessible_news_slider .back a,
.accessible_news_slider .next a {
	display: none;
	outline: none; /* This is optional, and is arguably less accessible. */
}
.accessible_news_slider .next {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.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: 300px;
}

/*
	Accessible News Slider : Plugin Specific : Theme [ Candy Coated ]
-----------------------------------------------------------------------------------------*/

.candy_coated  {
	width: 280px;
	margin: 10px 0 32px 0;
}
.candy_coated a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color: #3d1c2e;
	font-size:11px;
}

.candy_coated a, a:hover{
	text-decoration:none;
}

.candy_coated .back {
	width: 61px;
	height: 20px;
	background: url(../design_images/left.gif) no-repeat;
	margin:6px 0 0 3px;
}

.candy_coated .next {
	width: 61px;
	height: 20px;
	left: 260px;
	background: url(../design_images/right.gif) no-repeat;
	margin:6px 0 0 3px;
}
.candy_coated .next a {
	position: absolute;
	bottom:3px;
	right: 10px;
	width: 100px;
	height: 20px;
	background: url(images/themes/candy_coated/next.gif) no-repeat top right;
}
.candy_coated .back a {
	position: absolute;
	bottom:3px;
	right:0px;
	width: 100px;
	height: 20px;
	text-align: right;
	background: url(images/themes/candy_coated/prev.gif) no-repeat;
}
.candy_coated .view_all {
	margin: 0 0 0 0;
	padding: 0 0 0 4px;
	background: url(../design_images/view_all_background.gif) no-repeat center #efeccd;
	text-align:center;
	border-bottom:solid 1px #ddd;
	border-top:solid 2px #fff;
}
.candy_coated ul {
}
.candy_coated li {
	padding: 10px 0;
	overflow: hidden;
	width:400px;
}
.candy_coated li img {
	float: left;
	display: inline;
}
.candy_coated li p {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	width: 170px;
}
.candy_coated li a {
	font-size:13px;
	font-weight:bold;
}

/*    ---      */


.subpage_style  {
	width: 220px;
	margin: 10px 0 32px 0;
}
.subpage_style a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color: #3d1c2e;
	font-size:11px
}
.subpage_style .back {
	width: 61px;
	height: 20px;
	background: url(../design_images/left.gif) no-repeat;
	margin:5px 0 0 3px;
}
.subpage_style .next {
	width: 61px;
	height: 20px;
	left: 200px;
	background: url(../design_images/right.gif) no-repeat;
	margin:5px 0 0 3px;
}
.subpage_style .next a {
	position: absolute;
	bottom:3px;
	right: 10px;
	width: 100px;
	height: 20px;
	background: url(images/themes/subpage_style/next.gif) no-repeat top right;
}
.subpage_style .back a {
	position: absolute;
	bottom:3px;
	right:0px;
	width: 100px;
	height: 20px;
	text-align: right;
	background: url(images/themes/subpage_style/prev.gif) no-repeat;
}
.subpage_style .view_all {
	margin: 0 0 0 0;
	padding: 0 0 0 4px;
	background: url(../design_images/view_all_background.gif) no-repeat center #efeccd;
	text-align:center;
	border-bottom:solid 1px #ddd;
	border-top:solid 2px #fff;
}
.subpage_style ul {
}
.subpage_style li {
	padding: 0;
	overflow: hidden;
	width:400px;
}
.subpage_style li img {
	float: left;
	display: inline;
}
.subpage_style li p {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	float: left;
	display: inline;
	margin: 10px 0 0 0;
	width: 200px;
}
.subpage_style li a {
	font-size:13px;
	font-weight:bold;
}