/* essayzone style - 2 columns, home, category + search pages 
***********************************************/
body {
	text-align: center;
	color: #555; 
  font-weight: 100;
	font: 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #f8f7ff;
}

/* start links */
a:link {color: #0066ff; text-decoration: none; border-bottom: dotted 1px #0066ff;}
a:visited {text-decoration: none; border-bottom: dotted 1px;}
a:hover {color: #0066ff; text-decoration: none; border: none; outline: none; border-bottom: solid 1px;} 
a:active {color: #ff6600; text-decoration: none; border: none; outline: none; border-bottom: solid 1px;} 

/* Always show vertical scrollbar */
html { min-height: 100%; margin-bottom: 1px; }
html { overflow: -moz-scrollbars-vertical !important; }

/* cross browser presentation */
html, body, h1, h2, h3, h4, ul, li, a, input, select, form, span {
	margin: 0;
	padding: 0;  
	border: none;
		outline: none;
}

/* START Styling of search area
***********************************************/
form.searchbox {
  display: inline;
	float: right;
	padding-left: 5px;
	padding-top: 5px;
}

/* text box */
input#keyword {
	border: 1px solid #ccc;
	width: 230px;
	width: 260px;
	padding: 3px 2px;
	font-size: 14px;
	/**/-moz-box-shadow:inset 0px 2px 5px 2px #F5F5F5;
-webkit-box-shadow:inset 0px 2px 5px 2px #F5F5F5;
box-shadow:inset 0px 2px 5px 2px #F5F5F5;
	-moz-border-radius:5px; 
  -webkit-border-radius:5px; 
  border-radius: 5px; 
}

/* turn border color of input boxes blue on hover or active*/
form input#keyword:active {border: 1px solid #0066ff;}
/*#login input[type=text]:hover,#login input[type=password]:hover{border: 1px solid #0066ff;}removed - border no does not change on hover!*/
form input#keyword:focus{
border: 1px solid #E0EBFF;
-moz-box-shadow: 0px 0px 5px 3px #E0EBFF;
-webkit-box-shadow: 0px 0px 5px 3px #E0EBFF;
box-shadow: 0px 0px 5px 3px #E0EBFF;
border: 1px solid #91b7d1;
}


select.select {
	width: 230px;
	border: 1px solid #ccc;
}

/* search button */
input.btn {
	border: 1px solid #999;
	border: 1px solid #0066ff;
	/*padding: 3px 9px;*/
	height: 36px;
	height: 24px;
	/*padding-bottom: 2px;MOZILLA FIREFOX ONLY*/
	width: 74px;
	font-size: 14px;
	-moz-border-radius:2px; 
  -webkit-border-radius:2px; 
  border-radius: 2px; 
	
		/**/background:url(../images/magnifying_glass_white_16x16.png) no-repeat;
		background-position: center center;
		background-color: #ccc;
		background-color: #0066ff;
		text-indent: -9000px; text-transform: capitalize;
		 outline: none;
  border: none;
}

/*MOZILLA FIREFOX ONLY - aligns button + text search button in FF*/
@-moz-document url-prefix() {
input.btn {
	padding-bottom: 2px;
	height: 25px;
}
}
/*MOZILLA FIREFOX ONLY*/


input.btn:hover {
   cursor: pointer;
	 background-color: #aaa;
	 background-color: #330099;
	 border: 1px solid #330099;
}

input.btn:active {
		cursor: pointer;
		background-color: #0066ff;
		border: 1px solid #0066ff;
		
}
/* search button */

p.success {
	color: #3366ff;
	font-weight: bold;
}

p.error {
	color: #ff3300;
	font-weight: bold;
}
/* END Styling of search area
***********************************************/

/* start header section essayzone.co.uk
***********************************************/

#toplinks {
/* adjust position of top nav bar */
	height: 17px;
/* adjust position of top nav bar */
	width: 960px;
	/*width: 980px;*/
	margin: 0 auto;
}

#toplinks li {
	margin: 0 20px;
	float: right;
	display: inline;
}

