/* CSS Template by gorotron */

body {
	background-image:url(bg1b.gif);
	background-repeat:repeat-x;
	background-color:#FC3;
	margin:20px;
	padding:0;
	text-align:center;
}

h1 {
	font-size:24px;
	color:#FFF;
	font-weight:700;
	margin:0;
}

h2 {
	font-size:10px;
	color:#F90;
	margin:0;
	font-weight:700;
}

h3 {
	font-size:16px;
	color:#369;
	font-weight:700;
	margin:0;
	padding-bottom:5px;
	border-bottom:1px dotted #CCC;
}

h4 {
	font-size:14px;
	color:#000000;
	margin:0;
	font-weight:700;
}

p {
	margin-top:5px;
	padding-bottom:5px;
	font-size:11px;
	line-height:1.5em;
}

#container {
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	margin:0 auto;
	width:700px;
	padding:10px;
	height:auto;
	background-color:#FFF;
	text-align:left;
}

#banner {
	width:700px;
	height:100px;
	margin-bottom:10px;
}

#bannerLeft {
	width:150px;
	height:100px;
	margin-right:10px;
	background-image:url(leaf.gif);
	float:left;
}

#bannerRight {
	width:529px;
	height:49px;
	background:url(bg1c.gif) repeat-x;
	float:left;
	border:1px solid #CCC;
	border-width:1px 0 0 1px;
	padding:50px 0 0 10px;
}

#content {
	background:url(bg1.gif) repeat-y;
	height:1%;
	}

#leftColumn {
	float:left;
}

#nav {
	margin:0;
	padding:0;
	list-style:none;
}

#nav a {
	display:block;
	font-size:11px;
	color:#F90;
	text-decoration:none;
	padding:10px;
	width:130px;
	height:10px;
	border-bottom:1px dotted #333;

}

#nav a:hover {
	background-color:#333;
}

#leftColumnBottom {
	width:130px;
	padding:110px 10px 10px;
	color:#EAEAEA;
}

#rightColumn {
        font-size:11px;
	float:left;
	width:530px;
	padding-left:20px;
	color:#666;
}

#clear {
	clear:both;
}

.date {
	font-size:12px;
	color:#999;
	font-weight:normal;
}

#copyright {
	padding-top:10px;
	font:10px Arial,Helvetica,sans-serif;
	color:#369;
}

#copyright a {
	text-decoration:none;
	color:#369;
}

#copyright a:hover {
	color:#F39;
}
.box  {
	width: 270px;
	float: left;
	border-left: 1px solid #999;
	margin: 0 0 -9999px 0;
	padding: 0 10px 9999px 20px;
	margin-left: -1px;
	color: #333;
	font-size: 12px;
	overflow: hidden;
}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}

.password{
background-color:lightblue;
}
.graybox{
background-color:#CCCCCC;
}

.price{
font-weight:bolder
}
#mainK {
    margin: auto;
	border: 1px solid #cccccc;
	width: 400px;
	background: #F1F3F5;
    font-family: Arial, Helvetica, sans-serif;
    font-size : 12px;
}

formK {
    margin-left: 100px;
	border: 1px solid #cccccc;
	width: 250px;
	background: #E9ECEF;
    font-family: Arial, Helvetica, sans-serif;
    font-size : 12px;
    padding:5px;
    margin-bottom:10px;
}

#resultK {
    margin-left: 100px;
    text-align:center;
    border: 1px solid #cccccc;
    width: 250px;
    background: #E9ECEF;
    font-family: Arial, Helvetica, sans-serif;
    font-size : 12px;
    padding:15px;
    margin-bottom:20px;
    margin-top:15px;
}

.textK {
	border: 1px solid #cccccc;
}

input, textareaK {
    border: 1px solid #aaa;
}


#captionK{
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    margin:10px;
    font-size : 14px;
    color:#C64934;
}

#iconK{
    width:100px;
    height:60px;
    float:left;
    background-image:url(icon.gif);
    background-repeat: no-repeat;
    background-position:center center;
}
#icon2K{
    width:80px;
    height:60px;
    float:left;
    background-image:url(icon2.gif);
    background-repeat: no-repeat;
    background-position:center center;
}

#sourceK{
  text-align:right;
  align:right;
  padding-right:10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size : 10px;
  color:#CCCCCC;
}


