/* Default Store - 012410 */


ul.linkList {margin:0 0 15px 0; padding:0; list-style-type:none;}
ul.linkList li {margin-bottom:8px;}
ul.linkList a,
ul.linkList a:link,
ul.linkList a:visited {color:#686868; text-decoration:none;}
ul.linkList a:hover,
ul.linkList a:active {text-decoration:underline;}

/* Store StartUp Styles */
.imgLabel {background-repeat:no-repeat; background-position:0 0; text-indent:-9999em;}
.sale {color:#ea0000; font-weight:bold;}
.regular {color:#000; font-weight:bold;}

/* Store StartUp Layout */
.container {width:960px; margin:0 auto; background-color:#fff;}

.header {position:relative; height:65px; width:960px; margin:0px auto; text-align:left; z-index:1000;}
.header a.sitelogo,
.header a.sitelogo:link,
.header a.sitelogo:visited {}
.header .hdrPhonenum {display:none; position:absolute; right:12px; bottom:12px; width:200px; height:34px; text-indent:-9999em; background-position:100% 0; background-repeat:no-repeat;}

/* shopping cart and account summary */
.accountSummary {text-align:right; font-size:.9em; padding:0px;}
.accountSummary a, .accountSummary a:link, .accountSummary a:visited {margin:0 3px; color:#58585B; text-decoration:none;}
.accountSummary a:hover, .accountSummary a:active {color:#DE761C}
.accountSummary a.cartLink, .accountSummary a.cartLink:link, .accountSummary a.cartLink:visited {margin-left:10px; padding-left:18px; background:url(/cms/images/layout/icon_cart.gif) no-repeat 0 0;}


/* block modules used for "grid" of layout */
.block175, .block200, .block320, .block323, .block432, .block438, .block502, .block630, .block720, .block765 {float:left; display:inline;}
.block175 {width:175px;}
.block200 {width:200px;}
.block320 {width:320px;}
.block323 {width:323px;}
.block432 {width:432px;}
.block438 {width:438px;}
.block502 {width:502px;}
.block630 {width:630px;}
.block720 {width:720px;}
.block765 {width:765px;}

.hpslideshow {float:left; display:inline; width:730px; margin-left:15px;}
.hpslideshowRight {float:left; display:inline; width:200px;}

.marginR5	{margin-right:5px;}
.marginR10	{margin-right:10px;}

.pad10	{padding:10px;}
.padS10	{padding-left:10px; padding-right:10px;}
.padL10 {padding-left:10px;}
.padT5	{padding-top:5px;}
.padT10 {padding-top:10px;}
.padB5	{padding-bottom:5px;}

.sitebody {min-height:1px; margin-bottom:10px;}
.twoRailLeft {background:url(/cms/images/layout/siderail_bg.gif) repeat-y 0 0;}


/* Site Search */
.siteSearch {float:right; padding:4px 0 0 0; display:block; margin-top:-39px; margin-right:0px;
    position:relative; float:right; text-align: left; background: #fff ;
    border: 2px solid #ebe9e5; border-bottom: 2px solid #cfcbc0; font-size:1em; outline:medium none;
    padding:2px 3px 3px 3px; height:19px; width: 196px; overflow:hidden;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	border-radius: 5px;
}
.siteSearch .selectLang {display:none;}
.siteSearch label {float:left; display:inline; margin:7px 5px 0 0;}
.siteSearch .text {float:left; display:inline; width:165px; margin:2px 5px 0 0;}
.siteSearch .inner {float:left;}
#hlkAdvancedSearch {float:left;}

.siteSearch .iconSearch {display:none;}
.siteSearch .btnWrapper {float:left; background:transparent !important;}
.siteSearch input {float:left; font-size:1em; outline:medium none; color: #666; border-width:0px; display:inline;}
.siteSearch input.text {width:165px; height:14px; margin-top:2px; margin-left:4px;}
.siteSearch input.btn {background: #fff url(/cms/images/layout/magnifier-medium-left.png) no-repeat 3px 3px; width:16px; height:16px; text-indent:-9999px; cursor:pointer; overflow:hidden;}

#querydiv {margin-top:4px; margin-left:-70px !important; color:#FFFFFF; border: 2px solid #EEECE7 !important; font-size:12px !important; width:286px !important;}
#querydiv div {color:#377FBC;}
#querydiv div > a {color:#fff;}
#querydiv .wrapper, #querydiv .wrapper div {cursor:pointer; background:#EEEEEE !important; color:#4D4D4D;}
#querydiv .wrapper:hover, #querydiv .wrapper:hover div {background:#ccc !important;}

.search-box{display:none;}

.quickView {position:relative; height:30px; padding:0 10px 0 21px; margin-bottom:4px; border:1px solid #155088; z-index:110;}
.quickView .imgLabel {float:left;}

/* HAWK SEARCH */
.hawk-searchQuery .hawk-sqHeader, .hawk-searchQuery .hawk-sqFooter, .hawk-searchQuery .hawk-sqFooter div {color:#fff !important; background:#377FBC !important;}
.hawk-searchQuery .hawk-sqActive {border-color:#377FBC !important;}
.hawk-searchQuery li.hawk-sqItem div.center img {min-height:70px;}

/* Left Nav */

.lnavwrpr {margin:0; padding:15px 10px 10px 10px;
    /*background: none repeat scroll 0 0 #EBE9E5;*/
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 1%, #ffffff 1%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(1%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 1%,#ffffff 1%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 1%,#ffffff 1%,#efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 1%,#ffffff 1%,#efefef 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 1%,#ffffff 1%,#efefef 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */

	-webkit-box-shadow: 1px 1px 2px 1px rgba(179,179,179,1);
	-moz-box-shadow: 1px 1px 2px 1px rgba(179,179,179,1);
	box-shadow: 1px 1px 2px 1px rgba(179,179,179,1);
    /*border: 1px solid #CFCBC0;*/
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 15px;
}
.lnvgrphdg { margin:0 0 5px 0; font-size:1.33em; font-weight:normal; color:#4D4D4D; line-height: 1.3em;}
.lnvgrphdg a, .lnvgrphdg a:link, .lnvgrphdg a:visited {color:#fff; text-decoration:none; font-weight:normal;}
.lnvgrphdg a:hover, .lnvgrphdg a:active {color:#fff; text-decoration:underline; font-weight:normal;}

ul.lnav {margin:0 0 10px 0; padding:0; font-weight:bold; color:#036; list-style-type:none; font-family:inherit;}
ul.lnav a, ul.lnav a:link, ul.lnav a:visited {color:#DE761C; font-weight:normal; text-decoration:none; font-family:inherit; font-size:1.0em; padding:2px 4px 2px 0px;}
ul.lnav a:hover, ul.lnav a:active {color:#DE761C; text-decoration:underline;}
ul.lnav a.active, ul.lnav a.active:link, ul.lnav a.active:visited {font-weight:bold; font-size:1.15em;}

ul.lnav ul  {margin:4px 0 0 10px; padding:0; list-style-type:none;}
ul.lnav li {border-style:none;font-family:inherit;}
ul.lnav li a {font-family:inherit;}

ul.lnav ul a, ul.lnav ul a:link, ul.lnav ul a:visited {color:#DE761C;}
ul.lnav ul a:hover, ul.lnav ul a:active {color:#DE761C; text-decoration:underline;}

.lnavBanner {padding-bottom:10px; text-align:center;}
.lnavBanner img {display:block; margin:0 auto;}


/* footer */
.footer {margin-bottom:10px;}
.footerBar {margin-bottom:10px; min-height:1px; padding:10px; float:right;}
.ftrPhonenum {float:left; width:170px; height:28px; text-indent:-9999em; background-position:100% 0; background-repeat:no-repeat; display:none;}

.emailSignup {float:right; padding:4px 0 0 0;}
.emailSignup .imgLabel {float:left; margin:5px 7px 0 0;}
.emailSignup .text {float:left; width:165px; margin:0 5px 0 0;}

.advFooter {position: relative; margin-bottom:10px; padding:0 10px; border-bottom:2px solid #ECF1F8; display:none;}
.advFooter li.callout {margin-bottom:8px;}
.advFooter .callout a,
.advFooter .callout a:link,
.advFooter .callout a:visited {font-weight:bold; font-size:12px; color:#4D4D4D;}

ul.advList {float:left; display:inline; width:160px; margin:0 10px 0 0; padding:0; list-style-type:none;}
ul.advList a,
ul.advList a:link,
ul.advList a:visited {text-decoration:none; color:#6d6d6d;}
ul.advList a:hover,
ul.advList a:active {text-decoration:underline;}
ul.advList .listhdng {display:block; margin-bottom:8px;}
ul.advList .listhdng,
ul.advList .listhdng a,
ul.advList .listhdng a:link,
ul.advList .listhdng a:visited {font-weight:bold; font-size:12px; color:#4D4D4D;}

.welcomeMsg {float:right; display:inline; width:260px; padding:0; font-size:12px;}

.subFooter {padding:0px; text-align:left;}
.footerLinks {margin:5px 0px; }
.footerLinks a,
.footerLinks a:link,
.footerLinks a:visited {text-decoration:none; color:#FFF;}

.footerLinks a:hover,
.footerLinks a:active {text-decoration:underline;}

.copyright {color:#EEEEEE;}

.subFooter .btnWrapper {padding:0px;}
.subFooter .btnWrapper .btn {border-width:0px; padding:3px 4px 2px;}

/* Site Defaults */

.hdng {margin:0 0 7px 0; padding:0; font-size:1.7em; font-weight:normal; color:#4D4D4D; background:none; border:0;}
.hdng2 {margin:0; padding:0; font-size:1.4em; font-weight:bold; color:#4D4D4D ; background:none;
font-weight:normal; margin-bottom:5px; font-family:inherit;
}
.hdng3 {margin:0 0 5px 0; font-size:1.8em; font-weight:normal; color:#4D4D4D;}
.imghdng {margin:5px 0; background-position:0 0; background-repeat:no-repeat; text-indent:-9999em;}
.hdngbox {margin:0; padding:3px 10px; font-size:16px; font-weight:bold; color:#fff; background-color:#999;}

.btnWrapper {display:-moz-inline-box; display:inline-block; padding:1px; background-color:#CBCBCB;}
.btn {margin:0; padding:4px 6px; font-size:11px; font-weight:normal; color:#fff !important; background:-moz-linear-gradient( center top, #DE761C 5%, #BE6921 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#DE761C', endColorstr='#BE6921'); background-color:#DE761C; text-shadow:1px 1px 0px #646464; text-align:center; text-decoration:none; cursor:pointer; overflow:visible;}
.btn:hover {color:#ccc; background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #BE6921), color-stop(1, #DE761C) );
	background:-moz-linear-gradient( center top, #BE6921 5%, #DE761C 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#BE6921', endColorstr='#DE761C');
	background-color:#DE761C;}

.btn.Renew {padding:10px 14px; font-size:15px; font-weight:bold; float:none; margin-left:-410px;}
.btn.Join {padding:10px 14px; font-size:15px; font-weight:bold; float:none; margin-left:-410px;}

.btnAddToCart {background-color:#CBCBCB;}
.btnAddToCart .btn{width:112px; padding:2px 4px; font-size:12px; font-weight:bold; color:#fff; background-color:#DE761C; border:1px solid #fff; text-align:center; text-decoration:none; cursor:pointer; text-transform:uppercase;}

.btnWishlist {background:transparent;}
.btnWishlist .btn{padding:1px 2px; font-size:14px; font-weight:normal; color:#4D4D4D !important; background:transparent; border:0; text-align:center; text-decoration:none; cursor:pointer; text-shadow:none;}

.btnUpdateCart {background-color:#999;}
.btnUpdateCart .btn{width:112px; padding:5px 2px; font-size:16px; font-weight:normal; color:#000; background-color:#D2D2D2; border:1px solid #fff; text-align:center; text-decoration:none; cursor:pointer;}

.btnProceedCheckout {background-color:#005e8f;}
.btnProceedCheckout .btn{width:112px; padding:3px 2px; font-size:16px; font-weight:normal; color:#fff; background-color:#407abc; border:1px solid #97b3cd; text-align:center; text-decoration:none; cursor:pointer;}

.btnContinueShopping {background-color:#005e8f;}
.btnContinueShopping .btn{width:172px; padding:3px 2px; font-size:16px; font-weight:normal; color:#fff; background-color:#407abc; border:1px solid #97b3cd; text-align:center; text-decoration:none; cursor:pointer;}

.hline {width:100%; margin:20px 0; border-bottom:1px solid #D2D2D2;}

	/* text field styles */
	.text {padding:2px; border:1px solid #969696; border-right:1px solid #efefef; border-bottom:1px solid #efefef;}
	select {padding:1px; border:1px solid #969696; border-right:1px solid #efefef; border-bottom:1px solid #efefef;}

.truncateLink {display:block;padding:5px 10px 0 0; text-align:right;}
.truncateLink a, .truncateLink a:link, .truncateLink a:visited {padding-right:10px; font-weight:bold; color:#4D4D4D; text-decoration:none;}
.truncateLink a.truncateMore, .truncateLink a.truncateMore:link, .truncateLink a.truncateMore:visited {background:url(/cms/images/layout/arrow_down_black.gif) no-repeat 100% 50%;}
.truncateLink a.truncateLess, .truncateLink a.truncateLess:link, .truncateLink a.truncateLess:visited {background:url(/cms/images/layout/arrow_up_black.gif) no-repeat 100% 50%;}

/* interior styles */

.pageHeading {margin-bottom:7px; border-bottom:4px solid #c8d9e1;}
.pageHeading .hdng {}

.deptImage {margin-bottom:7px;}
.deptImage img {display:block;}

.pageTools {float:right; display:inline; width:400px; padding:0px 0 0 0; text-align:right; margin:-5px 5px 0px 0px;}
.pageTools {float:none; display:block; margin:-123px 5px 0px 445px; position:absolute; z-index:2000;}
.pageTools {float:none; display:block; margin:49px 5px 0px 445px; position:absolute; z-index:2000; *right:80px;}

.pageTools a,
.pageTools a:link,
.pageTools a:visited {float:right; display:inline; height:13px; margin:2px 0 0 10px; padding:0 0 0 18px; font-size:.9em; color:#686868; font-weight:normal; text-decoration:none; background:url(/cms/images/layout/icons_pagetools.gif) no-repeat 0 -1px; cursor:pointer;}
.pageTools a:hover,
.pageTools a:active {color:#DE761C;}

.pageTools a.recent,
.pageTools a.recent:link,
.pageTools a.recent:visited {margin-left:-3px; background-position:0 -61px;}
.pageTools a.recent:hover,
.pageTools a.recent:active {margin-left:-3px; background-position:0 -139px;}

.pageTools a.print,
.pageTools a.print:link,
.pageTools a.print:visited {background-position:0 -20px;}
.pageTools a.print:hover,
.pageTools a.print:active {background-position:0 -99px;}

.pageTools a.email,
.pageTools a.email:link,
.pageTools a.email:visited {}
.pageTools a.email:hover,
.pageTools a.email:active {background-position:0 -79px;}

.pageTools a.bookmark,
.pageTools a.bookmark:link,
.pageTools a.bookmark:visited {margin-left:7px; background-position:0 -39px;}
.pageTools a.bookmark:hover,
.pageTools a.bookmark:active {background-position:0 -119px;}

.pageControl {float:left; text-align:right; color:#b0b0b0; margin-top:10px}
.pageControl a,
.pageControl a:link,
.pageControl a:visited {text-decoration:none;}
.pageControl a:hover,
.pageControl a:active {text-decoration:underline;}
.pageControl a.prev,
.pageControl a.prev:link,
.pageControl a.prev:visited {margin:0 5px 0 0; padding-left:10px; background:url(/cms/images/layout/arrow_left_blue.gif) no-repeat 0 4px;}
.pageControl a.next,
.pageControl a.next:link,
.pageControl a.next:visited {margin:0 0 0 5px; padding-right:10px; background:url(/cms/images/layout/arrow_right_blue.gif) no-repeat 100% 4px;}


/* reviews and rating */
.reviews .controls {}
.controls {padding:5px 0 10px 0; text-align:right;}

.controls a,
.controls a:link,
.controls a:visited {text-decoration:none;}

.controls .inactive {color:#999999;}
.controls .postLinks {float:left; font-size:.9em; color:#1c4e87;}

.controls .postLinks a,
.controls .postLinks a:link,
.controls .postLinks a:visited {text-decoration:underline;}


.reviews .reviewhdng {float:left; display:inline; margin:0 10px 3px 0; padding:2px 0 0 0; font-weight:bold; color:#4D4D4D;}

.rating {float:left; margin:0 5px 0 0; padding:0; list-style-type:none;}
.rating .textRating {display:none;}
.rating .star {float:left; display:inline; width:15px; height:15px; background:url(/cms/images/layout/rating_star.gif) no-repeat 0 0; text-indent:-999em;}
.rating .active {background-position:0 -15px;}
.rating .half {background-position:0 -30px;}

.reviews .postStamp {padding:7px 0;font-size:.8em;font-weight:bold;}
.reviews .postStamp .dateStamp {font-weight:normal; padding:0 5px;}
.reviews .postStamp a, .reviews .postStamp a:link, .reviews .postStamp a:visited {color:#4D4D4D;}
.reviews p {margin-bottom:20px;}

.reviews .hdngbox {padding-top:4px;}
.reviews .hdngbox .imghdng {margin-top:3px;}
.reviews .reviewPaging {float:right;}
.reviewPaging ul {margin:0; padding:0; list-style-type:none;}
.reviewPaging li {float:left; display:inline; margin-left:2px; font-size:13px; color:#352952;}
.reviewPaging li a, .reviewPaging li a:link, .reviewPaging li a:visited {float:left; display:inline; padding:1px 3px; font-size:13px; color:#352952; text-decoration:none; background:url(/cms/images/layout/paging_box.gif) repeat-x 0 0; border-left:1px solid #b8c8d7; border-right:2px solid #e9f1f7;}
.reviewPaging li.active a, .reviewPaging li.active a:link, .reviewPaging li.active a:visited {background:none; border:0;}



/* item list */

.itemList .itemWrapper {position:relative;float:left; display:inline; width:323px; padding:5px 10px; margin:0 10px 10px 0; border:1px solid #fff; background-color:#fff;}
.itemList .itemWrapper:hover {background-color:#efefef; border:1px solid #fff;}
.itemList .last {margin-right:0;}

.itemWrapper a.itemLink,
.itemWrapper a.itemLink:link,
.itemWrapper a.itemLink:visited {display:block; text-decoration:none;}

.itemWrapper .itemImage {display:block; margin:0 auto 10px auto; border: 1px solid #CCCCCC; padding: 2px; min-height:90px; max-width:129px; float:left; margin-right:10px;}
.itemWrapper .itemTitle {display:block; margin:0 0 3px 0; font-size:1.0em; font-weight:bold;}
.itemWrapper .itemTitle a, .itemWrapper .itemTitle a:link, .itemWrapper .itemTitle a:visited {text-decoration:none; font-weight:normal; color:#4D4D4D; line-height:1.45em;}
.itemWrapper .itemSku {display:none; margin-bottom:10px; font-size:.9em; color:#999999;}
.itemWrapper .itemDesc {display:none;}
.itemWrapper .itemPrice {display:none; font-size:1.1em; color:#1c4e87;}

.itemWrapper .itemCallouts {margin:0 0 8px 0; text-align:center;}
.itemWrapper .itemCO {padding:3px 5px;}

.itemWrapper .reviews {margin:0 0 8px 0;}
.itemWrapper .reviews .imgLabel {float:left; display:inline; margin-right:10px;}

/* HAWKSEARCH RESULTS */
#hawkitemlist .itemWrapper .itemImage {height:auto !important;}






/* item list - grid view */
/* this must be the value of the itemwrapper bottom margin + 1 to allow for the bottom border to be hidden */
.gridView {}
.gridView .itemListHeader {display:none;}
.gridView .itemRow {margin-bottom:25px; border-bottom:1px solid #d3e0e6;}
.gridView .itemWrapper {margin-bottom:25px;}
.gridView .itemWrapper .itemDesc {display:none;}
.gridView .itemWrapper .itemPrice {display:block;}
.gridView .itemWrapper .itemCallouts {display:none;}
.gridView .itemWrapper .itemCompare {display:none;}
.gridView .itemWrapper .readReviews {display:none;}
.gridView .itemWrapper .itemGSA {display:none;}
.gridView .itemWrapper .ratingDisplay {margin:0;}

/* item list - list view */
/* this must be the value of the itemwrapper bottom margin + 1 to allow for the bottom border to be hidden */
.listView {margin-bottom:20px;}
.listView .itemListHeader {font-weight:bold; font-style:italic; background:url(/cms/images/layout/hdrbar_bg.gif) repeat-x 0 0 #aac4d0;}
.listView .itemListHeader .itemTitle, .listView .itemListHeader .itemPrice {font-weight:bold;}
.listView .altItem {background:#e7eff2;}
.listView .itemWrapper {float:none; display:block; width:auto; margin:0; padding:7px 0;}
.listView .itemWrapper a.itemLink,
.listView .itemWrapper a.itemLink:link,
.listView .itemWrapper a.itemLink:visited {display:none;}
.listView .itemWrapper .itemImage {margin-bottom:20px;}
.listView .itemWrapper .itemContent {float:left; display:inline; width:405px; padding:0px;}
.listView .itemWrapper .itemTitle {text-align:left; margin:0;}
.listView .itemWrapper .itemPrice {float:left; display:inline; width:260px; margin:0; text-align:left; line-height:normal;}
.listView .itemWrapper .itemPrice div {float:left; display:inline; width:130px;}
.listView .itemWrapper .priceLabel {display:none;}
.listView .itemWrapper .itemAddButtons {display:block; padding:12px 14px 10px 14px; background:url(/cms/images/touchboards/layout/hr_tile.gif) repeat-x 0 0;}
.listView .itemWrapper .itemCallouts {display:block; margin:0; padding:12px 5px 5px 5px; background:url(/cms/images/touchboards/layout/hr_tile.gif) repeat-x 0 0;}
.listView .itemWrapper .reviewItem {position:absolute; bottom:12px; left:158px; margin:0;}
.listView .itemWrapper .itemCompare {position:absolute; bottom:10px; left:10px; width:140px; text-align:center; color:#024f7b;}

.listView .itemListHeader .itemContent {float:left; display:inline; width:405px; padding:0 10px;}

.departmentList .itemTitle {text-align:left;}

.itemSwatches {margin-bottom:7px; padding:5px 0 0 0; border-top:1px solid #dae1ee;}
.itemSwatches .imgLabel {float:left; display:inline; margin-right:10px;}
.itemSwatches ul.swatchList li {margin:0 3px 3px 0;}
.itemSwatches ul.swatchList li.last {margin-right:0;}

ul.swatchList {margin:0; padding:0; list-style-type:none;}
ul.swatchList li {float:left; display:inline; margin:0 5px 5px 0;}
ul.swatchList li.last {margin-right:0;}
ul.swatchList .swatchAlt {display:none;}

ul.swatchList li img {display:block; margin:-1px;}
ul.swatchList li a,
ul.swatchList li a:link,
ul.swatchList li a:visited {float:left; display:inline; border:1px solid #ACADB2; overflow:hidden;}
ul.swatchList li a:hover,
ul.swatchList li a:active {}

ul.swatchList li a.active,
ul.swatchList li a.active:link,
ul.swatchList li a.active:visited {border:1px solid #fc4c47;}
ul.swatchList li a.active img,
ul.swatchList li a.active:link img,
ul.swatchList li a.active:visited img {}

ul.textLink {margin:0; padding:0; list-style-type:none;}
ul.textLink li {float:left; display:inline; margin:0 5px 0 0;}

ul.textLink li a,
ul.textLink li a:link,
ul.textLink li a:visited {display:block; width:18px; height:13px; border:1px solid #cccccc; overflow:hidden;}
ul.textLink li a:hover,
ul.textLink li a:active {border-color:#4D4D4D;}

ul.textLink li a.active,
ul.textLink li a.active:link,
ul.textLink li a.active:visited {border-color:#4D4D4D;}

.enlargeSwatch {display:none;}

.productDetails {color:#818181; line-height:15px;}
.productDetails ul.textLink li a,
.productDetails ul.textLink li a:link,
.productDetails ul.textLink li a:visited,
.productDetails ul.textLink li a.disabled {
	display:block;
	width:auto;
	height:26px;
	margin-bottom:5px;
	padding:1px 3px;
	text-decoration:none;
	line-height:25px;
	text-align:center;
	font-weight:bold;
	background:#f6f6f6;
	border:2px solid #d9d9d9;
	overflow:hidden;
}
.productDetails ul.textLink li a.disabled {background:#ddd;border:2px solid #fff;color:#fff;}
.productDetails ul.textLink li a.disabled:hover {cursor:default;background:#ddd;}

.productDetails ul.textLink li a.active,
.productDetails ul.textLink li a.active:link,
.productDetails ul.textLink li a.active:visited {border-color:#4D4D4D;background:#fff;}

.productDetails ul.textLink li a:hover,
.productDetails ul.textLink li a:active {background:#f9f9f9;}

.productDetails div.radioList label {margin-right:7px;}

.productDetails .itemSku {margin-bottom:5px; color:#999999;}
.productDetails .rating {margin-bottom:10px;}
.productDetails .itemDesc {} /*placeholder class*/

    .regTxt {color:#818181; line-height:15px;}
    .productDetails h1 {margin-bottom:0px;}
    .productDetails .reviewItem {padding:0; margin-bottom:10px; border:0;}
    .productDetails .prDetailsTbl {font-size:12px;}

    .priceHd {color:#0E1676; font:15px Georgia; margin:13px 0 5px 0;}
    .prDetailsTblPrice {width:190px;}
    .prDetailsTblPrice th,
    .prDetailsTblPrice td {padding: 0 10px 5px 0;}

    .productDetailsLeft {float:left; display:inline; width:385px; margin-left:10px;}
    .productDetailsRight {float:right; display:inline; width:120px; margin:20px 10px 0 10px; text-align:center;}
    .qTh {text-align:right; width:112px;}

.detailsRow {margin-bottom:15px;}
.detailsRow select, .detailsRow .text {display:block; margin-bottom:5px;}
.detailsRow .note {width:60%; font-size:.9em; color:#666;}
.detailsRow .itemCallouts {margin:0; text-align:left;}
.detailsRow .itemCO {padding:3px 5px;}

.rowLabel {display:block; margin-bottom:3px; font-weight:bold; color:#1c4e87;}
.rowLabel .selectedName {font-weight:normal; color:#666666;}

.itemPrice {font-weight:bold; font-size:1.3em; color:#4D4D4D;}

.productImage {position:relative; margin-bottom:10px; border:0px solid #d2d2d2; text-align:center; }
.productImage .mainImage {min-height:150px; max-width:369px;}
.productImage .pImage {display:block;}
.productImage .btnEnlarge {position:absolute; bottom:0; right:0; cursor:pointer;}

ul.altViews {margin:0; padding:5px 0 0 0; list-style-type:none;}
ul.altViews li {float:left; display:inline; margin:0 6px 6px 0;}
ul.altViews li.last {margin-right:0;}
ul.altViews li img {border:1px solid #d2d2d2;}
ul.altViews li .active img {border:1px solid #4D4D4D;}

    .calloutsBox {background:#F7F7F7; border:1px solid silver; padding:6px; display:block; text-align:center; margin:0 0 6px 0; color:#4D4D4D;}

    .divOrgLabel {margin:10px 0 0 0;}

    .eventLabel {float:left; width:65px; margin:0 0 5px 0; font-style:italic; }
    .eventInfo    {margin:0 0 5px 75px; color:#333;}
    .eventLocation {margin:10px 0;}

    .totalTxt {
	    margin:0 0 10px 0;
	    color: #0E1676;
    	    }

    .shipNote {float:right; margin:30px 20px 0 0; width:440px; font-style:italic; text-align:right; color:#666;}

/* layout control box */
.listingControls { position:relative; margin-bottom:12px; padding:1px; background:#fff; border:1px solid #D3E0E6 !important;}
.listingControls .filters {border-bottom:none; margin:0;}
.listingControls .mainControls { padding:7px 10px; margin:0 0 1px 0; background:#E0ECF9; border-bottom:1px solid #87b0ce; }
.listingControls .subControls { padding:8px 10px; background:#c5d1ea; }
.listingControls .arrow {position:absolute; bottom:-6px; left:17px; width:12px; height:7px; background:url(/images/layout/icons.gif) no-repeat -53px -106px; }
.listingControls .pagination {width:auto; margin:7px 0 0 0;}

.listingControls strong {color:#4D4D4D; font-style:italic;}
.listingControls .subControls { padding:20px 10px 10px;}
.listingControls .pagination {margin:0;}


.compareList {float:left; display:inline;}
.compareList .compareHdng {float:left; width:67px; font-size:1.1em; color:#3f3f40;}
.compareList .compareHdng span {display:block; font-size:.8em; color:#6f6e70;}
.compareList ul {float:left; display:inline; margin:0; padding:0; list-style-type:none;}
.compareList li {position:relative; float:left; display:inline; width:27px; height:27px; margin-left:6px; background:#fff; border:1px solid #87b0ce;}
.compareList li span {position:absolute; left:0; top:0; width:27px; height:27px; background:url(/cms/images/touchboards/layout/listing_compare_overlay.png) no-repeat 0 0;}
.layoutControl {float:right; display:inline; margin:15px 10px 0 0; font-size:1.1em; color:#c1c1c1;}
.layoutControl div {display:inline; margin:0 3px; cursor:pointer;}
.layoutControl div.active {color:#DE761C;}
.layoutControl div span {display:inline-block; width:19px; height:16px; margin:-3px 2px 0 0; vertical-align:middle; background:url(/cms/images/layout/icons.png) no-repeat 0 -47px;}
.layoutControl div span.active {background-position:-20px -47px;}
.layoutControl div.gridOption span {background-position:-0 -30px;}
.layoutControl div.gridOption span.active {background-position:-20px -30px;}

.subControlsCar {float:right; margin:20px 0 0 0; }
.subControlsCar .pagination {margin:0; width:125px; }
.subControlsCar .pagination .viewAll {padding:2px 0 0 7px;}


/* filters */
.filters {padding:10px; margin:0 0 1px 0; font-size:1.1em; border-bottom:1px solid #d3e0e6;}
.filterList {clear:both; width:660px;}
.filters label, .filters strong {float:left; display:inline; margin:6px 5px 0 0;  font-weight:bold; color:#4D4D4D; font-style:italic;}
.filters .sortList {float:left; display:inline; margin:5px 10px 5px 0;}
.filters .sortList label, .filters .sortList strong {margin:0px 5px 0 0;}
.filters select {float:left; margin:4px 7px 4px 0;}
.filters .sortItem {float:left; display:inline; margin:0; padding:0 7px; border-right:1px solid #888989;}
.filters .sortList .last {border-right:0;}
.filters .sortItem a, .filters .sortItem a:link, .filters .sortItem a:visited {padding-right:15px; color:#DE761C; text-decoration:none; background:url(/cms/images/layout/arrow_sortorder.gif) no-repeat 100% 2px;}
.filters .sortItem a.down, .filters .sortItem a.down:link, .filters .sortItem a.down:visited {background-position:100% -18px;}
.filters .sortItem a.up, .filters .sortItem a.up:link, .filters .sortItem a.up:visited {background-position:100% -38px;}


/* pagination and filters */


.filters {float:left; display:inline; margin:0 0 10px 0;}
.filters .filterList {float:left; display:inline; }
.filters label {float:left; display:inline; margin:2px 5px 0 0; font-weight:bold;}
.filters .sortList {float:left; display:inline;  padding:0 10px;}
.filters .sortList label {margin:2px 5px 0 0;}
.filters select {float:left; margin-right:5px;}

.filters .sortItem {float:left; display:inline; margin:0; padding:2px 4px; border-right:1px solid #999999;}
.filters .sortList .last {border-right:0;}
.filters .sortItem a, .filters .sortItem a:link, .filters .sortItem a:visited {padding-right:12px; text-decoration:none; background:url(/cms/images/layout/arrow_sortorder.gif) no-repeat 100% 2px;}
.filters .sortItem a.down, .filters .sortItem a.down:link, .filters .sortItem a.down:visited {font-weight:bold; background-position:100% -18px;}
.filters .sortItem a.up, .filters .sortItem a.up:link, .filters .sortItem a.up:visited {font-weight:bold; background-position:100% -38px;}

.pagination {float:right; width:400px; margin:0 0 10px 0; text-align:right;}
.pagination .view {float:right; display:inline; padding:0 0 0 10px;}
.pagination .viewAll {float:right; display:inline; padding-right:0; padding-top:5px;}
.pagination .viewAll a,.pagination .viewAll a:link, .pagination .viewAll a:visited {text-decoration:none;}
.pagination .paging {float:right; display:inline; padding:0 10px; border-right:1px solid #999999;}
.pagination .paging a,.pagination .paging a:link,.pagination .paging a:visited {float:left; display:inline; width:16px; height:15px; margin-right:4px; line-height:15px; padding-top:1px; text-align:center; background-color:#fff; text-decoration:none; border:1px solid #517294;}
.pagination .paging a,.pagination .paging a:link,.pagination .paging a:visited {float:left; display:inline; width:16px; height:15px; margin-right:4px; padding-top:1px; text-align:center; background-color:#fff; text-decoration:none; border:1px solid #517294;}
.pagination .paging .active {float:left; display:inline; width:17px; height:15px; line-height:15px; margin-right:4px; padding-top:1px; text-align:center; color:#fff; background-color:#9baab7; text-decoration:none; border:1px solid #517294;}
.pagination .paging .total { float:left; display:block; line-height:15px; padding-top:2px; color:#999999;}
.pagination a.arrowRight,.pagination a.arrowRight:link,.pagination a.arrowRight:visited {float:left; display:inline; background:url(/cms/images/layout/arrow_right_gray.gif) no-repeat 50% 50%; text-indent:-9999em;}
.pagination a.arrowLeft,.pagination a.arrowLeft:link,.pagination a.arrowLeft:visited {float:left; display:inline; background:url(/cms/images/layout/arrow_left_gray.gif) no-repeat 50% 50%; text-indent:-9999em;}



/* banners */

.banners {margin-bottom:10px;}
.banners .bnrBlock {float:left; display:inline; margin-right:10px;}
.banners .last {margin-right:0;}


/* Carousels */

.carousel {margin:0 0 20px 0; position:relative;
   /* background-color: #FBF8F2;
    border: 1px solid #EAD8BD; */
    width:936px;
    padding:0 3px;
}
.scrollable {position:relative; overflow:hidden; margin:0 23px;}

.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.scrollable .items .itemWrapper {float:left; width:170px; padding:0; margin:0 23px;}
.size3 .items .itemWrapper {margin:0 20px;}

.scrollable .items .itemWrapper {float:left; width:290px; padding:0; margin:0 15px 0 0;}
.scrollable .items .itemLink .itemImage {width:129px ; height:129px; padding:0px; border-width:0px;}
.scrollable .items .itemWrapper .itemTitle {}

#altImages {width:370px; min-height: 200px;
}
#altImages .scrollable .items {}
#altImages .scrollable .items .itemWrapper {width:67px; margin:0 6px;}
#altImages .scrollable .items .itemWrapper img {height:67px; width:67px;}

.modCarousel5 {width:936px; padding:0 6px;}
.subdeptscroller {width:585px; padding:0 10px;}


	/* prev, next, prevPage and nextPage buttons */
.carousel a.prev,
.carousel a.next,
.carousel a.prevPage,
.carousel a.nextPage {position:absolute; display:block; width:30px; height:100px; top:0; cursor:pointer;}

.carousel a.prev,
.carousel a.prevPage {left:-3px; background:url(/cms/images/layout/ui/carousel_left.png) no-repeat 50% 0;}
.carousel a.next,
.carousel a.nextPage {right:-3px; background:url(/cms/images/layout/ui/carousel_right.png) no-repeat 50% 0;}

	/* mouseover state */
.carousel a.prev:hover,
.carousel a.next:hover,
.carousel a.prevPage:hover,
.carousel a.nextPage:hover {background-position:50% -100px;}

	/* disabled navigational button */
.carousel a.disabled,
.carousel a.disabled:link,
.carousel a.disabled:visited,
.carousel a.disabled:hover,
.carousel a.disabled:active {background-position:50% -200px; cursor:default;}



	/* carousel navi */
.carousel .navi {margin-left:22px; width:200px; height:20px;}
	.carousel .navi a, .carousel .navi a:link, .carousel .navi a:visited {width:8px; height:8px; float:left; margin:3px; background:url(/cms/images/layout/ui/carousel_navigator.png) 0 0 no-repeat; cursor:pointer; overflow:hidden;}
.carousel .navi a:hover, .carousel .navi a:hover:active {background-position:0 -8px;}
.carousel .navi a.active, .carousel .navi a.active:link, .carousel .navi a.active:visited {background-position:0 -16px;}

/* END carousels */

/* tab setup */

.tabModule {margin:0 0 20px 0; padding-top:20px;}

.tabModule .tabdiv {margin-bottom:10px; padding:10px; border:1px solid #4D4D4D; border-top:0; min-height:1px;}
.tabModule .tabsRow {background:url(/cms/images/layout/tabs_topbdr.gif) repeat-x 0 100%;}

.tabnav {margin:0; padding:0;}
.tabnav li {float:left; display:inline; margin-right:5px; list-style-type:none;}

.tabnav li a,
.tabnav li a:link,
.tabnav li a:visited {float:left; display:inline; margin-top:1px; padding:5px 10px; text-align:center; text-decoration:none; font-weight:bold; font-size:.9em; color:#4D4D4D; background:#E4E4E4; border:1px solid #4D4D4D; border-color:#4D4D4D}

.tabnav li.ui-tabs-selected a,
.tabnav li.ui-tabs-selected a:link,
.tabnav li.ui-tabs-selected a:visited {margin-top:0; padding-bottom:6px; color:#4D4D4D; /*background:url(/cms/images/layout/gradient_bluetop.gif) repeat-x 0 0 #fff;*/background:#F7F7F7; border-bottom:1px solid #fff;}

.ui-tabs-hide {display: none;}

/* shopping cart */

	.cartTools {text-align:right; padding:5px; margin:0 0 10px 0; border:1px solid #D2D2D2;}
	.cartTools ul {float:left; text-align:left; margin:0; padding:0; list-style-type:none;}
	.cartTools li {display:inline; padding:0 10px 0 0; position:relative;}
	.cartTools ul li ul.popup {position:absolute; top:15px; left:-2px; visibility:hidden; padding:8px; border:solid 1px #666;width:200px; background:#fff; line-height:1.5em;}
	.cartTools .close {padding:0; margin-top:4px; top:0; left:0; text-align:center;}
	.cartTools ul.popup li {display:block;}

	.cartTools a,
	.cartTools a:link,
	.cartTools a:visited {font-size:9px; font-weight:bold; text-decoration:none; cursor:pointer;}

	.cartTools a:hover,
	.cartTools a:active {text-decoration:underline;}


	.backTo {margin:0; text-align:right;}
	.backTo strong.title {font-size:9px; font-weight:bold;}
	.backTo a.bringBackTo {padding:0 0 0 10px;}

	.cartTools .sf-menu ul {float:none; background-color:#fff;}

	.cartwrpr {margin:0 auto; padding:2px 0 13px 0;}

	.shiphdng {margin:0 0 10px 0; padding:5px; font-weight:bold; background-color:#efefef; border:1px solid #D2D2D2;}
	.shipAddr {border-width:1px 1px 0 1px; border-style:solid; border-color:#999999;}
	.shipAddr table td {padding: 5px 10px 5px 3px;}

	.cart {width:100%; margin:0 auto 5px auto; border-collapse:collapse;}

	/* ******** */
	/* Cart Fix */
	/* ******** */
	.cart table tr td {border-bottom:none;}
	.cart .edit table tr td{font-size:.9em;}
	.cart .edit div a {font-size:.9em;}
	/* ************ */
	/* End Cart Fix */
	/* ************ */

	.cart table.innerTable td {border:0; vertical-align:top; padding:0;}
	.cart table.innerTable td.pImg {padding-right:10px;}
	.cart th {padding:5px; color:#fff; background-color:#4D4D4D;}
	.cart td {background-color:#fff; vertical-align:top; padding:10px 0 10px 5px; border-bottom:1px solid #DAE2EA;}
	.cart tr.noborder td {border-bottom-width:0;}
	.cart td.edit div {padding:5px 0 0 0; font-size:.9em;}
	.cart td.qty input.text, table.cart td.wrapping input.text {width:20px; padding-left:3px; padding-right:3px; text-align:center;}
	.cart td p {font-size:13px; font-weight:bold; margin:0; color:#4D4D4D;}
	.cart td ul {margin:0; padding:0; list-style-type:none;}
	.cart td ul.selections li {margin-bottom:5px; padding-left:10px; background:url(/cms/images/arrowRight.gif) no-repeat 0 4px; font-weight:bold;font-size:13px;}

	a.removeItem {font-size:11px; color:#d7182a;}

	.cartInfo {height:1%; margin:0 auto;}

	.cartSupport {float:left; display:inline;}
	.cartSupport .clear {width:0px;}

	.supportTabs {float:left; display:inline; width:200px; margin:0 5px 10px 0;}
	.supportTabs ul {margin:0; padding:0; list-style-type:none;}
	.supportTabs ul li {margin:0; padding:0; margin:0 0 1px 0; }
	.supportTabs .title, .cartSupport a, .cartSupport a:link, .cartSupport a:visited {display:block; min-height:1px; *height:1%; padding:4px 10px; border:1px solid #c0cce4;}

	.supportTabs span.title {margin:0 0 1px 0; font-weight:bold; background-color:#becbe3; color:#191b1e; border-color:#7792b9;}
	.supportTabs a,
	.supportTabs a:link,
	.supportTabs a:visited {background:#ecf0f6; color:#191b1e; text-decoration:none; font-size:11px;}

	.supportTabs a:hover {background:#fff;}
	.supportTabs a:active {background:#fff;}

	.supportTabs li.ui-tabs-selected a,
	.supportTabs li.ui-tabs-selected a:link,
	.supportTabs li.ui-tabs-selected a:visited {color:#191b1e; background:#fff;}

	.cartSupport .tabDetails {float:left; width:423px;}
	.cartSupport .tabdiv {position:relative; padding:10px; margin:0 0 10px 0; background-color: #fff; border:1px solid #bdcae3;}
	.cartSupport .tabdiv p {line-height:1.4em;}
	.cartSupport .tabdiv ul {padding:0; margin:5px 0 0 5px; line-height:18px; list-style-type:none;}
	.cartSupport .tabdiv ul li {padding:2px 3px 0 0; margin-bottom:7px; color:#000000;}

	.checkoutBlock {float:right; width:296px;}

	.updateCart {padding-bottom:11px; margin-bottom:11px; border-bottom: 1px solid #D2D2D2;}

	.promoCode {margin-bottom:7px; padding:5px 10px; border:1px solid #D2D2D2;}
	.promoCode .promoLabel {float:left; font-weight:bold; padding:5px 10px 0 0;}
	.promoCode img, .promoCode input {display:block; float:left;}
	.promoCode input.image {margin:0 0 0 8px;}
	.promoCode input.text {width:117px; margin:2px 5px 0 0;}
	.promoCode input.select {width:117px; background-color:#f7f7f7;}

	.GivingBox {margin-bottom:7px; padding:5px 10px; border:1px solid #D2D2D2; width:50%; float:left;}
	.GivingBox .promoLabel {float:left; font-weight:bold; padding:5px 10px 0 0;}
	.GivingBox img, .promoCode input {display:block; float:left;}
	.GivingBox input.image {margin:0 0 0 8px;}
	.GivingBox input.text {width:117px; margin:2px 5px 0 0;}
	.GivingBox input.select {width:117px; background-color:#f7f7f7;}
	.GivingBox table tr {float:left; }


	.multipleShips {padding:0 0 10px 0; margin:0 0 20px 0; border-bottom: 1px solid #D2D2D2;}

	.chkoutBoxes {margin-bottom:15px;}
	.chkoutBoxes .chkoutRow {position:relative; min-height:1px; *height:1%; background:#fff; border:1px solid #fff; margin-bottom:2px;}
	.chkoutBoxes .chkoutRow .title {float:left; display:inline; width:178px; padding:7px 5px 7px 0; margin:0; text-align:right; border-right:1px solid #fff; background-color:#E4E4E4;}
	.chkoutBoxes .chkoutRow .price {float:right; display:inline; width:95px; padding:6px 15px 0 0; font-size:13px; font-weight:bold; text-align:right;}

	.chkoutBoxes a.enterZip, .chkoutBoxes a.enterZip:link, .chkoutBoxes a.enterZip:visited {position:absolute; top:7px; left:5px; font-size:11px; color:#000000; text-decoration:underline; z-index:10;}

	.shipData {display:none; padding:10px; margin-bottom:2px; border:1px solid #4D4D4D; background:url(/cms/images/layout/gradient_tanbottom.gif) repeat-x 0 100%;}
	.shipData .shipRow {height:1%; padding:10px 0 0 0;}
	.shipData .shipTitle {float:left; display:block; width:95px; margin-top:3px;}
	.shipData input, .shipData select {float:left;}
	.shipData input.text {display:inline;margin:0 5px 0 0}

	.updateCart span {display:block;}
	.updateCart input.btn {width:100%;}

	.proceedCheckout span {display:block;}
	.proceedCheckout input.btn {width:100%;}

/* end shopping cart */


/* dialog windows */

.uiModal {display:none;}

.corwrpr .recentDialog {float:left; clear:both; width:100%;}
.recentlyViewed {border-bottom:1px solid #e5e5e5; }
.recentDialog .itemWrapper {float:left; display:inline; width:105px; padding:0 10px 0 0; margin-bottom:20px; }
.recentDialog .itemWrapper a:first-child {margin-left:0px;}
.recentDialog .itemWrapper a.itemLink,
.recentDialog .itemWrapper a.itemLink:link,
.recentDialog .itemWrapper a.itemLink:visited {float:left; display:inline; width:115px; min-height:90px; margin-right:5px; text-align:center;}

.recentDialog .itemWrapper .itemImage {padding:0; border:0px solid #d2d2d2; float:none; width:90px;}
.recentDialog .itemWrapper .itemDetails {float:left; display:inline; width:120px;}
.recentDialog .itemDetails .itemTitle {float:left; display:inline; width:120px; text-align:center;}
.recentDialog .itemWrapper .itemTitle a,
.recentDialog .itemWrapper .itemTitle a:link,
.recentDialog .itemWrapper .itemTitle a:visited {color:#000;}
.recentDialog .itemWrapper .itemSku {margin-bottom:5px;}
.recentDialog .itemWrapper .itemPrice {font-size:1em; font-weight:normal; color:#000;}

.imageViewer .mainImage {float:left; display:inline; width:585px;}
/*.imageViewer .mainImage img {border:1px solid #d2d2d2;}*/
.imageViewer .thumbnails {float:right; width:103px;}

/*center RVI items*/
.corwrpr .recentDialog {display:table; float:none; width:auto; text-align:center; background:#EFEFEF; border:1px solid #E5E5E5; margin: 0 auto 15px;}
.recentDialog .itemWrapper {float:none; display:inline-block; margin:10px 5px; vertical-align:top;}

/* jQuery UI Styles */

/* Overlays */
.ui-widget-overlay {position: absolute; top: 0; left: 0; width: 100%; height: 100%;  background: #fff/*{bgColorOverlay}*/ none/*{bgImgUrlOverlay}*/ 0/*{bgOverlayXPos}*/ 0/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .75;filter:Alpha(Opacity=75)/*{opacityOverlay}*/; }

.ui-dialog {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	background: #ffffff;
	border: 6px solid silver;
	position: relative;
}
.ui-resizable-handle {position: absolute; font-size: 0.1px; z-index: 99999;}
.ui-resizable .ui-resizable-handle {display: block;}

body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */

.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px;}
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px;}
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%;}
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%;}
.ui-resizable-se { cursor: se-resize; width: 13px; height: 13px; right: 0px; bottom: 0px; background: url(/cms/images/layout/ui/icon_resize_se.gif) no-repeat 0 0;}
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: 0px; bottom: 0px;}
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: 0px; top: 0px;}
.ui-resizable-ne {cursor:ne-resize;  width:9px; height:9px; right:0px; top:0px;}

.ui-dialog-titlebar {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	padding: .5em 1.5em .5em 1em;
	color: #4D4D4D;
	background: #fff;
	border-bottom: 1px solid #4D4D4D;
	font-size: 1.2em;
	font-weight: bold;
	/*position: relative;*/
	text-align:center;
}

.ui-dialog-title {}
.ui-dialog-titlebar-close {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	background: url(/cms/images/layout/ui/icon_close.gif) 0 0 no-repeat;
	position: absolute;
	right: -6px;
	top: -21px;
	width: 53px;
	height: 15px;
	z-index: 1000;
}

.ui-dialog-titlebar-close-hover, .ui-dialog-titlebar-close:hover {}
.ui-dialog-titlebar-close:active {}
.ui-dialog-titlebar-close span {display: none;}
.ui-dialog-content {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	color: #222222;
	padding: 15px 15px 5px 15px;
}

.ui-dialog-buttonpane {bottom: 0; width: 100%; text-align: left; background: #ffffff; text-align:center;}
.ui-dialog-buttonpane button {margin: .5em 0 .5em 0; color: #fff; background-color: #407abc; font-size: 1em; border: 1px solid #005e8f; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em;}
.ui-dialog-buttonpane button:hover {color: #fff; background: #407abc; border: 1px solid #005e8f;}
.ui-dialog-buttonpane button:active {color: #fff; background: #407abc; border: 1px solid #005e8f;}

.ui-dialog.ui-draggable .ui-dialog-titlebar,
.ui-dialog.ui-draggable .ui-dialog-titlebar {cursor: move;}


/* Item added to cart */
#item-dialog
{
	display:none;
	background:#fff;
	border:solid 2px #005e8f;
	position:absolute;
	top:176px;
	left:626px;
	width:320px;
	z-index:5000;
}
.hdng-item-dialog
{
	padding:6px 0;
	text-align:center;
	font-size:1.4em;
	background-color:#ecf1f8;
	border-bottom:solid 1px #ccd1d8;
}
.item-dialog-content
{
	padding:6px 0 8px 0;
	margin:0 12px;
}
.item-dialog-details
{
	color:#444;
}




/* Error Markers */

.fieldlbl {padding:4px 2px 0 0; text-align:right;}
.field {padding-left:2px;}
.fieldpad {padding-bottom:2px;}
.fieldtext {color:#000000;}
.fielderror {color:#f00;}
.fieldnorm {width:16px; height:20px;}
.req, .fieldreq {padding-right:12px; background:transparent url(/cms/images/global/field-req.gif) no-repeat 100% 5px;}
.error, .fieldred, dt.red {padding-right:12px; color:#f00; background:transparent url(/cms/images/global/field-error.gif) no-repeat 100% 5px;}
.errorMessage {margin:0 0 25px 0; text-align:left; background-color:#ffff99; border:1px solid #ff0000 ;}
.help {font-size:.9em; color: #666;}


/* account area */

.accountBlocks {position:relative; min-height:1px; margin:15px 0 15px 0 !important; border:1px solid rgb(189, 189, 189); background:#F7F7F7;}
.accountBlocks > h4 {padding:15px 15px 10px 15px;}
.accountBlocks > div {padding:5px 15px 5px 15px;}
.accountBlocks .blockhdng {position:absolute; font-size:1.4em; top:-14px; left:-1px; padding:3px 10px; margin:0; background-color:#fff; background-position:50% 50%;  border:1px solid silver; color:#4D4D4D;}

.floatLeft {float:left; display:inline;}
.floatRight {float:right; display:inline;}

.multiColumn {}
.multiColumn .halfColumn {float:left; display:inline; width:49%;}
.multiColumn .rightColumn {float:right;}

.accountLogin {background:url(/cms/images/global/lbl-or.gif) no-repeat center 45%;}
.accountLogin .halfColumn {width:46%;}

.accountBlocks .cartwrpr  {margin:0; padding:0;}
.accountBlocks .multipleShips {border-bottom:0; padding:0; margin:0;}

.accountBlocks table td.memberdetail {padding:0 10px;}
.accountBlocks input[type="radio"],
.accountBlocks input[type="checkbox"] {float:none; margin:2px 2px 4px 2px;}
.accountBlocks label {display:inline-block;}

.accountBlocks div.inner dl dd table tbody tr > td {width:110px; padding:4px 0;}
.accountBlocks div.inner dl dd table tbody tr > td + td {width:auto;}

.formTable {vertical-align:top;}
.formTable th {width:100px; padding:0 12px 7px 0; background-color:transparent; vertical-align:top; font-weight:bold;}
.formTable td {padding:0 0 7px 0; vertical-align:top;}
.formTable td td {padding:0 2px 0 0;}

.formTable .req {font-weight:bold;}
.formTable .error {font-weight:bold; color:#f00;}

.formTable .securityCode {padding:7px 5px 7px 0; border:1px solid #a8c6e0;}
.formTable input.text {}

dl.forms {float:left; display:inline; width:100%; margin:0 0 10px 0; padding-top:5px;}
dl.forms dt {float:left; clear:left; width:100px; margin:0; padding:0 12px 7px 0; text-align:right; font-weight:bold;}
dl.forms dt.full {width:90%; clear:both; text-align:left;}

dl.forms dd {float:left; width:60%;	margin: 0;	padding:0 5px 7px 7px;}
dl.forms dd table {width:100%;}
dl.forms dd.clear {padding:0; margin:0;}
dl.forms dd.full {width:90%; clear:both;}
dl.forms dd.clear {width:90%; clear:both; float:none;}
dl.forms dd.help {padding-top:2px;}
dl.forms dl {float:none; display:block; margin:0;}

dl.forms .req {font-weight:bold;}
dl.forms .error {font-weight:bold; color:#f00;}
dl.forms .optional {font-weight:normal;}

dl.forms label {vertical-align:top;}
dl.forms input.text {width: 160px;}
dl.forms textarea {}

.formRow {margin:0 0 8px 0;}
.formRow label {display:inline-block; margin:0 0 4px 0;}
.formRow input.text {width:210px; margin:0 0 7px 0;}
.formRow input.full {width:93%;}
.formRow .req, .formRow .fieldreq {padding:0 0 0 12px; background-position:0 4px;}
.formRow .error, .formRow .fieldred {padding:0 0 0 12px; background-position:0 4px;}

.forms fieldset {margin:0; border:0; padding:0;}
.formRow .formLabel {display:block; font-weight:normal;}

.formsColumn .formRow .formLabel {float:left; display:inline; width:110px; margin-right:10px;}

.multiCol .colWrap {float:left; display:inline;}
.multiCol2 .colWrap {width:48%;}
.multiCol .ratio35	{width:34%;}
.multiCol .ratio40	{width:39%;}
.multiCol .ratio60	{width:59%;}
.multiCol .ratio65	{width:64%;}

.accountBlocks div.inner {padding:10px 15px 10px !important;}
.accountBlocks div.inner.eqH {padding:15px 15px 10px !important;}
.accountBlocks .inner .formRow > H4 {margin-top:2px;}
.accountBlocks .formRow {clear:both; display:block; width:100%; margin:4px 0 0 0px;}
.accountBlocks .formRow .colWrap {width: 100%; display: block;  clear: both; float: none; margin: 0 0 4px 0 !important; }
.accountBlocks .formRow .formLabel {float:left; display:inline-block; margin-right:7px; min-width:145px;}
.accountBlocks .formRow input.text {float:left; clear:right;}
.accountBlocks .formRow .req,
.accountBlocks .formRow .formLabel label { padding:0 0 0 12px;}
.accountBlocks .formRow .fieldreq {padding:0px; background-position:0 4px;}
.accountBlocks .formRow .error, .accountBlocks .formRow .fieldred {padding:0px; background-position:0 4px;}
#degreeRecievedWrapper .formLabel,
#divLicences .formLabel {float:none; display:block;}
#divLicences input.text {float:none;}
#divLicences input.inputHlight {display:inline-block;}
.accountBlocks label[for=chkTermsCondition] {color:#DE761C !important;}
.accountBlocks label.error[for=chkTermsCondition],
.accountBlocks label.error[for=chkTermsCondition] a {color:#ff0000 !important;}

.accountBlocks .formRow label.error {padding-left:12px; background-position: 0px 5px;}
.accountBlocks .formRow label.req.error {padding-left:12px;}

.accountBlocks a:hover {color:#000}

table > tbody > tr > td > input[type="radio"],
table > tbody > tr > td > input[type="checkbox"] {vertical-align:top;}
table > tbody > tr > td > label {display:inline-block; margin-top:2px; margin-left:4px; width:90%}

.shipmethod {position:relative; display:inline-block;}
.shipalert {position:absolute; right:-198px; top:0; padding:7px 20px 7px 7px; width:160px; border:solid 1px #9baab7; background:#E0E0E0;}
.shipalert .arrowTab {position:absolute; top:-1px; left:-9px; width:8px; height:9px; background:url(/cms/images/layout/arrow_left_gray.gif) no-repeat 0 0;}
.shipalert .close {position:absolute; top:2px; right:2px; width:13px; height:13px; background:url(/cms/images/layout/icon_x.gif) no-repeat 0 0; text-indent:-9999em;}

.newsletterField {margin:10px 0; padding:10px; background-color:#ECF1F8;}
.newsletterField .formRow {margin:0;}

/* sub-mini cart */
.subCart {margin-bottom:20px;}
.subCart th {background:transparent;}


/* checkout process */
ul.processSteps {margin:0; padding:0; list-style-type:none;}
ul.processSteps li {float:left; display:inline; padding:5px 7px; margin:0 3px 10px 0;}
ul.processSteps li.active {background-color:#2F679B; color:#fff; border:1px solid #2F679B;}
ul.processSteps li.prevStep {background:#E0E0E0;}
ul.processSteps li.prevStep a,
ul.processSteps li.prevStep a:link,
ul.processSteps li.prevStep a:visited {color:#666;}

.userMessage {width:46%; padding:10px 15px; margin-bottom:10px; background:#E0E0E0; border:1px solid #c7c7c7;}


/* send to friend */
.friendPopup {width:660px; padding:10px; margin:0 auto;}
.friendPopup dl.forms dt {width:90px;}


/* Limit Textbox */
.txtlimitbx {background-color:#1c4e87;}
.txtlimitbx2 {background-color:#a8c6e0;}


/* faq */
ul.faqLinks {margin:5px 0 10px 15px; padding:0; list-style-type:none;}
ul.faqLinks li {padding-bottom:5px;}
dl.faqList {}
dl.faqList dt {font-weight:bold; margin-bottom:3px;}
dl.faqList dd {position:relative; padding-left:20px; margin:0 0 7px 0;}
dl.faqList .answerLabel {position:absolute; top:0; left:0; font-weight:bold;}


/* Edit Customer Order */
.eco {float:right;padding:5px;border:solid 1px #000;background:#fff;margin:5px;position:relative;z-index:1000; color:#f00;line-height:1.5em;}
.eco a {color:#f00;font-weight:bold;}


/* dropcart */
.dropCart {margin:0 auto; display:none;}
.dropCartHeader {padding:5px; font-weight:bold; font-size:12px; color:#ffffff; background: #377FBC;}
.dropCartHeader .closebtn {float:right; display:inline; width:24px; height:22px; margin:3px 6px 0 0; background:url(/cms/images/layout/dc_close.gif) no-repeat 0 0; text-indent:-9999em; cursor:pointer;}
.cartContainer {padding:7px 8px 16px 8px; border-left:1px solid #D9D9D9; border-right:1px solid #D9D9D9; background:#fff;}
.dropCart .dropCartContent {padding:10px 0;}
.dropCartBase .hdrBannerBar {position:static; height:28px; z-index:1; padding:4px 0 0 10px; border-left:1px solid #D9D9D9; border-bottom:1px solid #999;}
.dropCartBase .checkoutBlock {background:#fff; }
.dropCartBase .chkoutBoxes {margin-bottom:0; border-right:1px solid #0079AA;}
.dropCartBase .chkoutBoxes .chkoutRow {border-left:1px solid #0079AA;}
.dropCartBase .chkoutBoxes .chkoutSubtotal {border-left:0; margin-left:1px;}
.dropCartBase .chkoutBoxes .chkoutRow .title {height:25px; padding-bottom:0;}
.dropCartButtons {padding:5px; text-align:center;}

/* recent cart */
.recent-cart {position:absolute; top:-9999em; right:26px; width:287px; z-index:2100; background:#fff; border:2px solid #EEECE7; margin-top:44px;}
.recent-cart .itemWrapper {float:none; display:block; width:auto; height:auto; padding:0 10px;}
.recent-cart .itemWrapper .itemLink,
.recent-cart .itemWrapper .itemLink:link,
.recent-cart .itemWrapper .itemLink:visited {float:left; width:101px;}
.recent-cart .itemWrapper .itemContent {margin-left:110px;}
.recent-cart .itemWrapper .itemTitle {font-weight:bold;}


/* collection items */
.collectionItems {border:solid 3px #ddd;padding:10px;height:350px;overflow:auto;}
.collectionItems .itemWrapper {padding:10px;}
.collectionItems .itemWrapper a.itemLink,
.collectionItems .itemWrapper a.itemLink:link,
.collectionItems .itemWrapper a.itemLink:visited {float:left; display:inline; width:226px;}
.collectionItems .itemWrapper .itemDetails {float:left; display:inline; width:40%; margin-left:10px;}
.collectionItems .itemWrapper .itemTitle {display:inline;}
.collectionItems .itemWrapper .detailsRow {margin:10px 0;}
.collectionItems .itemWrapper .itemQuantity {float:right; display:inline; width:150px;}
.collectionItems .itemWrapper .itemQuantity .rowLabel {float:left; display:inline; margin-right:5px; padding-top:3px;}


.toolTipTrigger {margin-left:10px; cursor:pointer; text-decoration:underline;}
.toolTip {
	display:none;
	width:220px;
	padding:5px;
	text-align:left;
	border:2px solid #e5e3e1;
	background:#fff;
}

.Bannerrotate ul,
.Bannerrotate ul li {display:block; width:100%; text-align:center; margin:0; padding:0; list-style-type:none;}


.RadioButtonList label {margin-right:10px;}

/* site tags */
.tagsWrapper {padding:5px; border:1px solid #ccc;}
.tagsWrapper .taghdng {font-weight:bold; color:#000; text-decoration:none;}
.tagList {display:inline; margin:0; padding:0; list-style-type:none;}
.tagList li {display:inline; margin:0 2px;}
.tagList a,
.tagList a:link,
.tagList a:visited {color:#666;}

.addTag-trigger{text-decoration:underline; cursor:pointer;}
.addTagWrapper {display:none;}

.hTagcloud .tagList {display:block; margin:0 auto; text-align:center;}

.tagList .popular1 {}
.tagList .popular2 {font-size:1.2em;}
.tagList .popular3 {font-size:1.4em;}
.tagList .popular4 {font-size:1.6em;}
.tagList .popular5 {font-size:1.8em;}

/* Master Overlay Control */
/* overlay default */
.siteOverlay {display:none; position:relative; width:550px; min-height:1px; background-color:#fff; z-index:1000; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; -moz-box-shadow:0 0 15px #333; -webkit-box-shadow:0 0 15px #333; box-shadow:0 0 15px #333; color:#000;}
.siteOverlay .overlayBar {padding:7px 10px; text-align:right; border-bottom:1px solid #e6e6e6;}
.siteOverlay .overlayClose {display:inline-block; height:19px; padding-right:28px; line-height:19px; color:#707070; text-transform:uppercase; font-weight:bold; font-size:10px; background:url(/cms/images/layout/icon_x.gif) no-repeat 100% 0; cursor:pointer; z-index:5;}
.siteOverlay .overlayContent {padding:15px;}
.siteOverlay .overlayContent h4 {margin-bottom:30px; color:#4D4D4D;}
.siteOverlay .overlayContent .accountBlocks h4 {margin-bottom:4px; color:#4D4D4D;}

/* overlay quick view */
.qvWrapper .qvLeft {float:left; display:inline; width:250px; margin-bottom:10px;}
.qvWrapper .qvRight {float:right; display:inline; width:250px; margin-bottom:10px; padding-top:5px;}
.qvWrapper .productImage {position:relative;}
.qvWrapper .productImage img {display:block; margin:0 auto;}
.qvWrapper .reviewItem  {margin-bottom:18px; padding:10px 0;}
.qvWrapper .textRating {display:none;}
.qvWrapper .averageCount {margin-left:7px; font-style:italic; color:#2d7ac0;}
.qvWrapper .itemPrice {margin:10px 0; padding:0; border:0; line-height:normal;}
.qvWrapper .itemButtons {position:absolute; bottom:14px; left:43px; right:43px;}
.qvWrapper .itemButtons a.detailsButton,
.qvWrapper .itemButtons a.detailsButton:link,
.qvWrapper .itemButtons a.detailsButton:visited {display:block; height:28px; margin-bottom:4px; line-height:28px; font-size:10px; font-weight:bold; color:#fff; text-align:center; text-decoration:none; text-transform:uppercase; background:#000; border:1px solid #6e6d6a;}
.qvWrapper .itemButtons a.detailsButton:hover,
.qvWrapper .itemButtons a.detailsButton:active {background:#6e6d6a;}
.qvWrapper .tabnav li a,
.qvWrapper .tabnav li a:link,
.qvWrapper .tabnav li a:visited {padding:5px 20px; font-size:11px;}
.qvWrapper .tabnav li.ui-tabs-selected a,
.qvWrapper .tabnav li.ui-tabs-selected a:link,
.qvWrapper .tabnav li.ui-tabs-selected a:visited {font-size:11px; padding:6px 20px;}


/* added by MA 12-29-2011 */
.heroMain { position:relative; }
.findProduct { position:absolute; top:10px; right:10px; width:260px; border-top:4px solid #0e1676; background:#e5ecef;}
.findProduct .inner { height:256px; padding:7px 20px 12px; border:1px solid #d3e0e6; border-top:0; }
.findProduct .form {min-height:1px;}
.findProduct .hdng { margin:0 0 25px; color:#76858b; font-size:20px; font-family:Georgia,serif; }
.findProduct .hdng span { display:block; color:#0e1676; font-size:16px; }
.findProduct .form input, .findProduct .form select {margin-bottom:3px;}

.mainNav ul div.subdrop {float:left; width:168px; margin-left:167px; position:absolute; top:0;}
.mainNav .sf-menu li ul li {
-webkit-box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.3);
-moz-box-shadow:    2px 2px 3px rgba(50, 50, 50, 0.3);
box-shadow:         2px 2px 3px rgba(50, 50, 50, 0.3);
}
.mainNav .sf-menu li li.c1 a {background-color:#EFEFEF;}
.mainNav .sf-menu li li.c2 a {background-color:#ececec;}
.mainNav .sf-menu li li.c3 a {background-color:#E0E0E0;}
.mainNav .sf-menu li li.c4 a {background-color:#EAEAEA;}
/*
.mainNav {position:relative; min-height:1px; margin-bottom:9px; z-index:100;}
.mainNav ul {margin:0; padding:0;}
.mainNav li {float:left; list-style-type:none;}
.mainNav a, .mainNav a:link, .mainNav a:visited {display:block; height:33px; text-indent:-9999em;}
.mainNav a:hover, .mainNav a:active {background-position:0 -33px;}
.mainNav a.active, .mainNav a.active:link, .mainNav a.active:visited {background-position:0 -33px;}

	.mainNav .sf-menu {float:left;}
	.mainNav .sf-menu a,
	.mainNav .sf-menu a:link,
	.mainNav .sf-menu a:visited {height:33px; text-decoration:none; text-indent:-9999em;}
*/
	 /* visited pseudo selector so IE6 applies text colour*/
/*	.mainNav .sf-menu a,
	.mainNav .sf-menu a:visited  {color:#13a;}
	.mainNav .sf-menu li {}
	.mainNav .sf-menu li ul {background-color:#fff; border:1px solid #c7c7c7;}
	.mainNav .sf-menu li li {background-color:#fff;}
	.mainNav .sf-menu li li li {}

	.mainNav .sf-menu li li a,
	.mainNav .sf-menu li li a:link,
	.mainNav .sf-menu li li a:visited {height:auto; padding:5px 10px; text-indent:0; background:url(/cms/images/layout/arrow_right_blue.gif) no-repeat 2px -999px;}

	.mainNav .sf-menu li.sfHover a {background-position:0 -33px;}

	.mainNav .sf-menu li li a:hover,
	.mainNav .sf-menu li li a:active {background-position:3px 8px;}

	.mainNav .sf-menu li:hover,
	.mainNav .sf-menu li.sfHover,
	.mainNav .sf-menu a:focus,
	.mainNav .sf-menu a:hover,
	.mainNav .sf-menu a:active {outline:0;}
*/

/* one page checkout */
	.note {font-size:.8em; color:#4e4e4e;}
	.note a, .note a:link, .note a:visited {text-decoration:underline;}

	.memberBar {min-height:1px; margin:0 0 7px 0; padding:5px; background:#ECF1F8;}
	.memberBar .hdng {margin:0; padding:0 10px; line-height:30px; border:0; border-right:1px solid #fff;}
	.memberBar .memberBarInner {padding:3px 15px 0 15px; text-align:right;}
	.memberBar label {margin-right:2px; font-weight:bold; vertical-align:baseline;}
	.memberBar span.btnWrapper {margin-right:10px;}

	.useSavedAddress {font-size:.9em; color:#4e4e4e; background:url(/cms/images/layout/gradient_graybottom.gif) repeat-x 0 100%;}
	.useSavedAddress input {margin-right:5px; vertical-align:middle;}

	.checkoutSteps {float:left; display:inline; width:628px; color:#707070;}
	.checkoutSteps p {color:#707070;}

	dl.checkoutProcess {min-height:1px; margin:0 0 15px 0;}
	dl.checkoutProcess dt.stepTitle {border:1px solid #1C4E87;}
	dl.checkoutProcess dt.stepTitle span.stepTitleInner {position:relative; display:block; padding:7px 65px 7px 10px; color:#fff; font-size:14px; background-color:#4D4D4D;}
	dl.checkoutProcess dt.inactive {margin-bottom:1px; border:1px solid #a8c6e0;}
	dl.checkoutProcess dt.inactive span.stepTitleInner {color:#4D4D4D; background-color:#ECF1F8;}
	dl.checkoutProcess dt.previous {border:1px solid #DAE2EA;}
	dl.checkoutProcess dt.previous span.stepTitleInner {color:#707070; background-color:#ECF1F8;}
	dl.checkoutProcess dd.stepContent {margin:0 0 1px 0; padding:20px 10px; border:1px solid #DAE2EA ; border-top:0;}
	dl.checkoutProcess .stepGroupTitle {float:left; display:inline; width:110px; margin-right:20px; text-align:left;}
	dl.checkoutProcess .stepGroupTitle .hdng {font-size:17px; color:#4e4e4e; border:0; font-weight:normal;}
	dl.checkoutProcess .stepGroupContent {float:left; display:inline; width:470px; margin-bottom:13px;}
	dl.checkoutProcess .stepGroupContent .accountBlocks {margin:0; border:0;}
	dl.checkoutProcess .stepGroupTitle .hdng span {display:block; padding:3px 0 0 0; font-size:11px; text-transform:none;}

	.checkoutProcess .forms fieldset {position:relative; margin:0 0 10px 130px;}
	.checkoutProcess .forms fieldset legend {position:absolute; left:-130px; top:0; width:110px; color: #4E4E4E; font-size: 17px; font-weight: normal; white-space:normal;}
	.checkoutProcess .forms fieldset legend span {float:left;}
	.checkoutProcess .forms fieldset legend span.note {float:none; font-size:11px;}

	.checkoutCart {float:Right; display:inline; width:296px;}
	.checkoutCartInner {margin:0 0 2px 0;}
	.checkoutCart .cartHeader {border:1px solid #a8c6e0;}
	.checkoutCart .cartHeader .cartHeaderInner {position:relative; padding:7px 65px 7px 10px; color:#4D4D4D; font-size:14px; font-weight:bold; background-color:#ECF1F8;}
	.checkoutCart .itemWrapper {padding:20px 10px; border:1px solid #dae2ea; border-top:0;}
	.checkoutCart .itemImage {float:left; display:inline; height:auto;}
	.checkoutCart .itemContent {position:static; margin-left:108px; padding:0; text-align:left; font-size:1em;}
	.checkoutCart .itemContent .itemTitle {text-align:left; font-size:1em; color:#034ea2;}
	.checkoutCart .itemWrapper .itemSwatch {float:left; display:inline; margin:7px 0 12px 0;}
	.checkoutCart .itemWrapper .itemPrice {color:#ed1d25; font-size:14px; font-weight:bold;}
	.checkoutCart .itemWrapper .qtyNum {color:#034ea2;}

	.checkoutCart .chkoutBoxes .chkoutRow .title {width:125px;}
	.checkoutCart .chkoutBoxes .chkoutRow .price {width:120px;}

	.siteStamps {margin:10px 0;}
	.siteStamps img {vertical-align:middle;}

	dl.checkoutProcess dt.stepTitle a.editLink,
	dl.checkoutProcess dt.stepTitle a.editLink:link,
	dl.checkoutProcess dt.stepTitle a.editLink:visited {position:absolute; right:10px; top:8px; font-size:14px; text-decoration:none; text-transform:none;}
	.checkoutCart .cartHeader a.editLink,
	.checkoutCart .cartHeader a.editLink:link,
	.checkoutCart .cartHeader a.editLink:visited {position:absolute; right:10px; top:8px; font-size:14px; font-weight:normal; text-decoration:none; text-transform:none;}

	.dateSelection .selector {float:left; display:inline; width:90px; margin-right:10px;}
	.dateSelection div.selector span {width:60px;}
	.dateSelection div.selector select {width:97px;}

	.userMessage {width:46%; padding:10px 15px; margin-bottom:10px; background:#E0E0E0; border:1px solid #c7c7c7;}
    .accountLogin .userMessage {width:43%;}
	.helpfulInfo {font-size:14px; color:#4e4e4e; line-height:1.7em;}
	.helpfulInfo .hdng2 {margin:0; font-size:18px; font-weight:normal; color:#4e4e4e;}
	.cartQuestionsText {float:left; display:inline; width:255px; padding:0 20px;}
	.helpLinks {float:left; display:inline; width:320px;}
	.helpLinks ul.linkList {}
	.helpLinks ul.linkList li {float:left; display:inline; width:140px; margin:0 10px 0 0; padding:0 0 0 10px; background:url(/images/layout/arrow_right_red_open.gif) no-repeat 0 8px;}
	.helpLinks ul.linkList a,
	.helpLinks ul.linkList a:link,
	.helpLinks ul.linkList a:visited {color:#4e4e4e; text-decoration:none;}

	.shippingOptions {}
	.shippingOptions .shipOpt {float:left; display:inline; width:160px; margin: 0 5px 5px 0; padding:5px 10px 5px 5px;}
	.shippingOptions .shipOpt label {margin:0; cursor:pointer;}
	.shipping-selected {background-color:#fcd2d4;}

	.cart th {background: #4D4D4D;}
	input.qtybox {width:auto !important; padding-top:4px;}
	.checkoutBlock { width: 305px;}
	.chkoutBoxes .chkoutRow .title {width:185px}
	.totalTxt {font-family:inherit !important;}
	.btnWrapper {background:none;}



/* END one page checkout */



/*  store mods */
.pgHeading {margin:0px 0px;}


/* product pages */

.box {background:#F7F7F7; border:1px solid silver; padding:22px; margin:0 0 24px 0; color:#818181; line-height:15px;}
.boxHdngLine {font:normal 24px Georgia; color:#0e1676; border-bottom:1px solid #c1d9e3; padding:8px 22px; margin:-22px -22px 18px -22px;}
.boxHdng {font:normal 24px Georgia; color:#0e1676;}
.boxItem {border-bottom:1px solid #c0d8e3; padding:0 0 15px 0; margin:0 0 15px 0;}
.box .last {border-style:none; padding:0 0 0 0; margin:0 0 0 0;}
.box .bdr {border:1px solid #c1d9e3;}

.boxGradBlue {background:url(/cms/images/layout/gradDBlue.gif) repeat-x 0 0 #ccdae0 ;  border:1px solid #8cafbe; padding:22px; margin:0 0 24px 0; color:#818181; line-height:1.4em;}

.bnrBox {background:#a7c2ce url(/cms/images/layout/gradBlue1.gif) repeat-x;  border:1px solid #8cafbe; padding:10px 22px; margin:0 0 24px 0; color:#414a4e; line-height:1.4em;}
.bnrBox .bnrBoxHdng {font:normal 16px Georgia; color:#730027; background:#fff; padding:8px 20px; margin:0 0 10px -23px; border-left:1px solid #edeeef; -moz-box-shadow: 3px 3px 5px #999; -webkit-box-shadow: 3px 3px 5px #999; box-shadow:3px 3px 5px #999;}
.bnrBox .btn {font-size:12px;}

.darkGrey {color:#242424; }

.itemSku {color:#010101; font-size:10px; }
.productDetails .itemSku {margin:0 0 15px 0;}
.itemPrice {color:#4D4D4D; font-size:16px; font-weight:normal; }

.prDetailsTbl tr {vertical-align:top; color:#242424;}
.prDetailsTbl th {padding:0 10px 5px 0; font-weight:bold; }
.prDetailsTbl td {padding:0 10px 5px 0;}

.productDetails .prDetailsTbl {font-size:12px;}
.productDetails .prDetailsTbl th {padding:2px 3px 2px 10px; color:#242424; text-align:right; border-bottom:1px solid #fff;}
.productDetails .prDetailsTbl td {padding:2px 3px 2px 10px; border-bottom:1px solid #EEEEEE;}
.productDetails .prDetailsTbl .itemPrice {font-size:14px;}

.prDetRight {float:right;}
.prDetRight th {text-align:right;}

.tblRegData {background:#f4f8f9; border-collapse:collapse; width:99.9%}
.tblRegData th {color:#fff; background:#7ea5b6 url(/cms/images/layout/gradBlue.gif) repeat-x; padding:8px 10px; }
.tblRegData td { border:1px solid #b2ccd7; padding:5px 7px; }

.dataTables_scrollHeadInner {background:url(/cms/images/layout/gradBlue.gif) repeat-x 0 0 #7EA5B6;}
.dataTables_scrollBody {border-left:1px solid #b2ccd7; border-bottom:1px solid #b2ccd7;}
.dataTables_wrapper {min-width:639px;}
.table-sort .sorting span {padding-right:15px; background:url(/cms/images/layout/table_sort.gif) no-repeat 100% 2px;}
.table-sort .sorting_asc span {padding-right:15px; background:url(/cms/images/layout/table_sort.gif) no-repeat 100% -68px;}
.table-sort .sorting_desc span {padding-right:15px; background:url(/cms/images/layout/table_sort.gif) no-repeat 100% -33px;}
.table-sort .sorting_1 {background:#e9f2f6;}
.table-sort .sorting_2 {background:#e0eff5;}
.table-sort .sorting_3 {background:#d9e6eb;}

.tblHeight {height:131px; overflow-y:auto; }

a.blLink, a.blLink:link, a.blueLink:visited {color:#0e1676; text-decoration: none; float:right; font-size:12px; margin-top:20px;}
a.blLink:hover {color:#0e1676; text-decoration: underline;}
a.blLink:active {color:#0e1676; text-decoration: underline;}

a.printLink, a.printLink:link, a.printLink:visited {color:#0e1676; text-decoration: none; float:right; font-size:10px; background:transparent url(/cms/images/layout/icon_print.png) no-repeat right; padding-right:24px; margin-top:10px;}
a.printLink:hover {color:#0e1676; text-decoration: underline;}
a.printLink:active {color:#0e1676; text-decoration: underline;}

.prImage {min-width:155px; float:left; display:inline; margin-right: 10px; }
.prDetails {margin:0 0 0 180px; }

.hdPhone {floaT:right; margin:30px 0 0 0; font:normal 18px Georgia; color:#0e1676;}
.hdPhone span {color:#730027; font:normal 22px Georgia;}

.midCol {float:right; widtH:150px;}
.featFlag {background:transparent url(/cms/images/layout/icon_feat.png) no-repeat; line-height:34px; width:112px; text-align:center; color:#fff; display:inline-block; font-size:12px; }

.productDetailsDate {font:bold 14px Verdana; margin:0 0 20px 0; color:#242424;}
.productDetailsLoc {font:bold 12px Verdana; margin:0 0 20px 0; color:#242424; line-height:18px;}
a.mapLink {color:#0e1676; font-sizE:11px; font-weight:normal; margin-left:30px;}

.hR {border-bottom:1px solid #d3e0e6; line-height:1px; height:1px; padding-top:10px; margin-bottom:10px;}

.autocomplete-w1 {background:url(/cms/images/shadow.png) no-repeat bottom right; position:absolute; top:0px; left:0px; margin:8px 0 0 6px; /* IE6 fix: */ _background:none; _margin:0; }
.autocomplete { border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; }
.autocomplete strong { font-weight:normal; color:#3399FF; }

.modalSummary span {font-weight: bold; font-size: 11px;}
.modalSummary {font-size: 10px;}
.modalConfirmation {color: Green;}

.wlR {width:500px}

.accOrg {padding:20px 20px 10px 20px; border:1px solid #8cafbe; background:#f6f8f9; width:480px; margin:0 0 20px 0;}
.accOrg table {width:90%; line-height:19px;}

/*.calloutsBox {background:#dce6ea; border:1px solid #8cafbe; padding:6px; display:block; text-align:center; margin:0 0 6px 0; color:#000;}*/

.divOrgLabel {margin:10px 0 0 0;}

.eventLabel {float:left; width:65px; margin:0 0 5px 0; font-style:italic; }
.eventInfo    {margin:0 0 5px 75px; color:#333;}
.eventLocation {margin:10px 0;}

.totalTxt {
	margin:0 0 10px 0;
	color: #0E1676;
    	font:16px Georgia;}

.shipNote {float:right; margin:30px 20px 0 0; width:440px; font-style:italic; text-align:right; color:#666;}


/*turn off store nav*/
.bdywrpr .XmainNav {display:none;}
.hdrwrpr .mainNav {}

/*HAWKSEARCH*/
.hawkRailHeader {
    background: #EBE9E5 !important;
    color:#000000 !important;
    border: 1px solid #CFCBC0;
    border-bottom-width:0px;
    border-radius: 5px 5px 0px 0px;
    padding:10px 0px 0px 15px !important;
}
#hawkfacets .lnvwrpr {
    margin:0; padding:5px 10px 10px 10px;
    background: #EBE9E5;
    border: 1px solid #CFCBC0;
    border-top-width:0px;
    border-radius: 0px 0px 5px 5px;
    margin-bottom: 15px;
}
.lnvwrpr .hawkRailNav {}
.hawkRailNav {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 1%, #ffffff 1%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(1%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 1%,#ffffff 1%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 1%,#ffffff 1%,#efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 1%,#ffffff 1%,#efefef 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 1%,#ffffff 1%,#efefef 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */

	-webkit-box-shadow: 1px 1px 2px 1px rgba(179,179,179,1);
	-moz-box-shadow: 1px 1px 2px 1px rgba(179,179,179,1);
	box-shadow: 1px 1px 2px 1px rgba(179,179,179,1);
	}
.guidedNavWrapper .selectedNav {
    background-color: #eeeeee !important;
    border: 1px solid #BDBEBE;
}
.guidedNavWrapper .navhdng, .guidedNavWrapper .navhdng a, .guidedNavWrapper .navhdng a:link, .guidedNavWrapper .navhdng a:visited {
    color: #000 !important;
    font-size: 1em;
    font-weight: bold;
}


.course .scrollable .items .itemWrapper {width:252px; padding:5px;}
.course .scrollable .items .itemWrapper .mainImage {display:block; margin:0 auto 10px auto; border: 1px solid #CCCCCC; padding: 2px; height:auto; max-width:80px; float:left; margin-right:1px;}

.itemPrice {color:#4D4D4D; font-size:12px; font-weight:normal; }
.mainImage   {max-width:369px;}
.listView .itemWrapper .mainImage {margin-bottom:20px;}
.itemWrapper .productImage .mainImage {display:block; margin:0 auto 10px auto; border: 1px solid #CCCCCC; padding: 2px; min-height:0px; height:auto !important; max-width:100px; float:left; margin-right:1px;}
.scrollable .items .itemLink .mainImage {width:129px ; height:129px; padding:0px; border-width:0px;}

.btnRegisterEvent .btn { padding: 10px 33px !important; font-size: 16px !important; }