/* Global JQ Dialog style - may need to be moved */
DIV.ui-dialog.ps {
   margin: 50px;
}
/* ######## cartAddSel (batch add) ######## */
.psDialog {
	font-size: 12px;
}

.psCartAddSel DIV.psDialogHeader A {
	margin-left: 10px;
}

.psCartAddSel DIV.thumbwrap {
	position: relative;
	overflow: auto;
}

.psCartAddSel UL.batchthumbs {
	clear: both;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

.psCartAddSel UL.batchthumbs LI {
	float: left;
	position: relative;
	height: 160px;
	width: 130px;
	margin: 0;
	padding: 5px 8px;
	border-bottom: 1px solid #e6e6e6;
}

.psCartAddSel UL.batchthumbs LI TABLE {
	margin: 0;
	padding: 0;
	border: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
}

.psCartAddSel UL.batchthumbs LI TABLE TD {
	width: 130px;
	text-align: center;
	font-size: 11px;
}

.psCartAddSel UL.batchthumbs LI TABLE TD.batchslide {
	height: 130px;
	width: 130px;
	border: 3px solid transparent;
	vertical-align: middle;
}

.psCartAddSel UL.batchthumbs LI TABLE TD.batchslide IMG {
	border: 0;
}

.psCartAddSel UL.batchthumbs LI.disabled {
	opacity: 0.5;
	background-color: #EEE;
}

.psCartAddSel UL.batchthumbs LI.ui-selected TD.batchslide {
	border-color: #20B8ED;
	background-color: #e1f0f5;
}

.psCartAddSel UL.batchthumbs LI.ui-selected.disabled TD.batchslide {
	border-color: #E5E5E5;
}

DIV.ui-selectable-helper { position: absolute; z-index: 2000; border:1px dotted black; }

.psCartAddSel DIV.loading {
	position: relative;
	overflow: none;
}

.psCartAddSel DIV.loading IMG {
	width: 64px;
	height: 64px;
	padding: 10px;
}

.psCartAddSel DIV.loading DIV.spinner {
	position: absolute;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #333333;
	height: 84px;
	opacity: 0.8;
	position: absolute;
	width: 84px;
	z-index: 1;
}

IFRAME#psCartTray {
	position: absolute;
	height: 155px;
	border: 0;
	background-color: white;
	-moz-border-radius: 0 0 5px 5px;
	-moz-box-shadow: 0px 2px 4px #666;
	-webkit-box-shadow:  0px 2px 4px #666;
	overflow: hidden;
	z-index: 10;
}

/* ######## cartTray frame ######## */

DIV#psCartTray {
	font: 12px helvetica,arial,sans-serif;
	color: #515353;
	padding: 5px;
}

DIV#psCartTray IMG { border: 0; }
DIV#psCartTray DIV.listwrap {
	position: absolute;
	width: 100000px;
}

DIV#psCartTray UL {
	clear: both;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
	float: left;
}

DIV#psCartTray LI {
	float: left;
	width: 104px;
	text-align: center;
	margin-right: 17px;
}

DIV#psCartTray LI TABLE { border: 0; padding:0; margin: auto; }

DIV#psCartTray LI TABLE TD {
	vertical-align: center;
	text-align: center;
	height: 100px;
}

DIV#psCartTray LI DIV.imgCnt SPAN {
	padding: 5px;
	background-color: #20B8ED;
	color: #fff;
	font-weight: bold;
}

DIV#psCartTray DIV.psCartViewPort {
	position: absolute;
	left: 45px;
	top: 0;
	right: 45px;
	bottom: 0;
	overflow: hidden;
}

DIV#psCartTray A.psCartPrev {
	background-image: url("/img/PS.com/Portfolio/portfolio-left-arrow.png");
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 100px;
	position: absolute;
	width: 45px;
	left: 0;
	top: 0;

}

DIV#psCartTray A.psCartNext {
	background-image: url("/img/PS.com/Portfolio/portfolio-right-arrow.png");
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 100px;
	position: absolute;
	width: 45px;
	right: 0;
	top: 0;
}

DIV#psCartTray DIV.psCartTotals {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 2px;
	padding-right: 4px;
	font-size: 12px;
	color: #444;
}

