/* ==========================================================

	Project: Grocery Outlet
	Author: Piehead Productions
	Master stylesheet

========================================================== */

/* global reset - helps reduce browser inconsistencies
-----------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Puppets */

.puppetImage 
{
    text-align:center;
}

/* base foundation
-----------------------------------------------------------*/

body {
	font: 12px/1.5 Arial, Helvetica, "Lucida Grande", Tahoma, Verdana, sans-serif;
	background: #fff;
	color: #000;
}

/* header
-----------------------------------------------------------*/

#header_wrapper {
	width: 100%;
}
#header {
	margin: 0 auto;
	padding-top: 85px;
	width: 902px;
	height: 33px;
	position: relative;
}

/* different header backgrounds */
.header_fruit {
	background: url(/images/header_fruit.jpg) top center no-repeat;
}

/* logo */
a#logo, a#logo:visited, a#logo:hover {
	width: 203px;
	height: 139px;
	background: url(/images/logo.png) top left no-repeat;
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	position: absolute;
	top: 10px;
	left: 18px;
}

/* find a store form */
#find_a_store {
	width: 297px;
	position: absolute;
	top: 40px;
	right: 22px;
}
#find_a_store input {
	margin: 1px 0 0 0;
	padding-top: 6px;
	width: 165px;
	height: 15px;
	font-size: 11px !important;
	float: left;
	display: block;
}
#find_a_store button {
	float: right;
}

/* sub navigation */
#sub_nav {
	margin: 0;
	width: 268px;
	height: 23px;
	list-style: none;
	text-align: center;
	font-size: 11px;
	background: url(/images/navigation_sub_back.png) top left no-repeat;
	position: absolute;
	top: 42px;
	right: 352px;
}
#sub_nav li {
	line-height: 23px;
	display: inline;
}
#sub_nav li a, #sub_nav li a:visited {
	color: #000;
}
#sub_nav li a:hover {
	color: #7c7c7c;
}


/* content
-----------------------------------------------------------*/


.likeHolder 
{
    position:absolute;
    width:500px;
    border:0px solid red;
    color:#fff;
    height:60px;
    padding:0;
    margin:0 auto;
    float:left;
    padding:15px;
}

.likeHolder p 
{
    padding:0;
    position:relative;
    margin:10px 0 0 0;
    border:0px solid red;
}
.likeFacebook2 
{
    background: url(/images/store/fbBgLong.png) top left no-repeat;
    width:500px;
    height:66px;
    margin:10px 0 15px 0;
}

#content_wrapper {
	margin: 0 auto;
	width: 902px;
	background: url(/images/store/background_content_middle.jpg) top center repeat-y;
}
#content {
	width: 902px;
	background: url(/images/store/background_content_top.jpg) top center no-repeat;
}

#page {
	width: 902px;
	min-height: 635px;
	background: url(/images/store/background_content_bottom.jpg) bottom center no-repeat;
}

#page .full_col
{
    padding: 45px 0 25px 25px;
	width: 100%;
	float: left;
}

#page .left_col {
	padding: 45px 0 25px 25px;
	width: 560px;
	float: left;
}

#page .left_col p {
	font-size: 12px;
	line-height: 18px;
	
}

#page .left_col ul {
	margin: 5px 15px 5px 10px;
	position: relative;
	left: 15px;
}

#page .left_col ul.sf_postListing
{
	padding:0;
	margin:0;
	left:0;
}

#page .left_col li {
	margin: 0 0 3px 0;

}


#page .right_col {
	padding: 25px 0;
	width: 305px;
	float: right;
}

#page .full_col {
	width: 865px;
	padding: 45px 0 25px 25px;

}


/* flash receipt */
#receipt {
	margin: 0 0 3px 0;
}

#likeUsFb {
    width:281px;
    height:66px;   
    border:1px solid red;
    margin:0 3px 0 0;
	background: url(/images/store/facebookBg.gif) top left no-repeat;
}

