@CHARSET "UTF-8";

.wishlistDisplay h3,.ordersDisplay h3 {
	background-image:url(/img/red-arrow-down.png);
	background-position: right;
	background-repeat: no-repeat;
	background-color:white;

	padding:10px 0 0 8px;
	height:21px;
	zline-height:78px;
	cursor:pointer;
	margin-bottom:12px;
}
h3.ui-accordion-header-active {
	background-image:url(/img/red-arrow-up.png) !important;
}
.wishlistDisplay .items,.ordersDisplay .items   {
	padding:0 9px 0 25px;
    color: #000;
    font-family: 'Raleway',sans-serif;
	background:url(/img/favourite.png) left center no-repeat;
    font-size: 16px;
	font-weight:normal;
}
.wishlistDisplay .listTitle,.ordersDisplay .listTitle {
	   color: #FF4000;
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
}
.wishlistDisplay .listTitle button,.ordersDisplay .listTitle button {
	margin-left:5px;
	background-color: white;
    border: 1px solid #333333;
    color: #333333;
    font-family: 'Raleway',sans-serif;
    font-size: 16px;
}
.wishListContent, .orderListContent {
	margin-bottom:12px;
}

.publicWishlistDetails {
	margin-top:10px;
}

.publicWishlistIntro p {
	margin-bottom:5px;
}
.wishlistDisplay .cartItem , .ordersDisplay .cartItem {
	border-bottom: 1px solid #b8b8b4;
	margin:15px 0;
	padding-bottom: 9px;
}

.wishlistDisplay .details,.ordersDisplay .details{
	margin-left: 120px;
	padding-top:10px;
}

.wishlistDisplay  .details h5,.ordersDisplay  .details h5{
	font-weight:400;

	margin-bottom:9px;
}
.wishlistDisplay  .details h5 a,.ordersDisplay  .details h5 a{
 		font-size: 14px;
   	 font-weight: bold;
}
.wishlistDisplay  .details .priceAndAdd, .ordersDisplay  .details .priceAndAdd    {
	margin-top:5px;
}
.wishlistDisplay  .details .priceAndAdd .addToCart,.ordersDisplay  .details .priceAndAdd .addToCart
{
background-color: #FF4000;
color: #FFFFFF;
display: block;
font-size: 15px;
margin-top: 13px;
padding: 8px 10px 8px 5px;
text-align: center;
text-transform: uppercase;
width: 200px;

}
.wishlistDisplay  .details .priceAndAdd .addToCart img,
.ordersDisplay  .details .priceAndAdd .addToCart img
{
	float:right;
	height:15px;
}
.wishlistDisplay  .priceAndAdd .label,
.ordersDisplay  .priceAndAdd .label
{
	text-transform: uppercase;
	font-size: 13px;
	margin-bottom:8px;
}
.wishlistDisplay  .priceAndAdd .mainPrice,
.ordersDisplay  .priceAndAdd .mainPrice{
	font-size: 13px;
}
.wishlistDisplay  .priceAndAdd .priceNoDiscount,
.ordersDisplay  .priceAndAdd .priceNoDiscount
{
	display:block;  color: #FF4000;
	font-size: 15px;
}
.wishlistDisplay  .details .pName,
.ordersDisplay  .details .pName  {
	font-size: 15px;
    font-weight: normal;
    margin-bottom: 2px;
    text-transform: none;
}
.wishlistDisplay  .details .size,
.ordersDisplay  .details .size  {
	font-size:15px;
}
.wishlistDisplay  .details .stock ,
.ordersDisplay  .details .stock {
	 margin-top:5px;
	font-size:12px;
}

.wishlistDisplay  .cartItem .price,
.ordersDisplay  .cartItem .price {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.removeFromList {
    text-transform: uppercase;
	font-size:13px;
}

.wishlistDisplay .commands {
	margin:15px 0;

}

.wishlistActions {
	border-bottom: 1px solid #b8b8b4;
	margin:15px 0;
	padding-bottom:15px;
	text-transform: uppercase;
	font-size:9px;
}
a.wishlistButton {
	text-transform: uppercase;
	font-size:9px;
	display:inline-block;
	padding:8px 12px;
	background:#71716a;
	margin-right:10px;
	color:white;
}
a.wishlistButton.light {
	background:#ebebeb;
	color:black;
}
a.wishlistButton:link,  a.wishlistButton:visited{
	color:white;
}
a.wishlistButton.light:link,  a.wishlistButton.light:visited{
	color:black;
}

span.listTitle input {
	min-width:150px;
}
.clear-both{
	clear:both;
}

.publicWishlist .wishlistActions
{
	border-bottom: 0;
	text-align:center;
}

.wishlistDisplay div.addToCart
{
	cursor: pointer;
}

div.eshopWishlists .titleOnly, div.eshopMyOrders .titleOnly{
	text-transform: capitalize;
}

div.eshopWishlists,div.eshopMyOrders{
 background-color: #F5F0ED;
	padding: 14px 16px;
	margin-top:8px;
}

#wishListContent,#myOrdersContent{
	background-color: white;
	padding: 10px 21px;
}

.wishlistActions .socialSharing
{
	float: right;
margin-left: 10px;
margin-top: 5px;

}

