/**
 * ----------------------------------------------------------------------------
 * toggleElements.css - Stylesheet for jQuery-Plugin toggleElements
 * ----------------------------------------------------------------------------
 */

/* Screen ------------------------------------------------------------------- */

@media projection, screen {

		
	.loctoggler {
	cursor:pointer;
	text-decoration: none;
	font-size: .70em;
	display: block;
	height: 20px;
	background-color: #AEC5D0;
	background-color: #FFFFFF;
	text-transform:uppercase;
	line-height: 20px;
	margin-bottom: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	}
	
	.loctoggler-closed {
	color:#faaa32;
	padding-left:0px;
	/*background: url(/common/images/togglerc.gif) no-repeat right center;*/
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	text-transform: capitalize;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-decoration: none;
	}
	.loctoggler-closed:hover {
	color: #d31117;
	padding-left:0px;
	/*background: url(/common/images/togglerch.gif) no-repeat right center;*/
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-decoration: none;
	}
	.loctoggler-opened {
	padding-left:0px;
	/*background: url(/common/images/togglero.gif) no-repeat right center;*/
	height: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	color: #d31117;
	text-transform: capitalize;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-decoration: none;
	}
	.loctoggler-opened:hover {
	color: #faaa32;
	padding-left:0px;
	/*background: url(/common/images/toggleroh.gif) no-repeat right center;*/
	height: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-decoration: none;
	}
	
	.loctoggler-c {
	margin: 0px;
	padding: 0px;
	}
	.loctoggler-c-closed {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding-right: 0px;
	padding-left: 0px;
	}
	.loctoggler-c-opened {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 15px;
	max-height:300px;
	overflow:auto;
	text-align:left;
	scrollbar-3dlight-color:#ffffff; 
	scrollbar-arrow-color:#990000; 
	scrollbar-base-color:#ffffff; 
	scrollbar-darkshadow-color:#ffffff; 
	scrollbar-face-color:#ffffff; 
	scrollbar-highlight-color:#fffffff; 
	scrollbar-shadow-color:#ffffff;	
	}	
	
}
.loclisting {
	font-size:.70em;
	color:#990000;	
	list-style-type:none;
	padding:2px 0 2px 5px;
}

.prodTitle
{
	padding-bottom:3px;
	padding-top:3px;
	margin-bottom:5px;
	font-weight:bold;
	font-size:.9em;
	width:215px;
	color:#FFFFFF;
	background-repeat:no-repeat;
	background:url(/../images/com_detail_title.gif);
	background-color:#FFFFFF;
	text-align:center;
	border-bottom:0px solid #444444;
}
.prodList
{
	max-height:300px;
	overflow:auto;
	padding-left:5px;
	margin-bottom:10px;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-arrow-color:#990000;
	scrollbar-base-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#fffffff;
	scrollbar-shadow-color:#ffffff;
}
.listTitle
{
	font-size:.75em;
	padding-left:2px;
	margin-bottom:3px;
}
.listTitle2
{
	text-align:left;
	max-width: 200px;
	font-size: .75em;
	padding-left:2px;
	margin-bottom:7px;
}



/* Print -------------------------------------------------------------------- */
@media print {

	.loctoggler-c { margin-bottom:25px; }
	.loctoggler { display: none; }

}
p.nospace  {
	margin: 0px;
	padding: 0px;
}
.gallery_wrapper {
	padding: 20px 0px;
	clip: rect(auto,auto,auto,auto);
}


