/* Some elements in the css are skinable, some are not. */

/* Stablize Font Size - add tags as needed when fontsize seems to go wacky. */

body *, .BNSWSidebar .BNSWSidebar
{
    font-size: 100%; 
	
}

/* default link behaivor - the order of these should be a, link, visited, hover, or else the inharances will not be what you want */
a, a:link
{
color: #00befd;
text-decoration: none;
}

a:visited
{
}

a:focus, a:hover
{
text-decoration: underline;
}

/* has arrow pointing off to the right */
a.BNSWLinkRight, a.BNSWMoreLink
{
	display: block;
	background-image: genericGreenArrow.gif;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	padding: 0 15px 0 0;
	text-align: right;
}

a.BNSWMoreLink
{
    margin: 5px 10px;
}

/* This styles the Quote Text blocks */
blockquote
{
}

input 
{		
}

input.JewelryTextBox 
{
	font-size:	    10px;
	background-color: #666666;
	border: 1px solid #000000;
	padding-left: 2px;
	padding-right: 2px;
}

input.JewelryPassBox 
{
	font-size:	    11px;
	background-color: #666666;
	border: 1px solid #000000;
	padding-left: 2px;
	padding-right: 2px;
}
input.line {
	BORDER-TOP: #000000 1px solid; MARGIN: 30px 0px
}

/* Anything applying to the body tag... */
body
{
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: .7em;
	margin: 0;
	padding: 0;
	BACKGROUND-COLOR: #1F1F1F;
	background-image: url(images/flowers.gif); 
	background-repeat: no-repeat; 
	background-attachment: fixed; 
	background-position: 15px 75px;
	color: #999999;
	text-align: center;
	height: 100%;
}

#interface1 {
	Z-INDEX: 1
}
#loader_container {
	WIDTH: 100%; POSITION: relative; TOP: 40%; TEXT-ALIGN: center
}
#loader {
	BORDER-RIGHT: #6a6a6a 1px solid; PADDING-RIGHT: 0px; BORDER-TOP: #6a6a6a 1px solid; DISPLAY: block; PADDING-LEFT: 0px; FONT-SIZE: 10px; Z-INDEX: 255; PADDING-BOTTOM: 10px; MARGIN: 0px auto; BORDER-LEFT: #6a6a6a 1px solid; WIDTH: 135px; COLOR: #000000; PADDING-TOP: 10px; BORDER-BOTTOM: #6a6a6a 1px solid; FONT-FAMILY: Tahoma, Helvetica, sans; BACKGROUND-COLOR: #333333; TEXT-ALIGN: left
}
#progress {
	FONT-SIZE: 1px; LEFT: 10px; WIDTH: 1px; POSITION: relative; TOP: 1px; HEIGHT: 5px; BACKGROUND-COLOR: #9d9d94
}
#loader_bg {
	FONT-SIZE: 1px; LEFT: 8px; WIDTH: 113px; POSITION: relative; TOP: 8px; HEIGHT: 7px; BACKGROUND-COLOR: #ebebe4
}
.border_preview {
	BORDER-RIGHT: #888 1px solid; BORDER-TOP: #888 1px solid; Z-INDEX: 100; MIN-HEIGHT: 380px; BORDER-LEFT: #888 1px solid; WIDTH: 460px; BORDER-BOTTOM: #888 1px solid; POSITION: absolute; HEIGHT: 380px; BACKGROUND-COLOR: #333
}
.title_h2 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 18px; PADDING-BOTTOM: 0px; WIDTH: 300px; PADDING-TOP: 10px
}

/* emphasis/italic text */
em, i
{
	font-style: italic;
}

/* Take padding/margin out of the form element. */
form
{
    margin: 0;
    padding: 0;
}

/* site title */
h1
{
	margin: 0;
	padding: 0;
	font-size: 175%;
}

/* page title */
h2
{
	margin: 0;
	padding: 0;
	font-size: 160%;
}

/* article title */
h3
{
	margin: 0;
	padding: 0;
	font-size: 150%;
}

h4
{
	margin: 0;
	padding: 0;
	font-size:120%;
	
}

/* title above the artilce title */
.BNSWSuperhead
{
	text-decoration: underline;
}
/* subhead 1 */
.BNSWSubhead {
	font-style: italic;
}
/* webpart title */
h5
{
	margin: 0;
	padding: 0;
	font-size: 100%;
}

/* subhead two */
h6
{
	margin: 0;
	padding: 0;
	font-size: 100%;
}

/* special HR */
div.BNSWHR 
{
	margin-top: 5px;
	height: 1px;
	background: #000;
}

div.BNSWHR hr 
{
	display: none;
	height: 1px;
}

hr 
{
	height: 1px;
	color: #000;
}

html
{
	height: 100%;
}

/* Defaults the image tag to no border */
img
{
    border: 0;
}
img.BNSWTrailerImage {
	border: 1px solid #fff;
}

/* Form Label Text */
label
{
}



/* Sets the default size of the p tag */
p
{
    margin: 0;
    padding: 0;
	margin-bottom: .60em;
	line-height: 1.3em;
}

/* sets the default size of the span tag (to the same as the p tag) */
span
{
}

/* strong/bold text */
strong, b
{
	font-weight: bold;
}

/* ordered list */
ol
{
    padding: 0;
    list-style-position: outside;
    margin: 5px 0px 5px 20px;
}

/* unordered list */
ul
{
    padding: 0;
    list-style-position: outside;
    margin: 5px 0px 5px 20px;
}

/* Sets the text size of list items. */
li
{
    padding: 0 0 0 0px;
    margin: 0 0 8px 0;
}

/* At A Glance */
.BNSWGlanceMain
{
	float:right;
	border: 1px solid #757575;
	width:200px;
}
.BNSWGlanceMain h6
{
	background-color:#757575;
	color:#FFFFFF;
	font-weight:bold;
	padding:3px;	
}
.BNSWGlanceMain ul
{
	padding:1px;
	margin-left: 18px;
	margin-bottom:5px;
	margin-top:5px;
}

/* align left */
.BNSWAlignLeft {
    text-align:left
}

/* align right */
.BNSWAlignRight {
    text-align: right;
}

/* align center */
.BNSWAlignCenter {
    text-align: center;
}

/* Top Banner */
.BNSWBannerTop
{
}

