﻿/*
 * Color Palette
 * Pale Blue: #D4E6FC
 * Dark Blue: #48587D
 * Charcoal: #626365
 * Text Light Blue: #6CA6CD
 * Master Header Darker Blue Bar: #6699CC
 * Gray line color #DFDFDF
 * light orange color #FFF5E7
 * dark orange color #E25C21 
 */

*
{
    margin:0;
    padding:0;
}

body
{
	color:#000;
	font-family:Helvetica,Verdana,sans-serif;
	text-align: center;
	height: 100%;
	width: 924px;
	margin: 0 auto;
	font-size: 100%;
	line-height: 1.125em;	
	background: #FFF; 
}

img
{
    border-width:0;
}

ul
{
    list-style-position:inside;
}

#container
{
	width:924px;
	height:100%;
	margin:25px 0;
}

.logo 
{
    float:left;
}

#login
{
	float:right;
	font-size:0.8em;
    font-weight:bold;
    position:relative;
    top:45px;
    text-align:right;
}

#login a
{
    text-decoration:none;
    color:Black;
}

#login input
{
	border:none;	
	vertical-align:bottom;
	width: 200px;
}

#header
{
    background: url(../images/backgrounds/Logo.png) no-repeat;
	margin:0;
	height: 66px;
}

#header a
{
    height:0;
}

#navigation 
{
	margin:0;
	height: 27px; 
	background-image: url(../images/navbar.jpg); 
	background-repeat: repeat-x;
	background-position: center top;
}

#navigation ul
{
	list-style:none;
}

#navigation ul li
{	
	display:inline;
	float:left;
	line-height: 1.5em;
	text-align: center;
	margin: 0;
}

#navigation ul li ul
{	
	display:inline;
	float:left;
	margin:0;
	padding:0;
}

#navigation ul li a
{
    display:block;
	text-decoration:none;
	margin:0;
	float: left;	
	padding:  2px 10px 0 0;
	color: #4c4c4c;
	text-align: center;
	outline: none;   
	font-size:small;
}

#home .menuitem
{
    border:none;
}

.menuitem
{
    font-weight: 600;
    border-left:2px solid #0F338F;
    padding-left:10px;
}

.SessionTimeoutMessage
{
    background:#FFEBE8;
    border:1px solid #CC0000;
    padding:5px;
    margin-top:10px;
    color:#CC0000;  
}

#wrapper
{
	background:white;
	min-height:500px;
	overflow:hidden;
}

.sidebar
{
	width:189px;
	float:left;
	font-size: 0.75em;
	text-align:left;
	margin:15px 15px 0 0;
}

.countrydropdown, .statedropdown
{
    width:154px;
}

.sidebar-title
{
	color:white;
	font-weight:bold;
	font-size:small;
	padding:3px;
	background:#6699cc;
}

.section
{
	color:black;
	font-size:0.9em;
}

.section ul
{
	margin: 0;
	padding-left:0;
}

.section ul li
{
	list-style:none;
	border-bottom:1px solid #295b96;
}

.section ul li a
{   color:#295b96;
	font-weight:bold;
	text-decoration:none;
	margin-left:10px;
	*margin-left:0; /*IE7 Hack*/
}

.section ul li a:hover
{
	color:#295b96;
}

#offer-area
{
    width:692px;
    height:315px;
    cursor:pointer;
    margin-right: 230px;
    overflow:visible;
    float:left;
}

#offer-area
{
    cursor:pointer;
    float:left;
    margin:15px 0 0 0;
    height:312px;
}

#offer-text
{
    color:#4c4c4c;
    line-height:1em;
    margin-left:30px;
    position:relative;
    text-align:justify;
    top:-85px;
    width:400px;
    display:none;
    text-align:justify;
}

#login-area
{
    width:230px;
    z-index:1;
    float:left;
    margin:15px 0 0 0;
}

#view
{
    margin-right:7px;
}

#shop-more
{
    margin-left:7px;
    margin-right:7px;
}

#share-more
{
    margin-left:8px;
}

.learn-more
{
    margin:10px 0 10px 0;
    float:left;
    cursor:pointer;
    border:1px solid #DFDFDF;
}

.learn-more-header
{
    background:#FFF5E7;
    color:#295b96;
    font-size:small;
    font-weight:bold;
    padding:3px 5px;
}

.learn-more-body
{
   line-height:0;
}

.workspace
{
	font-size: 0.75em;
	text-align:left;
	float:left;
	width: 717px;
	margin:15px 0 0 0;
}

.workspace-no-sidebar
{
	font-size: 0.75em;
	text-align:left;
}

.workspace p, .workspace-no-sidebar p
{
    margin:5px 10px;
}

.workspace h2
{
    margin:10px 0;
}

#footer
{
	font-size: 0.75em;
}

#footer-left
{
    float:left;
    width:50%;
    text-align:left;
}

#footer-right
{
    float:right;
    width:50%;
    text-align:right;
    font-size:0.8em;
}

#footer ul li
{
	list-style:none;
	display:inline;
	margin:0;
	font-size: 0.75em;
}

#footer a, #footer a:hover
{
	text-decoration:none;	
	color:#474747;
	font-weight:bold;
}

.configured-product, .pose, .album
{
	margin: 8px;
	float:left;
	height:100%;
	border:1px solid #dfdfdf;
	padding: 3px 5px;
	width:160px;
}

.album-bottom-links
{
    background: #e9f3ff;
    margin:0 -5px -3px -5px;
}

.thumbnail
{
	display:block;
	height:150px;
	text-align:center;
}

.title, .center
{
	text-align:center;
}	

.left
{
	float:left;
}

.right
{
	float:right;
}

.clear
{
	clear:both;
	height:0;
}

.hidden
{
    visibility:hidden;
}

.invisible
{
    display: none;
}

.collapse
{
    visibility: collapse;
}

