body
{	background-color: rgb(255,255,255);
	margin: 0px 10px 10px 10px;
	font-size: 8pt;
	font-family: Verdana;
}

DIV{
	text-align:left;
}

#Container
{	width: 730px;
}

#Main
{	width: 100%;
	border-bottom: 1px solid rgb(200,200,200);
	margin-bottom: 10px;
}
#LeftMenu
{	width: 130px;
	padding: 0px 5px 0px 0px;
}

#LeftMenu div
{	margin: 2px 10px 2px 2px;
	border: 2px solid rgb(200,200,200);
}

#LeftMenu a
{	display: block;
	padding: 5px 10px; margin-bottom: 2px;
	border: 1px solid rgb(240,240,240);
	color: rgb(100,100,100);
	text-decoration: none;
	font-weight: bold;
}
#LeftMenu a:hover
{	display: block;
	padding: 5px 10px;
	color: rgb(100,100,200);
	background-color: rgb(230,230,250);
	border: 1px solid rgb(100,100,200);
}

#TopMenu
{	border-bottom: 1px dashed rgb(200,200,200);
	height: 25px;

}
#TopMenu table { width: 100%; }
#TopMenu table tr { vertical-align: middle; }
#TopMenu table a { text-decoration: none; }
#TopMenu table a:hover { text-decoration: underline; }

/* LISTS */
.Level1{ 
	font-weight:bold;
	text-transform:capitalize;
	margin-bottom:10px;
}
.Level2{ 
	font-weight: normal;
	list-style-type: none;
	margin-bottom:15px;
}
.Level3{
	font-weight: normal;
	list-style-type: disc;
	margin-bottom:15px;
}


#TopMenu input
{	width: 70px;
	border: 1px solid rgb(150,150,150);
}

#Content
{	padding: 10px 0px 30px 0px;
}


input.normal
{	border: 1px solid rgb(0,0,80);
}
input.error
{	background-color: rgb(230,200,200);
}


.small { font-size: 7pt; }
.normal { font-size: 8pt; }
.large { font-size: 14pt; }
form { display: inline; }

tr { vertical-align: top; }
img { border: none; }
em { font-weight: bold; font-style: normal; }
br.all { clear: both; }

p { margin: 0px 0px 15px; line-height: 150%; }
h1, h2, h3 { margin: 5px 0px 7px; font-family: Tahoma; }
h1 { font-size: 14pt; text-decoration: none; color: rgb(47, 96, 142); font-weight: normal; }
h2 { font-size: 12pt; text-decoration: none; color: rgb(47, 96, 142); }
h3 { font-size: 10pt; text-decoration: none; color: rgb(51, 103, 153); font-weight: normal; }

div.box
{	border: 1px solid rgb(200,200,200);
}
div.box h1, div.box h2
{	background-color: rgb(230,230,230);
	margin: 0px; padding: 3px 3px 3px 10px;
	color: rgb(38, 68, 130);
	font-weight: normal;
}
div.box h1.eco
{
	background-color:#118348;
	color:#FFF;
	font-weight:700
}
div.box h1
{	font-size: 12pt;
}
div.box h2
{	font-size: 10pt;
}

div.box p, div.box table
{	margin: 5px;
}

table.bordered
{	background-color: rgb(128, 149, 178);
	margin: 10px 0px;
}
table.bordered td, table.bordered th
{	background-color: rgb(255,255,255);
	padding: 6px;
}
table.bordered th
{	background-color: rgb(240,240,240);
	padding: 6px;
}


td.legend
{	font-weight: bold;
	text-align: right;
}

input.text, textarea.text { width: 200px; border: 1px solid rgb(200,200,200); }


div.notice
{	border: 1px solid rgb(150,150,150);
	margin: 10px; padding: 10px;
	font-weight: bold;
}
div.alert { background-color: rgb(255,200,200); }
div.success { background-color: rgb(200,255,200); }


a.icon
{	text-decoration: none;
	float: left; display: block;
	padding: 2px;
	color: rgb(0,0,0);
}
a.icon img
{	width: 14px;
	height: 14px;
	border: none;
	margin-top: 1px;
}



table#Basket
{	width: 98%;
}

table#Basket th, table#Basket td
{	padding: 8px 5px;
}

table#Basket tr.yang { background-color: rgb(230,230,230); }
table#Basket tr.ying { background-color: rgb(250,250,250); }

table#Basket td.total, table#Basket th.total { border-left: 1px solid rgb(200,200,200); border-right: 1px solid rgb(200,200,200); }
table#Basket .price { text-align: right; width: 80px; }
table#Basket .quantity { text-align: center; width: 30px; }

table#Basket tr.total td { padding: 25px 5px 15px; }
table#Basket tr.subtotal td { padding: 15px 5px 0px; }


#ProductList
{	width: 100%;
}
#ProductList td
{	padding: 6px 3px;
	border-bottom: 1px solid rgb(200,200,200);
	line-height: 150%;
}
#ProductList td.name { padding: 6px 3px 6px 6px; }
#ProductList td a { color: red; }

#ProductList th
{	background-color: rgb(255,255,255);
}

#ProductList .ying
{	background-color: rgb(230,230,230);
}
#ProductList .price
{	text-align: right;
}

#ProductList label { display: none; }
#ProductList tr { vertical-align: middle; }

div.pagebar a
{	float: left; display: block; width: 30px;
	border: 1px solid rgb(200,200,200);
	text-align: center;
	padding: 3px 0px; margin-right: 3px;
	color: rgb(0,0,0);
}

div.pagebar a:hover, div.pagebar a.sel
{	background-color: rgb(230,230,230);
}

button
{	border: 1px solid rgb(122, 161, 204);
	background-color: rgb(230,230,230);
}

#Footer
{	color: rgb(200,200,200);
	text-align: left;
	margin-bottom: 20px;
}

#Footer a
{	color: rgb(150,150,150);
}

.NewsStory span{
	color:#777777;
}
	.NewsStory a{ text-decoration:none; font-weight:Bold; }
	.NewsStory a:hover{ text-decoration:underline; }