﻿
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}

/**/

html { margin: 0px; padding: 0px; }


body
{
    margin: 0px;
    padding: 0px;
    color: #000000;
    background: #fff;
    font-size: 0.7em;
    font-family: verdana;
}
/*Popup Control*/
.popupControl{
	background-color:#0BBDED;
	position:absolute;
	visibility:hidden;
	text-align:left;
	border-style:solid;
	border-width:thin;
}

th
{
    vertical-align:top;
}
td
{
    vertical-align:top;
}
h1 {
	color: #666666;
	font: bold 130% Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	color: #666666;
	font: bold 120% Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	color: #666666;
	font: bold 110% Verdana, Arial, Helvetica, sans-serif;
}

h4 {
	color: #666666;
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
}

h5 {
	color: #666666;
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
}

h6 {
	color: #666666;
	font: bold italic 100% Verdana, Arial, Helvetica, sans-serif;
}

img { border: 0px; }
hr { color: #ccc; height: 1px; }
table { font-size: 100%; }
code { color: #6c0; font: 100% "Courier New", Courier, monospace }
form { margin: 0px; padding: 0px; }
input, textarea, select { font: 100% Verdana, Arial, Helvetica, sans-serif; border:1px solid #666666;}


/* layout styles */
#header {
	height: 70px;
	z-index:100;

}

#logo {
	position: absolute;
	left: 15px;
	top: 15px;
	z-index:100;

}


#menu1 { /* styles for top menu */
	position: absolute;
	top: 10px;
	right: 10px;
	z-index:100;

}
#menu1 ul { list-style: none; padding: 0px; margin: 0px; }
#menu1 li { padding: 0px; margin: 0px; display: inline; border-left: solid 1px #000; }
#menu1 li.first { border-left: none; }
#menu1 li a:link, #menu1 li a:visited { 
	padding: 0px 2px 0px 5px; 
	color: #000; 
	text-decoration: none; 
}
#menu1 li a:active, #menu1 li a:hover {
	color: #000;
	text-decoration: underline;
}

#leftcontent 
{
	position: absolute;
	top:120px;
	left:10px;
	width:180px;
	background:#fff;
		z-index:100;

	}

#rightcontent {
	position: absolute;
	right:5px;
	top:120px;
	width:180px;
	background:#fff;
	margin-right:10px;
		z-index:100;

	}
#centercontent 
{
	margin-top:20px;
	background:#fff;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 200px;
	margin-right:205px;
		z-index:100;

	}

html>body #centercontent {
	margin-left: 200px;
	margin-right:205px;
		z-index:100;

	}



.loginheader
{ 
    height:30px;
    font-weight: bold; 
    font-size: 10pt; 
    color: #666666; 
    font-family: verdana; 
    background-color: #f5f5f5; 
    text-align:center;
 }
 .logincell
 {
    background-color:#ffffff;
    vertical-align:middle;
    text-align:center;
    width:50%;
 }
.logtable
{
    border:1px solid #cccccc;
    width:600px;
    background-color:#cccccc;
    
}

.tenpixspacer
{
    height:10px;
}
.twentypixspacer
{
    height:20px;
}

fieldset
{
    padding:10px;
    -moz-border-radius: 1em;
    border-radius: 1em;

}
.loadingbox
{
    position:absolute;
    top:40%;
    left:40%;
    border:1px solid lightsteelblue; 
    background-color: #ffffff; 
    height:50px; 
    width:250px;
    text-align:center;
    padding-top:20px
}
.errorbox
{
    border:1px solid #990000;
    height:60px;
}
.sectionheader
{
    border-bottom: #dcdcdc 1px dotted;
    color: #65738E;
    font-size: 8pt;
    padding-bottom: 5px;
    font-weight:bold;
}


/* New styles */

/* Main grid */
table.wiistock
{
	background-color:White;
	border-color:#999999;
	border-width:1px;
	border-style:None;
	border-collapse:collapse;
	border-right: gainsboro 1px solid; 
    border-top: gainsboro 1px solid; 
    font-size: 8pt; 
    border-left: gainsboro 1px solid;
    color: dimgray; 
    border-bottom: gainsboro 1px solid; 
    font-family: verdana;

    padding:5px;
}

#stockcontent
{
	border-width:thin;
	border-style:solid;
	padding:5px;
	border-color:gray;
}
th.stockheader
{
	color:Black;
	background-color:#0BBDED;
	font-weight:bold;
	padding:5px;

}

tr.stockrow
{
	color:Black;
	background-color:#EEEEEE;
	
}

tr.stockalternatingrow
{
	color:Black;
	background-color:White;	
}

td.notinstock, a.notinstock
{
	color:red;
	font-weight:normal;
}

span.instock, td.instock, a.instock
{
	color:Green;
	font-weight:bold;
}

/* Title */
#wiititle
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing:.005em;
	font-size:2.85em;
	padding:.5em 0 .2em 0;
	margin:.5em 0 .5em 0;
}

#wiititleurl
{
	color:#0BBDED;
	text-decoration:none;
}


/* Product control */

h2.productheader
{
	font-size:11px;
	font-weight:bold;
	color:black;	
	padding:0px;
	margin:0px;
}
.productcontrolwrap
{
	border-style:solid;
	border-width:thin;
	padding:5px;
	border-color:Gray;
}

.productrrp
{
	text-decoration:line-through;
}

.productprice
{
	font-weight:bold;
	color:Green;
}

.productsaving
{
	font-style:italic;	
}

/* Shop */

#shop
{
	background-color: #EFEFEF;
	font: 100% Verdana, Arial, Helvetica, sans-serif; 
	padding:5px;
}

.buynow
{
	font-weight:bold;
	color:Green;	
}

.emphasise
{
	font-size:larger;
	font-weight:bold;	
}