/* newsletter sign up */
#newsletter 
{
    clear:both;
    width:565px;
    height:98px;
    font-size:12px;
    background:url(../images/store/eNewsletterBg.png) top left no-repeat;
    border:0px solid red;
    padding:45px 0 0 20px;
}

#newsletter button.shiny
{
    border:0px solid red;
    margin-top:20px;
}

#newsletter p {
font-size:12px;
margin:0;
padding:3px 0
}

#email {
padding-bottom:0;
display:inline;
border:0px solid red;
width:200px;
float:left;
}

#zipCode {
padding:0;
display:inline;
border:0px solid green;
width:250px;
float:left;
}

#newsletter label {
display:block
}
#newsletter input {
margin-left:7px;
width:150px;
height: 12px;
font-size: 11px;
margin-bottom: 3px;
}
#newsletter button {
margin-top:5px;
font-size:10px
}

/* special offers */
#special_offers {
	margin: 5px 0 0 0;
	padding: 15px 30px 0 30px;
	width: 220px;
	height: 105px;
	font-size: 11px;
	text-align: left;
	background: url(/images/store/special_offers_back.gif) top left no-repeat;
}

#special_offers p {
	clear: left;
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 11px;
}

#special_offers img {
	margin: 1px 2px 0 0;
	padding-right: 3px;
	width: 124px;
	height: 19px;		
	float: left;
}

#special_offers a.shiny {
	margin: 3px 0 0 70px;
	line-height: 14px;
	float: left;
}


/* bargain hunting */
#bargain_hunting {
	margin: 2px 0 0 0;
	padding: 10px 30px 0 15px;
	width: 250px;
	height: 130px;
	font-size: 11px;
	background: url(/images/store/bargain_hunting_back.gif) top left no-repeat;
}
#bargain_hunting blockquote {
	padding-bottom: 7px;
	color: #fff;
}
#bargain_hunting cite {
	color: #fff;
	float: right;
}
#bargain_hunting a.shiny {
	margin-top: 3px;
	line-height: 14px;
	float: left;
}

/* bargain links */
.bargain_links {
	margin: 5px 0 0 0;
	padding: 15px 20px 0 20px;
	width: 239px;
	height: 135px;
	font-size: 11px;
	background: url(../images/store/bargain_hunting_back.gif) top left no-repeat;
}
.bargain_links a, .bargain_links a:visited {
	color: #fff;
	
}
.bargain_links blockquote {
	padding-bottom: 7px;
	color: #fff;
}
.bargain_links cite {
	color: #fff;
	float: right;
}
.bargain_links a.shiny {
	margin-top: 3px;
	line-height: 14px;
	float: left;
}

.bargain_links table, tr, td {
	vertical-align: middle;
}

/*Live links */
.liveLink{
	vertical-align: middle;
}

/* news and announcements */
#news_announcements {
	float: left;
}
#news_announcements h1 {
	padding-top: 25px;
	margin: 0 0 7px 0;
}
#news_announcements ul {
	margin-left: 0;
	list-style: none;
}
#news_announcements ul li a.arrow {
	position: relative;
	top: 3px;
}

/* our community */
#our_community {
	float: left;
}
#our_community h1 {
	padding-top: 15px;
	margin: 0 0 7px 0;
}
#our_community ul {
	margin-left: 0;
	list-style: none;
}
#our_community ul li a.arrow {
	position: relative;
	top: 3px;
}

/* job opportunities */
#job_opportunities {
	float: left;
}
#job_opportunities h1 {
	padding-top: 15px;
	margin: 0 0 7px 0;
}
#job_opportunities ul {
	margin-left: 0;
	list-style: none;
}
#job_opportunities ul li a.arrow {
	position: relative;
	top: 3px;
}

/* store operators */
.store_operators {
	margin: 15px 0 0 0;
	width: 500px;
	position: relative;
	right: 6px;
	float: left;
}
.store_operators img {
	padding-right: 18px;
	float: left;
}
.store_operators ul {
	width: 350px;
	margin: 0;
	list-style: none;
	font-size: 11px;
	line-height: 14px;
	float: right;
}
.store_operators ul li {
	padding: 5px 0;
}

