
/**********************************************  HEADER  **********************************************/

#header {
	height: 150px;
	width: 960px;
	margin: 0px auto;
}

#headerAd {
	float: right;
	margin: 45px 21px 0px 0px;
}
#headerLogo {
	float: left;
	display: block;
	width: 350px;
	height: 100px;
	margin: 29px 0px 0px 17px;
}


/***********************************************  MENU  ***********************************************/

#headerMenu {
	width: 960px;
	margin: 0px 0px 9px 17px;
	background-color: #000000;
	font-family: arial narrow, tahoma ,verdana, arial, sans-serif;
	font-size: .8em;
	padding: 0px 0px 0px 0px;
	background-image: url('/images/menu-bg.gif');
	background-repeat: repeat-x;
	float: left;
	display: inline;
	color:#FFFFFF;
}
#headerMenu li {
	float: left;
	z-index: 1;
	position: relative;
	vertical-align:top;
}
#headerMenu a {
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 8px 12px 6px 12px;
	color: #ffffff;
	background-repeat: repeat-x;
	min-height: 34px; /* safari fix */
	* float: left; /* ie6 hack */
	line-height: 1.4em;
}
#headerMenu a:hover {
	background-color: #ffffff;
	color: #2d2d2d;
}
#headerMenu .grey {
	background-image: url('/images/menu-bg-grey.gif');
}
#headerMenu .grey:hover {
	color: #5c5c5c;
	background-image: none;
}
#headerMenu .red {
	background-image: url('/images/menu-bg-red.gif');
}
#headerMenu .red:hover {
	color: #db1c0d;
	background-image: none;
}
#headerMenu .yellow {
	background-image: url('/images/menu-bg-yellow.gif');
}
#headerMenu .yellow:hover {
	color: #ceaa19;
	background-image: none;
}
#headerMenu .orange {
	background-image: url('/images/menu-bg-orange.gif');
}
#headerMenu .orange:hover {
	color: #f3870d;
	background-image: none;
}
#headerMenu .green {
	background-image: url('/images/menu-bg-green.gif');
}
#headerMenu .green:hover {
	color: #64ab2f;
	background-image: none;
}
#headerMenu .violet {
	background-image: url('/images/menu-bg-violet.gif');
}
#headerMenu .violet:hover {
	color: #8b42a2;
	background-image: none;
}


/*********************************************  SUB MENU  *********************************************/

#headerMenu ul {
	font-family: arial;
	width: 162px;
	background-image: url('/images/submenu/submenu-bg.gif');
	background-repeat: no-repeat;
	background-color: #444444;
	padding: 16px 0px 5px 0px;
	position: relative;
	z-index: 2;
	min-height: 70px;
	height: auto !important;
	height: 70px;
	float: left;
}
#headerMenu ul li {
	float: left;
	position: relative;
	display: inline;
}
#wrapper #headerMenu ul li a {
	text-transform: none;
	font-size: 0.9em;
	font-weight: normal;
	width: 132px;
	padding: .4em 7px .4em 23px;
	background-image: url('/images/submenu/submenu-bullet.gif');
	background-repeat: no-repeat;
	background-position: 4px .5em;
	border-top: 1px #595959 solid;
	position: relative;
	float: none;
	background-color: transparent;
	color: #ffffff;
	text-align: left;
	min-height: 0px; /* safari fix* */
}
#wrapper #headerMenu ul li.hasSub a {
	background-image: url('/images/submenu/submenu-bullet-has-sub.gif');
}
#wrapper #headerMenu ul a:hover {
	background-color: #b51402;
	color: #ffffff;
}
#headerMenu div {
	background-image: url('/images/submenu/submenu-footer-bg.gif');
	background-position: center bottom;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 48px;
	padding: 0px 0px 16px 0px;
	visibility: hidden;
}
#headerMenu ul .firstItem a {
	border: none;
}
#headerMenu li:hover .sub, #headerMenu li.menuLiOver .sub {
	visibility: visible;
}
#headerMenu li:hover a, #headerMenu li.menuLiOver a {
	background-color: #ffffff;
	color: #2d2d2d;
	background-image: none;
}
#headerMenu li:hover .health {
	color: #468f1e;
}


/******************************************** SUB SUB MENU  *******************************************/

#wrapper #headerMenu ul ul {
	background-image: url('/images/submenu/sub-submenu-bg.gif');
	background-color: #f22116;
	padding: 0px 0px 5px 0px;
	
}
#body #wrapper #headerMenu ul ul a {
	border-top: 1px #a10c00 solid;
	background-image: url('/images/submenu/sub-submenu-bullet.gif');
	background-color: transparent;
}
#body #wrapper #headerMenu ul ul a:hover {
	background-color: #ffffff;
	color: #cc1809;
}
#headerMenu ul div {
	background-image: url('/images/submenu/sub-submenu-footer-bg.gif');
	left: 162px;
	top: 0px;
	visibility: hidden;
}
#headerMenu ul li:hover div, #headerMenu ul li.menuLiOver div {
	visibility: visible;
}
#wrapper #headerMenu ul li:hover a, #wrapper #headerMenu ul li.menuLiOver a {
	background-color: #b51402;
}


/***********************************************  BODY  ***********************************************/

body {
	background-color: #dad9d6;
	font-family: arial;
}
#wrapper {
	background-color: #ffffff;
	background-image: url('/images/body-bg.gif');
	background-repeat: repeat-y;
	background-position: center;
	width: 994px;
	margin: 0px auto;
}
#content {
	background-color: #ffffff;
	width: 960px;
	margin: 0px 0px 0px 17px;
	float: left;
	display: inline;
}


