/*** reset css starts here ***/
HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE, DEL, DFN, EM, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, SUB, SUP, TT, VAR, B, U, I, CENTER, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND, TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD, ARTICLE, ASIDE, CANVAS, DETAILS, EMBED, FIGURE, FIGCAPTION, FOOTER, HEADER, HGROUP, MENU, NAV, OUTPUT, RUBY, SECTION, SUMMARY, TIME, MARK, AUDIO, VIDEO
{
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
/*HTML5 display-role reset for older browsers*/
ARTICLE, ASIDE, DETAILS, FIGCAPTION, FIGURE, FOOTER, HEADER, HGROUP, MENU, NAV, SECTION
{
	display: block;
}
OL, UL
{
	list-style: none;
}
BLOCKQUOTE, Q
{
	quotes: none;
}
BLOCKQUOTE:before, BLOCKQUOTE:after, Q:before, Q:after
{
	content: '';
	content: none;
}
TABLE
{
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix
{
	clear: both;
	overflow: hidden;
}
.fl
{
	float: left;
}
.fr
{
	float: right;
}
BODY, P, H1, H2
{
	margin: 0;
	font-family: Arial;
}
body{
	transition:all .5s ease-in-out; 
    -o-transition:all .5s ease-in-out; 
    -moz-transition:all .5s ease-in-out; 
    -webkit-transition:all .5s ease-in-out;
	}
/********************************* reset css ends here ****************************************************
******************************** css for header part *****************************************************/

/* Display none bcoz using for print output */

.onlyPrint{
	display:none
	}
	
/* Display none bcoz using for print output : ENDS : */
.pagePrint{
	 margin: 0 15px;
	}
	
.home-device {
	width:950px;
	height:320px;
	margin:0 auto;
	position:relative;
}
.home-device .arrow-left {
	background:url(../images/arrow_l.png) no-repeat left top;
	position:absolute;
	left:-34px;
	top:50%;
	margin-top:-53px;
	width:17px;
	height:30px;
	z-index:10000;
}
.home-device .arrow-right {
	background:url(../images/arrow_r.png) no-repeat left bottom;
	position:absolute;
	right:-37px;
	top:50%;
	margin-top:-60px;
	width:20px;
	height:30px;
	z-index:10000;
}
.swiper-main {
	width:950px;
	height:320px;
	position: relative;
}

/* Swiper Styles */
.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.ocmsCarousel {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;
	
}
.ocmsCarouselItem {
	float: left;
	list-style:none;
	display:inline;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

/* Specify Swiper's Size: */
.swiper-container {
	width: 950px;
	height: 320px;
	position:relative;
}
.ocmsCarouselItem {
	width: 950px;
	height: 320px;
	position:relative;
}
	
/*
.authorList{
	display:none;
	} */

.topicsList, .categoryList, .filetypeList, .pbyearList{
	/*padding-bottom:5px*/
	}

/********************************* reset css ends here ****************************************************
******************************** css for header part *****************************************************/
.header{
	margin: 0 auto 0;
	padding: 0 25px;
	width: 910px;
}
.nav_left{
	color: #0033CC;
	line-height: 30px;
	margin-left: 10px;
	margin-top: 27px;
	padding: 0 10px;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial;
	color: #006699;
}
.nav_left a.a_blue:hover{
	color:#006699!important;
}
	
.header_tab{
	width: 950px;
	margin: 0 auto;
	border-top: 2px solid #999;
	padding: 5px 0 5px 10px;
	margin-top: 20px;
}
.logo{
	margin-top: 55px;
    background: url("../images/heading.png") no-repeat 0 0;
    width:410px;
    height:54px;
	text-indent:-10000000px;
}

footer .tabs ul li:first-child{
	padding-left:0px!important;
}

a.enterpriseLink, a.enterpriseLink:hover{
	color:#fff;
}
	
#fade2{
	background:#000;
	position:absolute;
	height:100%;
	width:100%;
	z-index:10001;
	top:0;
	opacity:0.9;
	/* IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=90);
	display:none;
}
	
.popupbox1 {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 4px solid #62625A;
    display: none;
    float: left;
    left: 50%;
    overflow: auto;
    padding: 10px;
    position: absolute;
    top: 30%;
    width: 385px;
    z-index: 99999;
	margin-left:-192px;
}

.loginFormTopError {
	color:red;
	padding: 5px 5px 5px 58px;
	font-size: 12px;
	text-align: left;
	margin-bottom: -22px;
}

.regFormTopError {
	margin-bottom: -22px;
	padding: 5px 0;
	color:red;
	font-size:12px;
	text-align:center;
}

.changePwdFormTopError  {
	color: red;
	padding: 5px 5px 5px 85px;
	font-size: 12px;
	text-align: left;
	margin-bottom: -22px;
}

.popupbox4>a{
	color: #949494;
    font-size: 10px;
	text-transform: uppercase;
}

#fade3{
	background:#000;
	position:absolute;
	height:250%;
	width:100%;
	z-index:10001;
	top:0;
	opacity:0.9;
	/* IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=90);
	display:block;

}

.signinFormTopErrormsg {
    color: #FF0000;
    font-size: 12px;
    margin-bottom: -22px;
    padding: 5px 5px 5px 25px;
    text-align: center;
}
	
 .popupbox3 {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 4px solid #62625A;
	display: block;
	float: left;
	left: 50%;
	overflow: auto;
	padding: 6px 15px 7px 0;
	position: absolute;
	top: 10%;
	width: 385px;
	z-index: 99999;
	margin-left:-205px;
	/*padding:50px 0;*/
}

 #changePwd .labelInput .inputTxt {
	margin:0 0 10px 0;  
	float:left;         
}

#changePwd  .formLeftSpace a.button {
	color: #fff;
	margin: 5px 20px 10px 0;
}
	
.changepasswordError {
	padding: 0 0 0 125px!important;
}

.login_space{
	margin-right: 28px;
	margin-top: -39px;
}

.loginContact{
	width:980px;
	margin:0 auto;
}
	
#Register{
    min-height:350px;
}
	
#forgotPassword{
     min-height:125px;
}

/********************************* css for header part end here *******************************************
******************************** page css starts here ****************************************************/

 ul li, ol li {
    margin-left: 0.0em !important;
    padding-left: 0 !important;
}

.tabs UL{
	list-style: none;
}
.tabs UL LI{
	float: left;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial;
	color: #333333;
	padding:0 18px!important;
	border-left: 1px solid #CCCCCC;
}
.tabs UL LI.first{
	padding-left: 0;
	border-left: none;
}
.tabs{
	border-right: 1px solid #DFDDD5;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 19px;
}
.tabs.last{
	border: none;
}
.button{
	background: transparent url("../images/login.png") repeat-x 0 0;
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin-left: 4px;
	margin-top: 2px;
	padding: 8px 13px;
	text-decoration: none;
	border:none!important;
	font-family: Arial!important;
}
.button:hover {
  color:#fff!important;
}

.slide_container{
	width: 100%;
	background: transparent url("../images/containerbg.png") repeat-x 0 0;
}
.heading{
	font-size: 30px;
	color: #FFF;
	font-weight: normal;
	line-height: 27px;
	margin: -5px 0 0 25px;
	width: 235px;
}
.subcontainer{
	width: 960px;
	margin: 0 auto;
	padding: 32px 0 0;
}
.reset{
	margin: 0;
	padding: 0;
}
.rbtn{
	margin: 14px 25px 6px 0;
}
H2{
	margin: 0;
	padding: 0;
}
.searchbx{
	border: 1px solid #CCCCCC;
	padding: 10px 13px;
	color: #999966;
	font-size: 20px;
	width: 290px;
	margin:0;
	line-height: 25px;
	background-color:#fff;
	-webkit-border-radius: 0;
	/*-webkit-appearance:caret;*/
	height: 25px;
	height/*\**/: 25px\9;
}

:root .searchbx {
	height: 24px\0;
}

.ie10 .searchbx {
   height: 25px;/* ie10 */
}

@media screen and (min-width:0\0) {
    .searchbx{
		padding: 11px 15px 10px 15px ;/*To target IE 9 and 10*/
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .searchbx{
		padding: 11px 15px 10px 15px ;/*To target IE 9 and 10*/
	}
}

.selectbx{
	border: 1px solid #CCCCCC;
	padding: 14px 10px;
	color: #999966;
	font-size: 11px;
	width: 140px;
}

.srchbtn{
	background:#d67604 url("../images/searchbtn.png") repeat-x 0 0;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	border: none;
	margin: 0 28px 0 5px ;
	padding: 10px 15px;
	height: 47px;
    -webkit-border-radius: 0;
}



.fRight{
	float:right;
}
	
.maincontainer{
	width: 100%;
	clear: both;
	overflow: hidden;
}

.subcontainer_1{
	width: 910px;
	margin: 0 auto;
}

.nav_text{
	padding: 10px 0 0;
	font-size: 13px;
}

.nav_text a{
	color: #006699;
	text-decoration: none;
	font-size: 13px;
}
.nav_text a:hover{
	text-decoration:underline;
}

.container_heading{
	font-size: 32px;
	font-weight: bold;
	color: #333333;
	padding: 15px 0 0;
	float:left;
}

.container_subhead{
	font-size: 20px;
	color: #333333;
	padding: 10px 0 0;
	margin-bottom: 16px;
}

.container_text {
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
}

.welcomeContainer_text{
	padding-top: 15px;
	padding-bottom: 15px;
	font:normal 20px arial;
	clear:both;
}

.hasCustomSelect{
	line-height:40px;
	}

.productName a, .productName a:hover{
	color:#fff;
	display:block
}

a.facebookIcon, a.twitterIcon, a.youtubeIcon, a.linkedinIcon, a.atIcon{
	height:30px;
	width:26px;
	float:left;
	text-indent: -100000px;
}

a.facebookIcon{
	background:url('../images/facebook.png') no-repeat center;
}
	
a.twitterIcon{
	background:url('../images/twitter.png') no-repeat center;
}
	
a.youtubeIcon{
	background:url('../images/youtube.png') no-repeat center;
}	
	
a.linkedinIcon{
	background:url('../images/linkedin.png') no-repeat center;
}	

a.atIcon{
	background:url('../images/at_image.png') no-repeat center;
}		
	
/*********************************************** css for slider ****************************************************/

.sliderWrapperBox{
	width: 960px;
	margin: 24px auto 0;
}
	
.slider-wrapper{
	width: 960px;
	background: #FFF;
	margin: 0 auto 0;
	padding: 1px 0 0;
}

.slider{
	width: 948px;
	margin: 10px auto;
}

.pagination{
	position: absolute;
	right: 36px;
    top: 268px;
	z-index: 999;
}

/* Pagination */
.pagination1 .swiper-pagination-switch {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #408dbf;
	margin: 0 3px;
	cursor: pointer;
}

.pagination1 .swiper-active-switch {
	background: #fff;
}

.sw-title {
	padding: 5px 20px;
	font-size: 41px;
	margin: 50px 0 20px;
	font-family: 'Lato', sans-serif;
	line-height: 50px;
	color: #222;
	font-weight: 300;
	border-bottom: 1px solid #555;
}
.sw-content {
	background: #fff;
	border-radius: 5px;
}
.demo-title {
	margin-bottom: 5px;
	text-align: center;
	font-size: 31px;
	font-family: "Lato", Arial, Helvetica;
	font-weight: 300;
	line-height: 35px;
	margin: 50px 0 20px;
}
.blueBanner{
	height:170px;
	width:260px;
	background:#0067a9;
	position:absolute;
	right:21px;
	top:20px;
	font:bold 32px arial;
	padding:20px 20px 90px 20px ;
	line-height:28px;
	letter-spacing:-1px;
	color:#fff;
	}
.blueBanner p{
	height:170px;
	overflow:hidden;
	text-overflow:ellipsis;
	/*white-space:nowrap;*/
	}
	
.blueBoxBannerWhiteText{
    height:170px;
	width:260px;
	background:#0067a9;
	position:absolute;
	right:21px;
	top:20px;
	padding:20px 20px 90px 20px ;	 
	letter-spacing:-1px;
	color:#fff;
	font:normal 28px arial;
}	

.blueBoxBannerWhiteText p{
	height:170px;
	overflow:hidden;
	text-overflow:ellipsis;
	/*white-space:nowrap;*/
	}
	
.rightSideBannerWhiteText {
    height: 170px;
    width: 370px;
    position: absolute;
    right: 21px;
    top: 20px;
    font: normal 28px arial;
    padding: 20px 20px 90px 20px;    
    letter-spacing: -1px;
    color: #fff;
}

.rightSideBannerOrangeText {
    height: 170px;
    width: 430px;
    position: absolute;
    right: 21px;
    top: 20px;
    font: normal 28px arial;
    padding: 20px 20px 90px 20px;
    line-height: 28px;
    letter-spacing: -1px;
    color: #781706;  
}

.linkBlueBox a, .linkBlueBox a:hover{
	color:#fff;
	position:absolute;
	right: 225px;
	top:270px;
	font:normal 12px arial;
	z-index:10;
	text-decoration:none;
	}
	
.bannerBg{
	width: 950px;
	height: 320px;
	background:#f1e8cd;
	}
	
.carousel-description
{
	position: absolute;
	top: 25px;
	right: 25px;
	z-index: 10000000;
}
.bannerBlue
{
	width: 260px;
	height: 230px;
	background: #0067A9;
	padding: 20px;
}
.banner.abc
{
	width: 260px;
	height: 230px;
	position: absolute;
	top: 25px;
	left: 25px;
	background: #0067A9;
	padding: 20px;
}
.slide_li
{
	background: #DFDDD5;
	width: 960px;
	height: 250px;
}
.prev
{
	display: block;
	width: 19px;
	height: 24px;
	text-indent: -5000px;
	position: absolute;
	left: -44px;
	top: 183px;
	z-index: 99;
	background: url(../images/arrow.png) no-repeat left top;
}
.prev:hover
{
	background-position: left bottom;
}
.next
{
	display: block;
	width: 19px;
	height: 24px;
	text-indent: -5000px;
	position: absolute;
	right: -48px;
	top: 183px;
	z-index: 99;
	background: url(../images/arrow.png) no-repeat right top;
}
.next:hover
{
	background-position: right bottom;
}
.b1
{
	color: #0F0F0F;
	font-size: 50px;
	line-height: 1.2em;
	display: block;
	letter-spacing: -3px;
}
.b2
{
	color: #00A9FF;
	font-size: 80px;
	line-height: 1.2em;
	display: block;
	text-transform: uppercase;
	letter-spacing: -4px;
	margin: -12px 0 13px -5px;
}
* + HTML .b2
{
	margin: -12px 0 5px -5px;
}
.b3
{
	color: #0F0F0F;
	font-size: 17px;
	line-height: 1.2em;
	display: block;
}
.row-3
{
	min-height: 380px;
	position: relative;
	z-index: 2;
	margin-top: 23px;
}
.slider_tab
{
	padding: 0;
	margin:4px 5px 5px;
	height: auto !important;
	background: transparent url("../images/slider_tab_bg.png") repeat-x 0 0;
	overflow: hidden;
	clear: both;
}
.carousel-description .banner .bannertxt
{
	font-size: 32px;
	font-weight: bold;
	color: #FFF;
}
.bannerInfo{
    position:absolute; 
    z-index:99998; 
    height:220px; 
    width:542px; 
    top:0; 
    right:-600px;
    background:#f3f1f1;
    padding:25px;  
}
.bannerInfoImg{
    float:left;
    padding:0 15px 15px 0;
    width:165px;
    height:156px;   
}
.bannertxt_link
{
	font-size: 11px;
	color: #FFF;
	padding: 30px 0 20px;
}
.bannertxt_1
{
	font-size: 32px;
	font-weight: bold;
	color: #FFF;
}
.bannertxt_link_1
{
	font-size: 11px;
	color: #FFF;
	padding: 30px 0 20px;
}
.banner A
{
	color: #FFF;
	font-size: 12px;
	z-index: 1;
}
.button_slide
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	width:157px;
	float:left;
}
.slider_tab UL
{
	width: 100%;
}

