/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			Flato
	Based on style:		prosilver (the default phpBB 3.0.x style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		KomiDesign
    --------------------------------------------------------------
*/

/* General Markup Styles
---------------------------------------- */

* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 101%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family:  "Helvetica Neue",Helvetica,Arial,sans-serif;	
	/*font-size: 62.5%;			 This sets the default font size to be equivalent to 10px */
	font-size: 0.813em;
	margin: 0;		
}

h1,h2,h3,h4 {	
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
} 

h2.solo {
	margin-bottom: 1em;
}

img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    width: auto;
}

hr {
	/* Also see tweaks.css */
	margin: 10px 0;
  	border: 0;  	
	height: 0;	
	display: block;
	clear: both;
}

hr.dashed {	
	margin: 10px 0;
}

hr.divider {
	display: none;
}

p.right {
	text-align: right;
}

/* Main blocks
---------------------------------------- */
#wrap {
	padding: 0 20px;
	min-width: 650px;
}

#simple-wrap {
	padding: 6px 10px;
}

#page-body {
	margin: 4px 0;
	clear: both;
}

#page-footer {
	clear: both;
}

#page-footer h3 {
	margin-top: 20px;
}

#logo {
	float: left;
	width: auto;
	padding: 10px 13px 0 10px;
}

a#logo:hover {
	text-decoration: none;
}

/* Search box
--------------------------------------------- */
#search-box {	
	position: relative;
	margin-top: 30px;
	margin-right: 5px;
	display: block;
	float: right;
	text-align: right;
	white-space: nowrap; /* For Opera */
}

#search-box #keywords {
	width: 95px;	
}

/* .button1 style defined later, just a few tweaks for the search button version */
#search-box input.button1 {
	padding: 1px 5px;
}

#search-box li {
	text-align: right;
	margin-top: 4px;
}

#search-box img {
	vertical-align: middle;
	margin-right: 3px;
}

/* Site description and logo */
#site-description {
	float: left;
	width: 70%;
}

#site-description h1 {
	margin-right: 0;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar {	
	margin-bottom: 4px;
	padding: 0 5px;
}


.forabg,.forumbg{	
	margin-bottom: 10px;
	padding: 5px;
	clear: both;
	background-color: #F2F2F2 !Important;
}

.panel {
	margin-bottom: 10px;
	padding:10px;    
    overflow: hidden;
}

.post {
	margin-bottom: 10px;
	padding:10px;    
}

.rowbg {
	margin: 5px 5px 2px 5px;
}

.fieldsbg {
	border: 1px #DBDEE2 solid;
	
}


/* Horizontal lists
----------------------------------------*/
ul.linklist {
	display: block;
	margin: 0;
}

ul.linklist li {
	display: block;
	list-style-type: none;
	float: left;
	width: auto;
	margin-right: 5px;
	font-size: 1em;
	line-height: 2.2em;
}

ul.linklist li.rightside, p.rightside {
	float: right;
	margin-right: 0;
	margin-left: 5px;
	text-align: right;
}

ul.navlinks {
	padding-bottom: 1px;
	margin-bottom: 1px;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
}

ul.leftside {
	float: left;
	margin-left: 0;
	margin-right: 5px;
	text-align: left;
}

ul.rightside {
	float: right;
	margin-left: 5px;
	margin-right: -5px;
	text-align: right;
}

/* Table styles
----------------------------------------*/
table.table1 {
	/* See tweaks.css */
}

#ucp-main table.table1 {
	padding: 2px;
}

table.table1 thead th {
	font-weight: normal;
	text-transform: uppercase;	
	line-height: 44px;
	font-size: 1em;
	padding: 0 0 0 3px;
	height: 44px;
}

table.table1 thead th span {
	padding-left: 7px;
}


table.table1 tbody tr:hover, table.table1 tbody tr.hover {
	background-color: #f6f6f6;
	color: #000;
}

table.table1 td {
	color: #6a6a6a;
	font-size: 1em;
}

table.table1 tbody td {
	padding:  8px 5px 8px 5px;
	border-top: 1px solid #FAFAFA;
}

table.table1 tbody th {
	padding: 5px;
	border-bottom: 1px solid #000000;
	text-align: left;
	color: #333333;
	background-color: #FFFFFF;
}

#recentsearch table.table1 .active { width: 30%; }

/* Specific column styles */
table.table1 .name		{ text-align: left; }
table.table1 .posts		{ text-align: center !important; width: 7%; }
table.table1 .joined	{ text-align: left; width: 15%; }
table.table1 .active	{ text-align: left; width: 15%; }
table.table1 .mark		{ text-align: center; width: 7%; }
table.table1 .info		{ text-align: left; width: 30%; }
table.table1 .info div	{ width: 100%; white-space: normal; overflow: hidden; }
table.table1 .autocol	{ line-height: 2em; white-space: nowrap; }
table.table1 thead .autocol { padding-left: 1em; }

table.table1 span.rank-img {
	float: right;
	width: auto;
}

table.info td {
	padding: 3px;
}

table.info tbody th {
	padding: 3px;
	text-align: right;
	vertical-align: top;
	color: #000000;
	font-weight: normal;
}

.forumbg table.table1 {
	margin: 0;
}

.forumbg-table > .inner {
	margin: 0 -1px;
}

.forumbg-table > .inner > span.corners-top {
	margin: 0 -4px -1px -4px;
}

.forumbg-table > .inner > span.corners-bottom {
	margin: -1px -4px 0 -4px;
}

/* Misc layout styles
---------------------------------------- */
/* column[1-2] styles are containers for two column layouts 
   Also see tweaks.css */
.column1 {
	float: left;
	clear: left;
	width: 49%;
}

.column2 {
	float: right;
	clear: right;
	width: 49%;
}

/* General classes for placing floating blocks */
.left-box {
	float: left;
	width: auto;
	text-align: left;
}

.right-box {
	float: right;
	width: auto;
	text-align: right;
}

dl.details {
	/*font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;*/
	font-size: 1em;
}

dl.details dt {
	float: left;
	clear: left;
	width: 30%;
	text-align: right;	
	display: block;
}

dl.details dd {
	margin-left: 0;
	padding-left: 5px;
	margin-bottom: 5px;	
	float: left;
	width: 65%;
}

/* Pagination
---------------------------------------- */
.pagination {
	height: 1%; /* IE tweak (holly hack) */
	width: auto;
	text-align: right;
	margin-bottom: 5px;
	margin-top: 5px;
	float: right;
}

.pagination span.page-sep {
	display: none;
}

li.pagination {
	margin-top: 0;
}

.pagination strong, .pagination b {
	font-weight: normal;
}

.pagination span strong {
	padding: 2px 5px;
	margin: 0 2px;
	font-weight: normal;	
	border: 1px solid #bfbfbf;
	font-size: 0.9em;
}

.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
	font-weight: normal;
	text-decoration: none;	
	margin: 0 2px;
	padding: 2px 5px;	
	border: 1px solid #bababa;
	font-size: 0.9em;
	line-height: 1.5em;
}

.pagination span a:hover {	
	text-decoration: none;
}

.pagination img {
	vertical-align: middle;
}

/* Pagination in viewforum for multipage topics */
.row .pagination {
	display: block;
	float: right;
	width: auto;
	margin-top: 0;
	padding: 1px 0 1px 15px;
	font-size: 0.9em;	
}

.row .pagination span a, li.pagination span a {
	background-color: #FFFFFF;
}

.row .pagination span a:hover, li.pagination span a:hover {
	background-color: #d2d2d2;
}

/* Miscellaneous styles
---------------------------------------- */
#forum-permissions {
	float: right;
	width: auto;
	padding-left: 5px;
	margin-left: 5px;
	margin-top: 10px;
	text-align: right;
}

.copyright {
	padding: 5px;
	text-align: center;
	color: #555555;
}



.titlespace {
	margin-bottom: 15px;
}

.headerspace {
	margin-top: 20px;
}

.error {
	color: #bcbcbc;
	font-weight: bold;
	font-size: 1em;
}

.reported {
	background-color: #f7f7f7;
}

li.reported:hover {
	background-color: #ececec;
}

div.rules {	
	padding: 10px;
	margin-bottom: 10px;
	font-size: 1em;
}

div.rules ul, div.rules ol {
	margin-left: 20px;
}

p.rules {
	background-color: #ececec;
	background-image: none;
	padding: 5px;
}

p.rules img {
	vertical-align: middle;
	padding-top: 5px;
}

p.rules a {
	vertical-align: middle;
	clear: both;
}

#top {
	position: absolute;
	top: -20px;
}

.clear {
	display: block;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	background: transparent;
}
/* Link Styles
---------------------------------------- */

/* Links adjustment to correctly display an order of rtl/ltr mixed content */
a {
	direction: ltr;
	unicode-bidi: embed;
}

a:link	{ color: #666666; text-decoration: none; }
a:visited	{ color: #000; text-decoration: none; }
a:hover	{ color: #000; text-decoration: none; }
a:active	{ color: #000; text-decoration: none; }

/* Coloured usernames */
.username-coloured {
	font-weight: bold;
	display: inline !important;
	padding: 0 !important;
}

/* Links on gradient backgrounds */
#search-box a:link, .navbg a:link, .forumbg .header a:link, .forabg .header a:link, th a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#search-box a:visited, .navbg a:visited, .forumbg .header a:visited, .forabg .header a:visited, th a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#search-box a:hover, .navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover {
	color: #ffffff;
	text-decoration: none;
}

#search-box a:active, .navbg a:active, .forumbg .header a:active, .forabg .header a:active, th a:active {
	color: #ffffff;
	text-decoration: none;
}

/* Links for forum/topic lists */
a.forumtitle {	
	font-weight: bold;	
	text-decoration: none;
}

/* a.forumtitle:visited { color: #898989; } */

a.forumtitle:hover {	
	text-decoration: underline;
}


a.topictitle {	
	font-weight: bold;	
	text-decoration: none;
}

/* a.topictitle:visited { color: #d2d2d2; } */

a.topictitle:hover {	
	text-decoration: underline;
}

/* Post body links */
.postlink {
	text-decoration: none;
	color: #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 0;
}

/* .postlink:visited { color: #bdbdbd; } */

.postlink:active {
	color: #d2d2d2;
}

.postlink:hover {
	background-color: #f6f6f6;
	text-decoration: none;
	color: #404040;
}

.signature a, .signature a:visited, .signature a:hover, .signature a:active {
	border: none;
	text-decoration: underline;
	background-color: transparent;
}

/* Profile links */
.postprofile a:link, .postprofile a:visited, .postprofile dt.author a {
	font-weight: bold;	
	text-decoration: none;
}

.postprofile a:hover, .postprofile dt.author a:hover {
	text-decoration: underline;	
}

/* CSS spec requires a:link, a:visited, a:hover and a:active rules to be specified in this order. */
/* See http://www.phpbb.com/bugs/phpbb3/59685 */
.postprofile a:active {
	font-weight: bold;
	color: #898989;
	text-decoration: none;
}


/* Profile searchresults */	
.search .postprofile a {
	color: #898989;
	text-decoration: none; 
	font-weight: normal;
}

.search .postprofile a:hover {
	color: #d3d3d3;
	text-decoration: underline; 
}

/* Back to top of page */
.back2top,a.top,a.top2 {	
	display: none;
}

/* Arrow links  */
a.up		{ background: none no-repeat left center; }
a.down		{ background: none no-repeat right center; }
a.left		{ background: none no-repeat 3px 60%; }
a.right		{ background: none no-repeat 95% 60%; }

a.up, a.up:link, a.up:active, a.up:visited {
	padding-left: 10px;
	text-decoration: none;
	border-bottom-width: 0;
}

a.up:hover {
	background-position: left top;
	background-color: transparent;
}

a.down, a.down:link, a.down:active, a.down:visited {
	padding-right: 10px;
}

a.down:hover {
	background-position: right bottom;
	text-decoration: none;
}

a.left, a.left:active, a.left:visited {
	padding-left: 12px;
}

a.left:hover {
	color: #d2d2d2;
	text-decoration: none;
	background-position: 0 60%;
}

a.right, a.right:active, a.right:visited {
	padding-right: 12px;
}

a.right:hover {
	color: #d2d2d2;
	text-decoration: none;
	background-position: 100% 60%;
}

/* invisible skip link, used for accessibility  */
.skiplink {
	position: absolute;
	left: -999px;
	width: 990px;
}

/* Feed icon in forumlist_body.html */
a.feed-icon-forum {
	float: right;
	margin: 3px;
}
/* Content Styles
---------------------------------------- */

ul.topiclist {
	display: block;
	list-style-type: none;
	margin: 0;
}


ul.topiclist li {
	display: block;
	list-style-type: none;	
	margin: 0;
}

ul.topiclist dl {
	position: relative;
}

ul.topiclist li.row dl {
	padding: 2px 0;
}

ul.topiclist dt {
	display: block;
	float: left;
	width: 50%;	
	padding-left: 5px;
	padding-right: 5px;
}

ul.topiclist dd {
	display: block;
	float: left;	
	padding: 4px 0;
}

ul.topiclist dfn {
	/* Labels for post/view counts */
	position: absolute;
	left: -999px;
	width: 990px;
}

ul.topiclist li.row dt a.subforum {
	background-image: none;
	background-position: 0 50%;
	background-repeat: no-repeat;
	position: relative;
	white-space: nowrap;
	padding: 0 0 0 12px;
}

.forum-image {
	float: left;
	padding-top: 5px;
	margin-right: 5px;
}

li.row {	
	padding: 8px 0;
}

li.row strong {
	font-weight: normal;	
}


li.row:hover dd {
	border-left-color: #CCCCCC;
}

li.header dt, li.header dd {
	line-height: 44px;	
	border-left-width: 0;
	margin:0;
	color: #FFFFFF;
	padding-top: 0;
	padding-bottom: 0;	
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

li.header dt {
	font-weight: bold;
	padding-left: 10px;
	font-size: 1.1em;
}


li.header dd {
	margin-left: 1px;
	font-size: 0.923em;
}

li.header dl.icon {
	min-height: 0;
}

li.header dl.icon dt {
	/* Tweak for headers alignment when folder icon used */	
	padding-right: 40px;
	padding-left: 0;
}

/* Forum list column styles */
dl.icon {
	min-height: 35px;	
	background-position: 10px 2px; 	   /* Position of folder icon */
	background-repeat: no-repeat;
}

dl.icon dt {
	padding-left: 52px;					/* Space for folder icon */
	background-repeat: no-repeat;
	background-position: 5px 100%;		/* Position of topic icon */
}

dd.posts, dd.topics,dd.replies, dd.views {
	width: 8%;
	text-align: center;
	line-height: 2.2em;	
}

/* List in forum description */
dl.icon dt ol,
dl.icon dt ul {
	list-style-position: inside;
	margin-left: 1em;
}

dl.icon dt li {
	display: list-item;
	list-style-type: inherit;
}

dd.lastpost {
	width: 25%;	
}

dd.redirect {	
	line-height: 2.5em;
}

dd.lastpost span, ul.topiclist dd.searchby span, ul.topiclist dd.info span, ul.topiclist dd.time span, dd.redirect span, dd.moderation span {
	display: block;
	padding-left: 5px;
}

dd.time {
	width: auto;
	line-height: 200%;	
}

dd.extra {
	width: 12%;
	line-height: 200%;
	text-align: center;	
}

dd.mark {
	float: right !important;
	width: 9%;
	text-align: center;
	line-height: 200%;
	font-size: 1.1em;
}

dd.info {
	width: 30%;
}

dd.option {
	width: 15%;
	line-height: 200%;
	text-align: center;
	font-size: 1.1em;
}

dd.searchby {
	width: 47%;
	font-size: 1.1em;
	line-height: 1em;
}

ul.topiclist dd.searchextra {
	margin-left: 5px;
	padding: 0.2em 0;
	font-size: 1.1em;
	color: #333333;
	border-left: none;
	clear: both;
	width: 98%;
	overflow: hidden;
}

/* Container for post/reply buttons and pagination */
.topic-actions {	
	height: 28px;
	min-height: 28px;
	overflow: hidden;	
}
div[class].topic-actions {
	height: auto;
}

/* Post body styles
----------------------------------------*/
.postbody {
	padding: 0;
	line-height: 1.48em;
	color: #333333;
	width: 78%;
	float: right;	
}
#postform .postbody {	
	width: 100%!important;
	float: left;	
}
.postbody .ignore {
	font-size: 1.1em;
}

.postbody h3.first {
	/* The first post on the page uses this */
	font-size: 1.077em;
}

.postbody h3 {
	/* Postbody requires a different h3 format - so change it here */
	font-size: 1.077em;
	padding: 2px 0 0 0;
	margin: 0 0 0.3em 0 !important;
	text-transform: none;
	border: none;	
	line-height: 125%;
}

.postbody h3 img {
	/* Also see tweaks.css */
	vertical-align: bottom;
}

.search .postbody {
	width: 68%
}

/* Topic review panel
----------------------------------------*/
#review {
	margin-top: 2em;
}

#topicreview {
	padding: 10px;	
	background: #EAEAEA;
	overflow: auto;
	height: 300px;
}

