body
{
    padding:0;
    font-family:Arial, Verdana, Helvetica, Sans-Serif;
    background:#a3a3a3 url('../images/body_back.gif') 0 0 repeat-x;
    margin:0px auto;
    font-size:12px;
    color:#333333;
}

/* Global Div */
a, a:visited, a:link
{
	color:#ef1c3a;
	text-decoration:underline;

}
a:hover {color:#333333;}
div {
    padding:0;
    margin:0;
}
.left {
	float:left;
}
.right {
	float:right;
}
.right p {
	padding:0;
    margin:0;
}

img {
	border:none;
}
.clear {
    clear: both;
    display: block;
    height: 1px;
    margin-bottom: -1px;
    font-size: 1px;
    line-height: 1px;
}
h1, h3 {
    margin:0; padding:0;
}
input {
    font-family:Arial;
    font-size:11px;
    padding:0; margin:0;
}
/* BEGIN TOP NAV */
.top_nav .left {
    padding:7px 0 0 10px;
    *padding:5px 0 0 10px;
}
.top_nav .right ul {
    list-style-type:none;
    margin:0; padding:0;
    float:right;
}
.top_nav .right ul li {
   float:left;
}
/* END TOP NAV  */

/* END Global Div */
.main
{
    width:972px;
    margin:0 auto;
    background: #cccccc url('../images/main_back.gif') 0 0 repeat-x;
    padding:0 4px 4px 4px;
}
.main_back_end
{
	background: #cccccc url('../images/body_end_back.gif') 0 100% repeat-x;
	width:980px;
    margin:0 auto;
    height:22px;
}
.content_back {
    background:#fff;
    padding:8px;
}
.content_header {
    margin:3px 0;
}
/*  HEADER */
.header
{
    margin:0px auto;
    margin-top:15px;
    width:980px;
    color:#373838;
    padding:0 0 16px 0;
}
.logo
{
    float:left;
    padding:0px 0 0 18px;
    width:350px;
}
.power_in_your_hands img{
    margin:13px 0 0 0px;
}
.header_top_nav {
    float:right;
    vertical-align:top;
    margin:14px 0 0 0px;
}
.header_top_nav ul {
    list-style-type:none;
    margin:0;
    padding:0;
    float:right;
}
.header_top_nav ul li {
    float:left;
    padding:0 20px 0 5px;
    color:#666666;
    font-size:11px;

}
.header_top_nav ul li a {
    text-decoration:underline;
}
.header_top_nav ul li.nav a, .header_top_nav ul li.nav a:visited {
    background: url('../images/header_arrow.gif') 100% 4px no-repeat;
    color:#666666;
    padding:0px 8px 0 0;
    text-decoration:none;
    vertical-align:middle;
}
.header_top_nav ul li.nav a:hover {
    color:#ef1c3a;
}
.header_top_nav ul li.language {
    padding:0px 8px 0 0;
    cursor: pointer;
}
.header_dotted_world {
    margin-top:-5px;
    position:relative;
    z-index:2;
}
/*  END HEADER */
/*  BEGIN MAIN NAV */
.main_nav {
    background: url('../images/main_menu_back.gif') 0% 0px repeat-x;
    height:36px;
    width:972px;
    margin:0 auto;
}
.main_nav ul {
    list-style-type:none;
    margin:0;  padding:0;
}
.main_nav ul li {
    display:inline;
    margin:0;
    padding:0;
    font-size:12px;
    height:36px;
    text-transform:uppercase;
}
.main_nav ul li a, .main_nav ul li a:visited, .main_nav ul li a:link {
    float:left;
    background: url('../images/main_menu_left.gif') 0 0px no-repeat;
    height:36px;
    padding:0 0 0 0px;
    text-decoration:none;
    color:#fff;
}

.main_nav ul li a span, .main_nav ul li a:visited span, .main_nav ul li a:link span,
.main_nav ul li.selected a span {
    float:left;
    display:block;
    background: url('../images/main_menu_right.gif') top right no-repeat;
    padding:10px 21px 0px 20px;
    height:26px;
    text-decoration:none;
    color:#fff;
    font-weight:bold;
    cursor:pointer;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.main_nav a span {float:none;}
/* End IE5-Mac hack */
.main_nav ul li a:hover span, .main_nav ul li.selected a span, .main_nav ul li.selected a:visited span,
.main_nav ul li.selected a:link span {
    color:#333333;
}
.main_nav ul li a:hover, .main_nav ul li.selected a, .main_nav ul li.selected a:visited {
    background-position:0% -36px;
}
.main_nav ul li a:hover span, .main_nav ul li.selected a span, .main_nav ul li.selected a:visited span,
.main_nav ul li.selected a:link span {
    background-position:100% -36px;
}
/*  END MAIN NAV */

/*  BEGIN SUB NAV */
.sub_nav {
    background: url(../images/sub_nav_back.gif) 0 0 repeat-x;
    height:30px;
    width:738px;
    margin:0 auto;
}
.sub_nav ul {
    list-style-type:none;
    margin:0;  padding:0;
}
.sub_nav ul li {
    display:inline;
    margin:0;
    padding:0;
    font-size:13px;
    height:30px;
}
.sub_nav ul li a, .sub_nav ul li a:visited, .sub_nav ul li a:link {
    float:left;
    background: url('../images/sub_menu_left.gif') 0 0px no-repeat;
    height:30px;
    padding:0 0 0 0px;
    text-decoration:none;
    color:#000000;
}

.sub_nav ul li a span, .sub_nav ul li a:visited span, .sub_nav ul li a:link span,
.sub_nav ul li.selected a span {
    float:left;
    display:block;
    background: url('../images/sub_menu_right.gif') top right no-repeat;
    padding:5px 19px 0 20px;
    height:25px;
    text-decoration:none;
    color:#000000;
    font-weight:bold;
    cursor:pointer;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.sub_nav a span {float:none;}
/* End IE5-Mac hack */
.sub_nav ul li a:hover span, .sub_nav ul li.selected a span, .sub_nav ul li.selected a:visited span,
.sub_nav ul li.selected a:link span {
    color:#000000;
}
.sub_nav ul li a:hover, .sub_nav ul li.selected a, .sub_nav ul li.selected a:visited {
    background-position:0% -30px;
}
.sub_nav ul li a:hover span, .sub_nav ul li.selected a span, .sub_nav ul li.selected a:visited span,
.sub_nav ul li.selected a:link span {
    background-position:100% -30px;
}

/*  END SUB NAV */

/*  BEGIN LEFT NAV */

.left_sidebar {
    width:210px;
    float:left;
    margin-bottom:120px;
    border-top: solid 1px #cccccc;
}
.left_sidebar td, .left_sidebar td.selected  {
    font-size:13px;
    font-weight:bold;
    width:210px;
    border-bottom: solid 1px #cccccc;
}
.left_sidebar td a, .left_sidebar td a:visited, .left_sidebar td a:hover {
    display:block;
    text-decoration:none;
    color:#333;
}
.left_sidebar a span, .left_sidebar a:visited span, .left_sidebar a:link span, .left_sidebar a:hover span
{
	background: url('../images/left_nav_arrow_left.gif') 95% 50% no-repeat;
	display:block;
	_display:inline-block;
	_width:190px;
	padding:6px 10px 7px 10px;
	cursor:pointer;
}
.left_sidebar td.selected a, .left_sidebar td.selected  a:visited, .left_sidebar td.selected  a:hover
{
	display:block;
	background: url('../images/left_nav_on.gif') 0 0px repeat-x;
}
.left_sidebar td.selected a span, .left_sidebar td.selected a:visited span
{
	background: url('../images/left_nav_arrow_down.gif') 95% 50% no-repeat;
	display:block;
}
.left_sidebar td a:hover
{
	background: url('../images/left_nav_on.gif') 0 0px repeat-x;
}
/*  BEGIN LEFT NAV LIST */
.left_sidebar td ul, td.left_nav_sub_sub ul
{
	margin:0; padding:6px 0 6px 1px;
	list-style-type:none;
	font-size:11px;
	font-weight:normal;
}
.left_sidebar ul li, td.left_nav_sub_sub ul li
{
	padding:0 10px 0 11px;
	margin:0;
}
.left_sidebar td ul li a, .left_sidebar td ul li a:visited, .left_sidebar td ul li a:link, .left_sidebar td ul li a:hover,
td.left_nav_sub_sub ul a, td.left_nav_sub_sub ul a:visited, td.left_nav_sub_sub ul a:hover
{
	padding:0 8px 0 0;
	margin:0;
	line-height:16px;
	display:inline;
	background:none;
}
.left_sidebar td ul li a:hover, td.left_nav_sub_sub ul a:hover
{
	background:none;
	color:#999999;
}
td.left_nav_sub_sub ul
{
    padding:0px 4px 0px 8px;
}
td.left_nav_sub_sub ul li {
    background:none;
    cursor:pointer;
}
td.left_nav_sub_sub ul li a:hover, td.left_nav_sub_sub ul li.on a, td.left_nav_sub_sub ul li.on a:visited {
    color:#ef1c3a;
    background: url('../images/header_arrow.gif') 100% 4px no-repeat;
}
td.left_nav_sub_sub ul li{
	display:block;
	height: 17px;
	width: 170px;
	}
td.left_nav_sub_sub ul li button.lll{
    cursor:pointer;
    color:#ef1c3a;
    background: url('../images/header_arrow.gif') 100% 4px no-repeat;
    display:block;
    float: left;
	font-size:11px;
	padding-right:8px;
	margin:0;
	width: auto;
	border: 0px;
}

/*  END LEFT NAV LIST */

/*  BEGIN LEFT NAV SUB */
.left_sidebar td.left_nav_sub a, .left_sidebar td.on a {
    background: url('../images/left_nav_list.gif') 0 5px no-repeat;
    font-weight:normal;
    padding:1px 0 1px 12px;
    font-size:11px;
}
.left_sidebar td.left_nav_sub a, .left_sidebar td.left_nav_sub a:visited {
    font-size:11px;
}
.left_sidebar td.left_nav_sub a:hover, .left_sidebar td.on a, .left_sidebar td.on a:visited {
    background: url('../images/left_nav_list_on.gif') 0 5px no-repeat;
	color:#999999;
}
/*  END LEFT NAV SUB */
/*  END LEFT NAV */
/*  BEGIN NEWS SIDEBAR */
.news_sidebar
{
	width:210px;
	float:left;
	padding:0px 0px 0px 0px;
	display:block;
}
/*  END NEWS SIDEBAR */

/*  END NEWS SIDEBAR */
/*  BEGIN RIGHT SIDEBAR */
.right_sidebar
{
	width:210px;
	float:right;
	padding:10px 0px 0 0px;
	display:block;

}
.right_sidebar h2
{
	margin-bottom:1px;
}
.right_sidebar ul
{
	padding:0 0 0 12px;
	margin:0 0 0px 0;
	list-style-type:none;
}
.right_sidebar ul li
{
	padding:5px 15px 10px 0px;
	margin-right:10px;
	font-size:11px;
}
.right_sidebar ul li.last
{
	border-bottom:none;
	padding-bottom:20px;
}

.right_sidebar ul li span.date
{
	color: #555;
    font-size:9px;
}

.right_sidebar ul.pdf_list   {
    padding:16px 0 0 2px;
	margin:0 0 0px 0;
	list-style-type:none;
}
.right_sidebar ul.pdf_list  li {
    border:none;
    font-size:11px;
    margin:0;
}
.right_sidebar ul.pdf_list li img {
    padding-left:10px;
}
.right_sidebar ul.pdf_list  li a, .right_sidebar ul.pdf_list  li a:visited {
    color:#4e77a1;
}
.right_sidebar ul.pdf_list li a:hover {
    color:#333;
}

.pdf_list ul li p{
	padding:5px 15px 4px 10px;
    background: url('../images/grey_arrow.gif') 0 10px no-repeat;
}

.placeholders_space
{
	height:40px;
	font-size:1px;
}
.right_list_back
{
	background:#eaeaea;
	display:block;
}
.right_list_back ul li
{
	border-bottom: solid 1px #ccc;
}

.right_sidebar_image_padding
{
	margin-top:30px;
	float:left;
	font-size:1px;
}
/*  END RIGHT SIDEBAR */
/*  BEGIN BOTTOM NAV */
.botton_nav {
    text-align:center;
    font-size:12px;
    padding:23px 0;
    background: url('../images/footer_line.gif') 0 100% repeat-x;
    color:#666666;

}
.botton_nav a, .botton_nav a:visited {
    font-weight:bold;
    color:#666666;
    text-decoration:none;
    padding:0 3px;
}
.botton_nav a:hover {
    color:#8f8f8f;
}
/*  END BOTTOM NAV */


/*  BEGIN SECOND SIDEBAR */
.second_sidebar {
    width:738px;
    margin-left:8px;
    padding:0 0 0px 0;
    border-top: solid 1px #cccccc;
}
.second_sidebar_no_border {
    width:738px;
    margin-left:8px;
    padding:0 0 0px 0;
}
/*  BEGIN CONTENT  */
.product_back {
    height:342px;
    width:100%;
}
.tools_product_back {
    width:738px;
}
/*  BEGIN PRODUCT DESCRIPTION  */
.product_desc {
    width:699px;
    float:left;
    padding:16px 0 0 17px;
    color:#fff;
    font-size:14px;
}
.product_desc h1 {
    font-size:26px;
    font-weight:normal;
    color:#fff;
    padding:0 0 17px 5px;
}
.product_desc_grey_box {
    width: 256px;
    height:53px;
    background: url(../images/product_desc_grey_box.png) 0 0 no-repeat;
     _behavior: expression(  /* IE6 only - transparency with proper handling of relative URLs */
              this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1],
              this.style.background = "none",
              this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ")");
   padding:7px 10px 2px 10px;
   font-weight:bold;
   color:#000;
   font-size:12px;
}
.product_desc_grey_box h3 {
    color:#ef1c3a;
    font-size:17px;
    float:left;
    padding:0 0 3px 0;
    width: 130px;
    height: 18px;
    overflow: hidden;
}
.product_desc_grey_box img {
    float:right;
    margin-top:2px;
}
.product_desc .list_padding {
    padding:7px 0 0 47px;
    max-height: 130px;
    overflow: hidden;
}
.product_desc ul {
    list-style-type:none;
    margin:0;
    padding:14px 0 0px 4px;
}
.product_desc ul li {
    background: url('../images/header_arrow.gif') 0 6px no-repeat;
    padding:0 0 0 10px;
    line-height:20px;
}
.btn_learn_more {
    background:#ef1c3a url('../images/btn_learn_more.gif') top right no-repeat;
    display:block;

    border:none;
    cursor:pointer;
    margin:30px 0 0 4px;
    border: solid 4px #374651;
    text-align:left;
    color:#fff;
    font-size:11px;
    font-weight:bold;
    padding:2px 25px 2px 5px;
    *padding:2px 0px 2px 5px
}
/*  END PRODUCT DESCRIPTION  */

/*  BEGIN TOOLS PRODUCT DESCRIPTION  */

.zoom_div {
    float:left;
    padding:215px 0 0 19px;
}
a.zoom, a.zoom:active, a.zoom:visited {
    background: url('../images/zoom_image.gif') 0 2px no-repeat;
    color:#fff;
    font-size:10px;
    padding:0 0 0 16px;
}
a.zoom:hover {
    color:#dfdfdf;
}
.width_222 {
    width:222px;
}
.tools_product_desc_arrow {
    margin:20px 0 0 0;
    float:left;
}
.tools_product_desc_back {
    background: url('../images/tools_product_desc_back.gif') top right repeat-x;
    margin:2px 2px 0 0;
    _margin:2px 1px 0 0;
    width:190px;
    float:right;
    padding:14px 10px 10px 10px;
    text-align:left;
}
.tools_product_desc_back h1 {
    font-size:18px;
    font-weight:bold;
    padding-bottom:13px;
    border-bottom: solid 2px #ccc;
}
.tools_product_desc_back p {
    font-size:14px;
    font-weight:bold;
    margin:0;
    padding:17px 0 6px 0;
}
.proffesional_margin {
    margin:0px 2px 0 0;
}
.product_specification {
    width:198px;
    padding:3px 0 0 19px;
    text-align:left;
    float:right;
}
.product_specification img {
    text-align:left;
    padding:1px 4px;
}
/*  END TOOLS PRODUCT DESCRIPTION  */
/*  BEGIN BREADCRUMB  */
.breadcrumb {
    font-size:11px;
    color:#666666;
    float:left;
    padding:5px 0 0 0;
}

.breadcrumb a, .breadcrumb a:visited, .breadcrumb a:active, .breadcrumb a:hover {
    color:#999;
}
.breadcrumb a:hover {
    color:#666666;
}
/*  END BREADCRUMB  */

/*  BEGIN SEARCH and MORE NEW PRODUCTS  */
.new_products {
    width:223px;
    float:left;
    margin-left:3px;
}
.new_product_back, .new_product_back_selected {
    background: url('../images/new_product_back.gif') 0 0px no-repeat;
    height:90px;
    width:237px;
    margin-top:3px;
    font-size:11px;
}
.new_product_back {
    color:#333333;
}
.new_product_back_selected {
    background: url('../images/new_product_back_selected.gif') 0 0px no-repeat;
    color:#fff;
}
.new_product_image {
    float:left;
    padding:10px 0 0 23px;
    width:80px;
}
.new_product_desc {
    float:left;
    width:125px;
    padding:7px 0 0 0;
}
.new_product_image img {
    border: solid 2px #999999;
}
.title {
    color:#ef1c3a;
    font-size:14px;
    font-weight:bold;
    overflow: hidden;
    height: 15px;
}
.subtitle {
    font-weight:bold;
    padding:0px 0 1px 0;
    overflow: hidden;
    height: 12px;
}

/*  BEGIN SEARCH */

.search_results {
    width:930px;
    margin:8px;
    padding: 8px 0px 0px 0px;
    border-top: solid 1px #cccccc;
}

.search_results h1{
	font-weight: normal;
	padding: 10px;
}

.search_box {
	display: block;
	margin-left: 100px;
	width: 400px;
}

.searchoptions {
	display: block;
	margin-left: 70px;
	width: 500px;
}

.searchoptions ul{
	list-style-type:none;
}

.searchoptions li{
	float: left;
	padding-left: 20px;
}

.keyword {
	text-align: right;
	vertical-align: middle;
}

.search_results span.searched_keyword{
	font-weight: bold;
	color: #EF1C3A;
}

.highlight_word{
	background: #EF1C3A;
	color: #FFFFFF;
	font-weight: bold;
	}

.search {
    width:212px;
    margin:1px 0 11px 22px;
    padding:3px 0 0 3px;
    text-align:left;
    background:#ebebeb;
    height:26px;
}
.textbox_search {
    border: solid 1px #999999;
    color:#999999;
    width:174px;
    margin:0;
    padding:4px 0 3px 11px;
    position:absolute;
}

.textbox_search_black {
    border: solid 1px #999999;
    color:#000000;
    width:174px;
    margin:0;
    padding:4px 0 3px 11px;
    position:absolute;
}

.btn_search {
    background: url('../images/btn_search.gif') 0 0px no-repeat;
    border:none;
    width:22px;
    height:23px;
    position:absolute;
    padding:0;
    margin:0 0 0 187px;
    cursor:pointer;
}

.list_search_results {
	width:930px;
    margin:8px;
    border-top: solid 1px #eaeaea;
    border-bottom: solid 1px #eaeaea;
}

.list_search_results ul {
    margin:0;
    padding:0;
    list-style-type:none;
}

.list_search_results ul li {
    padding: 10px;
}

.list_search_results a.urllink{
	font-size: 0.9em;
	color: #999;
}

.search_results ul h2 a{
	font-weight: normal;
	color: red;
	padding: 10px;
	text-decoration: none;
}

.more_new_products_margin {
    margin:3px 0 0 14px;
}
/*  END SEARCH and MORE NEW PRODUCTS  */

/*  BEGIN SECOND SIDEBAR */
.second_sidebar {
    width:738px;
    margin-left:8px;
    border-top: solid 1px #cccccc;
}
.second_sidebar_home {
    width:738px;
    margin-left:8px;
    border-top: solid 1px #cccccc;
}


/*  BEGIN CONTENT BOX  */

.content_sidebar
{
    padding:8px 0px 20px 0px;
	float:left;
	width: 100%;
}

.content_sidebar h1
{
   font-family: arial;
   font-weight: normal;
   color: #333;
   font-size: 18px;
   padding-left: 26px;
}

.home {
    padding:8px 15px 20px 29px;
	width:471px;
	float:left;
}
.home p
{
	margin:0;
	padding:20px 0 10px 0;
}

.home a
{
	text-decoration: none;
	color: black;
	overflow: hidden;
}


.home_box, .news_box {
    width:193px;
    padding:0px 26px 10px 23px;
    margin:17px 0 0 0;
    float:left;
    line-height:17px;
    background: url('../images/home_box_dotted_border.gif') 100% 0px repeat-y;
}

.home_box h2 {
    color:#ef1c3a;
    font-size:17px;
    padding:0 0 8px 3px;
    margin:0 0 13px 0;
    border-bottom: solid 1px #cccccc;
    font-family: arial;
    font-weight: normal;
}

.news_box p {
    width:198px;
}
.events_box {
    background:none;
}
.home_box ul {
    margin:0;
    padding:0;
    list-style-type:none;
}
.home_box ul li {
    padding:0px 0px 0px 0px;
}

.newsletter_sign_up {
    width:183px;
    margin:0px 0 5px 3px;
    padding:3px 0 0 3px;
    text-align:left;
    background:#ebebeb;
    height:26px;
}
.textbox_sign_up {
    border: solid 1px #999999;
    color:#999999;
    width:130px;
    margin:0;
    padding:4px 0 3px 4px;
    position:absolute;
}

.textbox_sign_up_invalid {
    border: solid 1px red;
    background: #fdfcd5;
    color:#999999;
    width:130px;
    margin:0;
    padding:4px 0 3px 4px;
    position:absolute;
}

.btn_submit {
    background: url('../images/btn_submit.gif') 0 0px no-repeat;
    border:none;
    width:44px;
    height:23px;
    position:absolute;
    padding:0;
    margin:0 0 0 136px;
    cursor:pointer;
}
/*  END CONTENT BOX  */

.fair_dates_back {
    background: url('../images/fair_dates_back.gif') 0 0px no-repeat;
    background-position: bottom;
    width:185px;
    overflow: hidden;
    padding:17px 18px 0px 20px;
    margin-bottom: 20px;
    line-height:17px;
}

.fair_dates_back ul {
    list-style-type:none;
    padding: 0px 0px 0px 0px;
}

.fair_dates_back ul li {
    padding: 0px 0px 0px 0px;
}

.fair_dates_back ul li p{
    padding: 0px 0px 0px 0px;
}
.fair_dates_back h2 {
    color:#333;
    font-size:17px;
    padding:0 0 8px 3px;
    margin:0 0 13px 0;
    border-bottom: solid 1px #cccccc;
}

.more {
    background: url('../images/btn_more.gif') 0 0px no-repeat;
    width:40px;
    height:14px;
    display:block;
    float:right;
    text-align:left;
    padding:0 0 0 5px;
    text-decoration:none;
    font-weight:bold;
    font-size:10px;
    font-family:Verdana;
}
a.more, a.more:visited, a.more:hover {
    text-decoration:none;
    color:#ef1c3a;
}
.fair_dates_back .more {
   margin-top:10px;
   line-height:12px;
}
/*  END CONTENT  */

/*  FOOTER */
.footer
{
    padding:0px 10px 0px 10px;
    color:#666666;
    font-size:11px;
    margin:19px 0 15px 0;
}
.footer a, .footer a:visited, .footer a:link {
    text-decoration:none;
    color:#666666;
}
.footer a:hover {
    color:#8f8f8f;
}
/* END FOOTER */

/*  END CONTENT */

.product_properties {
    padding:24px 1px 30px 0;
}
.product_properties ul {
    padding:0;
    margin:0px 0 0 64px;
    list-style-type:none;
    position:relative;
    z-index:2;
}
.product_properties ul li {
    background: url('../images/list_red.gif') 0px 8px no-repeat;
    padding:0 0 0 10px;
    line-height:18px;
}
.product_images_zoom {
    background: url('../images/zoom_white_image.gif') 100% 100% no-repeat;
    margin:-17px 2px 0 0;
    _margin:-20px 2px 0 0;
    position:relative;
    z-index:10;
    *width:11px;
    *height:11px;

}
.product_images_zoom img {
    position:relative;
    z-index:1;
}
.product_image td {
    padding:10px 0 10px 8px;
}
.product_image img {
    border: solid 2px #ccc;
}
.email, a.email, a.email:visited {
    font-size:10px;
    color:#666666;
    background: url('../images/email.gif') 0 0px no-repeat;
    padding-left:18px;
    margin-right:16px;
    display:inline-block;
    height:16px;
}
.print, a.print, a.print:visited {
    font-size:10px;
    color:#666666;
    background: url('../images/print.gif') 0 2px no-repeat;
    padding-left:17px;
    display:inline-block;
    height:16px;
}
.share, a.share, a.share:visited {
    font-size:10px;
    color:#666666;
    background: url('../images/share.gif') 0 0px no-repeat;
    padding-left:22px;
    height:16px;
    margin:10px 9px 0 18px;
    display:inline-block;
}
a.print:hover, a.email:hover, a.share:hover {
    color:#333333;
}


/*BEGIN PRODUCTS  LIST PAGE*/

.content_sidebar_product_list
{
    padding:8px 15px 20px 29px;
	width:688px;
	float:left;
}
.content_sidebar_product_list h1 {
    font-size:18px;
    font-weight:bold;
    padding-bottom:13px;
}

.content_sidebar_product_list h1 a{
    font-size:18px;
    color: #404040;
    font-weight:bold;
    padding-bottom:13px;
    text-decoration:none;
}

span.btn_compare_back {
    border: solid 4px #ebebeb;
    display:block;
}
.btn_compare {
    background: url('../images/btn_compare_back.gif') 0 0 repeat-x;
    border:solid 1px #999999;
    color:#404040;
    cursor:pointer;
    display:block;
    font-size:11px;
    font-weight:normal;
    padding:2px 10px 2px 10px;
}
.product_list_space {
    font-size:1px;
    height:13px;
}
.product_list {
    border-bottom: solid 1px #cccccc;
}
.product_list th {
     background: url('../images/table_th.gif') 0 0 repeat-x;
     text-align:left;
     padding:5px 10px 5px 10px;
     color:#666666;
     font-weight:normal;
}
.product_list th.text_right {
    text-align:right;
}
.product_list td {
    vertical-align:top;
    padding:0; margin:0;
}
.product_list td.product {
    padding:5px 45px 0 18px;
    font-weight:bold;
}
.products_details_list {
     background: url('../images/table_dots.gif') 0 0% repeat-x;
     margin:15px 0px 0 0;
     *margin:10px 0px 0 0;
}
.products_details_list td {
    background: url('../images/table_dots.gif') 0 100% repeat-x;
    padding:5px 5px 7px 5px;
    font-weight:bold;
}
.text {
    font-weight:normal;
    background: url('../images/header_arrow.gif') 0 4px no-repeat;
    padding-left:10px;
}
.products_details_list td.text {
    width:240px;
}

/*END PRODUCTS LISTPAGE*/
/* START ACCORDION MENU */
		.accordion_toggle {
			display: block;
			height: 30px;
			width: 190px;
			background: url('../images/left_nav_arrow_left.gif') 95% 50% no-repeat;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #333;
			font-weight: bold;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #000000;
			border-bottom: solid 1px #cccccc;
			cursor: pointer;
			margin: 0 0 0 0;
		}

		.accordion_toggle_active {
			display: block;
			height: 30px;
			width: 190px;
			background: url('../images/left_nav_on.gif') 0 0px repeat-x;
			padding: 0 10px 0 10px;
			color: #333;
			font-size: 12px;
			line-height: 30px;
			font-weight: bold;
			cursor: pointer;
			margin: 0 0 0 0;
			border-bottom: solid 1px #cccccc;
		}

		.accordion_toggle_active span
		{
			background: url('../images/left_nav_arrow_down.gif') 99% 50% no-repeat;
			display:block;
		}

		.accordion_content {
			display: block;
			height: 0px;
			width: 0px;
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}

		.accordion_content h2 {
			margin: 15px 0 5px 10px;
			color: #0099FF;
		}

		.accordion_content p {
			line-height: 100%;
			padding: 5px 5px 5px 5px;
		}

		.accordion_content ul
		{
			margin:0;
			padding:6px 0 6px 1px;
			list-style-type:none;
			font-size:11px;
			text-transform: uppercase;
			font-weight:normal;
		}
		.accordion_content ul li
		{
			background: url('../images/left_nav_list.gif') 5px 7px no-repeat;
			padding:0 0 0 20px;
			margin:0;
		}
		.accordion_content ul li a, .vertical_accordion_content ul li a:visited, .vertical_accordion_content ul li a:link, .vertical_accordion_content ul li a:hover
		{
			padding:0;
			margin:0;
			text-decoration: none;
			color:#333;
			line-height:16px;
			display:inline;
			background:none;
		}
		.accordion_content ul li a:hover
		{
			background:none;
			color:red;
		}

		.vertical_accordion_toggle {
			display: block;
			height: 30px;
			width: 190px;
			background: url('../images/left_nav_on.gif') 0 0px repeat-x;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #000000;
			border-bottom: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
		}

		.vertical_accordion_toggle span{
			display: block;
			height: 30px;
			width: 190px;
			background: url('../images/left_nav_arrow_left.gif') 95% 50% no-repeat;
		}

		.vertical_accordion_toggle_active{
			background: #ffffff;
			color: #000000;
			border-bottom: 1px solid #cccccc;
		}

		.vertical_accordion_toggle_active span{
			display: block;
			padding-left:20px;
			background: #ffffff;
		}

		.vertical_accordion_content {
			background-color: #ffffff;
			overflow: hidden;
		}

		.vertical_accordion_content ul
		{
			margin:0;
			padding:6px 0 6px 1px;
			list-style-type:none;
			font-size:11px;
			font-weight:normal;
		}
		.vertical_accordion_content ul li
		{
			background: url('../images/left_nav_list.gif') 0 7px no-repeat;
			padding:0 0 0 11px;
			margin:0;
		}
		.vertical_accordion_content ul li a, .vertical_accordion_content ul li a:visited, .vertical_accordion_content ul li a:link, .vertical_accordion_content ul li a:hover
		{
			padding:0;
			margin:0;
			text-decoration: none;
			color:#333;
			line-height:16px;
			display:inline;
			background:none;
		}
		.vertical_accordion_content ul li a:hover
		{
			background:none;
			color:red;
		}

		.vertical_accordion_content h2 {
			margin: 15px 0 5px 10px;
			color: #0099FF;
		}

		.vertical_accordion_content p {
			padding: 0px 0px 0px 0px;
		}


    /* Container styling*/


    #vertical_nested_container {
      margin: 0px 0px 0px 0px;
      width: 300px;
    }

/* END ACCORDION MENU */

/* START NEWS CONTROL */

.DescriptionTitle-LeftNews
{
	color:#333;
    font-size:12px;
    padding:8px 0 0px 0px;
    margin:0 0 5px 0;
    border-bottom: solid 0px #cccccc;
}

.DescriptionDate-LeftNews
{
	display:block;
	color: #555;
    font-size:9px;
    float: right;
}

.DescriptionUL-LeftNews
{
	padding:0 0 0 0px;
	margin:0px 0px 0px 0;
	list-style-type:none;
}

.DescriptionLI-LeftNews
{
	border-bottom: solid 1px #ccc;
	padding:0px 0px 10px 0px !important;
	margin:5px !important;
	font-size:11px;
}

.TitleLink-CenterNews
{
	display: block;
	text-decoration: none;
	color: black;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 10px;
}

.TitleLink-CenterNews div.date
{
	float:left;
	padding: 2px 10px 10px 0px;
	text-decoration: none;
	color: #ef1c3a;
	width: 100px;
	font-size: 10px;
}

.TitleLink-CenterNews:visited
{
	text-decoration: none;
	color: black;
}

.TitleLink-CenterNews:hover
{
	text-decoration: none;
	color: red;
}

.Pager-CenterNews
{
	margin: auto;
	border: 0px;
}

.Pager-CenterNews .Back-CenterNews-ON
{
	border: 0px;
}

.Pager-CenterNews .Number-CenterNews-ON
{
	border: 0px;
}

.Pager-CenterNews .Number-CenterNews
{
	border: 0px;
}

.Pager-CenterNews .Forward-CenterNews
{
	border: 0px;
}

.Pager-CenterNews .Back-CenterNews
{
	border: 0px;
}

.Pager-CenterNews .Forward-CenterNews-ON
{
	border: 0px;
}

/* END NEWS CONTROL */

.yearsddl
{
	margin-top: 10px;
	width: 100%;
}

.diverror_title {
    background: url('../images/diverror_title.gif') 0 0 no-repeat;
    height:28px;
    padding:4px 7px 0 15px;
}

.diverror_title_alt {
	background: black;
	height:28px;
    padding:4px 7px 0 15px;
}
.diverror_title h1 {
    float:left;
    font-size:1.3em;
    font-weight:bold;
    padding:3px 0 0 0px;
    color:#FFFFFF;
}

.diverror_title_alt h1 {
    float:left;
    font-size:1.3em;
    font-weight:bold;
    padding:3px 0 0 0px;
    color:#FFFFFF;
}
.diverror_body {
    background-color:white;
    border-left: 1px solid rgb(0, 0, 0);
    border-right: 1px solid rgb(0, 0, 0);
    border-bottom: 1px solid rgb(0, 0, 0);
    padding:5px 5px 10px 15px;
    clear:both;
    font-weight:bold;
}

/*  START TOP NAVIGATION BAR  */

#navBar {
	height:38px;
	clear:both;
	background-image:url(../images/navbarbg.png);
	background-repeat:repeat-x;
}
#navBarGateway {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:10px;
	width:auto;
}
#navBarGateway span {
		position:relative;
		top:-7px;
		display:inline;
		line-height:10px;
		cursor:default;
	}
