/*
===============================================================================
	(c) magic moving pixel s.a., Luxembourg
	--------------------------------------------------------------------
	project   : 313 - OnBoard Manager
	file      : screen.css
	comment   : style sheets for screen media
	
	implementing responsive design:
	the style sheet defines css rules for two window sizes:
	by default a rule is valid for the window size <= 490px.
	switches override rules for larger window sizes, e.g. @media (min-width: 491px)  { ... }
===============================================================================
*/

/* @font-face kit by Fonts2u (http://www.fonts2u.com) */ 
@font-face {
	font-family:"Raleway";
	src:url("/fonts/Raleway/Raleway-Regular.eot?") format("eot"),
	    url("/fonts/Raleway/Raleway-Regular.woff") format("woff"),
	    url("/fonts/Raleway/Raleway-Regular.ttf") format("truetype"),
	    url("/fonts/Raleway/Raleway-Regular.svg#Raleway-Regular") format("svg");
	    font-weight:normal;
	    font-style:normal;
}
@font-face {
	font-family:"Raleway-Bold";
	src:url("/fonts/Raleway_Bold/Raleway-Bold.eot?") format("eot"),
	    url("/fonts/Raleway_Bold/Raleway-Bold.woff") format("woff"),
	    url("/fonts/Raleway_Bold/Raleway-Bold.ttf") format("truetype"),
	    url("/fonts/Raleway_Bold/Raleway-Bold.svg#Raleway-Bold") format("svg");
	    font-weight:normal;
	    font-style:normal;
}
@font-face {
	font-family:"Raleway-Medium";
	src:url("/fonts/Raleway_Medium/Raleway-Medium.eot?") format("eot"),
	    url("/fonts/Raleway_Medium/Raleway-Medium.woff") format("woff"),
	    url("/fonts/Raleway_Medium/Raleway-Medium.ttf") format("truetype"),
	    url("/fonts/Raleway_Medium/Raleway-Medium.svg#Raleway-Medium") format("svg");
	    font-weight:normal;
	    font-style:normal;
}
@font-face {
	font-family:"Raleway-Light";
	src:url("/fonts/Raleway_Light/Raleway-Light.eot?") format("eot"),
	    url("/fonts/Raleway_Light/Raleway-Light.woff") format("woff"),
	    url("/fonts/Raleway_Light/Raleway-Light.ttf") format("truetype"),
	    url("/fonts/Raleway_Light/Raleway-Light.svg#Raleway-Light") format("svg");
	    font-weight:normal;
	    font-style:normal;
}

html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	-webkit-text-size-adjust:none;
}

body {
	font-family: Raleway, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #C3B9B4;
}

