@CHARSET "utf-8";

* {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: 'Eurostile';
	src: url('../fonts/2AD95B_1_0.eot');
	src: url('../fonts/2AD95B_1_0?#iefix')
		format('embedded-opentype'),
		url('../fonts/2AD95B_1_0.woff') format('woff'),
		url('../fonts/2AD95B_1_0.ttf') format('truetype'),
		url('../fonts/2AD95B_1_0.svg#webfont') format('svg');
}

@font-face {
	font-family: 'EurostileBold';
	src: url('../fonts/2AD95B_0_0.eot');
	src: url('../fonts/2AD95B_0_0?#iefix')
		format('embedded-opentype'),
		url('../fonts/2AD95B_0_0.woff') format('woff'),
		url('../fonts/2AD95B_0_0.ttf') format('truetype'),
		url('../fonts/2AD95B_0_0.svg#webfont') format('svg');
}


html {
	background-image: url(../img/bg.jpg);
}

body {
	font-family: 'Eurostile', Century Gothic, Avant Garde, 'Trebuchet MS', Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 0.73em;
	min-height: 658px;
	color: #010101;
}

hr {
	border-left: 0px; /* Für Firefox und Opera */
	border-right: 0px;
	border-bottom: 0px;
	border-bottom: transparent;
	border-top: solid 1px black;
	color: white;
	margin-bottom: 5px;
	margin-top: 5px;
}

textarea:focus, input:focus{
    outline: none;
}

strong, b {
	font-family: 'EurostileBold', Century Gothic, Avant Garde, 'Trebuchet MS', Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: normal;
}

p {
	text-align: left;
	margin-bottom: 10px;
	line-height: 28px;
}

th p, td p {
	margin-bottom: 0px !important;
}

.small {
	font-size: 0.8em;
	line-height: normal;
}

div#content ul {
	margin-bottom: 10px;
	line-height: 28px;
	margin-left: 30px;
}

a {
	color: red;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

a.white {
	color: white;
}

a.white:hover {
	color: red;
}

a.normal {
	color: #010101;
}

a.normal:hover {
	color: red;
}

.clearfix:after { /* für Firefox, IE8, Opera, Safari, etc. */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

*+html .clearfix { /* für IE7 */
	display: inline-block;
}

* html .clearfix { /* für IE6 */
	height: 1%;
}

h1 {
	font-family: 'EurostileBold', Century Gothic, Avant Garde, 'Trebuchet MS', Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
	clear: both;
}
h2 {
	font-family: 'EurostileBold', Century Gothic, Avant Garde, 'Trebuchet MS', Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	clear: both;
}
h3 {
	font-family: 'EurostileBold', Century Gothic, Avant Garde, 'Trebuchet MS', Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
	clear: both;
	padding-top: 10px;
}
h4 {
	font-family: 'EurostileBold', Century Gothic, Avant Garde, 'Trebuchet MS', Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 1.0em;
	font-weight: normal;
	text-transform: uppercase;
	clear: both;
}
h5 {
	font-family: 'EurostileBold', Century Gothic, Avant Garde, 'Trebuchet MS', Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 1.0em;
	font-weight: normal;
	text-transform: uppercase;
	clear: both;
}
h6 {
	font-family: 'EurostileBold', Century Gothic, Avant Garde, 'Trebuchet MS', Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 1.0em;
	font-weight: normal;
	text-transform: uppercase;
	clear: both;
}


h1 a, h2 a, h3 a, h4 a, h5 a {
	color: black;
}

.bold {
	font-family: 'EurostileBold', Century Gothic, Avant Garde, 'Trebuchet MS', Verdana, Helvetica, Arial, Sans-Serif;
}

/********************** LAYOUT *****************************/
div#container {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

div#left {
	padding-right: 23px;
	width: 221px;
	float: left;
	color: white;
}

div#left p {
	line-height: 20px;
}

a#logo {
	display: block;
	width: 201px;
	height: 42px;
	margin-top: 38px;
	background-image: url(../img/mtm-logo.jpg);
	background-size: 201px 42px;
}

a#menu {
	display: none;
	float: left;
	width: 42px;
	height: 42px;
	background-image: url("../img/icon_menu.png");
	background-size: 42px 42px;
}

nav {
	margin-top: 35px;
	margin-bottom: 35px;
}

nav ul {
	list-style-type: none;
}

nav ul li {
	line-height: 26px;
}

