/****HTML****/



body{
	font-family: Arial, sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	background-color:#FFFFFF;
	width: 100%;
}

/* for all browsers that understand min-width */
.width {width:100%; min-width:900px;}

/* the bodge for IE6 browsers (changed . to #) */
* html #minwidth {border-left:900px solid #fff; position:relative; float:left; z-index:1;}
* html #container {margin-left:-900px; position:relative; float:left; z-index:2;}

td{ 
	font: 12px Arial, sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
}


/*Links*/

a:link, a:visited{
	color: #336699;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/*Headers*/

h1{
 font: 15px "Trebuchet MS", "Lucida Sans", Arial,sans-serif;
 font-weight: bold;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h2{
 font: 15px Arial, sans-serif;
 font-weight: bold;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h3{
	font: 18px "Trebuchet MS", "Lucida Sans", Arial,sans-serif;
	font-weight: bold; 
	color: #000000;
	padding: 0px 0px 3px 0px;
	border-bottom: 1px solid #999999;
	width: 100%;
	margin: 0px;
	
}

h4{
 font: 20px "Trebuchet MS", "Lucida Sans", Arial,sans-serif;
 font-weight: bold;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 10px "Trebuchet MS", "Lucida Sans", Arial,sans-serif;
 font-weight: bold;
 color: #000000;
 margin: 0px;
 padding: 5px;
}

h6{
	font: 15px "Trebuchet MS", "Lucida Sans", Arial,sans-serif;
	font-weight: bold; 
	color: #000000;
	padding: 6px 0px 3px 0px;
	width: 100%;
	margin: 0px;
	
}




/*Forms*/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/****Page Layout****/


#banner img{
	border: 1px solid #999999;
	padding: 20px;
}

#page{
	float: left;
	width: 100%;
	}
	
#header{

	/*background-image: url(../images/header/banner1.jpg);
	background-repeat:no-repeat;*/
	margin:0px;
	width: 100%;
	height: 208px;
	background-color: #FFFFFF;
	

	
}
#left_nav{
	float: left;
	width: 180px;
	margin-top: 0px;
	
	
}

#right_nav
{
	float: right;
	width: 190px;
	margin-top: 0px;
	

}

#content
{
	padding: 0px 0px 20px 0px;
	font: 12px Arial, sans-serif;
	position: absolute;
	top: 208px;
	left: 198px;
	right: 208px;
	min-width: 493px;
	
}

#footer
{
	margin-top: 50px;
	float: left;
	border-top: 1px solid #999999;
	padding: 9px 0px 9px 0px;
	text-align: center;
	width: 100%;
	
}


/****Components*****/

/*Header Items*/

#school_name{
    position: absolute;
    left: 10px;
    top: 0px;
	color: #000000;
	font-weight: bold;
	font: 20px Times New Roman,Verdana,sans-serif;
}

#utility
{
position: absolute;
left: 0px;
top: 0px;
width: 100%;
color: #000000;
text-align: right;
border-bottom: 1px solid #999999;
padding: 8px 0px 8px 0px;
background-color:#FEEB08;
font: 12px Arial, sans-serif;

	
}

#utility a{
	color: #000000;
	font: 12px Arial, sans-serif;
	
}

#utility a:hover{
	text-decoration: underline;
}


#globalNav{
position: absolute;
left: 0px;
top: 152px;
width: 100%;
color: #ffffff;

}




#globalLink{
	position: absolute;
	top: 0px;
	min-width: 900px;
	left: 0px;
	width: 100%;
	background-color: #003E74;
	padding: 8px 0px 8px 0px;


	
	
}


a.glink, a.glink:visited{
  	font: 15px "Trebuchet MS", "Lucida Sans", Arial,sans-serif;
  	color: #ffffff;
	font-weight: bold;
	padding: 8px 15px 8px 15px;
	background-color:#003E74;
	margin-right: 1px;
	
}


a.glink:hover{
	text-decoration: none;
	color: #FEEB08;
}



.subglobalNav{
	position: absolute;
	top: 192px;
	left: 0px;
	height: 15px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #336699;
	min-width: 900px;
	
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 12px;
	color: #336699;
}

.subglobalNav a:hover{
	color: #336699;

}



