html {
	margin: 0;
	overflow: -moz-scrollbars-vertical;
	padding: 0;
}

* {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	font-size: 12px;
	background-color: #ffffcc;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

body, td, th, input, textarea, select, a {
	font-size: 12px;
}

#header .div2 {
	float: left;
	padding-left: 15px;
	padding-top: 15px;
}

form {
	display: inline;
	margin: 0;
	padding: 0;
}

input, textarea, select {
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 3px;
}

a, a:visited {
	color: #1B57A3;
	cursor: pointer;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border-style: none;
}

p {
	margin-top: 0px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 960px;
}

#header .div3 {
	float: right;
	height: 38px;
	padding-top: 7px;
}

#header .div3 a {
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 15px;
	padding-bottom: 2px;
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 1px;
}

#header .div4 {
	clear: right;
	float: right;
	height: 32px;
	padding-right: 14px;
	width: 510px;
}

#header .div4 a {
	background-image: url('../image/tab_1.png');
	background-repeat: no-repeat;
	color: #333333;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 18px;
	margin-right: 2px;
	padding-bottom: 9px;
	padding-top: 9px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 100px;
	z-index: 1;
}

#header .div4 a.selected {
	background-image: url('../image/tab_2.png');
	background-repeat: no-repeat;
	color: #FFF;
	padding-bottom: 10px;
	z-index: 3;
}

#header .div5 {
	clear: both;
}

#header .div5 .left {
	background-image: url('../image/header_1_left.png');
	background-repeat: no-repeat;
	float: left;
	height: 40px;
	width: 5px;
}

#header .div5 .right {
	background-image: url('../image/header_1_right.png');
	background-repeat: no-repeat;
	float: right;
	height: 40px;
	width: 5px;
}

#header .div5 .center {
	background-image: url('../image/header_1_center.png');
	background-repeat: repeat-x;
	height: 40px;
	margin-left: 5px;
	margin-right: 5px;
}

#header .div6 {
	clear: both;
	margin-bottom: 10px;
}

#header .div6 .left {
	background-image: url('../image/header_2_left.png');
	background-repeat: no-repeat;
	float: left;
	height: 32px;
	width: 5px;
}

#header .div6 .right {
	background-image: url('../image/header_2_right.png');
	background-repeat: no-repeat;
	float: right;
	height: 32px;
	width: 5px;
}

#header .div6 .center {
	background-image: url('../image/header_2_center.png');
	background-repeat: repeat-x;
	height: 32px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

#header .div7 {
	float: right;
	padding-top: 2px;
}

#header .div8 {
	float: left;
	margin-top: 6px;
}

#header .div9 {
	float: left;
}

#header .div10 {
	float: left;
	margin-top: 2px;
}

#search {
	color: #FFF;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 7px;
}

#search select {
	background-color: #ffffff;
	border-color: #006338;
	border-style: solid;
	border-width: 1px;
	padding: 1px;
}

#search a {
	color: #FFF;
}

#search input {
	background-color: #ffffff;
	border-color: #006338;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
}

#breadcrumb {
	color: #000000;
	float: left;
	height: 13px;
	margin-bottom: 10px;
	padding-bottom: 11px;
	padding-top: 7px;
}

.switcher {
	float: right;
	margin-left: 10px;
	margin-top: 3px;
}

.switcher a {
	display: block;
	text-decoration: none;
}

.switcher .selected {
	background-color: #FFFFFF;
	background-image: url('../image/switcher.png');
	background-repeat: repeat-x;
}

.switcher .selected a {
	background-image: url('../image/arrow_down.png');
	background-position: center;
	background-repeat: no-repeat;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	color: #666666;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	width: 121px;
}

.switcher .selected a:hover {
	background-color: #F0F0F0;
	background-image: url('../image/arrow_down.png');
	background-position: center;
	background-repeat: no-repeat;
}

.switcher .option {
	background-color: #EEEEEE;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: 1px;
	display: none;
	position: absolute;
	width: 131px;
	z-index: 3;
}

.switcher .option a {
	color: #000;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
}

.switcher .option a:hover {
	background-color: #FFC;
}

.switcher img {
	position: relative;
	top: 1px;
}

#column_left {
	clear: left;
	float: left;
	margin-right: 10px;
	width: 180px;
}

