
/* Reset */
p, ol, dl, ul, p, h1, h2, h3, h4, h5, h6, form, .radio {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
    border: none;
    font-weight: normal;
    font-size: 100%;
    clear: both;
}
img {
    border: none;
}
.radio {
    display: inline;
}



/* General */
html, body {
    margin: 0;
    padding: 0;
}
body {
    text-align: center; /* IE5- */
    font-family: verdana;
    font-size: 10px;
    line-height: 140%;
    color: #000000;
    /*background-color:#E6E5EA;*/
    background-color:transparent;
    /*background-image: url(/images/Mc_Underwater_Prop.jpg);*/
  
}
#page {
    text-align: left; /* IE5- */
    width: 745px;    
    margin: auto;
    position: relative;
    border-top: none;
    padding-left: 15px;
    padding-right: 15px;
background-color:transparent;         
}

#page_start {
          
    width: 765px;    
    margin: auto;
    position: relative;
    border-top: none;     
    padding-left: 15px;
    padding-right: 15px;
    text-align: justify;    
}

#dialog_page {
    text-align: left; /* IE5- */
    width: 90%;
    margin: auto;
    padding: 10px;
    position: relative;
}
fieldset {
    display:inline;
    padding: 10px;
}
textarea {
    overflow: auto;
}

select, textarea {
    font-family: verdana;
    font-size: 100%;  
    border: 1px solid #A1A0A3;   
    width:100px; 
}

.hr
{
    border: none;
    border-bottom: 1px solid #666;
    margin: 0;
    padding: 0;
    margin-top: 0.5em;
}

input {
    font-family: verdana;
    font-size: 100%;  
    border: 1px solid #A1A0A3;    
}

input.button_submit{
    height: 20px;
    cursor: pointer;
    background-color: transparent;    
    color: #fff;
    border: none;
    font-weight:bold;
    font-size: 10px;
    text-align: center;
}

input.buttonLong,
input.button {
    height: 19px;
    padding: 0px 6px 3px 6px;
    cursor: pointer;
    background-color: transparent;
    color: #fff;
    font-weight: normal;
    font-size: 10px;
    text-align: center;
}

input.buttonLong
{
    font-weight: bold;
    border: none;
}

input.button, button {
    border: 0;
    background-image: url(/images/css_images/searchButton.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    width: 78px;
    height: 28px;
    color: #FFF;
    // padding-top: 4px;
    // background-image: none;
    // filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/CSS_Images/searchButton.png', sizingMethod='crop');
}



input.buttonLong_search,
input.button_search {
    padding: 0pt 2px 4px 0pt;
    cursor: pointer;
    background-image: url(/images/CSS_Images/searchButton.png);
    background-position: center; 
    background-repeat: no-repeat;  
    text-align: center;
    border: none;
    height: 30px;
    width: 81px;
    background-color:transparent;
}

input.buttonLong_search_header,
input.button_search_header {
    
    padding: 0px 6px 3px 6px;
    cursor: pointer;
    /*background-image: url(/images/CSS_Images/submit.jpg);
    background-position: center; 
    background-repeat: no-repeat;    
    text-align: center;*/
    border: none;
    /*height: 27px;
    width: 141px;*/
    background-color:transparent;
    font-size: 8pt;
}

/*input.textbox
{
    border-top: 1px solid #808080;
    border-left: 1px solid #808080;
    border-right: 1px solid #D4D0C8;
    border-bottom: 1px solid #D4D0C8;
    padding: 0.2em;
} */

input.textbox
{
    border-top: 0px solid #fff;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    border-bottom: 0px solid #fff;
    padding: 0.7em;
    background-image:url('/images/CSS_Images/TextBox.png');
    background-repeat:no-repeat;
    background-color: transparent;
}

input.textbox2
{
    border-top: 0px solid #fff;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    border-bottom: 0px solid #fff;
    padding: 0.7em;
    background-image:url('/images/CSS_Images/TextBox2.png'); 
    background-repeat:no-repeat;
background-color: transparent;
}

input.textbox3
{
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    background-color: transparent;
    
}
#checkOutBtn{

    padding: 0px 6px 3px 6px;
    cursor: pointer;
    background-image: url(/images/CSS_Images/topSearchBG_long.png);
    background-position: center; 
    background-repeat: no-repeat;    
    text-align: center;
    border: none;
    height: 27px;

    width: 161px;
    background-color:#F5F5F5;
    color: #FFF;

}

.general_button_container {

overflow: hidden;
width: 100%;
color: #FFF;
text-color: #FFF;

}


.general_button_part {

float: left;
color: #FFF;
text-color: #FFF;
/*display: inline;*/ 
 
}


input.radio, input.checkbox {
    border:none;
}

input[type=hidden] {
    display: none;
}

label {
    font-weight: bold;
}
a:link {
    font-weight: bold;
    text-decoration: none;

}
a:visited {
    font-weight: bold;
    text-decoration: none;
color: #FFF;
text-color: #FFF;
}
a:visited:hover, a:hover {
    color: #D70000;
    font-weight: bold;
    text-decoration: underline;
}

dl {
    display:block;
    width:100%;
    overflow: hidden;
}

dt {
    width: 180px;
    text-align:left;
    margin-left:0px;
    float:left;    
}

dd {
    text-align:left;
    margin:0px;    
}

.tr_hover
{ 
    background-color:#A1A0A3; 
    cursor:pointer; 
    color:#ffffff;
}

.tr_hover_resellers
{ 
    background-color:#E0E0E0; 
    cursor:pointer; 
    color:#000;
}

.error_msg, .required, .important_msg, .unread
{
    color:#ff0000;
    font-weight:bold;
}

#keepAliveImg{
    position:absolute;
    left: -1000;
}

.inline
{
    display: inline;
}

.displayNone
{
    display:none;
}
/* for demo site only */
#w3ss_selectCss {
    position: absolute;
    right: 10px;
    top: 5px;
    color: #A1A0A3;
    width: 150px;
    z-index:9999999;
    font-size:80%;
}

span.searchPageNavigator {
    width: 20px;
    height: 20px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    padding: 2px;
    cursor: pointer;
    font-size: 8pt;
    float:left;
    clear: none;
}


/* table_list */
.table_list{
    width: 95%;
    border-collapse: collapse;
    border: 1px solid transparent;
    margin: 1em 10px; 
}
.table_list th{
    background-color: transparent; 
}
.table_list td{
    border-bottom: 1px solid transparent; 
}


#table_country_search{
  /*align: center; */
  width: 98%;  
} 




#mainContainerStart{

align: center;
}


#UpFlashStart{

height: 220px;
overflow: hidden;

}


#ObjectFlashUp, #EmbedUp{

/*padding-left:10px; */
width: 745px;
height: 223px;
align: center;
     
/*padding-left:15px;
width: 730px;
height: 223px;*/

}  
  

#start_page_images_table{

align: center;
border: 0;
cellpadding: 0;
cellspacing: 0;
width: 765px;
}
      

#td_img_bottomleft{

align: left;
valign: bottom;
width: 10px;
}

#img_bottomLeft{

width: 10px; 
height : 211px;
}  


#td_img_lCornerUp{

align: left;
bgcolor: #f8fafe;
valign: top;

}

#td_img_bottomTileLeft{

background-image: url(/images/CSS_Images/bottomTile.gif); 
background-position: center top; 
background-repeat: repeat-x; 
background-color: rgb(248, 250, 254); 
align: left;
valign: top;
}

#td_news_furniture {
align: left;
height: 100%;
valign: top;
}

