/* ==========================================================================================
   CSS Stylesheet for Lawson e-Sales                                                     
   Lawson 2005/McLeod 2008

   ------------------------------------------------------------------------------------------
   Generic HTML elements
   ========================================================================================== */

/* ==============================================================listingstwoCPR ============================
   Layout styling
   ========================================================================================== */
div#layout_logo {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 60;
}

div#layout_topmenu {
    position: absolute;
    left: 183px;
    top: 25px;
    z-index: 60;
}

div#layout_selectlanguage {
    position: absolute;	
    top: 53px;
    z-index: 60;
	width: 170px;
	height: 20px;
	right: expression(document.body.clientWidth >= 1004 ? "10px" : "" );
	left: expression(document.body.clientWidth  < 1004 ? "823px" : "" ); 
}

html > body div#layout_selectlanguage {
	right:10px;
}

div#layout_left {
    position: absolute;
    left:15px;
    top: 80px;
    width: 160px;
    z-index: 60;
}

BODY DIV#layout_main {
	Z-INDEX: 60;    
    LEFT: 185px;
    PADDING-TOP: 10px;
    POSITION: absolute;
    TOP: 75px;  
	width: expression(document.body.clientWidth >= 1004 ? (document.body.offsetWidth - 370 + "px") : "633px" );
	background-color: #fff;
}

html > body DIV#layout_main {
    RIGHT: 185px; 
}


DIV#layout_right {
    Z-INDEX: 20;
    position: absolute;
    right: expression(document.body.clientWidth  >= 1004 ? "15px" : "" ); 
    left: expression(document.body.clientWidth  < 1004 ? "828px" : "" ); 
    top:85px;
    width:162px;
}

html > body DIV#layout_right {
	right: 15px;
}

div#layout_bottom {
  position: absolute;
  z-index: 50;
  height: 25px;  
  width: expression(document.body.clientWidth < 1004 ? "1003px" : "100%" ); 
  top: 0px;
}

html > body div#layout_bottom {
	width: 100%;
}

table#bottomInfoMenuHolder td {
	text-align: center;
}

div div.selectmarket select{
	position:relative;
	width:95%;
}

/* ==========================================================================================
   Background styling
   ========================================================================================== */

div.background {
  margin: 0px;
  padding: 0px;
  height: 100%;
}

div.background div.top_bg {
  position: absolute;
  top: 0px;
  left: -1px;
  z-index: 10;
  height: 75px;
  width:100%;
  background: url(bg/top_bg.gif) 0px 0px repeat-x;
  min-width: 1004px;
  border-right: 0px solid red; 
}

html {
	height: 100%;
	min-width: 1004px;
}

div.background div.top_left {
  position: absolute;
  z-index: 40;
  left: 0px;
  top: 0px;
  height: 75px;
  width: 183px;
  background: url(bg/top_left.gif) 0px 0px no-repeat;  
}

div.background div.top_center {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 30;
  height: 75px;
  left: 183px;  
  background: url(bg/top_center.gif) 0px 0px repeat-x;
  width: expression(document.body.clientWidth >= 1004 ? (document.body.offsetWidth - 190 + "px") : "818px" );
}

html > body div.background div.top_center {
  right: 0px;
}

div.background div.top_right {
  position: absolute;
  z-index: 40;
  top: 0px;
  height: 75px;
  width: 22px;
  background: url(bg/top_right.gif) 0px 0px no-repeat;
  right: expression(document.body.clientWidth >= 1004 ? "0px" : "" ); 
  left: expression(document.body.clientWidth  < 1004 ? "981px" : "" ); 
}

html > body div.background div.top_right {
  right: 0px;
}

div.background div.left_bg {
  position: absolute;
  z-index: 10;
  background: url(bg/bg.gif) repeat-x 0px 73px;
  height:100%;
  width: 10px;
  left: 0px;
  background-color: #e4e5e8;
}

div.background div.left_outer {
  position: absolute;
  z-index: 20;
  left: 10px;
  top: 0px;
  height:100%;
  width: 173px;
  background: white url(bg/vdots.gif) 168px 3px repeat-y;
}

div.background div.left_inner {
  position: absolute;
  z-index: 20;
  left: 15px;
  top: 0px;
  height: 100%;
  width: 160px;
  background: url(bg/bg_inner.gif) left bottom repeat-x;
}

div.background div.left_bottom {
  position: absolute;
  z-index: 30;
  left: 0px;
  bottom: 0px;
  height: 15px;
  width: 175px;
  background: url(bg/left_bottom.gif) 10px 0px no-repeat;
}

div.background div.right_bg {
  position: absolute;
  top: 0px;    
  z-index: 10;
  background: url(bg/bg.gif) repeat-x 0px 73px;
  height: 100%;
  width: 10px;
  background-color: #e4e5e8;
  right: expression(document.body.clientWidth >= 1004 ? "0px" : "" ); 
  left: expression(document.body.clientWidth  < 1004 ? "993px" : "" ); 
}

html > body div.background div.right_bg {
  right: 0px;
}

div.background div.right_outer {
  position: absolute;
  z-index: 20;  
  top: 0px;
  height: 100%;
  width: 173px;
  background: white url(bg/vdots.gif) 1px 0px repeat-y;  
  right: expression(document.body.clientWidth >= 1004 ? "10px" : "" ); 
  left: expression(document.body.clientWidth  < 1004 ? "820px" : "" ); 
}

html > body div.background div.right_outer {
  right: 10px;
}

div.background div.right_inner {
  position: absolute;
  z-index: 20;  
  top: 0px;
  height:100%;
  width: 160px;
  background: url(bg/bg_inner.gif) left bottom repeat-x;
  right: expression(document.body.clientWidth >= 1004 ? "13px" : "" ); 
  left: expression(document.body.clientWidth < 1004 ? "830px" : "" ); 
}

html > body div.background div.right_inner {
  right: 13px;
}

div.background div.right_bottom {
  position: absolute;
  z-index: 30;  
  bottom: 0px;
  height: 15px;
  width: 163px; /*165 UI Fix original*/
  background: url(bg/right_bottom.gif) 0px 0px no-repeat;
  right: expression(document.body.clientWidth >= 1004 ? "10px" : "" ); 
  left: expression(document.body.clientWidth < 1004 ? "830px" : "" ); 
}

html > body div.background div.right_bottom {
  right: 10px;
}


/* ==========================================================================================
   General appearance styling
   ========================================================================================== */

html > body {
	height: 100%;
}

body, a, h1, h2, h3, select, input, td, th, button {
    color: #383838;
    font-family: sans-serif, Trebuchet MS, Verdana, Arial, Helvetica;
    font-size: 11px;
    letter-spacing: 0px;
}

body, div, form, input, ul {
    padding: 0px;
    margin: 0px;
    scrollbar-base-color: #DEDEDE;
    scrollbar-shadow-color:#EEEEEE;
    scrollbar-darkshadow-color:#DDDDDD;
}

a {
    text-decoration: underline;
    font-family: Trebuchet MS;
    outline-style: none;
}

a:hover {
    text-decoration: underline;
    font-family: Trebuchet MS;
    color: #E05800;
}

a:visited {
    text-decoration: underline;
  font-family: Trebuchet MS;
}
      
h1 {
    font-size: 14px;
    font-weight: bold;
}

h2 {
    font-size: 12px;
    font-weight: bold;
}

h3 {
    font-size: 11px;
    font-weight: bold;
}

select, input {
    background-color: #FFFFFF;
    font-family: Verdana;
    color: #454D57;
    font-size: 11px;
}

input {
    border: 1px solid #8C9297;
    background-image: url(input_bg.gif);
    background-repeat: repeat-x;
    font-family: Trebuchet MS;
    height:16px;
    padding-left: 2px;
}

