/*------------------------------------------------------------------------*/
/* Screen Stylesheet for the Daily.co.uk active order process.            */
/* Written by Andy Wardley http://wardley.org/ based on a design by       */
/* Chaos Design http://www.chaosdesign.com/                               */
/*------------------------------------------------------------------------*/

/*------------------------------------------------------------------------*/
/* styles for New support site                                            */
/*------------------------------------------------------------------------*/

#knowledge-trail {
    width: 760px;
	height:24px;
	margin-bottom:4px;
	padding-left:10px;
	padding-top:6px;
	color:#57797c;
    float: left;
	font-size:11px;
}

#knowledge-container {
    width: 770px;
    margin-top:10px;
	margin-bottom:10px;
    float: left;
}

#knowledge-left {
    width: 582px;
	padding-left:10px;
    float: left;
}

.knowledge-title {
    width: 550px;
	height:53px;
	padding-top:16px;
	padding-left:40px;
	font-size:20px;
	font-weight: bold;
	color:#57797c;
    float: left;
	background: url('/images/knowledge/back-title.gif') no-repeat;
}

.knowledge-menu-row {
    width: 550px;
    float: left;
	margin-bottom:8px;
    background: url('/images/backgrounds/kbback.gif') no-repeat bottom left;
}

.knowledge-menu-container {
    width: 260px;
	margin-right:8px;
    float: left;
}

.knowledge-menu-top {
    width: 230px;
	height:25px;
	padding-left:30px;
	padding-top:5px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
    float: left;
	background: url('/images/knowledge/back-menu-title.gif');
}

.knowledge-menu-middle {
    width: 260px;
	padding-top:10px;
	padding-bottom:2px;
    margin-bottom: 12px;
    float: left;
	background-color:#f0f0f0;
}


.knowledge-menu-bottom {
    width: 260px;
	height:10px;
    float: left;
	background: url('/images/knowledge/back-menu-bottom.gif');
}

#knowledge-articlelist-container {
    width: 546px;
    float: left;
	margin-bottom:8px;
}

.knowledge-articlelist-top {
    width: 506px;
	padding-left:30px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
    float: left;
	background: url('/images/knowledge/back-article-list-title.gif');
}

.knowledge-articlelist-middle {
    width: 536px;
	padding-top:10px;
	padding-bottom:2px;
    float: left;
	background-color:#f0f0f0;
}

.knowledge-articlelist-bottom {
    width: 536px;
	height:10px;
	margin-bottom:20px;
    float: left;
	background: url('/images/knowledge/back-article-list-bottom.gif');
}

.knowledge-other-article-top {
    width: 466px;
	height:25px;
	padding-left:30px;
	padding-top:5px;
	font-size:14px;
	font-weight:bold;
	color:#435c60;
    float: left;
	background: url('/images/knowledge/back-other-article-title.gif');
}

.knowledge-other-article-middle {
    width: 496px;
	padding-top:10px;
	padding-bottom:2px;
    float: left;
	background-color:#fff;
}

#knowledge-article-title {
    width: 506px;
	height:42px;
	padding-left:30px;
	padding-top:5px;
	margin-bottom:10px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
    float: left;
	background: url('/images/knowledge/back-article-title-wide.gif');
}

#knowledge-article-text {
    width: 446px;
	padding-left:30px;
	padding-top:5px;
	margin-bottom:40px;
	font-size:11px;
	line-height:16px;
	color:#435c60;
    float: left;
}

#knowledge-rating-container {
    width: 497px;
	height:88px;
    float: left;
    padding-bottom: 10px;
}

.knowledge-rating-top {
    width: 467px;
	height:25px;
	padding-left:30px;
	padding-top:5px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
    float: left;
	background: url('/images/knowledge/rating-title.gif');
}

.knowledge-rating-bottom {
    width: 487px;
	height:43px;
	padding-left:10px;
	padding-top:15px;
    float: left;
	background: url('/images/knowledge/rating-bottom.gif');
}

.knowledge-rating-text {

	font-size:11px;
	font-weight:bold;
	color:#435c60;
    float: left;
}

.knowledge-rating-button {
    margin: 0px;
    padding: 0px;
    border: none;
    width: 72px;
    height:20px;
    background: url('/images/knowledge/button-submit.gif') no-repeat;
}

#image-border {
    margin: 0px;
    padding: 0px;
    border: solid;
	border-width:1px;
	color:#333333;
    width: 10px;
    height:10px;

}