#topicreview .postbody {
	width: auto;
	float: none;
	margin: 0;
	height: auto;
}

#topicreview .post {
	height: auto;
}

#topicreview h2 {
	border-bottom-width: 0;
}

.post-ignore .postbody {
	display: none;
}

/* MCP Post details
----------------------------------------*/
#post_details
{
	/* This will only work in IE7+, plus the others */
	overflow: auto;
	max-height: 300px;
}

#expand
{
	clear: both;
}

/* Content container styles
----------------------------------------*/
.content {
	min-height: 3em;
	overflow: hidden;
	line-height: 1.4em;	
	font-size: 1.077em;	
	padding-bottom: 1px;
}

.content h2, .panel h2 {
	font-weight: bold;	
	font-size: 18px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-bottom: 0.9em;
}

.panel h3 {
	margin: 0.5em 0;
}

.panel p {		
	line-height: 1.4em;
}

.content p {	
	margin-bottom: 1em;
	line-height: 1.4em;
}

dl.faq {	
	line-height: 1.4em;
	font-size: 1.077em;
}

dl.faq dt {
	font-weight: bold;
	color: #333333;
}

.content dl.faq {	
	margin-bottom: 0.5em;
	font-size:1.000em;
}

.content li {
	list-style-type: inherit;
}

.content ul, .content ol {
	margin-bottom: 1em;
	margin-left: 3em;
}

.posthilit {
	background-color: #f3f3f3;
	color: #BCBCBC;
	padding: 0 2px 1px 2px;
}

.announce, .unreadpost {
	/* Highlight the announcements & unread posts box */
	border-left-color: #BCBCBC;
	border-right-color: #BCBCBC;
}

/* Post author */
p.author {
	margin-bottom: 10px;	
	font-size: 0.9em;
	line-height: 1.2em;
}

/* Post signature */
.signature {
	margin-top: 1.5em;
	padding-top: 0.2em;
	font-size: 1.1em;
	border-top: 1px solid #CCCCCC;
	clear: left;
	line-height: 140%;
	overflow: hidden;
	width: 100%;
}

dd .signature {
	margin: 0;
	padding: 0;
	clear: none;
	border: none;
}

.signature li {
	list-style-type: inherit;
}

.signature ul, .signature ol {
	margin-bottom: 1em;
	margin-left: 3em;
}

/* Post noticies */
.notice {	
	width: auto;
	margin-top: 1.5em;
	padding-top: 0.2em;
	font-size: 1em;
	border-top: 1px dashed #CCCCCC;
	clear: left;
	line-height: 130%;
}

/* Jump to post link for now */
ul.searchresults {
	list-style: none;
	text-align: right;
	clear: both;
}

/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
	background: #ebebeb none 6px 8px no-repeat;
	border: 1px solid #dbdbdb;
	font-size: 0.95em;
	margin: 0.5em 1px 0 25px;
	overflow: hidden;
	padding: 5px;
}

blockquote blockquote {
	/* Nested quotes */
	background-color: #bababa;
	font-size: 1em;
	margin: 0.5em 1px 0 15px;	
}

blockquote blockquote blockquote {
	/* Nested quotes */
	background-color: #e4e4e4;
}

blockquote cite {
	/* Username/source of quoter */
	font-style: normal;
	font-weight: bold;
	margin-left: 20px;
	display: block;
	font-size: 0.9em;
}

blockquote cite cite {
	font-size: 1em;
}

blockquote.uncited {
	padding-top: 25px;
}

/* Code block */
dl.codebox {
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #d8d8d8;
	font-size: 1em;
}

dl.codebox dt {
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 3px;
	font-size: 0.8em;
	font-weight: bold;
	display: block;
}

blockquote dl.codebox {
	margin-left: 0;
}

dl.codebox code {
	/* Also see tweaks.css */
	overflow: auto;
	display: block;
	height: auto;
	max-height: 200px;
	white-space: normal;
	padding-top: 5px;
	font: 0.9em Monaco, "Andale Mono","Courier New", Courier, mono;
	line-height: 1.3em;
	color: #8b8b8b;
	margin: 2px 0;
}

.syntaxbg		{ color: #FFFFFF; }
.syntaxcomment	{ color: #000000; }
.syntaxdefault	{ color: #bcbcbc; }
.syntaxhtml		{ color: #000000; }
.syntaxkeyword	{ color: #585858; }
.syntaxstring	{ color: #a7a7a7; }

/* Attachments
----------------------------------------*/
.attachbox {	
	width: auto; 
	margin: 5px 5px 5px 0;
	padding: 6px;
	background-color: #FFFFFF;
	border: 1px dashed #d8d8d8;
	clear: left;
}

.pm-message .attachbox {
	background-color: #f3f3f3;
}

.attachbox dt {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.attachbox dd {
	margin-top: 4px;
	padding-top: 4px;
	clear: left;
	border-top: 1px solid #d8d8d8;
}

.attachbox dd dd {
	border: none;
}

.attachbox p {
	line-height: 110%;
	color: #666666;
	font-weight: normal;
	clear: left;
}

.attachbox p.stats
{
	line-height: 110%;
	color: #666666;
	font-weight: normal;
	clear: left;
}

.attach-image {
	margin: 3px 0;
	width: 100%;
	max-height: 350px;
	overflow: auto;
}

.attach-image img {
	border: 1px solid #999999;
/*	cursor: move; */
	cursor: default;	
}

/* Inline image thumbnails */
div.inline-attachment dl.thumbnail, div.inline-attachment dl.file {
	display: block;
	margin-bottom: 4px;
}

div.inline-attachment p {
	font-size: 100%;
}

dl.file {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
}

dl.file dt {
	text-transform: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

dl.file dd {
	color: #666666;
	margin: 0;
	padding: 0;	
}

dl.thumbnail img {
	padding: 3px;
	border: 1px solid #666666;
	background-color: #FFF;
}

dl.thumbnail dd {
	color: #666666;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.attachbox dl.thumbnail dd {
	font-size: 100%;
}

dl.thumbnail dt a:hover {
	background-color: #EEEEEE;
}

dl.thumbnail dt a:hover img {
	border: 1px solid #d2d2d2;
}

/* Post poll styles
----------------------------------------*/


fieldset.polls dl {
	margin-top: 5px;
	border-top: 1px solid #e2e2e2;
	padding: 5px 0 0 0;
	line-height: 120%;
	color: #666666;
}

fieldset.polls dl.voted {
	font-weight: bold;
	color: #000000;
}

fieldset.polls dt {
	text-align: left;
	float: left;
	display: block;
	width: 30%;
	border-right: none;
	padding: 0;
	margin: 0;	
}

fieldset.polls dd {
	float: left;
	width: 10%;
	border-left: none;
	padding: 0 5px;
	margin-left: 0;	
}

fieldset.polls dd.resultbar {
	width: 50%;
}

fieldset.polls dd input {
	margin: 2px 0;
}

fieldset.polls dd div {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 2px;
	overflow: visible;
	min-width: 2%;
}

.pollbar1 {
	background-color: #aaaaaa;
	border-bottom: 1px solid #747474;
	border-right: 1px solid #747474;
}

.pollbar2 {
	background-color: #bebebe;
	border-bottom: 1px solid #8c8c8c;
	border-right: 1px solid #8c8c8c;
}

.pollbar3 {
	background-color: #D1D1D1;
	border-bottom: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
}

.pollbar4 {
	background-color: #e4e4e4;
	border-bottom: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
}

.pollbar5 {
	background-color: #f8f8f8;
	border-bottom: 1px solid #D1D1D1;
	border-right: 1px solid #D1D1D1;
}

/* Poster profile block
----------------------------------------*/
.postprofile {
	/* Also see tweaks.css */	
	min-height: 80px;	
	width: 20%;
	float: left;
	display: table;	
}

.postprofile dd, .postprofile dt {
	line-height: 1.2em;	
}
.postprofile dd {   
   padding: 4px 0 4px 5px;
   margin-top: 2px;    
   display: block;   
   text-transform: lowercase;
   position: relative;   
}
.postprofile strong {
	font-weight: normal;	
    font-family: 'Oswald', sans-serif;;
    font-size: 12px;    
    text-transform: lowercase;       
    width: auto;
    float: left;
    width: 50px;
    overflow: hidden;    
}
.search .postprofile strong {
	float: none;
}	
.postprofile p {
	padding-left: 5px;	
	overflow: hidden; 
}
ul.profile-icons li {
  float: left;
  font-size: 16px;
  margin: 0 10px 2px 0;
}  

.postprofile dt a img {   
   padding: 5px;    
}
.postprofile dt {    
   padding-bottom: 5px;   
   text-align: center;
}
.postprofile .aim-icon i {   
   font-size: 14px;
   padding-left: 3px;   
}
.avatar {
  background: none repeat scroll 0 0 #FAFAFA;
  border: 1px solid #CCCCCC;
  padding: 5px;
}

.status-position {
	float: left;
	text-align: left;
}	

.online,.offline {	
	display: block;	
	padding: 2px;
	margin-left: 2px;
	height: 16px;	
	font-size: 12px;
	width: 100%;
}

/* Poster profile used by search*/
.search .postprofile {
	width: 30%;
}

/* pm list in compose message if mass pm is enabled */
dl.pmlist dt {
	width: 60% !important;
}

dl.pmlist dt textarea {
	width: 95%;
}

dl.pmlist dd {
	margin-left: 61% !important;
	margin-bottom: 2px;
}
/* Button Styles
---------------------------------------- */

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner {
     padding: 0 !important;
     border: 0 none !important;
 }
.buttons i {    
  font-size: 1.3em!important;  
  position: relative;    
  top: 1px;
  padding-right: 8px;
}
.buttons .icon-left-open-mini {
  margin-left: -5px!important;
}
.buttons .icon-right-open-mini {
  margin-right: -5px!important;
  padding-left: 5px!important;
}
.buttons .icon-reply {
  margin-left: -2px!important;

}
.buttons {
  float: left;
  margin-bottom: 5px;
  margin-top: 5px;   
}
.buttons a .icon-membership,{ 
  line-height: 17px;
  padding: 8px 10px;  
  position: relative;
  font-size: 13px;
  overflow: hidden;  
  display: block;
  float: left;
  margin-right: 5px;

}
#cp-main .buttons {
	background: none;
	border: none;

}
#cp-main .buttons div {
	float: left;	
}

/* Poster profile icons
----------------------------------------*/
ul.profile-icons {
	padding-top: 5px;
	list-style: none;
}

/* Rolloff state */
ul.profile-icons li a {
	display: block;
	width: 100%;
	height: 100%;	
}

/* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */
ul.profile-icons li span { display:none; }

/* Positioning of moderator icons */
.postbody ul.profile-icons {
	float: right;
	width: auto;
	padding: 0;
}
.postbody ul.profile-icons li {
	margin: 0 11px 3px 0;
	float: left;
	font-size: 1.462em;
}
.postbody .report-icon i,.postbody .info-icon i,.postbody .edit-icon i{	
	font-size: 1.1em;
}
.go-top {
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-decoration: none;	
	font-size: 16px;
	padding: 9px 12px 10px 12px;
	display: none;
	z-index: 99999;
}
/* Control Panel Styles
---------------------------------------- */


/* Main CP box
----------------------------------------*/
#cp-menu {
	float:left;
	width: 19%;
	margin-top: 20px;
	margin-bottom: 5px;
}

#cp-main {
	float: left;
	margin-left: 20px;
	width: 78%;
	margin-top: 20px;
}
#cp-main .postbody {
	float: left!important;
}
#cp-main .postprofile {
	float: right!important;
}

#cp-main .content {
	padding: 0;
}

#cp-main .panel p {
	font-size: 1.1em;
}

