@charset "UTF-8";
/* Note: All em heights/widths/font-size based on default 16px font size. If default font size is changed so will the relative em sizes. */

body {
	background:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	margin:0;
}
form {
	margin:0;
	padding:0;
}
img {
	border:0;
}
/* img, div, input { behavior: url("http://www.zones.com/images/global/iepngfix.htc") }*/

.endeca_browse {
    background-image: url("../../images/global/background_refine_endeca.gif");
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    margin-top: 10px;
	padding-top:0;
	padding-bottom:0;
	padding-left:30px;
	padding-right:0;
    /*padding: 3px 0 3px 30px;*/
    text-align: left;
	line-height:25px;
	
}
hr {
	border:0;
	color: #9E9E9E;
	background-color: #9E9E9E;
	height: 1px;
	width: 100%;
	text-align: left;
}
.clr {
	clear:both;
}
.clearFloat {
	clear:both;
	height:0px;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/* fix to style placeholder text in some browsers */
::-webkit-input-placeholder {
 color:#1C3A54;
}
:-moz-placeholder {
 color:#1C3A54;
}
/************************************************************* header start *************************************************************/

.headerWidth, .footerWidth{
	min-width:980px;
	clear:both;
}

header {
	background: -webkit-gradient(linear, left top, left bottom, from(#152b3f), to(#1c3a54));
	background: -moz-linear-gradient(top, #152b3f, #1c3a54);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#152b3f', endColorstr='#1c3a54');
	border-bottom:1px solid #15759D;
	height:6.25em;
}
header a {
	color:#FFF;
}
.smallfontLink {
	font-size:10px !important;
}
.left {
	float:left;
}
.right {
	float:right;
}
#body, header div.center, nav div.center, footer div.center, #copyright div.center {
	margin:auto;
	width:60.625em; /* 970px */
}
#zonesLogo {
	float:left;
	margin-top:20px;
	margin-left:0;
	margin-right:0;
	margin-bottom:20px;
 //margin-bottom:10px;
}
#topNav {
	color:#FFF;
	float:right;
	padding:10px 0px 7px 0px;
	background:transparent;
}
#topNav a {
	color:#FFF;
	font-size:.75em;
	font-weight:normal;
}
#topNav a:hover {
	color:#0EAFE6;
}
#search {
	background:#FFF;
	border:2px solid #0EAFE6;
	border-radius:3px;
	-moz-border-radius:3px;
	float:left;
	width:31.2em;
}
.zonesConnct-logo {
	margin-bottom:9px;
}
.searchLeft {
	margin-left:40px;
	float:left;
	margin-top:4px;
	text-align:left !important;
}
.viewlink {
	text-align:left;
	float:right;
	/*	clear:both;*/
	font-size:10px;
	color:#0eafe6;
	width:272px;
	margin-right:12px;
}
.viewlink a {
	color:#0eafe6;
	text-decoration:none;
	font-weight:bold;
}
.smallfontLink {
	font-size:10px !important;
}
#search input[type="text"] {
	border:0;
	float:left;
	color: #1C3A54;
	font-size:1.125em;
	/*height:1.9em;*/
	padding-left:0.625em;
	padding-top:0.375em;
	padding-bottom:0.375em;
	width:24.5em;
}
#search input[type="image"] {
	float:right;
	margin:.4em .7em .3em 0;
}
#cart {
	background:#0EAFE6;
	border:1px solid #FFF;
	border-radius:1px;
	-moz-border-radius:1px;
	float:right;
	margin:.938em 0em 0em 1.25em;
	width:200px;
}
#cart div {
	color:#FFF;
	float:right;
	font-weight:bold;
	font-size:.8em;
	text-align:center;
}
#cart input {
	margin:.25em 0 0 0;
	color: #1C3A54;
}
#cart img {
	float:left;
	margin:.2em 0 0 1.25em;
}
#cart a {
	color:#FFF;
}
#cart a:hover {
	color:#1C3A54;
	text-decoration:underline;
}
#checkoutBtn {
	display:block; /* remove html5 bottom margin */
}
#shopZones {
	float:left;
	margin-right:2.6em;
}
nav {
	background-color:#152B3F;
}
nav a {
	color:#FFF;
	font-size:.75em;
	font-weight:bold;
}
nav a:hover {
	color:#0eafe6;
	text-decoration:none;
}
nav ul#zonesNav {
	float:left;
	margin:0;
	padding:2px 0 0 0;
}
html>body #getquotebox {
	margin:0 0 0 -10px;
}
nav ul#zonesNav li {
	background-image:url(../global/sep_topNav.png);
	background-repeat:no-repeat;
	background-position:left;
	display:inline;
	padding:2px .9em 0 1.25em;
	text-align:left;
}
.linksmallTxt {
	font-size:11px;
	text-align:center;
}
nav div.center {
	position:relative;
	z-index:1;
}
#enterpriseNav a:hover {
	color:#69c;
}
#businessNav a:hover {
	color:#369;
}
#healthcareNav a:hover {
	color:#308580;
}
#publicNav a:hover {
	color:#393;
}
#macNav a:hover {
	color:#c00;
}
div#navDrop {
	background-color:#0DA7DD; /* IE doesn't seem to like setting 'filter' when the div is hidden by default overriding with solid color for now */
	background: -webkit-gradient(linear, left top, left bottom, from(#0eade4), to(#0b8dbf));
	background: -moz-linear-gradient(top, #0eade4, #0b8dbf);
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0eade4', endColorstr='#0b8dbf');
	left:0px;
	/* border-bottom set in corresponding zone stylesheet */
	position:absolute;
	top:28px;
	width:194px;
	z-index:2000;
	border-bottom: 5px solid #254A70;
}
ul#navMain {
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
}
ul#navMain li {
	font-size:1.1em;
	padding:0 4px 4px 15px;
}
ul#navMain li a {
	display:block;
	font-weight:normal;
	padding:3px 0px 0px 0px;
	text-align:left;
	zoom:1;
}
ul#navMain li a:hover {
	color:#1c3a54;
}
ul#navMain li.focused a:hover {
	color:#0eafe6;
}
ul#navMain li.fly {
	/* do not consolidate background declarations, will break CSS/jQuery rollover */
	background-image:url(../global/icon_arrow.png);
	background-position:right;
	background-repeat:no-repeat;
	border-bottom:1px solid #d6d6d6;
}
ul#navMain li.sub {
	padding:0px 0px 3px 25px;
	border-bottom:0;
}
ul#navMain li.first {
	background-image:url(../global/icon_arrow_down.png);
	background-position:right;
	background-repeat:no-repeat;
	height:20px;
	padding-top:2px;
}
ul#navMain li.last {
	border-bottom:1px solid #d6d6d6;
	line-height:1px;
}
ul#navMain li.sub a {
	padding:0px;
}
.flyHover {
	background-color:#1C3A54 !important;
	cursor:pointer;
}
.flyHover a:hover {
	color:#fff !important;
}
ul#navMain li.focused a {
	font-weight:bold;
	height:19px;
}
ul#navMain li.noArrow {
	background:none;
	border-top:1px solid #d6d6d6;
}
#login {
	cursor: pointer;
	float:right;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	height:27px;
	width:94px;
}
#login a {
	display:block;
	font-size:12px;
	padding:0.5em 0.6em .45em 2.5em;
}
#login a:hover {
	color:#1c3a54;
}
.loginBg { /* don't like this, but need it for the hover state to work */
	background:url(../global/btn_loginBg.png);
}
.loginHover {
	background:url(../global/btn_loginBgHov.png);
}
#navOn {
	position:relative;
}
#navOn a, #navOn a:hover {
	color:#1c3a54;
}
#navOn img {
	left:0px;
	line-height:0;
	position:absolute;
	top:-2px;
}
#navMessage {
	/* background-color color set in corresponding zone stylesheet */
	border-top:1px solid #dadada;
	clear:both;
	color:#fff;
	display:block;
	font-size:.8em;
	padding:.4em 0em .4em 17em;
}
#navMessage .center {
	width:59em;
	text-align:left;
}
#navMessage #highlight {
	color:#feff82;
	font-weight:bold;
}
#navMessage a {
	font-size:1em;
	font-weight:normal;
	text-decoration:underline;
}
/**************** Shop Zones Nav/Menu ****************/
.megamenu {
	background-color:#112538; /* IE doesn't seem to like setting 'filter' when the div is hidden by default overriding with solid color for now */
	background: -webkit-gradient(linear, left top, left bottom, from(#112538), to(#1c3a54));
	background: -moz-linear-gradient(left, #112538, #1c3a54);
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#112538', endColorstr='#1c3a54');
	display: none;
	font-size:.85em;
	font-weight:bold;
	padding: 10px;
	position: absolute;
	width:auto;
}
.menuBtm {
	/*top:337px; now set in jkmegamenu.js*/
}
#focused {
	top: 129px;
}
.megamenu a {
	color:#fff;
}
.megamenu .column {
	float: left;/*width: 180px; width of each menu column
	margin-right: 5px;*/
}
.megamenu .column ul {
	/*	margin: 10px 0px 10px 35px;*/
	margin: 10px 0px 10px 15px;
	padding: 0;/*	list-style-image:url(../global/icon_arrow_sub.png);*/
}
.megamenu .column ul ul {
	margin: 5px 5px 5px 12px;
	padding: 0;/*	list-style-image:url(../global/icon_arrow_sub2.png);*/
}
.megamenu .column ul ul li {
	font-size:.9em;
	font-weight:normal;
}
.megamenu .column ul li {
	/*padding:8px 5px;*/
	padding: 8px 5px 8px 18px;
	text-align:left;
	list-style:none;
	background:url(../global/icon_arrow_sub.png) 5px 12px no-repeat;
}
.megamenu .column ul li ul li {
	/*	padding:5px 2px;*/
	padding: 3px 5px 3px 10px;
	text-align:left;
	list-style:none;
	background:url(../global/icon_arrow_sub2.png) left 8px no-repeat;
}
.megamenu .column ul li ul li a:hover {
	text-decoration:underline;
}
.megamenu .column ul li a {
	text-decoration: none;
	display:block;
}
/************************************************************* header end *************************************************************/

/************************************************************* body start *************************************************************/
/*#body {
	padding:0 0 20px 0;
}*/
/* All browsers except Firefox */
#bodyLeftColHome {
	float:left;
	/*margin-top:505px;*/
	margin-top:470px;
	width:193px;
}
#bodyLeftColHome div div img {
	display:block;
}
/* Firefox only */
@-moz-document url-prefix() {
 #bodyLeftColHome {
 /*margin-top:535px;*/
 margin-top:480px;
}
}
#bodyMainWide { 				/*change in other zones too*/
	float:left;
	margin-top:6px;
	margin-left:20px;
	/*//margin-left:15px;*/
	width:755px;
}
#heroContainer {
	float:left;
	margin-top: 15px;

}
#loginContainer {
	float:left;
	margin-top:15px;
	margin-bottom:20px;
	margin-left:20px;
	/*//margin-left:13px;*/
	width:200px;
}
#loginBox {
	background:#f1f1f1;
	border:3px solid #1c3a54;
	border-radius:2px;
	-moz-border-radius:2px;
	margin:0 0 20px 0;
	width:12.25em;
}
#loginBox input[type="text"] {
	border:2px solid #0EAFE6;
	border-radius:3px;
	-moz-border-radius:3px;
	font-size:1em;
	color: #1C3A54;
	margin:8px 0 0 2px;
	padding-left:.3em;
	width:11.15em;
}
#loginBox input[type="password"] {
	border:2px solid #0EAFE6;
	border-radius:3px;
	color: #1C3A54;
	-moz-border-radius:3px;
	font-size:1em;
	margin:8px 0 0 2px;
	padding-left:.3em;
	width:11.15em;
}
#loginBox input[type="image"] {
	float:left;
	margin:8px 5px 5px 5px;
}
#loginHdr {
	background: -webkit-gradient(linear, left top, left bottom, from(#1c3a54), to(#185779));
	background: -moz-linear-gradient(top, #1c3a54, #185779);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c3a54', endColorstr='#185779');
	padding:5px;
}
#loginLinks {
	float:right;
	font-size:.7em;
	padding:5px 5px 5px 0;
	text-align:right;
}
#loginLinks a {
	color:#0eafe6;
	font-size:11px;
}
#loginLinks a:hover {
	color:#1c3a54;
}
.add-logo {
	text-align:center;
	width:68px;
	float:left;
	margin-top:26px;
	margin-left:19px;
}
/************************************************************* body end ***************************************************************/

/************************************************************* footer start ***********************************************************/
footer {
	background: -webkit-gradient(linear, left top, left bottom, from(#152b3f), to(#1c3a54));
	background: -moz-linear-gradient(top, #152b3f, #1c3a54);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#152b3f', endColorstr='#1c3a54');
	/* zone specific border set in corresponding stylesheet */
	padding:0 0 1em 0;
	margin-top:20px;
}

.footer{
	padding-top:20px;
	}

.footerCol {
	float:left;
	margin-right:70px;
	margin-top:10px;/*margin-top:0;*/
}
.footerCol:last-child {
	padding-right:0em;
}
.footerCol ul {
	margin:0;
	padding:0;
}
.footerCol li {
	font-family: verdana;
	font-size: 11px;
	line-height: 18px;
	list-style: none outside none;
	text-align: left;
}
footer h1 {
	color:#0eafe6;
	font-size:.8em;
	margin:10px 0 .35em 0;
	padding:0 0 0 0;
	text-align:left;
}
footer h1 a {
	color:#0eafe6;
}
footer a {
	color:#FFF;
}
.social img {
	margin:0px 3px 3px 0px;
	vertical-align:middle;
}
#copyright {
	background:#222;
	color:#A2A2A2;
	font-size:.7em;
	padding:.8em;
}
#copyright strong {
	font-size:1.2em;
}
#copyright div.center {
	margin:auto;
	width:86.5em; /* 970px */
	text-align:left;
}
/************************************************************* footer end *************************************************************/

/* clears floats inside container */
.clear:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clear {
	display: inline-block;
	_height: 1%;
}
.clear {
	display: block;
}
/* clears floats inside container */

/*****************************************************************Featured Products Start************************************************/
.productContainer {
	overflow:hidden;
	clear:both;
	margin-bottom:20px;
}
.prodLeftBox {
	width:160px;
	float:left;
	background:#fff;
	padding-bottom:18px;
}
.prodLeftBox div {
	line-height:0;
}
.prodLeftBox ul {
	margin:0;
	padding:0;
}
.prodLeftBox li {
	background:#0eafe6;
	border:#fff solid 1px;
	border-bottom:none;
	list-style:none;
	font-size:14px;
	line-height:22px;
	text-align:left;
	color:#fff;
}
.prodLeftBox li a {                      /*Change in other too*/
	text-decoration:none;
	list-style:none;
	font-size:14px;
	padding: 1px 0 2px 10px;
	text-decoration: none;
	display: block;
	color:#fff;
}
html>body .prodLeftBox li a {
	width:148px;  /* make hover effect work in IE */
}
.prodLeftBox li a:hover {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	background: #1c3a54;
	display:block;
}
.prodLeftBox li.firstRow a {
	padding:1px 0 1px 10px !important;
	line-height:21px;
	text-decoration:none;
}
.prodLeftBox li.firstRow a:hover {
	display:block;
	text-decoration:underline;
	background:none;
}
.prodLeftBox li.firstRow div {
	position:absolute;
	right:-11px;
	top:-1px;
}
.prodRightBox {
	float:left;
	width:574px;
	height:190px;
	/*min-height:190px;*/
	background:#fff;
	margin-top:10px;
	margin-left:11px;
	margin-right:10px;
	margin-bottom:10px;
	text-align:left;
 //margin-bottom:0px;
	position:relative;
}
.bgArrow {
	background:#fff url(../global/bg-arrow.png) no-repeat 220px center !important;
}
.prodInnLeft {
	float:left;
	width:248px;
	margin:8px 0 0 8px;
	font-size:12px;
}
.profInnLeft div img {
	display:block;
}
.prodInnLeft strong {
	color:#0eafe6;
	font-weight:bold;
}
.prodInnLeft p {
	color:#333333;
	font-weight:normal;
	padding:5px 0 5px 0;
	margin:0;
}
.prodInnRight {
	float:left;
	width: 235px; /*260*/
	margin:8px 0 0 38px;
	font-size:12px;
	height:141px;
}
.noTopmarg {
	margin:0px 0 0 5px !important;
}
.prodInnRight .floatLeft {
	float:left;
	padding:0 10px 0 0;
}
.prodInnRight strong {
	color:#0eafe6;
	font-weight:bold;
}
.prodInnRight p {
	color:#333333;
	font-weight:normal;
	padding:5px 0 5px 0;
	margin:0;
}
.prodInnRight a {
	color:#0eafe6;
	text-decoration:none;
}
.prodInnRight a:hover {
	color:#0eafe6;
	text-decoration:underline;
}
.smalltxt {
	font-size:11px !important;
}
.smallTxtForm{
	font-size:10px; 
	line-height:16px;
	margin:0; 
	padding:0; 
	text-align:left;
}
.btnBox .priceRight {
	color:#F00;
	font-size:14px;
	float:left;
	margin-top:4px;
	font-weight:bold;
}
.prodInnLeft .floatRight {
	float:right;
	margin:0 30px 0 0;
}
.prodInnLeft a {
	color:#0eafe6;
	text-decoration:none;
	font-weight:bold;
}
.prodInnLeft a:hover {
	text-decoration:underline;
}
.btnBox {
	width:195px;
	float:right;
	position:relative;
	/*	margin-top:-10px; */
	margin-right:10px;
	margin-top:0;
}
.btnBox .btnMore {
	margin-top:0;
	float:right;
}
.prodRightBoxOuter {
	background:#1c3a54;
	float:left;
	width:595px;
	padding-bottom:0;
 //padding-bottom:10px;
}
.prodRightBox .featuredImg {
	position:absolute;
	width:72px;
	right:0;
	top:0;
}
.prodRightBox .prodLogo {
	float:left;
	width:102px;
	margin:25px 0 0 15px;
}
.prodLogo .imgCenter {
	text-align:center;
	padding:0 0 26px 0;
	line-height:0;
}
.prodRightBox .prodItem {
	float:left;
	text-align:center;
	width:162px;
	padding:30px 0 0 0;
	margin:25px 0 0 5px;
}
.prodRightBox .prodDescription {
	float:left;
	width:270px;
	margin:25px 0 0 5px;
	height:141px;
}
.prodDescription p {
	font-size:0.75em; /*12px*/
	color:#333;
	padding:0 15px 0 0;
	margin:0 0 15px 0;
}
.prodDescription p.prodHD {
	color:#0eafe6;
	font-weight:bold;
	margin:0 0 9px 0;
	width:238px;
}
p.prodHD a { /*vikas*/
	color:#0eafe6;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}
p.prodHD a:hover {/*vikas*/
	text-decoration:underline;
}
.prodDescription a {
	color:#0eafe6;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
}
.prodDescription a:hover {
	text-decoration:underline;
}
.prodRightBox .prodPrice {
	color:#cc0000;
	font-size:14px;
	text-align:center;
	margin-bottom:10px;
	font-weight:bold;
}
.dropdownselct {
	border:#0eafe6 solid 1px;
	border-radius:3px;
	-moz-border-radius:3px;
	color:#0eafe6;
	font-size:12px;
	width:158px;
	margin:10px 0 0 0;
	padding:3px;
}
/*****************************************************************Featured Products End************************************************/



/**********************************************************Vertical Text Scroller Start***********************************************/
.wnBox1 {
	border:#339933 solid 3px;
	width:188px;
	position:relative;
}
.wnBox1 p {
	font-size:11px;
	text-align:left;
	font-weight:normal;
	padding:5px 6px 5px 6px;
	margin:0;
}
.wnBox {
	border:#1c3a54 solid 3px;
	width:188px;
	position:relative;
}
.wnBox .text {
	width:188px;
	float:left;
}
.wnBox .text ul {
	margin:0;
	padding:0;
	text-align:left;
}
.wnBox .text li {
	margin:0;
	padding:6px 5px 6px 10px;
	list-style:none;
	font-size:11px;
	color:#0eafe6;
	text-align:left;
	font-weight:bold;
	width:140px;
}
.wnBox .text li span {
	margin:0;
	padding:0 0 0 0;
	font-size:11px;
	font-weight:normal;
	color:#333333;
}
.indus-box {
	margin:15px 0 0 0;
}
.scrollLinks {
	width:26px;
	float:right;
	right:0;
	top:40px;
	margin-right:5px;
	position:absolute;
	z-index:1;
}
.scrollLinksUp {
	width:26px;
	float:right;
	right:0;
	top:75px;
	margin-right:5px;
	position:absolute;
}
/**********************************************************Vertical Text Scroller End************************************************/

/**************************************PRODUCT DETAILS*******************************************************/

#innerLeftBox {
	width:746px;
	float:left;
	margin-top:20px;
	margin-left:10px;
}
#innerLeftBox_promopp {
	width:755px;
	margin-top:20px;
	float:left;/*	margin-left:19px;*/
}
.topTitleHD {
	background:#1c3a54;
	padding:1px 0 0 0;
	margin:0;
	float:left;
	border-right:#fff solid 2px;
	color:#0eafe6;
	vertical-align:middle;
}
*:first-child+html .topTitleHD {
	background:#1c3a54;
	padding:0 0 0 0;
	margin:0;
	float:left;
	border-right:#fff solid 1px;
	color:#0eafe6;
	font-weight:bold;
}
.topBordercart {
	border-top:1px solid #D6D6D6 !important;
	padding-top:8px;
}
.topTitleHD p {
	float: left;
	font-size:1.1em;
	margin: 8px 12px 0 6px;
	padding-top: 0;
}
.containerInnerLeft {
	background:#1c3a54;
	padding-bottom:10px;
	padding-left:10px;
	float:left;
	padding-right:10px;
	padding-top:10px;
	/*overflow:hidden;*/
	clear:both;
}
.containerInnerBox {
	border-radius:0.1em;
	background:#fff;
/*	padding-bottom:15px;*/
	overflow:hidden;
	
}
.productConLeft {
	width:514px;
	float:left;
	margin-bottom:15px;
	padding:10px 0 0 10px;
	height:285px;
}
.productConLeft h1 {
	margin:0;
	padding:5px 0 0 5px;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	color:#1c3a54;
}
.productConLeft .prodImgBox {

    float: left;
    margin-bottom: 50px;
    margin-left: 0;
    margin-top: 50px;
    text-align: center;
    width: 276px;
}

.productConLeft .prodImg {
	/*width:200px;*/
/*	text-align:center;*/
/*	position:relative;*/
 float: left;
    margin-left: 25px;
}
.productConLeft .zoom {

    float: right;
    margin-top: 98px;
    width: 34px;
	/*position:absolute;
	bottom:16px;
	right:-22px;*/
}
.productDetails {
	width:205px;
	float:right;
	margin-right:8px;
}
.qty-arrow {
	float:left;
	width:6px;
	margin-top:7px;
}
.qty-arrow1 {
	float:right;
	width:6px;/*	margin-top:7px;*/
}
.bottomBorder {
	padding-bottom:8px;
	overflow:hidden;
	border-bottom:#d6d6d6 solid 1px;
}
.topspace {
	margin-top:15px;
}
.chkAvail {
	width: 203px;
	font-size: 11px;
	color: #0EAFE6;
	text-align: left;
	clear: both;
	padding-top: 3px;
	text-indent: 0px;
}
.chkAvail a {
	color:#0eafe6;
	font-size:11px;
	text-align:left;
	text-decoration:none;
}
.chkAvail a:hover {
	text-decoration:underline;
}
.dis {
	color:#1c3a54;
}
div.content div {
/*	overflow:hidden;*/
	clear:both;
	padding:5px 0;
}
div.alt {
	background-color: #ecf6fc;
	overflow:hidden;
	padding: 5px 0;
}
div.content span {
	background:transparent !important;
}
.greenPrice {
	color:#339933;
	font-weight:bold;
	float:right;
}
.redPrice {
	font-size:11px;
	color:#cc0000 !important;
	font-weight:bold;
}
.qtyCart {
	float:left;
	width:67px;
	padding-top:7px;
	padding-bottom:10px;
	font-size:11px;
	color:#1c3a54;
}
.qtyInputValue {
	border:2px solid #0EAFE6;
	border-radius:3px;
	font-size:1em;
	padding:3px;
	width:20px;
	text-align:center;
	font-weight:bold;
}
.btnCart {
	float:right;
}
.productDetails .mfrBox {
	float:left;
	width:88px;
	padding:2px;
	font-size:11px;
	text-align:left;
	color:#1c3a54;
}
.productDetails .valueBox {
	float:left;
	text-align:right;
	width:108px;
	padding:2px;
	font-size:11px;
	color:#1c3a54;
}
.priceCancel {
	text-decoration:line-through;
}
.topTitleHD .ImgL {
	float: left;
	margin: 6px 4px 0 8px;
	vertical-align: middle;
}
#innerLeftBox .blueBotLine {
	border-bottom:7px solid #0eafe6;
	margin-right:9px;
	height:26px;
}
#innerLeftBox_promopp .blueBotLine1 {
	border-bottom:7px solid #0eafe6;
	margin-right:10px;
	height:25px;/*padding-top:19px;
	//padding-top:23px;
	width:98%;
	margin-right:10px;*/

}
#innerLeftBox_promopp .blueBotLineTxt {
	background: none repeat scroll 0 0 #0EAFE6;
	border-top: 6px solid #FFFFFF;
	margin-right: 10px;
	padding-bottom: 6px;
	padding-right: 8px;
	padding-top: 5px;
	text-align: right;
	vertical-align: top;
	font-size:11px;
}
#innerLeftBox_promopp .blueBotLineTxt a {
	background-image:url(../static/lens.gif);
	background-repeat:no-repeat;
	padding-left:15px;
	background-position:left 0;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}
