/*
------------------------------------------------------------------
                             HTML TAG STYLES
------------------------------------------------------------------
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10;
	margin-left: auto;
}
hr {
	border: none 0;
	border-top: 2px solid #844;
	width: 100%;
	height: 4px;
}
.txt_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #05368B;
}
img {
	border:0px;
}
blockquote {  /* joris */
margin-right: 0px;
}
/*
------------------------------------------------------------------
                             LINK STYLES
------------------------------------------------------------------
*/
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: none;
}
/*------------------------------------------------------------------*/
.nav, .nav:link, .nav:visited {
	color: #00CCFF;
	text-decoration: none;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.nav:hover {
	color: #FF0000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
p.selection {
	display: block;	
	color: #aab;
	float: left;
	margin: 0px auto 0px auto;
	padding: 4px 4px;
	height: 30px;
	width: auto;
	font-size: 1em;
	line-height: 1.2em;
	border-right: #fff 4px solid;
	background: #eef;
}
p.selection:hover {
	border-right: #fff 4px solid;
	background: #fff;
	color: #b04;
}
a.selection {
	display: block;	
	float: left;
	margin: 0px auto 0px auto;
	padding: 4px 4px;
	height: 30px;
	width: auto;
	font-size: 1em;
	line-height: 1.2em;
	border-right: #fff 4px solid;
	background: #eef;
	text-align: left;
	color: #aab;
	font-weight: bold;
}

a.selection:hover {
	color: #b04;
	background: #fff;
}

/*------------------------------------------------------------------*/
/* flags by joris */
a.flag:link {
  margin: 0 0px 0 0;
	width: 22px;
	padding: 0 11px;
	height: 16px;
}
a.flag:visited {
  margin: 0 0px 0 0;
	width: 22px;
	padding: 0 11px;
	height: 16px;
}
a.flag:hover {
  margin: 0 0px 0 0;
	width: 22px;
	padding: 0 11px;
	height: 16px;
}
/*------------------------------------------------------------------
a#eng:link {
	background-image: url(../images/flag_eng_up.gif);
	background-repeat:no-repeat;
}
a#eng:hover {
	background-image: url(../images/flag_eng_down.gif);
	background-repeat:no-repeat;
}
a#fra:link {
	background-image: url(../images/flag_fra_up.gif);
	background-repeat:no-repeat;
}
a#fra:hover{
	background-image: url(../images/flag_fra_down.gif);
	background-repeat:no-repeat;
}
------------------------------------------------------------------*/


/*
------------------------------------------------------------------
                             TABLE STYLES
------------------------------------------------------------------
.tbl_borders {
	border: 1px solid #000000;
}
*/

/*
------------------------------------------------------------------
                          HEADER STYLES - See header.css
------------------------------------------------------------------
*/

/*
------------------------------------------------------------------
                           CONTENT STYLES
------------------------------------------------------------------
*/
/*.td_page_title {
	background-image:url(../images/top_bg_content.gif);
	background-repeat:repeat-x;
	background-color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #9E3C23;
	font-weight: bold;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #ccc; 
	padding-right: 20px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #7B0000;
}*/
.td_page_title_left {
	background-color: #E8E8E8; /*#F0EDE8;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; /*z was 20*/
	vertical-align: middle;
}
.td_flags {
	padding-right: 14px;
	background-color: #E8E8E8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC3300;
	text-align: right;
	vertical-align: middle;
}
.td_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 14px;
	background-color: #E8E8E8;
}
.td_content_plain {
	padding: 5px;
	font-size: 12px;
}
/*.td_line_right {
	padding: 5px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #9E3C23;
}*/
/*
------------------------------------------------------------------
                       FOOTER STYLES - See footer.css
------------------------------------------------------------------
*/
.td_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-right: 14px;
	background-color: #000000;
}
.td_bottom_links {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #9E3C23;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-align: right;
	vertical-align: bottom;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.txt_footer_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
.txt_footer_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}

