body {
    font-family:Verdana, Arial, Tahoma, Sans-Serif, sans;
    font-size:12px;
    color:#000;
    margin:10px 0px 0px 0px;
    text-align:center;
    background-image: url(/img/Image/layout_elements/body_bkg2.jpg);
    background-repeat: repeat-x;
}

h1 {
    font-size:18px;
    margin:10px 10px 5px 10px;
    padding:0px;
    color:#000;
    font-weight:bold;
    text-align:left;
}

.h1_small {
    font-size:11px;
}

#h1title {
    font-size:16px;
    margin:15px;
}
.h1_header_text {
    color: #FFF;
    font-size:26px;
    font-weight:bold;
    font-style:italic;
    margin-top:15px;
    margin-left:70px;
}
.h2_header_text {
    color: #FFF;
    font-size:15px;
    font-weight:bold;
    font-style:normal;
    text-align:center;
    margin-bottom:0px;
}
.h3_header_text {
    color: #FFF;
    font-size:11px;
    font-weight:bold;
    font-style:normal;
    margin-top:2px;
}
a:hover.h3_header_text {
    color:#FFFF00;
}
h2 {
    font-size:15px;
    margin:5px 10px 5px 10px;
    padding:0px;
    color:#000;
    /*font-weight:normal;*/
}

h3 {
    font-size:13px;
    margin:5px 10px 5px 10px;
    padding:0px;
    color:#666;
    font-weight:bold;
}

h4 {
    font-size:12px;
    margin:2px 0px 0px 0px;
    padding:0px;
    color:#ff0000;
    font-weight:bold;
}

p {
    margin:10px 10px 5px 20px;
}
p.content {
    font-size:12px;
}

p.home {
    margin:10px 0px 5px 0px;
}

a {
    text-decoration:underline;
    color:#a12736;
}
a:hover {
    color:#000;
}
a.sortheader {
    text-decoration:none;
}

img {
    border: 0px;
}

li {
    margin-bottom: 6px;
}




/* ************************** */
/* ------
- "Flash" divs (status messages) -
------ */
.flash_message_ok {
    border:2px solid #6d6;
    background-color:#CCFFCC;
    text-align:center;
    font-size:13px;
    font-weight:bold;
    padding:5px;
    margin: 10px 10px;
    text-align:left;
}
.flash_message_error {
    border:2px solid #FF0000;
    background-color:#FCCECC;
    color:#000;
    /*background-color:#fff;*/
    text-align:center;
    font-size:13px;
    font-weight:bold;
    padding:5px;
    margin: 10px 10px;
    text-align:left;
}


/* ************************** */
/* ------
- FORMS -
------ */

form {
    width: 600px;
    text-align:left;
    margin-bottom:5px;
}

fieldset { 
    border:1px solid #CCC; 
    padding:5px;
    /*-moz-border-radius: 8px; border-radius: 8px;*/
    text-align:left;
}

legend {
    color: #a12736;
    padding:5px;
    font-weight:bold;
}

label {
    /*border: 1px, solid #000;*/
    display: block;
    /*float: left;*/
    width: 150px;
    padding:0px 10px 0px 0px;
	cursor:pointer;
}

.checkbox {
    float: left;
    display: block;
    margin: 0px 10px;
}

.checkbox_item {
    display: block;
    clear: both;
    margin: 0px 0px 0px 150px;
    /*border: 1px  solid #000;*/
}

.label_checkbox {
    display: block;
    float: right;
    padding:0px 10px 0px 0px;
    /*border:1px solid #000;*/
	color:#000;
}

div.required label {
    /*border: 1px, solid #000;*/
    display: block;
    float: left;
    width: 150px;
    padding:0px 10px 0px 0px;
}

div.optional label {
    /*border: 1px, solid #000;*/
    display: block;
    float: left;
    width: 150px;
    padding:0px 10px 0px 0px;
    color:#000;
}

