/* ------------------------------------------------------------------ */
/* -                     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:315px;
		height: 110px;
		float:left;
		border:1px solid #dfdfdf;
		font-size:100%;
		text-align:justify;
		background-color:white;
		margin-bottom:12px;
		padding: 3px;
		cursor: pointer;
	}

		#customerArea A:hover{
			border:1px solid #00c4f3;
		}

		#customerArea A:hover .double{
			border:1px dashed #00c4f3;
		}
		
	#customerArea a .double {
		padding: 7px;
		border:1px dashed #dfdfdf;
		height: 94px;
		color: #6f6d6e;
	}


	#customerArea BIG{
		 font-size:14px;
		 font-weight: bold;
		 display:block; 
		 font-weight:normal;
		 color:#00c4f3;
		 margin:0px 0px 0px 0px;
		 padding:0px;
		 text-transform: uppercase;
	}

	#customerArea .linkUserInfo{padding-left:70px; background:url('images/bg_account_1.jpg') 0px top no-repeat;}
	#customerArea .linkAddressBook{padding-left:70px; background:url('images/bg_account_2.jpg') 0px top no-repeat;}
	#customerArea .linkOrders{padding-left:70px; background:url('images/bg_account_3.jpg') 0px top no-repeat;}
	#customerArea .linkNewsletter{padding-left:70px; background:url('images/bg_account_4.jpg') 0px top no-repeat;}
	#customerArea .linkMyPhotos{padding-left:70px; background:url('images/bg_account_5.jpg') 0px top no-repeat;}

	#customerArea .separator{
		width:12px;
		height:1px;
		float:left;
	}

/* ------------------------------------------------------------------ */
/* -                    popShoppingCart                               */
/* ------------------------------------------------------------------ */

	#popShoppingCart{

	}

	#popShoppingCart h2{
		
		}

	#popShoppingCart .content{
		
	}	

	#popShoppingCart .content BIG{
		
	}

	#popShoppingCart .button1{

		
	}

	#popShoppingCart .button2{

	}

	#popShoppingCart .button1:hover,#popShoppingCart .button2:hover{
	  
	  
	}

	.popup_close{

	}

	.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%;
		height: 20px;
		text-align: center;
		color: #797979;
		background:url('images/stepitem.jpg') 0px 0px repeat-x #e2e2e2;
		display: block;
		padding-top: 6px;
		float: left;
		border: none;
		margin: none;
	}

		.stepItem:hover{
			color:#FFFFFF;
			border: none;
			margin: none;
			background:#00c4f3;
		}

	.stepItemSeparator{
		width:10px;
		height:28px;
		float:left;
		background:url('images/stepitemseparator.jpg') 0px 0px no-repeat;
	}

	/*----------------------*/
		
	.stepItemDisabled{
		width: 100%;
		height: 20px;
		background:url('images/stepitemdisabled.jpg') 0px 0px repeat-x #e2e2e2;
		text-align: center;
		color: #797979;
		display: block;
		padding-top: 6px;
		float: left;
	}

		.stepItemDisabled:hover{
			cursor:no-drop;
			border: none;
			margin: none;
		}

	.stepItemSeparatorDisabled{
		width:10px;
		height:28px;
		float:left;
		background:url('images/stepitemseparatordisabled.gif') 0px 0px no-repeat;
	}

	/*----------------------*/

	.stepItemHigh{
		width: 100%;
		height: 20px;
		/*background:url('images/stepitemhigh.png') 0px 0px repeat-x #e2e2e2;*/
		background:#00c4f3;
		text-align: center;
		color: white;
		display: block;
		padding-top: 6px;
		float: left;
	}

		.stepItemHigh:hover{
			color:#FFFFFF;
			border: none;
			margin: none;
			background:#00c4f3;
		}

	.stepItemSeparatorHigh{
		width:10px;
		height:28px;
		float:left;
		background:url('images/stepitemseparatorhigh.gif') 0px 0px no-repeat;
		border: none;
		margin: none;
	}


/* ------------------------------------------------------------------ */
/*                           PAGINATION  	                          */
/* ------------------------------------------------------------------ */

#pagination {
	margin-top:15px;
}

#pagination A{

}

	#pagination A:hover{
		filter:alpha(opacity=80);  
		-moz-opacity:0.80;
		opacity: 0.80;	
	}

#pagination .pagiLeft{
	float:left;
	text-decoration:none;
}

	.pagiLeft .btn {
		display: block;
	}

#pagination .pagiRight{
	float:right;
	text-decoration:none;
}

	.pagiRight .btn {
		display: block;
	}
