

/* Global CIL Swatch Things */
.CIL_Swatch {
position:relative;
}
.CIL_Swatch .CIL_Color {
position:absolute;
display:block;
top:0;
left:0;
width:100%;
height:100%;
overflow:hidden;
z-index:10;
}

/* ------------- */

#CIL_App {
clear:both;
width:935px;

}
#CIL_Mood {
clear:none;
float:left;
position:relative;
width:187px;
height:270px;
padding:5px;
margin-right:7px;
border:1px solid #e0e0e0;
-moz-box-shadow:  #bbb 2px 2px 2px;
-webkit-box-shadow:  #bbb 2px 2px 2px;
}

#CIL_Mood .title {
margin-top:10px;
margin-left:4px;
}
#CIL_Mood .copy {
width:150px;
margin:18px 0 0 16px;
font-size:14px;
line-height:22px;
color:#999;
}
#CIL_Mood .links {
position:absolute;
bottom:20px;
margin-left:12px;
}
#CIL_Mood a {
display:block;
}

#CIL_GalleryContainer {
clear:none;
float:left;
width:728px;
height:290px;
margin-bottom:0px;
overflow:hidden;
z-index:0;
}
#CIL_Gallery {
position:relative;
width:100%;
height:100%;
z-index:0;
overflow:hidden;
}

#CIL_Gallery .nextImg {
position:absolute;
top:80%;
left:535px;
}
#CIL_Gallery .prevImg {	
position:absolute;
top:80%;
left:20px;
}
#CIL_Gallery .prevPage {
position:absolute;
top:0px;
right:60px;
}
#CIL_Gallery .nextPage {
position:absolute;
bottom:7px;
right:60px;
}


#CIL_Thumbs {
position:absolute;
z-index:100;
top:0;
right:5px;
width: 118px; 
height:270px;
padding:5px;
border:1px solid #e0e0e0;
-moz-box-shadow:  #bbb 2px 2px 2px;
-webkit-box-shadow:  #bbb 2px 2px 2px;
overflow:hidden;
}
#CIL_Thumbs .items {
margin-top:5px;
height:20000em; 
position:absolute;
} 

#CIL_Thumbs .items img {
margin-bottom:6px;
background:#ffffff;
cursor:pointer;
}




#CIL_PhotoWrap {
position:relative;
top:0;
left:0;
height:280px;
width:586px;
border:1px solid #e0e0e0;
-moz-box-shadow:  #bbb 3px 3px 3px;
-webkit-box-shadow:  #bbb 3px 3px 3px;
}
#CIL_PhotoWrap #CIL_Photo, #CIL_Buffer {
position:absolute;
top:0;
left:0;
z-index:100;
border:5px solid #fff;
}


#gallerySwatch {
display:block !important;
position:absolute;
top:5px;
left:90px;
width:140px;
height:72px;
padding-top:4px;
margin-right:0;
padding-right:0;
background:#fff;
z-index:105;
-moz-box-shadow:  #999 5px 3px 5px;
-webkit-box-shadow:  #999 5px 3px 5px;
-moz-border-radius-bottomleft: 4px;
-moz-border-radius-bottomright: 4px;
cursor:pointer;
}

#gallerySwatch .row {
float:left;
clear:left;
width:100%;
margin-bottom:1px;
margin-right:0;
padding-right:0;
}
#gallerySwatch .CIL_SwatchLabel {
float:left;
clear:left;
margin-left:9px;
margin-right:9px;
font:bold 10px/16px Arial, san-serif;
color:#999;
}
#gallerySwatch .CIL_Swatch {
float:left;
width:62px;
height:16px;

font:11px/16px Arial, san-serif;
text-indent:-9999px;
cursor:pointer;
}

#gallerySwatch #preloadQuickSwatch {	
clear:both;
display:block;
margin:2px 0 0 22px;
font:10px/18px Arial, san-serif;
text-decoration:none;
}

