﻿/*
===================================
Spots
===================================
*/

/*
===================================
RightSpot
===================================
*/

.RightSpot {
    background: url("/Components/Design/Skins/SonicWebsite/images/Footer_Box_Shadow_detail_278x6.png") repeat-x scroll center bottom transparent;
    padding: 0 0 35px;
}

.RightSpot h3
{
    padding: 0 0 0 10px;
	color: #415A68;
	height: 36px;
    line-height: 36px;
	font-family: 'Sonic-Reg',arial,helvetica,sans-serif;
    font-size: 15px;
    font-weight:normal;
	background: #ADC3CD url(/Components/Design/Skins/SonicWebsite/images/Header_Box_Shadow_detail_284x6.png) no-repeat 0 top;
	width:275px;
}

.RightSpot p {
	margin: 14px 0 8px;
	font-size: 13px;
	font-family: arial,helvetica,sans-serif;
	color: #636363;
}

.RightSpot a
{
    background: url("/Components/Design/Skins/SonicWebsite/images/plus-sign_7x7.png") 0 3px no-repeat;
    padding-left: 11px;
    display: block;
    margin-top: 0px;
    color: #009ddc;
	font-family: arial,helvetica,sans-serif;
	font-size: 13px;
    font-weight: bold;
    margin: 0;
}

/*
===================================
FrontpageSpot
===================================
*/

.FrontpageSpot
{
    list-style-type: none;
    overflow: hidden;
    margin-top: 20px;
    margin-left: -20px;
}

.FrontpageSpotItem
{
    list-style-type: none;
    padding: 0;
    width: 273px;
	height: 300px;
    margin-left: 20px;
    background: url(/Components/Design/Skins/SonicWebsite/images/Footer_Box_Shadow_detail_266x6.png) center bottom no-repeat;
}

.RightColumnSpotBlock .FrontpageSpotItem
{
    margin-left: 0;
}

.FrontpageSpotItem h2
{
    margin: 10px 0 0;
    /*min-height: 50px;*/
    font-size:18px;
}

.FrontpageSpotItem h2 a
{
    line-height: 1.2em;
}

.FrontpageSpotItem .FrontpageSpotText
{
    /*padding: 20px 20px 0 20px;
    overflow: hidden;
    background: url(/Components/Design/GenericImages/bgd_block.png) repeat-x;*/
}

.FrontpageSpotItem .FrontpageSpotText a
{
    color: #7F7F7F;
}

.FrontpageSpotItem .FrontpageSpotText ul li {
  background:url(/Components/Design/Skins/SonicWebsite/Images/index-list-bullet.png) no-repeat 0 1px;
  font:11px Arial;
  margin:0 0 6px 0;
  padding-left:17px;
  text-transform:uppercase;
  width:245px;
}

.FrontpageSpotItem .go-link-container
{
    display: block;
    /*margin: 0 20px;*/
}

.FrontpageSpotItem .go-link
{
	margin: 0;
    background: url("/Components/Design/Skins/SonicWebsite/images/plus-sign_7x7.png") 0 3px no-repeat;
    padding-left: 11px;
    color: #009ddc;
	font-family: arial,helvetica,sans-serif;
	font-size: 13px;
    font-weight: bold;
}

/*
===================================
HCL spot (Hearing Center Locator)
===================================
*/

.CenterLocatorSpot
{
    height: 180px;
    margin-bottom: 20px;
    position: relative;
    width: 285px;
}

.CenterLocatorSpot h3
{
    position: absolute;
    top: 9px;
    left: 10px;
    color: white;
    font-size: 15px;
    font-weight: normal;
	font-family: 'Sonic-Reg',arial,helvetica,sans-serif;
}

.CenterLocatorSpot .SearchField
{
    width: 229px;
    height: 35px;
    position: absolute;
    top: 77px;
    left: 28px;
}

.CenterLocatorSpot .CountrySelector
{
    position: absolute;
    top: 77px;
    left: 30px;
}

.CenterLocatorSpot .CountrySelector select
{
    width: 220px;
    border: none;
    color: #FFF;
    height: 20px;
    cursor:pointer;
	background-color: #009DDC;
}

.CenterLocatorSpot .SearchField input[type="text"]
{
    width: 184px;
    border:none;
    height:32px;
    padding: 0 3px;
    color: #6A6A6A;
    line-height:30px;
}

.CenterLocatorSpot .SearchField .SearchButton
{
    border: none;
    background: url(/Components/Design/Skins/SonicWebsite/Images/hcl-submit-large.png) no-repeat;
    width: 35px;
    height: 32px;
    cursor: pointer;
    text-indent:-9999px;
    vertical-align:top;
}

.CenterLocatorSpot .SearchField #divFrontResult
{
  margin-top: 2px !important;
}

/*
===================================
ListSpot
===================================
*/
.ListSpot {
  margin:0 0;
  padding:0;
}

  .ListSpot h3{
    background:#adc3cd;
    padding:8px 0 7px 14px;
    padding:0 0 0 14px;
    font-family:'Sonic-Bold', Arial, Helvetica, sans-serif;
    font-family: 'Sonic-Reg', Arial, Helvetica, sans-serif;
    font-size:16px;
    font-size:15px;
    font-weight: normal;
    line-height:36px;
  }

  .ListSpot ul{
    overflow: hidden;   
    padding:0 14px 14px 14px;
  }

    .ListSpot ul li:first-child{
      margin:0 !important;
      padding:14px 0 0 0 !important;
      border-top-style: none !important;
    }

    .ListSpot ul li{
      background:none;
      padding:14px 0 0 0;
      font-size:13px;
      display:block;
      width:100%;
    }

      .ListSpot ul li h4{
        margin-bottom:3px;
      }

      .ListSpot ul li p {
        margin-bottom:6px; 
      }
      .ListSpot ul li a {
        padding:0;
      }