#wishlist .extendedCart {
	position: absolute;
	right: 10px;
	bottom: 10px;
	}

.wishlistInput input{
    border: 0;
}

.wishlistRow h3{
    position: absolute;
    top: 10px;
    left: 10px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 16px;
}

.wishlistRow .price{
    position: absolute;
    top: 50px;
    left: 230px;
}

.wishlistRow .wishlistRowImg{
    position: absolute;
    left: 10px;
    top: 50px;
}
.wishlistRow .wishlistAttribsList{
    position: absolute;
    left: 80px;
    top: 50px;
    height: 60px;
    overflow: auto;
}

.wishlistRow .wishlistAttribsList::-webkit-scrollbar { width: 0 !important }



.wishlistRow .wishlistAttribsList { -ms-overflow-style: none; }



.wishlistRow .wishlistAttribsList { overflow: -moz-scrollbars-none; }


.wishlistRow .wishlistfields{}
.wishlistRow .wishlistfields ul{
    position: absolute;
    left: 10px;
    bottom: 10px;
    float: left;
    width: 85%;
}
.wishlistRow .wishlistfields ul li{
    float: left;
    text-align: left;
    margin-right: 20px;
}
.wishlistRow .wishlistfields input{
    min-width: 80px;
    text-align: center;
    border: 1px solid #333;
}


.wishlistRow .wishlistfields .wishlistfieldsSubmit{
    position: absolute;
    right: 10px;
    bottom: 50px;
    border: 0;
}
#wishlist .extendedDelete {
	position: absolute;
	right: 10px;
	top: 10px;
	}
#wishlist .buttons {
	text-align: right;
	margin-top: 10px;
	padding: 10px 0;
	}
#wishlist .buttons a img{margin-top: 2px;height: 32px;}
#wishlist .buttons input{border:none;}

#wishlist dl.pageresults {
	margin: 20px 0 0 0;
	padding: 0;
	}
	
#wishlist dd, #wishlist form {
	margin: 0;
	padding: 0;
	
	}

.wishlistRow{position: relative;min-height: 160px;}

#wishlist fieldset {
	border: 1px solid #9a9a9a;
	margin: 0 0 10px 0;
	padding: 10px;
	}

#wishlist legend {
	border: 1px solid #9a9a9a;
	background-color: #abbbd3;
	padding: 5px;
	}

#wishlist label.block {
	display: block;
	color: #930;
	margin-top: 7px;
	}

#wishlist label.inline {
	display: inline;
	color: #930;
	}

#wishlist form.control, #wishlist form.moveto {
	margin: 0 0 30px 0;
	padding: 0;
	}

#wishlist form.control fieldset {
	border: 0;
	margin: 2px 0 1px 0;
	padding: 0;
	}

#wishlist form.control label {
	display: block;
	color: #000;
	margin-top: 0px;
	}

#wishlist form.control div.single {
	padding: 3px 5px;  
	}

#wishlist form.control div.multiple {
	float: left;
	width: 50%;
	border-bottom: 1px solid #9d9d9d;
	}

#wishlist form.control div.multiple label {
	display: block;
	float: left;
	height: 32px;
	line-height: 32px;
	font-size: 18px;
	min-width: 50px;
	color: #9d9d9d;
	}

#wishlist div.clearleft {
	padding: 0; 
	margin: 0; 
	clear:left; 
	}

#wishlist .s {
	width: 50px;
	}

#wishlist .m {
	width: calc(100% - 60px);
	border: none;
	color: #9d9d9d;
	}

#wishlist .l {
	width: 175px;
	}

#wishlist .xl {
	width: 300px;
	}

.text_description{
	font-size: 18px;
	font-weight: normal;
	background: #9a9a9a;
	color: #000;
	border-bottom: none;
	padding: 5px;
	text-align: center;
}

.otherWishPage{
    border: 1px solid #9a9a9a;
    border-bottom: none;
    margin-bottom: 20px;
}

.otherWishPage li{
    padding: 10px;
    border-bottom: 1px solid #9a9a9a;
}

.otherWishPage li:hover{background: #d0d0d0;}

.otherWishPage li:after{
	padding-left: 10px;
    content: "＞＞";
}

#wishlist table.productlist {
	border: 1px solid #9a9a9a;
	width: 100%;
	}

#wishlist table.productlist tr.heading {
	height: 25px;
	background: #fafafa;
	background-repeat: repeat-x;
	color: #000;
	font-size: x-small;
	}
	
#wishlist .footnote {
	color: #666;
	font-size: x-small;
	padding-top: 0;
	margin-top: 20px;
	}

#wishlist table.productlist th {
	padding: 2px;
	}

#wishlist table.productlist th.right, #wishlist table.productlist th.center {
	text-align: center;
	}

#wishlist table.productlist td {
	border-top: 1px solid #9a9a9a;
	padding: 2px;
	}
	
#wishlist table.productlist td.odd-right {
	text-align: right;
	}
	
#wishlist table.productlist td.odd-center {
	text-align: center;
	}
	
#wishlist table.productlist td.even {
	background-color: #eff4f8;
	}
	
#wishlist table.productlist td.even-right {
	background-color: #eff4f8;
	text-align: right;
	}
	
#wishlist table.productlist td.even-center {
	background-color: #eff4f8;
	text-align: center;
	}

#wishlist div.tableheading {
	font-size: 18px;
	font-weight: normal;
	background: #fafafa;
	color: #000;
	border: 1px solid #9a9a9a;
	border-bottom:none;
	padding: 5px;
	text-align: center;
	}

#wishlist div.tableheading:after{
	
}

#wishlist div.wishlist-even {
	margin: 0px 0px 0px 0px;
	padding: 10px; 
	border: 1px solid #9a9a9a;
	border-top: 0px;
	background-color: #eff4f8;
	}

#wishlist div.wishlist-odd {
	margin: 0px 0px 0px 0px;
	padding: 10px;
	border: 1px solid #9a9a9a;
	}

#wishlist img.productlist {
	margin: 0px 15px 15px 0px;
	float: left;
	}

#wishlist div.wishlistfields {
	}

#wishlist ul {
	list-style: none none outside;
	padding-left: 0em;
	margin-left: 0px;
	margin-top: 0px;
	}

#wishlist ol {
	padding-left: 2.2em;
	margin-left: 0px;
	margin-top: 0px;
	text-indent: -0.4em;
	}

#wishlist ol li {
	line-height: 1.4em;
	}

#wishlist .inputrequirement {
	color: #379;
	}

#wishlist p.inputrequirement {
	text-align: right;
	}

#wishlist .notabene { 
	color: #379;
	font-weight: bold;
	}
	
#wishlist .price { 
	font-weight: bold;
	}

/*
label.tabbed-m {
	display: inline;
	float: left; 
	width: 7em; 
	text-align: left;
	clear: left;
	}
*/