.prodConRight {
	width:200px;
	float:right;
	margin:35px 0 0 0;
}
.emailBox {
	color:#0eafe6;
	font-size:11px;
	text-align:left;
	margin:35px 5px 0 20px;
}
.emailBox a {
	color:#0eafe6;
	text-decoration:none;
}
.emailBox a:hover {
	color:#0eafe6;
	text-decoration:underline;
}
.saperaterLine {
	border-right:#86d7f2 solid 1px;
	padding-right:10px;
	overflow:hidden;
	margin-top:25px;
}
.prodDetailContent {
	/*border-top:#86d7f2 solid 1px;*/
	padding:10px;
	padding-top:17px;
	clear:both;
	text-align:left;
	margin:5px 0 0 0
/*	margin:5px 10px 0 10px*/
}
.prodDetailContent strong {
	font-size:14px;
	color:#1c3a54;
}
.prodDetailContent p {
	padding:10px 0 3px 0;
	line-height:16px;
	margin:0;
	color:#1c3a54;
	font-size:12px;
}
.prodDetailContent a {
	color:#0eafe6;
	text-decoration:none;
}
.prodDetailContent a:hover {
	color:#0eafe6;
	text-decoration:underline;
}
.iconCont {
	margin: 0 0 10px 0;
}
.emailBox img {
	vertical-align:middle;
	padding:0 5px 0 0;
}
.logo {
	float:left;
	width:300px;
	margin:8px 0 0 5px;
}
.logoBox {
	text-align:center;
	color:#0eafe6;
	font-weight:bold;
	font-size:11px;
	width:150px;
	margin-left:25px;
}
.logoBox img {
	padding:10px 0 10px 0;
}
.top_right_nav {
	width:500px;
	float:right;
	text-align:right;
	height:43px;
	margin:5px 10px 0 10px;
}
.top_right_nav a {
	text-decoration:none;
	padding:0 3px 0 3px;
}
.cart_box {
	float:right;
	width:400px;
}
.search_bar {
	width:995px;
	overflow:hidden;
	background:#336699;
	height:30px
}
.search_bar .tagline {
	width:300px;
	padding:7px 0 5px 10px;
	float:left;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
}
.search_bar .search {
	float:right;
	width:238px;
	/*width:258px;*/
	padding:5px 0 5px 10px;
	font-weight:bold;
	color:#FFF;
}
.main_navigation_bar {
	width:995px;
	background:##f5f5f5;
}
.main_navigation_bar .zone_store {
	float:left;
	font-size:12px;
	width:141px;
	/*width:151px;*/
	font-weight:bold;
	text-align:left;
	padding:5px 0 5px 10px;
	background:#f5f5f5;
}
.navigation {
	width:842px;
	float:left;
	background:#f5f5f5;
}
.navigation ul {
	margin:0;
	padding:0;
}
.navigation li {
	list-style:none;
	padding:5px;
	margin:0;
	text-align:center;
	float:left;
	font-weight:bold;
	width:94px;
	/*width:105px;*/
	border-left:#336699 solid 1px;
	border-bottom:#336699 solid 1px;
}
.navigation li a {
	display:block;
}
.left_side {
	width:150px;
	float:left;
	background:#f5f5f5;
	border-right:#cccccc solid 1px;
}
.left_nav {
}
.left_nav ul {
	margin:0;
	padding:0;
}
.left_nav li {
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
	float:left;
	background:url(../static/black_arrow_sm.gif) no-repeat 10px 6px;
	width:130px;
 //width:150px;
	line-height:18px;
	display:block;
}
.left_nav li ul li {
	list-style:none;
	padding:0;
	margin:0;
	background:none;
}
.left_nav .HD {
	margin:10px 0 5px 8px;
	font-size:12px;
	font-weight:bold;
}
.left_nav .ad_banner {
	margin:10px 0 10px 0;
	border-top:#336699 solid 2px;
}
.center_body {
	width:660px;
	float:left;
}
.login_center_body {
	margin: 0 auto 0px;
	width: 975px;
}
.center_body_cart {
	width:840px;
	float:left;
	border:red solid 1px;
}
.right_side {
	width:180px;
	float:right;
	/*border-left:#cccccc solid 1px;*/
	margin-top:14px;/*		border-top:#cccccc solid 1px;*/
}
.right_side a {
	color:#336699;
	text-decoration:none;
	font-weight:bold;
}
.right_side_cart {
	width:0;
	float:right;
}
.login_box {
	width:180px;
}
.brand_box {
	/*	border-left:#cccccc solid 1px;*/
	width:180px;
	overflow:hidden;
	/*	margin-bottom:5px;*/
	border-bottom:2px solid #336699;
}
.brand_store {
	text-align:center;
	font-weight:bold;
	padding:10px 0 10px 0;
	font-size:12px;
	color:#000;
}
.brand_store a {
	color:#000;
	text-align:none;
}
.store_lenovo {
	text-align:center;
	width:105px;
	float:left;
	margin-bottom:5px;
	padding:0 0 10px 5px;
	font-size:10px;
	vertical-align:top;
}
.img_R {
	float:right;
	padding:5px 3px 0 10px;
	width:56px;
}
.prod_zone {
	padding:3px 0 3px 0;
	float:right;
}
.zones_connect {
	font-size:12px;
	font-weight:bold;
	text-align:center;
	margin:0 0 10px 0;
	padding:6px 0 0 0;
}
.form_box {
	width:100%;
}
.form_box label {
	width:81px;
	float:left;
	margin-top:5px;
	text-align:right;
	font-weight:bold;
}
.forgot_pass {
	width:82px;
	float:left;
	margin-top:8px;
	font-size:9px;
	text-align:center;
	font-weight:bold;
	color:#336699;
}
.top_header {
	width:995px;
	border-top:#336699 solid 9px;
}
.login_btn {
	width:65px;
	float:right;
	margin:8px 14px 0 0;
}
.sing_up {
	text-align:center;
	clear:both;
	padding:10px 0 0 0;
}
.sing_up strong {
	color:#000;
}
.tax_bonus_img {
	border:solid 1px #cccccc;
	border-left:none;
	border-right:none;
}
.slider_box {
	width:660px;
	margin:14px 0 0 0;
}
.msg_error {
	color:red !important;
}
.feature {
	width:160px;
	float:left;
}
.feature_marg_L {
	margin-left:0;
	margin-bottom:30px;
}
.feature_1 {
	float:left;
	width:305px;
	margin:10px 0 20px 10px;
}
.feature_2 {
	float:left;
	width:200px;
	margin:30px 0 10px 13px;
}
.rotate_box {
	margin:0 auto;
	overflow:hidden;
	width:640px;
}
.prod_img {
	width:180px;
	float:right;
	margin:5px 0 0 0;
}
*html .prod_img {
	width:180px;
	float:right;
	margin:5px 0 0 0;
}
.cart_container {
	width:840px;
	padding:5px;
}
.title_HD {
	font-size:14px;
	font-weight:bold;
	padding:10px;
	margin-bottom:30px;
}
.title_HD_s {
	font-size:14px;
	font-weight:bold;
	margin-bottom:25px;
}
.error_filed {
	color:#993333;
	font-size:11px;
	font-weight:bold;
}
.item_box {
	width:825px;
}
.cont_shop {
	width:141px;
	float:left;
	text-align:right;
}
.update_quant {
	width:122px;
	float:right;
	text-align:right;
}
.item {
	width:59px;
	/*width:80px;*/
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	padding:8px;
	background:#336699;
	border-right:#ffffff solid 1px;
	float:left;
}

.item_cont {
	width:60px;
	/*width:80px;*/
	padding:8px;
	background:#ffffff;
	text-align:center;
	float:left;
}
.mfr {
	background:#336699;
	color:#ffffff;
	font-size:12px;
	width:90px;
	/*width:90px;*/
	border-right:#ffffff solid 1px;
	padding:8px;
	font-weight:bold;
	text-align:center;
	float:left;
}
.mfr_cont {
	border-left:#336699 solid 1px;
	width:71px;
	width:90px;
	padding:8px;
	float:left;
	background:#ffffff;
	text-align:center;
}
.description {
	width:279px;
	/*width:303px;*/
	padding:8px;
	font-size:12px;
	border-right:#ffffff solid 1px;
	color:#ffffff;
	float:left;
	background:#336699;
	font-weight:bold;
	text-align:center;
}
.description_cont {
	border-left:#336699 solid 1px;
	width:278px;
	/*width:303px;*/
	padding:8px;
	background:#ffffff;
	text-align:left;
	float:left;
}
.unit_price {
	width:65px;
	/*width:85px;*/
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	float:left;
	text-align:center;
	padding:8px;
	border-right:#ffffff solid 1px;
	background:#336699;
}
.unit_price_cont {
	border-left:#336699 solid 1px;
	width:64px;
	/*width:85px;*/
	padding:8px;
	background:#ffffff;
	text-align:center;
	float:left;
}
.qty {
	width:79px;
	/*width:90px;*/
	color:#ffffff;
	border-right:#ffffff solid 1px;
	font-size:12px;
	font-weight:bold;
	float:left;
	text-align:center;
	background:#336699;
	padding:8px;
}
.qty_cont {
	border-left:#336699 solid 1px;
	width:80px;
	/*width:90px;*/
	padding:8px;
	background:#ffffff;
	float:left;
	text-align:center;
}
.price {
	width:69px;
	/*width:90px;*/
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	border-right:#ffffff solid 1px;
	text-align:center;
	background:#336699;
	padding:8px;
	float:left;
}
.price_cont {
	border-left:#336699 solid 1px;
	width:68px;
	/*width:90px;*/
	padding:8px;
	background:#ffffff;
	text-align:center;
	float:left;
}
.delete_all {
	width:80px;
	/*width:85px;*/
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	float:left;
	background:#336699;
}
.delete_all a {
	width:80px;
	/*width:85px;*/
	color:#ffffff;
	padding:8px;
	font-weight:bold;
	background:#336699;
	text-align:center;
	background:#336699;
	text-decoration:underline;
}
.delete_all a:hover {
	color:#ffffff;
	text-decoration:underline;
}
.delete_all_cont {
	border-left:#336699 solid 1px;
	width:66px;
	/*width:85px;*/
	padding:8px;
	background:#ffffff;
	text-align:center;
	float:left;
}
.no_border {
	border:none;
}
.no-right-brder {
	border-right:none !important;
}
/*.linelistalt2 {
	background:#ffffff;
	padding:3px;
	border-right:#336699 solid 1px;
}*/
.mediumtext1 {
	font-size:11px;
	color:#000000;
}
.smallredlink1 {
	color:#cc0000;
	font-size:9px;
}
.default_lk{
	color:#0da7dd;
}
.defaultbold1 {
	font-weight:bold;
	color:#000000;
	font-size:12px;
}
.subtotal {
	float:right;
	width:230px;
	font-size:12px;
}
.checkout_box {
	float:right;
	width:500px;
	border:red solid 1px;
}
.left_chkut {
	width:200px;
	float:left;
	border-right:green solid 1px;
	font-weight:bold;
}
.right_chkut {
	width:200px;
	float:left;
	border-right: blue 1px solid;
}
/*Standard Page*/

.cust_info {
}
.standard_center_body {
	width:616px;
	/*width:580px;*/
	float:left;
}
.standard_right_side {
	width:225px;
	float:right;
	margin:0 3px 0 0;
}
/*Left Side*/
.std_left_nav {
	background:#ffffff;
	border-bottom:#cccccc solid 1px;
	padding-bottom:10px;
	/*padding-bottom:100px;*/
	overflow:hidden;
}
.std_left_nav ul {
	margin:0;
	padding:0;
}
.std_left_nav li {
	margin:0;
	padding:0 0 10px 15px;
	list-style:none;
	float:left;
	background:url(../business/closed_menu.gif) no-repeat 5px 6px;
	font-weight:bold;
	width:130px;
	line-height:18px;
	display:block;
	font-size:12px;
}
.std_left_nav li ul li {
	list-style:none;
	padding:0;
	margin:0;
	font-size:11px;
	background:none;
	background:#ffffff;
	font-weight:normal;
}
.nopadding {
	padding:0 0 0 10px !important;
	background:none !important;
}
.img_right {
	float:left;
	margin:0 0 0 3px;
}
.std_left_nav p {
	padding:0 0 0 5px;
	font-size:12px;
}
.welcome_user {
	width:295px;
	font-weight:bold;
	float:right;
	text-align:right;
	position:relative;
	margin-top:-20px;
	padding:0 10px 0 0;
}
.img_marg {
	border-top:#cccccc solid 1px;
	margin:10px 0 10px 0;
}
.std_right_inner {
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:#A1A5A9 solid 1px;
	margin:10px 0 0 0;
}
.curv_heading {
	background:#E2E2E2;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	border-bottom:#A1A5A9 solid 1px;
	padding:5px;
}
.std_right_inner ul {
	padding:0 0 0 0;
	margin:10px 0 8px 15px;
}
.std_right_inner li {
	list-style:none;
	font-size:12px;
	line-height:22px;
	padding:0;
	margin:0;
	text-align:left;
}
.std_right_inner li span {
	color:#336699;
	font-weight:bold;
	margin:0 0 0 0;
}
a.txt_color {
	color:#336699;
}
.white-color {
	color:#ffffff;
}
.std_right_inner li a:hover {
	text-decoration:underline;
}
.std_right_inner li ul {
	padding:0;
	margin:0 0 8px 0px;
}
.std_right_inner li ul li {
	padding:0 0 0 0;
	margin:0;
	list-style:none;
	line-height:22px;
}
.std_right_inner li strong {
	color:#336699;
}
.account_body {
	width:565xpx;
	padding:5px;
	margin:0 0 0 30px;
}
.account_body ul {
	margin:0 0 0 0;
	padding:0;
}
.account_body li {
	list-style-type:disc;
	padding:5px;
	line-height:normal;
	margin:0;
	font-size:12px;
}
*html .account_body li {
	list-style-type:disc;
	padding:5px 5px 5px 0;
	line-height:normal;
	margin:0;
	font-size:12px;
}
.account_body li ul {
	margin:0;
	padding:0;
}
.account_body li ul li {
	margin:0;
	padding:0;
	list-style-type:none;/*list-style-type:disc;*/
}
.welcome_Txt {
	font-size:16px;
	padding:10px 0 0 0;
	font-weight:bold;
}
.account_body li a {
	color:#336699;
	text-decoration:underline;
}
.prod_center_body {
	float:left;
	width:620px;/*width:615px;*/
}
.prod_right_side {
	float:left;
	width:220px;
}
.similar_prod_box {
	border:red solid 1px;
	overflow:hidden;
	width:610px;
}
.login_inner {
	width: auto;
	overflow:hidden;
}
.login_box_inner {
	width:780px;
	overflow:hidden;
	background:#ffffff;
	margin:0 0 0 0;
	border:none;
	padding:0 0 0 30px;
}
.login_inner p {
	font-size:14px;
	font-weight:bold;
	padding:10px 0 0 0;
}
.check_order {
	width:350px;
	margin:0 20px 0 0;
	float:left;
}
.divider {
	border-right:#cccccc solid 1px;
}
.order_center_body {
	width:60%;
	float:left;
	margin-left:2px
}
.account_inner_box {
	font-size:12px;
	width:auto;
	margin:0 10px 0 10px;
}
.radio_marg {
	margin:10px 0 10px 0;
	padding:5px;
}
.search_con {
	width:215px;
	float:left;
}
.btn_submit {
	width:150px;
	float:left;
}

.reminder_btn_submit {
    float: left;
    width: 420px;
}

.btn_submit_right {
	width:80px;
	float:right;
}
.heading_sub {
	font-size:14px;
	margin:20px 0 20px 0;
	font-weight:bold;
}
.right_img_float {
	width:127px;
	float:right;
}
.small_txt {
	font-size:10px;
}
.zlt_inner_box {
	width:550px;
	float:left;
	margin:0 0 0 25px;
}
.box_excit {
	width:110px;
	/*width:120px;*/
	float:left;
	text-align:right;
	padding:3px;
	border:solid #cccccc 1px;
	margin:0 0 0 25px;
}
.zlt_repo {
	overflow:hidden;
	margin:0 0 20px 0;
}
.li_box {
	float:left;
	width:300px;
}
.li_img_L {
	float:left;
	width:150px;
	margin:0 10px 0 0
}
.zlt_repo p {
	font-size:13px;
	padding:0;
	margin:0;
}
.left_pass_box {
	width:290px;
	margin:0 20px 0 0;
	float:left;
	font-size:12px;
}
.right_pass_box {
	width:280px;
	float:left;
	font-size:12px;
}
.marg_left_top {
	margin:8px 0 0 25px;
}
.error_red {
	color:#ff0000;
	font-size:12px;
	font-weight:bold;
/*	padding:2px;*/
}
.shipping_box {
	width:321px;
	float:left;
	margin:10px 0 0 10px;
}
.bill_HD {
	color: #152C40;
	float: left;
	font-size: 11px;
	font-weight: bold;
	width: 60px;
}
.name_box {
	float:left;
	width:248px;
	margin-left:10px;
}
.name_box a {
	color:#336699;
	font-size:10px;
	text-decoration:underline;
}
.name_box a:hover {
	text-decoration:none;
}
.add_box {
	color: #152C40;
	font-size: 11px;
	font-weight: bold;
	margin-left: 57px;
	/*margin-top: 8px;*/
	width: 270px;
}
.approval_input {
	width:200px;
	float:left;
	margin-bottom:20px;
	margin-top:10px
}
.arrow_tab {
	width:200px;
	float:left;
	margin-top:80px;
}
.related_box {
	border:#A1A5A9 1px solid;
	border-bottom-left-radius: 8px;
}
.realted_txt {
	border-top-left-radius: 8px;
	background:#E2E2E2;
	text-align:center;
	border:#a1a5a9 solid 1px;
	border-bottom:none;
	padding:5px;
	margin:10px 0 0 0;
}
.realted_thumb {
	width:80px;
	float:left;
	margin-left:3px;
}
.img_info {
	float: left;
	width: 127px;
	/*width: 125px;*/
	margin-left:5px;
}
.prod_left-box {
	width:380px;
	float:left;
	text-align:center;
}
.prod_name {
	text-align:left;
	font-weight:bold;
	padding:0 0 0 8px;
	font-size:13px;
}
.prod_right-box {
}
.bot_link {
	margin-top:15px;
	padding-left:5px;
}
.email-adds {
	width:250px;
	float:left;
	margin-right:10px;
}
.email-cond {
	width:340px;
	float:left;
}
.req-filed {
	float:left;
	width:150px;
	padding-top:10px;
	color:#336699;
}
.submitBtnLeft {
    float: left;
    margin-bottom: 5px;
    margin-left: 158px;
    padding-top: 10px;
    width: 97px;
}
.submit-btn {
	float:right;
	width:100px;
	padding-top:10px;
}
.img_pen_right {
	float:right;
	padding: 0 0 10px 10px;
}
.left_endeca {
	border-right:#cccccc solid 1px;
	border-bottom:#cccccc solid 1px;
	width:150px;
}
.narrow_head {
	background:#cccccc;
	text-align:center;
	padding:4px 0 4px 0;
}
.left_space {
	padding-left:8px;
	padding-top:5px;
}
.left_space_bg {
	padding-left: 8px;
	background:#f5f5f5;
}
.prod_conf_box {
	padding-left:8px;
	border-bottom:#336699 solid 2px;
	padding-right:2px;
	padding-bottom:10px;
}
.endeca_img_L {
	padding-top:5px;
	text-align:center;
	background-color:#ffffff;
}
.endeca_img_L1 {
	padding-top:2px;
	text-align:center;
	border-top:#cccccc solid 1px;
	background:#ffffff;
}
#category .browse_all {
}
#category .browse_all ul {
	margin:0;
	padding:0;
}
#category .browse_all li {
	list-style:none;
	padding:0;
	margin:0;
	float:left;
	width:169px;
	font-size:12px;
	vertical-align:top;
}
#category .browse_all li ul li {
	list-style:none;
	line-height:18px;
}
.blue_HD {
	font-weight:bold;
	color:#336699;
	font-size:13px;
}
.HD-Space {
	padding:8px 0 8px 0;
}
.txt-space {
	padding:8px 0 8px 0;
	font-size:13px;
}
.license_right_nav {
	padding:3px;
}
.license_right_nav ul {
	margin:0 0 0 0;
	padding:0;
}
.license_right_nav li {
	list-style:none;
	background-image: url(../business/closed_menu.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;
	padding:0 0 3px 15px;
	margin:0;
	font-size:12px;
}
.leasing_leftBox {
	width:635px;
	float:left;
	margin-left:5px;
}
.leasing_rightBox {
	width:170px;
	float:left;
	padding:12px;
}
.purchase_order_L {
	width:150px;
	float:left;
}
.credit_card_label {
	margin-bottom:6px;
	width:200px;
	float:left;
	text-align:left;
}

.reviewcredit_card_label {
	margin-bottom:6px;
	width:201px;
	float:left;
	text-align:left;
}

.credit_card_label_s {
	margin-bottom:6px;
	width:80px;
	float:left;
	text-align:left;
}
.credit_card_label_s1 {
	width:67px;
	float:left;
	text-align:center;
	height:25px;
	padding:3px;
	font:bold 12px Arial, Helvetica, sans-serif;
	background:#336699;
	color:#ffffff;
}
.credit_card_label_s1-nobg {
	margin-bottom:6px;
	width:65px;
	float:left;
	text-align:left;
	height:25px;
	padding:3px;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#000000;
}
.credit_card_label_price {
	width:69px;
	float:left;
	text-align:center;
	padding:3px;
	height:25px;
	font:bold 12px Arial, Helvetica, sans-serif;
	background:#336699;
	color:#ffffff;
}
.credit_card_label_cart {
	width:44px;
	float:left;
	text-align:center;
	padding:3px;
	height:25px;
	font:bold 12px Arial, Helvetica, sans-serif;
	background:#336699;
	color:#ffffff;
}
.credit_card_label_price-nobg {
	margin-bottom:6px;
	width:69px;
	float:left;
	text-align:left;
	padding:3px;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#000000;
}
.border-right-side {
	border-right:#ccc solid 1px;
	min-height:60px;
	border-bottom:#ccc solid 1px;
}
.border-left-side {
	border-left: solid 1px #ccc;
}
.credit_card_label_cart-nobg {
	margin-bottom:6px;
	width:30px;
	text-align: center;
	float:left;
	padding:3px;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#000000;
}
.credit_card_label_1BG {
	width:100px;
	padding:3px;
	float:left;
	height:25px;
	text-align:center;
	background:#336699;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#ffffff;
}
.credit_card_label_1wthout-BG {
	margin-bottom:6px;
	width:100px;
	padding:3px;
	float:left;
	text-align:left;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#ffffff;
}
.credit_card_input {
	width:300px;
	margin-bottom:6px;
	float:left;
	text-align:left;
	padding:0;
}
.credit_card_input_s {
	width:135px;
	margin-bottom:6px;
	float:left;
	text-align:left;
	padding:0;
}
.credit_card_label_1 {
    float: left;
    margin-bottom: 6px;
    text-align: left;
    width: 98px;
}
.credit_card_label_11 {
	margin-bottom:6px;
	width:100px;
	float:left;
	text-align:left;
}
.credit_card_label_12 {
	margin-bottom:6px;
	width:80px;
	float:left;
	text-align:left;
}
.email-chkbox {
	width:25px;
	margin-top:8px;
	float:left;
	margin-bottom:6px;
}
.email-txt {
	float:left;
	width:250px;
	margin-top:8px;
	margin-bottom:6px;
}
.left-pad-space {
	padding-left:0;/*padding-left:15px;*/
}
.destination_left_box {
	float:left;
	width:225px;
}
.radio_bullet_left {
	float:left;
	width:20px;
	clear: both;
	padding-bottom:5px;
	/*padding-bottom:0px;*/
	margin:0;
}
.shipping_carrier {
	float:left;
	width:196px;
	padding-top:2px;/*padding-top:5px;*/
}
.shipping_amount {
	width:50px;
	float:left;
	padding-top:0;/*padding-top:5px;*/
}
.bracket {
	float:left;
	width:90px;
	margin-top:30px;
}
.subtotal_box {
	float:left;
	width:200px;
}
.shipping-field {
	float:left;
	text-align:right;
	width:80px;
	padding-right:5px;
	padding-bottom:2px;
}
.shipping_inpt {
	float:left;
	width:80px;
	padding-bottom:2px;
}
.address_inner_inpt {
	float:left;
	width:220px;
}
.address_inner_right {
	float:left;
	width:225px;
}
.product-row {
	width:150px;
	float:left;
}
.item-price-row {
	width:70px;
	float:left;
	text-align:center;
}
.support-contact-row {
	width:110px;
	float:left;
}
.return-shop-cart {
	width:350;
	float:left;
}
.return_btn {
	width:100px;
	float:left;
}
.item-dest {
	width:80px;
	float:left;
}
.description-dest {
	width:300px;
	float:left;
}
.ship-to-dest {
	width: 465px;
	float:left;
	text-align:center;
}
.discount-dest {
	width:150px;
	float:right;
	text-align:center;
}
.purchase_order-col {
	width:192px;
	float:left;
}
.ship-method-left {
	width:120px;
	float:left;
}
.ship-method-right {
	width:250px;
	float:left;
}
.logged-width {
	width:145px;
}
.mylist-col {
	width: 130px;
	float:left;
	font:normal 12px Arial, Helvetica, sans-serif;
}
.mylist-col1 {
	width: 150px;
	float:left;
	font:normal 12px Arial, Helvetica, sans-serif;
}
.mylist-col2 {
	width:220px;
	float:left;
	margin-bottom:8px;
	font:normal 12px Arial, Helvetica, sans-serif;
}
.mylist-col3 {
	width:80px;
	float:left;
	font:normal 12px Arial, Helvetica, sans-serif;
}
.blueBG {
	background:#336699;
	padding:5px;
	color:#ffffff;
	font-size:12px;
}
.reco-box {
	border:#ccc solid 1px;
	border-bottom:none;
	overflow:hidden;
	margin-bottom:10px;
}
.pro-page-item {
	float:left;
	width:80.3px;
	background:#f5f5f5;
	padding:4px;
	font:bold 12px Arial, Helvetica, sans-serif;
	text-align:center;
	border-bottom:#336699 solid 1px;
}
.pro-page-qty {
	float:left;
	width:55px;
	background:#f5f5f5;
	padding:4px;
	font:bold 12px Arial, Helvetica, sans-serif;
	text-align:center;
	border-bottom:#336699 solid 1px;
}
.pro-page-list {
	float:left;
	width:84px;
	min-height:40px;
	padding:2px;
	border-bottom:#ccc solid 1px;
	border-right:#ccc solid 1px;
	font:normal 12px Arial, Helvetica, sans-serif;
}
.pro-page-list-qty {
	float:left;
	width:50.7px;
	min-height:40px;
	padding:2px;
	border-bottom:#ccc solid 1px;
	border-right:#ccc solid 1px;
	font:bold 12px Arial, Helvetica, sans-serif;
}
.txt-align-center {
	text-align:center;
}
.pro-page-list-des {
	float:left;
	min-height:40px;
	width:146px;
	border-bottom:#ccc solid 1px;
	border-right:#ccc solid 1px;
	padding:2px;
	font:bold 12px Arial, Helvetica, sans-serif;
}
.pro-page-item-des {
	float:left;
	width:130px;
	background:#f5f5f5;
	padding:4px;
	font:bold 12px Arial, Helvetica, sans-serif;
	text-align:center;
	border-bottom:#336699 solid 1px;
}
.rowBG-gray {
	background:#F5F5F5;
}
.sub-title {
	padding:8px 0 8px 8px;
	font-size:14px;
	font-weight:bold;
}
.content-txt {
	padding:3px;
}
.qty-inpt {
	width:40px;
	float:left;
}
.lease-radio {
	float:left;
	width:25px;
}
.lease-radio1 {
	float:left;
	width:200px;
}
.lease-radio2 {
	float:left;
	width:225px;
}
.lease-calc {
	width:450px;
	margin:0 auto;
}
.lease-prog {
	width:220px;
	float:left;
}
.stmt-row {
	width:100px;
	float:left;
	text-align:center;
	font:bold 11px Arial, Helvetica, sans-serif;
}
.stmt-row1 {
	width:120px;
	float:left;
	text-align:center;
	font:bold 11px Arial, Helvetica, sans-serif;
}
.subtotal-box {
	float:right;
	width:150px;
}
.menu_clickable {
	background-color: #0DA7DD; /* default color */
}
.clicked {
	background-color: #1c3a54; /* color for clicked button */
}
.mouseover {
	background-color: #F00; /* color when hovered */
}
#innerRightSide {
	width:190px;
	float:right;
	text-align:left;
	margin-top:53px;
	background:#1c3a54;
	padding:3px;
	margin-bottom: 15px;
}
#innerRightSide .relatedHD {
    color: #0EAFE6;
    font-size: 15px;
    font-weight: bold;
    line-height: 26px;
    padding: 0 3px 7px 0;
    text-align: left;
}
#innerRightSide .relatedHD a {
	color:#0EAFE6;
	text-decoration:none;
}
.relatedHD img {
    float: left;
    margin: 0;
    padding: 3px 8px 3px 5px;
    vertical-align: middle;
}
#innerRightSide .whiteBox {
	background:#fff;
	padding:10px 1px 5px 1px;
	border-radius: 0.1em 0.1em 0.1em 0.1em;
	overflow:hidden;
}
.relatedProdImg {
	float: left;
	margin-left: 3px;
	text-align: center;
	width: 80px;
}
.relatedCartPrice {
	float:right;
	width:80px;
	margin-right:3px;
	text-align:center;
	font-weight:bold;
}
.relatedCartPrice img {
	padding:10px 0 5px 0;
}
.relatedDesc {
	clear: both;
	font-size: 11px;
	margin: 0 5px;
	text-align: left;
}
.relatedDesc p {
	color:#0eafe6;
	padding:0 5px 5px 5px;
	margin:0 0 0 0;
	line-height:16px;
}
html* .relatedDesc p {
	color:#0eafe6;
	padding:5px 5px 5px 5px;
	margin:0 0 0 0;
	line-height:16px;
	text-align:left;
}
/**************************Product Details Ends****************************************/



