
/* 
Colors for AU
Gret #797979

Orange #E8A623

raincoat blue #2A3F56



*/
*{
	margin:0px;
	padding:0px;
}


@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HomemadeAppleRegular';
    src: url('fonts/homemadeapple-webfont.eot');
    src: url('fonts/homemadeapple-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/homemadeapple-webfont.woff') format('woff'),
         url('fonts/homemadeapple-webfont.ttf') format('truetype'),
         url('fonts/homemadeapple-webfont.svg#HomemadeAppleRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}




body{
	padding:0px;
	margin:0px;	
	background:url(../img/au_header.jpg) repeat-x ;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#000000;
	
}


/* Useful */
.align_center { text-align: center }
.align_right { text-align: right }
.middle { vertical-align: middle }
.align_justify { text-align: justify }
.uppercase { text-transform: uppercase }
.hidden, .collapsed, .block_hidden_only_for_screen { display: none }
.wrap { white-space: normal }
.bold { font-weight: bold }
.strike { text-decoration: line-through }
.italic { font-style: italic }
.top { vertical-align: top }
.span_link { cursor: pointer }
.span_link:hover { text-decoration: underline }
.clear { clear: both }
br.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0
}
a img{
	border:none;
}
noscript ul { list-style-type: none; background: black; color: white; padding: 10px; border: 1px solid gray }

.bullet li{
	margin-left:2em;
}
/* new clearfix */
.clearfix:after { 
	clear: both; 
	display: block; 
	height: 0; 
	font-size: 0; 
	visibility: hidden; 
	content: "."; 
}
* html .clearfix { zoom: 1 }
*:first-child+html .clearfix { zoom: 1 }

/* simple inline list*/

.inline_list { list-style-type: none; margin-top: 1em }
.inline_list li { float: left; text-align: center }
.inline_list img { display: block }



a:link, a:visited{
	color:#E8A623;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}
h1,h2,h3,h4,h5,h6{
	
	font-weight:normal;
	font-family:"Courier New", Courier, monospace;
	
}

h5,h6{font-size:1em;}
/* General layout */

#page{
	width:960px;
	margin:0 auto;
	
}

#header{
	background:url(../img/au_twill.jpg) no-repeat 225px 0px;
	height:200px;
	padding-left:250px;
}

#top{
	padding-bottom:5px;
	line-height:31px;
	height:31px;
	
}
#columns{
	clear:both;
}



/* Top area*/

#search_block_top, #header_user{
	float:left;
}

#header_user ul{
	padding:0;
	font-family:"Courier New", Courier, monospace;
	text-transform:lowercase;
	margin-left:20px;
	margin-top:1px;
	
	
	
	
}

#header_user li{
	float:left;
	list-style:none;
	padding:0 10px;
	
	
}


#header_user li a, #header_user li span{
	background:#fff;
	padding:4px 7px;
	color:#797979;	
}

#newsletter{
	float:right;
}
#newsletter .sub, .button, a.button, .button_large, a.button_large, .exclusive, .exclusive_large{
	background: #E8A623;
	color:#fff;
	font-family:"Courier New", Courier, monospace;
	border:none;
	padding:5px;
	cursor:pointer;
	font-weight:bold;
	
}




#newsletter .sub{
	background:#E8A623;	
}

#top .button{
background:#fff;
color:#797979;	
}

#top input{
	margin-left:0;
}

#newsletter .sub:hover, #top .button:hover, .button:hover, .button_large:hover, a.button_large:hover, .exclusive:hover, .exclusive_large:hover{
	color:#fff;
	background:#000;
}



.ac_input{
	font-family:"Courier New", Courier, monospace;
	color:#797979;
	border:none;
	padding:5px;
	
}
	
	
	.search_query{
	background:url(../img/au_glass.jpg) #fff 5px center no-repeat;
	padding:5px 5px 5px 25px;
	border:none;
}
	
/*Header area and navigation */


