@CHARSET "UTF-8";
/************************************************
 * project    | borbazis.hu
 * file name  | base.css
 * developer  | worbyd
 * date       | 18.6.09
 ************************************************/

@import "reset.css";

body {
  border-top: 3px solid #a09b6d;
	color: #686868;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

a {
  cursor: pointer;
  color: #7d7955;
}

div.clear {
	clear: both;
	*height: 1px;
	_height: 0;
	_font-size: 0;
}

.invisible { display: none; }

.link_arrow {
  padding-left: 10px;
  background: url("../images/link_arrow.gif") left center no-repeat;
}

#mainwrap {
	margin: 0 auto 0 auto;
	width: 960px;
	text-align: left;
}


/* form
 ************************************************/
label {
  line-height: 23px;
  font-size: 11px;
}

label.leftlabel {
  display: block;
  float: left;
  margin: 0 0 5px 0;
  padding: 0 10px 0 0;
  _padding: 0 9px 0 0;
  width: 77px;
  _width: 87px;
  line-height: 23px;
  text-align: right;
}

label.leftlabel_short {
  width: 47px;
  _width: 57px;
}

label.leftlabel_wide {
  width: 115px;
  _width: 125px;
}

label.rightlabel {
  margin: 0 0 0 10px;
}

label.rightlabel_wide {
  display: block;
  float: left;
  margin: 0 0 5px 10px;
  width: 190px;
  _width: 200px;
  line-height: 23px;
  text-align: left;
}