/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
	display:none;
}
/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
	margin-top:1em;
}
/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
.tabbernav {
	margin:0;
	padding: 8px 10px;
	border-bottom: 1px solid #1c3a54;
	font: bold 12px Verdana, sans-serif;
	background:#0eafe6;
}
.tabbernav {
	list-style: none;
	margin: 0;
	display: inline;
}
.tabbernav {
	background: url(../../global/tab-divider.gif) no-repeat scroll left top transparent;
	margin-left: 3px;
	padding: 8px 1.1em;
	text-decoration: none;
}
.tabbernav a:link {
	color: #fff;
}
.tabbernav a:visited {
	color: #667;
}
.tabbernav a:hover {
	background-color: #fff;
	border-bottom: 1px solid #fff;
	border-top:#1c3a54 solid 1px;
	border-left:#1c3a54 solid 1px;
	border-right:#1c3a54 solid 1px;
	color:#0eafe6;
}
.tabbernav .tabberactive a {
	background-color: #fff;
	border-bottom: 1px solid #fff;
	border-top:#1c3a54 solid 1px;
	border-left:#1c3a54 solid 1px;
	border-right:#1c3a54 solid 1px;
	background-image:none !important;
	color:#0eafe6;
}
.tabbernav .tabberactive a:hover {
	color: #0eafe6;
	background: white;
	border-bottom: 1px solid white;
}
/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	padding:5px;
	border:1px solid #aaa;
	border-top:0;/* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}
/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab span {
	display:none;
}
.tabberlive .tabbertab h3 {
	display:none;
}
/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
	height:200px;
	overflow:auto;
}
.accessoriesBox {
	margin:13px;
	color:#1c3a54;
	margin-top:20px;
	text-align:left;
}
.accessoriesBox p {
	font-size:12px;
	margin:0;
	line-height:21px;
	padding:10px 0 5px 0;
}
.accessoriesBox strong {
	font-size:16px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.accessoriesBox .tableContainer {
	overflow:hidden;
	text-align:left;

}
.accessoriesBox .tableContainer .selectAll {
	text-align:right;
	font-size:11px;
	padding:3px 15px 5px 0;
	font-weight:bold;
}
.accessoriesBox .tableContainer .headLine {
	font-size:12px;
	font-weight:bold;
	color:#fff;
	background:#336699;
	line-height:25px;
	padding:0 0 3px 10px;
	/*padding:6px 10px 6px 10px;*/
	border-bottom:#fff solid 1px;
}
.headLine a {
	color:#fff;
	text-decoration:none;
}
.accessoriesBox .tableContainer .item {
	background:#99b2cc;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	float:left;
	width:82px;
	padding:5px;
	text-align:center;
	border:none;
}

.accessoriesBox .tableContainer .item_prod {
	background:#99b2cc;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	float:left;
	width:80px;
	padding:5px;
	text-align:center;
	border:none;
}



.accessoriesBox .tableContainer .itemnew {
	background:#99b2cc;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	float:left;
	width:65px;
	padding:5px;
	text-align:center;
	border:none;
}

.accessoriesBox .tableContainer .itemextend {
	background:#99b2cc;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	float:left;
	width:76px;
	padding:5px;
	text-align:center;
	border:none;
}



.accessoriesBox .tableContainer .description {
	background:#99b2cc;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	float:left;
	width:212px;
	padding:5px;
	text-align:center;
	border:none;
}

.accessoriesBox .tableContainer .descriptionnew {
	background:#99b2cc;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	float:left;
	width:178px;
	padding:5px;
	text-align:center;
	border:none;
}


.accessoriesBox .tableContainer .quoteDescription {
	background:#99b2cc;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	   height: 25px;
	float:left;
	width:130px;
	padding:5px;
	text-align:center;
	border:none;
}

.accessoriesBox .tableContainer .quoteDescription-cont {
	font-size:10px;
	font-weight:normal;
	color:#1C3A54;
	float:left;
	width:130px;
	padding:5px;
	text-align:left;
	border:none;
}

.accessoriesBox .tableContainer .quoteItem {
	background:#99b2cc;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	float:left;
	   height: 25px;
	width:73px;
	padding:5px;
	text-align:center;
	border:none;
}

.accessoriesBox .tableContainer .quoteItem-cont {

	font-size:10px;
	font-weight:normal;
	color:#1C3A54;
	float:left;
	width:73px;
	padding:5px;
	text-align:center;
	border:none;
}

.accessoriesBox .tableContainer .quoteMfrPart {
	background:#99b2cc;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	float:left;
	   height: 25px;
	width:66px;
	padding:5px;
	text-align:center;
	border:none;
}

.accessoriesBox .tableContainer .quoteMfrPart-cont {
	font-size:10px;
	font-weight:normal;
	color:#1C3A54;
	float:left;
	width:66px;
	padding:5px;
	text-align:center;
	border:none;
}

.accessoriesBox .tableContainer .quoteStatus {
	background:#99b2cc;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	float:left;
	   height: 25px;
	width:60px;
	padding:5px;
	text-align:center;
	border:none;
}

.accessoriesBox .tableContainer .quoteStatus-cont {
	font-size:10px;
	font-weight:normal;
	color:#1C3A54;
	float:left;
	width:60px;
	padding:5px;
	text-align:center;
	border:none;
}

.accessoriesBox .tableContainer .quoteUnitPrc {
	background:#99b2cc;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	float:left;
	width:64px;
	   height: 25px;
	padding:5px;
	text-align:center;
	border:none;
}

.accessoriesBox .tableContainer .quoteUnitPrc-cont {
	font-size:10px;
	font-weight:normal;
	color:#1C3A54;
	float:left;
	width:64px;
	padding:5px;
	text-align:center;
	border:none;
}

.accessoriesBox .tableContainer .quoteQty {
	background:#99b2cc;
	font-size:10px;
	   height: 25px;
	font-weight:bold;
	color:#fff;
	float:left;
	width:25px;
	padding:5px;
	text-align:center;
	border:none;
}

.accessoriesBox .tableContainer .quoteQty-cont {
	font-size:10px;
	font-weight:normal;
	color:#1C3A54;
	float:left;
	width:25px;
	padding:5px;
	text-align:center;
	border:none;
}
.accessoriesBox .tableContainer .qty {
	background:#99b2cc;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	float:left;
	width:48px;
	padding:5px;
	text-align:center;
	border:none;
}

.accessoriesBox .tableContainer .qtynew {
	background:#99b2cc;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	float:left;
	width:58px;
	padding:5px;
	text-align:center;
	border:none;
}

.accessoriesBox .tableContainer .selectChk {
	background:#99b2cc;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	float:left;
	width:50px;
	/*width:60px;*/
	padding:5px;
	text-align:center;
	border:none;
}
.accessoriesBox .tableContainer .item-cont {
	background:#fff;
	font-size:11px;
	font-weight:bold;
	float:left;
	width:80px;
	padding:0 5px 5px;
	text-align:center;
	border:none;
}
.accessoriesBox .tableContainer .description-cont {
	background:#fff;
	font-size:11px;
	color:#0eafe6;
	float:left;
	width:212px;
	padding:2px 5px 2px 5px;
	text-align:left;
	border:none;
	font-weight:bold;
	line-height:17px;
}


.accessoriesBox .tableContainer .description-cont a {
	text-decoration:none;
	color:#0EAFE6;
}


.description-contnew {
	background:#fff;
	font-size:10px;
	color:#0eafe6;
	float:left;
	width:212px;
	padding:2px 5px 2px 5px;
	text-align:left;
	border:none;
	font-weight:bold;
	line-height:17px;
}


.description-contnew a {
	text-decoration:none;
	color:#0EAFE6;
}


.item-contnew {
	background:#fff;
	font-size:10px;
	font-weight:bold;
	float:left;
	width:62px;
	padding:0 5px 5px;
	text-align:center;
	border:none;
}


.description-cont_multi {
	width:125px !important;
}


.accessoriesBox .tableContainer .qty-cont {
	background:#fff;
	font-size:11px;
	float:left;
	width:48px;
	padding:2px 5px 8px 5px;
	text-align:center;
	border:none;
	font-weight:bold;
}


.accessoriesBox .tableContainer .qty-cont-review {
	width:55px !important;
}


.qty-contnew {
	background:#fff;
	font-size:10px;
	float:left;
	width:48px;
	padding:5px 5px 8px 5px;
	text-align:center;
	border:none;
}

.accessoriesBox .tableContainer .selectChk-cont {
	background:#ff;
	font-size:11px;
	float:left;
	width:50px;
	padding:7px 0 5px 5px;
	text-align:center;
	border:none;
}
.accessoriesBox .tableContainer .selectChk-cont input {
	margin:0;
	color: #1C3A54;
	padding:0;
}
.accessoriesBox .tableContainer .rowBG {
	background:#eaeff5 !important;
}
.tabberStrap {
	background: url(../global/tabber-bk-BG.gif) repeat-x bottom left;
	height:31px;
	text-align:left;
	width:726px; 
	float:left;
}
.tabberStrap ul {
	margin:0 0 0 12px;
	padding:0;
}
.tabberStrap li {
	float:left;
	list-style:none;
	width:120px;
	text-align:center;
}
.tabAct {
	background:#fff;
	border:#1c3a54 solid 1px;
	border-bottom:none;
	height:22px;
	padding:7px 0 1px 0;
	font-size:12px;
	color:#0eafe6;
	font-weight:bold;
}
.tabInact {
	background: url(../global/tab-divider.gif) no-repeat bottom right;
	height:22px;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	padding:7px 0 0 0;
}
.size-font {
	color:#fff;
	text-decoration:none;
	font-size:11px;
}
.shareThis {
	font-size:13px;
	font-weight:bold;
	padding:0 0 12px 0;
}
.summaryContainer {
	width:98%;
	margin:0 auto;
	padding:5px 5px 5px 10px;
	font-size:12px;
	text-align:left;
	float:left;
	clear:both;
}
.sumCont {
	padding:4px;
	line-height:21px;
	font-size:12px;
	color:#1C3A54;
}
.sumCont ul {
	margin:0 0 0 20px;
	padding:0;
}
.sumCont li {
	padding:0 0 0 0;
	list-style:outside;
	line-height:20px;
	font-size:12px;
	color:#1C3A54;
}
.prodInputLeft {
	width:44px;
	float:left;
}
.emailBoxCont {
	width:347px;
	float:left;
	text-align:left;
	font-size:11px;
	margin:10px 0 0 0;
}
.emailAdd {
	font-size:11px;
	text-align:left;
	padding:0 0 15px 0;
	font-weight:bold;
}
.emailAdd input[type="text"] {
	border:0;
	float:left;
	color: #1C3A54;
	font-size:1.125em;
	/*height:1.9em;*/
	padding-left:0.625em;
	padding-top:0.375em;
	padding-bottom:0.375em;
	width:25em;
}
.emailWhen {
	font-weight:bold;
	padding:0 0 3px 0;
}
.spacing-bot {
	padding:0 0 8px 0;
}
.targetPrice {
	font-weight:bold;
	float:left;
	padding: 8px 0 0;
	width: 90px;
}
.targetFld {
	float:left;
	width:80px;
	padding:8px 0 8px 0;
}
.content {
	color: #1C3A54;
	font-size: 12px;
	line-height: 21px;
	margin: 0;
	padding: 4px 0 3px;
}

.txtStyle {
	color: #1C3A54;
	font-size: 12px !important;
	line-height: 21px;
	margin: 0;
	padding: 4px 0 3px;
}
.txtStyle td{
		text-align:left !important;
}
.thumbImg {
	float:left;
	width:54px;
	margin-left:2px;
}
a.catTitle, a.catTitle:hover{
	color:#1C3A54 !important; 
}

/* vikash jain CSS Start */

.archivedTechnologyBriefs .rowBriefs {
	font-size:12px;
	overflow:hidden;
}
.archivedTechnologyBriefs .rowBriefs .colrb1 {
	width:150px;
	float:left;
	margin-bottom:8px;
}
.archivedTechnologyBriefs .rowBriefs .colrb2 {
	float:left;
	font-weight:bold;
	width:409px;
	margin-bottom:8px;
	margin-right:20px;
}
.archivedTechnologyBriefs .rowBriefs .colrb2 a {
	background-image:url(../static/icon_adobe.gif);
	padding:0 21px 2px 0;
	background-position:right 0;
	background-repeat:no-repeat;
}
.archivedTechnologyBriefs .rowBriefs .colrb3 {
	float:left;
}
.containerInnerLeft .blueBoldlk {
	font-weight:bold;
	color:#0eafe6;
	font-size:12px;
}
#innerRightSide .box_right {
	margin-bottom:20px;
	line-height:20px;
}
#innerRightSide .box_right a {
	color:#0EAFE6;
	font-size:12px;
	text-decoration:none;
}
#innerRightSide .box_right a:hover {
	font-weight:bold;
}
#innerRightSide .box_right a.active {
	font-weight:bold;
}
#innerRightSide .box_right ul {
	margin:0 0 16px 0;
	padding:5px 0 0 26px;
	text-align:left;
}
#innerRightSide .box_right li {
	list-style-type:disc;
	padding-left:6px;
}
.containerInnerLeft .sorryBox {
	margin:12px auto;
	width:578px;
	padding:10px;
	margin-bottom:38px;
	border:1px solid #cccccc;
	background-color:#F5F5F5;
}
.containerInnerLeft .sorryBox .leftcol {
	float:left;
}
.containerInnerLeft .sorryBox .rightcol {
	float:right;
	width:200px;
}
.containerInnerLeft .browseCategories {
	margin-top:16px;
}
.containerInnerLeft .browseCategories .row {
	float:left;
	margin-bottom:24px;
}
.containerInnerLeft .browseCategories .row ul {
	margin:0;
	padding:0;
}
.containerInnerLeft .browseCategories .row ul li {
	list-style-type:none;
	line-height:18px;
	margin:0;
	padding:0;
}
.containerInnerLeft .browseCategories .col {
	float:left;
	min-width:165px;
	max-width:165px;
	margin-right:5px;
}
.containerInnerLeft .smallNormallk {
	font-size:12px;
	text-decoration:underline;
	color:#000;
}
.containerInnerLeft a.smallNormallk:hover {
	text-decoration:none;
	color:#000;
}
.containerInnerLeft .defaulttextBold {
	font-size:12px;
	font-weight:bold;
}
.containerInnerLeft em {
	font-size:11px;
	font-weight:normal;
}
.normalfont {
	font-weight:normal !important;
}
.containerInnerLeft .caseStudies_box {
	border:2px solid #C3EDFB;
	background-color:#E7F7FC;
	width:196px;
	padding:8px;
	float:left;
	margin:8px 26px 16px 0;
}
.containerInnerLeft .caseStudies_box span {
	color:#336699;
}
.containerInnerLeft .caseStudies_box ul {
	margin:10px 0 0 0;
	padding:0;
}
.containerInnerLeft .caseStudies_box ul li {
	list-style-type:none;
	background-image:url(../static/icon_adobe.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
	line-height:16px;
	margin:0 0 8px 2px;
	padding:0px 0 5px 22px;
}
.containerInnerLeft .caseStudies_box ol {
	margin:10px 0 0 3px;
	padding:0 0 10px 0;
}
.containerInnerLeft .caseStudies_box ol li {
	margin-bottom:15px;
	list-style-type:none;
}
.containerInnerLeft .prodDetailContent ul, .containerInnerLeft .prodDetailContent ol {
	line-height:21px;
	font-size:12px;
}
/* right side links */
.nav_right_box {
	text-align:left;
}
.nav_right_box ul {
	margin:0;
	padding:0;
}
.nav_right_box ul li {
	margin: 0;
	padding:0;
	list-style-type:none;
	border-top:1px solid #ffffff;
	clear:both;
	overflow:hidden;
	background-color:#0EAFE6;
}
.nav_right_box ul li a {
	background-color:#0EAFE6;
	display:block;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	padding:8px 6px 8px 5px;
	text-decoration:none;
}
.nav_right_box ul li a:hover {
	text-decoration:underline;
}
.nav_right_box ul li ul li a {
	background-image:url(../static/right_nav_listbg.gif);
	padding:4px 5px 4px 36px;
	color:#0EAFE6;
	font-size:13px;
	font-weight:normal;
}
.graylineBott {
	border-bottom:#eeeeee solid 1px;
	padding-bottom:16px !important;
	padding-top:10px;
}
.cols3structures .cols31 {
	border: 0px solid #000000;
	float: left;
	margin-right: 0;
	margin-top: 10px;
	padding: 5px;
	width: 216px;
}
.cols3structures ul {
	margin:0;
	padding:0 0 0 20px;
}
.cols3structures ul li {
	margin:0 0 6px 0;
}
.cols3structures .cols31 .otherCertificateBox {
	background-color: #E1E7F3;
	line-height: 20px;
	margin-top: 50px;
	min-height: 200px;
	padding: 10px;
	width: 190px;
}
.cols3structures .cols31 .otherCertificateBox ul {
	margin:15px 0 0 5px;
	padding:0;
}
.cols3structures .cols31 .otherCertificateBox li {
	margin:0 0 13px 0;
	list-style-type:none;
}
/* shop by Brand Start */
#body .leftCol {
	width:194px;
	float:left;
	margin-right:20px;
}
.leftCol .storeQuickSelect {
	width:188px;
	height:178px;
	border:3px solid #0EAFE6;
	background-image:url(../static/storequickselect.gif);
	background-repeat:no-repeat;
	margin-bottom:20px;
	padding-bottom:10px;
}
.leftCol .storeQuickSelect form select {
	color:#0EAFE6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.leftCol .centerTile {
	text-align:center;
	display:block;
}
.leftCol .marginbot20px {
	margin-bottom:20px;
}
.storeQuickSelect select {
	margin-top:40px;
	margin-left:10px;
	margin-bottom:10px;
	width:170px;
	color: #1C3A54;
	border:1px solid #0EAFE6;
}
.storeQuickSelect p {
	font-size:12px;
	padding:0px 11px 10px 11px;
	line-height:18px;
	margin:0;
}
.paraText {
	font-size:12px;
	padding:0px 11px 10px 11px;
	line-height:18px;
	margin:0;
	color:#1C3A54;
	text-align: left;
}
.sbb_banner {
	position:relative;
	height:244px;
	background:#1C3A54;
	width:736px;
	margin-bottom:8px;
}
.sbb_banner .banner-store-img {
	position:absolute;
	left:-16px;
	top:0;
	overflow:hidden;
}
.sbb_banner .webcollage-banner-img {
	position:absolute;
	left:-17px;
	top:0;
	overflow:hidden;
}
.partnerStoreBanner {
	position:relative;
	height:244px;
	width:735px;
	margin-bottom:8px;
	background: url("../business/sideline_bg_landing.gif") repeat-y scroll 0 0 #0EAFE6;
}
.partnerStoreBanner .banner-store-img {
	position:absolute;
	left:-16px;
	top:0;
	overflow:hidden;
}
.singleRowHeight{
		height: 245px !important
	}
