/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
	           .btn-lg{font-size:1.1em;height:39px;display:block;overflow:hidden;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-webkit-box-shadow:rgba(0,0,0,0.15) 0px 1px 3px;-moz-box-shadow:rgba(0,0,0,0.15) 0px 1px 3px;box-shadow:rgba(0,0,0,0.15) 0px 1px 3px;border:solid 1px #6e93b0;background:url('http://concours.argentmetal.com/img/design/button/btn-lg-bg.png') repeat-x 0px 0px;text-shadow:rgba(255,255,255,0.5) 0px 1px 0px;color:#234e70 !important;margin-bottom:5px;padding:5px 10px;line-height:1.4}
.btn-lg img{vertical-align:text-top;display:inline;float:left;margin-right:10px;margin-top:2px}
.btn-lg span{font-size:0.8em;font-weight:normal;display:block;color:#3f6890 !important}
.btn-lg:hover{text-decoration:none}
.btn-lg:active{background-position:0px bottom}
.btn{font-size:15px;color:#000000;border-radius:2px;text-decoration:none;-moz-border-radius:2px;-webkit-border-radius:2px;-webkit-box-shadow:rgba(0,0,0,0.15) 0px 1px 3px;-moz-box-shadow:rgba(0,0,0,0.15) 0px 1px 3px;box-shadow:rgba(0,0,0,0.15) 0px 1px 3px;border:solid 1px #A2781D;background:url('http://concours.argentmetal.com/img/design/button/btn-sm-bg.png') repeat-x 0px 0px;height:27px;line-height:26px;text-shadow:rgba(255,255,255,0.5) 0px 1px 0px;display:inline;float:left;margin-right:5px;padding:0 10px}
.btn:hover{text-decoration:none;color:#4F3509}
.btn:active{background-position:0px bottom}
.btn{margin-top:10px;margin-bottom:20px}
.btn.min { height: 20px; font-size: 12px; line-height: 20px; }
	           .popup {
	display: none;
	z-index: 2000;
	position: absolute;
	background: #FFF;
	border: solid 1px #AAA;	
}
	           #form {
	color:#262626;
	font-family:"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:18px;
	text-align:left;
	padding: 20px;
	margin-left: 20px;
}

#form p, #form h1, #form h2, #form h3, #form pre {
	padding-right:20px;
	padding-left: 0px;
}

#baseloader, #loader {
	bottom:0px;
	left:0;
	overflow-x:hidden;
	overflow-y:auto;
	position:absolute;
	right:0px;
	top:0px;
	width:100%;	
}

#loader {
	z-index: 8001;
	display: none;
	background: transparent url(http://concours.argentmetal.com/img/interface/loaders/bigorange.gif) no-repeat 50% 45%;	
}

#baseloader {
	display: none;
	z-index: 8000;
	opacity:0.8;
	transparency: 0.8;
	background: #6C6352;	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}


.basicform {
	clear:both;
	margin: 25px 0px 10px 0px;	
}

.basicform .rowElem {
	clear: both;
	margin-bottom: 8px;	
}

.basicform .rowElem {
	clear: both;
	margin-bottom: 8px;	
}
.basicform .rowElem.select {
	margin-bottom: 0px;
	height: 39px;		
}
.basicform .rowElem.select > div {
	margin-left: -4px;
}
.basicform .rowElem label {
	display:block;
	float:left;
	width:150px;
	font-weight: bold;
	font-size: 12px;
	height:27px;
	line-height:27px;    
	padding-right: 15px;
    text-align: right;
}

.basicform .rowElem span {
	display:block;
	font-size:13px;
	height:27px;
	line-height:31px;
}

.basicform .rowElem.checkbox span {
	height: 25px;	
}


.basicform .rowElem > span, .basicform .rowElem.select span {
	line-height: 27px;
	height: 31px;
}

.basicform .rowElem.select label {
	line-height: 30px;
}

.basicform .rowItem {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.basicform .rowItem span {
	line-height: 22px;
	font-size: 13px;
}

.basicform .rowItem > span {
	width: 350px;
}

.basicform .rowElem.select span {
	line-height: 31px;	
}

.basicform .rowElem.paragraph {
	margin: 10px 0px;	
}


.basicform.stretch {
	width: 212px;
}

.basicform.stretch input.text {
	width: 200px;	
}

.basicform.stretch .controls {
	margin-left: 0px;	
}

.basicform.stretch .rowElem label {
	display: none;
}

.basicform.stretch .btn {
	margin-bottom: 0px;
	margin-top: 0px;
}

.basicform.stretch .rowElem.submit label {
	display: none;
}

select {
	background: #FFFFFF;	
}

select > option {
	background: #FFFFFF;	
}

.controls {
	margin-left: 165px;
	margin-top: 0px;	
}

h1.title {
	font-family: "Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;	
}


/* Step by Step Menu, Author: Femi Hasani at www.vision.to */
/* Single Image Solution */
/*for free use please leave this credit intact, thank you */
ul.steps{ list-style-type: none;width:100% }

ul.steps li{
/*used em just to experiment with different font sizes and resolutions, but it is more accurate to use pixels */
    position:relative;
    float: left;
	color: #C2C2C2;
   	background: url('http://concours.argentmetal.com/img/design/steps.png') left -15px no-repeat;
	height:30px;
	line-height:30px;
    width:139px;
    font-weight: bold;
	font-size: 110%;
    margin-bottom:1em;
    text-align:center;
    overflow:hidden;
}

ul.steps li a {
	text-decoration: none;	
}
ul.steps li span{ color: #6A4F14; margin: 0 5px 0 10px; }

ul.steps li.empty{
    background-position: left -180px;
    color: #AAA;
}
ul.steps li.first{
    background-position: left -209px;
    color: #FFF;
}
ul.steps li.start {
	color: #fff;
    background-position: left 0px;
}
ul.steps li.next{
    background-position: left -90px;
}
ul.steps li.current{
  color:#fff;
    background-position: left -90px;
}


ul.steps li.first span {
	color:#fff;
}
ul.steps li.current a {
	color: #FFF;
}

ul.steps li.empty a {
	color: #AAA;
}

ul.steps li.empty span {
	color: #AAA;
}

ul.steps li.prevDone span {
	color: #3E6B99;
}



ul.steps li a:hover {
	text-decoration: underline;
}

ul.steps li.start a, ul.steps li.start span {
	color: #FFFFFF;
}

ul.steps li.prevDone {
	color: #AAA;
    background-position: left -60px;
}


ul.steps li.prevDone span {
	color: #AAA;
}

ul.steps li.lastDone, ul.steps li.Done {
	color: #fff;
    background-position: left -315px;
}

ul.steps li.current span {
	color: #fff;
}

.clear {
  clear:both;
}

input.required.errors, textarea.required.errors, select.required.errors, input.required.errors:focus, textarea.required.errors:focus, select.required.errors:focus {
	border: solid 1px #FF1300;
	background: #FFE8EA;
}

.basicform .rowElem label.errors {
	color:#FF1300;
	font-size:12px;
	margin-left:107px;
	margin-top:-27px;
	position:absolute;
	text-align:right;
	width:393px;
}

.hide {
	overflow: hidden;
	height: 0px;
	visibility: hidden;	
}

#form .error {
	margin-left: 20px;	
	font-size: 14px;
	position: absolute;
	top: 15px;
	left: 0px;
	margin-left: 15px;
	margin-right: 15px;
	padding: 15px;	
}

.error.on {
	border: solid 1px #007B11;
	background: #CEFAC2;
}

.error.off {
	border: solid 1px #C40400;
	background: #FDBCBF;
}

table.default {
	border-collapse:collapse;	
}

table.default td:first-child {
	border-left:0 none;
}

table.default td, table.default th {
	border-bottom:1px solid #EEEEEE;
	border-left:1px solid #CCCCCC;
	line-height:18px;
	padding:5px 12px;
	font-size: 12px;
}
	           /* LIKES WIDGETS : socials */

	#widget_likes {
		clear: both;	
		padding: 0px 0px;
		height: 63px;
		overflow:hidden;
	}
	
	#widget_likes .like {
	float:left;
	margin:0 8px 0 0;
	padding:0;
	width:61px;
	}
	           /* jQuery Countdown styles 1.5.9. */
