/* 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 {
	position: absolute;	width: 320px; left: 0px; height: 45px;	top: 0px; z-index: 0;
	background-image:-webkit-gradient(linear, right bottom, right top, color-stop(0, #444), color-stop(0.53, #000));
	text-align:center; color:rgba(255, 255, 220, 0.9); font-family:"Arial Rounded MT Bold"; font-size: 22px; line-height: 45px;
	padding-top: 1px;
}
#top_bar_glossy {
	position: absolute;	width: 320px; left: 0px;  height: 22px;	top: 0px; z-index: 1;
	background-color:rgba(255, 255, 255, 0.2);
}
#link_home {
	position:absolute; top:9px; left:10px; width:34px; height:25px; cursor:pointer;
	background-repeat:no-repeat; background-image:url(../img/home.png);
}
#link_email {
	position:absolute; top:11px; right:10px; width:25px; height:25px; cursor:pointer;
	background-repeat:no-repeat; background-image:url(../img/twitter.png);
	font-size:20px; line-height:25px;
}



#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: 15px 10px;
	-webkit-border-top-left-radius: 15px 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;
	visibility: hidden;
	cursor: pointer;

}

#cnt1 {
	padding: 10px;
	width: 300px;
	position: absolute;
	left: 0px;
	top: 76px;
	background-color: #D7E6D7;
	display:block;
}
#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;
	display:none;
}
#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;
}
.ads-google {
	margin-left:-10px; margin-bottom: -10px;
	padding-top:10px;
}
