@charset "utf-8";
/* ### RESET DEFAULT BROWSER CSS ### */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { background: transparent; border: 0; margin: 0; padding: 0; }
body { line-height: 1; }
h1, h2, h3, h4, h5, h6 { color: #404040; font-weight: normal; }
ol, ul { list-style: none; }
blockquote { quotes: none; }
blockquote:before, blockquote:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
a img { border: none; }
a { text-decoration: none;cursor:pointer; }
a:hover{ text-decoration:underline;}
.clear { clear: both; }

/* ### GLOBAL ### */
body { font-family: 'Lucida Sans', 'Lucida Grande', Arial, sans-serif; font-size: 11px; color: #404040;} 
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

p {
    clear: both;
    float: left;
    font-size: 1.3em;
    line-height: 22px;
    margin: 10px 0;
}

#wrapper {
    background-image: url("../images/body_background.png");
    background-position: center top;
    background-repeat: no-repeat;
    height: auto;
    margin: 0 auto;
    min-height: 810px;
    padding: 20px;
    width: 980px;
}

/* ### HEADINGS ### */
h1 { font-size: 14px; font-weight: normal; }


/* ### FORM ### */

/* ### BUTTONS ### */

/* ### TOP ### */

/* #### NAVIGATION #### */
#topbar{
	background-image:url(../images/topbar.png);
	background-repeat:repeat-x;
	width:100%;
	height:5px;
	border-bottom:1px solid #909696;
	}
.drpdwn_indicator{
	background-image: url("../images/dropdown_indicator.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 20px;
    margin-top: -20px;
    padding: 0 !important;
    text-align: center;
    width: 100%;
	}
.dropdownbox{
	background-color: #FFFFFF;
    background-image: url("../images/dropdown_bg.png");
    background-repeat: repeat-x;
    border: 1px solid #A0A0A0;
    height: auto;
    margin-top: 39px;
    position: absolute;
    width: 100px;
	float:left;
	clear:both;
	}
.dropdownbox div{
	float:left;
	width:100%;
	}
.dropdownbox li{
	float:left;
	width:100%;
	clear:both;
	}
/*----Navigation----*/
#navigation{
	float:left;
	width:100%;
	background-color:#ffb30c;
	clear:both;
	}
#navigation ul li{
	float: left;
    list-style: disc inside none;
    padding: 10px 20px;
    width: auto;
	}
.nav ul {
	position: relative;
	position: absolute;
	left: -9999px;
	display: block;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	background-color: #FFFFFF;
}
.nav>li>ul {
	padding-top: 0px;
	z-index: 99;
	top: 33px;
	width: auto;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	border-top: 0px;
}
.nav>li:hover>ul {
	left: -10px;
}
.nav ul li {
	position: relative;
	display: block;
	text-align: center;
	width:100% !important;
	-webkit-transition: height .3s;
	-moz-transition: height .3s;
	-o-transition: height .3s;
	-ms-transition: height .3s;
}
.nav li:hover>ul>li {
	height: auto;
}
.nav ul li a {
	display: block;
	width: 100%;
	color: #a6a6a6;
	text-decoration: none;
	background: #FFFFFF;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-ms-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
	padding: 10px 0 !important;
}
.nav ul li>a:hover, .nav ul li:hover>a {
	background: #FFB30C;
	color: #a1a1a1;
}
.nav>li {
	position: relative;
	list-style:none!important;
}
.nav>li>a {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	color:#303030;
}
.nav>li>a:hover, .nav>li:hover>a {
	color: #dc1821;
	text-decoration:underline;
}
.nav>.dropdown>a {
	padding-right: 26px;
}


.nav>.dropdown>a::after {
	 content: "";
	 position: absolute;
	 
	 border-bottom: 1px solid #9a9a9a;
	 border-right: 1px solid #9a9a9a;
	 -webkit-transform: rotate(45deg);
	 -ms-transform: rotate(45deg);
	 -moz-transform: rotate(45deg);
	 -o-transform: rotate(45deg);
	}
.nav>li:hover>ul {
	left: -1px;
}

.nav ul ul {
	left: -9999px;
	top: 0px;
	z-index: 999;
	width:100px;
}

.nav ul>li:hover>ul {
	left: 98px;
	top: 0px;
	position:absolute;
}
.nav ul>.dropdown>a::after {
	content: "";
	 position: absolute;
	 top: 15px;
	 right: 8px;
	 width: 4px;
	 height: 4px;
	 border-bottom: 1px solid #a6a6a6;
	 border-right: 1px solid #a6a6a6;
	 -webkit-transform: rotate(-45deg);
	 -ms-transform: rotate(-45deg);
	 -moz-transform: rotate(-45deg);
	 -o-transform: rotate(-45deg);
}

