/* BASE RESET */
@import url("base.css");


/* @group BASICS */

html,body { font-family: Verdana,"Lucida Grande", Lucida, sans-serif; color: #fff; background-color: #333; margin: 0; padding: 0; width: 100%; }

a,a:link, a:active, a:visited { color: #ffc425; }

a:hover { color: #fff; }

.float_left {
	float: left;
}

.float_right {
	float: right;
}

#container {
	width: 926px;
	margin: 5px auto;
}

.big_anchor {
	font-size:1.8em;
	font-weight:bold;
	margin-bottom:20px;
}

/* @end */

/* @group HEADER */

#header {
	width: 925px;
	height: 126px;
	overflow: hidden;
	background-image: url(../images/main/header.gif);
	background-repeat:no-repeat;
}

#header h1 {
	width: 500px;
	height: 70px;
	position: absolute;
}

#header h1 a,#header h1 a:link {
	width: 500px;
	height: 70px;
	display: block;
	text-indent: -9999px;
}

#header #archeng {
	position: absolute;
	width: 160px;
	height: 25px;
	margin: 0 0 0 535px;
	}
	
#header #archeng a,#header #archeng a:link {
	width: 160px;
	height: 25px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

#header #contact_us {
	position: absolute;
	width: 150px;
	height: 40px;
	margin: 49px 0 0 770px;
}

#header #contact_us a,#header #contact_us a:link {
	width: 150px;
	height: 60px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

#header ul#main_nav {
	position: absolute;
	margin: 90px 0 0 10px;
	display: inline;
}

#header ul#main_nav li {
	float: left;
	height: 15px;
	height: 27px;
	display: inline;
}

#header ul#main_nav li a,#header ul#main_nav li a:link {
	display: block;
	float: left;
	margin-right: 5px;
	text-indent: -9999px;
	height: 17px;
}

#header ul#main_nav li a:hover,#header ul#main_nav li.active a {
	border-bottom: 4px solid #333333;
}

#header ul#main_nav li.home a,#header ul#main_nav li.home a:link {
	width: 50px;
}

#header ul#main_nav li.how a,#header ul#main_nav li.how a:link {
	width: 115px;
}

#header ul#main_nav li.fans a,#header ul#main_nav li.fans a:link {
	width: 70px;
}

#header ul#main_nav li.sustainability a,#header ul#main_nav li.sustainability a:link {
	width: 100px;
}

#header ul#main_nav li.customer a,#header ul#main_nav li.customer a:link {
	width: 128px;
}

#header ul#main_nav li.company a,#header ul#main_nav li.company a:link {
	width: 77px;
}
#header ul#main_nav li.genius a,#header ul#main_nav li.genius a:link {
	width: 130px;
}

/* @group SUB NAV */
#header ul#main_nav li.sustainability ul.sub_nav {
	margin-left: 10px;
	*margin-left: -128px;
}

#header ul#main_nav li.fans ul.sub_nav {
	margin-left: -82px;
	*margin-left: -161px;
}

#header ul#main_nav li.company ul.sub_nav {
	margin-left: -210px;
	*margin-left: -322px;
}

#header ul#main_nav li.genius ul.sub_nav {
	margin-left: -60px;
	*margin-left: -222px;
}

#header ul#main_nav li ul.sub_nav li a,#header ul#main_nav li ul.sub_nav a:link {
	width: 100%;
}

#header ul#main_nav li ul.sub_nav {
	position: absolute;
	margin-top: 25px;
	text-indent: 0px;
	color: #ff0000;
	width: 700px;
}

#header ul#main_nav li ul.sub_nav a,#header ul#main_nav li ul.sub_nav a:link {
	color: #FF0000;
	text-indent: 0px;
}

#header ul#main_nav li ul.sub_nav li {
	margin: 2px 10px 0 0;
	float: left;
	height: 17px;
}

#header ul#main_nav li ul.sub_nav a:hover,#header ul#main_nav li.active ul.sub_nav a {
	border-bottom: none;
}

ul.sub_nav a,ul.sub_nav a:link {
	color: #ffc425 !important;
}

