html, body {
	margin: 0;
	padding: 0;
	overflow: auto;
}

html, body, div, span, td, li, h1, h2, h3 {
	font-family: Arial;
	font-size: 12px;
}

body {
	background: #bfbfbf url('/designs/bws/body_background.png') repeat-x;
}

h1 {
	font-size: 20px;
	color: #ff6900;
	background-color: #fff;
	margin-top: 0;
	margin-left: -5px;
	padding: 5px;
	text-transform: uppercase;
}

h2 {
	font-size: 22px;
	color: #ff6900;
}

h3 {
	font-size: 14px;
	color: #ff6900;
}

img {
	border: 0;
}

p {
	font-size: 12px;
	line-height: 150%;
}

hr{
	border:0;
	width: 100%;
	color: #ff9500;
	background-color: #ff9500;
	height: 1px;
}

#page {
	width: 1000px;
	min-height: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.bare #page {
	background-image: url('/designs/bws/backdrop-bare.gif');
}

#menu {
	text-align: left;
	/* background-color: #F7921E; */
	z-index: 50;
	position: relative;
}

div#logo {
	background-image: url('/designs/bws/header.png');
	height: 140px;
}

#menu .bws, #menu .rsa {
	position: relative;
	cursor: pointer;
}

#menu .logo {
	width: 181px;
	height: 91px;
	margin-left: 5px;
}

#menu .rsa {
	float: right;
	width: 71px;
	height: 70px;
}

#menu_container{
	width: 900px;
	height: 30px;
	background-image: url('/designs/bws/menu-bg.png');
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}
#menu_right{
	background: url('/designs/bws/menu-corner-right.png') right top no-repeat;
	height: 30px;
	width: 10px;
	float: right;
}
#menu_left{
	background: url('/designs/bws/menu-corner-left.png') left top no-repeat;
	height: 30px;
	width: 10px;
	float: left;
}

#menu #nav {
	padding: 0;
	margin: 0;
	height: 30px;
	width: 900px;
	overflow: hidden;
}

#menu ul {
	position: absolute;
	z-index: 50;
}


#menu ul ul ul {
	display: none;
	margin: 0;
	padding: 0;
	margin-top: -23px;
	left: 180px;
	width: 180px;
}

#menu ul ul li a, ul.nav li a, #menu ul li.selected ul li a, ul.nav li a {
	position:relative;
	border-right: none;
	text-transform: none;
	font-size: 12px;
	display: block;
	padding: 5px 15px;
	color: #ff6900;
}

#menu ul li.selected ul li.selected a, ul.nav-selected li.selected a {
	color: white;
}

#menu ul ul li.selected a, ul.nav-selected li.selected a {
	background-color: #ff6900;
	color: white;
}

#menu ul ul li.selected li a {
	background-color: transparent;
	color: white;
}

#menu ul ul li.selected li.selected a {
	background-color: #ff6900;
	color: white;
}

#menu ul li.selected a {
	color: #ff6900;
	background-color: #ebebeb;
}

#menu ul li.selected ul {
	display: block;
}

#menu ul li.selected ul ul {
	display: none;
}

#menu ul ul li.selected ul {
	display: block;
	background-color: #F6921E;
}
#menu ul li.first{
	margin-left: 5px;
}
#menu ul ul li.first,
#menu ul ul ul li.first{
	margin-left: 0px;
	margin-top: 0px;
}

#menu ul ul li.last,
#menu ul ul ul li.last{
	margin-bottom: 5px;
}

#menu ul li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	font-weight: bold;
	margin-top:7px;
	margin-bottom:0px;
	height: 23px;
}


#menu ul li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Arial;
	padding: 7px 10px 8px 10px;
	border-right: 1px solid white;
	position: relative;
}

#menu ul li.last a {
	border-right: none;
}

#menu ul ul li {
	position:relative;
	display: block;
	float: none;
	background-color: #F6921E;
	font-weight: normal;
	margin-top: 0px;
}

#menu #menu_spacer {
	height: 20px;
}

ul.nav a {
	text-decoration: none;
}