ul li.button_slide:first-child{
	width:165px;
	}
	
ul li.button_slide:first-child a{
	background:none;
	}
ul li.button_slide:first-child a:hover, ul li.button_slide:first-child a.a_white_selected{
	background: #005C8F;;
	}
.login_space a.button {
    float: left;
}

/*********************************************** end of slider **************************************************
***************************** css for Category part *****************************************************/

#signin{
	min-height:235px;
	}
#forgotPassword .button{
	margin-left: 0px;
	margin-bottom: 40px;
	}
.loginFormError, .regFormError, .loginFormErrorTop{
	font-family: Arial;
	color: red;
	font-size: 12px;
	}
.loginFormError{
	padding: 0 0 0 115px;
	}
	
.regFormError{
	padding: 0 0 6px 125px;
	}
.loginFormErrorTop{
    margin-bottom: -14px;
    margin-top: 10px;
    padding: 0 44px 0 66px;
    text-align: center;
}
	
.productHldr{
	float: right;
	margin: 0;
}
.footer_txt a, .footer_txt a:hover{
	color:#005A8B;
	}
	
.productList
{
	width: 960px;
	padding: 0;
	width: 100%;
	margin: 0;
}
.productList LI
{
	float: left;
	width: 296px;
	height: 243px;
	border-bottom: 1px solid #C9C9C9;
	position: relative;
	margin-right: 5px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.productPic
{
	position: relative;
}
.productPicShadow
{
	background-position: -23px 1px;
	position: absolute;
	bottom: -14px;
	left: 30px;
	width: 160px;
	height: 20px;
}
.productPicInner
{
	text-align: center;
	height: 204px;
	position: relative;
}
.productName
{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.productName img{
	width:295px;
	height:auto;
}
.proInfo
{
	background: #EDEDED;
	padding: 5px 5px 4px;
}
.proInfo DIV
{
	text-align: center;
	padding: 4px 0;
}
.proInfo DIV A
{
	color: #333;
}
.proInfo DIV STRONG
{
	font-weight: bold;
	font-size: 1.2em;
}
.proInfo DIV A:hover
{
	text-decoration: underline;
}
/******************************************** css for Category part ends here *********************************************/
.imgText
{
	color: #8A2278;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 7px 0 7px 7px;
	margin: 0;
	background: #0067A9 repeat 0 0;
	width: 269px;
	position: absolute;
	top: 60px;
	left: 10px;
}
.txt
{
	font-size: 12px;
	padding: 0 17px;
	text-align: left;
	margin-top: 20px;
	color: #373530;
	margin-bottom: 7px;
}
.link, a.link
{
	color: #005A8B;
	font-size: 11px;
	text-decoration: none;
	margin-left: 17px;
}
.link:hover, a.link:hover
{
	color: #005A8B;
	font-size: 11px;
	text-decoration: underline;
	margin-left: 17px;
}
.f_heading
{
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}
.f_heading_1
{
	font-size: 13px;
	color: #FFF;
	margin: 0;
}
.signup
{
	background: transparent url("../images/searchbtn.png") repeat-x 0 0;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	border: none;
	margin: 6px 60px;
	padding:5px 15px;
	-webkit-border-radius: 0;
}

input[type="checkbox"] {
	-webkit-border-radius: 0px;
	border:1px;
	vertical-align:middle;
	margin-top:-1px;
	width: 12px;
	height: 12px;
	border: 1px solid #ccc!important;
	border/*\**/: 1px solid #fff\9!important;
	}
	
input[type="button"], a.popup {
	cursor:pointer;
	}
	
select.regSelect {
    border: 1px solid #AFAB9A;
    height: 26px;
    margin: 0;
    max-width: 247px;
	max-width/*\**/: 246px\9;
	line-height: 26px!important;	
	vertical-align:middle;
	padding:2px 2px 3px 0;
}

.hidemoreCat, .hidemoreAut, .hidemoreFtyp, .hidemorePbyr, .hidemoreTopcs{
	display:none;
	}
	
.showmoreCat, .showmoreAut, .showmoreFtyp, .showmorePbyr, .showmoreTopcs, .showlessCat, .showlessAut, .showlessFtyp, .showlessPbyr, .showlessTopcs, .hidemoreAut{
	font-size:12px;
	padding:7px 5px 8px 22px ;
	line-height:35px;
	height:33px;
	}
	
ul.reset > span > li.download{
	margin-top: -2px;
	}
	
a.forgotPass{
	display: block;
    text-align: right;
    width: 120px;
	margin-right: 17px;
	padding-top/*\**/: 2px\9; 
	}
	
.popupContent input[type="checkbox"]{
	margin-top:2px;
	margin-top/*\**/: 1px\9; 
	margin-left: 0px;
	margin-left/*\**/: -3px\9; 
	}
	
.r_title_txt select{
	margin-left:7px;
	width:120px;
	}
.f_mainContainer
{
	margin: 0 auto;
	width: 960px;
	background: transparent url("../images/containerbg.png") repeat-x 0 0;
}
.f_container
{
	width: 914px;
	margin: 0 auto;
	padding: 15px;
}
.footerHldr
{
	background: #DFDDD5 repeat 0 0;
	margin: 0 auto 0px;
	width: 910px;
	padding: 0 25px 25px;
}
.tab2 UL LI
{
	padding: 0px 18px;
}
.tab2 UL
{
	margin-top: 15px;
}
.tab2
{
	margin: 0 0 15px;
	padding: 0;
	clear: both;
	overflow: hidden;
	border: none;
}
.footer_txt
{
	font-size: 11px;
	color: #646360;
}
A
{
	text-decoration: none;
}
.a_blue
{
	color: #005A8B;
	cursor: pointer;
}
a.a_blue, a.a_blue:hover
{
	color: #005A8B;
	cursor: pointer;
}
.a_black
{
	color: #292721;
}
.a_grey
{
	color: #1C1C1C;
	font-size: 13px;
	font-weight: normal;
}
.a_white
{
	color: #FFF;
	display: block;
	/*text-shadow: 0 0 5px #0A0A0A;*/
	padding: 15px 0;
	background: url(../images/seprator.png) no-repeat 0 100%;
    font-size:14px;
}
.a_white:hover
{
	background:#005C8F  url(../images/seprator.png) no-repeat 0 100%;
    color: #fff!important;
    text-decoration: none!important;
}

.a_white_selected, .a_white_selected:hover
{
	color: #FFF;
	display: block;
	padding: 15px 0;
	background:#005C8F  url(../images/seprator.png) no-repeat 0 100%;
	text-decoration:none;
}
.space
{
	margin: 0;
	padding: 0 13px;
}
.social_container
{
	margin: 7px 0 5px 5px;
	padding: 0;
}
.social
{
	border-left: 1px solid #2E7CBC;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	/*margin-top: 6px;*/
	padding:8px 18px!important;
}
.a_white.active
{
	background: #005C8F;
}
/*************************************************** page css ends here ****************************************************888*
--------------------------- css for embed page ---------------------------------*/
.print
{
	border-bottom: 1px solid #DFDDD5;
	border-top: 1px solid #DFDDD5;
	margin-bottom: 25px;
	overflow: hidden;
	clear: both;
	margin-top: 20px;
	padding: 15px 0;
	width: 100%;
}
#tabContainer
{
	width: 910px;
	padding: 15px 0;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#tabs
{
	height: 30px;
	overflow: hidden;
}
#tabs > UL
{
	font: 1em sans-serif;
	list-style: none;
	margin: 0px 0 0;
	padding: 0;
}
#tabs > UL > LI
{
	margin: 0 2px 0 0;
	padding: 7px 15px!important;
	display: block;
	float: left;
	color: #95948F;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	background: #DFDDD5;
	/*old browsers*/
	color: #4E4C44;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
}
#tabs > UL > LI:hover
{
	background: #d3d1c9;
	cursor: pointer;
	color: #333;
}
#tabs > UL > LI.tabActiveHeader
{
	border: 1px solid #DFDDD5;
	background: #FFFFFF;
	/*old browsers*/
	background: -moz-linear-gradient(top, #FFFFFF 0%, #F3F3F3 10%, #F3F3F3 50%, #FFFFFF 100%);
	/*firefox*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(10%,#F3F3F3), color-stop(50%,#F3F3F3), color-stop(100%,#FFFFFF));
	/*webkit*/
	color: #4E4C44;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	border-bottom: none;
}

#tabscontent
{
	margin-top: -2px;
	margin-top: -2px\9; /* IE 8 and below */
	*margin-top: -3px; /* IE 7 and below */
	_margin-top: -3px; /* IE 6 */
	margin-top:-3px\9\0;/*Only works in IE9*/

	-moz-border-radius-topleft: 0px;
	border: 1px solid #DFDDD5;
	padding: 10px 14px 12px;
	background: #FFFFFF;
	/*old browsers*/
	background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 90%, #e4e9ed 100%);
	/*firefox*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(90%,#FFFFFF), color-stop(100%,#e4e9ed));
	/*webkit*/
	color: #333;
}

. ie10 #tabscontent{
	margin-top: -3px; /* Only works in IE10 */
}


#fade4 {
    background: none repeat scroll 0 0 #000000;
    display: block;
    height: 100%;
    opacity: 0.9;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 8000;
    left:0%;
}
.popupbox4 {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 4px solid #62625A;
    display: none;
    float: left;
    height: 435px;
    left: 50%;
    margin-left: -400px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px;
    position: fixed;
    top: 80px;
    width: 800px;
    z-index: 99999;
}
.popupbox-download {
	width: 880px;
	margin-left: -455px;
	height:95%;
	top: 2px;

}
.authorList .alist li label{
    display:block; 
    padding-left:25px; 
    width:170px; 
    clear:both;
}
.authorList .alist li input[type=checkbox]{
    position:absolute;
}

#popuprelMoreAuthors .popupContent li label{
    display:block; 
    padding-left:25px; 
    width:750px; 
    clear:both;
    margin-top:-16px;

}
#popuprelMoreAuthors .popupContent li input[type=checkbox]{
    position:relative;
}
 