#body .midRow {
	width:736px;
}
/*  --------------- featuredStores ---------------  */
.featuredStores {
	float:left;
	margin-left:14px;
	width:136px;
	padding-right:19px;
	padding-bottom:25px;
	font-size:12px;
}
.featuredStores p {
	line-height:19px;
	margin-bottom:10px;
}
.featuredStores ul {
	padding:0;
	float:left;
	margin:0 0 3px 0;
	width:136px;
}
.featuredStores ul li {
	float:left;
	list-style-type:none;
	margin-left:2px;
	margin-right:2px;
}
.featuredStores ul li a {
	text-decoration:none;
	color:#0EAFE6;
	font-weight:bold;
	font-size:15px;
	font-family:Arial;
}
.featuredStores a.inactiveLink, .featuredStores a.inactiveLink:hover {
	color:#CCCCCC;
	text-decoration:none;
}
/*  --------------- zonesStores ---------------  */
.zonesStores {
	float:left;
	margin-left:18px;
	width:136px;
	padding-right:17px;
	padding-bottom:25px;
	font-size:12px;
}
.zonesStores p {
	line-height:19px;
	margin-bottom:10px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.zonesStores ul {
	margin:0;
	padding:0;
}
.zonesStores ul li {
	float:left;
	list-style-type:none;
	margin-left:2px;
	margin-right:2px;
}
.zonesStores ul li a {
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	font-size:15px;
	font-family:Arial;
}
.zonesStores ul li a:hover{
	text-decoration:underline;
	color:#ffffff;
}
.zonesStores a.inactiveLink, .zonesStores a.inactiveLink:hover {
	color:#BFCACE;
	font-size:15px;
	text-decoration:none;
}
.zonesStores ul {
	float:left;
	margin:0 0 3px 0;
	width:136px;
}
/*  --------------- mainlogoContainer ---------------  */
.mainlogoContainer {
	width:515px;
	border-left:1px solid #86D7F2;
	float:left;
	padding-left:0px;
	margin-bottom:26px;
}
.featuredLogo {
	float:left;
	width:559px;
	/*           width:515px;*/
/*           margin-bottom:9px;*/
	border:0px solid red;
}
.featuredLogo ul {
	float:left;
	border:0px solid #000;
	/*           margin-bottom:13px;*/
	padding:0 0 0 18px;
	margin:0;/* margin:0 0 8px 0;*/
}
.featuredLogo li {
	width:75px;
	/*height:40px;*/
	height:50px;
	list-style-type:none;
	float:left;
	margin-right:39px;
}
.featuredLogo li.noMargin {
	margin-right:0;
}
/*  --------------- allVendors ---------------  */
.allVendors {
	width:736px;
	background-color:#0eafe6;
	padding:30px 0px 10px 0px;
	overflow:hidden;
}
.vendorList {
	border:0px solid #86D7F2;
	margin-bottom:20px;
	margin-left:18px;
}
.vendorList span {
	font-size:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-bottom:8px;
	margin-bottom:0px;
	display:block;
	border-bottom:1px solid #86D7F2;
	width:526px;
}
.vendorList ul {
	border:0px solid #000;
	margin-bottom:0px;
	margin-top:8px;
	padding:0;
	line-height:13px;
	float:left;
	width:526px;
}
.vendorList li {
	float:left;
	list-style-type:none;
	display:block;
	width:100px;
	margin-right:4px;
	border:0px solid Red;
	line-height: 14px;
}
.vendorList li a {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;               /* 16 Sep (added)*/
	color:#ffffff;
	text-decoration:none;
}
.vendorList li a:hover {
	color:#ffffff;
	text-decoration:underline;
}
/* Shop by Brand End */

/* ---------- New@Zones Row 1 ---------- */
.rowPrimaryNewatzones {
	width:735px;
	height:262px;
	border-bottom:2px solid #86D7F2;
	font-size:12px;
	overflow:hidden;
}
.rowPrimaryNewatzones .cola {
	background-image:url(../static/headtt_newatzones1a.gif);
	background-repeat:no-repeat;
	background-position:16px 16px;
	width:173px;
	height:262px;
	border-right:2px solid #86D7F2;
	background-color:#0EAFE6;
	position:relative;
	float:left;
}
.rowPrimaryNewatzones .cola .featuredArrow {
	position:absolute;
	top:32px;
	right:-10px;
	width:10px;
	z-index:1l;
}
.rowPrimaryNewatzones .cola p {
	margin:68px 16px 16px 16px;
	font-size:11px;
	line-height:16px;
}
.rowPrimaryNewatzones .colb {
	width:242px;
	height:242px;
	margin:10px;
	padding:0 15px 0 10px;
	border-right:1px solid #86D7F2;
	position:relative;
	float:left;
}
.rowPrimaryNewatzones .colb .featuredArrow {
	position:absolute;
	top:32px;
	right:-6px;
	width:6px;
}
.rowPrimaryNewatzones .colc {
	width:242px;
	height:242px;
	margin:10px;
	float:left;
}

.defaulttext {
	color:#1c3a54;
 /*font-size:0.7em;*/
	font-size:12px;  
	text-align:left;
	margin:10px 10px
}

.defaulttext p{
	line-height:20px;
}

.defaultTextBold {
	font-weight:bold;
}
.defaultTextBoldWhite {
	font-weight:bold;
	color:#fff;
}
.rowPrimaryNewatzones a.defaultTextBoldWhite {
	font-weight:bold;
	color:#fff;
	font-size:11px;
}
/* ---------- rowSecondaryNewatzones ---------- */
.rowSecondaryNewatzones {
	width:703px;
	height:auto;
	min-height:270px;
	margin:2px 16px 0 16px;
	padding-bottom:0px;
	border:0px solid red;
	font-size:12px;
}
.rowSecondaryNewatzones .row2Newatzones {
	width:703px;
	height:236px;
	padding-bottom:16px;
	padding-top:16px;
	border-bottom:1px solid #86D7F2;
}
.rowSecondaryNewatzones .col2a {
	width:214px;
	height:236px;
	padding-right:10px;
	float:left;
}
.rowSecondaryNewatzones .col2b {
	width:214px;
	height:236px;
	padding:0 10px 0 12px;
	border-left:1px solid #86D7F2;
	border-right:1px solid #86D7F2;
	float:left;
}
.rowSecondaryNewatzones .col2c {
	width:214px;
	height:236px;
	padding-left:10px;
	float:left;
}
/* ---------- Product Image Pricing Details etc ---------- */
.rowPrimaryNewatzones .colb .prodTitle, .rowPrimaryNewatzones .colc .prodTitle {
	width:154px;
}
.rowPrimaryNewatzones .imgProdtitle, .rowSecondaryNewatzones .imgProdtitle {
	display:block;
	height:75px;
	border:0px solid green;
	margin-top:8px;
}
.rowPrimaryNewatzones img.prodImg, .rowSecondaryNewatzones img.prodImg {
	float:left;
	width:75px;
	height:75px;
	border:0px solid red;
	position:relative;
}
.rowPrimaryNewatzones .prodTitle, .rowSecondaryNewatzones .prodTitle {
	color:#0EAFE6;
	font-size:12px;
	border:0px solid blue;
	float:left;
	width:124px;
	padding:1px 0 0 10px;
	height:75px;
	overflow:hidden;
}
.rowPrimaryNewatzones .prodTitle a, .rowSecondaryNewatzones .prodTitle a {
	font-weight:normal;
}
.rowPrimaryNewatzones .prodDetails {
	margin:5px 0 5px 0;
	height:93px;
	overflow:hidden;
	width:240px;
	font-size:11px;
	line-height:15px;
	color:#1C3A54;
}
.rowSecondaryNewatzones .prodDetails {
	margin:5px 0 5px 0;
	height:93px;
	overflow:hidden;
	border:0px solid red;
	width:215px;
	font-size:11px;
	line-height:15px;
	color:#1C3A54;
}
.rowPrimaryNewatzones a, .rowSecondaryNewatzones a {
	color:#0EAFE6;
	text-decoration:none;
	font-weight:normal;
}
.rowPrimaryNewatzones .priceQty, .rowSecondaryNewatzones .priceQty {
	margin-top:20px;
	height:38px;
	font-size:11px;
	overflow: hidden; /* added */
	line-height: 19px; /* added */
}
.priceQty span {
	color:#cc0000;
	font-weight:bold;
}
.priceQty .quantity {
	font-size:9px; /* change */
}
.quantity .qtyText {
	padding:7px 3px 0 0;
}
.quantity .qtyBox {
	padding:9px 5px 0 0;
}
.quantity .CartImg {
	padding:3px 0 0 0;
	color:#CC0000;
	font-weight:bold;
	font-size:10px;
	letter-spacing:-1px;
	line-height: 13px;
	width: 50px;
}
.rowPrimaryNewatzones .inputtextBox, .rowSecondaryNewatzones .inputtextBox {
	width:19px;
	text-align:right;
	font-size:11px;
	padding:2px;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.iconAdobe {
	border:0px;
	width:16px;
	height:16px;
	vertical-align:middle;
	margin-bottom:4px;
}
.containerInnerLeft .newatzones_fftext {
	font-size:11px;
	font-weight:bold;
}
/* ---------- New@Zones END ---------- */

.rightnavBotBorder {
	border-bottom:1px solid #fff;
}
.positioninsideLI {
	margin:0 0 14px 0;
	padding:0;
	list-style-position:inside;
}
.ulStructure {
	margin:8px 0 14px 16px;
	padding:0;
	color: #1c3a54;
}
.inputtextBox {
	border: 1px solid #86D7F2;
}
.headlineZoneColor {
	color:#336699;
}
#innerRightSide .relatedHD a:hover {
	color:#fff;
	text-decoration:underline;
}
.tableLayout {
	width:685px;
	margin-bottom:16px;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	font-size:12px;
	line-height:21px;
	clear:both;
}
.tableLayout .tableGrid {
	overflow:hidden;
}
.tableLayout .tableGrid div {
	float:left;
	width:162px;
	padding:4px;
	background-color:#fff;
	padding-bottom:9010px;
	margin-bottom:-9000px;
	border-right:1px solid #000;
	border-top:1px solid #000;
}
.tableLayout .tableGrid .headers {
	background-color:#999;
	color:#fff;
	line-height:18px;
}
.col3licspecials {
	overflow:hidden;
	width:686px;
	font-size:12px;
}
.col3licspecials .rowCommon {
	float:left;
	min-height:16px;
	line-height:18px;
	margin-bottom:2px;
	/*background:#F5F5F5;*/
	background-image:url(../static/softspecials_greylinebg.gif);
	background-repeat:repeat-y;
}
.col3licspecials .rowCommon span {
	color:#ffffff;
	font-weight:bold;
}
.col3licspecials .rowCommon .colLS1 {
	width:160px;
	padding:3px 4px 5px 4px;
	float:left;
}
.col3licspecials .rowCommon .colLS2 {
	width:226px;
	padding:3px 4px 5px 4px;
	float:left;
	margin:0 2px;
}
.col3licspecials .rowCommon .colLS3 {
	width:269px;
	padding:3px 4px 5px 4px;
	float:left;
}
.headerNavRight {
	background-image: url("../static/icon_man.gif") !important;
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 0 1px 26px;
}
.rightNavSL {
	font-size:15px;
}
.baseBlue{
	color:#1c3a54;
}
.catlogoPad{
	padding-top:14px; 
	padding-right:50px;
}
.pf_banner{
	width:905px;
	height:46px;
	margin:5px 0 0 0;
}
.pf_Body{
	border:0px solid red;
	margin:30px 5px 20px 5px;
}
.pf_BodyCa {
	border-left: 2px solid #aeaeae;
	border-right: 2px solid #aeaeae;
	border-bottom: 2px solid #aeaeae;
	font-size: 12px;
	margin: 30px 5px 20px;
}
.pf_catBox{
	width:894px; 
	padding-bottom:45px;
	text-align:left;
}
.pf_catBox_CA{
	text-align:left;
	margin:0 auto;
	width:680px;
	float:right;
}
.pf_heading{
	background-image:url('../static/pf_titlegreyshadebg.gif');
	height:29px; 
	width:894px;
}
.pf_heading_CA{
	background-image:url('../static/pf_titlegreyshadebg.gif');
	height:29px; 
	width:650px;
}
.pf_headingText{
	color:#000000; 
	width:300px; 
	white-space:nowrap; 
	border-left:2px solid #aeaeae; 
	border-top:2px solid #aeaeae; 
	border-right:2px solid #aeaeae; 
	background-color:#fff; 
	padding:8px 7px 3px 8px; 
	height:16px; 
	font-weight:bold;
	font-size:13px;
}
.pf_headingText_CA{
	color:#000000; 
	width:340px; 
	white-space:nowrap; 
	border-top:2px solid #aeaeae; 
	border-right:2px solid #aeaeae; 
	background-color:#fff; 
	padding:8px 7px 3px 8px; 
	height:16px; 
	font-weight:bold;
	font-size:13px;
}
.posRelative{
	position:relative;
}
.posAbsolute{
	position:absolute;
}
.pf_prodImage{
	padding:0px 10px; 
	float:left;
	width:125px;
	height:125px;
	margin-top:25px;
}
.pf_prodImage_CA{
	padding:0px 10px; 
	float:left;
	width:125px;
	margin-top:25px;
}
.pf_gridBox{
	width:720px; 
	float:left; 
	margin-top:20px; 
	margin-left:6px;
	line-height:18px;
}

.pf_gridBox_vc{
	width:480px; 
	float:left; 
	margin-top:20px; 
	margin-left:6px;
	font-size:12px;
}
.pf_gridBox .grey{
	background-color:#e2e2e2; 
	overflow:hidden; 
	clear:both;
	padding:5px;
}
.pf_gridBox .white{
	background-color:#fff; 
	overflow:hidden; 
	clear:both;
	padding:5px;
}
.pf_price{
	color:red; 
	font-weight:bold; 
	font-size:12px;
}
.img_prodList{
	overflow:hidden;
}
.pf_seemorelk{
	margin-top:26px;
}
.sustainability_topbnr{
	background-image:url('../static/zones_sustainability_cloudbnr.png'); 
	background-repeat:no-repeat; 
	padding:10px 25px 5px 25px;
}
.sustainability_headline{
	font-size:22px; 
	font-weight:bold; 
	padding-bottom:6px;
	margin-bottom:8px;
	border-bottom:1px solid #1C3A54; 
}
.sustainability_secondarypara{
  	width:600px;
	margin-left:40px; 
	margin-top:10px;
}
.childheader{
	background-image:url('../static/sustainability_childheader.png'); 
	width:400px; 
	height:40px; 
	background-repeat:no-repeat;
	color:#FDFEFE; 
	padding:8px 0 0 32px;
}
.sustainability_childbody{
	width:615px; 
	margin:10px auto;
}
.sustainability_headlink{
	color:#336699 !important; 
	text-decoration:underline !important; 
	font-weight:bold; 
	font-size:14px; 
	display:block;	
}
.login_custombox1 {
    border: 1px solid #99B2CC;
    float: left;
    margin: 0 17px 0 0;
    min-height: 335px;
    text-align: left;
    width: 526px;
}
.login_custombox2 {
    border: 1px solid #99B2CC;
    float: left;
    min-height: 335px;
    text-align: left;
    width: 210px;
}
.login_custombox1_text {
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 0px; /* 14px */
}
.partner_offerpgtopdesc{
	overflow:hidden; 
	padding:26px 5px 6px 24px;
}
.partner_offerpgtopdesc .descHeadline{
	font-size:21px; 
	font-weight:bold; 
	display:block; 
	border-bottom:3px solid #b8c0c8; 
	padding-bottom:6px; 
}
.partner_offerpgtopdesc .offer{
	width:194px; 
	height:153px; 
	padding:0px 10px; 
	text-align:center; 
	background-image:url('../static/grayofferbox_214x153.png');
	background-repeat:no-repeat;
}
.partner_offerpgtopdesc .offer span{
	font-size:11px; 
	line-height:16px;
}
.cutomLogin_wrapper{
	width:798px; 
	padding:51px;
}
.partnerLeftTiles {
	overflow:hidden;
	padding-top:10px;
}
.callmsgText{
	padding-left:40px; 
	background-image:url('../static/icon_twinarrow.gif'); 
	background-repeat:no-repeat; 
	background-position:0 5px; 
	margin-top:10px;
	line-height:19px;
	font-size:12px;
	font-weight:bold;
	font-color:#1c3a54;
}
.newAdobeIcon{
	background-image:url('../static/icon_adobe_new1a.gif'); 
	background-repeat:no-repeat; 
	background-position:0 top; 
	padding:0px 0 10px 27px;
}
.newOrange{
	color:#f47c2e;
	font-size: 24px; 
	font-weight: bold; 
	letter-spacing:-1px; 
	display:block;
}

.newOrange a{
	color:#f47c2e;
	text-decoration:none
	}
	
.newOrange a:hover{
	color:#f47c2e;
	text-decoration:underline
	}

/* End of CSS Vikash Jain */


/*--------------------------------Padding Margin Adjustment-------------------------------*/

.padd_left_right{
	padding:0px 5px;
}
.quotePad{padding:0 10px 10px 15px;}
 .callUs {
	float:left;
	border-left:1px solid #fff;
	margin:2px 0 0 15px;
	font-size:13px;
	padding-left:10px;
}
.padleftSpace{
	padding-left:18px !important;
	}
.noBg {
	background-image:none !important;
}

.cartPadd{
    padding:10px 0 10px 0;
}
.labelWidth{
	display: inline-block;
	width:162px !important;
}
.labelWidthBig{
	display: inline-block;
	width:211px !important;
}

.labelWidth_small{
	display: inline-block;
	width:50px !important;
}

.divPosition{
	position:relative;
}
.radioWidth{
	width:350px; 
	float:left;
}
.margTop {
	padding-top:16px !important;
}

.margToptwen {
	margin-top:20px !important;
}


.margTopPad {
	padding-top:13px !important;
}
.nopadmarg {
	padding:0 !important;
	margin:0 !important;
}
.noBorder {
	border:none !important;
}
.nomargTop {
	margin-top:0 !important;
}
.nopadTop {
	padding-top:0 !important;
}


.overflowHidden{
	overflow:hidden;
}
.noOverflowHidden {
	overflow:visible !important;
}
.margLeft {
	margin-left:30px !important;
	margin-top:50px !important;
}
.leftboxTopMargin {
	margin-top:40px !important;
}
.removeLeft {
	margin-left:15px;
}
.removeLeft {
	color:#1C3A54;
	font-size:11px;
	font-weight:bold;
}
.removeLeft a {
	color:#1C3A54;
	text-decoration:underline;
}
.removeLeft a:hover {
	color:#1C3A54;
	text-decoration:none;
}

/*--------------------------------Padding Margin Adjustment-------------------------------*/
/* start of CSS Rajeev Sharma */
.img {
	width:250px;
	float:left;
	margin-right:10px;
}
.more_info {
	width:695px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:50px;
}
.more_info_row {
	width:690px;
	margin-bottom:20px;
}
.col1 {
	float:left;
	margin-left:20px;
	width:300px;
}
.col2 {
	float:right;
	margin-right:10px;
}
.col1 img, .col2 img, .leader img {
	float:left;
	margin-right:10px;
}
.col1 p, .col2 p {
	margin:0px;
	width:250px;
}
.reportBox {
}
.reportBox ul {
	margin:0 0 20px 0;
	padding:0;
}
.reportBox ul li {
	padding:0 0 0 35px;
	margin:0;
	list-style-position:inside;
}
.rightBox {
	text-align:center;
	width:194px;
	float:right;
	margin:15px 0 0 0;
}
.rowAward {
	width:685px;
	font-size:12px;
	font-family:Verdana;
}
.rowAward .colA {
	width:70px;
	float:left;
	margin-bottom:15px;
	margin-left:20px;
}
.rowAward .colB {
	float:left;
}
.rowPress {
	font-size:12px;
	font-family:Verdana;
	padding:5px 0 0 0
}
.rowPress .colA {
	width:130px;
	float:left;
	margin-bottom:15px;
	margin-left:20px;
}
.rowPress .colB {
	float:left;
	width:535px;
	padding-left:20px
}
.icon {
	float:left;
	margin-right:10px;
	padding:0;
	font-size:12px;
	font-family:Verdana;
}
.footer-heading {
	color: #0EAFE6;
	font-size: 0.4em;
	font-weight: bold;
}
.iconImg {
	/*width:40px;*/
	width:32px;
	float:left;
	text-align:center;
}
.iconText {
	width:157px;
	float:left;
}
.iconSingleline {
	padding-top:4px;
}
.iconDoubleline {
	padding-top:11px
}
.rabate-lease-matrix {
	width:96%;
	padding:8px 0 0 0;
	margin:0 auto;
	font-size:12px;
}
.lease-headers {
	background: none repeat scroll 0 0 #336699;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	overflow:hidden;
	width:100%;
}
.lease-radio1 {
	float: left;
	padding: 2px 0 2px 6px;
	width: 50%
}
.lease-radio2 {
	float: left;
	margin: 0 2px;
	padding: 2px 0 2px 6px;
	width: 18%;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
}
.lease-radio3 {
	float: left;
	padding: 2px 0 2px 6px;
	width: 28%;
}


.pos-relative  {
position:relative;
}

.sw-logo {
position:absolute;
left:60px;
top:-31px;
}

.sw-bodyImg  {
padding-left:10px;
width:870px;
overflow:hidden;
color:#1c3a54;
font-size:12px;
line-height:19px;
}
.sw-bodyImgbox{
float:left;
margin-left:15px;
margin-top:25px;
}
.sw-body {
float:right;
width:680px;
text-align:left;
margin:30px 0 30px 10px;
}
.sw-bodyLeft {
float:left;
width:680px;
text-align:left;
margin:30px 0 30px 50px;
}

.sw-bodyHeading {
color:#1C3A54;
font-size:22px;
line-height:21px;
margin:0;
padding:4px 0 3px 0; 
font-weight:bold;
}

.sw-bodySubHeading {
font-size:15px; 
padding-top:4px
}


.sw-bodyBox {
border:2px solid #aeaeae;
border-top:0px; 
text-align:left; 
padding:10px; 
font-size:12px; 
line-height:19px; 
padding:55px 20px 0px; 
width:866px;
}

.bluebannerSwL  {
background-image:url(../static/sw-top.jpg);
padding-top:30px; 
text-align:center; 
padding-bottom:20px; 
background-repeat:no-repeat;
}


/* End of CSS Rajeev Sharma  */ 



/*Sukhpreet CSS Start*/
.closeBtn {
	float:left;
	padding-left:8px;
	padding-right:8px;
	list-style:none;
}
.closeBtn a {
	padding-left:0 !important;
}
.closeBtn img {
    margin-top: -5px;
}
.arrow_sperator {
	float: left;
	height: 16px;
	line-height: 11px;
	margin: 0;
	padding: 0 5px 0 0;
}
#bodyLeftColHomeProd {
	float:left;
	margin-top:20px;
	width:193px;
}
#bodyMainWideProb {
	float:left;
	/*margin-top:20px;*/
	/*margin-top:2px;*/
	margin-left:20px;
/*	//margin-left:15px;*/
	width:755px;
}
.txtRight {
	text-align:right;
	float:left;
	font-weight:normal;
	font-size:10px;
	color: #1C3A54;
	display:inline;
}
.searchResultBox {
	background-color:#336699;
	overflow:hidden;
/*	position:relative;*/
}
.midRow_items {
	float:right;
	width:710px;
	height:140px;
	padding:0;
	background:#fff;
}
.midRow_items_1 {
	float:left;
	width:215px;/*227px*/
	padding:8px;
	/*margin-right:8px;*/
	background:#fff;
	border-right:1px solid #D6D6D6;
	height:140px;
	}
.midRow_featured {
	width:25px;
	/*position:absolute;*/
/*	bottom:0;*/
	float: left;
	margin:0;
	padding:0;
	/*left:0;*/
}
.bottomGray .rebate {
	color:#339933;
	font-size:9px;
	text-decoration:none;
	margin:0px;
	padding-left:5px;
	font-weight:bold;
	text-align:left;
}
.bottomGray .rebate a {
	color:#339933;
	font-size:10px;
	text-decoration:none;
}
.bottomGray .rebate a:hover {
	color:#339933;
	font-size:10px;
	text-decoration:underline;
}
.refineMainContainer {
	width:738px;
	margin:0 auto;
	background:#fff;
	overflow:hidden;
}
.refine_search {
	width:100%;
	background-color:#F3F3F3;
	border-bottom:1px solid #D6D6D6;
	border-top:1px solid #336699;
	padding-top:5px;
	padding-bottom:5px;
	overflow: hidden;
}
.results {
	float:left;
	width: 190px;
	font-size:10px;
	text-align:left;
	color:#333333;
	margin-right:10px;
	padding-top:4px;
	margin-left:10px;
}
.sortby {
	float:left;
	width: 160px;
	font-size:10px;
	margin-right:20px;
	color:#333333;
}
.sortby select {
	font-size:10px;
	color: #1C3A54;
}
.stock {
	float:left;
	width: 88px;
	font-size:10px;
	color:#333333;
	margin-right:15px;
	margin-left:15px;
}
.stockCheck {
	width:20px;
	float:left;
	padding:0;
	margin:0;
}
.instockTxt {
	width:68px;
	padding:4px 0 0 0px;
	text-align:left;
}
.pages {
	float:left;
	width: 215px;
	font-size:10px;
	color:#333333;
	text-align:right;
	padding-top:4px;
	font-weight:bold;
}
.page_no {
	margin:0px 2px 0px 2px;
}
.pages a {
	color:#0EAFE6;
	font-size:10px;
	text-decoration: none;
}
.pages a:hover {
	text-decoration: underline;
}
.main_grid_design {
	border-bottom: 1px solid #C4C4C4;
	margin: 10px auto;
	overflow: hidden;
	padding-bottom: 10px;
	width: 728px;
}
.main_grid_design .grid {
	width:170px;
	float:left;
	margin:10px 5px;
	border:1px solid #C4C4C4;
	border-radius:3px;
	-moz-border-radius:3px;
}
.grid .image_list_compare {
	background-color: #0EAFE6;
	color: #FFFFFF;
	font-size: 10px;
	padding-bottom: 2px;
	text-align:left;
}
.grid .image_list_compare a {
	font-size:10px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
}
.grid p {
	font-size: 9px;
	margin: 0;
	height: 44px;
	padding: 12px 5px 10px;
	text-align: left;
	overflow:hidden;
}
.grid p.prodDesc {
	font-size: 9px;
	margin: 0;
	height: 75px;
	padding: 12px 5px 10px;
	text-align: left;
	overflow:hidden;
	font-weight:bold;
	color:#1C3A54;
}
.grid .instock_price {
	color: #1C3A54;
	font-size: 9px;
	font-weight: bold;
	height: 14px !important;
	margin: 0;
	padding-left: 5px;
	text-align: left;
}
.grid p a {
	font-size:11px;
	color:#0EAEE6;
	text-decoration:none;
	padding:0;
	margin:0;
	font-weight:bold;
	line-height:13px;
}
.grid p a:hover {
	text-decoration:underline;
}
.grid .mfr_item {
	color:#656565;
	font-size:10px;
	margin-top:3px;
	font-weight:bold;
	padding:5px 5px;
	min-height:30px;
	text-align:left;
}
.grid .mfr_item a {
	color:#656565;
	font-weight:100;
	text-decoration:none;
	font-size:9px;
}
.grid .mfr_item a:hover {
	text-decoration:underline;
}
.image_list_compare {
	font-size:10px;
	color:#0EAFE6;
	height:20px;
}
.image_list_compare a {
	font-size:10px;
	color:#0EAFE6;
	font-weight:bold;
	text-decoration:underline;
}
.compSpace {
	padding:4px 0 0 5px;
}
.grid_image {
	text-align:center;
	min-height:75px;
}
.grid {
	width:100%;
	border:#336699 solid 1px;
	margin:10px 0 0 0;
	overflow:hidden;
	font-size:12px;
}
.image_list_image {
	float:left;
	width:125px;
	padding:5px;
}
.image_list_image .mfr_item {
	color:#656565;
	font-size:10px;
	margin-top:3px;
	font-weight:bold;
}
.image_list_image .mfr_item a {
	color:#656565;
	font-size:10px;
	margin-top:3px;
	text-decoration:none;
}
.image_list_image .mfr_item a:hover {
	text-decoration:underline;
}
.mrfTxt {
	float:left;
	width:50px;
}
.mfrValue {
	float:left;
	width:100px;
	height:25px;
	margin-bottom:3px;
	overflow:hidden;
}
.bottomGray {
	width:99%;
	background:#E7E7E7;
	overflow:hidden;
	padding:5px 0px 4px 2px;
	height:65px;
}
.bottomGray .leftBoxSide {
	width:102px;
	float:left;
}
.leftBoxSide p {
	padding:0;
	margin:0;
}
.leftBoxSide p.redPrice {
	padding:0 0 0 5px;
	margin:0;
	color:red;
	font-weight:bold;
	font-size:11px;
}
.leftQty .rebate {
	color:#339933;
	font-size:9px;
	text-decoration:none;
	font-weight:bold;
}
.leftQty .rebate a {
	color:#339933;
	font-size:9px;
	text-decoration:none;
	font-weight:bold;
}
.leftQty .rebate a:hover {
	color:#339933;
	font-size:9px;
	text-decoration:underline;
}
.bottomGray .rightBoxSide {
	width:65px;
 //width:64px;
	float:left;
}
.rightBoxSide .bottomCart {
    float: left;
    width: 69px;
}
.bottomGray .rightBoxSide .qty-wrap {
    float: left;
    padding-bottom: 10px;
    padding-left: 5px;
    width: 50px;
}
.rightBoxSide .bottomGrayQTY {
	width:27px;
	float:left;
	padding:2px 0 3px 0;
	font-size:9px;
	font-weight:bold;
	color:#1C3A54;
}
.qtyInput {
	width:15px;
	float:left;
}
.qtyInput input {
	width:14px;
	color: #1C3A54;
	font-size: 12px;
}
.bottPaging {
	float:right;
	width:220px;
	clear:both;
}
.cart .qtyItem .cartIcon {
	width:47px;
	float:left;
}
.rightBoxSide input[type="text"] {
	border:1px solid #0EAFE6;
	border-radius:3px;
	-moz-border-radius:3px;
	font-size:0.8em;
	margin:0 0 0 0;
	padding-left:.1em;
	width:2.2em;
	float:left;
	color: #1C3A54;
	text-align:right;
	font-weight:bold;
}
.leftBoxSide .rebate {
	color: #339933;
	font-size: 10px;
	padding-top: 2px;
}
.leftQty .qtyInput {
	width:38px;
	float:left;
	padding-left:5px;
}
.qtyInput input[type="text"] {
	border: 1px solid #0EAFE6;
	border-radius: 3px 3px 3px 3px;
	font-size: 0.75em;
	font-weight: bold;
	margin: 0;
	padding-left: 0.2em;
	padding-right: 0.2em;
	text-align: right;
	width: 2.2em;
	color: #1C3A54;

}
/*Sukhpreet - Left Nav Endeca Start*/

