/* ----- Poligrip screen stylesheet ------------------------------------------------------- */
/* ----- Fuse Digital 2010 ---------------------------------------------------------------- */
/* ----- enjoy. --------------------------------------------------------------------------- */

/*
	
	----- Background Colours -----
	
	Light Blue: #f3ffff
	Turquoise: #2dacad
	
	----- Text Colours -----
	
	Light Blue: #eaf7f9
	Turquoise: #2dacad
	Grey/Blue: #006486
	Main Grey: #4b4b4b
	Secondary Grey: #666
	Light Grey: #cdcdcd
	Light Grey Border: #e3e3e3
	
	----- Site Dimensions -----
	
	Width: 960px

*/

/* ----- Defaults ------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
* {
	margin: 0; /* global reset of margin and padding */
	padding: 0;
	outline: none;
}
body {
	padding-bottom: 12px;
	background: #f3ffff;
	text-align: center; /* centre in IE */
	font: 12px Arial, Helvetica, sans-serif;
	color: #4b4b4b;
}
ul {
	list-style: none; /* no bullets on lists by default */
}
a {
	color: #2dacad;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}

/* ----- Universal styles ----------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
.hide {
	display: none;
}
.clear {
	clear: both;
}
.relative {
	position: relative;
}
.left {
	float: left;
	margin: 0 15px 15px 0;
}
.left-alt {
	width: 100%;
	float: left;
}
.left-alt1 {
    float: left;
	margin: 0 5px 15px 0;
}
.right {
	float: right;
	margin: 0 0 15px 15px;
}

/* ----- Site Containers ------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
.frame {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#site {
	float: left;
	width: 960px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	background: #2dacad url(../images/bg_grad_v1.gif) 0 0 repeat-x;
}

/* ----- Masthead ------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
#masthead {
	position: relative;
	float: left;
	width: 960px;
	margin-bottom: 10px;
}
#logo {
	float: left;
	width: 158px;
	height: 50px;
	margin: 28px 10px 24px 10px;
	font-size: 2em; /* 12*2=24 */
	font-weight: bold;
	display: inline;
}
#flash-masthead {
	margin: 0 0 0 0;
	width: 940px;
}
#advisory {
	position: absolute;
	top: 22px;
	left: 202px;
	width: 400px;
	padding: 12px;
	text-align: center;
	background: #fff600;
	border: 1px solid #ffb400;
}
#advisory a {
	font-weight: bold;
	color: #4b4b4b;
}
#advisory a:hover {
	color: #2dacad;
	text-decoration: underline;
}

/* ----- Top Navigation ----- */
/* ------------------------------------------------------------ */
#logo a {
	display: block;
	width: 158px;
	height: 50px;
	text-indent: -1000em;
	background: url(../images/logos/poligrip.png) 0 0 no-repeat !important;
	background-image: url(../images/logos/poligrip.gif);
}
#top-nav {
	float: right;
	background: #2dacad;
}
#top-nav li {
	float: left;
	padding: 6px 10px 6px 12px;
	font-weight: bold;
	background: url(../images/dividers/v_nav_li_sep_ffffff.gif) 0 50% no-repeat;
}
#top-nav li.int {
	background:none;
}
#top-nav li:first-child {
	padding-left: 10px;
	background-image: none;
}
#top-nav li a {
	color: #fff;
}

/* ----- Text Size Widget ----- */
/* ------------------------------------------------------------ */
#text-size {
	position: absolute;
	bottom: 94px;
	right: 10px;
	font-weight: bold;
}
#text-size p {
	position: absolute;
	bottom: 0;
	right: 42px;
	font-size: 1.2em; /* 12*2=24 */
	white-space: nowrap;
}
#text-size ul {
	position: absolute;
	bottom: 1px;
	right: 0;
	float: left;
	width: 41px;
}
#text-size ul li {
	float: left;
	margin-left: 2px;
	display: inline;
}
#text-size ul li a {
	display: block;
	height: 17px;
	color: #4b4b4b;
	text-indent: -1000em;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#text-size ul li a:hover {
	background-position: 0 -200px;
}
#text-size ul li #text-default {
	width: 9px;
	font-size: 1em;
	background-image: url(../images/text_size/default.gif);
}
#text-size ul li #text-large {
	width: 12px;
	font-size: 1.333em; /* 12*1.333=16 */
	background-image: url(../images/text_size/large.gif);
}
#text-size ul li #text-larger {
	width: 14px;
	font-size: 1.667em; /* 12*1.667=20 */
	background-image: url(../images/text_size/larger.gif);
}
#text-size p {
	float: left;
	margin-right: 10px;
}

/* ----- Breadcrumbs ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
#breadcrumbs {
	clear: both;
	float: left;
	width: 918px;
	margin: 0 10px 20px 10px;
	padding: 8px 10px;
	border: 1px solid #eaf0f0;
	background: #fff;
	display: inline;
}
#breadcrumbs li {
	float: left;
	font-size: 1.083em; /* 12*1.083=13 */
	font-weight: bold;
	color: #2dacad; /* 00a1b2 */
}
#breadcrumbs li a {
	margin-right: 10px;
	padding-right: 16px;
	color: #7e7e7e;
	background: url(../images/icons/arrow_r_7e7e7e.gif) 100% 50% no-repeat;
}

/* ----- Footer --------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
#footer {
	clear: both;
	float: left;
	width: 940px;
	margin: 0 10px 12px 10px;
	padding-top: 13px;
	background: url(../images/dividers/h_1px_dotted_006486.gif) 0 0 repeat-x;
	display: inline;
	font-size: 0.917em; /* 12*0.917=11 */
	color: #666;
}
#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #2dacad;
	text-decoration: underline;
}
#footer p {
	float: left;
}
#footer ul {
	float: right;
}
#footer ul li {
	float: left;
	margin-left: 12px;
	display: inline;
}

/* ----- Navigation ----------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */

/* ----- Global Navigation ----- */
/* ------------------------------------------------------------ */
#global-nav {
	position: relative;
	float: left;
	width: 801px;
	height: 51px;
	margin-left: 10px;
	display: inline;
}
#global-nav li {
	position: absolute;
	top: 0;
	left: 0;
}
#global-nav #nav-1 {
	left: 107px;
	z-index: 6;
}
#global-nav #nav-2 {
	left: 194px;
	z-index: 5;
}
#global-nav #nav-3 {
	left: 306px;
	z-index: 4;
}
#global-nav #nav-4 {
	left: 418px;
	z-index: 3;
}
#global-nav #nav-5 {
	left: 530px;
	z-index: 2;
}
#global-nav #nav-6 {
	left: 640px;
	z-index: 1;
}
#global-nav #nav-6 {
	left: 640px;
	z-index: 1;
}
#global-nav #nav-7 {
	left: 809px;
	z-index: 1;
}
#global-nav li a {
	display: block;
	height: 51px;
	font-size: 1.167em; /* 12*1.167=14 */
	text-indent: -1000em;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#global-nav li a:hover, #global-nav li a.current {
	background-position: 0 -200px;
}
#nav-home a {
	width: 107px;
	background-image: url(../images/nav/global_home.png) !important;
	background-image: url(../images/nav/global_home.gif);
}
#nav-1 a {
	width: 130px;
	background-image: url(../images/nav/global_nav_1.png) !important;
	background-image: url(../images/nav/global_nav_1.gif);
}
#nav-2 a {
	width: 155px;
	background-image: url(../images/nav/global_nav_2.png) !important;
	background-image: url(../images/nav/global_nav_2.gif);
}
#nav-3 a {
	width: 155px;
	background-image: url(../images/nav/global_nav_3.png) !important;
	background-image: url(../images/nav/global_nav_3.gif);
}
#nav-4 a {
	width: 155px;
	background-image: url(../images/nav/global_nav_4.png) !important;
	background-image: url(../images/nav/global_nav_4.gif);
}
#nav-5 a {
	width: 155px;
	background-image: url(../images/nav/global_nav_5.png) !important;
	background-image: url(../images/nav/global_nav_5.gif);
}
#nav-6 a {
	width: 161px;
	background-image: url(../images/nav/global_nav_6.png) !important;
	background-image: url(../images/nav/global_nav_6.gif);
}
#nav-7 a {
	width: 140px;
	background-image: url(../images/nav/forum.gif);
}


