/* ------------------------------------------------------------------ */
/* -                     SHIPPING COUNTRIES                           */
/* ------------------------------------------------------------------ */

	#shippingCountryContainer{
		width:420px;
		padding:7px 20px 8px 0px;
		margin-bottom:10px;
		font-size:11px;
		color:#d1cbc8;
		float:left;
		cursor:pointer;
	}
			
			#shippingCountryContainer .activeDown{
					background:url('images/arrow-down.gif') right 0px no-repeat;
					padding-right:20px;
			}

			#shippingCountryContainer .activeUp{
					background:url('images/arrow-up.gif') right 0px no-repeat;
					padding-right:20px;
			}


		
				#shippingCountries{			
					width:330px;
					position:absolute;
					/*margin-left:-100px !important;*/
					margin-left:0px;
					/*margin-top:20px !important;*/
					margin-top:-3px;
					background-color:white;
					border-left:1px solid #654838;
					border-bottom:1px solid #654838;
					border-right:1px solid #654838;
					color:#654838;
				}

					#shippingCountries A{
						display:block;
						border-bottom:1px solid #F1EFEE;
						color:#654838;
						margin-top:1px;
						padding:1px 10px 0px 6px;						
						height:17px;
						cursor:pointer;
						float:left;
						width:145px;
						margin-right:1px;
						font-size:9px;						
					}

					#shippingCountries A:hover{							
						background-color:#ADC706;
						color:white;
					}

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



#ControlShoppingCart{
	width:210px;
	height:59px;
	padding:15px;
	color:#cfdbe7;
	background:url('images/bg_shoppingcart.jpg') 0px 0px no-repeat;

	margin: 0px 0px 15px 0px;
}

	#ControlShoppingCart H2{
		color:#ffffff;
		font-size:14px;
		padding:0px;
		margin:0px 0px 5px 0px;
	}

	#ControlShoppingCart A{
		color:#cfdbe7;
	}

		#ControlShoppingCart A:hover{
			text-decoration:underline;
		}

	#ControlShoppingCart BIG{
		display:block;
		margin-top:5px;
		font-size:14px;
		color:#bcda03;
		letter-spacing:-1px;
	}

	#ControlShoppingCart .btnShoppingCart{
		display:block;
		width:77px;
		height:16px;
		padding-top:2px;
		float:right;
		text-align:center;
		font-size:10px;
		color:#ffffff;
		background:url('images/bg_btn_shoppingcart.gif') 0px 0px no-repeat;
		position:relative;
		top:-15px;
		margin-bottom:-15px;
	}

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


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


#customerArea{
}

	#customerArea A{
		width:213px;
		height:90px;
		float:left;
		border:1px solid #e8e5e5;
		padding:10px;
		text-decoration:none;
		display:block;
		cursor:pointer;
		margin-bottom:10px;
		font-size:11px;
		color:#988d8d;
	}

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

	#customerArea BIG{
		font-size:16px;
		display:block;
		margin-bottom:5px;
		color:#7e9ab6;
	}

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

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


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

	#popShoppingCart{
		width:260px;
		height:230px;
		padding:50px 20px 20px 20px;
		position:absolute;
		background:url("images/bg_popupcart.gif") 0px 0px no-repeat;
		//margin-top:50px;
	}

	#popShoppingCart h2{
		color:#7e9ab6;
		margin-bottom:20px;
	}

	#popShoppingCart HR{
		margin-bottom:20px;
	}

	#popShoppingCart .content{
	}	

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

	#popShoppingCart .button1{
		display:block;
		width:110px;
		padding:1px 5px 0px 5px;
		margin:10px 0px 15px 0px;
		float:left;
		color:white;
		font-size:10px;
		text-align:center;
		cursor:pointer;
		border:1px solid #9EB502;
		background-color:#9EB502;
	}

	#popShoppingCart .button2{
		display:block;
		width:110px;
		padding:1px 5px 0px 5px;
		margin:10px 0px 15px 0px;
		float:right;
		color:white;
		font-size:10px;
		text-align:center;
		cursor:pointer;
		border:1px solid #9EB502;
		background-color:#9EB502;
	}

		#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:217px;
		left:247px;
	}

		.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:#90a9c8;
	}

		.stepItem:hover{
			background-color:#adc706;
			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:#ad9f99;
			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:#adc706;
	}

		.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;

	border:1px solid #9EB502;
	background:url('images/bg_btn_hover.gif') 0px 0px repeat-x #9EB502;
}

	#pagination A:hover{
		border:1px solid #7e9ab6;
		background:url('images/bg_btn_hover.gif') 0px 0px repeat-x #90a9c8;
	}

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

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