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

/* About this store */
#aboutthisstore {
	position: absolute;
	clear: right;
	left: 580px;
	top: 500px;
	right: 0px;
	width: 220px;
	height: 64px;
	background-color: #000000;
}

.sampleSubTitle {
	font-size: 12pt;
	font-style: italic;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0033;
	padding: 7px;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 1;
}
	
.sampleSubTitle:link {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #F60;
}
	
.sampleSubTitle:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #F60;
}
	
.sampleSubTitle:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #63C;
}
	
.sampleSubTitle:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #63F;
}
	
/* About this store */


.products_list {
	list-style-type: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	position: relative;
}

.products_list:link {
	color: #FFFFFF;
	text-decoration: none;
}

.products_list:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.products_list:hover {
	color: #0099FF;
	text-decoration: none;
}
.products_list:active {
	color: #330099;
	text-decoration: none;
}

.outlets {
	list-style-type: none;
	position: relative;
	color: #FF9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

.outlets:link {
	color: #FFFFFF;
	text-decoration: none;
}

.outlets:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.outlets:hover {
	color: #FF9900;
	text-decoration: none;
}
.outlets:active {
	color: #330099;
	text-decoration: none;
}

#bags_outlets {
	display: none;

}

#mousepads_outlets {
	display: none;

}

#greeting_card_outlets {
	display:none;
}

#posters_prints_outlets {
	display:none;
}

#tshirts_outlets {
	display: none;

}

#products_list_wrapper {
	background-color: #000000;
	left: 580px;
	overflow: auto;
	clear: right;
	width: 220px;
	position: absolute;
	top: 0px;
	height: 500px;
}

#sea_serpent_design_sells {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #FFFFFF;
	margin-top: 10px;
	margin-left: 0.95em;
	width: 170px;
}

#intro {
	width: 740px;
}

#products_display {
	height: 600px;
	width: 600px;
	margin-top: -30px;
	position: absolute;
	margin-left: -30px;
}

