TD {
    font-size: 11px;
}
TR 
{
	vertical-align: top;
}

.fixed-960 div.tabbed-box-strip {
	width: 769px;
}

.fixed-960 .tabbed-box table.table-box {
	width: 769px;
} 

div.tabbed-box-strip {
	width: 531px;
}
.tabbed-box table.table-box {
	width: 531px;
}

.tabbed-box table.table-box td.content {
	padding: 4px;
}

.tabbed-box table.table-box td.info-tab-column {
	vertical-align: top;
	padding: 4px;
}

.tshirt-product-page
{
	display: inline;
}

.tshirt-product-page table
{
    display: inline;
    vertical-align: middle;        
}

.div-pricing-options
{
    padding: 5px;
}
.table-box .left,
.table-box .right {
    width:5px;
	/*TODO: Try this and 6px...  line-height:1px;*/ /* line-height 0 hides cell borders in FFox */
	/*TODO: Try font-size:1px; */
}
.table-box .top td,
.table-box .bottom td {
	height:6px;
	line-height:1px; /* line-height 0 hides cell borders in FFox */
}
/* Huh? Why do I need to set the width=5px and height=6px to make 6px sides? */


/*
 * Borders
 */
.table-box .left { border-left-style: solid; border-left-width: 1px; } 
.table-box .right { border-right-style: solid; border-right-width: 1px; } 
.table-box .top td { border-top-style: solid; border-top-width: 1px; } 
.table-box .bottom td { border-bottom-style: solid; border-bottom-width: 1px; } 
/* make sure round corners don't get a border */
.table-box .top .round,
.table-box .bottom .round {
	border-width: 0px;
}

/*
 * Round corners
 */ 
.table-box .bottom .left { background-position: bottom left; } 
.table-box .bottom .right { background-position: bottom right; } 
.table-box .top .left { background-position: top left; } 
.table-box .top .right { background-position: top right; } 
/* keep corner backgrounds transparent in the face of background color overrides */
.table-box .round { background-color: Transparent !important; }	

/*------------------------------------
 * Tab Strip Styles
 *------------------------------------*/

.tabbed-box-strip {
	/* Tab strip should use default cursor since it's a Nav structure */
	cursor: default;
	/* shift tabstrip 1 px down, so that it sits above the tabbed box top edge */
	position: relative;
	top: 1px;
}

/*  Tab spacing  */
.tabbed-box-strip .tab {
	vertical-align: bottom;
	padding-right: 5px;
}
/*  Table title formatting  */
.tabbed-box-strip .tab td.content {
	padding: 0px 10px 0px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #2e2f91;
}

/*  Clickable tabs  */
.tabbed-box-strip .tab-clickable {
	cursor: pointer;
	cursor: hand; 
}

/*  Selected tabs  */
.tabbed-box-strip .tab-selected .table-box td
{
	background-color: #edf2ff;
}
.tabbed-box-strip .tab-selected .table-box td.round
{
	background-image: url('../images/new_images/circle.caspx.gif');
}
.tabbed-box-strip .tab-selected .table-box tr.bottom td
{
	border-bottom-width: 0px;
}

/*------------------------------------
 * Content Box Styles
 *------------------------------------*/
/*
 * Stretch out the table box to fit width
 * Keep style very non-specific to allow overrides:
 *  e.g. .tabbed-box TABLE.table-box { width: 97%; }
 */
.tabbed-box .table-box {
	width: 100%;
}

/*
 * Set color on the top edge of the table-box
 */
.tabbed-box .table-box tr.top td
{
	background-color: #edf2ff;
}

/*----------------------------------------------------------------------------
 * Pricing Grid Styles
 *----------------------------------------------------------------------------*/

.grid-left {
	background-image: url('../images/new_images/grid_pixel.gif');
	background-repeat: repeat-y;
	background-position: top left;
	vertical-align:bottom;
	border: none;
	padding: none;
}

.grid-right {
	background-image: url('../images/new_images/grid_pixel.gif');
	background-repeat: repeat-y;
	background-position: top right;
	width: 5px;
	vertical-align:bottom;
	border: none;
	padding: none;
}