#td_news {

border-bottom: 1px solid rgb(161, 183, 235);
padding: 2px 8px 8px 24px; 
width: 245px; 
align: left;
valign: top;
}

#td_furniture {

border-top: 1px solid rgb(217, 224, 240); 
padding: 8px 0pt 0pt 24px; 
align: left;
valign: top;

}

#table_news_furniture{

border: 0;
cellpadding: 0;
cellspacing: 0;
width: 100%;

}

#logosContainer {

background-image: url(/images/CSS_Images/null.gif); 
width : 179px; 
height : 80px;

}


#table_products_start{

border: 0;
cellpadding: 0;
cellspacing: 0;
width: 100%;
height: 100%;

}

#td_img_centerLeftShadow {

align: left;
valign: bottom;
width: 1px;

}


#td_img_products {

padding: 0pt 0pt 15px;
width: 246px;
align: left;
height: 100%;
valign: top;

}


#td_img_allProdsBG{

background-image: url(/images/CSS_Images/allProdsBG.gif); 
background-position: center bottom; 
background-repeat: no-repeat;
align: center; 
height: 45px;
valign: middle;

}

#td_img_bottomTileCenter{

background-image: url(/images/CSS_Images/bottomTile.gif); 
background-position: center top; 
background-repeat: repeat-x; 
background-color: rgb(248, 250, 254);
height: 0px;
}

#td_left_table{
background-image: url(/images/CSS_Images/hpDegr.gif); 
background-position: center top; 
background-repeat: repeat-x; 
background-color: rgb(248, 250, 254);
align: left;
height: 100%;
valign: top;
width: 245px; 
}

#left_table{

border: 0;
cellpadding: 0;
cellspacing: 0;
width: 100%;
height: 100%; 

}


#td_center_table{

/*background-color: #fff;/*
background-color: transparent;
align: left;
height: 100%;
valign: top; 

}

#center_table{

border: 0;
cellpadding: 0;
cellspacing: 0;
width: 100%;
height: 240px;

}

#NewProductImg {

align: left;
border: 0;
hspace: 7;
width: 115px;
height: 81px;

}


#td_search_start {

padding: 16px 8px 8px 24px;
width: 243px;
align: left;
valign: top;
}


#td_right_table{
background-image: url(/images/CSS_Images/hpDegr.gif); 
background-position: center top; 
background-repeat: repeat-x; 
background-color: rgb(248, 250, 254);
align: right;
height: 100%;
valign: top;
width: 243px;

}

#right_table{

border: 0;
cellpadding: 0;
cellspacing: 0;
/*width: 81px;*/
width: 236px;
height: 240px;

/*border: 0;
cellpadding: 0;
cellspacing: 0;
width: 243px;
height: 240px;*/
}

#td_img_rCornerDown {

background-image: url(/images/CSS_Images/bottomTile.gif); 
background-position: center top; 
background-repeat: repeat-x; 
background-color: rgb(248, 250, 254);
align: right;
valign: top;>

}


.general_product_container {

overflow: hidden;
width: 100%;
padding-top: 1em;
padding-bottom: 1em;
position: relative;
padding-left:10px;

}

.general_product_part {

float: left;
padding-left: 40px;
width: 300px; 
 
}

.general_product_part div
{
    padding-bottom: 0.5em;
}

.general_product_img {

float: left;
width: 115px;
height: 81px;  
 
}

.general_short_description
{
    color: #666;
    text-align: justify;
    height:54px;
    overflow:hidden;
}

.buy_buttons_catalog
{
    position: absolute;
    right: 95px;
    bottom: 35px;
}



/* Product List - list Mode for tables */
table.category_list {
    border-collapse: collapse;
    width: 100%;
}
table.category_list th {
    font-weight: bold;
    padding: 5px 5px 6px 5px;
}

table.category_list td {
}

table.category_list td.category_image {
}

table.category_list td.category_image img {
    width: 150px;
}

table.category_list a.category_link {
    padding-left: 0%;
}

table.category_list thead {
    font-family: verdana;
    font-size: 120%;
    font-weight: bold;
}

table.category_list a {
    padding-left: 10%;
    align: center;
    padding-right: 2px;  
}



.reseller_container {
    overflow: hidden;
    width: 100%
}

.reseller_image_container { 
    float: left;
    width: 50%;
}

.reseller_image_container table
{
    width: 100%;
}

.reseller_image_container table th
{
    padding: 0.2em;
    color: #666;
    background-color: #E0E0E0;
}

.reseller_image_container table td
{
    padding: 0.2em;
    color: #666;
}

.reseller_image_container table tr a,
.reseller_image_container table tr a:visited,
.reseller_image_container table tr a:hover,
.reseller_image_container table tr a:visited:hover
{
    color: #666;
    font-weight: normal;
}

.reseller_info_container { 
    float: left;
}


/* Text content */
.text_container {
    padding: 1em;
    overflow: hidden;
    text-align: justify;
}

.text_container a{
    color: #012D94;
}

.news_search_container {
 overflow: hidden;
 width: 100%;
}

.news_search_column {
 float: left;
 width: 24%;
} 

  
.ButtonsContactContainer {
 overflow: hidden;
 width: 60%;

}

.ButtonContact {
 float: left;
 width: 50%;
} 


.ButtonsWizardContainer {
 overflow: hidden;
 width: 98%;
}

.ButtonWizard {
 float: right;
 /*width: 50%;*/
}


.ButtonsOrderContainer {
 overflow: hidden;
 width: 100%;
 
}

.ButtonOrder {
 float: left;
 /*width: 19%;*/
}

.ButtonOrderMedium {
 float: left;
 /*width: 24%;*/
}  

.ButtonOrderLong {
 float: left;
 /*width: 32%;*/
} 


.redBigTxt{
    margin: 1em 10px;

	font-family:Verdana;

	font-size:18px;

	color:#FC0000;

	text-decoration:none;
}

.blueMediumTxt{

	font-family:Verdana;

	font-size:11px;

	color:#001C5E;

	text-decoration:none;

}

.greyTxt{

	font-family:Verdana;

	font-size:10px;

	color:#666666;

	text-decoration:none;

}


.greyTxt:hover{

	text-decoration:underline;
    color:#000000;

}


.blackTxt{

	font-family:Verdana;

	font-size:10px;

	color:#000000;

	text-decoration:none;

}



.blackTxt h3{
position:absolute;
width:200px;
height:20px;
background-image:url('/Images/CSS_Images/h8.PNG');
background-repeat:no-repeat;
background-position: top;
text-align:center;
}



.blackTxt:hover{

	/*color:#FC0000;*/
 /*color: #012D94; */

}

div.blackTxt:hover{

	/*color:#FC0000;*/
 /*color: #012D94; */

}


.blackTxtU{

	font-family:Verdana;

	font-size:10px;

	color:#000000;

	text-decoration:none;

}


.blackTxtU:hover{

	text-decoration:underline;
    color:#000000;

}


.topMenuTxt{

	font-family:Verdana;

	font-size:10px;

	color:#000000;

	text-decoration:none;

}

a.topMenuTxt{

	font-family:Verdana;

	font-size:10px;

	color:#000000;

	text-decoration:none;
    font-weight: normal;

}

.topMenuTxt:hover{

	color:#012D94;
    text-decoration:none;

}

a.topMenuTxt:hover{

	color:#012D94;
    font-weight: normal;
    text-decoration:none;

}



.topMenuTxtSelected{

	font-family:Verdana;

	font-size:10px;

	color:#D70000;

	text-decoration:none;

}


