/***** Shooping Cart *****/

* #container {
overflow:auto;
overflow-y:hidden;
}

.clear {
clear: both;
}

#leftcol,
#midcol,
#rightcol {
float:left;
font-size:0.8em;
}

	#leftcol a,
	#midcol a,
	#rightcol a {
	text-decoration:none;
	}

/***** Breadcrumbs *****/


h3 {
	color:#783675;
	margin-bottom: 20px;
	
}

#breadcrumbs {
margin:0 21px 18px 21px;
padding:0 0 5px 0;
border-bottom:1px solid #dcdcdc;
font-size:0.85em;
}
	
	#breadcrumbs p {
	color:#595959;
	margin:0;
	}
	
		#breadcrumbs p a {
		color:#595959;
		font-size:0.9em;
		font-weight: bold;
		text-transform: capitalize;
		}
		
		#breadcrumbs p a.primary {
		font-size:0.9em;
		font-weight: normal;
		}
	
	#breadcrumbs a {
	color:#6e6e6e;
	font-size:1em;
	text-decoration:none;
	}
	
	#breadcrumbs ul {
	float:right;
	margin:0;
	padding:0;
	list-style:none;
	}
	
		#breadcrumbs ul li {
		float:left;
		}
		
			#breadcrumbs ul li a {
			color:#595959;
			}
			
				#breadcrumbs ul li a span {
				color:#595959;
				}
			
			#breadcrumbs ul li a:hover {
			text-decoration:underline;
			}
			
			#breadcrumbs ul li a.account {
			padding-left:15px;
			background:url(/images/icon-account.gif) 0 3px no-repeat;
			}

			#breadcrumbs ul li a.logout {
			padding-left:15px;
			background:url(/images/icon-logout.gif) 0 3px no-repeat;
			}
			
			#breadcrumbs ul li a.cart {
			padding-left:18px;
			background:url(/images/icon-cart.gif) 0 3px no-repeat;
			}
			
			#breadcrumbs ul li a.checkout {
			color:#0c9402;
			padding-left:17px;
			background:url(/images/icon-checkout.gif) 0 3px no-repeat;
			}

/***** Headings *****/

#leftcol h3,
#rightcol h3 {
color:#7b7b7b;
height:24px;
margin:0 0 20px 0;
padding:7px 0 0 12px;
font-size:1em;
font-weight:normal;
background:url(/images/bg-sidebar-heading.png) repeat-x;
}
	
	#leftcol h3 a,
	#rightcol h3 a {
	color:#7b7b7b;
	text-decoration:none;
	}

/**** Left Column *****/

#leftcol {
width:185px;
padding:0 22px 0 21px;
}

	#leftcol ul {
	/*margin:20px 0;*/
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
	text-transform: capitalize;
	}
	
		#leftcol ul li {
		/*display:inline; turned off for subnav*/
		}
		
			#leftcol ul li {
			/*display:block; turned off for subnav*/
			padding:1px 0 1px 12px;
			border-top:1px solid #f0f0f0;
			}
			
			#leftcol ul li a.first {
			border-top:1px solid #f0f0f0;
			}
			
			#leftcol ul li a:hover {
			text-decoration:underline;
			}
			
			#leftcol ul li ul li {
				/*border-bottom:none;*/
			}
				
			
			
			
	
	#leftcol form {
	margin:-8px 0;
	}
	
		#leftcol form input.field {
		width:112px;
		border:1px solid #91418c;
		}
		
		#leftcol form input.button {
		border-top:1px solid #d0cdc6;
		border-right:1px solid #414141;
		border-bottom:1px solid #414141;
		border-left:1px solid #fff;
		background:#d0cdc6;
		}
	
	#leftcol #new-product {
	text-align:center;
	}
	
		#leftcol #new-product h3 {
		text-align:left;
		}
		
		#leftcol #new-product img {
		margin:0 0 10px 0;
		}
		
		#leftcol #new-product a {
		color:#783675;
		text-decoration:none;
		}
		
		#leftcol #new-product a:hover {
		text-decoration:underline;
		}

/**** Middle Column *****/

