/* OVERVIEW */
.support_overview_product_icon_div
{
	width: 180px;
	text-align: center;
	display: inline-block;

	padding: 12px;
	margin: 4px;

	border: solid 1px rgba(0,0,0,0);
}

.support_overview_product_icon_div_small
{
	width: 135px;
	font-size: 75%;
}

.support_overview_product_icon_div:hover
{
	background-color: rgba(255,255,255,1);
	border-radius: 16px;
	border: solid 1px rgba(0,0,0,0.1);
}


.support_overview_product_icon_div a
{
	text-decoration: none;
	color: inherit;
}

.support_overview_product_icon_img
{
	width: 128px;
	height: 128px;
}

.support_overview_product_icon_img_iOS
{
	transform: scale(0.8,0.8);
}

.support_overview_product_icon_div_small .support_overview_product_icon_img
{
	width: 80px;
	height: 80px;
}

.support_overview_product_icon_container_content_div
{
	text-align: center;
	
	max-width: 1024px;
	margin-right: auto;
	margin-left: auto;
}

.support_overview_product_icon_container_div h1
{
	margin-bottom: 32px;
}




/* CONTACT FORM */
.support_contact_form_div h3
{
	text-align: center;
}

.support_contact_form_div
{
	background-color: white;
	border-radius: 32px;
	
	margin-left: auto;
	margin-right: auto;
	max-width: 850px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 40px;
	padding-bottom: 16px;
	
	-webkit-box-shadow: 3px 3px 14px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 3px 3px 14px 0px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 14px 0px rgba(0,0,0,0.3);
}

.support_contact_form_table
{
	max-width:800px;
	margin-left: auto;
	margin-right: auto;
	
	border-spacing: 10px;
	border-collapse: separate;
}

.support_contact_form_table input,select
{
	width: 100%;
}

.support_contact_form_table td
{
	vertical-align: middle;
}

.support_contact_form_table, td
{
}

.support_contact_form_table .submit_row
{
	text-align: center;
}

.support_contact_form_table .error
{
	color: red;
	display: block;
}

.support_contact_form_table .tablespacer
{
	height: 24px;
	border-bottom: 1px solid rgba(220,220,220,1);
}

.support_contact_form_table .sendButton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffd966));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffd966 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffd966 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffd966 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffd966 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffd966 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffd966',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-size:20px;
	font-weight: bold;
	padding:6px 34px;
	text-decoration:none;
	margin-top:16px;
}
.support_contact_form_table .sendButton:active {
	position:relative;
	top:1px;
}


/*Support Articles*/

.recent_support_articles_summary_div
{
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 64px;
}

.recent_support_articles_show_all_articles_ahref
{
	display: block;
	text-align: center;
	margin-top: 16px;
	color:inherit;
}

.recent_support_articles_summary_div .article_headline
{
	margin-bottom: 16px;
}

.recent_support_articles_summary_div .article_headline a
{
	color: inherit;
	text-decoration: none;
}

.recent_support_articles_summary_div .article_headline a:hover
{
	text-decoration: underline;
}

.recent_support_articles_summary_div .article_headline img
{
	float:left;
	margin-right: 12px;
}

.recent_support_articles_summary_div .article_headline_title
{
}

/*Manuals*/
.manuals_container
{
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 64px;
}

.manual_div
{
	margin-bottom: 16px;
}

.manual_div *
{
	vertical-align: middle;
}

.manual_div a
{
	display: inline-block;
	margin-left: 32px;
	font-size: 14px;
	color:inherit;
}

.manual_div a img
{
	display: inline-block;
	margin-right: 8px;
}

.manual_div .manual_product_name_div
{
	display: inline-block;
	width: 300px;
}

.manual_div .manual_product_name_div img
{
	margin-right: 8px;
}

/* FAQs */
.faq_container
{
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	
	margin-bottom: 96px;
}

.faq_container .faq_question
{
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 10px;
}

.faq_container .faq_answer
{
	margin-left: 58px;
	padding: 24px;
	
	background-color: rgba(130,130,130,0.15);
	border-radius: 16px;
}

.faq_container .faq_question .faq_showanswerbutton
{
	display: inline-block;
	
	color: white;
	margin-left:16px;
	margin-top: 10px;
	font-size:16px;
	
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 0px;
	padding-bottom: 0px;
	
	background-color: rgba(80,127,247,1);
	border-radius: 16px;
}

.faq_container .more_questions_link_div a
{
	color: inherit;
}

.faq_container .more_questions_link_div
{
	margin-top: 16px;
	text-align: center;
}

.faq
{
	margin-bottom: 30px;
}

.faq ul
{
	margin-left:24px;
}
