
@charset "utf-8";
	


/**
 * category-menu
 */
 .category-menu h3 {
	font-size: 9px;
	font-weight:normal;
	letter-spacing:0;
	text-transform: none;
	color: #666;
	padding-left: 10px;
	margin:10px 0;
}
.category-menu ul {
	list-style: none;
	margin:0;
	padding:0;
}
.category-menu ul li{
	border-bottom:1px solid #999;
	padding:5px 0 5px 10px;
}
.category-menu ul a {
	height:30px;
	display:block;	
}


/* second level */

.category-menu ul ul li{
	border:none;
	padding:0;
}
.category-menu ul ul a{
	font-weight:normal;
	height:16px;
}
.category-menu ul ul li.active a{
	color:#66CC33;
	font-weight:bold;
}

.category-menu ul ul li a:hover{
	font-weight:normal;
}
.category-menu ul ul li.active a:hover{
	font-weight:bold;
}

.category-menu a {
	color:#000;
}
.category-menu li span {
	float:left;
	width:175px;
}

.category-menu a{
	clear: both;
}
.category-menu li li span {
	float:none;	
}
.category-menu img {
	float:right;
}
.category-menu  img.active {
	display:none;
}

.category-menu .active img {
	display:none;
}
.category-menu .active img.active {
	display:block;
}


/** login-panel */
.login-panel {
	height:200px;
	margin-bottom:10px;
}

.login-panel h2 {
	background:url(../../images/teleac/bg_prod-3.jpg) top left repeat-x ;/*Yshop 188 was bg_prod.jpg*/
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	line-height:16px;
	height: 30px; /*Yshop 188 was 21*/
	text-align: left;
	padding-left: 5px;
	top: 0px;
	margin:0 0 5px 0;
	
	overflow:hidden;
}
.login-panel .form-panel, .choose-panel {
	width:auto;
}
.login-panel .form-panel td {
	padding:4px 0;
}
.login-panel form .form-panel label {
	width:100px;
	padding:0;
}
.login-panel form .form-panel .field {
	width:auto;
	float:none;
}
.login-panel form .form-panel .input { 
	width:120px;
}
.choose-panel .registration,
.login-panel .registration,
.login-panel .account {
	width:235px;
	float:left;
	margin-top:10px;
	height: 200px;
}
.add-to-cart-container {
	position: relative;
	margin-top: 14px;
}
.login-panel .body{
	height:130px;
}
.choose-panel {
    height:200px;
    margin-bottom:10px;
}

.choose-panel .body {
    height:130px;
    width: 235px;
    float: left;
    /*margin-top: 10px;*/
}
.choose-panel .register {
    margin-top: 15px;
}	
	
.choose-panel .in-between,
.login-panel .in-between {
    background-color:#66CC33;
    width:4px;
    height:157px;
    float:left;
    margin:50px 13px 0 13px;
}
.choose-panel .in-between {
    background-color:#66CC33;
    width:4px;
    height:157px;
    float:left;
    margin:0px 13px 0 13px;
}

/** login-status

*/
.login-status {
	width:300px;
	height:14px;
	
	position: absolute;
	line-height:13px;
	text-align:right;
	margin:7px 0 0 630px;
	padding:0 5px;
	font-size:10px;
}

form {
	display: inline;
	padding:0;
	margin:0;
}


/**
 * root-menu
 */
 
.top-navigation {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	/*
	letter-spacing: 0.1em;
	
	word-spacing: 1em;
	*/
	
	margin-top: 33px;
	margin-right: 0px;
	margin-left: 492px;
	padding: 0px;
	position: absolute;
	
	text-align:right;
	margin-left:400px;
	width:530px;
	
}


.root-navigation{
	z-index:1;
	position: absolute;
	margin-top: 80px;
	margin-left: 210px;
	padding-bottom: 3px;
	width: 720px;
	top: -4px;
	height: 40px;
}
.teleac .top-navigation a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	
	padding:3px 5px 5px 10px;
	background:url(../../images/teleac/menu_separator.gif) left center no-repeat;
	
}

.teleac .top-navigation a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
 
.root-navigation a {
	display:block;
	float:left;
	height:40px;
}

.root-navigation a:hover,
.root-navigation a.active {
	padding:10px 0 0 0;
}

a {
	font-weight: bold;
	color: #1764A3;
	text-decoration: none;
	cursor:hand;
}
a:hover {
	color: #000;
}

body  {
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	background: #FFF url(../../images/teleac/bg.jpg) repeat-x fixed left top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height: 100%;
	cursor: auto;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1764A3;
	/*letter-spacing: 0.1em;*/
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	/*letter-spacing: 0.1em;*/
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	letter-spacing: 0.1em;
	text-transform: capitalize;
}

