/*	iCELL colors */
/*	Dark Blue - #00267F */
/*	Light Blue - #0082D1 */
/*	Orange - #FF5F00 */

/* Auctions pages */

/* iCELL and eBay logos */
#header_auc { /* Header */
	width: 743px;
	height: 62px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	text-align: right;
}

.boxSplash_auc { /* The big splash box */
	position: absolute;
	width: 554px;
	height: 278px;
	border: 1px solid #E7E7E7;
}

.boxSteps { /* The 1-2-3-4 box */
	position: absolute;
	width: 180px;
	height: 278px;
	border: 1px solid #E7E7E7;
}

.boxCat { /* The categories box */
	position: absolute;
	width: 721px;
	height: 135px;
	padding: 10px;
	border: 1px solid #E7E7E7;
	background-color: #FFFFE7;
}

p.cat { /* Cat box text */
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 5px;
	line-height: 21px;
	border-bottom: 1px solid #E7E7E7;
}

.box367 { /* The medium boxes */
	position: absolute;
	width: 367px;
	height: 120px;
	border: 1px solid #E7E7E7;
	background-image: url(images/bg_graydient.png);
}

.box175 { /* The small boxes */
	position: absolute;
	width: 175px;
	height: 135px;
	vertical-align: bottom;
}

.box175cat {
	position: absolute;
	width: 100%;
	bottom: 0px;
}

.box367item { /* The medium boxes */
	position: absolute;
	width: 367px;
	height: 120px;
	border: 1px solid #E7E7E7;
	background-image: url(auctions/images/bg_item.png);
}

.box367cat {
	 position: absolute;
	 left: 0px;
	 top: 0px;
	 height: 25px;
	 width: 360px;
	 overflow: hidden;
}

.box367table {
	 position: absolute;
	 left: 6px;
	 top: 26px;
	 margin: 0;
	 padding: 0;
	 height: 90px;
	 width: 360px;
	 overflow: hidden;
}
