<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* licensestream.css - Stylesheet for LicenseStream Application and Portal sites
 * Author: Sheryl Morgan
 * Copyright: 2009 Imagespan
 */
 
 
/* ===============
   GLOBAL SETTINGS
   =============== */
   
html, body, div, span, applet, object, iframe, h1,
h2, h3, h4, h5, h6,  blockquote, pre, a, abbr,
acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike,
sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend
    {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    }

body 
    {
    text-align: center;
    background: #fff;
    color: #555;
    font-family: arial;
    font-size: 12px;
    }


/* ===============
    ANCHOR STYLES
   =============== */

a:link,
a:visited
    { 
    color: #940000;
    font-weight: normal;
    text-decoration: none;
    }

a:active,
a:hover 
    {
    color: #940000;
    text-decoration: underline;
    }

a.link_arrow
	{
	display: block;
	float: left;
	margin: 2px 0 0 0;
	padding: 0 8px 0 0;
	color: #0f4a9f;
	background: url(../../images/Portal/gfc_link_arrow.gif) no-repeat center right;
	font-size: 12px;
	text-decoration: none;
	}

a.link_arrow:hover
	{
	text-decoration:underline;
	}

#content a {
    font-weight: normal;
}

/*\*/
html*#mainApplication a {
[color: inherit;/*Firefox and Netscape browsers only.*/
color: #940000;/*Safari == Prevent red links */
]color: inherit;/*Affects IE 7 only.*/
}


/* ===============
    HEADER STYLES
   =============== */

h1
    {
    font-weight: normal;
    font-size: 24px;
    margin-left: -1px;
    padding:0px 0px 5px 0px;
color: #444;
    }

h2
{
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
color: #444;
}

h3 
	{
	font-size: 13px;
    font-weight: bold;
	color: #444;
	}

h4
    {
	font-size: 14px; /*right column headline*/
	line-height: 18px;
	margin: 0px 0px 10px 10px;
	color: #444;
    }

h5
    {
    font-family: Verdana;
    }

p b
	{
	color: #444;
	}


/* ===============
   GENERAL CLASSES
   =============== */
 
/* ==FLOATS== */

.f_right
	{
	float: right;
	}

.f_left
	{
	float: left;
	}

.clear
	{
	clear: both;
	}

.txtRight 
    {
    text-align: right;
    }

.boldTxt
    {
    font-weight: bold;
    }

/* ==GENERAL PRINT== */
.pdfLogo
    {
    display: none;
    }

.invoiceStyle
	{
	padding-right:20px;
	padding-left:20px;
	padding-top:20px;
	color: #000;
	}

/* ==GENERAL APPLICATION== */

.centeredLabel 
    {
    margin: 0px auto;
    padding-top: 5px;
    padding-bottom: 10px;
    text-align: center;
    }

.errorText 
    {
    color: darkRed;
    font-weight: bold;
    }

.successText 
    {
    color: Green;
    font-weight: bold;
    }

.block
    {
    display: block;
    border: dashed 1px #ddd;
    border-top: solid 0px #ddd;
    line-height: 18px;
    padding: 2px 0px 2px 5px;
    }

/* ==GENERAL PRINT== */
.pdfLogo
    {
    display: none;
    }

/* ===============
   GRAY BOX STYLES
   =============== */

.grayBoxContent 
    {
    display:block;
    background:#fff;
    border:0 solid #ccc;
    border-width:0 1px;
    }

.grayBoxContent div 
    {
    padding: 8px 10px;
    }

.grayBorder 
    {
    margin: 0px 0px 10px 10px;
    }

.xtop, .xbottom 
{
    display:block;
    background:transparent;
    font-size:1px;
}
.gb1, .gb2, .gb3, .gb4 
{
    display:block;
    overflow:hidden;
}
.gb1, .gb2, .gb3 
{
    height:1px;
}
.gb2, .gb3, .gb4 
{
    background:#fff;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
}
.gb1 
{
    margin:0 5px;
    background:#ccc;
}
.gb2 
{
    margin:0 3px;
    border-width:0 2px;
}
.gb3 
{
    margin:0 2px;
}
.gb4 
{
    height:2px;
    margin:0 1px;
}


