body {
	color: #222;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 12px;
	background-color: white;
	background-image: url(../images/BG-Main2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin:0 0 
}
a img {
	border:0px
}
a {
	outline:none;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #0b698f;
	margin:0px;
	line-height:110%;
}
h4 {
	text-decoration:none;
	font-size: 10px;
	font-weight: bold;
	color: #0b698f;
	margin:0px;

}

.esconder img {
display: none;
}

input { 
	font-family: Verdana, Arial, sans-serif;
	color:#222;
	font-size: 10px;
	text-transform: none;
	padding:1px;
}
form textarea {
	font-family: Verdana, Arial, sans-serif;
	color:#636466;
	font-size: 10px;
	text-transform: none;
	border-top: solid 1px #19191a;
	border-left: solid 1px #19191a;
	border-right: solid 1px #b5b5b6;
	border-bottom: solid 1px #b5b5b6;
	padding:1px;
	width:275px;
}
.form_radio { border:0px; }
form select {
	font-family: Verdana, Arial, sans-serif;
	color:#222;
	font-size: 10px;
	text-transform: capitalize;
	border-top: solid 1px #19191a;
	border-left: solid 1px #19191a;
	border-right: solid 1px #b5b5b6;
	border-bottom: solid 1px #b5b5b6;
	padding:1px;
}
.small {
	font-size:0.6em;
}

/*=======main dynamic buttons=======*/
a.grayBtn {
	color: #FFF;
	text-decoration:none !important;
	padding:0px;
	cursor:pointer;
	line-height:16px;
	text-transform:uppercase;
}
a.grayBtn span.s1 {
	color: #fff;
	text-decoration:none;
	background-repeat: no-repeat;
	background-position: left 0;
	padding:0 0 1px 10px;
	float:left;
	cursor:pointer;
}
a:hover.grayBtn span.s1 {
	background-repeat: no-repeat;
	background-position: left -16px;
	text-decoration:none;
}
a.grayBtn span.s2 {
	text-decoration:none;
	background-repeat: no-repeat;
	background-position: right 0;
	padding:0 0 1px 6px;
	float:left;
	cursor:pointer;
}
a:hover.grayBtn span.s2 {
	background-repeat: no-repeat;
	background-position: right -16px;
	text-decoration:none;
}
a.blueBtn { color: #fff; text-decoration:none !important; padding:0; cursor:pointer; line-height:16px; background-color: #2389b0; text-transform:uppercase; }
a:hover.blueBtn {
	background-repeat: no-repeat;
	background-position: right -16px;
	text-decoration:none;
}
input.blueBtn, input.grayBtn, input.redBtn { 
	width:auto;
	overflow:visible;

	height:17px;
	color: #FFF;
	text-decoration:none !important;
	cursor:pointer;
	line-height:13px;
	text-transform:uppercase;
	
	border:0px;
	text-decoration:none;
	background-repeat: no-repeat;
	background-position: left 0px;
	padding:0px 8px 3px 8px;
	.padding:0px 8px 1px 8px;
	float:left;
	cursor:pointer;
}

input.blueBtn {  }
input.grayBtn { 
	
}
input.redBtn {
	
}

input:hover.blueBtn, input:hover.grayBtn, input:hover.redBtn{ 
	background-position: left -16px;
}

input.disabled { 
	background-color: #CCCCCC;
}

#container {
	background-color:#FFF;
	width:950px;
	padding:10px;
	margin: 0px auto;
}
#header {
	position: relative;
	height: 94px;
	border-bottom:solid 1px #636466;
}
#headerTag {
	height: 100px;
	width: 700px;
	position: absolute;
	left:0px;
	top:-5px;
}
 
