body { font-family:'Arial'; color:#646464; }		
	.filtering-wrap { float:left; width:20%; margin:0 5% 0 0; padding:0; position:relative; }

#filter {
    margin: 10px 0 0 0;
  background: -webkit-linear-gradient(#f5f5f5, white); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#f5f5f5, white); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#f5f5f5, white); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#f5f5f5, white); /* Standard syntax */
    padding-top: 5px;
    width: 282px;
    font-size: 13px;
}

#filter li {
    list-style: none;
}

#filter .spec {
    font-weight: bold;
    margin: 10px 0 5px 0;
    border: thin silver solid;
}

#filter input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0 10px 0 15px;
    position: relative;
    top: 2px;
    overflow: hidden;
}

#filter_btn1, #filter_btn2 {
    padding: 5px 10px 6px !important;
    font-size: 15px !important;
    background-color: #860018;
    font-weight: bold;
    text-shadow: 1px 1px #000000;
    color: #ffffff;
    border: 2px solid #FFFFFF;
    cursor: pointer;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    margin: 10px 0 0 5px;
    border-radius: 5px;

}

#filter_btn2 {
    margin-left: 300px;
}
