/*------------------------------------------------------------------
[Tools Stylesheet: Plugin-specific Styles]

Project:						Lunarpages Web Hosting
Primary use:					Web site - Screen
-------------------------------------------------------------------
[Table of Contents]

[1] Main Nav Dropdown, Country Dropdown (jquery.min.js + superfish.js + hoverIntent.js)
[2] Tabs (jquery.min.js + hoverIntent.js + jquery.tools.min.js)
[3] Scroller (jquery.min.js + jquery.tools.min.js)
[4] Google Search Knowledge Base Page
[5] Accordion (jquery.min.js + hoverIntent.js + jquery.tools.min.js)
[6] Overlay (jquery.min.js + jquery.tools.min.js)
/*------------------------------------------------------------------
[1] Main Nav Dropdown, Country Dropdown (jquery.min.js + superfish.js + hoverIntent.js)
*/	

#countrySelector
{
	float: left;
	position: relative;
	z-index: 9997;
	width: 40px;
	margin: 2px 30px 0 0;
	padding: 0;
	text-align: left
}
	#countrySelector li
	{
		border: none !important
	}
	#countrySelector li img
	{
		margin: 0 10px 0 0;
		padding: 0
	}
	#countrySelector a#arrow, #countrySelector a#arrow:active, #countrySelector a#arrow:visited
	{
		padding: 2px 10px 7px 15px;
		background: url(../images/_layout/arrowDown.png) no-repeat 45px 6px
	}
/*** ESSENTIAL STYLES ***/	

/*------------------------------------------------------------------
[2] Tabs (jquery.min.js + hoverIntent.js + jquery.tools.min.js)
*/

/* root element for tabs  */
ul.tabs {  
	margin: 0 !important; 
	padding: 0;
	height: 30px;
	border-bottom: 1px solid #fff	 	
}

/* single tab */
ul.tabs li {  
	float: left;	 
	padding: 0; 
	margin: 0;  
	list-style-type: none	
}

/* link inside the tab. uses a background image */
ul.tabs a, ul.tabs a:active, ul.tabs a:visited
{ 
	display: block;
	float: left;
	position: relative;
	top: -2px;
	font-size: 1.1em;	
	padding: 7px 30px;	
	text-decoration none;
	border: solid 1px #e0e2e5;
	border-bottom: 0;
	height: 18px;
	background: #beddf9 url(../images/_layout/tabBg.gif) repeat-x 0 -49px;
	margin-right: 2px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright:5px;
	border-radius-topleft: 5px;
	border-radius-topright: 5px
}

ul.tabs a:hover, ul.tabs a:hover:focus
{
	background: #1488fc;
	color: #fff
}
	
/* selected tab */
ul.tabs a.current, ul.tabs a.current:active, ul.tabs a.current:visited {			
	color: #0e3557;	
	cursor: default;
	border-bottom: 2px solid #ebedf0;
	background: #ebedf0 url(../images/_layout/tabBg.gif) repeat-x 0 0;
}
	ul.tabs a.current:hover
	{
		color: #0e3557;
		background: #ebedf0 url(../images/_layout/tabBg.gif) repeat-x 0 0;
	}
	
/* tab pane */
.panes {
	border-left: solid 1px #e0e2e5;
	border-right: solid 1px #e0e2e5;
	border-bottom: solid 1px #e0e2e5;
	min-height: 100px;
	padding: 15px 20px;
	background: #ebedf0;
}
.panes div.pane {
	display: none
}