.text_container ul,
.text_container ul li
{
    list-style:disc;
    margin-left: 10px;
}

.text_container ol,
.text_container ol li
{
    list-style:decimal;
    margin-left: 10px;
}

/*
#main_primary .text_container {
    margin: 1em 15px;
}

#main_primary .text_container p, #main_secondary .text_container p {
    margin: 1em 0;
}
*/
#main_secondary h1 {
/*background-image: url(/mainImages/newDesign/h1.gif);
    background-position: left; 
    background-repeat: no-repeat;  
    background-color: transparent;*/
    font-size: 120%;
    /*color: #fff;*/
    color: #000;
    padding: .3em 10px .3em 30px;
    font-weight: normal;
    text-transform: capitalize;
    letter-spacing: 1px;
}

#main h1 {
   /* background-image: url(/mainImages/newDesign/h1Long.gif);
    background-position: left; 
    background-repeat: no-repeat;  
    background-color: transparent;*/
    /*font-size: 150%;*/
    font-size: 18px;
    /*color: #fff;*/
    color: #000;
    padding: .3em 10px .3em 30px;
    font-weight: normal;
    text-transform: capitalize;
    letter-spacing: 1px;
    line-height: 20px;
}
#confirmDiv h2,
#main h2 {
/*background-image: url(/mainImages/newDesign/h1.gif);
    background-position: left; 
    background-repeat: no-repeat;  
    background-color: transparent;*/
    font-size: 120%;
    /*color: #fff;*/
    color: #000;
    padding: .3em 10px .3em 30px;
    font-weight: bold;
    letter-spacing: 1px;
}
#main h3 {

    font-size: 120%;
    color: #A1A0A3;
    padding: 10px ;
    font-weight: bold;
    letter-spacing: 1px;
}


#main_tips h1 {
    background-color: transparent;
    font-size: 18px;
    color: #000;
    padding: .3em 10px .3em 30px;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 1px;
}

#main_tips h2 {
    background-color: transparent;
    font-size: 120%;    
    color: #000;
    padding: .3em 10px .3em 30px;
    font-weight: bold;
    letter-spacing: 1px;
}


/* Dialog styles */

#dialog_page h1 {
/*background-image: url(/mainImages/newDesign/h1.gif);
    background-position: left; 
    background-repeat: no-repeat;  */
    font-size: 150%;
    color: #A1A0A3;
    padding: .3em 10px .3em 0px;
    margin-top: 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#dialog_page h2 {
    font-size: 120%;
    color: #A1A0A3;
    padding: .3em 10px .3em 0px;
    margin-top: 10px;
    font-weight: bold;
    letter-spacing: 1px;
}
#dialog_page h3 {
    font-size: 120%;
    color: #A1A0A3;
    padding: 10px;
    margin-top: 10px;
    font-weight: bold;
    letter-spacing: 1px;
}




/* Menu */

#main_menu {
    padding-left: 20px;
}

#table_menu_site{

border-collapse: collapse;
border: 0;
/*background-color: #E6E5EA;*/
}


#main_menu_table {

border-collapse: collapse; 
height: 28px; 
width: 745px;
border: 0;
}

#main_menu_container {
    
    
    /*background-repeat: repeat-x; */
    /*background-color: #E6E5EA; */  
}
#main_menu_container img {
    display: inline;
}
#main_menu_container a {
    /*display: block;
    float: center;
    color: #fff;
    font-weight: bold;
    padding: .3em 1em;
    text-decoration: none;*/
width:120px;
}
#main_menu_container li.selected a {
    color:#D70000;  
}
#main_menu_container li a:hover {
    color:#012d94;
}
#main_menu_container ul {
}
#main_menu_container li {
    float: left;
} 

#main_menu_container div{
}

#main_menu_container div.selected {
}

#main_menu_container div.selected  a {

/*position: relative;*/ 
width: 100%;
color:#D70000;


}

#main_menu_container div a:hover {
    color:#012d94;
}

#main_menu_container td
{
text-align:center;
width:120px;
background-image: url(/images/CSS_Images/menuBG.gif);    
padding: 0pt 10px;
text-transform: uppercase;
text-color:#ffffff;
color:#fff;

    
}

#main_menu_container td a,
#main_menu_container td a:visited
{
    color: black;
    font-weight: normal;
}

#main_menu_container td a:hover,
#main_menu_container td a:visited:hover
{
    text-decoration: none;
    font-weight: normal;
}

#main_menu_container td:first-child,
#main_menu_container .firstElement
{
   
}

#td_menuBottom {
//background-image: url(/images/CSS_Images/menuBottom.gif); 
background-repeat: repeat-x;
/*background-color: #E6E5EA;*/
background-position: bottom;
height: 17px;
font-size: 1px;
}


#td_menuTop {


/*height: 10px;
font-size: 1px;*/
}

#span_links_sitemap a,
#span_links_sitemap a:visited
{
font-weight: normal;
color: black;
}

#span_links_sitemap a:hover,
#span_links_sitemap a:visited:hover
{
font-weight: normal;
text-decoration: none;
color: #D70000;
}


/* Editor menu */
#editor_menu_container {
    position: absolute;
    top: 0px;
    right: 5px;
    color: #000;
    text-align: left;
    background-color: white;
    padding: 5px;
    border: 2px solid #0a246a;
    z-index: 75;
    
}
#editor_menu_container a {
    color: #000;
}
#tp_impersonate, 
#login_info_container {
    float: none;
    clear: both;
    padding-top:5px;
    padding-right:8px;
    color:black;
}
#w3ss_adminMenuUl li {
    display: block;
}


/* PRODUCT TREE */
#product_catalog_container {
    background-color: transparent; 
    padding: 0;
    margin: 0;
    position: relative;
}


/* Header */
img#w3ss_TopBanner
{
    display:none;
}

#w3ss_AdminNoLogoTxt
{
    display: inline;
}

#w3ss_AdminChangeLogo
{
    display: none;
}


#w3ss_logoSpacer
{
    width: 1px;
    height: 70px;
}

#header {
    background: transparent url(/images/Logos/Motocraft_logo.gif) top left no-repeat;
}
#logotype {

    width: 740px;
    height: 110px;
}
#flag_container {
}
#flag_container img {
    border: 0;
    filter: alpha(opacity=30);
    opacity: 0.3;
}
#flag_container img.selected {
    border: 0;
    filter: alpha(opacity=100);
    opacity: 1;
}
#flag_container img:hover {
    border: 0;
    filter: alpha(opacity=100);
    opacity: 1;
}

#flag_container ul {
    margin-left: 14px;
}

#flag_container li {
    float: left;
}
#flag_container a {
    display: block;
    margin-right: 3px;
}

.topBlueBar
{
    background-color: transparent;
    overflow: hidden;
    width: 100%;
    color: white;
    height:40px;
}

.topBlueBar ul
{
background-color: transparent;
    overflow: hidden;
    width: 100%;
    display: block;
}

.topBlueBar li
{
background-color: transparent;
    width: 48%;
    float: left;
    display: block;
    padding: 1px;
    font-size: 1px;
}

.topBlueBar li li
{
background-color: transparent;    
width: auto;
    float: none;
    display: inline;
    padding: 0;
}

.topBlueBar .first
{
background-color: transparent ;   
text-align: left;
}

.topBlueBar .second
{
background-color: transparent;    
text-align: right;
    color: white;
    font-size: 8pt;
}

#table_logo_search_link, #table_logo_search_link tr
{
    width: 97%;
}

#table_logo_search_link td
{
    vertical-align: middle;
}