input, textarea {
	padding:2px;
	border-width:1px;
	/*background: url(/img/bkg_input.jpg);
	background-repeat:no-repeat;
	background-position: top left;*/
}

input:focus, textarea:focus, .passwordPost label input:focus {
	background:#ffc;
}

input:hover, textarea:hover {
	background:#ffc;
	cursor:text;
}
 
select {

	background: url(/img/bkg_input5.gif);
	background-repeat:no-repeat;
	background-position: top left;
	background-color:#fff;
}

label:hover {
	cursor:pointer;
	color:#999;
}

.required {
    color:#FF0000;
}

.err { 
    font-weight: bold;
    color:#000;
}

.optional {
    color:#000000;
}

/* ************************** */

div.error {
    padding: 5px;
    background-color:#FCCECC;
    border: 2px solid #FF0000;
    margin: 5px 1px;
}

/*p.err { 
    font-weight: bold;
}*/

p.error {
    font-weight: bold;
    color: #FF0000;
    margin:15px;
}

.error_message_group {
    padding: 5px;
    font-weight: normal;
}

.error_message {
    color:#000;
    padding:5px;
    margin:10px;
    background-color:#FCCECC;
    border: 2px solid #FF0000;
}

div.admin_module_alert {
    background-color:#FCCECC;
    border: 1px dashed #FF0000;
}


#paginator {
    /*border: 1px solid #CCC;*/
    border: none;
    margin: 10px 0px;
    padding:2px;
    font-size:11px;
}
#paginator select {
    font-size:11px;
}
.paginationnum {
    margin:3px;
}

.tbl_module tr:hover {
	background:#ffc;
}

.div_popup {
    display:block; 
    visibility:hidden; 
    position:absolute; 
    z-index:500; 
    width:250px; 
    height:150px;    
    left:60%;
    border: 1px solid #000;
    background-color: #FFF;
    padding:10px;
    margin:10px;
}

.status_pending {
    color: #ff0000;
}
.status_processing {
    color: #ff9900;
}
.status_complete {
    color: #339966;
}

/* ENDUSER SPECIFIC CSS START */

div.testimonial {
    margin-bottom:30px;
    font-style:italic;
}
div.bg1 {
    background-color:#EAEAEA;
}
div.bg2 {
    background-color:#000;
}

.table_main {
    background-image:url(/img/Image/layout_elements/bkg.gif);
    background-repeat: repeat-y;
    border:1px solid #CCC;
}

.table_main_corvette {
    background-image:url(/img/Image/corvette_solutions/bkg.gif);
    background-repeat: repeat-y;
    border:1px solid #CCC;
}



.tbl_results {
    border: 1px solid #CCC;
    padding:0px;
    margin:0px 10px;
    width:100%;
}
h1.tbl_results_subhead {
    margin:0px;
    padding:0px;
    text-align:center;
    color:#fff;
    font-weight:bold;
}
.tbl_row_results_subhead {
    background-color:#0152E9;
}

blockquote {
    border-left: 2px solid #CCC;
    padding-left:10px;
}

div.div_img_with_caption {
    border: 1px solid #CCC;
    padding:0px;
    margin:5px;
    font-size:11px;
    text-align:center;
    font-style: italic;
    color:#666;
}
div.div_img_with_caption p {
    margin:0px;
    padding:3px;
    font-size:11px;
    text-align:center;
    font-style: italic;
    color:#666;
}
.caption {
    margin:0px;
    padding:3px;
    font-size:11px;
    text-align:center;
    font-style: italic;
    color:#666;
}

a.homepage_insects {
    text-decoration:none;
    font-weight:bold;
    color: #000;
}
div.homepage_insect {
    position:relative;
    z-index:10;
    font-size:11px;
}
div.homepage_popup {
    position:absolute;
    z-index:5500;
    width:350px;
    font-size:11px;
    text-align:left;
    padding:2px;
    border:1px solid #000;
    background-color:#F1F3C3;
}

