body {
	margin: 0 0 10px 0;
	font-family: Arial, sans-serif;
	font-size: 14px;
	background: url('/img/background.jpg') repeat-x;
	color: #4c4d4f;
}

h1 {
	margin-bottom: 1em;
	font-size: 200%;
}

h2 {
	margin-top: 1em;
	font-size: 180%;
}

h3 {
	margin-top: 1em;
	font-size: 150%;
}

p {
	margin-top: 1em;
	line-height: 1.3em;
}

p.first {
	margin-top: 0 !important;
}

a {
	text-decoration: none;
	color: #3286cd;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #1e517c;
}

td {
	padding: 5px;
}

ul {
	margin-left: 1em;
}

fieldset {
	border: 1px solid #dedede;
	padding: 10px;
}

legend {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 5px;
	margin: 0 10px;
}

dt {
	padding-top: 15px;
	font-weight: bold;
}

dd {
    margin-left: 1em;
}

/** start header **/
#header-container {
        background: transparent url('/img/head_background.jpg') no-repeat scroll center top;
        width: 100%;
        height: 98px;
        overflow: hidden;
}

#header {
	width: 950px;
	height: 89px;
	margin: 0 auto;
	padding-top: 9px;
	font-size: 13px;
}

	.logo-container {
		position: relative;
		float: left;
		width: 236px;
		height: 82px;
	}

	.byline {
		position: absolute;
		bottom: 0px;
		left: 60px;
		z-index: 10;
		width: 300px;
		font-weight: bold;
		font-size: 14px;
		font-style: italic;
	}

	.top-logo {
		z-index: 5;
	}

	#top-navigation {
		float: left;
		padding: 55px 0 0 110px;
                position: relative;
                width: 590px;
                height: 40px;
                margin-left: 0;
/*                overflow: hidden;*/
	}

		#top-navigation li {
			list-style: none;
			float: left;
			text-transform: uppercase;
            padding: 0 10px;
			white-space: nowrap;
		}

		#top-navigation a {
			font-weight: bold;
                        outline: none;
                        top: 7px;
                        z-index: 10;
                        display: block;
                        height: 30px;
                        position: relative;
/*                        overflow: hidden;*/
                        margin: auto 8px;
                        text-decoration: none;
		}

		#top-navigation li.backLava {
                        background: url("/img/lava.gif") no-repeat right -30px;
                        width: 9px; height: 30px;
                        z-index: 8;
                        position: absolute;
		}

		#top-navigation li.backLava .leftLava {
                        background: url("/img/lava.gif") no-repeat top left;
                        height: 30px;
                        margin-right: 9px; /* 7px is the width of the rounded shape */
		}


#category-menu {
	background: url('/img/category_menu_back.gif') no-repeat;
	margin: 20px auto 0 auto;
	height: 65px;
	width: 950px;
	position: relative;
	font-size: 13px;
}

	.sf-menu {
		list-style: none;
		position: absolute;
		left: 10px;
		bottom: 2px;
	}

		.sf-menu ul {
			text-transform: uppercase;
		}

		#category-menu li {
/*			float: left;*/
			text-transform: uppercase;
		}

		#category-menu a {
			color: #000;
			font-weight: bold;
		}

		#category-menu a:hover {
			color: #fff;
		}

#container {
	margin: 0 auto;
	padding-top: 10px;
	width: 930px;
}

	#col-left {
		background: transparent url('/img/col_left_back.gif') no-repeat;
		width: 641px;
		float: left;
		padding: 35px;
		padding-bottom: 10px;
	}

	.full-size #col-left {
		background: transparent url('/img/col_left_back_wide.gif') no-repeat;
		width: 860px;
	}

		.min-height {
			float: left;
			width: 1px;
			height: 450px;
		}

		#content {
			float: left;
			width: 630px;
		}

		.full-size #content {
			width: 849px;
		}

		#content li {
			margin-bottom: .4em;
		}

	#homepage #col-left {
		width: 701px;
		background: none;
		padding: 0 10px 0 0;
	}

	#home-flash-container .missing-flash {
		color: #8B0705;
		width: 701px;
		height: 250px;
		padding-top: 30px;
		text-align: center;
	}

	#feature-box-narrow {
		float: right;
		width: 290px;
		height: 183px;
		margin-left: 15px;
		padding: 0 10px 10px 0;
		min-height: 400px;
	}

	#feature-box-narrow p {
	    margin-top: 1.2em;
	}

	#feature-box-wide {
		float: left;
		width: 383px;
		padding-left: 2px;
	}

		#feature-box-wide h2, #latest-news h2 {
			margin: 5px 0 10px 0;
			font-size: 20px;
			color: #3587cd;
		}

		#feature-box-wide ul {
			width: 99%;
			float: left;
			margin: 0;
			padding-top: 10px;
		}

		#feature-box-wide ul li {
			list-style-type: none;
			list-style-position: outside;
			font-size: 14px;
			padding: 0 0 10px 0;
		}

		.social-media {
			clear: both;
			width: 100%;
			margin-top: 20px;
			text-align: center;
		}

		.social-media img {
			padding: 0;
		}

	#col-right {
		width: 219px;
		float: left;
	}

		.secured-seal {
			width: 90px;
			margin: 0 auto;
		}

        #sibling-videos-box ul, #sibling-categories-box ul {
            margin: 5px 0 0;
        }

        #sibling-videos-box li, #sibling-categories-box li {
            list-style-type: none;
			list-style-position: outside;
        }

