* {
  margin: 0; 
  padding: 0;
}
body {
  background: #fff url('../images/bg-body.png') repeat-x !important;
  /*font: 0.75em/1.3em Verdana, Arial, Helvetica, sans-serif;*/
  color: #333;
  font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
  font-size:12px;
  font-size-adjust:none;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:18px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
  /*font-family: Georgia, Times, serif;
  font-weight: lighter;*/
  text-transform: none;
  padding: 1em 0 0.3em;
}
/*h1 { font-size: 250%; line-height: 100%; margin: 1.2em 0 1em; }*/
h1 { color: #000; font-size: 160%; line-height: 100%; padding: 1.2em 0 1em; font-weight: bold; text-transform: uppercase; }
h1 em { text-transform: none; font-weight: lighter; }
h2 { font-size: 140%; }
h2 span { font-weight: lighter; }
h3 { font-size: 120%; }
/*h3 { font: bold 0.75em/1.3em Verdana, Arial, Helvetica, sans-serif; }*/
h4 { font-size: 120%; }
h5 { font-size: 110%; }
h6 { font-size: 100%; }
h1 a {
  color: #000;
}
h1 a:hover {
  color: #000;
}
h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #333;
  /*border-bottom: 1px dotted #666;*/
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #000;
  text-decoration: none !important;
}
h2 {
  background: url('../images/cross-pattern.png');
  margin-bottom: 9px;
  padding: 18px 18px 9px;
  font-size: 14px;
  line-height: 18px;
}
h3 {
  background: url('../images/cross-pattern.png');
  margin-bottom: 7px;
  padding: 14px 14px 7px;
  font-size: 12px;
  line-height: 14px;
}
img, fieldset { 
  border-width: 0;
}
a {
  color: #003366;
  text-decoration: none;
}
a:hover {
  color: #3366ff !important;
  text-decoration: underline;
}
a:visited {
  color: #4d5c6a;
}
em, i, address, blockquote {
  font: italic 1.1em/1.3em Georgia, Times, serif;
}
hr {
  clear: both;
  visibility: hidden;
  width: auto;
  height: 1%;
}
ul {
  list-style: circle outside url('../images/simple-arrow.gif');
  padding-left: 15px;
  padding-bottom: 1em;
}
li {
  /*position: relative;*/
}
ol {
  /*list-style: decimal outside url('../images/simple-arrow.gif');*/
  padding-left: 2em;
  padding-bottom: 1em;
}
table {
  border-collapse: collapse;
  font-size: 1em;
}
.testcommit {}
tr {
  vertical-align: top;
}
dl {}
dt {
  font-weight: bold;
}
dd {
  padding-left: 1em;
  padding-bottom: 1em;
}
tt {
  white-space: nowrap;
  text-align: right;
  background-color: #3366ff;
  color: #fff;
  font: 9px/11px italic verdana, sans-serif;
  text-transform: none;
  padding: 2px 3px 1px;
  border: 1px solid #eee;
}
form {
  width: auto;
  height: auto;
}
p {
  padding-bottom: 1em;
}
big {
  font: bold italic 2.1em Georgia, Times, serif;
}
legend {
  width: auto;
  height: auto;
  padding: 0 0 11px;
  font-size: 9px;
  line-height: 11px;
}
form p {
  margin: 0 0 2px;
  padding: 0;
  width: auto;
  /*clear: left;*/
 height: auto !important;
  height: 2.2em;
  min-height: 2.2em;
}
label {
  width: auto;
  height: auto;
  float: left;
  padding: 2px 0;
  font-weight: bold;
  font-size: 0.95em;
  border-bottom: 1px dotted #ccc;
}
label:hover {
  cursor: hand;
  cursor: pointer;
}
input, textarea {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  border: 1px solid #ccc;
  font: 1em/1.3em Verdana, Arial, Helvetica, sans-serif;
  background-color: #fff;
}
select {
  width: auto;
  height: auto;
  border: 1px solid #ccc;
  padding: 0;
  font: 1em/1.3em Verdana, Arial, Helvetica, sans-serif;
  background-color: #fff;
}
option {
  width: auto;
  height: auto;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #fff;
  padding: 0 2px;
}
input[type="checkbox"],
input[type="radio"], 
input[type="image"],
input[type="button"],
input[type="submit"] {
  width: auto;
  border-width: 0;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
button,
input[type="button"],
input[type="submit"] {
  padding: 0.3em 1em 0.5em;
  margin: 1em 0 0;
  border: 1px solid #fff;
  /*background: #eee url('../images/bg-button.png') repeat-x center left;*/
  background-color: #003366;
  color: #fff;
  font-size: 10px !important;
  font-weight: bold;
  width: auto !important;
}
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  background-color: #3366ff;
}
button span {
  font-weight: normal;
}
.checkbox_container label {
  width: auto;
  border-width: 0;
  display: inline !important;
  float: none;
  padding: 0;
  font-weight: normal;
}
.textarea_container label {
  width: auto;
  border-width: 0;
  display: block !important;
  float: none;
  padding: 0;
  font-weight: normal;
}
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  display: inline !important;
  vertical-align: middle;
}
form .actions {
  padding: 0.5em 0 0;
  margin: 0;
  text-align: center;
  font-size: 9px;
}
/*---------------------------------*/
#container {
  position: relative;
  top: 0;
  left: 50%;
  margin: 0 0 0 -475px;
  background-color: transparent;
  width: 950px;
  height: auto;
}
#header {
  position: relative;
  width: 950px;
  height: 80px;
  background: transparent url('../images/bg-header.png') no-repeat;
}
#header h1 {
  position: absolute;
  left: 30px;
  top: 35px;
  width: 298px;
  height: 38px;
  background: transparent url('../images/myface.png') no-repeat;
  margin: 0;
  padding: 0;
}
#header a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 298px;
  height: 38px;
}
#header span,
#header blockquote {
  display: none;
}
#main-wrapper {
  width: 100%;
  height: auto;
}
#main {
  width: 902px;
  margin: 0 auto;
}


#sidebar {
}
#backend #sidebar {
  margin-right: -8px;
  float: left;
}
#backend #content {
  margin-left: 179px;
}
#footer {
  background: #fff url('../images/bg-footer.png') repeat-x;
  padding-top: 1em;
  clear: both;
}
#credits {
  clear: both;
  font-size: 10px;
  line-height: 12px;
  color: #666;
  background-color: transparent;
  padding: 1em;
  text-align: center;
}
#backpage {
  width: 950px;
  margin: 0 auto;
}
#legals {
  width: 360px;
  margin: 0 auto;
  font-size: 9px;
  line-height: 1.3em;
  color: #999;
  background-color: transparent;
  padding: 1em 1em 2em;
  text-align: left;
}
#backpage #legals {
  float: left;
  margin: 0;
}
.payement-front {
  float: left;
  width: 250px;
  margin: 0;
  font-size: 9px;
  line-height: 1.3em;
  color: #999;
  background-color: transparent;
  padding: 1em 1em 2em;
  text-align: left;
}
#spplus-front-wrapper {
}
/*---------------------------------*/
#readmenu {
width: auto;
background-color: transparent;
}
#readmenu .level1 {
list-style: none outside none;
padding: 1em 0 0;
}
#readmenu .level1 li {
padding: 0 0;
margin: 0 0;
height: auto;
/*border-bottom: 1px dotted #ccc;*/
}
#readmenu .level1 li h2 {
font-size: 1em;
background-color: #fff;
margin: 0;
padding: 0;
}
#readmenu .level1 a {
display: block;
margin: 0;
padding: 3px 10px 3px 18px;
height: 16px;
background: transparent none;
text-decoration: none;
}
#readmenu .level1 a:hover {
text-decoration: none;
color: #fff;
background-color: #666;
}
#readmenu .level1 li ul {
display: block;
list-style: none outside none;
font-weight: bold;
font-size: 10px;
padding: 5px 5px 4px;
}
#readmenu .level1 li ul li{
padding: 0;
margin: 0 0 1px;
height: 16px;
background: #ddd none;
}
#readmenu .level1 li ul li a {
display: block;
margin: 0;
padding: 2px 0 0 5px;
width: auto;
height: 14px;
color: #333;
background: transparent none;
text-decoration: none;
}
#readmenu .level1 li ul li a:hover {
text-decoration: none;
color: #fff;
background: #333 none;
}
/*---------------------------------*/
#full_profile {
}
#full_profile #identity {
  width: 40%;
  float: left;
  background-color: #efefef;
}
#full_profile #identity h2 {
  /*margin: 0 0 0 20px;*/
}
#full_profile #identity ul {
 margin: 10px 20px -1px;
 list-style: none inside none;
 padding-left: 0;
}
#full_profile #identity ul li {
 border-bottom: 1px solid #fff;
 padding: 1em 0;
}
#full_profile #identity ul li.avatar {
 background-color: #fff;
 padding: 0;
 border-width: 0;
}
#full_profile #identity address {
  margin-left: 35%;
}
#full_profile #identity dd {
  margin-left: 35%;
  width: 65%;
  margin-bottom: 1em;
}
#full_profile #user_products_swf {
  /*margin-left: 43%;*/
  float: right;
  margin-bottom: 1em;
}
#full_profile #biography {
  margin-left: 43%;
}
.user_backend_form label {
  width: 35%;
}
.user_backend_form input {
  margin: 0;
  width: 60%;
}
.user_backend_form #country,
.user_backend_form #first_time {
  margin: 0;
  width: 185px;
}
.user_backend_form #surname {
  margin: 0;
  width: 125px;
}
.user_backend_form .help {
  float: right;
  background-image: none;
  margin-top: 10px;
  margin-right: 10px;
}
.user_backend_form .help ul {
  list-style: square inside;
}
.user_backend_form .avatar {
}
.user_backend_form .avatar img {
  vertical-align: bottom;
}
.username {
  color: #fff;
  font: bold 32px Arial, Helvetica, sans-serif;
}
/*---------------------------------*/
#locator {
  height: auto; 
  padding: 5px;
  border-bottom: 1px dotted #ccc;
}
#box-auth,
#indicator-auth {
  position: absolute;
  top: 57px;
  right: 20px;
  padding: 0 0 0;
  font-weight: normal;
  font-size: 10px !important;
}
#box-auth .on {
  background: transparent url('../images/auth-on.png') no-repeat;
  padding: 0 0 5px 19px;
}
#box-auth .off {
  background: transparent url('../images/auth-off.png') no-repeat;
  padding: 0 0 5px 19px;
}
#box-auth a {
  text-decoration: none;
}
#box-auth a:hover {
  text-decoration: underline;
}
#galleries_buttons {
  margin: 0;
  padding: 0;
  height: 50px; 
  background: url('../images/bg-galleries-buttons.png') no-repeat;
  z-index: 12000;
}
#galleries_buttons ul {
  list-style: none none inside;
  margin: 0;
  padding: 0;
  height: 50px;
}
#galleries_buttons li {
  margin: 0;
  padding: 0;
  float: left;
  height: 50px;
  position: relative;
}
#galleries_buttons h2 {
  margin: 0;
  padding: 0;
  background-image: none;
}
#galleries_buttons a {
  display: block;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0;
  border-width: 0;
}
#galleries_buttons span {
  display: none;
}
#galleries_buttons li#bt-portrait {
  width: 221px;
  background: url('../images/myface-portrait_off.gif') no-repeat;
}
#galleries_buttons li#bt-black {
  width: 221px;
  background: url('../images/myface-black_off.gif') no-repeat;
}
#galleries_buttons li#bt-collector {
  width: 240px;
  background: url('../images/myface-collector_off.gif') no-repeat;
}
#galleries_buttons li#bt-new-talent {
  width: 247px;
  background: url('../images/myface-new-talent_off.gif') no-repeat;
}
#galleries_buttons li#bt-exclusive {
  width: 242px;
  background: url('../images/myface-exclusive_off.gif') no-repeat;
}
#galleries_buttons li#bt-portrait a:hover {
  width: 221px;
  background: url('../images/myface-portrait_on.gif') no-repeat;
}
#galleries_buttons li#bt-black a:hover {
  width: 221px;
  background: url('../images/myface-black_active.gif') no-repeat;
}
#galleries_buttons li#bt-collector a:hover {
  width: 240px;
  background: url('../images/myface-collector_on.gif') no-repeat;
}
#galleries_buttons li#bt-new-talent a:hover {
  width: 247px;
  background: url('../images/myface-new-talent_on.gif') no-repeat;
}
#galleries_buttons li#bt-exclusive a:hover {
  width: 242px;
  background: url('../images/myface-exclusive_on.gif') no-repeat;
}
#galleries_buttons li#bt-portrait.active {
  background: url('../images/myface-portrait_active.gif') no-repeat;
}
#galleries_buttons li#bt-black.active {
  background: url('../images/myface-black_active.gif') no-repeat;
}
#galleries_buttons li#bt-collector.active {
  background: url('../images/myface-collector_active.gif') no-repeat;
}
#galleries_buttons li#bt-new-talent.active {
  background: url('../images/myface-new-talent_active.gif') no-repeat;
}
#galleries_buttons li#bt-exclusive.active {
  background: url('../images/myface-exclusive_active.gif') no-repeat;
}