/*Left navigation*/


#search{
	margin: 0px;
	padding: 0px 10px 0px 10px;
	font-size: 12px;
	font-weight: bold;
	border-right: 1px solid #999999;
	background-color: #d7d9da;
	margin-left: 0px;
	
}

#search a:link,
#search a:visited {
	display: block; 
	padding: 0px 0px 0px 0px;
	font-weight: normal;
}

#search form {
	margin: 0;
	padding: 5px 0px 2px 0px;
}

 


#hotspots{
	position: relative;
	margin: 0px;
	padding: 0px;
	background-color: #003E74;
	margin-left: 0px;
	
}

#hotspots h1{
	padding: 7px 0px 7px 10px;
	color: #ffffff;
	border-right: 1px solid #003E74;
	border-top: 2px solid #444169;
	border-bottom: 2px solid #444169;
	
	
	
	
}

#hotspots a {
	display: block;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 0px solid #999999;
	padding: 7px 0px 7px 10px;
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	color:#000000;
}

#hotspots a:hover{
	background-color: #F8DA00;
	text-decoration: none; 
}

#hotspots_hl a {
	display: block;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 0px solid #999999;
	padding: 7px 0px 7px 10px;
	background-color: #BBE4FA;
	font-size: 12px;
	font-weight: normal;
	color:#0072B9;
	
}

#hotspots_hl a:hover{
	background-color: #F8DA00;
	text-decoration: none; 
}




#ad{}


/*Right navigation*/

#right_nav ul a:link, #right_nav ul a:visited {display: block;}
#right_nav ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#right_nav li {border-bottom: 1px solid #d7d9da;}

/* fix for browsers that don't need the hack */
html>body #right_nav li {border-bottom: none;}

#logo{
	padding: 10px 0px 10px 0px;
	background-color: #ffffff;
	
}


#right_nav h1{
	padding: 6px 0px 6px 10px;
	color: #ffffff;
	border: 1px solid #003E74;
	background-color: #003E74;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;

	
	
}

#right_nav_item {
	display: block;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 6px 10px 6px 10px;
	background-color: #ffffff;
	font-size: 12px;
	line-height: 1.3;	
	font-weight: normal;
	color:#000000;
}

#right_nav_ad {
	display: block;
	border: 1px solid #999999;
	padding: 10px 0px 10px 0px;
	background-color: #ffffff;
	font-size: 12px;
	line-height: 1.3;	
	font-weight: normal;
	color:#000000;
}

#banner_ad {
	display: block;
	border: 1px solid #999999;
	padding: 10px 10px 10px 10px;
	background-color: #ffffff;
	font-size: 12px;
	line-height: 1.3;	
	font-weight: normal;
	color:#000000;

}

#left_nav h1{
	padding: 6px 0px 6px 10px;
	color: #ffffff;
	border: 1px solid #003E74;
	background-color: #003E74;
	margin-left: 0px;
	border-top-right-radius: 5px;

	
	
}

#left_nav_item {
	display: block;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 6px 10px 6px 10px;
	background-color: #ffffff;
	font-size: 12px;
	line-height: 1.3;	
	font-weight: normal;
	color:#000000;
	margin-left: 0px;
}


#left_nav_item1 {
	display: block;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 8px 10px 8px 10px;
	background-color: #dddddd;
	font-size: 12px;
	line-height: 1.3;	
	font-weight: normal;
	color:#000000;
	margin-left: 0px;
}
#right_nav_item img{
	padding: 6px 0px 10px 0px;
}

#right_nav_item1 {
	display: block;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	padding: 6px 0px 6px 0px;
	background-color: #d7d9da;
	font-size: 12px;
	font-weight: normal;
	color:#000000;
	text-indent: 10px;
}

#nav_cart{
margin-right: 20px;
}
#nav_cart a:hover{
	text-decoration: underline; 
}



#nav_spacer{
	height: 15px;
	background-color:#FFFFFF;
}

#tools_links{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	background-color: #ffffff;
	border-bottom: 1px solid #999999;
}

