@charset "utf-8";

/* page-www template styles */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/_templates/page-www/_images/body-bg-fill.png);
	background-repeat: repeat-x;
	background-color: #f7edde;
	font-size: 11px;
	color: #000;
	text-align: center;
	margin: 27px 0px;
}

div { text-align: left; }

.hr {
	height: 1px;
	background-color: #000;
	line-height: 1px;
	font-size: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

p {
	font-size: 11px;
	margin: 0px 0px 8px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 16px 0px 8px;
}
h2 {
	color: #672f8b;
	font-size: 12px;
	font-weight: bold;
	margin: 16px 0px 4px;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 4px;
}

.print { display: none; }

.seo, h1 .seo, h2 .seo, h3 .seo {
	display: none;
}

.hide {
	display: none;
}

a, a:link {
	color: #f90;
}
a:hover, a:active {
	color: #672f8b;
}
a img { border: 0px; }

.left { float: left; }
.right { float: right; }
.clearboth {
	clear: both;
	padding: 0px;
	margin: 0px;
	line-height: 0px;
	font-size: 0px;
}
.bracer {
	float: left;
	width: 0px;
	padding: 0px;
	margin: 0px;
	line-height: 0px;
	font-size: 0px;
}

.red { color: #ed1c24;}
.green { color: #39b44a;}

.first_block { margin-top: 0px; }

#negmargin-top, #negmargin-bottom {
	position: relative;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
.center {
	text-align: center;
}
/* Specific Styles */
.noscript-notice {
	color: #904a20;
	background-image: url(/_templates/page-www/_images/bg-fill-noscript-notice.png);
	background-repeat: repeat;
	border: 1px solid #fff;
	padding: 4px 0px;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	z-index: 1000;
}
.footnote {
	font-size: 10px;
	color: #d9d9d9;
}

.bullet-arrow-orange {
	background-image: url(/_templates/global/_images/bullet-arrow-orange.gif);
	background-repeat: no-repeat;
	background-position: 2px 1px;
	padding-left: 14px;
	padding: 0px 0px 8px;
	margin: 0;
}
ul.bullet-arrow-orange {
	background: none;
	list-style: none;
	padding-left: 8px;
}
ul.bullet-arrow-orange li {
	background-image: url(/_templates/global/_images/bullet-arrow-orange.gif);
	background-position: left 4px;
	background-repeat: no-repeat;
	padding-left: 11px;
	padding-bottom: 4px;
	margin: 0px;
}
ul.bullet-arrow-orange li li {
	background-image: none;
	padding-left: 0px;
}

.bullet-below-avg {
	background-image: url(/emf/_content/page-www/_images/bullet-below-avg.gif);
	background-repeat: no-repeat;
	background-position: 2px 1px;
	padding-left: 14px;
	margin: 0px 0px 8px;
}
.bullet-above-avg {
	background-image: url(/emf/_content/page-www/_images/bullet-above-avg.gif);
	background-repeat: no-repeat;
	background-position: 2px 1px;
	padding-left: 14px;
	margin: 0px 0px 8px;
}
p.featured {
	font-size: 13px;
	color: #777;
	text-align: justify;
	font-weight: bold;
}
h2.featured {
	font-size: 20px;
	color: #000;
	text-align: justify;
}

/* Classes */

#pageHeader h1 {
	font-family: "Arial Narrow", Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	
}

.div-page-outset {
	height: 9px;
	clear: both;
	background-image: url(/_templates/page-www/_images/bg-div-page-outset.png);
	background-position: right top;
	background-repeat: no-repeat;
}
.div-page-inset {
	height: 9px;
	clear: both;
	background-image: url(/_templates/page-www/_images/bg-div-page-inset.png);
	background-position: right top;
	background-repeat: no-repeat;
}

#feature {}

.bg-fade-white {
	height: 205px;
	margin-bottom: -205px;
	background-image: url(/_templates/global/_images/bg-fade-white.png);
	background-position: top;
	background-repeat: repeat-x;
}

#main {
	position: relative;
	width: 430px;
	float: right;
	margin: 0px;
}
#main .pad {
	padding: 6px 10px 10px 10px;
}
.imgsequence {
	background-image: url(/_templates/page-www/_images/imgsequence-bg.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	margin: 0px 0px 8px 0px;
}
.imgsequence ul {
	padding: 0px;
	list-style: none;
	width: 100%;
}
.imgsequence ul li {
	background-position: left top;
	background-repeat: no-repeat;
	width: 410px;
	margin: 0px 3px 5px 0px;
	float: left;
	list-style: none;
}
.imgsequence ul h3 {
	color: #444;
	margin: 56px 0px 0px;
	padding: 0px 0px 10px 8px;
	float: left;
	width: 135px;
}
.imgsequence ul p {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 250px;
}

#side {
	position: relative;
	width: 255px;
	float: left;
	clear: left;
	margin-bottom: 10px;
	text-align: center;
}
#side .pad {
	padding-left: 10px;
}