#column_right {
	clear: right;
	float: right;
	margin-left: 10px;
	width: 180px;
}

#content {
	background-color: #ffffeb;
	margin-bottom: 10px;
	margin-left: 190px;
	margin-right: 190px;
}

#content .top {
	background-color: #eafc6d;
}

#content .top .left {
	background-image: url('../image/content_top_left.png');
	background-repeat: no-repeat;
	float: left;
	height: 32px;
	width: 5px;
}

#content .top .right {
	background-image: url('../image/content_top_right.png');
	background-repeat: no-repeat;
	float: right;
	height: 32px;
	width: 5px;
}

#content .top .center {
	background: url('../image/content_top_center.png') repeat-x;
	background-repeat: repeat-x;
	margin-left: 5px;
	margin-right: 5px;
}

#content .top h1 {
	padding-bottom: 8px;
	padding-left: 7px;
	padding-right: 0px;
	padding-top: 8px;
}

#content h1, .heading {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	text-transform: uppercase;
}

.heading {
	border-bottom-color: #DDDDDD;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 10px;
	padding-bottom: 3px;
}

#content .middle {
	background-color: #ffffeb;
	border-left-color: #DDDDDD;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #DDDDDD;
	border-right-style: solid;
	border-right-width: 1px;
	min-height: 30px;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

#content .bottom .left {
	background-image: url('../image/content_bottom_left.png');
	background-repeat: no-repeat;
	float: left;
	height: 5px;
	width: 5px;
}

#content .bottom .right {
	background-image: url('../image/content_bottom_right.png');
	background-repeat: no-repeat;
	float: right;
	height: 5px;
	width: 5px;
}

#content .bottom .center {
	background-image: url('../image/content_bottom_center.png');
	background-repeat: repeat-x;
	height: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0;
}

.box {
	background-image: url('../image/box_top.png');
	margin-bottom: 10px;
}

.box .top {
	
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 8px;
	padding-left: 7px;
	padding-right: 0px;
	padding-top: 8px;
	text-transform: uppercase;
}

.box .top img {
	float: left;
	margin-right: 5px;
}

.box .middle {
	background-color: #ffffeb;
	border-left-color: #DDDDDD;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #DDDDDD;
	border-right-style: solid;
	border-right-width: 1px;
	padding: 10px;
}

.box .bottom {
	background-image: url('../image/box_bottom.png');
	background-repeat: no-repeat;
	height: 5px;
}

.success {
	background-color: #E4F1C9;
	border-color: #A5BD71;
	border-style: solid;
	border-width: 1px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	text-align: center;
}

.warning {
	background-color: #FFDFE0;
	border-color: #FF9999;
	border-style: solid;
	border-width: 1px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	text-align: center;
}

.wait {
	background-color: #FBFAEA;
	border-color: #EFEBAA;
	border-style: solid;
	border-width: 1px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	text-align: center;
}

.required {
	color: #FF0000;
	font-weight: bold;
}

.error {
	color: #FF0000;
	display: block;
}

.help {
	cursor: pointer;
}

.tooltip {
	background-color: #FBFF95;
	border-color: #FDDA5C;
	border-style: solid;
	border-width: 1px;
	font-size: 11px;
	padding: 5px;
	width: 250px;
}

.clear {
	overflow: hidden;
	width: 100%;
}

.button {
	background-image: url('../image/button_left.png');
	background-position: left;
	background-repeat: no-repeat;
	color: #FFF;
	display: inline-block;
	margin-right: 5px;
	padding-left: 8px;
	text-decoration: none;
}

.button span {
	background-image: url('../image/button_right.png');
	background-position: right;
	background-repeat: no-repeat;
	color: #FFF;
	display: block;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 12px;
	padding-top: 4px;
}

.buttons {
	background-color: #F8F8F8;
	border-color: #DDDDDD;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 10px;
	padding: 5px;
}

.buttons input {
	margin: 0px;
	padding: 0px;
}

.buttons table {
	border-collapse: collapse;
	width: 100%;
}

.buttons table td {
	vertical-align: middle;
}

.content {
	background-color: #F7F7F7;
	border-color: #DDDDDD;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 10px;
	margin-top: 3px;
	padding: 10px;
}

.list {
	margin-bottom: 10px;
	width: 100%;
}

.list td {
	padding-bottom: 10px;
	text-align: center;
	vertical-align: top;
}