ul.sub_nav a:hover {
	color: #fff !important;
}

#header ul#main_nav li ul.sub_nav li.active a,#header ul#main_nav li ul.sub_nav li.active a:link {
	text-decoration: none;
}

/* @end */

/* @IE6 Hacks for sub nav */

#header ul#main_nav li.genius ul.sub_nav li a,#header ul#main_nav li.genius ul.sub_nav a:link {
	_width: 130px;
	_text-align: center;
}
#header ul#main_nav li.genius ul.sub_nav {
	_margin-left: -298px;
}
#header ul#main_nav li.fans ul.sub_nav li a,#header ul#main_nav li.fans ul.sub_nav a:link {
	_width: 60px;
	_text-align: center;
}
#header ul#main_nav li.fans ul.sub_nav {
	_margin-left: -201px;
}
#header ul#main_nav li.company ul.sub_nav li a,#header ul#main_nav li.company ul.sub_nav a:link {
	_width: 118px !important;
	_text-align: center;
}
#header ul#main_nav li.company ul.sub_nav li a.ieshort,#header ul#main_nav li.company ul.sub_nav a.ieshort:link {
	_width: 7em !important;
	_text-align: center;
}
#header ul#main_nav li.company ul.sub_nav li a.ieshorter,#header ul#main_nav li.company ul.sub_nav a.ieshorter:link {
	_width: 8em !important;
	_text-align: center;
}
#header ul#main_nav li.company ul.sub_nav li a.ieshortest,#header ul#main_nav li.company ul.sub_nav a.ieshortest:link {
	_width: 3em !important;
	_text-align: center;
}
#header ul#main_nav li.company ul.sub_nav {
	_margin-left: -428px;
}
/* @end */

/* @sub nav states */

.active {
	display: visible;
}

.inactive {
	display: none;
}



/* @end */

/* @group CONTENT */

#content {
	width: 925px;
	overflow: hidden;
	margin: 10px 0;
}

/* @group LEFT */

#left {
	width: 578px;
	overflow: visible;
	float: left;
	font-size: 1.2em;
	line-height: 1.4em;
}

#resi-pop { background-color: #0F3;
	width:100px;
	height:75px;
	margin:20px;
	left:500px;
	top: 290px;
	position:absolute;
	z-index:500;
}

.pad_for_boxes {
	padding-bottom: 170px;
}

#left h2 {
	font-size: 1.8em;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
}

#left h3 {
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 3px;
}

#left p {
	margin-bottom: 10px;
}

/* @end */

/* @group RIGHT */

#right {
	width: 335px;
	overflow: hidden;
	float: right;
}

#right .bluebox {
	background: #4a4a4a url(../images/main/right_blue_top.gif) no-repeat 0 top;
}

#right .bluebox_inner {
	background: url(../images/main/right_blue_bottom.gif) no-repeat 0 bottom;
}

#right .bluebox_pad {
	padding: 7px;
}

#right .bluebox_video {
	overflow: hidden;
	margin: 0 0 5px !important;
	padding: 0 !important;
}

#right .bluebox h3 {
	font-size: 1.3em;
	font-weight: bold;
}

#right .bluebox_graybox {
	margin-top: 10px;
	width: 322px;
	overflow: hidden;
	background: #333 url(../images/main/right_gray_top.gif) no-repeat 0 top;
}

#right .bluebox_grayboxbox_inner {
	width: 306px;
	overflow: hidden;
	background: url(../images/main/right_gray_bottom.gif) no-repeat 0 bottom;
	padding: 5px 8px;
}
.right_graybox_full p {
	margin-bottom: 10px;
}

.bluebox_graybox_scroller {
	margin: 5px 0 5px 0;
	width: 306px;
	height: 52px;
	overflow: hidden;
}

.bluebox_graybox_left {
	width: 9px;
	float: left;
	overflow: hidden;
	padding-top: 10px;
}

.bluebox_graybox_right {
	width: 9px;
	float: right;
	overflow: hidden;
	padding-top: 10px;
}

