/****************************************************************************
 *  /themes/default/css/ie_position.css
 *  -------------------------------------------------------------------------
 *  application   : QuestCMS
 *  begin         : September 27, 2004
 *  copyright     : (C) 2005 Questwork Consulting Limited
 *  email         : support@questwork.com              
 *  
 *  $_id: v 0.1 2004/10/06 11:47:00 don Exp $
 *  
****************************************************************************/

/******************************************************/
/* HTML tag styles                                    */
/******************************************************/

hr { border: 1px dotted #CCCCCC; }
img { border: 0; }
img.border { border: 1px solid #333333; }
img.dot-border { border: 1px dotted #333333; }
img.expando{ border: none; vertical-align: top; }

/******* hyperlink and anchor tag styles *******/
a { text-decoration: none;}
a:hover { text-decoration: none;}

/********* form and related tag styles *********/
.text_box {
  background-color: #FFFFFF;
  border: 1px solid #cccccc;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#main-body {
  padding: 0px;
  margin: 0px;
  text-align: left;
  background: #ffffff;
  border: 0px solid #FF0000;
}
#top-banner {
  height: 129px;
  border: 0px solid #53628b;
  text-align: left;
}
#nav-box {
  position: absolute;
  top: 152px;
  left: 0px;
  text-align: left;
  width: 178px;
  padding: 0px;
  margin: 0px;
  border: 0px solid #53628b;
}
#language-box {
  text-align: center;
}
#menu-box {
  position: absolute;
  top: 160px;
  left: 10px;
  padding: 0px;
  margin-left: -10px;
  border: 0px solid #53628b;
}
#member-box {
  position: absolute;
  top: 500px;
  padding: 0px;
  text-align: left;
  border: 1px solid #53628b;
}
#small-button-box {
  position: absolute;
  top: 600px;
  left: 14px;
  padding: 0px;
  border: 0px solid #53628b;
}
#menu-content {
  padding: 0px;
  text-align: left;
}
#main-box {
  position: absolute;
  top: 152px;
  left: 188px;
  text-align: left;
  padding: 0 0 0 10px;
  margin: 0px;
  z-index: -1;
  background: #ffffff;
  border: 0px solid #999999;
}
#main-content {
  text-align: left;
  padding-left: 10px;
}
#page-index-box {
  height: 20px;
  vertical-align: top;
}
#search-box {
  padding: 0px;
  border: 1px solid #53628b;
}
#search-content {
  padding: 10px;
  text-align: center;
}

#member-content {
  margin: 0;
  padding: 0 4 0 4px;
  text-align: left;
  border: 0px solid #ff0000;
}
.codecontainer{
  height: 350px;
  border: 1px solid gray;
  width: 98%;
}

/***********************************************/
/* Various Boxes                               */
/***********************************************/
#enquiry-box {
  position: absolute;
  top: 300px;
  left: 10px;
  width: 140px;
  padding: 0px;
}
#enquiry-border {
  border: 1px solid #FF0000;
  background: #FFFFFF;
}
#enquiry-title {
  color: #FFFFFF;
  background-color: #FF0000;
  font-weight: bold;
  text-align: center;
}
#enquiry-content {
  color: #000000;
  padding: 2px;
}
.enquiry-item {
  height: 20px;
  border-bottom: 1px solid #0000FF;
}
img.remove {
  float: right;
  clear: right;
  vertical-align: middle;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/
.skipLinks {display: none;}

/*************** misc styles *************/
img.right_align {
  border: 0;
  float: right;
}

/***********************************************/
/* nav Layout Divs                                 */
/***********************************************/
ul#nav img {
  border: 0;
}
ul#nav { /* all lists */
  padding: 0;
  margin-left: 20px;
  width: 160px;
  list-style-type: none;
}
ul#nav li {
  float: left;
  list-style-type: none;
  height: 27px;
  width: 160px;
  color: #333333;
  font-weight: bold;
  margin: -7 0 -2 0px;
  padding: 7 0 2 28px;
  border: 0px solid #000000;
  background: url("../images/common/btn_bkg.gif") no-repeat;
}
ul#nav li a{
  color: #333333;
}
ul#nav li#newitem {
  float: left;
  list-style-type: none;
  height: 27px;
  width: 160px;
  margin: -7 0 -2 0px;
  padding: 7 0 2 28px;
  color: #333333;
  font-weight: bold;
  background: url("../images/common/btn_hot_item_bkg.gif") no-repeat;
  border: 0px solid #000000;
}

ul#menu li{
  list-style-type: none;
  z-index: 5;
  margin-left: -40px;
  border: 0px solid #666666;
}
ul#menu li a{
  z-index: 5;
  display: block;
  height: 24px;
  padding: 6 0 2 28px;
  color: #333333;
  background: #ffffff url("../images/common/btn_sub_bkg.gif") no-repeat;
  border: 1px solid #666666;
}
ul#menu li a:hover {
  height: 24px;
  display: block;
  background: #EAF7A9 url("../images/common/btn_sub_bkg.gif") no-repeat;
}
ul#menu li#newitem a{
  display: block;
  height: 24px;
  padding: 6 0 2 28px;
  background: #ffffff url("../images/common/btn_hot_item.gif") no-repeat;
  border: 1px solid #666666;
}
ul#menu li#newitem a:hover {
  display: block;
  background: #EAF7A9 url("../images/common/btn_hot_item.gif") no-repeat;
}
