html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }

/* Styling */
html, body { font-family: Verdana, Geneva, sans-serif; font-size: 12px; }
form input, form textarea {  outline-width: 0; }

i { font-style: italic; }
b { font-weight: bold; }

h1 { font-weight: bold; font-size: 18px; padding-bottom: 20px; }

a { text-decoration: none; }
a.btn { font-weight: bold; padding: 5px 20px;}

div#container form { padding: 15px; }
div#container form label { width: 125px; display: inline-block; height: 20px; }
div#container form table { border: none !important; }
div#container form.inTable { padding: 0px; }
div#container form.noBorder { border: none; }
div#container input, div#container select { padding: 3px; }
div#container input[type=text], div#container input[type=password], div#container input[type=email] { width: 250px; }
div#container input[type=submit] { font-weight: bold; padding: 5px 20px; }
div#container select { width: 257px; height: 21px; }
div#container p { padding-bottom: 10px; font-weight: bold; }

div#container label.error { display: none !important;  }

div#container.login { margin-top: 100px; margin-left: auto; margin-right: auto; padding-top: 100px; }
div#container.login h1 { padding: 10px; font-size: 20px; }
div#container.login input[type=text], div#container.login input[type=password] { width: 200px; }

div#container.content { width: 1150px; margin: 0 auto; padding-top: 100px; }
div#container.content ul#menu { margin: 0 auto; padding: 10px 0px; }
div#container.content ul#menu li { display: inline-block; padding: 8px 13px; font-weight: bold; font-size: 14px; }
div#container.content ul#menu li a { text-decoration: none; }
div#container.content ul#menu li.right { float: right; }

div#container.content div#content { padding: 20px 0px; }
div#container.content div#content table { width: 100%; }
div#container.content div#content table thead { font-weight: bold; }
div#container.content div#content table thead tr td { padding: 10px; }
div#container.content div#content table tbody tr td { padding: 5px; }
div#container.content div#content table tbody tr td.first { text-align: right; vertical-align: middle; }

div#container.content div#content table tbody tr td table { border: none; }

input.cancelOrder { font-weight: bold; }
input.acceptOrder { font-weight: bold; }

div.col-1-2 { width: 49%; margin-right: 1%; float: left; }
div.col-2-2 { width: 49%; margin-left: 1%; float: left; }
div.clear { clear: left; }

div#footer { text-align: center; line-height: 20px; padding-bottom: 30px; }
div#footer a { color: #000; }