body {
	background-color: #f2f0e9;
	font-family: Tahoma, Verdana,  Arial, sans-serif;
	font-size: 14px;
	color: #000000;
/*	background-image: url(../images/bg/bg_body.jpg);
	background-repeat: no-repeat;
	background-position: 125px 145px;*/
}
html {
}
#pageButton {
/*	background-color: #eaeaea;*/
	border: none;
	cursor: pointer;
	font-size: 12px;
	padding: 5px 8px 5px 8px;
}
.selectedButton {
	background-color: #ff6600;
	border: none;
	color: #FFFFFF;
}
.Clear {
	clear: both;
	display: block;
/*	width: 400px;*/
}
p {
	color: #000000;
	font-size: 14px;
	padding: 0;
	margin: 0;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
a {
	color: #000000;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a img {
	border: 0;
}
table {
	font-family: Helvetica;
	font-size: 14px;
	color: #000000;
}
.center {
	text-align: center;
}
.right {
	float: right;
	margin: 0;
	padding: 0;
}
.bigButton {
/*	padding: 15px;*/
	font-size: 15px;
	font-weight: bold;
/*	width: 100px;*/
}
#container {
	width: 750px;
	height: auto;
	margin: 0 auto 0 auto; /*top right bottom left*/
}
#wrapper {
	float: left;
	width: 750px;
	height: auto;
	background-color: #ffffff;
	border: 1px solid #ff6600;
	margin: 0 auto 0 auto;
}

/* HEADER EN NAVIGATION TOP */
#header {
	width: 730px;
	height: 65px;
	background-color: #ff6600;
	margin: 0;
	padding: 10px;
}
#logo {
	float: left;
	height: 65px;
	width: 255px;
	color: #ffffff;
	background: url('/assets/images/logo.jpg') no-repeat 0 5px;
	position: relative;
}
#logo a {
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	left: 0;
}
#logo strong {
	color: #ffffff;
	font-size: 40px;
	font-weight: bold;
	padding: 15px 0 0 10px;
	text-decoration: none;
}
#logo strong a {
	color: #ffffff;
	text-decoration: none;
	display: none;
}
#logo strong a:hover {
	color: #ffffff;
	text-decoration: none;
}
#logo small {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	display: block;
	margin: -3px 0 0 12px;
	padding: 0;
	letter-spacing: 2px;
}
#navigation {
	height: 50px;
	width: auto;
	float: right;
	margin: 17px -8px 0px 20px; /*top right bottom left*/
	overflow: hidden;
	display: block;
}
#navigation ul#navTop {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	height: 15px;
	width: auto;
}
#navigation li {
	float: left;
	list-style-type: none;
}
#navigation ul#navTop li a {
	color: #252526; /*#ff6600*/
	text-decoration: none;
	font-size: 11px;	
	background-color: white;
	float: left;
	height: 13px;
	width: auto;
	margin: 0 1px 0 1px; /*top right bottom left*/
	padding: 4px 8px 5px 8px;
	display: block;
}

/* LINKER SUBNAV */
#navLeft{
	background-color: #eaeaea; /*fee8d9 */
	float: left;
	height: auto;
	width: 119px;
	padding: 0px 10px 10px 10px; /*top right bottom left*/
	margin: 0;
	border-right: 1px solid #d2c6a7;
	border-bottom: 1px solid #d2c6a7;
}
/* New Arrivals */
#navLeftFirst {
	float: left;
	width: 131px;
	height: 35px;
	background-color: #1530a7;
	color: #ffffff;
	text-align: center;
	margin: 0 0 10px -11px; /*top right bottom left*/
	padding: 5px;
	display: block;
}
#navLeftFirst a {
	text-decoration: none;
	color: #ffffff;
}
#navLeftFirst a:hover {
	text-decoration: underline;
	color: #ffffff;
}
#navLeftFirst strong {
	color: #ffffff;
	font-size: 15px;
}
#navLeft ul#navigationLeft {
	margin: 0;
	padding: 0;
}
#navLeft ul#navigationLeft li {
	float: left;
	list-style-type: none;
	width: 120px;
	height: 90px;
	display: block;
	overflow: hidden;
	position: relative;
}
#navLeft ul#navigationLeft li img {
	width: 120px;
	height: 90px;
}
#content {
	position: relative;
	width: 750px;
	height: auto;
}
/* HOME/ZOEKEN PAGINA */
#mainHome {
	padding: 15px;
	float: left;
	height: auto;
	width: auto;
}
#mainHome.MainHomeRight {
	float: right;
	width: 580px;
}
#mainHome p {
	margin: 0 0 0 15px;
}
#mainTitel {
	color: #ffffff;
	background-color: #ff6600;
	padding: 5px 5px 5px 15px; /*top right bottom left*/
	height: auto;
	width: 558px;
	border: 1px solid #d2c6a7;
}
#mainText {
	padding: 5px 15px 5px 15px; /*top right bottom left*/
	height: auto;
	width: 550px;
	text-align: justify;
}
#mainText p {
	margin: 0;
	padding: 0;
}