#header {
/* adjust position of top nav bar */
	height: 35px;
/* adjust position of top nav bar */
  width: 960px;
	/*width: 980px;*/
	margin: 0 auto;
/* adjust position of header area */	
	padding-top: 1.3em;
	padding-top: 2em;
/* adjust position of header area */
}

/* 
essayzone logo 
*/
#essayzone {
  display: block;
	float: left;
	background:url(../images/e5.png) no-repeat;
	margin-top: -16px;
	padding: 0;
	width: 312px;
	height: 43px;
  outline: none;
  border: none;
}

#tagline {
   position: relative;
   height: auto;
   width: auto;
   top: 36px;
	 right: 18px;
	 color: #6699FF;
	 font-size: 11px;
}

#leftgreyline {
   position: relative;
   height: auto;
   width: 31px;
	 left: 5px;
   top: 30px;
border-top: 1px solid #6699FF;
display: block;
}

#rightgreyline {
   position: relative;
   height: auto;
   width: 65px;
   left: 241px;
   top: 29px;
border-top: 1px solid #6699FF;
display: block;
}
/* 
essayzone logo 
*/

#header .navigation {
  float: left;
	display: inline;
	margin: 0;
	padding: 0;
}

#header li {
	display: inline;
}
/* welcome sign register position */
.welcome {
  clear: left;
	position: relative;
	margin-left: 178px;
	margin-left: 163px;
	margin-top: -11px;
	padding: 0;
}
/* welcome sign register position */
	

/* aligns change, forgot and admin links to the right 	*/
#right {
float: right;
margin-top: -11px;
}

#right li {
margin-left: 1em;
}
/* aligns change, forgot and admin links to the right */	

/* end header section 
************************************************************/

/* start top navigation bar 
*************************************************************/
#topbar {
	height: 22px;
	width: 960px;
	border: 1px solid transparent;
	margin-right: auto;
	margin-left: auto;
/* adjust between top navigation bar and logo and welcome message*/
	margin-top: 0.1em;
/* adjust between top navigation bar and logo and welcome message*/
/* adjust position of columns below top navigation bar */
	margin-bottom: 8px; 
/* adjust position of columns below top navigation bar */
}

/*
#topbar li {
	display: inline;
}*/
/*
#topbar li {
	float: left;
}
*/
ul#menu {
	margin: 0!important;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	height: 32px;
	width: 960px;
	background-color: #6699FF; 
	font-size: 14px;
	font-weight: bold;
}


ul#menu li {
  float: left;
	text-align: center;
	border-left: 1px solid #fff;
	height: 14px;
	margin-top: 9px;
}

ul#menu li a {
  line-height: 14px; /* makes the nav bar thinner */
	color: #fff;
	display: block;
	text-decoration: none;
  padding: 2px 47px 4px;
	margin: -4px 6px 5px;
	border: 1px solid transparent;
}

ul#menu li#home a {
	padding: 2px 55px 4px;	
}

ul#menu li#noleftborder a {
	padding: 2px 55px 4px;	
}

ul#menu li#home {
  border-left: 1px solid transparent;
}

ul#menu li#noleftborder {
  border-left: 1px solid transparent;
}

ul#menu li#home a {
	margin-left: 6px;
	text-decoration: none;
	border: 1px solid #fff;
	background-color: #330099;
  border-radius: 5px;
}

ul#menu li a:hover {
  text-decoration: none;
	border: 1px solid #fff;
	background-color: #330099;
  border-radius: 5px;
}

ul#menu li#location a {
  text-decoration: none;
	border: 1px solid #fff;
	background-color: #330099;
  border-radius: 5px;
}
/* end top navigation bar 
***********************************************/

/* start main section 
**********************************************/

#whiteSideMarginsWrapper {
	width: 980px;
	padding: 10px 10px 0;
	padding: 0;
	margin: 0 auto;
	height: auto;
	background-color: #fff;/* white margin on left + right */	
	background-color: #f8f7ff;
	clear: both;
}


