
 @import url('/styles/common.css');

 body, table { 
  font-size: small;
  color: #666666;
  font-family: Georgia, 'Times New Roman', Times, Serif;
  }


/* ---( layout structure )---*/
  
  

#outer-wrapper {

  font-family: Georgia, 'Times New Roman', Times, Serif;
  } 
  
p {
	margin-bottom: 1.3em;
	line-height: 150%;
}

a:link, a:visited {
	color:#BF3000;
}
	
a:hover { 
	color:#FF4848;
 }
 
h1 a {
 	font: normal 2.5em Georgia, 'Times New Roman', Times, Serif;
	color: #444;
	letter-spacing: -2.2px;
	text-decoration: none;	
 }


h2 {
	color: #444;
	font: normal 2.5em Georgia, 'Times New Roman', Times, Serif;
	letter-spacing: -1.2px;
}

h2.homeLink {
  margin-top: 0;
  padding-left: 14px;
  font-size: 90%;
  color: #999999;
  background: url(/skinimages/boxes/date_icon_blue.gif) no-repeat 0 50%;
  font-family: verdana;
  }

blockquote {
  margin: 0 0 0 30px;
  padding: 10px 0 0 20px;
  font-size: 88%;
  line-height: 1.5em;
  color: #666;
  background: url(/skinimages/boxes/quotes.gif) no-repeat top left;
  }

blockquote p {
  margin-top: 0;
  }

hr {
  display: none;
  }

img {
  border: none;
  }

/* links */

a:link {
  color: #6699cc;
  }

a:visited {
  color: #666699;
  }

a:hover {
  color: #5B739C;
  }

a:active {
  color: #5B739C;
  text-decoration: none;
  }
  
  /* News and Events */

  ul.news {
		margin: 1.7em 0 0 0;
		padding: 5px;
		font-size:11px;
	}
	
	.news li {
		margin: 0 0 1.7em 0;
		padding: 10px 0 0 0;
		list-style-type: none;
		line-height:25px;
	}
	.news li a { 
		font-weight: normal; 
		color: #666666;
	}
	
	.news .date {
		background: #eee;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		float: left;
		text-align: center;
		margin: 0 5px 5px 0;
		line-height: 1.1em;
		padding: 2px;
		font-size: 11px;
		width: 2.5em;
		color: #666;
	}
	
.thumbnail{
	position: relative;
	z-index: 0;
}
.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: white;
	padding: 2px;
	left: -1000px;
	border: 5px gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -350px;
	left: 150px; /*position where enlarged image should offset horizontally */
}
#product_image {
	width: 450px;
	text-align: left;
}
#product_image  img#media_big {
	display: block;
	width: 450px;
	height: 380px;
	margin-bottom: 5px;
}
#product_image  img.thumb {
	padding: 2px;
	height: 77px;
	width: 138px;
	cursor:pointer;
	border: 1px solid #999999;
	margin-right: 2px;
}