DIV#psCartTray DIV.psCartTotals SPAN.estship {
	color: #788;
}

DIV#psCartTrayBorderIE {
	width: 100%;
	height: 30px;
	background: #eee;
}


/* ######## psCartAdd ######## */
#cartWin {
	overflow: hidden;
}

#psCartAddContainer {
	margin: 0;
	padding: 0;
	line-height: normal;
}

#psCartAddContainer .ui-tabs .ui-tabs-nav LI {
	float: right;
}

#psCartAddContainer .ui-tabs .ui-tabs-nav A {
	padding: 5px 15px;
	color: #5F5A59;
	font-weight: bold;
}

#psCartAddContainer .ui-tabs .ui-tabs-nav LI A SPAN {
	font-weight: normal;
	margin-left: 0.3em;
}

#psCartAddContainer .ui-tabs .ui-tabs-nav LI A SPAN SPAN {
	margin: 0;
	color: #0e9ed8;
}

#psCartAddContainer DIV .ui-tabs-panel {
	display: block;
	background: none;
	padding: 10px;
}

#psCartAddPaneMain .ui-tabs .ui-tabs-panel {
	background: #fff;
}

#psCartAddPaneMain {
	margin: 0;
	border: 0;
}

#psCartAddContainer DIV#psCartAddPaneWrap DIV.psCartSlide {
	background-color: #fafafa;
	border: 1px solid #cac8c8;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
}

#psCartAddContainer H2 {
	padding: 5px 0;
}

#psCartAddContainer DIV.prfLdesc {
	font-size: 12px;
	margin-bottom: 10px;
}

.psCartAddPaneLt {
	float: left;
	width: 150px;
	font-size: 11px;
}

.psCartAddPaneLt .psCpThm {
	float: left;
	padding: 5px;
	margin: 0 0 10px 0;
	border: 1px solid #e7e7e7;
}

.psCartAddPaneLt .psCpInfo {
	overflow: hidden;
}

.psCartAddPaneRt {
	margin-left: 160px;
	border: 1px solid #cac8c8;
}

.psCartAddPaneFooter {
	clear: both;
	margin-top: 15px;
	border-top: 1px dotted #000;
	padding-top: 15px;
	text-align: right;
}

.psCartAddPaneFooter SPAN {
	font-weight: bold;
}

#cartAddClose {
	margin: auto 0 auto 0;
	color: #00A0FA;
	text-decoration: none;
	font-weight: bold;
}

.psDialogFooter TABLE TD.psAddToCartSub {
	width: 250px;
	text-align: right;
}

.psDialogFooter TABLE TD.psAddToCartIcon {
	text-align: right;
	width: 130px;
}

/** Global Cart Pane Styles **/

DIV.cartAddTbHeader {
	height: 15px;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	background-color: #5a5a5a;
	color: #fff;
	overflow: hidden;
}

DIV.cartAddTbHeader DIV {
	float: left;
	padding: 0;
	text-transform: uppercase;
}

DIV.cartAddTbBody {
	position: relative;
	height: 300px;
	overflow: auto;
	overflow-y: auto;
	padding: 5px;
}

DIV.cartAddTbBody TABLE{
	padding: 0;
	border: none;
	border-collapse: collapse;
}

DIV.cartAddTbBody TD, #psContent DIV.cartAddTbBody TD {
	padding: 6px 0 5px 0;
	margin: 0;
	vertical-align: top;
	color: #333333;
}

DIV.cartAddTbBody TD.psCpNotAvail {
	padding: 0 10px 4px;
	text-align: right;
	font-size: 12px;
	font-style: italic;
	color: #515353;
}

DIV.cartAddTbBody TD.psCpBlockToggle {
	padding: 0 0 5px 0;
}

DIV.cartAddTbBody TD.hrBot {
	padding: 0px;
	border-bottom: 1px solid #cac8c8;
}

A.psCpQtyDown, #psContent A.psCpQtyDown {
	float: left;
	height: 16px;
	width: 12px;
}

A.psCpQtyUp, #psContent A.psCpQtyUp {
	float: left;
	height: 16px;
	width: 12px;
}

