/* ==========================================================================
   General Style Settings
   ========================================================================== */
@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

embed {
	display:block;
}

a img {
	border-style:none;
}

form {
	padding:0;
	margin:0;
}

.no_margin {
	margin:0;
}

.clear {
	clear:both;
}

.clear_right {
	clear:right;
}

.clear_left {
	clear:left;
}

.clear_none {
	clear:none;
}

.left {
	float:left;
}

.right {
	float:right;
}

a:focus,
a:hover,
a:active {
	outline:none;
}

input,
textarea,
select {
	outline:none;
	font-family:'Open Sans', Arial, Sans-Serif;
}

sup,
sub {
	height:0;
	line-height:1;
	vertical-align:baseline;
	_vertical-align:bottom;
	position:relative;
}

iframe {
    border:0px none transparent !important;
}

input[type=button] {
	padding:3px;
	overflow:visible;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	border:1px solid #1271b3;
	background:url(../images/bg_blue_gradient.jpg) top left repeat-x;
	cursor:pointer;
}

input[type=button]:hover {
	padding:3px;
	overflow:visible;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	border:1px solid #6d6d6d;
	background:url(../images/bg_grey_gradient.jpg) top left repeat-x #686868;
	cursor:pointer;
}

input[type=submit] {
	padding:3px;
	overflow:visible;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	border:1px solid #1271b3;
	background:url(../images/bg_blue_gradient.jpg) top left repeat-x;
	cursor:pointer;
}

input[type=submit]:hover {
	padding:3px;
	overflow:visible;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	border:1px solid #6d6d6d;
	background:url(../images/bg_grey_gradient.jpg) top left repeat-x #686868;
	cursor:pointer;
}

.textfield_220px {
	float: left;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 10px;
	margin-top: 0;
	width: 112px;
}

/* ==========================================================================
   Layout Styles
   ========================================================================== */

body {
	margin:0;
	font-family: 'Open Sans', Arial, Sans-Serif;
	background: url(../images/bg.jpg) top center repeat-x #000;
}

#container {
	margin:0 auto 0 auto;
	width:1000px;
}

/* ==========================================================================
   Header Styles
   ========================================================================== */

#header {
	width:100%;
}

/* Top Navigation Styles
   ========================================================================== */

.top_navigation {
	height:29px;
	/*text-align:right; commented for #61160*/ 
	text-align: center; /*Added for #61160*/
	margin:0;
	padding:6px 10px 0 0;
}

.top_navigation p {
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
	margin:0;
	padding:0;
}

.top_navigation a:link {
	font-size: 12px;
	height: 14px;
	font-weight:normal;
	color:#FFFFFF;
	margin:0 3px 0 3px;
	text-decoration:none;
}

.top_navigation a:visited {
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	margin:0 3px 0 3px;
	text-decoration:none;
}

.top_navigation a:hover {
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	margin:0 3px 0 3px;
	text-decoration:underline;
}

.search_form {
	margin:0;
	padding:0;
	float:right;
}

.search_input {
	margin:0 0 0 15px;
	padding:1px;
	font-size:11px;
	font-weight:normal;
	color:#525252;
}

input.search_button {
	padding:0 3px 0 3px;
	overflow:visible;
	font-size:9px;
	font-weight:normal;
	color:#FFFFFF;
	border:1px solid #000;
	cursor:pointer;
	margin:1px 0 0 5px;
	line-height:16px;
	height:18px;
	background:url(../images/bg_blue_gradient.jpg) top left repeat-x;
}

input.search_button:hover {
	padding:0 3px 0 3px;
	overflow:visible;
	font-size:9px;
	font-weight:normal;
	color:#7A7979;
	border:1px solid #616161;
	background:#E3E4E5;
	cursor:pointer;
	margin:1px 0 0 5px;
	line-height:16px;
}

/* Logo & Tagline Graphic / Main Page Title Styles
   ========================================================================== */

.logo_tagline,
.main_page_title {
	width:100%;
	float:left;
}

.logo_tagline img,
.main_page_title img {
	width:100%;
}

/* Main Navigation Area
   ========================================================================== */

.main_navigation_container .htmlDetailElementTable {
	width:100%;
}

.main_navigation_container {
	width:100%;
	float:left;
	padding:0;
	margin:0;
}

/*** Dropdown Menu Style ***/

.main_nav,
.main_nav * {
	margin:0;
	padding:0;
	list-style:none;
	z-index:100;
}

.main_nav {
	line-height:1.0;
}

.main_nav ul {
	position:absolute;
	top:-999em;
	width:175px; /* This is the width of the dropdown panel, there are values below that must match this width */
	margin-top:18px;
}

.main_nav ul li {
	width:100%;
	font-size:12px;
	font-weight:normal;
	color:#AEAEAE;
	padding:0;
}

.main_nav ul li ul {
	position:absolute;
	top:-999em;
	width:175px; /* This value must match the width mentioned above in the .main_nav ul style */
	z-index:7;
	margin-top:0;
}

.main_nav ul li ul li {
	width:100%;
	font-size:12px;
	font-weight:normal;
	color:#AEAEAE;
	padding:0;
}

.main_nav li:hover {
	visibility:inherit; /* fixes IE7 'sticky bug' */
}

.main_nav li {
	float:left;
	position:relative;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	padding:.75em 1em;
}

.main_nav a {
	display:block;
	position:relative;
}

.main_nav li:hover ul {
	left:0;
	top:12px;
	z-index:99;
}

ul.main_nav li:hover li ul {
	top:-999em;
}

ul.main_nav li li:hover ul {
	left:175px; /* This value must match the width mentioned above in the .main_nav ul style */
	top:0;
}

ul.main_nav li li:hover li ul {
	top:-999em;
}

ul.main_navli li li:hover ul {
	left:175px; /* This value must match the width mentioned above in the .main_nav ul style */
	top:30px;
}

/*** Dropdown Color and Direction Styles ***/

.main_nav {
	float:right;
}

ul.main_nav li ul li a {
	border-bottom:1px solid #9d9d9d;  /* This is where you would change the bottom border color of the dropdown navigation */
	border-right:1px solid #9d9d9d;  /* This is where you would change the right border color of the dropdown navigation */
	padding:.75em 1em; /* This is where you would change padding around the dropdown text */
	color:#FFFFFF; /* This is where you would change text color in the dropdown */
	text-decoration:none;
	z-index:5;
}

.main_nav a,
.main_nav a:visited  { /* visited pseudo selector so IE6 applies text color */
	color:#FFFFFF;
	text-decoration:none;
}

.main_nav a:hover {
	outline:0;
	color:#FFF;
	text-decoration:none;
}

.main_nav li {
	cursor:pointer;
}

.main_nav li li {
	background:#7A7979; /* This is where you would change the background color of the secondary dropdown navigation*/
}

.main_nav li li li {
	background:#7A7979; /* This is where you would change the background color of the tertiary dropdown navigation*/
}

.main_nav li:hover {
	background:url(../images/bg_main_navigation_on.jpg) top left repeat-x;
	outline:0;
	color:#fff;
}

/* ==========================================================================
   Main Body Content / Structure Styles
   ========================================================================== */
.home_slider {
	width:100%;
	float:left;
	border-radius:0;
}

.home_slider img {
	width: 100%;
	border-radius:0;
}

.content_container {
	width:100%;
	float:left;
	padding:0;
	margin:0 0 10px 0;
}

.left_column {
	width:100%;
	float:left;
	padding:0;
	margin:10px 0 0 0;
}

.left_column_large,
.right_column_large {
	width:100%;
	float:left;
	padding:0;
	margin:10px 0 0 0;
}

.single_column_layout {
	width:100%;
	float:left;
	padding:0;
	margin:10px 0 0 0;
	background:#FFFFFF;
}

.center_column {
	width:100%;
	float:left;
	padding:0;
	margin:10px 0 0 0;
}

.right_column {
	width:100%;
	float:right;
	padding:0;
	margin:10px 0 0 0;
}

h2.title {
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-size:15px;
	font-weight:normal;
	color:#FFFFFF;
	text-shadow: 0.12em 0.07em 0.05em #333333;
	display:block;
	background:url(../images/bg_title_bar.jpg) top left repeat-x #005995;
	padding:5px 10px 5px 10px;
	margin:0;
	clear:both;
}

.fieldLabel {
	font-weight: bold;
}

/* Breadcrumb Styles
   ========================================================================== */

.breadcrumbs {
    background: url("../images/bg_breadcrumb.jpg") repeat-x scroll left top transparent;
    color: #FFFFFF;
    float: left;
    font-size: 13px;
    font-weight: normal;
    height: 25px;
    margin: 0;
    padding: 10px 0 0 0;
    text-shadow: 0.12em 0.07em 0.05em #333333;
    width: 100%;
}

.breadcrumbs_container {
	padding:0 0 0 0;
}

.breadcrumbs a:link {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
}
.breadcrumbs a:visited {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
}
.breadcrumbs a:hover {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
}

.breadcrumbs span.onlink {
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
}
/* END CHANGE BY EDL */
/*Add by Cody #79376 cc_jci_BreadcrumbInclude */
.breadcrumbDivider{
	color:#969696;
}
div.breadcrumbs_container a:not(:last-child){
	font-weight:normal;
}
/*End Add by Cody #79376 cc_jci_BreadcrumbInclude */
/* ==========================================================================
   Side Bar Elements
   ========================================================================== */

/* Product Search
   ========================================================================== */

.product_search {
	padding:10px;
	margin-bottom:10px;
	background:#fff;
	position:relative;
}

.product_search input[type=text] {
	padding:5px 4px 5px 4px;
	font-size:15px;
	line-height:22px;
	font-weight:normal;
	color:#525252;
	width:93%;
	margin:0;
	border-radius:4px 0 0 4px;
	border:1px solid #999999;
}

.product_search input[type=image] {
	margin:0;
	position:absolute;
	right:10px;
	top:10px;
	border-radius:0 4px 4px 0;
	border:1px solid #999999;
	width:32px;
}

.product_search_nav {
	padding:10px;
	margin-bottom:10px;
	background: url(../images/bg_side_cart.jpg) top left repeat-x #323334;
	font-size:12px;
	color:#FFFFFF;
}

.product_search_nav .introText {
	font-size:12px;
}

.product_search_nav .searchBar {
	float: left;
	margin: 0 5px 5px 0px;
	padding: 0;
	padding-right: 4px;
	width: 80%;
}

.product_search_nav p {
	margin:0 0 10px 0;
	padding:0;
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
	line-height:18px;
}
/* My Cart
   ========================================================================== */

.my_cart {
	padding:1px 10px;
	margin-bottom:10px;
	background: url(../images/bg_side_cart.jpg) top left repeat-x #323334;
	font-size:12px;
	color:#FFFFFF;
}

.my_cart p {
	margin:0 0 5px 0;
	padding:0;
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
	line-height:18px;
}

/* Contact Us
   ========================================================================== */

.contact_us {
	padding:10px 10px 0 10px;
	margin-bottom:10px;
	background:#FFFFFF;
	font-size:12px;
	color:#525252;
}

.contact_us p {
	margin:0 0 10px 0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#525252;
	line-height:18px;
}

.contact_us_viewport {
	padding:0;
	width:80px;
	height:90px;
	overflow:hidden;
	float:right;
	margin:0 0 0 10px;
}

.contact_us_viewport img {
	padding:0;
	width:80px;
	margin:0;
	float:right;
}

/* Quick Order
   ========================================================================== */

.quick_order,
.widget {
	padding:10px;
	margin-bottom:10px;
	background: url(../images/bg_side_cart.jpg) top left repeat-x #323334;
	font-size:12px;
	color:#FFFFFF;
}

.quick_order .sku {
	float: left;
	margin: 0 5px 5px 0px;
	padding: 0;
	padding-right: 4px;
	width: 65%;
}

.quick_order .qty {
	float:left;
	margin:0;
	padding:0;
	width:20%;
}

.quick_order .input_medium {
	margin: 0 0 0 5px;
	padding: 1px;
	width: 100%;
	font-size: 11px;
}

.quick_order .input_small {
	margin:0 0 0 3px;
	padding:1px;
	width:39%;
	font-size:11px;
}

.quick_order .quick_button {
	margin:10px 4px 0 0;
}
.quick_order .alert-info{
	word-break: break-word !important;
}
.quick_order .alert{
	word-break: break-word !important;
}

/* Promotions Side
   ========================================================================== */

.promotion_side {
	padding:0 0 10px 0;
}

.promotion_side img {
	width:100%;
}

/* Side Navigation / Accordion Menu
   ========================================================================== */

#side_nav,
#side_nav2 {
	padding:0 0 5px 0;
	margin-bottom:6px;
}

.side_navigation_dropdown {
	padding:0;
	margin:0;
}

.side_navigation_dropdown ul {
	padding:0;
	margin:0;
}

.side_navigation_dropdown,
.side_navigation_dropdown li {
	margin:0;
	padding:0;
	border:none;
	list-style:none;
}

.side_navigation_dropdown a {
	padding:5px 10px 5px 10px;
	/* fallback */ background-color: #646464;
	 background: url(../images/bg_side_navigation.jpg) top left;
	 background-repeat: repeat-x; /* Safari 4-5, Chrome 1-9 */
	 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#777777), to(#4f4f4f));
	/* Safari 5.1, Chrome 10+ */ background: -webkit-linear-gradient(top, #777777, #4f4f4f);
	/* Firefox 3.6+ */ background: -moz-linear-gradient(top, #777777, #4f4f4f);
	/* IE 10 */ background: -ms-linear-gradient(top, #777777, #4f4f4f);
	/* Opera 11.10+ */ background: -o-linear-gradient(top, #777777, #4f4f4f);
	text-decoration:none;
	display:block;
	color:#ffffff;
	font-size:12px;
}

.side_navigation_dropdown ul a {
	padding:5px 10px 5px 20px;
}

.side_navigation_dropdown ul li.parent-li a {
	padding:5px 10px 5px 20px;
}

.side_navigation_dropdown ul li.parent-li a:hover {
	padding:5px 10px 5px 20px;
}

.side_navigation_dropdown ul li.parent-li ul li a {
	padding:5px 10px 5px 25px;
}

.side_navigation_dropdown ul li.parent-li ul li a:hover {
	padding:5px 10px 5px 25px;
}

.side_navigation_dropdown ul li.parent-li ul li.parent-li a {
	padding:5px 10px 5px 25px;
}

.side_navigation_dropdown ul li.parent-li ul li.parent-li a:hover {
	padding:5px 10px 5px 25px;
}

.side_navigation_dropdown ul li.parent-li ul li.parent-li ul li a {
	padding:5px 10px 5px 30px;
}

.side_navigation_dropdown ul li.parent-li ul li.parent-li ul li a:hover {
	padding:5px 10px 5px 30px;
}

.side_navigation_dropdown a.parent,
.side_navigation_dropdown a.parent:hover {
	padding:5px 10px 5px 10px;
}

.side_navigation_dropdown a.parent.active {
	background:#0f6dad;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.125) inset;
	color:#FFF;
}

.side_navigation_dropdown a:hover {
	/* fallback */ background-color: #1372b4;
	 background: url(../images/bg_side_navigation_on.jpg) top left;
	 background-repeat: repeat-x; /* Safari 4-5, Chrome 1-9 */
	 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1c7fc2), to(#0763a2));
	/* Safari 5.1, Chrome 10+ */ background: -webkit-linear-gradient(top, #1c7fc2, #0763a2);
	/* Firefox 3.6+ */ background: -moz-linear-gradient(top, #1c7fc2, #0763a2);
	/* IE 10 */ background: -ms-linear-gradient(top, #1c7fc2, #0763a2);
	/* Opera 11.10+ */ background: -o-linear-gradient(top, #1c7fc2, #0763a2);
	text-decoration:none;
	display:block;
	color:#ffffff;
}

.side_navigation_dropdown a:active{}

/* ==========================================================================
   Main Content Area Elements
   ========================================================================== */

/* Categories 3 Column Layout
   ========================================================================== */

.categories_3_column {
	padding:10px 10px 0 10px;
	margin-bottom:10px;
	background:#ABADB0;
	width:560px;
	float:left;
}

.categories_3_column_item0 {
	margin:0;
	padding:0 10px 10px 0;
	width:180px;
	float:left;
}

.categories_3_column_item1 {
	margin:0;
	padding:0 10px 10px 0;
	width:180px;
	float:left;
}

.categories_3_column_item2 {
	margin:0;
	padding:0 0 10px 0;
	width:180px;
	float:left;
}

.categories_3_column_item0 p,
.categories_3_column_item1 p,
.categories_3_column_item2 p {
	font-size:11px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	text-align:center;
	margin:5px 0 0 0;
	padding:0;
}

.categories_3_column_item0 p a:link,
.categories_3_column_item1 p a:link,
.categories_3_column_item2 p a:link {
	font-size:11px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#3399CC;
}

.categories_3_column_item0 p a:visited,
.categories_3_column_item1 p a:visited,
.categories_3_column_item2 p a:visited {
	font-size:11px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#3399CC;
}

.categories_3_column_item0 p a:hover,
.categories_3_column_item1 p a:hover,
.categories_3_column_item2 p a:hover {
	font-size:11px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#525252;
}

.categories_3_column_viewport {
	padding:0;
	width:180px;
	height:120px;
	overflow:hidden;
}

.categories_3_column_viewport img {
	padding:0;
	width:180px;
	margin:0;
}

/* Categories Main 1 Row Medium Thumbnail
   ========================================================================== */

.categories_1_row_medium {
	padding:0 10px 10px 10px;
	margin:0 0 10px 0;
	float:left;
	background:#FFFFFF;
}

.categories_1_row_medium_item {
	margin:10px 0 0 0;

	float:left;
	border-bottom:1px solid #ABADB0;
	padding-bottom:10px;
}

.categories_1_row_medium_viewport {
	padding:0;
	width:145px;
	height:97px;
	overflow:hidden;
	float:left;
}

.categories_1_row_medium_viewport img {
	float:left;
	padding:0;
	width:145px;
	margin:0;
}

.categories_1_row_medium p {
	width:385px;
	float:right;
	clear:right;
	display:block;
	margin:15px 0 0 0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#525252;
	line-height:18px;
}

.categories_1_row_medium p a:link {
	font-size:15px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#3399CC;
}

.categories_1_row_medium p a:visited {
	font-size:15px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#3399CC;
}

.categories_1_row_medium p a:hover {
	font-size:15px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#8F8F8F;
}

.categories_1_row_medium p.description {
	width:385px;
	float:right;
	clear:right;
	display:block;
	margin:5px 0 0 0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#525252;
	line-height:15px;
}

/* Promotions Main
   ========================================================================== */

.promotion_main_3_column {
	padding:10px 10px 0 10px;
	margin-bottom:10px;
	background:#ABADB0;
	width:560px;
	float:left;
}

.promotion_main_3_column_item0 {
	margin:0;
	padding:0 10px 10px 0;
	width:180px;
	float:left;
}

.promotion_main_3_column_item1 {
	margin:0;
	padding:0 10px 10px 0;
	width:180px;
	float:left;
}

.promotion_main_3_column_item2 {
	margin:0;
	padding:0 0 10px 0;
	width:180px;
	float:left;
}

.promotion_main_3_column_viewport {
	padding:0;
	width:180px;
	height:120px;
	overflow:hidden;
}

.promotion_main_3_column_viewport img {
	padding:0;
	width:180px;
	margin:0;
}

/* Product Spotlight
   ========================================================================== */

.product_spotlight {
	padding:0 10px 10px 10px;
	margin:0 0 10px 0;
	float:left;
	background:#FFFFFF;
}

.product_spotlight_item {
	margin:10px 0 0 0;
	width:100%;
	float:left;
	border-bottom:1px solid #ABADB0;
	padding-bottom:10px;
}

.product_spotlight_item input {
	margin:0 0 0 10px;
}

.product_spotlight_viewport {
	float:left;
	padding:0;
	width:145px;
	height:120px;
	overflow:hidden;
	margin:0 10px 0 0;
}

.product_spotlight_viewport img {
	padding:0;
	width:145px;
	margin:0;
}

.product_spotlight p {
	display:block;
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#525252;
	line-height:18px;
}

.product_spotlight p a:link {
	font-size:15px;
	font-weight:normal;
	color:#0d6bab;
	font-family: 'Open Sans', Arial, Sans-Serif;
	text-decoration:none;
}

.product_spotlight p a:visited {
	font-size:15px;
	font-weight:normal;
	color:#0d6bab;
	font-family: 'Open Sans', Arial, Sans-Serif;
	text-decoration:none;
}

.product_spotlight p a:hover {
	font-size:15px;
	font-weight:normal;
	font-family: 'Open Sans', Arial, Sans-Serif;
	color:#8F8F8F;
	text-decoration:none;
}

.product_spotlight p.description {
	display:block;
	margin:5px 0 0 0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#525252;
	line-height:15px;
}

.product_spotlight p.price {
	display:block;
	margin:0;
	padding:10px 0 0 0;
	font-size:14px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#525252;
	text-align:right;
}

/* Featured Products
   ========================================================================== */
/*Adding for user story #43111 */
@media only screen and (max-width: 768px) {
	.panel.panel-default.cc_feeatured_products
	{
		display:none !important;
	}
}
.featured_products {
	padding: 10px 0px 0 0px;
	width: 100%;
	margin: 0 0 10px 0;
	float: left;
	background: #FFFFFF;
}

.featured_products_item0 {
	padding:0 10px 20px 0;
	width:48%;
	float:left;
}

.featured_products_item1 { /* This is for the second featured product in the row */
	padding:0 0 20px 0;
	width:48%;
	float:left;
}

.featured_products_item_single_col{
	width: 96%;
}

.featured_products_viewport {
	float:left;
	padding:0;
	width:78px;
	height:85px;
	overflow:hidden;
}

.featured_products_viewport img {
	padding:0;
	width:72px;
	margin:0;
}

.featured_products p {
	display:block;
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#525252;
	line-height:18px;
}

.featured_products p a:link {
	font-size:13px;
	font-weight:normal;
	color:#0d6bab;
	font-family: 'Open Sans', Arial, Sans-Serif;
	text-decoration:none;
}

.featured_products p a:visited {
	font-size:13px;
	font-weight:normal;
	color:#0d6bab;
	font-family: 'Open Sans', Arial, Sans-Serif;
	text-decoration:none;
}

.featured_products p a:hover {
	font-size:13px;
	font-weight:normal;
	color:#8F8F8F;
	font-family: 'Open Sans', Arial, Sans-Serif;
	text-decoration:none;
}

.featured_products p.description {
	display:block;
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#525252;
	line-height:15px;
}

.featured_products p.price {
	display:block;
	margin:0;
	padding:10px 0 5px 0;
	font-size:12px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#525252;
	text-align:right;
}

.featured_products p.add_to_cart {
	display:block;
	margin:0;
	padding:0 0 5px 0;
	text-align:right;
}

/* ==========================================================================
   Footer Styles
   ========================================================================== */

.footer {
	width:100%;
	/*padding:15px 0 15px 0;*/
	float:left;
	clear:both;
	font-size:11px;
	color:#838383;
	line-height:20px;
	text-align:center; 
}

.footer p {
	padding:0;
	margin:0;
	color:#838383;
	text-align:center;
}

.footer a:link {
	font-size:11px;
	color:#838383;
	padding:0 5px 0 5px;
	text-decoration:none;
}

.footer a:visited {
	font-size:11px;
	color:#838383;
	padding:0 5px 0 5px;
	text-decoration:none;
}

.footer a:hover {
	font-size:11px;
	color:#525252;
	padding:0 5px 0 5px;
	text-decoration:none;
}

/* ==========================================================================
   NEW STYLES AS OF 6-27-11
   ========================================================================== */

/* Products 1 Row Medium Thumbnail Styles
   ========================================================================== */

.products_1_row_medium {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    margin: 0 0 10px;
    padding: 0 0 10px;
    width: 100%;
	border-bottom: solid 1px #dfe1df;
}

.products_1_row_medium_item {
	margin:10px 0 0 0;
	width:100%;
	float:left;
	/*border-bottom:1px solid #ABADB0;*/
	padding-bottom:15px;
}

.products_1_row_medium_viewport {
	float:left;
	margin:0 15px 10px 10px;
	padding:0;
	width:145px;
	max-height:185px;
	overflow:hidden;
}

.products_1_row_medium_viewport img {
	padding:0;
	width:145px;
	margin:0;
	float:left;
}

.products_1_row_medium_img {
	float:left;
	margin:0;
	padding:0;
	width:145px;
	/* height:90px; EDL CHANGE */
}

.products_1_row_medium p {
    color: #525252;
    display: block;
   /* float: right;*/
    font-size: 11px;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
    padding: 0 10px;
    /*width: 63%;*/
}

.products_1_row_medium_item p.price {
    color: #525252;
    display: block;
    font-family: 'Open Sans', Arial, Sans-Serif;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0 10px;
}

.products_1_row_medium p span {
	display: inline-block;
	margin:0 10px 0 0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#525252;
	line-height:25px;
}

.products_1_row_medium p span.last {
	display: inline-block;
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#525252;
	line-height:25px;
}

.products_1_row_medium p a:link {
	font-size:13px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#3399CC;
	text-decoration:none;
}

.products_1_row_medium p a:visited {
	font-size:13px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#3399CC;
	text-decoration:none;
}

.products_1_row_medium p a:hover {
	font-size:13px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#8F8F8F;
	text-decoration:none;
}

.products_1_row_medium div.description {
    color: #525252;
    display: block;
    float: right;
    font-size: 11px;
    font-weight: normal;
    line-height: 18px;
    margin:5px 0 10px 0;
    padding: 0 10px;
    /*width: 63%;*/
}

.products_1_row_medium p.description {
    color: #525252;
    display: block;
    float: right;
    font-size: 11px;
    font-weight: normal;
    line-height: 18px;
    margin:5px 0 10px 0;
    padding: 0 10px;
    /*width: 63%;*/
}


/* Products 1 Row Small Thumbnail Styles
   ========================================================================== */

.products_1_row_small {
	padding:0 10px 10px 10px;
	margin:0 0 10px 0;
	float:left;
	background:#FFFFFF;
}

.products_1_row_small_item {
	margin:10px 0 0 0;
	float:left;
	border-bottom:1px solid #ABADB0;
	padding-bottom:10px;
}

.products_1_row_small_viewport {
	float:left;
	padding:0;
	width:72px;
	max-height:120px;
	overflow:hidden;
	margin:0 10px 10px 0;
}

.products_1_row_small_viewport img {
	padding:0;
	width:72px;
	margin:0;
	float:left;
}

.products_1_row_small p {
	display:block;
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#525252;
	line-height:18px;
}

.products_1_row_small p span {
	float:left;
	display: inline-block;
	margin:0 10px 0 0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#525252;
	line-height:25px;
}

.products_1_row_small p a:link {
	font-size:13px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#3399CC;
	text-decoration:none;
}

.products_1_row_small p a:visited {
	font-size:13px;
    font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#3399CC;
	text-decoration:none;
}

.products_1_row_small p a:hover {
	font-size:13px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#8F8F8F;
	text-decoration:none;
}

.products_1_row_small p.description {
	float:left;
	clear:left;
	display:block;
	margin:5px 0 10px 0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#525252;
	line-height:15px;
}

/* Products 2 Column Styles
   ========================================================================== */

.products_2_column {
	padding:10px 10px 0 10px;
	margin:0 0 10px 0;
	float:left;
	background:#FFFFFF;
}

.products_2_column_item0 {
	padding:0 15px 20px 0;
	width:48%;
	float:left;
}

.products_2_column_item1 { /* This is for the second product in the row */
	padding:0 0 20px 0;
	width:48%;
	float:left;
}

.products_2_column_viewport {
	float:left;
	padding:0;
	width:72px;
	max-height:130px;
	overflow:hidden;
	margin:0 10px 10px 0;
}

.products_2_column_viewport img {
	padding:0;
	width:72px;
	margin:0;
	float:left;
}

.products_2_column p {
	display:block;
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#525252;
	line-height:18px;
}

.products_2_column p span {
	float:left;
	display: inline-block;
	margin:0 15px 0 0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#525252;
	line-height:18px;
}

.products_2_column p a:link {
	font-size:13px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#3399CC;
	text-decoration:none;
}

.products_2_column p a:visited {
	font-size:13px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#3399CC;
	text-decoration:none;
}

.products_2_column p a:hover {
	font-size:13px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#8F8F8F;
	text-decoration:none;
}

.products_2_column p.description {
	clear:right;
	display:block;
	margin:5px 0 10px 0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#525252;
	line-height:15px;
}

/* Products 3 Column Styles
   ========================================================================== */

.products_3_column_container .products_3_column {
	padding:10px 0 10px 0;
	margin-bottom:10px;
	background:#FFFFFF;
	width:100%;
	float:left;
}

.products_3_column_item0 {
	margin:0;
	padding:0 18px 15px 0;
	width:30%;
	float:left;
}

.products_3_column_item1 {
	margin:0;
	padding:0 18px 15px 0;
	width:30%;
	float:left;
}

.products_3_column_item2 {
	margin:0;
	padding:0 0 15px 0;
	width:30%;
	float:left;
}

.products_3_column_item0 p,
.products_3_column_item1 p,
.products_3_column_item2 p {
	font-size:11px;
	font-weight:normal;
	font-family: 'Open Sans', Arial, Sans-Serif;
	text-align:center;
	margin:5px 0 0 0;
	padding:0;
}

.products_3_column_item0 p a:link,
.products_3_column_item1 p a:link,
.products_3_column_item2 p a:link {
	font-size:13px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#3399CC;
	text-decoration:none;
}

.products_3_column_item0 p a:visited,
.products_3_column_item1 p a:visited,
.products_3_column_item2 p a:visited {
	font-size:13px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#3399CC;
	text-decoration:none;
}

.products_3_column_item0 p a:hover,
.products_3_column_item1 p a:hover,
.products_3_column_item2 p a:hover {
	font-size:13px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#525252;
	text-decoration:none;
}

.products_3_column_viewport {
	padding:0;
	width:132px;
	max-height:88px;
	overflow:hidden;
	margin:0 10px 0 10px;
}

.products_3_column_viewport img {
	padding:0;
	width:114px;
	margin:0;
	float:left;
}

/* Main Content Container Styles
   ========================================================================== */

.main_content_container {
	padding:10px;
	margin:0 0 10px 0;
	background:#FFFFFF;
}

.main_content_container h1 {
	font-family: 'Open Sans', Arial, Sans-Serif;
	padding:0;
	margin:0 0 10px 0;
	font-size:18px;
	line-height:20px;
	font-weight:normal;
	color:#525252;
}

.main_content_container p {
	padding:0;
	margin:0 0 10px 0;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	color:#525252;
}

.main_content_container p a:link {
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	color:#525252;
}

.main_content_container p a:visited {
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	color:#525252;
}

.main_content_container p a:hover {
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	color:#8F8F8F;
}

/* Login Items Container Styles
   ========================================================================== */

.login_item_container {
	width:560px;
	padding:10px;
	margin:0 0 10px 200px;
	background:#FFFFFF;
	float:left;
	clear:both;
}

.login_item_container h1 {
	padding:0;
	margin:0 0 10px 0;
	font-size:18px;
	line-height:20px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#525252;
}

.login_item_container p {
	padding:0;
	margin:0 0 10px 0;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	color:#525252;
}

.login_item_container p a:link {
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	color:#525252;
}

.login_item_container p a:visited {
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	color:#525252;
}

.login_item_container p a:hover {
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	color:#8F8F8F;
}

/* Main Content Large Left/Right Container Styles
   ========================================================================== */

.main_content_large_left_container,
.main_content_large_right_container {
	padding:10px;
	margin:0 0 10px 0;
	background:#FFFFFF;
}

.main_content_large_left_container h1,
.main_content_large_right_container h1 {
	font-family: 'Open Sans', Arial, Sans-Serif;
	padding:0;
	margin:0 0 10px 0;
	font-size:18px;
	line-height:20px;
	font-weight:normal;
	color:#525252;
}

.main_content_large_left_container p,
.main_content_large_right_container p {
	padding:0;
	margin:0 0 10px 0;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	color:#525252;
	}

.main_content_large_left_container p a:link,
.main_content_large_right_container p a:link {
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	color:#525252;
}

.main_content_large_left_container p a:visited,
.main_content_large_right_container p a:visited {
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	color:#525252;
}

.main_content_large_left_container p a:hover,
.main_content_large_right_container p a:hover {
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	color:#8F8F8F;
}

/* Main Content Single Column Container Styles
   ========================================================================== */

.main_content_single_column_container {
	width:100%;
	padding:0;
	margin:10px 0 10px 0;
	float:left;
	clear:both;
}

.main_content_single_column_container h1 {
	font-family: 'Open Sans', Arial, Sans-Serif;
	padding:0;
	margin:0 auto 10px auto;
	font-size:18px;
	line-height:20px;
	font-weight:normal;
	color:#525252;
	text-align:center;
}

/* Pagination Styles
   ========================================================================== */

.pagination_container {
	padding:0 10px 0 10px;
	background:#FFF;
}

.pagination_phone_container {
	padding:0 10px 0 10px;
	background:#FFF;
	text-align:center;
}

.pagination_phone {
	width:100%;
	padding:10px 0 10px 0;
	float:left;
	margin:0 0 10px 0;
	font-size:14px;
	font-weight:normal;
	color:#525252;
	border: #ABADB0 1px solid;
	background:#FFF;
}

.pagination_row_1 {
	width:100%;
	padding:10px 0 10px 0;
	float:left;
	margin:0;
	font-size:11px;
	font-weight:normal;
	color:#525252;
	background:#FFF;
}

.pagination_row_1 form {
	display:inline;
}

.pagination_row_1 select {
	margin:0 6px 0;
	font-size:11px;
}

.pagination_row_1 a:link,
.pagination_row_2 a:link {
	font-size:11px;
	font-weight:normal;

	margin:0 0 0 2px;
}

.pagination_row_1 a:visited,
.pagination_row_2 a:visited {
	font-size:11px;
	font-weight:normal;
	color:#525252;
	margin:0 0 0 2px;
}

.pagination_row_1 a:hover,
.pagination_row_2 a:hover {
	font-size:11px;
	font-weight:normal;
	color:#8F8F8F;
	margin:0 0 0 2px;
}

.pagination_phone a:link {
	font-size:13px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#3399CC;
	text-decoration:none;
}

.pagination_phone a:visited {
	font-size:13px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#3399CC;
	text-decoration:none;
}

.pagination_phone a:hover {
	font-size:13px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#8F8F8F;
	text-decoration:none;
}

.pagination_phone span {
	margin:3px 0 0 0;
	padding:0;
	font-size:14px;
	font-weight:normal;
	color:#525252;
	text-align:center;
	display:inline-block;
	width:100%;
}

.pagination_row_1 span {
	margin:3px 0 0 0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#525252;
	text-align:center;
	display:inline-block;
	width:33%;
}

.pagination_row_1 span.right_align {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#525252;
	text-align:right;
	display:inline-block;
	width:33%;
}

.pagination_row_1 p {
	margin:3px 0 0 0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#525252;
	display:inline;
	width:33%;
	float:left;
}

.pagination_row_2 {
	width:100%;
	padding:10px 0 10px 0;
	float:left;
	margin: 0 0 10px 0;
	font-size:11px;
	font-weight:normal;
	color:#525252;
	background:#FFF;
}

.pagination_row_2 p {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#525252;
	display:inline;
	width:50%;
	float:left;
}

.pagination_row_2 span {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#525252;
	text-align:right;
	display:inline;
	width:50%;
	float:right;
}

/* Related Products Main Styles
   ========================================================================== */

.related_products_main {
	padding:10px 10px 0 10px;
	margin:0 0 10px 0;
	float:left;
	background:#FFFFFF;
	width:560px;
}

.related_products_main {
	padding:10px 10px 0 10px;
	margin:0 0 10px 0;
	float:left;
	background:#FFFFFF;
}

.related_products_main_item0 {
	padding:0 10px 20px 0;
	width:275px;
	float:left;
}

.related_products_main_item1 { /* This is for the second product in the row */
	padding:0 0 20px 0;
	width:275px;
	float:left;
}

.related_products_main_viewport {
	float:left;
	padding:0;
	height:100px;
	width:72px;
	max-height:110px;
	overflow:hidden;
}

.related_products_main_viewport img {
	padding:0;
	width:72px;
	margin:0;
	float:left;
}

.related_products_main p {
	width:188px;
	float:right;
	clear:right;
	display:block;
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#525252;
	line-height:18px;
}

.related_products_main p a:link {
	font-size:11px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#3399CC;
	text-decoration:none;
}

.related_products_main p a:visited {
	font-size:11px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#3399CC;
	text-decoration:none;
}

.related_products_main p a:hover {
	font-size:11px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#8F8F8F;
	text-decoration:none;
}

.related_products_main p.description {
	width:188px;
	float:right;
	clear:right;
	display:block;
	margin:5px 0 10px 0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#525252;
	line-height:15px;
}

/* Product Detail Tab System Styles
   ========================================================================== */

.tabs_container {
	width:100%;
	float:left;
	min-height:175px;
	background:#FFF;
	margin-bottom:10px;
}

#tabs {
	background:#FFFFFF;
}

#tabs a:link {
	font-weight:normal;
	color:#3399CC;
	line-height:18px;
}

#tabs a:visited {
	font-weight:normal;
	color:#3399CC;
	line-height:18px;
}

#tabs a:hover {
	font-weight:normal;
	color:#8F8F8F;
	line-height:18px;
}

#tabs p {
	font-size:12px;
	font-weight:normal;
	color:#525252;
	margin:10px 0 0 0;
	padding:0;
	line-height:18px;
}

#tabs table {
	font-size:12px;
	font-weight:normal;
	color:#525252;
	margin:10px 0 0 0;
	padding:0;
	line-height:18px;
}

#tabs .list-wrap {
	padding:0 15px 15px 15px;
	margin:0 0 10px 0;
}

#tabs .list-wrap ul {
	font-size:12px;
	color:#525252;
}