.endeca_refine_subitems ul {
	margin:0 !important;
	padding:0 !important;
}
.endeca_refine_subitems li {
	color: #0EAFE6;
	font-size: 12px !important;
	font-weight: normal;
	list-style: none outside none !important;
	padding: 2px 12px 0 !important;
	margin-bottom:4px;
	line-height:13px;
	text-align: left;
}
.endeca_refine_subitems li a {
	text-decoration:none;
	color:#0EAFE6;
}
.endeca_refine_subitems li a:hover {
	text-decoration:underline !important;
	font-weight:normal;
}
.endeca_ref_result {
	background:#fff;
}
#endeca {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #0EAFE6;
	border-radius: 3px 3px 3px 3px;
	margin-left:3px;
 /*//margin-left:0;*/
	overflow: hidden;
	width: 11.3em;
}
.endeca_config_main {
	padding: 2px 8px 5px 8px;
}
.endeca_config p {
	padding:0px;
	font-size:11px;
	color:#1C3A54;
	font-weight:normal;
	text-align:left;
}
.endeca_config a {
	font-size:12px;
	color:#0EAFE6;
	font-weight:bold;
	padding:3px 0px 0px 0px;
	text-decoration:none;
	text-align:left;
}
.endeca_config a:hover {
	font-size:12px;
	color:#0EAFE6;
	font-weight:bold;
	padding:0px;
	text-decoration:underline;
}
/*Sukhpreet - Compare Page */

.compare_printbutton {
	text-align:right;
	float:right;
	padding:5px;
	font-size:12px;
	color:green;
}
.compare_printbutton a {
	text-decoration:none;
	color:green;
}
.compare_printbutton a:hover {
	text-decoration:underline;
}
.table_view {
	width:100%;
	margin:0px auto;
	overflow:hidden;
	text-align:center;
}
.main_comp_div {
	width:97%;
	/*margin:0px auto;*/
	overflow:hidden;
	margin-left:8px;
	text-align:center;
	display:table;
	table-layout:fixed;
}
.main_comp_div .hdr {
	background:#1c3a54;
}
.compare_equal_col {
	background-color: #0EAEE6;
	border-right: 1px solid white;
	color: #FFFFFF;
	/* display: table-cell;
    float: left;*/
    font-size: 11px;
	font-weight: bold;
	padding: 2px;
	/*width: 10.5em;*/
	height: 22px;
  //height: 20px;
	/*width:115px;
	//	width:118px;*/
	overflow:hidden;
	border-bottom: 1px solid white;
	display:table-cell;
}
.compare_equal_col_noborder {
	border-bottom:1px white solid !important;
}
.main_comp_div_white {
	width:97%;
	overflow:hidden;
	margin-left:8px;
	text-align:center;
	display:table;
	table-layout:fixed;
	background-color: #fff;
}
.compare_equal_whitecol {
	font-size: 11px;
	font-weight: normal;
	padding: 2px;
	/*width: 10.5em;*/
	/*width:115px;
	//	width:118px;*/
	overflow:hidden;
	display:table-cell;
	color: #000000;
	text-align: center;
}
.compare_equal_whitecol a {
	color:#0EAEE6;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}
.compare_equal_whitecol a:hover {
	text-decoration:underline;
}
/*Catg Landing Pages Notebook*/

.item1_main {
	overflow:hidden;
	text-align:left;
}
.image_price {
	float:left;
}
.image_price .itemPrice {
	font-size:11px;
	color:#CF1111;
	text-align:center;
	font-weight:bold;
}
.prod_desc {
	float:left;
	width:135px;
	padding:0 0 3px 5px;
}
.prod_desc p {
	padding:12px 0 0 0;
	margin:0;
	line-height:10.5px;
	height:65px;
	overflow:hidden;
	font-weight:bold;
	text-transform:capitalize;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.prod_desc p {
		line-height:11px;
	}
}


.prod_desc p a {
	font-size:10px;
	color:#0EAEE6;
	text-decoration:none;
	padding:0;
	margin:0;

}
.prod_desc p a:hover {
	text-decoration:underline;
}
.midRow_items_2 {
	float:left;
	border-right:1px solid #D6D6D6;
	margin-right:5px;
}
.midRow_items_3 {
	float:left;
	margin:auto;
}
.landing_shop_by_size {
	background-image:url(../business/sideline_bg_landing.gif); /* MISSING IMAGE? */
	background-repeat: repeat-y;
	text-align:left;
	display:inline-block;
	/* height: 270px;*/
    padding: 12px 13px 30px 0;
	border-top:9px solid #1C3A54;
	float:left;
}
.landing_shop_by_size .first_col_size {
	float: left;
	font-size: 0.75em;
	padding: 0 7px 8px; 
	width: 148px;
}
.shop_type_image {
	padding-bottom:8px;
}
.first_col_size .view_printers {
	padding:9px 15px 0 0;
}
.landing_shop_by_size .second_col_size {
	border-left: 1px solid #87D5F0;
	float: left;
	font-size: 0.75em;
	padding-left: 5px;
	width: 175px;
}
.landing_shop_by_size .third_col_size {
	border-left: 1px solid #87D5F0;
	float: left;
	font-size: 0.75em;
	padding-left: 5px;
	width: 173px;
}
.landing_shop_by_size .fourth_col_size {
	border-left: 1px solid #87D5F0;
	float: right;
	font-size: 0.75em;
	padding-left: 5px;
	width: 192px;
}
.first_col_size .view_printers a {
	background-image:url(../static/lens.gif);
	background-repeat:no-repeat;
	padding-left:15px;
	background-position:left 2px;
	font-size:1.2em;
	color:#ffffff;
	text-decoration:none;
	display:block;
}
.first_col_size .view_printers a:hover {
	text-decoration:underline;
}
.second_col_size .view_printers {
	padding:9px 15px 0 0;
}
.second_col_size .view_printers a {
	background-image: url(../business/landing_bullet.png); /* MISSING IMAGE? */
	background-position: left 1px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	display: block;
	font-size: 1.2em;
	padding-bottom: 2px;
	padding-left: 20px;
	text-decoration: none;
}
.second_col_size .view_printers a:hover {
	text-decoration:underline;
}
.second_col_size .view_printersall {
	padding:9px 15px 0 0;
}
.second_col_size .view_printersall a {
	background-image: url(../business/lens.gif); /* MISSING IMAGE? */
	background-position: left 2px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	display: block;
	font-size: 1.2em;
	padding-bottom: 2px;
	padding-left: 20px;
	text-decoration: none;
}
.second_col_size .view_printersall a:hover {
	text-decoration:underline;
}
.third_col_size .view_printers {
	padding:9px 15px 0 0;
}
.third_col_size .view_printers a {
	background-image: url(../business/landing_bullet.png); /* MISSING IMAGE? */
	background-position: left 1px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	display: block;
	font-size: 1.2em;
	padding-bottom: 2px;
	padding-left: 20px;
	text-decoration: none;
}
.third_col_size .view_printers a:hover {
	text-decoration:underline;
}
.third_col_size .view_printersall {
	padding:9px 15px 0 0;
}
.third_col_size .view_printersall a {
	background-image: url(../business/lens.gif); /* MISSING IMAGE? */
	background-position: left 2px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	display: block;
	font-size: 1.2em;
	padding-bottom: 2px;
	padding-left: 20px;
	text-decoration: none;
}
.third_col_size .view_printersall a:hover {
	text-decoration:underline;
}
.fourth_col_size .view_printers {
	padding:9px 15px 0 0;
}
.fourth_col_size .view_printers a {
	background-image: url(../business/landing_bullet.png); /* MISSING IMAGE? */
	background-position: left 1px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	display: block;
	font-size: 1.2em;
	padding-bottom: 2px;
	padding-left: 20px;
	text-decoration: none;
}
.fourth_col_size .view_printers a:hover {
	text-decoration:underline;
}
.fourth_col_size .view_printersall {
	padding:9px 15px 0 0;
}
.fourth_col_size .view_printersall a {
	background-image: url(../business/lens.gif); /* MISSING IMAGE? */
	background-position: left 2px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	display: block;
	font-size: 1.2em;
	padding-bottom: 2px;
	padding-left: 20px;
	text-decoration: none;
}
.fourth_col_size .view_printersall a:hover {
	text-decoration:underline;
}
.landing_last_notecol1 {
	float:left;
	width:170px;
	padding:5px;
}
.landing_last_notecol1 .view_brands {
	padding:9px 15px 0 0;
}
.landing_last_notecol1 .view_brands a {
	background-image:url(../business/landing_bullet.png); /* MISSING IMAGE? */
	background-repeat:no-repeat;
	padding-left:20px;
	background-position:left 2px;
	font-size:1.2em;
	color:#38BAE7;
	text-decoration:none;
	display:block;
}
.landing_last_notecol1 .view_brands a:hover {
	text-decoration:underline;
}
.landing_last_notecol1 .view_brandsall {
	padding:9px 15px 0 0;
}
.landing_last_notecol1 .view_brandsall a {
	background-image: url(../business/grey_lens.png); /* MISSING IMAGE? */
	background-position: left 2px;
	background-repeat: no-repeat;
	color: #38BAE7;
	display: block;
	font-size: 1.2em;
	padding-bottom: 2px;
	padding-left: 20px;
	text-decoration: none;
}
.landing_last_notecol1 .view_brandsall a:hover {
	text-decoration:underline;
}
.view_brands_test {
	padding:9px 15px 0 0;
	font-size:1.2em;
	color:#38BAE7;
}
.view_brands_test a {
	color:#38BAE7;
	text-decoration:none;
	padding-left:10px;
	display:block;
}
.view_brands_test a:hover {
	text-decoration:underline;
}
.landing_last_col1 .view_brandsall {
	padding:20px 15px 0 0;
}
.landing_last_col1 .view_brandsall a {
	background-image: url(../business/grey_lens.png); /* MISSING IMAGE? */
	background-position: left 2px;
	background-repeat: no-repeat;
	color: #38BAE7;
	display: block;
	font-size: 1.2em;
	padding-bottom: 2px;
	padding-left: 20px;
	text-decoration: none;
}
.landing_last_col1 .view_brandsall a:hover {
	text-decoration:underline;
}
.blue_line {
	border-bottom:1px solid #87D5F0;
	margin: 5px;
}
.landing_last_left_notebook {
	float:left;
	width:143px;
	margin:5px;
}
.landing_last_left_notebook .view_brands {
	padding:9px 15px 0 0;
}
.landing_last_left_notebook .view_brands a {
	background-image:url(../business/grey_lens.png); /* MISSING IMAGE? */
	background-repeat:no-repeat;
	padding-left:15px;
	background-position:left 2px;
	font-size:1.2em;
	color:#38BAE7;
	text-decoration:none;
	display:block;
}
.landing_last_left_notebook .view_brands a:hover {
	text-decoration:underline;
}
.landing_last_right {
	float:left;
	margin:4px;
}
.landing_last {
	padding:10px 2px 10px 10px;
	font-size:0.75em;
	clear:both;
	overflow:hidden;
	width:718px;
	float:left;
	text-align:left;
}
.leftQty .qtyTxt {
	color:#1C3A54;
	font-size:9px;
	float:left;
	width:20px;
	margin-top:3px;
	font-weight:bold;
}
.landing_grey_div .first_col_size {
	float: left;
	font-size: 0.75em;
	padding: 0 8px 8px;
	width: 250px;
}
.landing_grey_div .second_col_size {
	border-left: 1px solid #87D5F0;
	float: left;
	font-size: 0.75em;
	padding-left: 5px;
	width: 218px;
}
.landing_grey_div .third_col_size {
	border-left: 1px solid #87D5F0;
	float: left;
	font-size: 0.75em;
	padding-left: 5px;
	width: 216px;
}
.landing_grey_div .first_col_size .view_printers {
	padding:9px 15px 0 0;
	margin-bottom:15px;
}
.landing_grey_div .first_col_size .view_printers a {
	background-image:url(../business/grey_lens.png); /* MISSING IMAGE? */
	background-repeat:no-repeat;
	padding-left:15px;
	background-position:left 2px;
	font-size:1.2em;
	color:#38BAE7;
	text-decoration:none;
	display:block;
}
.landing_grey_div .first_col_size .view_printers a:hover {
	text-decoration:underline;
}
.landing_grey_div .second_col_size .view_printers {
	padding:9px 15px 0 0;
}
.landing_grey_div .second_col_size .view_printers a {
	background-image: url(../business/landing_bullet.png); /* MISSING IMAGE? */
	background-position: left 1px;
	background-repeat: no-repeat;
	color: #38BAE7;
	display: block;
	font-size: 1.2em;
	padding-bottom: 2px;
	padding-left: 20px;
	text-decoration: none;
}
.landing_grey_div .second_col_size .view_printers a:hover {
	text-decoration:underline;
}
.landing_grey_div .second_col_size .view_printersall {
	padding:9px 15px 0 0;
}
.landing_grey_div .second_col_size .view_printersall a {
	background-image: url(../business/grey_lens.png); /* MISSING IMAGE? */
	background-position: left 2px;
	background-repeat: no-repeat;
	color: #38BAE7;
	display: block;
	font-size: 1.2em;
	padding-bottom: 2px;
	padding-left: 20px;
	text-decoration: none;
}
.landing_grey_div .second_col_size .view_printersall a:hover {
	text-decoration:underline;
}
.landing_grey_div .third_col_size .view_printers {
	padding:9px 15px 0 0;
}
.landing_grey_div .third_col_size .view_printers a {
	background-image: url(../business/landing_bullet.png); /* MISSING IMAGE? */
	background-position: left 1px;
	background-repeat: no-repeat;
	color: #38BAE7;
	display: block;
	font-size: 1.2em;
	padding-bottom: 2px;
	padding-left: 20px;
	text-decoration: none;
}
.landing_grey_div .third_col_size .view_printers a:hover {
	text-decoration:underline;
}
.landing_grey_div .third_col_size .view_printersall {
	padding:9px 15px 0 0;
}
.landing_grey_div .third_col_size .view_printersall a {
	background-image: url(../business/grey_lens.png); /* MISSING IMAGE? */
	background-position: left 2px;
	background-repeat: no-repeat;
	color: #38BAE7;
	display: block;
	font-size: 1.2em;
	padding-bottom: 2px;
	padding-left: 20px;
	text-decoration: none;
}
.landing_grey_div .third_col_size .view_printersall a:hover {
	text-decoration:underline;
}
/*CatLanding page printer*/

.landing_last_left {
	float:left;
	width:136px;
	margin:5px;
}
.landing_last_left .view_brands {
	padding:9px 15px 0 0;
}
.landing_last_left .view_brands a {
	background-image:url(../business/grey_lens.png); /* MISSING IMAGE? */
	background-repeat:no-repeat;
	padding-left:15px;
	background-position:left 2px;
	font-size:1.2em;
	color:#38BAE7;
	text-decoration:none;
	display:block;
}
.landing_last_left .view_brands a:hover {
	text-decoration:underline;
}
.landing_last_col1 {
	float:left;
	width:235px;
/* height:235px; */
	padding:10px;
	border-left:1px solid #87D5F0;
}
.landing_last_col1 .view_brands {
	padding:9px 15px 0 0;
}
.landing_last_col1 .view_brands a {
	background-image:url(../business/landing_bullet.png); /* MISSING IMAGE? */
	background-repeat:no-repeat;
	padding-left:20px;
	background-position:left 2px;
	font-size:1.2em;
	color:#38BAE7;
	text-decoration:none;
	display:block;
}
.landing_last_col1 .view_brands a:hover {
	text-decoration:underline;
}
.landing_last_col2 {
	float:left;
	width:235px;
	padding:10px;
	border-left:1px solid #87D5F0;
	/* height:235px; */
}
.landing_last_col2 .view_brands {
	padding:9px 15px 0 0;
}
.landing_last_col2 .view_brands a {
	background-image:url(../business/landing_bullet.png); /* MISSING IMAGE? */
	background-repeat:no-repeat;
	padding-left:20px;
	background-position:left 2px;
	font-size:1.2em;
	color:#38BAE7;
	text-decoration:none;
	display:block;
}
.landing_last_col2 .view_brands a:hover {
	text-decoration:underline;
}
.landing_last_col2 .view_brandsall {
	padding:20px 15px 0 0;
}
.landing_last_col2 .view_brandsall a {
	background-image: url(../business/grey_lens.png); /* MISSING IMAGE? */
	background-position: left 2px;
	background-repeat: no-repeat;
	color: #38BAE7;
	display: block;
	font-size: 1.2em;
	padding-bottom: 2px;
	padding-left: 20px;
	text-decoration: none;
}
.landing_last_col2 .view_brandsall a:hover {
	text-decoration:underline;
}
.landing_grey_div {
	overflow:hidden;
	padding:10px;
	background-image:url(../business/grey_back_landing.jpg); /* MISSING IMAGE? */
	background-repeat:no-repeat;
	text-align: left;
}
/*Sukhpreet CSS End*/
/*Head_business.html file css inclued here*/

.submit-btn {
	float:right;
	width:100px;
	padding-top:10px;
	margin-bottom:5px;
}
.body_box {
	text-align:center;
}
/*.main_container {
	border:red solid 1px;
	margin:0 auto;
	width:995px;
	text-align:left;

}*/
.body_container {
	width:100%;
}
/*Head_business.html file css Included here END*/
/*Partner Store page css Start */
.featuredCat {
	width:190px !important;
	margin:5px 0 0 0 !important;
}
.centerImg {
	text-align:center;
}
.centerImg a {
	color:#fff;
	text-decoration:none;
}
.centerImg a:hover {
	text-decoration:underline !important;
	color:#fff !important;
}
.desktopBox {
	width:162px !important;
}
.printScanerBox {
	width:162px !important;
}
.notebookBox {
	width:170px !important;
}
.partnerstoreQty{
	padding-top:6px; 
	padding-left:27px;
}
.prodNameHD {
	font-size:19px;
	text-align:center;
	text-transform:uppercase;
	color:#1c3a54;
	padding:5px 0 13px 0;
	height:40px; 
}
.boxfixlength {
	height:490px !important;	/* it was 470px */
}
.boxBodMar {
	border-top:solid 1px #fff !important;
	margin-top:40px !important;
	padding-top:8px !important;
}
.bottDividerLine {
	border-bottom:1px solid #87D5F0;
	width:512px;
	margin-bottom:17px;
	padding-bottom:17px;
	float:left;
}
.viewAllHight {
	padding:5px 0 0 0;
}
.size-font {
	font-size:11px !important;
}
.featuredCont {
	font-size:13px;
	line-height:18px;
}
.featProCont {
	color:#0eafe6;
	font-size:11px;
	font-weight:bold;
	padding:0 6px 0 5px;
}
.heightBoxPro {
	height:265px;/*	margin-bottom:10px;*/
}
.imgBoxHeight {
	height:52px !important;
	overflow:hidden;
	line-height:16px;
}
.boxImg {
	height:150px;
	border:red solid 1px;
}
.wraptocenter {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
 width: ...;
	height:125px;
}
.wraptocenter * {
	vertical-align: middle;
}
.wraptocenter {
	display: block;
}
.wraptocenter span {
	display: inline-block;
	height: 100%;
	width: 1px;
}
.prodRedPrice {
	font-size:11px;
	color:#cc0000;
	font-weight:bold;
	text-align:center;
}
.centerImg input[type="text"] {
	border: 1px solid #0EAFE6;
	border-radius: 3px 3px 3px 3px;
	font-size: 0.75em;
	font-weight: bold;
	margin: 0;
	padding-left: 0.2em;
	padding-right: 0.2em;
	text-align: right;
	width: 2.2em;
	padding-top:0.5em;
	padding-bottom:0.5em;
	color: #1C3A54;
}
.viewBlue a {
	color:#0eafe6;
	font-size:14px;
	text-decoration:none;
	text-transform:uppercase;
}
.viewBlue a:hover {
	color:#0eafe6;
	font-size:14px;
	text-decoration:underline;
}
.refineMainContainer1 {
	width:735px !important;
	margin:0 auto;
	background:#fff;
	overflow:hidden;
}
.refineMainContainerwBg {
    width: 735px !important;
	margin:0 auto;
    overflow: hidden;
	padding-bottom: 30px;
	background: url('../business/sideline_bg_landing.gif') repeat-y scroll 0 0 #0EAFE6;
}
.pp_GraySection {
    width: 735px !important;
	margin:0 auto;
    overflow: hidden;
	padding-bottom: 30px;
	background: url('../business/pp_graybgsection.gif') repeat-x scroll 0 0 #CCD3D8;
}
.pp_lightBluelk {
	text-align:center;
}
.pp_lightBluelk a {
	color:#0EAFE6;
	text-decoration:none;
}
.pp_lightBluelk a:hover {
	text-decoration:underline !important;
	color:#0EAFE6 !important;
}
.pp_prodNameHD {
	font-size:15px;
	text-align:left;
	text-transform:uppercase;
	color:#1c3a54;
	padding:5px 0 13px 0;
	height:40px; 
}
.pp_GraySection .bottDividerLine {
	border-bottom:1px solid #95A4AD;
	width:512px;
	margin-bottom:17px;
	padding-bottom:17px;
	float:left;
}
.pp_GraySectionFill {
	background-image:url('../business/pp_graybgsection.gif');
	background-repeat: repeat-x;
	padding: 20px 5px 10px 5px;
	border-top:9px solid #1C3A54;
	text-align:left;
	overflow:hidden;
}
.pp_GraySectionFill .first_col_size {
	float: left;
	font-size: 0.75em;
	padding: 0 8px 8px;
	width: 145px;
}
.pp_GraySectionFill .second_col_size {
	border-left: 1px solid #95A4AD;
	float: left;
	font-size: 0.75em;
	padding-left: 5px;
	width: 178px;
}
.pp_GraySectionFill .third_col_size {
	border-left: 1px solid #95A4AD;
	float: left;
	font-size: 0.75em;
	padding-left: 5px;
	width: 170px;
}
.pp_GraySectionFill .fourth_col_size {
	border-left: 1px solid #95A4AD;
	float: left;
	font-size: 0.75em;
	padding-left: 5px;
	width: 192px;
}
.pp_GraySection .boxImgDesc{
	overflow:hidden; 
	height:190px;
}
.pp_GraySection .boxImgDesc .boxImg{
	width:55px; 
	height:65px; 
	width:52px; 
	padding:5px;
	border:0px solid;
}
.pp_GraySection .boxImgDesc .boxDesc{
	padding:2px 5px 0px 0px; 
	width:90px; 
	font-size:10px;
 }
.fntColor {
	color:#1C3A54 !important;
}
/*----------------------------------SHOPPING CART------Vikas Hatwal------------------------------------------------------*/
.cartBoxWidth {
	width:960px !important;
}
div.linelistalt2, span.linelistalt2 {
	border: medium none;
	float: left;
	font-size: 11px;
	padding: 8px 5px;
	text-align: center;
	width: 80px;
}
.accessoriesBox .tableContainer .qty-cont input[type="text"] {
	border:2px solid #0EAFE6;
	border-radius:3px;
	color: #1C3A54;
	-moz-border-radius:3px;
	font-size:1em;/*margin:8px 0 0 2px;
	padding-left:.3em;*/
	/*width:3em;*/
}
.discount-desi {
	font-size:12px;
	font-weight:bold;
	text-align:right;
	float:left;
	margin-right:13px;
	margin-top:6px;
	min-width:100px;
}
.updateLink {
	color:#99B2CC;
	font-weight:bold;
	font-size:11px;
}
.updateLink a {
	color:#99B2CC;
	text-decoration:underline;
}
.updateLink a:hover {
	text-decoration:none;
}
.darkBlue {
	background:#4E6A84 !important;
}
.whiteBoxPad {
	padding:10px 15px 10px 15px !important;
}
.selectChkWidth {
	background: none repeat scroll 0 0 #99B2CC;
	color: #FFFFFF;
	float: left;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	text-align: left;
	width: 70px !important;
}
.selectChkWidthCol {
	color:#1C3A54;
	font-size:11px;
	font-weight:bold;
	width: 82px !important;
	float:left;
}
.checkoutBox {
	width:160px;
	float:right;
	margin-top:18px;
}
.imgmargTop {
	margin-top:10px;
	height:29px;
}
.zipCodeBox {
	border:#99b2cc solid 1px;
	width:153px;
	margin:0 0 0 2px;
}
.contiShop {
	float:left;
	color:#ff0202;
	font-size:11px;
	width:100%;
}
.shopPadTopL {
	padding:14px 0 0 8px;
}
.subtotalCart {
	float:right;
	padding:8px 0 0 0;
	color:#1c3a54;
}
.ShopMargTop {
	padding-top:8px !important;
}
.itemWidth {
	width:86px !important;
	text-align:left !important;
}
.itemMfrWidth {
	width:125px !important;
	text-align:left !important;
}
.descriptionWidth {
	width:260px !important;/*266*/
	text-align:left !important;
}
.qtyWidth {
	width:45px !important;
	text-align:left !important;
}
.warntyCont {
	width:514px;
	float:left;
}
.emailPdfCont {
	width:136px;
	float:left;
}
.emailPdfCont ul {
	margin:40px 0 0 0;
	padding:0;
}
.emailPdfCont li {
	list-style:none;
	padding:0 0 0 10px;
	margin:0;
	line-height:21px;
	font-size:12px;
	color:#1c3a54;
	font-weight:bold;
}
.emailPdfCont a {
	color:#1c3a54;
	text-decoration:underline;
}
.emailPdfCont a:hover {
	color:#1c3a54;
	text-decoration:none;
}
.subTotCont {
	width:257px;
	float:left;
}
.subTotTxt {
	color: #1C3A54;
	float: left;
	padding:3px 0;
	font-size: 12px;
	font-weight: bold;
	min-width: 128px;
	text-align: right;
}
.subTotTxt input[type="text"] {
	border:2px solid #0EAFE6;
	border-radius:3px;
	-moz-border-radius:3px;
	font-size:1em;
	width:8em;    
    color: #1C3A54;
	vertical-align:middle;
}
.txtShipping {
	text-align:center;
	color:#152c3f;
	font-size:10px;
}
.txtShipping1 {
	text-align:right;
	color:#152c3f;
	font-size:10px;
}
.txtShipping input[type="text"] {
	border:2px solid #0EAFE6;
	border-radius:3px;
	-moz-border-radius:3px;
	font-size:1em;
	width:11em; 
	margin: 4px 0 5px;
    color: #1C3A54;
	vertical-align:middle;
}

.txtShipping input[type="password"] {
	border:2px solid #0EAFE6;
	border-radius:3px;
	-moz-border-radius:3px;
	font-size:1em;
	width:11em; 
	margin: 4px 0 5px;
    color: #1C3A54;
	vertical-align:middle;
}
.WarrantyHD {
	background:#99b2cc;
	padding:4px;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	text-align:center;
}
.gridBox {
	border:solid 1px #99b2cc;
	overflow:hidden;
	border-top: none;
	border-bottom: none;
	font-size:12px;
	color:#1c3a54;
	font-weight:bold;
}
.coL1 {
	width:344px;
	border-right:solid 1px #99b2cc;
	border-bottom:solid 1px #99b2cc;
	float:left;
	padding:3px 3px 3px 15px;
	line-height:20px;
	text-align:left;
}
.coL2 {
	width:82px;
	text-align:center;
	font-weight:bold;
	padding:3px;
	line-height:29px;
	border-right:solid 1px #99b2cc;
	border-bottom:solid 1px #99b2cc;
	float:left;
}
.coL3 {
	width:54px;
	border-bottom:solid 1px #99b2cc;
	padding:3px;
	float:left;
	text-align:center;
}
.reqExpChk {
	font-size:9px;
	text-align:center;
	padding:0 0 10px 0;
}
.reqExpChk a {
	color:#0eafe6;
	text-decoration:none;
}
.reqExpChk a:hover {
	color:#0eafe6;
	text-decoration:underline;
}
.existUserBox {
	border-top: solid 2px #99b2cc;
	margin:8px 10px 13px 10px;
}
.userHD {
	font-size:13px;
	color:#1c3a54;
	padding:8px 0 8px 0;
}
#toggleText {
	display:none;
}
.saveCartBox {
	border:solid 1px #99b2cc;
	display:inline-block;
	width:500px;
	font-size:11px;
	color:#1c3a54;
	text-align:left;
	padding:8px;
}
.saveIcon {
	float:left;
	width:50px;
}
.saveCartList {
	float:left;
	width:310px;
	margin-left:15px
}
.saveCartList p {
	font-size:15px;
	font-weight:bold;
	padding:0 0 15px 0;
	margin:0;
}
.addItemsExist {
	font-weight:normal;
	margin:0 0 10px 0;
}
.showMyList {
	float:left;
	width:90px;
	font-weight:bold;
	color:#0eafe6;
	padding-top:71px;
	padding-left:25px;
}
.showMyList a {
	color:#0eafe6;
	text-decoration:none;
}
.showMyList a:hover {
	color:#0eafe6;
	text-decoration:underline;
}
.saveCartList input[type="text"] {
	border:2px solid #0EAFE6;
	border-radius:3px;
	-moz-border-radius:3px;
	font-size:1em;
	width:11em;
	color: #1C3A54;
	vertical-align:middle;
}
.saveCartList input[type="image"] {
	vertical-align:middle;
}
.saveCartList select {
	border:1px solid #CCC;
	border-radius:3px;
	padding:3px;
	color: #1C3A54;
	-moz-border-radius:3px;
	font-size:1em;
	width:13em;
	vertical-align:middle;
}
/*--------------------------------1 NOV 2011 SUKHPREET SINGH ---------------------------------------------------*/