.nav ul>.dropdown:hover>a::after, .nav ul>.dropdown>a:hover::after {
	border-color: #a1a1a1;
}
/* ### CONTENT #### */
#headercontent, #bodycontent, #footercontent{
	float:left;
	width:100%;
	clear:both;
	}
#booktitle{
	float:left;
	width:auto;
	}
#topnav{
	float:left;
	width:auto;
	height:auto;
	padding:0 5px;
	background-color:#ffffff;
	border:1px solid #a0a0a0;
	margin-left: -15px;
    margin-top: 25px;
	}
#topnav ul li{
	float:left;
	width:auto;
	}
#topnav ul li a{
	float:left;
	padding:10px;
	white-space:nowrap;
	color:#a0a0a0;
	font-size: 1.15em;
	font-weight:bold;
	}
#topnav ul li .selected{
	text-decoration:underline;
	cursor:default;
	}
#topnav ul li a:hover{
	text-decoration:underline;
	}
#topnav ul li span{
	float:left;
	padding:10px 0px;
	}
	
#bodycontent {
    background-color: #FFFFFF;
    height: auto;
    margin-top: 328px;
    opacity: 0.9;
	filter:alpha(opacity=90);
	border-top:2px solid #a0a0a0;
}
.bodycontent_header {
    background-image: url("../images/content_up.png");
    background-position: 55px top;
    background-repeat: no-repeat;
    clear: both;
    float: left;
    padding-bottom: 33px;
    padding-top: 53px;
    width: 100%;
}
.leftpart {
    float: left;
    margin: 0 20px;
    width: 630px;
}
.rightpart{
	float:left;
	width:266px;
	}
#bookcover{
	float: left;
    margin-top: -150px;
    width: auto;
	margin-bottom: 10px;
	}
.bodycontent_header h1 {
    background-color: #FFFFFF;
    background-image: url("../images/h1_icon.png");
    background-position: left center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #A0A0A0;
    border-top: 1px solid #A0A0A0;
    font-size: 2em;
    font-weight: bold;
    padding: 10px 30px;
}
.resources{
	float: left;
    height: auto;
    margin: 10px 0;
    padding: 20px;
    width: 226px;
	color:#ffffff;
	font-size: 1.7em;
	}
.resources span{
	background-image: url("../images/resources_defaultarrow.png");
    background-repeat: no-repeat;
    float: left;
    height: 20px;
    width: 20px;
	margin-right: 10px;
	}
#lecturerresource{
	background-color:#0ca2b7;
	}
#studentresource{
	background-color:#584085;
	}
#authorblog_section{
	float:left;
	width: 100%;
	margin: 10px 0px;
	}
#authorblog_section ul{
	float:left;
	clear:both;
	width:100%;
	margin-top:10px;
	}
#authorblog_section ul li{
	float:left;
	width:100%;
	margin:10px 0px;
	}
#authorblog_section ul li a{
	text-decoration:underline;
	}
/* ### Footer Section ##*/
#footercontent{
 	background-color: #FFFFFF;
    border-top: 2px solid #A0A0A0;
    height: auto;
}
#footercontent span{
	float: right;
    font-size: 1.1em;
    margin: 10px 40px;
    width: auto;
	}
	
	
/*--------------Blog Page---------*/
#blog_wrapper{
	height: auto;
    margin: 0 auto;
    min-height: 860px;
    padding: 20px;
    width: 980px;
	background-image:url(../images/blog_background.png);
    background-position: 820px -10px;
    background-repeat: no-repeat;
	}
#blog_bodycontent{
	clear: both;
    float: left;
    width: 100%;
	height: auto;
	}
#blog_bodycontent .leftpart{
	margin: 10px 35px 0 0;
    width: 650px;
	}
#blog_bodycontent .bodycontent_header{
	background-image:none;
	width: 80%;
	}
#blog_bodycontent .rightpart{
	background-color: #FFFFFF;
    float: left;
    font-size: 1.1em;
    margin-left: 20px;
    margin-top: 10px;
    opacity: 0.75;
	filter:alpha(opacity=75);
    width: 266px;
	}
.leftpart p{
	width:100%;
	}
#content ul{	
	clear: both;
    float: left;
    font-size: 1.3em;
    line-height: 1.3em;
}
#content ul li{
	clear: both;
    float: left;
	list-style:disc;
	margin-left: 30px;
	}
#blogheader{
	clear: both;
    float: left;
    font-size: 1.2em;
    width: 100%;
	}
#blogdate{
	float: left;
    font-weight: bolder;
    text-align: center;
    width: auto;
	}
#blogdate span{
	font-size: 2em;
	}
#blogheadtags{
	float: left;
    margin-left: 20px;
    margin-top: 10px;
    width: 90%;
	}
#blogheadtags h2{
	margin:0px;
}
#blogheadtags h2 a{
	color:#404040;
}
#blogheadtags a{
	float: none;
    	padding:0px;
	clear:none;
	font-size:1em;
    width: auto;
	}
