﻿* {
	margin: 0px;
	padding: 0px;
}

body {
    font: 62.5%/1.5  Arial, sans-serif;
}

a {
	color: #0251a0;
	text-decoration: none;
}

a:visited 
{
    color: #3b6a96;
}

a:hover 
{
    color: #0084ff;
}

h1 
{
    font-size: 200%;
    line-height: 110%;
    font-weight: bold;
    margin: 0 0 8px 0;
}

h2 
{
    font-size: 150%;
    line-height: 120%;
    color: #e67300;
    margin: 5px 0 4px 0;
}

h3 {
    color: #e67300;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 4px;
    line-height: 150%;
}

img {
	border: 0;
}

#background {
	background: white url(../img/background.png) top left repeat-x;
	font-size: 125%;
}

#container {
	margin: 0 auto;
	background: transparent url(../img/containerBg.png) top center no-repeat;
}

.content, #footer, #wide {
	width: 960px;
	margin: 0 auto;
}

#mainMenu 
{
    width: 1000px;
    margin: 0 auto;
}


.content li 
{
   margin-left: 20px;
}

.clear {
	clear: both;
}

/*** Header ***/

#header {
	width: 1000px;
	margin: 0 auto;
	background: transparent url(../img/headerBg.png) top right no-repeat;
	height: 78px;
}

#logo {
	margin: 14px 0 0 20px; 
	border: 0;
	float: left;
}

#headerTools {

	width: 250px;
	height: 46px;
	float: right;
	text-align: right;
	position: relative;
	top: 30px;
	right: 24px;
}

#headerTools a, #mainMenu a {
	color: white;
	text-decoration: none;
	font-size: 95%;
}

#headerTools a:hover {
	text-decoration: underline;
}

.searchInput {
	width: 205px;
	height: 20px;
	border: 0;
	float: left;
	margin-left: 25px;
}

.searchSubmit {
	float: left;
	margin: 2px 0 0 3px;
}

#headerLinks {
	float: right;
	margin-top: 6px;
}

.headerDivider {
	margin-bottom: -2px;
}

/*** Header end ***/

/*** Main menu ***/

.mainMenuDivider {
	position: absolute;
	top: 3px;
	right: 0px;
}

#mainMenu {
	height: 49px;
    position: relative;
	overflow: hidden;
}

#mainMenu ul{
	list-style: none;
	margin-top: 5px;
	margin-left: 20px;
}

#mainMenu li {
	position: relative;
	height: 44px;
	float: left;
	display: inline;
	padding: 0px 25px 0px 0px;
}

#mainMenu li {
	padding-left: 15px;
}

#mainMenu li.firstMainMenuItem {
	background: none;
	padding-left: 0;
}

#mainMenu li.firstMainMenuItemActive, #mainMenu li.active {
	height: 44px;
	background: white url(../img/mainMenuTabLeft.png) top left no-repeat;
	position: relative;
	padding-left: 0px;
}

#mainMenu li.firstMainMenuItemActive {
	margin-left: -20px;
}

#mainMenu li.firstMainMenuItemActive span, #mainMenu li.active span {
	display: inline-block;
	margin-right: -25px;
	padding: 0px 17px 0px 20px; 
	height: 44px;
	background: transparent url(../img/mainMenuTabRight.png) top right no-repeat;
}

#mainMenu li.firstMainMenuItemActive span img, #mainMenu li.active span img 
{
    margin-top: 10px;
}

.mainMenuHeader {
	float: left;
	margin-top: 8px;
}

#mainMenu a:hover {
	color: #fedc01;
}

#mainMenu li.firstMainMenuItemActive a:hover, #mainMenu li.active a:hover {
	color: black;
}

#mainMenu li.active a, #mainMenu li.firstMainMenuItemActive a {
	color: black;
}

#mainMenuQuickLinks {
	float: right;
	position: relative; 
	top: 2px;
	right: 10px;
	width: 298px;
}

.mainMenuSubtitle 
{
    display: block;
    clear: left; 
    padding-top: 2px;
    position: relative;
}
/*** Faded Quickwash & Motorest -buttons ***/