/**********************************************  FOOTER  **********************************************/

#footer {
	width: 960px;
	margin: 0px auto;
	background-image: url('/images/footer-bg.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 30px 0px 0px 0px;
}
#footerAd {
	text-align: center;
}
#footer p{
	font-size: .6em;
	margin: 0px auto;
	text-align: center;
}
#footer form {
	margin: 70px 0px 20px 30px;
	float: left;
	display: inline;
}
#footer #zoom_query {
	border: 1px #444444 solid;
	padding: 5px 0em 5px .4em;
	color: #333333;
	float: left;
	width: 17.5em;
	max-width: 880px;
	max-height: 50px;
	font-size: .8em;
	margin: 0px;
}
#footer #searchButton {
	float: left;
	margin: 1px 0px 0px 6px;
}
#footerMenu {
	background-color: #111111;
	width: 960px;
	margin: 0px 0px 0px 17px;
	font-size: .6em;
	float: left;
	display: inline;
	padding: 7px 0px 7px 0px;
	background-image: url('/images/footer-menu-bg.gif');
	background-repeat: no-repeat;
	text-align: center;
	color: #ffffff;
}
#footerMenu li, #footerMenu ul {
	display: inline;
}
#footerMenu a {
	color: #ffffff;
	text-decoration: none;
	margin: 0px .3em 0px .3em;
}
#footerMenu a:hover {
	text-decoration: underline;
}


/*******************************************  PAGE LAYOUT  ********************************************/

#main {
	width: 640px;
	float: left;
}
#rightCol {
	width: 320px;
	float: left;
}
#mainPhoto {
	width: 640px; 
	height: 282px;
}
#mainPhoto img {
	cursor: default;
}
.contentBlock {
	margin: 20px 0px 0px 0px;
	padding: 0px 20px 0px 30px;
}
.contentBlockFull {
	margin: 20px 0px 0px 0px;
	padding: 0px 30px 0px 30px;
}
.contentLeft {
	width: 390px;
	float: left;
}
.contentRight {
	width: 190px;
	float: right;
}
.rightBlock, .rightBlockAd, .rightBlockBorder {
	margin: 0px auto 15px auto;
	width: 300px;
}
.rightBlockAd {
	background-image: url('/images/right-col-ad-bg.gif');
	background-repeat: no-repeat;
	padding: 12px 0px 0px 0px;
	display:none
}

.rightBlockBorder {
	border: 1px #d2d2d2 solid;
	width: 298px;
}
.rightColAlign {
	margin-top: 5px;
}


/***********************************  NO GAP BANNER + TEXT BOX  ***************************************/

.bannerBlock {
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px 0px 58px 0px;
	margin: 0px;
}
.bannerBlock .bannerContent {
	background-repeat: no-repeat;
	min-height: 150px;
	height: auto !important;
	height: 150px;
	margin: 0px;
	color: #ffffff;
	padding: 20px 30px 5px 30px;
}
.bannerBlock .bannerContent p,
.bannerBlock .bannerContent h1,
.bannerBlock .bannerContent a {
	color: #ffffff;
}
.bannerBlock .bannerContent h1 {
	border-bottom: none;
	font-size: 2em;
}
.celebrity .bannerBlock {
	background-image: url('/images/page-banner-celebrity-footer.gif');
	background-color: #f9b195;
}
.celebrity .bannerBlock p {
	background-image: url('/images/page-banner-celebrity.gif');
	padding: 110px 30px 15px 188px;
}
.quitnow .bannerBlock {
	background-image: url('/images/page-banner-quitnow-footer.gif');
	background-color: #eeedeb;
}
.quitnow .bannerBlock p {
	background-image: url('/images/page-banner-quitnow.gif');
	padding: 110px 30px 30px 188px;
	color: #0c0a0b;
}
#noGap {
	width: 280px;
	margin: 0px 0px 0px 10px;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 15px 15px 30px 15px;
}
#noGap h1 {
	margin: 0px 0px 10px 0px;
}
#noGap .regLink {
	color: #ffcc00;
	font-size: .8em;
	font-weight: normal;
}
#mainPhoto #bannerHeader {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#mainPhoto {
	position: relative;
	height: 286px;
	margin: 0px 0px -4px 0px;
}
.featuredThumb {
	margin: 5px 15px 15px 0px;
	float: left;
}
#noGap {
	background-color: #222222;
	background-image: url('/images/text-box-bg-3on3.gif');
	margin-bottom: 10px;
}
#noGap h1 {
	color: #ffcc00;
	border-bottom: 2px #ffcc00 solid;
}
#noGap p {
	color: #ffffff;
}
#noGap p a {
	margin: 0px !important;
	color: #ffffff;
}
#noGap .firstPara {
	color: #ffcc00;
}
#noGap h3 {
	color: #ffffff;
}
#noGap h3 a {
	color: #ffffff;
}
.deadlys #noGap {
	background-color: #ffe400;
	background-image: url('/images/text-box-bg-deadlys.gif');
	margin-bottom: 20px;
}
.deadlys #noGap h1 {
	color: #1e0000;
	border-bottom: 2px #1e0000 solid;
}
.deadlys #noGap p {
	color: #1e0000;
}
#noGap a {
	margin: 0px 10px 10px 0px !important;
}
#noGap .noWrap {
	clear: both;
}
.quitnow #noGap {
	background-image: url('/images/smoking-banner.jpg');
	height: 322px;
	width: 310px;
	padding: 0px;
}


