/*
 * CSS: BASICS
 * URL: *
 */
a:link, a:visited {
	color: #50839c;
	text-decoration: none;
}
a:hover, a:active {
	color: #FCD52A;
	text-decoration: underline;
}
img {border:none}
.fl {float: left;}
.fr {float: right;}
.cl {clear:left;}
.cr {clear:right;}
.cb {clear:both;}
.ha {height: auto;}
.hidden {
	display: none;
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.center { text-align: center; }
.right { text-align: right; }
.nopadding { padding: 0; }
.p10 { padding: 10px; }
.m10 { margin: 10px; }
.mtb10 { margin: 0; }
.bold { font-weight: bold; }
.color_maroon { color: #9e1d21; }
.color_bright_yellow { color: #E6CE54; }

.border-bottom { border-bottom: 1px solid #000; }
.invisible { visibility: hidden; }


/*
 * CSS: MAIN STRUCTURE
 * URL: *
 */
body {
	font-family: Arial, Verdana, Tahoma, Sans-serif;
	font-size: 12px;
	background: #EBEAEA;
	padding: 0;
	margin: 0;
	color: #000;
}

h1 { font-size:18px; font-weight:bold;}
h2 { font-size:15px;}
h3 { font-size:14px;}
h4 { font-size:12px; font-weight:bold;}
h5 { font-size:12px; }

body.nobg {
	background: none;
}
div.wrapper {
	width: 965px;
	margin: auto;
}
div.header {
	background: #000;
	width: 965px;
	margin: auto;
}
div.header_bg {
	/*background: #000;*/
	height: 109px;
}
div.header_bg_aff {
	background: #000;
	height: 92px;
}
/* HEADER LINK POSITION*/
div.header_bg div.header_wrapper a.large_flag {
	left: -90px;
	top: -10px;
	position: absolute;
	cursor: pointer;
	text-decoration: none;
}
div.header_bg div.header_wrapper div.head_logo {
	float: left;
	position: relative;
	left: 20px;
	top: -10px;
}
div.header_bg div.header_wrapper div.head_tagline {
	float:right;
	margin: 88px 16px 0 0;
}
div.header_bg div.header_wrapper div.head_phone_no1 {
	left: 710px;
	top: 15px;
	position: absolute;
}
div.header_bg div.header_wrapper div.head_phone_no2 {
	left: 790px;
	top: 47px;
	position: absolute;
}
div.header_bg div.header_wrapper a.as_seen_on_tv {
	left: 860px;
	top: 35px;
	position: absolute;
	cursor: pointer;
	text-decoration: none;
}

div.header_bg_aff div.header_wrapper a.large_flag {
	left: -90px;
	top: 10px;
	position: absolute;
	cursor: pointer;
	text-decoration: none;
}
div.header_bg_aff div.header_wrapper a.head_logo_aff {
	left: 0px;
	top: 0px;
	position: absolute;
	cursor: pointer;
	text-decoration: none;
}
div.header_bg_aff div.header_wrapper div.head_tagline_aff {
	left: 480px;
	top: 15px;
	position: absolute;
}
div.header_bg_aff div.header_wrapper a.as_seen_on_tv_aff {
	left: 860px;
	top: 25px;
	position: absolute;
	cursor: pointer;
	text-decoration: none;
}

div.header_bg div.header_wrapper a.small_flag,
div.header_bg_aff div.header_wrapper a.small_flag {
	top: 19px;
	position: absolute;
	cursor: pointer;
	text-decoration: none;
}
div.header_bg div.header_wrapper,
div.header_bg_aff div.header_wrapper {
	position: relative;
	z-index: 999;
}
div.header_bg_aff {
	background: #000;
	height: 109px;
}

div.main_container {
	background: #f6f6f6;
	width: 945px;
	padding: 10px 10px 120px;
	min-height:800px;
}
div.main_container2 {
	/*background: url(main_container_background2.gif) center top repeat-y;*/
	width: 965px;
}
div.main_container_footer {
	background: #f6f6f6;
        float:left;
	/*width: 960px;*/
}
div.main_container_footer-none div.footer_content {
	width: 965px;
	color: #000;
	text-align: center;
}
div.main_container_footer div.footer_content {
	width: 965px;
	color: #000;
	text-align: center;
}
div.main_container_footer-none div.footer_content a:link,
div.main_container_footer-none div.footer_content a:visited,
div.main_container_footer-none div.footer_content a:hover,
div.main_container_footer-none div.footer_content a:active,
div.main_container_footer div.footer_content a:link,
div.main_container_footer div.footer_content a:visited,
div.main_container_footer div.footer_content a:hover,
div.main_container_footer div.footer_content a:active {
	color: #000;
	text-decoration:underline;
}
/*
 * CSS: TOP NAVIGATION
 * URL: *
 */
div.topwrapper {
	/*background: #000;*/
	height: 30px;
	margin-left:auto;
	width: 50%;
}
div.topnavi {
	margin: auto;
	float:right;
}

div.topnavi ul.nav {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 13px;
}
div.topnavi ul.nav li {
	display: inline;
	margin-right: 20px;
}
div.topnavi ul.nav li img.flag{
	vertical-align: middle;
	margin: 5px 0;
}
div.topnavi ul.nav li a.track_button {
	background: url(trackpak_button.jpg) no-repeat;
	width: 176px;
	font-size: 18px;
}

div.topnavi ul.nav li a.track_button:link,
div.topnavi ul.nav li a.track_button:visited,
div.topnavi ul.nav li a.track_button:active,
div.topnavi ul.nav li a.track_button:hover {
	color: #000;
	padding-left: 20px;
}
div.topnavi ul.nav li div.text {
	display: block;
	float: left;
	line-height: 30px;
	padding: 0 10px;
	color: white;
	font-weight: bold;
}
div.topnavi ul.nav li.border div {
	display: block;
	float: left;
	line-height: 30px;
	padding: 0 2px;
	color: white;
	font-weight: bold;
}
div.topnavi ul.nav li a:link,
div.topnavi ul.nav li a:visited {
	display: block;
	float: left;
	line-height: 30px;
	padding: 0 10px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
div.topnavi ul.nav li.active a:link,
div.topnavi ul.nav li.active a:visited {
	color: white;
	text-decoration: none;
}
div.topnavi ul.nav li.last {
	float: right;
}
div.topnavi ul.nav li.last a:link,
div.topnavi ul.nav li.last a:visited {
	
}
div.topnavi ul.nav li a:hover,
div.topnavi ul.nav li a:active {
}
div.topnavi ul.nav li.color2 a:link,
div.topnavi ul.nav li.color2 a:visited,
div.topnavi ul.nav li.color2 a:link,
div.topnavi ul.nav li.color2 a:visited {
	color: #FCD52A;
}

/* SUCKERFISH DROPDOWN */
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav a {
	display: block;
	/*width: 10em;*/
}
#nav li {
	float: left;
	/*width: 10em;*/
}
#nav li ul {
	position: absolute;
	width: 250px;
	left: -999em;
	top: 0;
	margin-top: 30px;
	/*background: #FBF7D2;*/
	border: 2px solid #ACAF9A;
	background: #fff;
}
#nav li ul li {
	width: 250px;
	overflow: hidden;
	text-align: left;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	/*padding: 5px 0;
	border-bottom: 1px solid #ccc;*/
}
#nav li ul li a:link,
#nav li ul li a:visited {
	/*height: 25px;
	padding: 0 10px;
	color: #c7a430;
	background: #FBF7D2;
	margin: 5px 0;*/
	background: #fff;
	color: #000;
	width: 250px;
	text-align: left;
}
#nav li ul li a:hover,
#nav li ul li a:active {
	background: #9a9a9a;
	color: #fff;
	width: inherit;
	text-align: left;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
}
#nav li ul li.current_page_item a:link,
#nav li ul li.current_page_item a:visited {
	color: #fff;
	background-image: none;
	/*background: #c7a430;*/
	background: #9a9a9a;
	text-align: left;
}
#nav li ul li.current_page_item a:link,
#nav li ul li.current_page_item a:visited {
	background: #9a9a9a;
	color: #fff;
	text-align: left;
}
#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
/*
 * CSS: NAVIGATION
 * URL: *
 */
