body{
	display: block;
	font-family: arial;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;

}

a{
	color: black;
	text-decoration: none;
	text-style: none;
	text-weight: none;
}

#addB{
	z-index: 500;
	display: block;
	position: absolute;
	float: right;
	top: 10px;
	right: 10px;

}


#bookmarklist{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	position: absolute;
	padding-right: 40px;
	left: 20px;

}

#sortable{
	display: block;
	list-style-type: none;
	width: 80%
	margin-left: auto;
	margin-right: auto;
}



ul { list-style-type: none; margin: 0; padding: 0; margin-bottom: 10px; }
li { margin: 5px; padding: 5px; float: left; width: 215px; height: 135px }

.draggable{
	z-index: 5;

	height: 160px;
	width: 215px;
}

.bookmarkbox{
	margin: 10px;
	float: left;
	-webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background-color: white;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 5;

}

.mybox{
	border: solid;
	border-bottom: none;
	border-width: 1px;
	border-color: lightgrey;
	width: 215px;
	height: 130px;


	-webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;


	background: -moz-linear-gradient(top,  rgba(196,196,196,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(196,196,196,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(196,196,196,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(196,196,196,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(196,196,196,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(196,196,196,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c4c4', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */


	overflow: hidden;
	positon: relative;


}

.underline{
	border-style: none solid solid;
	border-width: 1px;
	border-color: lightgrey;

	width: 215px;
	height: 5px;
	background-color: lightgrey;

	-webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;


}

.undertext{
	text-align: center;
	margin-top: 10px;
	padding-left: 10px;
	width: 215px;
}

.fico{
	display: inline-block;
	width: 16px;
	height: 16px;
	position: relative;
	top: 105px;
	left: 10px;
}

.boxx{
    display: inline-block;
	width: 16px;
	height: 16px;
	float: right;
	visibility: hidden;
	border-width: 0px;
	border: none;
}

.sitethumb{
	display: block;
	position: relative;
	top:0px;
	left: 0px;
	width: auto;
	height: auto;

}


#cloned_items li {
    position: absolute;
    z-index: -1;
    float: left;
}

#inputbox{

	position: relative;
	display: none;
	width: 200px;
	height: 50px;
	border: solid;
	border-width: 1px;
	border-color: black;
	text-align: center;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	margin: 10px;
	float: right;
	background-color: white;
	z-index: 1000;

}

#inputbox #newurl{
	background-color: white;
	width: 150px;
	margin-top: 12px;
}

#bottombanner{
	font-size: 10px;
	color: lightgrey;
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: white;
	border-top-style: solid;
	border-width: 1px;
	border-color: lightgrey;
	width: 100%;
	height: auto;
	-moz-box-shadow:0px 0px 10px 4px rgba(119, 119, 119, 0.5);
	-webkit-box-shadow:0px 0px 10px 4px rgba(119, 119, 119, 0.5);
	box-shadow:0px 0px 10px 4px rgba(119, 119, 119, 0.5);
}

#fblike{
	position: absolute;
	top: 2px;
	margin-left: 2px;
	display: block;
	float:right;
}

.fb_edge_comment_widget {
    margin-left: -50px !important; //use any figure appropriate to you
    top: -210px !important;
}

#bookmarkcontainer{
	padding-top: 100px;
}