#navBarButtonsWrapper {
	float:right;
	text-align:right;
	width:auto;
}

ul#navbarButtons {
	list-style:none;
	margin:0;
	padding:0;
}
ul#navbarButtons li {
	display:block;
	width:auto;
	float:left;
	font-size:11px;
	padding:0;
	margin:0;
	height:28px;
	background-image:url(../images/navbar-separator.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:1px;
}
ul#navbarButtons li a {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
	padding:4px 12px 10px 12px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	display:block;
}
ul#navbarButtons li a:hover {
	text-decoration:none;
	background-image:url(../images/navbar-grey-hover.gif);
	background-repeat:repeat-x;
	background-position:left top;
}
ul#navbarButtons li a.active {
	background-image:url(../images/navbar-active.gif);
	background-repeat:no-repeat;
	background-position:center top;
	color:#FFFFFF;
	text-decoration:none;
}

/*  END TOP NAVIGATION BAR  */

/*  BEGIN LANGUAGE DROPDOWN */

.absolute_position
{
	position:absolute;
}
.lng_dropdown_div
{
	position:relative;
	font-size:11px;
	right:109px;
	margin:-29px 0 0 0;
	*margin:-32px 0 0 0;
	_margin:-29px 0 0 0;
}
div#selects {
    width: 100px;
    overflow:auto;
    display:none;
	position:absolute;
	left: -1px;
	top: 19px;
	background:#fff;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: solid 1px #4e77a1;
	border-top: 1px solid #4e77a1;
}