#wrapper {
	width: 960px;
	padding: 10px 10px 0;
	padding: 0;
	padding-top: 10px;
	margin: 0 auto;
	height: auto;
	text-align: left;
	border: 1px solid transparent;

}

#container {
	padding: 0;
	margin: 0;
	width: auto;
}

/*************** START CONTENT ******************/
#content {
	border: 1px solid transparent;
	width: 747px;
	clear: both;
	float: right;
	margin-bottom: 10px;
/* adjust height of three columns */
	height: auto;
}

/* CENTER TOP SECTION OF HOME PAGE*/
#homeintro {
	border: 1px solid #E0EBFF;
	background-color: #fff;
	margin-bottom: 10px;
	padding: 6px 10px 10px 0;
	height: 180px;
}

#homeintro .alllevels{
	padding-top: 0;
}

#homeintro p {
  margin-top: 0;
	line-height: 19px;
}

/*  HP bulleted list content */
ul.vlarge {
	line-height: 15px;
	list-style-type: none;
	margin-top: 16px;
}

ul.vlarge li {
	padding-bottom: 5px;
}
/*  HP bulleted list content */

/*  green tick image on home page */
img.gt {
margin: 0 6px 0 0;
vertical-align: top;
}
/*  HP green tick list content */
ul.gt {
	line-height: 16px;
	padding: 7px 0 6px 14px;
}

ul.gt li {
	padding-bottom: 6px;
}

div#withlessstress {
	margin-top: -8px;
	margin-left: 381px;
	padding-left: 10px;
}
/*  green tick list content */




/*************	START SUBJECTS ********/
#border {
	border: 1px solid #E0EBFF; /* used to be grey #ccc */
	height: 630px;
	height: 610px;
  background-color: #fff;
}

#subcatborder {
 	border: 1px solid #E0EBFF;
  background-color: #fff;
	padding-bottom: 10px;
  margin-bottom: 10px;
}

/*
START H1 H2 H3 H4 HEADINGS HEADINGS HEADINGS HEADINGS HEADINGS HEADINGS
*/
h1 {
	margin-top: 16px; 
	margin-bottom: 17px; 
	font-size: 28px; 
	color: #aaa;/*grey*/
	font-weight: 100;
}

/* the uk's quality essay database */
#homeintro h1 {
	color: #ff6600;/*orange*/	
	font-size: 26px;
	margin: -6px 0 3px;
}

h2 {
	/*color: #ff6600;orange*/ 
	font-size: 19px; 
	font-weight: 100; 
	padding-bottom: 2px;
}

#intro h2 {
	color: #999;/*grey*/ 
}

/* Degree Level Essays header on home page*/
.alllevels h2#degreelevelessays {
  color: #8391ab; 
	background-color: #F0F5FF; 
	background-color: #efefFF;
	margin: 2px 0 5px -7px; 
	padding: 2px 0 4px 6px; 
	width: 733px;
}

/* International Baccalaureate, GCSE Coursework, 
 Personal statements headers on home page*/
.alllevels h2 {
  color: #8391ab; 
	margin-top: 22px; 
}

/* Inspiration at your finger tips */
#homeintro h4 {
 	font-size: 19px; 
	font-weight: 100;
	color: #ff6600;/*orange*/	
}

/* recently submitted work */
#maincontent h3 {
  color: #8391ab; 
	background-color: #F0F5FF; 
	background-color: #efefFF;
	margin: -2px 0 -8px -7px; 
	padding: 2px 0 5px 6px;
	width: 733px;
}

/* headings for side 1 */
  h3 {
	font-size: 19px;
	font-weight: 100;
	margin-bottom: 5px;
}

#side1 h3 {
	color: #8391ab;
  padding: 6px; 
	padding-right: 0;
	margin-left: -7px;
	margin-top: -3px;
	background-color: #efefFF;
	width: 188px;
}
/* new customer? text */
#box h3 {
margin-bottom: -10px;
padding: 3px 0 3px 6px;
}

/* easy access text */
#side1 .adobe_box h3 {
border-bottom: none;
}

