body	{ 	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #000000;
	/*background-image:  url();*/
}

#container 	{
	position: relative;
	width: 760px;
	margin: 0px auto -1px auto; 
	padding: 0px;
}


.txtgrey	{
	font-family: arial,helvetica,'sans serif';
	font-size: 12px;
	line-height: 14px;
	font-weight: bold; 
	color: #666666;
}

.txtwhite	{
	font-family: arial,helvetica,'sans serif';
	font-size: 10px;
	line-height: 12px;
	font-weight: normal; 
	color: #FFFFFF;
}



.txtbigwhite	{
	font-family: arial,helvetica,'sans serif';
	font-size: 12px;
	line-height: 12px;
	font-weight: bold; 
	color: #FFFFFF;
}

.txtorange	{
	font-family: arial,helvetica,'sans serif';
	font-size: 12px;
	line-height: 14px;
	font-weight: bold; 
	color: #FF9933;
}


p,td	{
	font-family: verdana,arial,helvetica,'sans serif';
	font-size: 10px;
	line-height: 12px;
	font-weight: normal; 
	color: #ffffff;
}

table {
	margin: 0px;
}



.txtnormred	{
	font-family: arial,helvetica,'sans serif';
	font-size: 10px;
	line-height: 12px;
	font-weight: normal; 
	color: #990000;
}


hr 	{	border: 0px solid #A6894E;
		border-top: 1px solid #A6894E; /*the border*/
 		width: 464px;
 		height: 1px; /*whatever the total height of the border-top and border-bottom equal*/
 		margin: 28px 0px 0px 0px;
 	}


/* -- headlines -- */


h1	{	
	font-family: arial,helvetica,'sans serif'; 
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	margin: 0px; 
	}

h2.heading	{	
	font-family: arial,helvetica,'sans serif'; 
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	font-style: normal;
	color: #A6894E;
	margin: 6px 0px 0px 0px;
}

h2.subheading	{	
	font-family: arial,helvetica,'sans serif'; 
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #A6894E;
	margin: 4px 0px 4px 0px;
}


/* -- link related -- */

a		{	font-family: arial,helvetica,'sans serif'; 
			font-size: 11px;
			line-height: 11px;
			font-weight: normal; 
			color: #FF9933;
			text-decoration: none; }

a:hover	{	font-family: arial,helvetica,'sans serif'; 
			font-size: 11px;
			line-height: 11px;
			font-weight: normal; 
			color: #ffffff; 
			text-decoration: none;
			/*border-bottom: dashed 1px #4C91C7;*/ }

a:visited {	font-family: arial,helvetica,'sans serif'; 
			font-size: 11px;
			line-height: 11px;
			font-weight: normal; 
			color: #999999;
			text-decoration: none; }

a.basket		{	font-family: arial,helvetica,'sans serif'; 
			font-size: 11px;
			line-height: 11px;
			font-weight: normal; 
			color: #FF9933;
			text-decoration: none; }

a.basket:hover	{	font-family: arial,helvetica,'sans serif'; 
			font-size: 11px;
			line-height: 11px;
			font-weight: normal; 
			color: #ffffff; 
			text-decoration: none;
			/*border-bottom: dashed 1px #4C91C7;*/ }

a.basket:visited {	font-family: arial,helvetica,'sans serif'; 
			font-size: 11px;
			line-height: 11px;
			font-weight: normal; 
			color: #FF9933;
			text-decoration: none; }


.clear { clear: both; }

/* -- lists -- */

ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
}

/*
li {
	
	background-image: url(images/bullet_url_grey.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 14px;
	
	padding-left: 0px;
}*/

/* FUNKY BASKET */
			
#bskt{
	height: 24px;
	overflow:hidden;
}

#bsktborder{
	width: 685px;
	border: dashed 1px #666666;
	padding: 10px; 0px 5px 5px; margin:0px;
}