#tabs .list-wrap ul li a:link {
	font-weight:normal;
	color:#3399CC;
	line-height:18px;
	border:none;
	padding:0;
}

#tabs .list-wrap ul li a:visited {
	font-weight:normal;
	color:#3399CC;
	line-height:18px;
	border:none;
	padding:0;
}

#tabs .list-wrap ul li a:hover {
	font-weight:normal;
	color:#8F8F8F;
	line-height:18px;
	border:none;
	padding:0;
	background:none;
}

#tabs ul li a:hover {
	background: #333;
	color:#FFFFFF;
}

#tabs ul li a {
	border-bottom:1px solid #7A7979;
	padding:4px;
	color:#7A7979;
	white-space:nowrap;
}

#tabs ul li a:hover {
	background: #333;
	color:#FFFFFF;
}

#tabs ul li:last-child a {
	border:none;
}

#tabs .nav {
	overflow:hidden;
	border-bottom:1px solid #7A7979;
	list-style:none;
	padding:14px 0 0 14px;
	margin:0;
}

#tabs .nav li {
	float: left;
	margin:0 4px 0 0;
}

#tabs .nav li.last {
	margin-right:0;
}

#tabs .nav li a {
	display:block;
	padding:5px;
	background:#666;
	color:#FFFFFF;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	border:0;
	text-decoration:none;
	background:url(../images/bg_grey_gradient.jpg) top left repeat-x;
}

#tabs li a.current,
#tabs li a.current:hover {
	background-color:#3399CC !important;
	color:#FFFFFF;
	background:url(../images/bg_blue_gradient.jpg) top left repeat-x;
}

#tabs .nav li a:hover,
#tabs .nav li a:focus {
	background:#4f4f4f;
	color:#FFFFFF;
}

/* Product Detail Styles
   ========================================================================== */

.product_detail {
	float:left;
	background:#FFFFFF;
	width:100%;
}

.product_detail_item {
	margin:10px 0 0 0;
	padding-bottom:10px;
	padding-right:10px;
}

.product_detail_viewport {
	float:left;
	padding:0;
	width:200px;
	overflow:hidden;
	margin:0 10px 0 10px;
}

.product_detail_viewport img {
	padding:0;
	width:200px;
	margin:0;
	float:left;
}

.product_detail p {
	width:55%;
	float:right;
	clear:right;
	display:block;
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#525252;
	line-height:18px;
}

.product_detail .select_box {
	width:55%;
	float:right;
	clear:right;
	display:block;
	margin:5px 0 3px 0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#525252;
	line-height:18px;
}

.product_detail p span {
	float:left;
	display: inline-block;
	margin:0 10px 0 0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#525252;
	line-height:18px;
}

.product_detail p.product_title {
	font-size:15px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#525252;
	line-height:22px;
	margin:0 0 5px 0;
}

.product_detail p.product_title a:link {
	font-size:15px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#3399CC;
	text-decoration:none;
}

.product_detail p.product_title a:visited {
	font-size:15px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#3399CC;
	text-decoration:none;
}

.product_detail p.product_title a:hover {
	font-size:15px;
	font-weight:normal;
	font-family: 'Open Sans', Arial, Sans-Serif;
	color:#8F8F8F;
	text-decoration:none;
}

.product_detail p a:link {
	font-size:11px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#3399CC;
	text-decoration:none;
}

.product_detail p a:visited {
	font-size:11px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#3399CC;
	text-decoration:none;
}

.product_detail p a:hover {
	font-size:11px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#8F8F8F;
	text-decoration:none;
}

.product_detail p.description {
	width:55%;
	float:right;
	clear:right;
	display:block;
	margin:5px 0 10px 0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#525252;
	line-height:15px;
}

.product_detail p.description a:link {
	font-size:11px;
	font-weight:normal;
	color:#525252;
	line-height:15px;
}

.product_detail p.description a:visited {
	font-size:11px;
	font-weight:normal;
	color:#525252;
	line-height:15px;
}

.product_detail p.description a:hover {
	font-size:11px;
	font-weight:normal;
	color:#8F8F8F;
	line-height:15px;
}

.product_detail p.wishlist {
	width:55%;
	float:right;
	clear:right;
	display:block;
	margin:0 0 15px 0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#525252;
	line-height:15px;
}

.product_detail input.qty {
	width:37px;
	height:20px;
	margin:0 10px 0 0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#525252;
	line-height:18px;
	text-align:center;
}

/* Login/Form Styles
   ========================================================================== */

p.link_button {
	padding:0;
	margin:0 0 10px 0;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	color:#525252;
	clear:both;
}



p.link_button a:link {
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	color:#525252;
}

p.link_button a:visited {
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	color:#525252;
}

p.link_button a:hover {
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	color:#8F8F8F;
}

p.link_button span {
	padding:0;
	margin:5px 20px 0 0;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	color:#525252;
	float:right;
}

p.two_buttons {
	padding:0;
	margin:0 0 10px 0;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	color:#525252;
	clear:both;
}

p.two_buttons span {
	padding:0;
	margin:0 10px 0 0;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	color:#525252;
	float:right;
}

p.multi_buttons {
	padding:0;
	margin:0 0 10px 0;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	color:#525252;
	clear:both;
	float:right;
}

p.multi_buttons span {
	padding:0;
	margin:0 10px 0 0;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	color:#525252;
	float:right;
}

/* Shopping Cart Page Styles
   ========================================================================== */

ul.shopping_cart  {
	margin:0 0 10px 0;
	padding:0;
	float:right;
}

ul.shopping_cart li {
	margin:0 0 0 5px;
	padding:0;
	display:inline;
	list-style:none;
	float:left;
}

div.shopping_cart div{
 padding-bottom: 10px;
}

table.shopping_cart	{
	margin: 0 0 20px 0px;
	float:left;
	border-left: #525252 solid 1px;
	border-top: #525252 solid 1px;
	width:100%;
}
table.shopping_cart.subscriptionStoredPayment {
	margin: 0 0 5px;
}
table.shopping_cart td {
	padding: 3px 5px 3px 5px;
	vertical-align: top;
	border-right: #525252 solid 1px;
	border-bottom: #525252 solid 1px;
	border-collapse:collapse;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	color:#525252;
}

table.shopping_cart td.actions	{
	width: 110px;
}

table.shopping_cart tr.grey	{
	background:#f1f1f1;
}

table.shopping_cart a:link {
	color:#3185C0;
	font-size:13px;
	line-height:18px;
	font-weight:normal;
	color:#3399CC;
	text-decoration:none;
}

table.shopping_cart a:visited {
	font-size:13px;
	line-height:18px;
	font-weight:normal;
	color:#3399CC;
	text-decoration:none;
}

table.shopping_cart a:hover	{
	font-size:13px;
	line-height:18px;
	font-weight:normal;
	color:#8F8F8F;
	text-decoration:none;
}

#margin_form table.shopping_cart p.product_title {
	color:#3185C0;
	font-size:14px;
	line-height:18px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#525252;
}

table.shopping_cart a.product_title:link {
	color:#3185C0;
	font-size:14px;
	line-height:18px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#3399CC;
	text-decoration:none;
}

table.shopping_cart a.product_title:visited	{
	font-size:14px;
	line-height:18px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#3399CC;
	text-decoration:none;
}

table.shopping_cart a.product_title:hover {
	font-size:14px;
	line-height:18px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#8F8F8F;
	text-decoration:none;
}

table.shopping_cart p span {
	display: inline-block;
	margin:0 10px 0 0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#525252;
	line-height:18px;
}

table.shopping_cart p {
	margin:0 0 5px 0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#525252;
	line-height:18px;
}

table.shopping_cart td.product_image {
	text-align:center;
	border-right:none;
}

table.shopping_cart td.product_description {
	border-left:solid #525252 thin;
	border-collapse:collapse;
	padding-right:5px;
}

table.shopping_cart td.product_image .product_cart_image_viewport {
	width:72px;
	max-height:90px;
	overflow:hidden;
	margin:5px auto 5px auto;
}

table.shopping_cart td.product_image .product_cart_image_viewport img {
	width:72px;
	margin:0;
	padding:0;
}

table.shopping_cart th	{
	padding: 5px 0 5px 5px;
	vertical-align: top;
	text-align:left;
	border-right: #525252 1px solid;
	border-bottom: #525252 1px solid;
	background: url(../images/bg_blue_gradient.jpg) top left repeat-x;
	font-size:14px;
	line-height:18px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#FFFFFF;
}

table.shopping_cart th.smaller {
	padding: 5px 0 5px 5px;
	vertical-align: top;
	text-align:left;
	border-right: #525252 1px solid;
	border-bottom: #525252 1px solid;
	background:#7A7979;
	font-size:12px;
	line-height:18px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#FFFFFF;
}

table.shopping_cart th.included_items {
	padding: 3px 0 3px 5px;
	vertical-align: top;
	text-align:left;
	border-right: #525252 0px solid;
	border-bottom: #525252 1px solid;
	background:#adaeb0;
	font-size:14px;
	line-height:18px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#ffffff;
}

table.shopping_cart th.included_items_border_right	{
	padding: 3px 0 3px 5px;
	vertical-align: top;
	text-align:left;
	border-right: #525252 1px solid;
	border-bottom: #525252 1px solid;
	background:#adaeb0;
	font-size:14px;
	line-height:18px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#ffffff;
}

table.shopping_cart th.included_items_border_left {
	padding: 3px 0 3px 5px;
	vertical-align: top;
	text-align:left;
	border-left: #525252 1px solid;
	border-bottom: #525252 1px solid;
	border-left: #525252 1px solid;
	background:#adaeb0;
	font-size:14px;
	line-height:18px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#ffffff;
}

table.shopping_cart td.included_items_no_bottom_border {
	padding: 3px 0 3px 5px;
	vertical-align: top;
	text-align:left;
	border-right: #525252 1px solid;
	border-bottom: none;
	border-left:none;
	font-size:14px;
	line-height:18px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	background:#FFF;
}

table.shopping_cart th.included_items_no_bottom_border {
	padding: 3px 0 3px 5px;
	vertical-align: top;
	text-align:left;
	border-right: #525252 1px solid;
	border-bottom: none;
	border-left:none;
	font-size:14px;
	line-height:18px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	background:#FFF;
}

table.shopping_cart input {
	width: 45px;
	margin:0;
}

table.shopping_cart input.auto_width {
	width: auto;
	margin:0 5px 5px 0;
}

table.shopping_cart input.remove {
	width: 20px;
	margin:0 0 0 4px;
	padding:2px 2px 2px 3px;
}
table.shopping_cart input[type='button']{
	margin-top: .5em;
}

/* Checkout/Grand Total Styles
   ========================================================================== */

ul.checkout {
	float:right;
	list-style:none;
	/*width:300px;*/
	margin-bottom:0;
	margin-top:0;
}

ul.checkout li {
	float:right;
	list-style:none;
	clear:both;
	margin:0 0 10px 0;
	font-size:15px;
	line-height:18px;
	font-weight:normal;
	color:#525252;
}

ul.checkout li span {
	color:#FF0000;
}

ul.checkout li.grand_total {
	float:right;
	list-style:none;
	clear:both;
	margin:0 0 10px 0;
	font-size:20px;
	line-height:26px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#FFBA13;
}

/* Discount Code Styles
   ========================================================================== */

.discount_code_container {  /* modified by @Gopi for 41317 30th Aug 2018 */
	float: right;
	width: 130px ;
   /* position: relative;
    left: 683px;
    margin-top: 125px; */
}

.discount_code {
	/*padding:10px;*/
	background:#FFFFFF;
	font-size:10px;  /* modified by @Gopi for 41317 29th Aug 2018 */
	color:#525252;
	/*border: 1px solid #ABADB0;*/
}

/* Consider Other Products
   ========================================================================== */

.consider_products_3_column {
	padding:10px 0 0 0;
	margin:0 0 10px 0;
	float:left;
	background:#FFFFFF;
	width:100%;
}

.consider_products_3_column_item0 { /* This is for the first product in the row */
	padding:0 10px 10px 0;
	margin:0 15px 0 0;
	width:29%;
	float:left;
}

.consider_products_3_column_item1 { /* This is for the second product in the row */
	padding:0 10px 10px 0;
	margin:0 15px 0 0;
	width:29%;
	float:left;
}

.consider_products_3_column_item2 { /* This is for the third product in the row */
	padding:0 0 10px 0;
	margin:0;
	width:29%;
	float:left;
}

.consider_products_3_column_viewport {
	float:left;
	padding:0;
	margin:0 10px 10px 0;
	width:72px;
	max-height:80px;
	overflow:hidden;
}

.consider_products_3_column_viewport img {
	padding:0;
	width:72px;
	margin:0;
}

.consider_products_3_column p {
	display:block;
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#525252;
	line-height:18px;
}

.consider_products_3_column p a:link {
	font-size:11px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#3399CC;
	text-decoration:none;
}

.consider_products_3_column p a:visited {
	font-size:11px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#3399CC;
	text-decoration:none;
}

.consider_products_3_column p a:hover {
	font-size:11px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#8F8F8F;
	text-decoration:none;
}

.consider_products_3_column p.description {
	clear:right;
	display:block;
	margin:5px 0 10px 0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#525252;
	line-height:15px;
}

.consider_products_3_column p.price {
	display:block;
	margin:0px 0 10px 0;
	padding:0;
	font-size:14px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#525252;
	line-height:18px;
}

/* Consider Other Products
   ========================================================================== */

.consider_products_2_column {
	padding:10px 0 0 0;
	margin:0 0 10px 0;
	float:left;
	background:#FFFFFF;
	width:100%;
}

.consider_products_2_column_item0 { /* This is for the first product in the row */
	padding:0 0 10px 0;
	margin:0 15px 0 15px;
	width:42%;
	float:left;
}

.consider_products_2_column_item1 { /* This is for the second product in the row */
	padding:0 10px 10px 0;
	margin:0;
	width:42%;
	float:left;
}

.consider_products_2_column_viewport {
	float:left;
	padding:0;
	margin:0 10px 10px 0;
	width:72px;
	max-height:80px;
	overflow:hidden;
}

.consider_products_2_column_viewport img {
	padding:0;
	width:72px;
	margin:0;
}

.consider_products_2_column p {
	display:block;
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#525252;
	line-height:18px;
}

.consider_products_2_column p a:link {
	font-size:13px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#3399CC;
	text-decoration:none;
}

.consider_products_2_column p a:visited {
	font-size:13px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#3399CC;
	text-decoration:none;
}

.consider_products_2_column p a:hover {
	font-size:13px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#8F8F8F;
	text-decoration:none;
}

.consider_products_2_column p.description {
	clear:right;
	display:block;
	margin:5px 0 10px 0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#525252;
	line-height:15px;
}

.consider_products_2_column p.price {
	display:block;
	margin:0px 0 10px 0;
	padding:0;
	font-size:14px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#525252;
	line-height:18px;
}

/* Your Information Form Styles
   ========================================================================== */

.horizontal_form  {
	margin:20px auto 0 auto;
	width:77%;
}

.horizontal_form p  {
	margin-top:20px;
	font-size:14px;
}

.horizontal_form fieldset {
	display: block;
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0;
	border: 1px solid #ABADB0;
	overflow:hidden;
}

.horizontal_form legend {
	font-weight:normal;
	font-family: 'Open Sans', Arial, Sans-Serif;
	color:#FFFFFF;
	background:url(../images/bg_blue_gradient.jpg) top left repeat-x;
	padding:5px 15px 5px 15px;
	font-size:15px;
}

.horizontal_form fieldset.radio {
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0;
}

.horizontal_form fieldset.radio input {
	clear: both;
	float: left;
	width: auto;
	margin:0 5px 0 0;
}

.horizontal_form fieldset.radio label {
	font-weight: normal;
}

.horizontal_form input {
	display: block;
	width: 300px;
	margin:5px 0 0 0;
}

.horizontal_form input.wide {
	display: block;
	width: 320px;
	margin:5px 0 0 0;
}

.horizontal_form input.half {
	display: block;
	width: 161px;
	margin:5px 0 0 0;
}

.horizontal_form select.half {
	display: block;
	width: 165px;
	margin:5px 0 0 0;
}

.horizontal_form input.checkbox {
	 width: auto;
	 display:inline;
	margin:-3px 5px 0 0;
}

.horizontal_form select {
	display: block;
	width: 200px;
	height:22px;
	margin:5px 0 0 0;
}

.horizontal_form select.wide {
	display: block;
	padding:0px !important;
	width: 320px;
	height:22px;
	margin:5px 0 0 0;
}

.horizontal_form input.addresswide {
	display: block;
	width: 665px;
	margin:5px 0 7px 0;
}

.horizontal_form input.address {
	display: block;
	width: 200px;
	margin:5px 0 7px 0;
}

.horizontal_form input.button {
	 width: auto;
	 display:inline;
	 float:right;
}

.horizontal_form label {
	display: block;
	float: left;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight: normal;
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 1em;
	margin-top: 1em;
	font-size:15px;
}

.horizontal_form label.address2 {
	margin-bottom: 0;
	margin-top: 0;
}

.change_address {
	float:right;
	margin:0 34px 0 0;
}

.change_address a:link {
	font-size:15px;
	font-weight:normal;
	color:#3399CC;
	font-family: 'Open Sans', Arial, Sans-Serif;
	text-decoration:none;
}

.change_address a:visited {
	font-size:15px;
	font-weight:normal;
	color:#3399CC;
	font-family: 'Open Sans', Arial, Sans-Serif;
	text-decoration:none;
}

.change_address a:hover {
	font-size:15px;
	font-weight:normal;
	font-family: 'Open Sans', Arial, Sans-Serif;
	color:#8F8F8F;
	text-decoration:none;
}

/* Shipping Information/Payment Form/Order Complete Styles
   ========================================================================== */

.margin_form  {
	margin:20px auto 0 auto;
	width:77%;
}


.margin_form.subscriptionModifyPaymentContainer {
	width: 85%;
}

.margin_form legend {
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#FFFFFF;
	background: url(../images/bg_blue_gradient.jpg) top left repeat-x;
	padding:5px 15px 5px 15px;
	font-size:15px;
}

.margin_form fieldset {
	display: block;
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;
	border: 1px solid #ABADB0;
	overflow: hidden;
}

.margin_form p {
	margin:0 0 10px 0;
	font-size:11px;
	color:#525252;
	line-height:18px;
}

.margin_form p.larger {
	margin:10px 0 10px 0;
	font-size:14px;
	color:#525252;
	line-height:18px;
}

.margin_form p.light {
	margin:10px 0 10px 0;
	font-size:11px;
	color:#8F8F8F;
	line-height:18px;
}

.margin_form p a:link {
	color:#3399CC;
}

.margin_form p a:visited {
	color:#3399CC;
}

.margin_form p a:hover {
	color:#8F8F8F;
}


/* Shipping Payment Form Styles
   ========================================================================== */

.shipping_payment {
	margin:15px 0 0 0;
	padding:0;
	font-size: 14px;
	color:#525252;
}

.shipping_payment .half {
	width:50%;
	float:left;
	margin-bottom:10px;
}

.shipping_payment .half label {
	float: left;
	width: 135px;
	font-size:14px;
	font-weight:normal;
	color:#525252;
	clear:both;
	text-align:right;
	margin:0 15px 0 0;
}

.shipping_payment .row {
	float:left;
	margin:0 0 15px 0;
	clear:both;
	width:100%;
}

.shipping_payment .row_margin_top_single {
	float:left;
	margin:35px 0 15px 0;
	clear:both;
	width:100%;
}

.shipping_payment .row_margin_top_double {
	float:left;
	margin:76px 0 15px 0;
	clear:both;
	width:100%;
}

.shipping_payment label.shorter {
	float: left;
	width: 140px;
	font-size:14px;
	font-weight:normal;
	color:#525252;
	clear:both;
}

.shipping_payment input {
	width: 180px;
}

.shipping_payment textarea {
	width: 400px;
	height: 150px;
	font-size:12px;
}

.shipping_payment .boxes {
	display: inline;
	width: 1em;
}

.shipping_payment span {
	margin:0 10px 0 0;
}

.shipping_payment input.po[type=text] {
	width:400px;
}

.shipping_payment input.smaller[type=text] {
	width:50px;
}

.shipping_payment input.address[type=text], .shipping_payment select.state_country {
	width:205px;
}

.deliveryDateMessages .dynamic_page_message{
	font-size: 100%;
	color:#525252;
}

/* My Account/Information Styles
   ========================================================================== */

.my_account_information {
	margin:15px 0 0 0;
	padding:0;
	font-size: 14px;
	color:#525252;
}

.my_account_information .half {
	width:50%;
	float:left;
	margin:20px 0 0 0;
}

.my_account_information .half label {
	float: left;
	font-size:14px;
	font-weight:normal;
	color:#525252;
	margin:0 15px 0 0;
	width:95%;
}

.my_account_information .row {
	float:left;
	margin:0 0 10px 0;
	clear:both;
	width:100%;
}

.my_account_information label {
	float: left;
	width: 150px;
	font-size:14px;
	font-weight:normal;
	color:#525252;
	margin:0;
}

.my_account_information label.shorter {
	float: left;
	width: 100px;
	font-size:14px;
	font-weight:normal;
	color:#525252;
	margin:0;
}

.my_account_information label.shortest {
	float: left;
	width: 80px;
	font-size:14px;
	font-weight:normal;
	color:#525252;
	margin:0;
}

.my_account_information span {
	float: left;
	font-size:14px;
	font-weight:normal;
	color:#525252;
}

ul.total_price 	{
	margin:0 0 15px 0;
	padding:0;
	width:210px;
	text-align:right;
}

ul.total_price li	{
	margin:0 0 3px 0;
	padding:0;
	width:105px;
	float:left;
	font-size:16px;
	font-weight:normal;
	color:#525252;
	list-style:none;
}

ul.order_detail {
	margin:15px 0 0 0;
	padding:0;
	width:100%;
}

ul.order_detail li	{
	margin: 0;
	padding:0;
	width:25%;
	float:left;
	list-style:none;
}

ul.order_detail li p {
	font-size:13px;
	font-weight:normal;
	color:#525252;
	min-height:75px;
	margin:0 0 10px 0;
}

ul.order_detail li p a:link	{
	font-size:13px;
	font-weight:normal;
	color:#3399CC;
	text-decoration:underline;
}

ul.order_detail li p a:visited	{
	font-size:13px;
	font-weight:normal;
	color:#3399CC;
	text-decoration:underline;
}

ul.order_detail li p a:hover	{
	font-size:13px;
	font-weight:normal;
	color:#8F8F8F;
	text-decoration:underline;
}

ul.order_complete {
	margin:15px 0 0 0;
	padding:0;
	width:100%;
}

ul.order_complete li {
	margin: 0;
	padding:0;
	width:33%;
	float:left;
	list-style:none;
}

ul.order_complete li p {
	font-size:14px;
	font-weight:normal;
	color:#525252;
	min-height:75px;
	margin:0 0 10px 0;
}

ul.order_complete li p a:link {
	font-size:14px;
	font-weight:normal;
	color:#525252;
}

ul.order_complete li p a:visited {
	font-size:14px;
	font-weight:normal;
	color:#525252;
}

ul.order_complete li p a:hover {
	font-size:14px;
	font-weight:normal;
	color:#8F8F8F;
}

ul.order_review {
	margin:15px 0 0 0;
	padding:0;
	width:100%;
}

ul.order_review li {
	margin: 0;
	padding:0;
	width:33%;
	float:left;
	list-style:none;
}

ul.order_review li p {
	font-size:12px;
	font-weight:normal;
	color:#525252;
	min-height:75px;
	margin:0 0 10px 0;
}

ul.order_review li p a:link {
	font-weight:normal;
}

ul.order_review li p a:visited {
	font-weight:normal;
}

ul.order_review li p a:hover {
	font-weight:normal;
}

ul.order_review li p a.change:link	{
	font-weight:normal;
	color:#3399CC;
	margin:0 0 0 5px;
}

ul.order_review li p a.change:visited	{
	font-weight:normal;
	color:#3399CC;
	margin:0 0 0 5px;
}

ul.order_review li p a.change:hover	{
	font-weight:normal;
	margin:0 0 0 5px;
}

.accept {
	width:400px;
	margin-bottom:10px;
}

.accept .checkbox {
	width:25px;
	float:left;
}

.accept p {
	width:365px;
	float:right;
	text-align:left;
	margin:0;
	padding:0;
	font-size:11px;
}

.accept p strong {
	font-size:14px;
	font-weight:bold;
}

.accept_wide {
	width:100%;
	margin-bottom:10px;
}

.accept_wide .checkbox {
	width:25px;
	float:left;
}

.accept_wide p {
	width:95%;
	float:right;
	text-align:left;
	margin:0;
	padding:0;
	font-size:11px;
}

.accept_wide p strong {
	font-size:14px;
	font-weight:bold;
}

/* Process Step Styles
   ========================================================================== */

.process {
	margin:0 0 20px 0;
	padding:0;
	font-size:14px;
	font-weight:normal;
	color:#525252;
	text-align:center;
}

.process a:link {
	font-size:14px;
	font-weight:normal;
	color:#525252;
	text-decoration:none;
}

.process a:visited {
	font-size:14px;
	font-weight:normal;
	color:#525252;
	text-decoration:none;
}

.process a:hover {
	font-size:14px;
	font-weight:normal;
	color:#8F8F8F;
	text-decoration:none;
}

.process a.onlink:link {
	font-size:14px;
	font-weight:bold;
	color:#525252;
	text-decoration:none;
}

.process a.onlink:visited {
	font-size:14px;
	font-weight:bold;
	color:#525252;
	text-decoration:none;
}

.process a.onlink:hover {
	font-size:14px;
	font-weight:bold;
	color:#525252;
	text-decoration:none;
}

/* ADDED BY EDL */
input[type=submit].disabled {
	padding:3px;
	overflow:visible;
	font-size:11px;
	font-weight:bold;
	color:#7A7979;
	border:1px solid #616161;
	background:#E3E4E5;
	cursor:not-allowed;
}

.main_page_title {
	clear: both;
	height: 125px;
}

.main_page_title.products {
	background: url(../images/product_list_header.png) no-repeat 0 0;
	height:75px;
}

.main_page_title.cart {
	background: url(../images/shopping_cart_header.png) no-repeat 0 0;
	height:75px;
}

/*Spanish Translated Header Images*/
.main_page_title.products.es {
	background: url(../images/Lista-de-Productos.png) no-repeat 0 0;
	height:75px;
}

.main_page_title.productdetails.es {
	background: url(../images/Detalles_del_Producto.png) no-repeat 0 0;
	height:75px;
}

.main_page_title.cart.es {
	background: url(../images/Cesta.png) no-repeat 0 0;
	height:75px;
}

.main_page_title.InfoView {
	background: url(../images/your_information_header.jpg) no-repeat 0 0;
}

.main_page_title.PaymentView {
	background: url(../images/shipping_payment_header.jpg) no-repeat 0 0;
}

.main_page_title.OrderReview {
	background: url(../images/order_review_header.jpg) no-repeat 0 0;
}

.main_page_title.OrderComplete {
	background: url(../images/order_confirmation_header.png) no-repeat 0 0;
	background-size: 100%;
}
/* START EDL ADDED */

.main_page_title.MyAccount {
	background: url(../images/my_account_header.png) no-repeat 0 0;
	height:75px;
}

.main_page_title.MyAccount.es {
	background: url(../images/Mi_Cuenta.png) no-repeat 0 0;
	height:75px;
}

table.shopping_cart tr.even	{
	background:#f1f1f1;
}
/* END EDL ADDED */

/* Pop Up Address Styles
   ========================================================================== */

.ui-widget-content {
	color: #222222;
	font-size: 14px;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-size: 14px;
	margin-bottom: 10px;
}

#addNewAddressButton {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 20px;
}

.address span {
	font-size: 14px;
	margin-right: 10px;
}

.addressTypes {
	font-size: 14px;
	width: 230px;
}

.addressActions {
	font-size: 14px;
	width: 150px;
}

.addressActions span {
	font-size: 14px;
	margin-right: 20px;
}

.addressRecord {
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	clear: both;
	/* height:52px;  EDL COMMENTED OUT FOR VARIABLE HEIGHTS */
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 0;
	padding-top: 20px;
}

/* added by EDL begin */
.mini_cart a:link, .mini_cart a:visited, .mini_cart a:hover {
	color: #d29d27;
	font-size: 12px;
	font-weight: bold;
	/*margin: 0 5px;*/
	text-decoration: none;
	float: left;
	width: 75%;
}

