body.restoration {
	margin: 30px auto;
	width: 1000px;
	background: #fff;
}

body.restoration #container {
	border: none;
	width: 1000px;
}

body.restoration .body {
	margin: 0;
	clear: both;
	font-family: Georgia,Times New Roman,Times,serif;
	color: #282112;
	width: 1000px;
}

body.restoration * {
	line-height: 1.2em;
}

.restoration .body a {
	color: #D10000;
	text-decoration: none;
	outline: none;
}

.restoration .body a:hover {
	text-decoration: underline;
}

/* -- MAIN BODY -- */

.restorationMain {
	background: url('/images/msRestoration/bg.jpg');
	overflow: hidden;
	padding: 25px;
}

.restorationMain div.comeBack {
	position:absolute;
	right:25px;
	top:10px;
	font-size:1.1em;
	font-weight:bold;
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #CAC0AC;
	padding:5px 5px 6px 5px;
}



/* Static */

.restoration .static {
	float: left;
	width: 169px;
}

.restoration .logo {
	margin-bottom: 20px;
}

/* Navigation */
.restoration .nav {
	background: #fff;
	border: 1px solid #cac0ac;
	font-size: 1.1em;
	padding: 10px 2px;
}

.restoration .nav li {
	border-bottom: 1px solid #dbdbdb;
}

.restoration .nav li.first {
	/* background: url("/images/msRestoration/nav_top_bg.gif") no-repeat;*/
}

.restoration .nav li a {
	display: block;
	padding: 5px 10px;
}

.restoration .nav li a:hover {
	background: #e8e8e8;
}

.restoration .nav li.last {
	border-bottom: 0;
}

/* Content - all */

.restorationContent {
	float: right;
	width: 752px;
	position: relative;
}

.restorationContent li {
	list-style: disc;
	margin: 8px 30px;
}

.restoration p {
	margin: 10px 0;
	text-align: justify;
}

.restoration h1, .restoration h2 {
	background: none;
	color: #000;
	font-size: 1.5em;
	padding: 0;	
	margin: 15px 0;
}

.restoration h2 {
	font-size: 1.3em;
}	

/* -- HOME -- */

.restorationMain.home h1 {
	background: url("/images/msRestoration/home_heading.png") no-repeat;
	width: 624px;
	height: 98px;
	text-indent: -30000px;
}

.restoration p.intro {
	padding-right: 310px;
	font-size: 1.25em;
}
.restoration img.restoration {
	position: absolute;
	right: 10px;
	top:80px;
}

.restoration p.info {
	
	float: right;
	width: 400px;
	padding: 20px;
	margin-top: 18px;
	font-size: 1.1em;
	line-height: 1.1em;
	background: #fff;
	border: 1px solid #cac0ac;
}

.restoration .quicklinks {
	float: left;
	width: 290px;
}
.restoration .quicklinks li {
	list-style: none;
	margin: 0;
}


.restoration .quicklinks li a {
	width: 100%;
	height: 59px;
	display: block;
	background-image: url('/images/msRestoration/selected_entries_button.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -30000px;
}

.restoration .quicklinks li a:hover {
	background-position: 0 -59px;
}

/* LIST */

.restorationList {
	overflow: hidden;
	zoom: 1;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}

.restorationList li {
	margin: 0 10px 0 0;
	float: left;
	width: 240px;
	list-style: none;
}

.restorationList li a {
	display: block;
	background: #fff;
	padding: 10px;
}

.restoration .body .restorationList li a:hover {
	text-decoration: none;
	background: #eee;
	padding: 9px;
	border: 1px solid #D10000;
}

.restorationList h2 {
	margin: 5px 0 0 0;
}

.list .pagination {
	overflow: hidden;
	margin: 10px 0
}

.list .pagination li {
	float: left;
	list-style: none;
	margin: 0;
	margin-right: 10px;
}

.restoration .list .pagination li a {
	padding: 3px;
	display: block;
}

.restoration .list .pagination li.number a {
	padding: 1px 5px 3px 5px;
	background: #D10000;
	color: #fff;
}

.restoration .body .list .pagination li.number a:hover {
	background: #fff;
	color: #D10000;
}

.list .pagination li.entries {
	font-size: 1.2em;
}

/* SELECTED */

.restorationData {
	float: right; 
	width: 202px;
	color: #777;
  font-size: 1.2em;
  background: #fff;
  padding: 10px;
  border: 1px solid #cac0ac;
  margin: 10px 0;

}

body.restoration .restorationData {
	line-height: 1.5em;
}

.restorationData strong {
	color: #72603A;
	font-weight: normal;
}

.restorationDetails {
	float: left; 
	width: 470px;
	margin-top: 15px;
}

.restorationImages {
	margin: 0;
	padding: 10px 0 15px 10px;
	background: #fff;
	border: 1px solid #cac0ac;
	overflow: hidden;
	clear: both;
}

.restorationImages .mainImage {
	width: 500px;
	float: left;
	font-size: 1.2em;
	font-style: italic;
}

.restorationImages .additionalImages {
	float: right;
	width: 230px;
	height: 330px;
	overflow:auto;
}

.additionalImages p {
	padding-right: 10px;
	margin: 9px 0;
}

.additionalImages ul {
	overflow: hidden;

}

.restorationImages li {
	margin: 0;
	list-style: none;
	float: left;
	width: 99px;
	margin: 0 10px 10px 0;
}

.selected ul.pagination {
	width: 150px;
	float: right;
	margin: 20px 0 0 0;
}

.selected ul.pagination li {
	width: 110px;
	text-align: center;
	border-bottom: 0;
	float: right;
	margin: 0 0 0 1px;
	list-style: none;
}

 ul.pagination li.first {
	border-right: none;
}

.restoration .selected ul.pagination a {
	display: block;
	padding: 5px 0;
	background: #D10000;
	color: #fff;
}

.restoration .selected ul.pagination a:hover {
	background: #fff;
	color: #D10000;
	border: 1px solid #D10000;
	text-decoration: none;
}

.restoration .selected h1 
{
	width: 480px;
	float: left;
}

/* -- FOOTER -- */

.restorationFooter {
	clear: both;
	margin: 10px 0;
	background: #f3eee4;
	overflow: hidden;
	padding: 10px 10px 0 10px;
	font-size: 0.9em;
}

.restorationFooter ul {
	float: left;
	width: 35%;
	margin: 10px;
}

.restorationFooter li {
	margin-bottom: 8px;
	line-height: 1.3em;
}

.restorationFooter ul.internalLinks {
	width: 55%;
	padding-right: 2%;
	border-right: 1px solid #cac0ac;
}

.restorationFooter ul.jacksonsLinks li {
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 5px;
}

.restorationCredits {
		font-size: 0.8em;
		margin-top: 5px;
}

.restorationCredits .credits{
	margin-left:15px;
}

#restorationDescription{
	display:block;
	width:500px;
	clear:both;	
}

