
	/*         Cascading Style Sheets         */
	/*           WWW.DOGSDELUXE.BE            */
	
	/*       Created by Kevin Schoonjans      */
	/*            kevin@push-it.be            */
	
	
	
	
	/*  Global  */

	#velvetbody {
		font-family: 				"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
		margin: 					0px;
		vertical-align: 			top;
		background-color: 			#000000;
		background-attachment: 		fixed;
		background-image: 			url(http://www.dogsdeluxe.be/_media/dogsdeluxe/pagebg.png);
		background-repeat: 			repeat-x;
		background-position: 		center top;
		scrollbar-face-color:		#171717;
		scrollbar-arrow-color:		#C64329;
		scrollbar-highlight-color:	#343434;
		scrollbar-shadow-color:		#343434;
		scrollbar-3dlight-color:	#343434;
		scrollbar-darkshadow-color:	#343434;
		scrollbar-track-color:		#343434;
	}
	
	#home {
		color: 						#202020;
	}
	
	#home a {
		color: 						#282828;
		text-decoration: 			none;
	}
	
	#home a:hover {
		color: 						#770000;
		text-decoration: 			none;
	}
	
	#home .title {
		font-size: 					14px;
		color: 						#CC0000;
		font-weight: 				normal;
		padding-bottom: 			10px;
		font-weight: 				bold;
	}
	
	#home .subject {
		font-size: 					13px;
		color: 						#282828;
		text-decoration: 			none;
		font-weight: 				bold;
	}
	
	#home .date {
		font-size: 					10px;
		color: 						#868686;
		text-decoration: 			none;
		font-weight: 				normal;
		margin-bottom: 				5px;
	}
	
	#home .text {
		font-size: 					12px;
		font-weight: 				lighter;
		text-decoration: 			none;
		color: 						#525252;
	}
	
	
	
	/*  Navigation  */
	
	.navigation {
		cursor: hand;
	}
	
	
	
	/*  CP Commerce  */
	
	#sidebar {
		font-size: 					13px;
		color: 						#E5E5E5;
	}
	
	#sidebar a {
		color: 						#E8E8E8;
		font-weight: 				bold;
		text-decoration: 			none;
	}
	
	#sidebar a:hover {
		color: 						#282828;
		background-color: 			#efb3ca;
		text-decoration: 			none;
	}
	
	#sidebar .title {
		font-size: 					15px;
		color: 						#FFD2E9;
		font-weight: 				bold;
		padding:	 				5px 0px 5px 0px;
	}
	
	#sidebar .subject {
		font-size: 					13px;
		color: 						#ae7890;
		font-weight: 				bold;
	}
	
	#sidebar .text {
		font-size: 					12px;
		color: 						#808080;
		text-decoration: 			none;
	}

	#sidebar .navigation {
		margin:	 					5px 10px 5px 45px;
	}

	#sidebar .field {
		font-family: 				"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
		font-size: 					12px;
		color: 						#FFD2E9;
		font-weight: 				normal;
		background-color: 			transparent;
		border:                     1px solid #282828;
		padding:					2px;
		margin:	 					0px 0px 5px 0px;
	}
	
	#sidebar .button {
		font-family: 				"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
		font-size: 					12px;
		color: 						#FFD2E9;
		font-weight: 				bold;
		background-color: 			transparent;
		border:                     1px solid #282828;
		padding:					1px;
		cursor:						pointer; 
		margin:	 					10px 0px 10px 0px;
	}
	
	
	#maindisplay {
		font-size: 					13px;
		color: 						#E5E5E5;
	}
	
	#maindisplay a {
		color: 						#E8E8E8;
		font-weight: 				bold;
		text-decoration: 			none;
	}
	
	#maindisplay a:hover {
		color: 						#FFD2E9;
		text-decoration: 			none;
	}
	
	#maindisplay .title {
		font-size: 					15px;
		color: 						#FFD2E9;
		font-weight: 				bold;
		padding:	 				5px 0px 5px 0px;
	}
	
	#maindisplay .subject {
		font-size: 					13px;
		color: 						#ae7890;
		font-weight: 				bold;
	}
	
	#maindisplay .text {
		font-size: 					12px;
		text-decoration: 			none;
	}

	#maindisplay .smalltext {
		font-size: 					11px;
		text-decoration: 			none;
		color: 						#525252;
	}

	#maindisplay .description {
		font-size: 					11px;
		color:						#808080;
		text-decoration: 			none;
	}

	#maindisplay .image {
		border:                     2px solid #FFD2E9;
	}

	#maindisplay .button {
		font-family: 				"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
		font-size: 					13px;
		color: 						#FFD2E9;
		font-weight: 				bold;
		background-color: 			transparent;
		border:                     2px solid #FFD2E9;
		padding:					5px;
		cursor:						pointer; 
	}