/***********************
 * blue: #5fa6db
 * dark gray: #231f20
 * light gray: #e7e7e7
 ***********************/
/* general */
body, button, input, select, textarea {
	color: #231f20;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}
textarea, select {
	border: 1px solid #5fa6db; 
}
html, body, ul, ol, p, div, img, fieldset, button, legend, h1, h2, h3, h4, h5, h6, dd, dt {
	margin: 0;
	padding: 0;
	border: 0px solid white;
	background-color: transparent;
}
ul, ol {
	list-style: none;
}
li, h1, h2, h3, h4, h5, h6, dt, dd {
 display: inline;
}
ul.horizontal li,
ul.salesrep-links li{
	display:inline;
}
a {
	color: #61a8dc;
	outline: none !important;
}
.strong {
	font-weight: bold;
}
span.discount{
	color:red;
}
span.discontinue-date {
	color: red;
}
del {
	font-weight: normal;
}

ins {
	border-left: 1px solid #333;
	padding-left: 3px;
	margin-left: 3px;
	color: red;
	text-decoration: none;
}
/* common */
a.button,
input.button {
	border: 1px solid #87bce2;
	color: #61A8DC;
	display: inline-block;
	padding: 5px 10px;		
	text-decoration: none;
	cursor: pointer;
}
a.button:hover,
input.button:hover {
	border: 1px solid #bbbbbb;	
	color: #464646;
}
a.button:active,
input.button:active {
	border: 1px solid #bbbbbb;
	color: #464646;	
}
a.checklist {
	background: url("../images/varsity/checkbox_icon.gif") no-repeat scroll 10% 50%;	
	padding: 4px 5px 4px 24px;
	font-weight: normal;
}
a.as-shown-in-catalog, button.button.open-book, button.button.open-book:hover {
	background: url("../images/varsity/book_icon.gif") no-repeat scroll 5% 35%;
	padding: 4px 5px 4px 25px;
	font-weight: normal;
}
a.dressingroom {
	background: url("../images/varsity/dressingroom_icon.gif") no-repeat scroll 5% 50%;
	padding: 4px 5px 4px 25px;
	font-weight: normal;
}
a.cart {
	background: url("../images/varsity/cart_icon.gif") no-repeat scroll 5% 50%;
	padding: 4px 5px 4px 22px;
	font-weight: normal;
}

button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

button.option {
	border: 1px solid #5fa6db;
	cursor: pointer;
}
button.selected {
	border-width: 1px;
	background-color: #afcfe7;
}
button.button {
	color: #61a6d9;
	border: 1px solid #87bce2;
	cursor: pointer;
	min-width: 90px;
	padding: 0 5px;
	text-align: left;
	background: transparent; /* Old browsers */
	background: -moz-linear-gradient(top,  #e9f1f8 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9f1f8), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e9f1f8 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e9f1f8 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e9f1f8 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e9f1f8 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f1f8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
		
}
button.button:hover {
	border: 1px solid #bbbbbb;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff'); /* for IE */
	background: none;
	color: #464646;
}
button.button:active {
	border: 1px solid #bbbbbb;
	color: #464646;
	background: transparent; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2f2f2 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2f2f2 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f2f2f2 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
button.button span {
	display: inline;
	line-height: 25px;	
	text-align: left;
	white-space: nowrap;
}
button.option {
	border: 1px solid #5fa6db;
	cursor: pointer;
}
button.color-swatch {
	position: relative;
}
button.color-swatch .select-overlay {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
}
button.selected .select-overlay {
	display: block;
}
a.gradient,
button.gradient,
input.gradient {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #e9f1f8 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9f1f8), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e9f1f8 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e9f1f8 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e9f1f8 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e9f1f8 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f1f8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
a.gradient:hover,
input.gradient:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff'); /* for IE */
	background: #FFFFFF;
}
a.gradient:active,
input.gradient:active {
	background: -moz-linear-gradient(top,  #f2f2f2 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2f2f2 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f2f2f2 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
span.rounded-input {
	background: url(../images/varsity/search_box.gif) no-repeat top left;
	border: none;
	padding:3px 14px 6px;
	display: inline-block;
	width:193px;
}
form span.rounded-input input.text {
	width: 188px;
	border: none;
}
#wrapper { 
	width: 970px; 
	margin:auto;
	position: relative;
}
#wrapper.wideViewClass{
	width: unset;
	min-width: 900px;	

	& #header.location{
		max-width:970px;
		margin:auto;
	}
	
	& #mainarea{
		width: 90%;
		min-width: 880px;
		margin:auto;
		float: none;
		& .tab-contents.wideViewClass{
			display: flex;
			& .tab-contents-left.vision-board-details,
			& .tab-contents-left.teamshop-details{
				height:fit-content;
				& li{
					display:flex;
					& .extras{
						& .extra-color{
							display:flex;
							margin-bottom:5px;
						}
					}
					
				}
				
			}
			& .tab-contents-right{
			display:flex;
			flex-direction: column;
			width:-webkit-fill-available;
			width: -moz-available;
				& .accordion{
					float: right;
					margin-bottom: 5px;
					max-width: none;
					width:100%;
				}
				& #searchResults{
					align-self:end;
				}
			}
		}
		& #mannequin-control-form fieldset{
			& .tab-contents-left.vision-board-details,
			& .tab-contents-left.teamshop-details{
				height:fit-content;
				& li{
					display:flex;
				}
			}
			& .tab-contents-right{
				display:flex;
				flex-direction: column;
				width:-webkit-fill-available;
				& .accordion{
					float: right;
					margin-bottom: 5px;
					max-width: none;
					width:100%;
				}
				& #searchResults{
					align-self:end;
				}
			}
			
		}
		
	}
	
	& #footer.location{
		& #footerEnd {
			background: none;
			height: 0px;
		} 
		& div#footerLinks{
			float:none;
			margin:auto;
			padding: 20px 20px 10px;
			width: 87%;
			height:164px;
			border-bottom-right-radius: 30px;
			border-bottom-left-radius: 30px;
			background: #94c4e7; /* Old browsers */
			background: -moz-linear-gradient(top,  #94c4e7 0%, #62a8dc 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#94c4e7), color-stop(100%,#62a8dc)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #94c4e7 0%,#62a8dc 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #94c4e7 0%,#62a8dc 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #94c4e7 0%,#62a8dc 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #94c4e7 0%,#62a8dc 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94c4e7', endColorstr='#62a8dc',GradientType=0 ); /* IE6-9 */
		}
	} 
}
& #footer.location.wideViewClass{
		& #footerEnd {
			background: none;
			height: 0px;
		} 
		& div#footerLinks{
			float:none;
			margin:auto;
			padding: 20px 20px 10px;
			width: 87%;
			height:164px;
			border-bottom-right-radius: 30px;
			border-bottom-left-radius: 30px;
			background: #94c4e7; /* Old browsers */
			background: -moz-linear-gradient(top,  #94c4e7 0%, #62a8dc 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#94c4e7), color-stop(100%,#62a8dc)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #94c4e7 0%,#62a8dc 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #94c4e7 0%,#62a8dc 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #94c4e7 0%,#62a8dc 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #94c4e7 0%,#62a8dc 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94c4e7', endColorstr='#62a8dc',GradientType=0 ); /* IE6-9 */
		}
	} 

/*clearfix start*/
#wrapper:before,
#wrapper:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
#wrapper:after {
    clear: both;
}
body:after {
    clear: both;
}
#wrapper {
	*zoom:1
}
/*clearfix end*/

div#pageHdr {
	padding: 10px 20px;
}
div.title {
	padding-top: 10px;
}
.genericContentBox {
	padding: 20px;
}
.errorMsg {
	display: block;
}
.message {
	color: #5fa6db;
	padding-bottom: 10px;
}
.product-container form .formError .errorMsg {
	margin-left: 0;
}
span.hide-price {
	display: none;
}
#cboxContent .formError select,
#cboxContent .formError .text,
#mainarea .product-container .formError .text,
#mainarea .formError select, 
#mainarea .formError input {
	border: 1px solid red;
}
.gradient {
	background: #62a8dc; /* Old browsers */
	background: -moz-linear-gradient(top,  #62a8dc 0%, #94c4e7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#62a8dc), color-stop(100%,#94c4e7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #62a8dc 0%,#94c4e7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #62a8dc 0%,#94c4e7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #62a8dc 0%,#94c4e7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #62a8dc 0%,#94c4e7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62a8dc', endColorstr='#94c4e7',GradientType=0 ); /* IE6-9 */
}
.reverse-gradient {
	background: #94c4e7; /* Old browsers */
	background: -moz-linear-gradient(top,  #94c4e7 0%, #62a8dc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#94c4e7), color-stop(100%,#62a8dc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #94c4e7 0%,#62a8dc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #94c4e7 0%,#62a8dc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #94c4e7 0%,#62a8dc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #94c4e7 0%,#62a8dc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94c4e7', endColorstr='#62a8dc',GradientType=0 ); /* IE6-9 */
}
/* end common */

/* pagination */
.pagination {
	clear:both;
	margin: 15px 0;
}
.pagination li {
	display: inline-block;
	margin: 0 1px;
}
.pagination .paginationLinks {
	display:block;
	float:left;
	width:7%;
}
.pagination .paginationPages {
	text-align: right;
}
.pagination .paginationLinks {
	margin: 10px 0;
	text-align: center;
	width: 80%;
}
.pagination .paginationLinks a {	
	border: 1px solid #61A8DC;
	padding: 5px 10px;
	text-decoration: none;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #e9f1f8 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9f1f8), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e9f1f8 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e9f1f8 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e9f1f8 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e9f1f8 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f1f8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
		
}
.pagination .paginationLinks a:hover {
	border: 1px solid #bbbbbb;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff'); /* for IE */
	background: none;
	color: #464646;
}
.pagination .paginationLinks a:active {
	border: 1px solid #bbbbbb;
	color: #464646;
	background: #464646; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2f2f2 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2f2f2 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f2f2f2 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.pagination .paginationLinks span.currentPage {
	border: 1px solid #000000;
	padding: 5px 10px;
}
.pagination .resultsPerPage {
	float:right;
}
/* end pagination */

/* email a friend */
.email-a-friend {
	width: 400px;
}
#quick-view .email-a-friend li,
.email-a-friend li{
	display: inline-block;
	width: 300px;
	margin-bottom: 10px;
	vertical-align: top;
}
#quick-view #email-a-friend-form,
#quick-view .email-a-friend ol,
#quick-view .email-a-friend li {
	width: 250px;
}
#quick-view .email-a-friend {
	width: 330px;
}
#quick-view .email-a-friend li label,
.email-a-friend li label {
	width: 90px;
	font-weight: normal;
	font-size: 12px;
	display: block;
	float: left;
}
#quick-view .email-a-friend li.message label {
	float: none;
}
li.message label {
	color: #231f20;
}
.email-a-friend li.formError label {
	color: red;
}
#quick-view .email-a-friend li.message textarea {
	width: 220px;
}
#quick-view .email-a-friend .topRightCorner,
.email-a-friend .topRightCorner {
	padding: 15px 25px;
}
#email-a-friend-form {
	margin-top: 20px;
}
#email-a-friend-form .black-btn {
	margin-left: 100px;
}
/* end email a friend */

.vs-table-title{
	clear: both;
	overflow: auto;
	display: block;
	padding-top: 10px;
	padding-bottom:5px;
}
div.vs-table-container{
	overflow:auto;
}
div.vs-table{
	display: table;
	width: auto;
	background: #f5f8f9 url(../images/jquery-ui/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x;
	color: #222222;
	border: 1px solid #666666;
	border-spacing: 5px;
	float:left;
}
div.vs-table div.vs-header{
	display:table-header-group;
	width: auto;
	clear: both;
}
div.vs-table div.vs-row{
	display: table-row;
	width: auto;
	clear: both;
}
div.vs-table div.vs-cell{
	float: left;
	display: table-cell;
	background: #f5f8f9 url(../images/jquery-ui/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x;
	min-width:80px;
	min-height:30px;
	text-align:center;
}

/* product listing */
#searchMsg {
	border-bottom:1px solid #7E7E7E;
	font-size:16px;
	margin-bottom:11px;
	padding: 0 0 10px 0;
}
#searchMsg strong {
	color:#5FA6DB;
	font-weight:normal;
}
#featuredCategoryProducts {
    border: 1px solid #5FA6DB;
}
#featuredCategoryProducts h3 {
    background-color: black;
    color: white;
    display: block;
    font-size: 20px;
    padding: 5px;
}
#featuredCategoryProducts .product-listings {
	border-top:none;
	margin-top:5px;
	padding: 0px;
	border:0px;
}

.product-listings {
	border-top:1px solid #d4e2f3;
	padding:15px 0 38px;
}
.product-listings, 
.product-listings .row {
	display:inline-block;
	padding-bottom: 0;
}
.product-listings .row {
	border-bottom: 1px solid #d4e2f3;
	padding: 15px 0;
}
.product-listings .row:last-child {
	border-bottom: none;
}
.product-listings li ul {
	clear: both;
}
.product-listings li ul li {
	width:185px;
	display: inline-block;
	float: left;
	padding: 0 3px;
	border-left: 1px solid #d4e2f3;
}
.product-listings li ul li.first {
	border-left: none;
}
.product-listings .attributes li {
	border: none;
}
.product-listings .detail {
	padding: 3px 4px;
}
.product-listings .detail span.description {
	padding: 2px 0px 2px 0px;
}
.product-listings .detail .youth-available {
	height: 14px;
	vertical-align: bottom;
}
.product-listings .detail .rollover-link {
	background: transparent;
	border: none;
	display: block;
	padding: 0;
}
.product-listings .detail .rollover-link span {
	font-size: 12px;
}
.product-listings .price {
	padding: 3px 4px;
	font-size:14px;
	font-weight:bold;
}
.product-listings .configuration {
	padding: 3px 4px;
}
.product-listings .buttons {
	padding: 3px 4px;
}
.product-listings .button {
	margin: 3px 0px;
}
.product-listings .show-details {
	background: none;
	display: block;
	padding: 0 0 5px 4px;
}
.product-listings.as-shown-in-vision-board {
	background: white;
}
.product-listings.as-shown-in-vision-board .product {
	float: none;
	border-bottom: none;
	padding-left: 38px;
}
.product-listings.as-shown-in-vision-board .product.accessory .image img {
	width: 174px;
	padding: 50px 0;
	max-width: none;
}
.product-display-form button {
	width: 140px;
}
.product-display-form a.button {
	width: 128px;
	cursor: pointer;
	padding: 0 5px;
}
.product-display-form a.button span {
	display: block;
	line-height: 25px;	
	text-align: left;
	white-space: nowrap;
}
.product-display-form .rollover-link {
	display: block;	
}
.product-display-form .rollover-link span {
	font-size: 12px;
	font-weight: normal;
}
.product-display-form .messages {
	font-weight: bold;
}
.success-message {
	color: green;
}
div.itemBody span.error-message, .error-message {
	color: red;
}
.uninitialized {
	border: 1px solid red;
}
.product-listings .configuration .attribute {
	padding: 2px 0px;
	float: none;
}
.product-listings .configuration .attribute span {
	font-weight: bold;
}
.product-listings .description {
	font-size:11px;
	display: block;
}
.product-listings .thumb {
	width: 186px;
	position: relative;
}
.product-listings li.last .thumb {
	border-right: none;
}
span.saleMsg{
	display:block;
}
.rollover-link {
	text-decoration: none;
	display: none;
	border: 2px solid #5FA6DB;
	color: #5FA6DB;
	padding: 4px 2px 4px 2px;
	background-color: white;
	position: relative;
}