.tabtext
{
	font-size: 14px;
	color: #373530;
}
.subhead
{
	font-size: 20px;
	color: #005A8B;
	border-right: 1px solid #83827B;
	padding: 0 6px 0 0;
}
.subhead_1
{
	font-size: 20px;
	color: #005A8B;
}
.video
{
	clear: both;	
	float: none !important;
}
.clear{
	clear:both
	}
/*--------------------------- css for emded page end here ---------------------------------
--------------------------- CSS for Resource Download -----------------------------------------------*/
.download a, .download a:hover
{
	background: #005A8B;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	padding: 7px;
	text-decoration:none;
}
.logintext a
{
	font-size: 13px;
	color: #777;
	padding:2px 7px;
	display: block;
}
.textimage
{
	height: 100%;
	text-align: left;
	margin: 10px 0px;
	width: 910px;
}

.rightPanel {
    height: 100%;
    margin: 10px 0;
    text-align: left;
    width: 695px;
}

.textimageWraper
{
	text-align: left;
	margin:0px;
	width: 693px;
}
.textimageWraper ul li{
	border-top:1px solid #DFDDD5;
	padding:20px 0 25px 0 ;
	}
.textimageWraper ul li:first-child{
	border-top:none;
	}
.topicsHead{
	color:#262626;
	font:bold 20px arial;
	padding: 10px 0 7px 0;
	}
.vibrant_container_text{
	font:normal 20px arial;
	padding:15px 5px 25px;
	float:left;
	}
.r_sub_partInfo{
	width:520px
	}
.r_sub_partHead
{
	font-size: 20px;
	color: #005A8B;
	width: 520px;
	margin-top: 5px;
	float:left;
}
.r_sub_partHead a, .r_sub_partHead a:hover, .alist a, .alist a:hover, .r_wrap_txt a, .r_wrap_txt a:hover
{
	color: #005A8B;
}

.wrap_txt
{
	font-size: 20px;
	font-weight: bold;
	color: #262626;
}
.wrap_txt_1
{
	font-size: 20px;
	color: #373530;
	padding: 5px;
}
.wrapimage
{
	margin: 0 19px 6px 0;
}
.tabtext{
	padding:5px 0 10px 0;
	}
/*--------------------------- CSS for Resource Download  end here -----------------------------------------------
--------------------------- CSS for Sub Category page -----------------------------------------------*/
.col_left
{
	width: 196px;
	margin-right: 14px;
}
.col_right
{
	width: 693px;
	/*height: 1015px;*/
	border: 1px solid #DFDDD5;
	margin-bottom: 15px;
}
.inforText{
	font-size:14px;
	color:#373530;
	line-height:20px;
	padding-top:10px;
	}
.attl
{
	background: #DFDDD5;
	padding: 7px 10px;
	font-size: 11px;
	font-weight: bold;
	color: #4E4C44;
	cursor: pointer !important;
	margin-bottom:2px;
	display: block;
}

.minusa{
	background: #ccc url("../images/minus.png") no-repeat 94% 13px !important;
	}
	
.plusa{
	background: #ccc url("../images/plus.png") no-repeat 94% 9px !important;
	}

.alist LI
{
	list-style: none;
	font-size: 13px;
	font-weight: bold;
	color: #005A8B;
	padding: 13px 0;
	border-bottom: 1px solid #DFDDD5;
	position:relative;
}
.ui-icon-triangle-1-s
{
	background: url("../images/minus.png") no-repeat 100% 6px;
	display: block;
	width: 10px;
	height: 10px;
	float: right;
}
.ui-icon-triangle-1-e
{
	background: url("../images/plus.png") no-repeat 100% 3px;
	display: block;
	width: 10px;
	height: 17px;
	float: right;
}
#ui-accordion-accordion-panel-0
{
	height: auto !important;
}
.r_wrapimage
{
	margin: 8px 17px 0px 27px;
}
.r_titleBlue
{
	width: 675px;
	background: #0067a9;
	height: 30px;
	padding:8px 0 3px 18px;
	color:#fff;
	font-size:20px;
	font-weight:bold;
}
.r_title
{
	width: 693px;
	background: #DFDDD5;
	height: 42px;
}
.r_title_txt
{
	color: #292721;
	font-size: 13px;
	font-weight: bold;
	padding: 11px;
	margin-bottom: 17px;
}
.r_wrap_txt
{
	font-size: 20px;
	color: #005A8B;
	width: 580px;
	margin-top: 5px;
	float:left;
}
.r_subhead_1
{
	font-size: 12px;
	color: #83827B;
	text-transform:uppercase!important;
}

.rightPanel LI, .textimage LI
{
	clear: both;
	overflow: hidden;
	padding: 0 0 24px 0;
}
.r_sub_part
{
	width: 570px;
}
.r_sub_part_related_resource{
	width:880px;
}
.r_sub_part_related_resource .r_wrap_txt{
	width:802px;
}
.r_sub_part_related_resource .r_subhead_1{
	width: 802px;
    float: right;
}


/*---------------------------*/
UL
{
	border: 0;
	margin: 0;
	padding: 0;
}
#pagination-flickr .previous-off, #pagination-flickr .next-off
{
	color: #666666;
	display: block;
	float: left;
	font-weight: bold;
	padding: 0px 7px;
}
#pagination-flickr .active
{
	background: #DFDDD5;
	display: block;
	float: left;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 3px 8px!important;
}
#pagination-flickr A:link, #pagination-flickr A:visited
{
	background: #005A8B;
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 10px;
	margin-left: 4px;
	padding: 3px 8px;
	text-decoration: none;
}
.emptyPaginationFlickrItems
{
	background: #005A8B;
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 10px;
	margin-left: 4px;
	padding: 3px 8px;
	text-decoration: none;
}
#pagination-flickr A:hover
{
	background: #DFDDD5;
	color:#000;
}
.pagenum
{
    float: right;
    overflow: hidden;
    padding: 0 9px 9px;
    width: 550px;
}
.container_heading_search_res
{
    color: #333333;
    display: block;
    font-size: 32px;
    font-weight: bold;
    padding: 15px 0;
	float:left;
}

.imgInfo{
	padding:20px;
	width:575px;
	}
.imgInfo img{
	padding:0 20px 20px 0;
	}
/*---------------------------css for category page-----------------*/
.r_title_cat
{
	width: 693px;
	background: #0067A9;
	height: 42px;
}
.r_title_txt_cat
{
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	padding: 12px;
	margin-bottom: 17px;
}
.r_subhead_2
{
	font-size: 12px;
	color: #83827B;
	width: 500px;
}   
.ui-widget-content
{
	display: block !important;
    height: auto !important;
}

.menu{
    display:none;
	width:40px;
	height:32px;
	background: url("../images/mobilemenu.png") no-repeat;
	text-indent:-10000px;
    }

.videoIframe {
    height: 470px;
    width: 910px;
}

.videoLogoIframe{
     border: 1px solid #CCCCCC;
    clear: both;
    height: 308px;
    padding-top: 200px;
    text-align: center;
    width: 908px;
	color:#999;
	font-weight:bold	
}
.regLoading{
	position:absolute;
	min-height:100%;
	width:100%;
	z-index:10000000000000;
	top:0;
	left:0;
	opacity:0.5;
	/* IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	background:#fff url(../images/loading.gif) no-repeat center;
	display:none;
	}
.pageLoading{
	position:fixed;
	min-height:100%;
	width:100%;
	z-index:10000000000001;
	top:0;
	left:0;
	opacity:0.9;
	/* IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	background:#fff url(../images/loading.gif) no-repeat center;
	display:none;
	}
	
	
.videoLogoIframe a{
	display:block;
	text-align:center;
	color:#999;
	font-weight:bold;
	padding:200px 0 0 0;
	height:308px;
	}

.black_overlay{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}

.popupContent h2{
    font:bold 20px arial;
    color:#262626;
    text-align:center;
    padding: 30px 0 15px 25px;
	display:block
    }

a.closePopup{
    right:15px;
    top:15px;
    position:absolute;
    font-size:10px;
    color:#949494;
    }
.labelInput{
    padding:5px 0;
    }
.labelInput label{
    width:110px;
    float:left;
    color:red;
    display:block;
    font-size:12px;
    color:#454545;
    text-align:right;
    padding:6px 15px 0 0;
    }
.labelInput .inputTxt{
    width:237px;
    height:24px;
	line-height:24px;
    border:1px solid #afab9a;
    padding:0px 5px;
    margin:0px;
	-webkit-border-radius: 0;
	/*-webkit-appearance:caret;*/
    }
	
#signin .inputTxt{
	width:230px;
	}
#signin .labelInput label{
	width:100px;
	}
#signin .formLeftSpace{
	padding:6px 10px 0 115px;
	}	
.formLeftSpace{
    padding:0 10px 0 125px;
    color:#373530;
    font-size:11px;
    }
.formLeftSpace a{
    color:#005a8b;
    }
.formLeftSpace a.button{
    color:#fff;
    margin:15px 20px 10px 0;
	text-decoration:none;
    }
.formLeftSpace a.button:hover{
	text-decoration:none;
    }
.vm{
    vertical-align:middle
    }
	
.registerFree {
    font-size: 11px;
    line-height: 18px;
    margin: 14px 0 0;
}
.registerFree a{
	font-weight: bold;
	font-size:12px;
	}
	
.staffClick{
	font-size: 12px;
    line-height: 18px;
    margin: 9px 0 0 14px;
	text-align: left;
    width: 100%;
	}
	
.staffClick a{
	color:#005A8B!important;
	font-weight:bold;
	}

span.customSelect {
	font-size:11px;
	background-color: #fff;
	color:#7c7c7c;
	padding:16px 10px 15px 10px;
    width: 120px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
	line-height: 14px;
}
span.customSelect.changed {
	background-color: #f0dea4;
}
.customSelectInner {
	background:url(../images/customSelect-arrow.gif) no-repeat center right;
    width:120px!important;
}
.selectBox
{
	color: #999966;
	font-size: 11px;
	width: 140px;
    float:left;
	position:relative;
}
select.styled option{
    padding:5px;
    }
.tabpage{
	display:none;
	}
div#tabscontent div.tabpage:first-child{
	display:block;
	}
	
/* CSS Document */
#trigger {
	text-align:center;
}

.popupContent #Register .labelInput select{
	padding: 2px;
    width: 248px;
	}

/* Style you custom popupbox according to your requirement */

.popupbox2 {
	background:#fff;
	display: none; 
	float: left;
	position: absolute;
	top: 30%; left: 50%;
	z-index: 99999;
	border: 4px solid #62625a;
    width: 385px;
    padding: 10px;
    overflow: auto;
}

#fade { 
	display: none; /* Hidden as default */
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	z-index: 19999;
	opacity:0.9;
	/* IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=90);
}

.tabpage>span>div{

                display:block!important;

                }

.tabpage>span>div div{

                display:block!important;

                }
				
.clearFacetLink
	{ 
		background: url("../images/close-arrow.png") no-repeat scroll right #eeeeee; 
		border-radius: 5px; 
		color: #A1A1A1; 
		font:normal 11px arial; 
		padding: 5px 20px 3px 6px; 
		margin-left: 141px;
		width: 28px;
		display: block;
		clear: both;
	} 
	.clearFacetLink:hover
		{ 
			background: url("../images/close-arrow-h.png") no-repeat scroll right #eeeeee; 
	} 
	.video .popup {
		padding: 10px 0 0;
	}
	.pagenum ul li select{
		font-size: 12px;
		height: 20px;
		margin: 0;
		position: absolute;
		width: 72px;
	}
	
	#tabscontent .tabpage ul li img.r_wrapimage{
		border: 1px solid #AAAAAA;
		margin: 8px 15px 15px 0;
		padding: 5px;
	}
		

.faqContainer{
	padding:25px;
	}
	
.faqContainer h3.container_heading{
	padding:0 0 15px 0;
	}
	
.faqContainer > ul{
	display:block;
	clear:both;
	}
	
.faqContainer > ul li.question{
	font-weight:bold;
	padding:10px 0 7px 35px!important;
	background: url(../images/quz-img.jpg) no-repeat 0px 11px;
	}
	
.faqContainer > ul li.answer{
	font-weight:normal;
	padding:5px 0 7px 35px!important;
	background: url(../images/ans-img.jpg) no-repeat 0px 7px;
	}
	
.faqContainer > ul li.answer p{
	padding-bottom:10px;
	color:#464646;
	}
	
a.red-close {
	float: right;
	text-indent: -10000px;
	background: url(../images/red-close.png) no-repeat center;
	background-size: 100%;
	height: 26px;
	width: 26px;
	display: block;
	/* position: absolute; */
	/* right: 10px; */
	margin: 0 0 5px 0;
}