/* Middle Banner */
.BNSWBannerMiddle
{
}

/* Bottom Banner */
.BNSWBannerBottom
{
    background-position: 0% 100%;
    background-repeat: no-repeat;
}

/* Email Feedback text and Link */
.BNSWBuyNow
{
}

.BNSWBuyNow a, .BNSWBuyNow a:link, a.BNSWBuyNow, a.BNSWBuyNow:link
{
}

.BNSWBuyNow a:visited, a.BNSWBuyNow:visited
{
}

.BNSWBuyNow a:focus, .BNSWBuyNow a:hover, a.BNSWBuyNow:focus, a.BNSWBuyNow:hover
{
}

/* Text style for the byline of an article */
.BNSWByline
{
	font-style: italic;
}

/* calendar table */
	.BNSWCalendarDate
	{
		width: 66px;
	}
	
	.BNSWCalendarPlatform
	{
		width: 28px;
	}

	table.BNSWCalendar {
		text-align: left;
		width:100%;
		border-bottom: 4px solid #ffffff;
		}
	table.BNSWCalendar tbody {
		border-bottom: 4px solid #ffffff;
	}
	table.BNSWCalendar tr {
		cursor: hand;
		}
	table.BNSWCalendar tr th {
		cursor: auto;
		}
	table.BNSWCalendar th {
		border-top:4px solid #ffffff;
		background-color: #f9f9f9;
		padding: 2px 5px 2px 5px;
		}
	table.BNSWCalendar td {
		border-top:4px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		padding: 0;
		margin: 0;
		vertical-align: top;
		}
	table.BNSWCalendar tbody td a {
		font-weight: bold;
		color: #515151;
		}
	table.BNSWCalendar tbody a:hover {
		text-decoration: none;
	}
	table.BNSWCalendar tr.BNSWCalendarHighlight {
		background-color: #ffffff;
		}
	table.BNSWCalendar tr.BNSWCalendarHighlight td {
		border-top:4px solid #ffffff;
		border-bottom: 1px solid #99CC33;
		background-color: #ffffff;
		}
	table.BNSWCalendar tr.BNSWCalendarHighlight a {
		font-weight: bold;
		color: #006633;
		}
	
	table.BNSWCalendar td div {
		border-top: 1px solid #ffffff;
		padding: 2px 5px 2px 5px;
		top:0;
		vertical-align: center;
	}
	
	table.BNSWCalendar tr.BNSWCalendarHighlight div {
		border-top: 1px solid #99CC33;
		padding: 2px 5px 2px 5px;
		top:0;
	}

/* For hidding text */
.BNSWDisplayNone
{
	display: none;
}

.BNSWRelative
{
    position: relative;
}

/* Email Blockquote */
.BNSWEmailBlockquote
{
}

blockquote.BNSWEmailBlockquote
{
}


/* Email Feedback text and Link */
.BNSWEmailFeedback
{
}

.BNSWEmailFeedback a, .BNSWEmailFeedback a:link, a.BNSWEmailFeedback, a.BNSWEmailFeedback:link
{
}

.BNSWEmailFeedback a:visited, a.BNSWEmailFeedback:visited
{
}

.BNSWEmailFeedback a:focus, .BNSWEmailFeedback a:hover, a.BNSWEmailFeedback:focus, a.BNSWEmailFeedback:hover
{
}


/* error messages - styles the errors that you see when misfilling out a form. */
.BNSWErrorMessage
{
    display: block;
    clear: both;
	color: #FF0103;
}

div.BNSWErrorMessage
{
}

span.BNSWErrorMessage
{
}

ul.BNSWErrorMessage
{
}

/* Feature Media Class */
.BNSWFMScreen
{
	margin: 5px;
	border: solid 1px #ffffff;
	padding: 0;
}


.BNSWFMVideoBox
{
	margin:0px;
	float:left;
	text-align: center;
	color: #ffffff;
}

.BNSWFMVideo
{
	margin: 5px;
	border: solid 1px #ffffff;
	padding: 0;
}

/* float left */
.BNSWFloatLeft
{
	float: left;
	display: block;
}

.BNSWFloatLeftAlignLeft {
	float: left;
	text-align: left;
	display: block;
}


/* float right */
.BNSWFloatRight
{
	float: right;
	display: block;
}

.BNSWFloatRightAlignRight {
	float: right;
	text-align: right;
	display: block;
}

/* clear float */
.BNSWFloatClear
{
	margin: 0;
	padding: 1px;
	clear: both;
}

.BNSWFloatClearLeft
{
	margin: 0;
	padding: 1px;
	clear: left;
}



/* from Styles */
.BNSWFormElements
{
    float: left;
    width: 45%;
}

.BNSWFormHelp
{
    float: right;
    width: 45%;
}

.BNSWFormButtons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 4px;
	color: #000000;
	background:#CCCCCC;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
	clear: none;
}

.BNSWSearchButtons
{
	clear: both;
	color: #fff;
	background-color:#515151;
	border-style: solid;
	border-width: 1px;
	border-color: #d1d1d1;
}

/* default form element styles */
button 
{
}
select 
{
}

textarea 
{
	border: 1px solid #d1d1d1;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: .90em;
	scrollbar-arrow-color: #e2e2e2;
	scrollbar-3dlight-color: #f9f9f9;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #757575;
	scrollbar-highlight-color: #757575;
	scrollbar-shadow-color: #ffffff;
	scrollbar-track-color: #e2e2e2;
}

input 
{		
}

input.BNSWTextBox 
{
	background-color: #FFF;
	border: 1px solid #d1d1d1;
	padding-left: 5px;
	padding-right: 5px;
}

input.BNSWPassBox 
{
	background-color: #FFF;
	border: 1px solid #d1d1d1;
	padding-left: 5px;
	padding-right: 5px;
}

.BNSWRadioButtonList
{
    display: block;
    margin: 5px 15px;
}
.BNSWRadioButtonList br
{
    clear: both;
}
.BNSWRadioButtonList input
{
    display: block;
    margin: 0px;
    float: left;
}
.BNSWRadioButtonList label
{
    display: block;
    float:left;
    width: 400px; 
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 5px;
}

.BNSWRadioButtonList label br
{
    clear: none;
}

