/* @group Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	color: #3f3f3f;
	font-weight: normal;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

/* @end */

html, body {
	height: 100%;
}

body {
    background-color: #FFFFFF;
    /*
    : url(/images/basis/bg-container.png) repeat-x;
    */
}

body,textarea {
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
}

div#container {
	position: relative;
    min-width: 990px;
    width: 95%;
    background: url(/images/basis/bg-line.gif) repeat-y right;
}

/* @group site + background */

div#site {
	position: relative;
	margin: 0;
    width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #b9c2d2;
    border-right: 1px solid #BDBED6;
    background: url(/images/basis/bg-algemeen.jpg) repeat-y left;
}

/*
div.kandidaat#site, .kandidaat {
	background: url(/images/basis/bg-kandidaat.jpg) repeat-y left;
}

div.kandidaatalt#site, .kandidaatalt {
	background: url(/images/basis/bg-kandidaat-2.jpg) repeat-y left;
}

div.kandidaatblank#site, .kandidaatblank {
	background: url(/images/basis/bg-kandidaat-4.jpg) repeat-y left;
}

div.kandidaatfull#site, .kandidaatfull {
    background: url(/images/basis/bg-kandidaat-3.jpg) repeat-y left;
}

div.opdrachtgever#site, .opdrachtgever {
	background: url(/images/basis/bg-werkgever.jpg) repeat-y left;
}

div.opdrachtgeveralt#site, .opdrachtgeveralt {
	background: url(/images/basis/bg-werkgever-2.jpg) repeat-y left;
}

div.opdrachtgeverblank#site, .opdrachtgeverblank {
	background: url(/images/basis/bg-werkgever-4.jpg) repeat-y left;
}

div.opdrachtgeverfull#site, .opdrachtgeverfull {
	background: url(/images/basis/bg-werkgever-3.jpg) repeat-y left;
}

div.student#site, .student {
	background: url(/images/basis/bg-student.jpg) repeat-y left;
}

div.studentalt#site, .studentalt {
	background: url(/images/basis/bg-student-2.jpg) repeat-y left;
}

div.studentfull#site, .studentfull {
	background: url(/images/basis/bg-student-3.jpg) repeat-y left;
}

div.algemeen#site, .algemeen {
	background: url(/images/basis/bg-algemeen.jpg) repeat-y left;
}

div.algemeenalt#site, .algemeenalt {
	background: url(/images/basis/bg-algemeen-2.jpg) repeat-y left;
}

div.algemeenfull#site, .algemeenfull {
	background: url(/images/basis/bg-algemeen-3.jpg) repeat-y left;
}
*/
/* @end */

h1 {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	margin: 0 0 1em 0;
}

h1.curriculum {
	margin: 2em 0 1em 0;
}

.paddingfull {
padding-right: 100px;
}

h2 {
	font-size: 15px;
	line-height: 15px;
	border-bottom: 1px solid #999;
	font-weight: normal;
	padding: 0 0 5px 0;
	margin: 15px 0 0 0;  
	color: #999;
}

h3 {
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
}

h4 {
	font-size: 9px;
	font-weight: bold;
	margin: 0 0 1px 0;
	color: #807f7f;
}

a {
	text-decoration: underline;
	color: #073898;
}

a:visited {
}

a:hover {
	color: #ff0000;
}

a:active {
}

a.lowkey {
	color: #666;
}

a.lowkey:hover {
	color: #ff0000;
}

strong {
	font-weight: bold;
}

input, textarea, select {
    font-size: 10px;
    margin: 10px 5px 0 0;
    padding: 1px;
}
textarea.veld {
    margin: 0px 5px 10px 0;
}

input.veld {
	width:150px;
}
ol li {
	margin-bottom: 0.8em;
}

ul.bullets {
	list-style-type: disc;
	margin:  0 0 1em 2.5em;
	padding: 0 0 0 0;
}

ul.bullets li {
	margin-bottom: 0.5em;
}

/* @group branding + subnav */

div#branding {
	position: relative;
	height: 50px;
	padding: 30px 20px 0 0;
	width: 100%;
    background: #05266a url(/images/basis/branding-banner.gif) no-repeat -10px 0;
}

