body
{
	background: #f8fdff;
	font: 0.8em Arial, Verdana, Tahoma;
	margin:0 auto;
	width:990px;
	padding: 0;
	color: #333;
}
div.main-page
{
	_height: 100%;
	min-height: 100%;
	background: url('../img/bg.gif') top left repeat-x;
	margin:0 auto;
	width:990px;
}
body, html
{
	height: 100%;
}

h1 {
	text-align:left;
}

a
{
	color: #bb0313;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
	color: #bb0313;
}
td {
	color: #000000;
}
div.outer-page
{
	padding-bottom: 10px;
}
div.page
{
	margin: 0 auto;
	width: 990px;
	min-width: 990px;
	font-size: 12px;
}
div.header
{
	clear: both;
	height: 120px;
	margin: 0 auto;
	background: #005594;
}
div.logo
{
	float: left;
	height:120px;
	width:270px;
}
div.slogan
{
	float: left;
	padding: 35px 0 0 25px;
	width: 410px;
	height: 80px;
	color: #FFFFFF;
	font-size: 12px;
	text-align: justify;
	font-family: Arial, Verdana, Tahoma;
}

div.inventory
{
	height: 20px;
	background: url('../img/inventory-bg.gif') top left no-repeat;
	margin: 0 auto;
}
div.inventory ul
{
	margin: 0;
	padding: 0 5px 0 0;
	list-style-type: none;
	line-height: 1.8em;
	float: right;
}
div.inventory ul li
{
	float: left;
	margin: 0 5px;
	padding: 0;
}
div.inventory ul li a
{
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	color: #858688;
}
div.inventory ul li a:hover
{
	text-decoration: underline;
}
div.inventory ul li.home a
{
	color: #E7F289;
}
div.inventory ul li.login a
{
	color: #FBC8A8;
}
div.vert-line
{
	border-left: 1px solid #B9A37C;
	float: left;
	height: 40px;
	margin: 10px 0 0 20px;
}


div.top-menu
{
	clear: both;
	margin: 0;
	height: 45px;
	font-size: 0.9em;
	background: url('../img/top-menu-bg.gif') top left no-repeat;
}
ul.menu
{
	list-style-type: none;
	margin: 0 auto;
	padding-left: 0.5em;
}
ul.menu li
{
	float: left;
	margin: 0 auto;
	height: 45px;	
}
ul.menu li a
{
	color: #fefeff;
	font-family: Caligula;
	font-size: 16px;
	font-weight: 400;
	display: block;
	float: left;
	text-decoration: none;
	text-align: center;	
	text-transform: lowercase;
}

ul.menu li a:hover, ul.menu li.active a:hover 
{
	color: #fefeff;
	font-size: 13px;
	text-decoration: underline;
}

ul.menu li.active a {
	float: left;
	margin: 0 auto;
	color: #fefeff;
}

div.accounts
{
	color: #E7EDF2;
	height: 46px;
	padding-left: 10px;
	font-size: 0.9em;
}
div.accounts a
{
	text-decoration: none;
	color: #E7EDF2;
}
div.accounts a:hover
{
	text-decoration: underline;
}
ul.account-menu-top
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.account-menu-top li
{
	float: left;
	margin: 0 1px;
	padding: 0;
	background: url('../img/account-left.gif') top left no-repeat;
	line-height: 46px;
}
ul.account-menu-top li.active
{
	background: url('../img/account-left-act.gif') top left no-repeat;
}
ul.account-menu-top li.active div
{
	background: url('../img/account-right-act.gif') top right no-repeat;
	line-height: 46px;
	padding: 0 10px;
	color: #333;
}
ul.account-menu-top li.shadow
{
	background: url('../img/account-shadow.gif') top left no-repeat;
	width: 6px;
	margin-left: -1px;
}
ul.account-menu-top li a
{
	margin: 0;
	padding: 0 10px;
	background: url('../img/account-right.gif') top right no-repeat;
	line-height: 46px;
	display: block
}
ul.account-menu
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	line-height: 20px;
	margin-top: 10px;
}
ul.account-menu li
{
	text-transform: uppercase;
}