.BNSWACFormHalfRadioButtonList
{
    display: block;
    margin: 0px;
}
.BNSWACFormHalfRadioButtonList br
{
    clear: both;
}
.BNSWACFormHalfRadioButtonList input
{
    display: block;
    margin: 0px;
    float: left;
}
.BNSWACFormHalfRadioButtonList label
{
    display: block;
    float:left;
    width: 175px; 
    margin-bottom: 3px;
    margin-top: 3px;
    margin-left: 5px;
}

.BNSWACFormHalfRadioButtonList label br
{
    clear: none;
}

.BNSWACFormHalfColumnCheckBox
{
    display: block;
    margin: 0px;
}
.BNSWACFormHalfColumnCheckBox br
{
    clear: both;
}
.BNSWACFormHalfColumnCheckBox input
{
    display: block;
    margin: 0px;
    float: left;
}
.BNSWACFormHalfColumnCheckBox label
{
    display: block;
    float:left;
    width: 175px; 
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 5px;
}

.BNSWAC3ColumnCheckboxs
{
    display: block;
    margin: 0px;
}
.BNSWAC3ColumnCheckboxs br
{
    clear:both;
}
.BNSWAC3ColumnCheckboxs input
{
    display: block;
    margin: 0px;
    float: left;
}
.BNSWAC3ColumnCheckboxs label
{
    display: block;
    float:left;
    width: 120px; 
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 5px;
}



/* Game Product Detail text and Link */
.BNSWGameProductDetail
{
}

.BNSWGameProductDetail a, .BNSWGameProductDetail a:link, a.BNSWGameProductDetail, a.BNSWGameProductDetail:link
{
}

.BNSWGameProductDetail a:visited, a.BNSWGameProductDetail:visited
{
}

.BNSWGameProductDetail a:focus, .BNSWGameProductDetail a:hover, a.BNSWGameProductDetail:focus, a.BNSWGameProductDetail:hover
{
}

/* Gamertag text and Link */
.BNSWGamertag
{
	font-weight: bold;
}

.BNSWGamertag a, .BNSWGamertag a:link, a.BNSWGamertag, a.BNSWGamertag:link
{
}

.BNSWGamertag a:visited, a.BNSWGamertag:visited
{
}

.BNSWGamertag a:focus, .BNSWGamertag a:hover, a.BNSWGamertag:focus, a.BNSWGamertag:hover
{
}

/* Game Title text and Link */
.BNSWGameTitle
{
	font-style: italic;
}

.BNSWGameTitle a, .BNSWGameTitle a:link, a.BNSWGameTitle, a.BNSWGameTitle:link
{
}

.BNSWGameTitle a:visited, a.BNSWGameTitle:visited
{
}

.BNSWGameTitle a:focus, .BNSWGameTitle a:hover, a.BNSWGameTitle:focus, a.BNSWGameTitle:hover
{
}

/* Text style for the image caption */
/* font size change */
.BNSWImageCaption
{
    margin: 0px;
    margin-bottom: 1em;
    padding: 0px 12px; 
	color: #757575;
	line-height: 120%;
	font-size: 80%;
}

/* layout using tables */
.BNSWLayoutTable
{
    border: none;
    border-collapse: collapse;
    padding: 0px;
    color:inherit;
}

.BNSWLayoutRow
{
}

.BNSWLayoutCell
{
    padding: 0px;
    vertical-align: top;
}

/* layout used on non-authored pages */
#BNSWLayoutSidebar, .BNSWLayoutSidebar
{
	margin: 0 0 0 4px;
	padding: 0px;
    float: right;
    width: 283px;
 }
#BNSWLayoutNavbar, .BNSWLayoutNavbar
{
    margin: 0 4px 0 0;
    float: left;
    width: 283px;
 }
#BNSWLayoutBody, .BNSWLayoutBody
{
 float: left;
 width: 473px;
}




/* Legal Text */
.BNSWLegalText
{
}

/* New Bug */
.BNSWNewBug
{
}

/* Link List */
.BNSWLinkList
{
}

.BNSWLinkList a, .BNSWLinkList a:link
{
}

.BNSWLinkList a:visited
{
}

.BNSWLinkList a:focus, .BNSWLinkList a:hover
{
}

ul.BNSWLinkList
{
}
/* LIVE Branded Text */
.BNSWLIVEText
{
	color: #E88D00;
}

/* Product Info Webpart classes */
.BNSWPITitle
{
	padding: 7px 12px 7px 12px;
	background-color: #f9f9f9;
	color: #006633;
	border-bottom: solid 1px #D1D1D1;
}

.BNSWPIGameImage
{
	float: left;
	padding: 0;
	margin: 1px, 0, 1px, 12px;
}

.BNSWPIHardwareImage
{
	float: left;
	padding: 0;
	margin: 1px, 0, 1px, 0;
}

.BNSWPIGame
{
	margin: 0;
	padding: 2px 12px;
	line-height: 1.1em;
	border-bottom: solid 1px #D1D1D1;
	width: 100%;
}

.BNSWPIHardware
{
	margin: 0;
	padding: 9px 10px 10px 10px;
	line-height: 1.1em;
	border-bottom: solid 1px #D1D1D1;
	width: 100%;
}

.BNSWPIHardwareBox
{
	float: left;
}

.BNSWPIRating
{
	margin: 0;
	padding: 7px 0 25px 0;
	line-height: 1.1em;
	clear: both;
}

.BNSWPIRating img
{
	margin: 1px 12px;

}



.BNSWPIXbox
{
	margin: 2px 12px;
	padding: 2px 10px;
	line-height: 1.2em;
	border: solid 1px #006633;
	border-left-width: 17px;
	background-color: #ffffff;
	color: #515151;
}

.BNSWPILive
{
	margin: 2px 12px;
	padding: 2px 10px;
	line-height: 1.1em;
	border: solid 1px #EB8E03;
	border-left-width: 17px;
	background-color: #ffffff;
	color: #515151;
}

.BNSWMediaViewScreenshot
{
    margin-top: 20px; 
    margin-left:60px; 
    margin-bottom:20px;
}

/* Promotional text and Link */
.BNSWPromotion
{
}

.BNSWPromotion a, .BNSWPromotion a:link, a.BNSWPromotion, a.BNSWPromotion:link
{
}

.BNSWPromotion a:visited, a.BNSWPromotion:visited
{
}

