.hilight {
	color : #ff0000;
}

body, td, p {
	color: #333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	vertical-align:top;
}

h1, h2, h3, h4, h5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size:10pt;
	margin-top:10px;
}

table { empty-cells: show }

img { border : none }

.menuLevel {
	display: block;
	margin-left:10px;
	margin-right:10px;
	padding-bottom:3px;
	padding-top:3px;
	text-align:left;
	border-bottom: 1px solid #aaaaaa;
	font-size:11px;
}

.menuPage, .menuPageOpen {
	display: block;
	padding-left:10px;
	text-align:left;
	color:#000000;
	text-decoration:none;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #eeeeee;
	font-size:11px;
}

.menuPageOpen {
	background-image: url(images/menubullet.gif);
	background-repeat:no-repeat;
	background-position:left center;
}

.menuPage:hover {
	text-decoration:underline;
	font-size:11px;
}

.menuItem {
	display: block;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
}

.linkPage {
	padding: 4px;
	border : 1px solid black;
	font-size:11px;
}

.border {
    border: 1px solid #E7BA39;
}

.borderin {
    border: 1px solid #cccccc;
}

.crumb, .crumb:visited, .crumb:hover {
	color: #000000;
}

a { 
	color: #000000;
}

a.itemPicture, a.itemLink {
  display:block;
  vertical-align:middle;
  text-align:center;
  width:100%;
  height:120px;
}

a.itemLink {
  padding-top:5px;
  height:40px;
  vertical-align:top;
  text-decoration:none;
  font-size:11px;
}

div.variations {
	margin-top:20px;
}

input.searchText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}

.imageEnlarge { 
	text-align:center
}

.slideCell {
	background-image:url(images/slideshow_bg.png);
	background-repeat:no-repeat;
	width: 130px;
	height: 110px;
	padding:5px;
}

th {
	font-weight: normal;
}

.summaryLinks a {
	display: block;
}

.siteMapTable {
	border-collapse:collapse !important;
	empty-cells: show;
}

.siteMapTable td {
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	padding:10px;
	empty-cells: show;
}

.siteMapTable td a {
	display:block;
	padding-bottom:4px;
}

.footer {
	padding-top:20px;
}

.errorText {
  margin: 0;
  padding: 0; 
  color: #CC3333;
  font-weight:bold;
  display: block;
}

div.summaryMessage {
  margin-bottom: 10px;
  padding: 5px; 
  background-color: #CC3333;
  color: #ffffff;
  text-align:center;
  font-weight:bold;
}

div.summaryMessage a {
  color: #ffffff;
  font-weight:bold;
  text-decoration:underline;
}

@media print {
	.printer { display : block }
	.noprint { display : none !important }
	
	.mainBody {
	pading : 0px;
	}
	
	.footer {
		width: 610px;
	}

	td.itemCell, td.itemCellOver {
		height: 180px;
	}
	
	td.itemCellOver {
	}

	.mainTable, .summaryTable {
		width : 640px;
	}

}

@media screen {

	.printer { display : none }
	
	.mainBody {
		padding-top: 5px;
		padding-left: 10px;
		padding-right:10px;
		background-image:url(images/bodybg.gif);
		background-repeat:repeat-y;
	}
	
	td.itemCell, td.itemCellOver {
		height: 180px;
		padding:10px;
		padding-right:15px;
		background-image:url(images/itembg.png);
		background-repeat:no-repeat;
	}
	
	td.itemCellOver {
		background-image:url(images/itembg-over.png);
		background-repeat:no-repeat;
	}
	
	.mainTable {
		width : 990px;
	}
	
}