ul#subnav {
	font-size: 9px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#subnav li {
	float: right;
	margin: 0 5px;
	padding: 0;
}

ul#subnav a {
	display: block;
	padding: 2px 6px;
	border: 1px solid #05266a;
}

ul#subnav a, ul#subnav a:visited {
	color: #fff;
	text-decoration: none;
}

ul#subnav a:hover, ul#subnav a:active {
    border: 1px solid #000;
}

ul#subnav a.selected, ul#subnav a.selected:hover {
	border: 1px solid #000;
	cursor: default;
}




/* @end */

/* @group left col + main nav */

div#leftcol {
    float: left;
	width: 227px;
/*3 x plaatje 75 + 2 x border 1px */
	padding-top: 0px;
	/*was 20 */
    background-color:#00246B;
    height: 1600px;
}

div#blanknav {
	height: 60px;
	padding: 10px 50px;
	text-align: center;
	color: #fff;
}

div#team {
    position: relative;
	clear: both;
}

div#team h3 {
	font-size: 9px;
	font-weight: normal;
	color: #fff;
	padding: 0 0 5px 35px;
}

div#team img {
	width: 75px;
	height: 75px;
	border-top: 1px #fff solid;
	float: left;
}

div#team img.middle {
	border-left: 1px #fff solid;
	border-right: 1px #fff solid;
}

div#team img.bottom {
	border-bottom: 1px #fff solid;
}

div#spreuk {
	width: 172px;
	clear: both;
	padding: 20px 20px 20px 35px;
	font-size: 12px;
}

div#spreuk p {
    color: #fff;
    line-height: 18px;
    margin: 0 0 18px 0;
}

div#spreuk p span {
    color: #fff;
    font-size: 16px;
}


div#spreuk p span.quoteleft, div#spreuk p span.quoteright {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
}

div#spreuk p span.quoteleft {
	margin: 0 3px 0 0;
}

div#spreuk p span.quoteright {
	margin: 0 0 0 3px;
}

div#spreuk p a {
	color: #fff;
}
div#spreuk p.auteur {
    font-size: 10px;
    border-top: 1px solid #fff;
    padding-top: 5px;
}

/* @group Navigatie */

ul#tabs {
    position: absolute;
    left: 220px;
    top: 50px;
    width: 600px;
    margin: 10px 0 10px 10px;
    padding: 0;
}
ul#tabs li {
    padding-left: 15px;
    display: inline;
    background-image: url(/images/bullet.jpg);
    background-position: left;
    background-repeat: no-repeat;
    
}
ul#tabs li.nobullet {
    background-image: none;
    padding-left: 8px;
}
ul#tabs li a {
    color:#fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}
ul#tabs li.selected a {
    text-decoration: underline;
}

ul#navigatie {
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
}

ul#navigatie li#tabkandidaat a {
    background-color:#00246B;
}

ul#navigatie li#tabkandidaat a:hover{
	background-image: none;
    background-color:#00246B;
    text-decoration: underline;
}

ul#navigatie li#tabopdrachtgever a {
    background-color:#00246B;
}

ul#navigatie li#tabopdrachtgever a:hover {
	background-image: none;
    background-color:#00246B;
    text-decoration: underline;
}

ul#navigatie li#tabstudent a{
    background-color:#00246B;
}

ul#navigatie li#tabstudent a:hover{
	background-image: none;
    background-color:#00246B;
    text-decoration: underline;
}

ul.kandidaat#navigatie {
	border-bottom: 1px solid #fff;
}

ul.opdrachtgever#navigatie {
	border-bottom: 1px solid #fff;
}

ul.student#navigatie {
	border-bottom: 1px solid #fff;
}

ul#navigatie li {
	line-height: 14px;
}

ul.kandidaat#navigatie li {
	border-top:  1px solid #fff;
	border-bottom-color: #fff;
}

ul.opdrachtgever#navigatie li {
	border-top: 1px solid #fff;
}

ul.student#navigatie li {
	border-top: 1px solid #fff;
}

ul#navigatie li a {
	font-weight: bold;
	display: block;
	padding: 5px 0 5px 28px;
	height: 1%;
}

