@charset "utf-8";
/* CSS Document */
/* to draw a rounded box for the contents */

#liquid-round { 
/*width:70%;*/
width:auto;
margin:1px 4px -2px 1px; 
background:#fff url(/Shared/images/rb/leftside.gif) repeat-y left top;


}
.top { 
width:100%; 
height:20px; 
background:url(/Shared/images/rb/top.gif) no-repeat left top; 

} 
.top span { 
display:block; 
position:relative; 
height:20px; 
background:url(/Shared/images/rb/top-right.gif) no-repeat right top; 

} 

.center-content { 
position:relative; 
background:url(/Shared/images/rb/rightside.gif) repeat-y right top; 
padding:1px 20px 1px 15px; 
margin:0 0 -50px 0; 
} 
.bottom { 
height:60px; 
background:url(/Shared/images/rb/bottom.gif) no-repeat left bottom;
} 
.bottom span { 
display:block; 
position:relative; 
height:60px; 
background:url(/Shared/images/rb/bottom-right.gif) no-repeat right top; 

} 

/* to enlarge a picture */
a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}
/* to enlarge a picture 1*/
a.p1:hover {
	background-color: #8C97A3;
	color: #000000;
	text-decoration: none;
}
a.p1:hover .large {
	border: 1px solid #dddddd;
	display: block;
	height: 514px;
	left: 120px;
	position: absolute;
	top: -120px;
	width: 500px;
	clip: auto;
}
/* to enlarge a picture 2*/
a.p2:hover {
	background-color: #8C97A3;
	color: #000000;
	text-decoration: none;
}

a.p2:hover .large {
	border: 1px solid #dddddd;
	display: block;
	height: 400px;
	left: 120px;
	position: absolute;
	top: -120px;
	width: 400px;
	clip: auto;
}
/* to enlarge a picture 3*/
a.p3:hover {
	background-color: #8C97A3;
	color: #000000;
	text-decoration: none;
}

a.p3:hover .large {
	border: 1px solid #dddddd;
	display: block;
	height: 514px;
	left: 120px;
	position: absolute;
	top: -120px;
	width: 500px;
	clip: auto;
}
/* to enlarge a picture 4*/
a.p4:hover {
	background-color: #8C97A3;
	color: #000000;
	text-decoration: none;
}

a.p4:hover .large {
	border: 1px solid #dddddd;
	display: block;
	height: 514px;
	left: 120px;
	position: absolute;
	top: -120px;
	width: 500px;
	clip: auto;
}