
form dt {

clear:both;

width:33%;

float:left;

text-align:right;

padding-top: 3px;

}

html>body form dt {

padding-top: 0;

}

form dd {

float:left;

width:66%;

margin: 0 0 0.5em 0.25em;

}

#tableCenter {

text-align: center;

margin: 0 auto;

}

#menu {

text-align: center;

padding: 5px 0px;

margin: 5px 0px 0px 5px;

background: #999;
width:99%;

}

.seperator2 {

padding: 0px 10px;

color: #999;

font-size: 12px;

font-weight: bold;

}

/*--------------------------------------------tables--------------------------------------------*/

#productTab {

border-collapse: collapse;

font-size: 12px;

font-family: Tahoma;

border: 1px solid #000;

}

#productNameTitle {

width: 150px;

height: 30px;

border-bottom: 1px solid #000;

padding-left: 10px;

}

.productName {

width: 150px;

height: 40px;

padding-left: 10px;

}

#productRequireTitle {

width: 100px;

height: 30px;

border-bottom: 1px solid #000;

text-align: center;

}

.productRequire {

width: 100px;

height: 40px;

text-align: center;

}

#productEditTitle {

width: 50px;

height: 30px;

border-bottom: 1px solid #000;

}

.productEdit {

width: 50px;

height: 40px;

}

#productDeleteTitle {

width: 50px;

height: 30px;

border-bottom: 1px solid #000;

}

.productDelete {

width: 50px;

height: 40px;

}

#productPriceTitle {

width: 50px;

height: 30px;

border-bottom: 1px solid #000;

text-align: center;

}

.productPrice {

width: 50px;

height: 40px;

text-align: center;

}

#productAvailTitle {

width: 70px;

height: 30px;

border-bottom: 1px solid #000;

text-align: center;

}

.productAvail {

width: 70px;

height: 40px;

text-align: center;

}

#productThumbTitle {

width: 70px;

height: 30px;

border-bottom: 1px solid #000;

text-align: center;

}

.productThumb {

width: 70px;

height: 40px;

text-align: center;

}

/*--------------------------------------------links--------------------------------------------*/

#menu a:link, #menu a:visited {

color: #FFF;

}

#menu a:hover, #menu a:active {

color: #000;

text-decoration: underline;

}