div.navi {
	width: 700px;
	font-size: 14px;
	position: absolute;
	top: 79px;
	left: 2px;
}
div.navi ul.nav {
	list-style: none;
	padding: 0;
	margin: 0;
}
div.navi ul.nav li {
	display: block;
	display: inline;
	/*text-transform: uppercase;*/
}
div.navi ul.nav li a:link,
div.navi ul.nav li a:visited {
	float: left;
	display: block;
	height: 30px;
	line-height: 29px;
	text-align: center;
	margin-right: 1px;
	color: #000;
	font-weight: bold;
	width: 112px;
	background: url(NAV_TAB.jpg) no-repeat;
}
div.navi ul.nav li a:hover,
div.navi ul.nav li a:active {
	color: #996600;
}
div.navi ul.nav li.current_page_parent ul li.current_page_item {
	/*background: #c7a430;*/
	background: #9a9a9a;
	text-align: left;
}

div.navi ul.nav li.current_page_parent  a:link,
div.navi ul.nav li.current_page_parent  a:visited,
div.navi ul.nav li.current_page_item  a:link,
div.navi ul.nav li.current_page_item  a:visited {
	color: #996600;
}
div.navi ul.nav li ul {
	/*position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	width: 200px;*/
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
	background: #fff;
}

form.request div.sidebar_form_arrow  {
	background: url(sidebar_titlebar.jpg) no-repeat;
	width: 256px; 
	height: 18px;
	padding: 6px 15px;
	color: #fff;
	font-weight: bold;
}
form.request input.formfield,
form.request input.mediumformfield,
form.request input.smallformfield,
form.request select.mediumformfield,
form.request select.formfield {
	background: #FFF;
}
form.request input.red_button {
	background: url(requestbutton.jpg) no-repeat;
	width: 238px;
	height: 48px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border: none;
	padding-bottom: 6px;
}
form.request input.red_button_bg_white {
	background: url(requestbutton_bg_white.jpg) no-repeat;
	width: 236px;
	height: 50px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border: none;
	padding-bottom: 6px;
}
/* LIST */
h2.title span.mt {
	font-size: 12px;
	font-weight: bold;
}
.mt_large {
	font-size: 16px;
	font-weight: bold;
}
div.main_container div.portlet_left ul.std {
	list-style: none;
	padding: 0;
	margin: 0;
}
div.main_container div.portlet_left ul.std li {
	margin: 0 0 2px 0;
}

