/*****************************************************************  
Begin colorbox.css
*****************************************************************/
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(../images/colorbox/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(../images/colorbox/controls.png) no-repeat -100px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(../images/colorbox/controls.png) no-repeat -129px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../images/colorbox/controls.png) no-repeat -100px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(../images/colorbox/controls.png) no-repeat -129px -29px;}
    #cboxMiddleLeft{width:21px; background:url(../images/colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../images/colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../images/colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../images/colorbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../images/colorbox/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../images/colorbox/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(../images/colorbox/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../images/colorbox/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../images/colorbox/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7+ replaces a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
*/
.cboxIE6 #cboxTopLeft{background:url(../images/colorbox/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(../images/colorbox/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(../images/colorbox/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(../images/colorbox/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(../images/colorbox/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(../images/colorbox/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(../images/colorbox/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(../images/colorbox/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}
/*****************************************************************
End colorbox.css
*****************************************************************/

/*****************************************************************
Begin Fancybox CSS (jquery.fancybox-1.3.1.css)
*****************************************************************/
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 44px;
	width: 44px;
	margin-top: -20px!important;
	margin-left: -20px!important;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../images/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000 !important;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
	
}

#fancybox-outer {
	position: relative;
	/* width: 100%;
	height: 100%; */
	background: #FFF;
	/* border: 1px solid #BABABA; */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	/* border-radius: 15px; */
	box-shadow: 0 0px 10px rgba(0, 0, 0, 1);
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height:1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
	background: #FFF;
	border: 1px solid #FFF;
	/* -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 7px; */
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -0.001px;
	width: 28px;
	height: 30px;
	background-image: url(../images/fancybox/L-393931_Icon_Close.png);
	cursor: pointer;
	z-index: 1103;
	display: none;
	background-repeat: no-repeat;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../images/fancybox/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('../images/fancybox/fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('../images/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

/* Drop shadow doesn't look good with border-radius
#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox/fancybox-x.png');
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../images/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../images/fancybox/fancybox-y.png');
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -122px;
}
*/
/* IE */

#fancybox-loading.fancybox-ie div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_loading.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-close		{ background: url(../images/fancybox/fancy_close.png); }

.fancybox-ie #fancybox-title-over	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie #fancybox-title-left	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-main	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-right	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-left-ico		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-right-ico	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie .fancy-bg { background: transparent !important; }

/* Drop shadow doesn't look good with border-radius
.fancybox-ie #fancy-bg-n	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-ne	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-e	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-se	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-s	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-sw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-w	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-nw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
*/

/*****************************************************************
End Fancybox CSS (jquery.fancybox-1.3.1.css)
*****************************************************************/

/*****************************************************************
Begin jquery.bt.css (styling for tip content)
*****************************************************************/
/**
 * styling for tip content
 * mostly for example
 * note: canvas (the tip itself) cannot be styled here. use javascript options for that.
 */
.bt-content {
  font-size: small;
  color: #000;
  line-height: normal;
}

/* styling for active target elements - usually for background highlighting */
.bt-active {
  /* example:
  background-color: yellow !important;
  */
}
/*****************************************************************
End jquery.bt.css (styling for tip content)
*****************************************************************/

/*****************************************************************
Begin screen.css (Blueprint grid CSS - screen)
*****************************************************************/
/* -----------------------------------------------------------------------


 Blueprint CSS Framework 1.0.1
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */
@media screen {
	/* reset.css */
	html {margin:0;padding:0;border:0;}
	body, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
	article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {display:block;}
	body {line-height:1.5;background:white;}
	table {border-collapse:separate;border-spacing:0;}
	caption, th, td {text-align:left;font-weight:normal;float:none !important;}
	table, th, td {vertical-align:middle;}
	blockquote:before, blockquote:after, q:before, q:after {content:'';}
	blockquote, q {quotes:"" "";}
	a img {border:none;}
	:focus {outline:0;}

	/* typography.css */
	html {font-size:100.01%; /*background:url('../../swc/images/body-bg.jpg') */ #bababa top left repeat-x;}
	body {font-size:75%;color:#505050;background:#ffffff;font-family:Arial, Helvetica, sans-serif;background-color:#fff;width:950px;margin:0px auto 50px auto;padding:10px 10px 10px 10px;}
	h1, h2, h3, h4, h5, h6, p {font-weight:normal;color:#505050;}
	h1 {font-size:2.625em;margin-bottom:0.5em;}
	h2 {font-size:2em;margin-bottom:0.75em;}
	h3 {font-size:1.5em;margin-bottom:1em;}
	h4 {font-size:1.2em;margin-bottom:1.25em;}
	h5 {font-size:1em;font-weight:normal;margin-bottom:1.5em;}
	h6 {font-size:1em;font-weight:normal;}
	h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
	p {margin:0 0 1.5em;}
	.left {float:left !important;}
	p .left {margin:1.5em 1.5em 1.5em 0;padding:0;}
	.right {float:right !important;}
	p .right {margin:1.5em 0 1.5em 1.5em;padding:0;}
	a:focus, a:hover {color:#FA6400;text-decoration:underline;}
	a {color:#005a84;text-decoration:none;}
	blockquote {margin:1.5em;color:#666;font-style:italic;}
	strong, dfn {font-weight:bold;}
	em, dfn {font-style:italic;}
	sup, sub {line-height:0;}
	abbr, acronym {border-bottom:1px dotted #666;}
	address {margin:0 0 1.5em;font-style:italic;}
	del {color:#666;}
	pre {margin:1.5em 0;white-space:pre;}
	pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
	li ul, li ol {margin:0;}
	ul, ol {margin:0 1.5em 1.5em 0;padding-left:1.5em;}
	.list ul, ol {margin:0 1.5em 1.5em 0;padding-left:1.5em;}
	ul {list-style-type:disc;}
	ol {list-style-type:decimal;}
	dl {margin:0 0 1.5em 0;}
	dl dt {font-weight:bold;}
	dd {margin-left:1.5em;}
	table {margin-bottom:1.4em;width:100%;}
	th {font-weight:bold;}
	thead th {background:#c3d9ff;}
	th, td, caption {padding:4px 10px 4px 5px;}
	tbody tr:nth-child(even) td, tbody tr.even td {background:#e5ecf9;}
	tfoot {font-style:italic;}
	caption {background:#eee;}
	.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
	.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
	.hide {display:none;}
	.quiet {color:#666;}
	.loud {color:#000;}
	.highlight {background:#ff0;}
	.added {background:#060;color:#fff;}
	.removed {background:#900;color:#fff;}
	.first {margin-left:0;padding-left:0;}
	.last {margin-right:0;padding-right:0;}
	.top {margin-top:0;padding-top:0;}
	.bottom {margin-bottom:0;padding-bottom:0;}

	/* forms.css */
	label {font-weight:bold;}
	fieldset {padding:0 1.4em 1.4em 1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
	legend {font-weight:bold;font-size:1.2em;margin-top:-0.2em;margin-bottom:1em;}
	fieldset, #IE8#HACK {padding-top:1.4em;}
	legend, #IE8#HACK {margin-top:0;margin-bottom:0;}
	input[type=text], input[type=password], input[type=url], input[type=email], input.text, input.title, textarea {background-color:#fff;border:1px solid #bbb;color:#000;}
	input[type=text]:focus, input[type=password]:focus, input[type=url]:focus, input[type=email]:focus, input.text:focus, input.title:focus, textarea:focus {border-color:#666;}
	select {background-color:#fff;border-width:1px;border-style:solid;}
	input[type=text], input[type=password], input[type=url], input[type=email], input.text, input.title, textarea, select {margin:0.5em 0;}
	input.text, input.title {width:300px;padding:5px;}
	input.title {font-size:1.5em;}
	textarea {width:390px;height:250px;padding:5px;}
	form.inline {line-height:3;}
	form.inline p {margin-bottom:0;}
	.error, .alert, .notice, .success, .info {padding:0.8em;margin-bottom:1em;border:2px solid #ddd;}
	.error, .alert {background:#fbe3e4;color:#8a1f11;border-color:#fbc2c4;}
	.notice {background:#fff6bf;color:#514721;border-color:#ffd324;}
	.success {background:#e6efc2;color:#264409;border-color:#c6d880;}
	.info {background:#d5edf8;color:#205791;border-color:#92cae4;}
	.error a, .alert a {color:#8a1f11;}
	.notice a {color:#514721;}
	.success a {color:#264409;}
	.info a {color:#205791;}

	/* grid.css */
	.container {width:950px;margin:0 auto;}
	.showgrid {background:url(src/grid.png);}
	.column, .span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12, .span-13, .span-14, .span-15, .span-16, .span-17, .span-18, .span-19, .span-20, .span-21, .span-22, .span-23, .span-24 {float:left;margin-right:10px;}
	.last {margin-right:0 !important;}
	.span-1 {width:30px;}
	.span-2 {width:70px;}
	.span-3 {width:110px;}
	.span-4 {width:150px;}
	.span-5 {width:190px;}
	.span-6 {width:230px;}
	.span-7 {width:270px;}
	.span-8 {width:310px;}
	.span-9 {width:350px;}
	.span-10 {width:390px;}
	.span-11 {width:430px;}
	.span-12 {width:470px;}
	.span-13 {width:510px;}
	.span-14 {width:550px;}
	.span-15 {width:590px;}
	.span-16 {width:630px;}
	.span-17 {width:670px;}
	.span-18 {width:710px;}
	.span-19 {width:750px;}
	.span-20 {width:790px;}
	.span-21 {width:830px;}
	.span-22 {width:870px;}
	.span-23 {width:910px;}
	.span-24 {width:950px;margin-right:0;}
	input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12, input.span-13, textarea.span-13, input.span-14, textarea.span-14, input.span-15, textarea.span-15, input.span-16, textarea.span-16, input.span-17, textarea.span-17, input.span-18, textarea.span-18, input.span-19, textarea.span-19, input.span-20, textarea.span-20, input.span-21, textarea.span-21, input.span-22, textarea.span-22, input.span-23, textarea.span-23, input.span-24, textarea.span-24 {border-left-width:1px;border-right-width:1px;padding-left:5px;padding-right:5px;}
	input.span-1, textarea.span-1 {width:18px;}
	input.span-2, textarea.span-2 {width:58px;}
	input.span-3, textarea.span-3 {width:98px;}
	input.span-4, textarea.span-4 {width:138px;}
	input.span-5, textarea.span-5 {width:178px;}
	input.span-6, textarea.span-6 {width:218px;}
	input.span-7, textarea.span-7 {width:258px;}
	input.span-8, textarea.span-8 {width:298px;}
	input.span-9, textarea.span-9 {width:338px;}
	input.span-10, textarea.span-10 {width:378px;}
	input.span-11, textarea.span-11 {width:418px;}
	input.span-12, textarea.span-12 {width:458px;}
	input.span-13, textarea.span-13 {width:498px;}
	input.span-14, textarea.span-14 {width:538px;}
	input.span-15, textarea.span-15 {width:578px;}
	input.span-16, textarea.span-16 {width:618px;}
	input.span-17, textarea.span-17 {width:658px;}
	input.span-18, textarea.span-18 {width:698px;}
	input.span-19, textarea.span-19 {width:738px;}
	input.span-20, textarea.span-20 {width:778px;}
	input.span-21, textarea.span-21 {width:818px;}
	input.span-22, textarea.span-22 {width:858px;}
	input.span-23, textarea.span-23 {width:898px;}
	input.span-24, textarea.span-24 {width:938px;}
	.append-1 {padding-right:40px;}
	.append-2 {padding-right:80px;}
	.append-3 {padding-right:120px;}
	.append-4 {padding-right:160px;}
	.append-5 {padding-right:200px;}
	.append-6 {padding-right:240px;}
	.append-7 {padding-right:280px;}
	.append-8 {padding-right:320px;}
	.append-9 {padding-right:360px;}
	.append-10 {padding-right:400px;}
	.append-11 {padding-right:440px;}
	.append-12 {padding-right:480px;}
	.append-13 {padding-right:520px;}
	.append-14 {padding-right:560px;}
	.append-15 {padding-right:600px;}
	.append-16 {padding-right:640px;}
	.append-17 {padding-right:680px;}
	.append-18 {padding-right:720px;}
	.append-19 {padding-right:760px;}
	.append-20 {padding-right:800px;}
	.append-21 {padding-right:840px;}
	.append-22 {padding-right:880px;}
	.append-23 {padding-right:920px;}
	.prepend-1 {padding-left:40px;}
	.prepend-2 {padding-left:80px;}
	.prepend-3 {padding-left:120px;}
	.prepend-4 {padding-left:160px;}
	.prepend-5 {padding-left:200px;}
	.prepend-6 {padding-left:240px;}
	.prepend-7 {padding-left:280px;}
	.prepend-8 {padding-left:320px;}
	.prepend-9 {padding-left:360px;}
	.prepend-10 {padding-left:400px;}
	.prepend-11 {padding-left:440px;}
	.prepend-12 {padding-left:480px;}
	.prepend-13 {padding-left:520px;}
	.prepend-14 {padding-left:560px;}
	.prepend-15 {padding-left:600px;}
	.prepend-16 {padding-left:640px;}
	.prepend-17 {padding-left:680px;}
	.prepend-18 {padding-left:720px;}
	.prepend-19 {padding-left:760px;}
	.prepend-20 {padding-left:800px;}
	.prepend-21 {padding-left:840px;}
	.prepend-22 {padding-left:880px;}
	.prepend-23 {padding-left:920px;}
	.border {padding-right:4px;margin-right:5px;border-right:1px solid #ddd;}
	.colborder {padding-right:24px;margin-right:25px;border-right:1px solid #ddd;}
	.pull-1 {margin-left:-40px;}
	.pull-2 {margin-left:-80px;}
	.pull-3 {margin-left:-120px;}
	.pull-4 {margin-left:-160px;}
	.pull-5 {margin-left:-200px;}
	.pull-6 {margin-left:-240px;}
	.pull-7 {margin-left:-280px;}
	.pull-8 {margin-left:-320px;}
	.pull-9 {margin-left:-360px;}
	.pull-10 {margin-left:-400px;}
	.pull-11 {margin-left:-440px;}
	.pull-12 {margin-left:-480px;}
	.pull-13 {margin-left:-520px;}
	.pull-14 {margin-left:-560px;}
	.pull-15 {margin-left:-600px;}
	.pull-16 {margin-left:-640px;}
	.pull-17 {margin-left:-680px;}
	.pull-18 {margin-left:-720px;}
	.pull-19 {margin-left:-760px;}
	.pull-20 {margin-left:-800px;}
	.pull-21 {margin-left:-840px;}
	.pull-22 {margin-left:-880px;}
	.pull-23 {margin-left:-920px;}
	.pull-24 {margin-left:-960px;}
	.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 {float:left;position:relative;}
	.push-1 {margin:0 -40px 1.5em 40px;}
	.push-2 {margin:0 -80px 1.5em 80px;}
	.push-3 {margin:0 -120px 1.5em 120px;}
	.push-4 {margin:0 -160px 1.5em 160px;}
	.push-5 {margin:0 -200px 1.5em 200px;}
	.push-6 {margin:0 -240px 1.5em 240px;}
	.push-7 {margin:0 -280px 1.5em 280px;}
	.push-8 {margin:0 -320px 1.5em 320px;}
	.push-9 {margin:0 -360px 1.5em 360px;}
	.push-10 {margin:0 -400px 1.5em 400px;}
	.push-11 {margin:0 -440px 1.5em 440px;}
	.push-12 {margin:0 -480px 1.5em 480px;}
	.push-13 {margin:0 -520px 1.5em 520px;}
	.push-14 {margin:0 -560px 1.5em 560px;}
	.push-15 {margin:0 -600px 1.5em 600px;}
	.push-16 {margin:0 -640px 1.5em 640px;}
	.push-17 {margin:0 -680px 1.5em 680px;}
	.push-18 {margin:0 -720px 1.5em 720px;}
	.push-19 {margin:0 -760px 1.5em 760px;}
	.push-20 {margin:0 -800px 1.5em 800px;}
	.push-21 {margin:0 -840px 1.5em 840px;}
	.push-22 {margin:0 -880px 1.5em 880px;}
	.push-23 {margin:0 -920px 1.5em 920px;}
	.push-24 {margin:0 -960px 1.5em 960px;}
	.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24 {float:left;position:relative;}
	div.prepend-top, .prepend-top {margin-top:1.5em;}
	div.append-bottom, .append-bottom {margin-bottom:1.5em;}
	.box {padding:1.5em;margin-bottom:1.5em;background:#e5eCf9;}
	hr.space {background:#fff;color:#fff;visibility:hidden;}
	.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
	.clearfix, .container {display:block;}
	.clear {clear:both;}
}
/*****************************************************************
End screen.css (Blueprint grid CSS - screen)
*****************************************************************/

/*****************************************************************
Begin print.css  (Blueprint grid CSS - print)
*****************************************************************/
/* -----------------------------------------------------------------------


 Blueprint CSS Framework 1.0.1
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */
/* Commented out print.css as it's being seperated for JIRA 1578 */
/* @media print {
	print.css
	Story # 72 - 09/26/2013 - START
	@import url("/law-products/_ui/swc/css/changes.css");
	@import url("/law-products/_ui/common/css/common.css");
	Story # 72 - 09/26/2013 - END

	Story # 72 - 09/26/2013 - START
	#header, #siteHeader, #oo_tab,#browseNavContent, #updateTotalButton, #promoCode, #skiptocontent, #cartNavigationButtons, #richRelevance, #CartRecommendationsContent, #skiptonavigation, #CanWeHelp, #pencilPromotion,#idVolumeProductshowModal,#monthlyPriceFormshowModal, #selectVolume, #footer, #siteFooter,  #rightColumn, #fancybox-left, #fancybox-right, #breadcrumb, #moreAboutWrapper{display:none}
	a:link, a:visited {text-decoration: none !important;}
	a:link:after, a:visited:after {content:"" !important;}
	.skip{display:none}
	.prod_left_rail_section h4 {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 0.875em;
		margin-bottom: .05em;
		margin-top: .05em;
		margin-right: 10em;
	}
	input {border:0}
	div.page,  div.checkout-flow, p.updateCartApplyPromotionText,div.price, div.pagePrefix, div.pageName,div.productCode, div.mainProductcode, div.contractTerm,div.discountAmount,a.updateText, a.PD_details_link.moreinfoLink, a.skiptocontent, a.skiptonavigation, div.unsupportedBrowsers, div.rr_strategy_message, div.rr_prod167, div.print, div.mainProductCode {display:none}
	span.appliedPromotionMarkedDown{text-decoration:line-through}


	#your_cart_promotions{width:50%;}
	.left{
		float:left !important;}

	#your_cart_totals{
		width:49%;}
	.extendBorder{padding-bottom: 500px;
		margin-bottom: -500px;}
	.leftBorder {
		border-left: 2px solid #BABABA;
	}
	.right {
		float: right !important;
	}Story # 72 - 09/26/2013 - END

	hr {background:#ccc;color:#ccc;width:100%;height:2px;margin:2em 0;padding:0;border:none;}
	hr.space {background:#fff;color:#fff;visibility:hidden;}
	h1, h2, h3, h4, h5, h6 {font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;}
	code {font:.9em "Courier New", Monaco, Courier, monospace;}
	a img {border:none;}
	p img.top {margin-top:0;}
	blockquote {margin:1.5em;padding:1em;font-style:italic;font-size:.9em;}
	.small {font-size:.9em;}
	.large {font-size:1.1em;}
	.quiet {color:#999;}
	.hide {display:none;}
	a:link, a:visited {background:transparent;font-weight:700;text-decoration:underline;}
	a:link:after, a:visited:after {content:" (" attr(href) ")";font-size:90%;}
} */
/*****************************************************************
End print.css  (Blueprint grid CSS - print)
*****************************************************************/
/*****************************************************************
start Responsive UI css : May 2023
*****************************************************************/
#productDetailsList .thisProduct section.details,
#productDetailsList .thisProduct #addToCartForm {
  margin-bottom: 10px !important;
  padding-right:10px;
}
#productDetailsList #addToCartForm .quantity{
    height:auto;
}
#productDetailsList #addToCartForm .price{
    width:30%;
}
#addToCartForm .styledInputMobile{
  display: none;
}
/*****************************************************************
start Responsive UI css : May 2023
*****************************************************************/
.mobileQuantityHead, .mobilePriceHead, .mobileTotalPriceHead{
	display: none;
}
#siteHeader .divderline nav .cmsNavigationBarComponent{
    display: block !important;
}
@media (max-width: 1200px)
{
/* existing code  */
    #siteFooter #lastFooter .navbar-toggle {
        margin-top: 21px;
    }
    #siteFooter .childNode .search-bar
    input[type="submit"] {
        margin: 8px 0;
    }
    #siteHeader #siteLinks1 {
        padding-right: 9px;
    }
    #siteHeader .divderline nav:nth-child(5) .cmsNavigationBarComponent > .childNode > ul > li:nth-child(3) > div.childNode.div-active > ul > li.no-side-arrow > div > ul > li > div {
        padding: 15px 0;
        top: 0px;
    }
    #siteHeader .divderline nav .cmsNavigationBarComponent > .childNode > ul > li:nth-child(8) form input[type="text"] {
	    height: 40px;
    }
/* existing code end */
    body{
        width: 100%
    }
    .main-menu[data-active-level="3"] .mobileliactive{
        background-color: transparent !important;
        border-bottom:0px !important;
    }
    .cmsNavigationBarComponent .childNode > ul > li > div > ul > li > a:link > span{
        margin-left: 6px !important;
    }
    #productList #leftContentContainer {
        width: 29.40426%;
    }
    #productList #mainContentContainer {
        width: 66%;
    }
    .trtaDropDown .childNode .childNode{
        position: relative !important;
    }
    #siteHeader .divderline nav .cmsNavigationBarComponent{
        left:12px
    }
    #siteHeader .divderline nav .cmsNavigationBarComponent > .childNode > ul > li:nth-child(6){
        display:none !important;
    }
    /* #siteHeader .divderline nav .cmsNavigationBarComponent{
        left:679px
    }*/
    .navigationControl  + li.slide{
        .content {
            display:none
  	    }
    }
    .headerLinks2 .cmsNavigationBarComponent1 > .childNode > ul > li:nth-child(1) > .childNode{
        height:108px !important
    }
    #siteHeader .divderline > div:nth-child(4) > form input[type="text"]{
        height: 40px
    }
    #search .pageHeading .styledInput input, #searchEmpty .pageHeading .styledInput input{
        height: 49.3px;
    }
    #productGroupDetails .thisProduct header .productTitle{
        padding-bottom: 20px;
    }
    .CategoryPage .cmsBackgroundBannerComponent .content{
        display: block !important;
    }
    #checkoutAddress  #siteHeader .divderline nav:nth-child(5) .cmsNavigationBarComponent>.childNode>ul>li:nth-child(3)>div.childNode.div-active>ul>li.no-side-arrow>div>ul>li>div>ul>li>div{
        display: contents !important;
    }
    #checkoutAddress{
        background-color: #fff;
        border-color: none;
    }
}
@media  only screen and (max-width: 670px){
    .slide .cmsBackgroundBannerComponent .content{
        width: 89% !important;
    }
    .slide .cmsBackgroundBannerComponent .content p{
        font-size:17px;
    }
    .cmsBackgroundBannerComponent  p + a.button{
        top:110px !important;
	    width:100px !important
    }
    #leftContentContainer {
        margin-top: 20px !important;
    }
    #lastFooter .container{
        width:100%
    }
    .at-table-column{
        max-width:100% !important;
       	width:100%;
    }
    body.CategoryPage .article2, body.CategoryPage .article3, body.CategoryPage .article5, body.CategoryPage .article6, body.CategoryPage .article8, body.CategoryPage .article9
    body.CategoryPage .article6, body.CategoryPage .article8, body.CategoryPage .article9{
       	width:100%
    }
    a.button.categoryTitleButton{
       	top: 67px !important;
        left: 105px;
    }
    .productListing .product header .productImage {
        float: none;
    }
    #siteHeader .divderline nav .cmsNavigationBarComponent{
        left:0px
    }
    .trtaDropDown > .childNode > ul > li::after {
        left: 302px;
        color: #FA6400;
        font-family: 'FontAwesome';
        content: "\f178";
        font-size: 0px;
        cursor: pointer;
        background-image: url(//static.store.tax.thomsonreuters.com/feed/icons/Carrot_orange.svg);
        font-weight: 500;
        padding-top: 8px;
        padding-right: 13px;
        background-repeat: no-repeat;
        transform: rotate(270deg);
        top: 42% !important;
    }
    .sliderComponent ul li:nth-child(2){
  	    top: 80px !important;
    }
    #trta_Homepage .cmsBackgroundBannerComponent{
        margin-left: -19px;
  	    margin-right: -19px;
    }
    #bottomPagination ul.pager li.previousPage{
   	    display: inline-block!important;
        float: none;
        width: auto;
   }
    #bottomPagination ul.pager li{
        display: inline-block!important;
    }
    #bottomPagination ul.pager li.firstPage{
        left: -11px;
    }
    #bottomPagination .previousPage button {
        padding: 10px 0px 10px 0px !important;
        display: inline-block;
        width: 65px;
    }
    #bottomPagination .previousPage button:before{
        right: 3px !important;
        position: absolute;
        left: -5px;
        top: 9px;
    }
    #bottomPagination ul.pager li.nextPage {
        width: 13%;
        float:none;
    }
    #bottomPagination .nextPage button:after {
        position: absolute;
        left: 34px !important;
        top: 8px;
    }
    #bottomPagination .nextPage button[disabled="disabled"]:after{
        left: -1px !important;
    }
    #bottomPagination .nextPage button {
        width: 42px !important;
        font-size: 12px;
        padding: 10px 3px 10px 1px;
        height: 39px;
    }
    #bottomPagination .previousPage button[disabled="disabled"]:before{
        position: absolute;
        left: -6px;
        top: 9px;
    }
    #bottomPagination .pager li button{
    	margin-right: 0px;
        margin-left: 0px !important;
    }
    #bottomPagination ul.pager li:nth-child(3) {
  	    left:-9px;
    }
    #bottomPagination ul.pager li:nth-child(4) {
  	    left:-7px;
    }
    #bottomPagination ul.pager li:nth-child(5) {
  	    left:-5px;
    }
    #bottomPagination ul.pager li:nth-child(6) {
  	    left: -3px;
    }
    #bottomPagination button {
        font-size: 12px;
        padding: 0.9em 0.4em;
        width: 33px;
    }
    .at-table .at-table-column{
   	    margin-bottom: 20px;
    }
    .ui-accordion .ui-accordion-content{
  	    padding: 10px 10px !important;
    }
    .facet .facetValues .facetBlock{
        padding: 0px 0px 0px 4px;
    }
    .facetLineItem .advanceSearch{
        margin-right: 0px !important;
    }
    .facet  .facetName{
  	    padding: 8px;
    }
    .ui-accordion .ui-accordion-header{
  	    margin: 0px !important;
        padding-bottom: 0px;
    }
    .ui-accordion .ui-accordion-content{
  	    padding-top: 0px !important;
    }
    .facet .facetValues .facetLineItem{
  	    margin-bottom:0px;
  	    padding: 4px 0px;
    }
    div.ui-accordion-content ul .facetExpanded{
  	    border-bottom:none;
    }
    #page{
        padding: 8px 20px 20px 20px;
    }
    #pageHeader{
        padding-bottom:4px;
    }
    .pageHeading .searchResultsCount{
        margin: 5px 0px 30px 0px!important;
    }
    #page .pageHeading h1{
        margin: 0px !important;
  	    font-size:30px
    }
    #search #leftContentContainer, #searchEmpty #leftContentContainer{
        margin-bottom: 5px;
    }
    #faqs-container .nREsult .facet {
   	    margin-top: 14px;
    }
    .product summary{
        margin-top: 10px !important;
    }
    .productListing .product header a:nth-child(2) {
        margin-right: -9px;
    }
    .productImage img{
        width: 100%;
    }
    .paginationForm pager{
        margin-top: 25px;
    }
    .productDetailsContainer .addToCartItem .price{
    	display: inline-block !important;
    	float:none !important;
    	margin-right:0px !important;
    }
    .productDetailsContainer .addToCartItem .quantity{
        display: inline-block !important;
    	float:none !important;
    }
    .productDetailsContainer  .productTitle{
        padding-top: 0px !important;
    	margin-left: 0px!important;
    }
    div.ui-accordion-content ul li{
        margin-left:0px !important;
    }
    .thisProduct .mobileAccordian h3{
        margin: 0px!important;
        padding: 15px 0px 15px 0px;
    }
    .thisProduct .mobileAccordian .ui-accordion-content{
        margin-left: 0px !important;
    }
    .thisProduct .mobileAccordian .accordian{
        margin-right:0px !important;
    }
    .thisProduct .mobileAccordian h3 a{
        padding-left:8px
    }
    #productDetails .aside2, #productGroupDetails .aside2{
    	margin-left: 0%!important;
    }
    #productDetails #page .aside2{
    	margin-left: 0%!important;
    	width:100%;
    }
    .siteLinksHeader .headerLinks2 a{
        width: 100% !important
    }
    #bottomPagination{
        margin-bottom:10px;
    }
    #bottomPagination .pager{
        margin-top:25px;
    }
    #topPagination{
        padding-bottom: 48px !important;
        margin-bottom: 15px;
    }
    .article5 .at-table-column .at-thumbnail{
        width: 40%;
        margin-bottom: 12px;
    }
    #productDetails .productDetailsContainer{
        margin-top: 30px;
    }
    #productDetails .productDetailsContainer .productTitle{
        padding-top: 12px !important;
    }
    #productDetails .thisProduct section.details{
        margin-bottom: 5px;
    }
    .addToCartForm section.addToCartItem {
        margin-bottom: 22px!important;
    }
    .mobileAccordian .ui-accordion-content ul{
    	padding-left:0px;
    	margin-right: 0px !important;
        margin-top: 5px;
    }
    .productDetailsContainer .details ul{
    	position: relative;
        top: -15px;
        height: 56px;
        left: 0px;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    #productDetails .thisProduct section.details ul .updateFrequency{
    	margin-left: 0px !important;
    }
    .addToCartForm {
    	margin-top: 100px !important;
    	min-height: 200px !important;
    }
    .mobileAccordian #ui-accordion-faqs-container-panel-1 h3{
      display:none;
    }
    .availabilityText1{
    	margin-left:0px !important;
    	margin-top:81% !important;
    }
    #ui-accordion-faqs-container-panel-1  ul li{
    	margin-bottom: 0px !important;
    	padding: 5px 0px;
        font-weight: 500;
    }
    #ui-accordion-faqs-container-panel-1  ul>li>ul li{
        border-top: 1px solid #ddd !important;
        border-bottom: none !important;
        padding-left: 20px;
        padding-ottom: 5px;
        font-weight: normal;
    }
    #ui-accordion-faqs-container-panel-2 ul li, #ui-accordion-faqs-container-panel-3 ul li{
        margin-bottom: 0px;
    }
    #ui-accordion-faqs-container-panel-2 ul li span, #ui-accordion-faqs-container-panel-3 ul li span{
        display: inline-block;
        width: 87%;
        margin-bottom: 8px;
        margin-top:8px;
        verticle-align:middle;
   }
    #ui-accordion-faqs-container-panel-2 ul li a, #ui-accordion-faqs-container-panel-3 ul li a{
        margin-left: 0px !important;
        width: 10%;
        display: inline-block;
        position: static;
    }
    .productDetailsContainerproduct .productOtherMedia {
        display:none;
    }
    #productDetails #page .aside2 {
        margin-top: 35px;
    }
    #productDetails #page .aside2 h3{
        margin-left: 28px;
    }
    #productDetails #page .aside2 a img{
        width:40%;
        margin-bottom:8px;
        padding-left:0px;
    }
    .CategoryPage .categoryTitle {
  	    padding-top: 0px !important;
        padding-bottom: 5px !important;
    }
    .CategoryPage .article1{
  	    position: relative;
        margin-bottom: 47px;
        width: 100%;
        text-align: center;
    }
    .CategoryPage .article1 a.button.categoryTitleButton{
  	    top: -6px !important;
        left: 2px;
    }
    .CategoryPage .cmsBackgroundBannerComponent .button{
  	    left: 2px ;
    }
    .CategoryPage .slide .cmsBackgroundBannerComponent .content{
        margin:0px;
        width: 100% !important;
    }
    .CategoryPage .article7 .item{
  	    width: 100% !important;
    }
    .CategoryPage .navigationControl{
  	    top: -81px;
    }
    .CategoryPage .cmsBackgroundBannerComponent .button{
        top: 18px !important;
    }
    .CategoryPage .article1:nth-child(2){
  	    height:332px;
    }
    .CategoryPage .article4 a img{
  	    width:40%;
    }
    .CategoryPage #pageHeader{
        background: #fff !important;
    }
    .CategoryPage #mainContentContainer .article5 .grey-box{
  	    min-height:auto !important
    }
    #search .mobileblock form{
        margin-top:0px !important;
    }
    .CategoryPage  .productListing .product header a:nth-child(1){
   	    display:inline-block;
   	    width:30%;
    }
    .CategoryPage  .productListing .product header a:nth-child(1) .productImage{
        max-width:100%
    }
    .CategoryPage  .productListing .product header a:nth-child(2){
   	    display: inline-block;
        width: 70%;
    }
    .CategoryPage .cmsBackgroundBannerComponent .content p + a.button {
        top: 82px !important;
    }
    .sliderComponent .prev, .sliderComponent .next{
        width:auto!important;
    }
    .CategoryPage .slide .cmsBackgroundBannerComponent .content ul{
  	    position: relative;
        top: 50px;
    }
    #page_000020J4 .navigationControl + li.slide h3 {
        font-size: 18px;
    }
    #page_000020J4 .navigationControl + li.slide + li +li .content p {
  	    top:100px;
    }
    #page_000020J4 .navigationControl + li.slide + li +li .content h3+p {
  	    top:68px !important;
    }
    #page_000020J4 .navigationControl + li.slide +li +li .content p .button{
        top: -34px !important;
    }
    #page_000020J4 .navigationControl + li.slide + li +li +li h3{
  	    font-size:17px;
    }
    #page_000020J4 .navigationControl + li.slide + li +li +li h3:nth-child(2){
  	    margin-top: 28px
    }
    #page_000020J4 .navigationControl + li.slide + li +li +li .content h3+p{
        top: 68px;
    }
    #page_000020J4 .navigationControl + li.slide + li +li +li .content p{
  	    top: 109px;
    }
    #page_000020J4 .navigationControl + li.slide + li +li +li .content p .button{
  	    top: -34px !important;
    }
    #page_000023MD .navigationControl + li.slide + li +li +li .content p .button{
        top: 26px !important;
    }
    #page_00001V4O li.slide .content p{
  	    top: 80px;
  	    width:100%;
    }
    #page_00001V4O .article4 {
    	margin-top: 55px !important;
    }
    #page_00001S1S .article1:nth-child(2){
        height: auto;
    }
    .backToTopRef {
        margin-bottom: 14px !important;
    }
    #page_00001WOC  .cmsBackgroundBannerComponent .button{
  	    top:25px !important;
    }
    #page_00001V4O .navigationControl {
  	    top: 80px;
    }
    #page_00001V4O .article1:nth-child(1){
  	    margin: 0px !important;
    }
    #page_00001V4O .article1:nth-child(2){
  	    height: auto !important;
    }
    .productDetailsContainer .details ul{
  	    width:100% !important;
    }
    .productDetailsContainer .details ul .updateFrequency{
  	    margin-top: 85%!important;
    }
    #mainContentContainer .cartItem article .styledInput .quantity{
  	    margin:0px;
    }
    #cart .cartNavigation {
        text-align: center;
    }
    .cartNavigation a{
  	    width: 84% !important;
        float: none;
    }
    .cartNavigation a:nth-child(1){
        text-align: left;
    }
    .cartNavigation a:nth-child(2){
  	    text-align:right;
  	    float:none !important;
    }
    #cart input#promotionCode {
  	    height: 30px;
        border-radius: 4px;
    }
    #cart, #cart #lastFooter .navbar-header, #cart #lastFooter .container{
    	box-sizing:border-box !important;
    }
    .promotions #applyPromotionForm .updatePromotion{
        margin-left: 26px !important;
        margin-right: 18px;
        margin-top: 22px;
    }
    .productDetailsContainer .availabilityText2 {
        margin-left: 0px !important;
        margin-top: 4px;
    }
    .productDetailsContainer .referencedProducts{
        margin-top: 235px!important;
        text-align: center;
        margin-left:0px !important;
    }
    .mobileAccordian #ui-accordion-faqs-container-panel-0 ul li{
        list-style: disc !important;
        margin-left: 25px !important;
        border-bottom:none;
    }
    .mobileAccordian #ui-accordion-faqs-container-panel-0 h2{
    	font-size:24px;
    }
    .cartItem .total {
        margin-right: 32px !important;
    }
    .cartItem .total #pstyle{
  	    left: -168px;
  	    width:100px;
    }
    #productDetails #page .aside2 .at-element-marker .at-table h3 {
    	margin-left:0px;
    }
    #page_00001V4O .cmsBackgroundBannerComponent{
    	background-size: cover !important;
        min-height: auto !important;
        margin-right: 0px !important;
    }
    .CategoryPage .article1 a.button.categoryTitleButton{
        left:55px;
    }
    #page_00001V4O  .article1 a.button.categoryTitleButton{
    	top: 55px !important;
    	left:55px;
    }
    #page_00001V4O .cmsBackgroundBannerComponent .button {
    	top:25px !important;
    	width:auto !important;
    }
    #page_00001V4O .sliderComponent .pager{
        margin-left: 18%;
    }
    #cart #page_heading .page_heading_group {
        position: relative;
        top: -6px;
        left: 243px;
        float:none;
    }
    #cart #page_heading .page_heading_group_item{
        float: none;
        padding:0px;
    }
    #cart #page_heading {
        border-bottom:none
    }
    #sitePromotion{
        display: block !important;
    }
    #sitePromotion a img{
        margin-left:0px !important;
        }
    #cart .cartSummary{
        padding-top:0px;
    }
    #cart .article2{
        margin-bottom:0px;
    }
    #siteFooter {
        right:0px;
    }
    .headerLinks2 .childNode>ul>li:nth-child(3)>a>span.only_desktop{
        display:inline-block;
        margin-right:-9px;
    }
    .headerLinks2 .childNode>ul>li:nth-child(3)>a>span.only_mobile{
        display:inline-block;
    }
    #search .pageHeading .searchResultsCount, #searchEmpty .pageHeading .searchResultsCount{
        width:100%;
    }
    .CategoryPage .cmsBackgroundBannerComponent .title {
        position:static;
    }
    .CategoryPage  .cmsBackgroundBannerComponent .content p{
        width:100% !important;
    }
    .CategoryPage .cmsBackgroundBannerComponent .button, .CategoryPage .article1 a.button.categoryTitleButton{
        width:auto !important;
    }
    .CategoryPage .sliderComponent .prev:after{
        left: -13px;
    }
    .CategoryPage .sliderComponent .pager {
        margin-left: 13%;
    }
    .CategoryPage .facetValues	.facetLineItem{
        margin-left: 15px!important
    }
    .productDetailsContainer .productOtherMedia{
        display:none
    }
    #cart #siteHeader .divderline > div:nth-child(4) > form input[type="text"]{
        height:0px;
    }
    #login #page{
        display: flex;
        flex-flow: column-reverse;
    }
    #login .pageHeading{
        position: absolute;
        top: 25px;
    }
    #login .pageHeading + #leftContentContainer+ #mainContentContainer .article1 {
        position: absolute;
        top: 84px;
        width: 88%;
        }
    #login #mainContentContainer  {
        margin-bottom: 130px;
    }
    #login #pageHeader{
        position: absolute;
        top: 10px;
    }
    #login #rightContentContainer{
        margin-top: 200px;
    }
    #login #rightContentContainer .aside2{
        position: absolute;
        bottom: 20px;
    }
    #login .pageHeading, login #mainContentContainer .article1 p{
        margin-left:0px;
    }
    #login #rightContentContainer .orderSummary{
        marin-bottom:0px;
    }
    #login #mainContentContainer .login button{
        margin-top: 25px
    }
    #login .fancybox-inner{
        height: auto !important
    }
    #login #mainContentContainer a.button{
        margin-top: 0px !important;
        width:180px !important;
        margin-left:57px;
    }
    #login #mainContentContainer a.button + a.button{
        margin-top: 20px !important;
    }
    #login .fancybox-skin{
        padding:0px!important
    }
    #login #rightContentContainer .aside2{
        margin-top:0px !important;
        margin-bottom:0px !important;
    }
    #login #rightContentContainer .aside2{
        width:90%;
    }
    #login #guestForm{
        height: auto;
    }
    #cart #fancybox-wrap, #fancybox-inner{
        width: 337px !important;
        top:50px !important;
    }
    #cart #fancybox-outer{
        width: 349px !important;
        height: 740px;
    }
    #cart .shareitPopup{
        margin-left:0px !important;
        width: auto !important;
        margin-top: -38px !important;
    }
    #cart .emailBodyShareitPopup textarea{
        width: 312px !important;
    }
    #cart .emailBodyShareitPopup #description{
        height: 150px !important;
    }
    #cart table tr {
        display: block;
    }
    #cart table tr td:nth-child(2){
        float: left !important;
    }
    #cart #confimation  div{
        margin-top: 195px !important;
    }
    #cart #sendMailshareidPopup{
        margin-left: 0px !important;
        margin-right: 10px;
    }
    #cart #fromMailId{
        margin-bottom:15px;
    }
    #cart #fancybox-close{
        top: -19px;
    }
    #cart #TRPopup .popupTitle{
        padding-bottom: none;
        border:none;
    }
    #cart #TRPopup .popupTitle span{
        border-bottom: 1px solid #d0d0d0;
    }
    #cart #TRPopup #messageErrorFromMailId{
        margin: 0px;
    }
    #cart #rightContentContainer .article4{
        display:none;
    }
    #cart .cmsNavigationBarComponent .main-menu li,  #cart .cmsNavigationBarComponent .main-menu li .angleGrey img{
        box-sizing:border-box !important;
    }
    #checkoutAddress .jumbotron .row{
        display: flex;
        flex-flow: column-reverse;
    }
    .table-responsive{
        position:static !important;
    }
    .table-responsive .tab{
        position: absolute;
        bottom:5px;
    }
    #checkoutAddress #billShipForm #bill_btn{
        margin-left:0px !important
    }
    #checkoutAddress #page{
        padding:0px;
    }
    #checkoutAddress .checkout {
        margin-top: 32px;
        height:auto;
    }
    #checkoutAddress  #ship_btn{
        margin-left: 0px !important;
    }
    #checkoutAddress  iframe{
        height:650px;
    }
    #checkoutAddress #confirm-purchase{
        margin-left:0px !important;
    }
    #checkoutAddress .jumbotron p{
        position: relative;
        left: -133px;
        width: 100%;
        font-size: 14px;
        top: -16px;
    }
    #checkoutAddress .table-responsive .tab {
        position: absolute;
        bottom: 17px;
        left: 70PX;
    }
    #checkoutAddress .orderSummary .productTitle{
        display: inline-block;
        width: 58% !important;
    }
    #checkoutAddress .orderSummary .bookPrice{
        display: inline-block;
        float: none;
        width: 43%;
        vertical-align: top;
        margin-top: 18px;
        text-align: right;
    }
    #placeOrderForm  .panel-body {
        padding-right: 0px;
        padding-left: 6px;
    }
    #ShopbyPracticeArea_CategoryPage .article1, #ShopbyBrand_CategoryPage .article1{
        margin-bottom: 0px !important;
    }
    #ShopbyPracticeArea_CategoryPage .article1 .item, #ShopbyBrand_CategoryPage .article1 .item, #ShopbyOrganizationCategoryPage .article1 .item{
        float: none !important;
        width: 100%  !important;
        margin-bottom:70px !important;
    }
    #ShopbyPracticeArea_CategoryPage .article1 .item, #ShopbyBrand_CategoryPage .article1 .item, #ShopbyOrganizationCategoryPage .article1 .item{
        float: none !important;
        width: 100%  !important;
        margin-bottom:125px !important;
    }
    #ShopbyPracticeArea_CategoryPage .article1 .item .textWrapper, #ShopbyBrand_CategoryPage .article1 .item .textWrapper, #ShopbyOrganizationCategoryPage .article1 .item .textWrapper{
        max-width: 330px;
    }
    #ShopbyPracticeArea_CategoryPage .article1 .item img, #ShopbyBrand_CategoryPage .article1 .item img, #ShopbyOrganizationCategoryPage .article1 .item img{
        width: 100%
    }
    #ShopbyPracticeArea_CategoryPage .shopByBox article, #ShopbyBrand_CategoryPage .shopByBox article, #ShopbyOrganizationCategoryPage .shopByBox article{
        width: 100%
    }
    #ShopbyPracticeArea_CategoryPage .shopByBox h1, #ShopbyPracticeArea_CategoryPage .shopByBox p, #ShopbyBrand_CategoryPage .shopByBox h1, #ShopbyBrand_CategoryPage .shopByBox p, #ShopbyOrganizationCategoryPage .shopByBox  h1, #ShopbyOrganizationCategoryPage .shopByBox p{
        text-align : left;
    }
    #ShopbyPracticeArea_CategoryPage .button,  #ShopbyBrand_CategoryPage .button, #ShopbyOrganizationCategoryPage .button{
        position: static !important;
    }
    #ShopbyOrganizationCategoryPage .article1:nth-child(2){
        display:none;
    }
    .shopByBox a.button{
        display: block !important;
        margin-top: 15px !important;
    }
    #ShopbyBrand_CategoryPage  .article1:nth-child(2){
        height:275px;
    }
    #ShopbyPracticeArea_CategoryPage .article1:nth-child(2){
        height: 295px;
    }
    #checkoutConfirmation #at-track-click-1486160452633{
        display:none;
    }
    #checkoutConfirmation #summary{
        position: relative;
        margin-bottom: 0px !important;
    }
    #checkoutConfirmation #at-track-click-1496937615419{
        margin-bottom: 15%;
        margin-top: -25px;
    }
    #checkoutConfirmation #at-track-click-1496937615419 h3 span{
        display: none;
    }
    #checkoutConfirmation .aside2{
        width:100%;
        float: none;
    }
    #checkoutConfirmation .printButton{
        display: block !important;
        width: 87% !important;
    }
    #checkoutConfirmation #subHeaderContainer .article1{
        margin-top: -20px;
    }
    #checkoutConfirmation  .cartSummary .price{
        margin-left:0px !important;
    }
    #checkoutConfirmation  .cartSummary .total{
        margin-right:0px !important;
    }
    #checkoutConfirmation  .preferencesButton{
        margin-top: -143px!important;
    }
    #checkoutConfirmation  .confirmInfoMessage .article8, #checkoutConfirmation  .confirmInfoMessage h4{
        font-size: 16px;
    }
    #checkoutAddress .orderSummary .productFormat1{
        display: inline-block;
        width: 58%;
    }
    #checkoutAddress .orderSummary .quantity{
        display: inline-block;
        float: none !important;
        width: 43%;
        vertical-align: top;
        text-align: right;
    }
    #checkoutAddress #orderplace-button{
        margin-left: 13px !important;
    }
    #checkoutAddress #pageHeader{
        margin-top: 37px;
    }
    #checkoutAddress .jumbotron .checkmark{
        margin-left: 205px;
    }
    .shipping .checkmark{
        margin-top: 15px;
    }
    #checkoutConfirmation #summary #rightContentContainer, #checkoutConfirmation #summary #mainContentContainer{
        padding: 20px;
        background-color: #f7f7f7
    }
    #checkoutConfirmation #summary {
        padding: 0px;
    background-color: #fff;
    }
    #checkoutConfirmation #summary  .salesTaxCopy{
        position: absolute;
        bottom: 198px;
        left: 6px;
    }
    #checkoutConfirmation #summary #rightContentContainer{
        padding-bottom: 72px;
    }
    #checkoutConfirmation #summary .mobileQuantityHead,  #checkoutConfirmation #summary .mobilePriceHead, #checkoutConfirmation #summary .mobileTotalPriceHead,  #cart .mobileQuantityHead,  #cart .mobilePriceHead, #cart .mobileTotalPriceHead{
        display: block;
        font-weight: bold;
        font-size: 13px;
    }
    #checkoutConfirmation #summary .quantity, #checkoutConfirmation #summary .price{
        position: relative;
    }
    #checkoutConfirmation #summary .quantity .mobileQuantityHead{
        position: absolute;
        left: 3px;
    }
    #checkoutConfirmation #summary .price .mobilePriceHead{
        position: absolute;
        left: 1px;
    }
    #checkoutConfirmation #summary .total .mobileTotalPriceHead{
        float:left;
    }
    #trta_Homepage .article5 .item{
        padding:20px;
    }
    #cart .mobileQuantityHead {
        margin-right: 50px;
    }
    #cart .mobilePriceHead{
        margin-right: 125px;
    }
    #cart .mobileTotalPriceHead{
        position: absolute;
        left: -168px;
    }
    #cart .total{
        position: relative;
    }
    #cart .total strong {
        margin-left: 17px;
    }
    #cart .mobileQuantityHead,  #cart .mobilePriceHead, #cart .mobileTotalPriceHead{
        display: inline-block;
        font-weight: bold;
        font-size: 13px
    }
    #trta_Homepage .navigationControl + li.slide + li +li +li .content div[name="slidertxt"] p:nth-child(1){
        margin-top:43px !important;
    }
    #rightContentContainer .aside2:nth-child(3), #rightContentContainer .aside2:nth-child(4){
        display:none;
    }
    .CategoryPage .facetLineItem .advanceSearch{
        display: none !important;
    }
    .CategoryPage #leftContentContainer .refinementsHeading {
        margin: 0px !important;
        border-bottom: none;
        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
    .CategoryPage #leftContentContainer  nav .navAppliedFilters, .CategoryPage #leftContentContainer ul li article {
        border: none !important;
    }
    .CategoryPage #leftContentContainer  nav .navAppliedFilters li{
        padding: 10px;
        background: #ddd;
        border-radius: 20px;
        text-align: center;
        margin-bottom: 8px;
    }
    #cart ._hj-ETLL8__MinimizedWidgetMiddle__label{
        width: 13px !important;
    }
    #siteFooter .siteFooter-lists .childNode>ul li>a.defaultCursor{
        width: 80%;
        padding: 6px 0px;
        display: inline-block;
    }
    .fullFooter{
        display: relative !important;
    }
    #siteFooter{
        position: relative !important;
    }
}
@media  only screen and (max-width: 844px){
    .thisProduct .productTabs #abcd{
	    width: 620px !important;
    }
    #productDetails .productDetailsContainer{
        margin-left: 0px !important;
        margin-right: 3px !important;
    }
    .thisProduct .productTabs #abcd{
        width: 620px !important;
    }
    #productDetails .productDetailsContainer{
        margin-left: 0px !important;
        margin-right: 3px !important;
    }
    #siteFooter>div.childNode:nth-child(3){
        width:100% !important;
        margin-right: 0px !important;
    }
    #siteFooter .siteFooter-lists{
        width: 100% !important;
    }
    #siteFooter{
        margin: 0px !important;
        padding: 0px !important;
        width:99%;
    }
    #trta_Homepage .item_wrapper{
        margin: 0px;
        padding: 0px;
    }
    #trta_Homepage .cmsBackgroundBannerComponent{
        margin: 0px;
    }
    footer#siteFooter>div.childNode:nth-child(3)>ul{
        padding: 0px;
    }
    footer#siteFooter>div.childNode:nth-child(3)>ul>li:first-child {
        margin: 0 40px 0 0px;
    }
    footer#siteFooter>div.childNode:nth-child(3)>ul>li:first-child>a>img{
        margin-left: 15px !important;
        width: 450px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : portrait){
	#siteFooter{
	    width: 97.5%;
	}
	#siteFooter #lastFooter .container{
	    width: 749px !important;
	}
	#trta_Homepage .at-table .at-table-column{
		max-width: 162px;
	}
	#siteHeader .divderline nav .cmsNavigationBarComponent{
		left: 0px;
	}
	.ProductPage #pageHeader{
	    margin-bottom: 50px;
	}
	.ProductPage .printButton{
		margin-left: 57.57% !important;
		top: -26px !important;
	}
	.ProductPage .webDescriptionDiv{
		margin-left:12px;
	}
	.look-inside{
		top: -222px !important;
    	left: 71px !important;
	}
	.look-inide-logo{
		left: 156px !important;
		top: -3px !important;
	}
	#productDetails .aside1, #productGroupDetails .aside1{
	    top: 45px;
	}
	#productDetails .aside2 .at-element-marker{
		margin-top: 35px;
	}
	#productDetails .aside1{
	    margin-left: 66.59574%;
	  	width: 31.43338%;
	  	top: 28px;
	}
	#cart #page{
		width: 718px;
	}

	#cart #page_heading{
		width: 725px;
	}
	#cart .aside2 .tab{
		width: 174px !important
	}
    #cart, #cart #lastFooter .navbar-header, #cart #lastFooter .container, #cart .main-menu{
        box-sizing:border-box !important;
    }
    #cart #page_heading .page_heading_group{
        margin-right: 35px;
    }
    #cart  #siteHeader #siteLinks1 {
        width: 740px;
    }
    #cart .at-table-column{
        max-width: 155px;
    }
    #cart #mainContentContainer, #cartEmpty #mainContentContainer{
        margin:0px;
    }
    #cart ._hj_feedback_container ._hj-ETLL8__MinimizedWidgetMiddle__label{
        width:7px;
    }
    .cartSummary .productDescription{
        width:195px;
    }
    #cart #siteHeader .divderline nav:nth-child(5) .cmsNavigationBarComponent > .childNode > ul > li.hasChildren,
    #cart #siteHeader .divderline nav:nth-child(5) .cmsNavigationBarComponent > .childNode > ul > li.hasChildren > .childNode > ul > li.hasChildren
    {
        width: 93%;
    }
    #cart #siteHeader .divderline nav:nth-child(5) .cmsNavigationBarComponent > .childNode > ul > li.hasChildren{
        height: 18px;
    }
    #cart #siteHeader > .divderline nav:nth-child(5) .cmsNavigationBarComponent > .childNode > ul > li.mobileliactive{
        height: 36px;
    }
    #productDetails .productDetailsContainer{
        width: 663px;
        padding-left:10px;
        padding-right: 10px;
    }
     #checkoutAddress .jumbotron .checkmark {
        margin-left: 265px;
    }
    #checkoutAddress .jumbotron p {
        position: relative;
    	left: -263px;
    	width: 100%;
    	font-size: 14px;
    	top: 51px;
    	margin-bottom: 73px;
    }
    #checkoutAddress #confirm-purchase {
        margin-left: -13px;
    }
    .article5 .at-table-column .at-thumbnail {
        width: 50%;
    }
    .share-box #twitter-share, .share-box #linkedin-share, .share-box #email-share{
        margin-left:5px;
    }
    .share-box .printButtons{
        margin-top:3px;
    }
    #checkoutAddress .jumbotron .col-sm-8{
        width: 60.666667%;
    }
    #checkoutAddress .jumbotron .col-sm-4{
        width: 37.333333%;
        overflow-x: hidden !important;
    }
    #cart .at-table .at-table-column .at-thumbnail{
        width:55%;
        height: 110px;
        margin-bottom: 10px;
    }
    #checkoutAddress .jumbotron .col-sm-4 .table{
	    table-layout: auto !important;
	}
	#checkoutAddress .jumbotron #orderplace-content-text{
	    position: static !important;
    }
	#checkoutConfirmation #subHeaderContainer .printButton{
	    margin-left: -248px;
        top: 61px;
    }
	#checkoutConfirmation  .preferencesButton{
		height:67px;
	}
	#productDetails .format{
	    width: 47.9% !important;
	    float: left !important;
	    margin-right: 4.34783 !important;
	}
	#productDetails .price{
		width: 29.43478% !important;
	}
	#productDetails .thisProduct header button.printButton{
	    width: 11% !important;
	}
	.share-box #share{
	    margin-top: 0.5px !important;
	}
}
@media only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (orientation : portrait){
    #trta_Homepage .at-table .at-table-column{
	    max-width: 197px;
    }
    #productDetails #pageHeader {
	    margin-left:0px;
	    margin-right: 0px;
	}
    #productDetails .productDetailsContainer{
	    width: 740px;
    }
    #productDetails .aside1{
	    top: 11px;
    }
    #cart #page {
   	    width: 787px;
    }
	#cart #page_heading {
    	width: 787px;
	}
	#cart #siteHeader #siteLinks1 {
   		 width: 799px;
	}
    #checkoutAddress .jumbotron .checkmark {
        margin-left: 317px;
    }
    #orderplace-content{
	    width:100%;
	}
	#checkoutConfirmation #subHeaderContainer .printButton{
	    top: 0px;
    	height: 68px;
    	width: 263px;
        margin-left: -259px;
	}
    #cart{
	    width: 785px;
	    margin:0px !important;
	}
	#cart #siteHeader {
		width: 789px;
	}
	#cart #siteFooter>div.childNode:nth-child(3){
		margin-top: 30px;
	}
	#siteFooter .siteFooter-lists .childNode:nth-child(3){
		margin: 0 47px 0 0;
	}
	#siteFooter .siteFooter-lists{
		width: 97% !important;
		padding-left: 25px;
	}
	#siteFooter {
    	width: 99%;
	}
	#cart #siteFooter{
		width:100%;
	}
    #productDetails #siteFooter, #checkoutAddress #siteFooter,#checkoutConfirmation #siteFooter{
	    width:97.5%
	}
	#productDetails .thisProduct header button.printButton{
	    width: 11% !important;
	}
	.share-box #share{
	    margin-top: 0.5px !important;
	}
	#checkoutAddress #orderplace-button{
	    text-align: center !important;
		padding:0px !important;
	}
	#checkoutConfirmation #summary{
		width: 773px;
    	padding-left: 36px;
	}
}

/*****************************************************************
end Responsive UI css : May 2023
*****************************************************************/