.big_wrapper_login {
/*	margin: 50px auto;*/
	width: 800px;
	margin:51px;
}
.login_greybox {
	border: 1px solid #99B2CC;
	float: left;
	text-align: left;
	width: 414px;
	min-height:335px;
}
.login_greybox1 {
	border: 1px solid #99B2CC;
	float: left;
	margin: 0 0 0 17px;
	text-align: left;
	width: 317px;
	min-height:335px;
}
.login_grey_fill {
    background-color: #1C3A54;
    color: #FFFFFF;
    font-size: 18px;
    height: 25px;
    padding-left: 10px;
}
.login_bottom_area {
	padding:0px 10px 0 10px;
}
.login_bottom_left {
	float: left;
	margin: 0;
	width: 209px;
}
.login_bottom_left p {
	margin:0px;
}
.login_bottom_right {
	float: left;
	margin: 0;
	width: 175px;
}
.login_bottom_right p {
	margin:0px;
}
.login_heading {
	color:#1C3A54;
	font-weight:bold;
	font-size:14px;
}
.login_small_txt {
	color: #1C3A54;
	font-size: 12px;
	padding-top: 15px;
}
.login_smaller_txt {
	color: #1C3A54;
	font-size: 11px;
	padding-top: 41px;
}
.login_smaller_txtbold {
	color: #1C3A54;
	font-size: 11px;
	font-weight: bold;
	padding-top: 28px;
}
.login_txt_field input[type="text"] {
	border: 2px solid #0EAFE6;
	border-radius: 3px 3px 3px 3px;
	font-size: 0.75em;
	margin: 2px 0 0 2px;
	padding-left: 0.1em;
	/*width: 13.15em;*/
	color: #1C3A54;
}
.login_txt_field input[type="password"] {
	border: 2px solid #0EAFE6;
	border-radius: 3px 3px 3px 3px;
	font-size: 0.75em;
	margin: 2px 0 0 2px;
	padding-left: 0.1em;
	/*width: 13.15em;*/
	color: #1C3A54;
}
.inner_div_login_left {
	float:left;
	width:170px;
}
.login_Orline {
	background-image: url(../business/login_orline.png);
	float: left;
	height: 282px;
	width: 35px;
	z-index:-1 !important;
}
.login_Orline1 {
	background-image: url(../business/spacer.gif);
	float: left;
	height: 282px;
	width: 1px;
}
.login_bottom_text {
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 14px;
}
.login_bottom_text p {
	padding: 32px;
}
.login_button {
	padding-left: 70px;
	padding-top: 55px;
}

.login_button_new{
	padding-left: 75px;
	padding-top: 71px;
}

.nobold_text {
	font-weight:normal;
	color:#0EAFE6;
	text-decoration:none;
}
.nobold_text a:hover {
	font-weight:none;
	color:#1C3A54;
	text-decoration:underline;
}
/*payment page css*/

.big_wrapper_step1 {
	margin: 0px auto;
	width: 911px !important;
}
.step1_icon {
	text-align:left;
}
.greybox_step1 {
	border: 1px solid #99B2CC;
	float: left;
	margin-bottom: 10px;
	margin-top: 20px;
	text-align: left;
	width: 700px;
}
.left_step1 {
	float: left;
	width: 702px;
}
.step1_bottom_area {
	padding:0px;
	margin:0px;
	position:relative;
}
.step1PO_number {
	border-bottom: 1px solid #99B2CC;
	overflow: hidden;
	padding: 10px 10px 10px 19px;
}


/*
.step1PO_number input[type="text"] {
	border: 2px solid #0EAFE6;
	border-radius: 3px 3px 3px 3px;
	font-size: 1em;
	margin: 0 0 -7px;
	padding-left: 0.1em;
}*/
.step1PO_number p {
	font-size:12px;
	font-weight:normal;
	color:#1C3A54;
	margin:0px;
	padding:12px 0px 0px 0px;
}

.step1PO_number a {
	color:#0eafe6;
	font-size:11px;
	text-align:left;
	text-decoration:none;
}

.step1PO_number a:hover{
	color:#0eafe6;
	font-size:11px;
	text-align:left;
	text-decoration:underline;
}

.step1PO_numberbold {
	padding:10px 10px 10px 35px;
	border-bottom:1px solid #99B2CC;
}
.step1PO_numberbold p {
	font-size:13px;
	font-weight:bold;
	color:#1C3A54;
}
.step1_paymentinfo {
	padding:15px 0px 0px 25px;
	font-size:18px;
	color:#1C3A54;
}
.step1_paymentinfo h4 {
	margin:0px;
}
.creditcard_field {
	float:left;
}
.creditcard_image {
	/*float: left;*/
	padding: 0 0 0 0;
    position: absolute;
    right:103px;
    top: 52px;
}
.step1field_name {
	float:left;
	width:180px;
}
.step1form_items {
	float: left;
	width: 174px;
	position:relative;
}
p.small_amex {
	font-size:10px;
	line-height:normal;
}
p.nobold {
	font-weight:normal;
}
.step1blue_bottom {
	background-color: #1C3A54;
	clear: both;
	padding: 10px;
	overflow:hidden;
}
.previous_image {
	width:50%;
	text-align:left;
	float:left;
}
.next_image {
	width:50%;
	float:left;
	text-align:right;
}
.step1needhelp {
	padding:0px 0px 5px 10px;
}
.step1needhelp p {
	font-size:10px;
	font-weight:normal;
	color:#1C3A54;
	margin:0px;
	padding:0px;
}
.whiteBoxpayment {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 0.1em 0.1em 0.1em 0.1em;
	overflow: hidden;
	padding:0px;
	margin:0px;
}
.step1needhelp h5 {
	margin:0px;
	padding:5px 0 0 0;
}
.abs_line {
	left: 60px;
	position: absolute;
	top: 100px;
}
.secLine {
	border-top: 1px solid #99B2CC;
	float: left;
	position: absolute;
	right: 0;
	top: 140px;
	width: 122px;
}
.purchasePadd {
	padding:10px;
}
.grayLineBox {
	border:#BFBFBF solid 2px;
	/*overflow:hidden;*/
	/*padding:3px;*/
	padding: 3px;
}
/*express checkout*/

.box_firstbox {
	border:2px solid #bfbfbf;
	width:450px;
	padding: 0 5px 15px;
	background-color:#EAEFF5;
	overflow: hidden;
	margin-bottom:15px;
}
.big_wrapper_step2 {
	margin: 0px auto;
	width: 915px;
}
.width_adj {
	width:340px !important;
}
.password_width {
	padding-top: 23px;
	width: 175px;
}
.small_padding_width {
	padding-left:10px;
}
.test_overflow {
	overflow:hidden;
}
.fedex_ground_desc {
	/* width: 677px; */
	width:654px;
}
.order_cutoff {
	border: 2px solid #4F6B84;
	color: #1C3A54;
	margin: 19px 0 15px;
	padding: 5px;
	width: 96%;
	text-align:center;
}
.order_cutoff p {
	font-size:12px;
}
.fedex_desc {
	font-size:12px;
	padding: 5px;
	background-color:#BFBFBF;
	height:43px;
	margin-bottom:5px;
}
.blue_border_carrier {
	border: 2px solid #4F6B84;
	padding: 5px;
	/*width:404px;*/
	width:381px;
	font-size:12px;
	min-height:161px;
}
.blue_border_carrier a {
	color:#1C3A54;
	text-decoration:underline;
}
.blue_border_carrier a:hover {
	text-decoration: none;
}
.blue_border_carrier p {
	margin:0px;
	padding:0px;
}
.shipping_calculator {
	border: 2px solid #4F6B84;
	margin-left: 5px;
	padding: 5px;
	width: 240px;
	background-color:#4F6B84;
	color:#fff;
	height:184px;
}
.shipping_calculator p {
	margin:0px;
	padding:0px;
}
.fedex_moremargin {
	border-bottom: 1px solid #99B2CC;
	padding: 10px 10px 10px 10px;
}
.cost_carrier {
	padding-left:5px;
}
.cost_carrier p {
	padding-bottom:5px;
}
.right_calc {
	background-color:#99B2CC;
	height:132px;
	width:192px;
	margin-top:20px;
	float:left;
}
.left_calc {
	background-color:#4F6B84;
	margin-top:20px;
	float:left;
}
.calc_desc {
	color: #1C3A54;
	padding: 12px 0 0;
	width: 92px;
}
.calc_desc p {
	padding-bottom:5px;
}
.calc_right_input {
	color: #1C3A54;
	padding: 10px 0 0;
	width: 92px;
}
.calc_right_input p {
	padding: 0px;
}
.calc_right_input input[type="text"] {
	border: 2px solid #0EAFE6;
	border-radius: 3px 3px 3px 3px;
	font-size: .8em;
	color: #1C3A54;
	margin: 0 0 2px 0;
	padding-left: 0.1em;
}
.shipping_address_list {
	font-size:12px;
}
.ship_address_field input[type="text"] {
	border: 2px solid #0EAFE6;
	border-radius: 3px 3px 3px 3px;
	font-size: 0.8em;
	color: #1C3A54;
	margin: 0 0 4px;
	padding-left: 0.1em;
}
.ship_address_name {
	font-size:12px;
	float:left;
}
.ship_address_name p {
	margin: 0;
	padding: 0 0 9px;
}
.ship_address_field {
	font-size:12px;
	float:left;
	padding:0 0 0 10px;
}
.ship_address_field p {
	padding:0px;
	margin:0px;
}
/* order confirmation page */


.thankyou_order {
	width:590px;
}
.thankyou_order p {
	font-size:12px;
}
.thankyou_order h4 {
	margin:0px;
	color:#4E6A84;
}
.border_grey {
	width:650px;
	padding:10px;
	border:2px solid #BFBFBF;
	margin:10px auto;
}
.address_shipto {
	border:1px solid #BFBFBF;
	width:344px;
	padding:5px;
	margin-right:10px;
	font-size:11px;
	font-weight:bold;
	line-height:16px;
	margin-top:5px;
	overflow:hidden;
}
.address_shipto span {
	margin-left:20px;
	display:block;
	float:left;
}
.address_shipto1 {
	width:250px;
	padding:5px;
	margin-right:10px;
	font-size:11px;
	font-weight:bold;
	line-height:16px;
}
.address_shipto1 span {
	margin-left:20px;
	display:block;
}
.address_shipto1 span b {
	color:#4E6A84;
	margin-left:2px;
}
/* New Address Page sukhpreet*/

.border_grey_newadd {
	width:461px;
	border:2px solid #BFBFBF;
	padding:2px;
	overflow:hidden;
}
.newadd_fillgrey {
	background-color:#BFBFBF;
	padding:3px 3px 3px 10px;
	margin-bottom:10px;
}
.step1field_namenew {
	font-size:12px;
	margin-left:10px;
	float:left;
}
.step1field_namenew li {
	list-style:none;
	padding-bottom:10px;
 //padding-bottom:9px;
}
.step1form_itemsnew {
	font-size:12px;
	float:left;
}
.step1form_itemsnew li {
	list-style:none;
	padding-bottom:6px;
}
.label_forms {
	padding: 7px 0 5px 12px;
}
.input_forms {
	padding:4px 0px 5px 3px;
	font-size:12px;
}
.input_forms span {
	padding-left:3px;
}
.creditcard_fieldadd {
	width:450px;
}
li.step1field_namenew {
	list-style:none;
	padding-bottom:10px;
 //padding-bottom:9px;
}
li.step1field_itemsnew {
	list-style:none;
	padding-bottom:6px;
}
.alias_text {
	margin-right:100px;
	margin-left:10px;
	float:left;
}
.add_new_add {
	text-align:right;
	font-size:12px;
	padding-top:30px;
	padding-bottom:20px;
	color:#bfbfbf;
}
.add_new_add a {
	color:#4E6A84;
	text-decoration:none;
}
.add_new_add a:hover {
	text-decoration:underline;
}
/* approver select page sukhpreet */

.border_grey_approvers {
	border: 2px solid #BFBFBF;
	overflow: hidden;
	padding: 2px;
	width: 500px;
}
.creditcard_fieldapp {
	background-color: #BFBFBF;
	margin: 0 auto 10px;
	width: 90%;
}
.step1field_namenew {
	font-size:12px;
	margin-left:10px;
}
.first_drop {
	padding:20px;
}
.arrow_select {
	padding:65px 0px;
}
.full_dropdown {
	margin:0px auto;
}
/************************************ START account pages specific *************************************/

div.standardsLeft {
	float:left;
	overflow:hidden;
	padding:15px;
	width:180px;
}
div.stdLeftAE {
	border:1px solid #CCC;
	color:#1c3a54;
	font-size:.75em;
	padding:10px;
	text-align:left;
}
div.stdLeftAE a {
	color:#0eafe6;
	text-decoration:underline;
	font-size:0.8em;
}
div.stdLeftSubLinks {
	padding:10px 0px;
	text-align:left;
}
div.stdLeftSubLinks a {
	color:#1c3a54;
	font-size:.9em;
	font-weight:bold;
}
div.stdLeftSubLinks div {
	background-image:url('../global/bg_stdLeftGrad.png');
	height:34px;
	margin-top:2px;
	repeat:no-repeat;
}
div.stdLeftSubLinks div div {
	padding-left:40px;
}
div.stdLeftSubLinks div div a {
	line-height:35px;
}
div.stdLeftSubLinks div.corpStd {
	background-image:url('../global/icon-house.png') !important;
	background-position:6px center;
	background-repeat:no-repeat;
}
div.stdLeftSubLinks div.myLists {
	background-image:url('../global/icon_myLists.png') !important;
	background-position:7px center;
	background-repeat:no-repeat;
}
div.stdLeftSubLinks div.quickReorder {
	background-image:url('../global/icon_reorder.png') !important;
	background-position:6px center;
	background-repeat:no-repeat;
}
td.categoryPad {
	line-height:10px;
}
td.category {
	background-color:#369;
	border:1px solid #FFF;
	color:#FFF;
	font-size:.9em;
	font-weight:bold;
	padding:3px;
	text-align:left;
}
table.catDetails_table {
	border-collapse:collapse;
}
table.catDetails_table th {
	background-color:#99b2cc;
	border:1px solid #99b2cc;
	color:#FFF;
	font-size:.75em;
	font-weight:bold;
}
table.catDetails_table th.blue {
	background-color:#99b2cc;
	border:1px solid #99b2cc;
	color:#213a54;
	font-size:.75em;
	font-weight:bold;
	text-align:left;
}
table.catDetails_table th a {
	color:#FFF;
}
table.catDetails_table th a.normal {
	font-weight:normal;
}
table.catDetails_table td {
	border:1px solid #99b2cc !important;
	color:#162d41;
/*	font-size:.9em;*/
	padding:5px;
	font-size:0.688em;
	text-align:left;
}
table.catDetails_table td a {
	color:#0EAFE6;
}
table.small th, table.small td {
	font-size:.6em;
	text-align:center;
}
.productDetailsTxt {
	font-size:.8em;
	line-height:.9em;
}
div.myAccountMenu {
	background:#1c3a54;
	margin-top:20px;
	padding:3px;
	text-align:left;
	width:190px;
}
div.myAccountMenu div.AccountHdr {
	background-color:#1c3a54;
	border-bottom:2px solid #0eaee8;
	font-size:1.1em;
	padding:3px 6px 6px 3px;
	width:181px;
}
div.myAccountMenu div.AccountHdr a {
	color:#0eaee8;
}
div.myAccountMenu > div {
	background-color:#0eaee8;
	background-position:6px center;
	background-repeat:no-repeat;
	border-bottom:2px solid #FFF;
	color:#FFF;
	padding:6px 0px 6px 35px;
	width:155px;
}
div.myAccountMenu > div a {
	display:block;
}
div.myAccountMenu > div a.downArrow {
	background-image:url('../global/icon_arrow_down.png');
	background-position:right 7px;
	background-repeat:no-repeat;
}
div.myAccountMenu > div a.upArrow {
	background-image:url('../global/icon_arrow_up.png');
	background-position:right 7px;
	background-repeat:no-repeat;
}
div.myAccountMenu > div img {
	float:right;
	padding-top:5px;
}
div.myAccountMenu div#purchaseMgmt {
	background-image:url('../global/icon_purchaseMgmt.png');
	background-position:7px center;
}
div.myAccountMenu div#corpStd {
	/*background-image:url('../global/icon-house.png') !important;*/
	background-image:url('../global/Implementation_icon.png') !important;
	background-position:5px 4px;
}
div.myAccountMenu div#orderStatus {
	background-image:url('../global/MngmntSolutions_icon.png');
	background-position:5px 12px;
}
div.myAccountMenu div#orderHistory {
	background-image:url('../global/LicensingPrograms_icon.png');
	/*background-position:10px center;*/
	background-position:5px 4px;
}
div.myAccountMenu div#accountHistory {
	background-image:url('../global/icon_accountHistory.png');
	background-position:5px 4px;
}
div.myAccountMenu div#myLists {
	background-image:url('../global/icon_myLists.png') !important;
	background-position:7px center;
}
div.myAccountMenu div#viewQuotes {
	background-image:url('../global/icon_viewQuotes.png');
	background-position:8px center;
}
div.myAccountMenu div#licensing {
	background-image:url('../global/icon_licensing.png');
	background-position:4px center;
}
div.myAccountMenu div#manageAccount {
	background-image:url('../global/icon_manageAccount.png');
	background-position:8px center;
}
div.myAccountMenu div#siteMap {
	background-image:url('../global/Specials_icon.png');
	background-position:5px 4px;
}
div.myAccountMenu div a {
	color:#FFF;
}
div.acctMenuActive {
	background-color:#1c3a54 !important;
}
div.rightNavSub {
	display:none;
	padding:0px !important;
	width:190px !important;
}
div.rightNavSub > div {
	background:url('../global/bg_rightNavSub.png') #dcf3fa 17px top repeat-y;
	border-bottom:1px solid #fff;
	font-size:.9em;
	padding-left:35px;
	width:155px;
}
div.rightNavSub > div:last-child {
	border-bottom:0;
}
div.rightNavSub > div a {
	color:#3dade7;
}
div.productConfigs {
	background:#1c3a54;
	margin-top:15px;
	padding:3px;
	text-align:left;
	width:190px;
}
div.productConfigs div.prodCfgHdr {
	background-color:#1c3a54;
	color:#0eaee8;
	font-size:1em;
}
div.productConfigs div.prodCfgHdr img {
	vertical-align:middle;
}
div.productConfigs div {
	background-color:#FFF;
	font-size:.7em;
	padding:3px 6px;
	width:178px;
}
div.productConfigs div a {
	color:#0eaee8;
}
div.AcctInnerContainer {
	border:3px solid #bfbfbf;
	float:left;
	margin:15px 15px 0px 0px;
	padding:5px;
	text-align:left;
}
div.AcctInnerContainer h1 {
	background-color:#516a83;
	color:#fff;
	font-size:.9em;
	margin:10px 0px;
	padding:4px 8px;
}
div.AcctInnerContainer h2 {
	background-color:#9cb2cc;
	color:#fff;
	font-size:.8em;
	font-weight:normal;
	margin:10px 0px;
	padding:3px 8px;
	text-indent:0px;
	width:97%;
}
div.AcctInnerContainer div.ZCheader {
	background-color:#0c96c6; /* IE9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#0c96c6), to(#0080aa));
	background: -moz-linear-gradient(top, #0c96c6, #0080aa);
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c96c6', endColorstr='#0080aa');
	clear:both;
	color:#FFF;
	font-size:1.4em;
	padding:8px;
}
div.AcctInnerContainer div.subheader {
	font-size:1em;
	margin-top:7px;
	padding-left:5px;
}
div.AcctInnerContainer div.ZCheaderDetail {
	float:left;
	font-size:.8em;
	padding-left:15px;
	padding-top:10px;
}
div.AcctInnerContainer > div {
	font-size:.7em;
	padding:7px 0px 7px 50px;
}
div.AcctInnerContainer div div.subLink {
	background-image:url('../global/hyperlinkArrow.png');
	background-position:40px 7px;
	background-repeat:no-repeat;
}
div.AcctInnerContainer div div.subLinkHref {
	padding:3px 0px 0px 50px;
}
div.AcctInnerContainer div div.subLinkTxt {
	color:#152b3f;
	padding:0px 0px 0px 75px;
}
div.AcctInnerContainer div div.subLink div.stmtTemp div{
	margin-left:76px;
}
div.AcctInnerContainer div div.subLink div.stmtTemp div strong{
	margin-left:-26px;
	font-weight:normal !important;
	padding-top:4px; 
	display:block;
	height:1px; 
	font-size:11px;
}

div.AcctInnerContainer div.expBillToAcct {
	font-size:.9em;
	font-weight:bold;
}
div.AcctInnerContainer div.billingFilledAcct {
	font-size:.9em;
	margin:-15px 0px 0px 20px;
}
div.AcctInnerContainer div.totals div.label {
	float:right;
	padding:3px;
	text-align:right;
}
div.AcctInnerContainer div.totals div.field {
	float:right;
	padding:2px 5px 1px 0px;
	text-align:right;
	width:100px;
}
div.AcctInnerContainer div.totals div.field input {
	text-align:right;
	color: #1C3A54;
}
div.AcctInnerContainer div.selectCarrier {
	border:3px solid #425b78;
	padding:5px 10px;
	width:44%;
}
div.AcctInnerContainer div.shippingCostCalc {
	background:#536b84 url('../global/bg_shippingCalc.png') 10px 40px no-repeat;
	padding:10px;
	width:45%;
}
div.AcctInnerContainer .shippingTitle {
	font-size:1.1em;
	font-weight:bold;
}
div.AcctInnerContainer .tinytext p {
	color:#1c3a54;
	font-size:.6em;
	letter-spacing:-.1em;
	margin:13px 0px;
	width:135px;
}
div.AcctInnerContainer .step1form_items {
	margin-top:10px;
	width:150px;
}
div.AcctInnerContainer .step1form_items p {
	margin:2px;
}
div.AcctInnerContainer .step1form_items input[type=text] {
	width:130px;
	color: #1C3A54;
}
div.AcctInnerContainer .step1form_items input.txt_card_security_code {
	width:40px;
}
div.AcctInnerContainer .secLine {
	border-top: 1px solid #99B2CC;
	float: left;
	position: absolute;
	right: 0;
	top: 140px;
	width: 122px;
}
div.AcctInnerContainer .creditcard_image {
	padding:0;
	position:absolute;
	right:-192px;
	top:22px;
	overflow:hidden;
	width:268px;
	direction: rtl;
}
div.AcctInnerContainer .verisign-icon {
    right: -150px;
    top: -50px;
}
div.AcctInnerContainer p.small_amex {
	font-size:.55em;
}
div.AcctInnerContainer div.grpColChk > div {
	width:33%;
}
ul.arrowedList li {
	background:url(../global/icon_bulletArrow.png) left 9px no-repeat;
	list-style:none;
	width:100%;
	padding:2px 0px 2px 12px;
}
div#corpStdBody {
	background-image:url('../global/icon-house-lg.png');
	background-position:left 5px;
	background-repeat:no-repeat;
}
div#orderHistoryBody {
	background-image:url('../global/icon-orderHistory-lg.png');
	background-position:6px 10px;
	background-repeat:no-repeat;
}
div#viewQuotesBody {
	background-image:url('../global/icon-viewQuotes-lg.png');
	background-position:6px 10px;
	background-repeat:no-repeat;
}
div#accountHistoryBody {
	background-image:url('../global/icon-accountHistory-lg.png');
	background-position:6px 10px;
	background-repeat:no-repeat;
}
div#myListsBody {
	background-image:url('../global/icon-myLists-lg.png');
	background-position:left 10px;
	background-repeat:no-repeat;
}
div#licensingBody {
	background-image:url('../global/icon-licensing-lg.png');
	background-position:left 10px;
	background-repeat:no-repeat;
}
div#manageAcctBody {
	background-image:url('../global/icon-manageAcct-lg.png');
	background-position:left 10px;
	background-repeat:no-repeat;
}
div.AcctInnerContainer div strong {
	font-size:1.4em;
}
div.AcctInnerContainer a {
	color:#0eafe6;
}
div.AcctInnerContainer div.defaulttext strong {
	font-size:1em;
}
div.AcctInnerContainer div.submissionBar {
	background-color:#213a54;
	padding:10px;
}
div.AcctInnerContainer div.gradTextGray {
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d9d9d9));
	background: -moz-linear-gradient(top, #ffffff, #d9d9d9);
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d9d9d9');
	padding: 7px 10px 7px 10px;
}
div.AcctInnerContainer div.gradTextGray ul.bulletArrowsLg li {
	background:url(../global/icon_bulletArrowLg.png) left 5px no-repeat;
	list-style:none;
	padding:5px 0px 2px 30px;
}
div.AcctInnerContainer div.gradTextGray ul.bulletArrowsLg li {
	color:#1c3a54;
}
div.AcctInnerContainer div.gradTextGray ul.bulletArrowsLg li a {
	font-size:14px;
}
.defaultboldred {
	color:red;
	font-weight:bold;	
}
.licensing_step1 {
	background-image:url('../global/icon-step1.png');
	/*background-position:6px 10px;*/
	background-repeat:no-repeat;
	padding:0px 0px 10px 40px;
}
.licensing_step2 {
	background-image:url('../global/icon-step2.png');
	/*background-position:6px 10px;*/
	background-repeat:no-repeat;
	padding:0px 0px 15px 40px;
}

