
 #tabbar table {
    border:solid thin;
    border-top:none;
 }

 #tabbar td {
    padding: 7px 7px 7px 7px;
    margin:0px;
    font: normal 11px Tahoma, Arial, sans-serif;
    vertical-align:middle;
    text-decoration: none;
    color: #000;
 }

 #tabbar .spacer {
    background: transparent url(/Gradients/tab_not_selected_bg.gif) top left repeat-x;
    padding:0;
    width:1px;
 }

 #tabbar .spacebeg {
    background:#FFFFFF;
    border-right:solid thin;
    border-top: none;
 }

 #tabbar .spaceend {
    background:#FFFFFF;
    border-left:solid thin;
    border-top: none;
 }

 #tabbar .tab {
    cursor:pointer;
    background: transparent url(/Gradients/tab_not_selected_bg.gif) top left repeat-x;
 }

 #tabbar .tabSel {
    background: transparent url(/Gradients/tab_selected_bg.gif) top left repeat-x;
 }

 #productList .productList {
    border:solid thin;
    padding:4px;
	font-size: 12px;
 }

 #productList .productList tr:hover {
    background:#F0F0F0;
 }

 #productListHead {
	font-size: 14px;
 }

 #productListHead td {
    background:#F0F0F0;
    text-align:center;
 }

 #productDetails {
	font-size: 12px;
/*	padding	: 2px; */
	border	: outset 3px black; 
 }

 #productDetails .title {
	text-align	: center;
	font-weight	: bold;
	font-size	: 30px;
 }

 #productDetails .description .field {
	font-size: 12px;
	font-weight	: bold;
	text-align	: right;
	vertical-align	: middle;
 }

 #productDetails .description .value {
	font-size: 12px;
	font-weight	: normal;
	text-align	: left;
	vertical-align	: middle;
 }

 #productDetails .options {
	border	: inset 3px black;
	background	: #F0F0F0;
 }

 #productDetails .options .field {
	font-size: 12px;
	font-weight	: bold;
	text-align	: right;
	vertical-align	: middle;
 }

 #productDetails .options .value {
	font-size: 12px;
	font-weight	: normal;
	text-align	: left;
	vertical-align	: middle;
 }

 #productDetails .checklist {
/*	border	: outset 3px black; */
 }

 #productDetails .checklist .item {
	font-size: 12px;
	font-weight	: normal;
	text-align	: left;
	vertical-align	: middle;
 }