#browse h3 {
	margin-bottom: 0;
}
/* headings for side 1 */

/*
END H1 H2 H3 H4 HEADINGS HEADINGS HEADINGS HEADINGS HEADINGS HEADINGS
*/

#alllevels a:link, #alllevels a:visited {
	margin-bottom: 0.3em;
}

#alllevels a:hover, #alllevels a:active {
	margin-bottom: 0.3em;
}

.alllevels a:link, .alllevels a:visited {
	margin-bottom: 0.3em;
}

.alllevels a:hover, .alllevels a:active {
	margin-bottom: 0.3em;
}

#intro a:link, #intro a:visited {
	margin-bottom: 0.3em;
}

#intro a:hover, #intro a:active {
	margin-bottom: 0.3em;
}

#details {
	/*width: 715px;*/
	height: auto;
}

#alllevels {
	padding: 10px; width: 747px;	
/* adjust height of three columns */
	height: auto;
/* adjust height of three columns */
}

.alllevels {
	padding: 10px; width: 725px;
	padding-top: 0;
/* adjust height of three columns */
	height: auto;
/* adjust height of three columns */
}

#border .alllevels {
line-height: 1.3;
}

#subcatborder #alllevels {
line-height: 1.3;
}

#column1 {
  float: left;
  width: 45%;
	margin-right: 40px;
}

/* gap between subject categories */
#border ul li {
  margin-bottom: 3px;
}
#border .column2 ul li {
  margin-bottom: 2px;
}

#subcatborder ul li {
  margin-bottom: 3px;
}
#alllevels #column2 ul li {
  margin-bottom: 2px;
}

#alllevels ul li {
  margin-bottom: 3px;
}
/* gap between subject categories */

.column1 {
  float: left;
  width: 45%;
	margin-right: 40px;
}

#column2 {
  width: 725px;
}

div#hack {
  margin-top: 0;
  margin-bottom: 60px;
	margin-right: 32px;
	float: right;
  width: 45%;
}

/* subject sub-categories - small light grey*/
.subcat {
  color: #999;
}
/* subject sub-categories - small light grey*/

#intro {
	border: 1px solid #E0EBFF;
	background-color: #fff;
	margin-right: 0;
	margin-left: 0;
	padding: 10px 10px 0;
	/* auto adjust height */
	height: auto;
	}

#maincontent {
	clear: both;
	border: 1px solid #E0EBFF;
	background-color: #fff;
	margin: 10px 0 0;
	padding: 5px 10px 15px;
/* auto adjust height */
	height: auto;
}

p.locationpath {
	margin: -5px 0 5px;
}

/* list subject catgories */
ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

/* start essay text styling */
#content p {	
	  line-height: 1.5;
	 	padding-top: 0;
}


/* 'Read part of the answer' text */
p.readanswer {
		padding-bottom: 6px;
}

p.readanswer a {
    padding-bottom: 0;
		padding-top: 0;
		margin-top: 0;
		line-height: 4px;
}

/* The download button + 'Read part of the answer' text */
#intro form {
		margin-top: -10px;
		border-bottom: 1px solid transparent;
		margin-bottom: -10px;
}

/* 'Read part of the answer' text */
form p.readanswer {
		margin-left: 134px;
		margin-top: -20px;
}


p.details {
  padding-bottom: 4em;
	border-bottom: 1px solid #E0EBFF;
}
/* end essay text styling*/ 


/***** start features list ****/
span.red {
color: #ff6600;
font-weight: 500;
}
/***** end features list *****/

/**** start sortable display ****/
#sort li {
	display: inline;
}

#sort {
  padding-bottom: 10px;
	padding-left: 0;
	margin-bottom: -20px;
	margin-top: 10px;
	border-bottom: 1px solid #E0EBFF;
}
/**** end sortable display *****/

.grey {
  color: #666; 
}

.bold {
	background-color: transparent;
	font-weight: 600;
	padding-top: 1em;
	color: #666;
}

