/*booking bar*/
#flight, .active, #calroot {
	-moz-border-radius:4px;		
}

#flight {
	font-family:sans-serif;	
	background:#333 url(../images/h80.png);
	height:56px;
	padding:12px 0 12px 30px;
	color:#ddd;
	font-size:11px;
	width:520px;
	margin:0 auto;
	-moz-box-shadow:0 0 10px #666;
	-webkit-box-shadow:0 0 10px #666;
}

#flight label {
	float:left;
	width:215px;
	display:block;
	padding:6px;
	border:1px solid transparent;
	margin-right:30px;	
}

#flight .active {
	background-color:#fff;
	color:#333;
	border:1px solid #ccc;
	border-bottom:0;
}

.active input {
	color:#333;
	text-shadow:none;
}

/* date input */
.date {		
	float:left;
	display:block;
	border:0;
	background-color:#ffffff;
	border: 1px solid #abadb3;
	padding-left: 2px;
	margin-right: 3px;
	font-size:14px;
	color:#333333;
	/*text-shadow:0 0 1px #000;*/
	width:128px;
	cursor:pointer;
}

/* date input trigger element */
.caltrigger {
	display:block;
	width:30px;
	height:22px;
	float:left;
	background:url(../images/icon.jpg) no-repeat 0 0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.active .caltrigger {
	background-position: 0 -22px;		
}


/* For the details, see: http://flowplayer.org/tools/dateinput/index.html#skinning */

/* calendar root element */
#calroot {
	/* place on top of other elements. set a higher value if nessessary */
	z-index:1;
	
	font-family:sans-serif;
	background-color:#fff;
	border:1px solid #abadb3;
	padding-top:10px;
	height:180px;
	width:227px;	
	display:none;
	margin:0 0 0 -7px;
	
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;	
	-webkit-border-top-left-radius:0;
	-webkit-border-top-right-radius:0;		
}

/* head. contains title, prev/next month controls and possible month/year selectors */
#calhead {	
	padding:2px 0;
	height:22px;
} 

#caltitle {
	font-size:14px;
	color:#000000;	
	float:left;
	text-align:center;
	width:160px;
	line-height:20px;
	text-shadow:0 1px 0 #ddd;
}

#calnext, #calprev {
	display:block;
	width:20px;
	height:20px;
	background:transparent url(../images/prev.gif) no-repeat scroll center center;
	float:left;
	cursor:pointer;
	margin-left:9px;
}

#calnext {
	background-image:url(../images/next.gif);
	float:right;
	margin-right:9px;
}

#calprev.caldisabled, #calnext.caldisabled {
	visibility:hidden;	
}

/* year/month selector */
#caltitle select {
	font-size:10px;	
}

/* names of the days */
#caldays {
	height:14px;
	border-bottom:1px solid #ddd;
}

#caldays span {
	display:block;
	float:left;
	width:32px;
	text-align:center;
	font-size:11px;
}

/* container for weeks */
#calweeks {
	background-color:#fff;
	margin-top:4px;
}

/* single week */
.calweek {
	clear:left;
	height:22px;
}

/* single day */
.calweek a {
	display:block;
	float:left;
	width:31px;
	height:20px;
	text-decoration:none;
	font-size:11px;
	margin-left:1px;
	text-align:center;
	line-height:20px;
	color:#666;
	-moz-border-radius:3px;
	-webkit-border-radius:3px; 		
} 

/* different states */
.calweek a:hover, .calfocus {
	background-color:#ddd;
}

/* sunday */
a.calsun {
	color:red;		
}

/* offmonth day */
a.caloff {
	color:#ccc;		
}

a.caloff:hover {
	background-color:rgb(245, 245, 250);		
}


/* unselecteble day */
a.caldisabled {
	background-color:#efefef !important;
	color:#ccc	!important;
	cursor:default;
}


/* current date */
#calcurrent {
	background-color:#645145;
	color:#fff;
}

