@import "css-reset.css";
@import "editor.css";

body
{
	background-color: #61cc61;
}

body > div
{
	min-width: 865px;
}

#breadcrumbs
{
	padding: 5px 0 15px 0;
	color: #999;
	font-size: 10px;
	height: 20px;
}

#breadcrumbs a:link, 
#breadcrumbs a:visited
{
	color: #999;
}

#breadcrumbs a:hover, 
#breadcrumbs a:active
{
	color: #666;
	outline: none;
}

.caption, 
#content_right p.caption,
#slideshow_txt
{
	font-size: 10px;
	color: #999;
	text-align: center;
	line-height: normal;
}

#content_right img,
#content_right p.caption img
{
	margin-right: 0;
}

#content_right p
{
	float: right;
}

#content_right.product p
{
	float: none;
}

.clearfix:after, 
#header:after, 
#content:after, 
#footer:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#content
{
	padding-top: 45px;
	padding-bottom: 15px;
	margin-top: -45px;
	background-image: url('../images/content_background.png');
	background-repeat: repeat-x;
	background-color: #fff;
	text-align: justify;
}

#content img
{
	margin: 4px;
}

#content, 
#footer, 
#navigation
{
	padding-left: 50px;
	padding-right: 50px;
}

#content_left
{
	position:relative;
	margin-right: 335px;
	padding-right: 50px;
}

#content_left table td ul li,
#content_single table td ul li
{
	margin-right: 20px;
}

#content_right
{
	width: 320px;
	text-align: right;
	float: right;
}

#content_right p
{
	text-align: right;
}

#content_single
{
	position:relative;
	margin-right: 0px;
	/*max-width: 1000px;*/
}

#content_right ul
{
	list-style-type: none;
}

#current-search-results
{
	margin: 10px 0 0 0;
	text-align: right;
}

#current-search-results .AS_ajax_result .AS_ajax_resultExtract p
{
	text-align: justify;
	margin: 0 0 20px 0;
}

#email_form input
{
	width: 200px;
}

#email_form textarea
{
	width: 350px;
	height: 100px;
}

#footer
{
	height: 52px;
	padding-top: 23px;
	background: #61cc61 url('../images/footer_background.png') repeat-x scroll left top;
	color: #fff;
}

#footer a:link, 
#footer a:visited
{
	color: #fff;
	font-weight: bold;
}

#footer a:hover, 
#footer a:active
{
	color: #e0ffda;
	font-weight: bold;
	outline: none;
}

#footer p
{
	margin: 0;
}

#footer_left
{
	padding-top: 10px;
	float: left;
	width: 50%;
}

#footer_left ul
{
	margin: 0;
}

#footer_left li
{
	float: left;
	margin: 0 5px 0 0;
	list-style-type: none;
}

#footer_left li span.last
{
	display: none;
}

#footer_right
{
	text-align: right;
	float: right;
	width: 50%;
	font-size: 11px;
}

#header
{
	height: 144px;
	width: 100%;
	background: #fff url('../images/header_background.png') repeat-x scroll left top;
}

#logo
{
	margin: 0 0 0 50px;
	float: left;
}

#navigation
{
	height: 45px;
	margin-right: 0;
	background-image: url('../images/navigation_background.png');
	background-repeat: no-repeat;
	background-position: right top;
	color: #fff;
	position: relative;
	top: 0px;
	z-index: 10;
}

#search
{
	padding: 5px 0 5px 0;
	text-align: right;
	width: 320px;
	float: right;
}

#search input 
{
	position: relative;
	top: 0;
}

#search input[type="text"]
{
	background-image: url('../images/search_background.png');
	border-width: 0;
	width: 153px;
	height: 19px;
	padding: 5px 10px 0 10px;
	color: #a3a3a3;
	margin: 0 0 0 0;
}

#search input[type="image"]
{
	height: 21px;
	width: 22px;
	margin: 0 0 -10px 0;
}

#search_icons
{
	float: left;
	text-align: right;
	width: 108px;
	padding: 5px 0 0 0;
}

#search fieldset
{
	padding: 0;
	margin: 0;
	border-width: 0;
}

/****** AjaxSearch Overriding Styles ********/

#search form
{
	margin: 0;
	padding: 0;
	height:52px;
}

