body {
	font: 14px Arial, "MS Trebuchet", sans-serif;
}

a {
	color: #555;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#header, #top, #breadcrumb, #left, #container, #right, #bottom, #footer {
	/*border: 1px solid #999;*/
	background-color: #fff;
}


#left, #container, #right
{
	border: 1px solid #cdd5e7;
	/*border-top:none;*/
}

#whole {
	margin: 0 auto;
	width:986px;
}

#header {
	color:#fff;
	width:980px;
	background-color: #3B5998;
	background-image: url("../img/header.jpg");
	height:50px;
	padding:3px;
}

#header li a {
	color:#fff;
}

#logo {
	margin: 10px 10px;	
	width:200px;
	float:left;
}

#logo a{
	font-weight:bold;
	color:#fff;
	font-size:24px;
	text-decoration:none;
}

#top {
	width:980px;
}

#breadcrumb {
	width:980px;
	background-color: #999;
}

#main {
	width:986px;
	float:left;
}

#left {
	width:180px;
	float: left;
	/*background-color: #c99;*/
}

#container {
	width:620px;
	float:left;
	/*text-align: center;*/
	background-color: #fff;
/*	height:650px;*/
}

#debug {
	text-align: left;
	background-color:#fdd;
}

#right {
	width:180px;
	float:right;
	/*background-color: #9c9;*/
}

#bottom {
	width:980px;
	float:left;
	background-color: #999;
}

#footer {
	color:#3B5998;
	width:980px;
	background-color: #fff;
	height:50px;
	padding:3px;
	float:left;
	/*background-color: #99c;*/
	/*background-image: url("/img/footer.jpg");*/
	text-align:center;
}

#copyright {
	margin:10px;
}
#copyright a {
	color:#3B5998;
}


/**end sections declaration ******/

.blockhead {
	height:25px;
	background-image: url("../img/blockhead.jpg");
	/*background-color: #c7002c;*/
	color:#3B5998;
	border-top: 1px solid #ccc;
	/*border-bottom: 1px solid #ccc;*/
	padding: 2px 5px;
}
.blockhead a{
	color:#3B5998;
}

.blockcontent {
	background-color: #fff;
	/*border: 1px solid #ccc;*/
	padding: 2px 5px;
	/*height:600px;*/
	text-align: left;
	margin-bottom:10px;
/*	overflow: none;*/
}

.productblock {
	width:190px;
	height:180px;
	float: left;
	padding: 10px 2px 2px 2px;
}

div.productblock:hover {
	/*border: 1px solid #999;
	margin:0;*/
	background-color: #FFFAD4;
	
}

.productblock, .productblock a, .productblock p, .productblock h4 {
	font: 12px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	text-align: center;
	color: #555;
	text-decoration: none;
	margin: 1px 1px;
}

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

/*******login*********/
.inputArea {
	padding: 5px 5px;
	width:300px;
/*	height:100px;*/
	/*border: 1px solid #999;*/
	margin: 10px auto;
}

#login-form{
	height:130px;
}

#register-form {
	height:300px;
}

#addbook-form {
	
}

.inputArea input[type="text"], 
.inputArea input[type="password"], 
.inputArea input[type="file"],
.inputArea textarea, select{
	font-family: Arial, Sans-Serif;
    font-size: 16px;
/*    margin-bottom: 5px;*/
    display: block;
/*    padding: 5px;*/
    border: solid 1px #85b1de;
    width: 300px;
    background-color: #FFFFFF;
}
.inputArea input[type="text"]:focus, 
.inputArea input[type="password"]:focus, 
.inputArea input[type="file"]:focus,
.inputArea textarea:focus,select:focus {
    border: solid 1px #07f;
    background-color: #FFFBDB;
}

#topmenu {
	float: right;
}



#topmenu a, .navmenu a{
	color: #555;
	text-decoration: none;
}

#topmenu a:hover, .navmenu a:hover, #footer a:hover {
	text-decoration: underline;
}

#topmenu ul{
	list-style: none;
}
#topmenu ul li {
	display: inline;
}

.navmenu ul{
	list-style: none;
	padding: 2px 5px;
	margin: 5px;
}

.navmenu ul li{
	display:block;
}

#bookdetails {
	padding: 5px;
	float:left;
}

#bookdetails #image, #bookdetails #description, #bookdetails #price {
	/*border: solid 1px #ccc;*/
	float:left;
}

#bookdetails #image {
	width:290px;
	text-align: center;
}

#bookdetails #description {
	width:290px;
}

#bookdetails #price{
	width:580px;
	font-size: 18px;
	padding-left:20px;
}

.cartitem {
	height:140px;
}
.cartitem:hover {
	background-color:#FFFAD4;
}


#cartimage, #cartrdescr, #cartprice, #cartdel {
	float:left;
	margin:5px;
}

#cartrdescr, #cartprice, #cartdel {
	width:450px;
}

img#rss {
	margin:0;padding:0;border:none;
}



