/* essayzone.co.uk - start footer in the head section of home, browse and search pages only
***********************************************/
#footer { 
	clear: both;
  height: 103px;
	padding: 10px 0 0;
	/* adjust gap between footer and columns	*/
	margin-top: 10px;
  /* adjust gap between footer and columns	*/
	text-align: center;
	border-top: 1px solid #E0EBFF;
}

#footer span {
  color: #888;
}

/* essayzone.co.uk © 2011 - this text floats to the left */
#footer #left {
  float: left;
	color: #999;
}

/* floats footer links to the right eg About us | Copyright ownership | Avoid plagiarism etc. */
#footer #flright {
  float: right;
}

#accepted {
	color: #666;
	padding-bottom: 0.3em;
}

/* START SOCIAL ICONS SOCIAL ICONS */
#footer2ndrow  {
  clear: both;
	padding: 0;
	padding-top: 30px;
}

#footersocialicons  {
float: left; 
height: 50px; 
width: 293px; 
background-image: url(../images/social-icons-border.png); 
background-repeat: no-repeat; 
}

#footersocialicons span#positioning {
margin-top: 10px;
padding-top: 1px;
position: relative; 
top: 12px; 
right: 2px;
}

/* find us on text */
#footer span#findus {
	margin-right: 8px;
	margin-left: 6px;
}
/* find us on text */

/* link text blue + dotted underline */
#footer span.linktext {
  color: #0066ff;
  border-bottom: dotted 1px #0066ff;
	margin-right: 10px;
}
/* link text blue + dotted underline */

/* remove dotted border around icons on active */
/*
#footer span.linkimage img a:hover, #footer span.linkimage img a:active {
	border: none;
		outline: none;
		text-decoration: none;
}*/

#footer span#positioning a:hover, #footer span#positioning a:active 
#footer span#positioning a:link, #footer span#positioning a:visited {
	border: none;
		outline: none;
		text-decoration: none;
}


/* END SOCIAL ICONS SOCIAL ICONS */


/* link text blue + dotted underline */
#footer span#payoptionlinktext {
  /* */position: relative; 
	right: 114px; 
	right: 264px; 
	top: 20px; 
  color: #0066ff;
  border-bottom: dotted 1px #0066ff;
	/*margin-right: -4px;  */
}
#paymentoptions a:hover span#payoptionlinktext {
color: #0066ff; 
text-decoration: none; 
border-bottom: solid 1px #0066ff;} 
/* link text blue + dotted underline */

/*IMPORTANT - link text only has blue underline on hover over text OR image */
#footer2ndrow a:hover span.linktext  {color: #0066ff; text-decoration: none; border-bottom: solid 1px #0066ff;} 
#footer2ndrow a:hover span#payoptionlinktext  {color: #0066ff; text-decoration: none; border-bottom: solid 1px #0066ff;} 
/*IMPORTANT - link text only has blue underline on hover over text OR image */

#footer span.linkimage img {
	vertical-align: middle;
}

#footer2ndrow a:link, #footer2ndrow a:visited, #footer2ndrow a:hover, #footer2ndrow a:active {
  border-bottom: none;
}

#footer3rdrow {
  float: right;
}

#paymentoptions a:link, #paymentoptions a:visited {
  float: right;
	background-image: url(../images/payment-options.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 669px;
	padding: 0;
	margin: -6px -5px 0 0;
}

#paymentoptions a:hover, #paymentoptions a:active {
background:url(../images/cc-onhover3.png) no-repeat;
cursor:pointer;
float: right;
width: 669px;
height: 60px;
margin: -6px -5px 0 0;
	  border: none;
		outline: none;
}
/* end footer
*****************************************************/	