input {
  padding: 5px;
  height: 13px;
  _height: 23px;
  background: transparent;
  border: 0 none;
  color: #7d7955;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

input.checkbox {
  float: left;
  margin: 5px 0 0 0;
  _margin: 1px 0 0 0;
  padding: 0;
}

p.input {
  float: left;
  margin: 0 0 5px 0;
  width: 173px;
  height: 23px;
  background: url("../images/input_normal.gif") 0 0 no-repeat;
}

p.input_normal input {
  width: 163px;
  _width: 173px;
}

p.input_half {
  width: 103px;
  background: url("../images/input_half.gif") 0 0 no-repeat;
}

p.input_half input {
  width: 93px;
  _width: 103px;
}

p.input_wide {
  width: 203px;
  background: url("../images/input_wide.gif") 0 0 no-repeat;
}

p.input_wide input {
  width: 193px;
  _width: 203px;
}

p.textarea {
  float: left;
  margin: 0 0 5px 0;
  width: 270px;
  /*height: 213px;*/
  height: 110px;
  background: url("../images/textarea_normal.gif") 0 0 no-repeat;
}

p.textarea textarea {
  padding: 5px;
  width: 260px;
  *width: 259px;
  _width: 270px;
  height: 93px;
  /*height: 203px;
  *height: 201px;
  _height: 213px;*/
  *height: 107px;
  _height: 100px;
  background: transparent; 
  border: 0 none;
  color: #7d7955;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
}


/* buttons */
p.button_short {
  width: 65px;
  height: 23px;
  background: url("../images/button_short.gif") 0 0 no-repeat;
}

p.button_normal {
  width: 85px;
  height: 23px;
  background: url("../images/button_normal.gif") 0 0 no-repeat;
}

p.button_wide {
  width: 145px;
  height: 23px;
  background: url("../images/button_wide.gif") 0 0 no-repeat;
}

p.button input {
  padding: 0;
  width: 65px;
  height: 23px;
  cursor: pointer;
  color: #a09b6d;
  font-size: 11px;
  text-align: center;
}

p.button_normal input {
  width: 85px;
}

p.button_wide input {
  width: 145px;
}


/* select | form
 ************************************************/
.selectchange {
  float: left;
  margin: 0 0 5px 0;
  height: 23px;
  cursor: pointer;
}

.selectchange .yuimenubaritem {
  height: 23px;
}

.selectchange .yuimenubaritem span.yuimenubaritemlabel_span,
.selectchange .yuimenu li.yuimenuitem {
  display: block;
  padding: 0 0 0 10px;
  line-height: 23px;
}

.selectchange .yuimenu .bd {
  margin: -1px 0 -1px 1px;
  _margin: 0 0 0 1px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e0dfd9;
}

.selectchange .yuimenu a.yuimenuitemlabel {
  display: inline;
}

.selectchange .yuimenu a.yuimenuitemlabel-selected {
  color: #c2bd67;
}

.yuimenubaritemlabel_span span {
  display: none;
}

.selectchange .topscrollbar{
  height: 15px;
  width: 176px;
  *width: 175px;
  _width: 176px;
  background: url("../images/selectmenu_arrow_up.gif") 1px 0 no-repeat;
}
.selectchange .bottomscrollbar {
  height: 15px;
  width: 176px;
  *width: 175px;
  _width: 176px;
  background: url("../images/selectmenu_arrow_down.gif") 1px 0 no-repeat;
}


/* wide select */
div.select_wide {
  width:203px;
  background: url("../images/select_wide.gif") 0 0 no-repeat;
}

div.select_wide .yuimenubaritem {
  width: 203px;
}

div.select_wide .yuimenubaritem span.yuimenubaritemlabel_span,
div.select_wide .yuimenu li.yuimenuitem {
  width: 193px;
  _width: 203px;
}

div.select_wide .yuimenu {
  width: 176px;
  *width: 175px;
  _width: 178px;
}

div.select_wide .yuimenu .bd {
  width: 176px;
  *width: 175px;
  _width: 178px;
}

div.select_wide .yuimenu li.yuimenuitem {
  width: 166px;
  *width: 165px;
  _width: 168px;
}

/* normal select */
div.select_normal {
  width:167px;
  background: url("../images/select_normal.gif") 0 0 no-repeat;
}

div.select_normal .yuimenubaritem {
  width: 167px;
}

div.select_normal .yuimenubaritem span.yuimenubaritemlabel_span,
div.select_normal .yuimenu li.yuimenuitem {
  width: 157px;
  _width: 167px;
}

div.select_normal .yuimenu {
  width: 176px;
  *width: 175px;
  _width: 178px;
}

div.select_normal .yuimenu .bd {
  width: 176px;
  *width: 175px;
  _width: 178px;
}

div.select_normal .yuimenu li.yuimenuitem {
  width: 166px;
  *width: 165px;
  _width: 168px;
}


/* short select */
div.select_short {
  width: 63px;
  background: url("../images/select_short.gif") 0 0 no-repeat;
}

div.select_short .yuimenubaritem {
  width: 63px;
}

div.select_short .yuimenubaritem span.yuimenubaritemlabel_span,
div.select_short .yuimenu li.yuimenuitem {
  width: 53px;
  _width: 63px;
}

div.select_short .yuimenu {
  width: 36px;
  *width: 35px;
  _width: 38px;
}

div.select_short .yuimenu .bd {
  width: 36px;
  *width: 35px;
  _width: 38px;
}

div.select_short .yuimenu li.yuimenuitem {
  width: 26px;
  *width: 25px;
  _width: 28px;
}


/* header
 ************************************************/
.header {
	position: relative;
	z-index: 89;
	width: 960px;
	height: 142px;
}


/* logo */
.header p.logo {
  float: left;
  margin: 9px 0 12px 0;
  width: 68px;
  height: 80px;
}


/* title */
.header p.title {
  float: left;
  margin: 33px 0 0 8px;
  color: #c2bd67;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.2mm;
}

.header p.title a { color: #c2bd67; }


/* header text */
.header p.header_text {
  float: right;
  margin: 21px 0 0 0;
  line-height: 16px;
  color: #7d7955;
  text-align: right;
  width: 500px;
}

.header p.header_text span {
  color: #a7a48b;
  font-size: 10px;
}


/* search */
.header div.search {
  float: right;
  margin: 10px 0 0 0;
  width: 370px;
  height: 23px;
}

.header div.search p {
  float: right;
  margin: 0 0 0 6px;
}

.header div.search p.label_search label {
  color: #a7a48b;
  font-size: 10px;
}

.header div.search p.input_search {
  width: 163px;
  height: 23px;
  background: url("../images/input_search.gif") 0 0 no-repeat;
}

.header div.search p.input_search input {
  padding: 5px 5px 5px 25px;
  width: 133px;
  _width: 163px;
}


/* mainmenu
 ************************************************/
#mainmenu {
  height: 29px;
  line-height: 29px;
  border-width: 1px 0;
  border-color: #e0dfd9;
  border-style: solid;
  font-size: 10px;
}

#mainmenu li.yuimenubaritem { 
  border-width: 0 0 0 1px;
  border-color: #e0dfd9;
  border-style: solid;
}