#hiddenHeaderTag {
	display:none;
}
#search {
	margin:0;
	padding:0;
	position:absolute;
	right:225px;
	top:68px;
}
#searchField {
	font-family: Verdana, Arial, sans-serif;
	color:#222;
	width: 156px;
	font-size: 9px;
	text-transform: none;
	border-top: solid 1px #19191a;
	border-left: solid 1px #19191a;
	border-right: solid 1px #b5b5b6;
	border-bottom: solid 1px #b5b5b6;
	float:left;
	padding:1px;
}
#btnSearch {
	font-family: Verdana, Arial, sans-serif;
	color:#FFF;
	font-size: 10px;
	background-color:#948a85;
	height: 16px;
	width: 22px;
	border:0px;
	float:left;
	cursor:pointer;
	margin-left:3px;
	padding: 1px;
}
#searchResults {
padding:0px;
}
#searchResultsField {
	font-family: Verdana, Arial, sans-serif;
	color:#636466;
	width: 156px;
	font-size: 9px;
	text-transform: none;
	border-top: solid 1px #19191a;
	border-left: solid 1px #19191a;
	border-right: solid 1px #b5b5b6;
	border-bottom: solid 1px #b5b5b6;
	float:left;
	padding:1px;
}
#btnSearchResults {
	font-family: Verdana, Arial, sans-serif;
	color:#FFF;
	font-size: 10px;
	background-color:#948a85;
	height: 16px;
	width: 22px;
	border:0px;
	float:left;
	cursor:pointer;
	margin-left:3px;
	padding: 1px;
}
#gNav {
	float:right;
	position:relative;
	width:480px;
}
ul.account {
	color:#000;
	display:inline;
	text-transform:uppercase;
	margin:0;
	padding:0;
	position:absolute;
	right:0;
	top:25px;
}
ul.account li {
	display: inline;
	margin-left:8px;
}
ul.account li a {
	color:#636466;
	text-decoration:none;
}
ul.account li a:hover {
	text-decoration:underline;
}
ul.account li.red a {
	color:#e82c2e;
}
ul.cart-lang { color: #999; font-size: 10px; display:inline; text-transform:uppercase; margin:0; padding:0; position:absolute; top:0; right: 0; }
ul.cart-lang a {
	color:#636466;
	text-decoration:none;
}
ul.cart {
	display:inline;
	text-transform:uppercase;
	margin:0;
	padding:0;
	position:absolute;
	right:0;
	top:50px;
}ul.cart li {
	display: inline;
	margin-left:8px;
}
ul.cart li.price {
	color:#000;
}
ul.cart li a { color: #636466; text-decoration: none; }
ul.cart li a:hover {
	text-decoration:underline;
}
#pNav {
	/*text-transform:uppercase; this caused CP-1113, prolly if capitalized menues are wanted, the data should be capitalized since there is likely some bug in ie7 that fails to measure the width AFTER the text transform  */
	z-index:50;
	position:relative;
	float:left;
	width:auto;
	line-height:13px; 
}
ul.tab {
	padding-left: 0px;
	margin: 0px auto;
}
ul.tab li {
	position:relative;
	display: block;
	font-size: 1.15em;
	color: #0b698f;
	float:left;
    font-weight: bold;
}
ul.tab li a {
	color: #747378;
	text-decoration: none;
	padding: 10px 15px !important;  
	padding: 10px 15px;  
	display: block;
	border-left:1px solid #fff;
	white-space: nowrap; /* Added by G&K to fix topnav text wrap problem */
}
ul.tab li a.top {  /* Added by GK */
   vertical-align:top;    
}
ul.tab li a.on {
	color: #0b698f;
	text-decoration: none;
	background-color:#e3e2e1;
}
ul.tab li a.over {
	color: #0b698f;
	text-decoration: none;
	background-color:#c4d0dc;
    vertical-align:top;  /* Added by GK */
}
ul.tab li a:hover {
	color: #0b698f;
	text-decoration: none;
	background-color:#c4d0dc;
}
sup {
	font-size: 5pt;
	vertical-align: top;
}
sup.special {
	vertical-align: text-top;
}
ul.tab li a:hover.on {
	color: #0b698f;
	text-decoration: none;
	background-color:#c4d0dc;
}
#pNav ul.tab li ul { /* SUBMENU CONTAINER */
	position:absolute;
	top:32px;
	left:0px;
	background:#c4d0dc;
	padding:5px 0px;
	white-space:nowrap;
	z-index:60;
	text-align:left;
	margin:0px;
	min-width:136px;
	border:1px solid #fff;
	border-width:0px 1px 1px 1px;
}
#pNav ul.tab li ul li { /* SUBMENU ITEMS */
	float:none;
	margin:0px;
	padding: 0px 5px;
}
#pNav ul.tab li ul li a { /* SUBMENU ITEM LINKS */
	position:relative;
	font-size:11px;
	color:#747378 !important;
	text-transform:capitalize;
	padding:5px 15px;
	margin:0px !important; 
	margin-top:-10px; 
	display:block;
	border-left:none;
}
#pNav ul.tab li ul li a:hover {
	color:#0b698f !important;
	text-transform:capitalize;
	background-color:#e1e8ef;
	display:block;
	padding:5px 15px;
	margin:0px !important; 
	margin-top:-10px; 
}
#pNav ul.tab li ul li a.firstmenu, #pNav ul.tab li ul li a:hover.firstmenu { 
	margin-top:0px; 
}
#homeImage {
	width:530px;
	height:353px;
}
#catLandingImage {
	width:350px;
	height:220px;
	float:right;
	position:relative;
	z-index:2;
}
#catLandingImage img {
	float:right;
}
#catLandingText {
	color:#FFF;
	background-color:#0b698f;
	width:160px;
	height:200px;
	padding:10px;
	float:left;
	overflow:hidden;
	position:absolute;
    z-index:1;
}
#catLandingText h3 {
	color:#FFF;
	text-transform:uppercase;
	margin-bottom:5px;
}
#catLandingText p {
	padding:0px;
	margin:0px;
}
.catHeading {
	color:#444;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:12px;
}
.catHeading span {
	color:#777;
}
#catBoxWrapper {
	float:left;
	width:530px;
}
.catBox {
	height: 275px; 
	width:125px;
	margin-right:10px;
	margin-bottom:20px;
	float:left;
}
.catBox img, .catBoxEnd img {
	margin-bottom:5px;
}
.catBoxEnd {
	height: 275px; 
	width:125px;
	margin:0;
	float:left;
}
#productWrapper #productImg {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
#productWrapper #productImg .viewLarge {
	text-align:center;
	margin-top:5px;
}
#productWrapper #productImg .viewLarge img {
	vertical-align:middle;
}
#productWrapper #productDesc {
	width:260px;
	float:right;
}
#productWrapper h4 {
	margin:0px;
	margin-bottom:5px;
}
.sizerange { 
	width:300px;
	padding: 0 0 5px 0;
	clear: both;
}
.sizerange .price { 
	float: right;
}
#productWrapper #icons {
	margin-top:25px;
}
#productWrapper #swatches {
	position:relative;
}
#productWrapper #swatches a{  
	text-decoration: none;
}
#productWrapper #swatches #swatchDisplay {
	position:absolute;
	top:-90px;
	left:-62px;
	width:100px;
	height:100px;
	background:#fff;
	border:1px solid #666;
}
#productWrapper #swatches img {  
	margin-right:0px;
	border: 1px solid #636466;
}
#productWrapper #swatches div { 
	border:1px solid #000000;
	margin-right:13px;
}
#performanceIcons img {
	margin: 0 6px 6px 0;
}
#productWrapper .skuHead {
	margin: 10px 0px;
}
#productWrapper .skuHead h3 {
	font-size:12px;
	text-transform:uppercase;
}
#lowestPrice, #listPrice { 
	float: left;
	padding-right: 10px;
}
.productOptions {
}
.productOptions table {
	text-align:left;
	width:100%;
}
.productOptions table tr.blue td {
	background-color:#c4d0dc;
    padding:5px 10px;
}
.productOptions table tr.red td {
	background-color:#e82c2e;
	padding:5px 10px;
}
.productOptions table tr td {
	padding-left:10px;
    padding-right:10px;
	padding-top:5px;
	padding-bottom:2px;
}
.productOptions table .pack {
	font-size:12px;
	text-transform:uppercase;
	padding: 10px 0px;
}
.item_number {
	font-weight: bold;
}
.item_size {
	font-weight: normal;
}
.item_price {
	font-weight: normal;
}
.item_priceBold {
	font-weight: bold;
	font-size:11px;
}
.productOptions table .regular {
	background-color:#FFF;
	padding:3px;
	margin-left:10px;
	margin-bottom:10px;
}
.productOptions .qtyHead {
	font-size:12px;
	font-weight:bold;
	color:#0b698f;
	text-transform:uppercase;
    padding-top:8px;
    padding-left:10px;
    padding-bottom:3px;
}
.productOptions table .regular .qtySizeDark {
	font-size:10px;
	font-weight:bold;
	color:#0b698f;
	background-color:#e3e2e1;
}
.productOptions table .regular .qtySize {
	font-size:10px;
	font-weight:bold;
	color:#0b698f;
	background-color:#edf1f5;
}
.productOptions table .regular td.row {
	background-color: #edf1f5;
}
.productOptions table .regular td.alt {
	background-color: #e1e8ef;
}
table.selectProduct {
	width:100%;
	border:solid 3px #FFF;
}
table.selectProduct tr.white {
	background-color:#FFF;
}
table.selectProduct td.head {
	font-size:12px;
	font-weight:bold;
	color:#666;
	text-transform:uppercase;
	background-color:#FFF;
	padding:5px;
}
table.selectProduct td.img {
	width:210px;
	background-color:#E3E2E1;
}
table.selectProduct .circle {
	font-size: 10px;
	font-weight:normal;
	color:#000;
	background-repeat: no-repeat;
	background-position: center;
	height: 17px;
	width: 17px;
	line-height:17px;
	padding:5px;
}
table.selectProduct td.unitPrice {
	background-color:#FFF;
}
table.selectProduct td.row {
	background-color: #edf1f5;
}
table.selectProduct td.price {
	color:#000;
	font-size:10px;
	font-weight:bold;
	height:25px;
	line-height:25px;
	background-color:#FFF;
	text-align:center;
}
table.selectProduct td table {
	width:100%;
}
table.selectProduct td table td {
    font-size:11px;
	padding:3px;
	line-height:10px;
}
table.selectProduct td.alt {
	background-color: #e1e8ef;
}
#employeeInfo table {
    width:530px;
	margin-top:10px;
	margin-bottom:15px;
}
#employeeInfo table td {
	line-height:14px;
    padding-left:10px;
}
#employeeInfo table tr.mid {
	background-color:#e1e8ef;
}
#employeeInfo table tr.mid td {
	color:#444;
	padding:5px 2px 2px 10px;
	font-size: 10px;
}
#employeeInfo table td.head {
	font-size:10px;
	height:32px;
	border-bottom:solid 1px #CCC;
	background-color:#e3e2e1;
}
#employeeInfo table tr.price {
	background-color:#edf1f5;
	font-size:10px;
	height:32px;
}
#content {
	background-color: #e3e2e1;
	padding: 10px;
	float:left;
}
#content a {
	/*font-size:10px;  GK change - links should inherit font size */
	color:#636466;
	text-decoration:underline;
}
#content a:hover {
	color:#636466;
	text-decoration:none;
}
#homeWrapper {
	float:left;
	border-right: solid 0px #636466;
    padding-right:10px;
    width:700px;
}