a img {
	border:none;
}
.actueel {
	background-image: url(../images/bg_prod.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	width: 200px;
	float: left;
	margin-left: 20px;
}
.actueel_inhoud2 {
	background-image: url(../images/bg_prod.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	width: 200px;
	float: right;
}
.actueel_inhoud {
	background-image: url(../images/bg_prod.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	width: 200px;
}


.clearfloat,
.clear { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.gerelateerd {
	background-image: url(../images/bg_prod.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 200px;
	float: left;
	margin-top: 4px;
}

.imgactueel {
	padding: 3px;
	border: 1px solid #6C3;
	margin-top: 3px;
	margin-bottom: 4px;
}

.input {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	letter-spacing: 0.1em;
}
.relimg {
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 4px;
}
.relbottom {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	background-image: url(../images/bg_prod.jpg);
	background-repeat: repeat-x;
	height: 21px;
	text-align: right;
	padding-left: 5px;
	bottom: 0px;
}
.reltop {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	background-image: url(../images/bg_prod.jpg);
	background-repeat: repeat-x;
	height: 21px;
	text-align: left;
	padding-left: 5px;
	top: 0px;
}
.relbottom a {
	font-weight: bold;
	color: #FFF;
	background-color: #6C3;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	margin-left: 10px;
}
.relbottom a:hover {
	font-weight: bold;
	color: #000;
	background-color: #6C3;
	text-decoration: none;
}
.leeftijd {
	font-size: 9px;
	color: #666;
	float: right;
	height: 20px;
	position: absolute;
	top: 10px;
	left: 570px;
}
.sub_po {
	height: 25px;
	float: left;
	margin-left: 10px;
}
.sub_po a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	letter-spacing: 0.1em;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #A1D4EA;
	padding-bottom: 3px;
	text-decoration: none;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
.sub_po a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #6C3;
	letter-spacing: 0.1em;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #A1D4EA;
	padding-bottom: 3px;
	text-decoration: none;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
}
.sub_ptv {
	height: 40px;
	float: left;
}
.sub_ptv a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-align: center;
}
.sub_vo {
	height: 25px;
	float: left;
	margin-left: 10px;
}
.sub_vo a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	letter-spacing: 0.1em;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #1764A3;
	padding-bottom: 3px;
	text-decoration: none;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
.sub_vo a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #6C3;
	letter-spacing: 0.1em;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #1764A3;
	padding-bottom: 3px;
	text-decoration: none;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
.sub_vol {
	height: 35px;
	float: left;
	margin-left: 10px;
}
.sub_vol a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	letter-spacing: 0.1em;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 3px;
	text-decoration: none;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
.sub_vol a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #6C3;
	letter-spacing: 0.1em;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 3px;
	text-decoration: none;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}

.special-offer{
	border: 1px solid #999;
	padding: 5px 15px;
	font-weight: normal;
	font-size: 11px;
	margin:10px 0;
	overflow: hidden;
}
.special-offer .preview {
	border-top:solid 1px #999;
	border-bottom:solid 1px #999;
	height: 285px;
	width: 200px;
	margin-top:10px;
	
}
.special-offer .preview.odd {
	float:right;
}
.special-offer .thumbnail {
	border:1px solid #66CC33;
	margin-bottom:4px;
	margin-top:3px;
	padding:3px;
}


#container {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.layout-header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	background-image: url(../../images/teleac/bovenbalk.gif);
	background-repeat: no-repeat;
	background-position: left -1px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	letter-spacing: 0.1em;
	height: 115px;
}
.layout-header .home {
	position:absolute;
	width:210px;
	height:110px;
	
}


.layout-header h1 {
	margin: 0; /* zeroing the margin of the last element in the .header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.teleac #mainContent {
	margin: 0 225px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	_margin: 0 220px; /*IE6 sees the padding as an extra outside the div. Made margin smaller for IE6*/
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*font-weight: bold;*/
}

/**
 * footer-panel
 */
.footer-panel {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF;
	border-top: 1px solid #999;
	letter-spacing: 0.1em;
	text-align: left;
	word-spacing: 2em;
} 

.footer-panel a {
	color: #999;
	text-decoration: none;
	padding:0 10px;
}

.footer-panel .banner-panel a {
	padding:0 0px;
}

.footer-panel a :hover {
	color: #6C3;
	text-decoration: none;
}
.footer-panel p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.menu {
	text-align: center;
}

.teleac .left-panel {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px; /* padding keeps the content of the div away from the edges */
	padding-bottom:336px;
}

.teleac .left-panel table {
	height:100%;
	padding:0;
	margin:0;
	border-collapse: collapse;	
}
.teleac .left-panel table tr{
	vertical-align: top;
}

.teleac #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 215px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 5px 15px 0px; /* padding keeps the content of the div away from the edges */
}



.footer-panel .banner-panel {
	position:absolute;
	width:220px;
	margin-top:-335px;	
}
.banner-panel {
	margin:10px 0 0 0;
}
.right-panel .banner-panel {
	padding-right: 5px;
	text-align: right;
}
.left-panel .banner-panel {
	padding-left: 5px;
	height:200px;
}
.product .image {	
	border: 2px solid #6C3;
	padding: 3px;
	float: left;
	overflow:hidden;
	margin-bottom: 10px;
}
.product .image.main {
	height: 190px;
	width: 190px;
}

.product .image.none {
	height: 190px;
	width: 190px;
	background-repeat: no-repeat;
	background-image: url(../../images/omslag-leeg-1-190x190.jpg);
}
.product .image.sub {
	height: 75px;
	width: 75px;
	margin-left: 10px;
}
.product .features {
	padding:0;
	margin:0;
	border-collapse:collapse;
}
#artimgsmall {
	padding: 3px;
	float: left;
	height: 75px;
	width: 75px;
	border: 2px solid #6C3;
	margin-left: 10px;
	font-weight: normal;
}

.product .description {
	padding: 5px 3px 3px;
	top: 230px;
	float: left;
	clear: none;
	left: 0px;
	width: 360px;
	margin-top: 20px;
	font-weight: normal;
	border-top: 5px solid #FFF;
}
.product .description br{
	/*margin-bottom:15px;*/
}

