html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
* {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin:20px 0 0 0;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#333;
	color:#333;

}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
}
a, a:visited {
	color: #1B57A3;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
p {
	margin-top: 0px;
}
/* layout */
#wrap{
	margin:0px auto;
	padding:0px;
	width:1012px;
}#container {
	clear:both;
	background-color:#FFF;
	width: 978px;
	margin:0 auto;
}#header{
	width:1011px;
	padding-left:1px;
	clear:both;
}#header .logo{
	float:left;
	width:224px;
	height:96px;	
}#header .bg1{
	text-align:right;
	padding:35px 30px 0 0;
	width:757px;
	height:30px;
	float:right;
	background-image:url(../image/header-bg1.gif);	
}#header .bg2{
	width:787px;
	float:right;
	height:31px;
	background-image:url(../image/header-bg2.gif);	
}#header a{
	color:#333;
}
#breadcrumb {
	padding-top: 7px;
	padding-bottom: 11px;
	padding-left: 10px;
	background: url('../image/breadcrumb.png') no-repeat;
	height: 13px;
	color: #999;
}
#column_left {
	float: left;
	width: 193px;
	background-color:#E0EEF7;
}
#column_right {
	float: right;
	width: 173px;
	background-color:#FFF;
}
#content {
	background-color:#FFF;
	float: left;
	padding:0px;
	padding-top:10px;
	
	width: 609px;
	margin:0px;
	margin-bottom: 10px;
	border-left:solid 1px #BFDBEE;
	border-right:solid 1px #BFDBEE;
}

#content .top {
	padding: 0px 0px 0px 10px;
	/* background: url('../image/content_top.png') no-repeat; */
}
#content .top h1, .heading {
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
/*	text-transform: uppercase; */
	margin: 0px;
}
.heading {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
#content .middle {
	/* border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD; */
	background-color:#FFF;
	padding: 10px 10px 1px 10px;
	min-height: 380px;
}
#content .bottom {
	/* background: url('../image/content_bottom.png') no-repeat; */
	height: 5px;
}
#contentAccount {
	float: left;
	padding-top:0px;
	padding:6px;
	width: 762px;
	margin:0px;
	margin-bottom: 10px;
	border-left:solid 1px #BFDBEE;
}

#contentAccount .top {
	padding: 0px 0px 0px 10px;
	/* background: url('../image/contentAccount_top.png') no-repeat; */
}
#contentAccount .top h1, .heading {
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
/*	text-transform: uppercase; */
	margin: 0px;
}
.heading {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
#contentAccount .middle {
	/* border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD; */
	background: #FFFFFF;
	padding: 10px 10px 1px 10px;
	min-height: 380px;
}
#contentAccount .bottom {
	/* background: url('../image/contentAccount_bottom.png') no-repeat; */
	height: 5px;
}
.box {
	margin-top:10px;
	margin-bottom: 10px;
	/* background: url('../image/box_top.png') no-repeat; */
}.box option{
	color:#2E2E2E;
}.box select{
	margin-top:5px;
}
.box .top {
	padding: 0px 0px 0px 10px;
	color: #0071BC;
	font-size: 14px;
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	background-color:#FFF;
}.box .top a{
	color: #0071BC;
	font-size: 17px;
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	text-decoration:none;
}
.box .top img {
	float: left;
	margin-right: 5px;
}
.box .middle {
	padding: 10px 10px 10px 15px;
}
.box .bottom {
	height: 5px;
	/* background: url('../image/box_bottom.png') no-repeat; */
}
.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	display: block;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
a.button {
	background: transparent url('../image/button_right.png') no-repeat scroll top right;
	color: #FFFFFF;
	display: inline-block;
	font: normal 12px arial, sans-serif;
	height: 25px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}
