/*
	Stylesheet for Adaptive Mall 2010
	
*/


/* Default Styles */
body { background:#008081 url(/lib/am/bg.jpg) repeat-x 0 0; color: #000; font: normal 62.5%/15px Arial; margin: 0; padding: 0; }
a { color: #000; text-decoration: underline; outline:none;}
a img { border: 0; }
a:hover{ text-decoration: underline; }
fieldset {border:none; padding: 0; margin: 0;}
b, strong{ font-weight: bold; }

/* Helper Clear Styles */
.clear { clear:both; }
.clear2 { clear:both; padding:25px 0; }

#container {
	width:964px;
	margin:20px auto;
}

/* Header */
#header {
	background: url(/lib/am/header.jpg) no-repeat 0 0;
	height:137px;
	width:964px;
	position: relative;
}
.logo {
	float:left;
	margin:17px 0 0 24px;
}

.freeshipping {
	position: absolute;
	top: 31px;
	left: 501px;
}

.item-free-ship {
	text-align: center;
	background: url(/lib/am/freeShip.gif) no-repeat top left;
	line-height:38px;
	height: 38px;
	width: 260px;
	font-size: 115%;
}

.item-free-ship a {
	text-decoration: none;
	color: #6d6e71;
}

.headRight {
	float:right;
	margin-right:19px;
	margin-top:10px;
}
.topNav {
	color:#9A9A9C;
	font-size:1.3em;
}
.topNav a {
	color:#9A9A9C;
	padding:0 5px;
	text-decoration: none;
}
.topNav a:hover { text-decoration: underline; }
.topNav a.cart {
	background: url(/lib/am/cartBG.jpg) no-repeat center left;
	padding-left:25px;
}
.hours {
	color:#00817E;
	font-size:1.5em;
	margin-top:18px;
	text-align:right;
}
.phone {
	background:url("/lib/am/phone.jpg") no-repeat scroll 86px 9px transparent;
	color:#409D45;
	font-size:3em;
	font-weight:normal;
	line-height:1.1em;
	padding:2px 0 0;
	text-align:right;
}
ul.mainNav {
	clear:both;
	float:left;
	font-size:1.35em;
	height:38px;
	margin:0;
	padding:6px 0 0 5px;
	*padding:14px 0 0 5px;
	width:949px;
}
ul.mainNav li {
	float:left;
	list-style:none outside none;
	position: relative;
	z-index: 900;
}
ul.mainNav li a {
	color:#FFFFFF;
	display:block;
	padding:11px 7px 12px;
	text-decoration: none;
}
ul.mainNav li a:hover {
	background: url(/lib/am/navBG.jpg) repeat-x 0 0;
	color:#203472;
	text-decoration: none;
}
ul.mainNav li.hover a {
	background: url(/lib/am/navBG.jpg) repeat-x 0 0;
	color:#203472;
	text-decoration: none;
}
ul.mainNav ul.sub {
	background-color:#DAF1F9;
	border:1px solid #FFFFFF;
	display:none;
	padding:10px 10px 30px;
	position:absolute;
	width:275px;
	z-index:999;
	left:0;
	*left:-40px;
	top:38px;
}
ul.mainNav ul.sub li { float:none; }
ul.mainNav ul.sub li a {
	color:#4E4E54;
	display:block;
	font-size:0.85em;
	padding:3px 0;
	background: transparent !important;
}
ul.mainNav ul.sub li a:hover {
	background:transparent !important;
	text-decoration: underline;
}




/* Body Area */
#wrapper {
	width:964px;
	background: url(/lib/am/shell.jpg) repeat-y 0 0;
}
.bodyShell {
	float:right;
	padding:15px 8px;
	width:762px;
}

/* Home Page */

.welcomeArea {

}
.wLeft {
	float:left;
	width:473px;
}
.wRight {
	float:right;
	width:268px;
}
.homeBody {
	width:711px;
	margin: 0 auto;
	padding:25px 0 5px 0;
}
.hpBlock {
	float:left;
	overflow:hidden;
	width:237px;
}
.homeText {
	padding:25px 10px 15px 10px;
}