.product .summary {
	font-weight: normal;
	text-align: left;
	padding: 5px;
	width: 120px;
	margin-top: 20px;
	float: left;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #6C3;
}

#artimgresult {
	border: 1px solid #6C3;
	padding: 3px;
	height: 140px;
	width: 140px;
	float: left;
	font-weight: normal;
	margin-bottom: 10px;
}



#content {
	float: left;
	width: 100%;
	font-weight: normal;
}
#form {
	float: left;
	width: 100%;
	font-weight: normal;
}
#formfields {
	font-size: 11px;
	float: right;
	text-align: left;
	width: 250px;
}
#formfieldnames {
	text-align: left;
	float: left;
	width: 240px;
	line-height: 2.2em;
}




#gerelateerd {
	background-image: url(../images/bg_actueel.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 201px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	width: 200px;
	float: left;
	margin-top: 4px;
}
#leftlinks {
	padding-left: 10px;

}
#leftnav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	letter-spacing: 0.1em;
	text-align: left;
	width: 195px;
	padding-left: 10px;
}
#overview {
	float: left;
	width: 100%;
}

.content-panel {
	width: 500px;
	min-height:50px;
}
.content-panel .header  h1 {
	color:#000;
	font-size: 11px;
	letter-spacing:0;
	margin:0 0 15px 0;
	background:url(../../images/teleac/bg_prod-2.jpg) left top repeat-x; /*Yshop 188 was bg_prod.jpg*/
	height:34px; /*Yshop 188 was 21px*/
	padding-left: 5px;
}
.content-panel .header img{
	margin:0 0 15px 0;
}

.content-panel .content-body {	
	padding:0 0 10px 0;
}

/** 
 * Form panel
 */
.form-panel {
	width:500px;
}
.form-panel td {
	padding:4px 0;
}
.form-panel .label {
	width:42%;
}
.form-panel .input { 
	width:150px;
}

.main-photo {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../../images/teleac/contentfoto.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 201px;
	clear: none;
	float: none;
	margin:0 0 15px 0;
}

.content-panel .description {
	margin:10px 0;
}
/**
 * projects 
 */
ul.projects {
	list-style: none;
	margin:0;
	padding:0;
	width:300px;    
}
.projects a {
	color:#000;
	font-weight:normal;
}
.projects .level {
	float:right;
}


.preview .footer, 
.previewbundle .footer, 
.product .footer,
.wizard .footer, 
.cart .footer {
	height: 21px;
	padding-top: 1px;
	padding-bottom: 20px;
	float: left;
	text-align: right;
	background-image: url(../../images/teleac/bg_prod.jpg) ;
	background-repeat: repeat-x;	
	width:100%;
}

.special-offer .preview .footer,
.special-offer .previewbundle .footer {
	float: none;
	padding-bottom:0;
}

.parent-references {
	float:left;
	width:100%;
	margin-bottom: 5px;
}

.special-offer .footer {
	margin-bottom:0;
	clear:none;
}

.preview form, 
.previewbundle form, 
.product form {
	display:inline;
}

.preview .footer a,
.previewbundle .footer a,
.preview .add-to-cart,
.wizard .add-to-cart,
.choose-panel .add-to-cart,
.previewbundle .add-to-cart ,
.product .footer a,
.product .add-to-cart,
.wizard .footer a,
.login-panel .add-to-cart,
.cboose-panel .add-to-cart,
.account .add-to-cart,
.cart .footer a{
	font-weight: bold;
	color: #FFF;
	background-color: #00CD0D;
	text-decoration: none;
	padding: 2px 5px 5px 5px;
	margin-left: 10px;
	border: none;
	font-size: 10px;
}
.login-panel .add-to-cart{
	/* override standard for login button */
	margin-top: 12px;
	margin-left: 0px;
	background-color: #00CD0D;	
 }
 
.choose-panel .register {
	font-weight: bold;
	color: #FFF;
	background-color: #00CD0D;
	text-decoration: none;
	padding: 2px 5px 5px 5px;
	border: none;
	font-size: 10px;
}

.wizard .commandlink {
    font-weight: bold;
    cursor:pointer;
    color: #FFF;
    background-color: #6C3;
    text-decoration: none;
    padding: 2px 5px 5px 5px;
    margin-left: 400px;
    border: none;
    font-size: 10px;
}

.wizard .commandlinkspecial {
    font-weight: bold;
    cursor:pointer;
    color: #FFF;
    background-color: #6C3;
    text-decoration: none;
    padding: 2px 5px 5px 5px;
    
    border: none;
    font-size: 10px;
}

.account .add-to-cart {
	margin-left: 0px;
	background-color: #00CD0D;	
	font-weight: bold;
	color: #FFF;
    font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	padding: 2px 5px 5px 5px;
	border: none;
	cursor: hand;
}

.add-to-cart-empty {
	font-weight: bold;
	color: #FFF;
	background-color: #6C3;
	text-decoration: none;
	padding: 2px 5px 5px 5px;
	margin-left: 10px;
	border: none;
}


.product .footer a:hover, 
.product .add-to-cart:hover,
#cartbottom a:hover {
	cursor:pointer;
	font-weight: bold;
	color: #000;
	background-color: #00CD0D;
	text-decoration: none;
}