#header_logo{
	float:left;
	margin-right:40px;
}
#header_left{
	float:left;
}
#header_right{
	float:right;
}


/* header Navigation */
#categories_block_header{
	padding:45px 0 0 0px;
}

#categories_block_header li{
	list-style:none;
	float:left;
	position:relative;
	padding-right:25px;
	
	
	
}

#categories_block_header li a {
	color:#000;	
	padding:5px 0px;
	text-decoration:none;
	font-size:1.6em;
	font-family: 'BebasNeueRegular';
	letter-spacing:.1em;
	

}

#categories_block_header li a:hover, #categories_block_header li a.active{
	
	border-top:5px solid #E8A623;
	
}

#categories_block_header li ul.submenu{
	clear:left;
	
	width:300px;
	position:absolute;
	left:-10px;
	top:37px;
}
#categories_block_header li ul.submenu li{
	float:none;
	
}
#categories_block_header li ul.submenu li a{
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	font-size:.9em;
	
	
	padding-left:10px;
}

#categories_block_header li ul.submenu li a:hover, #categories_block_header li ul.submenu li a.selected{
	border:none;
	background:url(../img/square_5x5.jpg) left no-repeat;
}


/* global form style */
form.std { 

clear: both;
font-family:"Courier New", Courier, monospace;

 }
form.std h3 {
	color: #555;
	font-size: 1.4em;
	font-weight: normal;
	
	padding: 0.5em 0;
	margin:0;
	
}
form.std fieldset {
	border:none;
	border-top:1px dashed #000;
	border-bottom:1px dashed #000;
	margin: 1em;
	padding: 1em 0;
	
}
form.std legend {
	padding: 0.3em 0.6em;
	margin: 1em 0 1em 0.5em;
	font-size: 1.6em;
	font-weight: 100;
	border-color: #d0d1d5;
	border-style: solid;
	border-width: 1px
}
form.std h4, form.std p {
	padding: 0.3em 0em;
	clear: both
}
form.std label, form.std p span {
	float: left;
	text-align: right;
	width: 30%;
	margin-right:5px;
}

.account_creation span.inline-infos
{
	width:100%;
	text-align:left;
	margin:2px 0 2px 32%;
	font-size:9px;
}
.account_creation{
	float:left;
	width:45%;
	clear:none;
}


#account-creation_form .cart_navigation{
	width:45%;
	text-align:center;
	float:right;
	padding-right:5%;
	
}

#account-creation_form .cart_navigation span{
	float:none;
	width:auto;
}

form.std p span.like_input {
	width: auto;
	margin-left: 0.7em
}
input, textarea, select, span.editable {
	
	
	
	outline: none
}
input, textarea, select { border: 1px solid #bdc2c9 }
input.text {
	height: 18px;
	padding-left: 2px;
	padding-right: 2px
}
.checkbox input, .radio input { border: none }
form.std .checkbox label, form.std .radio label, form.std span.form_info {
	margin: 0;
	float: none;
	text-align: left
}
.required sup { color: #da0f00 }
form.std p.checkbox { padding-left: 30% }
form.std p.submit {
	text-align:center;
	
	margin:0 0 1.5em 0;
}

.lost_password{
	text-align:center;
	margin-right:2em;
}
#center_column form.std p.submit2 {
	padding-left: 170px;
	margin-bottom: 1.5em
}


/* Login form*/

#create-account_form, #login_form{
	width:50%;
	float:left;
	clear:none;
	height:20em;
	
		
}

#create-account_form fieldset, #login_form fieldset{
	height:15em;
		
}

#create-account_form .submit{
	margin-right:2em;
}
	
	
/* Homepage layout and slideshow */


#editorial_block_center{
	width:550px;
	padding:20px;
	background:url(../img/homepage_canvas.jpg) no-repeat top center;
	float:right;
	height:327px;
}