/* about our store */
.store_about {
	margin: 15px 0 0 0;
	width: 500px;
	position: relative;
	right: 6px;
	float: left;
}
.store_about img {
	padding-right: 18px;
	float: left;
}
.store_about ul {
	width: 350px;
	margin: 0;
	list-style: none;
	font-size: 11px;
	line-height: 14px;
	float: right;
}
.store_about ul li {
	padding: 5px 0;
}



/* blog */

#blog_nav {
	width: 240px;
	background: url(/images/blognav_bg.gif) top no-repeat;
	padding: 20px 20px 0px 20px;
	line-height: 1.3em !important;
}

#blog_nav h3 {
	margin-bottom: 0px !important;
}


#blog_nav_footer {
	width: 280px;
	height: 26px;
	background: url(/images/blognav_footer.gif) top no-repeat;
	padding: 0;
	margin-bottom: 10px;
}

#blog_nav ul {
	padding: 0;
	margin: 0;
}

#blog_nav li {
	border-top: 1px #bdcca3 solid;
	/*list-style-image: url(/images/arrow_bullet.gif);*/
	list-style-type: none;
	/*list-style-position: inside;*/
	padding: 5px;
	line-height: 1.3em !important;
	background: url(/images/arrow_bullet.gif) no-repeat left 10px;
}

/* TEST */
.RadTreeView_Default .rtSp {
	height: auto !important;
	}
	
	.RadTreeView_Default .rtTop, .RadTreeView_Default .rtMid, .RadTreeView_Default .rtBot {
padding: 0px !important;
}

.RadTreeView_Default .rtTop, .RadTreeView_Default .rtMid, .RadTreeView_Default .rtBot {
padding: 0 !important;
}

.RadTreeView_Default .rtIn {
margin:1px 0;
padding: 0 0 0 0 !important;
}

/*---- */

#blog_nav a {
	font-weight: bold;
	text-decoration: underline;
}

.sf_back{
	display: none;
}

.sf_postListing {
	padding: 0;
	margin: 0;
}

.sf_postListing a {
	color: #000000;
	text-decoration: underline !important;
}

h1.sf_postTitle {
	font-size: 18px;
	color: #000000;
	margin: 5px 0 !important;
}

h2.sf_postTitle {
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	margin: 20px 0 10px 0;
}

.blognav_title {
	padding: 10px 0;
	margin: 0;
	clear: left;
}

#blog_nav .blog_nav_black a{
	color: #000000;
	padding-left: 5px;
}

#blog_nav .blog_nav_black a:hover {
	color: #7c7c7c;
}

p.sf_postDate {
	font-weight: bold;
	margin: 0 !important;
	color: #000000;
}

h2.sf_comments {
	font-size: 14px;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
}

.sf_authorComment {
	background-color: #E0DACE !important;
}

.sf_postListing  .sf_readMore  a{
	color: #2F5C01 !important;
	text-decoration: underline;
}

.sf_postListing  .sf_postComments  a{
	color: #2F5C01 !important;
	text-decoration: underline;
	padding-left: 18px;
	background: url(/images/post_comment_image.png) left no-repeat;
}

.sf_comments {
	padding-left: 18px;
	background: url(/images/post_comment_image.png) left no-repeat;
}

.sf_commentDate{
	text-decoration: underline;
}

.sf_commentListing{
	margin-left: -15px !important;
}

.sf_commentAuthor, .sf_commentAuthor strong, .sf_postCategory a, .sf_postTags a{
		color: #2F5C01 !important;
}

fieldset.sf_postNewComment label{
	float: left;
	width: 65px;
	text-align:right;
	margin:5px;
}

fieldset.sf_postNewComment input {
	width: 300px;
	height: 32px;
	margin:5px;
}

.sf_postNewComment legend{
	padding-left: 18px;
	background: url(/images/post_comment_image.png) left no-repeat;
	margin-top: 40px;
	font-weight: bold;
	font-size:14px;
	text-transform:uppercase;
}