/*------------------------------------------------------------------
[3] Scroller (jquery.min.js + jquery.tools.min.js)
*/
/* position and dimensions of the navigator */
.navi
{
	position: absolute;
	z-index: 3;
	margin: -30px 0 0 670px
}
/* items inside navigator */
.navi a
{
	display: block;
	float: left;
	margin: 3px;
	width: 8px;
	height: 8px;				
	font-size: 1px;
	background: url(../images/_layout/scroller/navigator.png) 0 0 no-repeat
}
/* mouseover state */
.navi a:hover
{
	background-position: 0 -8px
}
/* active state (current page state) */
.navi a.active
{
	background-position: 0 -16px   
}
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable
{
	/* required settings */
	position: relative;
	overflow: hidden;
	width: 757px;
	height: 282px
}
/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width: 20000em;
	position: absolute;
	clear: both;
}
/* single scrollable item */
.scrollable .slide
{	
	float: left;
	width: 757px;
	height: 282px;
	margin: 0;
	padding: 0	
}
/* active item */
.scrollable .active
{
	border: 2px solid #000;
	position: relative;
	cursor: default
}
/* img */
.slideImg
{	
	position: absolute;
	z-index: 1;
	width: 757px;
	height: 282px
}
/* text */
.slideTxt
{
	position: absolute;
	z-index: 2;
	width: 300px;
	margin: 50px 0 0 410px
}
.slideTxt h1
{
	margin: 0;
	font-size: 4em;	
	font-weight: normal
}
.slideTxt h2
{
	margin: 0;
	font-size: 2em;
	font-weight: normal	
}
.slideTxt h3
{
	font-weight: normal
}
/* links */
.slideTxt h1 a, .slideTxt h1 a:active, .slideTxt h1 a:visited,
.slideTxt h1 a:hover, .slideTxt h1 a:focus
{
	color: #fff	
}
.slideTxt h2 a, .slideTxt h2 a:active, .slideTxt h2 a:visited,
.slideTxt h2 a:hover, .slideTxt h2 a:focus
{
	color: #0161c1	
}
.slideTxt h3 a, .slideTxt h3 a:active, .slideTxt h3 a:visited,
.slideTxt h3 a:hover, .slideTxt h3 a:focus
{
	font-weight: normal;
	color: #0e3557	
}
/*------------------------------------------------------------------
[4] Google Search Knowledge Base Page
*/
.gsc-control
{
	width: 670px !important
}
input.gsc-input
{	
	width: 500px;
	height: 30px;
	color: #54606c;
	font-size: 1.6em;
	border: solid 1px #e0e2e5 !important
}
input.gsc-search-button
{
	padding: 0 10px 3px 0 !important;
	width: 83px !important;
	height: 28px !important;
	font-weight: bold !important;
	color: #fff !important;
	border: none !important;
	cursor: pointer !important;
	background: url(../images/_layout/btn.png) no-repeat 0 -56px !important
}
	input.gsc-search-button:hover
	{
		color: #fff;
		background-position: 0 -84px !important
	}
.gs-result .gs-title, .gs-result .gs-title *,
a.gstitle, a.gstitle:active, a.gstitle:visited
{
	color: #0161c1 !important;
	text-decoration: none !important
}
	a.gstitle:hover, a.gstitle:focus
	{
		color: #1488fc !important
	}
.gs-visibleUrl
{
	margin-bottom: 15px !important;
	color: #959595 !important
}
.gs-snippet
{
	line-height: 1.4em !important
}
.gsc-resultsHeader
{
	border-top: solid 1px #DCDCDC !important;
	border-bottom: none !important;
	border-left: none !important;
	border-right: none !important;
	margin-bottom: 20px	!important
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page
{	
	padding: 2px 6px;
	background: #beddf9
}
.gsc-results .gsc-cursor-box .gsc-cursor-page
{
	color: #0e3557 !important;
	font-weight: bold;
	text-decoration: none !important
}
.gsc-tabsArea{
  display: none;
}
/*------------------------------------------------------------------
[5] Accordion (jquery.min.js + hoverIntent.js + jquery.tools.min.js)
*/
/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	
}

/* accordion header */
#accordion h5 {
	cursor: pointer;
	margin: 10px 0 0 0;
	padding-top: 10px;
	border-top: solid 1px #dcdcdc;
}
#accordion h5:hover {
	color: #1488fc
}

/* currently active header */
#accordion h5.current {
	cursor: default;
	color: #1488fc
}

/* accordion pane */
#accordion .pane {	
	display: none;
	padding: 10px 20px
}
/*------------------------------------------------------------------
[6] Overlay (jquery.min.js + jquery.tools.min.js)
*/
/* the overlayed element */
.overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(../images/_layout/white.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:370px;

	/* a little styling */	
	font-size:11px;
	border: solid 10px #ebedf0;
	
	z-index: 9999 !important

}

/* default close button positioned on upper right corner */
.overlay .close {
	background: url(../images/_layout/close.png) no-repeat center center;
	position:absolute; 
	right: 0;
	top: 0;
	cursor:pointer;
	height:35px;
	width:35px;
}
#custom, #forgot div.close {
	right:-15px;
	top:-10px;
}
.box
{
	margin: auto;
	padding: 40px 50px;
	width: 270px;
	color: #7f7f7f;
	font-size: 1.2em
}
#custom label, #forgot label
{
	display: block;
	float: none;
	margin: 0 0 5px 0;
	width: auto;
	text-align: left
}
#custom .txtBox, #forgot .txtBox
{
	display: block;
	float: none;
	width: 265px;
	margin: 0 0 8px 0;
	padding: 3px 0 0 3px;
	height: 25px;
	font-size: 1em;
	color: #54606c;
	border: solid 1px #e0e2e5;
	background: #f7f8f9
}
#custom h1, #forgot h1
{
	margin: 0 0 10px 0;
	color: #0161c1;
	font: bold 1.6em Arial, Helvetica, sans-serif;
	text-shadow: none
}
#custom .checkBox
{
	display: inline;
	float: left
}
#custom .backSignIn
{
	float: right;
	width: 110px;
	margin: 0 15px 0 0
}

