/* BULK BUY WINDOW */
.dragclass{
position : relative;
cursor : move;
}
#bulk_buy_window {
position:absolute;
top:20px;
left:20px;
width:340px;
z-index:500;
border:solid 1px grey;
background-color:#FFF;
text-align:left;
cursor:default;
}
.feedBackFormTbl{
width:100%;
}
.feedBackFormTbl td{
padding:2px ;

}
#feed_back_div {
position:absolute;
top:20px;
left:400px;
width:400px;
display:none;
z-index:500;
border:solid 1px grey;
background-color:#FFF;
text-align:left;
cursor:default;
}
.bbMoveBar {
position:relative;
width:100%;
height:25px;
background-color:red;
color:#fff;
font:bold 14px arial;
text-align:center;
display:block;
}
#bbMoveBar img{
border:solid 1px #FFF;
position:absolute;
bottom:0;
left:0;

}
#bbMoveBarClose {
background-color:green;
color:#FFF;
width:100%;
border:solid 1px #000;
clear:both;
font:bold 14px arial;
text-align:center;
z-index:600;
cursor:pointer;
}
#bulkBuyFormContainer {
padding:5px;
height:310px;
}
.bulkBuyFormTable{
width:100%;
text-align:center;
background-color:#EBEBEB;
}
/********* MISC BITS ********/
.bbBoxInitMsg {
background-color:yellow;
color:#000;
font:bold 14px arial;

}
.bbHelpEmail {
display:block;
font:bold 12px arial;
color:#FFF;
position:absolute;
top:5px;
left:10px;
}
.bbFeedBack {
font:bold 12px arial;
color:#FFF;
position:absolute;
top:5px;
right:10px;
}

/******** THE BULK ORDERS DISPLAY TABLE ****/
#ordersDisplayTable {

}
.bulkFormDelBtn {
width:60px;
height:16px;
border:none;
background-color:red;
color:#FFF;
font:bold 11px arial;
cursor:pointer;
}
.formBtnsStd {
padding:3px 0;
font-size:12px;
color:#FFF;
font-weight:bold;
border:solid 1px #000;
cursor:pointer;
width:200px;
}
/*************** the bulk buy link blocks ***********/
#resBulkSelDispCont {
 width:98%;
 clear:both;
 background-color:#F3F3F3;
 overflow:visible;
}
.bulkGroupIntroTxt {
display:block;
width:100%;
background-color:#E9E9E9;
}
.bulkGroupIntroTxt div{ /* firefox workaround */
padding:5px 10px;
text-align:left;
font:normal 14px arial;
color:#000;

}
.bulkBuyBlockCont {
display:block;
float:left;
width:120px;
overflow:visible;
position:relative;
background-color:#F3F3F3;
border:solid 1px #C8C8C8;
margin:2px;

}
.bulkBuyBlockBuyBttnCont {
width:100%;
clear:both;
text-align:center;
display:block;
overflow:visible;
display:block;
}
.resBulkSelDispCont {
border:solid 1px #C8C8C8;
margin:10px auto;
}
.resBulkSelDispCont a{
font:bold 12px arial;
}
