/* Styles from Creative */
h1 strong,h2 strong,h3 strong,h4 strong,h5 strong,h6 strong {
	/* 	font-family:KnowledgeBold,arial,helvetica,sans-serif; */
	font-weight: normal;
}

h1 em,h2 em,h3 em,h4 em,h5 em,h6 em {
	font-weight: normal;
	/* 	font-family:Knowledge,arial,helvetica,sans-serif; */
}
/* Not all headings are Knowledge - need to use more specific heading styles on a page-basis */
/* h1 {
	font-family:KnowledgeLight,arial,helvetica,sans-serif;
	line-height:.9em;
	}
h2 {
	font-family:KnowledgeBold,arial,helvetica,sans-serif;
	line-height:1em;
	}
h3 {
	font-family:KnowledgeRegular,arial,helvetica,sans-serif;
	line-height:1.1em;
	}
h4 {
	font-family:KnowledgeRegular,arial,helvetica,sans-serif;
	line-height:1.1em;
	}
h5 {
	font-family:KnowledgeRegular,arial,helvetica,sans-serif;
	line-height:1.2em;
	}
h6 {
	font-family:KnowledgeRegular,arial,helvetica,sans-serif;
	line-height:1.2em;
	} */
p {
	font-family: arial, helvetica, sans-serif;
    font-size: 1em;
	line-height: 1.4em;
}

/*------------------ COLORS ------------------*/
.light-orange {
	background-color: #ffa200;
}

.light-blue {
	background-color: #0083bf;
}

.purple {
	background-color: #46166b;
}

.light-purple {
	background-color: #6234a4;
}

.red {
	background-color: #a00000;
}

.light-red {
	background-color: #dc0a0a;
}

.green {
	background-color: #387c2b;
}

.light-green {
	background-color: #78a22f;
}

.dark-gray {
	background-color: #505050;
}

.med-gray {
	background-color: #828282;
}

.light-gray {
	background-color: #bababa;
}

/*------------------ GRADIENTS ------------------*/
.orange-gradient {
	background-color: #ff8000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa500',
		endColorstr='#ff8000' );
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ffa500, endColorstr=#ff8000)";
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffa500),
		to(#ff8000) );
	background-image: -webkit-linear-gradient(top, #ffa500, #ff8000);
	background-image: -moz-linear-gradient(top, #ffa500, #ff8000);
	background-image: -ms-linear-gradient(top, #ffa500, #ff8000);
	background-image: -o-linear-gradient(top, #ffa500, #ff8000);
	background-image: linear-gradient(to bottom, #ffa500, #ff8000);
}

.blue-gradient {
	background-color: #005a84;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0083bf',
		endColorstr='#005a84' );
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#0083bf, endColorstr=#005a84)";
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0083BF),
		to(#005A84) );
	background-image: -webkit-linear-gradient(top, #0083BF, #005A84);
	background-image: -moz-linear-gradient(top, #0083BF, #005A84);
	background-image: -ms-linear-gradient(top, #0083BF, #005A84);
	background-image: -o-linear-gradient(top, #0083BF, #005A84);
	background-image: linear-gradient(to bottom, #0083bf, #005a84);
}

.purple-gradient {
	background-color: #46166b;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6234a4',
		endColorstr='#46166b' );
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#6234a4, endColorstr=#46166b)";
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6234a4),
		to(#46166b) );
	background-image: -webkit-linear-gradient(top, #6234a4, #46166b);
	background-image: -moz-linear-gradient(top, #6234a4, #46166b);
	background-image: -ms-linear-gradient(top, #6234a4, #46166b);
	background-image: -o-linear-gradient(top, #6234a4, #46166b);
	background-image: linear-gradient(to bottom, #6234a4, #46166b);
}

.red-gradient {
	background-color: #a00000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dc0a0a',
		endColorstr='#a00000' );
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#dc0a0a, endColorstr=#a00000)";
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dc0a0a),
		to(#a00000) );
	background-image: -webkit-linear-gradient(top, #dc0a0a, #a00000);
	background-image: -moz-linear-gradient(top, #dc0a0a, #a00000);
	background-image: -ms-linear-gradient(top, #dc0a0a, #a00000);
	background-image: -o-linear-gradient(top, #dc0a0a, #a00000);
	background-image: linear-gradient(to bottom, #dc0a0a, #a00000);
}

.green-gradient {
	background-color: #387c2b;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78a22f',
		endColorstr='#387c2b' );
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#78a22f, endColorstr=#387c2b)";
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#78a22f),
		to(#387c2b) );
	background-image: -webkit-linear-gradient(top, #78a22f, #387c2b);
	background-image: -moz-linear-gradient(top, #78a22f, #387c2b);
	background-image: -ms-linear-gradient(top, #78a22f, #387c2b);
	background-image: -o-linear-gradient(top, #78a22f, #387c2b);
	background-image: linear-gradient(to bottom, #78a22f, #387c2b);
}

.gray-gradient {
	background-color: #505050;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#828282',
		endColorstr='#505050' );
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#828282, endColorstr=#505050)";
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#828282),
		to(#505050) );
	background-image: -webkit-linear-gradient(top, #828282, #505050);
	background-image: -moz-linear-gradient(top, #828282, #505050);
	background-image: -ms-linear-gradient(top, #828282, #505050);
	background-image: -o-linear-gradient(top, #828282, #505050);
	background-image: linear-gradient(to bottom, #828282, #505050);
}

.white-gradient {
	background-color: #ececec;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
		endColorstr='#ececec' );
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ffffff, endColorstr=#ececec)";
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff),
		to(#ececec) );
	background-image: -webkit-linear-gradient(top, #ffffff, #ececec);
	background-image: -moz-linear-gradient(top, #ffffff, #ececec);
	background-image: -ms-linear-gradient(top, #ffffff, #ececec);
	background-image: -o-linear-gradient(top, #ffffff, #ececec);
	background-image: linear-gradient(to bottom, #ffffff, #ececec);
}

/*------------------ BUTTONS ------------------*/
button,
.button {
	border: none;
	border-radius: 6px;
	box-shadow: 0 1px 0px 0px rgba(68, 68, 68, 0.5);
	height:50px;
	padding:17px 15px;
	color: #ffffff;
	cursor: pointer;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-decoration : none;
	text-align : center;
/*	text-transform: uppercase;*/
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}

.button:hover,
.button:active {
	color: #fff;
	text-decoration: none;
}

button.small {
	height: 30px;
	padding: 0 8px;
	margin-top:-10px;
	margin-left:30px;
}

a.small {
	line-height: 30px;
	padding: 3px 9px;
}

button.large {
	height: 50px;
	padding: 0px 10px;
}

a.large {
	line-height: 25px;
	padding: 17px 0px;
}

a.large.left,
a.large.right,
a.small.left,
a.small.right {
	padding-top: 0;
	padding-bottom: 0;
}

.small {
	font-size: 16px;
	padding: 4px 8px 0px 8px;/* Maybe get rid of this */
	line-height: 1.6em;
}

.large {
	font-size: 16px;
	height: 50px;/* Maybe get rid of this */
	line-height: 1.1em;
	padding: 0px 10px;/* Maybe get rid of this */
}

.orange {
	/*background: url(../images/button/orange-button-overlay.png) repeat-x
		#ff8000; */
	/* background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffa500),
		to(#ff8000) );
	background-image: -webkit-linear-gradient(top, #ffa500, #ff8000);
	background-image: -moz-linear-gradient(top, #ffa500, #ff8000);
	background-image: -ms-linear-gradient(top, #ffa500, #ff8000);
	background-image: -o-linear-gradient(top, #ffa500, #ff8000); */
}

.orange:hover {
	/*--------- Commented out to fix defect 237 ---------*/
	/*****************************************************
	background: url(images/button/orangeHover-button-overlay.png) repeat-x
		#ff5900;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff8000),
		to(#ff5900) );
	background-image: -webkit-linear-gradient(top, #ff8000, #ff5900);
	background-image: -moz-linear-gradient(top, #ff8000, #ff5900);
	background-image: -ms-linear-gradient(top, #ff8000, #ff5900);
	background-image: -o-linear-gradient(top, #ff8000, #ff5900);
	*****************************************************/
}

.grey {
	/*background: url(../images/button/grey-button-overlay.png) repeat-x #505050; */
	/* background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666666),
		to(#505050) );
	background-image: -webkit-linear-gradient(top, #666666, #505050);
	background-image: -moz-linear-gradient(top, #666666, #505050);
	background-image: -ms-linear-gradient(top, #666666, #505050);
	background-image: -o-linear-gradient(top, #666666, #505050); */
}

.grey:hover {
	background-color:#444444;
	/*background: url(images/button/greyHover-button-overlay.png) repeat-x
		#212121; */
	/* background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#444444),
		to(#212121) );
	background-image: -webkit-linear-gradient(top, #444444, #212121);
	background-image: -moz-linear-gradient(top, #444444, #212121);
	background-image: -ms-linear-gradient(top, #444444, #212121);
	background-image: -o-linear-gradient(top, #444444, #212121); */
}

.blue {
	/*background: url(../images/button/blue-button-overlay.png) repeat-x #0072A8; */
	/* background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0072A8),
		to(#005A84) );
	background-image: -webkit-linear-gradient(top, #0072A8, #005A84);
	background-image: -moz-linear-gradient(top, #0072A8, #005A84);
	background-image: -ms-linear-gradient(top, #0072A8, #005A84);
	background-image: -o-linear-gradient(top, #0072A8, #005A84); */
}

.blue:hover {
	/*background: url(../images/button/blueHover-button-overlay.png) repeat-x
		#00375E; */
	/* background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#005A84),
		to(#00375E) );
	background-image: -webkit-linear-gradient(top, #005A84, #00375E);
	background-image: -moz-linear-gradient(top, #005A84, #00375E);
	background-image: -ms-linear-gradient(top, #005A84, #00375E);
	background-image: -o-linear-gradient(top, #005A84, #00375E); */
}

/*------------------ BOXES & BARS ------------------*/
.basicBox {
	margin: 0px;
	padding: 10px;
	border: 1px solid #bababa;
}

.gradientBox {
	margin: 0px;
	padding: 10px;
	border: 1px solid #bababa;
	background-color: #ececec;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
		endColorstr='#ececec' );
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ffffff, endColorstr=#ececec)";
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff),
		to(#ececec) );
	background-image: -webkit-linear-gradient(top, #ffffff, #ececec);
	background-image: -moz-linear-gradient(top, #ffffff, #ececec);
	background-image: -ms-linear-gradient(top, #ffffff, #ececec);
	background-image: -o-linear-gradient(top, #ffffff, #ececec);
	background-image: linear-gradient(to bottom, #ffffff, #ececec);
}

.roundBox {
	margin: 0px;
	padding: 10px;
	border: 2px solid #cfcfcf;
	-moz-border-radius: 5px;
	/* -webkit-border-radius: 5px;
	border-radius: 5px; */
}

.roundBoxes {
	/* margin-bottom: -10px!important; */
	padding: 10px;
}
.roundGradBox {
	margin: 0px;
	padding: 10px;
	border: 1px solid #bababa;
	background-color: #ececec;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
		endColorstr='#ececec' );
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ffffff, endColorstr=#ececec)";
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff),
		to(#ececec) );
	background-image: -webkit-linear-gradient(top, #ffffff, #ececec);
	background-image: -moz-linear-gradient(top, #ffffff, #ececec);
	background-image: -ms-linear-gradient(top, #ffffff, #ececec);
	background-image: -o-linear-gradient(top, #ffffff, #ececec);
	background-image: linear-gradient(to bottom, #ffffff, #ececec);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.titleBar {
	margin: 0px;
	padding: 6px 10px 4px 10px;
	color: #505050;
	background-color: #ececec;
	font-size: 1em;
	font-weight: bold;
}

.titleGradBar {
	margin: 0px;
	padding: 6px 10px 4px 10px;
	color: #505050;
	border: 1px solid #bababa;
	background-color: #ececec;
	font-size: 1em;
	font-weight: bold;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
		endColorstr='#ececec' );
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ffffff, endColorstr=#ececec)";
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff),
		to(#ececec) );
	background-image: -webkit-linear-gradient(top, #ffffff, #ececec);
	background-image: -moz-linear-gradient(top, #ffffff, #ececec);
	background-image: -ms-linear-gradient(top, #ffffff, #ececec);
	background-image: -o-linear-gradient(top, #ffffff, #ececec);
	background-image: linear-gradient(to bottom, #ffffff, #ececec);
}

.titleGrad {
	background-color: #f7f7f7;
}
/* End styles from Creative */
#debugfooter {
	display: none;
}

|
/*

	Global
*****************/
html {
	display: block;
	margin: 0px;
	padding: 0px 0px 25px 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: #bababa url(../images/body-bg.jpg) repeat-x;
	color: #505050;
}

body {
	color: #505050;
	font: 95%/115% Arial, Helvetica, sans-serif;
	display: block;
	width: 970px;
	margin: 0px auto 40px auto;
	padding: 0px 0px 20px 0px;
	background-color: #ffffff;
}

form label {
	padding-right: 0px;
}

#wrapper {
	background: url(../images/bg-frame.png) repeat center center transparent;
	background: rgba(255, 255, 255, 0.3) none;
	/* all browsers supporting RGBa will use and ignore the above */
	border-color: rgba(255, 255, 255, 0.2);
	/* all browsers supporting RGBa will use and ignore the above */
	margin-top: 5px;
}

#page {
	background-color: #ffffff;
	margin-top: -5px;
}

#preferenceCenterWrapper {
	background: inherit;
	border-color: rgba(255, 255, 255, 0.9);
	/* all browsers supporting RGBa will use and ignore the above */
	height: 100%;
	position: absolute;
	width: inherit;
}

#preferenceCenterPage {
	background-color: rgba(255, 255, 255, 0.9) none;
	padding-top: 10px;
}

thead th {
	background: transparent;
	/*border-bottom: 1px solid #C0C1C2;*/
}

table tr td:first-child {
	border-left: none;
}

tbody tr:nth-child(2n) td,tbody tr.even td {
	background: none transparent;
}

.uppercase {
	text-transform: uppercase;
}

.bold_font {
	font-weight: bold;
}

.pad_right {
	margin-right: 10px;
}

.pad_left {
	margin-left: 10px;
}

.pad_none {
	margin: 0;
	padding: 0;
}

.stock_message {
	color: #00679f;
	float: right;
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 0;
	padding: 2px 0 0 10px;
	width: 40px;
}

.float-none {
	float: none;
}
/*

	Links
*****************/

/*

	Forms
*****************/
.onelineField input,dl dd input {
	min-height: 16px;
}

.onelineField input[type=text],.onelineField textarea,.onelineField select,.onelineLongField input[type=text],.onelineShortField input[type=text],.onelineTwoElements1 input[type=text],.onelineTwoElements1 select,.onelineTwoElements2 select,.onelineField input[type=password],dl dd input[type=text],dl dd textarea,dl dd select,dl dd input[type=password], .onelineLongFields input[type=text]
{
	/* -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	 */
	/* -moz-box-shadow: inset 3px 3px 4px #eee;
	-webkit-box-shadow: inset 3px 3px 4px #eee;
	box-shadow: inset 3px 3px 4px #eee; */
	margin-bottom: 10px;
	border: 1px solid #d0d0d0;
	padding: 5px !important;
}
.onelineSelect{
   /* width: 302px; */
   height: 28px;
   overflow: hidden;
   background: url('../images/Checkout_DropArrow.jpg') no-repeat right;
  /*  background: url('../images/arrow_down_white.png')no-repeat 283px #d0d0d0;
   -moz-box-shadow: inset 270px 0px 0px #fff; 
   box-shadow: inset 270px 0 0px #fff;*/
   border-bottom: 1px solid #d0d0d0;
   /* border-right: 1px solid #d0d0d0; */
   margin-bottom: 10px; 
  }
  
 .onelineSelect select{
    height: 28px;
    /*  width: 308px;
    margin-bottom: 10px; */
	border: 1px solid #d0d0d0;
	padding: 0 5px 5px 5px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance:none;
	appearance: none;
	background: transparent;
	text-overflow:'';
	text-indent: 0.01px;
 }
 .onelineSelect select::-ms-expand{
 display:none;
 }
 
.fyrQuestionsOnelineSelect {
	width: 402px;
	height: 138px;
	margin-bottom: -40px;
   	background: url('../images/Checkout_DropArrow.jpg') no-repeat right;
  	/*  background: url('../images/arrow_down_white.png')no-repeat 283px #d0d0d0;
  	 -	moz-box-shadow: inset 270px 0px 0px #fff; 
   	box-shadow: inset 270px 0 0px #fff;*/
}

.fyrQuestionsOnelineSelect select::-ms-expand {
	display: none;
}

 
.onelineField select,dl dd select {
	-moz-box-shadow: inset -3px -3px 4px #eee;
	-webkit-box-shadow: inset -3px -3px 4px #eee;
	box-shadow: inset -3px -3px 4px #eee;
}

.onelineField input[type=text],.onelineField input[type=password],.onelineField select
	{
	margin-right: 0px;
}

form dl dd input[type=text],form dl dd input[type=password],form dl dd select
	{
	margin-right: 5px;
}

.required {
	color: #666;
	padding-top: 0;
}

form span { /*color: #AC1607;*/
	
}

form label.large_text {
	font-size: 1.2em;
}

form .instruction {
	color: #aaaaaa;
	font-weight: 0.8em;
	padding-top: 10px;
}

.create_update_address_form dl {
	padding-top: 1px;
}

.create_update_address_form .text input[type="text"] {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 10px;
	-moz-box-shadow: inset 3px 3px 4px #eee;
	-webkit-box-shadow: inset 3px 3px 4px #EEE;
	box-shadow: inset 3px 3px 4px #EEE;
	border: 1px solid #BBB;
	padding: 3px !important;
	margin-right: 0px;
	margin-top: 0px;
	width: 260px;
	height: 16px;
	font: Arial, Helvetica, sans-serif !important;
	font-size: 13px !important;
}

.create_update_address_form .text1 input[type="text"] {
	border: 1px solid #cccccc;
	width: 280px;
	height: 22px;
	font: Arial;
	align: left;
	box-shadow:inset #e9e9e9;
	alpha :1;
	font-size: 13px !important;
	background:#ffffff;
	margin-bottom:13px;
	margin-top:1px;
}

.create_update_address_form .onelineField select {
	width: 268px;
	height: 26px;
	font-family: 'Lucida Grande', 'Lucida Sans', Arial,
		sans-serif !important;;
	font-size: 13px !important;
}

.create_update_address_form .onelineField1 select1 {
	border: 1px solid #cccccc;
	width: 280px;
	height: 26px;
	font-family: Arial-Italic !important;;
	font-size: 13px !important;
}

.create_update_address_form .onelineLabel {
	width: 144px;
}

.create_update_address_form .onelineLabel1 {
	font-size:14px;
	text-align:left;
	line-height:26px;
	color:#666666;
}

.create_update_address_form .onelineLabel label {
	color: #505050;
	font-weight: bold;
	width: 144px;
}

.create_update_address_form .dobleInput1,.dobleInput2 {
	float: left;
}

.create_update_address_form .dobleInput1 {
	width: 266px;
}

.create_update_address_form .dobleInput1 .onelineError {
	width: 270px !important;
}

.create_update_address_form .dobleInput2 {
	width: 160px;
}

.create_update_address_form .dobleInput2 .onelineError {
	width: 243px !important;
	height: 66px !important;
	margin-left: 17px !important;
}

.create_update_address_form .dobleInput2 input[type="text"] {
	width: 96px;
}

.create_update_address_form .dobleInput1 .onelineField select {
	width: 112px;
	margin-right: 0px;
	font-family: 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.create_update_address_form .dobleInput2 .onelineLabel {
	width: auto;
}

.create_update_address_form .dobleInput2 .onelineLabel label {
	width: auto;
	padding-left: 10px;
}

.span_button_container {
	display: block;
	clear: both;
}

.create_update_address_form button {
	float: right;
	margin-right: 106px;
	font-family: KnowledgeBold, Arial, sans-serif !important;
	font-size: 0.9em !important;
}
/*
	Buttons
*****************/
span.orange {
	color: #ff8000;
	font-weight: bold;
	background: transparent;
}

button.positive {
	background-image: url(../images/button/gradient-button-positive.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #cf7a01;
	text-shadow: 0 -1px 1px #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 0;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 1.0em;
}

button.positive:hover {
	background-color: #00679f;
}

a.positive,a.neutral,a.negative {
	text-align: center;
}

a.positive,a.positive:visited {
	background-image: url(../images/button/gradient-button-positive.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #cf7a01;
	text-shadow: 0 -1px 1px #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 0;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 1.1em;
	text-align: center;
}

a.positive:hover,a.positive:active {
	background-color: #00679f;
	text-decoration: none;
	cursor: pointer;
}

button.positive.xl,button.neutral.xl,button.form.xl {
	font-size: 1.1em;
	height: 41px;
	/* width: 195px;  can poss remove width - check cross browser*/
}

button.neutral {
	background-image: url(../images/button/gradient-button-neutral.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #2d95c8;
	text-shadow: 0 -1px 1px #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 0;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 1.1em;
}

button.neutral:hover {
	background-color: #00679f;
}

a.neutral,a.neutral:visited {
	background-image: url(../images/button/gradient-button-neutral.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #2d95c8;
	text-shadow: 0 -1px 1px #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 0;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 1.1em;
}

a.neutral:hover,a.neutral:active {
	background-color: #00679f;
	text-decoration: none;
	cursor: pointer;
}

button.form {
	background-image: url(../images/button/gradient-button-form.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #2d95c8;
	text-shadow: 0 -1px 1px #333;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 0;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 1em;
}

button.form:hover {
	background-color: #00679f;
}

input.xl {
	background-image: url(../images/button/gradient-input-xl.png);
	background-repeat: repeat-x;
	background-position: center top;
}

button.positive,button.neutral,button.form { /* IE ignores [class] */
	width: auto; /* cancel margin fix for other browsers */
	padding: 2px 5px;
	line-height: normal;
	font-weight: bold;
}

a.positive,a.neutral,a.form { /* IE ignores [class] */
	width: auto; /* cancel margin fix for other browsers */
	padding: 4px 8px 10px 8px;
	/*line-height: normal;*/
	line-height: 20px;
	display: block;
	float: left;
	height: 14px;
}

button img {
	/*float: left; not playing nicely with IE7, causing text to return line */
	margin-right: 5px;
	vertical-align: middle;
	width: 15px;
}

.store_finder button.search img {
	width: 18px;
}

a.positive img,a.neutral img,a.form img {
	float: left;
	/*not playing nicely with IE7, causing text to return line */
	margin-right: 5px;
}

button.search {
	text-align: center;
	padding: 0;
	margin: 0;
	border: 0;
	height: 26px;
}

button.search .search-icon {
	background: transparent url(../images/button/search-small.png) no-repeat
		center 0px;
	text-indent: 100px;
	display: inline-block;
	width: 19px;
	height: 20px;
	padding: 0 8px;
	overflow: hidden;
}

.store_finder #PostCode {
	height: 18px;
}

/*
	  TRPopup
*****************/

#TRPopup {
	margin: 25px;
	width: 740px;
}

#TRPopup .westLawNextPopupTitle {
	padding-bottom: 30px;
	padding-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #d0d0d0;
}

#TRPopup .westLawNextPopupTitle #westLawNextTitle {
	font-family: KnowledgeLight;
	font-size: 40px;
	color: #333333;
}

#TRPopup .relatedDocPopupTitle {
	padding-bottom: 25px;
	padding-top: 15px;
	margin-bottom: 25px;
	border-bottom: 1px solid #d0d0d0;
}
.RelatedDocPopup ul li a{
	font: 14px arial;
	font-weight: bold;
	line-height: 18px;
}
.RelatedDocPopup ul li{
	font: 14px arial;
	color: #666666;
	margin-bottom: 10px;
}
#TRPopup .relatedDocPopupTitle #relatedDocTitle {
	font-family: KnowledgeLight;
	font-size: 40px;
	color: #333333;
}

.priceItAttorneysRight #attorneys {
	width: 40px;
}




#TRPopup1 {
	margin: 25px;
	margin-left:20px;
	width: 740px!important;
	
}

#TRPopup.certificationPopup {
	width: 820px;
}

#TRPopup.findYourRepPopup{
	width: 740px;
}


#TRPopup.priceItPopup {
	width: 670px;
}
#TRPopup.RelatedDocPopup {
	width: 700px;
}

#TRPopup.promoCodePopup {
	width: 640px;
}


#popupOrgType {
	margin-top: 10px;
	width: 100%;
	float: left;
}

#popupConcurrentUser {
	margin-top: 10px;
	width: 100%;
	float: left;
}

#popupNetworkUsers {
	margin-top: 10px;
	width: 100%;
	float: left;
}

#popupAttorneys {
	margin-top: 10px;
	width: 100%;
	float: left;
}

#popupProDocSubscriber {
	margin-top: 10px;
	width: 100%;
	float: left;
	/*   text-align: right; */
}

#popupStandAloneUsers {
	margin-top: 10px;
	width: 100%;
	float: left;
}

#popupConcurrentUserQuestion {
	width: 50%;
	float: left;
	padding-top: 13px;
	/*   text-align: right; */
}

#popupPriceItGlobalText {
	width: 100%;
	float: left;
	text-align: left;
	margin-top: 30px;
}

.priceItPopupLeft {
	width: 45%;
	float: left;
}

.priceItAttorneysLeft {
	width: 65%;
	float: left;
}

.priceItAttorneysLeft label {
	font-weight: bold;
}

.priceItPopupLeft label {
	font-weight: bold;
	/*   float: right; */
}

.priceItPopupRight {
	width: 55%;
	float: left;
}

.priceItAttorneysRight {
	width: 35%;
	float: left;
}

.priceItPopupRight select {
	margin-left: 10px;
	margin-top: 0px;
}

.priceItPopupRight input {
	margin-left: 10px;
	margin-top: 0px;
	width: 50px;
}

#popupPriceItButton {
	width: 100%;
	float: right;
	margin-top: 30px;
}

.priceItOrange {
	color: #FFA200;
	font-style: bold;
}

.priceItAgreement {
	width: 100%;
	background: #EEE;
}

.priceItAgreementText {
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
}

.priceItAgreement .productDetail-subtitle {
	padding-top: 10px;
	margin-left: 10px;
}

.purchasing_option_container .priceItPopupFancy{
	font: 14px arial;
	font-weight: bold;
	color: #0072a8;
}
.purchasing_option_container .priceItPopupFancy:hover{
    color: #005885!important;
 }	

.radioButtonMonths {
	width: 100%;
	float: left;
	background: #EEE;
	margin-top: 10px;
}

.radioButtonMonthsButton {
	width: 30%;
	float: right;
}

.radioButtonMonthsItems {
	width: 70%;
	float: left;
}

.radioButtonMonthsItems label {
	font-weight: bold;
}

.radioButtonMonthsTitle {
	width: 100%;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	font-weight: bold;
}

.radioButtonMonthsTitle label {
	font-weight: bold;
}

.radioButtonMonth {
	margin-left: 5px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
}

.radioButtonMonth .radio {
	margin-left: 10px;
	width: auto;
}

/*	FindYourRep
*****************/
#TRPopup1.findYourRepPopup {
	margin-left: 20px;	
    
}

.fyr_org_select .fyr_question {
	float: left;
	vertical-align: middle;
}

.fyr_org_select form {
	vertical-align: middle;
}

.fancybox-wrap .fyr_org_select .fyr_question .findYourRepQuestionText,
.fyr_org_select .fyr_question #orgType {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: transparent;
	text-overflow:'';
	text-indent: 0.01px;
}

.fyr_org_select #continue {
	margin: 0 0 20px 0;
	clear: both;
	
}

.fyr_org_select .reference_links {
	float: left;
	padding-left: 0px;
	clear: both;
}

.nested {
	
	margin-left: 2em;
	
}
.nested:last-child {
	
	margin-bottom: 2em;
}

.findYourRepPopupLeft {
	width: 50%;
	float: left;
}

.findYourRepPopupRight {
	width: 50%;
	float: left;
}

.fyrImage {	
	width: 100px;
}

.fyrRepDescription {
	margin-top: 4px;
	width: 100%;
}

.fyrRepName {
	margin-top: 15px;
	width: 100%;
}

.fyrTitle {
	margin-top: 4px;
	padding: 0px;
	width: 100%;
}

.fyrPhone {
	margin-top: 4px;
	padding: 0px;
	width: 100%;
}

.fyrEmailLink {
	margin-top: 4px;
	width: 100%;
}

.fyrNeedToContact {
	margin-top: 30px;
}

.fyrSearchAgain {
	clear: both;
	margin-top: 20px;
}

#TRPopup .oneRow {
	width: 100%;
	float: left;
}

#TRPopup1 .oneRow {
	width: 100%;
	float: left;
}

#TRPopup .strong {
	font-weight: bold;
	padding-top: 25px;
	padding-left: 0px;
	margin-bottom: 20px;
}

#TRPopup1 .strong {
	font-weight: bold;
	padding-top: 10px;
	padding-left: 0px;
}
#TRPopup .strong span {
	display: inline-block;
	position: relative;
}

#TRPopup .strong label {
	font-weight: bold;
}

.certificationBody .messageInput .span-17 label {
	font-family: Arial;
	color: #666666;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}


#TRPopup .strong input {
	margin: 0 5px;
}

#TRPopup .strongTab {
	font-weight: bold;
	padding-left: 20px;
	width: 680px;
}

#TRPopup #name {
	color: #444444;
	font-size: 32px;
	background: #fff;
	font-family: KnowledgeBold;
	line-height: 36px;
	margin-top: 2px;
	margin-bottom: 4px;
	background: none;
	padding-top: 15px;
	padding-bottom: 15px;
}

#TRPopup #message {
	padding-left: 0px;
	font-size: 16px;
	color: #444444;
	line-height: 20px;
}

.messageInput label strong {
	color: #666666;
	font-family: Arial;
	font-size: 16px;
	line-height: 20px;
}

#messageFinal label {
	font-size: 14px;
	color: #666666;
	line-height: 18px;
}

#TRPopup .messageInput,#messageFinal,.messageTab,#messageItalics,.messageError,#messageErrorFinal
	{
	padding-left: 0px;
	font-size: 12px;
}

#TRPopup .content {
	padding-left: 0px;
	margin-top: 5px;
}

#TRPopup .content p {
	font-size: 14px;
	line-height: 18px;
	font-family: Arial;
	color: #666666;
}

#TRPopup #certificationStep1 {
	margin-top: -5px;
}

#TRPopup #certificationStep1 .certificationBody {
	padding-top: 1px;
	padding-left: 18px;
}


#TRPopup .messageInput,#messageFinal {
	margin-top: 8px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#TRPopup .messageInput div {
	float: left;
}

.span-17 .content {
	font-family: Arial;
	font-size: 14px;
	line-height: 18px;
}

#TRPopup #messageFinal {
	float: right;
	font-weight: bold;
	margin-top: 25px;
}

#TRPopup .normal {
	font-weight: normal;
}

#TRPopup .messageTab {
	margin-left: 40px;
	padding-bottom: 10px;
}

#TRPopup #messageItalics {
	font-style: italic;
	margin-left: 20px;
}

#TRPopup .messageError,#messageErrorFinal{
	color: #990000;
	display: none;
	font-weight: normal;
}

#TRPopup .messageError p {
	color: #990000;
}

#TRPopup #messageErrorFinal {
	clear: right;
	float: right;
	margin-top: -5px;
	margin-bottom:-30px;
}

#TRPopup .messageError {
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: -15px;
}

#TRPopup .messageError img {
	height: 20px;
	top: 5px;
	margin-left: 17px;
}

#TRPopup .certificationBodyMonthly .messageError {
	font-style: italic;
	color: #DC0A0A;
	font-weight: bold;
	margin-top:-11px;
	margin-bottom: -4px;
	margin-left: 22px;
}


#TRPopup #messageErrorFinal img {
	height: 20px;
	top: 5px;
}

#TRPopup .messageError span {
	background-image: url(../images/overlay_tr_sprite.png);
	height: 20px;
	background-position: -632px 160px;
	top: 5px;
}

#TRPopup #messageFootnote {
	font-style: italic;
	font-size: 12px;
	float: left;
	padding-left: 0px;
	position: relative;
	top: 35px;
}

#TRPopup .contentTab {
	clear: both;
	margin-top: 10px;
	margin-left: 40px;
	display: inline-block;
}

#TRPopup .contentTab .content {
	width: 730px;
}

