@charset "utf-8";
/* Product.css */

/* Product cracks */
#container {
	background: url('/images/layout/cracks_main.png') no-repeat;
}

/***************/

#producttitle {
	position: relative;
	background: url('/images/catalogus/layout/producttitle_bg.png') no-repeat;
	width: 962px;
	height: 44px;
	padding-top: 10px;
	padding-left: 30px;
	margin-bottom: -10px;
	text-align: left;
	font-size: 25px;
	color: white;
	clear:both;
}

#productinfo {
	margin-top: 15px;
	float: left;
	background: url('/images/catalogus/layout/productinfo_bg.png') no-repeat;
	width: 655px;
	height: 206px;
	text-align: left;
	font-size: 28px;
	color: white;
	padding: 6px;
	line-height: 35px;
}

#productinfo #tabs-2 {
	height: 62px;   
    overflow: auto;    
    margin-bottom: 10px;
}

#productinfo #tabs-3 {
	height: 62px;   
    overflow: auto;    
    margin-bottom: 10px;
	line-height: 110%;
	font-size: 16px;
}

#productinfo #tabs-2 a {
	color: #cf0;
	text-decoration: underline;
}

#productbanner {
	margin-top: 15px;
	float: right;
	background: url('/images/catalogus/layout/productbanner_bg.png') no-repeat;
	width: 293px;
	height: 206px;
	text-align: left;
	font-size: 25px;
	color: white;
}

#productbanner IMG {
	margin: 9px 9px;
}

/* Tabs */

.brandlogo {
	float: left;
	width: 70px;
	height: 70px;
	margin-right: 30px;
}

.shoeinfo {
	float: left;
	margin-left: 20px;
}

.verlanglijst {
	float: right;
	width: 177px;
	height: 34px;
	margin-top: 15px;
	background: url('/images/catalogus/layout/verlanglijst.png');
}

.notLoggedIn {
	float: right;
	width: 177px;
	height: 34px;
	margin-top: 15px;
	background: url('/images/catalogus/layout/verlanglijst.png');
}

.verlanglijst:hover {
	cursor: pointer;
	background: url('/images/catalogus/layout/verlanglijst_hover.png');
}
	
/* Eerder bekeken */

#eerderbekekentitle {
	background: url('/images/catalogus/layout/eerderbekeken_bg.png') no-repeat;
	height: 18px;
	width: 974px;
	text-align: left;
	padding: 4px 0 0 20px;
	font-weight: bold;
	color: white;
	font-size: 13px;
	margin-bottom: 10px;
}

#slides span {
	background: url('/images/catalogus/layout/product_bg.png');
	width: 735px;
	height: 365px;
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:1;
	*margin-left: -380px;
}

#slides td{
	width: 735px;
	height: 365px;
	vertical-align: middle;
	text-align: center;
}

#mainImage{
	position: absolute;
	z-index: 15;
	margin-top: -376px;
	width: 748px;
	height: 376px;
	margin-left: 10px; 
	*margin-left: -380px; /* IE7 */
}

/*@media screen and (-webkit-min-device-pixel-ratio:0){
.clone{	
	padding-left: 163px;
}
}*/


#tag {
	position: relative;
	float: right;
	width: 160px;
	height: 160px;
}


.shoeprice {
	position: absolute;
	margin-top: 215px;
	margin-left: 600px;
	padding: 5px 0 5px 15px;
	height: 50px;
	width: 115px;
	font-size: 32px;
	font-weight: bold;
	color: white;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.addToCart {
	background: url('/images/cart/toevoegen-btn.png') no-repeat;
	height: 28px;
	width: 130px;
	display: block;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	padding-left: 25px;
}

#sizetable-14 label {	
	color: red;
}

#sizetable-14 {
	position: absolute;
	margin-top: -19px;
	margin-left: 20px;
}

#sizetable-15 {
	position: absolute;
	margin-top: -38px;
	margin-left: 50px;
}

#sizetable-16 {
	position: absolute;
	margin-top: -56px;
	margin-left: 80px;	
}
#sizetable-1 label, #sizetable-14 label, #sizetable-15 label, #sizetable-16 label {
	float: left;	
}

/* t-shirts */

# {
	font-size: 14pt;
}

#select-maat {
	font-size: 12pt;
	margin-right: 10px;
}

.sizetable {
	font-size: 12pt;
}

#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:100;
}
#addPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:250px;
	width:350px;
	background: url('/images/cart/popup_bg.png') repeat;
	border:2px solid #CCFF00;
	z-index:200;
	padding:5px; 
	font-size:13px;
	color: white;
}

#verder-winkelen {
	cursor: pointer;
}

#addPopup h2{
	color: #ccff00;
	
}

#addPopup table {
	margin: 0 auto;
	margin-top: 20px;
}

#addPopup img {
}

#addPopup table td {
	text-align: left;
}

#popupContactClose {
	cursor: pointer;
	margin-left: 310px;
}

.size{
	float:left;
	display: block;
	padding-left: 10px;
	cursor: pointer;
	padding-right: 10px;
}

#sizes {
	float: right;
	margin-right: 60px;
}

.checked{
	border: 1px solid #ccff00;
	color: #ccff00;
}

#uitverkocht-message {
	width: 730px;
	padding: 8px;
	font-weight: bold;
	color: #333333;
	font-size: 10pt;
	background: url('/images/catalogus/layout/uitverkocht-message.png') no-repeat;
}