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

body, p, ol, ul, td {
  font-family: 'Lucida Grande', verdana, arial, helvetica, sans-serif;
/*  font-size:   13px;
  line-height: 18px; */
	font-size: 0.8em;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { color: #000; }
/* a:visited { color: #666; } */
/* a:hover { color: #fff; background-color:#000; } */

h1 {
	font-size: 3em;
	line-height: 0em;
}

h1 a { 	text-decoration:none; 	color:white; }
h1 a:visited { 	text-decoration:none; 	color:white; }
h1 a:hover { 	text-decoration:none; 	color:white; background-color:grey; }

h3 a { 	text-decoration:none; }


div.book {
	border: 2px solid grey;
	margin-top: 1em;
}

div.navigation {
	float:left;
	width: 12em;
	line-height: 1.1em;
	
}
div.content {
	float:left;
	border:0px solid green;
	border-left: dotted 1px gray;
	border-bottom: dotted 0px gray;
	padding-left: 1em;
	padding-bottom: 1em;
	margin-bottom:1em;
}	
div.cart {
	font-size:1em;
	width:30em;	
	float:left;
	margin-left:1em;
	padding-left:1em;
	border-left: dotted gray 1px;

}
	
div.book_list {
	float:left; 
	width:44em; 
	border:0px solid orange;
}
div.detail_image {
	float: left; 
	border: 0px solid red;
	padding-top: 1em;
}
div.details {
	float:left; 
	width:30em; 
	border:0px solid red;
	padding: 0em 0em 0em 1em;
}

div.tips {
		background: #339933;
		color: white;
		padding: 1em;	
		-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}


div.row {
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
  float: left;
  width: 10em;
  text-align: right;
	padding-right: 2em;
  }


div.row span.formw {
  float: left;
  width: 5em;
  text-align: left;
  }

div.recent {
	border-bottom: gray dotted 1px;
}

div.search { 
	border-bottom: gray dotted 1px;
	padding-bottom:1em;
	}

ul.recent {
	font-size:0.7em;
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
}

ul.recent li a { text-decoration: none }

ul.recent li:before {
	content: "\00BB \0020";
}

label 		{	font-size:0.8em; }
span.small { font-size:0.8em;}

div.head  {
	background-color: gray;
	padding: 5px;
	color: white;
}
div.base {
	margin: 15px;
}

div.hproduct { 
	margin:1em;
	text-decoration: none;
	}

h5 {
	margin:0em;
	}

img {
	border: 0;
}

img.book_cover {
	max-width:160px;
	max-height:200px;
}

img.book_cover_s {
	max-width:80px;
	max-height:220px;
}

div.book_details {	padding-left:0em; text-decoration: none; width:40em;}

/*
table#price_table .where { text-align:right; width:10em;padding-right:2em;}
table#price_table .price { text-align:left;  width:7em;  }
*/

/*table#price_table { background:blue; border-collapse:collapse}*/
table#price_table .td { bottom-border:5px solid green;}
thead { background: RGB(144,186,38);}
tbody { background: RGB(232,232,232) ; }

table .where { text-align:right; width:10em;padding-right:2em;}
table .currency { text-align:left;  width:7em;  }
table .condition { display: none;  }


div#help {
	padding:0.5em;
	background: white;
	color: black;
	font-size: 0.8em;
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
	border: 1px solid gray;
}

div#cart_help {
	padding:0.5em;
	background: gray;
	color: white;
	font-size: 0.8em;
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
fieldset {
	width: 20em;
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#openid_url {
  background: url(/images/login-bg.gif) no-repeat #FFF 5px;
  padding-left: 25px;
}