.float-left {
       float: left;
}

.clear-left {
	clear: left;
}

/* wishlists search */

.wishlist-search-form .form-field {
	margin: 3px 0;
}

.wishlist-search-form input,
.wishlist-search-form select {
	padding: 3px;
	margin-bottom: 5px;
}

.wishlist-search-form {
	margin: 1em 0;
}

 .t-wishlist-search-result {
	border-radius: 5px;
 	max-width: 650px;
 	margin-bottom: 20px;
 	padding: 1em;
 	border: 1px solid #eee;
 	box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
 	background-color: #fff;
	background-image: url(/static/images/wishlist_tag_bg2.jpg);
	background-repeat: no-repeat;
}

.t-wishlist-search-result  .item-header{
	height: 120px;
}
.t-wishlist-search-result td{
	border-top: 0px !important;
}
 .t-wishlist-search-result a {
 	cursor: pointer;
 }

.wishlist-search-form input[type=text], .wishlist-search-form select{
   height: 34px; background-color: #fff;border: 1px solid #ccc;
}

/* wishlists view */
  
.wishlist-status {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
 
 /* wishlists my sponsored lists */
 
 .my-sponsored_list section article, .wishlists-view article{
	 	margin: 1.5em auto !important;
}
	 
@media print {
	  a[href]:after {
	    content: none !important;
	  }

          .t-wishlist-search-result-print a{
		color: #000;
	 }
}
	
.t-wishlist-search-result-print {
	position: relative;
	border-radius: 5px;
 	max-width: 650px;
 	margin-bottom: 20px;
}
.t-wishlist-search-result-print img.wbg{
	width:650px; 
	height:580px; 
	z-index:99;
}
.t-wishlist-search-result-print .t-search-result-body {
	width:650px; 
	height:500px; 
	position:absolute; 
	top:15px; 
	left:0; 
	z-index:1; 
	padding: 1em;
}

.t-wishlist-search-result-print th, .t-wishlist-search-result-print td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
 }

.t-wishlist-search-result-print  .item-header{
	height: 140px;
}
.t-wishlist-search-result-print td{
	border-top: 0px !important;
}
 .t-wishlist-search-result-print a {
 	cursor: pointer;
 }
 
