/* Structural layout styles for ENZ */

p.paginate {
    text-align: right;
}


body {
	font-size: 62.5%;
	font-family: Helvetica, Arial, Tahoma, Geneva, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFF;
	color: #666;
	background:#fff url(../img/bg.gif) repeat center !important;
	}
		
#container-top {
	margin: 15px auto 0 auto;
	width: 879px;
	background: url(../img/bg-container-top.gif) no-repeat 0 0;
	padding: 0 15px 0 0; 
	height: 15px; 
	}
	
#container-mid {
	margin: 0 auto; 
	width: 879px;
	background:  url(../img/bg-container-mid.gif) repeat-y 0 0;
	padding: 0 15px 0 0; 
	text-align: left;
	}	
	
#footer {
	width: 849px;
	background: url(../img/bg-footer.gif) no-repeat 0 100%;
	margin: 0 auto 0 auto; 
	padding: 0 30px 12px 15px;
	}	
	
#container-bottom {
	width: 879px;
	background: url(../img/bg-container-bottom.gif) no-repeat 0 0;
	margin: 0 auto 15px auto; 
	padding: 0 15px 0 0;
	height: 15px; 
	}		

/* ----- content ----- */					
	
#content-wrapper {
	padding: 24px 15px 30px 15px;
	
	}
	

	
#content-wrapper-welcome-sub {
	padding: 0 0 30px 15px;
	margin: -1px 0 0 0;
	}	

/* pages with a single full-width column */

#content-fullcol {
	float: left;
	width: 849px;
	margin: 45px 0 0; /* newly added */
	}	
	
#content-wrapper-welcome-sub #content-fullcol {
	float: left;
	width: 864px;
	}		
	
/* unequal 2-col layout within the content-fullcol column  */	

.subnav-col {
	float: left;
	width: 201px;
	}		
	
.text-col-wide {
	float: right;
	width: 534px;
	margin-right: 99px;
	display: inline; /* fixes doubled float margin bug in IE */
	}	
	
.text-col-wide-welcome {
	float: right;
	width: 633px;
	}
	
#content-wrapper-welcome-sub .text-col-wide-welcome {
	float: right;
	width: 663px;
	}	
	
.welcome-sub-textcol {
	width: 431px;
	float: left;
	}		
	
.welcome-sub-storycol {
	width: 219px;
	float: right;
	}					
	
/* equal 2-col layout within the content-fullcol column  */

.half-col-left {
	float: left;
	width: 417px;
	}		
	
.half-col-right {
	float: right;
	width: 417px;
	}		
	
.half-half-col-left {
	float: left;
	width: 186px;
	}		
	
.half-half-col-right {
	float: right;
	width: 186px;
	}			
	
.half-col-search-results { /* white box in tabs area on Search Results page */
	float: right;
	width: 322px; /* FF */
	background-color: #fff;
	padding: 15px;
	}	
	
#tabs-padded .half-col-left, #tabs-padded1 .half-col-left {
	float: left;
	width: 417px;
	}		
	
/* nearly equal 2-col layout in Hero page  */

.half-col-left-hero {
	float: left;
	width: 432px;
	}		
	
.half-col-right-hero {
	float: right;
	width: 402px;
	}		

/* (almost) equal 2-col layout with wider mid-gutter for Video Diary  */

.half-col-left-video {
	float: left;
	width: 413px;
	}		
	
.half-col-right-video {
	float: right;
	width: 406px;
	}	

/* unequal 2-col layout for Student Stories  */
	
#text-block {
	width: 633px; /* FF */
	padding: 15px 0 13px 15px;
	float: left;
	}
	
#story-block {
	width: 186px; /* FF */
	padding: 15px 15px 13px 15px;
	float: right;
	background-color: #56aab8;
	margin: -1px 15px -37px 0;
	display: inline; /*fixes double float-margin bug in IE */
	}	
	
#student-stories-main-col {
	float: left;
	width: 603px;
	margin: 0 0 0 0;
	}	
	
#student-stories-main-col form {
	margin: 0 0 36px 0;
	padding: 0;
	}			
	
#student-stories-sub-col {
	float: right;
	width: 186px; /* FF */
	margin: 0 0 0 0;
	padding: 15px;
	background:  url(../img/bg-student-stories-sub-col.gif) no-repeat 0 0;
	}

