/* carousel */

#slideshow {
	position: relative;
	top: 0px;
	left: 0px;
	list-style: none;
	color: #fff;
	display: none;
	}

#slideshow span {
	display: none;
	}

#carouselwrapper {
	max-height: 360px;
	width: 475px;
	position: relative;
	padding: 5px 16px 59px 15px;
	background: #dfdfdf;
	border:1px solid #cdcdcd;
	box-shadow:1px 1px 8px rgba(0, 0, 0, 0.1);
	margin:15px 0 0 13px;
	-webkit-box-shadow:1px 1px 8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:1px 1px 8px rgba(0, 0, 0, 0.1);
	}

* html #carouselwrapper{
	padding:5px 17px 18px 16px;
	}

#carouselwrapper * {
	margin: 0;
	padding: 0;
	}

#fullsize {
	position: relative;
	top: 0px;
	width: 473px;
	height: 314px;
	border: 1px solid #B1B1B1;
	background: #000;
	overflow: hidden;
	margin: 10px 0 26px;
	}

#information {
	position: absolute;
	bottom: -1px;
	width: 473px;
	height: 0;
	background: #000;
	color: #fff;
	overflow: hidden;
	z-index: 200;
		/* internet explorer */
	-khtml-opacity: 0.7;
	     /* khtml, old safari */
	-moz-opacity: 0.7;
	     /* mozilla, netscape */
	opacity: 0.7;
	     /* fx, safari, opera */
	}

#information h3 {
	padding: 13px 13px 6px 13px;
	font-size: 16px;
	}

#information p {
	padding: 0px 13px 15px 13px;
	line-height: 1.5em;
	}

#information a:link, #information a:active, #information a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	}

#information a:hover {
	color: #1cb3f2;
	text-decoration: none;
	font-weight: bold;
	}

#image {
	width: 473px;
	}

#image img {
	position: absolute;
	z-index: 25;
	width: auto;
	left:0px;
	width:473px;
	height:314px;
	}

.imgnav {
	position: absolute;
	width: 25%;
	height: 306px;
	cursor: pointer;
	z-index: 150;
	}

#imgprev {
	left: 0;
	height: 200px;
	background: url(/images/refresh/carousel/images/left.gif) left 130px no-repeat;
	}

#imgnext {
	right: 0;
	height: 200px;
	background: url(/images/refresh/carousel/images/right.gif) right 130px no-repeat;
	}

#imglink {
	position: absolute;
	height: 306px;
	width: 100%;
	z-index: 100;
	background-color:black;
	filter: alpha(opacity=0); /* internet explorer */
	-khtml-opacity: 0; /* khtml, old safari */
	-moz-opacity: 0; /* mozilla, netscape */
	opacity: 0; /* fx, safari, opera */
	}

.linkhover {
	background: url(/images/refresh/carousel/images/link.gif) center center no-repeat;
	}

#thumbnails {
	margin-top: 0px;
	width: 100%;
	position: absolute;
	bottom: 3px;
	}

#slideleft {
	display: none;
	width: 20px;
	height: 81px;
	background: url(/images/refresh/carousel/images/scroll-left.gif) center center no-repeat;
	background-color: #222;
	}

#slideleft:hover {
	background-color: #333;
	}

#slideright {
	display: none;
	width: 20px;
	height: 81px;
	background: #222 url(/images/refresh/carousel/images/scroll-right.gif) center center no-repeat;
	}

#slideright:hover {
	background-color: #333;
	}

#slidearea {
	margin-left: 0px;
	width: 473px;
	padding: 10px 0px;
	}

#slidearea img{
	cursor: pointer;
	border: 4px solid #FFF;
	padding: 0px;
	}

#slidearea img:hover {
	cursor: pointer;
	border: 4px solid #1cb3f2;
	padding: 0px;
	}
	
	
/* content blob */

#contentblob {
	margin: 33px 0px 0px 0px;
	}
	
#contentblob .topcontent{
	margin-top:10px;
	}
	
#contentblob .productblurb {
    width: 188px;
    height: 210px;
    float: left;
}

#contentblob .productblurb a{
    display: block;
    width: 100%;
}

#contentblob .productblurb-notext {
	width: 158px;
	float: left;
	padding:0;
	min-height: 240px;
	margin:0 10px;
	}	

#contentblob .productblurb h3 {
    overflow: hidden;
    width: 162px;
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 0 .25em;
}	