.album a, .pose a, .configured-product a
{	color:#295b96;
	text-decoration:none;
	font-weight:bold;
	margin:0 5px;
}

.album-links
{
    clear: both;
}

.album-links ul li
{
    border-top:solid thin;
	list-style:none;
	display:inline;
	margin:0;
}

.album-title-editmode
{
    overflow:hidden;
}

.album-branding
{
	margin:3px;
}

.album-branding img
{
   border:none;
}

.album-branding img
{
    border: none;
}

.album-cover
{
	float:left;
	margin: 3px 5px 3px;
	border:3px solid #D4E6FC;
}

.album-cover img
{
    display: block;   
}

.shared
{
	background:#D4E6FC;
}

.remove, .description
{
	vertical-align:top;
}

.quantity
{
	text-align:center;
}

.quantity input[type="text"]
{
    width: 2.5em;
}

#order, #ctl00_ctl00_MainContent_ProfileMainContent_OrderHistoryGrid
{
	border: 1px solid #6699CC;
    margin-top: 10px;
    width: 100%;
}

#cart
{
    width:100%;
    margin:20px 0;
    border: 1px solid #6699CC;
}

.order-history-grid
{
    width: 600px;
    margin: 15px 0;
    text-align: center;
}

.order-history-grid th a
{
    color: #FFFFFF;
}

#cart th, .order-history th
{
	background:#6699CC;
	color:white;
	height:26px;
	text-align:center;
}

#cart img
{
    border:1px solid #295b96;
    margin:5px;
}

#ctl00_ctl00_MainContent_ProfileMainContent_OrderHistoryGrid td
{
    text-align:center;
}

#subtotal, .price
{
	padding-right:45px;
    text-align:right;
}

.footer-price
{
    text-align:right;
    padding-right: 3px;
    padding-left: 10px;
}

.cart-controls
{
    text-align: right;
    padding: 20px 5px 0;
    clear: both;
}

.alt
{
	background:#D4E6FC;
}

.shared-album-title h4
{
	color:#295b96;
	font-size:small;
}

h4.pose-title, h4.product-title, h4.album-title
{
    text-align:center;
    height:2em;
    max-width:9em;
    min-width:100%;
    overflow:hidden;
}

.project
{
    margin: 8px;
	float:left;
	height:240px;
	border:1px solid #dfdfdf;
	padding: 3px 25px;
	width:150px;
	text-align:center;

}

.project a
{
    color:#0f338f;
	text-decoration:none;
	font-weight:bold;
}

.project-header
{
    height:30px;
    text-align:right;
}

h4.project-title
{
    height:40px;
    text-align:center;
    vertical-align:middle;
}

div.project-thumb
{
    vertical-align:middle;
    width:153px;
    line-height:153px;
}

div.project-bottom-links
{
    height:20px;
    margin:0 -25px -3px -25px;
    background: #e9f3ff;
}

.album, .album-pending-share
{
    margin: 8px;
    text-align:center;
}

.album-description
{
    margin: 3px;
    text-align: justify;
    line-height: 1.2em;
    min-height:25px;
    max-height:70px;
}

.album-header
{
    max-width: 800px;
    overflow:hidden;
}

.modal-dialog
{
    /*min-width: 580px;
    min-height: 200px;*/
    background:#FFF;
    text-align:left;
}

.modal-body
{
    border-left:1px solid #DFDFDF;
    border-bottom:1px solid #DFDFDF;
    border-right:1px solid #DFDFDF;
}

.modal-details
{
    margin:3px 5px;
    float:left;
}

.modal-header, .Address h3, .Payment h3
{
    background:#FFF5E7;
    line-height:1em;
    padding:6px;
    color:#295b96 ;
    border:1px solid #FFF5E7;
    font-weight:bold;
}

.Address h3 img, .Payment h3 img
{
    float:right;
}

#addressBookIntro, #paymentIntro
{
    padding: 5px 0 5px 10px;
}

#address-header, #payment-header
{
   padding: 25px 0 10px 75px;
   width: 450px;
}

#address-header .ptextnarrowwidth .psubheading, #payment-header .ptextnarrowwidth .psubheading
{
    padding-top: 6px; 
    text-align: right;
}

.shippingAddressInstructions, .paymentMethodIntructions
{
    line-height: 2em;
}

#CreditCard, #Account, #ExpirationDate, #Address
{   
    margin:10px;
}

.collapsible-panel-header
{
    height:26px;
}

.collapsible-panel-body
{
    border:1px solid #6699CC;
    margin-bottom:25px;
}

.collapsible-panel-body .collapsible-panel-body
{
    border:none;
    margin:0;
    padding:0;
}

.modal-background
{
    background: url(../images/macFFBgHack.png) repeat;
}

.modal-no-background
{
    
}

.modal-controls
{
    clear:both;
    text-align:right;
    margin:5px;
}

.shared
{
	background:transparent url(../images/shared.png) no-repeat scroll 0 0;
    height:50px;
    margin-bottom:-50px;
    width:50px;
    z-index:8;
}

.paging-controls
{
    text-align:right;
}

.pose-description, .product-description
{
    height:3em;
    max-width:6em;
    overflow:hidden;
    min-width:100%;
}

.ui-state-highlight
{
    height:176px;
    margin:8px;
    width:200px;
    float:left;
}

.reorder-list
{
    list-style:none;
}

.reorder-album, .ui-sortable-helper
{
    background:#fff;
    margin:8px;
	border:1px solid #dfdfdf;
	padding: 3px 25px;
	 cursor:move;
	 text-align:center;
	 float:left;
	 width:150px;
}

#ctl00_ctl00_MainContent_AlbumsMainContent_AlbmList__rbl
{
    list-style:none;
}

#ctl00_ctl00_MainContent_AlbumsMainContent_AlbmList__rbl li
{
    margin:3px;
}

.expander-icon
{
    float:right;
    color:White;
    font-size:1.5em;
    margin-top:4px;
    margin-right:10px;
}

