/*
 * photostore.css
 */
 
div.story-image div.story-photo {
 	margin-left: auto; margin-right: auto; text-align: center;
}

div.story-image div.by-line {
	margin: .5em 0;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
}

div.Photo-Buttons {
    margin: .5em auto 1em auto; padding: 0; text-align: center;
    font-family: verdana, arial; font-size: 11px;
	width: auto;
}

div.Buy-It-Now,
div.More-Photos {
    margin: 0 0 0 1em; padding: 0; text-align: center;
	height: 22px; line-height: 22px; width: auto;
	display: inline;
}

a.Buy-Photo, a.More-Photos,
a.Buy-Photo:link, a.More-Photos:link,
a.Buy-Photo:visited, a.More-Photos:visited,
a.Buy-Photo:active, a.More-Photos:active {
    margin: 0 auto; padding: 10px 25px; /*display: inline-block;*/
    text-decoration: none; border: none; outline: none;
    font-family: verdana, arial; font-size: 10px;
	color: white;
    width: 100px;
    height: 22px; line-height: 22px;
    background: url(grey2.gif) no-repeat center center;
}

a.Buy-Photo:hover   { background: url(red2.gif) no-repeat center center; }
a.More-Photos:hover { background: url(darkgrey2.gif) no-repeat center center; }

a.Buy-Photo span,
a.More-Photos span {
	height: 22px; line-height: 22px;
	color: white;
}