.caution {
	width: 222px;
	margin: 30px 0px 11px 0px;
	padding-left: 20px;
	padding-bottom: 9px;
	background-image: url(/_templates/global/_images/bg-shdw-cast-left.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	text-align: left;
}
.caution .top {
	width: 217px;
	height: 21px;
	background-image: url(/_templates/global/_images/caution-top.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.caution .btm {
	width: 217px;
	height: 7px;
	background-image: url(/_templates/global/_images/caution-btm.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.caution .mid {
	width: 217px;
	background-image: url(/_templates/global/_images/caution-fill.png);
	background-repeat: repeat-y;
	font-size: 10px;
	text-align: left;
}
.caution .mid .icon {
	width: 48px;
	height: 44px;
	float: left;
	position: relative;
	z-index: 1;
	margin-top: -37px;
	margin-left: -12px;
	background-image: url(/_templates/global/_images/caution-sign.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.caution .mid .pad {
	padding: 10px 15px 2px 15px;
	margin-left: 21px;
}
.caution .mid strong {
	font-size: 11px;
}

#side .docdl {
	width: 252px;
	text-align: left;
}
#side .docdl .shdw {
	width: 252px;
	background-image: url(/_templates/global/_images/docdl-mid-shdw.png);
	background-repeat: repeat-y;
}
#side .docdl .top {
	width: 252px;
	height: 24px;
	background-image: url(/_templates/global/_images/docdl-top.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#side .docdl .btm {
	width: 252px;
	height: 12px;
	background-image: url(/_templates/global/_images/docdl-btm.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#side .docdl .mid {
	width: 240px;
	margin-left: 4px;
	border-left: 1px solid #f7f3de;
	border-right: 1px solid #f7f3de;
	background-image: url(/_templates/global/_images/docdl-mid-grad.png);
	background-position: bottom;
	background-color: #fff;
	background-repeat: repeat-x;
}
#side .docdl .mid .bracer {
	height: 83px;
}
#side .docdl .div-dash-h {
	height: 1px;
	margin: 4px 0px;
	background-image: url(/_templates/global/_images/div-dash-h-docdl.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#side .doc { padding: 5px 7px; }
#side .doc .thumb {
	float: left;
	margin-right: 7px;
	white-space: normal;
	font-size: 9px;
	font-weight: normal;
}
#side .doc .info { float: left; width: 160px; }
#side .doc .details {
	margin-top: 7px;
	padding-top: 7px;
	border-top: 1px solid #bfb78f;
	color: #bfb78f;
	font-size: 9px;
}
#side .docdl .btn-lit-more {
	float: right;
	padding: 3px 5px 1px 5px;
}
#side .docdl .btn-lit-more a {
	display: block;
	background-image: url(/_templates/global/_images/btn-lit-more.gif);
	width: 51px;
	height: 16px;
}
#side .docdl .btn-lit-more a span {
	display: none;
}
#side .docdl .btn-lit-more a:hover {
	background-image: url(/_templates/global/_images/btn-lit-more-hover.gif);
}
#side .doc .languages {
	margin-top: 7px;
	padding-top: 7px;
	border-top: 1px solid #bfb78f;
	color: #bfb78f;
	font-size: 9px;
}
#side .doc .languages a { font-weight: normal; }

