/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css 1262 2005-09-30 10:00:32Z mz $   

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2004 XT-Commerce 
   -----------------------------------------------------------------------------------------
   based on: 
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com 
   (c) 2003	 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

   Released under the GNU General Public License 
   ---------------------------------------------------------------------------------------*/

@import "box_styles.css";

body{
    font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size:62.5%;
    color: #000;
    background-color: #FFF;
    text-align: center;
    margin: 0px;
    padding: 0px;
	  width:100%;
	  height:100%;
}

  #root-container{
    position:relative;
   /* background: #E3E3E3 url(../images/mainbgr.jpg) repeat-y;*/
    margin: auto;
    width: 1009px;
    text-align: left;
	 
  	margin-top:10px;

  }

  #header {
    background: #FFF url(img/logo.gif) no-repeat left top;
    height: 99px;
	 text-align: right;
  }
  
  #navigation{
    margin-top:1px;
    background-color: #999;
    color:white;
    font-size:1.1em;
    padding:2px;
    font-weight: bold;
  }
  
  #navigation a{
  	color:white;
  }
  #navigation a:hover{
  	text-decoration:none;
  }
  
  #content_body{
    overflow:visible;
    padding-top:15px;
  }
  
 
   
  #tdcontent{
  	padding: 10px;
  	width:630px;
  	vertical-align:top;
  	font-size:1.2em;
  }
  
  #leftmenu{
    width:200px;
    vertical-align:top;
    font-size:1.2em;
   
  }
  
  #rightmenu{
    width:196px;
    vertical-align:top;
    font-size:1.2em;
  }
    
  #footer {
    text-align:left;
    font-size: 1.2em;
    padding-bottom: 3px;
    margin-top:5px;
    margin-bottom:5px;
    border-bottom: 2px dotted #CCC;
  }

.errorBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	font-weight: bold;
        color: #FF0000;
	
}
  
  #copyright{
    font-size: 1.1em;
    color:gray;
  }
  
  #aboutus{
    font-size: 1.3em;
    
  }
  
  img{
    display:inline;
    float:none;
    margin:0px;
    padding:0px;
	  border:0px;
  }

  

  

  
  a:link		{background: none; color:#000066;}
  a:active	{background: none; color:#000066;}
  a:hover		{background: none; color:#3535ff; text-decoration: none}
  a:visited	{background: none; color:#000066;}
  a:visited:hover	{background: none; color:#3535ff;}
  
  #tdcontent a{

  	font-weight:lighter;
  }
  
  table{
    margin:0;
    padding:0;
    border-collapse:collapse;
    width:100%;
    font-size:inherit;
    color:inherit;
    font-weight: inherit;
  }

	input{
		/*border:1px solid #CCC;*/
	}
	
	.withFrame{
		border: 1px solid #DDD;
	}

	.withFrame td{
		padding-top:15px;
	}
	
	table th{
		background-color: #DDD;
		font-size:1.1em;
		color:#000066;
	}
	
	td.pageHeading, div.pageHeading, #tdcontent .contentsTopics {
		font-size: 1.7em;
  		font-weight: bold;
  		color: #009FEC;
	}