#contentblob .productblurb-notext h3{
    position: relative;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3em;
    margin: 0 0 8px;
}
	
#contentblob .productblurb a:hover, #contentblob .productblurb-notext a:hover{
	text-decoration: none;
	}
	
#contentblob .productblurb a:hover h3 span, #contentblob .productblurb-notext a:hover h3 {
	text-decoration: underline;
	}

#contentblob .productblurb p {
    width: 162px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    margin: 0;
}
	
#contentblob .productblurb-notext p {
	font-size: 0.9em;
	line-height: 16px;
	width: 148px;
	margin: 0 2px;
	color:#555;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	}
	
#contentblob .productblurb a:hover p{
	color:#282828;
	}

#contentblob .productblurb-img {
    position: relative;
    width: 162px;
    margin-bottom: .5em;
}
	
#contentblob .productblurb-notext .productblurb-img {
	margin: 0 0 6px;
	}
	
#contentblob .productblurb .prod-img{
	padding:6px;
	border: 1px solid #c8c8c8;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	}

#contentblob .productblurb-notext .prod-img{
	border: 1px solid #c8c8c8;
	padding: 4px;
	background: #fff;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	}
	
#contentblob .productblurb a:hover .prod-img, #contentblob .productblurb-notext a:hover .prod-img{
	box-shadow:1px 1px 4px rgba(0,0,0,0.25);
	-webkit-box-shadow:1px 1px 4px rgba(0,0,0,0.25);
	-moz-box-shadow:1px 1px 4px rgba(0,0,0,0.25);
	}
	
#contentblob .productblurb-img .pricetag {
	position: absolute;
	bottom: 1px;
	right: 1px;
	text-align: right;
	background-color: #212121;
	margin: 0px;
	padding: 3px 6px 5px 7px;
	font-weight: bold;
	color: #ffffff;
	font-size: 1em;
	line-height: 1.2em;
	letter-spacing: .05em;
	}

#contentblob .productblurb p.price {
    color: #282828;
    font-weight: bold;
    margin-bottom: 12px;
}
	
#contentblob .productblurb-notext p.price {
    color: #282828;
    font-weight: bold;
}

#contentblob .productblurb-img a.pricetag:hover {
	text-decoration: none;
	color: #59c5f3;
	}
	
#contentblob .productblurb-img .sale-tag {
	position: absolute;
	top: 14px;
    left: -13px;
    width: 48px;
    height: 21px;
    background-position: -150px -27px;
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
	
#contentblob span.sale-price{
	color: #BA0606;
	}

#contentblob span.sale-was-price{
	font-weight:normal; 
	color:#555; 
	font-size:0.9em;
	text-decoration: line-through;
	}

#contentblob span.sale-savings{
	font-weight:normal;
	color: #BA0606;
	font-size:0.845em;
	display: block;
	margin: 5px 0 2px;
	}
	
/* subcontent blobs */

#content .subcontent {
	clear: both; 
	width: 980px; 
	position: relative; 
	margin: 0 0 0 -191px;
	border-top: 1px solid #cdcdcd;
	}
	
#content .subcontent .subcontent-primary {
	background: #f0f0f0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #bababa;
	width: 890px;
	position: relative;
	padding: 22px 45px;
	z-index:1;
	}
	
#content .subcontent .favorite-brands{
	background: #d9d9d9;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #cdcdcd;
	width: 890px; 
	position: relative;
	padding:22px 45px 45px;
	}
	
#content .subcontent .favorite-brands hr{
	background: #bababa;
	border-bottom: 1px solid #f0f0f0;
	}
	
#content .subcontent .favorite-brands ul li{
	list-style: none;
	padding:0;
	line-height:inherit;
	float:left;
	display:block;
	margin:0 7px 0 8px;
	}

#content .subcontent .favorite-brands ul li a{
	display:block;
	border:4px solid #eee;
	width:125px;
	height:100px;
	padding:0;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	}
	
#content .subcontent .favorite-brands ul li a:hover{
	border:4px solid #0053A8;
	box-shadow:1px 1px 4px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow:1px 1px 4px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:1px 1px 4px rgba(0, 0, 0, 0.35);
	}

#content .subcontent .favorite-brands ul{
	list-style: none;
	margin:0;
	display: block;
	}

#content .subcontent div h2{
    color: #3f3f3f;
    font-size: 22px;
    padding: 0;
    margin: 0 0 20px;
}
	
