html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr {margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {font-size:1em;}
ul,ol { padding: 2px 0 2px 40px;}
fieldset,img,hr {border:none;}
caption,th {text-align:left;}
/*table {border-collapse:collapse; border-spacing:0;}*/
td {vertical-align:top;}

#bodyDiv ul, #bodyDiv ol{ overflow: hidden; }

blockquote{ margin: 1.12em 40px; display:block;}

img{ border:none; }


/*#cccBack{
	width:800px;
	background-color:#FFF;
	padding:5px;
	margin:5px 0 5px 20px;
}*/
.indent10{margin-left:10px;}
.indent20{margin-left:20px;}
.indent30{margin-left:30px;}

.FreezePaneOff{
	visibility: hidden;
	display: none;
	position: absolute;
	top: -100px;
	left: -100px; }

.FreezePaneOn{
	position: absolute;
	top: 0;
	left: 0;
	margin:0;
	visibility: visible;
	display: ;
	width: 100%;
	height: 150%;
	background-color: #666;
	z-index: 999;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	padding-top: 20%; }

.InnerFreezePane{
	text-align: center;
	width: 50%;
	background-color: #0066CC;
	color: #FFF;
	font: normal bold 18px arial, tahoma, verdana, sans-serif;
	border: dashed 1px #FFF;
	padding: 10px; }

body{
	background:#999;
	margin:0;
	}

#wrapper{
	margin: 10px auto;
	border-top:0px solid #FFCC33;
	border-right:0px solid #FFCC33;
	border-bottom:0px solid #FFCC33;
	border-left:0px solid #FFCC33;
	width:960px;
	background:#FFF;
	position:relative;
	-moz-box-shadow: 0 0 10px #333;
	-webkit-box-shadow: 0 0 10px #333;
	box-shadow: 0 0 10px #333;
	behavior: url(http://utumerchandise.com/CartSteward/inc/PIE.htc);
	}

.titleHR{
	margin:0px 0px 5px 0px; *margin:0px 0px -5px 0px;
	color:#ccc;
	background-color:#ccc;
	text-align:left;
	height:2px;
	width:45%;
	border:0;
}

#bodyDiv{
	text-align:left;
	float:;
	width:900px;
	margin:0 auto;
	padding:15px 30px 25px 30px;
	}


#headerDiv{
	border-top: #999;
	border-right: #999;
	border-bottom:0px solid #999;
	border-left: #999;
	width:100%;
	background:#000;
	}
	
#headerIMG{
	display:block;
	}

/* -------------------------- TOP NAVIGATION -------------------------- */	

#topNavDiv{
	width:;
	border-top:0;
	border-right:0;
	border-bottom:;
	border-left:0;
	margin:0;
	background:#ef3e42 ;
	text-align:right;
	}

#topNavUL{
	margin:0 auto;
	padding:8px 0;
	white-space: nowrap;}

#mainLI {
	display:inline;
	position:relative;
	}

#topNavUL li a { font: normal bold 11px arial, tahoma, verdana, sans-serif; padding:10px 20px 10px 20px; margin:0;}

#topNavUL li a.topNavLinks:link, #topNavUL li a.topNavLinks:visited{
	color: #FFF;
	text-decoration: none; }
	
#topNavUL li a.topNavLinks:focus, #topNavUL li a.topNavLinks:hover{
	color: #FFF; 
	text-decoration: underline;
	background: none; }
	
/* ~~~~~~~~ TOP NAV CURRENT ~~~~~~~~ */
#topNavUL li a.topNavCurrent:link, #topNavUL li a.topNavCurrent:visited{
	color: #FFF;
	text-decoration: underline;
	background: none; }
	
#topNavUL li a.topNavCurrent:focus, #topNavUL li a.topNavCurrent:hover{
	color: #FFF; 
	text-decoration: underline;
	background: none; }
	
	


#categoryNavDiv{
	width:;
	margin:2px 0 15px 0;
	background:#F0F0F0 ;
	
	}
#categoryNavUL{
	margin:0;
	padding:1px 0;
	border-top:1px solid #c0bfbe;
	border-bottom:1px solid #c0bfbe;
	}
	
