/* CSS Document */

/* The Blue Shinra Project - Spring 2007 */

body {
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    font-family: georgia, times new roman,times,serif;
    font-size: 90%;
    color: #000000;
    }
    
#content_shopping {
	font-family: georgia, times new roman,times,serif;
    font-size: 100%;
    }
    
#content_main {
	background-color: #000066;
	}
	
#content_submenucell {
	background-image: url(graphics/loveless.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	}
    
#content_submenu {
	background-color: #efefef;
	/* background: transparent;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80; */
	border: thin solid #000000;
	width: 120px;
	height: auto;
	padding: 10px 10px 10px 10px;
	margin: 8px;
	text-align: left;
	float: left;
	overflow: auto;
	line-height: 150%;
	font-family: georgia, times new roman,times,serif;
    font-size: 70%;
    text-align: left;
    letter-spacing: 0.0125em;
	}
	
#content_bodycell {
	background-image: url(graphics/loveless.jpg);
	background-position: -176px bottom;
	background-repeat: no-repeat;
	}
	
#content_body {
	background-color: #efefef;
	border: thin solid #000000;
	width: auto;
	height: auto;
	padding: 10px 10px 10px 10px;
	margin-left: 0px;
	margin-right: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	/* float: left; */
	overflow: auto;
	font-family: georgia, times new roman,times,serif;
    font-size: 90%;
    text-align: left;
    letter-spacing: 0.0125em;
	}

div.content {
    padding-left: 10px;
    padding-right: 10px;
    font-family: georgia, times new roman,times,serif;
    font-size: 90%;
    text-align: left;
    letter-spacing: 0.0125em;
}

.title {
    font-family: georgia, times new roman,times,serif;
    font-size: 110%;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.0125em;
}

.subtitle {
	font-family: georgia, times new roman,times,serif;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	letter-spacing: 0.0125em;
	}
	
.act {
	font-family: georgia, times new roman,times,serif;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.0125em;
	}
	
.italics {
	font-family: georgia, times new roman,times,serif;
	font-size: 100%;
	font-style: italic;
	text-align: center;
	letter-spacing: 0.0125em;
	}

.left_tales {
    text-align: left;
    padding-left: 10px;
    line-height: 120%;
    padding-right: 10px;
}

.footer {
    font-family: georgia, times new roman,times,serif;
    font-size: 70%;
    letter-spacing: 0.0125em;
    height: 30px;
    }
    
.menubar {
	padding: 0px 0px 8px 16px;
	text-align: left;
	font-style: italic;
	font-size: 85%
	}
	
font.shopdesc {
	color: #CD6600;
	}

font.shopname {
	color: #A52A2A;
	}
	
    
ul {
	list-style-type: none;
	}

ul.bullet {
	list-style-type: disc;
	}
	
ol {
	margin-left: 20px;
	}
	
li {
	margin-left: -20px;
	}

a img {
    border: none;
    }

a img.banners {
	border-width: thin;
    border-style: solid;
    border-color: #000033;
    margin: 2px;
    }

a:link {
    color: #033289;
    text-decoration: none;
    }

a:visited {
    color: 59278F;
    text-decoration: none;
    }

a:active {
    color: #033289;
    text-decoration: none;
    }

a:hover {
    color: #064ED4;
    text-decoration: none;
    }