/* CSS Document */

body {
	background-color: #333333;
	-webkit-text-size-adjust: none;
}
a:link {
	color: #336633;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #336633;
}
a:hover {
	text-decoration: none;
	color: #336633;
}
a:active {
	text-decoration: none;
	color: #336633;
	-webkit-tap-highlight-color:rgba(200,0,0,0.4);
}
#top_bar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	position: absolute;
	height: 45px;
	width: 320px;
	left: 0px;
	top: 0px;
	background-image: url(../img/topbar.png);
	background-repeat: no-repeat;
	padding-top: 1px;
}




#nav {
	background-color: #6699CC;
	position: absolute;
	height: 30px;
	width: 320px;
	top: 46px;
	left: 0px;
}
#nav #dot1 {
	position: absolute;
	height: 8px;
	width: 8px;
	left: 137px;
	top: 11px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#nav #dot2 {
	position: absolute;
	height: 8px;
	width: 8px;
	left: 157px;
	top: 11px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#nav #dot3 {
	position: absolute;
	height: 8px;
	width: 8px;
	left: 177px;
	top: 11px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#nav #btn_back {
	position: absolute;
	width: 50px;
	top: 4px;
	
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 5px;
	
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	height: 20px;
	line-height: 20px;
	left: 10px;
	text-indent: 5px;
	border: 1px solid #999999;
	visibility: hidden;
	cursor: pointer;
}

#cnt1 {
	padding: 10px;
	width: 300px;
	position: absolute;
	left: 0px;
	top: 76px;
	background-color: #D7E6D7;
	visibility: visible;
}
#cnt1 #descr {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	padding: 5px;
	width: 290px;
	top: 0px;
	border: 1px solid #669966;
	background-color: #CCFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.descr {
	padding: 5px;
}
#cnt1 #list {
	position: relative;
	width: 300px;
	top: 10px;
}
.list, .listtop, .listbottom{
	width: 280px;
	height: 20px;
	line-height: 20px;
	background-color: #FFFFFF;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	cursor: pointer;
	background-image: url(../img/listitem_bgd.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.listtop{
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top: 1px solid #CCCCCC
}
.listbottom{
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	margin-bottom: 10px;
}

#cnt2 {
	padding: 10px;
	width: 300px;
	position: absolute;
	left: 0px;
	top: 76px;
	background-color: #D7E6D7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	visibility: hidden;
}
#cnt2 #title{
	font-size: 18px;
}
.title {
	font-weight: bold;
	font-size: 16px;
	padding: 5px;
}
#cnt2 #details {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;	
}
.details {
	padding: 10px;
	font-size: 16px;
}


#footage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #669966;
	position: relative;
	width: 300px;
	text-align: center;
	z-index: 2;
	height: 16px;
	padding-top: 5px;
	margin-top: 5px;
}
.ads{
	font-size:13px;
	width: 300px;
	text-align:center;
	color: #669966;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

