@charset "utf-8";
/*
Theme Name: Teron Lighting
Description: Default Teron Lighting Theme
Version: 1.0
Author: eMedia Designs, LLC
Author URI: http://emediadesigns.net/
*/

/** GLOBAL SETTINGS **/
/************************************/
* { margin:0; padding:0; }

html, body { height:100%; }

body {
	background:#363738 url(images/bg_body.png) repeat-x top center;
	color:#6d6e71;
	font:normal 62.5%/2em Arial, sans-serif; /* 62.5% makes 10px = 1em */
	margin:0pt;
	text-align:left;
}

h1, h2, h3, h4, h5, h6, ul, li, p { margin:0px; padding:0px; }

h1, h2, h3, h4, h5, h6 { font-weight:normal; line-height:1; }

a { color:#9AB641; text-decoration:underline; }

a img { border:none; }

h1 { font-size:2.4em; }

h2 { font-size:1.9em; }

p { font-size:1.2em; margin-bottom:20px; }

input { background:#fff; border:1px solid #999; color:#6d6e71; }

/** GLOBAL CLASSES **/
/************************************/
.clear { clear:both; font-size:0; height:0; line-height:0; }
.dotted { background:url(images/dotted.gif) repeat-x; font-size:0; height:1px; line-height:1px; }
.dotted-gray { background:url(images/dotted_gray.gif) repeat-x; font-size:0; height:1px; line-height:1px; }
.green { color:#9ab641; }
.left { display:inline; float:left; }
.hidden { display:none; }
.italic { font-style:italic; }
.page-header { font-style:normal; margin-bottom:10px; }
.read_more { font-style:italic; }
.right { display:inline; float:right; }
.site-width { margin:0 auto; width:960px; }

/** WRAPPER STYLES **/
/************************************/
#wrapper-outer {
	height:auto !important;
	height:100%;
	margin:0 auto -27px;
	min-height:100%;
	}
	
/** HEADER STYLES **/
/************************************/
#header-wrap { background:url(images/bg_header_wrap.png) no-repeat top center; height:153px; }

#header-wrap #header { height:123px; position:relative; }

#header-wrap #header #logo { left:-10px; margin-top:25px; position:absolute; }

#header-wrap #header #search { margin-top:50px; }

#header-wrap #header #search select { background:transparent; border:0; height:24px; padding:4px; width:148px; cursor: pointer; }

#header-wrap #header #search .styled-select { background:url(images/bg_search.png) no-repeat right top #fff; border:1px solid #999; border-right:0; float:left; height:23px; overflow:hidden; width:126px; -moz-border-radius: 5px 0 0 5px; }

.ac_results ul { border:#1px solid #888; }

.ac_results ul li { border:0; }

.ac_results ul li span.title { font-size:1.2em; color:#6d6e71; }

.ac_results ul .ac_over,
.ac_results ul li.selected { background-color:#9AB641; }

.ac_results ul .ac_over span.title,
.ac_results ul li.selected span.title { color:#fff; }

.ac_results ul .ac_match {
	color:#6d6e71;
	border-bottom:0;
	font-weight:bold;
	}

#header-wrap #header input { 
	float:left;
	font-size:1.1em;
	height:19px;
	line-height:19px;
	padding:2px 5px 2px;
	width:200px; 
	font-style: italic;
	}

#header-wrap #header .submit { 
	background:url(images/btn_search.png) no-repeat;
	border:none; 
	cursor:pointer;
	float:left;
	height:30px;
	padding:0;
	margin:-2px 0 0 5px;
	width:84px;
	}

#header-wrap .nav-wrap { background:url(images/bg_nav_wrap.png) repeat-x; height:30px; }

#header-wrap .nav-wrap .nav { height:30px; list-style:none; }

#header-wrap .nav-wrap .nav li { 
	float:left;	
	font-size:1.2em;
	text-align:center;
	}

#header-wrap .nav-wrap .nav li.cat-nav, #header-wrap .nav-wrap .nav li.page-nav { position:relative; z-index:100; }

#header-wrap .nav-wrap .nav li a { 
	background:url(images/bg_nav_up.png) no-repeat right;
	color:#fff;
	display:block;
	height:25px;
	overflow:hidden;
	padding-top:5px;
	position:relative;
	text-decoration:none;
	text-transform:uppercase;
	width:106px;
	}
	
#header-wrap .nav-wrap .nav li.home a { background:url(images/bg_nav_up_home.png) no-repeat right;  }	
#header-wrap .nav-wrap .nav li.contact a { background:url(images/bg_nav_up_end.png) no-repeat right;  }	

#header-wrap .nav-wrap .nav li a:hover { color:#9AB641; }

#header-wrap .nav-wrap .nav li a.current_page_item { background:url(images/bg_nav_down.png) no-repeat left; color:#fff !important; }

#header-wrap .nav-wrap .nav li ul {
	background:#1d1d1d;
	display:none;
	float:left;
	height:auto !important;
	height:373px;
	min-height:373px;
	padding:5px 0 15px;
	width:185px;
	}	

#header-wrap .nav-wrap .nav li .cat-container { 
	background:#1d1d1d;
	height:auto !important;
	height:373px;
	left:0;
	min-height:373px;
	padding-bottom:0;
	padding-top:0;
	position:absolute;
	width:667px;
	z-index:99;
	}

