/* Master rounded corner panel structure */

/* default container properties */

.rcp_container {margin-bottom:10px;}

.rcp_container .rcp_n {
	width:100%;
	background-color:#fff;
	}
	
.rcp_container .tbborder {
	display:block;
	width:100%;
	border:0;
	border-top:1px solid #ccc;
	position:relative;
	margin:0 -1px -1px 0;
	}
	
.rcp_n .rcp_e, .rcp_n .rcp_w {
	display:block;
	font-size:0px;
	margin:0px;
	line-height:0%;
	position:relative;
	height:6px;
	}
	
.rcp_container .rcp_n .rcp_e {
	background:url(http://pics.ebaystatic.com/aw/pics/globalAssets/imgGrayTopRgtCorner_5x5.gif) no-repeat top right; 
	right:-0px
	}
	
.rcp_container .rcp_n .rcp_w {
	background:url(http://pics.ebaystatic.com/aw/pics/globalAssets/imgGrayTopLftCorner_5x5.gif) no-repeat top left;
	left:-0px;
	}

.rcp_container .rcp_head {
	height:24px;
	padding:6px 0 0 15px;
	border:1px solid #ccc;
	border-top:0;
	margin:-6px 0 0 0;
	background-color:#fff;
	}

.rcp_head .mtitle {
	font-weight:bold;
	font-size: medium;
	font-family:arial, helvetica, sans-serif;
	color:#5d5d5d;
	}

.rcp_mid {
	border:solid #ccc;
	border-width:0 1px;
	}

.rcp_mid2 {
	border:solid #ccc;
	border-width:1px 1px 0 1px;
	margin-top:-1px;
	z-index: -5;
}
	
.rcp_mide {
	width:auto;
	}

.subtitle1, .subtitle2, .subtitle3 {
	width:100%;
	height:23px;
	/* line-height:33px; */
	padding-top:4px;
	margin-left:0;
	text-indent:15px;
	font-weight:700;
	font-family:Arial;
	font-size:16px;
	border-style:solid;
	color:#5D5D5D;
	}
	
.morelinkcontainer {
	display:none;
	}

.rcp_s {
	background-color:transparent;
	border-color:#ccc;
	border-style:solid;
	border-width:0 1px 1px;
	}

.rcp_s .rcp_e, .rcp_s .rcp_w  {
	display:block;
	font-size:0px;
	margin:0px;
	line-height:0%;
	position:relative;
	height:10px;
	}
	
.rcp_s .rcp_e {
	background:transparent url(http://pics.ebaystatic.com/aw/pics/globalAssets/imgPanelLRGrey.gif) no-repeat scroll bottom right;
	bottom:-1px;
	right:-1px;
	}
	
.rcp_s .rcp_w {
	background:transparent url(http://pics.ebaystatic.com/aw/pics/globalAssets/imgPanelLLGrey.gif) no-repeat scroll bottom left;
	left:-2px;
	width:10px;
	}