ul#navigatie li a, ul#navigatie li a:visited {
	color: #fff;
	text-decoration: none;
}

ul#navigatie.kandidaat li a:hover, 
ul#navigatie.kandidaat li a:active {
	background-color: #00246B;
}

ul#navigatie.kandidaat li a.selected,
ul#navigatie.kandidaat li a.selected:hover {
	cursor: default;
    background-color:#00246B;
    text-decoration: underline;
}

ul#navigatie.opdrachtgever li a:hover,
ul#navigatie.opdrachtgever li a:active {
	background-color: #00246B;
}

ul#navigatie.opdrachtgever li a.selected, 
ul#navigatie.opdrachtgever li a.selected:hover {
	cursor: default;
    background-color:#00246B;
    text-decoration:underline;
}

ul#navigatie.student li a:hover, 
ul#navigatie.student li a:active {
	background-color: #00246B;
}

ul#navigatie.student li a.selected, 
ul#navigatie.student li a.selected:hover {
	cursor: default;
    background-color:#00246B;
    text-decoration:underline;
}

/* @end */

/* @group Navigatie 2 */

/* @group algemeen */

ul#navigatie ul {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
}

ul#navigatie ul li {
	line-height: 14px;
	border-top: 1px solid #fff;
	border-bottom-width: 1px;
	border-bottom-color: #fff;
}

ul#navigatie ul li a {
	font-weight: normal;
	display: block;
	padding: 5px 0 5px 50px;
	height: 1%;
}

ul#navigatie ul li a, ul#navigatie ul li a:visited {
	color: #fff;
	text-decoration: none;
}

/* @end */

/* @group kandidaat */

ul.kandidaat#navigatie ul li a {
    background-color:#00246B;
}

ul.kandidaat#navigatie ul li a:hover, 
ul.kandidaat#navigatie ul li a:active {
    background-color:#00246B;
}

ul.kandidaat#navigatie ul li a.selected,
ul.kandidaat#navigatie ul li a.selected:hover {
	cursor: default;
    background-color:#00246B;
}

/* @end */

/* @group opdrachtgever */

ul.opdrachtgever#navigatie ul li a {
    background-color:#00246B;
}

ul.opdrachtgever#navigatie ul li a:hover, 
ul.opdrachtgever#navigatie ul li a:active {
    background-color:#00246B;
}

ul.opdrachtgever#navigatie ul li a.selected,
ul.opdrachtgever#navigatie ul li a.selected:hover {
	cursor: default;
    background-color:#00246B;
}

/* @end */

/* @group student */

ul.student#navigatie ul li a {
    background-color:#00246B;
}

ul.student#navigatie ul li a:hover, 
ul.student#navigatie ul li a:active {
    background-color:#00246B;
}

ul.student#navigatie ul li a.selected,
ul.student#navigatie ul li a.selected:hover {
	cursor: default;
    background-color:#00246B;
}

/* @end */

/* @end */

/* @end */

/* @group mid col */

div#midcol {
    display: inline;
}

#homemovie {
    height: 205px;
    margin-bottom: 10px;
    border-bottom: 1px solid #b9c2d2;
    margin-left: 220px;
}
#homemovie span {
    display: block;
    height: 205px;
    cursor: pointer;
    background-image: url(/images/basis/bg-apotheek.jpg);
    background-attachment:scroll;
    background-repeat:no-repeat;
}
#homemovie span div {
    position: relative;
    text-align:right;
    right: 10px;
    color: #000;
    top: 10px;
}
#homemovie span div a {
    font-size: 20px;
    font-weight: bold;
}

.item {
    margin: 0 0 0 20px;
	padding: 10px 20px 10px 70px;
    border-bottom: 1px solid #b9c2d2;
}

#midcol.last {
    border-bottom: none;
}

.item h3 {
    font-weight: bold;
}
.item p {
}

.item img {
    padding-left: 10px;
    padding-right: 10px;
    width:55px;
}

/* @end */

/* @group rightcol */

div#rightcol {
    float: right;
	width: 246px;
    top: 80px;
    right:0px;
    display: inline;
    border-left: 1px solid #b9c2d2;
    background-color:#fff;
    height: 1500px;
}

