/* Modified by Kathy Schmidt 7/30/09 - Wish List 2009 Provided by Gproxy Design*/ 

/* #GENERAL# */
.wls_text {
	color: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.wls_text a {
	color: #77787B;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-decoration: none;
}
.wls_table {
	width: 100%;
	/*border-collapse: collapse;*/
	border-spacing: 0;
	border: 4px solid #F4F4F4;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #333;
}
.wls_table td {
	vertical-align: top;
}
.wls_table .wls_odd_cell td {
	background-color: #F4F4F4;
}
.wls_table a {
	color:#000000;
	display:block;
	font-weight:normal;
	text-decoration:none;

}
.wls_table a:hover {
	color:#77787B;
	text-decoration:none;
}
/* #HEAD# */
.wls_table thead th {
	background: url(/ChicagoTeamStore.com/EcommerceBundle/wishlist_header_repeat.jpg);
	border-right:1px solid #FFFFFF;
	color:#FFFFFF;
	font-weight:bold;
	height:25px;
	padding:2px;
	text-align:center;
	text-transform:uppercase;
}
/* #CONTENT# */
.wls_table tbody td {
	padding: 5px;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
}
.wls_table .wls_col_1 img {
	max-width: 80px;
	_width: expression(this.width > 80 ? 80 : true);
	max-height: 80px;
	_height: expression(this.width > 80 ? 80 : true); 
  	border: none;
}
.wls_table .wls_col_2 {
	font-size: 11px;
	text-align:center;
}
.wls_table .wls_col_3 {
	font-size: 11px;
}
.wls_table .wls_col_4 {
	font-weight: bold;
}
.wls_table .wls_col_5 {
	text-align: right;
}
.wls_table .wls_col_5 input {	
	text-align: right;
	width: 40px;
}
.wls_table .wls_col_6 a {
	width: 11px;
	height: 11px;
	margin: 0 auto;
	display: block;
	background: url(wls_remove.gif) no-repeat left top;
}
.wls_table .wls_col_6 a span {
	display: none;
}
.wls_table .wls_col_7 a {
	text-align:center;
	width: 94px;
	height: 28px;
	margin: 0 auto;
	display: block;
	background: url(wls_addtocart.gif) no-repeat left top;
}
.wls_table .wls_col_7 a span {
	display: none;
}
.wls_table .wls_col_7 span.wls_disabled {
	width: 94px;
	height: 28px;
	margin: 0 auto;
	display: block;
	background: url(wls_visititemrecord.gif) no-repeat left top;
}
.wls_table .wls_col_7 span.wls_disabled span {
	display: none;
}
/* #FOOT# */
.wls_table tfoot {
	border-top:6px solid #EFB73A;
}
.wls_table tfoot .wls_foot {
	padding: 5px;
}
.wls_table tfoot .wls_foot a {
	width: 104px;
	height: 28px;
	float: right;
	display: block;
	background: url(wls_clear.gif) no-repeat left top;
}
.wls_table tfoot .wls_foot a span {
	display: none;
}
.wls_footlink {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.wls_footlink a {
	color: #0076A3;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-decoration: none;
}
.wls_footlink a:hover {
	text-decoration: underline;
}
/* #ADD TO WISH LIST# */
.wls_addtowishlist a {
	width: 107px;
	height: 32px;
	margin-top: 2px;
	margin-left: 82px;
	display: block;	
	padding: 5px;
	background: url(wls_add.gif) no-repeat;
}
.wls_addtowishlist a span {
	display: none;
}

