@charset "UTF-8";

/* SpryStackedContainers.css */

/* Copyright (c) 2007. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main container of the Stacked Containers structure. 
 *
 * If you want to constrain the width of the Stacked Containers structure, set a width on
 * the StackedContainers container. By default, our structure expands horizontally to fill
 * up available space.
 */
.StackedContainers
{
	font-family: Arial, "Adobe 繁黑體 Std B", sans-serif;
	font-size: 15px;
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

/* This is the selector for the Row Container element which houses all the column
 * classes. 
*/
.StackedContainers .RowContainer
{
	background-image: url(../images/service.png);
	height: 150px;
	width: 130px;
	padding-right: 7px;
	padding-left: 13px;
	padding-top: 10px;
	margin: 5px;
	float: left;
}
.StackedContainers .RowContainer:hover {
	background-position: right top;
}


/* This is the selector for a column element which holds the actual data. 
 *
*/
.StackedContainers .RowColumn
{
	margin-bottom: 7px;
}