#mainmenu li.yuimenubaritem_last { border-width: 0 1px 0 1px; }

#mainmenu a.yuimenubaritemlabel {
  padding: 0 20px 0 20px;
  color: #a39e6f;
  text-transform: uppercase;
}

#mainmenu li.yuimenubaritem a.active {
  background-color: #c2bd67;
  color: #ffffff;
}

#mainmenu a.yuimenubaritemlabel-selected {
  color: #c2bd67;
}


/* submenu */
#mainmenu .yuimenu {
  width: 155px;
  line-height: normal;
}

#mainmenu .yuimenu ul li a { background: #ffffff; }

#mainmenu .yuimenuitem {
  display: block;
  _display: inline;
  _height: 23px;
}

#mainmenu a.yuimenuitemlabel {
  display: block;
  padding: 7px 20px 7px 20px;
  _height: 23px;
  _padding-right:0;
  border-width: 1px 1px 0 1px;
  border-color: #e0dfd9;
  border-style: solid;
  color: #7d7955;
  text-transform: uppercase;
}

#mainmenu .yuimenuitem_last a.yuimenuitemlabel,
#mainmenu .yuimenuitem_notsubmenu_last a.yuimenuitemlabel { border-width: 1px; }

#mainmenu a.yuimenuitemlabel-selected {
  border-width: 1px 0 0 1px;
  color: #c2bd67;
}

#mainmenu .yuimenuitem_last a.yuimenuitemlabel-selected {
  border-width: 1px 0 1px 1px;
}

#mainmenu .yuimenuitem_notsubmenu a.yuimenuitemlabel-selected {
  border-width: 1px 1px 0 1px;
}

#mainmenu .yuimenuitem_notsubmenu_last a.yuimenuitemlabel-selected {
  border-width: 1px 1px 1px 1px;
}

/* sub-submenu */
#mainmenu .yuimenu .yuimenu { left: 154px!important; }

#mainmenu .yuimenu .yuimenu li.first-of-type a.yuimenuitemlabel { border-width: 1px 1px 0 0; }

#mainmenu .yuimenuitem .yuimenuitem a.yuimenuitemlabel-selected {
  border-width: 1px 1px 0 1px;
}

#mainmenu .yuimenuitem .yuimenuitem_last a.yuimenuitemlabel-selected {
  border-width: 1px;
}


/* maincontainer
 ************************************************/
.maincontainer {
  padding: 0 0 70px 0;
  background: url("../images/maincontainer_bg.jpg") left bottom repeat-x;
}

/* box */
.box {
  margin: 0 0 10px 0;
}

a.banner {
  display: block;
  margin: 0 0 10px 0;
  font-size: 0;
  text-align: right;
}

a.button_more {
  display: block;
  padding: 4px 0 0 21px;
  width: 44px;
  _width: 65px;
  height: 17px;
  _height: 21px;
  background: url("../images/button_short_more.gif") 0 0 no-repeat;
}

a.backto_datas { 
  background: url("../images/button_wide_more.gif") 0 0 no-repeat;
  width: 112px;
  _width: 135px;
}

/* midleftcolumn | maincontainer
 ************************************************/
.midleftcolumn {
  float: left;
  width: 650px;
}

.midleftcolumn h1 {
  padding: 15px;
  color: #887c5c;
  font-size: 26px;
  letter-spacing: -0.2mm;
}

.midleftcolumn h2 {
  padding: 0 0 8px 0;
  color: #887c5c;
  font-size: 18px;
  font-weight: normal;
}

/* mainblock */
.mainblock {
  margin: 0 0 10px 0;
  padding: 4px 0 0 4px;
  width: 644px;
  _width: 650px;
  background: #f3f2ec;
  border: 1px solid #ecebe5;
}

