@charset "UTF-8";
/* CSS Document */

.shop-holder
{
	clear: both;
	width: 594px;
	height: 320px;
	margin-bottom:10px;
}

.shop-left
{
	width: 290px;
	height: 320px;
	float: left;
}
.shop-right
{	width: 290px;
	margin-left:8px;
	height: 320px;
	float: left;
}
.shop-holder2
{
	clear: both;
	width: 594px;
	height: 350px;
	margin-bottom:10px;
}
.shop-holder3
{
	clear: both;
	width: 594px;
	height: 240px;
	margin-bottom:10px;
}
.shop-left3
{
	width: 290px;
	height: 240px;
	float: left;
}
.shop-right3
{	width: 290px;
	margin-left:10px;
	height: 240px;
	float: left;
}

.selector
{
	width: 100%;
	height: 20px;
	text-align: center;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #21578A;
	border-bottom-color: #21578A;
}
.headers
{	color:#21578A;
	font-size:14px;
	text-align: center;
	}
.image-border
{
	border: thin solid #326592;
}