body {
    background: white; 
	margin:0;
	padding:0;
}
#slugContainer {
    background: url("../images/disney-arsenal/EN/arsenal_container.jpg") no-repeat;
	width:775px; /* extra width added to account for margins */
	height:500px;
}

#common_header, #title_board, #breadcrumbs, .container_title, #attackImg, #common_footer, 
#get_more_slugs, #coupon, #search_image, #ratingContainer, 
#name_your_slug, #attack_bg_top, #attack_bg_bottom, #attackHeading{
	display:none !important;
}

#gear_rightSidebar{
	margin-top:62px;
}

#leftSidebar {
    background-image: url("../images/disney-arsenal/main/search_area_bg.jpg");
    background-repeat: no-repeat;
    float: left;
    height: 500px;
    width: 170px;
}
#gear_rightSidebarContent {
    background: url("../images/disney-arsenal/gear/gear_bg_middle.png");
    background-repeat: repeat-y;
    height: 303px;
    overflow: hidden;
}
.current_user {
    color: #FFAE00;
    font-family: 'Folk Solid',cursive,sans-serif;
    font-size: 24px;
    width: 165px;
    padding-top: 7px;
}
#category{
	font-family: 'Folk Solid',cursive,sans-serif;
	font-size:19px;
	color: #ffffff;
	margin-left:27px;
}
#searchIcon {
    cursor: pointer;
    height: 23px;
    width: 19px;
	float:left;
	margin-top:13px;
	margin-left:2px;
}
#searchIcon img{
	height: 23px;
    width: 19px;
}
#arsenal_list {
    background-image: url("../images/disney-arsenal/main/slug_images_bg.jpg");
	background-repeat: no-repeat;
    width: 493px;
	height:500px;
	float:left;
	overflow-y:auto;
	overflow-x:hidden;
}
#arsenal_list ul{
    
}
#top_content{
	height:316px;
}
#full_container{
	background:url('../images/disney-arsenal/arsenal_container_bg.jpg') no-repeat;
	width:663px;
	height:500px;
}
#slugContent {
    margin-left: 87px;
}
#arsenal_list li {
    cursor: pointer;
}
#arsenal_list_items {
	margin:0!important;
	padding:0!important;
}
#arsenal_list_content {
    height: 451px;
    margin-left:10px;
    margin-top: 21px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 493px;
}
#smaller_search_image{
	margin-left:23px;
	margin-top:33px;
	border-bottom: 2px dotted #2ACEC8;
	width: 121px;
	padding-bottom:5px;
}
#slug_search_response {
    font-family: 'Folk Solid';
	letter-spacing: 0.03em;
    font-size: 22px;
    margin-left: 20px;
}
#slug_search_response span{
	font-style:italic;
	color:white;
}
.slugs div{
	background:url('../images/disney-arsenal/arsenal_list_elements/slug_locked.png') no-repeat;
	width:96px;
	height:112px;
	overflow:hidden;
	background-position: 0px 8px;
}
.slugs div:hover{
	background:url('../images/disney-arsenal/arsenal_list_elements/rollover.png') no-repeat;
	background-position: 0px 8px;
}	
.slugs div .slug_image, .ghouls div .ghoul_image{
	overflow:hidden;
	margin-top:0px;
	margin-left:14px;
	width:72px;
	height:80px;
}
.slugs div .slug_image{
	overflow:hidden;
	margin-top:0px;
	margin-left:14px;
	width:72px;
	height:80px;
}
.slugs div .lock{
	float: right;
    margin-right: 15px;
    margin-top: -25px;
    overflow: hidden;
	display:none;
}
.slugs div .slug_name{
	background:url('../images/disney-arsenal/arsenal_list_elements/slug_name_bg.png');
	width:85px;
	height:17px;
	overflow:hidden;
	font-family: 'Folk Solid',cursive,sans-serif;
	letter-spacing:0.01em;
	font-size:17px;
	color:#031e2f;
	margin-top:-8px;
	line-height:0.9em;
	text-align:center;
	margin-left:5px;
	
}
.slugs div .slug_number{
	background:url('../images/disney-arsenal/arsenal_list_elements/slug_num_bg.png');
	width:70px;
	height:15px;
	overflow:hidden;
	font-family: 'Trebuchet MS',verdana,helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000c13;
	margin-top:2px;
	text-align:center;
	padding-top: 1px;
}

