* {
margin:0px;
padding:0px;
}

html, body {
	height:100%;
	overflow-y:hidden;
}
html {
height:100%;
margin-bottom:1px;
}
body {
font-size:85%;
font-family:Arial, Helvetica, sans-serif;
line-height:1.5em;
text-align:center;
}

#changeTemplate {
	position:relative;
	margin-top:20px;
	background:url(../images/selectbox.png) no-repeat 0 0;
	color:#fff;
	width:273px;
	height:26px;
	font-size:12px;
	float:left;
}
#changeTemplate:hover {
	background:url(../images/selectbox.png) no-repeat 0 -26px;
}
#changeTemplate:active,#changeTemplate:focus{
	background:url(../images/selectbox.png) no-repeat 0 -52px;
}
#changeTemplate a {
	display:block;
	padding:3px 30px 5px 10px;
	color:#ccc;
	text-decoration:none;

}
#changeTemplate a:hover { color:#fff;
}
ul#templateList {
	padding:2px 0 2px 0;
	position:absolute;
	margin: 0px 15px 0 0;
	left:0;
	width:273px;
	display:none;
	height:284px;
	overflow-y:scroll;
	overflow-x:hidden;
	background:url(../images/select_bg.gif) no-repeat left bottom;
	font-weight:bold;

}
a.templateLink:hover{
	background-color:#222;
	color:#999;
}
ul#templateList li {
	list-style:none;
	border-bottom:1px solid #333;

}
a.new{
	background:url(../images/new.png) no-repeat right;
}
a.hot{
	background:url(../images/hot.png) no-repeat right;
}
a.free{
	background:url(../images/free.png) no-repeat right;
}
a.joomla15{
	background:url(../images/joomla15.png) no-repeat right;
}


#activeLink{ font-weight:bold;}

.jp_thumb {
	position:absolute;
	top:0;
	left:0;
	/*border:5px solid #000;*/
	background:url(../images/preview.png) no-repeat left;
	width: 240px;
	height: 224px;
	text-align:center;
}
.jp_thumb img{
	padding-top: 46px;
}

#demoFrame {
	width:100%;
	height:100%;
}
#header {
text-align:left;
height:74px;
margin:0 auto;
background:#000 url(../images/header_bg.gif) repeat-x bottom;
color:#FFFFFF;
position:relative;
}
#header .inside {
padding:0;
margin:0 auto;
height:74px;
width:920px;
}
#header .right_side {
position:relative;
float:left;
width:240px;
padding-top:12px;
}
#logo {
float:left;
display:block;
width:297px;
height:74px;
margin:0 40px 0 0;
text-indent:-9999px;
}

