/*
	Current version: 1.0
	
	Site: Gasp
	www: gasp.nu
	Author: Max Karevall, max@atrox.se
	Notes:
*/


@import "common.css";
@import "custom.css";
@import "lytebox.css";


/* Styles accessed trough TinyMCE */
#logotypeBig
{
	width: 400px;
	margin: 0 auto;
}
#countrySelect
{
	width: 150px;
	margin: 40px auto 0 auto;
}


#preFooter
{
	width: 960px;	
	margin: 11px 0 0 0;
	display: block;
	clear: both;
	float: left;
}
#preFooter a, #startPagePreFooter a
{
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	font-size: .9em;	
}
#footerCatalogue
{
	width: 75px;
	height: 83px;
	margin: 0 2px 0 0;
	padding: 30px 0 0 110px;
	display: block;
	float: left;
	background: url(../images/common/catalogue-footer.jpg) no-repeat;
}
#footerBuzz
{
	width: 172px;
	height: 113px;
	margin: 0 2px 0 0;
	display: block;
	float: left;
	background: url(../images/common/buzz-footer.jpg) no-repeat;
}
#footerCampaign
{
	width: 78px;
	height: 83px;
	margin: 0 2px 0 0;
	padding: 30px 0 0 80px;
	display: block;
	float: left;
	background: url(../images/common/campaign-footer.jpg) no-repeat;
}
#footerCountry
{
	width: 152px;
	height: 113px;
	margin: 0 2px 0 0;
	display: block;
	float: left;
	background: url(../images/common/country-footer.jpg) no-repeat;
}
#footerBg
{
	width: 285px;
	height: 113px;
	display: block;
	float: left;
	background: url(../images/common/bg-footer.jpg) repeat-x;
}

#view2MainContainer h1, #view2MainContainerSmall h1, #view1MainContainerBig h1, #view1MainContainerSmall h1
{
	display: block;
	height: 20px;
	background: url(../images/custom/productlist_h1.gif) repeat-x;
	padding: 5px 0 0 0;
	font-size: 1em;
	font-weight: bold;
	width: 250px;
	margin: 0 0 10px 250px;
	text-align: center;
	text-transform:uppercase;
	color: #fff;
	border: none;
}
#view2MainContainer h1, #view1MainContainerBig h1, #view1MainContainerSmall h1, #view2MainContainerSmall h1
{
	margin: 0 0 10px 0;
}
#retailerNumbers
{
	display: block;
	margin: 20px 0 0 60px;
}
#retailerTable
{
	font-size: .916em;
}

.areacode
{
	background:url(../images/custom/area-code-bg.gif) no-repeat;
	width:121px;
	height:77px;
}

	.areacode a
	{
		color:#fff;
		font-size:26px;
		margin:0;
		padding:0;
	}
	
		.areacode a:hover
		{
			color:#000;
		}