/* ----- Sub Navigation ----- */
/* ------------------------------------------------------------ */
#sidebar-l .sub-nav {
	clear: both;
	float: left;
	width: 200px;
	margin-bottom: 12px;
}
#sidebar-l .sub-nav li {
	width: 200px;
	margin: 0 0 5px 0;
	padding: 0;
	background: none;
	font-size: 1.167em; /* 12*1.167=14 */
}
#sidebar-l .sub-nav li a {
	display: block;
	width: 200px;
	padding: 0 0 7px 0;
	background: url(../images/nav/sub_nav_1.gif) 0 100% no-repeat;
}
#sidebar-l .sub-nav li a span {
	display: block;
	width: 180px;
	padding: 7px 10px 0 10px;
	background: url(../images/nav/sub_nav_1.gif) 0 0 no-repeat;
}
#sidebar-l .sub-nav li.type-2 a {
	color: #006486;
	background: url(../images/nav/sub_nav_5.gif) 0 100% no-repeat;
}
#sidebar-l .sub-nav li.type-2 a span {
	background: url(../images/nav/sub_nav_5.gif) 0 0 no-repeat;
}
#sidebar-l .sub-nav li.type-3 a {
	color: #fff;
	background: url(../images/nav/sub_nav_3.gif) 0 100% no-repeat;
}
#sidebar-l .sub-nav li.type-3 a span {
	width: 158px;
	padding-left: 32px;
	background: url(../images/nav/sub_nav_3.gif) 0 0 no-repeat;
}
#sidebar-l .sub-nav li a:hover, #sidebar-l .sub-nav li a.current {
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	background-position: -200px 100%;
}
#sidebar-l .sub-nav li a:hover span, #sidebar-l .sub-nav li a.current span {
	background-position: -200px 0;
}

/* ----- Columns, Rows & Panels ----------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */

/* ----- Sidebar ----- */
/* ------------------------------------------------------------ */
#sidebar-l {
	float: left;
	width: 200px;
	margin-left: 10px;
	padding: 0 10px;
	display: inline;
}
#sidebar-2 {
	float: right;
	width: 280px;
	margin-left: 10px;
	padding: 0 10px;
	display: inline;
}
.row-600 {
	float:left;
	width:670px;
}

/* ----- Columns ----- */
/* ------------------------------------------------------------ */
#col-2-sidebar-l {
	clear: both;
	float: left;
	width: 960px;
	padding-top: 30px;
}
#col-2-sidebar-l .top {
	clear: both;
	float: left;
	width: 960px;
	height: 18px;
	background: url(../images/panels/2_col_sidebar_l_top.png) 0 0 no-repeat !important;
	background-image: url(../images/panels/2_col_sidebar_l_top.gif);
}
#col-2-sidebar-l .bottom {
	clear: both;
	float: left;
	width: 960px;
	height: 16px;
	background: url(../images/panels/2_col_sidebar_l_bottom.png) 0 0 no-repeat !important;
	background-image: url(../images/panels/2_col_sidebar_l_bottom.gif);
}
#col-2-sidebar-l .content {
	clear: both;
	float: left;
	width: 960px;
	background: url(../images/panels/2_col_sidebar_l_bg.png) 0 0 repeat-y !important;
	background-image: url(../images/panels/2_col_sidebar_l_bg.gif);
}

#col-2-sidebar-2 {
	clear: both;
	float: left;
	width: 960px;
	padding-top: 0;
}
#col-2-sidebar-2 .top {
	clear: both;
	float: left;
	width: 960px;
	height: 18px;
	background: url(../images/panels/2_col_sidebar_2_top.png) 0 0 no-repeat !important;
	background-image: url(../images/panels/2_col_sidebar_2_top.gif);
}
#col-2-sidebar-2 .content {
	clear: both;
	float: left;
	width: 960px;
	background: url(../images/panels/2_col_sidebar_2_bg.png) 0 0 repeat-y !important;
	background-image: url(../images/panels/2_col_sidebar_2_bg.gif);
}
#col-2-sidebar-2 .bottom {
	clear: both;
	float: left;
	width: 960px;
	height: 28px;
	background: url(../images/panels/2_col_sidebar_2_bottom.png) 0 0 no-repeat !important;
	background-image: url(../images/panels/2_col_sidebar_2_bottom.gif);
}
.col-2-460 {
	clear: both;
	float: left;
	width: 960px;
	margin: 0 -10px 0 10px;
	display: inline;
}
.col-2-460 .top {
	clear: both;
	float: left;
	width: 960px;
	height: 10px;
	background: url(../images/panels/2_col_460_top.png) 0 0 no-repeat !important;
	background-image: url(../images/panels/2_col_460_top.gif);
}
.col-2-460 .bottom {
	clear: both;
	float: left;
	width: 960px;
	height: 18px;
	background: url(../images/panels/2_col_460_bottom.png) 0 0 no-repeat !important;
	background-image: url(../images/panels/2_col_460_bottom.gif);
}
.col-2-460 .middle {
	clear: both;
	float: left;
	width: 960px;
	background: url(../images/panels/2_col_460_bg.png) 0 0 repeat-y !important;
	background-image: url(../images/panels/2_col_460_bg.gif);
}

.col-2-300 {
	float: right;
	width: 620px;
	margin: 0 10px 15px 0;
	display: inline;
}
.col-2-300 .top {
	clear: both;
	float: left;
	width: 620px;
	height: 20px;
	background: url(../images/panels/2_col_300_top.png) 0 0 no-repeat !important;
	background-image: url(../images/panels/2_col_300_top.gif);
}
.col-2-300 .bottom {
	clear: both;
	float: left;
	width: 640px;
	margin-left: -20px;
	padding-bottom: 15px;
	margin-top:-5px;
	background: url(../images/panels/2_col_300_bg.png) 20px 100% no-repeat !important;
	background-image: url(../images/panels/2_col_300_bg.gif);
	display: inline;
}
.col-3-300 {
	float: left;
	width: 940px;
	margin: 0 0 15px 10px;
	display: inline;
}
.col-3-300 .top {
	clear: both;
	float: left;
	width: 940px;
	height: 15px;
	background: url(../images/panels/3_col_300_top.png) 0 0 no-repeat !important;
	background: url(../images/panels/3_col_300_top.gif) 0 0 no-repeat;
}
.col-3-300 .bottom {
	clear: both;
	float: left;
	width: 960px;
	margin-left: -20px;
	padding-bottom: 20px;
	background: url(../images/panels/3_col_300_bg.png) 20px 100% no-repeat !important;
	background: url(../images/panels/3_col_300_bg.gif) 20px 100% no-repeat;
	display: inline;
}
.col-920 {
	position: relative;
	clear: both;
	float: left;
	width: 920px;
	margin: 0 20px;
	padding-top: 40px;
	display: inline;
}
.col-920.alt {
    padding-top:0;
}
.col-920.reverse {
    padding-top:0;
	margin:0 0 15px 10px;
}
.col-920.alt.rev {
    padding-top:40px;
}
.content .col-56 {
    width:56px;
    text-align:center;
    float:left;
    margin-right:15px;
}
.col-710 {
	position: relative;
	float: right;
	width: 670px;
	margin-right: 10px;
	padding: 0 20px;
	display: inline;
}
.col-620 {
	position: relative;
	float: left;
	width: 570px;
	margin-right: 10px;
	padding: 0 25px;
	display: inline;
}
.col-686 {
	float: left;
	width: 696px;
	margin: 0 -10px 12px -10px;
	display: inline;
}
.col-686.div {
    background: url(../images/dividers/h_1px_582_blue.png) 50% 0 no-repeat;
    padding-top:20px;
}
.col-460 {
	float: left;
	width: 420px;
	margin-right: 14px;
	padding: 0 26px 0 20px;
	display: inline;
}
.col-456 {
	float: left;
	width: 460px;
	margin-left: -4px;
	display: inline;
}
.col-370 {
	float: left;
	width: 370px;
}
.col-340.quicktime {
    width:340px;
    float:left;
    padding-left:50px;
    background:url(../images/icons/quicktime.gif) 0 0 no-repeat;
	border-bottom:solid 1px #2dacad;
}
.col-340.windows {
    width:340px;
    float:left;
    padding:10px 0 0 50px;
    background:url(../images/icons/windows.gif) 0 13px no-repeat;
	border-bottom:solid 1px #2dacad;
}
.col-340.ipod {
    width:340px;
    float:left;
    padding:10px 0 0 50px;
    background:url(../images/icons/ipod.gif) 0 13px no-repeat;
}
.col-480 {
    float:right;
    width:480px;
}
.col-300 {
	float: left;
	width: 270px;
	margin-left: 20px;
	padding: 0 15px;
	display: inline;
}
.col-300 .inner {
    width:250px;
    padding:0 10px;
}
.col-300-envelope {
	position: absolute;
	bottom: 2px;
	left: 10px;
	width: 300px;
}
.col-300-envelope.upper {
	position:static;
	margin-left:22px;
	margin-top:-15px;
	margin-bottom:20px;
}
.col-280 {
	float: right;
	width: 280px;
}
.col-226 {
	float: right;
	width: 226px;
}
#col-grid-600 {
    width:590px;
    float:left;
    display:inline;
    padding-right:20px;
    clear:both;
}
.row-grid-600  {
    border-bottom:1px solid #66a2b6;
    float:left;
}
.row-grid-600.last  {
    float:left;
    margin-bottom:20px;
}
.col-390-grid {
    width:360px;
    padding-top:20px;
    float:left;
    border-right:1px solid #66a2b6;
}
.col-210-grid {
    width:190px;
    float:left;
    padding:20px 0 0 20px;
    font-weight:bold;
}
.col-390-grid .inner {
    background:url(../images/icons/expand_box.gif) 0 0 no-repeat;
    padding-left:30px;
}

