#leftnav	{

}
#leftnav a	{
	background-image: url('//lib.store.yahoo.net/lib/yhst-17854477169658/leftcatbg.jpg');
	height: 21px;
	color: #fcf2b7;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding: 5px 1px 0 5px;
	overflow: hidden;
	text-decoration: none;
	display: block;
}
* html #leftnav a	{
	height: 26px;
}

#leftnav a:hover	{
	background-image: url('//lib.store.yahoo.net/lib/yhst-17854477169658/leftcatbg-hover.jpg');
}
.clearboth	{
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}
.multi-row	{
	margin-bottom: 15px;
	font-family: arial;
}
.multi-row h3	{
	background-image: url('//lib.store.yahoo.net/lib/yhst-17854477169658/sectiontitlebar.gif');
	width: 553px;
	height: 21px;
	color: #000000;
	padding: 2px 0 0 20px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
* html .multi-row h3	{
	width: 573px;
	height: 23px;
}
.multi-row h3 a, .multi-row h3 a:link, .multi-row h3 a:visited	{
	text-decoration: none;
	color: #000000;
}
.multi-row h3 a:hover	{
	color: #990000;
	text-decoration: underline;
}
.multi-img	{
	float: left;
	width: 120px;
}
.multi-text	{
	float: left;
	width: 270px;
	font-size: 11px;
	padding:20px 0 0 0;
}
* html .multi-text	{
	width: 270px;
}
.listleft	{
	text-align: right;
	color: #666666;
	font-weight: bold;
	width: 90px;
	float: left;
}
.listright	{
	font-weight: bold;
	color: #000000;
	width: 174px;
	margin-left: 6px;
	float: left;
	display: inline;
}

.listright span	{
	color: #ff0000;
	font-size: 12px;
}
.multi-view	{
	float: left;
	width: 160px;
}
.viewdetails	{
	border: 0;
}
.kwmmodal	{
	display: none;
}
.videodiv	{
	text-align: center;
	padding: 10px;
}
#itembody	{
	font-family: arial;
}
#itemname	{
	color: #990000;
	font-size: 18px;
	font-weight: bold;
}
	
#katc	{
	display: block;
	margin: 10px;
}
#caption	{
	margin: 20px 0 20px 0;
	font-size: 12px;
}
#caption h3	{
	border-bottom: solid 1px #000000;
	padding: 0 0 2px 0;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
#itemleft	{
	float: left;
	width: 300px;
	border-right: solid 1px #000000;
}
* html #itemleft	{
	width: 301px;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
/*/////////////////// KWM ma addition /////////////////////////////*/
.clear{
	clear:both
}
#header{
	height:61px;
	padding-right:10px;
	margin-top:46px;
}
#cs-links{
	float:right;
	color:#996600;
	font-size:10px;
	font-weight:bold;
	margin-top:10px;
}
#cs-links a{
	color:#5a6441;
	font-weight:bold;
	text-decoration:none;
	padding:0 7px;
}
#cs-links a:hover{
	color:#66cCFf;
}
#logo{
	width:298px;
	float:left;
}
#header-tagline{
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-style:italic;
	text-shadow: 1px 1px 1px #000000;
}
#header-rotator{
	background:#ffffff;
	padding:7px 6px 0;
	width:758px;
}
.bg-img{
	background-color:#ffffff;
	background-image: url('//lib.store.yahoo.net/lib/yhst-17854477169658/bg-img.jpg');
	background-repeat:no-repeat;
	background-position:top;
}
/*--------------------------ROTATOR 2012--------------------------------*/
/*

   Magic Slideshow v1.1.29 
   Copyright 2012 Magic Toolbox
   Buy a license: www.magictoolbox.com/magicslideshow/
   License agreement: //www.magictoolbox.com/license/


*/

div.MagicSlideshow {
    background: transparent;
    display: none; /* hides all images until Magic Slideshow is ready */
}

/* Styles for images */
img.MagicSlideshowImage {
    border: 0px;
}

/* Styles for images container */
div.MagicSlideshowImagesContainer {

}

/* Styles for thumbnails */
/*img.MagicSlideshowThumbnail {
	background-image: url('//lib.store.yahoo.net/lib/yhst-17854477169658/kwmx-rot-inact.png');
	background-repeat:no-repeat;
	height:16px;
	width:16px;
}
img.MagicSlideshowThumbnail.highlight {
	background-image: url('//lib.store.yahoo.net/lib/yhst-17854477169658/kwmx-rot-act.png');
	background-repeat:no-repeat;
	height:16px;
	width:16px;
}
*/
/* Styles for thumbnails container 
div.MagicSlideshowThumbnailsContainer {
    text-align:right;
	margin:0 -3px 2px 0;
	padding:0;
}
div.MagicSlideshowThumbnailsContainerStyle {
    margin-right:3px;
}
*/
/* Styles for descriptions */
.MagicSlideshowDescription {
    line-height: 24px;
    background: #333333;
    color: #FFFFFF;
    padding: 3px !important;
}

/* Styles for links if using text descriptions */
.MagicSlideshowDescription a {
    color: #CFCFCF;
}
.MagicSlideshowDescription a:visited {
    color: #ACACAC;
}
.MagicSlideshowDescription a:hover {
    color: #FFFFFF;
}

/* Style for loading box */
div.MagicSlideshowLoadingBox {
    background: #FFFFFF url('//lib.store.yahoo.net/lib/yhst-17854477169658/loader.gif') no-repeat 50% 2px;
    padding: 4px 4px 4px 4px !important;
    margin: 0px !important;
    line-height: 15px;
    color: #363636;
    border: 1px solid #696969;
    text-align: left;
}

/* Styles for arrows */
a.MagicSlideshowArrow {
    width: 66px;
    height: 66px;
    cursor: 'pointer';
/*    background: url('//lib.store.yahoo.net/lib/yhst-17854477169658/kwmx-arrows06.png');
*/    padding: 0px !important;
    margin: 0px !important;
}
a.MagicSlideshowArrowTop {
    background-position: 66px 0;
}
a.MagicSlideshowArrowRight {
    background-position: 0 0;
}
a.MagicSlideshowArrowBottom {
    background-position: 66px 66px;
}
a.MagicSlideshowArrowLeft {
    background-position: 0 66px;
}
