body
{
  background-color:#c0c0c0;
}

a
{
    outline:0;
  
}

input
{
    outline:0;
}


table
{
  border-collapse: collapse;
  border:0px solid white;
  border-style:none;
  cell-padding:0px;
  vertical-align:top;
}

td
{
  border-collapse: collapse;
  border:0px solid white;
  border-style:none;
  cell-padding:0px;
  vertical-align:top;
}

div
{
  border-collapse: collapse;
  border:0px solid white;
  border-style:none;
  cell-padding:0px;
}

textarea
{
  font-family:calibri;
  font-size:14px;
}

input
{
  font-family:calibri;
  font-size:14px;
}

select
{
  font-family:calibri;
  font-size:14px;
}

p
{
  margin:0px;
  margin-bottom:15px;
}

a:link
{
  text-decoration:none;
  color:#666666;
}

a:visited
{
  color:#666666;
}

a:active
{
  text-decoration:none;
  color:#666666;
}

a:hover
{
  text-decoration:underline;
  color:#789820;
}



a.content_link:link
{
  text-decoration:none;
  color:#789820;
}

a.content_link:visited
{
  text-decoration:none;
  color:#789820;
}

a.content_link:active
{
  text-decoration:none;
  color:#789820;
}

a.content_link:hover
{
  text-decoration:underline;
  color:#789820;
}


img
{
    border-width:0px;
}

.horizonal_rule
{
  width:100%;
  background-color:white;
  height:1px;
  padding-top:20px;
  padding-bottom:20px;
  border-top:1px dotted #999999;
}

.bold
{
  font-weight:bold;
}

.italic
{
  font-style:italic;
}

.pointer
{  
  cursor:pointer;
}

.error
{
  color:red;
}



/*===================================*/
/* MASTER PAGE                       */
/*===================================*/
.wrapper
{
  text-align:center;
}

.site
{
  width:1336px;
  font-family: "calibri";
  text-align:left;
  margin-left: auto;
  margin-right: auto;
  background-color:#FFFFFF;
  position:relative;
}

.inner_content
{
    width:990px;
    margin-left:173px;
    position:relative;
}

.inner-content-background
{
  background-image:url('background-bottom.png'); 
  background-repeat:no-repeat;
  position:absolute;
  bottom:0px;
  width:1336px;
  height:325px;
}

.footer
{
  width:1336px;
  text-align:left;
  font-family: "calibri";
  margin-left: auto;
  margin-right: auto;
  color:#333333;
  font-size:13px;
  font-weight:bold;
  padding-top:10px;
  padding-bottom:20px;
  height:135px;
  position:relative;
  background-color:#ffffff;
  background-image:url('background-footer.png'); 
  background-repeat:no-repeat;
}

.site-background-top
{
  width:1336px;
  height:250px;
  position:absolute;
  top:125px;
  background-image:url('background-top.png'); 
  background-repeat:no-repeat;
}

.footer_copyright
{
    width:480px; 
  position:absolute;
  left:173px;
  top:30px;
  font-weight:normal;
}

.footer_links
{
    float:left;
    width:470px;
    text-align:right;
  position:absolute;
  right:173px;
  top:30px;
}

.footer_divider
{
  padding-left:4px;
  padding-right:4px;
}

.footer_bar
{
  height:40px;
  width:100%;
  background-color:#5a5b5d;
  position:absolute;
  bottom:0px;
}

.main_menu_position
{
  position:absolute; 
  right:163px; 
  bottom:8px; 
  z-index:99999;
}