.rtIn {
	font-weight: bold !important;
	color: #B71234 !important;
	font-size: 12px !important;
}

.rtIn:hover {
	color: #7c7c7c !important;
}

#ctl00_ContentPlaceHolderCategories_CategoriesTree2 h3{
	display: none;
}

.RadTreeView_Default .rtSelected .rtIn {
	background:transparent none repeat scroll 0 0 !important;
	border:none !important;
	color:#000000 !important;
	padding:1px 2px 2px !important;
	line-height: 1.3em !important;
}

.RadTreeView_Default .rtHover .rtIn {
	background:transparent none repeat scroll 0 0 !important;
	border:none !important;
	padding:1px 2px 2px !important;
	line-height: 1.3em !important;
}

.RadTreeView_Default .rtTop, .RadTreeView_Default .rtMid, .RadTreeView_Default .rtBot {
	padding:0 0 0 0px !important;
}

.RadTreeView .rtPlus, .RadTreeView .rtMinus {
	margin-left:-10px !important;
}

.RadTreeView_Default .rtMinus {
	background:transparent url(../images/arrow_bullet2_2.gif) no-repeat scroll 0 0px !important;
	width:7px !important;
}

.RadTreeView_Default .rtPlus{
	background:transparent url(../images/arrow_bullet.gif) no-repeat scroll 0 11px !important;
	width:7px !important;
}

fieldset.sf_postNewComment {
	border:0 none !important;
	margin: 20px 0 !important;
	padding: 20px !important;
	background-color: #DFDABD !important;
}

#editorWrapper{
	float: left;
	width: 85%;
	position: relative;
	top: -10px;
	left: 3px;
}

.formattingOptionsToggleBtn{
	position: relative;
	top: 20px;
	color: #2F5C01 !important;
}

.rade_contentCell {
	background-color: #D7E4B8 !important;
}

.sf_commentSubmit{
	left:73px;
	position:relative;
	width: 25% !important;
}

#blog_subscribe {
	width: 235px;
	height: 76px;
	background: url(/images/subscribe_bg.gif) top no-repeat;
	padding: 20px 25px 0px 20px;
}

#blog_subscribe a.shiny {
	float: left;
	line-height: 14px;
	margin: 25px 0px 0px 5px;
}

table.sf_libraryGrid {
	width: 100% !important;
}

table.sf_libraryGrid th {
	width: 70% !important;
}


/* store results
-----------------------------------------------------------*/

#home_store {
	width: 203px;
	height: 54px;
	background: url(/images/home_store.png) top no-repeat;
	position: absolute;
	top: 10px;
	right: 22px;
	padding: 8px;
	font-size: 10px;
	line-height: 11px;
	font-weight: normal;
}

#home_store p {
	font-size: 10px;
	line-height: 11px;
	float: left;
}

.change_link {
	font-size: 10px;
	line-height: 11px;
	font-weight: normal;
	float: right;
	vertical-align: top;
}

#home_store h1 {
	font-size: 10px;
	font-weight: bold;
	color: #b71234;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	float: left;
}

#store_finder {
	width: 300px;
	height: 168px;
	float: left;
}

#store_finder p {
	width: 300px;
	padding: 10px 0;
}


#form {
	width: 500px;
	height: 108px;
	background: url(/images/bargain_hunter.gif) top right no-repeat;
	float: left;
	padding: 60px 0 0 30px;
}


#store_finder_form {
	width: 200px;

}

#store_finder_form input {
	margin: 0;
	padding: 0px;
	width: 165px;
	font-size: 11px !important;
}


#store_results {
	width: 800px;
	float: left;
}

#store_results h1 {
	font-size: 14px;
	font-weight: bold;
	color: #b71234;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}

#store_results p {
	padding: 0;
	margin-bottom: 5px;
}

.store_selected {
	background: url(/images/green_bg.gif) top no-repeat;
	width: 189px;
	height: 138px;
	padding: 15px;
	margin: 0 30px 30px 0;
	float: left;
}

