body{ background-color: white; #background-image:url(img/background.png); background-attachment:fixed; background-repeat: repeat-y; background-position:top center; font-family: arial, helvetica, sans-serif; margin: 0px; text-align: center; } a{ color: black; background-color:#FFFFFF; font-size:13px; } a:hover{ color: white; background-color:#AAAAAA; } .header{ height:136; width: 800px; margin: auto; position: relative; } .application{ position: absolute; top: 136px; left: 100px; width: 800px; height:450px; padding:0; } .cart{ position: absolute; top: 136px; left: 100px; width: 800px; padding: 2px; display: none; } .input_qty{ width: 20px; border: 1px solid navy; } .checkout_table_head{ padding:3px; border-bottom: 1px solid black; } .checkout{ position: absolute; top: 136px; left: 103px; width: 800px; padding: 2px; display: none; overflow:auto; } .checkout_return {position: relative; padding: 2px; text-align:right; float:right;} .checkout_data {position: relative; float: left; padding: 2px; clear:left; width:99%; text-align:left;} .orderLoader{position:absolute; top:50%; left:50%; width:240px; height:100; z-index:151; border:1px solid black; color: black; background-color: #efefef; font-family: arial; text-align:center; display: none; font-family: arial, helvetica, sans-serif; text-align: center; } .Transparent{ filter:alpha(opacity=70); -moz-opacity: 0.7; opacity: 0.7; background-color: black; position:absolute; top:0; left:0; width:100%; height:100%; display: none; z-index:150;} .data_show{ position: absolute; padding: 0px; margin:0px; top: 100px; left: 100px; width: 606px; height: 382px; display: none; border: 1px solid #060221; background-color:white; z-index: 160; } #data_show_title{ width:606px; text-align:right; color: #efefef; background-color:#060221; } #data_show_sub{ padding-top:5px; text-align:middle; } #data_show_sub p{ margin-top:0px; margin-bottom:4px; } #data_show_title_text{ color: white; font-size: 16px; text-decoration: none; padding-left:20px; } #data_show_title a{ color: white; background-color:#060221; font-size: 15px; text-decoration: none; padding-right:20px; }