@charset "utf-8";
/* CSS Document */




/* learn_more */
#learn_more
{
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 10px 0px;
	background-color:#ffffff;
	display:block;
	border: 1px solid #ebebeb;
}


#learn_more h4
{
	margin: 0px 0px 5px 0px;
	font-size:12px;
	color:#666;
}

#learn_more p
{
	margin: 0px 0px 5px 0px;
	font-size:11px;
	color:#666;
}

a.learn_rollover
{
	display:block;
	width:119px;
	height:24px;
	text-decoration: none;
	background:url(../images/buttons/learn_button.png);
	text-align:left;
	color:#333333;
	font-weight:600;
	font-size:14px;
	font-family:Arial, Geneva, sans-serif;
	margin:0px 0px 0px 130px;
	line-height:24px;
	text-align:center;

}

a.learn_rollover:hover
{
    background-position: -119px 0;
}
/* end learn_more */



/* results */


#results_content
{
	background-color:#f2f2f2;
	color:#666666;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 250px;
	left: 10px;
	display:block;
	position:relative;
	height:auto;
	border: 10px #f2f2f2 solid;
	-webkit-border-radius: 10px;    /* for Safari */
	-moz-border-radius: 10px;       /* for Firefox */
	width: 657px;
	float: left;
}



.regular_deal{
	background-image:url(../images/background_images/results_bg.png);
	background-repeat:no-repeat;
	background-position:top right;
}

.featured_deal{
	background-image:url(../images/background_images/special_bg.png);
	background-repeat: no-repeat;
	background-position: left top;

}


#results_description  a
{
	color:#7c8764;
	text-decoration:underline;
}

#results_description  a:hover
{
	color:#92a764;
	text-decoration:none;
}


#results_description  a.expired
{
	color:#bbbbbb;
	text-decoration:underline;
}


#results_description  a:hover.expired
{
	color:#bbbbbb;
	text-decoration:none;
}


#results_description h3
{
	font-size:14px;
	margin: 0px 0px 10px 0px;
	height: 18px;
	overflow:hidden;
	font-weight:600;
}

#results_description p
{
	font-size:12px;
	line-height:14px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 20px;
}


#results_description
{
	width:auto;
	margin-bottom:10px;
	height:92px;
	display:block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	-webkit-border-radius: 8px;    /* for Safari */
	-moz-border-radius: 8px;       /* for Firefox */

}

#results_description img
{
	height:auto;
	display:block;
	min-width:125px;
	max-width:280px;
	min-height:60px;
	height:auto;
	border: 5px solid #7c8764;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	z-index:100;
	float:left;
}



.more_description
{
	width:auto;
	margin-bottom:10px;
	border-width: 1px 0px 1px 0px;
	border: 10px solid #ffffff;
	height:auto;
	background-color: #ffffff;
	display:block;
	width: 637px;

}

.more_description p
{
	font-size:12px;
	line-height:14px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

.more_description img
{
	border:5px solid #7c8764;

}


#half_image
{
	width:310px;
	margin-bottom:5px;
	margin-right:5px;
	display:block;
	background:#ffffff;


}


#title
{
	width:auto;
	margin-bottom:10px;
	height:auto;
	display:block;
	padding-top: 4px;
	padding-right: 32px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-color: #1d5f93;
	background-image: url(../images/background_images/results_title_bg.png);
	background-repeat: no-repeat;
	background-position: right;
}
#title a{
	color: #fff;
}

#title h1{
	color:#ffffff;
}



/* end results */

/* bullet icons */
.calendar_icon
{
	background-repeat:no-repeat;
	padding:10px 0px 2px  0px;
	background-image:url(../images/small_icons/calendar_icon.png);
}


.information_icon
{
	background-repeat:no-repeat;
	padding:2px 0px 2px 0px;
	background-image:url(../images/small_icons/information_icon.png);
}


/* end bullet icons */



/* categories */
#categories
{
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 10px 0px;
	background-color:#ffffff;
	display:block;
	border: 1px solid #ebebeb;
}

