
/**
 * Global definitions
 */
* {
	border: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

html {
	overflow:auto;
}

body {
	background-color: #f7f3f3;
	background-color: #fff;
	font-size: 13px;
	font-family: tahoma, verdana, arial, sans-serif;
	color: #333;
	overflow:visible;
}

h1 {
	margin-bottom: 10px;
	font-size: 30px;
	color: #555;
	font-weight: normal;
}

h2 {
	margin-bottom: 5px;
	color: #555;
	font-weight: normal;
	font-size: 19px;
}

h3 {
	margin-bottom: 5px;
	color: #888;
	font-weight: normal;
}

.box-header {
	font-weight: bold;
	font-size: 14px;
	color: #555;
}

p {
	font-size:14px;
	margin-bottom: 1.2em;
	line-height: 1.5em;
	overflow: visible;
}

a {
	color: #008FC5;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

dl {
	margin-bottom:1em;
	padding: 5px 0;
}

dt {
	float: left;
	clear: left;
	width: 140px;
	color: #777;
	padding: 4px 0;
	padding-right:10px;
	text-align:left;
	font-weight:bold;
	font-family: Tahoma;
}
dd {
	margin: 0;
	color: #333;
	overflow: hidden;
	padding: 4px 0px;
	min-height:1.2em;
	font-family: Tahoma;
}

.right {
	text-align: right;
}

/**
 * Form items
 *
 */
input, select, textarea {
	background-color: #fff;
	border: 1px solid #999;
	padding: 1px 2px;
}

input.valid, select.valid, textarea.valid {
	background-color: #eff9df;
	border: 1px solid #7a7;
}

input.invalid, select.invalid, textarea.invalid {
	background-color: #fcc;
	border: 1px solid #a77;
}

input.focused, select.focused, textarea.focused {
	border-color: #45d;
	border-width: 1px;
	border-style: dashed;
}

input.submit {
	padding: 0 15px;
}

textarea {
	overflow:auto;
}

strong.required {
	color: red;
}

a.button {
	display: inline-block;
	background-image:url('../../_rsc/img/ico/arrow.png');
	background-repeat: no-repeat;
	background-position: 96% center;
	background-color: #fff;
	padding: 4px 22px 4px 12px;
	border: 1px solid #bbb;
	border-bottom: 1px solid #aaa;
	font-weight: bold;
	text-decoration: none;
	color: #444;
	font-size: 11px;
	border-radius: 4px;
}

a.button:hover {
	background-color: #eee;
	border: 1px solid #a1a1a1;
	color: #444;
}





#main {
	width: 960px;
	margin: auto;
	margin-top: 20px;
	overflow: visible;
}

#banners-wrapper {
	height: 268px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	background-color: #fff;
	box-shadow: 0 0 15px 4px #ccc;
	overflow: hidden;
	padding: 3px;
	border-radius: 2px;
}


#middle-wrapper {
	display: table;
	width: 100%;
	height: auto;
	clear: both;
}

#middle {
	display: table-row;
}

#languages-wrapper {
	float:right;
	clear:right;
	margin-top: 16px;
}

#languages li {
	float: left;
	width: 40px;
	display: block;
	text-align: center;
	opacity: 0.6;
}

#languages li:hover {
	opacity: 1;
}

#languages li.active em {
	font-style: normal;
	color: #aaa;
	font-size: 10px;
}
#languages li img {
	border-radius: 2px;
}
#languages li.active img {
	opacity:0.5;
}
#languages li a {
	font-style: normal;
	text-decoration:none;
	font-size: 10px;
	color: #e3000f;
}

#breadcrumbs {
	padding: 10px 0;
	color: #aaa;
	margin-bottom: 10px;
	display: none;
}
#breadcrumbs em {
	color: #777;
	font-weight: bold;
	font-style: normal;
}

#local-menu-wrapper {
	margin: 0;
}
#news .news-cover {
	clear:both;
	display: block;
	margin-bottom: 10px;
	text-align: center;
	background-color: #fff;
	padding: 3px;
	border: 1px solid #ccc;
	border-radius: 2px;
	text-align:center;
}

#news .news-cover img {
	padding: 0;
	margin: auto;
	display: block;
}

#news .news-title a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#news .news-content {
	clear:both;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-bottom: 5px;
}

#brands-wrapper {
	clear: both;
	margin-top: 26px;
	padding: 3px;
	font-family: Tahoma;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	box-shadow: 0 0 10px 0px #ccc;
}

#brands {
	position: relative;
	height: 64px;
}

#footer {
	clear: both;
	padding: 30px 0 0 0px;
	font-family: Tahoma;
}
#footer p {
	margin-top: 10px;
	font-size: 11px;
	color: #aaa;
}
.menu-0 {
	float: left;
	clear: both;
	margin-top: 15px;
}
.menu-0 li {
	display: block;
	float: left;
}
.menu-0 li em {
	font-style:normal;
}
.menu-0 li:first-child a {
	border-left: 1px solid #ccc;
}
.menu-0 li a {
	text-decoration: none;
	font-size:13px;
	font-weight: bold;
	smargin-left: 15px;
	padding: 0 15px;
	border-right: 1px solid #ccc;
}

.menu-0 li.active a {
	color: #888;
}

.menu-0 li:hover a {
	color: #555;
}