#TRPopup .free {
	color: #ff8000;
	font-weight: bold;
	background: #fff;
	position: relative;
	float: right;
	top: -20px;
	background: none;
}

#TRPopup .popupTitle {
	padding-bottom: 22px;
	border-bottom: 1px solid #d0d0d0;
	height: 25px;
	padding-top: 15px;
}

#TRPopup .popupTitle #title {
	color: #333333;
	font-size: 40px;
	background: #fff;
	font-family: KnowledgeLight;
	background: none;
}

#TRPopup .popupTitle #shareitPopupTitle {
	font-family: KnowledgeLight;
	font-size: 32px;
	color: #333333;
	font-style: normal;
	line-height: 18px;
	letter-spacing: 0em;
	opacity: 1;
	effect: none;
	text-align: left;
}

#TRPopup1 .popupTitle {
	padding-bottom: 35px;
	border-bottom: 1px solid #d0d0d0;
	height: 25px;
}
#TRPopup1 .popupTitle #title {
	color: #333333;
	font-size: 40px;
	font-family: KnowledgeLight;
	background: none;
	margin-top: 15px;
}

#TRPopup .popupProductName #productName {
	color: #ff8000;
	font-size: 14px;
	background: #fff;
	font-weight: bold;
	background: none;
	margin-top: 6px;
}

#TRPopup .secure {
	float: right;
}

#TRPopup .popupTitle #secure {
	text-transform: uppercase;
	color: #505050;
	font-size: 12px;
	background: #fff;
	font-weight: bold;
	position: relative;
	top: 5px;
	background: none;
}

#TRPopup .certificationText {
	font-size: 16px;
	color: #444444;
	line-height: 20px;
}

#TRPopup .certificationButtons {
	padding-top: 25px;
	clear: both;
}

#TRPopup .userFormTable {
	margin-bottom: 25px;
}

#TRPopup #popupAddUsersButton {
	margin-top: -23px;
	padding-top: 23px;
}

#TRPopup .userInfo {
	border-bottom: 2px solid #CDCDCD;
}

#TRPopup .userInfo table td {
	border: none;
	padding: 0;
}

#TRPopup .middleInitial {
	width: 70px;
	height: 25px;
	font-size: 14px;
	margin-left: 10px;
}

#TRPopup .fieldLabel {
	margin-right: 4px;
	font-familty: Arial;
	color: #666666;
	line-height: 18px;
	font-size: 14px;
	font-weight: normal;
	margin-top: 21px;
	margin-bottom: 5px;
}

#TRPopup .labelColumn {
	width: 97px;
}

#TRPopup .miLabelColumn {
	width: 80px;
}

#TRPopup .fieldColumn {
	width: 220px;
}

#TRPopup .miFieldColumn {
	width: 50px;
}

#TRPopup .fieldInput {
	width: 300px;
	height: 25px;
	font-size: 14px;
}

#TRPopup #additionalUser {
	font-weight: bold;
	padding-top: 22px;
	padding-left: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
}

#TRPopup #additionalPasswords {
	font-weight: bold;
	padding-top: 22px;
	padding-left: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
}


#TRPopup .fieldMessageError {
	padding-left: 4px;
}

#messageErrorFirstName0 {
	overflow: visible;
	margin-left: -150px;
}

#TRPopup .forceScrollBars {
	max-height:300px;
	overflow: auto;
}

.priceIt.page.requiredFieldNote {
	font-size: .8em;
}

#primaryUserContainer {
	margin-top: -20px;
}

#messageErrorOrganization img {
	padding-bottom: 13px;
}

/*
	Header
*****************/
#siteHeader ul.nav {
	margin: 0;
}

#siteHeader ul.nav li {
	color: #666666;
	border-left: 1px solid #999999;
}

#siteHeader ul.nav li.logged_in {
	color: #00679f;
}

#siteHeader ul.nav li a {
	color: #666666;
}

#siteHeader ul.language {
	color: #666666;
	margin: 10px 0 16px 0;
}

#siteHeader ul.language li img {
	position: relative;
	left: 0;
	top: 0;
}

#siteHeader ul.language li:first-child {
	border-left: 0 none;
}

#siteHeader ul.language li:last-child {
	margin-right: 0;
	padding-right: 0;
}

#siteHeader ul.language li {
	border-left: 2px solid #666666;
}

#siteHeader ul.language li a {
	color: #666666;
}

#siteHeader ul.language li a:hover {
	text-decoration: none;
}

#siteHeader ul.language li a.dropdown {
	background: url(../images/button/bg-gradient.png) repeat-x center top
		#358db8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-right: 0;
}

#siteHeader .message {
	float: right;
	margin-top:31px;
	font-size: 12px;
	font-family: knowledgeRegular;
	color: #999999;
	text-align: left;
	line-height: 14.4px;
	effect: none;
	text-transform: uppercase;
	font-style: italic;
	margin-right:10px;
}

.content img{
	margin-left:7px;
}

#siteHeader .description {
	margin-top: 95px;
	width: auto !important;
	font-style: italic;
	font-size: 0.875em;
	margin-bottom: 5px;
}

#siteHeader .description,#logo,#promoImage {
	margin-left: 12px;
}

#promoImage {
	height: 75px;
}

#siteHeader .advancedSearchLink {
	margin-top: -20px;
	display: none;
}

a.dropdown span {
	background: url(../images/button-arrow-small.png) center center
		no-repeat scroll;
}

#cart_header {
	color: #ffffff;
	margin-left: 15px;
	width: 180px;
}

#cart_header h2 {
	text-align: left;
	font-size: 1em;
	color: #ffffff;
	margin-left: 8px;
}

#cart_content {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding: 7px 0px 4px 7px;
	overflow: auto;
	margin-top: -10px;
	margin-left: -32px
}

#cart_content img {
	float: left;
	margin-left: 10px;
	margin-top: 19px;
}

#cart_header dl {
	/*background: url(../images/icon-your-cart.png) no-repeat 15px 2px transparent;*/
	padding-top: 2px;
	min-height: 15px;
	float: left;
}

#cart_header dl dd {
	color: #CF7A01;
}

#cart_header ul {
	background: url(../images/bg-gradient-header-cart-button-active.png)
		repeat-x center top #cf7a01;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}

#cart_header ul li {
	background: url(../images/bg-gradient-header-cart.png) repeat-x center
		-24px #333333;
	text-shadow: none;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}

#cart_header ul li p {
	text-shadow: 0 -1px 1px #666;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.9em;
}

#cart_header ul li a {
	display: block;
	padding: 7px 20px;
	color: #ffffff;
	white-space: nowrap;
}

#cart_header ul li:first-child {
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
}

#cart_header ul li:first-child a:hover {
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
}

#cart_header ul li a:hover {
	background: url(../images/bg-gradient-header-cart-button-active.png)
		repeat-x center top #00679f;
	text-decoration: none;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}

#cart_header ul li.active {
	background: url(../images/bg-gradient-header-cart-button-active.png)
		repeat-x center top #cf7a01;
	text-decoration: none;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}

#userHeader {
	height: 47px; /* equals gradientBox height in browser */
	line-height: 30px;
	vertical-align: middle;
}

#userHeader>* {
	border-left: 0;
	border-right: 0;
	border-top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	min-width: 970px; /* as page width (for small resolutions) */
}

#userHeader>*>* {
	font-size: 0.8em;
	margin: 0 auto;
	padding: 0;
	width: 970px;
}

#userHeader>*>* * {
	font-size: 1em;
	line-height: inherit;
	padding: 0;
	vertical-align: inherit;
}

#userHeader strong {
	font-weight: bold;
}

#userHeader img {
	vertical-align: text-bottom;
}

#userHeader .welcomeMessage {
	float: left;
	position: relative;
	z-index: 1;
}

#userHeader .promoMessage {
	float: left;
	position: relative;
	z-index: 1;
	padding-right: 5px;
}

#userHeader .links {
	float: right;
	position: relative;
	z-index: 1;
	margin-top: 9px;
	margin-right: 6px;
}

#userHeader .links>div {
	padding-left: 20px;
	display: inline;
}

#searchComponent {
		/* background: #FF8000; for non-css3 browsers
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFB500',
		endColorstr='#FF8000' ); for IE
	background: -webkit-gradient(linear, left top, left bottom, from(#FFB500),
		to(#FF8000) ); for webkit browsers
	background: -moz-linear-gradient(top, #FFB500, #FF8000);
	for firefox 3.6+ */
	border-radius: 4px 0px 0px 4px;
	float: right;
	/* margin: 0px 0px 5px 5px;
	padding: 8px 10px; */
	vertical-align: middle;
	margin-right: 25px;
    margin-top: 22px;
}

#searchComponent * {
	/* Override stupid global styling we have on form elements. */
	float: none;
	margin: 0 4px;
	padding: 0;
	padding-left: 5px;
	vertical-align: inherit;
}

#searchComponent label {
	color: #FFFFFF;
	font-size: 1.25em;
	font-weight: normal;
	font-family: 'KnowledgeBold';
}

#searchComponent .searchInput {
	border: medium none;
	border-radius: 4px;
	box-shadow: 0 0 5px #505050 inset;
	color: #505050;
	font-weight: bold;
	height: 25px;
	width: 275px;
	padding-left: 5px;
}

#searchComponent #selectCategory {
	background: url("../images/bg-gradient-select.png") repeat-x scroll
		center bottom #FFFFFF;
	border: 1px solid #999999;
	border-radius: 4px;
	color: black;
	bottom: 0; /* reset global rule */
}

#searchComponent .go {
	/* border-radius: 4px;
	box-shadow: 0px 0px 4px #505050;
	cursor: pointer;
	background: #bababa; for non-css3 browsers */
	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',
		endColorstr='#FFFFFF' ); For IE  */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF),
		to(#FFFFFF) ); /* for webkit browsers */
	background: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	/* for firefox 3.6+ */
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	margin-left: -9px;
	height: 32px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 7px;
	padding-left: 7px;
}

#searchComponent .go:hover {
	background: #ff8000; for non-css3 browsers
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8000',
		endColorstr='#ff8000' ); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ff8000),
		to(#ff8000) ); /* for webkit browsers */
	background: -moz-linear-gradient(top, #ff8000, #ff8000);
	/* for firefox 3.6+ */
	
}

#searchComponent .go:active {
	position: relative;
	top: 1px;
}

.advancedSearchLink {
	font-weight: bold;
	float: right;
	font-size: .8em;
	margin-right: 10px;
}

input.text {
	border: none;
	height: 25px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin: -1px 5px 0px 5px;
	padding-left: 5px;
	width: 290px;
	background: white;
	font-weight: bold;
	float: none;
	vertical-align: middle;
	color: #505050;
	box-shadow: inset 0 0 5px #505050;
	-moz-box-shadow: inset 0 0 5px #505050;
	-webkit-box-shadow: inset 0 0 5px #505050;
}

select {
	position: relative;
	bottom: 0px;
}

#logo {
	float: left;
	margin-top: 32px;
	margin-left: -20px;
	font-weight: bold;
}

.verticalLine{
	height:30px;
	border-left:1px solid #cfcfcf;
	float:left;
	margin-top:24px;
	margin-left:-45px;
}

#logo a {
	color: #ff8000;
}

#logo a:hover {
	text-decoration: none;
}

#logo .content {
	margin: 0;
	padding: 0;
	font-family: KnowledgeRegular;
	font-size: 15px;
	color:#ff8000;
	Text-align:left;
	Line-Height:14px;
	Effect:none;
	text-transform: uppercase !important;
	font-weight: normal;
}

}
#logo .description {
	font-size: .8em;
}

.currentDiv {
	background: url(../images/current-slider.png) no-repeat center center
		!important;
	background-size: 100% 100%;
	position: relative;
	left: -48px !important;
	padding: 15px 0 0 60px !important;
	top: 0;
}

/*
	  Menu
*****************/
#menu {
	height: 45px;
	border-bottom: 5px solid #FF8000;
	margin: 5px 0;
	padding: 0;
	position: relative;
	background: #666666;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#BABABA),
		to(#666666) );
	background-image: -webkit-linear-gradient(top, #BABABA, #666666);
	background-image: -moz-linear-gradient(top, #BABABA, #666666);
	background-image: -ms-linear-gradient(top, #BABABA, #666666);
	background-image: -o-linear-gradient(top, #BABABA, #666666);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#BABABA",
		endColorStr="#666666" );
}

#navlist {
	padding-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#navlist li {
	list-style: none;
	height: 20px;
	line-height: 20px;
	padding: 0px 17px 0px 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
}

#menu .tab,.tab {
	display: block;
	float: right;
	height: 45px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-family: 'KnowledgeBold', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 45px;
	color: white;
	text-transform: uppercase;
	cursor: pointer;
	position: absolute;
}

.tabShopProduct {
	width: 116px;
	left: 0px;
}

.tabWestLawNext {
	left: 142px;
	width: 144px;
}

.tabProductivitySolutions {
	left: 310px;
	width: 229px;
}

.tabByJurisdiction {
	left: 564px;
	width: 187px;
}

.tabByPractice {
	left: 775px;
	width: 170px;
}

.tabByNewItem {
	width: 168px;
	left: 878px;
}

.tab img {
	position: relative;
	bottom: 2px;
	left: 10px;
}

.tabShopProduct,.tabWestLawNext,.tabProductivitySolutions,.tabByJurisdiction,.tabByPractice
	{
	border-right: 1px solid #BABABA;
}

#menu .rollover,.rollover {
	float: right;
	font-family: 'KnowledgeBold', Arial, Helvetica, sans-serif;
	height: 45px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	line-height: 45px;
	color: #ff8000;
	text-transform: uppercase;
	cursor: pointer;
	position: absolute;
	z-index: 20;
	background: #fff;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ececec),
		to(#fff) );
	background-image: -webkit-linear-gradient(top, #ececec, #fff);
	background-image: -moz-linear-gradient(top, #ececec, #fff);
	background-image: -ms-linear-gradient(top, #ececec, #fff);
	background-image: -o-linear-gradient(top, #ececec, #fff);
}

#menu .tab:hover {
	color: #ff8000;
	font-size: 16px;
	background: #fff;
	z-index: 1001;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ececec),
		to(#fff) );
	background-image: -webkit-linear-gradient(top, #ececec, #fff);
	background-image: -moz-linear-gradient(top, #ececec, #fff);
	background-image: -ms-linear-gradient(top, #ececec, #fff);
	background-image: -o-linear-gradient(top, #ececec, #fff);
}

#ShopProductsBarComponentMenu .column {
	display: inline;
	width: 242px;
	float: left;
	text-align: left;
	padding-left: 0px;
	margin-right: 0px;
	z-index: 90;
}

#ShopProductsBarComponentMenu .columnRight {
	display: inline;
	float: left;
	text-align: left;
	margin-right: 0px;
	width: 239px;
	height: 240px;
	margin: 20px 0px;
	padding-left: 0px;
	border-left: 1px solid #BABABA;
}

#ShopProductsBarComponentMenu a {
	text-decoration: none;
}

#ShopProductsBarComponentMenu li.titleColumn,#ShopProductsBarComponentMenu li.title,#ShopProductsBarComponentMenu li.title a,#ShopProductsBarComponentMenu a li.title
	{
	font-family: 'KnowledgeBold', Arial, Helvetica, sans-serif;
	color: #ff8000;
	font-size: 16px;
	text-transform: initial;
	padding: 0px 0px 0px 20px;
	text-decoration: none;
	list-style: none;
}

#ShopProductsBarComponentMenu li.title {
	cursor: default;
	width: 227px;
}

#ShopProductsBarComponentMenu li.titleColumn {
	cursor: default;
	width: 220px;
	margin-top: -10px;
	text-transform: uppercase;
}

#tabProductivitySolutionsMenu li.title a {
	padding: 0px 0px 0px 0px;
	color: #ff8000;
	text-decoration: none;
	list-style: none;
	width: 220px;
}

#ShopProductsBarComponentMenu li.top {
	margin-top: 10px;
}

#ShopProductsBarComponentMenu li.top2 {
	margin-top: 10px;
}

#ShopProductsBarComponentMenu li.title a {
	padding: 0px 0px 0px 0px;
	color: #ff8000;
	text-decoration: none;
	list-style: none;
	width: 220px;
}

#ShopProductsBarComponentMenu li {
	list-style: none;
	width: 240px;
	height: 20px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
}

#ShopProductsBarComponenttMenu li a,#ShopProductsBarComponentMenu a li {
	padding: 0px 0px 0px 20px;
	text-decoration: none;
	color: #505050;
	list-style: none;
	width: 240px;
	z-index: 21;
	text-decoration: none;
}

#ShopProductsBarComponentMenu .link {
	list-style: none;
	width: 220px;
	height: 20px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-transform: none;
}

#ShopProductsBarComponentMenu li.link:hover,#ShopProductsBarComponentMenu li.title.link:hover,#ShopProductsBarComponentMenu li.title:hover,#ShopProductsBarComponentMenu li a:hover,#ShopProductsBarComponentMenu li.link:hover>a,#ShopProductsBarComponentMenu .capped:hover
	{
	background: #ececec;
	color: #ff8000;
	cursor: pointer;
	text-decoration: none;
	list-style: none;
	width: 220px;
}

#ShopProductsBarComponentMenu .more {
	font-weight: bold;
}

#ShopProductsBarComponentMenu .capped {
	font-family: 'KnowledgeBold', Arial, Helvetica, sans-serif;
	color: #ff8000;
	font-size: 16px;
	/* 	margin-top: 10px; */
	padding: 0px 0px 0px 20px;
	text-decoration: none;
	text-transform: initial;
	list-style: none;
}

#ShopProductsBarComponentMenu {
	width: 520px;
	margin: 30px auto;
	background: white;
	border-right: 1px solid #BABABA;
	border-bottom: 1px solid #BABABA;
	border-left: 1px solid #BABABA;
	-moz-box-shadow: 0px 4px 6px #bababa;
	-webkit-box-shadow: 0px 4px 6px #bababa;
	box-shadow: 0px 4px 6px #bababa;
	/* For IE 8 */
	-ms-filter:
		"progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=0, Color='#bababa')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=0,
		Color='#bababa' );
	display: none;
	display: none;
	z-index: 20;
	/* 	position: absolute; */
	/* 	left: 0px; */
	/*  	top: 115px; */
}

#ShopWestLawNextBarComponentMenu .column {
	display: inline;
	width: 242px;
	float: left;
	text-align: left;
	padding-left: 0px;
	margin-right: 0px;
}

#ShopWestLawNextBarComponentMenu li.top {
	margin-top: 10px;
}

#ShopWestLawNextBarComponentMenu li a,#ShopWestLawNextBarComponentMenu a li
	{
	padding: 0px 0px 0px 20px;
	text-decoration: none;
	color: #505050;
	list-style: none;
	width: 220px;
	z-index: 21;
	text-decoration: none;
}

#ShopWestLawNextBarComponentMenu .link {
	list-style: none;
	width: 240px;
	height: 20px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-transform: none;
	padding-left: 20px;
}

#ShopWestLawNextBarComponentMenu li.link:hover,#ShopWestLawNextBarComponentMenu li a:hover,#ShopWestLawNextBarComponentMenu li.link:hover>a
	{
	background: #ececec;
	color: #ff8000;
	cursor: pointer;
	text-decoration: none;
	list-style: none;
	width: 220px;
}

#ShopWestLawNextBarComponentMenu {
	width: 958px;
	margin: 29px auto;
	background: #fff;
	border-right: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
	border-left: 1px solid #bababa;
	-moz-box-shadow: 0px 4px 6px #bababa;
	-webkit-box-shadow: 0px 4px 6px #bababa;
	box-shadow: 0px 4px 6px #bababa;
	/* For IE 8 */
	-ms-filter:
		"progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=0, Color='#bababa')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=0,
		Color='#bababa' );
	width: 241px;
	display: none;
	z-index: 20;
	position: absolute;
	/* 	right: 641px; */
	/* 	top: 150px; */
}

#ShopProductivitySolutionsBarComponentMenu .column {
	display: inline;
	width: 242px;
	float: left;
	text-align: left;
	padding-left: 0px;
	margin-right: 0px;
	z-index: 90;
}

#ShopProductivitySolutionsBarComponentMenu .columnRight {
	display: inline;
	float: left;
	text-align: left;
	margin-right: 0px;
	width: 239px;
	height: 240px;
	margin: 20px 0px;
	padding-left: 0px;
	border-left: 1px solid #BABABA;
}

#ShopProductivitySolutionsBarComponentMenu a {
	text-decoration: none;
}

#ShopProductivitySolutionsBarComponentMenu li.titleColumn,#ShopProductivitySolutionsBarComponentMenu li.title,#ShopProductivitySolutionsBarComponentMenu li.title a,#ShopProductivitySolutionsBarComponentMenu a li.title
	{
	font-family: 'KnowledgeBold', Arial, Helvetica, sans-serif;
	color: #ff8000;
	font-size: 16px;
	text-transform: initial;
	padding: 0px 0px 0px 20px;
	text-decoration: none;
	list-style: none;
}

#ShopProductivitySolutionsBarComponentMenu li.title {
	cursor: default;
	width: 220px;
}

#ShopProductivitySolutionsBarComponentMenu li.titleColumn {
	cursor: default;
	width: 220px;
	margin-top: -10px;
	text-transform: uppercase;
}

#tabShopProductMenu li.title a {
	padding: 0px 0px 0px 0px;
	color: #ff8000;
	text-decoration: none;
	list-style: none;
	width: 220px;
}

#ShopProductivitySolutionsBarComponentMenu li.top {
	margin-top: 10px;
}

#ShopProductivitySolutionsBarComponentMenu li.top2 {
	margin-top: 10px;
}

#ShopProductivitySolutionsBarComponentMenu li.title a {
	padding: 0px 0px 0px 0px;
	color: #ff8000;
	text-decoration: none;
	list-style: none;
	width: 220px;
}

#ShopProductivitySolutionsBarComponentMenu li {
	list-style: none;
	width: 240px;
	height: 20px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
}

#ShopProductivitySolutionsBarComponentMenu li a,#ShopProductivitySolutionsBarComponentMenu a li
	{
	padding: 0px 0px 0px 20px;
	text-decoration: none;
	color: #505050;
	list-style: none;
	width: 220px;
	z-index: 21;
	text-decoration: none;
}

#ShopProductivitySolutionsBarComponentMenu .link {
	list-style: none;
	width: 220px;
	height: auto;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-transform: none;
}

#ShopProductivitySolutionsBarComponentMenu li.link:hover,#ShopProductivitySolutionsBarComponentMenu li.title.link:hover,#ShopProductivitySolutionsBarComponentMenu li.title:hover,#ShopProductivitySolutionsBarComponentMenu li a:hover,#ShopProductivitySolutionsBarComponentMenu li.link:hover>a,#ShopProductivitySolutionsBarComponentMenu .capped:hover
	{
	background: #ececec;
	color: #ff8000;
	cursor: pointer;
	text-decoration: none;
	list-style: none;
	width: 220px;
}

#ShopProductivitySolutionsBarComponentMenu .more {
	font-weight: bold;
}

#ShopProductivitySolutionsBarComponentMenu .capped {
	font-family: 'KnowledgeBold', Arial, Helvetica, sans-serif;
	color: #ff8000;
	font-size: 16px;
	/* 	margin-top: 10px; */
	padding: 0px 0px 0px 20px;
	text-decoration: none;
	text-transform: initial;
	list-style: none;
}

#ShopProductivitySolutionsBarComponentMenu {
	width: 520px;
	margin: 30px auto;
	background: white;
	border-right: 1px solid #BABABA;
	border-bottom: 1px solid #BABABA;
	border-left: 1px solid #BABABA;
	-moz-box-shadow: 0px 4px 6px #bababa;
	-webkit-box-shadow: 0px 4px 6px #bababa;
	box-shadow: 0px 4px 6px #bababa;
	/* For IE 8 */
	-ms-filter:
		"progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=0, Color='#bababa')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=0,
		Color='#bababa' );
	display: none;
	display: none;
	z-index: 20;
	/* 	position: absolute; */
	/* 	left: 0px; */
	/*  	top: 115px; */
}

#ShopByJuridictionBarComponentMenu a {
	text-decoration: none;
}

#ShopByJuridictionBarComponentMenu .column {
	display: inline;
	width: 242px;
	float: left;
	text-align: left;
	padding-left: 0px;
	margin-right: 0px;
}

#ShopByJuridictionBarComponentMenu .columnRight {
	display: inline;
	float: left;
	text-align: left;
	margin: 20px 0px;
	width: 239px;
	padding-left: 0px;
	border-left: 1px solid #BABABA;
	height: 350px;
}

#ShopByJuridictionBarComponentMenu li a,#ShopByJuridictionBarComponentMenu a li
	{
	padding: 0px 0px 0px 20px;
	text-decoration: none;
	color: #505050;
	list-style: none;
	width: 220px;
	z-index: 21;
}

#ShopByJuridictionBarComponentMenu li.titleColumn {
	font-family: 'KnowledgeBold', Arial, Helvetica, sans-serif;
	color: #ff8000;
	font-size: 16px;
	text-transform: initial;
	margin-top: 10px;
	padding: 0px 0px 0px 20px;
	text-decoration: none;
	list-style: none;
}

#ShopByJuridictionBarComponentMenu li.title,#ShopByJuridictionBarComponentMenu li.title a,#ShopByJuridictionBarComponentMenu li a:hover,#ShopByJuridictionBarComponentMenu li.link:hover>a,#ShopByJuridictionBarComponentMenu a li.title
	{
	font-family: 'KnowledgeBold', Arial, Helvetica, sans-serif;
	color: #ff8000;
	font-size: 16px;
	text-transform: initial;
	padding: 0px 0px 0px 20px;
	text-decoration: none;
	list-style: none;
}

#ShopByJuridictionBarComponentMenu li.title {
	cursor: default;
	width: 220px;
}

#ShopByJuridictionBarComponentMenu li.top {
	margin-top: 10px;
}

#ShopByJuridictionBarComponentMenu li.top2 {
	margin-top: 10px;
}

#ShopByJuridictionBarComponentMenu li.titleColumn {
	cursor: default;
	width: 220px;
	text-transform: uppercase;
}

#ShopByJuridictionBarComponentMenu .link {
	list-style: none;
	width: 240px;
	height: 20px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-transform: none;
}

#ShopByJuridictionBarComponentMenu li.link:hover,#ShopByJuridictionBarComponentMenu li a:hover,#ShopByJuridictionBarComponentMenu li.link:hover>a
	{
	background: #ececec;
	color: #ff8000;
	cursor: pointer;
	text-decoration: none;
	list-style: none;
	width: 200px;
}

#ShopByJuridictionBarComponentMenu {
	width: 968px;
	margin: 30px auto;
	background: #fff;
	border-right: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
	border-left: 1px solid #bababa;
	-moz-box-shadow: 0px 4px 6px #bababa;
	-webkit-box-shadow: 0px 4px 6px #bababa;
	box-shadow: 0px 4px 6px #bababa;
	/* For IE 8 */
	-ms-filter:
		"progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=0, Color='#bababa')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=0,
		Color='#bababa' );
	display: none;
	z-index: 20;
	/* 	position: absolute; */
	/* 	right: 159px; */
	/* 	top: 150px; */
}

#ShopByPracticeBarComponentMenu a {
	text-decoration: none;
}

#ShopByPracticeBarComponentMenu .column {
	display: inline;
	width: 242px;
	float: left;
	text-align: left;
	padding-left: 0px;
	margin-right: 0px;
}

#ShopByPracticeBarComponentMenu .columnRight {
	display: inline;
	float: left;
	text-align: left;
	margin: 20px 0px;
	width: 239px;
	padding-left: 0px;
	border-left: 1px solid #BABABA;
	height: 350px;
}

#ShopByPracticeBarComponentMenu li a,#ShopByPracticeBarComponentMenu a li
	{
	padding: 0px 0px 0px 20px;
	text-decoration: none;
	color: #505050;
	list-style: none;
	width: 220px;
	z-index: 21;
}

#ShopByPracticeBarComponentMenu li.titleColumn {
	font-family: 'KnowledgeBold', Arial, Helvetica, sans-serif;
	color: #ff8000;
	font-size: 16px;
	text-transform: initial;
	margin-top: -10px;
	padding: 0px 0px 0px 20px;
	text-decoration: none;
	list-style: none;
}

#ShopByPracticeBarComponentMenu li.title,#ShopByPracticeBarComponentMenu li.title a,#ShopByPracticeBarComponentMenu li a:hover,#ShopByPracticeBarComponentMenu li.link:hover>a,#ShopByPracticeBarComponentMenu a li.title
	{
	font-family: 'KnowledgeBold', Arial, Helvetica, sans-serif;
	color: #ff8000;
	font-size: 16px;
	text-transform: initial;
	padding: 0px 0px 0px 20px;
	text-decoration: none;
	list-style: none;
}

#ShopByPracticeBarComponentMenu li.title {
	cursor: default;
	width: 220px;
}

#ShopByPracticeBarComponentMenu li.top {
	margin-top: 10px;
}

#ShopByPracticeBarComponentMenu li.top2 {
	margin-top: 10px;
}

#ShopByPracticeBarComponentMenu li.titleColumn {
	cursor: default;
	width: 220px;
	text-transform: uppercase;
}

#ShopByPracticeBarComponentMenu .link {
	list-style: none;
	width: 215px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-transform: none;
}

#ShopByPracticeBarComponentMenu li.link:hover,#ShopByPracticeBarComponentMenu li a:hover,#ShopByPracticeBarComponentMenu li.link:hover>a
	{
	background: #ececec;
	color: #ff8000;
	cursor: pointer;
	text-decoration: none;
	list-style: none;
	width: 200px;
}

#ShopByPracticeBarComponentMenu {
	width: 968px;
	margin: 30px auto;
	background: #fff;
	border-right: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
	border-left: 1px solid #bababa;
	-moz-box-shadow: 0px 4px 6px #bababa;
	-webkit-box-shadow: 0px 4px 6px #bababa;
	box-shadow: 0px 4px 6px #bababa;
	/* For IE 8 */
	-ms-filter:
		"progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=0, Color='#bababa')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=0,
		Color='#bababa' );
	display: none;
	/* 	position: absolute; */
	/* 	right: 159px; */
	/* 	top: 150px; */
	z-index: 20;
}

/*

	Exposed Navigation
**********************/
ul.Lb {
	background: #E2E2E2 url(../images/bg-gradient-exposed-nav.png) top
		center repeat-x !important;
	border-left: 1px solid #2c3a55;
	border-right: 1px solid #2c3a55;
	border-bottom: 1px solid #2c3a55;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-box-shadow: 0px 8px 15px #2c3a55;
	-webkit-box-shadow: 0px 8px 15px #2c3a55;
	box-shadow: 0px 8px 15px #2c3a55;
	top: auto;
	margin-top: 2.9em !important;
}

li.Lb {
	border-left: 1px solid #CCCECF;
}

li.Lb:first-child {
	border-left: 0
}

#nav_main ul li li.Lb .nav-submenu-title {
	color: #00679f;
	border: 0;
	text-shadow: none;
	font-size: 1.1em;
	font-weight: bold;
	background: none;
	text-transform: uppercase;
}

#nav_main ul li li.Lb a {
	color: #666666;
	border: 0;
	text-shadow: none;
	font-size: 1.1em;
	font-weight: bold;
	background: none;
}

#nav_main ul li li.Lb a:hover {
	color: #00679f;
}

#breadcrumb a {
	margin-right: 3px;
}

#breadcrumb a:hover {
	text-decoration: none;
}

#breadcrumb a:active {
	font-weight: bold;
} 

#nav_main ul li li.Lb li.Lc a {
	font-weight: normal;
	font-size: 1em;
	text-transform: none;
}

#nav_main ul li li.Lb li.Lc a:hover,#nav_main ul li li.Lb li.Lc a:focus
	{
	text-decoration: underline;
	color: #00679f;
}
/*

	Breadcrumb
*****************/
#breadcrumb {
	padding: 5px 0px 5px 0px;
	width: 945px;
	font-size: .75em;
	text-transform: capitalize;
	float: left;
}

#breadcrumb a {
	margin-right: 3px;
}

#breadcrumb a:hover {
	text-decoration: none;
}

#breadcrumb a:active {
	font-weight: bold;
}

#breadcrumb ul li a:hover,#breadcrumb ul li a:active {
	text-decoration: none;
}

#breadcrumb ul li a:active {
	font-weight: bold;
}

#breadcrumb ul li.active a {
	color: #00679f;
}

#breadcrumb ul li a.active {
	color: #00679f;
}

