@charset "UTF-8";


/*	Content toggle
---------------------------------------------*/
#content_toggle_container {
	margin: 0 auto;
	width: 950px;
}

#news {
	width: 950px;
	position: relative;
}

ul.tabs-nav {
	width: 400px;
	float: left;
	list-style: none;
	border-top: 1px dotted #91817b;
}
ul.tabs-nav li {
	border-bottom: 1px dotted #91817b;
}
ul.tabs-nav li a {
	display: block;
	padding: 6px;
	position: relative;
	border: 0;
	text-decoration: none;
	color: #99000;
	font-size: 16px;
	line-height: 18px;
}
ul.tabs-nav li a:hover {
	background-color: #fff;
	color: #333;
}
ul.tabs-nav li a span {
	position: absolute;
	right: 4px;
	font-weight: 400;
	color: #333333;
}
ul.tabs-nav li.tabs-selected a {
	color: #8a673a;
	text-decoration: none;
	background: #fff url(../../images/arrow_gray.png) no-repeat right center;
}
ul.tabs-nav li.tabs-selected a .none {
	color: #000000;
	text-decoration: none;
	background: url(none);
	font-size: 10px;
}
.news_title {
	font-size: 16px;
	color: #312820;
	padding: 10px 0;
	line-height: 16px;
	border: 0;
}
.news_title_span {
	position: absolute;
	color: #af9c89;
	font-size: 12px;
	text-align: right;
	right: 540px;
	width: 200px;
	line-height: 22px;
	font-weight: normal;
}
#news .list_title {
	font-size: 12px;
	color: #86817b;
	padding-bottom: 5px;
	padding-top: 5px;
	line-height: 12px;
}

.tabs-hide {
	display: none;
}
.tabs-container {
	width: 530px;
	float: right;
	position: relative;
}
.tabs-container span {
	position: absolute;
	top: 0;
	right: 0;
}

.solutions_box {
	width: 530px;
	background-image: url(../../images/blog-toggle_box_grad.png);
	background-repeat: repeat-y;
	margin-bottom: 20px;
	float: right;
}
.solutions_box_top {
	width: 530px;
	background-image: url(../../images/blog-toggle_box_top.png);
	background-repeat: no-repeat;
	height: 20px;
}
.solutions_box_content {
	width: 450px;
	padding-bottom: 48px;
	padding-right: 40px;
	padding-left: 40px;
	background-image: url(../../images/blog-toggle_box_bot.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin: 0;
	padding-top: 20px;
}
.bloggie {
	width: 450px;
	z-index: 50;
}
.solutions_box p {
	margin-bottom: 10px;
}
.solutions_box  h2.page-title {
	margin-bottom: 10px;
	font-size: 30px;
	color: #990000;
	line-height: 30px;
}
.solutions_box h3 {
	margin: 0 0 10px;
	font-size: 30px;
	line-height: normal;
	color: #990000;
	font-weight: bold;
}
.list-title {
	color: #312820;
	font-weight: bold;
}
ul.solution {
	list-style: disc outside;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 20px;
}
ul.solution li {
}
ul.solution li a {
	color: #990000;
	border-bottom: 1px dotted #990000;
	text-decoration: none;
}
ul.solution li a:hover {
	color: #312820;
	border-bottom: 1px dotted #312820;
	text-decoration: none;
}

/*	Solution Button
---------------------------------------------*/
.solution_button {
	height: 29px;
	width: 122px;
	float: right;
	margin-left: 10px;
	margin-top: -20px;
}
.solution_button ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.solution_button ul li {
	display: block;
	margin:0;
	padding:0;
}
.solution_button ul li a, .solution_button ul li a:visited {
	display:block;
	color:#fefaf3;
	font-size:14px;
	text-decoration:none;
	line-height: 25px;
	background-image: url(../../images/blog-solutions-button.png);
	background-position: right center;
	background-repeat: no-repeat;
	text-align: center;
	height: 29px;
	width: 122px;
	border: 0;
}
.solution_button ul li a:hover {
	color:#990000;
	background-image: url(../../images/blog-solutions-button.png);
	background-position: left top;
	border: 0;
}
