/*
 * CaMykS Engine
 * Developed by     : Ideogram Design
 * Author			      : JB Lebrun
 * CaMykS Version	  : 1.0b
 * Object Version	  : 1.0
 * Object Type      : Plugin / Theme Part CSS Styles
 * Create Date		  : Feb 2010
 * Last Modif Date  : Mar 2010
 *
 * iQSim Theme Parts CSS styles
*/

/* button part */

.iqsimButton {border:solid 1px #626365; padding:5px 0; display:inline; margin:0 8px 0 4px;}
.iqsimButton a {border: solid 2px white; background:url(img/parts/buttonBkgd.gif) repeat-x; color:white; padding:3px 8px; letter-spacing:1px;}
.iqsimButton a:hover{background:#ADCB57;}


/* layered menu part */
div.iqsimLayeredMenuHeader{
  position:absolute;
  left: -2000px;
  top: -2000px;
  z-index:100;
  overflow: hidden;
  display:none;
  padding:7px 0 0;
  width:160px;
}

div.iqsimLayeredMenuContent{
  background:white;
}

div.iqsimLayeredMenuSeparator{
  height:4px;
  font-size:1px;
}

div.iqsimLayeredMenuIcon{
  float:left;
  margin-right:4px;
}

a.iqsimLayeredMenuItem0 {
  display:block;
  clear:both;
  color:#626365;
  text-align:left;
  padding:4px 10px;
  background:#FEFEFE;
  font-weight:bold;
}

a.iqsimLayeredMenuItem1 {
  display:block;
  clear:both;
  color:#626365;
  text-align:left;
  padding:4px 10px;
  background:#d6d6d6;
  font-weight:bold;
}

a.iqsimLayeredMenuLg {
  display:block;
  clear:both;
  color:#626365;
  text-align:left;
  padding:3px 8px;
  background:none;
  font-weight:bold;
}

a.iqsimLayeredMenuLg img{border:solid 1px white;}

a.iqsimLayeredMenuItem0:hover, a.iqsimLayeredMenuItem1:hover {
  background: #626365;
  color:white;
  text-decoration:none;
}

a.iqsimLayeredMenuLg:hover {
  background: #ADCB57;
  color:white;
  text-decoration:none;
}

div.iqsimLayeredMenuItem{ 
  padding:3px 20px 3px 4px;
  clear:both;
  color:#white;
  font-weight:bold;
  text-align:left;
  font-size:11px;
}

/* box part */

div.iqsimBox{ background:white; border-bottom:solid 1px #626365; margin-bottom:4px;}
div.iqsimBoxTitleBar{}
table.iqsimBoxTitleBar{width:100%;}
td.iqsimBoxTitleBorderLeft{font-size:0; width:2px;}
td.iqsimBoxTitleBorderRight{font-size:0; width:22px;}
td.iqsimBoxTitleContent{background:url(img/parts/boxTitleContent.gif) repeat-x; color:white; padding:0 8px; text-transform:uppercase;}

div.iqsimBoxContent1{ border-left:solid 1px #626365; border-right:solid 1px #626365; padding:12px 12px 0;}
div.iqsimBoxButtonLine{ border-left:solid 1px #626365; border-right:solid 1px #626365; padding:2px;}
div.iqsimBoxButtonBar{ background:#ADCB57; padding:2px 4px; text-align:center;}
a.iqsimBoxButton{color:white;}