/*-------------------------- max-width 854 ----------------------------*/

@media screen and (max-width: 854px){

	body{
        width:800px;
       
    }
    
    .body{
        width:800px;
        overflow-x:hidden;

    }
	
	.header {
		width: 718px;
	}
		
	.header_tab {
		padding: 5px 0;
		width: 768px;
	}
	
	.header_tab a.tabs{
		font-size: 13px;
		padding: 8px;
	}
	.login_space{
		margin-right:5px;
	}
	.loginContact {
		width: 776px;
	}
	.fRight{
		float:none;
	}
	.searchbx{
		margin-left:15px;
		width:227px;
	}
	
	.slider_tab{
		background:#d77604;
	}
	
	.heading{
		margin:-5px 0 0 10px;
	}
	.slider-wrapper{
		width: 768px;
	}
	.button_slide{
		width:125px;
		padding:0;
	}
	ul li.button_slide:first-child{
		width:133px;
	
	}
	ul li.button_slide:first-child a {
		background: none repeat scroll 0 0 transparent;
		width: 103px;
	}
	.button_slide a{
		padding:7px 15px;
		
		width:95px;
	}
	.subcontainer_1{
		width: 744px;
	}
	.productList LI{
		width: 242px;
	}
	.productName img{
		width:242px;
		height:auto;
	}
	.imgText{
		top:45px;
		width:216px;
	}
	.f_mainContainer{
		width:800px;
	}
	.f_container{
		width:738px;
	}
	.signup{
		margin:7px 10px 0 30px;
	}
	.footerHldr{
		width:770px;
		padding: 0 15px 25px;
	}
	.subcontainer
	{
		width: 768px;
	}
	.sliderWrapperBox {
		width: 768px;
	}
	.ocmsCarouselItem {
		height: 259px;
		width: 768px;
	}
	.swiper-container {
		height: 259px;
		width: 768px;
	}
	.swiper-main {
		height: 259px;
		width: 768px;
	}
	.home-device{
		height: 259px;
		width: 768px;
	}
	.pagination {
		top: 215px;
	}
	.blueBanner {		
		height: 200px;
		padding: 16px;
		right: 21px;
		top: 13px;
		width: 220px;
		font:bold 22px arial
	}
	.blueBoxBannerWhiteText{		
		height: 200px;
		padding: 16px;
		right: 21px;
		top: 13px;
		width: 220px;
		font:normal 22px arial;
	}
	.rightSideBannerWhiteText {
		height: 170px;
		width: 250px;		 
		right: 21px;
		top: 13px;
		padding: 16px;
		font: normal 22px arial;		 
	}

	.rightSideBannerOrangeText {
		height: 170px;
		width: 250px;		 
		right: 21px;
		top: 13px;
		padding: 16px;
		font: normal 22px arial;
	}

	.srchbtn{
		margin: 0 0 0 5px;
	}
	.textimage {
		width: 745px;
	}
	#tabContainer{
		width: 745px;
	}
	.videoIframe {
		height: 380px;
		width: 746px;
	}
	.col_right{
		width:532px;
	}
	.r_title{
		width:533px;
	}
	
	.rightPanel {
		width: 533px;
	}
	.r_sub_part, .r_wrap_txt {
		width: 435px;
	}
	.r_wrap_txt {
		width: 435px;
		float:right;
	}
	.categoryList, .filetypeList{
		padding-bottom:5px
	}
	.pagenum {
		width:468px
	}
	.imgInfo{
		width:450px;
		font-size:13px;
		padding:10px 20px;
		
	}
	.imgInfo img{
		padding:0 15px 15px 0;
		width:130px;
		height:auto;
	}
	
	.r_titleBlue{
		width:515px;
	}
	
	.r_sub_partInfo {
		width: 355px;
	}
	
	.r_sub_partHead {
		float: left;
		width: 355px;
	}
	
	.textimageWraper {
		width: 532px;
	}
	.arrow-left, .arrow-right{
		display:none;
	}
	.linkBlueBox a {
		right: 180px;
		top: 218px;
	}
	
	.videoLogoIframe {
		width:744px;
	}
	
	.popupbox4, .popupbox-download {
		margin-left: -365px;
		width: 700px;
		top:60px;
	}
	.print {
		margin-bottom: 15px;
		margin-top: 5px;
	}
	.video > span > div {
		height: 400px!important;
		width: 746px!important;
	}
	.print ul.reset li:last-child{
		display:none;
		}

	.r_sub_part_related_resource {
		width: 716px;
	}

	.r_sub_part_related_resource .r_wrap_txt{
		width:627px;
	}
	.r_sub_part_related_resource .r_subhead_1{
		width: 627px;
		float: right;
	}
	.font32{
		font: 22px arial;
	}
	
	.font28{
		font: 19px arial;
	}
	
	.font24{
		font: 16px arial;
	}
	
	.font20{
		font: 14 arial;
	}

}	
/*-------------------------- max-width 800 ----------------------------*/

@media screen and (max-width: 800px){

	body{
        width:800px;
       
    }
    
    .body{
        width:800px;
        overflow-x:hidden;

    }
	
	.header {
		width: 718px;
	}
		
	.header_tab {
		padding: 5px 0;
		width: 768px;
	}
	
	.header_tab a.tabs{
		font-size: 13px;
		padding: 8px;
	}
	.login_space{
		margin-right:5px;
	}
	.loginContact {
		width: 776px;
	}
	.fRight{
		float:none;
	}
	.searchbx{
		margin-left:15px;
		width:227px;
	}
	
	.slider_tab{
		background:#d77604;
	}
	
	.heading{
		margin:-5px 0 0 10px;
	}
	.slider-wrapper{
		width: 768px;
	}
	.button_slide{
		width:125px;
		padding:0;
	}
	ul li.button_slide:first-child{
		width:133px;
	
	}
	ul li.button_slide:first-child a {
		background: none repeat scroll 0 0 transparent;
		width: 103px;
	}
	.button_slide a{
		padding:7px 15px;
		
		width:95px;
	}
	.subcontainer_1{
		width: 744px;
	}
	.productList LI{
		width: 242px;
	}
	.productName img{
		width:242px;
		height:auto;
	}
	.imgText{
		top:45px;
		width:216px;
	}
	.f_mainContainer{
		width:800px;
	}
	.f_container{
		width:738px;
	}
	.signup{
		margin:7px 10px 0 30px;
	}
	.footerHldr{
		width:770px;
		padding: 0 15px 25px;
	}
	.subcontainer
	{
		width: 768px;
	}
	.sliderWrapperBox {
		width: 768px;
	}
	.ocmsCarouselItem {
		height: 259px;
		width: 768px;
	}
	.swiper-container {
		height: 259px;
		width: 768px;
	}
	.swiper-main {
		height: 259px;
		width: 768px;
	}
	.home-device{
		height: 259px;
		width: 768px;
	}
	.pagination {
		top: 215px;
	}
	.blueBanner {		
		height: 200px;
		padding: 16px;
		right: 21px;
		top: 13px;
		width: 220px;
		font:bold 22px arial;
	}
	.blueBoxBannerWhiteText {		
		height: 200px;
		padding: 16px;
		right: 21px;
		top: 13px;
		width: 220px;
		font: normal 22px arial;
	}
	.rightSideBannerWhiteText {
		height: 170px;
		width: 250px;		 
		right: 21px;
		top: 13px;
		padding: 16px;
		font: normal 22px arial;		 
	}

	.rightSideBannerOrangeText {
		height: 170px;
		width: 250px;		 
		right: 21px;
		top: 13px;
		padding: 16px;
		font: normal 22px arial;
	}

	.srchbtn{
		margin: 0 0 0 5px;
	}
	.textimage {
		width: 745px;
	}
	#tabContainer{
		width: 745px;
	}
	.videoIframe {
		height: 380px;
		width: 746px;
	}
	.col_right{
		width:532px;
	}
	.r_title{
		width:533px;
	}
	
	.rightPanel {
		width: 533px;
	}
	.r_sub_part, .r_wrap_txt {
		width: 435px;
	}
	.r_wrap_txt {
		width: 435px;
		float:right;
	}
	.categoryList, .filetypeList{
		padding-bottom:5px
	}
	.pagenum {
		width:468px
	}
	.imgInfo{
		width:450px;
		font-size:13px;
		padding:10px 20px;
		
	}
	.imgInfo img{
		padding:0 15px 15px 0;
		width:130px;
		height:auto;
	}
	
	.r_titleBlue{
		width:515px;
	}
	
	.r_sub_partInfo {
		width: 355px;
	}
	
	.r_sub_partHead {
		float: left;
		width: 355px;
	}
	
	.textimageWraper {
		width: 532px;
	}
	.arrow-left, .arrow-right{
		display:none;
	}
	.linkBlueBox a {
		right: 180px;
		top: 218px;
	}
	
	.videoLogoIframe {
		width:744px;
	}
	
	.popupbox4, .popupbox-download {
		margin-left: -365px;
		width: 700px;
		top:60px;
	}
	.print {
		margin-bottom: 15px;
		margin-top: 5px;
	}
	.video > span > div {
		height: 400px!important;
		width: 746px!important;
	}
	.print ul.reset li:last-child{
		display:none;
		}

	.r_sub_part_related_resource {
		width: 716px;
	}

	.r_sub_part_related_resource .r_wrap_txt{
		width:627px;
	}
	.r_sub_part_related_resource .r_subhead_1{
		width: 627px;
		float: right;
	}
 
	.font32{
			font: 22px arial;
		}
		
		.font28{
			font: 19px arial;
		}
		
		.font24{
			font: 16px arial;
		}
		
		.font20{
			font: 14 arial;
		}
}

/*-------------------------- max-width 768 ----------------------------*/

@media screen and (max-width: 768px){

	body{
        width:768px;
       
    }
    
    .body{
        width:768px;
        overflow-x:hidden;
    }
	.f_mainContainer{
		width:768px;
	}
	.footerHldr{
		width:738px;
		padding: 0 15px 25px;
	}
	.loginContact {
		width: 763px;
	}
	.font32{
		font: 22px arial;
	}
	
	.font28{
		font: 19px arial;
	}
	
	.font24{
		font: 16px arial;
	}
	
	.font20{
		font: 14 arial;
	}
	/*.header {
		width: 718px;
	}
		
	.header_tab {
		padding: 5px 0;
		width: 768px;
	}
	
	.header_tab a.tabs{
		font-size: 13px;
		padding: 8px;
	}
	.login_space{
		margin-right:5px;
	}
	.fRight{
		float:none;
	}
	.searchbx{
		margin-left:15px;
		width:227px;
	}
	
	.slider_tab{
		background:#d77604;
	}
	
	.heading{
		margin:-5px 0 0 10px;
	}
	.slider-wrapper{
		width: 768px;
	}
	.button_slide{
		width:125px;
		padding:0;
	}
	ul li.button_slide:first-child{
		width:125px;
		
	}
	.button_slide a{
		padding:7px 15px;
		width:95px;
	}
	.subcontainer_1{
		width: 744px;
	}
	.productList LI{
		width: 242px;
	}
	.productName img{
		width:242px;
		height:auto;
	}
	.imgText{
		top:45px;
		width:216px;
	}
	.f_mainContainer{
		width:768px;
	}
	.f_container{
		width:738px;
	}
	.signup{
		margin:0 10px 0 30px;
	}
	.footerHldr{
		width:738px;
		padding: 0 15px 25px;
	}
	.subcontainer
	{
		width: 768px;
	}
	.sliderWrapperBox {
		width: 768px;
	}
	.ocmsCarouselItem {
		height: 259px;
		width: 768px;
	}
	.swiper-container {
		height: 259px;
		width: 768px;
	}
	.swiper-main {
		height: 259px;
		width: 768px;
	}
	.home-device{
		height: 259px;
		width: 768px;
	}
	.pagination {
		top: 215px;
	}
	.blueBanner {		
		height: 200px;
		padding: 16px;
		right: 21px;
		top: 13px;
		width: 220px;
		font:bold 22px arial
	}
	.srchbtn{
		margin: 0 0 0 5px;
	}
	.textimage {
		width: 745px;
	}
	#tabContainer{
		width: 745px;
	}
	.videoIframe{
        height:400px;
        width:746px;
    }
	.col_right{
		width:532px;
	}
	.r_title{
		width:533px;
	}
	
	.rightPanel {
		width: 533px;
	}
	.r_sub_part, .r_wrap_txt {
		width: 435px;
	}
	.r_wrap_txt {
		width: 435px;
		float:right;
	}
	.categoryList, .filetypeList{
		padding-bottom:5px
	}
	.pagenum {
		width:430px
	}
	.imgInfo{
		width:450px;
		font-size:13px;
		padding:10px 20px;
		
	}
	.imgInfo img{
		padding:0 15px 15px 0;
		width:130px;
		height:auto;
	}
	
	.r_titleBlue{
		width:515px;
	}
	
	.r_sub_partInfo {
		width: 355px;
	}
	
	.r_sub_partHead {
		float: left;
		width: 355px;
	}
	
	.textimageWraper {
		width: 532px;
	}
	.arrow-left, .arrow-right{
		display:none;
	}
	.linkBlueBox a {
		right: 180px;
		top: 218px;
	}
	
	.videoLogoIframe {
		width:744px;
	}*/

}

