
/* ------------------------------- */
/* HTML Elements
/* ------------------------------- */

body {
  background-color: #eee;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  line-height: 1.1;
  margin: 0;
  padding: 0;
}

/* links */
a:link, a:visited, a:active {
  color:black;
}

a:hover {
  color: red;
  /*text-decoration: none; */
  /*font-weight: bold;*/
}

/* headings */
h1,h2, h3, h4, h5, h6 {
  border: 0;
  padding: 0;
  margin: 4px;
  font-family: arial, verdana, sans serif;
}
h1 {
  font-size:30px;
  font-weight:bold;
}
h2 {
  font-size:16px;
  font-weight:bold;
}
h3 {
  font-size:12px;
  font-weight:bold;
}


/* form */
form, input, text-area {
  border:0;
  padding:0;
  margin:0;
  font-family:arial, verdana, sans serif;
}

input {
  color: #781351;
  background: #fee3ad;
  border: 1px solid #781351;
  font-size:15px;
  font-weight: bold;
/* 
  width: 89px; 
  height: 24px; 
  border: yes
*/
 }

select {
  padding:0;
  margin:0;
  font-family:arial, verdana, sans serif;
}

input[type="button"],input[type="submit"] {
  cursor:pointer;
  font-weight:bold;
  padding: 5px;
  margin: 5px;
  float: right;
  border: 1px solid #FFA516;
  background-color: #FFEBBC;
  color: black;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
}


/* List */
ul {
  list-style: disc;
  padding-left: 10px;
}
li {
  padding-left: 4px;
  margin:3px;
}


/* div */
fieldset {
  border: 1px solid #781351;
  width: 15m;
}

legend {
  color: #fff;
  background: #ffa20c;
  border: 1px solid #781351;
  padding: 3px 6px;
  font-size: 1.5em;
  font-weight: bold;
}


/************************/
/* wraper               */
/************************/

#wrap {
  background-color: white;
  border-bottom: 1px solid #BBBBBB;
  border-left: 1px solid #BBBBBB;
  border-right: 1px solid #BBBBBB;
  margin: 0 auto;
  position: relative;
  width: 990px;
}
#wrap_inner {
  min-height: 1000px;
  overflow: visible;
  display: block;
  margin: 0 auto;
  position: relative;
  width: 990px;
}


/************************/
/* Topp                 */
/************************/
.top_conteiner {
  background: url(/img/sys/header_evik.png) top left no-repeat;
  overflow: hidden;
  margin-left: 0px;
  margin-top: 0px;
}
.top_conteiner .inner {
  height: 115px;
  width: 990px;
}

#top_link {
  float: left;
  height: 100px;
  width: 380px;
}

#top_nav_menu {
  position: absolute;
  height: 22px;
  top: 5px;
  left: 410px;
}
#top_nav_menu .element {
  background: url(/img/sys/toplink_bg2.gif) top repeat-x;
  float: left;
  padding: 5px;
  margin-right: 5px;
}
#top_nav_menu a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #3c5179;
  font-weight: bold;
}

#top_search {
  position: absolute;
  top: 40px; left: 410px;
}
#top_search_submit {
  position: absolute;
  top: 42px;
  left: 720px;
}

#top_welcome_txt {
  position: absolute;
  top: 85px;
  left: 390px;
  font-size: 0.9em;
  font-weight: bold;
  color: #000000;
}

#servertime {
  position: absolute;
  top: 10px; left: 850px;
  font-size: 12px;
  font-weight: bold;
}


/************************/
/* Left                 */
/************************/
.left_conteiner {
  float: left;
  margin-left: 5px;
  overflow: hidden;
  background-color: #FFFBF2;
  height: 1500px;
}
.left_conteiner .inner{
  width: 155px;
}

.left_conteiner ul {
  margin-left: 0px;
  padding: 0px;
}
.left_conteiner li {
  padding-left: 4px;
  margin:3px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 0 6px;
}
.left_conteiner li {
  font-size: 14px;
  padding: 1px;
}

.left_conteiner a {
  text-decoration:none;
}


/************************/
/* Center               */
/************************/
.center_conteiner {
  float: left;
  overflow: hidden;
  margin-left: 10px;
}

.center_conteiner_shop {

}

.center_conteiner .inner {
  width: 655px;
}

.center_conteiner_login {
  overflow: hidden;
  padding: 9px;
  margin-left: auto;
  margin-right: auto;
  width: 590px;
  background-color:#FFFFFF;
}


.center_conteiner_login .inner {
  margin-left: 15px;
  margin-right: 15px;
  width: 570px;
}

