/* ------------------------------------------------------------------ */
/* -                     CONTROL SHOPPING CART                        */
/* ------------------------------------------------------------------ */

#ControlShoppingCart{
	width:140px;
	height:97px;
	margin-left:450px;
}

	#ControlShoppingCart H3{
		margin-bottom:6px;
	}

	#ControlShoppingCart B{
		float:right;
		margin-top:4px;
	}

	#ControlShoppingCart .infoShoppingCart{
		width:130px;
		height:69px;
		padding:5px;
		background:url('images/bg_ctrl_shoppingcart.gif') 0px 0px no-repeat;
	}

		#ControlShoppingCart .infoShoppingCart A{
			color:#665953;
		}

			#ControlShoppingCart .infoShoppingCart A:hover{
				color:#ff8021;
			}

	#ControlShoppingCart .btnShoppingCart{
		width:140px;
		height:17px;
		display:block;
		padding-top:1px;
		text-align:center;
		font-size:11px;
		color:#ffffff;
		background:url('images/bg_btn_shoppingcart.gif') 0px 0px repeat-x;
		cursor:pointer;
	}

		#ControlShoppingCart .btnShoppingCart:hover{
			background-position:0px bottom;
		}


/* ------------------------------------------------------------------ */
/*                         CUSTOMER AREA  	                          */
/* ------------------------------------------------------------------ */


#customerArea{
}

	#customerArea A{
		width:270px;
		height:80px;
		float:left;
		text-decoration:none;
		display:block;
		cursor:pointer;
		margin-bottom:11px;
		font-size:11px;
		color:#665953;
		border:1px solid #dad3d0;
		padding:10px;
	}

		#customerArea A:hover{
			border:1px solid #ff8021;
		}

	#customerArea BIG{
		font-size:16px;
		display:block; 
		font-weight:normal;
		color:#ff8021;
		margin:0px 0px 3px 0px;
		padding:0px;
	}

	#customerArea .linkUserInfo{padding-left:60px; background:url('images/bg_account_1.jpg') 0px top no-repeat;}
	#customerArea .linkAddressBook{padding-left:60px; background:url('images/bg_account_2.jpg') 0px top no-repeat;}
	#customerArea .linkOrders{padding-left:60px; background:url('images/bg_account_3.jpg') 0px top no-repeat;}
	#customerArea .linkNewsletter{padding-left:60px; background:url('images/bg_account_4.jpg') 0px top no-repeat;}

	#customerArea .separator{
		width:11px;
		height:1px;
		float:left;
	}


/* ------------------------------------------------------------------ */
/* -                    popShoppingCart                               */
/* ------------------------------------------------------------------ */

	#popShoppingCart{
		width:266px;
		height:163px;
		padding:105px 30px 20px 20px;
		position:absolute;
		z-index: 9999;
		background:url("images/bg_popupcart.gif") 0px 0px no-repeat;
		margin-top:50px;
	}

	#popShoppingCart h2{
		color:#ff8021;
	}

	#popShoppingCart .content{
	}	

	#popShoppingCart .content BIG{
		font-weight:bold;
	}

	#popShoppingCart .button1{
		display:block;
		width:117px;
		padding:1px 5px 0px 5px;
		float:left;
		color:white;
		font-size:10px;
		text-align:center;
		cursor:pointer;
		border:1px solid #ffb37b;
		background:url('images/bg_btn_hover.gif') 0px 0px repeat-x #f06801;
	}

	#popShoppingCart .button2{
		display:block;
		width:117px;
		padding:1px 5px 0px 5px;
		float:left;
		color:white;
		font-size:10px;
		text-align:center;
		cursor:pointer;
		border:1px solid #ffb37b;
		background:url('images/bg_btn_hover.gif') 0px 0px repeat-x #f06801;
		margin-left:7px;
	}

		#popShoppingCart .button1:hover, #popShoppingCart .button2:hover{
		  filter:alpha(opacity=80);  
		  -moz-opacity:0.80;
		  opacity: 0.80;
		}

	.popup_close{
		display:block;
		height:33px;
		width:33px;
		position:relative;
		margin-bottom:-30px;
		top:150px;
		left:263px;
	}

		.popup_close:hover{
		}


/* ------------------------------------------------------------------ */
/* -                    SHOPPINGCART PAGE                             */
/* ------------------------------------------------------------------ */


#ShoppingCartPage INPUT{
	margin-top:10px;
	float:right;
}

#ShoppingCartPage table{
	width:100%;
	font-size:10px;
}

#ShoppingCartPage table th{
	font-size:11px;
	color:#A80606;
}

#ShoppingCartPage table td{
	border-bottom:1px #52565A dotted;
}

#ShoppingCartPage table B{
	font-size:11px;
	color:#A80606;
}


/* ------------------------------------------------------------------ */
/* -                   STEP ITEMS                                     */
/* ------------------------------------------------------------------ */



.stepItem{
		width:100%;
		float:left;
		display:block;
		padding:7px 0px 7px 0px;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
		text-align:center;
		text-decoration:none;
		background-color:#F97614;
	}

		.stepItem:hover{
			background-color:#b7ce24;
			color: white;
		}

	.stepItemSeparator{
		width:10px;
		height:28px;
		float:left;
		background:url('images/stepitemseparator.gif') 0px 0px no-repeat;
	}

	/*----------------------*/
		
	.stepItemDisabled{
		width:100%;
		float:left;
		display:block;
		padding:7px 0px 7px 0px;
		color:#ad9f99;
		font-size:11px;
		font-weight:bold;
		text-align:center;
		text-decoration:none;
		background-color:#F8F6F6;	
	}

		.stepItemDisabled:hover{
			color:#FFFFFF;
			cursor:no-drop;
		}

	.stepItemSeparatorDisabled{
		width:10px;
		height:28px;
		float:left;
		background:url('images/stepitemseparatordisabled.gif') 0px 0px no-repeat;
	}

	/*----------------------*/

	.stepItemHigh{
		width:100%;
		float:left;
		display:block;
		padding:7px 0px 7px 0px;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
		text-align:center;
		text-decoration:none;
		background-color:#b7ce24;
	}

		.stepItemHigh:hover{
			color:#FFFFFF;
		}

	.stepItemSeparatorHigh{
		width:10px;
		height:28px;
		float:left;
		background:url('images/stepitemseparatorhigh.gif') 0px 0px no-repeat;
	}



/* ------------------------------------------------------------------ */
/*                           PAGINATION  	                          */
/* ------------------------------------------------------------------ */

#pagination {
	margin-top:15px;
}

#pagination A{
	display:block;
	font-size:10px;
	text-decoration:none;
	padding:3px;
	width:120px;
	text-align:center;
	color:white;
	cursor:pointer;
	background:url("images/bg_btn.gif") 0px bottom repeat-x #fe7f1f;
}

	#pagination A:hover{
		filter:alpha(opacity=80);  
		-moz-opacity:0.80;
		opacity: 0.80;	
	}

#pagination .pagiLeft{
	float:left;
	text-decoration:none;
}

#pagination .pagiRight{
	float:right;
	text-decoration:none;
}