/************************************ END account pages specific *************************************/



.emailBoxContNew {
	width:620px;
	margin:20px 0 0 25px;
	color:#1c3a54;
}
.emailBoxContNew strong {
	font-size:11px;
}
.required {
	width:400px;
	padding-left:160px;
	font-size:12px;
	padding-bottom:8px;
	padding-top:8px;
}
.emailInput {
	float: left;
	font-size: 11px;
	font-weight: bold;
	margin: 7px 10px 0 0;
	padding: 4px 0;
	text-align: right;
	width: 150px;
}
.emailInput1 {
	float: left;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 0;
	text-align: left;
	width: 256px;
}
.emailInput11 {
	float: left;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 0;
	text-align: left;
	width: 300px;
}
.emailBoxContNew input[type="text"] {
	border: 1px solid #0EAFE6;
	border-radius: 3px 3px 3px 3px;
	float: left;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding-bottom: 5px;
	padding-left: 0.1em;
	padding-top: 5px;
	text-align: left;
	color: #1C3A54;
	width: 185px;
}
.emailInput11 input[type="text"] {
	border: 1px solid #0EAFE6;
	border-radius: 3px 3px 3px 3px;
	float: left;
	color: #1C3A54;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding-bottom: 5px;
	padding-left: 0.1em;
	padding-top: 5px;
	text-align: left;
	width: 74px;
}
.blueStar {
	color:#0eafe6;
}
.emailChk {
	clear: both;
	color: #1C3A54;
	font-size: 11px;
	margin-bottom: 5px;
	margin-left: 157px;
	padding-top:4px;
}
.emailBoxContNew select {
	border: 1px solid #0EAFE6;
	border-radius: 3px 3px 3px 3px;
	font-size: 11px;
	color: #1C3A54;
	font-weight: normal;
	margin: 0 4px 0 0;
	padding: 5px 3px 5px 0;
	text-align: left;
}
.pdp_rebate_tab {
	font-size:12px;
	min-height:400px;
}
.pdp_rebate_hdr {
	margin:13px;
	background:#369;
	font-weight:bold;
	color:#fff;
	float:left;
	text-align:left;
	padding: 5px;
}
.hdr_mfr {
	float:left;
	width: 350px;
}
.hdr_exp {
	float:left;
	width: 165px;
}
.hdr_pdf {
	float:left;
	width: 165px;
}
.pdp_rebate {
	min-height: 20px;
	margin:13px;
	color:#0EAFE6;
	padding: 5px;
}
.item_mfr {
	float:left;
	width: 350px;
	text-align:left;
}
.item_exp {
	float:left;
	width: 165px;
	text-align:left;
}
.item_pdf {
	background: url('../global/icon_pdf.png') top left no-repeat;
	float:left;
	width: 165px;
	text-align:left;
	padding-bottom:5px;
}
.item_pdf a {
	color:#0EAFE6;
	padding:0 0 0 23px;
}
.verisign-icon {
    float: right;
    margin: 0 0 0 10px;
    position: absolute;
    right: 35px;
    top: 90px;
    width: 5em;
}
.billingFilled {
	font-size:12px;
	font-weight:bold;
	float:left;
	line-height:21px;
}
.expBillTo {
	font-size:12px;
	font-weight:bold;
	float:left;
	margin-right: 1.125em;
	margin-top: 0.75em;
}
.poNumb {
	font-size:12px;
	margin:30px 0 0 0;
}
.billBorder {
	border:grey solid 1px;
	padding:4px;
	width:250px !important;
	margin:0px 0 0 0px !important;
}
.leftShipBox {
	width:320px;
	float:left;
	margin:0 13px 0 0;
}
/* ppinfo page sukh*/
.border_greypp_info {
	border:2px solid #bfbfbf;
	width:656px;
	margin:0px auto;
	padding:10px;
	color:#4E6A84;
}
.step1PO_numberppinfo {
	border-bottom: 1px solid #99B2CC;
	padding: 10px;
}
.head_pp {
	margin:0px auto;
	text-align:center;
}
.left_names_pp {
	text-align:right;
	width:300px;
	font-size:12px;
}
.left_names_pp li {
	margin-bottom: 13px;
//margin-bottom:15px;
}
.right_names_pp {
	width:300px;
	padding-left:10px;
}
.big_container_pp {
	width:615px;
}
.list_pp {
	list-style: none outside none;
	margin-top: 4px;
}
.recoBotBorder {
	border-bottom: solid 1px #98B1CC !important;
	overflow:hidden !important;
}
.divLineVertical {
	background-image:url(../global/reco-divide.png);
	background-repeat:repeat-y !important;
	background-position:left !important;
}
.step1PO_number label {
    clear: both;
    float: left;
    font-size: 11px;
    margin: 2px;
    padding: 2px;
    width: 110px;
}



.step1PO_number input[type="text"] {
	border: 2px solid #0EAFE6;
	border-radius: 3px 3px 3px 3px;
	float:left;
	color: #1C3A54;
/*	width:160px;*/
	margin:2px;
	padding:3px;
}


.input_class{
	border: 2px solid #0EAFE6;
	border-radius: 3px 3px 3px 3px;
	float:left;
	color: #1C3A54;
/*	width:160px;*/
	margin:2px;
	padding:3px;
}

.step1PO_number input[type="password"] {
	border: 2px solid #0EAFE6;
	border-radius: 3px 3px 3px 3px;
	float:left;
/*	width:160px;*/
	margin:2px;
	padding:3px;
	color: #1C3A54;
}

.step1PO_number select{
	border: 2px solid #0EAFE6;
	border-radius: 3px 3px 3px 3px;
	float:left;
	width:95px;
	color: #1C3A54;
	margin:2px;
	padding:3px;
}
.thankBox{
	border:2px solid #BFBFBF;
	overflow:hidden; 
	margin:10px;
}

#wrap {
	width: 514px;
	float:left;
	border: 1px solid #99B2CC;
	font-size:11px;
	color:#1c3a54;
}
.cartVimg{
	position: absolute;
	top: 50%;
	left: 50%;
	height: 30%;
	width: 50%;
	margin: -35% 0 0 -35%;}
/*.priceVtxt{
	position: absolute;
	top: 50%;
	left: 50%;
	height: 30%;
	width: 50%;
	margin: -25% 0 0 -25%;
}*/

.priceVtxt {
    height: 30%;
    left: 43%;
    margin: -25% 0 0 -25%;
    position: absolute;
    top: 66%;
    width: 67%;
}


.columnHeight{
	float: left; 
    padding:0px 10px;
	position: relative;
}

.columnHeightcart{
	padding:0px 10px;
		}

#col1 {
    border-right: 1px solid #99B2CC;
    text-align: left;
	font-weight:bold;
    width: 316px;
    border-top: 1px solid #99B2CC;
}
#col2 {
    border-right: 1px solid #99B2CC;
    font-weight: bold;
    width: 82px;
	border-top: 1px solid #99B2CC;

}
#col3 {
    width: 54px;
	border-top: 1px solid #99B2CC;
}
/*webCollage*/

.endeca_refine_subitemsIn ul{
	padding:0;
	margin:10px 0 0 0;
}
.endeca_refine_subitemsIn li {
	color: #0EAFE6;
	font-size: 12px !important;
	font-weight: normal;
	list-style: none outside none !important;
	padding: 2px 12px 0 !important;
	text-align: left;
}
.endeca_refine_subitemsIn li a {
	text-decoration:none;
	color:#0EAFE6;
}
.endeca_refine_subitemsIn li a:hover {
	text-decoration:underline !important;
	font-weight:normal;
}

.margin_top_partner_lnav{
	margin-top:10px;
	height:0;
	width:0;
}
.defaultpromobold{
	font-weight:bold;
}
.couponPad{
	padding-top:7px !important;
}


.landing_shop_by_size_grey {
    background-image:url(../business/grey_back_landing.jpg);
    background-repeat: repeat-x;
    /*height: 270px;*/
	overflow:hidden;
    padding: 18px 10px 20px 5px;
	text-align:left;
}

.landing_shop_by_size_grey .first_col_size {
    float: left;
    font-size: 0.75em;
    padding: 0 8px 8px;
    width: 145px;
	/*color:#38BAE7;*/
}

.landing_shop_by_size_grey .first_col_size a{
	text-decoration:none;
	color:#38BAE7;
}

.landing_shop_by_size_grey .first_col_size a:hover{
	text-decoration:underline;
	color:#38BAE7;
}

.shop_type_image{
	padding-bottom:8px;
}

.first_col_size .view_printers{
	padding:9px 15px 0 0;
	
}

.landing_shop_by_size_grey .second_col_size {
    border-left: 1px solid #87D5F0;
    float: left;
    font-size: 0.75em;
    padding-left: 5px;
    width: 177px;
	color:#38BAE7;
}

.landing_shop_by_size_grey .second_col_size a{
	text-decoration:none;
	color:#38BAE7;
}

.landing_shop_by_size_grey .second_col_size a:hover{
	text-decoration:underline;
	color:#38BAE7;
}


.landing_shop_by_size_grey .third_col_size {
    border-left: 1px solid #87D5F0;
    float: left;
    font-size: 0.75em;
    padding-left: 5px;
    width: 172px;
	color:#38BAE7;
}

.landing_shop_by_size_grey .third_col_size a{
	text-decoration:none;
	color:#38BAE7;
}

.landing_shop_by_size_grey .third_col_size a:hover{
	text-decoration:underline;
	color:#38BAE7;
}

.landing_shop_by_size_grey .fourth_col_size {
    border-left: 1px solid #87D5F0;
    float: left;
    font-size: 0.75em;
    padding-left: 5px;
    width: 192px;
	color:#38BAE7;
}

.landing_shop_by_size_grey .fourth_col_size a{
	text-decoration:none;
	color:#38BAE7;
}

.landing_shop_by_size_grey .fourth_col_size a:hover{
	text-decoration:underline;
	color:#38BAE7;
}


.landing_shop_by_size_grey .view_brandsall{
	padding:22px 15px 0 0;
	
}


.landing_shop_by_size_grey .view_brandsall a {
 	background-image: url(../business/grey_lens.png); /* MISSING IMAGE? */
    background-position: left 2px;
    background-repeat: no-repeat;
    color: #38BAE7;
    display: block;
    font-size: 1.2em;
    padding-bottom: 2px;
    padding-left: 20px;
    text-decoration: none;
}
.landing_shop_by_size_grey .view_brandsall a:hover{
	text-decoration:underline;
}
/*faq page*/
.bluebannerBG{
	width:900px;
	}
.horiGrayLine{
	border-bottom:#c8cfd6 solid 3px;
	overflow:hidden;
	width:850px;
	margin:0 auto;
}
.horiGrayLine ul{
		margin:0;
		padding:0;
}
.horiGrayLine li{
		margin:0;
		padding:0 0 0 10px;
		list-style:none;
		float:left;
		width:400px;
}

.rightDescTxt ul{
	margin:10px 0 0 13px;
	padding:0;
	}
.rightDescTxt li{
	list-style:none;
	padding:0 0 10px 20px;
	margin:0;
	background:url(../global/il-bullet.png) no-repeat left 6px;

}
.rightDescTxt{
	color:#1c3a54;
	font-size:14px;
	text-align:left;
}
.rightDescTxt p{
	margin:10px 0 8px 10px;
	padding:0;
}
.leftTitTxt{
	color:#336699;
	font-size:19px;
	text-align:right;
	font-weight:bold;
	padding:8px 8px 8px 0 !important;
}
.blueBotBG{
	background:url(../global/container-blueBG.gif) repeat-x bottom left;
}
.tryNowBtn{
	padding:20px 0 25px 0;
	text-align:center;
	cursor:pointer;

}
.horiGrayLine a{
	text-decoration: underline;
	color:#336699;
	}
.horiGrayLine a:hover{
	text-decoration: none;
	color:#336699;
	}
/**/
.padCredit{
	padding:10px 0 5px 10px;
}
.poCont{
	width:670px; 
	float:left; 
	text-align:left;
	padding-left:28px;
}
.poInfoCont{
	width:319px; 
	padding:5px 0 0 35px; 
	float:left; 
	text-align:left;
}
.btnPlace{
	margin:0 342px 0 0; 
	text-align:right;
}
.btnModify{
	margin:0 367px 0 0; 
	text-align:right;
}
div.myAccountMenu div#corpStd {
	background-image:url('../global/icon-house.png') !important;
}
div.myAccountMenu div#corpStdFst {
	background-image:url('../global/icon-house.png') !important;
}
div.myAccountMenu div#orderStatus {
	background-image:url('../global/icon_orderStatus.png');
	background-position:10px center;
}
div.myAccountMenu div#orderHistory {
	background-image:url('../global/icon_orderHistory.png');
	background-position:10px center;
}
div.myAccountMenu div#accountHistory {
	background-image:url('../global/icon_accountHistory.png');
	background-position:5px center;
}

div.myAccountMenu div#siteMap {
	background-image:url('../global/icon_siteMap.png');
	background-position:10px center;
}
.formsmallTxt{
	margin-top:-10px !important; 
	float:left;
}
.innerSrtBxWidth{
    width:730px;
}
.formadjust{
		width:120px; 
		padding:0 0 8px 0px;
		float:left;
}

.formpadSta{
	width:120px; 
	padding:0 0 10px 10px;
	float:left;
}
.formpadph{
		width:120px; padding:0 0 10px 78px;
		float:left;
}
.formpadLod{
	width:120px; padding:0 0 10px 0px;
	float:left;
}
.formpademail{
width:92px; padding:0 0 10px 10px;
	float:left;}
	
.itadBox{
	width:500px; 
	text-align:left;
}
.itadBox ul{
	margin:0;
	padding:0;
}
.itadBox li{
	margin:0;
	padding:0;
	list-style:none;
}
.itadBox li a{
	list-style:none;
	text-decoration:underline;
	color:#0EAFE6;
}

.itadBox li a:hover{
	list-style:none;
	text-decoration:none;
	color:#0EAFE6;
}
.typeWidth{
	width:153px;
}
.typeradio{
	width:117px;
}
.radiohard{
	width:124px;
}
.radioAsset{
	width:104px;
}
.topBorderBox{
	border-top:1px solid #CCCCCC;
	margin-top:8px; 
	padding-top:8px;
}
.linkClass{
	color:#0EAFE6;
}
.linkClass a{
	color:#0EAFE6;
	text-decoration:underline;
}

.linkClass a:hover{
	color:#0EAFE6;
	text-decoration:none;
}

.review_tableContainer{
	width:650px;	
}

.divContTPad{
	margin:2px 0 0 0; 
	padding:0;
}
.redBand{
	background:#ca0000; 
	width:675px; 
	float:left; 
	margin:0 5px 5px 10px; 
	color:#fff;
	padding:10px 0 10px 15px;
}
.redBand strong{
	font-size:24px; 
	color:#fff;
	text-transform:uppercase;
}
.redBand span{
	font-size:16px;
}
.bigTxt{
	color: #0B87B2 !important;
    font-size: 24px !important;
    font-weight: bold;
    line-height: 27px !important;
}
.bigTxt span{
  color: #0B87B2;
    font-size: 18px;
    line-height: normal;
}
.imgmarg{
	margin:0 20px 20px 0;
}
.widthRedHat{
	float: right;
    padding: 0 10px !important;
    width: 673px;
}
.colorTxt{
	color:#0EAFE6 !important;
	font-size:12px !important;
	font-weight:bold !important;
    padding: 3px 0;
}
.sub-titleHD{
    color: #1C3A54 !important;
    font-size: 12px !important;
    margin: 10px 0 0 !important;
    padding: 22px 0 0;
}

.sub-titleHD strong{
font-size:13px !important;
}
.widthRedHat p{
	padding:3px 0 10px 0 !important;
}
.widthRedHat ul{
		margin:0 0 8px 34px;
		padding:0;
}
.widthRedHat li{
		margin:0;
		padding:0;
		color:#1C3A54;
		font-size:12px;
}
.graySaperater{
	border-bottom:#ccc solid 2px;
	padding:7px 0;
}
.adobeBGGray{
		background:#fff url('../static/grayBG-adobe.gif') repeat-x left bottom;
		font-size:10px;
		overflow:hidden;
		padding:8px;
		margin-bottom:10px;
		
}
.adobeTxtWidth{
   float: left;
   margin: 0 24px;
   width: 636px;
}
.adobeTxtWidth p{
    font-size: 13px;
 /*   font-weight: bold;*/
    line-height: 22px;
}
.placeOrderWidth{
	float:left; 
	width:200px;
}
.placeOrderWidth p{
	font-size:9px;
}
.adobeGrayLine{
	border:#ccc solid 2px;
	padding:10px;
}
.adobeGrayLine p{
	font-size:10px !important;
	padding:0 0 3px 0;
	margin:0;
}
.adobeGrayLine em{
	font-size:10px;
}

.adobeGrayLine ul{
		margin:8px 0 8px 50px;
		padding:0;
}
.adobeGrayLine li{
		margin:0;
		padding:0;
		color:#1C3A54;
		font-size:10px;
}
.reseller-space{
	text-align:left; 
	margin-bottom:70px;
}
.blueBandBG{
	background:url(../static/blue-BG-band.gif) repeat-x left bottom;
	font-size:15px;
	text-align:right;
	color:#6ccef0;
	overflow:hidden;
	padding:0 0 0 50px;
	width:850px;
}
.blueBandLogo{
	float:left;
}
.blueBandBG span {
    display: block;
    font-size: 19px;
    margin: 12px 10px 0 0;
}
.pageSubHD {
    color: #1C3A54;
    font-size: 21px;
	margin-top:27px;
}
.pageSubHD span{
	font-size:16px;
}
.vmwareBracket {
    background: url(../static/vmware-bracketBG.gif) no-repeat scroll center center transparent;
    color: #152C41;
    height: 197px;
    margin: 20px 0 0;
    width: 773px;
}

.vmwareBracket .txtBlock {
    float: left;
    margin-left: 200px;
    margin-right: 25px;
    margin-top: 17px;
}
.vmwareBracket span{
	font-size:20px;
	font-weight:bold;
}
.vmTabber{
	background:url(../static/fade_left_line.gif) no-repeat left top;
	height: 177px;
    margin: 35px 0 0;
    width: 900px;
}
.vmTabber .tabHead{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #AEAEAE;
	border-bottom:none;
	border-left:none;
    float: left;
    font-size: 13px;
    font-weight: bold;
    padding: 8px;
	margin: 0 0 0 2px;
	color:#1C3A54;
    width: 40%;
}
.vmTabber .grayTabBG{
	background: url(../static/gray-BG-tab.gif) repeat-x scroll left bottom transparent;
    border-bottom: 2px solid #AEAEAE;
    margin: 0 0 0 2px;
    padding: 7px;
}
.thumbBox{
	float: left;
    margin: 10px 40px 0;
    width: 100px;
}
.ProductDescription{
	float:left;
	width:710px;
}
.txtBlueBandBG{
	background: url(../static/blue-band-BG.gif) repeat-x left bottom;
	font-size:21px;
	color:#fff;
	font-weight: bold;
    padding: 12px;
}
.thumb_padd{
    float: left;
    margin: 25px 0 10px 55px;
    width: 176px;
	font-size:11px;
}
.thumb_padd p, .thumb_padd1 p, .thumb_padd2 p{
	font-size:11px !important;
	padding:8px 0 0 0;
}
.thumb_padd1{
    float: left;
    margin: 25px 0 10px 10px;
    width: 177px;
	font-size:11px;
}
.thumb_padd2{
    float: left;
    margin: 25px 0 10px 10px;
    width: 176px;
	font-size:11px;
}
.ClintLogoBotBG{
	background: url(../static/logo-band-gray-bg.gif) repeat-x left top;
	margin-top:40px;
	font-size:11px;
	color:#b2b2b2;
	text-transform:uppercase;
	text-align:center;
	overflow:hidden;
	width:685px;
}
.ClintLogoBotBG img{
	float:left;
	/*margin:21px 0 15px 45px;*/
	margin:8px 0 15px 8px;
}
.ClintLogoBotBG div{
	margin:5px 0 0 0;
}