.sort {
	background-color: #F8F8F8;
	height: 30px;
	margin-bottom: 10px;
	width: 100%;
}

.sort .div1 {
	background-color: #ffffff;
	float: right;
	margin-left: 5px;
	padding-right: 9px;
	padding-top: 6px;
}

.sort .div2 {
	padding-top: 9px;
	text-align: right;
}

.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.pagination {
	background-color: #F8F8F8;
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
}

.pagination .links, .pagination .results {
	padding: 7px;
}

.pagination .links {
	padding: 7px;
	float: left;
}

.pagination .links a {
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	color: #000000;
	padding-bottom: 4px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 4px;
	text-decoration: none;
}

.pagination .links b {
	background-color: #FFFFFF;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	color: #000000;
	padding-bottom: 4px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 4px;
	text-decoration: none;
}

.pagination .results {
	float: right;
}

.tabs {
	height: 31px;
	margin-bottom: 0px;
	width: 100%;
}

.tabs a {
	background-color: #FFFFFF;
	background-image: url('../image/tab_3.png');
	background-repeat: repeat-x;
	border-bottom-color: #DDDDDD;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #DDDDDD;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #DDDDDD;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #DDDDDD;
	border-top-style: solid;
	border-top-width: 1px;
	color: #000000;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin-right: 2px;
	padding-bottom: 7px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 6px;
	position: relative;
	text-decoration: none;
	top: 1px;
	z-index: 1;
}

.tabs a.selected {
	background-color: #FFFFFF;
	background-image: url('../image/tab_3.png');
	background-repeat: repeat-x;
	border-bottom-width: 0px;
	padding-bottom: 8px;
	z-index: 3;
}

.tab_page {
	background-color: #FFFFFF;
	border-color: #DDDDDD;
	border-style: solid;
	border-width: 1px;
	display: block;
	margin-bottom: 10px;
	padding: 10px;
	z-index: 2;
}

#footer {
	border-top-color: #DDDDDD;
	border-top-style: solid;
	border-top-width: 1px;
	clear: both;
	color: #999999;
	font-size: 0.75em;
	padding-top: 5px;
	width: 100%;
}

#footer .div1 {
	float: left;
	text-align: left;
}

#footer .div2 {
	float: right;
	text-align: right;
}

#category ul {
	list-style-image: url('../image/bullet_1.png');
	margin-bottom: 0px;
	margin-left: 8px;
	margin-top: 0px;
	padding-left: 12px;
}

#information ul {
	list-style-image: url('../image/bullet_2.png');
	margin-bottom: 0px;
	margin-left: 8px;
	margin-top: 0px;
	padding-left: 12px;
}

#info_extra ul {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 8px;
  padding-left: 12px;
  list-style: url('../image/bullet_1.png');
}

.cart {
	border-collapse: collapse;
	border-color: #EEEEEE;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 10px;
	width: 100%;
}

.cart th {
	background-color: #EEEEEE;
	font-weight: normal;
	padding: 5px;
}

.cart td {
	padding: 5px;
}

.tags, .tags a {
	font-size: x-small;
	font-style: italic;
}

#module_cart .middle {
	padding: 5px;
}

.cart_module_total {
	color: #222;
	font-size: 0.9em;
	padding-bottom: 0;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0;
}

.cart_remove {
	background-color: transparent;
	background-image: url('../image/list_remove_btn.gif');
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	margin-top: 3px;
	padding-right: 10px;
}

.cart_remove_loading {
	background-color: transparent;
	background-image: url('../image/ajax_load.gif');
	background-repeat: no-repeat;
	margin-top: 3px;
	padding-right: 10px;
}

.button_add_small, a.button_add_small:visited {
	background-color: transparent;
	background-image: url('../image/button_add_small.png');
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	margin-top: 3px;
	padding: 5px;
	text-decoration: none;
}

#content .middle .box {
	background-color: #ffffeb;
	float: left;
	margin-bottom: 10px;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 0;
	min-height: 0px;
}

#content .middle .box .middle {
	background-color: #ffffeb;
	min-height: 0px;
	width: 158px;
}

#manufacturer ul {
	list-style-image: url('../image/bullet_1.png');
	margin-bottom: 0px;
	margin-left: 8px;
	margin-top: 0px;
	padding-left: 12px;
}