/* Top image */
#TopImage {
    margin-bottom: -1em;
}



/* Footer */
#tp_footer {
    
    color: black;
    padding: 2px;
    text-align:center;
}

#tp_footer a {
    color:black;
    font-weight: normal;
}

#tp_footer_menu {
    
    color: black;
    padding: 5px;
    text-align:center;
}

#tp_footer_menu a {
    color:black;
    font-weight: normal;
}


/* Panes */
#pane_container_wrapper
{
    /* dp background: url(/mainImages/mLeftTile.gif) top left repeat-y;*/
    padding-left: 10px;
    width: 745px;
    position: relative;
    /*background-color: transparent;*/
background-color:transparent;

}

#pane_container {
    width: 736px;
    padding-right: 10px;
    overflow: hidden;
    /* dp background: url(/mainImages/mRightTile.gif) top right repeat-y;*/
    /*background-color: transparent;*/
background-color:transparent;
}

#pane_container.wide {
 /*background-color: transparent;*/
background-color:transparent;
}
   
.pane {
    float: left;
     /*background-color: transparent;*/
background-color:transparent;
}

#main_primary .pane_product {
    width: 558px;
 /*background-color: transparent;*/
background-color:transparent;}

#pane_container_start {
    width: 745px;
    overflow: hidden;
 /*background-color: transparent;*/
background-color:transparent;}

#pane1 {
    width: 169px;
    overflow: hidden;
 /*background-color: transparent;*/
background-color:transparent;
   /* dp  background: url(/mainImages/mMenuRightShadow.gif) top right repeat-y;*/
}

#main_secondary_files
{
    width: 169px;
    overflow: hidden;
}

#main_secondary_files li
{
    list-style: none;
    text-align: center;
}

#pane_left_main {
    width: 163px;
    float: left;
    overflow: hidden;
}

#pane_left_part {
    width: 6px;
    overflow: hidden; 
    background-color: transparent;
   /* dp  background: url(/mainImages/mMenuRightShadow.gif) top left repeat-y;*/
    float: left;
}

#pane_left_part_bottom
{
    width: 169px;
    height: 74px;
    overflow: hidden;
    background-color: transparent;
    /* dp background: url(/mainImages/mFinishingShadow.gif) top right no-repeat;*/
    clear: both;
}

.main_top_main {
    width: 100%;
    height: 15px;
    background-color: transparent;
    /* dp background: url(/mainImages/mTopTile.gif) bottom left repeat-x;*/
    overflow: hidden;
    margin-bottom: 0.7em;
}

#main_top_main_crumb
{
    padding-left: 20px;
    color: #798CC5;
}

#main_top_main_crumb a, #main_top_main_crumb a:visited,
#main_top_main_crumb a:hover, #main_top_main_crumb a:visited:hover
{
    font-weight: normal;
    text-decoration: none;
    color: black;
}

#main_top_main_crumb a.lvl0, #main_top_main_crumb a.lvl0:visited
{
    color: #293C75;
}

#main_top_main_crumb a.lvl1, #main_top_main_crumb a.lvl1:visited
{
    color: #495C95;
}

#main_top_main_crumb a.lvl2, #main_top_main_crumb a.lvl2:visited
{
    color: #697CB5;
}

#main_top_main_crumb a.lvl3, #main_top_main_crumb a.lvl3:visited
{
    color: #798CC5;
}

#main_top_left {
    width: 10px;
    height: 23px;
    /* dp background: url(/mainImages/mTopLeft.gif) top left no-repeat;*/
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
}

#main_top_left_round {
    width: 19px;
    height: 22px;
    /* dp background: url(/mainImages/mTopLeftRound.gif) top left no-repeat;*/
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
}

#main_top_right {
    width: 19px;
    height: 22px;
    /* dp background: url(/mainImages/mTopRight.gif) top left no-repeat;*/
    overflow: hidden;
    position: absolute;
    top: 0px;
    right: 0px;
}

#main_bottom_main {
    width: 755px;
    height: 18px;
    /* dp background: url(/mainImages/mBottomTile.gif) bottom left repeat-x;*/
    overflow: hidden;
    clear: both;
    position: relative;
}

#main_bottom_left {
    width: 18px;
    height: 18px;
    /* dp background: url(/mainImages/mBottomLeft.gif) top left no-repeat;*/
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

#main_bottom_right {
    width: 18px;
    height: 18px;
    /* dp background: url(/mainImages/mBottomRight.gif) top left no-repeat;*/
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

#pane_left_part {
    width: 6px;
    overflow: hidden;
    background: url(/mainImages/mMenuRightShadow.gif) top left repeat-y;
    float: left;
}

#main_secondary {
    width: 100%;   
    background-color: transparent;
}

#main_secondary_self {
    width: 202px;
    background-color: transparent;
    float: left;
    padding-left: 4px;
}

#main {
    width: 558px;
    background-color: transparent;     
}

#main.pane_wide {
    width: 100%;
    background-color: transparent;     
}

#main_tips {
    width: 100%; /*730px;*/
    background-color: transparent;     
}

#main_primary {
    width: 558px;
    background-color: transparent;
    overflow: hidden;
}

#main_primary_self {    
    width: 100%; /*558px;*/
    background-color: transparent;
}

#main_primary.pane_wide {
     width: 100%;
     /*background-color: #fff;*/
background-color: transparent;
}

.product_title a{

color: #000;
}

.product_title a:hover{

color: red;
}


.product_more a{

color: #D23B44;
}

.product_more a:hover{

color: #000;
}



.tipsWrapper
{
    position: relative;
    float: none;
    position: absolute;
    right: 20px;
    top: 20px;
}

#HelpLink
{
    text-align: right;
}


/* Replacement for Sub menu */
#B2C_item_tree_replacement_container {
}



/* Search box */
#search_container {
    /*margin: 1em 15px 1em 15px;*/
}
#search_container #q {
    width: 85%;
}

#search_advanced a {
    font-size: 85%;
}

.simple_search_Item_Description
{
    border: 1px solid #A1A0A3;
    width: 101px;
    font-size: 8pt;
}

.mainSearchField{
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	width:165px;
	border-top:1px solid #808080;
	border-right:1px solid #D4D0C8;
	border-bottom:1px solid #D4D0C8;
	border-left:1px solid #808080;
}

#simple_search_start_Item_Description
{
    /*border: 1px solid #A1A0A3;
    width: 101px;*/
}

#searchResultPages li
{
    float:left;
    text-align: center;
    background-color: transparent;
    color: #fff;
    margin:0;
    padding: .3em 1em;
    text-decoration: none;
}


.w3ss_paging{
    clear:both;
    float:none;
    margin: 0;
    padding: 0;
    border: 1px solid #efefef;
    border-right: none;
    border-left: none;
    /*height: 24px;*/
    width: 100%;
    overflow: hidden;         
}

.w3ss_paging .w3ss_pagingLeft,
.w3ss_paging .w3ss_pagingRight
{
    vertical-align: middle;
    padding: 0px 2px;
}

.w3ss_paging .pages
{
    display: inline;
    width: 100px;
}

.w3ss_paging select
{
    margin-right:20px;
    font-size:80%;
}

.w3ss_paging a, .w3ss_paging a:visited
{
    margin: 0 2px;
    color: black;
}

.w3ss_paging a.gap
{
    margin-right: 8px;
}

.w3ss_paging a:hover, .w3ss_paging a:visited:hover
{
}

.w3ss_paging .pages a
{
    margin: 0;
    margin-left: 3px;
}

