@charset "utf-8";
/* CSS Document */

body {
	background-color:#FFFFFF;
	margin:0px;
	font-family:Tahoma,Verdana,sans-serif;
	font-size:11px;
	width:100%;
}
td   {
	color:#000000; 
	font-family:Tahoma,Verdana,sans-serif; 
	font-size:10px;
}

.link {
	color:#000000;
}
.current {
	color:#ff0000;
	font-size: 11px;
	
}
a.price, a.details{
	cursor: pointer;
	color: #888888;
}
a.price  {float:left; width:60px}
a.details{float:right;}

.counter_container 
{
	position: absolute; 
	top: 1px; 
	left: 1px;   
	visibility: hidden;
	border:1px solid #eeeeee;
}
.counter 
{
	width:1px;
	height:1px;
	border:none;
}

#interface1 {
	display:inline;
	visibility:visible;
}

#top-pager {
	width:100%;
	text-align:right;
}

#bottom-pager {
	clear:both;
	float:left;
	width:100%;
}

#prev_page_link {
	float:left;
	text-align:left;
}

#next_page_link {
	float:right;
	text-align:right;
}

#templates_list_container {
	width:100%;
	height:90%;
}

.template_screenshot {
	border:none;
	cursor: pointer;	
}

.template_container {
	border:1px solid #eeeeee;
	text-align:center;
	width:165px;
	margin-right:1px;
	height:205px;
	float:left;
}
.screenshot_container {
	text-align:center;
	background-image:url('/images/skins/21/images/sk_08_2.gif');
	background-repeat:repeat-y;
	background-position:0px 0px;
	padding:0px;
	margin:0px;
	width:100%;
	height:164px;
	vertical-align:middle;
}
.details_container {
	background-image:url('/images/skins/21/images/sk_08_3.gif');
	background-repeat:repeat-y;
	height:30px;
	padding:0px 0px;
	width:100%;
}
.details_container table {
	width:100%;
	height:100%;
	padding-left:15px;
	padding-right:15px;
}
.template_container_bottom {
	height:0px;
	background-repeat:no-repeat;
	/*Hack to fix IE6 bug with DIV height*/
	font-size:0px;
}
.template_container_top {
	background-image:url('/images/skins/21/images/sk_08_1.gif');
	background-repeat:no-repeat;
	height:10px;
	/*Hack to fix IE6 bug with DIV height*/
	font-size:9px;
}
.template_container_middle {
	display:none;
}
.cleanup_code {
	clear:both;
	display:none;
}