.preview .add-to-cart-detail ,
.previewbundle .add-to-cart-detail ,
.product .add-to-cart-detail {
	font-weight: bold;
	color: #FFF;
	background-color: #00CD0D;
	text-decoration: none;
	/*padding: 2px 5px 5px 5px;*/
	height:21px;
	margin-left: 10px;
	border: none;
	font-size: 11px;
}

.product .add-to-cart-detail:hover {
	cursor:pointer;
	font-weight: bold;
	color: #000;
	background-color: #00CD0D;
	text-decoration: none;
}

#ptv_link_close a, #ptv_link_open a, #potv_link_open a, #potv_link_close a, #votv_link_open a, #votv_link_close a, #volw_link_open a, #volw_link_close a{
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
#ptv_link_open {
	font-weight: bold;
	background-image: url(../images/ptv_open.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	text-decoration: none;
	color: #000;
	padding-left: 10px;
}
#ptv_link_close {
	font-weight: bold;
	background-image: url(../images/ptv_close.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	text-decoration: none;
	color: #000;
	padding-left: 10px;
}
#ptv_link_close a:hover, #ptv_link_open a:hover, #potv_link_close a:hover, #potv_link_open a:hover, #votv_link_close a:hover, #votv_link_open a:hover, #volw_link_close a:hover, #volw_link_open a:hover {
	color: #6C3;
}
#potv_link_close {
	font-weight: bold;
	background-image: url(../images/potv_close.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	text-decoration: none;
	color: #000;
	padding-left: 10px;
}
#potv_link_open {
	background-image: url(../images/potv_open.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	text-decoration: none;
	color: #000;
	padding-left: 10px;
}
#result_shorttxt {
	width: 175px;
	margin-right: 5px;
	margin-left: 5px;
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: normal;
	margin-top: 16px;
}


#search {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	letter-spacing: 0.1em;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 5px;
}
.search {
	margin-right: 5px;
}
.search-hidden {
	position:absolute;
	z-index:-8;
	width:0px;
	height:0px;
	}

#volw_link_close {
	font-weight: bold;
	background-image: url(../images/volw_close.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	text-decoration: none;
	color: #000;
	padding-left: 10px;
}
#volw_link_open {
	font-weight: bold;
	background-image: url(../images/volw_open.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	text-decoration: none;
	color: #000;
	padding-left: 10px;
}

#votv_link_close {
	font-weight: bold;
	background-image: url(../images/votv_close.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	text-decoration: none;
	color: #000;
	padding-left: 10px;
}
#votv_link_open {
	background-image: url(../images/votv_open.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	text-decoration: none;
	color: #000;
	padding-left: 10px;
	
}

.product-list .preview {
	width: 235px;
	float: left;
	margin-top: 4px;
}

.product-list .previewbundle {
	width: 490px;
	float: left;
	margin-top: 4px;
}

.product-list .preview.right {	
	margin-left:20px;
}

.product-list .previewbundle.right {	
	margin-left:20px;
}

.product-list .preview h2,
.product-list .previewbundle h2,
.special-offer .preview h2 {
	background:url(../../images/teleac/bg_prod-3.jpg) top left repeat-x ;/*Yshop 188 was bg_prod.jpg*/
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	line-height:16px;
	height: 30px; /*Yshop 188 was 21*/
	text-align: left;
	padding-left: 5px;
	top: 0px;
	margin-bottom: 5px;
	
	overflow:hidden;
}

.special-offer .previewbundle h2,
.special-offer .preview h2 {
	margin-top:0;
}

.product-list .previewbundle .thumbnail,
.product-list .preview .thumbnail {
	border: 1px solid #6C3;
	/* background-image: url(../../images/omslag-leeg-1-75x75.jpg);	 */
	height: 140px;
	width: 140px;
	margin-bottom: 10px;
	float: left;
	font-weight: normal;
}

.previewbundle .thumbnailsmall {
    /*background-image: url(../../images/omslag-leeg-1-75x75.jpg);*/
    height: 70px;
    width: 70px;
    margin-bottom: 10px;
    margin-left:5px;
    float: left;
    font-weight: normal;    
}

.previewbundle .nothumbnail {
    border: 1px solid #6C3;
    background-image: url(../../images/omslag-leeg-1-75x75.jpg);
    /*background-repeat: no-repeat;*/
    height: 70px;
    width: 70px;    
    margin-bottom: 10px;
    margin-left:5px;
    float: left;
    font-weight: normal;
}

.previewbundle .thumbnailsmall .image{
    border: 0px;
    height: 70px;
    width: 70px;    
    background-position:center center;
    background-repeat:no-repeat;
}

.special-offer .thumbnail.none{
	background-image: url(../../images/omslag-leeg-1-190x190.jpg);
	background-repeat: no-repeat;	
	height: 190px;
	width: 190px;
}
.product-list .previewbundle .thumbnail .image,
.product-list .preview .thumbnail .image {
	height: 140px;
	width: 140px;
	background-position:center center;
	background-repeat:no-repeat;
}

.product-list .previewbundle .thumbnail.none,
.product-list .preview .thumbnail.none{
	background-image: url(../../images/omslag-leeg-1-140x140.jpg);
	background-repeat: no-repeat;	
	height: 140px;
	width: 140px;
}
.product-list .previewbundle .metadataspecial {
	font-weight: normal;
	text-align: left;
	padding: 5px;
	width: 190px;
	height:40px;
	float: right;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #6C3;
	font-size: 10px;
	line-height: 12px;
	overflow: hidden;
}