#home-pic {
  margin-top: -3px;
	padding-bottom: 15px;
}

#video-table, #category-table {
	margin-top: 20px;
}

  #video-table .head td, #category-table .head td {
    padding: 10px 20px 5px;
    font-size: 18px;
  }

  #video-table .data td, #category-table .data td {
    padding: 0 20px 10px;
  }

  #video-table .altrow, #category-table .altrow {
    background-color: #efefef;
  }

.video-page h2 {
    float: left;
    width: 300px;
	margin-top: 0;
}

.video-file-page h2 {
    float: left;
    width: 300px;
	margin-top: 0px;
	clear: both;
}

.video-top-right {
    float: right;
    margin-top: 0;
    width: 300px;
	padding-top: 5px;
}

.total-file-metadata {
    font-size: 80%;
    font-style: italic;
	text-align: right;
}

.return-category {
	float: right;
    text-align: right;
    margin-top: 0;
	padding: 5px 0 0 45px;
	height: 21px;
	background: transparent url('../img/left-arrow.png') no-repeat scroll center left;
}

.return-video {
    float: left;
    text-align: right;
	padding: 5px 0 0 45px;
	height: 21px;
	background: transparent url('../img/left-arrow.png') no-repeat scroll center left;
}

.return-video-login {
    margin-top: 0;
	padding: 5px 0 0 45px;
	height: 21px;
	background: transparent url('../img/left-arrow.png') no-repeat scroll center left;
}

.return-video img {
	vertical-align: bottom;
}

.prev-video {
	padding: 5px 0 0 45px;
	height: 21px;
	background: transparent url('../img/left-arrow.png') no-repeat scroll center left;
}

.next-video {
	background: transparent url('../img/right-arrow.png') no-repeat scroll center right;
	padding: 5px 45px 0 0;
	height: 21px;
}

.vid-next {
}

.vid-prev {
}


.video-file-list {
	margin-top: 20px;
}

	table tr.empty-cells td {
		height: 1px !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	.video-file .file-name {
		font-weight: bold;
		font-size: 15px;
		width: 80%;
	}

        .video-file-list td {
            padding: 0;
        }

        .video-file-list td {
            padding: 10px 3px 10px 3px;
        }

        .video-file-list td.video-group-spacer {
            width: 4%;
        }

        .video-file-list .video-group {
            font-weight: bold;
			padding-top: 20px;
        }

        .video-file-list td.file-description, .video-file-list td.watch-now {
            padding-top: 0;
            vertical-align: top;
        }

        .video-file-list tr.no-desc td {
            padding: 0;
			height: 10px;
        }

        .video-file-list tr.spacer-row td {
			height: 10px;
			line-height: 0;
			padding: 0;
        }

        .video-file-list tr.spacer-row td.below-tick {
			background-color: transparent;
        }

        .video-file-list tr.viewed .filename-row {
			background: transparent url('/img/tick.png') no-repeat scroll left 10px;
			padding: 0;
        }

        .video-file-list tr.viewed .file-name a {
			color: #7f7f7f;
        }

        .video-file-list td.file-name, .video-file-list td.file-metadata, .video-file-list td.file-paid, .video-file-list td.file-free {
            padding-bottom: 0;
        }

        .video-file-list td.file-name, .video-file-list td.file-description {
			padding-left: 5px;
        }

        .video-file-list td.file-metadata {
            width: 10%;
			padding-left: 1em;
        }

        .video-file-list td.watch-now {
            font-size: 80%;
            text-align: right;
        }

        .video-file-list td .view-signup {
            font-style: italic;
        }

        .video-file-list .altrow td {
            background-color: #fafafa;
        }

        .video-file-list .spacer-cell {
            width: 20px;
        }

        .video-file-list .altrow .spacer-cell {
            background-color: transparent !important;
        }

.video-nav {
	float: right;
	width: 200px;
}

.video-nav div {
	float: right;
	padding-left: 15px;
}

.video-nav .next-video-disabled {
	color: #999;
	background: transparent url('../img/right-arrow_disabled.png') no-repeat scroll center right;
	padding: 5px 45px 0 0;
	height: 21px;
}

.video-nav img {
	vertical-align: bottom;
}

.video-auto-switch {
	float: right;
	font-size: 11px;
/*	width: 300px;*/
	padding-top: 5px;
}

.file-metadata {
	font-size: 11px;
	color: #666;
	text-align: right;
}

.file-paid {
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
}

.file-paid a {
	text-decoration: underline;
}

.file-free {
	font-size: 10px;
	font-weight: bold;
	color: #e7002e;
	text-align: right;
	white-space: nowrap;
}

.terms-conditions {
	margin-left: 1.5em;
}

.terms-conditions li {
	list-style: decimal outside;
	margin-top: 1em;
}

.terms-conditions ul li {
	list-style: disc outside;
	margin-top: 1em;
}

#ajax-loader {
	padding: 10px;
	text-align: center;
}

