@charset "utf-8";
/* CSS Document - Dilmah Sevenstar | Author - Sam */

/*----------------Link Styles----------------------------- */

.favourite-btn {
	width:100px;
	height:30px;
	background:url(../images/favoutrite-btn.jpg) top left no-repeat;
	display:block;
	}
	
.favourite-btn:hover{
	background:url(../images/favoutrite-btn.jpg) bottom left no-repeat;
	}
	
.search-field{
	border:1px solid #d3c6a4;
	width:152px;
	height:18px;
	font-family:"Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size:11px;
	color:#926f1a;
	padding:2px 2px 2px 5px;
	font-weight:bold;
	background:url(../images/search-text.gif) top left no-repeat;
}

.search-btn{
	background:url(../images/search-btn.gif) bottom left no-repeat;
	width:30px;
	height:25px;
	border:none;
	}

.btm-links{
	font-family:"Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	color:#8a8a8a;
	font-size:10px;
	text-decoration:none;
	}
	
.btm-links:hover{
	color:#4e380f;
	}

.btm-text{
	font-family:"Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	color:#8a8a8a;
	font-size:10px;
	}
	
.para-text{
	font-family:"Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size:11px;
	color:#787878;
	}
	
.signature{
	font-family:"Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size:11px;
	color:#bcbcbc;
	}
	
.sub-titles{
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family:"Lucida Grande","Lucida Sans","Lucida Sans Unicode",Verdana,sans-serif;
	font-size:14px;
	color:#93701b;
	}
	
.add-to-fav-link{
	font-family:"Franklin Gothic Medium Cond", "Arial Narrow", Arial, sans-serif;
	background:url(../images/add-fav-btn.gif) top left no-repeat;
	padding-left:18px;
	vertical-align:baseline;
	font-size:10px;
	color:#919191;
	text-transform:uppercase;
	text-decoration:none;
	}
	
.add-to-fav-link:hover{
	color:#007c7f;
	background:url(../images/add-fav-btn.gif) bottom left no-repeat;
	}
	
.more-link{
	font-family:"Franklin Gothic Medium Cond", "Arial Narrow", Arial, sans-serif;
	background:url(../images/more-arrow.gif) top left no-repeat;
	padding-left:10px;
	vertical-align:baseline;
	font-size:10px;
	color:#919191;
	text-transform:uppercase;
	text-decoration:none;
	}

.more-link:hover{
	color:#007c7f;
	}
	
.video-btn{
	width:93px;
	height:20px;
	background:url(../images/video-btn.jpg) top left no-repeat;
	border:none;
	display:block;
	}