.gear div{
	background:url('../images/disney-arsenal/arsenal_list_elements/gear_locked.png') no-repeat;
	width:96px;
	height:120px;
	overflow:hidden;
	background-position: 0px 8px;
}
.gear div:hover{
	background:url('../images/disney-arsenal/arsenal_list_elements/gear_rollover.png') no-repeat;
	background-position: 0px 8px;
}	
.gear div .gear_image{
	overflow:hidden;
	margin-top:0px;
	margin-left:10px;
	width:72px;
	height:80px;
}
.gear div .lock{
	float: right;
    margin-right: 15px;
    margin-top: -25px;
    overflow: hidden;
	display:none;
}
.gear div .gear_name{
	background:url('../images/disney-arsenal/arsenal_list_elements/gear_name_bg.png');
	width:85px;
	height:17px;
	overflow:hidden;
	font-family: 'Folk Solid',cursive,sans-serif;
	font-size:17px;
	color:white;
	margin-top:-5px;
	line-height:0.9em;
	text-align:center;
	margin-left:5px;
	
}
.gear div .gear_number{
	background:url('../images/disney-arsenal/arsenal_list_elements/slug_num_bg.png');
	width:70px;
	height:15px;
	overflow:hidden;
	font-family: 'Trebuchet MS',verdana,helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000c13;
	margin-top:3px;
	text-align:center;
	padding-top: 1px;
}

.ghouls div{
	background:url('../images/disney-arsenal/arsenal_list_elements/ghoul_locked.png') no-repeat;
	width:96px;
	height:112px;
	overflow:hidden;
	background-position: 0px 5px;
}

.ghouls div .lock{
	float: right;
    margin-right: 15px;
    margin-top: -25px;
    overflow: hidden;
	display:none;
}
.ghouls div .ghoul_name{
	 background: url("../images/disney-arsenal/arsenal_list_elements/slug_name_bg.png") repeat scroll 0 0 transparent;
    color: #031E2F;
    font-family: 'Folk Solid',cursive,sans-serif;
    font-size: 17px;
    height: 17px;
    letter-spacing: 0.01em;
    line-height: 0.9em;
    margin-left: 5px;
    margin-top: -8px;
    overflow: hidden;
    text-align: center;
    width: 85px;
	
}
.slugs div .slug_number, .ghouls div .ghoul_number{
	background:url('../images/disney-arsenal/arsenal_list_elements/slug_num_bg.png');
	width:70px;
	height:15px;
	overflow:hidden;
	font-family: 'Trebuchet MS',verdana,helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000c13;
	margin-top:2px;
	text-align:center;
	padding-top: 1px;
}

#slugsListSection {
    margin-bottom: 10px;
    position: relative;
    top: -0.7em;
}

#slugSearch {
    background: url("../images/arsenal/slug_search_bg.jpg");
	background-repeat:repeat-x;
    border: 2px solid #2ACEC8;
    height: 15px;
    width: 98px;
	margin-left:23px;
	margin-top:15px;
	float:left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#viewArea {
    float: left;
    height: 464px;
    margin-left: 17px;
    margin-top: 18px;
    width: 417px;
}


#gear_info {
	width:170px;
	font-family: 'Trebuchet MS',verdana,helvetica,sans-serif;
    font-size: 10px;
	font-weight:bold;
	font-style:italic;
	margin-top:15px;
	margin-bottom:15px;
	margin-left:25px;
	color:white;
	display:block;
}
#gear_lightbox_thumbs {
	margin-left:25px;
}
#gear_lightbox_thumbs img{
	border:2px solid #363636;
	width:38px;
	height:36px;
}
#gearImg img {
	width:374px;
	height:383px;
	margin-left:0px;
}
#gearImg {
    background: url("../images/disney-arsenal/gear/gear_image_bg.png");
	background-repeat: no-repeat;
	background-position: 24px 30px;
	margin-left:20px;
	margin-top:20px;
}
.classic_viewarea{
	 background: url("../images/disney-arsenal/slug/slug_info_bg.jpg");
}
.ghoul_viewarea{
	 background: url("../images/arsenal/ghoul/ghoul_slug_info_bg.jpg");
	 margin-top: -2px;
}
#name_your_slug {
	cursor:pointer;
	font-family: 'Folk Solid',cursive,sans-serif;
	text-decoration:underline;
	font-size:23.71px;
	line-height:41.49px;
	color: #360c00;
	float:right;
	margin-right:26px;
	width: 126px;
    height: 35px;
}
#name_slug {
    color: #360C00;
    cursor: pointer;
    float: right;
    font-family: 'Folk Solid',cursive,sans-serif;
    font-size: 23.71px;
    height: 35px;
    line-height: 41.49px;
    margin-right: 26px;
    width: 285px;
}
#name_slug #curr_slug_name {
    float: right;
}
#name_slug #add_name {
    float: right;
    margin-left: 7px;
    margin-top: 5px;
	background-image: url("../images/arsenal/add.png");
	width:14px;
	height:15px;
}
#customize_slug_name{
	float:right;
	margin-right:31px;
	width: 201px;
    height: 35px;
}
#custom_slug_name {
	width:197px;
	height:20px;
	font-family: 'Folk Solid',cursive,sans-serif;
	font-size:23.71px;
	line-height:41.49px;
	color: #360c00;
	margin-right:26px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    border: 2px solid black;
	background-color: rgba(0, 0, 0, 0.25);

}
#name_your_slug div:after{
	content: ">";
}

