/*------------------------------------------------------------------
[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)
*/	
#mainNav
{
	float: right !important;
	position: relative;
	z-index: 9996;
	margin: 10px 0 0 0 !important
}
#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"/*tpa=http://www.lunarpages.com/themes/lunarpages/images/_layout/arrowDown.png*/) no-repeat 45px 6px
	}
/*** ESSENTIAL STYLES ***/	
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	text-align:		left
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			13em;  /*left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;	
	border-left: 	solid 1px #a8aaac
}
.sf-menu a, .sf-menu a:active, .sf-menu a:visited {
	display:		block;
	padding: 		2px 15px;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			1.7em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			13em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul
{
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			13em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;	
}
.sf-menu a, .sf-menu a:active, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #54606c;
	font-size: .9em;	
}
.sf-menu li {
	
}
.sf-menu li li {
	/*width:			170px;	*/
	border-left:	none;
	border-top:		solid 1px #0c497f;
	border-bottom:	solid 1px #053158;
	background:		#063c6c;
}
	.sf-menu li li.noBorderTop {
		border-top:	none !important
	}
.sf-menu li li a, .sf-menu li li a:visited {
	color:			#fff;
	font-weight: 	normal
}
.sf-menu li li li {
	/*width:			170px;	*/
	border-left:	none;
	background:		#063c6c;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	color:			#063c6c !important;
	background:		#ddecf9;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url("../images/_layout/shadow.png"/*tpa=http://www.lunarpages.com/themes/lunarpages/images/_layout/shadow.png*/) no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/*------------------------------------------------------------------
[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"/*tpa=http://www.lunarpages.com/themes/lunarpages/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"/*tpa=http://www.lunarpages.com/themes/lunarpages/images/_layout/tabBg.gif*/) repeat-x 0 0;
}
	ul.tabs a.current:hover
	{
		color: #0e3557;
		background: #ebedf0 url("../images/_layout/tabBg.gif"/*tpa=http://www.lunarpages.com/themes/lunarpages/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: -45px 0 0 560px;;
}
/* items inside navigator */
.navi a
{
	display: block;
	float: left;
	margin: 3px;
	width: 14px;
	height: 14px;				
	font-size: 1px;
	background-image:url(../images/_layout/scroller/navigator.png);
	background-repeat:no-repeat;
}
/* mouseover state */
.navi a:hover
{
	background-position: 0 -14px
}
/* active state (current page state) */
.navi a.active
{
	background-position: 0 -28px   
}
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable
{
	/* required settings */
	position: relative;
	overflow: hidden;
	width: 680px;
	height: 299px;
	margin: 5px 0 0 8px;
	
}
/*
	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:680px;
	height: 299px;
	margin: 0;
	padding: 0;
}
/* active item */
.scrollable .active
{
	border: 2px solid #000;
	position: relative;
	cursor: default;
}
/* img */
.slideImg
{	
	position: absolute;
	z-index: 1;
	width: 682px;
	height: 299px;
}
/* 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"/*tpa=http://www.lunarpages.com/themes/lunarpages/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"/*tpa=http://www.lunarpages.com/themes/lunarpages/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"/*tpa=http://www.lunarpages.com/themes/lunarpages/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 .login-head, #forgot .login-head
{
	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
}

/* ie png opacity fix */
.panes img{
  background: #EBEDF0;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */      
	zoom: 1;
}
