/* COMBINED ELEMENT LIST ========================*/

/* Based on stylesheets being loaded in this order

	1) style.css

	2) basic.css

	3) base.css

	4) category

	

	Also includes item.css as item 5

	

*/



body { 

	font-family: Arial, Helvetica, sans-serif; 

	background: url(../images/background-outline.gif) repeat-y;

	background-position: center top;

	background-attachment: fixed;

	margin: 0; 

	padding: 0;

	color:#4d4f50;

	/*font-weight: bold;*/

}



dl dt dd {

	margin: 0;

	padding: 0;

}



dt {

	float: left;

	width: 140px;

	height: 100px;

	float: left;

}



dd {

	float: right;

	margin-left: -5px;

	margin-bottom: 25px;

	width: 360px;

	height: auto;

	float: left;

}



p { 

	margin: 0; 

	padding: 0; 

}

		 

h1, h2 {  font-weight: bold; margin: 0; padding: 0; }	 

		 

h1 {

	margin: 0 0 5px 0;

	text-align: left;	 

}



a {

	color: #03C;

	text-decoration: underline;

	outline: none;

}



a:link, a:visited, a:hover, a:active  { 

	color: #03C;

	text-decoration: underline; 

}



ul {

	clear: both;

	list-style: none;

	margin: 0;

	margin-left: 30px;

	padding: 0 5px 0 0;

}



ul li {

	float: left;

	margin-left: 4px;

}





hr {

        /* the border */

        border-left:0px none; 

		  border-right:0px none; 

		  border-bottom:0px none; 

		  border-top: 1px dashed #F0F0F0; 

		  height: 1px

}



form, textarea  {

	margin: 0;

	padding:0;

}



img {

	border: none;

	text-decoration: none;

}



td a img {

	text-decoration: none;

	overflow: hidden;

}

/* 

html td a {

	text-decoration: none !important;

}

*/







