#categoryTabs {
	margin:0;
}


/* 
.yui-skin-lp .yui-navset .yui-nav a, .yui-skin-lp .yui-navset .yui-navset-top .yui-nav a {
	text-decoration:none;
}
*/

/* .yui-navset defaults to .yui-navset-top */
.yui-skin-lp .yui-navset .yui-nav,
.yui-skin-lp .yui-navset .yui-navset-top .yui-nav { /* protect nested tabviews from other orientations */
/*    border:solid #2647a0; */ /* color between tab list and content */
/*    border-width:0 0 5px;*/
	border-width:0;
    Xposition:relative;
    zoom:1;
}

.yui-skin-lp .yui-navset .yui-nav li,
.yui-skin-lp .yui-navset .yui-navset-top .yui-nav li {
    margin:0 0.5em 0 0; /* space between tabs */
    padding:1px 0 0; /* gecko: make room for overflow */
    zoom:1;
}

.yui-skin-lp .yui-navset .yui-nav .selected,
.yui-skin-lp .yui-navset .yui-navset-top .yui-nav .selected { 
    margin:0 0.5em -1px 0; /* for overlap */
}


.yui-skin-lp .yui-navset .yui-nav a,
.yui-skin-lp .yui-navset .yui-navset-top .yui-nav a {
	/* tab background */
    /* background:#d8d8d8 url(../../../../assets/skins/sam/sprite.png) repeat-x; */
	background: #eee; /*#d8d8d8;*/
    border:solid #ccc; /* #a3a3a3;*/
    border-width:0 1px;
    color:#000;
    text-decoration:none;
}

.yui-skin-lp .yui-navset .yui-nav a em,
.yui-skin-lp .yui-navset .yui-navset-top .yui-nav a em {
	border:solid #ccc; /* #a3a3a3;*/
    border-width:1px 0 0;
    cursor:hand;
    padding:0.25em .75em;
    left:0; right: 0; bottom: 0; /* protect from other orientations */
    
	/* top:-1px; */ /* for 1px rounded corners */
    position:relative;
}


.yui-skin-lp .yui-navset .yui-nav .selected a,
.yui-skin-lp .yui-navset .yui-nav .selected a:focus, /* no focus effect for selected */
.yui-skin-lp .yui-navset .yui-nav .selected a:hover { /* no hover effect for selected */
/* selected tab background */
    /* background:#2647a0 url(../../../../assets/skins/sam/sprite.png) repeat-x left -1400px; 
    color:#fff;*/ 
	background:#fff;
	color:#7dab40;
}

.yui-skin-lp .yui-navset .yui-nav a:hover,
.yui-skin-lp .yui-navset .yui-nav a:focus {
	/* selected tab background */
    /* background:#bfdaff url(../../../../assets/skins/sam/sprite.png) repeat-x left -1300px; */ 
	background:#fff;
    outline:0;
}

.yui-skin-lp .yui-navset .yui-nav .selected a em {
    padding:0.35em 0.75em; /* raise selected tab */
}

.yui-skin-lp .yui-navset .yui-nav .selected a,
.yui-skin-lp .yui-navset .yui-nav .selected a em {
     /* selected tab border color */
	/*border-color:#243356;*/
	border-color:#8B0000; /* #ccc; /* #808080; */
}

.yui-skin-lp .yui-navset .yui-content {
	/* content background color */
    /* background:#edf5ff; */ 
	background: #fff;
}

.yui-skin-lp .yui-navset .yui-content,
.yui-skin-lp .yui-navset .yui-navset-top .yui-content {
    border:1px solid #8B0000; /* #ccc; /* content border - default #808080 */
    /* border-top-color:#243356;*/ /* different border color */
    padding:2em 0.5em 0.25em 0.5em; /* content padding */
}