.BNSWPromotion a:focus, .BNSWPromotion a:hover, a.BNSWPromotion:focus, a.BNSWPromotion:hover
{
}

/* Product Features List*/
.BNSWProductFeatures
{
}

ul.BNSWProductFeatures
{
}

/* Required Field */
.BNSWRequiredField 
{
	color: #FF0103;
} 

/* Expando-menu */

ul.BNSWExpandoMenu {
		display: block;
		margin: 0;
		padding: 0;
		background-color: #d1d1d1;
		line-height:1.5em;
		font-weight: bold;
		list-style-type: none;
		overflow:hidden;
		width: 283px;
	}	
	ul.BNSWExpandoMenu li 
	{
		display: block;
		width: 100%;
		padding: 4px 0 2px 0;
		margin: 0px;
	}
	ul.BNSWExpandoMenu span, ul.BNSWExpandoMenu a {
		display: block;
		width: 100%;
		margin: 0 0 0 0;
		padding: 0 0 0 25px;
		border-top: 1px solid #BCBCBC;
		border-bottom: 1px solid #BCBCBC;
		cursor: hand;
		background-image: url(ExpandoImageSheet.gif);
		background-position: 0 -20px;
	}
	ul.BNSWExpandoMenu li.BNSWMenuCurrent {
		display: block;
		width: 100%;
		margin: 0 0 0 0;
		padding: 0 0 0 25px;
		border-top: 1px solid #BCBCBC;
		border-bottom: 1px solid #BCBCBC;
		background-image: url(ExpandoImageSheet.gif);
		background-position: 0 0;
		cursor:default;
		color: #B2B2B2;
	}
	ul.BNSWExpandoMenu li.BNSWMenuLink a, ul.BNSWExpandoMenu li.BNSWMenuLink a:link, ul.BNSWExpandoMenu li.BNSWMenuLink a:visited {
		background-image: url(ExpandoImageSheet.gif);
		background-position: 0 0;
		border-top: 1px solid #BCBCBC;
		border-bottom: 1px solid #BCBCBC;
		color: #006633;
	}
	ul.BNSWExpandoMenu li.BNSWMenuLink a:hover {
		background-image: url(ExpandoImageSheet.gif);
		background-position: -285px 0;
		color: #006633;
	}
	li.BNSWExpandoMenuClosed {
		margin: 0;
		padding: 0;
		color: #515151;
	}
	li.BNSWExpandoMenuClosed ul 
	{
	    margin: 0px;
	    padding: 0px;
		display: none;
	}
	li.BNSWExpandoMenuOpen {
		display: block;
		background-image: url(ExpandoImageSheet.gif);
		background-position: -570px -16px;
		background-repeat: no-repeat;
		color: #006633;
	    margin: 0px;
	    padding: 0px;
	}
	li.BNSWExpandoMenuOpen span {
		border: 0;
		background-image: url(ExpandoImageSheet.gif);
		background-position: -570px -20px;
		padding-left: 40px;
	}
	li.BNSWExpandoMenuOpen ul {
		display: block;
		margin: 0;
		padding: 0;
		background-image: url(ExpandoImageSheet.gif);
		background-position: -570px -200px;
		background-repeat: no-repeat;
		background-color: #A4D033;
		padding-top: 0.5em;
		list-style-type: none;
	}
	li.BNSWExpandoMenuOpen ul li {
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
		border: 0;
		background: #A4D033;
		border-bottom: 1px solid #C5E07F;
	}
	
	li.BNSWExpandoMenuOpen ul li.BNSWMenuCurrent {
		padding-left: 40px;
	    margin: 0px;
		background-image: url(ExpandoImageSheet.gif);
		background-position: 0px -200px;
		background-repeat: repeat-x;
		background-color: #DBEBB2;
		color: #006633;
    }	    
	li.BNSWExpandoMenuOpen ul li.BNSWMenuLink a, li.BNSWExpandoMenuOpen ul li.BNSWMenuLink a:link, li.BNSWExpandoMenuOpen ul li.BNSWMenuLink a:visited {
		color: #515151;
		padding-left: 40px;
		display: block;
		background: #A4D033;
		border: 0;	
		}
	li.BNSWExpandoMenuOpen ul li.BNSWMenuLink a:hover {
		background-image: url(ExpandoImageSheet.gif);
		background-position: -285px -200px;
		background-repeat: repeat-x;
		color: #ffffff;
	}
	li.BNSWExpandoMenuOpen ul li.BNSWMenuSelected a {
		background-image: url(ExpandoImageSheet.gif);
		background-position: 0px -200px;
		background-repeat: repeat-x;
		background-color: #DBEBB2;
		color: #006633;
	}
	ul.BNSWExpandoMenu span.BNSWExpandoHighlight {
		background-image: url(ExpandoImageSheet.gif);
		background-position: -285px -20px;
		background-repeat: no-repeat;
		background-color: #ffffff;
	}
	ul.BNSWExpandoMenu a:hover {
		background-image: url(ExpandoImageSheet.gif);
		background-repeat: no-repeat;
		background-position: -285px -20px;
		background-color: #ffffff;
	}	
	ul.BNSWExpandoMenu ul li a:hover {
		background-image: url(ExpandoImageSheet.gif);
		background-repeat: no-repeat;
		background-position: -285px -20px;
		background-color: #A4D033;
	}

		


/* progressBar css*/
.BNSWProgressBar
{
    color: #d1d1d1;
}

.BNSWProgressBar ul, .BNSWProgressBar li
{
    display: inline;
}

.BNSWProgressBar ul .BNSWProgressBarStep
{
    color: #000000;
}

/* Pull Quote */
.BNSWPullQuote
{
	font-style: italic;
}

blockquote.BNSWPullQuote
{
}

p.BNSWPullQuote
{
}
/* special classes for footer items */
.BNSWCodeOfConduct {
}
.BNSWFooterLegalText {
}
.BNSWTermsOfUse {
}

/* special class for Copyright and Registered Symbols */
span.BNSWSuperSymbols {
	vertical-align: super;
	font-size: 80%
}

/* Sidebar text and Link */
.BNSWSidebar
{
	font-size: 50%;
}

.BNSWSidebar a, .BNSWSidebar a:link, a.BNSWSidebar, a.BNSWSidebar:link
{
}

.BNSWSidebar a:visited, a.BNSWSidebar:visited
{
}

