@charset "utf-8";

/* CSS Document */



.costumes-display {

	vertical-align:middle;
	width: 160px;
	height: 350px;
	cellspacing: 5px;
	cellpadding: 10px;

	}



.costumes-retail-price {

	font-family:Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	color: #000000;
	font-weight:bold;
	vertical-align:middle;

}

.costumes-store-price {

	font-family:Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	color: #000000;
	font-weight:bold;
	vertical-align:middle;
	padding-left:5px;
}

.costumes-link {

	font-family:Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	color: #ff5104;
	margin:0px;

	}	

a.costumes-link:link   {

	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #ff5104;

	}

a.costumes-link:active  {

    font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #FEC722;

	}

a.costumes-link:visited {

    font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #000000;

	}

a.costumes-link:hover   {

	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #FEC722;

	}  		

.costumes-content-desc {

	font-family:Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	color: #000000;
	margin:0px;
	align: center;

	}
	
.costumes-image {
	max-width:150px;
	max-height:150px;
	width:expression(this.width > 150 ? 150 : true);
}