/* Contents Table Styles */
#contents-table {
	text-align: center;
	margin:15px 0;
	text-align: right;
}
#contents-table td.item {
	-moz-border-radius:20px;
	-webkit-border-radius: 20px;
	border:1px solid #D3D3D3;
	padding:5px;
	text-align:center;
	width:175px;
}
#contents-table td.verticalDivider {
	padding:2px;
}
#contents-table td.horizontalDivider {
	padding:15px;
}
#contents-table .itemImg {
	padding:15px 0 0;
	position: relative;
}
#contents-table .itemInfo {

}
#contents-table .abstract {
	color:#3E3685;
	font-size:1.1em;
	margin:5px 0;
}

#contents-table .name a {
	color:#2CA9E5;
	font-size:1.3em;
	font-weight:bold;
	line-height:1.4em;
}
#contents-table .price {
	color:#3E3685;
	font-size:1.4em;
}
#contents-table .price-bold {
	color:#3E3685;
	font-size:1.4em;
}
#contents-table .sale-price {
	color:#f03f1f;
	font-size:1.4em;
	font-weight:bold;
}
#contents-table .addToCart {
	margin:8px 0;
}


/* Second Layout */
#contents-table2 {
	text-align: center;
	margin:15px 0;
}
#contents-table2 td.item {
	padding:5px;
	text-align:center;
}
#contents-table2 td.verticalDivider {
	padding:2px;
}
#contents-table2 td.horizontalDivider {
	padding:15px;
}
#contents-table2 .itemImg {
	padding:15px 0 0;
	position: relative;
}
#contents-table2 .itemInfo {
	margin-left:15px;
	margin-top:5px;
	width:200px;
}
#contents-table2 .name {
	text-align: left;
}
#contents-table2 .abstract {
	color:#3E3685;
	font-size:1.1em;
	margin:5px 0;
	text-align:left;
}

#contents-table2 .name a {
	color:#2CA9E5;
	font-size:1.3em;
	font-weight:bold;
	line-height:1.4em;
}
#contents-table2 .price {
	color:#3E3685;
	font-size:1.4em;
}
#contents-table2 .price-bold {
	color:#3E3685;
	font-size:1.4em;
}
#contents-table2 .sale-price {
	color:#f03f1f;
	font-size:1.4em;
	font-weight:bold;
}
#contents-table2 .addToCart {
	margin:8px 0;
}


.subCats {
	text-align:left;
}
.showSub {
	background:url("/lib/am/showSubSprite.gif") no-repeat scroll 0 -5px transparent;
	color:#F27626;
	display:block;
	font-size:1.3em;
	font-weight:bold;
	padding:9px 0 9px 45px;
	text-decoration:underline;
}
.greenicon { background-position: 0 -45px; }
.subHolder {
	clear:both;
	padding-top:10px;
	text-align:left;
	display:none;
}
.showme { display:block !important;}
.subHolder a {
	color:#0B4EB7;
	display:block;
	font-size:1.2em;
	font-weight:bold;
	padding:3px 0;
	text-decoration:underline;
}

/*  -- FP Basic Pagination v1.0 (12.18.2009) --  */

div#paginationContainer .paginationControls {
    padding: 10px;
    font: normal 12px Arial, Helvetica, sans-serif;
    color: #335286;
}

div#paginationContainer .paginationControls a {
    color: #335286;
    text-decoration: underline;
}

div#paginationContainer .paginationControls a:hover {
    text-decoration: none;
}

div#paginationContainer .pageLinks {
    float: right;
    width: 400px;
    text-align: right;
}

div#paginationContainer .pageLinks a {
    padding: 0 5px;
    font-weight:normal;
    text-decoration: none;
}

