html{
 overflow-x: auto;
}

input{
       margin:5px 0px 0px 0px;
}

hr {
   color: #072A66;
   height:1px;
   background: transparent;
}

button{
   margin:5px 0px 0px 0px;
}
.btn {

	border: 1px solid #072A66;
	background-image: url(images/btn.gif);
	font-size: 12px;
	color:#FFFFFF;
	height:20px;
	font-weight: bold;
}

.txt {
   border: 1px solid #072A66;
   height:16px;
}

h1{
  font-size:18px;
  color:#333333;
  padding-top:5px;
}

body{ 
 background: #FFF;
 color: #222;
 font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
 font-size: 11px;
 line-height: 135%;
 margin: 0;
 padding: 0;
}

table{
	width: 100%;
}

table,
tr,
td{
 color: #222;
 font-size: 11px;
 line-height: 135%;
}

.divpad{ 
	padding: 5px;
}

td.nopad{
	padding: 0;
}

form{
	display: inline;
	margin: 0;
	padding: 0;
}

img{
	border: 0;
	vertical-align: middle;
}

a:link,
a:visited,
a:active{
	
	color: #222;
	text-decoration: none;
}

a:hover{
	background: transparent;
	color: #34498B;
	text-decoration: underline;
}

.LeftBoxContainer{
   width: 130px;
}

.RightBoxContainer{
   width: 130px;
}

.MiddleContainer{
   margin:10px 0px 0px 0px;
   padding:0px 10px 0px 10px;
}

.NavigationTop{
   background: #F0F5FA;
   border: 1px solid #C2CFDF;
   margin: 10px 0px 5px 0px;
   padding: 0 5px 0 5px;
}

.DateBottom{
   background: #F0F5FA;
   border: 1px solid #C2CFDF;
   margin: 10px 0 5px 0;
   padding: 0 5px 0 5px;
}

.ContentBox{
   background: #F0F5FA;
   border: 1px solid #072A66;
   margin: 5px 0 10px 0;
   padding: 0px;
   width: 100%;
}
 
.ContentBoxHeader{
   height: 20px;
   background: transparent;
   background: transparent url(images/tile_cat.gif);
   border-bottom: 1px solid #5176B5;
   color: #FFF; 
   font-size: 12px;
   font-weight: bold; 
   margin: 0;
   padding: 2px;
}

.ContentBoxCell{
   background: transparent;
   padding: 2px 5px 2px 5px;
}

.MainContent{
   background: #F0F5FA;
   border: 1px solid #072A66;
   margin: 5px 0 5px 0;
   padding: 0px 0px 0px 0px;
}

.Padding5{
   padding: 5px;
}



.MainContentHeader{
   height: 20px;
   background: transparent;
   background: transparent url(images/tile_cat.gif);
   border-bottom: 1px solid #5176B5;
   color: #FFF; 
   font-size: 12px;
   font-weight: bold; 
   margin: 0;
   padding: 2px;
   text-align:left;
}

.MainContentSubHeader{
   background: transparent;
   background: transparent url(images/tile_sub.gif);
   border-bottom: 1px solid #5176B5;
   color: #000000; 
   font-size: 9px;
   font-weight: bold; 
   margin: 0;
   padding: 2px;
}

.MainContentFooter{
   background: transparent;
   background: transparent url(images/tile_footer.gif);
   font-size: 6px;
   height: 8px;
   margin: 0;
   padding: 0px;
}

.CategorieList{
   margin:0px;
   padding: 0px 5px 0px 5px;
   border-bottom: 1px solid #C2CFDF;
   font-size:13px;
   vertical-align:top;
}

.CategorieList img{
   float:left;
   margin: 8px 3px 8px 0px;
}

.ProductList{
   margin: 0;
   padding: 0px 5px 0px 5px;
}

.ProductItem{
   background: transparent;
   height:50px;
}

.AlternateProductItem{
   background: #E2E7ED;
   height:50px;
}

.Product{
   padding:0px 5px 0px 5px;
}

.Product_Description{
   padding:0px 5px 0px 5px;
}

.Product_Price{
   font-size:18px;
   text-align:center;
   font-weight:bold;
   color:#333333;
}

.ErrorMessage{
   color:#FF0000;
   font-size:10px;
   font-weight:bold;
}

