@import url("screen.css");


#ideal {
	float:right; 
	margin-top:5px;
}

/*basic*/
#affiliate_content {
	border-color: #C62A86;
	border-width: 1px;
	border-style: solid;
	background-color: #ecd2e6;
 	padding:5px;
}


 
h1,h2 {
	margin:0;
}

p {
	margin: 0 0 10px 0 ;
	padding: 0px;
}

 
#holder {
	width:960px;
	margin-left:-480px;
	left:50%;
	position:absolute;
}


hr{
color: #ccc;
border:1px solid #ccc;
}

	
/*basic*/
#store_menu {
 	width:auto;
 	margin: 0px;
}

#store_menu ul li {
	float:left;
	list-style:none;
	margin-right:5px;
 
	
}

#store_menu ul li a{
	text-decoration: none;
}


 


ul {
	padding:0;
	margin:0;
}

#categoryList {
	border:3px solid #C62A86;
	display:block;
	width:100%;
	height: 16px;

	background-color: #c62a86;
}

 

#categoryList li {
  	float:left;
  	display: block;
	list-style-type:none;
	margin-right:2px;
 	
 	
}
 

 

.product {
	background-color: white;
	border:1px solid #cccccc;
	padding:10px;
	width: 270px;
	height:270px;
	float:left;
	margin:5px;
}

.product p {
height:145px;
}

.product img {
	margin-left:0;
	margin-bottom:10px;
	margin-right:10px;
	margin-top:0;
	float:left;
	border:1px solid #ccc;
}

.product.selected {
	background-color: #dff3fa;
}

.productName {
	color: #c21574;
	font-size:14px;
	font-weight:bold;
	margin-bottom: 0px;
	height: auto;
	min-height: 30px;
}

#productDetail {
	height: 500px;
	display:none;
	position:fixed;
	overflow: auto;
	
	z-index:2;
	width:800px;
	left:50%;
	margin-left:-400px;
	margin-top: 65px;
	background:white;
	border:1px solid #931a58;	
}

 


#detailCloseButton {
	position: fixed;
	margin-left: 380px;
 	top: 55px;
 	left: 50%;
	color:red;
	cursor: pointer;
}

.detailInnerDiv {
	padding:20px;
}


a.verwijder{
	text-indent: -999px;
	overflow: hidden;
	width: 14px;
	height: 14px;
	display: block;
	background-image: url(../images/elements/verwijder.png);
}

/* dynamic */

.header{
font-size:14px;
font-weight:bold;
height: auto;
margin-bottom:5px;
min-height:30px;
}

form{
border-color: #C62A86;
border-width: 1px;
border-style: solid;
background-color: #ecd2e6;
height:auto;
padding:15px;
position:relative;
width:auto;
}



