/********************** DEFAULT STYLING **************************************/
/* THIS is the default color used everywhere */
#colored
{
  color: black;	
}

/* Font settings */
body
{
 	font-family: Verdana;
	font-size: 10px;
  background-color:#e8e8e8;
  background-repeat:repeat-x;
}

/* Table header. */
th
{
	color: black;  
}

a
{
  color: black;
}
input, textarea {
  border:1px solid black;
}

/* Begin classes ------------------------------------------------------------------------------------------- */
.hover:hover
{
  /* rollover effect */
  cursor:pointer;
}

/* Border inside Tables */
.topborder td
{
	border-top: 1px solid black;
}

/* Page Headers/Labels */
.label
{
  font-weight: bold;
}

.large
{
  font-size: 24px;
}

.button
{
  border: 1px solid black;
  background-color: white;
  color: black;
}
/* End classes --------------------------------------------------------------------------------------------- */


/* this div contains the whole site */
#container
{
  /* page width */ 
	width: 757px;
  margin-top:15px;
  background-color: white;
  background-image: url("../images/style/bg.jpg");
  background-repeat:repeat-x;
}

/* this div contains the header (top) */
#header
{
	height: 70px;
  background-image: url("../images/style/top.jpg");
  background-position:top center;
  background-repeat:no-repeat;
  clear:both;
}
#dummy {
  cursor:pointer;
  height:65px;
  width:550px;
}

/* Color of the lower border */
#footer
{
  /* lower-border */
  background-image: url("../images/style/bottom.gif");
  background-repeat: no-repeat;
  padding-top:9px;
  padding-left:160px;
  clear:both;
  color:#999999;
}
#footer a{
  color:#999999;
}


/* this div contains the body of the site */
#body
{
  clear:both;
  background-image: url("../images/style/menu_bg2.gif");
  /* upper-border */
}
/* this div contains the main content */
#body #main
{
  /* width of the main content */
	width: 610px;
}
#body #dummy 
{
  clear:both;
}

/* this div contains the left side of the body */
#body #leftbar
{
	/* leftbar width: 
     WARNING: to chance this you need to 
              change all menu style sheets 
  */
  padding-left:18px;
  margin-top: 10px;
}

#shoppingcart
{
  border: 1px solid black;
  background-color:white;
  color:black;
  text-align: center;
	width: 160px;
  height: 30px;
  padding:5px;
  margin-top: 20px;
  margin-right: 10px;
}

#search 
{
  border: none;
  color:#003366;
  width:117px;	
  height: 30px;
}
#search input {
  height:13px;
  font-size:10px;
  width: 117px;
} 

#banner
{
  
}

/* begin menu --------------------------------------------------------------------------------------------- */
#menu 
{
  border:1px solid #4798dc;
}
#menu ul 
{
  /* Font settings menu */
}
#menu ul ul 
{
	font-size: 10px;
}
#menu ul ul li 
{
	height: 20px;
  line-height:20px;
  vertical-align:middle;
  margin:0px;
  padding-top:px;
  padding-bottom:0px;
}
#menu ul ul a
{
	height: 20px;
  line-height:20px;
  vertical-align:middle;
  padding-top:0px;
  padding-bottom:0px;
  margin:0px;
}

#menu a 
{
  /* Menu item settings */
	background-image: url("../images/style/menu_bg.jpg");
	color: black;
  font-size:10px;
	border-color: #4798dc;
	height: 12px;
  text-decoration: none;
}

#menu li:hover, #menu a:hover
{
  /* rollover effect */
	color: #FFFFFF;
  background-color: #307de2; 
}

/* end menu --------------------------------------------------------------------------------------------- */

/* start blocks  ---------------------------------------------------------------------------------------- */
div.block
{
}

div.block div.top
{
}

div.block div.top div
{
}

div.block div.content
{
}

div.block div.bottom
{
}

div.block div.bottom div
{
}
/* end blocks  ------------------------------------------------------------------------------------------ */

.datatable, .datatable * {
  border-style: solid;
  border-color: #aad6f4;
  border-width: 0px;
}
.datatable {
  color:#0039ba;
  background-color:#f7fbfd;
  width:100%;
  border-width:1px;
  border-right-width:0px;
}
.datatable table {
  border-right-width:1px;
}