.student-stories-main-col-half-left {
	float: left;
	width: 287px;
	}	
	
.student-stories-main-col-half-right {
	float: right;
	width: 286px;
	}		
				

/* 3-col layout within the content-fullcol column  */

.thirds-col {
	float: left;
	width: 32%;
	}	
	
/* 3-col layout within the welcome page  */

.thirds-col-welcome {
	float: left;
	width: 201px;
	margin: 11px 15px 0 0;
	}	
	
.thirds-col-welcome-last {
	float: left;
	width: 201px;
	margin: 11px -3px 0 0; /* negative margin to fix duplicate characters bug in IE */
	}			
	
/* 3-col layout within the Find Courses page  */

.thirds-col-findcourse {
	float: left;
	width: 273px;
	margin: 11px 15px 0 0;
	}	
	
.thirds-col-findcourse-last {
	float: left;
	width: 273px;
	margin: 11px 0 0 0;
	}		
	
/* 3-col layout within the Find Courses page for NOFLASH  */

.flash-box-noflash .thirds-col-findcourse {
	float: left;
	width: 243px; 
	margin: 0 41px 0 4px;
	}	
	
.flash-box-noflash .thirds-col-findcourse-last {
	float: left;
	width: 243px; 
	margin: 0 0 0 4px;
	}																	

/* pages with a main column on the left and a sub-column on the right */					
	
#content-maincol {
	float: left;
	width: 541px;
	}	
	
#content-subcol {
	float: right;
	width: 271px;
	}	
	
#content-subcol-empty { /* use when this column has no content (fixes IE bug) */
	float: right;
	width: 271px;
	background-color: #fff;
	}			

/* 2-col layout within the content-maincol column  */	

.graphics-col {
	float: left;
	width: 201px;
	}	
	
.text-col {
	float: right;
	width: 328px;
	}

/* floated title-block text and search guides box in Guide to New Zealand */

.title-block {
	float: left;
	width: 330px;
	}	

.search-guides-box	{
	float: right;
	width: 294px; /* FF */
	background: url(../img/bg-search-guides.gif) repeat 0 0;
	padding: 13px 15px 14px 15px;
	}	

#content-fullcol .search-guides-box p {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}	
	
/* floated title-block text and logo box in Institution Courses */

.title-block2 {
	float: left;
	width: 634px;
	}	

.inst-logo-box	{
	float: right;
	width: 202px;
	text-align: right;
	}
	
/* three-quarter width text in Search Results */			

.text-col-results {
	width: 634px;
	}
	
/* three columns inside a half-column  - Homepage */			

.thirds-col-home {
	float: left;
	width: 129px;
	margin: 0 15px 0 0;
	}	
	
.thirds-col-home-last {
	float: left;
	width: 129px;
	margin: 0 -3px 0 0; /* fix for duplicate character bug in IE */
	}		
	
.home-graphic, .home-graphic-noflash { /* NOFLASH version */
	width: 879px;
	height: 511px;
	overflow:hidden;
	position: relative;
	}		
	
.home-form {
	width: 197px; /* FF */
	position: absolute;
	left: 15px;
	top: 216px;	
	background: url(../img/bg-home-form.gif) repeat-x 0 0;
	padding: 15px 10px;
	}

/* various boxes for holding Flash and forms */
	
.flash-box .course-form { /* Find Course and Course Search Results */
	width: 197px; /* FF */
	height: 414px; /* FF */
	background: url(../img/bg-course-form.gif) repeat-x 0 0;
	padding: 15px 10px;
	float: left;
	}	
	
.flash-box-noflash .course-form { /* Find Course and Course Search Results - NOFLASH version */
	width: 829px; /* FF */
	background: url(../img/bg-search-box-noflash.gif) repeat-x 0 0;
	padding: 15px 10px 0 10px;
	float: left;
	}		
	
#tabs2 .flash-box { /* Course Search Results */
	margin: 0 15px;
	}		
	
/* Additions by Brent Dickens 11/2/2010 */


/* links with black arrows after (Register with bottom padding) */

