@charset "utf-8";
body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/sys/bgBody.png) repeat-y #ccccff;
	background-position:center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 1px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #CCCCCC; */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #container img {
	border:none;
}
.oneColFixCtrHdr #header {
	padding: 0 20px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#logo {
	position:relative;
	margin:-20px 30px;
}
#pageTitle a {
	color:#FFFFFF;
	text-decoration:none;
}
#pageTitle a:hover {
	text-decoration:underline;
}
h1 {
	font-size:18px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#FFFFFF;
	font-size:20px;
	text-transform:uppercase;
	letter-spacing:-2px;
	text-align:center;
}
.oneColFixCtrHdr #header #cont, .oneColFixCtrHdr #mainContent #cont {
	width:960px;
	margin:0 auto;
}
.oneColFixCtrHdr #headerBox, .oneColFixCtrHdr #mainContent #infoBox  {
	position:relative;
	float:left;
	width:220px;
	height:200px;
	margin-right:20px;
	/* opacity:0.4; 
	filter:alpha(opacity=40); */
}
.oneColFixCtrHdr #activeBox  {
	position:relative;
	float:left;
	width:220px;
	height:200px;
	margin-right:20px;
}
.oneColFixCtrHdr #activeBox a, .oneColFixCtrHdr #headerBox a {
	background:#666666;
	color:#FFFFFF;
	text-decoration:none;
}
.oneColFixCtrHdr #activeBox a:hover, .oneColFixCtrHdr #headerBox a:hover {
	background:#666666;
	color:#FFFFFF;
	text-decoration:underline;
}
.oneColFixCtrHdr #activeBox #headerLink {
	font-size:10px;
	position:absolute;
	bottom:5px;
	right:10px;
	background:#666666;
	color:#FFFFFF;
}
.oneColFixCtrHdr #headerBox #headerLink {
	font-size:10px;
	position:absolute;
	bottom:5px;
	right:10px;
	background:#666666;
	color:#FFFFFF;
}
.oneColFixCtrHdr #activeBox #headerBoxText {
	width:210px;
  	height:50px;
	margin:0 auto;
	padding:5px;
  	background:#333333;
	color:#FFFFFF;
	font:11px Verdana;
	opacity:0.8; 
	filter:alpha(opacity=80);
}

.oneColFixCtrHdr #headerBox #headerBoxText, .oneColFixCtrHdr #mainContent #infoBox #infoBoxText {
	width:208px;
  	height:50px;
	margin:0 auto;
	padding:5px;
  	background-color:#FFFFFF;
  	border:1px solid #CCCCCC;
	color:#000033;
	font:11px Verdana;
  	/* for IE */
  	filter:alpha(opacity=85);
  	/* CSS3 standard */
	opacity:0.85;
}

.oneColFixCtrHdr #activeBox #infoBoxText {
	width:210px;
  	height:50px;
	margin:0 auto;
	padding:5px;
  	background:#333333;
	color:#FFFFFF;
	font:11px Verdana;
	opacity:0.8; 
	filter:alpha(opacity=80);
}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
}
.oneColFixCtrHdr #mainContent #mainMenu {
	width:940px;
	margin:20px auto;
}
.oneColFixCtrHdr #mainContent #mainMenu h2 {
	margin:2px;
	font-size:12px;
	line-height:10px;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:2px;
}
#note {
	text-align:center;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	letter-spacing:normal;
}
#top_title {
	width:80%;
	margin:0 auto;
	padding:5px;
	color:#FFFFFF;
	background:url(../images/sys/bg_vert_blue.jpg) repeat-x;
	border-bottom:1px inset #FFFF66;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 3px;
}
#top_title2 {
	width:98%;
	margin:0 auto;
	padding:5px;
	background:url(../images/sys/bg_vert_silver_100.jpg);
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}
.oneColFixCtrHdr #mainContent #mainBox {
	width:700px;
	margin:0px auto;
}
.oneColFixCtrHdr #mainContent #mainBox h2 {
	letter-spacing:1px;
	font-size:16px;
}
.oneColFixCtrHdr #mainContent #mainBox p {
	font-size:12px;
	font-weight:bold;
}
.oneColFixCtrHdr #mainContent #mainBox #infoColumn {
	background:#333333;
	border:1px solid #000000;
	color:#FFFFFF;
}
.oneColFixCtrHdr #mainContent #dataBox {
	float:left;
	width:500px;
	margin:30px;
}
.oneColFixCtrHdr #mainContent #dataBox fieldset {
	-moz-box-shadow:-2px 5px 3px #CCCCCC;
	-webkit-box-shadow: -2px 5px 3px #CCCCCC;
}
.oneColFixCtrHdr #mainContent #dataBox legend {
	-moz-box-shadow:0 0 5px #ED41ED;
	-webkit-box-shadow:0 0 5px #ED41ED;
}
.oneColFixCtrHdr #mainContent #payDataBox {
	float:left;
	width:400px;
	height:180px;
	margin:20px 30px;
	padding:20px;
	background:url(../images/sys/bg_vert_silver8x300.jpg);
	border:1px solid #003333;
	font-size:12px;
	color:#000033;
	/* line-height:16px; */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}
