#gearul {
list-style-type: none;	
}

#gearul li a{

width: 203px;
margin-left: 1px;
display: block;
text-indent: 3px;
font-style: normal;
padding: 2px 10px;
text-decoration: none;
font-weight: bold;
color: #65a5e5;
line-height:22px;
}

#gearul li a:hover{ /*THEME CHANGE HERE*/
	background-color: #c0dffd;
	color:#0046b5;
}

.gearBox {
	background:url(../images/chatbox-bg.gif) repeat-y 0 0;
	clear:both;
	margin:0 0 0px;	
	border-bottom: 1px solid #c1e3eb;
}
.gearBox h2 {
	background:url(../images/chat-head-img.gif) no-repeat 0 0;
	font:bold 15px/41px Arial, Helvetica, sans-serif;
	color:#0046b5;
	background-color:inherit;
	height:41px;
	padding:0 0 0 14px;
}

/* GEAR ITEMS */
.gearLeft {
	width:225px;
	float:left;
}

.gearRight {
	margin-left: 256px;	
}

.gearItem {
	display: block;
	margin-top: 15px;
	height: 132px;
	position: relative;
}

/* Gear :: Paragliders text */
.gearRight span strong {
	color: blue;
	font-weight: bold;
}

.gearRight span strong a{
	color: blue;
	font-weight: bold;
	text-decoration: none;
}

.gearHeaderText {
	font:normal 16px/18px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0046b5;
	background-color:inherit;
	margin:0 0 12px;
	display:block;	
}

.gearInfo {
	font-size: 10px;
	line-height: normal;	
	display: block;
}

.gearDetails {
	position: absolute; 
	bottom: 0; 
	right: 0;
}

/* INDIVIDUAL */

.IgearItemTop {
	display: block;
	margin-top: 15px;
	height: 192px;
	position: relative;
}

.IgearInfo {
	font-size: 12px;
	line-height: normal;	
}


.IgearInfo ul {
	margin-top: 10px;
	font-size: 10px;
	list-style-type: square;
	line-height: 15px;
	margin-left: 290px;
}

.IgearHeaderText {
	font:normal 16px/18px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0046b5;
	background-color:inherit;
	margin:0 0 12px;
	display:block;	
}

.IgearDetails {
	position: absolute; 
	bottom: 0; 
	left: 275px;
}

.IGearMoreInfo {
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;	
	text-align: justify;
	margin-top: 20px;
}