.w3ss_paging img
{
    vertical-align: middle;
}

.w3ss_paging .pages a.selectedPage
{
    color: #D70000;
    padding:2px;
    font-weight:bold;
}

.w3ss_paging .w3ss_pagingLeft
{
    display:block;
    float: left;
    margin: 0;
}

.w3ss_paging .w3ss_pagingRight
{
    display: block;
    float: right;
    text-align: right;
    margin: 0;
}


/* Shopping cart */
#shoppingCart, 
#crumbsNav {
    float:left;
    text-align: center;
    margin-top: 10px;
    width: 100%;
    /*width: 716px;*/
    background-color: transparent;
    color: #000;
    font-weight: bold;
    padding: .3em 1em;
    text-decoration: none;
}

#shoppingCart #priceType {
    display: inline;
    padding-right:20px;
    text-align: center;
    vertical-align: middle;
}
#shoppingCart select {
    display: inline;
    font-family: lucida console, courier new;           /* these fonts should be in fixed width to give a straight right margin */
    font-size: 100%;
}

.CheckOutNavigationContainer {
 overflow: hidden;
 width: 100%;
 
}

.CheckOutNavigation {
 float: left;
 /*width: 19%;*/
}

#checkout_list
{
  width: 550px;
}

#checkout_list ul li
{
    text-align:left;
    display:block;
    float:left;
}

#checkout_list ul li hr
{
    margin: 10px 0px 0px 0px;
    color:black;
    width:20px;
    height:2px;
}

#checkout_list ul li img
{
    border:0;
}


/* ORDER LINES */
#th_price,
#th_instock,
#th_qty,
#th_total,
#th_remove,
#th_amount,
#th_remainingAmount {
    text-align: right;
}
.order_line_price,
.order_line_inventory,
.order_line_quantity,
.order_line_amount,
.order_line_delete,
.order_line_freight_amount,
.order_line_remaining_amount {
    text-align: right;
    padding-right: 5px;
}

#th_desc,
#th_contact {
    text-align: left;
}
.order_line_desc {
    text-align: left;
}

#th_date, 
#th_dueDate {
    text-align: center;
}
.order_line_date {
    text-align: center;
}

.order_line_quantity_td {
    text-align: right;
}
.order_line_amount .price {
    font-weight: normal;
    color: #000000;
    font-size: 100%;
}


/* View Basket */
#theItemTable{
    width: 95%;
    border-collapse: collapse;
}
#theItemTable td {
    border-bottom: 1px solid #F5F5F5;
}

#theItemTable td#freight_ruler_cell {
    border-bottom: 1px solid #fff;
}
#freight_ruler{
    display:none;
}

#div_calc{
    text-align: right;
    width: 95%;
    margin-bottom: 20px;
}
#view_basket_calc_container #calc_table,
#view_summary_calc_container #calc_table{
    border-collapse: collapse;
    width: 300px;
    display: inline;
}
#view_basket_calc_container #calc_table{
    margin-right: 75px;
}

#div_calc td {
    border-bottom: 1px solid #F5F5F5;
    text-align: left;
    width: 150px;
}

#div_calc #calcDiscount,
#div_calc #calcAmount,
#div_calc #calcAmountIncVAT,
#div_calc #calcVAT{
    text-align: right;
}

#div_calc #calcAmountIncVAT{
    border-top: 2px solid #F5F5F5;
}
#view_basket_button_container{
    text-align: center;
}
#div_no_items{
    display:none;
}

#itemNos {
    width: 450px;
    height: 50px;
}


/* Enter Details */
#order_details_container,
#order_details_logon_form,
#shipping_adress,
#shipping_container,
#enter_details_password_container{
    float:clear;
}

#order_details_logon_form A{
    display: block;
    margin-top: 10px;
}

#order_details_container label,
#shipping_adress label,
#shipping_container label,
#enter_details_password_container label{
    width: 23%;
    display:inline;
    float: left;
    margin: 2px;
}

#order_details_container .textbox,
#order_details_container select,
#shipping_adress .textbox,
#shipping_container .textbox,
#enter_details_password_container .textbox{
    width: 24%;
    display:inline;
    float: left;
    margin: 2px;                                                                                                             
}
#order_details_comment {
    clear:both;
    float:none;
}

#order_details_address,
#order_details_address2,
#order_details_postcode,
#order_details_shipping_address,
#order_details_shipping_address2,
#order_details_shipping_postcode{
    float: none;
    clear: both;
}

#order_process_buttons{
    text-align: right;
    padding-right: 8px;
}

#order_details_credit_cards{
    margin-top: 10px;
    margin-left: 50px;
}

#order_details_deliveryType{
    display: block;
}

#order_details_deliveryType .radio{
    float: left;
}

#show_change_shipping_address{
    display: block;
    float: none;
    clear: both;
    margin-bottom: 40px;
}

#show_change_shipping_address .radio{
    float: left;
}

#shipping_adress .radio
{
    float:left;
    clear:left;
}

#shipping_adress .shippingAddress
{
    display:block;
    float:left;
    width:450px;
    padding: 2px 5px 10px 5px;
}

#shipping_adress #order_details_shipping_fields
{
    float:none;
    clear:both;
}


/* VIEW SUMMARY */

#parameterForm address {
    margin-left: 180px;
}


/* Send Order */
#send_order_cc_info, 
#send_order_no_cc_info {
    margin-top: 30px;
    margin-bottom: 20px;
}

#send_order_cc_error {
    display: none;
    color: red;
    font-weight: bold;
    font-size: 120%;
    margin:30px;
}

#send_order_cc_trans_error {
    display: none;
    color: red;
    font-weight: bold;
    font-size: 120%;
    margin:30px;
}

#send_order_open_cc_btn {
    margin: 50px;
}

#send_order_cc_details_authorizeNet label {
    font-weight:normal;
    display:block;
}
#send_order_cc_details_authorizeNet .button {
    margin:0px; 
    margin-left:70px;
}

#send_order_cc_details_commidea label{
    font-weight:normal;
    display:block;
}

#send_order_cc_details_commidea .button {
    margin:0px; 
    margin-left:70px;
}

#send_order_cc_details_commidea fieldset {
   width:45%;
}

#CC_ProviderLogo label {
    float:left;    
}

#imgLogoCC {
    margin-top:-33px;  
}

#send_order_cc_details_paypal .button {
    margin-left:370px;
}

#send_order_cc_details_paypal_address {
    width:50%;
}

#send_order_cc_details_paypal_address label {
    margin-left:5px;
    font-weight:normal;
    width:35%;
    margin: 2px 1%;
    display:inline; 
    float:left;
}

#send_order_cc_details_paypal_address input ,#send_order_cc_details_paypal select {
    float:left;
    margin-bottom:7px;
}

#send_order_cc_details_paypal_creditCard {
    width:60%;  
}


#send_order_cc_details_paypal_creditCard label {
    margin-left:5px;
    font-weight:normal;
    width:40%;
    margin: 2px 1%;
    display:inline; 
    float:left;
}

#send_order_cc_details_paypal_creditCard  input {
    float:left;
    margin-bottom:7px;
}

#send_order_cc_details_paypal_creditCard  select {
    float:left;
    margin-bottom:7px;
}

#send_order_cc_details_paypal_creditCard .redim {
   width:121px; 
}

#send_order_cc_details_paypal  legend {
    font-weight:bold;
    margin:10px; 
    padding:10px;         
}
 
#send_order_cc_netterminal label{
    font-weight:normal;
    display:block;    
} 

#send_order_cc_netterminal .button{
    margin:0px; 
    margin-left:70px;
}