.hasCountdown {
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	background-color: #ccc;
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	width: 48%;
}
.countdown_show3 .countdown_section {
	width: 32.5%;
}
.countdown_show4 .countdown_section {
	width: 24.5%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown_amount {
	font-size: 200%;
}
.countdown_descr {
	display: block;
	width: 100%;
}

	           
#pages {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:35px 0 45px;
overflow:hidden;
padding:0;
text-align:center;
}
#pages li a {
display:inline-block;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
height:17px;
line-height:normal;
padding:3px 8px;
border: 1px solid #b22892;
}
#pages .active {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:;
color:#FFFFFF;
margin:0 0 -2px;
background: url("http://concours.argentmetal.com/img/design/bg_on.gif") repeat-x scroll 0 0 #EBB497;

}
#pages li {
	float: left;
}
#pages li a {
float:left;
color: #000;
}

#pages li:hover a {
	color: #FFF;
	text-decoration: none;
	background: url("http://concours.argentmetal.com/img/design/bg_off.gif") repeat-x scroll 0 0 #EBB497;
}


#pages li:hover a.active {
background: url("http://concours.argentmetal.com/img/design/bg_off.gif") repeat-x scroll 0 0 #EBB497;
	
}
#pages .dots {
	padding:3px 8px;
	float: left;
	color: #000;
}

#pages .next {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:url("http://concours.argentmetal.com/img/design/bg_off.gif") repeat-x scroll 0 0 #EBB497;
color:#b22892;
margin:0 0 0 28px;
}
#pages .back {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:url("http://concours.argentmetal.com/img/design/bg_off.gif") repeat-x scroll 0 0 #EBB497;
color:#b22892;
margin:0 28px 0 0;
}

#pages {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:15px 0 -58px;
overflow:hidden;
padding:0;
text-align:center;
}
#pages li a {
display:inline-block;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
height:17px;
line-height:normal;
padding:3px 8px;
border: 1px solid #b22892;
}

#pages .active, #pages li:hover a.active  {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:;
color:#FFFFFF;
margin:0 0 -2px;
background: #950AAA;

}


#pages li a {
float:left;
color: #000;
}

#pages li:hover a {
	color: #FFF;
	text-decoration: none;
	background:url("http://concours.argentmetal.com/img/design/bg_off.gif") repeat-x scroll 0 0 #EBB497;
}


#pages .dots {
	padding:3px 8px;
	float: left;
	color: #000;
}

#pages .next {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:url("http://concours.argentmetal.com/img/design/bg_off.gif") repeat-x scroll 0 0 #EBB497;
color:#b22892;
margin:0 0 0 28px;
}
#pages .back {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:url("http://concours.argentmetal.com/img/design/bg_off.gif") repeat-x scroll 0 0 #EBB497;
color:#b22892;
margin:0 28px 0 0;
}
	           * {
	outline: none;	
}

html {
padding:0px;
margin:0px;
}
body {
background: url(http://concours.argentmetal.com/img/design/contest/bg.gif) repeat-x;
font-size: 12px;
font-family: Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0px;
margin:0px;
}
a {
color: #395F95;
font-size: 11px;
background-color:transparent;
text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
pre {
color: #564b47;
font-size: 11px;
background-color: #e1ddd9;
font-family: Courier, Monaco, Monospace;
}
p,h1, h3, pre {
padding: 5px 15px;
margin: 0px;
}
h1 {
	font-size: 25px;
}
h3 {
font-size: 13px;
text-transform:uppercase;
color: #564b47;
background-color: transparent;
}

/* Colors */
.gold {
	color: #E19300;	
}
.blue {
	color: #4E76FF;	
}
#socials {
	padding: 0px;
	min-width: 500px;
	max-width: 1015px;	
	margin: 0px auto;
	margin-top: 10px;
}


#socials .lft {
	float: left;
	width: 80%;
} 