a.register:link, a.register:visited {
	color: #000;
	text-decoration: none;
	font-size: 1.2em;
	background: url(../img/arw-black.gif) no-repeat 100% 3px;
	padding-right: 9px;
	line-height: 1;
	width: 120px;
	margin-top: -15px;
	}
	
a.register:hover {
	text-decoration: underline;
}

div.register-block {
	display: block;
	height: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.pad-top {
	margin-bottom: -5px;
}

.pad-b {
	padding-botom: 20px;
}

#content-maincol p.add-info {
	color:#000000;
}

table.arrow-list td {

}

table.arrow-list a:link, ul.arrow-list a:visited {
	color: #666;
	padding: 3px 0 3px 10px;
	margin: 0 0 0 0;
	display: block;
	line-height: 1;
	background-image: url(../img/arw-linklist.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	}
	
table.arrow-list li a:hover {
	color: #000;
	background: url(../img/arw-black.gif) no-repeat 0 4px;
	padding: 3px 0 3px 10px;
	margin: 0 0 0 0;
	display: block;
	line-height: 1;
	}	

.login-box {
	padding: 0px;
}

.half-col-left-pad {
	float: left;
	width: 387px;
	}
	
.half-col-left-pad2 {
	float: left;
	width: 387px;
	padding:0px 0px 0px 20px;
	margin-bottom: 40px;
	}		


	
.bdr-blue {
	border-left: solid 1px #3089b4;
	}	
	
#content-fullcol .half-col-left-pad h3.login, #content-fullcol .half-col-left-pad h3.login-blue {
	font-size: 1.8em;
	color:#666;
}

#content-fullcol .half-col-left-pad h3.login-blue {
	color: #3089b4;
}

form.login label {
	margin: 0;
	padding: 0;
	width: 129px;
	float: left;
	font-size: 1.2em;
	}		


form.login div {
	margin: 0 0 6px 0;	
}

#content-fullcol p.blk-pad {
	color: #000000;
	margin-top: 20px;
}

//* Form builder */

.builder {
	margin: 0 0 10px 0;
	padding: 0;
	width: 830px;
	}	
	
.builder div.row {
	position:relative;
	width: 830px;
	clear:both;
	margin-bottom: 10px;
	padding: 0px 5px 5px 5px;
	overflow: visible;
}	

.builder .divider {
	clear: both;
	margin-bottom: 10px;
}

.builder .divider h3 {
	padding: 0px;
	margin: 0px;
}

.builder label, .builder .row p {
	margin: 0px 20px 0px 0px;
	padding: 0;
	width: 160px;
	float: left;
	font-size: 1.2em;
	text-align:right;
	display:block;
	line-height: 1.2em;
}	

.builder input, .builder textarea {
	margin: 0;
	padding: 0;
	border: 1px solid #ccc;
	width: 280px;
	}	
	
.builder input.submit-button {
	width: 76px;
	height: 20px;
	margin-left: 168px;
	border: 0;
	color: #fff;
	padding: 0;
	cursor: pointer;
}	
.builder input.cancel-button {
	width: 77px;
	height: 20px;
	margin-left: 20px;
	border: 0;
	color: #fff;
	padding: 0;
	cursor: pointer;
}	

.builder div.row.input-error input {
	background-color: #D9EAF1;
}

.builder div.row.checkbox.input-error input {
	background-color: #D9EAF1;
}

.builder div.row.checkboxgroup.input-error div.multi-block-sm {
	background-color: #D9EAF1;
}



.builder div.row.input-error div.error-message,  .builder div.row.input-error div.error {
	overflow: visible;
	display: block;
	width: 400px;
	color: #CC0000;
}

/* Multi blocks */
	
.builder .multi-block-sm label {
	margin: 0px 20px 0px 0px;
	padding: 0 0 3px 0;
	width: 220px; 
	float: left;
	font-size: 1.2em;
	text-align:left;
	display:block;
}		

.builder .multi-block-sm input {
	margin-right: 10px;
	float: none;
	margin-left: 0;
}

.builder input.multi {
	width: 20px;
	float: left;
}

.builder .multi-block {
	margin: 0px;
	padding: 0px;
	overflow:hidden;
	float: left;
	width: 500px;
}

.builder .multi-block-sm {
	text-align: left;
/*	width: 160px; */
	padding-bottom: 9px;
}

