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


#ControlShoppingCart{
	width:180px;
	height:78px;
	padding:10px;	
	font-size:11px;
	text-align:right;
	margin-bottom:10px;
	background:url("images/bg_shoppingcart.jpg") 0px 0px no-repeat;
}

	#ControlShoppingCart .btn{
		cursor:pointer;
	}

	#ControlShoppingCart A{
		display:block;
		text-decoration:none;
	}
	
	#ControlShoppingCart h2{
		display:none;
	}

	#ControlShoppingCart B{
		display:block;
		padding-top:5px;
		color:#F80080;
	}
		
		#ControlShoppingCart A B:hover{
			color:#5D574B;
		}

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

	#popShoppingCart{
	color:#444448;
	width:250px;
	height:185px;
	position:absolute; 
	z-index:2000;
	padding:25px;
	padding-top:90px;
	background:url("images/bg_popupcart.gif") 0px 0px no-repeat;
	}

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

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

	#popShoppingCart .button1{
		width:110px;
		float:left;
		text-align:center;
		text-decoration:none;
		border:1px solid #FD91C3;
		color:white;
		font-size:9px;
		padding-left:5px;
		padding-right:5px;
		cursor:pointer;
		background:url('images/bg_button.jpg') 0px bottom repeat-x #FA0082;
	}

	#popShoppingCart .button2{
		width:110px;
		float:left;
		text-align:center;
		text-decoration:none;
		border:1px solid #FD91C3;
		color:white;
		font-size:9px;
		padding-left:5px;
		padding-right:5px;
		cursor:pointer;
		background:url('images/bg_button.jpg') 0px bottom repeat-x #FA0082;
	}

	#popShoppingCart .button1:hover,	#popShoppingCart .button2:hover{
		border:1px solid #D7D4CD;
		background:url('images/bg_buttono.jpg') 0px bottom repeat-x #7D766C;
	}

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

	.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{
	float:left;
	width:143px;
	vertical-align: top;
	color: white;
	background-color: #B4AEA1;
	border-top:#B4AEA1 4px solid;
	height:100px;
	display:block;
	text-decoration:none;
	border-left:1px solid white;
	}

		.stepItem BIG{
		padding:3px;
		height:25px;
		display:block;
		background-color:white;
		color:#5D574B;
		font-size:12px;
		display:block;
		}

		.stepItem SMALL{
		font-size:10px;
		padding-left:3px;
		padding-top:3px;
		padding-right:3px;
		display:block;
		color:white;
		}


	.stepItem:hover{
	background-color: #78AC10;
	border-top:#78AC10 4px solid;
	color:white;
	}

		.stepItem:hover SMALL{
		color:white;
		}


	.stepItemHigh{
	float:left;
	width:143px;
	vertical-align: top;
	color: white;
	background-color: #F80080 ;
	border-top:#F80080  4px solid;
	height:100px;
	display:block;
	text-decoration:none;
	border-left:1px solid white;
	}

		.stepItemHigh BIG{
		padding:3px;
		height:25px;
		display:block;
		background-color:white;
		color:#F80080;
		font-size:12px;
		}

		.stepItemHigh SMALL{
		font-size:10px;
		padding-left:3px;
		padding-top:3px;
		padding-right:3px;
		display:block;
		}


	.stepItemHigh:hover{
		color:white;
	}
		
	.stepItemDisabled{
	float:left;
	width:143px;
	vertical-align: top;
	color: #BEBCB7;
	background-color: #F9F8F7;
	border-top:#F9F8F7 4px solid;
	height:100px;
	display:block;
	text-decoration:none;
	border-left:1px solid white;
	}

		.stepItemDisabled BIG{
		padding:3px;
		height:25px;
		display:block;
		background-color:white;
		color:#BEBCB7;
		font-size:12px;
		}

		.stepItemDisabled SMALL{
		font-size:10px;
		padding-left:3px;
		padding-top:3px;
		padding-right:3px;
		display:block;
		}

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



/* ------------------------------------------------------------------ */
/*                           PAGINATION  	                          */
/* ------------------------------------------------------------------ */
#pagination {
	margin-top:30px;
}
#pagination A{
	display:block;
	color:white;
	font-size:10px;
	text-decoration:none;
    background-color:red;
	padding:3px;
	width:120px;
	text-align:center;
	background:url("images/bg_button.jpg") 0px bottom repeat-x #FA0082;
}

	#pagination A:hover{
		background:url("images/bg_buttono.jpg") 0px bottom repeat-x #7D766C;
	}

#pagination .pagiLeft{
	text-decoration:none;
	width:126px;
	margin-top:-10px;
}

#pagination .pagiCenter{
	/*
	width:400px;
	float:left;
	text-align:center;
	text-decoration:none;
	*/
}

#pagination .pagiRight{
	text-align:right;
	text-decoration:none;
	width:126px;
	margin-top:-19px;
	float:right;
}