#socials .rght {
	float: right;
	width: 10%;
} 

#wrapper {
	padding: 10px;
	min-width: 500px;
	max-width: 995px;	
	margin: 0px auto;
	background: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 120px;
	border: solid 1px #CCC;
}
#header {
	clear: both;
	height: 50px;
	padding: 10px;
	margin: 5px 0 30px;
}

#breadcrumbs {
	clear: both;	
}

#body {
	clear: both;	
	margin-bottom: 15px;
}
#footer {
   	background: url("http://concours.argentmetal.com/img/design/bg_off.gif") repeat-x scroll 0 0 #EBB498;
    border: 2px solid #DEA07F;
   	padding: 10px;
	margin-top: 15px;
	clear: both;
	color: #6F2500;
}
#logotype {
	background: url( http://concours.argentmetal.com/img/design/logo.jpg ) no-repeat;
	line-height: 9999px;
	overflow: hidden;
	height: 62px;
	width: 315px;
	border-right: 1px solid #222;
	float: left;
}
#description {
	display:block;
	float:left;
	font-size:11px;
	margin-left:20px;
	margin-top:21px;
	position:relative;
	width:145px;
}
#selectors {
	margin-left: 280px;	
	float: left;
	width: 380px;
	margin-top: 16px;
}

#selectors ul li {
	float: left;
	margin-right: 5px;
}

#selectors a {
	font-size: 15px;
	padding: 2px 5px;
	color: #FFFFFF;	
}

#selectors a:hover {
	color: #000000;
	background: #FFFFFF;
}

#filters {
}

#filters .button {
	margin-top: 5px;	
	float:right;
}

#filters h4{
	font-weight: bold;
	margin-bottom: 10px;
}
#filters ul > li > label {
	font-weight: bold;
	margin-left: 5px;
}
#filters li {
	padding: 1px 2px;
}

#filters a {
	font-size: 14px;
	color: #FFFFFF;	
}

#filters a:hover {
	color: #000000;
	background: #FFFFFF;
}

/*  positioning-layers dynamisch */
#logo {
position: absolute;
right: 2%;
width: 96%;
text-align: right;
top: 20px;
}
#left {
display: none;
float: left;
width: 200px;
top: 106px;
background-color: #ffffff;
}

#left li.active a {
	background:#FFEDB0 none repeat scroll 0 0;
	color:#000000;
	font-weight:bold;
}

#left li {
}

#left li a {
	display: block;
	border-top:1px solid #AAAAAA;
	padding:7px 15px;
}

#left li a:hover {
	color: #FFFFFF;
	background: #000000;
}

#middleleft {
float: left;
width: 730px;
top: 106px;
margin-left: 10px;
}
#middleleft .box, #middleright .box {	
background: #FFFFFF;
margin-bottom: 25px;
}
.box.lined {
}
.box.lined h1 {
	background: url("http://concours.argentmetal.com/img/design/bgfilters.gif") repeat-x scroll 0 0 transparent;
	color: #6F2500;
	padding-bottom: 9px;
}
#middleright {
float: right;
width: 215px;
top: 106px;
margin: 0 15px;
background-color: #ffffff;
overflow: auto;
}
#middleright .box h3 {
	background: #ebb498 url("http://concours.argentmetal.com/img/design/bg_off.gif") repeat-x scroll 0 0;
	color:#6F2500;
	font-size:14px;
	margin-bottom:10px;
	padding:9px;
	text-transform:uppercase;
	border: 2px solid #dea07f;
}
#right {
	display:none;
	float: left;
	width: 150px;
	top: 106px;
	background-color: #ffffff;
}
#right, #middleright, #left {
}

.corners {
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;	
}

#filters .dropmenu {	
}

#filters .dropmenu .bloc {
	display:none; 
	padding: 30px;
	background: #000000;	
	border-top: 1px solid #222222;	
}

#copyright {
	text-align: right;
	float: right; 
	width: 30%;	
}

#foot_menu {
	float: left; 
	width: 50%;	
}

#foot_menu ul li {
	border-right:1px solid #564A46;
	float:left;
	margin-right:12px;
	padding-right:13px;
}

#foot_menu ul li a {
	font-size: 12px;
	color: #6F2500;
}

#foot_menu ul li a:hover {
	text-decoration: underline;
}

#middleleftcontent h3.search_title {
	font-size: 35px;
	text-transform: none;	
	  color: #c86739;
	  padding: 0px 5px;
	  font-weight: bold;
}

#middleleftcontent h4.search_title {
	font-size: 15px;
	text-transform: none;	
	color: #000000;
	padding: 3px 5px;
	font-weight: bold;
	margin-bottom: 30px;
	width: 550px;
}

#middleleftmenu.box {
//	background: #ebb599 url(http://concours.argentmetal.com/img/design/bgfilters.gif) repeat-x;
	padding: 10px;	
	color: #6F2500;
}
#middleleftcontent .box {
border: 2px solid #DEA07F;
}
   	

#middleleftmenu.box.topmenu {
	background: #ebb497 url(http://concours.argentmetal.com/img/design/bg_off.gif) repeat-x;	
	margin-top: 16px;
	height: 29px;
}

#middleleftmenu.box ul li {
	float: left;
}
#middleleftmenu.box ul li a {
	border-right: 1px solid #AAA;
    color: #000;
    display: block;   
    font-size: 14px;
    font-weight: normal;
    padding: 7px 12px 9px;
}

#middleleftmenu.box ul li a.active {
	background: url(http://concours.argentmetal.com/img/design/bg_on.gif) repeat-x;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #750d00;
	border-right: 1px solid #750d00;
}
#middleleftmenu.box ul li.last a {
	border-right: 0px;
	border-left: 1px solid #AAA;
}

#middleleftmenu.box ul li a.active:hover {
	background: url(http://concours.argentmetal.com/img/design/bg_on.gif) repeat-x;
	color: #FFFFFF;
	text-decoration: none;
	border-right: 1px solid #750d00;
}