#leftCol {
	float:left;
	width:150px;
	padding: 0px 10px 0px 0px;
}
#leftCol a img{
	float:left;
	width:150px;
	padding: 0px 0px 0px 0px;
}
#leftCol ul.leftNav {
	text-transform:capitalize;
	margin:0px;
	padding:0px;
}
#leftCol ul.leftNav li {
	display:block;
	margin-bottom:10px;
}
#leftCol ul.leftNav li a {
	color:#444;
	display:block;
	font-size:12px;
	text-decoration:none;
}
#leftCol ul.leftNav li a:hover {
	color:#0b698f;
	text-decoration:underline;
}
#leftCol ul.leftNav li a.on {
	color:#0b698f;
	text-decoration:none;
}
#leftCol ul.leftNav li a.on:hover {
	color:#0b698f;
	text-decoration:underline;
}

#leftCol h2 {
	font-size:12px;
	margin:10px 0 2px;
	padding:0;
	text-transform:uppercase;
}
#leftCol ul.side-menu a:hover {
	text-decoration:underline;
}
#leftCol ul.side-menu a {
	text-decoration:none;
}
#leftCol ul.side-menu li {
	color:#222222;
	font-size:85%;
	padding:3px 0 0;
}
#leftCol ul.side-menu {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding-left:10px;
}
/** END search page**/