.qwOff, .qwOn, .mrOff, .mrOn {
	position: absolute;
	top: 0px;
}

.qwOff, .qwOn  {
	left: 0px;
}

.mrOff, .mrOn {
	left: 150px;
}

.qwOff, .mrOff {
	z-index: 10;
}

/*** Faded Quickwash & Motorest -button end ***/


/*** Main menu end ***/

/*** Content ***/

.content {
	color: black;
	position: relative;
	top: 12px;
	line-height: 135%;
	font-size: 95%;
}

#basic, #banners {
	float: left;
}

#basic {
	width: 785px;
	margin-right: 20px;
}

#banners {
	width: 150px;
}

.banner {
	padding: 0px;
	margin-bottom: 10px;
}

/*** Content end ***/

/*** Footer ***/

#footer {
	background: #f5f5f5;
	clear: both;
	margin-top: 15px;
	margin-bottom: 20px;
}

#footerTopContainer {
	background: transparent url(../img/footerTopBg.png) top center no-repeat;
}

#footerBottomContainer {
	background: transparent url(../img/footerBottomBg.png) bottom center no-repeat;
	padding: 30px 0px 10px 0px;
	height: 100%;
}

#footerLogos, #footerLinks, .footerColumn , .footerColumnRight {
	float: left;
	display: inline;
}

#footerLogos {
	width: 620px;
	margin-top: 17px;
	margin-bottom: 17px;
}

#footerLogos img {
	margin-left: 22px;
}

#footerLinks {
	width: 310px;
	margin: 12px 0px 12px 0px;
	background: transparent url(../img/footerDivider.png) top left repeat-y;
}

#footerLinks ul {
	margin: 5px 0px 5px 20px;
	list-style: none;
}

#footerLinks li {
	padding-left: 18px;
	line-height: 140%;
	background: transparent url(../img/footerBullet.png) top left no-repeat;
}

#copyright {
	color: #969696;
	margin-left: 20px;
}

#copyright a {
	color: #969696;
}

.footerColumnRight {
	margin-left: 20px;
}

/*** Footer end ***/

/*** Store search ***/

.store-search 
{
    height: 175px;
    width: 310px;
    background: transparent url(../img/storeSearchBg.png) no-repeat top left;
    position: relative;
    color: #e2001a;
}

.selectStore 
{
    background: transparent url(../img/storeSearchBgSelect.png) no-repeat top left;
}

.hasSelected 
{
    background: transparent url(../img/storeSearchBgSelect.png) no-repeat top left;
}

.hasSelectedArea 
{
    background: #fedc01 url(../img/storeSearchInfoBg.png) no-repeat top left;
    position: relative;
    width: 310px;
    
}
.hasSelectedBottom 
{
    background: transparent url(../img/storeSearchBgSelectedBottom.png) no-repeat bottom left;
    position: relative;
}           

#storeSearchInfo 
{
    margin-left: 98px;
    width: 198px;
    padding: 18px 0 15px 0px;
}

.ownStoreLink 
{
    background: #fee85a;
    width: 198px;
}

.ownStoreLinkTop 
{
    background: transparent url(../img/ownStoreLinkTop.png) no-repeat top left;
}

.ownStoreLinkBottom 
{
    background: transparent url(../img/ownStoreLinkBottom.png) no-repeat bottom left;
    padding: 8px 10px 12px 10px;
    line-height: 120%;
}

.readAdLink 
{
    margin: 10px 0 0 10px;
    color: #717171;
    font-size: 95%;
}
.store-search #search-query
{
    position: absolute;
    top: 140px;
    left: 30px;
    height: 20px;
    width: 192px;
    border: 0px;
    background: transparent;
}

.store-search #search-submit 
{
    position: absolute;
    left: 244px;
    top: 136px;
}       

#storeSearchOptions 
{
    position: absolute;
    top: 41px;
    left: 21px;
}  

#storeSearchOptions label 
{
    display: inline-block;
    margin: 0px 0px 1px 5px;
}

.storeSearchCheckBox 
{
    height: 14px;
    width: 14px;
    background: transparent url(../img/storeSearchCheckBox.gif) no-repeat top left;
    border: 0px;
}

