/* Colours
Dark Blue :#00007e
Grey:#707078
Ecom Nav Grey:#6e6e79
Border Grey:#dbdbdd
Input border:#e8e9ec
*/

* {
	margin:0;
	padding:0;
}

html, body {
	background:#fff;
	margin:0;
	padding:0;
	font-size:76%;
	font-family:Arial, Helvetica, sans-serif;
	color:#6e6e79;
	background:#fff url(../images/bodybg.gif) top left repeat-x;
	height:100%;
}

#wrapper {
	height: 100%;
	font-size:1.2em;
	position:relative;
}

body > #wrapper {
	height: auto;
	min-height: 100%;
}

img {border:0;}

a {color:#000; outline:none;}
a:hover {color:#00007e;}

p {
	font-size:1.1em;
	margin:5px 0 5px 0;
}

h1, h2 {
	text-transform:uppercase;
	font-weight:normal;
	font-size:2.4em;
}

h3 {
	text-transform:uppercase;
	letter-spacing:0.05em;
	font-size:1.2em;
	margin:4px 0 4px 0;
	display:block;
	color:#707078;
}

ul,ol{list-style:none;}

address{font-style:normal;}

#ie6shareshow {display: none;}

/*forms*/

.form-list ul, .form-list li{
	clear:both;
}

fieldset{
	border:0;
	background:#f6f6f8;
	padding:18px;
	clear:both;
	overflow:hidden;
}

fieldset fieldset{
	padding:0;
}

input, textarea, select {
	background:#fff;
	border:solid 1px #e8e9ec;
	color:#000;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	margin:0 0 10px 0;
}

.form-list li input{
	width:612px;
}
	
.form-list li .input-box input{
	width:285px;
}

.input-box{
	float:left;
	padding:10px 15px 0px 0;
	width:300px;
}

.form-list li input.checkbox, .form-list li input.radio,
.radio, .checkbox{
	width:20px;
	background:none;
	border:0;
	/* float:left; AMANDAWAKE-243 */
}

label{
	margin:0 0 6px 0;
	/*float:left; AMANDAWAKE-243 */
	font-size:1.1em;
}

legend{
	text-transform:uppercase;
	color:#000;
	display:block;
	margin:0 0 20px 0;
	font-weight:bold;
	font-size:1.1em;
	letter-spacing:1px;
}
button{
	float:right;
	background:#000 url(../images/arrow-white.gif) center right no-repeat;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	border:0;
	display:block;
	text-align:left;
	padding:2px 20px 2px 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	cursor:pointer;
}

button:hover{
	background:#00007e url(../images/arrow-white.gif) center right no-repeat;
}

.buttons-set{
	border-top:solid 1px #e8e9ec;
	padding:20px 0 20px 0;
	clear:both;
	margin:20px 0 0 0;
}

.validation-advice{
	color:#ff0a3e;
	margin:-5px 0 0 0;
}

.validation-failed{
	border:solid 1px #ff0a3e;
}

.item-msg {
	clear:both; 
	font-size:0.9em;
	margin:0 0 3px 0;}

.error{color:#ff0a3e;}

p.required{
	clear:both;
	font-size:1.0em;
}

.please-wait{
	float:right;
	margin-right:10px;
}


/*Add this button*/
a.addthis_button{
	clear:both;
	background:transparent url(../images/arrow.gif) right 6px no-repeat;
	color:#000;
	padding:0 8px 0 0;
	text-decoration:underline;
	text-transform:none;
	display:block;
	width:30px;
	font-weight:bold;
	border:0;
}

#atff{
	line-height:0;
	margin:0;
	padding:0;
	display:block;
	height:0;
	 /*fixes strange bug with add this button that creates whitespace in header or footer*/
}

.arrow-link, .back-link{
	background:transparent url(../images/arrow.gif) right 6px no-repeat;
	color:#000;
	padding:0 8px 0 0;
	text-decoration:underline;
	text-transform:none;
	display:inline-block;
	width:auto;
	font-weight:bold;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
}

.arrow-link:hover{
	background:transparent url(../images/arrow.gif) right 6px no-repeat;
	color:#00007e;
}

.back-link:hover{
	color:#00007e;
}

.back-link{
	float:left;
	padding:0 0 0 8px;
	background:none;
}

a.edit-link{
	text-transform:capitalize;
	font-weight:bold;
}	


/*tables*/

table{
	width:100%;
	margin:20px 0 20px 0;
	border-collapse:collapse;
}

th, td{
	padding:10px 5px 10px 5px;
	border-bottom:1px solid #dbdbdd;
	white-space:nowrap;
	font-size:1.1em;
	color:#6e6e79;
}

td .price, td input{
	color:#6e6e79;
}

th{
	color:#6e6e79;
	font-size:1.8em;
	text-align:left;
	text-transform:uppercase;
	font-weight:normal;
}

/*messages*/

ul.messages{
	margin:0 0 10px 0;
}

ul.messages li{
	background:#f6f6f8;
	border:solid 1px #dbdbdd;
	margin:10px 0 0 0;
}

ul.messages li ul li{
	border:0;
	padding:10px;
	margin:0;
}

ul.messages li.error-msg{
	border:0;
}

ul.messages li.error-msg ul li{
	background:#fff;
	border:solid 1px #000;
	color:#000;
}


.a-right{text-align:right;}


/*Page Titles*/

.category-title, .page-title {
	padding:26px 0 0 10px;
}

.page-title {
	padding:26px 0 20px 0;
}

.block-title {
	padding:26px 0 20px 0;
}

.block-title h2{
	font-size:2.0em;
}

.title-buttons{
	width:100%;
	overflow:hidden;
}

.title-buttons h2,
.title-buttons h3{
	float:left;
	width:70%;
}	

.title-buttons a{
	float:right;
}

/*----------------------------------------------
Header
----------------------------------------------*/
#header {
	width:100%;
	background:#000 url(../images/header.jpg) top center no-repeat;
	font-size:1.1em;
	height:164px;
}

#inner-header {
	width:980px;
	margin:0 auto 0 auto;
	overflow:hidden;
	position:relative;
}