#midcol {
width:466px;
padding:0 20px;
text-align:left;
background:url(/images/bg-midcol-shop.png) no-repeat;
}

	#midcol h4 {
	text-align: left;
	}
	
	#midcol ul.listing {
	clear:both;
	margin:0;
	padding:0;
	list-style:none;
	}
	
		#midcol ul.listing li {
		float:left;
		display:block;
		padding:0 0 15px 0;
		}
		
		#midcol ul.listing li.middle {
		padding:0 20px;
		}

	#midcol.cart {
		float:right;
		width:698px;
		padding:0 14px 0 22px;
		font-size:0.75em;
		line-height:1.45;
		background:url(/images/bg-midcol-cart.png) no-repeat;
	}

/**** Right Column *****/

#rightcol {
color:#783675;
width:228px;
/*padding:0 23px 0 20px;*/
}

	#rightcol p {
	padding-left:12px;
	}
	
	#rightcol ol {
	margin:20px 0 20px 20px;
	padding:0;
	list-style-position:inside;
	}
	
		#rightcol ol li a:hover {
		text-decoration:underline;
		}

		
		#rightcol p.clear-items {
	margin:20px 0 0 0;
	padding:11px 0 0 0;
	border-top:1px solid #dcdcdc;
	text-indent:-4000px;
	}
	
		#rightcol p.clear-items a {
		display:block;
		width:175px;
		height:71px;
		margin:0 auto;
		background:url(/images/clearance-items.png) no-repeat;
		}
	
	#rightcol p.clear-button {
	margin:1px 0 12px 0;
	text-indent:-4000px;
	}
	
		#rightcol p.clear-button a {
		display:block;
		width:185px;
		height:56px;
		background:url(/images/specials.jpg) no-repeat;
		}




#item_listing .cart_item{
background:url(/images/bg-catalogue-item-listing.jpg) no-repeat;
width: 462px;
height:144px; 
margin: 5px auto 15px auto; 
text-align: left;
position: relative;
}

	#item_listing .cart_item .item_image {
	float: left;
	text-align: center;
	width: 125px;
	height: 120px;
	margin: 5px 5px 0 0;
	}

	.cart_item .item_contents {
		padding: 15px 10px 5px 5px;
	}

	.cart_item h4 {
	border-bottom: 1px solid #ccc;
	font-size: 1em;
	margin: 0 20px 0 130px;
	}

		.cart_item h4 a {
		color: #783675;
		}

	.cart_item p {
	padding: 0;
	margin: 0;
	}

	.cart_item p.comments {
		margin: 3px 0 0 0;
		font-style: italic;
	}

	.cart_item .item_details {
	font-size: 0.9em;
	}
	
		.cart_item .item_details .pricing {
		float: right;
		width: 150px;
		font-weight: bold;
		color: #0c9402;
		margin-right: 5px;
		text-align: right;
		}
		
		.cart_item .quantity a {
		color: #999;
		font-weight: normal;
		font-size: 0.9em;
		}
		
	.cart_item .item_info {
	margin-left: 125px;
	text-align: left;
	}
	
	.cart_item .price_discounts{
	position: absolute; 
	color: #0c9402;
	background-color: #fff;
	top: 15px; 
	right: 0;
	}

		.cart_item .price_discounts span{
		font-weight: bold;
		}

	.cart_item .cart_functions {
	position: absolute;
	bottom: 15px;
	right: 5px;
	margin:10px 5px 0 0;
	text-align: right;
	}

	.cart_item .health_warning {
	color: #aa0000;
	font-size: 0.85em;
	margin-top: 8px;
	}

