/*Mobile Messenger CSS 
Compatible with Firefox 1.5 and up, IE 5.5 - 7.0*/

body {
	margin: 0px;
	padding: 0px;
	text-align:center;
	background: #fff url(images/bg.jpg) repeat-x; 
	/*set base size and font family; declare size in other divs*/
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
}

#wrapper {
	width: 970px;
	margin: 0px auto 0px auto;
	text-align:left;
}

#header {
	width:100%;
	background: #fff url(images/shopfeliciart_banner) repeat-x; 
}

#header a img{
	border: none;
}

#header a:hover img{
	border: none;
}

#nav{
	width: 970px;
	height: 32px;
	background-color: #333333;
}

#navActive{
	color:#ffff00;
	text-decoration: none;
	background-color: #000000;
	display: inline;
	font-weight: bold;
	padding: 6px;
	margin: 0px;
}

#navPos{
	position: absolute;
	text-align:center;
	width: 970px;
	height: 35px;
}

#navPos li {
	color: #999999;
	font-weight: bold;
	font-size: 16px;
	display:inline;
	list-style-type:none;
	padding: 0px 5px;
	margin:0px;
}

#navPos li a{
	padding: 6px 6px;
	margin: 0px;	
	/*height: 31px;
	display: block;
	float: left;*/
}

#navPos li a:hover{
	text-decoration: none;
	background-color: #000000;
}

ul{
	padding: 0px;
	margin: 6px 0px 0px 0px;
}

#bottomnav{
	width: 970px;
	height: 23px;
	padding-top:6px;
	margin-top:0px;
	background-color: #464646;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
}

#bottomnav a{
	padding: 1px 5px;
}

.bottomnav_inactive{
	padding: 1px 5px;
}

/*thumbnail tableless layout*/
#thumbnails {
	margin:0px;
	padding:0px;
	background-color:#fff;
}

#thumbnails ul {
	margin: 0px;
	padding: 30px 0 0 0;
	text-align:center;
}

#thumbnails li {
	list-style-type: none;
	padding: 0px;
	display: inline-block;
	width: 250px;
	background-color: #fff;
	overflow: hidden;
	margin: 5px;
	border: solid 5px #000;
/*	height: 220px;*/
}

/*for IE-7*/
* + html #thumbnails li {
	display: inline;
	clear: both;
}

/*eliminates gap below images in FF*/
#thumbnails li img {
	vertical-align: bottom;
	margin: 0px 10px 0px 10px;
}

#thumbnails li p{
	width: 200px;
	text-align: center;
	color: white;
/*	float: left;*/
	margin: 0px 5px 20px 20px;
	padding: 0px;
	font-size: 0.8em;
	line-height:1.0em;
	color: #7c7c7c;	
	/*for IE*/
	display: block;
}
	
#thumbnails li p strong {
	font-size: 1.3em;
	line-height:1.0em;
	font-weight:normal;
	color:white;
}
	
/*Links links*/
a, a:visited, a:active {
	color: #000;
	text-decoration:none;
}

a img {
	border: solid 1px white;
	/*eliminates gap below images in FF*/
	vertical-align: bottom;
	outline: 0;
}

a:hover img {
/*	border: solid 3px #ff0066;*/
	outline: 0;
}

a:hover {
	text-decoration: none;
	color: #ff0066;
/*	background:#000000;*/
}

/* Remove Dotted Line*/

a:active
{
outline: none;
}

a:focus
{
outline-style: none;
}

img src

a:active, a:focus {
outline: 0
}



#flashx{
	float:left;
	display: inline;
	margin: 85px 0px 0px 90px;
}

#flash1{
	float:left;
	display: inline;
	margin: 30px 0px 0px 90px;
}

#flash2{
	float: left;
	display: inline;
	margin: 30px 0px 0px 30px;
}

#flash3{
	float: left;
	display: inline;
	margin: 30px 0px 0px 30px;
}

#flash4{
	float: left;
	display: inline;
	margin: 30px 0px 0px 30px;
}

#flash5{
	float:left;
	display: inline;
	margin: 30px 0px 0px 90px;
}

#flash6{
	float:right;
	display: inline;
	margin: 30px 90px 0px 0px;
}

#flash7{
	float:left;
	display: inline;
	margin: 30px 0px 0px 90px;
}

#link1{
	float:left;
	display: inline;
	margin: 30px 0px 0px 110px;
}

#link2{
	float:left;
	display: inline;
	margin: 30px 0px 0px 72px;
}

#link3{
	float:left;
	display: inline;
	margin: 30px 0px 0px 72px;
}

#link4{
	float:left;
	display: inline;
	margin: 30px 0px 0px 72px;
}

#link5{
	float:left;
	display: inline;
	margin: 30px 0px 0px 175px;
}

#link6{
	float:left;
	display: inline;
	margin: 30px 0px 0px 305px;
}

#link7{
	float:left;
	display: inline;
	margin: 30px 0px 0px 400px;
}

/*workaround for IE incorrect margin placement on last row*/
#IEbreaker {
	height:0px;
	font-size:0px;
	/*gives IE7 a way to recognize the div as affecting others, but has to be black so it won't show in IE6, which doesn't even need the border*/
	border:solid 1px white;
}
	
#push {
	height:60px;
}
	
/* Full Terms Page Defs*/
#termwrapper {
    margin: 0px 10px 0px 10px;
	text-align: left;
    padding: 10px;
	background-color: #d3d3d3;
	color: #56041d;
}

.avail{
	color:#00FF00;
	font-size:10px;
}

.avail2{
	color:#FF0000;
	font-size:10px;
}

h1 {
	font-size: 1.1em;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-size: 0.8em;
	padding: 0px;
	margin: 0px;
}

h3 {
	font-size: 0.9em;
	padding: 0px;
	margin: 0px;
}


p {
	/*font-size: 0.8em;*/
	padding-top:0px;
	margin-top:0px;
}

#button {
	text-align:center;
	padding: 0px;
	margin: 10px 0px;
/*	border: solid 1px red;*/
}

#button_top {
	text-align:right;
	padding: 10px 78px 0px 0px;
	margin: 0px 0px;
/*	border: solid 1px red;*/
}

#button a {
	display:block;
/*	width:264px;
	height:115px;*/
	overflow:hidden;
	text-decoration:none;
	margin:0px auto;
}

#dropdown {
	margin: 10px 0px 0px 0px;
	padding: 0px;
/*	border: solid 1px red;*/
}

#sep {
	width: 100%;
	text-align: center;
	margin-top: 36px;
}