.product-list .preview .metadata {
	font-weight: normal;
	text-align: left;
	padding: 5px;
	width: 83px;
	height:127px;
	float: right;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #6C3;
	font-size: 10px;
	line-height: 12px;
	overflow: hidden;
}

.previewbundle .description,
.preview .description {
	font-weight: normal;
	clear: left;
	margin-bottom: 8px;
	font-size: 10px;
	line-height: 12px;
	height:50px;
}

.previewbundle .price,
.preview .price {
	font-weight:bold;
}




.resultart {
	background-image: url(../images/bg_prod.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 240px;
	float: left;
	margin-top: 4px;
}
#resultartgroep {
	font-weight: normal;
	text-align: left;
	padding: 5px;
	width: 75px;
	float: right;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #6C3;
	font-size: 10px;
	line-height: 12px;
}
#restekst {
	font-weight: normal;
	float: left;
	clear: left;
	margin-bottom: 8px;
	font-size: 10px;
	line-height: 12px;
}
.resultart2 {
	background-image: url(../images/bg_prod.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 240px;
	float: left;
	margin-top: 4px;
	margin-left: 20px;
}
#top {
	font-weight: bold;
	background-image: url(../images/bg_prod.jpg);
	background-repeat: repeat-x;
	width: 99%;
	height: 21px;
	padding-left: 5px;
}
.artomschr {
	width: 160px;
	float: left;
}
.artoverige {
	text-align: right;
	word-spacing: 4em;
	width: 300px;
	font-weight: bold;
	float: right;
}
#cartart {
	padding: 3px;
	float: left;
	height: 60px;
	width: 60px;
	border: 1px solid #99BB4A;
}
#cartarttxt {
	width: 150px;
	margin-left: 10px;
	padding: 3px;
	float: left;
	font-weight: normal;
}
#cartartgegevens {
	text-align: left;
	word-spacing: 4.5em;
	float: right;
	width: 200px;
	padding-right: 10px;
}
.totaalex {
	text-align: left;
	float: left;
	width: 200px;
	margin-left: 20px;
	font-size: 10px;
	margin-top: 10px;
}
.priceex {
	margin-top: 10px;
	margin-left: 90px;
	float: left;
}
.carttotal {
	float: left;
	width: 40px;
}
.forminput {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	letter-spacing: 0.1em;
	margin-bottom: 0.85em;
}
.teleac #webshop {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.4em;
	margin-top: 33px;
	margin-right: 0px;
	margin-left: 216px;
	padding: 0px;
	position: absolute;
	width: 100px;
	color: #FFF;
	text-transform: uppercase;
}



/** Cart info
 *
 * 	TODO: rename id's to classes
 */
#cartinfo {
	background-image: url(../../images/teleac/cart.jpg);
	background-repeat: no-repeat;
	background-position: 10px 2px;
	
	padding-top: 15px;

	margin:5px 0 0 0;
	padding:15px 10px 0;
}
#cartinfo a {
	font-weight: bold;
	padding-left:50px;
}
#cartinfo a:hover {
	color: #6C3;
}



ul.products {
	list-style: none;
	/*margin:0;*/
	padding:0;
	width: 100%;
	float:left;
}

ul.products a{
	color:#000;
	font-weight:normal;
}

ul.products .level{ 
	float:right;
}
ul.products a:hover {
	text-decoration: underline;
}

li.prodlist.odd {
	background-color: #E8E8E8; 
	color:666;
}
.productsDescription{
	float: left;
	width: 400px;
}
.productsMedium{
	float: left;
	width: 100px;
}
.productsDescription.odd{
	float: left;
	width: 400px;
	background-color: #E8E8E8; 
	color:666;
}
.productsMedium.odd{
	float: left;
	background-color: #E8E8E8; 
	color:666;
	width: 100px;
}

/** 
 * cart
 */
 
.progress {
	height: 5px;
	overflow:hidden;
	width: 100%;
	margin:10px 0;
	background-color:#66cc33;
	background-repeat:no-repeat;
	background-image:url(../../images/teleac/progress_background.png);
	background-position:0px 0px;
}
.progress.p10	{	background-position:50px 0; }
.progress.p20	{	background-position:100px 0; }
.progress.p25	{	background-position:125px 0; }
.progress.p30	{	background-position:150px 0; }
.progress.p33	{	background-position:150px 0; }
.progress.p40	{	background-position:200px 0; }
.progress.p50	{	background-position:250px 0; }
.progress.p60	{	background-position:300px 0; }
.progress.p66	{	background-position:300px 0; }
.progress.p70	{	background-position:350px 0; }
.progress.p75	{	background-position:375px 0; }
.progress.p80	{	background-position:400px 0; }
.progress.p90	{	background-position:450px 0; }
.progress.p99	{ 	background-position:375px 0; }/*fake the an extra step*/
.progress.p100	{ 	background-position:500px 0; }


.cart table.products {
	padding:0;
	border-collapse: collapse;
	width:100%;
}
.cart table.products thead th {
	border-bottom:solid 2px #999;
	padding-right:15px;
}


.cart table.products tfoot td{
	border-top:solid 2px #999;
	font-weight:bold;
}