div#paginationContainer .pageLinks a.currentPage {
    font-weight: bold;
    text-decoration: none;
    color:#335286;
}

div#paginationContainer .pageSelectors {
    float: left;
    width: 300px;
    text-align: left;
}

div#paginationContainer .prevControl {
    padding-right: 10px;
}

div#paginationContainer .prevControl a {
    padding-left: 12px;
    background: url(/lib/am/fp-std-pagination-arrows.gif) left 0 no-repeat;
}

div#paginationContainer .prevControl a:hover {
    background-position: left 0;
}

div#paginationContainer .nextControl {
    padding-left: 10px;
}

div#paginationContainer .nextControl a {
    padding-right: 12px;
    background: url(/lib/am/fp-std-pagination-arrows.gif) right 0 no-repeat;
}

div#paginationContainer .nextControl a:hover {
    background-position: right 0;
}

div.pageSorting {
	clear:both;
	padding-top:5px;
	font:12px Arial;
	color:#164b72;
	font-weight: bold;
	padding-left:10px;
	padding-bottom:5px;
	text-align: right;
}
div.pageSorting a {
	padding:0 5px;
	font-weight:normal;
	color:#164b72;
}
.arrow2 { padding-right:11px !important; background: url("/lib/am/arrows.gif") no-repeat scroll right 1px transparent; text-decoration:underline; color:#a90618 !important; }
.arrow3 { padding-right:11px !important; background: url("/lib/am/arrows.gif") no-repeat scroll right -13px transparent; text-decoration:underline; color:#a90618 !important; }
.udrline { text-decoration:underline; color:#a90618 !important; }
/*  -- End FP Basic Pagination v1.0 (12.18.2009) --  */

/* Quick Look Feature */

.qiWrap {
	background:url("/lib/am/quickLook.png") no-repeat scroll 0 0 transparent;
	display:none;
	height:171px;
	left:-172px;
	overflow:hidden;
	padding:15px 55px 0 0;
	position:absolute;
	top:0;
	width:190px;
	z-index:999;
}
.hover .qiWrap { display:block !important; }
.qiMid {
	padding:0 10px;
}
.qiMid .qiName {
	border-bottom:2px dotted #A5A5A5;
	color:#2FB9E3;
	font-size:15px;
	font-weight:bold;
	line-height:18px;
	padding-bottom:5px;
}
.qiMid .qiName a {
	color:#2FB9E3;
	text-decoration: none;
}
.qiMid .qiCode {
	border-bottom:2px dotted #A5A5A5;
	color:#4A4A4A;
	font-size:12px;
	padding:5px 0;
	text-align:left;
}
.qiMid .qiPrice {
	border-bottom:2px dotted #A5A5A5;
	color:#4A4A4A;
	font-size:12px;
	padding:5px 0;
	text-align:left;
}
.qiMid .qiSPrice {
	border-bottom:2px dotted #A5A5A5;
	color:#f1391f;
	font-size:12px;
	padding:5px 0;
	text-align:left;
}
.qiMid .qiFinal {
	color:#4A4A4A;
	font-size:10px;
	padding:5px 0 0 0;
	text-align:left;
}
.qiMid .qiFinal a {
	color:#4A4A4A;
	text-decoration: none;
	display:block;
	background:url("/lib/am/quickLookBottom.png") no-repeat scroll 0 0 transparent;
	padding-left:19px;
}


/* Left Nav */
.leftNav {
	float:left;
	width:186px;
	overflow: hidden;
}
.search {
	background-color:#FFFFFF;
	padding:10px 0;
	width:186px;
}
.searchInput {
	font-size:1em;
	margin-left:4px;
	margin-right:-2px;
	padding:2px 8px;
	vertical-align:middle;
	width:124px;
}
.searchImage {
	vertical-align:middle;
}
.liveChat, .kPool, .nExtra {
	text-align: center;
	margin:15px 0;
}

.newsletter {
	background:url("/lib/am/newsletter.jpg") no-repeat scroll 0 0 transparent;
	margin-left:6px;
	padding:40px 0 22px 8px;
	width:165px;
	height:39px;
}
#newsletter-email {
	padding:4px 3px;
	width:144px;
}
#newsletter-go {
	float:right;
	margin:4px 17px 0 0;
}
.yelloGraphics {
	float:left;
	clear:both;
	width:186px;
	margin-bottom:10px;
}
.yelloGraphics img {
	float:left;
}
.sectionCaption {
	padding:15px 10px;
	font-size: 14px;
	line-height: 1.3em;
}

/* Therapist Prefered */
.tPrefered {
	float:right;
	margin-right:10px;
	margin-top:10px;
	width:165px;
}
.tPrefered .abstract {
	display:none;
}
.tPrefered td.item {
	border: none !important;
}
.tPrefered #contentsArea {
	background:#FFF url(/lib/am/tpBg.jpg) repeat-x 0 bottom;
	padding-bottom:20px;
	border-left:1px solid #E5E3EE;
	border-right:1px solid #E5E3EE;
	margin-top:-4px;
}
.tPrefered #contentsArea .name { font-weight: normal; }
.tPrefered #contentsArea .name a {
	color:#7f7f7f;
	text-decoration: underline;
	font-weight: normal;
}
.tPrefered #contentsArea .price {
	color:#7f7f7f;
}
.tPrefered #contentsArea .sale-price {
	font-weight: normal;
}
.tPrefered #contentsArea .price-bold {
	color:#7f7f7f;
}