/* Order Confirmation */
#confirmation_amount_ruler_container,
#confirmation_freight_ruler_container,
#confirmation_total_ruler_container{
    display:none;
}

#confirmation_freight_line,
#confirmation_amount_line,
#confirmation_vat_line,
#confirmation_total_line{
    font-weight: bold;
}

#confirmation_your_details_container address {
    margin-left: 180px;
}

/* width & height should also be set in pageHader. IE can not reach them from here to calulate the position*/

#confirmDiv
{
    position: absolute;
    z-index:5000;
    display:none;
    filter: alpha(opacity=95);
    opacity: 0.95;
    font-weight: bold;
    border-top: 1px solid #BEBEBE;
    border-bottom: 1px solid #BEBEBE;
    padding-top: 0.5em;
    height: 100px;
    background: url(/SystemImages/Enorasis/Images/confirmDivBck.gif) bottom left repeat-x #F2F2F2;
}

#confirmDiv .border2
{
}

#confirmDiv .title
{
    color: black;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 150%;
    display: inline;
}

#confirmDiv .mainText
{
    cursor: pointer;
    display: inline;
}

#confirmDiv .mainText a
{
    color: red;
}



#refreshMenuDiv
{
    position: absolute;
    top: 0px;
    right: 10px;
}


/* Product table - list Mode for tables */
table.product_table {
    border-collapse: collapse;
    border: 1px solid #F5F5F5;
    width: 100%;
    background-color: transparent;
}
table.product_table th {
    font-weight: bold;
    padding: .4em 6px;
}
table.product_table td {
    padding: .4em 6px;
    border-top: 1px solid #F5F5F5;
}
table.product_table thead {
    background-color: transparent;
    /*color: #fff;*/
    color:  #000000;
    font-weight: bold;
}

.product_table .ProductAmount {
    float: left;
}
.product_table .ProductUnit {
    float: left;
    width: 40px;
    text-transform: lowercase;
    text-align: left;
}
table.product_table th#thImg,
table.product_table td.tdImg {
    width: 50px;
}


/* Product List - matrix */
ul.product_matrix {
    padding: 1em 0 1em 15px;
}
ul.product_matrix li {
    width: 47%;
    float: left;
    border: 2px solid #F5F5F5;
    margin-right: 10px;
    margin-bottom: 10px;
    _margin-bottom: 0px; /* for win-ie */
}
ul.product_matrix li {
    height:180px;
}
ul.product_matrix li[class] {
    height: auto;
    min-height: 180px;
}

ul.product_matrix .product_field_caption{
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
}

ul.product_matrix .product_info{
    padding: 5px;
}
ul.product_matrix .product_image{
    text-align: center;
    padding: 3px;
    min-height: 70px;
}
ul.product_matrix .product_add{
    margin: 0px;
    margin-top: 20px;
    text-align: right;
}
ul.product_matrix .price_prefix{
    display: none;
}
ul.product_matrix .price_details{
    margin-top: 10px;
    display:inline;
}
ul.product_matrix .product_inventory{
    margin-top: 0px;
    margin-bottom: 0px;
    float: right;
}

/* some ie css bug work arounds */
ul.product_matrix li.matrix_spacer{
    clear: both;
    float: none;
    width: 90%;
    margin: 0px;
    padding: 0px;
    border: 0px solid red;
    height: 0px;
    overflow: hidden;
    display:block;
}
.matrix_row {
    clear: both;
    float: none;
}
ul.product_list_list li.matrix_spacer{
    display: none;
}


/* Product Variants */
.vnt_main_container ,
.vnt_sub_container{
    margin-top: 30px;
    float: none;
}

.variant_matrix th{
    text-align: center;
}
.variant_matrix td{
    border: 1px solid #A1A0A3;
    margin: 0;
}
.variant_matrix {
    border-collapse:collapse;
}

.variant_matrix .textbox{
    border: none;
    width: 35px;
    float: left;
    background: none;
}

.variantMtrxPrice {
    font-size: 70%;
    float: left;
}

.variantMtrxInventory {
    font-size: 70%;
    float: left;
}

.vnt_main_container label ,
.vnt_sub_container label{
    width: 80px;
    display: inline;
    float: left;
    margin: 5px;
}

.vnt_main_container select,
.vnt_sub_container select{
    width: 120px;
    display: inline;
    float: left;
    margin: 2px;
}

.vnt_cbo_qty_buy_container,
.vnt_mtx_buy_container,
.vnt_imgmtx_buy_container {
    clear: both;
    float: none;
    display: block;
    margin-top: 15px;
    text-align: right;
}


/* Page IDs */


/* ITEM PAGE */
.item_page_data_container {
    margin-right: 20px;
    margin-bottom: 20px;
}

.item_page_purchase_container{
    margin-bottom: 20px;
}
.priceTxt {
    display:inline;
    margin-right: 20px;
}
.price_prefix {
    display: inline;
}
.price {
    display: inline;
    font-size: 120%;
    color: #BB0000;
    font-weight: bold;
}
.ProductUnit {
    display: inline;
}

.categoryTitles
{
    overflow: hidden;
    width: 100%;
}

.item_page_short, .item_page_long
{
    margin-bottom: 1em;
}

.item_page_short
{
    font-style: italic;
}

.item_text_container {
    overflow: hidden;
    width: 100%;
}

.item_text_container table {
    width: 100%;
}

.categoryItemsNavigation
{
    padding: 0.5em;
    padding-bottom: 0px;
}

.categoryItemsNavigation * img
{
    vertical-align: middle;
}

#itemRelatedFiles ul
{
    width: 100%;
    overflow: hidden;
    list-style-type: none;
}

#itemRelatedFiles ul li
{
    width: 49.9%;
    float: left;
    overflow: hidden;
}

#itemCategories ul li a
{
    color: black;
    padding: 0.1em;
    display: block;
}

#itemCategories ul li a img
{
    vertical-align: middle;
}


/* history & statement details */
#history_details_general_container,
#history_details_invoicing_container,
#history_details_shipping_container
{
    overlow: hidden;
    width: 100%;
}

#history_details_general_container dt,
#history_details_invoicing_container dt,
#history_details_shipping_container dt,
#statement_details_general_container dt,
#statement_details_invoicing_container dt,
#statement_details_shipping_container dt {
    font-weight: bold;
    display: block;
    float: left;
    width: 35%;
}

#history_details_general_container dd,
#history_details_invoicing_container dd,
#history_details_shipping_container dd,
#statement_details_general_container dd,
#statement_details_invoicing_container dd,
#statement_details_shipping_container dd {
    display: block;
    float: left;
    width: 15%;
}

#history_details_back,
#statement_details_back{
    float: none;
    clear: both;
    padding-top: 20px;
}


/* ADVANCED SEARCH */

#searchForm label{
    width: 140px;
    display: inline;
    float: left;
}
#searchForm label,
#searchForm input,
#searchForm select{
    margin-top: 3px;
    margin-bottom: 3px;
}
#search_sorting_button {
    padding-left: 300px;
}


/* Terms & Conditions */
#terms_intro, 
#terms_body {
    padding-bottom: 20px;
}
#terms_buttons {
    text-align:center;
    padding: 30px;
}

#terms_close_button{
    position: absolute;
    right: 15px;
    top: 5px;
}


/* Start Page */

.news_listing_container {
    margin-top: 0px;
    padding-left:4px;    
}