#content .subcontent .subcontent-secondary {
	background: #333;
	border-top: 4px solid #111;
	width: 870px; 
	position: relative;
	padding:40px 55px 55px;
	}
	
.subcontent .subcontent-secondary .col-divide{
	height:310px;
	width:1px;
	border-left:1px solid #222;
	border-bottom:none;
	background: #444;
	margin:0 21px;
	float:left;
	}

#content .subcontent-secondary .column {
	width: 235px; 
	float: left; 
	padding: 0px;
	margin: 0;
	font-size: .9em;
	color: #999;
	}
	
.subcontent-secondary .column a h2{
	font-size:22px;
	font-weight:bold;
	color:#fff !important;
	margin: 5px 0px 12px;
	text-decoration: none !important;
	text-shadow:-1px -1px 1px #000 !important;
	}
	
.subcontent-secondary .column h2 a span{
    color: #999;
    font-size: 12px;
    margin-left: 8px;
}

.subcontent-secondary .column h2 a:hover span {
    color: #aaa;
}

.subcontent-secondary .column h2 a:active span {
    color: #888;
}

#content .subcontent-secondary #youtube{
	width:310px;
}

#content .subcontent-secondary .column img.twitter 	{margin: 5px 0 17px;}
#content .subcontent-secondary .column img.youtube 	{margin: 0px;}
#content .subcontent-secondary .column img.blog 	{margin: 0px;}

#content .subcontent-secondary .subcontent-secondary-header {
    font-size: 1.8em;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: .7em;
}

#content .subcontent-secondary .subcontent-secondary-header a {
    color: #eee;
    text-decoration: none;
}

#content .subcontent-secondary .subcontent-secondary-header a:hover {
    color: #fff;
}

#content .subcontent-secondary .subcontent-secondary-header a:active {
    color: #ddd;
}

#content .subcontent-secondary .subcontent-secondary-header i {
    margin-right: .25em;
}

#content .subcontent-secondary .subcontent-secondary-header .icon-twitter {
    color: #00c9ff;
}

#content .subcontent-secondary .subcontent-secondary-header .icon-play {
    position: relative;
    top: -.1em;
    width: 2.4em;
    height: 1.6em;
    font-size: .6em;
    vertical-align: middle;
    text-align: center;
    line-height: 1.6em;
    background-color: #CD332D;
    border-radius: .4em;
}

#content .subcontent-secondary p, #content .subcontent-secondary h4 {
	margin: 0 0 14px;
	}
	
#content .subcontent-secondary h4 {
	font-size: 1.2em;
	}
	
#content .subcontent-secondary h4:hover {
	text-decoration:underline;	
	}
	
.subcontent .subcontent-secondary a{
	color:#2A6CAD;
	}
	
/* Utility */

.subcontent .favorite-brands:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.subcontent hr{
	height: 1px;
	background: #d0d0d0;
	border-bottom: 1px solid #fff;
	margin:10px 0 20px;
	-moz-box-sizing:padding-box;
	}
	
	
/* Brand Icons below Top Navigation */

#home-brands-01 {
    display: block;
    height: 60px;
    background: #ccc;
    padding: 12px 10px 11px;
    border-bottom: 1px solid #bbbbbb;
    margin: -17px 21px 14px 20px;
}
.brand-list-item{
	margin:0 7px;
	padding:0;
	display: block;
	float: left;
}
.brand-list-item a{
	background: url(/images/sitewide/backgrounds/bg-brands-opt-03.png) no-repeat #181c25;
	display: inline-block;
	height:60px;
	width:106px;
	border-radius: 3px;
	-webkit-opacity: 0.85;
	-moz-opacity: 0.85;
	-o-opacity: 0.85;
	opacity: 0.85;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out
}
.brand-list-item a:hover{
	opacity: 1;
}
#brand-list-star-wars				{background-position: 5px 5px;}
#brand-list-star-trek				{background-position: -96px 5px;}
#brand-list-portal					{background-position: -195px 4px;}
#brand-list-minecraft				{background-position: -597px 6px;}
#brand-list-marvel					{background-position: -699px 6px;}
#brand-list-doctor-who			{background-position: -398px 3px;}
#brand-list-game-of-thrones	{background-position: -497px 6px;}
#brand-list-big-bang-theory	{background-position: -895px 5px;}
#brand-list-adventure-time	{background-position: -298px 6px;}
#brand-list-lego						{background-position: -799px 6px;}

.ui-autocomplete{
	top: 350px !important;
}