#tools_links h1{
	padding: 7px 0px 7px 10px;
	color: #ffffff;
	border-right: 1px solid #003E74;
	border-left: 1px solid #003E74;
	border-top: 2px solid #444169;
	border-bottom: 2px solid #444169;
	background-color: #003E74;
	
	
}

#tools_links a {
	display: block;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	padding: 0px 0px 0px 10px;
	background-color: #ffffff;
	font-size: 12px;
	line-height: 2;
	font-weight: normal;
	color:#000000;
}

#tools_links a:hover{
	text-decoration: underline; 
}






/*Content*/

#category_cont
{
float: left;
padding: 0 2% 0 2%;
width: 100%;

}

#category
{
	margin: 1%;
	width: 30%;
	float: left;
	text-align: center;
	height: 105pt;
	


}

#category_text{

	height: 35px;

	
	
}

#category_img {
	display: block;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	color:#000000;
	height: 65pt;
	

}






#splash {
	padding: 0px 0px 10px 0px;
}  

#featuredItemsCont{
	width: 100%;
	padding: 0px 0px 0px 0px;

	
}	


#featuredItemsHead{
	padding: 6px 0px 6px 0px;
	background-color: #003E74;
	border: 1px solid #003E74;
	width: 100%;
	text-align: left;
	font-size: 15px;
	text-indent: 10px;
	color: #FFFFFF;
	border-radius: 5px;




}

#featuredItemsHead H1{
	color: #ffffff;
}	

#featuredItemsHead a{
	color: #ffffff;
	font-size: 12px;
	float: right;
	margin: 2px 10px 0px 0px;

}




/*footer*/


#footer a, siteInfo a:link, siteInfo a:visited{
	color: #000000;
	text-decoration: none;
}


#footer a:hover{
	color: #000000;
	text-decoration: underline;
}

/*Misc*/

#copyright {

	font-size: 12px;
	color: #000000;
	padding: 20px 0px 0px 0px;
	}



td.qp{ 
	background-color: #ffffff;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;  
	font-weight: normal;
	padding: 15px ;
	width: 33%;
	height: 120px;

	text-align: center;
	
}

td.qp2{ 
	width: 100%;
	height: 100px;
	text-align: center; 
	background-color: #ffffff;
	padding: 2px 10px 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;  
	font-weight: bold;
	color: #000000;
	

}

td.qp3{ 
	width: 100%;
	height: 35px;
	text-align: center; 
	background-color: #d7d9da;
	padding: 3px 5px 3px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;  
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #999999;

}

td.list{ 
	width: 100%;
	height: 20px;
	text-align: center; 
	background-color: #d7d9da;
	padding: 5px;
	border-spacing: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;  
	font-weight: bold;
	color: #000000;
	border: 1px solid #999999;

}

td.list_featured{ 
	width: 100%;
	text-align: left; 
	background-color: #FFFF99;
	padding: 5px;
	border-spacing: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;  
	font-weight: bold;
	color: #000000;
}


div#popdesc a span {display: none;}


div#popdesc a:hover span {display: block;
   position: relative;
   padding: 5px; margin: 0px; z-index: 100;
   color: #003E74; background: #CACDDD;
   font: 12px Arial, Helvetica, sans-serif; text-align: center;
   border-bottom: 1px solid #CACDDD;
	border-top: 1px solid #CACDDD;
	border-right: 1px solid #CACDDD;
	border-left: 1px solid #CACDDD;}
   




table.quickpicks{
	width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
	border-spacing: 5px;

}


td.lookhead{ 
	 font: 15px "Trebuchet MS", "Lucida Sans", Arial,sans-serif;

	border: 1px solid #999999;
	padding: 10px 10px 10px 10px;
	background-color: #d7d9da;
	font-weight: bold;
	color: #000000;
	text-align: left;
}


td.lookinfo{ 
	border-bottom: 0px solid #999999;
	border-top: 1px solid #999999;
	padding: 10px 10px 10px 20px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;

}

td.looktech{ 
	padding: 15px 10px 10px 10px;
	background-color: #ffffff;
}

td.lookbody{ 
	border-top: 1px solid #999999;
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
}

td.lookdetail{
	color: #000000;
	padding: 15px 10px 20px 10px;
	border-bottom: 1px solid #999999;
	margin: 0px;
	}