/* foot by joris */
a.foot:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #dddddd;
	text-decoration: none;
}
a.foot:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #dddddd;
	text-decoration: none;
}
a.foot:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: none;
}
/*
------------------------------------------------------------------
                            MENU STYLES
------------------------------------------------------------------
*/
.td_left_menu {
	width:219px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.td_main_menu {
	background-color: #000000;
	text-align: center;
	vertical-align: top;
}
/*
------------------------------------------------------------------
                            SHOWCASE STYLES
------------------------------------------------------------------
*/
.td_showcase {
	text-align: left;
	vertical-align: top;
	padding: 4px 7px 4px 7px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #7B0000;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #7B0000;
}
.td_showcase_description {
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #9E3C23;
	vertical-align: top;
	border-bottom-width: 0px; /*z*/
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 5px;
}
.td_showcase_image {
	text-align: left;
	vertical-align: top;
	padding: 5px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
/*
------------------------------------------------------------------
                        DISTRIBUTORS STYLES
------------------------------------------------------------------
*/
.td_distributor_lists_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	font-weight: bold;
	background-color: #000000;
	text-align: left;
	vertical-align: middle;
}
.td_page_title_dist_list {
	background-color: #E8E8E8; /*#F0EDE8;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC3300;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	padding-left: 7px;
}
.td_distributor_lists {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	text-align: left;
	vertical-align: middle;
}
/*
------------------------------------------------------------------
                        ACCESSORIES STYLES
------------------------------------------------------------------
*/
.td_accessories_title {
	vertical-align: middle;
	padding: 5px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
	text-align: center;
}
.td_accessories_left {
	vertical-align: middle;
	padding: 5px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.td_accessories_right {
	vertical-align: middle;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.td_accessories_across {
	vertical-align: middle;
	padding: 5px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2B3278;
	font-weight: bold;
	background-color: #E8E8E8;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}
.td_accessories_middle {
	vertical-align: middle;
	padding: 5px;
	text-align: center;
}
.td_accessories_left_divide {
	vertical-align: middle;
	padding: 5px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	text-align: center;
}
.td_accessories_image {
	vertical-align: middle;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	text-align: center;
}
.td_channel_adapter {
	padding: 5px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #9E3C23;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.td_accessories_middle_divide {
	vertical-align: middle;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	text-align: center;
}
/*
------------------------------------------------------------------
                     PRODUCT & CATEGORY STYLES
------------------------------------------------------------------
*/

.td_cat_tl { /*joris*/
	border: 2px solid #fff;
	padding: 4px;
}
.td_cat_tr { /*joris*/
	border-top-width: 2px;
	padding: 4px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-top-color: #fff;
}
.td_cat_bl { /*joris*/
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	padding: 4px;
}
.td_cat_br { /*joris*/
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 4px;
}

.td_product_tn {
	text-align: center;
	vertical-align: top;
	padding: 5px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-color: #eeeeee;
}
.td_product_tn_3 {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #9E3C23;
	background-color: #eeeeee;
	vertical-align: top;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 5px;
}
/*
------------------------------------------------------------------
                           NEWS STYLES
------------------------------------------------------------------
*/
.txt_news_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #7B0000;
	padding-left: 10px;
	text-transform: uppercase;
}
.td_news_topic {
	background-color: #CCCCCC;
	padding: 7px;
	width: 219px;
}
.txt_news_topic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3F3F3F;
	font-weight: bold;
}
.txt_news_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c40; /* was #f90 */
}
/*
------------------------------------------------------------------
                              TEXT STYLES
------------------------------------------------------------------
*/
.txt_plain_red {
	color: #FF0000;
}
.txt_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.txt_non_link_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-right: 14px;
}
.txt_welcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #7B0000;
	padding-right: 20px;
}
/*
------------------------------------------------------------------
                              FONT STYLES
------------------------------------------------------------------
.font1 {
	font-weight:bold;
	color:#EBE8E2;
}
.font2 {
	color:#969696;
}
.font3 {
	font-weight:bold;
	color:#7B0000;
	padding-left:21px;
	text-transform:uppercase;
}
.font4 {
	color:#3F3F3F;
	text-align:left;
	font-weight:bold;
	margin-top:8px;
	padding-left:24px;
}
.font4 a {
	color:#3F3F3F; text-decoration:none;
}
.font4 a:hover {
	color:#3F3F3F; text-decoration:underline;
}
.font5 {
	color:#9D3B23;
	font-weight:bold;
	font-size:14px;
}
.font6 a {
	color:#535353; text-decoration:underline; font-size:12px;
}
.font6 a:hover {
	color:#535353; text-decoration:none; font-weight:bold; font-size:12px;
}
.font7 { 
	color:#3F3F3F;
}
*/

