﻿#storestart
{
	width:85%;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	
}

.storecat
{
	width:25%;
	position:relative;
	float:left;

	
}

.storecat img
{
	width:95px;
	height:94px;
	border-style:double;
	border-color: #88a1cc;
	border-width:3px;

}

.storecat h3
{
	font-size: 112%; 
	font-weight:bold;
	margin-left:0px;
}

.categorygrid
{
	width:100%;
}


.prodcolumn
{
	width:79%;
	border-bottom:solid 1px #88a1cc;
	padding-bottom:3px;
}

.prodcolumn img
{
	display:block;
	padding-top:15px;
	position:relative;
	/*width:56px;
	height:56px;*/
}

.prodcolumn a
{
	display:block;
	position:relative;
	padding-top:5px;
}

.itemid
{
	display:none;
	width:1%;
}

.cartcolumn
{
	width:20%;
	padding-top:40px;
	border-bottom:solid 1px #88a1cc;
	
}

/*.cartcolumn img
{
	position:relative;
	display:block;
		
}*/

#categoryitems_GridView1
{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

.shopimage img
{
	border-style:double;
	border-color: #88a1cc;
	border-width:3px;
	padding:0px;
}

