#myaccount-container
{
	position:relative;
	width: 980px;
	left:0px;
	top: 0;
}

/* left navigation */

#leftNavWrapper
{
	
	position: absolute;
	width: 209px;
	left: 0px;
	top: 0;
}

#leftNav
{
	position: absolute;
	left: 0px;
	top: 0;
	width: 209px;
	background: url('../images/left-nav-border.gif') repeat-y;
}

#leftNav img
{
	float: left;
	border: none;
}

#innerNav
{
	margin: 0 5px;
	width: 199px;
	display: inline;
	float: left;
}

.inactive
{
	margin: 1px 0 0 0;
	width: 199px;
	height: 30px;
	background: url('../images/temp-menu-nav-inactive.gif') no-repeat;
	display: inline;
	float: left;
}

.inactive-button
{
	/*height: 14px;*/
	width: 155px;
	background: url('../images/inactive-arrow.gif') no-repeat left;
	display: inline;
	float: left;
	text-align: left;
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
	padding: 5px 20px 5px 27px;
	text-decoration: none;
}

.active
{
	margin: 1px 0 0 0;
	width: 199px;
	height: 30px;
	background: url('../images/temp-menu-nav-active.gif') no-repeat	;
	display: inline;
	float: left;
}

.active-button
{
	width: 155px;
	background: url('../images/inactive-arrow.gif') no-repeat left;
	display: inline;
	float: left;
	text-align: left;
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
	padding: 5px 20px 5px 27px;
	text-decoration: none;
	font-weight: bold;
}

/* end left navigation */

/* content */

#myaccount-content
{
	margin: 0 0 0 219px;
	width: 761px;
	text-align: left;
}

/** table **/
table.tablecontent tr.caption
{
	height: 27px;
}

table.tablecontent tr.caption td
{
	background: #525252;
	border-bottom:1px solid #ffffff;
	color: #ffffff;
	font-weight: bold;
}

table.tablecontent tr.caption td.first-cell
{
	background: #525252 url('../images/temp-table-first-left.gif') no-repeat left top;
	text-align: center;
	width: 25px;
}

table.tablecontent tr.caption td.first-cell-long
{
	background: #525252 url('../images/temp-table-first-left.gif') no-repeat left top;
	text-align: left;
	padding: 0 5px 0 6px;
}

table.tablecontent tr.caption td.name-cell-last
{
	background: #525252 url('../images/temp-table-first-right.gif') no-repeat right top;
	padding: 0 5px 0 6px;
	white-space: nowrap;
}

table.tablecontent tr.caption td.name-cell
{
	padding: 0 5px;
	white-space: nowrap;
}

table.tablecontent tr.caption td.span-cell
{
	width: 3px;
	background: #ffffff url('../images/temp-table-span-cell.gif') repeat-y;
}
table.tablecontent tr.caption td.statut-cell
{
	padding: 0 6px 0 6px;
	white-space: nowrap;
	width: 65px;
}

table.tablecontent tr.caption td a
{
	color: #404040;
	font-weight: bold;
	text-decoration: underline;
}



table.tablecontent tr
{
	min-height: 27px;
}

* html table.tablecontent tr
{
	height: 27px;
}

table.tablecontent tr.odd
{
	background: #f1f1f1;
}

table.tablecontent tr.even
{
	background: #ffffff;
}

table.tablecontent tr.odd td,table.tablecontent tr.even td
{
	text-align: left;
	border-bottom:1px solid #ffffff;
	color: #5c5c5c;
	padding: 0 5px;
}

table.tablecontent tr.odd td.price-cell,table.tablecontent tr.even td.price-cell
{
	text-align: right;
	white-space: nowrap;
}

table.tablecontent tr.odd td.checkb,table.tablecontent tr.even td.checkb
{
	text-align: center;
}


table.tablecontent tr.odd td.number-cell,table.tablecontent tr.even td.number-cell
{
	
	text-align: center;
	font-weight: bold;
	color: #cd0011;
	padding: 0 10px;
	white-space: nowrap;
}

table.tablecontent tr.odd td a,table.tablecontent tr.even td a
{
	color: #5c5c5c;
	padding: 0;
	margin: 0;
	float: left;
	text-decoration: none;
}
table.tablecontent tr.odd td a:hover,table.tablecontent tr.even td a:hover
{
	text-decoration: underline;
}


table.tablecontent tr.odd td.first-cell,table.tablecontent tr.even td.first-cell
{
	text-align: center;
	padding: 0;
	width: 25px !important;
}


table.tablecontent tr.odd td.noentries
{
	text-align: center;
	font-weight: bold;
}


table.tablecontent tr.last-row
{
	height: 27px;
}

table.tablecontent tr.last-row td
{
	background: #525252;
	color: #ffffff;
	font-weight: normal;
}

table.tablecontent tr.last-row td.first-cell
{
	background: #525252 url('../images/temp-table-last-right.gif') no-repeat right top;
	padding: 0 0 0 0;
	text-transform: capitalize;
}



table.tablecontent tr.last-row td.first-cell img
{
	float: left;
}

table.tablecontent tr.last-row td.first-cell span
{
	line-height: 27px;
	float: right;
	margin: 0 5px 0 0;
	font-weight: bold;
}

table.tablecontent tr.last-row td.span-cell,table.tablecontent tr.odd td.span-cell
{
	text-align: right;
	width: 3px;
	background: #ffffff url('../images/table-span-cell.gif') repeat-y;
	
}

/** end table **/

/* end content */

#abuttons
{
	height: 28px;
	margin: 0 0 15px 0;
	clear: both;
}

#abuttons img
{
	float: left;
	margin: 0 10px 0 0;
}

input.ibox
{
	width: 35px;
}

.checkoutst
{
	border: 1px solid #525252;
	color: #5c5c5c;
	font-family: "Trebuchet MS";
}