.store_unselected {
	width: 189px;
	height: 138px;
	padding: 15px;
	margin: 0 30px 30px 0;
	float: left;
}


/* special offers
-----------------------------------------------------------*/

.coupon {
	width: 500px;
	border: dashed 2px #a59060;
	padding: 20px;
}

.coupon p {
	font-size: 14px !important;
	line-height: 20px !important;
}

p.disclaimer {
	font-size: 10px !important;
	line-height: 11px !important;
	margin-bottom: 0;
	color: #666666;
}

.coupon h1 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}


/* footer
-----------------------------------------------------------*/

#footer {
	margin: 0 auto;
	padding: 10px 0 20px 0;
	width: 902px;
	text-align: center;
}
#footer ul {
	margin: 0 0 5px 0;
	color: #7a7a7a;
	list-style: none;
}
#footer ul li a {
	color: #7a7a7a;
}
#footer ul li {
	display: inline;
}
#footer p {
	color: #666;
}

#footer a {
	color: #7a7a7a;
}
/* commonly used class selectors
-----------------------------------------------------------*/

/* shiny links */
a.shiny, a.shiny:visited {
	color: #000;
	text-decoration: none;
	background: url(/images/button_shiny.png) bottom left no-repeat;
}
a.shiny:hover {
	color: #7c7c7c;
	text-decoration: none;
}
a.shiny span {
	margin: 0 0 5px 4px;
	padding: 5px 10px 5px 10px;
	line-height: 14px;
	font-size: 11px;
	border-top: 1px solid #bcba9f;
	border-right: 1px solid #bcba9f;
	display: block;
}

/* shiny buttons */
button.shiny {
	padding: 0;
	width: auto;
	border: none;
	text-align: center;
	background: none;
	cursor: pointer;
	overflow: visible;
	position: relative !important;
}
button.shiny span {
	padding-left: 4px;
	padding-bottom: 5px;
	display: block;	
	text-decoration: none;
	cursor: pointer;
}
button.shiny em {
	padding: 0 14px 0 12px;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 24px;
	white-space: nowrap;
	display: block;
}
button.shiny::-moz-focus-inner {
    padding: 0;
    border: none;
}
button.shiny span {
	background: url(/images/button_shiny.png) bottom left no-repeat;
}
button.shiny em {
	border-top: 1px solid #bcba9f;
	border-right: 1px solid #bcba9f;
}
button.shiny em:hover {
	color: #7f7f7f;
}

/* forms */
input.text, textarea.text {
	padding: 4px;
	background: url(/images/form_input_shadow.gif) top right no-repeat;
	border: 0;
	margin: 0;
}

/* bulletless unorderd lists */
ul.bulletless {
	margin-left: 0;
	list-style: none;
}

/* links with red arrow */
a.arrow, a.arrow:visited, a.arrow:hover {
	padding-left: 10px;
	background: url(/images/icons_red_arrow.gif) center left no-repeat;
}

/* links with white arrow */
a.arrow_white, a.arrow_white:visited, a.arrow_white:hover {
	padding-left: 10px;
	background: url(/images/icons_white_arrow.gif) center left no-repeat;
	color: #fff;
}



/* basic alignments */
.left {
	float: left !important;
}
.right {
	float: right !important;
}
.clear_left {
	clear: left;
}
.clear_right {
	clear: right;
}
.clear_both {
	clear: both;
}
.center {
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center !important;
}

/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* commonly used elements
-----------------------------------------------------------*/

p, ul, ol, dl {
	margin-bottom: 15px;
	font-size: 12px;
}
span, strong, em {
	font-size: 12px;
}
ul {
	margin-left: 15px;
	list-style: disc;
}
ol {
	margin-left: 15px;
	list-style: decimal;
}
strong {
	font-weight: bold;
	color: #181818;
}
h1, h2, h3, h4 {
  	margin-bottom: 15px;
	font-weight: normal;
	color: #505050;
}
h1 {
	margin-top: 30px;
	font-size: 40px;
}
h2 {
	margin-top: 30px;
	margin-bottom: 18px;
	font-size: 30px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 12px;
	color: #1e1e1e;
}
a, a:visited {
	color: #b71234;
	text-decoration: underline;
}
a:hover {
	color: #7c7c7c;
	text-decoration: underline;
}


