/*

Saskia Diez SCREEN style sheet
=================================================

Copyright:		Bureau Mirko Borsche http://www.mikroborsche.com
Author:			Jens Buss http://www.jensbuss.com
Last edit:		Dec 2009


/* RESET ============================ ***/

#inline_editor {
	display: none;
}

* {
	margin: 0;
	padding: 0;
}

a, input, select {
	outline-style: none; 
}

a img {
	border: none;
}

.clear {
	clear: both;
}

.hidden {
	visibility: hidden;
}

html, body {
	width: 100%;
	color: black;
	background-color: white;
}

input, select, input.formField {
	border: none;
	background-color: #aaa;
	padding: 1px 5px;
	cursor: pointer;
	font-size:12px;
	margin: 0 2px 2px 0;
}

#container {
	width: 100%;
}

#mid {
	position: absolute;
	top: 500px;
	width: 100%;
	background-color: white;
	z-index: 100;
}

/* ANCHOR ========================== ***/

#navAnch {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
}	
	
#anchor1 {	
	width: 78px;
	height: 74px;
	background: transparent url(../images/company/saskia-diez_logo.png);
	display: block;
	cursor: pointer;
}

a#autoClicker {
	display: none;
}

/* HEAD =========================== ***/

#header #tagline, #header #logo, #skip, #breadcrumbs {
	display: none;
}

/* BASKET =========================== ***/

#basket {
	position: absolute;
	top: 700px;
	right: 5%;
	width: 14px;
	height: 232px;
	z-index: 2000;
}

#basket a {
	display: block;
	height: 212px;
	background: transparent url(../images/company/shopping-basket.gif) no-repeat;
}

#basket a:hover {
	background: transparent url(../images/company/shopping-basket.gif) no-repeat 0 -212px;
}

/* NAVIGATION ===================== ***/

#sidebar {
	width: 90%;
	min-width: 1000px;
	margin: 0 5%;
	background-color: white;
	z-index: 100;
	position: absolute;
}

#sidebar .inner {
	background-color: white;
	z-index: 100;
}

#sidebar .inner h3 a {
	font: normal normal bold 16px/53px Helvetica, Arial;
	padding-bottom: 5px;
	letter-spacing: 4px;
	text-decoration: none;
	color: black;
	cursor: pointer;
	text-transform: uppercase;
}

#sidebar .inner h3 a:hover {
	color: #aaa;
}

#sidebar .navItem {
	float: left;
	width: 16.5%;
	text-align: center;
	background-color: white;
	padding-top: 16px;
}

#navTools {
	display: none;
}

ul.navStatic {
	list-style-type: none;
	margin-bottom: 10px;
}

ul.navStatic a {
	color: black;
	font: normal normal normal 12px/16px Times;
	letter-spacing: 4px;
	text-decoration: none;
	text-transform: uppercase;
}

ul.navStatic a:hover {
	color: #aaa;
}

/* MAIN =========================== ***/

#main {
	width: 100%;
	height: 500px;
	z-index: -10000;
	position: absolute;
	top: 68px;
}

#main .mainContainer {
	width: 100%;
}

#main .inner {
	margin: -100px 0 100px 0;
	padding: 100px 0 5% 0;
	background-color: white;
	min-width: 1000px;
	text-align: center;
	font: normal normal bold 16px/24px Helvetica, Arial;
	letter-spacing: 4px;
}

#main .inner #pageTitle {
	color: #aaa;
	margin: 0 0 18px 0;
}

#main .inner a, #basket a {
	text-decoration: none;
	color: black;
}

#main .inner a:hover, #basket a:hover {
	color: #aaa;
}

#main .inner h1,#main .inner h2 {
	font: normal normal bold 16px/24px Helvetica, Arial;
	letter-spacing: 4px;
	text-transform: uppercase;
	padding: 10px 0;
}

#main .inner h3 {
	font: normal normal normal 16px/24px Times;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 10px 0 5px;
}

