﻿/*CollapsiblePanel*/

.ContainerPanel
{
}

.collapsePanelHeader
{
	height: 58px;
}

.HeaderContent
{
	float: left;
	padding-left: 5px;
	height: 58px;
}

.Content
{
}

.ArrowExpand
{
	background-image: url(images/Panels/arrowDown.png);
	width: 7px;
	height: 7px;
	float: right;
	margin-top: 7px;
	margin-right: 5px;
}

.ArrowExpand:hover
{
	cursor: pointer;
}

.ArrowClose
{
	background-image: url(images/Panels/arrowUp.png);
	width: 7px;
	height: 7px;
	float: right;
	margin-top: 7px;
	margin-right: 5px;
}

.ArrowClose:hover
{
	cursor: pointer;
}

.RightPanelTitle
{
	font-size: 22px;
	color: Black;
	padding-left: 10px;
	font-weight: bold;
}


/* 
    Tyre Offer area panel
*/

.TyreOfferPanel
{
	width: 722px; /*   background-image:url(Images/Panels/toppersPanelTop.png);     background-repeat:no-repeat;     background-position:top left;*/
}


.SearchTabSelected
{
	font-size: 16px;
	color: Black;
	padding-top: 0px;
	text-align: center;
	width: 210px;
	height: 42px;
	background: transparent url(Images/Panels/searchTab.png) no-repeat bottom left;
	cursor: pointer;
	vertical-align: middle;
}

.SearchTab
{
	font-size: 16px;
	color: #696969;
	width: 210px;
	height: 42px;
	text-align: center;
	cursor: pointer;
}

.basic
{
	width: 100%;
	border: 0px solid black;
}
.basic div
{
	background-color: #eee;
}

.basic p
{
	margin-bottom: 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
}
.basic a
{
	cursor: pointer;
	display: block;
	padding: 5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: black;
	background-color: #00a0c6;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
}
.basic a:hover
{
	background-color: white;
}
.basic a.selected
{
	color: black;
	background-color: #80cfe2;
}


.slideshow
{
	overflow: hidden;
	width: 880px;
	border: 0px;
}

.slideshow ul
{
	width: 4200px;
	padding-left: 0px;
	list-style: none;
	margin: 0 0 0 0;
}

.slideshow li
{
	float: left;
	margin: 0 0 0 0;
	cursor: pointer;
	list-style: none;
}


.TopPosterViewBgd
{
	background-image: url(Images/TopPosterViewBgd.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.PosterLink
{
	font-size: 12px;
	color: Black;
	text-decoration: none;
	font-weight: bold;
}

.PosterLink:active
{
	font-size: 12px;
	color: #535353;
	text-decoration: none;
	font-weight: bold;
}

.LeftPanelResults
{
	background-image: url(Images/Panels/LeftPanelResults.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 3px;
	height: 41px;
}

.RightPanelResults
{
	background-image: url(Images/Panels/RightPanelResults.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 3px;
	height: 41px;
}

.bgdPanelResults
{
	background-image: url(Images/Panels/bgdPanelResults.png);
	background-position: left top;
	background-repeat: repeat-x;
	height: 41px;
}

.BrandGridBGD
{
	background-image: url(Images/Panels/BrandGridBGD.png);
	background-position: left top;
	background-repeat: repeat-y;
}

.ShopTabSelected
{
	font-size: 14px;
	color: Black;
	padding-top: 0px;
	text-align: center;
	height: 33px;
	cursor: pointer;
	vertical-align: middle;
	padding-left:10px;
	padding-right:10px;
	text-transform:uppercase;
}

.ShopTab
{
	font-size: 14px;
	color: #696969;
	height: 33px;
	text-align: center;
	cursor: pointer;
	padding-left:10px;
	padding-right:10px;
	text-transform:uppercase;
}

.ShopTabSeparator
{
    background-image:url(Images/Menu/shopMenuSeparator.jpg);
    background-repeat:no-repeat;
    width:6px;
    height:33px;
}

.bottomBibliotheek
{
	background-image:url(Images/Bibliotheek/bottomBgd.png);
	background-repeat:repeat-y;
	background-position:center center;
	background-color: #E2E2E2;
}


.TyreOfferArrowLeft
{
    background-image:url(Images/Arrows/arrowL.png);
    background-repeat:no-repeat;
    width:13px;
    height:21px;
    cursor:pointer;
}

.TyreOfferArrowLeft:hover
{
    background-image:url(Images/Arrows/arrowOverL.png);
    background-repeat:no-repeat;
    width:13px;
    height:21px;
    cursor:pointer;
}

.TyreOfferArrowRight
{
    background-image:url(Images/Arrows/arrowR.png);
    background-repeat:no-repeat;
    width:13px;
    height:21px;
    cursor:pointer;
}

.TyreOfferArrowRight:hover
{
    background-image:url(Images/Arrows/arrowOverR.png);
    background-repeat:no-repeat;
    width:13px;
    height:21px;
    cursor:pointer;
}




.TyreOfferArrowLeftGray
{
    background-image:url(Images/Arrows/arrowGrayL.png);
    background-repeat:no-repeat;
    width:13px;
    height:21px;
    cursor:default;
}

.TyreOfferArrowLeftGray:hover
{
    background-image:url(Images/Arrows/arrowGrayL.png);
    background-repeat:no-repeat;
    width:13px;
    height:21px;
    cursor:default;
}

.TyreOfferArrowRightGray
{
    background-image:url(Images/Arrows/arrowGrayR.png);
    background-repeat:no-repeat;
    width:13px;
    height:21px;
    cursor:default;
}

.TyreOfferArrowRightGray:hover
{
    background-image:url(Images/Arrows/arrowGrayR.png);
    background-repeat:no-repeat;
    width:13px;
    height:21px;
    cursor:default;
}



.videoslideshow
{
	overflow: hidden;
	width: 650px;
	border: 0px;
}

.videoslideshow ul
{
	width: 4200px;
	padding-left: 0px;
	list-style: none;
	margin: 0 0 0 0;
}

.videoslideshow li
{
	float: left;
	margin: 0 0 0 0;
	cursor: pointer;
	list-style: none;
}

.wheelsslideshow
{
	overflow: hidden;
	width: 880px;
	border: 0px;
}

.wheelsslideshow ul
{
	width: 4500px;
	padding-left: 0px;
	list-style: none;
	margin: 0 0 0 0;
}

.wheelsslideshow li
{
	float: left;
	margin: 0 0 0 0;
	cursor: pointer;
	list-style: none;
}