#jumpAcc {
	color:#51B6B6;
	display:block;
	font-size:1.3em;
	margin:20px 0;
	text-align:center;
	text-decoration:underline;
}

/* Item Pages */
.productDetail { 
	width:565px;
	float:left;
}
.productWrap {
	float:left;
	margin:400 0;
	padding:20px 5px 5px;
	width:560px;
	position:relative;
}
.productImage {
	display:inline;
	float:left;
	width:240px;
	border-right:3px solid #ceced0;
	margin-right:5px;
	padding-right:10px;
}
.productInfo {
	display:inline;
	float:left;
	margin-left:10px;
	padding:0;
	width:285px;
}
.productInfoInner {
	padding:0 15px 15px 15px;
	background:#FFF url(/lib/am/piBg.jpg) repeat-x 0 bottom;
}
.addthis {
/*	padding:15px 0;  */
	padding: 5px 0; 
	margin-left:55px;
}

.cteClear {clear:both; padding:5px;}
.fp-image-insets div {
	border:1px solid #CECDD5;
	float:left;
	height:79px;
	display: block !important;
	margin-bottom:5px !important;
	margin-right:10px !important;
	padding:5px;
	width:58px;
}
.fp-image-insets .miLink { display:none; }
.fp-image-main {
	float:left;
	padding:5px;
	text-align:center;
	width:235px;
	position:relative;
}
.fp-image-main div a{
	margin:0 auto !important;
}
.fp-image-main a#imgZoom {
	display:block;
	position:absolute;
	text-indent:-999999px;
	height:29px;
	width:101px;
	top:0;
	right:0;
	overflow:hidden;
}
a#imgZoom2 {
	padding-left:100px;
}
.fp-image-insets {
	clear:both;
	float: left; /* added */
	width:565px;
	padding-bottom: 10px; /* added */
}
.cteGraphic { float:left; }

