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

#shop_ControlShippingCountryContainer {
	display:none;
	position: absolute;
	width: 100%;
	height:18px;

	padding: 3px 0px 0px 0px;

	float: left; 

	color:white;
}

	#shop_ControlShippingCountry { 
		width: 965px;
		margin: 0px auto 0px auto;

		padding: 0px 15px 0px 0px;

		text-align: right;
	}
/* Controls > Shopping Cart
-------------------------------------------------------------- */

#shop_ControlShoppingCart {
	width:602px;
	height:50px;
	float: right; 
	
	padding:0px 0px 10px 0px;
	
	text-align:right;
	font-size:11px;
	color:white;
}

	#shop_ControlShoppingCart h3 {
		margin-bottom: 6px;
		color:#CDEFFF;
		display:none;
	}


	#shop_ControlShoppingCart .btnOrder {
		display: block;
		width: 115px;
		height: 19px;		
		cursor :pointer;
		margin:5px 0px 0px 0px;
		padding:5px 0px 0px 0px;

		background:url("images/bg_btnorder.png") 0px 0px no-repeat;
		
		text-decoration:none;
		text-transform: uppercase;
		text-align: center;
		font-size: 11px;
		color: #fff;
	}

	#shop_ControlShoppingCart .btnOrder:hover{
		background:url("images/bg_btnorder.png") 0px bottom no-repeat;
		color: #104c68;
		text-shadow: white 0px 1px 0px;
	}

	#shop_ControlShoppingCart a {
		 font-size: 11px;
		 color:white;
	}
	
	#shop_ControlShoppingCart td {
			white-space:nowrap;
			padding:10px 15px 10px 5px;
	}

	#shop_ControlShoppingCart .separator{
		border-right:1px #cdefff dotted;
		width:1px;
		height:30px;
	}
	


/* Controls > Step Item
-------------------------------------------------------------- */

#shop_ControlStepItem {
	height: 26px;
}

	#shop_ControlStepItem a {
		text-decoration: none;
	}

	#shop_ControlStepItem .stepItem {
		width: 100%;
		height: 20px;
		display: block;
		float: left;
		margin: 0px;
		padding-top: 6px;
		border: 0px solid #ffffff;
		background: url('images/bg_stepitem.gif') 0 0 repeat-x;

		cursor:pointer;
		text-align: center;
		color: #FFFFFF;
	}

	#shop_ControlStepItem .stepItem:hover {
		margin: 0px;
		border: 0px solid #ffffff;
		background-color: #181818;
		cursor:pointer;
		color: #ffffff;
	}

	#shop_ControlStepItem .separator {
		width: 10px;
		height: 26px;
		float: left;
		background: url('images/stepitemseparator.gif') 0px 0px no-repeat;
	}
		
	#shop_ControlStepItem .stepItemDisabled {
		background: url('images/bg_stepitem-disabled.gif') 0 0 repeat-x;

		color: #73bae7;		
	}

	#shop_ControlStepItem .stepItemDisabled:hover{
		background-color: #ecf6fd;
		cursor: no-drop;

		color: #73bae7;
	}

	#shop_ControlStepItem .separatorDisabled{
		background:url('images/stepitemseparator-disabled.gif') 0px 0px no-repeat;
	}

	#shop_ControlStepItem .stepItemHigh{
		background: url('images/bg_stepitem-high.gif') 0 0 repeat-x;

		color: #ffffff;
	}

	#shop_ControlStepItem .stepItemHigh:hover{
		background-color:#e5037f;
	}

	#shop_ControlStepItem .separatorHigh{
		background:url('images/stepitemseparator-high.gif') 0px 0px no-repeat;
	}
	
	#shop_ControlStepItem .separatorHigh5{
		background:url('images/stepitemseparator-high5.gif') 0px 0px no-repeat;
	}
	
	#shop_ControlStepItem .separatorHighLeft{
		background:url('images/stepitemseparator-highleft.gif') 0px 0px no-repeat;
	}
	
	#shop_ControlStepItem .separatorHighLeftRelaunch{
		background:url('images/stepitemseparator-highleft-relaunch.gif') 0px 0px no-repeat;
	}
	

	#shop_ControlStepItem .stepItemPassed {
		background: url('images/bg_stepitem-passed.gif') 0 0 repeat-x;

		color: #fff;		
	}

	#shop_ControlStepItem .stepItemPassed:hover{
	}
	
	#shop_ControlStepItem .separatorPassed{
		background:url('images/stepitemseparator-passed.gif') 0px 0px no-repeat;
	}
	