.bluebox_graybox_center {
	float: left;
	width: 286px;
	overflow: hidden;
	margin-left: 1px;
	height: 52px;
}

.bluebox_graybox_center ul {
	float: left;
	height: 52px;
	width: 286px;
}

.bluebox_graybox_center li {
	width: 65px !important;
	height: 52px !important;
	overflow: hidden;
	float: left;
	display: inline;
	padding: 0 3px;
}

.bluebox_graybox_center img {
	float: left;
	width: 63px;
	height: 47px;
	border: 1px solid #888;
}

.bluebox_graybox_center img:hover,.bluebox_graybox_center img.active {
	border: 1px solid #ffc425 !important;
}

.bluebox_video_desc {
	height: 80px;
	overflow: hidden;
	overflow-y:auto;
}

#right div.bluebox_video_desc a:link, #right div.bluebox_video_desc a:visited {
	color: #eee;
}
#right div.bluebox_video_desc a:hover {
	color: #fff;
}

#right_grayboxes h1 { font-size: 1.4em; font-weight:bold; margin-bottom: 3px; }
#right_grayboxes h2 { font-size: 1.75em; font-weight:bold; margin-bottom: 3px; }
#right_grayboxes h3 { font-size: 1.2em; font-weight:bold; margin-bottom: 3px; }
#right_grayboxes h4 { font-size: 1.1em; font-weight:bold; margin-bottom: 3px; }
#right_grayboxes h5 { font-size: 1.0em; font-weight:bold; margin-bottom: 3px; }
#right_grayboxes p { font-size: 1.0em; margin-bottom: 5px; margin-bottom: 5px; }
#right_grayboxes ul, #right_grayboxes ol { list-style-type: disc !important; padding-left: 15px; }

#right_grayboxes {
	background-color: #4A4A4A;
	padding: 12px;
	margin-top: 15px;
}

/* @end */

/* @end */

/* @group FOOTER */

#footer {
	width: 926px;
	height: 67px;
	overflow: hidden;
	background-image: url(../images/main/footer.gif);
}

.fbox {
	position: absolute;
}

.fbox h3 {
	color: #ffc425;
	font-weight: bold;
	margin-bottom: 2px;
}
.fbox h3 a,.fbox h3 a:link {
	color: #ffc425 !important;
}
.fbox h3 a:hover {
	color: #ccc !important;
}
.fbox ul {
}
.fbox ul li {
	line-height: 1.25em;
}
.fbox a {
	display: block;
}
.fbox a, .fbox a:link, .fbox a:visited {
	color: #ccc;
	text-decoration: none;
}
.fbox a:hover {
	color: #fff;
}

.footer_gnaw {
	margin: 7px 0 0 60px;
}

.footer_company {
	margin: 7px 0 0 255px;
}

.footer_catalogs {
	margin: 7px 0 0 455px;
}

.footer_gear {
	margin: 7px 0 0 670px;
}

.footer_extra {
	position: absolute;
	margin: 7px 0 0 760px;
}
.footer_extra ul li {
	line-height: 1.25em;
}
.footer_extra a {
	display: block;
	padding-bottom: 6px;
}
.footer_extra a, .footer_extra a:link, .footer_extra a:visited {
	color: #ffc425;
	text-decoration: none !important;
	font-weight: bold;
}
.footer_extra a:hover {
	color: #fff;
}

/* @end */

/* @group GRAY BOXES */

#grayboxes {
	width: 578px;
	overflow: hidden;
	position: absolute;
	margin-top: -167px;
}

#grayboxes a, #grayboxes a:link {
	color: #ffc425;
}
#grayboxes a:hover {
	color: #fff;
}
#grayboxes .graybox {
	width: 182px;
	overflow: hidden;
	background: #4a4a4a url(../images/main/box_gray_top.gif) no-repeat 0 top;
	line-height: 1.5em;
	float: left;
	margin-right: 10px;
}


#grayboxes .graybox_inner {
	width: 163px;
	height: 100px;
	background: url(../images/main/box_gray_bottom.gif) no-repeat 0 bottom;
	padding: 10px;
}