ul.nav {
	display: none;
	background-color: #ebebeb;
	display: none;
	margin: 0;
	padding: 0;
	width: 180px;
	position: absolute;
}

#left-nav ul.nav {
	background-color: transparent;
	left: auto !important;
	top: auto !important;
}

ul.nav-selected {
	display: block;
	z-index: 99;
}

ul.nav li {
	float: none;
	overflow: hidden;
}



#shelves {
	position: absolute;
	top: 250px;
}

#window, #window.footer {
	width: 900px;
}

#window {
	position: relative;
	left: 50px;
	top: 20px;
	width: 950px;
}

#window .inner {
	position: relative;
	top: 0;
	min-height: 510px;
	width: 900px;
	background: #ff9600 url(/designs/bws/left-nav-bg.png) repeat-x;
}

#window .background {
	position: relative;
	background-image: url(/designs/bws/content.png);
	background-repeat: no-repeat;
	width: 900px;
	height: 25px;
}

#window .inner .inner {
	width: auto;
	height: auto;
}

#window .footer {
	position: relative;
	background-image: url(/designs/bws/content-footer.gif);
	background-repeat: no-repeat;
	width: 900px;
	height: 20px;
	padding-bottom: 15px;
}

#window .button-close {
	position: absolute;
	top: 20px;
	right: 40px;
	cursor: pointer;
	z-index: 45;
}

#window h1 {
	top: 0px;
}

#window a {
	color: #F6921E;
}

#window .contentmenu {
	display: none;
	position: absolute;
	top: 0px;
}

#window .contentmenu .background {
	width: 228px;
	height: 458px;
	background-repeat: no-repeat;
}

#window .contentmenu ul {
	padding: 0;
	margin: 0;
	position: relative;
	top: 125px;
	left: 25px;
	list-style: none;
	width: 150px;
}

#window .contentmenu ul ul {
	top: -5px;
	left: 25px;
	list-style: none;
	width: 125px;
}

#window .contentmenu ul li {
	background-image: url(/designs/bws/menu-divider.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 10px;
	padding-left: 0px;
}

#window .contentmenu ul ul li {
	background-image: none;
	height: 16px;
	margin: 0;
}

#window .contentmenu ul ul li a {
	height: auto;
}

#window .contentmenu ul li a {
	text-decoration: none;
	color: #666666;
	height: 22px;
	padding-left: 10px;
	display: block;
}

#window .contentmenu ul li.current a, #window .contentmenu ul li a:hover {
	color: #000000;
}

#footer {
	width: 1000px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

#footer .footer-menu{
	border-top: 1px solid #ff9500;
	width: 880px;
	padding-top: 10px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
}

#footer div.footer-image{
	background: #fff url('/designs/bws/footer.png') no-repeat scroll 0 97px;
	height: 210px;
	width: 1000px;
}

#footer p {
	font-size: 12px;
}

#footer a {
	color: #000000;
}

#footer .rsa {
	font-weight: bold;
	font-size: 12px;
	width: 345px;
	color: #5f5f5f;
}

#footer .rsa_big {
	margin-top: 0px;
	margin-left: 10px;
}

#footer .rsa_small p {
	font-size: 10px;
}

#footer .rsa_big p {
	font-size: 10px;
}

#footer .rsa_small {
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 10px;
	font-weight: normal;
}

#footer .rsa img {
	float: left;
	margin-right: 10px;
}

#footer table td {
	vertical-align: top;
}


#footer #footer-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer #footer-nav li {
	font-size: 11px;
	float: left;
	width: 115px;
}
#footer #footer-nav li a {
	margin-left: 0px;
	text-decoration: none;
}

#footer .disclaimer {
	margin-top: 10px;
	text-align: center;
}

#footer .disclaimer p {
	display: inline;
}

