@import url('reset.css');
/* CSS - Onkyo */

/* # Reset */
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, span, strong, img, ul, li, figure{
	margin:0;
	padding:0;
}
article, aside, figure, footer, header, hgroup, nav, section{
    display: block;
}
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
}
ul{
	list-style:none;
}
img{
	border:0px;
	max-width:100%;
}
a{
	color: #fff;

}
a:hover{
	text-decoration:none;
}
a:focus, a:hover, a:active{
	outline: 0;
}
p{
	margin-bottom:10px;
}	
.clearFix{
	overflow:hidden;
	display:block;
	clear:both;
}

/* # Themes */
html {
    background: none;
}
body {
    background-color:#fafafa;
	font:normal 12px/18px Tahoma, "Calibri", Times, serif;
	overflow-y:scroll;		
}
.container {
	float:left;
    background-color:#f7f7f7;
    margin: 0 auto;
    position:absolute;
    width:100%;
	height:100%;
	font:normal 12px/18px 'Arial';
}

header {
	border-bottom:2px solid #fff;
	margin:0;
	height:328px; 
	background:#163851 url(../images/home_top_bg.png) top center no-repeat;
}

header figure {
    margin:0 auto;
    width: 990px;
	height:126px;
	//height:140px;
	padding:0;
}
header figure .logo{
	float:left;
	margin:0 0 15px 0;
	padding-top:20px;
}
/*header figure .caution{
	position:absolute;
	margin:0 auto;
	left:50%;
	width:400px;
	margin-left:-210px;
	background:#d46e1c url(../images/cautionTopBg.png) top right no-repeat;
	padding:10px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;	
	text-align:center;
	box-shadow:0 0 5px #173c56;
}*/
header figure .caution{
	position:absolute;
	margin:0 auto;
	left:50%;
	width:400px;
	margin-left:-190px;
	background:#d46e1c url(../images/cautionTopBg.png) top right no-repeat;
	padding:10px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;	
	text-align:center;
	box-shadow:0 0 5px #173c56;
}