#header-wrap .nav-wrap .nav li .cat-container li { 
	padding-left:0;
	width:656px;
	}

#header-wrap .nav-wrap .nav  .cat-container li li {
	background:#1d1d1d url(images/arrow_sm_dropdown.gif) no-repeat 15px 11px;
	font-size:12px;
	list-style:none;
	margin-left:0px;
	padding:0 5px 0 35px;
	text-align:left;
	width:144px;
	}
	
#header-wrap .nav-wrap .nav li .cat-children {
	background:#1d1d1d url(images/dotted_vert.gif) repeat-y right top;
	}	
		
#header-wrap .nav-wrap .nav  li li.dotted {
	background:#1d1d1d url(images/dotted.gif) repeat-x left 10px;
	color:#86A623;
	font-size:13px;
	height:20px;
	padding:23px 0 0 10px;
	text-transform:uppercase;
	width:174px;
	}	

#header-wrap .nav-wrap .nav li .series { 
	background:#1d1d1d; 
	left:184px; 
	padding-left:1px; 
	width:470px;
	}
	
#header-wrap .nav-wrap .nav  li .series ul { 
	height:auto !important;
	height:337px;
	left:1px;
	min-height:337px;
	padding-top:13px;
	width:471px;
	}		

#header-wrap .nav-wrap .nav  li .series ul li { 
	background-position:0 1px;
	float:left;
	padding-left:20px;
	width:132px;
	}

#header-wrap .nav-wrap .nav .series li.dotted { background:#1d1d1d; padding-top:8px; }
	

#header-wrap .nav-wrap .nav  li li a, #nav li li a:visited {
	background:none;
	color:#fff !important;
	display:block;
	height:17px;
	text-transform:none;
	width:132px;
	}

#header-wrap .nav-wrap .nav  li li a:hover {
	color:#9AB641 !important;
	}
	
/** SPLASH STYLES **/
/************************************/
#splash-wrap { background:url(images/bg_splash_wrap.png) repeat-x; }

#splash { /*background:url(images/img_splash.jpg) no-repeat top center; height:280px;*/ }

/** CONTENT STYLES **/
/************************************/
#page-top-wrap { background:url(images/bg_page_top.png) repeat-x; height:68px;  }

#page-top { background:url(images/img_page_top.png) no-repeat; height:68px; position:relative; }

#page-top .page-title { color:#86a623; font-size:3em; position:absolute; text-transform:uppercase; top:41px; }

#content-wrap { background:#d2d2d3 url(images/bg_home_content.png) repeat-x; padding-top:25px; }

#main { margin-bottom:20px; position:relative; width:662px; margin-top: 4px; }

/** HOME PAGE STYLES **/
/************************************/
.home #main { width:645px; }

#main .section-wide { margin-bottom:35px; }

#main .section-wide h1 { color:#9AB641; font-size:3em; }

#main .section-wide .dotted { margin-bottom:20px; }

#main .section-wide h3 { font-size:1.4em; margin-bottom:15px; }

#main .section-wide p { width:638px; }

#main .section-short { width:310px; }

#main .section-short h2 { font-size:2.4em; }

#main .section-short ul { list-style:none; margin-top:15px; }

#main .date { 
	border:5px solid #ffffff;
	height:85px; 
	margin:0 10px 20px 0;
	text-align:center;
	text-transform:uppercase;
	width:85px; 
	}
	
#main .date .month { 
	color:#fff;
	font-size:1.1em;
	font-weight:bold;
	height:19px;
	}

#main .date .day {
	font-size:2.8em;
	font-weight:bold;
	height:23px;
	line-height:23px;	
	}

#main .date .year {
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	height:12px;
	line-height:15px;
	}
	