.rollover-link span {
	font-weight:bold;
	font-size: 14px;
	text-decoration: none;
}

.smallImageRollover a:hover {
	border-bottom: 2px solid #5FA6DB;
	position: relative;
}

.smallImageRollover .overlay {
	width: 90px !important;
	margin-top: 20px !important;
	height: 25px !important;
	
} 

.overlay {
	padding-top: 30px;
}
/* end product listing */

/* SIAB */
div.notDefinedEspot {
	border:darkgrey 1px solid;
	background-color:lightgrey;
	text-align: center;
}
form li {
	margin-bottom:5px;
	display: block;
}
form li label {
	float:left;
	width:120px;
}
form li label.checkbox{
	float:none;
}

form li.checkbox {
	clear: both;
	padding-left: 110px;
}

.addressUpdateCancel {
	float: right;
}

form div.checkbox {
	padding-left: 110px;
	float: none;
}
form div.checkbox label {
	width: auto;
	float: none;
}
form div.checkbox p.note {
	font-style: italic;
	font-size: 11px;
}

form li.checkbox label {
	width: auto;
	float: none;
}

form li.checkbox p.note {
	font-style: italic;
	font-size: 11px;
}
form legend {
	font-size:14px;
	font-weight:bold;
	margin-bottom: 5px;
}

form input.text,
form input.password,
#cboxContent input.text,
#cboxContent textarea.text {
	border: 1px solid #5FA6DB;
	padding: 2px 1px;
}
#cboxContent .formError .errorMsg {
	margin-left: 90px;
}
#quick-view .formError .errorMsg {
	margin-left: 0px;
}
span.required {
	color:red;
}
div.errorList{
	font-weight:bold;
	color:red;
	padding-left:20px;
}
#add-to-cart-form div.errorList{
	padding-left:0px;
}
#myAccountContainer div.errorList{
	padding-left: 3px;
}
form .formError .errorMsg {
	display: block;
	margin-left: 110px;
}
.formError{
	color:red;
}
/* end SIAB */

/* header */
#header #logoEspot,
#header #headerEspot,
#header .right {
	float: left;
}

#header #logoEspot { /* checkout header */
	margin-top: 19px;
}

#header div.center #logoEspot { /* regular header */
	margin-top: 0;
}

/* user menu (top right) */
#header .welcome-logged-in,
#header .mini-cart-totals {
	margin-left: 733px;
	margin-top: 19px;
}

#header .welcome {
	margin-bottom: 7px;
	text-align: right;
}

#header .welcome-logged-in {
	margin-bottom: -19px;
}
#header .welcome li {
	padding: 0 5px;
	display: inline;
}
#header .welcome li a {
	text-decoration: none;
}
#header .mini-cart-totals {
	margin-top: 5px;
	z-index: 11;
}
#header .myCart {
	text-decoration: none;
	font-weight: bold;
}
#header .myCart span.qty {
	font-weight: normal;
	color: #231F20;
	text-decoration: underline;
}
#header #miniCart {
	background-image:url('../images/varsity/mini_cart_bg.png');
	background-repeat:no-repeat;
	display: none;
	font-size:12px;
	height:366px;
	position: absolute;
	text-align:center;
	top:30px;
	width:224px;
	z-index:10;
	left: 726px;
}
#header #miniCart .emptyCart {
	padding: 9px 0 0 7px;
	text-align: left;
}
#header #miniCart .emptyCart h3 {
	visibility: hidden;
}
#header #miniCart .scroll-container,
#header #miniCart .emptyCart p {
	text-align: center;
	height: 250px;
	width: 211px;
	background-color: white;
	padding-top: 20px;
	color: #7e7e7e;
	margin-top: 12px;
	margin-bottom: 20px;
	width: 210px;
}
#header #miniCart .scroll-container {
	margin-top: 40px;
	margin-left: 7.5px;
	margin-bottom: 2px;
	height: 238px;
	padding: 1px;
	text-align: left;
	width: 208px;
	overflow: auto;
}
#header #miniCart .even {
	background-color: #f0f0f0;
	display: block;
	clear: both;
}
#header #miniCart .scroll-container li.details {
	width: 100px;
	display: inline-block;
	margin: 8px 0px;
	color: black;
}
#header #miniCart .scroll-container li.details span {
	display: block;
}
#header #miniCart .scroll-container li.thumb {
	display:inline-block;
	padding-left:5px;
	padding-top:5px;
	vertical-align:top;
}
#header #miniCart .scroll-container li.thumb img {
	border:1px solid #7E7E7E;
}
#header #miniCart .miniTotals,
#header #miniCart .miniTotals li{
	background-color: #f0f0f0;
	width: 203px;
	margin-left: 7px;
	height: 42px;
	display: block;
	text-align: left;
	padding: 0;
	clear: both;
}
#header #miniCart .miniTotals {
	margin-bottom: 12px;
}
#header #miniCart .miniTotals .label {
	font-size: 18px;
	color: #231f20;
	margin-top: 10px;
	position: relative;
	top: 9px;
}
#header #miniCart .miniTotals .amount {
	font-size: 25px;
	font-weight: bold;
	float: right;
	position: relative;
	top: 3px;
	padding-right: 3px;
}
#header #miniCart .button {
	margin-left: 65px;
	margin-top: -4px;
}
li.taxCombined{
}
li.taxDetail{
	display:none;
}
#header .center {
	clear: both;
	position: relative;
	height: 90px;
	margin-top: 19px;
}
#header .menu {
	position: relative;
 	margin-left: 15px; 
	float: left;
	z-index: 400;
	width: 940.4px;
	background-image: url("../images/varsity/main_nav_bg.jpg"); 
	border-radius: 17px;
}
#header #headerBannerBottom {
	clear: both;
}

#header div.salesrep-links {
	float: left;
	margin-left: 40px;
	width: 452px;
}
#header ul.salesrep-links {
	margin-top: 20px;
}
#header ul.salesrep-links li {
	padding-right: 10px;
}
#renderDefaults a{
	color:#AAAAAA;
}
#renderDefaults a:hover{
	color:#222222;
}
#teamSessionUpdate{
	display:none;
	width:550px;
	padding:15px;
}
#teamSessionUpdate label{
	width:120px;
}
#teamSessionUpdate input{
	border: 1px solid #5FA6DB;
}
#header div.bubble, #mainarea div.bubble {
	display: inline;
	position: relative;
}
#header img.bubble, #mainarea img.bubble {
	position: absolute;
	top: -13px;
	z-index: 5;
}
#header span.bubble, #mainarea span.bubble {
	position: absolute;
	top: -13px;
	font-size: 11px;
	color: white;
	z-index: 10;
}
#mainarea img.bubble {
	left: 135px;
}
#mainarea span.bubble {
	left: 145px;
}
#header div#navDressingRoom img {
	left: 105px;
}
#header div#navDressingRoom span {
	left: 114px;
}
#header div#navCart img {
	left: 37px;
}
#header div#navCart span {
	left: 46px;
}

/* main nav dropdown */
#header ul.menu-links,
#header ol.menu-links,
#header div.menu-links  {
	display: inline;
}

#header .menu-links li {
	position: relative;
	display: inline-block;	
	background-image:url(../images/varsity/main_nav_bg.jpg);
	float: left;
}
#header .menu-links li li {
	clear: left;
	z-index: 500;
}
#header .menu-links li a {
	border-right:1px solid #749ECF;
	color: white;
	display: inline-block;
	text-decoration:none;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 12px;
	padding: 12px 12px 11px;
	height: 16px;
}
#header .menu-links li.home a,
#header .menu-links li.home-hover a {
	padding-left: 19px;	
	background-image: url('../images/varsity/main_nav_bg_left.gif');
	background-position: left top;
	background-repeat: no-repeat;
	margin-left: 0px;
}
#header .menu-links li.home-hover a {
	color: black;
	background-image: url('../images/varsity/main_nav_bg_left_hover.gif');
}

#header .menu-links li ul a,
#header .menu-links li ol a {
	text-transform: capitalize;
	border-right: none;
	padding:5px 10px;
	text-decoration: underline;
	font-weight: normal;
	height: auto;
}
#header .menu-links li ul,
#header .menu-links li ol {
	display: none;
	padding: 4px 0 10px;
}

#header .menu-links li.current a,
#header .menu-links li.hover a {
	color: black;
	background-color: #d4e3f6;
}

#header .menu-links li > ul li:hover {
    background-image: none;
    background-color: #749ECF;
    width: 100%;
}
#header .menu-links li > ul li:hover a {
    background-color: #749ECF;
    background-image: none;
}


#header .menu-links li.hover ul,
#header .menu-links li.hover ol {
	position: absolute;
	z-index: 6;
	display: inline;
	top: 39px;
	width: 120px;
	left: 0px;
	background-color: #d4e3f6;
}

/* #header .menu-links li.end,
#header .menu-links li.end-hover {
	background-image: url('../images/varsity/main_nav_bg_right.gif'); 	 
    background-repeat: no-repeat; 	 
    background-position: right;
	padding: 20px 15px 19px 0px;
} */

/* menu search box */
#header div.search-field {
	background-image:url('../images/varsity/search_bg.jpg');
	background-position:right top;
	background-repeat:no-repeat;
	height: 39px;
	position: absolute;
	right:0px; 
	width:225px;
	z-index:2;
}
#header div.search-field legend,
#header div.search-field label,
#header div.search-field button.submit span {
	display: none;
}
#header div.search-field button.submit {
	background-image: url('../images/varsity/search_btn.gif');
	background-repeat: no-repeat;
	height:32px;
	width:32px;
	position: absolute;
	right: 4px;
	top: 3px;
}
#header div.search-field input.text {
	margin: 9px 0 0 15px;
	width: 160px;
	border: none;
}
#header div.breadcrumbs {
	background-color:#FFFFFF;
	clear:both;
	color:#0E365A;
	padding:11px 20px 15px;
}
#header div.breadcrumbs li.first {
	padding-left: 0px;
}
#header div.breadcrumbs li {
	padding-left: 8px;
	text-transform: capitalize;
	display: inline;
}
#header div.breadcrumbs li a {
	background-image:url(../images/varsity/btn_arrows_gray.gif);
	background-position:right center;
	background-repeat:no-repeat;
	font-weight:bold;
	padding:0 15px 0 0;
	text-decoration: underline;
}
/* end header */

/* main area */
#mainarea.PlainContent {
	width: 968px;
	padding-bottom: 20px;
}
#mainarea.PlainContent h1 {
	display: block;
	padding-top: 10px;
	padding-left:20px;
}

#mainarea {
	width: 770px;
	padding-left: 0px;
	float:left;
}

#mainarea.no-left-nav {
	padding-bottom: 19px;
}
#mainarea.no-side-navs{
	width:100%;
}

#wrapper .TopCategoriesDisplayView {
	margin-top: 15px;
	width: 970px;
	margin-left: 0px;
	margin-bottom:-6px;
}
#wrapper .both-nav,
#wrapper .CategoryDisplayView {
	padding-bottom: 50px;
	width: 770px;
	padding-left: 10px;
}
#wrapper .CatalogSearchResultView {
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
}
#wrapper .CatalogSearchResultView .search {
	margin-top: 15px;
}
#mainarea #category-images img {
	padding-bottom: 13px;	
}
#wrapper .ProductDisplayView {
	margin-left: 0px;
}
#wrapper .ContentView .topRightCorner,
#wrapper .TopNavContentView .topRightCorner,
#wrapper .SiteMapView .topRightCorner {
	padding: 20px;
}
/* landing page */

#mainarea #StoreLandingPage {
	position: relative;
	height: 410px;
}
#mainarea #StoreLandingPage .slides img {
	display: none;
}
#mainarea #StoreLandingPage #landing-left-btn,
#mainarea #StoreLandingPage #landing-right-btn {
	position: absolute;
	z-index: 1;
	display: block;
	width: 43px;
	height: 68px;
	top: 145px;
}
#mainarea #StoreLandingPage #landing-left-btn {
	left: 0px;
	background-image: url('../images/varsity/landing_left.png');
}
#mainarea #StoreLandingPage #landing-right-btn {
	right: 0px;
	background-image: url('../images/varsity/landing_right.png');
}

/* brand list */
#mainarea #BrandList {
	position: relative;
}
#mainarea #brand-list {
	position:absolute;
	top:-68px;
}
#mainarea #brand-list li {
	padding-left: 40px;
	display: inline;
}
#mainarea #brand-list h2 {
	display: inline;
}
#mainarea #brand-list img {
	display: inline;
}
#mainarea #brand-list li.title {
	padding-left: 29px;
	position: relative;
	top: -13px;
}
#mainarea #brand-list li.title h2 {
	font-size:26px;
}

/* end main area */

