html,body {
    color: #3A3A3A;
	width: 100%;
	height: 100%;
    font-family: helvetica neue,sans-serif;
    font-size: 93%;
    font-style: normal;
    margin: 0;
    padding: 0;
    background:none;
}
.span-5 {width:190px;}
.span-19 {width:780px;}
.span-17 {width: 700px}
h1 {
	color: #0B519B;    
	float:left;
	width: 100%; 
	clear:both;
	margin:0; 
	font-size: 1.6em;
	padding:5px 0;
	font-weight: 700;
	text-shadow: 0 1px 0px #fff;
	behavior: url(http://www.autoexpert.pt/css/PIE.htc);
}
ul,li {list-style:none;margin:0;padding:0}
a, a:link,a:visited {color: #3a3a3a;text-decoration:none}
a:hover, a:active {color:#33a24c}

#header {
	background: none;
    border: none;
    clear: both;
	margin: 0;
	padding-bottom: 15px;
	height:70px;
    width: 100%;
}
#headerWrapper {width: 980px;margin: 0 auto}

#logo {position:relative; float:left; width:200px; padding:15px 0 10px 0px;background: none;}
#page {clear:both;background: none; border: none; position: relative; width: 980px;}
#content {
	clear:both;
	width:958px;
	float:left;
	background: #fdfdfd;
	padding: 10px;
	box-shadow:0 1px 3px #888;
	-moz-border-radius: 3px; 
    -webkit-border-radius: 3px; 
    border-radius: 3px;
	behavior: url(http://www.autoexpert.pt/css/PIE.htc);
}
#sidebar {position:relative;padding:0;}
#mainmenuWrapper {
	width:983px;
	clear:both;
	margin: 0 auto 10px auto;
	height:37px; 
	position:relative;
	background: #0B519B url("jquery-ui/images/ui-bg_glass_25_0b519b_1x400.png") repeat-x scroll 50% 50% ;
	-moz-border-radius: 3px; 
    -webkit-border-radius: 3px; 
    border-radius: 3px;
	box-shadow: 0 1px 3px #888;
	behavior: url(http://www.autoexpert.pt/css/PIE.htc);
}
#mainmenu {
	width: 983px;
	margin: 0 auto;
	background: none;
}
#mainmenu ul {float:left;clear:both;background:none;margin:0;padding:0}
#mainmenu ul li {float:left;position:relative;width:auto;margin:0;text-align:center;}
#mainmenu ul li a {font-size: 1.2em; color: #ffffff;display:block;margin: 0;height:25px;padding: 6px 15px;}
#mainmenu ul li a:hover, #mainmenu ul li.active a {
	position:relative;
	background: #33a24c url("jquery-ui/images/ui-bg_glass_25_33a24c_1x400.png") repeat-x scroll 50% 50% ;	
	color:#fff;
}
#mainmenu ul li a#first {
	-moz-border-radius: 3px 0 0 3px; 
    -webkit-border-radius: 3px 0 0 3px; 
    border-radius: 3px 0 0 3px;
	behavior: url(http://www.autoexpert.pt/css/PIE.htc);
}
/*#mainmenu ul li.login a {
	background: url("../images/sprite.png") no-repeat scroll -480px 9px transparent;
	padding-left: 25px;
}
 #mainmenu ul li.login a:hover, #mainmenu ul li.login.active a {
	background: url("../images/sprite.png") no-repeat scroll -480px -19px transparent;	
}*/
#brands {
	float:right;
	margin-top: 20px;
	margin-right: -10px;
}
#brands li {width:45px; padding: 0 7.5px; float: left}
div.breadcrumbs {
    clear: both;
    float: left;
    font-size: 0.8em;
	margin: 0;
    padding: 0px;
    width: 100%;
}
div.breadcrumbs span {font-weight: 400}
#footer {
	background: none;
    border: none;
    font-size: 1em;
    padding: 0;
	margin: 0px 0 20px 0;
    text-align: left;
	float: left;
    clear: both;
	width: 100%;
	border: none;
}
#footerWrapper {
	position:relative;
	width: 980px;
	margin: 0 auto;	
	height:100%;
}

#fiatgroup {float:left;margin-top:15px}
/*#mainmenu a#accountlink {background:url('../images/sprite.png') no-repeat -480px 9px; padding-left: 25px;}
#mainmenu a#accountlink:hover,#mainmenu li.active a#accountlink {background:url('../images/sprite.png') no-repeat -480px -19px;}
*/
#copyright {position:absolute;padding:0;top:32px;left: 135px;font-size: .8em}
ul#footerMenu  {
	margin: 10px 0 0 3px;
	width: auto;
	float:left;
}
ul#footerMenu li {
	float: left;
	clear:none;
}
ul#footerMenu li a {padding: 0 5px;}
#dev {position:absolute;right:0;top:50px;}
#dev a {font-size: .65em;color: #7a7a7a;}
#dev a span {font-weight: 700;}

