﻿/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}


body {
	padding: 0;
	margin: 0;
	background-color: #FFFFCE;
	background-image: url('../Images/Backgrounds/menu_bg.gif'); 
	background-repeat: repeat-y;
	
	color: #000066;
	font-family: Verdana,Arial;
	font-size: 11px;
	text-decoration: none;
}

table td {
	color: #000066;
	font-family: Verdana,Arial;
	font-size: 11px;
	text-decoration: none;
}

table th {
	font-size: 11px;
}

a img 
{
    border: 0;
}

div#header {
	background-image: url('../Images/Backgrounds/header_bg.jpg');
	height: 60px;
}

div#header img {
	float: left;
	border: 0;
}

div#header h1 {
	float: right;
	font-family: Verdana;
	font-size: 1.4em;
	color: #00008B;
	margin-top: 20px;
	margin-right: 20px;
}

div#menu {
	width: 150px;
	height: 300px;
	float: left;
	background-image: url('../Images/Backgrounds/menu_img_bg.jpg');
	height: 337px;
	margin-right: 15px;
}

div#content {
	padding-top: 10px;
	padding-right: 50px;
	margin-left: 170px;
}

div#contentNoMargin 
{
    padding-top: 10px;
	padding-right: 50px;
	margin-left: 0px;
}

div#content p {
	margin: 0 0 10px 0;
}

div#menu ul {
	list-style: none;
	margin: 10px 0px 0px 3px;
	padding: 0;
}

div#menu ul li ul {
	margin: 10px 0px 0px 0px;
}

div#menu li {
	background-image: url('../Images/Icons/arrow.gif');
	background-position: left 5px;
	background-repeat: no-repeat;
	padding-left: 10px;
	margin-bottom: 10px;
}

div#menu ul li a {
	color: White;
	font-weight: bold;
}

div#menu ul li a:hover {
	color: Yellow;
}

div#frontpage {
	width: 600px;
	margin-left: auto;
    margin-right: auto;
    text-align: center;
}

div#frontpage img {
	margin-left: 10px;
    margin-right: 10px;
    border: 0;
}

input, select, textarea {
	/*background-color: #FADB6F;*/
	/*border: 1px solid #331E5E;*/
}

div#login {
	border: 1px solid #331E5E;
}

div#login table {
	width: 350px;
}

div#login table tr td, div#login table tr th {
	padding: 2px;
}

table tr td, table tr th {
    padding: 1px;
}

div#logincontainer {
	width: 350px;
	margin: 0 auto;
}

div#login div#logintitle {
	background-color: #000066;
	color: White;
	font-weight: bold;
	padding: 2px 0 2px 10px;
}

h1 {
	font-family: Verdana;
	font-size: 1.2em;
	color: #00008B;
	margin-top: 5px;
	margin-bottom: 8px;
}

h2 {
	font-family: Verdana;
	font-size: 1.1em;
	color: #00008B;
	margin-top: 5px;
	margin-bottom: 8px;
}

h3 {
    margin: 12px 0px;
}

/* Article Info */
.articleInfo table tr td, .articleInfo table tr th {
    padding: 2px 5px;
}
.placeOrder fieldset br {
    clear: both;
}


/* PlaceOrder */
.placeOrder fieldset label {
	display: block;
	width: 120px;
	float: left;
	padding-right: 20px;
	margin-top: 5px;
	text-align: right;
}

.placeOrder input, .placeOrder select {
	margin-top: 3px;
	margin-bottom: 3px;
}

.placeOrder fieldset table {
    border-collapse: collapse;
}

.placeOrder fieldset table td {
    border: 1px solid #BDB5CF;
}

.placeOrder fieldset table th {
    border: 1px solid #BDB5CF;
    background-color: #FADB6F;
}

/* ContactEdit */
.contactEdit label {
	display: block;
	float: left;
	width: 150px;
	padding-right: 20px;
	margin-top: 5px;
	text-align: left;
}

.contactEdit input, .contactEdit select {
	margin-top: 3px;
}