/* left nav */
#leftnav {
	border: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: 172px;
	float:left;
}
#leftnav h3 span {
	background-image:url(../images/varsity/left_nav_bg_top2.gif);
	color:white;
	font-size:20px;
	min-height: 22px;
	padding-left:15px;
	padding-top:12px;
	padding-bottom:12px;
	display: block;
	background-repeat:no-repeat;
	line-height: 20px;
}
#leftnav h3 {
	background-image:url(../images/varsity/left_nav_bg_bottom2.gif);
	background-repeat:no-repeat;
	background-position: bottom center;
	display: block;
	background-color: #63a6dd;
}
#leftnav .search-facets h3 {
	font-size:15px;
}
#leftnav .search-facets h3 span {
	font-size: 15px;
}
#leftnav .catalog-links, 
#leftnav .search-facets {
	background-color:#F0F0F0;
	background-image:url(../images/varsity/left_nav_bg_bottom.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
	padding-bottom:50px;
	float: left;
	width: 172px;
}
#leftnav .menu-links li {
	font-weight: normal;
}
#leftnav ul {
	padding:10px 0 0 10px;
}
#leftnav div ul {
	border-bottom: 1px solid #5FA6DB;
}
#leftnav .menu-links {
	padding: 0 10px 50px 20px;
}
#leftnav .search-facets ul {
	margin: 0 10px;
	float: left;
}
#leftnav .search-facets ul ul{
	margin: 0;
}
#leftnav ul.removeFacetContainer {
	border: none;
}
#leftnav li {
	clear: both;
	float: left;
}
#leftnav ul li {
	padding: 2px 0px 10px 0px;
	font-size:14px;
	font-weight:bold;
}
#leftnav ul li li {
	clear: both;
	font-size:12px;
	font-weight: normal;
}
#leftnav ul li ul li {
	padding: 2px 0;
	margin-left: 4px;
}
#leftnav ul ul {
	margin: 0;
	padding-bottom: 0px;
	padding-top: 0px;
	border: none;
}
#leftnav .subcategory-links ul {
	display: none;
	margin: 0;
	padding-bottom: 0px;
	padding-top: 0px;
	border: none;
}
#leftnav .menu-links ul {
	padding-bottom: 0px;
	padding-top: 2px;
}
#leftnav li a {
	color:#231F20;
	font-size:12px;
	padding-right:12px;
}
#leftnav ul.removeFacetContainer li a {
	background-image:url(../images/varsity/btn_x.gif);
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:22px;
}
#leftnav .expander {
	float: left;
	font-weight: normal;
	font-size: 12px;
	margin-right: 5px;
	cursor: pointer;
	width: 14px;
	text-align: center;
}
/* end left nav */


/* right nav */
#rightnav {
	float:right;
	text-align:right;
	width:185px;
}
#rightnav h3.merchandisingAssoc {
	text-align:center;
	display:block;
	font-size:14px;
}
/* end right nav */

/* footer */
#footer #footerEnd {
	background: url("../images/varsity/footer_bg.gif") no-repeat;
	clear: both;
	height: 18px;
}
#footer div#footerLinks {
	float: left;
	padding: 20px 20px 10px;
	width: 930px;	
	background: #94c4e7; /* Old browsers */
	background: -moz-linear-gradient(top,  #94c4e7 0%, #62a8dc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#94c4e7), color-stop(100%,#62a8dc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #94c4e7 0%,#62a8dc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #94c4e7 0%,#62a8dc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #94c4e7 0%,#62a8dc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #94c4e7 0%,#62a8dc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94c4e7', endColorstr='#62a8dc',GradientType=0 ); /* IE6-9 */
}

#footer div.cms-links ol {
	width:579px;
}
#footer div.cms-links li,
#footer div.cms-links ol {
	float:left;
	padding-right:16px;
}
#footer div.cms-links ol ol {
	width: auto;
}
#footer div.cms-links ol,
#footer div.cms-links ol ol, 
#footer div.cms-links ol ol li {
	clear:left;
	padding:0;
}
#footer div.cms-links a,
#footer div.cms-links span.root {
	color: white;
	float: left;
}
#footer div.cms-links li a,
#footer div.cms-links li span.root {
	font-size:16px;
	text-decoration:none;
}
#footer div.cms-links li li a {
	font-size:12px;
}
#footer .right {
	position: absolute;
	top: 10px;
	right: 11px;
	width:380px;
}
#footer #copyrightEspot {
	clear: both;
	margin:auto;
	text-align: center;
	width: fit-content;
}
/* end footer */

/* Search Sidebar */
div.search-sidebar {
	float: left;
	padding-bottom: 10px;
}
div.search-sidebar div.search-field {
	background: url('../images/varsity/search_bg.jpg') 0 0 no-repeat;
	height: 39px;
	width: 225px;	
}
div.search-sidebar div.search-field button.submit {
	background: url('../images/varsity/search_btn.gif') 0 0 no-repeat;
	height: 32px;
	width: 32px;
	position: relative;
	top: 2px;
	cursor: pointer;
}

div.search-sidebar div.search-field input.find-package-item {
	background: url('../images/varsity/search_btn.gif') 0 0 no-repeat;
	height: 32px;
	width: 32px;
	position: relative;
	top: -7px;
	cursor: pointer;
	border: 0 solid transparent;
}

div.search-sidebar div.search-field input.text {
	margin-left: 15px;
	width: 160px;
	border: none;
	position: relative;
	bottom: 9px;
	margin-top:18px;
}
div.search-field .caption {
	color: #aaaaaa;
	left: 10px;
	position: relative;
}
div.search-sidebar div.filters ul span {
	cursor: pointer;
}
div.search-sidebar li {
	display: block;
	padding: 5px 0;
}
div.search-sidebar li a {
	background-image: none;
	color: #000000;
}
div.search-sidebar div.filters ul {	
	padding-left: 10px;
}
div.search-sidebar div.filters ul li ul {
	display: none;
}
div.search-sidebar div.filters ul.no-script {
	display: block;
}
div.search-sidebar div.filters a.remove {
	background: url(../images/varsity/btn_x.gif) center no-repeat;	
	padding: 10px;
	margin-left: 5px;
}

/* User Account Pages */
.bottomLeftCorner {
	background: url('../images/varsity/bottom_left.gif') 0 100% no-repeat;
}
.bottomRightCorner {
	background: url('../images/varsity/bottom_right.gif') 100% 100% no-repeat;
}
.topLeftCorner {
	background: url('../images/varsity/top_left.gif') 0 0 no-repeat;
}
.topRightCorner {
	background: url('../images/varsity/top_right.gif') 100% 0 no-repeat;
}
.topBorder {
	background: url('../images/varsity/top_mid.gif') 0 0 repeat-x;
}
.bottomBorder {
	background: url('../images/varsity/bottom_mid.gif') 0 100% repeat-x;
}
.leftBorder {
	background: url('../images/varsity/center_left.gif') 0 0 repeat-y;
	margin: 10px 0;
}
.rightBorder {
	background: url('../images/varsity/center_right.gif') 100% 0 repeat-y;
}
#mainarea #myAccountContainer {	
	height: 100%;
	width: 95%;
	padding: 20px;
	margin: 15px 0;
	overflow: hidden;
}
#mainarea #myAccountContainer p#lastLogon {
	color: #999999;
}
#myAccountContainer .profile-overridden {
	margin-left: 5px;
}
#myAccountContainer form {
	margin-top: 10px;
}
#myAccountContainer form.profile {
	clear: both;
}
#mainarea #regRequiredFields {
	margin-bottom: 1em;
}

/* Login Page */
#mainarea #loginContainer {
	height: 100%;
	margin: 10px 0;
	overflow: hidden;
	padding: 20px;	
}

#mainarea #loginContainer #loginBox {
	background: #FFFFFF;
	border: 1px solid #61A8DC;
	float: left;
	margin-right: 20px;
	padding: 10px 20px;
	width: 320px;
}

#mainarea #loginContainer #forgotPasswordBox,
#mainarea #loginContainer #timeoutBox {
	background: #FFFFFF;
	border: 1px solid #61A8DC;
	padding: 10px 60px;
	width: 700px;
}

#mainarea #loginContainer #forgotPasswordBox #resetPasswordForm {
	margin-left: 80px;
	width: 330px;
}

#mainarea #loginContainer #loginBox #logonForm input.text,
#mainarea #loginContainer #loginBox #logonForm input.password {
	max-width: 200px;
}

#mainarea #loginContainer #forgotPasswordBox #resetPasswordForm input.text {
	width: 200px;
}

#mainarea #loginContainer #loginBox #loginButton {
	margin-left: 70px;
}
#mainarea #loginContainer #forgotPasswordBox #forgotPasswordButton {
	margin-left: 146px;
}

#mainarea #loginContainer #forgotPasswordBox #login {
	margin-top: 20px;
}

/* Registration */
#mainarea #myAccountContainer #regInstructions {
	width: 740px;
	padding: 5px 0;
}

/* My Account */
div.myAccountMainNav a {
	text-transform: uppercase;
	text-decoration: none;
}
div.myAccountMainNav ul {
	margin-top: 1em;
}
div.myAccountMainNav ul li {
	margin-bottom: .5em;
}
div.myAccountMainNav ul p {
	font-style: italic;
	font-size: 11px;
	padding-bottom: 1em;
}

/* My Account Nav */
#myAccountNav {
	/*background-color: #fff;*/
	font-size: 13px;
	font-weight:bold;
	margin-bottom: 20px;
	width: 700px;
}
#myAccountNav li {
	display: block;
	float: left;
	text-align: center;
	background-image: url('../images/varsity/account_nav_bg.gif');
	padding: 6px 20px;
	border-right: 1px solid #749ECF;
}
#myAccountNav li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#myAccountNav li.first {
	padding-left: 10px;
}
#myAccountNav li.last {
	border-right: none;
	padding-right: 10px;
}
#myAccountNav li.left {
	background-image: url('../images/varsity/account_nav_bg_left.gif');
	background-repeat: no-repeat;
	background-position: right;
	border-right: none;
	padding-left: 0px;
	display: block;
	height: 16px;
}
#myAccountNav li.right {
	background-image: url('../images/varsity/account_nav_bg_right.gif');
	background-repeat: no-repeat;
	border-right: none;
	display: block;
	height: 16px;
}


/* Personal Info */
#personalInfo{
	height: 100%;
	width: 100%;	
	clear: both;
}
#userRegistrationAddFormButtonContainer,
#userRegistrationUpdateFormButtonContainer,
#addressFormButtonContainer,
#editCreditCardFormButtonContainer {
	margin-left: 108px;
	clear: both;
}
#userInfo {
	display: inline;
	float: left;
	width: 360px;
}
#additionalInfo {
	display: inline;
	float: left;
	width: 350px;
}
#additionalInfo #date {
	text-transform: uppercase;
}
#additionalInfo ul.iAm {
	width: 303px;
	margin-left: 110px;
}
#additionalInfo li.iAm {
	display: inline-block;
	float: left;
	width: 150px;
	padding: 0;
	list-style: none;
}
#additionalInfo ul.iAm label {
	float: none;
	padding-left: 5px;

}
#additionalInfo .gender {
	float: none;
	padding: 0 30px 0 5px;
}

/* Address Book & Saved Credit Cards */
#addressBookContainer div.addressDisplay,
#savedCreditCardsContainer div.savedCreditCardsEntry {
	width: 265px;
	margin: 10px 10px 10px 0;	
}
#addressBookContainer li,
#savedCreditCardsContainer li {
	display: block;
}
#addressBookContainer p, 
#savedCreditCardsContainer p {
	padding-bottom: 1em;
}
#addressBookContainer div.addressDisplay div.buttons,
#savedCreditCardsContainer div.savedCreditCardsEntry div.buttons {
	font-weight: bold;
	font-size: 11px;
	text-transform: lowercase;
}
#addressBookContainer div.addressDisplay a.deleteButton,
#savedCreditCardsContainer div.savedCreditCardsEntry a.deleteButton {
	margin-right: 3px;
	padding-right: 5px;
	border-right: 1px solid #C1C3D1;
}
div.addressFormContainer,
div.editCreditCardFormContainer {
	position: relative;
	float: right;
	background-color: #F0F0F0;
	right: 60px;
	padding: 10px;
	border: 1px solid #C1C3D1;
}
div.addressFormContainer h3, 
div.editCreditCardFormContainer h3 {
	display: block;
	color: #FFFFFF;
	border-bottom: 1px solid #5FA6DB;
	background-color: #5FA6DB;
	padding: 2px 10px;
	margin: -7px -7px 10px -7px;
}
div.savedCreditCardsEntry {
	clear: left;
	float: left;
	width: 250px;
	margin-bottom: 20px;
}

/* Order Status */

#orderStatusTable {
	width: 100%;
}
#orderStatusTable th,
#orderStatusTable td {
	text-align: left;
	padding: 5px;
}
/* End User Account Pages */

/* Wish List page */
#wishListContainer {
	padding-bottom: 1px;
}
#emailWishListContainer {
	margin: 20px;
	padding: 25px;
	clear: both;
	/*
	border-style: solid;
	border-width: 1px;
	border-color: #5fa6db;
	*/
}
#emailWishListContainer span.example {
	color: #666;
	font-style: italic;
}
#emailWishListContainer textarea {
	width: 300px;
	height: 150px;
}
#mailWishlistButton {
	margin-left: 110px;
}
#wishListAddToCart a.button {
	margin-bottom: 2px;
}
.InterestItemDisplayView #wishListButtons {
	margin: 10px;
	float: right;
}
.SharedWishListView #wishListButtons {
	margin: 10px;
	text-align: right;
}
#wishListButtons button.addToCart {
	margin-top: -2px;
}
#wishListEmptyMsg {
	margin-left: 20px;
}
#wishListSendMsg {
	margin: 1em 0;
}

/* Wish List Product List */

table.wishListProductList {
	border-collapse: collapse;
	font-size: 12px;
}
table.wishListProductList td.remove,
table.wishListProductList td.price {
	text-align: center;
}
table.wishListProductList td.button {
	width: 106px;
}
table.wishListProductList td {
	padding: 5px;
	text-align: center;
}
#itemsSection table.wishListProductList th.desc {
	padding-left: 52px;
	text-align: left;
}

/* E-mail sign in/opt out Page */
.emailSignUp,
.emailOptOut {
	margin: 10px 0;
}

/* end registration */