#backArsenal {
	background-image: url("../images/disney-arsenal/back_btn.png");
	background-repeat:no-repeat;
	color: #FFAE00;
    font-family: 'Molot';
    font-size: 22px;
	width:160px;
	height:43px;
    cursor: pointer;
	float:left;
	margin-left: -11px;
    margin-top: -11px;
	position:relative;
	z-index:2;
}
#backArsenal div {
    margin-left: 50px;
    padding-top: 8px;
	text-shadow: 2px 2px 0px black;
    filter: dropshadow(color=black, offx=2, offy=2);
}
#rightSidebar {
    max-height: 455px;
    min-height: 400px;
	margin-top:28px;
}
#rightSidebar_container {
    float: left;
    margin-top: 18px;
    width: 211px;
}
.classic_rightbar_container {
    background: url("../images/disney-arsenal/slug/rightcontainer_bg.jpg") no-repeat;
    height: 464px;
    
}
.ghoul_rightbar_container {
    background-image: url("../images/arsenal/ghoul/ghoul_rightcontainer_bg.jpg");
    height: 464px;
    margin-top: 0px;
}
#rightSidebarContent {
    background-image: url("../images/disney-arsenal/attack_bg_middle.png");
    background-repeat: repeat-y;
    max-height: 425px;
    overflow: hidden;
}

#attack_bg_top_smaller{
	height:19px;
}
#gear_bg_top_smaller{
	height:21px;
}

#slug_lightbox_thumbs {
	margin-bottom:8px;
	float:right;
	margin-right:22px;
}
#slug_lightbox_thumbs img{
	border: 2px solid #540a00;
	margin-left:5px;
	width:38px;
	height:36px;
}
#slug_lightbox_thumbs a img{
	margin-right:-5px!important;
}
#testAttack {
    border: 2px solid black;
    bottom: 4em;
    height: 200px;
    left: 8em;
    padding: 10px;
    position: absolute;
    width: 1000px;
}
/*
#attackDesc {
    bottom: 6em;
    left: 20em;
    position: relative;
}
#attackDesc p {
    border: 1px solid grey;
    height: 150px;
    max-width: 350px;
    overflow: auto;
}
*/
#attack_desc_block{
	height:127px;
}
#powers {
	margin-left:19px;
	margin-top:16px;
	margin-bottom:14px;
}
.power {
    float: left;
    margin-right: 16px;
    width: 40px;
}
.power img{
	margin-left:8px;
	width:38px;
	height:38px;
}
.power div{
	width:50px;
	text-align:center;
	font-family:'Folk solid';
	font-size:14px;
	line-height:14px;
	color:#ffffff;
}
#sort {
    border-bottom: 2px dotted #2ACEC8;
    height: 35px;
    margin-left: 23px;
    margin-top: 15px;
    width: 122px;
}
#sortTitle {
    color: #001523;
    float: left;
    font-family: 'Folk Solid',cursive,sans serif;
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 5px;
	margin-right:3px;
}
#numSort {
    background-image: url("../images/disney-arsenal/sort_unselect.png");
    color: black;
    cursor: pointer;
    font-family: 'Folk Solid',cursive,sans serif;
    font-size: 11px;
    height: 19px;
    text-align: center;
    width: 36px;
	line-height:18px;
	float:left;	
	margin-left:3px;
}
#charSort {
    background-image: url("../images/disney-arsenal/sort_unselect.png");
    color: black;
    cursor: pointer;
    font-family: 'Folk Solid',cursive,sans serif;
    font-size: 11px;
    height: 19px;
    text-align: center;
    width: 36px;
	line-height:18px;
	float:left;
}

