.shopWishListPlugin_body h2 {
	background: black;
	color: white;
	font-size: 20px;
	line-height: 40px;	
	padding-left: 10px;
}


#cartContentList {
	width: 100%;
	border-collapse: collapse;
	background: white;
	margin: 0;
}

#cartContentList thead th{
	height: 35px;
	color: white;
	background: transparent url(/wnShopWishListPlugin/images/cartHeaderBg.gif) repeat-x;
	padding-left: 5px;
}

#cartContentList td {
	padding: 5px;
	border-right: 1px solid black;
}


#cartContentList td.contentValue {
	border: none;
}

#cartContentList #cartSummary td {
	border: none;
}

#cartContentList .contentName {
	width: 100px;
}

#cartContentList .contentDescription a{
	color: black;
	font-weight: bold;
}



.contentOperations span {
	position: relative;
	top: -3px;
	font-weight: bold;
	font-size: 11px;
}


.contentOperations a:hover {
	text-decoration: none;
}


.shopWishListPlugin_nav {
	background: #939ead;
}

.shopWishListPlugin_nav .field {
	width: 250px;
	padding: 10px;
}

.shopWishListPlugin_nav .field input {
	margin: 0;
	width: 200px;
	height: 30px;
}

.shopWishListPlugin_nav #shareButton, .shopWishListPlugin_nav #addButton {
	float: right;
}


/** formularz wysylki "do znajomego" **/
#emailFormContainer {
	background: white;
}