/*-------------------------- max-width 640 ----------------------------*/

@media screen and (max-width: 640px){

	body{
        width:640px;
       
    }
    
    .body{
        width:640px;
        overflow-x:hidden;
    }
	
	.header {
		padding: 0 10px;
		width: 620px;
	}
	
	.logo {
		height: 40px;
		margin-top: 30px;
		width: 300px;
		background-size:100% 100%;
	}
	.header_tab a.tabs {
		padding: 8px 12px;
		width: 90px;
		text-align:center
	}

	.login_space {
		margin-right: 12px;
		margin-top: -47px;
	}
	.nav_left {
		margin-top: 10px;
	}
	
	.header_tab {
		padding: 5px 0;
		width: 640px;
		margin: 10px auto 0;
	}
	.loginContact {
		width:640px;
	}
	
	.subcontainer {
		width: 640px;
		padding: 20px 0 0;
	}
	
	.heading {
		font-size: 18px;
		font-weight: bold;
		line-height: 23px;
		width: 160px;
		margin:-1px 0 0 10px;
	}
	
	.searchbx {
		margin-left: 5px;
		width: 185px;
	}
	
	.srchbtn {
		padding: 10px 12px;
		font-size:19px;
	}
	.sliderWrapperBox{
		margin: 18px auto 0;
	}
	.sliderWrapperBox, .slider-wrapper {
		width: 640px;
	}
	ul li.button_slide:first-child {
		width: 109px;
	}
	.button_slide{
		width:104px;
	}
	ul li.button_slide:first-child a{
		width: 100px;
	}
	.button_slide a, .button_slide a.a_white_selected{
		padding: 7px 5px;
		width: 95px;
		height: 37px;
	}
	
	.home-device, .swiper-main, .swiper-container, .ocmsCarouselItem img {
		height: 216px;
		width: 640px;
	}
	
	.blueBanner {
		font: bold 18px arial;
		height: 159px;
		right: 10px;
		top: 13px;
		width: 190px;
	}
	
	.blueBoxBannerWhiteText {
		font: normal 18px arial;
		height: 159px;
		right: 10px;
		top: 13px;
		width: 190px;
	}
	
	.rightSideBannerWhiteText {
		height: 159px;
		width: 250px;		 
		right: 10px;
		top: 13px;		 
		font: normal 18px arial;		 
	}

	.rightSideBannerOrangeText {
		height: 159px;
		width: 250px;		 
		right: 10px;
		top: 13px;		 
		font: normal 18px arial;
	}
	.pagination{
		top: 180px;
		right: 16px;
	}
	
	.imgInfo {
		font-size: 13px;
		padding: 10px 15px;
		width: 380px;
		height: 182px;
		overflow: hidden;
	}
	
	.subcontainer_1 {
		width: 620px;
		padding:0 10px;
	}
	
	.welcomeContainer_text{
		font-size:18px;
	}
	.productList LI{
		width:201px;
		height: 260px;
	}
	.container_subhead{
		font-size: 18px;
	}
	.imgText{
		width:185px;
		padding: 4px 0 4px 7px;
		font-size: 12px;
		top: 40px;
		left: 5px;
	}
	.productName img{
		width:201px;
		
	}
	.container_heading{
		 font-size: 25px;
		}
	
	.bannerBg {
		width:640px;
	}
	
	.f_mainContainer{
		width:640px;
	}
	.f_container{
		width:620px;
		padding:10px;
	}
	.social{
		display:none;
	}
	
	.footerHldr{
		width:610px;
		padding: 0 15px 25px;
	}
	.col_left {
		margin-right: 14px;
		width: 150px;
	}
	.col_right {
		width: 454px;
	}
	.textimageWraper .r_wrapimage {
		margin: 8px 17px 0;
		width: 70px;
	}
	.r_sub_partInfo {
		width: 350px;
	}
	.r_titleBlue {
		width: 437px;
	}
	.textimageWraper {
		width: 454px;
	}
	
	.r_sub_partHead {
		float: left;
		width: 344px;
	}
	ul.alist>li{
		padding-left:10px;
		padding-left: 24px !important;
		position:relative;
	}
	ul.alist li input{
		position:absolute;
		left:1px;
		top:16px;
	}
	ul.alist li a{
		margin-left:-16px;
	}
	
	.r_wrapimage {
		margin: 8px 17px 0 15px;
	}
	.r_title {
		width: 454px;
	}
	.rightPanel {
		width: 438px;
	}
	
	.r_wrap_txt {
		width: 356px;
	}
	#tabContainer {
		width: 620px;
	}
	.textimage {
		width: 620px;
	}
	.r_sub_part, .r_wrap_txt {
		width: 354px;
	}
	.r_sub_partInfo {
		width: 340px;
	}
	ul.alist li a {
		display: block;
	}
	
	.videoIframe {
		height: 315px;
		width: 620px;
	}
	.topicsList ul.alist li a{
		margin-left: 3px;
	}
	.filetypeList ul.alist li label{
		clear: both;
		display: block;
		padding-left: 25px;
		width: 125px;
	}
	.authorList .alist li label {
		width: 125px;
	}
	.pbyearList ul.alist li label{
		clear: both;
		display: block;
		padding-left: 25px;
		width: 125px;
	}

	.pagenum {
		margin-bottom: 5px;
		width: 420px;
	}
	.pagenum ul#pagination-flickr li a{
		width: 45px!important;
	}
	.txt {
		padding: 0 7px;
	}
	.productPic a.link{
		margin-left: 8px;
	}
	.video > span > div {
		height: 370px !important;
		width: 620px!important;
	}
	.linkBlueBox a {
		right: 142px;
		top: 180px;
	}
	.popupbox4, .popupbox-download {
		margin-left: -300px;
		width: 573px;
	}
	#popuprelMoreAuthors .popupContent li label {
		width: 547px;
	}
	#popuprelMoreAuthors .popupContent li input[type="checkbox"] {
		margin-top: -31px;
		position: relative;
	}
	.clearFacetLink {
		margin-left: 96px;
	}
	
	.videoLogoIframe {
		height: 220px;
		padding-top: 110px;
		width: 618px;
	}
	
	#tabpage_4>p, #tabpage_4>span{
		display:none;
	}
	.r_sub_part_related_resource {
		width: 590px;
	}

	.r_sub_part_related_resource .r_wrap_txt{
		width:497px;
	}
	.r_sub_part_related_resource .r_subhead_1{
		width: 497px;
		float: right;
	}
	#tabHeader_4{
		display:none!important;
	}
	.font32{
		font: 16px arial;
	}
	
	.font28{
		font: 15px arial;
	}
	
	.font24{
		font: 13px arial;
	}
	
	.font20{
		font: 12 arial;
	}
}

/*-------------------------- max-width 600 ----------------------------*/

@media screen and (max-width: 600px){

	body{
        width:600px;
    }
    
    .body{
        width:600px;
        overflow-x:hidden;
    }
	
	.header {
		padding: 0 10px;
		width: 580px;
	}
	
	.header_tab a.tabs {
		padding: 8px 10px;
		width: 82px;
	}
	
	.login_space {
		margin-right: 12px;
		margin-top: -47px;
	}

	.nav_left {
		margin-top: 10px;
	}
	.loginContact {
		width:600px;
	}
	
	.header_tab {
		width: 600px;
	}
	
	.subcontainer {
		width: 600px;
		padding: 20px 0 0;
	}
	
	.searchbx {
		margin-left: 5px;
		width: 161px;
	}
	
	.srchbtn {
		font-size: 17px;
		padding: 10px 7px;
	}

	.sliderWrapperBox, .slider-wrapper {
		width: 600px;
	}
	
	ul li.button_slide:first-child {
		width: 104px;
	}
	.button_slide{
		width:97px;
	}
	ul li.button_slide:first-child a{
		width: 95px;
	}
	.button_slide a{
		padding: 7px 5px;
		width: 88px;
	}
	
	.home-device, .swiper-main, .swiper-container, .ocmsCarouselItem img {
		height: 202px;
		width: 600px;
	}
	
	.blueBanner {
		top: 6px;
	}
	
	.blueBoxBannerWhiteText {
		top: 6px;
	}
	
	.rightSideBannerWhiteText {		 
		top: 6px;		 		 
	}

	.rightSideBannerOrangeText {
		top: 6px;	
	}
	.pagination{
		top: 173px;
	}
	
	.imgInfo {
		width: 351px;
		height: 169px;
		overflow: hidden;
	}
	
	.subcontainer_1 {
		width: 580px;
	}

	.productList LI{
		width:188px;
	}

	.imgText{
		top: 36px;
		width: 172px;
	}
	.productName img{
		width:190px;
	}
	
	.bannerBg, .f_mainContainer {
		width:600px;
	}

	.f_container{
		width:580px;
	}
	.social{
		display:none;
	}
	
	.footerHldr{
		width:570px;
		padding: 0 15px 25px;
	}
	.col_left {
		margin-right: 10px;
		width: 145px;
	}
	.col_right {
		width: 423px;
	}
	.r_titleBlue {
		width: 406px;
	}
	.textimageWraper {
		width: 423px;
	}
		.r_sub_partInfo {
		width: 316px;
	}
	.textimageWraper {
		width: 423px;
	}
	
	.r_sub_partHead {
		float: left;
		width: 315px;
	}
	.r_title {
		width: 423px;
	}
	.rightPanel {
		width: 418px;
	}
	.r_wrap_txt {
		width: 336px;
	}
	.r_subhead_1 {
		float: right;
		width: 334px;
	}
	.pagenum {
		width: 410px;
	}
	.button_slide a, .button_slide a.a_white_selected {
		padding: 7px 5px;
		width: 87px;
	}
	ul.alist li a {
		margin-left: 0;
	}
	.authorList .alist li label {
		width: 120px;
	}
	/*.filetypeList .alist li label, .pbyearList .alist li label {
		margin-left: 27px;
	}
	*/
	.alist LI {
		font-size:11px;
	}
	.r_sub_part, .r_wrap_txt {
		width: 333px;
	}
	.r_subhead_1 {
		float: right;
		padding: 8px 0;
		width: 316px;
	}
	
	.videoIframe {
		height: 290px;
		width: 580px;
	}
	#tabContainer {
		width: 580px;
	}
	.productHldr .col_left ul.alist li{
		padding-left: 3px !important;
		font-size: 13px;
	}
	.pagenum {
		margin-bottom: 5px;
		width: 405px;
	}
	.pagenum ul#pagination-flickr li a{
		width: 45px!important;
	}
	.video > span > div {
		height: 340px !important;
		width: 578px !important;
	}
	.linkBlueBox a {
		right: 142px;
		top: 172px;
	}
	.popupbox4, .popupbox-download {
		margin-left: -272px;
		width: 516px;
	}
	#popuprelMoreAuthors .popupContent li label {
		width: 487px;
	}
	.clearFacetLink {
		margin-left: 96px;
	}
	.videoLogoIframe {
		height: 200px;
		padding-top: 100px;
		width: 578px;
	}
	#tabpage_4>p, #tabpage_4>span{
		display:none;
	}
	.r_sub_part_related_resource {
		width: 550px;
	}

	.r_sub_part_related_resource .r_wrap_txt{
		width:457px;
	}
	.r_sub_part_related_resource .r_subhead_1{
		width: 457px;
		float: right;
	}
	#tabHeader_4{
		display:none!important;
		}
}

/*-------------------------- max-width 568 ----------------------------*/