/* Product Info */
h1.productName {
	color:#1C9492;
	font-size:1.5em;
	line-height:1.2em;
	margin:0;
	padding:0 0 5px 0;
}
h1.productNameTwo { 
	color:#1C9492;
	font-size:1.5em;
	line-height:1.2em;
	margin:0;
	padding:0 0 5px 0;
	text-align:center;
}
.productInfo .brand {
	font-size:1.2em;
	padding-bottom:5px;
}
.piPrice {
	padding:5px 0 5px 15px;
	line-height:1.35em;
	position: relative;
}
.piPrice .ann {
	left:-25px;
	position:absolute;
}
.price {
	display:block;
	padding-bottom:5px;
	line-height:1.35em;
	color:#6D6D6F;
	font-size: 1.4em;
}
.price-bold {
	color:#6D6D6F;
	display:block;
	font-size:1.4em;
	line-height:1.35em;
	padding-bottom:5px;
}
.sale-price-bold {
	color:#FC5C37;
	display:block;
	font-size:1.8em;
	line-height:1.35em;
}
.priceBold {
	display:block;
	font-weight:bold;
	line-height:1.35em;
	font-size: 1.4em;
	color:#6D6D6F;
}
.super-sale-price {
	color:#F40D1D;
	font-size:1.7em;
	font-weight:bold;
	padding:10px 0;
	text-transform:uppercase;
}
.piOptions {
	margin:10px 0;
	padding:5px 0 5px 0px;
	font-size:1.2em;
}
table.optionsTable {

}
table.optionsTable th {
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:75px;
}
table.optionsTable td {

}
.piOptions span{
	padding:5px 0;
	font-size:0.9em;
	text-align: justify;
}
.piOptions select {
	margin-left:5px;
	padding:1px;
	width:145px;
}
.piOptions div {
	padding:5px 0;
}
.productInfo table {
	width:100%;
	font-size:1.2em;
}
.piOrderButton {
	text-align: center;
}
.breadcrumbs {
	color:#0f89ac;
	font-size: 1.2em;
}
.breadcrumbs a {
	color:#0f89ac;
	text-decoration: underline;
}
.piCode {
	color:#6D6D6F;
	font-size:1.4em;
	padding:10px 0 10px 15px;
}

h3.infoTitle {
	color:#55B7B6;
	font-size:18px;
	padding-left:10px;	
}

/* Footer */
#footer {
	background: url(/lib/am/footer.jpg) no-repeat center top;
	width:964px;
	padding-top:15px;
}
.footerInner {
	background: #FFF url(/lib/am/footInner.jpg) repeat-x center bottom;
	border:1px solid #b4bebf;
	padding:10px;
	width:944px;
}
.footerInner a { text-decoration: none; }
.footerInner a:hover { text-decoration: underline; }
.footerInner table {
	width:944px;
}
.footerInner table td {
	border-right:2px solid #D9D9D9;
	padding-left:20px;
}
.footerInner .noborder { border-right:none !important;}
.footerInner h4 {
	color:#9E9C9D;
	font-size:1.3em;
	font-weight:normal;
	margin:0 0 7px;
	text-transform:uppercase;
}
.footerInner a {
	color:#3C3C3C;
	display:block;
	font-size:1.2em;
	padding:2px 0 2px 10px;
}
.fpFooter {
	text-align: right;
	color:#FFF;
	padding:5px 0 15px 0;
}
.fpFooter a { color: #FFF; }


/* Rotating Banner */
#bannerrotate {width:473px; height:323px; overflow:hidden; position:relative; font-family:Arial, Helvetica, sans-serif; }
.bannerHolder {position:relative;}
.bannerHolder div {position:absolute; top:0; left:0;}
.navbuttons { 
	background-color:#b9d7e1;
	height:28px;
	padding:3px 33px 3px 5px;
	position:absolute;
	z-index:100;
	bottom:0 !important;
	left:0 !important;
}
a.numbtn {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #FFFFFF;
	color:#747476;
	cursor:pointer;
	float:left;
	font-family:Georgia;
	font-size:14px;
	font-weight:normal;
	height:20px;
	margin-right:4px;
	padding-top:2px;
	text-align:center;
	width:24px;
}
a.btnOn, a.btnOn:hover {
	background:url("/lib/am/rotateON.jpg") repeat scroll 0 0 transparent;
	border:1px solid #FFFFFF;
	color:#747476;
}
.pause {position:absolute; width:26px; z-index:100;	background: transparent url(/lib/am/playpause.gif) no-repeat scroll 0 top; right:6px; height:24px; cursor:pointer;}
.pauseOn {background: transparent url(/lib/am/playpause.gif) no-repeat scroll 0 bottom; cursor:pointer;}


/*  -- FastPivot Tabbed Details v1.0 (1.20.2010) --  */
div#tabbedDetails {
	float:left;
/*	margin:35px 0 10px; */
	margin: 0 0 10px;
	width:570px;
}
div#tabbedDetails ul.tabs {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#tabbedDetails ul.tabs li {
	float: left;
	margin: 0 5px -1px 0;
	height: 25px;
	background: url(/lib/am/tabbedDetails-tabBkgd.gif) 0 -26px no-repeat;
}

