/*
  lightgreen:#EAF69B
  green: #7AC61B;
  darkgreen: 00923E;
  blue: #2A5A8A
  red: #B21F24


*/

.top_lodgon_link {
  text-decoration:none;
  color:#00923E;
}
.top_lodgon_link:hover {
  color:#7AC61B;
  text-decoration:underline;
}

.top_lodgon_link.active {
  font-weight:bold;
}
.sync_button {
    background:rgb(230,230,230) url(/images/bg_head_middle.jpg) scroll 0 0;
    /*border:1px solid #969696;*/
    border-top: 1px solid #CCC;
    border-right: 2px solid #969696;
    border-bottom: 2px solid #969696;
    border-left: 1px solid #CCC;
    font-size:150%;
    color:white;
    font-family:verdana,arial,sans-serif;
    font-size:120%;
    padding:8px !important;
    text-align:center;
    filter:alpha(opacity=85);
    /* CSS3 standard */
    opacity:0.85;
}

.sync_button:hover {
    cursor:pointer;
    filter:alpha(opacity=100);
    opacity:1;
}

.sync_button a, .sync_button a:visited{
  background:url(/common/img/syncsphere_sq_20px.jpg) no-repeat 0px 0px;
  color:white;
  padding-left:25px !important;
  font-weight:bold;
  width:100%;
  height:100%;
}

.sync_button a:hover {
  text-decoration:none;
  color:white;
  cursor:pointer;
}



.widget-border {
  background-color:#F8E096;
  border:1px solid #E8B10D;
  margin:0 0 2.5em 0;
  padding:0 0 10px;
  width:183px;
}

.widget-border h1 {
background-color:#E8B10D;
clear:both;
color:#FFFFFF;
font-family:"trebuchet ms",verdana,arial,sans-serif;
font-size:140%;
font-weight:bold;
margin:0 0 5px;
padding:4px 10px 3px;
}

.widget-content {
 padding-left:4px;
}
.main-navigation .widget-content p {
  clear:both;
  color:#505050;
  font-size:100%;
  line-height:1.3em;
  margin:3px 0px 3px 0px;
}



.button {
background:#E6E6E6 none repeat scroll 0 0;
border:1px solid #969696;
color:#565656;
font-family:verdana,arial,sans-serif;
font-size:120%;
padding:1px !important;
text-align:center;
}
.button:hover {
  background:#C6C6C6 none repeat scroll 0 0;
}


.hidden {
  display: none;
}
  
.error {
  color: red;
}


.left {
 float: left;
}

.right {
 float: right;
}

.iconbar {
/*    float: right; */
    position: relative;
    /*margin-left: 350px;*/
    margin-top: -35px;
    /*width: 130px;*/
    text-align: right;
    height: 30px;
}

.main-navigation .iconbar {
    margin-top: -45px;
    margin-left: 70px;
    height: 30px;
}

.main-subcontent .iconbar {
    margin-top: -30px;
    margin-left: 50px;
    height: 30px;
}

.clear {
 clear: both;
 float: none;
}
 


.vcenter {
 vertical-align: middle;
}

.row {
  margin-bottom: 5px;
  padding: 3px;
}

.row div {
  padding: 3px;
}
  
.odd {
  background-color: #F2F2F2;
}

.even {

}

.list .row .sub {
  border: 1px solid rgb(182,182,182); margin: 5px 10px 0px 10px; padding: 7px;
}
.list .row .sub p {
  margin-bottom:2px;
}
.list .row {
  border-bottom: 2px dotted rgb(182, 182, 182); 
  padding: 0 5px 2px 5px;
  margin: 0 0 2px 0;
  height: auto;
  clear:both;
}
  
  .subitem {
    font-size:105%;
    font-weight:bold;    
  }
  
  .stdtext {
    width: 350px;
  }
  
  .stdtextarea {
    width: 350px;
    height: 160px;
  }

  .bigtextarea {
    width: 450px;
    height: 260px;
  }
  
  .msg {
    font-size: 105%;
    font-weight:bold;
  }
  
  .label.top {
    display:block;
  }

  .required {
    padding-right:15px;
    background-image:url(/common/img/required.png);
    background-repeat:no-repeat;
    background-position:right 5px;
  }

  .toggleLink {
    background:url(/common/img/arrow_down.gif) no-repeat;
    background-position:100% 50%;
    padding-right:15px;
    margin-bottom:4px;
  }

  .toggleLink:hover {
    background:url(/common/img/arrow_down_over.gif)  no-repeat;
    background-position:100% 60%;
  }

