*{
 padding:0;
 margin:0;
}

p {
 margin:1px;
 padding:1px;
}
form.small_button {
 display:block;
 float: right;
 margin: 2px 4px 2px 0px;
}
form.small_button fieldset {
  margin-bottom: 2px;
  width: 50px;
}
.small{
 font-size: 8px;
 color: #a9a9a9;
 font-weight: normal;
}
.help{
 width: 400px;
 min-height:500px;
 font-size:10px;
 background:#eee;
 color:#000;
 padding:4px;
}
.plain_box{
 padding:4px;
 border:solid 1px #000;
}
.alert{
 color: #FFF;
 background:url(/images/alertback.gif) repeat-x #FFaaaa;
 border: solid 1px #000;
 text-align:center;
 padding:4px;
}

#alertbox {
 width:500px;
 display:block;
 border:3px solid #538f13;
 border-width:2px 1px;
 padding:20px;
 text-align:center;
}

#page_trail{
 clear:both;
 margin:10px;
 height:40px;
 display:block;
 text-align:left;
}
#page_trail p{
 margin:10px 0px 10px 0px;
}

/* search results box */
.result_box {
 clear:left;
 border:solid 1px #024e00;
 float:left !important;
 margin-bottom:8px;
 width:100%;
 background:url(/images/searchresults.gif) no-repeat top left;
}
.result_box_img{
 float:left !important;
 width:110px;
}
.result_box_img img{
/* in case image is more than 100px */
 border:0px;
 margin-bottom:2px;
}
.result_box_img_full{
 float:left !important;
 width:auto;
 padding:4px;
}
* html .result_box p{ /*IE stuff */
 height:1%;
}
.result_box p{
 margin-left:110px;
 padding:4px;
}
.result_box_full p{
 margin:auto 0px;
 padding:4px;
}
.result_box h4{
 font-size:14px;
 padding:1px 0px 2px 24px;
}
.result_box_full a{
 padding:10px 0px 10px 10px;
 text-decoration:underline;
}
.result_box a{
 text-decoration:underline;
}
/* the form for buying stuff shown on search results */
.result_box_form{
 clear:both;
 height:30px;
 background:url(/images/order_back.gif) repeat-x;
 text-align:right;
 color:#000;
}
/* quick order styles */
.quick_order_box {
 border:solid 2px #CCC;
 float:left !important;
 margin:2px;
 width:220px;
}
.quick_order_box_img{
 float:left !important;
 width:105px;
}
.quick_order_box h4{
 font-size:16px;
 padding:2px 0px 2px 24px;
}
.quick_order_box p{
 vertical-align:top;
 top:0px;
 margin-left:105px;
 padding:2px;
 width:105px;
}
.quick_order_form{
 float:left;
}
/* end quick order styles */
.helpimage{
 width:30px;
 height:30px;
 float:right;
 cursor:help;
}
.invoice_table{
 font-size:11px;
 width:250px;
 padding:2px;
 margin:0px;
}
.invoice_table td{
 border:solid 1px #000;
 width:125px;
}
.invoice_table th{
 background:#ccc;
 border:solid 1px #000;
 font-weight:bold;
}

/* Portal styles */
.portal_footer{
 clear:left;
 margin-top:550px;
 color:#000;
}
.portal_border{
 border:solid 2px #6f7c54;
 border-top:solid 4px #9ba683;
 background: url(/siteimages/gradient.gif) top left repeat-x;
}
.portal_area{
 border:solid 2px #9ba683;
 border-top:0px;
 margin-top:0px;
 background: url(/siteimages/portalback.gif) top left repeat-x;
}
.portal_area h3{
 padding-top:6px;
 padding-left:6px;
}
.portal_area h4{
 padding-left:6px;
 font-size:14px;
 font-weight:bold;
}
.active_button{
 border:solid #6f7c54 1px;
 border-right:solid #6f7c54 2px;
 background:#6f7c54 url(/siteimages/gradientbutton.gif) top left;
 color:#000;
 width:211px;
 height:25px;
 padding:0px;
}
.inactive_button{
 border:solid #aaa 1px;
 background:#ccc;
 width:185px;
 height:25px;
 padding:2px;
}
.inactive_button:hover{
 background:#c2cbaf;
 cursor:pointer;
}
.waiting {
 vertical-align:middle;
 text-align:center;
 margin-left:100px;
}

#page-loader-container{
 position:absolute;
 vertical-align:middle;
 text-align:center;
 top:0px;
 left:0px;
 width:100%;
 height:100%;
 opacity:0.5;filter:alpha(opacity=50);
 background:#aaa;
 z-index:500;
 display:none;
}
#page-loader {
 position:absolute;
 text-align:center;
 color:#000;
 background:#444 url(/siteimages/loader.gif) no-repeat center;
 width:300px;
 height:300px;
 left:50%;
 top:30%;
 border:solid 6px #000;
 /* Half the width and height */
 margin-left:-150px;
 margin-top:-150px;
 z-index:1000;
}