#centerCol {
	border-left:solid 1px #636466;
	border-right: solid 1px #636466;
	float:left;
	width:540px;
	padding: 0px 10px;
}
#centerColBlue {
	border-left:solid 1px #636466;
	border-right: solid 1px #636466;
	background-color:#c4d0dc;
	float:left;
	width:530px;
	padding: 0px 10px;
}
#steps {
	border-left:solid 1px #636466;
	border-right: solid 1px #636466;
	float:left;
	width:560px;
}
#crumb {
	color:#636466;
	font-size:10px;
}
#crumb .on {
	font-weight:bold;
}
#sortBox form {
	font-family: Verdana, Arial, sans-serif;
	color:#636466;
	font-size: 10px;
	margin:0px;
	padding:0px;
	float:right;
}
#sortBox select {
	font-family: Verdana, Arial, sans-serif;
	color:#636466;
	font-size: 10px;
	margin:0px;
	padding:0px;
	width:auto;
	float:right;
}
#sortBox table tr td.label {
	color:#444;
	font-size:10px;
	vertical-align:middle;
	font-weight:bold;
	white-space:nowrap;
}
.pages {
	text-align:right;
}
.pages .on {
	font-weight:bold;
}
#centerColHome {
	border-left:solid 1px #636466;
	float:left;
	width:530px;
	padding: 0px 10px;
}
#homeOffer {
	background-color:#FFF;
	text-align:right;
	border-top-width: 10px;
	border-right-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #E3E2E1;
	border-right-color: #E3E2E1;
	height:190px;
	width:701px;
}
#rightCol {
	float:left;
	width:197px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#grayblock {
	background-color: #e3e2e1;
	padding: 10px;
	width: 230px;
}
#footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-y;
	width: 100%;
	height:31px;
	font-style: normal;
	border-top:solid 12px #fff;
	text-transform:uppercase;
    padding-left:0px;
}
#btmTagline {
	color: #444;
	font-size: 1.35em;
	font-style: italic;
	padding-top: 8px;
	text-align: center;
}
ul.footer {
	color:#000;
	font-size:10px;
	display:inline;
	text-transform:uppercase;
	text-align:center;
}
div.div_left {
	text-align:left;
	padding: 0px;
}
ul.footer li {
	display: inline;
	line-height:31px;
	padding-right:23px;
}
ul.footer li a {
	color:#FFF;
	text-decoration:none;
}
ul.footer li a:hover {
	text-decoration:underline;
}
ul.footer li.blue a {
	color:#0b698f;
}
#copy { font-size: 9px; color:#808285; text-align:center; width:960px; margin: 0 auto; padding-top:3px; }
.lc {
	text-transform:lowercase;
}
.u{
	text-decoration: underline;
}
.b {
	font-weight:bold;
}
.uc {
	text-transform:uppercase;
}
.ucb {
	text-transform:uppercase;
	font-weight:bold;
}
.fr {
	float:right;
}
/*========Various Classes========*/

