/* Customizations to generated styles by picturesqueweb.com */
/* begin Logo */

div.wcs-logo
{
  left: 0%;
  margin-left: 0px;
  display: block;
  position: absolute;
  top: 5px;
  width: 884px;

}

.wcs-logo-name, 
.wcs-logo-name a, 
.wcs-logo-name a:link, 
.wcs-logo-name a:visited, 
.wcs-logo-name a:hover
{
  font-size: 18px;
  text-decoration: none;
  color: #403720 !important;
  text-align: left;
}


.wcs-logo-text, 
.wcs-logo-text a,
.wcs-logo-text a:link,
.wcs-logo-text a:visited,
.wcs-logo-text a:hover,
.wcs-logo-image, 
.wcs-logo-image a,
.wcs-logo-image a:link,
.wcs-logo-image a:visited,
.wcs-logo-image a:hover
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  padding: 0;
  margin: 0;
  color: #B4400E !important;
  text-align: center;
}

.wcs-logo-newsletter, 
.wcs-logo-newsletter a,
.wcs-logo-newsletter a:link,
.wcs-logo-newsletter a:visited,
.wcs-logo-newsletter a:hover
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 10px;
  padding: 0;
  margin: 0;
  margin-top: 3px;
  color: #B4400E !important;
}

/* end Logo */

#category img {
	max-width:85px;
	width: expression(this.width > 85 ? 85: true);
	max-height:85px;
	height: expression(this.width > 85 ? 85: true);
	padding: 3px;
} 

#product img {
	max-width:370px;
	width: expression(this.width > 370 ? 370: true);
	padding: 3px;
} 

#srch img {
	max-width:150px;
	width: expression(this.width > 150 ? 150: true);
	max-height:150px;
	padding: 3px;
} 

#related img {
	max-width:150px;
	width: expression(this.width > 150 ? 150: true);
	max-height:150px;
	padding: 3px;
} 

td .submenu {
	width:86px;
	max-width:86px;
	width: expression(this.width > 86 ? 86: true);
	}
	
#submenu img {
	max-width:80px;
	width: expression(this.width > 80 ? 80: true);
	padding: 3px;
}