* {
	margin: 0;
	padding: 0;
	}

#notifier
{
	display:none;
	position: fixed;
	_position: absolute;
	top:0; 
	width:100%; 
	left:0; 
	z-index:99; 
	text-align:center;  
	padding:0;
	margin:0;
	padding-top: 10px;
	height: 30px;
	background: #ff0;
	color:#000;
	font-size:18px;
	height:2em;
}	


body{
	font: normal 11px/1.5em Verdana;
	background-image: url(/img/bg.png);
	background-repeat: repeat-x;
	}

body.admin{
	background-image: url(/img/adminbg.png);
}

#content ul#sitemap li {
	font-size:14px!important;
}

#wrapper{
	border: 1px black solid;
	width: 800px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	}
	
#head{
	background-image: url(/img/head.png);
	height: 120px;
	border-bottom:3px solid #000;
	display: block;
	}
	
div.admin{
	background-image: url(/img/adminhead.png)!important;
}
	
#head h1{
	display: none;
}

#content{
	background-image: url(/img/fadeD.png);
	background-position: top left;
	background-repeat: repeat-x;
	}
	
h2{
	font-size:18px;
	padding-bottom: 8px;
	}
h3{
	font-size:13px;
	padding-bottom: 8px;
	}

p{
	padding-bottom: 8px;
	}

a{
	color:#666;
}

a:hover{
	color:#111;
}
	
hr {
	visibility:hidden;
	clear:both;
}

img.flag{
	float:right;
	border:0;
	margin:5px;
}

#content img{
	padding-bottom: 8px;
	}

#content ul{
	font-size: 9px;
	padding-left: 15px;
	padding-bottom: 15px;
	}

#mainconent{
	float: left;
	width: 560px;
	padding: 15px;
	padding-top: 20px;
	}
	
#subContent{
	float: right;
	width: 180px;
	border-left: 1px black solid;
	margin: 20px 0;
	padding: 0 10px;
	}

#footer{
	background-image: url(/img/fadeU.png);
	background-repeat: repeat-x;
	clear: both;
	background-color: #333333;
	text-align: center;
	height: 38px;
	}

#footer div {
	margin-top: 2px;
}
	
#footer p{
	font-size: 80%;
	display: inline;
	padding: 0 20px;
	}

#footer a{
	color: #FFFFFF;
	text-decoration: none;
	}

#footer a:hover{
	color: #CCCCCC;
	text-decoration: underline;
	}


/*- Menu Tabs--------------------------- */

    #menutabs {
		font: bold 11px/1.5em Verdana;
      float:left;
      width:100%;
      font-size:93%;
      line-height:normal;
	  margin-top: 90px;
      }
    #menutabs ul {
          margin:0;
          padding:10px 10px 0 10px;
          list-style:none;
      }
    #menutabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #menutabs a {
      float:left;
      background:url(/img/tableft6.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #menutabs a span {
      float:left;
      display:block;
      background:url(/img/tabright6.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #menutabs a span {float:none;}
    /* End IE5-Mac hack */
    #menutabs a:hover span {
      color:#FFF;
      }
    #menutabs a:hover {
      background-position:0% -42px;
      }
    #menutabs a:hover span {
      background-position:100% -42px;
      }

      #menutabs #current a {
		  background-position:0% -42px;
      }
      #menutabs #current a span {
	  	color: #FFCC00;
		background-position:100% -42px;
      }
		
		#message {
			float:right;
			background:#FFF2BF;
			border:1px dashed #fc0;
			padding:3px;
		}
		
		ul.table{
			border:1px solid #ccc;
			padding:0!important;
			margin:0;
		}
		
		ul.table,
		ul.table li	{
			list-style-type: none;
			float:left;
		}
		
		ul.table li{
			xclear:left;
		}
		
		ul.table span{
		float:left;
		width:130px;
		}
		
		li.head{
			background-color:#ccc;
			color:#fff;
		}
		
		li.odd{
			background:#eee;
		}
		
		form div {
			padding-bottom:3px;
			float:left;
		}
		
		fieldset {
			padding:10px;
			border: 1px solid #ccc;
			margin:10px 0;
		}
		
		legend{
			font-size:14px;
			font-weight:bold;
			border:1px solid #ccc;
			padding:3px;
			color:#999;
			margin-bottom:10px;
		}
		
		legend a{
			font-size:70%;
			color:#666;
			text-decoration:none;
		}
		
		label, input {
			float:left;
			
		}
		
		label {
			font-weight:bold;
			width:170px;
		}
		
		#subContent label,
		#subContent input {
			width:100%;
		}
		
		input, select, textarea {
			border:1px solid #ccc;
			width:280px;
		}
		
		textarea#description{
			height:100px;
		}
		
		input.checkbox{
			width:auto;
			border:0;
		}
		
		input.button {
			float:right;
			width:auto;
			background:#333;
			color:#fff;
			margin:3px;
		}
		
		input.delete {
			text-transform:uppercase;
			background-color:#f33;
		}
		
		input.warn {
			background-color:#f99;
			border-color:#f00;
		}
		
		ul#product_list{
			float:left;
			list-style-type:none;
		}
		
		ul#product_list li{
			float:left;
			list-style-type:none;
			width:250px;
			text-align:center;
			margin:10px;
			border:1px solid #ccc;
		}
		
		ul#product_list h3{
			padding:5px;
			font-size:14px;
			line-height:16px;
			height:30px;
		}
		
		ul#product_list a{
			color:#333;
		}
		
		ul#product_list strong{
			display:block;
			background:#ccc;
			color:#fff;
			font-size:20px;
			padding:5px;
		}
		
		ul#product_list img{
			border:0;
		}
		
		form#product fieldset{
			float:left;
			width:255px;
		}
		
		form#product fieldset p.price{
			font-size:25px;
		}
		
		th{
			text-align:left;
		}
		
		a.button{
			padding:5px;
			background:#ccc;
			border:1px solid #666;
			margin:5px;
			float:left;
			color:#fff;
			text-decoration:none;
		}
		
		a.button:hover{
			background:#aaa;
		}
		
		a.current{
			color:#000;
			background:#E1B815;
		}
		
		.block{
			width:150px;
			height:100px;
			border:1px solid #ccc;
			text-align:center;
			font-size:20px;
			float:left;
			margin:5px 5px 0 0;
		}
		
		.block img{
			border:0;
		}
		
		.block a{
			color:#333;
		}
		
		.status{
			background:#E1B815;
			color:#fff;
			padding:5px;
			margin-bottom:10px;
			border:1px solid #333;
			font-weight:bold;
		}