.cart table.products tfoot td{
	vertical-align: middle;
}
.cart table.products th a{
	color:#000;
}
.cart table.products td {
	padding:5px 0;
	vertical-align: top;
}
.cart .thumbnail {
	border:1px solid #99BB4A;
	float:left;
	height:75px;
	padding:3px;
	width:75px;
}
.cart .products td a {
	color:#000;
	font-weight:normal;
}
.cart .products .name {
	padding:0 3px;
	width:150px;
	float:left;
	margin-left:10px;	
}

.name-order-detail {
	padding:0 3px;
	width:150px;
	float:left;	
}

.cart .products .remove {
	display:block;
	/*width:16px;*/
	height:16px;
	background:url(../../images/teleac/remove.png) center center no-repeat;
}

.cart .sub-total-row {
	background:url(../../images/teleac/cart.jpg) left center no-repeat;
	padding: 20px 0 20px 50px;
}


.sub-total-row-detail {
	padding: 20px 0 20px 0;
}

.new-and-clean {
	padding-right:110px;	
}

.new-and-clean table {
	padding:0;
	margin:0;	
}

.new-and-clean td {
	padding:0;
	margin:0;	
}

.cart .sub-total-value {
	padding: 20px 0 20px ;
}

.orderDetail-address {
	margin-top:20px;	
}

.order-nr-title {
	width:120px;
	float:left
}

.order-nr {
	float:left;
	width:200px;	
}
.order-nr-label {
	float: left;
}
.order-status-info-icon {
	float: left;
	background-color: yellow;
	background:url(../../images/teleac/info.gif) no-repeat;
	width: 15px;
	height: 15px;
	margin-left: 5px;
	position: relative;
	cursor: hand;
}
.order_status_popup_window {
	background:url(../../images/teleac/overlay.png) repeat;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	display: none;
	z-index: 1;
}
.order_status_popup_container {
	background:url(../../images/teleac/overlay.png) repeat;
	margin-top:15%;
	width:40%; 
	margin-left:30%; 
	margin-right:30%;
	border: solid 1px #000000;
}
.order_status_popup_content_table {
	background: #FFFFFF;
	border: solid 1px #000000;
	border-collapse: collapse; 
	margin-left: 10px; 
	margin-right: 10px; 
}
.order_status_popup_content_table td {
	border: 1px solid gray;
	padding: 5px;
	vertical-align: top;
}
.order_status_X_link{
	font-weight: bold;
	font-size: 12px;
	float: right;
	color: #FFFFFF;
	line-height: 22px;
}
.order_status_info_window_header {
	color: #FFFFFF;
	float: left;
	line-height: 22px;
	font-weight: bold;
	font-size: 12px;
	padding-left: 10px;
}
.order_status_popup_header {
	padding: 5px; 
	margin-top: 10px; 
	margin-left: 10px; 
	margin-right: 10px; 
	margin-bottom: 10px;
	border: solid 1px gray; 
	background: #FFFFFF; 
}
.order_status_popup_button {
	font-size: 12px; 
	text-align: center; 
	float: right;
}
.orderDetail-table {
	width:100%;
	padding:0px;
	margin:0px;
	}
.orderDetail-table td {
	padding:0px;
	margin:0px;
	}
.todo-discount-value {
	font-weight: normal;
}
.todo-sub-discount-row-detail {
	font-weight: normal;
}
.order-summary-block {
	margin-top: 20px;
}
.orderdetail-taxtext {
	float:left;
	overflow: visible;
	width: 200px;
	font-weight: normal;
}
.Shipping_costs {
	font-weight: normal; 
}	
.orderdetail-tax {
	float:left;	
	font-weight: normal;
}
.orderTablePrice {

}
.sub-total-value {

}

.backToPage {
	padding: 40px 0 20px 0;	
	float:left;
	clear:both;
}
	
/* end cart */

#linkprojinfo {
	text-align: left;
	float: left;
	width: 95%;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}
.pricein {
	margin-top: 10px;
	margin-left: 90px;
	float: left;
}
#verzendkosten {
	width: 150px;
	padding: 3px;
	float: left;
	font-weight: bold;
}
.verzend {
	margin-left: 192px;
	float: left;
	padding: 3px;
	text-align: right;
}

.hide {
	display:none;
}

.message-panel {
	color:#FF0000;
	font-weight:bold;
	margin:10px 0;	
}


/** 
 * Banners 
 */
 
 .banner {
 	margin:10px 0;
 	display:block;
 }

/*Added for registration screen.*/

fieldset {
	margin:10px 0;
	border: none;

	padding:10px 10px 0 0;
}
fieldset.show {
	border:solid 1px #aaa;
	padding-bottom:15px;
	padding-left:10px;
}
legend {
	display: block;
	font-weight: bold;
	padding: 10px 0;
	*width:120px;
	
}

legend.toggle-company {
	background:transparent url(../../images/toggle_plus.gif) no-repeat scroll 5px center;
	cursor:pointer;
	padding:0 10px 0 30px;
	width:200px;
	}

legend.toggle {
	background:transparent url(../../images/toggle_plus.gif) no-repeat scroll 5px center;
	cursor:pointer;
	padding:0 10px 0 30px;
}

/*legend.toggle {
	background:url(../../images/toggle_plus.gif) 5px center  no-repeat transparent;
	padding:0 10px 0 30px;
	cursor:pointer;
}*/

fieldset.show legend.toggle {
	background-image:url('../../images/toggle_minus.gif');
}

fieldset.show legend.toggle-company {
	background-image:url('../../images/toggle_minus.gif');
}