/* quickview */
#quick-view {
	width: 100%;
	float: left;
}
#quick-view.BODYLINERS {
	min-height: 340px;
}
#quick-view .messages {
	font-weight: bold;
}
#quick-view .success-message {
	color: green;
}
#quick-view .product-info,
#quick-view .product-display {
	float: left;
}
#quick-view .product-display {
	overflow-x: hidden;
}
#quick-view .product-display img {
	display:block;
	left:0;
	position:relative;
	top:0;
	min-height:240px;
	max-height:300px;
}
#quick-view .sizing-chart-link {
	display: none;
	cursor: pointer;
	font-size: 13px;
}
#quick-view #hide-sizing-chart-link {
	display: none;
}
#quick-view .email-a-friend p {
	display: none;
}
#quick-view .product-display,
#quick-view .product-info {
	width: 256px;
}
#quick-view .product-info {
	height: 100%;
}
#quick-view .quick-view-panel {
	float: left;
}
#quick-view .tab-contents {
	min-height: 150px;
	padding: 10px;
	margin: 0;
	overflow: hidden;
}
#quick-view .tabs li a span {
	width: 110px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 13px;
}
#quick-view .tabs li.associationtab a span {
	width: 125px;
}
#quick-view .tabs li.fittab a span {
	width: 95px;
}
#quick-view h2 {
	font-size: 22px;
	font-weight: bold;
	color: #231f20;
}
#quick-view .formError {
	display: block;
}
#quick-view #tabs {
	margin-top: 10px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}
#quick-view .leftBorder {
	margin: 0;
}
#quick-view #sizing-chart {
	display: none;
	margin-top: 10px;
	max-width: 900px;
	overflow: auto;
}
#quick-view .tab-contents, #quick-view #sizing-chart {
	max-height: 900px;
}
#quick-view label {
	font-size: 13px;
	font-weight: bold;
	width: 100px;
	margin-bottom: 5px;
}
.product-container .qty,
#quick-view .qty {
	border:1px solid #5FA6DB;
	font-size:13px;
	padding:3px;
	text-align:right;
	width:30px;
}
#quick-view .formError .qty {
	border: 1px solid red;
}
.quantity label {
	margin-top: 6px;
}
#quick-view .price {
	font-size: 20px;
	font-weight: bold;
	padding-left: 20px;
	position: relative;
	top: 2px;
	color: #231f20;
}
#quick-view fieldset {
	margin-bottom: 10px;
}
#quick-view form li {
	clear: both;
	margin: 10px 0px;
}
#quick-view form li select {
	max-width: 150px;
}
#quick-view .read-more {
	margin-left: 10px;
}
#quick-view .buttons {
	float: left;
	width: 250px;
}
#quick-view .buttons .add-to-cart-button,
#quick-view .buttons .configure-button {
	float: left;
}
#quick-view .buttons .add-to-dressing-room-button,
#quick-view .buttons .add-to-dressing-room-button-config,
#quick-view .buttons .add-to-vb-button {
	float: right;
}
#quick-view .buttons .add-to-vb-button {
	margin-top: 15px;
}
#quick-view .buttons span {
	text-align: center;
}
#quick-view .order-form li.purchase {
	display: block;
}
#quick-view .ui-widget-header {
	background: none;
	border: none;
}
#quick-view .ui-widget-content {
	background: none;
	border: none;
}
#quick-view .ui-tabs {
	padding: 0;
}
#quick-view .ui-tabs-nav {
	padding: 0;
	position: relative;
	top: 1px;
	z-index: 1;
}
#quick-view .ui-tabs-nav li {
	top: 0px;
	margin: 0;
	float: none;
	width: 108px;
	height: 20px;
	padding: 0;
	display:inline;
}
#quick-view .ui-tabs .ui-tabs-nav li a {
	padding: 0 0 0 5px;
	display: block;
}
#quick-view .ui-state-default {
	border: none;
}
#out-of-stock-items {
	display: none;
}

#quick-view .productListings li {
	display: block;
	padding-top: 5px;	
	position:relative;
}
#coordinatingStyles label{
	float:none;
	font-weight:normal;
	margin-top:15px;
	margin-bottom:0px;
	padding:0px;
}
#coordinatingStyles li{
/* for when the image is rendered	*/
	height:88px;
	border-bottom:solid 1px #87BCE2;
}
#coordinatingStyles img{
	float:left;
}	
#coordinatingStyles div{
	position:relative;
	padding-top:15px;
}
/* end quickview */

/* tabs */
.tabs li {
	z-index: 1;
	position: relative;
}
.tabs li a {
	background-image: url("../images/varsity/tabs/btn_a.gif");
	background-position: left top;
	background-repeat: no-repeat;
	padding: 6px 0px 13px 8px;
}
.tabs li a span {
	background-image: url("../images/varsity/tabs/btn_span.gif");
	background-repeat: no-repeat;
	background-position: right top;
	padding:6px 10px 13px 3px;
	color: white;
	display: inline-block;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}
.tabs li.ui-state-active a {
	background-image: url('../images/varsity/tabs/btn_active_a.gif');
}
.tabs li.ui-state-active a span {
	background-image: url('../images/varsity/tabs/btn_active_span.gif');
	color: #231f20;
}
.tabs .bottomLeftCorner {
	background: url('../images/varsity/tabs/border_bottom_left.gif') 0 100% no-repeat;
}
.tabs .bottomRightCorner {
	background: url('../images/varsity/tabs/border_bottom_right.gif') 100% 100% no-repeat;
}
.tabs .topRightCorner {
	background: url('../images/varsity/tabs/border_top_right.gif') 100% 0% no-repeat;
}
.tabs .topLeftCorner {
	background: url('../images/varsity/tabs/border_left.gif') 0 0 no-repeat;
}
.tabs .topBorder {
	background: url('../images/varsity/tabs/border_top.gif') 0 0 repeat-x;
}
.tabs .bottomBorder {
	background: url('../images/varsity/tabs/border_bottom.gif') 0 100% repeat-x;
}
.tabs .rightBorder {
	background: url('../images/varsity/tabs/border_right.gif') 100% 0 repeat-y;
}
.tabs .leftBorder {
	background: url('../images/varsity/tabs/border_left.gif') 0 0 repeat-y;
}
.tabs .tab-container {
	position: relative;
	background-color: #f2f3f4;
	top: -6px;
}
.tabs .tab-container {
	position: relative;
	background-color: #f2f3f4;
	top: -6px;
}
.tab-container .leftBorder {
	margin: 0px;
}
.tabs .tab-contents {
	padding: 10px;
	margin-right: 10px;
	overflow: auto;
}
.ui-tabs-hide {
	display: none;
}
.product-container .product-detail .tab-contents {
	height: 150px;
	padding: 14px 12px;
	overflow: none;
}
.customer-tabs {
	padding-top: 10px;
}
.customer-tabs .tab-container {
	top: -7px;
}
.product-container .product-detail .tab-container {
	top: -5px;
}
.customer-tabs ul.horizontal, .customer-tabs ul.menu-links{
	margin-bottom: 2px;
}
.customer-tabs ul.horizontal li, .customer-tabs ul.menu-links li{
	font-size:0px;
	line-height:0px;
	padding: 17px 4px 17px 0;
}
.customer-tabs ul.horizontal li{
	padding-right: 1px;
}
.customer-tabs li a.tab {
    background: url("../images/varsity/tabs/btn_a.gif") no-repeat scroll left center transparent;
    padding: 17px 0 17px 5px;
    border: 0 none;
    margin:0;
    line-height:0px;
    font-size:0px;
    vertical-align:middle;
    border-image-width: 0;
}
.customer-tabs li a.active-tab {
	background: url("../images/varsity/tabs/btn_active_a.gif") no-repeat scroll left center transparent;
    padding: 17px 0 17px 5px;
    border: 0 none;
    margin:0;
    line-height:0px;
    font-size:0px;
    vertical-align:middle;
    border-image-width: 0;
    zoom:1;
}
.customer-tabs li a.active-tab span {
	background: url("../images/varsity/tabs/btn_active_span.gif") no-repeat right center;
    color: black;
    background-position:0 right;
}
.customer-tabs li a span {
	background-repeat: no-repeat;
	background-position: right center;
	padding: 8px 20px 14px 15px;
	color: white;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border:0 none;
    border-image-width: 0;
    margin:0;
    line-height:12px;
    vertical-align:middle;
    background-position:0 right;
}
.customer-tabs a.back {
	float: right;
	margin-right: 20px;
	display: block;
}
table.customers,
table.orders,
table.packages {
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 100%;	
}
table.customers tr.even,
table.orders tr.even,
table.packages tr.even {
	background-color: #EBEBEB
}
table.customers tr.odd,
table.orders tr.odd,
table.packages tr.odd {
	background-color: #FFFFFF
}
table.customers thead,
table.orders thead, 
table.packages thead,
table.existingOrders thead,
table.cart thead {
	background: #d4e2f3; /* Old browsers */
	background: -moz-linear-gradient(top,  #ebf2f9 0%, #d4e2f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebf2f9), color-stop(100%,#d4e2f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ebf2f9 0%,#d4e2f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ebf2f9 0%,#d4e2f3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ebf2f9 0%,#d4e2f3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ebf2f9 0%,#d4e2f3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf2f9', endColorstr='#d4e2f3',GradientType=0 ); /* IE6-9 */
}
table.customers th,
table.orders th,
table.packages th {
	height: 30px;	
}
table.customers td,
table.orders td {
	vertical-align: top;
}
table.customers td, 
table.customers th,
table.orders td,
table.orders th,
table.packages td,
table.packages th,
table.existingOrders td,
table.existingOrders th {
	border: 1px solid #C2C2C2;
}

table.customers td, 
table.customers th,
table.orders td,
table.orders th,
table.packages td,
table.packages th {
	font-weight: bold;
	padding: 5px 10px;
}

table.customers th#customer {
	width: 275px;
	max-width: 275px;
}
table.orders th#customer {
	width: 131px;
	max-width: 131px;
}
table.customers th#state,
table.customers th#status,
table.orders th#status {
	width: 30px;
	max-width: 30px;
}
table.customers th#number {
	width: 55px;
}
table.customers th#city {
	width: 90px;
	max-width: 90px;
}
table.orders td.subtotal,
table.packages td.price {
	text-align: right;
}
table.orders th#action {
	width: 90px;
}
table.customers a,
table.orders a,
table.packages a {
	text-decoration: none;
}
table.orders td.select {
	text-align: center;
}
table.orders tr.disabled {
	color: #898989;
}
table.customers td.customer .loading-image span {
	left: 110px;
	top: -2px;
}
table.orders td.customer .loading-image span {
	left: 60px;
	top: -2px;
}
table.orders td.orders .loading-image span {
	left: 25px;
	top: -2px;
}
.loading-image-absabove .loading-image span {
	left: 2px;
	top: -36px;
}
/* end tabs */
#mapImageSjElement4_img {
	display: none;
}
/* product display */

.product-container {
	padding: 10px;
}
.product-container .product-detail,
.product-container .product-display {
	width: 360px;
	display: inline-block;
	vertical-align:top;
}
.product-container .product-detail {
	font-size: 13px;
	padding-left: 25px;
}
.product-container #add-to-cart-form {
	border-bottom: 1px solid #e7e7e7;
	margin: 0 0 10px 0;
	visibility: hidden;
}
.bundle-detail #add-to-cart-form{
	border:none;
	margin-bottom:0px;
}
.product-container #add-to-cart-form li label {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	width: 60px;
	display: inline-block;
}
.bundle-detail #add-to-cart-form li label{
	text-transform:none;
}
.product-container #add-to-cart-form li label.custom {
	width: 150px;
}
.product-container #add-to-cart-form fieldset {
	margin: 10px 0 0 0;
}
.bundle-detail #add-to-cart-form fieldset{
	margin-top:25px;
}
.product-container .price {
	font-size: 20px;
	font-weight: bold;
	color: #231f20;
	margin-bottom: 15px;
}
img.addlColor{
	position:absolute;
	margin-top:-9px;
}
li.addlColor, li.addlWord {
	margin: 10px 0px;
}
li text{
	margin: 5px 0px;
}
.productSwatches{
	float:left; 
	width:278px;
}
#quick-view .socialNetworkingContainer {
	margin-top: 244px;
}

.socialNetworkingContainer {
	clear: both;
	margin: 10px 0;
	height: 20px;
	text-transform: uppercase;
}
.socialNetworkingContainer h3 {
	float: left;
}
.socialNetworkingContainer div {
	display: inline;
}
.product-container .purchase .price {
	font-size: 20px;
	font-weight: bold;
	position: relative;
	top: 2px;
}
.product-container .qty {
	width: 30px;
	text-align: right;
}
.attribute-color button.selected {
	background-color: transparent;
	border: none;
}
.attribute-name {
	text-transform: lowercase;
}
.zoom-buttons, 
.image-set {
	text-align: center;
	margin: 5px 0;
}
.zoom-buttons {
	text-align: left;
}
.image-set a {
	padding: 0 4px;
}
.image-set img {
	padding: 4px;
}
.image-set .bottomLeftCorner {
	background: url('../images/varsity/image_set/thb_bot_left_gray.gif') 0 100% no-repeat;
}
.image-set .bottomRightCorner {
	background: url('../images/varsity/image_set/thb_bot_right_gray.gif') 100% 100% no-repeat;
}
.image-set .topLeftCorner {
	background: url('../images/varsity/image_set/thb_top_left_gray.gif') 0 0 no-repeat;
}
.image-set .topRightCorner {
	background: url('../images/varsity/image_set/thb_top_right_gray.gif') 100% 0 no-repeat;
}
.image-set .topBorder {
	background: url('../images/varsity/image_set/thb_top_middle_gray.gif') 0 0 repeat-x;
}
.image-set .bottomBorder {
	background: url('../images/varsity/image_set/thb_bot_middle_gray.gif') 0 100% repeat-x;
}
.image-set .leftBorder {
	background: url('../images/varsity/image_set/thb_middle_left_gray.gif') 0 0 repeat-y;
	display: inline-block;
}
.image-set .rightBorder {
	background: url('../images/varsity/image_set/thb_middle_right_gray.gif') 100% 0 repeat-y;
	display: inline-block;
}
.image-set .selected .bottomLeftCorner {
	background: url('../images/varsity/image_set/thb_bot_left_blue.gif') 0 100% no-repeat;
}
.image-set .selected .bottomRightCorner {
	background: url('../images/varsity/image_set/thb_bot_right_blue.gif') 100% 100% no-repeat;
}
.image-set .selected .topLeftCorner {
	background: url('../images/varsity/image_set/thb_top_left_blue.gif') 0 0 no-repeat;
}
.image-set .selected .topRightCorner {
	background: url('../images/varsity/image_set/thb_top_right_blue.gif') 100% 0 no-repeat;
}
.image-set .selected .topBorder {
	background: url('../images/varsity/image_set/thb_top_middle_blue.gif') 0 0 repeat-x;
}
.image-set .selected .bottomBorder {
	background: url('../images/varsity/image_set/thb_bot_middle_blue.gif') 0 100% repeat-x;
}
.image-set .selected .leftBorder {
	background: url('../images/varsity/image_set/thb_middle_left_blue.gif') 0 0 repeat-y;
}
.image-set .selected .rightBorder {
	background: url('../images/varsity/image_set/thb_middle_right_blue.gif') 100% 0 repeat-y;
}
.attribute-size button.unavailable {
	border: 1px dotted gray;
}
.attribute option.unavailable,
.attribute-size button.selected.unavailable {
	background-color: #e7e7e7;
}
.product-container button.unavailable-message,
#quick-view button.unavailable-message {
	display:none;
}
.product-container .unavailable-message span,
#quick-view .unavailable-message span {
	color: orange;
}
.product-container div.buttons {
	margin-bottom: 10px;
}

