html,body {
	font: 11px verdana, sans-serif;
	background-color: white;
	color: black;
}

html {
	margin: 0;
}
body {
	margin: 5px;
}

.red_border {
	border: 1px red solid;
	padding: 5px;
}

frame, frameset {
	border: 0;
	padding: 0;
}

a {
	color: #666666;
}

td.stk {
	text-align: right;
}

table, tr, td {
	border:0;
	border-collapse: collapse;
}

td.product_text {
	padding: 4px 6px;
}

table.product_table table {
	border: 0;
	width: 100%;
}

table.product_table table td {
	border: 0;
}

table.product_table {
	border: 0;
	border-collapse: collapse;
	line-height: 130%
}

table.product_table td {
	vertical-align: top;
	border: 1px solid black;
}

table.product_table tr.gab {
	height: 20px;
}

.top_address {
	font-size: 14px;
	font-family: "times new roman", serif;
	text-align: center;
}

.top_title {
	font-size: 50px;
	font-family: "times new roman", serif;
	text-align: center;
	line-height: 50px;
	vertical-align: middle;
}

.top_menu {
	text-align: center;
}

.top_table {
	width: 985px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}

.top_table td {
	border: 0;
}

#tabsB {
	float: none;
	width: 985px;
	/*background: #F4F4F4;*/
	font-size: 11px;
	font-weight: bold;
	line-height: normal;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #FF0000;
	border-bottom-color: red;
	border-top-width: 1px;
	border-top-style: solid;
}

#tabsB ul {
	margin: 0 0 0 250px;
	/*padding: 10px 10px 0 50px;*/
	padding: 0;
	list-style: none;
}

#tabsB li {
	display: inline;
	margin: 0;
	padding: 0;
}

#tabsB a {
	float: left;
	background: url("images/tableftB.gif") no-repeat left top;
	margin: 5px 5px 0 5px;
	padding: 0 0 0 4px;
	text-decoration: none;
	outline: none;
}

#tabsB a span {
	float: left;
	display: block;
	background: url("images/tabrightB.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #666;
	top: auto;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsB a span {
	float: none;
}

/* End IE5-Mac hack */
#tabsB a:hover span {
	color: #000;
}

#tabsB a:hover {
	background-position: 0 -42px;
}

#tabsB a:hover span {
	background-position: 100% -42px;
}

h1 {
	font-size: 22px;
	font-weight: normal;
}

.full_page {
	margin-left: 191px;
	border-left: red 1px solid;
	padding-left: 10px;
	height: 100%;
}

