/* CSS Document */


.shopcontainer {
	width: 508px;
	margin: 0px;
	padding: 13px 0 13px 0;
	border-bottom: 1px;
	border-bottom-style:dashed;
	border-bottom-color:#cccccc;
	float:left;
}

.shopcontainertop {
	width: 508px;
	margin: 0px;
	padding: 0 0 13px 0;
	border-bottom: 1px;
	border-bottom-style:dashed;
	border-bottom-color:#cccccc;
	float:left;
}

	
.shopleft {
	width: 287px;
	float:left;
	padding: 0 10px 0 0;
	border-right: 1px;
	border-right-style:dashed;
	border-right-color:#cccccc;
}

.shopright {
	width: 200px;
	float:left;
	padding: 0 0 0 10px;
	text-align:center;
	
}

img.shopthumb {
    padding: 0px;
	margin: 0px;
	border:1px #999999 solid;
}

img.shopthumb2 {
    padding: 0px;
	margin: 0px;
	border:1px #999999 solid;
	float:right;
	margin:0 0 4px 20px;
}

.shopcontaineralt {
	width: 508px;
	margin: 0px;
	padding: 13px 0 0 0;
	border: 0px;
	float:left;
}

.shopaltleft {
	width: 253px;
	float:left;
	padding: 0px;
	border-right: 1px;
	border-right-style:dashed;
	border-right-color:#cccccc;
	text-align:center;
}

.shopaltright {
	width: 254px;
	float:left;
	padding: 0px;
	border: 0px;
	text-align:center;
}