ol.simple-steps {
	list-style: none;
	padding: 0;
	margin: 0;
}
ol.simple-steps li {
	margin: 0 0 10px 0;
	padding: 10px 10px 10px 40px;
}

ol.simple-steps li.one {
	background:url(C4G_B_no1.jpg) left no-repeat;
}

ol.simple-steps li.two {
	background:url(C4G_B_no2.jpg) left no-repeat;
}

ol.simple-steps li.three {
	background:url(C4G_B_no3.jpg) left no-repeat;
}
/*
 * CSS: FORMS
 * URL: *
 */
form.std {
	margin: 20px 0;
	padding: 0;
}
form.std fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
form.std fieldset legend {
	display: none;
}
form.std fieldset ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
form.std fieldset ol li {
	margin: 0 0 10px 0;
	padding: 0 10px 10px 0;
	border-bottom: 1px solid #f0ede6;
}
form.std fieldset ol li.first {
	padding-top: 10px;
	border-top: 1px solid #f0ede6;
}
form.std fieldset ol li label {
	display: block;
	font-weight: bold;
	margin: 0 0 3px 0;
}
form.std fieldset ol li label.inline {
	display: inline;
}
form.std fieldset ol li div.innersep {
	height: 20px;
	line-height: 20px;
}
form.std fieldset ol li label.inline input.formradio {
	float: left;
}
form.std fieldset ol li small.note {
	font-size: 11px;
	font-weight: normal;
	color: #8c8c8c;
}
form.std fieldset ol li div.note {
	font-size: 11px;
	font-weight: normal;
	color: #8c8c8c;
}
form.std fieldset ol li input,
form.std fieldset ol li textarea {
	font-family: Arial, Verdana, Tahoma, Sans-serif;
	font-size: 12px;
	color: #333;
	margin-bottom: 4px;
}
form.std fieldset ol li input.formfield {
	background: white;
	border: 1px solid #999;
	padding: 2px 5px;
	width: 350px;
}
form.std fieldset ol li input.formfieldshort {
	background: white;
	border: 1px solid #999;
	padding: 2px 5px;
	width: 280px;
}
form.std fieldset ol li textarea.formtextarea {
	background: white;
	border: 1px solid #999;
	padding: 2px 5px;
	width: 350px;
	height: 70px;
	overflow: auto;
}
form.std fieldset div.btn {
	padding: 0 10px;
}
form.std fieldset div.btn input.formbutton {
	padding: 3px 5px;
	color: white;
	border-top: 1px solid #a8c3de;
	border-left: 1px solid #a8c3de;
	border-right: 1px solid #0d2c65;
	border-bottom: 1px solid #0d2c65;
}