div#selects a {
    padding: 0 0 0 4px;
    color:#333;
    font-size:11px;
    text-decoration:none;
    display:block;
}
.input_default_cursor {
    cursor:default;
}
:focus
{
  -moz-outline-style: none;
}

div#selects.shown {
    display:block;
    width:100px;

}
div#selects.shown a:hover {
    cursor:default;
    color:#cc0000;
    background:#316ac5;
    color:#fff;
}
div#selects {
    z-index:5;
}

div.tab {
	display: none;
}

.placeholderProductTab ul
{
	margin: 0px;
	list-style: none;
}

.placeholderProductTab ul li
{
	background-image: none;
}

/*  END LANGUAGE DROPDOWN */

th.section_title
{
	text-align: right;
}

th.section_title a
{
	font-weight: bold;
	font-family: arial;
	font-size: 13px;
	color: #333;
	text-decoration: none;
}

.right_sidebar h2
{
	font-family: arial;
	font-weight: normal;
	font-size: 16px;
	color: #666;
}

.category_panel
{
	float: left;
	padding: 0px 0px 0px 26px;
	width: 335px;
	height: 190px;
	text-align: center;
}

.category_panel h3
{
	background: url('../images/table_th.gif') repeat-x;
	height: 20px;
	padding: 5px 0px 20px 10px;
	display: block;
	text-align: left;
}

