@CHARSET "UTF-8";

/*
	#181818 - dark grey -- used for text
	#D8D8D8 - light grey -- used for borders
	#686868 - darker light grey -- used for borders
	#7A0E1B - dark burgundy red -- used for h1, h2, and error message background
	#996633 - light brown -- used for parameter names
*/

body {
	font: 75% georgia, sans-serif;
	font-size: 12px;
	line-height: 1.88889;
	color: #181818;
	/*background-color: #C1CED5;*/
	background: white url(../../images/customer/body_background_grey.png) repeat-x top left;
	width: 960px;
	margin: 0 auto;
}

body.mceContentBody  { border: none; background: white; margin: none; padding: none; }

p { padding: 0; margin: 0; border: none; }

h1, span.tiny_h1 {
	font-weight: bold;
	font-size: 140%;
	color: #7A0E1B;
}

h2, span.tiny_h2 {
	font-weight: bold;
	font-style: italic;
	font-size: 120%;
	color: #7A0E1B;
}

h3, span.tiny_h3 {
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
}

h4,h5 {
	font-weight: normal;
	font-style: italic;
}
span.tiny_text { 
	font: 75% georgia, sans-serif;
	font-size: 12px;
	line-height: 1.88889;
	color: #181818; 
}

em.prop {
	color: #996633;
	font-weight: bold;
	font-style: normal;
}

span.required { margin-right: 0.5em; }
span.light { color: #888888; }

/* elements used by TinyEditor */

/* Tiny uses em for italic */
em { font-style: italic; }
strong { font-weight: bold; }

/* end of Tiny Editor */

hr {
	color: #F8F8F8;
}

br.clear,hr.clear,div.paginator {
	clear: both;
}  /* floating stops at this element */
.left {
	float: left;
	clear: left;
}

.right {
	float: right;
	clear: right
}

/* fieldset */
fieldset {
	/* setting any border or background info erases rounded corners in IE */
	border: solid 1px #a8a8a8;
	padding: 0 0.5em 0.5em 0.5em; margin: 0;
	/*-moz-border-radius: 8px;*/
	position: relative;
	/* display must be table-column, so else fieldset will overflow li in FF */
	display: table-column;
}
fieldset h2 {
	padding: 2em 1em 1em 2em;
}
legend {
	color: blue;
	margin: -10px 0 0 0;
	padding: 0em 1em 0 1em;
	max-width: 700px;
}
/* fieldset ends */ /* definition list */

dl {
	padding: 2em;
}

dt button,dd button,dt .button,dd .button {
	margin: 0.5em 0.5em 0 0;
	float: left;
}

dt {
	padding: 0.5em;
	clear: both;
}

/* definition list ends */
button,.button {
	width: 5.1em;
	height: 2.3em;
	/* keep this number close to the line-height value to ensure it's centered*/
	border: none;
	color: #f0f0f0;
	background: url(../../images/customer/blue_button.png) no-repeat bottom left;
	text-align: center;
}

textarea {
	width: 400px;
	height: 300px
}

input {
	width: 400px;
}

input.charCounter {
	width: 3;
	background: transparent;
	border: none;
}

table {
	margin: 0.5em 0 0.5em 0em;
}

td {
	padding: 0.5em 2em 0.5em 0;
}

input.checkbox {
	width: 1.5em;
	height: 1.5em;
	/* keep this number close to the line-height value to ensure it's centered*/
}

#container {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #FFFAFA;
	position: relative;
}

#container_shadow {
	width: 100%;
	background: white;
	margin: 0 auto;
	padding: 10px;
	border: double 1px #686868;
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;
	/*
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	*/
}

