@font-face {
	font-family: HelveticaNeue;
	src: url('fonts/HelveticaNeueLTPro-ThExO.otf');
}
@font-face {
	font-family: HelveticaNeueBd;
	src: url('fonts/HelveticaNeueLTPro-BdExO.otf');
}
.helvetica {
    font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
}
.helvetica-bold {
    font-family: HelveticaNeueBd, Helvetica, Arial, sans-serif;
}
.gray { color: gray; }




table td.headerMessage {
    padding: 1em 3em;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid black;
}
table td.headerError {
    color: white;
    background-color: red;
}
table td.headerInfo {
    color: white;
    background-color: #8FC312;
}


#title-slides {
    position: relative;
    margin-bottom: 10px;
}
#title-slides a.browse {
    display: block;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 108px;
    cursor: pointer;
    font-size: 1px;
    z-index: 1000;
}
#title-slides a.prev {
    background: url(images/gallery_rot_left_pic1.png) no-repeat 0 0;
    left: -14px;
}
#title-slides a.prev:hover {
    background: url(images/gallery_rot_left_pic1.png) no-repeat 0 -27px;
}
#title-slides a.next {
    background: url(images/gallery_rot_right_pic2.png) no-repeat 0 0;
    left: 943px;
}
#title-slides a.next:hover {
    background: url(images/gallery_rot_right_pic2.png) no-repeat 0 -27px;
}
.scrollable {
	position: relative;
	overflow: hidden;
	width: 960px;
	height: 243px;
}
.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}

.scrollable .items div {
	float: left;
	width: 960px;
}
.scrollable .active {
	border: 2px solid #000;
	position: relative;
	cursor: default;
}

#title-slides .navi-wrapper {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 1000;
/*
	background:url(images/navi_bg.png) no-repeat 0 0;
*/
	background:url(images/navi_bg_winter.png) no-repeat 0 0;
	width: 126px;
	height: 29px;
	padding-left: 30px;
}
#title-slides .navi-wrapper-i {
    left: 50%;
    position: relative;
	float: left;
}
#title-slides .navi {
    left: -50%;
    position: relative;
	float: left;
}
#title-slides .navi a {
	width: 14px;
	height: 13px;
	float: left;
	margin: 10px 3px 0 0;
	background:url(images/scrollable_navi.png) no-repeat 0 -13px;
	display: block;
	font-size: 1px;
}
#title-slides .navi a:hover {
	background-position: 0 0;
}

/* active state (current page state) */
#title-slides .navi a.active {
	background-position:0 0;
}

.static-page {
    width: 960px;
    padding-bottom: 50px;
}

.static-page h1 {
    border-top: 9px solid #8FC312;
    padding: 10px 30px;
}
.static-page h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 30px 0 15px 0;
}
.static-page .panel {
    padding: 10px 30px;
    text-align: justify;
}
.static-page .panel ul li {
	list-style-type: none;
	padding: 0 0 0 6px;
	display: block;
	background: url("images/bullet.gif" ) no-repeat 0 center;
	margin-bottom: 8px;
}
.static-page a {
	color: #6c6c6c;
	font-size: 12px;
	text-decoration: none;
}
.static-page a:hover {
	text-decoration: underline;
	color:#0089d0;
}
.static-page p {
    margin: 2em 1em 1em 1em;
}
.static-page ul,
.static-page ol {
    margin-left: 3em;
}

