/**
 * Style sheet basic
 */
body
{
	background-color:#e3e6e9;
	background-image:url("tl_files/ecomltd/images/background.gif");
	background-position:left top;
	background-repeat:repeat-x;
}

a,
body,
div,
em,
label,
li,
ol,
p,
strong,
td,
th,
u,
ul
{
	font-family:"Lucida Grande", Arial, san-serif;
	font-size:12px;
	color:#666666;
}

input,
select,
textarea
{
	font-family:"Trebuchet MS", Verdana, san-serif;
	font-size:11px;
	color:#666666;
}

img
{
	vertical-align:middle;
	border:0px;
}

p,
pre,
form
{
	margin:0px;
	padding:0px;
}

h1
{
	margin:0px 0px 15px 0px;
	padding:0px 0px 2px 0px;
	border-bottom:1px solid #cccccc;
	font-family:"Trebuchet MS", "Lucida Grande", Arial, san-serif;
	font-weight:bold;
	font-size:16px;
}

h2
{
	margin:0px 0px 9px 0px;
	padding:0px;
	font-family:"Trebuchet MS", "Lucida Grande", Arial, san-serif;
	font-weight:bold;
	font-size:13px;
}

a
{
	text-decoration:none;
	color:#c36a1c;
}

a:hover
{
	text-decoration:underline;
}

