@charset "utf-8";

#search_result{
	max-width : 999px;
}

.back_color_true{
	border : none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = "#ffeeff", endColorstr = "#ccaacc");
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffeeff', endColorstr = '#ccaacc')";
	background-image: -moz-linear-gradient(top, #ffeeff, #ccaacc);
	background-image: -ms-linear-gradient(top, #ffeeff, #ccaacc);
	background-image: -webkit-linear-gradient(top, #ffeeff, #ccaacc);
	background-image: linear-gradient(top, #ffeeff, #ccaacc);
	background-color: #f00;
	font-size : 0.8em;
}

.back_color_false{
	border : none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#cccccc');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#cccccc')";
	background-image: -moz-linear-gradient(top, #ffffff, #cccccc);
	background-image: -ms-linear-gradient(top, #ffffff, #cccccc);
	background-image: -webkit-linear-gradient(top, #ffffff, #cccccc);
	background-image: linear-gradient(top, #ffffff, #cccccc);
	background-color: #f00;
	font-size : 0.8em;
}

.featured_auction{
	border : none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#aaaa00', endColorstr = '#ffff00');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#aaaa00', endColorstr = '#ffff00')";
	background-image: -moz-linear-gradient(top, #aaaa00, #ffff00);
	background-image: -ms-linear-gradient(top, #aaaa00, #ffff00);
	background-image: -webkit-linear-gradient(top, #aaaa00, #ffff00);
	background-image: linear-gradient(top, #aaaa00, #ffff00);
	background-color: #f00;
	color: #ffff00;
	font-weight : bold;
	font-family: 'Bevan', serif;
	text-shadow:
	-1px -1px 1px rgba(255, 255, 255, 0.5),
	1px 1px 1px rgba(0, 0, 0, 0.4);
}

.governments_auction{
	border : none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#999999', endColorstr = '#666666');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#999999', endColorstr = '#666666')";
	background-image: -moz-linear-gradient(top, #999999, #666666);
	background-image: -ms-linear-gradient(top, #999999, #666666);
	background-image: -webkit-linear-gradient(top, #999999, #666666);
	background-image: linear-gradient(top, #999999, #666666);
	background-color: #f00;
	font-size : 0.8em;
}

.charity_auction{
	border : none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ccccff', endColorstr = '#9999cc');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ccccff', endColorstr = '#9999cc')";
	background-image: -moz-linear-gradient(top, #ccccff, #9999cc);
	background-image: -ms-linear-gradient(top, #ccccff, #9999cc);
	background-image: -webkit-linear-gradient(top, #ccccff, #9999cc);
	background-image: linear-gradient(top, #ccccff, #9999cc);
	background-color: #f00;
	font-size : 0.8em;
}

.item_thumbnail_box{
	width : 100px;
	text-align : center;
	overflow : hidden;
}

.newly_listed{
	font-family: 'Bevan', serif;
	color : #ffff00;
	text-shadow: 1px 1px 0 rgba(0,0,0,1);
}

.seller_info{
	display : none;
	padding-left : 1%;
	bottom : 0;
}

.seller_info_title{
	width : 50px;
}

.icons{
	width : 50px;
	color: #ffff00;
	font-weight : bold;
	font-family: 'Bevan', serif;
	font-size : 1.2em;
	text-shadow:
		-1px -1px 1px rgba(255, 255, 255, 0.5),
		1px 1px 1px rgba(0, 0, 0, 0.4);
}

.item_info{
	max-width : 200px;
}

.prices{
	width : 100%;
}

.current_price{
	text-align : right;
	color : #ff0000;
}

.binPrice{
	text-align : right;
	background : #550000;
	color : #ffffff;
}

.by_one_day{
	color : #00cc55;
}

.by_three_hours{
	color : #ff0000;
	font-weight : bold;
}

#loading{
	width : 10%;
	max-width : 30px;
}

#loading img{
	width : 100%;
}

.popup_title{
	text-align : center;
	font-size : 1.25em;
	font-weight : bold;
	color : #ffffff;
}

.hourbuf{
	width : 10%;
	min-width : 50px;
}

#seller_info{
	background-color : #eeeeee;
	border : solid 2px #ffffff;
	margin : 5px 0;
	padding : 5px;
}

.footer_sub_wrap{
	width : 100%;
}

.footer_sub_menu{
	float : right;
}

.sub_button{
	border: none;
	padding:0;
	margin:0;
}

.footer_sub_button {
	width : 50px;
}

.price_range{
	width : 40%;
	min-width : 150px;
}

@media all and (min-width: 500px){

.seller_info{
	display : block;
}

}

@media all and (min-width: 1000px){

#search_result{
	width : 60%;
}
#advanced_pc{
	width : 38%;
}

}