@charset "utf-8";

body {
	font-family: "lucida grande" ,tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	color: #333333;
}

img {border: 0;}

.clear {clear:both; height:1px;}

.productbox {
	float:left;
	width:126px;
	height:200px;
	text-align:center;
	padding:4px 3px 2px 3px;
	border:1px solid #eee;
	margin:0 5px 10px 5px;
	-moz-border-radius:5px;
	border-radius:5px;
	overflow:visible;
}

.productbox:hover {
	border:1px solid #3b5998;
}

.productbox p{margin:0}

.catbox {
	float:left;
	width:160px;
}

.catbox p { line-height:110%; margin:0; padding:0;}

.catbox p a { 
	width:150px;
	padding:5px;
	float:left;
}

.catbox p a:hover { 
	background:#c9d1e4;
	color:#192e5a;
	text-decoration:none;
}

#loading { display:none; width:480px; text-align:center }
#loading { display:block; }

.main_content {background-color:#fff; width:577px; padding-left:20px;float:left;margin-bottom:1px}

.featured_products {background-color:#3B5998;color:#fff;width:100%;padding:5px; font-weight:bold;margin-bottom:10px}

.footer{clear:all;text-align:right;background-color:#fff;padding:5px 10px}

/* Default Facebook CSS */
.fbbody
{
	font-family: "lucida grande" ,tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	color: #333333;
}
/* Default Anchor Style */ a
{
	color: #3b5998;
	outline-style: none;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
} a:hover
{
	text-decoration: underline;
}
/* Facebook Box Styles */
.fbgreybox
{
	background-color: #f7f7f7;
	border: 1px solid #cccccc;
	color: #333333;
	padding: 10px;
	font-size: 13px;
	font-weight: bold;
}
.fbbluebox
{
	background-color: #eceff6;
	color: #333333;
	padding: 10px;
	font-size: 13px;
	font-weight: bold;
	border:none;
	-moz-border-radius:5px;
	border-radius:5px;
}


.fbinfobox
{
	background-color: #fff9d7;
	border: 1px solid #e2c822;
	color: #333333;
	padding: 10px;
	font-size: 13px;
	font-weight: bold;
}
.fberrorbox
{
	background-color: #ffebe8;
	border: 1px solid #dd3c10;
	color: #333333;
	padding: 10px;
	font-size: 13px;
	font-weight: bold;
}
/* Content Divider on White Background */
.fbcontentdivider
{
	margin-top: 15px;
	margin-bottom: 15px;
	width: 520px;
	height: 1px;
	background-color: #d8dfea;
}
/* Facebook Tab Style */
.fbtab
{
	padding: 8px;
	background-color: #d8dfea;
	color: #3b5998;
	font-weight: bold;
	float: left;
	margin-right: 4px;
	text-decoration: none;
}
.fbtab:hover
{
	background-color: #3b5998;
	color: #ffffff;
	cursor: hand;
}

.fbbutton {
    -moz-user-select: none; 
    background: #2A49A5; 
    border: 1px solid #082783; 
    box-shadow: 0 1px #4C6BC7 inset; 
    color: white; 
    padding: 3px 5px;  
    text-decoration: none; 
    text-shadow: 0 -1px 0 #082783; 
    font: 12px Verdana, sans-serif;
    font-weight: bold;
    font-size:1.2em;
}