#editorial_block_center h1{
	 font-family: 'BebasNeueRegular';
	text-align:center;
	border-bottom:1px dashed #000;
	
	margin-bottom:.5em;
}

#editorial_block_center h2{


 font-family: 'HomemadeAppleRegular';
 font-size:.9em;
 line-height:1.2em;
 padding:1em 0;
 
 
}


#editorial_block_center .homepagecontent_logo{
	text-align:center;
}

#editorial_block_center .rte{
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	padding-bottom:1em;
	font-size:.9em;
	
	
	border-bottom:1px dashed #000;
	
}

#homepage_shop ul{
	padding:0px;
	margin:0px;
	border-bottom:1px dashed #000;
	text-align:center;
	padding-top:60px;
	background:url(../img/homepage_icons/homepage_downarrow.png) no-repeat top center;
	
}

#homepage_shop ul li{
	display:inline;
	list-style:none;
	padding:0 10px;
	}

.homepage_image{
	float:left;
	width:366px;
	position:relative;
	height:366px;

}
#homepage_large ul{
	padding:0px;
	margin:0px;
}

#homepage_large li{
	position:absolute;
	top:0;
	left:0px;
	z-index:0;
	list-style:none;
	
}

#homepage_shop li a:hover{opacity:.8;}

.slidenav{
	position:absolute;
	z-index:100;
	bottom:0;
	width:366px;
		
}

.slidenav #prev,.slidenav #next{
	float:left;
	width:30px;
	height:30px;
	text-indent:-999999px;
	background:url(../img/prev_arrow.png) no-repeat;
	
}

.slidenav #next{
	float:right;
	background:url(../img/next_arrow.png) no-repeat;
}

/* Category list pages */

/* Category slideshow */


.cat_image{
	width:495px;
	float:left;

	overflow:visible;
	
}

#slideshow_nav{
	text-align:right;
	height:63px;
	line-height:63px;
		padding-right:15px;
	border-right:5px solid #E8A623;
	float:right;
}


#slideshow_nav a{
	color:#000000;
	padding:0 2px;
	font-family:"Courier New", Courier, monospace;
	
	
}

#slideshow_nav a.activeSlide:link{
	color:#E8A623;
}


#product_image_large{
	overflow:hidden;
	width:400px;
	padding:0px;
	margin:0px;
	height:400px;
	float:left;
}
#product_image_large li{
	list-style:none;

}

.category_info{
	width:400px;
	float:right;
	padding-right:50px;
}

.cat_desc{
	padding:10px 30px 10px 0px;
	border-top:1px dashed #000;
	border-bottom:1px dashed #000;
	margin:20px 0px;
	line-height:1.6em;

}

#product_list{
	margin:0px;
	padding:0px;
}
#product_list li{
	float:left;
	list-style:none;	
	
}
	
	
#product_list li a:hover{
	opacity:.8;
}
	
	
	
	
	
	
	/* Footer layout */
	
	#footer{
		clear:both;
		text-align:center;
		padding:40px 0px 0 0px;
		font-family:"Courier New", Courier, monospace;
		min-width:960px;
	}
	
	#footer h3{
		font-size:1.3em;
		font-weight:300;
		text-align:left;
		width:960px;
		margin:0 auto;
	}
	
	
	#footer h3 span{float:right; display:inline;}
	
	#footer address{
		border-top:1px dashed #000;
		padding:10px 0px;
		margin-top:10px;
		
		font-style:normal;
		
		font-size:11px;
	}
	





/* Proudct Page based on product.tpl */

#primary_block{
	float:left;
}
#primary_block #pb-left-column {
	width: 400px;
	float: left;
	
}
#primary_block #image-block {
	
	height: 300px;
	width: 400px
}
#primary_block #image-block img#bigpic { 
	cursor: pointer; 
	
}
#primary_block ul#usefull_link_block {
	list-style-type: none;
	margin: 2em 0 0 20em;
	text-align:right;
	font-family:"Courier New", Courier, monospace;
	padding-top:1em;
	border-top:1px dotted #797979;
	clear:right;
	
}