/* SEARCH FORM */
#searchFormWrapper {
	padding-right: 15px;
	float: right;
	height: auto;
	width: 590px;
}
ul#searchFormNav {
	float: left;
	height: auto;
	width: 550px;
	margin: 0 0px 0 15px;
	padding: 0;
}
ul#searchFormNav li {
	float: left;
	height: auto;
	width: auto;
/*	background-color: #eaeaea;
//	border: 1px solid #d2c6a7;
*/	list-style-type: none;
	margin: 0px 3px 0px 2px;
	padding: 5px;
	
}
ul#searchFormNav li a {
	text-decoration: none;
}
ul#searchFormNav li a:hover {
	text-decoration: none;	
}
.searchForm {
	float: right;
	height: auto;
	padding: 5px 15px 15px 15px; /*top right bottom left*/
	width: 541px;
	background-color: #eaeaea; /*#eaeaea*/
	margin: 0 0px 15px 0;
	border: 1px solid #d2c6a7;		
}
#searchText {
	color: #ffffff;
	width: 525px;
	height: auto;
	padding: 5px 5px 5px 15px; /*top right bottom left*/
	margin: 5px 15px 15px 0px;
	background-color: #ff6600;
	border: 1px solid #d2c6a7;
}
/* HowToBuy */
#HowToBuy {
	height: auto;
	width: auto;
	padding: 15px 0 15px 0;
	margin: 0;
	border-bottom: 1px dashed #d2c6a7;
}
#HowToBuy p {
	margin: 0;
	padding: 0;
}
/* General */ /* KIJKEN NAAR WIDTH */
#General {
	height: auto;
	width: 720px;
	padding: 15px 0 15px 0;
	margin: 0;
	border-bottom: 1px dashed #d2c6a7;	
}
#General p {
	margin: 0;
	padding: 0;
}
/* Testimonials */
#Testimonials {
	width: 720px;
	height: auto;
	margin: 0 0 15px 15px;
}
#Testimonials p {
	margin: 0;
	padding: 0;
}
#TestimonialsWrapper {
	width: 690px;
	height: auto;
	padding: 15px;
	background-color: #eaeaea;
	border: 1px solid #d2c6a7;
}
#TestimonialsComments {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #d2c6a7;
}
#TestimonialsComments p {
	margin: 0;
	padding: 0;
}
/* SEARCH RESULTS */
#searchText.searchExpand {
	width: 700px;
}
#searchNav {
	margin: 0 0 0 15px;
}
#searchNav ul#Pager {
	margin: 15px 0 15px 0;
	padding: 0;
	height: 25px;
	width: 700px;
	position: relative;
}
#searchNav ul#Pager li {
	height: 25px;
	float: left;
	list-style-type: none;
}
#searchNav ul#Pager li a {
	position: absolute;
}
#searchNav ul#Pager li#Previous {
	left: 0px;
	width: 75px;
	display: block;
}
#searchNav ul#Pager li#Next {
	left: 75px;
	width: 75px;
	display: block;
}
#searchNav ul#Pager li#PageNav {
	width: 20px;
	display: block;
	margin: 0 20px 0 0;
}

ul#searchResults {
	float: left;
	height: auto;
	width: 700px;
	margin: 15px 0 15px 15px;
	padding: 0;
	display: block;
}/*eventueel hier margin veranderen in padding*/
ul#searchResults li {
	float: left;
	padding: 8px 10px 7px 10px;
/*	min-height: 200px;*/
	height: auto;
	width: 120px;
	list-style-type: none;
	display: block;
}
ul#searchResults li.onHold {
	background-color: #eaeaea;
}
ul#searchResults li.SoldLI {
	background-color: gray;
	color: white;
}
ul#searchResults li.SoldLI a {
	color: white;
}
ul#searchResults li a {
	
}
ul#searchResults li a:hover {
	text-decoration: none;
}
/* DETAILED PAGE*/
#onHold {
	margin: 15px 15px 0 0px;
	padding: 5px 0 3px 0;
	background-color: #eaeaea;
	border: 1px solid #d2c6a7;
	display: block;
	color: #000000;
	text-align: center;
	width: 305px;
	height: auto;
	letter-spacing: 4.5px;
	font-size: 18px;
	font-weight: bold;
}
#onHold.SoldItem {
	background-color: gray;
	color: white;
	border-color: gray;
}
#detailedLeft {
	float: left;
	padding-right: 15px;
	margin: -15px 15px 0 15px; /*top right bottom left*/
	height: auto;
	width: 320px;
	border-right: 1px solid #d2c6a7;
}
#detailedLeft img {
	float: left;
	height: 90px;
	width: 120px;
	margin: 15px 15px 15px 0;
}
ul#photoLinks { /*links naar foto's*/
	float: left;
	display: block;
	height: auto;
	width: 170px;
	margin: 15px 0 15px 0; /*top right bottom left*/
	padding: 0;
}
ul#photoLinks li {
	float: left;
	list-style-type: none;
	margin: 0 25px 5px 0;
}
ul#photoLinks li a.fotoZien {
	margin: 0 0 5px 0;
	display: block;
}
ul#photoLinks li a {
	text-decoration: underline;
}
ul#photoLinks li a:hover {
	text-decoration: none;
}