/******************************************  MAIN ARTICLE  ********************************************/

#mainArticle{
	min-height:270px;
	height: auto !important;
	height:270px;
}
#mainArticle ul, #memberMenu ul {
	width: 630px;
	font-size: .8em;
	padding: 0px 0px 0px 10px;
	background-image: url('/images/submenu-bg.gif');
	background-repeat: repeat-x;
	background-color: #ba1500;
	float: left;
	display: inline;
}
#mainArticle li, #memberMenu li {
	float: left;
	position: relative;
}
#mainArticle ul a, #memberMenu ul a {
	color: #ffffff;
	display: block;
	margin: .2em 0px 0px 0px;
	padding: .5em 17px .7em 17px;
	text-decoration: none;
}
#mainArticle ul a:hover, #memberMenu ul a:hover {
	color: #000000;
	background-color: #ffffff;
}
#mainArticle ul .hover, #memberMenu ul .hover {
	color: #000000;
	background-color: #ffffff;
}
#controls{
	cursor:pointer;
}
/****************************************************************************************************************/

/*Used in worker table*/
.contentBlock .tableContent{font-size: .75em;}
.tableContent tr {}
.tableContent th{font-weight:bold;padding: 5px;}
.tableContent td{padding: 5px;}
.tableContent thead th{	background-color: #f1f1f1;font-size: 1em; text-transform: uppercase;}
.tableContent tbody th{	background-color: #f1f1f1;}
.tableContent tbody td{
	background-color: #f8f8f8;
	padding: 5px;

}
.forumList li.dark {
	background-color: #f1f1f1;
}
.forumList li.light {
	background-color: #f8f8f8;
}
.forumList a {
	color: #222222;
}
.forumList p {
	margin: 0px;
	font-size: 1em;
}


/*****************************************  HOME HEADLINES  *******************************************/

#homeHeadlines {
	min-height:320px;
	height: auto !important;
	height:320px;
}
#homeHeadlines ul {
	width: 636px;
	font-size: .8em;
	padding: 0px 0px 4px 4px;
	background-image: url('/images/submenu-bg.gif');
	background-repeat: repeat-x;
	background-color: #ba1500;
	float: left;
	display: inline;
}
#homeHeadlines li {
	float: left;
	position: relative;
	width: 314px;
	display: inline;
	margin: 1px 4px 0px 0px;
}
#homeHeadlines ul a {
	color: #ffffff;
	display: block;
	margin: 3px 0px 0px 0px;
	padding: 6px 8px 7px 8px;
	text-decoration: none;
	text-align: center;
	min-height: 18px;
	height: auto !important;
	height: 18px;
}
#homeHeadlines ul a:hover {
	color: #000000;
	background-color: #ffffff;
}
#homeHeadlines ul .hover {
	color: #000000;
	background-color: #ffffff;
}


/*******************************************  FORUM LIST  *********************************************/

.contentBlock .forumList li {
	background-image: url('/images/icons/ico-speech-bubble.gif');
	background-position: 7px .7em;
	background-repeat: no-repeat;
	padding: 5px 10px 10px 30px;
	margin: 0px 0px 1px 0px;
	line-height: 150%;
	font-size: .75em;
}
.forumList li.dark {
	background-color: #f1f1f1;
}
.forumList li.light {
	background-color: #f8f8f8;
}
.forumList a {
	color: #222222;
}
.forumList p {
	margin: 0px;
	font-size: 1em;
}


/******************************************  IMAGE LISTS  *********************************************/

.imageList img {
	position: absolute;
	top: 3px;
}
.imageList li {
	position: relative;
	min-height: 120px;
	height: auto !important;
	height: 120px;
	padding: 0px 0px 0px 0px !important;
	margin: 20px 0px 10px 0px !important;
}
#products {
	margin: 30px 0px 30px 0px;
}
#products li {
	min-height: 160px;
	height: auto !important;
	height: 160px;
}
.articleHomepage p, .articleHomepage h3, .articleHomepage .btnGrp {
    margin: 0px 10px 10px 0px;
}
.articleHomepage .previewImage {
    clear: right;
	float: right;
	margin: 0px 0px 10px 10px;
}
.articleHomepage .previewImageLeft {
	margin: 0px 10px 10px 0px;
	float: left;
}
.imageList p, .imageList h3, .imageList .btnGrp, .articleHomepage .tagButton {
	margin-left: 140px;
}
.imageList .tagButton {
	margin-left: 140px;
}
.imageList .btnGrp .tagButton, .articleHomepage .btnGrp .tagButton {
	margin-right: 20px;
	margin-left: 0px;
}
.imageList p, .articleHomepage p {
	margin-bottom: .8em;
}
#rightCol .imageList .tagButton {
	margin-left: 140px;
}
.imageList .leftListCol {
	top: 3px;
	left: 0px;
	width: 118px;
	position: absolute;
	font-size: .75em;
}
.imageList .leftListCol img {
	position: static;
}
.imageList .leftListCol .price {
	color: #e90004;
	font-weight: bold;
	line-height: 2em;
}
.imageList .leftListCol .popularity img {
	margin: 0px 0px 0px 0px;
}
.imageList .thumb .overlay {
	position: absolute;
	top: 3px;
	right: 3px;
}
.imageList .thumb {
	position: relative;
}


/******************************************  DETAIL PAGE  *********************************************/

#detail li {
	min-height: 202px;
	height: 202px;
}
#detail .leftListCol {
	width: 200px;
}
#detail .price {
	color: #ED7D00;
	font-size: 1em;
	font-weight: bold;
	margin: 15px 0px 20px 0px;
	display: block;
}
#detail p, #detail h2, #detail .btnGrp, #detail .price {
	margin-left: 220px;
}