.oneColFixCtrHdr #mainContent #affiliateBox {
	float:left;
	width:500px;
	margin:20px 30px;
	padding:20px;
	background:url(../images/sys/bgFilterHome1100.jpg);
	border:1px solid #003333;
	font-size:12px;
	color:#000033;
	/* line-height:16px; */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}
.oneColFixCtrHdr #mainContent #affiliateBox h4 {
	letter-spacing:3px;
}
.oneColFixCtrHdr #mainContent #affiliateBox h5 {
	color:#333333;
}
.oneColFixCtrHdr #mainContent #payDataBox #emailForm{
	margin-top:50px;
}
.oneColFixCtrHdr #mainContent #payDataBox input {
	font-size:10px;
}
.oneColFixCtrHdr #mainContent #totalBox {
	width:200px;
	height:200px;
	margin-top:20px;
	padding:5px 8px;
	background:url(../images/sys/bg_vert_silver8x300.jpg);
	border:1px solid #003333;
	color:#000033;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:3px 3px 3px #CCCCCC;
	-webkit-box-shadow:3px 3px 3px #CCCCCC;
}
.oneColFixCtrHdr #mainContent #payConfBox {
	visibility:hidden;
	width:200px;
	height:220px;
	margin-top:20px;
	padding:5px 8px;
	background:url(../images/sys/bg_vert_silver8x300.jpg);
	border:1px solid #003333;
	color:#000033;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:3px 4px 3px #CCCCCC;
	-webkit-box-shadow:3px 4px 3px #CCCCCC;
}
.oneColFixCtrHdr #mainContent #thankYouBox {
	width:600px;
	margin-top:30px;
	margin-bottom:50px;
	padding:10px 20px;
	background:url(../images/sys/bg_vert_silver8x300.jpg);
	border:1px solid #003333;
	font-size:12px;
	line-height:20px;
	color:#000033;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.oneColFixCtrHdr #mainContent #dataBox #payInfo {
	visibility:hidden;
	color:#006633;
	padding:5px;
}
.oneColFixCtrHdr #mainContent #helpBox {
	float:right;
	width:220px;
	margin:0 80px auto auto;
	color:#006633;
}
.oneColFixCtrHdr #mainContent #payHelpBox {
	float:left;
	width:280px;
	margin-top:30px;
	color:#006633;
}
.oneColFixCtrHdr #mainContent #helpBox #price {
	font-size: 20px;
	font-weight:bold;
	color:#336600;
}
.oneColFixCtrHdr #mainContent fieldset {
	width:520px;
	padding:20px;
	color:#000033;
	background:#E4E6D2;
	border:1px solid #000033;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.oneColFixCtrHdr #mainContent legend, .oneColFixCtrHdr #mainContent fieldset h4 {
	padding:5px;
	color:#FFFFFF;
	background:url(../images/sys/bgActiveBox_r1_c1.png) repeat-x;
	border:1px solid #000066;	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 0 5px #ED41ED;
	-webkit-box-shadow:0 0 5px #ED41ED;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin:0 20px;
	height:30px;
	background:url(../images/sys/bg_footer.jpg) repeat-x;
	border: dotted 1px #CCCCCC;
	color:#666666;
	letter-spacing:-1px;
	font-size:10px;
	-moz-box-shadow:0 2px 3px #CCCCCC;
	-webkit-box-shadow:0 2px 3px #CCCCCC;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#FFFFFF;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a img { 