#main #events .text { width:200px; }
	
#main #events h3 a {
	color:#6D6E71;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
	}
	
#main #events h3 a:hover { color:#333; }

#main #events .sub { font-size:1.2em; font-style:italic; line-height:1.5em; margin:3px 0; }

#main #events p { font-size:1.2em; line-height:1.6em; margin-bottom:0; }

#main #in-the-know li { background:url(images/arrow_lg.gif) no-repeat 0 24px; padding-left:25px; }

#main #in-the-know li h3 a { color:#6D6E71; font-size:1.2em; font-weight:bold; text-decoration:none;}
#main #in-the-know li h3 a:hover { color:#333; }

#main #in-the-know li p { line-height:1.6em; }

/** SINGLE POST STYLES **/
/************************************/
.post { background:#fff url(images/bg_main.png) repeat-x top left; padding:15px; }

.post.odd { background:#fff; }
.post.even { background:#f6f6f6; }

.single #product-images { width:225px; }

.single #product-images #gallery { }

.single #product-images #cut-sheet { margin-bottom:10px; }

.single #product-images #gallery #images { overflow:hidden; height:220px; width:225px; }

.single #product-images #gallery #images div img { float:left; }

.single #product-images #gallery ul.thumbs {
	float:left;
	list-style:none;
	margin:10px 0 0;
	padding:0;
	width:240px;
	}
	
.single #product-images #gallery ul.thumbs li {
	height:50px;
	float:left;
	margin:0 10px 0 0;
	overflow:hidden;
	padding:0;
	position:relative;
	width:50px;
	}
	
.single #product-images #gallery ul.thumbs li img { }

.single #product-information { width:390px; }

.single #product-information h2 { color:#86a623; font-size:2.4em; }

.single #cs-buttons { margin-top:10px; }

.single #cs-compare { }
.single #cs-download { margin:1px 0 0 4px; }
.single #cs-email { margin:0 0 0 4px; }

.single .entry { }

.single .entry p { margin:20px 0 0; }

.single .entry ul { font-size:1.2em; list-style:none; }

.single .entry ul li { background:url(images/arrow_sm.gif) no-repeat 0 8px; padding-left:15px; }

.single #finishes { 
	background:url(images/border_finishes.gif) repeat-y 0 1px; 
	margin:0 auto;
	padding:0;
	width:631px; 
	}

.single #finishes .dotted { background:url(images/dotted_gray.gif) repeat-x; }

.single #finishes h3 { font-size:1.2em; font-weight:bold; margin:10px 0 0 15px; }
.single #finishes h3 em { font-weight:normal; }

.single #finishes ul { 
	background:#d9d9d9 url(images/bg_finishes.png) repeat-x top; 
	clear:both;
	list-style:none; 
	margin:0 1px; 
	padding:0 0 0 13px; 
	}

.single #finishes ul li { float:left; height:71px; margin:10px 17px 10px 0; width:71px; } 

#content .navigation { height:26px; margin:0 0 20px; width:661px; }

#content .navigation .product-next a, 
#content .navigation .product-previous a {
	color:#fff;
	display:block;
	font-size:1.2em;
	height:26px;
	text-decoration:none; 
	text-transform:uppercase; 
	width:146px;
	}
	
#content .navigation .product-next a { background:url(images/btn_product_next.png) no-repeat; }

#content .navigation .product-previous a { background:url(images/btn_product_previous.png) no-repeat; }

.category-in-the-know .thumbnail { margin:0 10px 10px 0; }

/** SINGLE PAGE STYLES **/
/************************************/
.page ul.child-pages { list-style:none; }

.page ul.child-pages .page_item { font-size:1.2em; }

/** ARCHIVE LIST STYLES **/
/************************************/
.archive .entry .read_more { font-style:normal; text-decoration:none; }

.archive .post a { color:#86a623; }

.archive .post { height:auto !important; height:220px; min-height:220px; }

.archive .post .info { width:392px; }

.archive .post h3 { font-size:2.4em; }

.archive .post h3 a { text-decoration:none; }

.archive .post .left img { } 

.archive #cs-buttons { 
	background:url(images/bg_list_cs.png) no-repeat; 
	height:55px; 
	padding:6px 3px 0 11px; 
	width:377px;
	}

.archive #cs-buttons img { margin-right:4px; }

.archive #cs-compare {  }

.archive #cs-download { margin:0px 0 0 7px; }

.archive #cs-email { margin:0px 0 0 7px; }

.archive .postmetadata { margin:15px 0 0; }

