/* Begin Typography & Colors */
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif ;
}


/***************/
/* ID elements */
/***************/

/* Main Page */
#page {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 1.0em;
}

#header {
	background-color: #ff8700;
	background-image: url('images/data_powertools_header.jpg');
	background-repeat: no-repeat;
	background-position:  20px 10px;
	height: 97px;
	border: 1px solid #ff8700;
}
#htop {
	height: 7px;
	background-color: #ffffff;
}
#hbot {
	height: 7px;
	background-color: #eeeeee;
}

#pagetitle {
	display: none;
}

#navbar {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif ;
	font-style: normal;
	font-weight: bold;
	color: #eeeeee;
	text-decoration: none;
	text-align: right;
	margin-top: 75px;
}

#navbar li {
	display: inline;
	margin: 0px 5px;
}

#navbar a,
#navbar a:link,
#navbar a:active,
#navbar a:visited {
	text-decoration: none;
	color: #555;
}
#navbar a:hover {
	text-decoration: underline;
	color: #555;
}

#tdcontent {
vertical-align:top;
height:100%;
	/*border: 2px solid #f0f;*/

}

#tdsidebarleft {
	/*border: 2px solid #0ff;*/
	width: 160px;
	vertical-align:top;
	
}

#tdsidebarright {
	/*border: 2px solid #0fa;*/
	width: 153px;
	vertical-align:top;
	
}

#footer {
	border: 2px solid #f00;
}

#contentinner{
/* the id that contains the main content */
	font-size:11px;
	vertical-align:top;

	

}
#content{
/* the id that contains the main content */
	vertical-align:top;
	padding-left:10px;
	padding-right:10px;
	background-image:url(images/divider_left.gif);
	background-repeat:repeat-y;
	background-position:left;

}

#breadcrumb{
	border:solid;
	border-width:1px;
	border-color:#e9e9ea;
	margin-top:10px;
	margin-bottom:10px;
	padding:5px;
	text-align:left;

}
#breadcrumb ul{
	margin:0px;
	padding:0px;
}

#breadcrumb li{
	display: inline;
	list-style:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif ;
	font-size:11px;	
	margin:0px;
	padding:0px;
}

/*******************/
/* Text Elements */
/*******************/

.bodyText,
disc,
basketstockcodecol, 
basketpricecol, 
basketvaluecol, 
basketvatcdcol{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif ;
	font-size:11px;
}
.bodyLinks{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif ;
	font-size:11px;
	text-decoration:none;
}
.bodyLinks:hover{
	text-decoration:underline;
}

#productfulldesc{
	font-size:11px;
}

.otherActiveList{
	/* changes the UL for listing other pages */
	margin:0px;
	padding:0px;
	list-style-image:url(images/bullet_002.jpg);
}
.otherList{
	/* changes the UL for listing other pages */
	margin:0px;
	padding:0px;
	list-style-image:url(images/bullet_001.jpg);
}
#categorieslist{
	/* changes the UL for listing categories */
	margin:0px;
	padding-left:14px;
	
}
#categories ul{
padding-left:14px;
}

.level1{
	list-style-image: url(images/bullet_category.jpg);
	margin-left:0px;
	padding-left:0px;
	
}
.level2{
	list-style-image: url(images/bullet_sub-category.jpg);
	margin-left:0px;
	padding-left:0px;
}
.level3{
	list-style-image: url(images/bullet_sub-category.jpg);
	margin-left:0px;
	padding-left:0px;
}
.level4{
	list-style-image: url(images/bullet_sub-category.jpg);
	margin-left:0px;
	padding-left:0px;
}

.searchnavlist {
	border: 0px;
	padding: 10px;
	margin: 0px;
	text-align: center;
	background-color: #f2f4f8;
}
.searchnavlist ul {
list-style:none;
style-display:none;

}
.searchnavlist li {
	display: inline;
	list-style:none ;
	padding:4px;
}
.oddrow{
	background-color: #f2f4f8;
}	
.checkoutinputerror{
	font-weight:bold;
	color:#FF0000;
}

#portalindex{
	margin:0px;
	padding:0px;
}

#portalindex li{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif ;
	font-size:11px;
	list-style-image: url(images/bullet_002.gif);
	
}


/*******************/
/* Normal Elements */
/*******************/

h1, h2, h3, h4, h5, h6 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif ;
	font-weight: bold;
	padding: 2px;
	margin: 0px;
}
h1{
	font-size:13px;
	
}
h2{
	font-size:12px;
}

lable{
	font-size:11px;
}

a {
	font-size:11px;
}
p {
	font-size:11px;
}
a:hover {
	font-size:11px;
	text-decoration:none;
}

img {
	border: 0px;
}

.vatamount,
.basketproductimagecol ,
.basketstockcodecol,
.basketdesccol ,
.basketqtycol ,
.basketqtycol ,
.basketpricecol,
.basketvaluecol,
.basketvatcdcol,
.basketstatuscol{
background-color:#FFFFFF;
}

#baskettable{
	text-align:left;
	background:#CCCCCC 1px solid;
}
#livechat a{
color:#FFFFFF;
line-height:0px;
}