﻿/*CSS file for VA shop*/

#shopleft {
float:left;
width:72%;
padding-right:1%;
border-style:none;
}
#shopleft img{
float:left;
	border-style:none;
	padding-right: 5px;
}

#shopright {
float:right;
width:23%;
background-image:url('images/vertsep.jpg');
background-repeat:no-repeat;
background-position:left top;
padding-left:4%;
}
#shopright h3{
	font-size:125%;
	font-style:normal;
	padding-bottom:12px;
	margin-top:7px;
	border-top:0px;
	color:#008ACC;
	text-transform:none;
}

#shopright h5{
	font-size:110%;
}

#shopright img{
	 border-style:none;
}


#shopright .vashopmenu ul li{
background-image:url('images/menubug.png');
background-repeat:no-repeat;
background-position:left;
line-height:1.6em;
font-size:120%;
float:left;
text-align: justify;
}
.vashopmenu a:link, .vashopmenu a:visited{
	color: #707070;
}
.vashopmenu a:hover{
	color:#7CA600;
}

#shopright .vashophome a{	
color:black;
}

.topleft {
	width:47%;
float:left;
}
.topleft img{
	padding-right:5px;
}

.topleft h3
{
	text-transform:none;
	font-size:large;
	text-align:center;
}
.topright {
width:47%;
float:right;
padding-top: 0;
}
.topright img{
	padding-right:5px;
}
.topright h3
{
	text-transform:none;
	font-size:large;
	text-align:center;
}