#categories .iconlist li {
	padding:0px 0 0px 32px;
	list-style:none;
	margin-left:5px;
	line-height:27px;
	font-size:13px;

}

#categories .iconlist li.antiques {
	background:transparent url(../images/icons/antiques_icon.png) no-repeat scroll left center;
}

#categories .iconlist li.antiques:hover {
	background:transparent url(../images/icons/antiques_icon_hover.png) no-repeat scroll left center;
}

#categories .iconlist li.art {
	background:transparent url(../images/icons/art_icon.png) no-repeat scroll left center;
}

#categories .iconlist li.art:hover {
	background:transparent url(../images/icons/art_icon_hover.png) no-repeat scroll left center;
}

#categories .iconlist li.baby {
	background:transparent url(../images/icons/baby_icon.png) no-repeat scroll left center;
}

#categories .iconlist li.baby:hover{
	background:transparent url(../images/icons/baby_icon_hover.png) no-repeat scroll left center;
}

#categories .iconlist li.books {
	background:transparent url(../images/icons/books_icon.png) no-repeat scroll left center;
}

#categories .iconlist li.books:hover{
	background:transparent url(../images/icons/books_icon_hover.png) no-repeat scroll left center;
}

#categories .iconlist li.office {
	background:transparent url(../images/icons/office_icon.png) no-repeat scroll left center;
}

#categories .iconlist li.office:hover{
	background:transparent url(../images/icons/office_icon_hover.png) no-repeat scroll left center;
}

#categories .iconlist li.auto {
	background:transparent url(../images/icons/auto_icon.png) no-repeat scroll left center;
}

#categories .iconlist li.auto:hover{
	background:transparent url(../images/icons/auto_icon_hover.png) no-repeat scroll left center;
}

#categories .iconlist li.clothing {
	background:transparent url(../images/icons/jewellery_icon.png) no-repeat scroll left center;
}

#categories .iconlist li.clothing:hover{
	background:transparent url(../images/icons/jewellery_icon_hover.png) no-repeat scroll left center;
}

#categories .iconlist li.computing {
	background:transparent url(../images/icons/computing_icon.png) no-repeat scroll left center;
}

#categories .iconlist li.computing:hover{
	background:transparent url(../images/icons/computing_icon_hover.png) no-repeat scroll left center;
}

#categories .iconlist li.electrical{
	background:transparent url(../images/icons/electrical_icon.png) no-repeat scroll left center;
}

#categories .iconlist li.electrical:hover{
	background:transparent url(../images/icons/electrical_icon_hover.png) no-repeat scroll left center;
}


#categories .iconlist li.electronics{
	background:transparent url(../images/icons/electronics_icon.png) no-repeat scroll left center;
}

#categories .iconlist li.home_electronics:hover{
	background:transparent url(../images/icons/electronics_icon_hover.png) no-repeat scroll left center;
}

#categories .iconlist li.dolls{
	background:transparent url(../images/icons/dolls_icon.png) no-repeat scroll left center;
}

#categories .iconlist li.dolls:hover{
	background:transparent url(../images/icons/dolls_icon_hover.png) no-repeat scroll left center;
}


#categories .iconlist li.dvd{
	background:transparent url(../images/icons/dvd_icon.png) no-repeat scroll left center;
}

#categories .iconlist li.dvd:hover{
	background:transparent url(../images/icons/dvd_icon_hover.png) no-repeat scroll left center;
}

#categories .iconlist li.health{
	background:transparent url(../images/icons/health_icon.png) no-repeat scroll left center;
}

#categories .iconlist li.health:hover{
	background:transparent url(../images/icons/health_icon_hover.png) no-repeat scroll left center;
}

#categories .iconlist li.home{
	background:transparent url(../images/icons/home_icon.png) no-repeat scroll left center;
}

#categories .iconlist li.home:hover{
	background:transparent url(../images/icons/home_icon_hover.png) no-repeat scroll left center;
}

