/* @override http://alan_slot4/css/support.css */

#screencasts h1,
#faq h1 {
	margin: 0;
	font-size: 16pt;
	border-bottom: 1px solid #ccc;
	color: #666;
	padding: 15px 20px;
	text-shadow: 0 1px 0 #fff;
	background: #fff url("/img/support/navigation-btnbg-trans.png") repeat-x bottom left;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

/* @group Index */
#index h1 {
	font-size: 1.4em;
}
#index-intro p {
	font-size: 12pt;
	line-height: 1.5em;
	color: #666;
}
#index-faq {

}
#index-faq ul {
	padding-left: 1.25em;
}
#index-faq p {
	font-weight: bold;
}
#index-screencasts p,
#index-troubleshooting p {
	font-size: 11pt;
	line-height: 1.5em;
}
#index-screencasts img {
	margin-bottom: 0.5em;
}
#index-troubleshooting img {
	margin: 1em 0;
}
/* @end */


/* @group FAQ */
#faq {
	background-color: #f6f6f6;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
	margin-bottom: 30px;
}

/* Navigation */
#faq nav {
	float: left;
	width: 25%;
}
#faq nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#faq nav a {
	display: block;
	color: #333;
	text-decoration: none;
	font-size: 11pt;
	padding: 8px 20px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	background: #eee url("/img/support/navigation-btnbg-trans.png") repeat-x bottom left;		outline: none
}
#faq nav a:hover {
	background-color: #f6f6f6;
	color: #069;
}
#faq nav a:active {
	background-color: #ccc;
	background-image: none;
	color: #333;
	border-top-color: #aaa;
	border-bottom-color: #ccc;
}
#faq nav li.active a {
	color: #fff;
	text-shadow: 0 0 8px #fff;
	background-color: #069;
	border-top-color: #069;
	border-bottom-color: #004c7f;
	cursor: default;
}

/* Category containers */
#faq section {
	padding: 20px;
	margin-left: 25%;
	border-left: 1px solid #ccc;
	min-height: 360px;
	border-top: 1px solid #eee;
	background-color: #fff;
	text-shadow: none;
}
#faq section ul.index {
	margin: 0 0 2em;
	padding-left: 2em;
}
#faq section h2 {
	margin-top: 0;
	font-size: 14pt;
}

/* Answer container */
#faq section .faq {
	margin: 0.5em 0;
	border-top: 1px solid #eee;
	padding: 0.5em 0;
}
#faq section .faq figure {
	margin: 2em auto 1.5em;
}
#faq section .faq figure img {
	display: block;
	margin: 0 auto;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
#faq section .faq figure em {
	display: block;
	margin-top: 0.2em;
	padding: 0.5em;
	color: #999;
	text-align: center;
}
#faq section .faq .step {
	background-color: #666;
	color: #fff;
	font-size:  8pt;
	padding: 0.2em 0.5em;
	margin: 0 0.1em;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	
}
/* @end */

