﻿/* ----- ADDITIONAL STYLES -----*/

label.wmarksearch {
	font-weight: normal;
	font-size: 14pt;
	color: #ababab;
	line-height: normal;
}

div.contact {
	font-family: Tahoma;
	font-size: 10pt;
	color: #333;
	font-weight: bold;
	padding: 20px;
}

div.pager {
	font-size: 10pt;
}

div.pager a {
	color: #333333;
}

tr.CartGridHeader {
	font-weight: Bold;
	font-size: 12px;
	color: #000;
	background-color: #CCCCFF;
	text-align: left;
	height: 25px;
}


tr.CartGridAlt {
	font-size: 13px;
	color: #464646;
	background-color: #fff;
	text-align: left;
	vertical-align: top;
}

tr.CartGridItem {
	font-size: 13px;
	background-color: #EFF3FB;
	color: #464646;
	text-align: left;
	vertical-align: top;
}

tr.CartGridItem a, tr.CartGridAlt a {
	color: #464646;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #CCC;
	width: 80%;
}

fieldset p {
	margin: 2px 12px 10px 10px;
}

fieldset label {
	display: block;
}

fieldset label.inline {
	display: inline;
}

legend {
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 4px 8px 4px;
}

input[type="text"], select, textarea {
	border: solid 1px #888;
	padding: 3px;
}

input[type="password"] {
	width: 200px;
	border: 1px solid #888;
	padding: 3px;
}

input.iButton {
	background-color: #fff;
	color: #758722;
	border: 2px solid #00CC00;
	padding: 2px;
	cursor: pointer;
	font-weight: bold;
	width: 30%;
}

form label {
	color: #707070;
	font-size: 10pt;
}

table.orderDetails {
	width: 80%;
	font-size: 10pt;
	margin: 5px 0px 20px 5px;
}

table.orderDetails th {
	font-weight: bold;
	vertical-align: top;
}

table.orderDetails tr.alt {
	background-color: #E4E4E4;
}

#logindisplay {
	position: absolute;
	right: 90px;
	top: 50px;
	font-size: 1.1em;
	display: block;
	text-align: right;
	margin: 10px;
	color: White;
}

#logindisplay a:link {
	color: white;
	text-decoration: underline;
}

#logindisplay a:visited {
	color: white;
	text-decoration: underline;
}

#logindisplay a:hover {
	color: white;
	text-decoration: none;
}

.field-validation-error {
	color: #ff0000;
}

.input-validation-error {
	background-color: #ffeeee;
}

.validation-summary-errors {
	font-weight: bold;
	color: #ff0000;
	font-size: 0.8em;
}

table.advSearch input[type="text"] {
	width: 350px;
}

div.adminMenu {
	padding: 5px;
	margin: 5px;
	border: 1px solid #999;
}

div.userMenu {
	padding: 5px;
	margin: 5px;
	border: 1px solid #FF9900;
}


.style1 {
	color: #0086a8;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style3 {color: #B2E3EF}
