/** 
 * 3de redesign van Sennalee.nl
 * Copyright Thomas Smit 2007 - http://www.tsmit.nl
 * 13-01-2007
 */

*{
	font-family: Verdana, Arial;
}

body{
	background-color: #202020;
}

p, td, a, div.paymentinfo{
	font-size: 12px;
	color: white;
}

h2, h3, p.caption{
	font-size: 17px;
	margin-top: 4px;
	color: #ecd8f3;
	font-family: Arial; 
}


a img{
	border: 0 none;
}

p.caption{
	background-image: url(./images3/producthead.jpg);
	background-position: bottom left;
}


p.link b{
	color: silver;
}

h1{
	font-size: 24px;
	font-family: Verdana;
	color: #e3a8f7;
}

.Clear{
	clear: both;
}

body div#Main{
		width: 783px;
		margin: auto auto;		
	}

		div#Main div#Header{
			background-image: url(./images3/header.jpg);
			height: 61px;	
		}
		
			div#Main div#Header div#HeaderMenu{
				text-align: right;
				padding-right: 20px;
				line-height: 60px;
			}
			
				div#Main div#Header div#HeaderMenu a{
					color: #e3a8f7;
					margin-right: 20px;
					text-decoration: none;
				}
				
					div#Main div#Header div#HeaderMenu a:hover{
						text-decoration: underline;
						color: #ecd8f3;
					}
			
			
				
		
		div#Main div#Columns{
			background-image: url(./images3/contentbackground.jpg);
		}
			
			div#Main div#Columns div#ColumnTop{
				background-image: url(./images3/contentmenutop.jpg);
				background-position: top left;
				background-repeat: no-repeat;
			}
			
				div#Main div#Columns div#ColumnTop div#Menu{
					float: left;
					width: 220px;
					padding-top: 40px;
					padding-left: 27px;
				}
				
				div#Main div#Columns div#ColumnTop div#Content{
					float: left;
					width: 470px;
					padding-top: 10px;
					padding-left: 40px;
				}
				
					div#Main div#Columns div#ColumnTop div#Content a{
						color: white;
					}
					
						div#Main div#Columns div#ColumnTop div#Content a:hover{
							text-decoration: none;
						}

		div#Main div#Columns div#ColumnTop div#Footer{
			clear: both;
			background-image: url(./images3/footer.jpg);
			background-position: left bottom;
			background-repeat: no-repeat;
			padding-bottom: 18px;
			padding-right: 22px;
			margin-top: 20px;
			font-size: 10px;
			text-align: right;
			color: silver;
		}
		
			div#Main div#Columns div#ColumnTop div#Footer a{
				font-size: 10px;
				color: silver;
				text-decoration: none;
			}
			
				div#Main div#Columns div#ColumnTop div#Footer a:hover{
					color: white;
					text-decoration: underline;
				}

div#ProductMenu{
	
}

	div#ProductMenu a, a.SideCart{
		display: block;
		text-decoration: none;
		line-height: 18px;
		color: #ecd8f3;
	}

	div#ProductMenu a span, a.SideCart span{
		font-weight: bold;
	}
	
		div#ProductMenu a:hover, a.SideCart:hover{
			text-decoration: underline;
		}
		



div#Startpage{
	
}		
	div#Startpage div#UserEditable{
		float: left;
		width: 65%;
	}
	
	div#Startpage div#Sidebar{
		float: left;
		width: 32%;
		border-left: 1px solid silver;
		font-size: 11px;
	}
	
		div#Startpage div#Sidebar p{
			font-size: 12px;
		}
	
		div#Startpage div#Sidebar div.Item{
			font-size: 11px;
			padding-right: 10px;
			padding-left: 4px;
		}
	
		div#Startpage div#Sidebar div.Item a{
			color: black;
			text-decoration: none;
		}
		
			div#Startpage div#Sidebar div.Item a:hover{
				text-decoration: underline;
			}
		
		div#Startpage div#Sidebar div.Item a, 
		div#Startpage div#Sidebar div.Item p,
		div#Startpage div#Sidebar div.Item input{
			font-size: 11px;
		}
	
table th{
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	background-image: url(./images3/producthead.jpg);
	background-position: bottom left;
	height: 20px;
}

table.cart{
	border-bottom: 1px solid #979499;
}
		
.parents{
	color: silver;
	font-size: 10px;
}

.description{
	color: silver;
}


div.Product{
	
}
	
	div.Product div.Title{
		font-size: 16px;
		color: black;
		background-image: url(./images3/producthead.jpg);
		background-position: bottom left;
		line-height: 24px;
		padding-left: 4px;
		color: #ecd8f3;
	}


input.inputfield{
	border: 1px solid silver;
}


fieldset{
	border: 1px solid maroon;
	font-size :12px;
	color: white;
}

	fieldset legend{
		font-weight: bold;
	}