/* @group Screencasts */
#screencasts {
	background-color: #f6f6f6;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
	margin-bottom: 40px;
}
#screencasts nav {
	float: right;
	height: 425px;
	width: 240px;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #ddd;
	border-bottom: 1px solid #ccc;
}
#screencasts nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#screencasts nav a {
	display: block;
	color: #333;
	text-decoration: none;
	padding: 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	background: #eee url("/img/support/navigation-btnbg-trans.png") repeat-x bottom left;
	line-height: 1.1em;
	outline: none;
}
#screencasts nav small {
	color: #666;
}
#screencasts nav div {
	float: left;
	width: 40px;
	height: 28px;
	margin-right: 10px;
	background: url("/img/support/screencasts-play-trans.png") no-repeat top left;
}
#screencasts nav a:hover {
	background-color: #f6f6f6;
	color: #069;
}
#screencasts nav a:active {
	background-color: #ccc;
	background-image: none;
	color: #333;
	border-top-color: #aaa;
	border-bottom-color: #ccc;
}
#screencasts nav li.active a,
#screencasts nav li.active a:hover {
	color: #fff;
	text-shadow: 0 0 8px #fff;
	background-color: #069;
	border-top-color: #069;
	border-bottom-color: #004c7f;
	cursor: default;
}
#screencasts nav li.active small {
	color: #fff;
}
#screencasts nav li.active div {
	background-position: 0 -28px;
}
#screencasts section {
	padding: 20px;
	border: 1px solid #000;
	border-top: 0;
	margin-right: 240px;
	background: #333 url("/img/support/screencasts-videobg.png") repeat-x top left;
}
#screencasts section div {
	width: 640px;
	height: 385px;
	margin: 0 auto;
	background-color: #000;
	-webkit-box-shadow: 0 2px 10px #000;
	-moz-box-shadow: 0 2px 10px #000;
}
.ie6 #screencasts nav,
.ie6 #screencasts section {
	display: none;
}
#screencasts p {
	margin: 0;
	/*padding: 10px;*/
	padding: 30px 10px;
	font-size: 12pt;
	border-top: 1px solid #fff;
}
.ie6 #screencasts p {
	padding: 80px 10px;
}
#screencasts p a {
	margin:  0 auto;
	display: block;
	background: url("/img/support/screencasts-youtube.gif") no-repeat 20px 10px;
	width: 390px;
	padding: 10px 0 10px 130px;
	text-decoration: none;
	color: #333;
}
#screencasts p a:hover {
	background-color: #fff;
}
/* @end */

/* @group Troubleshooting */
#troubleshooting section {
	padding: 20px 0 40px;
}

/* Intro */
#troubleshooting-intro h1 {
	font-size: 2.4em;
}
#troubleshooting-intro p {
	font-size: 1.4em;
	line-height: 1.5em;
	color: #666;
}

/* Browser */
#troubleshooting-browser ul {
	padding: 0;
}
#troubleshooting-browser li {
	text-align: center;
	color: #666;
}
#troubleshooting-browser li a {
	display: block;
	font-weight: bold;
	padding-top: 68px;
	background-position: top center;
	background-repeat: no-repeat;
	text-decoration: none;
}
#troubleshooting-browser-ie {
	background-image: url("/img/support/troubleshooting-browser-ie.gif");
}
#troubleshooting-browser-firefox {
	background-image: url("/img/support/troubleshooting-browser-firefox.gif");
}
#troubleshooting-browser-chrome {
	background-image: url("/img/support/troubleshooting-browser-chrome.gif");
}
#troubleshooting-browser-safari {
	background-image: url("/img/support/troubleshooting-browser-safari.gif");
}
#troubleshooting-browser p.note {
	text-align: center;
	padding: 5px 10px;
	margin-bottom: 0;
	background-color: #feb;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/* Cache & Cookies  */
#troubleshooting ul.minibrowsers {
	padding: 0;
	list-style: none;
}
#troubleshooting ul.minibrowsers a {
	display: block;
	margin-bottom: 1em;
	padding-left: 38px;
	height: 32px;
	font-weight: bold;
	text-decoration: none;
	line-height: 32px;
	background-position: left center;
	background-repeat: no-repeat;
}
#troubleshooting a.minibrowsers-ie {
	background-image: url("/img/support/troubleshooting-minibrowsers-ie.gif");
}
#troubleshooting a.minibrowsers-firefox {
	background-image: url("/img/support/troubleshooting-minibrowsers-firefox.gif");
}
#troubleshooting a.minibrowsers-chrome {
	background-image: url("/img/support/troubleshooting-minibrowsers-chrome.gif");
}
#troubleshooting a.minibrowsers-safari {
	background-image: url("/img/support/troubleshooting-minibrowsers-safari.gif");
}

/* Contact */
#troubleshooting-contact p {
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	font-size: 14pt;
}
/* @end */