/*----------------------------------------------
Global Header
----------------------------------------------*/

#logo {
	display:block;
	float:left;
	width:157px;
}

#main-nav {
	float:right;
	margin:13px 10px 0 0;
	width:800px;
}

/*Ecommerce Header*/

#ecom-header {
	overflow:hidden;
	width:800px;
	float:right;
}

#ecom-header .links {
	float:right;
	margin:0 0 44px 0;
}

#ecom-header li {
	display:inline;
}

#ecom-header li a {
	color:#6e6e79;
	text-decoration:none;
	background:url(../images/links-seperator.gif) bottom right no-repeat;
	padding:0 5px 0 2px;
}

#ecom-header li span.count{
	color:#fff;
	font-size:1.2em;
}

#ecom-header #search_mini_form {
	float:right;
	margin:0 0 0 10px;
	width:150px;
}

#ecom-header #search_mini_form fieldset{
	background:none;
	padding:0;
}

#ecom-header #search_mini_form legend, 
#ecom-header #search_mini_form label {
	display:none;
}

#ecom-header button, #ecom-header input {
	float:left;
}

#ecom-header input {
	background:#000;
	border:solid 1px #6e6e79;
	color:#6e6e79;
	padding:1px;
	font-size:0.9em;
	width:auto;
}

#ecom-header button {
	background:#000 url(../images/arrow-white.gif) 6px center no-repeat;
	border:solid 1px #6e6e79;
	border-left:0;
	color:#6e6e79;
	text-indent:-9999px;
	width:18px;
	height:18px;
	padding:0;
}

/*----------------------------------------------
Main Nav
----------------------------------------------*/

ul.nav { float:right;}

ul.level0{ position:absolute; top:100px; right:10px; }
ul.level1{ position:absolute; top:30px; right:0px; }
li.levelbridal-readytobuy {padding-left: 220px; }
	



ul.nav li {
	text-transform:uppercase;
	float:left;
	margin:0 0 0 12px;
	display:block;
}

ul.nav li a{
	color:#70717c;
	font-size:1.1em;
	text-decoration:none;
	float:left;
}

