/* 
    AUTHOR: Steven Collins
            stevenecollins@me.com
            http://stevencollins.net

Individual CSS elements for the store page

*/

/* TEXT */

h1#item-title	{ font-family: "Arial Black"; font-size: 18px; font-weight: bold; text-align: center; line-height: 18px;		
}

h1#subhead-item-title	{ font-family: "Arial"; font-size: 14px; font-weight: bold; text-align: center; line-height: 21px; font-style: oblique;		
}

h1#subhead-combo-item-title	{ font-family: "Arial"; font-size: 14px; font-weight: bold; text-align: center; line-height: 21px; font-style: oblique; margin-bottom: 5px;	
}

p#title-text-one {
		font-size: 1.4em; line-height: 1.4em; margin-bottom: 1.2em;
		text-align: justify;
}

p#title-text-two {
		font-size: 1.4em; line-height: 1.4em; margin-bottom: 1.2em;
		text-align: center;
		font-style: italic;
		font-weight: bold;
}

p#title-text-three {
		font-size: 11px; line-height: 14px; margin-bottom: 12px;
		text-align: justify;
}

p#text-combo {
		ont-size: 11px; line-height: 14px; margin-bottom: 12px;
		text-align: justify; margin-top: 15px;}

/* STRUCTURE */

#store-image	{
		position: relative;
		top: 0px;
		width: 610px;
		height: 390px;
		float: left;
		padding-left: 5px;
		padding-top: 5px;
		background-color: black;
}

#store-title {
		position: relative;
		width: 360px;
		height: auto;
		float: right;
		margin-left: 5px;
}

#store-content {
		position: relative;
		float: left;
		width: 1000px;
		height: 2250px;
		margin-top: 5px;
		
}

#ImageBox2 {
	height: 163px;
	width: 138px;
	left: 5px;
	position: absolute;
	top: 5px;
	border: 1px solid #000000;
	visibility: visible;