#main .news_listing_container {
    margin-top: 0px;        
}
#main .news_listing_container h2 {
    background-color: #A1A0A3;
    font-size: 120%;
    color: #fff;
    padding: .3em 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    
}
#main .news_listing {
    padding: 0 10px;
    font-weight: normal;
}
#main .news_listing .date {
    font-weight: normal;
    display: inline;
}
#main .news_listing_container .news_listing a {
    font-weight: normal;    
}
#main .news_listing li {
    margin: 1em 0;
}
#main_image {
    width: 530px;
    height: 140px;
    margin: 0;
} 
#start_special_offers_list{
    margin-bottom: 10px;
}

#main .topSales_container h3 {
    background-color: #A1A0A3;
    font-size: 120%;
    color: #fff;
    padding: .3em 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#top_sales_list a{
    font-weight: normal;
}
#top_sales_list{
    padding-bottom:20px;
    padding-left: 20px;
}
#top_sales_list li{
    list-style: decimal;
    margin-left: 10px;
}
#main .quickBuy_container h3 {
    background-color: #A1A0A3;
    font-size: 120%;
    color: #fff;
    padding: .3em 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.startPageTable
{
    width: 765px;
    table-layout: auto;
}

.startPageTable tr
{
    width: 765px;
}

#logosContainer .mirror_effe
{
    width : 179px;
    height : 48px;
    overflow: hidden;
    // filter: alpha(opacity=20) alpha(opacity=100, finishopacity=0, style=1, startX=0, startY=90, finishX=0, finishY=0) progid:DXImageTransform.Microsoft.BasicImage(mirror=1) progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}


/* Subscription form */
#contactForm label,
#SubscriptionForm  label{
    width:160px;
    display:block;
    float: left;
}

#contactForm .textbox,
#SubscriptionForm  .textbox{
    margin: 2px;
}

#SubscriptionForm_Submit{
    margin-top: 2px;
    margin-left: 200px;
}

#UnSubscriptionForm_Submit{
    margin-top: 10px;
    /*margin-left: 200px;*/
    margin-left: 10px;
}

#main_primary textarea {
	width:90%;	
}

#wic_online_counter,
#wic_busy_counter,
#wic_counter_container {
    display: inline;
}

#wic_help_dialog {
    text-align: center;
}
#wic_help_dialog div{
    text-align: left;
}
#wic_help_dialog .button{
    margin: 20px;
}
.newsfolders
{
    margin-left:65px;
    width:139px;
}
.noBoreder
{
	border:none;
}

.updateSubscriptions 
{
   margin-left:425px;
}


/* customer & contact details */
#Form_CustomerDetails
{
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
}

#contact_details_container,
#customerDetails_container{
    margin-top: 30px;
    clear: both;
    width: 100%;
    overflow: hidden;
    display: block;
}

#contact_details_container label ,
#customerDetails_container label
{
    width: 22%;
    display: block;
    float: left;
    margin: 1%;
    margin-top: 0;
}

#contact_details_container .textbox,
#customerDetails_container .textbox,
#customerDetails_container select
{
    width: 22%;
    display: block;
    float: left;
    margin: 1%;
    margin-top: 0;
}

#customerDetails_terms_container
{
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
    float:none;
    clear: both;
}

.contact_details_permission
{
    float:left;
    width: 250px;
}

#contact_details_buttons
{
    clear: both;
    float: none;
    width: 100%;
    text-align: center;
    padding-top: 30px;
}



/* Request Account */
#request_account_container{
    float:clear;
}

#request_account_container label{
    width: 23%;
    display:inline;
    float: left;
    margin: 2px;
}

#request_account_container .textbox,
#request_account_container select{
    width: 24%;
    display:inline;
    float: left;
    margin: 2px;                                                                                                             
}
#request_account_container Customer_comment {
    clear:both;
    float:none;
}
#reqAcc_address2,
#reqAcc_address,
#reqAcc_postcode,
#reqAcc_comments,
#reqAcc_buttons{
    float: none;
    clear: both;
}
#reqAcc_comments #Customer_Comments{
    width: 74%;
}#reqAcc_buttons{
    padding-top: 35px;
    text-align: right;
}



#balanceTable td, #balanceTable th,
#balanceListTable td, #balanceListTable th
{
    text-align: right;
    padding: 1px; 
    width: 480px;
    border: 1px solid #A1A0A3;
}

.balanceDivider
{
    border: 0;
    border-right: 1px solid red;
    padding:4px;
}


/* change password dialog */
#passwordForm label{
    width: 200px;
    display:inline;
    float: left;
    margin: 2px;
}

#passwordForm .button{
    float: right;
}


/* forum */
#forum_admin_info{
    width: 400px;
    padding: 5px;
    margin-top: 5px;
    border: 1px solid #ff0000;
}
#forum_path{
    background-color: #F5F5F5;
    margin-top: 5px;
    padding: 3px;
}



.floatingHelpWindow
{
    position: absolute;
    right: 20px;
}



.newsList a,
.newsList a:visited,
.newsList .category
{
    color: black;
    text-decoration: none;
}

.newsList a:hover,
.newsList a:visited:hover
{
    color: #D70000;
    text-decoration: none;
}

.newsList .more a,
.newsList .more a:visited
{
    color: #08417f;
    text-decoration: none;
}

.newsList .more a:hover,
.newsList .more a:visited:hover
{
    color: #08417f;
    text-decoration: underline;
}

.newsList .category
{
    font-style: italic;
}

.newsList .text
{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}



.resellerLogo img
{
    width: 100%;
}



.imageList
{
    overflow: hidden;
    width: 100%;
}

.imageList li
{
    width: 31%;
    float: left;
    margin: 1%;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
}

.imageList li a img
{
    width: 100%;
}

.imageList li a, .imageList li a:visited,
.imageList li a:hover, .imageList li a:visited:hover
{
    color: #666;
    display: block;
    padding: 0.3em;
    background-color: #E0E0E0;
    border: 1px solid #D4D0C8;
}

/*
.imageList li a:hover, .imageList li a:visited:hover
{
    color: #000;
    text-decoration: none;
    display: block;
    padding: 0.3em;
    background-color: #FFEF8F;
    border: 1px solid #FFCD07;
}
*/

.fileList
{
    overflow: hidden;
    width: 100%;
}

.fileList li
{
    width: 31%;
    float: left;
    margin: 1%;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
}

.fileList li a img
{
    vertical-align: middle;
}

.fileList li a, .fileList li a:visited,
.fileList li a:hover, .fileList li a:visited:hover
{
    color: #666;
    display: block;
    padding: 0.3em;
    background-color: #E0E0E0;
    border: 1px solid #D4D0C8;
}

/*
.fileList li a:hover, .fileList li a:visited:hover
{
    color: #000;
    text-decoration: none;
    display: block;
    padding: 0.3em;
    background-color: #FFEF8F;
    border: 1px solid #FFCD07;
}
*/



.loginForm
{
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.loginForm label
{
    float: left;
    width: 35%;
    margin-top: 0.3em;
    padding: 0;
}

.loginForm input.textbox
{
    float: left;
    width: 35%;
    margin-top: 0.3em;
}

.loginForm input.button
{
    clear: both;
    display: block;
}



.pleaseWait
{
    position: absolute;
    height: 1.1em;
    width: 400px;
    right: 0px;
    top: 0px;
    z-index: 10000;
    font-weight: bold;
    text-align: right;
    padding-right: 20px;
}

.pleaseWait img
{
    vertical-align: center;
}

.selections
{
    display: block;
    overflow: hidden;
    width: 90%;
    background-color:#fff;
}

.selections li
{
    display: block;
}

.selections li select
{
    width: 100%;
    overflow: hidden;
}

.selections li ul
{
    overflow: hidden;
    width: 100%;
}

.selections li ul li
{
    width: 170px;
    height: 200px;
    float: left;
    cursor: pointer;
}

.selections li ul li div
{
    text-align: center;
}

.selections li ul li .partImage
{
    height: 150px;
    overflow: hidden;
}

.selections li ul li .partImage img
{
    width: 100px;
}

.partsTable
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 90%; //dp
    /*height: 20000px;*/
height:100%;
    background-color: #eee;
    overflow: hidden;
}