#storeSearchBubble 
{
    position: absolute;
    top: 53px;
    left: 175px;
}

.checkbox{
	width: 14px;
	height: 14px;
	background: url(../img/checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}

.searchStoreSelect 
{
     background: #fedc01 url(../img/storeSearchBgSelectedBottom.png) no-repeat bottom left;
     width: 310px;
     padding-bottom: 25px;
}

.storeSelectLinkTop 
{
    background: #fee85a url(../img/storeSelectLinkTop.png) no-repeat top left;
    width: 282px;
    position: relative;
    top: 10px;
    left: 13px;
}

.storeSelectLinkBottom 
{
    background: transparent url(../img/storeSelectLinkBottom.png) no-repeat bottom left;
    padding-bottom: 10px;
}

.storeSelectLink 
{   
    display: block;
    position: relative;
    padding: 10px 0 0 30px;
    background: transparent url(../img/storeSelectLinkBg.gif) no-repeat top left;
}

.altLink, .altLink:visited 
{
    color: #e2001a;
    font-weight: bold;   
}

.ownStoreHeader 
{
    font-size: 95%;
}
.altLink:hover, a.clearSelection:hover 
{
    color: #f95e00;
    text-decoration: none;
}

a.clearSelection, a.clearSelection:visited, a.clearSelection:link
{
    color: #e2001a;
    margin: 3px 0px 0px 108px;
    display: block;
}



/*** Store search end ***/

/* autocomplete */

ul.jq-ui-autocomplete {
    position: absolute;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #aaa;
    margin: 0px;
    padding: 0;
    list-style: none;
    color: #333;
}
ul.jq-ui-autocomplete li { 
  display: block; 
  padding: .3em .5em .3em .3em; 
  overflow: hidden;
  width: 100%;
}

ul.jq-ui-autocomplete li.active { 
  background-color: #3875d7; 
  color: #fff;
}

/*** Breadcrumb ***/
#breadcrumb {
    border-bottom: 1px solid #f8ce00;
    padding-bottom: 6px;
    margin-bottom: 16px;
}


/*** Breadcrumb end ***/

/*** Store styles ***/

#storeLeftColumn, #storeRightColumn 
{
    float: left;
}

#storeLeftColumn 
{
    width: 460px;
    margin-right: 15px;
}

#storeRightColumn 
{
    width: 310px;
}


a.setStore 
{   
    padding-right: 18px;
    background: transparent url(../img/setStoreOff.png) no-repeat top right;
}

a.setStore:hover 
{
    background: transparent url(../img/setStoreOn.png) no-repeat top right;
}

#openingHours, #contactInfo 
{  
    float: left;
    margin-top: 0px;
}

#openingHours 
{
    width: 220px;
    margin-right: 10px;
}

#contactInfo 
{
    width: 220px;
}

#contactInfo a 
{
    font-weight: bold;
}

a.showOnMap 
{

    padding: 0 0 1px 19px;
    background: transparent url(../img/showOnMapOff.png) no-repeat top left;
}

a.showOnMap:hover 
{
    background: transparent url(../img/showOnMapOn.png) no-repeat top left;
}

.featuredService 
{
    margin-bottom: 20px;
    clear: both;
}

.featuredService .serviceLogo 
{
    float: left;
}

.featuredService .description 
{
    margin-left: 145px;

}

#servicesWithLogos 
{
    list-style: none;
    width: 460px;
}