div.lang-switch
{
	position: absolute;
	top: 4px;
	margin: 0;
	font-size: 0.9em;
	color: #FFF;
	padding-left: 10px;
}
div.lang-switch select
{
	font-size: 0.9em;
}
div.listing-sorting
{
	width:580px;
	text-align: center;
	border: 1px solid #0566ac;
	background: #e4f4fd;
	font-size: 0.9em;
	color: #314b65;
}
div.listing-sorting a
{
	color:#858688;
	font-weight: bold;
}
div.search-form
{
	*clear: both;
	float: right;
	height: 80px;
	padding-top: 35px;
	padding-right: 20px;
	color: #767272;
	font-size: 0.9em;
}
div.search-form a
{
	color: #767272;
	text-decoration: underline;
}
div.search-form a:hover
{
	text-decoration: none;
}

input.what
{
	border: 1px solid #a6a4a5;
	background: #FFF url('../img/text-bg.gif') center left repeat-x;
	width: 140px;
	height: 16px;
	padding-left: 5px;
	padding-top:3px;
	color:#767272;
}
input.text
{
	border: 1px solid #767272;
	background: #FFF url('../img/text-bg.gif') center left repeat-x;
	height: 16px;
}
textarea
{
	border: 1px solid #3F86B9;
	width:540px;
	padding-left:5px;
}
input.flat-button
{
	font: normal 11px 'Trebuchet MS', Arial, Verdana;
	color: #000000;
	height: 22px;
	width: 80px;
	text-align: center;
}

input.flat-button-google
{
	border: 1px solid #c5c5c5;
	background: url('../img/search-adsense.gif') center left repeat-x;
	font: bold 11px 'Trebuchet MS', Arial, Verdana;
	color: #FFF;
	height: 20px;
	width: 115px;
}

input.flat-button:hover
{
	cursor:pointer;
}
input.login-button
{
	border: 1px solid #3176A8;
	background: #619AC3 url('../img/login-button.gif') center left repeat-x;
	font: bold 11px 'Trebuchet MS', Arial, Verdana;
	color: #FFF;
	height: 20px;
}
input.login-button:hover
{
	background: #77ADD3;
}


div.footer
{
	margin: 0 auto;
	height: 70px;
	text-align: center;
	color: #0c4d87;
	font-size: 1em;
	padding-top: 10px;
}
div.footer a
{
	color: #0c4d87;
	text-decoration: none;
	font-weight: bold;
}
div.footer a:hover
{
	text-decoration: underline;
}
div.copyright
{
	color: #666666;
	font-size: 12px;
	text-align: center;
	padding: 5px;
}
div.copyright a
{
	color: #0c4d87;
	text-decoration: none;
}
div.copyright a:hover
{
	color: #0c4d87;
	text-decoration: underline;
}
input, textarea
{
	font-family: Verdana;
	font-size: 1em;
}
div.content
{
	clear: both;
	width:990px;
	margin:0 auto;
}
div.breadcrumb
{
	background: #f8fdff;
	margin: 10px 5px 0 5px;
	padding:3px 0 3px 0px;
	color: #bb0313;
} 
div.breadcrumb a
{
	color: #bb0313;
	text-decoration: none;
}
div.breadcrumb a:hover
{
	color: #bb0313;
	text-decoration: underline;
}
p
{
	padding: 0;
	margin: 0;
}
p.date
{
	font-size: 0.9em;
}
p.news
{
	margin-top: 5px;
}
p.last
{
	margin-top: 5px;
	text-align: right;
}
h2
{
	font-size: 1em;
	margin: 0 0 10px 0;
	padding: 0;
}
img
{
	border: 0;
}

form
{
	padding: 0;
	margin: 0;
}

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix
{
	height: 1%;
}
.button
{
	text-align: right;
	margin-bottom: 10px;
}
h1
{
	color: #bb0313;
	font-size: 1.7em;
	font-weight: normal;
	margin: 5px 0;
	padding: 5px 0 0 0;
}
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix
{
	height: 1%;
}