div#tabbedDetails ul.tabs li a {
	background:url("/lib/am/tabbedDetails-tabBkgd.gif") no-repeat scroll right -76px transparent;
	color:#606189;
	display:block;
	font:13px Arial,Helvetica,sans-serif;
	height:17px;
	padding:6px 15px 0;
	text-decoration:none;
	text-transform:uppercase;
}

div#tabbedDetails ul.tabs li.selected {
	background: url(/lib/am/tabbedDetails-tabBkgd.gif) 0 0 no-repeat;
}

div#tabbedDetails ul.tabs li.selected a {
	background: url(/lib/am/tabbedDetails-tabBkgd.gif) right -50px no-repeat;
}

div#tabbedDetails .tabContent {
	clear: both;
	height:1027px;
	margin-top:-1px;
	overflow:auto;
	border: 1px solid #e5e3ee;
	border-top:10px solid #86cb54;
	display:none;
}

div#tabbedDetails .tabContent .text {
	padding: 15px;
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #626263;
	line-height: 1.3em;
}

/*  -- End FastPivot Tabbed Details v1.0 (1.20.2010) --  */

/* MA Old Feature */
#accessories_multiadd {
	font-size:10px;
}
#accessories_multiadd td {
	border-top:1px solid #999999;
	padding:3px;
}
#accessories_multiadd h3 {
	color:#333333;
	font-size:13px;
	margin:0;
}
#accessories_multiadd .seperately a {
	background:url("/lib/am/pinkarrow.gif") no-repeat scroll right center transparent;
	color:#ED028B;
	padding-right:6px;
}
#accessories_multiadd .moreinfo a {
	background:url("/lib/am/purplearrow.gif") no-repeat scroll right center transparent;
	color:#91699B;
	padding-right:6px;
}
#multiadd-expln {
	color:#333333;
	font-size:11px;
	padding:3px;
}
#accessories_multiadd .multiadd_options td {
	border-top:0 none;
	padding:1px;
}
#accessories_multiadd .multiadd_options th {
	font-size:10px;
}
#accessories_multiadd .multiadd_options select {
	color:#333333;
	font-size:10px;
}
.purplebg td {
	background-color:#F4EFF5;
}
.multiaddInfoBack {
	display:none;
}
#productDescription {
	position: relative;
}
.multiaddInfoFront {
	background:none repeat scroll 0 0 #FFFFFF;
	border:5px solid #91699B;
	color:#333333;
	font-size:10px;
    top: 69px;
	padding:10px;
	position:absolute;
	text-align:left;
	width:500px;
}
.multiaddInfoFront h3 {
	color:#91699B;
	font-size:13px;
	margin:0 0 10px;
}
.multiaddInfoFront img {
	border:1px solid #91699B;
	margin-right:10px;
}
.ma_info_close {
	background:url(/lib/am/ma-info-close.gif) no-repeat scroll right top transparent;
	color:#FFFFFF;
	display:block;
	float:right;
	font-size:1px;
	height:28px;
	padding-right:28px;
}
.ma_moreinfo_caption {
	border:1px solid #CCCCCC;
	clear:left;
	font-size:12px;
	height:220px;
	margin-top:10px;
	overflow:auto;
	padding:5px;
}