.BNSWSidebar a:focus, .BNSWSidebar a:hover, a.BNSWSidebar:focus, a.BNSWSidebar:hover
{
}

/* Spoiler Text */
.BNSWSpoilerText
{
}

/* syndicate Byline */
.BNSWSyndicateByline
{
	font-style: italic;
}

/* Webpart classes */
.BNSWChrome h5 {
	margin: 0;
    padding: 0;
	background: #DF8600;
	color: #ffffff;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 1em;
}

.BNSWWpColumn
{
    margin: 0;
    padding: 0;
}

.BNSWWpFriendsList
{
    margin: 0;
    padding: 0;
}

.BNSWWpColumnGroup
{
    width:100%;
    margin: 0;
    padding: 0;
}

.BNSWDownrule
{
    padding: 0px;
    margin: 0px;
    border: none;
    width: 4px;
    background-color: #FFFFFF;
}

.BNSWWpFreeForm
{
    margin: 10px;
    padding: 0px;
}

.BNSWWpFlash
{
    margin: 0;
    padding: 0;
}

.BNSWWpFeatureMedia
{
	padding: 5px;
	margin: 0;
}

.BNSWWpMenu 
{
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
}

.BNSWWpFindAGame
{
    margin: 14px 10px 5px 10px;
    padding: 0px;
}

.BNSWWpProductInfo
{
    margin-bottom: 15px;
}

.BNSWWpSearch
{
	background-color: #ffffff;
}

.BNSWSearchResults
{
	padding-left: 15px;
}

/* PROGRESS BAR */
.BNSWACProgressBar {
	background-color: #525051;
	height: 68px;
	padding: 0;
	margin: 0;
	border-bottom: 4px solid #ffffff;
	}
.BNSWACProgressBar strong 
{
    font-weight: normal;
}
.BNSWACProgressBar ul {	
	width: 670px;
	height: 54px;
	background-image: url(ACImageSheet.gif);
	background-repeat: no-repeat;
	background-position: 0px -37px;
	border: 0;
	margin: 0;
	padding: 0;
	margin-left:47px;
	list-style-type: none;
	position: relative;
	color: #ffffff;
	}
.BNSWACProgressBar ul li
{
	float: left;
	padding: 0;
	margin: 0;
	width: 132px;
	height: 54px;
	position: relative;
		}
.BNSWACProgressBar ul li p {
	position: absolute;
	bottom: 18px;
	left: 0;
	width: 112px;
	margin: 0 10px 0 10px;
	font-size: 11px;
	text-align: center;
}
li.BNSWACProgressItemCurrent {
	background-image: url(ACImageSheet.gif);
	background-repeat: no-repeat;
	background-position: 0px -97px;
	font-weight : bold;
	
}
li.BNSWACProgressItemComplete {
	background-image: url(ACImageSheet.gif);
	background-repeat: no-repeat;
	background-position: -132px -97px;
}
li.BNSWACProgressItemIncomplete {
	background-image: none;
	color: #747273;

}


#BNSWCmsConsole
{
    border: double 3px orange; 
    padding: 3px 10px 3px 10px;
    color: Black; 
    font-family: Verdana,Arial,sans-serif; 
    font-size: 12px; 
    width: 1100px; 
    height: 150px; 
    background-color: silver;
}

#BNSWCmsConsole a, #BNSWCmsConsole a:link
{
    color: Black;
}

/* IDSS Token */
#BNSWIdssToken
{
	position: absolute;
	height: 1px;
	width: 1px;
	left: 0;
	top: 0;
}

/* Controls the shell.. */
#BNSWShell
{
	position: relative;
	background-image: url(ImageSheetRepeat.gif);
	background-color: #e2e2e2;
    margin: 0 auto;
	padding: 0;
	width: 770px;
    text-align: left;
}

#BNSWShellTop
{
	background-image: url(ImageSheetRepeat.gif);
	position: relative;
	background-color: #e2e2e2;
    font-size: 12px;
    margin: 0 auto;
	padding: 0;
	width: 770px;
	height: 143px;
	overflow: hidden;
    text-align: left;
}

#BNSWShellTopUtility
{
	position: relative;
	left: 5px;
    margin: 0;
	padding: 0;
    height: 23px;
	background-color: #515151;
	color: #C3C3C3;
	width: 760px;
    font-size: 10px;
	line-height: 17px;
}

#BNSWShellTopUtilityLocal
{
    margin: 0;
	padding: 0;
	position: absolute;
	left: 12px;
	top: 2px;
	width: 360px;
}

#BNSWShellTopUtilityLocal span
{
	margin: 0;
    padding: 0;
	display: block;
	height: 18px;
	float: left;
}

#BNSWShellTopUtilityLocal a
{
    	color: #C3C3C3;
}

#BNSWShellTopUtilityLocal a:link, #BNSWShellTopUtilityLocal a:visited
{
	color: #006633;
}

#BNSWShellTopUtilityLocalChange, #BNSWShellTopUtilityLocalChange:link
{
	margin: 0;
    padding: 0 0 0 20px;
	display: block;
	background-image: url(ImageSheet.gif);
	background-position: -28px -2px;
	height: 18px;
	float: left;
}

#BNSWShellTopUtilitySearch
{
    margin: 0;
	padding: 0;
    font-size: 10px;
	color: #d1d1d1;
	position: absolute;
	left: 365px;
	top: -4px;
	width: 391px;
	line-height: 17px;
    text-align: right;
}

.PassportSignIn
{
    position: relative;
    top: 5px;
}

.PassportSignOut
{
    position: relative;
    top: 5px;
}

#BNSWShellTopUtilitySearch input
{
	background-color: #616161;
	border-style: solid;
	border-width: 1px;
	border-color: #A1A1A1;
    font-size: 10px;
	color: #D1D1D1;
	height: 18px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
}

#BNSWShellTopUtilitySearch #BNSWShellTopUtilitySearchButton
{
	background-color: #919191;
	border-style: solid;
	border-width: 1px;
	border-color: #111111;
	border-left-color: #A1A1A1;
	border-top-color: #A1A1A1;
    font-size: 10px;
	color: #ffffff;
	height: 18px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
}

#BNSWShellTopUtilitySearch div, #BNSWShellTopUtilitySearch ul, #BNSWShellTopUtilitySearch li, #BNSWShellTopUtilitySearch form
{
    display: inline;
	padding: 0;
	margin: 0;
}