.grid-tab-active
{
    background-color: #EFF3FF !important;
}

.grid-tab-inactive
{
    background-color: #FFFFFF !important;
}

.grid-tab-content-active {
	font-size: 12px;
	font-weight: bold;
	color: #2E2F91;
	background-color: #EFF3FF;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	text-align: center;
	cursor: hand;
	cursor: pointer;
	width: 35%;
}

.grid-tab-content-inactive {
	font-size: 12px;
	font-weight: bold;
	color: #2E2F91;
	background-color: #FFFFFF;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	background-image: url('../images/new_images/grid_pixel.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	width: 35%;
}

.grid-top-left-active
{
    background-image: url('../images/new_images/grid_tab_active_left.gif');
    background-repeat: no-repeat;
    background-position: top left;
    width: 5px;
    height: 6px;
}

.grid-top-left-inactive
{
    background-image: url('../images/new_images/grid_tab_inactive_left.gif');
    background-repeat: no-repeat;
    background-position: top left;
    width: 5px;
    height: 6px;
}

.grid-top-right-active
{
    background-image: url('../images/new_images/grid_tab_active_right.gif');
    background-repeat: no-repeat;
    background-position: top left;
    width: 5px;
    height: 6px;
}

.grid-top-right-inactive
{
    background-image: url('../images/new_images/grid_tab_inactive_right.gif');
    background-repeat: no-repeat;
    background-position: top left;
    width: 5px;
    height: 6px;
}

.grid-bottom {
	background-image: url('../images/new_images/grid_pixel.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
	height: 5px;
        width: 100%;
}


.grid-tabs .grid-top
{ 
    width: 35%;
}

.grid-tabs .grid-bottom
{
    width: auto;
}

.grid-left-bottom {
	width: 5px;
	height: 5px;
}

.grid-bottom-left
{
    background-image: url('../images/new_images/grid_btm_left.gif');
    background-repeat: no-repeat;
    width: 5px;
    height: 5px;
}

.grid-bottom-right
{
    background-image: url('../images/new_images/grid_btm_right.gif');
    background-repeat: no-repeat;
    width: 5px;
    height: 5px;
}

.grid-bot-active
{
    background-image: url('../images/new_images/c.gif');
    background-position: bottom left;
    background-repeat: repeat-x;
    width: 5px;
    height: 1px;
}

.grid-bot-inactive
{
    background-image: url('../images/new_images/grid_pixel.gif');
    background-position: bottom left;
    background-repeat: repeat-x;
    width: 5px;
    height: 1px;
}

.grid {
	font-size: 1px;
	width:100%;
}

.grid-top-left
{
    background-image: url('../images/new_images/grid_tab_active_left.gif');
    background-repeat: no-repeat;
    width: 5px;
    height: 6px;
}

.grid-top-right
{
    background-image: url('../images/new_images/grid_tab_active_right.gif');
    background-repeat: no-repeat;
    width: 5px;
    height: 6px;
}

.grid-top-left-dual-products
{
    background-image: url('../images/new_images/grid_tab_active_left_dual_products.gif');
    background-repeat:  no-repeat;
    width: 8px;
    height: 16px;
}

.grid-top-right-dual-products
{
    background-image: url('../images/new_images/grid_tab_active_right_dual_products.gif');
    background-repeat: no-repeat;
    width: 8px;
    height: 16px;
}

.grid-top {
	background-image: url('../images/new_images/grid_pixel.gif');
	background-repeat: repeat-x;
	background-color: #EFF3FF;
	background-position: top left;
	cursor: hand;
	cursor: pointer;
	padding: none;
	border-bottom: none;
	width: 100%;
}

.grid-top-dual-product1
{
	font-size: 12px;
	cursor: hand;
	cursor: pointer;
	font-weight: bold;
	color: #2E2F91;
	width: 100%;
	white-space:nowrap;
	position: relative;
	top: 5px;
	left: 2px;
}

.grid-top-dual-product2
{
	font-size: 12px;
	cursor: hand;
	cursor: pointer;
	font-weight: bold;
	color: #2E2F91;
	width: 100%;
	white-space:nowrap;
	position: relative;
	top: 5px;
	right: 10px;
}

.grid-top-dual-products-wrapper
{
	background-image: url('../images/new_images/grid_pixel.gif');
	background-repeat: repeat-x;
	background-color: #EFF3FF;
	background-position: top left;
	padding: none;
	width: 105px;
}

.pricing-content {
	background-color: #EFF3FF;
}

.pricing-table {
	width: 100%;
	font-size: 11px;
	vertical-align: top;
}

.pricing-table .trLastPricingRow td
{
	border-bottom: none;
}

.pricing-table .trNoLineRow td
{
	border-bottom: none;
}

.pricing-table td.grid-left
{
	border-bottom: none;
}

.pricing-table td.grid-right
{
	border-bottom: none;
}

.pricing-table td {
	padding: 5px 3px 5px 3px;
	/*border-bottom:	1px solid #2E2F91;*/
}

.spanPricingEl
{
	width: 30px;
	white-space:nowrap;
}

.spanPricingElAlternate
{
	width: 30px;
	white-space:nowrap;
	text-align: center;
}

.spanDualPricingElAlternate
{
	width: 30px;
	white-space:nowrap;
	text-align: center;
}

.product-separator
{
	width: 10px;
}

.grid tr td 
{
	font-size: 1px;
}

.discount-price
{
	white-space:nowrap;
}

.comparative-list-price
{
	white-space:nowrap;
}

.nb
{
	border: 1px solid #FFFFFF;
}

.option-subtext 
{
	font-size: 10px;
}

.grid tr.option-headers td
{
	font-size: 11px;
	font-family:verdana, Tahoma, Helvetica, sans-serif;
	background-color: #EFF3FF;
	padding-bottom: 5px;
}

.grid tr.option-headers td
{
	font-size: 11px;
	font-family:verdana, Tahoma, Helvetica, sans-serif;
	background-color: #EFF3FF;
	padding-bottom: 5px;
}

table#tableChooseHowToDesignIt {
	width: 256px;
}