.header-body
{
    background:#6699CC;
    height:26px;
}

.header-title
{
    color:#D4E6FC;
    padding:6px;
    font-weight:bold;
	font-size:1.3em;
}

.slideshow-link
{
    text-align:right;
    margin:3px;
}

.remove-image
{
    text-align:right;
}

.edit-image
{
    text-align:left;
}

input[type="text"], input[type="password"], textarea, select
{
    border:1px solid #6699cc;
    padding:1px;
}

input[type="button"], input[type="submit"], .widerbutton, .extrawidebutton
{
    background: url(../images/button_60.png) no-repeat;
    border:none;
    color:#FFF;
    padding:3px;
    min-width:60px;
    height:26px;
    font-weight:bold;
}

input[type="button"]:hover, input[type="submit"]:hover
{
    background: url(../images/button_60_over.png) no-repeat;
}

input[type="button"].widerbutton, input[type="submit"].widerbutton
{
    width: 100px;
    background: url(../images/button_100.png) no-repeat;
}

input[type="button"].widerbutton:hover, input[type="submit"].widerbutton:hover
{
    background: url(../images/button_100_over.png) no-repeat;
}


input[type="button"].extrawidebutton, input[type="submit"].extrawidebutton
{
    width: 160px;
    background: url(../images/button_160.png) no-repeat;
}

input[type="button"].extrawidebutton:hover, input[type="submit"].extrawidebutton:hover
{
     background: url(../images/button_160_over.png) no-repeat;
}

input[type="button"]:active, input[type="submit"]:active
{
     background: url(../images/button_60_down.png) no-repeat;
     color:#4C4C4C;
}

input[type="button"].widerbutton:active, input[type="submit"].widerbutton:active
{
     background: url(../images/button_100_down.png) no-repeat;
     color:#4C4C4C;
}

input[type="button"].extrawidebutton:active, input[type="submit"].extrawidebutton:active
{
    background: url(../images/button_160_down.png) no-repeat;
     color:#4C4C4C;
}

.add-button
{
    width:18px;
    height:18px;
    vertical-align:bottom;
}

.shareoutline
{
    margin: 5px 0px;
    padding-top: 5px;
    width: 840px;
    border-top: solid 1px #6CA6CD;    
}

.shareoption
{
    float:left;
    width:32%;
    margin:5px 0;
    border:1px solid #dfdfdf;
    cursor:pointer;
}

.share-option-title
{
    text-align:center;
    padding-top:10px;
}

.share-option-footer
{
    color:#0f338f;
    background:#e9f3ff;
    text-align:center;
    padding:3px;
    font-weight:bold;
}

.share-option-footer a, .share-option-footer a:hover, .share-option-footer a:active
{
    color:#0f338f;
    text-decoration:none;
}

.share-option-body
{
    color:#474747;
    padding:6px 10px 10px 10px;
    font-weight:bold;
    line-height:2;
}

#share-email
{
    margin-right:5px;
}

#share-fb
{
    margin-right:5px;
    margin-left:5px;
}

#share-link
{
    margin-left:5px;
}

.view-share-intro
{
    float:left;
    margin: 10px 0px;
    width: 340px;
}

.view-share-buttons
{
    text-align: right;
    float: right;
    margin: 20px 0 30px 0;
    width: 300px;
}

.sendsharebutton
{
    margin-top: 5px;
    width: 740px;
}

#ShareEmail, #ShareFacebook, #ShareLink
{
    border:1px solid #DFDFDF;
    margin:10px 0 0 0;
    min-height:200px;
}

#ShareLink input
{
    margin-top: 5px;
    width: 570px;
}

#Addresses, #PersonalMessage
{
    margin: 0 10px 10px 10px;
    width:326px;
}

#Addresses
{
    float:left;
}

#PersonalMessage
{
    float:right;
}

#share-icon
{
    float:left;
}

#share-header
{
    float:left;
    font-size:2em;
    margin:18px 0;
}

#share-buttons
{
    text-align:right;
    margin:0 5px 5px 5px;
}

#share-fb-body, #share-link-body
{
    margin:0 65px;
    font-size:small;
    font-weight:bold;
    line-height:1.75em;
}

#ShareAlbum 
{
    margin: 15px 40px 15px 0;
    float: right;    
    text-align:center;
}

.share-album-footer
{
    font-weight:bold;
    font-size:1.2em;
    clear:both;
}

#sharealbumintroduction
{
    background:url(../images/banner.jpg);
    width:715px;
    height:220px;
}

#ctl00_MainContent_btnAcceptShare
{
    margin: 10px 0 10px 0;
}

.instructions
{
    text-align:right;
    color:Gray;
    width:340px;
}

.password-instructions
{
     color:Gray;
     padding-left: 4px;
     font-size: 0.8em;
}

#contacts
{
    height:400px;
    overflow:auto;
}

.contact
{
    padding:5px;
    height:20px;
    font-size:1.2em;
}

.contacts-title
{
    color:#fff;
    padding:6px 6px 0 6px;
    font-weight:bold;
	font-size:1.3em;
	background:#a2bdde;
    height:26px;
}

.contact-details
{
    float:left;
}

.contact-buttons
{
    float:right;
}

#ContactList
{
    margin-top:-12px;
}

.add-contact .ptextnarrowwidth 
{
    padding: 20px 0 50px 60px;
    height: 30px;
}

.add-contact .ptextnarrowwidth .psubheading
{
    margin-top: 6px;
}

.recover
{
    margin:20px auto;
    width:250px;
}

.login
{
    background:url(../images/backgrounds/loginrect.png) no-repeat;
    width: 283px;
    height: 145px;
    padding: 30px 10px 0 10px;
    margin: 10px auto;
}

.loginbutton
{
	height: 24px; 
	width: 140px;
    margin: 10px auto;
    padding-top: 6px;
}

div.loginrow
{
    margin-bottom: 3px;
}