#cp-main .panel ol {
	margin-left: 2em;
	font-size: 1.1em;
}

ul.cplist {
	margin-bottom: 5px;
	border-top: 1px solid #cbcbcb;
}

#cp-main table.table1 {
	margin-bottom: 1em;
}

#cp-main table.table1 tbody th {
	font-style: italic;
	background-color: transparent !important;
	border-bottom: none;
}

#cp-main .pagination {
	float: right;
	width: auto;
	padding-top: 1px;
}

#cp-main .postbody p {
	font-size: 1.1em;
}

#cp-main .pm-message {
	border: 1px solid #e2e2e2;
	margin: 10px 0;
	background-color: #FFFFFF;
	width: auto;
	float: none;
}

.pm-message h2 {
	padding-bottom: 5px;
}

#cp-main .postbody h3, #cp-main .box2 h3 {
	margin-top: 0;
}

#cp-main .buttons {
	margin-left: 0;
}

#cp-main ul.linklist {
	margin: 0;
	width: 100%;
}
#postingbox .fields1 dd .button2 {
	padding: 0 6px 2px!important;
}
/* MCP Specific tweaks */
.mcp-main .postbody {
	width: 100%;
}

.tabs-container h2 {
	float: left;
	margin-bottom: 0px;
}

.tabs-container #minitabs {
	float: right;
	margin-top: 19px;
}

.tabs-container:after {
	display: block;
	clear: both;
	content: '';
}

/* CP tabbed menu
----------------------------------------*/
#cp-main .panel {     
    padding: 0!important;	
}
#cp-main .panel .header dt{    
    padding-left: 10px;   
}
#tabs {
	line-height: normal;
	margin: 20px 0 -1px 7px;
	min-width: 570px;
}

#tabs ul {
	margin:0;
	padding: 0;
	list-style: none;
}

#tabs li {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
}

#tabs a {
	float: left;	
    margin: 5px 5px 0 0;
    padding: 0;    
	text-decoration: none;
	position: relative;
	cursor: pointer;
}

#tabs a span {
	float: left;
	display: block;	
	padding: 8px 10px;
	background-color: #FAFAFA;
    border: 1px solid #CCCCCC;    
	white-space: nowrap;
}

#tabs a:hover span {
	color: #bcbcbc;
}

#tabs .activetab a {
	background-position: 0 0;
	border-bottom: 1px solid #ebebeb;
}

#tabs .activetab a span {
	background-position: 100% 0;
	padding-bottom: 7px;
	color: #333333;
}

#tabs a:hover {
	background-position: 0 -70px;
}

#tabs a:hover span {
	background-position:100% -70px;
}

#tabs .activetab a:hover {
	background-position: 0 0;
}

#tabs .activetab a:hover span {
	color: #000000;
	background-position: 100% 0;
}

/* Mini tabbed menu used in MCP
----------------------------------------*/
#minitabs {
	line-height: normal;
	margin: -20px 7px 0 0;
}

#minitabs ul {
	margin:0;
	padding: 0;
	list-style: none;
}

#minitabs li {
	display: block;
	float: right;
	padding: 10px 5px;
	font-size: 1em;
	font-weight: bold;
	background-color: #f2f2f2;
	margin-left: 5px;
}

#minitabs a {
}

#minitabs a:hover {
	text-decoration: none;
}

#minitabs li.activetab {
	background-color: #F9F9F9;
}

#minitabs li.activetab a, #minitabs li.activetab a:hover {
	color: #333333;
}

/* UCP navigation menu
----------------------------------------*/
/* Container for sub-navigation list */
#navigation {
	width: 100%;
	padding-top: 36px;
}

#navigation ul {
	list-style:none;
}

/* Default list state */
#navigation li {
	margin: 1px 0;
	padding: 0;
	font-weight: bold;
	display: inline;
}

/* Link styles for the sub-section links */
#navigation a {	
	padding: 8px 10px;	
	display: block;	
	margin: 5px 0;
	text-decoration: none;
	font-weight: bold;
	word-wrap: break-word;
}

#navigation a:hover {
	text-decoration: none;		
}

#navigation #active-subsection a {
	display: block;	
}

#navigation #active-subsection a:hover {
	text-decoration: none;	
}

/* Preferences pane layout
----------------------------------------*/
#cp-main h2 {
	border-bottom: none;
	padding: 0;	
	width: 100%;
}

/* Friends list */
.cp-mini {	
	padding: 0 5px;
	margin-top: 10px;
}

.cp-mini span.corners-top, .cp-mini span.corners-bottom {
	margin: 0 -5px;
}

dl.mini dt {
	font-weight: bold;
	margin-bottom: 5px;
	
}

dl.mini dd {
	padding-top: 4px;
}

.friend-online {
	font-weight: bold;
}

.friend-offline {
	font-style: italic;
}

/* PM Styles
----------------------------------------*/
#pm-menu {
	line-height: 2.5em;
}

/* PM panel adjustments */
.reply-all a.left {
	background-position: 3px 60%;
}

.reply-all a.left:hover {
	background-position: 0px 60%;
}

.reply-all {
	font-size: 11px;
	padding-top: 5px;
}


/* Defined rules list for PM options */
ol.def-rules {
	padding-left: 0;
}

ol.def-rules li {
	line-height: 180%;
	padding: 1px;
}

/* PM marking colours */

.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
	border-left-color: #bcbcbc;
	border-right-color: #bcbcbc;
}

.pmlist li.pm_marked_colour, .pm_marked_colour {	
	border: solid 3px #ffffff;
	border-width: 0 3px;
}

.pmlist li.pm_replied_colour, .pm_replied_colour {	
	border: solid 3px #c2c2c2;
	border-width: 0 3px;
}

.pmlist li.pm_friend_colour, .pm_friend_colour {	
	border: solid 3px #bdbdbd;
	border-width: 0 3px;
}

.pmlist li.pm_foe_colour, .pm_foe_colour {
	padding: 0;
	border: solid 3px #000000;
	border-width: 0 3px;
}

.pm-legend {
	border-left-width: 10px;
	border-left-style: solid;
	border-right-width: 0;
	margin-bottom: 3px;
	padding-left: 3px;
}

/* Avatar gallery */
#gallery label {
	position: relative;
	float: left;
	margin: 10px;
	padding: 5px;
	width: auto;
	background: #FFFFFF;
	border: 1px solid #CCC;
	text-align: center;
}

#gallery label:hover {
	background-color: #EEE;
}
/* Form Styles
---------------------------------------- */

/* General form styles
----------------------------------------*/
fieldset {
	border-width: 0;	
}

input {
	font-weight: normal;	
	vertical-align: middle;	
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;	
    outline: none;
}

select {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: normal;
	cursor: pointer;
	vertical-align: middle;	    
    padding: 7px 6px;
    outline: none;
    max-width: 240px;
    	
}

option {
	padding-right: 1em;
}

option.disabled-option {
	color: graytext;
}

textarea {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	width: 60%;
	padding: 2px;
	font-size: 1em;
	line-height: 1.4em;
}

label {
	cursor: default;
	padding-right: 5px;	
}

label input {
	vertical-align: middle;
}

label img {
	vertical-align: middle;
}

/* Definition list layout for forms
---------------------------------------- */
fieldset dl {
	padding: 4px 0;
}

fieldset dt {
	float: left;	
	width: 40%;
	text-align: left;
	display: block;
}

fieldset dd {	
	vertical-align: top;
	margin-bottom: 3px;
}

fieldset dd:before,
fieldset dd:after {
  content: "";
  display: table;
  line-height: 0;
}

fieldset dd:after {
  clear: both;
}

#colour_palette a {
	display: block;
}	

/* Specific layout 1 */
fieldset.fields1 dt {
	width: 100%;
	border-right-width: 0;
	margin-bottom: 3px;
}

fieldset.fields1 dd {
	margin-left: 0;	
	border-left-width: 0;
}

fieldset.fields1 {
	background-color: transparent;
}

fieldset.fields1 div {
	margin-bottom: 3px;
}

/* Set it back to 0px for the reCaptcha divs: PHPBB3-9587 */
fieldset.fields1 #recaptcha_widget_div div {
	margin-bottom: 0;
}

/* Specific layout 2 */
fieldset.fields2 dt {
	width: 15em;
	border-right-width: 0;
}

fieldset.fields2 dd {
	margin-left: 16em;
	border-left-width: 0;
}

/* Form elements */
dt label {
	font-weight: bold;
	text-align: left;
}

dd label {	
	color: #333;
}

dd input, dd textarea {
	margin-right: 3px;
}

dd select {
	width: auto;
}

dd textarea {
	width: 85%;
}

/* Hover effects */
fieldset dl:hover dt label {
	color: #000000;
}

fieldset.fields2 dl:hover dt label {
	color: inherit;
}

#timezone {
	width: 95%;
}

* html #timezone {
	width: 50%;
}

/* Quick-login on index page */
fieldset.quick-login {
	margin-top: 5px;
}

fieldset.quick-login input {
	width: auto;
}

fieldset.quick-login input.inputbox {
	width: 15%;
	vertical-align: middle;
	margin-right: 5px;
	background-color: #f3f3f3;
}

fieldset.quick-login label {
	white-space: nowrap;
	padding-right: 2px;
}

/* Display options on viewtopic/viewforum pages  */
fieldset.display-options {
	text-align: center;
	margin: 3px 0 5px 0;
}

fieldset.display-options label {
	white-space: nowrap;
	padding-right: 2px;
}

fieldset.display-options a {
	margin-top: 3px;
}

/* Display actions for ucp and mcp pages */
fieldset.display-actions {
	text-align: right;
	line-height: 2em;
	white-space: nowrap;
	padding-right: 1em;
}

fieldset.display-actions label {
	white-space: nowrap;
	padding-right: 2px;
}

fieldset.sort-options {
	line-height: 2em;
}

/* MCP forum selection*/
fieldset.forum-selection {
	margin: 5px 0 3px 0;
	float: right;
}

fieldset.forum-selection2 {
	margin: 13px 0 3px 0;
	float: right;
}

/* Jumpbox */
fieldset.jumpbox {
	text-align: right;
	margin-top: 5px;	
}

fieldset.quickmod {
	width: 100%;
	float: right;
	text-align: right;
	margin-top: 5px;
	height: 2.5em;
}

/* Submit button fieldset */
fieldset.submit-buttons {
	text-align: center;
	vertical-align: middle;
	margin: 5px 0;
}

fieldset.submit-buttons input {
	vertical-align: middle;	
}

/* Posting page styles
----------------------------------------*/

/* Buttons used in the editor */
#format-buttons {
	margin: 15px 0 2px 0;
}

#format-buttons input, #format-buttons select {
	vertical-align: middle;
}

/* Main message box */
#message-box {
	width: 80%;
}

#message-box textarea {	
	height: 270px;
	min-width: 100%;
	max-width: 100%;
	font-size: 1.2em;
	color: #333333;
	padding: 0!important;
}

/* Emoticons panel */
#smiley-box {
	width: 18%;
	float: right;
	margin-right: -5px;
}

#smiley-box img {
	margin: 3px;
}

/* Input field styles
---------------------------------------- */
.inputbox {	
	padding: 6px;
	cursor: text;
}


input.inputbox	{ width: 85%; }
input.medium	{ width: 50%; }
input.narrow	{ width: 200px; }
input.tiny		{ width: 125px; }

textarea.inputbox {
	width: 85%;
}

.autowidth {
	width: auto !important;
}

/* Form button styles
---------------------------------------- */

input.button1,input.button2,input.button3 {	
	padding: 8px 10px;	
	width: auto !important;	
	cursor: pointer;	
}

a.button1,a.button2 {	
	padding: 8px 10px;
	line-height: 1em;
	margin-top: 10px;	
	width: auto !important;
	vertical-align: text-bottom;
	cursor: pointer;	
}
input.button1,input.button2,input.button3,
a.button1, a.button1:link, a.button1:visited, a.button1:active,
a.button2, a.button2:link, a.button2:visited, a.button2:active {
	text-decoration: none;			
}

input.disabled {
	font-weight: normal;
	color: #666666;
}