/*  centre numbered list content */
ol.vlarge {
	color: #333; 
	font-weight: 100;
	padding: 0.6em 0 1em 2em;
	margin-left: 0;
	line-height: 1.5;
}
/*  centre numbered list content */

/*  end essay styling */

/* removed 11 july 2011
p.vsmall {
	color: #666; 
	font-size: 0.6em;
	font-weight: 100;
	margin-bottom: -0.2em;
	margin-top: -0.2em;
	padding: 0;
	text-align: right;
}

p.vsmallcenter {
	color: #666; 
	font-size: 0.6em;
	font-weight: 100;
	margin-bottom: -0.2em;
	margin-top: -0.2em;
	padding: 0;
	text-align: left;
}*/

/* end main section 
***************************************************/


/*************  START SIDE 1  **************************************/
#side1 {
	float: left;
	padding: 0;
	padding-left: 10px;
	margin-bottom: 10px;
	width: 180px;
	height: auto;	
	color: #666; 
}	

/* start essay text styling */
#side1 p {	
	  line-height: 1.5;
	 	padding-top: 0;
}

.dottedline {
border-bottom: dotted 1px #0066ff;
}

/* start - new customer? */
#box {
	border: 1px solid #E0EBFF;
	background-color: #fff;
	padding: 6px 10px 0;
	margin: 1px 10px 0 -10px;
	width: 180px;
	height: auto;
}
/* end - new customer? */

/* easy access 1 2 3 */
ol {
 	padding: 0 0 0 21px;
	margin: 0;
	line-height: 1.4;
}

ol li {
 	padding-bottom: 3px;
}
/* easy access 1 2 3 */



#grey_horiz_line {
		border-top: 1px solid #E0EBFF;
		margin: 14px 0 12px;
}

.dottedline {
border-bottom: dotted 1px #0066ff;
margin-top: 10px;
}

#dotted_horiz_line {
    border-top: 1px dotted #ff6600;
		margin: 14px 0 12px -10px;
		width: 200px
}

/* END - REGESTER, SIGN IN, PAYMENT, SUBMIT, AND CONTACT BUTTONS */
#greyhorizontalline {
border-bottom: 1px solid #ccc;
margin-top: 20px;
}
/* END - SIGN IN AND REGISTER PAYMENT AND SUBMIT BOXES ***********/
/* start browse  */
#browse {
	list-style-type: none;
	border: 1px solid #E0EBFF;
	background-color: #fff;
	margin: 10px 0 0 -10px;
	padding: 6px 10px 16px;
	padding: 6px 10px 26px;
	width: 180px;
	height: auto;
	line-height: 18px;
	clear:both;
}

#browse ul {
	margin-top: 0;
	border-top: none;
	border: none;
}

#browse ul li:first-child a:hover {
  	border-top: dotted 1px #0066ff;
}


#browse a {
	border: 1px solid #fff;
	border-bottom: dotted 1px #0066ff;
	/*width: 185px;
	margin-left: -7px;*/
}

#browse a:link {
	display: block;
	padding: 3px 0;
	padding-right: 3px;
	text-decoration: none;
	border: 1px solid #transparent;
	background-color: transparent;
}

#browse a:visited {
	display: block;
	padding: 3px 0;
	padding-right: 3px;
	text-decoration: none;
	border: 1px solid #transparent;

	background-color: transparent;
}

#browse a:hover, #browse a:active {
	background-color: transparent;
	background-color: #f8f7ff;
	background-color: #efefFF;
	border: solid 1px #0066ff;
	border: solid 1px #91b7d1;
	border: 1px solid #efefFF;
	border-bottom: dotted 1px #0066ff;
	border-right: solid 3px #0066ff;
}

#browse a:active {
	border-right: solid 3px #ff6600;
}

/* 'About essayzone' text*/
#aboutessayzone a {
	  /*border: none;
		outline: none;*/
		  border: 1px solid #fff;
	border-bottom: dotted 1px #0066ff;
	margin-bottom: -8px;
}

/* div around about us text */
div#myContent{
margin-bottom: -20px;
}