/* ----- Rows ----- */
/* ------------------------------------------------------------ */

.row-560 {
    width:560px;
    float:left;
    margin-bottom:20px;
}
.row-560-div  {
    width:560px;
    float:left;
    margin-bottom:20px;
    border-bottom:solid 1px #66a2b6;
}

/* ----- Panels ----- */
/* ------------------------------------------------------------ */
.panel-690 {
	float: left;
	width: 690px;
	margin: 0 -10px 12px -10px;
	padding-top: 10px;
	background: url(../images/panels/panel_690.gif) 0 0 no-repeat;
	display: inline;
}
.panel-690 .inner {
	float: left;
	width: 650px;
	padding: 0 30px 10px 10px;
	background: url(../images/panels/panel_690.gif) 0 100% no-repeat;
}
.panel-690 .left {
	width: 440px;
	height: 88px;
	margin: 0 0 0 10px;
	text-indent: -1000em;
	background: url(../images/products/clean_plus_fix.jpg) 0 0 no-repeat;
	display: inline;
}
.panel-290 {
	position: relative;
	z-index: 1;
	float: left;
	width: 290px;
	margin-right: -10px;
	padding-top: 15px;
	background: url(../images/panels/panel_290.gif) 0 0 no-repeat;
}
.panel-290 .inner {
	float: left;
	width: 260px;
	padding: 0 15px 15px 15px;
	background: url(../images/panels/panel_290.gif) 0 100% no-repeat;
}
.panel-260 {
    width:260px;
    border-bottom:none;
    margin-bottom:10px;
    padding-top:15px;
    background:#fff;
	float:left;
}
.panel-260.ext {
	padding-bottom:15px;
	margin-top:-20px;
}
.panel-260.divide {
    padding-top:0;
    border-bottom:dotted 1px #006486;
}
.panel-226 {
	float: left;
	width: 226px;
	margin: 0 0 10px 4px;
	padding-top: 15px;
	/*background: url(../images/panels/panel_226.gif) 0 0 no-repeat;*/
	display: inline;
}
.col-226 .panel-226 {
	margin-left: 0;
}
.panel-226 .inner {
	float: left;
	width: 196px;
	padding: 0 15px 15px 15px;
	/*background: url(../images/panels/panel_226.gif) 0 100% no-repeat;*/
}
.panel-226 .inner p {
	margin-bottom: 0;
	line-height: 1.2em;
}
.panel-226 .inner p.img {
	line-height: 0;
}
.set-226 {
	float: left;
	width: 226px;
	margin: 0 0 10px 4px;
	display: inline;
}
.set-226.alt {
    margin:35px 0 10px 4px;
}
.set-226 .panel-226 {
	float: left;
	width: 226px;
	margin: 0;
}
.panel-180 {
    width:155px;
}
.panel-290-alt {
	float: left;
	width: 266px;
	margin: 0 -10px 12px 0;
	padding: 12px 12px 0 12px;
	background: #e6fdff;
}

