/*=================== Music  ====================*/

div.jp-audio,
div.jp-video { font-size: 1em; /* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */ /* 1.25em for testing in site pages */ /* No parent CSS that can effect the size in the demos ZIP */ font-family: Verdana, Arial, sans-serif; line-height: 1.6; color: #666; background-color: #eee; position: relative; }
div.jp-audio { width: 200px; z-index: 99999999; clear: both; position: fixed; left: 0; bottom: 0; height: 21px; }
div.jp-video-270p { width: 480px; }
div.jp-video-360p { width: 640px; }
div.jp-video-full { width: 480px; /* Rules for IE6 (full-screen) */ height: 270px; position:static !important; position: relative /* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */ }
	div.jp-video-full div.jp-jplayer { top: 0; left: 0; position: fixed !important; position: relative; /* Rules for IE6 (full-screen) */ overflow: hidden; z-index: 1000; }
	div.jp-video-full div.jp-gui { position: fixed !important; position: static; /* Rules for IE6 (full-screen) */ top: 0; left: 0; width: 100%; height: 100%; z-index: 1000; }
	div.jp-video-full div.jp-interface { position: absolute !important; position: relative; /* Rules for IE6 (full-screen) */ bottom: 0; left: 0; z-index: 1000; }
div.jp-interface { position: relative; background-color: #eee; width: 100%; }
div.jp-audio div.jp-type-single div.jp-interface { height: 32px; }
div.jp-audio div.jp-type-playlist div.jp-interface { height: 80px; }
div.jp-video div.jp-interface { border-top: 1px solid #009be3; }
/* @group CONTROLS */
div.jp-controls-holder { clear: both; width: 440px; margin: 0 auto; position: relative; overflow: hidden; top: -8px; /* This negative value depends on the size of the text in jp-currentTime and jp-duration */ }
div.jp-interface ul.jp-controls { list-style-type: none; margin: 0; padding: 0; overflow: hidden; }
div.jp-audio ul.jp-controls { background: url("../images/barcontrol.gif") 0 0 repeat-x; padding: 0px 5px; }
div.jp-video div.jp-type-single ul.jp-controls { width: 78px; margin-left: 200px; }
div.jp-video div.jp-type-playlist ul.jp-controls { width: 134px; margin-left: 172px; }
div.jp-video ul.jp-controls,
div.jp-interface ul.jp-controls li { display: inline; float: left; }
div.jp-interface ul.jp-controls a { display: block; overflow: hidden; text-indent: -9999px; }
a.jp-play,
a.jp-pause { width: 20px; height: 21px; }
a.jp-play { background: url("../images/play.gif") 0px 0px no-repeat; }
	a.jp-play:hover { background: url("../images/play.gif") 0px -21px no-repeat; }
a.jp-pause { background: url("../images/stop.gif") 0 0px no-repeat; display: none; }
	a.jp-pause:hover { background: url("../images/stop.gif") 0px -21px no-repeat; }
a.jp-stop, a.jp-previous, a.jp-next { width: 28px; height: 28px; margin-top: 6px; }
a.jp-stop { background: url("../images/jplayer.blue.monday.jpg") 0 -83px no-repeat; margin-left: 10px; }
	a.jp-stop:hover { background: url("../images/jplayer.blue.monday.jpg") -29px -83px no-repeat; }
a.jp-previous { background: url("../images/jplayer.blue.monday.jpg") 0 -112px no-repeat; }
	a.jp-previous:hover { background: url("../images/jplayer.blue.monday.jpg") -29px -112px no-repeat; }
a.jp-next { background: url("../images/jplayer.blue.monday.jpg") 0 -141px no-repeat; }
	a.jp-next:hover { background: url("../images/jplayer.blue.monday.jpg") -29px -141px no-repeat; }
/* @end */
/* @group progress bar */
div.jp-progress { overflow: hidden; background: url("../images/bar.gif") no-repeat; }
div.jp-audio div.jp-progress { position: absolute; top: 7px; height: 15px; }
div.jp-audio div.jp-type-single div.jp-progress { left: 20px; width: 100px; }
div.jp-audio div.jp-type-playlist div.jp-progress { left: 166px; width: 130px; }
div.jp-video div.jp-progress { top: 0px; left: 0px; width: 100%; height: 10px; }
div.jp-seek-bar { background: url("../images/bar.gif") no-repeat; width: 0px; height: 100%; cursor: pointer; }
div.jp-play-bar { background: url("../images/bar2.gif") no-repeat; width: 0px; height: 100%; }
/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg { background: url("../images/jplayer.blue.monday.seeking.gif"); }
a.jp-mute,
a.jp-unmute,
a.jp-volume-max { width: 18px; height: 33px; }
div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute { margin-left: 108px; top: 5px; }
div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute { margin-left: 154px; }
div.jp-audio a.jp-volume-max { margin-left: 56px; }
div.jp-video a.jp-mute,
div.jp-video a.jp-unmute,
div.jp-video a.jp-volume-max { position: absolute; top: 12px; margin-top: 0; }
div.jp-video a.jp-mute,
div.jp-video a.jp-unmute { left: 50px; }
div.jp-video a.jp-volume-max { left: 134px; }
a.jp-mute { background: url("../images/volume.gif") 0 0px no-repeat; }
	a.jp-mute:hover { background-position: 0px -21px; }
a.jp-unmute { background: url("../images/volumestop.gif") 0px 0px no-repeat; display: none; }
	a.jp-unmute:hover { background-position: 0px -21px; }
a.jp-volume-max { background: url("../images/jplayer.blue.monday.jpg") 0 -186px no-repeat; }
	a.jp-volume-max:hover { background: url("../images/jplayer.blue.monday.jpg") -19px -186px no-repeat; }
div.jp-volume-bar { position: absolute; overflow: hidden; background: url("../images/jplayer.blue.monday.jpg") 0 -250px repeat-x; width: 46px; height: 5px; cursor: pointer; }
div.jp-audio div.jp-volume-bar { top: 9px; left: 150px; }
div.jp-video div.jp-volume-bar { top: 17px; left: 72px; }
div.jp-volume-bar-value { background: url("../images/jplayer.blue.monday.jpg") 0 -256px repeat-x; width: 0px; height: 5px; }
/* @end */
/* @group current time and duration */
div.jp-audio div.jp-time-holder { position: absolute; top:12px; float: right }
div.jp-audio div.jp-type-single div.jp-time-holder { left: 240px; width: 70px; }
div.jp-audio div.jp-type-playlist div.jp-time-holder { left: 166px; width: 130px; }
div.jp-current-time,
div.jp-duration { font-size: .64em; font-style: oblique; color: #fff; }
div.jp-current-time { float: left; display: inline; }
div.jp-duration { float: right; display: inline; text-align: right; }
div.jp-video div.jp-current-time { margin-left: 20px; }
div.jp-video div.jp-duration { margin-right: 20px; }
/* @end */
/* @group playlist */
div.jp-title { font-weight: bold; text-align: center; }
div.jp-title,
div.jp-playlist { width: 100%; background-color: #ccc; border-top: 1px solid #009be3; }
div.jp-type-single div.jp-title,
div.jp-type-playlist div.jp-title,
div.jp-type-single div.jp-playlist { border-top: none; }
div.jp-title ul,
div.jp-playlist ul { list-style-type: none; margin: 0; padding: 0 5px; font-size: .72em; }
div.jp-title li { padding: 0; font-weight: bold; }
div.jp-playlist li { padding: 5px 0 4px 20px; border-bottom: 1px solid #eee; }
	div.jp-playlist li div { display: inline; }
/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */
div.jp-type-playlist div.jp-playlist li:last-child { padding: 5px 0 5px 20px; border-bottom: none; }
div.jp-type-playlist div.jp-playlist li.jp-playlist-current { list-style-type: square; list-style-position: inside; padding-left: 7px; }
div.jp-type-playlist div.jp-playlist a { color: #333; text-decoration: none; }
	div.jp-type-playlist div.jp-playlist a:hover { color: #0d88c1; }
	div.jp-type-playlist div.jp-playlist a.jp-playlist-current { color: #0d88c1; }
	div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove { float: right; display: inline; text-align: right; margin-right: 10px; font-weight: bold; color: #666; }
		div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover { color: #0d88c1; }
div.jp-type-playlist div.jp-playlist span.jp-free-media { float: right; display: inline; text-align: right; margin-right: 10px; }
	div.jp-type-playlist div.jp-playlist span.jp-free-media a { color: #666; }
		div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover { color: #0d88c1; }
span.jp-artist { font-size: .8em; color: #666; }
/* @end */
div.jp-video-play { position: absolute; top: 0; left: 0; width: 100%; cursor: pointer; background-color: rgba(0,0,0,0); /* Makes IE9 work with the active area over the whole video area. IE6/7/8 only have the button as active area. */ }
div.jp-video-270p div.jp-video-play { height: 270px; }
div.jp-video-360p div.jp-video-play { height: 360px; }
div.jp-video-full div.jp-video-play { height: 100%; z-index: 1000; }
a.jp-video-play-icon { position: relative; display: block; width: 112px; height: 100px; margin-left: -56px; margin-top: -50px; left: 50%; top: 50%; background: url("../images/jplayer.blue.monday.video.play.png") 0 0 no-repeat; text-indent: -9999px; }
div.jp-video-play:hover a.jp-video-play-icon { background: url("../images/jplayer.blue.monday.video.play.png") 0 -100px no-repeat; }
div.jp-jplayer audio,
div.jp-jplayer { width: 0px; height: 0px; }
div.jp-jplayer { background-color: #000000; }
/* @group TOGGLES */
/* The audio toggles are nested inside jp-time-holder */
ul.jp-toggles { list-style-type: none; padding: 0; margin: 0 auto; overflow: hidden; }
div.jp-audio .jp-type-single ul.jp-toggles { width: 14px; }
div.jp-audio .jp-type-playlist ul.jp-toggles { width: 55px; margin: 0; position: absolute; left: 325px; top: 50px; }
div.jp-video ul.jp-toggles { margin-top: 10px; width: 100px; }
ul.jp-toggles li { display: block; float: right; }
	ul.jp-toggles li a { display: block; width: 14px; text-indent: -9999px; line-height: 100%; /* need this for IE6 */ }
a.jp-full-screen { background: url("../images/jplayer.blue.monday.jpg") 0 -310px no-repeat; margin-left: 20px; }
	a.jp-full-screen:hover { background: url("../images/jplayer.blue.monday.jpg") -30px -310px no-repeat; }
a.jp-restore-screen { background: url("../images/jplayer.blue.monday.jpg") -60px -310px no-repeat; margin-left: 20px; }
	a.jp-restore-screen:hover { background: url("../images/jplayer.blue.monday.jpg") -90px -310px no-repeat; }
a.jp-repeat { background: url("../images/repeat.png") no-repeat; }
a.jp-repeat-off { background: url("../images/repeat.png") no-repeat; }
	a.jp-repeat-off:hover { background: 0px -33px; }
a.jp-shuffle { background: url("../images/jplayer.blue.monday.jpg") 0 -270px no-repeat; margin-left: 5px; }
	a.jp-shuffle:hover { background: url("../images/jplayer.blue.monday.jpg") -30px -270px no-repeat; }
a.jp-shuffle-off { background: url("../images/jplayer.blue.monday.jpg") -60px -270px no-repeat; margin-left: 5px; }
	a.jp-shuffle-off:hover { background: url("../images/jplayer.blue.monday.jpg") -90px -270px no-repeat; }
/* @end */
/* @group NO SOLUTION error feedback */
.jp-no-solution { position: absolute; width: 390px; margin-left: -202px; left: 50%; top: 10px; padding: 5px; font-size: .8em; background-color: #eee; border: 2px solid #009be3; color: #000; display: none; }
	.jp-no-solution a { color: #000; }
	.jp-no-solution span { font-size: 1em; display: block; text-align: center; font-weight: bold; }
/* @end */
/* audio upload */
.audio_upload { margin: 10px; }
.audio_left { float: left; margin-right: 5px; }
.audio_right { margin-right: 5px; border-collapse: collapse; float: left }
.audio_submit input { background: url("../images/uploadms.jpg") no-repeat; border: none; width: 80px; color: #fff; text-align: left; line-height: 12px; height: 18px; }


/*=================== Popup cart  ====================*/
#confirmOverlay { width: 100%; height: 100%; position: fixed; top: 0; left: 0; background: url(../images/ie.png); background: -moz-linear-gradient(rgba(11,11,11,0.1), rgba(11,11,11,0.6)) repeat-x rgba(11,11,11,0.2); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11,11,11,0.1)), to(rgba(11,11,11,0.6))) repeat-x rgba(11,11,11,0.2); z-index: 100000; }
#confirmBox { background: url(../images/body_bg.jpg) repeat-x left bottom #e5e5e5; width: 400px; position: fixed; left: 50%; top: 50%; margin: -130px 0 0 -230px; border: 1px solid rgba(33, 33, 33, 0.6); -moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset; -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset; box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset; }
	#confirmBox h1,
#confirmBox p { font: 16px/1 'Cuprum','Lucida Sans Unicode', 'Lucida Grande', sans-serif; height: 36px; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6); color: #666; }
	#confirmBox h1 { letter-spacing: 0.3px; background: url(../images/cart_icons.png) no-repeat; color: #888; margin: 5px; padding-left: 35px; line-height: 32px; border-bottom: 1px solid #cacaca; }
	#confirmBox p { background: none; font-size: 16px; line-height: 22px; margin: 5px 10px; }
#confirmButtons { padding: 0px 0 25px; text-align: center; }
#confirmBox .button { display: inline-block; background: url(../images/buttons.png) no-repeat; color: white; position: relative; height: 33px; font: 12px/33px 'Cuprum','Lucida Sans Unicode', 'Lucida Grande', sans-serif; margin-right: 15px; padding: 0 35px 0 40px; text-decoration: none; border: none; }
	#confirmBox .button:last-child { margin-right: 0; }
	#confirmBox .button span { position: absolute; top: 0; right: -5px; width: 5px; height: 33px; background-image: url(../images/buttons.png); background-repeat: no-repeat; }
#confirmBox .blue { background-position: left top; text-shadow: 1px 1px 0 #5889a2; }
	#confirmBox .blue span { background-position: -195px 0; }
	#confirmBox .blue:hover { background-position: left bottom; }
		#confirmBox .blue:hover span { background-position: -195px bottom; }
#confirmBox .gray { background-position: -200px top; text-shadow: 1px 1px 0 #707070; }
	#confirmBox .gray span { background-position: -395px 0; }
	#confirmBox .gray:hover { background-position: -200px bottom; }
		#confirmBox .gray:hover span { background-position: -395px bottom; }
p.alert_cart { background: url(../images/cart_icons.png) no-repeat; height: 30px; }


/*===================  Register finish ====================*/
.table_title { font-weight: bold; text-align: left; color: #666; }
.customer_content { margin: 10px 0px; text-align: left; }
	.customer_content tr th { width: 20%; color: #666; border-bottom: 1px solid #e1e1e1; }
		.customer_content tr th.table_title { border: none; padding-bottom: 5px; }
	.customer_content tr td { text-align: left; padding: 3px 0px; border-bottom: 1px solid #e1e1e1; }
a.home_back { font-size:11px; color: #F00 }
.cart_update input { float: right; background: url(../images/sub_icon2.gif); margin-left: 15px; height: 25px; margin-top: 10px; cursor: pointer; color: #fff !important; padding: 0px 5px; display: block; line-height: 24px; }
.cart_payment { clear:both; overflow: hidden }
ul.payment_last { width: 80%; margin: 10px auto 0px auto; }
	ul.payment_last li { height: 1%; clear: both; overflow: hidden; border-bottom: 1px dotted #cacaca; padding: 5px 0px }
span.pay_left { width: 100px; display: block; float: left; margin-right: 20px; }
	span.pay_left img { float: right }
span.pay_right { line-height: 28px; }
.gateway_logo { margin-top: 10px; }
	.gateway_logo img { float:left; margin-right: 10px }
	
	
/*===================   Slideshow p1b  ====================*/
.jcarousel-skin-tango .jcarousel-direction-rtl { direction: rtl; }
.jcarousel-skin-tango .jcarousel-container-horizontal { width: 880px; padding: 0px 40px; }
.jcarousel-skin-tango .jcarousel-clip { overflow: hidden; }
.jcarousel-skin-tango .jcarousel-clip-horizontal { width: 880px; }
.jcarousel-skin-tango .jcarousel-item { width: 168px; }
.jcarousel-skin-tango .jcarousel-item-horizontal { margin-left: 0; margin-right: 10px; }
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal { margin-left: 10px; margin-right: 0; }
.jcarousel-skin-tango .jcarousel-item-vertical { margin-bottom: 10px; }
.jcarousel-skin-tango .jcarousel-item-placeholder { background: #fff; color: #000; }
.jcarousel-skin-tango .jcarousel-next-horizontal { position: absolute; top: 83px; right: 5px; width: 32px; height: 32px; cursor: pointer; background: transparent url(../icon/next-horizontal.png) no-repeat 0 0; }
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal { left: 5px; right: auto; background-image: url(../icon/prev-horizontal.png); }
.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus { background-position: -32px 0; }
.jcarousel-skin-tango .jcarousel-next-horizontal:active { background-position: -64px 0; }
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active { cursor: default; background-position: -96px 0; }
.jcarousel-skin-tango .jcarousel-prev-horizontal { position: absolute; top: 83px; left: 5px; width: 32px; height: 32px; cursor: pointer; background: transparent url(../icon/prev-horizontal.png) no-repeat 0 0; }
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal { left: auto; right: 5px; background-image: url(../icon/next-horizontal.png); }
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus { background-position: -32px 0; }
.jcarousel-skin-tango .jcarousel-prev-horizontal:active { background-position: -64px 0; }
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active { cursor: default; background-position: -96px 0; }


/*===================  Sub menu category  ====================*/
.treeview, .treeview ul { padding: 0; margin: 0; list-style: none; }
.treeview ul { background-color: white; margin-top: 4px; }
* html .hitarea { display: inline; float: none; }
.treeview li { margin: 0; padding: 3px 0pt 3px 5px; }
#treecontrol { margin: 1em 0; display: none; }
.treeview .hover { color: red; cursor: pointer; }
.treeview li { background: url(images/treeview-default-line.gif) 0 0 no-repeat; }
	.treeview li.collapsable, .treeview li.expandable { background-poselectedsition: 0 -176px; }
	.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(images/treeview-default.gif); }
.treeview-red li { background-image: url(images/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(images/treeview-red.gif); }
.treeview-black li { background-image: url(images/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(images/treeview-black.gif); }
.treeview-gray li { background-image: url(images/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(images/treeview-gray.gif); }
.treeview-famfamfam li { background-image: url(images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(images/treeview-famfamfam.gif); }
.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(images/file.gif) 0 0 no-repeat; }


/*===================  Stat counter  ====================*/
ul.portal_counter { padding: 10px 5px; }
	ul.portal_counter li { color: #333; padding-left: 20px; margin-bottom: 10px; }
		ul.portal_counter li span { color: #F00 }
		ul.portal_counter li.counter_online { background: url(../icon/iconstat.png) no-repeat 0px 4px; height: 18px; }
		ul.portal_counter li.counter_day { background: url(../icon/iconstat.png) no-repeat 0px -14px; height: 14px; }
		ul.portal_counter li.counter_total { background: url(../icon/iconstat.png) no-repeat 0px -28px; height: 14px; }	
		
			
/*=================== Zomm images  ====================*/
.zoomPad { position: relative; float: left; z-index: 99; cursor: crosshair; }
.zoomPreload { -moz-opacity: 0.8; opacity: 0.8; filter: alpha(opacity = 80); color: #333; font-size: 12px; font-family: Tahoma; text-decoration: none; border: 1px solid #CCC; background-color: white; padding: 8px; text-align: center; background-image: url(../images/zoomloader.gif); background-repeat: no-repeat; background-position: 43px 30px; z-index: 110; width: 90px; height: 43px; position: absolute; top: 0px; left: 0px; * width: 100px; * height: 49px; }
.zoomPup { overflow: hidden; background-color: #FFF; -moz-opacity: 0.6; opacity: 0.6; filter: alpha(opacity = 60); z-index: 120; position: absolute; border: 1px solid #CCC; z-index: 101; cursor: crosshair; }
.zoomOverlay { position: absolute; left: 0px; top: 0px; background: #FFF; z-index: 5000; /*opacity:0.5;*/ width: 100%; height: 100%; display: none; z-index: 101; }
.zoomWindow { position: absolute; left: 110%; top: 40px; background: #FFF; z-index: 6000; height: auto; z-index: 10000; z-index: 110; }
.zoomWrapper { position: relative; border: 1px solid #999; z-index: 110; }
.zoomWrapperTitle { display: block; background: #999; color: #FFF; height: 18px; line-height: 18px; width: 100%; overflow: hidden; text-align: center; font-size: 10px; position: absolute; top: 0px; left: 0px; z-index: 120; -moz-opacity: 0.6; opacity: 0.6; filter: alpha(opacity = 60); }
.zoomWrapperImage { display: block; position: relative; overflow: hidden; z-index: 110; }
	.zoomWrapperImage img { border: 0px; display: block; position: absolute; z-index: 101; }
.zoomIframe { z-index: -1; filter: alpha(opacity=0); -moz-opacity: 0.80; opacity: 0.80; position: absolute; display: block; }
#fancybox-loading { position: fixed; top: 50%; left: 50%; width: 40px; height: 40px; margin-top: -20px; margin-left: -20px; cursor: pointer; overflow: hidden; z-index: 1104; display: none; background:#000;}
	#fancybox-loading div { position: absolute; top: 0; left: 0; width: 40px; height: 480px; background-image: url('../images/fancybox.png'); }
#fancybox-overlay { position: absolute; top: 0; left: 0; width: 100%; z-index: 1100; display: none; }
#fancybox-tmp { padding: 0; margin: 0; border: 0; overflow: auto; display: none; }
#fancybox-wrap { position: absolute; top: 0; left: 0; padding: 20px; z-index: 1101; outline: none; display: none; }
#fancybox-outer { position: relative; width: 100%; height: 100%; background: #fff; }
#fancybox-content { width: 0; height: 0; padding: 0; outline: none; position: relative; overflow: hidden; z-index: 1102; border: 0px solid #fff; }
#fancybox-hide-sel-frame { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: transparent; z-index: 1101; }
#fancybox-close { position: absolute; top: -15px; right: -15px; width: 30px; height: 30px; background: transparent url('../images/fancybox.png') -40px 0px; cursor: pointer; z-index: 1103; display: none; }
#fancybox-error { color: #444; font: normal 12px/20px Arial; padding: 14px; margin: 0; }
#fancybox-img { width: 100%; height: 100%; padding: 0; margin: 0; border: none; outline: none; line-height: 0; vertical-align: top; }
#fancybox-frame { width: 100%; height: 100%; border: none; display: block; }
#fancybox-left, #fancybox-right { position: absolute; bottom: 0px; height: 100%; width: 35%; cursor: pointer; outline: none; z-index: 1102; display: none; }
#fancybox-left { left: 0px; }
#fancybox-right { right: 0px; }
#fancybox-left-ico, #fancybox-right-ico { position: absolute; top: 50%; left: -9999px; width: 30px; height: 30px; margin-top: -15px; cursor: pointer; z-index: 1102; display: block; }
#fancybox-left-ico { background-image: url('../images/fancybox.png'); background-position: -40px -30px; }
#fancybox-right-ico { background-image: url('../images/fancybox.png'); background-position: -40px -60px; }
#fancybox-left:hover, #fancybox-right:hover { visibility: visible; /* IE6 */ }
#fancybox-left:hover span { left: 20px; }
#fancybox-right:hover span { left: auto; right: 20px; }
.fancybox-bg { position: absolute; padding: 0; margin: 0; border: 0; width: 20px; height: 20px; z-index: 1001; }
#fancybox-bg-n { top: -20px; left: 0; width: 100%; background-image: url('../images/fancybox-x.png'); }
#fancybox-bg-ne { top: -20px; right: -20px; background-image: url('../images/fancybox.png'); background-position: -40px -162px; }
#fancybox-bg-e { top: 0; right: -20px; height: 100%; background-image: url('../images/fancybox-y.png'); background-position: -20px 0px; }
#fancybox-bg-se { bottom: -20px; right: -20px; background-image: url('../images/fancybox.png'); background-position: -40px -182px; }
#fancybox-bg-s { bottom: -20px; left: 0; width: 100%; background-image: url('../images/fancybox-x.png'); background-position: 0px -20px; }
#fancybox-bg-sw { bottom: -20px; left: -20px; background-image: url('../images/fancybox.png'); background-position: -40px -142px; }
#fancybox-bg-w { top: 0; left: -20px; height: 100%; background-image: url('../images/fancybox-y.png'); }
#fancybox-bg-nw { top: -20px; left: -20px; background-image: url('../images/fancybox.png'); background-position: -40px -122px; }
#fancybox-title { font-family: Helvetica; font-size: 12px; z-index: 1102; }
.fancybox-title-inside { padding-bottom: 10px; text-align: center; color: #333; background: #fff; position: relative; }
.fancybox-title-outside { padding-top: 10px; color: #fff; }
.fancybox-title-over { position: absolute; bottom: 0; left: 0; color: #FFF; text-align: left; }
#fancybox-title-over { padding: 10px; background-image: url('../images/fancy_title_over.png'); display: block; }
.fancybox-title-float { position: absolute; left: 0; bottom: -20px; height: 32px; }
#fancybox-title-float-wrap { border: none; border-collapse: collapse; width: auto; }
	#fancybox-title-float-wrap td { border: none; white-space: nowrap; }
#fancybox-title-float-left { padding: 0 0 0 15px; background: url('../images/fancybox.png') -40px -90px no-repeat; }
#fancybox-title-float-main { color: #FFF; line-height: 29px; font-weight: bold; padding: 0 0 3px 0; background: url('../images/fancybox-x.png') 0px -40px; }
#fancybox-title-float-right { padding: 0 0 0 15px; background: url('../images/fancybox.png') -55px -90px no-repeat; }
/* IE6 */
.fancybox-ie6 #fancybox-close { background: transparent; filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame { height: expression(this.parentNode.clientHeight + "px"); }
#fancybox-loading.fancybox-ie6 { position: absolute; margin-top: 0; top: expression( (-20 + (document.documentelement.clientheight ? document.documentelement.clientheight/2 : document.body.clientheight/2 ) + ( ignoreme = document.documentelement.scrolltop ? document.documentelement.scrolltop: document.body.scrollTop )) + 'px'); }
	#fancybox-loading.fancybox-ie6 div { background: transparent; filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }
/* IE6, IE7, IE8 */
.fancybox-ie .fancybox-bg { background: transparent !important; }
.fancybox-ie #fancybox-bg-n { filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }


/*===================   Slide images introduction  ====================*/
#preview { position: absolute; border: 1px solid #ccc; background: #333; padding: 5px; display: none; color: #fff; }
/*///////////////////////////////////////////////////////////////////////////////////////               SLIDER  */
/* The Nivo Slider styles */
.nivoSlider { position: relative; }
	.nivoSlider img { position: absolute; top: 0px; left: 0px; }
	/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; border: 0; padding: 0; margin: 0; z-index: 6; display: none; }
/* The slices and boxes in the Slider */
.nivo-slice { display: block; position: absolute; z-index: 5; height: 100%; }
.nivo-box { display: block; position: absolute; z-index: 5; }
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a { position: absolute; top: 45%; z-index: 9; cursor: pointer; }
.nivo-prevNav { left: 0px; }
.nivo-nextNav { right: 0px; }
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a { position: relative; z-index: 9; cursor: pointer; }
	.nivo-controlNav a.active { font-weight: bold; }
.theme-default .nivoSlider { position: relative; background: #fff url(../images/loading.gif) no-repeat 50% 50%; }
	.theme-default .nivoSlider img { position: absolute; top: 0px; left: 0px; display: none; }
	.theme-default .nivoSlider a { border: 0; display: block; }
.theme-default .nivo-controlNav { position: absolute; left: 50%; bottom: 10px; }
	.theme-default .nivo-controlNav a { display: block; width: 22px; height: 22px; background: url(../images/bullets.png) no-repeat; text-indent: -9999px; border: 0; margin-right: 3px; float: left; }
		.theme-default .nivo-controlNav a.active { background-position: 0 -22px; }
.theme-default .nivo-directionNav a { display: block; width: 30px; height: 30px; background: url(../images/arrows.png) no-repeat; text-indent: -9999px; border: 0; }
.theme-default a.nivo-nextNav { background-position: -30px 0; right: 15px; }
.theme-default a.nivo-prevNav { left: 15px; }
.theme-default .nivo-caption { font-family: Helvetica, Arial, sans-serif; }
	.theme-default .nivo-caption a { color: #fff; border-bottom: 1px dotted #fff; }
		.theme-default .nivo-caption a:hover { color: #fff; }
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper { margin-top: 0px; }

/*===================   ====================*/

/*===================   ====================*/
/*===================   ====================*/



/* ---------- gallery styles start here ----------------------- */
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	padding: 20px;
	margin: 0;
	float: left;
	position: relative;
	width: 180px;
	height: auto;
}
.gallery li:hover img {
	border-color: #000;
}
.gallery img {
	background: #fff;
	border: solid 1px #888;
	padding: 5px;
	width: 170px;
	height: 130px;
}
.gallery em {
	background: #fff url(../images/grey-gradient.gif) repeat-y;
	color: #000;
	font-style: normal;
	padding: 2px 10px;
	display: block;
	position: absolute;
	top: 140px;
	left: 9px;
	border: 1px solid #999;
	border-left-color: #888;
}
.gallery a {text-decoration: none;color: #FFFFFF;}
.gallery a:hover em {
	background: #ffdb01 url(../images/orange-gradient.gif) repeat-y;
	border-color: #c25b08;
}
.gallery .box{background-color: #303030;height: 13px;width: 172px;;padding: 5px;}
.gallery_on_img {background-image: url("../images/on.gif");background-repeat: no-repeat;cursor: pointer;padding-left: 35px;width: 60px;display: block;height: 17px;}
.over_img {background-image: url("../images/over.gif");background-repeat: no-repeat;cursor: pointer;padding-left: 35px;width: 60px;}


/*===== Popup ===================*/
#element_to_pop_up{
  border: 5px solid white;
  width: 550px;
  height: 350px;
  margin: auto;
  text-align: center;
  background: white;
  box-shadow: 0 0 6px 5px #CCCCCC;
  border-radius: 10px;
  position: absolute;
  display: block;
  overflow:hidden; z-index:99999; left:25%; top:25%;
  
}

.popup_close {
  position: absolute;
  cursor: pointer;
  float: right;
  width: 30px;
  height:30px;
  top: -4px;
  right: -4px;
  border-radius: 15px 12px 15px 15px;
  z-index:99999;
}


/*////////////////////////////////// Comment /////////////////////////////////////////////////////////////*/
.comment_type { background:#fff;}
.block_comment {clear: both;overflow: hidden;}/**/
.block_comment h3.cmtitle {color:#555; background:#DDE8F4;border-bottom:1px solid #e4e4e4; font-size:12px; line-height:32px; padding:0 10px; border-top:1px solid #cacaca;border-left:1px solid #cacaca;border-right:1px solid #cacaca;}
#comment-form {background:#F5F5F5; clear:both; overflow:hidden}
.block_comment label {display: block;position:absolute;width:70px;font-weight:bold; color:#666; font-size:11px; line-height:28px; }
.block_comment label span { color:#F00; padding-right:5px; font-size:10px; padding:0 5px;}
.block_comment input[type="text"], .content input[type="email"], .content input[type="url"] { padding:3px 3px 3px 95px;border: 1px solid #ccc;height:26px;width:80%;margin-bottom:6px;}
.content textarea {border: 1px solid #ccc; width:100%;}
.block_comment textarea {font-size: 14px;height: 160px;line-height: 16px;margin-bottom: 10px; width:100%;}
.block_comment input {display: block;}      
#flash { margin-bottom: 10px;margin-top: 10px;}
.block_comment input.submit {background: url(../icon/blue-btn.png) no-repeat; line-height:16px; margin:5px 0 10px 7px; color:#fff;cursor: pointer;display: block;height:22px; width:75px; font-size:11px;}
.block_comment .show_comment { max-height:300px; overflow:scroll; border-right:1px solid #cacaca;border-left:1px solid #cacaca;border-bottom:1px solid #cacaca;}
.block_comment .show_comment span#no_comment { font-size:11px; padding:10px; color:#333; display:block}
.block_comment .show_comment ul li { clear:both; overflow:hidden; padding:5px; border-bottom:1px dashed #cacaca;}

.block_comment .show_comment ul li .comment-author { float:left; margin:5px;width: 98px; text-align:justify;}
.block_comment .show_comment ul li h3.comment-author  { padding:3px 0; margin:0;}
.block_comment .show_comment ul li .comment-author span { display:block; font-size:10px; padding:2px 0; color:orange;}
.block_comment .show_comment ul li .comment-text { width:77%; float:left; overflow: hidden;text-align:justify;}
.block_comment #content {border: 1px solid #ccc;font-size: 14px;height: 160px;line-height: 16px;margin-bottom: 10px; width:99.5%;}
span.updatectn { padding:10px; font-size:11px; display:block}
.comment_show { clear:both; overflow:hidden}
.comment_type h2.cmtitle2 { float:left; margin:10px 5px 0 0; font-weight:normal;background: rgb(226,226,226); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(50%,rgba(219,219,219,1)), color-stop(51%,rgba(209,209,209,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); padding:10px 14px; border-top:1px solid #cacaca; border-right:1px solid #cacaca; border-left:1px solid #cacaca; cursor:pointer; font-weight:bold; color:#555;}
.comment_type h2.cmtitle2:hover { color:#000;}























 
 

