@charset "utf-8";
body {
	/*text-align: center;/*centres table for older browsers*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
}
#canvas {
}
#Menu {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #39516D;
}
#Menu ul {
	text-align: center; /* We are using text-align: center on ul to horizontally align our menu to the page. If you want the menu aligned left or right just change text-align to either left or right */
	margin: 0 0 5px 0; /* Just some margin to align the blue border below the menu */
}
#Menu li {
	display: inline; /* Menu links are horizontally aligned using display: inline */
}
#Menu li a {
	margin: 0px 2px 0px 2px;
	padding: 0px 8px 0px 8px; /* Display: block won't work in this example, instead we are using padding to make the whole tab a clickable link */
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
	background: url(/examples/images/tabbed-menu-left.gif) no-repeat left top; /* Rollover effect using "Fast rollovers without preload" concept for the left part of the tab */
}
#Menu li a:hover {
	background-color: #233852;
	color: #FFFFFF;
}
.center /*used for the canvas*/ {
	text-align: center;
}
.center table/*used for centering the table canvas*/ {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.centrelist {
	display: table;   /* For navigation list, allow the centering to work */
	margin: 0 auto 0 auto;
}
#marcalist {
	list-style-type: none;
	padding: 0;
	font-size: 12px;
	margin-right: 50px;
	float: left;
	margin-bottom: 200px;
}
th {
	color: #000000;
	text-align: center;
}

#marcalist a {
	font-weight:bold;
	display:block;
	text-decoration: none;
	color: #FF0000;
	weight: bold;/*line-height: 11px;*/
	text-align: center;
}
#marcalist a:hover {
	background-color: #233852;
	color: #FFFFFF;
	display: block;
}
#product_list {
	margin: 0px;
	padding: 0px;
	list-style-type:none;
}
#product_list li {
	color: #4c4c4c;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	/*line-height: 16px;
	margin-bottom: 40px;*/
	border-bottom-width: 1px;
	border-bottom-style: outset;
	border-bottom-color: #999999;
}
#product_list li a {
	color: #4c4c4c;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	display:block;
}
#product_list li a:hover {
	background-color: #4c4c4c;
	color: #FFFFFF;
}

#product_swap {
}
#swap_text {
	position:absolute;
	left:750px;
	top:600px;
	width:210px;
	display:none;
	font-family:verdana;
	font-size:16px;
	padding:10px;
	border:double 3px #000;
}
#footer {
	font-size: 10px;
	text-align: center;
	line-height: normal;
}
.hols {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	text-transform: capitalize;
	color: #FF0000;
	text-decoration: blink;
}