/* 
    Document   : shop
    Created on : 18-nov-2012, 20:46:29
    Author     : Geoff
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}
body {
}
#userSelect {
    margin-top:20px;
}
.select2-container {
    text-align:left;
}
#shoppingLeft h3 {
    padding-bottom:15px;
    font-size:50px;
}
#shoppingBag td a img {
    border:1px solid #D6D6D6;
    float:left;
    margin-right:10px;
}
table, th, td {
vertical-align: top;
}
thead th {
    background:none;
    font-weight:bold;
    padding-bottom:10px;
}
tbody tr:nth-child(even) td, tbody tr.even td {
background: none;
}
tfoot td {
    
    padding-bottom:10px;
    padding-top:10px;
    border-bottom:1px solid #D6D6D6;
}
#shopcontrols {
    clear:both;
    margin-top:20px;
}
#shopcontrols .submit {
    text-decoration: none;
    float:right;
}
tfoot td.ar, tbody td.ar {
    text-align:right;
}
tbody td {
    padding-bottom:10px;
}
