@import "/shared/css/reset.css";

body {
    background: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
	color: white;
	height: 100%;
	
	
}

img.leftAligned, img.rightAligned, img.png {
	/* behavior: url(/shared/htc/iepngfix/iepngfix.htc); */
}


#header {
    
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
}

#contentPage {
	
}

#menuBar {
    background-color: #333333;
    height: 20px;
}

#page {
	margin: 0px auto 0 auto;
}

#header, #page {
	width: 100%;
	min-width: 800px;
	max-width: 1024px;
	position: relative;
}

a {
    color: #f0e68c;
    text-decoration: none;
}

a:hover {
	color: #ffff99;
	text-decoration: underline;
}

h2 {
	background-color: #cb6828;
	padding: 4px;
	font-variant: small-caps;
	font-weight: bold;
}

h3 {
	padding-top: 10px /* !important */;
	font-weight: bold;
}

#productMenu h3 {
	padding-top: 0px  !important;
	
	margin-top: 0px !important;
}

html.Explorer_6_Windows #productMenu li {
	
	position: relative;
	top: -15px;
}

#mainMenu {
	float: left;
}

#membersArea, #membersArea iframe {
	height: 84px;
}

#membersArea iframe {
	float: right;
}

#loginIframe {
	padding: 20px;
}

/*************
 * MENU
 *************/
ul.menu {
    color: white;
    height: 20px;
    margin: 0;
    padding: 0;
}

ul.menu li {
    height: 20px;
    list-style: none;
    float: left;
    padding: 3px 20px 0 5px;
    font-variant: small-caps;
}

ul.menu li.right {
    float: right;
}

ul.menu li a {
    color: white;
    text-decoration: none;
}

ul#mainMenu {
    float: left;
}

ul#loginList {
    float: right;
}

#secondaryNavigation ul {
	text-align: center;
}

li.first {
	float: left;
}

li.middle {
	
	float: none !important;
	
}

li.last {
	float: right !important;
}

ul.menu li {
	
}

#main #product ul.menu li {
	width: 250px;
	margin-right: 10px;
}

button {
	background: none;
	border: none;
}

.colour, .colour a {
	color: #8b46c7;
}

.shopping, .shopping a {
	color: #9c5900;
}

.services, .services a {
	color: #4b7100;
}


/******************
 * TEASERS
 ******************/
#teasers {
	width: 165px;
	float: left;
	height: 100%;
	margin: 0 20px 0 0;
	
}

#teasers div {
	border-bottom: solid 1px white;
	font-size: 0.9em;
	padding: 13px;
	margin-left: 10px;
	
}


/******************
 * MAIN CONTENT
 ******************/
#main {
	margin-left: 165px;
	
}


#main div {
	/* border: dotted 1px white; */
	margin: 3px;
}


#main #product {
	margin: 0;
	height: 320px;
	
	/* min-width: 700px;
	max-width: 750px; */
}



/* 
#main #product img,  #main #relatedToProduct #specialContent {
	
	
	float: left;
	margin-right: 15px;
}
*/

#main #product table.menuTable img {
	float: none;
}

#main #product table.menuTable {
	width: 96%;
}

html.Explorer_6_Windows  #product  {
	top: 110px;
	position: absolute;
	padding-right: 50px;
}

#main #product table.menuTable td {
	/* This rule is needed for safari for some odd reason */
	vertical-align: top !important;  
}

#main #product table.menuTable td p {
	width: 180px
}

#main #relatedToProduct #specialContent {
	width: 322px;
	position: relative;
	left: -2px;
}

#main #product h1 {
	color: #cb6828;
	font-size: 2em;
	margin: 0 0 20px 0;
}

#main #product p {
	margin: 10px 0;
}

.end {
	clear: both;
}

#main #relatedToProduct {
	width: 100%;
}

#main #relatedToProduct, #main #relatedToProduct #specialContent {
	/*height: 100%; */
}

#main #relatedToProduct #navigation {
	padding: 10px;
}

#main #relatedToProduct #navigation ul {
	
}

#description {
	padding-top: 0px;
}

#description, #productMenu {
	padding-left: 390px;
}

#productMenu {
	text-align: center;
	padding-top: 20px;
}

.productSummary #productMenu {
	padding-left: 0 !important;
	
}

#productMenu button {
	padding: 0;
	margin: 0;
}


.menuDescription {
	padding-left: 0 !important;
}

#productMenu img {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}

#productMenu button, #productMenu button img {
	margin: 0;
	padding: 0;
	display: inline;
}

#links ul li {
	
	margin: 10px 30px ;
}

.storeMenuTable {
	margin-left: 20px;
}

.price, .subPrice {
	color: #7a1c0d;
	text-align: center;
}


#main div .price {
	
	font-size: 3em;
	font-weight: bold;
	margin: 0 !important;
	padding: 0 !important;
}

#main div .subPrice small {
	font-size: 11px;
	margin: 0;
	
}

/*  formTable */

table.formTable  {
	width: 200px;
	
	margin: 0 auto;
}

table.formTable th {
	text-align: right;
}

table.formTable td {
	text-align: left;
}

table.formTable th,
table.formTable td {
	padding: 5px;
}

table.formTable input {
	
}

table.formTable tr.buttonRow  td {
	text-align: center;
}

table.loginTable {
	margin: 0;
	width: 300px;
}


.biline {
	text-align: center;
	font-size: 1.3em;
}

font {
	color: white;
	font-weight: normal;
}



/*******************
 * Store stylesa
 * *****************/
 
#text_contact {
	margin: 20px auto 40px auto !important;
	display: table;
}

#text_contact br {
	margin: 4px 0;
}


/*****LOGIN *****/
#myAccountInfo {
	
	position: absolute;
	top: 5px;
	right: 10px;
}

div#productMenu li {
	list-style-type: none;
	margin-bottom: 40px;
}

#leftFloat {
	float: left;
	width: 350px;
}

body.noShell {
	margin: 0;
	padding: 0;
}

#main div.alert {
	border: solid 2px white;
	width: 400px;
	margin: 20px auto;
	padding: 40px 40px 40px 90px;
	background: url("../images/icons/success.png") no-repeat 20px center;
	
}

#main div.error {
	background: url("../images/icons/error.png") no-repeat 20px center;
}

#footer {
	padding-top:  100px;
	text-align: center;
	font-size: 80%;
	padding-bottom: 20px;
}


/*
 * Fixes for IE.
 */

html.Explorer_6_Windows #main {
position: absolute;
left: 0;
top: 0;
}

html.Explorer_6_Windows #main #storeContents {
	zoom: 100%;
	margin-right: 180px;	
	margin-top: 120px;
}

html.Explorer_6_Windows #product {

margin-right: 120px;
	
}

html.Explorer_6_Windows #product #description,
html.Explorer_6_Windows #product #productMenu {
padding-left: 0px;
margin-right: 120px;
zoom: 100%;

}

html.Explorer_6_Windows #header {
overflow: hidden;
height: 100px;
}