.center_conteiner_hp {
  width: 622px;
  padding: 9px;
  background: #F1F1F1;
  border: 1px solid #CDCDCD;
  margin-top: 15px;
}

.center_conteiner_hp_footer {
  width: 622px;
  padding: 9px;
  background: #F1F1F1;
  border: 1px solid #CDCDCD;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}


.center_conteiner_wide {
  float: left;
  overflow: hidden;
  margin: 5px;
}
.center_conteiner_wide .inner {
  width: 810px;
}

.center_conteiner_my_pages {
  float: left;
  overflow: hidden;
  margin: 5px;
}
.center_conteiner_my_pages .inner {
  width: 970px;
}

.center_conteiner_my_pages2  {
  width: 950px;
  padding: 9px;
  background: #F1F1F1;
  border: 1px solid #CDCDCD;
}


.center_content_box {
  width: 630px;
  padding: 9px;
  background: #F1F1F1;
  border: 1px solid #CDCDCD;
}


/************************/
/* Right                */
/************************/
.right_conteiner {
  border: 0px solid #CDCDCD;
  float: left;
  margin-left: 5px;
  background-color: #FFFBF2;
  height: 1000px;
}

.right_conteiner .inner {
  width: 150px;
}

/************************/
/* Footer               */
/************************/
.footer_conteiner {
  border: 0px solid #CDCDCD;
  font-size: 15px;
  font-weight: bold;
  margin-left: 10px;
  margin-top: 50px;
  margin-bottom: 20px;
}
.footer_conteiner .inner {
  width: 960px;
  text-align: center;
}

.footer_tagcloud {
  margin-bottom: 20px;
  text-align:center;
}
.footer_tagcloud .inner {
  text-align: center;
}
.footer_tagcloud a {
  color:#777777;
  text-decoration:none;
}

/* curvyCorners */

.curvyCorners {
  -moz-border-radius:4px;
  -opera-border-radius: 4px;
  -webkit-border-radius:4px;
  *behavior:url(/css/border-radius.htc);
  border:1px solid #CDCDCD;
}

/* colores */

.red {
  color: red;
}

.bold {
  font-weight: bold;
}

.small {
  font-size: 0.8em;
}

.center {
  text-align: center
}

.selected a {
  color: red;
}

.border_bottom {
  border-bottom: 1px solid #CDCDCD;
  font-size: 0px;
}

.border_image {
  border:1px solid #c0c0c0;
}

.error {
  color: red;
  padding: 5px;
  text-align: center
  font-size: 1.1em;
  font-weight: bold;
}

.errormessage {
  font-size: 1.1em;
  font-weight: bold;
  text-align:center;
  padding:13px;
  color:#333333;
  border:#FF0000 solid 1px;
  background-color:#FF9966;
  background-image: url("/img/sys/error_bg.png");
}

.infomessage {
  font-size: 1.1em;
  font-weight: bold;
  text-align:center;
  padding:13px;
  color:#00C000;
  border:#00C000 solid 1px;
  background-color:#E9FBEB;
  background-image: url("/img/sys/info_bg.png");
}

.pin_img {
  float: left;
  padding: 5px 20px 20px;
}


/* help div */
#help_div {
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border:1px solid #CDCDCD;
  background-color: #EEEEEE;
  width: 180px;
  z-index= 99999;
  padding: 5px 10px 10px;
}
#help_div p {
  margin: 0px;
  font-size: 12px;
}
#help_div p:first-line {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
.help_icon {
  padding-left: 4px;
}

/* old design header */
.header5 {
  padding: 5px;
  font-size: 1.2em;
  font-weight: bold;
}
.headercat {
  padding: 5px;
  font-size: 1.2em;
  font-weight: bold;
}

#utvalgte {
  font-size:0.85em;
  font-weight: regular;
  line-height: 1.5;
}
.evik_share_links {
  float:left;
  margin-top: -5px;
  margin-left: 15px;
}

/* mainpage */

.main_auction_list {
  padding: 5px;
  float: left;
}
.main_auction_list .inner {
  width: 317px;
}

.main_auction_list h1 {
  font-size: 18px;
  font-weight: bold;
  padding: 25px 0px 5px;
}

.main_auction_list h2 {
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
}

.main_auction_list img {
  border: 0px;
  text-align: center
}

.main_auction_list .holder {
  margin-top: 3px;
  overflow: hidden;
  width: 317px;
  height: 80px;
}

.main_auction_list .img {
  width: 97px;
  height: 80px;
  float: left;
}