#breadcrumb ul li.skip_category a,#breadcrumb ul li.skip_category a:visited
	{
	
}

#breadcrumb ul li.skip_category a:hover {
	border-bottom: 2px solid;
}

#breadcrumb ul li.skip_category {
	top: 20px;
	right: 0;
}

/*

	Content
*****************/
#content {
	width: 950px;
	overflow: visible;
}

.additionalContentBlock {
	width: 960px;
	float: left;
	vertical-align: baseline;
	display: block;
	margin-top: 10px
}

.additionalContentBlock .contentBlock {
	float: left;
	display: block;
	width: 310px;
	margin-right: 10px;
}

.additionalContentBlock .contentBlock .cmsimage {
	float: left;
	margin-right: 10px;
}

.additionalContentBlock .contentBlock .content {
	font-weight: bold;
	font-size: 1.1em;
	color: #505050;
}

.additionalContentBlock .contentBlock ul {
	margin-bottom: 0px;
	padding: 0px;
}

.additionalContentBlock .contentBlock li {
	margin-bottom: 5px;
}

.additionalContentBlock .contentBlock a {
	line-height: 2em;
	font-size: .9em;
	font-weight: bold;
	color: #2D95C8;
	line-height: 0em;
}

/*

	Scroller Lightbox
*****************/
#scroller.lightbox {
	margin-bottom: 0;
}

#scroller.lightbox ul li span {
	border: 1px solid #cccecf;
	background-color: #ffffff;
}

#scroller.lightbox ul li h3 {
	font-size: 1.0em;
	font-weight: bold;
}

#scroller.lightbox .next {
	background: url(../images/item-divide-bottom-scroller.png) no-repeat
		center top transparent;
}

#scroller.lightbox .previous {
	background: url(../images/item-divide-top-scroller.png) no-repeat center
		bottom transparent;
}

#scroller.lightbox .next a {
	background: url(../images/icon-arrow-down-scroller.png) no-repeat center
		center transparent;
}

#scroller.lightbox .next a:hover,#scroller.lightbox .next a:active {
	background: url(../images/icon-arrow-down-scroller_h.png) no-repeat
		center center transparent;
}

#scroller.lightbox .previous a {
	background: url(../images/icon-arrow-up-scroller.png) no-repeat center
		center transparent;
}

#scroller.lightbox .previous a:hover,#scroller.lightbox .previous a:active
	{
	background: url(../images/icon-arrow-up-scroller_h.png) no-repeat center
		center transparent;
}

#scroller.lightbox .title-top {
	background: url(../images/item-title-top-scroller.png) repeat-x left top
		transparent;
}

#scroller.lightboxs .title_holder h2 {
	background: url(../images/bg-gradient-title-scroller.png) repeat-x
		center top #565656;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	font-size: 1em;
	font-weight: bold;
	text-shadow: 0 -1px 1px #333;
	color: #ffffff;
}
/*

	Item Container
*****************/
.item_container_holder {
	margin: 20px 0;
	overflow: hidden;
}

.item_container {
	padding: 0 10px;
	clear: left;
}

.item_container_holder .title {
	position: relative;
	top: -6px;
	left: 0;
	margin-left: 5px;
	margin-right: 7px;
	right: 0;
	left: 0;
	max-width: none;
}

.item_container_holder .title-top {
	height: 7px;
	overflow: visible;
}

.item_container h6 {
	font-weight: bold;
}

.link_container {
	padding-bottom: 30px;
	font-size: .875em;
}

.link_container .item_container {
	padding: 0px;
}

/*

	HeaderAndBodyWidget
*****************/
.header_and_body {
	margin: 10px 0;
	border: 2px solid #bacad5;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

.header_and_body .title-section {
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom: 2px solid #bacad5;
}

.header_and_body .body-section {
	position: relative;
	overflow: visible;
}

.header_and_body .padded-body-section {
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	overflow: visible;
}

/*

	Mark for "Not Yet Implemented"

*****************/
.not_yet_implemented {
	opacity: 0.6; /* Real browsers */
	filter: alpha(opacity =   60); /* MSIE */
}

/*

	Promo Title
*****************/
#scroller.promo .title-top,.item_container_holder.promo .title-top {
	background: url(../images/item-title-top-scroller-promo.png) repeat-x
		left top transparent;
}

#scroller.promo .title_holder h2,.item_container_holder.promo .title_holder h2
	{
	background: url(../images/bg-gradient-title-scroller-promo.png) repeat-x
		center top #82735a;
	text-shadow: 0 -1px 1px #333;
}

#scroller.promo .title-top span,.item_container_holder.promo .title-top span
	{
	background: transparent
		url(../images/item-title-top-right-scroller-promo.png) no-repeat right
		top scroll;
}

#scroller.promo ul li,.item_container_holder.promo ul li {
	list-style-type: disc;
	color: #9c701f;
	margin-bottom: 5px;
}

#scroller.promo ul li p,.item_container_holder.promo ul li p {
	color: #9c701f;
	font-weight: bold;
}

#scroller.promo a,.item_container_holder.promo a {
	font-weight: normal;
	text-decoration: underline;
}

#scroller.promo span,.item_container_holder.promo span {
	display: block;
	height: 30px;
	width: 160px;
}

button.orange[disabled] {
	background: none repeat scroll 0 0 #CCCCCC !important;
	color: #999999;
}
/*

	Order Totals Positive Title
*****************/
#scroller.positive .title-top,.item_container_holder.positive .title-top
	{
	background: url(../images/item-title-top-scroller-positive.png) repeat-x
		left top transparent;
}

#scroller.positive .title_holder h2,.item_container_holder.positive .title_holder h2
	{
	background: url(../images/bg-gradient-title-scroller-positive.png)
		repeat-x center top #4b8111;
	text-shadow: 0 2px 2px #a0a0a0;
}

#scroller.positive .title-top span,.item_container_holder.positive .title-top span
	{
	background: transparent
		url(../images/item-title-top-right-scroller-positive.png) no-repeat
		right top scroll;
}

/*
TRProduct Carousel
*****************/
.trCarouselWrapper {

}
.trCarouselWrapper .header .carousel-loading {	
	
}

.trCarouselWrapper .header .carousel-loading {	
	height: 32px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../images/trcarousel-loading.gif');	
}


.trCarouselWrapper .header .title {
	color: #FF8000;
	font-family: KnowledgeBold, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 5px;
}

.trCarouselWrapper .header .subTitle {
	font-size: .9em;
	margin-bottom: 5px;
}

.trCarouselScroller {
	visibility: hidden;	
}



.trCarouselScroller .unfiltered-products,
.trCarouselScroller .product-categories,
.trCarouselScroller .parameters {
	display: none;
}


.trCarouselScroller .media img {
	width: 85px;
}

.trCarouselScroller .product-filter {
	float: left;
	font-size: .9em;
	margin: 5px 10px 5px 0;
	margin-right: 10px;
}

.trCarouselScroller .product-filter label {
	float: none;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.trCarouselScroller .product-filter select {
	background: url("../images/bg-gradient-select.png") repeat-x scroll
		center bottom #FFFFFF;
	background: url("../images/bg-gradient-select.png") repeat-x scroll
		center bottom #FFFFFF;
	border: 1px solid #999999;
	border-radius: 4px;
	float: none;
	margin: 0;
	position: static;
}

/* TR Cart Recommendation Component */
#longTailRecommendation .products {
	margin: 0 auto;
	width: 645px;
}

#longTailRecommendation .product {
	float: left;
	margin: 0 15px;
	width: 185px;
}

#longTailRecommendation .media img {
	width: 85px;
}

#longTailRecommendation .description {
	font-size: 0.77em;
	font-weight: bold;
}

/* CMS Slider Component */
.sliderComponent {
	clear: both;
	margin-bottom: 10px;
	position: relative;
	visibility: hidden;
}

.sliderComponent .banner,.sliderComponent .simple_banner,.sliderComponent .bannerHeaderFooter,.sliderComponent .banners
	{
	margin: 0;
	padding: 0;
}

.sliderComponent .parameters,.sliderComponent .banners li {
	display: none;
}

.sliderComponent img {
	width: 100%;
}

.navigationControlContainer {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.navigationControl {
	display: table;
	margin: auto;
}

.navigationControl .bannerControl {
	background: #BABABA;
	border-radius: 999px;
	box-shadow: 0 1px 0 0 #505050 inset;
	cursor: pointer;
	float: left;
	height: 10px;
	width: 10px;
	margin: 10px 5px;
	position: relative;
	z-index: 999;
}

.navigationControl .activeSlide,.navigationControl .bannerControl:hover,.navigationControl .bannerControl:focus
	{
	background: #FFFFFF;
}

/* Rich Relevance Widgets */
#richRelevance .widget-body {
	padding: 0;
}

#richRelevanceBottom .widget-body {
	padding: 0;
}

/*

	Scroller
*****************/
#scroller {
	margin-bottom: 10px;
	/*margin-top: 7px; allows for scoll title top to be visible*/
}
.item_container{
	margin-bottom: 20px;
}
.item_container{
	font: 14px arial;
	color: #666;
	}
	
#scroller.homepage {
	margin-bottom: 10px;
}

#scroller {
	border: 2px solid #bacad5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: url(../images/bg-gradient-scroller.png) repeat-x center top
		#bacad5;
}

#scroller ul li p {
	margin: 0 0 7px 0;
}

#scroller .title {
	left: 0;
	margin-left: 5px;
	margin-right: 7px;
	max-width: none;
	position: relative;
	right: 0;
	top: -6px;
}

#scroller .title-top {
	height: 7px;
	overflow: visible;
}

#scroller .title_holder,.item_container_holder .title_holder {
	float: left;
	margin-bottom: 10px;
}

#scroller .next {
	background: url(../images/item-divide-bottom-scroller.png) no-repeat
		center top transparent;
	height: 20px;
}

#scroller .previous {
	background: url(../images/item-divide-top-scroller.png) no-repeat center
		bottom transparent;
}

#scroller ul li h3 {
	font-size: 1.0em;
	font-weight: bold;
}

#scroller ul li a:hover h3 {
	color: #2d95c8;
}

#scroller .title-top,.item_container_holder .title-top {
	background: url(../images/item-title-top-scroller.png) repeat-x left top
		transparent;
}

#scroller .title_holder h1,.item_container_holder .title_holder h1,#scroller .title_holder h2,.item_container_holder .title_holder h2
	{
	background: url(../images/bg-gradient-title-scroller.png) repeat-x
		center top #565656;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	font-size: 1.1em;
	font-weight: bold;
	text-shadow: 0 -1px 1px #333;
	color: #ffffff;
	margin: 0 6px 0 9px;
	position: relative;
	top: -9px;
	padding: 0 6px 4px 6px;
	text-align: center;
	float: left;
}

#scroller .title_holder h2 {
	
}

#scroller .title-top,.item_container_holder .title-top {
	background: url(../images/item-title-top-scroller.png) repeat-x left top
		transparent;
}

#scroller ul li span {
	border: 1px solid #cccecf;
	background-color: #ffffff;
	padding: 4px;
	width: 96px;
	height: 96px;
	margin-bottom: 5px;
	margin-top: 0;
	text-align: center;
}

#scroller ul li span:hover {
	border: 1px solid #00679f;
}

#scroller .title-top span,.item_container_holder .title-top span {
	background: transparent url(../images/item-title-top-right-scroller.png)
		no-repeat right top scroll;
}

#scroller .title-top span,.nav_column .title-top span,.item_container_holder .title-top span
	{
	float: right;
	height: 8px;
	margin-right: -5px;
	width: 5px;
	overflow: hidden;
}

#scroller .title-top span,.nav_column .title-top span {
	height: 7px;
}

.item_container_holder .title-top span {
	height: 7px;
}

#scroller.horizontal,#scroller.vertical {
	margin-top: 7px;
}

/*

	Scroller Modal
*****************/
#scroller.modal {
	border: 0 none;
	background: 0 none;
}
/*
    J Carousel Skin
*****************/
.jcarousel-skin .jcarousel-clip-vertical {
	width: 107px;
	height: 430px;
}

.jcarousel-skin .jcarousel-item {
	font-size: 0.875em;
	font-weight: bold;
	width: 220px;
	word-wrap: break-word;
}

.jcarousel-skin .jcarousel-item-horizontal {
	margin: 0 5px;
}

.jcarousel-skin .jcarousel-container-horizontal {
	padding: 10px 40px;
}

.jcarousel-skin .jcarousel-container-vertical {
	padding: 24px 22px;
}

/*

    J Carousel Skin Horizontal Buttons
*****************/
.jcarousel-skin .jcarousel-next-horizontal,.jcarousel-skin .jcarousel-prev-horizontal
	{
	background-repeat: no-repeat;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 35px;
}

.jcarousel-skin .jcarousel-next-horizontal {
  background-position: -40px -72px;
  background-image: url(../images/carousel_sprite.png);
  width: 30px;
  right: 9px;
}

.jcarousel-skin .jcarousel-prev-horizontal {
	 background-position: 0 -72px;
     background-image: url(../images/carousel_sprite.png);
	 left: 0px;
}

.jcarousel-skin .jcarousel-direction-rtl .jcarousel-next-horizontal {
	background-image: url(../images/carouselArrow_L-ON.png);
	left: 1px;
}

.jcarousel-skin .jcarousel-direction-rtl .jcarousel-prev-horizontal {
	background-image: url(../images/carouselArrow_R-ON.png);
	right: 5px;
}

.jcarousel-skin .jcarousel-next-disabled-horizontal,.jcarousel-skin .jcarousel-next-disabled-horizontal:hover,.jcarousel-skin .jcarousel-next-disabled-horizontal:active
	{
	 background-position: -40px -20px;
  	background-image: url(../images/carousel_sprite.png);
 	width: 30px;
  	right: 10px;
}

.jcarousel-skin .jcarousel-prev-disabled-horizontal,.jcarousel-skin .jcarousel-prev-disabled-horizontal:hover,.jcarousel-skin .jcarousel-prev-disabled-horizontal:active
	{
	 background-position: 0 -20px;
  	 background-image: url(../images/carousel_sprite.png);
	left: 0px;
}

/*

	J Carousel Skin Vertical Buttons
*****************/
.jcarousel-skin .jcarousel-next-vertical {
	background: transparent url(../images/icon-scroller-next-vertical.png)
		no-repeat 0 0;
	position: absolute;
	bottom: 5px;
	left: 11px;
	width: 121px;
	height: 32px;
}

.jcarousel-skin .jcarousel-prev-vertical {
	background: transparent url(../images/icon-scroller-prev-vertical.png)
		no-repeat 0 0;
	position: absolute;
	top: 5px;
	left: 11px;
	width: 121px;
	height: 32px;
}

#CartRecommendationsContent .jcarousel-skin .jcarousel-item {
	font-size: 0.875em;
	font-weight: bold;
	width: 188px;
	word-wrap: break-word;
}

/* .span-4 {
	margin-top: 20px;
} */

/*

	Product Details Image
*****************/
.span-4.last #scroller .title {
	max-width: 131px;
}

#productDetailUpdateable .span-4 {
	margin-right: 0;
	width: 130px;
}

#productDetailUpdateable .span-8 {
	width: 325px;
}

#productDetailUpdateable .span-10 #scroller .title_holder,.item_container_holder .title_holder
	{
	margin-bottom: 0;
	float: left;
}

#productDetailUpdateable .span-10 .jcarousel-skin .jcarousel-item {
	height: 150px;
}

#productDetailUpdateable  .span-4 #scroller {
	border: 2px solid #bacad5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
	border-right: 0;
	background: url(../images/bg-gradient-scroller.png) repeat-x center top
		#bacad5;
}

#productDetailUpdateable  .span-4 .jcarousel-skin .jcarousel-container-vertical
	{
	padding: 24px 10px;
}

#productDetailUpdateable  .span-4 .jcarousel-skin .jcarousel-prev-vertical
	{
	left: 4px;
}

#productDetailUpdateable  .span-4 .jcarousel-skin .jcarousel-next-vertical
	{
	left: 4px;
}

#productDetailUpdateable .jcarousel-skin .jcarousel-clip-vertical {
	height: 323px;
}

#productDetailUpdateable .jcarousel-skin .jcarousel-item-horizontal {
	margin-right: 12px;
}

.prod_image_main {
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	min-height: 51px;
}

.prod_image_main span.details {
	background: url(../images/icon-magnify.png) no-repeat center center
		transparent;
}
/*

	Product Details
*****************/
.prod_review a {
	color: #505050;
	text-decoration: underline;
}

.prod h1 {
	color: #505050;
	font-size: 1.7em;
	font-weight: bold;
}

.prod h2 {
	color: #505050;
	font-weight: bold;
	font-size: 1.2em;
}

.prod h4 {
	font-size: 16px;
	color: #444444;
	font-weight: bold;
	font-family: arial;
	line-height: 26px;
	display: inline-block;
}

.prod .big-price {
	color: #505050;
	font-weight: bold;
	font-size: 2em;
	margin-bottom: 0.75em;
	line-height: 1.2;
}

.prod .shipmsg{
	display: inline-block;
	margin-left: 30px;
	text-transform: uppercase;
	font-style: italic;
	line-height: 14.4px;
	font-size: 12px;
	color: #999;
	font-family: knowledgeRegular;
}

.prod .bundle h3 {
	color: #505050;
	font-size: 1.0em;
	font-weight: bold;
}

.prod .bundle p {
	color: #505050;
}

.prod_add_to_cart label {
	font-weight: bold;
	color: #CF7A01;
	padding-right: 0;
	padding-top: 5px;
}

.prod_add_to_cart input.qty {
	float: left;
	margin-left: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: inset 0 0 5px #cccccc;
	-webkit-box-shadow: inset 0 0 5px #cccccc;
	box-shadow: inset 0 0 5px #cccccc;
	border: 1px solid #BBBBBB;
	text-align: center;
	height: 19px;
}

.prod_add_to_cart {
	padding-top: 4px;
}

.prod_add_to_cart form button {
	height: 32px;
	padding: 0 10px 0 35px;
	margin: -4px 0 0 8px;
	font-size: 1em;
	background: transparent url(../images/bg-button-cart.jpg) left top
		no-repeat;
}

.prod_add_to_cart form button:hover {
	background-position: left -35px;
}

.prod_add_to_cart form button.out-of-stock {
	background: #999 none;
	padding-left: 10px;
}

.prod_add_to_cart form button.out-of-stock:hover {
	background-position: left 0;
}

#quickview_lightbox {
	width: 681px;
	margin: 30px auto 10px auto;
}

#quickview_lightbox .prod_image {
	padding: 5px 10px;
	border: 2px solid #bacad5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#quickview_lightbox .span-8 {
	margin-right: 20px;
}

#quickview_lightbox input.qty {
	border-radius: 4px;
	font-size: 1em;
	height: 17px;
	text-align: center;
	width: auto;
}

#quickview_lightbox h1:hover {
	color: #2d95c8;
}

.quickview_lightbox-goto-product a {
	color: #00679f;
	text-decoration: underline;
	font-size: 1em;
}

.quickview_lightbox-goto-product a:hover {
	color: #2d95c8;
}

.quickview_lightbox-goto-product {
	margin: 20px 0;
	padding-top: 5px;
	border-top: 1px solid #eee;
}
/*

	Product Review
*****************/
.prod_review ul li:first-child {
	border-right: 1px solid #d8dada;
}

.prod_review p {
	color: #00679f;
	font-size: 1.5em;
	padding: 0;
	margin: -5px 0 0 5px;
}

p.prod_review-info {
	margin: -1px 0 0 10px;
	font-size: 1em;
}

p.prod_review-new {
	margin: 0;
	font-size: 1em;
	clear: left;
}
/*

	Stars
*****************/
span.stars.large {
	background: url(../images/bg_rating_stars_lg.jpg) no-repeat scroll 0 0
		transparent;
	float: left;
	width: 120px;
	margin-bottom: 6px;
}

span.stars.large span {
	background: url(../images/bg_rating_stars_lg_full.jpg) no-repeat scroll
		0 0 transparent;
	display: block; /* not required when fully integrated */
	height: 13px; /* not required when fully integrated */
}

.prod_list span.stars.large {
	display: block;
	width: 115px;
	margin: 1px 0 2px 9px;
}
/*above only needed on local server */
.ui-stars-star,.ui-stars-cancel {
	cursor: pointer;
}

.ui-stars-star a,.ui-stars-cancel a {
	width: 29px;
	height: 28px;
	background: url(../images/jquery.ui.stars.gif) no-repeat 0 0;
}

.ui-stars-star a {
	background-position: 0 -56px;
}

.ui-stars-star-on a {
	background-position: 0 -84px;
}

.ui-stars-star-hover a {
	background-position: 0 -112px;
}

.ui-stars-cancel-hover a {
	background-position: 0 -28px;
}
/*

	Product Tabs
*****************/
#prod_tabs {
	border: none;
	border-radius: 0;
	padding: 0 0 10px 0;
	width: 546px;
}

#tab_strip {
	background: none;
	border: none;
	border-radius: 0;
	padding: 0;
	color:#FF8000;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	text-align:center;
	line-height:38px;
	color-overlay:normal/#ff8000;
	alpha :1;
}

#prod_tabs.ui-tabs .ui-tabs-nav {
	overflow: visible;
}

#prod_tabs .ui-tabs-nav li {
	background: #e9e9e9;
	border: 1px solid #d0d0d0;
	margin: 0;
	width: 180px;
}

#prod_tabs .ui-tabs-nav li.ui-tabs-selected.ui-state-active {
	background: #FFFFFF;
}

#prod_tabs .ui-tabs-nav li h2 {
	margin: 10px 0;
	text-align: center;
}

#prod_tabs .ui-tabs-nav li h2 a {
	color: #333333;
	float: none;
	font-family:Arial;
	font-size: 14px;
	font-weight:bold;
	line-height:18px;
}

#prod_tabs .ui-tabs-nav li.ui-tabs-selected.ui-state-active h2 a {
	color: #FF8000;
}

#prod_tabs .ui-tabs-panel {
	background: #FFFFFF;
	border: 1px solid #BABABA;
	border-radius: 0;
	color: #505050;
	font-size: 0.8em;
	font-family: arial, helvetica, sans-serif;
	line-height: 1.3em;
	padding: 1em;
}

#prod_tabs .ui-tabs-panel ul {
	padding: 0;
}

#prod_tabs .ui-tabs-panel ul li {
	margin-bottom: 0.5em;
}

#prod_tabs .print {
	float: right;
}

#prod_tabs a {
	color: #005A84;
}

#prod_tabs a:hover,#prod_tabs a:focus {
	color: #FF8000;
}

/*

	Reviews
*****************/
.review_detail h3,.write_review h3 {
	color: #00679f;
	float: left;
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
}

ul.review_actions {
	text-align: left;
	margin: 0;
	padding: 0;
}

ul.review_actions li {
	padding-left: 15px;
}

ul.review_actions li:first-child {
	padding-left: 0;
}

.review_detail {
	border-bottom: 1px solid #E6C3EB;
	margin-top: 10px;
	width: 100%;
}

.review_detail p {
	margin-bottom: 5px;
}

#write_review_action {
	color: #00679f;
	text-decoration: underline;
}

.review_detail span.stars {
	margin-top: 0;
	margin-bottom: 2px;
}

.review_detail p.review_origins {
	font-weight: bold;
}

.write_review dl dd input {
	width: 425px;
	padding: 5px;
}

.write_review dd {
	margin-left: 0;
}

.write_review label {
	padding-bottom: 0;
	font-weight: bold;
}

.write_review input.text,.write_review input.qty {
	padding-bottom: 3px;
}

.write_review dl dd textarea {
	width: 335px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 100%;
}
/*

	Nav Column
*****************/
.nav_column {
	border: 2px solid #bacad5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/*background: url(../images/bg-gradient-scroller.png) repeat-x center top #e1e1e1;*/
	/*margin-top: 7px;*/
	margin-top: 10px;
	margin-bottom: 20px;
	width: 146px;
}

.nav_column .title-top {
	background: url(../images/item-title-top-component.png) repeat-x left
		top transparent;
	height: 8px;
}

.nav_column .title {
	top: -7px;
	margin-left: 4px;
	margin-right: 8px;
}

.nav_column .title-top img {
	margin-right: -5px;
}

.nav_column .title-top span {
	background: transparent
		url(../images/item-title-top-right-component.png) no-repeat right top
		scroll;
}

.nav_column .title_holder h2 {
	background: url(../images/bg-gradient-title-component.png) repeat-x
		center top #0b547c;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	font-size: 1em;
	font-weight: bold;
	text-shadow: 0 -1px 1px #333;
	color: #ffffff;
	margin: 0 7px 0 8px;
	position: relative;
	top: -4px;
	padding: 0 6px 4px 6px;
	text-align: center;
	max-width: 292px; /* width with above l & r padding removed (332px)*/
}

.nav_column .title_holder {
	margin-bottom: 2px;
}

.nav_column .item ul.indent li {
	padding-left: 2px;
}

.nav_column .item ul li {
	font-family: arial;
	font-size: 95%;
	line-height: 14px;
}

.nav_column .item .more {
	margin-left: 2px;
}

.nav_column .item .more a {
	text-decoration: underline;
	color: #2C3A55;
}

.nav_column .item .category span.dropdown {
	height: 17px;
	width: 17px;
}

.nav_column .item .category span.dropdown .dropdown-img {
	background: url("../images/button-arrow-small.png") no-repeat
		transparent;
	display: block;
	height: 9px;
	width: 9px;
	margin: 5px 0 0 4px;
}

.nav_column .item .category .toggleArrow span.dropdown .dropdown-img {
	background: url("../images/button-arrow-small-right.png") no-repeat
		transparent;
	margin: 4px 0 0 4px;
}

.nav_column .item {
	padding: 0 5px 10px 5px;
}

.nav_column .item span.dropdown {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: url("../images/button/bg-gradient.png") repeat-x scroll
		center top #2d95c8;
}

.nav_column .item span.dropdown:hover {
	background-color: #00679f;
}

.nav_column .item .category {
	border-bottom: 1px solid #d0d0d0;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.nav_column .item .category h4 {
	color: #2c3a55;
	font-size: 1em;
	max-width: 115px;
	display: inline-block;
}

.nav_column .item ul.facet_block span.remove a {
	background-color: #cccecf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.nav_column .item ul.facet_block span.remove a:hover {
	background-color: #00679f;
}

.nav_column .item ul.indent li.active {
	background-color: transparent;
}

.nav_column .item ul.indent li.active a {
	color: #00679f;
	text-decoration: none;
}

.nav_column .item ul li a {
	text-decoration: underline;
}

.nav_column .item ul.facet_block span.remove {
	margin-top: 2px;
}

.nav_column .item ul.facet_block span.remove img {
	padding-top: 4px;
}

#resultsFound {
	margin: 30px 0px 10px 0px;
	font-family: KnowledgeBold;
	font-size: 30px;
	/*padding: 5px 0px;*/
	color: #333333;
}

#grayBox {
	background-color: #F7F7F7;
	height: 56px;
	width: 550px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 0px;
}

#productListingComponentGrayBox{
	background-color: #F7F7F7;
	height: 56px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 0px;
}


/*

	Product Refine
*****************/
.prod_refine {
	height: 30px;
	line-height: 20px;
	padding: 10px 0px;
	margin-bottom: 50px;
	margin-top: 10px;
}

.prod_refine * {
	float: none;
	margin: 0;
	position: static;
	vertical-align: middle;
}

.prod_refine #sort_form {
	float: right;
}

.prod_refine label {
	font-weight: bold;
}

.prod_refine .sortOptions {
	background: url("../images/bg-gradient-select.png") repeat-x scroll
		center bottom #FFFFFF;
	border: 0px solid #999999;
	border-radius: 4px;
	color: #505050;
	margin-right: 5px;
}

.prod_refine #pageSize.sortOptions {
	margin-right: 0;
}

ul.paginationNumber {
	font-size: .8em;
}

