/* styles up to line 26 below will be eleminated after browsethisstore.ascx is switched to browsestore.ascx */

.bsourstoretop {
	background:url(/img/src/browsestore.gif) no-repeat;
	background-position:0px 0px;
}
.bsourstorebottom {
	background:url(/img/src/browsestore.gif) no-repeat;
	background-position:0px -30px;
}

.bsotherstop {
	background:url(/img/src/browsestore.gif) no-repeat;
	background-position:0px -45px;
}
.bsothersbottom {
	background:url(/img/src/browsestore.gif) no-repeat;
	background-position:0px -75px;
}

.bsarrowright {
	background:url(/img/src/browsestore.gif) no-repeat;
	background-position:0px -83px;
}

/* this new style sheet is for browsestore.ascx to be carried to every site */

.browsestore {
	clear:both;
	border:1px solid #adadad;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	max-width:235px;
	margin-bottom:10px;
}
.browsestore ul {
	margin:0;
	padding:0;
}
.browsestore ul li {
	padding:5px 0 5px 15px;
	background:url(/companies/swimmingpoolsigns/arrow.png) no-repeat 0px 7px;
	font-size:11px;
	font-weight:bold;
	color:#0089da;
	margin:0 8px;
	border-bottom:1px dashed #b8b8b8;
	list-style:none;
	
}
.browsestore > ul > li{

    background: url(/companies/swimmingpoolsigns/arrow.png) no-repeat 0px 7px ;
    color: #464646;


	
}
.browsestore ul li:last-child {	
	border-bottom:none;
	
}


.browsestore ul li.browsestore-heading {
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-size:14px;
	color:#4f4e4e;
	border-bottom:1px solid #cecece;
	margin:0;
	padding:0;			
	font-weight:bold;
	background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-8 */
}
.browsestore ul li.browsestore-heading span.browse-icon {
	
	margin:0;
	background: url(/companies/swimmingpoolsigns/browser_icon.png) no-repeat 8px 8px;
	padding:8px 0 8px 35px;
	margin:0;
	font-weight:bold;
	display:block;
}
.browsestore ul li a {
	color:#0089da;
	text-decoration:underline;
}
.browsestore ul li ul li a {

	text-decoration:none;
}
.browsestore ul li ul {
	margin:0 -1px 0 -15px;
	padding:0;
}
.browsestore ul li ul li {
	border-bottom: none;
	background:none !important;
	list-style:disc;
	list-style-position:inside;
	padding:5px 0 5px 0;
	margin:0;
	font-weight:normal;
	color:#6c6c6c;
	border-top:1px dashed #B8B8B8;
}
.browsestore ul li ul li:first-child {
	margin-top:5px;
}
.browsestore ul li ul li a {
	color:#6c6c6c;
}
.browsestore ul li ul li a:hover {
	text-decoration:underline
}