.blueBracket {
    background: url(../static/blue-bracket.gif) no-repeat scroll center center transparent;
    color: #152C41;
    height: 197px;
    margin: 20px 0 0;
    width: 774px;
	text-align:center;
}
.blueBracket .sub_HD{
	font-size:17px;
	font-weight:bold;
	line-height:18px;
}
.bulletBox{
	width:420px; 
	padding-right:10px;
}
.ulpadding{
	margin-left:22px;
	margin-bottom:22px;
}
.bulletHeadingTxt{
	color:#33669d !important;
	font-size:15px !important;
}

.bulletHeadingTxt ul li{

	line-height:18px;
	list-style-type:none !important;
	margin:0;
	padding:0;
}

.blueBorderBox{
	border:#c4eaf7 solid 1px; 
	width:355px; 
	padding:10px; 
	background:#e6f7fe;
}
.blueBorderBox ul{
	margin:0 0 0 15px !important;
	padding:0 !important;
}
.blueBorderBox li{
	color:#2b66a0 !important; 
	font-size:13px !important; 
	font-weight:bold !important; 
	margin:0 !important;
	list-style:outside !important;
	padding:0 !important;
}
.dividShadow{
	background:url(../static/shadow-divider.gif) no-repeat center;
	height:20px;
	margin-top: 25px;
	margin-bottom:10px;
	width:800px;
}
.styleUl{
		color:#1c3a54 !important;
}
.styleUl ul{
	margin:15px 0 10px 15px !important;
	padding:0;
}
.styleUl li{
	margin:0;
	list-style:outside !important;
	color:#1c3a54 !important;
	padding:0 !important;
}
.dottedBorder{
	text-align:right !important; 
	border-top:dashed #999 1px;
	width:100%;
	margin-top:10px; 
	padding-top:8px;
}
#ccslogos img {
    float: right;
    margin: 51px 0 -25px 18px;
    padding: 0;
/*    width: 190px;*/
}
/*static pages*/
#text-style p.arrow, div.arrow{
	background-image:url(../../images/static/big-blue-arrow.png);
	background-repeat:no-repeat;
	background-position: 10px 18px;
	padding-left:55px;
	font-size: 20px;
}
#text-style p.arrowOrange, div.arrowOrange{
	background-image:url(../../images/static/big-orange-arrow.png);
	background-repeat:no-repeat;
	background-position: 10px 18px;
	padding-left:55px;
	font-size: 20px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}

#text-style{
	font-family: Arial,Helvetica,sans-serif
	}

#text-style h1 {
	font-size: 2em; /* 32px --> 32 ÷ 16  */
	line-height: 1.1em; /* 24px --> 24 ÷ 32  */
	color:#336699;
	letter-spacing:-1px;
	margin-top:0px;
}
#text-style h2 {
	font-size: 1.375em; /* 22px --> 22 ÷ 16  */
	line-height: 1.0909em; /* 24px --> 24 ÷ 22  */
	color:#1c3a54;
	background:none;
	width:auto;
	text-indent:0;
}
#text-style h3 {
	font-size: 1.25em; /* 20px --> 20 ÷ 16 = 1.25 */
	line-height: 1.2em; /* 24px --> 24 ÷ 20 = 1.2 */
	color:#1c3a54;
}
#text-style h4 {
	font-size: 1.125em; /* 18px --> 18 ÷ 16  */
	line-height: 1.333em; /* 24px --> 24 ÷ 18  */
}
#text-style h5, h6 {
	font-size: 1em; /* 16px --> 16 ÷ 16  */
	line-height: 1.5em; /* 24px --> 24 ÷ 16  */
}
#text-style p {
	font-size:1em;
}
/*--- HEADINGS ---*/
#text-style h1, #text-style h2, #text-style h3, #text-style h4, #text-style h5, #text-style h6 {
	margin-bottom: 24px;
	font-weight: bold;
	margin-top:0px;
}
/*--- PARAGRAPHS ---*/
/*
#text-style p {
	margin-bottom: 24px;
}*/
#text-style .box {
	background-color:#e4e8ee;
	padding:12px;
	margin-bottom:12px;
	}
	
#text-style .dotted {
	background-color:#F3F3F3;
	border:1px dashed #C2C2C2 ; 
	padding:12px;
	margin:20px 0;
	}	
#text-style .divider {
	background-color:#ddd;
	height:1px;
	margin:23px 0px 12px 0px;
	width:100%;
}
#text-style .img-right {
	float:right;
	margin:0px 0px 10px 20px;
}
#text-style #content-left {
	float:left;
	margin-right:40px;
	width:160px;
	margin-top:40px;
}
#text-style #content-left a {
    color:#237ED7;
    float:left;
    font-size:13px;
    line-height:18px;
    margin:20px 0 0 0;
    text-align:left;
} 
#text-style #content-left .prodLogo {
	margin-bottom:20px;
}
#text-style #content-right {
	color: #1C3A54;
	float: left;
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 50px;
	padding-top: 35px;
	text-align: left;
	width: 740px;
}


#text-style p, ul {
	margin-bottom: 24px;
}
#text-style ul {
	margin-left:15px;
	color: #1C3A54;
	line-height:1.5em
}
#text-style p.title {
	margin-bottom:0px;
	font-weight:bold;
}
.ultopmarg {
	margin-top:25px;
	margin-bottom:24px;
}
#text-style #content-right a {
	color:#237ED7;
	text-align:left;
	text-decoration:none;
}
#text-style #content-right a:hover {
	text-decoration:underline;
}

#text-style a {
	color:#237ED7;
	text-align:left;
	text-decoration:none;
}
#text-style a:hover {
	text-decoration:underline;
}

.boxBlock {
	width:565px;
	margin-left:35px;
	margin-bottom:24px;
}
.boxBlock p{
	margin-top:0;
}
.pdf-icon {
	padding:2px 10px 0 0;
}

.lkbig{
	color:#237ED7;
	text-align:left;
	text-decoration:none;
	font-size:1.20em;
}
#text-style #content-main {
	color: #1C3A54;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 50px;
	text-align: left;
	width:686px;
}
#text-style #content-main a {
	color:#237ED7;
	text-align:left;
	text-decoration:none;
}
#text-style #content-main a:hover {
	text-decoration:underline;
}

/* ONline magazine starts */
#text-style .left_width{
width:405px !important; padding-left:10px
}

#text-style .main_width{
width:970px !important;
text-align:left;
line-height:1.5em
}

#text-style .right_width{
width:500px !important;margin-top:20px}

#text-style .text_align{
	text-align:left; border-bottom:solid 5px #E5E8F1;margin-top: 20px;padding-left:10px}

#text-style .h2_blue{color:#336699 !important}
	
#text-style .view_catalog{color:#F17A2A !important}	
/* ONline magazine ends */

/* more */
#ipadwrapper {
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5em;
}
#ipadwrapper p{
	line-height:24px;
	padding:0;
}
#ipadwrapper table {
	color:#1C3A54;
    margin-bottom:23px;
}
#ipadwrapper table a{
	color:#2579cd;
	text-decoration:underline;
}
#ipadwrapper table a:hover{
	text-decoration:none;
}
#ipadwrapper sup{
	font-weight:normal;
	font-size:60%;
    line-height:0;
    position:relative;
    vertical-align:baseline;
 	top:-0.5em;
}
#text-style.apple-macbook h1.custom {
    color:#336699;
    font-size:45px;
    letter-spacing:-2px;
    padding-top:40px;
}
#text-style.apple-macbook h1 span {
    color:#1C3A54;
    font-size:40px;
}
#text-style.apple-macbook .margin-right {
    margin-bottom:12px;
    margin-right:15px;
}
#text-style.apple-macbook td {
    padding-right:50px;
    white-space:nowrap;
}
/* /more */

/*Search_Sukh css starts*/
.mainContainer_search{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:#1C3A54;
	width:756px;
	overflow:hidden;
	padding:0 0 9px 0;
}

.comp_mainContainer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:#1C3A54;
	width:756px;
	overflow:hidden;
	padding:0 0 9px 0;
}
.header{
	background-color:#fff;
	margin:0 0px 0 6px;
	border-bottom:10px solid #1C3A54;
	width:756px;
}
h2{
	color:#0EAFE6;
	width:300px;
	background-color:#1C3A54;
	font-weight:normal;
	text-indent:25px;
	border-top:10px
}
.image_price .imgHeight{
		min-height:90px;
}
.qtyItem{
	overflow:hidden;
	margin-top:10px;
}
.qtyItem .leftQty{
	width:63px;
	float:left;
}
.qtyItem .cartIcon{
	width:50px;
	float:left;
}
li, ul, h1,h2{
	margin:0; padding:0;
}
.featureditems{
	width:136px;
	margin-left:15px;

}
.fetureStore ul li{
	float:left;
	list-style-type:none;
}
.fetureStore ul li a{
	text-decoration:none;
	margin-right:5px;
}
.mainlogocontainer{
	width:514px;
	float:left;
	margin-left:25px;
}
.logoBrand{
	float:left;
	width:520px;
	margin-bottom:9px;
}
.logoBrand li{
	width:75px;
	height:40px;
	background-color:#D4D8DA;
	list-style-type:none;
	float:left;
	margin-right:29px;
}
.lastRow{
	background-repeat:repeat-y;
	height:300px;
	width:763px;
	background-color:#996600;
	padding:30px 0 0 0;
}
.verticalGap{
	background-repeat:repeat-y;
	height:30px;
}
.headline{
	background-repeat:no-repeat;
	width:756px;
	height:42px;
}
.header_left_search{
	float:left;
	color:#0EAFE6;
	padding:5px 0 0 11px;
	font-size:20px;
}
.search_icon{
	float:left;
}
.search_text{
	padding-left:15px; 
	float:left;
}
.search_header_right{
	float:right;
	padding:13px 5px 0 0;
	font-size:11px;
	color:#fff;
	font-weight:bold;
}

.search_header_right a{
	padding-left:17px;
	padding-bottom:3px;
	padding-right:10px;
	/*background-position:left 0px;*/
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

.comp_refineMainContainer{
	width:712px;
/*	margin:0 auto;*/
	background:#fff;
	overflow:hidden;
	border:9px solid #1C3A54;
	border-top:none;
	margin-left:6px;
}
.landing_refine_search{
	width:100%;
	border-top:9px solid #1C3A54;
	overflow: hidden;
}
.refine_icon{
	float:left;
	width:45px;
	font-size:10px;
	color:#333333;
	padding-left:5px;
}
.image_list_design{
	border:1px solid #C4C4C4;
	border-radius:2px;
	-moz-border-radius:2px;
	font-size:0.75em;
	margin:10px auto;
	padding-left:.1em;
	width:717px;
	overflow:hidden;	
}
.image_list_desc{
	float:left;
	width:392px;
	padding:10px 5px;
}
.image_list_desc p{
	padding:12px 0 0 0;
	margin:0;
	font-size:9px;
}
.image_list_desc p a{
	font-size:11px;
	color:#0EAEE6;
	text-decoration:none;
	padding:0;
	margin:0;
	font-weight:bold;
}
.image_list_desc p a:hover{
	text-decoration:underline;
}
.image_list_price{
	float:left;
	width:170px;
	padding:5px;
}
.main_price_qty .rebate{
	float:left;
	width:75px;
	color:#339933;
	font-size:10px;
}
.main_price_qty .rebate a{
	color: #339933;
	text-decoration:none;
}
.main_price_qty .rebate a:hover{
	text-decoration:underline;
}
.main_price_qty{
	float:right;
	width: 145px;
}
.main_price_qty.qtyItem{
	overflow:hidden;
	margin-top:10px;
}
.main_price_qty .qtyItem .leftQty{
    float: left;
    margin: 0 0 0 40px;
    padding-top: 5px;
    width: 54px;
}
.main_price_qty .qtyItem .qtyTxt{
	color:#1C3A54;
	font-size:10px;
	float:left;
	width:20px;
	margin-top:3px;
}
.main_price_qty .qtyItem .qtyInput{
	width:12px;
	float:left;
	padding-left:5px;
}
.main_price_qty .qtyItem .cartIcon{
	width:50px;
	float:left;
}
.main_price_qty .itemPrice{
	float:left;
	font-size:12px;
	color:#CF1111;
	text-align:center;
	font-weight:bold;
}
.main_price_qty p{
	font-size:10px;
	text-align:right;
	padding-right:8px;
	margin: 0;
}
.grey_bottom{
	background-color:#E7E7E7;
	padding:3px;
}
.stock_stat{
	font-size:10px;
	float:left;
	width:62px;
	
}
.minlist{
	width:725px;
	margin:10px auto;
	overflow:hidden;
	border-bottom:1px solid #C4C4C4;
}
.minlist_main{
	width:100%;
}
.minlist_leftside{
    float: left;
    padding: 10px 0 10px 10px;
    width: 578px;
}
.minlist_leftside p a {
    color: #0EAEE6;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
.minlist_leftside p a:hover {
    text-decoration: underline;
}
.minlist_rightside{
	width:130px;
	float:left;
}
.minlist_right_main{
	float: right;
    padding: 5px 0 5px 5px;
    width: 87%;
}
.minlist_main_qty{
	float:left;
	width: 65px;
	margin-top: 40px;
}
.minlist_main_qty .qty{
	color:#1C3A54;
	font-size:10px;
	float:left;
	width:20px;
	margin-top:3px;
}
.minlist_main_cart{
    float: left;
    width: 47px;
}
.minlistcart_price{
	font-size:10px;
	font-weight:bold;
	color:red;
}
.right_side_item{
	width:175px;
	float:left;
	font-size:10px;
	font-weight:bold;
	color:#6F6F6F;
}
.right_side_item a{
	color:#6F6F6F;
	text-decoration:none;
}
.right_side_item a:hover{
	color:#6F6F6F;
	text-decoration:underline;
}
.right_side_mfr{
	margin-right:10px;
	float:left;
	width:110px;
	font-size:10px;
	font-weight:bold;
	color:#6F6F6F;
}
.right_side_mfr a{
	color:#6F6F6F;
	text-decoration:none;
}
.right_side_mfr a:hover{
	color:#6F6F6F;
	text-decoration:underline;
}
.endeca_nav_main{
	width:187px;
	border: 3px solid #1C3A54;
	margin-bottom:10px;
}
.form_transparent{
	border: 0px transparent;
}
#endeca input[type="text"] {
    border: 0 none;
    float: left;
    font-size: 14px;
    padding-left:0;
    padding-top: 3px;
}
#endeca input[type="image"] {
    float: right;
    margin: 3px 3px 3px 0px;
}
.endeca_refine_bar{
	background:#336699;
	margin:5px 0px;
}
.endeca_refine_items {
    margin: 0px;
}
.endeca_refine_items p {
    color: #336699;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 15px 0px 8px 0px;
    text-align: left;
}
.margin_left_endeca_nav{
	padding-left:10px;
}
.endeca_left_nav{
	margin:0px 10px 10px 10px;
}
.endeca_config_image{
	background:#1C3A54;
	float:left;
	width:36px;
}
.endeca_left_header{
    font-size: 16px;
    font-weight: normal;
	color:#0EAEE6;
    float: left;
    padding-left: 5px;
    padding-top: 8px;
    width: 153px;
	background:#1C3A54;
	padding-bottom:9px;
}
.topHDTitleBlue{
	padding:0;
	margin:0;
	color:#0EAEE6;
	background:#1C3A54;
	font-size:18px;
	text-align:left;
	text-decoration:bold;
}
.topHDTitleBlue img{
	padding:0 3px 1px 0;
	vertical-align:middle;
}
.footendline{
	border-bottom:10px solid #1C3A54;
	width:756px;
	margin:0 0 0 6px;
}
.no-line{
		border:none !important;
}
.landing_headline_right{
	float:right;
	padding:9px 15px 0 0;
}
.landing_headline_right a{
	background-repeat:no-repeat;
	padding-left:15px;
	background-position:left 2px;
	font-size:0.813em;
	color:#ffffff;
	text-decoration:none;
}
.img_portable {
	padding-top:10px;
}
.img_head_portable {
	padding-bottom:10px;
}
.page_not_found .leftColumn {
	width:756px;
	float:left;
}
.page_not_found .leftColumn .mainContainer {
	border:10px solid #1C3A54;
	padding:18px 20px;
	width:695px;
 //width:755px;
	font-size:12px;
	line-height:18px;
	color:#1c3a54;
}
.page_not_found .leftColumn .head_main {
	width:755px;
	margin-bottom:0px;
	position:relative;
}
.page_not_found .leftColumn .headline_left {
	float:left;
	color:#0EAFE6;
	height:30px;
	padding:8px 15px 0px 15px;
	font-size:18px;
}
.page_not_found .leftColumn .head_main .box_1 {
	min-width:100px;
	min-height:30px;
	max-height:30px;
	padding:0px 0 0px 0;
	float:left;
	background-color:#1C3A54;
	position:absolute;
	top:0;
	left:0;
	border-right:2px solid #ffffff;
}
.page_not_found .leftColumn .head_main .box_2 {
	width:2px;
	background-color:#FFFFFF;
	height:30px;
	float:left;
}
.page_not_found .leftColumn .head_main .box_3 {
	background-repeat:repeat;
	height:30px;
	margin-right:8px;
}
.page_not_found .archivedTechnologyBriefs .rowBriefs .col1 {
	width:150px;
	float:left;
	margin-bottom:8px;
}
.page_not_found .archivedTechnologyBriefs .rowBriefs .col2 {
	float:left;
	width:415px;
	margin-right:20px;
}
.page_not_found .archivedTechnologyBriefs .rowBriefs .col3 {
	float:left;
}
.page_not_found .mainContainer .browseCategories .row ul {
	margin:0;
	padding:0;
}
.page_not_found .mainContainer .browseCategories .row ul li {
	list-style-type:none;
	line-height:18px;
	margin:0;
	padding:0;
}
.page_not_found .mainContainer .browseCategories .col {
	float:left;
	width:168px;
	margin-right:4px;
}
.page_not_found .mainContainer .sorryBox {
	margin:0 auto;
	width:578px;
	padding:10px;
	margin-bottom:50px;
	border:1px solid #cccccc;
	background-color:#F5F5F5;
	text-align:left;
}
.page_not_found .mainContainer .sorryBox .leftcol {
	float:left;
}
.page_not_found .mainContainer .sorryBox .rightcol {
	float:right;
	width:200px;
}
.page_not_found .headlineBoldtext {
	color:#27807A;
	font-weight:bold;
	font-size:14px;
	display:block;
	margin-bottom:1px;
	text-align: left;
}

/*Search_Sukh css end*/

/* CA recycle page */

.recycle_head{
	padding:20px 0 10px 0; border-bottom:solid 2px #E5E8F1; text-align:left
	}
	
.recycle_head h1{
	margin-bottom:0px !important;
	margin-left: 10px;
	}	

.recycle{
	width:750px; margin-top:20px; margin-left: 10px; color:#1C3A54
	}

.recycle h1{
	font-size:18px;	margin:0; padding:0
	}
	
	
/* Seminar static pages 08-23-12 */
.seminarPages{
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
}
.seminarPages .prodDetailContent {
	padding:17px 0 0 0 !important;;
}
.seminarPages p.ipadonly{
	padding:0;
}
.seminarPages .logo {
	margin: 0 0 20px 0;
	border-bottom: solid 1px #ccc;
	padding-bottom:20px;
	float:right;
	width:970px;
}
.seminarPages .logo p{
	text-align:right;
	font-size: 18px; 
	color: #999999; 
	padding-top:5px;
	font-weight: bold;
	margin-bottom:10px;
}
.seminarPages .interior {
	overflow:hidden;
	zoom:1;
	padding-bottom 25px;
 	padding-top:15px;
	clear:both;
}
.seminarPages .header {
	padding: 20px 0 46px 20px;
	overflow: auto;
	min-height: 192px;
	font-family: Helvetica, Arial, sans-serif;
	border:0px solid red;
	width:933px;
}
.seminarPages .header h1 {
	font-size: 42px;
	line-height: 45px;
	font-weight: bold;
	width: 445px;
	margin: 0 0 25px 0;
	font-family: Helvetica, Arial, sans-serif;
}
.seminarPages .header h1 span {
	display: block;
	font-family: Helvetica, Arial, sans-serif;
}
.seminarPages .header h1 span.main{
	color:#369;	
}
.seminarPages .header h1 span.sub {
    font-size: 30px;
    font-weight: 200;
    line-height: 25px;
}
.seminarPages .header p.intro {
	width: 380px;
	font-size: 18px;
	line-height: 25px;
}
.seminarPages .header sup {
	font-size: 12px;
	line-height: 12px;
}
.seminarPages h2.bar {
	background-color: #e4e8ee;
	color: #369;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 25px 0;
	padding: 10px 2px;
	width:965px;
}
.seminarPages .info {
	width: 684px;
	float: left;
	overflow: auto;
	zoom: 1;
	padding-left: 27px;
	border-right: 1px solid #c8c8c8;
}
.seminarPages .info h3 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	margin: 0 0 .25em 0;
	color:#369;
}
.seminarPages .info p {
	margin-top: 5px;
}
.seminarPages .date {
	float: left;
	width: 150px;
	font-size: 12px;
	line-height: 15px;
}
.seminarPages .date span {
	display: block;
}
.seminarPages .date span.day {
	font-weight: bold;
	color:#333;
}
.seminarPages .date .button {
	margin-top: 10px;
}
.seminarPages .date .button a {
	padding: 6px 12px;
	color: #fff;
	font-weight:bold;
	text-decoration: none;
	background-color: #EF6A28;
	border: 1px solid #AC430F;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	display:block;
	width:45px;
}
.seminarPages .date .button a:hover {
	color: #fff;
}
.seminarPages .date .button a.viewArchive {
	width:87px !important;
}
.seminarPages .desc {
	float: left;
	width: 430px;
	margin-left: 40px;
	padding-bottom: 1em;
}
.seminarPages .sidebar {
	float: right;
	width: 230px;
	font-size: 12px;
	line-height: 20px;	
}
.seminarPages .sidebar h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 40px 0 5px;
	font-size: 18px;
	width: 215px;
}
.seminarPages .sidebar p {
	padding-top: 2px;
	width: 200px;
}
.seminarPages .sidebar a {
	color:#237ED7; 
	text-decoration:none;
}
.seminarPages .sidebar a:hover {
	color: #0297bd;
}
.seminarPages .legal {
	padding: 0 2px 20px 1px;
	margin-top: 2em;
	font-size: 10px;
	line-height: 13px;
	color: #999999;
}
.seminarPages .seminarDesc{
	overflow:hidden; 
	margin-bottom:20px; 
}
/* End Seminar static pages 08-23-12 */


#content {
	line-height:1.5em;
	color:#1c3a54;
	width: 940px;
	text-align:left;
	font-family:Arial,Helvetica,sans-serif;
}
#content p {
	margin-bottom: 24px;
	margin-top:0;
	font-size: 1em;
}
#content .indent {
	margin-left: 20px;
}
#content h1#page-title {
    border-bottom: 5px solid #e4e8ee;
	font-family:Arial,Helvetica,sans-serif;
    color: #336699;
    font-size: 2em;
    font-weight: bold;
    line-height: 70px;
    padding: 0 0 0 10px;
	margin-bottom:24px;
}
#content h1 span {
 color:#767676 !important;
 font-size:15px !important;
 font-weight:normal !important;
}
#content .inner{ 
	padding:0px 0px 10px 10px; 
} 
.twocol-right-sidebar .inner-left {
    margin-right: 20px;
    width: 675px;
	float:left;
}
.twocol-right-sidebar .inner-right {
    border-left: 1px solid #e5e5e5;
    padding-left: 20px;
	line-height:2.0em;
    width: 210px;
	float:right;
}
.twocol-right-sidebar .inner-left .indentPara{
	margin-left:27px;
}
.twocol-right-sidebar .inner-right a {
	font-size:0.9em;
}

.twocol-right-sidebar .col-right {
	border-left: 1px solid #e5e5e5;
	padding-left: 19px;
	text-align: left;
	width: 160px;
	margin-top:48px;
}
.col-right ul{
    list-style-type: none;
    margin: 8px 0 0 0 !important;
    padding:0;
}
.col-right ul li{
	line-height: 18px;
	margin-bottom:14px;
}
.col-right a{
    font-size: 0.75em !important;
}
.offerBox-gray{
	background:#eee; 
	padding:17px 20px; 
	margin-bottom:35px;
}
.offerBox-gray-heading{
	color:#F2521E; 
	font-size:1.5em; 
	letter-spacing:-1px; 
	margin-bottom:7px;
}

.colset-ultrabook{
	overflow:hidden;
	margin-bottom:25px;
}
.grey_boxes {
    background-color: #F3F3F3;
    height: 250px;
    line-height: 1.5em;
    margin: 0 20px 20px 0;
    padding: 10px 0 0;
    text-align: left;
    width: 220px;
	cursor:pointer;
}

.grey_boxes a{
	cursor:pointer;
	text-decoration:none;
	display:block
	}
.grey_boxes:hover{ text-decoration:none !important}

.grey_boxes p{
	color:#1C3A54 !important;
	text-decoration:none;
		}

/*--- sukhpreet window OEM ----*/
#text-style #full_length_static {
	color: #1C3A54;
	font-size: 16px;
	line-height: 1.3em;
	padding: 35px 40px 0 10px;
	text-align: left;
	width: 922px;
	position:relative;	
}

#full_length_static .left_OEM{
	width:470px;
} 

#full_length_static .right_OEM{
	450px;
} 
.bottom_OEM{
	margin:40px 0 80px 10px;
	text-align:left
}
