﻿#faq_headear_col { background-color: #6CD113; color: white; }
.faq_cloud { background-color: #1a2d35; }
#faq_name { background-color: #e5e9ea; height: 70px; }
#faq_content p { margin: 0px; padding-bottom: 0.8em; }

.icoDefault { background-image: url('/images/faq/book.png'); width: 50px; height: 50px; }
* html .icoDefault { background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/faq/book.png',sizingMethod='image'); }

table.faq td:first-child, * html td.first-child { border-left: 10px solid; }
table.faq td:-moz-first-node { border-left-width: 20px; }
table.faq { border-collapse: collapse; width: 100%; table-layout: fixed; }
table.faq td { padding: 0px 0px 0px 20px; vertical-align: top; text-align: left; }
table.faq tbody.ContentTbody td { border-color: #e5e9ea; }
table.faq tbody.CloudTbody td, table.faq tbody.FAQTbody td { border-color: #1a2d35 }
table.faq tbody.FAQTbody td {	height: 70px; }

table.faq tbody.FAQTbody td.img { vertical-align: middle; text-align: center; }

#cloud { list-style: none; margin: 30px 0px; text-align: center; }
#cloud li { margin: 5px; display: inline; vertical-align: baseline;  }
#cloud li span.wrap { display: none; }
#cloud li:after, #cloud li span.wrap { content: " "; display: inline; white-space: normal; font-size: 1px; width: 0px; overflow: hidden; //display: inline; }
#cloud li a, #cloud li span.selected { color: white; text-decoration: none; white-space: nowrap; padding: 2px; }
#cloud li span.selected { color: #50595d; }
#cloud li a:hover { background-color: grey; -moz-border-radius: 6px; -webkit-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;}

li.size1 { font-size: 100%; }
li.size2 { font-size: 135%; }
li.size3 { font-size: 150%; }
li.size4 { font-size: 200%; }
li.size5 { font-size: 230%; }

table.faq div.q_name { font-size: 135%; margin-top: 10px; color: #1a2d35; }
table.faq div.q_summary { color: #50595d; margin-top: 5px; }
table.faq dt { font-size: 135%; }
table.faq dd { margin-left: 0px; }
.js table.faq dd.hide { display:none; }
table.faq .invisible { display: block; }
body.js table.faq .invisible { display: none; }

div.icoFAQ { height: 50px; width: 50px; }