/* ===============
    PANEL STYLES
   =============== */

.panelContainer 
{
    margin-bottom: 20px;
    width: 500px;
}

.panelContainerAuto 
{
    margin-bottom: 20px;
    width: auto;
}

.panelHeader 
{
    text-align: center;
    color: #333;
    font-weight: bold;
    padding: 3px;
    background-color: #ccc;
    margin-top: 10px;
}

.panelHeaderRed
{
    text-align: center;
    color: #990000;
    font-weight: bold;
    padding: 3px;
    background-color: #ccc;
    margin-top: 10px;
}

.panelBody 
{
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    margin-top: 0px;
    padding: 5px 10px;
}
        
		.panelBody table 
		{
			padding: 0px;
			margin: 0px;
		}
	    
	    .panelColumn 
	    {
		    width: 50%;
	    }
	    
	    .panelLabelCol 
	    {
			float:left;
			width:auto;
	    }
	    
	    .panelFormCol 
	    {
	        width: auto;
	        margin-left:130px;
		}

.divShippingInfo .panelBody 
{
    background: #eee;
}

.tabsDiv { 
    width: auto;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 2px 12px 8px 12px;
    line-height: 17px;
    border-top: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    clear: both;
}   
    .tabsDiv table td.setwidth {
        width: 82px;
        font-weight: bold;
        }
#divMetadataPanels table {
	border-left: solid 1px #999;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	margin-top: 10px;
	margin-bottom: 10px;
    }

    #divMetadataPanels table td {
	    vertical-align: top;
	    background-color: #fff;
	    padding-bottom: 7px;
        }

    #divMetadataPanels table th {
	    text-align: center;
	    font-weight: bold;
	    padding: 3px;
	    background-color: #666;
        }
    #mainApplicationLeft table.tblHeaderBg th /* Gridview Header BG color */
        {
        background-color: #ccc;
        color: #333;
        text-align: center;
        padding: 2px 6px;
        height: 26px;
        }
    #mainApplicationLeft table.tblHeaderBg {
        }
        .tabsDivGrid {
        margin: 0px;
        padding: 0px;
        border-bottom: solid 1px #999;
        }
        .tabsDivGrid div {
        margin: 0px;
        padding: 0px;
        }
        
.formPanel {
	border: solid 1px #ccc;
    background: #f6f6f6;
    padding: 10px 10px 10px 5px;
    margin: 10px 0px 10px 0px;
    }


/* ===============
       BUTTONS
   =============== */
   
.btns
	{
	margin: 0 30px 0 30px;
	height: 27px;
	}
	
.btn_sign_up_now
	{
	display: block;
	margin: 0 0 0 10px;
	width: 111px;
	height: 27px;
	background: url(../../images/Portal/maincontent_buttons/btn_sign_up_now.gif) no-repeat;
	}

.btn_sign_up_now span
	{
	display:none;
	}

.btn_find_out_more
	{
	display: block;
	margin: 0 0 0 10px;
	width: 111px;
	height: 27px;
	background: url(../../images/Portal/maincontent_buttons/btn_find_out_more.gif) no-repeat;
	}

.btn_find_out_more span
	{
	display: none;
	}

.btn_try_for_free
	{
	display: block;
	margin: 0 0 0 10px;
	width: 111px;
	height: 27px;
	background: url(../../images/Portal/maincontent_buttons/btn_try_for_free.gif) no-repeat;
	}

.btn_try_for_free span
	{
	display:none;
	}

.btn_contact_us
	{
	display: block;
	margin: 0 0 0 10px;
	width: 111px;
	height: 27px;
	background: url(../../images/Portal/maincontent_buttons/btn_contact_us.gif) no-repeat;
	}

.btn_contact_us span
	{
	display:none;
	}

.btn_view_demo
	{
	display: block;
	margin: 0 0 0 10px;
	width: 111px;
	height: 27px;
	background: url(../../images/Portal/maincontent_buttons/btn_view_demo.gif) no-repeat;
	}

.btn_view_demo span
	{
	display:none;
	}

.btn_start_free_trial
	{
	display: block;
	margin: 0 0 0 10px;
	width: 111px;
	height: 27px;
	background: url(../../images/Portal/maincontent_buttons/btn_start_free_trial.gif) no-repeat;
	}