#introduce {
  margin: 0;
  padding: 0;
  width: 50%;
  height: 530px; 
  background: transparent none;
  float: left;
}

#galleries_buttons_home {
  padding-top: 1em;
}
#galleries_buttons_home ul {
  list-style: none none inside;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
#galleries_buttons_home ul li {
  margin: 0;
  padding: 1em 0;
  /*padding: 0;*/
  float: left;
  width: 24%;
  /*width: 48%;*/
  height: auto;
  border-right: 1px dotted #ccc;
}
#galleries_buttons_home ul ol {
  margin: 0;
  padding: 0;
}
#galleries_buttons_home ul li li {
  margin: 0;
  padding: 0;
  float: none;
  width: auto;
  height: auto;
  border-width: 0;
  border-bottom: 1px dotted #ccc;
}
#galleries_buttons_home ul li.first {
}
#galleries_buttons_home ul li.regular {
}
#galleries_buttons_home ul li.last {
    border-width: 0;
}
#galleries_buttons_home h2 {
  margin: 0;
  padding: 0;
  text-align: center;
  height: 36px;
}
#galleries_buttons_home h2 a {
  display: block;
  width: 100%;
  height: 36px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  border-width: 0;
}
#galleries_buttons_home h2 a span {
  display: none;
}
#galleries_buttons_home p.image {
  padding: 0 0.5em 0.5em;
  text-align: center;
}
#galleries_buttons_home p.image a {
  border: 1px solid #fff;
  display: block;
  padding: 0.5em;
}
#galleries_buttons_home .bt-swf {
  margin: 0 9px 1em;
  padding: 0;
  position: relative;
}
#galleries_buttons_home .bt-swf object,
#galleries_buttons_home .bt-swf embed {
  width: 190px;
  height: 190px;
  margin: 2px 4px 0;
  padding: 0;
}
.square190,
.square190 {
  display: block;
  position: absolute;
  width: 198px;
  height: 198px;
  margin: 0;
  padding: 0;
  background: url('../images/bg-square190.png');
}
#galleries_buttons_home p.image a:hover {
  border: 1px dotted #999;
}
#galleries_buttons_home div.text {
  padding: 0 1em;
  font-size: 0.9em;
  line-height: 1.3em;
  /*display: none;*/
  min-height: 80px;
  height: auto !important;
  height: 80px;
}
#galleries_buttons_home p.visit {
  padding: 0 1em;
  font-size: 0.9em;
  line-height: 1.3em;
  text-align: center;
}
#galleries_buttons_home p.visit a {
  font-weight: bold;
}
#galleries_buttons_home li#bt-home-portrait h2 {
  background: url('../images/myface-portrait_off.gif') center no-repeat;
}
#galleries_buttons_home li#bt-home-black h2 {
  background: url('../images/myface-black_off.gif') center no-repeat;
}
#galleries_buttons_home li#bt-home-collector h2 {
  background: url('../images/myface-collector_off.gif') center no-repeat;
}
#galleries_buttons_home li#bt-home-new-talent h2 {
  background: url('../images/myface-new-talent_off.gif') center no-repeat;
}
#galleries_buttons_home li#bt-home-exclusive h2 {
  background: url('../images/myface-exclusive_off.gif') center no-repeat;
}
#galleries_buttons_home li#bt-home-portrait h2 a:hover {
  background: url('../images/myface-portrait_on.gif') center no-repeat;
}
#galleries_buttons_home li#bt-home-black h2 a:hover {
  background: url('../images/myface-black_on.gif') center no-repeat;
}
#galleries_buttons_home li#bt-home-collector h2 a:hover {
  background: url('../images/myface-collector_on.gif') center no-repeat;
}
#galleries_buttons_home li#bt-home-new-talent h2 a:hover {
  background: url('../images/myface-new-talent_on.gif') center no-repeat;
}
#galleries_buttons_home li#bt-home-exclusive h2 a:hover {
  background: url('../images/myface-exclusive_on.gif') center no-repeat;
}