.mini_cart a:hover {
	text-decoration: underline;
}

.quick_order {
	font-size:11px;
}

.quick_order p {
	margin:0 0 10px 0;
	padding:0;
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
	line-height:18px;
}

.main_content_single_column_container {
	background: white;
}

.social_share_content {
	padding:10px;
	margin-bottom:10px;
	background: url(../images/bg_side_cart.jpg) top left repeat-x #323334;
	font-size:12px;
	color:#000;
}

.social_facebook_like_content {
	padding: 0;
	margin-bottom: 10px;
	background: white;
	font-size: 12px;
	color: #525252;
}

.twitter_follow {
	padding: 15px 10px 10px 10px;
	text-align: center;
}

.openRFQDialogButton {
	margin-right: 5px;
}

#requestQuoteModal label {
	width: 120px;
}

#requestQuoteModal .horizontal_form {
	width: 340px;
	margin: 0;
}

#requestQuoteModal textarea.description {
	width: 340px;
	height: 100px;
}

.product_detail_item .alt_thumbs_container {
	float: left;
	padding: 0;
	width: 300px;
}

.product_detail_images_container {
	float:left;
	padding:0;
	width:300px;
}

.product_detail_item .alt_thumb_viewport {
	padding: 0;
	width: 40px;
	max-height: 40px;
	margin: 3px;
	float: left;
	overflow: hidden;
}

.product_detail_item .alt_thumb_viewport img {
	padding: 2px;
	width: 30px;
	margin: 0;
	float: left;
	border: 1px #999 solid;
}
/* added by EDL end */

/* Customer Reviews Styles
   ========================================================================== */

.rateit_top_container {
	margin:0 0 5px 5px;
	padding:0;
	float:left;
}

.rateit_top_container span {
	float:right;
	font-size:12px;
	margin:1px 0 0 8px;
}

.customer_reviews_main {
	padding:0;
	margin:0 0 10px 0;
	float:left;
	background:#FFFFFF;
	width:100%;
}

.customer_review {
	border-bottom-color: #ABADB0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	float: left;
	margin-bottom:0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-left:10px;
	padding-right:10px;
}

.customer_review_last {
	float: left;
	margin-bottom:0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 10px;
	padding-bottom: 10px;
	width: 560px;
}

.customer_review p.review_intro,
.customer_review_last p.review_intro {
	font-size:12px;
	line-height:20px;
	margin:0;
}

.customer_review p,
.customer_review_last p {
	font-size:12px;
	line-height:20px;
	margin:0 0 10px 0;
}

.customer_review span,
.customer_review_last span {
	font-size:12px;
	margin:2px 0 4px 5px;
	float:right;
}

/* End Customer Reviews Styles
========================================================================== */


/* Start Related Product Styles
   ========================================================================== */


.related_products_item {
	padding:0 0 15px 0;
	width:100%;
}

.related_products {
	padding:10px;
	margin-bottom:10px;
	background: #FFF;
	font-size:12px;
	color:#000;
}

.related_products_viewport {
	float:left;
	padding:0 10px 0 0;
	width:72px;
	height:55px;
	overflow:hidden;
}

.related_products_viewport img {
	padding:0;
	width:72px;
	margin:0;
}

.related_products p {
	display:block;
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#525252;
	line-height:18px;
}

.related_products p a:link {
	color: #0D6BAB;
    font-family: 'Open Sans', Arial, Sans-Serif;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
}

.related_products p a:visited {
	color: #0D6BAB;
    font-family: 'Open Sans', Arial, Sans-Serif;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
}

.related_products p a:hover {
	color: #8f8f8f;
    font-family: 'Open Sans', Arial, Sans-Serif;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
}

.related_products p.description {
	display:block;
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#525252;
	line-height:15px;
}

/* End Related Product Styles
   ========================================================================== */


/* Responsive Design Styles
   ========================================================================== */

.tablet_phone_carousel {
	width:100%;
	float:left;
	margin:0 0 20px 0;
}

.phone_header {
	float:left;
	width:100%;
	background:#FFF;
}

