﻿/****** page overall styles******/
html, body{
	font-family: Arial;
	background-color : #000;
}
#page-content
{
    background:none;
    position:relative;
    z-index:1;
}
a
{
    outline:none
}
.rotatingBkg
{
    position:relative;
    width:100%;
    height:2000px;
    position:absolute;
    top:0px;
    left:0;
    z-index:0;
    margin:0;
    overflow:hidden
}
.rotatingBkg .homepageBkgs
{
    position:relative;
    width:1863px;
    height:2000px;
    position:absolute;
    top:0px;
    left:50%;
    z-index:0;
    margin:0 0 0 -931px;
}
.rotatingBkg ul.main_banner_dots
{
    list-style:none;
    position : absolute;
    top : 315px;
    left: 50%;
    z-index:2;
}
.rotatingBkg ul.main_banner_dots li
{
    display:block;
    float:left;
    width:15px;
    height:10x;
    background:url("../../../images/dot-gray.png") 0 0 no-repeat;
}
section#page-content > .basic hgroup > h1
{
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 0 10px;
}
section#page-content > .basic hgroup > h2
{
	color: #A1A1A1;
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
	margin: 0 0 8px 0;
	padding: 0 10px;
}
section#page-content > article.basic > section
{
	padding: 0 10px;
}
section#page-content > .basic h3
{
	background-color: #242D32;
	clear: both;
	color: #F7941D;
	font-size: 18px;
	font-weight: normal;
	line-height: 32px;
	padding: 0 10px;
}
/* end */
/* button styles */
div.prodBtn{
	background      : url("/content/images/btn_bkg.png") 0 0 repeat-x;
	height          : 38px;
	width           : 174px;
	color           : #fff;
	font-size       : 16px;
	margin          : 0 0 0 6px;
		-moz-border-radius    : 8px;
		border-radius         : 8px;
		-webkit-border-radius : 8px;
}
    div.prodBtn ul
    {
        list-style : none;
    }
    div.prodBtn li
    {
        float  : left;
        height : 38px;
    }
    div.prodBtn li.price
    {
        border-right : 2px solid #913230;
        width        : 105px;
        font-size    : 16px;
        font-weight  : bold;
        line-height  : 34px;
        text-align   : center;
    }
    div.prodBtn li.price a
    {
        color           : #fff;
        text-decoration : none;
        font-size       : 16px;
        font-weight     : bold;
        display         : block;
    }
    div.prodBtn li.buy
    {
        width : 67px;
        padding : 0x;
        line-height : 30px;
        text-align:center;
    }
    div.prodBtn li.pp
    {
        width : 67px;
        padding : 0x;
        line-height : 12px;
        text-align : center;
        padding : 4px 0 0 0;
    }
    div.prodBtn li.buy a
    {
        color           : #fff;
        text-decoration : none;
        font-size       : 14px;
        font-weight     : bold;
        display         : block;
    }
    div.prodBtn li.pp a
    {
        color           : #fff;
        text-decoration : none;
        font-size       : 12px;
        font-weight     : bold;
    }
div.onSaleBtn
{
    font-size:14px;
    position:absolute;
    top:88px;
    left:440px;
    width:120px;
    background:url('../images/but_sale_BG.png') repeat-x 0 0;
    height:auto;
    padding:5px;
    text-align:center;
    color:#fff;
    font-weight:normal;
    	-moz-border-bottom-left-radius    : 8px;
		border-bottom-left-radius         : 8px;
		-webkit-border-bottom-left-radius : 8px;
		-moz-border-bottom-right-radius    : 8px;
		border-bottom-right-radius         : 8px;
		-webkit-border-bottom-right-radius : 8px;
}
/* prod image styles */
	div.imgBorder
	{
	    background : url('../../../images/thumbnail-border.png');
	    width      : 186px;
	    height     : 109px;
	}
	div.imgBorder img
	{
	     padding : 5px 0 0 9px;
	}

/****** section 1.1 ******/
div.page_container{
	width      : 970px;
	height     : auto;
	margin     : 0 auto;
}

