/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #4d4d4f;
	font-family: Helvetica, Arial, sans-serif;
	}
.red-button-link 
{
    cursor: pointer;
    text-decoration: none;
}
.red-button-link.center 
{
    display: inline;
    float: none;
}

.red-button,.red-bar
{
    background-image: url(images/red-button-start.gif);
    background-repeat: no-repeat;
    padding-left: 5px;
    height: 15px;
    display: inline-block;
    float: left;
    margin: 0;
   -moz-user-select: none;
   -khtml-user-select: none;
   user-select: none;
}

.red-button-middle,.red-bar-middle 
{
    background-image: url(images/red-button-middle.gif);
    background-repeat: repeat;
    padding: 2px 0 0 1px;
    height: 13px;
    display: block;
    float: left;
   -moz-user-select: none;
   -khtml-user-select: none;
   user-select: none;
}

.red-button-end,.red-bar-end 
{
    background-image: url(images/red-button-end.gif);
    background-repeat: no-repeat;
    width: 20px;
    height: 15px;
    display: block;
    float: left;
    margin-left: -18px;
}
.red-button-end 
{
    padding-right: 4px;
}
.red-button-end-arrow
{
    background-image: url(images/red-button-end-arrow.gif);
    width: 21px;
    margin-left: -12px;
}
.red-button-middle div, .red-bar-middle div
{
    padding-left: 5px;
    padding-right: 5px;
    margin-left: -4px;
    display: block;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    color: #dddddd;
	font-family: Helvetica, Verdana Bold, Tahoma, Sans-Serif;
	font-size: 9px;
	font-weight: bolder;
   -moz-user-select: none;
   -khtml-user-select: none;
   user-select: none;
}

.red-button-up:hover
{
    background-image: url(images/red-button-start-over.gif);
}
.red-button-up:hover .red-button-middle 
{
    background-image: url(images/red-button-middle-over.gif);
}
.red-button-up:hover .red-button-middle div 
{
    color: #ffffff;
}
.red-button-up:hover .red-button-end 
{
    background-image: url(images/red-button-end-over.gif);
}
.red-button-up:hover .red-button-end-arrow 
{
    background-image: url(images/red-button-end-arrow-over.gif);
}

.red-button-down
{
    background-image: url(images/red-button-start-down.gif);
    color: #ff0000;
}
.red-button-down .red-button-middle 
{
    background-image: url(images/red-button-middle-down.gif);
}
.red-button-down .red-button-end 
{
    background-image: url(images/red-button-end-down.gif);
}
.red-button-down .red-button-end-arrow 
{
    background-image: url(images/red-button-end-arrow-down.gif);
}

th 
{
    text-align: center;
}

td {
	font-size: 80%;
	}
	
table.input-table td {
	padding: .3em 0 .3em 0;
	}
	
label
{
	font-size: .9em;
	margin-bottom: 5px;
	vertical-align: middle;
}

fieldset 
{
	display: block;
	float: none;
	margin: 0 0 0 3px;
}

fieldset.leftFields {
    float: left;
}

fieldset.rightFields {
    float: left;
    margin-left: 20px;
}
	
#container 
{
	height: 716px;
	width: 956px;
	background: url(images/container-bgd.png) center center no-repeat;
	text-align: left;
	}
	#siteWrapper 
	{
	height: 716px;
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 80%;
	}
	
#splash-container {
	height: 502px;
	width: 664px;
	background: url(images/splash-container-bgd.png) center center no-repeat;
	text-align: center;
	}
			
		#splash-header {
			height: 184px;
			width: 608px;
			background: url(images/splash-header.gif) bottom left no-repeat;
			margin: 0 0 0 28px;
			}
		
		#splash-container a:link {color: #4d4d4f; text-decoration: none;}
		#splash-container a:visited {color: #4d4d4f; text-decoration: none;}
		#splash-container a:hover {color: #d2232a; text-decoration: none;}
		#splash-container a:active {color: #d2232a; text-decoration: none;}
		
		#splash-container .textinput {border: solid 1px #c9cacb; width: 220px;}
	
		#splash-redbutton-logo {
			height: 65px;
			width: 608px;
			background: url(images/splash-redbutton-logo.gif) top center no-repeat;
			margin: 125px 28px 0 28px;
			}