ul.paginationNumber li>* {
	background-color: #ECECEC;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF),
		to(#ECECEC) );
	background-image: -webkit-linear-gradient(top, #FFFFFF, #ECECEC);
	background-image: -moz-linear-gradient(top, #FFFFFF, #ECECEC);
	background-image: -ms-linear-gradient(top, #FFFFFF, #ECECEC);
	background-image: -o-linear-gradient(top, #FFFFFF, #ECECEC);
	border: 1px solid #BABABA;
	border-radius: 3px;
	font-weight: bold;
	margin-left: 3px;
	padding: 4px 7px;
	color: #505050;
	text-decoration: none;
}

ul.paginationNumber li:hover>* {
	background-color: #666666;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#BABABA),
		to(#666666) );
	background-image: -webkit-linear-gradient(top, #BABABA, #666666);
	background-image: -moz-linear-gradient(top, #BABABA, #666666);
	background-image: -ms-linear-gradient(top, #BABABA, #666666);
	background-image: -o-linear-gradient(top, #BABABA, #666666);
	border-color: #666666;
	color: #FFFFFF;
}

ul.paginationNumber li>.currentPage {
	background-color: #505050;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#828282),
		to(#505050) );
	background-image: -webkit-linear-gradient(top, #828282, #505050);
	background-image: -moz-linear-gradient(top, #828282, #505050);
	background-image: -ms-linear-gradient(top, #828282, #505050);
	background-image: -o-linear-gradient(top, #828282, #505050);
	border-color: #505050;
	color: #FFFFFF;
}

.paginationNumber td {
	padding-left: 0px;
	padding-right: 0px;
}

.pages {
	text-align: center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.pages a:hover>* {
	background-color: #444444;
	font-weight: bold;
	margin: 0px 3px;
	padding: 7px 14px;
	color: #505050;
	text-decoration: none;
}


.pages span.currentPage {
	background-color: #ECECEC;
	margin: 0px 3px;
	font-weight: bold;
	padding: 7px 14px;
	text-decoration: none;
	color: #444444;
}

.previousPageArrow {
	padding: 10px;
	background: url("../images/previousPageArrow.png") 0px 10px;
	background-repeat: no-repeat;
}

.nextPageArrow {
	margin-left: 7px;
	padding: 10px;
	background: url("../images/nextPageArrow.png") 0px 10px;
	background-repeat: no-repeat;
}

div.paginationNumber div>* {
	margin-bot: 5px;
	color: #0072aB;
}

.paginationNumber td {
	padding-left: 0px;
	padding-right: 0px;
}

.nextPage {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #0072aB;
}

.nextPage a {
	margin-left: 30px;
}

.previousPage {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #0072aB;
}

.pages a {
	font-weight: bold;
	margin: 0px 3px;
	padding: 7px 14px;
	color: #505050;
	text-decoration: none;
}

.productName h2 a {
	color:#0082bf;
}

.productName h2 a:hover {
	color:#005a84;
}

.serpDetails p strong a {
	color:#0082bf;
}

.serpDetails p strong a:hover {
	color:#005a84;
}

.pages a:hover>* {
	background-color: #ECECEC;
	font-weight: bold;
	margin: 0px 3px;
	padding: 7px 14px;
	color: #505050;
	text-decoration: none;
}


.pages span.currentPage {
	background-color: #ECECEC;
	margin: 0px 3px;
	font-weight: bold;
	padding: 7px 14px;
	text-decoration: none;
}

/*

	Product List
*****************/
.prod_list {
	padding-top: 0;
	margin: 20px 0;
}

.prod_list .details {
	float: left;
	width: inherit;
	padding-right: 17px;
}

/* .prod_list .details>* {
	display: table-cell;
} */

.prod_list .details p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	Text-align: left;
	font-size: 14px;
	Line-Height: 20px;
	margin: 0px 0px 25px 0px;
}

.prod_list .details p:last-child {
	margin-bottom: 0;
}

.prod_list .details ul {
	padding: 0;
	margin: 0;
}

.prod_list .details ul strong {
	color: #2C3A55;
	display: block;
	margin: 3px 0 -2px 0;
}

.prod_list .details ul ul strong {
	color: #666;
	display: inline;
}

.prod_list .thumb {
	overflow: hidden;
	float: Right;
	width: 100px;
}

.prod_list .thumb img {
	padding: 0;
	margin: 0;
	max-width: 105px;
}

.prod_list h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0082bf;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 21px;
}

.prod_list h2 span {
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #444444;
	font-style: normal;
	text-align: left;
	line-height: 22px;
	letter-spacing: 0em;
	opacity: 1;
	effect: none;
}


.prod_list table {
	margin-top: 5px;
	margin-bottom: 13px; 
}

.prod_list td {
	padding: 2px 0px 2px 0px;
	vertical-align: middle;
}

.prod_list .cart {
	text-align: right;
	background: url(../images/bg-gradient-prod-list.png) repeat-x left top
		#fff;
	min-height: 110px;
	position: relative;
	margin-top: -10px;
	padding-top: 10px;
}

.prod_list .cart button.positive {
	position: absolute;
	right: 5px;
	bottom: 10px;
	margin: 0;
}

.prod_list .cart button.out-of-stock {
	background-color: #909291;
	background-image: url("../images/button/gradient-button-form.png");
	border: 1px solid #666666;
}

.prod_list .cart p {
	color: #2c3a55;
}

.yes {
	background: url(../images/icon-instock-yes.png) no-repeat left top
		transparent;
	color: #00679f;
	height: 20px;
	width: 1px;
}

.no {
	background: url(../images/icon-instock-no.png) no-repeat left top
		transparent;
	color: #bc2531;
	height: 20px;
	width: 1px;
}

.dashed {
	border-bottom: 1px dashed #CDCDCD;
}

.solid {
	border-bottom: 1px solid #CDCDCD;
}
/*

	Product Grid
*****************/
.prod_grid .thumb {
	border: 1px solid #cccecf;
}

.prod_grid .cart button {
	position: absolute;
	left: 5px;
	top: 214px;
}

.prod_grid p {
	color: #2c3a55;
	padding: 0 5px;
}

.prod_grid p:hover {
	color: #00679f;
}

.prod_grid .cart p {
	color: #2c3a55;
}

.prod_grid .cart button.out-of-stock {
	background-color: #909291;
	background-image: url("../images/button/gradient-button-form.png");
	border: 1px solid #666666;
}

.prod_grid .details {
	padding-top: 4px;
	line-height: 1.1em;
	min-height: 25px;
}

.prod_grid {
	position: relative;
	min-height: 219px;
	padding-top: 20px;
	background: transparent url(../images/bg-prod_grid.png) left bottom
		no-repeat;
}

.prod_grid .cart {
	text-align: left;
	padding-top: 5px;
}

.prod_grid .price {
	left: 46px;
	position: absolute;
	top: 216px;
	font-weight: bold;
}
/*

	Product Category
*****************/
.prod_cat {
	height: 248px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #cccecf;
	margin-bottom: 10px;
}

.prod_cat h2 {
	font-size: 1.2em;
}

.prod_cat h2 a {
	min-height: 35px;
}

.prod_cat h2 a,.prod_cat h2 a:visited {
	text-decoration: none;
	background-image: url(../images/icon-arrow-product-category.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #d0d0d0;
	color: #000000;
	padding: 5px 25px 5px 10px;
}

.prod_cat h2 a:hover {
	text-decoration: none;
	background-image: url(../images/icon-arrow-product-category_s.png);
	color: #FFF;
}

.prod_cat:hover h2 a {
	background-color: #00679f;
	color: #FFF;
	background-image: url(../images/icon-arrow-product-category_s.png);
}

.prod_cat:hover {
	border: 1px solid #00679f;
}

.prod_cat h2 a:active {
	text-decoration: none;
}

.prod_cat a:hover {
	text-decoration: none;
}

.prod_cat .thumb {
	text-align: center;
}

.prod_cat .thumb a {
	display: block;
}

.prod_cat p {
	color: #2c3a55;
}

.prod_cat:hover p a {
	color: #00679f;
}

.prod_cat .details {
	min-height: 36px;
}
/*

	Product Search
*****************/
.results h1 {
	color: #2c3a55;
	font-size: 1.6em;
	font-weight: bold;
}
/*

	Product Lightbox
*****************/
.zoom_lightbox {
	margin: 10px;
	overflow: hidden;
}

.zoom_lightbox .jcarousel-skin .alt .jcarousel-item {
	height: 107px;
	width: 107px;
}

.zoom_lightbox .jcarousel-clip-vertical {
	height: 448px;
	width: 107px;
}

.zoom_lightbox .thumbs .jcarousel-list .jcarousel-list-vertical {
	height: 448px;
	width: 107px;
}

.xl_image {
	text-align: center;
}

#cboxClose {
	background: url(../images/colorbox/close.png) no-repeat center center
		transparent;
	right: 10px;
	top: 10px;
}

#cboxClose.hover {
	background: url(../images/colorbox/close_h.png) no-repeat center center
		transparent;
}

#colorbox {
	border: 4px solid #2c3a55;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#cboxOverlay {
	background: url(../images/colorbox/overlay.png) repeat center center
		transparent;
}

#cboxContent {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#cboxTopLeft,#cboxTopCenter,#cboxTopRight,#cboxBottomLeft,#cboxBottomCenter,#cboxBottomRight,#cboxMiddleLeft,#cboxMiddleRight
	{
	height: 0;
	width: 0;
	background: none;
}

#cboxLoadedContent {
	margin-bottom: 0;
}
/*

	Galleriffic Light Box Implementation
*****************/
#galleriffic_slider div.content a,#galleriffic_slider div.navigation a {
	text-decoration: none;
	color: #777;
}

#galleriffic_slider div.content a:focus,#galleriffic_slider div.content a:hover,#galleriffic_slider div.content a:active
	{
	text-decoration: none;
}

#galleriffic_slider div.loader {
	background-image: url('loader.gif');
}

#galleriffic_slider div.slideshow img {
	border: 1px solid #ccc;
}

#galleriffic_slider div.caption {
	background-color: #000;
	color: #ccc;
}

#galleriffic_slider div.caption a {
	color: #fff;
}

#galleriffic_slider div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

#galleriffic_slider ul.thumbs li.selected a.thumb {
	color: #000;
	font-weight: bold;
}

#galleriffic_slider a.thumb:focus {
	
}

#galleriffic_slider div.pagination a,#galleriffic_slider div.pagination span.current,#galleriffic_slider div.pagination span.ellipsis
	{
	border: 1px solid #ccc;
}

#galleriffic_slider div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}

#galleriffic_slider div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}

#galleriffic_slider div.pagination span.ellipsis {
	border: none;
}

#galleriffic_slider #captionToggle a {
	background-image: url('caption.png');
}
/*

	Cart Modal
*****************/
.empty-popup-cart {
	padding: 5px 0;
	color: #fff;
	font-size: 1.2em;
}

#rollover_cart_popup {
	left: 578px;
	top: 77px;
	-moz-box-shadow: 0px 8px 15px #2C3A55;
	-webkit-box-shadow: 0px 8px 15px #2C3A55;
	box-shadow: 0px 8px 15px #2C3A55;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-bottom-left-radius: 4px;
}

#cart_popup {
	-moz-box-shadow: 0px 8px 15px #2C3A55;
	-webkit-box-shadow: 0px 8px 15px #2C3A55;
	box-shadow: 0px 8px 15px #2C3A55;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-bottom-left-radius: 4px;
}

.cart_popup {
	background: url(../images/bg-gradient-modal-cart.png) repeat-x center
		top #909caa;
	width: 382px;
	overflow: hidden;
}

.cart_popup .title {
	background: url(../images/button/bg-gradient.png) repeat-x center top
		#2c3a55;
	position: relative;
	padding: 7px 15px;
}

.cart_popup .title h3 {
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 -1px 1px #333;
	font-size: 1.1em;
	width: 240px;
	margin-top: 4px;
	float: left;
}

.cart_popup .title img {
	float: left;
	padding-top: 2px;
	margin-right: 8px;
}

.cart_popup .title span {
	background: url(../images/button/icon-cart-put.png) no-repeat left
		center transparent;
	height: 16px;
	left: 15px;
	position: absolute;
	top: 15px;
	width: 17px;
}

.cart_popup .title a.close {
	background: url(../images/icon-modal-cart-close.png) no-repeat left
		center transparent;
	width: 13px;
	height: 14px;
	position: absolute;
	right: 11px;
	top: 12px;
}

.cart_popup .cart_modal_popup {
	margin: 0 12px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.cart_popup .legend a {
	color: #fff
}

.cart_popup .cart_modal_popup .prod_info {
	padding-left: 10px;
}

.cart_popup .cart_modal_popup .prod_image {
	border: 1px solid #bfc0c1;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	width: 65px;
	height: 65px;
	background-color: #FFFFFF;
}

.cart_popup .cart_modal_popup .prod_info p,.cart_popup p {
	color: #eee;
	margin-bottom: 5px;
	line-height: 105%;
}

.cart_popup .prod_cart-total {
	padding-top: 5px;
	border-top: 1px solid #ddd;
	margin: 10px 0 10px 14px;
	font-weight: bold;
	color: #fff;
	font-size: 120%;
	margin-right: 10px;
	text-align: right;
}

.cart_popup .prod_name {
	font-weight: bold;
	font-size: 115%;
	color: #fff !important;
}

.cart_popup p.legend {
	margin-left: 12px;
	margin-bottom: 0;
	margin-top: 5px;
}

.cart_popup .cart_modal_popup .prod_info dl {
	color: #ffffff;
}

.cart_popup .content_slot {
	margin: 6px 12px 0 12px;
}

.cart_popup .links {
	margin: 12px;
}

.cart_popup .links a.neutral {
	margin-right: 10px;
}

.cart_popup .links a.neutral {
	float: left;
}

.cart_popup .links a.positive {
	width: 122px;
	float: right;
}
/*

	Thumbnail Detail Banner
*****************/
.thumbnail_detail .banner,.thumbnail_detail .simple_banner {
	background: transparent url(../images/bg-gradient-category-tile.png)
		repeat-y right center;
	border: 1px solid #bacad5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 10px;
}

.thumbnail_detail .banner a:hover h2,.thumbnail_detail .simple_banner a:hover h2
	{
	color: #2d95c8;
}

.thumbnail_detail .banner:hover,.thumbnail_detail .banner:active,.thumbnail_detail .simple_banner:hover,.thumbnail_detail .simple_banner:active
	{
	text-decoration: none;
	border-color: #00679f;
}

.thumbnail_detail .banner:hover .title h2 {
	border-bottom: 1px solid #00679f;
}

.thumbnail_detail .banner .title h2 {
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 2px;
	margin-bottom: 2px;
	border-bottom: 1px solid #bacad5;
}

.thumbnail_detail .banner .title h2 a {
	color: #333;
}

.thumbnail_detail .banner:hover .title h2 a {
	color: #00679f;
}

.thumbnail_detail .banner .title h2 a:hover {
	text-decoration: none;
}

.thumbnail_detail .banner .details p a {
	color: #333;
	line-height: normal;
}

.thumbnail_detail .banner .details p a:hover {
	color: #00679f;
	text-decoration: none;
}

.thumbnail_detail .banner .action img {
	padding: 0;
	margin: 5px 0 0 7px;
}

.thumbnail_detail .banner .action {
	background-color: #bacad5;
	height: 22px;
	width: 24px;
	background-position: left top;
	background-repeat: no-repeat;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
}

.thumbnail_detail .banner:hover .action {
	background-color: #00679f;
}
/*

	Small Detail Banner
*****************/
.small_detail .banner,.small_detail .simple_banner {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #bacad5;
	margin-bottom: 10px;
}

.small_detail .banner:hover,.small_detail .banner:active,.small_detail .simple_banner:hover,.small_detail .simple_banner:active
	{
	text-decoration: none;
	border-color: #00679f;
}

.small_detail .banner .title {
	background: #223956 url(../images/bg-gradient-banner-item.png) left top
		repeat-x;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 42px;
	min-width: 218px;
	opacity: 0.8;
}

.small_detail .banner:hover .title {
	background-color: #00679f;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.small_detail .banner .title h2 {
	padding: 5px 0 0 5px;
	font-size: 1.2em;
	margin: 0;
	color: #fff;
}

.small_detail .banner p a {
	color: #666666;
	line-height: 13px;
}

.small_detail .banner:hover p a {
	color: #00679f;
}

.small_detail .banner p a:hover {
	text-decoration: none;
}

.small_detail .banner .action {
	background-color: #bacad5;
	height: 22px;
	width: 24px;
	background-position: left top;
	background-repeat: no-repeat;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
}

.small_detail .banner .action img {
	padding: 0;
	margin: 5px 0 0 7px;
}

.small_detail .banner:hover .action {
	background-color: #00679f;
}
/*

	Slide Viewer
*****************/
.slider {
	border-bottom-color: gray;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	margin-bottom: 2px;
	background-color: #FBFBFB;
	margin-top: 0px;
	text-decoration: none;
}

.slider_title {
	float: left;
	width: 200px;
	height: 52px;
	margin: 0px;
	position: relative;
	left: -15px;
	top: 0;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/button-title-slider.png) repeat-x;
	overflow: hidden;
	padding: 15px 0px 0px 15px;
	background-size: 100% 100%;
}

.slider_component {
	margin-top: -1px;
	border: 1px solid #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#homepage_slider .svw {
	background: #fff;
}

#homepage_slider.stripViewer { /*border-bottom: 6px solid #FFFFFF;*/
	
}

#homepage_slider.stripViewer ul {
	list-style-type: none;
}

#homepage_slider .tooltip {
	background: #fff;
	color: #000;
	border: 5px solid #dedede;
}

.slider_title a {
	font-size: 14px;
	padding: 0px;
}

.slider_title a.current {
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	/*background: url(../images/icon-slider-arrow.png) no-repeat center top transparent;*/
	font-style: italic;
	color: black;
}

.tooltip {
	padding: 0.5em;
	background: #fff;
	color: #000;
	border: 5px solid #E1B8E9;
}
/*

	Cart Page
*****************/
#your_cart_promotions {
	width: 50%;
}

#your_cart_promotions input {
	margin: 0;
	height: 25px;
	width: 312px;
}

#your_cart_totals {
	width: 49%;
}

#your_cart #header2 {
	height: 20px;
}

#your_cart #header2,#your_cart .product_details {
	text-align: left;
	width: 225px;
	padding-bottom: 5px;
}

#your_cart #header3 {
	padding-left: 30px;
	padding-right: 30px;
}

#your_cart .product_details_table {
	display: table;
}

#your_cart .product_details_table>* {
	display: table-row;
}

#your_cart .product_details_table>*>* {
	display: table-cell;
	vertical-align: top;
}

#your_cart .product_details_table .details dl {
	margin: 0 0 0 0;
}

#your_cart input.qty {
	text-align: right;
}

#your_cart td.quantity * {
	float: left !important;
}

#your_cart td.quantity a.updateText {
	font-size: 0.95em;
}

#your_cart td.quantity span.quantityNotEditable {
	margin-left: 25px;
	width: 40px;
}

#your_cart td.notification {
	border-width: 0 0 0 0;
	border-style: none;
	padding: 0 0 5px 0;
	text-align: left;
	margin: 0 0 0 0;
	font-size: 0.9em;
	font-weight: normal;
	padding-left: 5px;
}

#your_cart h2 {
	font-size: 1.0em;
}

#your_cart dl dt {
	min-width: 0;
	margin: 0 0 0 0;
}

#your_cart td {
	font-size: 14px;
	font-family: Arial;
	color: #666666;
}

#prod_details dt.details {
	font-size: 14px;
	font-family: Arial;
	color: #666666;
	line-height: 18px;
	font-weight: normal;
}

#prod_details dd.details {
	font-size: 14px;
	font-family: Arial;
	color: #666666;
	line-height: 18px;
	margin: 0;
}
#promo_details dt.details{
	font-size: 0.9em;
	font-weight: normal!important;
}
#your_cart dd.pricingDetails {
	margin: 0;
}

#your_cart dd.availabilityDetails {
	font-size: 0.9em;
	font-weight: normal;
}

#your_cart .thumb {
	padding: 0 10px;
	width: 130px;
	margin-top: -15px;
}

.cart_list .details {
	width: 270px;
}

.cart_list .details p {
	font-size: 0.8em;
}

.cart_list .details ul {
	padding: 0;
	margin: 0;
}

.cart_list .details ul ul {
	
}

.cart_list .details ul strong {
	color: #2C3A55;
	display: block;
	margin: 3px 0 -2px 0;
}

.cart_list .details ul ul strong {
	color: #666;
	display: inline;
}

.cart_list .thumb img {
	padding: 0;
	margin: 0 5px 0 5px;
}

.cart_list h2 {
	font-size: 1em;
	width: 550px;
	margin-left: 10px;
	margin-bottom: 3px;
}

dl.order_totals {
	margin: 0;
	text-align: right;
}

#cartSubtotal, dl.order_totals dt{
	font-weight: normal;
	font-family: Arial;
	font-size: 14px;
	color: #666666;
}

dl.order_totals dt.savings,dl.order_totals dd.savings {
	color: #FF8000;
	font-weight: bold;
}

dl.order_totals dt.total,dl.order_totals dd.total,.cart_total {
	font-size: 18px;
	font-family: Arial;
	line-height: 1.5em;
	padding: 0;
}

dl.order_totals dt.total,dl.order_totals dd.total {
	font-weight: bold;
	color: #FF8000;
}

dl.order_totals dt.tax,dl.order_totals dt.shipping {
	color: #666666;
}

dl.order_totals dd.tax,dl.order_totals dd.shipping {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #666666;
}

.cart_total {
	margin-bottom: 15px;
}

.cart_total>.right {
	margin-left: 20px;
}

a.promotion_link {
	float: none !important;
}

.cart-promotions-potential {
	background: transparent url(../images/icon-promo-potential.png)
		no-repeat;
	padding: 0 0 0 18px;
	margin-top: 4px;
	list-style: none !important;
	border: none;
	font-size: 0.9em;
	
}

.cart-promotions-applied {
	background: transparent url(../images/icon-promo-applied.png) no-repeat;
	padding: 0 0 0 18px;
	list-style: none !important;
}

.cart-promotions-applied span {
	font-weight: normal;
}

.promo ul {
	margin-bottom: 0;
}

#cartNavigationButtons {
	padding-top: 20px;
	padding-bottom: 10px;
}

#appliedPromotionCodes a {
	font-style: italic;
}

#appliedPromotionCodes div {
	margin-left: 20px;
	font-size: 0.8em;
}

#appliedPromotionCodes .title {
	margin-left: inherit;
	margin-top: 10px;
	font-size: inherit;
	font-weight: bold;
}

.appliedPromotion {
	color: #ff8000;
	font-weight: bold;
	line-height:19.2px;
}

.appliedPromotionPDP {
	color: #ff8000;
	font-family: Arial;
	font-size:16px;
	text-align:left;
	line-height:19.2px;
	effect:none;
	font-weight: normal;
}

.appliedPromotionMarkedDown {
	text-decoration: line-through;
}

.appliedPromotion dt {
	font-size: 0.9em;
}

dt.appliedPromotion {
	font-size: 0.9em;
}
/*
	Order Summary Widget
*****************/
#orderSummaryWidget .widget-body {
	padding: 10px;
	font-size: 14px;
}

#orderSummaryWidget .total-border {
	/* border: 1px solid #d0d0d0; */
	padding: 10px 10px 10px 10px;
}

#orderSummaryWidget a {
	font-weight: bold;
}

#orderSummaryWidget img {
	vertical-align: bottom;
}

/* #orderSummaryWidget .savings {
	color: #ff8000;
} */

#orderSummaryWidget .total,#orderSummaryWidget .totalPrice {
	font-weight: bold;
	text-align: right;
}
#orderSummaryWidget .total{
	color: #666666;
}
#orderSummaryWidget .totalPrice {
	color: #ff8000;
	font: 16px arial;
	font-weight: bold;
	padding: 5px 0 5px 0;
}

#orderSummaryWidget .appliedPromotions {
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.2em;
	padding: 0.3em 0 0.3em 0;
	max-width: 180px;
}

#orderSummaryWidget .appliedPromotions .promoCode {
	font-weight: bold;
}

dl.mini_order_totals {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

dl.mini_order_totals dt {
	float: left;
	min-width: inherit;
	padding: 1px;
}

dl.mini_order_totals dd {
	text-align: right;
	padding: 1px;
}

dl.mini_order_totals dd:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
/*

	Order Details Page
*****************/
.order_total,#your_order .total,#your_order thead th {
	/*color: #8a20af; removed following wireframe WF0040 notes */
	font-size: 1.3em;
	font-weight: bold;
}

#your_order .total.free {
	color: #9c701f;
	text-transform: uppercase;
}

#your_order .quantity input.qty {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 10px;
	-moz-box-shadow: inset 0 0 5px #cccccc;
	-webkit-box-shadow: inset 0 0 5px #cccccc;
	box-shadow: inset 0 0 5px #cccccc;
	border: 1px solid #BBBBBB;
	text-align: center;
}

#your_order a {
	text-decoration: underline;
	float: left;
}

#your_order h2 a,#your_order h2 a:visited {
	color: #00679f;
	text-decoration: underline;
}

#your_order h2 {
	font-size: 1.2em;
	overflow: auto;
}

#your_order h3 {
	font-size: 1.2em;
	color: #9c701f;
	max-width: 282px;
}

.order_total {
	padding-top: 4px;
}

#your_order .product_details span {
	color: #9c701f;
	font-weight: bold;
}

.product_details dl {
	margin: 0 0 0 0;
}

#your_order .quantity img {
	float: left;
	margin: 4px 0 0 8px;
}
/*

	Store Locator
*****************/
.store-openings td {
	padding: 1px 0 !important;
	border-bottom: 1px solid #eee !important;
}

td.weekday_openings_day {
	padding-right: 8px !important;
	font-weight: bold;
}

td.specialday_openings_date {
	padding-right: 8px !important;
	font-weight: bold;
}

.store_finder {
	width: 320px;
}

.store_map {
	width: 460px;
	height: 300px !important;
}

.store_finder .item_container_holder {
	min-height: 298px;
}

.store_map {
	margin-top: 10px;
}

.item_holder_store_locator {
	border: 1px solid #cccecf;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: 7px;
	margin-bottom: 10px;
	margin-top: 20px;
}

table#store_locator {
	border: 1px solid #CCCECF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: 20px;
}

table#store_locator tr th,table#store_locator tr td {
	border-left: 1px solid #CCCECF;
}

table#store_locator tr th:first-child,table#store_locator tr td:first-child
	{
	border-left: 0 none;
}

table#store_locator tr th {
	padding-left: 10px;
	color: #00679f;
}

table#store_locator ul {
	margin: 0;
	padding: 0;
}

table#store_locator .store_details {
	float: left;
	margin: 0 10px;
}

table#store_locator table tr td {
	margin: 0;
	padding: 0;
	border: 0 none;
}

table#store_locator h2 {
	font-size: 1em;
	margin: 0;
}

table#store_locator a {
	text-decoration: underline;
}

table#store_locator img {
	vertical-align: top;
}

.store_details a {
	text-decoration: underline;
}
/*

	Payment Details Table
*****************/
#payment_details,#payment_details_modal {
	border-top: 1px solid #C0C1C2;
	border-left: 1px solid #C0C1C2;
	border-right: 1px solid #C0C1C2;
	border-bottom: 1px solid #C0C1C2;
	/* added to address table on hy-ACC-WF0038-CheckoutSavedPaymentDetailsPage + Modal */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#payment_details th,#payment_details_modal th {
	color: #00679f;
	border-left: 1px solid #E7E7E7;
}

#payment_details th:first-child,#payment_details_modal th:first-child {
	border-left: 0 none;
}

#your_cart_promotions p {
	font-size: 14px;
	font-family: Arial;
}

#updateCartApplyPromotionForm .small {
	margin-bottom: 0;
}

/***************
	Promotion Messages
***************/
.promoMessage {
	border-radius: 5px 5px 5px 5px;
	color: #FFF;
	line-height: 26px;
	height: 26px;
	width: 330px;
}

.promoImage {
	float: left;
	height: inherit;
	margin-right:25px;
    background-position: 230px;
    width: 220px;
    margin-left: 15px;
}

.promoCartImage {
	float: left;
	height: inherit;
	margin-right:10px;
    background-position: 230px;
    width: 25px;
    /* margin-left: 15px; */
}

.positive {
	color: #70C30D;
}

.positive .promoImage, .positive .promoCartImage {
	background: url(../images/icon-info-pass.png) no-repeat scroll left
		center transparent;
}

.negative {
	color: #d9262a;
}

.negative .promoImage, .negative .promoCartImage{
	background: url(../images/icon-info-fail.png) no-repeat scroll left
		center transparent;
}

/****************
	Information Messages
*****************/
.information_message {
	margin-top: 10px;
	min-height: 26px;
}

.information_message span.single {
	top: 0;
	left: 0px;
}

.information_message span {
	height: 26px;
}

.information_message p {
	color: #ffffff;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.information_message.positive p,.information_message.negative p,.information_message.neutral p,.information_message.warning p
	{
	padding-top: 2px;
	height: 19px;
}

.information_message.positive p {
	background-color: #70c30d;
}

.information_message.negative p {
	background-color: #d9262a;
}

.information_message.neutral p {
	background-color: #00679f;
}

.information_message.warning p {
	line-height: 35px;
	margin-left: 5px;
}

.information_message.warning {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFB500',
		endColorstr='#FF8000' ); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFB500),
		to(#FF8000) ); /* for webkit browsers */
	background: -moz-linear-gradient(top, #FFB500, #FF8000);
	/* for firefox 3.6+ */
	border-radius: 4px 4px 4px 4px;
	height: 35px;
	padding: 3px 10px;
	vertical-align: middle;
}

.information_message.positive span {
	background: url(../images/icon-info-message-positive.png) no-repeat left
		center transparent;
}

.information_message.negative span {
	background: url(../images/icon-info-message-negative.png) no-repeat left
		center transparent;
}

.information_message.neutral span {
	background: url(../images/icon-info-message-neutral.png) no-repeat left
		center transparent;
}

.information_message.warning span {
	background: url(../images/icon-info-message-warning.png) no-repeat
		center transparent;
	padding: 7px 0px;
	vertical-align: middle;
}
/*

	Confirmation Messages
*****************/
.confirmation_message {
	border: 4px solid #70c30d;
}

.confirmation_message p {
	color: #70c30d;
	font-weight: bold;
}

.confirmation_message span {
	background: url(../images/icon-info-message-positive.png) no-repeat left
		center transparent;
}

.new_account {
	color: #a00000;
}
/*

	Error Messages
*****************/
.error_message {
	border: 4px solid #d9262a;
}

.error_message p {
	color: #d9262a;
	font-weight: bold;
}

.error_message span {
	background: url(../images/icon-info-message-negative.png) no-repeat left
		center transparent;
}

.error_message ul li {
	list-style-type: disc;
	color: #d9262a;
}

.form_field_error {
	background-color: #fcebeb;
	border: 1px dotted #d9262a;
	color: #AC1607;
	width: 92%;
}

.form_field_error p,.form_field_error .notify {
	color: #d9262a;
	padding-left: 3px;
	float: left;
}
/*

	Checkout Summary Flow
*****************/
.place-order-top .pad_right {
	margin-right: 0;
	padding: 5px 9px;
	font-size: 1.3em;
}

.place-order-bottom .pad_right {
	margin-right: 0;
	padding: 5px 9px;
	font-size: 1.3em;
}

.place-order-bottom {
	width: 790px;
}

button.place-order:disabled:hover {
	background-color: #cf7a01;
}

button.volumeButtonAddToCart:disabled:hover {
	background-color: #e0671f;
}

.terms dt.left {
	padding-top: 6px;
}

.checkout_summary_flow {
	height: 240px;
}

.checkout_summary_flow dl dt label {
	font-weight: bold;
}

.checkout_summary_flow a {
	text-decoration: underline;
}

.checkout_summary_flow .item_container_holder {
	border: 0 none;
	margin-top: 0;
}

.checkout_summary_flow .item_container_holder ul {
	padding-left: 0;
	margin: 0;
}

.checkout_summary_flow .item_container_holder .title_holder h2 span {
	background: url(../images/icon-checkout-summary-flow-plus.png) no-repeat
		left center transparent;
	width: 25px;
	height: 22px;
	left: 4px;
	top: -2px;
}

.checkout_summary_flow .complete .item_container_holder .title_holder h2 span
	{
	left: -3px;
}

.checkout_summary_flow .item_container_holder .title_holder {
	margin-bottom: 5px;
}

.checkout_summary_flow .item_container_holder .title_holder h2 {
	width: 160px;
	min-height: 20px;
	top: -8px;
	padding-top: 2px;
}

.checkout_summary_flow .item_container_holder .title {
	width: 175px;
	top: -5px;
}

.checkout_summary_flow_b .item_container_holder {
	padding-left: 10px;
}

.checkout_summary_flow_b .item_container {
	padding-left: 34px;
	width: 161px;
}

.checkout_summary_flow_c .item_container_holder {
	padding-left: 35px;
}

.checkout_summary_flow_c .item_container {
	padding-left: 10px;
	padding-right: 0;
}

#checkout_summary_deliveryaddress_div .item_container {
	width: 190px;
}

.checkout_summary_flow_a {
	background: url(../images/background-checkout-summary-box-a.png)
		no-repeat center center;
	width: 248px;
	height: 217px;
	top: 0;
	left: 0;
}

.checkout_summary_flow_a.complete .item_container_holder .title_holder .title .title-top
	{
	background: url(../images/item-title-top-scroller-positive.png) repeat-x
		left top transparent;
}

.checkout_summary_flow_a.complete .item_container_holder .title_holder .title .title-top span
	{
	background: transparent
		url(../images/item-title-top-right-scroller-positive.png) no-repeat
		right top scroll;
}

.checkout_summary_flow_a.complete .item_container_holder .title_holder h2
	{
	background: url(../images/bg-gradient-title-scroller-positive.png)
		repeat-x center top #4b8111;
	text-shadow: 0 2px 2px #a0a0a0;
}

.checkout_summary_flow_a.complete {
	background:
		url(../images/background-checkout-summary-box-a-complete.png)
		no-repeat center center;
}

.checkout_summary_flow_b.complete .item_container_holder .title_holder .title .title-top
	{
	background: url(../images/item-title-top-scroller-positive.png) repeat-x
		left top transparent;
}

.checkout_summary_flow_b.complete .item_container_holder .title_holder .title .title-top span
	{
	background: transparent
		url(../images/item-title-top-right-scroller-positive.png) no-repeat
		right top scroll;
}

.checkout_summary_flow_b.complete .item_container_holder .title_holder h2
	{
	background: url(../images/bg-gradient-title-scroller-positive.png)
		repeat-x center top #4b8111;
	text-shadow: 0 2px 2px #a0a0a0;
}

.checkout_summary_flow_b.complete {
	background:
		url(../images/background-checkout-summary-box-b-complete.png)
		no-repeat center center;
}

.checkout_summary_flow_c.complete .item_container_holder .title_holder .title .title-top
	{
	background: url(../images/item-title-top-scroller-positive.png) repeat-x
		left top transparent;
}

.checkout_summary_flow_c.complete .item_container_holder .title_holder .title .title-top span
	{
	background: transparent
		url(../images/item-title-top-right-scroller-positive.png) no-repeat
		right top scroll;
}

.checkout_summary_flow_c.complete .item_container_holder .title_holder h2
	{
	background: url(../images/bg-gradient-title-scroller-positive.png)
		repeat-x center top #4b8111;
	text-shadow: 0 2px 2px #a0a0a0;
}

.checkout_summary_flow_c.complete {
	background:
		url(../images/background-checkout-summary-box-c-complete.png)
		no-repeat center center;
}

.checkout_summary_flow_a.complete .item_container_holder .title_holder h2 span,.checkout_summary_flow_b.complete .item_container_holder .title_holder h2 span,.checkout_summary_flow_c.complete .item_container_holder .title_holder h2 span
	{
	background: url(../images/icon-checkout-summary-flow-tick.png) no-repeat
		left center transparent;
}

.checkout_summary_flow_a.complete button.form,.checkout_summary_flow_b.complete button.form,.checkout_summary_flow_c.complete button.form
	{
	top: 175px;
	font-size: 1em;
	background-image: url(../images/button/gradient-button-form_h.png);
	background-color: #be82c4;
}

.checkout_summary_flow_a.complete button.form:hover,.checkout_summary_flow_b.complete button.form:hover,.checkout_summary_flow_c.complete button.form:hover
	{
	background-image: url(../images/button/gradient-button-form.png);
	background-color: #909291;
}

.checkout_summary_flow_a button.form,.checkout_summary_flow_b button.form,.checkout_summary_flow_c button.form
	{
	top: 175px;
	font-size: 0.9em;
	padding-left: 2px;
	padding-right: 2px;
}

.checkout_summary_flow_a button {
	left: 15px;
}

.checkout_summary_flow_b button {
	left: 25px;
}

.checkout_summary_flow_c button {
	left: 51px;
}

