/*
	Account module
*/
#module_account {
	color: #108233;
	width: 300px;
}

#module_account span.customer {
	color: black;
	font-size: 14px;
	font-weight: bold;
}

#module_account input {
	width: 100%;
}

/*
	Search module
*/
#module_search {
	width: 650px;
}
#module_search input[type=text] {
	width: 100%;
}

/*
	Cart module
*/
#module_cart{
	cursor: pointer;
	cursor: hand;
}


.specialoffers-module {
	width: 184px;
	font-size: 10px;
	word-wrap: break-word;
}

.specialoffers-module li {
	margin-bottom: 5px;
}

.specialoffers-module .expire {
	width: 182px;
	text-align: right;
	font-size: 9px;
}