.product-container .tabs {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}
.product-container .tabs li a span {
	width: 159px;
}
.product-container #tabs {
	margin-top: 10px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}
.product-container .ui-widget-header {
	background: none;
	border: none;
}
.product-container .ui-widget-content {
	background: none;
	border: none;
}
.product-container .ui-tabs {
	padding: 0;
}
.product-container .ui-tabs .ui-tabs-nav {
	padding: 0;
}
.product-container .ui-tabs .ui-tabs-nav li {
	top: 0px;
	margin: 0;
	padding: 0;
	border: none;
}
.product-container .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	border: none;
	padding: 0;
	margin: 0;
}
.product-container .ui-tabs .ui-tabs-nav li a {
	padding: 0 0 0 5px;
	display: block;
}
.product-container .ui-state-default {
	border: none;
}
.product-container .tabs li a span {
	padding: 9px 8px 3px 8px;
}
/* end product display */

/* configurable package display */
.package-container,
.accessories-package-container {
	padding: 10px;
}
.package-container .product li {
	display: block;
}
.package-container h3 span.required {
	margin-left: 5px;
}
.package-container a.back,
.accessories-package-container a.back {
	line-height: 20px;
}
.package-header {
	display: inline-block;
	width: 100%;	
	line-height: 50px;
	text-alignt: center;
	margin-bottom: 5px;
}

.vbpackage-header {
	display: inline-block;
	width: 100%;	
}

/* .tab-contents-right .package-header {
	max-width: 640px;
} */
.package-header span {
	padding: 0 10px;
}

/* end configurable package display */

/* accessories package display */
.accessories-package-container .product .attributes {
	height: 43px;
}
.accessories-package-container .product .attributes label {
	float: left;
}
#package-contents {
	width: 290px; 
	min-height: 575px; 
	border: 1px solid #87BCE2; 
	float: left;
}
.accessory {
	border-bottom: 1px solid #87BCE2;
}
.accessory img {
	float: left;
	max-width: 70px;
}
.accessory ul {
	float: left; 
	width: 120px;
	margin: 5px 0 5px 10px;
}
.accessory .remove-from-package {
	float :right; 
	margin: 10px;
}

/* end accessories package display */

/* sizing chart */
.sizing-chart {
	font-size: 11px;
}
.bundle-detail .sizing-chart{
	padding-left:10px;
}
#sizing-chart .topRightCorner {
	padding: 20px;
}
#sizing-chart table td {
	padding: 5px 10px;
}
/* end sizing chart */

.clear{
	clear:both;
}
.clearL{
	clear:left;
}

/*shopping cart */
div.cartsell{
	text-align:center;
}
#itemsSection {
	margin-top: 10px;
}
#itemsSection table{
	/* shrink for the border */
	width: 99%;
	margin-left:4px;
}
#itemsSection th {
	padding: 5px;
}

#itemsSection table.cart th.desc {
	text-align: left;
}

table.cart th {text-align: left;}
table.cart th.category,  
table.cart th.remove  { width: 10%; }
table.cart th.desc { width: 65%; }
table.cart th.price {
	text-align: right;  
	padding-left: 0px;
	padding-right: 20px !important; 
	width: 15%; 
}
table.cart tr { margin: 0px; padding: 0px; } 

table.cart td { vertical-align: top; text-align: left; padding: 5px; margin: 0px;}
table.cart td.price { text-align: right;  padding-right: 20px;}

table.cart td.category a.button { width: 70px; }
table.cart td.category a.viewbutton { margin-bottom: 10px; }

span.total {
	font-weight:bold;
}

table.cart {
	border-collapse: collapse;
	margin-bottom: 10px;
}
table.cart td.qty input {
	background-color:white;
	text-align:right;
}

table.applied-promos {
	border-collapse: collapse;
	max-width: 450px;
	margin-top: 5px;
	margin-bottom: 2px;
}

table.applied-promos td {
	vertical-align: middle;
}

table.applied-promos td.remove {
	padding-right: 5px;
}

table.applied-promos td.remove img {
	display: block;
}

tr.formError td{
	border-bottom:none;
	text-align:center;	
}
tr.odd{
	/*background-color:#e1e2e9;*/
	border-top: 1px solid #5FA6DB
}
tr.even{
	background-color:#fff;
	border-top: 1px solid #5FA6DB
}
tr.newOrderItem, tr.newCategory {
	border-top: 1px solid #5FA6DB;
}
td.desc div.prodThumb{
	float:left;
	border:none;
}
td.desc div.prodThumb img{
	display: block;
	margin-right: 15px;
}
td.desc div.item{
	float:left;
	text-align: left;
}
td.desc div.accessory-component{
	height: 80px;
}
#orderTotals{
	width: 270px;
	float: right;
	margin-bottom: 10px;
	margin-right:5px;
}
#orderTotals ul{
	clear: both;
	margin-right:25px;
}
#orderTotals li {
	clear: both;
	text-align: right;
}

#orderTotals span.label,
#orderTotals span.totalLabel{
	display:block;
	float:left;
	width: 150px;
	text-align:right;
}
#orderTotals span.amount,
#orderTotals span.discount,
#orderTotals span.totalAmount{
	float:right;
}
#orderTotals span.totalLabel,
#orderTotals span.totalAmount {
	font-weight: bold;
	font-size: 14px;
}

#orderTotals li.total {
	margin-top: 10px;
}
#checkoutSecure{
	float:right;
}
div.checkoutButtonContainer {
	float: right;
	margin-bottom: 12px;
	margin-top: 12px;
	margin-right:15px;
}
div.checkoutButtonContainer div.backToPrevious {
	float:left;
	margin-bottom: 12px;
	margin-right:20px;
}
.precart_promo {
	margin-top: 20px;
	margin-left:10px;
	float:left;
}

#PromotionCodeForm fieldset {
	height: 30px;
	line-height: 24px;
	padding-right: 5px;
	float: left;
}
#continueShopping{
	margin-top: 15px;
	margin-left:5px; 
	position: relative; 
	float: left;
	clear:left;
}
ul.descriptiveAttr li{
 	margin:0px;
 	display:block;
}
.top.show-delete-selected{
    left: 20px;
    position: relative;
    margin-bottom: 10px;
    display: block;
}
.bottom.show-delete-selected{
    left: 20px;
    position: relative;
    top: 27px;
}
#select_all{
   clear: both;
   margin-left: 20px;
}
/* cart customer favorites */

 #customerFavorites{
 	border:solid 1px #5fa6db;
 	border-collapse:collapse;
 	margin-top:8px;
 }
#customerFavorites div.header{
 	color:#993300;
 	background-color:#5FA6DB;
 	width:100%;
 }
 div.header span{
	color: #231F20;
	font-size:12px;
	font-weight:bold;
}
#customerFavorites ul{
 	width:100%;
	border-collapse:collapse;
 }
 #customerFavorites li{
 	overflow:hidden;
 	float:left;
 	text-align:center;
 	width:175px;
	margin-bottom:5px;
 }
#customerFavorites span.description{
	display:block;
	border:0px;
	width:90%;
} 
#customerFavorites div.addToCart{
	margin-left:30px;
}
 
/* cart specials available */
#specialsAvailable{
 	border:solid 1px #5fa6db;
 	width:460px;
 	border-collapse: collapse;
 }
#specialsAvailable div.header{
 	width:100%;
 	margin-bottom:3px;
 	background-color: #5FA6DB;
 }
#customerFavorites div.header span, 
#specialsAvailable div.header span{
 	color:#231f20;
 	font-size:12px;
 	padding-left:11px;
 	font-weight:bold;
}
#specialsAvailable h3{
 	font-size:11px;
 	font-family:Arial,Helvetica,sans-serif;
} 
#specialsAvailable div.product{
	padding-bottom:5px;
	border-bottom:1px solid #5fa6db;
 	border-collapse: collapse;
	text-align:left;
}
#specialsAvailable div.product .viewMoreLink{
 	float:left;
 	width:50px;
	text-decoration: underline;
	margin-top:5px;
}
#specialsAvailable div.product .prodinfo{
	padding-left:5px;
	float:left;
	margin-right:10px;
	width:190px;
	margin-top:5px;
}
#specialsAvailable div.product .price{
	padding-right:10px;
	float:left;
	width:50px;
	text-align:right;
	margin-top:5px;
}
#specialsAvailable div.addToCart{
	float:right;
	margin: 0px 15px 0px 0px;
}

/* checkout breadcrumbs */
#checkoutBreadCrumb {
	position: absolute;
	top: 13px;
	left: 212px;
	font-size: 14px;
	width: 750px;
}

#checkoutBreadCrumb ol {
	padding: 0;
}

#checkoutBreadCrumb li {
	display: block;
	float: left;
	width: 170px;
	text-align: center;
	color: #999;
}

#checkoutBreadCrumb li a {
	color: #336aa0;
	display: block;
	text-decoration: none;
}

#checkoutBreadCrumb li a:hover {
	background-color: #E1E2E9;
}

#checkoutBreadCrumb li.active {
	background-color: #fff;
	color: #0e365a;
}

#checkoutBreadCrumb li span.count {
	font-size: 28px;
	font-weight: bold;
	display: block;
	text-align: center;
}

#checkoutBreadCrumb li a span.title {
	text-decoration: underline;
}


/*OrderAddress page*/
#orderAddressContainer, 
#orderShipModeContainer, 
#orderPaymentContainer,
#orderSummaryContainer,
#quoteAddOmsItemContainer {
	padding-top: 20px;
}

#orderAddressContainer h1, 
#orderShipModeContainer h1, 
#orderPaymentContainer h1,
#orderSummaryContainer h1
{
	padding-left:20px;
}

#orderPaymentContainer .orderProcessedMsg {
	padding-left: 20px;
}

#orderAddressContainer ol{
	padding: 0em;
	margin: 0em;
}
#orderAddressContainer li{
	list-style-type:none;
}

#sameAsBillingContainer {
	padding: 1px;
	float: left;
	clear: both;
	margin-left: 410px;
	margin-bottom: 10px;
}

#sameAsBillingContainer label {
	font-weight: bold;
	padding-top: 3px;
	display: block;
	float: left;
}

#sameAsBillingContainer div.checkbox {
	padding: 5px;
	background-color: #fff;
	float: left;
	margin-right: 5px;
}

#sameAsBillingContainer div.checkbox input {
	float: left;
}

#shippingAddr,
#omsItem {
	clear: left;
	margin-top: 10px;
}
div.checkoutAddress{
	width:330px;
	margin-left: 20px;
	float:left;
}

div.checkoutAddress h3 {
	margin-left: 110px;
	margin-bottom: 10px;
}
#billingSection {
	float:left;
	width:335px;
}
#billingSection div.checkbox input {
	float: left;
}
#billingSection div.checkbox label {
	width: 300px;
}
#billingSection #additionalInfo {
	margin-left:20px;
	margin-top: 10px;
}
#billingSection #additionalInfo li.iAm{
	width:105px;
}
/*orderShipMode page */
div.orderAddrSection, div.shipModeSelection{
	padding-top:20px;
}

div.orderAddrSection div.addressDisplay {
	margin-left: 30px;
}
div.addressDisplay li{
	display:block;
}
div.shipModeSelection input{
	float:left;
}
div.shipModeSelection li{
	width:350px;
	clear:both;
	padding:5px 30px;
}
div.shipModeSelection li label{
	width:300px;
	margin-left:5px;
}
div.shipModeArea {
	float: left;
	margin-left: 20px;
}
div.shipModeEspots{
	float:left;
}
div.orderAddrSection, div.shipModeSelection{
	padding-top:20px;
}
/* orderPayment */
#paymentMethodForm{
	padding:16px 0 0 10px;
}
#paymentMethodForm #giftCardList li {
	display: block;
}
#paymentMethodForm #balanceRemaining {
	margin: 10px 0 10px 0;
}
#paymentMethodForm #balanceRemaining span {
	font-weight: bold;
}
#paymentMethodForm #giftCardApply {
	margin-top: -5px;
}
div#giftCardDiv,
div#creditCardDiv {
	margin-left: 5px;
}
div.paymentFormSection{
	float:left;
	width:400px;
	margin-top:5px;
}
div.orderSummaryInfo{
	padding:20px 0 0;
	float:left;
	width:260px;
}
div.orderSummaryArea div.orderSummaryInfo {
	width: 219px;
	padding:10px;
}

div.orderSummaryArea div.orderSummaryInfo div.addressDisplay {
	width: auto;
}

div.orderSummaryInfo ul.shipModeDisplay {
	clear: left;
	padding-top: 10px;
	font-weight: bold;
}

div.orderSummaryInfo ul.trackingNumbersDisplay {
	padding-top: 10px;
}
	