#grayboxes .graybox_energy {
	width: 163px;
	background: url(../images/boxes/enery_savings.gif) no-repeat center top;
	padding: 50px 0 0;
}

#grayboxes .graybox_career {
	width: 123px;
	background: url(../images/boxes/career.gif) no-repeat center top;
	padding: 25px 40px 0 0;
}

#grayboxes .graybox_gnaw {
	width: 163px;
	background: url(../images/boxes/gnaw.gif) no-repeat center top;
	padding: 50px 0 0;
}

/* @group FULL GRAY BOX */

.right_graybox_full {
	width: 335px;
	overflow: hidden;
	background: #4a4a4a url(../images/main/right_full_grey_top.png) no-repeat 0 top;
	line-height: 1.5em;
	margin: 10px 0px;
}

.right_graybox_full .graybox a,.right_graybox_full a:link {
	color: #ffc425 !important;
}


.right_graybox_full_inner {
	width: 315px;
	background: url(../images/main/right_full_grey_bottom.png) no-repeat 0 bottom;
	padding: 10px;
}

.right_graybox_full_title {
	margin-bottom: 0px;
}

.right_graybox_full .float_left {
	margin: 0 5px 5px 0;
}

.noyellow a,.noyellow a:link {
	color: #fff !important;
}

.graybox_row {
	margin-bottom: 15px;
}

/* @end */

/* @end */

/* @group COPYRIGHT */

#copyright {
	color: #888;
	padding: 20px 0;
}

#copyright a,#copyright a:link {
	color: #fff;
}

#copyright a:hover {
	color: #888;
}

/* @end */

/* @group GNAW */

#gnaw {
	background-image: url(../images/main/gnaw_bg.jpg);
	width: 925px;
	height: 396px;
	margin-bottom: 10px;
}

#gnaw_video {
	width: 360px;
	height: 275px;
	position: absolute;
	margin: 20px 0 0 20px;
}

#gnaw_video_thumbs {
	position: absolute;
	margin: 320px 0 0 20px;
}

#gnaw_video_thumbs .bluebox_graybox_scroller {
	width: 360px;
}

#gnaw_video_thumbs .bluebox_graybox_center {
	width: 340px;
	margin-left: 4px;
}
#gnaw_video_thumbs .bluebox_graybox_center li {
	float: left !important;
	display: inline !important;
	width: 77px !important;
	height: 50px !important;
}
#gnaw_video_thumbs .bluebox_graybox_center img {
	border: 1px solid #888;
	margin: 0 7px;
	display: inline;
	float: left;
	width: 63px;
	height: 47px;
	border: 1px solid #888;
}

#gnaw_video_meta {
	width: 360px;
	position: absolute;
	margin: 302px 0 0 20px;
}


#gnaw_video_meta span {
	margin-right: 14px;
}

#gnaw_video_meta a,#gnaw_video_meta a:link {
	color: #ffc425;
}

#gnaw_video_meta input {
	
}

#gnaw_video_right {
	position: absolute;
	margin: 20px 0 0 530px;
	color: #272727;
	width: 380px;
}

#gnaw_video_desc {
	margin-bottom: 20px;
}

#gnaw_video_right h2 {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 3px;
}

.gnaw_video_comment {
	border: 1px solid #ffc425;
	background-color: #FFEBC6;
	padding: 8px;
	margin-top: 10px;
}

#gnaw_video_bottom {
	margin-top: 10px;
}

#gnaw_video_bottom span {
	display: block;
	float: right;
	margin-left: 20px;
}

/* @end */

/* @group HOMEPAGE */

#content_full {
	margin-bottom: 20px;
}