/* today */
#caltoday {
	background-color:#999;
	color:#fff;
}

		h1 {
			font: 24px Georgia, "Times New Roman", Times, serif;
			color: #8b6b47;
			margin: 0 0 15px 0;
		}
		h2{	font: 14px Georgia, "Times New Roman", Times, serif;
			color: #AF5D00;
			margin: 14px 0 0 0;
			}
		h3 {
			font: 16px Georgia, "Times New Roman", Times, serif;
			color: #8b6b47;
			margin: 0;
		}
		h4 {
			font: 11px Arial, Helvetica, sans-serif;
			color: #8b6b47;
			margin: 0;
		}
		h6 {
			font: 10px Arial, Helvetica, sans-serif;
			color: #8b6b47;
			line-height:5px;
			margin: 0;
		}
		p {
			font: 12px Arial, Helvetica, sans-serif;
			color: #333;
			line-height: 17px;
			margin: 3px 0px 17px 0px;
		}
		ul {
		position: relative;
		left: -23px;
		top: -15px;
		margin-bottom: -15px;
		}
		li {
			font: 12px Arial, Helvetica, sans-serif;
			color: #333;
			line-height: 17px;
		}
		a:link, a:active, a:visited {
			color: #8b6b47;
			text-decoration: underline;
		}
		a:hover {
			color: #333333;
			text-decoration: underline;
		}
		div.newsitem {
			display: block;
			float: left;
			width: 550px;
			border-bottom: 1px solid #dcd2bc;
			text-decoration: none;
			padding: 10px 10px 10px 0px;
		}
		a.newsitem:link, a.newsitem:active, a.newsitem:visited {
			display: block;
			float: left;
			width: 550px;
			border-bottom: 1px solid #e5e1c6;
			text-decoration: none;
			padding: 10px 0 10px 0;
		}
		a.newsitem:hover {
			background-color: #FAF4EF;
		}
		h4.newsitem {
			font: 11px Arial, Helvetica, sans-serif;
			color: #8b6b47;
			margin: 0 0 5px 0;
		}
		img.newsitem {
			float: left;
			margin: 0 10px 10px 0;
		}
		p.newsitem {
			font: 12px Arial, Helvetica, sans-serif;
			color: #555;
			line-height: 17px;
			margin: 0;
		}
div#bMoreNews {
	margin-top: 10px;
	float: left;
}

	div#bMoreNews a{
		font: 12px Georgia, "Times New Roman", Times, serif;
		color: #8b6b47;
		text-decoration: none;
		
	}
	div#bMoreNews a:hover{
		text-decoration: underline;
	}
	
/*       RIGHT COLUMN       */

div#rightcolumn div.righticon {
		float: left;
		display: block;
	}
.righticon{
	background: url(../images/right_icon_bg.png) 4px 0 no-repeat;
	height:97px;
	width:254px;
	display:block;
	padding-right:14px;
	}
	.righticon img{
		border:1px solid #AF5D00;
		margin: 14px 10px 0 8px;
		}
	.righticon p{
		font:12px Arial, Helvetica, sans-serif; 
		color:#3F362F;
		line-height:12px;
		}
.righticon:hover{
	background: url(../images/right_icon_bg.png) 4px -95px no-repeat;
	cursor:pointer;
	}

div#footer{
	width: 100%;
	float: left;
}
 /*dropdown menu*/
	#dropmenudiv {
	position: absolute;
	z-index: 100;
	}
	
		#dropmenudiv a {
		width: 100%;
		display: block;
		}
		
		#dropmenudiv a:hover { /*hover background color*/
		background-color: #422A1B;
		}
		
		.ddmenu {
		background-color: #ffffff;
		display: block;
		text-align: left;
		margin-left: 2px;
		}
		
		.ddmenu a:link, .ddmenu a:visited, .ddmenu a:active {
		width: 100%;
		color: #ffffff;
		background-color: #645145;
		font: 12px Arial;
		padding: 8px;
		text-decoration: none;
		border-right: 1px solid #422A1B;
		border-bottom: 1px solid #422A1B;
		}
		
		.ddmenu a:hover { /*hover background color*/
		color: #ffffff;
		background-color: #422A1B;
		text-decoration: none;
		}
		
	.ddmenusmall {
	position: relative;
	left: -5px;
	background-color: #645145;
	display: block;
	text-align: left;
	}
	
		.ddmenusmall a:link, .ddmenusmall a:visited {
		width: 100%;
		color: #ffffff;
		background-color: #645145;
		font: 10px Arial;
		padding: 4px;
		text-decoration: none;
		border-right: 1px solid #422A1B;
		border-bottom: 1px solid #422A1B;
		}
		
		.ddmenusmall a.bottom {
		color: #ffffff;
		background-color: #645145;
		font: 10px Arial;
		padding: 5px;
		text-decoration: none;
		border-top: 1px solid #422A1B;
		border-right: 1px solid #422A1B;
		}
		
		.ddmenusmall a.bottom:hover { /*hover background color*/
		color: #ffffff;
		background-color: #422A1B;
		text-decoration: none;
		}