#single_item .cart_item {
width: 462px;
margin: 5px auto 15px auto; 
text-align: left;
}

	#single_item .cart_functions {
	margin-top: 60px;
	float: none;
	text-align: left;
	position: relative;
	}

	#single_item .cart_item .item_image {
	float: left;
	text-align: center;
	width: 205px;
	height: ;
	}
	
	#single_item h3 {
	border-bottom: 1px solid #ccc;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0px;
	padding: 0px;
	}

	#single_item h4 {
	border: none;
	font-size: 1em;
	margin: 0;
	}
	
	#single_item .title {
	margin-bottom: 15px;
	}
	
	#single_item .price {
	color: #0c9402;
	font-weight: bold;
	margin-top: 10px;
	}
	
	#single_item .cart_item .price_discounts {
	left: 0px;
	top: 15px;
	}
	
	#single_item .cart_item .item_info {
	margin-left: 220px;
	padding-left: 8px;
	border-left: 1px solid #eee;
	}
	
	.cart_item .shoe_options {
	text-align: left;
	margin: 10px 0 0 0;
	}

		.cart_item .shoe_options select{
		display: block;
		margin: 2px 0 3px 5px;
		}

	input.qty {
	width: 2em;
	margin-right: 20px;
	}

#pagination {
margin: 20px 5px 0 0;
text-align: right;
}

	#pagination span {
	margin: 0 3px;
	}

		#pagination span a{
		color: #646464;
		text-decoration: none;
		}

		#pagination span a:hover {
		color: #fc9307;
		}

		#pagination span span.current {
		margin: 0;
		font-weight: bold;
		}


#cart {
width: 694px;	
}

	#cart p {
	padding:0;
	margin: 0;
	}

	#cart .footer {
	background-color: #fff;
	background:url(/images/bg-cart-table-footer.jpg) no-repeat;
	text-align: right;
	padding-right: 10px;
	margin:0;
	}

	#cart .footer .buttons {
	margin: 10px 0;
	}

		#cart .footer p span{
		font-weight: bold;
		}
	
	#cart .footer a{
	margin-left: 15px;
	}

	#cart .footer #freight_message {
	padding: 10px 25px;
	text-align: left;
	}
	
		#cart .footer #freight_message a {
		margin: 0;
		}


	#cart table {
	background:url(/images/bg-cart-table-header.jpg) no-repeat;
	text-align: left;
	width: 100%;
	}
	
		#cart table .item{
		padding-left: 10px;
		}
	
		#cart table .item span {
		margin-right: 15px;
		}
	
		#cart table thead th.item {
		width: 55%;
		}

		#cart table thead th.price {
		width: 13%;
		}

	
		#cart table thead th.qunatity {
		width: 11%;
		}		

		#cart table thead th.item_total {
		width: 11%;
		}

	
		#cart table .options {
		text-align: right;
		width: 10%;
		}	

			#cart table .options a {
			margin-right: 10px;
			}

		#cart table .item_total {
		text-align: right;
		}

		#cart table .quantity {
		text-align: center;
		}	
	
		#cart table thead th {
			padding: 10px 0 10px 0;
		}

		#cart table tbody td {
		padding-bottom: 8px;
		border-bottom: 1px solid #f0f0f0;
		}

		#cart table td.quantity {
		width: 2em;
		}

	#cart input.qty {
	width: 1.8em;
	}

	#cart h4 a {
	color: #783675;
	}
	
	#cart a.delete {
	color:#aa0000;
	}
	
	#cart a.checkout {
	color:#0c9402;
	padding-left:17px;
	background:url(/images/icon-checkout.gif) 0 3px no-repeat;		
	}
	
	#cart a.continue {
	color:#783675;
	padding-left:17px;
	background:url(/images/icon-continue-shopping.gif) 0 3px no-repeat;
	}

	#cart a.save {
	color:#aa0000;
	padding-left:17px;
	float: left;
	/*background:url(/images/icon-continue-shopping.gif) 0 3px no-repeat;*/
	}

	
	a.submit {
		border: none;
		color: #ff6c00;
		font-size: 1em;
		padding-left:17px;
		background:url(/images/icon-cart-orange.gif) 0 3px no-repeat;		
	}
	
	#cart a:hover, #item_listing .cart_functions a:hover {
	text-decoration: underline;
	}

	#cart .cart_form {
	margin-top: 20px;
	padding-bottom: 15px;
	background:url(/images/bg-cart-table-background.jpg) repeat-y;
	}

	#cart .po_header {
	text-align: left;
	}
	
		#cart .po_header span {
		display: block;
		float: left;
		width: 10em;
		margin-left: 1em;
		}

		#cart .po_header .billing {
		width: 40%;
		float: left;
		}

		#cart .po_header .shipping {
		margin-left: 45%;
		}
	
	#cart .po_header dl {
	margin-left: 1em;
	}
		
	#cart .po_header dl dt {
	width: 10em;
	float: left;
	}
	
	#cart .po_header dl dd {
	margin-left: 11em;
	}