#updatable_container {
  width: 750px;
  float: right;
  background-color: transparent;
}
#artflow_container {
  width: 950px;
  height: 370px;
  background-color: transparent;
}
/*---------------------------------*/
.contest-page .cssbox {
  float: left;
  margin: 0 -1px 1em 0;
}
.resource .cssbox {
  float: left;
  margin: 0 .4em .5em;
}
.cssbox h3 {
  /*padding-top: 0;*/
}
.cssbox ul {
  padding-bottom: 0;
}
#home-bottom-right .cssbox {
  margin-bottom: 1em;
}
/*---------------------------------*/
#entrance-exams-submit-box-home-wrapper {
  height: 65px;
  width: 902px;
  margin: 0;
  padding: 0;
  clear: both;
  background: url('../images/bg-home-artist-admission.png') no-repeat;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: lighter;
  text-transform: uppercase;
  text-align: center;
}
#entrance-exams-submit-box-home {
  padding: 2em 0 0;
  margin: 0;
}
#entrance-exams-submit-box-home ul {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none inside none;
}
#entrance-exams-submit-box-home ul li {
  float: left;
}
#entrance-exams-submit-box-home a {
  display: block;
  text-decoration: none;
  color: #666 !important;
}
#entrance-exams-submit-box-home a:hover {
  text-decoration: none;
  color: #000 !important;
}
#entrance-exams-submit-box-home span {}
/*---------------------------------*/
#newly_container {
}
#newly_swf_container {
  border: 1px solid #ccc;
}
#newly_container em {
  display: block;
  text-align: center;
  margin-bottom: 0.5em;
}
#home_square_container {
  margin-top: 1em;
}
/*---------------------------------*/
#newsletter_subscribe {
  padding: 1em 0;
  /*border-top: 1px dotted #ccc;*/
}
#newsletter_subscribe label {
  float: none;
  display: block;
  border-width: 0;
}
/*---------------------------------*/
iframe {
  background-color: transparent;
  border-width: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
iframe.hidden {
  display: none;
  width: 0;
  height: 0;
}
#asyncULmsg {
  font-size: 10px;
  line-height: 12px;
  width: auto;
  background: transparent;
}
#file-upload{
  margin: 0;
  padding: 0;
  height: auto;
  width: auto;
}
#MB_content #file-upload{
  background-color: #fff;
  position: relative;
  width: 420px;
  height: 295px;
  overflow: auto;
}
#iframe {
  background-color: transparent;
  width: auto;
  height: 40px;
  position: relative;
}
#iframe iframe{
  overflow: hidden;
  height: 40px;
  width: auto;
  padding: 10px 0 0 10px;
}
#resources{
  background-color: transparent;
  font-size: 10px;
  line-height: 12px;
  width: auto;
}
#resources input {
  margin: 0;
}
/*---------------------------------*/
#error_container {
  position: relative;
  text-align: left;
  width: 500px;
}
#error_container h1 {
  margin: 0;
  padding: 0;
  background-image: none;
}
#error_container h2 {
  color: #ff3300;
  font-size: 14px;
  margin: 0;
  padding: 0;
  background-image: none;
}
#error_container .message img {
  float: left;
  margin-right: 5px;
}
#error_container .info {
  color: #333;
}
#error_container dt {
  font-weight: bold;
  margin-top: 1em;
}
/*---------------------------------*/
#read_left {
  float: left;
  border-right: 1px dotted #ccc;
  background-color: #fff;
  padding: 0 20px 2em 0;
  width: 629px;
}
/*>#read_left {
  width: 649px;
}*/
#read_right {
  margin-left: 650px;
  background-color: #fff;
  padding: 1em 0;
}
#read_right h2 {
  padding-left: 1em;
  font-size: 1em;
}
#read_right ul {
  margin: 0;
  padding-left: 3em;
}
/*---------------------------------*/
#artflow {
  z-index: 100;
}
.cssbox-wrapper {
  width: 100%;
  height: auto;
}
.cssbox {
  position: relative;
  width: auto;
  height: auto;
}
/*---------------------------------*/
#home-bottom-wrapper {
  margin: 2em 0 1em;
}
#home-bottom {
  position: relative;
}
/*---------------------------------*/
#home-bottom-left-wrapper {
  width: 370px;
}
#home-bottom-left {
}
/*---------------------------------*/
#home-bottom-right-wrapper {
  width: 312px;
  float: right;
  position: relative;
}
#home-bottom-right {
  position: relative;
}
/*---------------------------------*/
#cms_nav {
  width: 200px;
  position: absolute;
  top: 0;
  left: 375px;
  height: 100%;
  background: url('../images/cross-pattern.png');
}
#cms_nav ul {
  list-style: none outside none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #ccc;
}
#cms_nav li {
  background: #eee url('../images/bt-nav-off.png') center repeat-x;
  padding: 0.5em 1em;
  border: 1px solid #ccc;
  border-top-width: 0;
}
#cms_nav li a {
  font-size: 10px !important;
  line-height: 12px !important;
  font-weight: normal;
  text-decoration: none;
  color: #333;
  margin: 0;
  padding: 0;
}
#cms_nav li a:hover {
  color: #000;
}
#challenge_container {
  position: relative;
  padding: 1em 0;
  width: auto;
}
#challenge_h1 {
  margin: 0 0 0.2em;
  padding: 0;
  background: transparent url('../images/myface-challenge.gif') no-repeat;
  width: 206px;
  height: 14px;
}
#challenge_h1 a {
  display: block;
  width: 206px;
  height: 14px;
}
#challenge_h1 span {
  display: none;
}
/*---------------------------------*/
#testimonial_h1 {
  margin: 0 0 0.4em;
  padding: 0;
  background: transparent url('../images/myface-in-situation.gif') no-repeat;
  width: 109px;
  height: 14px;
}
#testimonial_h1 a {
  display: block;
  width: 109px;
  height: 14px;
}
#testimonial_h1 span {
  display: none;
}
#home-bottom-left .cssbox-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
#home-bottom-left .cssbox {
  width: auto;
  height: auto;
}
#home-bottom-left .plus {
  position: absolute;
  top: 3px;
  right: 10px;
  text-decoration: none;
}
#home-bottom-left .cssbox h2 {
  margin-top: 0;
}
/*---------------------------------*/
#blog_h1 {
  margin: 0 0 0.2em;
  padding: 0;
  background: transparent url('../images/myface-blog.gif') no-repeat;
  width: 153px;
  height: 14px;
}
#blog_h1 a {
  display: block;
  width: 153px;
  height: 14px;
}
#blog_h1 span {
  display: none;
}
.tags_list {
}
.tags_list li {
  display: inline;
  padding-right: 0.1em;
}
#blog_recent_posts_container {
  margin: 1em 0;
}
#blog_header {
  margin-bottom: 10px;
}
#blog_left {
  width: 650px;
  margin-right: -1px;
  float: left;
}
#blog_right {
  margin-left: 649px;
}
#read_right #tags-list {
  padding: 0 0 1em;
  border-bottom: 1px dotted #ccc;
}
#latest-posts {
  /*padding: 0 0 1em;
  border-bottom: 1px dotted #ccc;*/
}
#latest-posts ul {
  padding-bottom: 0;
  /*padding: 0 0 1em;
  border-bottom: 1px dotted #ccc;*/
}
#blog-feeds {
  padding: 0 0 1em;
  border-bottom: 1px dotted #ccc;
}
#blog-meta {
  padding: 0 0 1em;
  border-bottom: 1px dotted #ccc;
}
#comments label span {
  font-weight: normal;
  font-size: 0.9em;
}
/*---------------------------------*/
#forum_h1 {
  margin: 0;
  padding: 0;
  background: transparent url('../images/myface-forum.gif') no-repeat;
  width: 164px;
  height: 14px;
}
#forum_h1 a {
  display: block;
  width: 164px;
  height: 14px;
}
#forum_h1 span {
  display: none;
}
#forum_container {
  position: relative;
  width: 370px;
  padding: 1em 0;
  border-top: 1px dotted #ccc;
}
#forum_container .plus {
  position: absolute;
  top: 1em;
  right: 1em;
  text-decoration: none;
}
/*---------------------------------*/
#adminmenu-wrapper {
	width: 100%;
	height: 50px;
	padding: 0;
	position: relative;
	margin-top: 1em;
  background: url('../images/cross-pattern.png');
}
#adminmenu {
	width: 550px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -15px 0 0 -275px;
}
#adminmenu ul {
	display: block;
	width: 550px;
	height: 30px;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 100;
	font-size: 0.9em;
	line-height: 1.3em;
}
#adminmenu ul li {
	float: left;
	margin: 0 -1px -1px 0;
	padding: 0;
	list-style-type: none;
	background: #efefef;
	border: 1px solid #ccc;
	height: auto;
  text-align: left;
}
#adminmenu ul li h2 {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.3em;
}
#adminmenu ul li a,
#adminmenu ul li a.current {
	border-width: 0;
	float: left;
	display: block;
	width: auto;
	font-weight: normal;
	background: #eee url('../images/bt-nav-off.png') center repeat-x;
	text-decoration: none;
	color: #000;
	margin: 0;
	padding: 6px 12px;
}
#adminmenu ul li a.current {
  background: #eee url('../images/bg-button.png') repeat-x center left;
}
#adminmenu ul li a:hover {
	color: #000;
	text-decoration: none;
	background: #ccc url('../images/bt-nav-on.png') center repeat-x;
}
#adminmenu ul li.sep {
	color: #fff;
	padding: 6px 12px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#adminmenu ul li a {
	float: none;
}
/* End IE5-Mac hack */
#adminmenu ul ul {
	position: absolute;
	top: -1px;
	left: 0;
	visibility: hidden;
	background-color: transparent;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}
