/* Delivery Info---------------------------------------------------------------------------------------------------------------------------------------------- */#deliveryBox											{ float:left; clear:both; width:520px; }#deliveryBox .top										{ float:left; clear:both; width:520px; height:20px;														  background:url(images/delivery_box_top.png) no-repeat left top; overflow:hidden; }#deliveryBox .bottom										{ float:left; clear:both; width:520px; height:20px;														  background:url(images/delivery_box_bottom.png) no-repeat left top; overflow:hidden; }#deliveryBox .middle										{ float:left; clear:both; width:480px; padding:0 20px;														  background:url(images/delivery_box_bg.png) repeat-y left top; }#deliveryBox .middle .closeBut							{ float:left; clear:both; width:100%; height:15px; overflow:hidden; text-align:right; }#deliveryBox .middle .closeBut a							{ font:normal 11px Arial; color:#646464; text-decoration:none; }#deliveryBox .middle .title								{ float:left; clear:both; width:100%; padding:10px 0; font:normal 14px Arial;														  color:#fe6000; }#deliveryBox .middle .detailsTable						{ float:left; clear:both; width:100%; }#deliveryBox .middle .detailsTable table					{ width:100%; margin:0; padding:0; border-collapse:collapse; border:1px solid #ebebeb; }#deliveryBox .middle .detailsTable table thead				{ background-color:#868585; font:normal 11px Arial; color:#fff; }#deliveryBox .middle .detailsTable table tbody				{ font:normal 11px Arial; color:#000; }#deliveryBox .middle .detailsTable table th,#deliveryBox .middle .detailsTable table td					{ padding:5px 0 5px 15px; text-align:left; border:1px solid #ebebeb; }#deliveryBox .middle .detailsTable table tr.bgColorFirst		{ background-color:#d2d1d1; }#deliveryBox .middle .detailsTable table tr.bgColorSecond	{ background-color:#e1e1e1; }/* Delivery Info 2---------------------------------------------------------------------------------------------------------------------------------------------- */#deliveryBox2											{ position:absolute; left:55px; top:129px; float:left; clear:both; width:900px;														  z-index:9999; }#deliveryBox2 .top										{ float:left; clear:both; width:900px; height:20px;														  background:url(images/delivery_box2_top.png) no-repeat left top; overflow:hidden; }#deliveryBox2 .bottom									{ float:left; clear:both; width:900px; height:20px;														  background:url(images/delivery_box2_bottom.png) no-repeat left top; overflow:hidden; }#deliveryBox2 .middle									{ float:left; clear:both; width:860px; padding:0 20px;														  background:url(images/delivery_box2_bg.png) repeat-y left top; }#deliveryBox2 .middle .closeBut							{ float:left; clear:both; width:100%; height:15px; overflow:hidden; text-align:right; }#deliveryBox2 .middle .closeBut a							{ font:normal 11px Arial; color:#646464; text-decoration:none; }#deliveryBox2 .middle .title								{ float:left; clear:both; width:99%; margin:10px 0; padding:5px 0 5px 10px;														  background-color:#fe6000; font:normal 14px Arial; color:#fff; }#deliveryBox2 .middle .detailsTable						{ float:left; clear:both; width:100%; }#deliveryBox2 .middle .detailsTable table					{ width:100%; margin:0; padding:0; border-collapse:collapse; border:1px solid #fff; }#deliveryBox2 .middle .detailsTable table th				{ background-color:#fe6000; font:normal 11px Arial; color:#fff; text-align:left; }#deliveryBox2 .middle .detailsTable table td				{ background-color:#e4e4e4; font:normal 11px Arial; color:#4b4b4b; text-align:center; }#deliveryBox2 .middle .detailsTable table th,#deliveryBox2 .middle .detailsTable table td				{ padding:5px 0 5px 5px; border:3px solid #fff; }