/* SIDEBAR : TRACK A PACK*/
form.track {
	margin: 0;
}
form.track fieldset ol li {
	border-bottom: none;
}
form.track fieldset div.btn input.formbutton {
	background: url(requestbutton.jpg) no-repeat;
	width: 236px;
	height: 50px;
	line-height: 25px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding-bottom: 6px;
	border: none;
}
form.track fieldset div.btn input.formbutton_white_bg {
	background: url(requestbutton_bg_white.jpg) no-repeat;
	width: 236px;
	height: 50px;
	line-height: 25px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding-bottom: 6px;
	border: none;
}

/* MAIN PAGE */
div.main_container div.portlet_full{
	width: 925px;
	padding: 10px;
	background: #fff;
}
div.main_container div.portlet_left {
	width: 375px;
	float: left;
	background: #fff;
}
div.main_container div.pl_container {
	float: left;
	background: #fff;
	width: 385px;
	margin-bottom:30px;
	padding: 10px;
	border:solid #cecece 1px;
}
div.main_container div.pl_container_home {
	float: left;
	background: #fff;
	width: 570px;
	margin-bottom:30px;
	padding: 10px;
	border:solid #cecece 1px;
}
div.main_container div.portlet_right {
	float: right;
	width: 345px;
}
div.main_container div.portlet_right_with_step {
	height: 680px;
}
div.main_container div.portlet_right_without_step {
	height: 680px;
}
div.main_container div.portlet_right_comment {
	width: 330px;
	float: right;
	border: 1px solid #ccc;
	margin-right: 5px;
}
div.portlet_bottom {
	margin: 0;
	text-align: center;
}
div.portlet_bottom div.portlet_bottom_steps {
	margin: 10px 0;
}
div.portlet_bottom a:hover,
div.portlet_bottom a:link,
div.portlet_bottom a:visited,
div.portlet_bottom a:active {
	font-weight: bold;
	color: #000;
}
ul.real_story_people {
	width: 580px;
}
ul.real_story_people li {
	padding: 15px 10px;
	border-bottom: 1px solid #ccc;
}
ul.real_story_people li div.imgholder {
	float: left;
	width: 110px;
	height: 90px;
	border: 1px solid #ccc;
	padding: 10px;
	background: #fff;
}
ul.real_story_people li div.imgholder img {
	width: 110px;
	height: 90px;
}
ul.real_story_people li div.content {
	float: left;
	width: 400px;
	margin-left: 10px;
}


/* SIDEBAR STEP LIST */

div.request_form_content div.request_form_container {
	margin: 50px 10px 10px 10px;
}

table.std {
	width: 100%;
	border-collapse: collapse;
}
table.std th,
table.std td {
	padding: 3px 0pt 3px 3px;
	vertical-align: middle;
}
table.std th {
	padding: 10px 10px;
	text-align: left;
	color: #ccc;
	font-size: 11px;
}
/* REQUEST TABLE */
table.request_table {
	width: 325px;
	padding: 0;
	margin: 0;
}
table.request_table td.title {
	width: 100px;
}
table.request_table td.smalltitle {
	width:25px;
}
table.request_table td input.formfield {
	width: 180px;
}
table.request_table td input.formfieldhow {
	width: 280px;
	background:none;
	border:none;
}
table.request_table td select.formfieldhow {
	width: 280px;
}
table.request_table td input.mediumformfield ,
table.request_table td select.mediumformfield {
	width: 100px;
}
table.request_table td input.smallformfield {
	width: 45px;
}
table.request_table td select.smallformfield {
	width: 45px;
}

/* Community Announcements  */
div.content377 {
	padding: 10px;
	border: 1px solid #ccc;
}
.titlebar_announcements {
	/*width: 361px;*/
	width: 606px;
	height: 50px;
	padding: 0 8px;
	background: url(sliderbtn_background.gif) center top no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}