/* Controls > Quick Add
-------------------------------------------------------------- */

#shop_ControlQuickAdd {}

/* Controls > Last Orders
-------------------------------------------------------------- */

#shop_ControlLastOrders {}
	
	#shop_ControlLastOrders .rowOrder {}
	
		#shop_ControlLastOrders .rowOrder .orderStatusInProcess { color: green; }
        #shop_ControlLastOrders .rowOrder .orderStatusOnHold { color: orange; }
        #shop_ControlLastOrders .rowOrder .orderStatusProblemOrder { color: red; }
        
		#shop_ControlLastOrders .rowOrder .paymentStatusUnPaid { color: red; font-weight: bold; }
	    #shop_ControlLastOrders .rowOrder .paymentStatusOnHold { color: red; font-weight: bold; }
        #shop_ControlLastOrders .rowOrder .paymentStatusPendingAuthorized { color: green; }
        #shop_ControlLastOrders .rowOrder .paymentStatusPaid { color: green; }
        #shop_ControlLastOrders .rowOrder .paymentStatusPartiallyPaid { color: orange; }
        #shop_ControlLastOrders .rowOrder .paymentStatusPaymentError { color: red; font-weight: bold; }
        #shop_ControlLastOrders .rowOrder .paymentStatusRefunded { color: orange; }
        #shop_ControlLastOrders .rowOrder .paymentStatusCancelled  { color: red; font-weight: bold; }
		
		#shop_ControlLastOrders .rowOrder .shippingStatusUnShipped { color: red; }
        #shop_ControlLastOrders .rowOrder .shippingStatusPrepared { color: orange; }
        #shop_ControlLastOrders .rowOrder .shippingStatusPartiallyShipped { color: orange; }
        #shop_ControlLastOrders .rowOrder .shippingStatusShipped { color: green; }
        #shop_ControlLastOrders .rowOrder .shippingStatusShippingError { color: red; }
	
	#shop_ControlLastOrders .rowOrderFinished {}
		
        #shop_ControlLastOrders .rowOrderFinished .orderStatusCompleted { }
        #shop_ControlLastOrders .rowOrderFinished .orderStatusCancelled { }
        
        #shop_ControlLastOrders .rowOrderFinished .paymentStatusPaid { }
        #shop_ControlLastOrders .rowOrderFinished .paymentStatusRefunded { }
        #shop_ControlLastOrders .rowOrderFinished .paymentStatusCancelled  {  }
		
		#shop_ControlLastOrders .rowOrderFinished .shippingStatusUnShipped { }
        #shop_ControlLastOrders .rowOrderFinished .shippingStatusPrepared { }
        #shop_ControlLastOrders .rowOrderFinished .shippingStatusPartiallyShipped { }
        #shop_ControlLastOrders .rowOrderFinished .shippingStatusShipped { }
        #shop_ControlLastOrders .rowOrderFinished .shippingStatusShippingError { }

/* Controls > Best Sales
-------------------------------------------------------------- */

