// ============================================================
//          JKit                                  
// ------------------------------------------------------------*/

+route(style,theme,child)
	#jkit-lightbox-bg 
		display: none
		position: fixed
		left: 0px
		top: 0px
		z-index: 10000
		width: 100%
		height: 100%
		background: #000

	#jkit-lightbox-content 
		display: none
		position: fixed
		border: none
		left: 10%
		top: 100px
		z-index: 10001
		width: 80%
		height: 80%
		background: #fff
		padding: 10px

	#jkit-lightbox-title 
		display: none
		position: fixed
		color: #fff
		font-size: 12px
		font-weight: bold
		height: 20px
		left: 0px
		top: 0px
		z-index: 10002
		text-align: left

	#jkit-lightbox-nav 
		display: none
		position: fixed
		color: #fff
		font-size: 12px
		font-weight: bold
		height: 20px
		left: 0px
		top: 0px
		z-index: 10003
		text-align: right
		width: 50px
		cursor: pointer
		cursor: hand


	#jkit-lightbox-nav-next 
		margin-right: 20px


	#jkit-lightbox-nav-prev 
		margin-right: 10px

	.jkit-gallery-thumbs img 
		float: left
		margin-top: 6px
		margin-right: 6px
		width: 136px
		height: 40px
		border: 2px #000 solid

	.jkit-gallery-thumbs img.active 
		border: 2px #E01B49 solid

	.tabs > ul, .tabs > ul li 
		list-style: none
		margin: 0px
		padding: 0px
		overflow: hidden

	.tabs > ul li 
		float: left
		margin-left: 10px
		padding: 3px
		padding-bottom: 1px
		padding-left: 16px
		padding-right: 16px
		background: #fff
		color: #000

	.tabs > ul li.active, .tabs > ul li:hover 
		background: #333
		color: #fff

	.tabs > div 
		border-top: 1px #333 solid
		padding-top: 8px

	.accordion > ul 
		width: 100%

	.accordion > ul, .accordion > ul > li 
		list-style: none
		margin: 0px
		padding: 0px
		overflow: hidden

	.accordion > ul > li 
		margin: 0px
		padding: 0px
		margin-bottom: 1px
		color: #333

	.accordion > ul > li > h3 
		background: #333
		color: #ccc
		margin: 0px
		padding: 12px
		padding-top: 8px
		padding-bottom: 6px
		cursor: pointer
		cursor: hand

	.accordion > ul > li h3.active, .accordion > ul > li h3:hover 
		background: #E01B49
		color: #fff

	.accordion > ul > li > div 
		padding-top: 8px
		padding-bottom: 8px
		padding-left: 12px
		background: #fff

