 body {
        font-family: Arial;
        font-size: .7em;
    }
  th, td{
  	/* blueprint typography overides, sigh*/
  	
       border-bottom:0px solid #fff;
       border-right:0px solid #fff;
	
  }
  
  ul, ol{
       /* blueprint typography overides, sigh*/
       margin:0px}
  
.image{
    width:200px;
    float:left;
    height:280px;
    padding:10px;
    margin-bottom:0px;
    border:0px solid #FFF;

}

.image:hover{
	background: #F3F3F3;

}

.image img{
    width:200px;
}

    
h1, h1 a{
	font-size:28px;
	line-height:28px;
	margin-bottom: 5px;
}


h3, h3  a{
    font-size:14px;
    line-height: 20px;
    margin-bottom: 5px;
    margin-top:18px;
}

.swatch{
       margin-top:-20px;}
       

#header {
    border-bottom: 0px;
}

#content-wrapper {
    margin-top: -1px;
}

#images {
    padding-left: 14px;
}

.tab a{
   height:20px;
}


#sidebar_logo{
       margin-left:20px;
}


#paginate{
	margin-top:40px;  
       font-size:18px;
    	padding:10px;
	font-size:16px;
}

#paginate a{
	margin:2px;
	padding-left:10px;
	padding-right:10px;
	padding-top:8px;
	padding-bottom:15px;
	text-decoration:none;
	background:#2f2f2f;
}

#paginate a:hover{
       background:#2f2f2f;
       color:#fff;
}