/*******************************************  BREADCRUMB  *********************************************/

#breadCrumb {
	font-size: .6em;
	border-bottom: 1px #cfcfcf solid;
	margin: 0px 30px 0px 30px;
	padding: 0px 0px 10px 0px;
}
#breadCrumb a {
	font-weight: normal;
	color: #000000;
	background-image: url('/images/icons/ico-bc-arrow.gif');
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0px 20px 0px 0px;
	margin: 0px 10px 0px 0px;
	text-decoration: underline;
	cursor: pointer;
}
#breadCrumb span {
	color: #ffffff;
	background-color: #cfcfcf;
	padding: 0px 3px 0px 3px;
}
#main #breadCrumb {
	margin: 0px 20px 0px 30px;
}


/**********************************************  POLL  ************************************************/

.poll ol {
	margin: 20px 0px 20px 13px;
}
.poll li {
	margin: 0px 0px 3px 0px;
}
.poll label {
	font-size: .75em;
	vertical-align: bottom;
}
.poll input {
	height: 13px;
	width: 13px;
	vertical-align: bottom;
	margin: 0px 7px 0px 0px;
	position: relative;
	bottom: 1px;
}
.pollResultH, .pollResultV {
	margin: 0px 0px 20px 0px;
	font-size: .75em;
}
.pollResultH td {
	padding: 5px 10px 5px 0px;
	background-color: transparent;
}
.pollResultH .bar {
	height: 17px;
	background-repeat: repeat-x;
	float: left;
	margin: 0px 5px 0px 0px;
}
.pollResultH span {
	position: relative;
	top: 1px;
}
.pollResultV td {
	vertical-align: bottom;
	text-align: center;
	padding: 0px 0px 0px 15px;
}
.pollResultV .bar {
	float: none;
	background-repeat: repeat-y;
	width: 17px;
	margin: 1px auto 0px auto;
}


/*****************************************  SHOPPING CART  ********************************************/

.shoppingCart {
	font-size: .8em;
	width: 100%;
}
.shoppingCart td {
	border-top: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	padding: 4px 20px 4px 20px;
}
.shoppingCart .numberCol, .shoppingCart .numberColHighlight, .shoppingCart .numberColHighlight {
	text-align: right;
	font-weight: bold;
	padding: 4px 30px 4px 10px;
}
.shoppingCart .numberCol{
	background-color: #eeeeee;
}
.highlight {
	background-color: #e5eee2 !important;
}
.shoppingCart .numberColHighlight {
	background-color: #d6e8cf;
}
.highlightErr {
	background-color: #f3dcdc !important;
}
.shoppingCart .numberColHighlightErr {
	background-color: #e7c8c8;
	text-align: right;
	font-weight: bold;
	padding: 4px 30px 4px 10px;
}
.shoppingCartFull th {
	background-color: #ececec;
	font-weight: bold;
}
.shoppingCartFull td, .shoppingCartFull th {
	padding: 6px 20px 6px 20px;
	border: 1px #cccccc solid;
	border-right: 0px;
	border-left: 0px;
	font-size: 0.8em;
}
.shoppingCartFull td input {
	width: 30px;
	border: 1px #000000 solid;
}
.shoppingCartFull .numberCol {
	text-align: right;
}

.shoppingCartFull .cartButtonGroup div{
	float: left;
	width: 250px;
}

.shoppingCartFull .cartButtonGroup {
	font-size: 1em;
}

#noBorder {
	border: 0px;
}

#total {
	border-bottom: 3px #cccccc solid;
	border-top: 1px #cccccc solid;
	background-color: #eeeeee;
}

.err{
	background-color:#ffeded;
}

.err td{
	background-color: #ffeded;
}


/********************************************  CHECKOUT  **********************************************/

#checkoutForm .shoppingCartFull td input {
	width: 160px;
}


/**********************************************  AJAX  ************************************************/

.setOpacityOn {
	background-color:#FFFFFF;
	position:relative;
	filter:alpha(opacity=15);
	-moz-opacity:.15;
	opacity:.15;
	width:100%;
	height:auto;
}
.setOpacityOff {
	height:auto;
	width:100%;
	position:relative;	
}
.loading{
	text-align:center;
	padding: 20px 20px 0px 30px;
	height: auto;
	width: 250px;
	position: absolute;	
}
.loadingReview{
	text-align:center;
	padding: 20px 20px 0px 30px;
	height: auto;
	width: 250px;
	position: absolute;	
	padding-left: 220px;
}


/******************************************  2 COLUMN LIST ********************************************/

.twoCol {
	width: 50%;
	background-color: #f0f0f0;
	font-size: .8em;
	margin: -19px 0px 0px 0px;
}
.twoCol li {
	border-bottom: 1px #cccccc solid;
}
.twoCol li a {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	display: block;
	background-color: #ffffff;
	width: 148px;
	padding: 4px 0px 4px 0px;
	text-align: center;
}
.twoCol li a:hover {
	color: #ffffff;
	background-color: #222222;
	background-image: url('/images/icons/ico-bullet-white.gif');
	background-repeat: no-repeat;
	background-position: 95% center;
}
.twoCol .emptyBox {
	display: block;
	padding: 4px 0px 4px 0px;
}
#secondCol li {
	padding-left: 2px;
}
#secondCol {
	float: left;
}
#firstCol {
	float: left;
}


/*********************************************  RADIO  ************************************************/

