@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #000000;
	background-image: url("http://www.redportal.ro/images/bg.gif");
	background-position: top;
	background-repeat: repeat-x;
	width: 980px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 20px;
	margin-right: 20px;
}
h1{
	font-size: 24px;
	color: #cc0000;
}
h2{
	font-size: 20px;
}
h3{
	font-size: 16px;
}
a {
	color: #cc0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Page design */
.skyscraper {
	position: absolute;
	top: 220px;
	left: 1020px;
}
.header {
	height: 120px;
	width: 1179px;
	padding-top: 20px;
}
.bg {
	z-index: -1;
	position: absolute;
	height: 355px;
	width: 1179px;
	
}
.logo {
	position: absolute;
	margin-top: 20px;
	margin-left: 20px;
}
.search_menu {
	height: 24px;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
.search_menu a {
	background-color: #ffffff;
	color: #000000;
	padding: 0 20px;
	line-height: 30px;
	display: block;
	float: left;
	font-weight: bold;
	margin-right: 20px;
	margin-left: -10px;
}
.search div {
	display: none;
	background-color: #ffffff;
	padding: 10px;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
.search form {
	margin-bottom: 0;
}
.tab{
	border-top: #cc0000 4px solid;
}
.menu {
	width: 1179px;
	margin-top: 4px;
	height: 40px;
	background-color: #000000;
	opacity: 0.75;
	filter: alpha(opacity=75);
}
.menu a {
	color: #ffffff;
	padding: 0 20px;
	line-height: 40px;
	display: block;
	float: left;
	font-weight: bold;
	border-right: #ffffff 1px solid;
}
.menu a:hover {
	color: #cc0000;
	background-color: #ffffff;
}
.container {
	background-color: #ffffff;
	min-width: 748px;
	padding-bottom: 20px;
}
.padding {
	padding-left: 10px;
	padding-right: 10px;
}
.text {
	padding-bottom: 12px;
}
.text img {
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
}
.left {
	float: left;
	width: 65%;
	border-right: #cccccc 1px dotted;
	margin-right: -1px;
}
.right {
	float: right;
	width: 35%;
	border-left: #cccccc 1px dotted;
	margin-right: -1px;
}
.half {
	float: left;
	width: 49%;
}
.third {
	float: left;
	width: 33%;
}
.categories{
	border: #cccccc 1px solid;
	padding: 5px;
	margin-bottom: 12px;
}
.categories ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.categories li{
	padding-left: 10px;
	border-bottom: #cccccc 1px solid;
	margin-right: 20px;
}
.categories a{
	display: block;
	line-height: 22px;
	color: #000000;
	text-decoration: none;
}
.categories li:hover, .categories a:hover{
	background-color: #cc0000;
	background-position: top;
	background-repeat: repeat-x;
	color: #ffffff;
}
.subcategories{
	background-color: #cc0000;
	background-position: top;
	background-repeat: repeat-x;
	color: #ffffff;
	padding: 10px;
}
.subcategories h1{
	color: #ffffff;
}
.subcategories ul{
	list-style: none;
}
.subcategories li{
	padding-bottom: 10px;
}
.subcategories a{
	color: #ffffff;
	text-decoration: none;
}
.subcategories a:hover{
	color: #ffffff;
	text-decoration: underline;
}
.rounded {
	background-color: #000000;
	background-image: url("http://www.redportal.ro/images/rounded.gif");
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: top;
	padding: 10px;
	margin-bottom: 10px;
}
.rounded a {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	display: block;
}
.footer {
	height: 120px;
	padding: 10px;
	background-color: #999999;
	color: #ffffff;
	font-weight: bold;
}
.footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer a{
	color: #ffffff;
}
.cat {
	float: right;
	margin-top: -140px;
	width: 140px;
	height: 140px;
	background-image: url('http://www.redportal.ro/images/cat.png');
	background-repeat: no-repeat;
}
.cloud {
	text-align: justify;
}
.cloud a{
	color: #666666;
}
div.up {
	float: right;
	margin-top: -44px;
	background-image: url("http://www.redportal.ro/images/icons/up.png");
	cursor: pointer;
	width: 40px;
	height: 25px;
}
div.down {
	float: right;
	margin-top: -44px;
	background-image: url("http://www.redportal.ro/images/icons/down.png");
	cursor: pointer;
	width: 40px;
	height: 25px;
}
/* Form */
.form ul {
	list-style: none;
	margin: 0;
	padding: 0;
} 
.form li {
	margin-bottom: 10px;
}
.form label {
	font-weight: bold;
}
.form input, .form textarea {
	width: 70%;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.form .radio, .form .checkbox {
	width: auto;
	border: 0;
}
.form select {
	width: 150px;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.form .button {
	width: auto;
	border: 0;
	color: #ffffff;
	background-color: #cc0000;
	padding: 5px;
	font-weight: bold;
}
.form label.error {
	font-weight: bold;
	color: #ff0000;
}

