@charset "utf-8";

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.subtile {
	background-image: url(images/subtile.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
}
.verdanagray13 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #747474;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #747474;
}
a {
	color: #747474;
	text-decoration: none;
}
a:hover {
	color: #white;
	text-decoration: none;
}
a:active {
	color: #white;
	text-decoration: none;
}
.gray10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}

.gray11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}
.bodyhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #B6B7B9;
}




/* Terry Modal */

#mask {   
  position:absolute;   
  z-index:9000;   
  background-color:#000;   
  display:none;   
}   
     
#boxes .window {   
  position:absolute;   
  width:440px;   
  height:200px;   
  display:none;   
  z-index:9999;   
  padding:20px;   
}   
  
  
/* Customize your modal window here, you can add background image too */  
#boxes #dialog {   
	width:700px;    
	height:590px;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
  
}

.loading {
	background: url(images/ajax_loading.gif) no-repeat center center;
}


#imagetop {
	float: left;
}

#imagetop img {
	border: 1px solid #4E4E4E;
}

#descriptiontitle {
	font-size: 14px; font-weight: bold;
}

#descriptiontop
{
	background: #000;
	filter:alpha(opacity=70); /* IE's opacity*/
	opacity: 0.70;	
	border: 1px solid #4E4E4E;
	position: relative;
	padding: 20px;
	display: none;
	float: left;
}

#boxes_close
{
	cursor: pointer; cursor: hand;
	position: absolute;
	top: 6px;
}




/*      root element for the scrollable.      
when scrolling occurs this element stays still.  */ 

div.scrollable {          
	/* required settings */     
	position:relative;     
	overflow:hidden;              
	width: 490px;         
	height:90px;

	margin: 0 10px;
}  

/*      root element for scrollable items. Must be absolutely positioned     
and it should have a super large width to accomodate scrollable items.    
it's enough that you set width and height for the root element and     
not for this element. */ 

div.scrollable div.items {         
	/* this cannot be too large */     
	width:20000em;         
	position:absolute;         
}  


/*      a single item. must be floated on horizontal scrolling    
typically this element is the one that *you* will style     
the most. */ 
div.scrollable div.items div { float:left; margin: 0 5px 0 0; }  


/* you may want to setup some decorations to active item */ 

div.items div.active {     
	border:1px inset #ccc;             
	background-color:#fff; 
}



ul.pcatlist {
	float: left;
	width: 180px;
}

ul.pcatlist, ul.pcatlist li {
	list-style: none;	
	padding: 0;
	margin: 0;
}

ul.pcatlist li {
	padding: 5px 0 5px 5px;
	font-size: 11px;
	font-weight: normal;
	display: block;
	width: 185px;
}




ul.prcatlist {
	float: left;
	width: 130px;
}

ul.prcatlist, ul.prcatlist li {
	list-style: none;	
	padding: 0;
	margin: 0;
}

ul.prcatlist li {
	padding: 5px 0 5px 5px;
	font-size: 11px;
	font-weight: normal;
	display: block;
	width: 120px;
}