div.orderSummaryInfo ul.trackingNumbersDisplay li.title {
	font-weight: bold;
}

div.orderSummaryInfo ul.trackingNumbersDisplay li.numbers {
	margin:0 0 0 10px;
	padding:0;
}

li.savecc input {
	float:left;
	margin: 0;
}
li.savecc label{
	margin-left:5px;
	width:370px;
}
.loading-message {
	display: none;
}
.loading-image {
	position: relative;
	width: 32px;
}
.loading-image span {
	background: url("../images/varsity/ajax-loader.gif") no-repeat scroll center center transparent;
	position: absolute;
	height: 32px;
	width: inherit;
	top: 0px;	
	left: 0px;
}
.pagination .loading-image {
	display: inline-block;
}
.pagination .loading-image span,
.customer-details .loading-image span {
	top: -20px;
}
.customer-details .loading-image {
	display: inline-block;
	left: 60px;
}
.loading-image-sm.quotes-spinner {
	display: inline;
	position: relative;
	width: 16px;
	margin-left: 0px;
}
.loading-image-sm {
	display: inline;
	position: relative;
	width: 16px;
	margin-left: 5px;
}
.loading-image-sm span {
	background: url("../images/varsity/ajax-loader-sm.gif") no-repeat scroll center center transparent;
	position: absolute;
	height: 16px;
	width: inherit;
	top: 0px;
	left: 0px;
}
button .loading-image-sm {
	display: inline;
	float: right;
	top: 0.3em;
}
#sitemapContainer li {
	font-weight: bold;
	float: left;
	margin-right: 10px;
}

#sitemapContainer li li {
	font-weight: normal;
	float: none;
	display: block;
}

#sitemapContainer li li li {
	margin-left: 10px;
}

.jquery-slides .control-panel {
	display: none;
}

.EmailSignup .email-signup-box {
	text-align: center;
}
.EmailSignup .email-signup-box .marketing-text {
	display: none;
}
.product-container .bundle-detail{
	width:550px;
}
.bundleAttributes {
	padding: 15px 0px; 
	float: left;
}

.bundleSeparator {

	padding:8px 0px;
}

.bundleSeparator div.bundleDivider{
	clear:both;
	border-bottom:1px solid #5FA6DB;
	border-top: 4px solid #E7E7E7;
	margin:8px 0px;
	height:0px;
}

.bundleQuickViewButton {
	width: 100px;
	height: 28px;
}

.bundleCheckboxContainer {
	float: right;
	display: inline;
	width: 95px;
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.bundleImageContainer {
	float: left; display: inline; width: 74px !important;
	padding-right:43px;
	padding: 0px 35px 0px 10px;
}

.bundleAttribsContainer {
	float: left; width: 265px; display: inline;
	width:405px;
}
.bundleAttribsContainer label{
	width:80px;
	text-transform:none;
}
.bundleQtyContainer {
	float: left;
}

.bundleAttributes li {
	width: 405px;
}

.bundleCheckboxErrorMessageContainer {
	border: 1px solid red;
	background-color: white; 
	color: red; 
	text-align: center; 
	width: 320px; 
	position: absolute; 
	z-index: 200;
	padding: 3px 0px 3px 0px;
	display: none;
}

.bundleNoItemsErrorMessageContainer {
	border: 1px solid red;
	background-color: white; 
	color: red; 
	text-align: center; 
	width: 340px; 
	padding: 3px 0px 3px 0px;
	display: none;
}

.bundleAttributes .quantity .price {
	padding-left: 5px !important;
	font-size: 14px;
}
div.BundleDisplay .tabs{
	display:none;
}
div.BundleDisplay div.buttons{
	float:right;
}

/* Customer Display */
div.customer-search-results,
div.package-search-results {
	float: left;
	max-width: 710px;
}
div.customer-details,
div.order-details,
div.sales-flyer-details {
	float: left;
	border: 1px solid #61A8DC;
	padding: 10px;
	margin-bottom: 5px;
	width: 690px;
}
div.order-details {
	float: left;
	border: 1px solid #61A8DC;
	padding: 10px;
	margin-bottom: 5px;
	width: 920px;
}
div.order-details img{
	width:49%;
}
tr.order-line-details{
	background-color:#cbe6ef;
}
tr.order-line-details .rollover-link span {
	font-size: 12px;
}
div.customer-details h2, 
div.customer-details h3,
div.order-details h2, 
div.customer-details h3,
div.sales-flyer-details h2,
div.sales-flyer-details h3,
div.vision-board-details h2,
div.vision-board-details h3,
div.teamshop-details h2,
div.teamshop-details h3 {
	color: #5FA6DB;
}
#vision-board-form .tab-contents-left,
#vision-board-form .tab-contents-right {
	float: left;
}
#vision-board-form .tab-contents-left {
	padding-left: 10px;
	width: 334px;
}
#vision-board-form .tab-contents-right {
	padding-left: 10px;
	width: 566px;
}
#vision-board-form .aditional-products-group
, #vision-board-form .additional-products-summary
, #render-board{
	margin:15px 5px;
	padding: 4px 10px;
	background-color:#F4F4F4;
    -webkit-box-shadow: -2px 3px 3px 3px #CCC;
       -moz-box-shadow:  -2px 3px 3px 3px #CCC;
            box-shadow:  -2px 3px 3px 3px #CCC;
}
#vision-board-form .aditional-products-group .item-grid-element
{
	background-color:white;
   -webkit-box-shadow: -2px 3px 3px 3px #CCC;
      -moz-box-shadow:  -2px 3px 3px 3px #CCC;
           box-shadow:  -2px 3px 3px 3px #CCC;

}
#vision-board-form #vb-ext-products-surcharges, #vision-board-form .vb-ext-products-group-surcharges{
		float:right;
		padding:5px 10px;
}
#vision-board-form #vb-total-surcharge
,#vision-board-form .vb-group-surcharge{
	margin-bottom:5px;
}
#vision-board-form #vb-total-surcharge input, #vision-board-form .vb-group-surcharge input{
	max-width:72px
}
#vision-board-form .message-preview{
	margin-bottom:8px;
}
#vision-board-form .tab-contents-left h2 {
	display: block;
	margin: 10px 0 15px 0;
}
#vision-board-form .tab-contents-left label {
	text-align: right;
	margin-right: 10px;
}
#vision-board-form .tab-contents-left input {
	width: 166px;
	margin: 0 2px;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box; 
	box-sizing:border-box;
}
#vision-board-form .tab-contents-left input.button {
	width: auto;
}
#vision-board-form .tab-contents-left select {
	width: 166px;
	margin: 0 2px;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box; 
	box-sizing:border-box;
}
#vision-board-form .tab-contents-left li {
	clear: both;
}
#vision-board-form .messages {
	margin: 15px 0;
}
#vision-board-form .input-break {
	margin-top: 15px;
}
#vision-board-form .export-board {
	margin: 10px 0;
}
#vision-board-form .export-board a {
	text-decoration: none;
	margin-left: 10px;
	display: inline-block;
	color: black;
}
#vision-board-form .as-shown-in {
	margin-top: 20px;
}
#vision-board-form .export-board .fa {
	vertical-align: middle;
	font-size: 3em;
}
#vision-board-form .template-title {
	margin: 10px 0;
}
#vision-board-form .template-title .template-name {
	font-weight: bold;
}
#vision-board-form img.vision-board-img {
	width: 60%;
}
#vision-board-form .additional-products {
	margin: 8px 0 16px;
}
#vision-board-form .additional-products-title {
	display: inline-block;
	margin: 5px 0 5px 5px;
	width: 350px;
}
#vision-board-form .additional-products-add {

	margin-bottom:2px;
}
#vision-board-form .additional-products-header {
	display:flex;
	justify-content: space-between;
	align-items:center;
}
#vision-board-form .addition-products-buttons {
	display: flex;
	flex-direction: column;
	justify-items: flex-end;
	margin: 5px 5px 0 0;
}
#vision-board-form .additional-products-text {
	margin-left: 10px;
}
.item-grid.vis-group-sortable-container.droppable .control, .item-grid.vis-group-sortable-container.droppable .show-details {
	background: none;
}
.item-grid.vis-group-sortable-container.droppable li.product.outfit ul {
	display: none;
}
#vision-board-form .item-grid {
	display: inline-block;
	display: flex;
	padding-bottom:20px;
	flex-wrap:wrap;
	min-width:100%;
	min-height:20px;
}
#vision-board-form .item-grid-element {
	border: 1px solid gray;
	float: left;	
	margin: 8px;
}
#vision-board-form .item-grid-height {
	height: 260px;
}
#vision-board-form .item-grid-element .item-image,
#vision-board-form .item-grid-element .product-thumb{
	width: 70px;
	height:unset;
	margin: 15px 20px 0 20px;
}
#vision-board-form .item-grid-element .remove-item {
	background-image: none;
	position: absolute;
}
#vision-board-form .item-grid-element label {
	float: none;
	width: auto;
}
#vision-board-form .item-grid-element .show-details-container {
	font-size: 0.9em;
	padding-left: 10px;
	margin-bottom: 5px;
}
#vision-board-form .item-grid-element a.show-details{
	background-image: none;
}
#vision-board-form .item-grid-element a.configure {
	background-image: none;
}
#vision-board-form .vision-board-selectable-helper{
	width:10px;
	height:40px;
	max-width:10px;
	max-height:40px;
	border:1px solid gray;
	background-color:white;
}
img.vision-board-img {
	width: 512px;
}
#unsaved-changes,
#unsaved-changes-quote {
	display: none;
	color: red;
}
div.quoteDisclaimer {
	text-align:center;
}
div.customer-details a.button { 
	padding: 5px 10px;
	width: 145px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #e9f1f8 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9f1f8), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e9f1f8 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e9f1f8 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e9f1f8 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e9f1f8 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f1f8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
div.customer-details div.profile {
	display: inline-block;
}
div.team {
	border-bottom: 1px solid #61A8DC;
	padding: 5px 0;
}
div.team-info div {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
#school div.addressDisplay {
	display: inline-block;
	padding: 10px;
	width: 319px;
}
#school span.status {
	color: #57CC28;
	margin-left: 20px;
}
div.team span.team-type {
	color: #61A8DC;
	margin: 0 10px;
}
div.team-info div.contacts {
	display: block;
	padding-bottom: 10px;
}
div.contacts table.contacts td {
	padding: 0 5px; 
}
.ajax-container,
.controls,
.add-to-package-controls,
.copy-controls {
	display: none;
}
div.order-details li label, 
.controls li label,
.all-controls li label {
	float: none;
} 
div.orderOptions {
	float: right;
	text-align: right;
}
div.orderOptions .loading-image {
	left: 85px;
}
div.select {
	padding: 10px 0;
}
div.select span {
	padding-right: 4px;
}
.dressing-room .tab-contents-left {
	float: left;
	margin-right: 10px;
	width: 300px;
}
.dressing-room .mannequin img,
.package-container .mannequin img {
	display: none;
}
.mannequin-area {
	float: left;
	margin: 0 10px 10px 0;	
}
.mannequin-area .button {
	padding: 4px 7px;
}
.mannequin{
	background: #FFFFFF;
	}
.configurator .tooling fieldset, .configurator .tooling .personalizations,
.configurator .tooling .itemspecifications, .configurator .tooling .personalizationspecifications {
	/* Start gradient genned at www.colorzilla.com/gradient-editor */
	background: #FFFFFF; /* Old browsers */
	background: -moz-linear-gradient(top, #eaf2f8 0%, #ffffff 75%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaf2f8), color-stop(75%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eaf2f8 0%,#ffffff 75%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eaf2f8 0%,#ffffff 75%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eaf2f8 0%,#ffffff 75%); /* IE10+ */
	background: linear-gradient(top, #eaf2f8 0%,#ffffff 75%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf2f8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	/* End gradient */
}
.mannequin-gray {
	/* Start gradient genned at www.colorzilla.com/gradient-editor */
	background: #aaaaaa; /* Old browsers */
	background: -moz-linear-gradient(top,  #aaaaaa 1%, #cecece 75%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#aaaaaa), color-stop(75%,#cecece)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #aaaaaa 1%,#cecece 75%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #aaaaaa 1%,#cecece 75%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #aaaaaa 1%,#cecece 75%); /* IE10+ */
	background: linear-gradient(to bottom,  #aaaaaa 1%,#cecece 75%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#cecece',GradientType=0 ); /* IE6-9 */

	/* End gradient */	
}
.mannequin {
	border: 1px solid #87BCE2;
	height: 575px;
	width: 275px;
	padding-left: 15px;
}
.mannequin img {
	position: absolute;
}
.mannequin .overlay {
	padding: 0px;
	background-color: white; 
	z-index: 999; 
	opacity: 0.5; 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
	filter: alpha(opacity=50);
}
.mannequin-controls {
	margin: 10px 0px;
	text-align: center;
}
.mannequin-controls .view-controls, .mannequin-controls .toggle-controls{
	margin-bottom: 5px;	
}
.mannequin-controls .zoom-controls {
	margin-bottom: 10px;
}
.mannequin-controls .zoom {
	background: url('../images/varsity/s7/zoom_in.gif') no-repeat scroll left center transparent;
	color: #000000;
	display: none;
	text-decoration: none;	
	padding: 1px 0 1px 20px;
}
#change-mannequin-background {
	display:block;
}
#change-mannequin-background a{
	display:block;
	position:relative;
}
#change-mannequin-background a span{
	border:2px solid #000000;
	border-left:none;
	width:13px;
	height:13px;
	display:block;
	float:right;
}
#change-mannequin-background a span.bck2{
	border-left:2px solid #000000;
	background-color:#daedf3;
}
#change-mannequin-background a span.bck1{
	margin-right:2px;
	background-color:#595959;
}
.complete-the-look {
	display: none;
	margin-left: 2px;
	width: 100%;
}
.complete-the-look div{
	background-color: #FFFFFF;
	border: 1px solid #87BCE2;
	height:90px;
	width: 90px;
	margin:4px 2px 0px;
	overflow:hidden;
	align-content:center;
}
.tab-contents .compare-selected,
.tab-contents .create-vision-board {
	display: none;
}
.tab-contents #create-reminder {
	display: none;
}
.tab-contents .header {
	padding: 15px 0;
}
.tab-contents .header-buttons {
	float: right;
}
.tab-contents-right #compare-error-message {
	color: red;
	font-weight: bold;
}
.tab-contents-right .accordion {
	float: left;
	margin-bottom: 5px;
	max-width: 640px;
}

