* {
  padding: 0px;
	margin: 0px;
}

body {
	background: #121212 url(../images/background-gradient.png) repeat-x;
	margin: 10px;
}

body, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img {
	border: none;
	vertical-align: middle;
}

label {
	font-weight: bold;
}

div.clear {
	clear: both;
}

ul.error_list {
	list-style-type: none;
	font-weight: bold;
	color: #C61616;
	margin-top: 5px;
}

div.field_error label, tr.field_error label {
	color: #C61616;
}

table.form th {
	text-align: left;
}
table.form th.header {
	text-decoration: underline;
}
table.form ul {
	list-style-type: none;
}
table.form td label {
	font-weight: normal;
}

#container {
	margin: auto;
	width: 1000px;
	position: relative;
}

#ovtop div.left {
	width: 19px;
	height: 20px;
	background: transparent url(../images/ovtop-left.png) no-repeat;
	float: left;
}
#ovtop div.loop {
	height: 20px;
	background: transparent url(../images/ovtop-loop.png) repeat-x;
	float: left;
	width: 962px;
}
#ovtop div.right {
	width: 19px;
	height: 20px;
	background: transparent url(../images/ovtop-right.png) no-repeat;
	float: left;
}

#top {
	background-color: #FFFFFF;
	padding: 0px 10px;
}
#banner {
	background: #FFFFFF url(../images/banner-loop.png) repeat-x;
	height: 85px;
	padding-left: 0px;
	margin: 0px 0px;
}
#banner img {
	margin-left: 10px;
	margin-top: -10px;
}

#menu {
	border-top: 1px solid #757575;
	padding: 5px 13px;
	background-color: #FFFFFF;
}
#menu div.left {
	width: 5px;
	height: 48px;
	background: transparent url(../images/menu-left.png) no-repeat;
	float: left;
}
#menu ul {
	background: transparent url(../images/menu-loop.png) repeat-x;
	height: 48px;
	float: left;
	width: 964px;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	line-height: 48px;
	padding: 0px 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #DC0004;
}
#menu div.right {
	width: 5px;
	height: 48px;
	background: transparent url(../images/menu-right.png) no-repeat;
	float: left;
}

#body {
	background-color: #FFFFFF;
	padding: 0px 15px;
	min-height: 500px;
}
#context_menu {
	width: 170px;
	float: left;
	clear: left;
}
#content {
	width: 620px;
	float: left;
	margin-left: 5px;
}
#info {
	width: 170px;
	float: right;
	clear: right;
}

#body div.box_narrow_top_left {
	width: 5px;
	height: 5px;
	float: left;
	background: transparent url(../images/box-narrow-top-left.png) no-repeat;
}
#body div.box_narrow_top_loop {
	width: 160px;
	height: 5px;
	float: left;
	background: transparent url(../images/box-narrow-top-loop.png) repeat-x;
}
#body div.box_narrow_top_right {
	width: 5px;
	height: 5px;
	float: right;
	background: transparent url(../images/box-narrow-top-right.png) no-repeat;
}

#context_menu h1, #info h1 {
	line-height: 41px;
	background: transparent url(../images/box-narrow-header-loop.png) repeat-x;
	border: 1px solid #959595;
	border-top: none;
	font-size: 12px;
	text-align: center;
}
#context_menu div.content, #info div.content {
	border: 1px solid #959595;
	border-top: none;
	padding: 7px;
}

#body div.box_wide_red_top_left {
	width: 4px;
	height: 4px;
	float: left;
	background: transparent url(../images/box-wide-red-top-left.png) no-repeat;
}
#body div.box_wide_red_top_loop {
	width: 612px;
	height: 4px;
	float: left;
	background: transparent url(../images/box-wide-red-top-loop.png) repeat-x;
}
#body div.box_wide_red_top_right {
	width: 4px;
	height: 4px;
	float: right;
	background: transparent url(../images/box-wide-red-top-right.png) no-repeat;
}

#content h1.red {
	line-height: 41px;
	background: transparent url(../images/box-wide-red-header-loop.png) repeat-x;
	border: 1px solid #959595;
	border-top: none;
	font-size: 14px;
	color: #FFFFFF;
	padding-left: 15px;
}
#content div.content {
	border: 1px solid #959595;
	border-top: none;
	padding: 7px;
}

#context_menu ul {
	list-style-type: none;
}
#context_menu ul li {
	padding-left: 13px;
	background: transparent url(../images/menu-bullet-empty.png) no-repeat 0px 4px;
	line-height: 18px;
}
#context_menu ul ul {
	margin-left: 10px;
}
#context_menu ul a {
	color: #000000;
	text-decoration: none;
}
#context_menu ul a:hover {
	text-decoration: underline;
}

