/*GLOBAL*/

body, .body {
	margin: 0px;
	padding: 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

hr { color: #000000; }

label { cursor: pointer; }

a, a:hover { color: #003366; }

a { text-decoration: none; }

a:hover { text-decoration: underline; }

.body {
	color: #333333;
	background-color: #BFBFBF;
}

.underline { text-decoration: underline; }

.pagename {
	font-size: 14px;
	font-weight: bold;
	
	color: #003366;	
}

.content { padding: 4px; }

.content, .content td {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}

.topbanner, .topbanner td {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	
	color: #FFFFFF;
	background-color: #343434;
}

.topbannerborder {
	padding: 10px 0 0 16px;
	
	background: url(../../images/topbannerbg.jpg) repeat-y right;
	border-bottom: 4px solid #EBEBEB;
}

.topbannerborder a, .topbannerborder a:hover {
	text-decoration: none;
	
	color: #FFFFFF;
}

.formfields, .form2 .formfields {
	width: 128px;
	
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;

	border: 1px solid #808080;
}

.form2 { padding: 2px; }

.author, .tofrom {
	margin: 5px 0 5px 0;
	
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.author { width: 150px; }

.tofrom { width: 50px; }

.bookbuyer {
	/*border-right: 1px solid #515151;*/
	background-color: #F2F2F2;
}

.bookbuyer th {
	padding: 3px;
	margin: 0 0 10px 0;
	
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	text-align: left;
	
	color: #FFFFFF;
	background-color: #515151;
}

.bookbuyer td {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	
	color: #000000;
	background-color: #F2F2F2;
	border-bottom: 1px dotted #CAC7C7;
}

.bookbuyer a {
	text-decoration: none;
	color: #003366;
}

.sub {
	background-color: #515151;
	border-bottom: 2px solid #494949; 
}

.footernav {
	height: 50px;
	
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	text-align: center;
	
	color: #646464;
	background-color: #E5E5E5;
	border-top: 5px solid #494949;
}

.footernav a, .footernav a:hover { color: #646464; }

.footernav a { text-decoration: none; }

.footernav a:hover { text-decoration: underline; }

.copyright, .rf, select {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
}

.copyright {
	height: 50px;
	
	text-align: center;
	
	color: #6D6D6D;
	background-color: #FDFDFD;
}

.rf th {
	padding: 2px;
	
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	text-align: left;
	
	color: #003366;
}

.rf {
	padding: 4px;
	height: 242px;
	
	border-bottom: 1px solid #BBBBBB;
}

.rf .link, .rf .image { background-color: #EBEBEB; }

.rf .image { border-top: 1px solid #FFFFFF; }

.rf a { text-decoration: underline; }

.rf a:hover { text-decoration: none; }

.rf .empty {
	padding: 0px;
	margin: 0px;
	
	border-bottom: 1px dotted #CAC7C7;
}

.rf a, .rf a:hover, .bestseller a { color: #003366; }

.bestseller {
	line-height: 12px;
	
	background-color: #EFEFEF;
}

.bestseller th {
	padding: 3px;
	margin: 0 0 10px 0;
	
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	text-align: left;
	
	color: #FFFFFF;
	background-color: #003366;
}

.bestseller td {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	
	color: #000000;
	background-color: #F2F2F2;
	border-bottom: 1px dotted #CAC7C7;
}

.bestseller a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.newreg {
	padding: 5px;
	
	background-color: #E6EAF0;
	border: 1px solid #3E5E89;
}

.req_star { color: #CC3300; }

.errormsg {
	padding: 5px 20px 5px 45px;
	
	text-align: left;
	
	background: #fff6bf url(../../images/alert.gif) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}

.infomsg {
	padding: 5px 20px 5px 45px;
	
	text-align: left;
	
	background: #F8FAFC url(../../images/info.gif) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	border-top: 2px solid #B5D4FE;
	border-bottom: 2px solid #B5D4FE;
}