﻿
/* -------------------------------------------------------------------------------------------- */
/* --------------------------------------- Templates ------------------------------------------ */
/* -------------------------------------------------------------------------------------------- */



.pnlInfoTemplate
{
	width:329px;
	padding-right:20px;
	border:1px dotted green;
}

.tblTemplate
{
	font-size:13px;
	width:99%;
}

.tblTemplate tr td
{
	vertical-align:top;
}

.tblTemplate tr td.tdTemplateRightSide
{
	padding-left:10px;
	width:100%;
}

.tblTemplate tr td img
{
	padding-bottom:6px;
}

/* Preview */
body
{
	background-color:#fff;
}


