/* main CSS */

body {
	background-color: #fff;
	font-family: Arial, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
	color: #000;
}

label {
	cursor: pointer;
}

a {
	color: #4172ac;
	text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

img {
	border: 0px none;
}

form {
	padding: 0;
	margin: 0;
}

table {
	border: 0px none;
	border-collapse: collapse;
	font-size: 1em
}
table td {
	font-size: 1em;
}

p {
	margin: 0 0 1em 0;
}

.cleaner {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
}

.warning, .red {
	color: #ff0000;
}

.comments {
	color: #666;
}

h1 {
	padding: 0;
	margin: 0;
	font-weight: normal;
	color: #000000;
	font-size: 1.6em;
	display: inline;
}
h2 {
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #545454;
	font-size: 1.1em;
	display: inline;
}
h3 {
	padding-bottom: 1px;
	margin-bottom: 1px;
	font-size: 1em;
}

hr {
	border: 0px;
	color: #99C2EB;
	background-color: #99C2EB;
	height: 1px;
}

.maintexts {
	padding-right: 10px;
	font-size: .9em;
	text-align: left;
}

.maintexts li {
	padding-bottom: 8px;
}

/* Footer */

#footer {height: 115px;
	border-top: 1px solid #CDCDCD;
	font-size: 0.7em;
	font-weight: normal;
	padding-top: 10px;
	text-align: left;
}

#footercopyright {
	float: left;
	padding-bottom: 10px;
}

#footercopyright p {
	color: #999;
}
#footer_right {
	float: right;
	width: 150px;
	text-align: center;
}
#footercards {
	float: right;
	width: 150px;
	padding-top: 15px;
	padding-bottom: 10px;
}
#chat_div {
	text-align: right;
	padding-right: 22px;
}

/* Messages */
.supportmsghdr {
	background-color: #cbe0f8;
	padding: 2px 2px 2px 8px;
}

.supportmsg {
	background-color: #ecf1f7;
	padding: 12px 2px 12px 8px;
	font-size: 0.8em;
}

.custmsghdr {
	background-color: #cbf8d3;
	padding: 2px 2px 2px 8px;
}

.custmsg {
	background-color: #ecf7ef;
	padding: 12px 0px 12px 8px;
	font-size: 0.8em;
}


.callmsghdr {
	background-color: #f8d3cb;
	padding: 2px 2px 2px 8px;
}

.callmsg {
	background-color: #f7f1ec;
	padding: 12px 0px 12px 8px;
	font-size: 0.8em;
}


.message {
	padding-bottom: 10px;	
}

.message img {
	float: left;
	padding: 9px 8px 10px 3px;
}

.callmsghdr a {
	color: #000;
	text-decoration: none;
}

.custmsghdr a {
	color: #000;
	text-decoration: none;
}

.supportmsghdr a {
	color: #000;
	text-decoration: none;
}

.messageorder {
	padding-bottom: 3px;
}

.small {
	font-size: .7em;
}

.smaller {
	font-size: .8em;
}

.nobr {
	white-space: nowrap;
}
table tr.comment td {
	color: #A1A69F;
	font-size: 11px;
	padding-top: 0px;
	padding-bottom: 5px;
}
table tr.error td {
	color: #D80303;
	font-size: 11px;
	padding-top: 0px;
	padding-bottom: 0px;
}
table tr.comment td ul {
	margin-top: 0;
}
table tr.comment td li {
	padding: 0;
}
a.attach {
	color: #903;
}
div.add_attach {float:right; padding:6px 2px 0 0;}
div.add_attach a {font-size:0.85em;}
td.free_title {vertical-align:top; padding-top:7px;}

#form, #shopform {position:relative;}
#form img {position:absolute; left:120px; bottom:81px;}
#form .captchawrap {height:44px;}
#form img.user_date {bottom:111px; z-index:5;}
#logo_area img {border:1px solid #000;}
#loader_img {position:absolute; top:3px; left:-20px; display:none;}

#forgotform {position:relative;}
#forgotform img {position:absolute; left:120px; bottom:41px;}
#forgotform .captchawrap {height:24px;}
#forgotform img.user_date {bottom:71px; z-index:5;}

#overlay {
	position:absolute; top:0; left:0; width:100%; height:685px;
	background-color:#fff; opacity:0.7; display:none;}
#pwdform {
	position:absolute; top:135px; left:240px; background-color:#fff;
	border:2px solid #18b; padding:10px; display:none;
}
.color_test {border:1px solid #000; position:absolute;
	top:1px; left: 110px; width:80px;
	text-align:center; padding:1px 0 1px 0; font-weight:bold;
}
.hide {display:none;}