#adminmenu ul ul li {
	float: none;
	margin: -1px -1px 0 0;
	padding: 0;
	width: 150px;
}
#adminmenu ul ul li a,
#adminmenu ul ul li a.current {
	padding: 3px 6px;
}
#adminmenu ul ul li a.current {
	float: none;
	display: block;
}
#adminmenu ul ul li a:hover,
#adminmenu ul ul li a:hover {
	font-weight: normal;
	background: #3399ff none;
}
#adminmenu ul ul ul {
	font-size: 1em;
	line-height: 1.3em;
}
/*---------------------------------*/
#cms {
  padding-bottom: 1em;
}
#hnav {
	width: 100%;
	background: transparent;
	padding: 1em 0;
	height: 24px;
	font-size: 9px;
	line-height: 1.2em;
}
#hnav ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 90;
}
#hnav ul li {
	float: left;
	margin: 0 0 0 1px;
	padding: 0;
	list-style-type: none;
	background: #efefef;
	border: 1px solid #ccc;
}
#hnav ul li a,
#hnav ul li a.current {
	float: left;
	display: block;
	width: auto;
	font-weight: normal;
	background: #eee url('../images/bt-nav-off.png') center repeat-x;
	text-decoration: none;
	color: #000;
	margin: 0;
	padding: 6px 12px;
}
#hnav ul li a.current {
  background: #ccc url('../images/bt-nav-on.png') center repeat-x;
}
#hnav ul li a:hover {
	color: #000;
	text-decoration: none;
	background: #ccc url('../images/bt-nav-on.png') center repeat-x;
}
#hnav ul li.sep {
	color: #fff;
	padding: 6px 12px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#hnav ul li a {
	float: none;
}
/* End IE5-Mac hack */
#hnav ul ul {
	position: absolute;
	top: 1px;
	left: 0;
	visibility: hidden;
	background-color: transparent;
}
#hnav ul ul li {
	float: none;
	margin: 0 1px 0 0;
	padding: 0;
	width: 150px;
	background-color: #333;
	border-top: 1px solid #111;
}
#hnav ul ul li a,
#hnav ul ul li a.current {
	padding: 5px 9px 5px 5px;
}
#hnav ul ul li a.current {
	float: none;
	display: block;
}
#hnav ul ul li a:hover,
#hnav ul ul li a:hover {
	font-weight: normal;
	background-color: #3399ff;
}
ul#breadcrumb,
ul#breadcrumb_trail {
  padding: 0;
  margin: 1em 0;
  font-size: 10px !important;
  line-height: 12px !important;
  height: 12px;
}
ul#breadcrumb li,
ul#breadcrumb_trail li {
  /*display: inline;*/
  float: left;
  list-style: none outside none;
  padding: 0 1em 0 0;
  margin: 0 0.5em 0 0;
  background: url("../images/simple-arrow.gif") right no-repeat;
}
ul#breadcrumb li a,
ul#breadcrumb_trail li a {
  text-decoration: none;
}
ul#breadcrumb li.last,
ul#breadcrumb_trail li.last {
  background: none;
}
div#simple-page-content {
}
div#simple-page-content h1,
div#simple-page-content h2,
div#simple-page-content h3,
div#simple-page-content h4,
div#simple-page-content h5,
div#simple-page-content h6 {
}
/*div#simple-page-content h1 {
  background: url('../images/notify-black.gif') no-repeat;
}
div#simple-page-content h2 {
  background: url('../images/notify-black.gif')  1em left no-repeat;
}*/
div#simple-page-content ol {
  list-style: upper-roman outside;
  margin-left: 20px;
}
div#simple-page-content ol ol {
  list-style: decimal outside;
}
div#simple-page-content ol ol ol {
  list-style: upper-alpha outside;
}
div#simple-page-content ol h1,
div#simple-page-content ol h2,
div#simple-page-content ol h3,
div#simple-page-content ol h4,
div#simple-page-content ol h5,
div#simple-page-content ol h6,
div#simple-page-content ul h1,
div#simple-page-content ul h2,
div#simple-page-content ul h3,
div#simple-page-content ul h4,
div#simple-page-content ul h5,
div#simple-page-content ul h6 {
  background: transparent none;
  padding-left: 0;
}
div#simple-page-content img {
  margin: 10px;
}
div#simple-page-content .mceEditor img {
  margin: 0;
}
/*---------------------------------*/
/*.pager {
  background: url('../images/mbox-bg-header.png') center repeat-x;
  margin: 5px 0;
  padding: 1px 10px 0;
  height: 17px;
  font-size: 10px;
  border: 1px solid #ccc;
  color: #333 !important;
  text-decoration: none;
  text-align: center;
  position: relative;
}
*>pager {
  height: 19px;
}*/
.pager {
  padding: 0 0 2em 0;
  margin: 0 0 1em 0;
  border-bottom: 1px dotted #ccc;
}
.pager_links {
  float: right;
  padding: 0;
  margin: 0;
  position: relative;
}
.pager_links a {
  text-decoration: none;
}
a.pager_first_page {
  
}
a.pager_previous_page {
  
}
a.pager_next_page {
  
}
a.pager_last_page {
  
}
a.pager_first_page span,
a.pager_previous_page span,
a.pager_next_page span,
a.pager_last_page span {
  
}
.pager_infos {
  float: left;
  padding: 0;
  margin: 0;
}
.pager-indicator{
  position: absolute;
  top: 0;
  left: -20px;
}
.pager-indicator img{
  vertical-align: middle;
}
/*---------------------------------*/
#edit_forum {

}
#edit_forum label {
width: 35%;
}
#edit_forum input,
#edit_forum textarea {
width: 60%;
}
/*---------------------------------*/
#sf_admin_container {
  padding-bottom: 1em;
}
ul.sf_admin_checklist li {
  list-style: none;
  line-height: 1.5em;
}
ul.sf_admin_checklist li label {
  display: inline;
  float: none;
}
#sf_admin_container .sf_admin_list th {
  background: url('../images/mbox-bg-header.png') center repeat-x;
}
#sf_admin_container fieldset {
  position: relative;
  border: 1px dotted #ccc;
  background-color: #fafafa;
  margin: 0 0 1em;
  padding: 0;
}
#sf_admin_container fieldset .corner {
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  width: 35px;
  height: 35px;
  background: transparent url('../images/corner-top-right.gif') top right no-repeat;
}
#sf_admin_container fieldset .fieldset_container {
  padding: 1em;
}
#sf_admin_container form input[type="checkbox"],
#sf_admin_container form input[type="radio"],
#sf_admin_container form input[type="checkbox"]+label,
#sf_admin_container form input[type="radio"]+label  {
  display: inline;
  width: auto !important;
}
#sf_admin_container form input[type="file"] {
  background-color: transparent;
  border-width: 0;
  margin: 0;
  padding: 0;
  width: auto;
}
#sf_admin_container p.error,
#sf_admin_container p.success {
  margin: 0 !important;
  padding: .5em !important;
}
/*---------------------------------*/
/*-attributes----------------------*/
#attributes_container {
  clear: both;
}
#attributes_content {
  background: transparent;
  padding: 2em 0 0;
}
/*---------------------------------*/
/*-classes-------------------------*/
.loader {
  background-color: transparent;
  height: 100%;
  position: relative;
}
.loader img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -5px 0 0 -21px;
  
}
.msg {
  padding: 0 0 6px;
  color: #333;
}
.form_error {
  font-size: 10px;
  color: #ff3300;
  margin-bottom: 2px;
  text-align: center;
}
.error {
  padding: 0 10px;
  background: url('../images/error.gif') no-repeat !important;
  color: #ff3300;
}
p.error {
  margin: 5px 0;
  padding: 10px;
  background: #ff3300 none !important;
  color: #fff;
  font-weight: bold;
}
.success {
  padding: 0 10px;
  background: url('../images/success.gif') no-repeat !important;
  color: green;
}
p.success {
  margin: 5px 0;
  padding: 10px;
  background: green none !important;
  color: #fff;
  font-weight: bold;
}
a.back1 {
  display: block;
  background: url('../images/back1.gif') no-repeat;
  width: auto;
  height: auto;
  font-weight: bold;
  font-size: 12px;
  border-width: 0;
  text-decoration: none;
  padding: 0 0 3px 20px;
  margin: 6px 0 0;
}
a.goto1 {
  display: block;
  background: url('../images/goto1.gif') no-repeat;
  width: auto;
  height: auto;
  font-weight: bold;
  font-size: 12px;
  border-width: 0;
  text-decoration: none;
  padding: 0 0 3px 20px;
  margin: 6px 0 0;
}
.expose {
  /*display: block;*/
  background: url('../images/simple-arrow.gif') right center no-repeat;
  padding-right: 10px;
  margin-right: 1em;
  font: italic 1em/1.3em Georgia, Times, serif;
}
a.back1:hover,
a.goto1:hover {
  text-decoration: underline;
}
a.button {
  display: block;
  background: url('../images/button-250px.gif') no-repeat;
  width: 250px;
  height: 23px;
  font-weight: bold;
  font-size: 12px;
  border-width: 0;
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  padding: 7px 0 0;
  margin: 6px 0 0;
}
.continuation {
  float: right;
}
.return {
  float: left;
}
.wizard {
  padding: 6px 0 6px 30px;
  background: url('../images/wizard24.png') no-repeat !important;
  font-weight: bold;
}
p.button {
  background: url('../images/mbox-bg-header.png') center repeat-x;
  font-weight: bold;
  font-size: 10px;
  border: 1px solid #ccc;
  color: #333 !important;
  text-decoration: none;
  text-align: center;
}
p.button_user {
  padding: 5px;
  font-weight: bold;
  font-size: 10px;
  text-decoration: none !important;
  float: left;
}
p.button_admin {
  padding: 5px;
  font-weight: bold;
  font-size: 10px;
  text-decoration: none !important;
  float: left;
}

