@charset "utf-8";
/* CSS Document
blue: 116cb5
orange: e87d10
podee red: c7213d
podee blue: 005ca2
podee yellow: fdd408
podee green: 11a34f
podee pink: DE2E90
stroke: b8d1e2

 */
@import url("style_page.css") ;
@import url("style_form.css") ;

/*INDEX*/
.index_text, .index_text a:link, .index_text a:visited {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color:#FFF;
	line-height:125%
}

.index_product_pic {
	width: 153px;
	height: 300px;
	background-image: url(/images/products/large/podee_bottle_index.png);
	background-repeat: no-repeat;
}

.hands_free {
	background-image: url(/images/handsfree/handsfree.png);
	background-repeat: no-repeat;
	background-position: center top;
	height:200px;
}

/*CONTENT*/
.product_heading, .product_heading a:link, .product_heading a:visited  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	text-decoration:none;
}

.content {
	color: #FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:150%;
	text-align:left;
	
}
.content a:link, .content a:visited {
	color: #FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:150%;
	text-align:justify;
	text-decoration:underline;
}
/*NOTICE*/
.notice_top {
	background-image: url(/images/notice/top.png);
	background-repeat: no-repeat;
	width:170px;
	height:16px;
}
.notice_mid {
	background-image: url(/images/notice/mid.png);
	background-repeat: repeat-y;
	width:170px;
		
}
.notice_bot {
	background-image: url(/images/notice/bot.png);
	background-repeat: no-repeat;
	width:170px;
	height:9px;
}
.notice_bold {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#fdd408;
	font-style: italic;
	line-height:150%;
	}
.notice_more {
	background-image: url(/images/notice/addl_news.png);
	background-repeat: no-repeat;
	width:170px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
	font-size:11px;
	
}

/*MENU ITEMS */
.products_menu {
	background-image: url(/images/leftnav/product_bkgrd.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.all_menu {
	background-image: url(/images/leftnav/all_bkgrd.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/*HIGHLIGHT TEXT */

.insulator, .insulator a:link, .insulator a:visited {
	color: #fdd408;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

.medicator, .medicator a:link, .medicator a:visited {
	color: #fdd408;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
.holder, .holder a:link, .holder a:visited {
	color: #fdd408;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
.bottle, .bottle a:link, .bottle a:visited  {
	color: #fdd408;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
.content_small, .content_small a:link, .content_small a:visited {
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
}
.content_exsmall, .content_exsmall a:link, .content_exsmall a:visited {
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}

/*PEDIATRICIANS*/
.pedia {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #333333;
}
/*PODEE AD */
.podee_ad {
	background-image: url(/images/banner/podee_ads/podee_ad.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width:168px;
	height:200px;
}

/*FORMS*/
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #093A78;	
}

.hiddenPic {
display:none;
}