/* GENERAL STYLES */
* html body{ /* IE only */
height: 100%;
width: 100%;
margin: auto;
}

html,body{
 background: url(/img/bg.jpg) repeat-y scroll center center;
 padding:0;
 margin:0;
 font-family: 'Trebuchet MS';
 font-size: 13px;
}

/** img ***/
img a{
border: none;
}

img{
border: none;
}

.border_img{
 background-color: #444;
 padding: 10px;
 border: 1px solid #151515;
}

#body_wrap{
 width: 1000px;
 margin: 0 auto;
}

#body_left{
 float:left;
 width: 227px;
 height: 100%;
 overflow: hidden;
}

#body_right{
 float: left;
 width: 773px;
 height: 100%;
 overflow: hidden;
}

#breadcrumb{
 background-image: url(/img/breadcrumb_bg.jpg);
 width: 732px;
 height: 32px;
 color: #CCC;
 font-size: 13px;
 overflow: hidden;
 padding-top: 11px;
 padding-left: 20px;
 margin-bottom: 10px;
}

#breadcrumb a{
 color: #CCC;
 text-decoration: none;
}

#breadcrumb a:hover{
 color: #CCC;
 text-decoration: underline;
}

#content_wrap{
 width: 752px;
 height: 100%;
 overflow: hidden;
}

#content_top{
 background-image: url(/img/content_top.jpg);
 width: 752px;
 height: 17px;
 overflow: hidden;
}

#content_center{
 background-image: url(/img/content_center.jpg);
 width: 752px;
 height: 100%;
 overflow: hidden;
}

#content_bottom{
 background-image: url(/img/content_bottom.jpg);
 width: 752px;
 height: 65px;
 overflow: hidden;
}

/*** Menu ***/

div#mContainer {
 float: right;
 min-height: 100%;
 overflow: hidden;
 width: 218px;
}

div#mContainer ul {
 margin: 0;
 padding: 0;	
 list-style: none;
}

div#mContainer li {
 margin: 0;
 padding: 0;
}

div#mContainer a:link, div#mContainer a:visited, div#mContainer a:active {
 font-family: 'Trebuchet MS';
 color: #FFF;
 text-decoration: none;
}

div#mContainer a:hover  {
 font-family: 'Trebuchet MS';
 color: #FFF;
 text-decoration: none;
}

div#mContainer a:hover,div#mContainer .level1selected .level1selected a:hover {
 color: #FFF;
}

div#mContainer .level1 a {
 width: 177px;
 height: 29px;
 display: block;
 background-image: url(/img/level1.jpg);
 margin-top: 5px;
 padding-top: 10px;
 text-align: right;
 padding-right: 35px;
}

div#mContainer .level1 a:hover{ 
 text-decoration: none;
 background-image: url(/img/level1hover.jpg);
}

div#mContainer .level1selected a {
 width: 177px;
 height: 29px;
 display: block;
 background-image: url(/img/level1selected.jpg);
 margin-top: 5px;
 padding-top: 10px;
 text-align: right;
 padding-right: 35px;
}

/** level 1_2 **/
div#mContainer .level1_2 a {
 width: 177px;
 height: 29px;
 display: block;
 background-image: url(../img/level1selected.jpg);
 margin-top: 5px;
 padding-top: 10px;
 text-align: right;
 padding-right: 35px;
}

div#mContainer .level1_2 a:hover{ 
 text-decoration: none;
 background-image: url(../img/level1selected.jpg);
}

div#mContainer .level1_2selected a {
 width: 177px;
 height: 29px;
 display: block;
 background-image: url(../img/level1selected.jpg);
 margin-top: 5px;
 padding-top: 10px;
 text-align: right;
 padding-right: 35px;
}
/** level 1_2 **/

div#mContainer .level2 a{ 
 width: 177px;
 height: 20px;
 display: block;
 padding-top: 5px;
 text-align: right;
 padding-right: 35px;
}

div#mContainer .level2 a:hover{ 
 text-decoration: underline;
}