/* ----- Envelope ----- */
/* ------------------------------------------------------------ */
.envelope {
	clear: both;
	float: left;
	width: 100%;
	background: url(../images/dividers/h_1px_dotted_006486.gif) 0 0 repeat-x;
}
.envelope.footer {
    background:none;
    padding:0 10px;
    width:940px;
    margin:0 auto 10px auto;
}
.col-300-envelope .envelope {
	background: none;
}
.envelope ul.options {
	float: left;
	margin-top: 12px;
}
.envelope ul.options li {
	float: left;
	margin-right: 24px;
	padding: 0;
	font-weight: bold;
	background: none;
}
.col-300-envelope .envelope ul.options li {
	margin-right: 15px;
}
.envelope ul.options li a {
	padding-left: 28px;
	color: #4b4b4b;
	background-position: 0 50%;
	background-repeat: no-repeat;
}
.envelope ul.options li a.print {
	background-image: url(../images/icons/printer.gif);
}
.envelope ul.options li a.send {
	background-image: url(../images/icons/envelope.gif);
}
.envelope ul.social {
	float: right;
	margin-top: 12px;
}
.col-300-envelope .envelope ul.social {
	margin: 4px 0 0 -15px;
}
.envelope ul.social li {
	float: left;
	margin-left: -2px;
	padding: 0;
	font-weight: bold;
	background: none;
	display: inline;
}
.envelope ul.social li a {
	display: block;
	width: 26px;
	height: 26px;
	text-indent: -1000em;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.envelope ul.social li a.facebook {
	background-image: url(../images/icons/facebook.png) !important;
	background-image: url(../images/icons/facebook.gif);
}
.envelope ul.social li a.digg {
	background-image: url(../images/icons/digg.png) !important;
	background-image: url(../images/icons/digg.gif);
}
.envelope ul.social li a.stumbleupon {
	background-image: url(../images/icons/stumbleupon.png) !important;
	background-image: url(../images/icons/stumbleupon.gif);
}
.envelope ul.social li a.delicious {
	background-image: url(../images/icons/delicious.png) !important;
	background-image: url(../images/icons/delicious.gif);
}

/* ----- Forum Lists ----- */
/* ------------------------------------------------------------ */

.content .forum-show ul {
   list-style-position:outside;
}
.content .forum-show ul.images {
    margin-bottom:162px;
}
.content .forum-show ul.images li {
    background:none;
    padding-left:8px;
    position: absolute;
    width:250px;
	top: 50px;
	left: 26px;
	display:none;
}
.content .forum-show ul.images a {
    color:#4a4b4b;
    font-weight:normal;
}
.content .forum-show ul.images a.post-link {
	font-weight: bold;
	color: #006486;
	background: none;
	background-image: none;
}
.content .forum-show ul.nav {
    clear:both;
    margin-left:8px;
}
.content .forum-show ul.nav li {
    float:left;
    width:24px;
    margin-left:-3px;
    display:inline;
    background:none;
    padding-left:0;
}
.content .forum-show ul.nav a {
    color:#6b6b6b;
    width:24px;
    height:21px;
    display:block;
    padding:0 0 0 8px;
    background-repeat:no-repeat;
    background-position:0 0;
    background-image:url(../images/icons/forum_circle.png)!important;
    background-image:url(../images/icons/forum_circle.gif);
}
.forum-show ul.nav li a:hover, .forum-show ul.nav li.current a {
	color:#006486;
	background-position: 0 -169px;
}

/* ----- Review Tabs ----- */
/* ------------------------------------------------------------ */

.content-tab {
    display:none;
    padding-bottom:10px;
}
.content ul.featured-nav {
    margin:0;
    padding:0; 
}
.content ul.featured-nav li {
    width:81px;
    float:left;
    list-style:none;
    background:none;
    margin:0 2px 15px 0;
    padding-left:0;
    display:inline;
}
.content ul.featured-nav li a {
    display:block;
    height:21px;
    text-indent:-10000px;
    background-position:0 0;
    background-repeat:no-repeat;
}
.content ul.featured-nav li a:hover  {
    background-position:0 -160px;
}
.content ul.featured-nav li a.current  {
    background-position:0 -160px;
}
.content ul.featured-nav li.read a {
    background-image:url(../images/tabbed-navigation/read.gif);
}
.content ul.featured-nav li.watch a {
    background-image:url(../images/tabbed-navigation/watch.gif);
}
.content ul.featured-nav li.share a {
    background-image:url(../images/tabbed-navigation/share.gif);
}
.content .content-tab ol {
    color:#006486;
}
.content .content-tab ol span {
    color:#666666;
}

/* ----- Reviews ----- */
/* ------------------------------------------------------------ */
.review {
	clear: both;
	float: left;
	width: 420px;
	margin-bottom: 12px;
	background: url(../images/dividers/h_1px_dotted_006486.gif) 0 100% repeat-x;
}

/* ----- Products Panel ----- */
/* ------------------------------------------------------------ */
.product-thumb {
	clear: both;
	float: right;
	width: 218px;
	margin-right:-15px;
	margin-top: -22px;
}
.news {
	clear: both;
	float: left;
	width: 280px;
	height:40px;
	padding-top:102px;
	position:absolute;
	bottom:21px;
	right:28px;
	/*background: url(../images/products/newsletter.jpg) 10% 0 no-repeat;*/
	background: url(../images/icons/newsletter.jpg) 10% 0 no-repeat;
}
.product-caption {
	margin:0;
	padding:0 0 80px 0;
}

/* ----- Hero ----- */
/* ------------------------------------------------------------ */
/* #hero {
	position: relative;
	clear: both;
	width: 948px;
	height: 294px;
	margin: 0 -16px 11px -12px;
	/*background: url(../images/panels/hero_v1.png) 0 0 no-repeat; 
}*/
.hero-outer-top {
    background:url(../images/heroes/hero_outer_top.png) 0 0 no-repeat !important;
    background:url(../images/heroes/hero_outer_top.gif) 0 0 no-repeat;
    width:948px;
    height:4px;
    float:left;
    margin: 10px -17px 0 -12px;
}
.hero-outer-middle {
    background:url(../images/heroes/hero_outer_middle.png) 0 0 repeat-y !important;
    background:url(../images/heroes/hero_outer_middle.gif) 0 0 repeat-y;
    width:948px;
    float:left;
    margin: -2px -17px 0 -12px;
    position:relative;
}
.hero-outer-bottom {
    background:url(../images/heroes/hero_outer_bottom.png) 0 0 no-repeat !important;
    background:url(../images/heroes/hero_outer_bottom.gif) 0 0 no-repeat;
    width:948px;
    height:10px;
    float:left;
    margin: 0 -17px 0 -12px;
    padding-bottom:10px;
}
#hero {
   width:936px;
   float:left;
   margin:0 0 0 2px;
   min-height:267px;     
}
#hero.home {
    background:url(../images/heroes/hero_home.jpg) 0 100% no-repeat;
}
#hero.category {
    background:url(../images/heroes/hero_category.jpg) 0 100% no-repeat;
}
.article {
    background:url(../images/heroes/hero_article.jpg) 0 100% no-repeat;
}
.forum-home {
    background:url(../images/heroes/hero_forum.jpg) 0 100% no-repeat;
}
#hero.home .info {
    margin:75px 90px 0 0;
    width:380px;
}
.forum-home .info {
    margin:20px 0 0 12px;
}
#hero.category .info, #hero.article .info  {
    margin:20px 60px 0 0;
    width:390px;
    float:right;
}       
#hero #poli-mp, #hero #poli-im  {
	width: 420px;
	height: 236px;
	position:absolute;
	top:0;
	left:0;
	margin:15px 0 0 20px;
	background:#fff;
}
#hero .info.left {
	width: 363px;
}
#hero .info h2 {
	margin-bottom: 6px;
	font-size: 2.833em; /* 12*2.833=34 */
	color: #7e7e7e;
	/*background: url(../images/dividers/h_1px_hero.png) 0 100% no-repeat !important;  */
	/* background-image: url(../images/dividers/h_1px_hero.gif);*/
}
#hero .info.left h2 {
    font-size: 1.667em; /* 12*1.667=20 */
    color:#006486;
    background:none !important;
    background:none;
}
#hero .info.left h3 {
    font-size: 1.25em; /* 12*1.25=15 */ 
    color:#006486;
}
#hero .info.left p strong {
    color:#2dacad;
}
#hero .info.left p {
    font-weight:normal;
    margin-bottom:5px;
    font-size:1em;
}
#hero .info .inner {
    padding:25px 0 0 45px;
}
.col-300 .inner.product {
    background: url(../images/products/home_thumb_large.jpg) 0 100% no-repeat;
	height:155px;
}
#hero .info p {
	font-size: 1.25em; /* 12*1.25=15 */
	color: #2DACAD;
	/*color: #7e7e7e; Gray */
	font-weight: bold;
}
#hero.home .info p {
	color: #fff;
	line-height:19px;
}
#coupon-hero {
	width:686px;
	height:600px;
	display:block;
	background:url(../images/background/coupon-background.jpg) 0 100% no-repeat;
}
#coupon-hero h3 {
	padding:10px 0 0 10px;
	margin-bottom:0;
	font-size:20px;
	color:#2dacad;
}
#coupon-hero p {
	width:260px;
	padding-left:20px;
	margin:0;
	font-weight:bold;
}


