fieldset.register {
	left: 0px;
	padding: 5px;
}

div.row {
	clear: both;
	padding-top: 5px;
}

div.row label {
	float: left;
	width: 30%;
	text-align: right;
}

div.row span.field {
	float: right;
	width: 70%;
	text-align: left;
} 

#catList {
	color: #DDD;
	background-color: transparent;
	width: 50%;
	margin-bottom: 1em;
	margin-top: -.4em;
}

.inv {
	text-decoration:none;
	font-weight: normal;
	color: inherit;
	cursor: auto;
}

#catList ul {
	list-style: none;
	margin :0em 0em 0em 1.5em;
	padding-left: 0em;
	border-left: 1px solid #000;
}

#catList li {
	border-bottom: 1px solid #000;
}

#catList li.branch{
	position: relative;
	border-top: 1px solid #000;
	border-bottom: none;
	margin-top: 1.2em;
	margin-bottom: 0;
	background-color : #DDD;
}

#catList ul.childul{
	position: relative;
	margin-top:-0.6em;
}

#catList a {
	display:block;
	position: relative;
	top: 0.6em;
	left: 1.0em;
	padding-left:0.3em;
	text-decoration: none;
	background-color : #DDD;
	border-bottom: none;
}

#catList a:hover {
	color: #fff;
	background-color : #39F;
}

#catList a.branchlink {
	top: -0.6em;
	background-color : #DDD;
}

#catList a.branchlink:hover {
	color: #fff;
	background-color : #39F;
}

dl.manuList dt {
	margin-top:1.5em;
}

dl dl {
	margin-left: 2em;
}

body {
	background: #DDD none;
	color: #336;
	margin:0;
	padding:0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 80%;
}

input {
	background: #f5f5f5 none;
	color: #000;
	border: 1px solid #000000;
	font-weight: bold;
}

div#footer {
	clear: both;
}

legend {
	padding: .2em;
	font-weight: bold;
	border: 1px solid #000;
	background: #BBB none;
	color: #336;
}

.focusedLocation { 
	color: #39F;
	background: #DDD none;
}

.nonFocusedLocation {
	color: #336;
	background: #DDD none;
}

img { border: 0; }

p, caption {
	font:1em verdana, arial, helvetica, sans-serif;
	margin:.3em;
	padding:0;
}

ul {
	font:1em verdana, arial, helvetica, sans-serif;
}	

h2 {
	font:2em verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	padding:0;
}	
	

h3 {
	font-size: 1.5em; 
	font-weight: bold;
  	margin: .3em 0 0 0;
	padding: 0;
	border-bottom: 1px solid #000;
}

h4 {
	font:1.5em verdana, arial, helvetica, sans-serif;
	margin:0 0 1.2em 1em;
	padding:0;
}	

.scale h4.prodTeaser {
	margin-bottom: 0px;
}

dt, dd {
	font:1em verdana, arial, helvetica, sans-serif;
}

a {
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
}

#Content fieldset {
	margin: .9em 0 0 0;
	padding: .9em;
	border: 1px solid #000; 
}	

.RightBox fieldset {
	margin: 0 0 0 5px;
	padding: .1em;
	border: 3px double #FFF;
}



.RightBox a {
	color: #FFF;
	background: transparent;
}

.RightBox input {
	width: 95%;
}

.RightBox img {
	border: 0;
}

label em, a em {
	font-style: inherit;
	text-decoration: underline;
}

em {
	font: inherit;
}

div.manufacturer {
/*	border: 1px dashed #000;*/
	margin-top: 1em;
	margin-right: 1em;
}

div.manufacturer img {
/*	float: left;*/
	clear: both;
	border: 0;
	margin-top: 1em;
}

div.manufacturer p {
	clear: right;
}

.weightSet {
	clear: both;
	margin-bottom: .5em;
	margin-top: .5em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0;
	border: 1px solid #39F;
}

/* PRODUCTS */
.scale {
	clear: both;
	margin-bottom: .5em;
	margin-top: .5em;
	padding-top: 0;
	border: 1px solid #39F;
}

.seriesItem {
	margin-bottom: .5em;
	margin-top: .5em;
	margin-right: 3%;
	padding: 0px;
	border: 1px solid #39F;
	width: 44%;
	float: left;
}

.seriesItem em {
	font-weight: 900;
}
.seriesItem h4 {
	background: #39F none;
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: white;
}
.seriesItem p {
	padding-left: .5em;
}

.seriesItem h4 a {
	background: #39F none;
	text-decoration: underline;
	color: white;
}

.scale h4 {
	font:1.5em verdana, arial, helvetica, sans-serif;
	margin:0 0 .5em 0;
	padding:0;
}

.scale .seriesImg {
	float: left;
	position: relative;
	border-style: solid;
	border-color: #39F;
	border-width: 0 1px 1px 0;
	padding: 0;
	margin-right: .4em;
}

.scale .manuImg {
	position: relative;
	float: right;
	padding: 0;
	margin-left: .4em;
	border-style: solid;
	border-color: #39F;
	border-width: 0 0 1px 1px;
}

label.required {
	color: red;
	background: #DDD none;
}

.buy {
	white-space: nowrap;
}	

