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

/*************** RANDOM ************************/

/**************** 1 *********************/
#ControlShoppingCart1{		
	width:220px;
	height:85px;
	padding-top:35px;
	padding-left:15px;
	padding-right:15px;
	background:url("images/bg_shoppingcart1.jpg") 0px 0px no-repeat;
}

	#ControlShoppingCart1 .btn{
	float:right;
	cursor:pointer;
	}

	#ControlShoppingCart1 h2{
		font-size:16px;
		font-weight:bold;
		text-decoration:none;
		color:#444448;
		margin-bottom:10px;
		margin-top: 0px;
		display:block;
	}

	#ControlShoppingCart1 B{
		color:#44ABE8;
	}

	
/**************** 2 *********************/
#ControlShoppingCart2{		
	width:220px;
	height:85px;
	padding-top:35px;
	padding-left:15px;
	padding-right:15px;
	background:url("images/bg_shoppingcart2.jpg") 0px 0px no-repeat;
}

	#ControlShoppingCart2 .btn{
	float:right;
	cursor:pointer;
	}

	#ControlShoppingCart2 h2{
		font-size:16px;
		font-weight:bold;
		text-decoration:none;
		color:#444448;
		margin-bottom:10px;
		margin-top: 0px;
		display:block;
	}

	#ControlShoppingCart2 B{
		color:#44ABE8;
	}

/**************** 3 *********************/
#ControlShoppingCart3{		
	width:220px;
	height:85px;
	padding-top:35px;
	padding-left:15px;
	padding-right:15px;
	background:url("images/bg_shoppingcart3.jpg") 0px 0px no-repeat;
}

	#ControlShoppingCart3 .btn{
	float:right;
	cursor:pointer;
	}

	#ControlShoppingCart3 h2{
		font-size:16px;
		font-weight:bold;
		text-decoration:none;
		color:#444448;
		margin-bottom:10px;
		margin-top: 0px;
		display:block;
	}

	#ControlShoppingCart3 B{
		color:#44ABE8;
	}

	/**************** 4 *********************/
#ControlShoppingCart4{		
	width:220px;
	height:85px;
	padding-top:35px;
	padding-left:15px;
	padding-right:15px;
	background:url("images/bg_shoppingcart4.jpg") 0px 0px no-repeat;
}

	#ControlShoppingCart4 .btn{
	float:right;
	cursor:pointer;
	}

	#ControlShoppingCart4 h2{
		font-size:16px;
		font-weight:bold;
		text-decoration:none;
		color:#444448;
		margin-bottom:10px;
		margin-top: 0px;
		display:block;
	}

	#ControlShoppingCart4 B{
		color:#44ABE8;
	}







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

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

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

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

	#popShoppingCart .button1{
		width:110px;
		float:left;
		border:1px solid #91D5FD;
		color:white;
		font-size:11px;
		padding-left:5px;
		padding-right:5px;
		cursor:pointer;
		background:url('images/bg_button.jpg') 0px 0px repeat-x #1787C9;
		text-align:center;
	}

	#popShoppingCart .button2{
		width:110px;
		float:right;
		border:1px solid #91D5FD;
		color:white;
		font-size:11px;
		padding-left:5px;
		padding-right:5px;
		cursor:pointer;
		background:url('images/bg_button.jpg') 0px 0px repeat-x #1787C9;
		text-align:center;
	}

	#popShoppingCart .button1:hover,	#popShoppingCart .button2:hover{
		border:1px solid #FF7A00;
		background:url('images/bg_buttono.jpg') 0px 0px repeat-x #FF7A01;
		color:#FFFFFF;
	}

	.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:125px;
	vertical-align: top;
	color:#37B2F6;
	background-color: #A2DBF8;
	border-top:#A2DBF8 4px solid;
	height:80px;
	display:block;
	text-decoration:none;
	border-left:1px solid white;
	}

		.stepItem BIG{
		padding:3px;
		height:20px;
		display:block;
		background-color:white;
		color:#444448;
		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: #37B2F6;
	border-top:#37B2F6 4px solid;
	color:white;
	}

		.stepItem:hover SMALL{
		color:white;
		}


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

		.stepItemHigh BIG{
		padding:3px;
		height:20px;
		display:block;
		background-color:white;
		color:#444448;
		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:125px;
	vertical-align: top;
	color: #A9A9AB;
	background-color: #E7F5F9;
	border-top:#E7F5F9 4px solid;
	height:80px;
	display:block;
	text-decoration:none;
	border-left:1px solid white;
	}

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

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

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



/* ------------------------------------------------------------------ */
/*                           PAGINATION  	                          */
/* ------------------------------------------------------------------ */
#pagination {
	margin-top:30px;
}

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

#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;
}