#search {
	position: absolute;
	right: 10px;
	top: 10px;
	height: 44px;
	width: 210px;
	z-index: 60;
}
#search .tab {
	float: left;
}
#search .tab .tab-body {
	display: none;
	position: absolute;
	padding-top: 3px;
	width: 235px;
	left: 0;
}
#search .button-select .tab-body {
	display: block;
}
#search .text {
	margin-left: 1px;
	margin-top: 0px;
	height: 20px;
	position: absolute;
	top: 4px;
	width: 168px;
}
#search .text input {
	width: 160px;
	height: 18px;
	border: 0;
	font-size: 11px;
	position: absolute;
	left: 4px;
}
#search .text .left, #search .text .right {
	background-repeat: no-repeat;
	width: 4px;
	height: 20px;
	display: inline-block;
	position: absolute;
	top: 0;
}

#search .text .left {
	background-image: url(/designs/bws/search-input-left.png);
	left: 0;
}
#search .text .right {
	background-image: url(/designs/bws/search-input-right.png);
	right: 0;
}

#search .tab .tab-body .button {
	position: absolute;
	margin-top: -3px;
	top: 6px;
	right: 32px;
	cursor: pointer;
	height: auto;
	width: auto;
}
#search .tab h3 {
	display: block;
	width: 100px;
	height: 20px;
	margin: 0;
	padding: 0;
	background-image: url(/designs/bws/search-tab.png);
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
	left: -4px;
	z-index: 70;
	cursor: pointer;
	color: white;
}
#search .first h3 {
	left: 1px;
	margin-right: 7px;
}
#search .button-select h3 {
	z-index: 80;
	cursor: auto;
}
#search .tab h3 span {
	padding-left: 10px;
	line-height: 18px;
	color: #ffd7a8;
}
#search .first h3 span {
	padding-left: 3px;
}
#search .button-select h3 span {
	line-height: 19px;
	padding-left: 5px;
	color: white;
}
#search .button-select h3 {
	background-image: url(/designs/bws/search-tab-selected.png);
}
#search #search-tab-store .text input {
	width: 160px;
}

#search #search-tab-store .tab-body .button {
	top: 6px;
}

#postcode {
	width: 330px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/designs/bws/postcode.gif);
	z-index: 120;
	position: relative;
	margin-top: -55px;
	margin-bottom: 20px;
}

#postcode input.text {
	margin-left: 110px;
	font-size: 9px;
	margin-top: 4px;
	position: relative;
	width: 110px;
}

#postcode .submit {
	float: right;
	margin-top: 4px;
	padding-right: 5px;
	position: relative;
	cursor: pointer;
}


#bottomnav {
	text-align: center;
	top: 655px;
	z-index: 20;
	width: 100%;
	color: #666666;
	font-size: 10px;
}

#bottomnav a {
	color: #666666;
	text-decoration: none;
	border-right: 1px solid #666666;
	padding-left: 5px;
	padding-right: 5px;
}

#bottomnav a.last {
	border-right: none;
}

.directions {
	color: #888888;
}

.error {
	color: #FF0000;
}

.button {
	background-repeat: no-repeat;
	width: 108px;
	height: 25px;
	display: block;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

.button span {
	display: block;
	padding-top: 4px;
}

.button a {
	color: #000000 !important;
	position: relative;
	top: 3px;
	text-decoration: none;
}

/* LEFT NAV */
#left-nav {
	width: 160px;
	padding-left: 15px;
	min-height: 474px;
	margin: 0;
	float: left;
}

#left-nav ul {
	list-style: none;
	position: relative;
	width: 150px;
	padding:0;
	margin:0;
	top: 0px;
}

#left-nav ul li a {
	text-weight: bold;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 6px 0 6px 15px;
	margin-left: -15px;
}

#left-nav ul ul {
	top: 0px;
	border: none;
	display: none;
}

#left-nav li.selected a {
	border-bottom: none;
}

#left-nav li.current a {
	background-color: #ff9f4d;
	color: #ffffff;
}

#left-nav li.current ul li a {
	background-color: transparent;
	color: #ffffff;
}

#left-nav ul li a:hover {
	color: #ebebeb;
}

#left-nav li.selected li a:hover {
	color: #ebebeb;
}

#left-nav li.selected ul {
	display: block;
}

