

.borderL {
	border-left-width: 1px;
	border-left-style: solid;
}

.borderR {
	border-right-width: 1px;
	border-right-style: solid;
}

.borderT {
	border-top-width: 1px;
	border-top-style: solid;
}
.borderB {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.border {
    border-color: #666666;
	border-width: 1px;
	border-style: solid;
}

.borderLTR {
	border-width: 1px 1px 0px 1px;
	border-style: solid;
}




#content .head2 {
	border-width:0px 0 1px 0px;
	border-style:solid;
}
#content .head3 {
	border-width:0px 0 1px 0px;
	border-style:solid;
}
#content .ModuleHead {
	border-width:0px 0 1px 0px;
	border-style:solid;
}

#content .headForm {
	border-width:0px;
	border-style:solid;
}

/* navtrail Pfad
----------------------------------------------- */
div#navtrail {
    border-bottom-style:solid;
	border-bottom-width:1px;
}

/* navigation / pagelist
----------------------------------------------- */
.NAVIGATION,
#NAVIGATION {
	border-style:solid;
	border-width:0px 0 0 0;
	/*border:none;*/
}


/* Error Message
----------------------------------------------- */
.error, .errormessage {
	border:solid 1px;
}

/* Info Message
----------------------------------------------- */
.agb_accept,
.textSuccess ,
.info_message {
	border-style:solid;
	border-width:1px;
}

caption {
	border-bottom: 4px solid;
}

#mainCONTENT table { }
#mainCONTENT tbody { }
#mainCONTENT tbody td, th { border-bottom: 0px solid; border-left: 0px dotted; }
#mainCONTENT thead th {  }
#mainCONTENT tbody th {  }
#mainCONTENT tbody tr.odd, tbody tr.odd th {  }
#mainCONTENT tbody tr.odd2, tbody tr.odd2 th {  }
#mainCONTENT tbody tr, tbody tr th {  }
#mainCONTENT tfoot th, tfoot td { border-top: 0px solid; }
#mainCONTENT tfoot th { border: none; }
#mainCONTENT tfoot td {  }

#mainCONTENT tbody td.main { border-bottom: 0px solid; border-left: 0px dotted; }

/* Warenkorb total */
tfoot td.subTotal, .subTotal table { border-top: 0px solid; }


/* inputs */
input, select, textarea   {
	border-style:solid;
    border-width:1px;
}

/* Hovereffects for inputs (> FF 1, IE 7) */
input[type=text]:hover,
input[type=text]:active,
input[type=text]:focus,
input[type=password]:hover,
input[type=password]:active,
input[type=password]:focus,
select:hover,
select:active,
select:focus,
textarea:hover,
textarea:active,
textarea:focus {
    border-width: 1px;
    border-style: solid;
}

.addtobasket {
    border-top: 1px solid;
}
