
/* Colors Grid Module */

#pColors {
	width:288px;
	margin:1em 0;
	overflow:hidden;
	float:left;
	display:inline
}

#pColorsIn h5 {
	font-size:12px;
	line-height:24px
}

#pColorsIn li {
	color:#666;
	cursor:pointer;
	display:block;
	float:left;
	font-size:10px;
	line-height:40px;
	margin:2px 0;
	overflow:hidden;
	width:50%
}

#pColorsIn span {
	display:block;
	float:left;
	height:40px;
	margin-right:10px;
	text-indent:-2000em;
	width:40px;
	border:1px solid #f7f7f7
}

/* Colors Overlay */

.colorBoxPreview {
	border: 1px solid #ccc;
	position:absolute;
	z-index: 1500;
}

.colorBoxPreview div {
	width:98px;
	height:98px;
	border:1px solid #fff
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox a img {
	border: none;
}

#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#lightbox-container-image {
	padding: 10px;
}

#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav {
	left: 0;
}

#lightbox-nav a {
	outline: none;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}

#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}

#lightbox-nav-btnNext {
	right: 0;
	float: right;
}

#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}

#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}

#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}

#lightbox-image-details-caption {
	font-weight: bold;
}

#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}

/**
jqzoom css
**/
div.jqZoomTitle {
	z-index:5000;
	text-align:center;
	height:16px;
	padding-top:2px;
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: #FFF;
	background: #999;
	display:none
}

.jqZoomPup {
	overflow:hidden;
	background-color: #FFF;
	-moz-opacity:0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index:10;
	border-color:#c4c4c4;
	border-style: solid;
	cursor:crosshair
}

.preload {
	-moz-opacity:0.8;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	color: #333;
	font-size: 12px;
	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;
	width:90px;
* width:100px;
	height:43px;
*height:55px;
	z-index:10;
	position:absolute;
	top:3px;
	left:3px;
}

.jqZoomWindow {
	border: 1px solid #ccc;
	background-color: #FFF;
	width:250px !important;
	height:250px !important;
	margin-left:-4px
}

/*
Overlay CSS
*/

.overlay {
	/* initially overlay is hidden */ 
    display:none;
	/* growing background image */ 
	background: #fff;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
    /*background-image:url(../images/overlay/white.png);
	  
        width after the growing animation finishes 
        height is automatically calculated 
    */ 
    width:640px;
	/* some padding to layout nested elements nicely  */ 
    padding:35px;
	/* a little styling */     
    font-size:11px;
	color: #333;
}

.overlay.black {
	background-image:url(../images/overlay/transparent.png);
	color: #fff;
}

.overlay.apple {
	background-image:url(../images/overlay/apple.png);
	color: #fff;
}

.overlay.petrol {
	background-image:url(../images/overlay/petrol.png);
	color: #fff;
}

/* close button positioned on upper right corner */
.overlay div.close {
	background-image:url(../images/overlay/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/*POPUP Tune */

.popup {
	height:488px;
	overflow:auto
}

.popup p {
	margin-bottom:16px
}

.popup h4 {
	font-size:12px;
	margin-bottom:8px;
}
