body, p, form, ol, ul, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, th, td, input {
	padding:0;
	margin:0;
}
html, body {
	height:100%;

}
body {
	background:url(../img/bg.gif) #fff repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#666;
}

img { border:0; }

a {
	text-decoration:none;
	color:#f00;
}

a:hover, a:active {
	text-decoration:underline;
	color:#666;
}

h1 {
	border-bottom:1px solid #000;
	margin:0 0 15px 0;
	padding-bottom:8px;
	font-weight:bold;
	font-size:12px;
	color:#575757;
}

h2 {
	margin:0 0 5px 0;
	font-weight:bold;
	font-size:12px;
	color:#575757;
}

#container {
	margin:0 auto;
	padding-top:10px;
	width:960px;
}

#header {
	padding:0 10px 3px 0;
	text-align:right;
	line-height:42px;
	height:42px;
}

#header img {
	vertical-align:middle;
}

#menu {
	background-color:#000;
	width:146px;
	float:left;
}

#menu ul {
	list-style-type:none;
	margin:5px 0 5px 5px;
}

#menu ul a {
	border-top:1px solid #fff;
	display:block;
	padding:3px;
	color:#fff;
}

#menu ul a:hover {
	background-color:#fff;
	text-decoration:none;
	color:#000;
}

#menu ul .active {
	font-weight:bold;
}

#content {
	-webkit-border-top-left-radius:15px;
	-moz-border-radius-topleft:15px;
	border-top-left-radius:15px;
	background-color:#fff;
	margin-left:150px;
	min-height:400px;
	width:810px;
}

.content {
	padding:15px;
}

.content table {
	border-collapse:collapse;
	margin-bottom:10px;
	width:100%;
}

.content th,
.content td {
	vertical-align:top;
	text-align:left;
	padding:3px 6px;
}

.content tr {
	border-bottom:1px solid #ccc;
}

.content th {
	background-color:#ccc;
	color:#111;
}

.content caption {
	padding:10px 0 5px 0;
	font-weight:bold;
	text-align:left;
}


#footer {
	border-top:1px solid #000;
	margin:10px 0 25px 0;
	text-align:center;
	padding-top:5px;
}

.fatal-error {
	text-align:center;
	padding:10px;
	color:#f00;
}

.success {
	text-align:center;
	padding:10px;
	color:green;
}

.error {
	color:#c00;
}

.item_qty input,
.qty {
	text-align:center;
	border-width:1px;
	padding:2px 3px;
	width:35px;
}

input[type=submit] {
	padding:2px 5px;
	cursor:pointer;
}

input[type=password],
input[type=text], 
select {
	border-width:1px;
	padding:2px 3px;
}

.input {
	margin-bottom:3px;
}

.input label {
	text-align:right;
	padding-right:5px;
	vertical-align:middle;
	padding-top:4px;
	display:block;
	float:left;
	width:130px;
}

.input label:after {
	content:":"
}

.submit {
	padding:10px 0 0 135px;
}

.news .archive {
	margin:20px 0 0 20px;
}

.themeimage {
	border-bottom:8px solid #DB0018;
	margin-bottom:15px;
}

.content #search_results tr td {
	color:#888888;
}

.content #search_results tr.in-stock td {
	color:#222222;
}

.popup-link {
	font-size:9px;
}

#print-history-details {
	margin:5px 0 5px 0;
}

#print-history-details img {
	vertical-align:middle;
}

.delivery-type{
	margin: 5px 0;
}
.hist-red{
	color: #f00 !important;
}
.hist-grey{
	color: #888 !important;
}
.hist-black{
	color: #000 !important;
}

#order_delete {
	float:right;
	border:1px solid rgb(204, 204, 204);
	color:rgb(127, 127, 127);
}

#order_submit {
	font-weight:bold;
	font-size: 14px;
}

#history_print {
	display: none;
}
.g-recaptcha {
    display: none;
}