/* Default */

body,td {
  font-family: helvetica, arial, bitstream vera sans, verdana, sans-serif;
  font-size: 12px;
  color: #555555;
  line-height: 18px;
}

body {
  margin: 0px;
  background-color: #f0f0f0;
}

body.emailBody {
  margin: 20px;
  background: none;
}

input,select,textarea {
  font-family: verdana, bitstream vera sans, arial, helvetica, sans-serif;
  font-size: 11px;
color: #555555;
padding-left: 4px;
}

/* Headings, styles */

.heading { 
	line-height: 22px; font-size: 16px;
		color: #294392;
}
.redheading { 
	line-height: 22px; font-size: 16px;
	color: #f33d1f; 
}
.whiteheading {
line-height: 22px; font-size: 16px;
color: #ffffff;
}

.blackheading { 
	line-height: 22px; font-size: 16px;
	color: #000000;
}

.footer {
  padding-right: 5px; padding-left: 5px; color: #000000; text-decoration: none;
}
.footer:visited {
  color: #000000; text-decoration: none;
}
.footer:hover {
  color: #f33d1f;text-decoration: none;
}

.small { font-size: 10px; }
.tiny { font-size: 9px; }
.white { color: white; }
.blue { color: #294392; }
.black { color: #212121; }
.red { color: #f33d1f; }
.brown {color: #72604a;}
.grey { color: #888888; }

ul {
	text-indent: 0.0em;
	margin-left: 0.8em;
	padding-left: 0.7em;
	margin-top: 6px;
	margin-bottom: 4px;
	list-style-image: URL(../images/btn/btn_bullet.gif);
}

/* Links */

a {
  color: #2a4388;
}
a:visited {
  color: #2a4388;
}
a:hover {
  color: #f33d1f;
}

/* Misc */

form {
  margin: 0px;
}

hr {
  border-width: 0px;
  height: 1px;
  color: #c0c0c0;
  background-color: #c0c0c0;
}

.star {
  font-family: helvetica, arial;
  font-size: 14px;
font-weight: bold;
  color: #ffa200;
}

#mainCell {
  padding-top: 14px;
  padding-right: 24px;
  padding-bottom: 14px;
  padding-left: 20px;
}

div.siteByInfo {
  padding-top: 2px;
  padding-bottom: 3px;
  font-size: 10px;
  color: #c0c0c0;
}
div.siteByInfo a { color: #c0c0c0; text-decoration: none; }
div.siteByInfo a:visited { color: #c0c0c0; text-decoration: none; }
div.siteByInfo a:hover { color: #e0e0e0; text-decoration: none; }

/* Store */

.storeheading {
	background-color: #ffffff;
	color: #000000;
font-size: 17px;
}

.storehdr {
	background-color: #ffffff;
		color: #f33d1f;
font-size: 17px;
}

.storehdr2 {
	background-color: #ffffff;
	color: #000000;
font-size: 17px;
}

.storetopline {
	background-color: #ffffff;
}

.storesoftline {
	background-color: #000000;
}

hr.storesoftline {
	color: #D0D0D0;
	background-color: #ebebeb;
}

td.storeitemhdr {
	background-color: #ffffff;
	color: #000000;
font-size: 17px;
}

.storeitemhdr {
background-color: #ffffff;
	color: #000000;
font-size: 17px;
}

.storeitemhdr2 {
	line-height: 22px; font-size: 16px;
	color: #f33d1f; 
}

td.storeitemorderhdr {
	background-color: #E0E0E0;
	font-weight: bold;
}

td.storeitemorderbody {
	background-color: #F5F5F5;
}

td.cartheading {
	color: #5C6D89;
	background-color: #FFFFFF;
}

td.bluebox {
	background-color: #5C6D89;
	color: #FFFFFF;
}

td.itemLine {
	background-color: #5C6D89;
}

ul.storeCatUl {
	list-style-image: URL(../images/btn/btn_bullet_blue.gif);
	margin-top: 0px;
	margin-bottom: 0px;
}


/*.galleryCell { width: 167px; padding-right: 20px; padding-bottom: 12px; }
.galleryImageCell { 
	width: 167px; 
	height: 147px; 
	background-color: #FFFFFF;
	background-image: URL(../images/pictures/large/system-files/gallery_image_bg.gif); 
	background-position: center center;
}
.galleryTextCell { width: 167px; }
.galleryThumbnail { border-width: 0px; }*/




span.navHoverLink .subMenu {
	visibility: hidden;
	position: absolute;
	margin-left: -8px;
	margin-top: 11px;
	padding-top: 11px;
}


.subMenu a {
	display: block;
	padding: 5px;
	color: white;
	text-decoration: none;
	/*background-color: #ff9050;*/
	background-color: #596b8f;
}
.subMenu a:visited {
	color: white;
	text-decoration: none;
}
.subMenu a:hover {
	background-color: #ff9050;
	color: white;
	text-decoration: none;
}

span.navHoverLink:hover .subMenu {
	visibility: visible;
}

span.navHoverLink.over .subMenu {
	visibility: visible;
}



.sitemapDiv {
  margin-bottom: 3px;
}
.sitemapHdrDiv {
  margin-top: 12px;
  margin-bottom: 2px;
}
table.sitemapTbl {
  width: 500px;
}
td.sitemapMidCell {
  border-left: 1px solid #f0f0f0;
}
div.galleryListName { font-weight: bold; }
div.galleryListName { font-weight: bold; }

/* This is to fix a fade issue in IE when using jquery */
.gallery_image_title { background:#fff}

div#item-content-container p {
  margin-top: 0;
}