.phone_header_no_nav {
	float:left;
	width:100%;
	background-color: #0f6eae;
    background-image: linear-gradient(to bottom, #1c7fc1, #015e9b);
	background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #1c7fc1, #015e9b);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1c7fc1), to(#015e9b));
    background-image: -webkit-linear-gradient(top, #1c7fc1, #015e9b);
    background-image: -o-linear-gradient(top, #1c7fc1, #015e9b);
    background-image: linear-gradient(to bottom, #1c7fc1, #015e9b);
    background-repeat: repeat-x;
	padding:10px;
}

.logo_phone {
	width: 40%;
	float: left;
	margin: 0;
	padding: 0 0 10px 0;
}

.logo_phone img {
	margin:10px auto 0 auto;
}

.top_navigation_phone {
	width:60%;
	float:left;
	margin:0;
	padding:0 0 10px 0;
	text-align:center;
}

.top_navigation_phone p {
	font-size:12px;
	font-weight:normal;
	color:#000;
	margin:12px 0 0 0;
	padding:0;
}

.top_navigation_phone a:link {
	font-size:12px;
	font-weight:normal;
	color:#000;
	margin:0 5px 0 5px;
	text-decoration:none;
}

.top_navigation_phone a:visited {
	font-size:12px;
	font-weight:normal;
	color:#000;
	margin:0 5px 0 5px;
	text-decoration:none;
}

.top_navigation_phone a:hover {
	font-size:12px;
	font-weight:normal;
	color:#000;
	margin:0 5px 0 5px;
	text-decoration:underline;
}

.cart_phone {
	width:40%;
	float:left;
	margin:0;
	padding:0 0 10px 0;
	text-align:right;
}

.cart_phone p {
	font-size:14px;
	font-weight:normal;
	color:#000;
	margin:12px 0 0 0;
	padding:0;
}

.cart_phone a:link {
	font-size:14px;
	font-weight:normal;
	color:#000;
	margin:0 15px 0 0;
	text-decoration:none;
	padding:0 0 0 20px;
	background:url(../images/cart_phone.png) left top no-repeat;
}

.cart_phone a:visited {
	font-size:14px;
	font-weight:normal;
	color:#000;
	margin:0 15px 0 0;
	text-decoration:none;
	padding:0 0 0 20px;
	background:url(../images/cart_phone.png) left top no-repeat;
}

.cart_phone a:hover {
	font-size:14px;
	font-weight:normal;
	color:#000;
	margin:0 15px 0 0;
	text-decoration:underline;
	padding:0 0 0 20px;
	background:url(../images/cart_phone.png) left top no-repeat;
}

.account_sign_in_phone {
	width:60%;
	float:left;
	margin:0;
	padding:0 0 10px 0;
	text-align:left;
}

.account_sign_in_phone p {
	font-size:14px;
	font-weight:normal;
	color:#000;
	margin:12px 0 0 0;
	padding:0;
}

.account_sign_in_phone a:link {
	font-size:14px;
	font-weight:normal;
	color:#000;
	margin:0 0 0 15px;
	text-decoration:none;
	padding:0 0 0 15px;
	background:url(../images/account_sign_in.png) left top no-repeat;
}

.account_sign_in_phone a:visited {
	font-size:14px;
	font-weight:normal;
	color:#000;
	margin:0 0 0 15px;
	text-decoration:none;
	padding:0 0 0 15px;
	background:url(../images/account_sign_in.png) left top no-repeat;
}

.account_sign_in_phone a:hover {
	font-size:14px;
	font-weight:normal;
	color:#000;
	margin:0 0 0 15px;
	text-decoration:underline;
	padding:0 0 0 15px;
	background:url(../images/account_sign_in.png) left top no-repeat;
}

.products_phone {
	width:29%;
	float:left;
	margin:0;
	padding:0 0 10px 0;
	text-align:left;
}

.products_phone p {
	font-size:13px;
	font-weight:normal;
	color:#000;
	margin:12px 0 0 0;
	padding:0;
}

.products_phone a:link {
	font-size:13px;
	font-weight:normal;
	color:#000;
	margin:0 0 0 10px;
	text-decoration:none;
	padding:0 0 0 20px;
	background:url(../images/products_phone.png) left top no-repeat;
}

.products_phone a:visited {
	font-size:13px;
	font-weight:normal;
	color:#000;
	margin:0 0 0 10px;
	text-decoration:none;
	padding:0 0 0 20px;
	background:url(../images/products_phone.png) left top no-repeat;
}

.products_phone a:hover {
	font-size:13px;
	font-weight:normal;
	color:#3399CC;
	margin:0 0 0 10px;
	text-decoration:none;
	padding:0 0 0 20px;
	background:url(../images/products_phone.png) left top no-repeat;
}

.account_sign_in_products {
	width:32%;
	float:left;
	margin:0;
	padding:0 0 10px 0;
	text-align:center;
}

.account_sign_in_products p {
	font-size:13px;
	font-weight:normal;
	color:#000;
	margin:12px 0 0 0;
	padding:0;
}

.account_sign_in_products a:link {
	font-size:13px;
	font-weight:normal;
	color:#000;
	margin:0;
	text-decoration:none;
	padding:0 0 0 15px;
	background:url(../images/account_sign_in.png) left top no-repeat;
}

.account_sign_in_products a:visited {
	font-size:13px;
	font-weight:normal;
	color:#000;
	margin:0;
	text-decoration:none;
	padding:0 0 0 15px;
	background:url(../images/account_sign_in.png) left top no-repeat;
}

.account_sign_in_products a:hover {
	font-size:13px;
	font-weight:normal;
	color:#3399CC;
	margin:0;
	text-decoration:none;
	padding:0 0 0 15px;
	background:url(../images/account_sign_in.png) left top no-repeat;
}

.cart_products {
	width:39%;
	float:left;
	margin:0;
	padding:0 0 10px 0;
	text-align:right;
}

.cart_products p {
	font-size:13px;
	font-weight:normal;
	color:#000;
	margin:12px 0 0 0;
	padding:0;
}

.cart_products a:link {
	font-size:13px;
	font-weight:normal;
	color:#000;
	margin:0 10px 0 0;
	text-decoration:none;
	padding:0 0 0 20px;
	background:url(../images/cart_phone.png) left top no-repeat;
}

.cart_products a:visited {
	font-size:13px;
	font-weight:normal;
	color:#000;
	margin:0 10px 0 0;
	text-decoration:none;
	padding:0 0 0 20px;
	background:url(../images/cart_phone.png) left top no-repeat;
}

.cart_products a:hover {
	font-size:13px;
	font-weight:normal;
	color:#3399CC;
	margin:0 10px 0 0;
	text-decoration:none;
	padding:0 0 0 20px;
	background:url(../images/cart_phone.png) left top no-repeat;
}

.cart_item {
	margin:0 0 10px 0;
	border-bottom:1px solid #525252;
	float:left;
	width:97%;
	padding:10px 5px 10px 15px;
}

.cart_item p {
	/*margin:0 0 5px 0;*/
	font-size:13px;
}

.cart_item p span {
	display: inline-block;
	margin:0 10px 0 0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#525252;
	line-height:18px;
}

.cart_item p span a:link {
	font-size:11px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#3399CC;
	text-decoration:none;
}

.cart_item p span a:visited {
	font-size:11px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#3399CC;
	text-decoration:none;
}

.cart_item p span a:hover {
	font-size:11px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#8F8F8F;
	text-decoration:none;
}

.included_items_responsive {
	margin:0 0 0 82px;
	clear:left;
}

.cart_item p.item_title a:link {
	font-size:17px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#3399CC;
	text-decoration:none;
}

.cart_item p.item_title a:visited {
	font-size:17px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#3399CC;
	text-decoration:none;
}

.cart_item p.item_title a:hover {
	font-size:17px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#8F8F8F;
	text-decoration:none;
}

.cart_item .price {
	margin:0 0 10px 10px;
	float:right;
	text-align:right;
	font-size:13px;
	min-width: 100px;
}

.cart_item p.price {
	font-size:14px;
	margin:0 0 5px 0;
	clear:both;
	line-height:23px;
}

.cart_item p.price span {
	font-size:14px;
	margin:0;
	color:#F00;
}

.cart_item .quantity {
	margin:0;
	float:right;
	text-align:right;
	font-size:14px;
	color:#232323;
}

.cart_item .quantity span {
	padding:0;
	line-height:23px;
}


.cart_item .quantity input.remove {
	width: 16px;
	margin:1px 0 0 5px;
	text-align:center;
	padding:2px;
}

.cart_item_viewport {
	float:left;
	padding:0;
	margin:0 10px 10px 0;
	width:72px;
	max-height:80px;
}

.cart_item_viewport img {
	padding:0;
	width:72px;
	margin:0;
}


/* Begin Cart Phone Styles
   ========================================================================== */

.cart_item .quantity_mobile {
	margin:0 0 15px 0;
	float:left;
	text-align:left;
	font-size:14px;
	color:#3399CC;
}

.cart_item .quantity_mobile input {
	width:12%;
	margin:0 0 0 5px;
	text-align:center;
	padding:0;
}

.cart_item .quantity_mobile input.remove {
	width:12%;
	margin:1px 0 0 5px;
	text-align:center;
	padding:2px;
}

.cart_item .price_mobile {
	margin-left:0;
	clear:both;
	float:left;
	text-align:left;
	font-size:13px;
}

.cart_item p.price_mobile {
	font-size:14px;
	margin:0 0 5px 0;
	clear:both;
	line-height:23px;
	text-align:left;
	float:left;
}

.cart_item p.price_mobile span {
	font-size:14px;
	margin:0;
	color:#F00;
}

.included_items_responsive_mobile {
	margin:0;
	clear:left;
}

.discount_code_container_mobile {
	float:right;
	width:100%;
	margin:0 0 15px 0;
	text-align:right;
}

.discount_code_mobile {
	padding:10px;
	background:#FFFFFF;
	font-size:12px;
	color:#525252;
	border: 1px solid #525252;
}

.discount_code_mobile .textfield_220px {
	float:none;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
    display: block;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

.dropdown-menu .sub-menu_smaller {
	margin:0 0 0 30px;
	float:left;
	list-style:none;
	width:100%;
	padding:0;
}

.dropdown-menu .sub-menu_smaller li {
	float: left;
	padding-right:15px;
	clear:both;
	display:block;
	width:100%
}

.dropdown-menu .sub-menu_smaller li a:link {
	width:100%;
	display:block;
}

.logo_footer {
	float:right;
	margin:0 8px 0 0;
}

.main_page_title.text {
	background:#DC291E;
	height:59px;
}

.main_page_title.text h1 {
	font-size:26px;
	font-family: VagRoundedLight, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#fff;
	margin:15px 0 0 10px;
	float:left;
	letter-spacing:.02em;
}

.logo {
	float:left;
	margin:0;
	padding:0;
	width:100% !important;
}

ul.social_media {
	padding:0;
	margin:34px 15px 0 0;
	list-style:none;
	float:right;
}

ul.social_media li {
	float:right;
	margin:0 5px 0 0;
	width:27px;
}

.tile_container {
	width:100%;
	float:left;
}

.tiles {
	width:50%;
	float:left;
	padding:0;
	margin:0;
}

/* Make the Facebook Widget Responsive
   ========================================================================== */

#fb-root { display: none; }

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] { width: 100% !important; }

/* Template Fix for Preview
   ========================================================================== */

.left_column_large_fix, .right_column_large_fix {
    float: left;
    margin: 10px 0 0;
    padding: 0;
    width: 100%;
}

.left_column_fix {
    margin: 10px 0 0 0;
    padding: 0;
}

/* Live Chat Widget
   ========================================================================== */

.livechat_widget {
	padding:0 0 10px 0;
}

.livechat_widget img {
	width:230px;
}

input[type=button].disabled {
	padding:3px;
	overflow:visible;
	font-size:11px;
	font-weight:bold;
	color:#7A7979;
	border:1px solid #616161;
	background:#E3E4E5;
	cursor:not-allowed;
}

/* Responsive Video Container
   ========================================================================== */

.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
	margin-bottom:15px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Phone Breadcrumb Styles
   ========================================================================== */

.breadcrumb_phone {
    background: url("../images/bg_breadcrumb.jpg") repeat-x scroll left top transparent;
    color: #FFFFFF;
    float: left;
    font-size: 11px;
    font-weight: normal;
    height: 25px;
    margin: 0;
    padding: 10px 0 0 0;
    text-shadow: 0.12em 0.07em 0.05em #333333;
    width: 100%;
}

.breadcrumb_phone_container {
	padding:0 0 0 10px;
}

.breadcrumb_phone a:link {
    color: #FFFFFF;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

.breadcrumb_phone a:visited {
    color: #FFFFFF;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

.breadcrumb_phone a:hover {
    color: #FFFFFF;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

.breadcrumb_phone span.onlink {
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
}


/* Phone Product List Styles
   ========================================================================== */

.products_1_row_medium p.add_to_cart {
	clear:both;
    margin: 15px auto 0 auto;
    width: 94%;
	text-align:center;
	float:none;
}

input.add_to_cart_phone_button {
	width:100%;
	border-radius:4px;
	font-size:14px;
	padding:7px;
}

input.add_to_cart_phone_button:hover {
	width:100%;
	border-radius:4px;
	font-size:14px;
	padding:7px;
	color:#FFFFFF;
	border:1px solid #6d6d6d;
	background:url(../images/bg_grey_gradient.jpg) top left repeat-x #686868;
	cursor:pointer;
	border-radius:4px;
}

.products_1_row_medium p strong.price {
    /*color: #ffba13;*/
    font-size: 13px;
    font-weight: bold;
}

.products_1_row_medium p.plus_minus {
    margin:0 0 15px 0;
}

input.plus_minus {
	border-radius:4px;
	text-align: center;
	font-size: 14px;
	padding: 0px 4px 0px 4px;
	width: auto;
	min-width: 18px;
	margin: 0px;
}

input.plus_minus:hover {
	font-size: 14px;
	padding: 0px 4px 0px 4px;
    color:#FFFFFF;
	background:url(../images/bg_grey_gradient.jpg) top left repeat-x #686868;
	cursor:pointer;
}

input.cart_items {
	width:22%;
	border-radius:4px;
	font-size:16px;
	text-align:center;
	padding:5px;
	border:1px solid #CCC;
	margin-right:2px;
}

div.load_more {
	clear:both;
    margin: 0 auto 0 auto;
    width: 98%;
	text-align:center;
	float:none;
	padding:0px 0 10px 0;
}

input.load_more_button {
    background: url("../images/bg_grey_gradient.jpg") repeat-x scroll left top transparent;
    border: 1px solid #686868;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
	width:22%;
	border-radius:4px;
	font-size:14px;
	padding:7px;
}

input.load_more_button:hover {
    background: #333;
    border: 1px solid #333;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
	width:22%;
	border-radius:4px;
	font-size:14px;
	padding:7px;
}

ul.modal-navigation {
	padding:0;
	margin:0;
	list-style:none;
}

ul.modal-navigation li {
	padding:0;
	margin:0;
	text-decoration:none;
	width:100%;
	float:left;
	border-bottom:1px solid #999;
}

ul.modal-navigation li p.landing {
	padding:5px 0 5px 5px;
	margin:0;
	text-decoration:none;
	font-size:12px;
	display:block;
	font-weight:bold;
	background:#f3f3f3;
}

ul.modal-navigation li a.featured:link {
	padding:5px 0 5px 5px;
	margin:0;
	text-decoration:none;
	font-size:12px;
	display:block;
	font-weight:bold;
	color:#FFBA13;
}

ul.modal-navigation li a.featured:visited {
	padding:5px 0 5px 5px;
	margin:0;
	text-decoration:none;
	font-size:12px;
	display:block;
	font-weight:bold;
	color:#FFBA13;
}

ul.modal-navigation li a.featured:hover {
	padding:5px 0 5px 5px;
	margin:0;
	text-decoration:none;
	font-size:12px;
	display:block;
	background:#FFBA13;
	color:#fff;
	font-weight:bold;
}

ul.modal-navigation li a:link {
	padding:5px 0 5px 15px;
	margin:0;
	text-decoration:none;
	font-size:12px;
	display:block;
}

ul.modal-navigation li a:visited {
	padding:5px 0 5px 15px;
	margin:0;
	text-decoration:none;
	font-size:12px;
	display:block;
}

ul.modal-navigation li a:hover {
	padding:5px 0 5px 15px;
	margin:0;
	text-decoration:none;
	font-size:12px;
	display:block;
	background:#999;
	color:#fff;
}

.modal-body input,.modal-body select {
	width:99%;
	padding:7px 0 7px 0;
	border-radius:4px;
	border: 1px solid #999999;
	margin-bottom:7px;
	text-indent:7px;
}

.modal-body input[type=checkbox] {
	width:auto;
	padding:0;
	border: none;
	margin-bottom:0;
	text-indent:0;
}

/* Phone Product Detail Styles
   ========================================================================== */

.product_detail p.add_to_cart {
	clear:both;
    margin: 15px auto 15px auto;
    width: 100%;
	text-align:center;
	float:none;
}

.product_detail p strong.price {
    /*color: #ffba13;*/
    font-size: 13px;
    font-weight: bold;
}

.product_detail p.plus_minus {
    margin:0 0 15px 0;
}

.product_detail div.load_more {
	clear:both;
    margin: 0 auto 0 auto;
    width: 94%;
	text-align:center;
	float:none;
	padding:20px 0 10px 0;
}

/* Related Products in Phone Details Styles
   ========================================================================== */

.related_products_1_row {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    margin: 0 0 10px;
    padding: 0 0 10px;
    width: 100%;
}

.related_products_1_row_item {
	margin:10px 0 0 0;
	width:100%;
	float:left;
	border-bottom:1px solid #ABADB0;
	padding-bottom:10px;
}

.related_products_1_row_viewport {
    margin: 0 0 15px 10px;
    max-height: 185px;
    overflow: hidden;
    padding: 0;
    width:35%;
	text-align:center;
	float:left;
}

.related_products_1_row_viewport img {
    margin: 0 auto 0 0;
    padding: 0;
    width: 100%;
}

.product_detail .related_products_1_row p {
    color: #525252;
    display: block;
    float: right;
    font-size: 11px;
    font-weight: normal;
    line-height: 18px;
    margin:0;
    padding:0;
    width: 55%;
	clear:none;
}

.product_detail .related_products_1_row p a:link {
	font-size:12px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#3399CC;
	text-decoration:none;
}

.product_detail .related_products_1_row p a:visited {
	font-size:12px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#3399CC;
	text-decoration:none;
}

.product_detail .related_products_1_row p a:hover {
	font-size:12px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#8F8F8F;
	text-decoration:none;
}

.related_products_1_row p.add_to_cart {
	clear:both;
    margin: 15px auto 0 auto;
    width: 94%;
	text-align:center;
	float:none;
}

.related_products_1_row input.add_to_cart_phone_button {
	width:100%;
	border-radius:4px;
	font-size:14px;
	padding:7px;
}

.related_products_1_row input.add_to_cart_phone_button:hover {
	width:100%;
	border-radius:4px;
	font-size:14px;
	padding:7px;
	color:#FFFFFF;
	border:1px solid #6d6d6d;
	background:url(../images/bg_grey_gradient.jpg) top left repeat-x #686868;
	cursor:pointer;
	border-radius:4px;
}

.related_products_1_row p strong.price {
    color: #ffba13;
    font-size: 11px;
    font-weight: bold;
}

.related_products_1_row p.plus_minus {
    margin:0 0 15px 0;
}

.related_products_1_row input.plus_minus {
	width:25%;
	border-radius:4px;
	font-size:20px;
	padding:2px;
	margin:0 3px 0 0;
}

.related_products_1_row .input.plus_minus:hover {
	width:25%;
	border-radius:4px;
	font-size:20px;
	padding:2px;
    color:#FFFFFF;
	border:1px solid #6d6d6d;
	background:url(../images/bg_grey_gradient.jpg) top left repeat-x #686868;
	cursor:pointer;
}

.related_products_1_row input.cart_items {
	width:22%;
	border-radius:4px;
	font-size:16px;
	text-align:center;
	padding:5px;
	border:1px solid #CCC;
	margin-right:10px;
}

/* Dropdown Cart Items
   ========================================================================== */

.dropdown_cart_item {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    margin: 0 0 10px;
    padding: 0 0 10px;
    width: 100%;
	border-bottom:1px solid #999999;
}

.dropdown_cart_total {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    margin: 0;
    padding:0;
    width: 100%;
}

.dropdown_cart_total p {
    margin:0;
    width: 60%;
	text-align:right;
	float:left;
	font-size:14px;
	font-weight:bold
}

.dropdown_cart_total p.price {
    color: #0D6BAB;
    font-size: 14px;
    font-weight: bold;
	float:right;
	width:35%;
	margin:0;
	text-align:right;
}

.dropdown_cart_item p {
    margin:0;
    width: 52%;
	text-align:left;
	float:left;
}

.dropdown_cart_item p a:link {
	font-size:12px;
}

.dropdown_cart_item p a:visited {
	font-size:12px;
}

.dropdown_cart_item p a:hover {
	font-size:12px;
	text-decoration:none;
}

.dropdown_cart_item p.price {
    color: #ffba13;
    font-size: 11px;
    font-weight: bold;
	float:right;
	width:25%;
	margin:0;
	text-align:right;
}

.dropdown_cart_item .qty_remove {
	float:left;
	width:17%;
	margin:0;
	text-align:center;
	padding-right:15px;
}

.dropdown_cart_item input.qty {
	width:80%;
	border-radius:4px;
	font-size:16px;
	text-align:center;
	padding:5px;
	border:1px solid #CCC;
	text-indent:0;
}

.dropdown_cart_item input.remove {
	width:100%;
	border-radius:4px;
	font-size:10px;
	text-align:center;
	padding:5px;
	border:1px solid #CCC;
	text-indent:0;
	clear:both;
	font-weight:normal;
}

/* Phone Shopping Cart Styles
   ========================================================================== */

.cart_1_row_medium_container {
	margin-top:-10px;
}

.cart_1_row_medium {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    margin: 0 0 10px;
    padding: 0 0 10px;
    width: 100%;
}

.cart_1_row_medium_item {
	margin:10px 0 0 0;
	width:100%;
	float:left;
	border-bottom:1px solid #ABADB0;
	padding-bottom:10px;
}

.cart_1_row_medium_viewport {
    margin: 0 0 15px 5px;
    max-height: 185px;
    overflow: hidden;
    padding: 0;
    width:22%;
	text-align:center;
	float:left;
}

.cart_1_row_medium_viewport img {
    margin: 0 auto 0 0;
    padding: 0;
    width: 100%;
	float:left;
}

.cart_1_row_medium p {
    color: #525252;
    display: block;
    float: right;
    font-size: 11px;
    font-weight: normal;
    line-height: 18px;
    margin:0;
    padding: 0 10px;
    width: 68%;
}

.cart_1_row_medium_item p.price {
    color: #525252;
    display: block;
    font-family: 'Open Sans', Arial, Sans-Serif;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0 10px;
}

.cart_1_row_medium p a:link {
	font-size:13px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#3399CC;
	text-decoration:none;
}

.cart_1_row_medium p a:visited {
	font-size:13px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#3399CC;
	text-decoration:none;
}

.cart_1_row_medium p a:hover {
	font-size:13px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#8F8F8F;
	text-decoration:none;
}

.cart_1_row_medium p.included_items a:link {
	font-size:11px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#3399CC;
	text-decoration:none;
}

.cart_1_row_medium p.included_items a:visited {
	font-size:11px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#3399CC;
	text-decoration:none;
}

.cart_1_row_medium p.included_items a:hover {
	font-size:11px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#8F8F8F;
	text-decoration:none;
}

.cart_1_row_medium div.button_large_container {
	clear:both;
    margin: 0 auto 0 auto;
	text-align:center;
	float:none;
	padding:20px 10px 10px 10px;
}

input.large_grey_button {
    background: url("../images/bg_grey_gradient.jpg") repeat-x scroll left top transparent;
    border: 1px solid #686868;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
	width:100%;
	border-radius:4px;
	font-size:14px;
	padding:7px;
}

input.large_grey_button:hover {
    background: #333;
    border: 1px solid #333;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
	width:100%;
	border-radius:4px;
	font-size:14px;
	padding:7px;
}

input.large_blue_button {
    background: url("../images/bg_blue_gradient.jpg") repeat-x scroll left top transparent;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
	width:100%;
	border-radius:4px;
	font-size:14px;
	padding:7px;
}

input.large_blue_button:hover {
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
	width:100%;
	border-radius:4px;
	font-size:14px;
	padding:7px;
	background:url(../images/bg_grey_gradient.jpg) top left repeat-x #686868;
	cursor:pointer;
	border-radius:4px;
}

.cart_figures {
	clear:both;
	padding:0 15px 10px 5px;
}

.cart_figures .section1 {
	width:33%;
	text-align:left;
	float:left;
}

.cart_figures .section2 {
	width:33%;
	text-align:center;
	float:left;
}

.cart_figures .section3 {
	width:34%;
	text-align:right;
	float:left;
}

.cart_figures .section123 {
	width:100%;
	text-align:left;
	float:left;
	padding:5px 0 5px 0;
	border-top:1px solid #ABADB0;
	border-bottom: 1px dashed #ABADB0;
	margin:5px 0 5px 0;
}

.cart_item .sectionWide {
	width:75%;
	text-align:left;
	float:left;
	padding:5px 0 5px 0;
	margin:5px 0 5px 0;
}


.cart_figures .section1 strong,
.cart_figures .section2 strong,
.cart_figures .section3 strong {
	font-size:13px;
	font-weight:bold;
}

.cart_figures .section3 strong.price {
	font-size:15px;
	font-weight:bold;
	color:#FFBA13;
}

.modal-body .cart_figures .section3 strong.price {
	font-size:12px;
	font-weight:bold;
	color:#FFBA13;
}

.cart_figures input.cart_items {
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    font-size: 12px;
    margin:0 3px 0 3px;
    padding: 5px;
    text-align: center;
    width: 35%;
}

.cart_figures input.remove {
    border-radius: 4px 4px 4px 4px;
    clear: both;
    font-size: 10px;
    font-weight: normal;
    padding: 5px;
    text-align: center;
    text-indent: 0;
    width: 90%;
	margin-top:10px;
}

.cart_figures input.plus_minus {
	width:17%;
	border-radius:4px;
	font-size:12px;
	padding:2px;
	margin:0;
}

.total_cart {
	padding: 10px 20px 30px 20px;
	background:#ABADB0;
	color:#fff;
	text-align:right;
	clear:both;
	font-size:16px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
}

/* Phone Checkout Styles
   ========================================================================== */

.checkout_detail {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
}

.checkout_detail_item {
    margin: 10px 0 0;
    padding-bottom: 10px;
    padding-right: 10px;
	padding-left: 10px;
}

ul.checkout_steps {
	float:left;
	width:100%;
	padding:8px 0 8px 2px;
	margin:0;
	background:#FFF;
}

ul.checkout_steps li {
	float:left;
	width:25%;
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
	line-height:13px;
}

ul.checkout_steps li.current {
	float:left;
	width:25%;
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
	line-height:13px;
	color:#FFBA13;
	font-weight:normal;
	font-family: 'Open Sans', Arial, Sans-Serif;
}

input.checkout_wide,
select.checkout_wide {
    border: 1px solid #999999;
    color: #525252;
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
    margin: 0 0 10px 0;
    padding: 7px 0 7px 0;
	text-indent:5px;
	width:100%;
	border-radius:4px;
}

input.checkout_half {
    border: 1px solid #999999;
    color: #525252;
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
    margin: 0 0 10px 0;
    padding: 7px 0 7px 0;
	text-indent:5px;
	width:50%;
	border-radius:4px;
}

div.button_large_container_steps {
	clear:both;
    margin: 0 auto 0 auto;
	text-align:center;
	float:none;
	padding:10px 0 10px 0;
}

p.add_new {
	margin:0 0 10px 0;
}

p.add_new a:link {
	background:url(../images/add_more.png) top left no-repeat;
	padding:0 0 0 17px;
	margin:0;
	text-decoration:none;
	font-weight:normal;
	line-height:18px;
	font-size:13px;
	color:#8aba18;
}

p.add_new a:visited {
	background:url(../images/add_more.png) top left no-repeat;
	padding:0 0 0 17px;
	margin:0;
	text-decoration:none;
	font-weight:normal;
	line-height:18px;
	font-size:13px;
	color:#8aba18;
}

p.add_new a:hover {
	background:url(../images/add_more.png) top left no-repeat;
	padding:0 0 0 17px;
	margin:0;
	text-decoration:none;
	font-weight:normal;
	line-height:18px;
	font-size:13px;
	color:#8aba18;
}

p.required {
	text-align:right;
	margin:0 0 10px 0;
}

p.basic {
	margin:0 0 10px 0;
}

p.basic_large {
	margin:0 0 10px 0;
	font-size:14px;
	line-height:20px;
}

p.basic strong {
	font-family: 'Open Sans', Arial, Sans-Serif;
	margin:0 0 10px 0;
	font-weight:normal;
}

p.basic_half {
	margin:0 10px 10px 0;
	width:45%;
	float:left;
}

p.basic_half strong {
	font-family: 'Open Sans', Arial, Sans-Serif;
	margin:0 0 10px 0;
	font-weight:normal;
}

label.basic {
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
}

label.shipping_options {
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	font-size:14px;
	display:table;
}

input.shipping_options {
	margin-top:-3px;
	margin-right:5px;
}

textarea.notes {
	width:98%;
	min-height:150px;
}

.billing_shipping_info {
	float:left;
	clear:both;
	margin:0 0 10px 0;
	padding:10px 0 10px 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	width:100%;
}

.billing_shipping_info .edit {
	float:left;
	width:18%;
}

.billing_shipping_info .edit a:link {
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	padding-left:11px;
	text-indent:6px;
}

.billing_shipping_info .edit a:visited {
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	padding-left:11px;
	text-indent:6px;
}

.billing_shipping_info .edit a:hover {
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	padding-left:11px;
	text-indent:6px;
}

.billing_shipping_info .personal_info {
	float:left;
	width:60%;
}

.billing_shipping_info .personal_info strong {
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
}

.billing_shipping_info .select {
	float:left;
	width:40%;
}

.billing_shipping_info .status {
	float:left;
	width:22%;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	text-align:right;
	color:#FFBA13;
	font-size:13px;
}

.billing_shipping_info .select input.large_grey_button {
    background: url("../images/bg_grey_gradient.jpg") repeat-x scroll left top transparent;
    border: 1px solid #686868;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: normal;
	width:100%;
	border-radius:4px;
	font-size:11px;
	padding:7px;
}

.billing_shipping_info .select input.large_grey_button:hover {
    background: #333;
    border: 1px solid #333;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: normal;
	width:100%;
	border-radius:4px;
	font-size:11px;
	padding:7px;
}

.billing_shipping_info .select input.large_blue_button {
    background: url("../images/bg_blue_gradient.jpg") repeat-x scroll left top transparent;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: normal;
	width:100%;
	border-radius:4px;
	font-size:11px;
	padding:7px;
}

img.check {
	float:right;
}

a.edit_information:link {
    font-family: 'Open Sans', Arial, Sans-Serif;
    font-size: 11px;
    font-weight: normal;
    padding-left: 11px;
    text-decoration: none;
    text-indent: 6px;
}

a.edit_information:visited {
    font-family: 'Open Sans', Arial, Sans-Serif;
    font-size: 11px;
    font-weight: normal;
    padding-left: 11px;
    text-decoration: none;
    text-indent: 6px;
}

a.edit_information:hover {
    font-family: 'Open Sans', Arial, Sans-Serif;
    font-size: 11px;
    font-weight: normal;
    padding-left: 11px;
    text-decoration: none;
    text-indent: 6px;
}

/* Phone Order Review Styles
   ========================================================================== */

.cart_review_1_row {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    margin:0;
    padding:0 0 10px;
    width:100%;
}

.cart_review_1_row_item {
	margin:0;
	width:100%;
	float:left;
	border-bottom:1px solid #ABADB0;
	padding-bottom:6px;
}

.cart_review_1_row p {
    color: #525252;
    font-size: 11px;
    font-weight: normal;
    line-height: 18px;
    margin:0;
    padding:0;
    width: 100%;
}

.cart_review_1_row p.price {
    color: #525252;
    display: block;
    font-family: 'Open Sans', Arial, Sans-Serif;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0 10px;
}

.cart_review_1_row p a:link {
	font-size:13px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#3399CC;
	text-decoration:none;
}

.cart_review_1_row p a:visited {
	font-size:13px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#3399CC;
	text-decoration:none;
}

.cart_review_1_row p a:hover {
	font-size:13px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#8F8F8F;
	text-decoration:none;
}

.cart_review_1_row p.included_items {
	margin-bottom:5px;
}

.cart_review_1_row p.included_items a:link {
	font-size:11px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#3399CC;
	text-decoration:none;
}

.cart_review_1_row p.included_items a:visited {
	font-size:11px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#3399CC;
	text-decoration:none;
}

.cart_review_1_row p.included_items a:hover {
	font-size:11px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#8F8F8F;
	text-decoration:none;
}

.cart_review_1_row .cart_figures {
    border-top: 1px solid #ABADB0;
    clear: both;
    padding: 6px 0 0;
}

.cart_review_1_row .cart_figures .section1 {
	width:33%;
	text-align:left;
	float:left;
}

.cart_review_1_row .cart_figures .section2 {
	width:33%;
	text-align:center;
	float:left;
}

.cart_review_1_row .cart_figures .section3 {
	width:34%;
	text-align:right;
	float:left;
}

.cart_review_1_row .cart_figures .section123 {
	width:100%;
	text-align:left;
	float:left;
	padding:5px 0 5px 0;
	border-top:1px solid #ABADB0;
	border-bottom: 1px dashed #ABADB0;
	margin:5px 0 5px 0;
}

.cart_review_1_row .cart_figures .section1 strong,
.cart_review_1_row .cart_figures .section2 strong,
.cart_review_1_row .cart_figures .section3 strong {
	font-size:13px;
	font-weight:bold;
}

.cart_review_1_row .cart_figures .section3 strong.price {
	font-size:13px;
	font-weight:bold;
	color:#FFBA13;
}

.total {
	width:100%;
	text-align:right;
}

.total p {
    color: #525252;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    margin:0 0 5px;
    padding:0;
}

.total p strong {
    color: #FFBA13;
    font-size: 15px;
    font-weight: bold;
}

/* Phone Order History Styles
   ========================================================================== */

.order_history_info {
	float:left;
	clear:both;
	margin:0 0 10px 0;
	padding:10px 0 10px 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	width:100%;
	font-size:14px;
}

.order_history_info .info {
	margin-bottom:5px;
	float:left;
	width:70%;
}

.order_history_info .arrow {
	float:right;
	width:20%;
	margin-top:25px;
	text-align:right;
	font-size:45px;
	padding-right:10px;
	font-family: 'Open Sans', Arial, Sans-Serif;
}

.order_history_info .arrow a:link,
.order_history_info .arrow a:visited,
.order_history_info .arrow a:hover {
	text-decoration:none;
}

.order_history_info .info strong {
	font-family: 'Open Sans', Arial, Sans-Serif;
}

.order_search {
	padding:10px 0 10px 0;
	margin-bottom:5px;
	background:#fff;
	position:relative;
}

.order_search input[type=text] {
	padding:5px 4px 5px 4px;
	font-size:15px;
	line-height:22px;
	font-weight:normal;
	color:#525252;
	width:96%;
	margin:0;
	border-radius:4px 0 0 4px;
	border:1px solid #999999;
	text-indent:6px;
}

.order_search input[type=image] {
	margin:0;
	position:absolute;
	right:0;
	top:10px;
	border-radius:0 4px 4px 0;
	border:1px solid #999999;
	width:32px;
}

/**  New styles added for Metallica **/
.cart-template .row {
	padding: 4px;
}

.cart-template .input_small {
	float: right;
}

.cart-template .input_medium {
	float: left;
	width: 60%;
}

.margin_form p.link_button {
	text-align: right;
}

.phone_center_column .displayData {
	font-size: 15px;
	display: block;
}

.margin_form legend.grey {
	display: none;
}

.margin_form fieldset.grey {
	background: #ddd;
}

.margin_form fieldset.clear {
	background: #fff;
}


.order_review strong {
	font-family: 'Open Sans', Arial, Sans-Serif;
}

.accordion-heading a.large:link {
	font-weight:normal;
	font-size:14px;
	text-decoration:none;
	font-family:'Open Sans', Arial, Sans-Serif;
}

input.large_fixed_button {
    background: url("../images/bg_blue_gradient.jpg") repeat-x scroll left top transparent;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
	border-radius:4px;
	font-size:14px;
	padding:7px;
}

input.large_fixed_button:hover {
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
	border-radius:4px;
	font-size:14px;
	padding:7px;
	background:url(../images/bg_grey_gradient.jpg) top left repeat-x #686868;
	cursor:pointer;
	border-radius:4px;
}

ul.account_steps {
	float:left;
	/*width:100%;*/
	/*padding:8px 0 8px 2px;*/
	margin:0;
	background:#FFF;
}

ul.account_steps li {
	float:left;
	/*width:16%;*/
	padding:0;
	margin:10px;
	list-style:none;
	text-align:center;
	/*line-height:13px;*/
}

ul.account_steps li.current {
	float:left;
	/*width:16%;*/
	padding:0;
	margin:10px;
	list-style:none;
	text-align:center;
	/*line-height:13px;*/
	color:#FFBA13;
	font-weight:normal;
	font-family: 'Open Sans', Arial, Sans-Serif;
}

div.wishButtons {
	display: inline;
}

.products_1_row_medium p span.wishButtons {
	margin: 0 0 0 -10px;
	line-height: 19px;
}

table.shopping_cart td.center_align {
	text-align: center;
}

.detailMobileLink {
	float: right;
	width: 30px;
	height: 30px;
	margin-top: 29px;
	font-size: 25px;
	font-weight: 100;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
	background: #1271b3;
	border: 3px solid #ffffff;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
}

.products_1_row_medium p a.included_items:link {
	font-size: 12px;
	font-family: 'Open Sans', Arial, Sans-Serif;
}

.product_listing_viewport {
	margin: 0;
	padding:0;
	display: inline;
	width: 25%;
	max-width: 145px;
	/* max-height:185px; */
	overflow:hidden;
}

.product_listing_viewport img {
	padding:0;
	width: 25%;
	margin:0;
	float:left;
}

.rankDisplay {
	color: #525252;
	font-weight: bold;
	font-family: 'Open Sans', Arial, Sans-Serif;
}

.rankDisplayWrapper {
	width: 60px;
	height: 1px;
	margin-left: 25px;
}

.headerList.dropdown {
	display: inline;
	clear: none;
	margin-left: 10px;
}

.headerList.dropdown .caret {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	border-top: 4px solid #fff;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
	margin-left: 5px;
}

.quick_wishlist {
	padding:10px 10px 0 10px;
	margin:0 0 10px 0;
	float:left;
	background:#FFFFFF;
	width: 100%;
}

.quick_wishlist_item {
	margin: 2px 0 0 0;
	width: 98%;
	float: left;
	border-bottom: 1px solid #ABADB0;
	overflow: hidden;
}

quick_wishlist p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #525252;
	line-height: 18px;
}

.quick_wishlist p.leftside {
	width: 52%;
	float: left;
}

.quick_wishlist p.rightside {
	width: 30%;
	float: right;
	text-align: right;
	margin-right: 7px;
}

.quick_wishlist p a:link {
	font-size:13px;
	font-weight:normal;
	color:#0d6bab;
	font-family: 'Open Sans', Arial, Sans-Serif;
	text-decoration:none;
}

.quick_wishlist p a:visited {
	font-size:13px;
	font-weight:normal;
	color:#0d6bab;
	font-family: 'Open Sans', Arial, Sans-Serif;
	text-decoration:none;
}

.quick_wishlist p a:hover {
	font-size:13px;
	font-weight:normal;
	color:#8F8F8F;
	font-family: 'Open Sans', Arial, Sans-Serif;
	text-decoration:none;
}

.quick_wishlist p a.included_items:link {
	font-size:11px;
	font-family: 'Open Sans', Arial, Sans-Serif;
}

.quick_wishlist p a.included_items:visited {
	font-size:11px;
	font-family: 'Open Sans', Arial, Sans-Serif;
}

.quick_wishlist p a.included_items:hover {
	font-size:11px;
	font-family: 'Open Sans', Arial, Sans-Serif;
}

.quick_wishlist input.plus_minus {
	font-size: 14px;
	padding: 0px 4px 0px 4px;
	width: auto;
	margin: 0px;
}

.quick_wishlist .price {
	display:block;
	margin-top: 5px;
	font-size:13px;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight:normal;
	color:#525252;
}

.quick_wishlist input.entry {
	width:40px;
	border-radius:4px;
	font-size:14px;
	text-align:center;
	border:1px solid #CCC;
}

.quick_wishlist .cart_item_viewport {
	/*width: auto;*/
}

.quickwishphone .product_listing_viewport {
	width: auto;
}

.quickwishphone .product_listing_viewport img {
	width: auto;
}

input.entry.plus_minus  {
    width:40px;
	font-size:18px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #CCC;
}

input.entry.plus_minus:hover {
	background: rgb(238, 238, 238);
	color:	#000;
}

.quickwishphone .products_1_row_medium p {
	width: 68%;
}

p.spacer {
	margin-bottom: 4px;
}

p.wishButtons a:link {
    font-family: 'Open Sans', Arial, Sans-Serif;
    color: #fff;
}

.product_detail_viewport img.alternate {
	max-width: 40px;
	float: none;
	border: 1px solid;
	margin: 1px;
	cursor:pointer;
}

p.modalText {
	width: 100%;
	float: none;
}

.qwphone {
	text-align: center;
}

.qwphone .btn.btn-primary.addItem {
	width: 90%;
	margin-top: 4px;
}

.widget_container {
	margin-bottom: 5px;
}

.widget_column {
	padding:0;
	margin:0 0 10px 0;
	float:left;
	background:#FFFFFF;
	width:100%;
	overflow: hidden;
}

.widget_container h2.title {
	font-size: 13px;
}

.nvRow.nvGroupRow {
	margin-bottom: 5px;
}

.nvRow {
	border-bottom: 1px dotted #eee;
	padding: 1px;
	overflow: hidden;
}

.nvGroupRow .groupName {
	font-weight: bold;
	margin-bottom: 2px;
	padding: 2px;
	padding-left: 5px;
	background: #ddd;
}

.nvRow .name {
	display: inline;
	float: left;
	margin-left: 4px;
	width: 47%;
}

.nvRow .value {
	width: 50%;
	display: inline;
	float: right;
}

.tabSection {
	background: #fff;
}

.cart_item p.item_title {
	width: 75%;
}

.commentField {
	width: 100%;
	height: 55px;
}

.cartactions {
	clear: both;
	margin: 0px 0px 5px 5px;
}

.dynamic_page_message_success {
	color:green;
}
.dynamic_page_message_info {
	color:blue;
}
.dynamic_page_message_warn {
	color:#c09853;
}
.dynamic_page_message_error {
	color:#b94a48;
	font-weight: Bold;
}
.searchTopBarErrorMessage {
	position:absolute;
}
.dynamic_page_message_critical {
	font-weight:bold;
	color:#b94a48;
}

.widget_column .quick_wishlist p.rightside {
	width: 20%;
	margin-right: 35px;
}

.product_detail p.hide {
	display: none;
}
.loadingContainer{
	display		:none;
}
.overlay{
	width:      100%;
	  height:     100%;
	  top:        0;
	  left:       0;
	  position:   fixed;
}
/* Start US - 33127 */
#overlay {
  /*background: url("../images/Spinning.gif") no-repeat scroll center center rgba(255, 255, 255, 0.3);*/
  background: no-repeat scroll center center rgba(255, 255, 255, 0.3);
  display: none;
  opacity: 1;
  position: fixed;
  z-index: 10;
  width: 100%!important;
  left: 0px!important;
  top: 0px!important;
  height: 100%!important;
  /*border-radius: 50%;*/
}
#overlay .circleContainer{
	position		:absolute;
	padding-top		:0;
}
.loadingOverlay/*SwitchIT*/{
	  /* IE 8 */
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	
	  /* IE 5-7 */
	  filter: alpha(opacity=50);
	
	  /* Netscape */
	  -moz-opacity: 0.5;
	
	  /* Safari 1.x */
	  -khtml-opacity: 0.5;
	
	  /* Good browsers */
	  opacity: 0.5;
	  background:#fff; 
	  z-index:    10;
}
.visible-phone .loadingOverlay/*SwitchIT*/{
	  background: url("../images/Spinning-Circle-Z.gif") no-repeat scroll center center #FFF;
	  position:fixed;
	  	  /* IE 8 */
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	
	  /* IE 5-7 */
	  filter: alpha(opacity=100);

	  /* Netscape */
	  -moz-opacity: 1;

	  /* Safari 1.x */
	  -khtml-opacity: 1;
	
	  /* Good browsers */
	  opacity: 1;
  position: fixed;
  z-index: 10;
  width: 100px!important;
  left: 25%!important;
  top: 30%!important;
  height: 100px!important;
  border-radius: 50%;
}
/* End US - 33127 */
.circleContainer{
	 z-index:    12;
	 padding-top:70%;
}
.circle {
}

.circle1 {
}

input.newListName {
	line-height: 18px;
	margin-left: 20px;
}

input.placeholder {
	color: #999;
}

textarea.placeholder {
	color: #999;
}

.shipping_payment label.error {
	display: none;
}

label.error {
	display: none;
}

input.error {
	border-color: red;
}

img.noImg,
.product_listing_viewport img.noImg,
.product_detail_viewport img.noImg {
	background-repeat: no-repeat;
	width: 72px; /*or your image's width*/
	min-height: 72px; /*or your image's height*/
	margin: 0;
	padding: 0;
}

.product_detail_viewport img.mainProdImage.noImg {
	background-repeat: no-repeat;
	width: 200px; /*or your image's width*/
	min-height: 200px; /*or your image's height*/	
	margin: 0;
	padding: 0;
}

table.shopping_cart tr {
	background-color: #fff;
}

.breadcrumbs a:first-child {
	padding-left: 10px;
}

@media (min-width: 585px) {	
	.footer p {
		padding:0;
		margin:0 35px;
		color:#ffffff;
		text-align:center;
		background: url(../images/poweredby_cloudcraze_light.png) bottom center no-repeat;
		height: 60px;
	}
}

.footerPhone {
	background: url(../images/poweredby_cloudcraze_light.png) bottom center no-repeat;
	height: 240px;
	margin-bottom: 20px;
}

.cart_sort {
     background: #e5e5e5;
     clear: both;
     border: 1px solid #ccc;
     border-radius: 4px;
     max-width: 60%;
}

.cart_sort_text {
     display: inline-block;
     padding: 7px;
     min-width: 20%;
}

a.cart_sort_item {
     font-size: 11px;
     font-weight: normal;
     text-align: center;
}

.rfq-description-input {
	width:98%;
}

/* New product detail HTML CSS */
.product_detail .prod_media {
    float: left;
}
/* Start US- 33127 */
.description.cc_description{display: none;}
/* End US- 33127 */
.product_detail .product_title {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}

.product_detail .label {
    display: inline;
    background: none;
    text-shadow: none;
    color: black;
    font-size: 10px;
    line-height: 20px;
}

.product_detail .value {
    display: inline;
    font-size: 12px;
}

.product_detail .price .value {
    font-size: 14px;
}


.product_type_standard .product_detail_item,
.product_type_bundle .product_detail_item {
	margin: 10px 0 0 0;
	padding-bottom: 10px;
	padding-right: 10px;
	float: right;
	width: 59%
}

.product_type_standard .action,
.product_type_bundle .action,
.product_type_aggregate .action {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 50%;
}



.product_type_assembly .product_detail_item {
	margin: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	float: left;
	width: 87%;
}

.product_type_assembly .wishButtons {
	display: inline;
	float: left;
	clear: left;
}


.product_type_assembly .action {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 65%;
    float: left;
    clear: left;
}

.product_type_assembly .uom {
    float: right;
    clear: right;
}

.product_type_assembly .sku {
    clear: left;
    float: left;
}

.product_type_assembly .inventory {
    float: left;
    clear: left;
}

.product_type_assembly #avgRating {
    float: right;
    clear: right;
}
.product_type_assembly .shortDesc {
    float: left;
    margin-top: 10px;
    width: 65%;
}

.product_type_assembly .price_block {
    float: right;
    clear: right;
    margin-top: 10px;
    text-align: right;
}
.product_type_assembly .quantity_block {
    float: right;
    clear: right;
}

 .highlight {
	background: lightgrey;
}


/* End New Product Detail HTML CSS */

/* Style for the Order Search form on the my orders page*/
.searchOrderForm{
		background: #F1F1F1;
		padding-bottom: 5px;
		padding-top: 5px;
		padding-left: 5px;
}
/*END Style for the Order Search form on the my orders page*/

/*  Begin Feature filtering */
.filters {
    background: #ddd;
    padding: 5px;
    margin-bottom: 10px;
}
.filters .spec {
	font-size: 14px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px ridge #bbb;
	margin-bottom: 5px;
	margin-top: 5px;
	font-family: 'Open Sans', Arial, Sans-Serif;
}

.filters .filter_search {
	padding-bottom: 5px;
	border-bottom: 1px ridge #bbb;
	margin-bottom: 5px;
}

.filters input.filterSearch {
	padding: 4px;
}

.filters button.searchFilter {
	padding: 5px;
}
 
.filters .value {
    font-size: 11px;
    font-weight: normal;
    font-family: 'Open Sans', Arial, Sans-Serif;
}

.filters .filtercount {
	display: inline;
}

.filter_breadcrumb_container_main .breadcrumb,
.filter_breadcrumb_container .breadcrumb {
	display: inline-block;
	margin-bottom: 4px;
}

.page_links span.firstAction, .page_links span.previousAction {
	width: 20px;
} 
/*  End Feature filtering */

/* Begin Mini-cart Details */
.minicart .header {
    display: inline-block;
    width: 100%;
}

.minicart .header div.product {
    float: left;
}

.minicart .header div.quantity {
    float: right;
}

.mini_cart input[type="text"] {
	width: 45px;
}

.mini_cart .summary {
    width: 100%;
}

.mini_cart .totalqty {
    width: 45%;
}

.mini_cart p.minitotal {
    display: inline-block;
    width: 47%;
}


.mini_cart .cart_item {
	margin: 0 0 10px 0;
	border-bottom: 1px solid #f2f2f2;
	float: left;
	padding: 8px 5px 7px 5px;
}
/* End Mini-cart Details */

/* Begin Dynamic Kits */
.dynamicKitSection .item_container div,
.dynamicKitSelSection .item_container div {
    display: inline-block;
    padding: 5px;
}

.dynamicKitSection .item_container div.img {
    width: 10%;
}

.dynamicKitSection .item_container div.name,
.dynamicKitSelSection .item_container div.name {
    width: 40%;
}

.dynamicKitSection .item_container div.name a {
	font-size: 13px;
}

.dynamicKitSection .item_container div.price {
	font-weight: bold;
}

.dynamicKitSection .item_container div.qty input,
.dynamicKitSelSection .item_container div.qty input {
    width: 25px;
    text-align: center
}

.dynamicKitSection .tab-pane {
    height: 175px;
    overflow: scroll;
}

.dynamicKitSelSection .configName {
	margin-left: 4px;
}

.item_container.heading {
	font-weight: bold;
	border-bottom: 1px grey solid;
}

.dynamicKitSection .flow .kitGroup {
	font-weight: bold;
	font-size: 15px;
	margin-top: 10px;
	margin-left: 10px;
}

.dynamicKitSection .flow .item_container {
    display: inline-block;
    padding: 5px;
    width: 200px;
    text-align: center;
    margin: 4px;
}

.dynamicKitSection .flow .item_container .info {
    background: #eee;
    border: 1px #ccc solid;
    border-radius: 4px;
}

.dynamicKitSection .flow .item_container div {
    display: block;
}

.dynamicKitSection .flow .item_container div.img {
    width: 100%;
}

.dynamicKitSection .flow img {
	max-height: 100px;
}

.dynamicKitSection .flow .item_container div.name {
    width: 100%;
}
/* End Dynamic Kits */

/* Begin Effective Account Selector */
.misc-function {
	display: inline;
	float: left;
	text-align: left;
}

.effAccount {
	cursor: pointer;
	color: #1375cf;
}

.effacc-entry {
	border-bottom: 1px solid lightgrey;
	font-size: 11px;
	padding: 7px;
}

.effacc-entry.header,
.effacc-entry.header:hover {
	font-weight: bold;
	background: white;
}

.effacc-entry:hover {
	background: #55AEEA;
}

.phone_header_misc {
	background: lightgray;
	float: left;
	width: 100%;
	padding: 2px;
}

.phone_header_misc  .effAccount {
	cursor: pointer;
	color: black;
}

.launchSel,
.pickSel {
	background: url(../images/slider_arrow_right_small.png) top left;
	cursor: pointer;
}

/* End Effective Account Selector */

/* INVOICE STYLES */
.invoiceContainer{
    margin : 5px;
    clear:both;
}
.invoiceOuterContainer{
    background: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.invoiceActionContainer{
    margin-left: 10px;
}
.invoiceActionContainer .actionButtonsStart{
    float:left;
}
.invoiceActionContainer .actionButtonsEnd{
    float:right;
}

.invoiceHeaderContainer{
    width:100%;
}
.invoiceHeaderCol{
    float:left;
    width:50%;
}
.invoiceField{
    width:100%;
    margin:5px;
}
.invoiceField:after{
    content:'';
    clear:both;
}
.invoiceField .headerLabel{
    float:left;
    width:35%;
    font-weight: bold;
    white-space: nowrap;
    text-align : right;
}
.invoiceField .headerValue{
    width:100%;
    margin-left:37%;
}

.invoice_info.childRow{
    background-color:#eee;
    border-bottom: 3px solid black;
}

.childRow.inactive{
    display:none;
}

table.shopping_cart tr.childRow{
    background-color:#eee;
    border-bottom: 3px solid black;
}

.invoice_info.childRow{
    background-color:#eee;
    border-bottom: 3px solid black;
}

.openCloseLink.inactive{
    display:none;
}

.invoice_info .arrow a:link, .invoice_info .arrow a:visited, .invoice_info .arrow a:hover {
    text-decoration: none;
}

.invoice_info .arrow {
    float: right;
    font-family: 'Open Sans', Arial, Sans-Serif;
    font-size: 45px;
    margin-top: 25px;
    padding-right: 10px;
    text-align: right;
    width: 20%;
}

.invoice_info {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    float: left;
    font-size: 14px;
    margin: 0 0 10px;
    padding: 10px 0;
    width: 100%;
}
.invoice_info .info {
    float: left;
    margin-bottom: 5px;
    width: 70%;
}
.invoice_info:after{
    content:'';
    display:block;
    clear: both;
}

.invoice_info .info .infoLabel {
    font-family: 'Open Sans', Arial, Sans-Serif;
}

.invoiceActionContainer .actionButtonsStart{
    float:left;
}

.invoiceOuterContainer{
    background: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.invoices .sortControl.active{
    color: black;
}

.searchInvoiceForm {
    background: #f1f1f1 none repeat scroll 0 0;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-top: 5px;
}

.invoicesActionContainer{
    margin-top: 3px;
    margin-bottom: 5px;
}

/* END INVOICE STYLES */

/* PAYMENT DETAIL STYLES */
.paymentContainer{
    margin : 5px;
    clear:both;
}
.paymentOuterContainer{
    background: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
}
.paymentField .headerLabel{
    text-align : right;
}

.payment_info {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    clear: both;
    float: left;
    font-size: 14px;
    margin: 0 0 10px;
    padding: 10px 0;
    width: 100%;
}
.payment_info .info {
    float: left;
    margin-bottom: 5px;
    width: 70%;
}

.payment_info .info .infoLabel {
    font-family: 'Open Sans', Arial, Sans-Serif;
}

.invoiceFilterControls{
    float:right;
    margin: 3px;
}
.invoiceFilterControls:after{
    content:'';
    display:block;
    clear: both;
}   
.invoicePaymentOuterContainer table.shopping_cart input.invoicePayAmount{
    width:auto;
}    
.invoicePaymentOuterContainer .errorRow{
    display:none;
}

.invoicePaymentOuterContainer .errorRow td{
    text-align:right;
}
.invoicePaymentOuterContainer .totalRow td span, .invoicePaymentOuterContainer .totalRow{
    font-size:16px;
    font-weight: bold;
}

/* END PAYEMNT DETAIL STYLES */

/* SUBSCRIPTION STYLES */
.subscriptionContainer{
    margin : 5px;
    clear: both;
    width: inherit;
}
.subscriptionOuterContainer{
    background: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.subscriptionActionContainer{
    margin-left: 10px;
}
.subscriptionActionContainer .actionButtonsStart{
    float:left;
}
.subscriptionActionContainer .actionButtonsEnd{
    float:right;
}

.subscriptionHeaderContainer{
    width:100%;
}
.subscriptionHeaderCol{
    float:left;
    width:50%;
}
.subscriptionTitle {
    display: inline-block;
}

.subscriptionField{
    width:100%;
    margin:5px;
}
.subscriptionField:after{
    content:'';
    clear:both;
}
.subscriptionField .headerLabel{
    float:left;
    width:50%;
    font-weight: bold;
    white-space: nowrap;
    text-align : right;
}
.subscriptionField .headerValue{
    width:100%;
    margin-left:37%;
}
.subscriptionOuterContainer{
    background: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.subscription .sortControl.active{
    color: black;
}

.searchSubscriptionForm {
    background: #f1f1f1 none repeat scroll 0 0;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-top: 5px;
}
.subscriptionProductInfoContainer {
	display: inline-block;
}
.subscriptionProductImageContainer {
	display: inline-block;
}
.subscriptionSelectionDiv{
	background-color: white;
    clear: both;
    margin-top: 0;
    padding: 0 1em 2em 1em;
}
.subscriptionSelectionDiv h2{
	border-top: 1px solid #eee;
	padding-top: 1em;
}
.subscriptionSelectionDiv .item_container{
	margin-top: .5em;
}
.subscriptionSelectionDiv .action{
	margin-top: 2em;
}




/** SPINNER CSS - CAUSES ERRORS IN SAFARI SO PLEASE KEEP AT THE END OF THIS FILE */
@-moz-keyframes spinPulse {
    0% {
        -moz-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #2187e7;
    }

    50% {
        -moz-transform: rotate(145deg);
        opacity: 1;
    }

    100% {
        -moz-transform: rotate(-320deg);
        opacity: 0;
    }
}

@-moz-keyframes spinoffPulse {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spinPulse {
    0% {
        -webkit-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #2187e7;
    }

    50% {
        -webkit-transform: rotate(145deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: rotate(-320deg);
        opacity: 0;
    }
}

@-webkit-keyframes spinoffPulse {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}
/** SPINNER CSS - CAUSES ERRORS IN SAFARI SO PLEASE KEEP AT THE END OF THIS FILE */

/*******Font included - Montserrat ******************/
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v7/zhcz-_WihjSQC0oHJ9TCYPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v7/IQHow_FEYlDC4Gzy_m8fcoWiMMZ7xLd792ULpGE4W_Y.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/K88pR3goAWT7BTt32Z01mxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/RjgO7rYTmqiVp7vzi-Q5URJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/LWCjsQkB6EMdfHrEVqA1KRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/xozscpT2726on7jbcb_pAhJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/59ZRklaO5bWGqF5A9baEERJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/***** Custome Style - Added By Lalit ******/
div.logo_tagline .logo {
	background-color: white;
	border: solid 1px #f2f2f2;
}

/*added for #41316 changes by Alok*/	
#logo_tagline_new a.homeLinkDesktop{
	color: #1375cf !important;
	font-family: Montserrat;
	font-weight: bold;
	text-decoration:none;
}

.acctmainSection button.btn.slim.addItem{
	padding: 5px;
}

h2.title {
	background: none top left repeat-x #f2f2f2;
	font-weight: Bold;
	text-shadow: none;
	font-family: Montserrat;
	font-size: 17px; /* modified 18px to 17px for 41317 */
	color: #232323;
	border-radius: 0px;
}
/* Start US -33127 */
#MyAccount_navSection h3.panel-title {
	background: none top left repeat-x #f2f2f2;;
	font-weight: Bold;
	text-shadow: none;
	font-family: Montserrat;
	font-size: 18px;
	color: #232323;
	border-radius: 0px;
}
.cc_title{
	font-weight: bold;
}
/* End US -33127 */
.footer p {
	background: none;
	margin-left: 0px;
	margin-right: 0px;
	display: flex;
	justify-content: space-between;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
}

a.footerCopyright, a.footerCopyright:link, a.footerCopyright:hover {
	display: block;
	cursor: default;
	font-size: 12px;
	line-height: 1.7;
	color: #232323 !important;
} 

a.footerTermsOfSale, a.footerTermsOfSale:link, a.footerTermsOfSale:hover {
	display: block;
	text-align: center;
	text-decoration: underline;
	font-size: 12px;
	line-height: 1.7;
	color: #1375cf;
} 

a.footerEmailUs, a.footerEmailUs:link, a.footerEmailUs:hover {
	display: block;
	cursor: default;
	font-size: 12px;
	line-height: 1.7;
	color: #232323 !important;
} 

a.footerHelp, a.footerHelp:link, a.footerHelp:hover {
	display: block;
	text-decoration: underline;
	font-size: 12px;
	line-height: 1.7;
	color: #1375cf;
} 

footer {
	width: 100%;
	float: none;
	margin: auto;
	margin-top: 30px;
}

.footer p a {
	display:none;
}

.footerPhone p a {
	display:none;
}

.footerPhone {
	background: url(../images/JCI_Logo_Black.jpg) bottom center no-repeat;
}

.navbar-inner {
	background-image: linear-gradient(to bottom, #0073d2, #0073d2);
}

.side_navigation_dropdown a, .side_navigation_dropdown a:hover {
	font-size: 12px;
	line-height: 1.2;
	color: #878a8f;
	/*Background-color: #FFFFFF;*/ /* US-33127*/
	Background-image: none;
}
/* Start US-33127*/
.searchFormDiv {
    margin-bottom: 10px;
    margin-left: 5px !important;
}
.searchFormFields {
	margin-left: 5px !important;
}
.searchFormBoxes {
	vertical-align: text-bottom;
}
.searchBoxes {
	margin-left: 3%;
}
ul.side_navigation_dropdown h2 {
    display: none;
}
.acctStepNav.active a {
    color: white;
    font-weight: bold;
    pointer-events: none;
}
.acctStepNav.active {
    background: #1375cf;
    border-radius: 5px;
}
.acctStepNav {
	display: inline-grid;
    width: 224px;
    text-align: center;
}
/* End US-33127*/
.product_listing_viewport img.noImg {
	width: 99px;
	height: 38px;
	margin-top: 20px;
	margin-left: 25px;
}

.product_detail_viewport img.mainProdImage.noImg {
	width: 90%;
	min-height: 0px;
}
@media (min-width: 585px) and (max-width: 799px) {
	.product_detail_viewport {
		width: 180px !important;
	}
	.minicart .header div.product, .minicart .header div.quantity {
		width:35% !important;
	}
	.productLink{
		width:43%;
	}
	.mini_cart p.minitotal{
		width:29%;
	}
}

@media (min-width: 585px) and (max-width: 1182px){
	.requestedDate{
		width: 14% !important;
	}
	.searchOrderInput{
		width: 15% !important;
	}
}

.cart_item_viewport img.cart.noImg {
	background-size: 100%;
	margin-top: 10%;
	padding-top: 36px!important;
    padding-right: 36px!important;
    padding-bottom: 36px!important;
    padding-left: 36px!important;
}

.cart_item_viewport img.orderReview.noImg {
	background-size: 100%;
	margin-top: 10%;
}

.cart_item_viewport img.orderDetail.noImg {
	background-size: 100%;
	margin-top: 10%;
}

button.getExtPricingButton {
	display: none;
}

li.acctStep1.acctStepNav, li.acctStep6.acctStepNav {
	display: none;
}

.social_facebook_like_box {
	display: none;
}

form.addressForm select.jciReadOnly{
	height: 30px;
	font-size: 16px;
	line-height: 1;	
	color: #232323;
	border: 1px solid rgba(204, 204, 204, 0.54);
}

.cart_item_viewport img.wishEntry.noImg {
	display: block;
} 

body {
	background-color: #ffffff !important;
	background-image: none !important;
}

div.top_navigation {
	width: 100%;
	background-color: #f2f2f2;
	margin: auto;
	height: auto;
	vertical-align: middle;
	padding-right: 0;
}

.contentBody .row-fluid .span3{
	width: 23%;
}

div.logo_tagline {
	/*width: 100%;*/
	margin: auto;
	float: none;
	/* adding this property for #41316 */
	/*display:none; commented for #61160*/
}

div.menu_container {
	width: 100%;
	float: none;
	display: none;
	padding: 0;
	margin: auto;
}

div.home_slider{
	width: 100%;
	float: none;
	margin: auto;
}

div.contentBody{
	width: 100%;
	float: none;
	margin: auto;
}

div.breadcrumbs {
	background-color: rgb(223, 225, 223);
	background-image: none;
	color: #8B8E93;
	font-weight: bold;
	text-shadow: none;
	margin-bottom: 8px;
	height: auto;
	padding-bottom: 5px;
	padding-top: 5px;
}

.breadcrumbs a:link {
	color: #5f636a;
	text-shadow: none;
	font-weight: bold;
	font-size: 14px;
	height: 16px;
}

div.product_search_nav{
	background-color: #ffffff;
	background-image: none;
}

.product_search_nav .searchBar {
	width: 58%;
	margin-right: 10px;
	height: 22px;
	border: 1px solid #f2f2f2;
	color: #000000
}

input[type="button"]{
	background-image: none;
	height: 30.5px;	
	border-radius: 9px;
	border: none;
	background-color: #1375cf;
	font-family: Montserrat;
	font-size: 14px;
	box-shadow: none;
	font-weight: normal;
}

input[type="button"]:hover{
	border-radius: 9px;
	background-image: none;
	background-color: #1375cf;
	height: 30.5px;
	font-family: Montserrat;
	font-size: 14px;
	border: none;
	box-shadow: none;
	font-weight: normal;
}

input[type="button"]:disabled {
	border-radius: 9px;
	background-image: none;
	background-color: #1375cf;
    background-color: #DFF4D0;
	height: 30.5px;	
	font-family: Montserrat;
	font-size: 14px;
	border: none;
	box-shadow: none;
	font-weight: normal;
}

button.searchFilter.btn-primary{
	border-radius: 1px;
	background-image: none;
	background-color: #686a67;
	color: #ffffff
}

input.sidebarSearchButton {
	border-radius: 2px;
	background-color: #686a67;
	color: #ffffff;
	border-radius: 1px;
	border: none;
	box-shadow: none;
} 

input.search_input{
	width: 137px;
	height: 25px;
	object-fit: contain;
	border-radius: 2px;
	background-color: #ffffff;
	border: none;
	box-shadow: none;
	font-size: 12px;
	line-height: 1.2;
	color: #232323;
	/*Added for #61160*/
	position: relative;
    	left: 3px;
    	border-bottom: 1px solid #D3D3D3;
    	border-left: 1px solid #D3D3D3;
    	border-top: 1px solid #D3D3D3;
}

input.sidebarSearchButton, input.sidebarSearchButton:hover {
	background-color: #1375cf;
	background-image: none;
	font-weight: normal!important;
    height: 25px!important;
	border-radius: 9px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Montserrat;
	border: none;
	box-shadow: none;
}

input.loggedInAction {
	background-color: #8DC63F;
	background-image: none;
	font-weight: normal;
}
/*Filter button color*/

/*button.searchFilter, button.searchFilter:hover {
	border-radius: 2px;
	background-color: #686a67;
	background-image: none;
	font-weight: normal;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #555555;
	color: white;
	text-shadow: none;
	font-weight: bold;
}*/

/* adding as part of catergory filter change 17/07/2018*/

button.searchFilter, button.searchFilter:hover, button.resetFilters {
	border-radius: 9px!important;
	background-color: #1375cf;
	height: 25px!important;
	font-weight: normal!important;
	font-family: Montserrat!important;
	font-size: 14px!important;
	padding: 3px 10px 3px 10px!important;
	text-shadow: none;
	font-weight: bold;
	margin-left: 5px!important;
}

.filter_reset {
    margin: 0% 0% 5% 20%;
}
/************************ 17/07/2018****************/

.search-box-RightNav div  div h3 {
	font-weight: bold!important;
}

.search-box-RightNav div div .cc_intro_text {
	font-size: 12px;
	color: #8B8E93;
}

.search-box-RightNav div div div div .sidebarSearchButton {
	background: #1375cf;
}

.search-box-RightNav div div div .search_input {
    width: 100%;
    height: 33px;
    border: 1px solid #f2f2f2;
    color: #000000;
    margin-right: 10px;
}

div#collapseFeatureFilter div div {
	background-color: #FFFFFF;
}

div#collapseFeatureFilter div div div div .input-group .filterSearch {
	width: 100%;
    height: 33px;
    border: 1px solid #f2f2f2;
    color: #000000;
    /*margin-right: 10px;*/
}

div#collapseFeatureFilter div div div div .input-group span .searchFilter {
	background: #1375cf;
}

div.mini_cart {
	background-color: rgb(255, 255, 255);
	background-image: none;
	color: #8B8E93;
}

.my_cart p, .product_search_nav p {
	color: #8B8E93
}

div.breadcrumbs_container a:first-child {
	font-weight: normal;
}


/* Added for US #54206 by Cody */
div.breadcrumbs_container a:last-child {
	color: #232323;
    	font-weight: bold
}

.breadcrumbs_container a.homeLink:not(:last-child), .breadcrumbs_container a.homeLink:hover, .breadcrumbs a:visited, .breadcrumbs a:not(:last-child):visited:hover {
	color:#1375CF;
	font-weight:normal
} 
/* End Added for US #54206 by Cody */

.quick-order {
	display: block;
}

.mini_cart a, .mini_cart a:link, .mini_cart a:visited, .mini_cart a:hover{
	color: #8DC63F;
}

button.pickWish, button.pickWish:hover {
	background-image: none;
	text-shadow: none;
	color: #ffffff;
	width: 113px;
	height: 25px;
	object-fit: contain;
	height: auto;
    padding: 5px;
    float: left;
	border-radius: 9px;
	background-color: #1bada3;
	border: none;
	box-shadow: none;
}

button.dropdown-toggle, button.dropdown-toggle:hover {
	background-image: none;
	text-shadow: none;
	color: #ffffff;
	width: 30px;
	height: 25px;
	object-fit: contain;	
	border-radius: 9px !important;
	background-color: #1bada3;
	border: none;
	box-shadow: none;
}

button.btn.slim.add_to_cart_desktop_button, button.btn.slim.add_to_cart_desktop_button:hover, button.btn.btn-primary {
	background-color: #1375cf;
	background-image: none;    
	border-radius: 9px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-weight: normal;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 10px;
    width: auto;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
	font-family: Montserrat;
	border: none;
	box-shadow: none;
}

button.jciAddtoCartButton{
	Margin: 0px !important;
}
button.jciAddToCartPDP {
	Margin-left: 0px !important;
}

.products_1_row_medium p a, .products_1_row_medium p a:link, .products_1_row_medium p a:hover{
	font-weight: bold;	
	font-size: 16px;
	line-height: 1.4;
	color: #232323;
}

a#additionalInfoLink, a#additionalInfoLink:hover {
	text-decoration: none;
	font-size: 12px;
	color: #00549e;
	font-weight: normal;
}

input.search_button, input.search_button:hover{
	width: 80px;
	height: 25px;
	font-size: 12px;
	color: #ffffff;
	background-image: none;
	border-radius: 9px;
	background-color: #1375cf;
	font-family: Montserrat;
	border: none;
	box-shadow: none;
}

.side_navigation_dropdown a, .side_navigation_dropdown a:hover {
	/*border-bottom: solid 1px #f2f2f2;*/ /* US-33127 */
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 1.3;
	color: #73767b;
	background-image: none; /* US-33127 */
}

.side_navigation_dropdown ul a{
	padding: 10px;
}

.side_navigation_dropdown li ul li a, .side_navigation_dropdown li ul li a:hover {
	padding-left: 20px;
}

.side_navigation_dropdown li:last-child a:last-child, .side_navigation_dropdown li:last-child a:last-child:hover  {
	border-bottom: none;
}

.side_navigation_dropdown li.dcjq-parent-li:last-child a{
	border-bottom: none;
}

.side_navigation_dropdown li.dcjq-parent-li li:last-child a:last-child, .side_navigation_dropdown li.dcjq-parent-li li:last-child a:last-child:hover{
	border-bottom: solid 1px #f2f2f2;
}

.side_navigation_dropdown li.dcjq-parent-li:last-child li:last-child a:last-child, .side_navigation_dropdown li.dcjq-parent-li:last-child li:last-child a:last-child:hover{
	border-bottom: none;
}

.filters .filter_search {
	border-bottom: none;
}

.maincategory_desc p, .pagination_row_1 p {
	font-size: 14px;
	line-height: 1.4;
	color: #232323;
}

.pagination_row_1 p.paginatorItems{
	width: auto;
}

.pagination_row_1 a, .pagination_row_1 a:link, .pagination_row_1 a:hover, .pagination_row_1 span {
	font-size: 14px;
	line-height: 1.4;
	color: #232323;
	font-weight:bold;
}

.listPaginationSec .pagination_row_1 a, .listPaginationSec .pagination_row_1 a:link, .listPaginationSec .pagination_row_1 a:hover, .listPaginationSec .pagination_row_1 span{
	width: 100%;
	margin-top: 10px;
}

.listPaginationSec .pagination_row_1 p{
	width: 50%;
}

.acctmainSection .pagination_row_1 .page_links a,.acctmainSection .pagination_row_1 .page_links a:link,.acctmainSection .pagination_row_1 .page_links a:hover,.acctmainSection .pagination_row_1 .page_links span {
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
}

.acctmainSection .pagination_row_1 .page_links
{	
	display: block;
	justify-content: space-between;
	margin: auto;
	float: left;
	text-align: left;
	width: auto;
}

.pagination_row_2 a, .pagination_row_2 a:link, .pagination_row_2 a:hover{
	font-size: 14px;
	color: #1375cf !important;
}
.pagination_row_1 a.gotoPage, .pagination_row_1 a.nextAction, .pagination_row_1 a.lastAction, .pagination_row_1 a.previousAction, .pagination_row_1 a.firstAction{
	font-size: 14px;
	color: #1375cf;
	font-weight: normal;
}

.acctmainSection .pagination_row_1 .itemsPerPage span{
	font-weight: normal;
	width: auto;
	margin: auto;
}

.acctmainSection .pagination_row_1 p.paginatorItems{
	height: 20px;
	float: left;
	clear: left;
	width: 25%;
}

.acctmainSection .pagination_container{
	font-size: 14px;
	line-height: 1.4;
	color: #232323;	
	display: flex;
	justify-content: space-between;
}

.acctmainSection .pagination_row_1 span.right_align{
	width: 26%;
	float: right;
}

.pagination_row_1 select{
	width: 10%;
	height: 22px;
	border-radius: 2px;
	border: 1px solid #f2f2f2;
	font-size: 14px;
	line-height: 1.4;
	color: #232323;
	margin-bottom: 5px;
}

.acctmainSection .pagination_row_1 select{
	width: 28%;
}

.pagination_row_1 span.right_align{
	font-size: 12px;
	color: #232323;
}

.listPaginationSec .pagination_row_1 span.right_align{
	margin-top: -50px;
    float: right;
}

.products_1_row_medium p{
	font-weight: bold;
	/*width: 58% !important;*/
	font-size: 14px;
	line-height: 1.3;
	color: #969696;
}

.products_1_row_medium p.wishFinder{
	margin-top: 10px;
}

.skuDisp strong {
	padding-right: 37px;;
	font-weight: normal;
}

.uomDisp strong {
	padding-right: 15px;
	font-weight: normal;
}

.plus_minus input.plus_minus.entry  {
	width: 35px;
	height: 25px;
	border-radius: 2px;
	border: solid 0.5px #979797;
	margin-top: 10px;
}

.top_navigation p{
	padding-top: 4px;
	padding-right: 10px;
}

.main_content_container h1{
	font-weight: bold;
	font-size: 15px;
	color: #5f6369;
}

.products_1_row_medium p.description{
	border-bottom: solid 0.5px #dfe1df;
	padding-bottom: 5px;
	width: 100% !important;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.3;
	color: #969696;
}

.filterContainer{
	display: block;
	margin-top: 10px;
	/*border: solid 1px #f2f2f2;*/
}

div.mini_cart{
	width: 100%;
	padding: 0px;
	font-size: 14px;
	line-height: 1.0;
	color: #73767b;
}

.mini_cart a, .mini_cart a:link, .mini_cart a:visited, .mini_cart a:hover{
	font-size: 12px;
	color: #73767b;
	margin-left: 5px;
	width: 100%;
}

.mini_cart input[type="text"]{
	height: 20px;
	border-radius: 2px;
	border: 1px solid #f2f2f2;
	text-align: center;
	/*margin-right: 15px;*/
	margin-right: 50px !important;
}

.minicart .header{
	border-bottom: solid 1px #f2f2f2;
}

.minicart .header div.product, .minicart .header div.quantity{
	padding: 10px 10px 5px;	
	font-size: 14px;
	line-height: 1.0;
	color: #73767b;
	width: 25%;
}
.mini_cart .totalqty{
	margin: 0px;
	padding: 5px 0px 5px 10px;
	width: 96%;
	font-size: 12px;
    color: #73767b;
}

.mini_cart .totalprice{
	opacity: 0.7;
	background-color: rgb(223, 225, 223);
	padding: 5px 0px;
	margin: 0px 0px 0px -4px;
	width: 46%;
	font-size: 12px;
    color: #73767b;
}

.mini_cart p.minitotal{
	font-size: 12px;
    color: #73767b;
	margin-left: 10px;
	float:left;
}

.my_cart .summary p:first-child{
	padding: 5px 0px 5px 10px;	
}

.my_cart .summary p:last-child{
	text-align: right;
	padding-right: 10px;
}

input.loggedInAction, input.loggedInAction:hover{
	width: 80px;
	height: 25px;
	object-fit: contain;
	font-size: 14px;
	color: #ffffff;	
	border-radius: 9px;
	background-color: #1375cf;
	font-family: Montserrat;
	border: none;
	box-shadow: none;
}

.mini_cart .cart_item {
	width: 96%;
}

.minicart div.products_1_row_medium_container{
	width: 100%;	
	background-color: #ffffff;
	border: solid 1px #f2f2f2;
}

ul.dropdown-menu {
	object-fit: contain;
	border-radius: 9px;
	background-color: #ffffff;
	box-shadow: 0 1px 3px 0 rgba(114, 107, 107, 0.5);
	border: solid 0.5px #c9c9c9;
	width: auto;
	height: auto;
	padding-right: 10px;
}

ul.dropdown-menu a.pickWish{
	  font-size: 10px;
	  line-height: 1.4;
	  color: #73767b;
	  font-weight: normal;
}

ul.dropdown-menu a.pickWish li{
	margin-left: 0px;
}

input.newListName {
	width: 149px;
	height: 25px;
	object-fit: contain;
	border-radius: 2px;
	background-color: #ffffff;
	border: solid 0.5px #979797;
	padding-left: 7px;
}

ul.dropdown-menu li {
	margin-left: 0px;
}

ul.dropdown-menu li:last-child a.pickWish, ul.dropdown-menu li:last-child a.pickWish:hover, ul.dropdown-menu li:last-child a.pickWish:link {
	width: 146px;
	height: 25px;
	object-fit: contain;
	margin-left: 20px;
	margin-top: 10px;
	vertical-align: middle;
	padding-top: 7px;
	font-size: 11px;
	color: rgb(255, 255, 255);
	padding: 5px 15px;
	border-radius: 9px;
	background-color: #1375cf;
	font-family: Montserrat;
	font-size: 12px;
}

.jciStorefrontContactNumber{
	float: left;
	height: 14px;
	font-weight: normal;
	text-decoration: none;
	/*margin: 7px 0px 0px 20px;*/
	font-size: 12px;
	line-height: 1.2;
	color: #232323;
	width: 18%;
	text-align: left;
}
/*# 41316 changes */
.jciStoreFrontContactImage{
	/*width: 8%;*/
	width:5% !important;
}


#modalHeader {
	border-radius: 2px;
	background-color: #f2f2f2;
	font-size: 15px;
	color: rgb(0, 69, 83);
	vertical-align: middle;
	padding: 10px;
	font-weight: bold;
}

.jciModal {
	height: auto;
	width: 600px;	
}

.closeHelpText{
	cursor: pointer;
}

.cartTable {
	border-radius: 2px;
}

table.shopping_cart td{
	font-family: 'Open Sans', Arial, Sans-Serif;
	border: none;
	height: 35px;
	vertical-align: middle;	
	font-size: 14px;
	line-height: 1.4;
	color: #232323;
}

table.shopping_cart a:link,table.shopping_cart a:hover{
	  font-size: 16px;
	  line-height: 1.3;
	  color: #73767b;
	  font-weight: bold;
	  font-family: 'Open Sans', Arial, Sans-Serif;
}

table.shopping_cart .even td {
	color: #969696;
}

table.shopping_cart .odd td {	
	color: #232323;
	font-size: 16px;
}

.cartTable td.jciTotal, .shopping_cart td.jciOrderAmount {
	font-weight:bold;
}

table.shopping_cart tr.even td{
	font-size: 14px;
}

table.shopping_cart tr.odd{	
  border-bottom: solid 1px #f2f2f2;
}

table.shopping_cart {
	border: solid 1px #f2f2f2;
}

table.shopping_cart input[type="button"], table.shopping_cart input[type="button"]:hover,
table#addressListTable button{
	font-weight: normal;
	border-radius: 9px;
	background-color: #1375cf;
	font-size: 14px;
	width: auto;
	padding: 0px 10px;
	font-family: Montserrat;
	border: none;
	box-shadow: none;
}

input[type="button"].deleteCart {
	background-color: #1bada3;
}

input[type="button"].delete{
	background-color: #1bada3;
}

input[type="button"].promptCancel{	
	background-color: #1bada3;
}

input.addAddress {
	display: none;
}

input#useSelectedAddress, input#useOriginalAddress, input#closeAddressSelection{
	float: left;
	width: auto;
	padding: 5px;
}

input#useSelectedAddress{
	margin-right: 15px;
}