/* SHOP */
.shop_product {
  float:left;
  border:1px solid #E8B10D;
  width:131px;
  height:210px;
  padding: 5px;
  margin:0px 3px 5px 0px;
}

.shop_product .image {
  float:left;
}

.shop_product .image a {
}

.shop_product .image a:hover {
  opacity:0.8;
  filter:alpha(opacity=80);
}

.shop_product .image a img {
  width:80px;
  height:80px;
  border:none;
}

.shop_product .text {
  clear:both;
}

.shop_product .text .title {
  font-size:120%;
  height:32px;
  overflow:hidden;
}

.shop_product .text .summary {
  height:76px;
  clip:rect(0px, 0px, 85px, 76px);
  overflow:hidden;  
  border-bottom:1px dotted #AAA;
}

.shop_product .text p {
  white-space:-moz-pre-wrap;
  white-space: normal;
  word-wrap: break-word;
  width:inherit;
  font-size:100%;
}

.shop_product .price {
  color:#B21F24;
  font-family:arial;
  font-weight:bold;
  font-size:150%;
  padding: 4px 0px 2px 0px;
}

#shop_productdetail .price{
  color:#B21F24;
  font-family:arial;
  font-weight:bold;
  font-size:150%;
}

.buy {
  float:right;
  width:40px;
  text-align:center;
}
.buy input.buybutton {
  padding:0 1px 1px 0;
}
.buy input.buybutton:hover {
  border-bottom:1px dotted #AAA;
  border-right:1px dotted #AAA;
  padding:0;
}

ul.shop_position, ol.shop_position {
  list-style-type:none;
  margin:0 !important;
  padding: 0 !important;
}

.shop_position li.position_product {
  cursor:move;
  list-style-type:none;
  background-image:none;
  line-height:inherit;
  float:left;
  border:1px solid #E8B10D;
  width:80px;
  height:150px;
  padding: 5px;
  margin:0px 3px 5px 0px;
}

.shop_position .position_product .position {
  background-color:#E8B10D;
  color:#B21F24;
  text-align:center;
  font-weight:bold;
  padding:2px;
  margin-bottom:2px;

}

.shop_position .position_product  .title {
  font-weight:bold;
  font-size:9px;
  overflow:hidden;
  white-space:nowrap;
  height:15px;
}

.shop_position .position_product .code {
  font-family:monospace;
  font-size:9px;
  height:15px;
  overflow:hidden;
  white-space:nowrap;
}
.shop_position .position_product .image {
  width:80px;
  height:80px;
}

.shop_position .position_product .price {
  color:#B21F24;
  font-family:arial;
  font-weight:bold;
  font-size:100%;
}


/* END SHOP */

/* LIGHTBOX*/
.lightbox_thumb img {
  border-color:transparent;
  border-width:2px;
  width:70px;
}

.lightbox_thumb:hover img {
	border-color: #2A5A8A;
  border-style:solid;
  border-width:2px;

}

/* END LIGHTBOX */
a.iconbutton {

}
a.cartbutton img {
  border:1px solid transparent;
  padding:1px;
}



a.iconbutton img {
  border:1px solid transparent;
  max-width:20px;
  max-height:20px;
  padding:1px;
}

a.iconbutton:hover img , a.cartbutton:hover img, a.previousbutton img {
  border-right:1px dotted #AAA;
  border-bottom:1px dotted #AAA;
}

a.iconbutton img.autodim {
  width:auto;
  height:auto;
}


a.iconbutton .span {
  width:0px;
  height:0px;
}