.archive #main .post .entry p { margin:15px 0 11px; }

.archive .post .category-list { color:#9AB641; }

.archive .post .category-list a { 
	background:url(images/tag_category.gif) no-repeat 0 2px; 
	margin-left:2px;
	padding:0 0 4px 19px; 
	text-decoration:none; 
	}
	
.archive .grid a { margin-right:10px; }
	
.archive .grid a img {
	background-color:#fff;
	border:1px solid #a9a9a9;
	display:block;
	margin:4px 0 10px 5px;
	padding:4px;
	position:relative;
	}

.archive .grid a img:hover { background-color:#9AB641; }

.archive .nav-top,
.search .nav-top { position:absolute; left:0px; top:-45px; }

.archive .view_list_button { position:absolute; right:0px; top:-24px; width:200px; }

.archive .view_list_button span { margin-left:7px; }

.archive .view_0 { background:url(images/bg_switch_views.gif) no-repeat left top; display:block; float:right;  height:20px;  width:144px; }
.archive .view_1 { background:url(images/bg_switch_views.gif) no-repeat left bottom; display:block; float:right;  height:20px;  width:144px; }

.archive .view_all { 
	border:1px solid #dddddd;
	color:#86a623;
	font-size:1.2em;
	font-weight:bold;
	margin:2px;
	padding:1px 6px;
	text-decoration:none;
	background-color: #F6F6F6;
	}

.archive #form-all { margin-top:20px; }

.category-in-the-know .post.wide { min-height:90px; }

.category-in-the-know .post.wide .info { width:auto; }

/** MEDIA PAGE STYLES **/
/************************************/
.media .post { 
	background:url(images/bg_media.png) no-repeat right;
	height:250px;
	padding:30px 20px 20px 390px;
	position:relative;
	width:538px;
	margin-bottom: 14px;	
	}

.media .post .entry { }

.media .post h3 { font-size:2.4em; }

.media .post h3 a { text-decoration:none; }

.type-video h2 { color:#86a623; font-size:2.4em; left:387px; position:absolute; }

.media .video-content { height:1px; overflow:hidden; width:1px; }

.type-video .vvqbox { float:left; margin:0 10px 10px 0; }

.media .vvqbox { 
	border:5px solid #86a234; 
	left:0;
	margin:0;
	position:absolute;
	top:0;	
	}
	
.single .media .video { background:none; padding:0; }	
	
.single .media .vvqbox { float:left; margin:4px 20px 20px 0; position:relative; }	

.single .media .entry p { margin:0 0 -10px; padding-top:30px; }
	
.single .media .entry .sociable ul li { background:none; padding:1px; }

/** SLIDER STYLES **/
/************************************/
.svwp {width: 50px; height: 20px; background: #fff;} /*preloader stuff. do not modify!*/
.svwp .ngg-galleryoverview{position: relative; left: -999em;}/*preloader stuff. do not modify!*/
.slideViewer { 
position: relative;
overflow: hidden; 
margin: 0;
padding: 0;
background: #fff;
}
.slideViewer .ngg-galleryoverview {  /*your list of images*/
position: relative;
left: 0;
top: 0;
width: 1%;
list-style-type: none;
margin: 0; 
padding: 0;
}
.slideViewer .ngg-galleryoverview .ngg-gallery-thumbnail-box {
float:left;
}

/*typographic info*/
.slideViewer span.typo{ 
padding: 6px; /* do not modify padding */
background: #fff;
color: #000;
font: normal 10px Verdana;
}

.thumbSlider { /*the thumbnails slider*/
overflow: hidden;
position:absolute;
bottom:10px;
width:auto;
left:69px;
}
.thumbSlider .ngg-galleryoverview { 
list-style-type: none;
margin: 0; 
padding: 0;
}
.thumbSlider .ngg-galleryoverview .ngg-gallery-thumbnail-box{ 
float:left;
margin:0 8px 0 0 !important;
width:10px;
height:10px;
overflow:hidden;
background:#9AB641;
border:1px solid #fff;
}
.thumbSlider .pic {
background:#9AB641;
height:10px;
width:10px;
}
.thumbSlider a{
text-decoration: none;
width:20px;
height:20px;
}
.thumbSlider a img{
border: 0;
display: none;
padding: 0;
}
.thumbSlider p.tmbrdr { /* the border above -not around- each thumb */
/* width, height and top values are dynamically added by the script. Do not modify. */
position:relative; 
left: 0;
font-size: 0.01em;
left: 0;
margin: 0;
padding: 0;
}

a.left, a.right { /*the left and right buttons (links)*/
background: transparent; /* could be any color  */
overflow: hidden;
}
a.left span, a.right span{

}
a.left img, a.right img{
border: 0;
}
a.l_dis, a.r_dis {
background: transparent; /* ALWAYS leave transparent. this is the 'disabled' state of the link !  */
cursor: default;
}
a.l_dis span, a.r_dis span {
/*display: none;*/
}
a:focus {outline:none;}

/** REPRESENTATIVES PAGE STYLES **/
/************************************/
.page #representatives { }

.page #representatives a.right { margin-right:10px; }

.page #representatives label { font-size:1.2em; font-weight:bold; margin-right:5px; }
	
.page #representatives table { margin:10px 0 0 0; }

.page #representatives table table { margin:0; }	
	
.page #representatives .table-head {
	background-color:#404040;
	font-size:1.2em;
	height:30px;
	text-transform:uppercase;
	color: #fff;
	}

.page #representatives .table-head th { border-bottom:1px solid #6d6e71; border-top:1px solid #6d6e71; }

.page #representatives .table-state-head { 
	background-color:#fff; 
	font-size:1.2em; 
	font-weight:bold; 
	}

.page #representatives .table-state { border-bottom:1px solid #6d6e71; border-top:1px solid #6d6e71; font-size:1.2em; }

#locator_shell #radiusSelect { display:none; }

#locator_shell #addressInput { width:250px; }

#locator_shell #map-search { background:url(images/bg_reps_form.gif) repeat-x; height:51px; }

#locator_shell .sl_header td { text-align:center; vertical-align:middle; }

#locator_shell .sl_header #instruction-message { 
	font-size:1.6em; 
	font-weight:normal; 
	padding-bottom:10px;
	padding-left:0px;
	text-align:left; 
	}
	
#locator_shell #sl_div #map { margin-top:5px; }	

#locator_shell #sl_div a { color:#9AB641; }

#locator_shell .location_name { font-weight:bold; }

#locator_shell #results_row_column_1 { width:160px; }
#locator_shell #results_row_column_2 { width:180px; }
#locator_shell #results_row_column_3 { width:190px; }
#locator_shell #results_row_column_4 { width:75px; }
#locator_shell #results_row_column_5 { width:55px; }

/** GALLERY PAGE STYLES **/
/************************************/
.ngg-gallery-thumbnail img:hover { background-color:#9AB641 !important; }

/** SITEMAP STYLES **/
/************************************/
.site-map { margin-left:15px; }

.site-map li { padding-left:10px; }

/** SEARCH LIST STYLES **/
/************************************/
.search .entry .read_more { font-style:normal; text-decoration:none; }

.search .post a { color:#86a623; }

.search .post { height:auto !important; height:220px; min-height:220px; }

.search .post .info { width:392px; }

.search .post h3 { font-size:2.4em; }

.search .post h3 a { text-decoration:none; }

.search .post .left img { } 

.search #cs-buttons { 
	background:url(images/bg_list_cs.png) no-repeat; 
	height:55px; 
	padding:6px 3px 0 11px; 
	width:377px;
	}

.search #cs-buttons img { margin-right:4px; }

.search #cs-download { margin:0 0 0 7px; }

.search #cs-email { margin:0 0 0 7px; }

.search .postmetadata { margin:15px 0 0; }

.search #main .post .entry p { margin:15px 0 20px; }

.search .post .category-list { color:#9AB641; }

.search .post .category-list a { 
	background:url(images/tag_category.gif) no-repeat 0 2px; 
	margin-left:2px;
	padding:0 0 4px 19px; 
	text-decoration:none; 
	}
	
/** CONTACT PAGE STYLES **/
/************************************/
.contact-form .wpcf7 { margin:20px 5px 0; }

.wpcf7 input { 
	font-size:1.2em;
	height:19px;
	line-height:19px;
	padding:1px 5px 3px;
	width:235px;
	}
	
.wpcf7 textarea { 
	border:1px solid #999; 
	font-size:1.2em;
	padding:1px 5px 3px;	 
	width:235px; 
	}	
 
.wpcf7 p.button { margin-bottom:0; }
 
.wpcf7 .submit {
	background:url(images/btn_send.png) no-repeat;
	border:none;
	cursor:pointer;
	font-size:0;
	height:27px;
	width:97px;
	}

#address {
	background:url(images/bg_address.png) repeat-x;
	clear:both;
	font-size:1.2em;
	line-height:1.2em;
	margin:10px 0;
	overflow:hidden;
	}
	
#address p { margin:0; }
		
#address .column {
	float:left;
	width:45%;
	padding:0 4% 0 0;
	text-align:left;
	margin:10px 0 4px 0;
	}
	
#address div.column { padding-left:20px; padding-right:0; }	
	
#address dt {
	float:left;
	clear:left;
	font-weight:bold;
	width:70px;
	}
	
