

a {
color: #000000;
text-decoration: underline;
}

a:hover {
color: #808080;
text-decoration: none;
}

.left_nav_link {
text-decoration: none;
color: #000000;

}

a.site_email {
color: #ffffff;
text-decoration: none;
}

a.site_email:hover {
color: #ffffff;
text-decoration: underline;
}

img {
border: none;
}

p {
margin-top: 10px;
margin-bottom: 10px;
}

p.single {
margin-top: 5px;
margin-bottom: 5px;
}

hr {
height: 1px;
}

hr.light {
height: 1px;
color: #e3e3e3;
background-color: #e3e3e3;
background: #e3e3e3;
}

.strong_copy {
font-weight: bold;
}

.contact_asterix {
color: red;
}

.search_category_title {
width: 400px;
height: 18px;
background: #808080;
color: #ffffff;
font-weight: bold;
padding-left: 2px;
}

ul {
padding-left: 20px;
margin-left: 20px;
}


/*FORM STYLES*/

fieldset {
border: 1px solid #043E54;
padding: 10px;
}

legend {
font-weight: normal;
color: #000000;
margin-bottom: 10px;
padding: 0px 5px;
}

label.ex_small {
float: left;
clear: left;
width: 43px;
text-align: right;
padding-right: 4px;
}

label.small {
float: left;
clear: left;
width: 90px;
text-align: right;
padding-right: 4px;
}

label.large {
float: left;
clear: left;
width: 120px;
text-align: right;
padding-right: 4px;
font-weight: bold;
}

label.large_norm {
float: left;
clear: left;
width: 120px;
text-align: right;
padding-right: 4px;
}

hr.form {
clear: both;
margin-top: 3px;
margin-bottom: 3px;
}


/*INPUT*/

input {
font-family: arial;
font-size: 11px;
padding: 1px;
padding-left: 2px;
}

input.no_float {
float: none;
}

input.qty {
border: 1px solid #808080;
width: 25px;
text-align: right;
padding-right: 2px;
background: #ffffff!important;
}

input.ex_small {
float: left;
border: 1px solid #808080;
width: 50px;
background: #ffffff!important;
}

input.small {
float: left;
border: 1px solid #808080;
width: 100px;
background: #ffffff!important;
}

input.medium {
float: left;
border: 1px solid #808080;
width: 150px;
background: #ffffff!important;
}

input.large {
float: left;
border: 1px solid #808080;
float: left;
width: 200px;
background: #ffffff!important;
}

input.chkbox {
float: left;
border: 0px solid #ffffff;
cursor: pointer;
}

/*TEXTAREA*/

textarea {
float: left;
border: 1px solid #808080;
font-family: arial;
font-size: 11px;
padding: 2px;
}

textarea.thin {
width: 230px;
height: 100px;
}

textarea.small {
width: 300px;
height: 40px;
}

textarea.medium {
width: 300px;
height: 70px;
}

textarea.large {
width: 300px;
height: 100px;
}


/*SELECT*/

select {
float: left;
font-family: arial;
font-size: 11px;
background: #ffffff!important;
}

select.no_float {
float: none;
}


/*SUBMIT*/

.submitBut {
border-style: outset;
border-top-color: #ffffff;
border-left-color: #ffffff;
border-right-color: #808080;
border-bottom-color: #808080;
border-width: 2px;
background: #e3e3e3!important;
font: menu;
padding: 1px;
cursor: pointer;
}

