@charset "utf-8";
/* CSS Document */

#paneContainer {
	float: none;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 486px;
	font-family: arial,verdana,sans-serif;
}
.productPane {
	display: inline-block;
	position: relative;
    float: left;
	width: 220px;
	height: 335px;
	margin-right: 10px;
	padding: 8px;
	border: 1px solid #999999;
	background: #555;
	color: #eee;
	text-align: center;
}

.imagePane {
	display: inline-block;
	position: relative;
	width: 160px;
	height: 216px;
	background-color:;
}

.headerImg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#rightPane{margin-right: 0;}

#leftPane img {height:210px; width:auto; padding-top:0px;}

#centerPane img {height:190px; width:auto; padding-top:20px;}

#rightPane img {height:210px; width:auto;}

.productPane h2 {
	font-size: 14px;
	text-align:center;
}
.productPane p {
	padding-top:6px;
	font-size: 11px;
	text-align: center;
	color:#BAC1CE;
}
.button {
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin:0 auto 15px auto;
	width: 100px;
	height: 20px;
	border-radius: 4px;
	border-color: #444;
	padding: 5px 0 0 0;
	background: #444;
	font-size: 11px;
	font-weight: bold;
	color: #eee;
	text-align:center;
}
.button a:link {color:#ccc;}
.button a:visited {color:#ccc;}
.button a:active {color:#ccc;}
.button a:hover {color:#eee;}

/*#lastagelighting {
	display: inline-block;
	position: relative;
    float: left;
	margin-top: 20px;
	width: 596px;
	margin-right: 10px;
	padding: 9px;
	border: 1px solid #999999;
	background: #374055;
	color: #eee;
	text-align: center;
}
#lastagelighting a {
	margin: 0;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	color:#eee;
}

#lastagelighting a span {
	color:#ff0000;
	font-weight:bold;
}

#lastagelighting a:link {color:#eee;}
#lastagelighting a:visited {color:#eee;}
#lastagelighting a:active {color:#eee;}
#lastagelighting a:hover {color:#fff;}

*/