.CIL_Colors {
display:block;
clear:both;
width:922px;
height:113px;
padding-top:5px;
padding-left:6px;
border:1px solid #e0e0e0;
-moz-box-shadow:  #bbb 2px 2px 2px;
-webkit-box-shadow:  #bbb 2px 2px 2px;
}
.CIL_Colors .col {
display:block;
float:left;
width:18px;
height:118px;
}
.CIL_Colors .CIL_Swatch {
clear:both;
width:17px;
height:17px;
border-top:1px solid #fff;
cursor:pointer;
text-indent:-9999px;
}

.qtip-content .CIL_Swatch {
padding:15px 35px;
font:12px/18px Arial;
}

/* ------------ */

#mySwatchWrapper {
position:relative;
width:100%;
height:100%;
}
#mySwatch {
position:relative;
width:300px;
height:300px;
border:1px solid #c3c3c3;
}


#mySwatch .CIL_Swatch {
position:relative;
background:#ddd;
/*border-width:5px;*/
border-style:solid;
border-color:#ffffff;
}

#mySwatch .CIL_Swatch span {
display:block;
position:absolute;
top:50%;
width:100%;

margin-top:-1em;
line-height:14px;
font-weight:bold;
font-size:11px;
font-family:Arial, sans-serif;
color:#666666;
text-align:center;
background:transparent;
cursor:default;
-moz-user-select:none;
z-index:500;
}
#mySwatch #cil-swatch-1 span {
/*line-height:10px;*/
}
#mySwatch #cil-swatch-1 {
position:absolute;
top:10px;
left:10px;
height:270px;
width:125px;
}
#mySwatch #cil-swatch-2 {
position:absolute;
top:10px;
left:155px;
width:125px;
height:125px;
}
#mySwatch #cil-swatch-3 {
position:absolute;
top:155px;
left:155px;
width:125px;
height:125px;
}

#myHistory {
position:absolute;
top:40px;
left:330px;
width:260px;
height:285px;
padding-top:15px;
padding-left:10px;
border:1px solid #ccc;
/*overflow:hidden;*/
}
#myHistory .wrap-swatch {
clear:both;
position:relative;
display:block;
width:100%;
height:28px;
margin-bottom:12px;
}
#myHistory .wrap-swatch .CIL_Swatch {
display:block;
position:absolute;
top:0;
left:0;
height:28px;
width:28px;
margin-right:12px;
background:#000;
color:#666;
cursor: move;
text-indent:-9999px;
}
#myHistory .wrap-swatch span {
display:block;
position:absolute;
top:0;
left:40px;
font:bold 12px/30px arial,helvetica,clean,sans-serif;
color:#333;
}
.mySwatchHeading {
position:relative;
height:40px;
}
h2.cosiva  {
font-size:18px;
line-height:40px;
}
.mySwatchHeading p {
position:absolute;
top: 50%;
left: 125px;
margin-top:-.4em;
font-size:10px;
line-height:12px;
color:#666;
}

#myHistory #chooseColors {
position:absolute;
top:50%; left:0px;
width:100%;
margin-top:-1em;
font-weight:bold;
color:#999;
font-size:16px;
line-height:20px;
text-align:center;
}

#mySwatchContainer {
clear:both;
width:610px;
height:440px;
padding-left:20px;
padding-right:10px;
padding-top:10px;
}
/* the overlayed element */ 
.myPaletteOverlay { 
display:none;
z-index:10000; 
background-color:#fff; 
width:650px;     
height:370px; 
-moz-box-shadow:0 0 90px 5px #000; 
-webkit-box-shadow: 0 0 90px #000;     
} 
 
/* close button positioned on upper right corner */ 
.myPaletteOverlay .close { 
background-image:url(/w/i/frame/close.png); 
position:absolute; 
right:-15px; 
top:-15px; 
cursor:pointer; 
height:35px; 
width:35px; 
}

/* Table on My Color Swatch Page */
.CIL_Table {
width:500px;
margin:0px 0 30px 0px;
padding:2px;
font:12px/24px Arial, Helvetica;
}
.CIL_Table th {
font:12px/12px Arial, Helvetica;
font-weight:bold;
color:#999;
border-bottom:1px solid #999;
padding-bottom: 5px;
}
.CIL_Table .CIL_Swatch {
width:25px;
height:25px;
border:1px solid #e0e0e0;
}
.CIL_Table td {
padding-top:6px;
}