.menu-1 {
	margin-left: 0px;
	margin-bottom: 10px;
	background-color: #eee;
}

.menu-1 a {
	display: block;
	text-decoration: none;
	font-size:14px;
	background-color: transparent;
	margin-bottom: 1px;
	padding: 7px 10px;
	background-image:url('../../_rsc/img/ico/arrow.png');
	background-repeat: no-repeat;
	background-position: 98% 50%;
	border-bottom: 1px solid #f6f6f6;
	border-radius: 2px;
}

.menu-1 a:hover {
	background-color: #fff;
	color: #000;
	background-image:url('../../_rsc/img/ico/arrow.gif');
}

.menu-1 li.active > a {
	background-color: #fff;
}

.menu-1 li.active em {
	font-style: normal;
	color: #555;
}

.menu-1 ul {
	margin-left: 1em;
}

.menu-1 ul a {

}

#header {
	clear:both;
	margin-bottom: 5px;
}

#side-wrapper {
	width: 245px;
	display: table-cell;
	soutline: 1px solid red;
	padding-right: 22px;
}

#content-wrapper {
	width: 660px;
	padding-left: 20px;
	display: table-cell;
	soutline: 1px solid blue;
	padding-bottom: 50px;
}

.social-links {
	border-top: 2px solid #eee;
	border-bottom: 2px solid #eee;
	padding-top:7px;
	margin-top:3px;
	margin-bottom: 10px;
	clear: both;
	overflow: visible;
	min-height: 26px;
}

#content {
	padding-bottom: 10px;
}

#content table {
	border: 1px solid #daa;
}

#content td, #content th {
	border-bottom: 1px solid #fdd;
	border-right: 1px solid #fdd;
	padding: 3px 4px;
	text-align: left;
	vertical-align: top;
}

#content th {
	background-color: #fcc;
}

#content ul {
	list-style-position: inside;
}

#cover {
	float:right;
	display: block;
	border: 1px solid #ccc;
	padding: 3px;
	background-color: #fff;
	margin: 0 0 1em 1em;
	border-radius: 2px;
}

.date-box {
	background-color: #e3000f;
	color: #fff;
	width: 50px;
	overflow: hidden;
	padding: 4px 0;
}

.date-box-day {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 26px;
	letter-spacing: -1px;
}

.date-box-month {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 10px;
	letter-spacing: -1px;
}

#content li {
	line-height: 1.6em;
	margin-bottom: 5px;
}

#files {
	margin-bottom: 10px;
}

#sub-pages {
	clear:both;
	overflow: hidden;
	margin-right: -52px;
}

#sub-pages li {
	margin:0;
	float: left;
	overflow: hidden;
	list-style-type: none;
	margin-bottom:24px;
	margin-right:52px;
	width: 128px;
}

#sub-pages li.clear {
	clear: left;
}

#sub-pages a.cover {
	width: 120px;
	height: 80px;
	line-height: 80px;
	border: 1px solid #ccc;
	padding: 3px;
	display: block;
	text-align: center;
	opacity: 0.85;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
	border-radius: 2px;
}

#sub-pages a.cover img {
	vertical-align: middle;
	max-width: 120px;
	max-height: 80px;
}

#sub-pages a.link {
	display: block;
	text-align: center;
}

#images {
	clear:both;
	overflow: hidden;
	margin-right: -10px;
}

#images ul {
	list-style-type: none;
	overflow: hidden;
}

#images li {
	margin:0;
	float: left;
}

#images li.clear {
	clear: left;
}

#images a {
	width: 120px;
	height: 80px;
	line-height: 80px;
	border: 1px solid #ccc;
	padding: 2px;
	display: block;
	text-align: center;
	margin-bottom:10px;
	margin-right:10px;
	opacity: 0.75;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
	overflow: hidden;
	border-radius: 1px;
}

#images a:hover {
	border-color: #777;
	opacity: 1;
}

#images a img {
	vertical-align: middle;
	max-width: 120px;
	max-height: 80px;
}

#videos {
	margin-bottom: 15px;
	clear: both;
}

#videos > div {
	margin-bottom: 15px;
}

#twtr-widget-1 {
	margin-left:10px;
}

.twtr-tweet-text p {
	font-size: 12px;
}

ul.entries li {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 5px;
}

ul.entries h2 {
	margin-top: -2px;
	margin-bottom: 2px;
}

ul.entries h2 a {
	text-decoration: none;
}

ul.entries h2 a:hover {
	text-decoration: underline;
}
ul.entries img {
	border: 1px solid #ccc;
	padding: 2px;
	background-color: #fff;
	float: right;
	margin: 0 0 3px 1em;
}


/**
 * Message Boxes
 *
 */
.info, .success, .warning, .error, .validation {
font-family:Arial, Helvetica, sans-serif; 
font-size:13px;
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.info {
color: #00529B;
background-color: #BDE5F8;
background-image: url('../../_rsc/img/ico/info.png');
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('../../_rsc/img/ico/success.png');
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('../../_rsc/img/ico/warning.png');
}
.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('../../_rsc/img/ico/error.png');
}
.validation {
color: #D63301;
background-color: #FFCCBA;
background-image: url('../../_rsc/img/ico/validation.png');
}
.info ul, .success ul, .warning ul, .error ul, .validation ul {
	list-style-type: square;
	list-style-position: inside;
}
