.shadetabs{
padding: 3px 0;
margin-left: 5px;
margin-top: 2px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

ul.block li strong {
width: 500px;
display: block;
margin: 0;
margin-top: 5px;
}

ul.block li {
width: 500px;
display: block;
margin-top: 5px;

}

ul.block {
list-style-type: disc;
display:block;
width:500px;
}

ul.block2 {
list-style-type: disc;
display:block;
width:340px;
padding-left: 0px;
}

ul.block2 li {
list-style-type: disc;
display:block;
margin-top:5px;
width:300px;
}
ul.block2 li strong {
	margin-left: 0px;
	}

ul.block3  {
list-style-type: none;
display:block;
margin-top:5px;
margin-left: -5px;
width:290px;
}

ul.block3 li b {
list-style-type: disc;
display:inline-block;
margin-top:5px;

}

ul.block3 li strong {
list-style-type: disc;
display:block;
margin-top:5px;
margin-left: -10px;

}
ul.block4  {
list-style-type: disc;
display:block;
margin-top:5px;
width:400px;
}

ul.block4 li {
list-style-type: disc;
display:block;
margin-top:5px;
width:400px;
}
ul.block4 li strong {
margin-left: -15px;
}
.shadetabs li a{
text-decoration: none;
padding: 3px 3px;
margin-right: 2px;
margin-bottom: 0;
border: 1px solid #778;
color: #2d2b2b;
background: white url(../images/shade.gif);
position: relative;
top: 1px;
}

.shadetabs li a:visited {
color: #2d2b2b;

}

.shadetabs li a:hover {
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a { /*selected main tab style */
background-image:  url(../images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover { /*selected main tab style */
text-decoration: none;
}

.contentstyle{
border: 1px solid gray;
width: 550px;
margin-bottom: 1em; 
padding: 5px;
margin-top: -1px;
margin-left: 5px;
}
/* sum tab */
.shadetabs li.sumHead b{
width: 325px;
display: inline-block;
}
.shadetabs li.sumQty{
display: inline-block;
}
.shadetabs li.sumEdit{
margin-right: 50px;
display: inline-block;
}
.shadetabs li.sumEdit b{
display: inline-block;
}

.sum li .sumTitle {
width: 310px;
display: inline-block;
font-weight: bold;
margin-top: 5px;
font-size: 1em;
}
.sum li .sumTitle2 {
width: 305px;
display: inline-block;
font-weight: bold;
margin-top: 5px;
font-size: 1em;
}
.sum li .sumTitle3 {
width: 270px;
display: inline-block;
font-weight: bold;
margin-top: 5px;
font-size: 1em;
}
.qty {
display: inline-block;
font-weight: bold;
font-size: 1em;
margin-right: 10px;
}
.formContent img
{
float: right;
}
.red {
	display: block;
	color: red;
	text-align: center;
	font-weight: bold;
	}
