/***********************************************/
/* style.css     (c) Double Reed Shop 2007     */
/***********************************************/

#container{
	background-image: url("../images/dsbk02.jpg");
	width: 910px;
	height: 1000px;
	text-align: left;
	margin: 0 0 0 15px;
	}

.sidebar{
	float: left;
	display: inline;
	height: 90%;
	width: 167px;
	}

.rightbox{
	float: left;
	display: inline;
	width: 650px;
	font-size: 14px;
	padding: 0px 25px 0px 20px;
	}	

.story{
	padding: 0 0 12px 0px;
	font-style: normal;
	color: #000000;
	}

.center{
	text-align:center;
}

.title_cent {
	width: 100%;
	text-align: center;
	font-size:1.15em;
	white-space: nowrap;
	font-weight: bold;
}

.foot {
	color: #999;
	clear: both;
	margin: 50px auto 50px auto;
	text-align: center;
	font-size: 75%;
}

.foot .bigfoot{
	font-size: 175%;
}


.imgcenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.prod{
	border-bottom: 1px dotted #6692b8;
	padding: 1ex 0ex;
	
}

.prod h3{
	font: larger bold;
	color: #7b84bd;
	margin-top: 0ex;
	margin-bottom:0.5ex;
}

.prod p{

	font: smaller sans-serif;
	margin-bottom: .5ex;
}

.prod_price{
	padding-right: 4em;
}

.shop_sep{
	border-bottom: 1px dotted #7b84bd;
	clear: both;
}

.carttitle {
  background: #7b84bd;
  color: #dfd;
  font: bold smaller sans-serif;
  text-align: center;
}

.itemprice {
  text-align: right;	
}

.subtotalcell {
  font-weight: bold;
  border-top: 1px solid #7b84bd;
  text-align: right;
}

.totalcell {
  font-weight: bold;
  border-top: 1px solid #7b84bd;
  border-bottom: 1px solid #7b84bd;
  text-align: right;
}

#cartmenu {
float: right;
border-left: 1px dotted #7b84bd;
}

#notice{
border: 2px solid red;
padding: 1em;
margin-bottom: 2em;
background-color: #f0f0f0;
font: bold smaller sans-serif;
}

.pagination{
padding: 10px 2px 10px 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: right; /*Set to "right" to right align pagination interface*/
font-size: 12px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
color: #000;
background-color: #cdc2ff;
}

.pagination li.currentpage{
font-weight: bold;
padding: 0 5px;
border: 1px solid #a5a4b8;
background-color: #e5e3ff;
color: #000;
}

.pagination li.disablepage{
padding: 0 5px;
color: #929292;
}

.pagination li.nextpage{
font-weight: bold;
}

* html .pagination li.currentpage, * html .pagination li.disablepage{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
margin-right: 5px;
padding-right: 0;
}


.sidebar_menu {
	margin-top: 40px;
	padding: 0 0 0 27px;
	list-style-type: none;
	text-decoration: none;
}

.sidebar_menu li{
	padding: 0 0 0.5em 0;
}

.sidebar_menu a, .sidebar_menu a:visited{
padding: 0 5px;
text-decoration: none; 
color: #000000;
}

.sidebar_menu a:hover, .sidebar_menu a:active{
color: #fff;
text-decoration: underline;
}

.highlight{
 color: #fff;
}

.red_highlight{
 color: #ff011f;
}

.right_align{
	text-align: right; 
}

.cart_table{
	width: 100%;
}

.cart_table td.center{
	text-align: center;
}

.cart_menu {
	font-size: smaller;
	margin-top: 40px;
	padding: 0 0 0 10px;
	list-style-type: none;
	text-decoration: none;
}

.cart_menu li{
	padding: 0 0 0.5em 0;
}

.cart_menu a, .cart_menu a:visited{
padding: 0 5px;
text-decoration: none; 
background-color: #495988;
color: #fff;
}

.cart_menu a:hover, .cart_menu a:active{
color: #000;
background-color: #fff;
text-decoration: underline;
}

OL.withroman { list-style-type: upper-roman }

table.search_help{
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-color: white;
	background-color: #ffffff;
}
table.search_help th {
	border-width: 0px;
	padding: 0px 0px 0px 0px;
	border-style: none;
	border-color: white;
	background-color: white;
	
}
table.search_help td {
	border-width: 0px;
	padding: 0px 20px 0px 20px;
	border-style: none;
	border-color: white;
	background-color: white;
	
}

.rescue {
}