.container-header-wii { border-top-color: #34CCFE; }
.container-header-gamecube { border-top-color: #5E75B6; }
.container-header-nintendo-ds { border-top-color: #CA3471; }
.container-header-nintendo-dsi { border-top-color: #FB6101; }
.container-header-nintendo-3ds { border-top-color: #019CB8; }
.container-header-ps3 { border-top-color: #007FFF; }
.container-header-ps2 { border-top-color: #5000BD; }
.container-header-psone { border-top-color: #02BBAA; }
.container-header-psp { border-top-color: #E42242; }
.container-header-xbox-360 { border-top-color: #1C9711; }
.container-header-xbox { border-top-color: #85BA17; }
.container-header-search { border-top-color: #BE148C; }


.color-wii { color: #34CCFE ! important; }
.color-gamecube { color: #5E75B6 ! important; }
.color-nintendo-ds { color: #CA3471 ! important; }
.color-nintendo-dsi { color: #FB6101 ! important; }
.color-nintendo-3ds { color: #019CB8 ! important; }
.color-ps3 { color: #007FFF ! important; }
.color-ps2 { color: #5000BD ! important; }
.color-psone { color: #02BBAA ! important; }
.color-psp { color: #E42242 ! important; }
.color-xbox-360 { color: #1C9711 ! important; }
.color-xbox { color: #85BA17 ! important; }




#login {
    border-top: 9px solid #8FC312;
    padding: 70px 100px 100px 200px;
    color: #4D4D4D;
}

#login h1 {
    background: transparent url("images/icons/icon_lock.png") no-repeat 54px top;
    padding: 5px 0 0 90px;
    height: 32px;
    margin: 0 0 25px 0;
}
#login h2.h1 {
    padding: 0 0 0 90px;
    margin: 50px 0 0 0;
    font-size: 24px;
    font-weight: normal;
}
#login p {
    padding: 0 0 0 90px;
    margin: 1.5em 0;
    font-size: 14px;
}
#login p.error {
    color: red;
    font-weight: bold;
}
#login p a {
    color: #5A90CC;
    text-decoration: underline;
}
#login p a:hover {
    color: #5A90CC;
    text-decoration: none;
}
#login form .row {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    margin: 1em 0;
}
#login form .row label {
    float: left;
    width: 80px;
    padding: 5px 10px 0 0;
    text-align: right;
}
#login input.text {
    border: 1px solid #A7A7A7;
    color: #4C4C4C;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 18px;
    width: 204px;
    padding: 3px 5px;
}
#login input.submit {
    font-size: 17px;
    color: white !important;
    background: #53b144;
    background: -moz-linear-gradient(top, #6aca5a 0%, #39952b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6aca5a), color-stop(100%,#39952b));
    text-shadow: 0px -1px 0px #4fa342;
    padding: 0 0 6px 0;
    width: 154px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #00b70d;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -moz-border-radius: 22px;
}
#login input.submit:hover {
	background: #5eca4d;
	background: -moz-linear-gradient(top, #77e566 0%, #42ad32 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#77e566), color-stop(100%,#42ad32));
	text-shadow: 0px -1px 0px #5ebe4f;
	border: 1px solid #51af42;
	cursor: pointer;
}






#contact-us {
    border-top: 9px solid #8FC312;
    padding: 50px 70px;
    color: #4D4D4D;
    width: 820px;
    font-size: 14px;
}
#contact-us h1 {
    border-bottom: 1px solid #9B9B9B;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}
#contact-us h2.h1 {
    border-bottom: 1px solid #9B9B9B;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    font-size: 24px;
    font-weight: normal;
}
#contact-us .cols {
    width: 100%;
    overflow: hidden;
    margin: 0 0 80px 0;
}
#contact-us .col1 {
    float: left;
    width: 300px;
}
#contact-us .col2 {
    margin-left: 300px;
}
#contact-us .col1 .in {
    padding-right: 20px;
}
#contact-us .col1 .in ul li {
    list-style-type: none;
    margin: 0 0 15px 0;
}
#contact-us .col1 .in ul li:last-child {
    margin-bottom: 0;
}
#contact-us .col2 iframe {
    border: 1px solid #A6A6A6;
}
#contact-us a {
    color: #5A90CC;
    text-decoration: underline;
}
#contact-us a:hover {
    color: #5A90CC;
    text-decoration: none;
}
#contact-us a.contact-button {
    display: block;
    font-size: 17px;
    color: white !important;
    background: #53b144;
    background: -moz-linear-gradient(top, #6aca5a 0%, #39952b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6aca5a), color-stop(100%,#39952b));
    text-shadow: 0px -1px 0px #4fa342;
    padding: 0;
    width: 200px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #00b70d;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
}
#contact-us a.contact-button:hover {
	background: #5eca4d;
	background: -moz-linear-gradient(top, #77e566 0%, #42ad32 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#77e566), color-stop(100%,#42ad32));
	text-shadow: 0px -1px 0px #5ebe4f;
    text-decoration: none;
	border: 1px solid #51af42;
	cursor: pointer;
}





#page-404 {
    border-top: 9px solid #8FC312;
    padding: 0;
}
#page-404 .top-panel {
    background: transparent url("images/bg_panel_404.jpg") no-repeat left top;
    height: 230px;
    padding: 14px 0 0 41px;
    position: relative;
}
#page-404 .left-block {
    width: 340px;
}
#page-404 h1 {
    border: none;
    color: white;
    background-color: #8FC312;
    padding: 14px;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
}
#page-404 h1 span {
    color: #4D4D4D;
    font-size: 16px;
    line-height: 16px;
    display: block;
    padding-top: 10px;
}
#page-404 .left-block p {
    margin: 0;
    padding: 14px;
    background-color: #0E204E;
    color: white;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}