/* ----- Typography ----------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
.content h1 {
	margin-bottom: 12px;
	font-size: 1.667em; /* 12*1.667=20 */
	font-weight: bold;
	color: #2dacad;
	line-height: 1.6em;
}
.content h1.alt1 {
	margin-bottom: 12px;
	font-size: 2.083em; /* 12*2.083=25 */
	font-weight: bold;
	color: #2dacad;
	line-height: 1.6em;
}
.content h1.alt {
	margin: -60px 0 15px 0;
	font-size: 2.083em; /* 12*2.083=25 */
	color: #006486;
}
.content h1.alt2 {
    margin: -60px 0 10px 0;
	font-size: 2.083em; /* 12*2.083=25 */
	color: #006486;
	float:left;
}
.content h1.alt3 {
    margin: -50px 0 10px 0;
	font-size: 2.083em; /* 12*2.083=25 */
	color: #006486;
	clear:left;
}
.content h1.alt4 {
    margin: 0 0 10px 0;
	font-size: 2.083em; /* 12*2.083=25 */
	color: #2dacad;
	float:left;
	width:260px;
}
.content #hero h1 {
	margin-bottom: 12px;
	font-size: 2.827em; /* 12*2.827=34 */
	font-weight: bold;
	color: #fff;
	background:url(../images/dividers/h_1px_hero_white.png) 0 100% no-repeat !important;
	line-height: 1.6em;
	letter-spacing:1.6px;
}
.content h2, .content h3.alt {
	margin-bottom: 8px;
	padding-top: 6px;
	font-size: 1.417em; /* 12*1.417=17 */
	font-weight: bold;
	color: #2dacad;
	line-height: 1.6em;
}
.content h3.alt2 {
    color:#006486;
    margin:0 10px 8px 10px;
    font-size: 1.417em; /* 12*1.417=17 */
}
.content h3.alt3 {
    margin: 0;
}
.content h2.green {
    color:#fff;
    width:260px;
    font-size: 1.25em; /* 12*1.25=15 */
    padding:10px 0 3px 10px;
    background: url(../images/panels/3_col_300_heading_green.gif) 0 0 no-repeat;
}
.content h2.blue-head {
    color:#fff;
    width:260px;
    font-size: 1.25em; /* 12*1.25=15 */
    padding:10px 0 0 10px;
    background: url(../images/panels/3_col_300_heading_blue.gif) 0 0 no-repeat;
}
.content .col-686 h2.panel {
    width: 680px;
	margin: 0 0 5px 0;
	padding: 5px 0 5px 10px;
	background: url(../images/headings/h2_bg_690.gif) 0 0 no-repeat;
	font-size: 1.25em; /* 12*1.25=15 */
	color: #fff;
}

.content .col-686 h2.panel a {
	color: #fff;
	text-decoration:underline;
}

.content .col-456 h2.panel, .content .col-226 h2.panel {
	width: 456px;
	margin: 0 0 5px 4px;
	padding-top: 5px;
	background: url(../images/headings/h2_bg_456.gif) 0 0 no-repeat;
	font-size: 1.25em; /* 12*1.25=15 */
	color: #fff;
}
.content .col-226 h2.panel {
	width: 226px;
	margin-left: 0;
	background: url(../images/headings/h2_bg_226.gif) 0 0 no-repeat;
}
.content .col-456 h2.panel span, .content .col-226 h2.panel span {
	display: block;
	width: 436px;
	padding: 0 10px 5px 10px;
	background: url(../images/headings/h2_bg_456.gif) 0 100% no-repeat;
}
.content .col-226 h2.panel span {
	width: 206px;
	background: url(../images/headings/h2_bg_226.gif) 0 100% no-repeat;
}
.content h2.panel-690 {
	width: 690px;
	margin: 0 -10px 12px -10px;
	padding-top: 5px;
	background: url(../images/headings/h2_bg_690.gif) 0 0 no-repeat;
	font-size: 1.25em; /* 12*1.25=15 */
	color: #fff;
}
.content h2.panel-690 span {
	display: block;
	width: 670px;
	padding: 0 10px 5px 10px;
	background: url(../images/headings/h2_bg_690.gif) 0 100% no-repeat;
}
#site .content h2.panel-440 {
	width: 440px;
	margin: 0 -10px 12px -10px;
	padding-top: 5px;
	background: url(../images/headings/h2_bg_440.gif) 0 0 no-repeat;
	font-size: 1.25em; /* 12*1.25=15 */
	color: #fff;
}
.content h2.panel-440 span {
	display: block;
	width: 420px;
	padding: 0 10px 5px 10px;
	background: url(../images/headings/h2_bg_440.gif) 0 100% no-repeat;
}
.content #sidebar-l h2 {
	margin: -60px 0 10px 0;
	padding-top: 0;
	font-size: 2.083em; /* 12*2.083=25 */
}
.content h2.blue {
	color: #006486;
}
.content .panel-226 .inner h2, .content .panel-226 .inner h3, .content .panel-226 .inner h4 {
	margin: 0;
	padding: 0;
	font-size: 1.167em; /* 12*1.167=14 */
	line-height: 1.2em;
}
.content h3 {
	margin-bottom: 12px;
	padding-top: 6px;
	font-size: 1.167em; /* 12*1.167=14 */
	font-weight: bold;
	color: #2dacad;
	line-height: 1.6em;
}
.content #sidebar-l h3 {
	margin: 0 10px 6px 10px;
	padding: 0;
	font-size: 1.083em; /* 12*1.083=13 */
}
.content h3.alt.offset {
	margin: 0 14px 8px 14px;
	padding-top: 0;	
}
.content h3.alt.offset-2 {
	margin: 0 10px 8px 10px;
	padding-top: 0;
}
.content h4 {
	margin-bottom: 12px;
	padding-top: 6px;
	font-size: 1.083em; /* 12*1.083=13 */
	font-weight: bold;
	color: #2dacad;
	line-height: 1.6em;
}
.content div h2:first-child, .content div h3:first-child, .content div h4:first-child {
	padding-top: 0;
}
.content .col-686 .set-226 h4 {
	filter:alpha(opacity=90); 
	font-weight:bold; 
	background-color:#fff;
}
.content p {
	margin-bottom: 12px;
	line-height: 1.6em;
}
.content p.alt {
    color:#2dacad;
}
.content p strong.ext {
	color:#2dacad;
	display:block;
	width:auto;
	margin-bottom:0;
}
.content p.intro {
	margin-top: 16px;
}
#forum p.warning-notice {
    clear:both;
    background:#ff0000;
    color:#fff;
    padding:5px 8px;
    margin-left:0;
    width:565px;    
}
#forum p.success-notice {
    clear:both;
    background:#c5ffd5;
    color:#666666;
    padding:5px 8px;
    margin-left:0;
    width:565px;    
}
.content ul {
	margin-bottom: 12px;
	line-height: 1.6em;
	font-weight: bold;
}
.content ul.ext {   
    margin-bottom:20px;
}
.content ul.ext li {
   background: url(../images/icons/arrow_r_blue_link.gif) 0 5px no-repeat;
   padding-left:10px;
}
.content ul.ext a {
    color:#666666;
}
.col-300 ul.alt li a {
	color:#666666;
}
.content ul li {
	padding-left: 12px;
	background: url(../images/icons/arrow_r_7e7e7e.gif) 0 4px no-repeat;
}
.content ol {
	margin: 0 0 12px 18px;
	line-height: 1.6em;
	font-weight: bold;
	list-style: decimal outside;
	clear:both;
}
.content p.tagline {
	margin: -18px 0 15px 0;
	font-size: 1.25em; /* 12*1.25=15 */
	color: #262626;
}
.content p.tagline.alt, .content p.tagline.sub {
	margin-top:16px;
}
.content p.tagline-alt2 {
	margin-bottom: 10px;
	margin-top:-5px;
	font-weight: bold;
}
.content p.tagline.alt3 {
	margin: -38px 0 10px 0;
	font-weight:bold;
	float:right;
	color: #4a4b4b;
}
.content p.form-indent {
	margin-left: 150px;
}
.content p.warning-notice-compact {
	width: 440px;
	margin: 0 -10px 12px 0;
	padding: 5px 10px 5px 30px;
	color: #fff;
	background: #f00 url(../images/icons/cross_form_warning.gif) 10px 50% no-repeat;
}
.content p.warning-notice, .content p.success-notice {
	width: 650px;
	margin: 0 -10px 12px -10px;
	padding: 5px 10px 5px 30px;
	color: #fff;
	background: #f00 url(../images/icons/cross_form_warning.gif) 10px 50% no-repeat;
}
.content p.success-notice.alt {
	margin: 15px -10px 12px -10px;
}
.content p.success-notice {
	background: #6c0 url(../images/icons/tick_notice_success.gif) 10px 50% no-repeat;
}
.content p.success-notice-thanks {
	width: 650px;
	margin: 20px -10px 12px -10px;
	padding: 5px 10px 5px 30px;
	color: #fff;
	background: #6c0 url(../images/icons/tick_notice_success.gif) 10px 50% no-repeat;
}
.content p.warning-notice a, .content p.success-notice a {
	color: #fff;
	text-decoration: underline;
}
.content #intro-ext {
	display: none;
	float: left;
}
.content #intro-cap-ext {
	display: none;
	/*width:150px;*/
}
.content p.end-link {
	float: right;
	margin-bottom: 0;
}
.content p.end-link-duo {
    clear:none;
	float: none;
	margin-left: 150px;
}
p.intro-alt {
	margin-top: 6px;
	font-size: 1.083em; /* 12*1.083=13 */
	color: #2dacad;
	font-weight: bold;
}
p.intro-alt.tri {
	font-size:1.14em;
	margin-top:-10px;
}
p.intro-alt.ext {
	font-size:1.14em;
}
p.intro-alt.ext a.link {
	font-size:1.05em;
}
p.intro-alt .link {
	font-size: 0.923em; /* 13*0.923=12 */
}
.content ol.sub {
	clear:left;
}
.content ol.sub li{
	font-weight:normal;
	list-style:lower-roman;
}
.content .instructions {
	position: relative;
	float: left;
	width: 670px;
	margin-top:20px;
	margin-bottom:20px;
	margin-right: -300px;
}
.content .instructions ol {
	clear: none;
	float: left;
	width: 320px;
	margin: 0 0 12px 0;
	list-style: none;
}
.content .instructions ol li {
	margin-bottom: 12px;
	padding-left: 26px;
	background-position: 0 0;
	background-repeat: no-repeat;
	font-weight: normal;
}
.content .instructions ol li.one {
	background-image: url(../images/icons/1.gif);
}
.content .instructions ol li.two {
	background-image: url(../images/icons/2.gif);
}
.content .instructions ol li.three {
	background-image: url(../images/icons/3.gif);
}
.content .instructions ol li.four {
	background-image: url(../images/icons/4.gif);
}
.content .instructions ol li.five {
	background-image: url(../images/icons/5.gif);
}
.content .instructions ol li.six {
	background-image: url(../images/icons/6.gif);
}
.content .instructions ol li.seven {
	background-image: url(../images/icons/7.gif);
}
.content .instructions ol li.eight {
	background-image: url(../images/icons/8.gif);
}
.content .instructions ol.right {
	float: right;
	width: 300px;
}
.content .instructions ol ul {
	margin: 0 0 0 -26px;
}
.content .instructions ol ul li {
	float: left;
	margin: 12px 12px 0 0;
	padding-left: 0;
}