.titlebar_announcements .title {
	float: left;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
.titlebar_announcements .announcements {
}
.titlebar_announcements .announcements div.word_button {
	background: url(ads_pagi_word.jpg) no-repeat;
	width: 56px;
	height: 29px;
	line-height: 26px;
	font-weight: bold;
	text-align: center;
	color:#fff;
	cursor: pointer;
}
.titlebar_announcements .announcements div.word_button_left {
	float: left;
	margin-left: 10px;
}
.titlebar_announcements .announcements div.word_button_right {
	float: right;
	margin-right: 10px;
}
.titlebar_announcements .announcements ul {
	list-style: none;
	width: 180px;
	margin: 0 auto;
	padding: 0;
}
.titlebar_announcements .announcements ul li {
	display: inline;
	float: left;
}
.titlebar_announcements .announcements ul li a {
	display: block;
	float: left;
	line-height: 30px;
	height: 30px;
	width: 29px;
	margin: 0 2px 0 0;
	background: url(ads_pagi.gif) repeat-x;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
.titlebar_announcements .announcements ul li a:hover {
	color: #ffffff;
}
.titlebar_announcements .announcements ul li a.activated {
	background: url(ads_pagi_active.gif) repeat-x;
	color: #ffffff;
	height: 39px;
	width: 37px;
	line-height: 37px;
}
.titlebar_announcements .announcements ul li.stop a {
	display: block;
	float: left;
	line-height: 30px;
	height: 30px;
	width: 38px;
	margin: 0;
	/*background: url(../cabg_pause.png) repeat-x;*/
	color: #999999;
	text-align: center;
	text-decoration: none;
}
.titlebar_announcements .announcements ul li.stop a:hover {
	color: #ffffff;
}

.slider {
	width: 600px; 
	height: 300px;
	background: #fff;
	overflow: hidden;
}
.slider .slider_section {
	float: left;
	width: 600px; 
	height: 300px;
	overflow: hidden;
}
.slider .slider_content {
	width: 10000px;
}

/* LOGO CONTAINER */
div.logo_container {

}
div.logo_container div.logo {
	width: 130px;
	float: left;
	text-align: center;
	padding: 10px;
}
div.logo_container div.border_right {
	border-right: 1px solid #ddd;
}

/* PROCESS PAGE */
ol.process {
	padding: 0 0 0 20px;
	margin: 0;
}
ol.process li {
	font-weight: bold;
	font-weight: 14px;
	padding: 5px 0;
}
/* FACILITY PAGE */
ul.facility {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.facility li {
	font-weight: bold;
	padding: 10px 0;
}
ul.facility li div.image {
	width: 314px;
	height: 212px;
	float: left;
}
ul.facility li div.content {
	padding: 10px 0 0 10px;
	width: 280px;
	height: auto;
	float: left;
}
/* FAQ LIST */
ol.faq_list {
	list-style: none;
	margin: 0;
	padding:  0;
}
ol.faq_list li {
	padding: 10px;
	margin: 0;
	border-bottom: 1px solid #ccc;
}
ol.faq_list li div.q_title {
	font-weight: bold;
}

/* AFF LIST */
div.c4g_aff_container {
	background: url(c4g_aff_bg.gif) no-repeat;
	width: 776px;
	height: 826px;
	margin: 0 auto;
	position: relative;
}
div.c4g_aff_container div.aff_form {
	position: absolute;
	top: 330px;
	left: 425px;
}
div.c4g_aff_container div.aff_form table td {
	height: 41px;
	padding: 0;
}
div.c4g_aff_container_content {
	width: 776px;
	margin: 0 auto;
}
form.requestkit select.formfield {
	width: 185px;
}

form.requestkit input.formfield {
	width: 110px;
}
form.requestkit input.smallformfield {
	width: 60px;
}
form.requestkit input.verysmallformfield {
	width: 30px;
}
form.requestkit select.formfield {
	width: 180px;
}
form.requestkit select.smallformfield {
	width: 130px;
}

/* ERROR MESSAGE */
.errorfy{
	color :red;
}

/* MESSAGE CONTAINER */
div.main_container div.portlet_full div.message_container {
	width: auto;
}
div.message_container {
	width: 500px;
	padding: 20px;
	margin: 20px auto;
	border: 1px solid #ccc;
}


.pleaseselect_home {
	position:absolute;
	top:0;
	left:0;
	width:290px;
}

/* WP STYLING */
/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */

span.mandatory {
	color: red;
}

/* CASHGOLD-80 */
table.request_table label.smalllabel {
	font-weight: bold;
}
/*AFF BOTTOM LINK */
h2.bottom_link {
	font-weight: bold;
	font-size: 14px;
	color: #000;
	padding: 0;
	margin: 0;
}
h2.bottom_link a:link,
h2.bottom_link a:visited,
h2.bottom_link a:hover,
h2.bottom_link a:active {
	color: #000;
}
h3.bottom_unsubscribe {
	font-weight: bold;
	font-size: 12px;
	color: #000;
	padding: 0;
	margin: 0;
}
h3.bottom_unsubscribe a:link,
h3.bottom_unsubscribe a:visited,
h3.bottom_unsubscribe a:hover,
h3.bottom_unsubscribe a:active {
	color: #000;
	text-decoration: underline;
}
/* REQUEST FORM */
div.main_header_container {
	height: 325px;
}
div.main_header_sub_container {
	position: relative;
	height: 325px;
}
div.request_form {
	position: absolute;
	width: 400px;
	height: 667px;
	background: url(form.jpg) no-repeat;
}
div.main_header_sub_container div.request_form_aff {
	position: absolute;
	top: 0;
	left: 473px;
	width: 400px;
}

div.portlet_right div.step_list {
	position: absolute;
	top: 675px;
	left: 50px;
}
div.right_empty_spot {
	width: 350px;
	height: 340px;
	float: right;
}

div.main_arrow_flash {
	position: absolute;
	top: 10px;
	left: 573px;
	z-index: 1;
}
div.sidebar_arrow_flash {
	position: absolute;
	top: 10px;
	left: -27px;
	z-index: 1;
}
div.sell_jewelry {
	float:left;
}

div.guaranteed {
	background: #fff;
	border: 1px solid #ccc;
	float: right;
	padding: 15px;
	width: 305px;
	margin-right: 50px;
	height: 205px;
}

/* USE WITH VIDEO LIST */
div.crs_left_content {
	background: #fff;
	float: left;
	/*margin-left: 180px;*/
	width: 510px;
	padding: 0 5px 0 10px;
}
div.crs_left_content_home {
	background: #fff;
	float: left;
	/*margin-left: 180px;*/
	padding: 10px;
	width: 385px;
	border:solid #cecece 1px;
}
div.crs_left_content_more {
	background: #fff;
	float: left;
	margin-top: 11px;
	margin-bottom:30px;
	padding: 10px;
	width: 385px;
	border:solid #cecece 1px;
}
div.crs_left_content_full {
	background: #fff;
	float: left;
	/*margin-left: 180px;*/
	margin: 10px 0;
	padding: 10px;
	width: 565px;
}
/* RIGHT TESTIMONIAL */
div.right_testimonial {
	background: #fff;
	border: 1px solid #ccc;
	float: right;
	padding: 10px;
	margin-right: 5px;
	margin-top:11px;
}

/* vertical Carousel */

.ui_vertical_carousel {
}

#vertical_carousel {
  float:left;
  width: 173px;
  height: 555px;
  margin-bottom: 10px;
  margin-right: 10px;
  position: relative;
  background: url(videoholder.jpg) no-repeat;
  border:solid #cecece 1px;
}

#vertical_carousel .container {
  float:left;
  width: 173px;
  height: 480px;
  overflow: hidden;
  position: relative;
}

#vertical_carousel ul {
  margin: 0;
  padding:0;
  height: 100000px;
  position: relative;
  top: 0;
  left: 0;
}