a.footer_link:link {text-decoration:none; color:#5a5b5d; font-weight:normal;} 
a.footer_link:visited {text-decoration:none; color:#5a5b5d;font-weight:normal;} 
a.footer_link:active {text-decoration:none; color:#5a5b5d;font-weight:normal; } 
a.footer_link:hover {text-decoration:underline; color:#5a5b5d; font-weight:normal; } 

a.traditional_link:link {text-decoration:underline; color:#789820; font-weight:normal;}
a.traditional_link:visited {text-decoration:none; color:#789820;font-weight:normal;}
a.traditional_link:active {text-decoration:none; color:#789820;font-weight:normal; }
a.traditional_link:hover {text-decoration:none; color:#789820; font-weight:normal; } 

a.button_link:link {text-decoration:none; color:#ffffff; font-weight:normal; padding:5px; background-color:#356774; font-family:Geogrotesque;}
a.button_link:visited {text-decoration:none; color:#ffffff;font-weight:normal; padding:5px; background-color:#356774; font-family:Geogrotesque;}
a.button_link:active {text-decoration:none; color:#ffffff;font-weight:normal; padding:5px; background-color:#356774; font-family:Geogrotesque;}
a.button_link:hover {text-decoration:none; color:#ffffff; font-weight:normal; padding:5px; background-color:#40707d; font-family:Geogrotesque;}


/*===================================*/
/* FILE NOT FOUND SECTION            */
/*===================================*/
.file_not_found
{
  font-family:"calibri";
  font-size:16px;
  font-weight: normal;
  color:#333333;
  
  padding-top:20px;
  width:940px;
}

/*===================================*/
/* LANDING PAGE                      */
/*===================================*/
.landing_page_div_indicator_wrapper
{
  width:960px; 
  height:60px; 
  position:relative; 
  margin-top:120px;
}

.landing_page_div_text
{
  width:930px; 
  color:#789820; 
  font-size:14px; 
  font-family:calibri; 
  text-align:center;
  font-weight:normal;
}

.landing_page_div_image_process_indicator
{
  position:absolute; 
  top:20px; 
  left:450px; 
  width:40px; 
  height:40px; 
  background-image:url('process_indicator_789820.gif'); 
  background-repeat:no-repeat;
}

.landing_page_div_seconds_remaining
{
  width:930px; 
  color:#789820; 
  font-size:13px; 
  font-family:calibri; 
  text-align:center;
  font-weight:bold; 
  position:absolute; 
  top:27px; 
  left:0px; 
}

.landing_page_div_redirection_message
{
  width:930px; 
  color:#789820; 
  font-size:13px; 
  font-family:calibri; 
  text-align:center;
  font-weight:bold; 
  position:absolute; 
  top:55px; 
  left:0px; 
}

/*===================================*/
/* BANNER SECTION                    */
/*===================================*/
.header_section
{
  width:1336px;
  height:128px;
  position:relative;
  background-color: #373837;
}

.banner_logo
{
  width:194px;
  height:74px;
  left:171px;
  bottom:27px;
  background-image:url('siteone-logo.png');
  position:absolute;
  cursor:pointer;
}

.dev_banner_logo
{
  width:194px;
  height:74px;
  left:171px;
  bottom:27px;
  background-image:url('siteone-logo-dev.png');
  position:absolute;
  cursor:pointer;
}

.header_navigation
{
  position:absolute;
  font-family: "Calibri";
  font-size:16px;
  bottom:38px;
  right:21px;
}

a.header_navigation_link
{
  padding-right:10px;
}

a.header_navigation_link:link, a.header_navigation_link:visited, a.header_navigation_link:active 
{
  
  color: #737373;
} 

a.header_navigation_link:hover
{
  text-decoration: none;
  color: #000000;
} 

.banner_search_textfield_container /* image for the background of the search control text field */
{
  position:absolute; 
  right:200px; 
  top:10px; 
  width:210px; 
  height:29px;
  background-image:url(search_textfield.png);
  background-repeat:no-repeat;
}

.banner_search_textfield /* the actual textfield itself for the search control */
{
  border-width:0px; 
  background-color:white; 
  position:absolute; 
  top:4px; 
  left:6px; 
  width:90px;
}

.banner_search_textfield_default
{
  font-style:italic;
  color:#999999;
}

.banner_search_button /* search button - icon/button position only*/
{
  cursor:pointer; 
  position:absolute; 
  right:173px; 
  top:10px;
  background-image:url(search_button.png);
  width:29px;
  height:29px;
}

.banner_search_form
{
  height:1px;
}

.banner_login /* banner sub menu text/links */
{
  position:absolute; 
  right:420px;
  top:12px; 
  z-index:999999; 
  width:760px; 
  text-align:right;
  border:0px solid white;
}


.banner_environment /* dev only - logo overlay for dev environments */
{
  position:absolute;
  top:80px;
  left:220px;
  color:#789820;
  z-index:999;
  font-size:20px;
  font-weight:normal;
}

a.header_login_link
{
    padding-right:0px;
    color:#FFFFFF;
    font-family:Geogrotesque;
    font-size:13px;
    font-style:normal;
}

.header_login_text
{
    padding-right:0px;
    color:#FFFFFF;
    font-family:Geogrotesque;
    font-size:13px;
    font-style:normal;
}

.header_login_link_divider
{
    padding-right:6px;
    padding-left:6px;
    color:#FFFFFF;
    font-family:Geogrotesque;
    font-size:13px;
    font-style:normal;
}

.header_login_link_canadian_icon
{
  margin-top:4px; 
  width:16px; 
  height:16px; 
  background-image:url(canada_icon_16x16.png);
}

.autocomplete_input
{
  background-color:#F1f1f1;
  border:0px solid #FFFFFF;
  font-family:calibri;
  font-size:13px;
}

.autocomplete_font_valid
{
  color:#789820;
}

.autocomplete_font_invalid
{
  color:#FF0000;
}

.autocomplete_font_selected
{
  color:#666666;
}



/*===================================*/
/* MISC - HEIGHT FIX                 */
/*===================================*/
#box
{
  min-height:568px;
  height: 568px;
}
   
html > body #box 
{
    height: auto;
}




/*===================================*/
/* MISC                */
/*===================================*/
.legal_section
{
  width:990px;
  height:50px;
  background-color:white;
}

.footer_section
{
  padding-left:20px;
  padding-top:10px;
  padding-bottom:10px;
  width:990px;
  height:30px;
  background-color:white;
}



/*===================================*/
/* GENERAL                           */
/*===================================*/
.light_border
{
  border:1px solid #CDCDCD;
}

.sub_heading
{
  font-family:"calibri";
  font-size:16px;
  font-weight: normal;
  color:#737373;
}

.top
{
  vertical-align:top;
}

.bottom
{
  vertical-align:bottom;
}

img.floatLeft { 
    float: left; 
    margin-right: 20px; 
    margin-bottom: 8px; 
}

img.floatRight { 
    float: right; 
    margin-left: 20px;
    margin-bottom: 8px; 
}

.title_breadcrumb_table
{
  width:100%;
}

.title
{
  font-family:MetronicSlabPro;
  font-size:30px;
  font-weight:bold;
  width:402px;
  color:#5a5b5d;
  text-transform: uppercase; 
}

.breadcrumb
{
  padding-left:20px;
  padding-top:6px;
  text-align:right;
  font-family:geogrotesque;
  font-size:12px;
  color:#999999;
}

a.breadcrumb_link:link
{
  text-decoration:none;
  color:#999999;
}

a.breadcrumb_link:visited
{
  
  color:#999999;
}

a.breadcrumb_link:active
{
  text-decoration:none;
  color:#367C2B;
}

a.breadcrumb_link:hover
{
  text-decoration:underline;
  color:#666666;
}

.breadcrumb_current_link
{
  color:#789820;
}

.deere_button
{
  font-size:11px; padding:2px; 
}



.side_panel
{
  width:200px;
  border: 1px solid #CCCCCC;
  background-color:#f5f5f5;
}

.side_panel_heading
{
  font-size: 15px;
  padding:8px;
  border-bottom:1px dotted #BABABA;
  color:#ffffff;
  background-color:#356774;
  font-family:geogrotesque;
}

.side_panel_item
{
  padding-left:8px;
  padding-right:8px;
  padding-top:10px;
  font-size: 13px;
}

.side_panel_date
{
  font-size: 12px;
  padding-bottom:8px;
  border-bottom:1px dotted #BABABA;
}

a.side_panel_link:link
{
  text-decoration:none;
  color:#333333;
}

a.side_panel_link:visited
{
 
  color:#333333;
}

a.side_panel_link:active
{
  text-decoration:none;
  color:#333333;
}

a.side_panel_link:hover
{
  text-decoration:underline;
  color:#789820;
}

.content_background
{
	background-color:#ffffff;
}


/*===================================*/
/* TEMPLATES (GENERAL)               */
/*===================================*/
.title_template
{
  padding-left:15px;
}

.type_content_override
{
	margin:0px;
}

.hero_content_section
{
	margin-top:30px;
}



/*===================================*/
/* TEMPLATE C-TYPE                   */
/*===================================*/
.c_type_template_container
{
  margin-top:15px; 
  background-color:#ffffff;
}

.c_type_pane_left
{
  width:200px; 
  height:525px; 
  border-right:1px solid #CDCDCD;
}

.c_type_content
{
  width:740px; 
  margin:20px;
  margin-bottom:0px;
}


/*===================================*/
/* TEMPLATE O-TYPE                   */
/*===================================*/
.o_type_template_container
{
  margin-top:15px; 
  background-color:#ffffff;
}

.o_type_pane_left
{
  width:200px;
  border-right:1px solid #CDCDCD;
}

.o_type_table
{
  width:780px;
  margin-top:20px;
}

.o_type_pane_right
{
  width:200px;
  margin-left:20px;
  margin-bottom:20px;
}

.o_type_content
{
  width:495px; 
  height:400px;
  margin-left:20px;
  margin-right:20px;
  height:100%;
}

.o_type_divider
{
  border-right:1px solid #CDCDCD;
}


/*===================================*/
/* TEMPLATE E-TYPE                   */
/*===================================*/
.e_type_template_container
{
  margin-top:15px; 
  background-color:#ffffff;
}

.e_type_pane_left
{
  width:200px;
  border-right:1px solid #CDCDCD;
}

.e_type_table
{
  width:780px;
  margin-top:20px;
}

.e_type_pane_top
{
  width:750px; 
  height:250px;
  margin-bottom:10px;
}

.e_type_content
{
  width:750px; 
  height:250px;
  margin-top:10px;
  height:100%;
}

.e_type_divider
{
  border-top:1px solid #CDCDCD;
  height:1px;
  width:750px; 
}

.content_text
{
  text-align:left;
  font-family:calibri;
  color:#5a5b5d;
  font-size:14px;
}

.content_text img
{
  float:left;
  margin-right:15px;
  margin-bottom:8px;
}



.t_type_content
{
  width:950px; 
  height:250px;
  margin-top:10px;
  margin-left:20px;
  margin-right:20px;
  height:100%;
}

.water_rebates_label_cell
{
  width:100px;
}

.water_rebates_dropdown
{
  width:150px;
}

.water_rebates_rebate_section_title
{
  margin-top:10px;
  margin-bottom:10px;
  font-weight:bold;
}

.water_rebates_rebate
{
  background-color:#F5F5F5;
  border:1px dotted #CCCCCC;
  width:978px;
  margin-bottom:10px;
  padding:5px;
  padding-left:10px;
  font-size:14px;
}




/*===================================*/
/* LINKS SECTION                             */
/*===================================*/
.link_section
{
  margin-bottom:20px;
  font-family:Calibri;
  
}

.link_section_heading
{
  padding:5px;
  font-weight:bold;
  background-color:#356774;
  color:#ffffff;
}


.link_section_item
{
  background-color: #f1f1f1;
  margin-bottom:3px;
  font-family:Calibri;
  position:relative;
}

.link_section_item_text
{
  padding:5px;
  padding-left:5px;
}

.link_section_icon
{
  position:absolute;
  left:5px;
  top:9px;
}




/*===================================*/
/* ICONS                             */
/*===================================*/
.icon-triangle-right
{
  width:8px;
  height:8px;
  background-image:url(right-arrow.png);
  background-repeat:no-repeat;
  background-position: 0px 0px;
  overflow:hidden;
}




/*===================================*/
/* HOME PAGE                         */
/*===================================*/
.home_info_section
{
  border-collapse:collapse;
  margin-top:20px;
  width:990px;
  height:220px;
  margin-bottom:0px;
}

.info_box_container
{
  border-collapse:collapse;
  width:215px;
}

.info_box_divider
{
  border-collapse:collapse;
  width:0px;
  height:100%;
  margin-left:13px;
  margin-right:13px;
  background-color:#CCCCCC;
}



.info_box_title 
{
  border-collapse:collapse;
  width:215px;
  font-weight:normal;
  font-family:geogrotesque;
  font-size:18px;
  color:#356774 ;
}

.info_box_image
{
  border-collapse:collapse;
  width:215px;
  height:90px;
  margin-top:10px;
  cursor:pointer;
}

.info_box_content_heading 
{
  color:#5a5b5d;
  font-weight:bold;
  font-family:geogrotesquesemibold;
  font-size:16px;
  height:20px;
  margin-top:12px;
  margin-bottom:10px;
  overflow:hidden;
  width:215px;
  cursor:pointer;
}

.info_box_content
{
  border-collapse:collapse;
  width:215px;
	padding-bottom:12px;
  color:#666666;
  font-size:12px;
}

.info_box_content_link
{
  border-collapse:collapse;
  width:215px;
  height:20px;
  font-size:12px;
}

.info_box_content_news
{
  border-collapse:collapse;
  margin:10px;
  margin-top:10px;
  margin-left:0px;
  margin-bottom:5px;
  font-family:geogrotesque;
  color:#5a5b5d;
  height:42px;
  font-size:12px;
  overflow:hidden;
  padding:10px; 
  width:235px;
  background-color:#f3f3f3;
}

.info_box_title_newsroom /*newroom heading on homepage */
{
  border-collapse:collapse;
  width:215px;
  font-weight:normal;
  font-family:geogrotesque;
  font-size:18px;
  color:#356774;
}

.info_box_container_newsroom 
{
  border-collapse:collapse;
  width:215px;
}


a.info_box_link
{
  font-size:12px;
  color:#789820;
  font-family:geogrotesquesemibold;
}

.info_box_link_div
{
  font-size:12px;
  cursor:pointer;
  color:#789820;
  font-family:geogrotesquesemibold;
}

.info_box_link_div_over
{
  text-decoration:underline;
  color:#789820;
}





/*===================================*/
/* NEWS/EVENTS PAGE                         */
/*===================================*/
.events_date
{
  font-family:geogrotesque;
  color:#666666;
  font-size:12px;
  margin-left:0px;
  margin-right:20px;
  padding-top:5px;
  padding-bottom:5px;
  margin-top:5px;
  border-bottom: 0px solid #cccccc;
}




/*===================================*/
/* LOCATIONS PAGE                    */
/*===================================*/
.location_message
{
  width:100%;
  height:20px;
  font-size:16px;
  margin-left:0px;
  margin-top:10px;
  margin-bottom:10px;
  font-family:Geogrotesque;
}

.location_search_container
{
  width:300px;
  height:535px;
  left:0px;
  position:relative;
}

.location_search_control
{
  width:300px;
  height:35px;
  background-color:#e2e2e2;
  border-bottom:1px solid #CCCCCC;

}



.location_search_control_table
{
    position:absolute;
    left:20px;
    top:5px;
}

.location_search_control_label
{
  font-family:Geogrotesque;
    vertical-align:middle;
    padding-right:6px;
}

.location_search_control_text
{
  font-family:Geogrotesque;
    vertical-align:middle;
    padding-right:6px;
}

.location_search_control_button
{
   padding-top:1px;
   vertical-align:middle;
}



.location_search_items
{
    width:300px;
    height:498px;
    position:absolute;
    overflow:auto;
	font-family:Geogrotesque;
	background-color:#ffffff;
	border-left:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}

.location_search_item
{
   padding-left:20px;
   padding-top:10px;
}

.map_container
{
  position:absolute;
  left:303px;
  top:0px;
  width:687px;
  height:535px;
}

.locations_container
{
  position:relative; 
  width:990px; 
  height:535px;
  border-top:1px solid #CCCCCC;
}

.location_default_item_message
{
  font-family:Geogrotesque;
  font-style:italic;
  font-size:14px;
  color:#CCCCCC;
  margin-left:20px;
  margin-top:10px;
}

.location_search_item_heading
{
  font-weight:bold;
}

.location_search_item_warning
{
  font-style:italic;
  font-size:11px;
}

.location_map_point
{
  font-size:12px;
  height:150px;
  font-family:geogrotesque;
}

.location_map_point_title
{
  font-weight:bold;
}

.location_search_item_link
{
  font-size:12px;
}



/*===================================*/
/* SEARCH RESULTS PAGE               */
/*===================================*/
.search_results_section_title
{
  margin-top:20px;
  margin-left:0px;
  color: #356774 ;
  font-size: 18px;
  font-family:geogrotesque;
  
}

.search_results_message
{
  margin-top:10px;
  font-family:geogrotesque;
}

.search_results_item
{
  background-color:#F5F5F5;
  border:1px dotted #CCCCCC;
  width:988px;
  margin-bottom:5px;
}

.search_results_title
{
  margin-top:10px;
  margin-left:10px;
  font-weight:bold;
  font-size:16px;
  text-decoration: underline;
  
  font-family:geogrotesque;
}

.search_results_summary
{
  margin-left:10px;
  margin-right:10px;
  margin-top:3px;
  margin-bottom:3px;
}

.search_results_url
{
  margin-left:10px;
  margin-bottom:10px;
  font-size:12px;
}

.search_results_term
{
  background-color:#789820;
}



/*===================================*/
/* MSDS PAGE                         */
/*===================================*/
.msds_container
{
	margin-top:10px; 
	width:990px;  
	border:1px solid #cccccc;
	background-color:#ffffff;
}

.msds_search_bar
{
  height:40px;
  background-color:#e2e2e2;
  width:100%;
  border-collapse:collapse;
  border-bottom:1px solid #CCCCCC;
  border-top:1px solid #CCCCCC;
}

.msds_search_control
{
  margin-top:6px;
  margin-left:18px;
}

.msds_button
{
  margin-top:1px;
  width:60px;
}

.msds_items_container
{
	width:300px; 
	height:450px; 
	overflow:auto; 
	border-right:1px solid #CCCCCC; 
	position:relative;
}

.msds_content_container
{
	width:685px;
	height:449px;
}


.msds_item_cell
{
    
}

.msds_item_link
{
    border-bottom:1px dotted #CCCCCC;
}

.msds_item_heading /* serach section results ITEM# */
{
    margin-top:4px;
    margin-left:10px;
    margin-right:10px;
    font-size:12px;
	font-family:geogrotesque;
}

.msds_item_description
{
    margin-left:10px;
    margin-right:10px;
    font-size:12px;
    margin-bottom:4px;
	font-family:geogrotesque;
}

.msds_item_over
{
    background-color:#f3f3f3;
}

.msds_item_selected
{
    background-color:#f3f3f3;
}

.msds_item_message
{
    font-size:14px;
    color:#999999;
    font-style:italic;
    padding:10px;
    padding-left:45px;	
	font-family:geogrotesque;
}

.msds_loading_indicator
{
  width:50px;
  height:50px;
  position:absolute;
  top:190px;
  left:120px;
}

.msds_loading_indicator_image
{
  background-image:url(progress_indicator.gif);
  background-repeat:no-repeat;
  width:32px;
  height:32px;
  position:absolute;
  top:0px;
  left:9px;
}

.msds_loading_indicator_text
{

  width:50px;
  height:50px;
  position:absolute;
  top:35px;
  left:5px;
  color:#789820;
  font-size:12px;
  font-family:geogrotesque;
}

.msds_message
{
  padding:20px;
  color:#666666;
  font-size:12px;
  font-family:geogrotesque;
}


/*===================================*/
/* MSDS PRODUCT LOOKUP PAGE/IFRAME   */
/*===================================*/
.msds_product_lookup_body
{
  background-color:white;
  width:685px;
  height:450px;
  position:absolute;
  top:0px;
  left:0px;
  font-family: "calibri";
  overflow:auto;
}

.msds_product_lookup_product_section_title
{
  margin-left:20px;
  margin-top:35px;
  font-weight:bold;
  font-size:13px;
}

.msds_product_lookup_product_table
{
  margin-left:20px;
  margin-top:10px;
  font-weight:normal;
  font-size:13px;
}

.msds_product_lookup_product_info_header
{
  padding:5px;
  width:100px;
  background-color:#FFFFFF;
  border-top:1px dotted #CCCCCC;
  border-bottom:1px dotted #CCCCCC;
}

.msds_product_lookup_product_info_detail
{
  padding:5px;
  width:525px;
  background-color:#FFFFFF;
  border-top:1px dotted #CCCCCC;
  border-bottom:1px dotted #CCCCCC;
}

.msds_product_lookup_product_article_header
{
  padding:5px;
  width:48px;
  border-top:1px dotted #CCCCCC;
  border-bottom:1px dotted #CCCCCC;
  background-color:#FFFFFF;
}

.msds_product_lookup_product_article_detail
{
  padding:5px;
  width:577px;
  vertical-align:middle;
  border-top:1px dotted #CCCCCC;
  border-bottom:1px dotted #CCCCCC;
  background-color:#FFFFFF;
}

.msds_product_lookup_message
{
  padding:5px;
  width:635px;
  background-color:#FFFFFF;
  border-top:1px dotted #CCCCCC;
  border-bottom:1px dotted #CCCCCC;
}

.msds_product_lookup_icon
{
  width:40px;
  height:40px;
}


.msds_product_lookup_link
{
  cursor:pointer;
}




/*===================================*/
/* FORMS - LOGIN, REGISTRATION, ETC  */
/*===================================*/
.login_message_error
{
  color:red;
}

.login_table
{
  font-family:geogrotesque;
  color:#333333;
  font-size:14px;
  border:1px solid #CCCCCC; 
  border-bottom:1px solid #999999; 
  border-right:1px solid #999999; 
  margin-top:80px;
  background-color:#f6f6f6;
}

.login_cell
{
  padding:5px;
  padding-left:15px;
  padding-right:15px; 
}

.login_header
 {

  background-color:#356774; 
  font-size:15px; 
  font-family:Geogrotesque; 
  color:#FFFFFF;
  border-bottom:1px solid #CCCCCC; 
}

.login_message
{
  padding-top:10px;
  padding-bottom:10px;
  width:350px;
  font-family:Geogrotesque;
}

.login_label
{
  width:60px;
  text-align:right;
  padding:0px;
  padding-left:15px;
}

.login_text
{
  padding-left:5px;
}

.login_text_field
{
  font-family:Geogrotesque;
  width:280px;
}

.login_label_field
{
  font-family:Geogrotesque;
  margin-top:8px;
}

.login_button_cell
{
  padding-top:10px;
  padding-bottom:10px;
}



.registration_label
{
  width:100px;
  text-align:right;
  padding:0px;
  padding-left:15px;
}

.registration_table
{
    border:1px solid #CCCCCC;
    border-bottom:1px solid #999999;
    border-right:1px solid #999999;
    margin-top:40px;
    font-size:13px;
    font-family:geogrotesque;
    background-color:#f6f6f6;
}


.change_password_table
{
    border:1px solid #CCCCCC;
    border-bottom:1px solid #999999;
    border-right:1px solid #999999;
    margin-top:40px;
    font-size:13px;
    font-family:geogrotesque;
    background-color:#f6f6f6;
}


.change_password_label
{
  width:120px;
  text-align:right;
  padding:0px;
  padding-left:15px;
}

.change_password_text_field
{
  width:170px;
}

.change_password_message
{
  padding-top:10px;
  padding-bottom:10px;
  width:300px;
}

.welcome_cell
{
    padding-top: 20px;
    padding-bottom: 20px;
    width:400px;
}



/*===================================*/
/* FORMS - LOGIN, REGISTRATION, ETC  */
/*===================================*/
.form_wrapper
{
  margin-top:50px;
  padding-bottom:50px;
}

.form_rows
{
  margin:15px;
  margin-top:5px;
  margin-bottom:5px;
}

.form_table
{
  font-family:Geogrotesque;
  color:#333333;
  font-size:14px;
  border:1px solid #CCCCCC;
  border-bottom:1px solid #999999;
  border-right:1px solid #999999;
  background-color:#f6f6f6;
}

td.form_header
{
  background-color:#356774;
  font-size:15px;
  font-family:Geogrotesque;
  color:#FFFFFF;
  border-bottom:1px solid #CCCCCC;
  padding:4px;
  padding-left:18px;
}

div.form_header
{

}

.form_message_error
{
  color:red;
}

.form_message
{
    padding-top:10px;
    padding-bottom:10px;
}

.form_label_cell
{
  text-align:right;
  padding:6px;
  padding-top:8px;
}  

.form_label_cell_top
{
  text-align:left;
  padding:6px;
  padding-top:8px;
}    

.form_table_cell
{
  vertical-align:middle;
}    

.form_textfield_cell
{
  padding:6px;
  padding-bottom:2px;
  
}

.form_question_button
{
  width:20px;
  height:20px;
  background-image:url(question_button.png);
  cursor:pointer;
}

.form_question_button_cell
{
  padding-top:8px;
}

.form_textfield
{
  width:300px;
  margin-right:5px;
  font-family:Geogrotesque;
}
 
.form_label
{
  width:100px;
  padding-top:8px;
}

.form_textarea_label_cell
{
  text-align:left;
  padding-top:10px;
  padding-left:10px;
}

.form_textarea
{
  width:400px;
  height:80px;
  margin-left:10px;
  margin-right:10px;
  margin-bottom:10px;
  font-family:Geogrotesque;
}

.form_button_cell
{
  padding-top:0px;
  padding-right:25px;
}

.form_dropdown
{
  width:305px;
  margin-right:5px;
}

.form_message
{
  width:40px;
  border-bottom:1px dotted #CCCCCC;
  font-size:16px;
}

.form_divider
{
  height:10px;
}

.form_rule
{
  height:1px;
  border-bottom:1px dotted #CCCCCC;
}

.form_sub_heading
{
  font-size:16px; 
  font-weight:normal;
  padding-left:5px;
  background-color:#CCCCCC;
}

.form_table_heading
{
  text-align:center;
}

.form_table_heading
{
  text-align:left;
}

.form_table_datefield
{
  width:100px;
}

.form_table_manufacturer
{
  width:100px;
  height:23px;
}

.form_table_description
{
  width:300px;
}

.form_table_serial
{
  width:150px;
}

.form_table_cost
{
  width:150px;
}

.form_table_footer
{
  background-color:#356774;
  padding:10px;
  padding-left:15px;
  border:1px dotted #CCCCCC;
  width:525px;
  color: #FFFFFF;
}

.form_table_quantity
{
  width:125px;
  height: 15px;
}

.form_table_vendor
{
  width:200px;
}

.form_table_denomination
{
  width:200px;
}


/*===================================*/
/* FORMS - LOGIN, REGISTRATION, ETC  */
/*===================================*/
.tab_control
{
  border:0px solid yellow;
  width:990px;
  margin-top:20px;

}

.tab_section_container
{
  width:990px;
  height:31px;
  margin-top:40px;
}

.tab_content_container
{
  border:1px solid #F1F1F1;
  width:990px;
  background-color:#F1F1F1;
}

.tab_button
{
  float:left;
  height:30px;
  margin-left:4px;
  margin-right:4px;
  border-top:1px solid #CCCCCC;
  border-left:1px solid #CCCCCC;
  border-right:1px solid #CCCCCC;
}

.tab_text
{
  padding:6px;
  padding-left:12px;
  padding-right:12px;
  font-size:15px;
  color:#666666;
}

.tab_text_over
{
  color:#789820;
}

.tab_unselected
{
  background-color:#FFF9D0;
  border-bottom:1px solid #CCCCCC;
  cursor:pointer;
}

.tab_selected
{
  background-color:#f6f6f6;
  border-bottom:1px solid #f6f6f6;
  cursor:arrow;
}

.tab_over
{
  background-color:#FFF4A1;
}

.tab_first
{
  margin-left:10px;
}

.tab_content
{
  
}





/*===================================*/
/* ACCOUNT - GENERAL           */
/*===================================*/
.user_options_div
{
  position:relative;
  width:100%;
  height:25px;
  font-family:calibri;
  color:#666666;
  font-size:14px;
}

.link_to_excel_div
{
  width:200px;
  position:absolute;
  top:5px;
  left:5px;
}

.show_all_records_div
{
  position:absolute;
  top:5px;
  right:5px;
}

.excel_link_icon_cell{}
.excel_link_label_cell
{
  font-family:GeoGrotesque;
}
.show_all_records_table{}
.show_all_records_control_cell{}
.chk_show_all_records{}
.chk_show_all_records{}
.show_all_records_label_cell
{
  font-family:GeoGrotesque;
  vertical-align:middle;
}
        
        

/*===================================*/
/* ACCOUNT - MY ACCOUNT TAB  */
/*===================================*/
.subsection
{
  margin-top:30px;
  margin-left:20px;
  width:950px;
}

.subsection_heading
{
  padding:5px;
  padding-left:10px;
  border:1px solid #356774;
  background-color:#356774;
  color:#ffffff;
  font-size:16px;
  width:100%;
  font-family:GeoGrotesque;
}

.subsection_content
{
  padding:5px;
  border:1px solid #CCCCCC;
  border-top:0px solid #CCCCCC;
  background-color:#FFFFFF;
  font-size:14px;
  color:#333333;
  font-family:GeoGrotesque;
}

.subsection_content_row
{
  display:table-row; 
}

.subsection_content_label
{
  display:table-cell; 
  padding:3px; 
  text-align:right;
  width:150px;
}

.subsection_content_data
{
  display:table-cell;
  padding:3px;
}

.subsection_message_content
{
  font-size:14px;
  color:#333333;
}




/*===================================*/
/* ACCOUNT - ORDERS TAB  */
/*===================================*/
.order_tab_search_section
{
    width:940px;
    height:80px;
    background-image:url('order_search_group_box.png');
    position:relative;
    margin-bottom:20px;
    margin-left:25px;
    margin-top:20px;
}

.order_tab_search_section_label
{
  font-family: geogrotesque;
  font-size: 14px;
  color: #666666;
}

.order_tab_search_section_label
{
  margin-top:3px;
  text-align:right;
  float:left;
  width:100px;
}

.order_tab_search_section_text
{
  width:100px;
}



.order_tab_search_item_number
{
    position:absolute;
    top:35px;
    left:-40px;
}

.order_tab_search_shipping_from
{
    position:absolute;
    top:35px;
    left:140px;
}

.order_tab_search_status
{
    position:absolute;
    top:35px;
    left:255px;
}

.order_tab_search_po_number
{
    position:absolute;
    top:35px;
    left:310px;
}

.order_tab_search_start_date
{
    position:absolute;
    top:35px;
    left:460px;
}

.order_tab_search_end_date
{
    position:absolute;
    top:35px;
    left:590px;
}

.order_tab_search_btn_search
{
    position:absolute;
    top:36px;
    right:20px;
}

#order_tab_control_status
{
  width:150px;
}

#order_tab_control_shipping_from
{
  width:50px;
}


/*===================================*/
/* ACCOUNT - AGING VIEWER           */
/*===================================*/
.aging_viewer_search_section
{
    width:980px;
    height:80px;
    background-image:url('aging_search_group_box.png');
    position:relative;
    margin-bottom:20px;
    margin-left:5px;
}

.aging_viewer_search_section_label
{
  font-family: geogrotesque;
  font-size: 14px;
  color: #666666;
}

.aging_viewer_search_section_label
{
  margin-top:3px;
  text-align:right;
  float:left;
  width:100px;
}

.aging_viewer_search_section_text
{
  width:100px;
}

.aging_viewer_search_search_term
{
    position:absolute;
    top:35px;
    left:350px;
}

.aging_viewer_search_start_date
{
    position:absolute;
    top:35px;
    left:500px;
}

.aging_viewer_search_end_date
{
    position:absolute;
    top:35px;
    left:630px;
}

.aging_viewer_search_btn_search
{
    position:absolute;
    top:36px;
    right:20px;
}


/*===================================*/
/* ACCOUNT - OPEN ORDER TAB          */
/*===================================*/
.order_tab_search_search_term
{
    position:absolute;
    top:35px;
    left:310px;
}



/*===================================*/
/* ACCOUNT - INVOICE TAB             */
/*===================================*/
.invoice_tab_search_search_term
{
    position:absolute;
    top:35px;
    left:310px;
}

.invoice_tab_search_section
{
    width:940px;
    height:80px;
    background-image:url('invoice_search_group_box.png');
    position:relative;
    margin:20px;
    margin-left:25px;
}

.invoice_tab_search_section_label
{
  font-family: geogrotesque;
  font-size: 14px;
  color: #666666;
}

.invoice_tab_search_section_label
{
  margin-top:3px;
  text-align:right;
  float:left;
  width:100px;
}

.invoice_tab_search_section_text
{
  width:100px;
}

.invoice_tab_search_po_number
{
    position:absolute;
    top:35px;
    left:310px;
}

.invoice_tab_search_start_date
{
    position:absolute;
    top:35px;
    left:460px;
}

.invoice_tab_search_end_date
{
    position:absolute;
    top:35px;
    left:590px;
}

.invoice_tab_search_btn_search
{
    position:absolute;
    top:36px;
    right:20px;
}


/*===================================*/
/* DETAILVIEWER                      */
/*===================================*/
.checkout_navigation_table
{
  margin-bottom:0px;
  padding-right:0px;
}



/*===================================*/
/* PRODUCTS                          */
/*===================================*/
.product_container
{
  border: 1px dotted #CCCCCC;
  margin-bottom:10px;
  position:relative;
  height:92px;
}

.product_image_container
{
  position:absolute;
  right:0px;
  width:80px;
  height:80px;
  /* border: 1px dotted #CCCCCC; */
  margin:5px;
}

.product_data_container
{
  position:absolute;
  top: 5px;
  left: 10px;
  height:80px;
  width:600px;
}

.product_title
{
  font-family:calibri;
  font-size:16px;
  color:#666666;
  height:20px;
}

.product_description
{
  font-family:calibri;
  font-size:12px;
  color:#666666;
  height:30px;
  overflow:hidden;
  position:relative;
}


.product_description_fade
{
  position:absolute;
  bottom:0px;
  right:0px;
  background-image:url(text_fade_white.png);
  width:126px;
  height:14px;
}

.product_button_container
{
  position:absolute;
  bottom: 0px;
}


.product_pane_left_category_view
{
    width:200px;
}

.product_pane_right_category_view
{
    width:740px;
}

.product_pane_left_sku_view
{
    width:0px;
}

.product_pane_right_sku_view
{
    width:100%;
}

.product_tab_menu
{
  width:945px;
  height:50px;
}

.product_tab_content
{
  width:945px;
  height:350px;
  background-color:#f1f1f1;
  overflow:auto;
}

.product_tab_content_specifications
{
   padding:20px;
  
}

.product_tab_content_inventory
{
   padding:20px;
}

.product_tab_content_literature
{
   padding:20px;
  
}

.product_specifications_image_link
{
  cursor:pointer; 
  opacity:0.6; 
  padding:2px; 
  padding-left:4px; 
  padding-right:4px;
  position:absolute; 
  bottom:0px; 
  right:0px; 
  background-color:#f1f1f1; 
  border: 1px dotted #cccccc; 
  border-bottom: 0px dotted #cccccc; 
  font-size:11px;
}

.product_specifications_full_image_link
{
  cursor:pointer; 
  opacity:0.6; 
  padding:2px; 
  padding-left:4px; 
  padding-right:4px;
  position:absolute; 
  top:583px; 
  left:675px; 
  background-color:#f1f1f1; 
  border: 1px dotted #cccccc; 
  border-bottom: 0px dotted #cccccc; 
  font-size:11px;
}



/*===================================*/
/* PRODUCTS - LITERATURE             */
/*===================================*/
.product_literature_product_lookup_product_section_title
{
  margin-left:20px;
  padding-top:20px;
  font-weight:bold;
  font-size:13px;
}

.product_literature_product_lookup_product_table
{
  margin-left:20px;
  margin-top:10px;
  font-weight:normal;
  font-size:13px;
}

.product_literature_product_lookup_product_info_header
{
  padding:5px;
  width:100px;
  background-color:#FFFFFF;
  border-top:1px dotted #CCCCCC;
  border-bottom:1px dotted #CCCCCC;
}

.product_literature_product_lookup_product_info_detail
{
  padding:5px;
  width:785px;
  background-color:#FFFFFF;
  border-top:1px dotted #CCCCCC;
  border-bottom:1px dotted #CCCCCC;
}

.product_literature_product_lookup_product_article_header
{
  padding:5px;
  width:48px;
  border-top:1px dotted #CCCCCC;
  border-bottom:1px dotted #CCCCCC;
  background-color:#FFFFFF;
}

.product_literature_product_lookup_product_article_detail
{
  padding:5px;
  width:830px;
  vertical-align:middle;
  border-top:1px dotted #CCCCCC;
  border-bottom:1px dotted #CCCCCC;
  background-color:#FFFFFF;
}

.product_literature_product_lookup_message
{
  padding:5px;
  width:895px;
  background-color:#FFFFFF;
  border-top:1px dotted #CCCCCC;
  border-bottom:1px dotted #CCCCCC;
}

.product_literature_product_lookup_icon
{
  width:40px;
  height:40px;
}


.product_literature_product_lookup_link
{
  cursor:pointer;
}

.slideshow_information_panel 
{
	width:100%;
	position:absolute; 
	top:0px; 
	left:0px;
}

.slideshow_information_table /*required for vertical centering */
{
	height:155px;
	width:100%;
	vertical-align:middle;
}

.slideshow_information_details
{
  z-index:104; 
  position:absolute; 
  width:480px; 
  height:220px; 
  right:0px; 
  top:45px;
  border: 16px solid #789820;
  border-right: 0px solid #789820; 
}

.slideshow_thumbnail_text
{
  cursor:pointer; 
  text-transform:uppercase; 
  font-family:GeoGrotesque; 
  font-size:13px; 
  margin-left:10px; 
  margin-right:10px; 
  width:120px; 
  color:#FFFFFF; 
}

.slideshow_button_container
{
  position:absolute;
  top:150px;
  width:100%;
  text-align:center;
  margin-top:10px;
}

.slideshow_title_container
{
	margin-left:10px; 
	width:450px; 
	text-align:center; 
	text-transform: uppercase;
	font-weight:bold;
}

.slideshow_subtitle_container
{
margin-top:15px;
	margin-left:10px; 
	width:450px; 
	text-align:center; 
	text-transform: uppercase; 
	font-weight:bold;
}













/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