.psCartAddTrHasQty, .psCartAddTrHasQty TD {
        background-color: #EEF6FF;
}

.psCartAddPaneRt TD {
	font-size: 12px;
}

.psCartAddPaneRt .desc { width: 195px; padding-left:5px; }
.psCartAddPaneRt .desc2 { width: 295px; padding-left:5px; }
.psCartAddPaneRt .size { width: 400px;}
.psCartAddPaneRt .fnsh { width: 120px;}
.psCartAddPaneRt .prc { width: 100px; }
.psCartAddPaneRt .qty { width: 80px;}
.psCartAddPaneRt .tot { width: 100px; font-weight: bold; }

.psCpDownloadsRf .psCartAddPaneRt .prc,
.psCpDownloadsPu .psCartAddPaneRt .prc { width: 210px; }
.psCpDownloadsPu .psCartAddPaneRt td.size{ width: 405px; }
.psCpDownloadsRf .psCartAddPaneRt td.size{ width: 370px; }

.psCartAddPaneRt .desc2 UL {
	padding-left: 1.5em;
}

.psCartAddPaneRt .fnsh SELECT {
	width: 105px;
	font-size: 12px;
}

/* start GPP hacks */
DIV.cartAddTbBody TD.qty{
	padding-top: 5px;
	font-size: 12px;
	color: #333;
}

DIV.cartAddTbBody TD.fnsh, #psCotent DIV.cartAddTbBody TD.fnsh {
	padding-top: 6px;
	font-size: 13px;
}
DIV.cartAddTbBody TD.fnsh, #psCotent DIV.cartAddTbBody TD.fnsh SPAN {
	color: #666;
}

TD.qty DIV.qtyCntl {
	margin: 0;
}

TD.qty DIV.qtyCntr {
	width: 59px;
	height: 22px;
	background-image: url('/img/cart/counter.png');
	margin: 0;
}

TD.qty DIV.qtyCntr INPUT[type=text], #psContent TD.qty DIV.qtyCntr INPUT[type=text] {
	float: left;
	width: 27px;
	margin: 2px 0 0 0;
	padding: 2px 0 0 0;
	background: transparent;
	text-align: right;
	border: none;
	line-height: normal;
	outline-style: none;
	outline-width: 0px;
}

TD.qty DIV.qtyCntr INPUT[type=text], #psContent TD.qty DIV.qtyCntr INPUT[type=text] {
	font-size: 13px;
}

TD.qty DIV.qtyCntr INPUT[type=text], #psContent TD.qty DIV.qtyCntr INPUT[type=text] {
	font-size: 13px;
}

/* end GPP hacks */

.psCartAddPaneRt DIV.blockToggle A.toggle {
	background-position: 0 -2px;
}

/** Prints/Products Tab **/

.psCartAddPaneRt TABLE TR.cartAddHd {
	background-color: #5a5a5a;
}

.psCartAddPaneRt DIV.psCpHint A {
	color: #00A0FA;
	text-decoration: none;
}

.psCartAddPaneRt DIV.psCpHint A:hover {
	text-decoration: underline;
}

#cartAddAllFiles {
	display: none;
}

.psCartAddPaneRt .psCpDesc {
	font-size: 11px;
}

.psCartAddPaneRt IMG.psCpFupLogo {
	float: left;
	border: 1px solid #ccc;
	margin: 0 10px 10px 0;
}


/** Packages/Downloads Common Styles **/
DIV#psCpPackages DIV.cartAddTbBody INPUT,
DIV#psCpDownloads DIV.cartAddTbBody INPUT {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}

DIV.cartAddTbBody .psCpSelected {
	background-color: #eef6ff;
}

DIV.cartAddTbBody DIV.psCpRadioToolbar {
	visibility: hidden;
	color: #ccc;
}

DIV.cartAddTbBody TR.psCpSelected DIV.psCpRadioToolbar {
	visibility: visible;
}

#psCpCartSub {
	font-weight: bold;
}

/** Packages/Bundles Window **/
DIV#psCpPackageImgSelWin {
	padding: 20px 20px 0;
}

/* theme hack */
.ui-dialog.ps.sDark DIV#psCpPackageImgSelWin { padding-top: 2px; }