border:none;
}

a:link {
	text-decoration:none;
	color:#006699;
}
a:visited {
	text-decoration:none;
	color:#663366;
}
a:hover {
	text-decoration: underline;
	color:#003366;
}
a:active {
	text-decoration: none;
	color:#FF0000;
}
#bgBottom {
	width:100%;
	height:100px;
	background:url(../images/plates220x200.jpg) repeat-x;
	border:1px solid #333333;
	/* for IE */
  	filter:alpha(opacity=60);
  	/* CSS3 standard */
	opacity:0.6;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}
#LogReg {
	padding:5px;
	background:url(../images/sys/bg_vert_mess_blue_80.jpg);
	border:1px solid #999999;
	text-align:center;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#KT_tngtrace {
	visibility:hidden;
}
.feedbInfo {
	width:100%;
	margin:20px auto;
	padding:10px;
	background:url(../images/sys/bgFilterHome700.jpg);
	border:1px solid #417983;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:#000033;
}
#randUserPhotos {
	width:70%;
	margin:0 auto 30px 0;
	background:url(../images/sys/bg_vert_silver_100.jpg);
	border:1px solid #599AC1;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:-3px 5px 3px #CCCCCC;
	-webkit-box-shadow: -3px 5px 3px #CCCCCC;
}
#randUserPhotos img {
	margin:10px 30px;
	border: 1px solid #000033;
}
#randUserPhotos label {
	padding:8px;
}
.promoTitle {
	width:600px;
	margin:20px auto;
	padding:0 10px 15px 10px;
	background:url(../images/sys/bg_vert_silver8x300.jpg) repeat-x;
	border:1px solid #3A7D85;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}

.plateInfo {
	text-align:left;
}

/* BALOON TOOLTIP */
.balloonstyle{
visibility: hidden;
position:absolute;
top: -500px;
left: -100px;
padding: 5px;
border:1px solid #7785AA;
-moz-border-radius: 5px;
-webkit-border-radius:5px;
background:url(../images/sys/bg_vert_mess_blue_80.jpg) repeat-x;
color:#333333;
text-transform:none;
line-height: 18px;
z-index: 100;
width: 600px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}
.balloonstyle h2 {
	font-size:12px;
}
.balloonstyle p {
	color:#000000;
}
.balloonstyle li {
	margin-left:20px;
}
#arrowhead{
z-index: 99;
position:absolute;
top: -500px;
left: 0;
visibility: hidden;
}
#sizeList .balloonstyle, #arrowhead {
	position:fixed;
}
.altContent {
	position:relative;
	width:100%;
	height:100%;
	overflow:auto; 
	margin:20px auto 0px auto; 
	text-align:center;
	color:#333;
}
.altContent .infoBox {
	width:90%;
	height:150px;
	overflow:auto;
	margin:0 auto;
	padding:5px 10px;
	text-align:left;
}
.altContent .infoBox h1 {
	text-align:center;
}
.altContent .hint {
	font-size:10px;
}
.altContent .alertBox {
	width:300px;
	margin:10px auto;
	color: #B8432E;
	border-top:1px solid #B8432E;
	border-bottom:1px solid #B8432E;
}
.altContent .footer {
	padding: 10px;
	position:relative;
	clear: both;
	color:#CCC;
}
.leftLink {
	position:absolute; top:330px; left:0px;
}