div#radio {
	background-image: url('/images/temp/sounds-radio-player.jpg');
	width: 577px;
	height: 186px;
	margin: 30px 0px 0px 0px;
	padding:46px 0px 0px 63px;
}


/*********************************************  RADIO  ************************************************/

.map {
	margin: 0px 0px 20px 0px;
}

/*********************************************  FORM  *************************************************/

.contentBlock fieldset input {
	width: 220px;
	font-size: .8em;
}
.contentBlock fieldset label {
	margin: 3px 0px 0px 0px;
}
.contentBlock fieldset select {
	width: 228px;
}
.subscribeOptions {
	margin: 20px 0px 10px 0px;
}
.subscribeOptions label {
	width: auto;
	font-weight: normal;
	float: none;
	margin: 0px 0px 8px 0px !important;
}
.subscribeOptions input {
	padding: 0px;
	height: 16px;
	width: 16px;
	float: left;
	margin: 0px 8px 0px 0px;
}
.memberForm {
	margin: 0px 0px 20px 0px;
}
form dfn {
	display:block;
	font-size: .65em;
	margin: 0px 0px 0px 180px;
}
.memberFormFE {
	margin-top: 0px;
	font-size: .9em;
}
.memberFormFE input {
	font-size: 1em !important;
}
.formEnquiry {
	font-size: .9em;
}


/*****************************************  ERROR MESSAGES  *******************************************/

.helpShow {
	display: inline;
	position: relative;
	cursor: help;
	top: 3px;
	vertical-align: top;
}
.help1{
	left: 20px;
	top: -2px;
	position: absolute;
	background-color: white;
	border: 1px solid #ff0000;
	width: 200px;
	padding: 2px 2px 2px 4px;
	font-size: .7em;
	color: #333333;
}
a.helpHover span{
	display: none;
	font-weight:normal;
}
a:hover.helpHover span{
	font-size:0.7em;
	color:#000000;
	display:block;
	position:absolute;
	top:25px;
	left:6px;
	width:45px;   
	border:1px solid #000000;
	background-color:#ffffe1;
	padding:2px;
}


/*******************************************  PAGE FORM  **********************************************/

.pageFormHeader {
	background-image: url('/images/form-bg-header.gif');
	background-repeat: no-repeat;
	padding: 10px 0px 0px 0px;
	width: 590px;
	margin: 0px 0px 20px 0px;
}
.pageFormFooter {
	background-image: url('/images/form-bg-footer.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px 0px 10px 0px;
}
.pageForm {
	background-repeat: repeat-y;
	padding: 0px 10px 10px 10px;
	border-left: 1px #dedede solid;
	border-right: 1px #dedede solid;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	position: relative;
}
.pageForm .leftSide {
	width: 244px;
	margin: 44px 14px 0px 0px;
	float: left;
}
.pageForm .rightSide {
	width: 310px;
	float: left;
}
.pageForm label {
	font-size: .8em;
	float: left;
	width: 85px;
	padding: 2px 0px 0px 0px;
}
.pageForm input, .pageForm textarea {
	border: 1px #555555 solid;
	background-image: url('/images/form-bg-input.gif');
	background-repeat: repeat-x;
	padding: 3px 0px 3px 4px;
	font-size: .8em;
	font-family: arial;
}
.pageForm textarea {
	margin: 20px 0px 10px 0px;
	width: 276px;
	height: 82px;
}
.pageForm li {
	min-height: 25px;
	height: auto !important;
	height: 25px;
	margin: 0px 0px 7px 0px !important;
}
.pageForm .comments {
	font-size: 1.2em;
	font-weight: bold;
	font-family: "trebuchet ms", arial;
}


/****************************************  COL SEARCH FORM  *******************************************/

.rightBlock .search label {
	display: block;
	font-size: .8em;
	font-weight: bold;
}
.rightBlock .search input {
	width: 292px;
	border: 1px #555555 solid;
	padding: 4px 0px 4px 6px;
	background-image: url('/images/col-form-bg-input.gif');
	background-repeat: no-repeat;
	margin: 0px 0px 10px 0px;
}
.rightBlock .search select {
	width: 300px;
	font-size: .8em;
	margin: 0px 0px 10px 0px;
}


/****************************************  COL TABLE LIST  *******************************************/
 
.rightBlock .detailTable {
 	font-size: .75em;
 	width: 300px;
}
.rightBlock .detailTable thead td {
 	font-weight: bold;
 	padding: 5px 10px 5px 5px;
 	background-color: #cccccc;
}
.rightBlock .detailTable td {
 	padding: 4px 10px 4px 5px;
 	background-color: #dddddd;
}
.rightBlock .detailTable .light td {
	background-color: #eeeeee;
}


/*****************************************  COL LOGIN FORM  *******************************************/

.rightBlock .loginForm label, .rightBlock form .label {
	color: #ffffff;
	font-size: .8em;
}
.rightBlock .loginForm {
	margin: 20px 0px 0px 0px;
}
.rightBlock .loginForm .label {
	font-weight: bold;
	margin: 0px 15px 0px 0px;
}
.rightBlock .loginForm .mainLabel {
	font-weight: bold;
	display: block;
	margin: 0px 0px 4px 0px;
}
.rightBlock .loginForm .mainInput {
	width: 272px;
	margin: 0px 0px 12px 0px;
	padding: 5px 0px 5px 6px;
	background-image: url('/images/col-form-bg-input.gif');
	background-repeat: no-repeat;
	border: 0px;
	font-size: .8em;
}
.rightBlock .loginForm #rememberMe {
	float: left;
	height: 16px;
	width: 16px;
	margin: 0px 5px 0px 0px;
}
.rightBlock .loginForm .radioGrp input {
	margin: 0px 5px 0px 15px;
}
.rightBlock .loginForm .radioGrp {
	padding: 10px 0px 20px 0px;
}
.rightBlock .loginForm .checkBoxGrp {
	margin: 0px 0px 10px 0px;
}
.rightBlock .loginForm .checkBoxGrp label {
	float: left;
	display: inline;
	width: auto;
	font-weight: normal;
}
.rightBlock .loginForm .checkBoxGrp .tagButton {
	float: right;
}
#body #noGap .error, #body #memberLogin .error {
	color: #e50001;
}