.btn_start_free_trial span
	{
	display:none;
	}

.btn_download_plugins
	{
	display: block;
	margin: 0 0 0 10px;
	width: 127px;
	height: 27px;
	background: url(../../images/Portal/maincontent_buttons/btn_download_plugins.gif) no-repeat;
	}

.btn_download_plugins span
	{
	display:none;
	}

.btn_download_bridge_cs3_plug
	{
	display: block;
	margin: 0 0 0 10px;
	width: 184px;
	height: 27px;
	background: url(../../images/Portal/maincontent_buttons/btn_download_bridge_cs3_plugin.gif) no-repeat;
	}

.btn_download_bridge_cs3_plug span
	{
	display:none;
	}

.btn_download_bridge_cs4_plug
	{
	display: block;
	margin: 0 0 0 10px;
	width: 184px;
	height: 27px;
	background: url(../../images/Portal/maincontent_buttons/btn_download_bridge_cs4_plugin.gif) no-repeat;
	}

.btn_download_bridge_cs4_plug span
	{
	display:none;
	}

.btn_download_lightroom_plug
	{
	display: block;
	margin: 0 0 0 10px;
	width: 176px;
	height: 27px;
	background: url(../../images/Portal/maincontent_buttons/btn_download_lightroom_plugin.gif) no-repeat;
	}

.btn_download_lightroom_plug span
	{
	display: none;
	}

input.btn { /* Button expansion fix for IE */
    padding: 0 .25em;
    width: 0;
    overflow:visible;
}

input.btn[class] { /*ie ignores [class]*/
    width: auto;
}


/* ==POPUP STYLES== */

.previewPopup
{
	width: 885px;
	height: 720px;
}

.manageContentPopup
{
	width: 350px;
	height: 220px;
}

.restrictionPopup
{
	width: 630px;
	height: 400px;
}

.keywordGenPopup
{
	width: 520px;
	height: 560px;
}

.releasePopup
{
	width: 700px;
	height: 420px;
}

.modalPopup
{
	padding:10px;
    background-color: White;
    border-style: solid;
    border-color: #999;
    border-width: 2px;
    vertical-align: middle;
    overflow: auto;
}

.modalBackground 
{ 
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.5;
}


.leftStorageBar
{
	background: url(../../images/redGradient.jpg) top left repeat-x; 
}

.rightStorageBar
{
	background: url(../../images/greenGradient.jpg) top left repeat-x; 
}


/* ==REQUEST IMAGE STYLING== */

.requestFrm
{
text-align: left;
line-height: 24px;
padding: 0px 0px 5px 15px;
}

.requestFrm p
{
padding: 0px;
margin: 5px 0px;
}

.requestLbl
{
display: block;
width: 135px;
float: left;
font-weight: bold;
}

.requestTxtBox
{
width: 200px;
}


/* ==PRODUCT STYLING== */
#divProductChooser
{
    background:#fff url(../../Images/spinner.gif) no-repeat scroll 250px 200px;
}

.contentProductChooser .ui-tabs .ui-tabs-nav
	{
	padding-left: 447px;
	}

.contentProductChooser .ui-tabs .ui-tabs-nav li a
	{
	font-size: 14px;
	}

#productTabs
    {
    padding-top: 20px;
    }

.allTabContainer .ui-tabs-panel
    {
    border: solid 0px #ccc !important;
    }

.allTabContainer
    {
    /*border: solid 1px #ccc;
    padding-top: 20px;*/
    position: relative;
    min-height: 449px;
    }

.allTabContainer .ui-tabs-panel
    {
    border: solid 0px #ccc;
    }

.allTabContainer .panelHeader
    {
    background: #ddd;
    border: 1px solid #bbb;
    color: #444;
    }

    .allTabContainer .panelBody 
    {
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    }

.leftImgPanel
    {
    width: 390px;
    height: 331px;
    float: left;
    border: solid 1px #ccc;
    margin: 0px 6px 19px 15px;
    }

.rightOptionPanel
    {
    text-align:left;
    float: left;
    width:387px;
    padding: 20px;
    margin: 0px 0px 0px 17px;
    border: solid 1px #ccc;
    min-height: 291px;
    }
    
