/* PRODUCT lISTINGS */

#wishlist-items {
	background: url(../images/backgrounds/product.gif) transparent no-repeat bottom right;
	border-bottom: 1px solid #CDC5A9;
	border-top: 1px solid #CDC5A9;
	float: left;
	padding: 10px 0;
	width: 639px;
}

#wishlist-items h4, .bottom h4 {
	border-bottom: 1px solid #EFECE0;
	color: #656644;
	float: left;
	font-size: 1.1em;
	margin: 0 0 6px 0;
	padding: 0;
	width: 639px;
}

.end h4 {
	font-size: 1.3em;
	width: 619px
}

#wishlist-items a {
	border: 2px solid #8F8359;
	border-bottom: 2px solid #CDC5A9;
	border-right: 2px solid #CDC5A9;
	float: left;
	margin: 0 20px 0 0;
}

#wishlist-items a:hover {
	border: 2px solid #CDC5A9;
	border-bottom: 2px solid #8F8359;
	border-right: 2px solid #8F8359;
}

#wishlist-items dl {
	background: url(../images/backgrounds/dot.gif) transparent repeat-x 0px 13px;
	color: #666;
	display: block;
	float: right;
	font-size: .9em;
	margin: 0 0 7px 0;
	width: 639px;
}

#wishlist-items dt,dd.add {
	background-color: #FFF;
}

#wishlist-items dt {
	float: left;
	font-size: 1em;
	padding: 0 10px 0 0;
}
#wishlist-items dd {
	margin:0
}
#wishlist-items dd.add {
	border: 1px solid #CDC5A9;
	border-bottom: 1px solid #8F8359;
	border-right: 1px solid #8F8359;
	float: right;
}

#wishlist-items dd.add a {
	border: 1px solid #CDC5A9;
	border-bottom: 1px solid #8F8359;
	border-right: 1px solid #8F8359;
	background-color: #EFECD1;
	margin: 0;
	padding: 0 4px;
	text-decoration: none;
}


#wishlist-items dd.add a:hover {
	border: 1px solid #CDC5A9;
	background-color: #EAE7CE;
	color: #000;
	text-decoration: none;
}

.bottom {
	/*border-bottom: 1px solid #CDC5A9;*/
	float: left;
	padding: 15px 0 0 0;
	text-align: justify;
	width: 639px;
}

.end {
	background-color: #F7F5EF;
	border: 1px solid #CDC5A9;
	margin: 20px 0 0 0;
	padding: 10px 10px 0 10px;
	width: 619px;
}

#content .bottom p {
	float: left;
	padding: 0;
	width: 480px;
}

#content .bottom a {
	padding: 0 4px 0 0;
	white-space: nowrap;
}

#content .bottom a.button {
	background-color: #EAE7CE;
	border: 2px solid #CDC5A9;
	border-bottom: 2px solid #8F8359;
	border-right: 2px solid #8F8359;
	float: right;
	margin: 0 0 -5px 300px;
	padding: 0 5px;
	position: relative;
	top: -18px;
	text-decoration: none;
}

#content .end a.button {
	padding: 0 21px;
}

#content .bottom a.button:hover {
	background-color: #EAE7CE;
	border: 2px solid #8F8359;
	border-bottom: 2px solid #CDC5A9;
	border-right: 2px solid #CDC5A9;
	color: #000;
	text-decoration: none;
}

/* styles for the submit form */

#submit {
	color: #666;
	font-size: .95em;
}

#submit label {
	font-weight: bold;
}

#submit .required {
	color: #AF0000;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
}

#submit fieldset {
	border: 1px solid #ccc;
	float: left;
	padding: 10px 20px;
	width: 599px;
}

#submit fieldset p {
	line-height: 1.7em;
	padding: 5px 0;
}

#submit legend {
	color: #666;
	padding: 6px;
	
}

#submit input, #submit textarea {
	background-color: #F7F5EF;
	border: 1px solid #CDC5A9;
	padding: 1px;
	margin: 0 0 1px 0;
}

#submit p.send {
	text-indent: 214px;
}

*#submit p.send input {
	background-color: #EAE7CE;
	border: 2px solid #CDC5A9;
	border-bottom: 2px solid #8F8359;
	border-right: 2px solid #8F8359;
	color: #656644;
	cursor: hand;
	font-weight: bold;
}

#submit p.send input:hover {
	background-color: #EAE7CE;
	border: 2px solid #8F8359;
	border-bottom: 2px solid #CDC5A9;
	border-right: 2px solid #CDC5A9;
	color: #000;
}


#submit h4 {	
	border-bottom: 1px solid #CDC5A9;
	color: #656644;
	font-size: 1.1em;
	margin: 20px 0 6px 0;
	padding: 0;
	text-indent: 215px;
	width: 599px;
}

#submit table.form {
	border-collapse: collapse;
	padding: 0 0 20px 0;
}

.form td {
	padding: 6px;
}

.form td.left {
	border-right: 1px solid #CDC5A9;
	padding: 6px 6px 6px 0;
	text-align: right;
	width: 200px;
}

.form-note {
	font-size: .9em;
	font-weight: normal;
}

/*---------------

BEGIN WISHLIST POP-UP

--------------*/

body#pop-up {
	background: url(../images/backgrounds/product.gif) transparent no-repeat bottom right;
}

body#pop-up h3 {
	color: #656644;
	font-size: .85em;
	padding: 10px;
	text-align: left;
}

body#pop-up p {
	font-size: .8em;
	padding: 10px;
	text-align: justify;
}


body#pop-up a {
	background-color: #EAE7CE;
	border: 2px solid #CDC5A9;
	border-bottom: 2px solid #8F8359;
	border-right: 2px solid #8F8359;
	font-weight: bold;
	padding: 0 5px;
	text-align: center;
	text-decoration: none;	

}

body#pop-up a:hover {
	background-color: #EAE7CE;
	border: 2px solid #8F8359;
	border-bottom: 2px solid #CDC5A9;
	border-right: 2px solid #CDC5A9;
	color: #000;
	text-decoration: none;
}