#splash-content 
{
    margin: 0 28px 0 28px;
	display: block;
	height: 150px;
	width: 588px;
	padding: 10px;
}

#disclaimer-text 
{
    position: relative;
    top: 30px;
}

#login-controls 
{
    position: relative;
    top: 60px;
}
	
#welcome 
{
	position: relative;
	top: 3px;
	height: 26px;
	width: 874px;
	background: url(images/welcome-bgd.gif) center left repeat-x;
	margin: 0 0 2px 41px;
	clear:both;
	}
	
	.welcome-text {
		background-color: #FFFFFF;
		line-height: 270%;
		font-size: 80%;
		text-transform: uppercase;
		padding: 5px 7px 5px 0;
		}
	
#content {
	margin: 7px 0 0 41px;
	width: 870px;
	height: 498px;
	overflow: auto;
	}
	
	#main 
	{
	float: left;
		width: auto;
		height: auto;
		margin: 5px 0 0 9px;
		overflow: visible;
		padding: 0;
		}
	
#content-right 
{
	float: right;
	width: 300px;
	}
	
	#admin-nav
	{
		font-size: 80%;
		text-transform: uppercase;
		position: absolute;
		margin-top: 3px;
		margin-left: 725px;
		text-align: center;
		background-color: #ffffff;
		width: 150px;
	}
	
	#admin-nav-title a
	{
		color: #5c87b2;
		text-decoration: none;
	}
	
	#admin-nav-title:hover a
	{
		color: #d2232a; 
	}
	
	#admin-nav-menu a 
	{
		color: #4d4d4f; 
		text-decoration: none;
	}
	
	#admin-nav-menu a:hover
	{
		color: #d2232a; 
	}
	
	#admin-nav-menu
	{
		display: none;
		background-color: White;
		padding-top: 10px;
		padding-bottom: 4px;
	}
	
	#admin-nav:hover #admin-nav-menu, #admin-nav-menu:hover 
	{
		display: block;
	}
		
	.admin-nav-item 
	{
		width: 150px;
		display: block;
		clear: right;
		padding-right: 10px;
		background-color: White;
	}
	
	.admin-nav-item img
	{
		display: inline-block;
		float: right;
	}
		
	.admin-nav-link 
	{
		display:inline-block;
		float: right;
		width: 130px;
	}
		
	#top-nav 
	{
		font-size: 85%;
		text-transform: uppercase;
		width: 880px;
		height: 25px;
		margin-left: 41px;
		background-color: Transparent;
	}
	
	#top-nav select 
	{
		font-size: 85%;
		line-height: 270%;
		text-transform: uppercase;
	}
	
	#select-options 
	{
		margin-top: 4px;
		width: 410px;
		float: left;
		}
	
	#nav 
	{
		width: 438px;
		text-align: right;
		float: left;
		}
		
		#nav #homeNav img
		{
		    border: 0;
		    margin-bottom: -23px;
		}
		
		#nav a:link {color: #4d4d4f; text-decoration: none;}
		#nav a:visited {color: #4d4d4f; text-decoration: none;}
		#nav a:hover {color: #d2232a; text-decoration: none;}
		#nav a:active {color: #d2232a; text-decoration: none;}
	
	.rightIcons {
		width: 295px;
		height: 410px;
		margin: 12px 0 0 -10px;
		background: url(images/gray-box.gif) top left no-repeat;
		}
		
		.right-icons-top-spacer {
			height: 12px;
			}
			
		.rightDropBox
		{
			width: 278px;
			height: 95px;
			margin: 0px 0 0 8px;
		}
		
		.dropBoxImage 
		{
		    width: 140px;
		    height: 95px;
		    float: left;
		}
		
		.dropBoxThumb, .dropBoxGiftThumb, .dropBoxDownloadThumb 
		{
		    background-repeat: no-repeat;
		    background-position: center;
		}
		
		.dropBoxThumb 
		{
		    margin-top: -75px;
		    margin-left: 41px;
		    width: 82px;
		    height: 62px;
		}
		
		.dropBoxGiftThumb 
		{
		    margin-top: 50px;
		    margin-left: 62px;
		    width: 34px;
		    height: 25px;
		} 
		
		.dropBoxDownloadThumb 
		{
		    margin-top: 33px;
		    margin-left: 49px;
		    width: 64px;
		    height: 44px;
		}
		
		.dropBoxBlankSpace, .dropBoxIcon 
		{
		    margin-left: 16px;
		    width: 130px;
		    height: 22px;
		}
		
		.dropBoxBlankSpace 
		{
		    margin-top: 60px;
		    background-color: #eeeeee;
		}
		
		.dropBoxIcon 
		{
		    margin-top: -10px;
		    background-repeat: no-repeat;
		    background-position: center;
		    background-image: url(images/pic-tray.png);
		}
		
		.rightDropBox .dropBoxLabel 
		{
			padding-top: 5px;
			padding-left: 0px;
			width: 130px;
			height: 90px;
			font-size: 10px;
			text-align: left;
			float: left;
		}
		.dropBoxLabel .red-button 
		{
		    margin-left: 4px;
		    margin-top: 5px;
		}
		.rightDropBox .dropBoxLabelLink
		{
			padding-top:3px;
			display: block;
			width: 120px;
			font-size: 12px;
		}
		
		.rightDropBox .dropBoxLabelHead 
		{
			font-weight: bold;
			font-size: 19px;
			color: #d2232a;
			display: block;
			padding: 0 0 0 0;
		}
		
		#product4x6 
		{
			background: url(images/prints_empty.jpg) top left no-repeat;
			}
		
		#product5x7 {
			background: url(images/prints_empty.jpg) top left no-repeat;
			}
		
		#productGift {
			background: url(images/photo_gift.jpg) top left no-repeat;
			}
		
		#productDownload {
			background: url(images/hi_res.jpg) top left no-repeat;
			}
		
	#checkout-buttons {
		margin: 30px 0 0 0;
		height: 15px;
		}
		
		#checkout-buttons .button-spacer 
		{
		    display: inline-block;
		    height: 5px;
		    width: 8px;
		    float: left;
		}
		
		#checkout-buttons .red-button 
		{
		    margin-top: 1px;
		}
		
		#ecredit-labels 
		{
		    margin-top: 5px;
		    display: block;
		    clear: both;
		    font-size: 10px;
		    color: #cc0000;
		    font-weight: bold;
		    font-family: Helvetica, Verdana Bold, Verdana, sans-serif;
		}
		
		#subtotal 
		{
			padding-top: 2px;
			width: 110px;
			height: 17px;
			margin: 0 12px 0 -10px;
			background: url(images/subtotal.gif) top left no-repeat;
			float: left;
			text-align: right;
			}
		#subtotal span 
		{
		    text-align: right;
			width: 107px;
			display: block;
			font-size: .8em;
			font-weight: bold;
			padding-right: 4px;
		}
		