/* Send Comment */
.sendComment table {
	width: 460px;
	margin: 0 auto;
}

/* Order list */
.orderList fieldset label {
	width: 100px;
	padding-right: 10px;
}

.orderList fieldset label.filter {
	margin-left: 70px;
	padding-right: 10px;
}

.orderList fieldset input, .orderList fieldset select {
	width: 50px;
}

/* Quote Order */
.quoteOrder table th, .quoteOrder table td {
	padding-right: 10px;
}

/* Article extra info */
.articleExtraInfo table th, .articleExtraInfo table td {
	padding-right: 10px;
}

div .articleExtraInfo {
	padding: 5px;
	width: 700px
}


/* Catalog Browser */
fieldset {
	border:1px solid #BDB5CF;
	padding: 6px;
}

.catalogBrowser fieldset {
}

.catalogBrowser fieldset img {
	margin-bottom: 6px;
	margin-left: 5px;
}

legend {
	padding: 0.2em 0.5em;
	margin-bottom: 10px;
	border:1px solid #000066;
	color:#000066;
}

.catalogBrowser fieldset.table label {
	display: block;
	width: 150px;
	float: left;
	padding-right: 20px;
	margin-bottom: 10px;
	margin-top: 3px;
	text-align: right;
}

.catalogBrowser fieldset.table input, .catalogBrowser fieldset.table select {
	margin-bottom: 10px;
}

.catalogBrowser fieldset.table input {
	width: 150px;
	float: left;
}

.catalogBrowser fieldset.table input.enterButton {
	width: 23px;
	height: 23px;
	float: left;
}


.catalogBrowser fieldset.table br {
	clear: both;
}

/* Register Customer */
.registerCustomer table tr td {
	vertical-align: top;
	width: 350px;
	margin-right: 10px;
}

.registerCustomer label {
	display: block;
	width: 130px;
	float: left;
	padding-right: 20px;
	margin-top: 8px;
	text-align: left;
}

.registerCustomer input, .registerCustomer select {
	width: 150px;
	margin-top: 8px;
}

.registerCustomer br {
	clear: left;
}

.registerCustomer div#buttons {
	margin-left: 250px;
}

.modalBackground {
	background-color:Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.searchbox 
{
	float: right;
}

.watermark 
{
	color: #A0A0A0;
}

.searchInput
{
	position: absolute;
	margin: 18px 0 0 -352px;
	background:url("../Images/Icons/skin-fld-left.gif") repeat scroll 0 0 transparent;
	width:212px;
	border:0 none;
	height:16px;
	padding:5px;	
}

.searchButton 
{
	position: absolute;
	margin: 18px 0 0 -130px;
	background:url("../Images/Icons/skin-btn-search.gif") repeat scroll 0 0 transparent;
	border:0 none;
	height:26px;
	padding:1px;
	width:28px;	
}

.filterText 
{
	margin: 10px 0; 
}

.filterText div 
{
	float: left;
	margin: 0 5px 0 0; 
}

.sub
{
	font-size: 80%;
	margin: 8px 0;
}

/* message boxes */
.infobox, .successbox, .warningbox, .errorbox, .validationbox {
border: 1px dashed;
margin: 20px 0px;
padding:5px 0px 5px 30px;
background-repeat: no-repeat;
background-position: 10px 10px;
}
.infobox {
color: #00529B;
background-color: #BDE5F8;
background-image: url('../Images/Icons/information.png');
}
.infobox li { color: #00529B !important; }
.successbox {
color: #4F8A10;
background-color: #DFF2BF;
background-image: url('../Images/Icons/accept.png');
}
.successbox li { color: #4F8A10 !important; }
.warningbox {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('../Images/Icons/error.png');
}
.warningbox li { color: #9F6000 !important; }
.errorbox {
color: #D8000C;
background-color: #FFBABA;
background-image: url('../Images/Icons/exclamation.png');
}
.errorbox li { color: #D8000C !important; }

.weborderinfo div.toolbar { margin: 10px 0 0 0; }

.weborderinfo { margin: 0 0 50px 0; }