#left-nav ul li li {
	border: none;
}

#left-nav ul li li.current a {
	background-color: #ff9f4d;
	color: #ffffff;
	margin-left: -15px;
	padding-left: 20px;
}

#left-nav ul li li a {
	font-size: 12px;
	text-transform: none;
	border: none;
	padding: 2px 0;
	margin-left: 5px;
}

#left-nav h1 {
	background: transparent;
	margin-bottom: 0px;
}

#left-nav h1 a {
	color: #fff;
	text-decoration: none;
}

/* END OF LEFT-NAV */

/* WE RATE IT */
#left-nav #werateit {
	background: url(/designs/bws/werateit.png) no-repeat;
	width: 125px;
	height: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top: 15px;
}

table.werateit {
	border: 1px solid #a8a8a8;
}

table.werateit td {
	vertical-align: top;
}

table.werateit td.link {
	text-align: center;
	border-right: 1px solid #a8a8a8;
	height: 34px;
	background: url(/designs/bws/werateit-nav-bg.png) repeat-x;
	vertical-align: middle;
}

table.werateit td.selected {
	background: url(/designs/bws/werateit-nav-bg-selected.png) repeat-x;
}

table.werateit td.selected a {
	color: #fff !important;
}

table.werateit td.last {
	border-right: 0;
}

table.werateit table.body {
	margin-right: 15px;
}

table.werateit a.nav {
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}

table.werateit h2 {
	font-size: 15px;
	margin-bottom: 0px;
}

table.werateit div {
	padding-left: 15px;
	padding-right: 15px;
}

table.werateit div.staff {
	margin-top: 20px;
}

table.werateit td.product-image img {
	margin-bottom: 20px;
}

table.werateit td.product-image {
	vertical-align: bottom;
}

#ngcms-region-main table.werateit div.product p {
	padding-bottom: 15px;
}

/* MAIN */
.main,
.main_nosidebar {
	min-height: 474px;
	position: relative;
	width: 710px;
	background: #fff;
	float: left;
}

/* SIDE BAR */

.side_bar div.title {
	background: url(/designs/bws/side-bar-title.png) no-repeat;
	height: 20px;
	width: 100px;
	margin-top: 10px;
}

.side_bar {
	min-height: 400px;
	position: absolute;
	right: 30px;
	top: 0px;
	width: 130px;
}

.side_bar h1 {
	text-transform: none;
	font-size: 16px;
	margin-top: 4px;
	margin-bottom: 0px;
}

.tile {
	position: absolute;
	background-image: url(/designs/bws/tile.png);
	width: 152px;
	height: 129px;
	display: block;
	text-align: center;
	right: 45px;
	cursor: pointer;
}

.tile p {
	font-size: 12px;
	line-height: 12px;
	color: black;
	padding-top: 4px;
}

.tile img {
	position: relative;
	top: 13px;
}

.tile .caption {
	display: block;
	padding: 0px 15px;
	position:absolute;
	top: 68px;
	left: 0px;
	width: 122px;
	margin:auto;
}

.tile-top {
	top: 90px;
}

.tile-middle {
	top: 235px;
}

.tile-bottom {
	top: 380px;
}

img.feature {
	float: right;
	position: relative;
	top: -50px;
	margin-left: 10px;
	margin-bottom: -40px;
}

#ngcms-region-main {
	width: 520px;
	min-height: 510px;
	border-right: 1px solid #ff9500;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 15px;
	margin-top:	0px;
	padding-left: 15px;
}

#ngcms-region-main h1 {
	margin-left: 0;
	padding-left: 0px;
	margin-right: 0px;
	border-bottom: 1px solid #ff9500;
}

 {
	margin: 0;
	padding-left: 0px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
}

#page.noads .main_nosidebar #ngcms-region-main,
.main_nosidebar #ngcms-region-main h1,
.main_nosidebar #ngcms-region-main p{
	width: 670px;
	border-right: 0px;
}

.main_nosidebar #ngcms-region-main * p{
        width:auto;
}

