﻿/*SHARED BETWEEN ITEM AND CART PAGES*/

/*CONTROLS THE HEADERS*/
div.ItemHeader { border:solid 1px #595959; border-top:none; height:20px; line-height:20px; /*font-style:italic;*/}
div.ItemHeader /*> div*/, td.InfoHeader { background-image: url(../images/ItemGradient.jpg); }
div.ItemHeader > div { background-color:Transparent; }
/*div.ItemHeader > div { line-height:20px; height:20px; }*/
div.ItemHeader, td.InfoHeader { font-weight:bold; }

div.ItemNumber { width:95px; text-indent:5px; } /*CONTROLS THE ITEM NUMBER COLUMN*/


/*div.Weight { width:58px; text-align:right; } CONTROLS THE WEIGHT COLUMN*/

/*div.ItemHeader >*/ div.Qty { text-indent:3px;  direction:rtl; }

/*div.Price { width: 60px; text-align:right; } CONTROLS THE PRICE COLUMN*/
div.Qty { width:40px; text-align:right; } /*CONTROLS THE QTY COLUMN*/
div.Qty /*>*/input { width:25px; height:20px; text-align:right; } CONTROLS THE QTY TEXT BOX
div.UOM { width:40px; text-align:center !important; } /*CONTROLS THE QTY COLUMN*/


div.Trash { width:25px; text-align:right; } /*CONTROLS THE Delete COLUMN*/


div.CallForPrice { display:block; width:190px; font-weight:bold; }/* Weight width + Price width + qty Width*/
input.Disabled { background-color:Silver; color:Gray; }

 /*CONTROLS THE 'ROW' CONTAINING THE ITEMS LISTED*/
div.LineItemContainer { line-height:20px; }
div.LineItemContainer /*>*/ div { cursor:default; }

/*CONTROLS THE LISTED 'COLUMNS'*/
/*div.ItemHeader > div, div.ItemNumber, div.Description, div.Weight, div.Price, div.Track { text-indent:5px; }*/


/*CONTROLS THE CONTAINER HOLDING THE IMG BUTTON.*/
div.ImageButtonContainer { float:right; padding-right:0px; }

div.ImageButtonContainer /*>*/ a { display:block; height:17px; overflow:hidden; }
/*a.ImageButtonContainer_A     { display:block; height:17px; overflow:hidden; }*/

div.ImageButtonContainer > a:Hover > input { margin-top:-17px; }


div.ImageButtonContainer_Top /*>*/ a { margin-top:11px; }
/*a.ImageButtonContainer_Top_A     { margin-top:11px; }*/


/*CONTROLS THE SEARCH THIS PAGE DIALOG BOX.*/
div.SearchDialog { background-color:#eeeeee; border:outset; position:fixed; width:235px; height:22px; line-height:22px; top:500px; left:565px; display:none; }
/*div.SearchDialog >*/ div.Find { width:50px; text-align:center; }

div.SearchDialog /*>*/ div /*>*/ div /*>*/ input { width:160px; }

div.SearchDialog /*>*/ div /*>*/ a /*>*/ img { position:absolute; top:3px; left:216px; }

div.SearchMatch { background-color:#0A246A !important; color:White !important; }

div.SearchToolTip { width:235px; position:fixed; display:none; }