@import url('pricingpage.css');
.bgOverlay { background-color: #FFFFFF; position: absolute; -moz-opacity: 0.8;opacity:.80;filter: alpha(opacity=80); left: 0; top: 0;}

#deliveryTimeDiv_bc,
#deliveryTimeDiv_pc,
#deliveryTimeDiv_pc55x85, 
#deliveryTimeDiv_pc4x55, 
#deliveryTimeDiv_pc5x7, 
#deliveryTimeDiv_pc6x11, 
#deliveryTimeDiv_pc85x11,
#deliveryTimeDiv_gc4x55, 
#deliveryTimeDiv_gc55x85, 
#deliveryTimeDiv_pc4x9, 
#deliveryTimeDiv_pc2x6, 
#deliveryTimeDiv_br85x11,
#deliveryTimeDiv_lt, 
#deliveryTimeDiv_st80, 
#deliveryTimeDiv_st100, 
#deliveryTimeDiv_mag2x35, 
#deliveryTimeDiv_mag4x6, 
#deliveryTimeDiv_tshirt,
#deliveryTimeDiv_env10,
#deliveryTimeDiv_pstr11x17,
#deliveryTimeDiv_adrlbl26x83,
#deliveryTimeDiv_bitgit
 {
   	display:none;
   	position:absolute;
   	top:50%;
   	left:50%;
   	width:500px !important;
   	border:1px solid #3399FF;
}

table.deliveryTimeBox {
    font-size:14px;
    width: 90%;
    color: #666;
}
table.deliveryTimeBox span.origPrice {
    text-decoration: line-through;
    font-size: 10px;
}
table.deliveryTimeBox span.salePrice {
    color: red;
    display: block;
    font-weight: bold;
}
table.deliveryTimeBox td {
	text-align:center;
	padding-top:0.2em;
	padding-bottom:0.2em;
}
table.deliveryTimeBox th {
    border-bottom: solid 1px #999;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    text-align: center;
}
table.deliveryTimeBox tfoot td {
	border-top: solid 1px #999;
	text-align:center;
	font-weight: bold;
}
table.deliveryTimeBox th {
    text-transform: uppercase;
}
table.deliveryTimeBox thead td.ppuText {
    text-align: center !important;
}
.fakeLink {
	text-decoration: underline !important;
	cursor: pointer;
	color: #336699;
}
div.pricingGroup_businesscards h4 {
    background-color: #C9DFE9;
    color: #2F84AB;
}
div.pricingGroup_businesscards {
    border: solid 1px #2F84AB;
}
div.pricingGroup_postcards {
    border: solid 1px #AB2F31;
}
div.pricingGroup_postcards h4{
    background-color: #E9C9CA;
    color: #AB2F31;
}
div.info {
    color: #666;
    margin-left: 15%;
    margin-right: 15%;
    font-size:14px;
    text-align: center;
}
.deliveryTimeContainer div.info {
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 0px;
}

/**
* for bitgit
*/
table.deliveryGuidelineBitgit {
    font-size:14px;
    width: 90%;
    color: #666;
    padding-top:2em;
}
table.deliveryGuidelineBitgit td {
	padding-top:0.2em;
	padding-bottom:1.5em;
}
table.deliveryGuidelineBitgit th {
    text-align: left;  
}