#address dd {
	padding:0;
	margin-left:70px;
	margin-bottom:10px;
	}
	
#google-map { font-size:1.2em; }

#google-map iframe { border:1px solid #86a623; }

/** SEARCH FORM STYLES **/
/************************************/
#searchform input { 
	float:left;
	font-size:1.2em;
	height:19px;
	line-height:19px;
	padding:1px 5px 3px;
	width:240px; 
	}

#searchform .submit { 
	background:url(images/btn_search_main.png) no-repeat;
	border:none; 
	cursor:pointer;
	float:left;
	height:30px;
	padding:0;
	margin:0px 0 0 5px;
	width:100px;
	}

/** SIDEBAR STYLES **/
/************************************/
#sidebar { margin-bottom:20px; width:280px; margin-top: 4px; }

#sidebar #video { border:5px solid #9AB641; height:180px; margin-bottom:20px; overflow:hidden; position:relative; width:272px; }

#sidebar #video .ngg-gallery-thumbnail { margin:0; }

#sidebar #video .ngg-gallery-thumbnail img { margin:0; padding:0; }

#sidebar #newsletter { background:#fff url(images/bg_informed.png) repeat-x bottom left; border:1px dotted #999; border-bottom:0; padding:20px 20px 5px; width:242px; }

#sidebar #newsletter h2 { font-size:2em; }