.mainblock p {
  padding: 0 0 20px 15px;
}

.mainblock_box {
  margin: 0 6px 6px 0;
  float: left;
  padding: 14px 19px 14px 19px;
  width: 277px;
  _width: 317px;
  height: 192px;
  _height: 228px;
  background: #ffffff;
  border: 1px solid #ecebe5;
}

.mainblock .right {
  margin: 0 0 6px 0;
}

.mainblock_box p {
  padding: 0 0 13px 0;
}

.mainblock_box label.leftlabel {
  width: 100px;
  _width: 110px;
}

.mainblock_box label.leftlabel_short {
  width: 64px;
  _width: 74px;
}

.mainblock_box p.input_normal {
  width: 167px;
  background: url("../images/input_normal_mainblock.gif") 0 0 no-repeat;
}

.mainblock_box p.input_normal input {
  width: 157px;
  _width: 167px;
}

.mainblock_box p.input {
  padding: 0;
}

.mainblock_box p.button {
  float: right;
  padding: 0 0 7px 0;
}


/* tab */
.widthtab {
  padding-bottom: 22px;
  _padding-bottom: 14px;
  height: 184px;
}

.tab {
  position: relative;
  margin: 26px 0 0 0;
}

.yui-navset-top .yui-nav,
.yui-navset-bottom .yui-nav {
  position: absolute;
}

.tabhead {
  position: absolute;
  top: -26px;
  *top: 0;
  left: 0;
  width: 200px;
  height: 27px;
}

.yui-navset .yui-nav li,
.yui-navset .yui-navset-top .yui-nav li,
.yui-navset .yui-navset-bottom .yui-nav li {
  margin:0 1px 0 0;
}

.tabhead a {
  float: left;
  display: block;
  width: 98px;
  height: 27px;
  line-height: 27px;
  background: url("../images/tab.gif") 0 -27px no-repeat;
  text-align: center;
}

.tabhead a:hover,
.tabhead li.selected a {
  background-position: 0 0;
  color: #887c5c;
  font-weight: bold;
}

.tabbody {
  padding: 9px 14px 0 14px;
  border: 1px solid #ecebe5;
}

.mainblock_box .tabbody label.leftlabel_short {
  /* width: 37px;*/
  width: 37px;
  _width: 48px;
}

.tabbody p.input_wide {
  width: 200px;
  _width: 198px;
  background: url("../images/input_intab.gif") 0 0 no-repeat;
  _background: url("../images/input_intab_IE.gif") 0 0 no-repeat;
}

.tabbody p.input_wide input {
  /*width: 190px;
  _width: 200px;*/
  width: 190px;
  _width: 198px;
}


.tabbody div.select_wide {
  width:200px;
  _width:198px;
  background: url("../images/intab_select_wide.gif") 0 0 no-repeat;
  _background: url("../images/intab_select_wide_IE.gif") 0 0 no-repeat;
}

div.select_wide .yuimenubaritem {
  _width: 198px;
}

div.select_wide .yuimenubaritem span.yuimenubaritemlabel_span,
div.select_wide .yuimenu li.yuimenuitem {
  width: 190px;
  _width: 198px;
}

div.select_wide .yuimenu {
  width: 176px;
  *width: 175px;
  _width: 178px;
}

div.select_wide .yuimenu .bd {
  width: 173px;
  *width: 172px;
  _width: 175px;
}

div.select_wide .yuimenu li.yuimenuitem {
  width: 163px;
  *width: 162px;
  _width: 165px;
}


/* mainblock content
 ************************************************/
.mainblock .content {
  position:relative;
  margin: 0 0 4px 0;
  padding: 15px 20px 10px 20px;
  width: 598px;
  _width: 640px;
  background: #ffffff;
  border: 1px solid #ecebe5;
}

.mainblock .content h2 {
  padding: 0 0 10px 0;
  line-height: 17px;
}

.mainblock .content h2 a {
  color: #a39e6f;
  font-size: 11px;
}

.mainblock .content p { padding: 0 0 15px 0; }