#the_fans {
	width: 925px;
	height: 630px;
	padding-bottom: 10px;
}
#the_fans .flash {
	z-index: 200;
}
#the_fans_left {
	width: 455px;
	height: 320px;
	float: left;
	padding-left: 8px;
	background: #4a4a4a url('../images/home/home_top_left.png') 0 0 no-repeat;
}
#the_fans_left_flash, #the_fans_right_flash {
	position: absolute;
}
#the_fans_right {
	float: right;
	width: 455px;
	height: 320px;
	padding-left: 7px;
	background-color: #ffc425;
}
#the_fans_tail {
	/*
	z-index: 100;
	margin-top: 271px;
	height: 362px;
	width: 925px;
	background-color: #333;
	position: absolute;
	*/
}
#home_top {
	width: 925px;
}
#home_top_left {
	position: relative;
	float: left;
	width: 455px;
	padding-left: 8px;
	height: 274px;
	background: #4a4a4a url('../images/home/home_top_left.png') 0 0 no-repeat;
}
#home_top div.opacity_container {
	z-index: 10;
	width: 455px;
	position: absolute;
	bottom: 0;
	left: 8px;
	background-color: #4a4a4a;
	height: 34px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#home_top_right div.opacity_container {
	left: 7px;
	background-color: #ffc425;
}
#home_top div.opacity_container_text {
	z-index: 11;
	position: absolute;
	bottom: 0;
	height: 34px;
	width: 455px;
	left: 8px;
}
#home_top_right div.opacity_container_text {
	color: #000;
	left: 7px;
}
#home_top div.opacity_container_text h3 {
	font-weight: bold;
	color: #fff;
	font-size: 1.4em;
	line-height: 34px;
	padding-left: 4px;
}
#home_top_right  div.opacity_container_text h3 {
	color: #000;
}
#home_top div.opacity_container_text p {
	float: right;
	line-height: 34px;
	margin: 0;
	padding: 0 10px 0;
}
.opacity_container_text a {
	color:#000000;
	text-decoration:underline;
}
.opacity_container_text a:hover {
	color:#ffffff;
	text-decoration:none;
}
a.archi {
	color:#ffffff;
	text-decoration:underline;
}
a.archi:hover {
	color:#000000;
	text-decoration:none;
}
#home_top div.opacity_container_text p a, #home_top div.opacity_container_text p a:link, #home_top div.opacity_container_text p a:visited {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
}
#home_top div.opacity_container_text p a:hover {
	color: #000;
}
#home_top_right div.opacity_container_text p a, #home_top_right div.opacity_container_text p a:link, #home_top_right div.opacity_container_text p a:visited {
	color: #000;
}
#home_top_right div.opacity_container_text p a:hover {
	color: #fff;
}
#home_top_right {
	position: relative;
	float: right;
	width: 455px;
	padding-left: 7px;
	height: 274px;
	background-color: #ffc425;
}
#home_body {
	margin: 5px 0;
}
#home_left {
	width: 452px;
	float: left;
}
#home_right {
	width: 452px;
	float: right;
}
.body_copy h2 {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 4px;
}
.body_copy p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 0px;
}


/* @end */

#faq dl dt {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 10px;
	cursor: pointer;
}
#faq dl dt:hover {
	text-decoration: underline;
}
#faq dl dd {
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: 20px;
}

/* ----------------- Form1 ---------------- */
.form1 {
	overflow: hidden;
	color: #fff;
}
.form1 ul {
	list-style: none;
	clear: left;
	padding-top: 2px 0 0 0;
}
.form1 ul li {
	display: block;
	float: left;
	padding: 6px 30px 2px 0;
	margin: 0;
}
.form1 ul li input.text, .form1 ul li textarea.text {
	background-color: #fff;
	padding: 2px;
	font-size: .9em;
	border: 1px solid #999;
	color: #333;
}
.form1 ul li input.text:focus, .form1 ul li textarea.text:focus {
	background-color: #fff;
}