#sidebar #newsletter p { margin:0 0 12px 2px; }

#sidebar #newsletter ul { list-style:none; margin-top:10px; }

#sidebar #newsletter ul li { float:left; margin-right:5px; }

#sidebar #newsletter input { 
	font-size:1.2em;
	height:19px;
	line-height:19px;
	margin-bottom:7px;
	padding:1px 5px 3px;
	width:230px; 
	}
	
#sidebar #newsletter #cm335348 { background-color:transparent; float:left; height:12px; margin-top:3px; padding:0; width:12px; }	

#sidebar #newsletter label { font-size:1.1em; }

#sidebar #newsletter .submit { 
	background:url(images/btn_submit.png) no-repeat;
	border:none; 
	cursor:pointer;
	height:30px;
	float:right;
	padding:0;
	margin:-4px -2px 0 0;
	width:100px;
	}

#sidebar ul.categories-wrap, 
#sidebar ul.page-wrap, 
#sidebar ul.contact-form-wrap { background:#e5e5e5 url(images/bg_side.png) repeat-y; list-style:none; margin-bottom:10px;
 }

#sidebar ul.categories-wrap .dotted-gray, 
#sidebar ul.page-wrap .dotted-gray, 
#sidebar ul.contact-form-wrap .dotted-gray { 
	height:1px; 
	background-color: #fff; 
	}

#sidebar li.categories h2, 
#sidebar li.pagenav h2, 
#sidebar li.in-the-know h2 { font-size:2.4em; margin-left:5px; }

#sidebar li.categories, 
#sidebar li.pagenav, 
#sidebar li.contact-form, 
#sidebar li.in-the-know { 
	background:#e5e5e5 url(images/bg_side_bottom.png) no-repeat top; 
	border-left:1px dotted #999; 
	border-right:1px dotted #999; 
	border-bottom:1px dotted #999; 
	padding:10px; 
	}

#sidebar li.shop-by h2 { background:url(images/dotted.gif) repeat-x bottom left; padding-bottom:12px; }

#sidebar li.categories ul, 
#sidebar li.pagenav ul, 
#sidebar li.in-the-know ul { background:url(images/dotted.gif) repeat-x top left; margin:10px; }

#sidebar li.shop-by ul { background-position:bottom left; clear:both; margin:7px 10px 10px; }

#sidebar li.categories ul li, 
#sidebar li.pagenav ul li, 
#sidebar li.in-the-know ul li { 
	background:url(images/dotted.gif) repeat-x bottom left;
	display:block;
	list-style:none; 
	padding:2px 0;
	}
	
#sidebar li.shop-by ul li { background:none; width:238px; }

#sidebar li.shop-by ul li .currently { float:left; margin-right:4px; }

#sidebar li.shop-by ul li p { margin-bottom:3px; }
	