.checkout_summary_flow_b {
	background: url(../images/background-checkout-summary-box-b.png)
		no-repeat center center;
	width: 267px;
	height: 217px;
	top: 0;
	left: 210px;
}

.checkout_summary_flow_c {
	background: url(../images/background-checkout-summary-box-c.png)
		no-repeat center center;
	width: 267px;
	height: 241px;
	top: 0;
	left: 436px;
}

.checkout_summary_flow a.edit_complete {
	color: #528821;
}

.checkout_summary_flow a.edit_complete:hover,.checkout_summary_flow a.edit_complete:active
	{
	color: #666666;
}

.checkout_summary_flow_a a.edit_complete,.checkout_summary_flow_b a.edit_complete,.checkout_summary_flow_c a.edit_complete
	{
	position: absolute;
	top: 181px;
	font-size: 1em;
}

.checkout_summary_flow_a a.edit_complete {
	left: 15px;
}

.checkout_summary_flow_b a.edit_complete {
	left: 25px;
}

.checkout_summary_flow_c a.edit_complete {
	left: 51px;
}

span.saved_card {
	display: block;
	margin: 10px 0 5px 0;
}
/*

	Varient Options
*****************/
.variant_options .colour p {
	margin: 0 12px 0 0;
}

.variant_options .colour ul li {
	width: 30px;
	height: 30px;
	border: 2px solid #666666;
	float: left;
	margin-right: 10px;
}

.variant_options .colour ul li.selected {
	border-color: #55046d;
}

.variant_options .colour ul li a {
	display: block;
}

.variant_options .swatch_colour_a {
	background-color: #d15897;
	display: block;
	height: 30px;
	width: 30px;
}

.variant_options .size {
	min-height: 61px; /* IE7 padding issue*/
}

.variant_options .size,.variant_options .colour {
	width: 310px;
	margin-bottom: 20px;
}

.variant_options .size dl {
	margin: 0;
}

.variant_options .size dl dt {
	min-width: 0;
}

.variant_options button {
	margin-top: 5px;
}

.variant_options .size a {
	padding-left: 45px;
}
/*

	Payment Details
*****************/
.payment_details_left_col,.payment_details_right_col {
	border: 1px solid #CCCECF;
	padding: 10px;
	width: 342px;
}

.payment_details_left_col h1,.payment_details_right_col h1 {
	color: #00679f;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 15px;
}

span.saved_card button {
	margin-right: 10px;
}

span.saved_card p {
	padding-top: 6px;
}

.save_payment_details {
	margin-top: 30px;
}
/*

	Payment Details Popups
*****************/
#popup_checkout_delivery_address,#popup_checkout_delivery_modes,#popup_checkout_add_edit_payment_method
	{
	margin-left: 10px;
	margin-right: 42px;
}

#popup_checkout_saved_payment_method {
	border: 5px solid #d6d7d9;
	width: 739px;
	margin: 50px auto 0 auto;
}
/*

	Checkout Review Page
*****************/
.editShippingLink {
	font-weight: normal;
	font: 14px arial;
}

.checkoutCreditCardLabel {
	font: 16px arial;
	font-weight: bold!important;
	color: #FF8000;
}
/*

	Checkout Order Confirmation Page
*****************/
.your_order h1 {
	font-size: 1.2em;
}

.delivery_stages .item_container_holder .item_container {
	min-height: 112px;
}

.delivery_stages .item_container_holder {
	background-color: #E1ECCE;
	border-color: #7dc452;
}
/*

	Store Details
*****************/
.store_details_left_col,.store_details_right_col {
	width: 375px;
}

.store_details_left_col img,.store_details_right_col img {
	margin-bottom: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.store_details_left_col {
	float: left;
}

.store_details_right_col {
	float: right;
}

table#store_details {
	border: 1px solid #CCCECF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

table#store_details tr td {
	margin: 0;
	border: 0 none;
}

table#store_details ul {
	margin: 0;
	padding: 0;
}

table#store_details table {
	margin: 0;
}

table#store_details table tr td {
	margin: 0;
	padding: 0;
}

table#store_details thead th {
	padding: 10px;
}

table#store_details h1 {
	font-size: 1.1em;
	color: #00679f;
	font-weight: bold;
}

.store_map_details {
	margin-bottom: 20px;
	height: 344px;
	border: 1px solid #CCCECF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/*

	Customer Account Home
*****************/
.cust_acc {
	border: 1px solid #cccecf;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: auto;
	margin-top: 10px;
	padding: 37px;
}

.cust_acc_tile {
	float: left;
	margin-bottom: 27px;
	min-height: 100px;
	width: 50%;
}

.cust_acc_tile span {
	float: left;
	margin-right: 10px;
	min-width: 98px;
}

.cust_acc_tile h1 {
	font-size: 1.4em;
	font-weight: bold;
}

.cust_acc_tile h1 a,.cust_acc_tile h1 a:visited {
	color: #00679f;
	text-decoration: underline;
}

.cust_acc_tile ul li {
	list-style-type: disc;
	list-style-position: inside;
	color: #666;
}

.cust_acc_tile ul li a {
	text-decoration: underline;
	color: #2c3a55;
}

.cust_acc_tile ul li a:hover {
	color: #2d95c8;
}

#order_history a {
	text-decoration: underline;
	color: #2c3a55;
}

#order_history a:hover {
	color: #2d95c8;
}

#address_book a {
	text-decoration: underline;
	color: #2c3a55;
}

#address_book a:hover {
	color: #2d95c8;
}
/*

	Manage Address Book
*****************/
table#address_book ul.updates li {
	float: left;
	margin-left: 10px;
}

table#address_book ul.updates li:first-child {
	margin-left: 0;
}
/*

	Long Description Modal
*****************/
#colorbox.long_desc {
	border: 5px solid #eac2ed;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.long_desc_modal_content {
	margin: 20px 40px 20px 20px;
}

#colorbox.long_desc #cboxClose {
	background: url(../images/colorbox/long_desc_close.png) no-repeat center
		center transparent;
	right: 20px;
	top: 10px;
}

#colorbox.long_desc #cboxClose.hover {
	background: url(../images/colorbox/long_desc_close_h.png) no-repeat
		center center transparent;
}
/*

	Comparision Detail Page
*****************/
.prod_comp {
	overflow: hidden;
}

.remove_all {
	clear: both;
	float: left;
	width: 100%;
	padding-left: 10px;
}

.remove_all a {
	text-decoration: underline;
	display: block;
	margin-bottom: 4px;
}

.remove_all a:hover {
	text-decoration: underline;
}

.remove_all a span {
	background: url(../images/icon_prod_comp_close.png) no-repeat left
		center;
	width: 12px;
	height: 12px;
	display: block;
	float: left;
	padding-left: 5px;
	margin-top: 2px;
}

.remove_all a:hover span {
	background: url(../images/icon_prod_comp_close_h.png) no-repeat left
		center;
}
/*.prod_comp a span:before {
	content: url(../images/icon_prod_comp_close.png);
}*/
.prod_comp_tile {
	overflow: hidden;
	width: 128px;
	position: relative;
	float: left;
}

.prod_comp_tile:first-child { /*padding-left: 0;*/
	
}

.prod_comp_tile .thumb {
	text-align: center;
	margin: 0;
	float: left;
	height: 114px;
	width: 114px;
	border: 1px solid #cccecf;
	background-color: #ffffff;
}

.prod_comp_tile:hover .thumb {
	border: 1px solid #00679f;
}

.prod_comp_tile .thumb a {
	display: block;
}

.prod_comp_tile button.large {
	margin-bottom: 0;
}

.prod_comp_tile .details {
	float: left;
	padding-top: 7px;
	min-height: 36px;
	width: 116px;
}

.prod_comp_tile .thumb img {
	padding: 10px;
}

.prod_comp_tile .thumb img:hover {
	
}

.prod_comp_tile .cart {
	clear: both;
	overflow: hidden;
	padding-top: 10px;
}

.prod_comp_tile p {
	margin: 0;
}

.prod_comp_tile .cart button {
	float: left;
}

.prod_comp_tile .price {
	float: left;
}

.prod_comp_tile .cart button {
	margin-right: 10px;
}

.prod_comp_tile p {
	
}

.prod_comp_tile .cart p {
	color: #2c3a55;
}

.prod_comp_tile .stocked {
	margin-top: 20px;
	margin-bottom: 10px;
}

.prod_comp_tile .close {
	width: 12px;
	height: 12px;
	position: absolute;
	top: 9px;
	right: 0;
	background: url(../images/icon_prod_comp_close.png) no-repeat center
		center;
	cursor: pointer;
}

.prod_comp_tile .close:hover {
	background: url(../images/icon_prod_comp_close_h.png) no-repeat center
		center;
}

.prod_attributes {
	margin-top: 20px;
}

table#product_comparision h2 {
	color: #00679f;
	font-weight: bold;
	font-size: 1.1em;
	margin-left: 10px;
}

table#product_comparision tr th:first-child,table#prod_attributes tr td:first-child
	{
	width: 145px;
	padding-left: 0;
	padding-right: 0;
}

table#product_comparision tr th,table#prod_attributes tr td {
	width: 159px;
	padding-left: 0;
	padding-right: 0;
}

table#prod_attributes {
	border-bottom: 1px solid #E8C4E9;
	margin-bottom: 0;
}

table#prod_attributes tr td {
	border-left: 1px solid #e8c4e9;
	border-top: 0 none;
}

table#prod_attributes tr th {
	border-left: 0 none;
	color: #00679f;
	font-weight: bold;
}

table#prod_attributes tr td:first-child p,table#prod_attributes tr td:first-child ul
	{
	padding-left: 10px;
}

table#prod_attributes tr:nth-child(even) {
	background: #faf0fb;
}

table#prod_attributes tr:nth-child(odd) {
	background: #ffffff;
}

table#prod_attributes tr:nth-child(odd):first-child {
	background: transparent;
}

table#prod_attributes tr:first-child th {
	border-bottom: 1px solid #E8C4E9;
}

.item_container_holder.comparison_holder .item_container {
	padding-left: 0;
	padding-right: 0;
}

.item_container_holder.comparison_holder {
	border: 4px solid #CCCECF;
	background: url(../images/bg-gradient-comp-details.png) repeat-x left
		top #e8e8e8;
}

.item_container_holder.comparison_holder .title-top {
	height: 11px;
}

.item_container_holder.comparison_holder .title-top span {
	height: 11px;
}

.item_container_holder.comparison_holder .title {
	top: -11px;
}

table#product_comparision tr td {
	border-top: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
	border-right: 0 none;
	padding-left: 10px;
	padding-right: 0;
}

table#product_comparision tr td:first-child {
	padding-left: 0;
}

table#product_comparision tr td table#prod_attributes tr td {
	border-left: 1px solid #E8C4E9;
}

table#product_comparision tr td table#prod_attributes tr th {
	border-left: 0 none;
	padding-left: 10px;
}

table#prod_attributes ul {
	margin: 0;
}

.comparison_holder_modal {
	margin: 20px;
}
/*

	Comparison Info Zone
*****************/
.compare {
	background: url(../images/bg-gradient-prod-list.png) repeat-x left top
		#E2E2E2;
}

.compare .item_container {
	margin-bottom: 0;
}
/*

	Comparison Info Zone Informational
*****************/
.comp_info {
	background: url(../images/bg-gradient-comparison-info.png) repeat-x
		center top #454545;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 20px 12px 12px 12px;
	margin: 0 15px;
	overflow: auto;
}

.comp_info p {
	color: #ffffff;
	float: left;
	margin: 0;
	font-weight: bold;
	padding-left: 10px;
}

.comp_info span {
	background: url(../images/icon-info.png) no-repeat center center
		transparent;
	margin-bottom: 10px;
	float: left;
	width: 16px;
	height: 16px;
}
/*

	Comparison Info Zone Tile Holder
*****************/
.comp_tile_holder { /*background-color: #e2e2e2;*/
	float: left;
	padding-left: 30px;
	position: relative;
	height: 215px;
}

.comp_tile_holder .prod_comp_tile {
	width: 155px;
	width: 148px;
}

.comp_tile_holder .prod_comp_tile .close {
	right: 20px;
}

.comp_tile_holder button {
	position: absolute;
	bottom: 10px;
	right: 10px;
	margin-bottom: 0;
}
/*.comp_tile_holder button {
	float: right;
	margin-top: 20px;
	margin-right: 10px;
	clear: both;
}*/
/*

	Footer
*****************/
#footer {
	font-size: 0.75em;
	width: 970px;
	margin-left: -10px;
	padding: 0px 0px;
	display: block;
	border-top: 1px solid #bababa;
	background-color: #444444;
}

#footer a,#footer a:visited {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: #ff8000;
}

#footer .links {
	width: 950px;
	height: 304px;
	padding: 40px 0px;
}

#footer .column {
	text-align: left;
	float: left;
	width: 210px;
	text-decoration: none;
	list-style-type: none;
	margin: 0px 10px;
	padding-left: 10px;
}

#footer .all {
	margin-top: 15px;
	margin-bottom: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}


#footer .icons {
	margin-top: 15px;
}


#footer li {
	margin: 0px 0px 0px 0px;
}


#footer li a {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	color: #d0d0d0;
}

#footer .title {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	margin: 0px 0px 15px 0px;
	cursor: default;
	color: #ffffff;
}

#footer .corporate {
	width: 975px;
	padding: 30px 20px 0px 20px;
	float: left;
	text-align: left;
	position: relative;
	height: 54px;
	Background-color:#555555;
	Effect:none;
	Alpha:1;
}

#footer .corporate span {
	display: inline;
	cursor: default;
	float: right;
	margin-top: -10px;
}

#footer .corporate span a{
	Font-Family:Arial;
	Font-Size:12px;
	color:#ffffff;
	Text-Align:left;
	Line-Height:14.4px;
	margin-left: 25px;
	Effect:none;
}

#footer .corporate .cmsimage {
	display: inline;
	right: 10px;
	float: right;
	border: none;
	right: -15px;
	margin-left: 7px;
}

#footer .icons .simple_banner {
	float: left;
	margin-right: 5px;
	padding-right: 7px;
}

#footer li.icons {
	height: 23px;
}

#footer h3 {
	text-transform: uppercase;
	color: #666666;
	font-weight: bold;
	font-size: 1.1em;
	border-bottom: 1px solid #ddd;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

#footer ul.Fa {
	padding: 10px;
}

#footer ul.Fb {
	padding: 0 10px;
}

#footer ul.Fb li {
	line-height: 2em;
}

#footer ul.Fc {
	padding: 0px;
	min-width: 200px;
}


.footerLogo{
	float:left;
	margin-top:-3px;	
}

/*

	Layout Sections
*****************/
.banner,.simple_banner,.bannerHeaderFooter {
	margin-bottom: 10px;
}

.bannerHeaderFooter {
	padding: 10px;
}

.span-4.section4 .banner:first-child,.span-4.section4 .simple_banner:first-child
	{
	margin-top: 30px;
}

.checkout-flow {
	padding-bottom: 20px;
}

#coStep0,#coStep1,#coStep2,#coStep3 {
	float: left;
	/* border: 2px solid #cdcdcd; */
	width: 226px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#coStep0 {
	border-right: 0px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	background: #989898; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#989898',
		endColorstr='#787878' ); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#989898),
		to(#787878) ); /* for webkit browsers */
	background: -moz-linear-gradient(top, #989898, #787878);
	/* for firefox 3.6+ */
	color: white;
	padding-top: 2px;
	height: 44px;
	width: 166px;
}

#coStep1,#coStep2 {
	border-left: 0px;
	border-right: 0px;
}

#coStep3 {
	width: 210px!important;
	border-left: 0px;
	/* border-top-right-radius: 6px;
	border-bottom-right-radius: 6px; */
}

#coStep1,#coStep2,#coStep3 {
	background: #f7f7f7; /* for non-css3 browsers */
	color: #444444;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
		endColorstr='#ededed' ); /* for IE */
	/* background: -webkit-gradient(linear, left top, left bottom, from(#ffffff),
		to(#ededed) ); */ /* for webkit browsers */
	/*background: -moz-linear-gradient(top, #f7f7f7, #ededed);
	 for firefox 3.6+ */
	padding-top: 16px;
	height: 34px;
}

#coStep1.active-step,#coStep2.active-step,#coStep3.active-step {
	background: #ff8000; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9e2e',
		endColorstr='#ff8300' ); /* for IE */
	/* background: -webkit-gradient(linear, left top, left bottom, from(#ff9e2e),
		to(#ff8300) ); */ /* for webkit browsers */
	/* background: -moz-linear-gradient(top, #ff9e2e, #ff8300);
	for firefox 3.6+ */
	color: white;
}



.co-step-o2g,.co-step-g2o,.co-step-g2g,.co-step-g2w,.co-step-o2w{
	float: left;
	height: 50px;
	width: 16px;
}
.co-step-o2g {
	background-image: url('../images/Checkout_Divider_Orange-Gray.png');
}

.co-step-g2o {
	background-image: url('../images/Checkout_Divider_Gray-Orange.png');
}

.co-step-g2g {
	background-image: url('../images/Checkout_Divider_Gray-Gray.png');
}

.co-step-g2w {
	background-image: url('../images/Checkout_Divider_Gray-White.png');
}
.co-step-o2w {
	background-image: url('../images/Checkout_Divider_Orange-White.png');
}


/*

	Widget CSS
*****************/
.divWidget {
	margin-top: 10px;
	border-bottom: 1px solid #CCC
}

.widget {
	border-width: 2px;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 0;
	word-wrap: break-word;
}

.widget-heading {
	height: 50px;
	padding: 0 20px;
	border: 0;
}
#checkoutLogin .titleGrad{
	height: 30px!important;
}

.widget-heading-title {
	font-size: 16px;
	font-family: arial;
	font-weight: bold;
	color: #444444;
}

.widget-heading-desc {
	font-size: 12px;
	font-family: arial;
	color: #666666;
	font-weight: normal;
	float: left !important;
}

.widget-heading-right {
	float: right;
}

.widget-border-top {
	border-top: 1px solid #d0d0d0;
}

.widget-body {
	padding: 20px 20px 20px 20px;
}

.widget-body-override {
	
}

.widget-row {
	overflow: hidden;
}

.widget-cell {
	float: left;
}

.widget h1,.widget h2,.widget h3,.widget h4,.widget h5 {
	font-family: Arial, Helvetica, sans-serif;
}

.widget h1 strong,.widget h2 strong,.widget h3 strong,.widget h4 strong,.widget h5 strong
	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.widget-heading-blue {
	background-color: #fff;
	/* background-image: -moz-linear-gradient(center top, #0083BF, #005A84); */
	border: 0;
	height: 50px;
	padding: 0 10px;
	border: 0;
	color: #333333;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}
#orderSummaryWidget .widget-heading-title{
	font: 32px KnowledgeLight;
	color: #333333;
}
.widget-heading-blue .widget-heading-title {
	color: #fff;
}

.widget-heading .onelineLongField input[type="text"] {
	margin: 0;
	padding: 0;
}

.widget table {
	margin: 0;
	padding: 0;
}

.widget thead {
	height: inherit;
}

.widget th {
	text-align: center;
	padding: 5px 20px;
	vertical-align: middle;
}

.widget td {
	/* border-width: 2px 0 0 0;
	border-style: solid;
	border-color: #BABABA; */
	padding: 30px 5px;
	text-align: center;
}
.widget-body td{
	padding: 4px 0px 4px 0px !important;
} 
.widget .title_holder h2 {
	font-size: 1em;
	font-weight: bold;
}

.widget .item_container {
	padding: 0;
}

#vatDetails .onelineLabel {
	float: left;
	width: 240px;
	padding-top: 4px;
}

#vatDetails .onelineLabel label {
	width: 100%;
	text-align: left;
	font: 13px arial;
	margin: 0px;
	padding: 0px;
}

.onelineLabel {
	float: left;
	width: 200px;
	margin-right: 10px;
	padding-top: 4px;
}

.onelineLabel label {
	text-align: right;
	font: 14px arial;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
.onelineSelectLabel label{
	text-align: left;
	font: 14px arial;
	color: #666666;
}
.onelineSelectLabel{
	float: left;
}
.onelineLoginLabel {
	margin-right: 10px;
    margin-top: 5px;
}

.onelineLoginLabel label {
	width: 100%;
	text-align: left;
	font: 13px arial;
	margin-bottom: 7px;
	padding: 0px;
}

.onelineField {
	float: left;
}

.onelineField input[type=text] {
	width: 292px;
}

.onelineField select {
	width: 300px;
}

#wrapper_shippingMethods .onelineField select {
	width: 350px;
}

.onelineCheckbox input[type=checkbox] {
	margin-right: 7px;
}

.onelineCheckbox label {
	width: 630px;
	margin-bottom: 7px;
}

.onelineError {
	color: #AC1607;
}

#loginForm .onelineError{
	margin-bottom: 0px;
	background-color: #fff!important;
   border: none!important;
   color: #505050;
   padding-top: 0px!important;
}
#loginForm{
	width: 310px;
}

 .onelineErrorMsg span{
   font-size: 12px;
   font-family: arial;
   color: #990000;
   margin-left:5px;
 }
.onelineLabel.oll-5 {
	width: 178px;
}
.onelineShortLabel {
	float: left;
	width: 138px;
	margin-right: 10px;
	padding-top: 2px;
}

.onelineShortLabel label {
	/* width: 100%; */
	text-align: left;
	font: 14px arial;
	color: #666;
	margin: 0px;
	padding: 0px;
	padding-top: 4px
}

.onelineShortField {
	float: left;
}

.onelineShortField input[type=text] {
	width: 30px;
}

.onelineLongLabel {
	float: left;
	width: 380px;
	margin-right: 10px;
	padding-top: 4px;
}

.onelineLongLabel label {
	width: 100%;
	text-align: right;
	font: 11px arial;
	color: #333;
	margin: 0px;
	padding: 0px;
}

.onelineLongField {
	float: Right;
}

.onelineLongField input[type=text] {
	width: 270px;
}
.onelineLongFields input[type=text] {
	width: 230px;
    margin-top: 0px;	
}
.oneLineElementsFormat {
	float: left;
	width: 380px;
	margin-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.onelineTwoElements {
	float: left;
	width: 300px;
	height: 36px;
}

.onelineTwoElements1 select, .onelineTwoElements2 select{
	width: 90px;
	margin-right: 10px;
}

 .onelineTwoElements1 input[type=text] {
	width: 75px;
	font: 13px arial;
	margin-right: 10px;
}

.onelineTwoElements2 img {
	width: 36px;
	height: 20px;
}

.ccRadio {
	line-height: 36px;
	height: 20px;
	vertical-align: center;
}
.blockLabel{
	font: 14px arial;
	color: #666666;
}
.blockLabel {
	float: left;
	width: 350px;
	margin-right: 10px;
	margin-bottom: 33px;
	display: block
}

.ccImage {
	width: 55px;
	height: 30px;
	/* border: 1px solid #BBBBBB; */
}

.ccSecurityImage {
	vertical-align: bottom;
	margin-bottom: 10px;
}

.paymentMethodPadded {
	padding-right: 10px;
	padding-left: 10px;
}

.paymentMethodMarginRight {
	margin-right: 20px;
	margin-bottom: 5px;
}

.paymentMethodLayout {
	float: left;
	clear: none;
}

.paymentMethodLayout label {
	float: left;
	clear: none;
	display: block;
	padding: 2px 1em 0 0;
}

.paymentMethodLayout input[type=radio],input.radio {
	float: left;
	clear: none;
	margin: 2px 0 0 2px;
}

.textBlock {
	float: left;
	width: 80%;
	padding-left: 5px;
}

#page_heading {
	border-bottom: 1px solid #d0d0d0;
	float: left;
	width: 950px;
	margin-bottom: 20px;
}

#page_heading .page_heading_title {
	font-family: KnowledgeLight;
	font-size: 40px;
	padding: 24px 0px;
	float: left !important;
	color: #333333;
}

#page_heading .page_heading_group {
	float: right;
}

#page_heading .page_heading_group_item {
	float: left;
	font-size: 0.75em;
	padding: 20px 15px 5px 0;
}

#page_heading .page_heading_group_item img {
	float: left;
	padding: 0 5px 0 0;
}

#pref_center_heading {
	font-family: KnowledgeLight, arial, helvetica, sans-serif;
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 20px;
	padding: 0 10px 5px 10px;
}

#pref_center_heading .pref_center_heading_title {
	float: left;
	text-transform: uppercase;
}

#pref_center_heading  .pref_center_title {
	font-size: 2.25em;
	color: #FF8000;
	line-height: 1em;
}

#pref_center_heading  .pref_center_description {
	font-family: KnowledgeBold;
	font-size: .99em;
	color: #666666;
	padding-left: 2px;
}

#pref_center_footer {
	float: left;
	width: 960px;
	color: white;
	background: #666666;
	padding: 0px 5px;
	position: absolute;
	bottom: 0px;
}

.pref_center_content_title {
	font-family: KnowledgeBold;
	fontsize: .875em;
}

.pref_center_content_text {
	font-family: arial;
	fontsize: .8125em;
}

.pref_center_tr_logo {
	float: right;
}

.pref_center_body_text_title {
	font-family: KnowledgeBold;
	fontsize: .875em;
	text-transform: uppercase;
}

.pref_center_body_text_header {
	font-family: arial, sans-serif;
	fontsize: .8125em;
	clear: both;
	float: none;
	position: relative;
}

.pref_center_body_text_header input {
	left: 0px;
	position: absolute;
	top: 0px;
}

.pref_center_body_text_header label {
	display: block;
	margin-left: 20px;
	width: inherit;
}

.pref_center_body_text_description {
	font-family: arial, sans-serif;
	fontsize: .8125em;
	margin-left: 20px;
	margin-bottom: 10px;
	float: none;
	position: relative;
}

.pref_center_body_newsletter_description {
	font-family: arial, sans-serif;
	fontsize: .8125em;
	margin-bottom: 5px;
	float: none;
	position: relative;
}

.pref_center_body_newsletter_description input {
	left: 0px;
	position: absolute;
	top: 0px;
	margin-left: 0px;
}

.pref_center_body_newsletter_description label {
	display: block;
	margin-left: 20px;
	width: inherit;
	margin-left: 20px;
}

#page_footing {
	/* border-bottom: 1px dashed #cdcdcd; */
	float: left;
	margin: 10px 0;
}

div.widget-heading-right.whr-checkbox {
	padding-top: 19px;
}

div.widget-heading-right.whr-input {
	padding-top: 10px;
}

.orangeText {
	color: #FF8000;
}

.searchedTerm {
	font-family: KnowledgeRegular,arial,helvetica,sans-serif;
	color: #666666;
	line-height: 36px;
	font-size: 30px;
}

.horizontal_dashed_border {
	border-bottom: 1px dashed #cdcdcd;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.horizontal_solid_border {
	border-bottom: 1px solid #cdcdcd;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.leftSpacer {
	margin-left: 10px;
}

.topSpacer {
	margin-top: 10px;
}

.smallTopSpacer {
	margin-top: 5px;
}

.largeTopSpacer {
	margin-top: 20px;
}

/*

	Random Stuff
*****************/
.leftBorder {
	border-left: 2px solid #BABABA;
}

.extendBorder {
	padding-bottom: 500px;
	margin-bottom: -500px;
}

.vertical-center-container {
	display: table;
	height: 100%;
	position: static;
	width: 100%;
}

.vertical-center {
	display: table-cell;
	vertical-align: middle;
}

.center {
	width: inherit;
	text-align: center;
}

.blue-text {
	color: #0072ac;
}

/*

	Can We Help? Widget
*****************/
#CanWeHelp .widget-body {
	padding: 15px 0px;
}

#CanWeHelp .widget-body * {
	border: 0;
	margin: 0;
	padding: 0.5px 0;
}

#CanWeHelp .widget-row {
	margin-bottom: 5px;
}

#CanWeHelp .widget-body h4 {
	margin-bottom: 10px;
	margin-left: 10px;
}

#CanWeHelp h4 {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0;
}

#CanWeHelp .row0{
	margin-left: 0px!important;
}
#CanWeHelp .row1{
	margin-top: 5px!important;
	margin-right: 7px!important;
}
#CanWeHelp .row2{
	margin-right: 5px!important;
}
#CanWeHelp .row3{
	margin-left: 25px!important;
	margin-right: -10px;
}
#CanWeHelp .row4{
	margin-left: 16px!important;
	margin-right: -7px!important;
}
 #CanWeHelp .row5{
	margin-left: 15px!important;
	margin-top: 5px!important;
	margin-right: -10px!important;
}
#CanWeHelp .row6{
	margin-left: 23px!important;
	margin-right: -11px!important;
} 
#CanWeHelp .column0{
	margin-left: 20px;
}
#CanWeHelp .cmsimage{
	margin-top: 5px;
	
}

#leftRail .content p strong span {
	Font-Family: knowledgeBold, Arial, Helvetica, sans-serif;
	font-weight: normal;
	Font-Size: 17px;
	color: #555555;
	Text-Align: left;
	Line-Height: 15px;
	Effect: none;
	text-transform: uppercase;
	margin-left: 25px;
}
	
#leftRail div.content{
	margin-top:40px;
}

#CanWeHelp .column1 {
	margin: 6px 0 0 5px
}

#CanWeHelp .widget-body .small {
	line-height: 18px;
}

#CanWeHelp .small {
	margin-bottom: 0;
	padding: 0;
}

#CanWeHelp dd a{
	width:70px;	
} 

#CanWeHelp dd:nth-child(1)> * {
	margin-left: 10px;
	Font-Family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	Font-Size: 14px;
	color: #0072a8;
	Text-Align: left;
	Line-Height: 40px;
	Effect: none;
}

#CanWeHelp dd a:hover {
	color: #005a84!important;
}

.nextArrowImage {
	vertical-align: middle;
	padding-bottom: 3px;
	padding-left: 2px;
}

#CanWeHelp dd:nth-child(2)> * {
	margin-left: 10px;
	Font-Family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	Font-Size: 14px;
	color: #0072a8;
	Text-Align: left;
	Line-Height: 35px;
	Effect: none;
}

#CanWeHelp dd:nth-child(3)> *{
	margin-left: 10px;
	Font-Family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	Font-Size: 14px;
	color: #333333;
	Text-Align: left;
	Line-Height: 36px;
	Effect: none;
}


/*

	Checkout Login Page
*****************/
#checkoutLogin h4 {
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #444444;
	margin-bottom: 13px;
}

/*

    Checkout Review Page
*****************/
.failMessage {
	border-radius: 5px 5px 5px 5px;
	color: #FFF;
	line-height: 26px;
	height: 26px;
	float: Left;
	display: block;
}

.failImage {
	float: left;
	height: inherit;
	width: 30px;
}

.failMessage .failImage {
	background: url(../images/icon-info-fail.png) no-repeat scroll left
		center transparent;
}

#termsAndConditions .termsMessageError {
	font: 12px arial;
	color: #990000;
	display: none;
	font-weight: bold;
}

#termsAndConditions .termsMessageError img {
	height: 20px;
	position: relative;
	top: 0px;
	margin-right: 5px;
}

/*
 * Canned widgets with side by side blocks having mutually resizable hight and dividers
 **************************************************************************************/
#deliveryInfoMethod .deliveryInfoMethodName {
	padding-bottom: 10px;
}

#delivery_info .widget-cell,#payment_info .widget-cell {
	width: 33%;
}

#delivery_info .title_holder h2, #placeOrderForm .title_holder h2, #payment_info .title_holder h2{
	font: 14px arial;
	font-weight: bold;
    color: #666666;
    margin-bottom: 20px;
}

#paymentMethod #paymentInfoLine1 {
	width: 37%;
}

#paymentMethod #paymentInfoMethodForm {
	width: 63%;
}

/* #paymentMethod .onelineShortLabel {
	width: 105px;
} */ /* This works for formatting the payment stuff but it is very ugly
																	  and the whole thing really should be restructured */

/** PAGE SPECIFIC **/
div#taxExemption div#st16Details
	{
	padding-top: 40px;
}
#taxExemption #educationalPurposesDetails{
	padding-top: 40px;
}
#taxExemption div.instructions {
	width: 600px;
	margin-left: 25px;
	margin-bottom: -5px;
}
.instructions input[id=studentID]{
margin-bottom: 10px;
}
#educationalPurposesDetails .instructions {
	margin-bottom: -35px!important;
}
#st16Details .instructions{
	margin-bottom: -32px!important;
}
#optionalPONumber .widget-heading-right {
	position: relative;
	top: -12px;
}
.onelineInputAddressBox input[id=schoolName], .onelineInputAddressBox input[id=studentID]{
	width:212px;
}
#optionalPONumber .vertical-center-container {
	position: relative;
	top: 4px;
}

