/* @override
	http://otherindiabookstore.com/style.css */


* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

body{
background-color:#ccc;
background: url('images/bg.png') repeat-y;

color:#444;
font:1.4em/1.6 Helvetica, Arial, sans-serif;
margin:0;
padding:0}

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

a:hover {
	color: #111;
}

#aboutus ul li a:hover {
    text-decoration: underline;
}
#container {
	background: url('images/bg.png') repeat-y;
	width: 970px;
	padding: 0 20px 0 25px;
}

#logo {
	background: url('images/oib-logo.jpg') no-repeat;
	height: 210px;
	text-indent: -9999px;
	width: 990px;

	margin: 0px 0px 0px -25px;
}

#logo h1 {
	font-size: 48px;
	padding: 10px;
	margin: 0;
}

#header {
	width: 990px;
	margin: 0 auto 25px auto;
	

}

 #nav {
	width: 990px;
	float: left;
		background-color: #bfd392;
		margin-bottom: 20px;
		margin-left: -25px;
}

#nav ul {
	float: right;
	margin: 10px 0 10px 0;
	padding-right: 25px;
}

#nav ul li, #header #nav ul form  {
	float: left;
	list-style-type: none;
	margin-right: 10px;
	font-size: 10px;
}

 #nav ul li a {
	font-weight: bold;
	font-size: 12px;
	color: #000;
}

#searchform {
	background: url('images/searchbar.png');
	width: 182px;
	height: 24px;
	margin-top: 10px;
}

#s {
	width: 145px;
	margin-left: 25px;
	margin-top: 6px;
	outline: none;
	border: none;
}


div#shoppingcart {
	margin-right: 45px;
	float: right;
	 text-align: center;
	 margin-top: 6px;
}

div#shoppingcart a {
	color: #fff;
}

#sidebar {
	width: 180px;
	float: left;
	background-color: #fcfcfc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 5px 10px 15px 10px;
	border: 1px solid #ddd;
	margin-bottom: 25px;
}


#sidebar ul#categories {
	margin-top: 10px;
	margin-left: 10px;
}

#sidebar ul#categories li {
	list-style-type: none;
	line-height: 18px;
}

#content {
	width: 740px;
	float: left;
	margin-left: 25px;
}

ul#bookthumbs {
	margin-top: 60px;
}

ul#bookthumbs li {
	float: left;
	width: 200px;
	margin-right: 45px;
	margin-bottom: 20px;
}

ul#bookthumbs li a img {
	padding: 5px;
	background: #eaeaea;
	border: 1px solid #ccc;
}

.blueBold, .listprice {
	 background:rgb(255, 117, 0);
	 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 142, 0, 1)), to(rgba(240, 72, 0, 1)), color-stop(.7,rgba(255, 117, 0,1)));
	 color: rgb(255,255,255);
	 padding: 3px 10px;
	 -webkit-border-radius: 12px;
	 border: 1px solid rgba(61, 23, 0,.3);
	 -webkit-box-shadow: rgba(255,255,255,1) 0px 1px 0px;
	 text-shadow: rgba(61, 23, 0,.5) 0px -1px 0px;
	 font-size: 10px;
	 color: #fff;
}

a.blueBold:hover, .listprice:hover {
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 128, 0, 1.0000)), to(rgba(245, 54, 0, 1.0000)), color-stop(.7,rgba(246, 85, 0, 1.0000)));
    color: #eee;
}

#shoppingcart .blueBold {
	font-size: 12px;
	padding: 4px 15px;
}

.blueBold {
	bottom: 0;
}
.copyrightTxt {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.whiteBold {
	font-size: 11px;
	font-weight: 700;
	color: #FFFFFF;
	text-decoration: none;
}
.orangeCatLink {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

.homeTxtBold {
	font-size: 15px;
	color: #333;
	line-height: 18px;
	font-weight: bold;
	display: block;
	text-transform: capitalize;
	margin-top: 10px;
	margin-bottom: 10px;
}

.blueBoldTitle {
	font-size: 13px;
	font-weight: 700;
	color: #00467D;
}
.homeTxtAuthor {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	display: block;
	font-style: italic;
}
.homeTxtBoldPrice {
	font-size: 12px;
	font-weight: 700;
	color: #000000;
	float: left;
	width: 150px;
	margin-bottom: 5px;
}
.mandatory {
	font-size: 9px;
	font-weight: normal;
	color: #FF0000;
}

div#newreleases {
	float: left;
	width: 500px;
	margin-top: 16px;
	height: 12px;
	border-bottom: 1px solid #aaa;
}

div#newreleases div {
	font-family: georgia, times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	display:inline;
	background-color: #f2f2f2;
	padding: 0 20px;
	margin-left: 50px;
}

#listthumbs {
	margin-top: 55px;
}

#listthumbs li {
	width: 320px;
	float: left;
	display: block;
	margin-bottom: 25px;
	height: 370px;
	overflow: hidden;
}

#listthumbs li img {
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
	padding: 3px;
	background: #eaeaea;
	border: 1px solid #ccc;
}

#listthumbs li .listsummary {
	width: 300px;
	clear: both;
	display: block;
	font-size: 14px;
	font-family: georgia, times, serif;
}

#listthumbs li .listedition {
	line-height: 30px;
	font-family: georgia, times, serif;
	font-style: italic;
	font-size: 11px;
	width: 100px;
	float: left;
}

#listthumbs li .bookname {
	clear: both;
	width: 280px;
	font-weight: bold;
	line-height: 120%;
	font-size: 18px;
}

#listthumbs .listpricebtn {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 100px;
	border-bottom: 1px solid #ccc;
}

div.addcart {
	float: left;
}

#aboutus {
	width: 600px;
		font-size: 14px;
		margin-top: 55px;
}

#aboutus p {
	font-size: 14px;
	margin-bottom: 12px;
}
#aboutus ul {
	margin-left: 20px;
	margin-bottom: 15px;
}

#aboutus ul li {
	list-style-type: disc;

}

td.homeTxt {
	font-size: 14px;
}

div#newreleases div.pageheader {
	font-size: 18px;
	font-weight: bold;
}

div.homeprice {
	bottom: 0;
}

.checkouttbl tr td.homeTxtBold {
	border-bottom: 1px solid #ccc;
	margin-right: 25px;
}

.checkouttbl tr td input, .checkouttbl tr td textarea {
	border: 1px solid #ccc;
	width: 200px;
	height: 25px;
}