#header {
	min-height: 230px; height: 230px; max-height: 230px;
	width: 100%;
	background: transparent;
	position: relative;
	margin: 0;
}
#header img#logo {
	margin: 0; padding: 0;
	position: absolute;
	top: 0px; left: -6px;
	z-index: 100;
}
#header img#fading_pictures {
	border: none;
	margin: 0; padding: 0;
	position: absolute; top: 0; right: -2px;
	z-index: 1
}
#header img#light_layer {
	height: 230px;
	border: none;
	margin: 0; padding: 0;
	position: absolute; top: 0px; right: 0;
	z-index: 2;
}
#header div#header_text {
	position: absolute; top: 90px; left: 2px;
	max-width: 30%; max-height: 100px;
	overflow: hidden;
	z-index: 3;
}
#header div#header_text h3 {
	padding: 0 0 0 40px; margin: 0;
	font-style: italic;
	font-size: 14px;
	color: #181818;
}
/*div#created_by { float: right; height: 10px; }*/
#created_by {
	position: absolute;
	right: -3px;
	top: -3px;
}

#created_by a img {
	height: 150px;
	width: 12px;
	border: none;
}

#admin_menu {
	position: absolute; top: 13px; right: 0;
	border: solid 1px #d8d8d8;
	padding: 10px;
	background: blue;
	z-index: 100;
}
#admin_menu a {
	color: white;
	font-size: 110%;
	font-weight: bold;
}

#sideMenu {
	float: right;
	clear: right;
}

/* content -- style sheet defined under content.layout in style.properties*/

/* menu begins*/
div#col2 { font-size: 95%; padding-top: 18px; }
div#col2 div.title_box { background: transparent; padding: 5px 0 10px 0; }
div#col2 h2, div#col2 h3, div#col2 h4 { padding: 0 10px; }
div#col2 h2 { padding-top: 5px; font-size: 120%; font-style: normal; }
div#col2 h1 { text-align: center; }
div#col2 h4 { color: #ABABAB; }
div#col2 div#search fieldset { margin-top: 2em; background: url(../../images/customer/grey_to_white_gradient.png) repeat-x; }
div#col2 #sideMenu_fieldset { margin-top: 1em; background: url(../../images/customer/grey_to_white_gradient.png) repeat-x; }
div#search, div#news, div#documents, div#shoppingCart, ul#sideMenu {
	padding: 21px 0 0 0; margin: 0;
	position: relative;
}
div#search, div#shoppingCart, ul#sideMenu {
	text-align: center;
}
div#search form select { width: 90%; margin-top: 10px;}
div#search form input { width: 88%; margin-top: 5px; margin-bottom: 5px; }
div#news, div#documents {
	position: relative;
	margin-bottom: 10px;
}
div#documents li {
	border-bottom: solid 1px #D8D8D8;
}

ul#sideMenu { width: 100%; text-align: center; padding: 5px 0 0 0; margin: 0;}
ul#sideMenu li { margin: 5px; padding-bottom: 5px;}
ul#sideMenu li a img { border: outset 1px #B0B0B0; width: 130px; padding: 5px; }
ul#sideMenu li a:hover img {
	border: double 1px blue;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity =   80);
}
/* menu ends */

#footer {
	padding: 1em;
	text-align: center;
	clear: both;
}

/* topNav -- style sheet defined under top.navigation.menu in style.properties*/

/* home_listings -- style sheet defined under home.products in style.properties */

div#crumbs { padding: 32px 0 8px 0; }
div#crumbs h1 { font-size: 100%; float: left; padding: 0 5px 0 0; }

#location { margin: 0; padding: 0 0 1m 1em; float: left; clear: left; width: 97.5%; border-top: solid 1px #D8D8D8;}
#location div.address { float: left; clear: left; max-width: 44%; }
#location div.googleMap { float: right; clear: right; border: solid 2px red;}
#location h1, #location h2 { padding: 10px 0 10px 20px; }
#location h3 { padding: 10px 0 10px 40px; }
#email_us { padding: 1em; margin-top: 2em; float: left; clear: left; width: 96%; border-top: solid 1px #D8D8D8;}
#email_us form { padding: 0; margin: 0; }
#email_us label { font-weight: normal; font-style: normal; font-size: 100%; }
#email_us textarea#idEmailText { height: 150px; }

dd#images {  width: 700px; }
dd#images label, input#remove1id, input#remove2id, input#remove3id, input#remove4id { 
	float: right;
	padding: 0.5em;
}
dd#images img.addImage {
	margin: 20px;
	background-color: #FFFAFA;
	max-width: 145px;
}
dd#images input { max-width: 300px; }
dd#images dl { padding: 0; max-width: 50%; }
img.catLogo { 
	background: #FFFAFA url(../images/addimage_light.png) no-repeat bottom left; 
	width: 130px; 
}
img.logoMenu { background: white; }