@media screen and (max-width: 568px){

	body{
        width:568px;
		-webkit-text-size-adjust: none;
    }
    
    .body{
        width:568px;
        overflow-x:hidden;
    }
	
	.header {
		padding: 0 10px;
		width: 548px;
	}
	
	.loginContact {
		width: 568px;
	}
	
	.header_tab a.tabs {
		width: 80px;
		padding: 8px;
	}
	
	.subcontainer {
		padding: 20px 0 0;
		width: 568px;
	}
	
	.sliderWrapperBox, .slider-wrapper {
		width: 568px;
	}
	
	.heading {
		font-size: 16px;
		width: 133px;
	}
	.button_slide a, .button_slide a.a_white_selected {
		font-size: 13px;
	}
	.button_slide {
		width: 92px;
	}
	ul li.button_slide:first-child {
		width: 98px;
	}
	.home-device, .swiper-main, .swiper-container, .ocmsCarouselItem  img {
		height: 191px;
		width: 568px;
	}
	.button_slide a, .button_slide a.a_white_selected {
		padding: 7px 5px;
		width: 83px;
	}
	ul li.button_slide:first-child a {
		width: 89px;
	}
	.blueBanner{
		height:145px;
	}
	.blueBoxBannerWhiteText{
		height:145px;
	}
	.rightSideBannerWhiteText {		 
		height:145px;	 		 
	}

	.rightSideBannerOrangeText {
		height:145px;
	}
	.pagination {
		top: 159px;
	}
	.subcontainer_1 {
		width: 548px;
	}
	.productList LI {
		width: 176px;
		height: 277px;
	}
	.productName img {
		width: 177px;
	}	
	.imgText {
		top: 33px;
		width: 161px;
	}	
	.f_container {
		width: 546px;
	}
	.signup {
		margin: 7px 10px 0;
	}
	.space {
		margin: 0;
		padding: 0 10px;
	}
	.footerHldr {
		padding: 0 15px 25px;
		width: 538px;
	}
	#tabContainer, .textimage {
		width: 548px;
	}
	.videoLogoIframe {
		width: 546px;
		height: 180px;
		padding-top: 100px;
	}
	.col_right, .r_title {
		width: 391px;
	}
	.rightPanel {
		width: 383px;
	}
	.r_sub_part, .r_wrap_txt {
		width: 299px;
	}
	.r_subhead_1 {
		float: right;
		width: 300px;
	}

	.bannerBg, .f_mainContainer {
		width: 568px;
	}
	.r_titleBlue {
		width: 373px;
	}
	.textimageWraper {
		width: 384px;
	}
	
	.r_sub_partInfo {
		width: 300px;
	}
	.textimageWraper .r_wrapimage {
		margin: 8px 10px 0;
		width: 60px;
	}
	.login_space {
		margin-right: 7px;
		margin-top: -47px;
	}
	.linkBlueBox a {
		right: 141px;
		top: 158px;
	}
	.imgInfo {
		height: 165px;
		overflow: hidden;
		width: 313px;
	}
	.header_tab {
		width: 568px;
	}
	.button_slide a, .button_slide a.a_white_selected {
		font-size: 13px;
	}
	
	.videoIframe {
		height: 285px;
		width: 548px;
	}
	
	.textimageWraper ul li {
		width: 390px;
	}
	
	.pagenum {
		margin-bottom: 5px;
		width: 374px;
	}
	.pagenum ul#pagination-flickr li a{
		width: 40px!important;
	}
	.video > span > div {
		height: 320px !important;
		width: 548px !important;
	}	
	.popupbox4, .popupbox-download {
		height: 270px;
		top: 10px;
		margin-left: -224px;
		width: 416px;
	}
	
	#popuprelMoreAuthors .popupContent li label {
		width: 370px;
		padding: 14px 0 0 26px;
	}
	#popuprelMoreAuthors .popupContent li input[type="checkbox"] {
		margin-top: -16px;
		position: relative;
	}
	.clearFacetLink {
		margin-left: 90px;
	}
	.popupbox4 .popupContent{
		height: 218px!important;
	}
	.r_sub_part_related_resource {
		width: 518px;
	}

	.r_sub_part_related_resource .r_wrap_txt{
		width:425px;
	}
	.r_sub_part_related_resource .r_subhead_1{
		width: 425px;
		float: right;
	}
	#tabHeader_4{
		display:none!important;
		}
}


/*-------------------------- max-width 480 ----------------------------*/

@media screen and (max-width: 480px){
    
    body{
        width:480px;
        
		-webkit-text-size-adjust: none;
        }
    
    .body{
        width:480px;
        
        }
  
    .header{
        padding: 0 10px;
        width: 460px;
		height: 108px;
    }
    .menu{
        display:block;
        position:absolute;
        right:10px;
        top:19px;
    }
    .loginContact {
		width: 480px;
	}
    .nav_left{
        margin-top: 0px;
        margin-left: 0px;
        width:440px;
        display:none;
    }
	
    ul.nav_left li{
        display:inline;
        width:140px;
        float:left;
        }
    .header_tab{
        width: 460px;
        margin: 0 auto;
        border-top: 2px solid #999;
        padding: 5px 0;
        margin-top: 20px;
        display:none;
		height:87px;
    }
    .topRighttabs1{
		position:absolute;
		top:65px;
	}
	.topRighttabs2{
		position:absolute;
		top:90px;
	}
    .logo{
        margin:10px 0;
        background: url("../images/heading.png") no-repeat 0 0;
        background-size:390px 50px;
        text-indent:-10000000px;
        width:390px;
        height:50px;
    }
    .tabs{
        border-right: 1px solid #DFDDD5;
        border-bottom: 1px solid #DFDDD5;
        display: block;
        float: left;
        font-size: 14px;
        font-weight: bold;
        padding: 8px 10px;
        width:45%;
    }
	
	.fRight{
	float:none;
	}
    
    .last{
        border-right: 1px solid #DFDDD5!important;
        border-bottom: 1px solid #DFDDD5!important;
        }
    
	.login_space {
		margin: -38px 0 0;
		padding: 0;
		width: 99%;
		background:#FFF;
		}
    .login_space a.button 
    {
        width:43%;
        float:left;
		text-align:center
        }
    .heading
    {
        font-size: 15px;
        width: 100%;
        padding:0 0 5px 0px;
        font-weight:bold;
		margin:-5px 0 0 0;
    }
    .heading br{
        display:none;
        }
    .subcontainer
    {
        width: 460px;
        margin: 0 auto;
        padding: 10px 10px 0;
    }

    .rbtn
    {
        margin: 14px 25px 6px 0;
    }

   .searchbx 
    {
        border: 1px solid #CCCCCC;
        color: #999966;
        font-size: 20px;
        padding: 10px 13px;
        width: 205px;
		margin:0;
    }
    
    .srchbtn
    {
        background:#d67604 url("../images/searchbtn.png") repeat-x 0 0;
        font-size: 20px;
        font-weight: bold;
        color: #FFF;
        border: none;
        margin: 0 5px;
        padding: 10px 5px;
		float:right;
		margin-right:0px;
    }
    .row-3 {
        margin-top: 10px;
    }
    .slider_tab
    {
        padding: 0;
        margin: 2px 0px 2px 13px;
        height: auto !important;
        overflow: hidden;
        clear: both;
        width:480px;
    }
    .button_slide{
        width:160px;
         background: transparent url("../images/slider_tab_bg.png") repeat 0 0;
    }
	ul li.button_slide:first-child {
		width: 160px;
	}
	.sliderWrapperBox{
		width:460px;
		}
    .slider-wrapper {
        background: none repeat scroll 0 0 #FFFFFF;
        margin: 0 auto 0 -23px;
        overflow: hidden;
        /*width: 480px;*/
        width: 493px;
    }
    .slider {
        margin: 7px 7px 7px 13px;
        width: 480px;
    }
    img.carousel-image{
        width: 480px;
        height:162px;
    }
    .pic{
        width: 480px!important;
        height:162px!important;
    }
    .row-3 {
        margin-top: 10px;
        min-height: 162px;
        position: relative;
        z-index: 2;
    }
	.button_slide a.a_white_selected {
		padding: 7px 33px;
		width: 95px;
	}
    .banner
    {
        width: 130px;
        height: 140px;
        position: absolute;
        top: 5px;
        background: #0067A9;
        padding: 5px;
    }
    .bannertxt_1
    {
        font-size: 15px;
        font-weight: bold;
        color: #FFF;
    }
    .bannerInfo{
        position:absolute; 
        z-index:99998; 
        height:140px; 
        width:270px; 
        top:0; 
        right:-300px;
        background:#f3f1f1;
        padding:10px 10px 0px 10px ; 
        overflow:hidden;
        font-size:12px;
    }
    .bannerInfo span, smlDviceNone{
        display:none
    }
    .subcontainer_1 {		
		float: right;
		margin: 0 auto;
		padding: 0 11px 0 0;
		width: 460px;
    }
	
	#tabs > UL > LI
	{
	padding:7px 8px!important;
	}
	
    .productList LI {
        width:224px;
        float:left;
        padding-bottom: 2px;
		height: 230px;
    }
    .productList LI .productName img{
        width:222px;
        height:auto
    }
    .imgText{
        top: 47px;
		width: 204px;
		
    }
    .txt{
        margin-top:10px;
        font-size:13px;
    }
    .f_container {
        padding: 10px;
        width:460px;
    }   
    .f_mainContainer {
        margin: 0 auto;
        width: 480px;
    }
    .signup {
        margin: 5px 0 0 2px
    }
	.f_heading {
		display: none;
	}
    .footerHldr {
        width: 450px;
        padding:0 15px 20px;
    }
    .footerHldr .tabs{
        width:100%
    }
    .tab2 UL LI {
        padding: 0;
    }
    .tab2 UL LI a{
        padding: 0 9px;
    }
    .container_heading
    {
        font-size: 16px;
        font-weight: bold;
        color: #333333;
        padding: 15px 0 0;
    }
    .social{
        border-left:none;
		padding:0 18px 0 0 !important;
		display:block
        }
    #tabContainer {
        width:464px;
    }
    .subhead, .subhead_1{
        font-size: 16px;
    }
    .textimage{
        width:100%;     
    }
    .textimage .wrap_txt_1{
       font-size:16px; 
    }
    .videoIframe{
        height:275px;
        width:470px;
		padding-left: 2px;
    }

	.black_overlay{
		height: 1000%;
	}
	.popupContent {
		top: 5%;
		left:10%;
	}
	.col_left
	{
		width: 475px;
		margin-right: 0;
	}
	.productHldr {
		float:none;
		margin: 0;
	}
	.popupbox2 {
		top:150px;
		}
	#fade{
		height: 1000%;
		}
	.col_right, .r_title {
		clear: both;
		float: none !important;
		width: 460px;
	}
	.rightPanel LI, .textimage LI{
		width:480px;
		}
	.marginLeftMSix{
		margin-left:-7px;
		}
	.vibrant_container_text{
		font-size:15px;
		padding:15px 0 5px;
		}
	.topicsHead{
		font-size:15px;
		padding:15px 0 5px 7px;
		}
	.alist LI a {
		padding-left: 7px;
	}
	.leftMarginTera{
		margin-left:13px;
		}
	.r_titleBlue {
		width: 454px;
	}
	.r_titleBlue {
		height:26px;
		font-size:16px;
		}
	.container_heading_search_res{
		font-size: 20px;
	}
	.r_wrap_txt{
		width:380px;
		}
	.r_wrap_txt{
		font-size: 14px;
		font-weight: bold;
		float:left;
		}
	.pagenum{
		margin-left:10px;
		width: 411px;
		}
	.r_wrapimage {
		margin: 8px 17px 22px 10px;
	}
	.tabs UL LI {
		padding: 0 2px !important;
	}
	.button_slide a{
		padding:7px 33px;
		width:95px;
		border-bottom:1px solid #fff;
	}
	.sliderWrapperBox {
		margin: 10px auto 0;
	}
	.welcomeContainer_text {
		font:normal 15px arial;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.container_subhead {
		font-size: 16px;
		font-weight:bold;
	}
	.home-device {
		margin-right:0px
	}
	.home-device, .swiper-main, .swiper-container {
		height: 162px;
		width: 480px;
	}
	.ocmsCarouselItem img{
		height: 162px;
		width: 480px;
		}

	.blueBanner {
		font: bold 15px arial;
		height: 115px;
		padding: 12px;
		right: 12px;
		top: 8px;
		width: 150px;
	}
	
	.blueBoxBannerWhiteText {
		font: normal 15px arial;
		height: 115px;
		padding: 12px;
		right: 12px;
		top: 8px;
		width: 150px;
	}
	
	.rightSideBannerWhiteText {		 
		font: bold 15px arial;
		height: 115px;
		padding: 12px;
		right: 12px;
		top: 0px;
		width: 200px;	 		 
	}

	.rightSideBannerOrangeText {
		font: bold 15px arial;
		height: 115px;
		padding: 12px;
		right: 12px;
		top: 0px;
		width: 200px;
	}

	.font32{
		font: 13px arial;
	}
	
	.font28{
		font: 12px arial;
	}
	
	.font24{
		font: 11px arial;
	}
	
	.font20{
		font: 11 arial;
	}
	
	.imgInfo img {
		padding: 0 15px 10px 0;
		width: 81px;
	}
	.imgInfo{
		width:267px;
		font-size:13px;
		height: 135px;
		overflow: hidden;
		padding: 10px 20px;
	}
	.r_sub_partInfo {
		width: 320px;
	}
	.r_sub_partHead {
		width: 343px;
	}
	.alist LI a{
		display:block;
	}
	
	.videoLogoIframe {
		height: 100px;
		padding: 50px 0;
		width: 461px;
	}
	.textimageWraper {
		width: 473px;
	}
	
	.r_sub_partInfo {
		width: 366px;
	}
	.r_sub_partHead {
		width: 360px;
		font-size: 16px;
	}
	
	.rightPanel LI, .textimage LI{
		padding: 0;
	}
	
	.header_tab a.tabs, .header_tab a.last {	
		border-bottom: 0 solid #DFDDD5 !important;
	}
	.header_tab a.last {
		border-right: 0 solid #DFDDD5 !important;
	}
	ul li.button_slide:first-child a {
		width: 94px;
	}
	.button_slide a, .button_slide a.a_white_selected {
		font-size: 14px;
	}
	.header_tab a.tabs {
		width: 97px;
	}
	.r_subhead_1 {
		float: right;
		width: 365px;
	}
	.social_container {
		margin: 7px 0 0 0;
		padding: 0;
	}
	.social_container ul li.social{
		display:none
		}
	.social_container ul li a{
		margin-top:-3px;
		}
	.print {
		margin-top: 0px;
	}
	.productHldr .col_left{
		margin-top:10px;
	}
	.productHldr .col_left .topicsHead {
		padding: 15px 0 5px;
	}
	.col_left {
		margin-right: 0;
		width: 460px;
	}
	
	.col_right {
		clear: both;
		float: none !important;
		width: 460px;
	}
	.r_titleBlue {
		width: 442px;
	}
	.textimageWraper ul li {
		width: 460px;
	}
	.r_sub_part {
		width: 366px;
	}
	.pagination {
		top: 129px;
	}
	.authorList .alist li label {
		width: 430px;
	}
	.video > span > div {
		height: 270px !important;
		width: 460px !important;
	}
	.linkBlueBox a {
		display: block;
		right: 88px;
		top: 125px;
		width: 84px;
		font-size:11px;
	}

	.clearFacetLink {
		margin-left: 405px;
	}
	
	.r_sub_part_related_resource {
		width: 435px;
	}

	.r_sub_part_related_resource .r_wrap_txt{
		width:358px;
	}
	
	.r_sub_part_related_resource .r_subhead_1{
		width: 358px;
		float: right;
	}
	
	.seachFooter{
		margin-left:-10px; position:absolute
		}
		
	.faqContainer h3.container_heading{
		font-size:15px;
		font-weight:bold;
		}
		
	.faqContainer > ul li p{
		font-size:13px;
		}
	#tabHeader_4{
		display:none!important;
		}

}