div.field
{
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 10px;
}
div.listings
{
	text-align:left;
	padding: 5px 3px 5px 5px;
}
div.title
{
	width: 100%;
	color: #314b65;
}
a.title
{
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	color: #314b65;	
}

a.title:hover
{
	text-decoration: underline;
	font-weight: bold;
}

div.url
{
	color: #406301;
	padding: 0;
	font-style: italic;
	font-size: 0.9em;
	width: 400px;
	cursor: help;
}
div.description
{
	clear: both;
	color: #545658;
	padding: 0;
	width: 100%;
}
div.stat
{
	clear: both;
	color: #333;
	padding: 0;
}
div.stat img
{
	margin: 0 5px;
}
div.pr_stat
{
	color: #333;
	margin: 0 0 15px 0;
}
form
{
	margin: 0;
	padding: 0;
}
div.categories
{
	list-style-type: none;
	width: 100%;
}
div.categories a
{
	font-weight: bold;
	text-decoration: none;
	color: #2e63aa;
	font-size: 1em;
}
div.categories a:hover
{
	color: #c83955;
	text-decoration: underline;
}
div.categories div.col
{
	float: left;
	height: 100%;
	text-align: left;
	width: 33%;
	padding-top: 15px;
	position: relative;
}
div.categories div.last
{
	float: left;
	height: 100%;
	text-align: left;
	width: 33%;
	padding-top: 15px;
}
div.subcategories
{
	padding-left: 20px;
}
div.subcategories a
{
	font-size: 0.9em;
	font-weight: normal;
	color: #645f5f;
}
div.subcategories a:hover
{
	font-size: 0.9em;
	font-weight: normal;
	color: #c83955;
}
div.categories div.divider
{
	clear: both;
	line-height: 2px;
}
div.categories div.categ
{
	line-height: 22px;
	margin-left: 15px;
	padding-left: 5px;
}
.no
{
	border: none;
}
a.no
{
	text-decoration: none;
}
.editor-welcome
{
	padding: 0;
	text-align: left;
}
.editor-content
{
	padding: 0;
	text-align: center;
}
div.notification
{
	background: #D7EBD3 url('../img/ico-notif.gif') center left no-repeat;
	border: 1px solid #265624;
	font-weight: bold;
	margin: 10px 0;
	padding: 10px 10px 10px 40px;
	color: #265624;
}
div.error
{
	background: #FFEDEB url('../img/ico-error.gif') center left no-repeat;
	border: 1px solid #CD5C52;
	font-weight: bold;
	margin: 10px 0;
	padding: 10px 10px 10px 35px;
	color: #CD5C52;
}
div.navigation
{
	color: #333;
	clear: both;
	margin: 15px 0;
}
div.navigation a
{
	text-decoration: none;
	border: 1px solid #6397BD;
	background: #86C3F1;
	padding: 0 4px;
}
div.navigation a:hover
{
	background: #D4EDFF;
}
div.navigation span
{
	border: 1px solid #6397BD;
	padding: 0 4px;
	background: #B4DDFC;
}
div.navigation span.active
{
	background: #D4EDFF;
}
div.pagerank
{
	border: 1px solid #ccc;
	height: 4px;
	margin: 7px 0 0 5px;
	padding: 0;
	width: 50px;
	background: #EFEFEF;
	float: left;
}
div.inner-pagerank
{
	margin-top: -1px;
	background-image: url('../img/pr10.gif');
	float: left;
	height: 5px;
	padding: 0;
}
div.pr-text
{
	float: left;
	font-size: 0.9em;
	color: #6d7857;
}
div.preview
{
	background: #FFF url('../img/no-preview.gif') center center no-repeat;
	border: 1px solid #ccc;
	height: 120px;
	width: 160px;
}
div.adsense
{
	margin: 10px 0;
	text-align: center;
}
div.box
{
	clear: both;
	margin: 5px 0 10px 0;
}
div.box-caption-green
{
	background: url('../img/green-caption-bg.gif') bottom left repeat-x;
	font-weight: bold; 
	text-align: left;
	color: #fef4f4;
	font-size: 1em;
	line-height: 35px;
	padding: 0 0 0 5px;
	margin: 0 20px;
}
div.box-caption-left-green
{
	background: url('../img/green-caption-left.gif') bottom left no-repeat;
	height: 35px;
}
div.box-caption-right-green
{
	background: url('../img/green-caption-right.gif') bottom right no-repeat;
	height: 35px;
}
div.box-footer
{
	background: #fdfdfd;
	height: 3px;
	margin: 0 6px;
}
div.box-footer-left
{
	background: #fdfdfd;
	height: 3px;
}
div.box-footer-right
{
	background: #fdfdfd;
	height: 3px;
}

