/* CSS Document */

/* Overwrite Global Styles Starts */

body{
	padding:20px 0 0 0;
	background:url(/_layouts/images/TateAndLyleImageAssets/bg-blue.gif) #7FB0DA top left repeat-x; 
}

#main-content{
	background:url(/_layouts/images/TateAndLyleImageAssets/bg-content.gif) #FFFFFF top left repeat-x; 
	padding:8px 0 0 20px;
}

/* Overwrite Global Styles Ends */

/* cp_01 Styles */

/* Search Filter */

div.filter-container{
	float:left;
	background:url(/_layouts/images/TateAndLyleImageAssets/bg-search-filter.gif) top left repeat-x; 
	width:690px;
	height:59px;
	border-bottom:1px solid #E5E5E5;
	margin:2px 0 0 0;
	padding:15px 10px 0 10px;
}

div.filter-container label{
	float:left;
	clear:both;
	font-weight:bold;
	padding:0 0 5px 0;
}

div.filter{
	float:left;
	width:100%;
}

div.filter-container input{
	float:left;
	width:245px;
	margin:0 8px 0 0;
}

/* OLD BUTTON STYLE
div.filter-container input.button{
	float:left;
	width:auto;
	font-size:0.63em;
	height:18px;
	margin:2px 2px 0 0;
}*/

div.filter-container input.button{
	float:left;
	width:auto;
	font-size:0.92em;
	margin:1px 2px 0 0;
}

/* Pagination */

div.pagination{
	float:left;
	background:#E5EEF5;
	width:690px;
	padding:10px 10px 12px 10px;
	margin:20px 0 0 0;
}

div.pagination-left{
	float:left;
	width:40%;
}

div.pagination-right{
	float:right;
	width:60%;
}

div.pagination p{
	float:left;
	padding:0 5px 0 0;
}
div.pagination ul.links{
	float:left;
	clear:none;
}

div.pagination-right ul{
	float:right;
}

div.pagination-left ul li{
	padding:0;
}

div.pagination-right ul li{
	float:left;
	padding:0 4px 0px 5px;
	background:url(/_layouts/images/TateAndLyleImageAssets/divider-pagination.gif) 0 4px no-repeat;
}

div.pagination-right ul li a{
	font-size:0.83em;
}

div.pagination-right ul li a.active{
	color:#BA8861;
	text-decoration:underline;	
}

div.pagination-right ul li.first,
div.pagination-right ul li.prev,
div.pagination-right ul li.next,
div.pagination-right ul li.last,
div.pagination-right ul li.no-divider
{
	background:none;
}

div.pagination-right ul li.first a{
	background:url(/_layouts/images/TateAndLyleImageAssets/icon-first.gif) 0 5px no-repeat; 
	text-indent:-999em;
	display:block;
	width:8px;
	height:7px;
	padding:0 0 5px 0;
}

div.pagination-right ul li.prev a{
	background:url(/_layouts/images/TateAndLyleImageAssets/icon-prev.gif) 0 5px no-repeat; 
	text-indent:-999em;
	display:block;
	width:4px;
	height:7px; 
	padding:0 0 5px 0;
}

div.pagination-right ul li.next a{
	background:url(/_layouts/images/TateAndLyleImageAssets/icon-next.gif) 0 5px no-repeat; 
	text-indent:-999em;
	display:block;
	width:4px;
	height:7px; 
	padding:0 0 5px 0;
}

div.pagination-right ul li.last a{
	background:url(/_layouts/images/TateAndLyleImageAssets/icon-last.gif) 0 5px no-repeat; 
	text-indent:-999em;
	display:block;
	width:8px;
	height:7px; 
	padding:0 0 5px 0;
}

/* Search Results */

div.search-results-container{
	float:left;
	width:705px;
	padding:0;
}

div.search-results-container h3{
	float:left;
	font-size:1em;
	color:#404040;
	border-bottom:1px solid #E5E5E5;
	padding:15px 0 6px 0;
	margin:0 0 0 10px;
	display:inline;
	width:700px;
}

div.search-result{
	float:left;
	padding:18px 20px 0 10px;
	border-bottom:1px solid #E5E5E5;
	width:680px;
}

/* Article List */

#article-search-container, 
#article-container{
	float:left;
	border-top:1px solid #E5E5E5;
	margin:4px 0 0 0;
}

#wide-content #article-container{
	margin:20px 0 0 0;
}

li.article{
	float:left;
	width:465px;
	border-bottom:1px solid #E5E5E5;
	background:none;
	padding:0;
}

li.article div.article-details{
	float:left;
	xwidth:355px;
	padding:0 10px 0 0;
}


li.withimage div.article-details{
	width:347px;
	padding:0 0px 0 0;
}

#middle-content li.article img{
	float:left;
	width:90px;
	padding:0 10px 12px 0;
}

li.article div.article-details ul.links{
	float:left;
	padding:0 0 4px 0;
}

li.article div.article-details p{
	float:left;
	clear:left;
}

li.article{
	padding:10px 0 0 10px;
}

li.article a{
	float:left;
	display:block; 
	padding:10px 0 0 10px;
	overflow:hidden;
	width:455px;
	cursor:pointer;
}

li.article a:hover{
	color:#104985;
	text-decoration:none;
	background:url(/_layouts/images/TateAndLyleImageAssets/bg-article.gif) top left repeat-x;
	overflow:hidden;
	cursor:pointer;
}

