/* CSS Document */

div.support {
	width: 755px;
	overflow: hidden;
}

div.support h2 {
	display: block;
	width: 276px;
	height: 43px;
	background: url(../img/support/support_title.png);
	text-indent: -999%;
	overflow: hidden;
	margin: 15px 0 0 0;
}

div.support div.left_col {
	float: left;
	width: 450px;
	padding-bottom: 25px;
}

div.support div.right_col {
	float: left;
	width: 285px;
	padding-left: 20px;
}

div.support div.left_col.faqcol {
	width: 750px;
}

div.support div.left_col h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	padding: 0 0 4px 0;
	margin: 20px 0 10px 0;
	border-bottom: 1px dotted #ccc;
}

div.support div.left_col h4 {
	margin: 0;
}

div.support div.left_col h4 a {
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	display: block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 3px;
}

div.support div.left_col h4 a.expand {
	background: url(../img/support/expand.png) 15px 3px no-repeat;
	color: #666;
	padding-left: 37px;
}

div.support div.left_col h4 a.expand:hover {
	background: #e7e7e7 url(../img/support/expand_hover.png) 15px 3px no-repeat;
	color: #ff6600;
}

div.support div.left_col h4 a.collapse {
	background: #e7e7e7 url(../img/support/collapse.png) 15px 3px no-repeat;
	color: #ff6600;
	padding-left: 37px;
}

div.support div.left_col form.ForgotPassword {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #e7e7e7;
	padding: 18px;
	margin-bottom: 15px;
}

div.support div.left_col form.ForgotPassword p {
	margin: 0;
	padding: 0 0 7px 0;
}

div.support div.left_col form.ForgotPassword input {
	border: 1px solid #999;
}

div.support div.left_col form.ForgotPassword input[type=text] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

div.support div.left_col form.ForgotPassword input[type=submit] {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 1px 2px 2px;
	cursor: pointer;
	background: #d4d0c8;
}

div.support div.left_col form.ForgotPassword input[type=submit]:hover {
	background: #e5e3e1;
}

div.support div.left_col div p{
	margin: 0;
	padding: 8px 20px 12px 21px;
}

div.support div.left_col div h5 {
	margin: 0;
	padding: 8px 20px 0 21px;
	font-size: 14px;
}

div.support div.left_col div code {
	display: block;
	margin: 5px 0 10px 21px;
	background: #e7e7e7;
	border: 1px solid #ddd;
	font-family: "Courier New", Courier, monospace;
	color: #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
}

div.support div.right_col h3 {
	font-size: 18px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	border-bottom: 1px dotted #ccc;
	margin: 20px 0 10px;
	padding: 0 0 4px;
}

div.support div.right_col ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.support div.right_col ul li a {
	text-decoration: none;
	color: #666;
	display: block;
	padding: 4px 4px 4px 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.support div.right_col ul li a:hover {
	background: #e7e7e7;
	color: #ff6600;
}

div.support div.right_col ul li {
	padding-bottom: 4px;
}

div.support div.contact_area {
	clear: both;
	margin-top: 20px;
}

div.support div.contact_area h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 22px;
	margin: 0 0 10px;
	padding: 20px 0 4px;
	border-bottom: 1px dotted #ccc;
}

div.support div.contact_area ul {
	float: left;
	width: 248px;
	margin: 0 3px 0 0;
	list-style: none;
	padding: 0;
}

div.support div.contact_area ul li h4 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	display: block;
	padding: 10px 0 0 0;
	margin: 0;
	background: url(../img/support/contact_grad.png);
	height: 40px;
	font-size: 24px;
	text-align: center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

div.support div.contact_area ul li {
	padding-bottom: 15px;
	font-size: 13px;
}

div.support div.contact_area ul li h5 {
	font-size: 16px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin: 0;
	font-weight: bold;
}

div.support div.contact_area ul li {
	padding-right: 10px;
}

div.support div.chart_60day {
	display: block;
	height: 150px;
	width: 500px;
	margin:0 auto 20px;
	background: url(../img/domain/60day_chart.png);
}

div.support div.chart_60day p {
	display: none;
}