#categories .iconlist li.jewellery{
	background:transparent url(../images/icons/jewellery_icon.png) no-repeat scroll left center;
}

#categories .iconlist li.jewellery:hover{
	background:transparent url(../images/icons/jewellery_icon_hover.png) no-repeat scroll left center;
}

#categories .iconlist li.phone{
	background:transparent url(../images/icons/phone_icon.png) no-repeat scroll left center;
}

#categories .iconlist li.phone:hover{
	background:transparent url(../images/icons/phone_icon_hover.png) no-repeat scroll left center;
}
/*
#categories .iconlist li.music{
	background:transparent url(../images/icons/music_icon.png) no-repeat scroll left center;
}

#categories .iconlist li.music:hover{
	background:transparent url(../images/icons/music_icon_hover.png) no-repeat scroll left center;
}
*/
#categories .iconlist li.music{
	background:transparent url(../images/icons/instruments_icon.png) no-repeat scroll left center;
}

#categories .iconlist li.music:hover{
	background:transparent url(../images/icons/instruments_icon_hover.png) no-repeat scroll left center;
}

#categories .iconlist li.pets{
	background:transparent url(../images/icons/pets_icon.png) no-repeat scroll left center;
}

#categories .iconlist li.pets:hover{
	background:transparent url(../images/icons/pets_icon_hover.png) no-repeat scroll left center;
}

#categories .iconlist li.photography{
	background:transparent url(../images/icons/photography_icon.png) no-repeat scroll left center;
}

#categories .iconlist li.photography:hover{
	background:transparent url(../images/icons/photography_icon_hover.png) no-repeat scroll left center;
}

#categories .iconlist li.pottery{
	background:transparent url(../images/icons/pottery_icon.png) no-repeat scroll left center;
}

#categories .iconlist li.pottery:hover{
	background:transparent url(../images/icons/pottery_icon_hover.png) no-repeat scroll left center;
}

#categories .iconlist li.pottery{
	background:transparent url(../images/icons/pottery_icon.png) no-repeat scroll left center;
}

#categories .iconlist li.pottery:hover{
	background:transparent url(../images/icons/pottery_icon_hover.png) no-repeat scroll left center;
}

#categories .iconlist li.sports{
	background:transparent url(../images/icons/sports_icon.png) no-repeat scroll left center;
}

#categories .iconlist li.sports:hover{
	background:transparent url(../images/icons/sports_icon_hover.png) no-repeat scroll left center;
}

#categories .iconlist li.travel{
	background:transparent url(../images/icons/travel_icon.png) no-repeat scroll left center;
}

#categories .iconlist li.travel:hover{
	background:transparent url(../images/icons/travel_icon_hover.png) no-repeat scroll left center;
}

#categories .iconlist li.toys{
	background:transparent url(../images/icons/dolls_icon.png) no-repeat scroll left center;
}

#categories .iconlist li.toys:hover{
	background:transparent url(../images/icons/dolls_icon_hover.png) no-repeat scroll left center;
}

#categories .iconlist li.parts{
	background:transparent url(../images/icons/parts_icon.png) no-repeat scroll left center;
}

#categories .iconlist li.parts:hover{
	background:transparent url(../images/icons/parts_icon_hover.png) no-repeat scroll left center;
}


/* end categories */



.clear
{
	clear:both;
}




 #icon_link
{
	float:left;
	width:250px;
	margin: 0px;
	height: 30px;
	font-size:14px;
	padding-top: 10px;
	padding-left: 10px;

}

 #icon_link a
{
	text-decoration:underline;
}

 #icon_link a:hover
{
	text-decoration:none;
}

#icon_text
{
	float:left;
	width:185px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	height: 25px;

}

#category_icon
{
	float:left;
	width:30px;
	margin-right:10px;
	height: 30px;
}



dl.topten{margin-top:20px;}

dl.topten dd.one {
background-image:url(../images/small_icons/one.png);
background-repeat:no-repeat;
margin:5px 0px 5px 0px;
padding:0px 0px 10px 24px ;
border-bottom:dotted 1px #dddddd;
}