td.carthead{ 
	border-bottom: 0px solid #CACDDD;
	border-top: 0px solid #CACDDD;
	border-left: 0px solid #CACDDD;
	padding: 5px 4px 5px 4px;
	background-color: #ffffff;
	font-weight: normal;
	font-size: 13px;
	color: #000000;
	text-align: left;
}

td.carthead1{ 
	border-bottom: 0px solid #CACDDD;
	border-top: 0px solid #CACDDD;
	padding: 5px 4px 5px 4px;
	background-color: #ffffff;
	font-weight: normal;
	font-size: 13px;
	color: #000000;
	text-align: center;
}

td.memconfig{ 
	border-bottom: 0px solid #CACDDD;
	border-top: 0px solid #CACDDD;
	border-left: 0px solid #CACDDD;
	padding: 5px 4px 5px 4px;
	background-color: #ffffff;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	text-align: left;
}



td.srdescription{
	background-color: #d7d9da;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;  
	font-weight: bold;
	height: 30px;
	text-align: left;
	padding: 5px 4px 5px 4px;
	
}

td.srdescriptionwhite{
	background-color: #ffffff;
	border: 0px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;  
	font-weight: normal;
	height: 30px;
	text-align: center;
	padding: 5px 4px 5px 4px;
	
}

td.srdescription_featured{
	background-color: #ffffff;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;  
	font-weight: bold;
	height: 30px;
	text-align: left;
	padding: 5px 4px 5px 4px;
	
}
td.misc{
	background-color: #d7d9da;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;  
	font-weight: normal;
	text-align: left;
	padding: 5px 4px 5px 4px;
}

td.srstock{
	background-color: #d7d9da;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;  
	font-weight: bold;
	height: 30px;
	text-align: center;
	padding: 5px 4px 5px 4px;

}
td.srstock_featured{
	background-color: #ffffff;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;  
	font-weight: bold;
	height: 30px;
	text-align: center;
	padding: 5px 4px 5px 4px;

}

td.srprice{
	background-color: #d7d9da;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;  
	font-weight: bold;
	height: 30px;
	text-align: center;
	padding: 5px 4px 5px 4px;

}

td.srprice_featured{
	background-color: #ffffff;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;  
	font-weight: bold;
	height: 30px;
	text-align: center;
	padding: 5px 4px 5px 4px;

}



td.sr2{
	background-color: #ffffff;
	border-bottom: 0px solid #999999;
	border-top: 0px solid #999999;
	border-left: 0px solid #999999;
	border-right: 0px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;  
	font-weight: normal;
	height: 40px;
	padding: 0px 5px 5px 10px;


}
td.sr2cart{
	background-color: #ffffff;
	border-bottom: 0px solid #999999;
	border-top: 0px solid #999999;
	border-left: 0px solid #999999;
	border-right: 0px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;  
	font-weight: normal;
	height: 40px;
	padding: 0px 5px 5px 0px;
	text-align: center;
}

td.sort{
	background-color: #ffffff;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	border-left: 0px solid #999999;
	border-right: 0px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;  
	font-weight: normal;
	padding: 5px 0px 5px 0px;
	text-align: left;
}	
	
td.specials1{ 
	border: 1px solid #999999;
	padding: 2px 2px 2px 2px;
	background-color: #d7d9da;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
}

td.specials{ 
	border-bottom: 0px solid #999999;
	border-top: 1px solid #999999;
	border-left: 0px solid #999999;
	border-right: 0px solid #999999;
	padding: 5px;
	margin: 0px;
}

td.specials2{ 
	border-bottom: 0px solid #999999;
	border-top: 0px solid #999999;
	border-left: 0px solid #999999;
	border-right: 0px solid #999999;
	padding: 5px;
	margin: 0px;
}

td.specials3{ 
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	border-left: 0px solid #999999;
	border-right: 0px solid #999999;
	padding: 5px;
	margin: 0px;
}