/*-------------------------- max-width 360----------------------------*/


@media screen and (max-width: 360px) { 

    body{
        width:360px;
        overflow-x:hidden;
        }
    
    .body{
        width:360px;
        overflow-x:hidden;
        }
  
    .header{
        padding: 0px;
        width: 336px;
        height: 93px;
    }
	.button_slide a, .button_slide a.a_white_selected{
		padding:12px 7px;
		width: 166px;
		font-size: 13px;
		height: 18px;
	}

	ul li.button_slide:first-child a {
		width: 166px;
	}
    .menu{
		background-size: 100% auto;
		display: block;
		height: 25px;
		position: absolute;
		right: 5px;
		top: 17px;
		width: 30px;
        
    }
    .menu img{
        height:20px;
        width:25px;
    }
    
    .nav_left
    {
        color: #0033CC;
        line-height: 25px;
        margin-left: 10px;
        margin-top: 5px;
        padding: 0;
        font-weight: normal;
        font-size: 11px;
        font-family: Arial;
        color: #006699;
        width:300px;
        display:none;
    }
	.home-device, .swiper-main, .swiper-container {
		height: 121px;
		width: 360px;
	}
	.home-device, .swiper-main, .swiper-container {
    height: 145px;
    width: 360px;
}
	.sliderWrapperBox{
		width:360px;
		}
	.ocmsCarouselItem img{
		height: 145px;
		width: 360px;
		}
	.fRight{
	float:none;
	}
    ul.nav_left li{
        display:inline;
        width:100px;
        float:left;
        }
    .header_tab
    {
        width: 350px;
        margin: 10px auto 0;
        border-top: 2px solid #999;
        padding: 5px 0;
        display:none;
		height: 84px;
    }

	ul li.button_slide:first-child {
		width: 175px;
	}
    .logo
    {
        margin:10px 0;
        background: url("../images/heading.png") no-repeat 0 0;
        background-size:250px 32px;
        text-indent:-10000000px;
        width:250px;
        height:32px;
    }
    .tabs
    {
        border-right: 1px solid #DFDDD5;
        border-bottom: 1px solid #DFDDD5;
        display: block;
        float: left;
        font-size: 13px;
        font-weight: bold;
        padding: 8px 10px;
        width:43%;
    }
	.linkBlueBox, .blueBanner,.blueBoxBannerWhiteText,.rightSideBannerWhiteText,.rightSideBannerOrangeText  {
		display:none;
	}
  
    .last{
        border-right: 1px solid #DFDDD5!important;
        border-bottom: 1px solid #DFDDD5!important;
        }
    .social{
		display:none;
		}
    .login_space
	{
		margin-top: -39px;
	}

    .login_space a.button 
    {
        width:40%;
        float:left
        }
    .selectbx
    {
        border: 1px solid #CCCCCC;
        padding: 5px;
        color: #999966;
        font-size: 11px;
        width: 222px;
        margin-top:5px;
    }
    .heading
	{
        font-size: 11px;
        width: 100%;
        padding:0 0 5px 0;
        font-weight:bold;
		margin:0;
    }
    .heading br{
        display:none;
        }
    .subcontainer{
        width: 340px;
        margin: 0 auto;
        padding: 10px 10px 0;
    }

    .rbtn
    {
        margin: 14px 25px 6px 0;
    }


   .searchbx 
    {
        border: 1px solid #CCCCCC;
        color: #999966;
        font-size: 11px;
        padding: 4px 6px;
        width: 325px;
		margin:0;
    }
    
    .srchbtn
    {
         color: #FFFFFF;
		font-size: 12px;
		font-weight: bold;
		height: 38px;
		margin: 5px 1px 0 5px;
		padding: 0 17px;
    }
    .row-3 {
        margin-top: 10px;
    }
	span.customSelect, .customSelectInner{
		width:240px!important;
		}
	span.customSelect{
		margin-top: 5px;
		padding: 11px 10px;
		}
    .slider_tab {
        padding: 0;
        margin: 4px 7px 4px 17px;
        height: auto !important;
        overflow: hidden;
        clear: both;
        width:350px;
    }
	
    .a_white {
        font-size:13px;
        }
    .button_slide{
        width:175px;
         background: transparent url("../images/slider_tab_bg.png") repeat 0 0;
    }
    .slider-wrapper {
        background: none repeat scroll 0 0 #FFFFFF;
        margin: 0 auto 0 -23px;
        overflow: hidden;
		width: 373px;
    }
    .slider {
        margin: 7px 7px 7px 13px;
        width: 320px;
    }
    
	img.carousel-image {
		height: 145px;
		width: 360px;
	}
    .pic{
        width: 480px!important;
        height:120px!important;
    }
    .row-3 {
        margin-top: 10px;
        min-height: 162px;
        position: relative;
        z-index: 2;
    }
    .banner
    {
        display:none;
        opacity:0;
    }
    .bannertxt_1
    {

        display:none
    }
    .bannerInfo{
        display:none
    }
    .bannerInfo span, smlDviceNone{
        display:none
    }
    .subcontainer_1 {
		float: right;
		margin: 0 auto;
		padding: 0 11px 0 0;
		width: 340px;
    }
    .productList LI {
        width:340px;
        float:left;
        padding-bottom: 2px;
    }
    .productList LI .productName img{
        width:340px;
        height:auto
    }
    .imgText {
		left: 10px;
		top: 77px;
		width: 300px;
	}
    .txt{
        margin-top:10px;
        font-size:13px;
		padding: 0 2px;
    }
	.link{
		margin-left:2px;
		}
    .f_container {
        padding: 10px;
        width:340px;
    }   
    .f_mainContainer {
        width:360px;
    }
    .signup {
        margin: 3px 0 0 0px;
    }
    .social_container {
        margin: 2px 0 3px;
        padding: 0;
    }
    .footerHldr {
        width: 340px;
        padding:0 10px 10px;
    }
    .footerHldr .tabs{
        width:100%
    }
    .tab2 UL LI {
        padding: 0;
    }
    .tab2 UL LI a{
        padding: 0 3px;
    }
    .container_heading
	{
        font-size: 16px;
        font-weight: bold;
        color: #333333;
        padding: 15px 0 0;
    }
	.signup{
		padding:5px;
	}
	.space {
		margin: 0;
		padding: 0 5px;
	}
    .social{
        border-left:none;
        }
    #tabContainer {
        width:310px;
    }
    .subhead, .subhead_1{
        font-size: 16px;
    }
    .f_heading {
        display: block;
        font-size: 15px;
        text-align: center;
        width: 300px;
        }
    .textimage{
        width:100%;     
    }
    .textimage .wrap_txt_1{
       font-size:16px; 
    }
    .a_grey{
       font-size:10px;
        }
    .footerHldr .tabs{
        padding: 8px 0;
    }
    #tabs{
        height:120px
    }
    #tabContainer #tabs ul li#tabHeader_1, #tabContainer #tabs ul li#tabHeader_2, #tabContainer #tabs ul li#tabHeader_3, #tabContainer #tabs ul li#tabHeader_4{
        width:300px;
        display:block;
        border-bottom: 1px solid #FFFFFF;
    }
    .dnone, .nav_text, .f_heading{
        display:none;
    }
	.logintext .dnone{
		display:block;
	}
    .videoIframe{
        height:200px;
        width:340px;
    }
    p.footer_txt{
        font-size:11px!important;
    }
	a.facebookIcon, a.twitterIcon, a.youtubeIcon, a.linkedinIcon, a.atIcon {
		width: 30px;
	}
	.r_wrapimage {
		display: none;
	}
	.col_right, .r_title {
		width: 340px;
	}
	.r_titleBlue {
		width: 323px;
	}
	.textimageWraper {
		width: 340px;
	}
	.r_sub_partInfo {
		padding-left: 10px;
		width: 310px;
	}
	.r_sub_partHead {
		width: 320px;
	}
	.r_sub_part, .r_wrap_txt {
		width: 320px;
		padding:0 10px;
	}
	 .r_subhead_1{
		float:left;
		width: 320px;
		padding: 6px 10px 6px 0;
	}
	.pagenum {
		width: 326px;
	}
	#pagination-flickr A:link, #pagination-flickr A:visited {
		padding:3px 6px;
	}

	.videoLogoIframe {
		width: 340px;
	}

	#tabContainer {
		width: 343px;
	}
	#tabContainer #tabs ul li#tabHeader_1, #tabContainer #tabs ul li#tabHeader_2, #tabContainer #tabs ul li#tabHeader_3, #tabContainer #tabs ul li#tabHeader_4 {
		width: 325px;
	}
	.productList LI {
		height: 225px;
	}
	.imgInfo {
		height: 87px;
		width: 322px;
	}
	.header_tab {
		height: 82px;
	}	
	.header_tab a.tabs {
		font-size: 12px;
		padding: 8px 6px 5px 5px;
		width: 75px;
	}
	.login_space a.button {
		float: left;
		margin-bottom: 4px;
		width: 40%;
	}
	.topRighttabs1{
		position:absolute;
		top:50px;
	}
	.topRighttabs2{
		position:absolute;
		top:70px;
	}
	.login_space
	{
		margin-top: -42px;
		margin-right: 0;
	}
	.loginContact{
		width:360px;
		margin:0 auto;
	}
	
	.popupbox3 {
		margin-left: -172px;
		width: 320px;
	}
	#signin .inputTxt {
		width: 192px;
	}
	a.forgotPass {
		margin-top: 7px;
		text-align: left;
		width: 178px;
	}
	.labelInput .inputTxt {
		width: 180px;
	}
	.col_left {
		width: 338px;
	}
	.col_right {
		width: 338px;
	}	
	.r_titleBlue {
		width: 322px;
	}
	.textimageWraper ul li {
		width: 340px;
		padding: 10px 0;
	}
	.r_sub_partHead{
		margin-top: 0;
	}
	.r_sub_part h2.r_wrap_txt{
		padding: 0;
	}
	.r_title {
		width: 338px;
		
	}
	.authorList .alist li label {
		width: 310px;
	}
	.pagenum ul#pagination-flickr li a{
		width: 34px!important;
	}
	.txt {
		padding: 0 10px;
	}
	.productPic a.link{
		margin-left: 10px;
	}
	.video > span > div {
		height: 200px !important;
		width: 342px !important;
	}
	.popupbox4, .popupbox-download {
		margin-left: -170px;
		width: 313px;
	}
	#popuprelMoreAuthors .popupContent li label {
		width: 285px;
	}
	.clearFacetLink {
		margin-left:284px;
	}
	.popupContent #Register .labelInput select{
		padding: 4px;
		width: 192px;
	}
	#tabscontent {
		padding: 10px 7px 12px;
	}
	
	.r_sub_part_related_resource {
			width: 326px;
	}

	.r_sub_part_related_resource .r_wrap_txt{
		width: 326px;
		padding:0;
		font-size: 13px;
	}
	
	.r_sub_part_related_resource .r_subhead_1{
		width: 326px;
		padding:5px 0;
		float: right;
		font-size: 11px;
	}
	
	#tabpage_3 p.tabtext{
		display:none;
	}
	#tabHeader_4{
		display:none!important;
	}
	.pagination {
		display:none;
	}

}


