.profileContainer { /*Exterior div */
	position: relative;
	width: 90%;
	min-width: 722px;
	max-width: 1230px;
	margin: 0 auto;
	top: 2px;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}
	
	
.profileWrapper { /*Interior div */
	position: relative;
	width: 100%; /* This is the width to change to 100% */
	margin: 0 auto;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}

#basicInfo{
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}

#personalInfo{
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}
	
.headerStats {
	position: relative;
	width: 100%;
	height: 100px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}
	
#statsWrapper {
	width: 100%;
	height: 60px;
	margin-top: 8px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}
	
.statBox {
	width: 100%;
	height: 52px;
	background-color: #2d2d2d;
	color: #fff;
	font-size: 16px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}

.statBoxN {
	width: 100%;
	height: 52px;
	background-color: #2d2d2d;
	color: #fff;
	font-size: 16px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}	

#profilePicture{
	position: relative;
	width: 204px;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
	box-sizing: border-box;
	}

#profilePicture img {
	display: block;
	}

#photoLink {
	position: absolute;
	width: 204px;
	height: 14px;
	top: 252;
	padding-left: 2px;
	background-color: #000000;
	color: #fff;
	font-size: 10px;
	text-align: left;
	opacity: 0.7;
	filter: alpha(opacity=70); /*for Internet Explorer 6/7*/
	filter: "alpha(opacity=70)"; /*for Internet Explorer 8*/
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}

#photoLink a:link, #photoLink a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	box-sizing: border-box;
	}

.infoHeader {
	width: 100%;
	height: 25px;
	background-color: #2d2d2d;
	color: #fff;
	font-size: 12px;
	line-height:25px;
	text-align: left;
	padding: 0 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}

.infoBox {
	width: 100%;
	height:227px;
	padding: 10px;
	color: #000;
	font-size: 12px;
	text-align: left;
	background-color: #f3f3f3;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}

#infoBoxRight {
	height: 142px;
	}
	
#compHeader {
	margin-top: 7px;
	}	
	
#compBox {
	width: 100%;
	height: 53px;
	padding: 10px;
	color: #000;
	font-size: 12px;
	text-align: left;
	background-color: #f3f3f3;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}


.meritBox {
	width: 100%;
	top: 7px;
	position: relative;
	height: 96px;
	background-color: #f3f3f3;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}

.meritHeader {
	width: 100%;
	height: 25px;
	background-color: #2d2d2d;
	color: #fff;
	font-size: 12px;
	line-height: 25px;
	text-align: left;
	padding: 0 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}

#actionWrapper {
	position: relative;
	width: 204px;
	top: 8px;
	height: 165px;
	background-color: #f3f3f3;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}


#actions_header {
	position: relative;
	top: 5px;
	width: 204px;
	height: 24px;
	background-repeat: no-repeat;
	line-height: 25px;
	color: #333;
	color: var(--default-color);
	text-align: center;
	margin: 0 0 8px 0;
	font-weight: bold;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}

#actionBox {
	position: relative;
	width: 204px;
	height: 160px;
	background-color: #f3f3f3;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}

#facebookLike {
	position: relative;
	width: 204px;
	height: 24px;
	background-color: #f3f3f3;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}

#honourBar {
	width: 100%;
	height: 33px;
	padding: 7px 0;
	background-color: #f3f3f3;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}

#honourBar img {
	display: block;
	margin: 0 auto;
	}


.rankSmall {
	font-size: 10px;
	line-height: 10px;
	color: #ffffff;
	}
	
.level {
	color: #ffffff;
	line-height: 23px;
	font-size: 16px;
	}

.statbox a, .statboxN a {
	text-decoration: none;
	}

#statusBox {
	position: relative;
	height: 100px;
	}

#statusText {
	position: relative;
	padding: 10px;
	color: #000;
	height: 68px;
	font-size: 12px;
	text-align: left;
	background-color: #f3f3f3;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}

#carousel_inner {
	float:left; /* important for inline positioning */
	width:94%; /* important (this width = width of list item(including margin) * items shown */
	overflow: hidden;  /* important (hide the items outside the div) */
	/* non-important styling bellow */
	background: #F0F0F0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}

#carousel_ul {
	position:relative;
	left:0px; /* important (this should be negative number of list items width(including margin) */
	list-style-type: none; /* removing the default styling for unordered list items */
	margin: 0px;
	padding: 0px;
	width: 100%; /* important */
	/* non-important styling bellow */
	padding-bottom:10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}

#carousel_ul li{
	float: left; /* important for inline positioning of the list items */
	width:50px;  /* fixed width, important */
	/* styling */
	padding:0px;
	height:50px;
	background: #f3f3f3;
	margin: 11px 3px 10px 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}

#carousel_ul li img {
	margin-bottom:-4px; /* IE is making a 4px gap bellow an image inside of an anchor (<a href...>) so this is to fix that*/
	/* styling */
	border:0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}

#left_scroll {
	float:left;
	height:71px;
	width:3%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}

#right_scroll{
	float: right;
	height:71px;
	width:3%;
	text-align: right;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}
	
#left_scroll img, #right_scroll img{
	/*styling*/
	cursor: pointer;
	cursor: hand;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}

.preloadImage {
	display: none;
	}

.footer > .container {
	padding-bottom: 12px;
}