#shop_ControlBestSales {
	width: 208px;
	height: 164px;
	background: url('images/bg_shop_ControlBestSales.jpg') 0 0 no-repeat red;
}

	#shop_ControlBestSales h2 {
		display: none;
	}

	#shop_ControlBestSales ul {
		width: 208px;
		height: 164px;
		margin: 0px;
		padding: 0px;

		list-style-type: none;
	}

		#shop_ControlBestSales li{
			width: 208px;
			height: 164px;
		}

		#shop_ControlBestSales li a img{
			width: 170px;
			height: 127px;
		}

		#shop_ControlBestSales li .name{
			text-align: left;
			color: #729d06;
			font-size: 13px;
			margin-left: 20px;
			font-weight: bolder;
		}

		#shop_ControlBestSales #prevBtn span {
			display: none;
		}

		#shop_ControlBestSales #nextBtn span {
			display: none;
		}

		#shop_ControlBestSales #bg_bestSellers_ticker {
			display: block;
			width: 76px;
			height: 76px;
			background: url('images/bg_bestSellers_ticker.png') 0 0 no-repeat;

			position: relative;
			margin-bottom: -76px;
			left: 133px;
		}


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

/* Shop > Pop Shopping Cart
-------------------------------------------------------------- */

#shop_PopShoppingCart {
	width: 600px;
	background-color: #fff;
}

#shop_PopShoppingCart h1 {
}

#shop_PopShoppingCart .content {
}

	#shop_PopShoppingCart .content .btnContinue {
		width: 45%;
		display: block;
		float: left;
		padding: 7px 5px;
		background-color: #eaeaea;
		
		color: #444444;
		text-align: center;
		text-decoration: none;
		font-weight: bold;
	}

	#shop_PopShoppingCart .content .btnContinue:hover {
		color: #e5037f;
	}

	#shop_PopShoppingCart .content .btnOrder {
		width: 45%;
		display: block;
		float: right;
		padding: 7px 5px;
		background-color: #e5037f;
		
		color: #fff;
		text-align: center;
		text-decoration: none;
		font-weight: bold;
	}

	#shop_PopShoppingCart .content .btnOrder:hover {
		background-color: #181818;
	}

	#shop_PopShoppingCart .content .total {
		text-align: center;
	}

	#shop_PopShoppingCart .content .total h2 {
		font-size: 20px;
		font-weight: bold;
	}

	#shop_PopShoppingCart #productsUpSell {
		border-top: 1px solid #e7e7e7;
		border-left: 1px solid #e7e7e7;
	}

		#shop_PopShoppingCart #productsUpSell .product {
			width: 122px;
			height: 160px;
			float: left;
			padding: 5px;
			border-bottom: 1px solid #e7e7e7;
			border-right: 1px solid #e7e7e7;
		}

		#shop_PopShoppingCart #productsUpSell .product:hover {
			background: url('../../../catalog/app_themes/default/images/bg_productupsellhover.gif') 0 0 no-repeat;
			cursor: pointer;
		}

			#shop_PopShoppingCart #productsUpSell .product .photo {
				width: 122px;
				height: 122px;
				background-color: #eaeaea;

				font-size: 0;
			}

			#shop_PopShoppingCart #productsUpSell .product .name {
				margin-top:3px;
				padding-top:3px;
				border-top:2px dotted #e7e7e7;

				font-size: 10px;
				font-weight: bold;
				text-transform: uppercase;
				text-align: right;
			}

			#shop_PopShoppingCart #productsUpSell .product .price {
				text-align: right;

				font-size: 14px;
				color: #e5037f;
				font-weight: bold;
			}

/* Shop > Customer Area
-------------------------------------------------------------- */