#BNSWShellTopUtilityForums, #BNSWShellTopUtilityForums:link, #BNSWShellTopUtilityForums:visited
{
	background-color: #D1D1D1;
	position: relative;
	top: -2px;
    margin: 0;
	padding: 1px 5px 3px 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #111111;
	border-left-color: #e1e1e1;
	border-top-color: #e1e1e1;
	color: #515151;
}

#BNSWShellTopUtilityForums
{
	color: #777777;
}


#BNSWShellTopBrand
{
	position: relative;
    margin: 0;
	padding: 0;
	background-image: url(ImageSheet.gif);
	background-position: -5px -23px;
    height: 120px;
	width: 760px;
	left: 5px;
}

#BNSWShellTopBrandLogo
{
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 350px;
	height: 65px;
}

/* gamercard Me & You (profile pages) */
div.BNSWGamercardMeContainer, div.BNSWGamercardMeContainer01 {
	background-color: #515151;
	width: 473px;
    padding-top: 5px;
	padding-bottom: 5px;
}
div.BNSWGamercardMeContainer p, div.BNSWGamercardMeContainer01 p {
	margin-left: 15px;
	margin-top: 10px;
}
div.BNSWGamercardMeContainer a, div.BNSWGamercardMeContainer a:link, div.BNSWGamercardMeContainer a:visited, div.BNSWGamercardMeContainer a:hover, div.BNSWGamercardMeContainer01 a, div.BNSWGamercardMeContainer01 a:link, div.BNSWGamercardMeContainer01 a:visited, div.BNSWGamercardMeContainer01 a:hover {
	color: #E88D00;
}
div.BNSWGamercardMe {
	color: #ffffff;
	width: 465px;
	margin: 0px 0px 0px 5px;
}
div.BNSWGamercardMe h3 {
	height: 28px;
	margin: 0;
	padding: 5px 0px 0px 15px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
}
div.BNSWGamercardMe h3 img {
	margin-right: 10px;
}
div.BNSWGamercardMe h3.BNSWGamertagSilver {
	background-position: 0px 0px;
}
div.BNSWGamercardMe h3.BNSWGamertagGold 
{
	background-position: -465px 0px;
}
div.BNSWGamercardMe div.BNSWGamercardInfo {
	background-position: 0px -50px;
	margin: 0;
	width: 465px;
	height: 95px;

	}
div.BNSWGamercardMe div.BNSWGamercardStats {
	width: 230px;
	padding-top: 15px;
	float: left;
}
div.BNSWGamercardMe div.BNSWGamercardStats p {
	display: block;
	font-size: 115%;
	font-weight: bold;
	margin: 0;
	padding-top: 1px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #898989;
	position: relative;
	height: 21px;
}
div.BNSWGamercardMe div.BNSWGamercardMotto {
	width: 142px;
	margin-top: 15px;
	margin-left: 3px;
	float: left;
	overflow: hidden;
}
div.BNSWGamercardMe div.BNSWGamercardMotto p {
	color: #000000;
	font-size: 115%;
	text-align: center;
}

div.BNSWGamercardMe .BNSWGamercardGamertile {
	margin: 14px 0 0 13px;
	float: left;
	border: 1px solid #AFAFAF;
	}
div.BNSWGamercardMe div.BNSWGamercardPresence {
	height: 40px;
	width: 465px;
	margin-top: 4px;
	background-position: -465px -50px;

}
div.BNSWGamercardMe div.BNSWGamercardOnlineStatus {
	width: 136px;
	height: 40px;
	color: #000000;
	float: left;
}
div.BNSWGamercardMe div.BNSWGamercardOnlineStatus p {
	margin:0;
	margin-top: 6px;
	width: 135px;
	text-align: center;
	font-weight: bold;
}
div.BNSWGamercardMe div.BNSWGamercardPlaying {
	width: 315px;
	height: 40px;
	float: left;
	margin-left: 10px;
}
div.BNSWGamercardMe div.BNSWGamercardPlaying p {
	margin: 0;
	margin-top: 6px;
}
div.BNSWGamercardMe div.BNSWGamercardLinksBox {
	display: block;
	width: 460px;
	background-color: #757575;
	margin: 10px 0px 10px 3px;
	overflow: hidden;
}

div.BNSWGamercardMe div.BNSWGamercardLinksBox p {
	margin: 7px 5px 7px 10px;
}

div.BNSWGamercardMeContainer div.BNSWGamercardMe h3, div.BNSWGamercardMeContainer div.BNSWGamercardMe div.BNSWGamercardInfo, div.BNSWGamercardMeContainer div.BNSWGamercardMe div.BNSWGamercardPresence
{
    	background-image: url(gamercardMeImageSheet.gif);
}
div.BNSWGamercardMeContainer01 div.BNSWGamercardMe h3, div.BNSWGamercardMeContainer01 div.BNSWGamercardMe div.BNSWGamercardInfo, div.BNSWGamercardMeContainer01 div.BNSWGamercardMe div.BNSWGamercardPresence
{
    	background-image: url(gamercardMeImagesheet01.gif);
}

/* gamercard shell */
div.BNSWGamercardShell {
	width: 285px;
	height: 60px;
	overflow: hidden;
	position: absolute;
	left: 484px;
	top:8px;
}
div.BNSWGamercardShell a, div.BNSWGamercardShell a:link, div.BNSWGamercardShell a:visited, div.BNSWGamercardShell a:hover {
color: #006633;
}
div.BNSWGamercardShell h3 {
	font-size: 10px;
	line-height: 16px;
	margin-left: 2px;
}
div.BNSWGamercardShell div.BNSWGamercardInfo {
	margin: 0;
	width: 255px;
	height: 45px;
	border-top: 1px solid #006633;
}
div.BNSWGamercardShell div.BNSWGamercardStats {
	width: 200px;
	height: 40px;
	margin-top: 5px;
	float: left;
}
div.BNSWGamercardShell .BNSWGamercardGamertile {
	margin: 4px 0 0 1px;
	float: left;
	border: 1px solid #AFAFAF;
}
div.BNSWGamercardShell div.BNSWGamercardStats p {
	width: 175px;
	display: block;
	font-size: 10px;
	margin: 0 0 0 5px;
	line-height: 11px;
	float: left;

	}

