body {
	font-size:   14px;
	line-height: 20px;
}

.tile-top,
.tile-bottom,
#main { 
	width: 100%; 
	margin: 0; 
	text-align: left;
}

#header {
	position: fixed;
	z-index: 1;
	overflow: visible;
	
	padding: 0px;
	background: white;
	width: 100%;

	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

#header .left {
	float: none;
	text-align: center;
}

#header .right {
	display: inline-block;
	
	position: fixed;
	top: 70px;
	right: 20px;
	
	width: auto;
	margin: 0;
	float: none;

	font-size: 12px;
	line-height: 15px;
}

#account .cart {
	padding: 0;
	padding-left: 17px;
	margin: 0;
}

#account .navigation,
#account .cart span {
	display: none;
}

#header .menu,
#header .menu div,
#header .menu a {
	background: none;
	height: auto;
	display: block;
}

#header .menu div div {
	border: solid 1px black;
	background: white;
	position: absolute;
	z-index: 9;
	right: 20px;
	top: 60px;
	width: 50%;
	display: none;
}

#header .menu .icon,
#search-form .icon,
#content .icon {
	display: block;
	
	position: fixed;
	z-index: 5;
	
	width: auto;
	font-size: 30px;
	font-weight: normal;
}

#header .menu .icon {
	top: 20px;
	right: 20px;
}

#header .menu div a {
	border-bottom: solid 1px lightgrey;
	margin: 0;
	padding: 5px;
	width: 100%;
	font-size: inherit;
	font-weight: normal;
}

#search-form .icon {
	left: 20px;
	top: 70px;
	
	height: 15px;
	
	padding: 0 10px;
	background: url(../images/search.gif) no-repeat 0 0;
}

#user-toolbar,
#search-form.wiki {
	display: none;
}

#search-form div {
	display: none;
	
	position: fixed;
	z-index: 99;
	
	width: 95%;
	left: 10px;
	
	height: auto;
	padding: 15px;
	
	background: white;
	border: solid 1px lightgrey;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);

	text-align: center;
}

#search-form .input {
	width: 100%;
	border: solid 1px grey;
	margin-bottom: 15px;
}

.vacation {
	margin-left: 20px;
	margin-right: 20px;
}

.breadcrumb {
	display: none;
}

#content {
	padding-top: 120px;
}

.col-1 {
	display: none;
	
	position: fixed;
	z-index: 99;
	
	background: white;
	padding: 10px;
	border: solid 1px black;
	top: 60px;
	left: 0px;
	width: auto;
	height: 80%;
	overflow-y: scroll;
}

#content .icon {
	top: 30px;
	left: 20px;
	color: #2BB6D1;
	border: none;
}

.col-2 {
	width: 100%;
	margin-left: 0px;
}

.col-2 .col {
	width: 100%;
}

.navigation li,
.navigation li li {
	font-size: 16px;
	line-height: 28px;
	background-position-y: 10px;
}

.box .tile-top {
	width: 100%;
}

.news div.details {
	font-size: 12px;
}

h1#title {
	border-bottom: solid 1px black;
}

.project h2 {
	clear: both;
}

.project .vote {
	float: left;
	margin-left: 0px; 
}

.project div.details {
	width: 100%;
	margin: 10px;
}

.pricing.left,
.pricing table {
	width: 100%;
	max-width: 260px;
}

table.prices th,
table.prices td {
	font-size: small;
	padding: 5px 3px 5px 4px;
	line-height: normal;
}

ul > li { 
	line-height: 24px !important;
}

div.distributors div {
	width: 50%;
	max-width: 225px;
}

#help {
	left: 5%;
	width: 90%;

	top: 30%;
	height: 50%;
}

#lightbox img {
	width: 80%;
}

#lightbox .prev,
#lightbox .next {
	width: 30%;
}

#lightbox .prev {
	background: url(../images/icons/prev.png) no-repeat 10% 50%;
}