#vertical_carousel ul li {
  width: 173px;
  height: 120px;
  padding: 0;
  margin: 0;
  text-align: center;      
  list-style:none;   
  float:left;
}                         

#vertical_carousel .previous_button {
  float:left;
  height: 32px;
  width: 173px;
  /*background: url(prototype-ui/vertical/left.jpg);*/
  cursor: pointer;    
  display:inline;
  margin: 0 0 10px 0;
}

#vertical_carousel .previous_button_over {
  /*background: url(prototype-ui/vertical/left_over.png);*/
}

#vertical_carousel .previous_button_disabled {
  /*background: url(prototype-ui/vertical/left_disabled.png);*/
  cursor: default;
}

#vertical_carousel .next_button {
  float:left;
  height: 32px;
  width: 173px;
  /*background: url(prototype-ui/vertical/right.jpg);*/
  display:inline;
  margin-left: 0;
  cursor: pointer;
}

#vertical_carousel .next_button_over {
  /*background: url(prototype-ui/vertical/right_over.png);*/
}

#vertical_carousel .next_button_disabled {
  /*background: url(prototype-ui/vertical/right_disabled.png);*/
  cursor: default;
}


/* LIGHT WINDOWS */
#lightwindow_overlay {
	/* REQUIRED */
	display: none;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 999999;
	/* REQUIRED */
}