#middleleftmenu.box ul li a:hover {
	background: #f7c7ae url(http://concours.argentmetal.com/img/design/bg_on.gif) repeat-x;
	color:#FFFFFF;
	text-decoration: none;
}

#middleleftmenu .lsearch {
	float: left;	
	width: 350px;
}

#middleleftmenu .rsearch {
	float: right;	
	width: 344px;	
}

#account_menu {
float:right;
padding:0 0 15px 10px;
text-align:right;
}

#account_menu ul li {
border-left:1px solid #AAAAAA;
float:right;
margin-left:15px;
padding-left:14px;
}

#account_menu ul li a {
	font-size: 12px;
}

#account_menu ul li.noborder {
	border: 0px;
}

#user_menu {
float:right;
text-align:right;
padding-right: 0px;
}

#user_menu ul li {
border-left:1px solid #AAAAAA;
float:right;
margin-left:10px;
padding-left:10px;
}


#user_menu ul li.noborder {
	border: 0px;
}

#user_menu ul li a {
	background:transparent url(http://concours.argentmetal.com/img/design/icons.png) no-repeat scroll -5px -38px;
	padding-left:21px;
	color:#420B31;
	display:block;
	font-family:helvetica;
	font-size:14px;
	font-weight:bold;
	height:27px;
	line-height:28px;
	padding-left:47px;
}


#user_menu ul li.profil a {
	display: none;
	background: url(http://concours.argentmetal.com/img/design/icons.png) no-repeat -286px -3px;
}

#user_menu ul li.profil a:hover {
	background: url(http://concours.argentmetal.com/img/design/icons.png) no-repeat -9px -3px;
}

#user_menu ul li.shades a {
	padding-left: 37px;
	background: url(http://concours.argentmetal.com/img/design/icons.png) no-repeat -287px -110px;
}

#user_menu ul li.shades a:hover {
	background: url(http://concours.argentmetal.com/img/design/icons.png) no-repeat -10px -109px;
}

#user_menu ul li.favorites a {
	padding-left: 39px;
	background: url(http://concours.argentmetal.com/img/design/icons.png) no-repeat -286px -39px;
}

#user_menu ul li.favorites a:hover {
	background: url(http://concours.argentmetal.com/img/design/icons.png) no-repeat -9px -39px;
}

#user_menu ul li.friends a {
	background: url(http://concours.argentmetal.com/img/design/icons.png) no-repeat -279px -72px;
}

#user_menu ul li.friends a:hover {
	background: url(http://concours.argentmetal.com/img/design/icons.png) no-repeat -2px -72px;
}	

#listing ul li, #topusers ul li {
	padding: 3px 3px 3px 3px;	
}

#listing ul li a, #topusers ul li a {
	font-size: 12px;	
	padding-left: 24px;
	background: url(http://concours.argentmetal.com/img/design/icon.png) no-repeat 0 1px;
}

#listing ul li a:hover, #topusers ul li a:hover {
	background: url(http://concours.argentmetal.com/img/design/icon.png) no-repeat 0 -19px;
}


#popup_login {
	margin-left:723px;
	margin-top:22px;
}

#popup_login .rght {
	border: 1px solid #AAAAAA;	
	width: 380px;
}



#filter_results > ul > li {
	border-top: dotted 1px #AAA;	
	padding: 20px 0px;
}

#filter_results {
	padding: 20px;	
}


#filter_results h3 {
	    font-size: 15px;
    font-weight: bold;
    padding: 10px 0px;
}


#filter_results .keys li label {
	display: block;
    float: left;
    font-size: 12px;
    width: 63px;
}


#filter_results .keys li span {
    margin-left: 29px;
}

#filter_results .description > p {
	padding: 0px;
	margin: 0px;	
	margin-top: 10px;
}


#filter_results .keys li {
	clear:both;
}

#filter_results h4 {
	padding: 0px;
	margin: 0px;
}

#filter_results h4 > p {
	padding: 0px;
	margin: 0px;
}

#filter_results .color {
	font-size: 20px;
	font-weight: bold;
	border-bottom: solid 1px #EEE;
    color:#c37469;
}

#filter_results .picture {
	float: left;
	width: 170px;	
}

#filter_results .details {
	float: left;
	width: 495px;	
}

#advertising .ad {
	margin-bottom: 20px;
}

#middleright .box strong {
	font-weight: bold;	
}
#loader_results {
	
}
.loading {
	background: url(http://concours.argentmetal.com/img/design/loader.gif) no-repeat 50% 0px;
	display: none;
	height: 67px;
	text-align: center;
	padding-top: 75px;
	width:100%;
}

#shortcuts .shortcut {
	display: block;	
	height: 127px;
	width: 350px;
}


#shortcuts a {
	line-height: 9999px;	
	overflow:hidden;
}
#shortcuts .lft {
	float: left;	
}

#shortcuts .rght {
	float: right;	
}

#shortcuts .left.en {
	background: url(http://concours.argentmetal.com/img/design/home/h_left_en.gif) no-repeat;
}
#shortcuts .left.en:hover {
	background: url(http://concours.argentmetal.com/img/design/home/h_left_en.gif) no-repeat 0px -127px;
}

#shortcuts .right.en {
	background: url(http://concours.argentmetal.com/img/design/home/h_right_en.gif) no-repeat;
}

#shortcuts .right.en:hover {
	background: url(http://concours.argentmetal.com/img/design/home/h_right_en.gif) no-repeat 0px -127px;
}



#shortcuts .left.fr {
	background: url(http://concours.argentmetal.com/img/design/home/h_left_fr.gif) no-repeat;
}
#shortcuts .left.fr:hover {
	background: url(http://concours.argentmetal.com/img/design/home/h_left_fr.gif) no-repeat 0px -127px;
}

#shortcuts .right.fr {
	background: url(http://concours.argentmetal.com/img/design/home/h_right_fr.gif) no-repeat;
}

#shortcuts .right.fr:hover {
	background: url(http://concours.argentmetal.com/img/design/home/h_right_fr.gif) no-repeat 0px -127px;
}