/* ----- Buttons & Links ----- */
/* ------------------------------------------------------------ */
.content p.button a {
	display: block;
	width: 131px;
	color: #3c3c3c;
	font-weight: bold;
	text-align: center;
	background: url(../images/buttons/pill_b6b5b5_flat_bg.gif) 0 0 no-repeat;
}
.content p.button.blue a {
	background: url(../images/buttons/pill_50bec0_flat_bg.gif) 0 0 no-repeat;
	color: #fff;
}
.content p.button.yellow a {
	background: url(../images/buttons/pill_yellow_bg.gif) 0 0 no-repeat;
	color: #006486;
}
.content p.button a span {
	display: block;
	width: 131px;
	padding: 4px 0;
	background: url(../images/buttons/pill_b6b5b5_flat_bottom.gif) 0 100% no-repeat;
}
.content p.button.blue a span {
	background: url(../images/buttons/pill_50bec0_flat_bottom.gif) 0 100% no-repeat;
}
.content p.button.yellow a span {
	background: url(../images/buttons/pill_yellow_bottom.gif) 0 100% no-repeat;
}
.content p.button a:hover {
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	background-position: -131px 0;
}
.content p.button.blue a:hover {
	color: #000;
}
.content p.button a:hover span {
	background-position: -131px 100%;
}
.content p.button.alt a {
	color: #fff;
	background-position: -131px 0;
}
.content p.button.alt a span {
	background-position: -131px 100%;
}
.content p.button.alt a:hover {
	color: #3c3c3c;
	background-position: 0 0;
}
.content p.button.alt a:hover span {
	background-position: 0 100%;
}
.content a.link {
	padding-left: 18px;
	font-weight: bold;
	color: #006486;
	background: url(../images/icons/arrow_r_link.png) 0 0 no-repeat !important;
	background-image: url(../images/icons/arrow_r_link.gif);
}
.content a.post-link {
	font-weight: bold;
	color: #006486;
}
.content a.link.open {
	background-position: 0 -200px !important;
}
.content a.blue-link {
	padding-left: 10px;
	font-weight: bold;
	color: #006486;
	background: url(../images/icons/arrow_l_blue_link.gif) 0 3px no-repeat;
}
.content a.blue-link.standard {
	font-weight: bold;
	padding-left:0;
	text-decoration:underline;
	color: #006486;
	background:none;
}
.content a.blue-link.standard.alt {
    text-decoration:none;
}
.content a:hover.blue-link.standard.alt {
    text-decoration:underline;
}
.content a.blue-link.standard.alt1 {
    font-weight:normal;
    text-decoration:none;
}

/* ----- Product Detail Typography Adjustments ----- */
/* ------------------------------------------------------------ */
#product-detail .col-370 h2 {
	margin-bottom: 6px;
	font-size: 1.167em; /* 12*1.167=14 */
}
#product-detail .col-280 {
	width:280px;
}
#product-detail .col-280 #intro-cap-ext {
	width:200px;
	display:inline;
}
#product-detail .col-370 p.img {
	margin-bottom: 0;
}
#product-detail .col-280 h2 {
	margin-bottom: 10px;
	color: #006486;
	line-height: 1em;
}
#product-detail .col-280 .panel-290 h2 {
	color: #2dacad;
}
#product-detail .col-280 .panel-290 p.button {
	margin-bottom: 0;
}
#product-detail #next-product {
	position: absolute;
	top: 0;
	right: 20px;
}

/* ----- Misc. Panel Typography Adjustments ----- */
/* ------------------------------------------------------------ */
.col-920 .content h1 {
	color: #2dacad;
}
.content .panel-690 h2 {
	font-size: 1.667em; /* 12*1.667=20 */
}
.col-56 a {
    color:#7e7e7e;
    text-decoration:underline;
}

/* ----- Reviews Typography Adjustments ----- */
/* ------------------------------------------------------------ */
.content .review h3 {
	clear: both;
	float: left;
	margin-bottom: 6px;
	font-size: 1.083em; /* 12*1.083=13 */
	color: #666;
}
.content .review h3.video {
	padding-right: 36px;
	background: url(../images/icons/video.gif) 100% 10px no-repeat;
}
.content .review p {
	clear: both;
	margin-bottom: 6px;
}

/* ----- Ratings ----- */
/* ------------------------------------------------------------ */
.rating {
	position: relative;
	width: 420px;
	height: 15px;
}
.rating.ext {
	width: 90px;
	height: 15px;
	float:left;
}
.rating.alt {
	position: relative;
	float: left;
	height: 15px;
}
.rating span {
	float:left;
	display:block;
	margin-top:2px;
	margin-left:85px;
	font-weight:bold;
}
.rating p, .rating p.zero {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 75px;
	height: 15px;
	text-indent: -1000em;
	background: url(../images/icons/star_rating_select.gif) 0 0 no-repeat;
}
.rating p.one {
	background-position: 0 -15px;
}
.rating p.two {
	background-position: 0 -30px;
}
.rating p.three {
	background-position: 0 -45px;
}
.rating p.four {
	background-position: 0 -60px;
}
.rating p.five {
	background-position: 0 -75px;
}
.rating p.hover-one {
	background-position: 0 -15px;
}
.rating p.hover-two {
	background-position: 0 -30px;
}
.rating p.hover-three {
	background-position: 0 -45px;
}
.rating p.hover-four {
	background-position: 0 -60px;
}
.rating p.hover-five {
	background-position: 0 -75px;
}
.rating p.select-one {
	background-position: 0 -90px;
}
.rating p.select-two {
	background-position: 0 -105px;
}
.rating p.select-three {
	background-position: 0 -120px;
}
.rating p.select-four {
	background-position: 0 -135px;
}
.rating p.select-five {
	background-position: 0 -150px;
}
.rating ul {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 75px;
	height: 15px;
}
.rating ul li {
	float: left;
	width: 15px;
	height: 15px;
	margin: 0;
	padding: 0;
	background: none;
}
.rating ul li a {
	display: block;
	width: 15px;
	height: 15px;
	text-indent: -1000em;
}
span.vote {
	color:#007c98;
	font-size:0.96em;
	font-style:italic;
	font-weight:bold;
}
span.vote-long {
	color:#007c98;
	font-size:0.96em;
	font-style:italic;
	display:block;
	margin-top:-15px;
	float:right;
}
span.visitor {
	display:inline;
	float:left;
	display:block;
}
span.owner {
    display:block;
    margin:-10px 0 15px 0; 
    padding:0;
}

