/* =============Start CSS Rounded Box============= */
/* Box Container */
.box {
	margin:0.5em 0;
	width: 100%;
	}
	
/* Color Schemes */
/* Light Gray */
.boxgray {
	background:url(../images/Layout/box.png);
	}
	
.bordersgray {
	background:url(../images/Layout/borders.png);
	}
	
.fillergray {
	background: #eeeeee;
	}

.contentgray {
	background: #eeeeee;
	border-top: 1px solid #eeeeee;
	}

/* Green */
.boxgreen {
	background:url(../images/Layout/box_green.png);
	}
	
.bordersgreen {
	background:url(../images/Layout/borders_green.png);
	}

.fillergreen {
	background: #009966;
	}
	
.contentgreen {
	background: #009966;
	border-top: 1px solid #009966;
	}
	
/* eBay Yellow */
.boxebayyellow {
	background:url(../images/Layout/box_ebayyellow.png);
	}
	
.bordersebayyellow {
	background:url(../images/Layout/borders_ebayyellow.png);
	}

.fillerebayyellow {
	background: #FFDB4A;
	}
	
.contentebayyellow {
	background: #FFDB4A;
	border-top: 1px solid #FFDB4A;
	}
	
.contentebayyellow a:link, .contentebayyellow a:visited {
	color: #0B6555
	}
	

/* Top Border and Corners */
.boxTop {
	background-repeat: no-repeat;
	background-position: 100% 0;
	margin:0 0 0 18px;
	height:17px;
	}
	
.boxTop div {
	height:17px;
	width:18px;
	position:relative;
	left:-18px;
	background-repeat: no-repeat;
	background-position: 0 0;
	}

/* Bottom Border and Corners */
.boxBottom {
	background-repeat: no-repeat;
	background-position: 100% 100%;
	margin:0 0 0 18px;
	height:17px;
	}
	
.boxBottom div {
	height:17px;
	width:18px;
	position:relative;
	left:-18px;
	background-repeat: no-repeat;
	background-position: 0 100%;
	}

/* Left Border */
.boxLeft {
	padding:0 0 0 12px;
	background-repeat: repeat-y;
	background-position: 0 0;
	}
	
/* Right Border */
.boxRight {
	padding:0 12px 0 0;
	background-repeat: repeat-y;
	background-position: 100% 0;
	}

/* Header Wrapper */
.boxHeader img {
	position: relative;
	z-index: 1;
	text-align: center;
	}	

/* Content Wrapper */
.boxContent {
	border-bottom: 1px solid #bbbbbb;
	padding: 0px 0px 10px 0px;
	font-weight: bold;
	}

/* Footer Wrapper */
.boxFooter img {
	position: relative;
	z-index: 1;
	border: 0px;
	}
/* =============End CSS Rounded Box============= */