﻿#cat { 
padding: 10px 0px 12px 0px;
}

#forum { 
padding: 8px 0px 8px 0px;
border-bottom: 1px solid #B09269;
}

#forum .forums{ 

}

#forum a h3 {
background: url('../images/ad/girl1.png') no-repeat; 
padding: 5px 0px 12px 30px;
color: #333333;
display: block;
} #forum a:hover h3 {color: #000000;}

#forum a h3 span{
color: #694C23;
display: block;
} #forum a:hover h3 span{ color: #000;}


#user {
display: table-cell;
vertical-align: top;
padding: 25px 16px 25px 8px;
height: auto;
text-align: center;
width: 100px;
border-right: 1px solid #A19D79;
}

#text { 
display: table-cell;
padding: 0px 10px 25px 10px;
}

h6 {
	margin: 3px;
}

#pagelink a{
	text-decoration: none;
	display: inline-block;
	color: #3399FF;
	margin: 0px 2px 0px 2px;
}


#pagelink a:hover{
color: #000000;
}


#pagelink .noLink, #pagelink .noLink:hover{
	color: #999999;
	margin: 0px 2px 0px 2px;
}

.options a{
	font-size: 12px;
	text-decoration: none;
	color: #4A61FD;
}

.options a:hover{
	color:#003162;
	}
	
#success {
	display: block;
	border: 1px #003300 solid;
	background: #A2E73A url('../images/green-tick.png') no-repeat 4px 12px;
	padding: 15px 2px 15px 30px;
	margin: 5px;
 }
 
 
#newTopic a{
	background: url('../images/forums/newtopic.png') no-repeat 0px 0px;
	height: 28px;
	width: 111px;
	display: block;
}

#newTopic a:hover{
	background: url('../images/forums/newtopic.png') no-repeat 0px -30px;
	height: 28px;
	width: 111px;
	display: block;
}




