/**
* @section account
* @version 0.1
* --------------------------------------------------------------------------------------------------
*/
#content {}
body.tabs-top #content {
	padding-top: 0;
}
body.tabs-top #content .tabs {
	margin-bottom: 20px;
}
#content form ul.genres,
#content form ul.multiple {
	overflow: hidden;
	padding-top: 15px; padding-bottom: 15px;
}
	#content form ul.genres li {
		float: left;
		width: 250px;
	}


/**
* @subsection Account - Addresses
* --------------------------------------------------------------------------------------------------
*/
#addresses {
	overflow: hidden;
	width: 770px;
	margin: 30px -20px 0;
	background: url(../img/layout/line-repeat-x.gif) repeat-x 0 0;
}
	#addresses div.item-container {
		position: relative;
		height: 240px;
		padding: 20px; margin: 1px 0 0;
		background: url(../img/layout/line-repeat-y.gif) repeat-y 100% 0;
	}
	#addresses div.odd {
		background-color: #EAE8D9;
	}
		#addresses div.item-container ul.action {
			position: absolute; bottom: 20px;
		}

body.account-addresses #content .inner .about {
	padding-top: 20px;
	background-color: transparent;
}


/**
* @subsection Account - Wish List
* --------------------------------------------------------------------------------------------------
*/
table.products {
	background-image: none;
}


/**
* @subsection Account - Order History
* --------------------------------------------------------------------------------------------------
*/
table.orders,
table.orders table {
	background-image: none;
}
	table.orders thead tr,
	table.orders thead tr td,
	table.orders tfoot tr,
	table.orders tfoot tr td {
		background-color: transparent;
	}
	table.orders #orders-items {
		padding-left: 50px;
	}
	table.orders td.order-items {
		padding-top: 0; padding-bottom: 0; padding-right: 0;
	}
	
	table.orders td table {
		width: 710px;
		margin: 0;
	}
	
	table.orders col.datetime {
		width: 140px;
	}
	table.orders col.orders-items {
		width: 490px;
	}


/**
* @subsection Auctions
* --------------------------------------------------------------------------------------------------
*/
#auctions-won,
#auctions-lost {
	margin-bottom: 25px;
}