.form_error {
  font-weight: bold;
  color: #ff3300;
}
label.error {
  margin-top: 3px;
  padding: 0 0 2px;
  background-image: none !important;
  border-bottom: 1px dotted #ff3300;
  color: #ff3300;
}
.modulo0 {
  background-color: #fff;
}
.modulo1 {
  background-color: #efefef;
}
.plus {
  background: transparent url('../images/plus.gif') top right no-repeat;
  padding: 0 13px 0 0;
  font-size: 10px !important;
  line-height: 12px !important;
}
.delete {
  display: block;
  width: 15px;
  height: 16px;
  background: transparent url('../images/delete.gif') top right no-repeat;
  padding: 0 13px 0 0;
}
.delete-bt {
  display: block;
  background: transparent url('../images/delete.gif') top left no-repeat;
  padding: 0 0 0 20px;
}
.delete span {
  display: none;
}
.pdf {
  display: block;
  font-weight: bold;
  height: 16px;
  width: auto;
  background: transparent url('../images/pdf.png') top left no-repeat;
  padding: 0 0 0 20px;
}
.download {
  display: block;
  font-weight: bold;
  height: 16px;
  width: auto;
  background: transparent url('../images/download16.png') top left no-repeat;
  padding: 0 0 0 20px;
}
.show {
  display: block;
  font-weight: bold;
  height: 16px;
  width: auto;
  background: transparent url('../images/eye16.png') top left no-repeat;
  padding: 0 0 0 20px;
}
.zoom {
  display: block;
  height: 16px;
  width: auto;
  background: transparent url('../images/zoom.gif') top left no-repeat;
  padding: 0 0 0 20px;
  cursor: url('/themes/white/images/zoom.cur');
}
.pdf span,
.download span,
.show span,
.edit span,
.zoom span{
  display: none;
}
.pdf a,
.download a,
.show a,
.edit a,
.zoom a{
  text-decoration: none;
}
.avatar {
  padding: 0 !important;
}
.avatar img {
  vertical-align: bottom;
}
.edit {
  display: block;
  /*width: 16px;*/
  height: 16px;
  background: transparent url('../images/edit-off.gif') top right no-repeat;
  padding: 0 20px 0 0;
}
button.edit, input.edit {
  display: inline;
  height: auto;
  background: #003366 url('../images/edit-off.gif') 96% 50% no-repeat;
  border: 1px solid #fff;
  color: #fff;
  font-size: 10px !important;
  font-weight: bold;
  margin: 1em 0 0;
  padding: 0.3em 25px 0.5em 1em;
}
button.edit:hover, input.edit:hover {
  background-color: #3366ff;
}
.addtopic {
  /*display: block;
  width: 27px;
  height: 14px;*/
  background: transparent url('../images/add-topic.gif') top right no-repeat;
  padding: 0 30px 0 0;
}
.replytopic {
  /*display: block;
  width: 28px;
  height: 14px;*/
  background: transparent url('../images/reply-topic.gif') top right no-repeat;
  padding: 0 31px 0 0;
}
.help {
  background-color: #deeeff;
  padding: 0.5em 2em 0.5em 1em !important;
  font-size: 0.9em;
  line-height: 1.1em;
  border-left: 1em solid #99ccff;
  margin-bottom: 1em;
}
.help a {
  font-weight: bold;
  text-decoration: none;
}
.help a:hover {
  text-decoration: underline;
}
.notice {
  background-color: #ffff99;
  padding: 0.5em 2em 0.5em 1em;
  font-size: 0.9em;
  line-height: 1.1em;
  border-left: 1em solid #ffcc00;
  margin-bottom: 1em;
}
.resource {
  position: relative;
  /*background-color: #efefef;*/
  background-color: #fff;
  color: #333;
  width: 160px;
  float: left;
  margin: 0 0 5px 5px;
  padding: 0;
  text-align: center;
  border: 1px dotted #ccc;
}
.resource .thumbnail {
  width: 160px;
  height: 110px;
  margin: 0;
  padding: 0;
}
.resource .thumbnail a {
  display: block;
  /*border: 5px solid #ccc;
  background-color: #ccc;*/
  border: 5px solid transparent;
  background-color: transparent;
  width: 150px;
  height: 100px;
  margin: 0;
  padding: 0;
}
.resource .thumbnail a:hover {
  border-color: #ccffcc;
  border-top-width: 4px;
  border-bottom-width: 6px;
  background-color: #ccffcc;
}
.resource .status_0,
.resource .status_1,
.resource .status_4 {
  position: absolute;
  top: 1px;
  left: 5px;
  width: 32px;
  height: 31px;
  background: url('../images/not-rated.png') center top no-repeat;
  padding: 0;
  margin: 0;
}
.resource .status_2,
.resource .status_5 {
  position: absolute;
  top: 1px;
  left: 5px;
  width: 22px;
  height: 22px;
  background: url('../images/refused.png') center top no-repeat;
  padding: 0;
  margin: 0;
}
.resource .status_3,
.resource .status_6 {
  position: absolute;
  top: 1px;
  left: 5px;
  width: 32px;
  height: 24px;
  background: url('../images/accepted.png') center top no-repeat;
  padding: 0;
  margin: 0;
}
.resource .status_1 span,
.resource .status_4 span,
.resource .status_2 span,
.resource .status_5 span,
.resource .status_3 span,
.resource .status_6 span {
  display: none;
}
.resource .infos {
  padding: 5px 20px;
  font-size: 9px;
  line-height: 11px;
  text-align: center;
  margin: 0;
  white-space: nowrap;
}
.resource .infos_edit {
  padding: 5px 20px;
  font-size: 9px;
  line-height: 11px;
  text-align: center;
}
.resource .infos strong {
  display: inline;
}
.resource .zoom {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.resource .delimg {
  position: absolute;
  top: 3px;
  right: 3px;
}
.refuse {
  color: #cc0000 !important;
}
.refuse:hover {
  color: #ff0000 !important;
}
.container {
  width: 100%;
}
.AD_debug {
  padding: 10px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: bold;
  color: yellow;
  background-color: #ff3300;
}
.contests {}
.contests ul li {}
.contests ul li span { display: block; font-size:.9em;}
.contest-page {}
.contest-page .description {
  width: 40%;
  padding-bottom: 1em;
  border-bottom: 1px dotted #ccc;
}

#entrance-exam-rating.contest-page .description,
#active-rating.contest-page .description,
#permanent-rating.contest-page .description {
  width: auto;
  padding-bottom: 1em;
  border-bottom-width: 0;
  float: none;
}

.contest-page .up-wrapper {
  /*width: 56% !important;*/
  width: 532px !important;
  float: right;
  margin-bottom: 1em;
}
#contest-show.contest-page .up-wrapper {
  /*width: 56% !important;*/
  width: 100% !important;
  float: none;
}
.contest-page .rup-wrapper .up-wrapper {
  width: 100%;
  float: none;
  margin-bottom: 0;
}
.contest-page .reference-row-wrapper {
  background: url('../images/cross-pattern.png');
  margin-bottom: 1em;
  padding: 1em;
  position: relative;
}
.contest-page .reference-row-wrapper h2 {
  padding-top: 0;
}
.contest-page .reference-row-wrapper .up-reference {
  background-color: #fff;
  border: 1px solid #ccc;
  clear: both;
}
.contest-page .reference-row-wrapper .up-reference button,
.contest-page .reference-row-wrapper .up-reference input[type="button"],
.contest-page .reference-row-wrapper .up-reference fieldset {
  margin: 0 !important;
  padding: 0 !important;
}
.contest-page .reference-row-wrapper .up-reference fieldset {
  background: url('../images/bt-nav-off.png');
  width: 100%;
  border-bottom: 1px solid #ccc;
  font-size: .9em;
}
.contest-page .reference-row-wrapper .up-reference fieldset div {
  margin: 0;
  padding: .5em 1em;
}
.contest-page .reference-row-wrapper .up-reference fieldset input[type="button"] {}
.contest-page .reference-row-wrapper .up-reference fieldset p.upload-infos {
  margin: 0;
  padding: 0;
  float: right;
}
.upload-list-wrapper {
  padding: .5em 0 0;
}
.contest-page .prizes-wrapper {
  width: 40%;
  padding-top: 1em;
}
.contests tt{
  white-space: nowrap;
  text-align: right;
  background-color: #3366ff;
  color: #fff;
  font: 9px/11px italic verdana, sans-serif;
  text-transform: none;
  padding: 2px 3px 1px;
}
#entrance-exams-submit-box-home .contests tt {
  display: none;
}
.contest-action-wrapper {
  position: absolute;
  top: 50px;
  right: 0;
}
.contest-action {
  
}
.contest-action ul {
  list-style: none inside none;
  padding: 0;
}
.contest-action ul li {
  display: block;
  float: left;
  background-color: transparent;
  margin: 0 -1px 0 0;
  padding: 0;
  position: relative;
  width: 150px;
  height: 22px;
}
.contest-action ul li.current strong {
  display: block;
  float: left;
  color: #000;
  padding: 2px 10px;
  background-color: #3366ff;
  background: transparent url('../images/bt-sprite-1.png') 0 -44px no-repeat;
  width: 150px;
}
.contest-action ul li a {
  display: block;
  float: left;
  padding: 2px 10px;
  background-color: #eee;
  background: transparent url('../images/bt-sprite-1.png') 0 0 no-repeat;
  width: 150px;
}
.contest-action ul li a:hover {
  background-color: #99ccff;
  color: #000 !important;
  text-decoration: none;
  background: transparent url('../images/bt-sprite-1.png') 0 -22px no-repeat;
}
.contest-action ul li tt {
  white-space: nowrap;
  text-align: right;
  background-color: #ffff99;
  color: #333;
  font: 9px/11px italic verdana, sans-serif;
  text-transform: none;
  padding: 2px 3px 1px;
  position: absolute;
  top: -5px;
  right: 10px;
  float: right;
  border: 1px solid #eee;
}
#contest-show .resource-wrapper {
 margin: 0 32px; 
}
/*---------------------------------*/
/*-Contest overview----------------*/
#overview-contests-wrapper {}
#overview-contests {}
#overview-contests .entrance-exams-box,
#overview-contests .actives-box,
#overview-contests .permanents-box {
  width: 287px;
  float: left;
}
#overview-contests .entrance-exams-box {
}
#overview-contests .actives-box {
  
}
#overview-contests .permanents-box {

}
#overview-contests .content {
margin-right: 2em;
}
#overview-contests .permanents-box .content {
margin-right: 0;
}
#overview-contests h3 {
  text-align: center;
}
#overview-contests ul {
  
}
#overview-contests ul li {
  padding-top: .5em;
  margin-top: .5em;
  /*border-top: 1px dotted #ccc;*/
  position: relative;
  width: auto;
  height: auto;
}
#overview-contests ul li:first-child {
  padding-top: .5em;
  margin-top: 0;
  border-top-width: 0;
}
#overview-contests ul li .contest-action-wrapper {
  position: relative;
  top: 0;
  right: 0;
  /*height: 4em;*/
  font-size:.9em;
}
#overview-contests ul li .contest-action {
  
}
#overview-contests ul li .contest-action ul {
  list-style: none inside none;
  padding: 0;
}
#overview-contests ul li .contest-action ul li {
  display: block;
  float: none;
  background: #fff url('../images/bt-bg-20px.png')  repeat-x;
  margin: 0 0 -1px 0 !important;
  padding: 0!important;
  /*border-top-width: 0!important;*/
  border: 1px solid #eee;
}
#overview-contests ul li .contest-action ul li.current strong {
  background: #3366ff none;
  color: #fff;
  padding: 2px 5px 0 !important;
  width: auto;
}
#overview-contests ul li .contest-action ul li a {
  float: none;
  display: block;
  padding: 2px 5px 0;
  background: transparent none;
}
#overview-contests ul li .contest-action ul li a:hover {
  background: #99ccff none;
  text-decoration: none;
}
#overview-contests ul li .contest-action ul li tt {
  white-space: nowrap;
  text-align: right;
  background-color: #ffff99;
  color: #333;
  font: 9px/11px italic verdana, sans-serif;
  text-transform: none;
  padding: 2px 3px 1px;
  position: absolute;
  top: 1px;
  right: 1px;
  float: none;
  border: 1px solid #fff;
}
/*---------------------------------*/
/*-One by one rating---------------*/
#resource-xhr-placeholder {
  width: 100%;
  margin-bottom: 1em;
}
#previous-rated-wrapper {
  width: 190px;
  float: left;
}
#previous-rated {
  
}
#resource-big-wrapper {
  margin: 0 200px 0 180px;
  padding-left: 1em;
  border-left: 1px dotted #ccc;
}
#resource-big {
  width: 500px;
}
#resource-big .thumbnail {
  text-align: center;
}
#resource-big .infos {
  text-align: center;
}
.contest-page #resource-big .cssbox {
  float: none;
  margin: 0 0 1em;
}
#next-to-rate-wrapper {
  width: 190px;
  float: right;
}
#next-to-rate {
  
}
#next-to-rate h2 {
  padding-top: 0;
}
.rating-indicator {
  text-align: center;
  width: 100%;
  height: auto;
}
.rating-indicator img {
  vertical-align: middle;
  margin-top: 20%;
}
.quick-stats-wrapper {
  margin: 0;
  padding: 0;
}
.quick-stats {
  background-color: yellow;
  color: #333;
  padding: 1px 9px 2px;
  display: block;
  border: 1px solid #ccc;
  border-bottom-color: #999;
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: medium;
  font-size:10px;
  font-weight:bold;
  text-align:left;
}
.quick-stats.l {
  background: #ffcc00 url('../images/rating-l.png') repeat-x;
}
.quick-stats.m {
  background: #ffff00 url('../images/rating-m.png') repeat-x;
}
.quick-stats.h {
  background: #ccff00 url('../images/rating-h.png') repeat-x;
}
.quick-stats em {
  font-weight:normal;
}
table.rating_details_table {
  width: 100%;
}
table.rating_details_table tr {
  padding-bottom: 1px;
}
table.rating_details_table tr th {
  width: 20px;
}
table.rating_details_table td.sf_rating_bar_bg {
	background: transparent url('../images/cross-pattern.png');
}
/*table.rating_details_table td.sf_rating_bar_bg div {
	background: #666;
}*/
table.rating_details_table tr.odd td.sf_rating_bar_bg div {
  background-color: #3366ff !important;
}
table.rating_details_table tr.even td.sf_rating_bar_bg div {
  background-color: #666;
}
table.rating_details_table td.void {
	width: 20px;
}
/*---------------------------------*/
/*-light template------------------*/
#light #container {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -305px;
  width: 610px;
  height: 50px;
}
#light #header {
  position: relative;
  width: 204px;
  height: 82px;
  margin: 0;
  padding: 0;
  background: transparent url('../images/logo-myface.png') no-repeat;
  border-width: 0;
}
#light #header h1 {
  position: relative;
  top: 0;
  left: 0;
  width: 204px;
  height: 82px;
  margin: 0;
  padding: 0;
  background: transparent none;
}
#light #header h1 a {
  position: relative;
  top: 0;
  left: 0;
  width: 174px;
  height: 50px;
  margin: 0;
  padding: 0;
}
#light #header span,
#light #header blockquote {
  display: none;
}
#light #credits {
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-size: 9px;
  line-height: 11px;
  color: #666;
  border-width: 0;
}
#join {
  position: absolute;
  top: 13px;
  left: 214px;
  font: italic 1.1em/1.3em Georgia, Times, serif;
  text-transform: none;
}
#join a {
  width: auto;
  padding-right: 0.3em;
}
/*---------------------------------*/
/*-modules-------------------------*/
#signin_form label{
  width: 97px;
}
#password_recovery_form label{
  width: 97px;
}
#signin_form #username,
#signin_form #password {
  width: 137px;
}
#signin_form #remember_me label{
  background: transparent none;
  border-bottom-width: 0;
  width: auto;
  padding-left: 97px;
}
#signin_form #remember {
  background-color: transparent !important;
  border-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