/* Topic and forum Search */
.search-box {	
	margin-left: 5px;
	float: left;
	margin-bottom: 5px;
    margin-top: 5px;
}

#cp-main .search-box {	
	margin-left: 0!important;	
}
.search-box .inputbox {
    padding: 5px 0 0 5px;
    border: 0 none;
}
.inside-search-box:hover,.inside-search-box:focus {
	border: 1px solid #AAA;
}
.search-box #search_keywords {    
    height: 20px;
    width: 220px;
}
.inside-search-box {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    display: inline-block;
    height: 30px;
    padding: 2px;
    width: 270px;
    position: relative;
}
.search-box .inside-search-box .button2 {    
    border: 0 none;
    cursor: pointer;
    float: right;
    height: 30px;
    padding: 0;
    text-indent: -9999px;
    background-color: #CCCCCC;
    width: 30px !important;
    background-attachment: scroll;
    background-image: url("styles/RenaultAlpine/theme/images/search.png");
    background-position: center center;	
    background-repeat: no-repeat;
    transition:none;
}
.search-box .inside-search-box .button2:hover {
	background-color: #111;

}	




.full { width: 95%; }
.medium { width: 50%;}
.narrow { width: 25%;}
.tiny { width: 10%;}
/* Style Sheet Tweaks

These style definitions are mainly IE specific 
tweaks required due to its poor CSS support.
-------------------------------------------------*/

* html table, * html select, * html input { font-size: 100%; }
* html hr { margin: 0; }
* html span.corners-top, * html span.corners-bottom { background-image: url("./styles/RenaultAlpine/theme/images/corners_left.gif"); }
* html span.corners-top span, * html span.corners-bottom span { background-image: url("./styles/RenaultAlpine/theme/images/corners_right.gif"); }

table.table1 {
	width: 99%;		/* IE < 6 browsers */
	/* Tantek hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 100%;
}
html>body table.table1 { width: 100%; }	/* Reset 100% for opera */

* html ul.topiclist li { position: relative; }
* html .postbody h3 img { vertical-align: middle; }

/* Form styles */
html>body dd label input { vertical-align: text-bottom; }	/* Align checkboxes/radio buttons nicely */

* html input.button1, * html input.button2 {
	padding-bottom: 0;
	margin-bottom: 1px;
}

/* Misc layout styles */
* html .column1, * html .column2 { width: 45%; }

/* Nice method for clearing floated blocks without having to insert any extra markup (like spacer above)
   From http://www.positioniseverything.net/easyclearing.html 
#tabs:after, #minitabs:after, .post:after, .navbar:after, fieldset dl:after, ul.topiclist dl:after, ul.linklist:after, dl.polls:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}*/

#tabs, #minitabs, fieldset dl, ul.topiclist dl, dl.polls {
	height: 1%;
	overflow: hidden;
}

/* viewtopic fix */
* html .post {
	height: 25%;
	overflow: hidden;
}

/* navbar fix */
* html .clearfix, * html .navbar, ul.linklist {
	height: 4%;
	overflow: hidden;
}

/* Simple fix so forum and topic lists always have a min-height set, even in IE6
	From http://www.dustindiaz.com/min-height-fast-hack */
dl.icon {
	min-height: 35px;
	height: auto !important;
	height: 35px;
}

* html li.row dl.icon dt {
	height: 35px;
	overflow: visible;
}

* html #search-box {
	width: 25%;
}

/* Correctly clear floating for details on profile view */
*:first-child+html dl.details dd {
	margin-left: 30%;
	float: none;
}

* html dl.details dd {
	margin-left: 30%;
	float: none;
}

/* Headerbar height fix for IE7 and below */
* html #site-description p {
	margin-bottom: 1.0em;
}

*:first-child+html #site-description p {
	margin-bottom: 1.0em;
}

/* #minitabs fix for IE */

#minitabs {
	white-space: nowrap;	
}
/*  	
--------------------------------------------------------------
Colours and backgrounds for custom.css
-------------------------------------------------------------- */

/* Header Styles */

#wrapheader {  
  background:#C09514;
  -moz-opacity: 0.9;
  -khtml-opacity:0.9;  
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; 
  opacity: 0.9;  
}

.logodiv h1 a,.navbar-links li a {   
  color:#FFF;
  
}
.icon-membership				{ background-image: url("./styles/RenaultAlpine/theme/images/icon_membership.gif"); }

.logodiv,.sblock,.navbar-links li:nth-child(2n+1){
    background: #DDA813;
}
.logodiv:hover,.navbar-links li:hover{
    background: #1220C7;
}
.panel-icon {
   color: #EEE;
   background: #1220C7;
}
.buttons:hover .button-icon {
   color: #111;
}
.panel-header {  
  background: #1220C7;
} 
h3.panel-header,h2.panel-header { 
  color: #ffffff;
}
h3.panel-header a,h2.panel-header a {  
  color: #ffffff;
}  

/* Header icons style */
 {
    background: #F6F6F6;
}

.msg-counter-bg strong {
    background: #1220C7;
    color: #FFF;
}
.navbar-links > li > a:hover .msg-counter-bg strong {     
    color: #FFF;       
} 

/* Collapse Menu Button */

.btn-navbar {  
  color: #ffffff;  
  background-color: #FAFAFA;  
}
.btn-navbar:hover,
.btn-navbar:focus,
.btn-navbar:active,
.btn-navbar.active{
  color: #ffffff;
  background-color: #e5e5e5;  
}
.btn-navbar .btn-bar { 
  background-color: #111;
}

/* Right Content Forum Menu Colapse button */

#right-content #forum-menu .btn-navbar {
  background-color: #fff;
  color: #777;       
}  
#right-content #forum-menu a {
   color: #FFFFFF;
   -moz-opacity: 1!important;
   -khtml-opacity:1!important;  
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity:1!important;
}
#right-content #forum-menu .btn-navbar:hover,
#right-content #forum-menu .btn-navbar:focus,
#right-content #forum-menu .btn-navbar:active,
#right-content #forum-menu .btn-navbar.active{  
  background-color: #fff;
  color: #111;  
}

/* Right Content Forum Menu Styles */

#right-content .sblock {
    background: #F2F2F2;   
}
#right-content #forum-menu h4 {   
  color:#777;  
} 
#right-content #forum-menu a,#forum-menu {   
  color:#777;  
} 
#right-content #forum-menu a:hover{   
  color:#111;  
} 
#right-content #forum-menu ul li a:hover { 
  background-color:#fff;
}

/* Sidebar Forum Menu Colapse button */

#forum-menu .btn-navbar {
    background-color: #C09514;   
} 
#forum-menu .btn-navbar:hover {
    background-color: #1220C7;       
} 

/* Sidebar Styles */

#sidebar a {   
  -moz-opacity: 0.8;
  -khtml-opacity:0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";    
  opacity: 0.8;   
} 
#sidebar a:hover {   
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";    
  opacity: 1;   
} 
#sidebar h4,#forum-menu h4{   
  color:#fff;  
} 
#sidebar,#forum-menu {   
  color:#EEEEEE;  
} 
#sidebar a,#forum-menu a {   
  color:#FFF; 
} 
#sidebar input { 
  color: #eee; 
  background-color: #C09514;
}  
#sidebar input[type="text"]:focus,#sidebar input[type="password"]:focus{   
  color:#fff;
}
#sidebar ul li a:hover,#forum-menu ul li a:hover { 
  background-color:1220C7;
}
#sidebar .btn:hover{ 
  color:#fff;
  background-color:1220C7;
}
#s-login i,#search i{  
  background:#C09514;  
}
.adv-search-btn {
background: #C09514;
color: #eeeeee;  
}
 .sidebar-inside-sb {
 background-color: #C09514;  
}
.sidebar-inside-sb .button2 {
 background-attachment: scroll;    
 background-color: #C09514;
 background-image: url("styles/RenaultAlpine/theme/images/search.png");
 background-position: center center;
 background-repeat: no-repeat; 
 -moz-opacity: 0.8;
  -khtml-opacity:0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";    
  opacity: 0.8;   
}
.sidebar-inside-sb .button2:hover {
 background-color: 1220C7!important;
 -moz-opacity: 1;
  -khtml-opacity:1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";    
  opacity: 1;  
}  
.adv-search-btn:hover,.adv-search-btn:hover i {
  background-color: 1220C7!important;
}  
.sidebar-inside-sb input.inputbox{
 background-color: #C09514!important; 
}  

/* Tooltip Styles */

.tooltip.in {
  -moz-opacity: 0.8;
  -khtml-opacity:0.8;  
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  opacity:0.8; 
}
.tooltip-inner {   
  color: #ffffff;  
  background-color: #000000;  
}
#sidebar .tooltip {  
  -moz-opacity: 0;
  -khtml-opacity:0;  
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity:0; 
}
#sidebar .tooltip.in {
  -moz-opacity: 0.9;
  -khtml-opacity:0.9;  
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  opacity:0.9; 
}
#sidebar .tooltip-inner {  
  background-color: #F2F2F2;
  color: #111;  
}
#sidebar .tooltip.bottom .tooltip-arrow {  
  border-bottom-color: #F2F2F2;
}
.tooltip-arrow {  
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {  
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow { 
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {  
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {  
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}


/* Footer Styles */

#wrap-footer {  
  background: #1220C7;    
}
#page-footer { 
  color: #fff;
}
#page-footer a {
  color: #fff;    
}
#page-footer a:hover {
  color: #DDA813;    
}
#page-footer h4 {
    color: #DDA813;        
} 
#wrap-copyrights {
 background: #1B26A0;    
}
#page-copyrights {   
 color: #ddd;        
}
#page-copyrights a {
 color: #ddd;
}
#page-copyrights a:hover {
  color: #fff;    
}

a.go-top {
	color: #111!important;
}
.go-top {	
	background-color: #FFF;
	-moz-opacity: 0.8;
  -khtml-opacity:0.8;  
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  opacity:0.8; 	
}
.go-top:hover {	
	-moz-opacity: 1;
  -khtml-opacity:1;  
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity:1; 
}	
/* Social icons style */

.soc-content ul li {
  background-color: #1220C7; 
}
.soc-content ul li a { 
  background-attachment: scroll; 
  background-image: url('styles/RenaultAlpine/theme/images/socials.png');
  background-repeat: no-repeat;  
}
.soc-content ul li a.twitter:hover { 
  background-color: #00ACED;
} 
.soc-content ul li a.facebook:hover { 
  background-color: #3B5998;
}
.soc-content ul li a.gplus:hover { 
  background-color: #D14836;
}
.soc-content ul li a.youtube:hover { 
  background-color: #CD332D;
}
.soc-content ul li a.rss:hover { 
    background-color: #FF8300;
}

/*  	
--------------------------------------------------------------
Colours and backgrounds for common.css
-------------------------------------------------------------- */

html, body {
	color: #333333;
	background-color: #E2E1DF;	
}

h1 {
	color: #FFFFFF;
}

h2 {
	color: #28313F;
}

h3 {
	border-bottom-color: #CCCCCC;
	color: #555;
}

hr {
	border-top: 1px solid #DDDDDD;
  	border-bottom: 1px solid #ffffff;
}

hr.dashed {
	border-top: 1px solid #DDDDDD;
}

/* Search box
--------------------------------------------- */

#search-box {
	color: #FFFFFF;
}

#search-box #keywords {
	background-color: #FFF;
}

#search-box input {
	border: 1px solid #b0b0b0;
}

/* boxes and backgrounds
---------------------------------------- */
.header {
  background: #1220C7;
} 

.headerbar {
	background-color: #12A3EB;	
	color: #FFFFFF;
}

.panel {
	background-color: #F2F2F2;
	color: #28313F;
}

.post:target .content {
	color: #000000;
}

.post:target h3 a {
	color: #000000;
}

.bg1,.bg2,.bg3	{ background-color: #F2F2F2; }
	
.ucprowbg {
	background-color: #DCDEE2;
}

.fieldsbg {
	background-color: #eaeaea;
}


/* Horizontal lists
----------------------------------------*/

ul.navlinks {
	border-bottom-color: #FFFFFF;
}

/* Table styles
----------------------------------------*/
table.table1 thead th {
	color: #FFFFFF;
	background-color: #1220C7;
}

table.table1 tbody tr:hover, table.table1 tbody tr.hover {
	background-color: #E9E9E9;	
}

table.table1 tbody td {
	border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #FFFFFF;
}

table.table1 tbody th {
	border-bottom-color: #000000;
	color: #333333;
	background-color: #FFFFFF;
}


/* Misc layout styles
---------------------------------------- */
dl.details dt {
	color: #111111;
}

dl.details dd {
	color: #666666;
}

.sep {
	color: #1198D9;
}

/* Pagination
---------------------------------------- */

.pagination span strong {
	color: #FFFFFF;
	background-color: #DDA813;
	border-color: #DDA813;
}

.pagination span a, .pagination span a:link, .pagination span a:visited {
	color: #555;
	background-color: #ECEDEE;
	border-color: #B4BAC0;
}

.pagination span a:hover {
	border-color: #DDA813;
	background-color: #DDA813;
	color: #FFF;
}

.pagination span a:active {
	color: #5C758C;
	background-color: #ECEDEE;
	border-color: #B4BAC0;
}

/* Pagination in viewforum for multipage topics */

.row .pagination span a, li.pagination span a {
	background-color: #FFFFFF;
}

.row .pagination span a:hover, li.pagination span a:hover {
	background-color: #DDA813;
}

/* Miscellaneous styles
---------------------------------------- */

.copyright {
	color: #555555;
}

.error {
	color: #BC2A4D;
}

.reported {
	background-color: #F7ECEF;
}

li.reported:hover {
	background-color: #ECD5D8 !important;
}
.sticky, .announce {
	/* you can add a background for stickies and announcements*/
}

div.rules {
	background-color: #ECD5D8;
	color: #BC2A4D;
}

p.rules {
	background-color: #ECD5D8;
	background-image: none;
}

/*  	
--------------------------------------------------------------
Colours and backgrounds for links.css
-------------------------------------------------------------- */

/* Links on gradient backgrounds */
#search-box a:link, .navbg a:link, .forumbg .header a:link, .forabg .header a:link, th a:link {
	color: #FFFFFF;
}