#page-404 .top-panel .bubble {
    background: transparent url("images/bg_orange_bubble.png") no-repeat left top;
    width: 240px;
    height: 136px;
    position: absolute;
    top: 14px;
    left: 417px;
    padding: 14px 39px 0 14px;
    font-family: 'Courier New', Courier, monospace;
    line-height: 14px;
    color: #4B2D00;
}
#page-404 .top-panel .bubble span.cursor {
    background-color: #4B2D00;
}
#page-404 .consoles {
    border-top: 9px solid #BE148C;
    width: 100%;
    overflow: hidden;
}
#page-404 .consoles h2 {
    padding: 13px 0 13px 25px;
    margin: 0;
    color: #BE148C;
    font-size: 24px;
    font-weight: bold;
}
#page-404 .consoles ul.console_list {
    margin-left: 25px;
}
.top-sellers-block {
    border-top: 9px solid #B1F202;
}
.top-sellers-block h2 {
    padding: 13px 0 13px 25px;
    margin: 0;
    color: #7BA901;
    font-size: 24px;
    font-weight: bold;
}
.top-sellers-block ul {
    margin: 0;
    padding: 0 0 0 30px;
    width: 930px;
    overflow: hidden;
}
.top-sellers-block li {
    margin: 0 0 17px 17px;
    padding: 0;
    list-style: none;
    float: left;
}
.top-sellers-block li.first {
    margin-left: 0;
}



#static-unsubscribe h2 {
    margin: 2em 0;
    padding: 0 30px;
}



#checkout-payment .payment_method {
    margin: 39px auto 0;
    width: 714px;
}
#checkout-payment .Continue_shopping_dv {
    width: 100%;
}
#checkout-payment h2 {
    margin: 30px 0 20px 0;
    color: #4D4D4D;
    font-size: 24px;
    font-weight: normal;
    padding-left: 180px;
    text-align: left;
}
#checkout-payment h2 img {
    position: relative;
    top: 10px;
    margin-right: 20px;
}
ul#payment-selection {
    width: 539px;
    overflow: hidden;
    padding-left: 175px;
}
ul#payment-selection li {
    display: block;
    float: left;
    border: 1px solid #9E9E9E;
    background-color: #DDDDDD;
    margin-right: 5px;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
}
ul#payment-selection li.selected {
    background-color: white;
    border-bottom: 1px solid white;
}
ul#payment-selection li a {
    display: block;
    width: 170px;
    height: 28px;
    padding: 7px;
    text-decoration: none;
    font-weight: bold;
    color: #4C4C4C;
    line-height: 29px;
}
ul#payment-selection li a:hover {
    text-decoration: none;
}


#checkout-payment .payment_tb_st {
    margin: 0;
}
#checkout-payment .block-payment .green-button {
    text-decoration: none !important;
	font-size: 14px;
	font-family: Arial, sans-serif;
	display: block;
	padding-bottom: 3px;
	background: #53b144;
	background: -moz-linear-gradient(top, #6aca5a 0%, #39952b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6aca5a), color-stop(100%,#39952b));
	text-shadow: 0px -1px 0px #4fa342;
	width: 135px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	cursor: pointer;
    margin-right: 46px;

	border: 1px solid #00b70d;
	border-radius: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	-moz-border-radius: 22px;
}
#checkout-payment .block-payment .green-button:hover {
    text-decoration: none;
	cursor: pointer;

	border: 1px solid #51af42;
	background: #5eca4d;
	background: -moz-linear-gradient(top, #77e566 0%, #42ad32 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#77e566), color-stop(100%,#42ad32));
	text-shadow: 0px -1px 0px #5ebe4f;
}




#poll-voting {
    width: 655px;
    overflow: hidden;
    padding: 15px 0 0 60px;
}
#poll-voting form {
    float: left;
    background: #F2F2F2 url("images/poll_form_voting_bg_top.png") no-repeat top left;
    padding-top: 5px;
}
#poll-voting form .form-in {
    background: #F2F2F2 url("images/poll_form_voting_bg_bottom.png") no-repeat bottom left;
    padding: 5px 20px 20px 20px;
    width: 278px;
}
#poll-voting form .title {
    font-size: 14px;
    font-weight: bold;
    color: #3087AF;
}
#poll-voting form ul {
    padding: 0;
    margin: 5px 0;
}
#poll-voting form li {
    list-style-type: none;
}
#poll-voting form .radio {
    position: relative;
    top: 1px;
    margin-right: 5px;
}
#poll-voting form .submit {
    background: url("images/poll_form_voting_submit_btn.png") no-repeat top left;
    border: none;
    width: 70px;
    height: 22px;
    color: white;
    font-size: 10px;
    padding-bottom: 4px;
	cursor: pointer;
}
#poll-voting .voting-info {
    margin-left: 360px;
}
#poll-voting .voting-info .title {
    font-size: 16px;
    font-weight: bold;
    color: #04AB53;
}
#poll-voting .voting-info p {
    margin: 10px 0;
    font-size: 13px;
}
#poll-voting .voting-info p.em {
    font-weight: bold;
    font-style: italic;
}
#poll #poll-voting-send {
    padding: 60px 0 0 100px;
    font-style: italic;
}
#poll #poll-voting-send img {
    position: relative;
    top: 10px;
    margin-right: 15px;
}