div#vacaturekiezer {
	width: 219px;
	padding: 32px 12px 0 15px;
	height: 173px;
	background: url(/images/basis/vacaturekiezer.jpg) no-repeat;
	overflow: hidden;
	border-bottom: 1px solid #b9c2d2;
}

div#vacaturekiezer h1 {
	color: #05266a;
	margin-bottom: 0.5em;
}

div#vacaturekiezer select {
	width: 100%;
	font-size: 10px;
	line-height: 10px;
	margin-bottom: 0.5em;
}

div#vacaturekiezer input {
	font-size: 10px;
	margin: 10px 5px 0 0;
	padding: 1px;
}

div.hometool {
	position: relative;
	width: 215px;
	margin: 0 0 10px 15px;
	padding: 0 0 10px 0;
	background: none;
	border-bottom: 1px solid #b9c2d2;
	}
	
div.hometool.elearning {
	width: 195px;
	padding: 95px 10px 10px 10px;
	margin-top: 15px;
	border: 1px solid #b9c2d2;
	background:  url(/images/items/bg-e-learning.gif) no-repeat;
}

div.hometool.farmeduca {
	width: 195px;
	padding: 115px 10px 10px 10px;
	margin-top: 15px;
	border: 1px solid #b9c2d2;
	background:  url(/images/items/bg-mcrn.jpg) no-repeat;
}

div.hometool.last {
	border-bottom: none;	
}

div.hometool h3 {
    font-size: 10px;
    margin: 0;
}

ul#rsslist {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
}

ul#rsslist li {
	margin: 0;
	padding: 0;
}

div#vacatureoverzicht {
	position: relative;
	width: 151px;
	margin: 0 0 0 15px;
	padding: 10px 15px 0 50px;
}

div#vacatureoverzicht h3 {
	margin: 0 0 1em 0;
}

div#vacatureoverzicht p {
	position: relative;
	width: 164px;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #b9c2d2;
}

div#vacatureoverzicht p.last {
	border-bottom: none;
}

div#vacatureoverzicht a {
	font-weight: bold;
}

div#vacatureoverzicht a:hover {
	font-weight: bold;
}

div#vacatureoverzicht img {
	position: absolute;
	left: -50px;
	top: 5px;
}

div#vacatureoverzicht img.imgrss {
	position: absolute;
	left: 0;
	top: 10px;
}

div#contacthome {
	padding: 10px 15px 0 15px;
	border-top: 1px solid #b9c2d2;
}

div#contacthome img {
	margin-top: 15px;
	margin-bottom: 15px;
}

/* @end */

/* @group main + sub content */

#mainmovie {
    height: 100px;
    display: block;
	background: url(/images/schets/doek-overig.jpg) repeat-x;
}

div#maincol {
    display: block;
    position: relative;
}

div#maincol.fullwidth {
}

#content {
    width: 48%;
    display: inline;
    float: left;
    padding: 10px; 
}

#content h1 {
	padding-right: 70px;
}

#content h3 {
	margin: 18px 0 12px 0;
	padding-bottom: 6px;
    display: block;
	border-bottom: 1px solid #666;
}

#content p {
	margin: 0 0 1em 0;
}

#maincol p.intro {
	font-weight: bold;
	color: #595959;
}

#content p.intro a {
    text-decoration: underline;
    font-weight: bold;
}

#content p.intro strong {
    font-weight: bold;
}

p.onderstrepen {
	text-decoration: underline;
}

#content a.back {
	font-size: 9px;
	float: right;
}

div#ablok a {
	display: block;
	margin: 0 0 5px 0;
}

table#vacatures {
	width: 100%;
	table-layout: fixed;
}

table#vacatures td {
	text-align: left;
	vertical-align: top;
	padding: 5px 2% 5px 0;
	border-bottom: 1px solid #b9c2d2;
	line-height: 14px;
}

table#vacatures td.col1 {
	width: 11%;
}

table#vacatures td.col2 {
	width: 39%;
}

table#vacatures td.col3 {
	width: 25%;
}

table#vacatures td.col4 {
    width: 25%;
}

table#vacatures tr.off {
    background: none;
}