#primary_block ul#usefull_link_block a{
	font-family:"Courier New", Courier, monospace;
color:#000;	
font-size:.9em;
}

.addthis_toolbox{
	
	border-top:1px dotted #797979;
	width:40%;
	height:20px;
	padding:1em 0;
	float:right;
	margin-top:2em;
	
}






#primary_block #pb-right-column {
	float: left;
	padding-left:20px;
	margin-left:20px;
	border-left:5px solid #E8A623;
	width: 360px
}

#primary_block #color_picker p {
	margin-bottom: 0.4em;
	padding: 0
}
#primary_block #color_picker {
	padding: 0.6em 0 0.4em 0;
	
	
	margin-bottom: .5em;
}
#primary_block #color_to_pick_list li {
	display: inline;
	float: left;
	margin: 0 0.4em 0.4em 0
}
#primary_block a.color_pick {
	display: block;
	width: 40px;
	height: 40px;
	border: 1px solid #666;
	cursor: pointer;
	overflow:hidden;
}
#primary_block a.color_pick:hover { border: 1px solid #000 }
#primary_block a#color_all { cursor: pointer }
#primary_block #image-block img#bigpic.jqzoom {
	cursor: crosshair;
	position: relative
}
#primary_block p.buttons_bottom_block { margin: 0 }
#primary_block p.buttons_bottom_block a,
 #primary_block p.buttons_bottom_block input { margin: 0.9em auto 0 auto }
#primary_block #short_description_content { margin-bottom: 0.5em }
#primary_block #buy_block {

	font-size: 1.1em;
}
#primary_block #buy_block p {
	padding: 0;
	margin-top: 0;

}

#primary_block #add_to_cart{
	float:left;
	margin-left:5px;
}
#primary_block #add_to_cart input{
	font-family:"Courier New", Courier, monospace;
	margin:0 0 0 0;
	padding:8px 1em;
	text-transform:lowercase;
	font-weight:bold;
	
	border:none;
	color:#fff;
	cursor:pointer;
	font-size:1.2em;
		
}
#primary_block #add_to_cart input:hover{
	color:#fff;
	background:#E8A623;
	
}

#primary_block #buy_block span.on_sale {
	color: #E8A623;
	text-transform: uppercase;
	
	
}
#primary_block #buy_block span.discount {
	color: #da0f00;
	text-transform: uppercase;
	font-weight: bold;
	float: right
}

#primary_block #buy_block span#availability_label {
	float: left;
	margin-right: 1em
}

#primary_block #buy_block label,#primary_block #buy_block select {
	display: block;
	margin-right:1em;
	
	float: left
}
#quantity_wanted_p {
	clear: left;
	float:left;
}
#primary_block div#attributes p{
float:none;
padding-bottom:1em;
overflow:hidden;
}
 #minimal_quantity_wanted_p {
	clear: left;
	
	
}


#primary_block #quantity_wanted_p{text-align:center;}

#primary_block #quantity_wanted_p input{
	font-size:1.2em;
	text-align:center;
	background:#fff;
	border:1px solid #000;
	padding:.5em 0;
	font-weight:100;
	
}
#primary_block #quantity_wanted_p label{
	margin:5px auto 0 auto;
	float:none;
}
#short_description_block, .prod_desc{
	line-height:1.5em;
}
.prod_desc{
	font-size:.8em;
}

#pb-right-column .prod_desc h3{
	margin-top:2em;
}
/* prices */
#primary_block #buy_block p.price {
	font-size: 1.4em;
	font-weight:lighter;
	clear:both;
	margin:.5em 0 0 0;
	padding-top:1em;
	
	
}
#primary_block #buy_block span#pretaxe_price {
	font-size: 0.75em;
	
}
#primary_block #buy_block #old_price {
	font-size: 0.6em;
	
	text-decoration: line-through
}
#primary_block #buy_block #reduction_percent_display {
	color: #da0f00;
	font-size: 1em;
	
}
#primary_block #buy_block p.price-ecotax {
	font-size: 0.75em;
	
}
#admin-action {
    color: #374853; 
    background-color: #DFFAD3; 
    margin-bottom:10px; 
    padding: 4px; 
   
}
#admin-action input.exclusive
{
	float: right
}