.adobe {
	margin-top: 10px;
	padding: 0px 6px;
	color: #d9d9d9;
	background-color: transparent;
	font-size:9px;
}
.adobe .sep {
	width: 1px;
	height: 22px;
	margin: 0px 10px;
	color: #000;
	background-color: #d9d9d9;
}
.adobe-trademark {
	clear: both;
	margin: 0px 10px;
	padding: 10px 10px 0px;
	border-top: 1px solid #d9d9d9;
	color: #d9d9d9;
	background-color: transparent;
	font-size: 9px;
}

#side .STlogo {
	text-align: center;
	margin: 50px 0px 16px;
}

.doc a {
	font-weight: bold;
	text-decoration: none;
}

#pageHeader {
	width: 700px;
	margin: 0px auto 0px;
	padding: 0px 18px 0px 18px;
	z-index: 100;
	position: relative;
}

.logo-header {
	display: block;
	width: 199px;
}
.logo-header img {
	display: block;
	background-image: url(/_templates/page-www/_images/logo-suntouch-header.png);
	background-position: left;
	background-repeat: no-repeat;
	width: 199px;
	height: 50px;
	margin-bottom: 12px;
}
#pageContent {
	width: 700px;
	margin: auto;
	background-color: #fff;
	text-align: left;
	float: left;
}
.pageContent-shadow {
	background-image: url(/_templates/page-www/_images/pageContent-bg-shadow-fill.png);
	background-repeat: repeat-y;
	margin: auto;
	width: 736px;
	position: relative;
}
.pageContent-shadow .page-shadow-cap-l {
	background-image: url(/_templates/page-www/_images/pageContent-bg-shadow-cap-l.png);
	height: 180px;
	width: 18px;
	float: left;
	position: relative;
}
.pageContent-shadow .page-shadow-cap-r {
	background-image: url(/_templates/page-www/_images/pageContent-bg-shadow-cap-r.png);
	height: 180px;
	width: 18px;
	float: right;
	position: relative;
}
.pageContent-shadow .page-shadow-cap-b-l {
	background-image: url(/_templates/page-www/_images/pageContent-bg-shadow-cap-b-l.jpg);
	height: 66px;
	width: 66px;
	float: left;
	position: relative;
}
.pageContent-shadow a.page-shadow-cap-b-r {
	color: #666666;
	display: block;
	background-image: url(/_templates/page-www/_images/pageContent-bg-shadow-cap-b-r.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 66px;
	width: 80px;
	float: right;
	position: relative;
	text-decoration: none;
	outline: none;
}
.pageContent-shadow a.page-shadow-cap-b-r span {
	display: block;
	font-size: 10px;
	float: left;
	margin: 25px 0px 0px 0px;
	font-weight: bold;
	position: relative;
	cursor: pointer;
}
.pageContent-shadow .page-shadow-cap-b {
	background-image: url(/_templates/page-www/_images/pageContent-bg-shadow-cap-b.png);
	background-repeat: repeat-x;
	height: 66px;
	width: 736px;
	float: left;
}
#pageFooter {
	width: 704px;
	margin: 20px auto 10px;
}
#pageFooter div {
	text-align: center;
}

#privacy {
	margin: 10px 0px 20px;
}
#privacy a {
	color: #000;
}

/* Navbar */

#navBar {
	background-image: url(/_templates/page-www/_images/mainmenu-fill.png);
	background-repeat: repeat-x;
	background-color: #672f8b;
	width: 700px;
	z-index: 100;
	position: relative;
}
#navBar .cap-l {
	background-image: url(/_templates/page-www/_images/navBar-cap-l.png);
	width: 5px;
	height: 34px;
	float: left;
	position: relative;
}
#navBar .cap-r {
	background-image: url(/_templates/page-www/_images/navBar-cap-r.png);
	width: 5px;
	height: 34px;
	float: right;
	position: relative;
}
.mainmenu {
	display: block;
	width: 364px;
	float: left;
	position: relative;
	height: auto;
}
#mainNav.MenuBarHorizontal  .cap-l {
	background-image: url(/_templates/page-www/_images/navBar-cap-l.png);
	width: 5px;
	height: 34px;
	float: left;
	position: relative;
}
#mainNav.MenuBarHorizontal  .cap-r {
	background-image: url(/_templates/page-www/_images/navBar-cap-r.png);
	width: 5px;
	height: 34px;
	float: right;
	position: relative;
}
#mainNav.MenuBarHorizontal .distSearch-container .cap-l {
	background-image: url(/_templates/page-www/_images/mainNav-divider.png);
	width: 128px;
	height: 34px;
	float: left;
	position: relative;
	z-index: 1;
}