.form1 ul li input.checkbox {
	height: 13px;
	font-size: 13px;
	line-height: 1em;
}
.form1 select.select_box, .form1 select.select_box option {
	background-color: #fff;
	font-size: 11px;
}
.form1 ul li p {
	margin: 0 !important; padding: 0 0 4px !important;
	font-size: 11px;
	line-height: 1em;
	color: #fff;
}
.form1 input.button {
	font-size: 12px;
	font-weight: bold;
	color: #444;
}
.notice {
	background-color: #ffc425;
	font-weight: bold;
	padding: 10px;
	color: #333;
	margin: 10px 0;
}
.submitted {
	background-color: #ffc425;
}
.uraspambot {
	display: none;
}
.bluebox_graybox_inner {
	padding: 8px 0 0 8px;
}
#media_container {
}
#media_view {
	width: 324px;
	height: 241px;
}
a#img_large {
	position: absolute;
	z-index: 10;
	text-indent: -9999px;
	margin-left: 294px;
	margin-top: -20px;
	display: block;
	width: 23px;
	height: 16px;
	background: url('../images/icons/image_resize.png') 0 0 no-repeat;
}
a#img_large:hover {
	background-position: 0 -16px;
}
#new_comment, #postvideo {
	width: 500px;
	color: #666;
}

#new_comment input.small, #postvideo input.small {
	width: 150px;
	border: 1px solid #ccc;
}

#new_comment textarea, #postvideo textarea {
	width: 350px;
	height: 90px;
	border: 1px solid #ccc;
}

#new_comment .submit, #postvideo .submit {
	position: absolute;
	margin: 16px 0 0 360px;
}

#new_comment p, #postvideo p {
	margin-top: 10px;
}

#new_comment h3, #postvideo h3 {
	font-size: 1.7em;
	margin: 5px 0 5px;
}

#new_comment label, #postvideo label {
	float: left;
	width: 110px;
	margin-right: 20px;
}

table.kc_tbl {
	width: 100%;
}
table.kc_tbl td {
	padding: 14px 10px;
	vertical-align: top;
	border-bottom: 1px dotted #aaa;
}
table.kc_tbl td.tail {
	border-bottom: 0;
}
div.kc_comment {
	line-height: 1.4em;
}

div.kc_note {
	margin: 10px 0 10px 20px;
	padding: 10px;
	background-color: #4a4a4a;
	line-height: 1.4em;
}
div.kc_note h5 {
	font-size: 12px;
	font-weight: bold;
	padding: 2px 0;
}
div.kc_note p {
	line-height: 1.4em;
	padding: 2px 0;
}
div.kc_form {
	padding: 0px 0;
}
div.kc_form h5 {
	padding: 6px 0;
	color: #fff;
	font-weight: bold;
}
div.kc_form input.text, div.kc_form textarea.text {
	background-color: #fff;
	border: 1px inset #d7d7d7;
	font-size: 11px;
	width: 120px;
	color: #203960;
}
div.kc_form input.text:hover, div.kc_form input.text:focus,
div.kc_form textarea.text:hover, div.kc_form textarea.text:focus {
	background-color: #fff;
}
div.kc_form input.button {
	font-size: 11px;
	font-weight: bold;
	color: #444;
}
div.kc_radios {
	width: 176px;
	padding: 5px 0 10px;
	text-align: center;
	line-height: 22px;
}
div.kc_radios input, div.kc_radios label img {
	vertical-align: middle !important;
}
div.kc_radios label {
	border: 0;
}
div.kc_left {
	width: 700px !important;
}
div.kc_right {
	width: 200px !important;
}

a.gnaw_share {
	display: block;
	float: right;
}
a.media_share {
	display: block;
	position: absolute;
	margin-top: -241px;
	margin-left: 196px;
}

/* @group FOOTER */

#home_footer {
	background: url(../images/main/marquee.jpg) no-repeat;
	height: 26px;
	width: 728px;
	margin: 20px 0;
	padding: 10px 20px 0 180px;
}

#home_footer a,#home_footer a:link {
	color: #ccc !important;
}

#home_footer a:hover {
	color: #ffc425 !important;
}

/* @group NEW FOOTER */

#new_footer {
	width: 846px;
	height: 100px;
	padding-left: 80px;
	overflow: hidden;
	color: #999;
}

#new_footer a,#new_footer a:link {
	color: #ffc425 !important;
	text-decoration: underline;
}

#new_footer a:hover {
	text-decoration: none;
}

#new_footer .float_left {
	margin-top: 15px;
}

#new_footer .float_right {
	margin-top: 8px;
	text-align: right;
}