.product_accessories_price
{
	margin-top: 5px
}


#product_reference{
	font-size:.8em;
	margin-bottom:1em;
	color:#333;
}
/* product Content */


#pb-right-column h2{
	font-weight:200;
	font-size:1.6em;
	line-height:1em;	
	
}
#pb-right-column h3{
	font-weight:300;
	font-size:1.5em;
	line-height:1.0em;
	margin-top:1em;
}

#pb-right-column .short_description_content{
font-size:.9em;	
}

#pb-right-column .prod_desc ul{
	list-style:none;
	padding:0px;
}



/* views block */
#views_block {
	margin: 0 auto;
	width:300px;
	padding-top:5px;
	
}
#thumbs_list {
	overflow: hidden;
	width:240px;
	float:left;

	
	
}
#thumbs_list ul {
	padding-left: 0;
	list-style-type: none;
	margin-top: 5px auto 0 auto;
	width: 240px;
	padding:0 30px;
	
}
#thumbs_list li {
	float: left;
	cursor: pointer;
	width: 80px;
	height: 80px;
	margin-right: 5px
}
#view_scroll_left, #view_scroll_right {
	background-image: url('../img/fancybox.png');
	background-position: -40px -30px;
	
	text-indent: -3000px;
	width: 30px;
	height: 30px;
	float: left;
	margin-top: 30px;
	padding:0px;
}
#view_scroll_right {background-position: -40px -60px; }
span.view_scroll_spacer {
	float: left;
	width: 30px;
	height: 80px
}

/* Product footer that is moved to the right sidebar */

#product_footer{
	width:110px;
	float:right;
}


/* Product category in the right sidebar*/
#product_category{position:relative;}
#product_category h2{
	text-align:center;
	font-family:Helvetica, Arial, sans-serif;
	font-size:1.3em;
	text-transform:uppercase;
	font-weight:200;
	border-bottom:1px dashed #000;
	line-height:1.4em;
	
}

#product_category span.large_arrow{
	position:absolute;
	top:-40px;
	left:-25px;
	color:#E8A623;
	font-size:5em;
	font-weight:100;
	
}
#product_category ul{
	padding:0px;
	margin:0px;
	text-align:center;
	height:400px;
	overflow:hidden;
}
#product_category ul li{
	list-style:none;
	padding:0px;
	margin:0px;
}


#product_category a:hover{
	opacity:.8;
}



/* Custom Colors and fonts for the category headers, this is based on the category id*/

/*.product_category6 h1, .category6 .category_info h1{
background:#E7DC31;
font-size:3em;
padding:.2em 1em;
color:#fff;
text-transform:uppercase;
font-family:Helvetica, Arial, sans-serif;
display:inline-block;	
	
}







.product_category3 h1, .category3 .category_info h1{
background:#2A3F56;
font-size:2.2em;
padding:.2em 1em;
color:#fff;
text-transform:uppercase;

display:inline-block;	
	
}





.product_category7 h1, .category7 .category_info h1{
background:#E46125;
font-size:2.2em;
padding:.2em 1em;
color:#fff;
text-transform:uppercase;

display:inline-block;	
	
}*/

.product_category6  #add_to_cart input{
	background:#E7DC31;
	
}

.product_category3  #add_to_cart input{
	background:#2A3F56;
	
}

.product_category15  #add_to_cart input{
	background:#E7DC31;
	
}


.product_category7  #add_to_cart input{
	background:#E46125;
	
}

/* custom layout for category 1 which is home */

