/* <!-- */
/* General styles */
body {
	background-color:#fff;
	font-size: 13px;
	font-family: "Arial", "Helvetica", "sans-serif";
}

* {
	margin: 0px;
}

h1 {
	font-size: 18px;
	margin-top: 10px;
}

h2 {
	font-size: 15px;
	margin-top: 8px;
}

h3 {
	font-size: 13px;
	margin-top: 5px;
}

h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited
{
	/*color:#69C;*/
}

p {
	text-align:justify;
	margin:auto;
	padding:inherit;
}

blockquote
{
	margin: 5px 0 5px 18px;
}

a, a:visited {
	color: #0068b7;
}

a:hover {
	color: #0068b7;
}

table {
	border: none;
	/*background:#E3E9F1;*/
}

tr {}

tr.odd {
	/*background-color: #FFFFFF;*/
}

th {
  background-color: #CCC; 
	padding:0 0 0 0;
}

td {
	padding:3px;
}

table.table_new, table.table_hot, table.table_recomm{
	background:#DED;
}

table.table_new tr, table.table_hot tr, table.table_recomm tr{
	background:#EEE;
}

table.table_new tr.odd, table.table_hot tr.odd, table.table_recomm tr.odd {

}

table.table_new th, table.table_hot th, table.table_recomm th{
	text-align:left;
	background: url(mainpromote_headerbgS.gif);
}

table.table_new td, table.table_hot td, table.table_recomm td{
}

ul {
	list-style-position:inside;
	list-style-image: url(ball_blue.gif);
	padding-left: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
}
ul ul {
	margin-left: 2em;
}

ol {
	list-style-position: inside;
	padding-left: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
}

ul li {
}

/* --> */

