/* Index view */
.index {
	font-size: 100%;
}

.index h2{
	padding: 2px;margin:0px;
}

.index div{
	padding: 0px;margin:0px;
	float:left;
        color: #888;
	
}
.index div a {
	font-weight: normal;
}
.index .cat{
	width: 30%;
	float:left;
	height: 90px;
	padding: 5px;
	margin: 5px;
}

.index .cat .sub_cat{
	padding-left: 15px;
	width: 80%;
}
/* End Index view */


#LinkUrl{
        width: 60%;
}
#CheckUrlButton{
        width: 32px;
        height: 32px;
        margin-left: 5px;
        border: none;
        background-color: #fff;
        background-image: url(../img/extract.png);
        background-position: center;
        background-repeat: no-repeat;
}

#ContactCaptcha, #LinkCaptcha {
        width: 100px;
        margin-left: 10px;
}

#captcha{
        float: left;
}

#charactersLeft{
        color:#ccc;
}

.message {
        font-size: 130%;
        margin-bottom: 20px;
        color: #f30;
}

.error-message {
	margin: 0;
	margin-left: 30%;
	padding: 8px 8px 7px 8px;
	color : #FF3300;
	font-weight: bold;
	display:block;
	width: 68%;
}

pre{
        border: 2px dotted #f00;
        color: #f00;
        font-size: 150%;
}

/* Categories Internal */

/*--------------------------------------------*/
a.external {
        padding-right: 15px;
        background-image: url(../img/external.png);
        background-position: center right;
        background-repeat: no-repeat;
        color: #11A6D4;
	text-decoration: underline;
}

.link_details .linkImage{
        float: left;
	padding: 5px;
	margin: 0 10px 10px 0;
	border: 1px solid #efefef;
	background-position: top left;
        background-repeat: no-repeat;
}

.link_details h4 {
        margin-bottom: 10px;
}

.link_details p.description{
        margin: 0px;
}

.link_details .bottomLink{
	width: 100%;
	font-size: 90%;
}
.link_details .keywords{
        margin-bottom: 10px;
}
.link_details .bottomLink div{
	float: left;
	margin-right: 15px;
}
.link_details .categories{
        margin-bottom: 10px;
}

/* Sitemap */
ul.sitemap{
	list-style: none;
	float: left;
}

ul.sitemap .parent {
	background-image: url(../img/dir.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 15px;
}

div.undercat {
        margin-bottom: 30px;
}

div.sub .cat{
        width:32%;
        float:left;
}
.fulldetails {
        
}
.fulldetails a {
        background-color: #EA672E;
        color: #fff;
        padding: 2px 10px;
        text-decoration: none;
}