#lightwindow {
	/* REQUIRED */
	/* Of Note - The height and width of this element are set to 0px */
	display: none;
	visibility: hidden;
	position: absolute;
	z-index: 1000000;
	line-height: 0px;
	/* REQUIRED */
}

	#lightwindow_container {
		/* REQUIRED */
		display: none;
		visibility: hidden;
		position: absolute;
		/* REQUIRED */
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}

	/* IE6 needs this or it messes with our positioning */
	* html #lightwindow_container {
		overflow: hidden;
	}

	#lightwindow_contents {
		overflow: hidden;
		z-index: 0;
		position: relative;
		border: 10px solid #ffffff;
		background-color: #ffffff;
	}		

#lightwindow_loading {
	/* REQUIRED */
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 9999;
	position: absolute;
	/* REQUIRED */
	background-color: #f0f0f0;
	padding: 10px;
}

	#lightwindow_loading_shim { 
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
	}

	#lightwindow_loading span {
    	font-size: 12px;
		line-height: 32px;
		color: #444444;
		float: left;
		padding: 0 10px 0 0;
	}

	#lightwindow_loading span a,
	#lightwindow_loading span a:link, 
	#lightwindow_loading span a:visited {
		color: #09F;
		text-decoration: none;
		cursor: pointer;
	}

	#lightwindow_loading span a:hover,
	#lightwindow_loading span a:active {
		text-decoration: underline;
	}


	#lightwindow_loading img {
   		float: left;
   		margin: 0 10px 0 0;
	}


/*-----------------------------------------------------------------------------------------------
	I liked the Navigation so much from http://www.huddletogether.com/projects/lightbox2/
	I mean let's face it, it works really well and is very easy to figure out.
-----------------------------------------------------------------------------------------------*/

#lightwindow_navigation {
	/* REQUIRED */
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	/* REQUIRED */
}
	/* We need to shim the navigation for IE, though its more of a sub-floor */
	#lightwindow_navigation_shim { 
		/* REQUIRED */
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
		/* REQUIRED */
	}

	#lightwindow_navigation a,
	#lightwindow_navigation a:link,
	#lightwindow_navigation a:visited,
	#lightwindow_navigation a:hover,
	#lightwindow_navigation a:active { 
		/* REQUIRED */
		outline: none;
		/* REQUIRED */
	}

	#lightwindow_previous, 
	#lightwindow_next {
		width: 49%;
		height: 100%;
		background: transparent url(blank.gif) no-repeat; /* Trick IE into showing hover */
		display: block;
	}
	
	#lightwindow_previous { 
		float: left;
		left: 0px;
	}

	#lightwindow_next { 
		float: right;
		right: 0px;
	}

	#lightwindow_previous:hover, 
	#lightwindow_previous:active { 
		background: url(prevlabel.gif) left 15% no-repeat; 
	}

	#lightwindow_next:hover, 
	#lightwindow_next:active { 
		background: url(nextlabel.gif) right 15% no-repeat; 
	}
	
	#lightwindow_previous_title,
	#lightwindow_next_title {
		display: none;
	}
	 	