#price-group {
	padding: 10px;
	text-align: center;
	font-size: 16px;
}

.form-group {
	padding-bottom: 10px;
	clear: both;
}

	.form-label {
		text-transform: uppercase;
	}

	.form-field input {
		width: 180px;
	}

	.login-button {
		float: right;
	}

	#login-box .form-group input {
		padding-left: 2px;
	}

	#login-box .form-group {
		width: 187px;
		margin: 0 auto;
	}

	.login-submit {
		padding: 5px 0 0 0;
		margin: 0 auto;
		width: 187px;
	}

	.login-submit .submit {
		float: right;
		padding: 0;
		width: 67px;
	}

	.login-register {
		float: left;
		padding: 0;
		font-size: 14px;
		font-weight: bold;
		width: 87px;
	}

	.login-register a {
		text-decoration: underline !important;
	}

	.login-forgot-password {
		clear: both;
		text-align: center;
		font-size: 11px;
		padding-top: 10px;
	}

	.login-forgot-password a {
		color: #999999;
	}

	.indicate-required {
		font-size: 11px;
	}

	.edm-subscribe {
		padding-left: 1px;
	}

	.registration .field-set {
		background: transparent url('/img/signup_box_top.gif') no-repeat;
		width: 738px;
		border: none;
		position: relative;
		padding: 0;
		margin: 0 auto 20px;
	}

	.registration .rego-footer {
		background: transparent url('/img/signup_box_bottom.gif') no-repeat scroll bottom left;
		width: 698px;
		padding: 80px 20px 20px 20px;
	}

	.registration .left-col {
		float: left;
		padding-right: 50px;
		width: 259px;
	}

	.registration .right-col {
		 float: left;
		padding-left: 70px;
		border-left: 1px solid #ccc;
		width: 247px;
	}

	.registration .legend {
		position: absolute;
		color: #fff;
		font-weight: bold;
		text-transform: uppercase;
		top: 25px;
		left: 100px;
	}

	.registration .number {
		position: absolute;
		top: -3px;
		left: 35px;
		font-size: 67px;
		color: #fff;
	}

	.registration .submit {
		padding: 10px 0 0 80px;
	}

	.registration .security-info {
		float: right;
		width: 400px;
		padding-right: 50px;
	}

	.security-info div {
		float: right;
		width: 120px;
		padding: 0 15px;
	}

	.security-info .eway {
		font-size: 10px;
		text-align: center;
	}

	.help {
		float: right;
	}

.links-page li {
	padding-bottom: 1em;
	list-style-position: outside;
}


.available-codes {
	margin-top: 20px;
}

#available-codes-table {
	border: 1px solid #999;
	margin-top: 20px;
	height: 200px;
	width: 80%;
	overflow: scroll;
}

