@charset "utf-8";
/* CSS Document  custom shop/ gallery styles*/
body{background-color:#000000; color:#FFFFFF; font-family:Arial, Helvetica, sans-serif}
a{text-decoration:none;}
a:hover{ text-decoration:underline}
.top_bar{
	width: 700px;
	height: 24px;
	background-image:url(../assets/top.gif);
	background-repeat:no-repeat;
}
.btm_bar{
	width: 700px;
	height: 24px;
	background-image:url(../assets/btm.gif);
	background-repeat:no-repeat;
}
#gallery{
	width: 700px;
	background-color: #333333;
	height: auto;
	padding-left: 22px;
	padding-top: 5px;
	color:#FFFFFF;
	font-size:10px;
}
#footer_panel{
	width: 650px;
	background-color: #333333;
	height: auto;
	color:#FFFFFF;
	font-size:12px;
	padding: 0px 40px 0px 20px;
}
#footer_panel h1{
	margin:0;
	padding:0;
	
	text-align:center;
}
#footer_panel p{
	margin:0;
	padding:10px 0px;
	line-height:1.5em;
}
#information{ text-align:center; border-top:1px dotted #646464; padding-top: 10px;}
#information a{text-decoration: none}
#information a:hover{text-decoration:underline}
.clear{
	clear:both;
	height:1px;
	/*width: 700px;*/
}
/*thumb formatting#########################*/
.thumb_holder{
	width: 210px;
	float:left;
	height:auto;
	margin-right: 10px;
	text-align:center;
	font-size: 1.3em;
	font-weight:600;
	margin-bottom: 10px;
}
.thumb_holder a{text-decoration:none}
.thumb_holder a:hover{
	opacity:0.9;
	text-decoration:none;
	}
.thumb_holder p{line-height:17px; vertical-align:middle;}

.thumb{border: 1px solid #646464;}
.buy_now{border: none; margin-left:4px} /*override above style for the button image*/

#pagination{background-color: #444444; width:645px; border: 1px solid #646464; text-align:center; height:28px; line-height: 28px; vertical-align:middle; font-size:12px;
}
.prev{float: left; text-decoration:none; padding-left:10px; width:168px}
a.prev:hover{display:block; background-color: #3B3B3B; text-decoration:none; color:#FFFFFF}
.next{float: right; text-decoration:none; padding-right: 10px; width:168px}
a.next:hover{display:block; background-color:#3B3B3B; text-decoration: none; color:#FFFFFF}
/*image detail page formatting ##########################*/	
#mid_holder{
	width:352px;
	float: left;
	height:246px;
}
#mid_holder img {border: 1px solid #646464;}
#price_holder{
	width:288px;
	float: right;
	color: #fcfafa;
	background-color: #444444;
	border: 1px solid #505050;
	margin-right:40px;
	padding-top: 10px;
	min-height: 234px;
	
}
#price_holder h1{ text-align:center}
.prices {margin: 6px 4px 6px 20px;}
#cont_shopping{ text-align:center; padding-bottom: 10px;}
#cont_shopping p{text-align:center}
#cont_shopping a{
	display:block;
	width:104px;
	height: 29px;
	background-image:url(../assets/continue_shopping.gif);
	background-repeat:no-repeat;
	text-indent: -1000em;
	margin-left:90px;
	margin-bottom: -10px;
}
#cont_shopping a:hover{
	background-image:url(../assets/continue_shopping_over.gif);
	background-repeat:no-repeat;
	
}
/*google cart over-rides############################*/
.googlecart-add{margin: 10px 0px 10px 35px; background-image: url(../assets/add_to_basket.gif); background-repeat:no-repeat; width:216px; height:39px}
.googlecart-add:hover{ background-image:url(../assets/add_to_basket_over.gif);}

.override #googlecart-widget-head {
    color: #FFFFFF; background-color: #424542; border: none;  border-top: 1px solid #505050; text-align: center;
  }
  .override #googlecart-arrow {
    color: #FFFFFF;
  }
.override .googlecart-title { View Basket }
.override #googlecart-summary { items in your basket }
.override #googlecart-widget-body { border: none;}
.override #googlecart-title { color:#FFFFFF;}
.override .googlecart-widget-title{color:#FFFFFF;}
.override .googlecart-summary{color:#FFFFFF;}
 .override #googlecart-arrow{background-image:none;}
#googlecart-summary{ color:#FFFFFF;}
.override #googlecart-widget-body{ background-color: #424542; border: none; color: #FFFFFF; border-left:1px solid #505050; border-right:1px solid #505050; border-bottom:1px solid #505050; margin-left:-1px}
.override #googlecart-widget-emptymessage{color:#FFFFFF ; border-bottom: 1px dotted #FFFFFF;}
.override .googlecart-widget-totalprice{color:#FFFFFF;}
.override .googlecart-widget-totalmessage{color:#FFFFFF;}
.override .googlecart-widget-disclaimer{color:#FFFFFF;}
.override .googlecart-widget-remove {color:#FFFFFF;}
.override .googlecart-widget-price{color:#FFFFFF;}
.override .googlecart-widget-short-details{color:#FFFFFF;}
.override .googlecart-widget-restore{color:#FFFFFF;}
.override .googlecart-widget-removed-message {color:#FFFFFF}
/*.override .googlecart-widget-item{border-bottom :1px solid #505050;}
.override .open .googlecart-widget-item td {border:none;}*/
/*############cart positioning#########################*/

#googlecart-widget{
	margin-left:30px;
}


/*###############the information page formatting#########################*/
#info_page{
	background-color: #545354;
	font-size:0.8em;
}
#info_page a{ color:#ffffff; text-decoration:none;}
#info_page a:hover{text-decoration: underline;}


/*#################rdk webdesign credits*/
#credits{
	color:#666666;
	font-size:0.8em;
	text-align:center;
	margin-top: 4px;
}
#credits a{ text-decoration:none; color:#666666;}
#credits a:hover{text-decoration:underline;}