/**********************************************  LISTS  ***********************************************/

.regList {
	font-size: .75em;
	margin: 0px 0px 0px 15px;
	line-height: 150%;

}
.locationList {
	color: #000000;
	line-height: 1.6em;
	margin: 0px 0px 20px 0px;
}
.locationList li {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 30px;
	background-position: left top;
	background-repeat: no-repeat;
}
.locationList span {
	font-style: italic;
}
.sponsorList {
	text-align: center;
}
.sponsorList li {
	margin: 0px 0px 50px 0px;
}
.sponsorList a {
	text-decoration: none;
	font-size: .8em;
}

/*********************************************  COMMON  ***********************************************/

.captionImage {
	margin-bottom: 20px;
}
.captionImage p {
	background-color: #f5f5f5;
	border-bottom: 1px #cccccc solid;
	color: #4e4e4e;
	font-size: .75em;
	padding: .2em .5em .2em .5em;
	margin: 0px;
}
.floatingImage {
	float: left;
	margin: 0px 33px 0px 0px;
}
.rightBlock h1 {
	color: #222222;
	border-bottom: 2px #222222 solid;
	margin-top: 15px;
}
.rightBlock .tagButton {
	margin-left: 22px;
	background-image: url('/images/buttons/tagbutton-triangle-left-hover.gif');
}
.rightBlock .tagButton span {
	background-color: #333333;
}
.rightBlock .tagButton:hover {
	background-image: url('/images/buttons/tagbutton-triangle-left.gif');
}
.rightBlock .tagButton:hover span {
	background-color: #e90004;
}
#memberLogin {
	background-image: url('/images/login-footer-bg.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px 0px 20px 0px;
	background-color: #222222;
}
#memberLogin h2 {
	background-image: url('/images/login-header-bg.gif');
	background-repeat: no-repeat;
	padding: 20px 20px 0px 20px;
	color: #ffcc00;
}
#memberLogin input {
	width: 125px;
	border: 0px;
	padding: 2px 0px 2px 4px;
	margin: 0px 2px 10px 2px; 
}
#memberLogin form {
	margin: 0px 15px 0px 15px;
}
#memberLogin .tagButton {
	float: right;
	margin-right: 2px !important;
}
#memberLogin .lostPw {
	float: left;
	font-size: .8em;
	font-weight: normal;
	color: #ffcc00;
}
#vibeWorker, #pageNav {
	background-image: url('/images/vibe-worker-bg-bottom.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #222222;
	padding: 0px 0px 35px 0px;
	width: 300px;
}
#vibeWorker h2, #pageNav h2 {
	background-image: url('/images/vibe-worker-bg-top.gif');
	padding: 30px 20px 0px 20px;
	background-repeat: no-repeat;
	color: #ffcc00;
}
#vibeWorker p, #pageNav p {
	color: #ffffff;
	padding: 0px 20px 0px 20px;
}
#vibeWorker .firstpara, #pageNav .firstpara {
	color: #ffcc00;
	font-weight: bold;
}
#directorySearch .tagButton,
#vibeWorker .tagButton,
#vibeForumPopMail  .tagButton,
#pageNav .tagButton, 
#noGap .tagButton,
#memberLogin .tagButton {
	margin: 0px 10px 5px 20px;
	background-image: url('/images/buttons/tagbutton-triangle-yellow-left.gif');
}
#directorySearch .tagButton span,
#vibeWorker .tagButton span, 
#vibeForumPopMail .tagButton span,
#pageNav .tagButton span, 
#memberLogin .tagButton span,
#noGap .tagButton span {
	background-color: #ffcc00;
	background-image: url('/images/buttons/tagbutton-triangle-black-right.gif');
	color: #000000;
}
#directorySearch .tagButton:hover, 
#vibeWorker .tagButton:hover,
#vibeForumPopMail .tagButton:hover,
#pageNav .tagButton:hover, 
#memberLogin .tagButton:hover,
#noGap .tagButton:hover {
	background-image: url('/images/buttons/tagbutton-triangle-yellow-left-hover.gif');
}
#directorySearch .tagButton:hover span, 
#vibeWorker .tagButton:hover span, 
#vibeForumPopMail .tagButton:hover span,
#pageNav .tagButton:hover span, 
#memberLogin .tagButton:hover span, 
#noGap .tagButton:hover span {
	background-color: #ffffff;
}
ol.rightColList {
	margin: 0px 10px 20px 0px;
	color: #ffffff;
	font-size: .8em;
	list-style-type: decimal;
	padding: 0px 0px 0px 25px;
}
ol.rightColList li {
	margin: 0px 0px 5px 0px;
}

#pageNav ul {
	border-top: 1px #444444 solid;
	margin: 0px 20px 0px 20px;
}