#search-box a:visited, .navbg a:visited, .forumbg .header a:visited, .forabg .header a:visited, th a:visited {
	color: #FFFFFF;
}

#search-box a:hover, .navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover {
	color: #ffffff;
}

#search-box a:active, .navbg a:active, .forumbg .header a:active, .forabg .header a:active, th a:active {
	color: #C8E6FF;
}

/* Links for forum/topic lists */
a.forumtitle {
	color: 1220C7;
}

/* a.forumtitle:visited { color: #105289; } */

a.topictitle {
	color: 1220C7;
}

/* a.topictitle:visited { color: #368AD2; } */


/* Post body links */
.postlink {
	color: 1220C7;
	border-bottom-color: #368AD2;
}

.postlink:visited {
	color: 1220C7;
	border-bottom-color: #5D8FBD;
}

.postlink:active {
	color: 1220C7;
}

.postlink:hover {
	background-color: #D0E4F6;
	color: #0D4473;
}

.signature a, .signature a:visited, .signature a:hover, .signature a:active {
	background-color: transparent;
}

/* Profile links */
.postprofile a:link, .postprofile a:visited, .postprofile dt.author a {
	color: #AAAAAA;
}

.postprofile a:hover, .postprofile dt.author a:hover {
	color: #111;
}

.postprofile a:active {
	color: #105289;
}

/* Profile searchresults */	
.search .postprofile a {
	color: #444444;
}

.search .postprofile a:hover {
	color: #444444;
}

/* Back to top of page */

a.top,a.up,a.down,a.left,a.right,a.top2 {
	display: none;
}

/*  	
--------------------------------------------------------------
Colours and backgrounds for content.css
-------------------------------------------------------------- */

ul.forums {
	background-color: #F2F2F2;	
}

ul.topiclist li {
	color: #666;
}


ul.topiclist li.row dt a.subforum.read {
	background-image: url("./styles/RenaultAlpine/imageset/subforum_read.gif");
}

ul.topiclist li.row dt a.subforum.unread {
	background-image: url("./styles/RenaultAlpine/imageset/subforum_unread.gif");
}

li.row {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #DDD;
}

li.row strong {
	color: inherit;
}

li.row:hover {
	background-color: #E9E9E9;
}


li.header dt, li.header dd {
	color: #FFFFFF;
}

/* Forum list column styles */
ul.topiclist dd.searchextra {
	color: #333333;
}

/* Post body styles
----------------------------------------*/
.postbody {
	color: #333333;
}
.postbody h3 a {
	color: 1220C7;
}
.postbody ul.profile-icons li a {
	color: #BBBBBB;
}
.postbody ul.profile-icons li a:hover {
	color: #111;
}

li.warn-icon a:hover {
	color: #C44664!important;
}
.ic-reported,.ic-unaproved {   
  color: #C44664!important;
}
 
.icon-picture {   
  color: #888888!important;
}
/* Content container styles
----------------------------------------*/
.content {
	color: #555555;
}

.content h2, .panel h2 {
	color: #DDA813;
	border-bottom: 4px solid #C09514;
}

dl.faq dt {
	color: #1220C7;
}

.posthilit {
	background-color: #F3BFCC;
	color: #BC2A4D;
}

/* Post signature */
.signature {
	border-top-color: #CCCCCC;
}

/* Post noticies */
.notice {
	border-top-color:  #CCCCCC;
}

/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
	background-color: #EBEADD;
	background-image: url("styles/RenaultAlpine/theme/images/quote.gif");
	border-color:#DBDBCE;
}

.rtl blockquote {
	background-image: url("styles/RenaultAlpine/theme/images/quote_rtl.gif");
}

blockquote blockquote {
	/* Nested quotes */
	background-color:#EFEED9;
}

blockquote blockquote blockquote {
	/* Nested quotes */
	background-color: #EBEADD;
}

/* Code block */
dl.codebox {
	background-color: #FFFFFF;
	border-color: #C9D2D8;
}

dl.codebox dt {
	border-bottom-color:  #CCCCCC;
}

dl.codebox code {
	color: #2E8B57;
}

.syntaxbg		{ color: #FFFFFF; }
.syntaxcomment	{ color: #FF8000; }
.syntaxdefault	{ color: #0000BB; }
.syntaxhtml		{ color: #000000; }
.syntaxkeyword	{ color: #007700; }
.syntaxstring	{ color: #DD0000; }

/* Attachments
----------------------------------------*/
.attachbox {
	background-color: #FFFFFF;
	border-color:  #C9D2D8;
}

.pm-message .attachbox {
	background-color: #F2F3F3;
}

.attachbox dd {
	border-top-color: #C9D2D8;
}

.attachbox p {
	color: #666666;
}

.attachbox p.stats {
	color: #666666;
}

.attach-image img {
	border-color: #999999;
}

/* Inline image thumbnails */

dl.file dd {
	color: #666666;
}

dl.thumbnail img {
	border-color: #666666;
	background-color: #FFFFFF;
}

dl.thumbnail dd {
	color: #666666;
}

dl.thumbnail dt a:hover {
	background-color: #EEEEEE;
}

dl.thumbnail dt a:hover img {
	border-color: #368AD2;
}

/* Post poll styles
----------------------------------------*/

fieldset.polls dl {
	border-top-color: #DCDEE2;
	color: #666666;
}

fieldset.polls dl.voted {
	color: #000000;
}

fieldset.polls dd div {
	color: #FFFFFF;
}

.rtl .pollbar1, .rtl .pollbar2, .rtl .pollbar3, .rtl .pollbar4, .rtl .pollbar5 {
	border-right-color: transparent;
}

.pollbar1 {
	background-color: #AA2346;
	border-bottom-color: #74162C;
	border-right-color: #74162C;
}

.rtl .pollbar1 {
	border-left-color: #74162C;
}

.pollbar2 {
	background-color: #BE1E4A;
	border-bottom-color: #8C1C38;
	border-right-color: #8C1C38;
}

.rtl .pollbar2 {
	border-left-color: #8C1C38;
}

.pollbar3 {
	background-color: #D11A4E;
	border-bottom-color: #AA2346;
	border-right-color: #AA2346;
}

.rtl .pollbar3 {
	border-left-color: #AA2346;
}

.pollbar4 {
	background-color: #E41653;
	border-bottom-color: #BE1E4A;
	border-right-color: #BE1E4A;
}

.rtl .pollbar4 {
	border-left-color: #BE1E4A;
}

.pollbar5 {
	background-color: #F81157;
	border-bottom-color: #D11A4E;
	border-right-color: #D11A4E;
}

.rtl .pollbar5 {
	border-left-color: #D11A4E;
}

/* Poster profile block
----------------------------------------*/
.postprofile {
	color: #666666;	
}

.postprofile dt a img,.avatar,#viewprofile img {  
   background: #FAFAFA;
   border: 1px solid #CCC;   
}

#viewprofile img {    
   padding: 5px;  
}

.postprofile dt,.postprofile dd {   
   background: #EEEEEE;   
} 
.rtl .postprofile {
	border-right-color: #FFFFFF;
	border-left-color: transparent;
}


.rtl .pm .postprofile {
	border-right-color: #DDDDDD;
	border-left-color: transparent;
}

.postprofile strong {
	color: #444444;
}

.online {
	color: #2ECC71;
}
.offline {
	color: #D5D5D5;
}


/* Main CP box
----------------------------------------*/

ul.cplist {
	border-top-color: #B5C1CB;
}

#cp-main .pm-message {
	border-color: #DBDEE2;
	background-color: #FFFFFF;
}

/* CP tabbed menu
----------------------------------------*/
#tabs a {
	
}

#tabs a span {	
	color: #999;
}

#tabs a:hover span {
	color: #111;
}

#tabs .activetab a {
	
}

#tabs .activetab a span {
	color: #111;
}

#tabs .activetab a:hover span {
	color: #111;
}

/* Mini tabbed menu used in MCP
----------------------------------------*/
#minitabs li {
	background-color: #E1EBF2;
}

#minitabs li.activetab {
	background-color: #F9F9F9;
}

#minitabs li.activetab a, #minitabs li.activetab a:hover {
	color: #333333;
}

/* UCP navigation menu
----------------------------------------*/

/* Link styles for the sub-section links */
#navigation a {
	background-color: #FAFAFA;
    border: 1px solid #CCCCCC;    
	color: #999;
}

#navigation a:hover {	
	color: #111;
}

#navigation #active-subsection a {
	color: #111;	
}


/* Preferences pane layout
----------------------------------------*/
#cp-main h2 {
	color: #666;
}
#cp-main .panel .header dt a,#cp-main .panel .header dd a{    
   color: #fff;   
}
#cp-main .pm {
	background-color: #E8E8E8;
}
#cp-main .panel li.row {
	border-bottom: 1px solid #dddddd;
	border-top:  1px solid #ffffff;
}
/* Friends list */
.cp-mini {
	background-color: #eeeeee;
}

dl.mini dt {
	color: #425067;
}

/* PM Styles
----------------------------------------*/
/* PM Message history */
.current {
	color: #000000 !important;
}

/* PM marking colours */
.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
	border-left-color: #BC2A4D;
	border-right-color: #BC2A4D;
}

.pmlist li.pm_marked_colour, .pm_marked_colour {
	border-color: #FF6600;
}

.pmlist li.pm_replied_colour, .pm_replied_colour {
	border-color: #A9B8C2;
}

.pmlist li.pm_friend_colour, .pm_friend_colour {
	border-color: #5D8FBD;
}

.pmlist li.pm_foe_colour, .pm_foe_colour {
	border-color: #000000;
}

/* Avatar gallery */
#gallery label {
	background-color: #FFFFFF;
	border-color: #CCC;
}

#gallery label:hover {
	background-color: #EEE;
}

/*  	
--------------------------------------------------------------
Colours and backgrounds for forms.css
-------------------------------------------------------------- */

/* General form styles
----------------------------------------*/
select {
	border: 1px solid #CCCCCC;
	background-color: #FAFAFA;
	color: #777;
}

label {
	color: #666666;
}

option.disabled-option {
	color: graytext;
}
input[type="checkbox"] {
	background-color: transparent!important;
}
/* Definition list layout for forms
---------------------------------------- */
dd label {
	color: #333;
}

/* Hover effects */
fieldset dl:hover dt label {
	color: #000000;
}

fieldset.fields2 dl:hover dt label {
	color: inherit;
}

/* Quick-login on index page */
fieldset.quick-login input.inputbox {
	background-color: #F2F3F3;
}

/* Posting page styles
----------------------------------------*/

#message-box textarea {
	color: #333333;
}

/* Input field styles
---------------------------------------- */
.inputbox {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;	
	color: #777;
}
.inputbox:focus {		
	color: #333;
}

/* Form button styles
---------------------------------------- */

/* <a> button in the style of the form buttons */
a.button1,a.button2,
input.button1,input.button2,input.button3,.buttons a{
	color: #777777;
	border: 1px solid #CCCCCC;
	background-color: #FAFAFA;
}

/* Hover states */
a.button1:hover,a.button2:hover,.buttons a:hover,
input.button1:hover,input.button2:hover,input.button3:hover {
	color: #111;	
	background-color: #FFF;
}

input.disabled {
	color: #666666;
}
/* proSilver Content Styles for MOD Thanks
---------------------------------------- */

dl.thanks {
	min-height: 35px;
	background-position: 10px 50%;		/* Position of folder icon */
	background-repeat: no-repeat;
}

dl.thanks dt {
	padding-left: 45px;					/* Space for folder icon */
	background-repeat: no-repeat;
	background-position: 5px 95%;		/* Position of topic icon */
	width: 45%;
}

dd.lastpostthanks {
	width: auto;
	font-size: 1.1em;
}
dd.lastpostthanks span {
	display: block;
	padding-left: 5px;
}
/* List in forum description */
dl.thanks dt ol,
dl.thanks dt ul {
	list-style-position: inside;
	margin-left: 1em;
}

dl.thanks dt li {
	display: list-item;
	list-style-type: inherit;
}
li.header dl.thanks {
	min-height: 0;
}

li.header dl.thanks dt {
	/* Tweak for headers alignment when folder icon used */
	padding-left: 0;
	padding-right: 50px;
}

/* Forum list column styles */
dl.thanks {
	min-height: 35px;
	background-position: 10px 50%;		/* Position of folder icon */
	background-repeat: no-repeat;
}

dl.thanks dt {
	padding-left: 45px;					/* Space for folder icon */
	background-repeat: no-repeat;
	background-position: 5px 95%;		/* Position of topic icon */
}
/* Icon images
---------------------------------------- */
.icon-thanks, .icon-thanks_toplist {
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: none;
	padding: 1px 0 0 17px;
}

.icon-thanks					{ background-image: url("./styles/RenaultAlpine/theme/images/icon_thanks.gif"); }
.icon-thanks_toplist			{ background-image: url("./styles/RenaultAlpine/theme/images/icon_thanks_toplist.gif"); }

/* Set profile icon dimensions */
ul.profile-icons li.thanks-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.removethanks-icon	{ width: 20px; height: 20px; }

