/* Structure
----------------------------------------------- */
#store div{
	background: none;
	margin-top: 25px;
	position: relative;
}

#store .store-image{
	width: 198px;
	float: left;
	text-align: center;
	margin-left: 5px;
}

#store .store-text{
	width: 262px;
	margin-bottom: 25px;
}



/* Paragraphs and Headlines
----------------------------------------------- */
#store h2{
	color: #80316e;
	margin-top: 0;
	margin-left: 0;
	font: bold 14px arial, sans-serif;
	text-transform: uppercase;
}

#store h2 span{
	font-size: 12px;
}

#store .store-image p{
	width: 178px;
	padding: 0 10px 18px 10px;
	line-height: 1em;
	margin-left: 0;
	font-size: 10px;
}

#store .store-text p{
	width: 262px;
	margin-left: 0;
}

hr{
	display: block;
	clear: left;
	width: 455px;
}



/* Images
----------------------------------------------- */
#store .store-image img{
	display: block;
	margin: 0 auto;
}



/* Links
----------------------------------------------- */
#store .store-image a{
	font: 11px arial, sans-serif;
	text-decoration: none;
	color: #666;
	display: block;
}

#store .store-text dt a{
	text-decoration: underline;
	color: #666;
}

#store .store-text dt a:hover{
	text-decoration: none;
}



/* Lists
----------------------------------------------- */
#store .store-text dl,
#store .store-text dt,
#store .store-text dd{
	margin: 0;
	padding: 0;
}

#store .store-text dl{
	float: left;
	width: 262px;
	display: inline;
	margin-top: 18px;
}

#store .store-text dt{
	width: 10.5em;
	float: left;
	font-weight: normal;
}

/* commented backslash hack for mac-ie5 \*/
#store .store-text dt{
	clear: both;
}
/* end hack */

#store .store-text dd{
	float: left;
	width: 141px;
	padding-bottom: 1em;
	height: 20px;
}

#store .store-text dt.mag{
	padding-bottom: 1em;
}



/* Forms
----------------------------------------------- */
#store form{
	margin: 0;
	padding: 0;
}

#store .store-image form{
	width: 198px;
	margin-bottom: 1em;
}

#store .store-text form{
	width: 141px;
}

#store .store-image input{
	margin-top: 30px;
}