/* */
/* utalk-support.css*/
/*Needs tidying up*/

/* */
/* Subnavigation ("crumbs")*/
/**/

div.phone-content div.support-content div#subnavigation ul li a, div.support-content div#subnavigation ul li.current {
	line-height: 40px;
	margin-top: -12px;
	padding-right: 50px;
	padding-left: 30px;
	float: left;
	display: block;
	text-decoration: none;
	background: url(/img/subHeadNav.png) no-repeat top right;
	color: #2C2B2B;
	font-weight: bold;
	font-size: 14px;
	margin-left: 0;
}

div.phone-content div#subnavigation ul li {
	display: inline;
}

#subnavigation {
	height: 40px;
	border: 1px solid #DDD;
	background: white no-repeat 0 40px;
	position: relative;
	margin-bottom: 20px;
	text-align: left;
	margin-top: 40px;
}

#subnavigation ul {
	padding-left: 5px;
}

div.phone-content div.support-content div#subnavigation ul li.no-background a {
	background: none;
}

div.phone-content div.support-content div#subnavigation ul li#et-support a {
	float: right;
	padding-left: 40px;
	border-left: 1px solid #DDD;
}

#subnavigation ul li.current h1 {
    font-size: 14px;
	font-weight: bold;
	color: #2c2b2b;
}

#subnavigation ul li a:hover {
	/*background-position: top right;*/
	color: #0983d1;
}

#subnavigation ul li.current {
	background: none;
}

/* */
/* Intro on Support page*/
/**/

img#logo {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

p.header-logo {
	margin-top: 10px;
	padding-left: 0;
	margin-left: 0;
	clear: both;
}

div#subheader p {
	font-size: 18px;
}


div#subheader p {
	font-size: 25px;
}


div.support-content div#subheader p {
	padding-bottom: 0;
	margin-bottom: 0;
}

div.support-content div#subheader {
	margin-top: 5px;
	height: 50px;
}

.phone-content div.support-content #subheader   {
    margin-bottom: 20px;
    padding-top: 20px;
}

div.support-content div#subheader {
	padding-bottom: 120px;
}

.blue {
	color: #055180;
}


div#subheader span#header-text p {
	clear: both;
	font-size: 28px;
	font-weight: 200;
	color: #333;
	-webkit-margin-before: 0.67em;
	-webkit-margin-after: 0.67em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	padding-top: 0;
	margin-top: 0;
	margin: 5px 0;
	font-weight: bold;
	color: #0983D1;
	letter-spacing: -0.04em;
	margin-bottom: 100px;
	margin-left: 12px;

}


	
/* */
/* Clickable questions and answers for Support page */
/**/
/* Tabs */


div.support-content ul.tabs {
	padding-top: 200px;
}

div.support-content ul.tabs a {
	font-size: 30px;
	border-bottom: none;
}


div#support-tabs {
	clear: both;
	padding-top: 30px;
	border-bottom: 1px solid #DDD;

	padding-bottom: 20px;
}

div#support-tabs h1 {
	font-size: 18px;
	padding-bottom: 40px;
	margin-top: 20px;
	font-weight: 400;
	margin: 5px 0;
	font-weight: bold;
	color: #0983D1;
	letter-spacing: -0.04em;
}

div.support-content ul.tabs li.active {
	border-bottom: none;
}
	
ul.tabs a {
	font-size: 22px;
	border-bottom: 1px solid black;
	font-weight: normal;
}	

ul.tabs li p a {
	padding: 10px 20px 10px 20px;
	margin-right: 20px;
}

ul.tabs a, ul.tabs a:hover, ul.tabs li a {
	cursor: default;
	border: none;
	border-bottom: 1px solid #ECF6FF;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}	

ul.tabs a:hover {
	border-bottom: 1px solid #0983D1;
}

ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a { 
	border: 1px solid #DDD;
	border-bottom: 1px solid white;
}

/* Panes */

div.panes div {
	display:none;
	padding: 20px 40px 0 0;
	line-height: 1.7;
}

div.panes div ul{
	line-height: 2.2;
}

div.panes p {
	margin-bottom: 10px;
}

div.panes h3 {
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 15px;
}

div.panes div.single-pane p.solution a {
	text-decoration: underline;
}

div.panes {
	border-top: none;
}
	

div.panes p, div.panes li {
	font-size: 16px;
	margin-left: 45px;
	font-weight: 200;
}

div.single-pane p.solution img {
	float: left;
	margin: 10px 40px 30px 15px;
	border: 2px solid #055180;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.phone-content .single-pane h1 {
	font-weight: 200;
	font-size: 15px;
	margin: 0;
	margin-bottom: 20px;
	margin-top: 4px;
	padding-left: 10px;
	color: #333;
}

span.show h2 {
	margin-left: 15px;
}		

span.show a.showSolution h2 {
	margin-top: 35px;
	margin-bottom: 22px;
	left-margin: 5px;
	padding-left: 30px;
	color: #333;
	font-size: 18px;
	font-weight: normal;
	/*text-decoration: underline;*/
	background-image:url(/img/utalk/bullet.png);
	background-repeat:no-repeat;
	background-position:left center; 
	text-decoration: underline;
	margin-bottom: 20px;
	border-bottom: none;
	clear: both;
	font-weight: 200;
}

#email-support {
	border-top: 1px solid #DDD;
	margin-top: 40px;
	padding-top: 40px;
	margin-left: 0;
	clear: both;
}

#footer, #footer a {
	color: #444;
}