#mainCategoryLI {
	display:inline;
	position:relative;
	margin:0;
	}

#categoryNavUL li a {
	font: normal bold 11px arial, tahoma, verdana, sans-serif;
	padding:5px 15px;
	border-right:1px solid #c0bfbe;
	}

#categoryNavUL li a.catNavLink:link, #categoryNavUL li a.catNavLink:visited{
	color: #387db7;
	text-decoration: none; }
	
#categoryNavUL li a.catNavLink:focus, #categoryNavUL li a.catNavLink:hover{
	color: #387db7; 
	text-decoration: underline;
	background: ; }
	
/* ~~~~~~~~ TOP NAV CURRENT ~~~~~~~~ */
#categoryNavUL li a.catNavCurrent:link, #categoryNavUL li a.catNavCurrent:visited{
	color: #387db7;
	text-decoration: underline;
	background: ; }
	
#categoryNavUL li a.catNavCurrent:focus, #categoryNavUL li a.catNavCurrent:hover{
	color: #387db7; 
	text-decoration: underline;
	background: ; }
	
	
	

/* -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
/* ------------ TOP NAV SUB (DROPDOWN) ---------------- */
#topNavUL li ul { /* second-level lists */
	position: absolute;
	padding:0;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin:4px 0px 10px 0px;
	background:#666 ;
	border-top:3px solid #666;
	border-right:2px solid #666;
	border-bottom:0px solid #666;
	border-left:0px solid #666; }

#topNavUL li:hover ul, #topNavUL li.sfhover ul { /* lists nested under hovered list items */
	left:0;
	top:1em; }

#topNavUL li li {
	white-space:nowrap;
	display:block;
	padding:4px 30px 4px 30px;
	font: normal bold 11px arial, tahoma, verdana, sans-serif;
	margin:0px 0px;
	text-align:center; }

#topNavUL li ul a.topNavLinks:link, #topNavUL li ul a.topNavLinks:visited{
	color: #FF6600;
	background: #FFF; }

#topNavUL li ul a.topNavLinks:focus, #topNavUL li ul a.topNavLinks:hover{
	color: #FF6600; 
	text-decoration: none;
	background: #f0f0f0; }

/* ~~~~~~~~ TOP NAV *SUB* CURRENT ~~~~~~~~ */
#topNavUL li ul a.topNavCurrent:link, #topNavUL li ul a.topNavCurrent:visited{
	color: #FF6600;
	background: #f0f0f0; }
	
#topNavUL li ul a.topNavCurrent:focus, #topNavUL li ul a.topNavCurrent:hover{
	color: #FF6600; 
	text-decoration: none;
	background: #f0f0f0; }
	
	
/* -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
/* ------------ TOP NAV SUB2 (NO DROPDOWN) ---------------- */
#topSubNavUL_NO_DD{
	float:right;
	margin:4px 0px 10px 0px;
	background:#666 ;
	border-top:1px solid #CCC;
	border-right:2px solid #CCC;
	border-bottom:0px solid #666;
	border-left:0px solid #666; }

#topSubNavUL_NO_DD li{
	display:block;
	position:relative;
	text-align:center;
	padding:4px 30px 4px 30px;
	margin:0px 0px; }

#topSubNavUL_NO_DD a { font: normal bold 11px verdana, arial, sans-serif; }

#topSubNavUL_NO_DD a.topNavLinks:link, #topSubNavUL_NO_DD a.topNavLinks:visited{
	color: #FF6600;
	background: #FFF; }

#topSubNavUL_NO_DD a.topNavLinks:focus, #topSubNavUL_NO_DD a.topNavLinks:hover{
	color: #FF6600; 
	text-decoration: none;
	background: #f0f0f0; }
	
/* ~~~~~~~~ TOP NAV *SUB* CURRENT ~~~~~~~~ */
#topSubNavUL_NO_DD a.topNavCurrent:link, #topSubNavUL_NO_DD a.topNavCurrent:visited{
	color: #FF6600;
	background: #f0f0f0; }
	