#lightwindow_galleries {
	width: 100%;
	position: absolute;
	z-index: 50; 
	display: none;
	overflow: hidden;
	margin: 0 0 0 10px;
	bottom: 0px;
	left: 0px;
}

	#lightwindow_galleries_tab_container {
		width: 100%;
		height: 0px;
		overflow: hidden;
	}

	a#lightwindow_galleries_tab,		
	a:link#lightwindow_galleries_tab,
	a:visited#lightwindow_galleries_tab {
		display: block;
		height: 20px;
		width: 77px;
		float: right;
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		font-size: 11px;
		color: #ffffbe;
		background: url(black-70.png) repeat 0 0 transparent;
	}
	
	* html a#lightwindow_galleries_tab,		
	* html a:link#lightwindow_galleries_tab,
	* html a:visited#lightwindow_galleries_tab {	
		background: none;
		background-color: #000000;
		opacity: .70;
		filter: alpha(opacity=70);
	}

	a:hover#lightwindow_galleries_tab,
	a:active#lightwindow_galleries_tab {
		color: #ffffbe;

	}

	#lightwindow_galleries_tab_span {
		display: block;
		height: 20px;
		width: 63px;
		padding: 0 7px 0 7px;
	}
	
	#lightwindow_galleries_tab .up	{
		background: url(arrow-up.gif) no-repeat 60px 5px transparent;
	}

	#lightwindow_galleries_tab .down {
		background: url(arrow-down.gif) no-repeat 60px 6px transparent;
	}

	#lightwindow_galleries_list {
		background: url(black-70.png) repeat 0 0 transparent;
		overflow: hidden;
		height: 0px;
	}

	* html #lightwindow_galleries_list {
		background: none;
		background-color: #000000;
		opacity: .70;
		filter: alpha(opacity=70);
	}	

	.lightwindow_galleries_list {
		width: 200px;
		float: left;
		margin: 0 0 10px 0;
		padding: 10px;
	}

	.lightwindow_galleries_list h1 {	
		color: #09F;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 10px 0 5px 0;
		font-size: 16px;
	}

	.lightwindow_galleries_list li {
		margin: 5px 0 5px 0;
		list-style-type: none;
	}

	.lightwindow_galleries_list a, 
	.lightwindow_galleries_list a:link, 
	.lightwindow_galleries_list a:visited {
		display: block;
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 0 0 0 10px;
		font-size: 11px;
	}

	.lightwindow_galleries_list a:hover, 
	.lightwindow_galleries_list a:active {
		background: #000000;
		color: #ffffbe;
		border-left: 3px solid #ffffbe;
		padding: 0 0 0 7px;
	}
		
#lightwindow_data {
	/* REQUIRED */
	position: absolute;
	/* REQUIRED */
}

	#lightwindow_data_slide {
		/* REQUIRED */
		position: relative;
		/* REQUIRED */
	}

	#lightwindow_data_slide_inner {
		background-color: #ffffff;
		padding: 0 10px 10px 10px;
	}

	#lightwindow_data_caption {
		padding: 10px 0 0 0;
		color: #666666;
		line-height: 25px;
		background-color: #ffffff;
		clear: both;
	}

	#lightwindow_data_details {
		background-color: #f0f0f0;
		padding: 0 10px 0 10px;
		height: 20px;
	}
	
	#lightwindow_data_author_container {
		width: 40%;
		text-align: right;
		color: #666666;
	 	font-style: italic;
		font-size: 10px;
		line-height: 20px;
		float: right;
		overflow: hidden;
	}
	
	#lightwindow_data_gallery_container {
		font-size: 10px;
		width: 40%;
		text-align: left;
		color: #666666;
		line-height: 20px;
		float: left;
		overflow: hidden;
	}
	
#lightwindow_title_bar {
	height: 25px;
	overflow: hidden;		
}

	#lightwindow_title_bar_title {
		color: #ffffbe;
		font-size: 14px;
		line-height: 25px;
		text-align: left;
		float: left;
	}

	a#lightwindow_title_bar_close_link,	
	a:link#lightwindow_title_bar_close_link,
	a:visited#lightwindow_title_bar_close_link {
		float: right;
		text-align: right;		
		cursor: pointer;
		color: #ffffbe;
		line-height: 25px;
		padding: 0;
		margin: 0;
	}
	
	a:hover#lightwindow_title_bar_close_link,
	a:active#lightwindow_title_bar_close_link {
		color: #ffffff;
	}

/*-----------------------------------------------------------------------------------------------
	Theme styling stuff
-----------------------------------------------------------------------------------------------*/	

#lightwindow p {
	color: #000000;
	padding-right: 10px;
}