#main .inner p + h3 {
	margin: 20px 0 5px;
}

#main .inner h3 .mixed {
	text-transform: none;
}

ul.products, ul#navSubDept {
	margin: 0 auto;
	list-style-type: none;
	text-align: center;
}

ul.products li, ul#navSubDept li {
	width: 300px;
	display: -moz-inline-box;
	display: inline-block;
	margin: 0 10px 20px 0;
	text-align: center;
}

ul.products li img {
	margin: 0 0 5px 0;
}

ul.products li a, ul#navSubDept li a {
	font: normal normal normal 15px/25px Times;
	letter-spacing: 2px;
	margin: 24px 0;
	padding: 10px 0 5px;
	text-decoration: none;
	color: black;
	text-transform: uppercase;
}

ul.products li p, ul#navSubDept li p, #main .inner p {
	font: normal normal normal 16px/25px Times;
	letter-spacing: 2px;
}

ul.products li a:hover, ul#navSubDept li a:hover {
	color: #aaa;
}

/* SEARCH ===================== ***/

#mid #search {
	text-align: left;
}

#mid #search #searchKeyword {
	border: none;
	border-color: transparent;
	display: block;
	background-color: #aaa;
	padding: 2px;
	width: 100%;
	margin: 0 0 5px;
}

#adv {
	display: none;
}

/* CONTENT ===================== ***/

#content {
	width: 90%;
	margin: 0 5%;
	min-height: 600px;
}

#content li {
	list-style-type: none;
	padding: 0 0 16px 0;
}

#content img {
	margin: 0 0 20px;
}

/* PRODUCT =========================== ***/

#product li {
	list-style-type: none;
}

.onSale {
	text-transform: uppercase;
	display: inline;
	text-indent: 0;
	border-bottom: solid 2px black;
}

.be_slideNav {
	font: normal normal bold 16px/23px Helvetica, Arial;
	text-align: left;
	width: 700px;
	margin: 0 auto;
}

.info #quantity {
	border: none;
	border-color: transparent;
	background-color: #aaa;
	padding: 2px;
}

/* MY NEWS ===================== ***/

#myNews {
	position: fixed;
	z-index: 0;
	width:100%;
	height: 500px;
	text-align: center;
}

#myNews a {
	text-decoration: none;
	color: black;
}

#myNews a:hover {
	color: #aaa;
}

#myNews .inner img {
	position: absolute;
}

#myNews .inner .myNewsText {
	position: relative;
	margin: 0 auto;
	width: 500px;
}

#myNews .inner p {
	font: normal normal bold 10px/20px Helvetica, Arial;
	letter-spacing: 2px;
	word-spacing: 2px;
	margin: 0 0 20px 0;
}

#myNews .inner h1 {
	font: normal normal normal 62px/99px Georgia;
	letter-spacing: 2px;
}

/*#myNews img {
	z-index: -1000;
}*/

/* CONTACT // ENQIRE NOW ===================== ***/

#frmContact {
	width: 400px;
	margin: 40px auto 0;
	font: normal normal bold 10px/14px Helvetica, Arial;
}

.global-form {
	margin: 40px auto 0;
	font: normal normal bold 10px/14px Helvetica, Arial;	
}

#frmContact fieldset, .global-form fieldset {
	border: none;
	border-color: transparent;
}

#frmContact fieldset input {
	text-align: left;
}

#frmContact fieldset input, .global-form fieldset input {
	margin: 0 auto 5px;
	display: block;
	border: none;
	border-color: transparent;
	background-color: #aaa;
	padding: 2px;
}

#frmContact select, .global-form select {
	letter-spacing: 0;
	margin: 5px 0 10px;
}

#frmContact #Comments, .global-form #comments, .module1 #comments {
	width: 400px;
	border: none;
	border-color: transparent;
	margin: 0 0 10px;
	background-color: #aaa;
	padding: 2px;
}