.grid-view ul.yiiPager,.list-view ul.yiiPager {font-size: 1.2em}
.grid-view .pager a:link, .grid-view.pager a:active,.grid-view.pager a:visited {color:#3a3a3a;border:1px solid #ccc;}
.grid-view .pager .selected a:link,.grid-view .pager a:hover,.grid-view .pager .selected a:visited  {background: #33a24c;color:#fff;border:1px solid #33a24c;font-weight: 400}



#loading {
  background: #ffcc66;
  display: none;
  position: absolute;
  width: 100px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #5a5a5a;
  z-index: 10;
  box-shadow: 0 0 4px #888;
  -moz-border-radius: 0 0 5px 5px; 
  -webkit-border-radius: 0 0 5px 5px; 
  border-radius: 0 0 5px 5px; 
  behavior: url(http://www.autoexpert.pt/css/PIE.htc);
}
table.detail-view {background:none}
table.detail-view tbody tr.odd {background: #fbfbfb}
table.detail-view tbody tr.even {background: none}
table.detail-view tbody td, table.detail-view tbody th {font-size:1em;border:none}

.portlet {border: none}
.portlet-decoration { 
	border: none;
	padding: 5px 10px;
	border: 1px solid #f2f2f2;
	border-width: 0 0 1px 0;
	position:relative;
	-moz-border-radius: 3px 3px 0 0; 
    -webkit-border-radius: 3px 3px 0 0; 
    border-radius: 3px 3px 0 0;
	background-color: #ebebeb;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ebebeb), to(#fdfdfd));
	background-image: -webkit-linear-gradient(center top, center bottom, #ebebeb, #fdfdfd); 
	background-image: -moz-linear-gradient(center top, #ebebeb, #fdfdfd);	
	background-image: -ms-linear-gradient(center top , #ebebeb, #fdfdfd);
	background-image: -o-linear-gradient(top, #ebebeb 50%, #fdfdfd 100%);
	background-image: linear-gradient(center top , #ebebeb, #fdfdfd);
	-pie-background: linear-gradient(center top , #ebebeb, #fdfdfd);
	behavior: url(http://www.autoexpert.pt/css/PIE.htc);
}
.portlet-title {
	font-size: 1.05em;
	color: #0B519B;
	text-shadow: 0 1px 0px #fff;
	background: none;
	behavior: url(http://www.autoexpert.pt/css/PIE.htc);	
}
.portlet-content {
	background: none;
	padding:10px;
	margin: 0;
	background: #none;
	border: none;
}

#content .grid-view  {padding: 5px 0 0 0;clear:both}
#content .grid-view table.items tr.even {
    background: #fff;
}
#content .grid-view table.items tr.odd {
    background: none repeat scroll 0 0 #f7f7f7;
}
#content .grid-view table.items th{background: #888;color:#fff}

#content .grid-view table.items tr:hover { background: none;}


/*Form */

div.form div.error label:first-child,
div.form label.error,
div.form span.error
{
	color: #C00;
}

div.form div.error input,
div.form div.error textarea,
div.form div.error select,
div.form input.error,
div.form textarea.error,
div.form select.error
{
	background: #FEE;
	border-color: #C00;
}

div.form div.success input,
div.form div.success textarea,
div.form div.success select,
div.form input.success,
div.form textarea.success,
div.form select.success
{
	background: #E6EFC2;
	border-color: #C6D880;
}


div.form .errorSummary
{
	border: 2px solid #C00;
	padding: 7px 7px 12px 7px;
	margin: 0 0 20px 0;
	background: #FEE;
	font-size: 0.9em;
}

div.form .errorMessage
{
	color: red;
	font-size: 0.9em;
	clear: both;
}

div.form .errorSummary p
{
	margin: 0;
	padding: 5px;
}

div.form .errorSummary ul
{
	margin: 0;
	padding: 0 0 0 20px;
}

fieldset {width:100%;float:left; clear:both;margin: 5px 0;}
legend {
	font-weight: 700;
	float:left;
	clear:both;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	font-size: 1.2em; 
	margin:5px 0;
	padding:5px; 
	width: 100%;
	border-bottom:1px solid #ccc;
	color: #33a24c; 
	background: #f2f2f2
}
.flash-success, .flash-notice, .flash-error {
	width: 100%;
	clear: both;
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-box-sizing: border-box; 
	behavior: url(http://www.autoexpert.pt/css/PIE.htc);
}
/* Uniform */ 
.selector {float:left; clear:both}
div.form input.text, div.form input.email, div.form input.password, div.form textarea.uniform {background: none}
div.form div.button span {
    font-size: 11px;
    height: 20px;
    padding-top: 10px;
}
label {font-size: .85em; float:left;clear:both;font-weight:700}
label span {color: #0B519B;}
.description {clear:both;font-size: .9em;margin: 5px 0;padding: 5px;background: #f2f2f2}
.hint {clear:both;font-size: .9em;margin:0}
.errorSummary {clear: both}
.row {clear:both;float:left;margin:3px 0}
select, input,textarea {float:left;clear:left;height:1.8em; padding:.5em; border: 1px solid #ccc}
div.form input,
div.form textarea
{
	width: 300px;
}
div.form select {
	width: 312px;
}
select {height: 30px}
textarea {height: 8em}
.row.buttons {clear:both;float:left}
div.form .buttons input, .buttons a, a.button {
	margin: 0;
	font-size: 1.1em;
	width:auto;
	padding: 5px 10px;
	border:none;
	color:#fff;
	font-weight: 700;
	height:26px;
	background: #0B519B url("jquery-ui/images/ui-bg_glass_25_0b519b_1x400.png") repeat-x scroll 50% 50% ;	
	-moz-border-radius: 3px; 
    -webkit-border-radius: 3px; 
    border-radius: 3px;
	behavior: url(http://www.autoexpert.pt/css/PIE.htc);
}
a.button {height: auto}
div.form .buttons input:hover, .buttons a:hover, a.button:hover {
	cursor:pointer;
	background: #33a24c url("jquery-ui/images/ui-bg_glass_25_33a24c_1x400.png") repeat-x scroll 50% 50% ;	
}
div.form .unit input {border: none}

.MultiFile-applied.MultiFile {margin-bottom: 15px;height:20px;border:none}
.MultiFile-label {font-size: .9em;margin-top:5px}
a.MultiFile-remove {color: #FF3333 }


.loading-area {
    background: url("../images/loading.gif") no-repeat scroll 50% 50% transparent;
}
.list-view.list-view-loading {background: none}