/*BOOKING*/
#book{
	background: url(../images/bookingstrip.png) center; 
	height:66px;
	margin-bottom:20px;
	}
#booktext{
	font:18px Arial, Helvetica, sans-serif; color:#8b6b47;
	}
.extra{
	float:left;
	padding-right:15px;
	padding-top:20px
	}
.booking{
	float:left;
	padding-right:5px;
	padding-top:20px;
	font:14px Arial, Helvetica, sans-serif;
	}
.bookingtext{
	float:left;
	padding-right:5px;
	padding-top:20px;
	font:14px Arial, Helvetica, sans-serif;
	}
#bookingbutton{
	float:left;
	padding-left:10px;
	padding-top:21px;
	}
#invisible{
	display:none;
	float:left;
	padding-left:5px;
	padding-top:22px;
	font:12px Arial, Helvetica, sans-serif; 
	color:#666666
	}

.loading {
	padding: 5px;
	background: #fff;
	border-top: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	margin: 50px auto;
	width: 100px;
	color: #666;
	font: 12px Arial, Helvetica, sans-serif;
}

.images div {
	display: none;
	position: absolute;
	margin-bottom: 0px;
}	

/* --- Overlay --- */
div.contentWrap {
	overflow-y:auto;
}

/* the overlayed element */ 
.overlay {         
	/* must be initially hidden */     
	display:none;          
	/* place overlay on top of other elements */     
	z-index:10000;          
	/* styling */     
	padding: 20px;
	background-color:#fff;          
	width:800px;         
	min-height:200px;     
	border:10px solid #eee;          
	/* CSS3 styling for latest browsers */     
	-moz-box-shadow:0 0 15px 5px #000;     
	-webkit-box-shadow: 0 0 15px #000;     
}

/* close button positioned on upper right corner */ 
.overlay .close {
	z-index:20000;     
	background-image:url(../images/close.png);     
	position:absolute;     
	right:-22px;     
	top:-22px;     
	cursor:pointer;     
	height:35px;     
	width:35px; 
}

.galleryimage {
	width:800px;
	background: #fff;
	position: relative;
	left: 20px;
	text-align: center;
	overflow: hidden;
}
#imagewrap{
overflow:hidden
}
.backward{
	color: #8b6b47;
	cursor:hand;
	cursor:pointer;
	font-size:30px;
	position:absolute;
	bottom: 30px;
	left:20px;
	z-index: 10
}
.forward{
	color: #8b6b47;
	cursor:hand;
	cursor:pointer;
	font-size:30px;
	position:absolute;
	bottom: 30px;
	right:20px;
	z-index: 10
}
.slidetabs{
	position:absolute;
	left:-10000px;
	top:-10000px;
}
a.backward:link, a.backward:active, a.backward:visited, a.forward:link, a.forward:active, a.forward:visited {
	color: #8b6b47;
	line-height: 34px;
	text-decoration: none;
}
a.backward:hover, a.forward:hover {
	color: #000000;
	line-height: 34px;
	text-decoration: none;
}

<!-- INDEX PAGE STYLES -->
.bodypics{
		margin: 5px 10px 5px 0px;
		display:block;
		}
div#indextop {
	width: 100%;
	margin: 0 0 0 0;
	float: left;
	height: 370px;
	background: url('../images/bg_Top.jpg') no-repeat top center;
}
div#indextop div#topcontainer {
		display: block;
		margin: auto;
		width: 960px;
		text-align: left;
		height: 326px;
	}
div#indextop div#logo {
		width: 390px;
		text-align: center;
		padding-top: 40px;
		float: left;
	}
p#introTop {
		margin: 16px 20px 0 40px;
		font: 14px Georgia, "Times New Roman", Times, serif;
		color: #553716;
		text-align: left;
		line-height: 20px;
	}
