/*
###===========================================================================
#
# Copyright (c) 2006 by Computors Limited. All Rights Reserved.
#
# No part of this publication or software may be reproduced, transmitted,
# transcribed, stored in a retrieval system, or translated into any
# language without the prior written authorization of Computors Limited.
#
# This is a licensed product of Computors Limitied.
#
# File CSS    : catalogue_specs.css
# Description : Main Cascading Style Sheet for the Catalogue Specifications
#
###===========================================================================
*/
DIV.XSPEC_List_Area {
}
TABLE.XSPEC_Table {
}
TH.XSPEC_Title_Row {
	font-size: 1.0em;
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
	color: #333333;
    background-color: #99CCFF;
	border: 1px solid #666666;
	margin: 0px 0px 0px 0px;
	padding: 2px 4px 2px 4px;
}
TD.XSPEC_Row_Label,
TD.XSPEC_Row_Data {
	font-size: 1.0em;
	font-weight: normal;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
    border-color: #057DB6;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
	padding: 2px 4px 2px 4px;
}
SPAN.XSPEC_Row_Label {
}
SPAN.XSPEC_Row_Data {
}
SPAN.XSPEC_Units {
	font-size: 0.8em;
	color: #666666;
}


.SPEC_Group_Title {}
.SPEC_Group_Area {
    width: 120px;
    float: left;
    clear: both;
}
.SPEC_Text {
    color: #666666;
    font-size: 0.6em;
}
UL.SPEC_List {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 12px 12px;
    list-style-image: url(../images/spec_bullet.gif);
}
LI.SPEC_List {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.SPEC_Group_Data_Area {}


.SPEC_Group_Values_Area  {}
.SPEC_Group_Values_Title {}
.SPEC_Group_Values_Data  {}

.SPEC_Title {
    font-size: 0.9em;
	font-weight: bold;
	color: #336600;
}

.SPEC_SpecTitle,
.SPEC_List_SpecTitle,
.SPEC_Group_SpecTitle {
	font-size: 0.8em;
}
.SPEC_Data,
.SPEC_List_Data,
.SPEC_Group_Data {
	font-size: 0.8em;
	font-weight: bold;
	color: #336600;
}
.SPEC_Units,
.SPEC_List_Units,
.SPEC_Group_Units {
	font-size: 0.8em;
	color: #666666;
}

TABLE.SPEC_Table {
}
TH.SPEC_Table_Title {
}
TD.SPEC_Table_SpecTitle {
	text-align: right;
	white-space: nowrap;
}
TD.SPEC_Table_SpecValue {
    width: 100%;
	text-align: left;
	white-space: nowrap;
	padding: 0px 0px 0px 4px;
}

