form {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
h3,ul,li { 
	margin:0;
	padding:0;
}

ol, ul {list-style: none;}
* {outline: none;}
img ,fieldset {border: 0;}

img {
	border:none;
}

img a {
	boder:none;
}

a { outline: none; }

.column {
	float:left;
	width: 99px;
}
/*
#applogo{
	background: url('../images/sgcebay.png') center no-repeat;
	height: 62px;
	width: 297px;
}

#search-container{
	text-align: center;
	display: block;
	zoom:1;
}

#_nkw{
		border: 1px inset #ccc;
		vertical-align: top;
		width: 200px;
		height: 18px;
}

input.tagged {
	color: #666;
}


.searchform {
	display: block;
	zoom: 1;

}

input.btn_searchebay {
	background: url('../images/sgcebay_search.png') no-repeat 0 0;
	height: 20px;
	width: 40px;
	text-indent: -999em;
	border: 0;
}

input.btn_searchebay:hover {
	background: url('../images/sgcebay_search.png') no-repeat 0 -20px;
}

#info p {
	font: 12px/12px Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #60646a;
	padding: 10px 0 5px 0;
}

#info p strong {
	font-weight: bold;
}



#results h2 {
	font: bold 20px/20px Tahoma, Arial, Helvetica, sans-serif;
	color: #403d36;
}

#sgcebay a{
	text-decoration: underline;
	color: #7d7665;
	border: none;
}

#sgcebay a:link {color: #7d7665;text-decoration: underline; 	border: none;} 
#sgcebay a:visited {color: #7d7665; border: none;}
#sgcebay a:hover,a:focus {color: #fb9531; text-decoration: underline; border: none;}
#sgcebay a:active {}

#results h3.header {
	font: bold 12px/12px Tahoma, Arial, Helvetica, sans-serif;
	color: #191816;
}

.cat-list{
	margin-bottom: 3px;
}


.cat-list ul{
	list-style: none;
}

.cat-list ul li {
	font: 10px/10px Arial, Helvetica, sans-serif;
	padding: 1px 0;
	display: block;
} */

/* =Clearfix (all browsers)
--------------------------------*/

/* New */

#groupings{
   /* background: #F3F3F3 url('../images/shaded_bg.jpg') repeat-x */
    padding: 0;
    width: 310px;
    height: 625px;
}

/*** Links ***/

#groupings a{
    color: #7d7665;
    color: #403d36;
    text-decoration: none;
    line-height: 11px;
}

#groupings a:hover,
#groupints a:active,
#groupings a:focus{
    color: #fb9531;
}

/*** Typography ***/

#groupings strong{
    font-weight: bold;
}

/*** Heading ***/

#groupings .logo{
    background: url('../images/sgcebay.png');
    height: 62px;
    width: 300px;
}

/*** Search Form ***/

#groupings .search-container{
    text-align: center;
}

#groupings .search-container input[type='text']{
    border: 1px inset #CCCCCC;
    color: #666666;
    height: 18px;
    vertical-align: top;
    width: 200px;
}

#groupings .search-container input[type='submit']{
    background: url('../images/sgcebay_search.png');
    border: none;
    font-size: 0;
    height: 20px;
    text-indent: -999em;
    width: 40px;
}

#groupings .search-container input[type='submit']:hover{
    background-position: 0 -20px;
}

/*** Info Container ***/

#groupings .info p{
    color: #60646A;
    font: 12px/12px Geneva,Arial,Helvetica,sans-serif;
    padding: 10px 0 5px;
    text-align: center;
}

/*** Results ***/

#groupings .results{
    /*background: #F3F3F3;
    border-bottom: 1px solid #CCCCCC;*/
    padding-bottom: 5px;
    overflow: hidden;
}

#groupings .results h2{
    color: #403d36;
    font: bold 16px/16px Tahoma,Arial,Helvetica,sans-serif;
    padding-bottom: 4px;
    text-align: center;
}

#groupings .results h3{
    color: #182C40;
    font: bold 12px/12px Tahoma,Arial,Helvetica,sans-serif;
}

#groupings table,
#groupings td{
    border: none;
    margin: 0;
    padding: 0;
}

#groupings table{
    width: 100%;
}

#groupings td{
   /* background: #F3F3F3; */
    vertical-align: top;
    padding: 0;
    width: 33%;
}

#groupings .group-list{
    margin-bottom: 3px;
}

#groupings .group-list ul{
    list-style: none;
    font: 10px/10px Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 0;
}

#groupings .group-list li{
    margin: 0;
    padding: 1px 0;
}

#main_col {
	min-height: 645px;
}
/*** Open/Close Button 

#groupings .more{
    background: url('../images/sgcebay_expand.gif');
    display: block;
    height: 20px;
    margin: 0 auto;
    text-indent: -999em;
    width: 105px;
}

#groupings .more:hover{
    background-position: -105px 0;
}
***/

/* =Clearfix (all browsers)
--------------------------------*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/* IE6 */ 
* html .clearfix {height: 1%;}
/* IE7 */
*:first-child+html .clearfix {min-height: 1px;}