.partsMenu
{
    display: block;
    overflow: hidden;
    width: 100%;
    float: left;
    border-top: 1px solid #BEBEBE;
    border-bottom: 1px solid #BEBEBE;
}

.partsMenu li
{
    display: block;
    float: left;
    border-right: 1px solid #BEBEBE;
    height: 21px;
    padding-top: 5px;
    background: url(/images/CSS_Images/menuBG.gif) repeat-x top left;
}

.partsMenu li a, .partsMenu li a:visited
{
    color: black;
    padding: 2em;
}

.partsMenuBottom
{
    display: block;
    clear: both;
    border-top: 1px solid #BEBEBE;
    border-bottom: 1px solid #BEBEBE;
    height: 21px;
    padding-top: 5px;
    background: url(/images/CSS_Images/menuBG.gif) repeat-x top left;
}

.partsMenuBottom a, .partsMenuBottom a:visited
{
    color: black;
    padding: 2em;
}

.partsCatalog
{
    width: 100%;
    float: left;
}

.partsCatalog tbody, .partsCatalog tr
{
    width: 100%;
}

.partsImage
{
    width: 100%;
    float: left;
}

.partsImage img
{
    width: 100%;
}



.selfservice_menu_buttons_right
{
    padding: 0.6em;
    position: absolute;
    z-index: 80;
}

.selfservice_menu_buttons_right li
{
    padding: 0.6em;
    position: relative;
}

.selfservice_menu_buttons_right li a,
.selfservice_menu_buttons_right li a:visited,
.selfservice_menu_buttons_right li a:hover,
.selfservice_menu_buttons_right li a:visited:hover
{
    color: black;
    font-weight: normal;
}

.selfservice_menu_buttons_right .image img
{
    vertical-align: middle;
}

.selfservice_menu_buttons_right .submenu_wrapper
{
    position: absolute;
    top: 0px;
    right: 40px;
}

.selfservice_menu_buttons_right .submenu ul
{
    width: 88px;
    overflow: hidden;
}

.selfservice_menu_buttons_right .submenu ul li
{
    width: 88px;
    height: 88px;
    float: left;
}

.selfservice_menu_buttons_right .submenu_small *
{
    padding: 0;
    margin: 0;
}

.selfservice_menu_buttons_right .submenu_small ul
{
    width: 200px;
    background-color: white;
    opacity: 0.9;
    // filter: alpha(opacity=90);
    border: 1px solid #BEBEBE;
}

.selfservice_menu_buttons_right .submenu_small ul li
{
    width: 100%;
    overflow: hidden;
}

.selfservice_menu_buttons_right .submenu_small ul li .image img
{
    height: 24px;
}

.selfservice_menu_buttons_right .submenu_small ul li .image
{
    width: 30px;
    /*padding-top: 2px;
    padding-bottom: 2px;*/
    height: 24px;
    background-color: #FAFAFA;
    text-align: center;
    float: left;
    overflow: hidden;
}

.selfservice_menu_buttons_right .submenu_small ul li .title
{
    width: 163px;
    float: left;
    height: 24px;
    line-height: 24px;
    padding-left: 6px;
    text-align: left;
    overflow: hidden;
}



#sort_table
{
    border: 1px solid #e0e0e0;
	position: absolute;
    z-index: 1000001;
    right: -50px;
}

.sorttable
{
	background-color: white;
	width: 400px;
    z-index: 1000001;
}

.sorttable .tableHeader
{
	background-color: #eee;
	width: 100%;
}

.sorttable .tableRows
{
    height: 200px;
    overflow: auto;
    /*width: 100%;*/
}

.sorttable .tableRow
{
	border-bottom: 1px solid #e0e0e0;
	overflow: hidden;
	width: 100%;
	/*height: 1.3em;*/
}

.sorttable .numTableRowColumn
{
	overflow: hidden;
	width: 9%;
	float: left;
	/*height: 1.3em;
    padding: 1%;*/
    border-right: 1px solid #e0e0e0;
}

.sorttable .pathTableRowColumn
{
	overflow: hidden;
	width: 69%;
	float: left;
	/*height: 1.3em;
    padding: 1%;*/
    border-right: 1px solid #e0e0e0;
}

.sorttable .optionsTableRowColumn
{
	overflow: hidden;
	width: 20%;
	float: left;
	/*height: 1.3em;
    padding: 1%;*/    
}

.sorttable .optionsTableRowColumn a,
.sorttable .optionsTableRowColumn a:visited,
.sorttable .tableButton,
.sorttable .tableButton:visited
{
    display: block;
    float: left;
    padding-left: 2px;
    text-decoration: underline;
    font-weight: bold;
    color: #666;
    cursor: pointer;
}



.timer_msg
{
    font-size: 10pt;
    font-weight: bold;
    color: #ff0000;
}

.ProductAddButton {
    margin-left: 5px;
}

    
/***************************************
CALENDAR
****************************************/
    input.w3ss_calendar
    {
        background-color: white;
        color: black;
        font-family:arial;font-size:10px;
    }
    
    div.calendarTable
    {
        border: 2px solid #2244aa;
    }
    
    #w3ss_DateSelector
    {
        z-index:99999999;
        position:absolute;
        top:0px;
        left:0px;
        float:right;
        padding:4px;
        display:none;
        /*background-color: #ffffff;*/
background-color: transparent;
    }
    
    .calendar_date_selected, .calendar_date_selected span
    {
        color:#ffffff;
        background-color:#222222;
        cursor:hand;
    }
    
    .calendar_date_unselected, .calendar_date_unselected span
    {
        color:#000000;
        background-color:transparent;
        cursor:hand;
    }
    
    .calendar_date_unselected_sa_su, .calendar_date_unselected_sa_su span
    {
        background-color:#ffeeee;
        font-family:arial;
        font-size:10px;
        text-decoration: none;
        color:#000000;
    }
    
    
    #w3ss_CalandarTableDays
    {
        z-index:444;
        position:relative;
        left:0px;
        top:0px;
        border:0;
        padding:0;
    }
    
    #w3ss_CalandarTableDays th
    {
        border-bottom: 1px dashed #2244aa;
        align:left;
        text-align:left;
        font-family:arial;font-size:10px;
        text-decoration: none;
        color:black;
    }
    
    #w3ss_CalandarTableDays td
    {
        align:right;
        text-align:right;
        font-family:arial;font-size:10px;
        text-decoration: none;
        color:black;
        width:18px;
        height:14px;
        cursor:pointer;
    }
    
    #w3ss_CalandarTableDays td.weekNo
    {
        width:10px;
        border-right: 1px dashed #2244aa;
        align:right;
        cursor:hand;
        text-align:right;
        font-style:italic;
        font-family:arial;font-size:10px;
        text-decoration: none;
        color:black;
    }
    
    .w3ss_markedDateControl
    {
        color:#ffffff;
        background-color:#000080;
    }
    
    .w3ss_dateControl
    {
        color:#000000;
        background-color:#ffffff;
    }
    