div#flash {
		float: left;
		text-align: left;
		margin: 13px 0 0 0;
		background-color:#000000;
	}
div#photostrip{
	margin-bottom:10px
}
			
div#indexhsvBar {
	width: 100%;
	margin: 0 auto;
	height: 60px;
	background: url(../images/bg_HSVBar.jpg) no-repeat top center;
}

div#hsvBar {
	width: 100%;
	margin: 0 auto;
	height: 60px;
	background: url(../images/bg_SubHSVBar.jpg) no-repeat top center;
}

div#indexhsvBar span, div#hsvBar span {
	display: none;
}

div#indexhsvBar div, div#hsvBar div {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

div#indexhsvBar a.logo, div#hsvBar a.logo {
	display: block;
	float: right;
	width: 180px;
	height: 50px;
	margin: auto;
}

a#BHSVhome{
			background: url(../images/BHSVhome.gif) 0 0 no-repeat;
			width: 224px;
			float: left;
			display: block;
			height: 27px;
		}
		a#BHSVhome:hover{
			background: url(../images/BHSVhome.gif) 0 -27px no-repeat;
		}
		
		a#BHSVcollection{
			background: url(../images/BHSVcollection.gif) 0 0 no-repeat;
			width: 143px;
			float: left;
			display: block;
			height: 27px;
		}
		a#BHSVcollection:hover{
			background: url(../images/BHSVcollection.gif) 0 -27px no-repeat;
		}
		div#menu {
			margin: auto;
			height: 43px;
			width: 960px;
			text-align: center;
		}
			div#menu div{
					margin: 0;
					float: left;
					display: inline;
					text-align: center;
				}
				div#menu div a{
					display: block;
					height: 43px;
					font:15px Arial, Helvetica, sans-serif;
					text-decoration:none;
					color:#F2E6D9;
				}
				div#menu div a:hover, div#menu div a.currentmenu:hover{
					color:#F2E6D9;
				}
				div#menu div a.currentmenu{
					color:#A75901;
				}
				div#menu span{
					display:block;
					padding:13px 0;
				}
					div#menu div#bhome{
						padding-left: 37px;
					}
					div#menu div#bhome a{
						background: url(../images/navbarimg.gif) 0 -86px no-repeat;
						width: 69px;
					}
					
					div#menu div#bhome a:hover, div#menu div#bhome a.currentmenu:hover{
						background: url(../images/navbarimg.gif) 0 -43px no-repeat;
					}
					div#menu div#bhome a.currentmenu{
						background: url(../images/navbarimg.gif) 0 0 no-repeat;
					}
					
					div#menu div#bpackages a{
						background: url(../images/navbarimg.gif) -69px -86px no-repeat;
						width: 199px;
					}
					div#menu div#bpackages a:hover, div#menu div#bpackages a.currentmenu:hover{
						background: url(../images/navbarimg.gif) -69px -43px no-repeat;
					}
					div#menu div#bpackages a.currentmenu{
						background: url(../images/navbarimg.gif) -69px 0 no-repeat;
					}
					
					#baccommodationlink {
						background: url(../images/navbarimg.gif) -268px -86px no-repeat;
						width: 135px;
					}
					div#menu div#baccommodation a:hover, div#menu div#baccommodation a.currentmenu:hover{
						background: url(../images/navbarimg.gif) -268px -43px no-repeat !important;
					}
					div#menu div#baccommodation a.currentmenu{
						background: url(../images/navbarimg.gif) -268px 0 no-repeat !important;
					}
					
					div#menu div#bdining a{
						background: url(../images/navbarimg.gif) -403px -86px no-repeat;
						width: 75px;
					}
					div#menu div#bdining a:hover, div#menu div#bdining a.currentmenu:hover{
						background: url(../images/navbarimg.gif) -403px -43px no-repeat !important;
					}
					div#menu div#bdining a.currentmenu{
						background: url(../images/navbarimg.gif) -403px 0 no-repeat;
					}
					
					div#menu div#bfacilities a{
						background: url(../images/navbarimg.gif) -478px -86px no-repeat;
						width: 166px;
					}
					div#menu div#bfacilities a:hover, div#menu div#bfacilities a.currentmenu:hover{
						background: url(../images/navbarimg.gif) -478px -43px no-repeat !important;
					}
					div#menu div#bfacilities a.currentmenu{
						background: url(../images/navbarimg.gif) -478px 0 no-repeat;
					}
					
					div#menu div#baboutus a{
						background-position: -644px -86px;
						background: url(../images/navbarimg.gif) -644px -86px no-repeat;
						width: 89px;
					}
					div#menu div#baboutus a:hover, div#menu div#baboutus a.currentmenu:hover{
						background: url(../images/navbarimg.gif) -644px -43px no-repeat !important;
					}
					div#menu div#baboutus a.currentmenu{
						background: url(../images/navbarimg.gif) -644px 0 no-repeat;
					}
					
					div#menu div#bgallery a{
						background: url(../images/navbarimg.gif) -733px -86px no-repeat;
						width: 73px;
					}
					div#menu div#bgallery a:hover, div#menu div#bgallery a.currentmenu:hover{
						background: url(../images/navbarimg.gif) -733px -43px no-repeat;
					}
					div#menu div#bgallery a.currentmenu{
						background: url(../images/navbarimg.gif) -733px 0 no-repeat;
					}
					
					div#menu div#bcontactus a{
						background: url(../images/navbarimg.gif) -806px -86px no-repeat;
						width: 101px;
					}
					div#menu div#bcontactus a:hover, div#menu div#bcontactus a.currentmenu:hover{
						background: url(../images/navbarimg.gif) -806px -43px no-repeat;
					}
					div#menu div#bcontactus a.currentmenu{
						background: url(../images/navbarimg.gif) -806px 0 no-repeat;
					}