#poll-results {
    width: 695px;
    overflow: hidden;
    padding: 20px 0 0 20px;
}
#poll-results .title {
    font-size: 16px;
    font-weight: bold;
    color: #04AB53;
    text-align: right;
    padding: 0 40px 20px 0;
}

.poll-results-row {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}
.poll-results-row label {
    float: left;
    width: 200px;
    margin-right: 10px;
}
.poll-results-row .value {
    height: 10px;
    float: left;
    background-color: #F3F3F3;
}
.poll-results-row .value-in {
    height: 10px;
    background-color: #00012E;
}



#checkout-shipping h2 {
    color: #4D4D4D;
    font-size: 15px;
    font-weight: normal;
    margin: 0 0 5px 0;
    text-align: left;
    padding: 7px 0 0 297px;
}

#checkout-shipping h3 {
    color: #4D4D4D;
    font-size: 17px;
    font-weight: normal;
    margin: 0 0 30px 0;
    text-align: left;
    padding: 0px 0 0 306px;
}


#checkout-shipping .bold-text {
    color: #4D4D4D;
    font-size: 14px;
    font-weight: bold;
}
#checkout-shipping .payment-shipping-row {
    width: 900px;
    padding-left: 314px;
    overflow: hidden;
    position: relative;
    text-align: left;
    margin-bottom: 4px;
    color: #4D4D4D;
}
#checkout-shipping .payment-shipping-row img {
    float: left;
    margin-right: 10px;
}
#checkout-shipping .payment-shipping-row input.radio {
    float: left;
    position: relative;
    top: 0px;
    margin-right: 10px;
}
#checkout-shipping .payment-shipping-row label {
    float: left;
    width: 458px;
}
#checkout-shipping .payment-shipping-row label strong {
    font-size: 12px;
    font-weight: bold;
}
#checkout-shipping .payment-shipping-row label .price {
    float: right;
    font-size: 12px;
    font-weight: bold;
}
#checkout-shipping .payment-shipping-row label .price-free {
    color: #8FC312;
}
#checkout-shipping .payment-shipping-row-disabled label .price-free,
#checkout-shipping .payment-shipping-row-disabled label {
    color: #a5a5a5;
}
#checkout-shipping .bottom {
    margin: 50px 0 70px 0;
}
#checkout-shipping .bottom .middle {
    padding-left: 370px;
}
#checkout-shipping .bottom .f_left {
    padding-top: 20px;
}
#checkout-shipping .bottom .f_left a {
    color: #5A90CC;
    text-decoration: underline;
    position: relative;
    top: -1px;
}
#checkout-shipping .bottom .f_right {
    color: #4D4D4D;
}
#checkout-shipping .bottom .f_right span {
    position: relative;
    top: 5px;
    margin-right: 10px;
}
#checkout-shipping .error-msg {
    padding: 2em 0 0 0;
    font-size: 16px;
    color: red;
    text-align: center;
    font-weight: bold;
}
#shipping-address .form-row {
    width: 100%;
    overflow: hidden;
    margin: 0 0 10px 0;
}
#shipping-address .form-row label {
    float: left;
    width: 360px;
    padding: 5px 10px 0 0;
    text-align: right;
    color: #4D4D4D;
    font-size: 12px;
    font-weight: bold;
}
#shipping-address .form-row .note {
    padding-left: 370px;
    font-style: italic;
    font-size: 0.9em;
    color: #666;
}
#shipping-address .form-row select,
#shipping-address .form-row input.text {
    border: 1px solid #A7A7A7;
    padding: 3px 5px;
    width: 205px;
    height: 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#shipping-address .form-row input.text-half {
    width: 102px;
}
#shipping-address .form-row select {
    width: 217px;
    height: 27px;
}