/*main active states*/
ul.nav li.active a{color:#bebec7;}

/* 2nd level active states*/
ul.nav li.active li a{color:#70717c;}
ul.nav li.active li.active a{color:#bebec7;}

/*3rd level active states*/
ul.nav li.active li.active li a{color:#70717c;}
ul.nav li.active li.active li.active a{color:#bebec7;}

/*current state*/
ul.nav li.current a{font-size:1.6em; margin-top:-5px;}
ul.nav li.current li a{font-size:1.1em; margin-top:0px;}

/*hover state*/
ul.nav li a:hover,
ul.nav li.active a:hover,
ul.nav li.active li.active a:hover{
	color:#fff;
}

ul.nav li.levelsale a{
	color:#cc0000;
}

/*----------------------------------------------
Main Content
----------------------------------------------*/


#content {
	width:1000px;
	overflow:hidden;
	margin:0 auto 0 auto;
	padding-bottom: 22px;
	postition:relative;
}

.col2-left-layout, .col1-layout{
	padding:0 0 10px 0;
	overflow:hidden;
}

.col2-left-layout .col-main{
	float:right;
	width: 670px;
	padding:0 60px 0px 0;
}

.sidebar{
	float:left;
	width:250px;
}

.col-1{float:left;}
.col-2{float:right;}

/*Prices*/

.old-price, .special-price {
	display:block;
	float:left;
	width:auto;
	font-weight:normal;
}

.old-price {
	text-decoration:line-through;
	padding-right:5px;
}

.special-price {
	border-left:solid 1px #6e6e79;
	padding:0 0 0 10px;
}

/*Pagination*/

.pagination{
	width:100%;
	clear:both;
	overflow:hidden;
}

.pager {
	float:right;
	overflow:hidden;
	padding:10px 20px 20px 10px;
}

.pages, .viewall {
	float:left;
	margin:0 0 0 20px;
	padding:0;
	line-height:1.2em;
}

.pager li {
	display:inline;
	padding:0 3px 0 3px;
	margin:0;
}

.pager fieldset{
	padding:0;
	background:none;
}	

.pager .amount,
.pager .limiter{
	float:left;
}

.pager a {
	font-weight:bold;
}

span.current {
	font-size:1.0em;
	color:#00007e;
	font-weight:bold;
}

a.pager-next {
	background:url(../images/arrow.gif) right 4px no-repeat;
	padding:0 7px 0 5px;
	border-left:solid 1px #000;
}

a.pager-previous {
	background:url(../images/arrow-back.gif) left 4px no-repeat;
	padding:0 5px 0 7px;
	border-right:solid 1px #000;
}

/*---------------------------------------------
Landing Page Dresses
----------------------------------------------*/

.category-ready-to-wear .category-title,
.category-ready-to-wear .category-description,
.category-ready-to-wear .col-main p,
.category-dresses .category-title,
.category-dressses .category-description,
.category-dresses .col-main p,
.category-shoes .category-title,
.category-shoes .category-description,
.category-shoes .col-main p{
display:none;
}
.category-shoes .col-main .product-view  p{
display:block;
}
.category-shoes .col1-layout {
padding-bottom: 0;
margin-bottom: -5px;
}
.category-shoes .block {
position: relative;
background: url(../images/landing_bg.jpg) no-repeat 0 0;
height: 686px;
}
.category-shoes #landing-top-desc {
position: absolute;
top: 20px;
left: 14px;
background: transparent url(../images/title_camilla_skovgaard.png) no-repeat 0 0;
font-family:Arial, Helvetica, sans-serif;
color: #000;
font-size: 1em;
line-height: 1.4em;
margin: 0;
padding: 0 0 0 406px;
width: 396px;
min-height: 48px;
}
.category-shoes #landing-rollover-left {
position: absolute;
top: 134px;
left: 14px;
width: 400px;
height: 440px;
background: transparent url(../images/camilla_brown_buynow.png) no-repeat 0 0;
_background: transparent url(../images/camilla_brown_buynow.jpg) no-repeat 0 0;
display: block;
overflow: hidden;
text-indent: -10000em;
}
.category-shoes #landing-rollover-right {
position: absolute;
top: 134px;
left: 576px;
width: 350px;
height: 440px;
background: transparent url(../images/camilla_zebra_buynow.png) no-repeat 0 0;
_background: transparent url(../images/camilla_zebra_buynow.jpg) no-repeat 0 0;
display: block;
overflow: hidden;
text-indent: -10000em;
}
.category-shoes #landing-rollover-left:hover,
.category-shoes #landing-rollover-right:hover {
background-position: -0px -440px;
}
/*----------------------------------------------
Product Listing
----------------------------------------------*/