select {
	width:150px;
	float:left;
}
.cart select.address  {
	width:270px;	
}
	
input {
	/*width:200px;*/
}
input.not-available {
		border:solid 1px red;
}
#suggests .not-available {
	height:auto;
}

input.registration {

	width:140px;
	height: 200px;
}

.form-buttons {
	/*margin:0 0 0 200px;*/
	float:right;
}
button {
	clear:both;
	margin:10px 0 ;
	font-size:10px;
}
input.action {
	float:right;
	margin:0 200px 0 0 ;
}
.form-row {
	clear: both;
}
.edutuser .form-row {
    clear: both;}
}


.form-req {
	clear: both;
	padding-top:12px;
}

.form-rowhidden {
	display:none;
}

.wizard label,
form label {
	width:200px;
	float: left;
	clear: left;
	padding: 0 0 5px 0;
	min-height:22px;
}

.loginLabel {
	width:200px;
	float: left;
	clear: left;
	padding: 0 0 5px 0;
	height:8px;
}

span.error {
	color:red;	
}

.wizard label.inline,
.wizard table.inline label{
	float: none;
}

table.inline.rows input {
	position:relative;
	margin:3px 0;
}
table.inline.rows label {
	margin-left:25px;
	display:block;
	
	margin-top:-20px;
	
	
	
}

.wizard a label.inline{
	text-decoration: none;
	color: black;
	font-weight: normal;
}
.wizard .field,
form .field {
	float:left;
	width:245px;
	padding: 0 0 0 5px;
}

.company-name {
	float:left;
	width:245px;
	padding:0;
	font-weight:bold;
	}

.results {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	width:300px;
}
.results li {
	height:25px;
}
.results .edit {
	float:right;
	margin-top:-28px;
}

.result {
	float: right;
	width:285px;
	margin: 15px 0 15px 0px;
}

.school-choice {
	font-size:11px;
	width:150px;
}
.auto-complete {
	
}
.auto-complete ul {
	position:absolute;
	background-color:#eee;
	border:solid 1px #ddd;
	width:150px;
	padding:0;
	margin:0 0 0 00px;
	list-style: none;
	max-height:100px;
	overflow-y:auto;
}

.registration .auto-complete ul {	
	width:250px;
}
.auto-complete li {
	height:15px;
	overflow:hidden;
	cursor:hand;
	cursor:pointer;
}
.selected {
	color:red;
}

.add, .edit, .magnifier, .valid, .invalid, .form-row a.order, .form-row a.remove, .remove-addr {
	float:left;
	width: 26px;
	height: 25px;
	cursor: pointer;
	border:solid 1px #fff;
	margin:-4px 0 0 0;
	padding:0;
}

.add {
	background: url(../../images/add.jpg) center center no-repeat;
}
.edit {
	background: url(../../images/edit.jpg) center center no-repeat;
}
.magnifier {
	background: url(../../images/mag.jpg) center center no-repeat;
}
.remove {
	background: url(../../images/teleac/remove.png) center center no-repeat;
}

.valid {
	background: url(../../images/valid.png) center center no-repeat;
}
.invalid {
	background: url(../../images/invalid.png) center center no-repeat;
}

.add:hover, .edit:hover , .magnifier:hover {
	border-color:#aaa;
}

.form-row p {

	width:350px;
	margin:10px 0 10px 0;
	clear:both;
}
.form-row a {
	display:block;
	padding-top:10px;
}

.form-row .title {
	padding:0 0 5px 0;
	display:block;
}

span.bold {
	font-weight:bold;
}

.form-row div.space{
	margin:10px 0;
}

.read-more {
	padding-left: 3px;
	border: solid 0px red;
}

/** school list
*/
ul.school{
	margin:0 0 0 0;
	padding:0 0 0 40px;
	list-style: none;
	list-style-position: outside;
	position:relative;
}

ul.school li {
	padding:0px 0px 4px 0px;
	border: 1px solid white;
}
ul.school .expand,
ul.school .collapse {	
	border:solid 1px #aaa;
	width:16px;
	height:16px;
	text-align:center;
	margin:0 10px 0 0;
	float:left;
	cursor:pointer;
	position:absolute;
	margin-left:-20px;
}

	
ul.sub-schools {
	margin:0 0 0 20px;
	padding:0;
	list-style: none;
} 

.help-panel {
	margin:10px 0;
}
.help-panel .button {
	display:block;
	
}

.next {
margin-left:210px;
}

.bold {
	font-weight:bold;	
}

table.general {
	border-collapse: collapse;
	margin-top: 5px;
}

table.general-orderhistory {
	border-collapse: collapse;
	width:95%;
}

table.general-orderhistory th {
	border-bottom:solid 2px #999;
	text-align:left;
	padding-right:5px;
}

table.general-orderhistory td {
	padding:5px 5px 5px 0;
}

.orderhist-price {
	width:20%;
	}
.orderhist-date {
	width:15%;
	}
.orderhist-state {
	width:20%;
	}
.orderhist-nr {
	width:45%;
	}

/* Contact page*/
.contact-form {
	float: left;
	}

.wizard textarea, form textarea {
	width:280px;
	height:180;
	}  
.dropdownlist{
	/* color: red; */
	width: 286px;	
}
/* MyAccount page */

.editAddressForm {
	float:right;
	width:70px;
	position:relative;
	left:40px;
	display:block;
	}