input#closeAddressSelection{
	float:right;
	padding: 0px 20px;
}

#tableAddress{
	margin-bottom: 20px;
	border-collapse: separate;
	border-spacing: 5px 0px;
}

.billing_shipping_info {
	border-top: none;
}

.modal-header{
	border-radius: 2px;
	background-color: #f2f2f2;
}

.modal-header .close{
	font-size: 15px;
	color: #232323;
	opacity: 1;
	text-shadow: none;
}

.modal-header h3{
	font-size: 15px;
	color: #232323;
}

.surchargeCheckbox{
	padding-bottom:10px;
}

input[type="button"].surchargeOkay{
	width: 150px;
	float: left;
	margin-right: 20px;
}

input[type="button"].surchargeCancel{
	width: 150px;
	float: left;
}

.surchargeTermsSelect{
	padding-top: 10px;
	font-weight: Bold;
	padding-bottom: 10px;
}

.searchOrderInput{
	border-radius: 2px;
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(223, 225, 223);
	height: 25px;
	font-size: 12px;
    color: #73767b;
	width: 18%;
}

.searchOrderForm {
	background-color: rgb(255, 255, 255);
	border: 1px solid #f2f2f2;;
	padding: 10px;
	font-size: 12px;
	line-height: 1.2;
	color: #73767b;
	margin-bottom: 10px; /* US-33127*/
}

.searchOrderForm select{
	border-radius: 2px;
	border: 1px solid rgb(223, 225, 223);
	font-size: 12px;
	height: 27px;
	color: #73767b;
	width: 19%;
}

.requestedDate {
	font-size: 12px;
	line-height: 1.2;
	color: #73767b;
	width: 106px !important;
	border-radius: 2px;
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(223, 225, 223);
	height: 25px;
	font-size: 12px;
	color: #73767b;
}

input[type="button"].searchOrder, input[type="button"].searchOrder:hover{
	margin-left: 10px;
    padding: 0px 5px;
    font-size: 12px !important;
}

input[type="button"].resetOrder{
	padding: 0px 12px;
    font-size: 12px !important;
	background:none;
	color:#555555;
}
/*57565*/
input[type="button"].resetOrder:hover{
	text-decoration:underline;
	color:#0D4D89;
}

.Zebra_DatePicker_Icon_Wrapper{
	width: auto;
}

.search_form{
	padding-right: 10px;
}

#newCPOForm fieldset {
	padding: 25px;
}

#newCPOForm legend{ 
	padding-left: 10px;
}

.horizontal_form legend, .margin_form legend, #newCPOForm legend{
	background-color: #f2f2f2;
	background-image: none;
	width: 96%;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;	
	font-family: Montserrat;
	font-size: 18px;
	color: #232323;
}

.horizontal_form label{
	font-size: 14px;
	line-height: 1.4;
	color: #969696;
}

.horizontal_form input.wide {
	font-size: 16px;
	line-height: 1.3;
	color: #232323;
	border: 1px solid rgba(204, 204, 204, 0.54);
}

.horizontal_form input.addresswide{
	font-size: 16px;
	line-height: 1.3;
	color: #232323;
	border: 1px solid rgba(204, 204, 204, 0.54);
}

.horizontal_form select.wide{
	height: 30px;
	font-size: 16px;
	line-height: 1.3;
	color: #232323;
	border: 1px solid rgba(204, 204, 204, 0.54);
}

.change_address {
	padding-top: 15px;
	height: 31.5px;
}

.change_address a:link, .change_address a:hover{
	border-radius: 9px;
	background-image: none;
	background-color: #1bada3;
	border: 1px solid rgba(204, 204, 204, 0.54);
	height: 31.5px;
	padding: 8px;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	font-family: Montserrat;
}

.copyAddressLink{
	float: left;
	margin-left: 10px;
	margin-top: 15px;
	font-size: 14px;
	line-height: 1.4;
	color: rgba(0, 0, 0, 0.7);
}

input[type="button"].processBack, input[type="button"].processBack:hover {
	border-radius: 9px;
	background-color: #1bada3;
	background-image: none;
	font-weight: normal;
	padding-right: 25px;
	padding-left: 25px;
	font-family: Montserrat;
	font-size: 14px;
	color: #ffffff;
	border: none;
	box-shadow: none;
}

input[type="button"].processUserInfo, input[type="button"].processUserInfo:hover{
    border-radius: 9px;
	font-family: Montserrat;
	font-size: 14px;
	color: #ffffff;
    font-weight: normal;
    padding-right: 25px;
    padding-left: 25px;
	margin-left: 10px;
	background-color: #1375cf;
	border: none;
	box-shadow: none;
}

input[type="button"].jciSelectAddress, input[type="button"].jciSelectAddress:hover{
	height: 38px;
	font-size: 16px;
	font-weight: normal;
	background-color: #1bada3;
	border-radius: 9px;
	font-family: Montserrat;
	font-size: 14px;
	color: #ffffff;
	border: none;
	box-shadow: none;
}

.copyAddressLink{
	float: left;
	margin-top: 15px;
	margin-left: 10px; 
	font-size: 14px;
	line-height: 1.4;
	color: #1375cf;
	text-decoration: underline;
}

.copyAddressLink a, .copyAddressLink a:link, .copyAddressLink a:hover{	
	color: #1375cf;
	text-decoration: underline;
	cursor: pointer;
}

.address_selection_display span{
	font-size: 14px;
	line-height: 1.4;
	color: rgba(0, 0, 0, 0.5);
}

#tableAddress .dataCell  {	
	color: rgba(0, 0, 0, 0.5);
}

.main_page_title.cart, .main_page_title.MyAccount{
	height: 50px;
}

.shipping_payment .jciShipGuideText{
  font-size: 14px;
  line-height: 1.6;
  color: #969696;
}

.shipping_payment label{
	font-size: 16px;
	line-height: 1.5;
	color: #232323;
}

.shipping_payment textarea{
	width: 39%;
	height: 80px;
	font-size: 14px;
	line-height: 1.6;
	color: #232323;
	border: 1px solid #f2f2f2;
	border: 1px solid rgba(204, 204, 204, 0.54);
	overflow:auto;
	
}

.shipping_payment .coso_ship_delivery_date{
	float: left;
	width: 45%;
}

.shipping_payment .deliveryDateMessages{
	display: none;
}

.shipping_payment input{
	font-size: 16px;
	line-height: 1.6;
	color: #232323;
	width: 75%;
	border: 1px solid #f2f2f2;
}

.shipping_payment select{
	border: 1px solid rgba(204, 204, 204, 0.54);
	color: #232323;
}

input[type="button"].processShippingInfo, input[type="button"].processShippingInfo:hover{
    border-radius: 9px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: normal;
    padding-right: 25px;
    padding-left: 25px;
	margin-left: 10px;
	border: none;
	box-shadow: none;
	background-color: #1375cf;
}

input[type="button"].processReview, input[type="button"].processReview:hover{
    border-radius: 9px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: normal;
    padding-right: 25px;
    padding-left: 25px;
	margin-left: 10px;
	border: none;
	box-shadow: none;
	background-color: #1375cf;
}

.accordion-heading a.large:link, .accordion-heading a.large:hover{
	font-size: 16px;
	color: #232323;
}

.margin_form p{	
	font-size: 12px;
	line-height: 1.5;
	color: #232323;
}

.shipping_payment input.po[type="text"]{
	font-size: 20px;
	line-height: 1.0;
	color: #000000;
	height: 30px;
}

input[type="button"].processPayment, input[type="button"].processPayment:hover{
	border-radius: 9px;
	font-size: 16px;
	color: rgb(255, 255, 255);
	font-weight: normal;
	padding-right: 25px;
	padding-left: 25px;
	margin-left: 10px;
	height: 40px;
	margin-bottom: 10px;
	width: auto;
	border: none;
	box-shadow: none;
	background-color: #1375cf;
}

button.processBack.btn.slim, button.processBack.btn.slim:hover{
	border-radius: 2px;
	background-color: rgb(104, 106, 103);
	font-size: 16px;
	color: rgb(255, 255, 255);
	font-weight: normal;
	padding-right: 25px;
	padding-left: 25px;
	background-image: none;
	text-shadow: none;
	height: 40px;
}

.maincategory_desc {
	display: none;
}

.navbar-inner{
	background-image: none !important;
}

.btn-navbar, .nav-collapse{
	display: none !important;
}

.brand_phone{
	background-color: rgb(255, 255, 255) !important;
	width: 97% !important;
}

a.brand_phone img{
	width: 96%;
	height: auto !important;
}

.phone_header{
	box-shadow: 0 1px 6px 0 rgba(85, 85, 85, 0.5);
}

.product_search input[type="image"]{
	width: 7%;
	margin-top: 0px;
	border: none;
}

ul.modal-navigation li a.mySubscriptions{
	display: none;
}

.products_phone a:link, .products_phone a:hover{
	background: url(../images/products_phone.png) left no-repeat;
	font-size: 12px;
	color: #000000;
}

.account_sign_in_products a:hover,.account_sign_in_products a:link{
	background: url(../images/account_sign_in.png) left no-repeat;
	font-size: 12px;
	color: #000000;
}

.cart_products a:link, .cart_products a:hover{
	background: url(../images/cart_phone.png) left no-repeat;
	font-size: 12px;
	color: #000000;
}

.product_search input#searchText{
	background-color: rgb(255, 255, 255);
	border: 0.5px solid #f2f2f2;
	border-radius: 2px;
	font-size: 12px; 
	color: #73767b;
	width: 98%;
}

#modal_TermsOfSaleCHMobile{
	width: auto;
	height: 350px;
}
#modal_TermsOfSaleIRMobile{
	width: auto;
	height: 350px;
}
#modal_HelpMobile{
	width: auto;
	height: 350px;
}

.footerMobileLink,  .footerMobileLink:hover{
	text-align: center;
	margin-left: 0px !important;
	width: 96%;
	font-size: 10px !important;
	color: #000000;
}

a.footerCopyrightMobile, a.footerCopyrightMobile:link, a.footerCopyrightMobile:hover, a.footerEmailUsMobile, a.footerEmailUsMobile:link, a.footerEmailUsMobile:hover{
  color: #000000 !important;
  cursor: default !important;
  text-decoration: none;
  text-shadow: none;
  background: none;
}
  
a.footerTermsOfSaleMobile, a.footerTermsOfSaleMobile:link, a.footerTermsOfSaleMobile:hover{
  font-size: 12px !important;
  color: #84bf41 !important;
  text-decoration: none;
  text-shadow: none;
  background: none;
}

a.footerHelpMobile, a.footerHelpMobile:link, a.footerHelpMobile:hover{
  font-size: 12px !important;
  color: #84bf41 !important;
  text-decoration: none;
  text-shadow: none;
  background: none; 
}

.footerPhone{
	background-image: none;
	height:auto;
}

table.shopping_cart tr.even {
    background: #ffffff;
	border-bottom: solid 1px #f2f2f2;
}

.pagination_row_1{
	margin-top: 10px;
	border: 1px solid rgb(242, 242, 242);
}

button.Zebra_DatePicker_Icon:hover {
    background-position: right 0px;
}

.category_name {	
	background: none top left repeat-x #f2f2f2;
	font-size: 18px;
	padding: 5px;
	font-weight: Bold;
	text-shadow: none;
	font-family: Montserrat;
	color: #232323;
	margin-bottom: 0px;
}

.category_name h1 {
	font-size: 18px;
	color: #232323;
	font-family: Montserrat;
	font-weight: Bold;
	text-shadow: none;
}

a.supercedeProductLink, a.supercedeProductLink:link, a.supercedeProductLink:hover{
	text-decoration: underline;
	font-weight: Bold;
}

.cart_item p.plus_minus{
	float: right;	
}

.cart_item .price{
	float: right;	
	clear: right;	
}

.cart_1_row_medium p {
	width: 60%;
}

.cart_1_row_medium_viewport{
	width: auto;
}
/* Start US -33127 */
.cc_myaccount_changePassword .panel-title, .cc_myaccount_mycart .panel-title, .cc_myaccount_myorders .panel-title,
.cc_myaccount_mywishlist .panel-title{
	font-weight: bold;
}
/* End US -33127 */
.breadcrumb_phone{
	background-color: #dfe1df;
	text-shadow: none;
	background-image: none;
	color: #5f636a;
	height: auto;
}

.breadcrumb_phone a:link, .breadcrumb_phone a:hover{
	color: #5f636a;
}

.product_detail_viewport img.mainProdImage.noImg{
	padding-top: 10%;
}

.product_detail_item div.wishButtons{
	margin-top: 10px;
	float: right;
    width: 65%;
}

button.btn.slim.add_to_cart_desktop_button.jciAddtoCartButton , button.btn.slim.add_to_cart_desktop_button.jciAddtoCartButton :hover{	
	margin-left: 0px;
}
button.btn.slim.add_to_cart_desktop_button.jciAddToCartPDP, button.btn.slim.add_to_cart_desktop_button.jciAddToCartPDP:hover {
	margin-left: 0px;
}

