/* 
================
DDoS Hosting Solutions FAQ Page Stylesheet
Coded by Bob	
================
*/

/* Main layout */
#page{
	background: url(../images/page-bg.png) repeat-y top center;
	width: 731px;
	margin: 29px 0px 0px 0px;
}
	
#page-t{
	background: url(../images/page-t.png) no-repeat top center;
	width: 731px;
}	

#page-b{
	background: url(../images/page-b.png) no-repeat top center;
	width: 731px;
	height: 6px;
	margin: 0 0 20px 0;
}

#page-content{
	padding: 15px 30px 15px 29px;
}

#left{
	padding: 50px 0 0 24px;
}

/* Page heading */
h4.page-heading{
	font-size: 23px;
	font-weight: bold;
	color: #383838;
}

p.page-heading-desc{
	font-size: 13px;
	color: #565656;
	padding: 7px 0px 0px 0px;
	line-height: 20px;
}

/* Collapsable question & answers */
#faq-control{
	padding: 25px 0px 8px 0px;
	text-align: right;
}
	
#faq-control a{
	color: #454545;
	text-decoration: none;
	margin: 0px 0px 0px 10px;
}

#faq-control a span{
	position: relative;
	bottom: 3px;
}	

#faq-control a img{
	padding: 0px 5px 0px 0px;
}	

#faq-control h5{
	float: left;
	color: #5F5F5F;
	position: relative;
	right: 3px;
}

h5{
	color: #427eca;
	font-size: 14px;
	font-weight: bold;
	font-family: arial;
	display: inline;
	position: relative;
	bottom: 2px;
	margin: 0;
	padding: 0px 0px 0px 3px;
}	

h5 a{
	color: #427eca;
	text-decoration: none;
}

.faq-wrap-first{
	padding: 12px 0px 10px 0px; 
	border-top: 1px dotted #c6c6c6;
	border-bottom: 1px dotted #c6c6c6;
}

.faq-wrap{
	padding: 12px 0px 10px 0px; 
	border-bottom: 1px dotted #c6c6c6;
}

.faq-wrap-last{
	padding: 10px 0px 10px 0px; 
	margin: 0px 0px 5px 0px;
	border-bottom: 1px dotted #c6c6c6;
}

.answer{
	background: #f1f1f1;
	margin: 7px 0px -10px 0px;
	padding: 14px 14px 4px 14px;
}	

.answer p{
	color: #454545;
	font-size: 12px;
	font-family: arial;
	line-height: 20px;
	margin: 0 0 10px 0;
	padding: 0;
}	

.answer p a{
	color: #61A1DF;
}

.answer p a:hover{
	color: #7FBFFF;
}	

#basic-modal-content {display:none;}
#simplemodal-overlay {background-color:#000; cursor:wait;}
#simplemodal-container {height:468px; width:830px; color:#bbb; background-color:#fff; border:4px solid #eee; padding: 15px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(../images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container #basic-modal-content {padding:8px;}

