.cloneweaver {
	font-family: -apple-system-font,"Calibri","Arial","Helvetica",sans-serif;
	letter-spacing: normal !important;
}
.cw-hdr {
	padding: 20px 20px 0;
	margin: 0 -20px;
background: rgba(22,109,150,1);
background: -moz-linear-gradient(top, rgba(22,109,150,1) 0%, rgba(30,137,186,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(22,109,150,1)), color-stop(100%, rgba(30,137,186,1)));
background: -webkit-linear-gradient(top, rgba(22,109,150,1) 0%, rgba(30,137,186,1) 100%);
background: -o-linear-gradient(top, rgba(22,109,150,1) 0%, rgba(30,137,186,1) 100%);
background: -ms-linear-gradient(top, rgba(22,109,150,1) 0%, rgba(30,137,186,1) 100%);
background: linear-gradient(to bottom, rgba(22,109,150,1) 0%, rgba(30,137,186,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#166d96', endColorstr='#1e89ba', GradientType=0 );

}
.cw-hdr h2 {
	font-size: 36px;
	line-height: 36px;
	font-style: italic;
	font-weight: normal;
	color: #fff;
	text-shadow: 0 0 5px #104f6d;
	padding: 0.5em 0 0;
}
.cw-hdr h3 {
	font-family: -apple-system-font,"Calibri","Arial","Helvetica",sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-style: italic;
	font-weight: normal;
	color: #fff;
	text-shadow: 0 0 5px #104f6d;
	padding: 0;
	margin: 0.5em 0 0.75em;
}
.cw-hdr p {
	font-size: 15px;
	line-height: 21px;
	color: #cdedfc;
	text-shadow: 0 0 3px #104f6d;
}
.cw-hdr p a {
	color: #fff;
	font-style: italic;
}
.hide {
	display: none;
}
.cw-nav {
	color: #fff;
	background: rgba(30,115,154,1);
background: -moz-linear-gradient(top, rgba(30,115,154,1) 0%, rgba(38,137,183,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(30,115,154,1)), color-stop(100%, rgba(38,137,183,1)));
background: -webkit-linear-gradient(top, rgba(30,115,154,1) 0%, rgba(38,137,183,1) 100%);
background: -o-linear-gradient(top, rgba(30,115,154,1) 0%, rgba(38,137,183,1) 100%);
background: -ms-linear-gradient(top, rgba(30,115,154,1) 0%, rgba(38,137,183,1) 100%);
background: linear-gradient(to bottom, rgba(30,115,154,1) 0%, rgba(38,137,183,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e739a', endColorstr='#2689b7', GradientType=0 );
	margin: 0 -20px;
	border-bottom: 5px solid #48bcd9;
}
.cw-nav item a {
	display: inline-block;
	min-height: 80px;
	font-family: -apple-system-font,"Calibri","Arial","Helvetica",sans-serif;
	font-size: 15px;
	line-height: 17px;
	padding: 0.75em 5px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	width: 13.13%;
	vertical-align: top;
	border-left: 1px solid #1d88ba;
}
.cw-nav item:first-child a {
	border-left: 0;
}
.cw-nav item a:hover {
	text-decoration: none;
	background: #1e739a;
  	-webkit-transition: background 200ms ease;
  	-moz-transition: background 200ms ease;
  	-ms-transition: background 200ms ease;
  	-o-transition: background 200ms ease;
  	transition: background 200ms ease;
}
.cw-nav item.navon a {
	text-decoration: none;
	background: rgba(52,164,192,1);
background: -moz-linear-gradient(top, rgba(52,164,192,1) 0%, rgba(72,188,217,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(52,164,192,1)), color-stop(100%, rgba(72,188,217,1)));
background: -webkit-linear-gradient(top, rgba(52,164,192,1) 0%, rgba(72,188,217,1) 100%);
background: -o-linear-gradient(top, rgba(52,164,192,1) 0%, rgba(72,188,217,1) 100%);
background: -ms-linear-gradient(top, rgba(52,164,192,1) 0%, rgba(72,188,217,1) 100%);
background: linear-gradient(to bottom, rgba(52,164,192,1) 0%, rgba(72,188,217,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34a4c0', endColorstr='#48bcd9', GradientType=0 );
}
.cw-nav item.navchosen a {
	background: rgba(39,135,170,1);
	background: -moz-linear-gradient(top, rgba(39,135,170,1) 0%, rgba(56,164,203,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, 	rgba(39,135,170,1)), color-stop(100%, rgba(56,164,203,1)));
	background: -webkit-linear-gradient(top, rgba(39,135,170,1) 0%, rgba(56,164,203,1) 	100%);
	background: -o-linear-gradient(top, rgba(39,135,170,1) 0%, rgba(56,164,203,1) 100%);
	background: -ms-linear-gradient(top, rgba(39,135,170,1) 0%, rgba(56,164,203,1) 100%);
	background: linear-gradient(to bottom, rgba(39,135,170,1) 0%, rgba(56,164,203,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2787aa', endColorstr='#38a4cb', GradientType=0 );
}
.cw-nav item.selection a img {
	opacity: 1;
}
.cw-nav item a:hover img {
  	-webkit-transition: opacity 200ms ease;
  	-moz-transition: opacity 200ms ease;
  	-ms-transition: opacity 200ms ease;
  	-o-transition: opacity 200ms ease;
  	transition: opacity 200ms ease;
  }
.cw-nav item img {
	display: block;
	margin: 0 auto 0.5em;
	opacity: 0.2;
}
.cw-options {
	display: block;
	float: left;
	width: 65%;
	margin: 2em 0 0;
	text-align: center;
}
.cw-options h2 {
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	color: #2f7aa5;
	padding: 0 0 1em;
}
.cw-options h2 span,.cw-options h2 a {
	color: #46bad7;
}
.cw-options h2 a:hover {
	text-decoration: none;
}
.cw-options h2 span {
	font-size: 14px;
	line-height: 14px;
}
.cw-options h2 span a {
	text-decoration: underline;
}
.cw-full {
	width: 100%;
}
.cw-full h2 {
	font-size: 30px;
	line-height: 30px;
	font-style: italic;
	font-weight: normal;
	color: #666;
	padding: 0 0 1em;
}
.cw-previous {
	float: left;
	opacity: 0.5;
}
.cw-next {
	float: right;
	opacity: 0.5;
}
.cw-previous:hover,.cw-next:hover {
  	-webkit-transition: opacity 200ms ease;
  	-moz-transition: opacity 200ms ease;
  	-ms-transition: opacity 200ms ease;
  	-o-transition: opacity 200ms ease;
  	transition: opacity 200ms ease;
	opacity: 1;
}
.cw-vectorbod h2 {
	margin: 0 auto;
}
.cw-vector {
	display: inline-block;
	width: 47%;
	border: 1px solid #ddd;
	margin: 0 10px 20px;
	border-radius: 5px;
}
.cw-vectorfull {
	width: 97%;
	margin: 0 10px 20px;
}
.cw-vectorbod {
	padding: 20px 20px 0;
	min-height: 240px;
}
.cw-vectorbod p {
	text-align: left;
}
.cw-vectorbod h3,.cw-vectorbod h3 a {
	font-family: -apple-system-font,"Calibri","Arial","Helvetica",sans-serif;
	font-size: 32px;
	line-height: 32px;
	font-weight: normal;
	color: #2f7aa5;
	text-align: center;
	margin: 0 0 0.5em;
}
.cw-vector-btn {
	background: #ececec;
	text-align: center;
}
.cw-vector-btn a {
	display: inline-block;
	margin: 1em auto;
	background: #2f7aa5;
	color: #fff;
	font-size: 14px;
	padding: 0.5em 1em;
	border-radius: 3px;
}
.cw-vector-btn a:hover {
	background: #1d74a6;
	text-decoration: none;
}
a.cw-vectorclose {
	float: right;
}
.cw-vectorclose img {
	opacity: 0.25;
}
.cw-vectorclose:hover img {
	opacity: 0.5;
}
.tablesort {
	background: #ddd;
	padding: 1em;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.tablesort input {
	width: 90%;
	font-size: 14px;
	border: 0;
	padding: 0.75em;
	padding-left: 40px;
	background: #fff url('/AssetsResponsive/images/cloneweaver/search.png') 10px center no-repeat;
	border-radius: 5px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
}
.tablesortpair {
	background: #ddd;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.tablesortpair input {
	width: 75%;
	font-size: 14px;
	border: 0;
	padding: 0.75em;
	margin: 1em;
	padding-left: 40px;
	background: #fff url('/AssetsResponsive/images/cloneweaver/search.png') 10px center no-repeat;
	border-radius: 5px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
}
.tablesortpair select {
	width: 90% !important;
	font-size: 14px;
	border: 0;
	padding: 0.75em;
	margin: 1em;
	border-radius: 5px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
}
.cw-left {
	border-right: 2px solid #fff;
	display: inline-block;
	width: 58%;
}
.cw-right {
	display: inline-block;
	width: 40%;
}
.cw-options table {
	text-align: left;
	font-size: 13px;
	border-collapse: collapse;
	width: 100%;
}
.cw-options table th {
	font-weight: normal;
	color: #999;
	text-transform: uppercase;
}
.cw-options table th a {
	color: #999;
	background: transparent url('/AssetsResponsive/images/cloneweaver/arrows.png') left center no-repeat;
	background-size: 10px 10px;
	padding-left: 12px;
}
.cw-options table th.tbname {
	width: 240px;
}
.cw-options table th,.cw-options table td {
	padding: 1em;
}
.cw-options table td {
   	background-color: #f4f4f4;
   	border-top: 1px solid #ddd;
}
.cw-options table tr.stripe td {
   	background-color: #f8f8f8;
   	border-top: 1px solid #ddd;
}
.cw-options table tr.darkstripe td {
   	background-color: #e5e5e5;
   	font-size: 1.1em;
   	color: #666;
   	border-top: 1px solid #ddd;
}
.cw-options table tr.darkstripe th {
   	background-color: #e5e5e5 !important;
   	font-size: 1.1em;
   	color: #666;
   	border-bottom: 1px solid #ccc !important;
}
.cw-btn {
	text-align: right;
}
.cw-btn a {
	display: inline-block;
	margin: 0;
	background: #48bcd9;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 0.5em 1em;
	border-radius: 3px;
	font-family: -apple-system-font,"Arial","Helvetica",sans-serif;
}
.cw-btn a:hover {
	background: #2f7aa5;
	text-decoration: none;
  	-webkit-transition: background 200ms ease;
  	-moz-transition: background 200ms ease;
  	-ms-transition: background 200ms ease;
  	-o-transition: background 200ms ease;
  	transition: background 200ms ease;
}
.center {
	text-align: center !important;
}
.descmore,.appmore {
	display: block;
	margin: 0 auto;
	width: 30px;
	height: 30px;
	background: transparent url('/AssetsResponsive/images/cloneweaver/more.png') center center no-repeat;
	background-size: 30px 30px;
	opacity: 0.25;
	text-indent: -5000px;
}
.descmore:hover,.appmore:hover {
	opacity: 0.5;
}
.descclose,.appclose {
	background: transparent url('/AssetsResponsive/images/cloneweaver/close.png') center center no-repeat;
	background-size: 30px 30px;
}
.desccontent td,.appcontent td {
	border: 0 !important;
	color: #666;
}
.desccontent td a,.appcontent td a {
	font-style: italic;
}
.cw-cart {
	display: block;
	float: left;
	width: 32%;
	padding: 0;
	margin: 2em 0 0 2.5%;
	text-align: center;
}
.cw-carthdr {
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	padding: 0.5em 1em;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: rgba(52,164,192,1);
	background: -moz-linear-gradient(top, rgba(52,164,192,1) 0%, rgba(72,188,217,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(52,164,192,1)), color-stop(100%, rgba(72,188,217,1)));
	background: -webkit-linear-gradient(top, rgba(52,164,192,1) 0%, rgba(72,188,217,1) 100%);
	background: -o-linear-gradient(top, rgba(52,164,192,1) 0%, rgba(72,188,217,1) 100%);
	background: -ms-linear-gradient(top, rgba(52,164,192,1) 0%, rgba(72,188,217,1) 100%);
	background: linear-gradient(to bottom, rgba(52,164,192,1) 0%, rgba(72,188,217,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34a4c0', endColorstr='#48bcd9', GradientType=0 );
}
.cw-cartcontain {
	border: 1px solid #ddd;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.cw-cartqty {
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
	background: #f5f5f5;
	padding: 0.25em 1em;
	border-bottom: 1px solid #ddd;
	text-align: right;
}
.cw-cartsect {
	display: block;
	padding: 1em;
	text-align: left;
	border-bottom: 1px solid #ddd;
}
.cw-cartsecttype,.cw-cartsecttype a {
	color: #666;
	font-size: 16px;
}
.cw-cartprod {
	font-size: 14px;
	color: #999;
}
.cw-cartprod a {
	font-size: 14px;
	color: #48bcd9;
}
.cw-cartprod a.remove {
	font-size: 12px;
	color: #2f7aa5;
}
.cw-cartprod input {
	float: right;
	width: 25px;
	margin-bottom: 0.5em;
	padding: 0.25em;
	text-align: right;
}
.cw-cartkitqty {
	display: block;
	text-transform: uppercase;
	text-align: left;
	margin: 0 0 1em;
	color: #666;
}
.cw-cartkitqty input {
	float: right;
	font-size: 13px;
	width: 50px;
	text-align: right;
	padding: 0.25em;
}
.cw-cartactions {
	background: #f5f5f5;
	padding: 1em;
}
.cw-cartactions a {
	font-size: 15px;
	text-align: left;
	margin: 0;
}
span {
	font-family: -apple-system-font,"Calibri","Arial","Helvetica",sans-serif;
}
.cw-cartalt {
	padding: 2em 0 0;
}
.cw-cartalt a {
	display: inline-block;
	margin: 0;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 20px 10px 40px;
	border-radius: 3px;
	font-family: -apple-system-font,"Arial","Helvetica",sans-serif;
}
.cw-cartalt a:hover {
	background: #666;
}
a.cw-share {
	float: left;
	background: #999 url('/AssetsResponsive/images/cloneweaver/email.png') 10px center no-repeat;
}
a.cw-share:hover,a.cw-sharedark {
	float: left;
	background: #666 url('/AssetsResponsive/images/cloneweaver/email.png') 10px center no-repeat;
	text-decoration: none;
  	-webkit-transition: background 200ms ease;
  	-moz-transition: background 200ms ease;
  	-ms-transition: background 200ms ease;
  	-o-transition: background 200ms ease;
  	transition: background 200ms ease;
}
a.cw-print {
	float: right;
	background: #999 url('/AssetsResponsive/images/cloneweaver/print.png') 10px center no-repeat;
}
a.cw-print:hover {
	float: right;
	background: #666 url('/AssetsResponsive/images/cloneweaver/print.png') 10px center no-repeat;
	text-decoration: none;
  	-webkit-transition: background 200ms ease;
  	-moz-transition: background 200ms ease;
  	-ms-transition: background 200ms ease;
  	-o-transition: background 200ms ease;
  	transition: background 200ms ease;
}
.cw-shareopen {
	background: #e3f9ff;
	margin: 40px -20px -20px -20px;
	padding: 50px 100px;
	border-top: 3px solid #ccf0f9;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.cw-shareopen h2 {
	color: #48bcd9;
	font-size: 36px;
	font-weight: normal;
	margin: 0 0 0.5em;
	padding: 0;
}
h2.cw-save {
	background: url('/AssetsResponsive/images/cloneweaver/email-blue.png') left center no-repeat;
	background-size: 44px 44px;
	padding-left: 54px;
	min-height: 30px;
	line-height: 1.5;
}
h2.cw-email {
	background: url('/AssetsResponsive/images/cloneweaver/share.png') left center no-repeat;
	background-size: 44px 44px;
	padding-left: 54px;
	min-height: 30px;
	line-height: 1.5;
}
.cw-shareopen p {
	font-size: 18px;
	color: #666;
}
.cw-shareopen hr {
	border: 0;
	height: 0;
	margin: 3em 0;
	border-top: 1px solid #a5e1f0;
}
.cw-shareopen input[type=text],.cw-shareopen textarea {
	width: 100%;
	font-size: 16px;
	font-family: -apple-system-font,"Calibri","Arial","Helvetica",sans-serif;
	padding: 0.75em;
	border: 0;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.15);
}
.cw-shareopen input[type=submit] {
	border: 0;
	display: inline-block;
	margin: 0;
	cursor: pointer;
	background: #48bcd9;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 0.75em 1em;
	border-radius: 3px;
	font-family: -apple-system-font,"Arial","Helvetica",sans-serif;
}
.cw-shareopen input[type=submit]:hover {
	background: #2f7aa5;
	text-decoration: none;
  	-webkit-transition: background 200ms ease;
  	-moz-transition: background 200ms ease;
  	-ms-transition: background 200ms ease;
  	-o-transition: background 200ms ease;
  	transition: background 200ms ease;
}
input.cw-insm {
	width: 74% !important;
	margin-right: 1em;
}
.cw-recipient {
	padding: 1em 0;
}
.cw-recipient input[type=submit] {
	background: #999;
}
input.cw-ctr {
	display: block !important;
	margin: 1em auto 0 !important;
}
.cw-shareclose a {
	display: block;
	float: right;
	width: 25px;
	height: 25px;
	background: transparent url('/AssetsResponsive/images/cloneweaver/close-blue-sm.png') center center no-repeat;
	background-size: 25px 25px;
	margin: -1em -4em 0 0;
	opacity: 0.5;
}
.cw-shareclose a:hover {
	opacity: 1;
}
input.cw-half,select.cw-half {
	display: inline-block;
	width: 40%;
}
.cw-mobilecart a {
	display: none;
	float: right;
	margin: 1em 0 0;
	background: #48bcd9;
	color: #fff;
	font-size: 12px;
	padding: 0.5em 1em;
	border-radius: 3px;
  	-webkit-transition: background 200ms ease;
  	-moz-transition: background 200ms ease;
  	-ms-transition: background 200ms ease;
  	-o-transition: background 200ms ease;
  	transition: background 200ms ease;
}
.cw-mobilecart a:hover {
	background: #2f7aad;
	text-decoration: none;
}
a.cw-cartclose {
	display: none;
	position: absolute;
	z-index: 2;
	top:104px;
	right: 10px;
	width: 25px;
	height: 25px;
	background: transparent url('/AssetsResponsive/images/cloneweaver/close-white.png') center center no-repeat;
	background-size: 25px 25px;
}
table.small-only th.st-head-row {
	background: #eee !important;
	color: #000 !important;
}
table.small-only th.st-head-row-main {
	display: none;
}
table.small-only .descmore,table.small-only .appmore {
	margin: 0;
}
.cw-mobilenav {
	margin: 0 -20px;
	font-size: 19px;
}
#mobilenav_ms {
	font-size: 19px;
	width: 100% !important;
	max-width: none;
	height: 40px;
	border: 0;
	border-radius: 0;
	color: #fff;
	background: #48bcd9 url('/AssetsResponsive/images/cloneweaver/arrows-white.png') right center no-repeat;
}
.ui-multiselect-single .ui-widget-header {
	display: none;
}
.ui-multiselect-single .ui-multiselect-checkboxes label {
	padding: 10px;
}
.cw-selector {
	display: block;
	color: #666;
	line-height: 1.1;
	text-align: left;
	margin-top: 2em;
	padding: 0.75em 0.75em 0.75em 40px;
	background: #f5f5f5 url('/AssetsResponsive/images/cloneweaver/question.png') 10px center no-repeat;
	background-size: 25px 25px;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.cw-selector a {
	float: right;
	font-style: italic;
	font-weight: bold;
}

@media (max-width: 800px) {
  .stacktable.large-only { display: none; }
  .stacktable.small-only { display: table; }
}

@media all and (max-width: 940px) {
	.cw-nav item a {
		font-size: 12px;
		width: 12.5%;
		min-height: 100px;
	}
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
	.cw-nav item a {
		min-height: 100px;
	}
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
	.cw-nav item a {
		width: 12.825%;
		line-height: 1;
	}
	.cw-vector {
		width: 96%;
	}
	.cw-vectorbod {
		min-height: 0;
	}
	.tablesortpair input {
		width: 70%;
	}
	.tablesortpair select {
		width: 85% !important;
	}
	button.ui-multiselect {
		width: 150px !important;
	}
	.ui-multiselect-menu {
		width: 300px !important;
	}
	.cw-options table th {
		text-transform: none;
	}
	.cw-options table th a {
		color: #226a85;
		padding: 0;
		background-image: none;
	}
	.cw-options table tr.desccontent th,.cw-options table tr.appcontent th {
		background: #f4f4f4 !important;
		text-transform: none !important;
	}
	.cw-options table td.st-key {
		color: #666;
		text-transform: uppercase !important;
	}
}
@media all and (max-width: 768px) {
	a.cw-share,a.cw-print {
		float: none;
		margin: 0 0 1em;
	}
	a.cw-share:hover,a.cw-print:hover {
		float: none;
	}
}
@media all and (max-width: 600px) {
	.cw-mobilecart a {
		display: block;
	}
	.cw-hdr {
		margin: 0 -10px;
	}
	.cw-hdr h2 {
		font-size: 22px;
		line-height: 22px;
		padding: 0;
		text-align: center;
	}
	.cw-hdr h3 {
		font-size: 18px;
		line-height: 18px;
		text-align: center;
	}
	.cw-hdr p {
		width: 100%;
		text-align: center;
		line-height: 1.25;
	}
	.cw-nav {
		display: none;
	}
	.cw-full h2 {
		font-size: 24px;
	}
	.cw-vector {
		width: 94%;
	}
	.cw-options {
		width: 100%;
	}
	.cw-options h2 {
		font-size: 21px;
		line-height: 21px;
	}
	.cw-left,.cw-right {
		width: 100%;
		border: 0;
		display: block;
	}
	.tablesort input {
		max-width: 80%;
	}
	.tablesortpair input {
		margin-bottom: 0;
	}
	.cw-cart {
		position: absolute;
		top: 104px;
		width: 100%;
		background: #fff;
		margin: -10px;
		box-shadow: 0 5px 10px rgba(0,0,0,0.25);
	}
	.cw-carthdr {
		text-align: left;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.cw-cartalt {
		padding: 2em;
	}
	.cw-cart {
		display: none;
	}
	.cw-shareopen {
		position: absolute;
		z-index: 3;
		top: 104px;
		width: auto;
		margin: -10px;
		padding: 25px;
		box-shadow: 0 5px 10px rgba(0,0,0,0.25);
		border-top: 0;
	}
	.cw-shareopen h2 {
		font-size: 24px;
	}
	.cw-shareopen input[type="text"], .cw-shareopen textarea,input.cw-insm {
		width: 90% !important;
		margin: 0 0 0.25em !important;
	}
	.cw-shareopen input[type="submit"] {
		width: 100% !important;
		margin-top: 0.25em;
	}
	.cw-shareclose a {
		margin: 0;
		float: none;
		position: absolute;
		right: 20px;
	}
	table.large-only {
		display: none;
	}
	.cw-options table th {
		text-transform: none;
	}
	.cw-options table th a {
		color: #226a85;
		padding: 0;
		background-image: none;
	}
	.cw-options table tr.desccontent th,.cw-options table tr.appcontent th {
		background: #f4f4f4 !important;
		text-transform: none !important;
	}
	.cw-options table td.st-key {
		color: #666;
		text-transform: uppercase !important;
	}
	.cw-mobilenav {
		margin: 0 -10px;
	}
	table.small-only button.ui-multiselect {
		max-width: 150px;
	}
	.ui-multiselect-checkboxes {
		height: auto !important;
	}
	.descmore,.appmore {
		margin: 0 auto;
		width: auto;
		height: auto;
		background: none;
		opacity: 1;
		text-indent: 0;
	}
	.ui-multiselect-menu {
		/*margin-left: -150px;*/
	}
	.cw-selector {
		font-size: 13px;
		background-size: 20px 20px;
		padding: 1em 1em 1em 35px;
	}
}
@media all and (min-width: 600px) {
	.cw-cart {
		display: block !important;
	}
	table.small-only {
		display: none;
	}
	.cw-mobilenav {
		display: none;
	}
}
@media print {
	h1 {
		padding: 0.5em 0;
		min-height: 40px;
	}
	.cw-hdr {
		min-height: 0;
		padding: 0 20px;
	}
	.cw-hdr h2,.cw-hdr h3 {
		padding: 0;
		margin: 0;
		text-shadow: none;
   	}
   	.cw-options {
   		width: 55%;
   		text-align: left;
   	}
   	.cw-options h2 {
   		font-size: 24px;
   	}
   	.cw-cartprod a {
   		background: none;
   		padding: 0;
   	}
   	.cw-cart {
   		display: block;
   		width: 100%;
   	}
   	.cw-cartsect,.cw-cartsect a,.cw-options table th,.cw-options table td,.cw-cartsect {
   		padding: 0.5em;
   	}
   	.cw-cartprod a,.cw-cartprod a.remove {
   		color: #000;
   	}
   	.cw-hdr p,.cw-nav,.cw-previous,.cw-next,.tablesort,.tablesortpair,.cw-options,.cw-cartalt,.cw-cartactions a,.site-footer,.country-language,.mobile-nav {
   		display: none;
   	}
}

.clearfix:before, .clearfix:after, .container:before, .container:after { content: " "; display: table; }
.clearfix:after, .container:after { clear: both; }
.clearfix, .container { *zoom: 1; }