table#vacatures tr.on {
    background: #e5e5e5;
    cursor: pointer;
}

table#vacatures td a {
    text-decoration: none;
}


table#trainingen {
	width: 100%;
	table-layout: fixed;
}

table#trainingen td {
	text-align: left;
	vertical-align: top;
	padding: 5px 2% 5px 0;
	border-bottom: 1px solid #b9c2d2;
	line-height: 14px;
}

table#trainingen td.col1 {
	width: 60%;
}

table#trainingen td.col2 {
	width: 40%;
}

table#trainingen tr.off {
    background: none;
}

table#trainingen tr.on {
    background: #e5e5e5;
    cursor: pointer;
}

table#trainingen td a {
    text-decoration: none;
}

table#form {
	width: 100%;
	table-layout: fixed;
}

table#form td {
	border-bottom:none;
}

select.selectjump {
	font-size: 10px;
	margin: 0 0 30px 0;
}

div#subcol {
    float: right;
    width: 246px;
    top: 80px;
    right:0px;
    display: inline;
    border-left: 1px solid #b9c2d2;
    background-color:#fff;
}

div#subcol h3 {
    display: block;
    margin: 15px 15px 15px 15px;
    padding-bottom: 6px;
    border-bottom: 1px solid #666;
/*    margin: 0 0 0.5em 0;*/
}

div#subcol p {
    margin: 15px 15px 15px 15px;
}

div#subcol h4 {
	color: #595959;
}

div#subcol h4 a:link {
	margin: 1.5em 0 0.5em 0;
}

div#subcol p.quote {
	margin: 0 0 0 0;
	padding: 0;
}

div#subcol p.quote2 {
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
	text-align: right;
	font-style: italic;
	border-bottom: 1px solid #b9c2d2;
    
}

div#bereikbaarheid {
	margin-top: 15px;
	padding: 6px;
	border: 1px solid #b9c2d2;
	background: url(/images/basis/bereikbaarheid.jpg) no-repeat;
}

div#bereikbaarheid h3 {
	margin-top: 0;
}

div#bereikbaarheid p {
	margin: 0;
	padding: 0;
}

img.imgbovenkop {
	margin: 0 0 10px 0;
}

img.img_cv_groot {
	border: 1px solid #b9c2d2;
	margin: 15px 0;
}

table.mensen {
	margin-bottom: 20px;
}

table.mensen th {
	font-weight: bold;
	text-align: left;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #b9c2d2;
}

table.mensen td {
	text-align: left;
	vertical-align: top;
	padding: 3px 3px 3px 0;
	border-bottom: 1px solid #b9c2d2;
}

table.mensen tr.off {
	background: none;
}

table.mensen tr.on {
	background: #e5e5e5;
	cursor: pointer;
}

table.mensen td a {
	text-decoration: none;
	vertical-align: top;
	padding: 3px 0;
}

img.imgleftmarge {
	float: left;
	margin: 2px 15px 2px 0;
	border: 1px solid #333;
}

select {
	font-size: 10px;
	margin: 5px 0;
}

div#maincol ul {
	margin-top: 0px;
}

.consultant {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	clear: both;
	margin-bottom: 15px;
    height: 75px;
}

.consultant img {
	float: left;
	border: 1px solid #333;
	margin-right: 10px;
}

div#subcol a.linkboven {
	display: block;
	margin-bottom: 1em;
}

a.toplink {
	display: block;
	text-decoration: underline;
	color: #3f3f3f;
	margin-top: 40px;
}

/* @group login mysmelt */

div#login {
    border: 1px solid #999;
    padding: 7px;
    margin: 10px 0 10px 0;
}

div#login input {
    display: block;
    font-size: 10px;
    width: 160px;
    margin: 0 0 5px 0;
    padding: 0;    
}

div#login input.checkbox {
    display: inline;
    border:2px;
    width: auto;
    margin: 0;
    padding: 0;    
}

div#login input.button {
	margin: 15px 0 10px 0;
	width: auto;
}

a#login {
	font-size: 9px;
	color: #807f7f;
}

a#login:hover {
	color: #ff0000;
}

div#mysmeltnew {
    border: 1px solid #999;
    padding: 7px;
    margin: 10px 0 10px 0;
}

