@charset "utf-8";
/* CSS Document */

#mainBox{
	width: 42em;
	margin: 11px;
	padding: 0px;
	position: relative;
	float: left;
}

#mainBox img {
	max-width: 100px;
	max-height: 100px;
	overflow: hidden;
	margin-left:auto;
	margin-right:auto;
	
}


#mainBox .imageHolder{
	display: table; 
	position:relative;
	float:left;
	height:100px;
	width:100px;
	margin-bottom: 5px;
	margin-top: 5px;
	border: thin dotted #CCCCCC;
	overflow:hidden;
}

#mainBox a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#mainBox a:hover, #mainBox a:active{
	text-decoration: underline;	
}

#mainBox .productBox {
	width: 8.5em;
	height: 22em;
	font-size: 80%;
	border: thin dashed #666666;
	text-align: center;
	font-weight: bold;
	white-space: normal;
	float: left;
	display:inline;
	position: relative;
	margin: 10px;
	padding: 15px;
}

#mainBox .product_name {
	height:4.5em;
	overflow:hidden;
	font-weight: bolder;
	margin-bottom:10px;
}

#mainBox .saletag {
	background-image: url(../images/LogosIcons/salestar.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 20px;
	width: 30px;
	z-index:2;
	position: absolute;
	right: -25px;
	text-align: center;
	vertical-align: bottom;
	margin: 0px;
	clear: none;
	font-size: 10px;
	font-weight:bold;
	white-space: normal;
	background-position: center center;
	overflow: visible;
	line-height: 9px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 18px;
	padding-left: 10px;
	top: -25px;
}

#mainBox .product_name a:visited{
color: #000000;
}

#mainBox .price {
	width: 100%;
	float:left;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
	text-align:center;

}

#mainBox .price_strike{
	width: 100%;
	float:left;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
	text-align:center;
	text-decoration: line-through;
}

#mainBox .msrp {
	float:left;
	font-style: italic;
	text-align:center;
	width: 100%;
}

#mainBox .sale{
	width: 100%;
	float:left;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	text-align:center;
}

#mainBox .description{
	visibility: hidden;
	top:0;
	left:0;
	position:absolute;
	clear: none;
}

#mainBox .newtag {
	background-image: url(../images/LogosIcons/newItem.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 40px;
	width: 85px;
	z-index:2;
	position: absolute;
	left: -5px;
	top: -25px;
	vertical-align: bottom;
	margin: 0px;
	clear: none;
	background-position: center center;
	
}