ul {
    list-style: none outside none;
    overflow: auto;
}
#slugList li:nth-child(2n) {
    background-image: url("../images/arsenal/sluglist_light_bg.png");
    background-repeat: repeat-x;
}
#slugList li:nth-child(2n+1) {
    background-image: url("../images/arsenal/sluglist_dark_bg.png");
    background-repeat: repeat-x;
}
#slugList li:hover {
    background-image: url("../images/arsenal/sluglist_hover_bg.png");
    background-repeat: repeat-x;
}
#slugList {
    border: 2px solid #2ACEC8;
    color: white;
    margin: 0;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    width: 125px;
}
#slugList li {
    cursor: pointer;
    padding-left: 10px;
    padding-top: 3px;
}
.slugs, .gear, .ghouls {
    float: left;
    margin-left: 10px;
}

#imgSlider {
	background:url('../images/disney-arsenal/EN/img_transform_btn.png') no-repeat;
	cursor: pointer;
    float: left;
    height: 128px;
    margin-left: 157px;
    width: 242px;
}
#clearInput {
    border: 1px solid black;
    cursor: pointer;
    float: right;
    font-size: 16px;
    height: 25px;
    margin: 5px;
    width: 45px;
}
.gear_viewarea{
	background: url("../images/disney-arsenal/gear/gear_info_bg.jpg") no-repeat;	
}
.gear_rightSidebar_container {
    background: url("../images/disney-arsenal/gear/gear_rightcontainer_bg.jpg") no-repeat;
    height: 464px;
    
}
#slugImg img {
    width: 253px;
	height: 276px;
}
#slugImg {
    background: url("../images/disney-arsenal/slug/slug_bg.png") 17px 160px;
    left: 0px;
    position: relative;
    top: -360px;
	width:256px;
	background-repeat: no-repeat;

	
}

#gear_name {
    color: #FFAE00;
    font-family: 'Folk Solid',cursive,sans-serif;
    font-size: 35px;
    letter-spacing: 0.03em;
    line-height: 0.9em;
    margin-left: 25px;
    text-shadow: 3px 3px 0 #4C2002;
	filter: dropshadow(color=#4c2002, offx=3, offy=3);
    width: 170px;
	margin-bottom:15px;
}

#slugName {
    font-size: 50px;
    line-height: 0.6em;
    text-align: right;
    width: 328px;
	float:right;
	margin-top:13px;
	margin-right:4px;
	color: #FFCC00;
    font-family: 'Folk Solid',cursive,sans-serif;
	letter-spacing: 0.03em;
	text-shadow: 3px 3px 0px #4c2002;
    filter: dropshadow(color=#4c2002, offx=3, offy=3);
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c2002,direction=150, strength=3);*/
	height:40px;
}
#slugSpecies {
    color: #FFCC00;
    font-family: 'Folk Solid',cursive,sans-serif;
	letter-spacing: 0.03em;
    width: 59px;
	float:right;
	margin-top:31px;
	margin-right:22px;
	text-align:right;
	height:50px;
	border:none;
}
#speciesText {
    color: black;
	font-size:18px;
	margin-top:-4px;
	display:block;
	height:20px;
}
#speciesNum {
   font-size: 22px;
	margin-top:8px;
	display:block;
	text-shadow: 3px 3px 0px #4c2002;
    filter: dropshadow(color=#4c2002, offx=3, offy=3);
}
#character {
    color: #FFA200;
    float: right;
    font-family: 'Folk Solid',cursive,sans-serif;
    font-size: 17px;
    letter-spacing: 0.03em;
    line-height: 105%;
    margin-bottom: 4px;
    margin-right: 22px;
    margin-top: -5%;
    text-align: right;
    width: 40%;
}
#famous_slug{
	font-size:24px;
	margin-bottom:17px;
	padding:0;
}
#cTitle {
    color: white;
	letter-spacing: 0.03em;
}
#persTitle {
    color: white;
	letter-spacing: 0.03em;
}
#characterName {
    color: black;
    text-align: right;
	font-family: 'Trebuchet MS',verdana,helvetica,sans-serif;
	font-weight:bold;
	font-style:italic;
	font-size:20px;
}
#characterPers {
    color: black;
	text-align:right;
	font-family: 'Trebuchet MS',verdana,helvetica,sans-serif;
    font-size: 12px;
	font-weight:bold;
	font-style:italic;
	position:relative;
	z-index:3;
	
}
.slug_description{
	line-height:16px;
	margin:0 0 8px!important;
	padding:0;
}