.main_auction_list .text {
  background: #F1F1F1;
  border: 1px solid #CDCDCD;
  float: left;
  height: 65px;
  width: 210px;
}

.main_auction_list .text .inner  {
  padding: 10px;
}


#sell h1 {
  font-size: 16px;
  margin: 0 0 0px;
}

#sell h1:first-letter{
  font-size: 50px;
  font-weight: 500;
}

#sell h2 {
  font-size: 13px;
  margin: 10px 0 2px;
}
#sell h3 {
  font-size: 11px;
}

/* form */
form, input, text-area {
  border:0;
  padding:0;
  margin:4px;
  font-family:arial, verdana, sans serif;
}

#sell input {
  color: #781351;
  background: #fee3ad;
  border: 1px solid #781351;
  font-size:15px;
  font-weight: bold; 
  height: 24px; 
 }
  
#sell select {
  padding:0;
  margin:0;
  font-family:arial, verdana, sans serif;
}

#sell input[type="button"], #sell input[type="submit"] {
  cursor:pointer;
  font-weight:bold;
  padding: 10px;
  margin: 15px;
  float: right;
  border: 1px solid #FFA516;
  background-color: #FFEBBC;
  color: black;
  height: 44px; 
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
}

#sell img {
  padding:0;
  margin:0;
 
}
.bid_field1 {
  padding:10px;
  background:#F1F1F1;
  border:1px solid #CDCDCD;
}


.bid_top_right {
  float:right;
  width:340px;
}

.bid_top_left {
  margin-bottom:10px;
}

.bid_info_field {
  width: 260px;
  margin-top:10px;
  margin-left: auto;
  margin-right: auto ;
}

.bid_bidding {
  width: 260px;
  margin-left: auto;
  margin-right: auto;
}



.bid_share_links {
  float:right;
  margin-top: -5px;
  margin-right: 5px;
}

.bid_id_visits {
  margin-bottom: 8px;
}

.bid_countdown_hour {
  margin-top: 8px;
  font-size: 22px;
  font-weight: bold;
  border:3px solid #C73C0B;
  background: #FBC4B1;
  width:280px;
  text-align: center;
}

.bid_countdown_today {
  margin-top: 8px;
  font-size: 18px;
  font-weight: bold;
  border:1px solid #000000;
  background: #FBC4B1;
  width:280px;
  text-align: center;
}

.bid_countdown {
  margin-top: 8px;
  font-size: 15px;
  font-weight: bold;
  width:280px;
  text-align: center;
}


.bid_countdown_inner {
  padding:5px;
}


.bid_highest_bid {
  font-size: 15px;
  font-weight: bold;
}

.bid_lead_big {
  font-size: 15px;
  font-weight: bold;
}


.bid_highest_bid_amount {
  font-size: 18px;
  font-weight: bold;
}

.bid_auction_ends_today {
  color: red;
}

.bid_input {
  width: 50px;
  height: 24px;
  font-size:15px;
  font-weight:bold;
  border-width:1px;
  border-style:solid;
  border-color:black;
  color: black;
}

.bid_top_image {
  width:285px;
  text-align:center;
}

.bid_right {
  float: right;
}


/*
  Q & A
*/

.bid_question_main {
  clear:both;
  width:600px;
  border-bottom:1px solid #c0c0c0;
  margin:10px;
}


.bid_question_avatar {
  float: left;
  width: 70px;
  clear: left;
}

.bid_question {
  width: 550px;
  margin-top: 5px;
  float:left;
  overflow: hidden;
}

.bid_answer {
  background: #f0f0f0;
  margin-top: 8px;
  margin-bottom: 8px;
}

.bid_question_user {
  margin-bottom: 8px;
}

.inner .bid_answer {
  padding:8px;
}


.thumbstars {
  float:left;
}

#cat li {
  display: block;
}


.bidpage_list_top {
  text-align:right;
  vertical-align:middle;
  margin-bottom:10px;
}


.bidpage_list label {
  float: none;
  text-align: none;
  margin-right: 1em;
  display: inline;
}

.bidpage_list {
  padding: 5px;
  float: left;
}

.bidpage_list .inner {
  #width: 317px;
  width: 100%;
}

.bidpage_list h1 {
  font-size: 18px;
  font-weight: bold;
  padding: 25px 0px 5px;
}

.bidpage_list h2 {
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
}

.bidpage_list img {
  border: 0px;
  text-align: center
}

.bidpage_list .holder {
  margin-top: 3px;
  overflow: hidden;
  width: 620px;
  height: 100px;
}

