@import url(section-header.css);
@import url(search.css);
@import url(sorting.css);
@import url(breadcrumbs.css);
@import url(related.css);
@import url(boxstyles.css);
@import url(popup.css);
@import url(navigation.css);
@import url(buttons.css);
@import url(results.css);
@import url(forms.css);

/* ////////////// UNIVERSAL SELECTORS ////////////// */
*{margin: 0 auto; padding: 0; outline: none; border: 0;} 
ul {list-style-type: none;} 
a img {border: 0;}
a:focus{outline:none;}
a:hover {color: #000 !important}
br {clear: both;}
.white {color: #fff;}
.dblue {color: #244a75; padding-bottom: 5px;}
.dbluesmall {color: #244a75; font-size:xx-small;}
.star {display: inline; font-weight: bold; color: #ce3a4c;}
.no-bg {background: none;}
.up { margin-top: -3px;}

/* ////////////// MAIN LAYOUT ELEMENTS ////////////// */
body {width: 100%; background: #eff4f8;}
	#wrapper {width: 100%; margin: auto; text-align: center; background: #a2e7fa url(../Theme/bg.jpg) top left repeat-x;}
		#main-content {text-align: left; font: 12px/14px Georgia, "Times New Roman", Times, serif; color: #fff;}
		#loading {width:50px; height: 50px; margin: auto;}
		#loading img {margin: 17px;}
		
		/*  IE6 FIX - check css/ie6.css */
		.content {float: left; width: 685px; margin: 0 0 0 3px;}
		
		/* LEFT CONTENT COLUMN */ 
		#left-column {display: block; float: left; width: 692px; margin-left: 2px;}
		/*  IE6 FIX - check css/ie6.css */
		/* #left-column h1 {font-weight: bold; font-size: 18px;} */
			/* INNER LEFT COLUMN */
			.lcolumn {display: block; float: left; width: 230px; height: 313px; background: url(../Theme/border.gif) top right no-repeat; margin-top: 1px; padding-right: 1px;}
			
			/* INNER RIGHT COLUMN */
			.rcolumn {display: block; float: left; width: 460px; padding-left: 1px;}
			.rcolumn h1 {/* font: bold 25px Georgia, "Times New Roman", Times, serif; color: #fff; */ padding: 12px 0 0 12px;}
			.rcolumn h2 {/* font: bold 16px Georgia, "Times New Roman", Times, serif; */ padding: 7px 0 23px 15px; }
			
		/* RIGHT CONTENT COLUMN */ 
		#right-column {display: block; float: left; width: 230px; padding-left: 1px; padding-top: 9px;}
		
			
		.vBreak {clear: both; width: 692px; height: 1px; background: url(../Theme/vbreak.gif) no-repeat; font-size: 1px; line-height: 1px;}
	
		/* ////////////// Footer ////////////// */
		#footer {clear: both; text-align: left;}
		#down-block {height: 260px; font-size: 0; margin: auto; width:100%;}
		#footer-links {padding-bottom: 8px; border-top: 1px solid #c7c9ca; background: #eff4f8;}
		#footer-links ul {width: 925px; padding: 8px 0 0 0; margin: 0 auto;}
		#footer-links ul li {float:left; margin-right: 22px;}
		#footer-links ul li a {font: 9px verdana; color:#bbb8b8;}
		#footer-links ul li a:hover {text-decoration: underline; color: #666;}
		#footer-links p {width: 955px; font: 11px "Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#bbb8b8; padding: 4px 0 0 31px;}
		/* ////////////// End Footer */


/* ////////////// PAGINATION /////////////// */
.pager { float: right; font-size: 11px; line-height: 11px; margin: 10px 0; }
.pager span {color: #173962; margin-right: 10px;}
.pager a {text-decoration: none; color: #fff; padding: 0 3px;}
.pager a:hover, .pager a.select {color: #173962;}
.pager a.prevPage, .pager a.nextPage {width: 4px; height: 7px; margin: 3px 0 0 10px; overflow: hidden; text-indent: -99999px; text-align: left; display: inline-block;}
.pager a.prevPage {background: url(../Theme/Buttons/prev-arr.gif) no-repeat;}
.pager a.nextPage {background: url(../Theme/Buttons/next-arr.gif) no-repeat;}
.pager a.prevPage:hover, .pager a.nextPage:hover {background-position: 0 -7px !important;}
#content-path .pager {margin-top: 0;}


/* ////////////// PLEASE SORT ////////////// */
	/* Coda-like tooltips */
	.question {overflow: hidden; text-indent: -9999px; float: left; background: url(../Theme/question-mark.gif) no-repeat; width: 30px; height: 19px; margin: 0 0 0 5px;}
	.bubbleInfo {position: relative; float: left; overflow: visible;}
	.bubble {position: absolute; display: none; z-index: 60; border-collapse: collapse; margin: 0px !important; padding: 0px 0px 8px 0px !important;}
	.bubble .content{border: 1px solid #cfcfcf; border-bottom: 0px; background: #fff; padding: 9px 6px !important; margin: 0px !important; width: 200px !important; max-width: 200px !important; color: #194e8d !important; font: 11px "Lucida Sans Unicode", "Lucida Grande", sans-serif; text-indent: 0px; text-decoration: none !important; text-align: center;}
	.yes-no { float: left; padding: 4px 23px 0 5px; color:#103057; font: bold 11px/13px "Lucida Sans Unicode","Lucida Grande",sans-serif;}
	
	.questBox label.error {color: #f8232c; margin-left: 5px; font-weight: bold; display: none;}
	
	