table#choose-how-header {
	width: 257px;
}

.pricing-table .option-headers td
{
	background-color: #EFF3FF;	
	vertical-align: top;
	border-bottom: none;
	font-size: 11px;
	font-family:verdana, Tahoma, Helvetica, sans-serif;
}
.blue-border-box td

{

	border-color: #7d7dc1;

}

.blue-border-box td.round

{

	background-image: url('../images/new_images/circle.caspx.gif');

}

/********** Tabbed Box Style Sheet ***************/
#imgCallUsLogo 
{
	position: relative;
	float: left;
}

#divOffer 
{
	padding-bottom: 5px;
	width: 300px;
}

.offer-text 
{
	padding-left: 5px;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	display: inline;
}

.offer-caption 
{
	display: inline;
}


#main-caption 
{
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

#sub-caption 
{
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin-top: 10px;
	width: 230px;
}

.MarqueeHeader 
{
	position: relative;
	margin-right: 0px;
}

div.marquee-bullets ul 
{
	list-style-type: none;
	padding-left: 10px;
	margin:10px 0px;
}

div.marquee-bullets ul li 
{
	background-image: url('../images/new_images/bullet1.gif');
	background-position: 0px 5px;
	background-repeat: no-repeat;
	padding: 0px 0px 2px 10px;
}
div.marquee-bullets ul li a {
	color:#003399;
}
.large-text 
{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

#caption-table 
{
	position: relative;
	margin-right: 0px;
}

#caption-table-text 
{
	width: 70%;
	vertical-align: top;
	padding-left: 10px;
}

#caption-table-image 
{
	width: 273px;
}

.regular-text 
{
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}

#content-div 
{
	position: relative;
	width: 100%;
	padding-right: 4px;
}

#faq-div 
{
	margin-bottom: 20px;
}

#aboutvp-div 
{
	margin-bottom: 20px;
	margin-top: 10px;
}

.steptitle-div 
{
	display: block;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-right: 20px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2e2f91;
}

.steps-gotext-div 
{
	font-size: 14px;
	font-weight: bold;
	color: #2E2F91;
}

.steps-gosubtext-div 
{
	text-align: left;
}

.steps-golink-div 
{
	text-align: right;
	width: 100%;
}

.detailsSection 
{
	height: 112px;
}

.primary 
{
	margin-top: 10px;
	width: 500px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

#caption-table 
{
	width: 100%;
}

.details-body 
{
	width: 100%; 
	margin-left: auto; margin-right: auto;
}

#pricing-wrap-div
{
	position: relative;
}

#example-wrap-div
{
	position: relative;
}

#tblExample
{
	position: relative;
}

.pricing-right 
{
	padding-left: 15px;
	width: 48%;
	vertical-align: top;
}

.save-big-header 
{
	font-weight: bold;
	font-size: 14px;
}

.save-big-header .save-big-emphasis 
{
	color:#FF6600;
}

td.contents 
{
	width: 90%;
}

.package-list 
{
	font-size: 11px;
	margin-top: 0px;
	padding-left: 5px;
	margin-left: 10px;
	list-style-position: outside;
	list-style-type: square;
}

.details-header 
{
	background-color: #FD8C3E;
	font-weight: 700;
	font-size: 16px;
	color: #FFFFFF;
	height: 27px;
	width: 500px;
	margin-left: auto; margin-right: auto;
}

.details-footer 
{
	background-color: #FCF4CA;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	width: 500px;
	height: 7px;
	margin-left: auto; margin-right: auto;
}

.details-footer-image 
{
	float: left;
	margin-right: 20px;
	background-color: #FFFFFF;
}

.details-footer-text 
{
	float:left;
	padding-top: 20px;
	padding-left: 53px;
	width: 500px;
	margin-left: auto; margin-right: auto;
	font-weight:bold;
}

.details-left 
{
	float: left;
	margin-left: 12px;
	display: inline; /* to fix the double margin IE6 bug  http://www.positioniseverything.net/explorer/doubled-margin.html */
}

.details-middle 
{
	/*margin-left: 168px;*/
}

.details-right 
{
	float: right;
	margin: 0px;
	margin-right: 16px;
	display: inline; /* to fix the double margin IE6 bug  http://www.positioniseverything.net/explorer/doubled-margin.html */
}

.details-text-right 
{
	background:transparent url('../images/new_images/creative/band.jpg') no-repeat scroll 0 0;
	display:inline;
	float:left;
	margin-left:10px;
	margin-top:10px;
	padding:7px 3px 0 5px;
	width:148px;
}

.details-text-left 
{
	background:transparent url('../images/new_images/creative/band.jpg') no-repeat scroll 0 0;
	display:inline;
	float:left;
	margin-left:32px;
	margin-top:10px;
	padding:7px 3px 0 5px;
	width:148px;
}

.details-text-middle 
{
	background:transparent url('../images/new_images/creative/band.jpg') no-repeat scroll 0 0;
	display:inline;
	float:left;
	margin-left:12px;
	margin-top:10px;
	padding:7px 3px 0 5px;
	width:148px;
}

.details-step-title 
{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.details-step-text 
{
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}

.details-top-half 
{
	width: 530px;
	margin-left: auto; 
	margin-right: auto;
}

.details-bottom-half 
{
	width: 530px;
	margin: 0px;
	padding: 0px;
	margin-left: auto; 
	margin-right: auto;
}

.header-or-footer-text 
{
	padding-top: 5px;
	height: 25px;
}

.header-or-footer-img 
{
	float: left;
	margin-right: 20px;
	background-color: #FFFFFF;
}

.spacer 
{
	width: 100%;
	font: normal 1px/1px arial;
	background-color: #FD8C3E;
	margin-top: 3px;
}

/****************** Testimonials Styles ***********************/
.testimonials-body 
{
	width: 507px;
}

.testimonials-header 
{
	background-color: #FD8C3E;
	font-weight: 700;
	font-size: 16px;
	color: #FFFFFF;
	height: 27px;
	width: 100%;
}

.testimonials-footer 
{
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	background-color: #FD8C3E;
	width: 507px;
	position: relative;
	margin-right: 10px;
	height: 25px;
}
.testimonials-footer-tall 
{
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	background-color: #FD8C3E;
	width: 507px;
	position: relative;
	margin-right: 10px;
	height: 38px;
}

.testimonials-footer img, 
.testimonials-footer-tall img 
{
	vertical-align: bottom;
	float: left;
	margin-right: 20px;
	background-color: #FFFFFF;
}

.testimonial-text-body 
{
	padding: 10px 10px 10px 10px;
	text-align: justify;
}

.testimonials-sub-header 
{
	background-color: #FDA365;
	height: 27px;
	width: 100%;
}

.testimonials-sub-header img 
{
	float: left;
	margin-right: 20px;
	background-color: #FFFFFF;
}

.testimonials-footer-text 
{
	padding-top: 5px;
	height: 100%;
	margin-left: 15px;
}

.tab-content-header 
{
	float: left;
	margin-right: 20px;
	background-color: #FFFFFF;
}

/*----------------------------------------------------------------------------
 * Inner tabbed box styles - override control's styles
 *----------------------------------------------------------------------------*/

body .tabbed-box table.table-box 
{
	width: 97%;
}

body .tabbed-box table.table-box td.content 
{
	padding: 4px;
}

#dsTabsdsFAQ 
{
	position: relative;
	width: 490px;
	margin-left: 5px;
}


.package-list-item 
{
	list-style-image: url('../images/new_images/bullet1.gif');
}
.package-title 
{
	font-weight: bold;
	font-size: 12px;
}

.package-price 
{
	font-weight: bold;
	color: Red;
	font-size: 12px;
}

.left-pricing-table 
{
	position: relative;
	width: 48%;
	vertical-align: top;
}

#tblPricing 
{
	width: 100%;
	position: relative;
}

table.shaded-region 
{
	width: 490px;
}

/*---------------------------------------------------------------------------- * Pricing Grid Styles *----------------------------------------------------------------------------*/
.tab-active-left img, .tab-active-right img 
{
	height: 6px;
	width: 5px;
}

.grid-left 
{
	background-image: url('../images/new_images/grid_pixel.gif');
	background-repeat: repeat-y;
	background-position: top left;
	vertical-align: bottom;
	border: none;
	padding: none;
}

.grid-right 
{
	background-image: url('../images/new_images/grid_pixel.gif');
	background-repeat: repeat-y;
	background-position: top right;
	width: 5px;
	vertical-align: bottom;
	border: none;
	padding: none;
}

.grid-tab-content-active 
{
	font-size: 12px;
	font-weight: bold;
	color: #2E2F91;
	background-color: #EFF3FF;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	text-align: center;
	cursor: hand;
	cursor: pointer;
	width: 35%;
}

.grid-tab-content-inactive 
{
	font-size: 12px;
	font-weight: bold;
	color: #2E2F91;
	background-color: #FFFFFF;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	background-image: url('../images/new_images/grid_pixel.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	width: 35%;
}

.grid-bottom 
{
	background-image: url('../images/new_images/grid_pixel.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
	height: 5px;
	width: 100%;
}

.grid-top 
{
	background-image: url('../images/new_images/grid_pixel.gif');
	background-repeat: repeat-x;
	background-color: #EFF3FF;
	background-position: top left;
	cursor: hand;
	cursor: pointer;
	border-bottom: none;
	width: 100%;
}

.grid-left td.product-item 
{
	width: 100%;
}

.grid-left-bottom {
	width: 5px;
	height: 5px;
}

.grid-bottom-corner img 
{
	width: 5px;
	height: 5px;
}

.grid 
{
	font-size: 1px;
	width: 100%;
}

.options-grid-header 
{
	padding-left: 7px;
	font-weight: bold;
}

.pricing-content 
{
	background-color: #EFF3FF;
}

.pricing-table 
{
	width: 100%;
	font-size: 11px;
	vertical-align: top;
}

.pricing-table .trLastPricingRow td 
{
	border-bottom: none;
}

.pricing-table td.grid-left 
{
	border-bottom: none;
}

.pricing-table td.grid-right 
{
	border-bottom: none;
}

.spanPricingEl 
{
	width: 30px;
	white-space: nowrap;
}

.grid tr td 
{
	font-size: 1px;
}

.discount-price 
{
	color: #FF0000;
	white-space: nowrap;
}

.comparative-list-price 
{
	white-space: nowrap;
}

.nb 
{
	border: 1px solid #FFFFFF;
}

.option-subtext 
{
	font-size: 10px;
}

.grid tr.option-headers td 
{
	font-size: 11px;
	background-color: #EFF3FF;
	padding-bottom: 5px;
}

.pricing-table .option-headers td 
{
	background-color: #EFF3FF;
	vertical-align: top;
	border-bottom: none;
	font-size: 11px;
}

/**************FAQ Overrides****************/
table.questions-top 
{
	width: 100%;
	color: #000066;
	font: arial 11px;
}

table.questions-top td 
{
	color: #000066;
	font: arial 11px;
	vertical-align: top;
}


table.questions-top ul 
{
	font-size: 11px;
	margin-top: 0px;
	padding-left: 5px;
	margin-left: 10px;
	list-style-position: outside;
	list-style-type: square;
}

li.questions-top-question 
{
	color: #000066;
	font: arial 11px;
	list-style-image: url(../images/new_images/bullet1.gif);
}

div.faq-title 
{
	position: relative;
	color: black;
	font-size: 12px;
	padding-bottom: 3px;
	font-weight: bold;
	width: 500px;
	border-bottom: 1px solid #588EED;
}

.return-to-top 
{
	float: right;
}

a.faq-nav-link:link, a.faq-nav-link:visited 
{
	color: #000066;
	text-decoration: none;
}

a.faq-nav-link:hover 
{
	text-decoration: underline;
	color: #000033;
}

.paragraph table 
{
	width: 75%;
}

/*----------------------------------------------------------------------------
 * Footnote Control Styles
 *----------------------------------------------------------------------------*/

#tblFootnote 
{
	width: 426px;
	margin-left: 50px;
	margin-top: 0px;
	margin-bottom: 25px;
	background-color: #EFF3FF;
	color: #31319C;
}
#tblFootnote td.tdFootnote-Left-Border 
{
	border-left: 1px solid #8486C6;
}
#tblFootnote td.tdFootnote-Right-Border 
{
	border-right: 1px solid #8486C6;
}
#tblFootnote td.tdFootnote-text 
{
	padding: 10px;
}

#UpperTextTable 
{
	margin-left: 50px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 50px;
}


#UpperTextTable #FootnoteHeadlineText 
{
	color: Red;
	font-weight: bold;
}

#UpperTextTable #FootnoteText 
{
}

#divMain .q-paragraph-anchored 
{
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 100px;
	margin-left: 10px;
}

#divMain .a-paragraph-anchored 
{
	display: block;
	font-size: 11px;
	margin-top: 5px;
	margin-right: 100px;
	margin-left: 25px;
}

.terms-of-use 
{
	position: relative;
	float: right;
}

.LearnMoreCalloutImage
{
	margin-left: 90px;
	margin-bottom: 15px;
	margin-top: 0px;
	
}


.LearnMoreCalloutNew
{
	text-align: center;
	margin-bottom: 15px;
	margin-top: 0px;
}

.LearnMoreCalloutNew img
{
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

.details-video-clip
{	
	float: left;
	padding-top: 10px;
}

.details-video-clip-callout
{
	font-size: 14px;
	font-weight: bold;
	display: block;
}

.details-video-clip-length
{
	display: block;	
}

.details-video-clip-length-callout
{
	font-weight: bold;	
}

.details-video-clip-format
{
	display: block;
}

.details-video-clip-callout img
{
	width: 20px;
	height: 20px;
	vertical-align:middle;
	margin-left: 5px;
	cursor: pointer;
	border: 0;
}

/**********************************
* Quote styling
***********************************/
.quote-container-wrapper
{
	width: 50%;
}

.quote-container-spacer
{
	width: 50%;
}

.quote-row
{
	text-align: left;
	width: 100%;
}
.faq-section {
	width: 530px;
}
.faq-section p{
	float:right;
	margin:0px;
}
.phone-icon-div {
	position:relative;font-weight:bold;font-size:16px;color:#2E2F91;vertical-align:bottom;
}
.phone-icon-div span{
	padding-top:10px;
}
/************End Tabbed Box Style ****************/