input.radio, input.checkbox {
    border: none;
    background: none;
}    

table { 
  border-collapse: collapse; /* Required since 'empty-cells: show;' does not work in IE */
}

html > body table { /* Undo IE workaround above for Mozilla */
  border-collapse: separate;
}

td,th {
  padding: 2px;
  text-align: left;
  vertical-align: top;
  empty-cells: show; 
}

img {
  border: 0;
}

dl {
   margin: 0px; 
}

dt {
   font-weight: bold;
   float: left;
   margin: 0px;
   padding: 0px; 
}

dd {
   margin: 0px; 
   padding-left: 100px;
   text-indent: -3px; /* IE seams to indent first line with 3px */
}

html > body dd {
   text-indent: 0px; /* Neutralize IE fix above */
}


.show {
  display: display;
}

.hide {
  display: none;
}

.highlight {    /* used for higlighting texts - e.g. when showing that active customer has changed */
                /*<CW@050808-CHNAGED color: #E35E01; TO color: #c31e1e;> */
  color: #c31e1e;
  font-weight: bold;
}

td.emphasize { /* used for emphasizing items in item lists, when item has IsEmphasized attribute set to 'Y' */
  font-weight: bold;
}

td.emphasize a { /* used for emphasizing items in item lists, when item has IsEmphasized attribute set to 'Y' */
  font-weight: bold;
  background-image: url(emphasize.gif);
  background-repeat: no-repeat;
  padding-left: 17px;
}

td.topseller {/*Introduced for emphasizing top selling items in Item List page*/
  font-weight: bold;
}

td.topseller a{/*Introduced for emphasizing top selling items in Item List page*/
  font-weight: bold;
  background-image: url(thumb.gif);
  background-repeat: no-repeat;
  padding-left: 25px;
}

.width_1pct {
    width: 1%;
}

.width_2pct {
    width: 20%;
}

.width_40pct {
    width: 40%;
}

.width_90pct {
    width: 90%;
}

.textalign_right {
    text-align: right;
}

.textalign_center {
    text-align: center;
}

.verticalalign_middle {
    vertical-align: middle;
}

.whitespace_nowrap {
    white-space: nowrap;
}

.alert {
    font-weight: bold;
    font-size: 13px;
    color: #DD1010;
}

div.progressbar {    
	border: 1px solid #B6C9D4;
    background-color: #eee;
    z-index: 100;
	width: 300px;
	padding: 20px;	
	margin: -150px auto auto -350px;
	position: absolute;
    left: 50%;
    top: 50%;
}

/* ==========================================================================================
   Widget: Select language
   ========================================================================================== */

div.selectlanguage {
  background-image: url(selectlanguage_left.gif);    
  background-repeat: no-repeat;  
  height: 22px;
  padding-left: 27px;
  padding-top: 0px;
  position: absolute;
  right: 0px;
  }

div.selectlanguage div.flags_corner {
  background-image: url(selectlanguage_bg.gif);
  background-repeat: repeat-x;  
  padding: 4px;
  padding-left: 20px;
  white-space: nowrap;
}

div.selectlanguage img {
  margin-right: 7px;
}	

/* ==========================================================================================
   Widget: Top menu
   ========================================================================================== */

div.topmenu div.entry_iteratorbody {
    border: none; /* overrule border from entry.css */
}

div.topmenu ul.mktree { 
  position: relative; 
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: bold;
  white-space: nowrap;
  padding-top: 2px;
  background-image: url(bg/top_center.gif); 
  background-repeat: repeat-x;
  background-position: 0px -25px;  
}

div.topmenu ul.mktree a {
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: bold;
  text-decoration: none;
}  

div.topmenu ul.mktree li {
  list-style: none;
  display: inline;
  text-transform: uppercase;
  cursor: pointer;
  border-right: 1px solid white;
  height: 24px;/* ensure correct border height in IE */
  padding-right:8px;
  /*padding-left: 6px;*/ /*Commented to fix IE6 freeze problem while resizing.Defect #5268*/
  padding-bottom: 10px;
}

div.topmenu ul.mktree li.liOpen { 
/* E0010 Changed color from #DE7B42 to C31E1E */ 
/* E0010  color: #DE7B42; */
  color: #c31e1e;   
  background-image: url(topmenu_active.gif); 
  background-repeat: repeat-x;
  background-position: 0px 17px;
}

div.topmenu ul.mktree li.liOpen a {
/* E0010 changed color: #DE7B42 to color: #c31e1e */
/* E0010  color: #DE7B42;  */
 color: #c31e1e;
}

div.topmenu ul.mktree li.liClosed { 
}

div.topmenu ul.mktree li a:hover {
/* E0010 changed color:  #333333 to color: #ffffff */
/* E0010  color:  #333333; */
  color:  #ffffff;
}

div.topmenu ul.mktree li ul { 
  position: absolute; 
  top: 30px; 
  left: 4px; 
}

div.topmenu ul.mktree li > ul { 
  top: 34px; 
}

div.topmenu ul.mktree li.liOpen ul { 
  display: block;
}

div.topmenu ul.mktree li.liClosed ul { 
display: none;
} 

div.topmenu ul.mktree li li { 
  position: relative;
  text-transform: none;
  border: none;
  padding-left: 8px;
  padding-right: 0px;
  padding-top: 4px;
  padding-bottom: 2px;
  margin-left: -4px;
}

div.topmenu ul.mktree li.liOpen li a { 
  font-weight: normal;
  color: #333333;
}

div.topmenu ul.mktree li.liOpen li.liBullet a { 
  font-weight:bold;
  color: #333333;
}

div.topmenu ul.mktree li.liOpen li a:hover, 
div.topmenu ul.mktree li li a:focus { 
  color:  #000000;
}