.rightOptionPanel.initialScreen h2
	{
	margin-top: 80px;
	text-align: center;
    margin-bottom: 20px;
	}

.rightOptionPanel.initialScreen form
	{
	font-size: 13px;
    line-height: 28px;
    padding-left: 28px;
	}

#productTabs h3
    {
    font-size: 15px;
    line-height: 15px;
    color: #444;
    font-weight: bold;
    margin-bottom: 20px;
    }

#productTabs h3 label
	{
	font-weight: normal;
	padding-right: 10px;
	}

.optionSelect select
    {
    width: 174px;
    }

.rightOptionPanel p span
    {
    display: block;
    width: 84px;
    float: left;
    font-weight: bold;
    }

.rightOptionPanel p span.topOptionLabel
	{
	width: 124px;
	}

p.itemDetails
    {
    margin: 0px auto 0px 0px;
    padding: 10px 0 0px 0;
    }

.checkoutRule
    {
    border-top: solid 1px #ccc;
    padding-top: 14px;
    text-align: center;
    }

.txtAmend
	{
	display:none;
	position: absolute;
	top: 405px;
	margin-left: 5%;
	width: 90%;
	line-height: 16px;
	font-style: italic;
	font-weight: bold;
	}

.allTabContainer .txtAmend
	{
	display: block;
	}
	
/* ==PRODUCT OPTIONS STRUCTURE== */

.ProductPreview
    {
    position: relative;
    margin: 10px 0px 20px 48px;
    float:left;
    }

.ProductImage 
    {
    position: absolute;
    width: 300px;
    height:300px;
    top: 0px;
    left: 0px;
    }

.ProductThumb 
    {
    position:relative;
    text-align: center;
    vertical-align: middle;
    }

.ProductAlignment
    {
    height:300px;
    line-height: 300px; /*important in IE*/
    width:300px;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    }

.ProductPrint .ProductAlignment img, .ProductNewsprint .ProductAlignment /* -- Prints -- */
    {
    border: solid 0px #000;
    }

.ProductPrint .landscape, .ProductNewsprint .landscape
    {
    width: 238px;
    padding: 15px;
    }

.ProductPrint .portrait, .ProductNewsprint .portrait 
    {
    height: 183px;
    padding: 15px;
    }

.ProductPrint.POV6 .ProductAlignment img, .ProductNewsprint.POV47 .ProductAlignment /*cream matte*/
    {
    background-color: #f7f6dd;
    }

.ProductPrint.POV5 .ProductAlignment .ProductOverlay, /*white matte*/
.ProductPrint.NoFrame.POV6 .ProductAlignment .ProductOverlay,
.ProductNewsprint.POV46 .ProductAlignment, /*white matte*/
.ProductNewsprint.NoFrame.POV47 .ProductAlignment
    {
    background-color: #fff;
    }

.ProductPrint.POV8 .ProductAlignment img, /*blackWood*/
.ProductPrint.POV31 .ProductAlignment img, /*blackMetal*/
.ProductNewsprint.POV48 .ProductAlignment, /*blackWood*/
.ProductNewsprint.POV52 .ProductAlignment /*blackMetal*/
    {
    border-color: #000000;
    border-width: 4px;
    }

.ProductPrint.POV9 .ProductAlignment img, .ProductNewsprint.POV49 .ProductAlignment /*mahogony*/
    {
    border-color: #923405;
    border-width: 4px;
    }

.ProductPrint.POV10 .ProductAlignment img, .ProductNewsprint.POV50 .ProductAlignment /*naturalWood*/
    {
    border-color: #d09e54;
    border-width: 4px;
    }

.ProductPrint.POV30 .ProductAlignment img, .ProductNewsprint.POV51 .ProductAlignment /*pewterMetal*/
    {
    border-color: #97a19e;
    border-width: 4px;
    }

.ProductPrint.NoFrame .ProductAlignment img, .ProductNewsprint.NoFrame .ProductAlignment
    {
    border-color: #ffffff;
    border-width: 4px;
    }