#topSubNavUL_NO_DD a.topNavCurrent:focus, #topSubNavUL_NO_DD a.topNavCurrent:hover{
	color: #FF6600; 
	text-decoration: none;
	background: #f0f0f0; }
	


/* -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
/* ------------ LEFT NAVIGATION ---------------- */
#leftNavDiv{
	position:absolute;
	left:758px;
	top:170px;
	background: ;
	width:175px;
	margin:0 10px 0 0;
	border-top:0 solid #000;
	border-right:0 solid #000;
	border-bottom:0 solid #000;
	border-left:0 solid #000;
}

table.leftNav{
	margin:0;
	width:;
	text-align:left;
	position:relative;
	z-index:10;
	}

table.leftNav td a{
	display: block;
	font: normal bold 10px arial, tahoma, verdana, sans-serif;
	padding:4px 0 4px 5px;
	margin:1px 0 1px 0;
	}

table.leftNav td.leftNavTitle{
	background:#A7A096;
	color:#FFF;
	font: normal bold 10px arial, tahoma, verdana, sans-serif;
	padding:4px 0 4px 5px;
}

table.leftNav td a.leftNavLink:link, table.leftNav td a.leftNavLink:visited {
	color: #FFF;
	text-decoration: none;
	background: ;
	}
table.leftNav td a.leftNavLink:focus, table.leftNav td a.leftNavLink:hover {
	color: #FFFF00; 
	text-decoration: none;
	background: ;
	}
	
/* ~~~~~~~~ LEFT NAV CURRENT ~~~~~~~~ */
table.leftNav td a.leftNavCurrent:link, table.leftNav td a.leftNavCurrent:visited {
	color: #000;
	text-decoration: none;
	background: ;
	}
table.leftNav td a.leftNavCurrent:focus, table.leftNav td a.leftNavCurrent:hover {
	color: #000; 
	text-decoration: none;
	background: ;
	}



/* +++++++++++++++++++ SUB NAV ++++++++++++++++++++ */
tr.leftNavSub td a{
	display: block;
	text-decoration: none;
	font: normal normal 10px verdana, arial, sans-serif;
	padding:0px 0px 0px 15px;
	}
tr.leftNavSub td a:link, tr.leftNavSub td a:visited {
   color: #FFF;
	}
tr.leftNavSub td a:focus, tr.leftNavSub td a:hover {
	color: #000; 
	text-decoration: none;
	background: #E6E6E6;
	}
	
	
	
	

table.leftNav_bottom{
	border-top:3px solid #000;
	margin:10px 0 0 0;
	width:;
	text-align:left;
	background:#000099;
	}
table.leftNav_bottom td a{
	display: block;
	font: normal bold 10px arial, tahoma, verdana, sans-serif;
	padding:4px 0 4px 5px;
	margin:1px 0 1px 0;
	}
table.leftNav_bottom td a.leftNavLink:link, table.leftNav_bottom td a.leftNavLink:visited {
	color: #FFF;
	text-decoration: none;
	background: ;
	}
table.leftNav_bottom td a.leftNavLink:focus, table.leftNav_bottom td a.leftNavLink:hover {
	color: #FFFF00; 
	text-decoration: none;
	background: ;
	}
	
	
	
	

/* ------------ LIVE CART DISPLAY ---------------- */
table.liveCartTBL{
	width:100%;
	font: normal normal 13px arial, tahoma, verdana, sans-serif;
	}

table.liveCartTBL th a{
	display: block;
	padding:4px;
	background-color:#387db7;
	text-align:left;
	}
table.liveCartTBL th a:link, table.liveCartTBL th a:visited { color: #FFF; text-decoration: none;}
table.liveCartTBL th a:focus, table.liveCartTBL th a:hover {
	color: #FFF;
	text-decoration: underline;
	}
	
table.liveCartTBL td a.liveCartLink{
	display: block;
	background-color:#F0EFEA;
	text-decoration: none;
	font-weight:bold;
	padding:4px 0;
	text-align:center;
	}
table.liveCartTBL td a.liveCartLink:link, table.liveCartTBL td a.liveCartLink:visited { color: #333; }
table.liveCartTBL td a.liveCartLink:focus, table.liveCartTBL td a.liveCartLink:hover { 
	text-decoration: none;
	background: #E0E0E0;
	}



/* ---------- Footer Elements ---------- */
#footerDiv{
	clear:both;
	width:100%;
	text-align:center;
	background:url(../images/footer_x.jpg) repeat-x bottom left;
	padding:150px 0 0 0;
	font:normal normal 10px verdana, arial, sans-serif;
	color: #FFF;
	}
#footerDiv table{
	font:normal normal 10px verdana, arial, sans-serif;
	color: #FFF;
	}
	