#signin_form .actions {
  width: auto;
}
#join_form label {
  width: 200px;
}
#join_form input {
  margin: 0;
  width: 180px;
}
#join_form #country,
#join_form #first_time {
  margin: 0;
  width: 185px;
}
#join_form #surname {
  margin: 0;
  width: 125px;
}
/*---------------------------------*/
/*-gallery card--------------------*/
#gallery { padding-bottom: 1em; position: relative; }
#gallery #count-children,
#gallery #count-products {
  padding: 0;
  margin: 0 1em 0 0;
  /*position: absolute;
  top: 0;
  left: 0;*/
  float: left;
  font-size: 9px;
  text-align: right;
}
#gallery #count-children strong,
#gallery #count-products strong {
  display: block;
  font: italic 4.1em/1em Georgia, Times, serif;
  background-color: #ccc;
  color: #fff;
}
#gallery h1 { padding-top: 0.8em; margin-bottom: 1em;}
#gallery #description {
  padding: 1em;
  width: 370px;
  float: left;
  height: 100%;
  background: url('../images/cross-pattern.png');
}
#gallery #description img {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}
.children-title {
  float: left;
  padding: 0 20px .5em 1em;
  background: url('../images/arrow-down.gif') top right no-repeat;
}
#gallery #galleries,
#gallery #products,
#testimonials_list
.carousel {
  list-style: none outside none;
  float: left;
  padding: 0;
  margin: 0;
}
#gallery #galleries li,
#gallery #products li,
#testimonials_list li,
.carousel li {
  float: left;
  margin-left: 0.5em;
  margin-bottom: 0.5em;
  position: relative;
  width: 159px;
  height: 158px;
}
#gallery #galleries li h2,
#gallery #products li h2,
#testimonials_list li h2,
.carousel li h2,
.carousel li h3,
.carousel li h4 {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 8px;
  left: 15px;
  z-index: 10;
  text-transform: none;
  font: bold 9px/9px Verdana, Arial, Helvetica, sans-serif;
  background-color: #fff;
  border-width: 0;
}
#gallery #galleries li h2 a,
#gallery #products li h2 a,
#testimonials_list li h2 a,
.carousel li h2 a,
.carousel li h3 a,
.carousel li h4 a {
  text-decoration: none;
  color: #333 !important;
  border-width: 0;
}
#gallery #galleries li a.bt,
#gallery #products li a.bt,
#testimonials_list li a.bt,
.carousel li a.bt {
  position: relative;
  border: 1px solid transparent;
  display: block;
  padding: 0;
  margin: 0;
}
#gallery #galleries li a.bt:hover,
#gallery #products li a.bt:hover,
#testimonials_list li a.bt:hover,
.carousel li a.bt:hover {
  border: 1px dotted #999;
}
.carousel .price {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-color: #ffff99;
  color: #333;
  padding: 2px 3px 0;
  border: 1px solid #eee;
  font-size: .9em;
}
.carousel tt {
  white-space: nowrap;
  text-align: right;
  background-color: #3366ff;
  color: #fff;
  font: 9px/11px italic verdana, sans-serif;
  text-transform: none;
  padding: 2px 3px 1px;
  position: absolute;
  bottom: 27px;
  right: 10px;
  border: 1px solid #eee;
}
.price {
  font: bold 1.5em/1.3em Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
}
#gallery #galleries .text,
#gallery #products .excerpt {
  width: 150px;
  font-size: 0.9em;
  line-height: 1.3em;
}
.square150 {
  display: block;
  position: absolute;
  width: 157px;
  height: 158px;
  margin: 0;
  padding: 0;
  background: url('../images/bg-square150.png');
}
.square190{
  display: block;
  position: absolute;
  width: 198px;
  height: 198px;
  margin: 0;
  padding: 0;
  background: url('../images/bg-square190.png');
}
#gallery #galleries img,
#gallery #products img,
#testimonials_list img,
.carousel img {
  padding: 2px 4px 6px;

}
/*---------------------------------*/
/*-product card--------------------*/
#product {
  padding-bottom: 1em;
}
#product #left {
  float: left;
}
#product #right {
  margin-left: 570px;
  border-left: 1px dotted #ccc;
}
#product #image {
  padding: 0;
  width: 570px;
  text-align: center;
}
#product #image a {
  border: 1px solid #fff;
  display: block;
  padding: 10px;
  background-color: #fff;
  cursor: url('/themes/white/images/zoom.cur');
}
#product #image a:hover {
  border: 1px dotted #999;
}
#product #text {
  padding: 0 0 1em 1em;
}
#product #attributes {
  padding: 1em 0 0;
  border-top: 1px dotted #ccc;
}
#attributes ul {
}
#attributes ul li {
  display: block;
  padding-bottom: 1em;
}
#attributes ul li strong {
  width: 90px;
  display: block;
  float: left;
}
#attributes ul li label {
  float: none;
  font-size: 9px;
  line-height: 9px;
  white-space: nowrap;
  padding-right: 0.5em;
}
#attributes ul li label img {
  vertical-align: middle;
}
#attributes ul li label input {
  vertical-align: middle;
}
#attributes ul li select {

}
#product #infos {
  padding: 1em 2em;
  background: url('../images/cross-pattern.png');
}
#product #infos p {
  padding: 0;
  margin: 0;
}
#product #infos #ref {
  display: none;
}
#product #infos #price {
  font: bold 1.5em/1.3em Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
  /*float: left;*/
}
#product #infos .small-links {
}
#product #social-bookmarks {
  padding: 1em 0;
  text-align: center;
}
#product #author {
  padding: 1em 0 0 1em;
}
#product #author h2 {
  margin-top: 0;
  padding-top: 0;
}
#product-navigation {
  clear: both;
  padding: 0;
  margin-top: 0;
  margin-bottom: -7px;
  position: relative;
  width: 100%;
  height: 42px;
  background: red url('../images/bg-product-pager.png') no-repeat;
  border-bottom: 1px solid #efefef;
}
#product-navigation #previous-product {
  float: left;
  width: 221px;
  height: 42px;
  background: transparent url('../images/previous-product-off.gif') no-repeat;
  margin: 0;
  padding: 0;
}
#product-navigation #next-product {
  float: right;
  width: 221px;
  height: 42px;
  text-align: right;
  background: transparent url('../images/next-product-off.gif') no-repeat;
  margin: 0;
  padding: 0;
}
#product-navigation #back-gallery {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -230px;
  width: 460px;
  height: 20px;
  background-color: transparent;
}
#product-navigation #previous-product img {
  vertical-align: middle;
  border: 1px solid #ccc !important;
  margin-left: 45px;
}
#product-navigation #next-product img {
  vertical-align: middle;
  border: 1px solid #ccc !important;
  margin-right: 45px;
}
#product-navigation #next-product strong,
#product-navigation #previous-product strong {
}
#product-navigation #previous-product a.bt,
#product-navigation #next-product a.bt {
  display: block;
  padding: 0.5em;
  /*filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;*/
}
#product-navigation #previous-product a.bt:hover {
  text-decoration: none;
  background: transparent url('../images/previous-product-on.gif') no-repeat;
  /*filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;*/
}
#product-navigation #next-product a.bt:hover {
  text-decoration: none;
  background: transparent url('../images/next-product-on.gif') no-repeat;
  /*filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;*/
}
#reference_resource {
  padding: 0 0 1em 1em;
  text-align: center;
}
#reference_resource em {
  font-size: 0.9em;
  display: block;
}
#product #stock {
  background-color: #fff;
  padding: 0.5em 1em;
}
#product #certification,
#product #input-specifications {
  margin-left: 1em;
}
#product #certification {
  background-image: url('../images/certif-36.png');
  background-repeat: no-repeat;
  background-position: 103% -10px;
}
.editable {
  padding: 1em;
  border: 1px dotted #ccc;
}
.editable:hover {
  border: 1px dotted #333;
}
/*---------------------------------*/
/*-portrait------------------------*/
.user-profile {
  font-weight: bold;
  
}
.clear {
  clear: both;
  margin: 0!important;
  padding: 0!important;
  height: 1px!important;
}
/**
 * How To Clear Floats Without Structural Markup: 
 * http://www.positioniseverything.net/easyclearing.html
 * 
 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
/* clear classes for content */
.clearleft { clear: left; }
.clearright { clear: right; }
.clearboth { clear: both; }