.l {
	text-align:left;
}
.c {
	text-align:center;
}
.r {
	text-align:right;
}
.clear {
	clear:both;
}
.big {
	font-size:11px;
}
.btn_s {
	color:#FFF;
	font-size: 10px;
	background-color:#948a85;
	height: 16px;
	line-height:16px;
	border:2px;
	padding:2px;
	cursor:pointer;
}
.error { color:#e82c2e; padding:10px; background-color:#fff; background-repeat: no-repeat; background-attachment: scroll; background-position: 12px 12px; margin:10px 0; padding:10px 10px 6px 70px; min-height: 40px; }
.errorText { color:#e82c2e;} 
.error .errorhead { font-weight:bold; font-size:11px;}
.error ul { margin:10px 0px; padding:0px; list-style:inside;}
.error .notice { font-weight:bold; font-size:11px; background: none;}

/* EP error styles */
.req { color:red; display: block;}
.error-msg { border:2px solid red;padding:8px;margin:20px 0px 20px 0px;color:red;}

.error-message-title { font-weight:bold;color:red;margin-bottom:5px;font-size:122%; }
.error-message-item { margin-bottom:2px; }
.error-message-line { color:#F60;margin-bottom:5px;font-size:100%; }
.notice-message-item { font-weight:bold;color:red;margin-bottom:5px;font-size:122%; }
.info-message-item { color:#F60;margin-bottom:5px;font-size:100%; }

#info { min-height:4em; padding:10px 10px 6px 70px; color:yellow; background-color: #fff; background-repeat: no-repeat; background-attachment: scroll; background-position: 12px 12px; border:solid 1px #ccc; height:auto; margin:0 0 20px; }
.alert { min-height:4em; padding:10px 10px 6px 70px; color:red; background-color: #fff; background-repeat: no-repeat; background-attachment: scroll; background-position: 12px 12px; border:solid 1px #ccc; height:auto; margin:0 0 20px; }
/* END EP error styles */


#centerColFull {
	width:898px;
	border-left:solid 1px #636466;
	border-right: solid 1px #636466;
	float:left;
	background-color:#C4D0DC;
	padding:10px;
}
#centerColFull .whiteBox {
	background-color:#FFF;
	padding:10px;
	float:left;
}
#centerColFull .whiteBox h3 {
	margin-left:10px;
	margin-bottom:10px;
}
#centerColFull .head {
	font-size:12px;
	color:#0b698f;
	text-align:center;
	line-height:48px;
}
#centerColFull #leftBox {
	width:285px;
	height:240px;
	padding:0px 0px;
	float:left;
	margin-right:10px;
	background-color:#edf1f5;
	position:relative;
}
#centerColFull #centerBox {
	width:285px;
	height:240px;
	padding:0px 0px;
	float:left;
	margin-right:10px;
	background-color:#eeeeed;
	position:relative;
}
#centerColFull #rightBox {
	width:285px;
	height:240px;
	padding:0px 0px;
	float:left;
	background-color:#edf1f5;
	position:relative;
}
#leftBox .button, #centerBox .button, #rightBox .button {
	width:100%;
	text-align:center;
	position:absolute;
	bottom:0px;
	left:0px;
	line-height:48px;
	height:48px;
	vertical-align:middle;
}
#leftBox .mid, #centerBox .mid, #rightBox .mid {
	padding:0px 20px;
}
#wizzy {
	width:690px;
	border-left:solid 1px #636466;
	border-right: solid 1px #636466;
	float:left;
	background-color:#C4D0DC;
	padding:10px;
}
#wizzy .whiteBox {
	background-color:#FFF;
	padding:10px;
}
#wizzy .grayBox {
	background-color: #e3e2e1;
	padding: 10px;
}
#wizzy h3 {
	margin-left:10px;
	margin-bottom:10px;
}
#fullRightBlue {
	border-left:solid 1px #636466;
	border-right: solid 1px #636466;
	background-color:#c4d0dc;
	float:left;
	width:738px;
	padding: 0px 10px;
}
#fullRightBlue .whiteBox {
	background-color:#FFF;
	padding:10px;
	float:left;
	margin:10px 0px 0px 0px;
	width:718px;
}
.logoInfo td {
	padding:3px 5px;
}
.shippingInfo td table.addressForm td {
	padding:1px 0px;
}
.shippingInfo .copyBox {
	background-color:#f8f9fb;
	width:400px;
	padding:20px;
	border:solid 1px #606164;
	margin:15px;
	line-height:normal;
}
.shippingInfo h3 {
	font-size:12px;
	color:#0b698f;
	background-color:#e3e2e1;
	padding:5px;
}
/*========Shopping Cart========*/
#shoppingCart tr.titles {
	line-height:25px;
	background-color:#e3e2e1;
	font-size:11px;
	font-weight:bold;
}
#shoppingCart tr.white {
	line-height:25px;
	background-color:#FFF;
}
#shoppingCart tr.price {
	font-size:12px;
	font-weight:bold;
	line-height:35px;
	background-color:#FFF;
	height:35px;
}
#shoppingCart table.cart {
	width:879px;
}
#shoppingCart table.cart a {
    font-size:11px;
	color:#0b698f;
}
#shoppingCart table tr {
	background-color:#edf1f5;
}
#shoppingCart table tr.alt {
	background-color:#e1e8ef;
}
#shoppingCart table td {
	line-height:20px;
	padding:3px 10px;
}
#shoppingCart tr.custom {
	background-color:#FFF;
}
#shoppingCart tr.custom td.borderLeft {
	border-left:5px solid #edf1f5;
}
#shoppingCart tr.custom td.borderRight {
	border-right:5px solid #edf1f5;
}
#shoppingCart table.custom_attributes {
	margin:0px 0px 10px 10px;  /* GK CHANGE - removed top padding */
}
#shoppingCart table.custom_attributes tr {
	background-color: #fff;
}
#shoppingCart table.custom_attributes td {
	padding:0px 10px;
	line-height:16px;
	white-space:nowrap;
}
/*========Modules========*/
#exclusive {
	font-size:10px;
	color:#222;
	text-align:center;
	margin-top:8px;
}
#logoLibrary {
	color:#666;
}
#logoLibrary .logo {
	text-align:center;
	margin:0px 0px 5px 0px; 
}
#logoLibrary h3 {
	font-size:15px;
	color:#666;
	text-transform:uppercase;
}
#logoLibrary table {
	width:100%;
	border-bottom:solid 1px #CCC;
	margin-bottom:5px; 
}
#logoLibrary table td {
	font-size: 10px;
	vertical-align:top;
    word-wrap: break-word;
}
#logoLibrary table tr.alt {
	background-color:#edf1f5;
}
#logoLibrary table a, #logoLibrary table a:hover {
	color:#0b698f;
	font-size: 10px;
}
#logoLibraryOut {
	color:#000;
	background-color:#FFF;
	padding:10px;
}
#logoLibraryOut h3 {
	font-size:15px;
	color:#666;
	text-transform:uppercase;
}
#logoLibraryOut table {
	width:100%;
	border-bottom:solid 1px #CCC;
	margin-bottom:15px;
}
/*===Shipping Info=====*/
#fullLeftBlue {
	border-left:solid 1px #636466;
	border-right: solid 1px #636466;
	background-color:#c4d0dc;
	float:left;
	width:691px;
	padding: 0px 10px;
}
#fullLeftBlue .whiteBox {
	background-color:#FFF;
	padding:10px;
	margin-bottom:10px;
}
#shipCrumb {
	margin-top:15px;
}
#shipCrumb .step {
	color:#0b698f;
	font-size:12px;
	text-transform:uppercase;
	padding:15px;
	margin:0px 50px;
}
#shipCrumb .stepOn {
	color:#0b698f;
	font-size:12px;
	background-color:#FFF;
	text-transform:uppercase;
	padding:15px;
	margin:0px 50px;
}
#shipCrumb a {
	margin-top:15px;
}
#shipCrumb a.step {
	color:#0b698f;
	font-size:12px;
	text-transform:uppercase;
	padding:15px;
	margin:0px 50px;
	text-decoration:none;
}
#shipCrumb a.stepOn {
	color:#0b698f;
	font-size:12px;
	background-color:#FFF;
	text-transform:uppercase;
	padding:15px;
	margin:0px 50px;
	text-decoration:none;
}
#shipCrumb a:hover.step {
	color:#0b698f;
	font-size:12px;
	background-color:#FFF;
	text-transform:uppercase;
	background-color:#FFF;
	padding:15px;
	margin:0px 50px;
	text-decoration:none;
}
.shippingInfo {
	width:100%;
	background-color:#edf1f5;
}
.shippingInfo td {
	padding:3px 5px;
}
.shippingInfo td table.addressForm td {
	padding:1px 0px;
}
.shippingInfo .copyBox {
	background-color:#f8f9fb;
	width:400px;
	padding:20px;
	border:solid 1px #606164;
	margin:15px;
	line-height:normal;
}
.shippingInfo h3 {
	font-size:12px;
	color:#0b698f;
	background-color:#e3e2e1;
	padding:5px;
}