/*
------------------------------------------------------------------
                              FORM STYLES
------------------------------------------------------------------
*/
#form1 {
	width:144px;
	font-size:11px;
	font-weight:bold;
	color:#000000;
}
.td_form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
/*
------------------------------------------------------------------
                             JORIS STYLES
------------------------------------------------------------------
.z-left {
	margin: 0 7px 0 7px;
}
.topic-list {
	border: #00f 0px solid;
	margin-top: 6px;
	margin-left: 6px;
	padding-left: 6px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	
	padding: 12px 6px 0 6px;
	border-top: #7B0000 2px solid;
	margin-top: -0px;
}
.contentCopy {
	background-image:url(../images/news_top.jpg);
	background-repeat:repeat-x;
	background-color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #9E3C23;
	font-weight: bold;
	padding-left: 12px;	
}
*/


/*
------------------------------------------------------------------
                    ???   UNUSED SORT STYLES   ???
------------------------------------------------------------------
.td_detail {
	padding: 5px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #7B0000;
	background-color: #eeeeee;
}
.td_page_borders {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #9E3B24;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #9E3B24;
	padding: 5px;
}
.content
{
	background-image:url(../images/top_bg_content.gif);
	background-repeat:repeat-x;
	background-color: #eee; 
}
select {
	width:72px;
	font-size:11px;
}
option {
	font-size:10px;
}
.input_style
{height:15px; width:30px; text-align:center; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#483217; border:1px solid #A8A8A8; padding:0px;
}
.main_bg {
	background-image:url(../images/bg_main.gif);
	width:26px;
}
.main_bg_2
{
	background-image:url(../images/bg_main_2.gif);
	width:31px;
}
.bg_menu {
	background-image:url(../images/bg_menu.gif);
	background-repeat:repeat-y;
}
.bg_menu2
{
	background-image:url(../images/bg_menu_2.gif);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#ECEAE4;
}
.bg_carts {
	background-image:url(../images/bg_carts.gif);
	background-repeat:repeat-y;
	background-position:bottom center;
	height:45px;
	width:219px;
}
.bg_content_top2 {
	background-image:url(../images/bg_content_top2.gif);
	background-repeat:no-repeat;
}
.bg_content_center2 {
	background-image:url(../images/bg_content_center2.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
.content_text_pos {
	color:#3F3F3F;
	padding-left:20px;
	padding-right:18px;
}
.content_text_pos1 {
	padding-right:16px;
	text-align:right;
	height:32px;
}
.no_bg
{
	background:url(../images/bg_list_2.gif) center left no-repeat;
	margin:0px;
	padding:0 0 0 38px;
	height:24px;
}
#footer
{
	width:125px;
	height:67px;
	background-image:url(../images/footer_img.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
.footer
{
	color:#8A8A8A;
	font-size:11px;
	height:48px;
	width:592px;

}
p.z-text {
padding: 0px 6px 0 6px;
}
h3.h_showcase { 
	padding-bottom: 12px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.dotsrule { 
	clear: both;
	background-color: #eee;
	border-top: 2px #CCCCCC dotted;
}


.td_cat_tl {
	border: 1px dashed #666666;
}
.td_cat_tr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.td_cat_bl {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #666666;
}
.td_cat_br {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-right-color: #666666;
	border-bottom-color: #666666;
}
*/
.txt_blue_big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #05368B;
}

.txt_lrg_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #D01;
}