#resource_list {
  float: left;
  width: 670px;
}
#resource_selection {
  float: left;
  width: 170px;
  background-color: transparent;
}
#resource_list .resource {
  background-color: #fff;
}
#resource_list .resource img {
  margin: 5px;
}
.move {
  cursor: move;
}
.selection {
  background-color: #003366;
  padding: 1em;
  font-weight: bold;
  color: #fff;
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.highlight {
  background-color: #3366ff;
}
.active {
  background-color: #66ff66;
}
#select_resources h2,
#select_attributes h2 {
  padding-top: 0;
}
#select_attributes #price {
  float: right;
  margin: 0;
  padding: 4px;
  font-weight: bold;
  font-size: 1.3em;
  border-bottom: 1px dotted #333;
}
#select_attributes #attributes strong {
  width: 200px;
  display: block;
  float: left;
  background-color: #fff;
  padding: 3px;
}
#select_attributes #attributes select {
  width: 200px;
  margin: 0;
}
#select_attributes #attributes ul {
  list-style: none inside none;
}
#wastebin {
  width: auto;
  height: auto;
  text-align: center;
  padding: 5px;
  height: 30px;
}
#wastebin .delete {
  padding: 0;
  float: right;
}
#portrait-selection {
  /*float: left;
  width: 780px;
  min-height:100%;
  height:auto !important;
  height:100%;*/
}
#register-portrait ol {
  list-style: decimal outside;
}
#send_image #input-specifications {
  margin: 0;
}
#send_image button {
  width: 300px;
}
#thumbnails {
  margin: 0;
  background-color: #fff;
  width: auto;
  height: 150px;
}
/*---------------------------------*/
/*-shopping cart-------------------*/
.bt-add2cart {
  background-color: transparent;
  width: auto;
  font-weight: bold;
  text-align: right;
  /*float: right;*/
}
.bt-add2cart-indicator {
  float: right;
}
.bt-add2cart a {
  width: auto;
  padding: 0 0 0 20px;
  background: url('../images/bt-add2cart-off.gif') no-repeat;
}
.bt-add2cart a:hover {
  background: url('../images/bt-add2cart-on.gif') no-repeat;
}
.bt-add2cart strong a{
  width: auto;
  padding: 0;
  background: transparent none !important;
}
.bt-add2cart a span {
}
.bt-add2cart small a {
  padding: 0;
  background-image: none !important;
  font-weight: normal;
}
/**/
#shopping-cart-front {
  position: absolute;
  top: 37px;
  right: 20px;
  font-weight: normal;
  font-size: 10px !important;
}
#shopping-cart {
  position: absolute;
  top: 37px;
  right: 20px;
  font-weight: normal;
  font-size: 10px !important;
}
#shopping-cart p,
#shopping-cart-front  p {
  padding: 0 0 0 20px;
  background: url('../images/cart.gif') no-repeat;
}
#shopping-cart a,
#shopping-cart-front a {
  color: green;
  text-decoration: none;
}
#shopping-cart a:hover,
#shopping-cart-front a:hover  {
  color: #000;
  text-decoration: underline;
}
/*-------------------------------------------------------*/
/* TABLES CAT CART */
#shopping-cart-show {
  clear: both;
}
.tabular,
#shopping-cart-show-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
  font-size: 0.9em;
  line-height: 1.2em;
  border: 0 solid #ccc;
  white-space: nowrap;
}
.tabular {
  margin: 0;
}
.tabular .error,
.tabular .success {
  margin: 0;
}
.tabular th,
#shopping-cart-show-table th {
  padding: 0.3em;
  text-align: center;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 0;
  font-weight: bolder;
  background: #eee url('../images/mbox-bg-header.png') repeat-x center left;
}
.tabular th.vert,
#shopping-cart-show-table th.vert {
  border-top: 1px solid #ccc;
  text-align: left;
  font-weight: normal;
  white-space: normal;
  background: url('../images/cross-pattern.png');
}
.tabular th.vert ul,
#shopping-cart-show-table th.vert ul {
  font-size: 0.9em;
  line-height: 1.2em;
  list-style: none outside none;
}
#shopping-cart-show-table th.vert img {
  vertical-align: middle;
  margin-right: 3px;
  float: left;
}
.tabular th.vert a,
#shopping-cart-show-table th.vert a {
  font-weight: bolder;
  text-decoration: none;
  color: #000;
}
.tabular th.vert span,
#shopping-cart-show-table th.vert span {
  font-size: 10px;
}
.tabular td,
#shopping-cart-show-table td {
  padding: 0.3em;
  text-align: center;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.tabular td .delete,
#shopping-cart-show-table td .delete {
  padding: 0;
}
.tabular tr.bottom td,
#shopping-cart-show-table tr.bottom td {
  background: #eee url('../images/mbox-bg-header.png') repeat-x center left;
  border-bottom: 1px solid #ccc;
}
.tabular .void,
#shopping-cart-show-table .void {
  border-width: 0 !important;
  border-left: 1px solid #ccc !important;
  background: #fff none !important;
}
.tabular td.highlight,
#shopping-cart-show-table td.highlight {
  background: #ccff99;
}
.tabular td.status,
#shopping-cart-show-table td.status {
  padding: 0;
  border-bottom-width: 0;
}
.tabular td.status div,
#shopping-cart-show-table td.status div {
  margin: 0;
  padding: 0.3em;
  line-height: 1.5em;
}
#cart-nav {
 width: 100%;
 text-align: center;
 margin-bottom: 1em;
 font-weight: bold; 
}
.odd { background-color: #eee; }
.even { background-color: #fff; }
.tabular .inplaceeditor-form {
  width: auto;
}
/*---------------------------------*/
/*-checkout trailer----------------*/
#checkout-trailer {
  text-align: center;
  margin-top: 1em;
  background-color: transparent;
}
#checkout-trailer ol {
  font-size: 10px;
  line-height: 12px;
  font-weight: bolder;
  list-style-type: none;
  margin-left: 180px;
}
#checkout-trailer ol li {
  float: left;
  width: 121px;
  background-position: top center;
  padding: 53px 0 0;
  text-align: center;
  margin: 10px 0;
}
*>#checkout-trailer ol li {
  width: 121px;
}
li#shoppingcart_validation-active {
  background: transparent url("../images/shop-step1-on.png") top left no-repeat;
  padding: 1px 5px 0 55px;
}
li#shoppingcart_validation-next {
  background: transparent url("../images/shop-step1-off.png") top left no-repeat;
  padding: 1px 5px 0 55px;
  font-weight: normal;
}
li#shoppingcart_validation-previous {
  background: transparent url("../images/shop-step1-off2.png") top left no-repeat;
  padding: 1px 5px 0 55px;
  font-weight: normal;
}
li#identification-active {
  background: transparent url("../images/shop-step2-on.png") top left no-repeat;
  padding: 1px 5px 0 55px;
}
li#identification-next {
  background: transparent url("../images/shop-step2-off.png") top left no-repeat;
  padding: 1px 5px 0 55px;
  font-weight: normal;
}
li#identification-previous {
  background: transparent url("../images/shop-step2-off2.png") top left no-repeat;
  padding: 1px 5px 0 55px;
  font-weight: normal;
}
li#shipping-active {
  background:transparent url("../images/shop-step3-on.png") top left no-repeat;
  padding: 1px 5px 0 55px;
}
li#shipping-next {
  background: transparent url("../images/shop-step3-off.png") top left no-repeat;
  padding: 1px 5px 0 55px;
  font-weight: normal;
}
li#shipping-previous {
  background: transparent url("../images/shop-step3-off2.png") top left no-repeat;
  padding: 1px 5px 0 55px;
  font-weight: normal;
}
li#payment-active {
  background: transparent url("../images/shop-step4-on.png") top left no-repeat;
  padding: 1px 5px 0 55px;
}
li#payment-next {
  background: transparent url("../images/shop-step4-off.png") top left no-repeat;
  padding: 1px 5px 0 55px;
  font-weight: normal;
}
li#payment-previous {
  background: transparent url("../images/shop-step4-off2.png") top left no-repeat;
  padding: 1px 5px 0 55px;
  font-weight: normal;
}
li#confirmation-active {
  background: transparent url("../images/shop-step5-on.png") top left no-repeat;
  padding: 1px 5px 0 55px;
}
li#confirmation-error {
  background: transparent url("../images/shop-step5-on2.png") top left no-repeat;
  padding: 1px 5px 0 55px;
}
li#confirmation-next {
  background: transparent url("../images/shop-step5-off.png") top left no-repeat;
  padding: 1px 5px 0 55px;
  font-weight: normal;
}
li#confirmation-previous {
  background: transparent url("../images/shop-step5-off2.png") top left no-repeat;
  padding: 1px 5px 0 55px;
  font-weight: normal;
}
/*---------------------------------*/
/*-checkout -----------------------*/
#checkout {
  padding-bottom: 1em;
  clear: both;
}
#checkout h2 {
  font-size: 1em;
}
#checkout #left {
  width: auto;
  float: left;
  background-color: transparent;
}
#checkout #right {
  width: auto;
  margin-left: 300px;
  background-color: transparent;
}
#checkout #register-form {
  float: left;
}
#checkout #register-shipping-form {
  float: left;
}
#checkout #register-form fieldset,
#checkout #register-shipping-form fieldset {
  background-color: transparent;
  margin: 1em 0 0;
  padding: 1em 0 0.5em;
}
#checkout #register-form legend,
#checkout #register-shipping-form legend {
  background-color: transparent;
  margin: 0;
  padding: 0;
  font: bold 1.3em/1.6em Arial, Helvetica, sans-serif;
  color: #000;
}
#checkout #register-form fieldset p,
#checkout #register-shipping-form fieldset p {
  background-color: transparent;
  margin: 0;
  padding: 0 0 0.5em;
}
#checkout #register-form label,
#checkout #register-shipping-form label {
  width: 48%;
  font-weight: normal;
}
#checkout #register-form input,
#checkout #register-shipping-form input {
  margin: 0;
  width: 50%;
}
#checkout #register-form .checkbox_container {
  text-align: center;
}
#checkout #register-form .checkbox_container label,
#checkout #register-shipping-form .checkbox_container label {
  width: auto;
  border-width: 0;
  display: inline !important;
  float: none;
  padding: 0;
  font-weight: normal;
}
#checkout #register-form input[type="checkbox"],
#checkout #register-shipping-form input[type="checkbox"],
#checkout #register-form input[type="radio"],
#checkout #register-shipping-form input[type="radio"] {
  width: auto;
  display: inline !important;
  vertical-align: middle;
}
#checkout #register-form textarea,
#checkout #register-shipping-form textarea {
  margin: 0;
  width: 50%;
}
#checkout #register-form #country,
#checkout #register-shipping-form #country {
  margin: 0;
  width: 35%;
}
#checkout #register-form #surname,
#checkout #register-shipping-form #surname {
  margin: 0;
  width: 40%;
}
#checkout #legal {
  padding: 1em 6em;
  font-size: 0.9em;
  line-height: 1.2em;
  color: #666;
  text-align: center;
}
#shipping-methods p {
  padding: 0;
}
#shipping-methods-details {
  margin-top: 1em;
}
#checkout #shipping-methods-details p {
  padding-bottom: 1em;
}
#shipping-methods-details table {
  width: 60%;
  float: left;
}
#shipping-methods-details table th {
  padding: 0.5em;
  background-color: #fff;
  font-size: 10px;
  line-height: 12px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: url('../images/mbox-bg-header.png') center repeat-x;
}
#shipping-methods-details table td {
  padding: 0.5em;
  font-size: 10px;
  line-height: 12px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