DIV#psCpPackageImgSelWin DIV.psDialogFooter { padding-right: 0; }

DIV#psCpPackageImgSelWin IMG { border: 0; }

DIV#psCpPackageImgSelWin DIV.psDialog { margin: 0; }

DIV#psCpPackageImgSel P.fupBndType {
	margin: 5px 0;
	padding: 0;
	font-weight: bold;
	font-size: 11px;
}

DIV#psCpPackageImgSel LI.dragTarget {
	float: left;
	margin:0;
	list-style-type: none;
}

DIV#psCpPackageImgSel DIV.productSlots {
	background-color: #eee;
	padding:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

DIV#psCpPackageImgSel A.cartAddClearAll {
	float: right;
	font-weight: bold;
	padding: 5px 0;
	font-size: 14px;
}

DIV#psCpPackageImgSel .cartAddTbBody HR {
        height: 1px;
        margin-top: 20px;
        margin-bottom: 10px;
        color: #fff;
        border: 0;
        border-top: 1px solid #cac8c8;
}

DIV#psCpPackageImgSel DIV.productSlots UL {
	margin: 0;
	padding: 0;
}

DIV#psCpPackageImgSel LI.dragTarget DIV.thmbMatte {
	height: 100px;
	width: 100px;
	background-color: #fff;
	margin: 5px;
	border: 2px dashed #bbb;
	overflow: hidden;
	position: relative;
}

DIV#psCpPackageImgSel LI.dragTarget.imgDropped DIV.thmbMatte DIV.thmbFrame {
	border: 1px solid #20B8ED;
	z-index: 5;
}

DIV#psCpPackageImgSel LI.dragTarget.imgDropped DIV.thmbMatte {
	border-color: #fff;
}

DIV#psCpPackageImgSel LI.dragTarget.dragTarget-hover DIV.thmbMatte {
	border-color: #20B8ED;
	border-style: solid;
}

DIV#psCpPackageImgSel LI.dragTarget DIV.dragNote {
	text-align: center;
	color: #cac8c8;
	padding: 25px 20px;
	font-size: 14px;
}

DIV#psCpPackageImgSel LI.dragTarget DIV.thmb_del {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 15px;
	height: 15px;
	z-index: 5;
	cursor: pointer;
	background-image: url(/img/cart/del_x.png);
	background-repeat: no-repeat;
	background-position: center;
}

DIV#psCpPackageImgSelWin DIV.instructionbar {
	font-weight: bold;
	background-color: #373737;
	background-image: url(/img/cart/drag_arrows.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	color: #fff;
	padding: 9px;
	text-align: center;
}

/** Package selection filmstrip **/

DIV.filmstrip {
	background-color: #fff;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

DIV.filmstrip IMG { border: 0; }

DIV.filmstrip H4 {
	padding: 5px 12px;
}
DIV.filmstrip DIV.listwrap {
	position: absolute;
	width: 100000px;
}

DIV.filmstrip UL {
	clear: both;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
	float: left;
}

DIV.filmstrip LI {
	float: left;
	width: 104px;
	text-align: center;
	margin-right: 17px;
}

DIV.filmstrip LI TABLE { border: 0; padding:0; margin: auto; }

DIV.filmstrip LI TABLE TD {
	vertical-align: middle;
	text-align: center;
	height: 100px;
}

DIV.filmstrip DIV.psFsViewPort {
	overflow: hidden;
	height: 110px;
	position: relative;
}

DIV.filmstrip A.psFsAr {
	display: block;
	height: 100px;
	width: 30px;
}

DIV.filmstrip A.psFsAr DIV {
	background-image: url("/img/cart/fs_arrows.png");
	background-repeat: no-repeat;
	height: 14px;
	width: 11px;
	margin-top: 43px;
}

DIV.filmstrip A.psFsPrev DIV {
	background-position: 0 0;
	margin-left: 12px;
}

DIV.filmstrip A.psFsNext DIV {
	background-position: -11px 0;
	margin-left: 7px;
}

/** Downloads Tab **/
DIV#psCpDownloads DIV.psCpDownloadsRm {
	position: relative;
}
/* "\9"is IE <= 8 targeting*/
DIV#psCpDownloads DIV.psCartAddPaneRt {
	overflow: auto\9;
}
DIV#psCpDownloads DIV.psCpDownloadsRm DIV.cartAddTbBody {
	height: auto;
}
DIVIV#psCpDownloads DIV.psCpDownloadsRm DIV.cartAddTbBody {
}
DIV#psCpDownloads DIV.psCpDownloadsRm FORM.fqpriceterms {
	left: 456px;
    position: absolute;
    width: 300px;
}