/* Distributor Search Styles */
#navBar .distSearch-container .cap-l {
	background-image: url(/_templates/page-www/_images/mainNav-divider.png);
	width: 128px;
	height: 34px;
	float: left;
	position: relative;
	z-index: 1;
}
.distSearch-container {
	background-image: url(/_templates/page-www/_images/distSearch-fill.png);
	background-repeat: repeat-x;
	width: 326px;
	height: 34px;
	float: right;
	position: relative;
}
.distSearch {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	display: block;
	width: 241px;
	margin: 6px 0px 0px -48px;
	float: left;
	z-index: 2;
	position: relative;
}
.distSearch label {
	color: #853500;
	text-align: right;
	line-height: 10px;
	display: block;
	float: left;
}
.distSearch form {
	margin: 0;
	padding: 0;
}
.distSearch input.text-box {
	font-size: 10px;
	color: #666666;
	display: block;
	width: 49px;
	height: 15px;
	padding: 1px 0px 0px 3px;
	margin: 2px 0px 0px 0px;
	border: 1px #cb6626 solid;
	border-width: 1px 0px 1px 1px;
	float: left;
	position: relative;
}
.distSearch input.submit {
	background-image: url(/_templates/page-www/_images/distSearch-btn.gif);
	width: 15px;
	height: 18px;
	font-size: 0px;
	margin: 2px 0px 0px 0px;
	padding: 0px;
	border: 0px;
	cursor: pointer;
	float: left;
	position: relative;
}
.distSearch .sep {
	background-color: #ffe3bc;
	width: 1px;
	height: 12px;
	margin: 5px 10px 0px 10px;
	float: left;
}
.distSearch strong {
	color: #fff;
}

/* Form styles */

input {
	padding-bottom: 2px;
	padding-left: 3px;
}
input, select, textarea {
	font-size: 11px;
	border: solid;
}

.faqs-main .faqs {
	display: block;
	clear: both;
}

/* Tabs */
.tabs-menu {
	text-align: right;
	padding-top: 30px;
	background-image: url(/_templates/global/_images/tabs-menu-capt.png);
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;
}
.tabs-main .capt {
	display: block; 
	height: 0px;
	border: 2px solid #f00;
}
.tabs-menu .capb {
	background-image: url(/_templates/global/_images/tabs-menu-capb.png);
	background-position: right;
	background-repeat: no-repeat;
	height: 88px;
	margin-top: -4px;
}
.tabs-menu a {
	text-decoration: none;
	color: #f90;
}
.tabs-menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.tabs-menu li {
	background-image: url(/_templates/global/_images/tabs-menu-bg.png);
	background-position: right;
	background-repeat: repeat-y;
	display: block;
	font-weight: bold;
	padding: 2px 15px 5px 0px;
	text-decoration: none;
	position: relative;
	margin: 0;
}
.tabs-menu a:hover {
	color: #672f8b;
}
.tabs-menu li.selected-true {
	background-image: url(/_templates/global/_images/tabs-menu-selected.png);
	background-position: right;
	background-repeat: no-repeat;
}
.tabs-menu li.selected-true a {
	color: #340354;
}
.tabs .hr {
	background-color: #bfbfbf;
}

/* Javascript Popups */
#smokeScreen {
	background-color: #f7edde;
	position: fixed;
	top: 0px;  
	left: 0px;
	height: 100%;
	width: 100%;
}
#popup-main {
	margin-top: 200px;
}
.popup-close {
	background-image: url(/_templates/page-www/_images/popup-main-closeBtn-bg.gif);
	background-position: right top;
	background-repeat: no-repeat;
	width: 100%;
	height: 15px;
	cursor: pointer;
}
#popup-calculator {
	width: 520px;
	height: 720px;
}