/*===My Account Info=====*/
#accountFull {
	width:898px;
	border-left:solid 1px #636466;
	border-right: solid 1px #636466;
	float:left;
	background-color:#C4D0DC;
	padding:0px 10px 10px 10px;
}
#accountFull .whiteBox {
	background-color:#FFF;
	padding:10px;
}
#accountCrumb {
	margin-top:15px;
}
#accountCrumb .step {
	color:#0b698f;
	font-size:12px;
	text-transform:uppercase;
	padding:15px;
	margin:0px 25px;
}
#accountCrumb .stepOn {
	color:#0b698f;
	font-size:12px;
	background-color:#FFF;
	text-transform:uppercase;
	padding:15px;
	margin:0px 25px;
}
#accountCrumb a {
	margin-top:15px;
}
#accountCrumb a.step {
	color:#0b698f;
	font-size:12px;
	text-transform:uppercase;
	padding:15px;
	margin:0px 25px;
	text-decoration:none;
}
#accountCrumb a.stepOn {
	color:#0b698f;
	font-size:12px;
	background-color:#FFF;
	text-transform:uppercase;
	padding:15px;
	margin:0px 25px;
	text-decoration:none;
}
#accountCrumb a:hover.step {
	color:#0b698f;
	font-size:12px;
	background-color:#FFF;
	text-transform:uppercase;
	background-color:#FFF;
	padding:15px;
	margin:0px 25px;
	text-decoration:none;
}
.accountInfo {
	width:100%;
	background-color:#FFF;
}
.accountWrap { padding:15px; background-color:#EDF1F5;}
.accountInfo .myAccount {
	width:100%;
	background-color:#EDF1F5;
	padding:15px;
}
.accountInfo .myAccount {
	width:100%;
	background-color:#EDF1F5;
	padding:15px;
}
.accountInfo .myAccount td {
	padding:5px 0px;
	vertical-align:top;
}
.accountInfo h3 {
	font-size:12px;
	color:#0b698f;
	background-color:#e3e2e1;
	padding:5px;
	margin:0px;
}
/*===Logo Account Info----*/
.logoInfo {
	width:100%;
	background-color:#FFF;
}
.logoInfo .myAccount {
	width:100%;
	background-color:#EDF1F5;
	padding:15px;
}
.logoInfo .myAccount {
	width:100%;
	background-color:#EDF1F5;
	padding:15px;
}
.logoInfo .myAccount td {
	padding:5px 0px;
	vertical-align:top;
}
.logoInfo h3 {
	font-size:12px;
	color:#0b698f;
	background-color:#e3e2e1;
	margin:0px;
}
.logoInfo .alt {
	background-color:#EDF1F5;
}
.logoInfo .alt td {
	padding:15px 5px;
	vertical-align:top;
}
.logoInfo td {
	padding:15px 5px;
	vertical-align:top;
}
.logoInfo td.head {
	padding:5px;
}
/*===Shipping Info----*/
.shippingInfo {
	width:100%;
	background-color:#edf1f5;
}
.shippingInfo td {
	padding:3px 5px;
}
.shippingInfo td table.addressForm td {
	padding:1px 0px;
}
.shippingInfo .copyBox {
	background-color:#f8f9fb;
	width:400px;
	padding:20px;
	border:solid 1px #606164;
	margin:15px;
	line-height:normal;
}
.shippingInfo h3 {
	font-size:12px;
	color:#0b698f;
	background-color:#e3e2e1;
	padding:5px;
}
/*=====Create Account Section=====*/
.createAccount { padding:0px;}
table.createAccount { padding:15px; background-color:#EDF1F5; width:100%}
table.createAccount .intro { font-size:12px; font-weight:normal; margin-bottom:15px; line-height: 17px; width:600fpx;}
table.createAccount .titles {height:25px; vertical-align:bottom;}
table.createAccount td { padding:2px 20px 0px 3px; }
table.createAccount td.caption { color:#838383; font-style:italic; padding-top:0px; padding-bottom:8px;}

.loginInfo {
	width:100%;
}
.loginInfo td {
	padding:3px 5px;
}
.paymentInfo {
	width:100%;
	background-color:#edf1f5;
}
.paymentInfo td {
	padding:0px;
}
.paymentInfo td table.addressForm td {
	padding:0px;
}
.paymentgInfo .copyBox {
	background-color:#f8f9fb;
	width:400px;
	padding:20px;
	border:solid 1px #606164;
	margin:15px;
	line-height:normal;
}
.paymentInfo h3 {
	font-size:12px;
	color:#0b698f;
	background-color:#e3e2e1;
	padding:5px;
}
#orderTotal {
	color:#666;
	background-color:#FFF;
	width:100%;
}
#orderTotal h3 {
	font-size:12px;
	color:#0b698f;
	background-color:#e3e2e1;
	padding:5px;
}
#orderTotal td {
	font-size: 10px;
	vertical-align:top;
	line-height:15px;
	padding:3px 10px
}
#orderTotal tr.price {
	color:#000;
	font-weight:bold;
	font-size:10px;
}
#orderTotal .price td {
	border-top: solid 1px #ccc;
}
#orderTotal .red td {
	color:#e82c2e;
}
/*====Login====*/
.whitebox{
	background-image:url(../images/rightnav_white_corner.gif)	;
	background-repeat:no-repeat;
	background-position:bottom right;
	background-color:#FFFFFF;
	width:198px;
}
.bluebox {
	background-image:url(../images/rightnav_blue_corner.gif)	;
	background-repeat:no-repeat;
	background-position:bottom right;
	background-color:#c4d0dc;
	width:198px;
}