#shipping-methods-details table tfoot td {
  padding: 1em;
  text-align: left;
  border-width: 0;
}
#shipping-methods-details table tbody td {
  background-color: #fff;
}
#shipping-methods-details table td.void {
  background-color: transparent !important;
  border-width: 0 !important;
}
#shipping-methods-details table tr {
}
#shipping-methods-details table th span {
  font-size: 9px;
  font-weight: normal;
}
#shipping-methods-details dl {
  width: 35%;
  margin-left: 61%;
  font-size: 0.9em;
  line-height: 1.2em;
}
#checkout .payement-method {
  margin: 0;
  padding: 0;
}
#checkout .payement-method h2 {
  margin: 0 0 1em;
}
#checkout .payement-method p.description {
  width: 80%;
  margin: 0 auto;
}
#checkout .payement-method ol {
  margin: 0 0 0 1.7em;
  padding: 0;
}
#checkout .payement-method p#spplus-bts {
  text-align: center;
  margin-right: 1.7em;
}
#checkout .payement-method div#spplus-default {
  margin: 0;
  padding: 0;
}
#checkout .payement-method p#spplus-notloaded {
  margin: 0;
  padding: 0.5em;
  background-color: #ff3300;
  color: #fff;
}
#checkout .payement-method div#spplus-default h3 {
  text-align: center;
}
#checkout .payement-method div#spplus-default p#spplus-bts {
  margin-right: 0;
}
#checkout #summary-box p,
#checkout #summary-box address,
#checkout #summary-box table {
  padding: 0.7em 1em;
  background-color: #fff;
}
#checkout #summary-box table {
  width: 100%;
}
#checkout #summary-box table tr {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
#checkout #summary-box table tr.discount {
  background-color: lightgreen;
  border-bottom: 1px solid #fff;
}
#checkout #summary-box table tr.bottom {
  border-bottom-width: 0;
}
#checkout #summary-box table td {
  padding: 0.7em 1em;
}
#checkout #summary-box h2,
#checkout #discountcode-box h2, 
#checkout #comment-box h2 {
  margin-top: 0;
}
#checkout #comment-box textarea {
  width: 100%;
}
#checkout #comment-box p {
  text-align: right;
}
#input-specifications {
  margin-top: 1em;
}
#gallery #description #input-specifications {
  margin-bottom: 0;
}
#blockContainer #attributes-details {
}
#blockContainer #attributes-details h1 {
  padding-top: 0;
}
#blockContainer #attributes-details #attributes {
  width: 55%;
  background-color: #efefef;
  padding: 0.5em 0;
  margin-bottom: 1em;
}
#blockContainer #attributes-details #price-detail {
  white-space: nowrap;
  float: right;
  font: bold 1.5em/1.3em Helvetica, Arial, sans-serif;
}
#blockContainer #attributes-details #price-detail span {
  font: normal 10px/1.3em Verdana, Helvetica, Arial, sans-serif;
}
#blockContainer #attributes-details #attributes input {
  display: inline;
}
#blockContainer #attributes-details #attributes label {
  display: block;
  margin: .2em 0 0 1em;
}
.without-shipping {
  font-size: 0.9em;
  line-height: 0.9em;
}
.block-activity-wrapper {
  font-size: 11px;
  line-height: 14px;
  margin-top: 1em;
}
.block-activity-wrapper.latest {
  margin: 0 0 1em !important;
}
.block-activity-wrapper ul {
  list-style: none inside none;
  padding: 0;
}
.block-activity-wrapper ul li {
  margin: 0 0 7px;
  padding: 0 0 7px;
  border-bottom: 1px dotted #ccc;
  position: relative;
}
.block-activity-wrapper tt {
  white-space: nowrap;
  /*background-color: #ffff99;
    border: 1px solid #eee;
    padding: 2px 3px 1px;
  */
  color: #fff;
  font: 9px/11px italic verdana, sans-serif;
  text-transform: none;
  float: right !important;
  position: relative !important;
  padding-top: 3px;
}
.block-activity-wrapper img {
  float: left;
}
.note {
  padding-left: 25px;
}
.publish-resource-pop-up {
  padding:.5em;
}
/**/
/* Most viewed Carousel */
.most-viewed-carousel-wrapper {
  width: 100%;
  width: 902px;
  position: relative;
  margin-bottom: 1em;
}
.most-viewed-carousel { 
  width: 902px; 
  height: auto; 
  position: relative;
}
.most-viewed-carousel .container {
  /*position: absolute;
  top: 0;
  left: 0;*/
  height: 160px;
  width: 882px;
  overflow: hidden;
  position: relative;
  margin: 0 10px;
  padding: 0;
}            
.most-viewed-carousel .container li a {
  border-width: 0;
}
.most-viewed-carousel .previous_button {
  position: absolute;
  top: 0;
  left: 0;
  width: 41px;
  height: 160px;
  background: url(../images/carousel-left-on.png) no-repeat;
  z-index: 100;    
  cursor: pointer;
}        

.most-viewed-carousel .previous_button_disabled {
  background: url(../images/carousel-left-off.png) no-repeat;
  cursor: default;
}

.most-viewed-carousel .next_button {
  position: absolute;
  top: 0;
  right: 0;
  width: 41px;
  height: 160px;
  background: url(../images/carousel-right-on.png) no-repeat;
  z-index: 100;
  cursor: pointer;
}   

.most-viewed-carousel .next_button_disabled {
  background: url(../images/carousel-right-off.png) no-repeat;
  cursor: default;
}

.most-viewed-carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: auto;
  list-style: none outside none;
  padding: 0;
  margin: 0;
}                  

/*.most-viewed-carousel ul li img {
  border:1px solid #999999;
  display:block;             
  background:#E3EDFA;  
}                              

.most-viewed-carousel ul li {
  border: 0px solid green;
  color:#E3EDFA;
  margin:0pt;
  padding:15px 10px 10px;
  width:106px;
  list-style:none;   
  float:left;
}*/

#home-bottom #latest-artists-wrapper {
  margin-bottom: 1em;
  margin-right: 11px;
}
.list_artists li {
  position: relative;
  padding-bottom: .5em;
  margin-bottom: .5em;
  border-bottom: 1px dotted #eee;
}
.list_artists img {
 vertical-align: middle;
}
.list_artists tt {
  position: absolute;
  top: 2px;
  right: 0px;
}
#home-bottom #latest-artists-wrapper p {
    text-align: right;
}
#home-bottom #latest-artists-wrapper .plus {
  position: relative;
  top:0;
  left:0;
}


