.center{
	text-align: center;
}

.login_h1{
	padding-top: 100px;
	margin-bottom: 0px;
}

.prod_desc{
	text-align: center;
	padding-bottom: 50px;
}

.pbot{
	padding-bottom: 30px;
}

.ptop{
	padding-top: 30px;
}

.btop{
	border-top: 1px dotted #ccc;
	margin-top: 30px;
}

.ptop2x{
	padding-top: 40px;
}

.right{
	float: right;
}

.row{
	padding-bottom: 20px;
}

.error{
	background-color: #ffc1c1;
	border-radius: 5px;
}

.error p, .error ul{
	padding: 10px;
	margin-bottom: 0px;
}

h2{
	padding-top: 40px;
}

#ordersList{
	margin-top: 50px;
}

#loginbox input{
	width: 100%!important;
}

nav { 
	margin:0;
	z-index: 9999;
	position: relative;
	float: right;
}

nav ul {
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	}
	
nav ul li {
	display:inline-block;
	background-color: #E64A19;
	}

nav a {
	display:block;
	padding:2px 10px;	
	color:#FFF;


	text-decoration:none;
}

nav a:hover { 
	background-color: #000000; 
	color: #fff;
}

/* Hide Dropdowns by Default */
nav ul ul {
	display: none;
	position: absolute; 
	top: 28px;
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:170px;
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	*/
nav ul ul ul li {
	position: relative;
	top:-60px; 
	left:170px;
}

	
/* Change this in order to change the Dropdown symbol */
li > a:after { content:  ' +'; }
li > a:only-child:after { content: ''; }


.searchTable{
    width: 100%;
}

.searchTable tr td:last-child{
    text-align: right;
}