div#mysmeltnew input {
    display: inline;
    font-size: 10px;
    width: 160px;
    margin: 0 0 5px 0;
    padding: 0;    
}
div#mysmeltnew input.small {
    display: inline;
    font-size: 10px;
    width: 60px;
    margin: 0 0 5px 0;
    padding: 0;    
}

div#mysmeltnew input.button {
    display: block;
    margin: 15px 0 10px 0;
    width: auto;
}

div#mysmeltnew span {
    color: #f00;
}

a#mysmeltnew {
    font-size: 9px;
    color: #807f7f;
}

a#mysmeltnew:hover {
    color: #ff0000;
}




/* @end */

/* @group contact */

iframe {
	border: 1px solid #000;
	margin: 0 0 15px 0;
}

.imgpand {
	border: 1px solid #000;
	margin-bottom: 15px;
}

/* @end */

/* @group disclaimer */

img.imggetadobereader {
	margin: 0 0 15px 0;
}

/* @end */

/* @end */

#footer {
	width: 95%;
    margin: 0;
	text-align: center;
	line-height: 60px;
	font-size: 9px;
	clear: both;
    background-color: white;
}

#footer span {
	font-weight: bold;
	margin-left: 10px;
}

table#aanmeldformulier span {
    padding: 0 1px 0 3px;
    color: #f00;
}
table#aanmeldformulier th {
    padding-top: 20px;
    font-weight: bold;
}
table#aanmeldformulier td {
    vertical-align: top;
}
table#aanmeldformulier input, table#aanmeldformulier select, table#aanmeldformulier t {
    margin-top: 0px;
    margin-bottom: 5px;
    margin-right: 5px;
}
table#aanmeldformulier label {
    margin-top: 0px;
    margin-bottom: 5px;
    position: relative;
    top: -5px;
}
table#workshopformulier span {
    padding: 0 1px 0 3px;
    color: #f00;
}
table#workshopformulier th {
    padding-top: 20px;
    font-weight: bold;
}
table#workshopformulier td {
    vertical-align: top;
}
table#workshopformulier input, table#workshopformulier select, table#workshopformulier t {
    margin-top: 5px;
    margin-right: 5px;
}
table#workshopformulier label {
    display: inline;
}
table#vacaturereactie {
}
table#vacaturesendfriend {
}
table#vacaturereactie span {
	padding: 0 1px 0 3px;
    color: #f00;
}
table#vacaturereactie textarea {
    width: 190px;
}
table#vacaturereactie input {
    float: right;
    width: 120px;
}
table#vacaturereactie input.file {
    width: 190px;
    float: left;
}
p#trainingreactie {
    line-height: 16px;
}
p#trainingreactie span {
	padding: 0 1px 0 3px;
    color: #f00;
}
p#trainingreactie textarea {
    width: 190px;
}
p#trainingreactie input {
    width: 120px;
    margin: 0 0 10px 0;
}
p#trainingreactie input.radio {
    width: 20px;
    float: none;
    margin: 10px 0 0 0;
}

/* @group features */

div#wrapperfeatures.td {
    height: 155px;
    margin-left: 220px;
    background: url(/images/basis/bg-features-td.gif) repeat-y;
    display: block;
}

div#features {
/*float: left;*/
padding: 25px 0 10px 25px;
}

div#visualfeature {
display: block;
float: right;
}

div#features p, div#features a {
font-size: 10px;
line-height: 17px;
}

div#features a, div#features a:visited {
color: #7d5e1d;
display: block;
margin-top: 5px;
padding-top: 5px;
border-top: 1px solid #fff;
}

div#features a:hover {
color: #fff;
}

div#features h3 {
color: #7d5e1d;
font-size: 9px;
line-height: 13px;
margin-bottom: 4px;
}

table#features {
table-layout: fixed;
}

table#features td {
text-align: left;
vertical-align: top;
}

table#features td.col1, table#features td.col3, table#features td.col5 {
width: 115px;
}

table#features td.col2, table#features td.col4 {
    width: 16px;
}
div.hometool p {
    font-size: 10px;
    margin: 0px 0px 0px 0px;
}

/* @end */

