/*
Official Orange: #e55026
*/

/* Main Body ------------------------------------------------------------------- */
	#fridgeBody {
		position:absolute;
		left:230px;
		top:0px;
		height:425px;
		width:600px;
		text-align:left;
	}
/* Horizontal Scrolling Area ----------------------------------------------------------- */
	.horizontalContainer {
		position:relative;
		width:600; height:140; 
		overflow:hidden; 
		clip:rect(0,600,130,0); 
	}

#divContainer0 {top:25px; left:0px;}
#divContainer1 {top:12px; left:0px;}
#divContainer2 {top:25px; left:0px;}

	.horizontalSlider{
		position:absolute; 
		top:0; left:0;
		display:none;
	}
	.shelf {
		list-style-type: none;
		height:134px;
		margin:0px;
		padding:0px;
/*		width:500px; */
	}
	#shelf1{margin-top:10px;}
	.drinkItems {
		position: relative;
		float:left;
		height:135px;
		margin-left:10px;
		margin-right:10px;
		margin-bottom:10px;
		margin-top:0px;
		text-align:center;	
		cursor:pointer;
	}
	.drinkItems:hover {

	}
	
/* Horizontal Scroll Arrows ------------------------------------------------------------------- */	
	.scrollControls {
		position:absolute;
		/*z-index:20000; */
	}
	.scrollArrow {
		position:absolute;
		top:0px;
		border:none;
		z-index:20001;	
	}
/* POPUP ADD BOX ------------------------------------------------------------------- */
	#fridgePopup {
		/* image dimentions: 245x395*/
		position:absolute;
		display:none;
		z-index:1000;
		
		left:200px;
		top:120px;
		width:245px;
		height:395px;
		
		background-image:url(images/fridge/popupBubble.gif);
	}
	#fridgePopup #close{position:absolute;right:20px;top:10px;}
	#fridgePopup_Padding {
		padding:10px;
	}
	#fridgePopup_Title {
		margin-bottom:4px;
		margin-left:4px;
		margin-top:5px;
		
		font-family:Arial, Helvetica, sans-serif;
		font-stretch:condensed;
		font-size:18px;
		font-weight:bold;
		text-align:left;	
		color:#e55026;
	}
	#fridgePopup_Arrows {
		position:absolute;
		right:20px;
		top:20px;
	}
	#fridgePopup_Content {
		height:330px;
		overflow:hidden;
	
		border-top:solid;
		border-bottom:solid;
		border-width:1px;
		border-color:#CCCCCC;
		
		padding-left:8px;
		padding-right:8px;
		color:#454430;
		line-height:20px;	
		font-family:Helvetica, Arial, sans-serif ;
		font-size:10px;
	}
		.verticleContainer {	/* Verticle scrolling */
			position:relative;
			width:200; height:325; 
			overflow:hidden; 
			top:0px; left:0px;
			clip:rect(0,200,325,0); 
		}
		.verticleSlider{
			position:absolute; 
			top:0; left:0;
			width:200;
		}
		.Arrow {
			cursor:pointer;
			border:solid;
			border-width:5px;
			border-right:none;
			border-color:#FFFFFF;
			margin-right:1px;
		}
	#fridgePopup_Text {
		text-align:left;
	}	
	#fridgePopup_SubTitle {
		padding-top:2px;
		padding-bottom:2px;
		color:#FFCC00;
		font-size:11px;
		font-family:Arial, Helvetica, sans-serif;
	}
	#fridgePopup_Edit {
		position:absolute;
		bottom:5px;
		right:10px;
	
		color:#e55026;
		font-size:11px;
		font-family:Arial, Helvetica, sans-serif;
	}
	#fridgePopup_Edit a{
		color:#e55026;
		font-size:11px;
		font-family:Arial, Helvetica, sans-serif;
	}
	#fridgePopup_Tail {
		position:absolute;
		right:-51px;
		top:200px;
	}
	#drinkDesc {
		color:#000000;
	}

/* CONTROL BOX ------------------------------------------------------------------- */
	#controlBox {
		position:absolute;
		left:20px;
		top:200px;
		height:35px;
		width:180px;
		color:#FFFFFF;
		font-family:Arial, Helvetica, sans-serif;		
		font-weight:bold;
		font-size:11px;	
	}
	#subControlBox {	
		font-weight:normal;
	}
	#selectMode_Button {
		color:#e55026;
		cursor:pointer;
		font-size:12px;
	}
		#selectMode_Button:hover{
			text-decoration:underline;
		}
	#selectMode_Box {
		display:none;
	}
	#selectMode_Inner {
		background-color:#333333;

		border:solid;
		border-color:#666666;
		border-width:1px;
		
		padding:4px;
		margin:1px;
		
		text-align:left;
	}
		#selectMode_Inner a{
			font-family:Arial, Helvetica, sans-serif;		
			font-size:11px;	
			
			color:#FFF;
			text-decoration:none;
			line-height:16px;		
		}
		#selectMode_Inner a:hover{
			color:#e55026;
		}
	.formButton {
		width:85px;
		height:15px;
		padding:3px;
		margin:0px;
		margin-top:5px;
		background-color:#333333;
		
		border:solid;
		border-color:#666666;
		border-width:1px;

		text-align:center;		
		font-family:Arial, Helvetica, sans-serif;		
		font-size:11px;	
		
		color:#FFF;
		text-decoration:none;
		line-height:16px;
		cursor:pointer;
	}

/* Popup Info Box ------------------------------------------------------------------- */
	.infoBox_Title {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:18px;
		font-weight:bold;
		padding:5px;
	}
	.infoBox_Desc {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		padding:5px;
	}
	.infoBox_Bottom {
		position:absolute;
		bottom:0px;
		right:0px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		padding:5px;	
	}
	.divHidden {
		display:block;
		overflow:hidden;
		height:1px;
		width:1px;
	}
/*Modal Popup Box ------------------------------------------------------------------------ */
	#modalPopup {
		display:none;
		width:400px;	
		padding:20px;
		background-color:#333333;
		background-color:#000000;

		border:solid;
		border-color:#666666;
		border-width:1px;

		text-align:center; 
		font-family:Arial, Helvetica, sans-serif;		
		font-size:12px;			
		font-weight:bold;
		color:#e55026;
	}