dd.checkboxLabel { float: left; padding-top: 0.5em; }
dt.checkbox { float: left }
dt.checkbox input { height: 1em; width: 1em; }

input#priorityId {
	width: 3em;
}

dt.paramName {
	float: left;
	width: 9em;
}
dd.paramValue input {
	float: left;
	width: 12em;
	padding-top: 0.5em;
}

ul#postHeader {
	padding: 1em 1em 1em 0;
}
ul#postHeader li {
	float: left;
	padding-right: 2em;
}

div#postParameters {
	float: left; clear: left;
	padding: 0 1em 1em 0;
	margin: 0;
}
div#postParameters table {
	width: 340px;
}
div#postParameters tr {
	border-bottom: 1px solid #E0E0E0;
}
.paramName {
	color: #996633;
	font-weight: bold;
	width: 30%;
	text-align: left;
}

div.postImages {
	float: right;
	clear: right;
	max-width: 350px;
	padding: 0 1em 0 1em;
}

div.postImages img.mainImage {
	width: 340px;
	margin: 1em 1em 0 0;
	border: 1px solid #B0B0B0;
	padding: 7px;
}

div.otherImages {
	width: 100%;
	padding: 0;
	overflow: auto;
}

div.postImages table,tr {
	padding: 0;
	margin: 0;
}

div.postImages td {
	padding: 0.6em;
}
div.postImages h3 {
	text-align: center;
	padding: 0.5em 0 0.5em 0;
}

div#postHeader {
	padding: 0;
	display: block;
	border-bottom: solid 1px grey; 
}
div#postText {
	clear: both;
	padding: 1em 1em 0 0;
}
div#postText h3 { font-size: 120%; }
div#categoryInfo div#postText h3 { font-style: italic; }
div#postText img#catLogo {
	padding: 5px; margin: 5px 0 5px 10px;
	float: right; clear: right;
	display: block;
	background: blue;
	border: solid 1px grey; 
}

table.paginator {
	width: 100%;
	padding: 0;
	margin: 0 0 0 2em;
}

div.paginator {
	text-align: center;
}

img.srImageLink {
	width: 115px;
	height: 86px;
}

img.new {
	width: 60px;
	height: 60px;
	vertical-align: middle;
	padding-left: 0.5em;
}

ul#searchResults {
	padding: 0;
	margin: 0;
}

ul#searchResults li {
	float: left;
	padding: 1em 1em 1em 2em;
}

ul#searchResults li.buttons {
	float: right;
	padding-left: 0.5em;
}

ul#searchResults li.buttons input {
	margin-top: 1em;
}

ul#searchResults li.postingDate {
	clear: both;
	padding: 0;
	margin: 0;
}

ul#searchResults li.summary {
	clear: both;
	padding: 0;
	margin: 0;
	max-width: 450px;
}

ul#searchResults li.price {
	padding: 0;
	margin: 0;
}

ul#searchResults li.price h1 {
	padding: 0 0 0 2em;
	margin: 0;
}

ul#searchResults li ul li {
	padding: 0;
	margin: 0;
}
ul#searchResults li.icon { float: right; clear: right;  }

div#about {
	padding: 1em 2em 2em 2em;
}

div#about img#first {
	float: left;
	clear: left;
	padding: 0 1em 1em 0;
}

div#about img#second {
	float: right;
	clear: right;
	padding: 0 0 1em 1em;
}

div#about h2 {
	padding: 0 0 1em 0;
}

/* category bread crumbs */
table#catTable { padding: 0; margin: 0; }
table#catTable td.catPanelColumn { padding: 0 1em 0 0; margin: 0; }
/* end of category bread crumbs */

/* orderBy */
.orderBy { 
	clear: both;
	background: url(../../images/customer/grey_to_white_gradient.png) repeat-x;
	padding: 5px; margin-top: 15px;
	border-top: solid 1px #686868;
	border-bottom: solid 1px #D8D8D8;
}
.orderBy h4 { display: inline; }
/* orderBy ends */