.createAddressForm {

	}

.u-address {
	padding-left:30px;
	*padding-left:40px;
	}

.myacc-top {
	padding-top:12px;
	}

.comp_panel {
	border-top: solid 1px #aaa;
	}

.form-editadr {
	width:26px;
	float:right;
	height:20px;
	}

.form-deladr {
	float:right;
	height:20px;
	width:20px;
	}

.remove-addr {
	background: url(../../images/teleac/remove.png) center center no-repeat;
}

.add-company {
	border-top: solid 1px #aaa;
	width:100%;
	text-align:center;
	padding-top: 15px;
	}
	
.save-company {
	position:relative;
	top:-24px;
	}
	
.add-address {
	width:100%;
	text-align:right;
	padding-top: 15px;
	}
	
.editaddress {
	text-align:right;
	}
.address-panel {
	height: auto;
}
.address-panel .shipping-address{
	float:left;
	width:235px;
	height: auto;
	padding-bottom: 10px;
}
.address-panel .billing-address {
	float:left;
	width:235px;
	height: auto;
	border-right: solid 4px #00CD0D;
    padding:0px 13px 10px 0px;
	margin-right: 13px;
}
.address-panel .shipping-address .inline,
.address-panel .billing-address .inline{
	border: solid 0px red;
	float: left;		
	width: 210px;
	padding-left: 26px;
}
.address-panel .shipping-address .inline-input,
.address-panel .billing-address .inline-input{	
	border: solid 0px green;
	float: left;		
	width: 205px;
	line-height: 20px;	
}
.address-panel-input{	
	float: left;	
	width: 25px;
	line-height: 10px;
	border: solid 0px red;
	text-align: left;
}
.addres-panel-linespace {
	height: 10px;
	width: 100%;
	background: transparent; /* yellow for debugging */
	float: left;
}
.address-panel h2 {
	background:url(../../images/teleac/bg_prod-3.jpg) top left repeat-x ;/*Yshop 188 was bg_prod.jpg*/	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	line-height:16px;
	height: 30px; /*Yshop 188 was 21*/
	text-align: left;
	padding-left: 5px;
	top: 0px;
	margin:0 0 15px 0;	
	overflow:hidden;
}
.address-panel .content {
	border: solid 0px red;
	width: 230px;
}
.address-link {
	border: solid 0px red;
	padding-left: 5px;
}
.address-inline{
	margin-bottom: 10px;
}
.myaccountaddresspanelgrid td {
	vertical-align: top;
}
.myaccountaddresspanelgrid-title  {
	padding-top: 3px;
	font-weight:bold;
	line-height: 20px;
}
/*
.remcompany input {
	float:right;
	}
	*/
	
div.remcompany {
	/*border-top: solid 1px #aaa;*/
	width:20px;
	float:right;
	padding-top:20px;
	}

.removeCompany {
	background:url(../../images/teleac/remove.png) right center no-repeat;
	height: 16px;
	}
	
.removeRegCompany {
	background:url(../../images/teleac/remove.png) right center no-repeat;
	height: 16px;
	position:relative;
	top:30px;
	right:18px;
	}

.payment {
	padding-top:8px;
	}

.debtor p {
	width:100%;
	}

.help-panel a {
	display: inline;
	}
	

a.companySelect {
	display:block;
}

.companyExpand {
	position:relative;
	left:-20px;
	cursor:pointer;
	font-weight:bold;
	color:#1764A3;
	
}
.companyExpandName {
	position:relative;
	left:12px;
	font-weight:bold;
	color:#1764A3;
	cursor:pointer;
}

div.companyAddress {
	display:block;
}

.changepassword {
	margin-top:12px;
}
.login-forgot-password {
	margin-top: 13px;
	line-height:20px;
}

/* Project URL links */

a.SchoolTV:link, a.SchoolTV:visited, a.SchoolTV:active {
	font-weight: bold; 
	text-decoration: underline;
	float: right; 
	padding: 0px 2px 2px 15px; 
	color: #67299A;
	background: url(../../images/teleac/bullet-link-schooltv.gif) no-repeat 2px 2px; 
}
a.SchoolTV:hover{
	color: #FFFFFF; 
	background: #67299A url(../../images/teleac/bullet-link-white.gif) no-repeat 2px 2px;
}
a.PeuterTV:link , a.PeuterTV:visited, a.PeuterTV:active {
	font-weight: bold; 
	text-decoration: underline;
	float: right; 
	padding: 0px 2px 2px 15px; 
	color: #990099;
	background: url(../../images/teleac/bullet-link-peutertv.gif) no-repeat 2px 2px; 
}
a.PeuterTV:hover{
	color: #FFFFFF; 
	background: #990099 url(../../images/teleac/bullet-link-white.gif) no-repeat 2px 2px;
}
a.Teleac:link , a.Teleac:visited, a.Teleac:active {
	font-weight: bold; 
	text-decoration: underline;
	float: right; 
	padding: 0px 2px 2px 15px; 
	color: #0088CE;
	background: url(../../images/teleac/bullet-link-teleac.gif) no-repeat 2px 2px; 
}
a.Teleac:hover{
	color: #FFFFFF; 
	background: #0088CE url(../../images/teleac/bullet-link-white.gif) no-repeat 2px 2px;
}

.default-text-container{
	float: right;
}
.summary .price {
	padding-bottom: 3px;
	display: block;
}

