/* clearfix */
.clearfix:after {
   content:".";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */


.product {
	float:left;
	width: 200px;
	margin: 0 5px 21px;
	text-align: center;
}
.product .prod-link {
	text-decoration: underline;
}

.price {
	color:#007A85;
	font-size:18px;
	font-weight:bold;
}

.cart i {
	font-size: 10px;
}

.cart td, .cart th {
	border-bottom: 1px solid #CCCCCC;
}

.cart .up, .cart .down {
	text-decoration:none;
}

.minicart {
margin:0;
position: relative;
top: 0px; left: 0px;
font-family:'Lucida Grande', Helvetica, sans-serif;
text-align: right;
color:#00BCCD;
font-weight: normal;
float: left;
padding:9px 9px 9px 15px;
font-size:10px;
text-transform:uppercase;
}
.minicart a {
	color:#00BCCD !important;
	text-decoration:none;
}
a.checkout {
	color: #FFFFFF !important;
	padding-left: 8px;
}

.shopbysize {
	text-align:center;
}
.shopbysize a {
    padding:5px 10px 5px 10px;
	white-space:nowrap;
}

table.sizechart {
	border: 2px solid #007A85;
	width: 100%;
	border-collapse: collapse;
}
table.sizechart td, table.sizechart th {
	border-bottom: 1px solid #eeeeee;
	padding: 5px;
}
table.sizechart th {
	text-align: left;
}

.main-prod-img {
	float:left;
	padding-right: 25px;
	padding-bottom: 25px;
	text-align: center;
}
li {
	text-align:left;
	list-style-position: inside;
}

#product_items {
	clear: both;
}


ul#embroideredItemTabs {
	background: url("/images/underline.gif") repeat-x scroll left bottom transparent;
    height: 30px;
    display:none;
    clear: both;
}
ul#embroideredItemTabs li {
	float: left;
    list-style: none outside none;
    margin: 0 10px 0 0;
}
ul#embroideredItemTabs li a {
	background: url("/images/sm-tab.gif") no-repeat scroll 0 0 transparent;
	text-decoration: none;
	color: #007A85;
	display: block;
	float: left;
	font-weight: bold;
	font-size: 14px;
	height: 30px;
	line-height: 28px;
	width: 130px;
}
ul#embroideredItemTabs li a:hover {
	cursor: pointer;
}
ul#embroideredItemTabs li.active a {
	background: url("/images/sm-tab-on.gif") no-repeat scroll 0 0 transparent;
}
ul#embroideredItemTabs li a span {
	display: block;
	text-align: center;
	padding: 0 10px 0 10px;
}


#availHoodies, #availZoodies, #availFleeces, #availSweatjackets {
	border-bottom: 1px solid #007A85;
}
#availHoodies a, #availZoodies a, #availFleeces a, #availSweatjackets a {
	text-decoration: underline;
}




ul#sizeChartTabs {
	background: url("/images/underline.gif") repeat-x scroll left bottom transparent;
    height: 30px;
    display:none;
}
ul#sizeChartTabs li {
	float: left;
    list-style: none outside none;
    margin: 0 10px 0 0;
}
ul#sizeChartTabs li a {
	background: url("/images/lg-tab.gif") no-repeat scroll 0 0 transparent;
	text-decoration: none;
	color: #007A85;
	display: block;
	float: left;
	font-weight: bold;
	font-size: 14px;
	height: 30px;
	line-height: 28px;
	width: 200px;
}
ul#sizeChartTabs li a:hover {
	cursor: pointer;
}
ul#sizeChartTabs li.active a {
	background: url("/images/lg-tab-on.gif") no-repeat scroll 0 0 transparent;
}
ul#sizeChartTabs li a span {
	display: block;
	text-align: center;
	padding: 0 10px 0 10px;
}

div.paginator {
	float: right;
}
div.paginator span {
	font-weight: bold;
	padding: 8px;
}
div.paginator a {
	padding: 8px;
}

div.prodList {
	padding-top: 20px;
}

div.breadcrumb {
	padding:0 0 10px 10px
}