.category_panel h3 a
{
	text-decoration: none;
	font-size: 13px;
	color: #333;
	font-family: arial;
	font-weight: bold;
}

/* BEGIN SEARCH PAGER */

.Pager-search
{
	margin: auto;
	border: 0px;
	text-align: center;
}

.Pager-search a
{
	margin: auto;
	border: 0px;
	text-align: center;
	text-decoration: none;
	color: #404040;
}

.Pager-search .Back-search-ON
{
	float: left;
	background: url('../images/btn_compare_back.gif') 0 0 repeat-x;
	border:solid 1px #999999;
    color:#999999;
    cursor:pointer;
    display:block;
    font-size:11px;
    font-weight:normal;
    padding:2px 10px 2px 10px;
}

.Pager-search .Number-search-ON
{
	float: left;
	background: #EF1C3A;
	border:solid 1px #999999;
    color:#FFFFFF;
    cursor:pointer;
    display:block;
    font-size:11px;
    font-weight:normal;
    padding:2px 10px 2px 10px;
}

.Pager-search .Number-search
{
	float: left;
	background: url('../images/btn_compare_back.gif') 0 0 repeat-x;
	border:solid 1px #999999;
    color:#404040;
    cursor:pointer;
    display:block;
    font-size:11px;
    font-weight:normal;
    padding:2px 10px 2px 10px;
}