div#mContainer .level2selected a {
 width: 177px;
 height: 20px;
 display: block;
 padding-top: 5px;
 text-align: right;
 padding-right: 35px;
 text-decoration: underline;
}

/* NOT IN USE
div#mContainer .level3 a { 
 padding-left: 35px;
 line-height:20px;
 background: URL(/img/level2.gif) no-repeat;
 background-position: 22px 7px;
}

div#mContainer .level3selected a {
 padding-left: 35px;
 line-height:20px;
 background: URL(/img/level2.gif) no-repeat;
 background-position: 22px 7px;
}
*/

div#mContainer li {
 display:inline;
}

#logo_wrap{
 margin-left: 5px;
 margin-bottom: 5px;
}

#searchform{
}

#main_wrap{
 width: 716px;
 margin: 0 auto;
 height: 100%;
}

#main_top{
 background-image: url(/img/main_top.jpg);
 width: 716px;
 height: 14px;
 overflow: hidden;
}

#main_center{
 background-image: url(/img/main_center.jpg);
 width: 686px;
 height: 100%;
 overflow: hidden;
 padding-left: 15px;
 padding-right: 15px;
}

#main_bottom{
 background-image: url(/img/main_bottom.jpg);
 width: 716px;
 height: 14px;
 overflow: hidden;
}

.main_div{
 height: 4px;
 margin-top: 10px;
 padding-bottom: 10px;
}

.header_txt{
 font-size: 22px;
 color: #D1D1D1;
}

.p_text{
 font-size: 13px;
 color: #D1D1D1;
 line-height: 1.5;
}

.p_text a{
 font-size: 13px;
 color: #D1D1D1;
 text-decoration: underline;
}

.p_text a_hover{
 font-size: 13px;
 color: #BBB;
 text-decoration: underline;
}

.p_foto{
 text-align: center;
}

#header_wrap{
width: 686px;
overflow: hidden;
}

#header_left{
 float: left;
 width: 548px;
 font-size: 22px;
 color: #D1D1D1;
 overflow: hidden;
}

#header_right{
 float:right;
 text-align: right;
 width: 120px;
 overflow: hidden;
}

/*** Highslide ***/