div.loginrow span.label
{
    width: 115px;
    text-align:right;
    float:left;
}

div.loginrow span.element
{
    width: 140px;
    text-align:left;
    float:right;   
}

div.loginrow input[type="text"], div.loginrow input[type="password"]
{
    width: 120px;   
}

.login table
{
    margin-bottom:5px;
}

.login td
{
    padding:3px;
}

.loginintroduction
{
    height: 145px;
}

.login-buttons, .recover-buttons, 
.account-buttons, .password-buttons, .option-buttons,
.remove-buttons
{
    text-align:right;
    margin-top:10px;
}

.CheckoutNavigation
{
    text-align: right;
    padding: 25px;
}

.register-buttons
{
    text-align: left;
    margin: 10px 120px;
}

.notice
{
    background:#FFFFE0;
    border:1px solid #E6DB55;
    padding:10px;
    margin:20px;
    color:Black;
}

.error-block
{
    margin: 0px auto;
    padding: 0px 10px;
}

.error
{
    background:#FFEBE8;
    border:1px solid #CC0000;
    padding:10px;
    margin:20px;
    color:#CC0000;
    display: block;
}

.error ul, .notice ul
{
    list-style:none;
    margin-left:15px;
}

.watermark-text
{
    color:#295b96;
    font-style:italic;
}

.required
{
    color:#295b96;
}

#cart th.FooterItemLabel 
{
    text-align:right;
    background:#6699CC;
    padding-right:5px;
}

/* Start Backgrounds */

.upDownButton
{
    color:#295b96;
    cursor:pointer;
    font-size:1.3em;
}

#homelogin
{
   margin: 15px auto;
   width: 303px;
}

#homeclaim
{
   margin: 50px auto 0 auto;
   width: 303px;
}

#homeimagearea
{
    background:url(../images/backgrounds/Home_photos.jpg) no-repeat;
    width: 200px;
    height: 150px;
    clear: both;
    margin-left: 100px;
}

#getstarted
{
    margin: 30px auto;
}

.introductorytext
{
    color: #295b96;
    padding: 10px 0 10px 0;
    font-size: small;
    font-weight: normal;
}

.introductorytext ol, .introductorytext ul
{
    list-style-position:inside;
}

.introductorytext ul li
{
    margin-left:12px;
}

.sectionsubheading
{
    color: #295b96;
    font-weight: 600;
    font-size: 20px;
    padding: 10px 0 5px 0;
}

.psubheading
{
    color: #295b96;
    font-weight: 600;
    font-size: 16px;
    float: left;
    margin-right: 10px;
}

.ptagline
{
    text-align: left;
}

.ptextwide
{
    width: 750px;
    clear: both;
    margin-left:15px;
}

.ptextmidwidth
{
   width: 600px;
   clear: both;
}

.ptextnarrowwidth
{
    width: 400px;
    clear: both;
}

/* Pages - Text */

#welcomeintroduction
{
    width: 100%;
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
}

#mycartintroduction
{
    width: 800px; 
}

#myalbumsintroduction
{
    width: 500px;    
}

#recoverpasswordintroduction
{
    width: 650px;
}

#aboutusleftside
{
    width: 50%;
    float: left;
    margin:15px 0;
}

#aboutusrightside
{
    background:url(../images/backgrounds/aboutus_cpi.jpg) no-repeat;
     width: 50%;
    height: 450px;
    float: right;
    margin:15px 0;
}

#claimyoursessionintroduction
{
    padding: 10px;
}

#claimyoursessioncontrols
{
    padding: 5px 0 10px 20px;
}

.claim-buttons
{
    margin: 12px 0;   
}

#claimyoursessionreceipts
{
    width: 650px;
    padding-top: 20px;
}

#sessionreceiptsbottom
{
    float: left;
    padding: 0 0 20px 10px;
}

#retrievesessionintroduction
{
    width: 650px;
}

#retrievesessionbtn
{
    padding: 10px;
}

#retrievesessionreceipt
{
    width: 650px;
}

#retrievesessionreceiptleft
{
    float: left;
    width: 330px;
}

#retrievesessionreceiptright
{
    float: left;
    width: 300px;
    height: 380px;
    background:url(../images/backgrounds/retrievesessionreceipt.gif) no-repeat;
}

.CustomTabStyle .ajax__tab_body
{
    border: 1px solid #6699CC;
    margin-bottom: 25px;
}

.CustomTabStyle .ajax__tab_outer
{
	text-align:center;
	color:white;
	padding: 0 3px;
	background:#295b96;
    border-top:1px solid #6699CC;
    border-right:1px solid #6699CC;
}

.CustomTabStyle .ajax__tab_body ul
{
    list-style:none;
}

.CustomTabStyle  .ajax__tab_active .ajax__tab_outer
{
    background:#6699CC;
}

.CustomTabStyle .ajax__tab_active
{
	text-align:center;
	color:white;
	font-weight:bold;
	font-size:1.2em;
	padding:3px;
	padding-top:9px;
	font-style:italic;
	background:#6699CC;
    border-top:1px solid #295b96;
    border-right:1px solid #295b96;
}

.ajax__tab_default .ajax__tab_header
{
    margin-top:20px;
}
/* End Pages -text */
/* End Backgrounds */

/* Frequently Asked Questions */
.faqcontainer
{	
	width: 924px;
	margin: auto;
	padding-bottom: 20px;
}

.faqcontainer h2, #offers h2
{
    font-size:2.7em;
    padding:20px 0;
    color:#295b96;
}

#ctl00_MainContent_ListView1_itemPlaceholderContainer
{
	border: 1px solid #dfdfdf;
	border-top: none;
}

.expandHideLinks
{
	text-align: right;
	clear: both;
	padding: 5px 0 15px 5px;
}

.category
{
	width: 100%;
	color:#474747;
}

