/* CSS Document */
div.swatchespage {
	width:600px;
	color:#ffffff;
}
.clearleft {
  clear: left;
}

div.subcat {
	text-align:center; 
}
div.swatches
  {
  height: 160px;
  width: 150px;
  float: left;
  font-family: 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
  text-align: center;
	line-height: 100%;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
  }
div.swatches  a
  {
  color: orange;
  text-decoration: none;
  }  
div.swatches img
  {
  display: inline;
  width: 99px;
  height: 80px;
  }
div.swatches a:active img
  {
  border: 1px solid #ffffff;
  }  
div.swatches a:link img
  {
  border: 1px solid #ffffff;
  }  
div.swatches a:hover img
  {
  border: 1px solid #DDF85E;
  }
div.swatches a:visited img
  {
  border: 1px solid #ffffff;
  }  
