@charset "utf-8";
/* CSS Document */
@import url("reset.css");
@import url("common.css");

body{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:10px;
	}
*html {margin:0px; padding:0px;}

.clear{ float:none; clear:both;}

#wrapper{
	width:1000px;
	padding:0px;
	margin:auto;
	}
#header{
	width:980px;
	padding:0px 10px;
	}
#header .heading{
	color:#c0c0c0;
	text-align:center;
	padding-bottom:13px;
	}
#header .logo{
	width:797px;
	float:left;
	padding-bottom:10px;
	}
#header .logo h1{
	padding:0px;
	margin:0px;
	}
#header .logo li{
	float:left;
	padding-top:10px;
	padding-left:5px;
	list-style-type:none;
	}

.navigation {
	cursor:pointer;
	text-decoration:none;
	background: url(../images/nav-bg.gif) no-repeat right top #f3f8fe;
	padding-right:6px; 
	display:inline-block;
	line-height:18px;
	height:18px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color:#000 !important;
}

span.navigation {
	vertical-align: middle;
}

.navigation span { 
	
	background: url(../images/nav-bg.gif) no-repeat left top #f3f8fe;	
	padding-left:6px;
	line-height:18px;
	height:18px;
	display:inline-block;
	color:#000 !important;
}

.navigation span span {
	background:none;
	padding:0;
}
.hline2{
	background:url(../images/hline.gif) repeat-x left center;
	height:0px;
	font-size:1px;
	line-height:1px;
	}
#header .shopingcart{
	width:183px;
	float:left;
	}
#header .shopingcart a{
	text-decoration:underline;
	color:#333333;
	font-weight:bold;
	}
#header .shopingcart a:hover{
	text-decoration:none;
	}
#search-contents{
	width:980px;
	background-color:#E4531A;
	padding:5px 10px;
	height:27px;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	}
#search-contents .search{
	width:490px;
	padding-top:3px;
	float:left;
	}
#search-contents .search span{
	padding:0px 4px;
	}
#search-contents .search select{
	border:1px solid #00576a;
	}
#search-contents .signup{
	width:490px;
	float:left;
	display:block;
	text-align:right;
	line-height:32px;
	}
#search-contents .signup a{
	color:#fff;
	text-decoration:underline;
	}
#search-contents .signup a:hover{
	color:#fff;
	text-decoration:none;
	}
/*main contant holder*/
#main-content{
	width:980px;
	padding:10px;
	}

/*left contant holder*/
#left-holder{
	width:181px;
	float:left;
	padding-right:10px;
	}

#left-holder .browse-category .browse-heading{
	background:url(../images/browse-category.jpg) no-repeat;
	width:167px;
	padding-left:14px;
	height:21px;
	font-size:12px;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	line-height:21px;
	}
#left-holder .browse-category .category{
	border:1px solid #c7c7c7;
	padding:12px;
	}
#left-holder .browse-category .category ul li{
	list-style-type:none;
	}
#left-holder .browse-category .category ul li a{
	color:#333333;
	text-decoration:underline;
	line-height:20px;
	font-weight:bold;
	}
#left-holder .browse-category .category ul li a:hover{
	text-decoration:none;
	}
.hline{
	background:url(../images/hline.gif) repeat-x bottom;
	height:1px;
	font-size:1px;
	line-height:1px;
	}	
.booksofthe-week{
	padding-top:20px;
	}
.booksofthe-week .books-heading{
	background:url(../images/books-heading-bg.jpg) no-repeat;;
	width:167px;
	padding-left:14px;
	height:21px;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	line-height:21px;
}
.booksofthe-week .books-contents{
	border:1px solid #c7c7c7;
	color:#003399;
	padding:3px;
	margin-bottom:20px;
	}
.booksofthe-week .books-contents img{
	float:left;
	padding:5px 5px 20px 0px;
	}
.left-imagethumb img{
	padding:20px 0px;
	outline:none;
	border:none;
}
.booksofthe-week .books-contents a{	
	color:#003399;
	font-weight:normal;
	}
.booksofthe-week .books-contents a:hover{
	text-decoration:underline;
	}