a.previousbutton {
  background:url(images/left.gif) no-repeat;
  background-position:top left;
  display:block;
  height:21px;
  padding-left:23px;
}

a.nextbutton {
  background:url(images/right.gif) no-repeat;
  background-position:top right;
  display:block;
  height:21px;
  padding-right:23px;
}

#shop_productdetail {
  margin-top:7px;
}
#shop_productdetail .shop_text {
  padding: 7px;
}


#shop_productdetail .shop_images {
  width:110px;
  height:100%;
  border-right:1px dotted #AAA;
  border-bottom:1px dotted #AAA;
  float:left;
  margin-right:5px;
}
  
.message {
  border:1px solid #7AC61B;
  color:black;
  background-color:#EAF69B;
  font-size:120%;
  margin-bottom:4px;
  margin-top:4px;
  padding:7px;
  width:330px;
  float:left;
}


a.imagehover:hover  {
  filter:alpha(opacity=80);
  opacity:0.8;
}

a.imagehover {
  filter:alpha(opacity=100);
  opacity:1;
}
h1.pagetitle.noBorder{border:none;margin-bottom:0;}
.h1line {clear:both;border-bottom:7px solid #E1E1E1;margin:0 0 0.4em;}





div.listdark, div.listlight, span.listdark, span.listlight {
overflow:hidden;
}
.listdark, .listitemdark, .listitemsel {
background-color:#E6E6E6;
}

a.userbutton, .listlight, .listitemlight, .listitem, .listitemchk {
background-color:#FFFFFF;
}
.listdark, .listlight {
/*padding:2px;*/
/*margin-bottom: 10px;*/
/*border-bottom: #676767 1px solid;*/
}


.listfl, .listfllrg, .listfllrgblack {
color:#676767;
}

.listfl p {
line-height: 1em;
margin: 0;
}
.listp, .listplrg {
  margin: 1.5em;
}


/*.listfl, .listfllrg, .listfllrgblack {
color:#676767;
float:left;
font-size:12px;
line-height:17px;
margin-right:2%;
text-align:right;
width:25%;
}

.listp, .listplrg {
float:left;
font-size:12px;
line-height:17px;
overflow:hidden;
width:73%;
}
*/


p.readmore {
    font-size:110%;
    line-height:1.2em;
    margin:1em 0 0.5em;
    padding:0;
}

.comment-top {
    border-bottom:1px solid #ECEFF5;
    margin-bottom:5px;
    margin-top:5px;
    padding:2px 0;
}

.widgetmenu ul.menulist li.headlink ul { display: none; }
.widgetmenu ul.menulist li.headlink:hover ul { display: block; }


.widgetmenu ul.menulist {margin: 0px; list-style-type:none;}
.widgetmenu ul.menulist li.headlink { background: none; margin: 0px; position:relative; z-index:auto !important /*Non-IE6*/; z-index:1000 /*IE6*/; }
.widgetmenu ul.menulist li.headlink a {display:block; text-decoration:none; font-weight:bold; color: rgb(100,100,100); padding:10px 16px 10px 16px;}
.widgetmenu ul.menulist li.headlink ul {display:none; border:none;}

.widgetmenu ul.menulist li.headlink:hover {list-style-type: none; text-decoration:none;} 
.widgetmenu ul.menulist li.headlink:hover a {background-color:rgb(210,210,210); text-decoration:none;} 
.widgetmenu ul.menulist li.headlink:hover ul {color: red; display:block; width:10.0em; position:absolute; z-index:999; top:1.7em; left:0;}
.widgetmenu ul.menulist li.headlink:hover ul li { background: none; margin: 0px;}
.widgetmenu ul.menulist li.headlink:hover ul li a {display:block; width:10.0em; padding:10px 16px 10px 16px;  border-bottom: solid 1px rgb(175,175,175); background-color:rgb(237,237,237); font-weight:normal; color:rgb(50,50,50);} 
.widgetmenu ul.menulist li.headlink:hover ul li a:hover {background-color:rgb(210,210,210); text-decoration:none;} 
