#featured-box {height: 140px !important;}
#article {padding: 0 10px;}
/* Added for the promote function formatting */
.title a {
	color:#222222 !important; /* Overwrite the default link color for the title */
}

/* Set for the photo galleries the section information. */
.section {
	color:black;
}

/*  Set border on the center container */
.this {
}

.topTabs {
border-bottom-style:dashed;
border-bottom-color:59bcfd;
border-bottom-width:1px;
border-bottom-style:dashed;
border-bottom-color:59bcfd;
margin-bottom: 10px !important;
padding:0px !important;
}
.bottomTabs {
border-top-style:dashed;
border-top-color:59bcfd;
border-top-width:1px;
border-top-style:dashed;
border-top-color:59bcfd;
margin-top: 10px !important;
padding:0px !important;
}

.bhive-tabs {
	margin:0px;
	padding:0px;
}



/*  Tab descriptors */
.topTabs #item_selector_tab_home   a { background: url(./tabs/tab-home-top.gif) top left no-repeat; width: 42px; }
.topTabs #item_selector_tab_invite a { background: url(./tabs/tab-invite-top.gif) top left no-repeat; width: 70px; }
.topTabs #item_selector_tab_party  a { background: url(./tabs/tab-party-top.gif) top left no-repeat; width: 70px; }
.topTabs #item_selector_tab_photos a { background: url(./tabs/tab-photos-top.gif) top left no-repeat; width: 70px; }
.topTabs #item_selector_tab_share  a { background: url(./tabs/tab-share-top.gif) top left no-repeat; width: 70px; }
.topTabs #item_selector_tab_recipes  a { background: url(./tabs/tab-recipes-top.gif) top left no-repeat; width: 70px; }
.topTabs #item_selector_tab_chat   a { background: url(./tabs/tab-chat-top.gif) top left no-repeat; width: 42px; }
.topTabs #item_selector_tab_sweeps a { background: url(./tabs/tab-sweeps-top.gif) top left no-repeat; width: 86px; }

.bottomTabs #item_selector_tab_home   a { background: url(./tabs/tab-home-bot.gif) top left no-repeat; width: 42px; }
.bottomTabs #item_selector_tab_invite a { background: url(./tabs/tab-invite-bot.gif) top left no-repeat; width: 70px; }
.bottomTabs #item_selector_tab_party  a { background: url(./tabs/tab-party-bot.gif) top left no-repeat; width: 70px; }
.bottomTabs #item_selector_tab_photos a { background: url(./tabs/tab-photos-bot.gif) top left no-repeat; width: 70px; }
.bottomTabs #item_selector_tab_share  a { background: url(./tabs/tab-share-bot.gif) top left no-repeat; width: 70px; }
.bottomTabs #item_selector_tab_recipes  a { background: url(./tabs/tab-recipes-bot.gif) top left no-repeat; width: 70px; }
.bottomTabs #item_selector_tab_chat   a { background: url(./tabs/tab-chat-bot.gif) top left no-repeat; width: 42px; }
.bottomTabs #item_selector_tab_sweeps a { background: url(./tabs/tab-sweeps-bot.gif) top left no-repeat; width: 86px; }
/*
#webform ul.bhive-tabs {
position:relative;
top:-48px;
}

.topTabs .bhive-tabs {
position:relative;
top:-38px;
}*/
.topTabs {
	height:26px;
}
.bottomTabs {
	height:26px;
}

.bhive-tabs li {
	float: left;
	list-style:none;
}	
.bhive-tabs li a {
	color: #000;
	padding: 26px 0 0 0;
	margin-right: 2px;
	height: 0;
	overflow: hidden;
	display: block;	
}

/* Code to shift image and indcate selction on hover or active */
ul.bhive-tabs.bottom li a.active,
ul.bhive-tabs.bottom li a:hover,
ul.bhive-tabs li a.active,
ul.bhive-tabs li a:hover {
	background: #8a8a8a;
	background-position: top right !important;
	color: #fff;
}