.lang {
	float: right;	
}
.lang img {
    float: left;
    width: 20px;
}
.lang a {
    color: #FFFFFF;
    float: left;
    height: 16px;
    margin: 0;
    padding: 0;
    line-height: 29px;
}
.slidedown {
    background: url("http://concours.argentmetal.com/img/interface/top_drop.png") no-repeat scroll 100% 100% transparent;
    float: right;
    font-size: 0;
    height: 16px;
    margin: 0;
    padding: 0;
    width: 16px;
}



#teaser h2,
#teaser h3,
#teaser h4,
#teaser p   {
	padding: 0px;
	margin: 0px;
	width: 400px;
}

#teaser ul li {
	margin-bottom: 20px;	
}

#teaser p {
	width: 375px;	
}

#teaser .intro {
	margin-bottom: 25px;
}

#teaser h2 {
	font-size: 40px;
	color: #bf1a1a;	
}

#teaser h3 {
	font-size: 16px;
	color: #000000;	
	padding: 10px 0px;
	margin-bottom: 20px;
	text-transform: none;
}

#teaser h4 {
	font-size: 20px;
	color: #bf1a1a;	
}

#teaser p {
	text-align: justify;
	padding: 5px 0px;
}

#teaser .left {
	float: left;
	width: 404px;	
	padding-top: 12px;
	text-align: center;
	margin-left: 50px;
}

#teaser #wrapper {
	border: none;
	background: none;
	margin-top: 40px;
}
#teaser .right {
	float: right;
	width: 45%;	
}

#teaser .linelogo {
	display: block;
    float: left;
    font-size: 15px;
    height: 20px;
    width: 20px;
    margin-left: 3px;
    line-height: 52px;
}

#teaser .pres {    
	height: 20px;
    padding-bottom: 20px;	
}


#teaser .first {
	font-size: 14px;
}

#teaser .amlogo {
	float: left;
	height: 41px;
	width: 197px;
	display: block;
	line-height: 9999px;
    background: url("http://concours.argentmetal.com/img/design/contest/amlogo.png") no-repeat;	
	overflow: hidden;
}

#teaser .eplogo {
	float: left;
	height: 41px;
	width: 197px;
	display: block;
	line-height: 9999px;
    background: url("http://concours.argentmetal.com/img/design/contest/eplogo.png") no-repeat scroll 0 9px transparent;
	overflow: hidden;
}

#teaser .home_button {
	margin-top: 10px;
	height: 70px;
	width: 403px;
	line-height: 9999px;
    background: url("http://concours.argentmetal.com/img/design/contest/button.png") no-repeat;	
	overflow: hidden;
	display: block;
}

#teaser .home_button:hover {
    background: url("http://concours.argentmetal.com/img/design/contest/button.png") no-repeat 0px -70px;	
}

#teaser #facebook {
	padding-top: 0px;
	height: 25px;
	display: block;
}

#teaser a {
	font-weight: bold;	
	color: #bf1a1a;
	font-size: 12px;
}
#teaser #copyright {
	margin-top: 30px;
	width: 100%;
	display: block;
	text-align: left;
	font-size: 12px;
	line-height: 17px;	
	height: 55px;
}

#teaser .counting {
	background: url(http://concours.argentmetal.com/img/design/contest/countdown.png) no-repeat;
	margin-top: 0px;
	font-size: 16px;	
	width: 361px;
	padding: 10px;
	height: 45px;
}

.countdown_show4 .countdown_section {
	font-size: 13px;
}


#teaser .red_text {
	background: url("http://concours.argentmetal.com/img/design/contest/text.png") no-repeat scroll 0 0 transparent;
  	display: block;
    height: 150px;
    line-height: 999px;
    overflow: hidden;
    margin-left: 505px;
    margin-top: -90px;
    position: absolute;
    width: 215px;
    z-index: 2000;
}

#teaser .red_selection {
	background: url(http://concours.argentmetal.com/img/design/contest/selected.png) no-repeat;
	position: absolute;
	display: block;
    overflow: hidden;
	width: 283px;
	height: 209px;
	line-height: 999px;
	z-index: 2000;
	margin-left: -7px;
    margin-top: -127px;
}

#teaser .red_selection.bis {
	background: url(http://concours.argentmetal.com/img/design/contest/selected_.png) no-repeat;
}

#teaser .red_loader {
	background: url(http://concours.argentmetal.com/img/design/contest/ajax-loader.gif) no-repeat;	
	position: absolute;
	display: none;
    overflow: hidden;
	width: 35px;
	height: 35px;
	z-index: 2001;
    margin-left: 366px;
    margin-top: -48px;
}
.box {
	border-radius: 5px 5px 5px 5px;
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C0C0C0;
    margin: 0 0 30px;
    padding: 20px 20px 20px 24px;	
    text-align: left;
}

#teaser .participate .box ul li {

}


#rightbox {
	border-radius: 5px 5px 5px 5px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C0C0C0;
    float: right;
    padding: 0 0 25px;
    width: 445px;	
}

#rightbox .box_r {
    margin: 0;
    padding: 24px 24px 0;
}

#rightbox .wtitle {
    padding: 0 0 8px;
}

#rightbox .wtitle h2 {
    color: #494848;
    font: 20px "Liberation sans",Arial,Verdana,Helvetica,sans-serif;
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: "Liberation sans",Arial,Verdana,Helvetica,sans-serif;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: -1px;
}

#rightbox .small_link {
    clear: both;
    margin: 0 auto;
    padding: 10px 0 0;
    text-align: center;
}

#teaser #wrapper.participate {
	background: url("http://concours.argentmetal.com/img/design/logo.png") no-repeat scroll 0 0 transparent;
	padding-top: 76px;	
}

#teaser .participate .left {
	margin-left: 0px;
	padding-top: 0px;
	width: 515px;
	min-height: 700px;
}

#teaser .participate .right {
	width: 450px;	
	overflow: hidden;
}

#teaser .participate h2 {
	text-align: left;
	width: 465px;
	font-size: 27px;
	margin-bottom: 20px;
}