header figure .caution a {
	font:normal 14px/18px 'Arial';
	/*font:normal 20px/24px 'Arial';*/
	text-transform:uppercase;
	color:#fff000;
	text-decoration:blink !important;
}
.expoAdvertisement{
	float:right;
	width:420px;
	/*width:320px;
	height:64px;*/
	//height:104px;
	border:2px dashed #153851;
	margin:5px 5px 0 0;
	padding:5px 10px;
	background-color:rgba(0, 0, 0, .5);
	text-align:center;
	background-image:url(../images/expoBg.png);
}
.expoAdvertisement p{
	color:#fff;
	font-style:normal;
	text-align:left;
	font-size:13px;
	font-weight:bold;
	margin:0;	
	padding-left:150px;
	background:url("../images/whatHiFiShow2015.jpg") left center no-repeat;
}
.expoAdvertisement p label{width:45px; display:inline-block}
.expoAdvertisement p img{
	margin:8px 10px 0 0
}
.expoAdvertisement address{
	color:#fff;
	font-style:normal;
}
.expoAdvertisement h1 span{
	font-size:18px;
	color:#fff;
}
.expoAdvertisement h1{
	font-size:24px;
	line-height:24px;
	margin-bottom:3px;
   -webkit-animation: color-change 3s infinite;
	-moz-animation: color-change 3s infinite;
	-o-animation: color-change 3s infinite;
	-ms-animation: color-change 3s infinite;
	animation: color-change 3s infinite;
    }

    @-webkit-keyframes color-change {
        0% { color: #f60; }
        50% { color: red; }
        100% { color: yellow; }
    }
    @-moz-keyframes color-change {
        0% { color: #f60; }
        50% { color: red; }
        100% { color: yellow; }
    }
    @-ms-keyframes color-change {
        0% { color: #f60; }
        50% { color: red; }
        100% { color: yellow; }
    }
    @-o-keyframes color-change {
        0% { color: #f60; }
        50% { color: red; }
        100% { color: red; }
    }
    @keyframes color-change {
        0% { color: #f60; }
        50% { color: red; }
        100% { color: yellow; }
    }
.noWarranty{
	font:normal 16px/18px 'Arial';
	color:#f00;
	display:block;
	margin-bottom:10px
}
header figure .quick_search{
	float:right;
	margin:15px 3px 0 0;
	width:200px;
	height:20px;
}
.quick_search_category {
	color: #F60;
	font-weight:bold;
	text-indent:20px;
	padding:5px 0;
	border-bottom:1px dashed #000;
}

.menu_class ul {
	margin:0; 
	padding:0; 
	list-style:none;
}

.menu_class {
	border:1px solid #14446c;
	margin:0;	
}

.the_menu {
	display:none;
	margin:0;
	padding:0;
	width:200px;
	border: 1px solid #1c1c1c;
	overflow-y:scroll;
	z-index:100000 !important;
}
.the_menu li {
	background-color: #302f2f;
}

.the_menu li a {
	color:#FFFFFF; 
	text-decoration:none; 
	padding:10px;
	margin-left:10px; 
	display:block;
}

.the_menu li a:hover {
	padding:10px;
	font-weight:bold;
	color: #f60;
}


header .banner {
    margin:0 auto;
    width: 1000px;
	height:260px;
	z-index:-10
}
header .inner_banner {
    margin:0 auto;
    width: 1000px;
	height:260px;
	background:url(../images/inner_banner.png) center top no-repeat;
}
header .inner_banner h1{
	float:left;
	margin:90px 0 0 40px;
	width:960px;
	font:normal 40px/38px 'Arial';
	color:#fff;
	text-transform:uppercase;
}
header .inner_banner h2{
	float:left;
	padding:0;
	margin-left:40px;
	font:normal 25px/24px 'Arial';
	color:#fff;
	text-transform:capitalize;
}
header .inner_banner h2 span {
	margin-left:15px;
	padding-left:20px;
	font:normal 18px/24px 'Arial';
	background:url(../images/product-sprite.png) 0 -141px no-repeat;
	
}
.inner_top_margin {
	margin-top:70px;
}
/* CSS For Article Starts */
article {
    margin:0 auto;
    width:980px;
	margin-top:280px;
	//margin-top:288px;
	font:normal 12px/18px 'Arial';
}
article .advertisement {
	float:left;
	margin:5px 10px 0 0;
	padding:0;
	width:260px;
	height:194px;
	background:url(../images/itsBackAdBg.png) left top no-repeat;
	background-size:100% auto;
}
article .advertisement a.forMoreDetail{
	display:block;
	width:192px;
	height:32px;
	margin:150px auto 0;
	border:1px solid #bd4719;
	border-radius:4px;
	text-align:center;
	background-color: rgba(189, 71, 25, 0.9);
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
	background-image:url(../images/adMoreDetailPointer.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}
.onlineSaleAdvertisement a img{
	max-height:194px;
	max-width:100%;
}
.offerBrandWrap{
	margin:10px auto 0;
	float:left;
}
.offerBrand{
	background:url(../images/offerBrands/offerBrandBg.jpg) top left no-repeat;
	width:170px;
	height:155px;
	display:inline-block;
	margin-right:29px;
}
.lastBrand{
	margin-right:0;
}
.content_single_column p.offerHurry{
	font-size:18px;
	text-align:center;
	width:100%;
	line-height:30px;
}
.offerBrand img{
	margin:1px 5px;
}
.offerBrand h6{
	font:normal 16px/30px 'Arial';	
	color:#FE5214;
	text-align:center;	
}
article .advertisement a.forMoreDetail:hover{
	box-shadow:0 0 5px #972e00;
}
article .latestnews {
	float:left;
	margin:5px 16px 0 10px ;
	/*margin:25px 16px 0 10px ;*/
	padding:0;
	width:342px;	
}
article .latestnews h1 {
	font:normal 30px/30px 'Arial';
	color:#666;
	margin-bottom:10px;
	font-size:22px;
}
article .latestnews p {
	float:left;
	font:normal 12px/18px 'Arial';
	color:#454545;
	text-align:justify;
	padding-bottom:15px;
	border-bottom:1px dotted #ccc;
}

article .latestnews p img{
	margin-right:15px;
	vertical-align:middle;
}
article .latestnews p.lastnews {
	padding:0;
	border:none;
}
article .latestnews p a{
	color:#555;
}
article .latestnews p a:hover{
	color:#f60;
}
article .otherlinks {
	float:left;
	margin:0 0 0 0;
	padding:0;
	width:232px;
}
article .otherlinks img {
	max-width:100%;
}
article .otherlinks img:first-child{
	margin-bottom:9px;
}
article .otherlinks img.lastotherlinks{
	margin:0;
	height:58px;
}

/*Textomer Popup*/
#mask {
	display: none;
	background: #000; 
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	opacity: 0.8;
	z-index: 999;
}

.textomer_popup, .online_popup{
	display:none;
	background: #fff;
	padding: 14px 14px 0 14px; 	
	border: 2px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	box-shadow: 0px 0px 20px #999;
	-moz-box-shadow: 0px 0px 20px #999;
    -webkit-box-shadow: 0px 0px 20px #999;
    -ms-box-shadow: 0px 0px 20px #999;
    -o-box-shadow: 0px 0px 20px #999;
	border-radius:3px 3px 3px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
img.btn_close {
	float: right; 
	margin: -30px -30px 0 0;
}

/*Textomer Popup*/

article .maingraphicallinks {
	float:left;
	margin:30px 0 5px;
	padding:0;
	width:980px;
}
article .maingraphicallinks .announcements {
	float:left;
	padding-top:8px;
	margin-right:17px;
	width:232px;
	height:150px;
	border-top:4px solid #1868ae;
	background:url(../images/announcements.jpg) left bottom no-repeat;
	opacity:0.8;
	
}
article .maingraphicallinks .announcements:hover {
	opacity:1;
	border-top:4px solid #f28f40;		
}
article .maingraphicallinks .announcements h2 {
	float:left;
	margin:0;
	font:normal 20px/58px 'Arial';
	color:#fff;
	width:232px;
	height:150px;
	display:block;
	text-align:center;
}
article .maingraphicallinks .announcements h2 a{
	width:232px;
	height:150px;
	display:block;
}
article .maingraphicallinks .products_link {
	float:left;
	padding-top:8px;
	margin-right:17px;
	width:232px;
	height:150px;
	border-top:4px solid #1868ae;
	background:url(../images/products_link.jpg) left bottom no-repeat;
	opacity:0.8;
	
}
article .maingraphicallinks .videos_link {
	float:left;
	padding-top:8px;
	margin-right:17px;
	width:232px;
	height:150px;
	border-top:4px solid #1868ae;
	background:url(../images/videos_link.jpg) left bottom no-repeat;
	opacity:0.8;
	
}
article .maingraphicallinks .products_link:hover, article .maingraphicallinks .videos_link:hover {
	opacity:1;
	border-top:4px solid #f28f40;	
}
article .maingraphicallinks .products_link h2, article .maingraphicallinks .videos_link h2 {
	float:left;
	margin:0;
	font:normal 20px/58px 'Arial';
	color:#fff;
	width:232px;
	height:150px;
	display:block;
	text-align:center;
}
article .maingraphicallinks .products_link h2 a, article .maingraphicallinks .videos_link h2 a{
	width:232px;
	height:150px;
	display:block;
}
article .maingraphicallinks .awards_link {
	float:left;
	padding-top:8px;
	margin-right:18px;
	width:232px;
	height:150px;
	border-top:4px solid #1868ae;
	background:url(../images/awards_link.jpg) left bottom no-repeat;
	opacity:0.8;
	
}
article .maingraphicallinks .awards_link:hover {
	opacity:1;
	border-top:4px solid #f28f40;		
}
article .maingraphicallinks .awards_link h2 {
	float:left;
	margin:0;
	font:normal 20px/58px 'Arial';
	color:#fff;
	width:232px;
	height:150px;
	display:block;
	text-align:center;
}
article .maingraphicallinks .awards_link h2 a{
	width:232px;
	height:150px;
	display:block;
}
article .maingraphicallinks .profile_link {
	float:left;
	padding-top:8px;
	margin:0;
	width:232px;
	height:150px;
	border-top:4px solid #1868ae;
	background:url(../images/profile_link.jpg) left bottom no-repeat;
	opacity:0.8;
	
}
article .maingraphicallinks .profile_link:hover {
	opacity:1;
	border-top:4px solid #f28f40;		
}
article .maingraphicallinks .profile_link h2 {
	float:left;
	margin:0;
	font:normal 20px/58px 'Arial';
	color:#fff;
	width:232px;
	height:150px;
	display:block;
	text-align:center;
}
article .maingraphicallinks .profile_link h2 a{
	width:232px;
	height:150px;
	display:block;
}

article .new_releases {
	float:left;
	margin:5px 0;
	padding:0;
	width:980px;
}
article .new_releases h2 {
	display:block;
	font:normal 24px/24px 'Arial';
	color:#666;
	width:980px;
	height:30px;
	text-align:left;
}
article .models {
	float:left;
	width:180px;
	height:118px;
	margin-right:15px;
	background-color:#f6f6f6;
	border:2px solid #e2e2e2;	
}
article .models:last-child{
	margin-right:0;
}
article .models > a{
	text-align:center;
	display:block;
}
article .models:hover {
	background-color:#fff;
	border:2px solid #ccc;	
	
}
article .models h3{
	float:left;
	display:block;	
	width:180px;
	text-indent:15px;	
	height:29px;
	background:#e2e2e2 url(../images/new_release_button.png) 80% center no-repeat;
	font:normal 15px/29px 'Arial';		
	color:#373737;
}
article .models h3 a {
	float:left;
	display:block;	
	width:180px;	
	color:#373737;
}
article .models .propic {
	width:124px;
	padding:14px 12px;
	height:56px;
}

footer {
	float:left;
	border-top:4px solid #fff;
	margin:5px auto 0;
	width:100%;
	height:100%;
	height:170px; 
	background:#163851 url(../images/footer_bg.png) top center no-repeat;
	background-size:100% 100%;
}

footer figure {
    margin:10px auto 0;
    width: 990px;
	height:100px;
	padding:0 5px;
}
footer figure .link_copyright {
	float:left;
	width:500px;
	height:130px;	
	margin:0;
	padding:0;
	border-right:1px dashed #ccc;
}
footer figure .link_copyright h2 {
	float:left;
	font:normal 20px/30px 'Arial';
	color:#fff;
	width:550px;
	height:50px;
	text-align:center;
	vertical-align:middle;
}

footer figure .link_copyright h2 img {
	margin:0 5px;
	padding:0;
	vertical-align:middle;
	padding:2px;
	border:1px solid transparent;
}
footer figure .link_copyright h2 img:hover {
	border:1px solid #ccc;
	background-color:#fff;
}

footer figure .link_copyright ul {
	float:left;
	margin-bottom:15px;
	margin-left:70px;
}
footer figure .link_copyright ul li {
	display:inline;
	margin-right:15px;
	font:normal 13px/20px 'Arial';
	color:#fff;	
}
footer figure .link_copyright ul li a {
	color:#fff;
}
footer figure .link_copyright ul li a:hover {
	text-decoration:underline;
}
footer figure .link_copyright p {
	float:left;
	text-align:center;
	width:500px;	
	font:italic 12px/20px 'Arial';
	color:#fff;	
}

footer figure .quick_connect {
	float:left;
	width:459px;
	height:100px;
	margin:10px 0 0;
	padding-left:30px;
}
footer figure .quick_connect ul {
	float:left;
	margin-bottom:15px;
	width:278px;
}
footer figure .quick_connect ul li {
	text-indent:0;
	font:normal 13px/20px 'Arial';
	color:#fff;	
}
footer figure .quick_connect ul li label {
	float:left;
	width:50px;
}
footer figure .quick_connect ul li a {
	color:#fff;
}
footer figure .quick_connect ul li a:hover {
	text-decoration:underline;
}
footer figure .quick_connect p {
	float:left;
	text-align:center;
	width:180pxpx;	
	font:bold 13px/20px 'Arial';
	color:#fff;	
}
footer figure .quick_connect .dealer_form {
	float:left;
	width:163px;
	padding-left:45px;
	height:40px;
	margin-top:15px;
	background:url(../images/dealer_button_bg.png) left top no-repeat;
	font:bold 13px/40px 'Arial';	
}
footer figure .quick_connect .dealer_form a{
	color:#FC9;
}
footer figure .quick_connect .dealer_form a:hover{
	color:#fff;
}

.fullWidth{float:none !important}
.feedBackFormFields{margin:20px 0; position:relative; left:50%; margin-left:-271px; display:inline-block; float:none; line-height:26px; color:#187eae}
.feedBackWidth{width:500px; min-height:300px; padding:20px; border:1px solid #c3e4f2; color:#187eae; border-radius:10px; background-color:#f5f8fa}
.formRow{display:inline-blockl; float:left; margin-bottom:10px}
.formLabel{float:left; width:170px; font-weight:bold}
.formLabelSep{float:right; color:#16729e}
.formInput{float:left; margin-left:18px; width:310px;}
.formInput input{width:290px; height:24px; padding:0 10px; background-color:#ecf5f9; border:1px solid #c3e4f2; color:#187eae}

.formInput select{width:312px; height:24px; padding:0 0 0 7px; background-color:#ecf5f9; border:1px solid #c3e4f2; color:#187eae; line-height:26px; font-size:12px}
.formInput option{border:1px solid #c3e4f2; padding:5px}
.formInput textarea{width:290px; padding:10px; resize:none; background-color:#ecf5f9; border:1px solid #c3e4f2; color:#187eae}
.formBtnFields{width:500px;}
.formBtn{background-color:#187eae; padding:5px 10px; float:right; display:inline-block; border-radius:5px; margin-left:10px; border:none; border-bottom:3px solid #16729e; font-weight:bold; color:#fff; text-shadow:-1px -1px 0 #16729e}
.feedBackFormFields .formRow:last-child{margin-bottom:0}
.requiredFields {color: #FF0000; margin:0 5px;}


#history dl {overflow: hidden;_zoom: 1;font-size: 12px; display:inline-block; color:#555}
#history dl dt {
		float: left;
		padding-right: 20px;
		font-weight: bold;
		width:70px;
		}
#history dl dd {
		float: left;
		width:630px;
		font-size: 12px;
		padding-bottom: 14px;
		}

.onlineSaleAdvertisement{
	width:222px;
	display:inline-block;
}
.onlinePopupContent{
	width:800px;
	min-height:500px;
	border:1px solid #74B7E4;
	margin-bottom:15px;
}
.onlineSaleAdvertisement a.amp{
	margin-top:10px;
	display:inline-block;
	max-width:100%
}

.onlinePopupContent .headingSection{
	background:#1F67A6;
	padding:10px;
	display:inline-block;
	width:780px;
}
.onlinePopupContent .headingSection img{
	max-height:30px;
}
.headingSection .logoOnkyo{
	float:left;
}
.headingSection .logoSnapDeal{
	float:right;
}
.popUpCaption{
	background:#FBFBFB;
	padding:5px 10px;
	border-bottom:1px dashed #ccc;
	font-size:13px;
	line-height:16px;
	color:#323232;
	margin-bottom:10px;
}
.onlinePopupContent .orangeText{
	font-weight:bold;
	color:#f60;
}
.onlinePopupContent .innerPopUpContent{
	margin:0 5px;
	display:inline-block;
	width:790px;
}
.onlinePopupContent .innerPopUpContent h1{
	font-size:13px;
	font-weight:bold;
	color:#4a4a4a;
	background:#f5f5f5;
	padding:5px;
	line-height:16px;
}
.onlinePopupContent .footerContent{
	background:#f2f2f2;
	border-top:1px dashed #ccc;	
	padding:10px 10px 0;
	margin-top:10px;
}
.onlinePopupContent .footerContent h1{
	color:#f00;
	font-size:13px;
	line-height:13px;
	margin-bottom:10px;
}
.onlinePopupContent .footerContent p{
	color:#4a4a4a;
	font-size:12px;
	line-height:16px;
	margin-bottom:5px;
}
.onlinePopupContent .footerContent h2{
	background:#fff;
	font-size:13px;
	line-height:20px;
	text-align:right;
	color:#348ECB;
	padding:5px 10px;
}
.onlinePopupContent .footerContent h2 a{
	color:#f60;
}
.onlinePopupContent .categoryProduct{
	padding:0;
	margin:10px 8px 0 0;
	border:1px solid #ffece0; 
	display:inline-block;
	float:left;
	width:auto;
}
.marginRightZero{
	margin:10px 0 0 0 !important;
}
.onlinePopupContent .categoryProduct h1{
	font-size:13px;
	font-weight:normal;
	padding:3px 6px;
	line-height:16px;
	color:#424242;
	background:#fff3eb;
}
.onlinePopupContent .categoryProduct ul{
	padding:5px;
	margin:0;
}
.onlinePopupContent .categoryProduct li{
	padding:3px 5px;
	margin:0;
	background:#f5f5f5;
	list-style:none;
	display:inline-block;
	font-size:12px;
	line-height:16px;
}
/*Dolby Atmos*/
.dolbyAtmosPageBanner{
	width:100%;
	text-align:center;
	background:#000 url(../images/dolbyAtmosPageBanner.png) center top no-repeat;
	height:330px;
	position:relative;
}
.dolbyAtmosPageBanner2{
	background:#000 url(../images/dolbyAtmosPageBanner-2.png) center top no-repeat;
	height:400px;
}
.exploreBanner{
	background:#000 url(../images/exploreWorldImg.png) center top no-repeat;
	height:400px;
}
.dolbyAtmosPageBanner article{
	width:970px;
	margin:0 auto;
}
.dolbyAtmosPageBanner article h1.firstTime{
	font-size:24px;
	line-height:48px;
	padding:0 50px;
	text-align:left;
	color:#f60;
	background: rgba(0, 0, 0, .5);
	display:inline-block;
	margin-top:60px;
}

.dolbyAtmosPageBanner article h1.dolbyTitle{
	font-size:24px;
	line-height:48px;
	padding:0 10px;
	text-align:left;
	color:#fff;
	background: rgba(0, 0, 0, .5);
	display:inline-block;
	margin-top:100px;
}
.dolbyAtmosPageContentWrap .date{
	text-align:right;
	color:#f60;
	font-size:14px;
	font-weight:normal;
}
.dolbyAtmosPageContentWrap{
	width:950px;
	margin:0 auto;
	border-left:1px dashed #ccc;
	border-right:1px dashed #ccc;	
}
.dolbyAtmosPageContentWrap h1{
	padding:10px 10px;	
	font-size:18px;
	background:#fff3eb;
	color:#4a4a4a;
	line-height:24px;
	display:block;
}
.dolbyAtmosPageContentWrap h2{
	padding:5px 10px;	
	font-size:16px;
	line-height:24px;
	margin-top:20px;
	background:#fff3eb;
	color:#4a4a4a;
	text-align:right;
}
.dolbyAtmosPageContentWrap h3{
	padding:5px 0;
	margin:0 10px;	
	font-size:16px;
	margin-top:20px;
	color:#4a4a4a;
	border-bottom:1px dotted #ccc;
}
.dolbyAtmosPageContentWrap ul{
	margin:10px;
	padding:5px 0 5px 20px;
	list-style:disc;
}
.dolbyAtmosPageContentWrap ul li{
	margin:5px 0;
}
.dolbyAtmosPageContentWrap p{
	margin:10px 10px 0;
}
.dolbyAtmosPageContentWrap p a{
	color:#f60;
}
.dolbyAtmosPageContentWrap p a:hover{
	background:#fff3eb;
}
.NewsTicker{
  list-style-type:none;
  margin:0;
  padding:0;
  line-height:1.3em;
  height:195px;
  overflow:hidden;
}
.NewsTicker li{
	background:#fafafa;	
	list-style:none;
}
.NewsTicker li a .date{
	position:relative;
	width:40px;
	height:40px;
	padding:5px 0;
	background:#f28f40;
	float:left;
	display:inline-block;
	text-align:center;
	color:#fff;
	font-size:27px;
	line-height:22px;
	margin-right:15px;
}
.NewsTicker li a .date:after{
	position:absolute;
	content:'';
	width:6px;
	height:9px;
	right:-5px;
	top:20px;
	background:url(../images/newsDateArrow.png) right no-repeat;
}
.NewsTicker li a .date span{
	display:block;
	font-size:17px;
}
.NewsTicker li:first-child a{
	padding-top:0;
}

.NewsTicker li a{
	float: left;
	width:100%;
	font: normal 12px/18px 'Arial';
	color: #454545;
	text-align: justify;
	padding: 7px 0;
	border-bottom: 1px dotted #ccc;
}
.NewsTicker li a:hover, .newAndEventsContainer .NewsTicker li a:hover{
	color:#f60
}
a.viewAllNewsLink{
	color:#f60;
	margin:6px 0 0;
	display:inline-block;
	float:right;
	border-bottom:3px solid #e7e7e7;
}
a.viewAllNewsLink:hover{
	border-bottom:3px solid #f60;
}

.newAndEventsContainer .NewsTicker{
	height:100%;
	margin:20px 0;
}
.newAndEventsContainer .NewsTicker li{
	list-style:none !important;
	width:313px;
	margin-right:20px;
}
.newAndEventsContainer .NewsTicker li:first-child a{
	padding-top:7px;
}
.newAndEventsContainer .NewsTicker li:nth-child(3n){
	margin-right:0;
}
.newAndEventsContainer .NewsTicker li a{
	color: #454545;
	min-height:55px;
}
article .content_column .model, article .models{
	position:relative;
}
article .content_column .model .upgradable, article .models .upgradable{
	position:absolute;
	bottom:40px;
	left:0;
	height:20px;
	color:#fff;
	font-size:11px;
	display:inline-block;
	background-color: rgba(255, 122, 0, 0.8);
	padding:0 10px;
}
.innerPopUpContent a.snapLink{
	color:#f60;
	padding:5px 0 0 10px;
	font-size:13px;
	display:inline-block;
}
.orangeHighlitedText{
	font-weight:bold;
	color:#f60;
}
.txnr3030Review{
	background:#0f5ea1;
	display:inline-block;
	width:100%;
}
.txnr3030Review article{
	min-height:322px;
	background:url(../images/txnr3030Banner.jpg) top right no-repeat;
	margin-top:0;
}
.txnr3030Review.txnr838Review article{
	background:url(../images/txnr838Banner.jpg) top right no-repeat;	
}
.txnr3030Review article h1{
	font-size:36px;
	color:#fff;
	font-weight:bold;
	line-height:25px;
	margin-top:100px;
	display:inline-block;
}
.txnr3030Review article h1 span{
	font-size:16px;
	font-weight:normal;
	display:block;
}
.txnr3030Review article h2{
	font-size:22px;
	color:#fff;
	font-weight:bold;
	line-height:40px;
	margin-top:10px;
	padding:0 20px;
	clear:both;
	display:inline-block;
	background:rgba(0,0,0,0.4)
}
.reviewRating ul{
	margin:10px 0;
}
.reviewRating ul li{
	list-style:none;
	line-height:25px;
}
.reviewRating ul li label{
	width:100px;
	padding:0 0 0 10px;
	display:inline-block;
	background:#f60;
	color:#fff;
	font-size:14px;
	border-right:3px solid #F0A9A9;
}
.reviewRating ul li span{
	padding:0 5px;
	min-width:45px;
	background:#ccc;
	display:inline-block;
}
.txnr838ReviewRating ul{
	display:inline-block;
	float:left;
}
.txnr838ReviewRating .rightContent{
	margin-left:200px;
}
a.linkBtn{
	background: none repeat scroll 0 0 #f60;
    border-right: 3px solid #f0a9a9;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 5px 10px;
	margin:20px 0;
	}
.product-award-wrap{
	max-width:90%;
	margin:20px auto 0;
	min-height:50px;
	text-align:center;
	background:#fafafa;
}
.product-award-wrap span{
	padding:10px 20px;
	display:inline-block;
	margin:0 10px;
}
.award-link{
	position: absolute;
	right: 0;
	top: 0;
}

.videos-wrap h2{
	font: 18px/30px "Arial";
	color: #2572AF;
	width: 100%;
	min-height: 30px;
	margin: 10px 0px 0;
	text-indent: 20px;
	border-left: 3px solid #1868AE;
}
.videos-wrap li h3{
	font:bold 14px/30px "Arial";
	color: #666;
	width: 100%;
	margin: 0 0px 10px;
}
.videos-wrap li:hover h3{
	color:#f60;
}
.videos-wrap ul{
	display:inline-block;
	list-style:none;
	padding:0;
	margin:0 !important;
	width:100%;
	clear:both;
}
.videos-wrap ul li{
	width:32%;
	display:inline-block;
	float:left;
	margin:20px 2% 0 0;
	padding:0;
}
.videos-wrap ul li a{
	display:block;
	padding:3%;
	margin:0;
	height:166px;
	overflow:hidden;
	background:#fff;
	position:relative;
	border:1px dashed #ccc;
}
.videos-wrap ul li a:before{
	content:'';
	position:absolute;
	width:94%;
	height:90%;
	background: url(../images/play-icon.png) center center  no-repeat;
	left:3%;
	top:5%;
	z-index:1;
}
.videos-wrap ul li:hover a:before{
	background: url(../images/play-icon.png) center center rgba(0,0,0,0.2) no-repeat;
}
.videos-wrap ul li a img{
	max-width:100%;
	height:auto;
}
.videos-wrap ul li:nth-child(3n){
	margin-right:0;
}
.related{
	margin:40px 0;
}
.related h3{
	margin:40px 0 20px;
	text-align:center;
	color:#f60;
	padding-bottom:10px;
	position:relative;
}
.related h3:after{
	content:'';
	position:absolute;
	left:50%;
	bottom:0;
	width:50px;
	margin-left:-25px;
	height:2px;
	background:#FFB380;
}
.related ul{
	margin:0;
	padding:0;
	text-align:center;
}
.related ul li{
	list-style:none;
	display:inline-block;
	width:225px;
	background:#f2f2f2;
	margin-right:20px;
	border:1px solid transparent;
	box-sizing:border-box;
	border-bottom:none;
}
.related ul li:hover{
	border:1px solid #f2f2f2;
	border-bottom:none;
}
.related ul li a{
	display:block;
	min-height:200px;
	border-bottom:4px solid #EDEDED;
	text-align:center;
	transition:ease 0.5s;
	padding:10px 0;
	position:relative;
}
.related ul li a:after{
	content:'';
	position:absolute;
	width:0;
	left:0;
	bottom:-4px;
	height:4px;
	background:#f60;
}
.related ul li:hover a:after{
	width:100%;
	transition:ease 1s;
}
.related ul li a:hover{
	background:#fff;
}
.related ul li a img{
	margin-top:10px;
	max-width:100%;
}
.related ul li:last-child{
	margin-right:0;
}
.related ul li a span{
	min-height:80px;
	display:block;
	text-align:center;
	border-bottom:1px dashed #D8D8D8;
	margin:0 10px;
}
.related ul li a span.cerwin{
	background:url(../images/brandCerwin.png) center center no-repeat;
}
.related ul li a span.energy{
	background:url(../images/brandEnergy.png) center center no-repeat;
}
.related ul li a span.phase{
	background:url(../images/brandPhase.png) center center no-repeat;
}
.related ul li a span.eagle{
	background:url(../images/brandEagleCable.png) center center no-repeat;
}
.related ul li a span.ossi{
	background:url(../images/brandOssi.png) center center no-repeat;
}
/********************/
/* Sales Promotion */
/********************/
/*Un command 189*/
.sales-promotion{
	float:right;
	text-align:center;
	max-width:360px;
	padding:0 20px;
	margin-top:5px;
	border-radius:2px;
	background:rgba(255,255,255,0.1);
}
.promo-logo{
	padding:5px 5px 3px;
	float:left;
	color:#fff;
}
.promo-logo img{
	max-height:30px;
	width:auto;
}
.promo-logo span{
	display:inline-block;
	color:#F3D709;
}
.sales-promotion h3{
	font: 20px/20px "Arial";
	margin:5px 0 0;
	text-transform:uppercase;
   -webkit-animation: color-change 3s infinite;
	-moz-animation: color-change 3s infinite;
	-o-animation: color-change 3s infinite;
	-ms-animation: color-change 3s infinite;
	animation: color-change 3s infinite;
}
    @-webkit-keyframes color-change {
        0% { color: #f60; }
        50% { color: red; }
        100% { color: yellow; }
    }
    @-moz-keyframes color-change {
        0% { color: #f60; }
        50% { color: red; }
        100% { color: yellow; }
    }
    @-ms-keyframes color-change {
        0% { color: #f60; }
        50% { color: red; }
        100% { color: yellow; }
    }
    @-o-keyframes color-change {
        0% { color: #f60; }
        50% { color: red; }
        100% { color: red; }
    }
    @keyframes color-change {
        0% { color: #f60; }
        50% { color: red; }
        100% { color: yellow; }
    }
.sales-promotion h3 span{
	color:#fff;
	font: 18px/20px "Arial";	
}

/********************/
/* Sales Promotion */
/********************/
.dealForTheDay{
	float:left;
	margin:5px 10px 0 0;
	padding:15px 20px 10px;
	box-sizing:border-box;
	width:340px;
	height:240px;
	//height:260px;
	background:url(../images/offersFroTheDay.png) left top no-repeat;
	background-size:cover;
	position:relative;
	overflow:hidden;
}

.dealForTheDay h1{
	color:#ff6600 ;
	font:bold 60px/30px "Arial";
	margin:0;	
	letter-spacing:15px;
	opacity:0;
	transition:1s ease-in-out;
	white-space:nowrap;
	position:absolute;
	left:20px;
	top:50%;
	margin-top:-15px;
}
.dealForTheDay h1.animated{
	letter-spacing:0;
	opacity:1;
	top:15px;
	margin-top:0;
	font-size:30px;
}
.dealForTheDay h3{
	color:#ff6600 ;
	font:bold 18px/20px "Arial";
	margin-bottom:10px;	
	padding-top:30px;
	opacity:0;
	transition:1s 1.5s ease;
}
.dealForTheDay h1.animated + h3{
	opacity:1;
}
.dealForTheDay h3 span{
	color:#4A7E01;
	font: 18px/20px "Arial";	
}
.dealForTheDay p{
	font: 12px/150% "Arial";
	opacity:0;	
	transition:1s 2.5s ease;
	position:relative;
	left:100%;
}
.dealForTheDay h1.animated + h3 ~ p{
	opacity:1;
	left:0;
}
.dealForTheDay p span{
	font-weight:bold;	
}
.dealForTheDay p a{
	color:#000;
}
.dealForTheDay p + label{
	color:#f00;
	position:absolute;
	right:100%;
	bottom:10px;
	padding:2px 10px;
	background:rgba(0,0,0,0.9);
	opacity:0;
	transition:1s 3s ease;
	white-space:nowrap;
}
.dealForTheDay h1.animated + h3 ~ label{
	opacity:1;
	right:20px;
}
.dealForTheDay p span.offerPrice{
	color:#4A7E01;
	font-size:16px
}
.dealForTheDay p span.normalPrice{
	color:rgba(255,0,0,0.5);
	text-decoration:line-through;
	font-size:16px
}
.dealForTheDay h3 label{
	font-size:12px;
	font-weight:normal;
}
.clearanceBanner{
	margin-bottom:20px;
	text-align:center;
}
.flash-wrap{
	padding:20px 30px;
	border-bottom:4px solid #ddd;
	background:#f4f4f4;
	margin:0 0 40px;
	text-align:center;
}
.flash-wrap h3{
	font-size:18px;
	margin-bottom:7px;
	color:#f60;
}
.flash-wrap address{
	font-size:16px;
	font-style:normal;
	color:#333;
}