/* section 1.2 */
header{
	width      : 100%;
	height     : 54px;
	position   : relative;
	z-index    : 2;
}
header img{
	padding : 0 0 0 10px;
	float   : left;
}

	
.clear_div{
	clear : both;
}
/* section 1.4 footer */
div.footer
{
    clear      : both;
    width      : 100%;
    height     : 314px;
    background : url(../../../images/footer_repeatBkg.png") 0 0 repeat-x;
    background : -moz-linear-gradient(top, #262520, #0f0c07);
	background : -webkit-linear-gradient(top, #262520, #0f0c07);

}
    div.footer section
    {
        width      : 955px;
        height     : 299px;
        margin     : 0 auto;
        background : url(../../../images/footer_repeatInnerBkg.png") 0 0 repeat-x;
        color      : #fff;
        padding    : 15px 0 0 15px;
    }
    div.footer section div.footer_part_of_section
    {
        width         : 940px;
        border-bottom : 1px solid #777266;
        height        : 49px;
    }
    div.footer section div.footer_part_of_section img
    {
        float:left;
        padding:0;
        margin:0;
    }
    div.footer section div.footer_siteMap_section
    {
        width         : 940px;
        height        : 170px;
        margin        : 10px 0 0 0;
        border-bottom : 1px solid #777266;
    }
    div.footer section div.footer_siteMap_section ul
    {
        float      : left;
        list-style : none;
        width      : 205px;
    }
    div.footer section div.footer_siteMap_section ul.last
    {
        width      : 120px;
    }
    div.footer section div.footer_siteMap_section ul li
    {
        color       : #777266;
        font-size   : 14px;
        font-weight : bold;
        line-height : 20px;
    }
    div.footer section div.footer_siteMap_section ul li a
    {
        color           : #777266;
        font-size       : 12px;
        font-weight     : normal;
        text-decoration : none;
    }
    div.footer section div.footer_btmLinks_section
    {
        color     : #777266;
        font-size : 12px;
        padding   : 15px 0 0 0;
    }
    div.footer section div.footer_btmLinks_section ul
    {
        list-style : none;
    }
    div.footer section div.footer_btmLinks_section ul li
    {
        float : left;
        padding : 0 10px;
        border-left : 1px solid #777266;
    }
    div.footer section div.footer_btmLinks_section ul li.first
    {
        float : left;
        padding : 0 10px 0  0;
        border : 0;
    }
    div.footer section div.footer_btmLinks_section a
    {
        color           : #777266;
        font-size       : 12px;
        text-decoration : underline;
    }
    div.footer section div.footer_btmLinks_section div.socialMedia
    {
        width       : 170px;
        float       : right;
        font-size   : 14px;
        font-weight : bold;
    }
    div.footer section div.footer_btmLinks_section div.socialMedia li
    {
        float : left;
        padding : 0;
        border : 0;
    }



/* section 2.1 page top banner */
div.main_banner{
	width    : 100%;
	height   : 217px;
}
a.leftArrow{
	position : absolute;
	top      : 90px;
	left     : -70px;
}
a.rightArrow{
	position : absolute;
	top      : 90px;
	left     : 970px;
}

/* section 2.2 main content area */
div.content_container{
	width      : 940px;
	background : #fff;
	padding    : 15px;
}

	/* 2.2.a left column - Featured Games  */
	div.content_container div.left_column_games{
		width      : 620px;
		float      : left;
		margin     : 0 19px 0 0;
	}
	section.featuredGames{
		margin     : 0 0 20px 0;
        height     : 500px;
	}
	section.featuredGames header{
		width       : 100%;
		height      : 37px;
		background  : url("../../../images/subTitle_bkg.png") 0 0 repeat-x;
	}
	section.featuredGames header h1{
		color       : #fff;
		font-size   : 20px;
		line-height : 34px;
		float       : left;
		padding     : 0 0 0 12px;
	}
	section.featuredGames header a{
		float : right;
	}
	section.featuredGames div.outer{
		background : url("../../../images/hp_article_IeOutterBkg.png") 0 0 repeat-x;
		background : -moz-linear-gradient(top, #c5c5c5, #fff);
		background : -webkit-linear-gradient(top, #c5c5c5, #fff);
		min-height : 367px;
		padding    : 0 1px;
	}
	section.featuredGames div.inner{
		background : url("../../../images/hp_article_IeInnerBkg.png") 0 0 repeat-x;
		background : -moz-linear-gradient(top, #e1e1e1, #fff);
		background : -webkit-linear-gradient(top, #e1e1e1, #fff);
		height     : 367px;
		padding    : 6px 0 0 21px;
	}
	section.featuredGames article
	{
	    float         : left;
	    height        : 170px;
	    border-bottom : 1px solid #ccc;
	    padding        : 15px 10px 0 0;
	}
	section.featuredGames footer
	{
	    padding : 15px 0 0 0;
	}
	section.featuredGames footer a
	{
	    font-size       : 15px;
	    color           : #257cb7;
	    text-decoration : none;
	    font-weight     : bold;
	    line-height     : 15px;
	    float           : right;
	    display         : block;
	    line-height     : 21px;
	    padding         : 10px 7px 0 0;
	}
	section.featuredGames footer img
	{
	    float : right;
	    padding : 10px 30px 0 0;
	}
	    
	/* section 2.2.b */
	div.content_container div.right_column_news{
		width      : 301px;
		float      : left
	}
	div.content_container div.right_column_news section{
		margin : 0 0 30px 0;
	}
	div.content_container div.right_column_news section.img_only{
		background : #000;
		padding    : 0;
		border     : 1px solid #bebebe;
	}
	div.content_container div.right_column_news section.img_only img
	{
	    margin : 0 auto;
	}
	div.content_container div.right_column_news section div.outer
	{
	    background : url("/content/images/hp_article_IeOutterBkg.png") 0 0 repeat-x;
		background : -moz-linear-gradient(top, #c5c5c5, #fff);
		background : -webkit-linear-gradient(top, #c5c5c5, #fff);
		padding    : 0 1px;
		min-height : 367px;
	}
	div.content_container div.right_column_news section div.inner
	{
	    background : url("/content/images/hp_article_IeInnerBkg.png") 0 0 repeat-x;
		background : -moz-linear-gradient(top, #e1e1e1, #fff);
		background : -webkit-linear-gradient(top, #e1e1e1, #fff);
		padding : 0 12px 12px 12px;
		font-size : 12px;
		min-height : 367px;
	}
	div.content_container div.right_column_news section header{
		width       : 100%;
		height      : 32px;
		background  : url("../../../images/subTitle_bkg2.png") 0 0 repeat-x;
	}
	div.content_container div.right_column_news section header h2{
		color       : #fff;
		font-size   : 14px;
		line-height : 30px;
		float       : left;
		padding     : 0 0 0 12px;
	}
	div.content_container div.right_column_news section header a{
		float : right;
	}
	section.announcements article
	{
	    width         : 100%;
	    height        : auto;
	    border-bottom : 1px solid #c6c6c6;
	    margin        : 0;
	    padding       : 15px 0;
	    color         : #666;
	    font-size     : 12px;
	    font-weight   : bold;
	    line-height   : 22px;
	}
	section.announcements h2
	{
	    font-size   : 10px;
	    color       : #666;
	    font-weight : bold;
	}
	section.announcements h1
	{
	    font-size   : 16px;
	    color       : #257cb7;
	    font-weight : bold;
	    line-height : 22px;
	}
	section.announcements a
	{
	    color : #095490;
	}
	section.announcements footer
	{
	    padding : 15px 0 0 0;
	}
	section.announcements footer a
	{
	    font-size       : 15px;
	    color           : #257cb7;
	    text-decoration : none;
	    font-weight     : bold;
	    line-height     : 15px;
	    float           : right;
	    display         : block;
	    line-height     : 21px;
	    padding         : 0 5px 0 0;
	}
	section.announcements footer img
	{
	    float : right;
	}
	
/* legacy styles */
/* #region Standard Menu Bar */

nav.tabbar
{
    background : url("../../../images/topNav_repeatBkg.png") 0 0 repeat-x;
	width      : 100%;
	height     : 58px;
	display    : block;
	border     : 1px solid #333;
	height     : 58px;
	padding    : 0;
	margin     : 0;
	position   : relative;
	    -webkit-box-shadow    : 0 0 5px rgb(0, 0, 0);
        -moz-box-shadow       : 0 0 5px rgb(0, 0, 0);
        -o-box-shadow         : 0 0 5px rgb(0, 0, 0);
        box-shadow            : 0 3px 10px rgb(15, 15, 15);
        -moz-border-radius    : 8px;
		border-radius         : 8px;
		-webkit-border-radius : 8px;
		-o-border-radius      : 5px;
		z-index:9999;
}
nav.tabbar > ul
{
	margin     : 0 auto;
	width      : 100%;
	list-style : none;
}
nav.tabbar > ul > li
{
	float        : left;
	position     : relative;
	padding      : 0 10px;
}
nav.tabbar > ul > li.navFirstTab
{
    padding: 0 10px 0 0;
}
nav.tabbar > ul > li > a
{
	display         : block;
	margin          : 0;
	padding         : 0 10px;
	width           : 100%;
	font-size       : 14px;
	line-height     : 58px;
	text-align      : center;
	text-decoration : none;
	color           : #fff;
	border-right    : 1px solid #666;
}
nav.tabbar > ul > li.current > a
{
	background-color: rgb(102, 102, 102); /* for IE */
	background-color: rgba(102, 102, 102, .5);
	background         : url("../../../images/topNav_on_repeatBkg.png") 0 0 repeat-x;
}
nav.tabbar > ul > li:first-child.current > a
{
	background-color: rgb(102, 102, 102); /* for IE */
	background-color: rgba(102, 102, 102, .5);
	background         : url("../../../images/topNav_on_repeatBkg.png") 0 0 repeat-x;
	    -moz-border-top-left-radius    : 8px;
		border-top-left-radius         : 8px;
		-webkit-border-top-left-radius : 8px;
		-o-border-top-left-radius      : 5px;
	    -moz-border-bottom-left-radius    : 8px;
		border-bottom-left-radius         : 8px;
		-webkit-border-bottom-left-radius : 8px;
		-o-border-bottom-left-radius      : 5px;

}
nav.tabbar > ul > li.hover > a, nav.tabbar > ul > li > a:hover
{
	background-color: rgb(102, 102, 102); /* for IE */
	background-color: rgba(102, 102, 102, .5);
	background         : url("../../../images/topNav_on_repeatBkg.png") 0 0 repeat-x;
}
nav.tabbar > ul > li:first-child.hover > a, nav.tabbar > ul > li:first-child > a:hover
{
	background-color: rgb(102, 102, 102); /* for IE */
	background-color: rgba(102, 102, 102, .5);
	background         : url("../../../images/topNav_on_repeatBkg.png") 0 0 repeat-x;
	    -moz-border-top-left-radius    : 8px;
		border-top-left-radius         : 8px;
		-webkit-border-top-left-radius : 8px;
		-o-border-top-left-radius      : 5px;
	    -moz-border-bottom-left-radius    : 8px;
		border-bottom-left-radius         : 8px;
		-webkit-border-bottom-left-radius : 8px;
		-o-border-bottom-left-radius      : 5px;
}
nav.tabbar ul li a img{
	padding : 0 0 0 10px;
	display : inline;
}

/* #endregion */

/* #region Header Menu */
header .cartmenu
{
    float:right;
}
header .cartmenu ul
{
    list-style:none;
}
header .cartmenu li
{
    float:left;
    color:#777266;
}
header .cartmenu li a
{
    color:#777266;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
}
/* #endregion */

/* #region Main Nav Menu */

nav.tabbar section.search
{
	position: absolute;
	left: 590px;
	top: 10px;
}
nav.tabbar section.search input[type=text]
{
	background: transparent url('../images/newSearch_bg.png') no-repeat scroll top left;
	border: 0;
	height: 35px;
	padding: 0 10px 0 40px;
	width: 233px;
	float:left;
}
nav.tabbar section.search input[type=submit]
{
	height: 36px;
	width: 85px;
	background:url("../../../images/btn_bkg.png") 0 0 repeat-x;
	display:block;
	float:left;
		-moz-border-radius    : 8px;
		border-radius         : 8px;
		-webkit-border-radius : 8px;
    font-size:16px;
    color:#fff;
    text-align:center;
    border : none;
    font-weight:bold;
    border:1px solid #666
}


/* #endregion */

/* #region Nav Sub Menus */

div.tabmenu
{
	background-color: #F6f6f6;
	-webkit-box-shadow: 0 0 5px rgb(153, 153, 153);
	   -moz-box-shadow: 0 0 5px rgb(153, 153, 153);
	     -o-box-shadow: 0 0 5px rgb(153, 153, 153);
	        box-shadow: 0 0 5px rgb(153, 153, 153);
	        		-moz-border-radius    : 8px;
		border-radius         : 8px;
		-webkit-border-radius : 8px;

	color: #555555;
	display: none;
	left: 0;
	position: absolute;
	top: 58px;
	z-index: 100;
	padding:20px;
	border:1px solid #666;
}
div.tmfull
{
	width: 521px;
}
div.tabmenu > nav
{
	float: left;
	line-height: 22px;
	padding: 10px 0;
	position: relative;
	width: 160px;
	vertical-align: top;
}
div.tabmenu > img.topTriangle
{
    position:absolute;
    top:-13px;
    left:68px;
}
div.tabmenu h3
{
	color: #555555;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 5px 10px;
}
div.tabmenu > nav > hr
{
    margin:0;
    padding:0;
    clear:both;
}
div.tabmenu > nav > ul
{
	display: block;
	list-style: none;
	margin: 0 0 0 15px;
}
div.tabmenu > nav > ul > li
{
	display: block;
	float: none;
	line-height: 18px;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
}
div.tabmenu > nav > ul > li > a
{
	background-image: none;
	color: #257cb7;
	display: block;
	float: none;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	width: 100%;
	font-size:14px;
}
div.tabmenu > nav > ul > li > a:hover
{
	background-image: none;
	color: #00AEEF;
}
div.tabmenu > nav > hr
{
	background-color: #E2E2E2;
	color: #E2E2E2;
	height: 1px;
	margin: 10px 0;
}
div.tabmenu > section
{
	border-left: 1px solid #E2E2E2;
	font-size: 12px;
	margin-left: 160px;
	padding: 10px 0;
	position: relative;
	width: 360px;
	vertical-align: top;
}
div.tabmenu > section > table
{
	color: #555555;
	font-size: 11px;
	margin: 0 10px;
}
div.tabmenu > section > table > tbody > tr > td
{
	vertical-align: top;
	padding: 0 5px;
	width: 50%;
}
div.tabmenu > section > table > tbody > tr > td > ul > li
{
	display: block;
	line-height: 21px;
}
div.tabmenu > section > table > tbody > tr > td > ul > li > a
{
	background-image: none;
	color: #0054A6;
	display: inline-block;
	float: none;
	font-size: 11px;
	height: auto;
	margin: 0;
	text-decoration: none;
	width: 100%;
}
div.tabmenu > section > table > tbody > tr > td > ul > li > a:hover
{
	background-image: none;
	color: #00AEEF;
}

/* #endregion */
/* #region Login */

.dropbox
{
	background-color: #E8E8E8;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	-webkit-box-shadow: 0 0 5px rgb(153, 153, 153);
	   -moz-box-shadow: 0 0 5px rgb(153, 153, 153);
	     -o-box-shadow: 0 0 5px rgb(153, 153, 153);
	        box-shadow: 0 0 5px rgb(153, 153, 153);
	display: none;
	padding: 10px;
	z-index: 200;
}
#cart_wrapper
{
	position: absolute;
	right: 5px;
	top: 35px;
}
#login_wrapper
{
	position: absolute;
	right: 5px;
	top: 35px;
	width: 254px;
}
#register_wrapper
{
	position: absolute;
	right: 5px;
	top: 35px;
	width: 274px;
}
.dropbox section div
{
	clear: both;
	margin-bottom: 3px;
	white-space: nowrap;
	width: 100%;
}
.dropbox div:last-child
{
	margin-bottom: 0;
}
.dropbox label
{
	float: left;
	line-height: 26px;
	padding-right: 10px;
	text-align: right;
}
#login_wrapper label
{
	width: 95px;
}
#register_wrapper label
{
	width: 115px;
}
.dropbox input
{
	border-color: #F0F0F0;
	-moz-border-radius: 2px;
	border-width: 1px;
	float: left;
	margin: 0;
	padding: 2px;
	width: 143px;
}
.dropbox span.extra
{
	font-size: 9px;
	visibility: hidden;
}

/* #endregion */

/* #region Cart */

#cart_wrapper table
{
	margin-bottom: 10px;
}
#cart_wrapper table tr td, #cart_wrapper table tr th
{
	padding: 1px;
}
#cart_wrapper table thead th
{
	border-bottom: 1px solid #CCC;
}
#cart_wrapper table tfoot td
{
	border-top: 1px solid #CCC;
}
#cart_wrapper table tbody tr th a
{
	color: #000;
	text-decoration: none;
}
#cart_wrapper table tbody tr td
{
	padding: 4px 4px 4px 0;
	white-space: nowrap;
}
#cart_wrapper table tbody tr td.icon
{
	width: 16px;
}
#cart_wrapper table tbody tr td.title
{
	overflow-x: hidden;
	width: 175px;
}
#cart_wrapper table tbody tr td.title > a
{
	text-decoration: none;
}
#cart_wrapper table tbody tr td.price
{
	text-align: right;
}
#cart_wrapper table tbody tr th a:hover
{
	text-decoration: underline;
}
#cart_wrapper table tfoot tr td
{
	padding-right: 4px;
	text-align: right;
}
#subtotal
{
	font-weight: bold;
}
li.cart #cartcount
{
	background-image: url('../images/cart-icon.png');
	display: inline-block;
	font-size: 9px;
	height: 15px;
	line-height: 10px;
	margin-top: 5px;
	padding-left: 2px;
	text-align: center;
	width: 17px;
	vertical-align: top;
}
.currency
{
	width: 970px;
	background:white;
	margin:0 auto;
	padding:0;
}
.currency p
{
    padding:10px 20px;
    margin:0;
    font-size:.8em;
    line-height:1.2em;
}
/* #endregion */
/* #region Hover Cart */

#hover_cart
{
	display: none;
	position: absolute;
	right: 80px;
	width: 235px;
	z-index: 1001;
}
#hover_cart .boxstyle1 .c
{
	border: 1px solid #FFF;
}
.hover_cart
{
	color: #FFF;
	padding: 5px;
}
.hover_cart h1
{
	color: #F7941D;
	font: normal 16px 'Segoe UI' , Arial, Helvetica, sans-serif;
	margin: 0 0 5px 5px;
	text-align: left;
}
.hover_cart .checkout
{
	background-image: url('../images/cart/checkout.png');
	height: 29px;
	width: 123px;
}
.hover_cart table
{
	margin: 5px 0 15px;
}
.hover_cart table thead tr th
{
	background-color: transparent;
	border-bottom: 1px solid #808080;
	color: #FFF;
	padding-bottom: 3px;
}
.hover_cart table tbody tr td
{
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	padding-top: 3px;
	vertical-align: middle;
}
.hover_cart table tbody tr th
{
	text-align: right;
}
.hover_cart table tbody tr th a
{
	color: #FFF;
	text-decoration: none;
}
.hover_cart table tbody tr th a:hover
{
	text-decoration: underline;
}
.hover_cart table tbody tr td img
{
	float: left;
	margin: 0 5px 5px 0;
	vertical-align: middle;
}
.hover_cart table tbody tr td a
{
	color: #B1B0B0;
	font-size: 10px;
}
.hover_cart table tfoot tr th
{
	border-top: 1px solid #808080;
	color: #FFF;
}

/* #endregion */
/* #region Product Rotator */

section.productrotator
{
	clear: both;
	height: 145px;
	position: relative;
	width: 944px;
	margin: 0 auto;
}
section.productrotator > h1
{
	display: none;
}
section.productrotator > nav
{
	height: 145px;
	overflow: hidden;
	position: relative;
	width: 944px;
}
section.productrotator > footer > a.leftarrow, section.productrotator > footer > a.rightarrow
{
	display: none;
	height: 25px;
	outline: none;
	position: absolute;
	width: 25px;
	z-index: 10;
}
section.productrotator > footer > a.leftarrow
{
	background: transparent url('../images/arrows_style1.png') no-repeat scroll 0 0;
	left: -10px;
	top: 37px;
}
section.productrotator > footer > a.rightarrow
{
	background: transparent url('../images/arrows_style1.png') no-repeat scroll -25px 0;
	right: -10px;
	top: 37px;
}
section.productrotator > footer > a.leftarrowdisabled
{
	background: transparent url('../images/arrows_style1.png') no-repeat scroll 0 -50px;
	left: -10px;
	top: 37px;
}
section.productrotator > footer > a.rightarrowdisabled
{
	background: transparent url('../images/arrows_style1.png') no-repeat scroll -25px -50px;
	right: -10px;
	top: 37px;
}
section.productrotator > nav > div
{
	height: 145px;
	position: relative;
	white-space: nowrap;
	width: 950px;
}
section.productrotator > nav > div > a
{
	border-bottom: 1px solid #FAFAFA;
	display: block;
	float: left;
	height: 145px;
	margin-right: 6px;
	position: relative;
	text-decoration: none;
	width: 184px;
}
section.productrotator > nav > div > a > .pricebubble
{
	background-color: #242D32;
	bottom: 10px;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	     -o-border-radius: 10px;
	        border-radius: 10px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	left: 10px;
	padding: 1px 5px;
	position: absolute;
	z-index: 10;
}

/* #endregion */
/* #region Box Styles */

section.boxstyle1, section.boxstyle2
{
	position: relative;
	width: 100%;
}
.prodIconsContainer
{
    width:220px;
    height:68px;
    overflow:hidden
}
section.boxstyle1 div.outerBkg
{
    background : url("../../../images/hp_article_IeOutterBkg.png") 0 0 repeat-x;
    background : -moz-linear-gradient(top, #c5c5c5, #fff);
	background : -webkit-linear-gradient(top, #c5c5c5, #fff);
	padding    : 0 1px;
	min-height : 367px;
}
section.boxstyle1 ul.pages
{
        background : url("/content/images/hp_article_IeInnerBkg.png") 0 0 repeat-x;
		background : -moz-linear-gradient(top, #e1e1e1, #fff);
		background : -webkit-linear-gradient(top, #e1e1e1, #fff);
        min-height : 367px;
}
section.boxstyle1 ul.ESRBIconsList
{
    list-style:none;
}
section.boxstyle1 ul.ESRBIconsList li
{
    display:block
}
section.boxstyle1 .ebIcon
{
    padding: 6px 5px 0 0;
    float:left;
}
section.boxstyle2
{
	background-color: #E1E2E6;
	background-image: url('../images/boxstyle2/bg.jpg'), url('../images/boxstyle2/accent-top.png'), url('../images/boxstyle2/accent-bottom.png');
	background-repeat: repeat-y, no-repeat, no-repeat;
	background-position: left top, left bottom, left top;
	-webkit-background-size: 100% 100%, 100% 4px, 100% 4px;
	   -moz-background-size: 100% 100%, 100% 4px, 100% 4px;
	     -o-background-size: 100% 100%, 100% 4px, 100% 4px;
	        background-size: 100% 100%, 100% 4px, 100% 4px;
}
section.boxstyle2 h1
{
	color: #F7941D;
	float: left;
	font-size: 16px;
	font-weight: normal;
	padding: 5px 10px;
	position: relative;
}
section.boxstyle1 ul.pages,
section.boxstyle2 ul.pages
{
	list-style: none;
	padding-top: 6px;
	position: relative;
}
section.boxstyle1 ul.pages > li > ol,
section.boxstyle2 ul.pages > li > ol
{
	list-style: none;
}
section.boxstyle1 ul.pages > li > ol > li,
section.boxstyle2 ul.pages > li > ol > li
{
	clear: both;
	display: block;
	height: 142px;
	margin: 0 0 6px 10px;
	overflow-y: hidden;
	border-top:1px solid #b9b9b9;
	width:590px
}
section.boxstyle1 ul.pages > li > ol > li.morelink,
section.boxstyle2 ul.pages > li > ol > li.morelink
{
	height: auto;
	line-height: 21px;
	padding:15px 10px 0 0;
}
section.boxstyle1 ul.pages > li > ol > li.morelink img,
section.boxstyle2 ul.pages > li > ol > li.morelink img
{
	float:right; 
	padding:0 0 0 10px;
}
section.boxstyle1 ul.pages > li > ol > li.morelink a,
section.boxstyle2 ul.pages > li > ol > li.morelink a
{
	float:right;
	color:#257cb7;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}
section.boxstyle1 ul.pages > li > ol > li > div.imgBorder
{
    position:absolute;
    top:10px;
    left:0;
}
section.boxstyle1 ul.pages > li > ol > li > hgroup > h1,
section.boxstyle2 ul.pages > li > ol > li > hgroup > h1
{
	float: none;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.2em;
	color:#257cb7;
	position:absolute;
	top:10px;
	left:195px;
}
section.boxstyle1 ul.pages > li > ol > li > hgroup > h2,
section.boxstyle2 ul.pages > li > ol > li > hgroup > h2
{
	position : absolute;
	top:40px;
	left:195px;
}
section.boxstyle1 ul.pages > li > ol > li > hgroup > h2 a
{
    float:left;
}
section.boxstyle1 ul.pages > li > ol > li > span,
section.boxstyle2 ul.pages > li > ol > li > span
{
	display: inline-block;
	font-size: 12px;
	line-height: 1.2em;
}
section.boxstyle1 ul.pages > li > ol > li > .thumbnail,
section.boxstyle2 ul.pages > li > ol > li > .thumbnail
{
	float: left;
	height: 48px;
	margin-right: 5px;
	vertical-align: top;
	width: 48px;
}
section.boxstyle1 ul.pages > li > ol > li > .thumbnail > img,
section.boxstyle2 ul.pages > li > ol > li > .thumbnail > img
{
	height: 48px;
	width: 48px;
}
section.boxstyle1 ul.pages > li > ol > li > hgroup > h1
{
	color: #FFF;
	margin: 0;
}
section.boxstyle1 ul.pages > li > ol > li > hgroup > h1 a
{
	color: #257cb7;
	font-weight:bold;
	text-decoration: none;
}
section.boxstyle1 ul.pages > li > ol > li > hgroup > h2
{
	color: #666;
	font-size: 11px;
	font-style: italic;
	margin: 0;
}
section.boxstyle1 ul.pages > li > ol > li > span
{
	color: #FFF;
	margin: 0;
}
section.boxstyle2 ul.pages > li > ol > li > hgroup > h1
{
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 150px;
}
section.boxstyle2 ul.pages > li > ol > li > hgroup > h1 > a
{
	color: #333;
	text-decoration: none;
}
section.boxstyle2 ul.pages > li > ol > li > hgroup > h2
{
	font-size: 11px;
	font-style: italic;
	margin: 1px 0;
}
section.boxstyle2 ul.pages > li > ol > li > span
{
	color: #333;
	margin: 0;
}
section.boxstyle2 ul.pages > li > .rss
{
	position: absolute;
	right: 0;
	top: 5px;
}
section.boxstyle1 nav.boxtabs, section.boxstyle2 > nav.boxtabs
{
	left: 0;
	position: absolute;
	top: -35px;
	height      : 37px;
	background  : url("../../../images/subTitle_bkg.png") 0 0 repeat-x;
	width : 100%;
}
nav.boxtabs
{
	height: 45px;
	list-style: none;
	margin: 0;
	overflow: visible;
}
nav.boxtabs li
{
	background: url('/content/themes/default/images/tab-inactive.png') no-repeat 0 0;
	display: inline-block;
	float: left;
	font-size: 16px;
	line-height: 45px;
	height : 45px;
	width:163px;
	position:relative;
	top:-9px;
	left:20px;
	font-weight:bold;
	margin: 0 0 0 -15px;
}
nav.boxtabs li a
{
	color: #3f3f3f;
	display: block;
	padding: 0 0 0 30px;
	text-decoration: none;
	text-align:center;
}
nav.boxtabs li.current
{
	background: url('/content/themes/default/images/tab-active.png') no-repeat 0 0;
	margin: 0 0 13x 0;
	z-index:1000;
}
nav.boxtabs li.current a
{
	color: #ae3f3d;
}
nav.boxtabs li:hover
{
    background: url('/content/themes/default/images/tab-hover.png') no-repeat 0 0;
}
nav.boxtabs li:hover a
{
    color:#fff;
}
/* #endregion */
/* #region jQuery.Autocomplete Plugin CSS */

.ac_results
{
	background-color: white;
	border: 1px solid black;
	overflow: hidden;
	padding: 0px;
	z-index: 99999;
}
.ac_results ul
{
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	width: 100%;
}
.ac_results li
{
	cursor: default;
	display: block;
	font: menu;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	overflow: hidden;
	padding: 2px 5px;
	text-align: left;
}
.ac_loading
{
	background: white url('../colorbox/images/loading.gif') right center no-repeat;
}
.ac_odd
{
	background-color: #EEE;
}
.ac_over
{
	background-color: #0A246A;
	color: white;
}

/* #endregion */

/* #region Tooltips */

a.region_restricted
{
	background-image: url('../images/region_restricted_globe.png');
	display: block;
	float: right;
	height: 40px;
	margin-top: 5px;
	width: 40px;
}
img.region_restricted2
{
	background-image: url('../images/region_restricted_globe2.png');
	float: left;
	height: 40px;
	margin-top: 5px;
	width: 40px;
}

#tooltip
{
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px; /*opacity: 0.85;*/
	width: auto;
}
#tooltip h3, #tooltip div
{
	font-size: 13px;
	margin: 0;
}

.region_tooltip
{
	width: 135px;
	padding: 5px 5px 10px 5px;
}

/* #endregion */

/* #region Hover Cart */

#hover_cart
{
	display: none;
	position: absolute;
	right: 80px;
	width: 235px;
	z-index: 1001;
}
#hover_cart .boxstyle1 .c
{
	border: 1px solid #FFF;
}
.hover_cart
{
	color: #FFF;
	padding: 5px;
}
.hover_cart h1
{
	color: #F7941D;
	font: normal 16px 'Segoe UI' , Arial, Helvetica, sans-serif;
	margin: 0 0 5px 5px;
	text-align: left;
}
.hover_cart .checkout
{
	background-image: url('../images/cart/checkout.png');
	height: 29px;
	width: 123px;
}
.hover_cart table
{
	margin: 5px 0 15px;
}
.hover_cart table thead tr th
{
	background-color: transparent;
	border-bottom: 1px solid #808080;
	color: #FFF;
	padding-bottom: 3px;
}
.hover_cart table tbody tr td
{
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	padding-top: 3px;
	vertical-align: middle;
}
.hover_cart table tbody tr th
{
	text-align: right;
}
.hover_cart table tbody tr th a
{
	color: #FFF;
	text-decoration: none;
}
.hover_cart table tbody tr th a:hover
{
	text-decoration: underline;
}
.hover_cart table tbody tr td img
{
	float: left;
	margin: 0 5px 5px 0;
	vertical-align: middle;
}
.hover_cart table tbody tr td a
{
	color: #B1B0B0;
	font-size: 10px;
}
.hover_cart table tfoot tr th
{
	border-top: 1px solid #808080;
	color: #FFF;
}

/* #endregion */

/* #region Pager */

.pager
{
	float: right;
}
.pager a
{
	background-color: #151A1d;
	border: 1px solid #323B44;
	display: inline-block;
	color: #CCC;
	padding: 3px 5px;
	text-decoration: none;
}
.pager a.current
{
	background-color: #464E56;
	border: 1px solid #CCC;
	color: #FFF;
	padding: 3px 5px;
	text-decoration: none;
}
.pager a:hover
{
	background-color: #464E56;
	border: 1px solid #CCC;
	color: #FFF;
	padding: 3px 5px;
	text-decoration: none;
}

/* #endregion */

/***** User Rating *****/

img.star-rating { background: url("/content/themes/default/images/stars.png") no-repeat scroll 0 0; display: inline-block; float: left; height: 15px; overflow: hidden; width: 16px }
img.star-rating-on { background-position: 0 -16px!important }

/***** End User Rating *****/
