/*
 * M-Edge, Customize Tool Stylesheet
 * Version: 1.0.0
 *
 * Author: MGH
 * crivers@mghus.com
 *
 * Changelog: 
 * Version: 1.0.0
 *  Init Build
 *
 */

body.interior.customize-tool { background:#f0efef; }
.customize-tool #middle { top:0; }

/* Flash Tool
---------------------*/
.customize-tool #middle .flash-tool {
	background:url('/images/thick-rule.png') repeat-x 0 bottom;
	height:646px;  
	padding-bottom:46px;
}

.customize-tool #middle .flash-tool .inner { 
	margin:0 auto;
	width:944px;
}

/* FAQ
--------------------*/
.customize-tool #middle .faq-container {
	background:#fff;
	margin-bottom:58px;
	padding-bottom:58px;
	padding-top:37px;
}

.customize-tool #middle .faq-container .inner {
	margin:0 auto;
	width:972px;
}

.customize-tool #middle .faq-container .col1 {
	float:left;
	margin-right:47px;
	width:492px;
}

.customize-tool #middle .faq-container .col1 h2 {
	color:#00a4e4;
	font-size:48px;
	font-weight:normal;
	margin-bottom: 9px;
}

.customize-tool #middle .faq-container .col1 ul { list-style:none; }
.customize-tool #middle .faq-container .col1 ul li {
	color: #00A4E4;
    cursor: pointer;
    line-height: 18px;
    margin-bottom: 12px;
}

.customize-tool #middle .faq-container .col1 ul li:hover { color:#7AC142; }
.customize-tool #middle .faq-container .col1 ul li .hidden { display:none; }

.customize-tool #middle .faq-container .col1 .more {
	color:#909191;
	font-size:16px;
}

.customize-tool #middle .faq-container .col1 .more a { color:#00a4e4; font-size:16px; }
.customize-tool #middle .faq-container .col1 .more a:hover { color:#76ba40; }

.customize-tool #middle .faq-container .col2 {
	float:left;
	width:420px;
}

.customize-tool #middle .faq-container .col2 {
	cursor:pointer;
}

/* Footer 
-----------------------*/
.customize-tool #footer {
	clear: both;
	margin-top:0;
}