/* ----- Forms ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */

/* ----- Default Form Table ----- */
/* ------------------------------------------------------------ */
table#reduce.form {
	width: 570px;
	margin: 12px 0 24px 0;
	text-align: left;
	display:inline;
}
table.form {
	width: 670px;
	margin: 12px 0 24px 0;
	text-align: left;
	float:left;
}
table.form.alt {
	margin: 0 0 12px 0;
}
table.form th, table.form td {
	vertical-align: top;
}
table.form th {
	width: 126px;
	padding: 10px 24px 5px 0;
	font-weight: bold;
	text-align: right;
}
table.form td {
	padding: 5px 0;
	line-height: 1.6em;
}
table.form p.button {
	float: left;
	margin-right: 12px;
}
table.form span {
	display: block;
	float: left;
	padding: 2px 20px 2px 2px;
}
table.form span.warning {
	background: #f00 url(../images/icons/cross_form_warning.gif) 100% 50% no-repeat;
	color:#ff0000;
}
table.form span.loader {
	display: none;
	float: left;
	width: 16px;
	height: 16px;
	margin-top: 6px;
	background: url(../images/icons/loader.gif) 0 0 no-repeat;
}
table.form span.ok {
	display: block;
	float: left;
	width: 13px;
	height: 10px;
	margin: 9px 0 0 0;
	background: url(../images/icons/tick_form_success.gif) 0 0 no-repeat;
}
table.form p.button span {
	float: none;
}
.content table.form p.warning {
	float: left;
	margin: 0;
	padding: 5px 0 0 6px;
	font-weight: bold;
	color: #f00;
}
#overlay-email table.form p.warning {
    clear:left;
    color:#ff0000;
}
.content #forum table.form p.warning {
    clear:left;
    width:190px;
}

/* ----- Form Elements ----- */
/* ------------------------------------------------------------ */
table.form input[type="text"], table.form input[type="password"] {
	width: 180px;
	padding: 2px;
	font: 1em Arial, Helvetica, sans-serif;
}
table.form span.short input {
    width:30px;
}
table.form input.med {
    width:45px;
}
table.form textarea {
	width: 260px;
	padding: 2px;
	text-align:left;
	font: 1em Arial, Helvetica, sans-serif;
}
table.form td.short-terms input {
    width:15px;
}
table.form td.terms span.warning{
	color:#fff;
	height:22px;
}
table.form td.terms span.warning a {
	color:#fff;
	text-decoration:underline;
}
.content textarea.long {
    width:475px;
    height:110px;
    margin-bottom:20px;
}

/* ----- Overlays ----- */
/* ------------------------------------------------------------ */

#overlays {
    position: absolute;
	top:0;
	left:0;
	width:100%;
	z-index:99;
}
#sign-in, #profile, #contrib, #professional {
	position:fixed !important;
    position:absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height:100%;
	background: url(../images/background/overlay_blue.png) 0 0 repeat !important;
	background:none;
	text-align: center;
}
#sign-in .wrapper, #profile .wrapper {
	margin: 100px auto 80px auto;
	width: 448px;
	text-align: left;
}
#contrib .wrapper, #professional .wrapper {
	margin: 50px auto 80px auto;
	width: 448px;
	text-align: left;
}
#sign-in .wrapper .panel-top, #profile .wrapper .panel-top, #contrib .wrapper .panel-top, #professional .wrapper .panel-top {
    background:url(../images/panels/panel_430_top_overlay.png) 0 0 no-repeat !important;
    background:url(../images/panels/panel_430_top_overlay.gif) 0 0 no-repeat;
    height:10px;
    float:left;
    width:430px;
}
#sign-in .wrapper .panel-bottom, #profile .wrapper .panel-bottom, #contrib .wrapper .panel-bottom, #professional .wrapper .panel-bottom {
    background:url(../images/panels/panel_430_bottom_overlay.png) 0 100% repeat-y !important;
    background:url(../images/panels/panel_430_bottom_overlay.gif) 0 100% repeat-y;
    float:left;
    width:385px;
    margin-top:0;
    margin-bottom:90px;
    padding:5px 25px 10px 15px;
}
p.close {
    float:right;
}
p.close a {
    color:#006486;
    font-weight:bold;
}
.overlay-intro {
    padding-top:30px;
}
.col-385 {
	width:385px;
}
.col-385 #flow {
	width:365px;
	overflow:auto;
	padding-right:20px;
}	
ul.ovl {
	font-weight:normal;
}
#sign-in h2 {
	font-size:1.12em;
}




/* ----- Video Overlays ----- */
/* ------------------------------------------------------------ */

#overlay-email, #overlay-share, #overlay-download{
	position:fixed !important;
    position:absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height:100%;
	background: url(../images/background/overlay_blue.png) 0 0 repeat !important;
	background:none;
	text-align: center;
}
#overlay-email .wrapper, #overlay-share .wrapper, #overlay-download .wrapper{
	margin: 100px auto 80px auto;
	width: 448px;
	text-align: left;
}
#overlay-email .wrapper .panel-top, #overlay-share .wrapper .panel-top, #overlay-download .wrapper .panel-top {
    background:url(../images/panels/panel_430_top_overlay.png) 0 0 no-repeat !important;
    background:url(../images/panels/panel_430_top_overlay.gif) 0 0 no-repeat;
    height:10px;
    float:left;
    width:430px;
}
#overlay-email .wrapper .panel-bottom, #overlay-share .wrapper .panel-bottom, #overlay-download .wrapper .panel-bottom {
    background:url(../images/panels/panel_430_bottom_overlay.png) 0 100% repeat-y !important;
    background:url(../images/panels/panel_430_bottom_overlay.gif) 0 100% repeat-y;
    float:left;
    width:385px;
    margin-top:0;
    margin-bottom:90px;
    padding:5px 25px 10px 15px;
}
#overlay-email .form {
    width:405px;
}
#overlay-email table.form label {
    color:#2dacad;
    font-size: 1.25em; /* 12*1.25=15 */
}
#overlay-email table.form th   {
    text-align:left;
    width:100px;
}
#overlay-email table.form td {
    text-align:left;
}
#overlay-email .button.alt.right {
    float:right;
} 
#overlay-share h2 {
    float:left;
    font-weight:bold;
    font-size: 1.25em; /* 12*1.25=15 */
    color:#2dacad;
    margin-bottom:0;
}
#overlay-share p.offset {
    margin:0 0 15px 0;
    padding:0;
}
#overlay-share ul.bookmark {
    float:left;
    margin-bottom:20px;
    margin-left:-10px;
    list-style:none;
    padding:0;
}
#overlay-share ul.bookmark li {
    float:left;
    margin-right:9px;
    background:none;
}
#overlay-share ul.bookmark li a.delicious {
    background:url(../images/icons/delicious_overlay.gif) 0 0 no-repeat;
    padding-left:25px;
}
#overlay-share ul.bookmark li a.digg {
    background:url(../images/icons/digg_overlay.gif) 0 0 no-repeat;
    padding-left:25px;
}
#overlay-share ul.bookmark li a.facebook {
    background:url(../images/icons/facebook_overlay.gif) 0 0 no-repeat;
    padding-left:25px;
}
#overlay-share ul.bookmark li a.stumbleupon {
    background:url(../images/icons/stumble_overlay.gif) 0 0 no-repeat;
    padding-left:25px;
    padding-bottom:5px;
}
#copy-link {
    margin-bottom:5px;
    width:189px;
    height:26px;
}
.col-380.quicktime p a, .col-380.windows p a, .col-380.ipod p a {
    color:#666;
}
.col-380.quicktime p a:hover, .col-380.windows p a:hover, .col-380.ipod p a:hover {
    text-decoration:none;
}


