/* TEMPLATE CSS
*********************************************/

html { 
	/*background: url(../d_alpha.png);*/
	padding: 0px;
	margin: 0px;
}

body {
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 11.5pt;
	padding: 0px;
	margin: 0px;
}

a,a:visited,.separator {
	border: 0;
	font-weight: normal;
	/*padding-right: 3px;*/
	padding: 0px;
	cursor: pointer;
	color: #2ba5de; /*#0000cc;*/
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p,div,span,ul,li {
	/*font-size: 11pt;*/
}

h2 {
	color: #2ba5de;
	border-bottom: solid 1px #ddd;
	/*font-family: 'Titillium Maps', Arial;*/
	font-weight: normal;
	font-size: 14pt;
	padding: 10px 10px 0px 10px;
}

.item-page {
	display: block;
	width: 390px;
	height: 200px;
	padding-top: 10px;
}

.item-page .title {
	color: #000000;
	border-bottom: solid 1px #E5E5E5;
	font-family: Arial;
	/*font-family: 'Titillium Maps', Arial;*/
	font-weight: normal;
	margin-bottom: 15px;
	font-size: 12pt;
	display: block;
	width: 405px;
}

.custom {
	display: block;
	padding: 10px;
}

.customfooter {
	display: block;
	padding: 10px 10px 10px 0px;
	/*border-top: solid 1px #ddd;*/
	color: #000000;
}

/* LAYOUT
*********************************************/

/* Floats */
.float-left {
	float: left;
}

.float-right {
	float: right;
}

.group:before,.group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.ie7 .group {
	zoom: 1;
}

/* Media Queries
*********************************************/

/* Landscape phones and down */
@media ( max-width : 480px) {
}

/* Landscape phone to portrait tablet */
@media ( max-width : 767px) {
}

/* Portrait tablet to landscape and desktop */
@media ( min-width : 768px) and (max-width: 979px) {
}

/* Large desktop */
@media ( min-width : 1200px) {
}