/* ------------ PRODUCT LIST ---------------- */
table.PLST_TBL{
	width:80%;
	margin:0 auto;
	border:1px solid #333;
	font: normal normal 14px arial, tahoma, verdana, sans-serif;
	}

table.PLST_TBL th{
	font-weight:bold;
	background-color:#333;
	color:white;
	padding:4px 0;
	}

table.PLST_TBL td, table.CTGY_TBL td, table.basketTBL td{ font: normal normal 14px arial, tahoma, verdana, sans-serif; }

table.PLST_TBL a{
	color:#000066;
	font-weight:bold;
	text-decoration:underline;
	}
table.PLST_TBL a:hover{
	text-decoration:none;
	color:#0000cc;
	}
/*
table.PLST_TBL td{
	width:165px;
	height:175px;
	padding:15px 0px 0px 0px;
	background:#FFF url(whiteProdBox.jpg) no-repeat bottom right;
	}*/
	
/* ------------ CATEGORY LIST ---------------- */
table.CTGY_TBL{
	width:80%;
	margin:0px auto;
	border:1px solid #333;
	font: normal normal 14px arial, tahoma, verdana, sans-serif;
	}
table.CTGY_TBL th{
	font-weight:bold;
	background-color:#333;
	color:white;
	padding:4px 0;
	}

table.CTGY_TBL a{
	color:#000066;
	font-weight:bold;
	text-decoration:underline;
	}
table.CTGY_TBL a:hover{
	text-decoration:none;
	color:#0000cc;
	}
		

/* ------------ BASKET DISPLAY ---------------- */
table.basketTBL{
	width:600px;
	margin:10px auto;
	border:1px solid #333;
	font: normal normal 12px arial, tahoma, verdana, sans-serif;
	}
table.basketTBL th{
	font-weight:bold;
	background-color:#333;
	color:white;
	}
table.basketTBL td{
	background-color:#F0EFEA;
	border-bottom:1px solid #FFF;
	padding-top:10px;
	}
table.basketTBL a{
	color:#000066;
	font-weight:bold;
	text-decoration:underline;
	}
table.basketTBL a:hover{
	text-decoration:none;
	color:#990000;
	}


.shipInfoTBL th, .billInfoTBL th{
	font-weight:bold;
	background-color:#333;
	color:white;
	}
	
.shipInfoTBL{
	width:500px;
	font: normal normal 12px arial, tahoma, verdana, sans-serif;
	background-color:#F0EFEA;
	border:1px solid #333;
	margin:;
	padding:5px;
	}
table.billInfoTBL{
	width:500px;
	font: normal normal 12px arial, tahoma, verdana, sans-serif;
	background-color:#F0EFEA;
	border:1px solid #333;
	margin:;
	padding:5px;
	}
.required{
	font: normal bold 12px arial, tahoma, verdana, sans-serif;
	}
	
.thankYouTBL{
	clear:left;
	float:left;
	margin:10px 0 20px 10px;
	background-color:#FFF;
	border:1px solid #333;
	padding:5px;
	}

#categoryTitleDiv{
	color:#000;
	font: normal small-caps bold 20px  Verdana, Arial, sans-serif;
	margin:8px 0 0 0;
	padding:8px 0 11px 0;
	background:#FFF url(../images/title_bg_x.jpg) repeat-x bottom left;
}
#title_ding{
	margin:0 20px 0 0;
	}

#productDetailDiv{
	padding:0 0 20px 0;
	}
#productCodeQtyPrice{
	margin:0 0 20px 15px;
	padding:6px 10px;
	border:1px solid #999;
	background-color:#F0EFEA;
	width:275px;
}

