/* CSS Document */
html { min-height: 100%; margin-bottom: 1px; }
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
a:link {
	color: #3399CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3399CC;
}
a:hover {
	text-decoration: underline;
	color: #33CCFF;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}
h2 {
	font-size: 1em;
	font-weight: bold;
	color: #006699;
}
address {
	font-style: normal;
}

#Page {
	text-align: left;
	width: 760px;
	margin-top: 103px;
	margin-right: auto;
	margin-left: auto;	
}
#Page #ContentBox {
	margin-left: 180px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	min-height: 552px;
}
#Page #ContentBox .Content {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
	font-size: 0.9em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}
#Content #Breadcrumb {
	font-size: 0.85em;
	padding-top: 5px;
}
#Content #ResultsNavBottom {
	font-size: 0.9em;
	margin-top: 15px;
}
#Content #ResultsNavTop {
	font-size: 0.9em;
	margin-bottom: 20px;
}
#Content .ArrowButton {
	margin-bottom: -2px;
	border: none;
}
#Content #Products {
	margin:  0px;
	padding: 0px;
}
#Content #Products li {
	float: left;
	width: 150px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
	list-style-type: none;
	text-align: center;
	position: relative;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 145px;
}
#Content .ProductBox {
}
#Content .ProductBox .Cropper {
	height: 100px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 5px;
}
#Content .ProductBox .Photo {
	height: 100px;
}
#Content .ProductBox img {
}
#Content .ProductBox .Button {
	background-color: #ECECEC;
	font-size: 9px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 1px;
	border: 1px solid #3399CC;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: 50%;
}
#Content .ProductBox .OverButton {
	background-color: #EBF3F7;
	font-size: 9px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 1px;
	border: 1px solid #3399CC;
	padding-right: 5px;
	padding-left: 5px;
}
#Content .ProductBox a:link, #Content .ProductBox a:visited {
	color: #000000;
}
#Content .ProductBox a:hover, #Content .ProductBox a:visited:hover, #Content .ProductBox a:active {
	color: #3399CC;
	text-decoration: none;
}
#Content #thisProduct .price {
	font-weight: bold;
	color: #006699;
}
#Content .productListing .price {
	font-size: 0.9em;
}
#Content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #006699;
	padding: 0px;
	margin-bottom: 10px;
}
#Content table td h1 {
	margin-top: 0px;
}
#Content #thisProduct img {
	border: 1px solid #3399CC;
	margin-bottom: 3px;
}
#Content #thisProduct .ProductData {
	margin-left: 265px;
}

#Content #thisProduct .sku {
}
#Content #thisProduct .ClickToEnlarge {
	font-size: 0.7em;
	text-align: center;
	float: left;
}
#Content #thisProduct .ProductDescription {
	font-size: 0.9em;
}
#Content #ShoppingCart {
	font-size: 0.8em;
}
#Content #ShoppingCart td {
	border: none;
}
#Content #ShoppingCart img {
	border: 1px solid #3399CC;
}
#Content #ShoppingCartButtons {
	margin-top: 10px;
}
#Content .productListing input {
	font-size: 0.8em;
	color: #3399CC;
}

#Copyright {
	font-size: 0.65em;
	text-transform: uppercase;
	color: #666666;
	margin-top: 5px;
	text-align: right;
	margin-right: 5px;
	margin-bottom: 20px;
}
#Header {
	position: absolute;
	visibility: visible;
	width: 760px;
	top: 0px;
	background-image: url(../images/bg_Header.jpg);
	text-align: left;
}
#AdminMenu {
	border: 1px solid #999999;
	height: 19px;
	width: 758px;
	position: absolute;
	visibility: visible;
	top: 82px;
	background-color: #D4C6C3;
	font-size: 10px;
}
#AdminMenu ul {
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-left: 0px;
	float: right;
}
#AdminMenu li {
	float: left;
	list-style-type: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C1ACA8;
	padding-right: 10px;
	padding-left: 10px;
}

