@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: MWP;
	font-weight: 700;
    src: url('fonts/MYRIADW0.eot');
}

body {
	margin: 0px;
	background-color: #E5E531;
}

.admin {
	font-family: Arial;
	font-size: 13px;
	margin: 0px;
	background-color: white;
}

td, p, div {
	
	font-size: 11px;
	margin-top: 0px;
	color: black;
}

h2 {
	color:#003366;
}

h4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
}

a {
	text-decoration: none;
	color: #0083D7;
}


a:hover {
	text-decoration: underline;
	color: white;
}

.search {
	font-size: 11px;
	background-color: #EB3C19;
	height: 18px;
	border: 0px;
	color: white;
}

.news {
	border: 2px solid #fff;
	margin-top: 10px;
	padding: 8px;
	background-color: #FEE361;
	min-height: 110px;
	/* overflow: hidden; */
}

.news p {
	font-family: MWP, Tahoma;
	color: black;
	margin-bottom: 5px;
}

.news img {
	margin-right: 4px;
	border: 3px #FFFFFF solid;
}

.zaviri {
	clear:left;
	float:left; 
	margin-top: 2px;
}

.date {
	font-size: 16px;
	font-weight: bold;
	color: white;
}

form {
	padding: 0px;
	margin: 0px;
}

input[disabled][type=text], input[disabled][type=password] {
	background-color: #FDE884; 
	color: black;
}

input.text {
	font-size: 10px;
	height: 12px;
}

input.login {
	font-size: 12px;
	width: 200px;
}

input.login2 {
	font-size: 12px;
	width: 300px;
}

input.login3 {
	font-size: 12px;
	width: 100px;
}

.menu{
	width: 94px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-right: 3px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
	cursor: pointer;
}

.vmenu{
	width: 158px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 3px;
	margin: 2px;
	text-align: right;
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer;
}

#heading {
	width: 161px;
	margin: 2px;
}

#hright {
	width: 252px;
	padding: 2px;
	text-align: center;
}

#content {
	width: 246px;
	margin: 1px 0px 2px 2px; /* top, right, bottom, left */
	text-align: left;
	background-color: #FFC62C;
	color: white;
	padding: 3px;
	border-bottom: 3px solid white;
}

#body {
	margin: 0px 10px 0px 10px;
	padding: 4px;
}

#home {
	margin: 0px 10px 0px 10px;
	background-color: #FBD944;
	width: 561px;
}

#home img {
	border: 3px #FFFFFF solid;
}

#home p, td, li, ul {
	font-family: MWP, Tahoma;
	font-size: 12px;
	color: black;
}

#home a {
	font-family: MWP, Tahoma;
	font-size: 12px;
	color: black;
	text-decoration: none;
}

#home a:hover {
	font-family: MWP, Tahoma;
	font-size: 12px;
	color: black;
	text-decoration: underline;
}

#homeBanner {
	margin: 0px 10px 0px 10px;
	width: 555px;
}

#books {
	margin: 0px 10px 0px 10px;
	border: 3px #FFFFFF solid;
	background-color: #FBD944;
	width: 555px;
	/* height: 696px; */
}

#books h3 {
	font-size: 14px;
	color: black;
}

#books h4 {
	margin-top: 0px;
	font-size: 13px;
	color: black;
}

#books p, td {
	font-family: MWP, Tahoma;
	font-size: 12px;
	color: black;
}

#books li, ul {
	font-family: MWP, Tahoma;
	font-size: 12px;
	color: black;
}

#books a {
	font-family: MWP, Tahoma;
	font-size: 12px;
	color: black;
	text-decoration: none;
}

#books a:hover {
	font-family: MWP, Tahoma;
	font-size: 12px;
	color: black;
	text-decoration: underline;
}

#foot {
	font-size: 11px;
	color: white;
}

.price {
	border: 2px solid white;
	padding: 4px;
	background-color: #FC7215;
	color: white;
	font-size: 12px;
}

.underline {
	border-bottom: 1px dashed #EE4611;
}

.overline {
	border-top: 1px dashed #EE4611;
}

.heading {
	padding-bottom: 2px;
}

a.navigate {
	color: black;
}

a.navigate:hover {
	color: black;
	text-decoration: underline;
}

.current {
	color: #0083D7;
}