#shop_CustomerArea {
}

	#shop_CustomerArea h3 {
		display: block;
		margin: 0 0 5px 0;
		padding: 0;

		font-size: 14px;
		color: #444444;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
	}

	#shop_CustomerArea .block {
		width: 169px;
		height: 86px;
		float: left;
		margin-bottom: 10px;
		padding: 10px 10px 10px 50px;
		border: 3px solid #eaeaea;
		background-color: #fff;
		cursor: pointer;

		font-size: 10px;
	}

	#shop_CustomerArea .blockHover {
		border: 3px solid #e5037f;
	}

	#shop_CustomerArea .block a {
		display: block;
		margin: 0 0 5px 0;
		padding: 0;

		font-size: 14px;
		color: #e5037f;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
	}

	#shop_CustomerArea .blockUserInfo { background:url('images/ico_userinfo.gif') 13px 13px no-repeat; }
	#shop_CustomerArea .blockAddressBook { background:url('images/ico_addressbook.gif') 13px 13px no-repeat; }
	#shop_CustomerArea .blockBestSales { background:url('images/ico_bestsales.gif') 13px 13px no-repeat; }
	/*#shop_CustomerArea .blockCustomerPoints { background:url('images/ico_customerpoints.gif') 13px 13px no-repeat; }*/
	#shop_CustomerArea .blockOrders { background:url('images/ico_orders.gif') 13px 13px no-repeat; }
	#shop_CustomerArea .blockWishList { background:url('images/ico_wishlist.gif') 13px 13px no-repeat; }
	#shop_CustomerArea .blockNewsletter { background:url('images/ico_newsletter.gif') 13px 13px no-repeat; }

	#shop_CustomerArea .separator {
		width: 12px;
		height: 1px;
		float: left;
	}

	#shop_CustomerArea .btnLogOff {
		height: 15px;		
		display: block;
		float: right;
		padding: 2px 10px 0 35px;
		background: url('images/btn_logoff.gif') 0 0 no-repeat #e5037f;
		cursor: pointer;

		position: relative;
		top: 10px;
		margin-bottom:-17px;

		font-size: 10px;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: -1px;
	}

	#shop_CustomerArea .btnLogOff:hover {
		background-position: 0 bottom;

		color: #fff;
	}

	.btnGoBack {
		height: 15px;	
		display: block;
		float: right;
		padding: 2px 10px 0 35px;
		background: url('images/btn_goback.gif') 0 0 no-repeat #e5037f;
		cursor: pointer;

		position: relative;
		top: 10px;
		margin-bottom:-17px;

		font-size: 10px;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: -1px;
	}

	.btnGoBack:hover {
		background-position: 0 bottom;

		color: #fff;
	}

/* Shop > Customer Area - Customer Link
-------------------------------------------------------------- */

#shop_CustomerArea_CustomerLink {
}

	#shop_CustomerArea_CustomerLink h3 {
		display: block;
		margin: 0 0 5px 0;
		padding: 0;

		font-size: 14px;
		color: #444444;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
	}

/* Shop > Address List
-------------------------------------------------------------- */

#shop_AddressList {
}

	#shop_AddressList .cadre {
		width: 148px;
		margin-bottom: 0;
	}

	#shop_AddressList .separator {
		width: 11px; 
		height: 1px;
		float: left; 
	}

/* Shop > Order Step Pagination
-------------------------------------------------------------- */

#shop_orderStepPagination {
}

	#shop_orderStepPagination a {
		display: block;
		padding: 4px;
		border: 1px solid #181818;
		background-color: #181818;
		cursor: pointer;

		color: #fff;
		text-decoration: none;
	}

	#shop_orderStepPagination a:hover {
		border: 1px solid #e5037f;
		background-color: #e5037f;
	}

	#shop_orderStepPagination .leftSide {
		float: left;
	}

		#shop_orderStepPagination .leftSide .btn {}

	#shop_orderStepPagination .rightSide {
		float: right;
	}

		#shop_orderStepPagination .rightSide .btn {}

/* Shop > Misc
-------------------------------------------------------------- */

.viewOrder {
}

	.viewOrder .actions a {
		padding-right: 6px;
		margin-right: 3px;
		border-right: 1px solid #d0d0d0;
	}

.shippingMethod,
.paymentMethod {
}

	.shippingMethod a,
	.paymentMethod a {
		color: #000000;
		text-decoration: none;
	}

.pickupPoints {
}
	
	.pickupPoints .point {
		width: 180px;
		margin-bottom: 0; 
		padding: 10px; 
		border: 3px solid #eaeaea;
	}

	.pickupPoints .separator {
		width: 10px; 
		height: 10px;
		float: left;
	}

	.pickupPoints .odd {
		background-color: #f5f5f5;
	}

	.pickupPoints .even {
		background-color: #fff;
	}