/** End AjaxSearch styles **/

#slideshow_out { width: 315px; height: 236px; background-repeat: no-repeat; background-position: 50% 50%; display: block; overflow: hidden; }
#slideshow_in { width: 315px; height: 236px; background-repeat: no-repeat; background-position: 50% 50%; display: block; overflow: hidden; }
#slideshow_txt { width: 315px; height: 3em; }

#tagline
{
	margin: 0 0 0 0;
	float: right;
}

#tvslideshow
{
	text-align: center;
	margin: 0;
}

#tvslideshow,
#tvslideshowTicker,
#tvslideshowTicker li
{
	width: 315px;
	float: right;
}

/*====== WAYFINDER NAV ======*/
#nav 
{
	line-height: 1;
	font-family: Candara, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
    font-size: 19px;
	padding: 0;
	margin: 0;
    text-align: center;
    font-style: italic;
    list-style-type: none;
}

#nav li a 
{
	font-family: Candara, Arial, Helvetica, Sans-Serif;
	height: 35px;
	margin: 0;
	padding: 10px 0 0 0;
}

#nav ul 
{
    float: left;
	list-style: none;
	line-height: 1;
	background-color: #60cc60;
	padding: 0;
	border-top: solid #390;
    border-bottom: solid #390;
	margin: 0 2em 0 2em;
    color:#fff;
}

#nav a 
{
	display: block;
	width: 120px;
	color: #fff;
	text-decoration: none;
	padding: 0.5em 0 6px 0;
    text-align:center;
}

#nav li li a.daddy,
#nav li li li a.daddy,
#nav li li li li a.daddy,
#nav li li li li li a.daddy,
#nav li li li li li li a.daddy
{
	background: url('../images/navigation_arrow.gif') center right no-repeat;
	background-position: 162px 9px;
    width: 170px;
}

#nav li 
{
	min-height:30px;
    float: left;
	padding: 0px;
	width: 120px;
    text-align:center;
}

#nav li ul 
{
	position: absolute;
	left: -999em;
	width: 180px;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0 0 0 0;
    padding: 0;
    text-align:left;
}

#nav li.active ul
{
	margin-left: -1px;
}

#nav li.active ul ul
{
	margin-left: 180px;
}

#nav li li 
{
	width: 180px;
	padding: 0;
}

#nav li ul a 
{
	width: 170px;
    text-align:left;
    color:#fff;
    font-size:15px;
	padding: 7px 0 7px 10px;
	height: auto;
}

#nav li ul ul, 
#nav li ul ul ul,
#nav li ul ul ul ul,
#nav li ul ul ul ul ul
{
	margin: -29px 0 0 180px;
}

#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li:hover ul ul ul ul,
#nav li:hover ul ul ul ul ul,
#nav li.sfhover ul ul,
#nav li.sfhover ul ul ul,
#nav li.sfhover ul ul ul ul,
#nav li.sfhover ul ul ul ul ul
{
	left: -999em;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li li li li:hover ul,
#nav li li li li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul,
#nav li li li.sfhover ul,
#nav li li li li.sfhover ul,
#nav li li li li li.sfhover ul
{
    left: auto;
}

#nav > li:hover, 
#nav > li.sfhover, 
#nav > li.active 
{
	background-color: #60cc60;
    background-image:url('../images/navigation_selected.png');
    border-top: solid #390;
    border-bottom: solid #390;
	border-bottom-width: 4px;
	border-top-width: 0;
}

#nav > li.active
{
	border-style: solid;
	border-color: #390;
	border-left-width: 1px;
	border-right-width: 1px;
}


#nav .sub li:hover, 
#nav .sub li.sfhover 
{
	background-color: #9de39d;
}

#nav li:hover a, 
#nav li.sfhover a, 
#nav li.active a 
{
	color: #ffff99;
}

#nav li:hover ul li
{
	padding-bottom: 1px;
}

#nav li:hover ul li a 
{
	color: #fff;
}

/* GEOLOCATION PRICE STYLES */
.debugInfo { color:#900; }
#ppText { display:inline; }
.price {padding-top:0;font-size: 125%; font-weight:bold;}
.geoPrice { font-size: 120%; font-weight: bold; }
.priceExpl { font-size:80%; font-style:italic; font-weight:normal; }