/* ----- Sign In Overlay Functionality ----- */
/* ------------------------------------------------------------ */

#sign-in h1, #profile h1, #professional h1, #contrib h1, #overlay-email h1, #overlay-share h1, #overlay-download h1, #overlay-share h2, #overlay-download h2 {
    float:left;
    font-weight:bold;
    font-size: 1.25em; /* 12*1.25=15 */
    color:#2dacad;
}
#sign-in h2, #overlay-share h2.alt,  {
    float:left;
    background:#2dacad;
    color:#fff;
    font-weight:bold;
    font-size: 1.25em; /* 12*1.25=15 */
    width:372px;
    margin:10px 0;
    padding:5px 8px;
}
#overlay-download h2.alt {
    clear:left;
    color:#2dacad;
    font-weight:bold;
    font-size: 1.25em; /* 12*1.25=15 */
    width:372px;
    margin:0;
    padding:0;
}
#overlay-download h2.alt.windows {
    background:url(../images/icons/windows.gif) 0 9px no-repeat;
    padding-left:50px;
}
#overlay-download  h2.alt a:hover, #overlay-download  h2.alt a:hover span  {
    text-decoration:none;
}
#overlay-download p.end {
    margin-left:50px;
}
#overlay-download p.end a:hover {
    text-decoration:underline;
}
#sign-in table.form {
	width: 385px;
	margin: 12px 0 24px 0;
	text-align: left;
	float:left;
}
#sign-in table.form th, table.form td {
	vertical-align: top;
}
#sign-in table.form th {
	width: 90px;
	padding: 10px 24px 5px 0;
	font-weight: bold;
	text-align: right;
}
#sign-in table.form span {
	display: block;
	float: left;
	padding: 2px 20px 2px 2px;
}
#sign-in table.form span.submit {
    display: block;
	float: left;
	padding: 2px 0;
}
#sign-in span.forgot-p a {
    color:#7e7e7e;
}
.password-strength-result  {
    clear:both;
}
#sign-in table.form p.button span {
	float: none;
}
#sign-in .content table.form p.warning {
	float: left;
	margin: 0;
	padding: 5px 0 0 6px;
	font-weight: bold;
	color: #f00;
}
p.hint {
    width:250px;
    padding:5px 0 5px 19px;
    position:absolute;
    background: #006486 url(../images/icons/overlay_arrow.gif) 8px 11px no-repeat;
    color:#fff;
    display:none;
    font-size:0.9em;
    font-weight:bold;
}
.content p.stand-hint {
    width:250px;
    padding:5px 0 5px 19px;
    position:absolute;
    right:20px;
    background: #006486 url(../images/icons/overlay_arrow.gif) 8px 11px no-repeat;
    color:#fff;
    display:none;
    font-size:0.9em;
    font-weight:bold;
}


#sign-in .content table.form p.error {
    display:none;
    width:325px;
    position:absolute;
    background:#ff0000;
    color:#fff;
    font-weight:bold;
}
#sign-in p.warning-notice {
    clear:both;
    background:#ff0000;
    color:#fff;
    padding:5px 8px;
    width:369px;    
}
#sign-in p.success-notice {
    clear:both;
    background:#c5ffd5;
    color:#666666;
    padding:5px 8px;
    width:369px;    
}
#sign-in .forgot, #sign-in .congrats {
    clear:both;
    display:none;
    float:left;
    background:#c5ffd5;
    color:#666666;
    padding:5px 8px;
    margin-top:10px;
    width:369px;    
}
#sign-in .forgot ul {
    margin:10px 0 10px 10px;
}
#sign-in .forgot ul li {
    color: #666666;
    padding-left:10px;
	background: url(../images/icons/arrow_r_blue_link.gif) 0 3px no-repeat;
} 
#sign-in .forgot ul li a {
    color:#006486;
}

/* ----- Password Strength Indicator ----- */
/* ------------------------------------------------------------ */
.password-strength-result {
	width: 197px;
	height: 10px;
	margin: 35px 0 0 2px;
	background: url(../images/indicators/password_strength.gif) 0 0 no-repeat;
}
.password-strength-result.weak {
	background-position: 0 -20px;
}
.password-strength-result.average {
	background-position: 0 -40px;
}
.password-strength-result.strong {
	background-position: 0 -60px;
}
#col-789 table.form p.strength {
	float: left;
	margin-top: -4px;
	color: #666;
} 
table.form p.note {
	clear: left;
	margin-left: 2px;
	font-size: 0.917em; /* 12*0.917=11 */
}
table.form p.strength {
	float: left;
	margin-top: -4px;
	color: #666;
} 


/* ----- Profile Overlay Functionality ----- */
/* ------------------------------------------------------------ */

#profile .content, #contrib .content, #professional .content {
    padding:20px 0 30px 0;
}
#profile .col-245, #contrib .col-245, #professional .col-245 {
    float:left;
    width:245px;
    padding-bottom:20px;
}
#profile .col-245 p, #contrib .col-245 p {
    margin:3px 0;
    padding:0;
}
#profile .col-245 p.left, #contrib .col-245 p.left, #professional .col-245 p.left {
    margin-right:20px;
}
#profile h2, #contrib h2, #professional h2  {
    font-size:1em;
    margin:5px 0;
    padding:0;
}
#profile h2.alt, #contrib h2.alt, #professional h2.alt  {
    color:#006486;
}
#profile .col-245 a, #contrib .col-245 a, #professional .col-245 a {
    background: url(../images/icons/arrow_r_blue_link.gif) 0 3px no-repeat;
    padding-left:10px;
    color:#666;
    font-weight:bold;
}

/* ----- Coupon redemption ----- */

iframe.couponform {
	margin: 0px;
	padding: 0px;
	height: 471px;
	width: 655px;
	top: 280px;
	left: 382px;
	overflow: hidden;
	border: none;
	background: none;
}

.toggle dt {
	margin: 10px 0;
	padding: 8px 17px;
	background: url(../images/headings/h2_bg_600.gif) 0 0 no-repeat;
	color: #006486;
	font-weight: bold;
	font-size: 1em;
	width: 640px;
	clear:both;
}
.toggle dt.hover {
	color: #fff;
	background: url(../images/headings/h2_bg_600_alt.gif) 0 0 no-repeat; 
}
.toggle dt.static {
	color: #fff;
	background: url(../images/headings/h2_bg_600.gif) 0 0 no-repeat; 
}
.toggle dt.open {
	color: #fff;
	background: url(../images/headings/h2_bg_600_alt.gif) 0 0 no-repeat; 
}
.toggle dt.hover span, .toggle dt.static span, .toggle dt.open span {
	background: #006486;
}
.toggle dd {
	display: none;
	padding: 0 0 4px 0;
}
.toggle dd p {
	margin: 8px 10px 8px 10px;
}
.toggle dd p.img {
	margin: 0 0 8px 0;
}
.toggle dd ul {
	margin: 0 10px 12px 13px;
	font-size: 0.9em;
}
.toggle dd ul.demo {
	float:left;
}
.toggle dd ul.demo li {
	list-style:none;
	margin-right:10px;
	float:left;
	padding:10px 0 5px 0;
	background:none;
}
.toggle dd a {
	color: #f00;
	text-decoration: none;
}
.toggle dd a:hover {
	text-decoration: underline;
}