.side-box {
	width: 219px;
	padding-bottom: 15px;
}

	.side-box-head {
		background: url('/img/side_box_head.png') no-repeat;
		width: 199px;
		height: 22px;
		text-transform: uppercase;
		font-size: 13px;
		font-weight: bold;
		color: #fff;
		padding: 8px 0 0 20px;
	}

	.side-box-body {
		background-color: #fff;
		padding: 10px;
		padding-bottom: 0;
	}

	.side-box-heading {
		color: #000;
		font-weight: bold;
	}

	.side-box-foot {
		background: transparent url('/img/side_box_foot.png') no-repeat;
		height: 9px;
		width: 219px;
	}

	.welcome-message {
		font-weight: bold;
		font-size: 120%;
	}

	.template-expiry {
		font-style: italic;
		font-size: 90%;
                padding-top: 10px;
	}

	.template-profile-links {
		font-size: 90%;
                padding: 10px 20px 0 0;
                float: left;
	}

div.input {
	padding-bottom: 5px;
}

div.inline {
	float: left;
	padding-right: 10px;
}

div.input label {
	display: block;
}

div.checkbox label {
	display: inline;
	padding-left: 10px;
}

li.heading {
	list-style-type: none;
	font-weight: bold;
	text-transform: uppercase;
}

.required label, p.required, .edm-required {
    padding-left: 20px;
    background-image: url('/img/mandatory.gif');
    background-repeat: no-repeat;
    background-position: left center;
}

p.required {
    margin-left: 100px;
    margin-bottom: 10px;
}

.edm-required {
	font-size: 90%;
}


.optional {
    font-size: 80%;
}

.expired-subscription {
    padding: 20px;
    background-color: #ff9999;
    border: 1px dotted #666;
    font-weight: bold;
}

.paging div {
	display: inline;
}

#footer {
    clear: both;
    background: url('/img/footer_bar.gif') no-repeat;
    margin: 15px auto 0 auto;
    font-size: 12px;
    font-weight: normal;
    width: 932px;
    height: 35px;
}


	#footer ul {
            list-style: none;
            padding-top: 11px;
	}

		#footer li {
                    list-style: none;
                    float: left;
                    padding-left: 20px;
		}

		#footer a {
                    color: #fff;
		}

		#footer li#copyright {
                    color: #fff;
                    float: right;
                    padding-right: 10px;
		}

#external-links {
    margin: 15px auto 0 auto;
    width: 219px;
    text-align: center;
    font-size: 10px;
}

	#external-links div {
            padding-bottom: 10px;
	}

#subscription-renewal {
    padding-top: 20px;
}

.message {
    color: #00a651;
    font-weight: bold;
    padding: 10px;
    border: 1px dotted #00a651;
    background-color: #fff799;
    margin: 10px 0;
}
.side-box-body .message {
    margin: 0;
}

.subscriptions .submit {
    padding: 10px 0 0 80px;
}

.subscriptions .field-set {
    background: transparent url('/img/maintenance_box_top.gif') no-repeat;
    width: 393px;
    border: none;
    position: relative;
    padding: 0 20px 0 0;
    margin: 10px auto 0;
    float: left;
}

.subscriptions .sub-footer {
    background: transparent url('/img/maintenance_box_bottom.gif') no-repeat scroll bottom left;
    width: 353px;
    padding: 50px 20px 20px 20px;
}

.subscriptions .legend, .edit-user .legend, .forgot-password .legend {
    position: absolute;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    top: 7px;
    left: 30px;
}

.edit-user .field-set, .forgot-password .field-set {
    background: transparent url('/img/profile_box_top.gif') no-repeat;
    width: 563px;
    border: none;
    position: relative;
    padding: 0;
    margin: 10px auto 0;
    float: left;
}

.edit-user .sub-footer, .forgot-password .sub-footer {
    background: transparent url('/img/profile_box_bottom.gif') no-repeat scroll bottom left;
    width: 563px;
    padding: 50px 20px 20px 20px;
}

.home-option {
    width: 100px;
    font-size: 12px;
    text-align: center;
    float: left;
    padding: 40px 20px 0;
}

#latest-news {
	clear: both;
	padding-top: 30px;
}

#latest-news h3 {
	font-size: 14px;
	font-weight: normal;
}

.disabled-field {
    font-weight: bold;
}

.tally-table {
    margin: 20px 0;
}

.tally-table th {
    font-weight: bold;
    border-bottom: 1px dashed #999 !important;
    border: 1px solid #999;
    padding: 5px 10px;
    text-align: center;
}

.tally-table td {
    border: 1px solid #999;
}

.error-message {
    color: #8B0705;
}

.qtip p {
    margin: 0 0 1em 0;
    padding: 0;
}

.tooltip-elements {
    display: none;
}

.large-pad {
	height: 1.5em;
	width: 10px;
}

.bottom-feeder {
    clear: both;
}

.bottom-feeder-left {
    clear: both;
}