#msRestorationAdditionalImages li img{
	vertical-align:middle;

	

}
#msRestorationAdditionalImages li{
	width:99px;
	height:99px;
	background-color:#EEE;
	text-align:center;
	line-height:99px;
		margin: 0 5px 5px 0;
}

#rating-label{
		position: relative;
		width: 751px;
		height:20px;
		float:left;
		background-color:black;
		color:white;
		font-weight:bold;
}	
#rating-label .rate_this{
	position: absolute;
	left:5px;
	top:5px;
}

	
#rating-label .current_label{
	position: absolute;
	right:5px;
	top:5px;

}


#rating-box{
		position: relative;
		width: 751px;
		height:37px;
		float:left;
		background-color:black;
}	

ul#set-rating-a   {
	margin:0;
	padding:0px;
	background-color:black;
	background-image:url('/images/msRestoration/stars.gif');
	height: 37px;
	overflow: hidden;
	list-style-type:none;
	width: 200px;
	background-position: 0px 37px;
	position: absolute;
	top:0px;
	left:0px;
	
}

ul#set-rating-a li{
	list-style-type:none;
	padding:0;
	margin:0;
	position: absolute;
	top:0px;
	left:0px;
	height:37px;
	
}


ul#set-rating-a li a{
	display:block;
	text-indent:-3000px;
	height:100%;
	width:100%;
}

ul#set-rating-a li a:hover{
	
	background-image:url('/images/msRestoration/stars.gif');
	background-position: 0px -3px;
}

.ratedTextInline{
	display:block;
	width:41px;
	height:37px;
	position: absolute;
}
.content-current-rating{
	position: absolute;
	right:0px;
	top:0px;
	background-image:url('/images/msRestoration/stars.gif');
	background-position: 0px 37px;
	width:200px;
	height:37px;

}

.current-rating{
	background-image:url('/images/msRestoration/stars.gif');
	background-position: 0px -3px;
	height: 37px;
	width:0px;
	position: absolute;
	left:0px;
	top:0px;
	color:black;
}

.already_rated{
	 color:white;
	 line-height:37px;
	 position: relative;
	 left:5px;
	 top:10px;
	 width:150px;	
}

.no-rating{
	height: 37px;
	line-height:37px;
	width:80px;
	position: absolute;
	right:0px;
	top:0px;
	color:black;
}


.rate-1{

	width:40px;
	z-index:50;
	
}


.rate-2{

	width:80px;

	z-index:40;
	
}

.rate-3{

	width:120px;

	z-index:30;


}

.rate-4{

	width:160px;

	z-index:20;

}

.rate-5{


	width:200px;

	z-index:5;

}

#current-rating-a{
	position: absolute;
	right:0px;
	top:0px;
	color: white;
	z-index:500;
}

#loader_shortlist{
	font-weight: bold;
	font-size: 14px;
	margin-top: 40px;
	display: none;
}

#nav_shortlist{
	height:23px;
	border: 1px solid #cac0ac;
	background-color:white;
	list-style-type: none;
	margin-bottom: 15px;
	width: 739px;

	
}
#nav_shortlist li{
	float:left;
	list-style-type: none;	
	width: 146px;
	padding: 0;
	margin: 0;
	border-right: 1px solid #dbdbdb;

	text-align:center;
}
#nav_shortlist .last_li{
	border-right: none;
	width: 151px;
}

#nav_shortlist li a{
	display: block;

	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
}


#nav_shortlist li a:hover{
	background-color:#e8e8e8;
	display: block;
	text-decoration: none;
}

#nav_shortlist a.selected{
	display: block;

	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
	background-color:#e8e8e8;
	display: block;
	text-decoration: none;
}