.highslide-container div {
	font-family: 'Trebuchet MS';
	font-size: 13px;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: none;
}
.highslide:hover img {
	border-color: gray;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: pointer;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.glossy-dark {
	background: #111;
}
.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	background: white;
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
a.highslide-full-expand {
   background: url(/img/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(/img/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move, .highslide-move * {
	cursor: move;
}
.highslide-overlay {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(/img/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/* Controls for the galleries.*/
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(/img/controlbar-white.gif) 0 -90px no-repeat;
	margin: 20px 15px 10px 0;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(/img/controlbar-white.gif) right -90px no-repeat;
}
.highslide-controls li {
	float: left;
	padding: 5px 0;
}
.highslide-controls a {
	background-image: url(/img/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: pointer;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}


/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}

.highslide-maincontent {
	display: none;
}
.highslide-html {
	background-color: white;
}
.highslide-html-content {
	display: none;
	width: 300px;
	height: 158px;
	padding: 0 5px 5px 5px;
}
.highslide-header {
	padding-bottom: 5px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-footer {
	height: 11px;
}
.highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(/img/resize.gif);
}
.highslide-body {
}
.highslide-resize {
	cursor: nw-resize;
}

/* hs.wrapperClassName = 'draggable-header' */
.draggable-header .highslide-header {
	height: 16px;
}
.draggable-header .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	left: 0;
	right: 16px;
	top: 0;
	width: auto;
	z-index: 1;
}
.draggable-header .highslide-header .highslide-move * {
	display: none;
}
.draggable-header .highslide-header .highslide-close {
	position: relative;
	float: right;
	z-index: 2;
	padding: 0;
}
.draggable-header .highslide-header .highslide-close a {
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(/img/closeX.png);
}
.draggable-header .highslide-header .highslide-close a:hover {
	background-position: 0 16px;
}
.draggable-header .highslide-header .highslide-close span {
	display: none;
}


/* hs.wrapperClassName = 'no-footer' */
.no-footer .highslide-footer {
	display: none;
}

/* hs.wrapperClassName = 'wide-border' */
.wide-border .highslide-image {
	border-width: 10px;
}
.wide-border .highslide-caption {
	padding: 0 10px 10px 10px;
}

/* hs.wrapperClassName = 'borderless' */
.borderless .highslide-image {
	border: none;
}
.borderless .highslide-caption {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background: silver;
}

/* hs.wrapperClassName = 'outer-glow' */
.outer-glow {
	background: #444;
}
.outer-glow .highslide-image {
	border: 5px solid #444444;
}
.outer-glow .highslide-caption {
	border: 5px solid #444444;
	border-top: none;
	padding: 5px;
	background-color: gray;
}

/* hs.wrapperClassName = 'colored-border' */
.colored-border .highslide-image {
	border: 2px solid green;
}
.colored-border .highslide-caption {
	border: 2px solid green;
	border-top: none;
}

/* hs.wrapperClassName = 'dark' */
.dark {
	background: #FFF;
}
.dark .highslide-image {
	border-color: #FFF;
	background: #FFF;
}
.dark .highslide-caption {
	color: white;
	background: #FFF;
}
.dark .highslide-controls,
.dark .highslide-controls ul,
.dark .highslide-controls a {
	background-image: url(/img/controlbar-black-border.gif);
}

/* hs.wrapperClassName = 'floating-caption' */
.floating-caption .highslide-caption {
	position: absolute;
	padding: 1em 0 0 0;
	background: none;
	color: white;
	border: none;
	font-weight: bold;
}

/* hs.wrapperClassName = 'controls-in-heading' */
.controls-in-heading .highslide-heading {
	color: gray;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: pointer;
	padding: 0 0 0 22px;
	margin: 0;
	background: url(/img/icon.gif) no-repeat 0 1px;
}
.controls-in-heading .highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	margin: 0;
	top: -23px;
	left: 7px;
	background: none;
}
.controls-in-heading .highslide-controls ul {
	position: static;
	height: 20px;
	background: none;
}
.controls-in-heading .highslide-controls li {
	padding: 0;
}
.controls-in-heading .highslide-controls a {
	background-image: url(/img/controlbar-white-small.gif);
	height: 20px;
	width: 20px;
}

.controls-in-heading .highslide-controls .highslide-move {
	display: none;
}

.controls-in-heading .highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.controls-in-heading .highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.controls-in-heading .highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.controls-in-heading .highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.controls-in-heading .highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.controls-in-heading .highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.controls-in-heading .highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.controls-in-heading .highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.controls-in-heading .highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}

/*** gallery ***/

#gallery{
 width: 685px;
 height: 100%;
 overflow: hidden;
 margin-top: 20px;
}

#gallery_top{
 width: 685px;
 height: 32px;
 background-image: url(/img/gallery_top.jpg);
 overflow: hidden;
}

#gallery_center{
 width: 675px;
 height: 100%;
 overflow: hidden;
 background-image: url(/img/gallery_bg.jpg);
 padding-left: 10px;
}

#gallery_bottom{
 width: 685px;
 height: 20px;
 background-image: url(/img/gallery_bottom.jpg);
}

.product_img{
 background-color: #444;
 padding: 10px;
 border: 1px solid #151515;
}

.gal_img{
 float: left;
 background-color: #444;
 padding: 10px;
 border: 1px solid #151515;
 height: 100px;
 width: 100px;
 margin-right: 13px;
 margin-bottom: 10px;
 text-align: center;
}

.gal_img img {
 vertical-align: middle;
}