.classic_mode_button {
    background-image: url("../images/disney-arsenal/ghoul_btn-small.png");
	background-repeat:no-repeat;
    cursor: pointer;
    height: 49px;
    width: 95px;
	 margin: -30px 0 0 302px;
}
.classic_mode_button p {
    color: #A9D9AC;
    font-family: 'Folk Solid',cursive,sans-serif;
    font-size: 17px;
    line-height: 0px;
}
.classic_mode_button p:nth-child(1) {
    margin-left: 45px;
}
.classic_mode_button p:nth-child(2) {
    margin-left: 48px;
    margin-top: -3px;
}
.ghoul_mode_button {
    background-image: url("../images/disney-arsenal/classic_btn-small.png");
	background-repeat:no-repeat;
    cursor: pointer;
    float: right;
    height: 49px;
    margin-right: 23px;
    width: 95px;
}
.ghoul_mode_button p {
    color: #188660 !important;
    font-family: 'Folk Solid',cursive,sans-serif;
    font-size: 17px;
    line-height: 0px;
	
}
.ghoul_mode_button p:nth-child(1) {
    margin-left: 32px;
}
.ghoul_mode_button p:nth-child(2) {
    margin-left: 40px;
    margin-top: -3px;
}
#hideShow {
    cursor: pointer;
    left: 124px;
    position: absolute;
    top: 14em;
    z-index: 999;
}
#attackImg {
    border: 3px solid #DF9C19;
    height: 64px;
    width: 199px;
	margin-left:26px;
	margin-top:23px;
}
#attackText {
    color: white;
}
.attackDescription {
    background-image: url("../images/arsenal/attack_desc_bg.jpg");
    border: 2px solid #CCEEF5;
    color: white;
    font-family: 'Trebuchet MS',verdana,helvetica,sans-serif;
    font-size: 10px;
    font-style: italic;
    font-weight: bold;
    margin-left: 19px;
    margin-top: 48px;
    max-height: 108px;
    overflow: hidden;
    padding: 8px 6px;
    width: 153px;
}
/*
#attackText li:nth-child(2n) {
    background-image: url("../images/arsenal/list_light_bg.jpg");
    margin-bottom: 2px;
    padding-left: 10px;
    padding-top: 3px;
}
#attackText li:nth-child(2n+1) {
    background-image: url("../images/arsenal/list_dark_bg.jpg");
    margin-bottom: 2px;
    padding-left: 10px;
    padding-top: 3px;
}*/
#attackNum {
    color: white;
    width: 70px;
	float:left;
	font-family: 'Folk Solid',cursive,sans-serif;
	font-size:29px;
	line-height:30px;
	margin-left:14px;
	margin-top:6px;
	text-shadow: 3px 3px 0px #4c2002;
    filter: dropshadow(color=#4c2002, offx=3, offy=3);
}
.hide {
    display: none;
}
.show {
    display: block;
}
.blueText {
    color: #12CACF;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
#attackHeading_smaller {
	margin-left:19px;
	float:left;
	margin-top:11px;
}
/*
.styled-select-attack select {
    background: none repeat scroll 0 0 transparent;
    border: 2px solid #5CACEE;
    color: white;
    font-family: 'Folk Solid',cursive,sans-serif;
    font-size: 14px;
    height: 32px;
    padding: 0;
    text-transform: uppercase;
    width: 240px;
}
.styled-select-attack {
    background: url("../images/arsenal/dropdown_arrow_attacks.jpg") no-repeat scroll right center #1A6A7F;
    height: 27px;
    left: 2.5em;
    overflow: hidden;
    position: relative;
    width: 222px;
    z-index: 4;
}*/
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
h3:hover {
    border: 1px double black;
}
* html .clearfix {
}
:first-child + html .clearfix {
}

@font-face {
    font-family: 'Folk Solid';
    src: url('../fonts/folksolid-webfont.eot'); /* IE9 */
    src: url('../fonts/folksolid-webfont.eot?#iefix') format('embedded-opentype'), /* old IE */
         url('../fonts/folksolid-webfont.woff') format('woff'),
         url('../fonts/folksolid-webfont.ttf') format('truetype'),
         url('../fonts/folksolid-webfont.svg#folk_solidregular') format('svg');
}
@font-face {
    font-family: 'Molot';
    src: url('../fonts/Molot.otf');
}