body {
	margin:0;
	background-color:#000066;
	font-family:verdana,sans-serif;
}

#t-table {
	background-color:white;
}

#t-top {
	width:778px;
	height:139px;
	background:url('images/template-top.jpg') no-repeat;
}

#t-bar-left {
	width:284px;
	height:29px;
	background:url('images/template-left-top.jpg') no-repeat;
}

#t-bar-mid {
	width:14px;
	background:url('images/template-top-bar-left.jpg') no-repeat;
}

#t-bar-right {
	width:480px;
	background:url('images/template-top-bar.gif') repeat-x;
	font-size:0.9em;
	vertical-align:top;
	padding-top:4px;
}

#t-bar-right a {
	text-decoration:none;
	font-weight:bold;
	font-size:0.8em;
	color:#003366;
}

#t-bar-right table {
	width:100%;
	text-align:center;
}

#t-left-main {
	background:url('images/template-left-main.gif') repeat-y;
	vertical-align:top;
}

#t-left-table {
	width:261px;
}

#t-left-table-top {
	height:76px;
	background:url('images/template-left-mid.jpg') no-repeat;
}

#t-left-table-left {
	width:130px;
	padding-right:2px;
}

#t-left-table-left table {
	width:100px;
}

#t-left-table-left table td {
	padding-bottom:20px;
	font-size:0.7em;
	text-align:center;
	font-weight:bold;
}

#t-left-table-left table td img {
	border:0;
}

#t-left-table-right {
	width:131px;
	vertical-align:top;
}

#t-left-table-right div a {
	display:block;
	height:27px;
	background:#3366cc url('images/button.gif') no-repeat;
	padding-left:5px;
	text-decoration:none;
	color:white;
	font-weight:bold;
	font-size:0.7em;
	line-height:1.8em;
}

#t-left-table-right div a:hover {
	background:url('images/button-over.gif') no-repeat;
}

#t-left-table-right div div {
	position:absolute;
	margin-left:7em;
	margin-top:-1em;
	background-color:white;
	border-left:1px solid black;
	border-right:2px solid black;
	border-bottom:2px solid black;
	display:none;
}

#t-left-table-right div div a {
	background:none;
	color:black;
	height:1.5em;
	line-height:1.4em;
	width:10em;
	border-top:1px solid black;
}

#t-left-table-right div div a:hover {
	background:none;
	background-color:#000066;
	color:white;
}

#t-main {
	background:url('images/template-main.gif') no-repeat;
	padding:10px;
	vertical-align:top;
	font-size:0.8em;
	width:474px;
}

#t-main .nav {
	font-size:0.8em;
}

table.product {
	width:100%;
}

table.product caption {
	font-weight:bold;
	padding-bottom:5px;
}

table.product .title {
	font-weight:bold;
}

table.product td {
	vertical-align:top;
}

table.product td.desc {
	padding-left:10px;
}

table.product td.prices {
	padding-top:10px;
}

table.prices {
	width:100%;
}

table.prices td {
	vertical-align:middle;
}

table.prices td form {
	margin:0;
}

table.prices tr {
	height:23px;
}

table.prices td.name {
	font-weight:bold;
	width:100px;
}

table.prices td.price {
	
}

input.buynow {
	border:1px solid black;
	font-size:0.7em;
	margin-right:3px;
}

#t-bottom-left {
	height:50px;
	background:url('images/template-bottom-left.jpg') no-repeat;
}

#t-bottom-main {
	background:url('images/template-bottom-main.gif') repeat-x;
}


a {
	color:#003366;
	text-decoration:none;
}

.button {
	border:1px solid black;
	color:black;
}

.buttonDisabled {
	border:1px solid black;
	color:#999999;
}

.odd  {background-color:#dddddd;}
.even {background-color:#eeeeee;}

.bold {font-weight:bold;}

.right {text-align:right;}
.center {text-align:center;}
.left {text-align:left;}

.top {vertical-align:top;}
.middle {vertical-align:middle;}
.bottom {vertical-align:bottom;}

ul.categoryBullet {
	list-style-type: disc;
}