* {
	font-family:arial,sans-serif;
}

html {
	width:100%;
	height:100%;
}
body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#fff;
	color:rgb(56,56,140);
}


/* Some patches to remove extra spaces */
h1,h2,h3,h4,h5,h6,h7,form,p,hr {
	margin:0px;
	padding:0px;
}

a {
	outline:none;
	text-decoration:none;
}

hr,.hr {
	display:block;
	height:1px;
	border:0px;
	padding-bottom:3px;
	border-bottom:2px solid #ffd8ba;
	margin-bottom:3px;
}
#left hr,#left .hr {
	display:block;
	height:1px;
	border:0px;
	padding-bottom:3px;
	border-bottom:2px solid #e3ddff;
	margin-bottom:3px;
}

a {
	color:rgb(255,158,6);
	text-decoration:none;
}
	a:hover {
		color:rgb(255,171,38);
	}

ul,ol {
	margin-top:0px;
	margin-bottom:0px;
}

	ul.catalog_menu {
		background-color:#eee;
		margin-left:5px;
		margin-right:5px;
		display:block;
		padding:0px;
	}
		ul.catalog_menu a {
			display:block;
			border-top:1px solid #ccc;
			padding:5px;
			padding-top:2px;
			padding-bottom:2px;
			font-weight:bold;
		}
		ul.catalog_menu li {
			overflow:hidden;
			height:18px;
		}
		ul.catalog_menu a:hover {
			background-color:rgb(255,158,6);
			color:#fff;
		}
		ul.catalog_menu br {
			display:none;
		}


body,
.content {
	font-size:12px;
	line-height:140%;
}

.title,h1 {
	font-size:16px;
	font-weight:bold;
/* 	text-transform:lowercase; */
	color:rgb(56,56,140);
}



/* Clear all patch */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {display: inline-block;}