#frmContact #Comments, #frmContact fieldset input, .global-form #comments, .global-form fieldset input {
	font: normal normal normal 12px/14px Verdana;
}

/* ABOUT ===================== ***/

.about {
	margin: 0 auto 24px;
	clear: both;
}

.about li {
	width: 48%;
	display: block;
	float: left;
	margin: 0 1% 24px;
	text-align: left;
	font: normal normal normal 16px/25px Times;
	letter-spacing: 2px;
	text-indent: 30px;
}

.about li p:first-child, .aboutImg {
	text-indent: 0;
}

.aboutImg, #content .about .aboutImg p {
	margin: 0 5px 0 0;
	float: left;
	width: 267px;
	text-align: center;
	font: normal normal bold 10px/16px Helvetica, Arial; 
	letter-spacing: 2px;
}

.aboutImg p {
	margin: 2px 0 0;
}

/* BLOG NEWS ===================== ***/

#articles li {
	list-style-type: none;
}

#articles li .details, #content .details {
	font: normal normal bold 10px/16px Helvetica, Arial;
	padding: 0 0 100px;
}

#content, address {
	font: normal normal normal 16px/23px Times;
	letter-spacing: 2px;

}

#content ul.about {
	text-indent: 30px;
}

/* CHECK OUT ===================== ***/

.err {
	color: red;
}

#content table {
	width: 900px;
	margin: 0 auto 30px;
	text-align: left;
}

#content #ThisForm th {
	font-weight: normal;
}

#content #ThisForm td img {
	margin: 5px auto auto;
}

#content #ThisForm {
	border-collapse: collapse;
}

#content #ThisForm td, #content #ThisForm th {
	padding: 5px;
}

td.qty input {
	border: none;
	border-color: transparent;
	background-color: #aaa;
	padding: 2px;
	width: 20px;
}

.module2 #total dd {
	margin: 0 0 23px;
}

a.removeItem {
	margin: 0 0 0 25px;
}

.taxSmall {
	color: #aaa;
}

/* FOOTER ===================== ***/

#footer {
	clear: both;
}

#footer .inner, #footer .inner p, .fo_discounts label, .module2 label {
	font: normal normal bold 10px/20px Helvetica, Arial;
	letter-spacing: 2px;
	background-color: white;
	text-align: center;
	word-spacing: 2px;
}

#footer .inner {
	padding: 100px 0;
	width: 100%;
	min-width: 1000px;
}

#footer .inner li {
	display: inline;
	margin: 0 4px 0 0;
}

#footer .inner li a, #credits a {
	color: black;
	text-decoration: none;
}

#footer .inner li a:hover, #credits a:hover {
	color: #aaa;
}

#footer .inner .footerNav {
	font: normal normal bold 16px/51px Helvetica, Arial;
	display: block;
	width: 400px;
	margin: 0 auto 48px;
}

#footer .inner .footerNav a {
	margin: 0 25px;
}

/* CHECKOUT ===================== ***/

.module1 select#country {
	width: 300px;
}

table.user {
	width: 400px !important;
	margin: 0 auto;
}

table.user input {
	width: 98%;
}

.user td {
	text-align: center;
}

.left td {
	text-align: left;
}

select#country, select#bill_state_id, select#customertype, select#sCountry {
	margin: 0 0 5px;
	width: 100%;
}

#postage, input#cod, .fo_discounts, .module1, .module2, #terms_agree, dl#total, .warning {
	padding: 0 0 40px 0;
}

.paymentGateway {
	position: relative;
	top: 8px;
}

.formSelect {
	letter-spacing: 0;
}

.user td input.formButton {
	width: 120px;
}

.formButton, .formSelect, .formRadio {
	font-family: Verdana;
}

.formRadio, .formCheckbox {
	background-color: white;
}

.formRadio {
	margin: 30px 0 0 0;
}