.products-list {
	clear:both;
}

.products-list li {
	display:block;
	float:left;
	width:230px;
	height:320px;
	position:relative;
	float:left;
	margin:0 9px 15px 8px;
}

.products-list li a img {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	cursor:pointer;
}

.products-list li h2, .products-list li a {
	font-size:1.0em;
	font-weight:normal;
	text-transform:none;
	display:block;
	width:230px;
	height:320px;
	text-decoration:none;
}

.item-hover {
	width:230px;
	height:320px;
	background:url(../images/item-hover.png) top left no-repeat;
	position:absolute;
	top:0;
	left:0;
	z-index:999;
}
li.new-in .item-hover {
	background:url(../images/item-hover-newin.png) top left no-repeat;
}

.invisible {
	visibility:hidden;
}

.products-list li span.product-name {
	font-size:1.1em;
	color:#fff;
	display:block;
	width:100px;
	position:absolute;
	bottom:70px;
	left:20px;
}

.products-list li span.price-box, .products-list li span.out-of-stock {
	font-size:1.4em;
	position:absolute;
	bottom:40px;
	left:20px;
	color:#e1e1e1;
	
}

.products-list li span.color-info{
	bottom:15px;
	left:20px;
	position:absolute;
	color:#6e6e79;
	font-size:0.8em;
}

/*----------------------------------------------
Product View
----------------------------------------------*/

.product-view {
	padding:0 10px 0 10px;
	overflow:hidden;
}

.product-view fieldset, .product-shop fieldset{
	background:none;
	padding:0;
	clear:none;
}

.product-essential {
	float:left;
	width:630px;
	padding:30px 0 0 0;
	position:relative;
}

.product-collateral {
	float:right;
	width:325px;
	padding:95px 0 0 0;
}

.product-name h1 {
	font-size:1.2em;
	line-height:1.6em;
}

span.seo {
	text-indent:-9999px;
	display:block;
	width:1px;
	height:1px;
	position:absolute;
	overflow:hidden;
}

.product-price{
	width:100%;
	clear:both;
	padding:20px 0 20px 0;
	overflow:hidden;
}

.product-price .regular-price, 
.product-price .old-price,
.product-price .special-price {
	color:#000;
	font-size:2.0em;
}

.product-price .pre-order span {
	font-size: 0.9em;
}


.product-links {
	float:right;
	width:120px;
}

ul.second-block{
	margin:40px 0 0 0;
}

#product-options-wrapper,
.product-options-bottom{
	float:left;
	width:200px;
	overflow:hidden;
}
#product-options-wrapper dl dd {
	background: url(../images/star.gif) no-repeat 168px 0;
}
#product-options-wrapper-message {
	margin-top: -10px; 
	font-size: 0.95em;
}

.product-options select {
	background:#edeef1;
	border:0;
	width:165px;
	color:#6e6e79;
	margin:0 0 15px 0;
	font-size:1.0em;
}

.product-options .validation-advice {
	margin: -15px 0 10px 0;
}
.add-to-cart button {
	width:163px;
	float:left;
}

#accordion {
	float:left;
	margin:20px 0 0 0;
}

.accordion_toggle {
	display: block;
	height: 46px;
	width: 325px;
	cursor: pointer;
	text-indent:-9999px;
}

a#accordion-product {background:url(../images/accordian-product.gif) 0 0 no-repeat;}
a#accordion-care {background:url(../images/accordian-care.gif) 0 0 no-repeat;}
a#accordion-amanda {background:url(../images/accordian-amanda.gif) 0 0 no-repeat;}

a#accordion-product:hover {background:url(../images/accordian-product.gif) 0 -46px no-repeat;}
a#accordion-care:hover {background:url(../images/accordian-care.gif) 0 -46px no-repeat;}
a#accordion-amanda:hover {background:url(../images/accordian-amanda.gif) 0 -46px no-repeat;}