.bluebox .rightnavContainer, .whitebox .rightnavContainer {
	margin:0 !important;
	margin:0 0 10px 0;
	padding:10px;
	overflow: hidden;
}
.bluebox ul, .whitebox ul{
	margin:0 0 10px 0;
	padding: 0 0 0 20px;
}
.red{
	color:#ee3124;
}
#login table {
	padding:0px;
	margin:0px;
	text-align:right;
	width:100%;
}
#login form {
	margin:0px;
	padding:0px;
}
#login table td a {
	color:#0b698f;
}
#login table td a:hover {
	color:#0b698f;
	text-decoration:none;
}
#login .formLabel {
	color:#0b698f;
	text-transform:uppercase;
}
#login .formField {
	font-family: Verdana, Arial, sans-serif;
	color:#0b698f;
	font-size: 10px;
	height:16px;
	line-height:16px;
	width:100px;
	border-top: solid 1px #8c8c8c;
	border-left: solid 1px #8c8c8c;
	border-right: solid 1px #b5b5b6;
	border-bottom: solid 1px #b5b5b6;
	text-transform:none;
}
#loginBtn {
	background-repeat: no-repeat;
	height: 19px;
	width: 102px;
}
#loginBtm {
	background-repeat: no-repeat;
	height: 12px;
	width: 198px;
}
#login #loginCopy {
	text-align:center;
	margin:0px;
	padding:0px;
}
#loginCopy h3 {
	margin:0px;
	padding:0px;
}
/*====Login2====*/

.login2 {
	width:280px;
	padding: 10px;
	margin-top:5px;
}
.login2 table {
	padding:0px;
	margin:0px;
	text-align:left;
	width:100%;
}
.login2 form {
	margin:0px;
	padding:0px;
}
.login2 .formLabel {
	color:#0b698f;
	text-transform:uppercase;
}
.login2 .formField {
	font-family: Verdana, Arial, sans-serif;
	color:#0b698f;
	font-size: 10px;
	height:16px;
	line-height:16px;
	width:100px;
	border-top: solid 1px #8c8c8c;
	border-left: solid 1px #8c8c8c;
	border-right: solid 1px #b5b5b6;
	border-bottom: solid 1px #b5b5b6;
}