#page.noads #ngcms-region-main {
	width: 890px;
}

.shade {
	background-color: #fff;
	z-index: 99;
	opacity: 1 !important;
}

.dialog {
	border: 5px solid #F7921E;
	padding: 10px;
	padding-top: 30px;
	background-color: #FFFFFF;
	z-index: 100;
	position: absolute;
	top: 100px;
}

.dialog .close,
.dialog .friend-send {
	color: white;
	font-size: 0px;
}

.dialog .close {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 10px;
	cursor: pointer;
	background-image: url(/designs/bws/button-close.png);
	width: 50px;
	height: 17px;
	color: transparent;
    text-align: right;
}

.dialog .friend-send {
	float: right;
	background-image: url(/designs/bws/button-send.gif);
	width: 56px;
	height: 56px;
	border: none;
	color: transparent;
    margin-top: 5px;
}

.dialog label input {
	margin-right: 10px;
}

.dialog .sendtofriends form {
	width: 530px;
}

.dialog .sendtofriends form div {
	margin-bottom: 5px;
}

.dialog .sendtofriends form a {
	display: block;
	position: absolute;
	margin-top: 50px;
	text-decoration: none;
	color: rgb(247, 146, 30);
	bottom: 10px;
}

.dialog .sendtofriends form div label {
	display: block;
	float: left;
	width: 265px;
}

.dialog .sendtofriends form div label input {
	position: relative;
	display: block;
	float: right;
	width: 183px;
}

.dialog .sendtofriends form div label.current_user {
	margin-bottom: 5px;
}

/*** SUBDESIGNS ***/

.xmp {
	z-index: 1000;
}

div.blank div.background {
	display: none;
}
div.blank {
	background-image: none !important;
}
#window .wide #ngcms-region-main img {
	position: relative;
	top: -20px;
	left: 110px;
}

/* POLL */
.quick_poll a.button {
	background: transparent url('/designs/bws/side-bar-button.png') no-repeat top;
	height: 20px;
	color: #fff !important;
	width: 60px;
	text-decoration: none;
	padding-top: 3px;
	font-size: 12px;
	float: left;
}

.quick_poll {
	padding-bottom: 5px;
	border-bottom:1px solid #ff9500;
}

.quick_poll .answer {
	margin: -16px 0 0 26px;
}

.quick_poll p {
	margin-top: 0;
	margin-bottom: 5px;
}

.quick_poll .current_poll {
	margin-top: 20px;
	margin-bottom: 5px;
	background: url('/designs/bws/current-poll.png') no-repeat;
	width: 103px;
	height: 13px;
}

.quick_poll div.button {
	width: 130px;
	margin-left: 0px;
}

.quick_poll div.button a.button {
	margin-right: 5px;
}

.poll_result {
	margin-top: 10px;
}

.poll_percentage {
	float: left;
	margin-left: 5px;
	text-align: left;
	width: 30px;
	font-weight: bold;
}

.poll_result_bar {
	background-color: #fff;
}

.poll_result_bar_inner {
	background-color: #f6921e;
	float: left;
}

.poll_result_bar, .poll_result_bar_inner {
	height: 10px;
	line-height: 10px;
	font-size: 0;
}

.side_bar .quick_poll h1 {
	padding-top: 0;
}

.pollwrap {
	width: 450px;
}

#ngcms-region-main .pollwrap .quick_poll .answer {
	margin: -24px 0 0 26px;
}

.pollwrap .poll_bottom_links {
	text-align: center;
}

.pollwrap .poll_result {
	margin-top: 0px;
}

#ngcms-region-main .quick_poll p {
	margin: 0;
	padding-left: 0;
	padding-bottom: 0px;
}

/* POLL WIDE */
.pollwide .quick_poll p.poll_question {
	font-weight: bold;
	font-size: 15px;
}

.pollwide .quick_poll {
	padding-left: 15px;
	padding-right: 15px;
	border: 0;
}

.pollwide {
	border:1px solid #f6921e;
}

ul.formerrors {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding-left: 0px;
	margin-bottom: 0px;
	color: red;
}

