﻿/* CSS Document */
/* used */

* {
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
body {
	background-repeat: repeat;
	background-color: #FFCC33;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

object, embed { vertical-align:top; outline:none; padding:0px;}

#content, #cardContent{ 
	text-align:left; 
	background:url(images/bg_cont.gif);
	min-height:180px;
}

h1{
	font-size: 24px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight:normal;
	margin:0px 0px 7px 0px;
	padding:0px;
}

#withNavContent {
	margin-left:100px;
}

#withNavContent h1 {
	margin-bottom:30px;
}

#content p{ 
	margin:0 0 7px 0;
	line-height:18px;
}

#leftNavDiv {
	margin-left:12px;
	margin-top:12px;
	margin-right:32px;
	width:168px;
	float:left;
	background:url(images/bottom_round.png) no-repeat left bottom #F7F6F6;
	padding-left:26px;
	padding-top:20px;
	padding-bottom:14px;
	font-size:14px;
}

.errors {
	color:#ff0000;
	font-weight:bold;
}

#divSuccess {
	margin-top:200px;
	margin-bottom:200px;
	display:table-cell;
	vertical-align:middle;
}

#divSuccess h1, #divSuccess p{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	color:green;
	text-align:center;
}

#priceTable {
	border-collapse:collapse;
	height:280px;
	border:2px solid #333333;
}

#priceTable td {
	text-align:center;
	border:1px solid #333333;
}

.darkCell {
	background-color:#EDEDED;
}

.kkheadCell {
	background-color:#A7BFDE;
}

.kkdarkCell {
	background-color:#cad9eb;
}

.kklightCell {
	background-color:#EDF2F8;	
}

.pkheadCell {
	background-color:#DFA7A6;
}

.pkdarkCell {
	background-color:#eccaca;	
}

.pklightCell {
	background-color:#F8EDED;
}

.okheadCell {
	background-color:#CDDDAC;
}

.okdarkCell {
	background-color:#e1ebcd;
}

.oklightCell {
	background-color:#F5F8EE;
}

.rkheadCell {
	background-color:#BFB1D0;
}

.rkdarkCell {
	background-color:#d9d0e3;	
}

.rklightCell {
	background-color:#F2EFF6;	
}

.action {
	cursor:pointer;	
}

.selectedCell {
	background-color:#ffe080;
	color:#333333;
	font-weight:bold;
}

.stepDiv {
	margin-top:40px;
	margin-bottom:20px;
}

.stepDiv img {
	float:left;	
}

.stepDiv p {
	color:#000066;
	font-weight:bold;
	display:inline;
	font-size:20px;
}

/* unknown */
html, input, textarea	{
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
}	

.alignMiddle{ vertical-align:middle}
.alignCenter{ text-align: center}
.container1{ width:100%}
.clear { clear:both;}
.fleft{ float:left}
.fright{ float:right}
div.container {	overflow:hidden; width: 100%;}
a img{ border:0}
img{ vertical-align:top;  }

a{color:#000000; text-decoration:underline; outline:none} 
a:hover{text-decoration:none}

.link{
	color:#FFCC33;
	background:url(images/marker.gif) top left no-repeat;
	padding-left:20px;
	background-position:0 5px;
	text-decoration:none;
	font-size:0.916em
}
.link:hover{text-decoration:underline }

ul{margin:0; padding:0; list-style:none;}
ul li{background:url(images/marker.gif) top left no-repeat; background-position:0 8px; margin:0; padding-left:11px; }
ul li a{color:#898c8e; text-decoration: none; line-height:1.909em;} 
ul li a:hover {
	color:#FFCC33;
	font-weight:normal;
	text-decoration:none;
}
ul li .current {color:#1d2226; font-weight:bold;  text-decoration:none; }

.ul li{background:url(images/marker1.gif) top left no-repeat; background-position:0 5px; margin:0; padding-left:10px; line-height:1em }
.ul li a{color:#ffffff; text-decoration:none ; line-height:1.25em; font-weight:bold; font-size:1em} 
.ul li a:hover { text-decoration:underline; }

.ul1 li{background:url(images/marker2.gif) top left no-repeat; background-position:0 9px; margin:0; padding-left:10px; }
.ul1 li a{color:#000000; text-decoration:none ; line-height:1.66em; font-weight:bold; font-size:1em} 
.ul1 li a:hover { text-decoration:underline; }
/*content*/

#page3 #content p{ margin:0 0 17px 0}

#content h4{color:#000000; font-size:1em; margin-bottom:5px;  }
#content h5{color:#000000; font-size:1em; }
#content .tail{
	padding-bottom:14px;
	margin-bottom:14px;
	padding-left: 6px;
}

.block{ background:url(images/bg_block.jpg) no-repeat top left; height:264px}
#content .indent-block{padding:18px 0 0 21px}

#content .indent{padding:0 0 0 0}

/*box*/
.box{
	width:100%;
	font-size:0.916em;
	background-color: #FFF;
}
.box .border-bottom {
	background-image: url(images/border_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.box .corner-bottom-left {background:url(images/corner_bottom_left.gif) no-repeat left bottom;}
.box .corner-bottom-right {
	width:100%;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(images/corner_bottom_right.gif);
}
.box .indent-box{ padding:20px 28px 0 20px; }
.box .indent-box1{ padding:20px 15px 0 20px; }


/*footer*/
#footer {
	color:#666666;
	font-size:11px;
	background:url(images/bot.gif) repeat-x top;
}
.bot-left{ background:url(images/bot_left.gif) no-repeat top left}
.bot-right{ background:url(images/bot_right.gif) no-repeat top right; height:46px}

#footer-content {
	text-align:center;
	padding-top:30px;
}

.jamp{ width:40px; margin-left:6px}
select{font-size:.84em; color:#2d3331; height:20px;	font-family:Tahoma;}

.indent-2{ position:relative; padding-left:20px; float:left}
.h{ height:30px}


#buttons {
	float: left;
	height: auto;
	width: 300px;
}

.block-contact span{ float:right; margin-right:20px}
.input{
   	border:none; 
	background:none;
	width:220px; height:20px;
	font-size:1em;
	color:#000;
	padding-left:5px;
	padding-top:2px;
}

.tailrollover {
	float: left;
	height: 30px;
	width: 145px;
}

.col-22 {
	height: auto;
	width: 750px;
	margin-left: 25px;
	text-align: center;
}
.p44 {
	height: auto;
	width: 575px;
	font-size: 14px;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.p444 {
	height: auto;
	width: 575px;
	font-size: 14px;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.title3 {
	height: auto;
	width: 750px;
	font-size: 13px;
	padding-left: 50px;
}