.ProductPrint.POV73 .ProductOverlay /*MetallicPrint*/
    {
    top: 0;
    left: 0;
    width: 300px;
    height: 300px;
    position:absolute;
    background: transparent url(../../Images/products/overlay_metallic.png) no-repeat top left !important;
    z-index: 100;
    }

.ProductPrint.POV75 .ProductOverlay
    {
    top: 0;
    left: 0;
    width: 300px;
    height: 300px;
    position:absolute;
    background: transparent url(../../Images/products/overlay_canvas.png) no-repeat top left !important;
    z-index: 100;
    }

.ProductPrint.POV73 .ProductAlignment img
	{
	-moz-box-shadow: -3px 3px 3px #626262;
	-webkit-box-shadow: -3px 3px 3px #626262;
	box-shadow: -3px 3px 3px #626262;
	box-shadow: -3px 3px 3px #626262;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=-135, Color='#626262')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=-135, Color='#626262');
	padding: 0 !important;
	border-width: 0 !important;
	}

.ProductPrint.POV73.landscape .ProductAlignment img
	{
	min-height: 135px;
	max-width: 220px;
	}
 
.ProductPrint.POV74 .ProductAlignment img /*Deep Flat Matte*/
	{
	-moz-box-shadow: -3px 3px 3px #626262;
	-webkit-box-shadow: -3px 3px 3px #626262;
	box-shadow: -3px 3px 3px #626262;
	box-shadow: -3px 3px 3px #626262;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=-135, Color='#626262')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=-135, Color='#626262');
	padding: 0 !important;
	border-width: 0 !important;
	}

.ProductPrint.POV74.landscape .ProductAlignment img
	{
	min-height: 135px;
	max-width: 220px;
	}

.ProductPrint.POV75 .ProductAlignment img /*Canvas*/
	{
	min-height: 165px;
	max-width: 220px;
	}

.ProductPrint.POV75.portrait .ProductOverlay
    {
    background: transparent url(../../Images/products/overlay_canvas_vert.png) no-repeat top left !important;
    }

.ProductPrint.POV75.portrait .ProductAlignment img
	{
	height: 210px;
	}

.ProductNewsprint .ProductAlignment
    {
    background: url(../../Images/products/fullpagereprint.jpg) no-repeat 20px 10px;
    width:183px;
    position:absolute;
    left:60px;
    top:-3px;
    clear: both;
    }    

.reprintTitle
	{
	position:relative;
	text-align:center;
	font-weight: bold;
	}

.reprintTitle.broadsheet
	{
	margin: 312px auto 0px 16px;
	}

.customTabloid
	{
	position:relative;
	text-align:center;
	margin: 27px auto 0px 16px;
	height:152px;
	background: url(../../Images/products/fullpagereprint_tabloid_tribune.jpg) top no-repeat;
	}

.reprintTitle.tabloid
	{
	margin: 0px auto 38px 16px;
	}

#divProductOptionValueDescription
	{
	padding: 0px 15px 15px 15px;
	}

#divProductOptionValueDescription h2
	{
	margin-top: 15px;
	text-decoration: underline;
	}

#divProductOptionValueDescription img
	{
	padding-right: 20px;
	margin: 0 auto;
	text-align: center;
	}

#divProductOptionValueDescription p
	{
	text-align: left;
	}

#divProductOptionValueDescription ul
	{
	text-align: left;
	list-style-position:inside;
	}

.Product2 .landscape /* -- Folded Cards -- */
    {
    width: 185px;
    max-height: 122px;
    left: -6px;
    }

.Product2 .portrait 
    {
    height: 155px;
    top: 5px;
    max-width: 124px;
    }

.Product2 .ProductImage
    {
    display: none;
    }

.Product2.POV44 .ProductAlignment
    {
    background: url(../../Images/products/folding_cards_vert.jpg) top left no-repeat; /*Vertical*/
    }

.Product2.POV44 .landscape
    {
    left: -2px;
    max-width: 109px;
    }

.Product2.POV45 .ProductAlignment
    {
    background: url(../../Images/products/folding_cards.jpg) top left no-repeat; /*Horizontal*/
    }

.Product2.POV45 .portrait
    {
    top: -1px;
    max-height: 124px;
    }

.Product5 .landscape /* -- Mousepad -- */
    {
    width: 275px;
    max-height: 196px;
    }

