/*
=Banners
*/
body {
    margin:0;
    text-align:left;
}
#body {
    position:relative;
    width:1165px;
    margin:0 auto;
}
#topbanners {
    position:absolute;
    top:0;
    left:15px;
    width:875px;
}
#topbanners .banner-1 {float:left;}
#topbanners .banner-2 {float:right;}
#maincontainerwrapper {
    margin:0;
	padding-top:107px;
	clear:both;
}
.banner {padding:0 0 4px;}
#sidebanners {
	position:absolute;
	top:0;
	right:15px;
}
.structural,
.structural * {
	position:absolute;
	left:-9999px;
}
.clear {clear:both;}
.toprightimage {float:right;}

.upd {
    float:right;
}


/* Easy clearing of floats (see http://positioniseverything.net/easyclearing.html) */
.cf:after {
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
}

.centerareabottom {
    margin-bottom:2px;
}

/*
=Forms
*/
.form-general {margin:17px 0;}
.form-general label {
	display:block;
	margin:0 4px 0 0;
	font-weight:bold;
}
.form-general label strong {
	display:block;
	color:#900;
}
.form-general .disabled label {color:#999;}
.form-general label em {
	margin:0;
	color:#4c4c4c;
	font-size:0.94em;
	font-weight:normal;
	font-style:normal;
}
.form-general label em span {
	color:#c00000;
	font-weight:bold;
}
.form-general input,
.form-general select,
.form-general textarea {margin:0;}
.form-general .alt {
	display:inline;
	margin:0 12px 0 0;
}
.form-general .text,
.form-general .radio,
.form-general .checkbox,
.form-general .select {margin:0 0 6px;}
.form-general .text input,
.form-general .text textarea {padding:2px 3px;}
.form-general .text textarea {height:120px;}
.form-general .text input,
.form-general .text textarea {width:95%;}
.form-general .small input {width:91%;}
.form-general .large input {width:97%;}
.form-general fieldset {
	margin:1em 0;
	padding:5px 8px;
	border:1px solid #ddd;
}
/* Columns */
.form-general .row {
	width:100%;
	margin-bottom:8px;
}
.form-general .col {
	float:left;
	width:180px;
	margin:0 15px 0 0;
}
.form-general .row .small {width:82px;}
.form-general .row .medium {width:180px;}
.form-general .row .large,
.form-general .row .big {width:378px;}
/* Fieldset cols have padding, so they get smaller widths. */
.form-general .row fieldset.small {width:85px;}
.form-general .row fieldset.medium {width:169px;}
/* Fieldset cols are large as default */
.form-general  fieldset.col,
.form-general .row fieldset.large,
.form-general .row fieldset.big {width:369px;}
.form-general .row .hr {width:100%;}
.form-general .cols-1 .col-1,
.form-general .cols-2 .col-2,
.form-general .cols-3 .col-3,
.form-general .cols-4 .col-4,
.form-general .cols-5 .col-5,
.form-general .cols-6 .col-6 {margin-right:0;}
.form-general .row .submit-area {
	margin-top:1.5em;
	padding-top:0;
	border-top:0;
}
.form-general .checkbox,
.form-general .radio {white-space:nowrap;}
.form-general .checkbox input,
.form-general .radio input {
	width:auto !important;
	vertical-align:middle;
}
.form-general .checkbox label,
.form-general .radio label {
	display:inline;
	margin-left:4px;
	color:#4c4c4c;
	vertical-align:middle;
	white-space:normal;
	font-weight:normal;
}
.form-general .checkbox label strong {
	display:inline;
	color:#000;
}
.form-general .alt label {
	display:inline;
	font-weight:normal;
}
.form-general .text.error label,
.form-general .error legend {
	color:#900;
}


/*
= Share
*/
.share {
    padding:10px 35px 0 35px;
    clear:both;
}
#centerarea .share h2 {
    text-align:center;
    font-size:1.1em;
    line-height:1.5em;
    color:#3e3e60;
    float:left;
    margin-right:5px;
    margin-bottom:5px;
}
.share h2 a {
    font-weight:normal;
}
.services {
    border-top:solid 1px #00f;
    border-bottom:solid 1px #00f;
    clear:both;
    min-height:25px;
    overflow:hidden;
}
.share a {color:#1d4fa2;}
.share .services ul {
    margin:0;
    list-style:none;
    margin:10px 0;
    padding-bottom:3px;
}
.share .services ul li {
    float:left;
    margin:0 8px 0 0;
    padding:0;
    background:none;
    line-height:1.8em;
}
.share .services a {
    padding:0 5px 0 22px;
    background:none no-repeat 0 50%;
}
.share .services a.service-google {background-image:url(/i/share-services/google.png);}
.share .services a.service-delicious {background-image:url(/i/share-services/delicious.png);}
.share .services a.service-facebook {background-image:url(/i/share-services/facebook.png);}
.share .services a.service-linkedin {background-image:url(/i/share-services/linkedin.png);}
.share .services a.service-twitter {background-image:url(/i/share-services/twitter.png);}
.share .services a.service-digg {background-image:url(/i/share-services/digg.png);}
.share .services a.service-live {background-image:url(/i/share-services/live.png);}
.share .services a.service-add-favourite {background-image:url(/i/share-services/favourites.png);}

.poll {
   padding:0 15px;
   margin:0px;
}
.poll .form-content {
    padding:0 10px;
 }

.poll .submit-area {  
   margin-left:10px;
}
.poll em {  
   display:none;
}

.poll fieldset {  
    border:none;
}
.bar-chart {
	border:0 none;
	border-collapse:collapse;
	table-layout:auto;
}
.bar-chart caption {
	color:#555555;
	font-weight:normal;
	padding-bottom:10px;
	text-align:center;
}
.bar-chart thead, .bar-chart th {
	left:-9999px;
	position:absolute;
}
.bar-chart td {
	border:2px solid #FFFFFF;
	padding:0 10px;
	text-align:right;
	width:40px;
}
.bar-chart .answer {
	font-weight:bold;
	padding:0;
	width:auto;
}
.bar-chart .value {
	background-color:#EEEEEE;
	background-image:url(/i/bg-bar-chart.png);
	background-repeat:no-repeat;
	padding:0 0 0 5px;
	text-align:left;
	width:300px;
}

/*
 * Shop
 */
.product {
	position:relative;
	margin:0 0 34px;
	padding-left:100px;
}
#centerarea .product h2 {margin:0;}
.product .img {
	position:absolute;
	top:0;
	left:0;
}
#centerarea .product p {display:inline;}
.product .price strong {
	color:#414650;
	font-family:Arial, sans-serif;
	font-size:1.1em;
}
#centerarea .product .buy {
	position:relative;
	width:auto;
	margin-top:17px;
}
#centerarea .product .buy h3 {
	position:absolute;
	top:-8px;
	left:7px;
	z-index:1000;
	margin:0;
	padding:0 3px;
	background:#fff;
	font-weight:normal;
	font-size:1em;
}
#centerarea .product .buy div {
	padding:14px 10px 10px;
	border-top:1px solid #c1c1c1;
	background:#eef8fb;
}
#centerarea .product input {
	width:3em;
	font-weight:bold;
}
#centerarea .product-membership input {width:auto;}
.products .submit-area {
	margin:0 0 34px;
	text-align:right;
}

