/* Page */ body { padding:0 0 0 50% ;font-family:arial; font-size:12; /*background-color:e9e9e9;*/ background-color:ffffff; } /*Links*/ a:link { text-decoration:none; } a:link:hover { text-decoration:underline; } a.buy:hover { color:red; } table {font-size:12;} div, ul {background-color:ffffff;} /* Top Menus */ div.menu, div.menuhover { border-style:outset; background-color:bbccdd; border-width:0px; margin:0 2 0 0; float:left; color:white; font-size:13; font-weight:bold; width:125px; padding: 2 0 2 0; cursor:pointer; background-image: url(roundbuttonsmall1.png); background-repeat:no-repeat; } div.menu a, div.menuhover a { display:block; padding: 0 10 0 10;width:120px; height:17px; } ul.menu { color:black; font-weight:normal; border-style:dashed; border-width:1px; background-color:white; list-style-type: none; display:none; position:absolute; padding:0;/* 10 0 10;*/ margin:0; cursor:pointer; width:125px; } li {padding: 2 10 2 10;} ul.flat{padding:0px;margin:15;} /* Highlight colour for hovering */ .menu li:hover, .menu li.hover, .menu li.selectedhover, .menu li.barheaderhover /*, */ { background-color:ddffee; } ul.sidebar li.selected, .sidebar li.barheaderhover, .sidebar li:hover, .sidebar li.hover, .sidebar li.selectedhover { background-image: url(roundbuttonsmall2.png); background-repeat:no-repeat; } div.menu:hover ul, div.menuhover ul { display: block; } div.menu:hover, div.menuhover { background-repeat:no-repeat; background-image: url(roundbuttonsmall2.png); background-color:aabbcc;border-style:inset; } /* Sidebar */ ul.sidebar li.barheader { background-image: url(roundbuttonsmall2.png); background-color:e5e5f0; } ul.sidebar { color:white; font-size:13; font-weight:bold; clear:left; border-width: 0 0 0 0 ; width: 125px; background-color:e5e5f0; list-style-type: none; /*float:left;*/ padding:0; margin:0; cursor:pointer; } ul.sidebar li { background-image: url(roundbuttonsmall1.png); background-repeat:no-repeat; border-style: none;/* solid dashed none ;*/ border-width: 0 0 1 0; } /* ul.sidebar li.selected { background-color:ccddee; } */ div.sidebar, div.sidebarhover { margin: 2 2 0 0; float:left;width:125px; clear:left; padding:0; } /* Contents */ .contents, .contentshover, .contentsie { background-color:white; margin:2 0 0 0; float:left; width:633px; text-align:justify; } .contents table, .contents td { border-color:99aacc;border-spacing:0; border-width:0px; padding:0px; } .heading {font-weight:bold;display:block;} h4, h3{ font-size:14; margin:0 0 10 0; } .footer, .footerhover { clear:left; width:750px; clear:right; float:right; border-width:1px;border-style:dashed none none none; background-color:ffffff; margin:10px; text-align:center;padding:10px 0 10 0; } .news, .newshover { float:right;clear:right;width:200px;border-style:dashed;border-width:1px; margin:0 0 10px 20px;padding:10px; } .corner, .cornerhover { width:9px;height:9px; background:no-repeat; } .twocorners, .twocornershover { height:9px;overflow:hidden; } table.roundbox td {padding:0;} .features {border-style:none;cell-spacing:0;} .features td {border-style:solid;border-width:1px;border-color:dddddd;} /*News items images should all be formatted the same */ .newsitem img { float:right;height:200px; } .newspreview img { display:none; } ul.indented { padding:0px; list-style-position:inside; } img {border-style:none;}