#lightbox .next {
	left: 70%;
	background: url(../images/icons/next.png) no-repeat 90% 50%;
}

div.document.group {
	font-size: 12px;
	line-height: 20px;
}

#basket-form {
	font-size: small;
}

div.group.basket,
div.group.basket .group {
	width: 100%;
}

#basket-form table,
#basket-form thead,
#basket-form tbody,
#basket-form tfoot,
#basket-form tr {
	display: block;
	font-size: 0;
	line-height: 0;
}

#basket-form tr {
	border-bottom: solid 1px black;
}

#basket-form th,
#basket-form td {
	display: inline-block;
	font-size: small;
	height: 25px;
	padding: 2px 5px 2px 5px;
}

#basket-form td {
	border-top-color: lightgrey;
}

#basket-form td.red {
	width: 100%;
}

#basket-form th.item,
#basket-form td.item {
	width: 100%;
	text-align: center;
}

#basket-form th.quantity {
	width: 30%;
}

#basket-form td.quantity {
	width: 20%;
	padding: 0;
}
#basket-form td.pcs {
	width: 10%;
}

#basket-form td input.quantity,
#basket-form td button {
	width: 100%;
	height: 24px;
}

#basket-form th.price,
#basket-form td.price {
	width: 25%;
}

#basket-form th.value {
	width: 40%;
}

#basket-form td.value {
	width: 25%;
}
#basket-form td.currency {
	width: 15%;
}

#basket-form th.remove,
#basket-form td.remove {
	width: 5%;
	padding: 0;
}

#basket-form .totals {
	margin: 0;
	margin-top: 10px;
}

form .totals > div {
	padding: 5px 10px 5px 10px;
	position: relative;
	width: 100%;
}

form .totals div.field {
	width: 100%;
	border-bottom: solid 1px lightgrey;
}

form .totals div.field.grand {
	border-bottom: none;
}

form .totals div.field label,
form .totals .field div {
	width: 50%;
	line-height: 20px;
}

form .totals div.field label {
	text-align: left;
}

#basket-form div.field,
#basket-form fieldset {
	width: 100%;
	padding-right: 5px;
}

#promo-code {
	width: 100%; 
}

div.group h1 {
	margin-right: 0px;
}

fieldset.billing {
	width: 100%; 
}

fieldset.billing label {
	line-height: normal;
}

#country {
	width: 100%; 
}

#shipping-country,
#billing-country {
	width: 100%; 
}

fieldset.company {
	width: 100%;
}

div.company,
#shipping-company,
#billing-company {
	width: 100%;
}

#shipping-vatID,
#billing-vatID {
	width: 100%;
}

#shipping-responsible,
#billing-responsible {
	width: 100%;
}

#shipping-taxID,
#billing-taxID {
	width: 100%;
}

#shipping-salutation,
#billing-salutation {
	width: 100%;
}

#shipping-firstName,
#billing-firstName {
	width: 100%;
}

#shipping-lastName,
#billing-lastName {
	width: 100%;
}

#shipping-email,
#billing-email {
	width: 100%;
}

#shipping-phone,
#billing-phone {
	width: 100%;
}

#shipping-fax,
#billing-fax {
	width: 100%;
}

#shipping-address,
#shipping-address1,
#shipping-address2,
#shipping-address3,
#billing-address,
#billing-address1, 
#billing-address2, 
#billing-address3 {
	width: 100%;
}

#shipping-city,
#billing-city {
	width: 100%;
}

#shipping-zip,
#billing-zip {
	width: 100%;
}

div.field.insured {
	width: 100%;
}

div#insured {
	width: auto;
}

#note {
	width: 100%;
}

#payment-method {
	width: 100%;
}

#shipping-provider {
	width: 100%;
}

div.field label.provider {
	width: 90%;
	margin-bottom: 10px;
}

div.field label.provider span {
	width: 50%;
	vertical-align: top;
}

div.field label.provider b {
	width: 25%;
}