body {
	/* background: #5C86B2 url(../images/bg.gif) repeat-x top left; */
	background: #d7e2f1;


}

button {
	/*border:1px solid #c4c4ff;*/
	border: 1px solid #c4c4ff;
	border-radius: 3px;
	background: #d7e2f1;
	font-weight: bold;
}

#page {
	width: 728px;
	margin: 0 auto;
}



#page.secondLevelPage {
	width: 930px;
	padding-top: 98px;
	position: relative;
}

#header {
	background: url(../images/wiley-logo.gif) no-repeat right 10px;
	/*margin: 50px 0 15px;*/
	margin: 20px 0 15px;
}

#header h1,
#header h2 {
	text-indent: -999em;
}

#header h1 a,
#header h2 a {
	display: block;
	height: 70px;
	width: 320px;
	background: url(../images/AACClogo.png) no-repeat top left;
	background-size: contain;
	/*overflow: hidden;*/
}

#leaderboard {
	padding-bottom: 20px;
}

.secondLevelPage #header {
	position: absolute;
	top: 20px;
	margin: 0px;
	width: 1200px;
}

#searchWrapper {
	margin-bottom: 10px;
	border: 2px solid black;
}

.secondLevelPage #searchWrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 910px;
	margin-bottom: 0;
}


#contentWrapper1 {
	margin-bottom: 30px;
	width: 728px;
	position: absolute;
}

#contentWrapper {
	margin-bottom: 30px;
	width: 1250px;
	position: absolute;
	top: 160px;
	left: 50%;
	margin-left: -625px;
	/*visibility: hidden;*/
}

#factorAndTests {
	margin-bottom: 30px;
	width: 70%;
	position: absolute;
	top: 160px;
	left: 15%;
	/*visibility: hidden;*/
}

#view-dialog {
	width: 800px;
	height: 500px;
	background: url(../images/bg_greywhite.gif) repeat-x top left;
	background-image: none;
	display: block;
	border: 2px solid black;
}

.ui-dialog-title {
	font-size: 110%;
	/*background: #FFFFFF;*/
}

.ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
	background: #808080;
	border: 2px solid black;
	width: 275px;
	height: 21px;

}

.ui-dialog-titlebar-close {
	float: right;
	top: -50%;
	position: absolute;
	right: .3em;
	margin: 17px 0 0 0;
	padding: 1px;
	width: 40px;
	height: 25px;
}

#content {
	float: left;
	width: 710px;
	margin-right: 30px;
	position: relative;
}

#contentTSWrapper {
	padding-top: 148px !important;
}

#contentSSWrapper {
	padding-top: 530px !important;
}

#contentBPWrapper {
	padding-top: 115px !important;
}

#productDetailWrapper {
	padding-top: 145px !important;
}

#contentRight {
	float: right;
	width: 415px;
	border-left: 1px solid #CCC;
	padding-left: 15px;
}

#contentLeft {
	float: left;
	width: 234px;
	padding-right: 15px;
}

#sideBar {
	float: left;
	width: 190px;
	padding-top: 33px;
}

#footer {
	margin-bottom: 10px;
	text-align: center;
}

#footer1 {
	margin-bottom: 10px;
	text-align: center;
}

#topper {
	/*color: #008000;*/

	height: 30px;
	/*background: #FFF url(../images/bg_greywhite.gif) repeat-x top left;*/
	background: #ffffff;
	border: 1px solid black;
}

/* FLOAT CLEARING ================================================================================ */

.clear:after,
#contentWrapper:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	/*visibility: hidden;*/
}