/* Featured Items */ 

#featured_items {
	background: #d1e6b5;
	width: 848px;
	height: 345px;
	float: left;
	position: relative;
	left: 23px;
}

#featured_items p {
	padding: 5px 10px 0 10px;
	font-size: 11px;
	line-height: 14px;
}

#featured_items table {
	margin: 20px 0 0 55px;
	width: 750px;
	height: 280px;
}

#featured_items td {
	width: 150px;
	height: 140px;
}

/* Store list */
.storeList {clear:both;}
.storeList .storeListItem {width:199px; height:160px;padding:10px 0 0 20px}
.storeList .storeName {font-size:14px; font-weight:bold;color:#b71234;text-decoration:none}
.storeList a{font-size:11px;display:block}
.storeList .selectedStore{background: url(../images/selected_store_bg.gif) 0 0 no-repeat;}
.storeList .btnStore{margin-top:-30px;margin-left:18px; display:block;width:158px;height:22px; background:url(../images/btn_store_select.gif) 0 0 no-repeat;cursor:hand;cursor:pointer;}
.storeList .changeBtn { background:url(../images/btn_store_change.gif) 0 0 no-repeat !important;} 

/* Home store block */
#homeStoreInfo {margin:-30px 0 0 60px;width:218px;height:69px;background: url(../images/bg_home_store.png) 0 0 no-repeat}
#homeStoreInfo h4{font:bold 11px Arial;color:#b71234;margin:0;padding:0}
#homeStoreInfo .address{font-weight: bold; padding:8px 0 0 13px;font-size:10px;}
#homeStoreInfo .address .addr{font-weight: bold; width:160px}
#homeStoreInfo .address .links{font-weight: bold; color:#b71234;}
#homeStoreInfo .address .changeButton{font-weight: bold; float:right;margin-right:8px}

/* Gallery */

.gallery {
 width: 500px;
}
.gallery ul {
 list-style: none;
 padding: 0;
 margin: 0;
}
.gallery li {
 display: inline;
 
}
.gallery li img {
 width: 90px;
 height: 90px;
 border: 1px #cc0000 solid;
 padding: 1px;
 cursor: pointer;
}
.gallery a {
 outline: none;
}

#main_nav {
height:33px;
background:url(../images/navigation_main_bar.jpg) top left repeat-x;
margin:0
}

.RadMenu {
float:right !important
}

.RadMenu a {
font:10px Arial;
text-decoration:none
}

.RadMenu .rmItem a,.RadMenu .rmItem a:visited {
color:#B90F33;
cursor:hand;
text-align:center;
vertical-align:middle;
width:156px;
margin-left:1px;
height:33px;
display:block;
background:url(../images/navigation_main_buttons.jpg) top left repeat-x;
overflow:hidden
}

.RadMenu .rmItem a:hover {
background-position:bottom left
}

.RadMenu .rmItem a .rmText {
margin-top:8px
}

.RadMenu {position:static !important}

.RadMenu .rmItem .rmSlide {
margin-left:-1px;
z-index:10000
}

.RadMenu .rmItem .rmSlide a {
-moz-opacity:.95;
filter:alpha(opacity=95);
opacity:.95;
color:#3D3B3E;
cursor:hand;
background:#C2D4D6;
text-align:left;
width:155px;
border-color:#7FB6DF;
border-style:solid;
border-width:0 1px 1px
}

.RadMenu .rmItem .rmSlide a span {
margin-left:10px
}

.RadMenu .rmItem .rmSlide a:hover {
background:#94BFDF;
color:#fff
}

.RadMenu .rmItem .rmSlide .rmSlide {
margin:10px 0 0 -10px
}

.RadMenu .rmItem .rmSlide .rmSlide .rmFirst a {
border-top:1px solid #7FB6DF
}

.rmItem.rmLast
{
	/*display: none !important;*/
} 
