/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
*{
	margin: 0;
	padding: 0;
}

body {
	/*background: #f7f7f7 url(../images/img01.jpg) repeat-x left top;*/
	background:url(../images/background.png) repeat #DFDFDF;
    color: #555555;
    font-family:helvetica,arial,sans-serif;
    font-size: 13px;
    line-height: 22px;
}

div.rounded{
	 -moz-border-radius: 7px 7px 7px 7px;
    -moz-box-shadow: 0 1px 2px #DADEE1;
	
	border-radius: 7px 7px 7px 7px;
	box-shadow: 0 1px 2px #DADEE1;
	
	-webkit-border-radius: 7px 7px 7px 7px;
	-webkit-box-shadow: 0 1px 2px #DADEE1;	
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
}


h1, h2, h3 {
	font-family: Georgia,Times,"Times New Roman",serif;
	font-weight: normal;
	color: #007FA3;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.1em;
}

h2 {
	font-size: 1.3em;
	font-weight:bold;
}

h3 {
	font-size: 1.2em;
}

p, ul, ol {
	text-align: left;
}

p{
	margin-bottom:8px;
}

p, td{
	text-align: left;
	color:#555;
}

ul {
}

ol {
}

a {
	color: #007FA3;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.thumb {
	padding:2px;
	/*border: #D9D785 1px solid;*/
}

img.left {
	float: left;
	margin: 0 15px 0 0;
	padding:2px;
	border: 1px solid #CCCCCC;
}

img.right-noborder {
	float: right;
	margin: 0 0 0 15px;
	padding:2px;
	border: none;
}

img.left-noborder  {
	float: left;
	margin: 0 15px 0 0;
	padding:2px;
	border: none;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
	padding:2px;
	border: 1px solid #CCCCCC;
}

.text1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0 0 0 15px;
	padding: 90px 20px 0px 30px;
	font-size: 30px;
	color: #FFFFFF;
}

div.spacer{
	clear:both;
	height:10px;
}

/*-------- Header --------*/

#header {
	width: 920px;
	height: 100px;
	margin: 0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding:0;
}

/*-------- Logo --------*/

#logo {
	float: left;
	height:68;
	width:180;
	margin-top: 20px;
}

#logo h1, #logo h2, #logo p {
	float: left;
	margin: 0;
	text-transform: lowercase;
}

#logo h1 {
	padding-left: 10px;
	text-align: center;
	font-size: 3.2em;
	color: #FFFFFF;
}

#logo h1 a {
	color: #FFFFFF;
}

#logo p {
	padding-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	color: #FFFFFF;
}

#logo h2 a, #logo p a {
	letter-spacing: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#logo a {
	text-decoration: none;
}

/*-------- main Menu ----------*/

#menus{
	float:right;
	width:650px;
}

#menu {
	clear:both;
}

#menu ul {
	margin-top:15px;
	float: right;
	display: inline;
	list-style: none;

}

#menu li {
	display: inline;
	margin-left:15px;
}

#menu a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;
	font-size: 13px;
	color: #333;
}

#menu a:hover {
	color: #7DBCDF;
	text-decoration:underline;
}

#menu .current_page_item a {
}

/*------------- iconMenu ------------*/

#iconMenu {
	margin-top:18px;
	float: right;
	clear:both;
height: 28px;
overflow:visible;
/*width:200px;*/
}

#iconMenu ul {
	margin: 0;
	list-style: none;
}

#iconMenu li {
	display: inline;
	margin-right:10px;
	height:30px;
	width:30px;
}

#iconMenu a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size: 18px;
	color: #FFFFFF;
}

#iconMenu a:hover {
	text-decoration:none;
}


/*------------ Main Content -----------*/

#page {
	width: 920px;
	margin: 0 auto;
	padding: 30px 10px 10px;
	
    background-color: #FFFEFF;
	border: 1px solid #CCCCCC;
}

#nobackground-page{
	width: 920px;
	margin: 0 auto;
	padding: 0px 0px 10px;
	
	border:none!important;
	background-color:transparent!important;
}

#contentLeft {
	float: left;
	width: 590px;
	padding: 0px 15px 0px;

	}

#contentWide{
	padding: 0px 20px 0px 20px;
	margin: 0 auto;
	overflow:hidden;
}