#confirmationThankYou {
	font-size: 1.2em;
	font-weight: bold;
    margin: 3px 0px;
    
}
#confirmationThankYou h1{
	margin-bottom: 10px;
}
#confirmationThankYou h1 strong{
	font: 32px KnowledgeBold;
	color: #444444;
}

/*
	Available Formats
*****************/
.purchasing_option_container .price,
.purchasing_option_container .appliedPromotionMarkedDown {
	/* should only be orange if discounted - future story */
	/* color: #FFA200; */
	font-weight: initial;
	font-family:Arial;
	font-size:16px;
	color:#444444;
	text-align:left;
	line-height:34px;
	effect:none;
}

.purchasing_option_container .price{
	text-align: right;
	font-weight: bold;
}

.purchasing_option_container.proview a.priceItPopupFancy {
	text-align: left;
	font-style: italic;
	font-size: 11px;
}

.purchasing_option_container.proview .title a.priceItPopupFancy {
	float: left;
}

.purchasing_option_container.proview a.popupFancyWithProview {
	font-size: 14px;
	color:#0072a8;
	text-align:left;
	line-height:34px;
	effect:none;
	font-style: normal;
	cursor: pointer;
	font-family:Arial;
	/* IE doesn't support initial value, so changed to normal */
	font-weight: normal;
}

.popupFancyWithProview:hover{
	  color:#005a84!important;
}

.purchasing_option_container.proview .title a.popupFancyWithProview {
/* 	float: left; */

}

.available_formats_container{
}

.available_formats_header_box {
	border: 1px solid #bacad5;
	margin: 0;
	background: url(../images/bg-gradient-input.png) repeat-x center top
		#ffffff;
}

.available_formats_detail_box {
	display: none;
	border: 1px solid #bacad5;
	margin: 0;
}

.available_formats_detail_box .add_box {
	clear: both;
	margin: 5px 5px 5px 8px;
}

.available_formats_detail_box .prod_add_to_cart .price {
	color: #FFA200;
	font-style: bold;
}

.available_formats_container .priceBlackBold {
	color: #505050;
	font-weight: bold;
}

.available_formats_detail_box .prod_add_to_cart form  button {
	float: right;
	margin: 5px 35px 5px 8px;
}

.available_formats_detail_box_one_purchasing_option {
	border: none;
	display: block;
	height: 85px;
}

.available_formats_detail_box_two_purchasing_options {
	height: auto;
}

.purchasing_option_container {
	min-height: 45px;
	width: 100%;
	/*padding-top: 10px;*/
}

.purchasing_option {
	width: 70%;
	float: left;
}

.purchasing_option_container .title {
	float: left;
	width: 40%;
	padding-top: 15px;
	
}

#otherFormatsVolume .purchasing_option_container:last-of-type .title {
	width: 55%;
}

.purchasing_option_container .title .detail {
	font-size: 0.9em;
	color: #00679F;
	text-decoration: none;
	font-style: italic;
}

.purchasing_option_container .title .whatsthis {
	font-size: 14px;
	color:#0072a8;
	text-align:left;
	line-height:34px;
	effect:none;	
	font-style: normal;
	cursor: pointer;
	font-family:Arial;
	/* IE doesn't support initial value, so changed to normal */
	font-weight: normal;
}

.whatsthis:hover{
	color:#005a84!important;
}

.purchasing_option_container .subtitle {
	width: 30%;
	float: left;
	text-align: right;
	font-size: 0.9em;
	padding-top: 15px;
}

.purchasing_option_header {
	float: left;
}

.purchasing_option_message {
	float: right;
	width: 50%;
}

.purchasing_option_button,.purchasing_option_link {
/* 	width: 30%; */
	float: right;
/* 	margin-top:7px; */
/* 	margin-bottom:5px; */
/* 	margin-top: -5px; */
	padding: 5px 0px 5px 0px;
}

.purchasing_option_button button {
	margin-bottom: 10px;
	width: 127px;
}

.purchasing_option_link { /*     padding-right: 69px; */
	
}

.purchasing_option_link a {
	text-decoration: none;
}

.available_formats_toggle_container {
	padding: 8px 3px 8px 8px;
}

.format_toggle_control a {
	text-decoration: none;
}

.format_description {
	font-family: Arial;
	font-size: 16px;
	color:#444444;
	text-align:left;
	line-height:34px;
	effect:none;
	font-weight:bold;
}

.format_description_info{
	font-size: 14px;
	font-family: Arial;
	color: #444444;
}

.feature_list {
	padding-top: 25px;
}

.feature_list ul li {
	list-style-type: disc;
}

/* TODO: using existing images for these, we need new ones
******/
.expanded {
	background: url("../images/plus-minus_sprite_2.png") 0 18px;
	background-repeat: no-repeat;
	background-origin: content-box;
	cursor: pointer
}

.collapsed {
	background: url("../images/plus-minus_sprite_1.png") 0 18px;
	background-repeat: no-repeat;
	background-origin: content-box;
	cursor: pointer
}

.prod_left_rail h2 {
	color: #505050;
	font-weight: bold;
	font-size: 1.2em;
}

.prod_left_rail h3 {
	color: #505050;
	font-weight: bold;
	font-size: 1.0em;
}

.prod_image_main img {
	max-width: 185px;
	float: center;
}

.prod_detail_yellow {
	font-size: .875em;
	color: #FFA200;
}

.prod_detail_darkorange_subscription {
	font-size: .875em;
	color: #FF8000;
	
}
.prod_detail_darkorange {
	font-size: .875em;
	color: #FF8000;
	font-weight: bold;
}
.prod_detail_red {
	font-size: 16px;
	color: #990000;
	font-weight: bold;
	line-height:22px;
	display: inline-block;
}

.prod_detail_grey {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	line-height:22px;
	display: inline-block;
}

.prod_detail_green {
	font-size: .875em;
	color: #78A22F;
	font-weight: bold;
}

.prod_detail_purple {
	font-size: .875em;
	color: #46166B;
	font-weight: bold;
}

.prod_left_rail_section {
	clear: both;
	margin-bottom: .5em;
}

.prod_left_rail_section h3 {
	margin-bottom: .05em;
}

.prod_left_rail_section h4 {
	font-family: KnowledgeBold;
	font-weight: normal;
	color: #444444;
	text-align: left;
	line-height: 26px;
	font-size: 20px;
	effect:none;
	margin-bottom:0px;
	margin-top:20px;
}

.prod_detail {
	font-size: 16px;
	font-family: Arial;
	text-align: left;
	line-height: 22px;
	effect: none;
	margin-bottom:10px;
}

.PD_details_link {
	font-size: 16px;
	font-family: Arial;
	color: #0072a8;
	text-align: left;
	line-height: 22px;
	effect: none;
}

.PD_details_link:hover {
	color: #005885!important;
}

.PD_details {
	font-family: Knowledge;
	font-size: 14px;
	color: #0072a8;
	Text-Align: left;
	Line-Height: 20px;
	Effect:none;
}

.PDP_details_centre {
	font-family: Arial;
	font-size: 14px;
	color: #0072a8;
	Text-Align: left;
	Line-Height: 22px;
	Effect:none;
}


.product_availability_status{
	font-family: KnowledgeBold;
	font-weight:normal;
	Font-Size: 16px;	
	Text-Align: left;	
	Effect :none;	
	color: #666666;
	Line-Height: 22px;
}

/* SEARCH RESULTS PAGE - designed to be migrated to SASS*/
#searchResultsCount {
	font-family: KnowledgeRegular, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	margin-left: 10px;
	margin-top: 18px;
	float: left; 
}

#sortBy {
	font-family: Knowledge-Bold, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	margin-right: 10px;
	margin-top: 18px;
	float: Right; 
	text-transform: uppercase;
}

#sortBy label {
	padding-top: 1px;
}

.LeftWidth{
  width: 238px;
  float: left;
  margin-right: 10px;  
  border-right: 1px solid #cfcfcf;
  background: #F7F7F7;
}

#leftColumn hr {
	background: transparent;
	/*border-bottom: 1px solid #BABABA;*/
	margin: .5em 0;
	margin-bottom:35px;
	margin-top:25px;
}

#searchResultsFacets {
	margin-bottom: 1.5em;
}

#searchResultsFacets h3 {
	font-family: KnowledgeBold, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color:#555555;
	font-weight: normal;
	line-height: 40px;
	margin-top: 30px;
	margin-bottom: 12px;
	text-transform: uppercase;
	text-align: left;
	border-bottom: 1px solid #cfcfcf;
	margin-left: 10px;
	margin-right: 8px;
	padding-bottom:6px;
}

#searchResultsFacets dl {
	margin: 0.6em 0;
	border-bottom: 1px solid #cfcfcf;
	margin-left: 8px;
	margin-right: 8px;
}

#searchResultsFacets dt {
	float: none;
	font-size: .85em;
	line-height: 1.5em;
	text-transform: capitalize;
	width: 100%;
}

#searchResultsFacets dd {
	font-size: .8em;
	margin-left: 40px;
	line-height:30px;
}

#appliedFacets .dt {
	Font-Family: Arial, Helvetica, sans-serif;
	margin-left:10px;
	Font-Size: 14px;
	color: #ff8000;
	Text-Align: left;
	Line-Height: 20px;
	Effect: none;
    font-weight:bold;
    margin-top: 25px;
    margin-bottom: 6px;
}

#appliedFacets .dd {
	Font-Family: Arial, Helvetica, sans-serif;
	Font-Size:14px;
	color:#666666;
	Text-Align:left;
	line-height:30px;
	margin-left: 40px;
	Effect:none;
}

#appliedFacets .dd a{
	color:#0082bf;
}

#appliedFacets .dd a:hover {
	color:#005a84;
}

#facetList dt {
  	padding-left: 15px;
}

#facetList .expanded {
	Font-Family: Arial, Helvetica, sans-serif;
	Font-Size:14px;
	font-weight: bold;
	color:#ff8000;
	Text-Align:left;
	Line-Height:36px;
	Effect:none;
	margin-top:7px;
}

#facetList .collapsed {
	Font-Family: Arial, Helvetica, sans-serif;
	Font-Size:14px;
	color:#333333;
	Text-Align:left;
	Line-Height:50px;
	Effect:none;
	font-weight: bold;
	margin-bottom: 10px;
}

#facetList dt span {
	margin-left: 25px;
}

#facetList dd ul {
		padding: 0;
		
}

#facetList dd ul li a {
	font-Family: Arial, Helvetica, sans-serif;
	font-Size:14px;
	color:#666666;
	Text-Align:left;
	Line-Height:32px;
	Effect:none;
}

#facetList dd ul li.toggle {
	margin: 0.5em 0;
}

/**
	Product Detail
*/
.productDetail-title h1 {
	font-family: KnowledgeBold;
	font-size: 32px;
	color:#444444;
	text-align:left;
	font-weight: normal;
	margin-bottom: 25px;
	line-height: 34px;
}

.productDetail-subtitle h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: Bold;
	font-size: 1.125em;
}

.productDetail-subtitle h4 {
	font-family: KnowledgeBold;
	font-weight: normal;
	color: #444444;
	text-align: left;
	line-height: 26px;
	font-size: 20px;
	effect:none;
	margin-bottom:0px;
	margin-top:20px;
}

.productDetail-newedition h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: Bold;
	font-size: 1.125em;
	color: #FF8000 !important;
}

.productDetail-description {
	font-size: 16px;
	font-family:Arial;
	color:#666666;
	text-align:left;
	line-height:22px;
	/*margin-top:40px;
	margin-bottom:40px;*/
}

.productDetail-description ul li {
	list-style-type: disc;
	padding-left:40px;
}

.productDetail-description ol {
	margin-left: 40px;
}

.productDetail-description ol li {
     list-style-type: decimal;
}

.productMoreAboutSummaryOfContents ol li {
	list-style-type: decimal!important;
}
.productMoreAboutSummaryOfContents ul li {
	list-style-type: disc;
	margin-left: 20px;
}

.productMoreAboutSummaryOfContents #printSummaryOfContents ul li {
	font-family: Arial;
	font-size: 16px;
	color: #666666;
	text-align: left;
	line-height: 22px;
	effect: none;
}

.productDetail-description-font-small {
	font-size: .675em;
}

.productDetail-SubscriptionAgreement {
	background: #ECECEC;
	padding: 10px;
	margin-bottom: 20px;
}

.productDetail-SubscriptionAgreement a {
	text-decoration: none;
}

.productDetail-panelPrintProduct .format_toggle_title {
	font-weight: bold;
}

.otherFormatLinks a {
	font-weight: bold;
	color: #0072a8!important;
	margin-top: 8px;
	position: absolute;
	font-family:arial;
	font-size:16px;
	text-align:left;
	line-height:20px;
	effect:none;
}

.otherFormatLinks a:hover {
	color: #005885!important;
}

.productDetailLRLink {
	float: left;
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	margin-bottom: 10px;
	color: #0072a8;
	width: 180px;
	text-align: left;
	line-height: 22px;
	effect: none;
}
.filingAndShelving a {
	float: left;
	font: 16px arial;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
	color: #0072a8!important;
	/* width: 180px; */
	text-align: left;
	line-height: 22px;
}

.productDetailLRLink:hover, .filingAndShelving a:hover{
	color: #005885!important;
}


.otherFormatLinks p {
/* 	background-color: #ebf1f6; */
	padding: 8px 0px 8px 0px;
}

.otherFormatLinks p img {
	padding: 0px 0px 0px 13px;
}


.individualVolume-fullset-description {
	float: left;
	margin-top: 15px;
	width: 290px;
}

.individualVolume-fullset-description-eDocs {
	float: left;
	margin-top: 15px;
	width: 270px;
}

.individualVolume-fullset-description-eDocs-listPrice {
	width: auto;
}

.individualVolume-price {
	float: right;
	margin-top: 15px;
	margin-left: 10px;
}

.individualVolume-price-eDocs {
	text-align: right;
	width: 110px;
}

.individualVolume-addToCart {
	float: right;
/* 	width: 160px; */
	margin-top: 5px;
}

.individualVolume-addToCart-eDocs {
/* 	width: 120px; */
}

.individualVolume-dotted-rule {
	width: 94%;
	margin-left: 3%;
	margin-top: 3%;
}

.individualVolume-description {
	float: left;
	width: 315px;
}

.individualVolume-selectvolume {
	float: right;
	width: 160px;
}

.individualVolume-monthlybookpricing {
	float: left;
	width: 235px;
	padding-top: 10px;
}

.individualVolume-link-whatsthis {
	font-size: 12px;
	text-decoration: none !important;
	font-style: italic;
}

.individualVolume-pricebasedsizetype {
	float: left;
	width: 120px;
	padding-top: 10px;
	font-size: 11px;
}

#selectVolume:hover {
	background-color: #005A84;
}

#priceit:hover {
	background-color: #e65000;
}


#selectVolume {
	margin-top: -15px;	
}

#idEdocProViewFormshowModal{
	width:127px;
	margin-bottom:15px;
}

/**
 * Volume Grid
 */
..gridVolume {
	width: 790px;
	/* height: 315px; */
	margin-bottom: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #BABABA;
}

.sortClass {
	background-color: #ff8000;
	width: 10px;
	float: left;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 3px;
	border-right: 1px solid #FFF;
	/* background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#BABABA),
		to(black) );
	background-image: -webkit-linear-gradient(top, #BABABA, black);
	background-image: -moz-linear-gradient(top, #BABABA, black);
	background-image: -ms-linear-gradient(top, #BABABA, black);
	background-image: -o-linear-gradient(top, #BABABA, black); */
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#BABABA",
		endColorStr="#000" );
	height: 20px;
}

.ascVolume {
	background-image: url(../images/iconSortAsc.gif);
	width: 9px;
	height: 9px;
	overflow: hidden;
	position: absolute;
	display: inline;
	cursor: pointer !important;
}

.descVolume {
	background-image: url(../images/iconSortDesc.gif);
	width: 9px;
	height: 9px;
	overflow: hidden;
	position: absolute;
	display: inline;
	cursor: pointer !important;
}

.gridVolume-head {
	width: 790px;
	height: 30px;
	background-color: #ff8000;
}

.gridVolume-header {
	background-color: #ff8000;
	color: #ffffff;
	font-size: 14px;
	font-family: Arial;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	/* background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#BABABA),
		to(#000) );
	background-image: -webkit-linear-gradient(top, #BABABA, #000);
	background-image: -moz-linear-gradient(top, #BABABA, #000);
	background-image: -ms-linear-gradient(top, #BABABA, #000);
	background-image: -o-linear-gradient(top, #BABABA, #000); */
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#BABABA",
		endColorStr="#000" );
	/* text-shadow: 0 -1px 1px #333; */
}

.gridVolume-header-end {
	float: left;
	background-color: #ff8000;
	color: #ffffff;
	font-size: 14px;
	font-family: Arial;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	/* background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#BABABA),
		to(#000) );
	background-image: -webkit-linear-gradient(top, #BABABA, #000);
	background-image: -moz-linear-gradient(top, #BABABA, #000);
	background-image: -ms-linear-gradient(top, #BABABA, #000);
	background-image: -o-linear-gradient(top, #BABABA, #000); */
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#BABABA",
		endColorStr="#000" );
	/* text-shadow: 0 -1px 1px #333; */
}

/*
.gridVolume-colum1 {
	width: 40px;
	float: left;
}
*/

.gridVolume-colum2 {
	width: 75px;
	float: left;
}

.gridVolume-colum3 {
	width: 75px;
	float: left;
}

.gridVolume-colum4 {
	width: 401px;
	float: left;
}

.gridVolume-colum5 {
	width: 75px;
	float: left;
}

.gridVolume-colum6 {
	width: 50px;
}

.gridVolume-body {
	width: 790px;
	color: #686868;
	font-size: 12px;
}

.gridVolume-row-white {
	background-color: white;
	padding-top: 5px;
	font-size: 14px;
	line-height: 18px;
	min-height: 26px;
	color: #666666;
}

.gridVolume-row-gray {
	background-color: #ececec;
	border-color: #EBEBEB;
	padding-top: 5px;
	font-size: 14px;
	line-height: 18px;
	min-height:26px;
	color: #666666;
}

/*
.gridVolume-row-colum1 {
	width: 35px;
	float: left;
	padding-left: 15px;
}
*/

.gridVolume-row-colum2 {
	width: 80px;
	float: left;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.gridVolume-row-colum3 {
	width: 85px;
	float: left;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.gridVolume-row-colum4 {
	width: 410px;
	float: left;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 5px;
}

.gridVolume-row-colum5 {
	width: 75px;
	float: left;
	padding-right: 5px;
	text-align: right;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.gridVolume-row-colum6 {
	float: left;
	padding-left: 40px;
	padding-top: 2px;
	padding-bottom: 2px;
	clear: right;
}


.title-popup-select-volume {
	color: #333;
	font-size: 40px;
	font-family: KnowledgeLight;
	margin-bottom: 30px;
	margin-top: 40px;
}

.productName-popup-select-volume {
	font-size: 30px;
	font-family: KnowledgeBold;
	color: #444444;
	line-height: 36px;
	margin-top: -10px;
}

.title-full-set-popup-select-volume {
	font-size: 12px;
	margin-top: 1px;
	margin-bottom: 1px;
}

.title-update-your-set-popup-select-volume {
	color: orange;
	font-size: 15px;
	margin-top: 6px;
	font-weight: bold;
}

.label-when-was-popup-select-volume {
	padding-top: 6px;
	font-size: 14px;
}

#showVolume:hover {
	background-color: #00679F;
}

.form-show-volume {
	margin-bottom: 10px;
}

.title-select-pocket-popup-select-volume {
	color: #444444;
	font-size: 16px;
	margin-top: 15px;
	font-family: Arial;
	margin-bottom: 23px;
	line-height: 20px;
	font-weight: bold;
}

.link-clear-all-selection-popup-select-volume {
	float: right !important;
	position: relative;
	margin-top: 10px;
	text-decoration: none;
}

.link-clear-all-selection-popup-select-volume a,.link-clear-all-selection-popup-select-volume a:hover
	{
	text-decoration: none;
	font-weight: bolder;
	font-size: 14px;
	cursor: pointer;
}

#volume-popup-loading {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: fixed;
	display: block;
	opacity: 0.7;
	background-color: #fff;
	z-index: 99;
	text-align: center;
}

#volume-popup-loading-image {
	position: absolute;
	top: 50%;
	left: 45%;
	z-index: 100;
}

.title-proview {
	font-size: 12px;
	text-transform: none !important;
	margin-bottom: 3px;
	font-family:arial;
	line-height:14.4px;
}

.title-eyebrow {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 3px;
}

.learn-provie-italic {
	font-style: italic;
}

.learn-proview {
	text-decoration: none !important;
	font-size: 13px;
}

.dotted_rule_pdp {
	color: #DDD;
	clear: both;
	/* 	float: left; */
	width: 100%;
	margin: 0 0 10px;
/* 	border: 1px; */
	border-style: solid;
	background: none;
	height: 1px;
}

.dotted_rule_pdp_top {
	color: #DDD;
	clear: both;
	/* 	float: left; */
	width: 550px;
	effect:none;
	margin-top:25px;
	margin-bottom:15px;
	border: 1px;
	border-style: dashed;
	background: none;
	height: 1px;
}

.moreinfoPopup {
	font-size: 1.2em;
}

.moreinfoPopup .popupCloseX {
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 0px, 4px, 4px, 4px;
	cursor: pointer;
	font-weight: bold;
}

.featureComponent {
	display: table;
	border-spacing: 0.5em 0;
	margin-bottom: 10px;
}

.featureComponent .media img {
	vertical-align: text-top;
}

.featureComponent h2.title {
	font-size: 1em;
	font-weight: bold;
}

.featureComponent .description p {
	font-size: 0.85em;
	line-height: 1.2em;
}

.featureComponent div.productFormats {
	font-size: 0.875em;
}

.featureComponent span.productFormat {
	font-weight: bold;
	margin-right: 0.25em;
	white-space: nowrap;
}

.featureComponent span.productFormat:after {
	content: "|";
	margin-left: 0.5em;
}

.featureComponent span.productFormat:last-of-type:after {
	content: "";
	margin-left: 0;
}

#BrowseNavigation {
	visibility: hidden;
}

#browseNavContent {
 	border-right: 1px solid #cfcfcf;
 	background: #ECECEC;
}

/*
 ProView Certification Page
*/
#bundlePriceSummary {
	float: left;
	width: 600px;
	padding-left: 40px;
	display: table;
}

#bundlePriceSummary div {
	float: left;
}

#bundledProductListPrice {
	margin-top: 17px;
}

#bundlePriceSummary .bundlePriceSummaryTitle {
	float: left;
	width: 260px;
	font-weight: bold;
}

#bundlePriceSummary .bundlePriceSummaryLabel {
	float: left;
	width: 150px;
	text-align: right;
}

#bundlePriceSummary .bundlePriceSummaryValue {
	float: left;
	width: 80px;
	text-align: right;
}

#bundlePriceSummary .bundlePriceSummaryValue:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

#bundlePrice .bundlePriceSummaryLabel,#bundlePrice .bundlePriceSummaryValue,#bundledProductPrice .bundlePriceSummaryLabel,#bundledProductPrice .bundlePriceSummaryValue,#bundledProductDiscount .bundlePriceSummaryLabel,#bundledProductDiscount .bundlePriceSummaryValue
	{
	font-weight: bold;
}

#bundledProductDiscount .bundlePriceSummaryLabel,#bundledProductDiscount .bundlePriceSummaryValue
	{
	color: #ff8000;
}

/* Find your rep  */
#findYourRepStartPageGlobalText {
	padding-top: 10px;
	margin-top: 10px;
	float: left;
	width: 100%;
}

#findYourRepStartPageGlobalText label {
	font-size: 12px;
	font-weight: bold;
}

#findYourRepGlobalBox {
	width: 100%;
	float: left;
	position: relative;
}

#findYourRepGlobalBox .item_container_holder {
	min-height: 100px;
	padding-right: 0px;
	margin-right: 0px;
}

#findYourRepGlobalBox .item_container_holder .title {
	color: #444444;
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 5px;
}

#findYourRepGlobalBox .item_container_holder .subTitle {
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	padding-left: 5px;
}

#findYourRepGlobalBox .item_container_holder .comment {
	font-size: 10px;
	margin-top: 10px;
	padding-left: 5px;
}

#findYourRepGlobalBox .item_container_holder input {
	margin-top: 15px;
	margin-left: 5px;
	color: #505050;
	padding-left: 5px;
}

#orLabelContainer {
	position: relative;
	width: 100%;
	min-height: 175px;
	float: left;
}

#orLabel {
	position: absolute;
	top: 70px;
	margin-top: -5px;
	color: #444444;
	font-size: 17px;
	font-weight: bold;
}

#bottomContainer {
	width: 98%;
	float: left;
	position: relative;
}

#bottomContainer .subTitle {
	font-weight: bold;
	color: #005A84;
	font-size: 12px;
	padding-top: 2px;
}

#bottomContainer .title {
	font-size: 12px;
	font-weight: bold;
	padding-top: 0px;
}

#findYourRepPage .span-5 {
	width: 150px;
}

#findYo58urRepPage #findYourRepGlobalBox .item_container_holder input {
	width: 65%;
}

#findYourRepPageTitle {
	font-size: 26px;
	font-weight: bold;
	width: 100%;
	margin-bottom: 1em;
}

#findYourRepGlobalBox #errorContainer {
	width: 50%;
	float: right;
}

#messageErrorWestlaw img {
	height: 20px;
	position: relative;
	top: -1px;
}

.findYourRepError {
	position: relative;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	padding-left: 20px;
	color: #990000;
	display: none;
	float: left;
	width: 100%;
}

.fyr_org_select .findYourRepError {
	padding-bottom: 20px;
}

#findYourRepGlobalBox .findYourRepError img {
	height: 20px;
	position: relative;
	top: -1px;
}

.fyr_product_questions div #messageErrorProduct img {
	height: 20px;
	position: relative;
	top: -1px;
}
.FYRContactRight .findYourRepError img {
	height: 20px;
	position: relative;
	top: -1px;
}
.findYourRepError img {
	height: 20px;
	position: relative;
	top: 5px;
}



.findYourRepQuestionText {
	font-weight: bold;
	line-height: 1.5em;
	padding-top: .8em;
}

.fyr_question #fedGovAgencySelect {
	margin: 17px 0 0 10px;
}
.fyr_question #lawSchoolStudentSelect {
	margin: 17px 0 0 10px;
}
.FYRQuestion {
	padding: 10px 0px;
}
.FYRVerticalPadding {
	padding: 10px 0px;
}

.FYRBodyBoldText {
	text-decoration: none;
	font-weight: bold;
}

.FYRContactLeft {
	padding-top: 5px;
	float: left;
	text-align: right;
	width: 250px;
	font-size: 13px;
}

.FYRContactLeft label {
	font-weight: normal;
}

.FYRContactRight {
	text-align: left;
	width: 450px;
	font-size: 13px;
}

.FYRContactRightSelect {
	text-align: left;
	font-size: 13px;
	float: left;
	
	overflow: hidden;
   	background: url('../images/Checkout_DropArrow.jpg') no-repeat right;
  	/*  background: url('../images/arrow_down_white.png')no-repeat 283px #d0d0d0;
  	 -	moz-box-shadow: inset 270px 0px 0px #fff; 
   	box-shadow: inset 270px 0 0px #fff;*/
   	padding-top: 10px;
}

.FYRContactRightSelect select {
    margin-bottom: 10px; */
	border: 1px solid #d0d0d0;
	padding: 1.5px 1.5px 1.5px 1.5px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance:none;
	appearance: none;
	background: transparent;
	text-overflow:'';
	text-indent: 0.01px;
}

.FYRContactRightSelect select::-ms-expand {
	display: none;
}

.FYRComments {
	width: 390px;
	height: 120px;
}

.FYRTextBox {
	width: 280px;
	height: 23px;
}

.FYRErrorMessage,.FYRDropDown { /* margin-left: 10px; */
	width: 250px;
}

.finalFYRError .findYourRepError img {
	height: 20px;
	position: relative;
	top: -1px;
}

.FYRRequiredMessage {
	color: red;
	text-decoration: none;
}

#FYRQuestionForm button {
	margin-bottom: 20px;
}

.fyr_org_select .findYourRepQuestionText {
	color: #444444;
	width: 100%
}


	Advanced Search Page
*****************/
.advSearch h1 {
	font-family: KnowledgeBold, Arial, Helvetica, sans-serif;
	font-size: 2.2em;
}

.advSearch h3 {
	float: left;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 0em;
	margin-left: 10px;
}

.advSearchCatHeaderExpanded {
	border: 1px solid;
	padding: 10px;
}

.advSearchCatHeaderCollapsed {
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	padding: 10px;
}

.advSearchCatHeaderLast {
	border: 1px solid;
	padding: 10px;
}

.advSearchCategories {
	border-left: 1px solid #BABABA;
	border-right: 1px solid #BABABA;
	padding: 10px;
}

.advSearchCatLast {
	border-bottom: 1px solid #BABABA;
}

.advSearchListItem {
	padding: 3px 0px;
}

.advSearchListItem label {
	float: none;
	margin-left: 3px;
}

#advSearchQueryLine {
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	margin: 10px 0px;
}

#advSearchQueryLine label {
	font-weight: bold;
	padding-right: 5px;
}

#advSearchOnlyNew {
	margin: 10px 0px;
	padding-left: 180px;
}

#advSearchOnlyNew label {
	float: none;
}

#advancedSearchField {
	border-radius: 5px;
	width: 400px;
	height: 20px;
	border: 2px solid #BABABA;
	padding: 1px 6px;
}

.AdvSearchExpanded {
	background: url("../images/plus-minus_sprite.png") 0px 17px;
	width: 17px;
	height: 18px;
}

.AdvSearchCollapsed {
	background: url("../images/plus-minus_sprite.png") 0px 0px;
	width: 17px;
	height: 18px;
}

input[type="text"].placeholder {
	color: #aaa;
}

.shareitpopupToMailId::-webkit-input-placeholder {
    font-family: Arial;
	font-size: 16px;
	color: #999999;
	font-style: normal;
	text-align: left;
	line-height: 22px;
	letter-spacing: 0em;
	opacity: 1;
	effect: none;
}

.shareitpopupToMailId:-ms-input-placeholder {
    font-family: Arial;
	font-size: 16px;
	color: #999999;
	font-style: normal;
	text-align: left;
	line-height: 22px;
	letter-spacing: 0em;
	opacity: 1;
	effect: none;
}

.shareitpopupToMailId:-moz-placeholder {
    font-family: Arial;
	font-size: 16px;
	color: #999999;
	font-style: normal;
	text-align: left;
	line-height: 22px;
	letter-spacing: 0em;
	opacity: 1;
	effect: none;
}

.shareitpopupToMailId::-moz-placeholder {
    font-family: Arial;
	font-size: 16px;
	color: #999999;
	font-style: normal;
	text-align: left;
	line-height: 22px;
	letter-spacing: 0em;
	opacity: 1;
	effect: none;
}

.shareitpopupDescription::-webkit-input-placeholder {
	font-family: Arial;
	font-size: 16px;
	color: #444444;
	font-style: normal;
	text-align: left;
	line-height: 22px;
	letter-spacing: 0em;
	opacity: 1;
	effect: none;
}

.shareitpopupDescription:-ms-input-placeholder {
	font-family: Arial;
	font-size: 16px;
	color: #444444;
	font-style: normal;
	text-align: left;
	line-height: 22px;
	letter-spacing: 0em;
	opacity: 1;
	effect: none;
}

.shareitpopupDescription:-moz-placeholder {
	font-family: Arial;
	font-size: 16px;
	color: #444444;
	font-style: normal;
	text-align: left;
	line-height: 22px;
	letter-spacing: 0em;
	opacity: 1;
	effect: none;
}

.shareitpopupDescription::-moz-placeholder {
	font-family: Arial;
	font-size: 16px;
	color: #444444;
	font-style: normal;
	text-align: left;
	line-height: 22px;
	letter-spacing: 0em;
	opacity: 1;
	effect: none;
}


::-webkit-input-placeholder {
	color: #aaa;
}

:-moz-placeholder {
	color: #aaa !important;
}

:-ms-input-placeholder {
	color: #aaa;
}

.confirmationPageNotes {
	margin-bottom: 20px;
	font-size: .7em;
	width: 100%;
}

.confirmationPageNotes p {
	margin: 15px 0 0 0;
	padding: 0 0 .3em;
}

