/**
 * Style sheet xBasic
 */
.pagination a
{
	text-decoration:underline;
	color:#666666;
}

.pagination ul
{
	float:right;
	margin-top:-15px;
}

.pagination p
{
	width:200px;
	margin-top:10px;
	margin-left:20px;
}

.pagination ul,
.pagination li
{
	display:inline;
	margin-right:10px;
	color:#999999;
	list-style-type:none;
}

.mod_unsubscribe
{
	padding:20px;
	background-image:url("tl_files/mb/content_bg_bottom.jpg");
	background-position:right bottom;
	background-repeat:no-repeat;
}

.mod_subscribe
{
	padding:20px;
	background-image:url("tl_files/mb/content_bg_bottom.jpg");
	background-position:right bottom;
	background-repeat:no-repeat;
}

.formular
{
	padding:20px;
	background-image:url("tl_files/mb/content_bg_bottom.jpg");
	background-position:left bottom;
	background-repeat:no-repeat;
}

.formular .text
{
	background-color:#eeeeee;
}

.formular .textarea
{
	background-color:#eeeeee;
}

.caption
{
	width:200px;
}

#newrail
{
	height:20px;
	top:175px;
	position:absolute;
}

#newrail a
{
	text-align: right;
	font-weight: normal;
	font-size: 10px;
	color: #cc5500;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-decoration: none;
}

#newrail a:hover
{
	text-align: right;
	color: #333333;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-decoration: underline;
}

h6
{
	font-weight: normal;
	font-size: 14px;
	color: #666666;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	margin-bottom: 12px;
}

.layout_latest h6 a
{
	font-weight: normal;
	font-size: 14px;
	color: #333;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.layout_latest h6
{
	margin:0px 0px 15px 0px;
	padding-top:0px;
}

*+html .layout_latest h6
{
	margin:10px 0px 18px 0px;
	padding-top:0px;
}


/**
 * Basic tags
 */
img
{
	border:0px;
}

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

h1
{
	margin:0px 0px 11px 0px;
	padding:0px;
	font-weight:bold;
	color:#ff9900;
}

h5
{
	margin:0px 0px 12px 0px;
	padding:20px 0px 0px 20px;
	font-weight:bold;
	font-size:16px;
	color:#000000;
}

h2
{
	margin:0px 0px 6px 0px;
	padding:0px;
	font-weight:bold;
	font-size:11px;
}

optgroup
{
	padding-top:3px;
	padding-bottom:3px;
}


/**
 * Body
 */
body
{
	margin:0px;
	padding:0px;
	background-color:#dddddd;
	margin:0px;
}


/**
 * Font family
 */
a,
b,
body,
cite,
div,
em,
i,
label,
li,
ol,
p,
strong,
td,
th,
u,
ul
{
	font-family:Verdana, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	font-family:Verdana, sans-serif;
}

fieldset,
form,
input,
optgroup,
select,
textarea
{
	font-family:Verdana, sans-serif;
}


/**
 * Font size
 */
a,
body,
div,
fieldset,
form,
input,
label,
li,
ol,
optgroup,
p,
select,
td,
th,
textarea,
ul
{
	font-size:11px;
	color:#666966;
}

h1,
h2,
h3,
h4
{
	font-size:12px;
	color:#666966;
}


/**
 * Links
 */
a
{
	text-decoration:none;
	color:#0099ff;
}

a:hover
{
	text-decoration:underline;
}

