/*------------------------------------------------------------------
[Master Stylesheet]
Project:		Vicenzo's Pizza
Version:		1.0
Last change:	04/03/09
-------------------------------------------------------------------*/

@charset "utf-8";
* {padding: 0px; margin: 0px;} /* Reset Padding & Margin Properties to 0px for all HTML elements */

body {
    background:url(../img/bg.gif) repeat-x left top;
	background-color: #540500;
	font-family: "Tahoma",Arial,Verdana, Helvetica, sans-serif;
}

form{margin-bottom:0px;margin-top:0px;}

h1 {
	font-family: "Tahoma",Arial,Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	margin:0px;
	color: #d9df6c;
}
h2 {
	font-family:"Tahoma",Arial,Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	color: #540500;
	line-height:15px;
}
h3 {
	font-family:"Tahoma",Arial,Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #d9df6c;
	line-height:15px;
}
a {
	font-family: "Tahoma",Arial,Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #e1b982;
}

a:hover {  
	font-family: "Tahoma",Arial,Verdana, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal; 
	color: #FFFFFF; 
	text-decoration: none;
}
.logo{
 padding:2px 0px 6px 7px;
 float:left;
}
.top_detail{
 float:left;
 margin:2px 0px;
}
.header{
 z-index:1000;
 position:absolute;
 left:404px;
 top:62px;
}
#wrapper{
  width:760px;
  margin: 0 auto;
  position:relative;
  
}
.content{
  width:521px;
  margin:10px 0px 0px;
}
  .content span{
   display:block;
   }
  .content .top_content{
   font-size:1px;
   width:521px;
   height:10px;
   background:url(../img/content_top.gif) no-repeat left top;
   }
  .content .bottom_content{
   font-size:1px;
   width:521px;
   height:10px;
   background:url(../img/content_bottom.gif) no-repeat left top;
  }
.box{
  width:229px;
  margin:10px 0px 0px 10px;
} 
  .box span{
   display:block;
   font-size:10px;
   color:#8c5c1c;
  } 
  .box .top{
   background:url(../img/box_top.gif) no-repeat top left;
   font-size:1px;
   height:9px;
  }
  .box .inside{
   background:url(../img/box_bg.gif) repeat-y top left;
   padding:0px 10px 0px 10px;
  }
  .box .bottom{
   background:url(../img/box_bottom.gif) no-repeat top left;
   font-size:1px;
   height:9px;
   
  }
.txtform{
    width:201px;
	border: 1px solid #8c5c1c;
    color:#540500;
	font-size:12px;
	padding:3px;
	margin:0px;
	}
.DDBox1{
    width:120px;
	background: #e5e0ec;
	border:0px;
	margin:2px 0px 2px 0px;
	padding:1px;
	color:#515050;
	font-size:13px;
	}
.button
{
     background-color:#e0b77f; 
	 color:#320502;
	 font-weight:bold;
	 font-size:13px;
	 margin:5px 0px;
	 padding:3px 8px;
     cursor:pointer; 
	 border:0px;
}	
.footer { 
   text-align:center;
   width:760px;
   margin:10px 0px 10px;
   color:#FFFFFF;
   font-size:11px;
   }
  .footer span{
   display:block;
   } 
  .footer .left{
   float:left;
   background:url(../img/footer_left.gif) no-repeat left top;
   width:10px;
   height:40px;
   
  }
  .footer .middle{
   float:left;
   background-color:#000000;
   width:740px;
   height:20px;
   padding:7px 0px 13px;
  }
  
  .footer .right{
   float:left;
   background:url(../img/footer_right.gif) no-repeat left top;
   width:10px;
   height:40px;
  }

.footer a,.footer a:hover { 
	font-size: 11px; 
	font-weight: normal; 
	color: #FFFFFF; 
    padding:0px 3px 0px 3px;
	text-decoration: none;
	}
.footer a:hover { 
   text-decoration: none;
   color:#b1c600;
}
.footer .copy{
  font-size:10px;
  color:#525252;
  margin-top:2px;
 
}
.list_view td{
 height:20px;
}
.left{
 float:left;
}
.right{
 float:right;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}