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

#ControlShoppingCart{
	width:155px;
	height:103px;
	padding:25px 70px 0px 0px;
	background:url('images/bg_control_shoppingcart.gif') 0px 0px no-repeat;
	text-align:right;
}

	#ControlShoppingCart h2{
		display:none;
		font-size: 10px;
	}


	#ControlShoppingCart B{
		color:#462F58;
		font-size:12px;
		font-weight: bold;
	}


	#ControlShoppingCart A{

	}

		#ControlShoppingCart A:hover{
			
		}

	#ControlShoppingCart .btn {
		width:110px;
		float:right;
		margin-top:15px;
		padding-top: 3px;
		padding-bottom: 3px;
		font-size: 10px;
		letter-spacing: -1px;
	}




	

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


#customerArea{
	
}

	#customerArea A{
		height:64px;
		width:300px;
		float:left;
		text-decoration:none;
		display:block;
		border:1px solid #F4F4F4;
		color:#505050;
		cursor:pointer;
		padding:5px;
		margin-bottom:10px;
	}

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

	#customerArea BIG{
		font-size:12px;
		text-transform:uppercase;
		color:#33A6B5;
	}

	#customerArea .linkUserInfo{
		height:64px;
		padding-left:70px;
		background:url('images/bg_account_1.jpg') 0px top no-repeat;
	}

	#customerArea .linkAddressBook{
		height:64px;
		padding-left:70px;
		background:url('images/bg_account_2.jpg') 0px top no-repeat;
	}

	#customerArea .linkOrders{
		height:64px;
		padding-left:70px;
		background:url('images/bg_account_3.jpg') 0px top no-repeat;
	}

	#customerArea .linkNewsletter{
		height:64px;
		padding-left:70px;
		background:url('images/bg_account_4.jpg') 0px top no-repeat;
	}

	#customerArea .separator{
		width:5px;
		height:1px;
		float:left;
	}
/* ------------------------------------------------------------------ */
/* -                    popShoppingCart                               */
/* ------------------------------------------------------------------ */

	#popShoppingCart{
		
		width:345px;
		height:316px;
		position:absolute;
		background:url("images/bg_popupcart.gif") 0px 0px no-repeat;
		padding-left:25px;
		padding-top:80px;
		margin-top: 50px;
		margin-left: 40px;
	}

	#popShoppingCart h2{
		font-size: 14px;
		}

	#popShoppingCart .content{
		margin-top:20px;
		padding-right: 70px;
	}	

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

	#popShoppingCart .button1{
		
		display:block;
		width:115px;
		float:left;
		font-size:10px;
		text-decoration:none;
		text-align:center;
		padding:3px;
		color:white;
		cursor:pointer;
		background:url("images/bg_button.jpg") 0px 0px repeat;
	}

	#popShoppingCart .button2{
		
		display:block;
		width:115px;
		float:right;
		font-size:10px;
		text-decoration:none;
		text-align:center;
		padding:3px;
		margin-left: 5px;
		color:white;
		cursor:pointer;
		background-color:#AF161C;	
		background:url("images/bg_button.jpg") 0px 0px repeat;
	}

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

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

	.popup_close:hover{
	background-position:0px -30px;
	}


/* ------------------------------------------------------------------ */
/* -                    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:url('images/bg_button2.jpg') 0px 0px repeat-x;
	}

		.stepItem:hover{
			background:url('images/bg_button.jpg') 0px 0px repeat-x;
			color: white;
		}

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

	/*----------------------*/
		
	.stepItemDisabled{
		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:#d7d7d7;	
	}

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

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

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

	.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:url('images/bg_button.jpg') 0px 0px repeat-x;
	}

		.stepItemHigh:hover{
			color:#FFFFFF;
		}

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



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

#pagination {
	margin-top:30px;

}

#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 0px repeat;
}

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

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

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