/*** new styles for search_output ***/
.refine_search_results {
	padding: 4px 0px 0px 0px;
	margin: auto;
	border: 0px;
	width: 595px;
	float: left;
}
.clear-left { clear: left; }
.refine_search_results_heading{
	line-height: 1em;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-right: 2px;
	margin-left: 0px;
	margin-bottom: 2px;
	margin-top: 0px;
	background-color: #d7d9da;
	color: #000000;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.refine_search_results ul{
    margin: 0; border: 0; padding: 0;
    list-style-type: none;
}
.refine_search_results ul li{
	float: left;
	padding: 0;
	margin-bottom: 1px;
	margin-right: 1px;
}
.refine_search_results a{
	display: block;
	width: 180px; /* must be proportional to width of the container */
	padding-bottom: 2px;
	padding-left: 2px;
	padding-left: 2px;
	font-size: 11px;
	line-height: 1em;
	background-color: #ffffff;
	color: black;
}

#bts_text {}
#bts_logo {float: right; width: 200px; height: 110px; 
   text-align: left; background: white; color: black; 
   padding: 0 0 5px 10px; margin: -1px -1px 10px 25px;
   position: relative;}            /* fix for IE/Win */
#bts_logo img {height: 110px; width: 200px;}


#lg_image a:hover{
position: relative;
text-decoration: none;
}

#lg_image a span{
display: none;

}

#lg_image a:hover span
{
	display: block;
	position: absolute;
	
	left: 0;
	margin: 10px;
	z-index: 200;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
	background-color: #ffffff;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	
	bottom: 0px;
}



#tech_notes a:hover{
position: relative;
text-decoration: none;
}

#tech_notes a span{
display: none;

}

#tech_notes a:hover span
{
	font: 12px Arial, sans-serif;
	line-height: 1.166;	

	color: #000000;
	display: block;
	position: absolute;
	width: 350px;
	left: 0;
	margin: 10px;
	z-index: 100;
	text-decoration: none;
	padding: 10px 10px 10px 10px;
	background-color: #ffffff;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	
	bottom: 0px;
}






.text_view
{
	display: block;
	position: relative;
	color: #000000;
	left: 0;
	margin: 15px 10px 0px 10px;
	z-index: 100;
	text-decoration: none;
	padding: 10px 5px 0px 5px;
	background-color: #ffffff;
	width: 90%;
	bottom: 0px;
}




.photos {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	
}

.photos img.logo {margin: 0 auto; display:block;}

.photos div img {
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	float: center;
	border-bottom: 0px solid #999;
	width: 200px;
}

.photos1 div img {
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	float: center;
	border-bottom: 0px solid #999;
	width: 100px;
}


.photos ul.thumbs {
	margin: 0;
	padding: 0px 0 0 5px;
	list-style: none;
	
}
.photos ul.thumbs li{
	width: 42px;
	height: 42px;
	margin: 5px 5px 0 0;
	padding: 0;
	float: left;
	overflow: hidden;
	position: relative;
	border: 1px solid #999;
	text-align: left;
}
.photos ul.thumbs li img {
	position: absolute;
	width: 42px;
}

.photos ul.thumbs li:hover {
	border: 1px solid #999;
	-moz-opacity:.75;
	filter:alpha(opacity=75);
	opacity:.75;
}


.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#336699;
	font-size:12px;
	text-align: center;

	width:100%;
	padding: 8px 0px 5px 0px; 
	background-repeat:no-repeat;
	background-position:top right;
	

	/* End layout CSS */

	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:0px;
	background-color:#ffffff;
	width:100%px;
	text-align: left;
	/* End layout CSS */

	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:12px;
	position:relative;
}

.dhtmlgoodies_pad{	

	padding: 8px 0px 5px 0px; 

}


#bts_container {
	margin: 0px auto;
	
} 
table.bts_acc{
	width: 75px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
	border-spacing: 5px;
	float: left;

}

td.bts1{ 
	width: 100%;
	height: 50px;
	text-align: center; 
	background-color: #ffffff;
	padding: 0px 2px 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;  
	font-weight: bold;
	color: #000000;
	

}

td.bts2{ 
	width: 100%;
	text-align: center; 
	background-color: #ffffff;
	padding: 3px 3px 0px 5px;
	font: 13px "Trebuchet MS", "Lucida Sans", Arial,sans-serif;
 	font-weight: bold;
 	color: #000000;
 	color: #ffffff;
	border: 0px solid #999999;

}

}