.bidpage_list .img {
  width: 110px;
  height: 80px;
  float: left;
  margin-left: auto;
  margin-right: auto;
}

.bidpage_list .text {
  background: #F1F1F1;
  border: 1px solid #CDCDCD;
  float: left;
  height: 95px;
  width: 500px;
}

.bidpage_list .text .inner  {
  padding: 10px;
}

.bidpage_list_subcategories {
  margin-top: 10px;
  font-size: 0.9em;
  line-height: 1.2;

}


.membmenuicon {
  font-size: 16px;
  float: left;
  margin-left: 40px;
  padding: 8px 0px 8px;
  width: 90px;
  background-color:#FFFFFF;
  text-align:center;
}
.membmenuicon img {
  height: 90px;
}

.membmenusub {
  font-size: 13px;
  float: left;
  margin-top: 18px;
  margin-right: 18px;
  margin-bottom: 18px;
  padding: 5px;

}

.membmenusub_first {
  font-size: 13px;
  float: left;
  margin-top: 18px;
  margin-left: 55px;
  margin-right: 18px;
  margin-bottom: 18px;
  padding: 5px;

}

.memb_stat {
  margin-top: 6px;
}
.memb_stat div {
  padding: 5px;
  float: left;
}

.memb_field_list {
  margin-top: 6px;
}

.memb_message {
  font-weight: bold;
  color: red;
  text-align: center;
  font-size: 1.5em;
}

.membtable {
  width: 100%;
  font-size: 1.0em;
}
.membtable .head td {
  font-size: 1.1em;
  font-weight: bold;
  vertical-align: top;
}
.membtable .pagination {
  font-weight: bold;
  padding: 5px;
  text-align: center;
}
.membtable .footer_info {
  font-size: 1.1em;
  font-weight: bold;
  padding: 20px;
  text-align: center;
}
.membtable .head div {
  float: left;
}

.membtable td {
  padding-right: 10px;
}

.membtable_select_duration select {
  width: 60px;
}

.membmenu {
  font-weight: bold;
}


.thumbstars {
  float:left;
}

#cat li {
  display: block;
}


.bidpage_list_top {
  text-align:right;
  vertical-align:middle;
  margin-bottom:10px;
}


.bidpage_list label {
  float: none;
  text-align: none;
  margin-right: 1em;
  display: inline;
}

.bidpage_list {
  padding: 5px;
  float: left;
}

.bidpage_list .inner {
  #width: 317px;
  width: 100%;
}

.bidpage_list h1 {
  font-size: 18px;
  font-weight: bold;
  padding: 25px 0px 5px;
}

.bidpage_list h2 {
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
}

.bidpage_list img {
  border: 0px;
  text-align: center
}

.bidpage_list .holder {
  margin-top: 3px;
  overflow: hidden;
  width: 620px;
  height: 100px;
}

.bidpage_list .img {
  width: 110px;
  height: 80px;
  float: left;
  margin-left: auto;
  margin-right: auto;
}

.bidpage_list .text {
  background: #F1F1F1;
  border: 1px solid #CDCDCD;
  float: left;
  height: 95px;
  width: 500px;
}

.bidpage_list .text .inner  {
  padding: 10px;
}

.bidpage_list_subcategories {
  margin-top: 10px;
  font-size: 0.9em;
  line-height: 1.2;

}


/* HOW TO BID */
#HowtobidHeader {
            background:#000000 url('/img/help/bg_howtobid-top.gif') repeat-x top;
            height:24px;
}

#HowtoBidContent {
            border:#666666 1px solid;
            padding: 5px 10px 10px 5px;
            clear:both;
}

#HowtoBidContent #accordion {

            /*background:#D5D5D5 url('/img/help/bg_howtobid-content.gif') repeat-x top;*/

}

#HowtoBidContent #accordion .toggler {
            background:#FDFDFD url('/img/help/bg_toggler-off.gif') repeat-x bottom;
            clear:both;
            padding:10px 0px 10px 10px;
            cursor:hand;
            cursor:pointer;
}

#HowtoBidContent #accordion .togglerOn {
            background:#FDFDFD url('/img/help/bg_toggler.gif') repeat-x bottom;
            clear:both;
            padding:10px 0px 10px 10px;
}

#HowtoBidContent #accordion .element {
            background:#F4F4F4 url('/img/help/bg_element.gif') repeat-x bottom;
            padding-left:50px;
}

#HowtoBidContent #accordion .element img {
            float:right;
}

.element .HowtoBidDivider {
            background-color:#000000;
            height:1px;
            margin-bottom:20px;
}
/* END HOW TO BID */
.cat_list {
  margin-bottom:10px;
  width:100%;
}