.product_detail .jciCartme {
    margin-bottom: 0px ;
}

table.shopping_cart tr td:first-child {
	text-align: left;
}

table.shopping_cart tr.odd td:nth-child(3){
	text-align: right;
	padding-right: 5px;
}

div.span12.header{
	box-shadow: 0 1px 6px 0 rgba(85, 85, 85, 0.5);
}

.top_navigation a, .top_navigation a:link, .top_navigation a:hover{
	font-size: 12px;
	line-height: 1.2;
	color: #232323 !important;
}

.product_search_nav_container{
  background-color: #ffffff;
  border: solid 1px #f2f2f2;
  margin-bottom: 10px;
}

.categories_side_container{
  border: solid 1px #f2f2f2;
}

.center_column.desktop_center_column{	
  /*border: solid 1px #f2f2f2;*/
}

.products_1_row_medium_item{	
  /*border-bottom: solid 1px #dfe1df;*/
}

.pagination_row_2{
	border-bottom: 1px solid rgb(242, 242, 242);
	border-top: 1px solid rgb(242, 242, 242);
	margin-top: 10px;
}

.dropdown-menu .divider{	
  border-bottom: solid 1px #dfe1df;
}

div.cart_item.wishFinder p.price {
	
}

.acctmainSection{
	/*margin-top: -17.5px;*/
}

.breadcrumb_phone a, .breadcrumb_phone a:link, a:not(.pickWish):hover, .breadcrumbs a, .breadcrumbs a:link, .breadcrumbs a:hover{	
	color: #232323;//54206 cody
}

.breadcrumb_phone{
	padding-bottom: 10px;
}

.horizontal_form fieldset{
	border: 1px solid #f2f2f2;
}

.margin_form fieldset{
	border: 1px solid #f2f2f2;
}

.top_navigation p{
	color: #232323;
	font-size: 15px;
}

.side_navigation_dropdown{
  background-color: #ffffff;
  border: solid 1px #f2f2f2;
  /* Start US -33127 */
  display: flex;
  justify-content: space-between;
  /* End US -33127 */
}

table#orderTable{
	margin-top: -5px;
}

button.Zebra_DatePicker_Icon_Inside{
	margin-top: -5px;
	left: 87px !important;
}

.billing_shipping_info .status {
	width: 30%;
}

.order_history_info input[type="button"].delete{
	background-color: #1bada3;
}

.product_detail .action{
	width: 37%;
	margin-top: 10px;
}

.product_detail .quantity_block .label{
	font-size: 16px;
	line-height: 1.3;
	color: rgb(0, 0, 0);
}

table.shopping_cart input[type="button"].deleteCart{
	background-color: #1bada3;
}

.myAccWishlistRows .delete, .resetOrder{
	background-color: #1bada3;
}

.promptCancel, .promptAmend{
	background-color: #1bada3;
}

.side_navigation_dropdown li.acctStep5  a, .side_navigation_dropdown li.acctStep5  a:link, .side_navigation_dropdown li.acctStep5  a:hover{
	border-bottom: none;
}

.categories_side_container .side_navigation_dropdown{
	border: none;
}

.cart_item .quantity{
	width: 31%;
}
.header div.quantity{
	text-align: right;
}

#cartHeader.cart_products{
	float:right;
}

.account_sign_in_products a{
	display: none;
}

.account_sign_in_products a.cartHeaderLink{
	display:inline;
}

.checkoutPaymentContainer .messagingSection-Error{
	margin-top: 10px;
    margin-bottom: 5px;
	font-weight: bold;
}

input[type="button"].processUserInfo:disabled{
	background-color: #DFF4D0;
}

.subCategoryWrapper .categories_1_row_medium_item{
	padding-bottom: 0px;	
}

.subCategoryWrapper .categories_1_row_medium_viewport{
	width: 100%;
	height: 100%;
}

.subCategoryWrapper img.categoryList{
	width: 100%;
	height: 100%;
}

.subCategoryWrapper img.noImg{
	background-size: 100% 100%;
}

.acctmainSection .btn-primary.slim.addItem {
	display: inline-block !important;
}
.acctmainSection .ccrz_loading_gif{
	display: none !important;
}
.paymentTypesContainer ul.nav{
	display: flex;
}
.shipnotes, .requestedDate{
	border: 1px solid rgba(204, 204, 204, 0.54);
}
#newCPOForm input{
	border: 1px solid rgba(204, 204, 204, 0.54);
}

input.billingstate  select.billingstate {
	background-color: #eeeeee;
}

.grand_total{
	float: right;
	clear: right;
}
.cart_total_amount {
    float: right;
    clear: right;
}

div.cart_toggle{
	float:right;
}

div.cart_toggle .float-right, div.cart_sort .float-right{
	display: inline;
}

div.checkoutContent .modal
{
	margin: auto;
	left: 0;
	right: 8%;
	bottom: auto;
}

div.checkoutContent #modal_AdressSelction.modal{
	margin-left: -280px;
}

input#userEnterCheckbox{
	width: 10%;
	float: left;
}

label.jciUserEnteredBox{
	width: 50%
}

#effAccounts{
	bottom: auto;
	width: 52%;
}

.ccHeaderContainer{
	width: 100%;
	margin: auto;
}

.deskLayout header .headerRow{
	display: none;
}

.modal.fade.in{
	bottom: auto;
}

.modal{
	margin: auto;
}

div.checkoutContent .modal
{
	margin: auto;
	bottom: auto;
	width: 50%;
	/*height: 50%;*/
	top: 30%;
	left: 15%;
	background: #f2f2f2;
} 
.portalHeaderToggle{
	color: rgb(0, 114, 211);
	position: relative;
	z-index: 100;
}
/* 63194 - commenting classes - begin
.portalHeaderToggle.fa-caret-up{
	top: 66px !important;
}
.portalHeaderToggle.fa-caret-down	{
	top:0px;
}63194 - end */

.portalHeaderToggle{
	margin-right: 10px ;
	font-size: 30px !important;
		
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
	 .portalHeaderToggle{
		margin-right: 15px ;
	 }
}

.fa-caret-up{
	margin-top:auto !important;
}

.btn.slim.btn-Modal-Cancel{
	object-fit: contain !important;
    background-image: none!important;
    color: #ffffff !important;
    font-weight: normal !important;
    text-shadow: none !important;
    font-size: 14px !important;
    font-family: Montserrat !important;
    padding-right: 25px !important;
    padding-left: 25px !important;
    height: 30.5px;
    border-radius: 9px !important;
    background-color: #1bada3 !important;
    border: none !important;
    box-shadow: none !important;
}

.btn-primary.btn-Modal-Ok{
	background-image: none !important;
    border-radius: 9px !important;
    font-size: 14px !important;
    color: rgb(255, 255, 255) !important;
    font-weight: normal !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-left: 10px !important;
    width: auto !important;
    height: auto !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-family: Montserrat !important;
    border: none !important;
    box-shadow: none !important;
}

/**** Style for Mobile by Lalit *********/
@media (min-width: 320px) and (max-width: 584px){
	h2.title{
		font-size: 14px !important;
		color: #232323 !important;
		background-color: #f2f2f2 !important;
		border-radius: 0px !important;
	}
	
	.total_cart {
		height: 20px;
	}
	
	div.cart_toggle{
		float: left;
		width: 96%;
		margin-top: 10px;
	}
	
	div.cart_sort .showNetPricediv{
		    margin-right: -1px;
	}
	
	.float-right{
		float: right;		
	}
	.product_detail p{
		line-height: 10px !important;
		font-size: 12px;
	}
	
	.product_detail .label{
		font-size: 12px;
	}
	
	/*.cart_sort{
		height: 75px;
	}*/
	
	.cart_sort{
	 	margin-bottom: 15px; 
	}

	.cart_sort_text 
	{ 
		font-size: 10px !important; 
	}

	.cart_figures .section1{
		float: left;
		clear: left;
	}
	
	.cart_figures .section3{
		float: right;
		clear: right;
	}
	
	.product_detail .price .value{
		font-size: 12px;
	}
	
	.product_listing_viewport img.noImg {
		margin: auto;
		margin-left: 10px;
	}
	
	button.jciAddtoCartButton {
		width: auto;
		padding: 5px;
	}
	
	.product_detail div.wishFinder{
		width: 100%;
		margin-top: 5px;
	}
	
	button.pickWish, button.pickWish:hover{
		width: 85% !important;
	}
	
	input.processUserInfo[type="button"], input.processUserInfo[type="button"]:hover{
		height: auto;		
	}
	
	.change_address{
		padding-top: 0px;
		margin-top: 2px;
		float: right;
		margin: 2px 0px 0 0;
	}
	
	#billingAddressForm{
		margin-top: 15px;		
	}
	
	#billingAddressForm .billing-messagingSection-Error{
		margin-bottom: 5px;
	}
	
	button.removeItemButton{
		/*float: left;*/
		clear: left;
		margin-top: 6px;
	}
	div.wishFinder{
		float: left;
		/*margin-top: -20px;*/
	}
	
	
	.cart_item_list .alert-error{
		min-height: 120px;
	}
	
	.footer p{
		display: block;
		justify-content: space-between;
	}
	
	.checkout_container{
		margin-top: -10px;
	}
	.main_content_large_right_container legend{   
		height: 25px;
		padding-top: 7px;		
		padding-bottom: 0px !important;
		padding-left: 10px;
		background-color: #f2f2f2;
	}		
	.product_search input[type="image"]
	{
		margin-top: 0px;
		width: 33px !important;
	}
	#modal_TermsOfSaleCHMobile{
		width: auto;
		height: auto;
	}
	#modal_TermsOfSaleIRMobile{
		width: auto;
		height: auto;
	}
	#modal_HelpMobile{
		width: auto;
		height: auto;
	}
	
	.paymentTypesContainer ul.nav{
		display: flex;
		justify-content: space-around;
	}

	.jciStorefrontContactNumber{
		width:auto;
		margin-bottom: 5px;
		padding-left: 0;
		padding-right: 0;
		font-size: small;
	}
}

/******************** Custom Style Added by Lalit for payment page*********************************/

iframe#IFrame{
	height: 500px !important;
}

.paymentTypeContainer .tab-content{
	overflow: hidden;
}

.paymentTypeContainer legend {
	width: 96% !important;
}

.paymentTypeContainer fieldset {
    border: 1px solid #ABADB0 !important;
}

.paymentTypeContainer input.button{
	margin-bottom: 10px;
}

.payment_po_instructions{
	font-size: 12px;
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.7);
}

span.poLabel{
    font-size: 16px;
    line-height: 1.3;
    color: #000000;
    font-weight: normal;
    margin-right: 10px;
}

input#accountNumber{
  border: solid 1px #757575; 
  font-size: 20px;
  line-height: 1.0;
}

div.accountNumber{
	margin-top: 10px;
}

.checkoutPaymentTarget .tab-content{
	overflow: hidden;
}

#dropwish{
	height: auto !important;
    padding: 5px;
}

.paymentTypeContainer .creditCardFieldset p {
	text-align: right;
	float: right;
	clear: right;
	display: block;
	font-family: 'Open Sans', Arial, Sans-Serif;
}

.paymentTypeContainer p :last-child{
	border-top: 1px solid;
	padding-top: 5px;
}

.paymentTypeContainer p.shippingUpchargePayment{
	display: none;
}

p.listPriceCart,.listPriceQuote{
	border-bottom: 1px solid rgb(242, 242, 242);
	margin-bottom: 5px;
	padding-bottom: 5px;
	color:#232323 !important;
}

p.listPriceCart.noBorder{
	border-bottom: none;
}

.subtotalListCart{
	font-size: 20px !important;
	font-weight: 400 !important;
}

ul.checkout li span{	
  color: #232323;
}

ul.checkout li.grand_total span.subtotalListCartSpan{	
  font-weight: 400 !important;
}

ul.checkout li.grand_total.subtotalListCart{
	font-weight: 400 !important;
}

div.cart_sort .activeNetPriceToggle{
    border: solid 0.5px #1375cf;
    border-radius: 3px;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	color: #1375cf;
}

div.cart_sort .showNetPricediv{	
    margin-right: -3px;
}

div.cart_sort .inactiveNetPriceToggle{
    border: solid 0.5px #979797;
    border-radius: 3px;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	color: #888888;
	cursor: pointer;
}

.cart_toggle{
	float: right;
    margin-right: 10px;
}

/*div.cartContainer{
	border: solid 1px #dfe1df !important;
}*/

.cart_sort .cart_sort_text.netPriceToggle{
    padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: auto;
	font-size: 14px !important;
	line-height: 13px;
}


.cartFloatLeft{
	float: left;
	width: 56%;
}


.lineCommentsDiv, .lineStatusDiv, .confNetPriceDiv, .confNetPrice, .confExtendedNetPrice, .reviewListPrice, .reviewExtendedListPrice {
	float: right;
	clear: right;
}

.reviewExtendedListPrice, .confExtendedListPrice{
	padding-bottom: 5px;
	border-bottom: 1px solid rgb(242, 242, 242);
	margin-bottom: 5px;
}

.confNetPriceDiv .noBold{
	font-weight: normal !important;
}

.confListPriceDiv, .confListPrice, .confExtendedListPrice {
	float: right;
	clear: right;
}

.noBold{
	font-weight: normal !important;
}


/****************** Custom style - Added by Samruddhi*******************/

.my_account_information label.shorter {
	font-size: 14px !important;
    line-height: 1.4 !important;
    color: rgba(0, 0, 0, 0.5) !important;
}

.main_content_large_right_container h1{
	background: none top left repeat-x #f2f2f2 !important;
	font-family: Montserrat !important;
	font-size: 18px !important;
	color: #232323 !important;
	font-weight: Bold !important;
	text-shadow: none !important;
	padding: 5px 10px 5px 10px !important;
	margin: 0 !important;
	display: block !important;
}
	
.main_content_large_right_container {
	padding: 0px !important;
}

.cart_sort{
 /*border-bottom: solid 1px #dfe1df !important;*/
    max-width: 100% !important;
 	background: none !important;
	border-top: none;
    border-right: none;
    border-left: none;
 	border-bottom:none;
    border-radius: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
} 

#addCouponBtn {
    background: #1bada3 !important;
}

.removeItemButton, .removeItemButtonAll,.masschangeButton,.updateCartButton,.deleteItem,.createWishlistBtn,.saveAsQuoteBtn,button.pickWish,.shopping_cart .btn.slim:not(.continueShoppingButtonJCI),
.createWishlist, #rfqLink .remove{
	object-fit: contain !important;
    background-image: none!important;
    color: #ffffff !important;
    font-weight: normal !important;
	text-shadow: none !important;
	font-size: 14px !important;
	font-family: Montserrat !important;
	padding-right: 25px !important;
    padding-left: 25px !important;
    height: 30.5px;	
	border-radius: 9px !important; 
	background-color: #1bada3 !important;
	border: none !important;
	box-shadow: none !important;
}
.continueShoppingButtonJCI, .checkOutBtn,.checkOutBtnNormal, .addItem,.processReview{
	border-radius: 9px !important;
    background-color: #1375cf !important;
    background-image: none !important;
    color: #ffffff !important;
    font-weight: normal !important;
	text-shadow: none !important;
	font-size: 14px !important;
	font-family: Montserrat !important;
	padding-right: 25px !important;
    padding-left: 25px !important;
    height: 30.5px;
	background-image: none !important;
	border: none !important;
	box-shadow: none !important;
}
.checkOutBtnNormal{
	padding-right: 25px !important;
    padding-left: 25px !important;
    /*margin-right: 20px !important;*/
	padding-right: 25px;
    padding-left: 25px;
    height: 30.5px;
	border: none !important;
	box-shadow: none !important;
}
.input-text.entry.plus_minus{
	margin-top:0px!important;
	padding-top: 0px!important;
    padding-bottom: 3px!important;
    border-top-width: 1px!important;
	border: solid 1px #dfe1df !important;
	float: left!important;
    border-radius: 0!important;
	line-height: 1.3 !important;
	font-family: Open Sans !important;
	font-size: 13px;important;
	color: #000000 !important;
}

.grand_total{
	font-family: 'Open Sans', Arial, Sans-Serif !important;
	font-weight:bold !important;
	font-size: 20px !important;
	color: #232323 !important;
	
}
/*.shopping_cart{
	margin-top: 50px !important; 
}*/

.cart_item.wishFinder{
	border-bottom:none;
}
div.wishFinder{
	/*border-bottom:solid 1px #dfe1df;*/
	padding-bottom: 10px;
}
.cart_item.wishFinder{
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.main_content_large_right_container fieldset{
	border-top:none;
	border-bottom: solid 1px #dfe1df;
	border-left:none;
	border-right:none;
	padding-bottom: 20px!important;
}

.main_content_large_right_container legend{
    border-bottom: solid 1px #dfe1df;
    display: block;
    width: 100%;
	padding-bottom: 20px;
	font-family: 'Open Sans', Arial, Sans-Serif !important;
	font-weight: bold;
    font-size: 16px;
    color: #232323;
}
.my_account_information shortest,.my_account_information shorter, .my_account_information label{
	font-size: 14px;
    line-height: 1.4 !important;
    color: rgba(0, 0, 0, 0.5) !important;
}

.main_content_large_right_container.messagingAction-Info{
	margin-bottom: 0px!important;
}	

.my_account_information	span{
	color: #232323 !important;
    font-family: 'Open Sans', Arial, Sans-Serif;
}

.alert-info{
	font-family: "Open Sans",Arial,sans-serif;
	font-size: 14px !important;
	line-height: 1.4;
	color: rgb(0, 83, 158);

	font-weight: normal;
	text-shadow: none;
}

.messagingAction-Info, .messagingSection-Info{
	font-family: "Open Sans",Arial,sans-serif;
	font-size: 14px !important;
	line-height: 1.4;

	color: rgb(0, 83, 158);
	font-weight: normal !important;
	text-shadow: none;
	
}

.messagingAction-Warning, .messagingSection-Warning{
	background-color: #fcf8e3;
	font-family: 'Open Sans', Arial, Sans-Serif !important;
	font-size: 14px !important;
	line-height: 1.4;
	color: #c09853;
	font-weight: normal !important;
	text-shadow: none;
	
}

.messagingAction-Error, .messagingSection-Error, .alert-error, .alert-danger{
	background: rgba(202, 35, 57,.2);
	font-family: 'Open Sans', Arial, Sans-Serif !important;
	line-height: 1.4;
	font-size: 14px !important;
	color: #ca2339;
	font-weight: bold !important;
	text-shadow: none;
}

.dynamic_page_message_info{
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-size: 14px !important;
	line-height: 1.4;
	color: #00539e;
	font-weight: normal !important;
	text-shadow: none;
}

.alert .close{
	color: #00539e;
	opacity: 0.2;
}

.categories_1_row_medium_item{
    background-color: #d8d8d8;
    border: solid 1px #979797;
	float:left; 
	width: 100%;
    height: 150px;
}
.subcategory_name{
	text-align: center; 
	display: inline-table;
	width: 100%;
} 
.subCategoryWrapper{
	width: 30%;
    height: 210px;
	margin-left:2.2%;
	display: inline-block;
	
}
.categoryName{
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-size: 15px;
	color: #000000;
}
.storeURL{
	font-family: 'Open Sans', Arial, Sans-Serif;
    font-size: 14px;
	color: #3399CC;
}
.accordion-heading{
	border-radius: 2px;
    background-color: #f2f2f2;
	font-family: Montserrat;
    font-weight: bold;
    font-size: 12px;
    color: #232323 !important;
}
.address_selection_display span{
	line-height: 1 !important;
}
button.pickWish, button.pickWish:hover{
	width: 159px !important;
	padding-right: 25px;
    padding-left: 25px;
    height: 30.5px;	
	border: none;
	box-shadow: none;
}
.checkoutSection,.saveAsQuoteSection,.checkout.clear_right,.shopping_cart .slim.remove{
	margin-right: 10px !important;
}
#dropWish{
	height:30.5px!important;    
	margin-left: -2px !important;	
	border: none;
	box-shadow: none;
	background-color: #1bada3 !important;
}
#dropWish:active{
	background-color: #1bada3 !important;
}
/*Add by Cody #79376 cc_jci_BreadcrumbInclude */
.homeLink{
	font-weight:bold;
}
table.shopping_cart tr td:first-child {
    text-align: left;
}
 
table#cartTable tr td:nth-child(3){
    display:none!important;
} 
.cart_sort .cart_sort_text{
	min-width: 0% !important;
	font-family: Open Sans !important;
	font-size: 14px !important;
	  font-weight: 400;
	  color: #000000;
}
.cart_sort_label{
	padding-left: 12px !important;
}
.cart_sort_item{
	opacity: 0.5 !important; 
	font-family: Open Sans!important;
	font-size: 14px!important;
	color: #1375cf!important;
}
.myAccProfileAccountInfo strong,.myAccProfileContactInfo strong,.myAccProfileUserInfo strong{
	color: rgba(0, 0, 0, 0.54);
}
.address_selection_display span{
	color: #232323 !important;
}
.Thank_you_for_placing{
	font-family: Montserrat !important;
	font-weight: bold !important;
	font-size: 20px !important;
	line-height: 0.9 !important;
	color: #232323 !important;
}
.orderNoDetails{
	font-family: Montserrat !important;
	font-size: 20px !important;
	line-height: 0.9 !important;
	color: #232323 !important;
}
.orderConf{
	font-family: Open Sans !important;
	font-size: 14px !important;
	line-height: 1.7 !important;
	color: #232323 !important;
} 
.cc_OrderReview_new .grey,.orderContainer .grey{
	background-color: #ffffff !important;
}
.order_review strong{
	font-family: Montserrat !important;
	font-size: 18px !important;
	color: #232323 !important;
}
.order_review p{
	font-family: Open Sans !important;
	font-size: 14px !important;
    color: #232323 !important;
	word-wrap: break-word;
}
.item_title{
	font-family: Open Sans !important;
	font-size: 20px !important;
	line-height: 0.9 !important;
	color: #232323 !important;
}
.totals_subTotal_line{
	 font-family: 'Open Sans', Arial, Sans-Serif !important;
	 font-weight: Bold !important;
	 font-size: 24px !important;
	 color: #232323 !important;
}
.checkout_detail .accordion-toggle{
	font-family: 'Open Sans', Arial, Sans-Serif !important;
	font-weight:bold !important;
	font-size: 12px!important;
	color: #232323!important;
}
.checkout_detail .address_selection_display{
	font-family: 'Open Sans', Arial, Sans-Serif !important;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.7) !important;
}
.cart_item  .prodLink{
	color: #232323 !important;
	font-family: Open Sans !important;
	font-size: 20px !important;
}

#surchargeWarning{
	font-weight:bold !important;
}
.prodLink img,.cart_item_viewport img{
	/*padding-top: 36px!important;
    padding-right: 36px!important;
    padding-bottom: 36px!important;
    padding-left: 36px!important;
    display: block!important;
    width: 0px!important;
    height: 0px!important;*/
	width: 88% !important;
	height: 100% !important;
    outline: none!important;
}
#commentsLink
{
	font-family: Open Sans;
	font-size: 12px;
	color: #1375cf;
	/*padding-left: 80px;*/
}
.cart_item_list .price, .jciPriceSpan, .jciTotalSpan{
	font-family: Open Sans!important;
	font-size: 14px!important;
	color: #232323!important;	
	font-weight: normal;

}
.cart_item p.price span{
	font-family: Open Sans!important;
	font-size: 14px!important;
	color: #232323!important;	
	font-weight: normal !important;
}

.cart_item p.item_title a{
	font-family: Open Sans!important;
	font-size: 20px!important;
	line-height: 1.4!important;
	color: #232323!important;
}
.cartButtonDiv{
	display: table; 
	width: 100%; 
	table-layout: fixed;
}
.cartButtonSpan{
	display: table-cell;
	width: 30%; 
	text-align: center; 
}
.searchBoxError{
	width: auto !important;
	height: auto !important;
}
a.pickWish:hover{
	background-image:none !important;
}
@media (min-width: 585px) and (max-width: 799px) {  
	.horizontal_form input.addresswide{
		width: 425px;
	}
	#modal_AdressSelction{
		width: 90% !important;
	}
}
#modal_AdressSelction.modal{
	left: 43% !important;
}
@media (max-width: 584px){
	#modal_AdressSelction.modal{
		left: 3% !important;
	}
	.lastAction{
		object-fit: contain !important;
		background-image: none!important;
		color: #ffffff !important;
		font-weight: normal !important;
		text-shadow: none !important;
		font-size: 14px !important;
		font-family: Montserrat !important;
		padding-right: 25px !important;
		padding-left: 25px !important;
		height: 30.5px;	
		border-radius: 9px !important; 
		background-color: #1bada3 !important;
		border: none !important;
		box-shadow: none !important;
	}
	.jobNumberDiv{
		max-width:250px;
	}
	.jciStorefrontContactNumber{
		width:40%;
	}
	.product_detail_viewport{
		padding-bottom: 5px !important;
	}
	.product_search input[type="image"] {
		width: 12% !important;
	}
	#doSearch{
	    max-height: 34px !important;
		max-width: 50px !important;
	}
	.ccHeaderContainer {
		padding-left: 0;
		padding-right: 0;
		margin-left: 15px;
		margin-right: 15px;
		width: auto;
	}
	.logo_tagline {
		padding-left: 0;
		padding-right: 0;
		margin-left: 15px;
		margin-right: 15px;
	}
	.logoUrlDesktop{
		width:100% !important;
	}

	.jciStorefrontContactNumber{
		margin-bottom: 5px;
		padding-left: 0;
		padding-right: 0;
		font-size: small;
	}

	.horizontal_form  {
		width:100%;
	}

	.margin_form  {
		width:100%;
	}
	.product_detail_item div.wishButtons {
		display:none;
	}
}
.main_content_large_right_container label{
	cursor: default !important;
}
.jciSpinnerDiv{
	align-content:center;
	position: absolute;
	left: 50%;
}
.jciSpinner{
	font-size:48px!important;
}
.processPaymentBtn:disabled{
	background-color: #1375cf!important;
}
.paymentTypesContainer p{
	word-wrap: break-word;
}
.billing_shipping_info .status{
	color: #000000 !important;
}
.merchant_paycontent{
	word-wrap:break-word;
}
.cart_review_1_row .cart_figures .section3 strong.price {
	color: #000000 !important;
}
ul.checkout_steps li.current{
	color: #0d6bab !important;
    font-weight: bold !important;
}
.productLink{
	float:left;
}
@media (min-width: 585px) and (max-width: 1199px) {
	.product_detail_item div.wishButtons {
		width: 100% !important;
	}
	.jciAddToCartPDP{
		width:119px !important;
	}
}
@media only screen
  and (max-device-width: 640px),
  only screen and (max-device-width: 667px),
  only screen and (max-width: 480px){
	.jobNumberDiv{
			max-width:250px !important;
	}
	.ccPaymentOuterContainer .main_content_large_right_container{
		max-width:640px;
	}
	#IFrame{
		width:100% !important;
	}
  }
  @media only screen 
	and (min-device-width : 320px) 
	and (max-device-width : 568px)
	and (-webkit-min-device-pixel-ratio: 2)	{
		#IFrame{
			width:100% !important;
		}
		.ccPaymentOuterContainer .main_content_large_right_container{
			max-width:320px!important;
		}
	}  
 @media (min-width: 510px){
	#IFrame{
		width:100%;
	}
 }
.cart_item_list .cart_item p.item_error{
	font-size: 14px !important;
    padding-bottom: 10px !important;
    padding-top: 20px !important;
	width: 100% !important;
	line-height: 16px !important;
 }
 a#chSrvMsg {
    font-size: 14px!important;
    color: #337ab7 !important;
 }
.homeDivDesktop{
	width: 50%; 
	float: left; 
	padding-top: 32px;
	padding-left: 27px;
	margin-bottom: 5px;
}
.homeBtnDesktop{
	width: 188px !important;
	height: 33px !important;
	font-size: 12px !important;
	color: #ffffff !important;
	background-image: none !important;
	border-radius: 9px !important;
	background-color: #1375cf !important;
	font-family: Montserrat !important;
	border: none !important;
	box-shadow: none !important;     
	font-weight: normal !important;
	display:none; /*57565*/
}
/*#57565*/
#logo_tagline_new a.homeLinkDesktop{
	color: #1375cf !important;
	font-family: Montserrat;
	font-weight: bold;
}
/*#57565*/
#logo_tagline_new a.homeLinkDesktop:hover{
	color: #0D4D89 !important;
	text-decoration:underline;
}

.logoUrlDesktop{
	height: 95px;
	/*float:right; commented for #61160*/
	width:70% !important;
	padding: 5px !important;
}
.navbarContainerMobile{
	background-color: #ffffff; 
	height: 60px;
}
.homeDivMobile{
	width: 50%; 
	float: left;
	padding-top: 17.5px; 
	padding-left: 10px;
}
.homeBtnMobile{
	width: 147px !important;
	height: 25px !important;
	font-size: 9px !important;
	color: #ffffff !important;
	background-image: none !important;
	border-radius: 9px !important;
	background-color: #1375cf !important;
	font-family: Montserrat !important;
	border: none !important;
	box-shadow: none !important ;     
	font-weight: normal !important;
}
.logoMobile{
	height: 100%;
	width: 35%; 
	float:right;
}
.inactiveLink {
   color:grey;
   
}
.inactivetab{
	pointer-events: none;
   cursor: default;
}
.btn{
	
    background-image: none !important;
    border-radius: 9px !important;
    font-size: 14px !important;
    color: rgb(255, 255, 255) !important;
    font-weight: normal !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    /*margin-left: 10px !important;*/
    width: auto !important;
    height: auto !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-family: Montserrat !important;
    border: none !important;
    box-shadow: none !important;
}
div.cc_action_totals .btn{
	margin-left:10px;
}
.btn-info{
	color: #fff !important;
}
.modal-dialog{
	padding-right:8%;
}
#myModal{
	width:auto;
	background:transparent;
	margin:auto;
}
.modal-footer{
	background:transparent !important;
	border:none !important;
}
#modal_AddressSelection{
	height:300px !important;
	right:10%% !important;
	top:25% !important;
	left:10% !important;
	width:80% !important;
	
	
}
#modal_AddressSelection .headerRow {
	padding:5px !important;
}
#modal_AddressSelection .dataCell{
	padding:5px !important;
}
input.addNewShipAddress{
	display:block !important;
}
/*.editModal{
	margin-left:350px !important;
	
}*/
#hvoc-navbar{
	margin-right:250px !important;
}
a.disabledLink:hover{
	color:#C0C0C0 !important;
}
.item_error{
	margin-bottom:10px !important;
	font-size:14px !important;
	font-weight: normal !important;
}

@media (min-width: 300px) and (max-width: 700px) {
	.logoUrlDesktop{
	   height: 95px;
	   /*float:right; commented for #61160*/
	   width:50% !important;
	} 
 
	div.checkoutContent .modal
	{ 
		width:auto;
		top: 30%;
		left: 1%;
		right: 1%;
		background: #f2f2f2;
	}
	input[type="button"].jciSelectAddress, input[type="button"].jciSelectAddress:hover{
		font-size:12px;
	}

	.shipping_payment textarea{
	  	width: 100%;
	 }
 } 

@media screen and (min-width: 992px) {
	p.wishFinder{
		width:165%;
	} 

}

@media screen and (min-width: 1200px) {
	p.wishFinder{
	width:135%;
	} 

}

.deskLayout {
  padding-right: 15px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .deskLayout {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .deskLayout {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .deskLayout {
    width: 1170px;
  }
}

.continueShoppingButtonJCI , .getExtPricingButton , .createWishlistBtn , .updateCartButton , .removeItemButtonAll , .saveAsQuoteBtn,
.masschangeButton{
	margin-bottom:5px !important;
}

.cart_item.wishFinder{
	padding: 0;
    width: 100%;
    border-bottom: 1px solid #dfe1df !important;
}

div.price-left-align{
 min-height:34px;
}

@media screen and (max-width:584px){
 #cart_items_container div div div div.row{
  display: flex;
  flex-flow: column-reverse;
 }
 div.item_title.col-md-7.col-xs-12.col-md-pull-4 p{
  margin-top:5px !important;
  margin-bottom:0px !important;
 }
 div.cart_item_viewport.col-md-1.col-xs-12.col-md-pull-4{
  margin:20px 0 15px 0 !important;
 }
 div.mobile-align-left{
  text-align:left;
  margin-left:27%;
 }
 div.item_title.col-md-7.col-xs-12.col-md-pull-4{
  text-align:right;
 }
 div.quantity{
  display: flex;
  flex-flow: column-reverse;
 }
 
 div.price-left-align{
  float:left;
 }
 div.price.netPriceCart{
  width:100%;
 }
 table#cartTable tr td:nth-child(2){
  display: none;
 }
}

@media (min-width:585px) and (max-width:1199px){
	div.item_title.col-md-7.col-sm-7.col-xs-12.col-md-pull-4.col-sm-pull-4{
		padding-left:25px !important;
	}
}

@media screen and (max-width:584px){
	table.shopping_cart input[value="Rename"]{
		font-size:11px !important;
	}
}

.modal.fade.in{
    width: 37%;
    top: 10%;
    /*background: white;*/
	padding: 0 !important;
	border-radius: 10px;
}
.modal.fade.in div.modal-dialog {
	width:100%;
}
.modal.fade.in  div.modal-header{
	width:100%
}

