/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; }
a:hover { color: #06e; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

h1, h2, h3, h4, p {
	font-weight: normal;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}

/* ------------------------------------ TOP LEVEL STYLES */

body {
	background: url(../images/global/body-bg.gif) 0px 0px repeat-x;
}

.left {
	float: left;
}

.right {
	float: right;
}

#container {
	margin: 0px auto;
	width: 980px;
}

header {
	float: left;
	width: 100%;
	padding: 0px 0px 24px 0px;
}

header .logo {
	float: left;
}

header .header-contact {
	float: right;
	padding: 100px 0px 0px 0px;
	color: #fccaca;
	font-size: 1.3em;
}

header .header-contact span {
	font-size: 1.2em;
	color: #fff;
}

header .header-contact strong {
	color: #fff;
}

header .header-contact a {
	color: #fccaca;
	text-decoration: none;
}

#main {
	float: left;
	width: 960px;
	padding: 10px;
	background: #fff;
	box-shadow: 0px 0px 20px #333;
	-webkit-box-shadow: rgba(000,000,000,0.3) 0px 0px 20px;
	-moz-box-shadow: rgba(000,000,000,0.3) 0px 0px 20px;
	behavior: url(htc/PIE.php);
	position: relative;
}

/* ------------------------------------ NAV */

#main nav {
	float: left;
	width: 100%;
	font-size: 1.15em;
	position: relative;
	z-index: 99;
}

#main nav ul {
	float: left;
	width: 100%;
	background: url(../images/global/nav-bg.gif) 0px 0px repeat-x #000;
	box-shadow: #333 0px 5px 10px;
	-webkit-box-shadow: rgba(000,000,000,0.5) 0px 5px 10px;
	-moz-box-shadow: rgba(000,000,000,0.5) 0px 5px 10px;
	behavior: url(htc/PIE.php);
	position: relative;
}

#main nav li {
	float: left;
	background: url(../images/global/nav-sep.gif) right 13px no-repeat;
	padding: 0px 2px 0px 0px;
}

#main nav li.video {
	background: none;
	padding: 0px 0px 0px 0px;
}

#main nav li a {
	float: left;
	padding: 15px 24px;
	color: #fff;
	text-shadow: 0px -1px 1px #000;
	text-decoration: none;
	-webkit-transition: ease-in-out all 0.1s;
	-moz-transition: ease-in-out all 0.1s;
	transition: ease-in-out all 0.1s;
}

#main nav li a:hover {
	background: url(../images/global/nav-mo.gif) 0px 0px repeat-x;
	color: #e7515b;
}
#main nav li.selected a {
    background: url("../images/global/nav-mo.gif") repeat-x scroll 0 0 transparent;
    color: #E7515B;
}
#main nav .video {
    margin: 0px;
    padding: 0px;
}
#main nav .video a {
    color: #FFD300;
    margin: 0px;
    padding: 0px 0px 0px 10px;
}
#main nav .video a img {
    float: left;
    margin: 7px 5px 0px 0px;
}
#main nav .video a span {
    float: left;
    padding: 15px 13px 10px 0px;
}
#breadcrumb {
    float: left;
    font-size: 0.9em;
    padding: 15px 0px 10px 15px;
    width: 945px;
}
#breadcrumb ul {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
#breadcrumb ul li {
    float: left;
    list-style: none outside none;
    margin: 0 7px 0 0;
}
#breadcrumb ul li.start {
    margin: 0 12px 0 0;
}
#breadcrumb ul li.current {
    color: #E7515B;
}
#breadcrumb ul li a {
    color: #222222;
    float: left;
    text-decoration: none;
}
#breadcrumb ul li a:hover {
    text-decoration: underline;
}

/* ------------------------------------ HOME PAGE */

#welcome-panel {
	float: left;
	width: 100%;
	background: #c73b44;
	position: relative;
	z-index: 1;
	margin: 0px 0px 15px 0px;
}

#welcome-panel .left {
	float: left;
	width: 566px;
}