.cat_list_inner {
  padding: 6px;
  font-size: 0.9em;
  background-color: #FFFFFF;
}

.cat_list_title {
  font-size: 1.5em;
  margin-bottom: 5px;
}

.cat_list_cell {
  float:left;
  width:200px;
}

.register .info {
  float: right;
  margin: 12px;
  padding: 10px;
  border-left: 1px solid #CDCDCD;
}
.register .info .inner {
  width: 210px;
  height: 240px;
  overflow: hidden;
}
.register .info p {
  padding: 0px;
  margin: 0px;
}

.register label {
  width: 140px;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  display: block;
  padding-top: 5px;

}

.register input {
  color: #781351;
  background: #fee3ad;
  border: 1px solid #781351;
  font-size:15px;
  font-weight: bold;
  height: 24px;
 }


.register .pin_img {
  float: left;
  padding: 5px 20px 20px;
}
.register .footer {
  border-top: 1px solid #CDCDCD;
  border-bottom: 1px solid #CDCDCD;
  padding: 10px;
  margin: 10px;

}
.register .footer p {
  margin-top: 0px;
  margin-left: 20px;
}
.register .footer ul {
  list-style: none;
}
.register .footer li {
  background-image:url(/img/check.png);
  background-position:0 3px;
  background-repeat:no-repeat;
  padding-left:15px;
}



/************************/
/* sidebar              */
/************************/

#sidebar1 {
        padding: 20px 0px 10px 0px;
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-right-width: 1px;
        border-left-width: 1px;
        border-top-color: #555555;
        border-right-color: #555555;
        border-bottom-color: #555555;
        border-left-color: #555555;
        border-top-style: dotted;
        border-right-style: dotted;
        border-bottom-style: dotted;
        border-left-style: dotted;
        margin-top: 8px;
        margin-right: 10px;
        margin-left: 10px;
}

#sidebar1 h1 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        margin: 0;
        color: #000000;
        padding: 0px 0px 0px 0px;
        line-height: 1.4em;
        font-weight:bold;
        text-transform: uppercase;
}

/************************/
/* Forms     */
/************************/

#form_login_proceed

{
  cursor:pointer;
  font-weight:bold;
  padding: 10px;
  margin: 5px;
  float: right;
  border: 1px solid #FFA516;
  background-color: #FFEBBC;
  color: black;
  height: 44px; 
  border: 2px outset #d7b9c9;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
}

.submit input {
  color: #000;
  background: #ffa20f;
  border: 2px outset #d7b9c9;
  margin-left: 4.5em;
}

input[type="checkbox"], input[type="radio"] { 
border:0;background: #F1F1F1;color: #781351;
}


 input {
  color: #781351;
  background: #fee3ad;
  border: 1px solid #781351;
  font-size:15px;
  font-weight: bold; 
  height: 24px; 
 }
 
 
 input[type="button"], input[type="submit"] {
  cursor:pointer;
  font-weight:bold;
  padding: 10px;
  margin: 15px;
  float: right;
  border: 1px solid #FFA516;
  background-color: #FFEBBC;
  color: black;
  height: 44px; 
  border: 2px outset #d7b9c9;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
}
 
 
/************************/
/* Form login   */
/************************/

#label_login {
  width: 4em;
  
  text-align: left;
  margin-right: 0.5em;
  display: block;
  font-weight:bold;
}

#fieldset_login {
  border: 1px solid #781351;
  width: 20em
}

#fieldset_bid legend {
  font-size:2em
}

#legend_login {
  color: #fff;
  background: #ffa20c;
  border: 1px solid #781351;
  padding: 4px 6px
}

#fieldset_login p {
  margin: 8px;
}



/************************/
/* Reputation           */
/************************/

#reputation_table .c3 a {
  color: red;
}


.comment_padding {
  padding:5px;
}



/************************/
/* Feedback             */
/************************/


#fieldset_feedback label {
  float:left;
  display:block;
  float:left;
  margin-right:0.5em;
  padding-top:5px;
  text-align:right;
  width:170px;

  font-weight: bold;
}

#fieldset_feedback input {
  background:#FEE3AD none repeat scroll 0 0;
  border:1px solid #781351;
  color:#781351;
  font-size:15px;
  font-weight:bold;

}

#fieldset_feedback textarea {
  width: 300px;
  height: 200px;
}


/* style sheet for print goes here */

.print {
  display: none;
}

@media print {
  .no_print {
    display: none;
  }
  .print {
    display: block;
  }
}