/* Checkout */
#centerarea .checkout p {margin:0 0 17px;}
#centerarea .checkout h2 {margin:0 0 17px;}
.checkout table {
	margin:8px 0 17px;
	width:100%;
	border-collapse:collapse;
	background:#fdfdfb;
}
.checkout table td {
	padding:9px 10px 8px;
	border-bottom:1px solid #e9e6d7;
}
.checkout table .odd td {background:#f5f3e9;}
.checkout table .prod {font-weight:bold;}
.checkout table .price {text-align:right;}
#centerarea .checkout table .sum {
	border:1px solid #e1dabc;
	border-width:0 0 1px 1px;
	background:#f0ebd3;
	font-weight:bold;
	text-align:right;
}
#centerarea .checkout table .remove {
	padding:0;
	border:0;
	background:#fff url(/i/table-shadow.png) no-repeat 0 50%;
	vertical-align:middle;
}
#centerarea .checkout table .first .remove {background-position:0 0;}
#body #centerarea .checkout tfoot td {
	border-color:#fff;
	text-align:right;
}
#body #centerarea .checkout tfoot .sum {
	border-color:#ffefa0;
	background:#ffefa0;
}
#centerarea .checkout tfoot .remove {background-position:0 100%;}
#centerarea .checkout label {white-space:nowrap;}
#centerarea .membership-fields h2 {margin:17px 0 0;}
.checkout .submit-area {
	margin:0 0 34px;
	text-align:right;
}
.payment-summary dd {
	float:left;
	width:150px;
	padding:0;
	margin:0;
}
.payment-summary dt {
	float:left;
	width:120px;
	font-weight:bold;
}
.payment-summary {
	margin-bottom:20px;
	float:left;
}
.backbutton {float:left;}


/* EPiServer Edit/Admin Bar
============================================================================================================================ */

#epibar {
	position:fixed;
	top:0;
	right:20px;
	width:120px;
	margin:0;
	padding:5px 10px 10px;
	background:#305086;
	z-index:9999;
}
#epibar li {
	margin:0;
	padding:2px 0;
	background:none;
	list-style-type:none;
}
#epibar a {
	background-repeat:no-repeat;
	padding:0 0 2px 20px;
	color:#fff;
}
#epibar .online-center a {background-image:url('/i/icons/episerver/icon-onlinecenter-8.png');}
#epibar .editmode a {background-image:url('/i/icons/episerver/icon-editmode-8.png');}
#epibar .adminmode a {background-image:url('/i/icons/episerver/icon-adminmode-8.png');}

.pubsearchpanel{
float:left;
}
	
.pubsearchpanel label {
padding:0;
width:20em;
}