/*-------------------------- max-width 320----------------------------*/

@media screen and (max-width: 320px){
    
    body{
        width:320px;
        overflow-x:hidden;
        }
    
    .body{
        width:320px;
        overflow-x:hidden;
        }
  
    .header{
        padding: 0px;
        width: 300px;
		height: 48px;
    }
	.button_slide a{
		padding:7px 38px;
		width:85px;
	}
	
    .menu{
		background-size: 100% auto;
		display: block;
		height: 25px;
		position: absolute;
		right: 5px;
		top: 17px;
		width: 30px;
        
    }
	.imgInfo {
		height: 84px;
		width: 291px;
		padding-top: 5px;
	}
	.imgInfo img{
		padding-top:5px;
		}
    .menu img{
        height:20px;
        width:25px;
    }
	.header_tab a.tabs {
		font-size: 10px;
		padding: 8px 1px 8px 3px;
		width: 70px;
	}
  
    .nav_left
    {
        color: #0033CC;
        line-height: 25px;
        margin-left: 10px;
        margin-top: 5px;
        padding: 0;
        font-weight: normal;
        font-size: 11px;
        font-family: Arial;
        color: #006699;
        width:300px;
        display:none;
    }
	.home-device, .swiper-main, .swiper-container {
		height: 108px;
		width: 320px;
	}
	.ocmsCarouselItem img{
		height: 108px;
		width: 320px;
		}
	.fRight{
	float:none;
	}
    ul.nav_left li{
        display:inline;
        width:100px;
        float:left;
        }
      .header_tab
		{
        width: 300px;
        margin: 0 auto;
        border-top: 2px solid #999;
        padding: 5px 0;
        margin-top: 55px;
        display:none;
    }
	ul li.button_slide:first-child {
		width: 155px;
	}
    .logo
    {
        margin:10px 0;
        background: url("../images/heading.png") no-repeat 0 0;
        background-size:250px 32px;
        text-indent:-10000000px;
        width:250px;
        height:32px;
    }
    .tabs
    {
        border-right: 1px solid #DFDDD5;
        border-bottom: 1px solid #DFDDD5;
        display: block;
        float: left;
        font-size: 13px;
        font-weight: bold;
        padding: 8px 10px;
        width:43%;
    }
    
    .last{
        border-right: 1px solid #DFDDD5!important;
        border-bottom: 1px solid #DFDDD5!important;
        }
    
    .login_space{
        width:100%;
        padding:0;
        margin:0;
        }
    .login_space a.button 
    {
        width: 35.3%;
        float:left
        }
    .selectbx
    {
        border: 1px solid #CCCCCC;
        padding: 5px;
        color: #999966;
        font-size: 11px;
        width: 222px;
        margin-top:5px;
    }
	
	.button_slide a, .button_slide a.a_white_selected {
		padding: 7px 38px;
		width: 79px;
		height: 35px;
	}
    .heading
    {
        font-size: 11px;
        width: 100%;
        padding: 5px 0;
        font-weight:bold;
    }
	ul li.button_slide:first-child a {
		width: 79px;
	}
    .heading br{
        display:none;
        }
    .subcontainer
    {
        width: 300px;
    }

    .rbtn
    {
        margin: 14px 25px 6px 0;
    }
	.productList LI {
		height: 235px;
	}

   .searchbx 
    {
        border: 1px solid #CCCCCC;
        color: #999966;
        font-size: 11px;
        padding: 4px 6px;
        width: 287px;
		margin:0 0 5px 0;
    }
    
    .srchbtn
    {

		color: #FFFFFF;
		font-size: 12px;
		font-weight: bold;
		height: 36px;
		margin: 0 0 0 5px;
		padding: 0 17px;
    }
	span.customSelect{
		padding:10px;
		}
    .row-3 {
        margin-top: 10px;
    }

	span.customSelect, .customSelectInner {
		width: 199px !important;
	}
	span.customSelect {
		margin-top: 0;
	}
    .slider_tab {
        padding: 0;
        margin: 4px 7px 4px 17px;
        height: auto !important;
        overflow: hidden;
        clear: both;
        width:310px;
    }
    .a_white {
        font-size:13px;
        }
    .button_slide{
        width:155px;
         background: transparent url("../images/slider_tab_bg.png") repeat 0 0;
    }
    .slider-wrapper {
        background: none repeat scroll 0 0 #FFFFFF;
        margin: 0 auto 0 -23px;
        overflow: hidden;
        /*width: 480px;*/
        width: 333px;
    }
    .slider {
        margin: 7px 7px 7px 13px;
        width: 320px;
    }
    img.carousel-image{
        width: 320px;
        height:120px;
    }
    .pic{
        width: 480px!important;
        height:120px!important;
    }
    .row-3 {
        margin-top: 10px;
        min-height: 162px;
        position: relative;
        z-index: 2;
    }
    .banner
    {
        display:none;
        opacity:0;
    }
    .bannertxt_1
    {

        display:none
    }
    .bannerInfo{
        display:none
    }
    .bannerInfo span, .smlDviceNone{
        display:none
    }
    .subcontainer_1 {
        margin: 0 auto;
        width: 310px;
        padding:0 6px 0 0;
		float:right;
    }
    .productList LI {
        width:300px;
        float:left;
        padding-bottom: 2px;
    }
    .productList LI .productName img{
        width:310px;
        height:auto
    }
    .imgText{
        top: 68px;
        width: 282px;
    }
    .txt{
        margin-top:10px;
        font-size:13px;
		padding: 0 10px;
    }
	.link{
		margin-left:2px;
		}
    .f_container {
        padding: 10px;
        width:300px;
    }   
    .f_mainContainer {
        width:320px;
    }
    .signup {
        margin: 6px 0 0 0px;
		font-size:11px;
    }
    .social_container {
        margin: 3px 0 3px 0;
        padding: 0;
    }
    .footerHldr {
        width: 300px;
        padding:0 10px 10px;
    }
	.footerHldr .tab2{
		margin:0;
		}
		
    .footerHldr .tabs{
        width:100%
    }
    .tab2 UL LI {
        padding: 0;
    }
    .tab2 UL LI a{
        padding: 0 3px;
    }
    .container_heading
    {
        font-size: 16px;
        font-weight: bold;
        color: #333333;
        padding: 15px 0 0;
    }

    .social{
        border-left:none;
        }
    #tabContainer {
        width:310px;
    }
    .subhead, .subhead_1{
        font-size: 16px;
    }
    .f_heading {
        display: block;
        font-size: 15px;
        text-align: center;
        width: 300px;
        }
    .textimage{
        width:100%;     
    }
    .textimage .wrap_txt_1{
       font-size:16px; 
    }
    .a_grey{
       font-size:10px;
        }
    .footerHldr .tabs{
        padding: 8px 0;
    }
    #tabs{
        height:120px
    }
    #tabContainer #tabs ul li#tabHeader_1, #tabContainer #tabs ul li#tabHeader_2, #tabContainer #tabs ul li#tabHeader_3, #tabContainer #tabs ul li#tabHeader_4{
        width:300px;
        display:block;
        border-bottom: 1px solid #FFFFFF;
    }
    .dnone, .nav_text, .f_heading{
        display:none;
    }
	.videoIframe {
		height: 160px;
		width: 307px;
	}
    p.footer_txt{
        font-size:11px!important;
    }
	a.facebookIcon, a.twitterIcon, a.youtubeIcon, a.linkedinIcon, a.atIcon {
		width: 22px;
		margin:0 2px;
	}
	.tab2 UL{
		margin-top: 4px;
	}
	
	.a_white_selected, .a_white_selected:hover
	{
		padding: 7px 38px;
		width: 79px;
	}
	.col_right, .r_title {
		width: 310px;
	}
	.r_titleBlue {
		width: 292px;
	}
	.textimageWraper {
		width: 300px;
	}
	.r_sub_partInfo {
		padding-left: 10px;
		width: 290px;
	}
	.r_sub_partHead {
		width: 300px;
	}
	.textimageWraper ul li {
		padding: 5px 0;
		width: 310px;
	}

	.col_left {
		width: 310px;
	}
	.pagenum {
		width: 293px;
	}
	.rightPanel {
		width: 310px;
	}
	
	#pagination-flickr A:link, #pagination-flickr A:visited {
		padding: 3px 5px;
	}
	.r_sub_part, .r_wrap_txt {
		padding: 0 10px;
		width: 290px;
	}
	.r_subhead_1 {
		width: 290px;
	}
	.videoLogoIframe {
		width: 308px;
	}
	.popupbox3 {
		margin-left: -157px;
		width: 292px;
	}
	#signin .inputTxt {
		width: 165px;
	}
	a.forgotPass {
		width: 150px;
	}
	.registerFree {
		margin: 4px 0 15px;
	}
	.formLeftSpace a.button {
		margin: 7px 20px 7px 0;
	}
	.labelInput .inputTxt {
		width: 155px;
	}
	.welcomeContainer_text {
		width: 310px;
	}
	.authorList .alist li label {
		width: 280px;
	}
	.pagenum ul#pagination-flickr li a{
		width: 34px!important;
	}
	.header_tab {
		height: 42px;
	}
	.video > span > div {
		height: 184px !important;
		width: 312px !important;
	}	
	.popupbox4, .popupbox-download {
		height: 390px;
		margin-left: -149px;
		top: 27px;
		width: 267px;
	}
	#popuprelMoreAuthors .popupContent li label {
		width: 238px;
	}
	.popupbox4 .popupContent{
		height:334px!important;	
	}
	.pagenum ul li select{
		font-size: 12px;
		height: 20px;
		margin: 0;
		position: absolute;
		width: 46px;
	}
	.clearFacetLink {
		margin-left:256px;
	}
	.popupContent #Register .labelInput select{
		padding: 4px;
		width: 166px;
	}
	
	.r_sub_part_related_resource {
			width: 294px;
	}

	.r_sub_part_related_resource .r_wrap_txt{
		width: 294px;
	}
	
	.r_sub_part_related_resource .r_subhead_1{
		width: 294px;
	}
	#tabHeader_4{
		display:none!important;
		}

}

@media screen and (max-width: 640px) and (orientation: landscape){
    .popupbox4, .popupbox-download {
		top: 18px;
		height: 300px;
		}
    #popuprelMoreAuthors #intabdiv5{
		height: 245px!important;
		}
}
@media screen and (max-width: 480px) and (orientation: portrait){
    .popupbox4, .popupbox-download {
		top: 50px;
		height: 500px;
		}
    #popuprelMoreAuthors #intabdiv5{
		height: 440px !important;
		}
}

@media screen and (max-width: 480px) and (orientation: landscape){
    .popupbox4, .popupbox-download {
		top: 10px;
		height: 260px;
		}
    #popuprelMoreAuthors #intabdiv5{
		height: 205px !important;
		}
}
@media screen and (max-width: 320px) and (orientation: portrait){
    .popupbox4, .popupbox-download {
		top: 10px;
		height: 427px;
		}
    #popuprelMoreAuthors #intabdiv5{
		height: 370px !important;
		}
}

.filter-results {
	background: #d67604;
	color: #fff;
	display: block;
	padding: 6px;
	font-size: 15px;
	font-weight: bold;
	margin-bottom:2px;
}

.activetopic {
	color: #d67604 !important;
}
.activetopic:hover{
	text-decoration:none;
	cursor:default;
}

.font32{
	font: 32px arial !important;
	line-height: 28px;
}

.font28{
	font: 28px arial !important;
	line-height: 28px;
}

.font24{
	font: 24px arial !important;
	line-height: 24px;
}

.font20{
	font: 20px arial !important;
	line-height: 20px;
}

.bold{
	font-weight:bold !important;
}

.italic{
	font-style: italic !important;
}

.underline{
	text-decoration: underline;
}