.mainblock .content dl {
  float: left;
  margin: 0 20px 0 0;
  _margin: 0 10px 0 0;
  padding: 0 0 10px 0;
  width: 270px;
}

.mainblock .content dt {
  float: left;
  margin: 0 0 5px 0;
  width: 105px;
  font-weight: bold;
}

.mainblock .content dd {
  margin: 0 0 5px 0;
}

.content_imgwrap {
  float: left;
  margin: 0 8px 15px 0;
  _margin: 0 4px 15px 0;
  width: 190px;
  height: 120px;
  background: url("../images/imgwrap_190x120.gif") 0 0 no-repeat;
}


.content_imgwrap2 { background:transparent url(../images/imgwrap_105x84.gif) no-repeat scroll 0 0; float:left; height:90px; margin:0 8px 15px 0; width:115px; }
.last { width: 105px; margin-right:0; }

.content_imgwrap2 img { margin: 3px 0 0 3px; padding: 0; width: 99px; height: 78px; border: 0 none; }

.content_imgwrap img {
  margin: 3px 0 0 3px;
  padding: 0;
  width: 184px;
  height: 114px;
  border: 0 none;
}

.mainblock .content img.map {
  margin: 0 0 15px 50px;
}


/* from text editor
 ************************************************/
.content_fromtexteditor ul,
.content_fromtexteditor ol {
  padding: 0 0 13px 0;
  list-style-position: inside;
}

.content_fromtexteditor ul {
  list-style-type: disc;
}

.content_fromtexteditor ol {
  list-style-type: decimal;
}

.content_fromtexteditor li {
  margin: 10px 0 2px 0;
}

.content_fromtexteditor table {
  margin: 0 0 15px 0;
}

.content_fromtexteditor table th {
  background-color: #ecebe5;
  text-align: center;
}

.content_fromtexteditor table th,
.content_fromtexteditor table td {
  padding: 5px;
  border: 1px solid #ecebe5;
  vertical-align: middle;
}

/*.content_fromtexteditor img {
  margin: 0 0 15px 0;
  padding: 2px;
  border: 1px solid #ecebe5;
}*/


/* listitems
 ************************************************/
.listitems .item {
  margin: 10px 0 0 0;
  min-height: 120px;
  _height: 120px;
  border-bottom: 1px solid #e0dfd9;
  color: #a39e6f;
}

.listitems .firstitem {
  margin: 5px 0 0 0;
  padding: 20px 0 0 0;
  _height: 140px;
  border-top: 1px solid #e0dfd9;
}

.listitems .imgwrap {
  display: block;
  float: left;
  margin: 0 17px 0 0;
  width: 138px;
  height: 110px;
  background: url("../images/imgwrap_138x110.gif") 0 0 no-repeat;
}

.listitems .imgwrap img {
  margin: 3px 0 0 3px;
}

.listitems h3 {
  margin: 0 0 2px 0;
  font-size: 12px;
}

.listitems a.button_more {
  float: left;
}


/* adjust */
.adjust {
  float: left;
  width: 400px;
  padding: 6px 0 0 0;
}

.adjust span.title {
  margin: 0 101px 0 0 ;
}

a.name_order_asc span {
  display: inline-block;
  padding: 0 0 0 6px;
  width: 7px;
  _width: 16px;
  line-height: 11px;
  background: url("../images/arrow_brown_up.gif") right center no-repeat;
}

a.name_order_desc span {
  padding: 0 0 0 16px;
  width: 7px;
  height: 4px;
  background: url("../images/arrow_brown_down.gif") center center no-repeat;
}

.results_per_page_wrap {
  float: right;
  width: 133px;
}

.results_per_page_wrap .select_label {
  float: left;
  margin: 0 8px 0 0;
  line-height: 23px;
}

.results_per_page_wrap_bottom {
  float: left;
  padding: 10px 0 15px 0;
}


/* pager
 ************************************************/
.pager {
  float: right;
  margin: 10px 0 0 0;
  _margin: 0;
  padding: 5px 0 5px 0;
}