#AdminMenu a {
	color: #000000;
}

#AdminMenu .Disabled {
	color: #999999;
}

#ShoppingMenu {
	width: 179px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-image: url(../images/bg_FantaseaMenuItem.png);
	background-repeat: repeat-y;
	float: left;
}
#ShoppingMenu .AddTopBorder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#ShoppingMenu img {
	margin-bottom: -2px;
}

#ShoppingMenu ul {
	margin: 0px;
	padding: 0px;
}
#ShoppingMenu li {
	list-style-type: none;
	margin: 0px 0px -1px;
	padding: 0px;
}

#ShoppingMenu #Categories li {
	font-size: 11px;
	text-transform: uppercase;
	height: 18px;
	padding-top: 4px;
	background-image: url(../images/bg_ShopMenuItem.png);
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-weight: bold;
}
#ShoppingMenu #Categories li:hover {
	background-image: url(../images/bg_ShopMenuItem_f2.png);
}
#ShoppingMenu #Categories a:link, #ShoppingMenu #Categories a:visited {
	color: #000000;
	padding-left: 18px;
}
#ShoppingMenu #Categories a:hover, #ShoppingMenu #Categories a:visited:hover, #ShoppingMenu #Categories a:active {
 color: #3399CC
}

#ShoppingMenu #NewOnSale li {
	font-size: 11px;
	text-transform: uppercase;
	height: 18px;
	padding-top: 4px;
	background-image:  url(../images/bg_ShopMenu_SpecialItem.png);
	background-repeat: repeat-y;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
}
#ShoppingMenu #NewOnSale li:hover {
	background-image: url(../images/bg_ShopMenuItem_f2.png);
}
#ShoppingMenu #NewOnSale a:link, #ShoppingMenu #NewOnSale a:visited {
	color: #CC0000;
	padding-left: 18px;
}
#ShoppingMenu #NewOnSale a:hover, #ShoppingMenu #NewOnSale a:visited:hover, #ShoppingMenu #NewOnSale a:active {
	color: #CC0000
}


#ShoppingMenu #Fantasea li {
	font-size: 11px;
	text-transform: uppercase;
	height: 18px;
	padding-top: 4px;
	background-image: url(../images/bg_FantaseaMenuItem.png);
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#ShoppingMenu #Fantasea li:hover {
	background-image: url(../images/bg_ShopMenuItem_f2.png);
}
#ShoppingMenu #Fantasea a:link, #ShoppingMenu #Fantasea a:visited {
	color: #666666;
	padding-left: 18px;
}
#ShoppingMenu #Fantasea a:hover, #ShoppingMenu #Fantasea a:visited:hover, #ShoppingMenu #Fantasea a:active {
 color: #3399CC
}
#ShoppingMenu #Fantasea .LastMenuItem {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#YourCartButton {
	position: absolute;
	visibility: visible;
	top: 5px;
	margin-left: 627px;
}
#SearchForm {
	font-size: 9px;
	position: absolute;
	visibility: visible;
	top: 50px;
	margin-left: 545px;
}
#SearchForm #SearchButton {
	margin-bottom: -5px;
}

#SearchForm a {
	color: #666666;
}

#SearchForm #keywords {
	font-size: 11px;
	color: #3399CC;
	margin-top: 1px;
	margin-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.photoStorefront {
	/* float: right; */
	margin-right: 10px;
	border: 5px solid #D4C6C3;
	margin-top: 10px;
}
.photoSeashells {
	border: 5px solid #D4C6C3;
	margin: 10px;
}
#Page #ContentBox #divSocialMediaLinks {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	float: none;
	clear: both;
}
#Page #ContentBox #divSocialMediaLinks a img {
	margin-right: 2px;
	margin-left: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#divSocialMediaButtons {
	text-align: right;
	padding-top: 10px;
}
#divSocialMediaButtons div {
	width: 110px;
	clear: right;
	float: right;
	text-align: left;
	padding-bottom: 3px;
}