DIV#psCpDownloads DIV.psCpDownloadsRm FORM.fqpriceterms .Terms {
	height: auto !important;
}

DIV#psCpDownloads DIV.psCpDownloadsRm FORM.fq {
	float: left;
	margin-left: 10px;
}

#psCartAddContainer DIV.psCpDownloadsChooser H2 {
	margin-bottom: 22px;
	border-bottom: 1px dotted;
}

DIV#psCpDownloads DIV.psCpDownloadsChooser A {
	color: #333;
	display: block;
	width: 340px;
	height: 150px;
	padding: 10px;
	border: 1px solid #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #eee;
	margin: auto;
	float: left;
}

DIV#psCpDownloads DIV.psCpDownloadsChooser A:hover {
	background-color: #eef6ff;
	border-bottom-width: 1px;
}

DIV.psCpDownloadsChooser DIV.listheader {
	font-style: italic;
}

DIV.psCpDownloadsChooser DIV.divider {
	float: left;
	height: 140px;
	margin: 16px;
	position: relative;
	border-left: 1px solid #eee;
}

DIV.psCpDownloadsChooser DIV.divider DIV.dlOR {
	position: absolute;
	top: 60px;
	left: -12px;
	width: 24px;
	text-align: center;
	background-color: #f5f5f5;
	padding: 5px 0;
	font-weight: bold;
}

/* ######## Confirmation Prompt ######## */

DIV.psCartConf  H1 {
	padding: 0 0 10px;
	margin: 0 0 10px;
	border: none;
}

DIV.psCartConfLeft {
	width: 400px;
	float: left;
}

DIV.psCartConfLeft DIV {
	float: left;
	margin: 10px;
	padding: 5px;
	border: 1px solid #cac8c8;
}

DIV.psCartConfLeft DIV IMG {
	border: none;
}

DIV.psCartConfRight {
	float: right;
	width: 300px;
}

DIV.psCartConfRight H1 {
	border-bottom: 1px solid #454949;
	padding-bottom: 10px !important;
}

DIV.psCartConfRight TABLE {
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;
	border-collapse: collapse;
}

DIV.psCartConfRight TABLE TH {
	padding: 2px 0;
	font-size: 12px;
	text-align: left;
}

DIV.psCartConfRight TABLE TD {
	padding: 5px 0;
	font-size: 12px;
	text-align: right;
	background-color: #fff;
}

DIV.psCartConfRight TABLE TR.total TH,
DIV.psCartConfRight TABLE TR.total TD {
	border-top: 1px solid #d3d2ce;
	color: #6AB540;
	padding: 10px 0;
	font-weight: bold;
	background-color: #fff;
}

DIV.psWaitingMd {
	width: 100%;
	height: 32px;
	margin: 20px auto;
	text-align: center;
}

DIV.psWaitingMd IMG {
	vertical-align: middle;
}

#psCpPackageImgSelWin DIV.psWaitingMd {
	width: 200px;
	padding: 10px;
	background-color: #f6f6f6;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* TR overrides */
div.ui-spinner { background: none; }

/* quick and dirty fixes for the add to cart dialogs on tablets */
@media only screen and (max-width: 768px) {
	.ui-dialog { max-width: 680px !important; }

	.psCartAddPaneRt .desc { width: 129px; }
	.psCartAddPaneRt .desc2 { width: 243px; }
	.psCartAddPaneRt .size { width: 370px;}
	.psCartAddPaneRt .fnsh { width: 114px;}
	.psCartAddPaneRt .prc { width: 73px; }
	.psCartAddPaneRt .qty { width: 71px;}
	.psCartAddPaneRt .tot { width: 70px; }

	#psCpDownloads .size { width: 270px;}
	#psCpDownloads .prc { width: 190px;}
}
