
.bar, .navbar {
	display:block;
	border-style:solid;
	border-color:#808080;
	border-width:1px 0 0 0;
	padding-top:2px;
	margin-top:5px;
	background-color:#b0b0b0;
}

.bar h3 {
 	display:none;
}

.bar * {
	display:inline;
}

.bar a {
	text-decoration:none;
}

.bar a:hover {
	color:#000000 !important;
}

.bar a.active {
	color:#000000 !important;
	font-weight:bold;
	border-color:#808080;
	border-width:0 1px 1px 1px;
	border-style:solid;
	position:relative;
	background-color:#c9ced2;
	top:-1px;
	padding:2px 5px 2px 5px;
}

.bar a.active span {
	display:none;
}



.bar li {
	margin-left:10px;
}





#sidebar , .sidebar {
  display:none;

}

#shopcont.split {
  margin-right:200px;
}


#merchnav {
  background-color:#404040;
  display:block;
  width:180px;
  float:right;
}


.sidebar ul {
	padding:2px;
}



#merchnav li {
  	height:12px !important;
	overflow:hidden;
}

.sidebar li a {
	display:block;
	color:#ffffff !important;
	padding:1px 1px 1px 4px;
	margin-bottom:1px;
}

#merchnav li a {
  font-size:0.9em;
}

.sidebar li a:hover {
	display:block;
	background-color:#990000;
	text-decoration:none;
}


.sidebar li a.active {
  	font-weight:bold;
	color:#000000 !important;
	background-color:#cccccc;
}


#sidebar .box {
	float:none;
	display:block;
	background-color:#808080;
	margin:20px 0 0 0 !important;
	border-style:solid;
	border-color:#606060;
	border-width:0 1px 1px 1px;
}

#sidebar h3 {
	background-color:#000000;
	color:#ffffff;
	padding:3px;
}

.center {
	text-align:center !important;
}


.lbut {
	background-color:#000000;
	color:#ffffff !important;
	display:block;
	padding:2px;
	border:1px solid #ffffff;
	margin:0;
	font-weight:bold;

}

.lbut:hover, .lbut.active {
	background-color:#660000;
	text-decoration:none;
}


div .itmlab {
	/*text-align:right;*/
	font-size:10px;
	margin-bottom:5px;
}

div .itm {
 	float:left;
	margin-bottom:10px;
	margin-right:20px;
	width:195px !important;
}



.shoplist td, .shoplist th {
	padding:2px;
}


tr.cspan td {
	padding:0 !important;
	margin:0 !important;
	font-size:1px !important;
	line-height:0;
	height:1px !important;
	overflow:hidden;
}

.shoplist td {
	vertical-align:top;
	text-align:center;
}

.shoplist td.span {
  text-align:left;
}

.shoplist th {
	border-style:solid;
	border-width:1px 0 1px 0;
	border-color:#000000;
}

.shoplist th.header {
 		border-color:#808080;
		background-color:#a0a0a0;
}

.shoplist tr.thead th {
	text-align:center;
	border:0;
	color:#ffffff;
	background-color:#000000;
}



td.col0 {
	background-color:#c0c9d0;
}
td.col1 {
	background-color:#b0b9c0;
}
td.col2 {
	background-color:#a0a9b0;
}
td.col3 {
	background-color:#9099a0;
}
td.col4 {
	background-color:#808990;
}

td a.cartlink {
	font-weight:normal !important;
	color:#ffffff !important;
	font-size:10px;
	border-color:#eeeeee;
	border-style:solid;
	border-width:1px;
	padding:1px 4px 1px 4px;
	margin:10px auto 5px auto;
	display:block;
	width:40px;

	letter-spacing:1px;
	background-color:#660000;
}
td a.cartlink:hover {
	text-decoration:none;
	background-color:#000000;
}

td div a.cartlink {
  display:inline;
  width:30px;
  margin:0 !important;
}

td div.empty {
  display:none;
}


td.tdimg {
	width:120px !important;

}

div.imgcont {

	position:relative;


}



img.bigimg {
	position:absolute;
	left:110px;
	top:-20px;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	background-color:#eeeeee;
	z-index:200;

}

a.toggleimg:hover .bigimg {
	display:block !important;
}



table.cart {
	
}

table.cart th, table.cart td {
	padding:3px;	
}
