/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * @copyright  Copyright (c) 2004-2007 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
.red{ color:#e51e27;}

.monthShirt{
	float:left; display:inline;
	background: url(/userfiles/images/bg-month.gif) no-repeat;
	width:310px; height:311px; text-align:center;
	padding:0 10px; padding-top:50px;
	position:relative;
}
	.monthShirt p.price{
		position:absolute; bottom:-7px; right:10px;
		font-size:15px;
	}
	.monthShirt p.price span{ font-weight:bold; color:#e51e27;}

.uWear{
	float:right; display:inline;
	width:317px; line-height:16px;
}

	.uWear h2{
		background:url(/userfiles/images/u-wear.gif) no-repeat;
		width:317px; display:block; height:82px;
		text-indent:-9999px;
	}

/* 10 Latest */
.listShirt{ display:block; clear:both;}
h3.tshirtlatest {
	clear: both;
	width: 329px;
	height: 40px;
	background: url(/userfiles/images/latest10.gif) no-repeat;
	text-indent: -9999px; margin:10px 0; 
}
#listShirt ul li{ 
	list-style:none; float:left; display:inline; width:170px; height:155px;
	background:url(/userfiles/images/bg-latest.gif) no-repeat; text-align:center;
	margin-right:10px; margin-bottom:10px; padding-top:15px;

}