#welcome-panel .right {
	/*float: right;*/
	width: 319px;
	padding: 50px 35px 50px 40px;
	color: #fff;
	margin: 0 auto;
}

#welcome-panel .right h1 {
	padding: 0px 0px 20px 0px;
	line-height: 1.2em;
	font-size: 2.05em;
	letter-spacing: -1px;
}

#welcome-panel .right h1 span {
	font-weight: bold;
	color: #ffd300;
}

#welcome-panel .right p {
	line-height: 1.4em;
	font-size: 1.1em;
	display: block;
}

#welcome-panel .right .button {
	float: left;
	margin: 20px 0px 0px 0px;
	padding: 10px 15px;
	font-size: 1.2em;
	color: #fff;
	text-shadow: 0px -1px 1px #000;
	text-decoration: none;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: rgba(000,000,000,0.5) 0px 0px 5px;
	-moz-box-shadow: rgba(000,000,000,0.5) 0px 0px 5px;
	box-shadow: rgba(000,000,000,0.5) 0px 0px 5px;
	background: #3f3f3f;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#3f3f3f), to(#010101));
	background: -webkit-linear-gradient(#3f3f3f, #010101);
	background: -moz-linear-gradient(#3f3f3f, #010101);
	background: -ms-linear-gradient(#3f3f3f, #010101);
	background: -o-linear-gradient(#3f3f3f, #010101);
	background: linear-gradient(#3f3f3f, #010101);
	-pie-background: linear-gradient(#3f3f3f, #010101);
	behavior: url(htc/PIE.php);
	position: relative;
	-webkit-transition: ease-in-out all 0.1s;
	-moz-transition: ease-in-out all 0.1s;
	transition: ease-in-out all 0.1s;
}

#welcome-panel .right a.button:hover {
	color: #e7515b;
}

.button img {
	float: right;
	margin: 2px 0px 0px 15px;
}

.homepage-box {
	float: left;
	border: 2px solid #bababa;
	min-height: 208px;
	height: auto !important;
	height: 208px;
	background: #dadada;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#dadada), to(#E7E7E7));
	background: -webkit-linear-gradient(#dadada, #E7E7E7);
	background: -moz-linear-gradient(#dadada, #E7E7E7);
	background: -ms-linear-gradient(#dadada, #E7E7E7);
	background: -o-linear-gradient(#dadada, #E7E7E7);
	background: linear-gradient(#dadada, #E7E7E7);
	-pie-background: linear-gradient(#dadada, #E7E7E7);
	behavior: url(/PIE.php);
}

.homepage-box h2 {
	float: left;
	width: 565px;
	padding: 11px 20px 8px 20px;
	margin: -2px 0px 0px -2px;
	font-size: 1.4em;
	color: #fff;
	text-shadow: 0px -1px 1px #000;
	box-shadow: #333 0px 4px 4px;
	-webkit-box-shadow: rgba(000,000,000,0.3) 0px 4px 4px;
	-moz-box-shadow: rgba(000,000,000,0.3) 0px 4px 4px;
	background: #3f3f3f;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#3f3f3f), to(#010101));
	background: -webkit-linear-gradient(#3f3f3f, #010101);
	background: -moz-linear-gradient(#3f3f3f, #010101);
	background: -ms-linear-gradient(#3f3f3f, #010101);
	background: -o-linear-gradient(#3f3f3f, #010101);
	background: linear-gradient(#3f3f3f, #010101);
	-pie-background: linear-gradient(#3f3f3f, #010101);
	behavior: url(htc/PIE.php);
	position: relative;
}

.homepage-box h3 {
	float: left;
	width: 300px;
	padding: 11px 20px 8px 20px;
	margin: -2px 0px 0px -2px;
	font-size: 1.4em;
	color: #fff;
	text-shadow: 0px -1px 1px #000;
	box-shadow: #333 0px 4px 4px;
	-webkit-box-shadow: rgba(000,000,000,0.3) 0px 4px 4px;
	-moz-box-shadow: rgba(000,000,000,0.3) 0px 4px 4px;
	background: #3f3f3f;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#3f3f3f), to(#010101));
	background: -webkit-linear-gradient(#3f3f3f, #010101);
	background: -moz-linear-gradient(#3f3f3f, #010101);
	background: -ms-linear-gradient(#3f3f3f, #010101);
	background: -o-linear-gradient(#3f3f3f, #010101);
	background: linear-gradient(#3f3f3f, #010101);
	-pie-background: linear-gradient(#3f3f3f, #010101);
	behavior: url(htc/PIE.php);
	position: relative;
	z-index: 1;
}

.homepage-box.left {
	float: left;
	width: 601px;
}

.homepage-box.left #quotes { 
	float: left;
	width: 100%; 
} 
 
.homepage-box.left #quotes .quotebox {  
	float: left;
	width: 100%; 
} 

.homepage-box.left p {
	font-size: 1.1em;
}

.homepage-box.left p.quote {
	float: left;
	width: 323px;
	margin: 20px 0px 0px 15px;
	padding: 0px 0px 10px 20px;
	line-height: 1.5em;
	font-size: 1.8em;
}

.homepage-box.left p .close-quote {
	margin: 0px 0px -10px 15px;
}

.homepage-box.left .icon {
	float: right;
	margin: 20px 20px 0px 0px;
}

.homepage-box.left .person {
	float: left;
	margin: 0px 0px 0px 55px;
	color: #d10b18;
	font-weight: bold;
	font-style: italic;
}

.homepage-box.right {
	float: right;
	width: 336px;
}

.homepage-box.right a {
	float: left;
	margin: 45px 0px 0px 30px;
}

.homepage-box.right a img {
	float: left;
	margin: 0px 0px 0px 0px;
}

.homepage-box.right img {
	float: right;
	margin: -16px -8px 5px 0px;
	position: relative;
	z-index: 1;
}

/* ------------------------------------ PAGE STYLES */

.pagecontent {
    background: none repeat scroll 0 0 #F5F5F5;
    border-top: 1px solid #D7D7D7;
    float: left;
    margin: 0px 0px 0px 5px;
    padding: 10px;
    width: 930px;
}

.pagecontent.order, .pagecontent.contact {
    padding: 20px 20px;
    width: 910px;
}

.pagecontent h1 {
    font-size: 2em;
    font-weight: bold;
    padding: 0px 0px 10px 0px;
}

.pagecontent h1 span {
    color: #E7515B;
}

.pagecontent p {
    font-size: 1.15em;
    line-height: 1.45em;
    padding: 0px 0px 20px 0px;
}

.pagecontent p strong {
    font-size: 1.1em;
}

.pagecontent p a {
    color: #E7515B;
    text-decoration: none;
}

.pagecontent .video {
	float: right;
	display: inline;
	margin: 0px 15px 0px 20px;
}

.pagecontent ul {
	margin: 0px;
	padding: 0px 0px 20px 00px;
	font-size: 1.15em;
}

.pagecontent ul li {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 6px 20px;
	background: url(../images/misc/bullet.gif) 0px 4px no-repeat;
}

.row {
    float: left;
    width: 100%;
}

/* ------------------------------------ ABOUT PAGE */

.pagecontent.about .left {
    padding: 0px 0px 40px 0px;
}

.pagecontent.about .left img {
    border: 1px solid #D3D3D3;
}

.pagecontent.about .right {
    padding: 10px 15px 40px 0px;
    width: 645px;
}

.pagecontent.about .right.quality ul {
    font-size: 1.15em;
    padding: 0px;
}

.pagecontent.about .right.quality ul li {
    background: url(../images/misc/bullet.gif) no-repeat scroll 0 4px transparent;
    list-style: none outside none;
    padding: 0px 0px 5px 20px;
}

.pagecontent.about .right.quality img {
    float: right;
}

/* ------------------------------------ INSTRUCTIONS PAGE */

.pagecontent.instructions {
	background: #fff;
	border-bottom: 1px solid #D7D7D7;
}

.pagecontent ul.instructions {
	color: #222;
	margin: 0px;
	padding: 0px;
	font-size: 1.1em;
}

.pagecontent ul.instructions li {
	position: relative;
	background: url(../images/misc/instructions-bullet.gif) 0px 0px no-repeat;
	list-style: none;
	margin: 0px;
	padding: 8px 0px 17px 40px;
	width: 33%;
}

.pagecontent ul.instructions span {
	position: absolute;
	left: 12px;
	top: 8px;
	color: #fff;
}

/* ------------------------------------ ORDER PAGE */

.pagecontent.order .row.middle {
	padding: 10px 0px;
	margin: 10px 0px;
	border-top: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
}

.pagecontent.order .row.middle p {
	padding: 0px 0px 5px 152px;
	margin: 0px 0px;
}

.pagecontent.order .tot {
	float: left;
	text-align: right;
	width: 125px;
	padding: 5px 27px 0px 0px;
	font-size: 1.4em;
}

.pagecontent.order #total {
	float: left;
	width: 100px;
	padding: 5px 0px 0px 0px;
	color: #df132e;
	font-size: 21px;
	font-weight: bold;
}

.pagecontent.order #shipping {
	float: left;
	width: 500px;
	padding: 5px 0px 0px 0px;
	font-size: 21px;
	font-weight: bold;
}

.pagecontent.order #shipping em {
	font-weight: normal;
	font-size: 0.6em;
}

.pagecontent.order #subtotal {
	float: left;
	width: 500px;
	padding: 5px 0px 0px 0px;
	font-size: 21px;
	font-weight: bold;
}

.pagecontent.order label em {
	font-size: 0.75em;
}

.pagecontent.order #subtotal em {
	font-weight: normal;
	font-size: 0.6em;
}

.pagecontent.order #vat {
	float: left;
	width: 500px;
	padding: 5px 0px 0px 0px;
	font-size: 21px;
	font-weight: bold;
}

.pagecontent fieldset {
	float: left;
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.pagecontent fieldset label {
	float: left;
	text-align: right;
	width: 125px;
	padding: 5px 27px 0px 0px;
	font-size: 1.1em;
}

.pagecontent fieldset label span {
	font-size: 0.7em;
	font-style: italic;
}

.pagecontent fieldset input, .pagecontent fieldset select {
	float: left;
}

.pagecontent fieldset select {
	margin: 5px 0px 0px 0px;
}

.pagecontent fieldset input.field {
	width: 500px;
	padding: 5px;
	margin: 0px 0px 10px 0px;
}

.pagecontent fieldset input.field.mid {
	width: 300px;
	padding: 5px;
}

.pagecontent fieldset input.field.short {
	width: 100px;
	padding: 5px;
}

.pagecontent fieldset textarea {
	width: 500px;
	height: 100px;
	padding: 5px;
}

.pagecontent fieldset img {
	float: left;
}

.pagecontent fieldset p {
	float: left;
	font-size: 0.9em;
	padding: 5px 0px 0px 20px !important;
	margin: 0px !important;
}

.pagecontent .terms {
	padding: 15px 0px 5px 0px;
}

.pagecontent .delivery p {
	font-size: 0.9em !important;
	padding: 0px 150px 0px 150px;
}

.pagecontent .delivery {
	padding: 15px 0px 20px 0px;
}

.pagecontent .terms a {
	color: #E7515B;
	text-decoration: none;
}

.pagecontent .terms input {
	margin: 0px 10px 0px 152px;
}

.pagecontent .terms label {
	margin: 0px 0px 0px 0px;
	width: 500px;
	font-size: 0.9em;
}

.pagecontent .submit input {
	margin: 0px 0px 0px 130px;
}

/* ------------------------------------ CONTACT PAGE */

.pagecontent.contact .left {
	float: left;
	width: 565px;
}

.pagecontent.contact .right {
	float: right;
	width: 310px;
}

.pagecontent.contact .right p.number {
	color: #d60000;
}

.pagecontent.contact .right p.number img {
	margin: 0px 8px 0px 0px;
}

.pagecontent.contact fieldset {
	float: left;
	width: 100%;
	padding: 0px 0px 10px 0px;
}

.pagecontent.contact fieldset label {
	float: left;
	text-align: left;
	width: 75px;
	padding: 5px 27px 0px 10px;
	font-size: 1.1em;
}

.pagecontent.contact fieldset input, .pagecontent.contact fieldset select {
	float: left;
}

.pagecontent.contact fieldset select {
	margin: 5px 0px 0px 0px;
}

.pagecontent.contact fieldset input.field {
	width: 420px;
	padding: 5px;
}

.pagecontent.contact fieldset textarea {
	width: 420px;
	height: 140px;
	padding: 5px;
}

/* ------------------------------------ PRODUCT PAGE */

.pagecontent.product {
	background: url(../images/product/product-bg.png) center 360px no-repeat;
}

.pagecontent.product a.order {
	float: right;
}

.prod.left {
	float: left;
	width: 395px;
	padding: 0px 0px 0px 25px;
	text-align: right;
}

.prod h2 {
	padding: 60px 0px 0px 0px;
	font-size: 1.7em;
	font-weight: bold;
}

.prod h2 span {
	color: #E7515B;
}

.prod.left img {
	float: right;
	margin: 0px 0px 0px 30px;
}

.prod.right {
	float: right;
	width: 425px;
	padding: 0px 40px 0px 0px;
	text-align: left;
	position: relative;
}

.prod.right .text {
	position: absolute;
	width: 270px;
	top: 140px;
	right: 20px;
}

.prod.right img {
	float: left;
	margin: -65px 30px 0px 0px;
}

/* ------------------------------------ FOOTER */

footer {
	float: left;
	width: 100%;
	padding: 20px 0px 20px 0px;
	color: #868686;
	font-size: 0.9em;
}

footer nav {
	float: left;
	width: 620px;
	padding: 0px 0px 0px 10px;
}

footer nav ul {
	float: left;
	padding: 10px 0px 10px 0px;
	width: 100%;
}

footer nav ul li {
	float: left;
	padding: 0px 10px 0px 0px;
}

footer nav ul li a {
	float: left;
	color: #868686;
	text-decoration: none;
}

footer a:hover {
	color: #e7515b;
	text-decoration: none;
}

footer li.selected a {
	color: #e7515b;
	text-decoration: none;
}

footer p {
	float: left;
	width: 575px;
	padding: 0px 0px 0px 10px;
}

footer a {
	color: #e7515b;
	text-decoration: none;
}

footer .right {
	float: right;
}

/* ------------------------------------ FORM VALIDATION */

.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	z-index: 5000;
	cursor: pointer;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none
}

.formError .formErrorContent {
	width: 100%;
	background: #E7515B;
	position:relative;
	z-index:5001;
	color: #fff;
	width: 150px;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 4px #000;
	-moz-box-shadow: 0 0 4px #000;
	-webkit-box-shadow: 0 0 4px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
  position:relative;
  z-index: 5006;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
	margin: 0px 0 0 12px;
  top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #E7515B;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}

.ml50formError { width: 300px; }

.ml50formError .formErrorContent { width: 300px; }

.formErrorContent a { color: #fff; }

/*----------------------------------- ACCORDION */

.accordionButton {	
	width: 930px;
	padding: 10px;
	margin: 0px 0px 0px -10px;
	float: left;
	background: #f5f5f5;
	border-top: 1px solid #FFFFFF;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
}

.accordionButton p {	
	padding: 0px;
}
	
.accordionContent {	
	width: 930px;
	padding: 10px;
	margin: 0px 0px 0px -10px;
	float: left;
	background: #f5f5f5;
}
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	background: #d0d0d0;
	border-top: 1px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
	
.over {
	background: #d0d0d0;
}
	
/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {

}



/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
