body{margin:0;padding:0;background: #fff;}
body, input, textarea, select, td{font:8pt Arial, Tahoma, Verdana, sans-serif; color:#8D5D91; font-size: 12px;}
img{border:0;}
form{margin:0;}
input {border: solid 1px #C5AEC8; line-height: 18px; height: 18px; vertical-align: middle; padding: 0px 5px;}
input[type="checkbox"]{border:0;}
input[type="radio"]{border:0;}

a:link,a:visited,a:active{text-decoration:none;color:#8D5D91;}
a:hover{text-decoration:underline;}

 
a.none:link,a.none:visited,a.none:active,a.none:hover{text-decoration:none;}

hr{border:0;background:#979797;height:1px;}
h1.green {font-size: 18px; font-weight: bold;}
h1.red {font-size: 18px; font-weight: bold;}
h1.blue {font-size: 18px; font-weight: bold;} 
h3 {margin-top: 30px;}



.clear{clear:both;}
.to_left{float:left;}
.to_right{float:right;}
.hidden{display:none;visibility:hidden; }
.visible{display:block;visibility:visible; }
.er_row{background:rgb(255,210,210);}
.error{color:rgb(204,0,0)}
.success{color:#FFCC00; font-weight: bold;}


/***** CONTAINERS *****/

#site{position:relative; width:795px; margin:auto; border: solid 1px #8D5D91; height: auto; margin-bottom: 10px; top:20px;}
    
    #header {
      position: absolute;
      top: 0px;
      left: 0px;
    }

        #logo {
          position: absolute;
          top: 5px;
          left: 5px;
        }
        
        #site_slogan {
          position: absolute;
          top: 40px;
          left: 270px;
        }
    
        #head_login{
          position: absolute;
          top: 20px;
          left: 510px;
          }
          
        #postit {
          position: absolute;
          top: 70px;
          left: 600px;
         }

        #cart {
          position: absolute;
          top: 110px;
          left: 710px;
        }
        
        #price {
          position: absolute;
          top: 115px;
          left: 600px;
          width: 100px;
          text-align: center;
          color: white;
          font-weight: bold;
        }
        
        #top_banner {
          position: absolute;
          top: 180px;
          left: 10px;
        }
           
        #searchbox {
          position: absolute;
          top: 260px;
          left: 10px;
        }
        
        #mainmenu {
          position: absolute;
          top: 265px;
          left: 177px;
          width: 608px;
        } 
        
        #content {
          padding-top: 305px;
          margin-left: 5px;
          width: 790px;
        }
        
          #leftpanel {
            float: left;
            width: 160px;
            padding: 0 5px 0 5px;
            margin-top: 5px;
          }
          
          #rightpanel {
            float: right;
            width:590px;
            margin-right: 10px;
            display: inline;
          }
        #footer {
          position: relative;
          margin-top: 50px;
          margin-right: 10px;
          margin-bottom: 10px;
		  margin-left: 15px;
          font-size: 11px;
          height: 32px;
		  width: 100%;
        }
            
/***** CONTAINERS END   *****/


/***** SEARCHBOX *****/

div.searchbox {
  background: transparent url('i/default/bg_searchbox_div.gif') no-repeat right;
  display: block;
  float: left;
  height: 35px;
  line-height: 25px;
  padding-right: 6px; /* sliding doors padding */
  padding-top: 5px;
  text-decoration:none;
  outline: none; /* hide dotted outline in Firefox */
  color: white;
  vertical-align: middle;
}
        
span.searchbox {
  background: transparent url('i/default/bg_searchbox_span.gif') no-repeat;
  font-weight: bold;
  display: block;
  height: 30px;
  line-height: 25px;
  padding: 5px 2px 0px 10px;
  text-align: center;
  vertical-align: middle;
}  


span.searchbox input {
  margin-right: 2px;
}

/***** SEARCHBOX END *****/  


/***** BUTTONS *****/  


a.button:link,a.button:visited,a.button:active,a.button:hover{
    background: transparent url('i/default/bg_button_a.gif') no-repeat right;
    display: block;
    float: left;
    height: 20px;
    line-height: 16px;
    padding-right: 6px; /* sliding doors padding */
    text-decoration:none;
    outline: none; /* hide dotted outline in Firefox */
    color: white;
    vertical-align: middle;
    cursor:pointer;
}
a.button span {
    background: transparent url('i/default/bg_button_span.gif') no-repeat;
    font-weight: bold;
    float: left;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0px 2px 0px 10px;
    text-align: center;
    vertical-align: middle;
    cursor:pointer;
    
}
a.button:active span {
    padding: 4px 2px 2px 10px; /* push text down 1px */
}

  



/***** SIDEBOX HEADERS *****/  

div.sidebox_header {
    background: transparent url('i/default/bg_sidebox_a.gif') no-repeat right;
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
    padding-right: 6px; /* sliding doors padding */
    text-decoration:none;
    outline: none; /* hide dotted outline in Firefox */
    color: white;
    vertical-align: middle;
}

div.sidebox_header span {
    background: transparent url('i/default/bg_sidebox_span.gif') no-repeat;
    font-weight: bold;
    display: block;
    height: 20px;
    line-height: 20px;
    padding: 0px 2px 0px 10px;
    text-align: left;
    vertical-align: middle;
}