#servicesWithLogos li 
{
    margin-left: 0px;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

.serviceList 
{
    list-style: none;
    width: 220px;
    float: left;
    margin-top: 10px;
}

.content .serviceList li 
{
    padding-left: 15px;
    margin: 0px 0px 4px 0px;
    background: transparent url(../img/storeServiceBullet.png) no-repeat top left;
}

.leftServices 
{
    margin-right: 10px;
}

.storeKeeperImg 
{
    margin-bottom: 2px;
}

.campaignWare 
{
    margin-bottom: 2px;
}

.additionalInfo
{
    color: #777777;
}

.advertisement, .menu, .carwash
{
    padding-left: 105px;
    height: 90px;   
    margin-top: 5px;
    padding-top: 20px;
}

.advertisement 
{
    background: transparent url(../img/advertisementBg.png) no-repeat top left;
}

.menu 
{
    background: transparent url(../img/menuBg.png) no-repeat top left;
}

.carwash 
{
    background: transparent url(../img/carwashBg.png) no-repeat top left;
    margin-bottom: 20px;
}

.bannerLink 
{   
    text-transform: uppercase;
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 4px;
}

#storeInformationContainer 
{
    background: #fdffc4;
}

#storeInformationTop 
{
    background: transparent url(../img/storeInformationTop.png) no-repeat top left;
}

#storeInformationBottom
{
    background: transparent url(../img/storeInformationBottom.png) no-repeat bottom left;
    padding: 10px 20px 10px 20px;
}

/*** Store styles end ***/

/*** Carousel ***/

.carouselContainer 
{
    width: 790px;
    height: 200px;
    position: relative;
    margin: 10px 0px 10px 0px;
}

.carouselContainer ul, .carouselContainer li 
{
    margin: 0px; padding: 0px;
}                                           

.offer-carousel {
	position: relative;
    margin-left: 45px;   
}
 
.offer-carousel .wrapper {
    width: 685px; /* .offer-carousel width - (.wrapper margin-left + .wrapper margin-right) */
    height: 200px;
    overflow: auto;
    margin: 0 10px;
    position: absolute;
    top: 0;
}
 
.offer-carousel .wrapper ul {
    width: 9999px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
}
 
.offer-carousel ul li {
    display: block;
    float: left;
    position: relative;
    /* margin: 0px 10px 0px 0px; */
    /* padding: 10px; */
    padding: 10px 10px 10px 10px;
    height: 200px;
    width: 330px;
    background: white url(../img/sprite.png) no-repeat 0px -600px;
}

.offer-carousel a, .offer-carousel a:hover, .offer-carousel a:visited 
{
    color: Black;
}

.carouselLeftColumn 
{
    text-align: center;
	width: 140px;
	position: absolute;
	top: 5px;
	left: 10px;
}

.carouselRightColumn 
{
	position: absolute;
	top: 6px;
	left: 160px;
	width: 165px;
}

.plussaDiscount {
	width: 140px;
	height: 43px;
	float: left;
	margin: auto;
	margin-top: 4px;
	background: white url(../img/plussaDiscount.png) top center no-repeat;
	position: relative;
}

.offerList .plussaDiscount 
{
    margin-top: 0px;
}

.plussaAmount {
	position: absolute;
	top: 14px;
	left: 0px;
	width: 140px;
	height: 16px;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 0px;
}

.carouselInfo {
	height: 120px;
	position: relative;
}

.bottom {
	position: absolute;
	bottom: 0;
}

.carouselInfo h4, .offerListRightColumn h4 {
	font-size: 95%;
	line-height: 90%;
	font-weight: normal;
	margin: 0px 0px 4px 0px;
}

.priceContainer {
	width: 163px;
	position: absolute;
	top: 120px;
	height: 60px;
	padding-top: 0px;
	margin-right: 20px;
}

.price {
	float: right;
}

.carouselInfo h3, .offerListRightColumn h3 {
	font-size: 120%;
	line-height: 100%;
	font-weight: bold;
	text-transform: uppercase;
	color: black; 
	margin: 4px 0px 6px -1px;

}

.euros 
{
    position: relative;
	font-size: 70px;
	font-weight: bold;
	color: #ee1d23;
	padding: 0px;
	line-height: 70px;
	text-align: right;
	margin-bottom: 0;
	top: 0px;
}

.cents 
{
    display: inline-block;
    font-size: 30px;
	line-height: 30px;
	position: relative;
	top: 6px;
	height: 20px;
	left: 0px;
    vertical-align: top;
    font-weight: bold;
    margin-bottom: 0;
}


.cents em {
	display: block;
    position: absolute;
	top: 20px;
	left: 2px;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    font-style: normal;
	color: black;
	margin-bottom: 0;
}

.carouselLeft, .carouselRight {
    position: absolute;
    top: 75px;
    display: block;
    height: 45px;
    width: 45px;
}

.carouselLeft {
    left: 0px;
    background: white url(../img/sprite.png) no-repeat 0px 0px;
}

.carouselRight {
    right: 0px;
    background: white url(../img/sprite.png) no-repeat 0px -300px;
}

.carouselLeft:hover {
    background: white url(../img/sprite.png) no-repeat 0px -100px;
}

.carouselRight:hover {
    background: white url(../img/sprite.png) no-repeat 0px -400px;
}


.disabledLeft, .disabledLeft:hover 
{
    background: white url(../img/sprite.png) no-repeat 0px -200px;
}

.disabledRight, .disabledRight:hover
{
    background: white url(../img/sprite.png) no-repeat 0px -500px;
}

/*** Carousel img ***/

.offerImgContainer {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 140px;
    height: 140px;
}

.offerImgContainer * {
    vertical-align: middle;
}

/*\*//*/
.offerImgContainer {
    display: block;
}

.offerImgContainer span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/

/*** Carousel img end ***/

/*** Carousel end ***/

/*** Content left column ***/

#contentLeftColumn 
{
    float: left; 
    width: 160px;
 }

#contentCenterColumn 
{
    position: relative;
    left: 30px;
    float: left;
    
    width: 595px;
}

#contentWideRightColumn
{
    width: 770px;
    position: relative;
}

/*** Content left column end ***/

/*** Content menu ***/

#contentLeftColumn ul
{
    list-style: none;
    background: transparent url(../img/leftColumnMenuBg.png) repeat-y top left;
}

#contentLeftColumn .firstLevel 
{
    margin-bottom: 30px;
    background: none;
}

#contentLeftColumn .firstLevel li
{
    margin-left: 0px;
    padding-left: 0px;
}

#contentLeftColumn .firstLevel li ul li 
{
    margin-left: 15px;
}

#contentLeftColumn li 
{
    margin-top: 10px;
}

.listHeader 
{
    display: block;
    font-weight: bold;
    border-bottom: 1px solid #f8ce00;
    padding-bottom: 4px;
    margin-bottom: 6px;
}

#contentLeftColumn li img
{
    margin-left: 5px;
}

.menuCurrent, .current:visited
{
    color: Black;
    font-weight: bold;
}


/*** Content menu end ***/

/*** Content page / news item ***/

h1 
{
    color: Black;
}

p 
{
    margin-bottom: 1.7em;
}

.additionalInfo 
{
    margin-bottom: 1em;
}

/*** Content page / news item end ***/

.ac_results {
	padding: 0px;
	border: 2px solid #d9d9d9;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 11px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 14px;
	overflow: hidden;
	border-bottom: 1px solid #d9d9d9;
	cursor: pointer;
}

.ac_link 
{
    margin: 2px 5px;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: #0A246A;
	color: white;
	
}

/*** Front page ***/

#fp 
{
    width: 805px;
    margin: 0 0 0 2px;
    float: left;
}

.fpLeft, .fpRight 
{
    float: left;
}

.fpRight 
{
    width: 470px;
}

.fpLeft 
{
    width: 310px;
    margin: -6px 15px 0 -5px;
}

#fpNews 
{
    margin: 0 0 25px 10px;
    list-style: none;
    width: 285px;
}

#fpNews li
{
    
    margin: 0 0 3px 0;
    padding-left: 15px;
    background: transparent url(../img/fpNewsBullet.png) no-repeat top left;
    line-height: 120%;
    font-size: 100%;
}

#newsList li 
{
    background: transparent url(../img/fpNewsBullet.png) no-repeat top left;
    padding-left: 15px;
    line-height: 140%;
    margin: 0 0 1em 0;
}

#newsList 
{
    list-style: none;
    margin: 15px 0 0 0;
}

.fpHeader 
{
    margin: 20px 0px 5px 10px;
}

.listDate 
{
    font-size: 95%;
    color: #b9b9b9;
    margin-left: 4px;
}

#newsList .listDate 
{
    margin: 0;
}

#fpMain 
{
    margin-bottom: 5px;
}

.fpSec 
{
    margin-top: 9px;
    z-index: 1;
}

.secondFpSec  
{
    margin-left: 7px;

}
/*** Front page end ***/

/*** Tooltip ***/

.toolTip 
{
	position: absolute; 
	display: none;
    width: 195px;
    z-index: 10;
}

.toolTip img 
{
    display: block;
}

.toolTipContainer 
{
    width: 195px;
    background: #fedc01;
    color: Black;
    display: inline-block;
}

.toolTipContainer ul, .toolTipContainer ol 
{
    margin: 0px 0px 5px 24px;
}

.toolTipContent 
{
    width: 165px;
    margin-left: 15px;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0px;
}

.toolTipContent p 
{
    margin: 0 0 10px 0;
}

.discountHeader 
{
    font-weight: bold;
    color: #e2001a;
}

.pirkkaTooltip {
  clear: both;
  float: right;
  margin: 12px 4px 4px 0px;
  
}

/*** Tooltip end ***/

/*** Paging ***/

.paging 
{
    float: right;
    overflow: visible;
}

.paging a, .current, div.pagingFirstDisabled, div.pagingPreviousDisabled, div.pagingNextDisabled, div.pagingLastDisabled 
{
    display: inline;
    padding: 3px 6px;
    margin-left: 3px;
}

.pageLink 
{
    border: 1px solid #fedc01;
}

.current 
{
    background: #fedc01;
    color: white;
    font-weight: bold;
}


a.pagingFirst, div.pagingFirstDisabled 
{
    padding-left: 21px;
}

a.pagingPrevious, div.pagingPreviousDisabled 
{
    padding-left: 15px;
}

a.pagingNext, div.pagingNextDisabled 
{
    padding-right: 15px;
}

a.pagingLast, div.pagingLastDisabled 
{
    padding-right: 21px;
}

div.pagingFirstDisabled, div.pagingPreviousDisabled, div.pagingNextDisabled, div.pagingLastDisabled 
{
    color: #d8d8d8;
}

a.pagingFirst               { background: transparent url(../img/pagingFirst.png) no-repeat top left; }
a.pagingPrevious            { background: transparent url(../img/pagingPrevious.png) no-repeat top left; }
a.pagingNext                { background: transparent url(../img/pagingNext.png) no-repeat top right; }
a.pagingLast                { background: transparent url(../img/pagingLast.png) no-repeat top right; }
div.pagingFirstDisabled       { background: transparent url(../img/pagingFirstDisabled.png) no-repeat top left; }
div.pagingPreviousDisabled    { background: transparent url(../img/pagingPreviousDisabled.png) no-repeat top left; }
div.pagingNextDisabled        { background: transparent url(../img/pagingNextDisabled.png) no-repeat top right; }
div.pagingLastDisabled        { background: transparent url(../img/pagingLastDisabled.png) no-repeat top right; }


/*** Paging end ***/

/*** Offer list page ***/

.offerList 
{
    margin-bottom: 20px;
}
.offerListItem 
{
    width: 595px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
}

.offerListLeftColumn 
{
    width: 140px;
    text-align: center;
    float: left;
}

.offerListRightColumn .plussaDiscount
{
    margin-top: 15px;
}

.offerListRightColumn 
{
    width: 290px;
    margin-left: 150px;
    padding-bottom: 0px;
}

.offerAdditionalInfo 
{
    margin-bottom: 1em;
}

.offerListPriceContainer 
{
    width: 120px;
    position: absolute;
    bottom: 10px;
    right: 0px;
    float: right;
}

.offerListRightColumn .plussaDiscount, .offerListRightColumn .plussaAmount 
{
    width: 90px ;
}

.pirkkaLogo
{
	margin-top: 15px;
}

.plussaDiscount .pirkkaLogo
{
	position: absolute;
	left: 120px;
}

/*** Offer list page end ***/

/*** Promotion ***/

.promotionContainer 
{  
    width: 795px;
    display: block;
    padding: 1px 0 0 0;
    background-repeat: no-repeat;
    position: relative;
    top: -12px;
    margin: 0 -10px 0 0;
}

.promotionContent 
{
    width: 435px;
    margin-top: 175px;
    margin-left: 240px;
}

.promotionContent h1 
{
    margin-bottom: 0.5em;
}

.promotionColumnNarrow 
{
    float: left;
    width: 216px;
}

.promotionContainer input, .promotionContainer textarea 
{
    background: white url(../img/inputBg.png) repeat-x bottom left;
    border: 1px solid #c4c4c4;
    padding: 2px;
    margin-bottom: 10px;
}

.promotionContent form 
{
    margin-top: 2em;
}

.promotionColumnNarrow input 
{
    width: 200px;
}

.promotionColumnWide 
{
    clear: both;
}

.promotionColumnWide input, .promotionContainer textarea 
{
    width: 416px;
}

.promotionContainer textarea 
{
    height: 200px;
}

.promotionSubmit 
{
    float: right;
    margin-right: 18px;
}

.promotionContainer label 
{
    font-weight: bold;
}

.promotionContainer .promoCheckBox 
{
    float: left;
}

.promotionContainer .promoCheckBoxText 
{
    font-weight: normal;
    margin-left: 20px;
    display: block;
    clear: right;
} 

.thankYouText 
{
    min-height: 600px;
}

/*** Promotion end ***/

/*** Minisearch ***/

.miniStoreSearch 
{
    height: 178px;
    background: white url(../img/miniStoreSearchBg.png) no-repeat top left;
    position: relative;
    color: #e2001a;
    width: 158px;
}

.miniStoreSearch #search-query 
{
    position: absolute;
    top: 148px;
    left: 20px;
    height: 20px;
    width: 100px;
    border: 0px;
    background: transparent;
}

.miniStoreSearch #search-submit 
{
    position: absolute;
    left: 124px;
    top: 150px;
}     

.miniStoreSearch #storeSearchOptions 
{
    position: absolute;
    top: 52px;
    left: 13px;
}

.miniStoreSelected 
{
    background: transparent url(../img/miniStoreSearchBgSelected.png) no-repeat top left;
}

.miniStoreSelectedLink 
{
    background: #fee960 url(../img/miniStoreSearchSelectedBottom.png) no-repeat bottom left;
    width: 158px;
}

.miniStoreSelectedLinkContent 
{
    position: relative;
    top: 10px;
    left: 10px;
    width: 138px;
    margin-bottom: 10px;
    color: Black;
}

.miniStoreSelectedLinkContent a
{
    font-weight: bold;
    color: #e2001a;
}

/*** Minisearch end ***/

/*** WYSIWYG styles ***/

img.floatRight 
{
    float: right;
    margin: 0px 0px 10px 10px;
}

img.floatLeft 
{
    float: left;
    margin: 0px 10px 10px 0px;
}


div.hiLightedText
{
    background: #fdffc4;
    padding: 10px;
}

.WYSIWYGTableHeader 
{
    border-bottom: 1px solid #f8ce00; 
    padding-bottom: 5px;
    margin-bottom: 5px;
}

/*** WYSIWYG styles end ***/

/*** Search result ***/

.searchResult 
{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ececec;
}

.searchResultHeader 
{
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 6px;
}
/*** Search result ends ***/

/*** Feedback page ***/

iframe 
{
    border: 0px;
}
#feedbackForm {
    float: left; 
    display: inline; 
    position: relative; 
    margin-left: 10px;
}

#feedbackIntroduction 
{
    float: left; 
    display: inline; 
    position: relative; 
    margin-left: 5px;
}
/*** Feedback page end ***/

.hidden
{
	display: none;
}

/*** Section front page ***/

.sectionFpMain 
{
    margin-bottom: 10px;
}

.sectionStoreSearch 
{
    float: right;
    margin: 0px 0px 20px 20px;
}

/*** Section front page end ***/

/*** Error page ***/

.errorcontent 
{
    width: 640px;
    margin: auto;
    padding-top: 20px;
}

/*** Error page end ***/

.carouselItemLink 
{   display: block;
    z-index: 9999;
    position: absolute;
    height: 200px; 
    width: 330px;
    margin: -10px 0 0 -10px;
    background: transparent url(../img/transparent.gif);
    overflow: visible;
}