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:11px
}
.link {
   color:#000000;
}
.current {
   color:#818181;font-weight:bold
}
a.price, a.details{
   cursor: pointer;
   color: black;
}
a.price  {float:left;}
a.details{float:right;}

.counter_container
{
   position: absolute;
   top: 1px;
   left: 1px;   
   visibility: hidden;
}
.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:none;
   text-align:center;
   width:168px;
   height:203px;
   float:left;
}
.screenshot_container {
   text-align:center;
   background-image:url('/images/skins/19/images/sk_06_2.gif');
   background-repeat:repeat-y;
   background-position:0px 0px;
   padding:0px;
   margin:0px;
   width:100%;
   height:173px;
   vertical-align:middle;
}
.details_container {
   background-image:url('/images/skins/19/images/sk_06_3.gif');
   background-repeat:repeat-y;
   height:23px;
   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/19/images/sk_06_1.gif');
   background-repeat:no-repeat;
   height:9px;
   /*Hack to fix IE6 bug with DIV height*/
   font-size:8px;
}
.template_container_middle {
   display:none;
}
.cleanup_code {
   clear:both;
   display:none;
}         