@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url( ../../images/template/page_bg.gif );
	background-position: top center;
	background-repeat:repeat-y;
}

.button , ul.buttons li {
	background-image: url( ../../images/template/button-bg.gif )  !important;
	background-color: #8fc5e2 !important;
	background-position:top;
	background-repeat: repeat-x;
	
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #7f9db9;
	
	color: #FFFFFF;
	
	cursor: pointer;
	padding: 2px 6px !important;
	margin: 0 8px;
}

ul.buttons li a {
	color: #FFFFFF;
}

hr {
	border: none 0;
	border-top: 1px solid #DBDFE7;
	width: 100%;
	height: 1px;
} 

.subtext {
	color: #B2B2B2;
}

.nowrap {
	white-space: nowrap;
}

/* Header - specific */

#header {
	background-color: #FFFFFF;
	padding: 13px;
}

#header h1 {
	/*background-image: url( ../../images/template/logo.gif );*/
	height: 91px !important;
	width: 247px !important;
	overflow: hidden;
	text-indent:-9999px;
	
	/* new logo */
	background-image: url( ../../images/template/image001.jpg );
	background-repeat: no-repeat;
	/*width: 292px !important;*/
}


/* Announce Bar - specific */

#announce {
	background-color: #002a52;
	color: #FFFFFF;
	padding: 0; 
	border-top: 1px solid #687684;
	border-bottom: 1px solid #002a52;
	font-style: italic;
	font-size: 13px;
}

#announce span {
	height: 16px;
	padding: 8px;
	display: inline-block;
	margin-right:25px;
}

#announce span.highlight {
	background-image: url(../../images/template/announce-highlight-bg.gif);
	background-color: #014181;
	background-repeat: repeat-x;
	font-style: normal;
}


a img {
	border: 0;
}

/* Menu - specific */

#menu {
	background-color: #FFFFFF;
	background-image: url(../../images/template/menu-bg.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #bcbcbc;
}

#menu .placeholder  {
	color:#091166 !important;
	ursor:default !important;
}



/* Menu - specific */

#toolbar {
	background-image: url(../../images/template/toolbar-bg.gif);
	background-color: #eeeeee;
	background-repeat: repeat-x;
	min-height: 35px;
}

#toolbar form input , #toolbar form select {
	border: 1px solid #7f9db9;
	padding: 2px;
	background-color: #FFFFFF;
}

#toolbar form label {
	font-weight:bold;
}

#toolbar .pagecolumn {
	display:block;
	height:35px;
}

#toolbar .pagecolumn .left , #toolbar .pagecolumn .right {
	display:inline;
	vertical-align:middle;
	/*float: none;*/
	width: 490px
	height:35px;
}

#toolbar .pagecolumn .left {
	text-align: left;
	padding-top: 4px;
}

#toolbar .pagecolumn .right {
	text-align: right;
	padding-top: 8px;
	padding-bottom: 4px;
}



/* Content Area - specific */

#content {
	background-image: url(../../images/template/content-bg.gif);
	background-color: transparent;
	background-repeat: repeat-x;
}

#content #contentborder {
	background-image: url(../../images/template/content-border-bg.gif);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center top;
}

#content div.content {
}

#content div.heading {
	margin: 0;
	padding: 6px;
	background-color: #0054a6;
	background-image: url( ../../images/template/content-highlight-heading-bg.gif );
	background-repeat: repeat-x;
	color: #FFFFFF ;
}

div.heading span.whitearrow {
	background:url( ../../images/template/white-arrow-blue-bg.gif ) no-repeat;
	padding-left:13px;
}

#content div.content.highlight {
	
}

#content div.content.highlight div.content {
	padding: 8px;
	margin: 0;
	background-color: #FFFFFF;
	background-image: url( ../../images/template/content-highlight-content-bg.gif );
	background-repeat: repeat-x;
}


#content div.content.highlight div.content  div.content {
	background-image: none;
	background-color: transparent;
}

#content div.content.highlight div.content h3 {
	color: #0054a6;
	font-size: 18px;
	margin:0 0 8px;
}

#content div.content.highlight div.content h3 span {
	color: #0054a6;
	font-size: 17px;
	font-weight: normal;
	margin-right: 5px;
}

#content div.content.highlight div.content h3 a {
	color: #0054a6;
	text-decoration: none;
}

#content div.content.highlight div.content h3 a:hover {
	color: #2324E7; 
	text-decoration: underline;
}


#content div.content div.details {
	padding: 0 6px 4px ;
}

#content div.content div.details ul {
	color: #0054a6;
	/*display:inline;*/ margin: 0;
	list-style-type:none;
	padding:10px 0 10px 0;
	font-size: 90%;
}

#content div.content div.details ul li {
	/*display:inline;*/
	margin: 0;	
}