nav a {
	display: block;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}

nav ul li ul.subnav {
	display: none;
}

nav ul li.section ul.subnav {
	display: block;	
}

nav a:hover, nav li.selected > a {
	color: red;
}

nav li:hover {
}

nav ul.subnav {
	display: none;
}

nav ul.subnav li a {
	padding-left: 26px;
}

div#main {
	background-color: black;
	float: left;
	width: 902px;
	padding-left: 27px;
	padding-right: 27px;
	padding-top: 15px;
}

div#brands {
	position: relative;
	height: 68px;
}

div#brands > a {
	float: left;
	display: block;
	width: 88px;
	padding-top: 46px;
	height: 20px;
	text-align: center;
	background-size: 88px 42px;
	background-repeat: no-repeat;
	color: #babbbd;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 2px;
	line-height: 20px;
	font-size: 0.9em;
}

div#brands div {
	position: absolute;
	top: 66px;
	width: 100%;
	z-index: 500;
}

div#brands ul {
	display: none;
	list-style-type: none;
	padding-top: 3px;
	padding-bottom: 3px;
	min-width: 34px;
	float: left;
	margin-right: 1px;
	background-image: url(../img/black_opacity.png);
}

div#brands ul li {
	padding-left: 10px;
	padding-right: 10px;
	min-width: 68px;
	line-height: 26px;
	height: 26px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

div#brands ul li.loading {
	background-image: url("../img/ajax-loader-white.gif");
	background-repeat: no-repeat;
	background-position: 5px 4px;
	line-height: 24px;
}

div#brands ul li:hover,  div#brands ul li.selected {
	background-image: url("../img/brand_back.png");
}
div#brands ul li a  {
	color: white;
	text-decoration: none;
}
div#brands ul li:hover > a, div#brands ul li.selected > a { 
	color: red;
	border-style: solid;
	border-width: 0px 0px 2px;
	-moz-border-image: url(../img/border_bottom.png) 2 30 stretch;
	-webkit-border-image: url(../img/border_bottom.png) 2 30 stretch;
	-o-border-image: url(../img/border_bottom.png) 2 30 stretch;
	border-image: url(../img/border_bottom.png) 2 30 stretch;
}

div#brands a.active {
	color: white;
}

#carselect_menu {
	display: none;
}

a.social {
	margin-top: 5px;
	width: 28px;
	height: 28px;
	margin-right: 3px;
	float: left;
	display: block;
	background-repeat: no-repeat;
	background-image: url("../img/social.png?v=1");
	background-size: 177px 28px;
}

a.social:hover {
	background-image: url("../img/social_active.png?v=2");
	background-size: 177px 28px;
	background-repeat: no-repeat;
	margin-top: 5px;
	width: 28px;
	height: 28px;
	margin-right: 3px;
	display: block;
	float: left;
}

a.facebook {
	background-position: 0px;
}

a.twitter {
	background-position: -30px;
}

a.google {
	background-position: -59px;
}

a.youtube {
	background-position: -89px;
}

a.linkedin {
	background-position: -119px;
}

a.instagram {
	background-position: -149px;
}

a.appstore {
	display: block;
	clear: both;
	width: 83px;
	height: 30px;
	background-size: 83px 30px;
	background-image: url("../img/social_appstore_2x.png");
}

div.teaser {
	margin-top: 23px;
	clear: both;
}

div#content_container {
	clear: both;
}

div#content {
	clear: both;
	background-image: url("../img/bg_content.jpg");
	background-repeat: repeat-x;
	background-color: #e7e7e7;
	border-bottom: solid 27px black;
	padding-top: 23px;
	padding-bottom: 10px;
	color: black;
	font-size: 1.4em;
	padding-left: 23px;
	padding-right: 23px;
}

div#content h3:first-child {
	padding-top: 0px;
}

footer {
	padding: 10px;
	color: white;
	background-color: black;
}

footer p {
	line-height: normal;
	padding-bottom: 10px;
}

footer a {
	color: white;
}

footer a:hover {
	color: red;	
}

footer div.footercopyright {
	float: left;
}

footer div.footerlinks {
	float: right;
}

div.stage {
	position: relative;
	width: 900px;
	height: 552px;
	background-position: 0px 462px;
	background-size: 900px 90px;
	background-image: url("../img/stage_back.jpg");
	overflow: hidden;
	color: white;
}