#detailedLeft #disclaimer {
	float: left;
	width: 290px;
	height: auto;
}
#detailedLeft #detailComment {
	width: 305px;
	height: auto;
	float: left;
	margin: 15px 0 15px 0;
	border: 1px solid #d2c6a7;
	display: block;
	font-size: 12px
}
#detailedLeft #detailComment p {
	padding: 5px 10px 5px 5px;
	margin: 0;
	text-align: justify;
	font-size: 12px;
}
#detailedLeft #CommentTitel {
	width: 295px;
	height: auto;
	font-weight: bold;
	background-color: #eaeaea;
	border-bottom: 1px solid #d2c6a7;
	padding: 5px 5px 5px 5px;
} 
#detailsEmail {
	float: left;
	width: 720px;
	height: auto;
	text-align: center;
	padding: 10px 0 10px 0px;
	margin: 0 0 15px 0;
	background-color: #eaeaea;
	border: 1px solid #d2c6a7;
	display: block;
}
#detailsEmail a {
	text-decoration: underline;
	font-size: 18px;
	font-weight: bold;
}
#detailsEmail a:hover {
	text-decoration: none;
}
#detailLinkHowTo {
	float: left;
	width: 720px;
	height: auto;
	text-align: center;
}
#detailLinkHowTo a {
	text-decoration: underline;
	font-weight: bold;
}
#detailLinkHowTo a:hover {
	text-decoration: none;
}
#detailedRight {
	float: left;
	margin: 0 15px 0 -16px; /*top right bottom left*/
	padding: 0 0 15px 30px;
	height: auto;
	width: 320px;
	border-left: 1px solid #d2c6a7;
}
#detailedRight ul#details {
	float: left;
	height: auto;
	width: 320px;
	margin: 0;
	padding: 0;
}
#detailedRight ul#details li {
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0;
}
#detailedRight ul#details li#brand {
	font-size: 16px;
}
#detailedRight ul#details li#brand strong {
	font-weight: bold;
	color: #1530a7;
}
#detailedRight ul#details li#type {
	font-size: 16px;
}
#detailedRight ul#details li#type strong {
	font-weight: bold;
	color: #1530a7;
}
#detailedRight ul#details li#year strong {
	font-weight: normal;
	color: #1530a7;
}
#detailedRight ul#details li#price strong {
	font-weight: normal;
	color: #1530a7;
}
#detailedRight ul#details li#caseReference strong {
	font-weight: normal;
	color: #1530a7;
}
#detailedRight ul#details li#serial strong {
	font-weight: normal;
	color: #1530a7;
}
#detailedRight ul#details li#caliber strong {
	font-weight: normal;
	color: #1530a7;
}
#detailedRight ul#details li#movement strong {
	font-weight: normal;
	color: #1530a7;
}
#detailedRight ul#details li#dial strong {
	font-weight: normal;
	color: #1530a7;
}
#detailedRight ul#details li#strap strong {
	font-weight: normal;
	color: #1530a7;
}
#detailedRight ul#details li#dimensions strong {
	font-weight: normal;
	color: #1530a7;
}
#detailedRight ul#details li#box strong {
	font-weight: normal;
	color: #1530a7;
}
#detailedRight ul#details li#handleiding strong {
	font-weight: normal;
	color: #1530a7;
}
#detailedRight ul#details li#history strong {
	font-weight: normal;
	color: #1530a7;
}
#detailedRight ul#details li#stockCode strong {
	font-weight: normal;
	color: #1530a7;
}
/* FOOTER */
#footer {
	float: left;
	width: 750px;
	height: auto;
	background-color: #ff6600;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
	padding: 2px 0 2px 0;/*top right bottom left*/
}
#footer a {
	text-decoration: none;
	color: #ffffff;
}
#footer a:hover {
	text-decoration: underline;
}