.asterisk {
	font-family: Arial, Helvetica, sans-serif;
	margin-right: -0.2em;
}

.hidden {
	display: none;
}

.errorMessageExclamationMark {
	position: relative;
	top: -2.7em;
	left: 1em;
	margin-bottom: -1em;
}

.errorMessageText {
	color: white;
	font-weight: bold;
	position: relative;
	top: -3.2em;
	left: 3.5em;
	margin-bottom: -1.5em
}

#your_cart .thumb img {
	min-width: 5px;
	max-width: 105px;
	min-height: 50px;
}
#your_cart dd{
	margin-left: 0px!important;
}
.errorPage .errorMessagetemp {
	font-size: 24pt;
	line-height: 1.1;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 1.5em;
	padding-bottom: 0.2em
}

.errorPage .errorNote {
	font-weight: bold;
}

.errorPage .contactLint {
	padding: 2em 0em 3em;
}

.errorPage .contentArea {
	padding-left: 2.5em;
	width: 60%;
}

/* Deal of the Day page */
.todaysDeals td,#todaysDeals p {
	font-size: 0.8em;
	font-color: #f50505;
}

.todaysDeals td {
	padding: 10px;
}

.todaysDeals .prod_image img {
	width: 136px;
}

.todaysDeals .eyebrow {
	font-size: 0.8em;
	font-weight: bold;
	font-color: #ff8000
}

.todaysDeals .productName {
	font-size: 0.875em;
	font-weight: bold;
}

.todaysDeals .details {
	border-right-style: dashed;
	border-right-width: 1px;
}

.todaysDeals .saleOption {
	font-size: 1.4em;
	font-weight: bold;
}

.todaysDeals .salePrice {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.todaysDeals .saleDetails {
	margin: 0 0 10px 0;
}

.todaysDeals a.button.large {
	font-size: 1.2em;
}

.todaysDeals .expirationText {
	font-size: 0.9em;
	margin: 0 0 15px 0;
}

.categoryTitle {
	font-family: KnowledgeBold;
	font-size: 2.25em;
	font-weight: normal;
	line-height: 1.1em;
	margin-bottom: 15px;
	margin-top: 25px;
}

.indivVols {
	white-space: nowrap;
	font-family: Arial;
	font-size: 14px;
	color: #444444;
	text-align: left;
	line-height: 34px;
	effect: none;
	font-weight: initial;
}

#your_cart_totals .widget-body {
	padding: 0px;	
}

#your_cart_totals .order_totals {
	padding: 20px;	
}

#your_cart_totals .title_holder h2 {
	font-size: 16px;
	margin: 25px 0px -10px 86px;
	font-family: Arial;
	color: #444444;
}
.order_totals dd #cartSubtotal{
	font-family: arial;
	color: #666666;
	font-size: 14px;
}

.widget-border-top-none {
	border-top: none;
}

#productDetails .consolidatedProductGroup p {
	background-color: #ebf1f6;
	padding: 8px 0px 8px 13px;
}

#productDetails .consolidatedProductGroup a {
font-weight: bold;
font-size: 13px;
}

/** Author Bio Page */
.author {
	margin : 10px;
}
.author h1 {
	line-height: 25px;
	color: #333333;
	font-size: 40px;
	font-family: KnowledgeLight;
	background: none;
	margin-bottom: 20px;
}

.author h2 {
		font-family: Arial, Helvetica, sans-serif;
	font-weight: Bold;
	font-size: 1.125em;
}

.author .biography {
	margin-bottom : 20px;
	font-family: Arial;
	color: #666666;
	font-size: 14px;
	line-height: 18px;
}

.author .biography p {
	font-family: Arial;
	color: #666666;
	font-size: 14px;
	line-height: 18px;
}

.author .otherTitles h2 {
	font-size: 20px;
	font-family: KnowledgeBold;
	color: #444444;
	line-height: 24px;
}

.author .otherTitles li {
	list-style-type: disc;
}

.author .otherAuthors ul {
	-moz-column-count: 3; -moz-column-gap: 100px; 
	-webkit-column-count: 3; -webkit-column-gap: 100px;
	column-count: 3; column-gap: 100px; 
}

.author .otherAuthors li {
	padding-bottom:10px;
	white-space:nowrap;
	width="33%"
}

.author .otherTitles ul li a {
	font-size:14px;
	font-family: Arial;
	font-weight: bold;
	color: #0072ac !important;
	line-height: 18px;
}


/** End of Author Bio Page */
/** Unsupported Browsers */

html>/**/body .selector, x:-moz-any-link, x:default .unsupportedBrowsers {
	display:block !important;
	visibility:visible !important;
	margin-top: 15px;
	background-color: #FF8000;
	font-size : .9em;
	color: #fff;
	padding: 1em;
	width: 920px;
	height: 72px;
	margin-left: 12px;
	margin-right: 15px;
}

/* @-moz-document url-prefix() {
	.unsupportedBrowsers {
		display:block !important;
		visibility:visible !important;
		margin-top: 15px;
		background-color: #FF8000;
		font-size : .9em;
		color: #fff;
		padding: 1em;
		width: 920px;
		height: 72px;
		margin-left: 12px;
		margin-right: 15px;
	}
} */

.rgba .unsupportedBrowsers {
	display: none;
}

/** exclude IE8 from check */
.ie8 .unsupportedBrowsers {
	display : none;
}

.no-rgba .unsupportedBrowsers,
.no-borderradius .unsupportedBrowsers,
.no-boxshadow .unsupportedBrowsers,
.no-textshadow .unsupportedBrowsers,
.no-opacity .unsupportedBrowsers,
.no-cssgradients .unsupportedBrowsers,
.no-fontface .unsupportedBrowsers {
	margin-top: 15px;
	background-color: #FF8000;
	font-size : .9em;
	color: #fff;
	padding: 1em;
	width: 920px;
	height: 72px;
	margin-left: 12px;
	margin-right: 15px;
}

.unsupportedBrowsers .unsupportedHeadline strong {
	font-size: 24px;
	font-family: KnowledgeBold;
	line-height: 20px;
}

.unsupportedBrowsers .unsupportedBody span {
	font-size: 14px;
	font-family: Arial;
}

/* .unsupportedBrowsers a {
	text-decoration: underline;
	color: #fff;
}
 */
.no-rgba .unsupportedBrowsers,
.no-borderradius .unsupportedBrowsers,
.no-boxshadow .unsupportedBrowsers,
.no-opacity .unsupportedBrowsers,
.no-fontface .unsupportedBrowsers{
	display:block;
	visibility:visible
}
.unsupportedBrowsers{
	display:none;
	visibility:hidden
}


.unsupportedBrowsers div button {
	width: 122px; 
	height: 30px; 
	background-color: #0082BF; 
	margin-top: -13px; 
	margin-left: 10px;
	vertical-ailgn: text-center;
}

/* End of unsupported browsers */

/*
#fancybox-inner #consolidatedProductGroupContent {
	width: 600px;
}

#fancybox-inner #page, #fancybox-inner #content, #fancybox-inner #wrapper {
	width: 100%;
}

#onsolidatedProductGroup #content {
	padding: 5px;
}
*/

#fancybox-inner #wrapper.consolidatedProductGroupWrapper>#page, #fancybox-inner .consolidatedProductGroupWrapper #content { width: 100%; background: #ECECEC; margin:0;}

#wrapper.consolidatedProductGroupWrapper {
	width: 680px !important;
	border: medium solid #FFFFFF !important;
}

#authorBioListDiv{
	width:770px;
	float:left;
	margin:10px 0 0 0;
	padding-left:20px;
	padding-right:20px;
}

#authorBioDiv{
	float:left;
	margin:10px 10px 0 0;
	padding-left:40px;
}

#authorBioListHeader{
	width:101%;
	float:left;
	margin:25px 0 22px 0;
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 5px;
}

#authorBioDivBody {
	margin-right:0px;
	margin-left: 132px;
	padding-bottom: 7px;
	width: 650px;
}


#consolidatedProductGroupContent h1 {
	color: #333333;
	font-size: 40px;
	font-family: KnowledgeLight;
	padding-bottom: 12px;
	border-bottom: 1px solid #d0d0d0;
	line-height: 50px;
	margin-bottom: 25px;
	margin-top:  5px;
}

#consolidatedProductGroupContent #productListing a {
	display: block;
}

#consolidatedProductGroupContent #productListing div {
	width: 33.333333%;
	display: inline-block;
	float: left;
}
#consolidatedProductGroupContent .span-18 {
	font-weight: bold;
	width:100%;
	background-color: #FFFFFF;
}
#consolidatedProductGroupContent .span-14 {
	width:550px;
}
#consolidatedProductGroupContent .span-9 {
	width:50%;
}
#consolidatedProductGroupContent .span-4 {
	width:25%;
}

.featureContent{
	float:left;
}

.featureContent .content p strong span {
	Font-Family: knowledgeBold, Arial, Helvetica, sans-serif;
	font-weight: normal;
	Font-Size: 20px;
	color: #444444;
	Text-Align: left;
	Line-Height: 15px;
	Effect: none;
}

@media ( max-width :767px) {
	#fancybox-inner {
		overflow: auto !important;
		overflow-x: hidden !important;
		min-width: 850px !important;
	} 

	#fancybox-outer {
		min-width: 870px !important;
	}

	#fancybox-wrap {
		min-width: 870px !important;
	}
}

@media ( min-width :768px) {
	#fancybox-inner {
		overflow: auto !important;
		overflow-x: hidden !important;
		min-width: 580px !important;
	} 

	#fancybox-outer {
		min-width: 600px !important;
	}

	#fancybox-wrap {
		min-width: 600px !important;
	}
}

/** Global header **/



/* .global-header {
	background-color: #333;
	color: #b9b9b9;
	font-size: 11px;
	line-height: 32px
}

*,:before,:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0
}

.header-wrapper {
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .05)
}

.global-header .nav {
	display: block;
	text-align: right;
	list-style: none;
	margin: 0;
	padding: 0
}
 */
 *,:before,:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0
}

/* html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video
	{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
	font-size: 100%
} */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary
	{
	display: block
}

ol,ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
}

#descriptionText, #moreAbout{
	margin-bottom: -15px;
}
.feature_list{
	margin-bottom: -25px;
	margin-top: 25px;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none
}
table {
	border-spacing: 0;
	border-collapse: collapse
}

img {
	max-width: 100%;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic
}

button,input {
	line-height: normal;
	*overflow: visible
}

button::-moz-focus-inner,input::-moz-focus-inner {
	padding: 0;
	border: 0
}

button,input[type=button],input[type=reset],input[type=submit] {
	cursor: pointer;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button
}

input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration
	{
	-webkit-appearance: none
}

input[type=search] {
   	width: 140px;
    height: 30px;
    font-family:Arial;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right:0;
    padding: 8px;
    font-size: 10pt;
    color: #999999;
  /*   Text-Align:left; */
    Line-Height:14.4t;
    background:#ffffff;
    Box-Shadow:inset #333333 alpha:0.14;
    Alpha:1;
    effect:none;
    vertical-align: bottom;
    /* -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;     */
    transition:width 0.1s;
    -webkit-transition:width 0.1s; /* Safari */
    transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
   }
   
input[type=search]:focus {
    border: 1px solid #ff8000;
    width: 370px;   
    background:#ffffff;
    Box-Shadow:inset #333333 alpha:0.14;
    Alpha:1;
    Font-Family:Arial;
    Font-Size:10pt;
    color:#444444;
    text-align:left;
    }    



input,button,select,textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	background-image: none;
	margin: 0
}

.clearfix,.container,.container-fluid,.row {
	*zoom: 1
}

.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after
	{
	content: "";
	display: table
}

.clearfix:after,.container:after,.container-fluid:after,.row:after {
	clear: both
}

.visible-xs,.visible-sm,.visible-md,.visible-lg {
	display: none !important
}

#body {
	min-height: 300px;
}

@media ( max-width :767px) {
	.visible-xs {
		display: block !important
	}
	table .visible-xs {
		display: table
	}
	tr.visible-xs {
		display: table-row !important
	}
	th.visible-xs,td.visible-xs {
		display: table-cell !important
	}
}

@media ( min-width :768px) and (max-width:991px) {
	.visible-sm {
		display: block !important
	}
	table .visible-sm {
		display: table
	}
	tr.visible-sm {
		display: table-row !important
	}
	th.visible-sm,td.visible-sm {
		display: table-cell !important
	}
}

@media ( min-width :992px) and (max-width:1229px) {
	.visible-md {
		display: block !important
	}
	table .visible-md {
		display: table
	}
	tr.visible-md {
		display: table-row !important
	}
	th.visible-md,td.visible-md {
		display: table-cell !important
	}
}

@media ( min-width :1230px) {
	.visible-lg {
		display: block !important
	}
	table .visible-lg {
		display: table
	}
	tr.visible-lg {
		display: table-row !important
	}
	th.visible-lg,td.visible-lg {
		display: table-cell !important
	}
}

@media ( max-width :767px) {
	.hidden-xs {
		display: none !important
	}
}

@media ( min-width :768px) and (max-width:991px) {
	.hidden-sm {
		display: none !important
	}
}

@media ( min-width :992px) and (max-width:1229px) {
	.hidden-md {
		display: none !important
	}
}

@media ( min-width :1230px) {
	.hidden-lg {
		display: none !important
	}
}

.visible-print {
	display: none !important
}

@media print {
	.visible-print {
		display: block !important
	}
	table .visible-print {
		display: table
	}
	tr.visible-print {
		display: table-row !important
	}
	th.visible-print,td.visible-print {
		display: table-cell !important
	}
}

@media print {
	.hidden-print {
		display: none !important
	}
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

.headerrow {
	margin-left: -15px;
	margin-right: -15px
}
.dropDownColumn{
	float: left;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.discoverSocialLinks{
line-height: 24px;
display: inline-block;
margin-bottom:5px;
}

.discoverSocialLinks .tr-icon-social{
margin-right:13px;
vertical-align: top;
}

.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12
	{
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12
	{
	float: left
}

.col-xs-12 {
	width: 100%
}

.col-xs-11 {
	width: 91.66666667%
}

.col-xs-10 {
	width: 83.33333333%
}

.col-xs-9 {
	width: 75%
}

.col-xs-8 {
	width: 66.66666667%
}

.col-xs-7 {
	width: 58.33333333%
}

.col-xs-6 {
	width: 50%
}

.col-xs-5 {
	width: 41.66666667%
}

.col-xs-4 {
	width: 33.33333333%
}

.col-xs-3 {
	width: 25%
}

.col-xs-2 {
	width: 16.66666667%
}

.col-xs-1 {
	width: 8.33333333%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-pull-11 {
	right: 91.66666667%
}

.col-xs-pull-10 {
	right: 83.33333333%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-8 {
	right: 66.66666667%
}

.col-xs-pull-7 {
	right: 58.33333333%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-5 {
	right: 41.66666667%
}

.col-xs-pull-4 {
	right: 33.33333333%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-2 {
	right: 16.66666667%
}

.col-xs-pull-1 {
	right: 8.33333333%
}

.col-xs-pull-0 {
	right: 0
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-push-11 {
	left: 91.66666667%
}

.col-xs-push-10 {
	left: 83.33333333%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-8 {
	left: 66.66666667%
}

.col-xs-push-7 {
	left: 58.33333333%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-5 {
	left: 41.66666667%
}

.col-xs-push-4 {
	left: 33.33333333%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-2 {
	left: 16.66666667%
}

.col-xs-push-1 {
	left: 8.33333333%
}

.col-xs-push-0 {
	left: 0
}

.col-xs-offset-12 {
	margin-left: 100%
}

.col-xs-offset-11 {
	margin-left: 91.66666667%
}

.col-xs-offset-10 {
	margin-left: 83.33333333%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-8 {
	margin-left: 66.66666667%
}

.col-xs-offset-7 {
	margin-left: 58.33333333%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-5 {
	margin-left: 41.66666667%
}

.col-xs-offset-4 {
	margin-left: 33.33333333%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-2 {
	margin-left: 16.66666667%
}

.col-xs-offset-1 {
	margin-left: 8.33333333%
}

.col-xs-offset-0 {
	margin-left: 0
}

@media ( min-width :768px) {
	.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12
		{
		float: left
	}
	.col-sm-12 {
		width: 100%
	}
	.col-sm-11 {
		width: 91.66666667%
	}
	.col-sm-10 {
		width: 83.33333333%
	}
	.col-sm-9 {
		width: 75%
	}
	.col-sm-8 {
		width: 66.66666667%
	}
	.col-sm-7 {
		width: 58.33333333%
	}
	.col-sm-6 {
		width: 50%
	}
	.col-sm-5 {
		width: 41.66666667%
	}
	.col-sm-4 {
		width: 33.33333333%
	}
	.col-sm-3 {
		width: 25%
	}
	.col-sm-2 {
		width: 16.66666667%
	}
	.col-sm-1 {
		width: 8.33333333%
	}
	.col-sm-pull-12 {
		right: 100%
	}
	.col-sm-pull-11 {
		right: 91.66666667%
	}
	.col-sm-pull-10 {
		right: 83.33333333%
	}
	.col-sm-pull-9 {
		right: 75%
	}
	.col-sm-pull-8 {
		right: 66.66666667%
	}
	.col-sm-pull-7 {
		right: 58.33333333%
	}
	.col-sm-pull-6 {
		right: 50%
	}
	.col-sm-pull-5 {
		right: 41.66666667%
	}
	.col-sm-pull-4 {
		right: 33.33333333%
	}
	.col-sm-pull-3 {
		right: 25%
	}
	.col-sm-pull-2 {
		right: 16.66666667%
	}
	.col-sm-pull-1 {
		right: 8.33333333%
	}
	.col-sm-pull-0 {
		right: 0
	}
	.col-sm-push-12 {
		left: 100%
	}
	.col-sm-push-11 {
		left: 91.66666667%
	}
	.col-sm-push-10 {
		left: 83.33333333%
	}
	.col-sm-push-9 {
		left: 75%
	}
	.col-sm-push-8 {
		left: 66.66666667%
	}
	.col-sm-push-7 {
		left: 58.33333333%
	}
	.col-sm-push-6 {
		left: 50%
	}
	.col-sm-push-5 {
		left: 41.66666667%
	}
	.col-sm-push-4 {
		left: 33.33333333%
	}
	.col-sm-push-3 {
		left: 25%
	}
	.col-sm-push-2 {
		left: 16.66666667%
	}
	.col-sm-push-1 {
		left: 8.33333333%
	}
	.col-sm-push-0 {
		left: 0
	}
	.col-sm-offset-12 {
		margin-left: 100%
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}
	.col-sm-offset-9 {
		margin-left: 75%
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}
	.col-sm-offset-6 {
		margin-left: 50%
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}
	.col-sm-offset-3 {
		margin-left: 25%
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}
	.col-sm-offset-0 {
		margin-left: 0
	}
}

@media ( min-width :992px) {
	.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12
		{
		float: left
	}
	.col-md-12 {
		width: 100%
	}
	.col-md-11 {
		width: 91.66666667%
	}
	.col-md-10 {
		width: 83.33333333%
	}
	.col-md-9 {
		width: 75%
	}
	.col-md-8 {
		width: 66.66666667%
	}
	.col-md-7 {
		width: 58.33333333%
	}
	.col-md-6 {
		width: 50%
	}
	.col-md-5 {
		width: 41.66666667%
	}
	.col-md-4 {
		width: 33.33333333%
	}
	.col-md-3 {
		width: 25%
	}
	.col-md-2 {
		width: 16.66666667%
	}
	.col-md-1 {
		width: 8.33333333%
	}
	.col-md-pull-12 {
		right: 100%
	}
	.col-md-pull-11 {
		right: 91.66666667%
	}
	.col-md-pull-10 {
		right: 83.33333333%
	}
	.col-md-pull-9 {
		right: 75%
	}
	.col-md-pull-8 {
		right: 66.66666667%
	}
	.col-md-pull-7 {
		right: 58.33333333%
	}
	.col-md-pull-6 {
		right: 50%
	}
	.col-md-pull-5 {
		right: 41.66666667%
	}
	.col-md-pull-4 {
		right: 33.33333333%
	}
	.col-md-pull-3 {
		right: 25%
	}
	.col-md-pull-2 {
		right: 16.66666667%
	}
	.col-md-pull-1 {
		right: 8.33333333%
	}
	.col-md-pull-0 {
		right: 0
	}
	.col-md-push-12 {
		left: 100%
	}
	.col-md-push-11 {
		left: 91.66666667%
	}
	.col-md-push-10 {
		left: 83.33333333%
	}
	.col-md-push-9 {
		left: 75%
	}
	.col-md-push-8 {
		left: 66.66666667%
	}
	.col-md-push-7 {
		left: 58.33333333%
	}
	.col-md-push-6 {
		left: 50%
	}
	.col-md-push-5 {
		left: 41.66666667%
	}
	.col-md-push-4 {
		left: 33.33333333%
	}
	.col-md-push-3 {
		left: 25%
	}
	.col-md-push-2 {
		left: 16.66666667%
	}
	.col-md-push-1 {
		left: 8.33333333%
	}
	.col-md-push-0 {
		left: 0
	}
	.col-md-offset-12 {
		margin-left: 100%
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%
	}
	.col-md-offset-9 {
		margin-left: 75%
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%
	}
	.col-md-offset-6 {
		margin-left: 50%
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%
	}
	.col-md-offset-3 {
		margin-left: 25%
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%
	}
	.col-md-offset-0 {
		margin-left: 0
	}
}

@media ( min-width :1230px) {
	.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12
		{
		float: left
	}
	.col-lg-12 {
		width: 100%
	}
	.col-lg-11 {
		width: 91.66666667%
	}
	.col-lg-10 {
		width: 83.33333333%
	}
	.col-lg-9 {
		width: 75%
	}
	.col-lg-8 {
		width: 66.66666667%
	}
	.col-lg-7 {
		width: 58.33333333%
	}
	.col-lg-6 {
		width: 50%
	}
	.col-lg-5 {
		width: 41.66666667%
	}
	.col-lg-4 {
		width: 33.33333333%
	}
	.col-lg-3 {
		width: 25%
	}
	.col-lg-2 {
		width: 16.66666667%
	}
	.col-lg-1 {
		width: 8.33333333%
	}
	.col-lg-pull-12 {
		right: 100%
	}
	.col-lg-pull-11 {
		right: 91.66666667%
	}
	.col-lg-pull-10 {
		right: 83.33333333%
	}
	.col-lg-pull-9 {
		right: 75%
	}
	.col-lg-pull-8 {
		right: 66.66666667%
	}
	.col-lg-pull-7 {
		right: 58.33333333%
	}
	.col-lg-pull-6 {
		right: 50%
	}
	.col-lg-pull-5 {
		right: 41.66666667%
	}
	.col-lg-pull-4 {
		right: 33.33333333%
	}
	.col-lg-pull-3 {
		right: 25%
	}
	.col-lg-pull-2 {
		right: 16.66666667%
	}
	.col-lg-pull-1 {
		right: 8.33333333%
	}
	.col-lg-pull-0 {
		right: 0
	}
	.col-lg-push-12 {
		left: 100%
	}
	.col-lg-push-11 {
		left: 91.66666667%
	}
	.col-lg-push-10 {
		left: 83.33333333%
	}
	.col-lg-push-9 {
		left: 75%
	}
	.col-lg-push-8 {
		left: 66.66666667%
	}
	.col-lg-push-7 {
		left: 58.33333333%
	}
	.col-lg-push-6 {
		left: 50%
	}
	.col-lg-push-5 {
		left: 41.66666667%
	}
	.col-lg-push-4 {
		left: 33.33333333%
	}
	.col-lg-push-3 {
		left: 25%
	}
	.col-lg-push-2 {
		left: 16.66666667%
	}
	.col-lg-push-1 {
		left: 8.33333333%
	}
	.col-lg-push-0 {
		left: 0
	}
	.col-lg-offset-12 {
		margin-left: 100%
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%
	}
	.col-lg-offset-9 {
		margin-left: 75%
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%
	}
	.col-lg-offset-6 {
		margin-left: 50%
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%
	}
	.col-lg-offset-3 {
		margin-left: 25%
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%
	}
	.col-lg-offset-0 {
		margin-left: 0
	}
}

@
-webkit-viewport {
	width: device-width
}

@
-moz-viewport {
	width: device-width
}

@
-ms-viewport {
	width: device-width
}

@
-o-viewport {
	width: device-width
}

@
viewport {
	width: device-width
}

html {
	font-family: screen-phone
}

@media ( min-width :768px) {
	html {
		font-family: screen-tablet
	}
}

@media ( min-width :992px) {
	html {
		font-family: screen-desktop
	}
}

@media ( min-width :1230px) {
	html {
		font-family: screen-lg-desktop
	}
}

html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, .2);
	width: 100%;
	font-size:100.01%;
}

/* body {
	margin: 0;
	padding: 0;
	min-width: 320px;
	width: 100%;
	height: 100%;
	background-color: #f7f7f7;
	color: #555;
	font-size: 16px;
	font-family: Arial, sans-serif;
	line-height: 1.375;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%
}
 */
@media ( min-width :1px) {
	body {
		visibility: visible !important
	}
}

a {
	color: #0072a8;
	text-decoration: none;
	outline: 0;
	cursor: pointer
}

a:hover {
	color: #005885;
	text-decoration: underline
}

a:visited {
	color: #0099c4
}

::-moz-selection {
	background: #ff8000;
	color: #fff;
	text-shadow: none
}

::selection {
	background: #ff8000;
	color: #fff;
	text-shadow: none
}

.wrapper,.header-wrapper,.footer-wrapper {
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .05)
}

.wrapper .wrapper,.header-wrapper .wrapper,.footer-wrapper .wrapper {
	border-left: 1px solid #eaeaea\9;
	border-right: 1px solid #eaeaea\9;
	border-bottom: 1px solid #eaeaea\9
}

.container {
	padding-left: 0px;
	padding-right: 10px;
	position: relative
}

/* @media ( min-width :768px) {
	.wrapper,.header-wrapper,.footer-wrapper,.container {
		max-width: 768px
	}
	.container {
		padding-left: 22px;
		padding-right: 22px
	}
}

@media ( min-width :992px) {
	.wrapper,.header-wrapper,.footer-wrapper,.container {
		max-width: 992px
	}
	.container {
		padding-left: 26px;
		padding-right: 26px
	}
}

@media ( min-width :1024px) {
	.wrapper,.header-wrapper,.footer-wrapper,.container {
		max-width: 1024px
	}
	.container {
		padding-left: 42px;
		padding-right: 42px
	}
}

@media ( min-width :1230px) {
	.wrapper,.header-wrapper,.footer-wrapper,.container {
		max-width:1230px
		
	}
}
 */
.wrapper,.header-wrapper,.footer-wrapper,.container {
	max-width:970px;
}
	 
.header-container {
		padding-left: 30px;
		padding-right: 30px
	}

@media ( max-width :1229px) {
	.headerrow {
		margin-left: -10px;
		margin-right: -10px
	}
	.headerrow .col-xs-1,.headerrow .col-xs-2,.headerrow .col-xs-3,.headerrow .col-xs-4,.headerrow .col-xs-5,.headerrow .col-xs-6,.headerrow .col-xs-7,.headerrow .col-xs-8,.headerrow .col-xs-9,.headerrow .col-xs-10,.headerrow .col-xs-11,.headerrow .col-xs-12,.headerrow .col-sm-1,.headerrow .col-sm-2,.headerrow .col-sm-3,.headerrow .col-sm-4,.headerrow .col-sm-5,.headerrow .col-sm-6,.headerrow .col-sm-7,.headerrow .col-sm-8,.headerrow .col-sm-9,.headerrow .col-sm-10,.headerrow .col-sm-11,.headerrow .col-sm-12,.headerrow .col-md-1,.headerrow .col-md-2,.headerrow .col-md-3,.headerrow .col-md-4,.headerrow .col-md-5,.headerrow .col-md-6,.headerrow .col-md-7,.headerrow .col-md-8,.headerrow .col-md-9,.headerrow .col-md-10,.headerrow .col-md-11,.headerrow .col-md-12,.headerrow .col-lg-1,.headerrow .col-lg-2,.headerrow .col-lg-3,.headerrow .col-lg-4,.headerrow .col-lg-5,.headerrow .col-lg-6,.headerrow .col-lg-7,.headerrow .col-lg-8,.headerrow .col-lg-9,.headerrow .col-lg-10,.headerrow .col-lg-11,.headerrow .col-lg-12
		{
		padding-left: 10px;
		padding-right: 10px
	}
}

@media ( min-width :1230px) {
	.headerrow {
		margin-left: -15px;
		margin-right: -15px;
		overflow: visible;
	}
	.headerrow .col-xs-1,.headerrow .col-xs-2,.headerrow .col-xs-3,.headerrow .col-xs-4,.headerrow .col-xs-5,.headerrow .col-xs-6,.headerrow .col-xs-7,.headerrow .col-xs-8,.headerrow .col-xs-9,.headerrow .col-xs-10,.headerrow .col-xs-11,.headerrow .col-xs-12,.headerrow .col-sm-1,.headerrow .col-sm-2,.headerrow .col-sm-3,.headerrow .col-sm-4,.headerrow .col-sm-5,.headerrow .col-sm-6,.headerrow .col-sm-7,.headerrow .col-sm-8,.headerrow .col-sm-9,.headerrow .col-sm-10,.headerrow .col-sm-11,.headerrow .col-sm-12,.headerrow .col-md-1,.headerrow .col-md-2,.headerrow .col-md-3,.headerrow .col-md-4,.headerrow .col-md-5,.headerrow .col-md-6,.headerrow .col-md-7,.headerrow .col-md-8,.headerrow .col-md-9,.headerrow .col-md-10,.headerrow .col-md-11,.headerrow .col-md-12,.headerrow .col-lg-1,.headerrow .col-lg-2,.headerrow .col-lg-3,.headerrow .col-lg-4,.headerrow .col-lg-5,.headerrow .col-lg-6,.headerrow .col-lg-7,.headerrow .col-lg-8,.headerrow .col-lg-9,.headerrow .col-lg-10,.headerrow .col-lg-11,.headerrow .col-lg-12
		{
		padding-left: 15px;
		padding-right: 15px
	}
}

.tr-sprite,.tr-icon,.tr-icon-social,.global-footer-logo,.global-footer-search .search-submit
	{
	background-image: url(../images/tr-sprite.png);
	background-repeat: no-repeat;
	background-size: 400px 35px
}

@media only screen and (-webkit-min-device-pixel-ratio:2) , only screen and
		(min--moz-device-pixel-ratio:2) , only screen and
		(-o-min-device-pixel-ratio:2/1) , only screen and
		(min-device-pixel-ratio:2) , only screen and (min-resolution:192dpi) ,
		only screen and (min-resolution:2dppx) {
	.tr-sprite,.tr-icon,.tr-icon-social,.global-footer-logo,.global-footer-search .search-submit
		{
		background-image: url(../images/tr-sprite@2x.png);
		background-image: none, url(../images/tr-sprite.svg)
	}
}

.global-header {
	border-top : 4px solid #ff5900;
	color: #555555;
	font-size: 11px;
	line-height: 32px
}

.global-header .chev:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
	margin-bottom: 2px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 3px 0;
	border-color: #cccccc transparent transparent;
	border-color: #cccccc rgba(255, 255, 255, 0) rgba(255, 255, 255, 0)
}

.global-header .chev:hover:after,.global-header .chev:focus:after {
	content: ' ';
	border-top-color: #fff
}

.global-header .chev.toggled:after {
	content: '  ';
	border-width: 0 3px 4px;
	border-color: transparent transparent #fff;
	border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #fff
}

.global-header .nav {
	display: block;
	text-align: right;
	list-style: none;
	margin: 0;
	padding: 0
}

.global-header .nav>li {
	float: none;
	margin: 0 10px;
	text-align: left;
	display: none
}

	.global-header .nav>li {
		display: inline-block
	}

.global-header .nav>li:first-child {
	float: left;
	margin-left: 0;
	display: inline-block
}

.global-header .nav>li:last-child {
	margin-right: 0
}

.global-header .nav>li a {
	color: #555555;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none
}

.global-header .nav>li a:hover,.global-header .nav>li a:focus,.global-header .nav>li a.toggled
	{
	text-decoration: underline;
}

.global-header .nav>li a>span {
	font-weight: 600
}

.tr-icon {
	height: 15px;
	width: 15px;
	vertical-align: middle;
	margin-bottom: 3px;
	background-repeat: no-repeat;
	margin-left: 2px;
	margin-right: 2px;
	display: inline-block
}

.tr-icon.globe {
	background-position: -240px 0
}

a:hover .tr-icon.globe {
	background-position: -240px -20px
}

.tr-icon.newtab {
	background-position: -260px 0
}

a:hover .tr-icon.newtab {
	background-position: -260px -20px
}

.tr-icon-social {
	width: 24px;
	height: 24px;
	display: inline-block
}

.tr-icon-social.facebook {
	background-color: #3b5999;
	background-position: -285px 0
}

.tr-icon-social.twitter {
	background-color: #67add1;
	background-position: -315px 0
}

.tr-icon-social.linkedin {
	background-color: #1385c3;
	background-position: -345px 0
}

.tr-icon-social.googleplus {
	background-color: #ce3a19;
	background-position: -375px 0
}

.global-header-menu {
	display: none;
	background-color: #555555;
	font-size: 14px
}

.global-header-menu a {
	color: #fff;
	text-decoration: none
}

.global-header-menu a:visited {
	color: #fff;
}

.global-header-menu a:hover,.global-header-menu a:focus {
	text-decoration: none;
	color: #ff8000
}

.global-header-menu h3 {
	margin-top: 43px;
	font-size: 14px;
	font-weight: 700;
	line-height: 30px;
	border-bottom: 2px solid #FFFFFF;
	color: #fff;
	margin-bottom: 0
}

.global-header-menu .large {
	font-family: Knowledge, Arial, sans-serif;
	font-weight: 400;
	font-size: 20px;
	padding: 0px;
	line-height: 30px;
}

.global-header-menu .large li {
	margin-bottom: 6px
}

.global-header-menu .large li a {
	color: #FFF;
}

.global-header-menu .large li a:hover{
	color: #ff8000
}

.global-header-menu ul {
	margin-top: 20px;
	margin-bottom: 40px
}

.global-header-menu ul>li:first-child {
	margin-top: -9px
}

.global-header-menu ul>li:last-child {
	margin-bottom: 0
}

.global-header-menu ul>li.active a {
	color: #ff8000
}

.global-header-menu ul.global-header-menu-discover-social-links>li {
	margin-bottom: 2px
}

.global-header-menu ul.global-header-menu-discover-social-links>li:first-child
	{
	margin-top: -9px
}

.global-header-menu ul.global-header-menu-discover-social-links>li a {
	line-height: 24px;
	display: inline-block
}

.global-header-menu ul.global-header-menu-discover-social-links>li a .tr-icon-social
	{
	margin-right: 8px;
	vertical-align: top
}

.global-header-menu ul.global-header-menu-discover-social-links>li a span
	{
	vertical-align: top
}

.global-footer {
	background-color: #333;
	color: gray;
	padding: 16px 0
}

.global-footer-logo-wrapper {
	float: left
}

.global-footer-logo {
	display: block;
	text-indent: -100%;
	overflow: hidden;
	background-position: 0 0;
	width: 207px;
	height: 28px
}

.global-footer-logo:focus {
	opacity: .5
}

.global-footer-nav-toggle {
	display: none;
	float: right;
	height: 36px;
	width: 36px;
	position: relative;
	margin-top: -4px;
	margin-bottom: -4px;
	margin-right: -10px;
	transition: all .15s ease-in-out
}

@media ( max-width :767px) {
	.global-footer-nav-toggle {
		display: block
	}
}

.global-footer-nav-toggle:before,.global-footer-nav-toggle:after {
	content: '';
	display: block;
	background-color: #666;
	position: absolute
}

.global-footer-nav-toggle:before {
	height: 3px;
	width: 17px;
	top: 16px;
	left: 3px
}

.global-footer-nav-toggle:after {
	height: 17px;
	width: 3px;
	top: 9px;
	left: 10px
}

.global-footer-nav-toggle.toggled:before {
	background-color: #fff;
	content: ' '
}

.global-footer-nav-toggle.toggled:after {
	display: none;
	content: ' '
}

.global-footer-nav {
	display: none;
	clear: both;
	padding-top: 18px
}

.global-footer-nav .nav {
	float: right;
	display: block;
	margin: 0;
	margin-bottom: 19px;
	padding: 0;
	list-style: none;
	font-size: 14px;
	line-height: 32px
}

.global-footer-nav .nav>li {
	float: none;
	display: block
}

.global-footer-nav .nav>li>a {
	display: block;
	color: gray;
	text-decoration: none
}

.global-footer-nav .global-footer-search .search-wrapper {
	position: relative;
	border: 1px solid #444;
	background-color: #333
}

.global-footer-nav .global-footer-search .search-wrapper .search-input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 16px 30px 16px 8px;
	max-height: 48px;
	width: 100%;
	outline: 0;
	border: 0;
	border-radius: 0;
	background-color: transparent;
	color: #fff;
	font-size: 14px;
	line-height: normal;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-font-smoothing: antialiased
}

.global-footer-nav .global-footer-search .search-wrapper .search-input::-webkit-input-placeholder
	{
	color: #fff;
	line-height: normal
}

.global-footer-nav .global-footer-search .search-wrapper .search-input:-moz-input-placeholder
	{
	color: #fff;
	line-height: normal
}

.global-footer-nav .global-footer-search .search-wrapper .search-input::-moz-input-placeholder
	{
	color: #fff;
	line-height: normal
}

.global-footer-nav .global-footer-search .search-wrapper .search-input:-ms-input-placeholder
	{
	color: #fff;
	line-height: normal
}

.global-footer-nav .global-footer-search .search-wrapper .search-input:focus
	{
	background-color: #fff;
	color: #333
}

.global-footer-nav .global-footer-search .search-wrapper .search-input:focus+.search-submit
	{
	background-position: -220px -20px
}

.global-footer-nav .global-footer-search .search-wrapper .search-submit
	{
	position: absolute;
	top: 50%;
	right: 13px;
	overflow: hidden;
	margin: 0;
	margin-top: -7px;
	width: 14px;
	height: 14px;
	outline: 0;
	border: 0;
	background-color: transparent;
	background-position: -220px -20px;
	text-indent: 100%;
	white-space: nowrap;
	font-size: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none
}

@media ( min-width :768px) {
	.global-footer {
		padding: 20px 0
	}
	.global-footer-nav {
		display: block !important;
		position: relative
	}
	.global-footer-nav .nav {
		clear: both;
		font-size: 12px;
		line-height: 20px;
		margin-top: 14px;
		margin-bottom: 0
	}
	.global-footer-nav .nav>li {
		float: left;
		margin-right: 30px
	}
	.global-footer-nav .nav>li:last-child {
		margin-right: 0
	}
	.global-footer-nav .nav>li>a {
		display: inline-block
	}
	.global-footer-nav .nav>li>a:hover,.global-footer-nav .nav>li>a:focus {
		color: #fff
	}
	.global-footer-nav .global-footer-search {
		position: absolute;
		right: 0;
		bottom: 100%;
		margin-bottom: -4px
	}
	.global-footer-nav .global-footer-search .search-wrapper .search-input {
		width: 158px;
		max-height: 30px;
		padding: 8px 30px 8px 8px;
		font-size: 12px
	}
	.global-footer-nav .global-footer-search .search-wrapper .search-submit
		{
		right: 7px
	}
}

@media ( min-width :992px) {
	.global-footer-nav .nav>li {
		margin-right: 70px
	}
	.global-footer-nav .nav>li:last-child {
		margin-right: 0
	}
}

@media ( min-width :1230px) {
	.global-footer {
		padding: 16px 0
	}
	.global-footer-logo {
		margin-right: 75px;
		margin-right: 65px\9
	}
	.global-footer-nav {
		clear: none;
		padding-top: 0
	}
	.global-footer-nav .nav {
		clear: none;
		width: auto;
		font-size: 12px;
		line-height: 28px;
		margin-top: 0
	}
	.global-footer-nav .nav>li {
		margin-right: 26px
	}
	.global-footer-nav .global-footer-search {
		float: right;
		position: relative;
		right: auto;
		bottom: auto;
		margin-bottom: -2px;
		margin-top: -2px
	}
	.global-footer-nav .global-footer-search .search-wrapper .search-input {
		width: 170px
	}
}

/* @media print {
	*,#body * {
		text-shadow: none !important;
		color: #000 !important;
		background: transparent !important;
		box-shadow: none !important
	}
	a,a:visited {
		text-decoration: underline
	}
	a[href^="javascript:"]:after,a[href^="#"]:after {
		content: ""
	}
	.global-header,.global-footer {
		display: none !important
	}
} */

.navlink{
	width:970px;
	height:40px;
	border-top:1px solid #cccccc;
	position:absolute;
	border-bottom:4px solid #cccccc;
	background-color: #f7f7f7;
}

.oldNavlink{
	width:970px;
	height:40px;
	border-top:1px solid #cccccc;
	position:absolute;
	border-bottom:4px solid #cccccc;
	background-color: #f7f7f7;
}

.oldNavlink div a{
	Font-Family:KnowledgeLight;
	Font-Size:16px;
	color:#333333;
	Text-Align:left;
	Line-Height:19.2px;
	Effect:none;
	margin-top:8px;
	float:left;
	margin-right:54px;
}

.oldNavlink div a:hover, .navselected {
	color:#ff8000 !important;
	text-decoration:none;
	padding-bottom:8px;
	border-bottom:4px solid #ff8000;
	
}

#nav {
	margin-top: 45px;
}

.navlink div a{
	Font-Family:KnowledgeLight;
	Font-Size:16px;
	color:#333333;
	Text-Align:left;
	Line-Height:19.2px;
	Effect:none;
	margin-top:8px;
	float:left;
	margin-right:54px;
}

.newTopNavLinkSpecial:hover {
	text-decoration: none !important;
	color: #4D4D4D !important;
	border-bottom: 0px !important;
}

.navlink div a:hover, .navselected {
	color:#ff8000;
	text-decoration:none;
	padding-bottom:8px;
	border-bottom:4px solid #ff8000;
	
}

#siteHeader .cmsimage {
	margin-top: -1px;
}

#pencilPromotion a img {
	margin-top: 10px;
}

#Sitewide_Promo a img {
	margin-top: 10px;
}

#licenceTerms a {
	padding-top: 25px;
	padding-bottom: 1px;
}


#licenceTerms a:hover {
	color: #005885!important;
}

.prod_detail .authorPopupFancy span:hover {
	color: #005885!important;
}

.prod_detail .authorListPopupFancy span:hover {
	color: #005885!important;
}

/* HSR - 1633 Changes starts */

#CanWeHelp .content p strong {
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
}
#CanWeHelp .row2 p strong{
	color: #444444;
}
#CanWeHelp .widget-body .small{
	font-size: 14px;
	font-family: Arial;
	color: #666666;
}
#your_cart th {
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #444444;
}
.product_details_table a span{
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	
}
#updateTotalButton{
	margin-top: 15px;
	margin-left: 0px;
	float: left!important;
	padding: 0 15px;
}
#cartNavigationButtons a.large, #loginForm .large, #guestCheckout .large, #billShipForm .large, #place-order .large{
	font-size: 14px;
	font-family: Arial;
}
#your_cart_promotions .widget-body{
	padding: 25px;
}	
#your_cart a.updateText{
	margin-right: 7px;
}	
#checkoutLogin p {
	font-family: Arial;
	line-height: 18px;
	font-size: 14px;
	color: #666666;
}
#loginForm button[type=submit], #guestCheckout button[type=submit]{
	margin-top: 10px;
	margin-bottom: 10px;
}
#billShipForm button[type=submit]{
	margin-top: -24px;
	margin-bottom: 25px;
}
#addressTipsHelp, #shippingInfo{
	font: 14px arial;
	
}	
#shippingAddressMessage p a{
	font: 14px arial;
	line-height: 20px;
}
#emailAddressMessage p a{
	font: 14px arial;
	line-height: 26px;
}
#billShipForm .widget-heading-right label, .checkboxTerms label, #CartPopulatedBottomContent p{
	font: 14px arial;
	color: #666666;
}
#CartPopulatedBottomContent p{
	line-height: 19px;
}
#shippingAddressMessage p{
	font: 14px arial;
	color: #444444;
}
#emailAddressMessage{
	margin-left: -20px;
}
.onelineField input[id=billPhone], .onelineField input[id=shipPhone]{
	margin-bottom: 0px;
	}