#teaser .participate p {
	text-align: justify;
	line-height: 15px;
	width: 460px;
}
#rightbox .box_r {
	padding: 16px 24px 0;
}


#rightbox .wtitle {
	padding: 0px;
}

#rightbox .box_r h2 {
	font-size: 20px;
	margin-bottom: 12px;
}

#teaser .participate h4 {
	text-align: left;
	width: 465px;
	color:#494848;
}

#partner {
	position: absolute;
	margin-left: 777px;	
	margin-top: -75px;
}

#red_select {
	background: url( http://concours.argentmetal.com/img/design/contest/select.png ) no-repeat;
	width: 229px;	
	height: 91px;
	display: block;    
	margin-left: 270px;
    margin-top: -32px;
    position: absolute;
}

#spot {
	background: url("http://concours.argentmetal.com/img/design/contest/spot.jpg") no-repeat scroll 0 -41px transparent;
	width: 400px;	
	margin-top: 50px;
	height: 61px;
}

#spot_participate {
    margin-left: 186px;
    margin-top: 20px;
    position: absolute;
}


	           
	           /*

Uniform Theme: Uniform Default
Version: 1.6
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/
---
Generated by Uniform Theme Generator:
http://pixelmatrixdesign.com/uniform/themer.html

*/

/* Global Declaration */

div.selector, 
div.selector span, 
div.checker span,
div.radio span, 
div.uploader, 
div.uploader span.action,
div.button,
div.button span {
  background-image: url(http://concours.argentmetal.com/img/vendors/uniform/aristo/sprite-aristo.png);
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}

.selector, 
.radio, 
.checker, 
.uploader,
.button, 
.selector *, 
.radio *, 
.checker *, 
.uploader *,
.button *{
  margin: 0;
  padding: 0;
}

/* INPUT & TEXTAREA */

input.text,
input.email, 
input.password,
textarea.uniform {
  width: 345px;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding: 5px;
  color: #000;
  background: url('http://concours.argentmetal.com/img/vendors/uniform/aristo/bg-input-focus.png') repeat-x 0px 0px;
  border-top: solid 1px #aaa;
  border-left: solid 1px #aaa;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: 0;
}

input.text:focus,
input.email:focus,
input.password:focus,
textarea.uniform:focus {
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  border-color: #AF926D;
  background: #FFFCE2 url('http://concours.argentmetal.com/img/vendors/uniform/aristo/bg-input-focus.png') repeat-x 0px 0px;
}

/* SPRITES */

/* Select */

div.selector {
  background-position: -483px -130px;
  line-height: 26px;
  height: 26px;
}

div.selector span {
  background-position: right 0px;
  height: 26px;
  line-height: 26px;
}

div.selector select {
  /* change these to adjust positioning of select element */
  top: 0px;
  left: 0px;
}

div.selector:active, 
div.selector.active {
  background-position: -483px -156px;
}

div.selector:active span, 
div.selector.active span {
  background-position: right -26px;
}

div.selector.focus, div.selector.hover, div.selector:hover {
  background-position: -483px -182px;
}

div.selector.focus span, div.selector.hover span, div.selector:hover span {
  background-position: right -52px;
}

div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
  background-position: -483px -208px;
}

div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {
  background-position: right -78px;
}

div.selector.disabled {
  background-position: -483px -234px;
}

div.selector.disabled span {
  background-position: right -104px;
}

/* Checkbox */

div.checker {
  width: 19px;
  height: 19px;
}

div.checker input {
  width: 19px;
  height: 19px;
}

div.checker span {
  background-position: 0px -260px;
  height: 19px;
  width: 19px;
}

div.checker:active span, 
div.checker.active span {
  background-position: -19px -260px;
}

div.checker.focus span,
div.checker:hover span {
  background-position: -38px -260px;
}

div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
  background-position: -57px -260px;
}

div.checker span.checked {
  background-position: -76px -260px;
}

div.checker:active span.checked, 
div.checker.active span.checked {
  background-position: -95px -260px;
}

div.checker.focus span.checked,
div.checker:hover span.checked {
  background-position: -114px -260px;
}

div.checker.focus:active span.checked,
div.checker:hover:active span.checked,
div.checker.active:hover span.checked,
div.checker.active.focus span.checked {
  background-position: -133px -260px;
}

div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {
  background-position: -152px -260px;
}

div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {
  background-position: -171px -260px;
}

/* Radio */

div.radio {
  width: 18px;
  height: 18px;
}

div.radio input {
  width: 18px;
  height: 18px;
}

div.radio span {
  height: 18px;
  width: 18px;
  background-position: 0px -279px;
}

div.radio:active span, 
div.radio.active span {
  background-position: -18px -279px;
}

div.radio.focus span, 
div.radio:hover span {
  background-position: -36px -279px;
}

div.radio.focus:active span,
div.radio:active:hover span,
div.radio.active:hover span,
div.radio.active.focus span {
  background-position: -54px -279px;
}

div.radio span.checked {
  background-position: -72px -279px;
}

div.radio:active span.checked,
div.radio.active span.checked {
  background-position: -90px -279px;
}

div.radio.focus span.checked, div.radio:hover span.checked {
  background-position: -108px -279px;
}

div.radio.focus:active span.checked, 
div.radio:hover:active span.checked,
div.radio.focus.active span.checked,
div.radio.active:hover span.checked {
  background-position: -126px -279px;
}

div.radio.disabled span,
div.radio.disabled:active span,
div.radio.disabled.active span {
  background-position: -144px -279px;
}

div.radio.disabled span.checked,
div.radio.disabled:active span.checked,
div.radio.disabled.active span.checked {
  background-position: -162px -279px;
}

/* Uploader */

div.uploader {
  background-position: 0px -297px;
  height: 28px;
}

div.uploader span.action {
  background-position: right -409px;
  height: 24px;
  line-height: 24px;
}

div.uploader span.filename {
  height: 24px;
  /* change this line to adjust positioning of filename area */
  margin: 2px 0px 2px 2px;
  line-height: 24px;
}

div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
  background-position: 0px -353px;
}