#knowledge-right {
    width: 168px;
    float: left;
}

.knowledge-search {
    width: 148px;
	height:120px;
	margin-bottom:8px;
	padding-left:10px;
	padding-right:10px;
	padding-top:35px;
	font-size:11px;
	line-height:15px;
	color:#57797c;
    float: left;
	background: url('/images/knowledge/back-search.gif');
}

.knowledge-article-option {
    width: 158px;
	height:113px;
	padding-left:10px;
	padding-top:30px;
	margin-bottom:8px;
    float: left;
	background: url('/images/knowledge/back-options.gif');
	position:relative;
}


ul.knowledge {
    margin:0;
	padding-left:26px;	
}

ul.knowledge li {

    padding-left: 20px;
	font-size:11px;
    list-style: none;
    background: url('/images/knowledge/bullet.gif') no-repeat left 2px;
}

ul.knowledge li a {

    color:#333333;
	text-decoration:none;
}

ul.knowledge li a:hover {

    color:#888888;
	text-decoration:none;
}

ul.knowledge-list {
    margin:0px;
	padding-left:32px;	
}

ul.knowledge-list li {

    padding-left: 20px;
	font-size:11px;
	line-height:16px;
    list-style: none;
    background: url('/images/knowledge/bullet-article.gif') no-repeat left 2px;
}

ul.knowledge-list li a {

    color:#333333;
	text-decoration:none;
}

ul.knowledge-list li a:hover {

    color:#888888;
	text-decoration:none;
}


#drop-container {
	width: 148px;
	margin-top:10px;
	float:left;
	display:inline;

}

.drop {
	width: 103px;
	float:left;
	font-family: Verdana, Arial, sans-serif;
	font-weight:bold;
	font-size:9px;
	color:#57797c;
	background-color:#fff;
	display:inline;
}

.search-button {
    margin: 0px;
    padding: 0px;
    border: none;
    width: 56px;
    height:20px;
    background: url('/images/knowledge/button-go.gif') no-repeat;
}

.textfield {
	width: 140px;
	float:left;
	font-family: Verdana, Arial, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#57797c;
	background-color:#fff;
	display:inline;

}


.button-pdf {
    width: 110px;
	height:19px;
	padding-top:7px;
	padding-left:28px;
	font-size:11px;
	color:#57797c;
    float: left;
	background: url('/images/knowledge/back-but-pdf.gif');
}

.button-pdf a {
	color:#57797c;
	text-decoration:none;    
}

.button-pdf a:hover {
	color:#98b6be;
	text-decoration:none;    
}

.button-print {
    width: 110px;
	height:19px;
	padding-top:7px;
	padding-left:28px;
	font-size:11px;
	color:#57797c;
    float: left;
	background: url('/images/knowledge/back-but-print.gif');
}

.button-print a {
	color:#57797c;
	text-decoration:none;    
}

.button-print a:hover {
	color:#98b6be;
	text-decoration:none;    
}

.button-email {
    width: 110px;
	height:19px;
	padding-top:7px;
	padding-left:28px;
	font-size:11px;
	color:#57797c;
    float: left;
	background: url('/images/knowledge/back-but-email.gif');
}

.button-email a {
	color:#57797c;
	text-decoration:none;    
}

.button-email a:hover {
	color:#98b6be;
	text-decoration:none;    
}

.button-add {
    width: 110px;
	height:19px;
	padding-top:7px;
	padding-left:28px;
	font-size:11px;
	color:#57797c;
    float: left;
	background: url('/images/knowledge/back-but-add.gif');
}

.button-add a {
	color:#57797c;
	text-decoration:none;    
}

.button-add a:hover {
	color:#98b6be;
	text-decoration:none;    
}

.line-option {
    width: 150px;
	height:1px;
	font-size:1px; 
	line-height:1px; 
    float: left;
	background: url('/images/knowledge/line-option.gif'); background-repeat:no-repeat;
	display:inline;
}

#button-knowledge-home {
    width: 168px;
	height:30px;
	margin-bottom:8px;
    float: left;
}

#button-knowledge-livechat {
    width: 168px;
	height:69px;
	margin-bottom:8px;
    float: left;
}

#button-support-home {
    width: 168px;
	height:30px;
	margin-bottom:8px;
    float: left;
}


#knowledge-container {
	width: 770px;
	margin-left: 105px;
}