li.article a.active,
li.active a.active:hover{
	color:#104985;
	text-decoration:none;
	background:url(/_layouts/images/TateAndLyleImageAssets/bg-article.gif) top left repeat-x;
	overflow:hidden;
	cursor:pointer;
}
#article-search-container h3 a,
li.article h3,
li.article a h3{
	background:url(/_layouts/images/TateAndLyleImageAssets/bullet-link.gif) 0 5px no-repeat;
	padding:0 0 4px 12px;
	color:#104985;
	font-size:1em;
	font-weight:normal;
}

#article-search-container h3 a:hover{
	color:#BA8861;
	text-decoration:underline;
}

#article-search-container h3 a{
	width:auto;
	padding:0 0 4px 12px;
}

#article-search-container li.article h3{
	background:none;
	padding:0 0 4px 0;
}

li.article a:hover h3,
li.article a.active h3,
li.active a.active:hover h3{
	color:#b98860;
	background:url(/_layouts/images/TateAndLyleImageAssets/arrow-gold-down.gif) 0px 6px no-repeat;
}

div.article-panel
{
	clear:both;
	float:left;
	width:auto;
	padding:0 0 20px 0;
	margin-right:10px;
}

li.article div.article-panel h4{
	padding:0;
	color:#4A4B48;
	font-weight:bold;
	background:none;
}
#article-search-container li.back-to-top, 
#article-container li.back-to-top{
	float:right;
	background:none;
	padding:5px 5px 0 0;
}

#article-search-container li.back-to-top a,
#article-container li.back-to-top a{
	padding:0 0 0 10px;
	background:url(/_layouts/images/TateAndLyleImageAssets/icon-back-to-top.gif) 0px 4px no-repeat;
}

/* Article Search Results List */

div.article-results-heading{
	float:left;
	width:100%;
	background:none;
	padding:15px 0 4px 10px;
	background:url(/_layouts/images/TateAndLyleImageAssets/bg-article-search.gif) bottom left no-repeat;
}

li.article-result{
	float:left;
	width:100%;
	background:none;
	padding:15px 0 0 10px;
	background:url(/_layouts/images/TateAndLyleImageAssets/bg-article-search.gif) bottom left no-repeat;
}

li.article-result img{
	float:left;
	padding:0 10px 15px 0;
}

li.article-result h3{
	float:left;
	width:360px;
	padding:0 0 4px 0;
	color:#104985;
	font-size:1em;
	font-weight:normal;
}

li.article-result p{
	float:left;
}

li.article-result div.article-details{
	float:left;
	width:360px;
	padding:0 10px 0 0;
}

div.article-comments{
	float:left;
	width:200px;
	margin:0 0 0 32px;
	display:inline;
	padding:5px 0 0 0;
}

div.article-comments p{
	float:left;
	clear:both;
	padding:0 0 0 16px;
}

div.article-comments p.comments{
	float:left;
	clear:both;
	font-size:0.83em;
	color:#626466;
	padding:0 0 4px 18px;
	background:url(/_layouts/images/TateAndLyleImageAssets/icon-comments.gif) 0 0 no-repeat;
}

/* FAQ List */

#faq-container{
	float:left;
	border-top:1px solid #E5E5E5;
	margin:14px 0 0 0;
	width:465px;
}

#wide-content #faq-container{
	margin:20px 0 0 0;
}

li.faq{
	float:left;
	width:465px;
	border-bottom:1px solid #E5E5E5;
	background:none;
	padding:18px 0 15px 5px;
}

#wide-content li.faq{
	width:705px;
}

li.faq div.faq-details{
	float:left;
	/*width:355px;*/
	padding:0 10px 0 0;
}

#wide-content div.faq-details{
	width:595px;
}

li.faq img{
	float:left;
	padding:0 10px 12px 0;
}

li.faq div.faq-details ul.links{
	float:left;
	padding:0 0 4px 0;
}

li.faq div.faq-details p{
	float:left;
}

li.faq div.faq-details a{
	float:left;
	display:block; 
	padding:18px 20px 15px 5px;
	overflow:hidden;
	width:440px;
	cursor:pointer;
}

#wide-content li.faq div.faq-details a{
	width:695px;
}

li.faq a:hover{
	color:#104985;
	text-decoration:none;
	/*background:url(/_layouts/images/TateAndLyleImageAssets/bg-faq.gif) #FFFFFF top left repeat-x;*/
	background:#F2F6FA;
	overflow:hidden;
	cursor:pointer;
}

li.faq a.active,
li.active a.active:hover{
	color:#104985;
	text-decoration:none;
	/*background:url(/_layouts/images/TateAndLyleImageAssets/bg-faq.gif) #FFFFFF top left repeat-x;*/
	background:#F2F6FA;
	overflow:hidden;
	cursor:pointer;
}

li.faq h3{
	background:url(/_layouts/images/TateAndLyleImageAssets/bullet-link.gif) 6px 5px no-repeat;
	padding:0 0 4px 20px;
	color:#104985;
	font-size:1em;
	font-weight:normal;
}

li.faq a:hover h3,
li.faq a.active h3{
	background:url(/_layouts/images/TateAndLyleImageAssets/arrow-gold-down.gif) 5px 6px no-repeat;
	padding:0 0 4px 20px;
	color:#BA8861;
	font-size:1em;
	font-weight:normal;
}

div.faq-panel{
	float:left;
	width:465px;
	padding:0;
	background:url(/_layouts/images/TateAndLyleImageAssets/bg-faq.gif) #FFFFFF top left repeat-x;
}
li.faq div.faq-panel p,
div.faq-panel p{
	padding:0 0 12px 10px;
	/*width:450px;*/
	width:440px;

}

li.faq div.faq-panel h4{
	padding:0;
	color:#4A4B48;
	font-weight:bold;
	background:none;
}

li.faq div.faq-panel a:hover{
	background:none;
	color:#BA8861;
}