div.stage a.stage_item {
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	color: white;
	width: 100%;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 100%;
}

div.stage img {
	display: block;
}

div.stage a {
	color: white;
}

div.stage h1, div.stage a h1, div.stage a h2 {
	position: static;
	margin-top: 7px;
	line-height: 42px;
	font-family: 'EurostileBold';
	font-size: 2.2em;
	font-weight: normal;
	text-transform: uppercase;
	height: 42px;
	overflow: hidden;
	margin-bottom: 0px;
	padding: 0px;
	display: block;
	text-overflow: ellipsis;	
}

div.stage h1 span, div.stage a h2 span {
	font-size: 1.5em;
}
div.stage h2, div.stage a h3, div.stage a h2.subtitle {
	position: static;
	font-family: 'Eurostile', Century Gothic, Avant Garde, 'Trebuchet MS', Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: normal;
	text-transform: none;
	font-size: 1.2em;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	display: block;
	text-overflow: ellipsis;
}

div.stage h1 {
	position: absolute;
	left: 0px;
	bottom: 38px;
	margin-bottom: 0px;
}

div.stage h2 {
	position: absolute;
	left: 0px;
	bottom: 18px;
	margin-bottom: 0px;
}

div#breadcrumbs {
	font-family: 'EurostileBold', Century Gothic, Avant Garde, 'Trebuchet MS', Verdana, Helvetica, Arial, Sans-Serif;
	color: red;
	text-transform: uppercase;
	margin-bottom: 20px;
	height: 25px;
	overflow: hidden;
}

.category {
	font-family: 'EurostileBold', Century Gothic, Avant Garde, 'Trebuchet MS', Verdana, Helvetica, Arial, Sans-Serif;
	height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	background-image: url("../img/category_back.png");	
	line-height: 33px;
	padding-left: 24px;
	padding-right: 24px;
}

div.title {
	clear: both;
	padding-left: 5px; 
	width: 893px;
	height: 25px;
	background-position: left 5px;
	background-image: url("../img/title_back.png");
	background-repeat: no-repeat;
	background-size: 900px 20px;	
	margin-bottom: 2px;
	font-size: 0.9em;
	line-height: 30px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-family: 'EurostileBold', Century Gothic, Avant Garde, 'Trebuchet MS', Verdana, Helvetica, Arial, Sans-Serif;
	color: white;
}

.slide_detail {
	display: none;
}

div.row {
	position: relative;
	height: 70px;
	overflow: hidden;
	display: table;
	width: 100%;
	border-bottom: dotted 1px black;
}

div.row:last-child {
	border-bottom: none;
}

div.row p {
	margin: 0px;
}

div.header_fullrow {
	color: red;
	font-weight: bold;
	height: 40px !important;
}

div.row div {
	display: table-cell;
	vertical-align: middle;
}

a.cart {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 35px;
	height: 35px;
	background-image: url(../img/icon_cart.png);
	background-size: 35px 35px;	
}