.categorytext
{
	margin-left: 15px;
	font-size: medium;
	font-weight: 600;
	cursor:pointer;
}

.sub-categories
{
    padding-left:30px;
}

.sub-category
{
    color:#0F338F;
	font-weight: 600;
	cursor:pointer;
}

.active-sub-category
{
    background:#e9f3ff;
}

.categoryContents
{
	width: 100%;	
}

.question
{
	color: #0F338F;
	padding: 10px 25px 3px 25px;
	cursor: pointer;
}

.answer
{
	color: #474747;
	margin: 3px 25px 10px 25px;
}

.faqlistcontent
{
	margin: 10px 0 10px 0;
}

#topics
{   width:250px;
    border:1px solid #dfdfdf;
    margin-right:20px;
    min-height:500px;
}

#topics ul
{
    list-style:none;
}

#topics h3, #questions h3
{
    color:#295b96;
    font-size:large;
    font-weight:bold;
    padding:10px;
    background:#FFF5E7;
}

#questions
{
    float:left;
    border:1px solid #dfdfdf;
    width:650px;
    min-height:500px;
}

#need-help
{
    width:230px;
    border:1px solid #dfdfdf;
    margin:20px 20px 0 0;
    padding:5px 10px;
    
}

#need-help h3
{
    font-size:large;
    font-weight:bold;
}

#need-help-button
{
    background: url(../images/button_100.png) no-repeat;
    border:none;
    color:#FFF;
    padding:3px;
    width:100px;
    height:26px;
    font-weight:bold;
    text-align:center;
}

#need-help a, #need-help a:hover, #need-help a:visited
{
    color:#fff;
    text-decoration:none;
}

/*End FAQS */
/* Contact Us */

#contactusintroduction
{
    width: 800px;
}

.customercc 
{
	float:left;
	text-align:left;
	line-height: 2em;
}

.customerlabels
{
	text-align:left;
	width: 130px;
}

.customercontrols
{
	text-align: left;
	width: 270px;
}
.customercontrols input
{
	width: 220px;
}

.phonenumbercontrols
{
	text-align: left;
	width: 270px;
}

.phoneextensioncc
{
	width: 52px;
}

.phonenumbercc
{
	width: 138px;
}

.addressziptext
{
	width: 100px;
}

.messagecc
{
	width: 96%; 
	text-align:left;
	float: left;
}

.messageboxcc
{	
	height: 160px;
	width: 92%;
	overflow: hidden;
}

.submitbox
{
	text-align:right;
	padding: 10px 0 25px 0;
}

.rowstyle
{
	white-space:nowrap;
}


.buttonscc
{
    text-align: center;
	cursor:pointer;
	font-variant:small-caps;
	width: 100px;
}

.messageresult
{
    margin: auto;
    font-weight: 600;
    text-align: center;
    padding: 20px;
}

.moreinfoLink
{
    text-decoration: none;
    padding-left: 5px;
    font-weight: 600;
}

#popupContact  
{
     display: none;  
     position: fixed;  
     _position: absolute; /* hack for internet explorer 6*/  
     height: 375px;  
     width: 500px;  
     background: #FFF;  
     border: 1px solid #BABABA;  
     z-index: 2;  
     padding: 5px;  
     cursor: pointer;  
 } 
 
 #popupContact #retrievesessionreceiptleft
 {
     margin-top: 80px;
     width: 225px;
 }
 
#popupContact #retrievesessionreceiptright
{
     margin-top: 10px;
     width: 260px;
 }
 
 #popupContactClose{  
     font-size:14px;  
     line-height:16px;  
     right:6px;  
     top:4px;  
     position:absolute;  
     color: #A9A9A9;  
     font-weight: 600;  
     display:block;
 }
 
 #backgroundPopup{  
     display:none;  
     position:fixed;  
     _position:absolute;  /*hack for internet explorer 6*/  
     height:100%;  
     width: 100%;
     top:0;  
     left:0; 
     background-color: #C2C2C2;
     z-index:1;  
 } 

/*End Contact Us */
/* ----------------------- select single shipping address --------------------- */

#ctl00_MainContent_ShippingAddresses_ShippingControls
{
     width: 650px;
     margin: auto;
     padding: 10px;
     padding-bottom: 50px;
     border: 1px solid #6CA6CD;
}

#addresses
{
    border: 1px dotted #6CA6CD;
    margin-bottom: 10px;
    background-color: #EDF5FF;
    padding: 5px;
    text-align: center;
}

#addresses select
{
    min-width: 250px;
    margin-top: 5px;
    font-weight: bold;
    color: #295b96;
    padding: 3px;
}

/* ----------------------- select multiple shipping addresses --------------------- */

#lineItems
{
    border: 1px dotted #6CA6CD;
    text-align: center;
    padding: 5px;
    background-color: #EDF5FF;
}

#lineItems td.imageCell
{
    width: 10%;
}

#lineItems td.nameCell
{
    width: 35%;
}

#lineItems td.quantityCell
{
    width: 5%;
}

#lineItems td.addressCell
{
    width: 30%;
    text-align: right;
    padding-right: 6px;
}

#lineItems td.addressCell .address
{
    font-weight: bold;
    color: #295b96;
}

#lineItems img
{
    max-width: 64px;
    max-height: 64px;
    border: 1px solid #295b96;
}


/* ----------------------- select shipping methods --------------------- */

#shipments .shipment
{
    border: 1px solid #6CA6CD;
    padding: 25px;
    margin-top: 3px;
}

.ShippingMenu
{
    clear: both;
    line-height: 2em;
    margin-left: 150px;
    padding: 5px 0 15px 0;
    font-size: medium;
}

#shipments .shipToPanel
{
   float: left;
}

#shipments .shipToPanel .address
{
    font-weight: bold;
    color: #295b96;
}

#shipments .shippingMethodPanel
{
    float: right;
}

#shipments .shippingMethodPanel .method
{
    font-weight: bold;
    color: #295b96;
}