#bags_homepage h1{
	font-family: 'BebasNeueRegular';
	text-align:right;
	border-bottom:1px dashed #000;
	font-size:4em;
	color:#E8A623;
	letter-spacing:3px;
}

#bags_homepage h2{
	text-transform:uppercase;
	text-align:center;
	padding:1em 0em 50px 0;
	font-size:3em;
	font-weight:300;
	
	background:url(../img/shpo_downarrow.jpg) no-repeat center bottom;
}


#bags_homepage ul{
	padding:35px 0 0 0;
	text-align:center;
	margin:0;
}
#bags_homepage ul li{
	list-style:none;
	display:inline;
}

#bags_homepage a:hover{
	opacity:.8;
}



/* Content only page for fancy box popups page*/

.content_only{
	padding-top:4em;
}

/* shopping cart */

#order-opc h1{
	padding-bottom:1em;

}
#order-detail-content, #opc_new_account, #opc_account{
	width:60%;
	float:left;
	border-right:1px dashed #000;
	padding-right:1em;
	margin-right:1em;
}

#order-detail-content #cart_summary{
	width:100%;
}

#cart_voucher{
	float:left;
	width:35%;
	}
	.cart_navigation{
		clear:both;
	}
	.cart_navigation a, .cart_navigation .exclusive{
		width:10%;
	}
		.cart_navigation a.button{
			float:left;
		}
		.cart_navigation .exclusive{
			font-size:1.2em;
			float:right;
		}
	

	
#carrierTable{
width:100%;
text-align:center;	
}
	
.cart_navigation{
	padding:1em 0;
	
	
}
.cart_navigation a{
	display:block;
	background:#E8A623;
	color:#fff;
	font-size:1.2em;
	text-align:center;
	padding:.5em 0;
	margin-bottom:1em;
	text-transform:uppercase;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	
}

.cart_navigation a:hover{
	background:#000;
	text-decoration:none;
}
	#cart_voucher fieldset, #opc_new_account fieldset{
		border:none;
	}


#opc_new_account fieldset, #opc_new_account #login_form{
	height:auto;
	width:auto;
	padding:0;
	margin:0px;
}
#opc_delivery_methods, #opc_payment_methods{
	width:35%;
	float:right;
	padding-bottom:3em;
}


#opc_payment_methods{
	clear:right;
}

#opc_delivery_methods h3{
	padding-top:2em;
}

#opc_delivery_methods h3.condition_title{
padding-top:1em;	
}
.cart_navigation_extra{
	border-top:1px dashed #000;
	padding:1em 0;
}


#opc_account_form label{
	width:150px;
	
	display:inline-block;
	
}

#opc_account_form .radio label, #opc_account_form .checkbox label{
	width:auto;
}
#opc_account_form p{
	padding-bottom:.2em;
}

#opc_new_account h3{
	padding-top:1em;
}


/* Cart table grid */