#pageNav ul .selected {
	background-color:#444444;
}
#pageNav li {
	background-image: url('/images/submenu/submenu-bullet.gif');
	background-repeat: no-repeat;
	background-position: 4px .5em;
	border-bottom: 1px #444444 solid;
	height: 23px;
	overflow:hidden;
	
}
#pageNav li a, #rightColList li {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	font-size: .8em;
	display: block;
	padding: 4px 5px 4px 20px;
	width: 235px;
}
#pageNav li a:hover {
	background-color: #ffcc00;
	color: #000000;
	background-image: url('/images/icons/ico-page-nav-hover.gif');
	background-repeat: no-repeat;
	background-position: 95% .7em;
}
#pageNav .paging {
	padding: 10px 0px 0px 0px;
	color: #bbbbbb;
	font-size: .7em;
	text-align: center;
}
#pageNav .next a, #pageNav .previous a {
	font-size: .8em;
	color: #ffcc00;
}
#pageNav .next {
	float: right;
	padding: 0px 20px 0px 0px;
	margin: 10px 0px 0px 0px;
}
#pageNav .previous {
	float: left;
	padding: 0px 0px 0px 20px;
	margin: 10px 0px 0px 0px;
}
#productSearch h1 {
	margin-bottom: 12px;
}
#productSearch .searchField {
	width: 200px;
	border: 1px #555555 solid;
	padding: 2px 0px 2px 3px;
	position: relative;
	margin: 0px 10px 0px 20px;
	bottom: 17px;
}
.loggedInAs {
	font-size: .7em;
	position: relative;
	top: 2px;
	right: 5px;
}

/*********************************************  WORKER JOBS  ***********************************************/



/*.workerJob{
	width: 100%;
}

.workerJob td{
	padding: 0px 5px 10px 5px;
	color: #333333;
}

.jobWorkerHeader{
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
}

#premium td{
	background-color: #F3F3F3;
}

#divider{
	border-top: 1px #E50001 dotted;
 	height: 10px;
}

#workerJobFooter{
	padding-bottom: 10px;
}

.searchHeader{
	background-color: #D4D3D3;
	padding: 5px;
	font-weight: bold;
}

.jobDetails{
	margin-bottom: 20px;
	width: 100%;
}

.jobDetails th{
	background-color: #E50001;
	text-align:	center;
	padding: 5px 0px 5px 0px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1em;
	text-transform:uppercase;
}
.jobDetails td{
	padding: 8px 10px 0px 5px;
}

#label{
	background-color: #ffc0c0;
	font-weight: bold;
}

.floatRight{
	float: right;
	margin: 5px;
}
*/
/*********************************************  COMMENTS  *********************************************/

#comments li {
	background-image: none;
	padding: 0px;
}
#comments p {
	font-size: 1em;
	margin: 0px 0px 15px 0px;
	padding: 0px 25px 0px 25px;
}
#comments div {
	border-top: 1px #cccccc solid;
	background-color: #eeeeee;
	padding: 5px 25px 5px 25px;
	margin: 0px 0px 10px 0px;
}
#commentsHeader {
	border-bottom: 1px #bbbbbb solid;
	margin: 20px 0px 22px 0px;
	font-weight: bold;
}
#addCommentHeader {
	border-bottom: 2px #8c8c8c solid;
	font-weight: bold;
}
#addComment {
	background-color: #eeeeee;
	padding: 15px 25px 10px 25px;
}
#addComment ul {
	list-style-type: disc;
	margin: 0px 0px 0px 15px;
}
#addComment li {
	background-image: none;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
/*********************************************  COMMENTS  *********************************************/

#addComment ul li{
	font-size: 0.75em;
}


.reviewPaging {
	font-size: .8em;
	background-color: #eeeeee;
	padding: 5px 0px 5px 0px;
	text-align: center;
	margin: 15px 0px 15px 0px;
}

.reviewPaging span {
	border: 1px #cdcdcd solid;
	padding: 0px 4px 0px 4px;
	margin: 0px 5px 0px 5px;
}

.reviewPaging div {
	display: inline;
	margin: 0px 0px 0px 0px;
}


/********************************************  SEARCH BOX  ********************************************/


#searchBox {
	margin: 30px 0px 0px 0px;
	font-size: 0.75em;
}
#searchBox select{
	width: auto !important;
}
#searchBox fieldset {
	padding: 0px 20px 10px 20px;
	margin: -10px 0px 15px 0px;
}
#adminWrapper #searchBox legend {
	border: none;
	color: #999999;
	margin: 5px 0px 5px 10px;
	font-size: 1em;
}
#searchBox #searchCriteria {
	vertical-align: middle;
	padding: 2px 0px 2px 2px;
	background-image: url('/images/admin/admin-input-bg.gif');
	background-repeat: repeat-x;
	width: 150px;
}
#searchBox #searchField {
	vertical-align: middle;
}
#searchBox .button {
	margin-right: 0px;
	vertical-align: top;
	position: relative;
	bottom: 6px;
}
#searchBox #searchLeft {
	float: left;
	line-height: 1.8em;
}
#searchBox #searchRight {
	float: right;
	margin: 48px 0px 0px 0px;
}
#statusSearch {
	margin: 0px 0px 5px 0px;
}
#statusSearch label {
	float: none;
	width: auto;
	display: inline;
	font-weight: normal;
	margin: 0px 25px 0px 5px;
}
#statusSearch input {
	padding: 0px;
	height: 16px;
	width: 16px;
}
#searchBox .button, .buttonHeader, .buttonGreen {
	display: -moz-inline-box;
	display: inline-block;
	min-height: 17px;
	height: auto !important;
	height: 17px;
	border: 1px #da180a solid;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 15px 5px 30px;
	background-image: url('/images/admin/admin-button-bullet.gif');
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: #ffffff;
	margin: 0px 20px 0px 0px;
}
#searchBox .button:hover, .buttonHeader:hover {
	background-image: url('/images/admin/admin-button-bullet-hover.gif');
	background-color: #f79b98;
}