h1 {
	font-family: Raleway-Bold, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h2 {
	font-family: Raleway-Medium, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	margin: 4px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h3 {
	font-family: Raleway-Medium, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	margin: 4px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	letter-spacing: 1px;
}

h4 {
	font-family: Raleway-Medium, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	margin: 4px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h5 {
	font-family: Raleway-Medium, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	margin: 4px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	letter-spacing: 1px;
}

h6 {
	font-family: Raleway-Medium, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	margin: 4px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

p, dl, dt, dd, td, ul, ol {
	font-family: Raleway, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
}

table {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

td {
	vertical-align: top;
}

ul, ul ul, ul ul ul, ol ul {
	text-indent: 0px;
	list-style-position: outside;
	border-width: 0px;
	margin: 0px 0px 10px 19px;
	padding: 0px 0px 0px 0px;
}

ol, ul ol, ul ul ol, ul ol ol {
	text-indent: 0px;
	list-style-position: outside;
	border-width: 0px;
	margin: 0px 0px 10px 20px;
	padding: 0px 0px 0px 0px;
}

li {
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
}

a {
	font-family: Raleway, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: underline;
}

a:hover {
	font-family: Raleway, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}

form,option,select,textarea,input {
	font-family: Raleway, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
}

img {
	vertical-align: middle;
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

hr {
	display: block;
	clear: both;
	height: 1px;
	border: 0; 
	border-top: 1px solid #D6D0CD;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* user specific rules editor styles */
span.highlighted {
	color: #FF0000;
	font-weight: bold;
}

p.clear {
	clear: both;
	line-height: 1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* changing mmpBusiness default rules */
.mmpwebimage .FT {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	margin: 0px 0px 0px 4px;
	padding: 0px 0px 0px 0px;
}

span.lb-caption {
	color: #CCCCCC;
}
span.lb-number {
	color: #999999;
}

/* print information */
div.print-header {
	display: none;
}

div.print-footer {
	display: none;
}

div.separator {
	width: 100%;
	height: 1px;
	clear: both;
}

/* generic layout elements */
.contentbox {
	display: block;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 470px;
	overflow: hidden;
}
@media (min-width: 491px) {
	.contentbox{ width: 1000px; }
}

.contenthd {
	background-color: #000000;
	height: 120px;
}
@media (min-width: 491px) {
	.contenthd {
		background-color: #000000;
		height: 140px;
	}
}

.contenthd-login {
	background-color: #000000;
	height: 140px;
}
@media (min-width: 491px) {
	.contenthd-login {
		background-color: #000000;
		height: 190px;
	}
}

.contentbd {
	background-color: #ffffff;
}

.contentft {
	min-height: 30px;
	background-color: #000000;
	text-align: center;
}

/* header elements */
div.header-logo-row {
	float:left;
	width: 100%;
	height: 80px;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
@media (min-width: 491px) {
	div.header-logo-row {
		height: 100px;
	}
}

div.header-logo {
	width: 400px;
	height: 56px;
	margin: 16px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-color: #000000;
	background-repeat:no-repeat;
	background-position: center bottom;
	background-image: url(/graphics/header_logo_mobile.png);
}
@media (min-width: 491px) {
	div.header-logo {
		width: 460px;
		height: 64px;
		margin: 26px auto 0px auto;
		padding: 0px 0px 0px 0px;
		background-color: #000000;
		background-repeat:no-repeat;
		background-position: center bottom;
		background-image: url(/graphics/header_logo.png);
	}
}

div.header-slogan-row {
	float:left;
	width: 100%;
	height: 40px;
	margin: 0px;
	padding: 0px;
	background-color: #404040;
}
@media (min-width: 491px) {
	div.header-slogan-row {
	}
}

div.header-slogan-row div.mmpweblabel div.BD {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 2px 0px;
	font-family: Raleway-Light, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	letter-spacing: 6px;
	text-align: center;
	text-transform: uppercase;
}
@media (min-width: 491px) {
	div.header-slogan-row div.mmpweblabel div.BD {
	}
}

div.header-language {
	float: right;
	width: 72px;
	height: 30px;
	margin: 10px 30px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.header-language-box {
	float: left;
	width: 28px;
	height: 28px;
	margin: 0px 0px 0px 12px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #D6D0CD;
	font-family: Raleway, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #c3b9b4;
}

/* left navigation */
ul.nav-top {
	display: none;
}
@media (min-width: 491px) {
	ul.nav-top {
		display: block;
		float: left;
		width: 100%;
		height: 70px;
		margin: 0px;
		padding: 0px;
	}
}


/* left navigation */
ul.nav-left {
	display: none;
}
@media (min-width: 491px) {
	ul.nav-left {
		display: block;
		float: left;
		width: 220px;
		margin: 0px 20px 0px 30px;
		padding: 0px;
		list-style: none outside none;
	}
}

ul.nav-left li {
	width: 214px;
	min-height: 26px;
	margin: 0px 0px 12px 0px;
	padding: 4px 0px 0px 6px;
	background-repeat:no-repeat;
	background-image: url(/graphics/nav_left-1-bg.png);
}

ul.nav-left li:hover,
ul.nav-left li.selected {
	background-image: url(/graphics/nav_left-1-bg-selected.png);
}

ul.nav-left li a {
	font-family: Raleway-Medium, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #000000;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}
@media (min-width: 491px) {
	ul.nav-left li a {
	}
}

ul.nav-left li.selected a {
	font-family: Raleway-Bold, Arial, Helvetica, Verdana, sans-serif;
}
@media (min-width: 491px) {
	ul.nav-left li.selected a {
	}
}

ul.nav-left li a::before {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 14px;
	height:18px;
	font-family: Raleway-Medium, Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	line-height: 18px;
	content: "> ";
}

/* left navigation, 2nd level menu */
ul.nav-left li ul {
	display: none;
}
ul.nav-left li.selected ul {
	display: block;
	width: 214px;
	margin: 8px 0px 0px 0px;
	padding: 0px;
	list-style: none outside none;
}

ul.nav-left li.selected ul li,
ul.nav-left li.selected ul li.selected {
	width: 214px;
	margin: 0px;
	padding: 0px;
	background: none;
}

ul.nav-left li.selected ul li a {
	font-family: Raleway-Medium, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 22px;
	color: #CECECE;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}
@media (min-width: 491px) {
	ul.nav-left li.selected ul li a {
	}
}

ul.nav-left li.selected ul li.selected a {
	color: #000000;
	font-family: Raleway-Bold, Arial, Helvetica, Verdana, sans-serif;
}
@media (min-width: 491px) {
	ul.nav-left li.selected ul li.selected a {
	}
}

ul.nav-left li.selected ul li a::before {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 14px;
	height:17px;
	font-family: Raleway-Medium, Arial, Helvetica, Verdana, sans-serif;
	font-size: 17px;
	line-height: 22px;
	content: "> ";
}

/* left navigation, 3rd level menu */
ul.nav-left li.selected ul li ul {
	display: none;
}

ul.nav-left li.selected ul li.selected ul {
	display: block;
	width: 200px;
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 14px;
	list-style: none outside none;
}

ul.nav-left li.selected ul li.selected ul li,
ul.nav-left li.selected ul li.selected ul li.selected {
	width: 204px;
	margin: 0px;
	padding: 0px;
	background: none;
}

ul.nav-left li.selected ul li.selected ul li a {
	font-family: Raleway-Medium, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	color: #CECECE;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}
@media (min-width: 491px) {
	ul.nav-left li.selected ul li.selected ul li a {
	}
}

ul.nav-left li.selected ul li.selected ul li a::before {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 12px;
	height:16px;
	font-family: Raleway-Medium, Arial, Helvetica, Verdana, sans-serif;
	font-size: 15px;
	line-height: 18px;
	content: "> ";
}

ul.nav-left li.selected a.selected,
ul.nav-left li.selected ul li a:hover,
ul.nav-left li.selected ul li a:hover:before,
ul.nav-left li.selected ul li.selected a.selected,
ul.nav-left li.selected ul li.selected ul li a:hover,
ul.nav-left li.selected ul li.selected ul li a:hover:before,
ul.nav-left li.selected ul li.selected ul li.selected a.selected,
ul.nav-left li.selected ul li.selected ul li.selected ul li a:hover,
ul.nav-left li.selected ul li.selected ul li.selected ul li a:hover:before {
	color: #000000;
}

/* navigation: footer menu styles */


ul.nav-footer {
	display: none;
}
@media (min-width: 491px) {
	ul.nav-footer {
		display: inline-block;
		margin: 0px auto 0px auto;
		padding: 4px 0px 0px 0px;
		height: 26px;
		list-style-type: none;
	}
}

ul.nav-footer li {
	display: block;
	float: left;
	margin: 4px 4px 0px 4px;
	padding: 0px 0px 0px 0px;
	font-family: Raleway-Medium, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #ffffff;
}

ul.nav-footer li a {
	font-family: Raleway-Medium, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #ffffff;
	letter-spacing: 1px;
	text-decoration: none;
}
@media (min-width: 491px) {
	ul.nav-footer li a {
	}
}

ul.nav-footer li a:hover,
ul.nav-footer li.selected a {
	font-family: Raleway-Medium, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #ffffff;
	letter-spacing: 1px;
	text-decoration: underline;
}
@media (min-width: 491px) {
	ul.nav-footer li.selected a {
	}
}



/* navigation: mobile screen styles */
ul.nav-mobile {
	float: left;
	display: inline;
	width: 100%;
	margin: 10px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	text-align: left;
}
@media (min-width: 491px) {
	ul.nav-mobile {
		display: none;
	}
}

ul.nav-mobile li {
	float: left;
	display: inline;
	width: 430px;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	padding: 8px 10px 8px 10px;
	background-color:#404040;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 2px 2px 3px #c3b9b4;
}

ul.nav-mobile ul {
	display:none;
	position:static !important;
	top:auto !important;
	left:auto !important;
	margin-left:0 !important;
	margin-top:0 !important;
	width:auto !important;
	min-width:0 !important;
	max-width:none !important;
}

ul.nav-mobile ul li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	clear: both;
	border: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	box-shadow: 0px 0px 0px #c3b9b4;
}

ul.nav-mobile li a,
ul.nav-mobile li a:hover,
ul.nav-mobile li.current a.current,
ul.nav-mobile li.current a.current:hover {
	font-weight: bold;
	font-size: 14px;
	line-height: 26px;
	text-decoration: none;
	text-transform:uppercase;
}


ul.nav-mobile ul li a,
ul.nav-mobile ul li a.current,
ul.nav-mobile ul li a:hover {
	margin-left: 20px;
}

ul.nav-mobile ul ul li a,
ul.nav-mobile ul ul li a.current,
ul.nav-mobile ul ul li a:hover {
	margin-left: 40px;
}

ul.nav-mobile ul ul ul li a,
ul.nav-mobile ul ul ul li a.current,
ul.nav-mobile ul ul ul li a:hover {
	margin-left: 60px;
}

ul.nav-mobile ul ul ul ul li.current a.current,
ul.nav-mobile ul ul ul ul li a.current,
ul.nav-mobile ul ul ul ul li a,
ul.nav-mobile ul ul ul ul li a:hover {
	-webkit-text-size-adjust: 100%;
	float: left;
	display: inline;
	font-weight: normal;
	font-size: 12px;
	line-height: 12px;
	padding: 7px 0px 7px 80px;
}

ul.nav-mobile span {
	float:right;
}

ul.nav-mobile li a {
	color:#FFFFFF;
}

ul.nav-mobile li a:hover,
ul.nav-mobile li a.current {
	color:#C3B9B4;
}


/* content layout */

.content {
	float: left;
	width: 470px;
	margin: 10px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}
@media (min-width: 491px) {
	.content {
		width: 720px;
		margin: 0px 0px 0px 0px;
	}
}

.content-login {
	float: left;
	width: 460px;
	margin: 10px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}
@media (min-width: 491px) {
	.content-login {
		width: 970px;
		margin: 10px 0px 10px 30px;
	}
}

.content-row {
	float: left;
	width: 440px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
@media (min-width: 491px) {
	.content-row {
		width: 100%;
	}
}

.content-text-box {
	float:left;
	width: 420px;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #D6D0CD;
}
@media (min-width: 491px) {
	.content-text-box {
		margin: 0px 0px 10px 0px;
		width: 680px;
	}
}

.content-text-box-small {
	float:left;
	width: 426px;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #D6D0CD;
}
@media (min-width: 491px) {
	.content-text-box-small {
		margin: 0px 0px 10px 0px;
		width: 440px;
	}
}

.content-images-side {
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 460px;
}
@media (min-width: 491px) {
	.content-images-side {
		float:left;
		margin: 0px 0px 0px 20px;
		padding: 0px 0px 0px 0px;
		width: 220px;
	}
}

.content-image-side {
	float: left;
	margin: 0px 8px 9px 0px;
	padding: 0px 0px 0px 0px;
	width: 218px;
}
@media (min-width: 491px) {
	margin: 0px 0px 20px 0px;
	width: 220px;
}

.content-image-box-s {
	width: 218px;
	height: 218px;
}
.content-image-box-h {
	width: 446px;
	height: 218px;
}
.content-image-box-v {
	width: 218px;
	height: 447px;
}
.content-image-box-b {
	width: 446px;
	height: 447px;
}
.content-image-box-w {
	width: 446px;
	height: 136px;
}
.content-image-box-x {
	width: 446px;
	height: 300px;
}

@media (min-width: 491px) {
	.content-image-box-s {
		width: 218px;
		height: 228px;
	}
	.content-image-box-h {
		width: 458px;
		height: 228px;
	}
	.content-image-box-v {
		width: 218px;
		height: 478px;
	}
	.content-image-box-b {
		width: 458px;
		height: 478px;
	}
	.content-image-box-w {
		width: 698px;
		height: 228px;
	}
	.content-image-box-x {
		width: 698px;
		height: 478px;
	}
}

.content-image-box {
	float:left;
	margin: 0px 8px 9px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #D6D0CD;
	overflow: hidden;
}
@media (min-width: 491px) {
	.content-image-box,
	.content-image-box,
	.content-image-box {
		margin: 0px 20px 20px 0px;
	}
}

.content-image-s-l {
	width: 218px;
	height: 218px;
}
.content-image-h-l {
	width: 438px;
	height: 218px;
}
.content-image-v-l {
	width: 218px;
	height: 478px;
}
.content-image-b-l {
	width: 438px;
	height: 478px;
}
.content-image-w-l {
	width: 438px;
	height: 218px;
}
.content-image-x-l {
	width: 438px;
	height: 478px;
}

@media (min-width: 491px) {
	.content-image-s-l {
		width: 218px;
		height: 228px;
	}
	.content-image-h-l {
		width: 458px;
		height: 228px;
	}
	.content-image-v-l {
		width: 218px;
		height: 478px;
	}
	.content-image-b-l {
		width: 458px;
		height: 228px;
	}
	.content-image-w-l {
		width: 698px;
		height: 228px;
	}
	.content-image-x-l {
		width: 698px;
		height: 478px;
	}
}

.content-image-s-l,
.content-image-h-l,
.content-image-v-l {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}

.content-image-s-s,
.content-image-s-s img {
	width: 200px;
	height: 176px;
}
.content-image-h-s,
.content-image-h-s img {
	width: 430px;
	height: 176px;
}
.content-image-v-s,
.content-image-v-s img {
	width: 200px;
	height: 430px;
}
.content-image-b-s,
.content-image-b-s img {
	width: 430px;
	height: 430px;
}
.content-image-w-s,
.content-image-w-s img {
	width: 430px;
	height: 138px;
}
.content-image-x-s,
.content-image-w-s img {
	width: 430px;
	height: 302px;
}
@media (min-width: 491px) {
	.content-image-s-s,
	.content-image-s-s img {
		width: 200px;
		height: 180px;
	}
	.content-image-h-s,
	.content-image-h-s img {
		width: 440px;
		height: 180px;
	}
	.content-image-v-s,
	.content-image-v-s img {
		width: 200px;
		height: 430px;
	}
	.content-image-b-s,
	.content-image-b-s img {
		width: 440px;
		height: 430px;
	}
	.content-image-w-s,
	.content-image-w-s img {
		width: 700px;
		height: 180px;
	}
	.content-image-x-s,
	.content-image-x-s img {
		width: 700px;
		height: 430px;
	}
}

.content-image-s-s,
.content-image-h-s,
.content-image-v-s,
.content-image-b-s,
.content-image-w-s,
.content-image-x-s {
	margin: 7px 0px 10px 7px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}
@media (min-width: 491px) {
	.content-image-s-s,
	.content-image-h-s,
	.content-image-v-s,
	.content-image-b-s,
	.content-image-w-s,
	.content-image-x-s {
		margin: 9px 0px 10px 9px;
		padding: 0px 0px 0px 0px;
		overflow: hidden;
	}
}

.content-image-caption-s,
.content-image-caption-v,
.content-image-caption-s-magnifier,
.content-image-caption-v-magnifier {
	width: 200px;
}

.content-image-caption-s-magnifier,
.content-image-caption-v-magnifier {
	background-repeat:no-repeat;
	background-position: 178px 0px;
	background-image: url(/graphics/magnifier.png);
}

.content-image-caption-h,
.content-image-caption-b,
.content-image-caption-h-magnifier,
.content-image-caption-b-magnifier {
	width: 440px;
}

.content-image-caption-h-magnifier,
.content-image-caption-b-magnifier {
	background-repeat:no-repeat;
	background-position: 418px 0px;
	background-image: url(/graphics/magnifier.png);
}

.content-image-caption-w,
.content-image-caption-x,
.content-image-caption-w-magnifier,
.content-image-caption-x-magnifier {
	width: 440px;
}

.content-image-caption-w-magnifier,
.content-image-caption-x-magnifier {
	background-repeat:no-repeat;
	background-position: 418px 0px;
	background-image: url(/graphics/magnifier.png);
}

@media (min-width: 491px) {
	.content-image-caption-w,
	.content-image-caption-x,
	.content-image-caption-w-magnifier,
	.content-image-caption-x-magnifier {
		width: 700px;
	}
	
	.content-image-caption-w-magnifier,
	.content-image-caption-x-magnifier {
		background-repeat:no-repeat;
		background-position: 678px 0px;
		background-image: url(/graphics/magnifier.png);
	}
}

.content-image-caption,
.content-image-caption-s-magnifier,
.content-image-caption-v-magnifier,
.content-image-caption-h-magnifier,
.content-image-caption-b-magnifier,
.content-image-caption-w-magnifier,
.content-image-caption-x-magnifier {
	float: left;
	height: 30px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	font-family: Raleway, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.content-image-text-s {
	width: 200px;
	height: 210px;
}
.content-image-text-h {
	width: 440px;
	height: 210px;
}
.content-image-text-v {
	width: 200px;
	height: 460px;
}
.content-image-text-b {
	width: 440px;
	height: 460px;
}
.content-image-text-w {
	width: 440px;
	height: 140px;
}
.content-image-text-x {
	width: 440px;
	height: 306px;
}

@media (min-width: 491px) {
	.content-image-text-w {
		width: 700px;
		height: 210px;
	}
	.content-image-text-x {
		width: 700px;
		height: 460px;
	}
}

.content-image-text {
	display: none;
	padding: 10px 10px 10px 10px;
	background-color: #000000;
}

.content-image-big {
	position: relative;
	float:left;
	width: 480px;
	height: 330px;
	overflow: hidden;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
}
@media (min-width: 491px) {
	.content-image-big {
		width: 700px;
		height: 480px;
	}
}

.content-image-big-graphic {
	margin: 0px;
	padding: 0px;
	width: 700px;
	height: 480px;
	position: absolute;
	top: 0;
	left: 0;
}
.content-image-big-text {
	margin: 0px;
	padding: 20px;
	width: 600px;
	height: 440px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.content-image-text-s p,
.content-image-text-s a,
.content-image-text-s h1, 
.content-image-text-s h2, 
.content-image-text-s h3, 
.content-image-text-s h4, 
.content-image-text-s h5, 
.content-image-text-s h6, 
.content-image-text-s li,
.content-image-text-h p,
.content-image-text-h a,
.content-image-text-h h1, 
.content-image-text-h h2, 
.content-image-text-h h3, 
.content-image-text-h h4, 
.content-image-text-h h5, 
.content-image-text-h h6, 
.content-image-text-h li,
.content-image-text-v p,
.content-image-text-v a,
.content-image-text-v h1, 
.content-image-text-v h2, 
.content-image-text-v h3, 
.content-image-text-v h4, 
.content-image-text-v h5, 
.content-image-text-v h6, 
.content-image-text-v li,
.content-image-text-b p,
.content-image-text-b a,
.content-image-text-b h1, 
.content-image-text-b h2, 
.content-image-text-b h3, 
.content-image-text-b h4, 
.content-image-text-b h5, 
.content-image-text-b h6, 
.content-image-text-b li,
.content-image-text-w p,
.content-image-text-w a,
.content-image-text-w h1, 
.content-image-text-w h2, 
.content-image-text-w h3, 
.content-image-text-w h4, 
.content-image-text-w h5, 
.content-image-text-w h6, 
.content-image-text-w li,
.content-image-text-x p,
.content-image-text-x a,
.content-image-text-x h1, 
.content-image-text-x h2, 
.content-image-text-x h3, 
.content-image-text-x h4, 
.content-image-text-x h5, 
.content-image-text-x h6, 
.content-image-text-x li,
.content-image-big-text p,
.content-image-big-text a,
.content-image-big-text h1, 
.content-image-big-text h2, 
.content-image-big-text h3, 
.content-image-big-text h4, 
.content-image-big-text h5, 
.content-image-big-text h6, 
.content-image-big-text li
{
	color: #ffffff;
}


.content-image-big p {
	font-family: Raleway, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
}
.content-image-big h1 {
	font-family: Raleway, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 50px;
	line-height: 60px;
}
.content-image-big h2 {
	font-family: Raleway, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 40px;
	line-height: 50px;
}
.content-image-big h3 {
	font-family: Raleway, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 30px;
	line-height: 40px;
}


/* footer styles */
.contentft p {
	font-family: Raleway, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 28px;
	color: #ffffff;
	margin: 0px 0px 0px 10px;
}
@media (min-width: 1000px) {
	.contentft p {
		margin: 0px 0px 0px 30px;
	}
}
@media (min-width: 1200px) {
	.contentft p {
		margin: 0px 0px 0px 50px;
	}
}

/* contact form */

.contact-box-top {
	width: 420px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	background-color: #C3B9B4;
	border: 1px solid #D6D0CD;
}
@media (min-width: 491px) {
	.contact-box-top {
		width: 680px;
	}
}

.form-option-line {
	clear: both;
}

label.form-option-text {
	clear: both;
	float: left;
	display: block;
	width: 260px;
	height: 20px;
	margin: 0px 10px 10px 0px;
	padding: 4px;
	font-family: Raleway, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
	background-color: #ECECED;
	border: none;
	text-transform: uppercase;
}



/* registration form */


.form-box-top {
	width: 420px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	background-color: #C3B9B4;
	border: 1px solid #D6D0CD;
}
@media (min-width: 491px) {
	.form-box-top {
		width: 920px;
	}
}

.form-box-wide {
	width: 420px;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #D6D0CD;
}
@media (min-width: 491px) {
	.form-box-wide {
		width: 920px;
	}
}

.form-box-middle {
	width: 680px;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	border: 1px solid #D6D0CD;
}

.form-box-left {
	float: left;
	width: 340px;
	margin: 0px 10px 10px 0px;
	padding: 0px 0px 0px 0px;
}
@media (min-width: 491px) {
	.form-box-left {
	}
}

.form-box-right {
	float: left;
	width: 340px;
	margin: 0px 10px 10px 0px;
	padding: 0px 0px 0px 0px;
}
@media (min-width: 491px) {
	.form-box-right {
		margin: 0px 0px 10px 10px;
	}
}

.form-box {
	width: 320px;
	margin: 10px 0px 0px 0px;
	padding: 0px 10px 10px 10px;
	border: 1px solid #D6D0CD;
}

.form-box-noborder {
	width: 320px;
	margin: 10px 0px 0px 0px;
	padding: 0px 10px 10px 10px;
	border: 1px solid #FFFFFF;
}

input.form-text {
	height: 20px;
	margin: 0px 10px 10px 0px;
	padding: 4px;
	font-family: Raleway, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	background-color: #ECECED;
	border: none;
}

input.form-text-s {
	width: 200px;
}

input.form-text-m {
	width: 310px;
}

input.form-checkbox {
	width: 16px;
	height: 16px;
	font-size: 12px;
	line-height: 16px;
	vertical-align: top;
	background-color: #ECECED;
	border: none;
}

input.form-submit {
	width: 100%;
	height: 28px;
	margin: 10px 0px 0px 0px;
	padding: 2px 4px;
	font-family: Raleway, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 1px;
	color: #000000;
	background-color: #ECECED;
	background-repeat:no-repeat;
	background-position: right center;
	background-image: url(/graphics/button-arrow.png);
	border: none;
	text-align: left;
	text-transform: uppercase;
}

/* login area */
.login-header-logo-row {
	position: relative;
	width: 100%;
	height: 70px;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
@media (min-width: 491px) {
	.login-header-logo-row {
		height: 100px;
	}
}

.login-header-logo {
	float:right;
	width: 220px;
	height: 32px;
	margin: 38px 30px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(/graphics/login_header_logo.png);
}
@media (min-width: 491px) {
	.login-header-logo {
		margin: 68px 30px 0px 0px;
	}
}

.login-header-slogan-row {
	width: 100%;
	height: 40px;
	margin: 0px;
	padding: 0px;
	background-color: #404040;
}
@media (min-width: 491px) {
	.login-header-slogan-row {
	}
}

.login-header-slogan {
	float: right;
	width: 100%;
	width: 220px;
	height: 32px;
	margin: 2px 30px 0px 0px;
	padding: 0px;
	text-align: center;
}

.login-header-slogan .mmpweblabel .BD {
	font-family: Raleway-Light, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 1px;
	color: #FFFFFF;
	text-transform: uppercase;
}

.login-header-info-row {
	width: 100%;
	height: 30px;
	margin: 0px;
	padding: 0px;
	font-family: Raleway, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 1px;
	color: #CECECE;
	background-color: #FFFFFF;
}
@media (min-width: 491px) {
	.login-header-info-row {
		height: 50px;
	}
}

.login-header-info {
	display: none;
}
@media (min-width: 491px) {
	.login-header-info {
		display: block;
		float: left;
		width: 600px;
		height: 30px;
		margin: 0px 0px 0px 280px;
		padding: 0px;
		font-family: Raleway-Light, Arial, Helvetica, Verdana, sans-serif;
		font-weight: normal;
		font-size: 12px;
		line-height: 20px;
		letter-spacing: 1px;
		color: #000000;
		text-transform: uppercase;
	}
}

.login-header-info span.username {
	font-family: Raleway-Medium, Arial, Helvetica, Verdana, sans-serif;
}

.login-header-logout {
	float: right;
	width: 100px;
	height: 30px;
	margin: 0px;
	padding: 0px;
}

.login-header-logout a {
	font-family: Raleway-Bold, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 1px;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}

.login-header-logout a::before {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 12px;
	height:12px;
	font-family: Raleway-Bold, Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	content: "> ";
}

.login-header-logout a:hover {
	text-decoration: underline;
	
}

.login-header-customer-logo {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 160px;
	height: 124px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(/graphics/login_logo_default.png);
}
@media (min-width: 491px) {
	.login-header-customer-logo {
		left: 30px;
		top: 20px;
		width: 220px;
		height: 170px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		background-image: url(/graphics/login_logo_default.png);
	}
}

.login-header-customer-logo img {
	width: 160px;
	height: 124px;
}
@media (min-width: 491px) {
	.login-header-customer-logo img {
		width: 220px;
		height: 170px;
	}
}

/* shop area */
.shop-bordered {
}


.shop-box-title {
	width: 420px;
	height: 24px;
	margin: 0px 0px 10px 0px;
	padding: 6px 10px 0px 10px;
	background-color: #C3B9B4;
	border: 1px solid #D6D0CD;
}
@media (min-width: 491px) {
	.shop-box-title {
		width: 680px;
	}
}

.shop-box-title h1 {
	display: inline;
	font-family: Raleway-Bold, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
}

.shop-icons-presentation {
	float: right;
	width: 60px;
	height: 24px;
	margin: -2px 0px 0px 0px;
	padding: 0px;
	text-align: right;
}

.shop-icons-presentation .fa-border {
	border-color: #000000;
	padding-top: 0.25em;
}

.shop-box-articles {
	width: 448px;
	margin: 0px;
	padding: 0px;
}
@media (min-width: 491px) {
	.shop-box-articles {
		width: 720px;
	}
}

.shop-box-article-icon {
	float:left;
	width: 214px;
	height: 224px;
	overflow: hidden;
	margin: 0px 8px 10px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #D6D0CD;
}
@media (min-width: 491px) {
	.shop-box-article-icon {
		width: 218px;
		height: 228px;
		margin: 0px 20px 20px 0px;
	}
	
	.content-login .shop-box-article-icon {
		margin-right: 10px;
	}
}

.shop-box-article-icon img {
	width: 200px;
	height: 180px;
	margin: 4px 4px 0px 4px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #D6D0CD;
}
@media (min-width: 491px) {
	.shop-box-article-icon img {
		margin: 8px 8px 0px 8px;
	}
}

.shop-box-article-icon-magnifier,
.shop-box-article-icon .mmpwebimage .FT {
	margin: 10px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	font-family: Raleway, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.shop-box-article-icon-standard {
	display: block;
	height: 230px;
}

.shop-box-article-icon-hover {
	display: none;
	height: 230px;
	padding: 10px;
	background-color: #000000;
}

.shop-box-article-icon-hover p,
.shop-box-article-icon-hover h1, 
.shop-box-article-icon-hover h2, 
.shop-box-article-icon-hover h3, 
.shop-box-article-icon-hover h4, 
.shop-box-article-icon-hover h5, 
.shop-box-article-icon-hover h6, 
.shop-box-article-icon-hover li
{
	color: #ffffff;
}

.shop-box-article-list {
	clear: both;
	width: 430px;
	margin: 0px;
	padding: 5px;
	border: 1px solid #D6D0CD;
}
@media (min-width: 491px) {
	.shop-box-article-list {
		width: 690px;
	}
}

.shop-box-article-list-left {
	float: left;
	width: 115px;
	margin: 0px;
	padding: 0px;
}
@media (min-width: 491px) {
	.shop-box-article-list-left {
		width: 215px;
	}
}
.shop-box-article-list-right {
	float: left;
	width: 310px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
@media (min-width: 491px) {
	.shop-box-article-list-right {
		width: 470px;
	}
}

.shop-box-article-list img {
	width: 100px;
	height: 90px;
	margin: 2px 2px 0px 2px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #D6D0CD;
}
@media (min-width: 491px) {
	.shop-box-article-list img {
		width: 200px;
		height: 180px;
	}
}

.shop-box-article-list-bottom {
	clear: both;
	width: 430px;
	height: 26px;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	background-color: #C3B9B4;
	border-right: 1px solid #D6D0CD;
	border-left: 1px solid #D6D0CD;
	border-bottom: 1px solid #D6D0CD;
	border-top: none;
}
@media (min-width: 491px) {
	.shop-box-article-list-bottom {
		width: 690px;
	}
}

.shop-box-article-list-miniimgs {
	width: 200px;
	height: 26px;
	margin: 6px 0px 0px 2px;
	padding: 0px;
}

.shop-box-article-list-miniimg {
	float: left;
	width: 22px;
	height: 20px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

.shop-box-article-list-miniimg img {
	width: 20px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #D6D0CD;
}

.shop-box-article-list-minifile {
	float: right;
	width: 12px;
	height: 18px;
	margin: 0px;
	padding: 0px;
}

.shop-box-article-list-quantity {
	clear: left;
	float: left;
	width: 160px;
	height: 18px;
	margin: 0px 0px 4px 0px;
	padding: 2px 10px 2px 10px;
	border: 1px solid #D6D0CD;
	font-family: Raleway, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
@media (min-width: 491px) {
	.shop-box-article-list-quantity {
		width: 320px;
	}
}
.shop-box-article-list-price {
	float: right;
	width: 100px;
	height: 18px;
	margin: 0px 0px 4px 0px;
	padding: 2px 10px 2px 10px;
	border: 1px solid #D6D0CD;
	text-align: right;
	font-family: Raleway, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}

.shop-box-article-list-ordered-quantity {
	display: none;
}
@media (min-width: 491px) {
	.shop-box-article-list-ordered-quantity {
		display: block;
		float: left;
		width: 210px;
		height: 20px;
		margin: 0px 0px 0px 0px;
		padding: 3px 0px 2px 5px;
		font-family: Raleway-Medium, Arial, Helvetica, Verdana, sans-serif;
		font-weight: normal;
		font-size: 12px;
		line-height: 20px;
		color: #000000;
	}
}

.shop-box-article-list-cart-quantity {
	float: left;
	width: 290px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #D6D0CD;
	font-family: Raleway-Medium, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}
@media (min-width: 491px) {
	.shop-box-article-list-cart-quantity {
		width: 320px;
		margin: 0px 0px 0px 0px;
		padding: 2px 10px 2px 10px;
	}
}

input.form_shop_amount {
	float: right;
	width: 70px;
	height: 14px;
	margin: 0px;
	padding: 2px 4px 2px 4px;
	font-family: Raleway, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	background-color: #ECECED;
	border: none;
}
.shop-box-article-list-cart {
	float: right;
	width: 120px;
	height: 24px;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	border: 1px solid #D6D0CD;
}

input.form_shop_submit {
	width: 100%;
	height: 24px;
	font-family: Raleway, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
	color: #ffffff;
	background-color: #000000;
	border: none;
	text-transform: uppercase;
}

input.form_shop_update {
	display: none;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 80px;
	height: 18px;
	font-family: Raleway, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
	color: #ffffff;
	background-color: #000000;
	border: none;
	text-transform: uppercase;
}

.shop-box-article-cart {
	clear: left;
	width: 430px;
	margin: 0px 0px 4px 0px;
	padding:0px;
}
@media (min-width: 491px) {
	.shop-box-article-cart {
		width: 690px;
	}
}

.shop-box-article-cart-left {
	float: left;
	width: 70px;
	margin: 0px;
	padding: 0px;
}
@media (min-width: 491px) {
	.shop-box-article-cart-left {
		width: 110px;
	}
}

.shop-box-article-cart-left img {
	width: 60px;
	height: 54px;
	margin: 0px;
	padding: 0px;
}
@media (min-width: 491px) {
	.shop-box-article-cart-left img {
		width: 100px;
		height: 90px;
	}
}

.shop-box-article-cart-right {
	float: left;
	width: 360px;
	margin: 0px;
	padding: 0px;
	font-family: Raleway-Medium, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-transform: uppercase;
}
@media (min-width: 491px) {
	.shop-box-article-cart-right {
		width: 580px;
	}
}

.shop-box-article-cart-right h2 {
	margin: 0px 0px 6px 0px;
	padding: 0px;
	font-family: Raleway-Bold, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}
@media (min-width: 491px) {
	.shop-box-article-cart-right h2 {
		margin: 0px 0px 21px 0px;
	}
}

.shop-box-article-cart-quantity {
	clear: left;
	float: left;
	width: 70px;
	margin: 0px 4px 4px 0px;
	padding: 2px 0px 2px 10px;
	border: 1px solid #D6D0CD;
	text-align: right;
}
@media (min-width: 491px) {
	.shop-box-article-cart-quantity {
		width: 195px;
		padding: 2px 10px 2px 10px;
	}
}
.shop-box-article-cart-price {
	float: left;
	width: 70px;
	margin: 0px 4px 4px 0px;
	padding: 2px 10px 2px 10px;
	border: 1px solid #D6D0CD;
	text-align: right;
}
@media (min-width: 491px) {
	.shop-box-article-cart-price {
		width: 100px;
	}
}

.shop-box-article-cart-total {
	float: left;
	width: 80px;
	margin: 0px 4px 4px 0px;
	padding: 2px 10px 2px 10px;
	border: 1px solid #D6D0CD;
	text-align: right;
}
@media (min-width: 491px) {
	.shop-box-article-cart-total {
		width: 100px;
	}
}
.shop-box-article-cart-remove {
	float: left;
	width: 50px;
	margin: 0px 0px 4px 0px;
	padding: 2px 10px 2px 10px;
	border: 1px solid #D6D0CD;
	text-align: right;
}
@media (min-width: 491px) {
	.shop-box-article-cart-remove {
		width: 80px;
	}
}

.shop-box-article-cart-bottom {
	clear: both;
	width: 430px;
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 0px 5px;
	background-color: #C3B9B4;
	border-right: 1px solid #D6D0CD;
	border-left: 1px solid #D6D0CD;
	border-bottom: 1px solid #D6D0CD;
	border-top: none;
}
@media (min-width: 491px) {
	.shop-box-article-cart-bottom {
		width: 690px;
	}
}

.shop-box-article-cart-terms {
	width: 420px;
	margin: 0px 0px 10px 0px;
	padding: 4px 5px 2px 5px;
	border: 1px solid #D6D0CD;
	font-family: Raleway, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	background-color: #FFFFFF;
}
@media (min-width: 491px) {
	.shop-box-article-cart-terms {
		width: 664px;
		padding: 4px 10px 2px 10px;
		font-size: 12px;
	}
}

input.form-cart-text {
	width: 320px;
	height: 16px;
	margin: 0px 10px 10px 2px;
	padding: 4px;
	font-family: Raleway, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	background-color: #ECECED;
	border: none;
}
@media (min-width: 491px) {
	input.form-cart-text {
		width: 550px;
	}
}
.shop-box-article-cart-return {
	clear: both;
	float: left;
	width: 110px;
	height: 20px;
	margin: 0px 4px 4px 0px;
	padding: 2px 10px 2px 10px;
	background-color: #000000;
	text-align: center;
}

.shop-box-article-cart-return a {
	font-family: Raleway, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 1px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}


.shop-box-article-cart-ordertotal {
	float: left;
	width: 170px;
	height: 18px;
	margin: 0px 4px 4px 0px;
	padding: 2px 10px 2px 10px;
	border: 1px solid #D6D0CD;
	background-color: #FFFFFF;
	text-align: right;
}
@media (min-width: 491px) {
	.shop-box-article-cart-ordertotal {
		width: 228px;
		margin: 0px 4px 4px 196px;
	}
}

.shop-box-article-cart-order {
	float: left;
	width: 100px;
	height: 24px;
	margin: 0px 0px 4px 0px;
	padding: 0px;
	background-color: #000000;
}

input.form-cart-submit {
	width: 100%;
	height: 24px;
	margin: 0px;
	padding: 0px;
	font-family: Raleway, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 1px;
	color: #FFFFFF;
	background-color: transparent;
	border: none;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}

.order-box {
	clear: both;
	width: 430px;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	border: 1px solid #D6D0CD;
}
@media (min-width: 491px) {
	.order-box {
		width: 690px;
	}
}

.order-overview-code {
	clear: left;
	float: left;
	width: 100px;
	margin: 10px 4px 4px 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #D6D0CD;
	background-color: #ECECEC;
	font-family: Raleway-Bold, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
@media (min-width: 491px) {
	.order-overview-code {
		width: 130px;
		padding: 2px 10px 2px 10px;
		font-size: 14px;
	}
}

.order-overview-office {
	float: left;
	width: 130px;
	margin: 10px 4px 4px 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #D6D0CD;
	background-color: #ECECEC;
	font-family: Raleway-Bold, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
@media (min-width: 491px) {
	.order-overview-office {
		width: 230px;
		padding: 2px 10px 2px 10px;
		font-size: 14px;
	}
}

.order-overview-date {
	float: left;
	width: 60px;
	margin: 10px 4px 4px 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #D6D0CD;
	background-color: #ECECEC;
	font-family: Raleway-Bold, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-align: right;
}
@media (min-width: 491px) {
	.order-overview-date {
		width: 80px;
		padding: 2px 10px 2px 10px;
		font-size: 14px;
	}
}

.order-overview-price {
	float: left;
	width: 70px;
	margin: 10px 4px 4px 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #D6D0CD;
	background-color: #ECECEC;
	font-family: Raleway-Bold, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-align: right;
}
@media (min-width: 491px) {
	.order-overview-price {
		width: 90px;
		padding: 2px 10px 2px 10px;
		font-size: 14px;
	}
}

.order-overview-status {
	float: left;
	width: 136px;
	margin: 10px 4px 4px 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #D6D0CD;
	background-color: #ECECEC;
	font-family: Raleway-Bold, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
@media (min-width: 491px) {
	.order-overview-status {
		width: 232px;
		padding: 2px 10px 2px 10px;
		font-size: 14px;
	}
}

.order-overview-more {
	display: none;
}
@media (min-width: 491px) {
	.order-overview-more {
		display: block;
		float: left;
		width: 30px;
		margin: 10px 0px 4px 0px;
		padding: 2px 10px 2px 10px;
		border: 1px solid #D6D0CD;
		background-color: #ECECEC;
		font-family: Raleway-Bold, Arial, Helvetica, Verdana, sans-serif;
		font-weight: normal;
		font-size: 14px;
		line-height: 18px;
		color: #000000;
	}
}

.order-list-code {
	clear: left;
	float: left;
	width: 100px;
	margin: 4px 4px 4px 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #D6D0CD;
	background-color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
}
@media (min-width: 491px) {
	.order-list-code {
		width: 130px;
		padding: 2px 10px 2px 10px;
		font-size: 14px;
	}
}

.order-list-office {
	float: left;
	width: 130px;
	margin: 4px 4px 4px 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #D6D0CD;
	background-color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
}
@media (min-width: 491px) {
	.order-list-office {
		width: 230px;
		padding: 2px 10px 2px 10px;
		font-size: 14px;
	}
}

.order-list-date {
	float: left;
	width: 60px;
	margin: 4px 4px 4px 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #D6D0CD;
	background-color: #FFFFFF;
	text-align: right;
	font-size: 12px;
	line-height: 18px;
}
@media (min-width: 491px) {
	.order-list-date {
		width: 80px;
		padding: 2px 10px 2px 10px;
		font-size: 14px;
	}
}

.order-list-price {
	float: left;
	width: 70px;
	margin: 4px 4px 4px 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #D6D0CD;
	background-color: #FFFFFF;
	text-align: right;
	font-size: 12px;
	line-height: 18px;
}
@media (min-width: 491px) {
	.order-list-price {
		width: 90px;
		padding: 2px 10px 2px 10px;
		font-size: 14px;
	}
}

.order-list-status {
	float: left;
	width: 136px;
	margin: 4px 4px 4px 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #D6D0CD;
	background-color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
}
@media (min-width: 491px) {
	.order-list-status {
		width: 232px;
		padding: 2px 10px 2px 10px;
		font-size: 14px;
	}
}

.order-list-more {
	display: none;
}
@media (min-width: 491px) {
	.order-list-more {
		display: block;
		float: left;
		width: 30px;
		margin: 4px 0px 4px 0px;
		padding: 2px 10px 2px 10px;
		border: 1px solid #D6D0CD;
		background-color: #FFFFFF;
		font-size: 14px;
		line-height: 18px;
	}
}

.order-list-code a,
.order-list-date a,
.order-list-price a,
.order-list-status a {
	font-family: Raleway, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
}

.order-list-more a {
	font-family: Raleway-Bold, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
}

.order-intro {
	font-family: Raleway, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
}

.order-address {
	float: left;
	width: 213px;
	margin: 10px 4px 10px 0px;
	padding: 0px 5px 2px 5px;
	border: 1px solid #D6D0CD;
	background-color: #ECECEC;
	font-family: Raleway, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
}

.order-address h2 {
	font-family: Raleway-Bold, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}

.order-article-list-label,
.order-article-h-label {
	clear: left;
	float: left;
	width: 190px;
	margin: 0px 4px 4px 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #D6D0CD;
	background-color: #FFFFFF;
	font-family: Raleway, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
@media (min-width: 491px) {
	.order-article-list-label,
	.order-article-h-label {
		width: 213px;
	}
}

.order-article-list-quantity,
.order-article-h-quantity {
	float: left;
	width: 52px;
	margin: 0px 4px 4px 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #D6D0CD;
	background-color: #FFFFFF;
	text-align: right;
	font-family: Raleway, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
@media (min-width: 491px) {
	.order-article-list-quantity,
	.order-article-h-quantity {
		width: 97px;
	}
}

.order-article-list-price,
.order-article-h-price {
	float: left;
	width: 60px;
	margin: 0px 4px 4px 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #D6D0CD;
	background-color: #FFFFFF;
	text-align: right;
	font-family: Raleway, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
@media (min-width: 491px) {
	.order-article-list-price,
	.order-article-h-price {
		width: 100px;
	}
}

.order-article-list-total,
.order-article-h-total {
	float: left;
	width: 213px;
	margin: 0px 0px 4px 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #D6D0CD;
	background-color: #FFFFFF;
	text-align: right;
	font-family: Raleway, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}

.order-article-h-label,
.order-article-h-quantity,
.order-article-h-price,
.order-article-h-total {
	font-family: Raleway-Bold, Arial, Helvetica, Verdana, sans-serif;
	background-color: #ECECEC;
}

.order-list-articles {
	width: 430px;
	margin: 0px;
	padding: 4px 0px 10px 0px;
}
@media (min-width: 491px) {
	.order-list-articles {
		width: 670px;
		margin: 0px;
		padding: 4px 0px 10px 20px;
	}
}


.order-list-articles .order-article-list-total,
.order-list-articles .order-article-h-total {
	width: 66px;
}
@media (min-width: 491px) {
	.order-list-articles .order-article-list-total,
	.order-list-articles .order-article-h-total {
		width: 193px;
	}
}

.order-list-articles .order-article-list-total del {
	display: none;
}
@media (min-width: 491px) {
	.order-list-articles .order-article-list-total del {
		display: inline;
	}
}

.order-box-bottom {
	clear: both;
	width: 430px;
	margin: 0px 0px 10px 0px;
	padding: 2px 5px 0px 5px;
	background-color: #C3B9B4;
	border-right: 1px solid #D6D0CD;
	border-left: 1px solid #D6D0CD;
	border-bottom: 1px solid #D6D0CD;
	border-top: none;
}
@media (min-width: 491px) {
	.order-box-bottom {
		width: 690px;
	}
}

.order-box-bottom-return {
	clear: both;
	float: left;
	width: 130px;
	height: 20px;
	margin: 0px 4px 4px 0px;
	padding: 2px 5px 2px 5px;
	background-color: #000000;
	text-align: center;
}

.order-box-bottom-return a {
	font-family: Raleway, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 1px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}

.order-box-bottom-total {
	float: left;
	width: 193px;
	height: 18px;
	margin: 0px 4px 4px 362px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #D6D0CD;
	background-color: #FFFFFF;
	text-align: right;
	font-family: Raleway-Bold, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1px;
	color: #000000;
	text-transform: uppercase;
}

.shop-box-articles .order-box-bottom-total {
	width: 211px;
	margin: 0px 0px 4px 61px;
}
@media (min-width: 491px) {
	.shop-box-articles .order-box-bottom-total {
		width: 193px;
		margin: 0px 4px 4px 334px;
	}
}

.order-box-bottom-ordertotal {
	float: left;
	width: 197px;
	height: 18px;
	margin: 0px 4px 4px 107px;
	padding: 2px 10px 2px 10px;
	border: 1px solid #D6D0CD;
	background-color: #FFFFFF;
	text-align: right;
}
@media (min-width: 491px) {
	.order-box-bottom-ordertotal {
		margin: 0px 4px 4px 362px;
	}
}

.order-box-bottom-order {
	float: left;
	width: 100px;
	height: 24px;
	margin: 0px 0px 4px 0px;
	padding: 0px;
	background-color: #000000;
}

.content-box {
	clear: both;
	width: 430px;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	border: 1px solid #D6D0CD;
}
@media (min-width: 491px) {
	.content-box {
		width: 690px;
	}
}

.vouc-box-article-list {
	clear: both;
	width: 430px;
	margin: 0px;
	padding: 5px;
	border: 1px solid #D6D0CD;
}
@media (min-width: 491px) {
	.vouc-box-article-list {
		width: 900px;
	}
}

.vouc-box-article-cart {
	clear: left;
	width: 430px;
	margin: 0px 0px 4px 0px;
	padding:0px;
}
@media (min-width: 491px) {
	.vouc-box-article-cart {
		width: 900px;
	}
}

.vouc-box-article-cart-left {
	float: left;
	width: 70px;
	margin: 0px;
	padding: 0px;
}
@media (min-width: 491px) {
	.vouc-box-article-cart-left {
		width: 160px;
	}
}

.vouc-box-article-cart-left img {
	width: 60px;
	height: 54px;
	margin: 0px;
	padding: 0px;
}
@media (min-width: 491px) {
	.vouc-box-article-cart-left img {
		width: 150px;
		height: 135px;
	}
}

.vouc-box-article-cart-miniimgs {
	width: 200px;
	height: 26px;
	margin: 6px 0px 0px 2px;
	padding: 0px;
}

.vouc-box-article-cart-miniimg {
	float: left;
	width: 22px;
	height: 20px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

.vouc-box-article-cart-miniimgs img {
	width: 20px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #D6D0CD;
}

.vouc-box-article-cart-minifile {
	float: right;
	width: 12px;
	height: 18px;
	margin: 0px;
	padding: 0px;
}

.vouc-box-article-cart-right {
	float: left;
	width: 360px;
	margin: 0px;
	padding: 0px;
	font-family: Raleway-Medium, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-transform: uppercase;
}
@media (min-width: 491px) {
	.vouc-box-article-cart-right {
		width: 580px;
	}
}

.vouc-box-article-cart-right h2 {
	margin: 0px 0px 6px 0px;
	padding: 0px;
	font-family: Raleway-Bold, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}
@media (min-width: 491px) {
	.vouc-box-article-cart-right h2 {
		margin: 0px 0px 21px 0px;
	}
}

.vouc-box-article-cart-bottom {
	clear: both;
	width: 430px;
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 0px 5px;
	background-color: #C3B9B4;
	border-right: 1px solid #D6D0CD;
	border-left: 1px solid #D6D0CD;
	border-bottom: 1px solid #D6D0CD;
	border-top: none;
}
@media (min-width: 491px) {
	.vouc-box-article-cart-bottom {
		width: 900px;
	}
}
.vouc-box-article-cart-return {
	clear: both;
	float: left;
	width: 160px;
	height: 20px;
	margin: 0px 4px 4px 0px;
	padding: 2px 10px 2px 10px;
	background-color: #000000;
	text-align: center;
}

.vouc-box-article-cart-return a {
	font-family: Raleway, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 1px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}

.vouc-box-article-cart-order {
	float: right;
	width: 180px;
	height: 24px;
	margin: 0px 0px 4px 0px;
	padding: 0px;
	background-color: #000000;
}


div.officeHead {
	margin: 0px 0px 4px 0px;
	padding: 2px 4px 4px 4px;
	background-color: #ECECED;
}

div.officeAddresses {
	clear: both;
	margin: 0px 0px 4px 0px;
}

div.officeAddress {
	float: left;
	width: 222px;
	margin: 2px 4px 2px 4px;
	font-family: Raleway, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
}

div.officeField {
	width: 100px;
	clear: left;
	float: left;
	font-family: Raleway-Bold, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
}

div.officeValue {
	float: left;
	width: 180px;
	font-family: Raleway, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
}
@media (min-width: 491px) {
	div.officeValue {
		width: 440px;
	}
}

.officeFormCreate,
.officeFormEdit,
.officeFormDelete {
	clear: right;
	float: right;
	width: 140px;
	height: 24px;
	margin: 4px 0px 0px 0px;
	padding: 0px;
}

.form_office_submit {
	width: 100%;
	height: 24px;
	font-family: Raleway, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
	color: #ffffff;
	background-color: #000000;
	border: none;
	text-transform: uppercase;
}

.officeBottom {
	clear: both;
	width: 430px;
	height: 32px;
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 0px 5px;
	background-color: #C3B9B4;
	border-right: 1px solid #D6D0CD;
	border-left: 1px solid #D6D0CD;
	border-bottom: 1px solid #D6D0CD;
	border-top: none;
}
@media (min-width: 491px) {
	.officeBottom {
		margin: 5px 0px 2px 0px;
		width: 678px;
	}
}

.officeFormOffice .officeFormField {
	clear: left;
	float: left;
	width: 140px;
	height: 20px;
	margin: 0px 0px 2px 0px;
	padding: 2px 4px 2px 4px;
	font-family: Raleway-Bold, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	background-color: #C3B9B4;
}

.officeFormOffice .officeFormValue {
	float: left;
	width: 272px;
	height: 24px;
	margin: 0px 0px 2px 0px;
	padding: 0px 4px 0px 4px;
}
@media (min-width: 491px) {
	.officeFormOffice .officeFormValue {
		width: 530px;
	}
}

.officeFormValue input.form-text {
	width: 270px;
	margin: 0px;
	padding: 2px 4px 2px 4px;
	font-family: Raleway, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	background-color: #ECECED;
	border: none;
}
@media (min-width: 491px) {
	.officeFormValue input.form-text {
		width: 524px;
	}
}

.officeFormValue select,
.officeFormValue option {
	width: 270px;
	margin: 0px;
	padding: 0px 4px 0px 4px;
	font-family: Raleway, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
}
@media (min-width: 491px) {
	.officeFormValue select,
	.officeFormValue option {
		width: 300px;
		font-size: 12px;
		line-height: 14px;
	}
}

table.persons {
	width: 100%;
}

table.persons tr:nth-child(odd) {
	background-color: #ECECED;
}

table.persons th {
	margin: 0px;
	padding: 2px 4px 2px 4px;
	font-family: Raleway-Bold, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	background-color: #C3B9B4;
}

table.persons td {
	vertical-align: top;
	margin: 0px;
	padding: 2px;
}


div.contact-box {
	float: left;
	margin: 0px 0px 20px 0px;
	width: 430px;
}
@media (min-width: 491px) {
	div.contact-box {
		float: left;
		width: 300px;
	}
}