.Pager-search .Forward-search
{
	float: left;
	background: url('../images/btn_compare_back.gif') 0 0 repeat-x;
	border:solid 1px #999999;
    color:#404040;
    cursor:pointer;
    display:block;
    font-size:11px;
    font-weight:normal;
    padding:2px 10px 2px 10px;
}

.Pager-search .Back-search
{
	float: left;
	background: url('../images/btn_compare_back.gif') 0 0 repeat-x;
	border:solid 1px #999999;
    color:#404040;
    cursor:pointer;
    display:block;
    font-size:11px;
    font-weight:normal;
    padding:2px 10px 2px 10px;
}

.Pager-search .Space-search
{
	float: left;
	border:solid 1px #ffffff;
    display:block;
    width: 0px;
}

.Pager-search .Forward-search-ON
{
	float: left;
	background: url('../images/btn_compare_back.gif') 0 0 repeat-x;
	border:solid 1px #999999;
    color:#999999;
    cursor:pointer;
    display:block;
    font-size:11px;
    font-weight:normal;
    padding:2px 10px 2px 10px;
}

/* END SEARCH PAGER */

.stbutton{
	color: #666666 !important;
	margin-left: 17px !important;
}

.stbuttontext{
	color:#666666;
	font-size: 10px;
}

.footer img.icon
{
	vertical-align: middle;
	padding-bottom: 3px;
}


/* Drafts Login */
.draft_login .btn
{
    background: url('/admin/images/btn_back.gif') 0 0 repeat-x;
    border:solid 1px #999999;
    color:#404040;
    cursor:pointer;
    font-size:11px;
    font-weight:normal;
    padding:2px 10px 2px 10px;
}
.draft_login
{
	background: url(/admin/images/login_bgrd.gif) no-repeat;
	margin: 0px auto;
	padding: 0px;
	width: 370px;
	height: 412px;
	margin-top: 87px;
}
draft_login table
{
	margin-top: 198px;
	margin-left: 132px;
}
.website_administration {
    float:right;
    font-size:18px;
    font-weight:normal;
    padding:10px 10px 0 0;
}
.draft_login table td {
    padding: 2px 10px 2px 0;
}
.login_textbox
{
	border: solid 1px #797979;
	line-height: 20px;
	padding:2px 0;
	width: 140px;
}


div.fileList {
	height: 800px;
	overflow-y: scroll;
}
div.fileList td.first {
	width: 64%;
}
div.fileList td {
	width: 20%;
}
div.langLinks {
	margin: 5px;
	border-bottom: 1px solid #ccc;
}
div.langLinks a{
	font-size: 1.3em;
	font-style: bold;
}