#register_form {
text-align: left;
}

	#register_form h3 {
	margin: 15px 0 10px 0;
	}

	#register_form h4 {
	margin: 10px 0 5px 0;
	}

	#register_form span.error {
	color: #aa0000;
	font-size: 0.8em;
	display: block;
	}

	#register_form p {
	margin: 2px 10px;
	padding: 0;
	clear: both;
	}
	
		#register_form p label {
		color: #90418a;
		font-size: 1.2em;
		display: block;
		float: left;
		width: 12em;
		text-align: right;
		margin: 3px 5px 0 0;

		}

		#register_form p.checkbox label {
		display: inline;
		float: none;
		text-align: left;
		margin-left: 2em;
		font-size: 1.1em;	
		}


	#register_form textarea {
	display: block;
	height: 25em;
	width: 95%;
	margin: 8px 0;
	}


	#register_form p.form_end {
	margin: 20px 0;
	text-align: right;
	}
	
		#register_form p.form_end input {
		color:#0c9402;
		border:1px solid #c9edc9;
		padding:5px 8px;
		text-align:center;
		background:#c9edc9;		
		}
		
	#register_form p.service_areas span {
	display: block;
	float: left;
	width: 45%;
	}

		#register_form p.service_areas label {
		display: inline;
		float: none;
		text-align: left;		
		}

	#register_form .trade_reference {
	margin: 4px 0;
	border-bottom: 1px solid #eee;
	}


#registration_steps {
color: #595959;
}

	#registration_steps ol {
	font-size: 1.2em;
	padding: 0;
	margin: 0 0 25px;
	}
	
		#registration_steps ol li {
			color: #bbb;
			list-position: inside;
			margin: 8px 0;
		}
		
		#registration_steps ol li.current {
		color: #90418a;
		}

#extra_user_info {
margin-top: 25px;
}

#extra_user_info input {
margin-left: 0;
}

#extra_user_info label {
float: left;
width: 85px;
}

#extra_user_info span {
display: block;
margin-left: 90px;
text-align: left;
}

#extra_user_info textarea {
	width: 550px;
	height: 50px;
}
		
#cart_summary p{
margin: 0;
}		

#cart_summary .view_cart {
border: none;
color: #ff6c00;
font-size: 1em;
padding-left:17px;
background:url(/images/icon-cart-orange.gif) 0 3px no-repeat;	
}

#cart_summary a.view_cart:hover {
text-decoration: underline;
}

#cart_summary .button {
margin-top: 10px;
}

#cart_summary .label{
font-weight: bold;
color: #999;
}
	
.errors{
   background-color:#fbfbf5;
   color:#ca541a;
   border:1px solid #ca541a;
   padding:15px;
   margin-top:15px;
}
.success{
   background-color:#edfcec;
   color:#4a9544;
   border:1px solid #309f27;
   padding:15px;
   margin:15px;
   font-weight:bold;
}

.field {
border:1px solid #91418c;
}

#midcol a.back_to_top {
float: right;
color: #783675;
margin-top: 20px;
}

#midcol a.back_to_top:hover {
text-decoration: underline;
}

#cart p.bookmark {
	color: #0c9402;
	padding: 20px 0;
}

#rightcol .pane {
	margin-top: 30px;
}

	#rightcol .pane p {
		margin: 0px;
	}
	
	#rightcol .pane p a:hover {
		text-decoration: underline;
	}
	
.order_list .footer {
	height: 78px;
}

	#cart .order_list table .po {
		width: 150px;
		padding-left: 10px;
	}
	
	.order_list .date {
		width: 100px;
	}
	
	

