#page{
	position:relative;
	width:950px;
	margin-left:auto;
	margin-right:auto;
	background-color:#666;
	background-color:#333;
	padding-top:10px;
}
#page_inner{
	width:927px;	
	margin-left:10px;
	background-color:#fff;
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
	-moz-box-shadow: -9px 9px 9px #111;
	-webkit-box-shadow: -9px 9px 9px #111;
	box-shadow: -9px 9px 9px #111;
	
	border: 1px solid #666;
}
.container_inner{
	padding:10px;
	/*padding-top:0px;
	padding-bottom:0px;*/
}
.legacycontent{
	background-color:#fff;
}
.legacycontent h2,.legacycontent p{
	color:#000;
}
#maincontent{
	/* contains breadcrumb, maincontent and sidebar*/
	margin-left:10px;
	width:900px;
	background-color:#fff;
	clear:both;
}	
#maincontent .container_inner{
	padding-right:20px;
	padding-left:10px;
}
#maincontent .container_inner h2{
	font-size:140%;
	margin-bottom:10px;
	border-bottom:1px solid #c48f33;
	
}
#contentframeTop{
	background-color:#2e3e31;
	background-color:#333;
	width:900px;
	border-bottom:1px solid white;
}
#contentframeTop #breadcrum{
	margin:0px;
	padding:5px;
	font-size:90%;
	color:#fff;
}
#contentframeTop #breadcrum a{
	color:#fff;
}
#contentframeMain{
	/* width:620px;*/
	width:580px;
	overflow:hidden;
	float:left;
}

ul.paginate{
	border-bottom:1px solid #999;
	padding-bottom:5px;
}
ul.paginate li{
	display:block;
	float:left;
	margin-right:5px;
}
ul.paginate li.label{
	padding:5px;
	font-family:helvetica;
	font-size:110%;
}
ul.paginate li.page{
	width:15px;
	color:#666;
	background-color:#ddd;
	padding:5px;
	text-align:center;
}
ul.paginate li.page:hover{
	background-color:#ccc;
}
ul.paginate li.selected{
	background-color:#ddf;
}

/* resultsContainer for search results and tag results*/
#resultsContainer{
}

#resultsContainer td{
	padding:20px;
	text-align:left;
	font-family:'Helvetica';
}
#resultsContainer td a{
	text-decoration:underline;
	font-family:'Helvetica';
}
#resultsContainer img{
	border:1px solid #333;
}

/* resultsItemContainer for legacy search results*/
#resultsContainer table.resultsItemContainer{
}

#resultsContainer table.resultsItemContainer td{
	vertical-align:top;
	padding:0px;
	padding-right:20px;
	text-align:left;
	font-family:'Helvetica';
}
#resultsContainer table.resultsItemContainer td a{
		font-family:'Helvetica';
		text-decoration:underline;
}
#resultsContainer table.resultsItemContainer img{
	border:1px solid #333;
}

#previewImage img{
	width:580px;
	overflow:hide;
}
#contentframeMain.detailsPage #previewImage img{
	width:580px;
	/*border:10px solid #999;*/
	border-top:0px;
	border-bottom:3px solid #999;
}
#contentframeMain.issuePage #previewImage img{
	width:580px;
	/*border:10px solid #999;*/
	border-top:0px;
	border-bottom:none;
}

#previewAnimation{
	width:100%;
	height:300px;
	overflow:hide;
}
#legacyBanner{
	width:100%;
	height:300px;
	overflow:hide;
}
#legacyBannerHalf{
	width:100%;
	height:150px;
	overflow:hide;
}

div.contentContainer{
}

#call2action{
	width:100%;
	height:70px;
	background-color:#999;
	color:#333;
	overflow:hidden;
	border-bottom:1px solid #fff;
}
#call2action .productDetails{
	width:80%;
	float:left;
}
#call2action .productDetails a.link{
	font-size:80%;
}
#call2action h2,#call2action span,#call2action strong{
	color:#fff;
}
#call2action .container_inner h2{
	margin-bottom:0px;
	border:none;
}
#call2action .productPrice{
	font-size:140%;
}
#call2action .add2Basket .button, #call2action .add2Wishlist .button{
	float:right;
	font-family:'georgia';
	font-weight:normal;
	display:block;
	width:80px;
	padding:3px;	
	background-color:#f87d40;
	color:#000;
	border:1px solid #fff;
	text-align:center;
	font-size:85%;
}
#call2action .add2Basket .button:hover{
	background-color:#5c5;
	color:#000;
}

#stafflist{
	width:90%;
}
#stafflist a{
	display:block;
	text-align:center;
}
#stafflist a img{
	padding:5px;
}
#stafflist a span{
	display:block;
	text-align:center;
	font-size:80%;
}



#fade {
	display: none;
	background: #000; 
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	/*opacity: .80;*/
	z-index: 3000;
}
.popup_block{
	display: none;
	background: #fff;
	padding: 20px; 	
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 3010;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
h3.popup_header{
	font-size:100%;
	border-bottom:1px solid #c48f33;
	margin-bottom:20px;
}
img.btn_close {
	float: right; 
	margin: -55px -55px 0 0;
}
.popup p {
	padding: 5px 10px;
	margin: 5px 0;
}
/*--Making IE6 Understand Fixed Positioning--
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}
*/