/* Calculator */
a.calc-btn  {
	color: #bfb78f;
	background-image: url(/_templates/page-www/_images/calculator-btn-bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	display: block;
	height: 69px;
	padding: 0px;
	border: 1px #f0e1c6 solid;
	text-decoration: none;
	margin: 5px 0px;
}
a.calc-btn:hover {
	background-image: url(/_templates/page-www/_images/calculator-btn-bg-hover.png);
	background-repeat: repeat-x;
	border: 1px #ecd9b8 solid;
}
.calc-img {
	display: block;
	background-image: url(/_templates/page-www/_images/calculator-btn-img.jpg);
	background-position: left;
	background-repeat: no-repeat;
	width: 77px;
	height: 69px;
	float: left;
	margin-right: -10px;
	position: relative;
	z-index: 1;
}
a.calc-btn:hover .calc-img {
	background-image: url(/_templates/page-www/_images/calculator-btn-img-hover.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
.calc-head {
	color: #ff9900;
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin: 14px 5px 0px 0px;
	position: relative;
	z-index: 2;
}
.calc-main {
	color: #bfb78f;
	font-weight: normal;
	display: block;
	font-size: 10px;
	margin: 0px 5px 0px 0px;
	position: relative;
	z-index: 2;
}

.calc-btn.side {
	width: 230px; 
	margin: 0px 0px 20px 10px;
}
#side .calc-btn {
	width: 240px;
	margin: 0px 0px 20px 5px;
}
#main .calc-head {
	font-size: 14px;
}
#main .calc-main {
	font-size: 11px;
}