div.topmenu ul.mktree li  li.liBullet  { 
  background: url(tab_left.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  #background-position: left 4px;
 }

div.topmenu ul.mktree li li span {
  padding-right: 16px;
  padding-top: 0px;
  padding-bottom: 5px;
}

div.topmenu ul.mktree li li > span {
  padding-right: 16px;
  padding-top: 4px;
  padding-bottom: 3px;
}

div.topmenu ul.mktree li li.liBullet span {
  background: url(tab_right.gif); 
  background-repeat: no-repeat;
  background-position: right 0px;  
  /*#display:inline-block;*/
  /*#margin-top:-4px;*/
  _margin-top:0px;
}

html>body div.topmenu ul.mktree li li.liBullet span {
  background: url(tab_right.gif); 
  background-repeat: no-repeat;
  background-position: right 0px;
  #display:inline-block;
  #margin-top:-4px;
  _margin-top:0px;
}

/* ==========================================================================================
   Widget: Sidebox - used for several widgets included in the _template file
   ========================================================================================== */
div.sidebox {
  font-family: Trebuchet MS;
}

div.sidebox div.content a {
    text-decoration: none;
}

div.sidebox div.header {
    background-image: url(sidebox_header.gif);
    background-repeat: no-repeat;
    height: 24px;
    padding-left:8px;
    padding-top: 4px;
    margin-left: 0px;
    font-weight: normal;
    font-size: 10px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
/* E0010 Changed color from #333333 to #ffffff */
/* E0010    color: #333333; */
    color: #ffffff;
    font-family: Trebuchet MS, Helvetica, Verdana, Arial, sans-serif;
    position: relative;
}

div.sidebox div.content {
    position: relative;
    padding-top: 2px;
    padding-bottom: 4px;
    margin-bottom: 2px; 
    letter-spacing: 0px;
}
div.sidebox div.orderbook div.customer 
{
padding-top: 5px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #bdcfde;
}

div.label 
{
font-size: 10px;
font-weight: bold;
text-transform: uppercase;
}
/*div.action {
    position: absolute;
    right: 5px;
    top: 3px;
font-size: 10px;

font-weight: bold;

text-transform: uppercase;

}*/
/*div.sidebox a span 

{

background-image: url(sidebox_link.gif);

background-repeat: no-repeat;
   background-position: right 50%;
padding-right: 8px;
}*/

div.sidebox div.button {
    text-align: right;
}
    
div.sidebox button.button, 
div.sidebox button.button_Hvr {
  border: none;
  background: none;
  background-image: url(button.gif);
  letter-spacing: 1px;
  font-family: Trebuchet MS;
  font-size: 10px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 16px;
  padding-left: 7px;
  margin-left: 0px;
  margin-right: 0px;
  color: #454D57;
  font-weight: bold;
  cursor: hand;
  /* trick to remove button padding in IE */
  overflow: visible; 
  width: 1px; 		 
  font-size: 11px;
  text-transform: uppercase;
  cursor:pointer;
}

html > body div.sidebox button.button, 
html > body div.sidebox button.button_Hvr {
    /* undo padding trick in FireFox */
    width: auto;
}

div.sidebox button.button_Hvr {
  background-image: url(buttonhover.gif);
/* E0010 Changed color from #E35E01 to #C31E1E */
/* E0010  color: #E35E01;  */
  color: #c31e1e;  
  background-color: #FFFFFF;
}

/* ==========================================================================================
   Widget: Item quick search
   ========================================================================================== */
div.quicksearch form {
    padding-top: 2px;
    padding-bottom: 3px;
    margin-bottom: -3px;
}    

div.quicksearch div.searchwindow {
    display: none;
} 

div.quicksearch div.searchwindow div.overlaid_search {
    display: none;
} 

div.quicksearch input {
    width:80%;
    height: 15px;
    padding: 0px;
    margin: 3px;  
    margin-left: 0px;
}

input.quickSearchBtn {
	position: absolute;
	width: 20px !important;
    top: 5px;
    background-image: url(../../esa/images/button1.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
	height: 17px !important;
	border: 0px;
}

html > body input.quickSearchBtn {
	top: 4px;
	height: 17px;
	background-position: bottom;
	width: 20px;
}

div.quicksearch a.go,
div.quicksearch a.go:hover {
    text-decoration: none;
    width: 15px;
    padding: 0px;
	padding-top:4pt;
    padding-bottom: 5px;
    padding-right: 20px;
    margin-left: 1px;     
    top: 0px;         
    background-image: url(../../esa/images/button1.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

html > body div.quicksearch a.go,
html > body div.quicksearch a.go:hover {
    top: -4px;
}

div.quicksearch a.go:hover {
    background-image: url(../../esa/images/button1_on.gif);
}

.CompareDescWidth{
    width:157px;
	}
/* ==========================================================================================
   Widget: Wishlist quick links
   ========================================================================================== */

div.wishlistquicklinks div ul {
    list-style-type: none;
}

div.wishlistquicklinks div ul li {
    padding: 0px;
}

div.wishlistquicklinks a {
    text-decoration: none;
    padding-left: 5px;
    color: #223041;
    background-image: url(sidebox_link.gif);
    background-repeat: no-repeat;
    background-position: right 50%;
    padding-right: 8px;
    font-weight: bold;
}

div.wishlistquicklinks a:hover {
/* E0010 Changed color from #35E01 to #C31E1E */
/* E0010    color: #E35E01; */
    color: #c31e1e;
    background-image: url(sidebox_link_on.gif);
}

div.wishlistquicklinks a.wishlist {
    background-image: url(favorites_bullet.gif);
    background-repeat: no-repeat;
    background-position: left 50%;
    padding-left: 12px;
}    

div.wishlistquicklinks a.wishlist:hover {
    background-image: url(favorites_bullet_on.gif);
}


div.wishlistquicklinks div ul div {
    padding-top: 2px;
    padding-left: 4px;
    border: 1px solid #BDCFDE;
    margin-top: 1px;
    margin-right: 7px;
}

div.wishlistquicklinks div ul div.open {
    display: block;
    margin-bottom: 2px;
}
    
div.wishlistquicklinks div ul div.closed {
    display: none;
}

div.wishlistquicklinks div.action {
    text-align: right;
    padding: 0px;
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding-top: 2px;
    padding-bottom: 2px;
}
    
div.wishlistquicklinks div.action a.edit {
    background-image: url(favorites_edit.gif);
    background-position: right 50%;
    padding: 0px;
    padding-right: 21px;
    color: #223041;
}

div.wishlistquicklinks div.action a.edit:hover {
    background-image: url(favorites_edit_on.gif);
/* E0010 Changed color from #35E01 to #C31E1E */
/*    color: #E35E01; */
    color: #c31e1e;
}

/* ==========================================================================================
   Widget: Favorites quick links
   ========================================================================================== */

div.favoritesquicklinks div ul {
    list-style-type: none;
}

div.favoritesquicklinks div ul li {
    padding: 0px;
}

div.favoritesquicklinks a{
    text-decoration: none;
    padding-left: 2px;
    color: #223041;
    background-image: url(sidebox_link.gif);
    background-repeat: no-repeat;
    background-position: right 50%;
    padding-right: 8px;
}

div.favoritesquicklinks a:hover {
/* E0010 Changed color from #35E01 to #C31E1E */
/* E0010    color: #E35E01; */
    color: #c31e1e;
    background-image: url(sidebox_link_on.gif);
}

div.favoritesquicklinks a.favorites {
    background-image: url(favorites_bullet.gif);
    background-repeat: no-repeat;
    background-position: left 50%;
    padding-left: 12px;
}    

div.favoritesquicklinks a.favorites:hover {
    background-image: url(favorites_bullet_on.gif);
}

div.favoritesquicklinks a.categorymenuitem,
div.favoritesquicklinks a.categorymenuitem:hover {
    background: none;
    padding-left: 0px;
}    

div.favoritesquicklinks div ul div {
	position:relative;
    padding-top: 2px;
    padding-left: 4px;
    border: 1px solid #BDCFDE;
    margin-top: 1px;
    margin-right: 7px;
    width: 150px;
}

div.favoritesquicklinks div ul div.open {
    display: block;
    margin-bottom: 2px;
}
    
div.favoritesquicklinks div ul div.closed {
    display: none;
}

div.favoritesquicklinks div.action {
    text-align: right;
    padding: 0px;
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding-top: 2px;
    padding-bottom: 2px;
}
    
div.favoritesquicklinks div.action a.edit {
    background-image: url(favorites_edit.gif);
    background-position: right 50%;
    padding: 0px;
    padding-right: 21px;
    color: #223041;
}

div.favoritesquicklinks div.action a.edit:hover {
    background-image: url(favorites_edit_on.gif);
/* E0010 Changed color from #35E01 to #C31E1E */
/* E0010    color: #E35E01; */
    color: #c31e1e;
}

/* ==========================================================================================
   Widget: Category tree
   ========================================================================================== */

div.category_tree {
    width: 150px; 
    overflow: hidden;    
    padding-left: 5px;
}

div.category_tree div.entry_iteratorbody {
    border: none; /* overrule border from entry.css */
}


/* ==========================================================================================
   Widget: Sub menu (campaigns)
   ========================================================================================== */

div.submenu {
/* E0010 Changed color from #35E01 to #C31E1E */
/* E0010    border-top: 1px solid #E35E01; */
/* E0010    border-bottom: 1px solid #E35E01; */
    border-top: 1px solid #c31e1e;
    border-bottom: 1px solid #c31e1e;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 5px;
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 9px;
    text-align: right;
    text-transform: uppercase;
    background-color: #FFFFFF;
	width:150px;
}

div.submenu ul {
    list-style-type: none;
}


div.submenu a.categorymenuitem {
    text-decoration: none;
    padding-left: 2px;
    color: #223041;
    background-image: url(sidebox_link.gif);
    background-repeat: no-repeat;
    background-position: right 50%;
    padding-right: 8px;
}

div.submenu a:hover {
/* E0010 Changed color from #35E01 to #C31E1E */
/*    color: #E35E01; */
    color: #c31e1e;
    background-image: url(sidebox_link_on.gif);
}

/* ==========================================================================================
   Widget: Login
   ========================================================================================== */
 
div.login input {
    height: 17px;
    padding: 0px;
    margin: 3px;  
    margin-top: -1px;
    margin-left: 0px; 
}

input.loginBtn {
	width: 20px !important;
    background-image: url(../../esa/images/button1.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
	height: 18px !important;
	border: 0px;
}

html > body input.loginBtn { /*Firefox only*/
	height: 17px;
	background-position: bottom;
	width: 20px;
}

input.loginBtn:not(:root:root) { /*Safari only*/
	display: inline;
	background-position: 0px 0px;
	padding-top: 2px;
}

div.login a.go,
div.login a.go:hover {
    text-decoration: none;
    width: 15px;
    padding: 0px;
	padding-top:4pt;
    padding-bottom: 5px;
    padding-right: 20px; 
    margin-left: 1px;     
    top: 0px;         
    background-image: url(../../esa/images/button1.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

html > body div.login a.go,
html > body div.login a.go:hover {
    top: -4px;
}

div.login a.go:hover {
    background-image: url(../../esa/images/button1_on.gif);
}

div.overlaid_login {
    position: absolute;
	left: -150px;
    top: 20px; 
    width: 300px;
	height: 200px;
    z-index: 60;
	background-image: url(../../esa/images/login.gif);
	display: none;
} 

div.overlaid_login div.left{
	align: left;
	text-align: left;
}

div.overlaid_login div.right{
	align: right;
	text-align: right;
}

/* Demo logins ============================================================================== */

div.login a {
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 0px 50%;
    padding-left: 2px;
    color: #223041;    
    font-weight: bold;
    text-transform: uppercase;
}

div.login div.register a {
    display: block;
}

div.login a:hover {
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 0px 50%;
/* E0010 Changed color from #35E01 to #C31E1E */
/*    color: #E35E01; */
    color: #c31e1e;
}

div.login a span {
    background-image: url(sidebox_link.gif);
    background-repeat: no-repeat;
    background-position: right 50%;
    padding-right: 8px;
}

div.login div.open {
    display: block;
    margin-bottom: 5px;
    padding: 2px;
    padding-left: 4px;
    padding-right: 3px;
    text-align: right;
    border-top: 1px solid #BDCFDE;
    border: 1px solid #BDCFDE;
    margin-right: 6px;
    margin-left: 7px;
}

div.login div.open a {
    text-decoration: none;
    text-transform: none;
    font-weight: normal;
    padding-left: 0px;
    color: #223041;
    background-image: url(sidebox_link.gif);
    background-repeat: no-repeat;
    background-position: right 50%;
    padding-right: 8px;
}

div.login div.open a:hover {
/* E0010 Changed color from #35E01 to #C31E1E */
/* E0010    color: #E35E01; */
    color: #c31e1e;
    background-image: url(sidebox_link_on.gif);
    background-position: right 50%;
}
    
div.login div.closed {
    display: none;
}

div.login div.demologin,
div.login div.register {
/* E0010 Changed color from #35E01 to #C31E1E */
/*    border-top: 1px solid #E35E01; */
    border-top: 1px solid #c31e1e;
    letter-spacing: 1px;
    padding: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: right;
}

div.login div.register a span {
    font-size: 11px;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0px;
}

/* ==========================================================================================
   Widget: Logged In
   ========================================================================================== */
div.loggedin {
    line-height: 14px;
}

div.loggedin a,div.orderbook a {
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 0px 50%;
    padding-left: 2px;
    color: #223041;    
    font-weight: bold;
    text-transform: uppercase;
}

div.loggedin a:hover ,div.orderbook a:hover {
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 0px 50%;
/* E0010 Changed color from #35E01 to #C31E1E */
/* E0010    color: #E35E01; */
    color: #c31e1e;
}

div.loggedin a span,div.orderbook a span {
    background-image: url(sidebox_link.gif);
    background-repeat: no-repeat;
    background-position: right 50%;
    padding-right: 8px;
}

div.loggedin div.customer,div.orderbook div.customer {
    padding-top: 5px;
    border-top: 1px solid #BDCFDE;
}

div.loggedin div.label,div.orderbook div.label {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase; 
}

div.loggedin div.action,div.orderbook div.action {
    position: absolute;
    right: 5px;
    top: 5px;
}
/* ==========================================================================================
   Widget: Recent Items
   ========================================================================================== */
div.recentitems {
    position: relative;
    z-index:10;
    
	}
div.recentitems div.content {
    padding-left: 0px;
    padding-top: 5px;
    margin-right: 0px;
    height: 180px;

}
div.recentitems div.content a {
    font-weight: normal;

}
div.recentitems div.content a:hover {
    color: #AF3D15;
    text-decoration: underline;
}
/* ==========================================================================================
   Widget: Order Total
   ========================================================================================== */

div.ordertotal {
    position: relative;
    z-index:10;
}

div.ordertotal div.content {
    padding-left: 0px;
    padding-top: 5px;
    margin-right: 0px;
}

div.ordertotal div.content div.container {
    position: relative;
	height: 80px;
}

div.ordertotal div.content div.container div.itemlabel {
    font-size: 10px;
    font-weight: bold;
}

div.ordertotal div.content div.container div.itemlabelval {
    position: absolute;
    right: 5px;
    top: 2px;
}
div.ordertotal div.content div.container div.pricelabel {
    font-size: 10px;
    font-weight: bold;
}

div.ordertotal div.content div.container div.pricelabelval {
    position: absolute;
    right: 5px;
}

/* E0022
/* ==========================================================================================
   Widget: SKUGetATP
   ========================================================================================== */

/* E0022 Added for item details popup */
 div.ViewItemDetails{

	margin-left:450px;
	width:420px;
	background:#c6cfd6;
	
    	position:absolute;	
	top: 20px;
	z-index:500;    	
	height:320px;
    	z-index: 60;
	background-image: url(../../esa/images/largeImage.gif);
	background-repeat:repeat; 
	
	display: none;
        opacity:0.96;
	}

/* ==========================================================================================
   Widget: Order book
   ========================================================================================== */

div.orderbook {
    position: relative;
    z-index: 10;
}

div.orderbook .content {
    padding-left: 0px;
    padding-top: 5px;
    margin-right: 0px;
}

div.orderbook div.container {
    position: relative;
	height: 180px;
	overflow: hidden;
}

div.orderbook div.up, 
div.orderbook div.down {
    text-align: center;
}    

div.orderbook div.up {
    margin-bottom: 3px;
}    

div.orderbook div.down {
    margin-top: 3px;
}    

div.orderbook div.up a, 
div.orderbook div.down a,
div.orderbook div.up a:hover, 
div.orderbook div.down a:hover {
    text-decoration: none;
    height: 13px;
    width: 160px;
    padding-left: 80px;
    padding-right: 80px;
    background-repeat: no-repeat;
}

div.orderbook div.up a {
    background-image: url(orderbook_up.gif);
}

div.orderbook div.down a {
    background-image: url(orderbook_down.gif);
}

div.orderbook div.up a:hover {
    background-image: url(orderbook_up_on.gif);
}    

div.orderbook div.down a:hover {
    background-image: url(orderbook_down_on.gif);
}    

div.orderbook div.scroll {
    position: absolute;
	left: 0px;
	top: 10px;
	font-size: 10px;
}

div.orderbook div.scroll div {
    position: relative;
    clear: both;
    width: 156px;
}    

div.orderbook div.scroll div.orderline { /* order line header */
    background-image: url(orderbook_delete_bg.gif);
    background-repeat: repeat-x;
    text-align: right;
    border-bottom: 1px solid #FFFFFF;
}

div.orderbook div.scroll div.orderline span.qty { /* Quantity */
    position: relative;
    top: -1px;
    right: 4px;
}

div.orderbook div.scroll div.orderline span.id { /* Item Number */
    float: left;
    padding-left: 3px;
    font-weight: bold;
}

div.orderbook div.scroll div.orderline span.id a {
    color: #940808;
    font-size: 10px;
}

div.orderbook div.scroll div.orderline img { /* Delete icon */
    position: relative;    
    top: 1px;
    right: 2px;
}

div.orderbook div.scroll div.orderlineitem { /* Order line content */
    height: 30px;
    position: relative;
    background-image: url(orderbook_bg.gif);
    border-bottom: 4px solid #FFFFFF;
}

div.orderbook div.scroll div.orderlineitem span.name { /* Item Name */
    position: relative;
    left: 5px;
    top: 2px;
    height: 25px;
    width: 120px;
    overflow: hidden;
    display: block;
    line-height: 12px;
    float: left;
}

div.orderbook div.scroll div.orderlineitem  a { /* Thumb image */
    float: left;
}

div.orderbook div.scroll div.orderlineitem  a img.item { /* Thumb image */
/* E0010 TABVIN0 20080410 changed height: 20px to height: 30px */ 
    width: 30px;
/* E0010   height: 20px; */
    height: 30px;
    margin-top: 4px;
    margin-left: 3px;    
}

/* ==========================================================================================
   Widget: Company info
   ========================================================================================== */
div.companyinfo {
	position: absolute;
	/* <CW@130808-CHANGED height: 80px; TO height: 100px;> */
	height: 100px;
    font-family: Trebuchet MS, Helvetica, Verdana, Arial, sans-serif;
    font-size: 10px;
    background: url(companyinfo_top.gif);
    background-repeat: no-repeat;
    color: #383838;
    padding-left: 7px;
    line-height: 12px;
	/*top:439px;*/
}
body > div.companyinfo {
    position: absolute;
	/* <CW@130808-CHANGED height: 120px; TO height: 140px;> */
	height: 140px;
    font-family: Trebuchet MS, Helvetica, Verdana, Arial, sans-serif;
    font-size: 10px;
    background: url(companyinfo_top.gif);
    background-repeat: no-repeat;
    color: #383838;
    padding-left: 7px;
    line-height: 12px;
	/*top:406px;*/
}

div.companyinfo a {
    font-weight: bold;
    font-size: 10px;
}

div.companyinfo h1 {
    font-size: 10px;
    font-weight: bold;
    color: #333333;
    padding: 0px;
    margin: 0px;
    z-index: 0;
}
div.poweredInfo {
    position: absolute;
    height: 20px;
    font-family: Trebuchet MS, Helvetica, Verdana, Arial, sans-serif;
    font-size: 12px;
	color: #bebebe;
    padding-left: 3px;
    line-height: 12px;
}

/* ==========================================================================================
   Widget container (main content styling)
   ========================================================================================== */
div.titleimage {
    font-size: 23px;
    font-family: Trebuchet MS;
    color: #4C5560;
    margin-top: 2px;
    margin-bottom: 6px;
    width: 95%;
}
 
td.thumb {
  width: 35px;
}


td.thumb img {
/* E0010 TABVIN0 20080410 changed height: 20px to height: 30px */ 
  width: 30px;
/* E0010  height: 20px; */
  height: 30px; 
}

td.thumb a img {
  width: auto;
  height: auto;
}
   
html body div.entry_buttons {
    margin-top: 5px;
}
  
div.entry_right input.entry_button,
div.entry_right input.entry_buttonhover {
  background-image: url(mainbutton.gif);
  border-left: 1px solid #B6C9D4;
  padding-left: 10px;
}

div.entry_right input.entry_buttonhover {
  background-image: url(mainbuttonhover.gif);
}

div.entry_right input.disabled {
  background-image: url(mainbuttondisabled.gif);
  color: #BBBBBB;
}

div.mainbutton {
  display: inline;
  background-image: url(mainbutton1_bg.gif);
  background-repeat: repeat-x;
  padding-top: 2px;
  #padding-top: 0px;
  padding-bottom:2px;
  #padding-bottom:0px;
  margin-left: 6px;
  margin-right: -6px;
}

div.entry_right div.mainbutton input.entry_button,
div.entry_right div.mainbutton input.entry_buttonhover {
  display: inline-block;
  background-image: url(mainbutton1.gif);
  background-color:#529F5A;
  margin-right:-2px;
  #margin-right:0px;
  color: #F0F0F0;
  border: none;
  padding-right: 18px;
  -moz-opacity: 0.99;
}

div.entry_right div.mainbutton input.entry_buttonhover {
  background-image: url(mainbutton1hover.gif);
  background-color:#529F5A;
  color: #FFFFFF;
  display: inline-block;
  -moz-opacity: 0.99;
  margin-right:-2px;
  #margin-right:0px;
}

tr.nodefault td {
    padding: 5px;
}

tr.nodefault td input.listings {
    padding: 0px;
    margin-right: 10px;
    border: none;
}

tr.nodefault > td input.listings {
    margin-bottom: -3px;
}    

div.listings {
    border: 1px solid #B6C9D4;
    margin-right: 7px;
	height:100%;
}
/*div.OrderFormPage{
    border: 1px solid #B6C9D4;
    margin-right: 7px;

}

div.OrderFormPage div.listings {
	height:auto;
    border:none;
}*/

table.listings th {
    width: 116px;  /*width: 100px; UI Fix original*/
    padding-left: 6px;
}

table.listings th.listingstwoCS {    
	width: 116px;
}

table.listings th.listingstwoLCI {    
	width: 142px;
}

/*html > body table.listings th.listingstwoLCI {    
	width: 116px;
}*/

table.listings th.listingstwoRCI {    
	width: 142px;
	padding-left: 0px;
}

html>body table.listings th.listingstwoCS {
    width: 14.5%;
}

table th.listingstwoCPR {
   width: 34%; 
}

html > body table th.listingstwoCPR {
   width: 34%; /*42*/
   padding-left:8px;  /*8*/
}

div.ItemSendMail {
    border: 1px solid #B6C9D4;
    margin-right: 7px;
	margin-left:5px;
	height:100%;
	width:96%;

}
div.categorypath {
    font-weight: bold;
    padding: 5px;
}

div.categorypath span.leaf,
div.categorypath a {
    font-weight: normal;
    padding-left: 5px;
    padding-right: 5px;
}

div.categorypath span.delimit {
    padding-right: 15px;
    background-image: url(delimit.gif);
    background-repeat: no-repeat;
    background-position: 100% 50%;    
}

/* paging */
tr.paging td {
    padding-top: 5px;
}

tr.paging td.right {
  text-align: right;
}

tr.paging td.left a,
tr.paging td.right a {
  font-size: 10px;;
  font-weight: bold;
  text-decoration: none;
}

tr.paging td.left a span,
tr.paging td.right a span {
  background-image: url(prev.gif);
  background-repeat: no-repeat;
  height: 23px;
  padding-top: 3px;
  padding-left: 40px;
  padding-right: 100px;
}

tr.paging td.right a span {
  background-image: url(next.gif);
  background-position: right center;
  padding-right: 40px;
  padding-left: 100px;
}

tr.paging td.left a:hover span {
  background-image: url(prev_on.gif);
}

tr.paging td.right a:hover span {
  background-image: url(next_on.gif);
}

/* ==========================================================================================
   Home page styling
   ========================================================================================== */

/* quick links */
div.quicklink {
    float: right;
    display: inline;
    z-index: 10;
    width: 30%;
    margin-top: -35px;
    margin-left: 10px;
}

div.quicklink div.entry_detailsbody {
    position: relative;
}

div.quicklink ul {
    list-style-type: none;
}

div.quicklink ul a {
    background-image: url(quicklink.gif);
    background-repeat: no-repeat;
    background-position: 5px 50%;
    padding-left: 20px;
    padding-right: 5px;
    color: #6B7278;
    font-weight: bold;
}

div.quicklink ul a:hover {
    color: #AF3D15;
}

div.quicklink ul li {
    padding: 2px;
}

/* campaigns */
div.gallery div.campaign {
    float: left;
    margin: 10px;
    margin-right: 0px;
    margin-left: 0px;
    width: 310px;
    height: 130px;
    position: relative;
    background-image: url(campaign.gif);
    background-repeat: no-repeat;
}    

div.campaign img {
    height: 120px;
    width: 150px;
    float: left;
    top: 5px;
    left: 5px;
    position: relative;
}

div.campaign span.name {
    position: absolute;
    top: 10px;
    left: 165px;
    width: 130px;
}

div.campaign span.name a {
    text-decoration: none;
    color: #940808;
    font-size: 11px;
}

div.campaign span.name a:hover {
    text-decoration: underline;
}

div.campaign span.desc {
    position: absolute;
    top: 50px;
    left: 165px;
    color: #222222;
    width: 130px;
}

/* ==========================================================================================
   Gallery View styling
   ========================================================================================== */

div.gallery {
    padding-bottom: 10px;
}

div.gallery div.category {
    float: left;
    margin: 10px;
    border: 1px solid #3D4D61;
    width: 170px;
    text-align: center;
}    

div.category div.image {
/* E0010 Changed height from 125px to 168px */
/* E0010    height: 125px; */
    height: 168px;
    position: relative;
}

div.category div.image img {
/* E0010 Changed height from 125px to 168px */
/* E0010    height: 125px; */
    height: 168px;
    width: 168px;
}

div.category div.image a:focus img {
/* E0010 Changed height from 125px to 168px */
/* E0010    height: 125px; */
    height: 168px;
    width: 168px;border:1px dotted #41383C;
}

div.category div.info {
    position: absolute;
    top: 1px;
    right: 2px;
    width: 24px;
    height: 22px;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    background: url(info.gif) no-repeat 1px 1px;
}

html > body div.category div.info {
    width: 22px;
}

div.category div.info div.description {
    display: none;
    width: 164px;
}

div.category div.infoopen div.description {
    display: block;
    position: absolute;
    top: -1px;
    right: -1px;
    padding: 1px;    
    background-color: #FFFFFF;
}

div.category div.infoopen div.description div {
    padding: 10px;    
    padding-top: 25px;
    border: 1px solid #B5B6BD;
    background: url(info.gif) no-repeat 141px 1px;
}

html > body div.category div.infoopen div.description div {
    background: url(info.gif) no-repeat 142px 0px;
}
/* Increased the height for this section from 50 px to 75 px to contain Top Selling items in Gallery View page*/
div.category div.name {
/* E0010 Changed height from 75px to 85px */
/*    height: 75px; */
      height: 85px;
    border-top: 1px solid #3D4D61;
    padding: 2px;
    overflow: hidden;
}    

div.category div.name a {
    font-size: 12px;
    font-weight: bold;
    color: #223041;
    text-decoration: none;
    text-transform: uppercase;
    cursor: hand;
}

div.category div.name a:hover {
    font-size: 12px;
    font-weight: bold;
    /* <CW@050808-CHANGED color: #E35E01; TO color: #c31e1e;> */
    color: #c31e1e;
    text-decoration: none;
    text-transform: uppercase;
    cursor: hand;
}

div.category div.name a:focus {
    font-size: 12px;
    font-weight: bold;
    /* <CW@050808-CHANGED color: #E35E01; TO color: #c31e1e;> */
    color: #c31e1e;
    text-decoration: none;
    text-transform: uppercase;
    cursor: hand;
	border:1px dotted #41383C;
}

/* Introduced for the section containing Top Selling items in Gallery View page*/
div.category div.topseller {
    height: 55px;
    border-top: 1px solid #3D4D61;
    padding: 2px;
    overflow: hidden;
}  
div.category div.top {
    position: absolute;
    top: 1px;
    right: 2px;
    width: 24px;
    height: 22px;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    background: url(thumb.gif) no-repeat 1px 1px;
}

/* ==========================================================================================
   What is CVV2 Page styling
   ========================================================================================== */
div.CvvPage, li.CvvPage{
	font-size:12px;
}

body  div#layout_cvv {
    position:relative;
    left: 0px;
    right: 0px;
	top:0px;
    width:auto;
    height: auto;
	background:transparent;
    padding-top: 0px;
	padding-left:10px;
    z-index: 60;
}
/* ==========================================================================================
   Tabbed Panels styling
   ========================================================================================== */

div.panels ul {
    margin: 0px;
    padding: 0px;
    margin-right: 6px;
    border: none;
    padding-bottom: 24px;
    background-image: url(buttons_bg.gif);
    background-image: url(listfooter_bg.gif);
    background-position: bottom;
    background-repeat: repeat-x;    
}

div.panels div.open {
    display: block;
}    
    
div.panels div.closed {
    display: none;
}    

div.panels li {
  list-style: none;
  display: inline;
  cursor: pointer;
  position: relative;
  text-transform: capitalize; 
  border: none;
  background: url(tab_left.gif); 
  background-repeat: no-repeat;
  height: 20px;
  padding: 0px;
  padding-left: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin: 0px;
}

div.panels ul > li {
  padding-top: 4px;
}

div.panels li.closed a, 
div.panels li a {
  background: url(tab_right.gif); 
  background-repeat: no-repeat;
  background-position: top right;
  font-weight: normal;
  text-decoration: none;
  color: #4A5563;
  font-size: 12px;
  border: none;
  padding: 0px;
  padding-right: 21px;  
  padding-top: 2px;
  margin: 0px;
}

div.panels li.open a {
  font-weight: bold;
  color: #4A5563;
  text-decoration: none;
}

div.panels li a:hover, 
div.panels li a:focus { 
  color:  #000000;
  text-decoration: none;
}
 
/* Expand minus */
div.expanditems span.spOpen {
  cursor: pointer;
  background: url(minus.gif) center left no-repeat;
  font-weight: bold;
}

/* Expand plus */
div.expanditems span.spClosed {
  cursor: pointer;
  background: url(plus.gif) center left no-repeat;
  font-weight: bold;
}

/* ==========================================================================================
   Order Flow styling
   ========================================================================================== */
div.orderflow {
    padding: 5px;
    margin-right: 7px;
    margin-bottom: 5px;
    font-size: 14px;    
    color: #4A5563;
}

div.orderflow div {
    display: inline;
    padding: 5px;
    padding-right: 10px;
}

div.orderflow div.prevstep a {
    color: #393839;
    text-decoration: none;
    font-size: 12px;
}

div.orderflow div.thisstep a {
    color: #E75D00;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}

div.orderflow div.nextstep {
    color: #828282;
    font-size: 12px;
}

/* ==========================================================================================
   Complex configuration styling on Item Details page
   ========================================================================================== */
div.config {
    text-align: center;
}
   
table.config {
    width: 98%;
}

html > body table.config {
    width: 100%;
    padding: 2px;
}

table.config th.header {
    border-bottom: double #B6C9D4;
    padding-top: 4px;
    padding-bottom: 4px;
}

table.config th.footer {
    border-top: double #B6C9D4;
    border-bottom: 1px solid #B6C9D4;
    padding-top: 4px;
    padding-bottom: 4px;
}

table.config td.attribute {
    font-weight: bold;
    padding: 3px;
}

table.config tr.odd td {
    background-color: #F6F6F6;
}   

table.config input {
    margin-right: 4px;
    margin-bottom: -2px;
}

table.config td.attribute span.description {
    font-weight: normal;
}

table.config .price {
    text-align: right;
}

table.config td.qty {
    text-align: right;
    padding-top: 4px;
    padding-bottom: 4px;
}

table.config td.qty span.qty {
    font-weight: bold;
}

table.config td.qty input {
    margin-right: 0px;
}

td.manufacturer img{
   width:200px;
   height:200px;
}

/* ==========================================================================================
   Complex configuration styling on order lines
   ========================================================================================== */
   
div.orderlineconfig {
    margin: 2px;
    margin-left: 20px;
    margin-right: 20px;
    border-top: 1px solid #F1F3F6;
    border-bottom: 1px solid #F1F3F6;
    padding: 2px;
    font-style: italic;
}

/* ==========================================================================================
   Details styling on order lines
   ========================================================================================== */
div.orderlinedetails {
    margin: 2px;
    margin-left: 20px;
    margin-right: 20px;
    border-top: 1px solid #F1F3F6;
    border-bottom: 1px solid #F1F3F6;
    padding: 2px;
    font-style: italic;    
    position: relative;
}   

div.orderlinedetails dl {
    margin: 0px;
}

div.orderlinedetails dt {
    width: 150px;
    position: absolute;
}

div.orderlinedetails dd {
    padding-left: 150px;
}

/* ==========================================================================================
   Availability styling on order lines
   ========================================================================================== */
div.orderlineavailable {
    margin: 2px;
    margin-left: 20px;
    margin-right: 20px;
    border-top: 1px solid #F1F3F6;
    border-bottom: 1px solid #F1F3F6;
    padding: 2px;
    font-style: italic;    
    position: relative;
    color: #DD1010;
}   

div.orderlineavailable a {
    color: #DD1010;
}   

div.orderlineavailable dl {
    margin: 0px;
}

div.orderlineavailable dt {
    width: 150px;
    position: absolute;
}

div.orderlineavailable dd {
    padding-left: 150px;
}

/* ==========================================================================================
   Styling on Item List Page
   ========================================================================================== */

Item_ShowCountRow{
float:middle;   /*Dummy property to implement clear in the below ID*/
}

div#ItemListIterator{
clear:both;
}

div.Item_ShowCountRow div.AboveIterator{
    width:98.9%;
	height:10px;
	padding-bottom:0px;
	margin-bottom:0px;
	position:relative;
	top:12px;
	}

div.Item_ShowCountRow > div.AboveIterator{
    width:98.9%;
	height:10px;
	padding-bottom:0px;
	margin-bottom:0px;
	position:relative;
	top:4px;
	}

.Item_ShowCountRow{
    width:100%;
	height:15px;display:inline;
	padding-bottom:5px;
	margin-bottom:10px;
	text-align:top;
	}

.ItemCountText{
    position:relative;
	left:5px;
	font-size:12px;
	font-weight:normal;
	letter-spacing:1px;
	margin:0px;
	color:#5e5e5e;
	height:auto;
	width:23.5%;
	overflow:show;
	display:inline;
    }

span.CountTextProp{
    font-weight:bold;
	font-size:12px;
	color:#000000;
	}

.DropDown{
   	margin-left:10px;
	top:-3px;
	position:relative;
	float:right;
	display:inline;
	}
/*Font 12 (Items page links) Verdana, 11pt, Regular/Bold, Horizontal scale (kerning) 87%, color #808080
*/
.Paging{
    position:relative;
	margin:0px;
	padding-left:2px;
	font-weight:Regular/Bold;
	font-size:9pt;
	font-family:verdana,Helvetica,Arial,Georgia;
	color:#808080;
	display:block;width:200px;height:15px;float:left;
	}

.Paging a{
    position:relative;
	margin:0px;
	padding:0px;
	font-weight:Regular/Bold;
	font-size:9pt;
	font-family:verdana,Helvetica,Arial,Georgia;
	color:#808080;
	}

.BelowIteratorDiv{
    position:relative;
	float:left;
    width:99.7%;
	height:15px;
	margin-bottom:5px;
	padding-top:0px;
	margin-top:0px;
	}

.ItemCount_Below{
    position:relative;
	height:12px;
	float:left;
	margin-top:1px;
    }

.ItemCountText_Below{
     position:relative;
	 left:5px;
	 font-size:12px;
	 font-weight:normal;
	 letter-spacing:1px;
	 margin-top:0px;
	 color:#5e5e5e;
	 }

.Paging_Down{
     height:15px;
	 float:right;
	 position:relative;
	 margin-left:2px;
	 margin-right:15px;
	 font-family:verdana,Helvetica,Arial,Georgia;
	 font-weight:Regular/Bold;
	 font-size:9pt;
	 color:#808080;
	 }


.Paging_Down a{
    position:relative;
	margin:0px;
	padding:0px;
	font-weight:Regular/Bold;
	font-size:9pt;
	font-family:verdana,Helvetica,Arial,Georgia;
	color:#808080;
	}

/* ==========================================================================================
   Styling on Item Details Page
   ========================================================================================== */

div.ItemDetailsPage {
	width: 100%;
	float: left;
}

div.ItemNameNumberB2B{
    width:65%;
    float:left;
}

div.ItemDetailsPage div.ParentImage {
    position:relative;
	display:inline;
	float:right;
	width:205px;
	/* <CW@050808-CHANGED height:125px; TO height:168px;> */
	height:168px;	
}

div.ItemDetailsButtonB2B{
 position:relative;
 clear:both;
 }

div.ItemDetailsImage{
position:relative;
	/* <CW@130808-CHANGED top:-10px; TO top:-20px;> */
top:-20px;
	/* <CW@130808-CHANGED height:125px; TO height:168px;> */
height:168px;
	/* <CW@130808-CHANGED width:155px; TO width:168px;> */
width:168px;
float:left;

}

div.ParentImage div.ItemDetailsImage img{
	/* <CW@130808-CHANGED height:125px; TO height:168px;> */
height:168px;
	/* <CW@130808-CHANGED width:155px; TO width:168px;> */
width:168px;
float:left;

}

div.ParentImage div.ShowImages{
		white-space:nowrap;  
		margin-top:5px;
	}

div.ParentImage div.ShowImages a{
		font-weight: bold;
		text-decoration:none;
	}

div.ShowImages a:hover, 
div.ShowImages a:focus { 
	text-decoration: none;
        cursor: pointer;
    }

 /* View more images section */
  div.ViewMoreImages1{
	position:absolute;
	right:0px;
	top: 166px;
	z-index:500;
    width:434;
	display:none;
	}

.child1{
width:430px;margin-left:0px;height:95px;float:top;

}
.child2{
width:90px;margin-left:1px;height:90px;float:left;
	background-image: url(../../esa/images/login.gif);
    background-position: 2px -22px;
	background-repeat:no-repeat; 
	-moz-opacity: 0.95;
	filter: alpha(opacity=95);
	border: 2px solid #BDCFDE;
	color:white;
}

 div.ViewLargeImages{
/* E0010 Changed margin-left from 245px to -6px and changed width from 270px to 635px and background:#c6cfd6 */
    position:absolute;
/* E0010	margin-left:245px; */
	margin-left:-6px;
	width:635px;
	background:#c6cfd6;
	top: 106px;
	z-index:500;
/* E0010    width: 270px; */
	height:auto;
    z-index: 60;
	background-image: url(../../esa/images/largeImage.gif);
	background-repeat:repeat; 
	/* <CW@050808-removed the opacity>
	-moz-opacity: 0.95;
	filter: alpha(opacity=95);
    */
	display: none;
	border: 1px solid #ddd;
	padding: 0px 2px 2px 2px;
}

.child3{
/* E0010 changed width from 270px to 635px */
/* E0010	width:270px; */
	width:635px;
	margin-left:2px;
	height:65px;
	float:top;
	padding-top:2px;
   	-moz-opacity: 0.95;
	filter: alpha(opacity=95);opacity:.95;
}

.child31{
/* E0010 Changed width from 270px to 635px */
/* E0010	width:270px; */
	width:635px;
	margin-left:2px;
	height:25px;
	float:top;
	padding-top:2px;
   	-moz-opacity: 0.95;
	filter: alpha(opacity=95);opacity:.95;
}

.child4{ 
	width:60px;
	margin-left:2px;
	height:60px;
	float:left;
   	border: 2px solid #BDCFDE;
	color:white;
}
a.largeclose {
	position:relative;
	text-decoration:underline;
 	font-size:9pt;
	font-family:verdana,Helvetica,Arial,Georgia;
	vertical-align:top;	
} 
a.masterImg img {
/* E0010 changed width from 210px to 590px and height from 190px to 540px */
/* E0010 width:210px; */
/* E0010 height:190px; */
width:590px;
height:540px;
}

a.thumbImg img {
width:60px;
height:60px;
}

a.previewImg img {
width:90px;
height:90px;
}

div.ParentImage div.AllImages {
	position:relative;	
	width:50px;
	height:50px;
	display:inline;
	}

div.ParentImage div.AllImages div.BigImages {
	position:relative;
	padding-top:5px;
	}

/* ==========================================================================================
   Styling on order totals
   ========================================================================================== */

table.ordertotals td.label {
    font-weight: bold;	
    width: 95%;
    padding-left: 5px;
}   

table.ordertotals td.currency {
    font-weight: bold;
    padding-right: 20px;
}   

table.ordertotals td.price {
    text-align: right;
} 


/*==========================================================================================
    Styling for Live Chat Feature
==========================================================================================*/

div.Chatmsg {
	position:relative;
	padding-left:5px;
	padding-top:5px;
}

div.Chatmsg input{
	position:relative;
	padding-left:2px;
	vertical-align:top;
	height:30px;
}

div.Chatmsg div.chatsubmit div.buttontxt{
	position:absolute;
	margin-top:-25px;
	left:440px;
	background:url(ButtonsB2CGeneralHover.gif) center left no-repeat;
	cursor:pointer;;
	width:130px;
	height:25px;
	z-index:100;
	font-family: sans-serif, Trebuchet MS, Verdana, Arial, Helvetica;
    font-size: 12px;
	text-decoration:none;
	text-align:center;
}

div.Chatmsg div.chatsubmit a > div.buttontxt p{
	position:relative;
	left:15px;
	top:-8px; 
}

div.Chatmsg div.chatsubmit div.buttontxt p{
	position:relative;
	left:15px;
	top:5px; 
}

div.Chatmsg div.chatbuttons div.chatwait div.buttontxt,
div.Chatmsg div.chatbuttons div.chatwaiting div.buttontxt {

	position:absolute;
	margin-top:15px;
	background:url(ButtonsB2CGeneralHover.gif) center left no-repeat;
	cursor:pointer;;
	width:130px;
	height:25px;
	z-index:100;
	font-family: sans-serif, Trebuchet MS, Verdana, Arial, Helvetica;
    font-size: 12px;
	text-decoration:none;
	text-align:center;
}

div.Chatmsg div.chatbuttons div.chatcancel div.buttontxt,
div.Chatmsg div.chatbuttons div.endchat div.buttontxt{
	position:absolute;
	left:165px;
	margin-top:15px;
	background:url(ButtonsB2CGeneralHover.gif) center left no-repeat;
	height:25px;
	width:130px;
	cursor:pointer;;
	z-index:100;
    font-family: sans-serif, Trebuchet MS, Verdana, Arial, Helvetica;
    font-size: 12px;
	text-decoration:none;
	text-align:left;
}

div.Chatmsg a{
	text-decoration: none;
}

div.Chatmsg div.chatbuttons div.chatwait a > div.buttontxt p,
div.Chatmsg div.chatbuttons div.chatwaiting a > div.buttontxt p{
	position:relative;
	left:15px;
	top:-8px; 
}

div.Chatmsg div.chatbuttons div.chatwait  div.buttontxt p,
div.Chatmsg div.chatbuttons div.chatwaiting div.buttontxt p{
	position:relative;
	left:15px;
	top:5px; 
}

div.Chatmsg div.chatbuttons div.chatcancel a > div.buttontxt p{
	position:relative;
	left:15px;
	top:-8px; 
}

div.Chatmsg div.chatbuttons div.chatcancel div.buttontxt p{
	position:relative;
	left:15px;
	top:5px; 
}

div.Chatmsg div.chatbuttons div.endchat a > div.buttontxt p {
	position:relative;
	left:35px;
	top:-8px; 
}

div.Chatmsg div.chatbuttons div.endchat div.buttontxt p {
	position:relative;
	left:35px;
	top:5px; 
}

div.Chatmsg div.ReceivedMsg {
	position:relative;
	border: 1px solid #B6C9D4; 
	height:200px;
	overflow:auto;
	width:425px;
}

/*For Testing only...*/
div#debugBox { 
	position: absolute;
	top: 200px;
	margin: 0px;
	padding: 30px;
	background-color: #66FF00;
	border: 1px solid #006633;
	z-index: 200;
	color: #006633;
	right: 200px;
	display: none;
}


/*Pau Fixes*/
/*for shipping form alignments*/
td.listingsCO{
 width:138px;
}

table.listings th.listingstwoCO{
 width: 145px;
}

/*for order info*/
td.listingsOIfooter{
 width:expression(document.body.clientWidth <= 1100 ? "25px" : "" );
}

html > body td.listingsOIfooter{
 width:0px;
}

/*//end*/

/*for  ATP Overlay*/
div.ATPOverlay{
position:absolute;
width:600px;
height:300px;
overflow-y:scroll;
overflow-x:hidden;
left:0px;
top:0px;
padding:1px;
background:#FFFFFF;
border:1px solid #B6C9D4;
z-index:100;
display:none;
opacity:0.96;
}

div.searchclose{
 margin-left:10px;
}

div.searchclose a {
color:#333333;
font-family:Trebuchet MS;
font-size:11px;
letter-spacing:0px;
outline-style:none;
padding-right:5px;
padding-top:5px;
text-decoration:underline;
}

table.ATPList td,table.ATPList th{
text-align:center;
background-color: #B6C9D4;
}

table td.ATPCityDate{
 text-align:center;
}
/*end*/


/* ==========================================================================================
   McLeod Style Additions
   ========================================================================================== */
div.adv1 {
	Width:450px;
	height:314px;
    	background-image: url(../../esa/images/mcleod/advertising/b2b-banner-1.jpg);
	background-repeat:no-repeat;
}
.RetailPrice {
	font-size:14px;
	font-weight:bold;
	color:#333399;
}
.TradePrice {
	font-size:14px;
	font-weight:bold;
	color:#ff0000;
}
.PromotionPrice {
	font-size:14px;
	font-weight:bold;
	color:#00cc00;
}
/* ==========================================================================================
   End
   ========================================================================================== */
