/*image thick box page -overwrites some lightboxinfo styles */

#imagecontainer {
	width: 640px;
	height: 480px;
	margin: 2px 0 0 0;
	overflow: hidden;
}

#imagecontainer a {
	color: #000;
	text-decoration: underline;
}

#imagecontainer a:hover{
	text-decoration: none;
}

#imagecontainerleft {
	float: left;
	width: 135px;
	height: 462px;
	margin: 0 3px 0 0;
	background-color: #CBE8EB;
}

#imagecontainerleft h2 {
	font-size: 1.8em;
	font-weight: bold;
	margin: 5px;
	color: #545555;
}

#imagecontainerleft h3{
	font-size: 1.2em;
	font-weight: bold;
	margin: 5px;
}

#imagecontainerleft p{
	font-size: 1.0em;
	margin: 4px;
}


#imagecontainerleft img {
	border-bottom: 3px solid #fff;
}

h2#imagecontainerheader{ 
	background-image: url(../images/layout/compheaderbg.gif);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
	font-size: 2.4em;
	font-weight: bold;
	color: #fff;
	padding: 40px 20px 0 20px;
	height: 46px;
	width: 462px;
}

#imagecontainermiddle {
	float: left;
	margin: 3px 0;
	line-height: 365px;
	height: 371px;
	width: 372px;
	text-align: center;
}

#imagecontainermiddle img {
	margin: 0 auto;
}

#imagecontainerright {
	float: left;
	width: 130px;
	height: 376px;
	background-color: #CBE8EB;
}

div#imagecontainerright #lightboxinfo {
	margin: 0px;
	padding: 0px;
	width: 130px;
	color: #000;
}

div#imagecontainerright #lightboxinfo select{
	width: 100px;
}

div#imagecontainerright #lightboxinfo h3{
	position: absolute;
	left: -5000px;
}

div#imagecontainerright #lightboxinfo  p a#currentlightbox {
	font-size: 1.2em;
	color: #000;
}

#imagecontainerright h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 10px 5px;
	background-color: #CBE8EB;
	color: #000;
}

#imagecontainerright p {
	font-size: 1.2em;
	margin: 4px;
}

#imagecontainerright #orderlightbox {
	font-size: 10px;
}

#imagecontainerright #actions {
	margin: 10px 0 0 0;
}

#imagecontainerright #actions a{
	font-weight: bold;
	color: red;
}

#imagecontainerfooter {
	clear: both;
	height: 23px;
	width: 640px; 
	background-color: #17AC93;
}