.dp20,.dp25,.dp33,.dp40,.dp50,.dp67,.dp75,.dp80,.dp100{float:left;display:inline;*margin-left:-0.04em;}
.dp20{width:20%;}
.dp25{width:25%;}
.dp33{width:33.33%;}
.dp40{width:40%;}
.dp50{width:50%;}
.dp67{width:66.66%;}
.dp75{width:75%;}
.dp80{width:80%;}
.dp100{width:100%;}
.clear{clear:both;}
.left{float:left;width:49.9%;}
.right{float:right;width:49.9%;}
.clear{clear:both; display:block; margin:0; padding:0;}

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size:13px;
	width:100%;
padding:20px 0;
	margin:0;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }
#wrapper {
	margin:50px auto 0;
	width:960px;	
}

#header, #main, #footer {
	
}

#header {
    height: 60px;
    margin-bottom: 3px;
}

#header h1 {
	font-weight:bold;
}

#header h1 a {
	color:#000;
}



/* remove the list style */
	#nav {
		list-style:none;
		height: 42px;
		margin:0;
		padding:0;
		float:left;
		font-size:11px;
	}	
	
		/* make the LI display inline */
		/* it's position relative so that position absolute */
		/* can be used in submenu */
		#nav li {
			float:left;
			width:auto;
			padding: 0;
			margin-right:1px;
			position:relative;
			z-index:500; 
			margin:0 1px;
		}
		
		/* this is the parent menu */
		#nav li a {
			display:block;
			padding:8px 12px;
			background: #e8edff url('images/gradback.png') repeat-x;
			border-bottom: 1px solid #fff;
			color: #669;
			border-top: 1px solid #fff;
			line-height:24px;
		}

		#nav li a:hover {
			background: #d0dafd url('images/gradhover.png') repeat-x;
			color: #339;
		}
	
		/* you can make a different style for default selected value */
		#nav a.selected {
			background: #d0dafd url('images/gradhover.png') repeat-x;
			color: #339;
		}
	
		/* submenu, it's hidden by default */
		#nav ul {
			position:absolute; 
			left:0; 
			display:none; 
			margin:0 0 0 -1px; 
			padding:0; 
			list-style:none;
		}
		
		#nav ul li {
			width: 290px;
			float:left;
		}
		
		/* display block will make the link fill the whole area of LI */
		#nav ul li a {
			display:block;
			padding:8px 12px;
			background: #e8edff url('images/gradback.png') repeat-x;
			color: #669;
			line-height:24px;
			font-weight:bold;
		}
		
		#nav ul a:hover {
			text-decoration:underline;
			padding-left:16px;
		}

		/* fix ie6 small issue */
		/* we should always avoid using hack like this */
		/* should put it into separate file : ) */
		*html #nav ul {
			margin:0 0 0 -2px;
		}

#content {
	margin-top:0;
	padding:1px 0;
	min-height:500px !important;
}

#footer { padding:8px; font-size: 0.9em; border-top:1px solid #b9c9fe;}

/*GRID DESIGN*/
#gradient-style
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 0;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
#gradient-style th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe url('images/gradhead.png') repeat-x;
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #039;
}
#gradient-style td
{
	padding: 8px; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid #fff;
	background: #e8edff url('images/gradback.png') repeat-x;
}
#gradient-style tfoot tr td
{
	background: #e8edff;
	font-size: 12px;
	color: #99c;
}
#gradient-style tbody tr:hover td
{
	background: #d0dafd url('images/gradhover.png') repeat-x;
	color: #339;
}

#gradient-style tr.disable-tr td{
	color: #f00;
}

#gradient-style tr.disable-tr:hover td{
	color: #f00;
}

td#pagination a{
	padding:6px;
	margin-right:6px;
	border:1px solid #6678b1;
	font-size: 12px;
	font-weight: normal;
	margin-right: 6px;
	padding: 4px 8px;
}

td#pagination a:hover {
	text-decoration:underline;
}

td#pagination span.current-page {
	padding:6px;
	margin-right:6px;
	border:1px solid #6678b1;
	font-size: 12px;
	color:#000;
	margin-right: 6px;
	padding: 4px 8px;
	background-color:#d0dafd;
}

input#search {
	border: 1px solid #b9c9fe;
    height: 26px;
    line-height: 24px;
    margin-top: 1px;
    padding: 6px;
    float:right;
    width:200px;
    background: url("images/search.png") no-repeat scroll 188px 12px transparent;
    color:#a0a090;
}

input, select, textarea { 
	padding:6px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size:13px;	
}

.error-input {
	border: 1px solid #ff0000;
}

/**NOTIFICATIONS**/
div#error-notification, div#success-notification {
	margin:2px 0;
	border:1px solid #00FF00;
	padding:8px;
	background-color: #FFFFCC;
}

div#error-notification h3{
	background: url("images/error.png") no-repeat 0 9px;
	padding:8px 0 8px 22px;
	color:#FF0000;
	margin:0;
	font-weight:normal;
}

div#error-notification ul, div#success-notification ul{
	list-style:none;
	margin-left:6px;
	padding:4px 0;
}

div#error-notification ul li{
	background:url("images/bullet_red.png") no-repeat scroll 0 4px transparent;
	padding:3px 0 2px 19px;
}

div#success-notification h3{
	background: url("images/tick.png") no-repeat 0 9px;
	padding:8px 0 8px 22px;
	color:#2A8000;
	margin:0;
	font-weight:normal;
}

div#success-notification ul li{
	background: url("images/tick.png") no-repeat 0 9px;
	padding:8px 0 8px 22px;
}

/***OPTION LINKS*****/
a.edit, a.disable, a.enable {
	padding:6px 12px;
	text-decoration:none;
}

a.edit{
	margin-left:4px;
	background:url("images/user_edit.png") no-repeat scroll center transparent;
}

a.disable{
	background:url("images/user_delete.png") no-repeat scroll center transparent;
}

a.enable{
	background:url("images/user_add.png") no-repeat scroll center transparent;
}

/*PULL PAGE GRID*/
#hor-minimalist-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 10px 0;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #009;
}

#login-area{
}

h3#login-header {
	margin:8px 0;
}

span.red-color{ color: #ff0000; }

tr#vat-num-tr { display: none; }


.chromestyle{
font-weight: bold;
width: 960px;
margin: 0 auto;
}

.chromestyle ul{
width: 100%;
padding: 8px 0px;
margin: 0;
}

.chromestyle ul li{
display: inline-block;
padding: 0 1px 0 0;
}

.homesize a {
font-size:22px;
font-weight: 700;
}

.chromestyle ul li a{
color: #fff;
padding: 4px 7px;
margin: 0;
text-decoration: none;
font-weight: 700;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
display: block;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background-color: #454444; /*THEME CHANGE HERE*/
color: #fff;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
line-height:18px;
z-index:100;
background-color: #272727;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 8px 4px;
text-decoration: none;
font-weight: bold;
color: #fff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #333333;
color: #ffffff;
}

#navbar { height: 60px;
    left: 0;
    overflow: visible;
    position: fixed;
    right: 0;
font-size: 14px;
    top: 0;
    z-index: 10000; }
.navbarfill { background: -moz-linear-gradient(#333333, #222222) repeat-x scroll 0 0 #222222;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset; background-color: #222; }