#addressContainer { position:absolute; z-index:90; width:600px; padding:10px; background:#fff; border:2px solid #bdbeb7; }
#editProfileContainer { position:absolute; z-index:90; width:400px; padding:10px; background:#fff; border:2px solid #bdbeb7; }
#editAddressContainer { position:absolute; z-index:90; width:400px; padding:10px; background:#fff; border:2px solid #bdbeb7; }


#threadContainer { position:absolute; z-index:90; width:600px; padding:10px; background:#fff; border:2px solid #bdbeb7; }
#threadPreview { float:right; width:140px; height:120px; }     /** Modified by GK **/
#threadPreviewColor { width:100px; height:100px; border:1px solid #ccc; margin-left:20px;}     /** Modified by GK **/
#threadPreviewName { text-align:center; text-transform:capitalize; }
.threadSample { width:30px; height:30px; margin:10px 10px 0px 0px; float:left; border:1px solid #ccc; cursor:pointer; }

h1 {
    font-size: 18px;
    line-height: 20px;
}

img.logoThumbnail { border:1px solid #ccc; }

.viewLargeImage {
	text-align:center;
	margin-top:5px;
}
.viewLargeImage img {
	vertical-align:middle;
}

#selectedThreadPreview, #colorChartIcon { float:center; height:100px;}    
#selectedThreadPreviewColor { width:70px; height:70px; border:1px solid #ccc; margin:10px auto auto auto; cursor:pointer;}
#colorChartIconImage { width:84px; height:70px; border:1px solid #ccc; margin:10px auto auto auto; cursor:pointer;}
#selectedThreadPreviewName, #colorChartIconText { text-align:center; text-transform:capitalize; padding-top:5px; cursor:pointer;}

.deadSpace {width:30px}

#customLogoDetails {
	color:#666;
	padding:5px;
}

#customLogoDetails img {
    float:left;
	text-align:center;
}

#customLogoDetails table {
	border-bottom:solid 1px #CCC;
	margin-bottom:5px;
    float:left;
    width:270px;
    background-color:#FFF;
    margin-left:5px;
}
#customLogoDetails table td {
	font-size:9px;
	vertical-align:top;
    line-height: 14px;
    padding:2px;
}
#customLogoDetails table tr.alt {
	background-color:#edf1f5;
}
#customLogoDetails table a, #customLogoDetails table a:hover {
	color:#0b698f;
	font-size:9px;
}

#helpPopup {
	border-left:solid 1px #636466;
	float:left;
	width:auto;
	padding: 0px 10px;
} 

.compactErrorText { color:#e82c2e; text-transform:none;}

.compactErrorTextStitchCount {
	color:red; 
	text-transform:none;
    padding-top:8px;
    line-height:13px;
}

/* sitemap */
.site-map-brand-title, .site-map-category-title {
	font-size:15px;
	line-height: 20px;
	border-bottom:1px solid black;
}

.site-map-category {
	float:left;
	margin:10px 10px 0 0;
	width:200px;
}

#wizzy .grayBox .site-map-category a {
	font-size:12px;
}

.clear10 {
clear:both;
height:10px;
overflow:hidden;
}

.clear20 {
clear:both;
height:20px;
overflow:hidden;
}

.current { 	font-weight: bold; }

.c_logoLibraryLinks {
	text-align:center;
	padding: 2px;
}

#embellishmentPlacementImageContainer { float:right; padding:10px; border-left:1px solid gray}

.embellishmentPlacementImage { float:left; border-top: 1px solid #636466; border-bottom: 1px solid #636466; }

.embellishmentProductColorSwatch { border: 1px solid #636466; width:70px; height:70px; }

#embellishmentNoLogos { text-transform:none; line-height:30px; }

.plainLink { font-weight:normal; }

#leftCol #featuredProducts {
    padding-top:20px;   
}

#leftCol #featuredProducts #title {
    border-top:1px solid #636466;
    margin-bottom:10px;
    padding:3px 0px;
    font-size:9pt;
    line-height:12pt;
}

#leftCol #featuredProducts a img{
	float:none;
	width:auto;
	padding: 0px 0px 0px 0px;
}

#leftCol .catBox {
	height: auto;
	width:auto;
	margin-right:0px;
	margin-bottom:15px;
	float:left;
}

#leftCol .catBox img {
	margin-bottom:0px;
}


#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	/*opacity: 0.85;*/
}
#tooltip span {
	font-weight: normal;
	margin: 0;
	font-size: 11px;
}
#tooltip img {
	margin-top: 5px;
}

#productDesc h4 {
    line-height:14px;   
}

#links, #performanceIcons {
	margin: 10px 0;
}

.performanceIconSmall { height: 40px; width: 40px;}
.performanceIconLarge { width: 250px;}

.sale-price { color:red; }

.orig-price { text-decoration:line-through; }
.small2 { color: #224d7f; font-size:0.8em; }

.MccMainCat { color:#0b698f !important; text-transform:capitalize; background-color:#e1e8ef; display:block; padding:5px 15px; margin:0 !important; 
;border-color: #fff; outline-color: #fff; }