.pager a {
  margin: 0 0 0 2px;
  padding: 5px 10px 5px 0;
  height: 23px;
  background: url("../images/pageritem_right.gif") right center no-repeat;
}

.pager a span {
  padding: 5px 0 5px 10px;
  height: 23px;
  background: url("../images/pageritem_left.gif") left center no-repeat;
}

.pager a.points,
.pager a.points span {
  background: none;
}


/* registration
 ************************************************/
form.registration {
  margin: 5px 0 0 0;
  text-align: center;
}

form.registration fieldset {
  margin: 0 auto 0 auto;
  width: 400px;
  text-align: left;
}

.mainblock .content form.registration p {
  padding: 0;
}

.mainblock .content form.registration .repass {
  margin: 0 0 15px 0;
}

p.captcha {
  float: left;
  margin: 3px 0 3px 125px;
  _margin: 3px 0 5px 63px;
}

form.registration input.checkbox {
  margin: 5px 0 0 125px;
  _margin: 1px 0 0 125px;
}

form.registration p.button_normal {
  float: left;
  margin: 10px 0 50px 125px;
  _margin: 10px 0 50px -15px;
}

form.registration p.button input {
  *margin: 0 0 0 -125px;
  _margin: 0 0 0 15;
}

/* profile edit
 ************************************************/
.profile p.notedit {
  float: left;
  margin: 0 0 5px 0;
  width: 200px;
  line-height: 23px;
  font-weight: bold;
}

.mainblock .content form.registration .mprofile,
.mainblock .content form.registration .separator {
  margin: 0 0 15px 0;
}

form.profile {
  border-bottom: 1px solid #e0dfd9;
}

form.profile_last {
  border-bottom: 0 none;
}

form.profile p.button {
  margin: 10px 0 20px 125px;
  _margin: 10px 0 20px 63px;
}

form.profile p.button input {
  _margin: 0 0 0 -63px;
}

form.profile p.button_wide {
  _margin: 10px 0 20px 125px;
}

form.profile p.button_wide input {
  _margin: 0 0 0 -125px;
}


/* sildeshow
 ************************************************/
.slideshow {
  position: relative;
  margin: 0 0 15px 0;
  *padding: 0 0 1px 0;
  /*overflow: hidden;*/
  width: 598px;
}

.slideshow .itemswrap {
  position: relative;
  width: 598px;
  height: 84px;
  overflow: hidden;
}

.slideshow .itemswrap ul {
  width: 10000px;
  height: 84px;
}

.slideshow li {
  float: left;
  margin: 0 9px 0 0;
  width: 295px;
  height: 84px;
}

.slideshow li.item_right {
  width: 294px;
  _width: 295px;
  border-right: 1px solid #e0dfd9;
}

.slideshow a.imgwrap {
  display: block;
  float: left;
  margin: 0 8px 0 0;
  width: 105px;
  height: 84px;
  background: url("../images/imgwrap_105x84.gif") 0 0 no-repeat;
}

.slideshow a.imgwrap img {
  margin: 3px 0 0 3px;
}

.slideshow span.data {
  float: left;
  width: 168px;
  height: 84px;
  color: #a39e6f;
}

.slideshow span.data big {
  display: block;
  margin: 0 0 2px 0;
  font-size: 12px;
  font-weight: bold;
}

.slideshow span.data a.button_more {
  margin: 7px 0 0 0;
}

.slideshow a.nav {
  position: absolute;
  top: 15px;
  display: block;
  width: 12px;
  height: 53px;
  background-image: url("../images/slideshow_nav_buttons.gif");
  background-repeat: no-repeat;
}

.slideshow a.nav_left {
  left: -21px;
  background-position: 0 0;
}

.slideshow a.nav_left.inactivebutton {
  cursor: default;
  background-position: -12px 0px;
}

.slideshow a.nav_right {
  right: -21px;
  /*_right: 0;*/
  background-position: 0 -53px;
}

.slideshow a.nav_right.inactivebutton {
  cursor: default;
  background-position: -12px -53px;
}

#slideshow_top_items_wrap,
#slideshow_bottom_items_wrap {
  width: 600px;
  overflow: hidden;
}

