/* WINE SEARCH BOX container */
body, html          { background-color: #fff; width: 100%; height: 100%; font-family: Arial, Verdana, Tahoma; font-size: 11px; margin: 0px; padding: 0px; }

#container          { width: 700px; background: none; }
.ie-6 #container    { width: 700px; background: none; }
#content            { width: 690px; min-height: 0px; }
.ie-6 #content      { width: 690px; height: auto; }
.ie-7 #content,
.ie-8 #content,
.safari #content,
.opera #content     { min-height: 0px; }

.col-2              { display: none; }
.rel                { border: 1px solid #4d4500; }
.rel img            { display: none; }
/*.x img              { display: none; }*/
.add img            { display: none; }
.remove img         { display: none; }

a.close             { font-size: 12px; color: #005d8c; text-decoration: none; }
a.close:hover       { color: #ff3c00; text-decoration: underline; }