ul.questions {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding-left: 0px;
	margin-top: 0px;
}

/* END OF POLL */


/* BANNER */
div.ad-container ul li {
	list-style: none outside none;
	text-align: center;
	margin-bottom: 10px;
}

div.ad-container ul {
	position: relative;
	text-align: left;
	left: -40px;
	margin-top: 2px;
}

#banner-adslot {
	border-bottom:1px solid #ff9500;
}

/* MAP */

div.storemap {
	border-bottom: 1px solid #ff9500;
	padding-bottom: 5px;
}

.storemap p {
	margin-top: 5px;
	margin-bottom: 5px;
}

.storemap input {
	width: 87px;
	float: left;
	margin-bottom: 5px;
	border: none;
	border-top: 1px solid #ff9500;
	border-bottom: 1px solid #ff9500;
	height: 17px;
}

.storemap .left {
	background-image: url(/designs/bws/input-left.png);
	left: 0;
}

.storemap .right {
	background-image: url(/designs/bws/input-right.png);
	right: 0;
}

.storemap .left, .storemap .right {
	background-repeat: no-repeat;
	display: inline-block;
	height: 21px;
	top: 0;
	width: 4px;
	float: left;
}


.storemap .button {
	float: left;
	width: 50px;
	color: #fff !important;
	text-decoration: none;
	background: transparent url(/designs/bws/go-button.png) no-repeat;
	margin-left: 5px;
	margin-top: 1px;
}

.storemap #map {
	width: 150px;
	height: 120px;
}

#date {
	width: 45px;
}

#year {
	width: 63px;
}

#address {
	width: 226px;
}

/* ABOUT PAGE */
.boxes h2 {
        margin-top: 0;
}

.boxes td {
        vertical-align: top;
        padding-top: 10px;
        padding-bottom: 10px;
}


/* ADD THIS */

.addthis,
.addthis_nosidebar {
	position: absolute;
	z-index: 1;
	left: 542px;
	top: 10px;
}

.addthis_nosidebar {
	left: 702px;
}

#page {
	float: left;
}

/* SHADOW */
#right-shadow {
	position: relative;
	float: left;
	width: 10px;
	height: 1px;
	background: transparent url(/designs/bws/right_shadow.png) repeat-y;
}

#left-shadow {
	position: relative;
	float: left;
	width: 10px;
	height: 1px;
	background: transparent url(/designs/bws/left_shadow.png) repeat-y;
}

#footer-shadow {
	background: transparent url(/designs/bws/footer_shadow.png) no-repeat;
	position: relative;
	width: 1020px;
	height: 30px;
	float: left;
}
.center-page {
	margin-left:auto;
	margin-right:auto;
	width: 1020px;
}


#rsa-badge {
	background: url(/designs/bws/id25.png) no-repeat;
	width: 71px;
	height: 70px;
}

span.special-image-title-container {
    color: #ff6600;
    text-decoration: underline;
}

span.special-image-title {
    font-size: medium;
    font-weight: bold;
}

span.special-image-subtitle,
span.special-image-footer {
    color: #ff6600;
    font-weight: bold;
}

#stateselectorshade {
    opacity: 0.7 !important;
    background-color: #000000;
    filter: alpha(opacity = 70);
}

#stateselectorshade-container {
    border: 1px solid #000000;
    font-weight: bold;
    background-color: #ffffff;
    margin: auto;
    position: absolute;
    padding: 10px 20px;
    top: 250px;
    z-index: 101;
}

#stateselectorshade-container select {
    border: 1px solid #bbbbbb;
    margin-left: 2px;
}

#storelist {
    height: 44px;
    position: absolute;
    right: 220px;
    top: 10px;
    width: 260px;
    z-index: 60;
}

.simple #storelist {
    top: 25px;
    right: 155px;
}

#storelist .label {
    color: white;
    font-weight: bold;
}

#storelist select {
    border: 1px solid #bbbbbb;
    margin-left: 2px;
    position: relative;
    top: 1px;
}

.simple #search {
    display:none;
}