#blogheadtags ul li{
	float: left;
    margin: 4px;
    width: auto;
	}
#blogheadtags span{
	float: left;
    margin: 4px 2px 4px 0px;;
    width: auto;
	}
#authorblog_section h3{
	font-size: 1.2em;
	}
#moreblogs{
	background-image: url("../images/more_arrow.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #000000;
    font-weight: bold;
    padding-left: 30px;
	}
#lessblogs{
background-image: url("../images/less_arrow.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #000000;
    font-weight: bold;
    padding-left: 30px;
}
.comment_info{
	font-size:1.3em;
}
/*-----End of Blog Page-----*/


#contentpage_wrapper{
	height: auto;
    margin: 0 auto;
    min-height: 860px;
    padding: 20px;
    width: 980px;
	background-image:url(../images/blog_background.png);
    background-position: 820px -10px;
    background-repeat: no-repeat;
	}
 #contentpage_bodycontent{
	clear: both;
    float: left;
    width: 100%;
	height: auto;
	}
#contentpage_bodycontent .bodycontent_header {
    background-image: none;
    width: 80%;
}
#contentpage_bodycontent .leftpart {
    margin: 10px 35px 10px 0;
    width: 80%;
}
p img{
	border: 1px solid #A0A0A0;
    float: left;
    margin-right: 10px;
    padding: 10px;
	}
	
	
/*----Ordering-----*/
.bookscover{
	float:left;
	width:auto;
	height:auto;
	clear:both;
	}
	
.leftpart ol{
	float:left;
	clear:both;
	}
.leftpart ol li{
	clear: both;
    float: left;
    font-size: 1.3em;
    line-height: 1.3em;
    list-style: decimal outside none !important;
    margin-left: 30px;
	}
/*------Resources----*/
#resources-content li{
	clear: both;
    float: left;
    font-size: 1.3em;
    line-height: 1.3em;
    list-style: disc outside none;
    margin-left: 30px;
	margin: 10px 20px;
	}
#resources-content li a{
	text-decoration:underline;
	}
#resources-content h2{
	clear: both;
    float: left;
    margin: 10px 0;
    width: 100%;
	}
/*--------blog---------*/
 
.leftpart form ul li{
	 clear: both;
    	float: left;
    	font-size: 1.3em;
    	line-height: 22px;
	list-style: disc outside none;
    margin-left: 40px;
}
.sep{
	list-style:none!important;
}
.user_cp_form ul li{
	list-style:none!important;
}
.leftpart form h3{
	clear: both;
    float: left;
    font-size: 1.2em;
    padding: 5px 0;
    width: 100%;
}
.leftpart form a{
	width: 100%;
	float: left;
    font-size: 1em;
}
.leftpart form h4{
	clear: both;
    font-size: 1.1em;
    width: 100%;
}
.leftpart form{
	float: left;
    margin: 10px 0;
	width:100%;
}
.liBullet{
	font-size: 1.1em;
    line-height: 1.3em;
    margin: 7px 0 !important;
}
.bookinfo{
clear: both;
    float: left;
    padding-bottom: 0;
    width: 100%;
}
.leftpart form h2{
	font-size: 1.5em;
    margin-bottom: 10px;
}
hr{
	clear: both;
    float: left;
    margin: 15px 0;
    width: 100%;
}
#booknav ul li{
	/*font-size:1em!important;*/
}
.user_login label, .user_function label{
	float:left;
	width:200px;
}
.reminder_link a, .register_link a{
	clear:none!important;
	float:none!important;
	font-size:1em!important;
	padding:0px!important;
	width:auto!important;
}
.buynow{
	width:auto!important;
}
.buynow:hover{
	opacity: 0.75;
	filter:alpha(opacity=75);
}
.buynow img{
	margin-right:0px;
	background-color:#ffb30c;
	color:#FFFFFF;
}
.leftpart form dd{
	font-size:1.3em;
	line-height:1.3em;
}
.nolink{
	font-size:1.3em;
	line-height:1.3em;
	color:#ffb30c;
}
.leftpart form dt a{
	color: #FFB30C;
    font-size: 1.3em;
    font-weight: bold;
}
#glossarynav a{
	float:none;
}
.user_function ul li{
	list-style:none;
}
.leftpart form table{
	clear:both;
	font-size:1.3em;
}
.post textarea{
	height: 125px;
    width: 100%;
}
.post{
	font-size:1.3em;
}
.post p{
	font-size:1em;
}
.user_function ul li{
	list-style:none!important;
	margin:10px 0 !important;
}
.error{
	font-size:15px !important;
	float:left;
	
}
.error p{
	font-size:15px !important;
}
.error p a{
	float:none!important;
	width:auto!important;
	
}
.user_function a{
	width:auto!important;
	float:none!important;
}