#BNSWShellTopBrandLogo a, #BNSWShellTopBrandLogo a:link
{
	margin: 0;
	padding: 0;
	display: block;
	width: 350px;
	height: 65px;
}

#BNSWShellTopBrandLogo span
{
	display: none;
}

#BNSWShellTopMainNav
{
    position: absolute;
	left: 5px;
	top: 91px;
	width: 760px;
	height: 50px;
	overflow: hidden;
}

.BNSWNavMain
{
    display: inline;
	padding: 0;
	margin: 0;
}

.BNSWNavMain *
{
	position: static;
    display: inline;
	padding: 0;
	margin: 0;
}

.BNSWNavMain1, .BNSWNavMain2, .BNSWNavMain3, .BNSWNavMain4, .BNSWNavMain5, .BNSWNavMain6, .BNSWNavMain1:link, .BNSWNavMain2:link, .BNSWNavMain3:link, .BNSWNavMain4:link, .BNSWNavMain5:link, .BNSWNavMain6:link, .BNSWNavMain1:visited, .BNSWNavMain2:visited, .BNSWNavMain3:visited, .BNSWNavMain4:visited, .BNSWNavMain5:visited, .BNSWNavMain6:visited
{
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	width: 126px;
    display: block;
	padding: 0;
	margin: 0;
	color: #515151;
	position: absolute;
	top: 0;
	z-index: 16;
	height: 29px;
	padding: 8px 0 0 0;
}


.BNSWNavMainSelected .BNSWNavMain1, .BNSWNavMainSelected .BNSWNavMain2, .BNSWNavMainSelected .BNSWNavMain3, .BNSWNavMainSelected .BNSWNavMain4, .BNSWNavMainSelected .BNSWNavMain5, .BNSWNavMainSelected .BNSWNavMain6, .BNSWNavMainSelected .BNSWNavMain1:link, .BNSWNavMainSelected .BNSWNavMain2:link, .BNSWNavMainSelected .BNSWNavMain3:link, .BNSWNavMainSelected .BNSWNavMain4:link, .BNSWNavMainSelected .BNSWNavMain5:link, .BNSWNavMainSelected .BNSWNavMain6:link, .BNSWNavMainSelected .BNSWNavMain1:visited, .BNSWNavMainSelected .BNSWNavMain2:visited, .BNSWNavMainSelected .BNSWNavMain3:visited, .BNSWNavMainSelected .BNSWNavMain4:visited, .BNSWNavMainSelected .BNSWNavMain5:visited, .BNSWNavMainSelected .BNSWNavMain6:visited, .BNSWNavMainSelected .BNSWNavMain1:hover, .BNSWNavMainSelected .BNSWNavMain2:hover, .BNSWNavMainSelected .BNSWNavMain3:hover, .BNSWNavMainSelected .BNSWNavMain4:hover, .BNSWNavMainSelected .BNSWNavMain5:hover, .BNSWNavMainSelected .BNSWNavMain6:hover
{
	font-weight: bold;
	color: #006633;
}

.BNSWNavMain1:hover, .BNSWNavMain2:hover, .BNSWNavMain3:hover, .BNSWNavMain4:hover, .BNSWNavMain5:hover, .BNSWNavMain6:hover, .BNSWNavMain1:active, .BNSWNavMain2:active, .BNSWNavMain3:active, .BNSWNavMain4:active, .BNSWNavMain5:active, .BNSWNavMain6:active
{
	padding: 8px 0 0 0;
	text-decoration: none;
	background-repeat: no-repeat;
    color: #515151;
}

span.BNSWNavMain1, span.BNSWNavMain2, span.BNSWNavMain3, span.BNSWNavMain4, span.BNSWNavMain5, span.BNSWNavMain6
{
    color:#BBBBBB;
}

.BNSWNavMainDefault
{
}

.BNSWNavMainSelected
{
}

.BNSWNavMain1
{
	left: 2px;
}

.BNSWNavMain2
{
	left: 128px;
}

.BNSWNavMain3
{
	left: 254px;
}

.BNSWNavMain4
{
	left: 380px;
}

.BNSWNavMain5
{
	left: 506px;
}

.BNSWNavMain6
{
	left: 632px;
}

.BNSWNavRaised0
{
	display: none;
}

.BNSWNavRaised1, .BNSWNavRaised2, .BNSWNavRaised3, .BNSWNavRaised4, .BNSWNavRaised5, .BNSWNavRaised6
{
	display: block;
    height: 32px;
	width: 325px;
	position: absolute;
	top: 0;
	z-index: 15;
}

.BNSWNavRaised1
{
	left: -98px;
}

.BNSWNavRaised2
{
	left: 28px;
}

.BNSWNavRaised3
{
	left: 154px;
}

.BNSWNavRaised4
{
	left:280px;
}

.BNSWNavRaised5
{
	left: 406px;
}

.BNSWNavRaised6
{
	left: 532px;
}

.BNSWNavSub
{
    display: none;
}

.BNSWNavSubSelectedUL
{
	display: block;
	position: absolute;
	left:0;
	top:  29px;
	width: 760px;
	height: 24px;
	text-align: center;
	background-image: url(ImageSheet.gif);
	background-position: -5px -143px;
}

.BNSWNavSubSelectedUL a, .BNSWNavSubSelectedUL a:link, .BNSWNavSubSelectedUL a:visited
{
 	font-weight: bold;
    display: inline;
	width: auto;
	position: static;
	font-size: 10px;
	margin: 0 2px 0 2px;
	padding: 5px 14px 0 14px;
	color: #515151;
}

.BNSWNavSubSelectedUL a:hover, .BNSWNavSubSelectedUL a:active
{
 	font-weight: bold;
	border-left: 1px solid #4A721B;
	border-right: 1px solid #4A721B;
	background-color: #006633;
	background-image: url(ImageSheet.gif);
	background-position: -10px -167px;
	padding: 5px 13px 0 13px;
	color: #ffffff;
	text-decoration: none;	
}

.BNSWNavSubDefault
{
}

.BNSWNavSubDefault a:hover
{
	text-decoration: none;
}

.BNSWNavSubSelected a, .BNSWNavSubSelected a:link, .BNSWNavSubSelected a:visited, .BNSWNavSubSelected a:hover
{
	font-weight: bold;
	color: #006633;
}