.ProdIMG{
	margin:15px 0 0 5px;
}

#reviewInfoTBL{
	font: normal normal 12px arial, tahoma, verdana, sans-serif;
	background-color:#F0EFEA;
	border:1px solid #333;
	margin:;
}
#reviewInfoTBL td{
	width:250px;
	padding:5px;
	line-height:1.2;
}


h3{
	font: normal normal 14px arial, tahoma, verdana, sans-serif;
	color:#000;
	}
h4{
	font: normal normal 14px arial, tahoma, verdana, sans-serif;
	color:#000;
	}
h5{
	font: italic normal 14px arial, tahoma, verdana, sans-serif;
	color:#000;
	}

/* ------------- FONTS ----------------- */
h1, .title, .pageTitle{
	font:normal bold 22px arial, tahoma, verdana, sans-serif;
	color: #333;
	text-align:left;
	margin:0 0 15px 0;
	}
.tagline{
	font:italic bold 14px verdana, arial, sans-serif;
	color: #000;
	text-align:left;
	margin:0px 0px 5px 0px;
	}

.bodyText {
	font:normal normal 14px/1.5 arial, tahoma, verdana, sans-serif;
	color: #333;
	word-spacing:.5px;
	}
.bodyTextRight {
	font:normal normal 14px/1.5 arial, tahoma, verdana, sans-serif;
	color: #333;
	word-spacing:.5px;
	text-align:right;
	}
.bodyTextBold {
	font:normal normal 14px/1.5 arial, tahoma, verdana, sans-serif;
	color: #333;
	word-spacing:.5px;
	font-weight:bold;
	}
.bodyTextBoldRight {
	font:normal normal 14px/1.5 arial, tahoma, verdana, sans-serif;
	color: #333;
	word-spacing:.5px;
	font-weight:bold;
	text-align:right;
	}

.submitBTN{
	font: normal normal 14px arial, tahoma, verdana, sans-serif;
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#000;
	font-weight:bold;
	padding:4px 8px;
	background:url(submitBG.jpg) repeat-x top left;
	}

.editBTN{
	font: normal bold 10px arial, tahoma, verdana, sans-serif;
	cursor:pointer;
	border:outset 1px #ccc;
	color:#000;
	padding:4px 8px;
	background:#DABC8D;
	}

.greenBTN{
	font: normal normal 14px arial, tahoma, verdana, sans-serif;
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#000;
	font-weight:bold;
	padding:4px 8px;
	background:url(greenBtnBG.jpg) repeat-x top left;
	}
	
.contactFormStyle input, .contactFormStyle textarea, .contactFormStyle select{
	border:1px solid #635842;
	font: normal normal 12px arial, tahoma, verdana, sans-serif;
	padding-left:1px; }
	
input.contactSubmitBTN{
	border:3px double #635842;
	padding:2px 8px;
	font-weight:bold; }
	
.off{ background:#FFF; }
.over{ background:#CCC; cursor:pointer; }


/* --------- LINKS -------------- */
a:link { font-weight:bold; color: #0000FF; text-decoration: underline;}
a:visited { font-weight:bold; color: #000099; text-decoration: underline;}
a:focus { font-weight:bold; color: #FF0000; text-decoration: none;}
a:hover { font-weight:bold; color: #FF0000; text-decoration: none;}

a.footerLink:link { color: #FFF; text-decoration: none;}
a.footerLink:visited { color: #FFF; text-decoration: none;}
a.footerLink:focus { color: #CCC; text-decoration: underline;}
a.footerLink:hover { color: #CCC; text-decoration: underline;}


/* TinyMCE editor body */
body.mceContentBody {
	background: #FFF;
	text-align:left; }

body.mceContentBody td, .bodyText td{
	font: normal normal 14px/1.5 arial, tahoma, verdana, sans-serif}

body.mceContentBody p, #cccBack p, #editableCTGY, #editableCTGY p{ margin:0; }

.orderFormLinkXL{
	font: normal normal 20px verdana, arial, sans-serif;
	text-align: center;
	color: #990000;
	font-variant: small-caps;
	display: block;
}