#sidebar li.categories ul li a, 
#sidebar li.pagenav ul li a, 
#sidebar li.in-the-know ul li a { 
	background:url(images/arrow_sm.gif) no-repeat 0 8px; 
	color:#6d6e71;
	display:block;
	font-size:1.2em;
	padding-left:15px;
	text-decoration:none;
	text-transform:capitalize;
	}

#sidebar li.shop-by ul li a {
	background:none;
	cursor:pointer;
	float:left;
	margin:0 7px 7px 0;
	padding:0;
	position:relative;
	}

#sidebar li.shop-by ul li a img {

	}

#sidebar li.shop-by ul li .currently img { float:left; margin:0 3px 7px 0; }

#sidebar li.shop-by ul li .shape img { margin:-4px 0 7px; }

#sidebar li.shop-by ul li .currently a {
	color:#ff0000;
	float:left;
	font-weight:bold;
	margin-top:-3px;
	text-transform:none;
	}

#sidebar li.categories ul li ul {
	background:none;	
	margin:0 10px;
	}

#sidebar li.categories ul li ul li {
	background-position:top left;	
	}
	
#sidebar li.contact-form h2 { margin-left:5px; }

#sidebar li.contact-form ul li { list-style:none; }	

#sidebar #compare-wrap { 
	background:url(images/bg_side_bottom.png) no-repeat center top #fff;
	border:1px dotted #999999;
	height:auto !important;
	height:125px;
	list-style:none;
	margin-bottom:20px;
	min-height:125px;
	}
	
#sidebar #compare { margin:10px; }

#sidebar #compare h2 { font-size:2.3em; margin:5px 0 0 6px; }

#sidebar #compare ul { 
	list-style:none; 
	margin-top:7px; 
	overflow:hidden; 
	}

#sidebar #compare ul li { float:left; margin:0 5px 0 8px; width:50px; }

#sidebar #compare p {
	margin: 4px 4px 12px 8px;
	line-height: 1.2em;
}

#sidebar #compare #compare-link { 
	/*background:url(images/arrow_sm.gif) no-repeat left 8px; 
	color:#6d6e71;
	display:block;
	font-size:1.2em; 
	float:left;
	height:15px;
	margin-left:6px;
	padding-left:11px; 
	text-decoration:none;*/
	}

#sidebar #compare #clear-compare { 
	background:url(images/arrow_sm.gif) no-repeat left 8px;
	display:block;
	font-size:1.2em; 
	float:right;
	height:15px;
	margin:0 0 0 6px;
	padding-left:11px; 
	text-decoration:none;
	
	/*background:url(images/arrow_sm_flipped.gif) no-repeat right 8px; 
	color:#6d6e71;
	display:block;
	font-size:1.2em; 
	float:right;
	height:15px;
	margin-right:6px;
	padding-right:11px; 
	text-decoration:none;*/
	}	

#sidebar #companion-wrap { 
	background:url(images/bg_side_bottom.png) no-repeat center bottom #fff;
	border:1px dotted #999999;
	list-style:none;
	margin-top:20px;
	}
	
#sidebar #companion { }

#sidebar #companion h2 { font-size:2.3em; margin:5px 0 0 5px; }

#sidebar #companion ul { list-style:none; margin-top:17px; overflow:hidden; width:258px; }

#sidebar #companion ul li { float:left; margin:0 5px 0 8px; width:50px; }

#sidebar #companion #related-posts-MRP_all { margin:10px; }

/** PAGE NAVI STYLES **/
/************************************/
.wp-pagenavi {
	float:left;
	margin-top:20px;
}

.wp-pagenavi a, .wp-pagenavi span {
	border:1px solid #dddddd;
	color:#86a623;
	font-size:1.2em;
	font-weight:bold;
	margin:2px;
	padding:1px 6px;
	text-decoration: none;
	background-color: #F6F6F6;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color:#606163;
}

#form-all .view_all a:hover {
	border-color:#606163;
}

.wp-pagenavi span.current {
	background-color:#606163;
	color:#fff;
}

.wp-pagenavi, .wp-pagenavi .previouspostslink { border:none; }

/** FOOTER STYLES **/
/************************************/
#footer-wrap { background:url(images/bg_footer_left_wrap.png) repeat-x 0 30px; }

#footer-wrap .nav-wrap { background:url(images/bg_footer_nav.png) repeat-x; height:30px; }

#footer-wrap .nav-wrap .nav { list-style:none; padding:3px 0 0 0; }