div#contentwrapper {
		width: 100%;
		margin: auto;
		text-align: center;
		float: left;
		padding-bottom: 50px;
	}
div#content {
		margin: auto;
		width: 880px;
		text-align: left;
	}
div#indexcontent {
		margin: auto;
		width: 880px;
		text-align: left;
	}
div#leftcolumn {
		float: left;
		width: 554px;
	}
	div#rightcolumn {
		float: right;
		width: 265px;
		height: 850px;
		background: url(../images/bg_Sidebar.gif) top left no-repeat;
		position: relative;
	}
/* SUB PAGE STYLES */
#sub{
	margin:0;
	background:#ffffff url('../images/bg_sub.gif') repeat-x top center;
	text-align:center;
	}

div#top {
		width: 100%;
		float:left;
		height: 239px;
		background: url('../images/bg_TopSub.jpg') no-repeat top center;
	}
	
	div#top div#topcontainer {
		margin: auto;
		width: 960px;
		text-align: left;
		height: 196px;
	}
	
	div#top div#logo {
		width: 390px;
		text-align: center;
		padding-top: 24px;
		float: left;
	}
	
	div#top div#pics {
		float: left;
		text-align: left;
		margin: 20px 0 0 5px;
	}
	
	div#top div#pics img{
		float: left;
		margin: 0 25px 0 0;
	}
	
	a.newsevent:link, a.newsevent:active, a.newsevent:visited {
		font: 12px Georgia, "Times New Roman", Times, serif;
		color: #8b6b47;
		text-decoration: none;
	}
		
	a.newsevent:hover {
		text-decoration: underline;
	}		
		
			a.newsevent {
				font: 12px Georgia, "Times New Roman", Times, serif;
				color: #8b6b47;
				text-decoration: underline;
				
			}
			a.newsevent:hover{
				color: #333333;
			}
			div#memberof {
				text-align: center;
				margin: auto;
				padding: 0 0 10px 0;
			}		

.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}.clearfix{display:inline-block}* html .clearfix{height:1%}.clearfix{display:block}
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}

div {
	font: 12px Arial, Helvetica, sans-serif;
}

.formfield label {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	width: 120px;
	text-align: left;
	float: left;
	display: inline;
	padding: 5px;
}

.formfield input {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;
	display: inline;
	padding: 3px;
}

.formfield input.text {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	width: 230px;
	text-align: left;
	float: left;
	display: inline;
	padding: 3px;
	background: #fff url('../images/bg_input.gif') 0 0 repeat-x;
	border-bottom: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-left: 1px solid #bbb;
	border-top: 1px solid #bbb;
}