/* Profile & navigation icons */
.thanks-icon, .thanks-icon a		{ background-image: url("./styles/RenaultAlpine/imageset/thankposts.gif"); }
.removethanks-icon, .removethanks-icon a	{ background-image: url("./styles/RenaultAlpine/imageset/removethanks.gif"); }
/* Membership Styles
---------------------------------------- */
li.header dt.column20pc {
	float: left;
	width: 15%;
}

ul.topiclist dt.column20pc {
	float: left;
	width: 15%;
}
.column10pc {
	float: left;
	width: 10%;
	text-align: center;
}
.column15pc {
	float: left;
	width: 15%;
	text-align: center;
}
.column10pcleft {
	float: left;
	width: 10%;
	text-align: left;
}
.column10pcright {
	float: right;
	width: 10%;
	text-align: right;
}
.column15pcleft {
	float: left;
	width: 15%;
	text-align: left;
}
.column20pc {
	float: left;
	width: 20%;
}
.column30pc {
	float: left;
	width: 30%;
}
.column60pc {
	float: left;
	width: 60%;
}
dd.message {
	width: 100%;
}
.wrong {
	color: red;
}
.ok {
	color: black;
}
.form_ok {
	color: black;
	display:none;
}
.form_error {
	color: red;
	display:block;
}
fieldset.product dt {
	border-right: medium none;
	display: block;
	float: left;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 35%;
}
fieldset.product dd {
	border-left: medium none;
	float: left;
	font-size: 1.1em;
	margin-left: 0;
	padding: 0 5px;
	width: auto;
}
dd.price {
	width: 15%;
	text-align: right;
	line-height: 2.2em;
	font-size: 1.2em;
	padding: 5px;
	border: 5px;
 }
dd.options {
	width: 10%;
	text-align: center;
	line-height: 2.2em;
	font-size: 1.2em;
	padding: 5px;
	border: 5px;
}
dd.actions {
	width:15%;
}

li.header dl.product 
{
	min-height: 0;
}

li.header dl.product dt 
{
	/* Tweak for headers alignment when folder product used */
	padding-left: 0;
	padding-right: 50px;
}

/* Forum list column styles */
dl.product 
{
	min-height: 35px;
	background-position: 10px 50%;		/* Position of folder product */
	background-repeat: no-repeat;
}

dl.product dt 
{
	padding-left: 45px;					/* Space for folder product */
	background-repeat: no-repeat;
	background-position: 5px 95%;		/* Position of topic product */
}

dd.posts, dd.topics, dd.views 
{
	width: 8%;
	text-align: center;
	line-height: 2.2em;
	font-size: 1.2em;
}

/* List in forum description */
dl.product dt ol,
dl.product dt ul 
{
	list-style-position: inside;
	margin-left: 1em;
}

dl.product dt li 
{
	display: list-item;
	list-style-type: inherit;
}

.payment_button
{ 
	color:white;
	height: 45px;
	width: 116px;
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0px solid #FFFFFF;
	display: block;
	cursor: pointer;
}

.product-icon span
{ 
	background-image: url("./styles/RenaultAlpine/imageset/en/button_topic_reply.gif"); 
}
.buttons div.product-icon
{ 
	width: 96px; height: 25px; 
}
.sd-button {
	background: url("./styles/RenaultAlpine/theme/images/btn_blue_sprite.gif") no-repeat right -140px transparent;
	display:inline-block;
	padding-right: 9px; /* Right hand bit sliding doors padding */
	cursor:pointer;
}

.sd-button .form_button
{
  padding:0;
  margin:0;
}

.sd-button input.form_button {
	background: transparent url("./styles/RenaultAlpine/theme/images/btn_blue_sprite.gif") no-repeat left top;
  padding-left:8px;
  padding-right:2px;
  text-align:center;
  line-height:26px;
  height:50px;
  margin-left:0px; /* fixes margin issue with safari and chrome. no an issue for ie or ff. */
  display:inline-block;
}

input.form_button {
  cursor:pointer;
  font-weight:bold;
  display:inline-block;
  border:0;
  font-size:14px;
  color:#FFFFFF;
	width: auto; /* fixes width issue for ie browsers */
	overflow:visible; /* fixes width issue for ie browsers */
}

.sd-button:hover input.form_button {
	background-position: 0 -70px;	
  color:#FFFFFF;
}

.sd-button:active input.form_button {
	background-position: 0 -70px;
  color:#FFFFFF;
}

.sd-button:hover {
  background-position:right -210px;
}

.sd-button:hover .form_buttom {
  background-position:0 -70px;
}

.sd-button:active {
	background-position:right -210px;
}

.sd-button:active .form_button {
	background-position:0 -70px;
}

input.form_button[type="submit"]::-moz-focus-inner, input.form_button[type="button"]::-moz-focus-inner {	
  border : 0px;
} 

input.form_button[type="submit"]:focus, input.form_button[type="button"]:focus{	
  outline : none; 
}
/* SMALLER BUTTON */

.sd-button-small {
	background: transparent url("./styles/RenaultAlpine/theme/images/btn_blue_sprite_small.gif") no-repeat right -70px;
  display:inline-block;
	padding-right: 9px; /* Right hand bit sliding doors padding */
	cursor:pointer;
}

.sd-button-small .form_button
{
  padding:0;
  margin:0;
}

input.form_button {
  cursor:pointer;
  font-weight:bold;
  display:inline-block;
  border:0;
  font-size:14px;
  color:#FFFFFF;
	width: auto; /* fixes width issue for ie browsers */
	overflow:visible; /* fixes width issue for ie browsers */
}

.sd-button-small input.form_button {
	background: transparent url("./styles/RenaultAlpine/theme/images/btn_blue_sprite_small.gif") no-repeat left top;
  padding-left:8px;
  padding-right:2px;
  text-align:center;
  line-height:26px;
  height:25px;
  margin-left:0px; /* fixes margin issue with safari and chrome. no an issue for ie or ff. */
  display:inline-block;
  font-size:12px;
}

.sd-button-small:hover input.form_button {
	background-position: 0 -35px;	
  color:#FFFFFF;
}

.sd-button-small:active input.form_button {
	background-position: 0 -35px;
  color:#FFFFFF;
}

.sd-button-small:hover {
  background-position:right -105px;
}

.sd-button-small:hover .form_buttom {
  background-position:0 -35px;
}

.sd-button-small:active {
	background-position:right -105px;
}

.sd-button-small:active .form_button {
	background-position:0 -35px;
}

input.form_button[type="submit"]::-moz-focus-inner, input.form_button[type="button"]::-moz-focus-inner {	
  border : 0px;
} 

input.form_button[type="submit"]:focus, input.form_button[type="button"]:focus{	
  outline : none; 
}
.centeredImage
{
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}
/* proSilver Style Sheet Tweaks

These style definitions are mainly IE specific 
tweaks required due to its poor CSS support.
-------------------------------------------------*/
* html span.corners-top, * html span.corners-bottom { background-image: url("./styles/RenaultAlpine/theme/images/corners_left.gif"); }
* html span.corners-top span, * html span.corners-bottom span { background-image: url("./styles/RenaultAlpine/theme/images/corners_right.gif"); }

span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span, span.divider {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 5px;
	background-repeat: no-repeat;
}
/* Membership Styles
---------------------------------------- */
li.header dt.column20pc {
	float: left;
	width: 15%;
}

ul.topiclist dt.column20pc {
	float: left;
	width: 15%;
}
.column10pc {
	float: left;
	width: 10%;
	text-align: center;
}
.column15pc {
	float: left;
	width: 15%;
	text-align: center;
}
.column10pcleft {
	float: left;
	width: 10%;
	text-align: left;
}
.column10pcright {
	float: right;
	width: 10%;
	text-align: right;
}
.column15pcleft {
	float: left;
	width: 15%;
	text-align: left;
}
.column20pc {
	float: left;
	width: 20%;
}
.column30pc {
	float: left;
	width: 30%;
}
.column60pc {
	float: left;
	width: 60%;
}
dd.message {
	width: 100%;
}
.wrong {
	color: red;
}
.ok {
	color: black;
}
.form_ok {
	color: black;
	display:none;
}
.form_error {
	color: red;
	display:block;
}
fieldset.product dt {
	border-right: medium none;
	display: block;
	float: left;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 35%;
}
fieldset.product dd {
	border-left: medium none;
	float: left;
	font-size: 1.1em;
	margin-left: 0;
	padding: 0 5px;
	width: auto;
}
dd.price {
	width: 15%;
	text-align: right;
	line-height: 2.2em;
	font-size: 1.2em;
	padding: 5px;
	border: 5px;
 }
dd.options {
	width: 10%;
	text-align: center;
	line-height: 2.2em;
	font-size: 1.2em;
	padding: 5px;
	border: 5px;
}
dd.actions {
	width:15%;
}

li.header dl.product 
{
	min-height: 0;
}

li.header dl.product dt 
{
	/* Tweak for headers alignment when folder product used */
	padding-left: 0;
	padding-right: 50px;
}

/* Forum list column styles */
dl.product 
{
	min-height: 35px;
	background-position: 10px 50%;		/* Position of folder product */
	background-repeat: no-repeat;
}

dl.product dt 
{
	padding-left: 45px;					/* Space for folder product */
	background-repeat: no-repeat;
	background-position: 5px 95%;		/* Position of topic product */
}

dd.posts, dd.topics, dd.views 
{
	width: 8%;
	text-align: center;
	line-height: 2.2em;
	font-size: 1.2em;
}

/* List in forum description */
dl.product dt ol,
dl.product dt ul 
{
	list-style-position: inside;
	margin-left: 1em;
}

dl.product dt li 
{
	display: list-item;
	list-style-type: inherit;
}

.payment_button
{ 
	color:white;
	height: 45px;
	width: 116px;
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0px solid #FFFFFF;
	display: block;
	cursor: pointer;
}

.product-icon span
{ 
	background-image: url("./styles/RenaultAlpine/imageset/en/button_topic_reply.gif"); 
}
.buttons div.product-icon
{ 
	width: 96px; height: 25px; 
}
.sd-button {
	background: transparent url(btn_blue_sprite.gif) no-repeat right -140px; 
  display:inline-block;
	padding-right: 9px; /* Right hand bit sliding doors padding */
	cursor:pointer;
}

.sd-button .form_button
{
  padding:0;
  margin:0;
}

.sd-button input.form_button {
	background: transparent url(btn_blue_sprite.gif) no-repeat left top; 
  padding-left:8px;
  padding-right:2px;
  text-align:center;
  line-height:26px;
  height:50px;
  margin-left:0px; /* fixes margin issue with safari and chrome. no an issue for ie or ff. */
  display:inline-block;
}

input.form_button {
  cursor:pointer;
  font-weight:bold;
  display:inline-block;
  border:0;
  font-size:14px;
  color:#FFFFFF;
	width: auto; /* fixes width issue for ie browsers */
	overflow:visible; /* fixes width issue for ie browsers */
}

.sd-button:hover input.form_button {
	background-position: 0 -70px;	
  color:#FFFFFF;
}

.sd-button:active input.form_button {
	background-position: 0 -70px;
  color:#FFFFFF;
}

.sd-button:hover {
  background-position:right -210px;
}

.sd-button:hover .form_buttom {
  background-position:0 -70px;
}

.sd-button:active {
	background-position:right -210px;
}

.sd-button:active .form_button {
	background-position:0 -70px;
}

input.form_button[type="submit"]::-moz-focus-inner, input.form_button[type="button"]::-moz-focus-inner {	
  border : 0px;
} 

input.form_button[type="submit"]:focus, input.form_button[type="button"]:focus{	
  outline : none; 
}
/* SMALLER BUTTON */

.sd-button-small {
	background: transparent url(btn_blue_sprite_small.gif) no-repeat right -70px; 
  display:inline-block;
	padding-right: 9px; /* Right hand bit sliding doors padding */
	cursor:pointer;
}

.sd-button-small .form_button
{
  padding:0;
  margin:0;
}

input.form_button {
  cursor:pointer;
  font-weight:bold;
  display:inline-block;
  border:0;
  font-size:14px;
  color:#FFFFFF;
	width: auto; /* fixes width issue for ie browsers */
	overflow:visible; /* fixes width issue for ie browsers */
}

.sd-button-small input.form_button {
	background: transparent url(btn_blue_sprite_small.gif) no-repeat left top; 
  padding-left:8px;
  padding-right:2px;
  text-align:center;
  line-height:26px;
  height:25px;
  margin-left:0px; /* fixes margin issue with safari and chrome. no an issue for ie or ff. */
  display:inline-block;
  font-size:12px;
}

.sd-button-small:hover input.form_button {
	background-position: 0 -35px;	
  color:#FFFFFF;
}

.sd-button-small:active input.form_button {
	background-position: 0 -35px;
  color:#FFFFFF;
}

.sd-button-small:hover {
  background-position:right -105px;
}

.sd-button-small:hover .form_buttom {
  background-position:0 -35px;
}

.sd-button-small:active {
	background-position:right -105px;
}

.sd-button-small:active .form_button {
	background-position:0 -35px;
}

input.form_button[type="submit"]::-moz-focus-inner, input.form_button[type="button"]::-moz-focus-inner {	
  border : 0px;
} 

input.form_button[type="submit"]:focus, input.form_button[type="button"]:focus{	
  outline : none; 
}
.centeredImage
{
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}
/* proSilver Style Sheet Tweaks

These style definitions are mainly IE specific 
tweaks required due to its poor CSS support.
-------------------------------------------------*/
* html span.corners-top, * html span.corners-bottom { background-image: url("./styles/RenaultAlpine/theme/images/corners_left.gif"); }
* html span.corners-top span, * html span.corners-bottom span { background-image: url("./styles/RenaultAlpine/theme/images/corners_right.gif"); }