a#accordion-product.accordion_toggle_active {background:url(../images/accordian-product.gif) 0 -92px no-repeat;}
a#accordion-care.accordion_toggle_active {background:url(../images/accordian-care.gif) 0 -92px no-repeat;}
a#accordion-amanda.accordion_toggle_active {background:url(../images/accordian-amanda.gif) 0 -92px no-repeat;}

.accordion_content {
	background-color: #fff;
	color: #444444;
	overflow: hidden;
	width:325px;
	border-bottom:solid 1px #dbdbdd;
	height:1px;
}

.accordion_content p, .accordion_content .std{
	margin:0 0 20px 0;
	overflow:hidden;
}

.accordion_content .std{
	font-size:1.1em;
}

.related{
	float:left;
}

.related h3{
	color:#000;
	font-size:1.9em;
	padding:6px 0 6px 0;
}

.related li{
	float:left;
	margin:0 2px 0 0;
}

/*Product Images*/

.more-views{
	float:left;
	width:126px;
}

.more-views li{
	position:relative;
}

.more-views li a{
	position:relative;
	width:116px;
	height:164px;
	display:block;
}

.more-views a img{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

.more-views a span{
	position:absolute;
	width:116px;
	height:164px;
	top:0;
	left:0;
	z-index:99;
	display:block;
}
.more-views a.video em{
	position:absolute;
	width:116px;
	height:17px;
	bottom:0px;
	left:0px;
	z-index:98;
	display:block;
	background: transparent url(../images/product-thumb-video.png) no-repeat 0 0;
	text-indent: -10000em;
}

.more-views a:hover span{
	background:url(../images/product-thumb-hover.png) top left no-repeat;
}

.image-category-title{
	overflow:hidden;
	padding:0 0 20px 0;
}

.image-category-title h2{
	float:left;
	width:500px;
}

.image-container{
	float:right;
	width:480px;
	position:relative;
	text-align: center;
}
.product-image-zoom {
	 position:relative; 
	 width:475px; 
	 height:662px;
	 overflow:hidden; 
	 z-index:9; 
 }
 
.product-image-zoom img { 
	position:absolute;
	left:0;
	top:0;
	cursor:move;
}

.zoom {
	 position:absolute; 
	 top:30px;
	 right:0;
	 z-index:9; 
	 height:25px; 
	 background:url(../images/slider_bg.gif) top center no-repeat; 
	 cursor:pointer; 
	 width:100px; 
	 float:right; 
	 margin:15px 0 0 0;
}

.zoom #track {display:none;}
.zoom #handle { display:none;}

a.btn-zoom-out,
a.btn-zoom-in{
	position:absolute; 
	display:block; 
	width:17px; 
	height:17px;
	top:0;
	text-indent:-8000px
}

a.btn-zoom-out {background:url(../images/slider_btn_zoom_out.gif) top left no-repeat; left:2px;}
a.btn-zoom-out:hover{background:url(../images/slider_btn_zoom_out.gif) 0 -17px no-repeat;}

a.btn-zoom-in {background:url(../images/slider_btn_zoom_in.gif) top left no-repeat; right:2px;}

a.btn-zoom-in:hover{background:url(../images/slider_btn_zoom_in.gif) 0 -17px no-repeat;}

p.loader{
	background:url(../images/ajax-loader.gif) center center no-repeat;
	display:block;
	width:50px;
	height:50px;
	position:absolute;
	top:280px;
	left:370px;
	z-index:999;
	text-indent:-8000px;
}


.image-container p.loader{
	position:absolute;
	top:200px;
	left:220px;
}


/*----------------------------------------------
Account
----------------------------------------------*/

.account-login, .account-create {
	padding:0 10px 0 10px;
	overflow:hidden;
}

.account-login .col-1,
.account-login .col-2
{
	width:430px;
	background:#f6f6f8;
	padding:20px;
	min-height:250px;
}

.account-login .col-2 .form-list li input {
width:428px;
}

#login-form h3{
	color:#000;
}

.account-login .col-1 .buttons-set{
	margin:120px 0 0 0;
}
.account-login .col-2 .buttons-set{
	margin:30px 0 0 0 ;
}