.builder .multi-block-sm ul li {
	padding-bottom: 3px;
}
.builder .multi-block-sm ul li label {
	padding-top: 0;
}

.builder ul {
	float: left;
	margin: 0px 0px 0px 18px;
	padding: 0px;
}

.builder .row ul li, .builder .multi-block ul li, .builder .multi-block ul li  {
	list-style-type: none;
	padding: 5px 5px 8px 0px; 
	margin-bottom: 5px;
}

.builder div.row.checkbox input {
	float: left;
	width: 40px;
	margin-left: 188px;
}

.builder div.row.checkbox label {
	text-align: left;
}

.builder div.row.checkboxgroup div.multi-block-sm {
	margin-left: 20px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}


.submit-row {
	clear: both;
	margin-top: 40px;
	padding-left: 105px;
}

.submit-row input.submit-button {
	margin-left: 185px;
}

.builder .error-message {
	width: 250px;
	margin: 10px 0px 20px 180px;
	color:#CC0000;
	font-size: 12px;
}

.builder .hint {
	background-image: url(http://newzealandeducated.com/img/form-hint.png);
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	width: 20px;
	position: absolute;
	top: 0px;
	left: 470px;
}

h3.small {
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
	font-weight: normal;
} 

.b-pad-left {
	margin-left: 129px;
}
#content-fullcol   .half-col-left-pad  h3.green {
	color: #367E29;
}


.row {
	width: 100%;
	overflow:hidden;
	margin-bottom: 10px;
}

/* Additional clear dots */

.clear-dots3 { /* a clearing div that also doubles as a dotted line (grey on white) */
	clear: both;
	background: url(../img/dotted-line.gif) repeat-x 0 50%;
	height: 10px;
	margin: 0;
	padding: 0;
	}

	.border-left {
		border-left: 1px solid #ECECEC;
	
	}
	
	.col-wrapper {
		width: 100%;
		overflow: hidden;
	}
	
	.col-wrapper .half-col-left  {
		width: 360px;
	}
	
	.col-wrapper .half-col-left  input, .col-wrapper  .half-col-right input {
		width: 190px;
		padding: 2px;
	}
	
	#content-fullcol .half-col-left h3.shortlist {
		padding: 0 0 15px;
		width: auto;
	}
	
	#content-fullcol .half-col-left h3.shortlist a {
		font-size: 13px;
		text-decoration: underline;
	}
	
	#content-fullcol .half-col-left h3.shortlist a:hover{
		text-decoration: none;
	}
	
	.col-wrapper  .half-col-right {
		width: 432px;
		padding-left: 20px;
	}
	
	.col-wrapper form.contact {
		padding-bottom: 20px;
	}
	
	.col-wrapper form.contact div {
		margin-bottom: 15px;
	}
	
/*---------- bubble tooltip -----------*/

.builder .hint {
	background-image: url(../img/form-help.gif);
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	width: 20px;
	position: absolute;
	top: 0px;
	left: 580px;
}


div.hint a{
    position:relative; 
    display:block; 
	width:20px; height:20px;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
	margin:-3px;
}


div.hint a span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
div.hint a:hover{ z-index:25; color: #aaaaff; background:;}
div.hint a:hover span.tooltip{

    display:block;
    position:absolute;
    top:0; left:15px;
	padding: 5px;
	width:176px;
	color: #378fb3;
    text-align: center;
	filter: alpha(opacity:95);
	KHTMLOpacity: 0.95;
	MozOpacity: 0.95;
	opacity: 0.95;
}
div.hint a:hover span.top{
	display: block;
	padding: 15px 8px 8px 15px;
    background: url(../img/bubble.gif) no-repeat top;
}
div.hint a:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px 0 20px; 
	margin-top:-10px;
	background: url(../img/bubble-filler.gif) repeat bottom; 
}
div.hint a:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #378fb3;
    background: url(../img/bubble.gif) no-repeat bottom;
}

/* Pace Additions */
#account  {
	padding: 60px 18px 0;
}


#account h1 {
	color: #44A034;
	font-size: 32px;
	font-weight: normal;
	margin: 0 0 8px;
}

#account h3#account-heading {
color: #000;
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 15px;
	padding: 0;
}