@media screen and (max-width:584px){
	.modal.fade.in{
		width:100% !important;
	}
}

table#cartTable.table.table-hover.cc_table.cc_mywishlist_table>tbody>tr.cc_table_header_row>th.cc_table_header:nth-child(2){
	display:none;
}

p.skuDisp{
 width:100%;
}

@media screen and (max-width:584px){
	.product_listing_viewport img.noImg {
		margin-left: 17px !important;
	}
	
	div.col-md-7.col-sm-7.col-xs-9.col-md-offset-1.col-sm-offset-1{
		padding-right:0px;
		padding-left:24px;
	}
	div.col-md-7.col-sm-7.col-xs-9.col-md-offset-1.col-sm-offset-1 p{
		width:100%;
	}
	div.col-md-7.col-sm-7.col-xs-9.col-md-offset-1.col-sm-offset-1 p.description{
		padding-right: 0;
		font-size: 11px;
		font-weight: 700;
		color: #525252;
		border: none;
		margin-bottom: 0
	}
	p.skuDisp{
		display:none;
	}	
	p.uomDisp{
		font-size: 11px;
		width: 100%;
		color: #525252
	}
	span.wishButtons.wishtest div.btn-group.dropdown.slim{
		display:none;
	}
	p.plus_minus{
		display:none;
	}
	
}

div.prodCatContainer div.products_1_row_medium_container div.products_1_row_medium.sub_categories{
	border-bottom:none;
}

@media screen and (max-width:584px){
	.horizontal_form  {
		width:auto;
	}
}
@media screen and (max-width:584px){
  div.contentBody.cc_content_body> span > div.container > div.row-fluid{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* optional */
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  div.contentBody.cc_content_body> span> div.container > div.row-fluid > div.col-md-3.hidden-tablet {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  div.contentBody.cc_content_body> span> div.container > div.row-fluid >div.col-md-6{
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  
  div.contentBody.cc_content_body> span > div.container > div.row-fluid >div.col-md-3{
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  
}

 div.acctmainSection> div> div.panel-body.cc_body.cc_myaccount_content{
	padding:15px !important;
}

@media screen and (max-width:584px){
  div.deskLayout.cc_deskLayout> div > div.container.cc_main_container.cc_tmpl_TwoColRD > div.row.cc_main_row{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* optional */
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  div.deskLayout.cc_deskLayout> div > div.container.cc_main_container.cc_tmpl_TwoColRD > div.row.cc_main_row > div.col-md-3.cc_right_col.right_column {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  div.deskLayout.cc_deskLayout> div > div.container.cc_main_container.cc_tmpl_TwoColRD > div.row.cc_main_row > div.col-md-9.cc_main_content_col {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  
}

@media screen and (max-width:584px){
		.logoUrlDesktop {
			width:auto !important;
		}
		.LogoHome{
			clear:both !important;
		}
		.createWishlistBtn, .saveAsQuoteBtn {
	 		display: none !important;
		 }
	
}

@media screen and (max-width:584px){
 table#cartTable.table.table-hover.cc_table.cc_mywishlist_table{
  table-layout: fixed;
  width:100%;
 }
 table#cartTable.table.table-hover.cc_table.cc_mywishlist_table tr.cc_table_row td:first-child{
  overflow: hidden;
 }
}

.promotion-box-RightNav img {
	border-radius:0px !important;
	margin-bottom: 20px;
}

.cc_myaccount_general p span:nth-child(1), .cc_myaccount_contact p span:nth-child(1),
.cc_myaccount_user p span:nth-child(1) {
    font-weight: bold;
    color: #808080;
}

.cc_profile_billing_label, .cc_profile_shipping_label, .cc_profile_mailing_label, .cc_profile_other_label {
    font-weight: bold;
    display: block;
    color: #808080;
}

.modal-body{
 background:#ffffff !important;
overflow: auto;
}

.modal-footer{
 background:#ffffff !important;
}

#deskQuickWishForm .cc_cart_inc_price {
   display:none;
}

form.wishForm.cc_wish_form .row.cc_wish_row .col-md-2.cc_wish_img {
	width: 39.333333% !important;   /** INC6610672 -Priya **/
}

.featured-prod .panel.panel-default.cc_panel.cc_spotlight_products .row .col-md-12 {
	width: 39.33333333% !important; /** INC6610672 -Priya **/
}

.featured-prod .panel.panel-default.cc_feeatured_products .row .cc_featured_col.col-md-3 {
	width: 50% !important;
}

form.wishForm.cc_wish_form .row.cc_wish_row .col-md-5.cc_wish_prod_details {
	width: 41.66666667% !important;
}

form.wishForm.cc_wish_form .row.cc_wish_row .col-md-5 {
	width: 16.66666667% !important;
}

/* Adding for #50589 */
@media screen and (min-width: 768px) and (max-width: 1024px){
	#liveagent_button_online_573180000008OQs,#liveagent_button_offline_573180000008OQs,#liveagent_button_online_573180000008ORb,#liveagent_button_offline_573180000008ORb{
		bottom:auto !important;
	}
}

/*Gopi, 6th Dec 2018 #53686 start*/
#nav_swith_Accounts {
	font-family: "Open Sans","Helvetica Neue",Arial,sans-serif !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	line-height: 1.5 !important;
	color: #232323 !important;
 }
 .swithbutton {
	width: 79% !important;
	padding: .25rem .5rem !important;
	line-height: 1.5 !important;
	border-radius: 0 !important;
	height: 28px !important;
	font-size: 12px !important;
 }
 .Continuebutton {
	width: 79% !important;
	padding: .25rem .5rem !important;
	line-height: 1.5 !important;
	border-radius: 0 !important;
	height: 28px !important;
	font-size: 12px !important;
 }
 input[type="button"].Continuebutton:hover{
	 background-color: #63bf38 !important;
 }
 td.sorting_1, td.sorting_1:hover,tr.odd,tr.even {
	 background-color:#ffffff !important;
 }
 .dataTables_wrapper .dataTables_info {
	padding-top: 2.755em !important;
 }

/* End #53686*/
/*57565 - begin */
.cc_sidebar_search_button{
	background-color:#ebebeb !important;
	color:#555555 !important;
}
.cc_sidebar_search_button:hover{
	color:#0D4D89 !important;
}
.cc_addmore,.cc_reset_filters_btn{
	background:none!important;
	color:#555555!important;
	cursor:pointer;
}
.cc_addmore:hover, .cc_reset_filters_btn:hover{
	text-decoration:underline !important;
	color:#0D4D89 !important;
}
.cc_addmore{
	position:relative;
	bottom:2.9em;
	right:60%;
}
.cc_addtocart{
	position:relative;
}	
@media screen and (min-width: 768px) and (max-width: 1024px){
	.cc_addmore{
		bottom:3.4em;
		right:54%;
	}
	.cc_addtocart{
		left:7%; 
	}
}
/* 57565 - end */

/* #57566*/
.gotoCartDetails.cartName{
	color:#1375CF !important;
}

.gotoCartDetails.cartName:hover{
	text-decoration:underline !important;
	color:#0D4D89!important;
}

/*Added by Vandana as part of #60313*/
#ContInfoShipNotif td{
     padding-left:5px;
}
#saveBtn
{
   background-color: #1375cf;
   color: white !important;
   width: 100px !important;
   height: 30px !important;
   border-radius: 9px !important;
   border:1px solid gray;
}
#saveBtn:hover{
 background-color: #1375aa;
}

/* End : #60313*/

/*Added by Sourav for #60316 - beginning */
.btn-defaault.Manage_Notification 
{
	background-color:#ebebeb !important;
	color: #555555!important;
	border-radius: 9px !important;
	font-size: 14px !important;
	font-weight: bold !important;
	padding-right: 8px !important;
	padding-left: 8px !important;
	width: auto !important;  
	font-family: Montserrat !important;
	border: none !important;
	box-shadow: none !important;
	position:relative;
	
}
.btn-defaault.Manage_Notification:hover{
	color: #0D4D89 !important;
	background-color:#ebebeb !important;
}
.modal-body.modal-mngNotif{
	height:210px;
}
/* For desktop */
.otmMngNotifTableOptions td{
   padding:12px !important;
}
.otmMngNotifTableEmails{
	margin-top:18px;
}
.otmMngNotifOptionsHeaderDiv{
	padding-bottom:8px;
}
#otmMngNotifOptionsHeader{
	font-weight:bold;
	font-size:20px;
}
input[class="otmMngNotifEmailAdd"]{
	width:237px !important;
}
label.otmMngNotifLabels{
	font-size:14px;
}
.modal.fade.modal-customMngNotif {
	width: 60% !important;
	margin: 30px auto;
}
#otmMngNotifSection{
	position:relative;
	left:105px;
	width:271px; /*for IE11*/
}
.modal-body.modal-mngNotif{
	overflow: hidden hidden;
}
.otmMngNotifTableEmails td{
	padding-right:5px;
}
#emailValidMsg{
	color:red;
	margin-left:128px;
	
}
.SaveManage{
   width:12%;
 }
/* For mobile */
@media only screen and (max-width: 584px){
	.otmMngNotifOptionsHeaderDiv{
		padding-bottom:8px;
		padding-top:8px;
	}
	.modal.fade.modal-customMngNotif {
		width: 95% !important;
		margin: 6px auto; 
	}
	#otmMngNotifSection{
		position:relative;
		left:0px; 
	}
	label.otmMngNotifLabels{
		font-size:12px;
	}
	.otmMngNotifTableOptions td{
		padding:3px !important;
	}
	#otmMngNotifOptionsHeader{
		font-weight:bold;
		font-size:18px;
	}
	.SaveManage{
		width:100%;
	}
}
/*Added by Sourav for #60316 - end */

/* Added by Vandana for #60317 - Start */

/* for desktop */

#sipmentTrackpopup{
	background: #ffffff; 
	width:450px;
}

#oTMTrackingDetails{
	margin-left:2px;
	margin-top:7px;
}

#otmPopUpHeaderContainer{
	height:60px;
}

#otmPopUpHeaderLine1a{
	margin-top:0px;
	font-size:20px;
	font-weight:bolder;
}

#otmPopUpHeaderLine1b{
	margin-right: -11px;
}

#otmPopUpHeaderLine2{
	padding-top:10px;
	font-size:14px;
	font-weight:bold;
}

#otmPopUpBodyContainer{
	height:300px;
	position:relative;
	width:445px;
	overflow:hidden auto;
}
.otmPopUpBodyTimeHeader{
	margin-top:20px;
	font-size:13px;
}
.otmPopUpBodyEventTime{
	margin-top: 20px;
	font-size:12px;
	font-weight:bolder;
}

#otmPopUpFooterContainer{
	height:30px;
	padding-top:5px;
}
#otmPopUpFooter{
	font-style:italic;
	color:#b2b4b7;
	font-size:12px;
}
.trackBtnDesktop {
	font-size: 14px !important;
	color: #ffffff !important;
	background-image: none !important;
	border-radius: 9px !important;
	background-color: #1375cf !important;
	padding-right: 25px !important;
	padding-left: 25px !important;
	font-family: Montserrat !important;
	border: none !important;  
}

/*for mobile devices */
@media only screen and (max-width: 584px) {
#otmPopUpHeaderLine1b{
	margin-right: -3px; 
}
.otmPopUpBodyEventTime{
	margin-top: 20px;
	font-size:10px; 
	font-weight:bolder;
}
} /* end of media css */

/* Added by Vandana for #60317 - End */

/*61160 style added by Jessan- begin*/
.searchBox{
        float:right !important;
}  
.topHeader {
	font-weight: 600;
	clear: both;
	color: #232323;
	text-align: inherit;
	white-space: nowrap;
	background: 0 0;
	border: 0;
}
.contactNoSection{
        font-weight: bold;
        color: #222;
        font-size: 16px;
         
}
.textStyle{
       font-family: "Open Sans","Helvetica Neue",Arial,sans-serif;
 }
.topLinkStyle{
       font-weight: bold !important;
}
.timingTextStyle{
       font-size:12px;
}
.dsStoreFrontStyle{
       font-weight: bold;
       cursor: pointer;
}
.storeFrontDesc_Styl{
       padding-top: 32px; 
} 
.storeFront-pos{
      padding-left: 28px !important;
}
.searchForm-pos{
      display: inline;
      padding-top: 32px;
} 
.topbar-Link{
      margin-left: 16px;
}
     
/*61160 added by Jessan ends*

/* Added by Vandana for US : 60488 : start*/

.brandsTable {
    	border: 1px solid #ddd;
	margin-bottom: 10px;
    	margin-top: 10px;
}

.brandsTable td, .brandsTable th {
	padding: 3px !important;
        border: 1px solid #E8E8E8;
        padding: 3px !important;
        width: 20%;
}

.brandsTable th {
    	text-align: left; //Modified by Aparna from center to left for defect fix for #60492
    	background-color: #F5F5F5;
    	border: 1px solid #E8E8E8;
}

/* Added by Vandanafor US : 60488 : end */

/*63194*/ 
.top-border {
  border-top: 5px solid #1375cf;
  display:none; /*Added by Jessan for UAT issue*/
}
/*Added by Jessan for US #63570 begin*/
.headingtxtStyle{
   padding-right: 10px;
}
.cartsec{
   display:none;
}
/*Added by Jessan for US #63570 end*/
/*********************************All BP end ******************************************************/
/* in IR, RK*/
#selecteachproduct{
 display:inline-block !important;
}

div.shopping_cart>div.wishFinder{
 border:none;
}
div.shopping_cart>div.wishFinder>div.btn-group.slim{
 float:right;
}

ul.checkout.clear_right{
	padding-right:15px;
}
/*******************************Unique to IR end. Unique to RK begin***************************************************************/
div#selectAllDiv div.row{
	margin:0;
}
div.cartContainer div.panel.panel-default.cc_panel.cc_panel_shopping_cart{
	overflow:hidden;
}
.cc_image {
    height: 40px;
    width: 175px;
    background-image: url("../images/cc_image.png");
}
#selecteachproduct label{
	margin-left:15px;
}
/* #67188 Delete from minicart starts*/
#massDelete:hover {
	background: #white!important;
	color:#ccc;
}
#massDelete.active:hover {
	background: #white!important;
	color:#1375CF;
}
#massDelete{
	color:#ccc;
}
#massDelete.active {
	color:#1375CF;
}
#viewcartbutton{
	height: 30.5px;
	width: 240px;
	margin-left: 25px;
}
.delcart{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	float: left;
	background-color: #ffff ;
	height: 30.5px;
	margin-left:10px;
	border:none; 
	font-size: 12px;
	font-weight: bold;
	margin-top: 2px;
}
.totalcartitems{
	font-size: 12px;
	margin-left: 150px;
	margin-top: 10px;
	color: ##000000;
} 
.mini{
	color: #1375CF !important;
	border: none !important;
	background-color: #fff !important; 
	margin-left: 95px;
	font-size: 12px !important;
	margin-top: 2px !important;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
	font-weight: bold !important;
	padding-right: 0px!important;
}
.quantity{
	margin-left: -30px;
}
#minicarid{
	margin-bottom: -10px;
	padding-left: 0px;
}
#prod{
	margin-top: 5px;
}
#prodname{
	padding-left: 7px;
}
#selectAllDiv{
	padding-left: 0px;
}
#headercheckbox{
/* 	width: 42px; */
	width: 52px; /*Bug #548421 */
}
#headerproduct{
	padding-left: 0px;
	font-weight: bold;
}
#headerquantity{
	margin-right: 15px;
	font-weight: bold;
}
/* #67188 Delete from minicart ends*/
/*Nancy Changes 17th July 2019 minicart start */
.summary{
	margin-top: 10px;
}
.mini:hover {
    color: #1375CF !important;
	border: none !important;
	background-color: #ffff !important; 
	margin-left: 110px;
	font-size: 12px !important;
	margin-top: 2px !important;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
	font-weight: bold !important;
	padding-right: 0px!important;
	text-align:right !important;
	border-radius: 5px !important;
}
/*Nancy Changes 17th July 2019 minicart End */
/*******************************Unique to RK end. Unique to Controls ***************************************************************/
/* Added by Alok for #50378 */
.shipNotifContainer{
	border: 1px solid #f2f2f2;
}
.shipNotifHeader{
	font-size : 16px;
	padding-top:0px;
	padding-left:0px !important;
	color:#232323;
}
.shipNotiflabels{
	font-size:14px;
	position:relative;
	right:27px;
}

input.shipNotifCheckboxes[type="checkbox"]{
	position:relative;
	bottom:20px;
}

#shipNotifChkBox1{
	left:12px;
}
#shipNotifChkBox2{
	left:-12px;
}
#shipNotifChkBox3{
	left:12px;
}

@media only screen and (max-width: 768px) {
  .shipNotiflabels{
	  right:15px;
	  top:10px;
  }    
  #shipNotifChkBox2{
	  left:12px;
  }
  input.shipNotifCheckboxes[type="checkbox"]{
	  top:-10px;
  }
}
/* Antriksha*/
.massUplErrFile{
	display:none; 
	padding-top :3%
}
/* Added by Jessan for US #41184 begin */
.collectAccountStyl, .carrierStyl{
    cursor:not-allowed;
    background-color: #f2f2f2;
}
.carrierStyl{
    width: 189px !important;
    height: 22px !important;
}
.collectAccountStyl{
    border: 1px solid #f2f2f2 !important;
    width: 282px !important;
}
/* Added by Jessan for US #41184 end*/
/*Added by Jessan for US #72760 on 13th August 2019 begin*/
.customerContactInfo{
    padding-top: 17px;
	width: 18% !important; /*Modified for #72760*/
}	    
/*Added by Jessan for US #72760 on 13th August 2019 end*/
/*Updated CSS for US #72760 begin */
.lineStyle{
    border-right: 1px solid #000000;
}
.canadaContactSection{
    padding-left: 58px !important;
}
.usContactSection{
    padding-left: 30px !important;
}
/*Updated CSS for US #72760 end*
/*******************************Unique to Controls end. Unique to UPG ***************************************************************/
.cc_bulk_move_action .btn-default[disabled]:focus, .btn-default[disabled]:hover {
	background-color: #DFF4D0 !important;
}
.paymentTypesContainer .nav-tabs> li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: 1px solid #ddd !important;
}
a.btn.orderHistory, a.btn.orderHistory:hover{
	background-color: #1375cf !important;
	color: rgb(255, 255, 255) !important;
}
.btn-group.dropdown.form-group {
    padding-top: 13px;
}
/* All LLI related items*/
/**
* Line Level Independence Checkout
*/
ul.checkout_stepsLLI {
    float:left;
    width:100%;
    padding:8px 0 8px 2px;
    margin:0;
    background:#FFF;
}

ul.checkout_stepsLLI li {
    float:left;
    width:33.3%;
    padding:0;
    margin:0;
    list-style:none;
    text-align:center;
    line-height:13px;
}
 
ul.checkout_stepsLLI li.current {
    float:left;
    width:33.3%;
    padding:0;
    margin:0;
    list-style:none;
    text-align:center;
    line-height:13px;
    color:#FFBA13;
    font-weight:normal;
    font-family: ProximaNovaBold, Arial, Helvetica, sans-serif;
}
 
.shippingContainer{
    display: flex;
    flex-direction: row;
    padding: 1rem;
}
.shipGroups{
    flex-direction: column;
    display:flex;
    flex-grow: 1;
    min-width:65%;
}
.shipGroups a{
    width: 90%;
    word-wrap: break-word;
}
.reviewContainer{
    display: flex;
    flex-direction: row;
    padding: 1rem;
}
.reviewContainer .termsContainer{
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin:10px 0 20px 0;
    max-height:215px;
}
.reviewContainer.mobile input.termsAccept {
    width:25px;
    margin: .5rem;
    display: inline-block;
}
.reviewContainer .termsInner{
    max-height:200px;
    border-bottom:1px solid  #e5e5e5;
    margin: .5rem;
    overflow-y: auto;
    overflow-x: hidden;
}
.reviewContainer .termsInner.mobile{
    border-bottom: none;
}
.reviewGroups{
    flex-direction: column;
    display:flex;
    flex-grow: 1;
    min-width:65%;
    /*margin:10px 0 10px 0;*/
}
.reviewGroups a{
    width: 90%;
    word-wrap: break-word;
}
.groupItems{
    padding: 1rem;
    margin-top: 3rem;
}
 
.groupItems .cart_item{
    border-bottom: 1px solid #525252;
    float: left;
    width: 97%;
}
 
.cartSummaryContainer{
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}
.cartSummaryContainer .section{
    border-bottom:1px solid  #e5e5e5;
    margin-bottom:5px;
}
.cartSummaryContainer .summaryRow{
    clear:both;
}
.cartSummaryContainer .summaryRow .left{
    font-size:14px;
    float:left;
}
.cartSummaryContainer .summaryLabel{
    display:block;
    margin-top:5px;
    font-size:14px;
}
.cartSummaryContainer .summaryRow .right{
    float:right;
}
.checkoutNav{
    display: block;
    margin-bottom:1rem;
    margin-top: 1rem;
}
.checkoutNav .processBack{
    float: left;
    width: 38%;
    padding: 3px;
    margin: 5px 0 0 0;
}
.checkoutNav .proceed{
    width: 60%;
    padding: 3px;
    margin: 5px 0 0 5px;
}
.summaryWidget{
    min-width: 35%;
    margin-left: .5rem;
    margin-bottom: .5rem;
}
.summaryWidget .title{
    text-align: center;
}
.summaryWidgetInner{
    max-height: 300px;
    margin: .5rem;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 3rem;
}
.summaryReviewInner{
    margin: .5rem;
    overflow-y: auto;
    overflow-x: hidden;
}
.bulkMoveBtn{
    width:70%;
    height:30px;
    display:block;
    margin:auto;
    margin-top:10px;
}
 
.addItemGroupBtn{
    padding: .5rem;
    margin: 15px;
    display: block;
    float: left;
 
}
 
.LLIshipOptions .addressEntry{
    width: 40%;
    display: inline-block;
    float: left;
}
 
.LLIshipOptions .shipInfo{
    width: 60%;
    display: inline-block;
}
 
.LLIshipOptions label{
    /*float: left;*/
    width: 150px;
    font-size: 14px;
    color: #0d6bab;
	margin-top: 1rem;
}
 
.LLIshipOptions.desktop .ship_req_date .input{
    width:175px;
    margin-bottom:0px;
}
 
.LLIshipOptions.desktop .input{
    width: 175px;
    margin-bottom:10px;
}
 
.LLIshipOptions .ship_req_date{
    margin-bottom:10px;
}
 
.LLIshipOptions .groupAddress{
    display:block;
    margin-top:10px;
}
 
.LLIshipOptions .reviewShipOptions{
    display:block;
    margin-bottom:10px;
    font-size:14px;
}
 
.LLIshipOptions .dynamic_page_message{
    font-size: 100%;
    color: #525252;
}
.checkoutNav .processShippingInfo{
    float: right;
    width: 60%;
}
 
.lliForm label {
    display: inline-block;
    /*width: 100%;*/
}
 
.lliForm input {
    display: inline-block;
    padding-right: 8px;
}
.lliForm.desktop input {
    width: 80%;
}
.lliForm.mobile input {
    width: 100%;
}
.lliForm input.plus_minus{
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    padding: 0px 4px 0px 4px;
    width: auto;
    min-width: 18px;
    margin: 0px;
}
.lliForm input.entry.plus_minus{
    width: 40px;
    padding-top: 3px;
    padding-bottom: 3px;
    border: 1px solid #CCC;
}
.lliForm input.indent {
    margin-left: 92px;
}
 
.lliForm input.halfWidth, .lliForm div.halfWidth, .lliForm select.halfWidth {
    width: 38%;
    display: inline-block;
    margin-right: 3px;
}
 
.lliForm rowContainer.multiField {
    margin-right: -5px;
}
 
.lliForm input.thirdWidth {
    width: 29%;
    display: inline-block;
    margin-right: 3px;
}
.lliForm .formSection{
    border-top: 1px solid #ddd;
    padding:20px 0 20px 0;
    margin-top:20px;
}

.buyerInfoForm {
    margin-bottom:10px;
}
.buyerInfoForm label{
    display: block;
    float: left;
    font-size: 14px;
    color: #0d6bab;
    margin-bottom:1rem;
	margin-top:1rem;
    width:100%;
}
 
.buyerInfoForm.desktop label{
    width: 275px;
}
.buyerInfoForm.desktop input{
    width:250px;
    display:block;
    margin-right:10px
}

.LLI-CartItems{
  border-collapse: collapse;
  display:table;
  width:100%;
 
}

.table>tbody>tr.LLI-CartItems-row>td {
    border-top: 0px solid #525252;
	/*border: none !important;*/
	word-wrap: break-word;
}

.LLI-CartItems-row{
  display: table-row;
  border-bottom: 1px solid #525252;
  width:auto;
  clear:both;
  border-bottom: 1px solid #525252;
  margin:10px;
  padding:10px;
}
.LLI-CartItems-col{
  float:right;
  display:table-column;
  width:15%;
  text-align:center;
}
.LLI-CartItems .itemDetails, th.LLI-CartItems-col.lliheader.reviewItem, 
td.LLI-CartItems-col.itemDetails {
    width:45%;
    float:left;
    text-align:left;
}
.LLI-CartItems .reviewItemDetails{
    width:30%;
    float:left;
    text-align:left;
}
.LLI-CartItems .lliheader{
    font-size:14px;
    color:#0d6bab;
    /* border: none; */
}
 
.moveForm label{
    width:225px;
}
.moveForm label.qty{
    width:100px;
}
.moveForm input[type="checkbox"]{
    width: 20px;
}
.moveForm input.qty{
    width:20px;
}
.confirmationContainer{
    margin:5px 10px 0 10px;
}
 
.lliPaymentContainer{
    /*display: flex;*/
    flex-direction: row;
    margin-right: .5rem;
    margin-left: .5rem;
    padding-top:.5rem;
}
 
.lliPaymentContainer .panel {
    flex-direction: column;
    display: flex;
    flex-grow: 1;
    min-width: 60%;
    margin-top:10px;
}
 
.lliPaymentContainer fieldset.payment {
    margin: 0;
    padding: 0;
    border: 0
}
 
#collapseStored {
    margin: 5px
}
 
.shippingContainer {
    background-color: #fff;
}
 
.req_date_phone span {
    width: 100%;
}
 
.phone_center_column .shippingContainer {
    display: block;
}
 
.phone_center_column .addItemGroupBtn {
    margin: 0;
    float: none;
}
 
.lli_shipping_button_container {
    margin-top: 20px;
}
 
.addressForm.mobile {
    max-height: 100px;
}
 
@media (min-height: 480px) {
    .addressForm.mobile {
        max-height: 250px;
    }
}
 
.phone_center_column #orderDetails {
    background-color: #fff;
}
 
.phone_center_column .reviewContainer {
    display: block;
}
 
.phone_center_column .summaryWidget {
    margin-left: 0;
}
 
.reviewContainer {
    background-color: #fff;
    padding: 1rem;
}
 
.reviewContainer.mobile .addressEntry {
    display: block;
    width: 100%;
}
  
.addressCarousel {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #fff;
	margin-bottom: 2rem;
}

.addressCarousel .row {
	margin: 0;
	width: 100%;
}
 
.addressCarousel .carousel-inner > .active,
.addressCarousel .carousel-inner > .next,
.addressCarousel .carousel-inner > .prev {
    display: flex;
}
 
.addressCarousel .carousel-inner {
    /*flex-grow: 1;*/
	width: 75%;
	margin: 0 auto;
}
 
.addressCarousel .carousel-inner .active.left,
.addressCarousel .prev {
    left: -33%;
}
 
.addressCarousel .carousel-inner .active.right,
.addressCarousel .next {
    left: 33%;
}
 
.addressCarousel .prev {
    margin-left: 5px;
}
 
.addressCarousel .next {
    margin-left: -5px;
}
 
.addressCarousel .item {
    justify-content: space-between;
    margin: 10px 0;
    background-color: #fff;
}
 
.addressCarousel .subItem {
    border: 1px solid #000;
    display: inline-block;
    /*overflow: hidden;*/
    cursor: pointer;
    min-height: 90px;
    /*width: 28%;*/
    padding: 5px;
    background-color: #fff;
	height: 100%;
}
 
.addressCarousel .subItem.selected {
    outline: 0 none;
    border-color:  rgba(153,204,255,.8);
    box-shadow: 0 0px 0px rgba(153,204,255,.8) inset, 0 0 8px rgba(153,204,255,.8);
    transition: opacity 0.3s ease-in-out;
}
 
.addressCarousel .subItem:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-color:  rgba(153,204,255,.8);
    box-shadow: 0 0px 0px rgba(153,204,255,.8) inset, 0 0 8px rgba(153,204,255,.8);
    opacity: 0;
    transition: box-shadow 0.3s ease-in-out, border 0.3s ease-in-out;
}
 
.addressCarousel .subItem.selected:after {
  opacity: 1;
}

.addressCarousel .carousel-control {
    top: 40%;
}
 
.addressCarousel.carousel-desktop {
    width: 100%;
}

#addressCarousel a.left.carousel-control, a.right.carousel-control {
	background-image: none !important;
}
 
.carousel-nav {
    position: relative;
    min-width: 40px;
}
 
.carousel-nav a {
    vertical-align: middle;
    display: block;
    position: absolute;
    top: 50%;
    height: 30px;
    margin-top: -15px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #aaa;
    background-color:#1271b3;
    font-weight:bold;
}
.carousel-nav a:hover{
    border: 1px solid #6d6d6d;
    background-color: #686868;
}
.carousel-nav a, .carousel-nav a:active, .carousel-nav a:visited{
    color: #fff;
    text-decoration: none;
}
 
.address-carousel-control_left {
    margin-left: 5px;
}
 
#paymentAddrEditCarousel {
    width: 75%;
    display: inline-block;
    margin-left: -5px;
    vertical-align: top;
}
 
.billingAddressPanel {
    width: 25%;
    display: inline-block;
}
 
.itemHover{
    position: relative;
}
 
.itemHover .itemHoverContent {
    display: none;
}
 
.itemHover:hover .itemHoverContent{
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    color: #fff;
    content: "";
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
    display: block;
}
 
.itemHover:hover .itemHoverContent:before{
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}
/* Order Preferences Widget */
.cc_title {
    font-weight: bold;
}
.cc_footer {
    height: 55px;
}
/* Start US-33127 */
.OrderprefwdgtMsg {
	color: red;
	font-weight: bold;
	font-size: 13px;
}
ul.checkout li.cc_total_messaging_section {
	font-size: 17px;
	font-weight:bold;color:blue;
	font-family: 'Open Sans', Arial, Sans-Serif !important;
}
/* End US-33127 */
.ordPrefUpdate {
    background-color: #1375cf !important;
}
.col1 {
	display: inline-block;
	width: 35%;
}
.valueDiv {
	display: inline-block;
	width: 60%;
}
.valueTxt {
	width: 100%;
}

#ordPrefWdgt #brandsList, #ordPrefWdgt #datepickerOPW, #ordPrefWdgt #ShippingMethodsList, #ordPrefWdgt .Zebra_DatePicker_Icon_Wrapper {
	width: 100%;
	height: 25px;
}

.quantity_block.gp_quantity_block.cc_quantity_block .form-horizontal .control-label {
	text-align: left !important;
}

.quantity_block.gp_quantity_block.cc_quantity_block .row.cc_qty_control_row .form-horizontal .form-group label.col-sm-7.control-label.cc_qty {
	width: 0 !important;
}

.quantity_block.gp_quantity_block.cc_quantity_block .row.cc_qty_control_row .form-horizontal .form-group .col-sm-5 {
	width: 0 !important;
}

.panel-body.product_detail.cc_body.cc_product_detail .row .col-md-5 {
	width: 33.33333333% !important;
}

.panel-body.product_detail.cc_body.cc_product_detail .row .col-md-7 {
	width: 66.66666667% !important;
}

.wishButtons.plus_minus.cc_plus_minus.pull-right button.btn.btn-default.btn-sm.pickWish {
	margin-right: -10px !important;
}

#ordPrefWdgt select#brandsList:disabled {
	background-color: rgb(235, 235, 228);
}

#ordPrefWdgt select#ShippingMethodsList:disabled {
	background-color: rgb(235, 235, 228);
}

.brandsTable td, th {
	padding: 3px !important;
}

.item-desc {
	padding: 10px 10px 10px 10px; font-size: 12px;
}

.item-desc strong {
	margin-right: 10px;
}

.item-description { 
	margin-bottom: 10px;

}

.product-name { 
	background-color: #f5f5f5; padding: 5px 5px 5px 10px;
}

table.indicator-table, .indicator-table th, .indicator-table td {
	border: 3px solid black; padding-left:10px;
}
 
.current-avail {
	color:red; padding-top: 10px;
}

.bor-double-top {
	border-top: double;
}

.bor-double-rt { 
	border-right: double !important;
}