#slideshow_top_cardwrap,
#slideshow_bottom_cardwrap,
#slideshow_2_cardwrap {
  position: relative;
  width: 5000px;
}

#slideshow_top_cardwrap li,
#slideshow_bottom_cardwrap li {
  position: static;
}


/* welcomebox
 ************************************************/
.welcomebox {
  position: relative;
  margin: 0 0 10px 0;
  width: 648px;
  _width: 650px;
  height: 248px;
  _height: 250px;
  overflow: hidden;
  background: url("../images/welcomebox_bg.jpg") 0 0 no-repeat;
  border: 1px solid #ecebe5;
}

.welcomebox h1 {
  display: block;
  margin: 0 0 12px 0;
  padding: 0;
  color: #887c5c;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: -0.2mm;
}

.welcomebox_content {
  position: absolute;
  top: 30px;
  left: 200px;
  width: 410px;
  overflow: hidden;
}

.welcomebox ul {
	position: relative;
  width: 410px;
  height: 140px;
  overflow: hidden;
}

.welcomebox li {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
}

.welcomebox li span {
  display: block;
  width: 410px;
}

.welcomebox small {
  display: block;
  margin: 0 0 12px 0;
}

.welcomebox_nav {
  position: absolute;
  bottom: 13px;
  right: 15px;
  width: 100px;
  height: 12px;
}

.welcomebox_nav a.nav_left {
  display: block;
  float: right;
  margin: 1px 0 0 0;
  width: 9px;
  height: 9px;
  background: url("../images/welcomebox_nav_left.png") 0 0 no-repeat;
  _background: none;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/welcomebox_nav_left.png',sizingMethod='crop');
}

.welcomebox_nav a.nav_right {
  display: block;
  float: right;
  margin: 1px 0 0 0;
  width: 9px;
  height: 9px;
  background: url("../images/welcomebox_nav_right.png") 0 0 no-repeat;
  _background: none;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/welcomebox_nav_right.png',sizingMethod='crop');
}

.welcomebox_nav a.nav_left.inactivebutton {
  cursor: default;
  background: url("../images/welcomebox_nav_left_inactive.png") 0 0 no-repeat;
  _background: none;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/welcomebox_nav_left_inactive.png',sizingMethod='crop');
}

.welcomebox_nav a.nav_right.inactivebutton {
  cursor: default;
  background: url("../images/welcomebox_nav_right_inactive.png") 0 0 no-repeat;
  _background: none;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/welcomebox_nav_right_inactive.png',sizingMethod='crop');
}

.welcomebox_nav span {
  display: block;
  float: right;
  width: 46px;
  line-height: 11px;
  color: #a1a19e;
  text-align: center;
}

.welcomebox_nav span.activecounter {
  display: inline;
  width: auto;
  float: none;
}

#welcomebox_slideshow_items_wrap {
  width: 410px;
  overflow: hidden;
}

#welcomebox_slideshow_cardwrap {
  position: relative;
  width: 5000px;
}

#welcomebox_slideshow_cardwrap li {
  position: static;
}


/* rightcolumn | maincontainer
 ************************************************/
.rightcolumn {
  float: right;
  width: 300px;
}

.rightcolumn .imgwrap {
  float: left;
  margin: 0 10px 0 0;
  width: 90px;
  height: 90px;
  background: url("../images/imgwrap_90x90.gif") 0 0 no-repeat;
}

.rightcolumn .imgwrap img {
  margin: 4px 0 0 4px;
  width: 82px;
  height: 82px;
}


/* boxes | rightcolumn */
.rightcolumn .boxhead,
.rightcolumn .boxbody,
.rightcolumn .boxfoot {
  width: 300px;
}

.rightcolumn .boxhead {
  height: 36px;
  background: url("../images/rightcolumn_boxhead.gif") 0 0 no-repeat;
}

.rightcolumn .boxhead h2 {
  padding: 0 20px;
  line-height: 36px;
  color: #887c5c;
  font-size: 16px;
  font-weight: normal;
}

.rightcolumn .boxbody {
  background: url("../images/rightcolumn_boxbody.gif") 0 0 repeat-y;
}

