* {
color:#FFFFFF;
font-size:1em;
}

a {
color: #F7C200;
text-decoration: none;
}

.module_menu a {
color:#FFFFFF;
text-decoration:none;
}

a:hover {
color:#8AC72E;
text-decoration: none;
}

h1, h2 {
color:#FFFA9C;
}

.left_nav_link {
text-decoration: none;
color: #FFFFFF;
}

.contentheading {
font-weight:bold;
margin-bottom:5px;
}

h1 {
		margin:0px;
	font-style:italic;
font-size:1.2em;
}

img {
border: none;
}

p {
margin-top: 10px;
padding-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: 0px solid #043E54;
padding: 10px;
}

legend {
font-weight: normal;
color: #fff;
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;
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: 1.1em;
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: 1.1em;
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;
}

