.wishitem-images {
	overflow: hidden;	
}

.wishitem-description {
	margin-bottom: 15px;
}

.action_message {
    padding: 10px 0;
}

.wishitem-description H1 {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	
}

.wishitem-mainimage, .wishitem-mainimage IMG {
	display: block;
	width: 272px;
}
.wishitem-mainimage IMG {
	height: 272px;
}

.wishitem-mainimage .new-image-link {
	display: block;
	line-height: 272px;
	font-size: 90%;
	text-align: center;
	background: #e5eff9;
}

.wishitem-mainimage .mainimage-actions {
	display: block;
	font-size: 13px;
	text-align: right;
	margin-top: 1em;
}

.wishitem-mainimage .mainimage-actions A {
	padding-left: 10px;
}

UL.wishitem-thumbnails {
	overflow: hidden;
	padding-top: 24px;
	margin-bottom: 10px;
}

UL.wishitem-thumbnails {
	margin-top: 16px;
	list-style: none;
	padding: 0;
	overflow: hidden;
}

UL.wishitem-thumbnails LI {
	float: left;
	width: 89px;	
}

UL.wishitem-thumbnails  LI A, UL.wishitem-thumbnails LI A IMG {	
	display: block;
	overflow: hidden;	
}

UL.wishitem-thumbnails LI A IMG {
	border: 1px #e5eff9 solid;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	margin-top: 3px;
}

.wishitem-thumbnails .new-image-link {
	line-height: 1.7em;
	display: table-cell;
	border: 4px #FFF solid;
	width: 88px;
	height: 88px;
	font-size: 90%;
	text-align: center;
	vertical-align: middle;
	background: #e5eff9;
	
}


UL.wishitem-thumbnails LI A.active-thumbnail IMG {
	border: 4px #d5dff9 solid;
	margin-top: 0;
}

.wishitem-links {
	clear: both;
	margin-top: 1em;	
}

.wishitem-links H3 {
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 8px;
	
}

.wishitem-links a.newlink-link
{
	line-height: 16px;
	background: url(../i/small-plus.gif) no-repeat left center;	
	padding-left: 20px;
	
	margin: 0 auto;
	margin-top: 1em;
}



.wishitem-description .description
{
	font-size: 15px;
	line-height: 1.5em;
	margin: 10px 0;
}

.wishitem-description .actions
{	
	overflow: hidden;	
}


.complete-wish-button
{
	line-height: 24px;	
	background: url(../i/ok.gif) no-repeat left center;
	padding-left: 32px;
	padding-right: 15px;
	float: left;
}

.delete-wish-button
{
	line-height: 24px;
	background: url(../i/ico-delete-16x16.gif) no-repeat left center;
	padding-left: 22px;
	padding-right: 15px;
	float: left;
}

.change-wish-button
{
	line-height: 24px;
	background: url(../i/ico-edit-16x16.gif) no-repeat left center;
	padding-left: 24px;
	padding-right: 15px;
	float: left;
}

.reopen-wish-button
{
	line-height: 24px;
	background: url(../i/reopen.gif) no-repeat left center;
	padding-left: 32px;
	padding-right: 15px;
	float: left;

}

.copy-wish-button
{
	background: url(../i/reopen.gif) no-repeat left center;
	padding-left: 32px;
	padding-right: 15px;
	line-height: 24px;
	float: left;
}

TEXTAREA.wishitem-description-field, TEXTAREA.message {
	width: 605px;
	height: 200px;
	margin-bottom: 10px;
}

TEXTAREA.message {
    margin: 10px 0 ;
    float:none !important;
}

INPUT.wishitem-title-field {
	width: 605px;
	margin-bottom: 10px;
}

DIV.ajax-actions {	
	margin-top: 10px;
	line-height: 34px;
}

DIV.ajax-actions A {
	font-size: 14px;
}