@charset "utf-8";
body {
	background-image: url(images/bg.jpg);
	/*background-color: #fcfcfc;*/
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: auto;
	color: #4D4D4D;
}
.padding {
	padding: 0px 5px;
}
img {
	border: 0px;
}
.login {
	background-image: url(images/bg_login.jpg);
	background-position: top;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding: 12px 0px 0px 10px;
	margin: 0px;
}
.login input {
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	background:  #FFFFFF;
	width: 120px;
	margin: 0px;
	height: 18px;
}
.left_nav {
	background-color: #cccccc;
	color: #333333;
	height: 24px;
	font-weight: bold;
	font-size: 13px;
	padding: 0px 0px 0px 24px;
}
.search {
	border-top: #bbbaba 2px solid;
	border-bottom: #bbbaba 2px solid;
	border-left: none;
	border-right: none;
	width: 120px;
	margin: 0px;
	color: #666666;
	font-size: 10px;
	height: 16px;
}
.nopad {
	margin: 0px;
	padding: 0px;
}
.text {
	background-image: url(images/bg_text.jpg);
	background-repeat: repeat-y;
}
.titles {
	color: #6c8cb9;
	font-size: 12px;
	font-weight: bold;
}
.header {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px; 
}
.price {
	color: #000000;
	font-weight: bold;
}
a {
 color: #ce9019;
 text-decoration: underline;
}
a:hover {
	color: #0066CC;
}

.bluelinks a:link{
	color: #6c8cb9;
}
.bluelinks a:active{
	color: #6c8cb9;
}
.bluelinks a:hover{
	color: #666666;
	text-decoration: none;
}

/* link layout with different link color */
A.navlinks:link {COLOR:#000000; FONT-WEIGHT: bold; TEXT-DECORATION: none}

A.navlinks:visited {COLOR:#000000; FONT-WEIGHT: bold; TEXT-DECORATION: none}

A.navlinks:hover {COLOR:#ce9019; FONT-WEIGHT: bold; TEXT-DECORATION: underline}

A.navlinks:active {COLOR:#ce9019; FONT-WEIGHT: bold; TEXT-DECORATION: underline}

/* link layout with different link color */
A.pages:link {COLOR:#333; FONT-WEIGHT: bold; TEXT-DECORATION: none}

A.pages:visited {COLOR:#333; FONT-WEIGHT: bold; TEXT-DECORATION: none}

A.pages:hover {COLOR:#ce9019; FONT-WEIGHT: bold; TEXT-DECORATION: underline}

A.pages:active {COLOR:#ce9019; FONT-WEIGHT: bold; TEXT-DECORATION: underline}

.footer {
	background-image: url(images/footer_line.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 5px 0px 0px 0px;
	color: #3f6894;
	font-size: 10px;
}
img {
	border: none;
}

input {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	color: #333333;
	border:1px solid #AAAAAA;
	height: 16px;
}

.button {
	color: #ffffff;
	background-color:#359cdd;
	border:1px solid #666666;
	height: 16px;
}

select {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	color: #333333;
}

.checkbox {
	border: none;
}

.button_navi {
	color: #ffffff;
	background-color:#359cdd;
	border:0px ;
	height: 20px;
	width: 60 px;
}
.text_12 {
	font-size: 12px;
}
.booktitle {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.resource-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}