div.box-content-right
{
	background: #fdfdfd;
	width: 100%;
}
div.box-content-left
{
	background: #fdfdfd;
	width: 100%;
}
div.box-content-center
{
	background: #fdfdfd;
	padding: 5px 0;
	margin: 0 3px;
}

div.featured-listing
{
	text-align:left;
	margin: 7px 0;
}
div.featured-listing a
{
	margin: 7px 0;
	text-align: left;
	color: #314b65;
	text-decoration:none;
	font-size: 1em;
	font-weight: bold;
	font: Arial, Verdana, Tahoma;
	padding-left: 15px;
	background: url('../img/icon-listing.gif') left top no-repeat;
}

div.featured-listing a:hover
{
	margin: 7px 0;
	text-align: left;
	color: #314b65;
	text-decoration:underline;
	font-size: 1em;
	font-weight: bold;
	font: Arial, Verdana, Tahoma;
}

div.sponsored-listing
{
	margin: 7px 0;
}
div.sponsored-listing a
{
	margin: 7px 0;
	text-align: left;
	color: #314b65;
	text-decoration:none;
	font-size: 1em;
	font-weight: bold;
	font: Arial, Verdana, Tahoma;
	padding-left: 15px;
	background: url('../img/icon-listing.gif') left top no-repeat;
}
div.sponsored-listing a:hover
{
	margin: 7px 0;
	text-align: left;
	color: #314b65;
	text-decoration:underline;
	font-size: 1em;
	font-weight: bold;
	font: Arial, Verdana, Tahoma;
}

div.partner-listing
{
	margin: 7px 0;
}
div.partner-listing a
{
	text-align: left;
	color: #314b65;
	text-decoration:none;
	font-size: 1em;
	font-weight: bold;
	font: Arial, Verdana, Tahoma;
	padding-left: 15px;
	background: url('../img/icon-listing.gif') left top no-repeat;
}
div.partner-listing a:hover
{
	text-align: left;
	color: #314b65;
	text-decoration:underline;
	font-size: 1em;
	font-weight: bold;
	font: Arial, Verdana, Tahoma;
}


span.highlight
{
	background: #FAF3C1;
	color: #000;
	font-weight: bold;
}
ul.editor-menu
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	line-height: 20px;
	margin-top: 10px;
}
ul.editor-menu li
{
	text-transform: uppercase;
}
td.listing
{
}
div.comment
{
}
div.posted
{
	margin: 5px 0;
	font-size: 0.9em;
	font-style: italic;
}
hr
{
	background: #6397BD;
	height: 1px;
	border: none;
	margin: 10px 0;
}
div.comment-approval
{
	font-size: 0.9em;
	color: #666;
}
p.user
{
	padding: 0;
	margin: 8px 0;
}
div.news-title
{
	font-weight: bold;
	margin: 0 0 5px 0;
}
div.news-date
{
	font-size: 0.9em;
	text-align: right;
	margin: 0 0 10px 0;
}

.box-header {
	text-align:left;
	padding-left:40px;
	height:30px;
	line-height: 2.1em;
	font-size: 1em;
	font-weight:bolder;
	color:#FFFFFF;
	background: #f8fdff url('../img/green-caption-bg.gif') repeat-x;
}

.box-entry { 
	background-color: #ffffff;
   	width: 170px;
    margin: 10px auto;
    padding: 0;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 4px solid #E8E8E8;
    border-bottom: 4px solid #E8E8E8;
    -moz-border-radius: 4px;
	-webkit-border-radius : 4px;
}

