body{
margin:0px;
padding:0px;
background:url(../images/bg_artwork.jpg) repeat-x #343434;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#efefef;
}

.clearer{
clear:both;
}

#container{
margin:0 auto;
width:520px;
padding:20px;
}

h3{
text-align:center !important;;
display:block;
margin-left:9px;
}

.showHide{
display:block;
border:1px dotted #ccc;
background:#666;
color:#efefef;
padding:5px;
text-decoration:none;
margin-bottom:5px;
}

a.showHide:focus{
outline:none;
-ie6-outline:none;
}

.section{
width:540px;
padding:10px;
margin:0 auto;
margin-bottom:15px;
display:none;
margin-left:-10px;
}

.section td{
border-bottom:1px dotted #ccc;
}

.orderTitle{
position:relative;
cursor:pointer;
}

.orderImage{
position:absolute;
top:-25px;
right:-160px;
border:1px solid #fff;
display:none;
}

h1{
border-bottom:1px dotted #fff;
color:#fff !important;
}

#order{
width:auto;
float:left;
display:inline;
position:relative;
}

.quantity{
position:absolute;
top:8px;
width:25px;
height:20px;
border:0px;
background:none;
left:194px;
color:#fff;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
padding-top:4px;
}

.addOrder{
float:left;
display:inline;
width:247px;
height:35px;
font-size:0px;
text-indent:-10000px;
overflow:hidden;
background:url(../images/addOrderTrans.gif) no-repeat;
border:0px;
cursor:pointer;	
}

.msg{
background:#FFFABF;
border:1px solid #FFB900;
padding:4px 8px 4px 8px;
text-align:left;
color:#333;
margin-bottom:10px;
width:400px;
}

.err{
background:#FFEBE8;
border:1px solid #DD3C10;
padding:4px 8px 4px 8px;
text-align:left;
color:#333;
margin-bottom:10px;
width:400px;
}