/* @end */

/* @end */

/* @group Carousel */

#gnaw_carousel {
	width: 330px !important;
}

div.article_description p {
	margin: 0 0 4px 0 !important;
	padding: 0;
}
div.article_pager {
	padding: 20px 0 !important;
}
div.article_pager span {
	font-weight: bold;
	margin-right: 20px;
	text-decoration: none;
}
div.news h5 {
	font-size: 0.9em !important;
	padding-bottom: 6px !important;
}

#gnaw_video_bottom a:link, #gnaw_video_bottom a:visited {
	color: #333;
}
#gnaw_video_bottom a:hover {
	color: #000;
}
/* @end */

p.comment_sig {
	text-align: right;
	padding-top: 4px;
	font-style: italic;
}

#gnaw_comments {
	width: 620px;
	padding: 0 20px;
	height: 400px;
	overflow-y: auto;
	color: #666;
}
#gnaw_comments .gnaw_video_comment {
	color: #666;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 8px;
	margin-top: 10px;
}
#gnaw_comments #gnaw_video_desc p {
	font-size: 1em;
}
#gnaw_comments #gnaw_video_desc p strong {
	font-size: 1.4em;
}
#gnaw_comments h2 {
	font-size: 1.4em;
}

/* @group GEAR */

.gear_row {
	margin-bottom: 20px;
}

.gear_row .float_left {
	margin: 0 15px 0 0;
}

/* @end */

#media_tag_cloud {
	padding: 10px 0;
}
#media_tag_cloud span {
	font-size: 9px;	
}
#media_tag_cloud a {
	line-height: 27px;
	text-decoration: none;
}
div#media_filter {
	float: right;
	color: #ddd;
	font-size: .9em;
	padding: 4px 0 10px 0;
}
div#media_filter a, div#media_filter strong {
	text-decoration: none;
	margin-right: 4px;
}
div#media_filter a.on {
	font-weight: bold;
}
div.media_gallery h3 {
	font-weight: bold;
	font-size: 1.4em;
	padding: 10px 0 0 0;
}


table.media_gallery_tbl {
	width: 100%;
}
table.media_gallery_tbl td {
	vertical-align: middle;
	padding: 0 20px 10px 0;
	font-size: .9em;
}
table.media_gallery_tbl h5, #mediagallery_photos h5  {
	font-weight: bold;
	font-size: 1.1em;
	padding: 0;
	margin: 0 0 4px;
}
table.media_gallery_tbl td, table.media_gallery_tbl p {
	font-size: 1em;
}
table.media_gallery_tbl a img {
	border: 2px solid #888888;
}
table.media_gallery_tbl a:hover img {
	border: 2px solid #ffc425;
}
table.media_gallery_tbl a img.on {
	border: 2px solid #ffc425;
}


#pagerLinks ul li {
	display: inline;
	padding: 0px 3px;
}

#left ol, #left ul {
list-style-type: disc !important;
padding-left: 25px;
}
/*
#the_fans_left {
	float: left;
	width: 444px;
}
#the_fans_right {
	float: right;
	width: 444px;
}
*/
#easyTooltip{
	margin:0 10px 1em 0;
	width:150px;
	padding:8px;
	background:#fcfcfc;
	border:1px solid #e1e1e1;
	line-height:130%;				
	}
#easyTooltip h3{
	margin:0 0 .5em 0;
	font:13px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	}	
#easyTooltip p{
	margin:0 0 .5em 0;
	}		
#easyTooltip img{
		background:#fff;
		padding:1px;
		float:left;
		margin-right:10px;
		}		

#item1{display:none;}
#item2{display:none;}
#item3{display:none;}

div.gnaw_filters a.on:link, div.gnaw_filters a.on:visited {
	color: #fff !important;
	text-decoration: none;
}
#gnaw_video_meta {
	
}
div#gnaw_video_search {
	float: right; text-align: right; height: 40px;
	position: relative;
	margin-top: -4px;
}
#gnaw_video_filter {
	font-size: 9px;
}
#gnaw_video_meta input {
	font-size: 9px;
}