#contentLeft h1,
#contentWide h1 {
	color:#555;
    font-size: 30px;
    line-height: 1em;
    text-rendering: optimizelegibility;
    text-shadow: 0 1px 0 #FFFFFF;
}

#contentLeft h2,
#contentWide h2{
	color:#555;
    font-size: 17px;
    line-height: 1em;
    text-rendering: optimizelegibility;
    text-shadow: 0 1px 0 #FFFFFF;
}

#contentLeft .entry,
#contentWide  .entry{
	margin-top: 20px;
	padding-bottom: 5px;
	border: none;
}

#contentLeft .meta{
	margin-top: 5px;
	padding: 0;
	line-height: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B4B4B4;
}

#contentLeft .meta a {
	color: #B4B4B4;
}

/*------- book list --------- */

div.bookList{
	margin-bottom:20px;

}

div.bookList div.left{
	padding:10px;
	text-align:center;
	float:left;
	width:24%;
}

div.bookList div.right{
	padding:10px 0 20px 5px;
	text-align:center;
	float:left;
	width:70%;
	clear:right;
}

div.separator{
	background:url(../images/separator.png) center center no-repeat;
	padding:8px 0;
	clear:both;
	height:10px;
}

h2.bookTitle{
	font-size:1.2em;
}

h2.bookTitle a{
	text-decoration:none;
}

div.bookMeta{
	margin: 5px 0;
	padding: 0;
	line-height: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#AFA4A4;
}
div.priceMeta{
	margin-top:10px;
	font-size:110%;
}
div.priceMeta span{
	font-weight:bold;
}

form.addToCart{
	float:right;
	margin-top:8px;
}

/*------------ sidebar -----------*/

#sidebar {
	float: right;
	width: 250px;
	padding: 0px 10px 20px 30px;
	border-left: #CCCCCC 1px solid;
}

#sidebar h1 {
 	color: #555555;
    font-size: 20px;
    line-height: 1em;
    text-rendering: optimizelegibility;
    text-shadow: 0 1px 0 #FFFFFF;
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom: #CCCCCC 1px solid;
}

#sidebar h2 {
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

#sidebar p{
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
}

#sidebar .more {
	padding-left: 20px;
}


.sideMod{
	margin-bottom:15px
}

.h1{
	margin-bottom:15px
}


ul.sideMenu{
	padding: 0 5px 10px 15px;
}

ul.sideMenu li{
	list-style-type:none;
	
}

ul.sideMenu li a{
	font-size:13px;
	text-decoration:none;
	/*color:#333333;*/
}

ul.sideMenu li span{
	font-size:13px;
	font-weight:bold;
	color:#007FA3;
}

ul.sideMenu li a:hover{
	text-decoration:underline;
}


/*------------ home page  ---------- */

.sub-column50 {
	padding: 5px
}
.column50-row {
	background-color:#fff;
	clear:both;
	margin-bottom:15px;
	padding:15px 0; 
	
    border: 1px solid #BCBABA;
	height:115px;
	width:95%;
	margin-left:auto;
	margin-right:auto;
}
.column50-row a.textLink{
	text-transform:capitalize;
	display:block;
	clear:both; 
	margin-top:8px;
	text-decoration:none;
    font-size: 16px;
    text-rendering: optimizelegibility;
    text-shadow: 0 1px 0 #FFFFFF;
}

#column50 {
	background-color:#F2F2F3;
	width:44.5%;
	padding:20px; 
    -moz-border-radius: 7px 7px 7px 7px;
    -moz-box-shadow: 0 1px 2px #DADEE1;
    border: 1px solid #BCBABA;
}
#column50 h1 {
	text-align:center; 
	margin-bottom:10px; 
	color:#C41616;
}

#column50 h2 {
	text-align:center; 
	font-weight:100;
	margin-bottom:25px; 
	color: #555;
}

h2.columnHeaderh2 {
	text-align:center; 
	font-weight:100;
	margin-bottom:15px; 
	color: #555;
}

h1.institutionsTitle{
	
}

div.institutionsTitleDiv{
	border-bottom: 1px solid #CCCCCC;
    margin: 15px 0 20px 0;
    padding: 15px 0 20px 5px;
	
}