span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span, span.divider {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 5px;
	background-repeat: no-repeat;
}
/*******************************************************************************!
Hide or show the Right-Content Forum Menu or the Sidebar Forum Menu blocks 
********************************************************************************/

#forum-menu {
  display: none; /* Change display: none;  to  display: block;  to show the Right-Content Forum Menu */
}

#forum-menu .nav-collapse,
#forum-menu .nav-collapse.collapse {
    overflow: hidden;
    height: 0;   /* Change height: 0; to height: auto;  to have the forum menu open as default*/    
    float: none!important;    
} 

#sidebar #forum-menu {
  display: block; /* Change display: block;  to  display: none;  to hide the Sidebar Forum Menu */
}

#sidebar #forum-menu .nav-collapse,
#sidebar #forum-menu .nav-collapse.collapse {
    overflow: hidden;
    height: auto;   /* Change height: auto; to height: 0;  to have the forum menu closed as default*/    
    float: none!important;    
} 


/*******************************************************************************!
Change the side of the postprofile and postbody 
********************************************************************************/



.postprofile {    
    float: right!important;    
}
.postbody {    
    float: left!important;    
}
.profile-up-right {
    float: none;   
}



/**********************************************!
 Header Styles
 ***********************************************/

#page-header,#page-body,#page-copyrights,#page-footer {
  width:1170px;
  margin-left: auto;
  margin-right: auto; 
  position: relative;   
}
#page-body:before,#page-header:before, #page-copyrights:before,#page-footer:before,
#page-body:after,#page-header:after,#page-copyrights:after,#page-footer:after {
  content: "";
  display: table;
  line-height: 0;
}
#page-body:after,#page-header:after,#page-copyrights:after,#page-footer:after {
  clear: both;
}

#wrapheader {  
  padding: 0; 
  height: 100px;  
  overflow: hidden;
  clear: both;
  width: 100%; 
  z-index: 100; 
}
.holdericon {
  display: block;    
  height: 45px;
  position: relative;    
  margin-top: 26px;
  text-align: center;    
  font-size: 2.769em!important; 
}
.navbar-links a i {
  position: relative;
  right: 9px;    
  margin-top: 0px;
  vertical-align: top;
}
.icon-right-circled:before {
  position: relative;
  right: 2px!important;   
} 
.header-label {
  position: relative;
  display: block;
  left: 10px; 
}
.logodiv {    
  width: 250px;
  z-index: 1031;
  max-height: 100px;
  height: 100px;     
  position: relative;
  text-align: center;
} 
.logodiv img{
  position:relative;    
  top: 0px;
  z-index: 6666;
  max-height:100%;
}        
.logodiv a {   
  position: relative;  
  width: 100%;
  height:100px;
  display: block; 
  text-decoration: none;
  font-size: 3em;
} 
.logodiv h1{ 
  
  font-family: 'Anton', sans-serif;
  position: relative;
  top: 0;
  text-transform: lowercase;
  line-height: 100px;
  vertical-align: middle;
  width: 100%; 
}
.navbar-links {
  list-style: none outside none;   
}
.navbar-links > li {
  float: left;     
  width: 100px;
  height: 100px;
  display: block;
}
.navbar-links > li > a {
  padding:0;
  line-height: 1.538em;
  width: 100px;
  height: 100px;
  overflow: hidden;   
  position: relative;
  display: block;  
  text-transform: capitalize;
  text-decoration: none;
  font-size: 1em;   
}
li#register { 
  border-right: none;
}
li#register { 
  position: relative;
} 
.msg-counter,.msg-counter-bg {   
  position: absolute;
  width: 26px;
  height: 23px;
  left: 10px;
  overflow: hidden;
  top: 4px;
  z-index: 6;    
}  
.msg-counter strong,.msg-counter-bg strong{
  margin-right: 10px;
  padding: 2px 5px;
  position: relative;
  font-size: 12px;
  top: 2px;    
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;    
} 

 /************************************************ 
 Sizes for the smaller menu 
 ***********************************************/

#wrapheader.small { height: 50px!important; }
#wrapheader.small .logodiv { height: 50px!important; }
#wrapheader.small .logodiv h1 a { height: 50px!important;line-height: 50px;font-size: 2.462em; }
#wrapheader.small .navbar-links li { height: 50px!important;width: 50px !important; }
#wrapheader.small .navbar-links li a { height: 50px !important;width: 50px !important;}
#wrapheader.small .navbar-links a i { position: relative;margin-top: -10px;font-size: 0.6em!important;right: 2px;}
#wrapheader.small .msg-counter-bg strong,#wrapheader.small .msg-counter strong {font-size: 11px;top: -3px;padding: 0 3px; }
#wrapheader.small .msg-counter-bg,#wrapheader.small .msg-counter {left: 5px;}

.navbar-links li,i,.logodiv,li.row,#wrapheader,
.navbar-links li a,.buttons a,a.button1, a.button2, input.button1, input.button2, input.button3,
.navbar-links li a:hover,
.logodiv h1 a,
#sidebar a,#sidebar input,.soc-content ul li a,
.msg-counter-bg strong,.msg-counter strong,
.msg-counter-bg,.msg-counter,.cat a,#sidebar .btn,
.holdericonheader-icon {
  transition: all 0.4s;
  -moz-transition: all 0.4s; /* Firefox 4 */
  -webkit-transition: all 0.4s; /* Safari and Chrome */
  -o-transition: all 0.4s; /* Opera */
}

/************************************************
 Content Styles
************************************************/

#wrapcentre { 
  padding-top: 150px;
  min-height: 420px;
  max-height: 100%;
}
#page-body {  
  margin-top: 10px;
  margin-bottom: 10px;
  z-index: 4;
  position: relative;   
}
#sidebar {
  float: left;
  width: 250px;
}
#right-content {
  width: 900px;
  float: right;
}
button,
input,
select,
textarea {
  margin: 0;  
  vertical-align: middle;
}

.row {
  margin-left:0; 
  width: 100%;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
.panel-header {   
  position: relative;  
  line-height: 44px;  
  text-transform: uppercase;
  font-weight: bold;  
} 
.panel-icon {
  display: inline-block;
  width: 44px;
  height: 44px;  
  margin-right: 10px;  
} 
.panel-icon i {    
  font-size: 1.6em!important;  
  position: relative;
  padding-left: 10px;  
  top: 3px;
}  
i.icon-list,i.icon-tasks {
  font-size:1.52em!important;
}
h3.panel-header,h2.panel-header {    
  font-size: 1.1em!important;  
}
.bg-pic-holder {
  position: fixed;
  top: 0;
  margin: 0 auto;
  max-height: 100%;
  max-width: 1990px;
  min-width: 980px;
  overflow: hidden;
  text-align: center;
  width: 100%;
  z-index: 2;    
}
.bg-pic-holder img {
  margin: 0 auto;    
  text-align: center;
  min-width: 100%;
  width: 100%;
}
.ic-clock {   
   font-size: 0.923em!important;
}
.ic-reported {   
   font-size: 1.154em!important;
}
.ic-unaproved {   
   font-size: 1.19em!important;
   margin-right: 5px;
   margin-left: 2px;
}
.custom-select {   
  display: inline-block;
}
fieldset {
    border: 0 none;
    display: block;
    margin: 0;
    padding: 0;
}
/************************************************
 Right-Content Forum Menu Colapse button
************************************************/

#right-content #forum-menu .btn-navbar i {    
    font-size: 19px;
}
#right-content #forum-menu .btn-navbar {      
    cursor: pointer;    
    float: right;
    right: 0;
    top: 0;
    padding: 12px 13px;    
    position: relative; 
    display: block!important;   
}  

/************************************************
 Forum Menu Colapse button
 ************************************************/

#forum-menu .btn-navbar i {    
    font-size: 16px;
}
#forum-menu .btn-navbar {      
    cursor: pointer;    
    float: right;
    right: 10px;
    top: 8px;
    padding: 8px 8px 5px;
    position: relative; 
    display: block!important;   
}  
#forum-menu .nav-collapse,
#forum-menu .nav-collapse.collapse {
    overflow: hidden;      
    float: none!important;    
  } 

/************************************************
Sidebar and Forum Menu Styles
************************************************/ 

#search i{  
  position: relative;
  left: 10px;
  top: 10px;
}
.adv-search-btn {
  width: 30px !important;
  height: 30px !important; 
  float:left;  
}
 .sidebar-inside-sb {  
  border: none;
  display: inline-block;
  height: 30px!important;
  padding: 2px!important;
  position: relative;
  width: 225px;
}
.sidebar-inside-sb .button2 {    
  border: 0 none;
  cursor: pointer;
  position: absolute;
  right: 2px;
  height: 30px;
  padding: 0;
  text-indent: -9999px;  
  transition: none 0s ease 0s;
  width: 30px !important;
}

.sidebar-inside-sb input.inputbox{
 width: 150px;
 float: left;
 height: 20px; 
 padding: 5px 0 0 5px; 
}  
#s-login input {
 height: 33px;
}  
#s-login i,#search i{
  position: absolute; 
  font-size: 14px; 
}
#s-login i{  
  padding: 8px 8px 8px;    
}
#sidebar a,#forum-menu a { 
  text-decoration: none;
}

#sidebar h4,#forum-menu h4 {   
  position: relative;  
  display: block;
  margin-left: 10px;
  line-height:44px;
  font-size: 1.1em;
  text-transform: uppercase;
  float: left;
} 
.sheader { 
  height: 44px;  
}
.scontent {   
  position: relative;  
  height: auto;
  display: block;  
  padding: 0 10px;  
} 
.search-block-content {   
  position: relative;  
  height: auto;
  display: block;  
  padding: 10px 10px 6px;  
} 
#sidebar input {   
  border:none;  
}
input.input-login{ 
  width: 230px;   
  vertical-align: middle;
  text-indent: 34px;
}
#s-login { 
  padding-bottom: 10px;
  display: table;
  height: 100%; 
}
#sidebar ul li,#forum-menu ul li { 
  list-style: none outside none;
  margin: 0!important;
}
#sidebar ul li a i,#forum-menu ul li a i {   
  margin-left: 10px!important; 
  position: relative;
  top: -1px; 
}    
#sidebar ul li,#forum-menu ul li { 
  height: 34px;  
  line-height: 34px;
  display: block; 
  width: 100%;
  min-width: 100%;
    
}
#sidebar ul li a,#forum-menu ul li a {   
  display: block;
  width: 100%;
  min-width: 100%;  
}
.list { 
  padding: 0!important; 
}
#sidebar .btn {
  padding:6px 10px;
  cursor: pointer;
}
.sblock { 
  margin-bottom: 10px;
  display: block;
  width: 100%;
  position: relative;  
}
.search-bar { 
  display: block;
  margin-top: 0;
}
.adv-search {   
  display: block;
  width: 150px;
  line-height:16px; 
  margin-top: 10px;
  margin-bottom: 10px;
}  

/************************************************
 Tooltip Styles
 ************************************************/

.clearfix:before,.postprofile dd:before,.post:before,
.clearfix:after,.postprofile dd:after,.post:after {
  content: ".";    
  display: block;    
  height: 0;    
  overflow: hidden; 
}
.clearfix:after,.postprofile dd:after,.post:after {
  clear: both;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tooltip {
  position: absolute;
  z-index: 9999;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4; 
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px;  
  text-align: center;
  text-decoration: none;  
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;  
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;  
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;  
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;  
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;  
}

/************************************************
 Footer Styles
 ************************************************/

#wrap-footer {
  width: 100%;
  position: relative;
  margin-top: 50px;
  z-index: 9;     
  clear: both; 
  overflow: hidden;  
}
#page-footer {  
  padding: 20px;
}
.footer-l {
  float: left;
  width: 61%;
}
.footer-r {
  float: right;
  width: 38%;
}
#page-footer a {  
  display: block;
  font-size: 12px;    
}
.footer-block {
  margin-right: 100px;
  text-align: left;
  width: 150px;
  float: left; 
  line-height: 1.538em;
  display:table;     
}
.footer-soc-icons {
    margin-right: 0;
    text-align: left;    
    float: left;    
}
.about {
    width: 348px; 
    margin-right: 112px;
}
#page-footer h4 {    
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px;
}
#wrap-copyrights {
    width: 100%;
    display: block;
    overflow: hidden; 
    position: relative;
    z-index: 9;       
}
#page-copyrights {    
    height: 48px;           
}
#page-copyrights div {    
    margin-top: 14px;    
}
#page-copyrights a {
    display: inline-block;    
}

/************************************************
 Social icons
 ************************************************/

.soc-content ul li {
  float: left; 
  list-style-type: none;
  margin-right: 8px; 
  margin-bottom: 8px; 
}
.soc-content {
  display: inline-block;
  padding-top: 5px;
}
.soc-content ul li a {   
  display: block;
  height: 24px;
  width: 24px;    
  position: relative;
}
.soc-content ul li a.twitter { 
  background-position: 0px -26px;
}
.soc-content ul li a.twitter:hover { 
  background-position: -26px -26px;
}
.soc-content ul li a.facebook { 
  background-position: 0px 0px;
}
.soc-content ul li a.facebook:hover { 
  background-position: -26px 0px;
}
.soc-content ul li a.gplus { 
  background-position: 0px -52px;
}
.soc-content ul li a.gplus:hover { 
  background-position: -26px -52px;
}
.soc-content ul li a.youtube { 
  background-position: 0px -156px;
}
.soc-content ul li a.youtube:hover { 
  background-position: -26px -156px;
}
.soc-content ul li a.rss { 
  background-position: 0px -104px;
}
.soc-content ul li a.rss:hover { 
  background-position: -26px -104px;
}
.soc-content ul li a.flickr { 
  background-position: 0px -78px;
}
.soc-content ul li a.flickr:hover { 
  background-position: -26px -78px;
}
.soc-content ul li a.github { 
  background-position: -0px -130px;
}
.soc-content ul li a.github:hover { 
  background-position: -26px -130px;
}

