/***** Templates *****/
.t-div {
	position:relative;
	padding-top:20px;
	border:1px dashed #dddddd;
}
.t-div:hover {
	border:1px dashed #afafaf;
}
.t-content {
	position:relative;
	min-height:80px;
	border:1px dotted #dddddd;
	padding:0px;
	background:none;
}
.t-content:hover {	
	border:1px dotted #888888;
}
.t-buttons {
	position:absolute;
	top:0px;
	right:0px;
	width:18px;
	height:16px;
	text-align:right;
	display:none;
	padding:2px;
	z-index:20;
	background:#ffffff;
}
.t-div:hover > .t-buttons {
	display:block;
}
.t-content:hover > .t-buttons {
	display:block;
}
.t-buttons .i {
	float:left;
	margin:0px 1px;
}
.t-content .t-buttons {
	width:54px;
}
.t-title {
	padding-top:50px;
	text-align:center;
}

/* Category Home */
#template_twocol_left{display:block; width:200px; padding:0px 20px 30px 0px; float:left;}
#template_twocol_right{display:block; width:455px; padding:10px 20px 30px 25px; float:right;}