.booksofthe-week .books-contents a span{	
	background:url(../images/cart.jpg) no-repeat top right;
	color:#003399;
	font-weight:bold;
	padding-right:22px;
	}
.booksofthe-week .books-contents a:hover span{
	text-decoration:underline;
	}
	
/*books holder start here*/	
#books-holder{
	width:413px;
	float:left;
	padding-right:10px;
	}
#books-holder .books-banner{
}
.book-list{
	width:413px;
	}
.book-list .books-thumb{
	width:133px;
	float:left;
	padding-right:12px;
	}
.book-list .books-thumb a img{
border:none;
}
.book-list .books-detail{
	width:268px;
	float:left;
	}
.book-list .books-detail span{
	color:#000;
	font-weight:bold;
	line-height:16px;
	}
.book-list .books-detail a{
	font-size:12px;
	font-weight:bold;
	color:#037087;
	}
.book-list .books-detail a:hover{
	color:#037087;
	text-decoration:underline;
	}
.book-list .books-detail li{
	padding:0px;
	margin:0px;
	line-height:30px;
	list-style-type:none;
	}
	
.book-list .books-detail li span{
	width:150px;
	font-weight:bold;
	float:left;
	}
	
.book-list .books-detail dt{
	width:100px;
	font-weight:bold;
	float:left;
	line-height:30px;
	}

.book-list .books-detail dd{
	width:100px;
	float:left;
	line-height:30px;
	}

	
.button {
	cursor:pointer;
	text-decoration:none;
	background: url(../images/button1.gif) no-repeat right top #f3f8fe;
	padding-right:6px; 
	display:inline-block;
	line-height:22px;
	height:22px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color:#fff !important;
}

span.button {
	vertical-align: middle;
}

.button span { 
	
	background: url(../images/button1.gif) no-repeat left top #f3f8fe;	
	padding-left:6px;
	line-height:22px;
	height:22px;
	display:inline-block;
	color:#fff !important;
}

.button span span {
	background:none;
	padding:0;
}
.hline2{
	background:url(../images/hline.gif) repeat-x left center;
	height:0px;
	font-size:1px;
	line-height:1px;
	}
	
/*seller holder contents start*/	
#seller-holder{
	width:181px;
	float:left;
	padding-right:10px;
	}
#seller-holder .books-articles{
	width:161px;
	padding:5px 10px 10px 10px;
	border:1px solid #eeeeee;
	}
#seller-holder .books-articles .best-tenseller li{
	padding-top:15px;
	list-style-type:none;
	}
	
#seller-holder .books-articles .best-tenseller li span a{
	color:#333333;
	font-weight:bold;
	text-decoration:none;
	}
	#seller-holder .books-articles .best-tenseller li span a:hover{
	text-decoration:underline;
	}	

#seller-holder .books-articles .best-tenseller li a{
	color:#333333;
	font-weight:normal;
	text-decoration:underline;
	}
	#seller-holder .books-articles .best-tenseller li a:hover{
	text-decoration:none;
	}
	
/*Adds holder contents start*/	
	
	
#add{
	width:172px;
	float:left;
	}
#add .adds-banner{
	padding-bottom:10px;
	}
	
/*footer holder contents start*/
#footer{
	background:url(../images/hline.gif) repeat-x  top left;
	margin-top:20px;
	}
#footer .link{
	padding-top:20px;
	text-align:center;
	color:#333333;
	}
#footer .link a{
	color:#333333;
	text-decoration:none;
	}
#footer .link a:hover{
	color:#da251c;
	text-decoration:underline;
	}
#footer .link img{
	padding:10px;
	}
#footer .copyright{
	float:left;
	width:490px;
	color:#666666;
	}
#footer .copyright a{
	color:#da251c;
	}
#footer .copyright a:hover{
	color:#000000;
	text-decoration:underline;
	}
#footer .designcompany{
	float:left;
	width:490px;
	color:#666666;
	text-align:right;
	}
#footer .designcompany a{
	color:#666666;
	}
#footer .designcompany a:hover{
	color:#000;
	text-decoration:underline;
	}