.homepage_popup h3 {
    border-bottom: 1px solid #000;
    padding-bottom:5px;
}

#page {
    margin-bottom:35px;
}

#home_protection_plan ul {
    margin-left:10px;
    padding-left:5px;
}

#column_left_nav {
    color: #fff;
    font-weight:bold;
    /*letter-spacing:-0.05em;*/
    font-size:11px;
}
#column_left_nav a{
    color: #fff;
}
#column_left_nav a:hover{
    color: #CCC;
}
.column_left_nav_item {
    margin:5px 5px 2px 5px;
}
.column_left_nav_subitem {
    margin:5px 0px 2px 15px;
}
.column_left_nav_manufacturer_subitem {
    margin:3px 0px 0px 15px;
}
#column_left_nav_small {
    font-size:10px;
}
#column_left_nav_small .column_left_nav_subitem{
    margin-top:2px;
}
#column_left_nav ul, #column_left_nav li {
    margin:0;
    padding:0;
}
#column_left_nav ul {
    padding:5px 0px 5px 20px;
}
#column_left_nav li {
    margin:0px 5px 0px 0px;
    padding-top:6px;
}

.bg_green {
    background-color:#CCFFCC;
}

#tbl_environment {
    border:1px solid #a12736;
}

#tbl_environment td{
    border:1px solid #a12736;
    padding:5px;
}

#tbl_photo_gallery {
    border:2px solid #a12736;
}


/* news page results table */
.tbl_news {
    width:100%;
    text-align:left;
}
.tbl_news td {
    text-align:left;
}
p.tbl_news_date {
    font-size:10px; 
    color:#666;
    font-style:italic;
    /*margin-top:0px;
    margin-bottom:0px;*/
    margin:0px 0px 0px 15px;
    padding-top:0px;
    padding-bottom:0px;
}
div.tbl_news_body {
    padding:5px 10px;
}
/* news page results table */




#footer_nav {
    margin-top:10px;
    font-size:10px;
    color:#666;
}
#footer_nav a {
    color:#666;
}



#header_overlay {
    position: relative;
    z-index:19000;
    width:245px;
    height:85px;
    top:-80px;
    left:525px;
    margin-bottom:-85px;
    color:#FFF;
}
#header_overlay a {
    color:#FFF;
    text-decoration:none;
}
#header_overlay a:hover {
    color:#f4d50b;
    text-decoration:underline;
}


#header_menulist {
    position: relative;
    z-index:20000;
    top: 0px;
    margin:0px;
    padding:0px;
    background-color:#959389;
    background-image:url(/img/Image/layout_elements/navigation_header_bkg2.jpg);
    background-repeat:repeat-x;
    background-position:bottom left;
    width:770px;
    height:30px;
    border-top:1px solid #edd00e;
}
.menulist li {
    background-image:url(/img/Image/layout_elements/navigation_header_bkg2.jpg);
    background-repeat:repeat-x;
    background-position:bottom left;
    padding-top:7px;
    padding-bottom:8px;
    /*border-left:1px solid #fff;*/
    margin-bottom:-25px;
}
.menusublist {
    /*background: #b1bdc9;*/
    background: #9a2734;
    border: 1px solid #ccc;
}
.menusublist li {
    padding:0;
    background-image:none;
    text-align:left;
}
.menusublist a {
    color:#000;
}
.menusublist li a {
    padding:3px 5px 3px 5px;
    background-image:none;
    text-align:left;
    color:#FFF;
}


.news_box_title {
    color: #FFF;
    background-color:#D33146;
}

.news_box_title a {
    color: #FFF;
}

.newstitle {
    margin:5px;
    font-weight:bold;
}
.newstitle a {
    color:#000;
}
.newsdate {
    margin:0px 0px 0px 5px;
    font-size:11px;
}
.newssummary {
    margin:5px;
}