#account h3#account-heading  a {
	font-size: 13px;
	text-decoration: underline;
}

#account h3#account-heading  a:hover {
	text-decoration: none;
}

#account .show-events {
	background: #ECECEC url(http://newzealandeducated.com/css/img/bg-tabs.gif);
	margin: 0 -18px 22px;
	padding: 15px 0 8px 15px;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}

#account div h1.shortlist-full {
	font-size: 2.2em;
	color: #367E29;
	margin: 0;
	font-weight: normal;
	padding: 0;
}

#account h3#event-heading {
	color: #000;
	font-size: 2.2em;
	font-weight: normal;
	line-height: 1em;
	padding: 0;
	margin: 8px 0 14px 0;
}				


ul.events-list {
	list-style: none;
	margin: 0 0 18px;
	padding: 0;
}

ul.events-list li , ul.events-list li a{
	color: #666;
	font-size: 13px;
    line-height: 2.2em;
}

ul.events-list li p {
    display: inline;
}

ul.events-list li:before {
    content: "> "
}

.notification {
	background: url(http://newzealandeducated.com/css/img/notification-bg.gif) no-repeat;
	color: #fff;
	font-size: 22px;
	height: 77px;
	width: 544px;
	margin-bottom: 25px;
	padding: 12px;
}



/* HOMEPAGE SEARCH */
.home-graphic #flashcontent {
	position:absolute;
	z-index:10;
}

#home_search #module_search {
	position:absolute;
	z-index:100;
	width:177px;
	left:630px;
	top:120px;
}


/* Search */
#custom_search {
	line-height: 1.5em;
	font-size:12px;
}
#custom_search * {
	font-family: sans-serif;
}
#custom_search .left {
	float:left;
	width:197px;
}
#custom_search .right {
	float:left;
	width:632px;
	margin-left: 20px;
}
#custom_search button {
	cursor:pointer;
}


/* Search module */
#module_search {
	margin:0 0 20px 0;
	padding:8px 10px;
	background:url('../img/search_bg.gif') repeat;
	-webkit-border-radius:10px;	
	-moz-border-radius:10px; 
	border-radius:10px;
	color:#fff;
}
#module_search h3 {
	margin-top:0;
}
#module_search select, #module_search input {
	width:100%;
}
#module_search .select label {
	display:none;
}
#module_search button.submit {
	background: url('../img/button_submit.png') no-repeat;
	width:88px;
	height:30px;
	border:0;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-shadow: -1px -1px 0px rgba(0,0,0,0.2);
	line-height: 1.6em;
}
#module_search button:hover.submit {
	background-position: left bottom;
}
#module_search button.reset {
	color:#668091;
	background:0;
	border:0;
}
#module_search button:hover.reset {
	text-decoration: underline;
}
#custom_search #from_reset button {
	position:absolute;
	font-size:11px;
	margin:-23px 0 0 92px;
}



/* Search filter */
#module_filter h3 {
	padding: 5px 10px;
	background:url('../img/bg-country-box.gif');
	color:#fff;
}
#module_filter h4 {
	font-size:14px;
	
	margin: 0 0 5px;
	padding: 0 0 5px;
	color:#7f7f7f;
	font-weight:normal;
	border-bottom: 1px solid #e8e8e8;	
}
#module_filter h5 {
	font-size:12px;
	margin: 0;
	padding: 5px 0 0 0;
	color:#333;
	font-weight:normal;
	border-top: 1px solid #e8e8e8;
	cursor:pointer;
}
#module_filter h5 span.icon {
	display:inline-block;
	width:7px;
	height:7px;
	padding-left:4px;
	background:url('../img/search_expander_arrows.gif') left top no-repeat;
}
#module_filter h5.closed span.icon {
	background-position:left bottom;
}

#module_filter ul {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 1.3em;
}
#module_filter ul li {
	margin-bottom:7px;
}
#module_filter ul ul {
	margin:10px 0 10px 10px;
}
#module_filter .filter {
	margin:10px 0;
	padding:8px 10px;
	background-color: #f6f6f6;
	-webkit-border-radius:10px;	
	-moz-border-radius:10px; 
	border-radius:10px;
}
#module_filter a.active {
	font-weight: bold;
	color:#333;
	text-decoration: none;
	cursor:default;
}