#footer {
	background-color: #FFFFFF;
	padding: 15px 15px 0px 15px;
	color: #707070;
	font-size: 12px;
}
#footer a {
	color: #707070;
}
#footer div.left {
	width: 6px;
	height: 82px;
	float: left;
	background: transparent url(../images/footer-left.png) no-repeat;
}
#footer div.loop {
	width: 958px;
	height: 82px;
	float: left;
	background: transparent url(../images/footer-loop.png) repeat-x;
}
#footer div.right {
	width: 6px;
	height: 82px;
	float: right;
	background: transparent url(../images/footer-right.png) no-repeat;
}
#footer div.payments {
	float: left;
	line-height: 82px;
}
#footer div.shortcuts {
	float: right;
	text-align: right;
	margin-top: 10px;
}
#footer div.shortcuts p {
	padding: 0px;
	margin: 0px;
	line-height: 30px;
}
#footer div.shortcuts a {
	margin: 0px 10px;
}

#bottom div.left {
	width: 19px;
	height: 16px;
	float: left;
	background: transparent url(../images/bottom-left.png) no-repeat;
}
#bottom div.loop {
	width: 962px;
	height: 16px;
	float: left;
	background: transparent url(../images/bottom-loop.png) repeat-x;
}
#bottom div.right {
	width: 19px;
	height: 16px;
	float: right;
	background: transparent url(../images/bottom-right.png) no-repeat;
}


#border_gradient div.left {
	width: 10px;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 20px;
	background: transparent url(../images/content-left.png) no-repeat;
}
#border_gradient div.right {
	width: 10px;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 20px;
	background: transparent url(../images/content-right.png) no-repeat;
}
#border div.left {
	width: 10px;
	height: 1100px;
	position: absolute;
	left: 0px;
	bottom: 16px;
	background: transparent url(../images/content-left-loop.png) repeat-y;
}
#border div.right {
	width: 10px;
	height: 1100px;
	position: absolute;
	right: 0px;
	bottom: 16px;
	background: transparent url(../images/content-right-loop.png) repeat-y;
}

div.cart div.error {
	color: #DD0000;
	text-align: center;
	margin-bottom: 5px;
	border: 1px solid #FF0000;
}
div.cart span.quantity {
	font-weight: bold;
}
div.cart span.title {
	font-weight: bold;
}
div.cart ul.prices {
	list-style-type: none;
	margin-left: 10px;
	margin-bottom: 10px;
}
div.cart a.show_cart {
	color: #920000;
	font-weight: bold;
	text-decoration: none;
}
div.cart a.show_cart:hover {
	text-decoration: underline;
}

#content div.table_products_header div.status, #content div.table_products_footer div.status {
	float: left;
	clear: left;
	width: 50%;
}
#content div.table_products_header div.status span.quantity, #content div.table_products_footer div.status span.quantity {
	font-weight: bold;
}
#content div.paging {
	float: right;
	clear: right;
	text-align: right;
}
#content div.paging ul {
	list-style-type: none;
}
#content div.paging ul li {
	display: inline;
	margin: 0px 3px;
}
#content div.paging ul a {
	color: #920000;
	font-weight: bold;
	text-decoration: none;
}
#content div.paging ul a:hover {
	text-decoration: underline;
}

#content table.products {
	width: 100%;
	border-collapse: collapse;
	float: left;
}
#content table.products thead th {
	border-bottom: 1px solid #EEEEEE;
}
#content table.products td {
	border-bottom: 1px solid #EEEEEE;
	padding: 5px;
}
#content table.products td.net_price {
	font-weight: bold;
	color: #920000;
	text-align: right;
}
#content table.products td.gross_price {
	font-weight: bold;
	text-align: right;
}
#content table.products td.order input {
	width: 50px;
}
#content table.products td.order {
	text-align: center;
}
#content td.submit_add_to_cart, #content td.submit_login {
	width: 30px;
	cursor: pointer;
	border: 1px solid #959595;
}
#content td.submit_add_to_cart {
	background: transparent url(../images/submit-add-to-cart.png) repeat-y;
}
#content td.submit_login {
	background: transparent url(../images/submit-login.png) repeat-y;
}


ul.invalid_quantity {
	list-style-type: none;
	margin-left: 10px;
}
table.order_list {
	width: 100%;
	border: 1px solid #F1EDED;
}
table.order_list th {
	background-color: #C51515;
	color: #FFFFFF;
	padding: 2px;
}
table.order_list td {
	padding: 2px;
	border-bottom: 1px solid #F1EDED;
}
table.order_list tfoot td {
	border: none;
}


td.image {
	text-align:center;
}

#content a, #promotions a.category {
  color: #920000;
  font-weight: bold;
  text-decoration: none;
}
