@charset "utf-8";
/* CSS Document */

#supporttab {
	width: 880px;
	margin: 0px auto;
	border-top: 0px solid #406a90;
}

#supporttableft {
	float: left;
	width: 600px;
	padding: 0px 0px 0px 0px;
}

#supportmenu a:link, #supportmenu a:active, #supportmenu a:visited {
	color: #406a90;
	text-decoration: none;
	}

#supportmenu a:hover {
	color: #999999;
	}

#supporttabright {
	background: #fafbfb;
	float: right;
	width: 218px;
	padding: 20px;
	border: 1px solid #aad2e4;
	line-height: 18px;
	letter-spacing: 0.4px;				
}

ul.supportlist {
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 20px 0px 0px 0px;
	line-height: 18px;
	letter-spacing: 0.4px;	
	}	
li.supportlist {
	float: left;
	width: 230px;
	list-style-type: none;	
	padding-left: 50px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 0px;
	margin: 0px;
	}
li.supportlist.client {	
	background: url(images/support/clientarea.png) top left no-repeat;
	}
li.supportlist.ticket {	
	background: url(images/support/submitticket.png) top left no-repeat;
	}
li.supportlist.knowledgebase {	
	background: url(images/support/knowledgebase.png) top left no-repeat;
	}
li.supportlist.announcements {	
	background: url(images/support/announcements.png) top left no-repeat;
	}				
li.supportlist.affiliates {	
	background: url(images/support/affiliates.png) top left no-repeat;
	}	
li.supportlist.cart {	
	background: url(images/support/cart.png) top left no-repeat;
	}
li.supportlist.pre {	
	background: url(images/support/contact.png) top left no-repeat;
	}
	
li.supportlist.supportticket {	
	background: url(images/support/support.png) top left no-repeat;
	}
li.supportlist.billingticket {	
	background: url(images/support/billing.png) top left no-repeat;
	}
li.supportlist.salesticket {	
	background: url(images/support/sales.png) top left no-repeat;
	}
li.supportlist.upgradeticket {	
	background: url(images/support/upgrade.png) top left no-repeat;
	}
li.supportlist.cancelticket {	
	background: url(images/support/cancel.png) top left no-repeat;
	}	
	
	
li.supportlist a:link, li.supportlist a:active, li.supportlist a:visited {
	color: #406a90;
	text-decoration: none;
	}

li.supportlist a:hover {
	color: #999999;
	} 			
	
.supportheader {
	font-size: 16px;
	color: #406a90;
	margin: 0px;
	padding: 0px 0px 2px 0px;	
	}
.supportsubheader {
	font-size: 14px;
	color: #406a90;
	margin: 0px;
	padding: 0px;
	}	
#supporttext {
	width: 590px;
	padding-bottom: 10px;
	}
	
#supportmessage {
	background: #fafbfb;
	text-align: center;
	margin: 0px auto;
	width: 440px;
	padding: 10px;
	border: 1px solid #ff8a3a;
	color: #333;
}

#supportmessage a:link, #supportmessage a:active, #supportmessage a:visited {
	color: #406a90;
	text-decoration: none;
	}

#supportmessage a:hover {
	color: #999999;
	} 	

ul.supportrightlist {
	padding: 0px 0px 10px 0px;
	line-height: 18px;
	letter-spacing: 0.4px;
	margin: 10px 0px 10px 0px;	
	}	
li.supportrightlist {
	list-style-type: none;	
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	margin: 0px;		
	border-bottom: 1px solid #bdd9e8;
	}
li.supportrightlist.home {	
	background: url(images/support/support.gif) center left no-repeat;
	}
li.supportrightlist.ticket {	
	background: url(images/support/submit-ticket.gif) center left no-repeat;
	}
li.supportrightlist.announcement {	
	background: url(images/support/announcement.gif) center left no-repeat;
	}
li.supportrightlist.client {	
	background: url(images/support/clientarea.gif) center left no-repeat;
	}
li.supportrightlist.knowledgebase {	
	background: url(images/support/knowledgebase.gif) center left no-repeat;
	}
li.supportrightlist.order {	
	background: url(images/support/order.gif) center left no-repeat;
	}
	
li.supportrightlist a:link, li.supportrightlist a:active, li.supportrightlist a:visited {
	color: #666666;
	text-decoration: none;
	}

li.supportrightlist a:hover {
	color: #999999;
	} 	
	
	
ul.smainlist {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	line-height: 18px;
	letter-spacing: 0.4px;		
	}	
li.smainlist {
	list-style-type: none;	
	padding-left: 50px;
	margin: 0px;
	}
li.smainlist.arrow {	
	background: url(images/arrowhost.png) center left no-repeat;
	}
	
/* Form */

.supportlogin {
	background: url(images/bg-form.gif);
	border: #999 1px solid;
	font-size : 14px;
	font-family: Arial;
	color : #999;
	margin: 4px 0px 4px 0px;
	padding: 4px;
	vertical-align: middle;
	width: 180px;
	}
	
.supportloginbox {
	font-family: Arial;	
	display: inline-block;
	background: #008bbf;
	border: 1px solid #d5d5d5;
	padding: 4px 7px 4px 7px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.4px;	
	}	
						