dl.topten dd.two {
background-image:url(../images/small_icons/two.png);
background-repeat:no-repeat;
margin:5px 0px 5px 0px;
padding:0px 0px 10px 24px ;
border-bottom:dotted 1px #dddddd;
}

dl.topten dd.three {
background-image:url(../images/small_icons/three.png);
background-repeat:no-repeat;
margin:5px 0px 5px 0px;
padding:0px 0px 10px 24px ;
border-bottom:dotted 1px #dddddd;
}

dl.topten dd.four {
background-image:url(../images/small_icons/four.png);
background-repeat:no-repeat;
margin:5px 0px 5px 0px;
padding:0px 0px 10px 24px ;
border-bottom:dotted 1px #dddddd;
}

dl.topten dd.five{
background-image:url(../images/small_icons/five.png);
background-repeat:no-repeat;
margin:5px 0px 5px 0px;
padding:0px 0px 10px 24px ;
border-bottom:dotted 1px #dddddd;
}

dl.topten dd.six {
background-image:url(../images/small_icons/six.png);
background-repeat:no-repeat;
margin:5px 0px 5px 0px;
padding:0px 0px 10px 24px ;
border-bottom:dotted 1px #dddddd;
}

dl.topten dd.seven {
background-image:url(../images/small_icons/seven.png);
background-repeat:no-repeat;
margin:5px 0px 5px 0px;
padding:0px 0px 10px 24px ;
border-bottom:dotted 1px #dddddd;
}

dl.topten dd.eight {
background-image:url(../images/small_icons/eight.png);
background-repeat:no-repeat;
margin:5px 0px 5px 0px;
padding:0px 0px 10px 24px ;
border-bottom:dotted 1px #dddddd;
}

dl.topten dd.nine {
background-image:url(../images/small_icons/nine.png);
background-repeat:no-repeat;
margin:5px 0px 5px 0px;
padding:0px 0px 10px 24px ;
border-bottom:dotted 1px #dddddd;
}

dl.topten dd.ten {
background-image:url(../images/small_icons/ten.png);
background-repeat:no-repeat;
margin:5px 0px 5px 0px;
padding:0px 0px 10px 24px ;
border-bottom:dotted 1px #dddddd;
}

dl.topten dd.green_clock {
background-image:url(../images/small_icons/green_clock.png);
background-repeat:no-repeat;
margin:5px 0px 5px 0px;
padding:0px 0px 10px 24px ;
border-bottom:dotted 1px #dddddd;
}

dl.topten dd.pink_clock{
background-image:url(../images/small_icons/pink_clock.png);
background-repeat:no-repeat;
margin:5px 0px 5px 0px;
padding:0px 0px 10px 24px ;
border-bottom:dotted 1px #dddddd;
}

dl.topten dd.orange_clock {
background-image:url(../images/small_icons/orange_clock.png);
background-repeat:no-repeat;
margin:5px 0px 5px 0px;
padding:0px 0px 10px 24px ;
border-bottom:dotted 1px #dddddd;
}




.location_id{
	margin:60px 0px 0px 0px;
	width: 270px;
	float: left;
	height: 40px;
	padding-left: 20px;
	text-align:left;
	position: relative;
	color:#ffffff;
	font-size:12px;
	line-height:38px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:600;
	background:url(../images/background_images/location_tab.png) no-repeat top left;
	}

p.location_tab {
	/* Sliding right image */
	background: transparent url(../images/buttons/location_tab_right.png) no-repeat scroll top right;
	display: block;
	float: left;
	padding-right: 15px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	text-align:center;
	color:#ffffff;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:600;
	font-family:Tahoma, Geneva, sans-serif;
	height: 39px;
	margin: 48px 6px 0 0;
}

p.location_tab  span{    /* Background left image */
    background: transparent url(../images/buttons/location_tab_left.png) no-repeat;
	display: block;
    line-height: 40px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
    padding: 0px 0px 0px 15px;
	margin:0px 0px 0px 0px;
}


