/***************** Layout ************************/
BODY
{
    font-family: Verdana,arial,MS Sans Serif;
    padding-top: 15px;
    margin-top: 0px; /* used to be 5 for fixed width */
    margin-left: 0px;
    margin-right: 0px;
    background-color: #e3e3e3;
    text-align: center;
}


h1
{
   font-size: 100%;
   margin: 0px;
   color: #565656;
   font-weight: 600;
   padding-bottom: 1px;
}

h2
{
   font-size: 95%;
   margin: 0px;
   color: #565656;
   font-weight: 600;
   padding-bottom: 1px;

}

h3
{
   font-size: 90%;
   margin: 0px;
   color: #565656;
   font-weight: 600;
   padding-bottom: 1px;
}

h4
{
   font-size: 85%;
   margin: 0px;
   color: #565656;
   font-weight: 600;
   padding-bottom: 1px;
}

h5
{
   font-size: 80%;
   margin: 0px;
   color: #565656;
   font-weight: 600;
   padding-bottom: 1px;
}

h6
{
   font-size: 75%;
   margin: 0px;
   color: #565656;
   font-weight: 600;
   padding-bottom: 1px;
}


.background_footer
{
    background-color: #31319C;
    padding-left: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.background_header
{
    padding-left: 6px;
    padding-top: 6px;
    padding-bottom: 15px;
    padding-right: 15px;
}

.background_header_logo
{
    padding-left: 18px;
    padding-top: 6px;
    padding-bottom: 8px;
}

.ebiz_menu
{
    padding-top: 20px;
    padding-right: 22px;
    padding-bottom: 20px;
    padding-left: 15px;
}

.ebiz_menu_item
{
    padding-top: 20px;
    padding-right: 14px;
    padding-bottom: 20px;
    padding-left: 15px;
}

.estore_side_menu_padding_bottom
{
    border-bottom: 1px solid #686767;
}

.item_line
{
    background-repeat: repeat-x;
    background-image: url(../layout_images/square_line.gif);
    height: 1px;
}

.index_featured_width td
{
    width: 33%;
}

.main_layout
{
    text-align: center;
    border-left: 1px solid #66645c;
    border-bottom: 1px solid #66645c;
    border-top: 1px solid #66645c;
    background-color: #fff;
    width: 760px;
}


.main_table_right_border
{
    background-image: url(../layout_images/background_dropshadow.gif);
    background-repeat: repeat-y;
    width: 3px;
}

.menu_padding
{
    padding-left: 10px;
}

.menu_size_cell
{
    width: 200px;
}

.quickorder_padding
{
    padding-left: 8px;
}

.recommended_items
{
    padding-top: 10px;
    padding-bottom: 8px;
    background-repeat: repeat-x;
    background-image: url(../layout_images/square_line.gif);

    text-align: center;
    
}

.square_line_vert
{
    background-repeat: repeat-y;
    background-image: url(../layout_images/square_line_vert.gif);
    width: 1px;
    text-align: left;
}

.template_body
{
    padding-bottom: 25px;
    padding-top: 0px;
    padding-right: 22px;
    width: 560px;
}

.template_body_item
{
    padding-bottom: 20px;
    padding-top: 0px;
    padding-right: 10px;
    width: 560px;
}

.featured_items
{
 background-image: url(../layout_images/title_featured_ps.gif);
 background-repeat: no-repeat;
 text-align: left;	
 border: 1px dotted #333399;

}

.wish_list_padding
{
padding-bottom: 5px;	
}

.pcart_line_padding
{
	padding-top: 6px;
}

.tbl_customer_pricing td
{
padding-right: 25px;
padding-bottom: 5px;	
}

.tradeshow_header
{
    background-color: #cccc99;
    font-family: verdana, arial;
    color: #ffff;
    font-size: 11px;
    font-weight: bold;
    padding-left: 5px;

}
.tradeshow_gray
{
    background-color: #ececec;
    font-family: verdana, arial;
    color: #ffff;
    font-size: 11px;
    font-weight: normal;
    padding-left: 5px;
    vertical-align: top; 

}
.tradeshow_white
{
    background-color: #ffffff;
    font-family: verdana, arial;
    color: #ffff;
    font-size: 11px;
    font-weight: normal;
    padding-left: 5px;
    vertical-align: top; 

}
.map_white
{
    font-family: Verdana,arial,MS Sans Serif;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
}



/******************** Layout End ********************/


/******************** Div Layers ********************/

#item_expand
{
    position: absolute;
    border: 1px solid #898989;
    background-color: #fff;
    padding: 6px 6px 6px 6px;
    font-family: verdana, tahoma, arial;
    color: #333;
    font-weight: 400;
    font-size: 11px;
    display: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
 having issues with this take out for now
div.oid
 {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 1000;
  display: block;
  background-image: url(images/spacer.gif);    /*** change as necessary ***/
  background-repeat: repeat;
 }

/******************** Div Layers ********************/

/******************** Links *************************/

A
{
}
A:link
{
    color: #333399;
    text-decoration: none;
}
A:visited
{
    color: #333399;
    text-decoration: none;
}
A:hover
{
    color: #ffcc00;
    text-decoration: underline;
}
A:active
{
    color: #333399;
    text-decoration: none;
}

.bottomlink
{
    font-family: Verdana,arial,MS Sans Serif;
    font-style: normal;
    font-size: 11px;
    text-decoration: normal;
}
a.bottomlink:link
{
    text-decoration: normal;
    color: #ffffff;
}
a.bottomlink:visited
{
    text-decoration: normal;
    color: #ffffff;
}
a.bottomlink:hover
{
    text-decoration: underline;
    color: #56575A;
}
a.bottomlink:active
{
    text-decoration: normal;
    color: #ffffff;
}

.invoicelink
{
    font-family: Verdana,arial,MS Sans Serif;
    font-style: normal;
    font-size: 10px;
    text-decoration: normal;
}
a.invoicelink:link
{
    text-decoration: normal;
    color: #333399;
}
a.invoicelink:visited
{
    text-decoration: normal;
    color: #333399;
}
a.invoicelink:hover
{
    text-decoration: underline;
    color: #66645c;
}
a.invoicelink:active
{
    text-decoration: normal;
    color: #333399;
}

.mainlink
{
    font-family: Verdana,arial,MS Sans Serif;
    font-style: normal;
    font-size: 11px;
    text-decoration: normal;
}
a.mainlink:link
{
    text-decoration: normal;
    color: #333399;
}
a.mainlink:visited
{
    text-decoration: normal;
    color: #333399;
}
a.mainlink:hover
{
    text-decoration: underline;
    color: #ffcc00;
}
a.mainlink:active
{
    text-decoration: normal;
    color: #333399;
}



.ppplink
{
    font-family: Verdana,arial,MS Sans Serif;
    font-style: normal;
    font-size: 11px;
    text-decoration: normal;
    font-weight: 600;
}
a.ppplink:link
{
    text-decoration: normal;
}
a.ppplink:visited
{
    text-decoration: normal;
}
a.ppplink:hover
{
    text-decoration: none;
}
a.ppplink:active
{
    text-decoration: normal;
}
.sidenav
{
    font-family: Verdana,arial,MS Sans Serif;
    font-style: normal;
    font-size: 11px;
    color: #4F4F4F;
    text-decoration: normal;
}
a.sidenav:link
{
    text-decoration: normal;
    color: #4F4F4F;
}
a.sidenav:visited
{
    text-decoration: normal;
    color: #4F4F4F;
}
a.sidenav:hover
{
    text-decoration: underline;
    color: #FF0000;
}
a.sidenav:active
{
    text-decoration: normal;
    color: #4F4F4F;
}
.sidenav_sub1
{
    font-family: Verdana,arial,MS Sans Serif;
    font-style: normal;
    font-size: 11px;
    color: #30319B;
    text-decoration: normal;
}
a.sidenav_sub1:link
{
    text-decoration: normal;
    color: #30319B;
}
a.sidenav_sub1:visited
{
    text-decoration: normal;
    color: #4463FF;
}
a.sidenav_sub1:hover
{
    text-decoration: underline;
    color: #FF0000;
}
a.sidenav_sub1:active
{
    text-decoration: normal;
    color: #4463FF;
}
.sidenav_sub2
{
    font-family: Verdana,arial,MS Sans Serif;
    font-style: normal;
    font-size: 11px;
    font-weight: bold;
    color: #4463FF;
    text-decoration: normal;
}
a.sidenav_sub2:link
{
    text-decoration: normal;
    color: #4463FF;
    font-weight: bold;
}
a.sidenav_sub2:visited
{
    text-decoration: normal;
    color: #4463FF;
    font-weight: bold;
}
a.sidenav_sub2:hover
{
    text-decoration: underline;
    color: #932026;
    font-weight: bold;
}
a.sidenav_sub2:active
{
    text-decoration: normal;
    color: #4463FF;
    font-weight: bold;
}
.sidenav_my
{
    font-family: Verdana,arial,MS Sans Serif;
    font-style: normal;
    font-size: 11px;
    color: #4F4F4F;
    text-decoration: normal;
}
a.sidenav_my:link
{
    text-decoration: normal;
    color: #4F4F4F;
}
a.sidenav_my:visited
{
    text-decoration: normal;
    color: #4F4F4F;
}
a.sidenav_my:hover
{
    text-decoration: underline;
    color: #FF0000;
}
a.sidenav_my:active
{
    text-decoration: normal;
    color: #4F4F4F;
}
.sidenav_red
{
    font-family: Verdana,arial,MS Sans Serif;
    font-style: normal;
    font-size: 11px;
    color: #7A3B3B;
    text-decoration: normal;
}
a.sidenav_red:link
{
    text-decoration: normal;
    color: #7A3B3B;
}
a.sidenav_red:visited
{
    text-decoration: normal;
    color: #7A3B3B;
}
a.sidenav_red:hover
{
    text-decoration: underline;
    color: #FF0000;
}
a.sidenav_red:active
{
    text-decoration: normal;
    color: #7A3B3B;
}

.footer
{
    font-family: Verdana,arial,MS Sans Serif;
    font-style: normal;
    font-size: 11px;
    color: #4F4F4F;
    text-decoration: underline;
    line-height: 30px;
    background-color: #E3E3E3;
}
a.footer:link
{
    text-decoration: underline;
    color: #4F4F4F;
    background-color: #E3E3E3;
}
a.footer:visited
{
    text-decoration: underline;
    color: #4F4F4F;
    background-color: #E3E3E3;
}
a.footer:hover
{
    text-decoration: underline;
    color: #FF0000;
    background-color: #E3E3E3;
}
a.footer:active
{
    text-decoration: underline;
    color: #4F4F4F;
    background-color: #E3E3E3;
}
.prod_matrix
{
    font-family: Verdana,arial,MS Sans Serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    text-decoration: underline;
}
a.prod_matrix:link
{
    text-decoration: underline;
    color: #000000;
    font-weight: bold;
}
a.prod_matrix:visited
{
    text-decoration: underline;
    color: #000000;
    font-weight: bold;
}
a.prod_matrix:hover
{
    text-decoration: underline;
    color: #FF0000;
    font-weight: bold;
}
a.prod_matrix:active
{
    text-decoration: underline;
    color: #000000;
    font-weight: bold;
}


.sitemap_head
{
    font-family: Verdana,arial,MS Sans Serif;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
}
a.sitemap_head:link
{
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}
a.sitemap_head:visited
{
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}
a.sitemap_head:hover
{
    text-decoration: underline;
    color: #ffffff;
    font-weight: bold;
}

.recalls
{
    font-family: Verdana,arial,MS Sans Serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    color: red;
    text-decoration: none;
    line-height: 20px;
}
a.recalls_2:link
{
    text-decoration: none;
    color: red;
    text-decoration: none;
    margin-left: 20px;
    line-height: 18px;
}
a.recalls_2:visited
{
    text-decoration: none;
    color: red;
    margin-left: 20px;
    line-height: 18px;
}
a.recalls_2:hover
{
    text-decoration: underline;
    color: orange;
    margin-left: 20px;
    line-height: 18px;
}

.sitemap_1
{
    font-family: Verdana,arial,MS Sans Serif;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    color: #0066CC;
    text-decoration: none;
    line-height: 20px;
}
a.sitemap_1:link
{
    text-decoration: none;
    color: #0066CC;
    font-weight: bold;
    text-decoration: none;
}
a.sitemap_1:visited
{
    text-decoration: none;
    color: #0066CC;
    font-weight: bold;
}
a.sitemap_1:hover
{
    text-decoration: underline;
    color: #FF0000;
    font-weight: bold;
}


.sitemap_2
{
    font-family: Verdana,arial,MS Sans Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    color: #0066CC;
    text-decoration: none;
    margin-left: 20px;
    line-height: 20px;
}
a.sitemap_2:link
{
    text-decoration: none;
    color: #0066CC;
    font-weight: normal;
    margin-left: 20px;
}
a.sitemap_2:visited
{
    text-decoration: none;
    color: #0066CC;
    font-weight: normal;
    margin-left: 20px;
}
a.sitemap_2:hover
{
    text-decoration: underline;
    color: #FF0000;
    font-weight: normal;
    margin-left: 20px;
}


.sitemap_3
{
    font-family: Verdana,arial,MS Sans Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    color: #0066CC;
    text-decoration: none;
    margin-left: 40px;
    line-height: 20px;
}
a.sitemap_3:link
{
    text-decoration: none;
    color: #0066CC;
    font-weight: normal;
}
a.sitemap_3:visited
{
    text-decoration: none;
    color: #0066CC;
    font-weight: normal;
}
a.sitemap_3:hover
{
    text-decoration: underline;
    color: #FF0000;
    font-weight: normal;
}



.green
{
    font-family: Verdana,arial,MS Sans Serif;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    color: green;
    text-decoration: underline;
}
a.green:link
{
    text-decoration: underline;
    color: green;
    font-weight: bold;
}
a.green:visited
{
    text-decoration: underline;
    color: green;
    font-weight: bold;
}
a.green:hover
{
    text-decoration: underline;
    color: green;
    font-weight: bold;
}
.my_account_link
{
    font-family: Verdana,arial,MS Sans Serif;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    color: #333399;
    text-decoration: underline;
}
a.my_account_link:link
{
    text-decoration: underline;
    color: #333399;
    font-weight: bold;
}
a.my_account_link:visited
{
    text-decoration: underline;
    color: #333399;
    font-weight: bold;
}
a.my_account_link:hover
{
    text-decoration: underline;
    color: #ffcc00;
    font-weight: bold;
}

.press
{
    font-family: Verdana,arial,MS Sans Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    color: #BB3636;
    text-decoration: underline;
    line-height: 17px;

}
a.press:link
{
    text-decoration: underline;
    color: #BB3636;
    font-weight: normal;

}
a.press:visited
{
    text-decoration: underline;
    color: #BB3636;
    font-weight: normal;

}
a.press:hover
{
    text-decoration: underline;
    color: #ffcc00;
    font-weight: normal;

}
.press_index
{
    font-family: Verdana,arial,MS Sans Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    color: #FF0000;
    text-decoration: underline;

}
a.press_index:link
{
    text-decoration: underline;
    color: #FF0000;
    font-weight: normal;

}
a.press_index:visited
{
    text-decoration: underline;
    color: #FF0000;
    font-weight: normal;

}
a.press_index:hover
{
    text-decoration: underline;
    color: #ffcc00;
    font-weight: normal;

}
.my_account_white
{
    font-family: Verdana,arial,MS Sans Serif;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;

}
a.my_account_white:link
{
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;

}
a.my_account_white:visited
{
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;

}
a.my_account_white:hover
{
    text-decoration: underline;
    color: #FFFFFF;
    font-weight: bold;

}

/******************** End Links **********************/

/********************Google Nav Bar ******************/
.nav_selected
{
    font-size: 10px;
    color: #000;
    font-weight: 500;
    padding-left: 2px;
    padding-right: 1px;
}

.navlink
{
    font-family: Verdana,arial,MS Sans Serif;
    font-style: normal;
    font-size: 10px;
    text-decoration: normal;
    padding-left: 2px;
    padding-right: 1px;
}
a.navlink:link
{
    text-decoration: normal;
    color: #333399;
}
a.navlink:visited
{
    text-decoration: normal;
    color: #333399;
}
a.navlink:hover
{
    text-decoration: underline;
    color: #ffcc00;
}
a.navlink:active
{
    text-decoration: normal;
    color: #333399;
}


.nav_prevnext
{
    font-family: Verdana,arial,MS Sans Serif;
    font-style: normal;
    font-size: 10px;
    text-decoration: normal;
    padding-left: 4px;
    padding-right: 3px;
}
a.nav_prevnext:link
{
    text-decoration: normal;
    color: #333399;
}
a.nav_prevnext:visited
{
    text-decoration: normal;
    color: #333399;
}
a.nav_prevnext:hover
{
    text-decoration: underline;
    color: #ffcc00;
}
a.nav_prevnext:active
{
    text-decoration: normal;
    color: #333399;
}

.google_bar
{
    text-align: right;
    padding-top: 3px;
    position: relative;
    left: 3px;
}

/****************End Google Nav Bar ******************/


/****************Cookie Crumbs Bar* ******************/

.navbarlink
{
    font-family: Verdana,arial,MS Sans Serif;
    font-style: normal;
    font-size: 11px;
    text-decoration: normal;
    padding-left: 0px;
    padding-right: 4px;
}
a.navbarlink:link
{
    text-decoration: normal;
    color: #333399;
}
a.navbarlink:visited
{
    text-decoration: normal;
    color: #333399;
}
a.navbarlink:hover
{
    text-decoration: underline;
    color: #ffcc00;
}
a.navbarlink:active
{
    text-decoration: normal;
    color: #333399;
}

.cat_nav_bar_padding
{
    padding-bottom: 5px;
    position: relative;
    left: -5px;
}


/**************End Cookie Crumbs Bar* ****************/


/*************** Make/Model Matrix *******************/

.alternate_rows
{
    background-color: #777777; 
}

/************* End Make/Model Matrix *****************/


/******************** Colors *************************/

.background_bar_bottom
{
    background-color: #ffce00;
}

.background_bar_top
{
    background-color: #7b7373;
}

.background_purple
{
    background-color: #31319C;
}

.black
{
    color: #111111;
    font-weight: 600;
}

.shopping_cart_header_message
{
  color: #333399;
  font-weight: 600;
}

.cart_background_color
{
    background-color: #F1BF74;
}

.freight_message
{
    background-color: #DCDCDC;
    color: #333399;
}

.freight_message_yellow
{
    background-color: #FFF1C3;
    color: #971726;
    padding: 15px 4px 15px 4px;
}

.help_sub_title
{
    color: #333399;
    font-weight: 600;
    padding-bottom: 1px;
}

.help_title
{
    padding-bottom: 1px;
    color: #333399;
}
.important
{
    color: #bb0000;
}
.item_description
{
    color: #66645c;
}
.mas_ebiz_background
{
    background-color: #FFF1C3;
}
.mas_ebiz_background_2
{
    background-color: #DFFFFD;
}
.red
{
	color: #bb0000;
}

.sales_price
{
    padding-top: 2px;
    color: #bb0000;
    font-weight: 600;
}

.white
{
	background-color: #fff;
}

.style2 
{ 
	color: #000000; 
}
.price_black
{ 
	color: #000000; 
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
}
.price_red
{ 
	color: #ff0000; 
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
}
.price_green
{ 
	color: #298E3A; 
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	font-style: italic;
}
.price_strike
{ 
	color: #000000; 
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	text-decoration: line-through;
}

/****************** End Colors ***********************/


/****************** Text Types ***********************/

.small
{
    font-family: Verdana,arial,MS Sans Serif;
    font-size: 7pt;
    color: #454545;
}

.line
{
    border-top-color: #cacaca;
    border-top-style: dotted;
    border-top-width: 100%;
    height: 1px;
    color: #a9a9a9;
    border-bottom-width: 0px;
}

.textbox
{
    border: 1px solid #898989;
    font-size: 9px;
}

.saved_cart_description
{
   font-size: 11px;
}

.saved_cart_padding
{
	padding: 0px 5px 0px 5px;	
}

.search_textbox
{
    border: 1px solid #333;
    font-size: 11px;
}

.qty_textbox
{
    border: 1px solid #898989;
    font-size: 11px;
    text-align: right;
}

.search_textbox
{
    border: 1px solid #898989;
    font-size: 11px;
}

.sku_qty_textbox
{
    border: 1px solid #898989;
    font-size: 11px;
    text-align: right;
    width: 26px;
}

.button
{
    border: #333399 1px solid;
    border-width: 1px;
    background-color: #ffcc00;
    color: #333399;
    cursor: pointer;
    cursor: hand;
}

.button_inquiry
{
    border: #333333 1px solid;
    border-width: 1px;
    background-color: #333399;
    color: #fff;
    cursor: pointer;
    cursor: hand;
}


.buttonItem
{
    border: #565656 1px solid;
    border-width: 1px;
    background-color: #ffffff;
    color: #333333;
    cursor: pointer;
    cursor: hand;
}

.buttonLink
{
    border: #ffffff 0px solid;
    border-width: 0px;
    background-color: #ffffff;
    color: #333399;
    cursor: pointer;
    cursor: hand;
    font-family: Verdana,arial,MS Sans Serif;
    font-size: 11px;
    text-decoration: underline;
}
.buttonLink:hover
{
    border: #ffffff 0px solid;
    border-width: 0px;
    background-color: #ffffff;
    color: #FFCC00;
    cursor: pointer;
    cursor: hand;
    font-family: Verdana,arial,MS Sans Serif;
    font-size: 11px;
    text-decoration: underline;
}


/* used */
.ebiztextbox
{
    border-right: #898989 1px solid;
    border-top: #898989 1px solid;
    border-left: #898989 1px solid;
    border-bottom: #898989 1px solid;
}

.estore_title
{
    color: #565656;
    font-weight: 600;
    padding-bottom: 1px;
}
.estore_title_bottom
{
    color: #565656;
    font-weight: 600;
    padding-bottom: 1px;
    vertical-align: bottom;
}

.item_title
{
    font-size: 14px;
    color: #333399;
    padding-bottom: 1px;
    font-weight: 600;
    font-family: ITC Avant Garde Std Md, verdana;
}
.page_title
{
    font-size: 13px;
    color: #000000;
    font-weight: 600;
    font-family: ITC Avant Garde Std Md, verdana;
}

.eBusinessHeader
{
    visibility: hidden;
    overflow: hidden;
    height: 0px;
    width: 0px;
    display: none;
}

.hide
{
    visibility: hidden;
    overflow: hidden;
    height: 0px;
    width: 0px;
    display: none;
}

.show
{
    visibility: visible;
}

#divInfoPopup
{
    position: absolute;
    left: 0px;
    top: 0px;
    border: 1px solid #cecece;
    background-color: #fff;
    display: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}


A.infoPopupLink
{
    color: #333;
    font-weight: 800;
    text-decoration: none;
}

.help_main_title
{
    padding-bottom: 9px;
    color: #565656;
    font-weight: 600;
}

.prod_desc
{
    font-family: verdana;
    font-size: 9px;
}

.login_user
{
    font-family: Verdana,arial,MS Sans Serif;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    color: #000000;
    line-height: 15px;
}

.title_new
{
   font-family: verdana; 
   font-size: 12px; 
   font-weight: bold; 
   padding-bottom: 5px;
   padding-top: 3px;
}

.aed_checkmarks
{
    font-family: Verdana,arial,MS Sans Serif;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    color: #000000;
}

.author
{
    font-family: arial, verdana, MS Sans Serif;
    font-style: normal;
    font-size: 11px;
    color: #71000B;

}	
.ArticleDate
{
    font-family: arial, verdana, MS Sans Serif;
    font-style: normal;
    font-size: 11px;
    color: #949494;
    padding-left: 10px;
}
#ArticleMain
{
	margin: 15px 0;
}
.parameters
{
    font-family: arial, verdana, MS Sans Serif;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 16pt;
}
.ArticleTitle
{
    font-family: arial, verdana, MS Sans Serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #oooooo;
}
.ArticleSubTitle
{
    font-family: arial, verdana, MS Sans Serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #oooooo;
}
#ArticlePic
{
    float: left;
    margin: 10px;
}
#ArticleClear
{
    clear: both;
}
.AddThis
{
    margin: 10px 0 0 0;   
    position: relative;
    left: 70%;
}

/****************** End Text Types *******************/

/******************** Invoice Links ***********************/
.datacells
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #Fff;
}

a.datacells:link
{
    color: #333399;
    text-decoration: none;
}
a.datacells:visited
{
    color: #333399;
    text-decoration: none;
}
a.datacells:hover
{
    color: #ffffff;
    text-decoration: underline;
}

.altdatacells
{
    font-family: Verdana,arial,MS Sans Serif;
    font-style: normal;
    font-size: 11px;
    background-color: #F1BF74;
}
a.altdatacells:link
{
    color: #2D4694;
    text-decoration: none;
}
a.altdatacells:visited
{
    color: #2D4694;
    text-decoration: none;
}
a.altdatacells:hover
{
    color: #D98117;
    text-decoration: underline;
}

.optionlink
{
    font-family: Verdana,arial,MS Sans Serif;
    font-style: normal;
    font-size: 11px;
    text-decoration: normal;
}
a.optionlink:link
{
    text-decoration: normal;
    color: #DF8600;
}
a.optionlink:visited
{
    text-decoration: normal;
    color: #DF8600;
}
a.optionlink:hover
{
    text-decoration: underline;
    color: #66645c;
}
a.optionlink:active
{
    text-decoration: normal;
    color: #DF8600;
}

/******************** End Invoice Links ***********************/

/*used*/
.subcat
{
    font-size: 10px;
    font-weight: 400;
    text-decoration: none;
    background-color: #ffffff;
    color: #d35f2c;
}
a.subcat:active
{
    text-decoration: none;
}
a.subcat:link
{
    text-decoration: none;
}
a.subcat:visited
{
    text-decoration: none;
}
a.subcat:hover
{
    text-decoration: underline;
    color: #607FAE;
}


/* used */
.mainmenu
{
    font-size: 10px;
    color: #607FAE;
    text-decoration: none;
    background-color: #ffffff;
    padding-left: 5px;
}
/* used */
a.mainmenu:hover
{
    color: #D98117;
    text-decoration: underline;
    font-size: 10px;
}


.mainmenuitems, a.mainmenuitems, a.mainmenuitems:link, a.mainmenuitems:visited, a.mainmenuitems:active
{
    color: #2D4694;
    font-size: 8pt;
    font-weight: 500;
    text-decoration: none;
    padding-left: 6px;
    padding-right: 6px;
    background-color: #F1BF74;
}
a.mainmenuitems:hover
{
    color: #000000;
    text-decoration: underline;
}

.templateWhiteLinks
{
    font-size: 11px;
    color: #333399;
    text-decoration: none;
    background-color: #ffffff;
}

a.templateWhiteLinks:active
{
    color: #333399;
    text-decoration: none;
    font-size: 11px;
}
a.templateWhiteLinks:visited
{
    color: #333399;
    text-decoration: none;
    font-size: 11px;
}
a.templateWhiteLinks:link
{
    color: #333399;
    text-decoration: none;
    font-size: 11px;
}
a.templateWhiteLinks:hover
{
    color: #ffcc00;
    text-decoration: underline;
    font-size: 11px;
}


/*------------- Ebusiness ----------*/

.cartPinkText
{
    padding: 3px;
    background-color: #333399;
    color: #ffffff;
    font-weight: 500;
}

/* used */
.revtitlesmall
{
    font-size: 11px;
    font-weight: 600;
    color: #333333;
    padding: 2px;
}

.intrevrow
{
    font-family: Verdana,arial,MS Sans Serif;
    font-style: normal;
    font-size: 12px;
    font-weight: 600;
    color: #000000;
}

.intrevrowtext
{
    font-family: Verdana,arial,MS Sans Serif;
    font-style: normal;
    font-size: 12px;
    font-weight: 500;
    color: #333333;
}

/* used */
.inquryTitle
{
    font-family: Verdana,arial,MS Sans Serif;
    font-style: normal;
    font-size: 11px;
    font-weight: 600;
    color: #000000;
    background-color: #ffffff;
}

/* used */
.inquryText
{
    font-family: Verdana,arial,MS Sans Serif;
    font-style: normal;
    font-size: 12px;
    font-weight: 500;
    color: #333333;
    background-color: #F1BF74;
}
/*used*/
.inqury_header
{
    background-color: #F1BF74;
    padding: 4px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #121212;
}
/*used*/
.inqury_data
{
    background-color: #ffffff;
    padding: 4px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #121212;
}

.datarowImportant
{
    background-color: #d7e6fd;
    padding: 10px;
    color: #025794;
    font-weight: 600;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.datarow
{
    background-color: #fff;
    padding: 8px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.datarowshop
{
    background-color: /*#e6f3d4;*/ #d7e6fd;
    padding: 4px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.shopwhite
{
    background-color: /*#e6f3d4;*/ #ffffff;
    padding: 4px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.shopwgray
{
    background-color: /*ececec;*/ #607FAE;
    padding: 4px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: white;
}

.datarowalt
{
    background-color: #ffffff;
    padding: 8px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.datarowitem
{
    background-color: #ffffff;
    padding: 7px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}



.datacellsitems
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 5px;
    background-color: #F1BF74;
}

.datacellshead
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    font-weight: 600;
    background-color: #fff;
    padding: 4px;
}

.datacellsheadinquiry
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    font-weight: 600;
    background-color: #fff;
    padding-left: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.datacellssmall
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    font-weight: 600;
    background-color: #fff;
}

.datacellsdatasmall
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    background-color: #fff;
}

.datacellsdatasmallgray
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #993333;
    background-color: #fff;
}


.error
{
    font-family: Verdana,arial,MS Sans Serif;
    font-style: normal;
    font-size: 11px;
    font-weight: 600;
    color: #bb0000;
}

#dropmenu0
{
    visibility: hidden;
    z-index: 100;
}

.catrow
{
    font-size: 10pt;
    font-weight: 400;
    text-decoration: none;
    background-color: #3366CC;
    color: #ffffff;
}

.products
{
    background-color: #ffffff;
    padding: 4px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}
/*used*/
.topcat
{
    font-size: 10px;
    color: #ffffff;
    padding: 0px;
    font-weight: 500;
}

/*used*/
a.topcat:link
{
    color: #ffffff;
    text-decoration: none;
}
a.topcat:active
{
    color: #ffffff;
    text-decoration: none;
}
a.topcat:visited
{
    color: #ffffff;
    text-decoration: none;
}
a.topcat:hover
{
    color: #F1BF74;
    text-decoration: underline;
}

.cattree
{
    font-size: 8pt;
    font-weight: 600;
    text-decoration: none;
    background-color: #0099CC;
    color: #FFFFFF;
}

/*used*/
.catcells
{
    background-color: #ffffff;
}



/* used */
.shoprow
{
    background-color: #F1BF74;
    padding: 4px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #121212;
}

/* used */
.shoproworder
{
    background-color: #fff;
    padding: 5px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #121212;
}

/* used */
.shoprowwhite
{
    background-color: #ffffff;
    padding: 4px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #121212;
}
a.shoprowwhite:link
{
    color: #c91219;
    text-decoration: none;
}
a.shoprowwhite:visited
{
    color: #c91219;
    text-decoration: none;
}
a.shoprowwhite:hover
{
    color: #ffffff;
    text-decoration: underline;
}

/* used */
.shoprowdark
{
    background-color: #ffffff;
    padding: 5px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #111111;
}
.shoprowyellow
{
    background-color: #FFF1C3;
    padding: 5px 5px 5px 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #555555;
}

.shoprowblue
{
    background-color: #E6E7FF;
    padding: 5px 5px 5px 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333399;
}


/* used */
.shoprowtitle
{
    background-color: #fff;
    padding: 5px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #565656;
}

/* used */
.shopRowTitleGray
{
    background-color: #fff;
    padding: 5px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 600;
}

/* used */
.shopRowGray
{
    background-color: #fff;
    padding: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

a.shopRowGrayLink:link
{
    color: #333399;
    text-decoration: none;
}
a.shopRowGrayLink:visited
{
    color: #333399;
    text-decoration: none;
}
a.shopRowGrayLink:hover
{
    color: #ffcc00;
    text-decoration: underline;
}

a.shoplink:link
{
    color: #bb0000;
    text-decoration: none;
    background-color: #d7e6fd;
    font-weight: 600;
}
a.shoplink:visited
{
    color: #bb0000;
    text-decoration: none;
    background-color: #d7e6fd;
    font-weight: 600;
}
a.shoplink:hover
{
    color: #ffffff;
    text-decoration: underline;
    background-color: #d7e6fd;
    font-weight: 600;
}


.shoprowitem
{
    background-color: #ffffff;
    padding: 2px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #121212;
}


.shoprowtitleitem
{
    background-color: #F1BF74;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #ffffff;
}

.datarowa th
{
    font-weight: 300;
    color: #333;
    background-color: /*#e6f3d4;*/ #fff;
    padding: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: left;
}

.itembar
{
    background-color: #F1BF74;
}

.itembarbuy
{
    background-color: #607FAE;
}

/* used */
.menubar
{
    font-size: 11px;
    color: #d35f2c;
    text-decoration: none;
    background-color: #ffffff;
    padding-left: 5px;
}
/* used */
a.menubar:hover
{
    color: #D98117;
    text-decoration: underline;
    font-size: 11px;
}

.templatenavbar
{
    text-align: right;
    padding-top: 5px;
    padding-right: 3px;
}

/*---------------------------------------------------------------------------------------------------------------
4.1 Changes and printable invoices*/

.chromium_layout
{
    text-align: center;
}

.invoice_center
{
    text-align: center;
}

.line
{
    border-top-color: #a9a9a9;
    border-top-style: dotted;
    border-top-width: 100%;
    height: 1px;
    color: #a9a9a9;
    border-bottom-width: 0px;
}

.solid_line
{
    border-top-color: #a9a9a9;
    border-top-style: solid;
    border-top-width: 100%;
    height: 1px;
    color: #a9a9a9;
    border-bottom-width: 0px;
}

/****************** Form *****************************/
#dek
{
    position: absolute;
}
IMG
{
    border: 0px;
}
INPUT
{
    color: #333;
    font-size: 11px;
    font-family: verdana, arial, helvetica;
    letter-spacing: -1px;
}
FORM
{
    margin: 0px;
    padding: 0px;
}
PRE
{
    color: #333;
    font-size: 11px;
    line-height: 150%;
    font-family: verdana, arial, helvetica;
}
SELECT
{
    color: #333;
    font-size: 11px;
    font-family: verdana, arial, helvetica;
    letter-spacing: -1px;
}
STRONG
{
    color: #333;
    font-weight: bold;
    font-size: 11px;
}
TD
{
    color: #333;
    font-size: 11px;
    font-family: verdana, arial, helvetica;
}
TEXT AREA
{
    color: #333;
    font-size: 11px;
    font-family: verdana, arial, helvetica;
    letter-spacing: -1px;
}
/****************** End Form *************************/

/******************** Product Search Page ***********/

.ps_category_tree
{
    padding-bottom: 0px;
    margin: 0px;
    border-collapse: collapse;
    border: 0px;    
    width: 170px;
    background-color: #666666;
    
}
/*
.catdd_hr
{
    width: 90%;
    color: #333399;
    height: 1px;
    text-align: left;
}

.catdd_top, .catdd_top_selected
{
    font-family: ITC Avant Garde Std Md, arial, Arial Black, MS Sans Serif;
    font-size: 15px;
    letter-spacing: -0.07em;
    font-weight: 600;
    background-image: url(/layout_images/estore_title_default.gif);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #686767;
    height: 33px;
    width: 170px;
    padding-left: 4px;
    padding-bottom: 0px;
    padding-top: 15px;
    margin: 0px;
    color: #333399;
    text-align: left;
}

.catdd_top:hover
{
    background-image: url(/layout_images/estore_title_default.gif);
}

.catdd_top a, .catdd_top a:link, .catdd_top a:visited, .catdd_top a:active
{
    text-decoration: none;
    color: #333399;
}

.catdd_top a:hover
{
}


.catdd_top_selected
{
	font-size: 10px;
	letter-spacing: -0.05em;
	font-weight: 800;
	/*background-image: url(/layout_images/catdd_line.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}


.catdd_top_selected a, .catdd_top_selected a:link, .catdd_top_selected a:visited, .catdd_top_selected a:active
{
    text-decoration: none;
    color: #333399;
}

.catdd_top_selected a:hover
{
}

.catdd_1st
{
    font-family: ITC Avant Garde Std Md, Verdana, arial, MS Sans Serif;
    font-size: 13px;
    letter-spacing: .02em;
    background-image: url(/layout_images/estore_btn_default.gif);
    background-repeat: no-repeat;
    background-position: top left;
    height: 20px;
    width: 170px;
    padding: 0px 0px 0px 27px;
    margin-left: 0px;
    text-align: left;
    color: #686767;
    font-weight: 800;
}

.catdd_1st:hover
{
    background-image: url(/layout_images/estore_btn_default_over.gif);
    background-repeat: no-repeat;
    background-position: top left;
    color: #FFCC00;
}

.catdd_1st a, .catdd_1st a:link, .catdd_1st a:visited, .catdd_1st a:active
{
    color: #686767;
    text-decoration: none;
    padding-left: 0px;
}

.catdd_1st a:hover
{
    color: #FFCC00;
    height: 20px;
    width: 170px;
    margin: 0px;
    text-decoration: none;
    padding: 0px 0px 0px 0px;
}

.catdd_2nd
{
    font-family: ITC Avant Garde Std Md, Verdana, arial, MS Sans Serif;
    font-size: 12px;
    letter-spacing: 0.02em;
    font-weight: 800;
    margin: 0px;
    text-align: left;
    background-image: url(/layout_images/estore_btn_cat_sub.gif);
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 27px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-top: 0px;
    height: 20px;
}

.catdd_2nd a, .catdd_2nd a:link, .catdd_2nd a:visited, .catdd_2nd a:active
{
    color: #333399;
    text-decoration: none;
}

.catdd_2nd:hover
{
    background-image: url(/layout_images/estore_btn_cat_sub_over.gif);
    background-repeat: no-repeat;
    background-position: top left;
    height: 20px;
    width: 170px;
}

.catdd_2nd a:hover
{
    color: #686767;
}

.catdd_3rd
{
    font-family: Century, Century Gothic, arial, MS Sans Serif;
    font-size: 10px;
    letter-spacing: -0.05em;
    font-weight: 800;
    background-image: url(/layout_images/ps_tree_blank.gif);
    background-repeat: no-repeat;
    background-position: top left;
    height: 20px;
    width: 160px;
    padding: 0px 0px 0px 58px;
    margin: 0px;
}

.catdd_3rd a, .catdd_3rd a:link, .catdd_3rd a:visited, .catdd_3rd a:active
{
    color: #56575A;
    text-decoration: none;
    padding-left: 6px;
}

.catdd_3rd a:hover
{
    color: #2284B3;
    text-decoration: none;
}
*/
.part_search_title
{
    font-size: 10px;
    font-weight: 800;
    color: #333333;
    text-transform: uppercase;
    padding-top: 200px;
}

.part_search_box
{
    width: 90px;
    font-size: 12px;
    color: #666666;
    border: 1px solid #666666;
}

.part_search_button
{
    width: 25px;
    height: 20px;
    font-size: 10px;
    font-weight: 800;
}

.search_category_table
{
}

.search_category_table td
{
    width: 150px;
}

.search_category_item /* div block */
{
    text-align: center;
    padding: 10px;
    width: 150px;
    font-size: 12px;
}

a.search_category_item_link:link, a.search_category_item_link:visited, a.search_category_item_link:active
{
    color: #666666;
    font-weight: 800;
    text-decoration: none;
}

a.search_category_item_link:hover
{
    color: #FF0000;
}

.search_item_table
{
}

.search_item_table td
{
    height: 66px;
    padding: 2px;
    background-image: url(/layout_images/search_item_bg.jpg);
    background-repeat: repeat-x;
    background-position: center bottom;
}

.search_item_item a
{
    text-decoration: none;
}

.search_item_item td
{
    background-image: none;
    color: #666666;
    font-weight: 800;
    font-size: 10px;
}

a.search_item_link:link; a.search_item_link:visited; a.search_item_link:active
{
    color: #0000FF;
    text-decoration: none;
}

a.search_item_link:hover
{
    color: #FF0000;
    text-decoration: none;
}

.search_item_price
{
    color: #FF0000;
}

.search_item_sale
{
    font-size: 12px;
    color: #FF0000;
}

.search_item_title
{
    font-size: 12px;
}

.item_detail_horizontal_line
{
    height: 5px;
    padding: 2px;
    background-image: url(/layout_images/search_item_bg.jpg);
    background-repeat: repeat-x;
    background-position: center bottom;
    padding-left: 30px;
    padding-right: 10px;
}

.item_detail_description
{
    margin-left: 30px;
    margin-right: 30px;
    font-size: 10px;
    color: #666666;
}

.item_detail_vert_line
{
    background-image: url(/layout_images/vert_line_bg.gif);
    background-repeat: repeat-y;
    background-position: center center;
}

.item_detail_price, .item_detail_soldas
{
    font-size: 11px;
    font-weight: 800;
    color: #FF0000;
    text-transform: capitalize;
}

table.item_skubldr
{
    border-collapse: collapse;
    border: 1px solid #000;
    width: 100%;
}

table.item_skubldr th
{
    border: 1px solid #000;
    color: #FFF;
    font-weight: bold;
    background-color: #666;
    padding: 1px 4px 1px 4px;  
}

table.item_skubldr td
{
    border: 1px solid #000;
    padding: 1px 3px 1px 3px;   
}

table.item_required
{
    border-collapse: collapse;
    width: 100%;      
}

table.item_required th
{
    font-weight: bold;
}

table.item_required td
{
    padding-bottom: 5px;
    padding-top: 1px;
}

/******************** Product Search Page End *******/

/******************** Images Begin *******/
IMG.middle 
{ 
    vertical-align: middle 
}

img.featured { 
max-width: 100px; 
max-height: 80px;
}

table.fixed {
table-layout:fixed
} 

IMG.sitemap 
{ 
    vertical-align: middle;
    margin-right: 5px;
}



/******************** Images End *******/

/** New CSS Files **********************************************************************************************************/

.main_table_background_image
{
	height: 130px; 
	background-image: url(layout_images/top_background_header_complete.jpg);
	background-repeat: no-repeat;
}

/* for the sub menu changes */

.ps_category_tree
{    
    margin: 0px;    
    border: 0px;    
    width: 150px;
    background-color: #FFF1C3;    
}

.ps_category_tree td
{
	vertical-align: middle;
	text-align: left;	
	color: #4F4F4F;
	font-style: normal;	
}

.estzCatTopLevel
{
	padding: 14px 0px 4px 0px;
}

.estzCatTopLevel a:link, .estzCatTopLevel a:hover, .estzCatTopLevel a:visited, .estzCatTopLevel a:active
{
	color: #333;		
	font-weight: bold;
	text-decoration: underline;
	cursor: text;	
}

.estzCatSubLevel1 a:link, .estzCatSubLevel1 a:visited, .estzCatSubLevel1 a:active
{
	color: #4F4F4F;
	padding: 0px 0px 0px 7px;
	background-image:url(../images/dot_black_estylez_menu.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-decoration: normal;	
}

.estzCatSubLevel1 a:hover
{
	text-decoration: normal;
    color: #FF0000;
    background-image:url(../images/dot_selected_estylez_menu.gif);
}

.estzCatSubLevel1_selected a:link, .estzCatSubLevel1_selected a:hover, .estzCatSubLevel1_selected a:visited, .estzCatSubLevel1_selected a:active
{

    color: #FF0000;
    padding: 0px 0px 0px 7px;
    font-weight: normal;
    background-image:url(../images/dot_selected_estylez_menu.gif);	
    background-repeat: no-repeat;
    background-position: top left;
}

.estzCatSubLevel2
{
	padding: 0px 0px 0px 12px;	
}

.estzCatSubLevel2 a:link, .estzCatSubLevel2 a:visited, .estzCatSubLevel2 a:active
{
	color: #4F4F4F;
	padding: 0px 0px 0px 7px;
	background-image:url(../images/dot_black_estylez_menu.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-decoration: normal;	
}

.estzCatSubLevel2 a:hover
{
	text-decoration: normal;
    color: #FF0000;
    background-image:url(../images/dot_selected_estylez_menu.gif);
}

.estzCatSubLevel2_selected
{
	padding: 0px 0px 0px 12px;	
}

.estzCatSubLevel2_selected a:link, .estzCatSubLevel2_selected a:hover, .estzCatSubLevel2_selected a:visited, .estzCatSubLevel2_selected a:active
{
	color: #FF0000;
    padding: 0px 0px 0px 7px;
    font-weight: normal;
    background-image:url(../images/dot_selected_estylez_menu.gif);	
    background-repeat: no-repeat;
	background-position: top left;
}

.estzCatSubLevel3
{
	padding: 0px 0px 0px 24px;	
}

.estzCatSubLevel3 a:link, .estzCatSubLevel3 a:visited, .estzCatSubLevel3 a:active
{
	color: #4F4F4F;
	padding: 0px 0px 0px 7px;
	background-image:url(../images/dot_black_estylez_menu.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-decoration: normal;	
}

.estzCatSubLevel3 a:hover
{
	text-decoration: normal;
    color: #FF0000;
    background-image:url(../images/dot_selected_estylez_menu.gif);
    background-repeat: no-repeat;
	background-position: top left;
}

.estzCatSubLevel3_selected
{
	padding: 0px 0px 0px 24px;	
}

.estzCatSubLevel3_selected a:link, .estzCatSubLevel3_selected a:hover, .estzCatSubLevel3_selected a:visited, .estzCatSubLevel3_selected a:active
{
	color: #FF0000;
    padding: 0px 0px 0px 7px;
    font-weight: normal;
    background-image:url(../images/dot_selected_estylez_menu.gif);	
    background-repeat: no-repeat;
	background-position: top left;
}

/* this css is used for the swatch feature in sku builder */
.img_swatch
{
	vertical-align: middle; 
	margin-top: .2em; 
	margin-bottom: .3em
}

.review_title
{
	color: #565656;
    font-weight: 600;
    padding: 8px 0px 1px 0px;	
}


.tbl_Customer_Reviews
{
	padding: 8px 0px 8px 0px;	
}

/** New PCart CSS Style **********************************************************************************************************/
/** Brian Hayes (7/8/2009) */

.form_titles
{
	font-weight: bold;
	padding: 12px 0px 2px 0px;	
}

.pnl_order_total
{
	padding: 15px 0px 0px 0px;	
}

.pnl_recalculate_total
{
	padding: 20px 0px 0px 0px; 
	text-align: right;	
}

.pcart_drop_downs
{
	width: 137px;	
}

.pcartlink
{
    font-family: Verdana,arial,MS Sans Serif;
    font-style: normal;
    font-size: 11px;
    text-decoration: normal;
}
a.pcartlink:link
{
    text-decoration: underline;
    color: #333399;
}
a.pcartlink:visited
{
    text-decoration: underline;
    color: #333399;
}
a.pcartlink:hover
{
    text-decoration: underline;
    color: #ffcc00;
}
a.pcartlink:active
{
    text-decoration: underline;
    color: #333399;
}

#sort_display_section
{
	padding: 15px 0px 45px 3px;	
}

.sku_qty_textbox
{
    border: 1px solid #898989;
    font-size: 11px;
    text-align: right;
    width: 28px;
}

.pcart_email_comments
{
	width: 400px;
	height: 75px;
	border: 1px solid #898989;
}

/* New Quick Order post for Saved Cart /////////////////////////////////*/

.div_submit_quick_order_button
{
	text-align: right; 
	padding: 2px 5px 0px 0px;	
}

.quick_item_detail
{
	text-align: left;	
}

.quick_item_header
{

	text-align: left;	
}

.quick_item_textbox
{
	border: 1px solid #898989;
    font-size: 11px;
    width: 100px;
}

.quick_order_close_form
{
	padding: 16px 0px 10px 0px;
	text-align: right;	
}

.quick_order_instructions
{
	padding: 5px 0px 0px 25px; 
	vertical-align: top;
}

.quick_order_number_rows
{
	padding: 16px 10px 16px 0px;	
}

.quick_qty_detail
{
	text-align: right;	
}

.quick_qty_header
{
	text-align: right;	
}

.quick_qty_textbox
{
	border: 1px solid #898989;
    font-size: 11px;
    text-align: right;
    width: 43px;
}

.quick_qty_border
{
	border: 1px solid #cccccc;
	padding: 5px 15px 5px 15px;

}

/* New Inquiry Pages (Report, Orders & Invoices) /////////////////////////////////*/
/* Brian Hayes (10/13/2009) */

.div_report_bottom_buttons
{
	padding: 14px 0px 0px 0px; 
	text-align: left;	
}

.inquiry_data_alt_row
{
	background-color: #E5F0F6;	
}

.inquiry_data_normal_row
{
	background-color: #fff;
}

.inquiry_data_qty_column
{	
	background-color: #FFF3C7;	
}

.inquiry_data_total_column
{
	border-right: 1px solid #bdbdbd;
}

.inquiry_purchase_report_detail_table
{
	border: 1px solid #bdbdbd;	
}

.inquiry_purchase_report_detail_table th
{
	background-color: #C0C0C0;
	padding: 8px 4px 8px 4px;
	border: 1px solid #7E7D7D;
	color: #3E3D3D;	
	font-size: 9px;
}

.inquiry_purchase_report_detail_table td
{
	border-bottom: 1px solid #bdbdbd;
	border-left: 1px solid #bdbdbd;
	vertical-align: top;
	padding: 6px 4px 6px 4px;
	color: #373737;
	font-size: 9px;
}

.inquiry_purchase_report_summary_table
{
	border: 1px solid #bdbdbd;	
}

.inquiry_purchase_report_summary_table th
{
	background-color: #C0C0C0;
	padding: 8px 6px 8px 6px;
	border: 1px solid #7E7D7D;
	color: #3E3D3D;	
}

.inquiry_purchase_report_summary_table td
{
	border-bottom: 1px solid #bdbdbd;
	border-left: 1px solid #bdbdbd;
	vertical-align: top;
	padding: 6px 6px 6px 6px;
	color: #373737;
}

.report_header_link
{
   color: #606060;
}
a.report_header_link:link { text-decoration: underline; color: #3E3D3D; }
a.report_header_link:visited { text-decoration: underline; color: #3E3D3D; }
a.report_header_link:hover { text-decoration: underline; color: #fff; }
a.report_header_link:active{ text-decoration: underline; color: #3E3D3D; }

.table_purchase_report_options td
{
	padding: 0px 12px 12px 0px;
	vertical-align: top;	
}

.purchase_report_option_heading
{
	padding-bottom: 5px;	
}

.purchase_report_right
{
	padding: 0px 2px 2px 0px;
	vertical-align: bottom;
	font-size: 11px;
	text-align: right;	
}

.textbox_purhcase_report_date
{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
    font-size: 11px;
    width: 62px;
    height: 14px;
    vertical-align: middle;
}

.calendar_purchase_report_icon
{
	height: 19px;	
	width: 20px;
	float: left;
	margin-top: 2px;
}

.calendar_purchase_report_start_date
{
	
}

.inquiry_purchase_report_detail_cell
{
	text-align: center;
	width: 28px;	
}

.qty_textbox_purchase_report_detail
{
    border: 1px solid #898989;
    font-size: 11px;
    text-align: right;
    width: 20px;
}

/*new after upload*/

.table_inquiry_summary_report_totals td
{	
	padding: 9px;
	font-weight: bold;
	border-top: 1px solid #7E7D7D;
	border-right: 1px solid #7E7D7D;
	border-bottom: 1px solid #7E7D7D;
	background-color: #FFF3C7;
	color: #bb0000;
	text-align: center;
	font-size: 11px;
}

.table_inquiry_summary_report_totals th
{	
	padding: 4px 9px 4px 9px;
	font-weight: bold;
	background-color: #C0C0C0;
	text-align: center;
	height: 9px;
	font-size: 11px;
	color: #000000;
}

.purchase_report_detail_qty_textbox
{
    border: 1px solid #898989;
    font-size: 11px;
    text-align: right;
    width: 22px;
}

/*Brian Hayes (ISM) 12/11/2009
  Used for saved cart changes*/
.btnSavedNewList
{
	border-width: 0px;
	border-style: none;
	background-image:url(../layout_images/save_to_new_list.gif);
	width: 92px;
	height: 17px;
	cursor: pointer;		
}

.btnSaveChanges
{
	border-width: 0px;
	border-style: none;
	background-image:url(../layout_images/save_changes.gif);
	width: 78px;
	height: 17px;
	cursor: pointer;		
}


/*****************************************************************************************************/
/* Order/Invoice Inquiry									     */
/*****************************************************************************************************/

#div_inquiry_report_top_fields
{
	float: right;	
}

#div_inquiry_report_top_logo
{
	float: left;	
}

#div_inquiry_report_top_address
{
	float: left; 
	padding: 0px 0px 0px 12px;	
}

.div_invoice_tracking_nos
{
	padding: 0px 0px 3px 0px;
}

.div_order_invoice_report
{
	width: 100%;
	border: 1px solid #bdbdbd;	
	padding: 10px;
	text-align: left;
}

.inquiry_image_title
{
	text-align: right; 
	padding: 0px 0px 10px 0px;
}	

.inquiry_report_address_title
{
	font-family: Trebuchet MS, Arial;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.inquiry_horz_line
{
	border-right: 1px solid #333;	
}

.invoice_order_total_text
{
	font-weight: bold;
	background-color: #FFCE00;	
}

.table_invoice_order_top_fields th
{
	padding: 0px 12px 6px 0px;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
}

.table_invoice_order_top_fields td
{
	padding: 0px 0px 6px 0px;
}

.table_invoice_order_boxes
{
	width: 100%;
	border: 0px;	
}

.table_invoice_order_boxes th
{
	background-color: #0177BF;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	padding: 5px;
	text-align: center;
	color: #fff;
}

.table_invoice_order_boxes td
{
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 5px;	
	text-align: center;
}

.table_invoice_order_boxes_top
{
	width: 100%;
	border: 0px;	
}

.table_invoice_order_boxes_top th
{
	background-color: #0177BF;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	padding: 5px;
	text-align: center;
	color: #fff;
}

.table_invoice_order_boxes_top td
{
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	padding: 5px;	
	text-align: center;
}

.table_invoice_order_totals
{

}

.table_invoice_order_totals th
{
	background-color: #0177BF;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	padding: 5px 12px 5px 12px;
	text-align: center;
	color: #fff;
	font-weight: normal;
	text-align: right;
}

.table_invoice_order_totals td
{
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	padding: 5px 12px 5px 12px;
	text-align: right;
}

.table_order_detail_lines
{
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #fff;
	width: 100%;	
}

.table_order_detail_lines th
{
	background-color: #0177BF;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	padding: 5px 6px 5px 6px;	
	text-align: right;
}

.table_order_detail_lines td
{
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #fff;
	padding: 5px 6px 5px 6px;
	text-align: right;	
}

.top_print_more_icons
{
	 text-align: right;
	 padding: 0px 0px 5px 0px;
	 vertical-align: middle;	
}

.sortReportLink
{
    font-family: Verdana,arial,MS Sans Serif;
    font-style: normal;
    font-size: 11px;
    text-decoration: normal;
}
a.sortReportLink:link
{
    text-decoration: normal;
    color: #fff;
}
a.sortReportLink:visited
{
    text-decoration: normal;
    color: #fff;
}
a.sortReportLink:hover
{
    text-decoration: underline;
    color: #ffcc00;
}
a.sortReportLink:active
{
    text-decoration: normal;
    color: #fff;
}

.table_order_history_options td
{
	padding: 0px 15px 17px 0px;
	vertical-align: top;	
}

.textbox_invoice_order_read_only
{
	background-color: #EEEEEE;
	border: #DEDEDE 1px solid;	
}

.textbox_invoice_order_type
{
	background-color: #fff;	
	border: #898989 1px solid;	
}


.inquiry_order_invoice_checkbox_list td
{
	padding: 0px 10px 0px 0px;
	margin: 0px;	
}


.inquiry_order_invoice_history_table
{}

.inquiry_order_invoice_history_table th
{
	vertical-align: top;
	font-size: 11px;	
	padding: 0px 0px 0px 0px;
	text-align: left;
}

.inquiry_order_invoice_history_table td
{
	padding: 0px 0px 0px 0px;	
}



.inquiry_order_invoice_history_results_table
{
	border: 1px solid #bdbdbd;	
}

.inquiry_order_invoice_history_results_table th
{
	background-color: #C0C0C0;
	padding: 7px 7px 7px 7px;
	border: 1px solid #7E7D7D;
	color: #3E3D3D;	
}

.inquiry_order_invoice_history_results_table td
{
	border-bottom: 1px solid #bdbdbd;
	border-left: 1px solid #bdbdbd;
	vertical-align: top;
	padding: 8px 7px 8px 7px;
	color: #373737;
}



/*************************************************************************************************************************/
/*															 */
/* Brian Hayes (8/4/2010)												 */
/* Sale Price (Item & Category Pages) 											 */		
/*															 */
/*************************************************************************************************************************/

.price_sale_strike
{ 
	color: #000000; 
	font-weight: bold;
	line-height: 18px;
	text-decoration: line-through;
}

.price_sale_exist
{
    padding-top: 2px;
    color: #bb0000;
    font-weight: 500;
}

.price_sale_kit_builder
{
    color: #bb0000;
    font-weight: 500;
}

.price_sale_exist_large
{
	padding-top: 3px;
	font-size: 13px;
    color: #bb0000;
    font-weight: 500;
}

/*************************************************************************************************************************/
/*															 */
/* End Sale Price (Item & Category Pages) 										 */		
/*															 */
/*************************************************************************************************************************/



/*************************************************************************************************************************/
/* New Changes for invoice's & tracking #'s (9/16/2010)																	 */		
/*************************************************************************************************************************/

.div_invoice_report_lines_padding
{
	padding-top: 3px;
}

/* ### EOF ### */