#cart_summary tfoot td {
	border-top: none;
	line-height: 1.5em
}
#cart_summary tfoot tr.cart_total_product td { border-top: 1px dotted #000 }
#cart_summary tfoot tr.cart_total_price td { border-bottom: 1px dotted #000 }
#cart_summary .price, #cart_summary .price-discount {
	color: #595A5E;
	font-size: 1em;
	text-decoration: none
}
tr.cart_item td { padding: 0.5em 0 }
td.cart_product a { margin: 0 0.6em }
td.cart_product a img {
	
	width: 45px;
	height: 45px
}
td.cart_product a:hover img { border: 1px solid #888 }
td.cart_description a { text-decoration: none }
td.cart_description a:hover { text-decoration: underline }
td.cart_description h5 a, td.cart_ref, td.cart_total { color: #595a5e }
td.cart_unit, td.cart_total, td.cart_discount_price { text-align: right }
td.cart_availability, td.cart_ref { text-align: center }
td.cart_total .price { font-weight: bold; }
tr.cart_item td.cart_unit { padding-right: 1em }
td.cart_quantity {
	width: 7.5em;
	text-align: right
}
.cart_quantity_input { float: right; margin: 5px 10px 0 0; }
td.cart_quantity p, td.cart_quantity a {
	float: left;
	display: inline
}
td.cart_quantity p { padding-right: 0.3em }
td.cart_quantity .icon { margin-top: 0.6em }
td.cart_quantity a.cart_quantity_up,
 td.cart_quantity a.cart_quantity_down { display: block }
tr.cart_free_shipping { white-space: normal }
tr.cart_total_price { font-weight: bold }

/*Error Messages*/

.error{
	color:#F30;
}

.error ol{
	padding-left:2em;
}



/* adresses */
div.addresses {
	
	
	border-top:1px dotted #000;
	border-bottom:1px dotted #000;
	position: relative;
	
}

div.addresses ul.item { clear: both }
ul.address {

	float: left;
	list-style:none;
	
	padding-bottom: 0.6em;
	margin-bottom: 1em;
	position: relative;
	
}
ul.address li {
	padding-right:3em;
	margin-top: 0.6em;


}
li.address_title {
	
	
	font-weight: bold;
	height: 27px;
	font-size: 1.2em;
	line-height: 1.9em
}


li.address_name,
li.address_firstname,
li.address_lastname,
 li.address_company { font-weight: bold }

span.address_name,
span.address_firstname,
span.address_lastname,
span.address_update a,
span.address_delete a { color: #E8A623 }
span.address_name,
span.address_firstname,
span.address_lastname,
span.address_company { font-weight: bold }


#center_column .address_add { padding: 1em 0 }

/* Account homepage links */

.myaccountlist li{
	padding:1em 0;
	list-style:none;
}
.myaccountlist a{
	
	padding:.5em 1em;
	font-family:"Courier New", Courier, monospace;
	background:#E8A623;
	color:#fff;

	font-weight:bold;
	
}

.myaccountlist a:hover{background:#000;}
/* Account footer links */

.footer_links{
	
	clear:both;
	margin-top:1em;
}

.footer_links li{
	list-style:none;
}


/* History Page*/

#block-history{
	padding:2em 0 3em 0;
	border-bottom:1px dotted #000;
	border-top:1px dotted #000;
	margine:1em 0;
}

#block-history #order-list{
	width:100%;
	text-align:center;
}

#block-order-detail{
	padding:1em;
	border:1px dashed #000;
	margin:1em;
}

#block-order-detail #order-detail-content table.std{
width:800px;
}

#block-order-detail #order-detail-content{
	border:none;
	width:auto;
}
#block-order-detail table.std{
	text-align:center;
}


#block-order-detail table.std tfoot{
	text-align:right;

	
}

#block-order-detail .detail_step_by_step {
	text-align:left;
	padding:1em 0;
		
	
}

#block-order-detail .detail_step_by_step td{
	padding-right:1em;
}


/* steps (like order step) */
ul.step {
	background: transparent url('../img/step_start.gif') no-repeat bottom left;
	list-style: none;
	margin: 0.8em auto 2em;
	padding-left: 40px;
	height: 25px;
	width: 465px
}
ul.step li {
	height: 25px;
	float: left;
	width: 100px;
	text-align: center;
	background: transparent url('../img/step_standard.gif') no-repeat bottom left
}
ul.step li.step_current {
	background: transparent url('../img/step_current.gif') no-repeat bottom left;
	font-weight: bold
}
ul.step li.step_todo { font-style: italic }
ul.step li#step_end { width: 40px }
ul.step li#step_end { background: transparent url('../img/step_end.gif') no-repeat bottom left }
ul.step li#step_end.step_current { background: transparent url('../img/step_end_current.gif') no-repeat bottom left }
ul#order_step { background-color: white }


input.next{
	float:right;
}

	/* 
Colors for AU
Grey: #797979

Orange #E8A623



*/