.Product5 .portrait 
    {
    height: 239px;
    }

.Product6 .landscape /* -- T-Shirt -- */
    {
    top: -35px;
    width: 118px;
    }

.Product6 .portrait 
    {
    height: 132px;
    }    

.Product7 .landscape /* -- Mug -- */
    {
    left: -38px;
    top: -14px;
    width: 159px;
    }

.Product7 .portrait 
    {
    height: 156px;
    left: -35px;
    top: 7px;
    }   

.Product8 .landscape /* -- Latte Mug -- */
    {
    left: -19px;
    top: -58px;
    width: 97px;
    }

.Product8 .portrait 
    {
    height: 105px;
    left: -19px;
    top: -34px;
    }   
    
.Product9 .landscape /* -- Puzzle -- */
    {
    left: -1px;
    top: 0;
    width: 263px;
    max-height: 198px;
    }

.Product9 .portrait 
    {
    height:241px;
    left: 0px;
    top: -1px;
    max-width: 198px;
    }
    
.Product9 .ProductOverlay
    {
    top: 0;
    left: 0;
    width: 300px;
    height: 300px;
    position:absolute;
    background: url(../../Images/products/puzzle_overlay.png) no-repeat top left;
    z-index: 100;
    }

.Product9.portrait .ProductImage
    {
    display:none;
    }

.Product9.portrait .ProductAlignment
    {
    background: url(../../Images/products/puzzle_base_vert.jpg) no-repeat top left;
    }    

.Product9.portrait .ProductOverlay
    {
    top: 0;
    left: 0;
    width: 300px;
    height: 300px;
    position:absolute;
    background: url(../../Images/products/puzzle_overlay_vert.png) no-repeat top left;
    z-index: 100;
    }

.Product10 .landscape /* -- Ceramic Tile -- */
    {
    left: 6px;
    top: -2px;
    width: 216px;
    }

.Product10 .portrait 
    {
    height: 215px;
    left: 5px;
    top: -5px;
    }



/* ==SHOPPING CART - PRODUCT OPTIONS STRUCTURE== */

.prodShopDiv
	{
	}

.shopLbl
	{
	padding-left: 30px;
	margin: 0px;
	}

.prodShopDiv .ProductPreview
    {
    position: relative;
    margin: 0px;
    float: none;
    }

.prodShopDiv .ProductImage 
    {
    position: absolute;
    width: 165px;
    height: 165px;
    top: 0px;
    left: 0px;
    }

.prodShopDiv .ProductThumb 
    {
    position:relative;
    text-align: center;
    vertical-align: middle;
    }

.prodShopDiv .ProductAlignment
    {
    height:165px;
    line-height: 165px; /*important in IE*/
    width:165px;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    }

.prodShopDiv .ProductPrint .ProductAlignment img, .prodShopDiv .ProductNewsprint .ProductAlignment /* -- Prints -- */
    {
    border: solid 0px #000;
    }

.prodShopDiv .ProductPrint .landscape, .prodShopDiv .ProductNewsprint .landscape
    {
    width: 131px;
    padding: 8px;
    }

.prodShopDiv .ProductPrint .portrait, .prodShopDiv .ProductNewsprint .portrait 
    {
    height: 101px;
    padding: 8px;
    }

.prodShopDiv .ProductPrint.POV6 .ProductAlignment img, .prodShopDiv .ProductNewsprint.POV47 .ProductAlignment /*cream matte*/
    {
    background-color: #f7f6dd;
    }

.prodShopDiv .ProductPrint.POV5 .ProductAlignment img, /*white matte*/
.prodShopDiv .ProductPrint.NoFrame.POV6 .ProductAlignment img,
.prodShopDiv .ProductNewsprint.POV46 .ProductAlignment, /*white matte*/
.prodShopDiv .ProductNewsprint.NoFrame.POV47 .ProductAlignment
    {
    background-color: #fff;
    }

.prodShopDiv .ProductPrint.POV8 .ProductAlignment img, /*blackWood*/
.prodShopDiv .ProductPrint.POV31 .ProductAlignment img, /*blackMetal*/
.prodShopDiv .ProductNewsprint.POV48 .ProductAlignment, /*blackWood*/
.prodShopDiv .ProductNewsprint.POV52 .ProductAlignment /*blackMetal*/
    {
    border-color: #000000;
    border-width: 3px;
    }

