@charset "utf-8";


#container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/* background: #ffffff; */
	/* margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#categories {
	/* float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* background: #ebebeb; /* the background color will be displayed for the length of the content in the column, but no further */
	/* border: 1px dashed #000; */
	padding: 15px 10px 15px 20px;
}

#categories ul {
	margin: 0;
	padding: 0;
}

#categories li {
	list-style: none;
	margin-top: 10px;
	widows: 100px;
	border: solid 1px #000;
	padding: 3px;
}

#categories a {
	color: #0033FF;
	text-decoration: none;
	font: bold 14 Arial, Helvetica, sans-serif;
}


/* style, color and size links and headings to suit */
/*
#categories a, #categories h2 {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 2px 3px;
}

#categories h2 {
	color: #fff;
	background: #000;
	text-transform: uppercase;
}

/*


#categories a:hover {
	color: #a00;
	background: #fff;
}
*/


#cat {
	width: 100%;
	text-align:center;
	font: bold 16px Arial, Helvetica, sans-serif;
}

#badges {
	margin: 0 0 0 0px;
	padding: 0 0 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


.badge {
	background: #ededed;
	/* display: inline; */
	overflow: auto;
	width: 350px;
	float: left;
	height: 120px;
	padding: 5px;
	margin: 5px;
	border: 1px solid #000;
}

.div-badge-name {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	position: relative;
	padding: 5px;
	margin-right: 0px;
	margin-left: 5px;
	left: 5px;
	/* top: -100px; */
}

.div-badge-desc {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	padding: 5px;
	left: 5px;
	/* top: -100px; */
}

#badges h2 {
	position: relative;
	margin-top: 5px;
	margin-left: 5px;
	top: 0px;
	left: 0px;
	font: bold 14 arial, helvetica, sans-serif;
}

#badges h3 {
	position: relative;
	padding: 0;
	margin-right: 120;
	/* top: -110px; */
	left: 120px;
	font: 12 arial, helvetica, sans-serif;
	float: left;
}


.big-img {
	position: relative;
	top: 0;
	left: 0;
	margin: 5px;
	float: left;
}

.small-img {
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 5px;
	margin-left: 5px;
	float: left;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.badge-name {
	font: bold 14 arial, helvetica, sans-serif;
}

.badge-description {
	font: 12 arial, helvetica, sans-serif;
}

.hidden_div {
	display: none;
}

.badge_preview {
	background: #f00;
	border: solif 1px #000;
	width: 100px;
	height: 100px;
}

/*
#badge_preview {
	top: 50px;
	left: 100px;
	position: absolute;
}

*/

.badge_tab_cell {
	border-bottom: solid 1px #000;
	background: #fff;
	background-color: #fff;
	padding: 2px;
	margin: 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.badge_tab_cell_hd {
	background: #3f6c96;
	background-color: #3f6c96;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
}



.badge_tab_row {
	background: #fff;
}

.badge_tab {
	width: 100%;
}

