/* replaces old "select width settings" in currencies.php, manufacturers.php box and search.php box */
.boxText select {
	width: 95%;
}
/* set pageheading text (now included in h1 tag) size back to normal size */
h1, td.pageHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #282828;
	display: block;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
table.white {
	background-color: #FFFFFF;
	border: 1px solid #E2E2E2;
}
table.topbar {
	background: url("images/topbar.jpg") top left no-repeat;
	height: 140px;
}
table.hr {
	height: 12px;
}
table.hr hr {
	border: 4px dashed #61def9;
}
td.steps {
	font-size: 10px;
	color: #999999;
	padding: 2px 2px 8px 2px;
}
/* CSS Buttons */

 .cssbutton {
	background: #36bbd8;
	color : #FFFFFF;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: pointer;
	text-align: center;
	border: none;
	width: auto;
	width: 110px;
}

.cssbuttonsubmit {
	background: #36bbd8;
	color : #FFFFFF;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: pointer;
	text-align: center;
	border: none;
	width: auto;
	width: 110px;
}
td.ontwerp {
	background: #DD331A url(../../UserFiles/Image/ontwerp.jpg) top right no-repeat;
	height: 143px;
}
table.optionBox {
	background: url(../../UserFiles/Image/boxgif220.gif) top left no-repeat;
	border-bottom: 1px solid #9d9e6c;
	margin-bottom: 8px;
}
table.optionBox260 {
	background: url(../../UserFiles/Image/boxgif260.gif) top left no-repeat;
	border-bottom: 1px solid #9d9e6c;
	margin-bottom: 8px;
}
table.optionBox th {
	font: normal 11px;
	font-size: 11px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
span.thOption {
	padding-left: 3px;
	padding-right: 3px;
	background: white;
	font-weight: bold;
	color: #78a6f0;
}
table.optionBoxRound {
	margin-bottom: 8px;
	background: url(../../UserFiles/Image/boxgifborders.gif) top left no-repeat;
}
table.optionBoxRoundDrop {
	margin-bottom: 8px;
	background: url(../../UserFiles/Image/boxgifbordersdrop.gif) top left no-repeat;
}
table.optionBoxRound th {
	font: normal 11px;
	font-size: 11px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
table.optionBoxRoundDrop th {
	font: normal 11px;
	font-size: 11px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
span.thOptionRound {
	padding-left: 3px;
	padding-right: 3px;
	background: white;
	font-weight: bold;
	color: #78a6f0;
}
td.optionBoxRoundBottom {
	background: url(../../UserFiles/Image/boxgifbordersbottom.gif) bottom left no-repeat;
	padding-bottom: 6px;
}
/* select tab */

span.thOptionRoundFrontSelect {
	background: white url(../../UserFiles/Image/tabselect.gif) top left no-repeat;
	padding: 3px 3px 6px 8px;
	font-weight: bold;
	font-size: 11px;
	color: #90c55d;
	width: 90px;
	height: 32px;
}
span.thOptionRoundFrontNotSelect {
	background: white url(../../UserFiles/Image/tabselectnot.gif) top left no-repeat;
	padding: 3px 3px 6px 8px;
	font-weight: bold;
	font-size: 11px;
	color: #666666;
	width: 90px;
	height: 32px;
}
span.thOptionRoundBackSelect {
	background: white url(../../UserFiles/Image/tabselectback.gif) top left no-repeat;
	padding: 3px 3px 6px 8px;
	font-weight: bold;
	font-size: 11px;
	color: #90c55d;
	width: 90px;
	height: 32px;
}
table.breadCrumb {
	padding: 0px 0px 4px 0px;
	margin-bottom: 4px;
}
td.boxText a {
	display: block;
}

td.boxText a:hover, td.boxText a:active {
	background: #F9F9F9;
	text-decoration: none;
}