/************************** Search Box Right Panel *****************************************/
#directorySearch, #storySearch {
	margin-bottom: 20px;
}

#productSearch .searchField, #storySearch .searchField, #searchJob .searchField{
	border: 0px;
	color: #FFFFFF;
	margin: 0px;
	margin-bottom: 10px;
	padding: 2px 0px 2px 3px;
	width: 250px;
	height: 26px;
	background-image: url(/images/textfield-bg.gif);
	background-repeat: repeat-x;
}
#directorySearch select {
	margin: 0px 0px 10px 0px;
}
#directorySearch .tagButton {
	margin: 10px 0px 15px 0px;

}
#storySearch select, #searchJob select{
	background-color: #333333;
	color: #FFFFFF;
	border: 1px #333333 solid;
	margin-bottom: 10px;
}
#directorySearch textarea, #storySearch textarea, #searchJob textarea{
	background-color: #333333;
	color: #FFFFFF;
	border: 1px #333333 solid;
	margin-bottom: 10px;
}

#productSearch label, #storySearch label, #searchJob label{
	color: #000000;
	font-size: 0.8em;
	width: 250px;
	float:left;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}	
#productSearch .tagButton, #storySearch .tagButton{
	margin: 0px;
}

#ajaxViewStories td, #ajaxViewDirectories td, #ajaxViewJob td{
	font-size: 0.8em;
	color: #000000;
	background-color: #FFFFFF;
}

#ajaxViewDirectories .reviewPaging, #ajaxViewStories .reviewPaging, #ajaxViewJob .reviewPaging{
	margin: 0px 0px 10px 0px;
}

#ajaxViewStories #divider{
	border-top: 1px #2E6D02 dotted;
}

/************************************  Directory  ***************************************/

#dirCategories {
	font-size: .8em;
}
#dirCategories .level1 {
	margin: -10px 0px 0px 0px;
}
#dirCategories .level1 li {
	border-bottom: 2px #dddddd solid;
	padding: 4px 0px 10px 0px;
	font-weight: bold;
}
#dirCategories .level2 li a {
	font-weight: normal;
}
#dirCategories .level2 li {
	border-bottom: none;
	padding: 0px;
}
#dirCategories .level2 {
	margin: 4px 0px 0px 15px;
}

/*********************************** Ajax ****************************************************/
#ajaxLoadingMainPanel{
	text-align:center;
	margin-top:80px; 
	margin-left: 150px; 
}


.dirLogo{
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}

/****************** PERMISSION DENIED IBOX ************************/
.iboxHeader {
	color: #e50001;
	border-bottom: 2px #e50001 solid;
	font-family: impact, arial narrow;
	text-transform: uppercase;
	padding: 0px 0px 1px 0px;
	margin: 0px 0px 19px 0px;
	font-size: 1.4em;
	font-weight: normal;
	position: static;
}

/***************** Images *******************************************/
#contentRightCol {
	clear: right;
	float: right;
	margin: 0px 0px 15px 15px;
	width: 150px;
	position: relative;
}
#contentRightCol img{
	margin-bottom: 5px;
}

#homepageLink a{
	font-weight: normal;
	text-decoration: none;
	color: #ed7d00;
	font-size: 0.7em;
	position: relative;
	top: 26px;
}




/*********************************************  Uploading Images  *********************************************/
.uploadResponse span{
	width: 80px;
	display: inline;
}

.button:hover, .popup_closebox:hover  {
    background-color:#F79B98;
    background-image:url(/images/admin/admin-button-bullet-hover.gif);
}
.button, .popup_closebox {
    background-color:#FFFFFF;
    background-image:url(/images/admin/admin-button-bullet.gif);
    background-position:10px center;
    background-repeat:no-repeat;
    border:1px solid #DA180A;
    color:#000000;
    display:-moz-inline-box;
    font-weight:bold;
    height:auto !important;
    margin:0px 20px 0px 0px;
    min-height:17px;
    padding:5px 15px 5px 30px;
    text-decoration:none;
}


/*********************************************  MAGAZINE LIST  *********************************************/

.magList {
	font-size: .8em;
}
.magList .title {
	color: #555555;
	margin-top: 2px;
}
.magList .magItem {
	float: left;
	width: 176px;
	padding: 0px 10px 30px 10px;
	text-align: center;
}
.magList li {
	padding: 0px;
	line-height: 1.2em;
}
.magList .clearFloat {
	height: 1px;
}


/*********************************************  HACKS  *********************************************/

p table td {
	font-size: 1em;
}

/*********************************************  Right Column Content  *********************************************/

div.paragraphStyle {
    color: #222222;
    font-size: 0.75em;
    line-height: 1.6em;
}

/* @override http://dev.nichestudio.com.au/dl/style.css */

#dcontainer {
	display: block;
	float: left;
	margin: 0;
	width: 640px;
	height: 282px;
}

#playercont {
	width: 281px;
	height: 282px;
	display: block;
	float: left;
	clear: both;
	background: url(/images/vibe_vidbg.png) no-repeat;
}

#playercont object#Player {
	margin: 8px 0 0 22px;
}

#dcontainer #dlink a img {
	border: none;
}