.rightcolumn .boxinlay {
  padding: 12px 20px 12px 20px;
}

.rightcolumn .simplebox .boxinlay {
  *padding: 12px 20px 0 20px;
}

.rightcolumn .boxinlay h2 {
  margin: 0 0 5px 0;
  color: #887c5c;
  font-size: 18px;
  font-weight: normal;
}

.rightcolumn .boxfoot {
  height: 5px;
  background: url("../images/rightcolumn_boxfoot.gif") 0 0 no-repeat;
  _font-size: 0;
}

/* description | rightcolumn box */
.rightcolumn .description {
  float: left;
  width: 160px;
}

.rightcolumn .description h3 {
  padding: 0 0 5px 0;
  color: #95914f;
  font-size: 12px;
}

.rightcolumn .description a.button_more {
  margin: 10px 0 0 0;
}

/* items | rightcolumn box */
.items p {
  padding: 6px 0 7px 0;
  border-bottom: 1px dashed #e0dfd9;
}

.items p.first {
  padding: 0 0 7px 0;
}

.items p.last {
  padding: 6px 0 0 0;
  border: 0 none;
}

/* login & search box */
.login_search .boxhead {
  height: 6px;
  background: url("../images/rightcolumn_boxhead_low.gif") 0 0 no-repeat;
  _font-size: 0;
}

.login_search p.text {
  margin: 0 0 5px 0;
}

.loginbox_buttons {
  height: 21px;
  background: url("../images/loginbox_buttons.gif") 0 0 no-repeat;
}

.loginbox_buttons p {
  float: left;
  width: 150px;
  line-height: 21px;
  text-align: center;
}

.loginbox_foothead {
  height: 7px;
  background: url("../images/loginbox_foothead.gif") 0 0 no-repeat;
  _font-size: 0;
}

.login_search p.button {
  float: right;
}

p.detailed_search {
  float: left;
  padding: 0 0 0 57px;
  line-height: 23px;
  text-align: right;
}

/* logged */
.logged h4 {
  margin: 0 0 10px 0;
  font-size: 11px;
}

.logged p {
  margin: 0 0 5px 0;
}


/* footer
 ************************************************/
.footer {
  width: 960px;
  text-align: center;
}

.footer p {
  line-height: 40px;
  color: #7d7955;
  font-size: 10px;
}

.footer p.menu {
  line-height: 30px;
  border-bottom: 1px solid #e0dfd9;
}

.footer p.menu a {
  margin: 0 10px 0 10px;
  text-transform: uppercase;
}


/* exarkun kiegeszites 20090707
 ************************************************/
p.nobg { background: none; }
p.input_upload { background: none; }
p.input_upload input { width: 200px; height: 21px; border: 1px solid #e0dfd9;}
.winelist, .winelist2 { margin: 10px 10px 0 10px; line-height:16px; font-size:12px; padding-bottom: 30px; }
.winelist2 li { position: relative; width:100%; border-bottom: 1px solid #E0DFD9; }
.winelist2 li .del { display: block; position: absolute; top: 0pt; right: 0pt; font-size: 10px; }
.winelist2 li .del span { color: red; }
.winelist2 li.last {border-bottom: 0; width: 100%; }

div#googlemap { margin-bottom:15px; }
.loggedBox p { margin-bottom: 8px; }
.loggedBox a { font-size: 12px; }

/* exarkun kiegeszites 20090929
 ************************************************/
form.noborder { border-bottom:0; }

/* exarkun kiegeszites 20091021
 ************************************************/
.backtoresults { display: block; position: absolute; top: 10px; right: 10px; width: 129px; _width: 150px; height: 21px; text-decoration: none; padding-left: 21px; background: transparent url(../images/button_wide_back.gif) no-repeat 0 0; line-height: 21px; }
.backmiddle { top: 28px; right: 5px; }

/* exarkun kiegeszites 20091108
 ************************************************/
.savealert { text-align: left; color: red; margin-left:125px; margin-bottom: 15px; font-size:11px; }
form.registration p.bottom20 { margin-bottom: 20px; }
.loggedBox { border-bottom: 1px solid #e0dfd9; padding-bottom:15px; }