.select-brands {
    float: left;
    padding-top: 26px;
    font-weight: bold;
    width: 84px;
    font-size: 20px;
    margin-right: 30px;
}
/* New Footer Styles */
.container-fluid.navbar-inverse.cc_navbar-inverse {
    background-color: white;
    border-color: white;
}
/* New Cart Styles */
.defLabel {
    font-weight: bold;
}
.brandDiv {
    width: 100%;
}
.cc_email_cart_link {
	display: none;
}
button.btn.btn-default.btn-sm.continueShoppingButton {
    background-color: #1375cf !important;
    float: right;
}
button.btn.btn-default.btn-sm.cc_create_cart_wishlist {
    background-color: #1bada3 !important;
    float: right;
}
button.btn.btn-default.btn-sm.updateCartButton.cc_update_cart_button {
    float: right;
}
.col-md-5.itemDetails {
	width: 40%;
	padding-right: 0%;
	padding-left: 0%;
}
.col-md-3.quantityDiv {
	padding-left: 0%;
	padding-top: 1%;
	padding-right: 0%;
}
.gp_quantity_block .form-group {
    float: right;
}
p.sellerTotalRow {
    float: right;
    margin-left: 60%;
    padding-bottom: 2%;
    font-weight: bold;
}
div#cart_items_container > hr {
    margin: 0%;
}
#customFieldsMC td {
    padding-top: 1em;
    padding-right: 3em;
}
div#MassChange table {
    margin-bottom: 15px;
}
#customFieldsMC .datepickerCart,select#DialogShippingMethods, select#Dialogbrands{
    width: 150px;
}

/* New UPG My Carts Styles */
table#cartTable tr td:nth-child(3) {
    display: none!important;
}

/* New UPG Checkout Page */
.formCheckboxes {	
	height: 55px;
}
.customBrandFields output {
    display: inline-block;
}
.jobSiteFlag {
    color: #1375cf;
    /*font-weight: bold;*/
    float: left;
    font-size: 15px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
/* Start US-53613 */
.DeliveryMsg {
    color: #1375cf;
    float: left;
    font-size: 15px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
/* End US-33127 */
.ShipCompleteCheckedMsg, .ShipCompleteUnCheckedMsg {
	color: #1375cf;
	/*font-weight: bold;*/
	font-size: 15px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.cart_item.wishFinder .input-text {
    float: left;
    margin-top: 2px;
}
/* New UPG My Orders Page */
.searchFormDiv {
    margin-bottom: 10px;
    margin-left: 5px !important;
}
.searchFormFields {
	margin-left: 5px !important;
}
.searchFormBoxes {
	vertical-align: text-bottom;
}
.searchBoxes {
	margin-left: 3%;
}
ul.side_navigation_dropdown h2 {
    display: none;
}
.acctStepNav.active a {
	color: white;
	font-weight: bold;
 	pointer-events: none;
}
.acctStepNav.active {
	background: #1375cf;
	border-radius: 5px;
}
.acctStepNav {
	display: inline-grid;
	width: 224px;
	text-align: center;
}
@media (max-width: 1182px) and (min-width: 585px)
.searchOrderInput
{
    width: 72% !important;
}
a.ooSummary {
    margin-left: 20px;
    display: inline-block;
	/*57565*/
    /* background-color: #C0C0C0;
    -webkit-text-fill-color: #000000;*/
	background:none;
	color:#1375cf !important;
	cursor:pointer;	
}
a.ooSummary:hover {
	/*57565*/
	/*background-color: #C0C0C0;*/
	text-decoration:underline;
	color: #0D4D89 !important;
	background-color:inherit !important;
}

/* New PDP Stylings */
.products_1_row_medium.sub_categories {
	display: none;
}
@media screen and (max-width:769px){
	.btoon{
		margin: 0% !important;
	}
}
/* New Home Styles */
.cc_wish_img {
    padding-left: 0%;
    padding-right: 0%;
}
/* Order Detail Page */
p.imgStat img {
    height: 20%;
    width: 20%;
    float: right;
    margin-top: 0%;
}
/* PLP UPG */
@media screen and (max-width:500px){
	.pagination_row_1 select{
		width: 20% !important;
	}
}
/* New Quick Order */
@media screen and (max-width:500px){
	div.cc_footer {
	    padding: 0%;
	    padding-top: 5%;
	}
}
/* New User Infor Include */

#modal_shipping, #modal_billing {
    height: 80%;
    width: 50%;
}

.jci_modal_shipping, .jci_modal_billing {
    height: 100%;
}
.btoon {
    padding: 0px;
    margin-left: -60px;
    margin-bottom: -40px;
    margin-top: 40px;"
}
@media (min-width: 1199px) {
	.product_detail_item {
		float: right; 
		width: 60%;
	}
	.wishBtoon {
		margin-top: -15px;
	}	
}
@media (max-width: 990px) {
	.btoon {
		margin-top: 1% !important;
		margin-left: 0px;
	}
	.wishBtoon {
		margin-top: 25px;
		float: left;
	}
	
}
@media (max-width: 770px) {
	.wishBtoon {
		margin-top: 0px !important;
	}
	
}
@media (max-width: 585px) {
	.btoon {
		margin-left: 0px !important;
	}
	.wishBtoon {
		margin-left: 0px !important;
	}
	
}
.current-avail-euip {
    color: red;
    padding-top: 10px;
    border: 1px solid red;
    padding: 20px 10px 20px 10px;
    width: 80%;
}
.vrfequipment-description {
    display: none;
}
.source1-description { 
    display: none;
 }
.source-heading {
    margin-bottom: 0;
}
.stock-heading, .source-heading {
    background-color: #0061AA;
    color: #fff;
    padding: 10px;
}
.source-table, .stock-table, .brandsTable, .charsTable {
    border: 1px solid #ddd;
}
.source-table td, .source-table th, .stock-table th, .stock-table td
,.brandsTable th, .brandsTable td, .charsTable th, .charsTable td{
    border: 1px solid #E8E8E8;
    padding: 3px !important;
    width: 20%;
}
.source-table th, .stock-table th, .brandsTable th, .charsTable th {
    background-color: #F5F5F5;
    border: 1px solid #E8E8E8;
}
.brandsTable th {
    text-align: center;
}
.projected-avail {
    color: #FF3939;
}
.charsTable {
    margin: 0px 30px 30px 30px;
}
.jciCharModel {
    display: none; 
    background: #FFFFFF;
    width: 50% !important;
    height: -webkit-fill-available;
    max-height: 80%;
    overflow-x: auto !important;
}
.trafficImg {
    width: 100%;
    padding-top: 30%;
}

/* New image CSS */
@media (max-width: 1000px) {
	a img {
		border: none !important;
		height: 200px !important;
		margin-left: 0% !important;
	}
}
@media (min-width:768px){
	.cc_order_search_action > label {
    	margin-left: 30px;
	}
}
/* Trupti Start- 53693 UPG - SFDC - Do not use special characters */
.modal.fade.in.cc_modal.cc_cart_comments_modal {
	width: 42%;
}
/*addeb by Gopi, 18th Feb 2019,55313 */
.priceestmts {
	font-weight: bold !important;
	font-size: 17px !important;
	color: #232323 !important;
	margin-bottom: 6Px !important;
}
/*code added by Nancy STY-52145*/
.superseedmsg
{
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
	padding: 15px;
	width: 300px;
	box-sizing: content-box;  
	margin-bottom: 20px;
	margin-top:10px;
	margin-right: 100px;
	border: 1px solid transparent;
	border-radius: 4px;
	font-family: "Open Sans",Arial,sans-serif;
	font-size: 15px !important;
	line-height: 1.4;
}
/*Akshada start 61733*/
.Ductless-Info {
	padding: 8px !important;
}
.SellerItems
{
	margin-bottom: 11px;
	margin-left: 3px;
}
/*Akshada end 61733*/
/* #62181 Start Ashwini */
.seller_css{
	font-size: 16px;
}
.fontcss{
	font-family: Open Sans !important;
	font-size: 14px;
}
.edit_btn_css{
	float:right;
}
.Shippingnote{
	margin-top: 20px;
	width: 240px;
	border-bottom: 1px solid gray;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.no_notecss{
	width: 240px;
	border-bottom: 1px solid gray;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.Shippingnoteone{
	margin-top: 20px;
/* margin-bottom: 20px;
padding-bottom: 20px;*/
	width: 240px;
}
.IntruCss{
	margin-top: 20px;
	width: 240px;
	margin-bottom: 20px;
}
#wrapper{
	margin-left: -15px;
}
/* #62181 End Ashwini */
/* #61734 Ashwini Start */
.aligncheckbox{
	margin-top: -20px;
}
.alignimg{
	margin-left:15px;
	margin-top:-15px;
}
/* #61734 Ashwini End*/

/* Gopi Start #61278*/

.compareCol{
	width: 0% !important;
}
	 
 .prodComparImg {
	width: 157px !important;
	height: 100px !important;
	float: left !important;
}    
.comparbtn.btn-default {
	background-color: #1375cf !important ;
}
.comparbtn:hover {
	background-color: #1375cf !important;
} 
.gotoProductCompare {
	background-color: #1375cf !important;
}
.compImg{
	min-height: 28px !important;
}
/* Gopi End #61278*/
/*subramani US-64761 DS - SFDC - Creating Hyperlink for Part number */
.cc_product_link_upg a {  
	color: #337ab7;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline !important;
}
/*Changes added by Nancy for STY- 65062 DS - SFDC - Change Order Show Message "Item is partially shipped. No change allowed. */
.PartialShipMsg{
    margin-left: 210px;
}
/*Changes end by Nancy for STY- 65062 DS - SFDC - Change Order Show Message "Item is partially shipped. No change allowed. */


/* Pratingya 25th June 2019 */

.updateCartButtonUPG{
          float: none !important;
  }
  .continueShoppingButton1 {
	  float: none !important;
	  margin-bottom: 5px !important;
  }

/* End */
/* @Gopi, 27th June 2019,#66724 */
.sellrcountry {  
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif ;
	font-size: 14px;
   // style: none;
	list-style: none;
	margin-top: 3px;
	padding-left: 4px;
}
.labelStyleDC {
	display: inline-flex;
	width: 300px !important;
}
/* End #66724 */
/* Gopi,11th July US-67331*/

.main_page_title_custom.orderReview {
	background: url(../images/orderreview_header_title.png) no-repeat 0 0;
	//border: 1px solid red;
	height:75px;
}

.main_page_title_custom.OrderConfirmation {
background: url(../images/orderconfirmation_header__title.png) no-repeat 0 0;
height:40px;
}
.main_page_title_custom.OrderDetail {
background: url(../images/orderdetail_header_title.png) no-repeat 0 0;
height:40px;
}
.main_page_title.Orderhistory {
background: url(../images/Orderhistory_header_title.png) no-repeat 0 0;
}
/* End  US-67331 */

/*  Colby - #65051 - May 20 2019
    cc_jci_UPG_CartInclude */
.rowdata {
    vertical-align: middle !important;
    text-align: center !important;
}
.cartbtn.plus_minus.btn.btn-default.btn-sm.minus.cc_minus{
    position:relative;
}
.cartInput.plus_minus.input-text.entry.plus_minus.form-control.input-sm.cc_entry{
    position:relative;
}
.cartbtn.plus_minus.btn.btn-default.btn-sm.plus.cc_plus{
    position:relative;
}
#selecteachproduct1 {
    vertical-align:top !important;
   /* position: absolute; */
    left: 25px;
}
.errMsg{
    font-weight: bold !important;
    float: left;
    margin-left: 0%;
    color: #a94442 !important;
    background: #f2dede !important;
    border-color: #ebccd1 !important;
    /*padding: 15px !important;*/
    margin-top: 0px !important;
    border: 1px solid transparent !important;
    border-radius: 4px !important;
}
/* Colby - #65051 - May 20 2019 - END */

/* Colby - To be used with cc_jci_OrderDetailRD */
.rowdata {
    vertical-align: middle !important;
    text-align: center !important;
}
/*subramani added for for 65976 - DS - SFDC - Change Order Show Submit Button after Update is done*/
        p.cc_total_messaging_section {
            display: inline;
            font-size: 17px;
            font-weight:bold;color:blue;
            font-family: 'Open Sans', Arial, Sans-Serif !important;
        }
         /*added for #65976 - end */
/*added by Nancy 66532 */
#headercheckbox{
/* width: 42px; */
   width: 52px; /*Bug #548421 */
}
#headerproduct{
padding-left: 0px;
font-weight: bold;
}
#headerquantity{
margin-right: 15px;
font-weight: bold;
}
#selectAllDiv{
padding-left: 0px;
}
#prodname{
padding-left: 7px;
}
#prod{
margin-top: 5px;
}
/*end by nancy 66532 */
/* Sam changes - 22 July - 66741 */
.jciSpinnerDivMU {
	top:40%;
	align-content: center;
	position: absolute;
	left: 40%;
	background-color: white;
	border-radius: 5px;
}
.jciSpinnerDivMU .jciSpinner{
	position: relative;
	left: 40%;
	top: 50px;
}
.DSoverlay {
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0, 0.3);
	overflow-x: hidden;
	transition: 0.5s;
}
.DSMU_popUpContent{
	width: 350px;
	height: 240px;
	position: relative;
	top: 65px;
	text-align: center;
	padding: 10px;
}
.DSMU_popUpContent .loadingText{
	font-size: 20px;
	font-weight: bold;
}
.DSMU_popUpContent .popupText1{

}
/* Sam changes - 22 July - 66741 - End */
/*Added by Sourav for US #71777 start*/
.billingInfoStyl, .billingcountry{
    cursor:not-allowed;
    background-color: #f2f2f2;
}
.warningMsg{
	margin-left:11px !important;
    color: red;
    font-family: 'Open Sans', Arial, Sans-Serif;
}
/*Added by Sourav for US #71777 End*/
/*Added by Antriksha for US#81556*/
.notEXLFile{
	display:none;
	font-weight:bold;
	color:#800000
	
}
/*Added by Jessan for US #73075 on 30th August 2019 begin*/
.manageAddressSave{
    width: 20%;
    border-radius: 5px !important;
}
.manageAddressModal{
    width: 30% !important;
    top: 2% !important;
    border-radius: 4px !important;
    overflow: visible !important;
}
.reqFld:before {
    content: "*";
    color:red;
    margin-right: 4px;
}
/*Modified by Aparna for #71425-Start*/
.addressBookLabels{
    color: #969696;
	margin-bottom: 0px !important;
	font-size: 12px !important;
}
/*Modified by Aparna for #71425-End*/
/*Modified the style for US #73075,#71425 begin*/
.fieldStyl{
   border: 1px solid #969696;
   height: 34px !important;
   margin-bottom: 0px !important; /*Added for #71425 on 26th Sept*/
}
/*Modified the style for US #73075,#71425 end*/
/*73075 end */
.addressBookHeader{
    height: 31px !important; /*Modified for #71425 on 26th Sept*/
    background-color: #FFFFFF !important;
    border:none !important;
}
.addressBookHeading{
    margin-top: 0px;
    font-weight: bold;
    font-size: 18px !important;
}
.clsBtnStyl{
    border: 2px solid black !important;
    border-radius: 50%;
    margin-top: -24px !important;
    margin-right: -22px !important;
    background-color: white !important;
    width: 19px;
    padding-bottom: 2px !important;
    background-color: #fff !important;
    opacity: 1 !important; /*Added by Jessan for US #73075 SIT issue*/
}
/*Modified for #71425 on 26th Sept begin*/
#editAddressForm{
    padding-top: 5px !important;
    padding-bottom: 1px !important;
	/*Modified for #71425 on 26th Sept*/
}
/*Modified for #71425 on 26th Sept end*/
.addAddressIcon , .secondAddressLink{
    color: #1375cf;
}
.saveCancelSection{
    padding-top: 3px !important;
	height: 45px !important; /*Added for 71425 on 26th Sept*/
}
.clsIcon{
    position: absolute;
    right: 0;
    margin-right: 28px;
    margin-top: -24px; /*Modified for 71425 on 26th Sept,modified for #77540 on 30th October*/
    cursor: pointer; /*Added for 71425 on 26th Sept*/
}
.addEditSection{
    border-top: 1px solid #969697 !important;
    margin-top: -4px !important;
    margin-bottom: 8px !important;
    width: 99% !important;
}
.closingIconStyl{
   font-size: 0.875em !important;
}
.addressLineTwo{
   border: 1px solid #969696 !important;
   height: 33px !important;
   margin-top: 7px !important;	
}
/*Modified By Aparna for #71425-Start*/
.secondaryAddressSection{
   /*margin-top: 7px !important;*/
   margin-top: 1px !important;
   margin-bottom: -5px !important;
}
/*Modified By Aparna for #71425-End*/
/*Added By Aparna for #71425-Start*/
.shippingType{
	text-align:left;
}
/*Added By Aparna for #71425-End*/
form#editAddressForm{
   /*height: auto !important; 76272*/   
   height: 550px; overflow:hidden auto; /*76272 - upg address book popup*/
}
.toast{
    display: none;
    height: 40px;
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    padding-left: 7px;
    padding-top: 10px;
    margin-top: 5px;
    margin-bottom: 7px;
}
/*Added by Jessan for US #73075 on 30th August 2019 end*/
/* Added by Vandana for 67633 start */
.shippingAddrss-Styl{
    font-size:16px !important;
    font-weight:bold !important;
    color: #232323 !important;
	margin: 13px 0px 0px 0px !important;
}
/*Added By Aparna for #71425-Start*/
.addrssBkStyl {
    border-bottom: 1px solid #969696;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 22px;
    margin-left: 0px;
}
div.modalShippingPopup{
    overflow: visible !important;
}
/*Added By Aparna for #71425-End*/
/*Added by Jessan for SIT Issue US #73075 begin*/
form#editAddressForm label{
    margin-bottom: 3px !important;
}
.clsBtnStyl:hover {
    background-color: #fff !important;
    opacity: 1 !important;
}
/*Added by Jessan for SIT Issue US #73075 begin*/
/*Added by Aparna for #71425-Start*/
.billing_shipping_info_row{
	float:left;
	clear:both;
	margin:0 0 10px 0;
	padding:10px 0 10px 0;
	border-bottom: 1px solid #999999 !important;
	width:100%;
}
.billing_shipping_info_row .shipping_personal_info {
	float:left;
	width:38%;
	font-size: 14px !important;
	font-family:'Open Sans', Arial, Sans-Serif;
}
.billing_shipping_info_row .attentionStyle {
	float:left;
	width:37%; 
	font-size: 14px !important;
	font-family:'Open Sans', Arial, Sans-Serif;
}
.billing_shipping_info_row .shipping_select {
	float:left;
	width:25%;
	margin-top: 11px !important;
}
.selectAddressBtnStyle{
	background-color: #1375cf !important;
	border-radius: 6px !important;
}
.modalShippingPopup{
	overflow-y : hidden !important;
	border-radius : 0px !important;
	overflow: visible !important;
    top:6% !important;
}
.selectAddressBookHeading {
    margin-top: -5px; /*Modified for 71425 on 26th Sept*/
    font-weight: bold;
    font-size: 20px !important;
    font-family: 'Open Sans', Arial, sans-serif;
}
.modalBodyShippingPopup{
	height:548px !important;
}		
/*Added by Aparna for #71425-End*/
/* Alok - 67613 - 06Aug begin */
.col-3p0  {width:3% !important }
.col-5p0  {width:5% !important}
.col-6p0  {width:6% !important}
.col-7p0  {width:7% !important }
.col-8p0  {width:8% !important }
.col-15p0 {width:15% !important }
.col-19p0 {width:19% !important }
.col-23p0 { width:23% !important }
.padOrdEle{ padding:0 10px 0 10px !important}
.padOrdEleV2 { padding:0 5px 0 5px !important}
.wordWrapV1 { word-wrap:break-word }
.ordEmpChk:empty:before{ content:"\00a0" }
.defHidElem { display:none !important}

.orderContainer .margin_form,
.checkoutContent .margin_form.cc_OrderReview_new{
	width:100%;
}

.ordHead{
	float:left;
	font-weight:bold;           
}

.ordHisAlerts,.ABCIndicator, .ordHisParShipMsg,
.OrdHisABCIndMsg,div[class*="ordHisAlerts_"]{
	display:none;
}

.ordCtrls{
	text-align: right;
	padding-top: 15px;
}
.ordHeadCont{
	border-top:2px solid #555555;
	border-bottom:2px solid #555555;
	padding:10px 0 10px 0;
}

.ordDetCont{ margin-top:20px; }
 
div[class*="ordHisAlerts_"] { margin-bottom:0px; }

.OrdHisABCIndMsg, .ordHisParShipMsg{
	padding:5px 0 5px 15px;
	border-radius:5px;
	margin:3px 0 3px 0;
}

.ordDetCont input, .ordDetCont select{
	border-radius:5px;
	height:30px;
	text-align:center;
	border:1px solid #a9a9a9;
	margin-bottom:5px;
	padding:3px;
 }        

.chgOrdProdNm a.prodLink.cartItemWithId, .chgOrdProdNm a.prodLink.cartItemWithId:visited,
.chgOrdProdNm a.prodLink.cartItemWithId:hover, .prodLink.ordDetProdNm,
.prodLink.ordDetProdNm:visited,.prodLink.ordDetProdNm:hover,.ordRevProdNm{
	font-size:15px !important;
	color:#232323 !important;
}

a.togCmnt,a.togCmnt:visited, .cancelLineItemBtn{ 
	color: #1375cf !important;
	text-decoration:none;
}
.LnCmntMsg,span.ABCIndicatorLbl,span.availDt {color:#73767b; }

input.entry.plus_minus.ordQty{
	width:40px;
	border-radius:5px !important;
}

.ordPrcExt{padding:10px 0 0 0;}

.ordNetPrc .jciPriceSpan{ font-weight:bold; }

.cancelLineItemBtn{
	border:none;
	background:none;
}

.prodLink.cartItemWithId, .ordNetPrc .jciPriceSpan, 
.ordPrcExt .jciTotalSpan, .jciConfListPriceSpan,
.jciConfExtendedListPriceSpan{
	padding:0 5px 0 0;
	word-wrap:break-word;
}
.cancelLineItemBtn:disabled{ cursor:not-allowed; }

.cart_item.JCILineItem.JCILineItemEdit,
.cart_item.JCILineItem.ordDetItem,
.cart_item.JCILineItem.ordRevItem {
	border-bottom:2px solid #ebebeb;
	width:100%;
	float:none;
}

.cart_item p span.ordDetReqDt{
	margin:0px;
	font-size:14px;
}

.ordDetItem .cart_item_viewport, .ordRevImg{
	float:none;
}
.ordDetItem .cc_item_title, .ordRevItem .item_title{
	margin-bottom:5px;
}
.cart_item.JCILineItem.ordDetItem, .cart_item.JCILineItem.ordRevItem{
	padding:10px 0 10px 0;
}

.sellername,.abcIndicator{
   display:inline;
}
label.ordRevLbL{ 
	font-size:14px; 
}
       
/* Alok - 67613 - 06Aug end */
/****************************************** Unique to UPG end ******************************************/




/* added by Nancy US-80195 start */
.actionclass{
    font-family: Montserrat !important; 
    color: #555555 !important;
    font-size: 14px !important;
    margin-left:14px !important;
    font-weight: bold !important;"
    }
    .manage,.manage:hover{
    background-color: #ebebeb !important;
    color: #555555 !important;
    font-family: Montserrat !important;
    font-weight: bold !important;
    padding: 5px 10px 5px 10px !important;
    border-radius: 5px !important;
    }
    .reor,.reor:hover{
    background-color: #ebebeb !important;
    color: #555555 !important;
    font-family: Montserrat !important;
    font-weight: bold !important;
    padding: 5px 10px 5px 10px !important;
    border-radius: 5px !important;
    }
   
 #Managee, #Managee:hover, #reordid, #reordid:hover {
	background-color: #ebebeb !important;
}



/* US 81339 start*/
.product_detail_item.wishFinder{
	padding-right: 0px;
}
.quantity_block{
	padding-top: 10px;
	padding-bottom: 10px;
}
.tabSection{
	display:none;
}
.descTab .label{
	color:black;
	padding-left: 0;
}
.descTab .value{
	display: inline-block;;
}

.cc_prod_detail_panel {
	border: none!important;
	box-shadow: none!important;
}
.cc_product_detail_container li.active, .cc_product_detail_container li:hover{
	/* margin-top: 0px!important; */
}

.cc_product_detail_container li.active a, .cc_product_detail_container li.active a:hover,.cc_product_detail_container li.active a:focus {
	background: #1375cf!important;
	margin-right: 0!important;
	color: white!important;
	margin-top: -1px!important;
	border: none!important;
	outline: none!important;
	margin-right: 1px!important;
	margin-left: 2px!important;
}
.cc_product_detail_container li a , .cc_product_detail_container li a:hover{
	border: none!important;
	border-radius: 5px 5px 0px 0px!important;
	padding: 7px!important; 
	min-width: 133px;
	background-color: #bbbbbb!important;
	color: white!important;
	font-size: 14px;
	font-family: montserrat;
	text-align: -webkit-center;
	margin-right: 0!important;
	margin-left: 1px!important;
}
.cc_prod_detail_panel .cc_product_detail_container {
	margin-top: 50px!important;;
}
.cc_product_detail_container .tab-content {
	padding: 10px!important;;
}
.cc_prod_detail_panel .panel-body{
	padding:0!important;;
}
/* US 81339 end */


         /*  US- 80811 -MohanaPriya -- code changes starts*/
		table.width100table 
		{
		width: 100% !important;
		padding: 0px 10px 10px 0!important;
		}  
		#displayType
		{
		cursor: pointer !important;
		}
		#docsubcategoryidtest
		{
		cursor: pointer !important;
		}
         #doccategoryid{
            margin-right:10px;
        }
        #doccategoryid select, #docsubcategoryid select, #doccategoryemptyid select, #docsubcategoryemptyid select, 
         {
    height: 40px;
    display: inline;
    box-shadow: none;
    border: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    padding: .5rem .75rem;
    font-size: .875rem;
    font-weight: lighter;
    line-height: 1.25;
    color: #555;
}
        .docListSF {
    color: white;
    background-color: #1ea8dc;
    margin-bottom: 10px;
    margin-top: 15px;
     width: 100% !important;
	  font-weight: bold;
             padding-left: 10px;
}
/*  US- 80811 -MohanaPriya -- code changes ends*/
/*Added by MohanaPriya for US #80961 Starts*/
#backwrdid
{
	cursor: pointer !important;
	width: 40px !important;
	font-weight: bold !important;
	border-radius: 5px !important;
	margin-left: 20% !important;
}
#fwrdid
{
	display:none;
	cursor: pointer !important;
	width: 40px !important;
	font-weight: bold !important;
	border-radius: 5px !important;
	margin-left: 1.3% !important;
}
/*Added by MohanaPriya for US #80961 end*/

/* US-81340-MohanaPriya-- styling starts */

#docsTabNew2
{
margin-left: -2%;
}
.width100table
{
width: 100% !important;
}

/* US-81340-MohanaPriya-- styling Ends */

/*Added by Nancy #90690 */
.skubreak{
	word-break: break-word !important;
	
}
/*Ended by Nancy #90690 */


/*raghavi mar17 94008*/

@charset "UTF-8";
@font-face {
	font-family: 'Salesforce Sans';
	src: url(/_slds/fonts/v2.3.0/SalesforceSans-Light.woff2) format('woff2'), url(/_slds/fonts/v2.3.0/SalesforceSans-Light.woff) format('woff');
	font-weight: 300;
	font-display: swap;
}
@font-face {
	font-family: 'Salesforce Sans';
	src: url(/_slds/fonts/v2.3.0/SalesforceSans-Regular.woff2) format('woff2'), url(/_slds/fonts/v2.3.0/SalesforceSans-Regular.woff) format('woff');
	font-weight: 400;
	font-display: swap;
}
@font-face {
	font-family: 'Salesforce Sans';
	src: url(/_slds/fonts/v2.3.0/SalesforceSans-Italic.woff2) format('woff2'), url(/_slds/fonts/v2.3.0/SalesforceSans-Italic.woff) format('woff');
	font-style: italic;
	font-weight: 400;
	font-display: swap;
}
@font-face {
	font-family: 'Salesforce Sans';
	src: url(/_slds/fonts/v2.3.0/SalesforceSans-Bold.woff2) format('woff2'), url(/_slds/fonts/v2.3.0/SalesforceSans-Bold.woff) format('woff');
	font-weight: 700;
	font-display: swap;
}
@font-face {
	font-family: 'Salesforce Sans';
	src: url(/_slds/fonts/v2.3.0/SalesforceSans-BoldItalic.woff2) format('woff2'), url(/_slds/fonts/v2.3.0/SalesforceSans-BoldItalic.woff) format('woff');
	font-style: italic;
	font-weight: 700;
	font-display: swap;
}
.hide_column {
	display: none;
}
.customCheckBox {
	display: none;
}
/* to hide the checkbox itself */

.customCheckBox + label:before {
	font-family: FontAwesome;
	display: inline-block;
}
.customCheckBox + label:before {
	content: "\f14a";
	color: #ebebeb;
	font-size: 18px;
}
/* unchecked icon */

.customCheckBox + label:before {
	letter-spacing: 10px;
}
/* space between checkbox and label */

.customCheckBox:checked + label:before {
	content: "\f14a";
	color: #1375cf;
	font-size: 19px;
}
/* checked icon */

.customCheckBox:checked + label:before {
	letter-spacing: 10px;
}
/* allow space for check mark */

.hn-page-item {
	padding: 0!important;
	margin: 0!important;
	border: 0!important;
}
.docSection {
	border-top: 1px solid;
}
#tbl_document_list tr {
	height: 60px;
}
#tbl_document_list.dataTable tr.odd {
	background-color: white;
}
#tbl_document_list_next.hn-disabled a,
#tbl_document_list_previous.hn-disabled a {
	color: #b1adad!important;
	cursor: default;
}
#tbl_document_list_paginate .hn-active a {
	color: white!important;
	background-color: #1375cf!important;
	border: 1px solid #1375cf!important;
}
#tbl_document_list_paginate a {
	color: #1375cf!important;
	background-color: white!important;
	border: 1px solid #ddd!important;
	border-radius: 0!important;
	margin: 0 -1px!important;
	padding: .5rem .75rem!important;
	display: inline-block;
	min-width: 35px;
	font-weight: 500;
	font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif !important;
	text-decoration: none;
	outline: none;
}
/**/

.docTypeTblLblStyl {
	padding-left: 14px !important;
}
.downldStyl {
	margin-right: 13px;
}
.email_dwnldLinkStyl {
	text-decoration: none !important;
	font-weight: bold;
}
.docTypeContainer {
	border-top: 1px solid;
}
.CatgTblSection {
	margin-left: 30px;
}
.ocDocSection {
	//margin-top:25px;

}
.oc_lblStyl {
	margin-top: 12px;
	font-weight: bold;
	font-size: 14px;
	margin-left: 2px;
	margin-top: 6px !important;
	font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif !important;
}
.DocTblHd,
.DocTblData {
	height: 45px;
}
.ocCatTbl {
	margin-top: -6px!important;
}
#tbl_document_list th {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	height: 44px;
	padding-left: 8px !important;
	width: 114px !important;
	font-family: 'Salesforce Sans', Arial, sans-serif;
}
#tbl_document_list td {
	border-top: 1px solid;
	border: 1px solid rgba(0, 0, 0, .1);
	padding-left: 8px !important;
	background-color: inherit!important;
	font-family: 'Salesforce Sans', Arial, sans-serif;
}
#tbl_document_list tr {
	height: 60px;
}
#docBlockSF {
	margin: 10px 22px;
}
.clrBtnStyl {
	float: right;
	color: #1375cf !important;
	font-weight: bold !important;
	background-color: Transparent;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	overflow: hidden;
	outline: none;
	font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif !important;
	font-size: 14px;
}
.filterlbl {
	font-size: 17px;
	font-weight: bold;
	font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif !important;
}
.emailLinkStyl {
	margin-left: 25px;
	margin-right: 12px;
}
#tbl_document_list.dataTable tr.odd {
	background-color: white;
}
#tbl_document_list.dataTable tr.even {
	background-color: rgba(0, 0, 0, 0.04)!important;
}
.mainDocTypeSection label,
.subDocTypeSection label,
.subDocTypeSection label,
.fileTypeSection label {
	margin-bottom: 0px !important;
	font-family: 'Salesforce Sans', Arial, sans-serif;
	font-weight: normal;
	color: #222;
	display: flex;
	word-break: break-word;
}

 
#Norecs 
{ 
font-size: 14px; 
font-family: montserrat; 
text-align: -webkit-center;  
font-weight: bold; 
margin-top: 4% !important; 
}
/* raghavi mar17 94008 end*/


/* raghavi apr22 99344*/
.LogoHome .textStyle.urlsel {
    color: #1375cf;
    text-decoration: underline;
    font-weight: bold;
	cursor:pointer;
}
/*583646 begin*/
.sn-customPadding{
	padding: 24px 0 22px 20px;
}  
hr.sn-legacyHeader{        
	border-top: 1px solid #ddd ;
	width: 1180px;
	
}    
/*583646 end*/
/*583654 begin*/
.footer #sn-ccrz-footer p a {
	display:inline;
	padding: 0;
} 
.footer #sn-ccrz-footer p a:hover {
	text-decoration: underline;
}
.footer #sn-ccrz-footer p {
	height:auto;
	justify-content: normal;
	display: block;
	text-align: left;
}
/*583654 end*/