#shipments .shippingMethodsTop
{
    padding-bottom: 15px;
}

#shipments .lineItems
{
    background-color: #EDF5FF;
    border: 1px dotted #6CA6CD;
    margin: 10px 2px 2px 2px;
    text-align: center;
    padding: 5px;
}

#shipments .lineItems td.imageCell
{
    width: 20%;
}

#shipments .lineItems td.nameCell
{
    width: 45%;
}

#shipments .lineItems td.quantityCell
{
    width: 15%;
}

#shipments .lineItems img
{
    max-width: 64px;
    max-height: 64px;
    border: 1px solid #295b96;
}

/* ----------------------- Order Sheets --------------------- */

#order-sheets div.album-view
{
    background-image: url(../images/backgrounds/film.gif); 
	background-repeat: repeat-x;
	background-position: left top;
    width: 100%;
    height: 186px;
    overflow: auto;
    overflow: -moz-scrollbars-horizontal;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    margin-bottom: 10px;
}

#order-sheets div.album-pose
{
    width: 500px;
    height: 500px;
    float: left;    
}

#order-sheets div.options
{
    width: 300px;
    float: right;    
}

.optionTitle
{
    font-size: 1.4em;
    color: #295b96;
}

.enhancement-option
{
   margin: 4px;
   float: left;
   width: 68px;
   text-align: center;
}

.enhancement-option input
{
    display: block;
    border: solid 3px #D4E6FC;
}

.enhancement-option input.selected
{
    display: block;
    border: solid 3px #295b96;
}

li.pose-item
{
    list-style-type: none;
    display: inline;
}

li.pose-item img
{
    margin: 10px 4px;
}

li.product-item
{
    list-style-type: none;
    margin-bottom: 6px;
}

li.product-item div
{
    float:left;    
}

li.product-item div.qty
{
    width:20px;
}

li.product-item div.name
{
    padding-left: 15px;
    width: 200px;   
}

li.product-item div.price
{
    text-align: right;
    padding-right: 0px;
    float: right;
}

li.product-item div.clear
{
    float: none;
    clear: both;
}

.cropDescription
{
    text-align: center;
    padding: 10px 0px;
}


/* Begin -  Order Specialty Styles */
.OrderSpec_ProdDetails
{
    background-color:#D4E6FC;
    padding: 2px 2px 2px 2px;
    border: solid 0px black;
}

#OrderSpec_SelectProd
{
}

.highlight
{
    background-color:#FFFACD;
}

.OrderSpec_ModalPopup
{
    border:1px solid #295b96;
    font-weight:bold;
    background:white;
    padding: 10px 20px 10px 20px;
    display: none; 
    text-align: center;
}

.OrderSpecSaved_Hdr
{
    background-color:#D4E6FC;
    position: relative;
    margin: 0 auto;
    border: solid 0px black;
}

.OrderSpecSaved_Products a
{
    font-size: 0.75em;
    color: #295b96;
}

.OrderSpecSaved_Products span
{
    font-size: 0.75em;
    color: #295b96;
}
/* End -  Order Specialty Styles */        


.CheckoutWizard
{
    margin-top: 10px;
}

.CheckoutHeader .ptextwide
{
    line-height: 3em;
}

.CheckoutWizard .hidden
{
    display: none;
}

.CheckoutWizard .CheckoutSteps
{
    width: 800px;
    margin: auto;  
}

.CheckoutWizard .CheckoutSteps .order-detail
{
    border: 1px solid #6CA6CD;
    margin-top: 20px;
}


.PaymentStep
{
    border: 1px solid #6CA6CD;
    padding: 30px;
}

.PaymentMenu 
{
    clear: both;
    line-height: 2em;
    margin-left: 10px;
    padding-bottom: 20px;
    font-size: medium;
}

.PaymentTable
{
    line-height: 2em;
    padding: 20px 0 10px 0;
}

.PromoCodes
{
   padding: 15px 0 15px 5px;
   margin-bottom: 5px;
   background-color: #EDF5FF;
   border: 1px dotted #6CA6CD;
   white-space: nowrap;
}

.upload-panel
{
}

.select-upload-panel
{
    border:1px solid #D4E6FC;
    -moz-box-shadow:0 4px 18px #C8C8C8;
    padding:10px;
    margin:10px;
    float:left;
}

.albums-list
{
    color:#295b96;
    list-style-type:circle;
    margin:10px 0 10px 50px;
}

.albums-list a
{
     color:#295b96;
     font-size:16px;
}

#MainLogin
{
    float:right;
    width: 370px;
    margin:15px 0 0;
     height:500px; 
}

.mainlogin
{
    width: 283px;
    padding: 0px 10px;
    margin: 0px 10px;
}

#Register
{
     float:left;
    border-right:solid 2px #D4E6FC;
    margin: 15px 0 0;
    width: 50%;
    height:500px;
}

.registration-header
{
    color: #295b96;
    text-align: center;
    padding: 5px 0 15px 0;
}

.registration-header span
{
    font-size: medium;
    font-weight: bold;
}

.registration
{
    width: 380px;
    padding: 0px 10px 0px 10px;
}

.registration div.registrationrow
{
    margin-bottom: 3px;
}

.registration span.label
{
    width: 150px;
    text-align:right;
    float:left;
}

.registration span.element
{
    width: 220px;
    text-align:left;
    float:right;   
}

.registration input[type="text"], div.registrationrow input[type="password"]
{
    width: 150px;   
}

.registrationbutton
{
	height: 24px; 
	width: 140px;
    margin: 10px auto;
    padding-top: 6px;
}

table.registerform
{
	border-width: 0px;
	border-spacing: 2px;
	border-collapse: separate;
}

td.registerform
{
    width: 150px;   
}

.login-links
{
    text-align: center;
    width: 100%;
}

.order-detail
{
    margin: 12px 0;
    border: 1px solid #6699CC;
    color: #444444;
    padding: 0 8px;
}