/* Review Page changes */
#CreditCardDetails h4{
	margin-bottom: 10px!important;
}
#CreditCardDetails .onelineLabel{
	margin-bottom: 7px;
}
#CreditCardDetails .onelineShortLabel{
	margin-bottom: 5px;
}
.onelineTwoElements1 select, .onelineTwoElements2 select{
	box-shadow: none;
	height: 25px;
	padding: 0px!important;
	-webkit-appearance: none;
	-moz-appearance:none;
	-ms-appearance: none;
	appearance:none;
	text-overflow:'';
	text-indent:0.01px;
	 background: url('../images/Checkout_DropArrow.jpg') no-repeat right;
}
.onelineTwoElements1 select::-ms-expand, .onelineTwoElements2 select::-ms-expand{
	display:none;
}
.onelineField input[id=NameOnCard]{
	margin-top: -8px;
	margin-bottom: 9px;
}
.checkboxTerms{ 
margin-top: 15px;
margin-bottom: 10px;
}
.checkboxTerms label a{
	color: #005a84;
}
.confirmationPageNotes p{
	font: 12px arial;
	font-weight: bold;
	color: #666666;
	line-height: 16px; 
}
.weslawAccount input[type=text]{
	margin-bottom: 0px;
	width: 180px!important;
}

#productListing .list ul {
	padding-left: 0px;
	margin : 0em 3em 1.3em 0em;
}

#popupAddUsersButton label {
	padding-left: 22px;
}
#replacePagesForm td{
	padding: 0px 10px 0px 5px!important;
}
#replacePagesForm select{
	margin-bottom: 13px;
	height: 25px;
}
/* HSR 1678 issues fix */
#loginForm input[id=email]{
	width: 342px;
}
#shippingAddressMessage p label{
	margin-bottom: 12px;
}
.onelineSelectLabel select{
	color: #666666;
}
#emailAddressMessage label{
	font: 14px arial;
	font-style: normal!important;
	color: #666;
	padding-top:5px;
}
#your_cart_promotions .item_container{
	margin-bottom: 0px!important;
}

.emailFields {
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #444444;
	font-style: normal;
	text-align: left;
	line-height: 18px;
	letter-spacing: 0em;
	opacity: 1;
	effect: none;
}

.top-nav-menu{
  display:none;
  float:middle;
  position:absolute;
  z-index:2000;
}
.topNavBarLinkWithMenu:hover{
text-decoration: underline;
}
.topNavBarLinkWithMenu{
cursor:pointer;	
font-family:arial;
color: #cccccc;
display: inline-block;
text-transform: uppercase;
text-decoration: none;
}

.dropover {
display: inline-block;
height: 4px;
width: 6px;
margin-left: 4px;
background-image: url("/law-products/_ui/common/images/down-icn.png");
background-repeat:no-repeat;
position: relative;
top: -1px;
}

.top-nav-menu ul{
padding: 0px 0px 0px 0px;
background-color: #ffffff ;
border: 1px solid #cccccc;
border-top: 0;
border-radius: 0 0 5px 5px;
}

.global-header .nav .top-nav-menu ul>li>a{
display:block;  
text-transform: none;
outline: 0;
}

.global-header .nav .top-nav-menu ul>li .blueLinkWithBorder{
background-color: #E7E7E7;
font-family: Arial Rounded MT;
font-weight: bold;
font-size:14px;
color:#0072a8;
padding:9px 20px 0px 20px;
height:33px;
margin-top:18px;
border-top:1px solid #CCCCCC;
}

.global-header .nav .top-nav-menu ul>li .blueLink{
background-color: #E7E7E7;
font-family: Arial Rounded MT;
font-weight: bold;
font-size:14px;
color:#0072a8;
padding:9px 20px 0px 20px;
height:33px;
}
.global-header .nav .top-nav-menu ul>li .blueLinkWithBorder:after{
content:">";
margin-left:10px;
font-weight: bold;
}

.global-header .nav .top-nav-menu ul>li .blueLink:after{
margin-left:10px;
content:">";
font-weight: bold;
}

.global-header .nav .top-nav-menu ul>li .blueLinkWithBorder .content:hover{
color:#005885;
text-decoration:underline;
}

.global-header .nav .top-nav-menu ul>li .blueLink .content:hover{
color:#005885;
text-decoration:underline;
}

.global-header .nav .top-nav-menu ul>li .normalLink{
background-color: #ffffff;
font-family:Knowledge;
font-size:14px;
color:#444444;
font-weight:bold;
padding:9px 20px 0px 20px;
height:33px;
}

.global-header .nav .top-nav-menu ul>li .normalLink .regular{
font-weight:normal;
}

.global-header .nav .top-nav-menu ul>li> .normalLink:hover{
color:#ff8000;
text-decoration:underline;
}

.global-header .nav .top-nav-menu ul>li:last-child >a{
	height:51px;
	padding-bottom:18px;
}

.globeImg{
display: inline-block;
height: 15px;
width: 21px;
background-image: url("/law-products/_ui/common/images/globe-icn.png");
background-repeat:no-repeat;
position: relative;
top: 3px;
}

.appliedPromotionPDP a {
	float: left;
	margin-top: 0px !important;
	padding-bottom: 10px;
}

#siteRootNav {
	float: left;
}

#siteRootNav .cmsNavigationBarComponent .childNode ul {
	padding-left: 5px;
	width: inherit;
}

#siteRootNav .cmsNavigationBarComponent .childNode li {
	float: left;
}

#siteRootNav .cmsNavigationBarComponent .childNode .hasChildren {
	height: 36px;
}

#siteRootNav .cmsNavigationBarComponent .childNode ul li .LawBookNewNavNode {
	width: 700px;
	background-color: #FDFDFD;
	margin-top: 3px;
	color: #505050;
}

#siteRootNav .cmsNavigationBarComponent .childNode .siteNavigationRootNode0 .hasChildren.active .LawBookNewNavNode {
	display: block;
	width: 700px;
	background-color: #FDFDFD;
	margin-top: 0px;
	color: #505050;
	border-top: solid 3px;
	border-top-color: #FF8000;
	border-radius: 0 0 6px 6px;
	box-shadow: 0 6px 6px;
}

#siteRootNav .cmsNavigationBarComponent .childNode ul li .InsightandTrendsNavNode {
	width: 495px;
	background-color: #FDFDFD;
	margin-top: 3px;
	color: #505050;
}

#siteRootNav .cmsNavigationBarComponent .childNode .siteNavigationRootNode3 .hasChildren.active .InsightandTrendsNavNode {
	display: block;
	width: 495px;
	background-color: #FDFDFD;
	margin-top: 0px;
	color: #505050;
	border-top: solid 3px;
	border-top-color: #FF8000;
	border-radius: 0 0 6px 6px;
	box-shadow: 0 6px 6px;
}

#siteRootNav .cmsNavigationBarComponent .childNode ul li .SupportNavNode {
	width: 700px;
	background-color: #FDFDFD;
	margin-top: 3px;
	color: #505050;
}

#siteRootNav .cmsNavigationBarComponent .childNode .siteNavigationRootNode2 .hasChildren.active .SupportNavNode {
	display: block;
	width: 700px;
	background-color: #FDFDFD;
	margin-top: 0px;
	color: #505050;
	border-top: solid 3px;
	border-top-color: #FF8000;
	border-radius: 0 0 6px 6px;
	box-shadow: 0 6px 6px;
}

@-moz-document url-prefix() {
    #siteRootNav .cmsNavigationBarComponent .childNode ul li .SolutionsNavNode {
	width: 960px;
	background: linear-gradient(to right, #FDFDFD 0%,#FDFDFD 74%,#f7f7f7 74%,#f7f7f7 100%);
	margin-left: -115px !important;
	margin-top: 3px;
	color: #505050;
	}
}

@-moz-document url-prefix() {
    #siteRootNav .cmsNavigationBarComponent .childNode .siteNavigationRootNode1 .hasChildren.active .SolutionsNavNode {
    display: block;
	width: 960px;
	background: linear-gradient(to right, #FDFDFD 0%,#FDFDFD 74%,#f7f7f7 74%,#f7f7f7 100%);
	margin-left: -115px !important;
	margin-top: 0px;
	color: #505050;
	border-top: solid 3px;
	border-top-color: #FF8000;
	border-radius: 0 0 6px 6px;
	box-shadow: 0 6px 6px;
	}
}

#siteRootNav .cmsNavigationBarComponent .childNode .siteNavigationRootNode1 .hasChildren.active .SolutionsNavNode {
	display: block;
	width: 960px;
	background: linear-gradient(to right, #FDFDFD 0%,#FDFDFD 74%,#f7f7f7 74%,#f7f7f7 100%);
	margin-left: -130px;
	margin-top: 0px;
	color: #505050;
	border-top: solid 3px;
	border-top-color: #FF8000;
	border-radius: 0 0 6px 6px;
	box-shadow: 0 6px 6px;
}

#siteRootNav .cmsNavigationBarComponent .childNode ul li .SolutionsNavNode {
	width: 960px;
	background: linear-gradient(to right, #FDFDFD 0%,#FDFDFD 74%,#f7f7f7 74%,#f7f7f7 100%);
	margin-left: -130px;
	margin-top: 3px;
	color: #505050;
}


#siteRootNav .cmsNavigationBarComponent .newTopNavLinkOrange {
	font-family: Knowledge;
	font-size: 16px;
	line-height: 18px;
	color: #FF8000;
	font-weight: bold;
	cursor: default;
}


.cmsNavigationBarComponent .childNode .hasChildren.active {
	color: #ffffff;
}

.cmsNavigationBarComponent .childNode .hasChildren.active .topNavBarLink:hover {
	color: #ffffff !important;
}

.cmsNavigationBarComponent .childNode .hasChildren .topNavBarLinkWithWidth {
	width: 170px;
}

.cmsNavigationBarComponent .childNode .hasChildren.active .topNavBarLinkWithWidth {
	width: 170px;
}

.cmsNavigationBarComponent .childNode .hasChildren.active .topNavBarLinkWithWidth:hover {
	color: #ffffff !important;
}

#siteRootNav .cmsNavigationBarComponent .childNode ul li .SolutionsNavNode li {
	margin-top: -4px;
}

#siteRootNav .cmsNavigationBarComponent .childNode ul li .LawBookNewNavNode li {
	width: 230px !important;
	margin-top: -4px;
}

#siteRootNav .cmsNavigationBarComponent .childNode ul li .SupportNavNode li {
	width: 230px !important;
	margin-top: -4px;
}

#siteRootNav .cmsNavigationBarComponent .childNode ul li .InsightandTrendsNavNode li {
	margin-top: -4px;
}


#siteRootNav .cmsNavigationBarComponent .childNode ul li .childNode li {
	width: 235px;
	height: 25px;
}

#siteRootNav .cmsNavigationBarComponent .childNode .SupportNavNode ul li a {
	margin-right:0px;
	padding-left: 11px;
	padding-right: 25px;
	margin-bottom: 1px;
}

#siteRootNav .cmsNavigationBarComponent .childNode .SolutionsNavNode ul li a {
	margin-right:0px;
	padding-left: 11px;
	padding-right: 25px;
	margin-bottom: 1px;
}


#siteRootNav .cmsNavigationBarComponent .childNode .LawBookNewNavNode ul li a {
	margin-right:0px;
	padding-left: 11px;
	padding-right: 30px;
	margin-bottom: 1px;
}

#siteRootNav .cmsNavigationBarComponent .childNode .InsightandTrendsNavNode ul li a {
	margin-right:0px;
	padding-left: 11px;
	padding-right: 30px;
	margin-bottom: 1px;
}

#siteRootNav .cmsNavigationBarComponent .childNode .InsightandTrendsNavNode ul li .newTopNavLinkMargin {
	margin-top: -1px !important;
}

#siteRootNav .cmsNavigationBarComponent .childNode .SupportNavNode ul li .newTopNavLinkMargin {
	margin-top: -1px !important;
}

#siteRootNav .cmsNavigationBarComponent .childNode ul li a {
	margin-right:0px;
	padding-left: 27px;
	padding-right: 27px;
	margin-bottom: 1px;
}



#siteRootNav .cmsNavigationBarComponent .childNode .headingOrange {
	color:#ff8000 !important;
	text-decoration:none;
	padding-bottom: none;
	border-bottom: none;
	
}

#siteRootNav div .newTopNavLink:hover, .navselected {
	text-decoration: underline;
	color: none;
	padding-bottom: 0px;
	border-bottom: 0px;
}

.newTopNavLinkSupport:hover {
	text-decoration: none !important;
	border-bottom: 0px !important;
}

.newTopNavLinkMargin:hover {
	text-decoration: underline !important;
	color: none;
	padding-bottom: 0px;
	border-bottom: 0px;
}

.newTopNavLinkBlack:hover {
	color: #ff8000 !important;
	text-decoration: underline !important;
	border-bottom: 0px !important;
}

#siteRootNav .cmsNavigationBarComponent .newTopNavLink {
	font-family: Arial;
	font-weight: Regular;
	font-size: 14px;
	line-height: 16px;
	color: #4D4D4D;
}

#siteRootNav .cmsNavigationBarComponent .newTopNavLink:hover {
	color: #ff8000 !important;
}

#siteRootNav .cmsNavigationBarComponent .newTopNavLinkMargin {
	font-family: Arial;
	font-weight: Regular;
	font-size: 14px;
	line-height:  16px;
	color: #4D4D4D;
}

#siteRootNav .cmsNavigationBarComponent .newTopNavLinkMargin:hover{
	color: #ff8000 !important;
}

#siteRootNav div .newTopNavLinkMargin:hover, .navselected {
	text-decoration:none;
	color: none;
	padding-bottom: 0px;
	border-bottom: none;
}

#siteRootNav div .newTopNavLinkOrange:hover, .navselected {
	text-decoration:none;
	color: none;
	padding-bottom: 0px;
	border-bottom: none;
	cursor: default;
}


#siteRootNav .cmsNavigationBarComponent .siteNavigationRootNode ul li.hasChildren:after {
	margin-left: -20px;
	margin-top: 18px;
	position: relative;
	bottom: 2px;
	font-family: FontAwsome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	width: 0;
	height: 0;
	border: 0 solid transparent;
	border-top-color: inherit;
	border-width: 3px 3px 0 3px;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	content: "";
}

#siteRootNav .cmsNavigationBarComponent .siteNavigationRootNode ul li.hasChildren.active:after {
	margin-left: -20px;
	margin-top: 15px;
	position: relative;
	bottom: 2px;
	font-family: FontAwsome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	width: 0;
	height: 0;
	border: 0 solid transparent;
	border-bottom-color: inherit;
	border-width: 3px;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	content: "";
}

.LawBookNewNavNode ul:nth-child(1) li {
	margin-top: 3px !important;
}

.LawBookNewNavNode ul:nth-child(2) li {
	margin-top: 3px !important;
}

.LawBookNewNavNode ul:nth-child(3) li {
	margin-top: 3px !important;
}

.InsightandTrendsNavNode ul:nth-child(1) li {
	margin-top: 3px !important;
}

.InsightandTrendsNavNode ul:nth-child(2) li {
	margin-top: 3px !important;
}

.SolutionsNavNode ul:nth-child(1) li {
	margin-top: 3px !important;
}

.SolutionsNavNode ul:nth-child(2) li {
	margin-top: 3px !important;
}

.SolutionsNavNode ul:nth-child(3) li {
	margin-top: 3px !important;
}

.SolutionsNavNode ul:nth-child(4) li {
	margin-top: 3px !important;
}

.SupportNavNode ul:nth-child(1) li {
	margin-top: 3px !important;
}

.SupportNavNode ul:nth-child(2) li {
	margin-top: 3px !important;
}

.SupportNavNode ul:nth-child(3) li {
	margin-top: 3px !important;
}



.LawBookNewNavNode ul:nth-child(22) li {
	width: 200px !important;
	height: 40px !important;
	background-color: #E9E9E9;
	margin-top: 27px !important;
	margin-bottom: 23px;
	margin-left: 11px;
	font-family: Knowledge;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	border: 1px transparent;
	border-radius: 10px;
}

.LawBookNewNavNode ul:nth-child(22) li:hover {
	width: 200px !important;
	height: 40px !important;
	background-color: #BABABA;
	margin-top: 27px !important;
	margin-bottom: 23px;
	margin-left: 11px;
	font-family: Knowledge;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	border: 1px transparent;
	border-radius: 10px;
}

.LawBookNewNavNode ul:nth-child(2) li {
	white-space: normal !important;
}

.SupportNavNode ul:nth-child(2) li {
	white-space: nowrap;
}

.InsightandTrendsNavNode ul:nth-child(15) li {
	width: 310px !important;
	height: 40px !important;
	background-color: #E9E9E9;
	margin-top: -3px;
	margin-bottom: 25px;
	margin-left: 11px;
	font-family: Knowledge;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	border: 1px transparent;
	border-radius: 10px;
}

.InsightandTrendsNavNode ul:nth-child(15) li:hover {
	width: 310px !important;
	height: 40px !important;
	background-color: #BABABA;
	margin-top: -3px;
	margin-bottom: 25px;
	margin-left: 11px;
	font-family: Knowledge;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	border: 1px transparent;
	border-radius: 10px;
}

.SolutionsNavNode ul:nth-child(51) li {
	width: 200px !important;
	height: 40px !important;
	background-color: #E9E9E9;
	margin-top: -12px !important;
	margin-left: 11px;
	font-family: Knowledge;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	border: 1px transparent;
	border-radius: 10px;
}

.SolutionsNavNode ul:nth-child(51) li:hover {
	width: 200px !important;
	height: 40px !important;
	background-color: #BABABA;
	margin-top: -12px !important;
	margin-left: 11px;
	font-family: Knowledge;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	border: 1px transparent;
	border-radius: 10px;
}

.SupportNavNode ul:nth-child(33) li {
	width: 300px !important;
	height: 40px !important;
	background-color: #E9E9E9;
	margin-top: 14px !important;
	margin-left: 11px;
	margin-bottom: 24px;
	font-family: Knowledge;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	border: 1px transparent;
	border-radius: 10px;
}

.SupportNavNode ul:nth-child(33) li:hover {
	width: 300px !important;
	height: 40px !important;
	background-color: #BABABA;
	margin-top: 14px !important;
	margin-left: 11px;
	margin-bottom: 24px;
	font-family: Knowledge;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	border: 1px transparent;
	border-radius: 10px;
}

.SupportNavNode ul:nth-child(16) li {
	margin-top: 2px !important;
}

.SupportNavNode ul:nth-child(27) li {
	margin-top: -10px !important;
}

.SolutionsNavNode ul:nth-child(54) li {
	margin-top: -25px !important;
}

.SolutionsNavNode ul:nth-child(56) li {
	margin-top: -25px !important;
}

#discoverDropDown {
	z-index: 2000 !important;
}

.newTopNavLinkSpecial {
	padding-top: 3px !important;
	padding-left: 40px !important;
	font-family: Knowledge !important;
	font-weight: bold;
	font-size: 16px !important;
	line-height: 18px !important;
	color: #4D4D4D !important;
}

.newTopNavLinkSpecialLawBooks {
	padding-top: 3px !important;
	padding-left: 54px !important;
	font-family: Knowledge !important;
	font-weight: bold;
	font-size: 16px !important;
	line-height: 18px !important;
	color: #4D4D4D !important;
}

.newTopNavLinkSpecialLawBooks:hover {
	text-decoration: none !important;
	border-bottom: 0px !important;
}

.newTopNavLinkSupport {
	padding-top: 3px !important;
	padding-left: 22px !important;
	font-family: Knowledge !important;
	font-weight: bold;
	font-size: 16px !important;
	line-height: 18px !important;
	color: #4D4D4D !important;
}

.newTopNavLinkBlack {
	font-family: Knowledge !important;
	font-weight: bold;
	font-size: 16px !important;
	line-height: 18px !important;
	color: #4D4D4D !important;
}


.cmsNavigationBarComponent .siteNavigationRootNode ul:nth-child(1) li {
	white-space: nowrap;
}

.siteNavigationRootNode3 li .topNavBarLink {
	width: 170px;
}

.hiddenUpdateFrequency {
	float: left;
}

.cartOrderHeader {
	font-family: Arial;
	font-weight: bold;
	font-size: 25px;
	padding-left: 43px;
	line-height: 48px;
	effect: none;
}

#shippingMethods {
    width: 100% !important;
    text-align: left;
}

#newTable {
	margin-bottom: 0px !important;
}