table.prodTable {
	margin: 0px auto;
	clear: left;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

table.prodTable td {
	border-top: 1px solid #000;
	padding: 0 .5em 0 .5em;
}

table.prodTable caption {
	text-align: center;
	margin: auto;
}

table.prodTable td.price {
	border-left: 1px solid #000;
}
table.prodTable td.shipping {
	text-align: center;
	border-left: 3px double #000;
}

table.prodTable th {
	border-bottom: 3px double #000;
	padding: 0 1em 0 1em;
	margin: 0;
}

.fieldset {
	border: 1px solid #39F;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: .5em;
	margin-bottom: 2em;
}

.legend {
	position: relative;
	top: -.7em;
	left: 0.5em;
	width: 45%;
	background: #DDD none;
	color: inherit;
	font-size: 1em;
	border: 1px solid #39F;
	padding: .2em;
	display: block;
}

.legend em {
	font-weight: 900;
}

.fieldset p {
	margin-top: -5px;
}

.subStuff {
	border: 1px solid #39F;
	padding-bottom: .5em;
	margin-top: 1em;
	margin-bottom: 2em;
}

.subStuff h3 {
	position: relative;
	top: -1em;
	left: 0.5em;
	background: #DDD none;
	color: inherit;
	font-size: 1em;
	border: 1px solid #39F;
	padding: .2em .2em .2em .2em;
	margin: 0px;
	width: 35%;
	display: block;
	text-align: center;
}

.subStuff ul {
	padding: 0px;
	margin: 0px;
	top: -5em;
}

.subStuff ul li {
	display: inline;
	padding-left: .5em;
	padding-right: .5em;
	border-right: 2px dotted #39F;
}

.subStuff ul li.last {
	display: inline;
	padding-left: .5em;
	padding-right: .5em;
	border-right: 0px;
}

/* /PRODUCTS */

/* HEADER */

h1 {
	font-size: 2em;
	padding: 0;
	color: #000;
	background: #39F none;
	margin: 0 0 0 155px;
	font-family: "Times New Roman", Times, TimesNR, serif;
	font-weight: 500;
	letter-spacing: .05em;
}

h1 a {
	color: #000;
	background: #39F none;
	font-family: "Times New Roman", Times, TimesNR, serif;
	font-weight: 500;
}	

h1 span {
	font-size: 2em;
}

#Header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background:#39F none;
	color: #000;
	padding:0;
	margin: 0;
	height:4em;
}

#Content {
	background: #DDD none;
	color: #000;
	position:absolute; 
	left: 175px;
	right: 175px;
	top: 6em;
	margin: 0px auto;
}
/* /CONTENT */

#LeftBar { /* this is the left side menu */
	height: 100%;
	color: #FFF;
	position:absolute;
	top: 4em; 
	float: left; 
	left: 0; 
	margin: 0em .9em .9em 0;
	padding: .5em 0 .4em 0;
	text-align: right;
	font:1em verdana, arial, helvetica, sans-serif;
	width: 155px;
	/* hack */	
	voice-family: "\"}\"";
	voice-family:inherit;
	/* hack */
	
	padding: .5em 0 .4em 0;	
}
body>#LeftBar {padding: .4em .3em .4em 0;}

#RightBar img {
	padding: 5px 0px 5px 8px;
	margin: 0px auto;
	width: 145px;
}

#RightBar {
/*	height: 100%;*/
	background: #39F url("/images/back.jpg") repeat-y;
	color: #FFF;
	position:absolute;
	float: right;
	width:155px;
	top:0;
	right:0;
	margin: 0em 0px .9em .9em;
	padding: 4.5em 0em .5em 0em;
	/* hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	/* /hack */
	padding: 4.5em 0em .4em 0em;
}
body>#RightBar {padding: 4.4em 5px .4em 0em;}

#RightBar .menulinkbold {
	text-align: left;
	padding: .1em 0 .1em .5em;
	width: 153px;
}

/* BUTTONS */
.menuhead {
	letter-spacing: .1em;
	font-size: 1.2em;
	margin-top: 0;
	padding: .1em 0 .1em 0;
	text-align: center;
	font-weight:bold;
	border: 3px double #06c;
	background: #fff none;
	color: #000;
	display: block;
	width: 135px;
	margin: 0px auto;
}

.active, .menulinkbold  {
	display: block;
	padding: .1em .5em .1em 0;
	margin:0;
	font-size: .9em;
	background: transparent;
	color: #FFF;
	width: 153px;
}		

a.menulinkbold {
	text-align:right;		/*jp right aling menu text*/
	color: #FFF;
	font-weight: 600;
	margin:0;
	background: transparent;
	letter-spacing:.1em;
	display: block;	
}

a.active {
	display: block;
	text-align:right;
	color: #FFF;
	font-weight: 600;
	margin:0;
	background: transparent;
	letter-spacing:.1em;
}

a.menulinkbold:hover {
	display: block;
	text-align:right;
	color: #000;
	background: #DDD none;
	padding: .1em .5em .1em 0;
	margin-bottom: 5;
	text-decoration: none;
}

a.active:hover {
	display: block;
	text-align:right;
	color: #000;
	background: #DDD none;
	padding: .1em .5em .1em 0;
	margin-bottom: 0;
	text-decoration: none;

}
/* /BUTTONS */

.pager {
	text-align: center;
	clear: both;
}

#footer {
	border-top: 3px double #000;
	text-align: center;
	width: inherit;
}

a img {
	border: 1px solid #3;
}

#breadcrumb {
	font-size: 2em;

}

.description {
	clear: left;
}

.locColumn {
	float: left;
	width: 30%;
	margin-right: 2em;
}

.locColumn h4 {
	margin-left: 0px;
	font-weight: 900;
	margin-bottom: 0px;
}

.locColumn p {
	margin-left: 1em;
	margin-bottom: 1em;
}

span.hilite {
	background: #39F none;
	color: #FFF;
	font-weight: 900;
}

.small {
	font-size: .7em;
}