.order-detail-header
{
    background-color: #6699CC;
    color: white;
    padding: 6px 8px;
    margin: 0 -8px 25px;
    float: left;
    width: 100%;
}

.order-detail-header-item
{
    float: left;
    width:33%;
}

.order-billing-address, .order-detail-shipment
{
    text-align: left;
    margin-bottom: 25px;
}

.order-billing-address h4, .order-detail-shipment h3
{
    font-size: medium;
    border-bottom: 1px solid #444444;
    margin-bottom: 6px;
}

.order-shipping-address
{
    margin-bottom: 10px;
}

.order-shipping-address h4
{
    display: none;
}

.order-detail-order
{
    width: 100%;
}

.order-detail-order th
{
    border-bottom: 1px solid #CCCCCC;
    text-align: center;
}

.order-detail-order img
{
    margin-top: 8px;
}

.order-detail-order .price, .order-detail-order .quantity, .order-detail-footer .footer-price
{
    text-align: right;
    padding-right: 25px;
}

.order-detail-footer
{
    border-top: 1px solid #444444;
    padding-top: 6px;
}

.order-detail-footer table
{
    width: 100%;
    text-align: right;
}

.order-detail-footer .footer-item
{
    font-weight: bold;
}

#StatusBar
{
    margin-right:30px;
    text-align:right;
}

.ProductionTimePanel
{
    clear: both;
    text-align: right;
}

.session-header
{
    color: #f89748;
    font-weight: 600;
    font-size: 18px;
    padding: 6px 0;
    text-align: center;
    float: left;
}

.session-header-row
{
	height: 24px;
	padding: 6px 0;
	float: left;
}


.login-popup
{
    width: 500px;
}

.login-popup .modal-dialog
{
    min-width: 0;
}

.login-popup .modal-body
{
    padding: 8px;
}

.login-popup .ui-tabs-panel table
{
    margin: 0 auto;
}

.login-popup div.registration
{
    width: auto;
    padding: 0;
}

.login-popup div.login
{
    background: none;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
}

.login-popup div.registration span.label, .login-popup div.login span.label
{
    width: 180px;
}

.login-popup div.registration span.element, .login-popup div.login span.element
{
    width: 200px;
    margin-left: 10px;
}

.login-popup span.element input[type="text"], .login-popup span.element input[type="password"]
{
    width: 160px;   
}

.login-popup #loginTabs
{
    margin: 20px 0;
}

#loginTabs .ui-widget-content
{
    background: transparent;
}

#SignIn
{
     width:85px;
}

#loginTabs .login
{
     background: transparent;
     height:auto;
     width:auto;
     padding:0;
}

#loginTabs .loginrow span.label,#loginTabs .loginrow span.element
{
    display:block;
    float:none;
    width:auto;
    text-align:left;
}

#loginTabs .loginrow input[type="text"], #loginTabs .loginrow input[type="password"] 
{
    width:190px;
}

#loginTabs .ui-tabs-panel
{
    background: #A3BDDE;
    color:#295b96;
    padding: 1em 1.5em;
    font-size:0.75em;
    font-size:0.8em;
    font-weight:bold;
    height:263px;
}

#loginTabs .ui-tabs-panel a
{
    background: #A3BDDE;
    color:#295b96;
}

#loginTabs.login-buttons .ui-widget input
{
    font-size:1.5em;
}

#loginTabs .login-links > *
{
    display:block;
}

#loginTabs .error-block, #loginTabs .error
{
    padding:0;
    margin:0;
}

#claim-info
{
    color:#4c4c4c;
    padding: 12px;
}


.session-content
{
    float: left;
    width: 720px;
}

.session-sidebar
{
    float: right;
    background-color: #fff;
    /*height: 915px;*/
}

#sessionTabs
{
    margin-top: 10px;
}