/*
.icon {
	display: block;
	width: 50px;
	height: 50px;
	background-size: 50px 50px;
	background-repeat: no-repeat;
	background-position: center center;
}
*/
ul.icons {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

li.icon {
	background-image:url(/modules/mediaadmin/img/icons/small/file.png);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 30px;
	line-height: 25px;
	margin-bottom: 5px;
}

div.buttonholder {
	border-bottom: solid 3px #9d101b;
	height: 30px;	
}

div.buttonright {
	background-image: url("../img/button_right.png");
	background-repeat: no-repeat;
	background-size: 36px 30px;
	padding-right: 36px;
	height: 30px;
	background-position: right;	
	float: left;
}

div.buttonright a {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: left;
	display: block;
	height: 30px;
	line-height: 30px;
	text-shadow: 1px 1px 1px black;
	text-transform: uppercase;
	font-size: 17px;
	font-family: 'EurostileBold';
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	background: rgb(254,0,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(254,0,0,1) 0%, rgba(157,16,27,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,0,0,1)), color-stop(100%,rgba(157,16,27,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(254,0,0,1) 0%,rgba(157,16,27,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(254,0,0,1) 0%,rgba(157,16,27,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(254,0,0,1) 0%,rgba(157,16,27,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(254,0,0,1) 0%,rgba(157,16,27,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe0000', endColorstr='#9d101b',GradientType=0 ); /* IE6-9 */
}

a.listitem {
	display: block;
	float: left;
	margin-bottom: 26px;
	margin-right: 21px;
	width: 270px;
	height: 66px;
	overflow: hidden;
	padding-top: 152px;
	padding-bottom: 10px;
	background-image: url("../img/home.jpg");
	background-size: 270px 152px;
	background-repeat: no-repeat;
	color: black;
}

a.listitem div {
	margin-top: 5px;
	background-color: #ccc;
	height: 57px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 9px;
}

a.listitem:hover div {
	color: white;
	background-color: black;
}

a.listitem h2 {
	font-family: 'EurostileBold';
	text-transform: uppercase;
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	height: 23px;
	line-height: 23px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

a.listitem h3 {
	font-family: 'Eurostile', Century Gothic, Avant Garde, 'Trebuchet MS', Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	line-height: 17px;
	height: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: none;
}

a.listitem:nth-of-type(3n) {
	margin-right: 0px;
}

a.listitem > span {
	display: block;
	height: 38px;
	line-height: 19px;
	overflow: hidden;
}

div.tabnavigation ul, div.tabnavigation ul li {
	margin: 0px;
	padding: 0px;
}

div.tabnavigation ul {
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

div.tabnavigation ul li {
	list-style-image: none;
	list-style-type: none;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 12px;
	padding-left: 12px;
	font-size: 1.0em;
	font-family: 'EurostileBold';
	cursor: pointer;
	color: white;
	height: 30px;
	line-height: 27px;
}

div.tabnavigation ul li.active {
	color: black;
	/*background-color: transparent;*/
	/*background-image: url("../img/opacity_white_95.png");*/
	background-color: white;
}

div.tabnavigation select {
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.0em;
	margin-top: 5px;
	margin-bottom: 10px;
}

div.tabnavigation {
	border-top: solid 5px #9d101b;
	border-left: solid 1px #9d101b;
	border-right: solid 1px #9d101b;
	
	background: rgb(157,16,27); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(157,16,27,1) 0%, rgba(206,0,0,1) 50%, rgba(157,16,27,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(157,16,27,1)), color-stop(50%,rgba(206,0,0,1)), color-stop(100%,rgba(157,16,27,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(157,16,27,1) 0%,rgba(206,0,0,1) 50%,rgba(157,16,27,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(157,16,27,1) 0%,rgba(206,0,0,1) 50%,rgba(157,16,27,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(157,16,27,1) 0%,rgba(206,0,0,1) 50%,rgba(157,16,27,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(157,16,27,1) 0%,rgba(206,0,0,1) 50%,rgba(157,16,27,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d101b', endColorstr='#9d101b',GradientType=0 ); /* IE6-9 */
		
	overflow: hidden;
}

div.tabs div.tabcontent {
	clear: both;
	border-bottom: solid 5px #9d101b;
	border-left: solid 1px #9d101b;
	border-right: solid 1px #9d101b;
	padding: 15px;
	background-color: white;
}

div.tabs div.tab {
	display: none;
}

div.tabs div.active {
	display: block;
}

a.flag {
	float: left;
	display: block;
	width: 33px;
	height: 20px;
	background-size: 33px 20px;
	background-repeat: no-repeat;
	margin-right: 10px;
}

a.actionbutton {
	display: inline-block;
	height: 18px;
	background-image: url("../img/button_back.png");
	border-top: solid 1px #e77e80;
	border-bottom: solid 1px #47070a;
	border-right: solid 1px #8d0d16;
	border-left: solid 1px #c41415;
	color: white;
	line-height: 16px;
	text-shadow: 1px 1px 1px black;
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
	text-transform: uppercase;
	font-family: 'EurostileBold';
	margin-top: 5px;
}

a.actionbutton_grey, a.actionbutton:hover {
	display: inline-block;
	height: 18px;
	background-image: url("../img/button_grey_back.png");
	border-top: solid 1px #686867;
	border-bottom: solid 1px #393938;
	border-right: solid 1px #292a29;
	border-left: solid 1px #7a7b7a;
	color: white;
	line-height: 16px;
	text-shadow: 1px 1px 1px black;
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
	text-transform: uppercase;
	font-family: 'EurostileBold';
	margin-top: 5px;
}

/******************** FORM *******************/

select, textarea, input.text {
	background-color: white;
	font-size: 12pt;
	border: solid 1px #999;
	font-family: 'Eurostile', Century Gothic, Avant Garde, 'Trebuchet MS', Verdana, Helvetica, Arial, Sans-Serif;
	width: 96%;
}

div.form_row select, div.form_row textarea, div.form_row input.text {
	margin: 1%;
	padding: 1%;
}

input.checkbox {
	margin-right: 5px;
}


input.formbutton, input.actionbutton, a.actionbutton_big {
	display: block;
	height: 30px;
	background-image: url("../img/form_group_back.png");
	border-top: solid 1px #e77e80;
	border-bottom: solid 1px #47070a;
	border-right: solid 1px #8d0d16;
	border-left: solid 1px #c41415;
	color: white;
	text-shadow: 1px 1px 1px black;
	font-size: 15px;
	padding-left: 5px;
	padding-right: 5px;
	text-transform: uppercase;
	font-family: 'EurostileBold';
	margin-top: 5px;
	width: 235px;
	padding-top: 0px;
	cursor: pointer;
	text-align: center;
}

a.actionbutton_big {
	display: inline-block;
	width: auto;
	line-height: 30px;
	margin-top: 0px;
}

textarea.textarea {
	min-height: 100px;
	margin-top: 10px;
}

a.greybutton {
	display: block;
	height: 30px;
	background-color: #cecece;
	border: solid 1px #aaa;
	color: black;
	text-shadow: 1px 1px 1px #ccc;
	font-size: 15px;
	padding-left: 5px;
	padding-right: 5px;
	text-transform: uppercase;
	font-family: 'EurostileBold';
	margin-top: 5px;
	width: 223px;
	padding-top: 0px;
	cursor: pointer;
	line-height: 28px;	
	text-align: center;
}

label {
	font-size: 12pt;
}

label.required:after {
	content: "*";
}

table.form {
	width: 100%;
	border-collapse: collapse;
}

table.form tr.separator_before, table.form tr.separator_after {
	display: none;
}

table.form tr.tr1, table.form tr.tr2 {
	height: 40px;
}

table.form tr.tr1 {
}

table.form tr.tr2 {
}

table.form td.labels {
}

table.form th {
	text-align: left;
	height: 30px;
	padding-top: 20px;
	border-bottom: dotted 1px black;
}

table.form_errordata {
	margin-bottom: 15px;
}

table.form_errordata th {
	text-align: left;
	font-size: 1.2em;
	color: #AE0000 !important;
}

ul.form_errors {
	padding: 5px;
	padding-left: 30px;
	border: solid 2px #ae0000;
	margin-top: 5px;
}

ul.form_errors li {
	color: #AE0000 !important;
	font-size: 0.85em !important;
	line-height: 25px !important;
	list-style-image: none !important;
}

td.labels {
	width: 160px;
}

td.fields {
	font-size: 1.0em !important;
}

div.form_row {
	position: relative;
	overflow: hidden;
	display: table;
	width: 100%;
}

div.form_row div {
	display: table-cell;
	vertical-align: middle;
}

div.form_displaygroup {
	font-weight: bold;
	height: 30px;
	padding-top: 20px;
	border-bottom: dotted 1px black;
	margin-bottom: 1%;
}

div.form_row1, div.form_row2 {
	min-height: 40px;
}

div.form_label {
	width: 160px;
}

div.form_submitbutton {
	padding-left: 160px;
	margin-left: 1%;
}


@media only screen and (min-width: 0px) and (max-width: 650px) {
	div.form_row1, div.form_row2 {
		min-height: 50px;
		margin-bottom: 10px;
	}
	div.form_row div {
		display: block;
	}
	
	div.form_label {
		width: 100%;
	}
	
	div.form_submitbutton {
		padding: 0px;
	}
	
	select, textarea, input.text {
		margin: 0px;
	}
	
	input.formbutton, input.actionbutton, a.actionbutton_big {
		font-size: 14px;
		width: 220px
	}
	
	a.greybutton {
		width: 208px;
	}
}

table.data {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}

table.data thead tr th {
	color: red;
	text-align: left; 
	padding-bottom: 10px;
}

table.data tbody tr {
	border-top: dotted 1px black;
	border-bottom: dotted 1px black;
}

table.data tbody tr td {
	line-height: 28px;
}

.tablet, .mobile {
	display: none !important;
}

.desktop, .desktop_tablet {
	display: block !important;
}