div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action {
  background-position: right -437px;
}

div.uploader.active span.action,
div.uploader:active span.action {
  background-position: right -465px;
}

div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action {
  background-position: right -493px;
}

div.uploader.disabled {
  background-position: 0px -325px;
}

div.uploader.disabled span.action {
  background-position: right -381px;
}

div.button {
  background-position: -480px -631px;
}

div.button span {
  background-position: right -496px;
}

div.button.focus,
div.button:focus,
div.button:hover,
div.button.hover {
  background-position: -480px -663px;
}

div.button.focus span,
div.button:focus span,
div.button:hover span,
div.button.hover span {
  background-position: right -528px; 
}

div.button.active,
div.button:active {
  background-position: -480px -727px;
}

div.button.active span,
div.button:active span {
  background-position: right -592px;
  color: #555;
}

div.button.disabled,
div.button:disabled {
  background-position: 0px -613px;
}

div.button.disabled span,
div.button:disabled span {
  background-position: right -733px;
  color: #bbb;
  cursor: default;
}

/* PRESENTATION */

/* Button */

div.button {
  height: 30px;
}

div.button span {
  margin-left: 13px;
  height: 22px;
  padding-top: 8px;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 15px;
}

/* Select */
div.selector {
  width: 190px;
  font-size: 12px;
}

div.selector select {
  min-width: 190px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  border: solid 1px #fff;
}

div.selector span {
  padding: 0px 25px 0px 2px;
  cursor: pointer;
}

div.selector span {
  color: #666;
  width: 158px;
  text-shadow: 0 1px 0 #fff;
}

div.selector.disabled span {
  color: #bbb;
}

/* Checker */
div.checker {
  margin-right: 5px;
}

/* Radio */
div.radio {
  margin-right: 3px;
}

/* Uploader */
div.uploader {
  width: 190px;
  cursor: pointer;
}

div.uploader span.action {
  width: 85px;
  text-align: center;
  text-shadow: #fff 0px 1px 0px;
  background-color: #fff;
  font-size: 11px;
  font-weight: bold;
}

div.uploader span.filename {
  color: #777;
  width: 82px;
  border-right: solid 1px #bbb;
  font-size: 11px;
}

div.uploader input {
  width: 190px;
}

div.uploader.disabled span.action {
  color: #aaa;
}

div.uploader.disabled span.filename {
  border-color: #ddd;
  color: #aaa;
}
/*

CORE FUNCTIONALITY 

Not advised to edit stuff below this line
-----------------------------------------------------
*/

.selector, 
.checker, 
.button, 
.radio, 
.uploader {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}

.selector select:focus, .radio input:focus, .checker input:focus, .uploader input:focus {
  outline: 0;
}

/* Button */

div.button a,
div.button button,
div.button input {
  position: absolute;
}

div.button {
  cursor: pointer;
  position: relative;
}

div.button span {
  display: -moz-inline-box;
  display: inline-block;
  line-height: 1;
  text-align: center;
}

/* Select */

div.selector {
  position: relative;
  padding-left: 10px;
  overflow: hidden;
}

div.selector span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.selector select {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity:0);
  height: 25px;
  border: none;
  background: none;
}

/* Checker */

div.checker {
  position: relative;
}

div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}

div.checker input {
  opacity: 0;
  filter: alpha(opacity:0);
  display: inline-block;
  background: none;
}

/* Radio */

div.radio {
  position: relative;
}

div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}

div.radio input {
  opacity: 0;
  filter: alpha(opacity:0);
  text-align: center;
  display: inline-block;
  background: none;
}

/* Uploader */

div.uploader {
  position: relative;
  overflow: hidden;
  cursor: default;
}

div.uploader span.action {
  float: left;
  display: inline;
  padding: 2px 0px;
  overflow: hidden;
  cursor: pointer;
}

div.uploader span.filename {
  padding: 0px 10px;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
}

div.uploader input {
  opacity: 0;
  filter: alpha(opacity:0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
  height: 25px;
  border: none;
  cursor: default;
}
	           /*

Uniform Theme: Aristo
Version: 1.0
By: 280North / Ported by Josh Pyles
License: Creative Commons Share Alike
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/
---
Generated by Uniform Theme Generator:
http://pixelmatrixdesign.com/uniform/themer.html

*/

/* Global Declaration */

div.selector, 
div.selector span,
div.checker span,
div.radio span,
div.uploader,
div.uploader span.action {
  background-image: url(http://concours.argentmetal.com/img/vendors/uniform/aristo/sprite-aristo.png);
  background-repeat: no-repeat;
}

.selector, 
.radio, 
.checker, 
.uploader, 
.selector *, 
.radio *, 
.checker *, 
.uploader *{
	margin: 0;
	padding: 0;
}

/* SPRITES */

/* Select */

div.selector {
  background-position: -483px -160px;
  line-height: 32px;
	height: 32px;
}

div.selector span {
  background-position: right 0px;
  height: 32px;
  line-height: 32px;
  color:#000000;
  font-size:13px;
  font-weight:normal;
  text-shadow:0 1px 0 #FFFFFF;
  width:250px;
}

div.selector select {
  /* change these to adjust positioning of select element */
  top: 0px;
	left: 0px;
}

div.selector:active, 
div.selector.active {
	background-position: -483px -192px;
}

div.selector:active span, 
div.selector.active span {
	background-position: right -32px;
}

div.selector.focus, div.selector.hover, div.selector:hover {
	background-position: -483px -224px;
}

div.selector.focus span, div.selector.hover span, div.selector:hover span {
	background-position: right -64px;
}

div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
	background-position: -483px -256px;
}

div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {
	background-position: right -96px;
}

div.selector.disabled,
div.selector.disabled:active,
div.selector.disabled.active {
	background-position: -483px -288px;
}

div.selector.disabled span,
div.selector.disabled:active span,
div.selector.disabled.active span {
  background-position: right -128px;
}

/* Checkbox */

div.checker {
  width: 23px;
  height: 23px;
}

div.checker input {
  width: 23px;
  height: 23px;
}

div.checker span {
  background-position: 0px -320px;
  height: 23px;
  width: 23px;
}

div.checker:active span, 
div.checker.active span {
	background-position: -23px -320px;
}

div.checker.focus span,
div.checker:hover span {
	background-position: -46px -320px;
}

div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
	background-position: -69px -320px;
}

