div.finder_container{
	background-image:url('/images/quick-finder/quick_finder.jpg'); 
	background-repeat: no-repeat;
	height: 240px;
	width: 275px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 15px;
}

.full-width{
	width: 100%;
}

.myclass{
	border: none;
	float: right;
	margin-top: 19px;
}

.myclass:hover {
	background: url('../images/quick-finder/results_hover.png') no-repeat;
}

.printer-quickfinder-title{
	font-size: 18px; letter-spacing: -1px;
	font-weight: bold;
	color: #000;
	height: auto; /* changed from 45 to auto */
	margin: 0px;
	padding: 0px;
}

#category{
	width: 100%;
	height: 20px;
}

.printer-quickfinder-size-box{
	margin-top: 10px;
	margin-bottom: 10px;
}

.printer-quickfinder-size{
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}

.printer-quickfinder-minmax-box{
	width: 150px;
	float: left;
	color: #fff;
}

.pound{
	color: #000;
	font-size: 15px;
	margin-top: 2px;
	display: block;
	float: left;
}

.printer-quickfinder-minmax{
	font-size: 15px;
	width: 40px;
	display: block;
	float: left;
	font-weight: bold;
	margin-top: 2px;
}

/**************** Override By Khin 10-03-2014 **************/

/******************** PRINTER QUICK FINDER BEGIN ********************/
div.finder_container {
	background: none #FFF;
	padding: 0px;
	width: 290px; border-bottom:#000000 solid 1px;
	
}
.printer-quickfinder-title {
	width: 280px;
	padding-left: 10px;
	
	line-height: 35px;
}
.printer-quickfinder-size-box {
	padding: 10px;
}
.printer-quickfinder-size {
	color: #000;
}

.printer-quickfinder-size-box {
	margin: 0px;
}

.printer-quickfinder-minmax-box {
	color: #000;
	margin: 10px;
}
.printer-quickfinder-minmax-box .full-width {
	width: 270px;
}
.printer-quickfinder-minmax-box select {
	background: none #FFF;
    border: 1px solid #D8D8D8;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 17px;
    font-weight: 0;
    height: auto;
    margin-left: 0;
    margin-top: 0;
    width: 150px;
}
#category {
	width: 270px;
}
select#category {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #D8D8D8;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 17px;
    font-weight: 500;
    height: auto;
	margin-top: 10px;
    margin-left: 10px;
    width: 270px;
}
.myclass {
	clear: both;
	margin-top: 0px;
	margin-right: 10px;
}

/******************** PRINTER QUICK FINDER END ********************/