#content div.content.brief.horiz div.details  {
	margin-top: 6px;
}

#content div#main div.cols.with-borders div.col {
	border-left:1px solid #DBDFE7;
}

#content div#main div.cols.with-borders div.col.first {
	border-left: none;
}


#content div#main div.rows.with-borders div.row {
	border-top:1px solid #DBDFE7;
}

#content div#main div.rows.with-borders div.row.first {
	border-top: none;
}

#content div#main div.rows div.row.first {
	background-color: #fafafa;
}

#content div#main div.rows div.row {
	padding: 5px;
}

div.readmore {
	background-image:url(../../images/template/grey-arrow.gif);
	background-position: 0 0.2em;
	background-repeat:no-repeat;
	min-height:10px;
	padding-left:11px;
}


div.featurebox {
	margin:0;
	padding:0;
}

div.featurebox h3 {
	margin:0 0 10px ;
	padding:4px 7px;
	background-color: #d7dfe8;
	font-size:100%;
	font-weight:bold;
	letter-spacing:0.1em;
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

div.featurebox.blue h3 {
	background-color: #0054a6;
	color: #FFF;
}

div.featurebox.green h3 {
	background-color: #0a617a;
	color: #FFF;
}

div.featurebox div.content {
	padding: 10px;
	background-color: #d7dfe8;
	margin-bottom: 10px;
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

div.featurebox div.content img.attractor {
	float:left;
	width:100px;
}

img.attractor {
	border: 0;
}

div.featurebox div.content div.with-image {
	margin-left:111px;
	position:relative;
}

div.featurebox div.content p {
	margin-top: 0;
	margin-bottom 1em;
}

#leftcolumn table {
	border-collapse: collapse;
	border: 1px solid #D4D4D4;
	font-size: 90%;
} 

#leftcolumn table a {
	color: #2E4492;
}

#leftcolumn table tr {
	border-top: 1px dotted #D4D4D4;
}

#leftcolumn table td.dottedlist {
	padding-left: 18px;
	background: url( ../../images/template/grey-square-dot.gif ) no-repeat;
}  

#leftcolumn table td {
	padding: 4px;
	vertical-align:top;
}  

div.hitcounter {
	color: #777777; 
	font-size: 90%;
	padding-top: 3em;
}

div.hitcounter span {
	font-family:monospace;
	background-color:#EEE;
	background-image: url( ../../images/template/toolbar-bg.gif );
	background-repeat: repeat-x;
	padding:2px;
	border-top:1px solid #AAA;
	border-left:1px solid #AAA;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
}

/* TABS */

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}


.tabs {
	clear: both;
	margin-top:10px;
}

.tabs ul.tabs-nav {
	background-color: #DFEFFF;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:10px 0 0 14px;
}
.tabs .tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs .tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
    
	position:relative;
	top:1px;
}

.tabs ul.tabs-nav li a , .tabs ul.tabs-nav li a span {
	font-size: 16px;
    display: block;
    padding: 3px 10px 0;
    background: url( ../../images/template/tab-bg.gif ) repeat-x;
}

.tabs .tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #27537a;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}

.tabs .tabs-nav a:hover {
color: #2324E7;
}

.tabs .tabs-nav .tabs-selected a {
    color: #000;
}

.tabs .tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    outline: 0; /* prevent dotted border in Firefox */
}

.tabs .tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}

.tabs .tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}

*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}

.tabs .tabs-nav .tabs-selected a span {
    padding-top: 7px;
}

.tabs .tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs .tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs .tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs .tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs .tabs-container {
    border-top: 1px solid #97a5b0;
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}

.tabs .tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

.tabs ul.tabs-nav li.tabs-selected {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	background-color:#FFFFFF;
	border-color:#97A5B0 #97A5B0;
	border-style:solid solid none;
	border-width:1px 1px 0;
}


#search fieldset { border: 0; margin: 0; padding: 0; }
#search label { display:none; }
#search .submit_input { color: #FFF; }

/* FROM FORUMS */

#search {
	color: #556b85;
	font-size: 0.85em;
	margin: 5px 4px auto auto;	
	position: relative;
	right: 0px;
	float: left;
}

	#search .submit_input {
		background: #243F5C;
		border: 1px solid #1a2735;
		padding: 2px 5px;
		cursor:pointer;
	}

	#search input#main_search {
		background: url("http://www.mobileelectronics.com.au/forums/public/style_images/master/search_icon.png") no-repeat scroll left center #FFFFFF;
		border: 1px solid #1a2735;
		padding: 3px 3px 3px 18px;
		margin-left: 5px;
	}

	#search a {
		color: #556b85;
		margin: 5px 7px;
	}

	#search label,
	#search input,
	#search #adv_search {
		float: left;
	}
