/**
 * JSWeb CSS Stylesheet
 *
 * 
 * @copyright Copyright 2007 JSWeb
 * @version $Id: stylesheet_jsweb.css 0001 2007-06-05 16:00:00Z  ricksuffolk
 */
.search_bg {
	width:236px;
	height:27px;
	background-image: url(../images/design/search_bg.png);
 azimuth: expression(
this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "images/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='scale')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true
);

}
.search_bg input {
border:0px;
}
.legalCopyright {
	color:#666;
}
.legalCopyright a:link {
	color:#666;
}
.legalCopyright a:visited {
	color:#666;
}
.legalCopyright a:active {
	color:#666;
}
.legalCopyright a:hover {
	color:#fff;
	text-decoration: underline;
}
#headerWrapper {
	margin:auto;
	width:894px;
}
input#submit {
	font-weight:normal;
	color:#666;
}
.cat_bg {
	height:33px;
}
SPAN.category-subs-parent {
  font-weight: bold;
}
SPAN.category-subs-selected {
  font-weight: bold;
}
.prod_table {
	width:190px;
	margin:auto;
	height:310px;
}
.prod_image {
	width:182px;
	height:188px;
	border:4px solid #fff;
	
}
.prod_name {
	height:35px;
	padding-top:5px;
	background-color:#6b6b6b;
}
.prod_price {
	padding-top:5px;
	padding-bottom:5px;
	background-color:#6b6b6b;
}
.prod_buttons {
	background-color:#d5067b;
	padding:5px;
	font-weight:bold;
}
h1#productName {
	font-size:16px;
	border-bottom:1px solid #fff;
	margin-bottom:10px;
	padding-bottom:10px;
}
#productMainImage {
	border:1px solid #fff;
}
#currenciesContent {
	background-color:#6b6b6b;
	padding-top:15px;
	padding-bottom:15px;
	color:#fff;
}