a img {
	border: outset 2px #B0B0B0;
	width: 130px;
	padding: 0.5em;
}

a:hover img {
	border: solid 2px blue;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity =   80);
}

/** priceSheet **/
div#priceSheet { clear: both; }
div#priceSheet h2 { 
	padding: 0.5em 0.5em 0.5em 0; 
	position: relative;
	font-style: normal; color: #7A0E1B; font-size: 140%; 
}
div#priceSheet div.scrollable {
	height: 400px;
	overflow: auto;
}
div#priceSheet div.scrollContainer {
	max-width: 800px; /** this value must be in px, FF chokes on %**/
}
table#csv {
	border: 1px solid #333;
	margin-right: 1em;
	background-color: white;
}
table#csv td {
	padding: 0.5em;
	border-width: 1px;
	border-color: #666;
	border-bottom-style: double;
	background-color: white;
}
table#csv td.first {
	font-weight: bold;
	background-color: #E0E0E0;
}
table#csv td.mergedCelles {
	font-weight: bold;
	text-align: center;
}
table#csv th {
	padding: 0.3em 1.5em 0.3em 1.5em;
	border: 1px solid #666;
	font-weight: bold;
	color: black;
	background-color: #8D96D8;
	
}
div#priceSheet span.expandPriceSheet {
	font-size: 60%;
	margin: 0; padding: 0;
	position: absolute; right: 0; bottom: 0;
}
div#priceSheet span.expandPriceSheet a {
	float: right;
}

/** end of priceSheet **/

.servicesTitle {
	padding: 0.5em 0 1em 0;
}

div.servicesText h3 {
	padding: 0 0.5em 0 0;
}

ul.exception li { padding: 0; margin: 0;  } 
ul.exception li img { margin: 2em 1em 1em 1em; }
ul.exception li h2 { padding: 1em 0 0 0 ; margin: 0; }
ul.exception li ul { list-style: disc; padding-left: 3em;}

/** struts defined action(s) error and message(s) **/
ul.actionMessage,ul.actionError,ul.errorMessage {
	padding: 0.7em 1em; margin: 0;
	font-size: 120%; font-style: italic; font-weight: normal;
	color: white;
	text-align: center;
}
fieldset.action_message,fieldset.action_error {
	padding: 0 0 0 0; margin: 1em 0 1em 0;
	width: 70%; max-width: 70%;
	float: left; clear: left;
	position: relative;
	left: 15%;
}
fieldset.inner {	
	width: 96.5%; max-width: 96.5%;
	padding: 0; margin: 0.7em;
	border: none;
}
fieldset.action_error fieldset.inner { background: #B50909; }
fieldset.action_message fieldset.inner { background: blue; }

/** end of struts defined action(s) error and message(s) **/

	/** our css is affecting recaptcha css. The below is a fix. Do not remove. **/
img#recaptcha_switch_audio,img#recaptcha_switch_img,img#recaptcha_whatsthis,img#recaptcha_reload {
	width: 40px;
}
/** end of recaptcha fix**/

h3.noMatchingResults {
	padding: 2em 0 0 0;
}

/* associated sites links menu begins */
#associated_sites {
	height: 20px;
	padding: 0; margin: 0;
}
#associated_sites ul {
   	float: right; clear: right;
   	list-style: none;
  	margin: 0; padding: 0;
  	position: relative;
}
#associated_sites ul li {
	display: block;
   	float: right;
   	margin: 0 0 0 15px; padding: 0;
   	position: relative;
}
#associated_sites ul li a 
{
	font-size: 11px;
	display: block;
	margin: 3px 0 0 1px;
	padding: 0;
	text-decoration: none;
	line-height: 1.2em;
}
#associated_sites ul li a:LINK, #associated_sites ul li a:VISITED, #associated_sites ul li a:HOVER, #associated_sites ul li a:ACTIVE {
	color: white; font-style: italic; font-weight: bold;
}
#associated_sites ul li a:HOVER, #associated_sites ul li a:ACTIVE { border-bottom: solid 2px white; }
/* associated sites links menu ends */