.account-login .col-2 .buttons-set a{
	float:left;
	margin:10px 0 0 0; 
}

/*Dashboard*/

.block-account li a,
.block-account li.current span{
	display:block;
	background:#edeef1;
	padding:18px;
	color:#6e6e79;
	text-transform:uppercase;
	text-decoration:none;
	font-size:1.1em;
	margin:0 0 1px 0;
}

.block-account li.current span{
	background:#b6b6bc;
	color:#000;
}

.customer-account-edit .col-main,
.customer-address-form .col-main,
.sales-order-history .col-main,
.customer-address-index .col-main,
.customer-account-index .col-main{
	padding-top:40px;
}

.customer-account-edit .page-title h2,
.customer-address-form .page-title h2,
.sales-order-history .page-title h2,
.customer-address-index .page-title h2{
	color:#808089;
}

.customer-account-edit h3,
.customer-address-index h3,
.customer-account-index h3,
.sales-order-view h3,
.customer-address-form h3,
.checkout-onepage-index h3,
.customer-account-forgotpassword h3,
.sendfriend-product-send h3{
	color:#000;
}

.welcome-msg p{
	color:#6e6e79;
}

.recent-orders{
	padding:20px 0 0 0;
}

.recent-orders table th, 
#my-orders-table th{
	background:#f6f6f8;
	font-size:1.0em;
	color:#000;
	border-right:solid 1px #fff;
}

.dashboard-info{
	background:#f6f6f8;
	overflow:hidden;
	margin:0 0 20px 0;
	padding:20px;
}


.dashboard-info .addresses{
	padding:0px;
}

/*address book*/
.addresses{
	background:#f6f6f8;
	overflow:hidden;
	padding:20px;
	margin:0 0 20px 0;
}

.addresses li{
	float:left;
	width:40%;
	padding:20px 0 20px 0;
	font-size:1.1em;
}

.addresses address{
	padding:20px 0 20px 0;
}

/*orders*/
.sales-order-history .pager{
	padding:0;
}


.sales-order-view #my-orders-table tfoot td,
.sales-order-view #my-orders-table tfoot th{
	border:0;
}

.sales-order-view #my-orders-table tbody td .price{
	padding:15px 0 0 0;
	display:block;
}

/*edit account*/

.change-pswd-form{
	padding:20px 0 0 0;
}

/*send to friend*/
p#add_recipient_button{
	margin:0;
	padding:0 20px 0 0;
	font-size:1.0em;
	display:block;
	overflow:hidden;
}

p#add_recipient_button button{
	float:left;

}

/*----------------------------------------------
Checkout
----------------------------------------------*/

#checkout-step-login .col-1,
#checkout-step-login .col-2{
	width:320px;
	min-height:300px;
	background:#f6f6f8;
}

#checkout-step-login .col-1 .buttons-set{
	margin:120px 0 0 0;
}

#checkout-step-login .input-box{
	width:250px;
}

#shopping-cart-table h3.product-name{
	font-size:1.0em;
}

#shopping-cart-table h3.product-name a{
	text-decoration:none;
}

th.quantity, td.quantity{
	text-align:center;
}

dl.item-options dt{
	float:left;
	clear:left;
	font-weight:bold;
	padding:0 10px 0 0;
}

dl.item-options dd{
	float:left;
}

ul.checkout-types li{
	padding:10px 0 0 0;
}

input.qty{
	width:20px;
}

.cart-collaterals{
	float:left;
	width:330px;
}

.cart-collaterals .col-1{
	width:330px;
}

.discount{
	padding:20px 0 0 0;
}

.discount h3{
	font-size:1.4em;
}

td.cart-buttons{
	border-bottom:0;
	padding:30px 0 20px 0;
	font-size:1.2em;
}

td.cart-buttons button{
	font-size:0.9em;
}

td.cart-buttons .arrow-link{
	float:right;
}


td.cart-buttons .back-link{
	background:url(../images/arrow-back.gif) left 5px no-repeat;
}

.totals{
	float:right;
}

.totals table{
	width:100%;
	font-size:1.2em;
	
}

.totals td, .totals th{
	border:6;
	padding:5px;
	font-size:1.2em;
}

.totals td{
	width:130px;
}


