/* _navigation.xsl only */
.parentCategoryTitle {
	font-size: 17px;
	font-weight: 700;
	font-family: tahoma;
	color: #00b1d2;
}

.navigationLink {
	color: #00b1d2;
	font-size: 11px;
}

/* end */

.productImageThumb {
	border: 3px solid 00b1d2;
}

.cart {
	float: right;
	border: 1px solid #00b1d2;
	width: 100px;
	height: 300px;
}

.cartHover {
	background-color: #00b1d2;
}

.productDirect {
	position: relative;
	float: left;
	cursor: move;
	background-color: #ecf2f3;
	padding: 10px;
	width: 120px;
	height: 170px;
	margin: 0 3px 3px 0;
	font-weight: 700;
}

.productDirectHover {
	position: relative;
	float: left;
	cursor: move;
	background-color: #00b1d2;
	padding: 10px;
	width: 120px;
	height: 170px;
	margin: 0 3px 3px 0;
	color: #FFFFFF;
	font-weight: 700;
}

.productDirectStatic {
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	background-color: #ecf2f3;
	padding: 10px;
	width: 120px;
	height: 170px;
	margin: 0 3px 3px 0;
	font-weight: 700;
}

.productAuction {
	float: left;
	cursor: pointer;
	background-color: #ecf2f3;
	padding: 10px;
	width: 120px;
	height: 170px;
	margin: 0 3px 3px 0;
	font-weight: 700;
}

.productAuctionHover {
	float: left;
	cursor: pointer;
	background-color: #00b1d2;
	padding: 10px;
	width: 120px;
	height: 170px;
	margin: 0 3px 3px 0;
	color: #FFFFFF;
	font-weight: 700;
}

#productImages {
	position: relative;
	width: 400px;
}

#productInfo {
	width: 300px;
	text-align: justify;
}

#cartContainer {
	float: left;
	width: 170px;
	border: 1px solid #00b1d2;
}

#parentCategoryProducts {
	position: absolute;
	right: 0;
	top: 300px;
	width: 800px;
}

#productPopupContainer {
	position: relative;
	width: 700px;
}


/* Side Scroller */

#ScrollBox 
{
	position: absolute;
    width: 240px;
    height: 120px;
    overflow: hidden;
    border: solid 1px #eff3f7;
    background-color:#eff3f7;
}

#BigBox
{
    width: 3800px;
}

.block
{
    width: 100px;
    float: left;
    height: 100px;
    margin: 10px;
    border: 1px solid #00b1d2;
}

.productOverviewTitleTD{
	border-bottom: 1px solid #000000;
	padding-left: 2px;
}

.productOverviewProductTD{
	border-bottom: 1px dotted #111111;
	padding-left: 2px;
	vertical-align: middle;
}

.productOverviewButton{
	padding-left: 5px;
}

/*/* added by Rens /**/

/* Overal */

#shopNavigation{
	float: left;
}

#shopContentWrapper{
	float: left;
	width: 620px;
	margin: 0 10px 0 0;
}

#shopContentTitle{
	background-color: #00b1d2;
	padding: 5px;
	color: #FFFFFF;
	font-weight: 700;
}

#shopCartContainer{
	float: left;
}

/* Products */
#shopOverviewProductContainter{
	position: relative;
	float: left;
	width: 143px;
	height: 193px;
}

/* Product */
#shopProductContainter{
	position: relative;
}