.box_title {
    background-color:#D33146;
    color:#FFF;
    font-weight:bold;
    padding:5px;
}
p.mission_statement {
    font-size:14px;
    color:#666;
    font-weight:bold;
}

/* Product Details Pages Specific Start */
#product_details_inner {
    /*border: 1px solid #CCC;*/
}
#product_details_inner td {
    /*border: 1px solid #EAEAEA;*/
}
#product_details_photos {
    /*border: 1px solid #EAEAEA;*/
}
#product_details_photos td {
    /*border: 1px solid #EAEAEA;*/
}

#product_details_inner_right, #product_details_inner_right td {
    border: none;
}
#product_details_inner_bottom, #product_details_inner_bottom td {
    border: none;
}

/* Product Details Pages Specific EOF */

.tbl_products_at_a_glance {
    margin-left:10px;
}


#product_details {
    margin-top:15px;
    margin-left:10px;
}

#product_details_inner {
    text-align:left;
}

#product_details_inner_right {
    margin-left:0px;
}   

#product_details_product_name {
    background-color:#EAEAEA;
}

#product_details_description {
    margin:10px;
}
#product_details_description p {
    margin:10px;
}
#product_details_contact {
    margin:20px;
}


#product_details_attachments {
    background-color:#EAEAEA;
    padding:5px;
    margin-top:25px;
}
#product_details_attachments p, #product_details_attachments h3 {
    margin:0px;
    padding:0px;
}
#product_details_attachments p {
    margin-left:5px;
    margin-top:10px;
    font-weight:bold;
}
#product_details_attachments h3 {
    margin-bottom:5px;
    font-style:italic;
    border-bottom:1px solid #FFF;
    background-color:#FFF;
}
#product_details_attachments ul, #product_details_attachments li {
    margin-top:0px;
    margin-bottom:0px;
}
#product_details_attachments li {
    margin-top:2px;
}

#products_summary {
    margin-top:15px;
}
.product_summary {
    margin-left:20px;
    margin-top:10x;
}
.product_summary_inner {
    margin-left:10px;
    margin-top:25px;
}
.product_summary_product_name {
    /*background-color:#EAEAEA;*/
}

.product_summary_product_name h1 {
    font-size:14px;
}
.product_summary_summary p {
    margin:10px 0px;
}

#subcategories_table {
    border:1px solid #EAEAEA;
    margin-bottom:20px;
}
.subcategories_table_title {
    background-color:#EAEAEA;
    text-align:left;
}

#newsbox_container {
    border-top: 1px solid rgb(204, 204, 204); 
    margin: 5px; 
    float: right; 
    width: 225px; 
    height: 390px; 
    background-image: url(/img/newsbox_background3.gif); 
    background-repeat: no-repeat;
}
#newsblockitems {
    margin-left:5px;
}

#header_float_text {
    width:750px;
    height: 20px;
    font-size:13px;
    font-weight:bold;
    position:relative;
    z-index:100;
    top:-22px;
    margin-bottom:-22px;
    color:#FFF;
    padding-left:10px;
}
#header_float_text a {
    color:#FFF;
    text-decoration:none;
}
#header_float_text a:hover {
    color:#CCC;
    text-decoration:underline;
}

hr {
    border: 1px solid #9BD1F5;
}

.product_photo {
    border: 2px solid #0093F3;
}

.td_bg {
    background-color:#EAEAEA;
    padding:3px 0px;
}

.table_products_summary_manufacturers_filter {
    margin-bottom:25px;
}

#column_left_nav_item_link_hot_tips a {
    display: block; 
    text-align: center; 
    background-color: #9bd1f5; 
    color: #a10218; 
    font-size: 15px; 
    border: 1px dashed #FFF; 
    padding: 15px 5px;
}
#column_left_nav_item_link_hot_tips a:hover {
    color: #000;
    background-color: #0093f3;
}

