#pageTitle {
	position: relative;
	z-index: 50;
}

.clear { clear:both; height:0; width:0; overflow:hidden; }

/* this line helps simplify browser problems */
* { outline:0 !important; margin:0; padding:0; }

#header, #pageTitle {
	min-width: 975px;
}

#pageTitle h1 {
	background-image: url(/images/faq/faq-title.png);
}

#pageContent {
	font-size:12px;
	z-index: 15px;
}

#question-content h2 {
    color: #333333;
    font-weight: bold;
    margin-bottom: 11px;
    margin-top: 12px;
    line-height: 18px;
    font-size: 13px;
}

.sectionTitle {
	width: 700px !important;
}

#question-content p, #question-content ul {
    position: relative;
    top: -10px;
    color: #545454;
    font-family: arial,sans-serif;
    font-size: 13px;
    line-height: 18px;
    margin: 8px 0;
}

#question-content ul.dotted {
    list-style: disc;
    padding-left: 18px;
}

#question-content {
	padding: 1px 80px 10px 40px !important;
	position: relative;
        background-color: #fff;
        border-bottom: 1px solid #d1d1d1;
}

#navSidebar {
	width: 206px;
	height: 224px;
	margin-top: 45px;
	position: relative;
	left: 0px;
}

#navSidebar .selected {
	z-index: 100;
	position: relative;
	width: 226px;
}


.navSidebarElement {
	height: 37px;
	display: block;
	color: black !important;
}

.navSidebarElement {
	background: url(/images/faq/faq-menu.png) 0 -41px no-repeat;
	font-size: 12px;
	line-height: 40px;
	padding-left: 20px;
}

.selected {
	background-position: 0 -1px !important;
	cursor: default;
	z-index: 100;
	font-weight: bold;
}

.navSidebarElement:hover {
	background-position: 0 -79px;
	color: black;
}

.navSidebarElement.selected:hover {
	background-position: 0 -1px !important;
	cursor: default;
	color: black;
}

.last-faq {
	height: 47px;
	background-position: 0 -117px;
}

.last-faq:hover {
	background-position: 0 -164px;
	color: black;
}

.last-faq.selected {
	height: 37px;
}

.navSidebarElement p {
        margin-top: 17px;
        margin-left: 20px;
}

#gradientContain {
        position: relative;
}

#gradientBackground {
        height: 340px;
/*	MOVED TO header.css
        background: #EDF6FB;
        background: -moz-linear-gradient(top, #FFFFFF, #EDF6FB);
        background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EDF6FB));
        filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#FFFFFF', EndColorStr='#EDF6FB', GradientType=0);
*/
        border-bottom: 1px solid #ECECEC;
        position:absolute;
        left:0;
        top:0;
        width:100%;
        z-index: 10;
}

#mainContent {
        z-index: 20;
        position: relative;
        top: 1px;
}

#pageContent {
        margin-left: 205px;
        width: 80%;
        /*height: 900px;*/
        min-height:100px;
        border: 1px solid #CACACA;
        z-index: 25;
        margin-top: -272px;
        position: relative;
        margin-bottom: 80px;
        -moz-box-shadow: 0 0 6px 1px #CBCBCB;
        -webkit-box-shadow: 0 0 6px 1px  #CBCBCB;
        box-shadow: 0 0 6px 1px  #CBCBCB;
        overflow: hidden;
}

.content-grad {
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #efefef), color-stop(0.2, #ffffff));
	background: -moz-linear-gradient(bottom, #efefef, #ffffff 20%);
	-ms-filter: progid:DXImageTransform.Microsoft.Gradient(
        gradientType=0,startColorStr=#ffffff,
        endColorStr=#efefef);
	filter: progid:DXImageTransform.Microsoft.Gradient(
        gradientType=0,startColorStr=#ffffff,
        endColorStr=#efefef);
    border-bottom: 1px solid #d1d1d1;
}

#bottom-nav {
	height: 68px;
	background-color: #DDDDDD;
	position: relative;
}

#bottom-nav a.next {
	display: block;
	height: 39px;
	position: absolute;
	right: 45px;
	top: 14px;
}

#bottom-nav a.prev {
	background: url(/images/faq/faq-previous.png) 0 0 no-repeat;
	display: block;
	position: absolute;
	height: 39px;
	width: 114px;
	top: 14px;
	left: 45px;
}

#bottom-nav a.prev:hover {
	background-position: 0 -39px;
}

#bottom-nav a.next:hover {
	background-position: 0 -39px;
}

em { 
  color:#545454;
  font-style:italic;
}
em:hover { color:#545454; }
h2 em {
  font-weight:bold;
}

a,
a:visited,
a:active {
  color:#db0303;
}

.faq-subtitle{
color: #333;
font-weight: bold;
margin-bottom: 19px;
margin-top: 12px;
line-height: 27px;
font-size: 18px;
}

.subpod-action-icon {
height: 16px;
width: 11px;
padding: 0px;
background-image: url('/images/pro/icons-subpodactions.png');
background-position: -61px 1px;
display: inline-block;
vertical-align: middle;
}

.subpod-action-icon.clip-n-share{
background: url(/images/share-icon.png) 0 0 no-repeat;
width: 13px;
}