.formfield select {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;
	display: inline;
	padding: 3px;
	border-bottom: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-left: 1px solid #bbb;
	border-top: 1px solid #bbb;
}

.formfield textarea {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;
	display: inline;
	padding: 3px;
	margin-top: 2px;
	border-bottom: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-left: 1px solid #bbb;
	border-top: 1px solid #bbb;
}

/* HSV Footer */
#hsvfooter {
	background: url(../images/bg_footer.gif) repeat-x; 
	height:170px;
	}
#hsvcontainer{
	width:890px; 
	margin:0 auto; 
	padding-top:33px;
	}
#memberline{
	 height:60px; 
	 float:left; 
	 text-align:left;
	 }
	 #memberline a{
	 	font:10px Arial, Helvetica, sans-serif;
		color:#666666;
		text-decoration:none;
		margin-right:12px;
		 }
#follow{
	height:60px; 
	text-align:left; 
	padding-left:10px;
	display:block;
	}
	#follow img{
	float:right;
	padding:0 3px 0 3px;
	}
#awards{
	text-align: left; 
	width: 890px; 
	margin: 0 auto 20px auto;
}

#social {
	border: solid 1px #e5e1c6;
	border-radius: 4px;	
	background: url(../images/socialbar_bg.png) repeat-x bottom left;
	width: 100%;
	float: left;
	margin: 20px 0 10px 0;
	padding: 10px 5px 5px 5px;
	
}

#social span {
	font: 11px Arial, Helvetica, sans-serif;
	color:#8d6c67; 
	margin: 1px 5px 0 0;
	float: left;
}

/*SPECIALS*/

#special_menu {
	height: 23px;	
	position: relative;
	overflow: hidden;
}

.line {
	border-bottom: solid 1px #cdb38d;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 1;
}

ul.tabs {	
	margin: 15px 0 0 23px !important;
	list-style: none;
	padding: 0;	
	position: absolute;
	z-index: 10;
}

li.special_menu {
	padding: 0;
	margin: 0 !important;
	float: left;
}

a.nav {
	background: url(../images/socialbar_bg.png) repeat-x bottom left;
	font: 12px Arial, Helvetica, sans-serif;
	color: #8b6b47;
	border: solid 1px #cdb38d;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 0 7px 0 7px;
	margin: 0 4px 0 0;
	line-height: 21px !important;
	text-decoration: none !important;
	float: left;
}

a.nav:hover {
	color: #8b6b47;
	text-decoration: none;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
a.current {
	background: #fff;	
	border-bottom: solid 1px #fff;
	font: 12px Arial, Helvetica, sans-serif;	
	color: #8b6b47;
	line-height: 21px !important;	
	text-decoration: none !important;
	cursor: default !important; 
	float: left;
	margin: 0 4px 0 0;
}

#panes {
	width: 100%;
}

#all {
	background: #fff;	
    height: auto !important;
}

#summerholidays {	
	background: #fff;
    height: auto !important;  
}

.specialitemcontainer {
	cursor: pointer;
	float: left;
	padding: 20px 0;
	border-bottom: solid 1px #cdb38d;
}

.special_hover {
	background: url(../images/special_bg.jpg) repeat-x bottom left !important;
}

.special_item_img {
	float: left;
	margin: 0 10px 0 0;
	border: solid 1px #cdb38d;
}

.spec_content {
	float: left;
	width: 438px;
	margin: 0;
}

p.special_title {
	font: 15px Georgia, "Times New Roman", Times, serif;
	color: #8b6b47;
	font-weight: bold;
	margin: 0;
}

p.special_timestamp {
	font: 11px Arial, Helvetica, sans-serif;
	color: #555;
	font-style: oblique;
	margin: 0;
}

span.special_time {
	font: 11px Arial, Helvetica, sans-serif;
	color: #555;
	font-style: oblique;
	margin: 0;
}

p.special_item {
	font: 12px Arial, Helvetica, sans-serif;
	color: #555;
	margin: 5px 0;
}

span.special_bold {
	font: 11px Arial, Helvetica, sans-serif;
	color: #555;
	font-weight: bold;
	margin: 0;
}

/*add this*/
.at15t_compact {
	background:url(../images/share.gif) no-repeat scroll 0 0 transparent !important;
}