.prodShopDiv .ProductPrint.POV9 .ProductAlignment img, .prodShopDiv .ProductNewsprint.POV49 .ProductAlignment /*mahogony*/
    {
    border-color: #923405;
    border-width: 3px;
    }

.prodShopDiv .ProductPrint.POV10 .ProductAlignment img, .prodShopDiv .ProductNewsprint.POV50 .ProductAlignment /*naturalWood*/
    {
    border-color: #d09e54;
    border-width: 3px;
    }

.prodShopDiv .ProductPrint.POV30 .ProductAlignment img, .prodShopDiv .ProductNewsprint.POV51 .ProductAlignment /*pewterMetal*/
    {
    border-color: #97a19e;
    border-width: 3px;
    }

.prodShopDiv .ProductPrint.NoFrame .ProductAlignment img, .prodShopDiv .ProductNewsprint.NoFrame .ProductAlignment
    {
    border-color: #ffffff;
    border-width: 3px;
    }
    
.prodShopDiv .ProductNewsprint
    {
    padding-left:30px;
    }
    
.prodShopDiv .ProductNewsprint .ProductAlignment
    {
    background: url(../../Images/products/fullpagereprint_cart.jpg) no-repeat 10px 4px;
    width:100px;
    position:static;
    }        

.prodShopDiv .ProductPrint.POV73 .ProductOverlay /*MetallicPrint*/
    {
    top: 0;
    left: 0;
    width: 165px;
    height: 165px;
    position:absolute;
    background: transparent url(../../Images/products/overlay_metallic.png) no-repeat top left !important;
    z-index: 100;
    }

.prodShopDiv .ProductPrint.POV75 .ProductOverlay
    {
    top: 0;
    left: 0;
    width: 165px;
    height: 165px;
    position:absolute;
    background: transparent url(../../Images/products/overlay_canvas_shop.png) no-repeat top left !important;
    z-index: 100;
    }

.prodShopDiv .ProductPrint.POV75.portrait .ProductOverlay
    {
    background: transparent url(../../Images/products/overlay_canvas_vert_shop.png) no-repeat top left !important;
    }

.prodShopDiv .ProductPrint.POV73.landscape .ProductAlignment img
	{
	min-height: 52px;
	max-width: 100px;
	}
	
.prodShopDiv .ProductPrint.POV74.landscape .ProductAlignment img
	{
	min-height: 52px;
	max-width: 100px;
	}

.prodShopDiv .ProductPrint.POV75 .ProductAlignment img
	{
	min-height: 80px;
	max-width: 126px;
	}

.prodShopDiv .ProductPrint.POV75.portrait .ProductAlignment img
	{
	min-height: 55px;
	max-width: 120px;
	max-height: 120px;
	}

.prodShopDiv .Product2 .landscape /* -- Folded Cards -- */
    {
    width: 102px;
    max-height: 67px;
    left: -6px;
    }

.prodShopDiv .Product2 .portrait 
    {
    height: 85px;
    top: 5px;
    max-width: 68px;
    }

.prodShopDiv .Product2 .ProductImage
    {
    display: none;
    }

.prodShopDiv .Product2.POV44 .ProductAlignment
    {
    background: url(../../Images/products/folding_cards_vert_shop.jpg) top left no-repeat; /*Vertical*/
    }

.prodShopDiv .Product2.POV44 .landscape
    {
    left: -2px;
    max-width: 60px;
    }

.prodShopDiv .Product2.POV45 .ProductAlignment
    {
    background: url(../../Images/products/folding_cards_shop.jpg) top left no-repeat; /*Horizontal*/
    }

.prodShopDiv .Product2.POV45 .portrait
    {
    top: -1px;
    max-height: 68px;
    }

.prodShopDiv .Product5 .landscape /* -- Mousepad -- */
    {
    width: 151px;
    max-height: 108px;
    }

.prodShopDiv .Product5 .portrait 
    {
    height: 131px;
    }