.totals tfoot th, .totals tfoot td .price{
	color:#000;
	font-size:1.4em;
}

.section{
	width:100%;
	clear:both;
}

.step-title h3{
	font-size:2.0em;
	padding:0 0 20px 0;
}

.step-title h3 span.number{
	color:#000;
}

.step li fieldset{
	padding:0px;
}

ol#checkoutSteps{
	margin:65px 0 0 0;
}

#checkoutSteps #checkout-step-billing #co-billing-form .form-list li label {
	margin-right: 10px;
}
#checkoutSteps #checkout-step-billing #co-billing-form .form-list #billing-new-address-form li label {
	margin-right: 0;
}

/*progress*/

.block-progress dt{
	text-transform:uppercase;
	color:#b6b6bc;
	border:solid 1px #edeef1;
	border-bottom:0;
	display:block;
	padding:18px;
	font-size:1.1em;
	
}

.block-progress dt.card-progress{
	border-bottom:solid 1px #edeef1;
}

.block-progress dt.active{
	background:#b6b6bc;
	color:#000;
}


.block-progress dt.complete,
.block-progress dd.complete {
	padding:18px;
	display:block;
	background:#edeef1;
	color:#6e6e79;
}

.block-progress p{
	margin:0;
	padding:0;
}

.block-progress dd.complete, 
.block-progress dt login-progress.complete{
	padding-top:0;
	margin:0 0 1px 0;
	
}

.block-progress dt.complete.active,
.block-progress dd.complete.active{
	background:#b6b6bc;
	color:#000;
	border:solid 1px #edeef1;
	border-top:0;
	border-bottom:0;
}

.block-progress dt span.number{
	font-size:1.6em;
}


/*shipping and payment*/
.sp-methods dt{
	font-weight:bold;
	text-transform:uppercase;
	padding:0 0 10px 0;
	display:block;
	clear:both;
}

/*review*/

.order-review td, 
.order-review th{
	border-bottom:1px solid #dbdbdd;
	width:50%;
	padding:5px;
}

.order-review tfoot th,
.order-review tfoot td{
	border:0;
}

.order-review tfoot th{
	font-size: 1.4em
}

.order-review tfoot tr.first th,
.order-review tfoot tr.first td{
	padding-top:30px;
}

.order-review tfoot td .price{
	font-size:1.2em;
}

.order-review tfoot tr.last th, 
.order-review tfoot tr.last td .price{
	color:#000;
	font-size:1.8em;
}

#review-buttons-container p.f-left{
	float:left;
}

/*----------------------------------------------
Footer
----------------------------------------------*/

#footer {
	position: relative;
	margin-top: -42px; /* negative value of footer height */
	height: 42px;
	clear:both;
	width:100%;
	background:#edeef1;
	color:#000;
}

#inner-footer {
	width:980px;
	margin:0 auto 0 auto;
	padding:15px 0 0 0;
}

#inner-footer p {
	float:left;
	width:240px;
	display:block;
}

#inner-footer ul {
	float:right;
}

#inner-footer li {
	display:inline;
	padding: 0 5px 0 3px;
	background:url(../images/footer-seperator.gif) right 7px no-repeat;
}

#inner-footer li.last {
	border-right:0;
}

#inner-footer a {
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
}

#inner-footer a:hover {
	color:#5c5c67;
}

#inner-footer p {
	margin:0;
}

#inner-footer p a {
	font-size:1.0em;
	text-transform:none;
}

/*--------------------------------------------
Print - These styles are for the print preview page.
---------------------------------------------*/

body.page-print{
	width:700px;
	font-size:1.0em;
}

.page-print .col2-set{
	clear:both;
	width:100%;
}

.col-1, .col-2{
	width:45%;
}

.page-print .img-titles,
.page-print .category-name h2, 
.page-print .page-title h2, 
.page-print h2, 
.page-print h3{
	text-indent:0;
	font-size:18px;
	color:#000;
	border-bottom:solid 1px #d5d5d5;
	text-transform:uppercase;
	font-weight:normal;
	margin:20px 0 10px 0 ;
	background:#fff;
	clear:both;
}

.print-wide{
	width:800px;
}
.page-print .buttons-set { display:none; }