.accordion .product {
	display: inline-block;
	padding: 5px;
	width: 130px;
	border: 1px solid transparent;
	position: relative;
}

.accordion .package-product {
	display: inline-block;
	padding: 5px;
	border: 1px solid #61A8DC;
	position: relative;
	width: 97%;
}

.accordion .product span.is-new {
	display:none;
	position: absolute;
	top:0;
	left:0;
}
.accordion .product.new-product span.is-new {
	display:block !important;
}
.accordion .package-item-selection {
	border:1px solid red;
}
.accordion .selected {
	border: 1px solid #61A8DC;
}
.accordion .product label {
	float: right;
	width: auto;
}
.accordion .product img {
	max-width: 130px;	
}
.accordion .accessories-packages .product img {
	height: 100px;
}
.accordion .accessories-packages .product img.package-available {
	height: auto;
	display: none;
}
.accordion .product li.price {
	text-align: center;
}
.accordion .product .checkbox {
	float: right;
}
.accordion .product a {
	background: none;
	padding: 0px;
}
.accordion .product .invalid {
	color: red;
}
.accordion .loading-image-sm {
	display: inline-block;
	height: 16px;
}
.accordion a.control {
	background: none;
	padding: 0px;
}
.accordion.collapsed > div {
	display: none;
}
.accordion img.package-available,
.accordion img.youth-available,
.accordion .accessories-packages .product img.youth-available {
	height: 14px;
	vertical-align: bottom;
}
.accessories-packages.ui-draggable-dragging .product img {
	display: block;
}
.accessories-packages.ui-draggable-dragging .product > ul {
	display: none;
	height: 0px;
	width: 0px;
}
.controls {
	border-bottom: 1px solid #61A8DC;
	margin-bottom: 5px;	
}
.controls .button,
.all-controls .button {
	margin-bottom: 5px;
}
.edit-package {
	display: none;
	margin-left: 2px;
}
.all-controls .edit-package {
	margin-top: 0px;
}
.retailPrice{
	text-decoration: line-through;
}
div.checkoutHeader h1{
	background:url("../images/varsity/cart_icon_lg.gif") no-repeat scroll left top transparent;
	padding-right: 10px;
	padding-left:42px;
}
div.checkoutHeader span {padding-left:30px;}

.shopcartheader form {float: left;}
.shopcartheader a.button {float: right;}
.shopcartheader a.orderHistoryBtn {margin-right: 10px;}
div.shopcartheader {margin: 0px; padding-bottom: 0px !important;}
.shopcartfooter {margin: 0px; padding: 0 20px;}
.shopcartfooter a.button {float: right;}
.catagoryRow .categoryHeader h3 { color: black; }
.catagoryRow .emptyCategory  h3 { color: red; }
.productName { color: #61A8DC; }
.hidden { display: none; }

table.existingOrders th,
table.existingOrders td {
	padding: 3px;
} 

table.existingOrders {width: 100%; margin: 5px 0px;}
table.existingOrders td.middle,
table.existingOrders th.middle {width: 50%; text-align: left;}
table.existingOrders td.end,
table.existingOrders th.end {width: 25%; text-align: center;}

#existingOrderAddForm {width: 300px; }
button.existingOrderAddBtn {float: right; padding: 5px 10px;}

#emailDesign, #email-event-template {
	display: none;
	padding: 15px;
}
#emailDesign .template {
	display: none;
}
#emailDesign input, 
#emailDesign select,
#email-flyer input, 
#email-flyer select,
#email-event-template input,
#email-event-template.select,
textarea {
	border: 1px solid #5FA6DB;
	width: 268px;
}
#emailDesign textarea,
#email-flyer textarea,
#email-event-template textarea,
form.profile textarea {
	height: 200px;
}
#emailDesign #message,
#email-flyer #message,
#email-event-template #message {
	margin-top: 5px;
}
#emailDesign .errors,
#email-flyer .errors,
#email-event-template .errors {
	display: none;
	color: red;
	font-weight: bold;
}
#emailDesign .required {
	color: red;
	font-size: 10px;
	vertical-align: super;
}
#emailDesign .required-msg {
	margin: 5px 0 15px 0;
}
#emailDesign ul.column,
#email-flyer ul.column {
	float: left;
	width: 300px;
}
#emailDesign select.accessories {
	width: 270px; 
}
#emailDesign .checkbox {
	width: auto;
	border: none;
}
#emailDesign img.accessory-preview {
	position: absolute;
	bottom: 223px;
	left: 163px;
	width: 150px;
	border: 1px solid #5FA6DB;
	background-color: white;
	z-index: 99999;
}
#emailDesign img.customLogo-preview {
	position: absolute;
	bottom: 223px;
	left: 163px;
	width: 150px;
	border: 1px solid #5FA6DB;
	background-color: white;
	z-index: 99999;
}
div.configuration-images img {
	position: absolute;
}
div.configuration-images div.large {
	width: 514px;
	height: 773px;
}
#colorbox  .config-product-image {
	width: 260px;
	height: 400px;
}
.totalPrice {
	text-align: right; font-weight: bold;
}
.sales-flyers {
	display: inline-block;
	margin: 5px 0;
	border-top: 1px solid #C2C2C2;
}
.vision-boards-create {
	padding: 10px 0;
}
.vision-boards-create .button {
	margin: 10px 0;
}
.vision-boards {
	padding: 10px 0;
	border-top: 1px solid #C2C2C2;
}
.vision-boards h2 {
	display: block;
	margin-bottom: 10px;
}
.vision-boards li,
.vision-board-template {
	display: inline-block;
	margin: 5px;
	text-align: center;
	vertical-align: top;
}
.sales-flyers li ul li,
.vision-boards li ul li {
	width: 175px;
	display: inline-block;
	float: left;
	padding: 5px;	
	border-left: 1px solid #C2C2C2;
	border-bottom: 1px solid #C2C2C2;
}
.vision-boards li ul li {
	width: 220px;
}
.sales-flyers li ul li.last,
.vision-boards li ul li.last {
	border-right: 1px solid #C2C2C2;
}
.sales-flyers li a,
.vision-boards li a,
.vision-board-templates li a {
	background: none;
	padding: 0;
}
.sales-flyers img {
	width: 175px;
}
.vision-boards img.vision-board-img,
.vision-board-templates img.vision-board-img {
	width: 220px;
	height: 124px;
}
.sales-flyers .button,
.vision-boards .button {
	font-weight: bold;
}
.vision-boards .board-actions {
	margin: 10px 0;
}
.vision-boards .board-action {
	display: inline-block;
	margin: 0 5px;
}
.vision-boards .board-action img {
	height: 22px;
}
.vision-boards .board-action a {
	color: black;
}
.vision-boards .board-action .fa {
	font-size: 2em;
}
.page-number {
	padding: 10px 10px 0 10px;
	text-align: right;
}
#as-shown-in-catalog, .ext-wish-lists .ext-wish-list-content {
	padding: 10px;
}
#as-shown-in-catalog h2, .ext-wish-lists .ext-wish-list-content h2 {
	display: block;
	margin: 10px;
}
.ext-wish-lists .ext-wish-list-button-container {
	margin-bottom:10px;
}
#as-shown-in-catalog .product, .ext-wish-lists .ext-wish-list-content .product {
	float: left;
	width: 175px;
}
#as-shown-in-catalog .product .image,
 .ext-wish-lists .ext-wish-list-content .product .image{
	height: 265px;
}
#as-shown-in-catalog .product .preview-colors span, .ext-wish-lists .ext-wish-list-content .product span{
	font-weight:bold;
}
#as-shown-in-catalog .product a, .ext-wish-lists .ext-wish-list-content .product a {
	background: none;
	display: block;
	padding: 0 0 4px 5px;
}
#as-shown-in-catalog .product .button, .ext-wish-lists .ext-wish-list-content .product .button {
	width: 150px;
}
.ext-wish-lists .ext-wish-list-content .ext-wish-list{
	position:relative;
	padding-top:40px;
}
.ext-wish-lists .ext-wish-list-content .ext-wish-list:first-of-type {
	padding-top:10px;
}
.ext-wish-lists .ext-wish-list-content .ext-wish-list:not(:first-of-type):before{
	content: " ";
	position: absolute;
	top:14px;
	right:-15px;
	left:-5px;
	height:5px;
	border: solid #d4e2f3;
	border-width: 2px 0;
	background: #ecf2f8;
	text-align: center;
}
#as-shown-in-catalog-details fieldset {
	border: 1px solid #5FA6DB;
	margin: 2px;
	padding: 4.2px 9px 7.5px 9px;
}
#as-shown-in-catalog-details .column {
	float: left;
	margin-right: 10px;
}
#as-shown-in-catalog-details select {
	width: 133px;
}
#as-shown-in-catalog-details select.accessories {
	width: 250px;
}
#as-shown-in-catalog-details img.accessory-preview {
	position: absolute;	
	left: 125px;
	width: 150px;
	border: 1px solid #5FA6DB;
	background-color: white;
	z-index: 99999;
}
#order-form-title {
	width: 100%;
}
#email-order-form .priceOverrideInput input{
	width:100px;
}
#email-order-form .priceOverrideInput input{
	width:100px;
}
#email-order-form .orderFormDesc{
	width:180px;
}

#email-order-form fieldset {
	border-top: 1px solid #5FA6DB;
	margin-top: 5px;
	padding-top: 5px;
}
#email-order-form .last {
	border-bottom: 1px solid #5FA6DB;
	margin-bottom: 10px;
}
#email-order-form fieldset img {
	margin-right: 10px;
}
#email-order-form ul li label {
	float: none;
	width: auto;
}
#events {
	border-top: 1px solid #87BCE2;
	border-left: 1px solid #87BCE2;
	border-right: 1px solid #87BCE2;
	width: 275px;
	margin-right: 15px;
	float: left;
}
.event {
	border-bottom: 1px solid #87BCE2;
	padding: 5px;
}
.event .header {
	height: 20px;
}
.event .image {
	display: none;
}
.event .image img {
	max-width: 50px;
}
.event select {
	width: 100%;
}
.event-template li a {
	padding: 0px;
}
.event-template .tab-contents {
	overflow: inherit;
}
.event-template .tab-contents-right .accordion {
	max-width: auto;
	border-top: 1px solid #87BCE2;
	border-left: 1px solid #87BCE2;
}
.event-template .product {
	border-right: 1px solid #87BCE2;
	border-bottom: 1px solid #87BCE2;
	margin-bottom: 0px;
	width: 100px;
}
.event-template img.accessory-preview {
	position: absolute;	
	left: -140px;
	width: 150px;
	border: 1px solid #5FA6DB;
	background-color: white;
	z-index: 99999;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#cboxLoadedContent .frontLargeImg,
#cboxLoadedContent .backLargeImg{
	width:520px;
	height:1100px; 
	position:relative;
	float:left
}
.fixedTop {  
        position: fixed;
        top:0px;   
        z-index:100;
}
.edit-asicoutfit-mode .asicoutfit-mode-hidden{
	display:none !important;
}
#product-list a.control{
	display:block;
	border:dashed white 1px;
}
#product-list a.highlighted{
	display:block;
	border:dashed #87BCE2 1px;
}
.tab-contents-right #product-list ul.sortable {
    position: relative;
    display: block;
    max-height: 640px;
    overflow: auto;
    width: 103%;
}
#selectedItemsMsg{
	border:dashed #87BCE2 1px;
	padding:5px;
}
#convertStyleGuideBlock{
	margin-bottom:5px;
	padding:10px;
}
#convertStyleGuideBlock div{
	padding: 10px 0px 10px 0px;
}
#convertStyleGuideBlock a.continueLink{
	background-color:white;
	display:none;
}
#convertStyleGuideBlock div.errorMsg li{
	list-style:list-item;
}
#reminderList {
	width:100%;
	border-collapse:collapse;
	margin-bottom:50px;
}
#reminderList tr{
	border-bottom:solid 1px #87BCE2;
	text-align:left;
	padding-bottom:5px;
}
#reminderList td.reminderDate{
	width:90px;
}
#reminderList td.reminderSubject{
	width:250px;
	padding-right:10px;
}
#reminderList td.reminderMessage{
	width:525px;
}
#reminderList td.reminderMessage{
	width:525px;
}
#reminderList td.reminderDelete{
	padding:10px;
}
div.TeamRemindersView h2{
	padding:10px;
	display:block;
}
#teamReminderAdd li{
	position:relative;
	padding-bottom:10px;
}
#teamReminderAdd #reminderDate{
	position:relative;
	float:left;
}
#teamReminderAdd #subject{
	width:500px;
}