div.checker span.checked {
	background-position: -92px -320px;
}

div.checker:active span.checked, 
div.checker.active span.checked {
	background-position: -115px -320px;
}

div.checker.focus span.checked,
div.checker:hover span.checked {
	background-position: -138px -320px;
}

div.checker.focus:active span.checked,
div.checker:hover:active span.checked,
div.checker.active:hover span.checked,
div.checker.active.focus span.checked {
	background-position: -161px -320px;
}

div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {
	background-position: -184px -320px;
}

div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {
	background-position: -207px -320px;
}

/* radio */

div.radio {
  width: 23px;
  height: 23px;
}

div.radio input {
  width: 23px;
  height: 23px;
}

div.radio span {
  height: 23px;
  width: 23px;
  background-position: 0px -343px;
}

div.radio:active span, 
div.radio.active span {
	background-position: -23px -343px;
}

div.radio.focus span, 
div.radio:hover span {
	background-position: -46px -343px;
}

div.radio.focus:active span,
div.radio:active:hover span,
div.radio.active:hover span,
div.radio.active.focus span {
	background-position: -69px -343px;
}

div.radio span.checked {
	background-position: -92px -343px;
}

div.radio:active span.checked,
div.radio.active span.checked {
	background-position: -115px -343px;
}

div.radio.focus span.checked, div.radio:hover span.checked {
	background-position: -138px -343px;
}

div.radio.focus:active span.checked, 
div.radio:hover:active span.checked,
div.radio.focus.active span.checked,
div.radio.active:hover span.checked {
	background-position: -161px -343px;
}

div.radio.disabled span,
div.radio.disabled:active span,
div.radio.disabled.active span {
	background-position: -184px -343px;
}

div.radio.disabled span.checked,
div.radio.disabled:active span.checked,
div.radio.disabled.active span.checked {
	background-position: -207px -343px;
}

/* uploader */

div.uploader {
  background-position: 0px -366px;
  height: 32px;
}

div.uploader span.action {
  background-position: right -494px;
  height: 24px;
  line-height: 24px;
}

div.uploader span.filename {
  height: 24px;
  /* change this line to adjust positioning of filename area */
  margin: 4px 0px 4px 4px;
  line-height: 24px;
}

div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
  background-position: 0px -430px;
}

div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action {
  background-position: right -526px;
}

div.uploader.active span.action,
div.uploader:active span.action {
  background-position: right -558px;
}

div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action {
  background-position: right -590px;
}

div.uploader.disabled {
  background-position: 0px -398px;
}

 div.uploader.disabled span.action {
  background-position: right -462px;
}

/* PRESENTATION */

/* Select */
div.selector {
  margin-bottom: 0px;
  width: 350px;
  font-weight: bold;
  color: #464545;
  font-size: 14px;
}

div.selector select {
  width: 290px;
  padding: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	border: solid 1px #fff;
}

div.selector span {
  padding: 0px 25px 0px 2px;
  cursor: pointer;
}

div.selector span {
  width: 250px;
  text-shadow: 0 1px 0 #fff;
}

div.selector.disabled span {
	color: #bbb;
}

/* checker */
div.checker {
  margin-right: 5px;
}

/* radio */
div.radio {
  margin-right: 5px;
}

/* uploader */
div.uploader {
  width: 190px;
  margin-bottom: 20px;
  cursor: pointer;
}

div.uploader span.action {
  width: 83px;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  background-color: #fff;
  font-weight: bold;
  color: #1c4257;
}

div.uploader span.filename {
  color: #777;
  width: 82px;
  border-right: solid 1px #567c91;
  font-size: 90%;
  font-size: 11px;
}

div.uploader input {
  width: 190px;
}

 div.uploader.disabled span.action {
  color: #aaa;
}

 div.uploader.disabled span.filename {
  border-color: #ddd;
  color: #aaa;
}
/*

CORE FUNCTIONALITY 

Not advised to edit stuff below this line
-----------------------------------------------------
*/

.selector select:focus, .radio input:focus, .checker input:focus, uploader input:focus {
  outline: 0;
}

/* Select */

 div.selector {
	position: relative;
	padding-left: 10px;
}

 div.selector span {
	display: block;
	float: left;
}

 div.selector select {
	position: absolute;
	opacity: 0;
}

/* checker */

 div.checker {
	position: relative;
	float: left;
}

 div.checker span {
	display: block;
	float: left;
	text-align: center;
}

div.checker input {
  opacity: 0;
  display: inline-block;
}

/* radio */

div.radio {
	position: relative;
	float: left;
}

div.radio span {
	display: block;
	float: left;
	text-align: center;
}

 div.radio input {
  opacity: 0;
  text-align: center;
  display: inline-block;
}

/* uploader */

div.uploader {
  position: relative;
  float: left;
  overflow: hidden;
}

div.uploader span.action {
  float: left;
  display: inline;
  padding: 4px 0px;
  overflow: hidden;
  cursor: pointer;
}

div.uploader span.filename {
  padding: 0px 10px;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.uploader input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
}
	           #popup_login input.text, 
#popup_login input.email, 
#popup_login input.password, 
#popup_login textarea.uniform { 
	width: 215px;
}

#popup_login .basicform .rowElem label.errors {
	width: 263px;
}

#middleleftmenu div.selector select {
	width: 330px;
}

#middleleftmenu div.selector span {
	width: 305px;
}
.btn.min {
	font-size: 11px;
	text-transform: uppercase;
}

div.button a, div.button button, div.button input {
	position: static;	
}

#form {
	margin-left: 0px;
	padding: 0px;	
}

.basicform .rowElem label {
	text-align: left;
	width: 90px;
}

.basicform .rowElem label.errors {
	width: 349px;
}

.controls {
	margin-left: 0px;	
}