a.button span {
	background: transparent url('../image/button_left.png') no-repeat;
	display: inline-block;
	padding: 5px 0 5px 18px;
}
.buttons {
	background: #F8F8F8;
	border: 1px solid #DDDDDD;
	clear: both;
	padding: 5px;
	margin-bottom: 10px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.list {
	margin-bottom: 10px;
	width: 100%;
}
.list td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}
.sort {
	margin-bottom: 10px;
	background: #F8F8F8;
	height: 30px;
	width: 100%;
}
.sort .div1 {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 9px;
}
.sort .div2 {
	text-align: right;
	padding-top: 9px;
}
.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.pagination {
	display: inline-block;
	width: 100%;
	background: #F8F8F8;
	margin-bottom: 10px;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
}
.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
}
.tabs {
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.tabs a {
	float: left;
	display: block;
	padding: 6px 15px 7px 15px;
	margin-right: 2px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab.png') repeat-x;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.tabs a.selected {
	background: #FFFFFF url('../image/tab.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.tab_page {
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	display: inline-block;
	padding: 10px;
	display: block;
	width: 513px;
	clear: both;
	z-index: 2;
}
#footer {
	clear: both;
	margin:0 auto;
	margin-bottom:10px;
	width:940px;
	color:#999;
	font-size:x-small;
	padding:0 0 0 0;
}#footer a{
	color:#999;
}#footer a:hover{
	color:#666;

}
#footer .div1 {
	float: left;
	text-align: left;
}
#footer .div2 {
	float: right;
	text-align: right;
}
#category ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 2px;
	list-style:none;
}#category ul li{
	margin-right:5px;
	font-family:
}#category a{
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
}#category a:hover{
	text-decoration:underline;
}#manufacturer{
	background-image:url(../image/search-tree.gif);
	background-repeat:no-repeat;
	background-position:146px 40px;
	padding:0px;
	margin:0px;
}
#information ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_2.png');
}
.sell ul{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 17px;
	padding-left: 12px;
	color:#ED1164;
}.sell a, .general a, .buy a{
color:#000000;

}.buy ul{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 17px;
	padding-left: 12px;
	color:#7AC943;
}.general ul{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 17px;
	padding-left: 12px;
	color:#FF9421;
}.general img, .buy img{
margin-top:20px;
margin-bottom:10px;
}.sell img{
margin-top:0px;
margin-bottom:10px;
}
.cart {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #EEEEEE;
	margin-bottom: 10px;
}
.cart th {
	background: #EEEEEE;
	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding: 5px;
}
hr.thickblue{
height:4px; color:#0071BC; background-color:#0071BC;
}.bookstable{
border-top:solid 1px #D6E8F4;
border-bottom:solid 1px #D6E8F4;
}.bookstable td{
padding:4px;
}.bookstable tr.alt{
background-color:#D9EEFD;
}.bookstable a.discreet{
text-decoration:none;
color:#333;
}.bookstable td.discreet{
color:#666666;
}.h2{
color: #0071BC;
font-size: 17px;
font-family: Arial Black, Arial, Helvetica, sans-serif;
text-decoration:none;
}.h3{
color:#CC0033; font-weight:normal; font-size:12px;
}table.green{
	border:solid 1px #BCE4A1;
	background:#EBF7E3;
}table.green tr td {
	
	color:#333;
}.bold{
	font-weight:bold;
}.scrollbox {
	border: 1px solid #CCCCCC;
	width: 350px;
	height: 100px;
	background: #FFFFFF;
	overflow-y: scroll;
}
.scrollbox div {
	padding: 3px;
}
.scrollbox div input {
	margin: 0px;
	padding: 0px;
	margin-right: 3px;
}
.scrollbox div.even {
	background: #FFFFFF;
}
.scrollbox div.odd {
	background: #E4EEF7;
}
/* Preview Image */
#preview {
	text-align: center;
}
#preview img {
	border: 3px solid #EEEEEE;
	padding: 1px;
}.adminadminbuttons {
	float: right;
}
.adminbutton {
	display: inline-block;
}
.adminadminbuttons .adminbutton {
	margin-left: 5px;
}
.adminbutton .adminbutton_left {
	width: 30px;
	height: 30px;
	display: block;
	float: left;
}
.adminbutton .adminbutton_middle {
	background: url('../image/adminbutton_middle.png') repeat-x;
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
	float: left;
	color: #333333;
}
.adminbutton .adminbutton_right {
	width: 15px;
	height: 30px;
	background: url('../image/adminbutton_right.png') no-repeat;
	display: block;
	float: left;
}
.adminbutton .adminbutton_insert {
	background: url('../image/adminbutton_insert.png') no-repeat;
}
.adminbutton .adminbutton_delete {
	background: url('../image/adminbutton_delete.png') no-repeat;
}
.adminbutton .adminbutton_save {
	background: url('../image/adminbutton_save.png') no-repeat;
}
.adminbutton .adminbutton_cancel {
	background: url('../image/adminbutton_cancel.png') no-repeat;
}
.adminbutton .adminbutton_send {
	background: url('../image/adminbutton_send.png') no-repeat;
}
.adminbutton .adminbutton_back {
	background: url('../image/adminbutton_back.png') no-repeat;
}
.adminbutton .adminbutton_login {
	background: url('../image/adminbutton_login.png') no-repeat;
}
.adminbutton .adminbutton_restore {
	background: url('../image/adminbutton_restore.png') no-repeat;
}
.adminbutton .adminbutton_backup {
	background: url('../image/adminbutton_backup.png') no-repeat;
}
.adminbutton .adminbutton_invoice {
	background: url('../image/adminbutton_invoice.png') no-repeat;
}
.adminbutton .adminbutton_print {
	background: url('../image/adminbutton_print.png') no-repeat;
}