/* XSLTsearch  */
#xsltsearch {margin: 0; padding: 20px 0 0 0;}
	.xsltsearch_result p {margin: 0; padding: 0;}
	.xsltsearch_result:hover {background: #f6f6f6;}
	.xsltsearch_ordinal {font-weight: bold; font-size: 75%;}
	.xsltsearch_title {font-weight: bold;}
	.xsltsearch_score {font-size: 75%;}
	p.xsltsearch_result_description {padding-bottom: 10px;}
	.xsltsearch_description strong {background: #FFC;} /* highlighting */
	#xsltsearch_navigation {text-align: center;}
	#xsltsearch_navigation .disabled {color: #999;}
	#xsltsearch_stats {font-size: 75%; color: #666;}

/*** LightWindow ***/
#lightwindow_overlay {
	/* REQUIRED */
	display: none;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 500;
	/* REQUIRED */
}

#lightwindow {
	/* REQUIRED */
	/* Of Note - The height and width of this element are set to 0px */
	display: none;
	visibility: hidden;
	position: absolute;
	z-index: 999;
	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: #F0F0F0;
	}		

#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: 13px;
		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: #444444;
		text-decoration: underline;
		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;
	}

#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(/img/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(/img/prevlabel.gif) left 15% no-repeat; 
	}

	#lightwindow_next:hover, 
	#lightwindow_next:active { 
		background: url(/img/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(/img/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(/img/arrow-up.gif) no-repeat 60px 5px transparent;
	}

	#lightwindow_galleries_tab .down {
		background: url(/img/arrow-down.gif) no-repeat 60px 6px transparent;
	}

	#lightwindow_galleries_list {
		background: url(/img/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: #ffffff;
		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: #ffffff;
		line-height: 25px;
		padding: 0;
		margin: 0;
	}
	
	a:hover#lightwindow_title_bar_close_link,
	a:active#lightwindow_title_bar_close_link {
		color: #ffffff;
	}

#lightwindow p {
	color: #000000;
	padding-right: 10px;
}

/*** dealers ***/

.dealer_wrap{
 float: left;
 width: 307px;
 height: 120px;
 background-image: url(/img/dealer_bg.jpg);
 padding: 10px;
 margin-right: 15px;
 margin-top: 15px;
}

.dealer_country{
 color: #D1D1D1;
 text-align: center;
}

.dealer_name{
 color: #B5B5B5;
 font-weight: bold;
 margin-bottom: 10px;
 margin-top: 10px;
}

.dealer_email{
 color: #B5B5B5;
 background: url(/img/bullet_email.gif) no-repeat;
 background-position: 0px 3px;
 padding-left: 25px;
 margin-bottom: 3px;
}

.dealer_email a{
 color: #B5B5B5;
 text-decoration: none;
}

.dealer_email a:hover{
 color: #B5B5B5;
 text-decoration: underline;
}

.dealer_website{
 color: #B5B5B5;
 background: url(/img/bullet_link.gif) no-repeat;
 background-position: 0px 3px;
 padding-left: 25px;
}

.dealer_website a{
 color: #B5B5B5;
 text-decoration: none;
}

.dealer_website a:hover{
 color: #B5B5B5;
 text-decoration: underline;
}

.dealer_phone{
 color: #B5B5B5;
 background: url(/img/bullet_phone.gif) no-repeat;
 background-position: 0px 3px;
 padding-left: 25px;
 margin-bottom: 3px;
}

/*** Downloads ***/

#down_header{
 font-weight: bold;
 color: #333;
 margin-bottom: 15px;
}

.down_pdf{
 color: #333;
 background: url(/img/icon_pdf.gif) no-repeat;
 background-position: 0px 1px;
 padding-left: 25px;
 height: 25px;
}

.down_pdf a{
 color: #333;
 text-decoration: none;
}

.down_pdf a:hover{
 color: #333;
 text-decoration: underline;
}

.down_link{
 color: #333;
 background: url(/img/icon_link.gif) no-repeat;
 background-position: 0px 1px;
 padding-left: 25px;
 height: 25px;
}

.down_link a{
 color: #333;
 text-decoration: none;
}

.down_link a:hover{
 color: #333;
 text-decoration: underline;
}

/* EDITOR PROPERTIES */