#sessionTabs .ui-tabs-panel, #albumsTabs .ui-tabs-panel, #albumTabs .ui-tabs-panel, #sheetsTabs .ui-tabs-panel
{
    border:1px solid #DFDFDF;
    min-height:459px;
    padding:0;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited
{
    color:#fff;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited
{
    color:#295b96;
}

.ui-tabs .ui-tabs-nav 
{
    height:26px;
}

.ui-tabs li.ui-state-default
{
    height:26px;
    background:url("../images/tab_hover-left.png") no-repeat left top;
    border:none;
    padding:0 0 0 6px;
}

.ui-tabs .ui-tabs-nav li a 
{
    background:url("../images/tab_hover-right.png") no-repeat right top;
    padding:7px 14px 7px 8px;
}

.ui-tabs li.ui-state-active, .ui-tabs li.ui-state-hover, .ui-tabs .ui-tabs-nav li.ui-tabs-selected
{
    background:url("../images/tab_static-left.png") no-repeat left top;
    border:none;
    padding:0 0 0 6px;
}

.ui-tabs li.ui-state-active a, .ui-tabs li.ui-state-hover a , .ui-tabs .ui-tabs-nav li.ui-tabs-selected a
{
    background:url("../images/tab_static-right.png") no-repeat right top;
}

.ui-state-focus
{
    border:none;
}

.teaser-popup
{
    padding: 20px;
    width: 450px;
    color: #555555;
}

.teaser-popup h2
{
    color: #f89748;
    float: left;
    line-height: 1.5em;
}

.teaser-popup p
{
    margin: 15px 30px;
}

.teaser-popup p .h2
{
    color: #f89748;
    font-size: large;
    font-weight: bold;
    margin: 0 2px;
}

.teaser-popup p img
{
    float: left;
    margin-top: 6px;
    margin-right: 10px;
}

.teaser-popup .modal-body
{
    border: none;
}

.teaser-popup .dim-button
{
    border: none;
    background: none;
    color: #777777;
    margin: 0 5px;
    padding: 0;
    font-size: smaller;
    height: auto;
    width: 90px;
}

.teaser-popup .dim-button:hover, .teaser-popup .dim-button:active
{
    background: none;
}

.teaser-popup .modal-controls
{
    text-align: left;
    padding: 10px 10px 5px 10px;
}

.teaser-popup .modal-controls input[type="submit"]
{
    font-size: smaller;
    padding: 0;
    width: 160px;
    margin-left: 15px;
    margin-top: 10px;
}

.ButtonMenu
{
    list-style: none;
}

#album-sidebar-banner
{
    background:url(../images/banner_enhancements.jpg) no-repeat;
    width:189px;
    height:377px;
    margin:10px 0;
}

#share-sidebar-banner
{
    background:url(../images/banner_enhancements.jpg) no-repeat;
    width:189px;
    height:313px;
    margin:10px 0;
}

#guarantee
{
    background:url(../images/banner_shipping.gif) no-repeat;
    width:189px;
    height:243px;
    margin:10px 0;
}

#albumsTabs
{
    min-height:480px;
}

#product-banner
{
     background:url(../images/banner_product.jpg) no-repeat;
    width:717px;
    height:193px;
    color:#91794d;
}

#product-banner h2
{
    margin: 0 0 0 25px;
    padding-top:30px;
    font-size:2.2em;
}
#product-banner ol
{
    font-size:1.3em;
    margin:15px 0 15px 65px;
    line-height:1.5em;
}

#product-banner-text
{
    margin: 0 0 0 25px;
    font-size:1.2em;
}

.my-cart
{
    color:#0F338F;
    font-size:small;
    text-align:center;
    text-decoration:none;
    font-weight:600;
    float:right;
    margin:2px 10px 0 0;
}

.my-cart a, .my-cart a:hover, .my-cart a:active
{
    color:#0F338F;
    text-decoration:none;
}

.ui-tabs
{
    padding:0;
}

.ui-widget-content
{
    border:none;
}

.ui-tabs .ui-tabs-nav
{
    padding:0;
}

.ui-tabs .ui-tabs-nav li
{
    margin:0;
}

.ui-widget-header
{
    border:none;
    background:none;
}

.product-category
{
     color:#0F338F;
     height: 193px;
     width: 32%;
     border:1px solid #dfdfdf;
     float:left;
     margin:3px;
}

.product
{
     color:#0F338F;
     height: 293px;
     width: 32%;
     border:1px solid #dfdfdf;
     float:left;
     margin:3px;
}

.product-category-name, .product-name
{
    font-weight:bold;
    background:#E9F3FF;
    text-align:center;
}

.product-footer
{    
    font-weight:bold;
    padding-left:4px;
    padding-right:8px;
    clear:both;
}

.product-footer a.detailsLink
{
    text-decoration:underline;
    font-size:0.85em;
    float:right;
}

.product-footer a, .product-footer a:hover, .product-footer a:active
{
    color:#0F338F;
    text-decoration:none;
}

.shopLink
{
   font-size:0.9em;
}



.PictureGifts
{
    width:98%;
    height:215px;
}

.PictureGifts .product-category-name
{
    text-align:left;
}
    
.PictureGifts .thumbnail
{
    float:right;
}

.projectsInstruct
{
    
    background-color:#D4E6FC;
    position: relative;
    margin: 0 auto;
    border: solid 0px black;
}


table.basketDetails tr
{

    vertical-align:middle;
    text-align:center;
}

.productStyleThumbnail
{
    display:table-cell;
    height:255px;
    text-align:center;
    vertical-align:middle;
    padding-left: 15px;
}
.productStyleThumbnail * 
{
    vertical-align: middle;
}
/*\*//*/
.productStyleThumbnail 
{
    display: block;
}
.productStyleThumbnail span 
{
    display: inline-block;
    height:100%;
    width:1px;
}
/**/

.categoryDetails
{
    float:right;
    width:460px;
    text-align: left;
    color:#0F338F;
    padding-top: 10px;
}

.categoryDetails h2
{
    background-color:White;
    color:#0F338F;
    font-size: 1.8em;
}

.priceList
{
    float: right;
    font-size: 1.2em;
}

.price-list-first-cell
{
    padding-left:10px;
}

.albums-header
{
    color:#295b96 ;
    font-size:0.9em;
    margin:10px;
}

#picture-gifts-banner
{
    float:left;
    width:480px;
}

#picture-gifts-banner h2
{
    margin: 0 0 0 25px;
    padding-top:15px;
    font-size:2.2em;
}
#picture-gifts-banner ol
{
    margin:15px 0 15px 65px;
}

#picture-gifts-banner-text
{
    margin: 0 0 0 25px;
    font-size:1.2em;
}

#share-album-banner
{
    width:500px;
    color:#91794d;
    float:left;
}

#share-album-banner h2
{
    margin: 0 0 0 25px;
    padding-top:30px;
    font-size:2.2em;
}

#share-album-banner-text
{
    margin: 0 0 0 25px;
    font-size:1.2em;
}

#offers
{
    width:85%;
    margin:auto;
}

#error404
{
    margin: 25px 20px 0px 20px;
}

.tblPriceList
{
    float: left;
    width: 98%;
}

.tblPriceList th
{
    background-color:#eaf4ff;
}

.detailShop
{
    background-color:#eaf4ff;
    float:left;
    width:94%;
    font-weight:bold;
    padding:2%;
}

.detailShop a
{
    font-size: 1.1em;
    text-decoration: none;
    color: #0F338F;
}

.styleHeader
{
    background-color: #DECAA3;
    color: White;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 15px;
    font-size: 2.2em;
}

.styleCategory
{
    border: 2px solid #B3CAE5;
    clear: both;
}

.styleCategory h1
{
    background-color: #B3CAE5;
    color: White;
    font-size: 1.8em;
    padding-left: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
}

#Products
{
    padding: 5px;
    display: inline-block;
    width: 98%;
}