.rViewed h4 {
	color:#515987;
	font-size:14px;
	font-weight:normal;
	padding-left:10px;
	text-align:left;
	text-transform:uppercase;
}
.rvWrapper {
	-moz-border-radius:9px 9px 9px 9px;
	background-color:#FFFFFF;
	margin:0 10px;
	padding:25px 0;
	text-align:center;
}
.recentItem {
	margin-bottom:15px;
}
.recentItem .name {
	padding:0 10px;
}
.recentItem .name a{
	color:#2CA9E5;
	font-size:1.2em;
	font-weight:bold;
}

.testimonialsWrap { margin:0 0 20px 14px; }
#rotatingTestimonialArea {
	background:url("/lib/am/testBackground.jpg") no-repeat scroll 0 0 transparent;
	font-size:1.2em;
	height:171px;
	line-height:1.4em;
	overflow:hidden;
	padding:25px 10px 15px;
	width:136px;
}
.testimonials .byline { display: block; }

.kiddie-testimonialsWrap .heading {
	padding: 0 10px 0 10px;
	font: bold 1.6em Arial, Helvetica, sans-serif;
	color: #00aeef;
}

.kiddie-testimonialsWrap .top {
	height: 12px;
	font-size: 0px;
	background: url(/lib/am/kiddiepool-testimonial-top-bkgd.gif) 0 0 no-repeat;
}

#rotatingTestimonialArea-kiddiepool {
	padding: 0 10px;
	width: 335px;
	font-size: 1.3em;
	line-height: 1.4em;
	overflow:hidden;
	background: url(/lib/am/kiddiepool-testimonial-middle-bkgd.gif) 0 0 repeat-y;
}

.kiddie-testimonialsWrap .bottom {
	height: 12px;
	font-size: 0px;
	background: url(/lib/am/kiddiepool-testimonial-bottom-bkgd.gif) 0 0 no-repeat;
}

#fp-dnp {
	background:url("/lib/am/fp-dnp.jpg") no-repeat scroll center 5px #005BA2;
	clear:both;
	color:#FFFFFF;
	font-size:15px;
	padding-bottom:8px;
	padding-top:32px;
	text-align:center;
	width:100%;
}
#fp-dnp p { margin:5px 0; }



/* Video Page */
div#exAll a {
	color:#2CA9E6;
	display:block;
	font-size:14px;
	font-weight:bold;
	padding:25px 0 10px 10px;
}

h3.faqHead {
	background:url("/lib/am/showSubSprite.gif") no-repeat scroll 0 -5px transparent;
	color:#F27626;
	display:block;
	font-size:1.3em;
	font-weight:bold;
	padding:9px 0 9px 45px;
	text-decoration:underline;
	clear:both;
	cursor: pointer;
}

div.faqTxt {
	font-size:14px;
	color:#717f89;
	line-height:1.5;
	padding:20px 0 0 25px;
	width:580px;
	display:none;
}
.videoHolder {
	float:left;
	margin-right:25px;
	width:217px;
	margin-bottom:25px;
}
.faqText {
	float:left;
	padding:15px 0 10px;
	width:760px;
	margin-left:25px;
}
.tvcptxt {
	color:#3D35B6;
	font-size:14px;
	line-height:1.4em;
	padding-left:15px;
	padding-right:10px;
}

.printerLink {
/*    padding: 10px 0 0; */
    padding: 5px 0 0;
    text-align: center;
}
.printerLink a {
    color: #0F89AF;
    font-size: 13px;
    font-weight: bold;
}


/*  -- Modifications --  */

div.specialTomato {
	padding: 0 18px 10px 10px;
	text-align: center;
	background: url(/lib/am/specialTomato-bkdg.gif) 0 0 repeat-y;
}

div.specialTomato .innerDiv {
	padding-top: 10px;
	border-top: 1px solid #bdcab6;
}

/*  -- End Modifications --  */
