body {
	background-color:#FFFFFF;
	margin:0 0 25px 0;
	padding:5px 0 10px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

a:link { color:#0066CC; }
a:active { color:#0066CC; }
a:visited { color:#0033CC; }
a:hover { color:#FF6600; }

img { behavior: url('includes/pngfix.htc'); }
a img { border:0 }

form {
	margin:0;
	padding:0;
}

h1, h2 {
	padding:0;
	margin:0 0 5px 0;
}
h1 {
	color:#61b01a;
	border-bottom:1px solid #CCCCCC;
	font-size:18px;
}
h2 {
	color:#9900CC;
	font-size:14px;
	font-weight:bold;
}

hr {
	background-color:#CCCCCC;
	color:#CCCCCC;
	width:100%;
	height:1px;
	border:0;
	margin:20px auto;
}

.container {
	width:750px;
	margin:0 auto;
}

#navContainer {
	background-image:url('/graphics/navbar.gif');
	width:100%;
	height:26px;
	margin-top:5px;
	line-height:26px;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	border-top:1px solid #DDDDDD;
}
#nav {
	text-align:center;
	margin:0;
	padding:0;
}
#nav li { display:inline; height:26px; padding:0 5px; }
#nav li a {
	position:relative;
	top:0;
	background-image:url('/graphics/navbar_arrow.gif');
	background-position:-5px -5px;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#666666;
	padding:5px 10px;
}
#nav li a:hover {
	cursor:pointer;
	background-position:center top;
	background-color:#fff6bf;
	color:#333333;
	border-top:1px solid #999999;
}
* html #nav li a:hover { background-position:center 1px; }

.navShadow {
	width:100%;
	height:7px;
	background-image:url('/graphics/shadow.png');
	margin:0;
	padding:0;
}

#navBottom {
	border-top:1px solid #DDDDDD;
	width:100%;
	height:20px;
	background-image:url('/graphics/navbar_bottom.gif');
	text-align:center;
	line-height:20px;
	font-size:10px;
	font-weight:bold;
}
#navBottom a { text-decoration:none; }
#navBottom a:link { color:#777777; }
#navBottom a:visited { color:#777777; }
#navBottom a:active { color:#777777; }
#navBottom a:hover { color:#000000; }

#subCatBox {
	background-image:url('/graphics/subcats_box_bg.gif');
	background-repeat:repeat-x;
	margin:5px;
	float:left; width:164px; min-height:110px; margin-top:5px; padding:5px; border:1px solid #CCCCCC; -moz-border-radius:5px
}
* html #subCatBox {
	height:110px;
}

.highlight {
	background-color:#FFFF99;
	text-decoration:inherit;
}

.itemBox {
	background-image:url('/graphics/itembox_bg.gif');
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	display:block;
	float:left;
	width:150px;
	margin:5px;
	padding:10px;
	border:1px solid #CCCCCC;
	-moz-border-radius:5px;
	text-align:center;
	height:100px;
	vertical-align:middle;
}
.itemBoxHover {
	margin-top:-4px;
	padding-bottom:19px;
	margin-bottom:5px;
	border-color:#7fc34c;
	cursor:pointer;
}

.paperBox {
	position:relative;
	display:block;
	background-repeat:no-repeat;
	float:left;
	width:170px;
	height:131px;
	margin:5px;
	border:1px solid #CCCCCC;
	-moz-border-radius:5px;
}
.paperBoxHover {
	cursor:pointer;
	filter:alpha(opacity=75); -moz-opacity:.75; opacity:.75;
}
.paperBox img, .paperBoxHover img { visibility:hidden; }
.paperBoxSelected {
	border-color:#009900;
	filter:alpha(opacity=100); -moz-opacity:1; opacity:1;
}
.paperBoxSelected img { visibility:visible; position:absolute; bottom:5px; right:5px; }
.paperPopup{
	position:absolute;
	background-color:#FFFFFF;
	border:1px solid #999999;
	width:170px;
	padding:5px;
	visibility:hidden;
	z-index:900;
	font-weight:bold;
}

.fontBox {
	background-repeat:no-repeat;
	float:left;
	width:134px;
	margin:5px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	-moz-border-radius:5px;
	text-align:center;
	height:120px;
	filter:alpha(opacity=50); -moz-opacity:.5; opacity:.5;
	overflow:hidden;
}
.fontBoxSelected {
	background-color:#edffed;
	border-color:#009900;
	filter:alpha(opacity=100); -moz-opacity:1; opacity:1;
}
.fontBoxHover {
	background-color:#F3F3F3;
	cursor:pointer;
	filter:alpha(opacity=75); -moz-opacity:.75; opacity:.75;
}
.fontPopup{
	position:absolute;
	background-color:#FFFFFF;
	border:1px solid #999999;
	width:400px;
	padding:5px;
	visibility:hidden;
	z-index:900;
	font-weight:bold;
}