#footer-wrap .nav-wrap .nav li { float:left; font-size:1.1em; padding-top:1px; } 

#footer-wrap .nav-wrap .nav li a { color:#999; text-decoration:none; } 

#footer-wrap .nav-wrap .nav li#tli { 
	background:url(images/bg_footer_tli.png) no-repeat 0 2px; 
	height:19px;
	line-height:18px;
	margin-right:15px; 
	padding-top:2px;
	text-align:center; 
	width:65px; 
	}

#footer-wrap .nav-wrap .nav li#tli a { color:#fff; font-weight:bold; }

#footer-wrap .nav-wrap .nav li a:hover { color:#9AB641; text-decoration:underline; } 

#footer-wrap .nav-wrap .nav li span { color:#f5f5f5; margin:0 10px; } 

#footer-wrap #footer {  }

#footer-wrap #footer-left { 
	background:url(images/bg_footer_left.png) no-repeat right -1px; 
	padding:45px 0 25px;
	text-align:center; 
	width:681px; 
	}
	
#footer-wrap #footer-left span { margin:0 5px; }

#footer-wrap #footer-right {
	background:url(images/bg_footer_right.png) no-repeat left -1px; 
	padding:35px 10px 35px 0;
	text-align:center; 
	}
	
#footer-wrap #footer-right .left { margin-left:20px; width:85px; }

#footer-wrap #footer-right .left img { margin-bottom:7px; }

#footer-wrap #footer-right .right { margin-right:20px; width:105px; }

/** EMAIL POPUP STYLES **/
/************************************/
.email-popup { background:url(images/bg_home_content.png) repeat-x #d2d2d3; }

.email-popup input { 
	font-size:1.2em;
	height:19px;
	line-height:19px;
	padding:1px 5px 3px;
	width:295px;
	}
	
.email-popup #imageverify { margin-left:10px; width:240px; }
	
.email-popup textarea { 
	border:1px solid #999; 
	font-size:1.2em;
	padding:1px 5px 3px;	 
	width:295px; 
	}	
 
.email-popup #wp-email-submit {
	background:url(images/btn_send_popup.png) no-repeat;
	border:none;
	cursor:pointer;
	float:left;
	font-size:0;
	height:27px;
	width:97px;
	}

.email-popup a { clear:left; float:left; margin-top:5px; }

.email-popup .required { color:#ff0000; }

/** COMPARE POPUP STYLES **/
/************************************/
#popup-compare-wrap { 
	background:#d2d2d3 url(images/bg_popup_compare.png) repeat-x top left; 
	height:100%;
	height:auto !important;
	min-height:100%;
	width:100%;
	}
	
#popup-compare { margin:0 auto; padding:20px 0 0 16px; width:832px; }	

#popup-compare h1 { color:#9ab641; margin-bottom:0; }

#popup-compare #compare-posts table { 
	background-color:#fff;
	border-left:1px solid #999; 
	border-top:1px solid #999; 
	float:left;
	font-size: 11px;
	margin:20px 15px 0 0; 
	}

#popup-compare .compare-cell { width:190px; }

#popup-compare #compare-posts table td.image { padding:20px; }

#popup-compare #compare-posts table td { border-bottom:1px solid #999; border-right:1px solid #999; padding:13px 20px; }

#popup-compare #compare-posts h3 { font-size:1.2em; font-weight:bold; text-transform:uppercase; }

#popup-compare #compare-posts li { list-style-position:inside; }

#popup-compare #compare-posts .category-list { color:#9AB641; }

#popup-compare #compare-posts .category-list span { 
	background:url(images/tag_category.gif) no-repeat 0 2px; 
	margin-left:2px;
	padding:0 0 8px 19px; 
	text-decoration:none; 
	}

#popup-compare #compare-posts table td.remove { background-color:#3e3e3e; padding:5px; text-align:center; }
#popup-compare #compare-posts h3 a { color:#fff; text-decoration:none; }

/** MISCELLANEOUS STYLES **/
/************************************/
#emedia-logo {
	background: url(images/logo_emedia.gif) no-repeat top left; 
	cursor: pointer; 
	height:27px; 
	}
	
.creditline { display:none; }

.font_gotham { z-index:1; }

.campaign { }

.campaign .container { }

.tooltip {
	display:none;
	background:transparent url(images/tooltip/black_arrow.gif) no-repeat bottom;
	font-size:12px;
	height:10px;
	width:100px;
	padding:4px 10px 26px;
	color:#fff;	
	text-align:center;
	text-transform:capitalize;
	}
