/* HTML styles */
html
{
height: 100%;
}

BODY {	background-color: #ffffff; 
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	height: 100%;}
 input
{
	color: #781351;
	background: #FFFFFF;
	border: 1px solid #781351;
}
 select
{
color: #781351;
background: #FFFFFF;
border: 1px solid #781351
}
A { color: #0051BC; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold;}
A:hover { color: #889E63; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold;}
A:visited { color: #EE7234; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold;}
A:visited:hover { color: #889E63; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold;}

ul { margin-left: 0px; margin-top: 0px; padding-left: 2em; text-indent: 0em;}

/* div layout styles */
#bg00{
	display: block;
	min-height: 100%;
	text-align: center;
	position: relative;
	width: 1050px;
	height: 100%;
	margin: 0 auto;
	top: 0px;
	z-index: 0;
}
#head{
	position: absolute;
	top: 0px;
	width: 100%;
	height: 103px;
	left: 0px;
	background-image: url("/images/tut_headBg00.gif");
}

#logo{
	position: absolute;
	width: 160px;
	height: 158px;
	top:0px;
	left:300px;
	z-index: 10;
}
#logo a {
    text-decoration:none;
    border:0;
    margin:0;
    padding:0;
}
#logo img {
    border:0;
    margin:0;
    padding:0;
}


/*#nav{
	position: absolute;
	left: 295px;
	top: 78px;
	/*width: 100%;rajib*/
	height: 24px;
	z-index: 9;
}*/
#nav a {
    text-decoration:none;
}
.navTab {
    background-image: url("/images/tabMid.gif");
}
#searchBar{ position:absolute; top: 0px; right: 0px; width: 447px; height: 83px; z-index: 8;}
#searchFormContainer {
	position:absolute;
	left: 490px;
	top: 17px;
	width: 381px;
	height: 56px;
	z-index: 8;
}
#loginForm{
	position:absolute;
	left: 685px;
	top: 59px;
	width: 221px;
	z-index: 8;
}
#catListBar{
	position:absolute;
	left: 159px;
	top: 103px;
	width: 138px;
	height: 100%;
	z-index: 7;
}
#catListBarContent{
	position: absolute;
	z-index:9;
	top: 55px;
	left: 5px;
	width: 128px;
	z-index: 7;
        text-align: left;
}
#foot{
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	background-image: url("/images/tut_footBg00.gif");


}
#featuredStores{
	position: absolute;
	left: 895px;
	top: 105px;
	width: 153px;
	height: 204px;
	z-index: 7;
}
#featuredStoresCont{
	position:absolute;
	left: 6px;
	top: 25px;
	width: 138px;
	height: 169px;
	z-index: 7;
}
#hotItems{
	position: absolute;
	width: 153px;
	height: 204px;
	top: 316px;
	left: 896px;
	z-index: 7;
}
#hotItemsCont{
	position:absolute;
	left: 6px;
	top: 25px;
	width: 138px;
	height: 169px;
	z-index: 7;
}
#completedTrades{
	position: absolute;
	top: 528px;
	left: 896px;
	width: 153px;
	height: 104px;
	z-index: 7;
}
#completedTradesCont{
	position:absolute;
	left: 5px;
	top: 24px;
	height: 71px;
	width: 138px;
	text-align:left;
	z-index: 7;
}
#sideSellLft{
	position: absolute;
	left: 75px;
	top: 107px;
	width: 135px;
	height: 360px;
	z-index: 7;
}
#bannerAd468x60{
	position: absolute;
	left: 302px;
	top: 108px;
	width: 468px;
	height: 60px;
	z-index: 7;
}
#content{
	/*position: absolute; ==================================commented by rajib29.10.2007=========*/
	left: 302px;
	top: 264px;
	/*width: 585px;*/
	font-size:12px;
  /*text-align:center;
	z-index: 7;==================================commented by rajib29.10.2007=========*/	
}
/* text class styles */
.submit input
{
color: #000;
background: #CCCCCC;
border: 2px outset #d7b9c9
}
.textReg {
 font-size: 10px;
  }
.textBold {
 font-size: 12px; font-weight:bold; }
/* rajib modified CSS 27.10.2007*/
.textsmall {
 font-size: 10px; }
 
 
 /*---------------------------------------------------29.10.2007---------------------*/
 #notice, #error {
  color: white;
  margin-top: 25px;
  margin-left: 20px;
  margin-right: 20px;
  padding: .75em;
  padding-top: 0;
  padding-bottom: 0;
}
#notice {
  background-color: #9bb671;
  border: 3px solid #87a55d;
}
#error {
  background-color: #c00;
  border: 3px solid #e67f00;
}
#content table.fieldset .error-with-field small {
  color: red;
}
#content table.errorable .error-with-field small {
  color: red;
}


/*------------------------------------------------user_navigation-----------------*/
.navigation a, .navigation a:visited{
  background-color: #eeeef0;
  border: 3px solid #9db672;
  border-bottom: 3px solid #9db672;
  border-top: 3px solid #9db672;
  /*color: #0051bc;*/
  display: inline;
  padding: .2em;
  text-decoration: none;
}
.navigation a:hover, .navigation a:visited:hover {
  text-decoration: underline;
}
.navigation strong a, .navigation strong a:visited {
  background-color: white;
}
.navigation .separator {
  display: none;
}


/*--------------------------------------------------page font---------------*/
#content table{
  font-size: 12px;
}
#content table.fieldset {
  border-bottom: 1px solid #CFCFCF;
  margin-bottom: 1.5em;
  width: 100%;
}
#content table.fieldset td {
  background-color: white;
  border-top: 1px solid #CFCFCF;
  padding: 6px;
}
#content table.fieldset td.label {
  padding-top: 11px;
  vertical-align:text-top;
  text-align:left;
  width: 20%;
 
}
#content table.fieldset td.label .optional {
  color: #929488;
}
#content table.fieldset td.field .textbox {
  /*width: 100%; */
}
#content table.fieldset td.help {
  background-color: #eeeef0;
  font-size: 75%;
  padding-left: 11px;
  width: 40%;
}
#content table.fieldset input {
  font-size: 75%;
}
#content table.fieldset textarea {
  font-size: 75%;
}
#content table.fieldset select {
  font-size: 75%;
}
#content table.fieldset .checkbox {
  display: block;
  float: left;
  padding-top: 4px;
  width: 10em;
}
#content table.fieldset .error-with-field small {
  color: red;
}
#content table.errorable .error-with-field small {
  color: red;
}

#content a, #content a:visited {
  color: black;
  text-decoration: none;
}

#content a:hover {
  color: black;
  text-decoration: underline;
}

/*rajib list*/
.cssListBox
{
font-size: 10px;
min-width:20px;
}

.cssRadioButton
{
background:#899e63;
border:#899e63;
}

.textarea{
	border:1px solid #781351; 
	font-size: 13px; 
	color: #781351; 
	font-family:  Tahoma, verdana, arial,sans-serif; 
	/*text-decoration: none; 
	background-color: #E9EDF0;*/
	}


