@import url(c/common_style.css);

/* samples and screenshots block */
table.samples_table
{
	/*border: 2px solid red;*/
	border-collapse: collapse;
	margin: .5em;
	/*width: 100%;*/
}

table.samples_table td
{
	padding: 1em 1.5em;
	vertical-align: top;
}

td.right_border
{
	border-right: 1px solid #eceff5;
}

table.samples_table img
{
	padding-left: 1.2em;
}

table.samples_table ul
{
	margin: .5em 0px 0px;
	padding: 0px 0px 0px 1.3em;
	list-style-image: url(/i/c/m_bul.gif);
	width: 220px;
}

table.samples_table li
{
	/*font-size: 70%;*/
	font-family: Tahoma, Geneva, Arial, Helvetica;
	/*line-height: 1.3em;*/
	text-align: left;
	margin: 0px 0px .5em 0px;
}

div.sample_hr
{
	background: url(/i/c/s_hr.gif) left bottom repeat-x;
	height: 21px;
	margin: .5em 0px;
	padding: 0px;
	border: 0px solid #fff;
}
