/**
 * Global css defintions used for common entries
 */

/**
 * Full item display (whole page)
 */

.full
{
  margin-top: 20px;
}

.full_images
{
  float: right;
  margin: 20px;
  margin-top: 25px;
}

.full_images img
{
  margin-bottom: 15px;
}

.full h2
{
  margin-bottom: 15px;
  font-size: 250%;
  text-align: left;
  width: 550px;
}

.full_description
{
  width: 440px;
  font-size: 12px !important;
  text-align: justify !important;
  font-family: Arial !important;
  font-weight: normal;
  color: #444 !important;
}

.full_description *
{
  width: 440px;
  font-size: 12px !important;
  font-family: Arial !important;
  color: #444 !important;
}


.full_description li
{
  margin-left: 15px;
}


.full_contact
{
}


/**
 * Partner of the week
 */
.partner_of_the_week
{
  background: #F3FBCC url(/images/backgrounds/large_directory_background.png) repeat-x;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  padding: 2px;
  margin: 4px;
  margin-right: 8px;
  color: #333;
  text-align: center;
  line-height: 1.1;
}

.partner_of_the_week h3
{
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 150%;
  text-align: center;
  width: 390px;
}

.partner_of_the_week img
{
  margin: 5px;
}

/**
 * Large item display (several per page)
 */

.large_directory_item, .large_event, .large_advert,  .large_good_plan, .large_news, .large_admin
{
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 10px;
  margin: 10px;
  color: #333;
  text-align: left;
  line-height: 1.1;
  width: 660px;
}

.large_directory_item
{
  background: #F3FBCC url(/images/backgrounds/large_directory_background.png) repeat-x;
}

.large_event
{
  background: #FFFAE8 url(/images/backgrounds/large_event_background.png) repeat-x;
  width: 650px;
}

.large_admin
{
  background: #FFFAE8 url(/images/backgrounds/large_event_background.png) repeat-x;
}

.large_advert
{
  background: #F8F4FF url(/images/backgrounds/large_advert_background.png) repeat-x;
}

.large_advert_pro
{
  border-right:  2px solid #b33;
  border-bottom: 2px solid #b33;
  border-top:    2px solid #f78;
  border-left:   2px solid #f78;
}


.large_good_plan
{
  background: #FFFFE1 url(/images/backgrounds/large_goodplans_background.png) repeat-x;
}


.large_news
{
  background: #E6F8FF url(/images/backgrounds/large_news_background.png) repeat-x;
}

.large_img
{
  float: right;
  margin-left: 10px;
}

.large_directory_item h2, .large_event h2, .large_advert h2,  .large_good_plan h2, .large_news h2
{
  margin-bottom: 15px;
  text-align: left;
  font-size: 200%;
  color: #333;
  width: 520px;
}

.large_directory_item h3, .large_event h3, .large_advert h3,  .large_good_plan h3, .large_news h3
{
  margin-bottom: 10px;
  text-align: left;
  font-size: 150%;
  width: 520px;
}

.large_admin h3
{
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  color: #333;
}

.large_description
{
  margin-left: 15px;
  width: 480px;
  font-size: 11px !important;
  text-align: justify !important;
  font-family: Arial !important;
  font-weight: normal;
  color: #444 !important;
}

.large_description *
{
  width: 480px;
  font-size: 11px !important;
  font-family: Arial !important;
  color: #444 !important;
}

.large_description li
{
  margin-left: 15px;
}

.mini
{
  line-height: 40px;
}

.mini_img
{
  height: 40px;
  float: right;
  border: 1px dotted #aaa;
  margin-right: 5px;
}

/**
 * item box display
 */

.box_directory_item, .box_event, .box_advert,  .box_good_plan, .box_news, .box_admin
{
  float: left;
  width: 145px;
  height: 250px;
  padding: 5px;
  margin: 5px;
}

.box_img
{
  text-align: center;
  float: none !important;
}


.vote
{
  width: 550px;
}