/* Features Panel */
.featurepanel {
}
.featurepanel .content {
	border: 1px solid #d6d6d6;
	border-width: 0px 1px;
}
.featurepanel .cap-t {
	background-image: url(/_templates/page-www/_images/featurepanel-border.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 5px;
	width: 100%;
}
.featurepanel .cap-b {
	background-image: url(/_templates/page-www/_images/featurepanel-border.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 5px;
	width: 100%;
}
.featurepanel .cap-t .cap-l {
	background-image: url(/_templates/page-www/_images/featurepanel-corner-tl.png);
	background-position: left;
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
	float: left;
}
.featurepanel .cap-t .cap-r {
	background-image: url(/_templates/page-www/_images/featurepanel-corner-tr.png);
	background-position: left;
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
	float: right;
}
.featurepanel .cap-b .cap-l {
	background-image: url(/_templates/page-www/_images/featurepanel-corner-bl.png);
	background-position: left;
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
	float: left;
}
.featurepanel .cap-b .cap-r {
	background-image: url(/_templates/page-www/_images/featurepanel-corner-br.png);
	background-position: left;
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
	float: right;
}
.featurepanel ul {
	padding: 0px;
	margin: 0px;
	position: relative;
}
.featurepanel ul li {
	background-image: url(/_templates/page-www/_images/featurepanel-feature-shadow.png);
	background-position: top;
	background-repeat: repeat-x;
	display: block;
	padding: 10px;
	margin: 0px;
	list-style: none;
	border-bottom: 1px solid #d6d6d6;
}
.featurepanel ul li.last {
	border: none;
	padding-bottom: 0px;
}
.featurepanel ul li.feature{
	background-image: url(/_templates/page-www/_images/featurepanel-feature-bg.png);
	background-position: bottom left;
	background-repeat: repeat-x;
}
.featurepanel .cut p {
	margin: 12px 0px 0px 0px;
}
.featurepanel .cut img {
	margin-right: 10px;
}

/*  Tabs  */

/** Width Controls **/


/** Styles **/
.ui-tabs .tab-container {
	border: 1px solid #d6d6d6;
	border-width: 0px 1px;
	padding: 0px 5px;
	z-index: 1;
}
.ui-tabs-nav {
	z-index: 2;
}
.ui-tabs .cap-t {
	background-image: url(/_templates/page-www/_images/featurepanel-border.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 5px;
	width: auto;
	z-index: 1;
	width: 100%;
}
.ui-tabs .cap-b {
	background-image: url(/_templates/page-www/_images/border-grey.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 5px;
}
.ui-tabs .cap-t .cap-l {
	background-image: url(/_templates/page-www/_images/corner-white-border-tl.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
	float: left;
}
.ui-tabs .cap-t .cap-r {
	background-image: url(/_templates/page-www/_images/corner-white-border-tr.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
	float: right;
}
.ui-tabs .cap-b .cap-l {
	background-image: url(/_templates/page-www/_images/corner-white-border-bl.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
	float: left;
}
.ui-tabs .cap-b .cap-r {
	background-image: url(/_templates/page-www/_images/corner-white-border-br.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
	float: right;
}
.ui-tabs-panel {
	padding: 0px;
}
.ui-tabs-hide {
	display: none;
}
.ui-tabs h3 {
	color: #c6c6c6;
	font-size: 11px;
	font-weight: bold; 
	border-bottom: 1px solid #d6d6d6;
}
.ui-tabs h2 {
	display: none;
}
.ui-tabs hr {
	background-color: #d6d6d6;
	border: 0px;
	height: 1px;
	margin: 8px 0px;
}
.ui-tabs table {
	width: 100%;
	font-size: 10px;
	margin-bottom: 5px;
}
.ui-tabs table thead {
	background-image: url(/_templates/page-www/_images/bg-greygradient-fill-x.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #999;
}
.ui-tabs table th {
	color: #fff;
	font-weight: bold;
	padding: 4px 2px;
	border-left: 1px solid #d6d6d6;
}
.ui-tabs table th.td-first {
	background-image: url(/_templates/page-www/_images/bg-orangegradient-fill-x.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
.ui-tabs table th.forl-true-false {
	border: 0px;
}
.ui-tabs table td {
	padding: 2px 4px;
}
.ui-tabs table .even-true {
	background-color: #eee;
}
.ui-tabs table .td-first {
	background-color: #f90;
	text-align: center;
	color: #fff;
	width: 25%;
}
.ui-tabs table .even-false td.td-first {
	background-color: #ffb74b;
}
.tab-menu {
}
.tabs-x .tab-menu {
	width: 100%;
	float: left;
}
.tabs-y .tab-menu {
	width: 149px;
	float: left;
}
.tabs-y li.heading {
	color: #dadada;
	font-size: 11px;
	font-weight: bold; 
	border-bottom: 1px solid #d6d6d6;
	margin: 2px 0px 0px 0px;
}
.tabs-y li.heading span {
	padding-left: 5px;
}
.menu-x {
	padding: 0px;
	margin: 0px 0px 0px 1px;
}
.menu-x li {
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px -1px;
}
.menu-x li.forl-true-false .cap-l {
	background-color: #fff;
	height: 28px;
	margin-bottom: -5px;
}
.menu-x li.ui-tabs-selected {
	background-color: #fff;
	display: block;
	position: relative;
	margin-bottom: -1px;
	z-index: 2;
}
.menu-x li span {
	display: none;
}
.menu-x li.ui-tabs-selected span {
	display: block;
	position: relative;
}
.menu-x li a {
	background-image: url(/_templates/page-www/_images/ui-tabs-nav-sep.gif);
	background-position: right 7px;
	background-repeat: no-repeat;
	display: block;
	color: #a2a2a2;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 7px 0px;
}
.menu-x li.forl-false-true a {
	background-image: none;
}
.menu-x li.ui-tabs-selected a {
	background-image: none;
	color: #000;
	border: solid #d6d6d6;
	border-width: 1px 0px 0px;
	z-index: 2;
	position: relative;
	padding: 4px 2px 0px;
	float: left;
}
.menu-x li .cap-l {
	background-image: url(/_templates/page-www/_images/border-grey.gif);
	background-position: left;
	background-repeat: repeat-y;
	height: 23px;
	float: left;
}
.menu-x li .cap-l span{
	background-image: url(/_templates/page-www/_images/corner-white-border-tl.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
}
.menu-x li .cap-r {
	background-image: url(/_templates/page-www/_images/border-grey.gif);
	background-position: right;
	background-repeat: repeat-y;
	height: 23px;
	float: left;
}
.menu-x li .cap-r span {
	background-image: url(/_templates/page-www/_images/corner-white-border-tr.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
}
.tabs-y {
	background-image: url(/_templates/page-www/_images/gradient-darkgrey-large-y.gif);
	background-position: left top;
	background-repeat: repeat-y;
}
.tabs-y .cap-t, .tabs-y .cap-b {
	background-image: none;
}
.tabs-y .cap-t .cap-l {
	background-image: url(/_templates/page-www/_images/caps-darkgrey_grey-border-155x5.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 155px;
}
.tabs-y .cap-t .cap-r {
	background-color: #fff;
	background-image: url(/_templates/page-www/_images/border-grey.gif);
	background-position: top;
	background-repeat: repeat-x;
	width: 243px;
}
.tabs-y .cap-t .cap-r .cap-r {
	background-color: #fff;
	background-image: url(/_templates/page-www/_images/corners-white_grey-border-5x5.gif);
	background-position: top right;
	background-repeat: no-repeat;
	width: 5px;
}
.tabs-y .cap-b .cap-l {
	background-image: url(/_templates/page-www/_images/caps-darkgrey_grey-border-155x5.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 155px;
}
.tabs-y .cap-b .cap-r {
	background-color: #e7e7e7;
	background-image: url(/_templates/page-www/_images/border-grey.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	width: 243px;
}
.tabs-y .cap-b .cap-r .cap-r {
	background-image: url(/_templates/page-www/_images/corners-grey_darkgrey-border-5x5.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	width: 5px;
}
.tabs-y .tab-container {
	background-color:#fff;
	background-image: url(/_templates/page-www/_images/gradient-lightgrey-med-x.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	float: left;
	width: 234px;
	padding: 0px 7px;
	border-left: 0px;
}
.tabs-y .ui-tabs-panel {
	float: left;
	width: 100%;
}
.menu-y {
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 149px;
	float: left;
}
.menu-y  li {
	background: none;
	width: 100%;
	list-style: none;
	border: none;
}
.menu-y li.forl-true-false {
	margin: 0px -1px 0px 0px;
}
.menu-y li.ui-tabs-selected {
	background: none;
	width: 100%;
}
.menu-y li span.shadow  {
	display: block;
	height: 5px;
	margin: 0px 0px -5px 1px;
	width: 100%;
}
.menu-y li.ui-tabs-selected span.shadow {
	background-image: url(/_templates/page-www/_images/menu-y-li-shadow.png);
	background-position: top;
	background-repeat: repeat-x;
	height: 5px;
}
.menu-y li a {
	color: #fff;
	display: block;
	font-weight: bold;
	text-align: right;
	border: none;
	text-decoration: none;
	padding: 2px 5px 2px 0px;
	margin-right: -1px;
}
.menu-y li.ui-tabs-selected a {
	color: #000;
	background-color: #fff;
	border: solid #d6d6d6;
	border-width: 1px 0px;
	padding: 1px 5px 1px 0px;
}
.design-lib .designs {
	margin: 0px 0px 10px 0px;
}
.design-lib a.design {
	text-decoration: none;
	text-align: center;
	color: #fff;
	display: block;
	background-color: #bbbbbb;
	font-size: 10px;
	float: left;
	margin: 0px 4px 10px;
}
.design-lib a:hover.design {
	background-color: #f90;
}
.design-lib a.design  img {
	margin: 3px 3px 1px;
	padding: 0px;
	border: 2px solid #fff;
}
.design-lib a.design span {
	display: block;
	margin: -1px 0px 0px 1px;
}
.tab-content {
	padding: 0px 7px;
	margin: 0px;
}
.tab-feature {
	background-image: url(/_templates/page-www/_images/gradient-lightgrey-med-x.gif);
	background-position: bottom center;
	background-repeat: repeat-x;
	margin-bottom: 8px;
}
.tab-feature .cap-b .cap-l, .tab-feature .cap-b .cap-r {
	background-image: url(/_templates/page-www/_images/corners-grey_darkgrey-border-5x5.gif);
}
.tab-feature-content {
	border: solid #d6d6d6;
	border-width: 0px 1px;
	padding: 5px;
}

/** Misc **/