.admin-page-title 
{
    display: inline-block;
    margin-top: 0px;
    height: 20px;
    clear: both;
}
#loginTopBar 
{
	width: 403px; 
	height: 44px;
	margin: 28px 0 0 0px;
	margin-top: 32px;
}
#siteTopBar 
{
	width: 900px; 
	height: 100px;
	margin: 28px 0 0 28px;
	float:left;
}
#clientTopBar img {
    border: 0;
}	
#header-redbutton {
	height: 139px;
	width: 304px;
	background: url(images/header-redbutton.gif) bottom left no-repeat;
	margin: 0 41px -39px -20px;
	float:right;
}

.defaultValueText { color: #a1a1a1; font-style: italic; }

.field-validation-error, .validation-summary-errors
{
    color: Red;
}

#ccvInfoPopup 
{
    display: none;
    position: absolute;
    background-color: White;
}

/***********************************Nathaniel's PhotoGallery******************************/
.galleryFilter 
{
    clear: both; 
    width: 550px; 
    height: 14px;
    padding: 0;
    margin: 0;
}
.phg_thumbWrapper {
    border-top: 1px solid #b7b8bc;
    border-left: 1px solid #b7b8bc;
    float: left;
    max-width: 464px;
    overflow: visible;
}
.phg_thumbBox
{
	text-align:center;
	width:115px;
	height:77px;
	background-repeat: no-repeat;
    background-position: center;
	border-right:1px solid #b7b8bc;
	border-bottom:1px solid #b7b8bc;
	float:left;
	display:inline-block;
}
.phg_fakeThumbBox 
{
	border-right:1px solid #b7b8bc;
	border-bottom:1px solid #b7b8bc;
}
.phg_thumbBoxSelected 
{
    background-color: #b7b8bc;
}
.phg_thumbBoxSelectedIndex
{
	width:112px;
	height:74px;
	border:2px solid #b7b8bc;
}
.phg_centerBox
{
	float:left; 
	background-color: Transparent;	
}
.phg_leftTempThumbs
{	
	width:116px;
	float:left;
}
.phg_leftTempThumbs .phg_thumbBox
{	
	float:left;
	display:inline-block;
}
.phg_albumLogo
{
    margin: 0;
	float:left;
	width:231px;
	height:155px;
	background-color:#ffffff;	
	background-repeat: no-repeat;
	background-position: center;
	border-right:1px solid #b7b8bc;
	border-bottom:1px solid #b7b8bc;
}
.phg_rightPanelScroll
{
	margin-left:15px;
	width:340px;
	height:490px;
	float:left;
	overflow: hidden;
	border:1px solid #b7b8bc;
	background-color:#eeeeee;	
}
.phg_rightPanelRow
{
	padding-left:20px;		
	border:1px solid #b7b8bc;
	overflow: hidden;
	height: 100px;
}
.phg_rightPanelRow h1
{
	font-size:20px;
	color:#0381be;
	font-weight:900;
	padding-bottom:4px;
	margin-bottom:4px;
}
.phg_rightPanelRow p
{
	color:#77787a;
	font-size:12px;	
	padding-top:0px;
	margin-top:0px;
}
#prints4x6
{	
	width:315px;
	height:90px;	
	background-image:url('../../Content/tempImages/4x7PrintsIcon.jpg');
	background-repeat:no-repeat;	
	background-position:right;
}
#prints5x7
{	
	width:315px;
	height:90px;	
	background-image:url('../../Content/tempImages/5x7PrintsIcon.jpg');
	background-repeat:no-repeat;	
	background-position:right;
}
#photoGifts
{
	width:315px;
	height:90px;	
	background-image:url('../../Content/tempImages/photoGiftsIcon.jpg');
	background-repeat:no-repeat;	
	background-position:right;
}
#orderImages
{
	width:315px;
	height:102px;	
	background-image:url('../../Content/tempImages/orderImagesIcon.jpg');
	background-repeat:no-repeat;	
	background-position:right;
}
.phg_rightPanelRowText
{
	float:left;
	padding-top: 15px;
}
.phg_dropBox
{
	float:left;
	padding-top:10px;
	padding-left: 15px;
	text-align: center;	
}
.phg_dropBox p 
{
    margin: 0;
    padding: 0;
}
.phg_dropBox img
{
    width: 115px;
    height: 60px;
}

.phg_selectForm
{
	border:1px solid #b7b8bc;
	width:560px;
	height:498px;
	margin-top:20px;	
	padding:20px;
	display:none;
}
.phg_scroll
{
	height: 473px;
	width: 568px;
}
.phg_col5row1
{
	width:596px;
	height: 85px;
}
.phg_deleteBox
{
    width: 430px;
    height: 30px;
	background-color: #eeeeee;
	color: #bbbbbb;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	margin-top:5px;
	padding-top: 0px;
	padding-left: 70px;
}
.phg_thumbsContainerWindow 
{
    overflow: visible;
	width: 466px;
}
.phg_window,.phg_thumbsContainerWindow
{	
	text-align:left;
}
.phg_window 
{
    margin-top: 17px;
    margin-left: 25px;
	height: 391px;
	width: 484px;
	font-size: .9em;
	overflow: hidden;
	border: 1px solid transparent;
	float:left;	
	background-color: #eeeeee;
}
.phg_window td 
{
	font-size: 1.1em;
}
.phg_overlay 
{
	display: none;
	border: 1px solid #b7b8bc;
	position: absolute;
	background-color: #000000;
	opacity: 50;
	filter: alpha(opacity=50);
	color: #eeeeee;
	text-align: center;
	padding-top: 200px;
}
.phg_overlay h1 
{
	color: #eeeeee;
}
.phg_windowOverlay 
{
	height: 200px;
	width: 557px;
}
.phg_rightPanelOverlay
{
	height: 200px;
	width: 338px;
}
.phg_windowThumbs
{
	width:483px;
	height: 312px;
	overflow: scroll;
	border: 0 !important;
	margin-top: -5px;
	margin-left: -4px;
}
.phg_windowTopBar 
{
    height: 17px;
    width: 484px;
}
.phg_windowTitle 
{
    float: left;
    width: 454px;
}
.phg_rightWindowTopBar 
{
    margin-top: -6px;
    width: 296px;
}
.phg_rightWindowTitle 
{
    float: left;
    width: 263px;
}
.phg_windowClose, #closeCart
{
    position: relative;
    float: left;
    top: -2px;
}
.phg_windowClose a, #closeCart a
{
	font-family: Verdana Bold, Verdana, sans-serif;
	font-size: 12px !important;
	font-weight: bold;
    color: #cccccc;
    text-decoration: none;
}
.phg_windowClose a:hover, #closeCart a:hover
{
    color: #ffffff;
}
.phg_windowBody 
{
    padding: 5px;
	height: 337px;
	width: 473px;
	overflow: hidden;
}
.phg_windowButtons
{
    width: 480px;
    padding-top: 8px;
    height: 40px;
	background-color: #eeeeee;
	text-align: center;
}
.phg_windowButtons .red-button
{
    float: right;
    text-align: right;
}
#mainContent .phg_scroll, #mainContent .phg_thumbContainer 
{
	overflow: auto;
	border: 1px solid transparent;
	text-align:left;
	float:left;	
}
#mainContent .phg_thumbContainer 
{
	background-color: #ffffff;
}
#mainContent .productList 
{
    background-color: White;
    overflow: auto;
    width: 100%;
    height: 405px;
}
.productList td
{
    width: 160px;
    text-align: center;
}
.productList td.productInfo 
{
    height: 72px;
    vertical-align: bottom;
}
.productList td.productImage 
{
    height: 121px;
    width: 160px;
    text-align: center;
    vertical-align: middle;
}
#mainContent .productList .photoGiftBox
{
    float: left;
    height: auto;
}
.productList .photoGiftBox
{
    width: 160px;
    padding: 0;
    margin: 0;
}
.productList .photoGiftImage 
{
    padding: 10px 0 0 0;
    margin: 0;
    height: 80px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    text-align: left;
    display: block;
}
.productList .photoGiftThumb 
{
    background-repeat: no-repeat;
    background-position: center;
    height: 62px;
    width: 100%;
}
#mainContent .productList .photoGiftInfo 
{
    height: 49px;
}
.productList .photoGiftInfo 
{
    width: 100%;
    font-size: 11px;
    text-align: center;
    height: auto;
}
.thumbBoxButtons 
{
    text-align: left;
    padding: 0;
    margin: 0;
    overflow: visible;
}
.deleteButtonBox 
{
    height: 16px;
    width: 100%;
}
.deletePhotoGift, .deleteProduct
{
    margin: 0;
    padding: 0;
    display: block;
    width: 16px;
    height: 16px;
}
.deletePhotoGift 
{
    margin-left: 120px;
    margin-top: 0px;
}
.deleteProduct 
{
    margin-left: 76px;
    margin-top: 0px;
}
.productList .deletePhotoGift img, .deleteProduct img
{
    border: 0;
}
.productList .photoGiftQuantity, .thumbBoxButtons .productQuantity 
{
    display: block;
    width: 54px;
    height: 17px;
    background-image: url(images/quantity-label.gif);
}
.productList .photoGiftQuantity 
{
    margin-left: 52px;
    margin-top: 47px;
}
.thumbBoxButtons .productQuantity 
{
    margin-left: 19px;
    margin-top: 40px;
}
.productList .photoGiftQuantity img, .productQuantity img
{
    float: left;
    padding: 3px 4px 3px 4px;
    width: 11px;
    height: 11px;
    border: 0;
}
.quantity-label
{
    margin-top: 1px;
    float: left;
    display: inline-block;
    text-align: center;
    width: 16px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}
th.productCategory
{
    background-color: #eeeeee;
    width: 500px;
}
th.productCategory a 
{
    color: #888888;
}
th.productCategory a:hover
{
    color: #b5b5b5;
}

.red-button.productCategoryHeader 
{
    margin-left: 117px;
}
.red-button.productCategoryHeader .red-button-middle
{
    width: 250px;
}

.productList .productName 
{
    display: block;
    font-weight: bold;
    white-space: normal;
}
.productList .productPrice 
{
}
.productList .productButtons
{
    display: block;
    padding-left: 60px;
    margin-top: 2px;
    height: 19px;
}
.productList a.productLink 
{
    text-decoration: none;
	color: #4d4d4f;
}
.productList a.productLink:hover
{
    color: #80a4ff;
}
.productList a.productLink img 
{
    border: none;
}
.phg_selectFormRightPanel
{
	float:left;	
	margin-left:20px;
	width: 275px;
}
.phg_selectFormDropBoxContainer
{
	width:365px;
	height:280px;
	background-color:#eeeeee;
	border:1px solid #b7b8bc;
	margin-top:10px;
	padding:5px;
	overflow:auto;
	
}
#photoGiftThumbs 
{
	width:120px;
	height: 390px;
	margin-top: -6px;
	margin-left: -5px;
	border: 0 !important;
	padding-top: 5px;
}
.phg_selectForm h1
{
	font-size:20px;
	color:#0381be;
	font-weight:900;
	padding-bottom:4px;
	margin-bottom:4px;
	padding:0px;
	margin:0px;	
}
.phg_selectForm p
{
	color:#77787a;
	font-size:12px;			
	padding:0px;
	margin:0px;
}
.phg_selectFormDropBox
{
	width:310px;
	min-height: 70px;
	background-color:#cccccc;
	border:1px solid #b7b8bc;
	padding-top:5px;
	margin-bottom:5px;
	overflow: auto;
}
.phg_imagePopout 
{
	padding: 0;
	margin: 0;
    display: none;
    background-color: blue;
    width: 400px;
    overflow: visible;
}
#imageDownloadLink
{
    position: relative;
    top: 50px;
    display: none;
    vertical-align: bottom;
    width: 84px;
    height: 28px;
}
#imageDownloadLinkText 
{
    width: 83px;
    height: 28px;
    border: none;
    text-decoration: none;
}
.phg_popupImageBox 
{
	border:1px solid #b7b8bc;
	height: 311px;
	width: 467px;
	display: none;
	background-color: #ffffff;
	background-position: center;
	background-repeat: no-repeat;
}
.phg_dragLabel
{
    margin-top: 20px;
    width: 95px;
    text-align: center;
	color: #dddddd;
    font-weight: bold;
}
.phg_productItemMessage 
{
	padding: 2;
}
.phg_productItemAlertMessage 
{
	color: Red;
}

/***********************************end Nathaniel's PhotoGallery******************************/

/***********************************Product Gift Form**********************************/
#productGiftForm 
{
    background-color: #ffffff;
    padding: 10px;
    margin-left: 3px;
    width: 266px;
    height: 347px;
    text-align: left;
	color: #999999;
	font-size: 20px;
	overflow: auto;
	clear: both;
}
#productGiftFormButtons
{
    margin: 8px 0 0 8px;
}
#productGiftFormButtons red-button 
{
    float: left;
}
#productGiftImage 
{
    width: 250px;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center;
}
#productGiftInfo
{
    height: 55px;
    vertical-align: top;
}
#productGiftName
{
    font-weight: bold;
    display: block;
}
#productGiftDescriptionContainer 
{
    font-size: 11px;
}
#productGiftDescription 
{
    display: block;
    clear: both;
}
#productGiftItems 
{
    border: 1px transparent solid;
    width: 250px;
    height: 130px;
    overflow: auto;
}
.productGiftDropBoxPhotos 
{
    width: 235px;
    height: 100px;
    overflow: visible;
    vertical-align: middle;
	font-weight: bold;
}
/***********************************end Product Gift Form******************************/

/***********************************Shopping Cart**************************************/
.full-screen-content
{
    display: none;
    margin-left: 10px;
	font-size: .9em;
	overflow: hidden;
	float:left;	
	background-color: #eeeeee;
    width: 865px;
	margin-left: -8px;
}
#cartContent
{
	height: 480px;
}
.full-screen-content red-bar 
{
    width: 865px;
}
#cartTitle, #imagesTitle
{
    float: left;
    width: 836px;
}
#cartFooter
{
    margin-top: 7px;
    width: 99%;
    height: 20px;
}
.cartFooterLabel 
{
    float: left;
    width: 145px;
    text-align: center;
    font-family: Helvetica, Verdana Bold, Sans-Serif;
    font-weight: bold;
    color: #999999;
}
#cartFooter .red-button
{
    float: right;
}
#shoppingCartBody table 
{
    clear: both;
    width: 100%;
}
#shoppingCartBody th 
{
    padding: 5px;
    height: 15px;
    color: #999999;
}
#shoppingCartBody td 
{
    padding: 0;
    margin: 1px;
    background-color: #ffffff;
    vertical-align: top;
}
#shoppingCart .phg_thumbContainer 
{
	overflow: auto;
	text-align:left;
	float:left;	
	width: 100%;
	height: 384px;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}
#shoppingCart .productList 
{
    background-color: White;
    overflow: auto;
    width: 100%;
    height: 384px;
}
#shoppingCart .productList .photoGiftInfo 
{
    height: 39px;
}
#shoppingCart .productName 
{
    margin-top: 5px;
}
#shoppingCart .productButtons 
{
    display: none;
}
#shoppingCart .photoGiftBox 
{
    height: 191px;
    text-align: center;
    float: none;
    clear: both;
    display: block;
}
#PhotoGiftsInCart 
{
    text-align: center;
}
.category-header .red-button {
    float: right;
}
.category-totals {
    text-align: left;
    font-size: 12px;
    background-color: transparent !important;
}
.category-name 
{
    float: left;
}
.category-quantity 
{
    margin-left: 10px;
}
/***********************************end ShoppingCart***********************************/

/***********************************OrderedImages Window*******************************/
#imagesContent 
{
	height: 462px;
}
#orderedImagesWindow .phg_thumbContainer
{
    overflow: auto;
    height: 385px;
    width: 100%;
    background-color: #eeeeee;
}
img.addToDownloads 
{
    border: 0;
    display: block;
    margin-left: 75px;
}
img.removeFromDownloads 
{
    border: 0;
    display: block;
    margin-left: -5px;
}

#imagesToDownloadOverlay 
{
    width: 50%;
    position: relative;
    background-color: transparent;
    color: #aaaaaa;
    font-size: 40px;
    font-weight: bold;
    padding-left: 50%;
    padding-top: 37%;
}

#imagesToDownloadOverlay span 
{
    display: block;
    width: 200%;
    margin-left: -100%;
    text-align: center;
}
/***********************************end OrderedImages Window***************************/

/***********************************Loading Overlay************************************/
#loadingOverlay, #loadingMessageOverlay
{
    position: absolute;
    margin-left: -10px;
    margin-top: -5px;
    width: 875px;
    height: 485px;
}

#loadingOverlay 
{
    background-color: #cccccc;
}

#loadingMessageOverlay 
{
    background-color: Transparent;
}

#loadingMessageOverlay span 
{
    display: block;
    clear: both;
}

#loadingMessageOverlay div#loadingMessageBox
{
    padding-top: 20%;
    font-size: 25px;
    font-weight: bold;
    color: #4f4f4f;
    background-color: transparent;
}

#loadingMessageOverlay div#loadingMessageDialog
{
    margin-left: 300px;
    width: 350px;
    background-color: transparent;
}

#loadingMessageDialog .phg_windowClose 
{
    margin-top: 1px;
    margin-left: -10px;
}

#loadingMessageDialog .red-bar 
{
    width: 343px;
}

#loadingMessageTitle 
{
    width: 333px;
}

#loadingMessageBody 
{
    text-align: center;
    background-color: #eeeeee;
    color: #aaaaaa;
}

#loadingIcon 
{
}

#loadingMessage 
{
}

#percentDone 
{
}
/***********************************end Loading Overlay********************************/

/***********************************tabs stuff********************************/
div.panes div.pane {
	display:none;	
	padding: 10px;	
	border:1px solid #999;
	border-top:0;
	height:315px;
	width:830px;
	overflow: hidden;
	font-size:14px;
	background-color:#fff;
}

div.panes div.paneContent {
	padding: 5px 0 0 0;
	overflow: auto;
	height: 310px;
	width: 830px;
	display: block;
	border: 0;
}

/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	border-bottom:1px solid #666;	
	height:30px;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background: url(/Content/images/tabs/blue.png) no-repeat;
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	text-align:center;	
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
    background-position:  -420px 0;
	width: 134px;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	color:#fff;	
	background-position: -420px -31px;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	cursor:default !important; 
	color:#000 !important;
	background-position: -420px -62px;		
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.s 			{ background-position: -553px 0; width:81px; }
ul.tabs a.s:hover 	{ background-position: -553px -31px; }
ul.tabs a.s.current  { background-position: -553px -62px; }

/* width 2 */
ul.tabs a.l 			{ background-position: -248px -0px; width:174px; }
ul.tabs a.l:hover 	{ background-position: -248px -31px; }
ul.tabs a.l.current  { background-position: -248px -62px; }


/* width 3 */
ul.tabs a.xl 			{ background-position: 0 -0px; width:248px; }
ul.tabs a.xl:hover 	{ background-position: 0 -31px; }
ul.tabs a.xl.current { background-position: 0 -62px; }


/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}

/***********************************end tabs stuff********************************/
 
#eventProgress, #ecardProgress {
    height: 15px;
}