.box-entry h5 {
   	color: #e64117;
	background-color:#f8f7f5;
   	margin: 0;
	padding: 0.3em 0 0.4em 10px;
   	font: 1em Helvetica, Trebuchet MS, Arial, sans-serif;
	font-weight:bold;
}

.line { border-top: 1px solid #f8fdff; }

.list-box-entry {
	color: #767272;
   	margin: 0.3em 0 0.4em 10px;
   	font: 1em Helvetica, Trebuchet MS, Arial, sans-serif;
}

div.box-content
{	
	margin:0 auto;
	padding: 5px;
}

.left-column
{
	width: 190px;
	margin:0 auto;
	height: auto; /* for modern browsers */
	height: 500px; /* for IE5.x and IE6 */
	min-height: 500px; /* for modern browsers */
}

.center-column
{
	width: 580px;
	margin:0 auto;
	height: auto; /* for modern browsers */
	height: 500px; /* for IE5.x and IE6 */
	min-height: 500px; /* for modern browsers */
}

.right-column
{
	width: 190px;
	margin:0 auto;
	height: auto; /* for modern browsers */
	height: 500px; /* for IE5.x and IE6 */
	min-height: 500px; /* for modern browsers */
	vertical-align:top;
}

td.right-top
{
	width: 5px;
	background: #A8D7FA url('../img/td-right-top.gif') top left no-repeat;
}
td.shadow-right
{
	background: url('../img/shadow-right.gif') top left no-repeat;
	width: 7px;
}
td.left-bottom
{
	background: #86C3F1 url('../img/td-left-bottom.gif') top left no-repeat;
	height: 5px;
}
td.right-bottom
{
	background: #A8D7FA url('../img/td-right-bottom.gif') top right no-repeat;
	height: 5px;
}
div.xml-button
{
	float: right;
	margin: -27px 5px 0 0;
}
p.field
{
	font-size: 0.9em;
	margin: 0 0 10px 0;
}
div.payment, div.categories-tree
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #6397BD;
	background: #B4DDFC;
	text-align:left;
}

div#gateways {
	text-align:left;
}

ol
{
	padding: 0;
	margin: 0 0 0 30px;
}
.suspended
{
	background-color: #eee;
}
.approval
{
	background: #D9E1E7;
}
div.admin-approve
{
	margin: 10px;
}
div.waiting
{
	margin: 0 5px 0 0;
	float: left;
	width: 15px;
	height: 15px;
	background: #D9E1E7;
	border: 1px solid #6397BD;
}
div.dbx-box
{
}
div.dbx-handle
{
	color: #215DC6;
	height: 31px;
	padding:0px;
	margin:0px;
}
fieldset
{
	padding: 0 10px 10px 10px;
	margin: 10px 1px;
	border: 1px solid #0566ac;
	background: #e4f4fd;
}
legend
{
	padding: 2px 5px;
	color: #333;
}
div.listings fieldset
{
	margin: 10px 5px;
}
div.listings legend
{
	background: #fdecf0;
	border: 1px solid #6397BD;
	padding: 4px;
}
/*
** Collapsing fieldsets
*/
html fieldset.collapsed {
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  margin-bottom: 0px;
  height: 1em;
}
html fieldset.collapsed * {
  display: none;
}
html fieldset.collapsed legend {
  display: block;
}
html fieldset.collapsible legend a {
  padding-left: 15px;
  background: url(../img/expanded-arrow.png) 0 75% no-repeat;
	text-align:left;
}
html fieldset.collapsed legend a {
  background-image: url(../img/collapsed-arrow.png);
  background-position: 0 50%;
}
/* Note: IE-only fix due to '* html' (breaks Konqueror otherwise). */
* html fieldset.collapsed legend,
* html fieldset.collapsed legend *,
* html fieldset.collapsed table * {
  display: inline;
}
html fieldset.collapsible legend a 
{
	font-weight: bold;
	display: block;
	text-decoration: none;
}
/* Avoid jumping around due to margins collapsing into collapsible fieldset border */
html fieldset.collapsible .fieldset-wrapper {
  /*overflow: auto;*/
}