/************************************************
 General Icons Styles
 ************************************************/

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;  
  height: 17px;   
  line-height: 14px;   
  background-repeat: no-repeat;
}

/************************************************
 Margins and paddings Styles
 ************************************************/

.ml10 { 
  margin-left: 10px;
} 
.mb5 { 
  margin-bottom: 5px;
} 
.mb10 { 
  margin-bottom: 10px;
}
.pb10 { 
  padding-bottom: 10px;
}  
.mt10 { 
  margin-top: 10px;
}
.pull-right {
  float:right;
}
.pull-left {
  float:left;
}

/************************************************
 Navbar Styles 
 ************************************************/

.navbar-fixed-top{
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
  top: 0;
}
.btn-navbar {
  display: none;
  float: right;
  position: absolute;
  z-index: 10333;
  padding: 10px;  
  right: 15px;     
  cursor: pointer; 
  top: 13px;
}

.btn-navbar .btn-bar {
  display: block;
  width: 18px;
  height: 2px; 
}
.btn-navbar .btn-bar + .btn-bar {
  margin-top: 3px;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  #register fieldset.fields2 dt {
      width: 100%;
  }  
  #register fieldset.fields2 dd  {
      width: 100%;
      margin-left: 0;
  }  
  
  .bg-pic-main,.bg-pic-holder,#wrapcentre {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }
  #forum-menu .nav-collapse,
  #forum-menu .nav-collapse.collapse {
    overflow: hidden;
    height: 0;       
    float: none!important;    
  } 
  /* UCP styles */

  fieldset.fields1 .pmlist dt {    
   margin-right: 10px!important;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  #page-header,#page-body,#page-footer,#page-copyrights{
   width: 940px!important;
  } 
	
  /* Columns Width - change the width below if you want to change the width of sidebar 
  ------------------------------------------------------------------------------------ */

  #wrapcentre #page-body #right-content {
    width: 680px;
  }
  #sidebar {
    width: 250px!important;
  }

  /* Columns Width End */


  /* Header styles */

  #wrapheader {
    height: 80px !important;
    
  }
  #wrapcentre {    
    padding-top: 130px!important;    
  }  
  .logodiv {
    height: 80px!important;
    max-height: 80px!important;
  }
  .logodiv h1 {   
      line-height: 80px;    
  }
  .holdericon {    
    font-size: 2.469em !important;
    margin-top: 24px;
    height: 36px!important;
  } 
  .header-label {    
    font-size: 0.9em!important;
    left: 5px!important;    
  } 
  .navbar-links > li { 
   height: 80px!important;
   width: 80px!important; 
  }  
  .navbar-links > li > a { 
   height: 80px!important;
   width: 80px!important; 
  }  

  /* Footer styles */

  .about {
    margin-right: 70px !important;
    width: 320px !important;
  }
  .footer-block {    
    margin-right: 30px;    
    width: 150px;
  }

  /* Viewtopic styles */

  .postbody {  
  width: 75%;   
  }
  .postprofile {   
  width: 23%;  
  }

  /* Remind Box */
   
  #remind input.medium {
    width: 80%!important;
  }

  /* Register Page */
  
  #register .autowidth {
   width: 53%!important;
  } 
}

@media (min-width: 768px) and (max-width: 979px) {

  #page-header,#page-body,#page-footer,#page-copyrights {
    width: 750px!important;
  }	
  #page-header {
    width: 100%!important;
  } 
  .go-top,dd.topics,dd.posts,dd.replies,.panel-icon,dd.views {
    display: none!important;
  }
  ul.topiclist dt {
    width: 55%!important;
  }
  .header dt,.panel-header {
    padding-left: 5px!important;
  } 

  /* Columns Width - change the width below if you want to change the width of sidebar 
------------------------------------------------------------------------------------ */

  #wrapcentre #page-body #right-content {
  width: 490px;
  }
  #sidebar {
  width: 250px!important;
  }

/* Columns Width End 
------------------------------------------------------------------------------------ */

/* Footer styles */
  
  .footer-block {    
    margin-right: 30px;    
    width: 90px;
  }
  .footer-l {    
    width: 55%;
  }
  .footer-r {    
    width: 42%;
  }
  .about {
    margin-right: 50px !important;
    width: 220px !important;
  }
  .footer-social {
    float: right!important;    
  }
  .buttons-expand {
    width:100%; 
    display: table;   
  }

  /* Remind Box */

  #remind input.medium {
    width: 80%!important;
  }

  /* Register Page */
  
  #register .autowidth {
   width: 53%!important;
  } 
}

@media (max-width: 979px) {

	body {
    padding-top: 0;
  }
  #wrapheader { background:none;}  
  #wrapheader .logodiv { height: 80px!important;display: table; }
  #wrapheader .logodiv h1 { vertical-align: middle;line-height: 80px;top: 0!important;}    
  #wrapheader { height: auto!important; }
  #wrapheader .logodiv a { height: 80px!important; }

  .navbar .btn-navbar {
  display: block!important;
  }
  .nav-collapse {
  clear: both!important;
  }
  #page-header .nav-collapse,
  #page-header .nav-collapse.collapse {      
  background: #CE1421;  
  overflow: hidden;
  height: 0;       
  float: none!important;
  } 
  .inner-header {
  background: #C09514;   
  width: 100%;
  height: auto;
  }  
  .navbar-holder {
  margin-left:auto!important;
  margin-right:auto!important;
  width: 100%!important;
  } 
  .navbar-links {
  text-align: center!important;
  }
  #wrapheader .navbar-links li:nth-child(2n+1) {  
  background:none!important;
  }  
  .navbar-links > li {
  display: inline-block!important;
  float: none!important;
  }
  #wrapheader .logodiv {
    background-color: transparent!important;    
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    float: none!important;
  }
  #wrapheader .navbar-links li { height: 75px!important;width: 75px !important; }
  #wrapheader .navbar-links li a { height: 75px !important;width: 75px !important;}
  #wrapheader .navbar-links a i { position: relative;margin-top: -10px;font-size: 0.8em!important;}
  #wrapheader .msg-counter-bg strong,#wrapheader .msg-counter strong {font-size: 11px!important;top: -3px!important;padding: 0 3px; }
  #wrapheader .msg-counter-bg,#wrapheader .msg-counter {left: 5px!important;}
  .holdericon {    
    height: 25px!important;
    margin-top: 26px!important;   
  }
  .header-label {    
    left: 0!important;    
    text-align: left!important;
  }

  .navbar-fixed-top {
    position: relative!important;
  }
  #wrapcentre {    
    padding-top: 50px!important;    
  }  

  .navbar-links li,i,.logodiv,li.row,#wrapheader,
  .navbar-links li a,.buttons a,a.button1, a.button2, input.button1, input.button2, input.button3,
  .navbar-links li a:hover,#forum-menu .btn-navbar .btn-bar,
  .logodiv h1,.logodiv a:hover h1,
  #sidebar a,#sidebar input,.social-content ul li a,
  .msg-counter-bg strong,.msg-counter strong,
  .msg-counter-bg,.msg-counter,.cat a,#sidebar .btn,
  .holdericonheader-icon {
    transition: none 0s ease 0s!important;
    -moz-transition: none 0s ease 0s!important; /* Firefox 4 */
    -webkit-transition: none 0s ease 0s!important; /* Safari and Chrome */
    -o-transition: none 0s ease 0s!important; /* Opera */
  }
  /* Viewtopic styles */

  .postbody,.postprofile {
    float: none;
    width: 100%!important;
  } 
  .postbody {
    margin-top: 10px;
  } 
  .profile-up-right {
    float: right;
    width: 65%;
  } 
  .postprofile dt {
    display: inline-block;    
    width: 33%;
    vertical-align: top;
  }
  fieldset.jumpbox {
    margin-bottom: 5px;    
  }
  .display-options select,.display-options .button2 {    
    margin-bottom: 5px!important;
    margin-top: 5px!important;
  } 
  #memberlist .info {
    display: none!important;
  }  
  /* UCP styles */
  
  #cp-main fieldset dt {    
    width: 100%;
    margin-bottom: 5px;  
  }
  #cp-main fieldset dd {    
   margin-left: 0!important;
  }
  #smiley-box {    
    width: 100%!important;
    float: none;
  } 
  #message-box {
    width: 100%;
  }
  .bbcode-status {
    display: none;
  }
  #cp-main .postprofile dd {    
    float: right;
    width: 64%; 
  }
  #cp-main .postprofile dt {      
    float: left;    
  }
  #cp-main .time, #cp-main .ip {      
    display: none;    
  }
}
@media (min-width: 768px) {
  #page-header.nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }  
}
@media (max-width: 767px) {
  #page-header,#page-body,#page-footer,#page-copyrights{
     width: auto!important;
  }
  
  #right-content,#sidebar {
    float: none;
    width: 100%!important;
  } 
  .sidebar-inside-sb {    
    width: 100%!important;
  } 
  .sidebar-inside-sb input.inputbox {    
    width: 90%!important;
  } 
  #page-copyrights {
    padding-left: 10px;
    padding-right: 10px;
  } 
  input.input-login{ 
  width: 100%;   
  vertical-align: middle;
  text-indent: 34px;
  }
  /* UCP styles */
  #cp-menu,#cp-main {    
    width: 100%!important;
    float: none;
  } 
  #cp-main {    
    margin-left: 0!important;    
  }
  #tabs {    
    min-width: 100%!important;  
  }
  #postingbox .fields1 dd .button2 {
    padding:8px 10px!important;
  }
  #cp-main dd.moderation {
    display: none!important;
  }
  fieldset.fields1 dd {  
  margin-left: 0;
  }
  .left-box {
    float: none!important;
    text-align: left;
    margin-bottom: 5px;
    width: auto;
  }
  #cp-main dd.info {
    display: none!important;
  }  
}

@media (min-width: 481px) and (max-width: 767px) {

  .go-top,dd.topics,dd.replies,dd.posts,.panel-icon,dd.views {
    display: none!important;
  }
  ul.topiclist dt {
    width: 55%!important;
  }
  .header dt,.panel-header {
    padding-left: 5px!important;
  }   
 /* Footer styles */
  
  .footer-block {    
    margin-right: 30px;    
    width: 100%;
    margin-top: 10px;
  }
  .footer-l {    
    width: 55%;
  }
  .footer-r {    
    width: 42%;
  }
  .about {
    margin-right: 50px;    
  }
  .footer-social {   
    margin-top: 10px;   
  }
  /* Remind Box */
   
  #remind input.medium {
    width: 80%!important;
  } 

  /* Register Page */
  
  #register .autowidth {
   width: 63%!important;
  } 
  fieldset dt {   
    width: 40%!important;
  }
}

@media (max-width: 480px) {
  
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    margin-right:0;
    margin-left: 0;
    margin-top: 0;
  }
  .sidebar-inside-sb input.inputbox {
    width: 70% !important;
  }

  .go-top,dd.redirect,dd.lastpost,dd.posts,.panel-icon,dd.views {
    display: none!important;
  }
  ul.topiclist dt {
    width: 65%!important;
  }
  .header dt,.panel-header {
    padding-left: 5px!important;
  }   
  /* Footer styles */
  
  .footer-block {    
    margin-right: 30px;    
    width: 100%!important;
    margin-top: 10px;
  }
  .footer-l {    
    width: 100%!important;
  }
  .footer-r {    
    width: 100%!important;
  }
  .about {
    margin-right: 50px !important; 
    width: 100%!important;   
  }
  .footer-social {   
    margin-top: 10px;   
  }
  #jumpbox {    
    width: 100%!important;
    clear: both;
    margin-top: 5px;
  } 
  .buttons {
    float: left;
    margin-bottom: 10px!important;
    margin-top: 0!important;
  } 
  /* Viewtopic styles */
  .postprofile dt {
    background:none!important;
  }
  .profile-up-right {
    float: right;
    width: 60%;
  }
  .quickmod label {
    display: none;
  }
  fieldset.quickmod {
    margin-bottom: 20px;
  }
  .autowidth {
    width: 93%!important;
  }
  /* Remind Box */

  fieldset dd {    
    margin-left: 0!important;    
  }
  fieldset dt {   
    width: 100%!important;
  }
  #remind input.medium {
    width: 90%!important;
  }
  /* Forum search Bar */

  .search-box {    
    margin-top: 0!important;
    width: 95%;
  }
  .search-box #search_keywords {   
    width: 80%;
  }
  .inside-search-box {   
    width: 99%;
  }

  /* UCP styles */

  #cp-main .postprofile dd {    
    width: 60%!important;
  }
  #cp-main .buttons div {    
   margin-bottom: 10px!important;
  }
  #cp-main .warnings {    
   display: none!important;
  }
  #cp-main .time {    
  display: none!important;
  }
  .column1 {    
    width: 100%!important;
  }
  #cp-main dd.extra {
    display: none!important;
  }

  /* Register Page */

  #register img {
    width: 100%!important;
  }
  #register .autowidth {
   width: 93%!important;
  }

  /* Faq Page */

  #faqlinks .column2 {
    clear: left;
    float: left;
    width: 100%;
  }

  /* Search Results */

  .topic-actions {
    clear: both;
  }
}
