/**************************************************************/
/**************************************************************/
/*  MY ACCOUNT  ***********************************************/


/************** navigation **********************/

.content_myaccount_navigation {
	float:left;
	width:100%;
	margin-right:40px;
}

.content_myaccount_navigation ul {
	margin:0;
	padding:0;
	list-style:none;
	margin-top:20px;
}

.content_myaccount_navigation ul li:FIRST-CHILD 
{
	border: none;
}

.content_myaccount_navigation ul li {
	float: left;
	margin:0;
	padding:0;
	border-left:dotted 1px #c1c1c1;
}

.content_myaccount_navigation ul li a {
	display:block;
	padding:15px 10px 20px 60px;
}

.content_myaccount_navigation ul li.current a {
	color:#3d2902;
}

.content_myaccount_navigation ul li.myaccount_navigation_info { background:url(../images/info.gif) 0 65% no-repeat; }
.content_myaccount_navigation ul li.myaccount_navigation_password { background:url(../images/secure.gif) 0 65% no-repeat; }
.content_myaccount_navigation ul li.myaccount_navigation_orders { background:url(../images/orders.gif) 5% 65% no-repeat; }
.content_myaccount_navigation ul li.myaccount_navigation_addresses { background:url(../images/addresses.gif) 5% 65% no-repeat; }
.content_myaccount_navigation ul li.myaccount_navigation_voucher { background:url(../images/voucher.gif) 0 65% no-repeat; }


.content_myaccount_content {
	float:left;
	width:700px;
}


/************** home **********************/

.content_myaccount_home
{
	margin-top: 20px;	
}

.content_myaccount_home .account_block h1 {
	font-size:16px;
	padding-bottom:8px;
	border-bottom:solid 1px #dcdcdc;
}

.account_block {
	float:left;
	width:318px;
	height:150px;	
	border:solid 1px #cdcdcd;
	margin:0px 20px 20px 0;
	padding:0 10px;
}

.account_block:nth-child(2n+2)
{
	margin-right: 0;
}

.account_block p {
	margin:5px 0 10px 0;
	font-size:12px;
}

.account_block .more {
	float:right;
	display:inline-block;
}
.account_block .more:hover {
	
}

/********* HOME ***************/

.content_myaccount_home .account_block h1 {
	padding-left:48px;
	padding-top:10px;
	height:18px;
}
.content_myaccount_home #account_block_info h1 { background:url(../images/info.gif) -5px -2px no-repeat; }
.content_myaccount_home #account_block_password h1 { background:url(../images/secure.gif) -5px -2px no-repeat; }
.content_myaccount_home #account_block_orders h1 { background:url(../images/orders.gif) -5px -2px no-repeat; }
.content_myaccount_home #account_block_addresses h1 { background:url(../images/addresses.gif) -5px -2px no-repeat; }
.content_myaccount_home #account_block_voucher h1 { background:url(../images/voucher.gif) -5px -2px no-repeat; }

.account_info {
	float:right;
	padding-left:20px;
}
.account_number,
.account_owner {
	text-align:right;
	font-size:12px;
	line-height:15px;
}


/********* ADDRESSES ***************/


.content_myaccount_addresses .address_block {
	float:left;
	position: relative;
	margin:0px 20px 20px 0;
	padding: 10px 20px;
	border: 1px solid #e3e3e3; 
	width:200px;
	height:120px;
}


.content_myaccount_addresses .address_action_bar {
	position: absolute;
	bottom: 15px;
	text-align:left;
	font-size:12px;
}

.content_myaccount_addresses .addresses_action_bar {
	margin: 5px 0 20px 0;
	text-align:left;
	font-size:13px;	
}

.content_myaccount_addresses .address_block a {
	padding: 2px 5px;
	color: white;
	font-size: 11px;
	background: url(../images/button_orange_bg.jpg) top left repeat-x;
	text-decoration: none;
	border-top: none;
	border-bottom: 1px solid #D36715;
	border-left: 1px solid #D36715;
	border-right: 1px solid #D36715;
}

.content_myaccount_addresses .addresses_action_bar .address_add {
	/*background:url(../images/contact_add.gif) -5px -2px no-repeat;
	display:inline-block;
	padding-top:12px;
	padding-bottom:10px;
	padding-left:48px;*/
}


/********* ORDERS ***************/



table.order_listing,table#table_products,table#table_totals,table#table_payment{
	font-size: 11px;
	line-height: 16px;
	border: solid #E3E3E3 1px;
}

table.order_listing,table#table_products{
	border-spacing: 3px;
	width: 100%;
}

table#table_totals{
	margin-top: 10px;
	border-top: 1px solid #e6e6e6;
	float: left;
	margin-right: 10px;
	border-spacing: 3px;
}

table#table_payment{
	margin-top: 10px;
	float: left;
	border-spacing: 3px;
}

table.order_listing th,table.order_listing td,
table#table_products th,table#table_products td,
table#table_totals th,table#table_totals td,
table#table_payment th,table#table_payment td{
	border-left: none;
	padding: 5px;
}

table.order_listing td,table#table_products td,table#table_totals td,table#table_payment td{
	border-top: none;
	text-align: center;	
	padding: 5px;
	border: dotted 1px #E3E3E3;
}

table#table_totals td.label
{
	font-weight: bold;	
}

table.order_listing tr td
{
	border: dotted #e3e3e3 1px;
}

table.order_listing th,
table#table_products th,table#table_totals td.label,table#table_payment th{
	background: #F0F0F0;
	border: solid #E3E3E3 1px;
}

#order_customer,#order_customer_shipping,#order_customer_billing{
	width: 175px;
	padding: 10px;
	height: 150px;
	overflow: hidden;
	float: left; 
	margin:-20px 30px 15px 0px;
	line-height: normal;
}
/*
.content_myaccount_orders a.download_bill,
.content_myaccount_orders span.financial_status,
.content_myaccount_orders span.physical_status {
	display:inline-block;
	padding-top:24px;
	margin-top:4px;
	height:1px;
	overflow:hidden;
	width:25px;
	cursor:pointer;
}

.content_myaccount_orders a.download_bill { background:url(../images/order_small.gif) no-repeat; }
.content_myaccount_orders span.financial_status { background:url(../images/card_small.gif) no-repeat; }
.content_myaccount_orders span.physical_status { background:url(../images/truck_small.gif) no-repeat; }*/