@import "default.css";
@import "layout.css";

.left {
	text-align: left;
	float: left;
	position: relative;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
	float: right;
	position: relative;
}

.justify p {
	text-align: justify;
}

.intro {
	font-weight: bold;
}

.icon {
	margin-right: 10px;
}

.red {
	color: #f00;
}

.clear {
	clear: both;
}

#header a.active {
	color: #000;
}

#header ul li img {
	width: 50px;
}

#header a {
	font-size: 10px;
	font-family: verdana, arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #CCC;
	letter-spacing: -.1em;
	text-align: center;
}

#header a:hover {
	color: #000;
}

#content {
	padding: 30px 50px 0 50px;
}

#content a {
	color: #376092; /* Blue */
	text-decoration: underline;
}

#content a.blacklink {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#contentfoot {
	bottom: 30px;
	left: 0;
	padding: 0 50px;
	position: absolute;
	text-align: center;
	width: 376px;
}

#menu {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}

#menu a {
	line-height: 15px;
	text-decoration: none;
}

#menu ul {
	list-style-type: none;
	padding-left: 15px;
	margin-left: 5px;
	margin-top: 12px;
}

#menu li {
	line-height: 2em;
	padding-bottom: 20px;
}

#menu ul ul {
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
}

#menu li li {
	font-size: 12px;
	border-bottom: 1px solid #d5db31; /*#CCD300; #B5FF00; /* Xpeedio - green */
	margin-right: 15px;
	padding: 5px 0 5px 15px;
	line-height: 0px;
	width: 170px;
}

#menu li li:hover {
	background: url(../images/layout/romb_hover.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

#menu li li.active {
	background: url(../images/layout/romb.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

#infopadding {
	margin: 0;
	padding: 5px 20px 0px;
}

#info h2 {
	text-transform: uppercase;
	font-size: 16px;
}

#info ul {
	font-size: 11px;
/*	list-style-image: url('../images/layout/romb.gif');
	list-style-type: disc;*/
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0;
}

#info ul li {
	text-align: left;
	padding-bottom: 10px;
	padding-left: 15px;
	background-image: url('../images/layout/romb.gif');
	background-repeat: no-repeat;
	background-position: 0 1px;
}

#infofoot {
	bottom: 20px;
	left: 0;
	padding: 20px 20px 0px 0px;
	position: absolute;
	text-align: right;
	width: 196px;
/*	text-transform: uppercase;*/
	font-weight: bold;
}

#footer {
	text-align: center;
/*	padding: 5px 0;*/
	height: 65px;
}

/* News */
.date {
	font-weight: bold;
}

.title {
	font-weight: bold;
}

.shortlist {
	text-align: justify;
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}

.shortlist li {
	margin: 20px 0;
}

.longlist {
	text-align: justify;
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}

.longlist li {
	margin: 10px 0;
}

#content li a {
	color: #000;
	text-decoration: none;
}

#order input[type='text'] {
	width: 200px;
/*	height: 11px;*/
	font-size: 10px;
	margin: 3px 0px 10px;
}

#order label {
/*	font-size: 10px;*/
}

.supportlist {
	list-style-type: square;
	padding: 0px;
	margin: 10px 0 0 17px;
}