/* 'questions please do ask...' text*/
span#nopadding a:link {
  /*padding-bottom: 20px;
	margin-top: -15px;*/
	color: #0066ff;
	padding: 0;
	border-top: none;
	border-left: none;
	border-right: solid 3px #fff;
}

span#nopadding a:visited {
	/*padding-bottom: 20px;
	margin-top: -15px;*/
	color: #0066ff;
	border-right: solid 3px #fff;
}

span#nopadding a:hover {
	background-color: #fff;
	/*padding-bottom: 20px;
	margin-top: -15px;*/
	border-right: solid 3px #fff;
	border-bottom: solid 1px #0066ff;
}

span#nopadding a:active {
  color: #ff6600;
	border-bottom: solid 1px #ff6600;
}
/* 'questions please do ask...' text*/

/* end browse  */




.adobe_box {
	background-color: #fff;
	padding: 6px 10px 10px;
	margin: 10px 0 0 -10px;
	width: 180px;
	height: auto;
	line-height: 18px;
	border: 1px solid #E0EBFF;
}


span.noborder a {
  border: none;
		outline: none;
}

span.noborder a:hover, span.noborder a:active 
span.noborder a:link, span.noborder a:visited {
	border: none;
		outline: none;
		text-decoration: none;
}

.getadobelogo {
  margin: 10px 0 2px;
}

/*************  END SIDE 1  *******************/

/* START - REGESTER, SIGN IN, PAYMENT, SUBMIT, AND CONTACT BUTTONS */
#signinbutton a:link, #signinbutton a:visited {
    width: 115px;
		width: 100px;
		padding: 4px 8px;
		height: 36px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		background-color: #aaa;
    -moz-border-radius:5px; 
    -webkit-border-radius:5px; 
    border-radius: 5px; 
		margin: 4px 0 20px; 
	   outline: none;
  border: none;
		text-decoration: none;
}
#signinbutton a:hover {	
	cursor: pointer;
		margin: 4px 0 20px; 
		background-color: #ccc;
		 outline: none;
  border: none;
}

#signinbutton a:active {	
	cursor: pointer;
		margin: 4px 0 20px; 
		background-color: #aaa;
		 outline: none;
  border: none;
}


#registerbutton a:link, #registerbutton a:visited {
    width: 115px;
		width: 100px;
		padding: 4px 8px;
		height: 36px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		background-color: #ff6600;
    -moz-border-radius:5px; 
    -webkit-border-radius:5px; 
    border-radius: 5px; 
		margin: 4px 0 20px; 
	   outline: none;
  border: none;
		text-decoration: none;
}

#registerbutton a:hover {		
		cursor: pointer;
		margin: 4px 0 20px; 
		background-color: #FF9900;
		 outline: none;
  border: none;
}


#registerbutton a:active {		
		cursor: pointer;
		margin: 4px 0 20px; 
		background-color: #ff6600;
		 outline: none;
  border: none;
}




input.download {
    background:url(../images/arrow_down_16x16.png) no-repeat;
		background-position: 10% 50%;
		width: 115px;
		width: 100px;
		width: 120px;
		padding: 4px 8px;
		padding: 1px 5px 1px;
		padding: 1px 5px 1px 30px;
		padding: 1px 5px 1px 25px;
		height: 32px;
		height: 27px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		background-color: #33CC33;
		background-color: #2EB82E;
				background-color: #33CC33;
    -moz-border-radius:5px; 
    -webkit-border-radius:5px; 
    border-radius: 5px; 
		margin: 8px 0 4px; 
	   outline: none;
  border: none;
		text-decoration: none;
	
}

input.download:hover {
		cursor: pointer;
		margin: 8px 0 4px; 
		
		background-color: #33CC33;background-color: #5CE600;
background-color: #29A329;
 outline: none;
  border: none;
}

input.download:active {
		cursor: pointer;
		margin: 8px 0 4px; 
		background-color: #2EB82E;
				background-color: #33CC33;
				 outline: none;
  border: none;
}
/* DOWNLOAD BUTTON */







