/* Main Search Form
********************************************/

input, textarea, select {
	font-family: Verdana, sans-serif;
}

#search-form {
	width: 130px;
	float: left;
	margin: 12px 30px 0 0;
}

	#search-form input, #search-form button {
		float: left;
	}
	
	
	#search-form input {
		width: 80px;
		height: 16px;
		margin-right: 10px;
		border: 1px solid #ccac6f;
		background: #ebe8dc;
		color: #9d8659;
		outline: none;
		font-size: 10px;
	}
	
	#search-form button {
		width: 37px;
		height: 10px;
		background: url(../images/buttons/but_search.gif) left top no-repeat;
		border: 0;
		text-indent: -9999px;
		cursor: pointer;
		margin-top: 3px;
	}


/* Login Form
********************************************/

#login input {
	float: left;
	width: 76px;
	height: 14px;
	background: url(../images/bg_input_login.gif) left top no-repeat #ebe8dc;
	color: #9d8659;
	font-size: 10px;
	border: 0;
	padding: 2px 3px;
	margin: 4px 2px 0 0;
}

#login button {
	float: right;
	width: 75px;
	height: 34px;
	background: url(../images/buttons/but_login.gif) left top no-repeat;
	border: 0;
	text-indent: -9999px;
	cursor: pointer;
	margin: 1px 0 0 7px;
}
#logout button {
	float: right;
	width: 85px;
	height: 34px;
	background: url(../images/buttons/but_logout.gif) left top no-repeat;
	border: 0;
	text-indent: -9999px;
	cursor: pointer;
	margin: 1px 0 0 7px;
}

/* Add Cart - Product Listing
********************************************/

/*
.logged-in button {
	float: left;
	width: 19px;
	height: 17px;
	background: url(../images/buttons/but_add_cart_small.gif) left top no-repeat;
	border: 0;
	text-indent: -9999px;
	cursor: pointer;
}
*/

.product-block button {
	float: left;
	width: 19px;
	height: 17px;
	background: url(../images/buttons/but_add_cart_small.gif) left top no-repeat;
	border: 0;
	text-indent: -9999px;
	cursor: pointer;
	margin-left: 48px;
}

.product-block #submitRemove {
	float: left;
	position: relative;
	background: url(../images/bg_btn_submit.gif) left top repeat-x;
	width: 50%;
	text-indent: 0;
	height: 28px;
	line-height: 28px;
	padding: 0 12px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	border: 0;
	color: white;
	cursor: pointer;
	margin: -20px 0 0 43px;
	_margin: 0 0 0 45px;
}

*:first-child+html .product-block #submitRemove {
	margin: 0 0 0 45px;
}

/* Add Cart - Product Details
********************************************/
#logged-detail input, #logged-detail button {
	float: left;
}

#logged-detail input {
	width: 32px;
	height: 17px;
	background: #fdfdfb;
	border: 1px solid #ddc0ba;
	color: #7d6b53;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	margin-top: 3px;
}

#logged-detail button {
	float: left;
	width: 154px;
	height: 23px;
	line-height: 23px;
	background: url(../images/bg_add_cart.gif) left top repeat-x;
	border: 0;
	cursor: pointer;
	font-size: 18px;
	color: white;
	margin-left: 15px;
}

.note {
	margin: 20px 0 20px 0;
	width: 100%;
	border-top: 1px solid #877862;
	padding: 3px 0 0 5px;
	float: left;
	position: relative;
}

.note span {
	color: #AB6D20;
}

.note em {
	position: absolute;
	right: 0;
	top: 3px;
	font-style: normal;
}

/* Login form for login protected pages */

#login_form .login_button {
	color: #FFFFFF;
	background: url(../images/bg_btn_submit.gif) left top repeat-x;
	border: 0;
	text-decoration: none;
	padding: 3px 10px;
	cursor: pointer;
	margin-left: 30px;
}


#login_form .uniForm .error{
	background: url(../images/error_ico.gif) right top no-repeat #f8b3a0;
	border:3px solid #c01010; /*border-width:1px 0;*/
	color: #a90000;
	width: 168px; /* Required property */
	padding: 3px 4px 0 4px;
	height: 16px;
	padding-right: 26px;
	margin: 0;
}


#login_form .register_login {
	margin: 15px 0 0 114px;
}

#login_form .uniForm .buttonHolder {
	margin-left: 114px;
}

/* Shipping tooltip */
.uniForm .shippping-tooltip {
	color: #880603;
	background: transparent;
	border: 1px #880603 dotted;
	padding: 3px 10px;
	width: 445px;
	position: absolute;
	left: 0;
	top: 100px;
	margin: -18px 0 0 150px;
}

#party_value {
	/*
position: absolute;
	left: 140px;
	bottom: 0;
*/
}

.checkout_price {
	font-size: 14px;
}

