html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	color: #000000;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 100%;
	font-size: 80%;
}

/*
#page-all {min-height:100%; margin-bottom:-40px;background-color:blue;}
* html #page-all {height: 100%;}
#page-empty {height:40px; clear:both;}
#page-footer {height:40px; background-color:red;}
*/

body#bd {
	color: #333333;
}

img {
	border: 0;
}

table {
	border-collapse:collapse;
}

a {
	color: #006699;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #333333;
	text-decoration: underline;
}

h1 {
	font-size: 180%;
}

h2_ {
	font-size: 250%;
}

h3 {
	font-size: 125%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 30px;
	background: url(bullet.gif) no-repeat 18px 8px;
	line-height: 180%;
}

ol li {
	margin-left: 35px;
	line-height: 180%;
}

th {
	padding: 5px;
	text-align: left;
}

/* Firefox Scrollbar Hack - Do not remove */
html_ {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

.forAdmin {
	color: #aaaaaa;
}
select {
	border:1px solid gray;
	padding:0;
	outline-style: none;
	margin: 0;
}
.btn {
	border:1px solid gray;
    background-color:#CCCCCC;
    font-size:12px;
}
input {
	border: 1px solid gray;
}
label_ {
	color:#8c8b8b;
}
.menulink {
	color:#8c8b8b;
}
.crossTable {
	font-size: 10px;
	empty-cells:show;
}
.crossTable th {
	background-color:#656367;
	color:white;
	border: 1px solid #dcdcdc;
	padding: 1px;
	text-align: center;
}
.crossTable th a {
	background-color:#656367;
	color:white;
	padding: 1px;
}
.crossTable td {
	border: 1px solid #dcdcdc;
	padding: 1px;
	color: black;
}
.crossTable a {
	color:black;
	text-decoration: none;
}
.basketQuantityInput{
	width:20px;
}
.basketSubmitButton{
	background: url(buy.gif);
	width:20px;
	cursor:pointer;
	border:none;
}
.infoMessageDiv{
	font-weight: bold;
	border: 2px blue solid;
	padding:5px;
	background-color:rgb(210, 210, 255);
}
.errorMessageDiv{
	color:red;
	font-weight: bold;
	border: 2px red solid;
	padding:5px;
	background-color:rgb(255, 210, 210);
}


.pagination { display:table; padding:0;  margin:0 auto;	 }

.pagination div.limit {
	float: left;
	height: 22px;
	line-height: 22px;
	margin: 0 10px;
}
ul.pagination {
	margin: 5px auto;
	padding: 5px 0;
	background: url(hdot.gif) repeat-x top;
}

ul.pagination li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

ul.pagination li span{
	padding: 2px 5px;
}

ul.pagination a {
	padding: 2px 5px;
	border: 1px solid #F6F6F6;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	border: 1px solid #ECECEC;
	background: #FFFFFF;
}

.pagenavbar {
	padding-left: 14px;
	background: url(../images/icon-pages.gif) no-repeat center left;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
	background: url(icon-pages.gif) no-repeat 0 11px;
}
.formLabel {
	float:left;
	width:30%;
	text-align:right;
	font-weight: bold;
	margin: 2px;
	white-space: nowrap;
	clear: left;
	vertical-align: middle;
	margin-top: 8px;
	color:#8c8b8b;
}
.regInput{
	width:300px;
}
.addtocart_form{
	display:inline;
}
.loginInput{
	font-size: 10px;
	background: transparent url(input-bg.gif) no-repeat;
	width: 90px;
	height: 12px
}
.rightCol{
	background:url(right-bg.gif) repeat-y;
	padding-left:5px;
}
.leftCol{
	background:url(menu-bg.gif) repeat-y;
	width1:123px;
	padding-left:5px;
	padding-right:5px;
}
#leftMenu{
	width:123px;
}
.content{
	padding:5px;
	text-align: left;
}
.miniBasketTable{
	font-size:9px;
}
.miniBasketTable th {
	background-color:#656367;
	color:white;
	border: 1px solid #dcdcdc;
	padding: 1px;
	text-align: center;
}
.miniBasketTable th a {
	background-color:#656367;
	color:white;
	padding: 1px;
}
.miniBasketTable td {
	border: 1px solid #dcdcdc;
	padding: 1px;
	color: black;
}
.acceptedStatus{
	background-color: #fff0f0;
}
.inProgressStatus {
	background-color: #fddbdc;
}
.cancelledStatus{
	background-color: #b7c7d2;
}
.inWarehouseStatus{
	background-color: #edfeeb;
}
.shippedStatus{
	background-color: #bbffc6;
}
.deletedStatus{
	background-color: #d1f7e6;
}
.returnedStatus{
	background-color: #dddddd;
}
strong{
	font-weight: bold;
}
.regInputReadonly{
	color:grey;
}
.wizardItem{
	font-size:18px;
	padding:10px;
	text-transform: uppercase;
}
.wizardSelectedItem{
	font-weight: bold;
}
.wizardComment{
	font-weight:normal;
	font-size:10px;
	color:gray;
}
.wizardSelectedComment{
	color:black;
}