#BNSWShellTopTitle
{
    display: none;
}

#BNSWShellTopLogo
{
    display: none;
}

#BNSWShellBody
{
	background-color: #e2e2e2;
    margin: 0 5px;
	padding: 0;
	width: 760px;
	overflow: hidden;
    text-align: left;
}

#BNSWPageFragment
{
    text-align: left;
}

#BNSWShellBottom
{
	background-image: url(ImageSheetRepeat.gif);
	background-color: #515151;
	color: #B1B1B1;
    margin: 0;
	padding: 0;
	width: 770px;
	overflow: hidden;
    text-align: left;
	font-size: 9px;
}



#BNSWShellBottomLinks
{
    border-top: solid 4px #ffffff;    
	position: relative;
	left: 5px;
	background-color: #515151;
	padding: 0;
	margin: 0;
	width: 760px;
	height: 48px;
	overflow: hidden;
}

#BNSWShellBottomDivider
{
    position: relative;
	background-image: url(ImageSheet.gif);
	background-position: 0 -205px;
	background-color: #515151;
	height: 1px;
	line-height: 1px;
	overflow: hidden;
}

#BNSWShellBottomRule
{
    position: relative;
	left: 5px;
	background-color: #ffffff;
	width: 760px;
	height: 4px;
	overflow: hidden;
}

#BNSWShellBottomLegal
{
	position: relative;
	background-image: url(ImageSheet.gif);
	background-position: 0 -206px;
	background-color: #515151;
	height: 60px;
}

#BNSWShellBottomLegal p
{
    width: 620px;
    display: block;
	position: absolute;
	padding: 0;
	margin: 0;
	top: 10px;
	left: 140px;
}

#BNSWShellBottomLegal ul
{
    display: block;
	position: absolute;
	padding: 0;
	margin: 0;
	top: 35px;
	left: 140px;
}

#BNSWShellBottomLegal li
{
    border-left: solid 1px #B1B1B1;
    display: inline;
	padding: 0 5px 0 5px;
	margin: 0;
}

#BNSWShellBottomLegal li#BNSWShellBottomLegalFirst
{
	border-left-style: none;
    border-left-width: 0;
	padding: 0 5px 0 0;
}


#BNSWShellBottom a, #BNSWShellBottom a:link, #BNSWShellBottom a:visited, #BNSWShellBottom a:hover
{
	color: #B1B1B1;
}

/* Turn off some print information for printing... */
@media print 
{
  /* Turn off elements not needed for printing, and format the page as needed. */
  
    #BNSWShellBottom
    {
        display: none;
    }
    
    #BNSWShellTop
    {
        display: none;
    }
    
    #BNSWShellTopTitle
    {
        display: block;
    }
    
    #BNSWShellTopLogo
    {
        display: block;
    }
    
}

.BNSWClearFloat
{
    display: none;
}

.BNSWChrome h5 {
	height: 1.4em;
}


.BNSWNavMain1:hover, .BNSWNavMain2:hover, .BNSWNavMain3:hover, .BNSWNavMain4:hover, .BNSWNavMain5:hover, .BNSWNavMain6:hover, .BNSWNavMain1:active, .BNSWNavMain2:active, .BNSWNavMain3:active, .BNSWNavMain4:active, .BNSWNavMain5:active, .BNSWNavMain6:active
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='NavHover.png',sizingMethod='crop');
	cursor: hand;
}

.BNSWNavRaised1, .BNSWNavRaised2, .BNSWNavRaised3, .BNSWNavRaised4, .BNSWNavRaised5, .BNSWNavRaised6
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='NavRaised.png',sizingMethod='crop');
}

.BNSWNavSubSelectedUL a
{
	height: 24px;
}

.BNSWRadioButtonList input
{
    margin-top: 1px;
}
.BNSWACFormHalfRadioButtonList input
{
    margin-top: 0px;
}
.BNSWACFormHalfColumnCheckBox input
{
    margin-top: 2px;
}

.BNSWAC3ColumnCheckboxs input
{
    margin-top: 2px;
}

/* Profile Classes */
.BNSWProfileImageDescCell {
		position: relative;
		height: 76px;
		background-position: -1808px 0px;
		background-image: url(MyXboxSkinImageSheet.gif);
		background-repeat: repeat-y;
	}
	.BNSWProfileImageDescCell img {
		float: left;
		position: relative; 
		top: 50%; 
		margin-top: -33px; 
		margin-bottom: 5px; 
		margin-left: 12px;
		border: 0px;
	}
	.BNSWProfileImageDescCell p {
		margin:0px auto 0px 107px; 
		margin-left:107px; 
		padding:0; 
		width: 315px;
		padding-top:17px; 
		padding-bottom:10px;
		text-align: left;

	}

ul.BNSWProfileAchievementsList {
	list-style: none;
	text-indent: 0;
	margin: 0 0 0px 0;
	padding: 0;

	}
ul.BNSWProfileAchievementsList li {
	cursor: pointer;
	}
ul.BNSWProfileAchievementsList li a, ul.BNSWProfileAchievementsList li a:hover {
	text-decoration: none;
	}
ul.BNSWProfileAchievementsList .BNSWAchImageNameCell p {
	text-align: left;
	width: 200px;
	margin-left: 62px;
	padding-top: 4px;
	padding-bottom: 5px;
	margin-bottom: 0;
}
ul.BNSWProfileAchievementsList .BNSWAchImageNameCell img {
	float: left;
	position: relative; 
	top: 50%; 
	margin-left: 15px;
	border: 1px solid #ffffff;
	margin-top: -16px;
	height: 32px;
}
ul.BNSWProfileAchievementsList .BNSWAchImageNameCell {
	position: relative;
	background-image: none;
	border-bottom: 1px solid #999999;
	height: 40px;
}
ul.BNSWProfileAchievementsList a {
	color: #515151;
}
ul.BNSWProfileAchievementsList div {
	background-color: #E7E7E7;
	width: 283px;
	margin: 0;
	display: block;
	border: 1px solid #E7E7E7;
}

ul.BNSWProfileAchievementsList div.BNSWProfileAchievementsListHighlight {
	background-color: #ffffff;
	width: 283px;
	margin: 0;
	display: block;
	border: 1px solid #FFFFFF;
	}