@charset "utf-8";
/* CSS Document */

.accessoriesContainer {
width:835px;
background-color:#f8f8f8;
border-right:solid 2px #507B80;
border-left:solid 2px #507B80;
border-bottom:solid 2px #507B80;
overflow:auto;
padding:15px 0 10px 14px;
}
.accerssoriesBoxContainer {
width:811px;
overflow:auto;
margin:auto;
}
.AccerssoriesTypesWider {
width:158px;
float:left;
border-right:dotted 1px #999999;
}
#AccerssoriesTypesWiderEnd {
border-right:none;
}

/* Accessories details */
.table-header {
border-right:solid 1px black;
background-color:#0e5b6f;
text-align:center;
color:#FFF;
}
.table-even {
padding:3px 0 3px 0;
background-color:#dbe2e4;
border-bottom:solid 1px black;
border-right:solid 1px #bbb;
text-align:center;
}
.table-odd {
text-align:center;
padding:4px 0 4px 0;
background-color:#f2f4f5;
border-bottom:solid 1px black;
border-right:solid 1px #bbb;
}
.table-desc {
background-color:#F8F8F8;
border-bottom:solid 1px black;
border-left:solid 1px #bbb;
font-weight:bold;
}
.table-product {
width:470px;
}
.accessoriesTitles, .accessoriesSubTitles {
	font-size:18px;
	font-weight:bold;
}
.accessoriesSubTitles {
		font-size:13px;
}

table.TechnicalSpecs
{
    border:1px solid #0E5B6F;
}