ul.tree
{
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 25px;
}
ul.tree li
{
	font-size:12px;
}

ul.tree a
{
	text-decoration: none;
	border: 0;
}

div.tree-col
{
	vertical-align: center;
}

img.tree-icon-collapsed
{
	background: url('../img/tree/vista/plus.gif') center no-repeat;
	height: 18px; 
	width: 18px;
}
img.tree-folder-collapsed
{
	background: url('../img/tree/vista/closed_folder.gif') center no-repeat;
	height: 18px;
	width: 18px;
}

img.tree-icon-expanded
{
	background: url('../img/tree/vista/minus.gif') center no-repeat;
	height: 18px; 
	width: 18px;
}

img.tree-icon-space
{
	height: 9px; 
	width: 9px;
}

img.tree-folder-expanded
{
	background: url('../img/tree/vista/open_folder.gif') center no-repeat;
	height: 18px;
	width: 18px;
}
img.tree-cat-locked
{
	background: url('../img/tree/vista/locked.gif') center no-repeat;
	height: 12px;
	width: 16px;
}
img.tree-cat-crossed
{
	background: url('../img/tree/vista/crossed.gif') center no-repeat;
	height: 12px;
	width: 16px;
}

/* Star rating */

.boxrating
{
	display:block;
}

.rating 
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 30px;
	position: relative;
	background: url('../img/starrating.gif') top left repeat-x;		
}

.rating li
{
	text-indent: -90000px;
	padding: 0px;
	margin: 0px;
	float: left;
}

.rating li a 
{
	outline: none;
	display: block;
	width: 30px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	cursor: hand;
	background: none;
}

.rating li a:hover
{
	background: url('../img/starrating.gif') left center;
	z-index: 2;
	left: 0px;
}

.rating a.r1-unit
{
	left: 0px;
}
.rating a.r1-unit:hover
{
	width:30px;
}
.rating a.r2-unit
{
	left:30px;
}
.rating a.r2-unit:hover
{
	width: 60px;
}
.rating a.r3-unit
{
	left: 60px;
}
.rating a.r3-unit:hover
{
	width: 90px;
}
.rating a.r4-unit
{
	left: 90px;
}	
.rating a.r4-unit:hover
{
	width: 120px;
}
.rating a.r5-unit
{
	left: 120px;
}
.rating a.r5-unit:hover
{
	width: 150px;
}
.rating a.r6-unit
{
	left: 150px;
}
.rating a.r6-unit:hover
{
	width: 180px;
}
.rating a.r7-unit
{
	left: 180px;
}
.rating a.r7-unit:hover
{
	width: 210px;
}
.rating a.r8-unit
{
	left: 210px;
}
.rating a.r8-unit:hover
{
	width: 240px;
}
.rating a.r9-unit
{
	left: 240px;
}
.rating a.r9-unit:hover
{
	width: 270px;
}
.rating a.r10-unit
{
	left: 270px;
}
.rating a.r10-unit:hover
{
	width: 300px;
}
.rating li.current-rating
{
	background: url('../img/starrating.gif') left bottom;
	position: absolute;
	height: 30px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}
.voted
{
	color:#999;
}
.thanks
{
	color:#36AA3D;
}
#col1 {
	width: 49%;
	float:left;
	margin: 0;	
	line-height: 20px;
}
#col2 {
	width: 49%;
	float:right;
	margin: 0;
	line-height: 20px;
}
.new-title {
	padding: 0 5px 5px 15px;
	line-height: 18px;
	background: url('../img/icon-listing.gif') left top no-repeat;
}
.new-title a {
		font-weight: bold;
		color: #314b65;
}
.new-title a:hover{
		font-weight: bold;
		color: #314b65;
}
#content {
	clear: both;
	margin: 0;
}
.img-sp {
	float: left;
	padding-top: 10px;
	margin: 0 auto;
}
.contain {
	width: 76%;
	float: right; 
	padding: 5px 0 0 10px;
	text-align: left;
}
.navbar {
	color: #e1f5fe;
}
.navbar a {
	font-weight: normal;
	color: #e1f5fe;
}