.prodShopDiv .Product6 .landscape /* -- T-Shirt -- */
    {
    top: -22px;
    width: 65px;
    }

.prodShopDiv .Product6 .portrait 
    {
    height: 73px;
    }    

.prodShopDiv .Product7 .landscape /* -- Mug -- */
    {
    left: -21px;
    top: -6px;
    width: 87px;
    }

.prodShopDiv .Product7 .portrait 
    {
    height: 86px;
    left: -20px;
    top: 7px;
    }   

.prodShopDiv .Product8 .landscape /* -- Latte Mug -- */
    {
    left: -19px;
    top: -58px;
    width: 53px;
    }

.prodShopDiv .Product8 .portrait 
    {
    height: 58px;
    left: -19px;
    top: -34px;
    }   
    
.prodShopDiv .Product9 .landscape /* -- Puzzle -- */
    {
    top: 0;
    width: 130px;
    max-height: 109px;
    }

.prodShopDiv .Product9 .portrait 
    {
    height:133px;
    left: 0px;
    top: -1px;
    max-width: 109px;
    }
    
.prodShopDiv .Product9 .ProductOverlay
    {
    top: 0;
    left: 0;
    width: 165px;
    height: 165px;
    position:absolute;
    background: url(../../Images/products/puzzle_overlay_shop.png) no-repeat top left;
    z-index: 100;
    }

.prodShopDiv .Product9.portrait .ProductImage
    {
    display:none;
    }

.prodShopDiv .Product9.portrait .ProductAlignment
    {
    background: url(../../Images/products/puzzle_base_vert_shop.jpg) no-repeat top left;
    }    

.prodShopDiv .Product9.portrait .ProductOverlay
    {
    top: 0;
    width: 165px;
    height: 165px;
    position:absolute;
    background: url(../../Images/products/puzzle_overlay_vert_shop.png) no-repeat top left;
    z-index: 100;
    }

.prodShopDiv .Product10 .landscape /* -- Ceramic Tile -- */
    {
    left: 3px;
    top: -2px;
    width: 119px;
    }

.prodShopDiv .Product10 .portrait 
    {
    height: 118px;
    left: 5px;
    top: -3px;
    }


/* ===================================
   SHADOWS, PLACED ON BLOCK ELEMENTS
   =================================== */

.shadowCorner1, .shadowCorner2, .shadowBox1, .shadowBox2
{
    background:url(../../Images/drop_shadow_bg.png) no-repeat;
}
.shadowContainer
{
    padding-top: 24px; 
    padding-left: 24px; 
}
.shadowCorner1
{
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background-position: right top; 
}    
.shadowCorner2
{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 24px;
    height: 24px;
    background-position: left bottom; 
}
.shadowBox1
{
    background-position:right bottom;
}
.shadowBox2
{
    position:relative;
    left:-24px;
    top:-24px;
    background-position:left top;
}
.shadowContent
{
    position:relative;
    left:12px;
    top:13px;
}

/* =============
   MODAL STYLES
   ============= */

/*==Lightbox Styles==*/

.loginInPrompt
    {
    padding: 5px 0px 10px 0px;
    }
    
.ui-widget-content .loginInPrompt a,
.ui-widget-content .loginInPrompt a:link,
.ui-widget-content .loginInPrompt a:visited,
.ui-widget-content .loginInPrompt a:active,
.ui-widget-content .loginInPrompt a:hover
    {
    color: #555 !important;
    }


/*==Shopping Prompt==*/    

#ui-dialog-title-promptShoppingMode
    {
    font-size: 17px;
    text-align: center;
    float: none;
    }

.promptContainer
    {
    padding: 25px 0px;
    }

.promptContainer h3
    {
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 29px;
    color: #666;
    }

.promptContainer img
    {
    padding-bottom: 30px;
    }

.promptContainer p
    {
    padding-bottom: 30px;
    margin: 0px 0px 0px 0px;
    line-height: 17px;
    }

.promptContainer p.btnsMargin
    {
    padding-bottom: 25px;
    }

.licenseSide
    {
    width:250px;
    float:left;
    border-right: solid 1px #ccc;
    }

.productSide
    {
    width:265px;
    float:left;
    margin-left: 12px;
    }</pre></body></html>