/* Search results */
#module_results h3, #module_results h4 {
	margin-top:0;
	color:#333;
	margin:0;
	font-size:16px;
}
#module_results h4 {
	font-size:14px;
}
#module_results h3 span, #module_results h4 span {
	font-weight:normal;
}
#module_results table {
	margin-top:20px;
	width:100%;
	border-collapse:collapse;
	border-bottom:1px solid #e8e8e8;
}


#module_results table .col_1 {
	color:#367E29;
}
#module_results table .col_2 {
	color:#367E29;
	width:130px;
}
#module_results table .col_3 {
	/*color:#367E29;*/
	/*width:90px;*/
}
#module_results table .col_4 {
	text-align: right;
}
#module_results table .col_5 {
	text-align: right;
	width:85px;
}
#module_results table .col_5 button, #module_results table .col_5 a {
	visibility: hidden;
}


#module_results table thead {
	margin-bottom: 20px;
}
#module_results table thead th {
	text-align: left;
	padding: 5px 5px;
	background:url('../img/bg-country-box.gif');
}
#module_results table thead th a {
	font-size:16px;
	color:#fff;
	display: block;
}
#module_results table thead th a.asc {
	padding-left: 20px;
	background:url('../img/sort_arrow_asc.gif') 6px 5px no-repeat;
}
#module_results table thead th a.desc {
	padding-left: 20px;
	background:url('../img/sort_arrow_desc.gif') 6px 5px no-repeat;
}


#module_results table tbody td {
	padding: 10px 5px;
	border-top:1px solid #e8e8e8;
	vertical-align: top;
}
#module_results table tbody td a {
	text-decoration: none;
}
#module_results table tbody .even td {
	background-color: #F6F6F6;
}
#module_results table tbody .promo.even td {
	background-color:#F8F5E5;
}
#module_results table tbody .promo.odd td {
	background-color:#FFFDEC;
}
#module_results table tbody div.promo {
	background:url('../img/star.png') 0px 2px no-repeat;
	padding-left:15px;
	color:#666;
}
#module_results table tbody .col_5 {
	height:40px;
	text-align: center;
}


#module_results table tbody tr td.col_5 button {
	background:url('../img/button_shortlist.png') no-repeat;
	text-align: right;
	font-size: 11px;
	font-weight:bold;
	color:#fff;
	width:72px;
	height:21px;
	border:0;
	text-shadow: -1px -1px 0px rgba(0,0,0,0.2);
	line-height: 1.6em;
}
#module_results table tbody tr td.col_5 button:hover {
	background-position:left bottom;
}

#module_results table tbody tr td.col_5 a {
	display: block;
	text-align: center;
}


#module_results table tbody tr:hover td {
	background-color:#e6eecd; 
}
#module_results table tbody tr.cursor td {
	cursor:pointer;
}
#module_results table tbody tr:hover td.col_5 button {
	visibility: visible;
}


#module_results table tbody tr.added td.col_5 button {
	color:#333;
	background-position:right top;
	visibility: visible;
	text-shadow:none;
}
#module_results table tbody tr.added td.col_5 button:hover {
	background-position:right bottom;
}
#module_results table tbody tr:hover.added td.col_5 a {
	color:#666;
	font-size:11px;
	visibility: visible;
}
#module_results table tbody tr:hover.added td.col_5 a:hover {
	text-decoration: underline;
}
#module_results table tbody tr:hover.promo td {
	background-color:#e6eecd;
}


#module_results .pagination {
	margin-top:20px;
	float: right;
}
#module_results .pagination a, #module_results .pagination span {
	display:inline-block;
	padding:4px 9px;
	background:#E8E8E8;
	border:1px solid #E8E8E8;
	color:#7A7A7A;
	text-decoration: none;
	margin-left:5px;
}
#module_results .pagination a:hover {
	background:#F6F6F6;
}
#module_results .pagination a.active, #module_results .pagination span {
	background:none;
	border:1px solid #E8E8E8;
	cursor: default;
}

#module_results .shortlist {
	clear:both;
	padding-top:20px;
}

.custom-search-intro-img {margin-top:3px;}