/*
@charset "iso-8859-1";
@Cache-Control "maxage=1296000";
*/
body
{
    
    font-family: verdana, arial, sans-serif;    
    margin: auto;
    font-size: .68em;
}

#main
{
    width: 1024px;
    margin: auto;
}


#content
{
	float:left;
    width: 1024px;
    min-height: 650px;
    background: #FFFFFF url(../images/HomeBackground.png) repeat-x scroll 0 0;
    background-repeat: repeat-x;
}

#columnLeft
{
    float:left;
    width: 750px;
    height: auto;
    margin-left: 10px;
    background: no-repeat scroll 0 0;
}

.storePicture
{
	float:left; 
	width:250px; 
	height:200px;
	
}
.storeName{
	float:left;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	margin:26px 10px 3px 106px;
	width:133px;
	overflow:hidden;
	cursor:pointer;
}
.storeTag{
	color:#FFFFFF;
	float:left;
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	margin:54px 0 3px 182px;
	width:55px;
	cursor:pointer;
}

.storePrd{
	float:left;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	margin:7px 10px 3px 23px;
	cursor:pointer;
}


.lists{
	float:left;
	margin-left: 20px;
	width:350px;
}

.listHead{
	float:left;
	width:350px; 
	height:24px;
	background:url(../images/HomepageListHeader.png) no-repeat;
	font-size:14px;
	font-weight:bold;
	font-family:"trebuchet ms",helvetica,sans-serif;
	 color:#EEE
}

.listBody
{
	float:left;
	width:348px; 
	height:auto;
	
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	 color:#000
}
.priceTag{
	float:right;
	width:92px; 
	height:30px;
	/*padding-left:20px;*/
	padding-top:10px;
	background:url(../images/HomepageListPriceTag.png) no-repeat;
	
	font-size:16px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	 color:#ffffff
	
}

#columnRight
{
    float:right;
    width: 250px;
    height: 460px;
	margin-top: 7px;
    margin-right: 6px;
    background: url(../images/shoppingrunda.png) no-repeat scroll 0 0;
}



#footer
{
	float:left;
    width: 1024px;
    height: 54px;
    background: #414199 url(../images/footer.PNG) no-repeat scroll 0 0;
    background-repeat: repeat-x;
}

#footerLinks
{
    float:left;
    padding-left: 20px;
    padding-top: 20px;
    width: 300px;
    height: 30px;
}
#footerTabs
{	
    float:right;
    padding-left: 20px;
    padding-top: 13px;
    width: 500px;
    height: 30px;
}



.linksText
{
    color:#FFFFFF;
    font-family:"trebuchet ms",helvetica,sans-serif;
    font-size:14px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
}

.Dropdowns
{
    width: 135px;
}

.TextBoxes
{
    width: 200px;
}

.formTexts
{
    color:#111111;
    font-family: verdana, arial, sans-serif;
    font-size: 1.0em;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
}


