@charset "utf-8";
/* CSS Document */

html {overflow-y: scroll;}
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	background-color: #336699;
}

img	{	border:none;	}

ul	{	margin:0;	padding:0;	}
li	{	margin:0;	padding:0;	}

#main-wrapper
{
	width:960px;
	margin:auto;
}

#content-wrapper
{
	width:926px;
	margin:auto;
}

#header
{
	width:960px;
	height:33px;
	background: url(../images/header.gif) no-repeat;
	margin-bottom:0px;
}

#header a
{
	width:960px;
	height:33px;
	display:block;
	text-indent:-999em;
}

#links
{
	width:960px;
	height:9px;
	margin:2px 0 12px 0;
}

#links .link	{	float:right;	outline:none;	}

#showcase
{
	width:926px;
	height:145px;
}

#showcase img		{	border: solid 1px #fff;	}
#showcase img.left	{	float:left;		margin-right: 20px;}
#showcase img.right	{	float:right;	margin:0;	}

.section
{
	width:926px;
	height:23px;
	margin:auto;
}

.page-title	{	margin:0 0 12px 512px;	}

a.more-link	{	outline:none;	background: url(../images/more.gif) no-repeat;	text-indent:-9999em;	width:32px;	height:16px;	float:right;	display:none;}

.section.expanded	.more-link	{	background-image: url(../images/less.gif);	}

.section img	{	border:none;	}

.hidden-links	{	display:none;	}



.section-break	{	clear:both;	margin:4px 0;;		width:928px;	height:3px;	background: url(../images/break.gif) no-repeat bottom;	}
.section-break.last	{	background:none;	}

.header	{	width:926px;	height:29px;	}

#video-game-art-a .header	{	background: url(../images/front_title_videogameart.gif) no-repeat;	}
#icons-a			.header	{	background: url(../images/front_title_icons.gif) no-repeat;			}
#tshirts		.header	{	background: url(../images/front_title_tshirt.gif) no-repeat;		}
#photos			.header	{	background: url(../images/front_title_photo.gif) no-repeat;			}

ul.item-list	{	list-style:none;	list-style:inside;	}
ul.item-list li
{
	list-style:none;
	margin-left:52px;
	padding-left:4px;
	background: url(../images/bullet_white.gif) no-repeat  0px 3px;
}

.item-thumb	{	float:left;	}

.item
{
	width:154px;
	height:50px;
	background-color:#336699;
	float:left;
	padding:0 0 8px 0;
}

.sold	{	background: url(../images/sold.gif) no-repeat 110px 34px;	}

/*Override photo */

#photos .item	{	width: 54px;	}