#teamReminderAdd button.ui-datepicker-trigger{
	position:relative;
	top:-5px;
}
#teamReminderAdd textarea{
	width:inherit;
}
#selectMyOutfit{
	padding:10px;
}
#selectMyOutfit ul li{
	display:block;
	float:left;
	border:solid 1px #5fa6db;
	border-collapse:collapse;
}	
#selectMyOutfit ul li.outfit{
	height:453px;
}
#selectMyOutfit li.outfit div.itemSelection{
	left:63px;
	position:relative;
	top:15px;
	clear:both;
}	
#selectMyOutfit div.details{
	position:relative;
	left:5px;
	top:-25px;
	text-align:center;
}
#selectMyOutfit li.smoAccessory{
	height:225px;
}
#selectMyOutfit div.errorMsg{
	display:none;
	border: 1px solid red;
	padding:10px;
}
#selectMyOutfit li.smoAccessory div.itemSelection{
	position:relative;
	clear:both;
	left:20px;
}
#selectMyOufit .bottom{
	padding-bottom:16px;
}
#selectMyOutfit li label{
	float:none;
}
#selectMyOutfit .smoTextarea{
	width:800px;
}
#selectMyOutfit div.successMsg{
	display:none;
}
#submitMyOutfitContainer {
	clear:both;
	position:relative;
	left:660px;
	margin:10px;
}
.loading-image span {
	background: url("../images/varsity/ajax-loader.gif") no-repeat scroll center center transparent;
	position: absolute;
	height: 32px;
	width: 32px;
	top: -5px;
	left: -40px;
	display: inline-block;
}
table.planning-details{
	width:100%;
}
table.squad-planning td.amount{
	text-align:right;
}
.squad-planning img{
	width:45px;
}
#planning-list-right {
	float:right;
	padding-left:72px;
}
#planning-list-left {
	float:left;
	padding-left:72px;
}
#planning-list-header {
	padding:10px;
}
.planning-list-header-white {
	color:white;	
	text-shadow: 1px 1px 3px black, 0 0 6px #61a8dc;	
}
.planning-list-header-blue {
	color:#61a8dc;	
}
.planning-list-header-green {
	color:#8AC007;	
}
#planning-list-div {
	padding-left:6px;
}
#header-family-name {
	padding:10px 10px 0px 10px;
	color:#5fa6db;
	text-decoration: none;
}
#header-family-span{
	padding:10px 10px 0px 10px;
}
#product-list2 {
	display:inline-flex;
}
.viewSelectDiv {
	padding-left:60px;
}
.compareImage {
	float:left;
}
#planningHeaderTitle {
	vertical-align: top;
	width: 160px;
}
#planningContentLoading {
	padding-left:225px;
	display:block;
	display:none;
}
table.squad-planning td, table.squad-planning th, table.team-dates-amounts td, table.team-dates-amounts th {
    font-weight: bold;
    padding: 5px 10px;
    border: 1px solid #C2C2C2;
    text-align:center;
}
table.squad-planning, table.team-dates-amounts { 
	margin: 8px 0 8px;
	border-collapse: collapse;
}
table.squad-planning thead, table.team-dates-amounts thead { 
	background: linear-gradient(to bottom, #ebf2f9 0%,#d4e2f3 100%);
}
table.squad-planning tbody, table.team-dates-amounts tbody{ 
	background: #fff;
}
table.teamDates tr th,
table.teamDates tr td{
	width:83px;
}


#dialog-order-form .errors {
    color: red;
    font-weight: bold;
}
.prev-team {
	max-width:200px;
	padding-left:10px;
	padding-top:6px;
}
.prev-header {
	padding-top:10px;
}
.format {
    float: right;
    margin-bottom: 5px;
    margin-top: 5px;
}
.repNotes .red {
   color: red;
   margin-left: 2px;
   font-size: 1.2em;
}
.pin {padding-left:87px;}
.url label {width: 120px;}
.pin label, .freeFormText label {width: 32px;}
.repNotes input, .freeFormText input {width: 152px;}
.freeFormText {
   padding-left: 87px;
}
input.scrollToTop{
	display:none;
	position:fixed;
	right:90px;
	bottom:85px;
}
input.danger {
	border: 1px solid red;
}
input.danger.right {
	float:right;
}
.mannequin .noImage {
    height: 100%;
    position: relative;
}
.mannequin .noImage .noImgLbl {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.thumb .no-image{
	max-height:180px;
}
.product .control .no-image{
	max-height:134px;
}
.category .no-image {
	max-height:85px;
}

div#orderItem_list div.price {
	float:none;padding:10px;color:#2e6e9e;
}
div#orderItem_list .ui-state-default{
	/*float:left;*/
	overflow:auto;
}
div#orderItem_list ul.innerSortable.ui-sortable > li {
    float: left;
}

div#orderItem_list .itemBody {
    width: 811px;
    float:left;
}

div#orderItem_list div.remove {
	float:left;
	padding:10px;
}
div#orderItem_list div.desc {
	float:left;
	width:600px;
	padding:10px;
}
div#orderItem_list div.category {
	float:left;
}
div#orderItem_list div.delcheck {
	float:left;
	padding:10px;
}

li.ui-state-default:hover {
    cursor: pointer;
}

li.ui-state-default{
    cursor: move;
    border-bottom: 2px solid #c5dbec;
    background: white;
    border-top: none;
    border-right: 2px solid #c5dbec;
    border-left: 2px solid #c5dbec;
     
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
border: 1px solid #c5dbec;
background: white url(../images/jquery-ui/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;
font-weight: bold;color: #2e6e9e;
}

/*jquery-ui-1.8.16.custom.min.js accordion bug where switch from empty tab to another results in padding removed*/
.ui-accordion-content{
	min-height:1px;
}
ul.innerSortable.ui-sortable,
.itemBody {
    display: inline-block;
    width: 78%;
}
ul.innerSortable.ui-sortable .itemBody {
    display: block;
    width: auto;
}
.itemActions {
    float: right;
    display: inline-block;
}
.itemHead {
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	background: #c5dbec;
	text-align: center;
}
#CartOrderTotal {
	font-weight: bold;
    color: #2e6e9e;
    float: right;
    padding-top: 5px;
}
.dressingRoomTotalSelectedValue{
    font-weight: bold;
    color: #2e6e9e;
    padding-bottom: 10px;
    padding-top: 10px;
    display:block;
    max-width: 475px;
    width: 100%;
}
#vision-board-form fieldset.label-preview{
	margin: 5px;
	padding:5px;
	clear:right;
}
#vision-board-form fieldset.label-preview .message-preview{
	background-color: white;
	text-align: center;
}
#vb-total, .vb-group-total,
#vb-retail-total, .vb-group-retail-total,
#vb-savings, .vb-group-savings{
	font-weight: bold;
    color: #2e6e9e;
    margin: 5px 0 5px 10px;
}
.aditional-products-group.empty .item-grid.vis-group-sortable-container::before {
    content: attr(data-vs-empty-content);
    padding: 10px;
    background-color: #EEE;
    display: block;
    width: 100%;
    margin: 10px;
}
.aditional-products-group.empty .product-group-summary{
	display:none;	
}
.tab-contents-left .aditional-products-group.empty .item-grid.vis-group-sortable-container::before {
    width: unset;
}
#coordinatingStyles {
    max-height: 525px;
    overflow-y: scroll;
}
.vb-package-header{
	margin-left: 20px;
}

.tab-contents .tab-contents-left {
	float: left;
}
.quote-controls {
	margin: 5px 10px 0 0;
	display: inline-block;
}
.quote-back {
	float: right;
}
.quote-detail-back {
	float: right;
	margin-bottom: 10px;
}
.price-section {
	overflow:hidden;
}

#vision-board-form.quote-form .additional-products {
	padding: 0;
	margin: 0;
}
.quote-group-form {
	margin: 5px 10px;
  	display: flex;
  	flex-flow: row wrap;
}
.quote-group-form input[type=text] {
	margin-right: 5px;
	border: 1px solid gray;
	box-shadow: -2px 3px 3px 3px #CCC;
}
.mr3 {
	margin-right: 3px;
}
#quote-item-form .style-code, #quote-item-form .price{
	font-weight: normal;
}
#quote-item-form input[type=number] {
	width: 3.7em;
}
#salesbuilder-send-form li label {
	float: none;
}
.quote-controls a.button,
.quote-controls input.button {
	padding: 5px 5px;
}
.quote-totals {
	padding-top: 20px;
}
.quote-totals table {
	padding-bottom: 20px;
	width: 100%;
}
.quote-totals table .category {
	width: 75%;
}
.quote-totals table .total {
	width: 25%;
	text-align: right;
	vertical-align: top;
}
.aditional-products-group .item-grid li.price {
	text-align: center;
}
.aditional-products-group .item-grid .select-container {
	margin-bottom: 5px;
	padding-right: 10px;
	margin-right:55px;
}
.aditional-products-group .item-grid .select-container .checkbox {
	vertical-align: middle;
}
#drop-area .droppable {
	background: #FFFFFF;
	border: 1px solid #87BCE2;
	height: 900px;
	width: 275px;
	padding-left: 15px;
}
#drop-area a img {
	max-width: 49%
}
#drop-area .package {
	border: 1px solid #61A8DC;
}
.tab-contents-left .drop-message {
    height: 61px;
    line-height: 85px;
    text-align: center;
}
img.quoteTableImage {
	max-width:85px;
	vertical-align:middle;
}
.quoteHide{
	display:none;
	background-color:grey !important;
}
.persDescription{
	padding-left:10px;
}
tr.groupline td{
	border-left:0px;
	border-right:0px;
}
li.drStyleCode, span.drStyleCode{
	text-align:center;
}

li.drStyleCode .fa-ban, span.discontinue-date .fa-ban{
	font-size:1.5em;
	color:red;
	padding-left:4px;
}

.team-members input {
	width: 30px !important;
}
.team-members .teamMembersNum {
	width: 166px;
	text-align: right;
}
.disabled-link {
     pointer-events: none;
     cursor: default;
     opacity: 0.5;
 }

.config {
	overflow: hidden;
	margin-top: 3px;
}
.qtyPricingForm {
	float:left;
	width:30%;
}
.team-color-section {
	float: left;
}
.quote-shipping-save {
	float: right;
	text-align: right;
}
.order-history-views, 
.order-search-results .accordion {
	margin: 10px 0;
}
.order-search-results .accordion .loading-image {
	margin-left: auto; 
	margin-right: auto;
}
.order-search-results .accordion .loading-image span {
	position: relative; 
	top: 0; 
	left: 0;
}
.order-search-results .accordion .item-list {
	border-top: 1px solid #87bce2; 
	margin-bottom: 20px;
}
.order-search-results .accordion .item-list .item-list-item {
	display: inline-block; 
	width: 140px; 
	padding: 5px; 
	text-align: center; 
	vertical-align: top;
}
.order-search-results .accordion .item-list .item-list-item .item-image,
.order-search-results .accordion .item-list .item-list-item .no-image {
	max-width: 130px; 
	max-height: 130px;
	overflow: hidden;
}
.order-search-results .accordion .item-list .item-list-item .item-image:before,
.order-search-results .accordion .item-list .item-list-item .no-image:before {
	content: ' ';
	background-image: url(/wcsstore/ShowAndSellSAS/images//varsity/ImageNotAvailable.jpg);
	background-position: center;
	background-size: cover;
	display: block;
	height: 130px;
	width: 130px;
}
.order-search-results .accordion .item-list .item-list-item li {
	display: block;
}
.order-search-results .accordion .item-list .item-list-item .show-details {
	background: none;
	padding: 0px;
}
.order-search-results .accordion .item-list .item-table, 
.order-search-results .accordion .item-list .item-table .orders  {
	margin-top: 10px;
}
.show-details-container .quantity {
	text-align: center;
}
.selector-product-list li {
    margin-bottom: 5px;
	display: block;
}
/* Teamshop Page */
#teamshop-form .tab-contents-left,
#teamshop-form .tab-contents-right {
	float: left;
}
#teamshop-form li.teamshop-product{
	display:inline-flex;
	text-align:center;
	height:223px;
}
#teamshop-form li.teamshop-product a{
	background-image:none;
}
#teamshop-form li.teamshop-product img{
	background-image:none;
}

#teamshop-form li.teamshop-product .show-details-container img{
	height:160px;
}

#teamshop-form .tab-contents-right {
	padding-left: 10px;
	width: 566px;
}
#teamshop-form .aditional-products-group
, #teamshop-form .additional-products-summary
, #render-board{
	margin:15px 5px;
	padding: 4px 10px;
	background-color:#F4F4F4;
    -webkit-box-shadow: -2px 3px 3px 3px #CCC;
       -moz-box-shadow:  -2px 3px 3px 3px #CCC;
            box-shadow:  -2px 3px 3px 3px #CCC;
}
#teamshop-form .aditional-products-group .item-grid-element
{
	background-color:white;
   -webkit-box-shadow: -2px 3px 3px 3px #CCC;
      -moz-box-shadow:  -2px 3px 3px 3px #CCC;
           box-shadow:  -2px 3px 3px 3px #CCC;

}
#teamshop-form #vb-ext-products-surcharges, #vision-board-form .vb-ext-products-group-surcharges{
		float:right;
		padding:5px 10px;
}
#teamshop-form #vb-total-surcharge
,#teamshop-form .vb-group-surcharge{
	margin-bottom:5px;
}
#teamshop-form #vb-total-surcharge input, #vision-board-form .vb-group-surcharge input{
	max-width:72px
}
#teamshop-form .message-preview{
	margin-bottom:8px;
}
#teamshop-form .tab-contents-left h2 {
	display: block;
	margin: 10px 0 15px 0;
}
#teamshop-form .tab-contents-left label {
	text-align: right;
	margin-right: 10px;
}
#teamshop-form .tab-contents-left input {
	width: 166px;
	height: 20px;
	margin: 0 2px;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box; 
	box-sizing:border-box;
}
#teamshop-form .tab-contents-left input.button {
	width: auto;
}
#teamshop-form .tab-contents-left select {
	width: 166px;
	height: 20px;
	margin: 0 2px;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box; 
	box-sizing:border-box;
}
#teamshop-form .tab-contents-left li {
	clear: both;
}
#teamshop-form .messages {
	margin: 15px 0;
}
#teamshop-form .input-break {
	margin-top: 10px;
}
#teamshop-form .export-board {
	margin: 10px 0;
}
#teamshop-form .export-board a {
	text-decoration: none;
	margin-left: 10px;
	display: inline-block;
	color: black;
}
#teamshop-form .as-shown-in {
	margin-top: 20px;
}
#teamshop-form .export-board .fa {
	vertical-align: middle;
	font-size: 3em;
}
#teamshop-form .template-title {
	margin: 10px 0;
}
#teamshop-form .template-title .template-name {
	font-weight: bold;
}
#teamshop-form img.vision-board-img {
	width: 60%;
}
#teamshop-form .additional-products {
	margin: 8px 0 16px;
}
#teamshop-form .additional-products-title {
	display: inline-block;
	margin: 5px 0 5px 5px;
	width: 350px;
}
#teamshop-form .additional-products-add {
	margin-bottom:2px;
}
#teamshop-form .additional-products-header {
	display:flex;
	justify-content: space-between;
	align-items:center;
}
#teamshop-form .addition-products-buttons {
	display: flex;
	flex-direction: column;
	justify-items: flex-end;
	margin: 5px 5px 0 0;
}
#teamshop-form .additional-products-text {
	margin-left: 10px;
}
#teamshop-form button.ui-datepicker-trigger img{
	height: 20px;
}

#teamshop-form #published{
	height: 16px;
	width: 18px;
}