@charset "utf-8";
/* for the template listing page */
#template-intro {		
	padding: 0;	
	margin-bottom: 1em;	
	overflow: hidden;	
}
#template-intro .left {
	float: left;
	width: 55%;	
	padding: 0;
}
#template-intro .right {
	float: right;
	width: 40%;
	padding: 0;
	margin-left: 1em;
}

.listheader {
	margin: 2em 0 0 0;
	padding: 0.5em 0;
	border: 1px solid #bfbab0;
	background-color: #f2efe9;
	text-align: center;
}
.table_item {
	margin-right: 1em;
	margin-bottom: 1em;
	border: 1px solid #bfbab0;
	background-color: #f2efe9;
	padding: .5em;	
}
.table_item img {
	border: solid 1px #ccc;
	padding: 2px;	
}
.table_item td form {
	margin: 0;
	padding: 0;
}
.table_item td fieldset {
	border: 0;	
}
.thumbnail {
	height: 135px;
}
#table_main td {
	vertical-align: top;
}

#link {
	text-align: right;
	font-size: 80%;
}

/* search form styling */
form {
	margin: 0.5em 0 1em 0;
}

fieldset {	
	position: relative;
	margin: 0.5em 0 0 0;
	padding: 0;
	border: 1px solid #bfbab0;
	background-color: #f2efe9;
}
legend {	
	padding: 0;
	color: #330;
	font-weight: bold;	
}

legend span {
	position: absolute;
	left: 0.74em;
	top: 0;
	margin-top: 0.5em;
	font-size: 90%;
}
fieldset ol {
	padding: 2em 0 0 0;
	list-style: none;
}
fieldset li {
	font-size: 90%;
	padding: 0;
	margin: 0 0.5em 0.5em 1.5em;	
}

p.submit {
	float: none;
	width: auto;
	border-style: none;
	padding-left: 8em;
	background-color: transparent;
}

label {
	position: relative;
	float: left;
	width: 5em;
	margin-right: 1em;	
}



/* for the template detail page */
.template_l {
	float: left;
	width: 55%;
}
.template_l ul {
	margin-left: -3em;	
}
.template_r {
	float: right;
	border: 1px solid #ccc;	
	padding: .5em;		
	background: #fff;		
	margin-top: 1em;
	margin-bottom: 1em;
					
}