a.rightLink{
	display:block;
	float:right;
	margin:8px;
}

p.uni-address{
	float:right;
	width:50%;
	text-align:right;
}

.right{float:right}
.left{float:left}

.center{text-align:center!important}
.clear{clear:both}

div.btnRow{
	margin:25px 0;
}

div.btnRow a.left{
	float:left
}

div.btnRow a.right{
	float:right
}

/* big button */

a.button {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #0D007F;
    display: block;
    float: left;
    font: bold 15px arial, sans-serif;
    height: 48px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 28px;
    padding: 10px 0 10px 18px;
} 

a.button:hover {
    background-position: bottom right;
    color:#504C6F;

    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
    background-position: bottom left;
    padding: 10px 0 10px 18px; /* push text down 1px */
} 

/* smaller button */


a.buttonSmall {
    background: transparent url('../images/bg_button_a-small.gif') no-repeat scroll top right;
    color: #0D007F;
    display: block;
    float: left;
    font: bold 12px arial, sans-serif;
    height: 38px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.buttonSmall span {
    background: transparent url('../images/bg_button_span-small.gif') no-repeat;
    display: block;
    line-height: 18px;
    padding: 10px 0 10px 18px;
} 

a.buttonSmall:hover {
    background-position: bottom right;
	color:#504C6F;
    outline: none; /* hide dotted outline in Firefox */
}

a.buttonSmall:hover span {
    background-position: bottom left;
    padding: 10px 0 10px 18px; /* push text down 1px */
}

/*----------- Forms ----------*/

 
 
fieldset { border: 1px solid #ccc; }
legend { background: #fff; }
textarea, input[type='text'], select { border: 1px solid #ccc; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #888; outline: 2px solid #ddd; }
input[type='button'], input[type='submit'], input[type='checkbox'], input[type='image'], input[type='radio'], input[type='reset'], select, button { cursor: pointer; }
input[type='hidden'] { display:none; }

fieldset { padding: 0 1em 1em 1em; margin: 1.6em 0; }  
legend { padding: 0 .8em 0 .8em; }
legend+* { margin-top: 1em; }  
textarea, input[type='text'], input[type='password'] { padding: .1em 0 .1em .4em; }
option { padding: 0 .4em .1em; }
form div { margin-bottom: .8em; }
button, input[type='button'] { padding: .2em .3em .2em .1em; line-height: 100%; }


div.row{
	margin:5px 0;
	clear:both;
}

div.row label{
	float:left;
	width:210px
}

div.row input{
	float:left;
	width:190px
}

/*----------- Hide / Reveal checkout panels ----------*/

div#panelWrapper{
	position:relative;
	clear:both;
	overflow:visible;
	height:320px;
}

div#coursecentre{
    position:absolute;
	top:0;
	left:0;

}

div#postal{
	position:relative;

}

/*----------- Tables ----------*/

table{
    border-collapse: collapse;   
}

table td{
	background: #fff;
	padding: 4px;
	color: #4f6b72;
}

table *{
	color: #4f6b72;
}

/*--------- bottom content ----------*/

#bottomContent {
    border: 1px solid #E8E8E8;
 	-moz-border-radius: 7px 7px 7px 7px;
	
	border-radius: 7px 7px 7px 7px;

	-webkit-border-radius: 7px 7px 7px 7px;

    clear: both;
    color: #CCCCCC;
    margin: 15px auto 20px;
    padding: 10px 0 0;
    width: 850px;
}

#bottomContent ul.flat{
	padding: 0 auto 0 auto;

}
#bottomContent ul.flat li{
	display:inline;
	margin:5px 12px;

}

#bottomContent a {
	text-decoration: none;
	color: #666666;
}

#bottomContent a:hover {
	text-decoration: underline;
}
/*----------- Footer ----------*/

#footer-bg {
	/*background: url(../images/footer.jpg) no-repeat center top;*/
}

#footer {
	width: 920px;
	margin: 0 auto;
	font-size: 11px;
	padding-top:15px;
}

#footer p {
	color: #666;
	margin: 0;
	padding: 0 10px 15px 10px;
}

#footer a {
	color: #666;
}

#legal {
	float: left;
}

#links {
	float: right;
}