/***** SIDEBOX HEADERS END *****/    


.sidebox_content ul {
    margin: 0;
    padding: 0;
}

.sidebox_content ul li {
    list-style: none;
    color: #8D5D91;
    margin-left: 10px;
    margin-bottom: 3px;
}


/***** MENU ITEMS *****/

.mainmenu {
  margin: 0;
  padding: 0;
}

.mainmenu ul {
  margin: 0;
  padding: 0;
  }

.mainmenu ul li {
  list-style: none;
  float: left;
  margin-left: 6px;
  display: inline;
}



.mainmenu ul li a, .mainmenu ul li a:visited, .mainmenu ul li a:active {
    background: transparent url('i/default/bg_menuitem_a.gif') no-repeat right;
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    padding-right: 6px; /* sliding doors padding */
    text-decoration:none;
    outline: none; /* hide dotted outline in Firefox */
    color: white;
    vertical-align: middle;
    cursor:pointer;
}
.mainmenu ul li span {
    background: transparent url('i/default/bg_menuitem_span.gif') no-repeat;
    font-weight: bold;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0px 2px 0px 10px;
    text-align: center;
    vertical-align: middle;
    cursor:pointer;
}

/***** MENU ITEMS END *****/



/***** SECTION HEADERS *****/      

h1.section_header01, h1.section_header02, h1.section_header03 {
  font-size: 12px;
  font-weight: bold;
  width: 595px;
  height: 35px;
  margin-top: 0;
}

h1.section_header01 span, h1.section_header02 span, h1.section_header03 span {
  position: relative;
  top: 10px;
  left: 35px;
}

h1.section_header01 {
  background: transparent url('i/default/section_header01.gif') no-repeat 0 0;
}

h1.section_header02 {
  background: transparent url('i/default/section_header02.gif') no-repeat 0 0;
}

h1.section_header03 {
  background: transparent url('i/default/section_header03.gif') no-repeat 0 0;
}

/***** SECTION HEADERS END *****/ 

.rounded_box {
  background: transparent url('i/default/viola_box_right.gif') no-repeat right;
  display: block;
  float: left;
  height: 250px;
  line-height: 12px;
  padding-right: 6px; /* sliding doors padding */
  text-decoration:none;
  outline: none; /* hide dotted outline in Firefox */
  vertical-align: top;
  overflow: hidden;
}

.rounded_box span {
  background: transparent url('i/default/viola_box_left.gif') no-repeat;
  font-weight: bold;
  display: block;
  height: 240px;
  line-height: 12px;
  padding: 10px 2px 0px 10px;
  text-align: left;
  vertical-align: top;
  overflow: hidden;
}


/***** MAI AJĂ�NLATUNK *****/
/*   
.today_box {
  margin-left: 5px;
}
  
.today_box span{
  width: 270px;
  height: 210px;
}  

.today_box img{
  position: relative;
  left: 0px;
  top: 0px;
  width: 130px;
  height: 130px;
}  

div.today_box span .text {
  position: relative;
  left: 135px;
  top: -130px;
  width: 110px;
  float: left;
  height: 140px;
  overflow: hidden;
}

.today_box .buttons {
  position: relative;
  top: -130px;
  float: left;
  width: 250px;
  margin: 0;
}

.today_box .buttons a.button {
  margin-right: 5px;
}
*/ 
/***** MAI AJĂ�NLATUNK END *****/         

/***** LEGJOBB AJĂ�NLATUNK *****/

.best_buy, .featured_box, .today_box {
  margin-left: 5px;
}
  
.best_buy span, .featured_box span, .today_box span {
  width: 173px;
  height: 240px;
}  

.best_buy .prod_name, .featured_box .prod_name, .today_box .prod_name {
  font-weight: bold;
  height: 30px;
  overflow: hidden;
}


.best_buy img, .featured_box img, .today_box img {
  position: relative;
  left: 0px;
  top: 0px;
  width: 140px;
  height: 140px;
}  

div.best_buy span .text, div.featured_box span .text, div.today_box span .text {
  position: relative;
  left: 85px;
  top: -80px;
  width: 90px;
 /* float: left;  */
  height: 120px;
  overflow: hidden;
  font-size: 11px;
  font-weight: normal;
}

.best_buy .price, .featured_box .price, .today_box .price {
  position: relative;
  text-align: right;
  margin: 10px 10px 0 0;
}


.best_buy .buttons, .featured_box .buttons, .today_box .buttons {
  position: relative;
  margin: 0;
  margin-top: 15px;
  float: left;
}

.best_buy .buttons a.button, .featured_box .buttons a.button, .today_box .buttons a.button {
  margin-right: 5px;
}

/***** LEGJOBB AJĂ�NLATUNK END *****/       



ul.oldalterkep{list-style:none;}
ul.oldalterkep li {padding:3px;}
.linkfelho {text-align: center; margin-top: 15px;}

table.profile_info tr td {
    background-color: rgb(238, 238, 238);
}

table.profile_info thead td {
    background-color: #8D5D91;
    color: white;
}

table.profile_info {
    width: 95%;
}