.frameBox {
	background-repeat:no-repeat;
	position:relative;
	float:left;
	width:130px;
	margin:5px;
	padding:20px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	-moz-border-radius:5px;
	text-align:center;
	height:91px;
	filter:alpha(opacity=50); -moz-opacity:.5; opacity:.5;
}
.frameBox img, .frameBoxHover img { visibility:hidden; }
.frameBoxHover {
	background-color:#F3F3F3;
	cursor:pointer;
	filter:alpha(opacity=75); -moz-opacity:.75; opacity:.75;
}
.frameBoxSelected {
	background-color:#edffed;
	border-color:#009900;
	filter:alpha(opacity=100); -moz-opacity:1; opacity:1;
}
.frameBoxSelected img { visibility:visible; position:absolute; bottom:5px; right:5px; }
.framePopup{
	position:absolute;
	background-color:#FFFFFF;
	border:1px solid #999999;
	width:170px;
	padding:5px;
	visibility:hidden;
	z-index:900;
	font-weight:bold;
}

.selectBox {
	border:1px solid #CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.inputText {
	border:1px solid #CCCCCC;
	padding:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.inputText:hover {
	border:1px solid #ffcc82;
	background-color:#fffaed;
}
.inputText:focus {
	border:1px solid #69b23d;
	background-color:#f0ffe7;
}
.inputRadio {
	vertical-align:text-bottom;
	padding:0;
	margin:0;
}
.inputSelect {
	border:1px solid #CCCCCC;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.inputSearch {
	color:#666666;
	background:white url('/graphics/input_search.png') 1px 1px no-repeat;
	padding-left:19px;
	font-size:10px;
}

.inputButton {
	height:22px;
	padding:0 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.inputButtonMain {
	height:22px;
	padding:0 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

.frontPageBox {
	float:left;
	width:210px;
	height:125px;
	border:1px solid;
	padding:5px;
	text-align:left;
	overflow:hidden;
	-moz-border-radius:7px;
}

#cookieCrumb {
	color:#666666;
	font-weight:bold;
	margin-bottom:15px;
}
#cookieCrumb a { font-weight:normal; }

#copyright {
	width:400px;
	font-size:10px;
	color:#666666;
}
#copyright a:link { color:#666666; }
#copyright a:visited { color:#666666; }
#copyright a:active { color:#666666; }
#copyright a:hover { color:#333333; }

.sizem2 { font-size:9px; }
.sizem1 { font-size:10px; }
.sizep1  { font-size:12px; }
.sizep2  { font-size:13px; }
.sizep3 { font-size:14px; }
.sizep5 { font-size:16px; }
.sizep7 { font-size:18px; }

.bold { font-weight:bold }


table td.timelineYear {
	color:#990066;
	font-size:15px;
	font-weight:bold;
	padding:5px 0;
	text-align:right;
}
table td.timelineMonth {
	font-size:12px;
	font-weight:bold;
	padding:2px 5px 0 0;;
	text-align:right;
}
table td.timelineInfo {
	padding:2px 0 0 5px;
}


table.cart {
	width:100%;
	border:1px solid #000000;
}

table.cart th {
	background-color:#666666;
	color:#FFFFFF;
	padding:4px 2px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

table.cart tr td { padding:3px }
table.cart tr td.subInfo { padding:2px 0 2px 15px; }
table.cart tr td.subPrice { padding:0; text-align:center; }

table.cart tr.row1 td { background-color:#EEEEEE; }
table.cart tr.row2 td { background-color:#E0E0E0; }

table.chart {
	margin:10px auto;
	border:1px solid #FFFFFF;
	border-width:1px 1px 0 0;
}

table.chart th, table.chart tr td.th {
	color:#333333;
	background-color:#def0cc;
	border-left:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	padding:5px;
	font-size:13px;
	font-weight:bold;
}
table.chart td {
	background-color:#f2faeb;
	border-left:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	padding:5px;
}

.catMsg {
	float:right;
	width:325px;
	background-color:#f9f1ff;
	border:1px solid #9c4dd4;
	-moz-border-radius:5px;
	padding:5px;
	line-height:16px;
	
}

#triexaLogo {
	float:right;
	width:75px;
	height:33px;
	background-image:url('/graphics/triexa_on.gif');
}

#triexaLogo a { background-image:url('/graphics/triexa_off.gif'); background-repeat:no-repeat; display:block; }

#triexaLogo a:hover {
	background-position:75px;
}
