@font-face {
    font-family: "Proxima Nova";
    src: url('/static/fonts/Proxima-Nova-Reg.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Proxima Nova";
    src: url('/static/fonts/Proxima-Nova-Bold.otf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Proxima Nova";
    src: url('/static/fonts/Proxima-Nova-Sbold.otf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Brown";
    src: url('/static/fonts/Brown-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Brown";
    src: url('/static/fonts/Brown-Thin.otf');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Brown";
    src: url('/static/fonts/Brown-Bold.otf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Brown";
    src: url('/static/fonts/Brown-Bold.otf');
    font-weight: 500;
    font-style: normal;
}

.anystretch
{
    z-index: 0 !important;
}

a
{
    text-decoration: none;
    color: #565656;
}

html
{
    background: white url("/static/images/patterns/body.png") center center repeat;
    color: #565656;
    
    font-family: "Proxima Nova", "Helvetica", sans-serif;
    font-size: 16px;
    line-height: 22px;
    height: 100%;
}

h1,
blockquote,
#site-nav,
#footer-nav,
.button,
.bag-item .price
{
    font-family: "Brown", sans-serif;
}

body
{
    min-width: 954px;
    height: 100%;
}

address
{
    font-style: normal;
}

.layout,
.section-signin > div
{
    width: 950px;
    margin: 0 auto;
}

#site-footer .layout {
	width: 1095px !important;
}

#site-header,
#site-footer
{
    margin-bottom: 20px;
    height: 96px;
    background: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

.ie #site-header
{
    border-bottom: 1px #c2c2c2 solid;
}

.ie #site-footer
{
    border-top: 1px #c2c2c2 solid;
}

#site-container
{
    min-height: 100%;
}

#site-header
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    min-width: 954px;
    z-index: 1;
}

#site-header.has-more
{
    height: 275px;
}

#site-header:after
{
    content: ' ';
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

#site-footer
{
    margin-bottom: 0;
    position: relative;
    margin-top: -96px;
}

#footer-nav
{
    float: left;
}

#site-meta
{
    float: right;
    line-height: 26px;
    margin: 0;
    padding-top: 19px;
    text-align: center;
    font-size:10pt;
}

#site-meta .titleLarge {
	color: black;
    font-size: 16pt;
}

#site-meta .titleSmall {
	color: black;
    font-size: 12pt;
}

#site-meta a
{
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: url("/static/images/logos/playground.png") center center no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}

#site-header .layout,
#site-footer .layout
{
    position: relative;
    height: 96px;
}

.section-signin #site-header,
.section-error #site-header
{
    padding: 36px 0;
    height: auto;
    background: none;
    box-shadow: none;
}

.logo
{
    margin: 0;
    width: 175px;
    height: 82px;
    z-index: 1;
}

.logo a,
.logo span
{
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    background: url("/static/images/logos/suitly.png") center center no-repeat;
}

.logo a
{
    cursor: pointer;
}

#site-header .logo
{
    position: absolute;
    left: 0;
    top: 8px;
}

#site-nav
{
    float: right;
}

#site-nav,
#footer-nav
{
    line-height: 96px;
    font-size: 16px;
}

#footer-nav
{
    left: 0;
}

#footer-nav ul,
#site-nav > ul,
.section-nav ul
{
    margin: 0;
    padding: 0;
}

.section-nav > ul
{
    height: 20px;
    text-align: center;
}

#site-nav > ul > li
{
    display: block;
    float: left;
    margin: 30px 0 0 0;
}

#footer-nav ul li,
.section-nav ul li,
.section-nav h1
{
    display: inline-block;
    margin: 0 6px;
}

.ie-old #footer-nav ul
{
    margin-top: 33px;
}

.ie-old .section-nav ul li,
.ie-old #footer-nav ul li
{
    float: left;
}

.section-nav ul li
{
    margin: 0 18px;
}

.static .section-nav ul li
{
    margin: 0 13px;
}

.section-nav ul li:first-child
{
    margin-left: -8px;
}

#sort-options ul li:first-child
{
    margin-left: 18px;
}

#site-nav a,
#site-nav li span,
.section-cms table a,
.section-nav a,
.section-nav h1,
.toggler a,
#footer-nav a
{
    color: #262626;
    text-transform: uppercase;
}

#site-nav a,
#site-nav li > span,
.section-nav a,
#footer-nav a
{
    height: 30px;
    line-height: 30px;
    display: block;
    padding: 0 20px;
}

#site-nav a span
{
    display: inline;
    padding: 0;
}

#site-nav .user a,
#site-nav .user a span,
#site-nav .dropdown span,
.section-nav h1
{
    color: #9b9693;
}

#site-nav a:hover,
.section-nav a:hover,
#footer-nav a:hover
{
    background: #efefef;
}

#site-nav .active a,
.section-nav .active a span,
.section-cms table a:hover
{
    border-bottom: 1px #f3ba16 solid;
}

.section-nav h1,
.section-nav ul
{
    display: inline-block;
}

.section-nav h1
{
    font-size: 16px;
    font-weight: normal;
}

#site-nav .dropdown
{
    position: relative;
    cursor:pointer;
}

#site-nav .dropdown > ul
{
    display: none;
    position: absolute;
    top: 32px;
    right: 10px;
    
    margin: 0;
    padding: 0;
    border: 1px #b1b1b2 solid;
    box-shadow: 0 1px 4px black;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
    background: white;
    
    line-height: 22px;
}

.ie-old #site-nav .dropdown > ul
{
    width: 170px;
}

#site-nav .dropdown:hover > ul:not(.subdropdown),
#site-nav .dropdown.hover > ul:not(.subdropdown)
{
    display: block;
    padding: 12px 0;
    z-index: 1;
}

#site-nav .dropdown > ul a
{
    color: #7d7d7d;
    padding: 0 20px;
}

#site-nav .dropdown > ul:before,
#site-nav .dropdown > ul:after
{
    content: ' ';
    display: block;
    height: 0;
    line-height: 0;
    
    position: absolute;
}

#site-nav .dropdown > ul:before
{
    border-right: 10px transparent solid;
    border-bottom: 9px #b1b1b2 solid;
    border-left: 10px transparent solid;
    top: -9px;
    right: 32px;
}

#site-nav .dropdown > ul:after
{
    border-right: 9px transparent solid;
    border-bottom: 8px white solid;
    border-left: 9px transparent solid;
    top: -8px;
    right: 33px;
}

#site-nav .dropdown > ul li.separator
{
    height: 7px;
    padding: 0 20px;
    position: relative;
    display: block;
}

#site-nav .dropdown > ul li.separator:after
{
    border-top: 1px #aeaeae solid;
    content: ' ';
    display: block;
    height: 0;
    width: 100%;
    margin-top: 3px;
}

/** NEW LOGIN BEGINS HERE **/
.dropdown input[type="text"], 
.dropdown input[type="password"] {
	margin:0 20px;
	width:200px;
	
}
.dropdown input.empty {
	color: #7D7D7D;
}
.dropdown .note {
	margin-top:0px;
	margin-right:20px;
}
	.dropdown .note a {
		font-size:0.8em !important;
		text-align:right !important;
		padding:0px !important;
		border-bottom:0px;
	}
	.dropdown .note a:hover {
		background:none !important;
	}
.dropdown .submit,
.dropdown .back {
	border-top: 0 none;
    margin: 5px auto;
    text-align: center;
}
.dropdown li.separator {
	padding-top:10px !important;
	padding-bottom:10px !important;
}

.dropdown li.separator .separator_text {
	background-color: white;
    color: #7D7D7D;
    left: 98px;								    
    position: absolute;
    text-align: center;
    top: 4px;
    width: 46px;
    z-index: 2;
}
#site-nav .dropdown:hover > ul,
#site-nav .dropdown.hover > ul {
	padding:0px;
}
.dropdown h1 {
	color: #262626;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	margin-left:20px;
	margin-top:20px;
}
.dropdown form p {
	margin:0px;
	width:auto;
}
.dropdown .note.error-message {
	color:red !important;
	font-size:10pt;
	text-align:center;
	margin:0px;
}
.dropdown ul {
	display:none;
}
#site-nav .dropdown.hover > ul.subdropdown.first
{
    display: block;
    padding: 12px 0;
    z-index: 1;
}

#site-nav .dropdown:not(.hover) > ul.subdropdown {
	display:none;
}

#site-nav .dropdown .option {
	text-align:center;
}
#site-nav .dropdown .option input {
	position:relative;
	top:2px;
}
#site-nav .dropdown .option label {
	font-size:9pt;
	margin:0px;
}
#site-nav .dropdown .option a {
	padding:0px;
	display:inline;
}	

#site-nav .category
{
    height: 70px;
}

.section-nav
{
    text-align: center;
    border-bottom: 1px #cacaca solid;
    border-bottom: 1px rgba(38, 38, 38, 0.2) solid;
    padding: 17px 0px 23px 0px;
    margin: 0 auto;
}

label
{
    font-size: 16px;
    text-transform: uppercase;
    
    display: inline-block;
    margin-right: 15px;
}

.section-signin label
{
    width: 104px;
    
    height: 36px;
    line-height: 36px;
}

.section-signin label:after
{
    content: ':';
}

input[type=text],
input[type=password]
{
    line-height: 34px;
    height: 34px;
    padding: 0 5px;
}

textarea
{
    padding: 5px;
    min-height: 102px;
}

input[type=text],
input[type=password],
textarea,
ul.tagit,
select
{
    background: white;
    border: 1px #c2c2c2 solid;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
    
    width: 300px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

select {
	width:auto !important;
}

.error input[type=text],
.error input[type=password],
.error textarea,
.error select
{
    color: #b26a6a;
    background: #ffecec;
    box-shadow: inset 0 1px 2px #e9d8d8;
    border: 1px #b26a6a solid;
}

.note
{
    margin-top: 6px;
    display: block;
    text-align: right;
}

.note a,
.option label a,
a.download
{
    color: #565656;
    border-bottom: 1px #f3ba16 solid;
}

.submit
{
    margin-left: 124px;
}

form p,
form .container
{
    width: 424px;
    display: block;
    margin: 32px 0;
}

form .option
{
}

form .option label,
form .option.compound ul li label
{
    width: auto;
    margin-left: 15px;
}

form .option.compound label
{
    margin-left: 0;
}

form .option label:after
{
    content: '';
}

form .option.compound ul li label
{
    width: 300px !important;
}

.button,
#sizing-tool .submit .button
{
    border: none;
    border-radius: 2px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    padding: 0 22px;
    
    background: #a9a9a9 url("/static/images/patterns/button.png") 0 center repeat;
    vertical-align: top;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a.button
{
    display: inline-block;
    color: white !important;
}

.button:hover,
.button.hover,
#sizing-tool .submit .button:hover
{
    background: #c0c0c0 url("/static/images/patterns/button.png") 0 center repeat;
    background: url("/static/images/patterns/button.png") 0 center repeat, -webkit-linear-gradient(top, #c0c0c0, #aaa);
    background: url("/static/images/patterns/button.png") 0 center repeat, -moz-linear-gradient(top, #c0c0c0, #aaa);
    background: url("/static/images/patterns/button.png") 0 center repeat, linear-gradient(to bottom, #c0c0c0, #aaa);
}

a.button:hover
{
    border: none! important;
}

/*.button:active,
.button.active,
#sizing-tool .submit .button:active
{
    background: #a9a9a9 url("/static/images/patterns/button.png") 0 center repeat;
    
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
    padding-top: 1px;
}*/

.submit .button,
.button-add,
#next,
#ok,
#finish,
#list-categories .button-upload,
#add-to-cart,
#customize,
.button-action
{
    background: #f3ba16 url("/static/images/patterns/submit.png") 0 center repeat;
}

.ie #wizard nav
{
    width: 330px;
}

.ie #finish
{
    width: 160px;
}

.submit .button:hover,
.button-add:hover,
#next:hover,
#finish:hover,
#list-categories .button-upload:hover,
#list-categories .button-upload.hover,
#add-to-cart:hover,
#customize:hover,
.button-action:hover
{
    background: #f7cd32 url("/static/images/patterns/submit.png") 0 center repeat;
    background: url("/static/images/patterns/submit.png") 0 center repeat, -webkit-linear-gradient(top, #f7cd32, #f3bb17);
    background: url("/static/images/patterns/submit.png") 0 center repeat, -moz-linear-gradient(top, #f7cd32, #f3bb17);
    background: url("/static/images/patterns/submit.png") 0 center repeat, linear-gradient(to bottom, #f7cd32, #f3bb17);
}

/*.submit .button:active,
.button-add:active,
#next:active,
#finish:active,
#list-categories .button-upload:active,
#list-categories .button-upload.active,
#add-to-cart:active,
#customize:active,
.button-action
{
    background: #f3ba16 url("/static/images/patterns/submit.png") 0 center repeat;
}*/



#go-shopping.button
{
    background: #e90b08 url("/static/images/patterns/submit.png") 0 center repeat;
}

.submit .button
{
    -webkit-transition: background-color linear 0s;
    -moz-transition: background-color linear 0s;
    transition: background-color linear 0s;
    min-width: 163px
}

.loading .submit .button
{
    min-width: 180px;
}

.saved .submit .button
{
    min-width: 130px;
}

.ie .loading .submit .button:after,
.ie .saved .submit .button:after
{
    padding-left: 60px;
}

.saved .submit .button,
#sizing-tool .saved .submit .button
{
    box-shadow: none;
    background: #abe1c9 url("/static/images/patterns/saved.png") 0 center repeat;
    position: relative;
    text-indent: -9999px;
    cursor: default;
    -webkit-transition: background-color linear 0.3s;
    -moz-transition: background-color linear 0.3s;
    transition: background-color linear 0.3s;
}

.saved .submit .button:after,
.loading .submit .button:after
{
    text-indent: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.saved .submit .button:after
{
    content: "Saved";
}

.loading .submit .button,
#sizing-tool .loading .submit .button
{   
    -webkit-animation: loading 0.33s linear infinite;
    -moz-animation: loading 0.33s linear infinite;
    animation: loading 0.33s linear infinite;
    
    box-shadow: none;
    background-color: #ddd;
    background-image: url("/static/images/patterns/saved.png");
    position: relative;
    text-indent: -9999px;
    cursor: default;
    
    -webkit-transition: background-color linear 0.3s;
    -moz-transition: background-color linear 0.3s;
    transition: background-color linear 0.3s;
}

.loading .submit .button:after
{
    content: "Please Wait";
}

@-webkit-keyframes loading
{
    from
    {
        background-position: 0 0;
    }

    to
    {
        background-position: 5px 0;
    }
}

@-moz-keyframes loading
{
    from
    {
        background-position: 0 0;
    }

    to
    {
        background-position: 5px 0;
    }
}

@keyframes loading
{
    from
    {
        background-position: 0 0;
    }

    to
    {
        background-position: 5px 0;
    }
}

.section-signin #site-header
{
    border-bottom: 1px #cacaca solid;
    border-bottom: 1px rgba(38, 38, 38, 0.2) solid;
    position: static;
}

.section-signin #site-header .logo,
.section-error .logo
{
    position: static;
    margin: 0 auto;
    width: 301px;
    height: 139px;
}

.section-signin .logo a,
.section-error .logo a
{
    background: url("/static/images/logos/suitly-lg.png") center center no-repeat;
}

.section-signin h1
{
    color: #262626;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
}

.section-signin #page-content
{
    padding-top: 20px;
}

#page-content
{
    padding-bottom: 128px;
    padding-top: 96px;
    margin: 0 auto;
    height: 100%;
    display: block;
}

#page-content:after
{
    content: ' ';
    visibility: hidden;
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
}

.section-signin #page-content article
{
    width: 470px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.section-signin #sign-in
{
    float: left;
    overflow: hidden;
    border-right: 1px #cacaca solid;
    border-right: 1px rgba(38, 38, 38, 0.2) solid;
}

.section-signin #sign-up
{
    float: right;
    overflow: hidden;
}

#sign-up > div,
#sign-in > div
{
    width: 9999px;
    position: relative;
}

#sign-up section,
#sign-in section
{
    float: left;
    width: 430px;
}

#sign-up section
{
    padding-left: 40px;
}

#sign-in section
{
    padding-right: 40px;
}

.note.error-message
{
    text-align:left;
    color:red;
}

#sign-up-intro p
{
    margin: 32px 0;
}

#sign-up-intro .content
{
    height: 136px; /* attempt to line up buttons in #sign-in and #sign-up-intro */
}

#page-content article > header
{
    position: relative;
    border-bottom: 1px #cacaca solid;
    border-bottom: 1px rgba(38, 38, 38, 0.2) solid;
}

#page-content article > header h1,
#page-content .service h1,
#suitbag h2,
#homepage h1,
.featured a
{
    font-weight: 200;
    font-size: 60px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    margin: 50px 0;
}

#page-content article > header nav
{
    position: absolute;
    bottom: 51px;
    right: 0;
    
    vertical-align: bottom;
}


.section-cms table
{
    width: 100%;
    border-collapse: collapse;
}

.section-cms table thead th
{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 24px;
    height: 64px;
    line-height: 64px;
    text-align: left;
    border-bottom: 1px #cacaca solid;
/*     border-bottom: 1px rgba(38, 38, 38, 0.2) solid; */
}

.section-cms table tbody tr:first-child td
{
    padding-top: 15px;
}

.section-cms table tbody td
{
    padding: 5px 0;
}

.section-cms table tbody tr td:last-child
{
    text-align: right;
    overflow: hidden;
}

.section-cms table tbody tr.empty td:last-child
{
    text-align: left;
}

.section-cms table tbody tr td:last-child .button
{
    margin: 0 3px;
}

#user-information table tbody tr td:last-child {
    text-align: left;
}

#user-information td.invalid {
    color: red;
}

#list-categories table
{
    border-top: 1px #cacaca solid;
    border-top: 1px rgba(38, 38, 38, 0.2) solid;
}

#list-categories table tbody
{
    border-bottom: 1px #cacaca solid;
    border-bottom: 1px rgba(38, 38, 38, 0.1) solid;
}

#list-categories table tbody tr:last-child td
{
    padding-bottom: 15px;
}

#list-categories tr td:first-child
{
    text-transform: uppercase;
}

#list-categories .category td:first-child,
#list-categories .collections td:first-child
{
    font-weight: 500;
    font-size: 18px;
}

#list-categories .button
{
    width: 106px;
}

#list-categories .button-delete
{
    display: none;
}

#list-categories .has-template .button-delete
{
    display: inline-block;
}

#list-categories .has-template .button-upload
{
    display: none;
}

#edit-promo table tbody tr td:last-child
{
    text-align: left;
    padding-left: 36px;
}

.editor section
{
    margin-bottom: 50px;
}

.editor p.submit
{
    width: 298px;
}

#contact
{
    border-bottom: none;
}

#contact > div
{
    overflow: hidden;
    margin-top: 48px;
    padding: 0;
}

#contact-thanks
{
    margin: 36px 0 0 126px;
}

#contact-form
{
    padding: 20px 40px 30px;
    background: white;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px #c2c2c2 solid;
    width: 540px;
}

#contact-form form
{
    padding: 0;
}

#contact-form p.submit
{
    width: auto;
    margin-bottom: 0;
    text-align: right;
}

#contact-form p
{
    font-weight: 400;
    color: #565656;
}

#contact #contact-form h1,
#contact #contact-info h1
{
    text-align: left;
    border-bottom: none;
    font-size: 18px;
    padding: 0;
    text-transform: uppercase;
    color: #262626;
}

#contact #contact-form h1
{
    font-size: 24px;
}

#contact #contact-form h1 + p
{
    margin-top: 0;
}

#contact-form p,
#contact-form .container
{
    width: auto;
}

#contact-form label
{
    width: 139px;
}

#contact #contact-info
{
    width: 382px;
}

.editor p .error-message
{
    width: 300px;
    margin-left:158px;
}

.editor p.submit .error-message
{
    width: auto;
    margin-bottom: 12px;
    text-align: left;
}

.editor .error label
{
    color: #b26a6a;
}

#edit-product .error-message
{
    width: 452px;
}

.editor section h1
{
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    color: #262626;
    border-bottom: 1px #cacaca solid;
    border-bottom: 1px rgba(38, 38, 38, 0.2) solid;
    line-height: 24px;
    padding-bottom: 12px;
    margin-bottom: 3px;
}

.editor section p,
.editor section .option,
.editor section .container,
.editor section table tbody
{
    border-top: 1px #cacaca solid;
    border-top: 1px rgba(38, 38, 38, 0.2) solid;
    width: 100%;
    padding: 12px 0;
    margin: 0;
}

.editor section table tbody td p,
.editor section table tbody td p:last-child
{
    border: none;
}

.editor section p:last-child,
.editor section .option:last-child,
.editor section .container:last-child,
#edit-product-sale .option,
.editor section table tbody:last-child
{
    border-bottom: 1px #cacaca solid;
    border-bottom: 1px rgba(38, 38, 38, 0.2) solid;
}

.editor section table tbody tr:last-child td
{
    padding-bottom: 15px;
}

#edit-product-sale.on-sale .option
{
    border-bottom: none;
}

.editor label,
.editor .compound label
{
    width: 105px;
}

#edit-product label,
#edit-user label
{
    width: 135px;
}

#edit-product .submit,
#edit-user .submit
{
    margin-left: 154px;
}

#change-password-trigger label
{
    line-height: 36px;
}

#account-settings
{
    margin-top: 50px;
}

#edit-product-sale .sale-details
{
    display: none;
}

#edit-product-sale.on-sale .sale-details
{
    display: block;
}

#edit-product-customizations .option > label
{
    padding-top: 6px;
}

#edit-product-customizations ul li
{
    overflow: hidden;
    vertical-align: middle;
    line-height: 34px;
    margin-bottom: 4px;
}

#edit-product-customizations .default-tools
{
    float: right;
    width: 185px;
    text-align: center;
}

#edit-product-customizations li .default-tools,
#edit-product-customizations li.active.default .default-tools button
{
    display: none;
}

#edit-product-customizations li.active .default-tools
{
    display: block;
}

#edit-product-customizations li.default .default-tools:after
{
    content: "(default)";
}

ul.tagit
{
    background: white;
    padding: 5px;
    margin: 0 0 0 154px;
    overflow: auto;
}

ul.tagit li
{
    display: block;
    float: left;
    margin: 2px 5px 2px 0;
}

ul.tagit li.tagit-choice 
{
    height: 28px;
    line-height: 28px;
    position: relative;
    background: #c3c3c3;
    border-radius: 2px;
    padding: 0 24px 0 8px;
}

ul.tagit li.tagit-new
{
    padding: .25em 4px .25em 0;
}

ul.tagit li.tagit-choice .tagit-label
{
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 28px;
}

ul.tagit li.tagit-choice .tagit-close
{
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -6px;
    text-indent: -9999px;
    overflow: hidden;
    width: 13px;
    height: 13px;
    background: url("/static/images/widgets/close.png") 0 0 no-repeat;
}

ul.tagit li.tagit-choice input
{
    display: block;
    float: left;
    margin: 2px 5px 2px 0;
    font-size: 14px;
}

ul.tagit input[type="text"]
{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
    width: inherit;
    background: none;
    outline: none;
}

#product-name-status
{
    margin-left: 6px;
}

.editor select
{
    width: 300px;
}

#edit-order select
{
    width: auto;
}

.editor .submit
{
    margin-top: 50px;
}

.edit-product-images
{
    position: relative;
}

.edit-product-images .upload-image
{
    position: absolute;
    top: -5px;
    right: 0;
}

.edit-product-images ul
{
    list-style-type: none;
    margin-bottom: -8px;
}

.edit-product-images ul li
{
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
}

.edit-product-images .image
{
    width: 150px;
    height: 150px;
    background-size: cover;
    position: relative;
}

.edit-product-images .image .delete
{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 13px;
    height: 13px;
    border: none;
    background: url("/static/images/widgets/delete.png") center center no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}

.edit-product-images.error h1,
.edit-product-images.error .error-message
{
    color: #b26a6a;
}

#edit-product .edit-product-images.error .error-message
{
    width: auto;
    text-align: right;
}

#edit-product-fabrics.no-linings #edit-optional-linings
{
    display: none;
}

#edit-product-fabrics.no-linings
{
    border-bottom: 1px #cacaca solid;
    border-bottom: 1px rgba(38, 38, 38, 0.2) solid;
}

#edit-optional-linings ul li label
{
    width: auto;
}

.editor .compound label
{
    vertical-align: top;
}

.editor .compound .address,
.editor .compound ul
{
    display: inline-block;
}

.editor .compound ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#edit-order td.fabric
{
    vertical-align: top;
}

#edit-order td.fabric p
{
    padding-top: 0;
}

#edit-order td.status
{
    padding-left: 32px;
}

#edit-order .item tr:first-child td
{
    line-height: 33px;
}

#edit-order tbody.item:last-child
{
    border-bottom: none;
}

#edit-order .item em
{
    font-style: normal;
    font-weight: bold;
    color: #262626;
}

#edit-order
{
    position: relative;
}

#edit-order #generate-pdf
{
    position: absolute;
    top: -7px;
    right: 0;
    margin: 0;
    width: auto;
}

#generate-label table thead th
{
    line-height: 36px;
    height: 36px;
    font-size: 16px;
    text-align: center;
}

#generate-label table tr td
{
    text-align: center;
}

#generate-label table tr#generate-label-tools td
{
    text-align: right;
    padding-right: 5px;
}

#generate-label input[type=text]
{
    width: auto;
}

#measurelater-content {
	color: black;
    font-size: 11pt;
    height: 150px;
    margin-left: -167px;
    margin-top: -33%px;
    text-align: center;
    width: 408px;
}

#measurelater-content #ok {
	margin-top:27px;
	width:150px
}

#sizing-tool
{
    position: relative;
    padding-bottom: 70px;
}

#sizing-tool header
{
    height: 70px;
    border-bottom: 1px #cacaca solid;
    border-bottom: 1px rgba(38, 38, 38, 0.2) solid;
}

#sizing-tool-counter
{
    color: #c4c4c4;
    font-size: 24px;
    font-weight: 500;
    line-height: 90px;
}

#sizing-tool header p
{
    margin: 0;
}

#sizing-tool .dolater
{
    position: absolute;
    top: 18px;
    right: 200px;
    width: auto;
    margin: 0;
}

#sizing-tool .submit
{
    position: absolute;
    top: 18px;
    right: 0;
    width: auto;
    margin: 0;
}

#sizing-tool form
{
    position: relative;
    overflow: hidden;
}

#sizing-tool form > div
{
    width: 99999px;
    position: relative;
}

#sizing-tool section
{
    width: 950px;
    min-height: 540px;
    float: left;
    
    padding-left: 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ie #sizing-tool section
{
    min-height: 480px;
}

#sizing-tool section aside
{
    float: right;
    width: 500px;
    margin: 93px 0 30px;
}

.ie #sizing-tool section aside
{
    margin-top: 63px;
}

#sizing-tool section h1
{
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    margin: 75px 0 40px;
}

.ie #sizing-tool section h1
{
    margin-top: 45px;
}

#sizing-tool nav
{
    height: 70px;
}

#sizing-tool nav
{
    width: 100%;
    border-top: 1px #cacaca solid;
    border-top: 1px rgba(38, 38, 38, 0.2) solid;
}

#sizing-tool nav
{
    position: absolute;
    bottom: 0;
    left: 0;
}

#sizing-tool nav p
{
    width: 320px;
    margin: 28px auto;
}

#sizing-tool nav p
{
    overflow: hidden;
}

#sizing-tool nav button
{
    width: 154px;
}

#sizing-tool nav #prev
{
    float: left;
}

#sizing-tool nav #prev
{
    text-align: right;
}

#sizing-tool nav #next,
#sizing-tool nav #finish
{
    text-align: left;
}

#sizing-tool nav #next,
#sizing-tool nav #finish
{
    float: right;
}

.measurement-profile label
{
    width: 55px;
}

.measurement-body-shape label
{
    margin-left: 10px;
}

#sizing-tool section ol
{
    margin-top: 0;
    padding-left: 0px;
    width: 350px;
}

#sizing-tool section ol li
{
    margin-bottom: 24px;
}

#sizing-tool section > p
{
    text-align: center;
}

#sizing-tool section.measurement-profile > p,
#sizing-tool section.measurement-body-shape > p
{
    text-align: left;
}

#sizing-tool section input[type=text]
{
    width: 135px;
    height: 64px;
    text-align: center;
}

#sizing-tool section input[type=text],
#sizing-tool section .units
{
    line-height: 64px;
    font-size: 45px;
    font-weight: 500;
}

#sizing-tool section label,
#sizing-tool section .units
{
    line-height: 64px;
    vertical-align: top;
}

#sizing-tool section .simple label,
#sizing-tool section .simple .units
{
    line-height: 22px;
    vertical-align: middle;
}

#sizing-tool .measurement-body-shape
{
    position: relative;
}

#sizing-tool .measurement-body-shape > p
{
    width: 305px;
}

#sizing-tool .measurement-body-shape > div
{
    position: absolute;
    top: 140px;
    right: 5px;
}

#sizing-tool .body-tool
{
    width: 130px;
    height: 206px;
    display: inline-block;
    position: relative;
    padding-bottom: 38px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 12px;
}

#sizing-tool .body-tool h1
{
    font-size: 12px;
    font-weight: normal;
    margin: 0 !important;
}

#sizing-tool .body-tool > h1
{
    line-height: 38px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 38px;
    text-align: center;
    text-transform: none;
}

#sizing-tool .body-tool div
{
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

#sizing-tool .body-tool div ul
{
    width: 9999px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
}

#sizing-tool .body-tool div,
#sizing-tool .body-tool .option
{
    width: 130px;
    height: 164px;
}

#sizing-tool .body-tool .option
{
    float: left;
    position: relative;
    padding-top: 34px;
}

#sizing-tool .body-tool .option h1
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 33px;
    text-align: center;
    line-height: 33px;
    text-transform: none;
    background: white url("/static/images/patterns/body-tool.png") 0 center repeat;
    border-bottom: 1px #f5f5f5 solid;
}

#sizing-tool .body-tool .option h1:before,
#sizing-tool .body-tool .option h1:after
{
    content: ' ';
    width: 16px;
    height: 16px;
    position: absolute;
    top: 7px;
    background-image: url("/static/images/widgets/nav.png");
    background-repeat: no-repeat;
}

#sizing-tool .body-tool .option h1:after
{
    right: 8px;
    background-position: -16px 0;
}

#sizing-tool .body-tool .option h1:before
{
    left: 8px;
    background-position: 0 0;
}

#sizing-tool .body-tool .option label
{
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0;
    background-position: center center;
    background-size: contain;
    width: 130px;
    height: 130px;
}

#sizing-tool .body-tool .option input
{
    display: none;
}

#sizing-tool .body-tool nav
{
    text-indent: -9999px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

#sizing-tool .body-tool nav a
{
    height: 164px;
    position: absolute;
    top: 0;
    outline: none;
}

#sizing-tool .body-tool nav .next
{
    width: 76%;
    right: 0;
}

#sizing-tool .body-tool nav .prev
{
    width: 25%;
    left: 0;
}

#reset-password form
{
    width: 300px;
    margin: 0 auto;
}

#faq
{
    border-bottom: none;
}

#faq > section
{
    margin-top: 64px;
}

#faq > section > h1
{
    padding: 0 45px;
    border-bottom: 1px #cacaca solid;
    border-bottom: 1px rgba(38, 38, 38, 0.2) solid;
}

#faq .togglable
{
    border-bottom: 1px transparent solid;
    border-bottom: 1px rgba(38, 38, 38, 0.2) solid;
    border-top: 1px transparent solid;
    border-top: 1px rgba(38, 38, 38, 0.2) solid;
    padding: 0;
}

#faq .toggler h1 a.toggle
{
    color: #777777;
}

#faq .toggled h1 a.toggle
{
    color: #262626;
}

.legal a
{
    color: #262626;
}

.legal article,
.legal article
{
    margin-bottom: 48px;
    font-size: 0.8em;
}

.legal article section,
.legal article section
{
    margin: 36px 0;
}

.legal article h1 {
	font-size:26px !important;
}

#terms strong
{
    text-transform: uppercase;
    font-weight: normal;
}

#terms footer
{
    font-weight: bold;
}

blockquote
{
    text-align: center;
    border-bottom: 1px #cacaca solid;
    border-bottom: 1px rgba(38, 38, 38, 0.2) solid;
    border-top: 1px #cacaca solid;
    border-top: 1px rgba(38, 38, 38, 0.2) solid;
    margin-top: 20px;
    padding: 50px 50px 20px 50px;
    clear: both;
    background-image: url('/static/images/icons/quotes.png');
    background-repeat: no-repeat;
    background-position: center 20px;
    margin: 50px 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #262626
}

.togglable
{
    display: none;
}

.toggled .togglable
{
    display: block;
}

#faq .toggled .togglable
{
    display: none;
}

.toggled table.togglable
{
    display: table;
}

#about
{
    margin-top: 48px;
    border-bottom: none;
}

.static
{
    border-bottom: 1px #cacaca solid;
    border-bottom: 1px rgba(38, 38, 38, 0.2) solid;
    padding-bottom: 22px;
}

.static .banner
{
    margin: 28px 0;
}

.static > section
{
    margin-top: 28px;
}

.static > section h1,
.static > section hgroup h2
{
    font-weight: bold;
    font-size: 48px;
    line-height: 48px;
    color: #262626;
    text-transform: uppercase;
}

.static > section h1
{
    margin-top: 15px;
}

#giftcardForm {
	text-align:left;
} 
	#giftcardForm input {
		width: 160px;
		margin-right:10px
	}
	#giftcardForm textarea {
		width:160px;
		height:40px;
		resize:none;
	}

#alterations > section > h1,
#remakes h1
{
    border-bottom: 1px #cacaca solid;
    border-bottom: 1px rgba(38, 38, 38, 0.2) solid;
    padding: 0 45px;
}

.static > section section > h1,
.static > section hgroup h2,
#faq article > h1,
#remakes h1
{
    font-size: 18px;
    line-height: 18px;
}

#alterations > section:last-child > h1
{ /* ie8 doesn't understand :last-child and will ignore the other selectors if it encounters it so we gotta dupe this style */
    font-size: 18px;
    line-height: 18px;
}

#alterations .section-nav
{
    margin-bottom: 42px;
}

#alterations > section:last-child > h1,
#remakes h1
{
    text-align: center;
    line-height: 56px;
    border-top: 1px #cacaca solid;
    border-top: 1px rgba(38, 38, 38, 0.2) solid;
    margin-top: 48px;
    margin-bottom: 24px;
    padding: 0;
}

#alterations aside
{
    border: 1px #c2c2c2 solid;
    background: white;
    padding: 30px 40px;
    margin-top: 18px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 470px;
}

#alterations aside ol
{
    margin: 0;
    padding: 0 0 0 16px;
}

#alterations aside ol li
{
    margin-bottom: 18px;
}

#alterations aside ol li:last-child
{
    margin-bottom: 0;
}

#alterations-fit
{
    position: relative;
    padding-right: 0;
}

#alterations-fit div p:last-child
{
    position: absolute;
    bottom: 0;
    left: 45px;
    width: 395px;
}

#returns section
{
    border-bottom: 1px #cacaca solid;
    border-bottom: 1px rgba(38, 38, 38, 0.2) solid;
    padding-bottom: 36px;
    padding-top: 12px;
}

#returns #return-policy
{
    border-bottom: none;
    padding-bottom: 0;
}

#returns #remakes
{
    padding-top: 0;
    border-bottom: none;
}

#faq article > h1
{
    line-height: 24px;
    margin: 24px 0;
}

.static section > div,
.static section > form,
.static section > hgroup,
#faq > section > h1,
#faq article > h1,
#faq article .togglable
{
    padding: 0 45px;
}

.static section > div
{
    overflow: hidden;
}

.static section > div > .static-content
{
    width: 400px;
    float: left;
}

.static section > div > .static-image
{
    width: 400px;
    float: right;
}

#contact > section > h1
{
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px #cacaca solid;
    border-bottom: 1px rgba(38, 38, 38, 0.2) solid;
}

#payment > section
{
    border-bottom: 1px #cacaca solid;
    border-bottom: 1px rgba(38, 38, 38, 0.2) solid;
}

#payment
{
    border-bottom: none;
}

.compound
{
    overflow: hidden;
}

.compound > *
{
    width: 400px;
}

.compound > :first-child
{
    float: left;
}

.compound > :last-child
{
    float: right;
}

.ie .compound > *
{
    float: right;
}

.ie .compound > :first-child
{
    float: left;
}

.editor .compound > *
{
    float: none;
    width: auto;
}

.ie-old #sort-options h1
{
    float: left;
    margin-top: 4px;
}

.product-list ul
{
    padding: 0;
    margin: 36px -1px 36px 0;
}

.product-list li
{
    vertical-align: top;
    display: inline-block;
    margin: 12px 15px;
    position: relative;
}

.ie-old .product-list li
{
    float: left;
}

.product-list li.is-new:after
{
    content: 'new!';
    width: 55px;
    height: 55px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    background: url("/static/images/icons/new.png") 0 0 no-repeat;
}

.product-list li
{
    width: 282px;
}

.product-list .thumb
{
    display: block;
    width: 280px;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    border: 1px #c7c7c7 solid;
}

.product-list a
{
    color: #262626;
    text-transform: uppercase;
}

.section-bag .module > h1
{
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    color: #262626;
    line-height: 38px;
    margin: 4px 0 0 0;
}

.section-bag .editor h1,
#checkout-form p,
#checkout-form .container
{
    border: none;
}

#checkout-form label
{
    width: 147px;
}

.ie-old #checkout-form label
{
    width: 132px;
}

#checkout-form .option label
{
    width: auto;
    margin-right: 0;
}

#remember-me
{
    text-align: right;
}

#checkout-form input[type=text],
#checkout-form select,
#checkout-form textarea
{
    width: 305px;
}

#checkout #complete
{
	position: relative;
	overflow: hidden;
}

#checkout #complete p
{
	margin: 0;
}

#checkout #complete .note
{
	text-align: left;
	width: 672px;
	float: left;
}

#checkout #complete .submit
{
}

#checkout #complete .submit button
{
	position: absolute;
	top: 50%;
	margin-top: -17px;
	right: 38px;
}

#shipping #same-billing {
	position: absolute;
    right: 0;
    top: 24px;
    width: 194px;
    z-index: 2;
}

#shipping,
#confirmation-shipping
{
    width: 550px;
}

.ie-old #shipping,
.ie-old #confirmation-shipping
{
    width: 490px;
}

#shipping,
#suit-bag
{
    min-height: 682px;
}

#suit-bag,
#confirmation-receipt
{
    float: right;
    width: 345px;
    position: relative;
}

.ie-old #suit-bag,
.ie-old #confirmation-receipt
{
    width: 267px;
}

#confirmation-shipping,
#confirmation-receipt
{
    min-height: 636px;
}

#checkout #suit-bag
{
    background: white;
    background: rgba(255, 255, 255, 0.7);
}

#suit-bag .edit
{
    position: absolute;
    top: 26px;
    right: 38px;
    margin: 0;
    padding: 0;
    width: auto;
}

#suit-bag .submit
{
    position: absolute;
    bottom: 16px;
    right: 24px;
    margin: 0;
}

#suit-bag .submit .note
{
    font-size: 11px;
    line-height: 13px;
    margin-left: 8px;
    margin-bottom: 8px;
}

.suit-bag ul
{
    list-style-type: none;
    padding: 0;
    margin: 24px 0 0 0;
    text-transform: uppercase;
}

.suit-bag ul li
{
    overflow: hidden;
    margin: 12px 0;
}

.suit-bag ul li h1
{
    float: left;
    width: 160px;
    font-size: 16px;
    color: rgba(38, 38, 38, 0.5);
}

.suit-bag ul li .price
{
    float: right;
    width: 70px;
    text-align: right;
    color: rgba(38, 38, 38, 0.5);
}

.suit-bag ul li h1,
.suit-bag ul li .price
{
    line-height: 24px;
    margin: 0;
}

#checkout #error-list
{
    background: #ffecec;
    border: 1px #b26a6a solid;
}

#checkout #error-list > ul > li
{
    color: #262626;
}

#checkout #error-list > ul > li > ul,
#checkout #error-list > ul > li > ul > li
{
    display: inline;
    padding: 0;
    color: #565656;
}

#checkout select
{
    margin: 7px 0 6px;
}

#billing,
#confirmation-thanks
{
    overflow: hidden;
    position: relative;
    margin-bottom: 54px;
}

#billing,
#confirmation-thanks
{
    border: 1px #f3ba16 solid;
}

#confirmation-thanks > div
{
    width: 405px;
}

#confirmation-shipping
{
    position: relative;
}

#shipping-service
{
    position: absolute;
    bottom: 24px;
    right: 28px;
    margin: 0;
}

#shipping-service span
{
    width: 118px;
    height: 17px;
    display: inline-block;
    background: url("/static/images/logos/dhl.png") center center no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    margin-left: 0.33em;
}

#billing-info
{
    float: left;
    width: 472px;
}

#billing-card
{
    float: right;
    width: 360px;
}

#billing-card label
{
    width: 133px;
}

.ie-old #billing-card label
{
    width: 122px;
}

#billing-card input[type=text],
#billing-card select
{
    width: 207px;
}

#billing #expiration-date select
{
    width: 101px;
}

#billing #cvv-container
{
    position: relative;
}

#billing #cvv-container input
{
    width: 140px;
}

#billing #cvv-container:after
{
    content: ' ';
    width: 57px;
    height: 41px;
    display: block;   
    position: absolute;
    top: 11px;
    right: 0;
}

#billing #cvv-container.cvv:after {
	background: url("/static/images/icons/cvv.png");
}

#billing #cvv-container.cid:after {
	background: url("/static/images/icons/cid.png");
}

#billing .secure
{
    position: absolute;
    top: 24px;
    right: 38px;
    padding-right: 24px;
    background: url("/static/images/icons/secure.png") right 11px no-repeat;
    text-align: right;
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
}

#billing .submit,
#confirmation-thanks .submit
{
    margin: 0;
    position: absolute;
    bottom: 24px;
    right: 38px;
    width: auto;
}

#confirmation-thanks h1
{
    font-size: 48px;
    line-height: 48px;
    margin-top: 12px;
    color: #262626;
}

#confirmation-thanks .submit
{
    bottom: 38px;
}

.paginator
{
    text-align: center;
}

form.paginator p
{
    width: 100%;
}

.category-tour
{
    margin-top: 35px;
    overflow: hidden;
}

.category-tour > div
{
    float: left;
}

.category-tour section
{
    padding: 15px;
    width: 283px;
}

.category-tour .detailed section
{
    padding-top: 0;
}

.category-tour .simple section
{
    padding-bottom: 30px;
}

.category-tour .tour-two
{
    border-left: 1px #cacaca solid;
    border-left: 1px rgba(38, 38, 38, 0.2) solid;
    border-right: 1px #cacaca solid;
    border-right: 1px rgba(38, 38, 38, 0.2) solid;
}

.category-tour > div section
{
    border-bottom: 1px #cacaca solid;
    border-bottom: 1px rgba(38, 38, 38, 0.2) solid;
}

.category-tour > div section:last-child
{
    border-bottom: none;
}

.category-tour h1,
.subcategory-tour h1
{
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
    color: #262626;
}

.category-tour .simple p
{
    margin: 0;
    text-align: center;
}

.category-tour .simple a
{
    color: #f3ba16;
    font-size: 16px;
    text-transform: uppercase;
}

.category-tour .simple section:first-child
{
    padding-top: 32px;
}

.category-tour .detailed .link
{
    margin-top: 32px;
    text-align: center;
}

.subcategory-tour .compound
{
    overflow: hidden;
}

.subcategory-tour .compound section
{
    width: 404px;
    padding: 0 35px;
    margin: 30px 0;
}

.subcategory-tour .compound .tour-one
{
    float: left;
    border-right: 1px #cacaca solid;
    border-right: 1px rgba(38, 38, 38, 0.2) solid;
    width: 405px;
}

.subcategory-tour .compound .tour-two
{
    float: right;
}

.subcategory-tour .compound section p:first-child
{
    margin-top: 0;
}

.subcategory-tour .compound section p:last-child
{
    margin-bottom: 0;
}

.subcategory-tour h1
{
    text-align: left;
}

.subcategory-tour .simple
{
    overflow: hidden;
    margin-bottom: 48px;
}

.subcategory-tour .simple img
{
    float: right;
    margin-left: 55px;
}

.subcategory-tour .simple div
{
    padding-top: 70px;
    vertical-align: middle;
}

.subcategory-tour img,
.static img
{
    border: 1px #c6c6c6 solid;
}

.subcategory-tour .banner
{
    margin-bottom: 0;
}

#page-content article > header.subcategory
{
    border-bottom: 1px transparent solid;
}

#page-content article.hide-education #sort-options
{
    border-top: 1px #cacaca solid;
    border-top: 1px rgba(38, 38, 38, 0.2) solid;
}

#page-content header.subcategory h1
{
    font-weight: bold;
    font-size: 48px;
    line-height: 48px;
}

#page-content header.subcategory nav a
{
    color: #f3ba16;
    text-transform: uppercase;
}

.subcategory nav .show
{
    display: none;
}

.subcategory nav .hide
{
    display: block;
}

.hide-education .subcategory nav .show
{
    display: block;
}
.hide-education .subcategory nav .hide
{
    display: none;
}

.subcategory nav a
{
    position: relative;
    padding-left: 16px;
}

.subcategory nav a:after
{
    content: ' ';
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 0;
    width: 9px;
    height: 9px;
    margin-top: -6px;
    background-image: url("/static/images/widgets/toggle.png");
    background-repeat: no-repeat;
}

.subcategory nav a.show:after
{
    background-position: 0 0;
}

.subcategory nav a.hide:after
{
    background-position: -9px 0;
}

.education aside
{
    padding-bottom: 50px;
    border-bottom: 1px #cacaca solid;
    border-bottom: 1px rgba(38, 38, 38, 0.2) solid;
}

html.section-product
{
    background-color: #cdc3ba;
    background-position: 70% 96px;
    background-repeat: no-repeat;
}

@media all and (max-width: 1074px) {
    html.section-product
    {
        background-position: -200px 96px;
        min-width: 0;
    }
}

.section-product #product
{
    position: relative;
}

.section-product .product-content
{
    position: relative;
    overflow: hidden;
    
    width: 500px;
    padding-top: 72px;
}

.product-content h1
{
    font-family: "Futura", sans-serif;
    font-size: 48px;
    line-height: 48px;
    font-weight: normal;
    text-transform: uppercase;
    color: #262626;
}

.fb_edge_widget_with_comment iframe
{
    width:47px !important;
}

/* but make the span that holds the comment box larger */
span.fb_edge_comment_widget.fb_iframe_widget iframe
{
    width:401px !important;
}

.product-content .socialize {
	padding-top:8px;
	position:relative;
	height:23px;
	overflow:hidden;
}

.product-content .socialize .twitter_share,
.product-content .socialize .facebook_share,
.product-content .socialize .google_share {
	float:left;
	padding-right:12px;
}

.product-content .socialize div.fb-like {
	position:absolute;
	top:0px;
	left:62px;
	z-index:2;
}

.product-content .socialize div#___plus_0 {
	position:absolute;
	top:2px;
	left:116px;
	z-index:3;
}

.product-content .socialize div.pinterest-share {
	position:absolute;
	top:3px;
	left:179px;
	z-index:4;
}

.product-content .price
{
    font-size: 48px;
    color: #262626;
}

.price-original
{
    text-decoration: line-through;
    opacity: 0.2;
}

#add-to-cart,
#customize
{
    margin-right: 20px;
}


#image-browser
{
    z-index: 3;
}

#image-browser > div
{
    width: 100%;
    left: 0;
    margin-left: 0;
    
    box-shadow: none;
    background: none;
    overflow: hidden;
}

#image-content ul
{
    list-style-type: none;
    width: 99999px;
    position: relative;
}

#image-content ul li
{
    float: left;    
}

#image-content .arrownav {
	position:absolute;
	z-index:2;		
	width:90px;
	height:90px;
	display:none;	
	top:80px;		
	cursor:pointer;
}		
	#image-content .arrownav.left {
		margin-left:-90px;
	}
	
	#image-content .arrownav.right {
		
	}
#image-content .close {
	position:absolute;
	z-index:2;
	width:30px;
	height:30px;
	top:0px;
	cursor:pointer;
}

.popup
{
    position: fixed;
    top: 0;
    left: 0;
    
    width: 100%;
    height: 100%;
    
    background: black;
    background: rgba(0, 0, 0, 0.7);
    
    min-height: 424px;
    
    z-index: 100;
}

.popup > div
{
    position: absolute;
    top: 50%;
    left: 50%;
    
    width: 742px;
    height: 600px;
    
    margin-left: -371px;
    margin-top: -300px;
    
    background: white;
    
    border-radius: 2px;
    
    box-shadow: 0 0 8px black;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.75);
}

.has-overlay
{
    overflow: hidden;
}

#wizard
{
    position: relative;
    background: black;
    background: rgba(0, 0, 0, 0.5);
    overflow: visible;
    padding-bottom: 96px;
    margin-bottom: -38px;
    min-width: 960px;
}

#wizard-summary
{
    position: absolute;
    top: 30px;
    width: 960px;
    left: 50%;
    margin-left: -480px;
    color: white;
}

#wizard-summary h1
{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: normal;
}

#wizard nav
{
    position: relative;
    height: 34px;
    width: 320px;
    margin: 0 auto 24px auto;
}

#wizard nav button
{
    width: 150px;
}

#wizard nav p
{
    position: relative;
    margin-left: 5px;
    margin-top: 0;
}

#wizard nav #prev,
#wizard nav #cancel
{
    position: absolute;
    top: 0;
    left: 0;
}

#wizard nav #next,
#wizard nav #finish
{
    position: absolute;
    top: 0;
    left: 159px;
}


#wizard-counter
{
    opacity: 0.3;
}

#wizard-viewport
{
    width: 700px;
    position: relative;
    padding-top: 200px;
    margin: 0 auto 0 auto;
    overflow: hidden;
}

#wizard-steps
{
    height: 540px;
    width: 99999px;
    position: relative;
    left: 0;
    overflow: hidden;
}

#wizard .step
{
    float: left;
    margin-left: 5px;
    width: 702px;
}

#wizard .step > div
{
    margin: 0 auto;
}

#wizard .step.small > div
{
    width: 414px;
}

#wizard .step.medium > div
{
    width: 556px;
}

#wizard .step.large > div
{
    width: 698px;
}

#wizard .step.large .options > ul > .option:nth-child(6n+6),
#wizard .options > ul > .option:first-child
{
    margin-left: 0;
}

#wizard .step.large .options > ul > .option:nth-child(5n+5),
#wizard .options > ul > .option:last-child
{
    margin-right: 0;
}


#wizard .feature > div > h1
{
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    color: white;
}

#wizard .feature .step-counter
{
    margin-left: 16px;
}

#wizard .feature .step-counter .current:before
{
    content: attr(data-number);
}

#wizard .feature .step-counter .total:before
{
    content: attr(data-total);
}

#wizard .feature .description
{
    background: rgba(0, 0, 0, 0.7);
    color: white;
    line-height: 24px;
    padding: 48px 24px;
    margin: 0;
    width: auto;
}

#wizard .options
{
    margin-bottom: 3px;
}

#wizard .step.very-large > div > h1
{
    margin-top: 0;
}

#wizard .options > ul
{
    list-style-type: none;
    margin: 0 -1px 0 0;
    padding: 0;
}

#wizard .options,
#wizard .options > ul
{
    display: inline-block;
}

#wizard .options .option
{
    width: 130px;
    height: 163px;
    display: inline-block;
    margin: 0 3px;
}

.ie #wizard .options .option
{
    margin: 0 2px;
}

.ie-old #wizard .options,
.ie-old #wizard .options > ul,
.ie-old #wizard .options .option
{
    float: left;
}

.ie-old #wizard .description
{
    clear: both;
}

#wizard .options .option > label
{
    margin: 0;
    display: block;
    width: 130px;
    height: 164px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 130px 130px;
    position: relative;
    cursor: pointer;
    color: white;
}

#wizard .options .option > label .tag
{
    font-size: 12px;
    width: 130px;
    height: 34px;
    line-height: 12px;
    padding: 5px 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    margin: 0;
    z-index: 0;
    text-transform: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    background: white url("/static/images/patterns/wizard-label.png") 0 0 repeat;
    color: #565656;
    
    z-index: 2;
}

#wizard .options .option > label .anystretch
{
    z-index: 1 !important;
}

#wizard .options .option > label .price
{
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.65);
    font-size: 12px;
    color: white;
    padding: 0 3px;
}

#wizard .options .option.active > label:after
{
    width: 16px;
    height: 16px;
    background: url("/static/images/widgets/indicator.png") -16px 0 no-repeat;
    content: ' ';
    display: block;
    position: absolute;
    bottom: 8px;
    left: 8px;
}

#wizard .options .option.active > label .tag
{
   background: #f3ba16 url("/static/images/patterns/submit.png") center center repeat;
    color: white;
}

#wizard .option input[type=radio]
{
    display: none;
}

#wizard .monogram-options,
#wizard .piping-options
{
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 36px 42px 18px 42px;
    position: relative;
    margin-bottom: 11px;
}

#wizard .monogram-options:after,
#wizard .piping-options:after
{
    content: ' ';
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

#wizard .monogram-options h1,
#wizard .monogram-options label,
#wizard .piping-options h1
{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
}

#wizard .monogram-options h1:after,
#wizard .monogram-options label:after,
#wizard .piping-options h1:after
{
    content: ':';
}

#wizard .monogram-colors
{
    width: 160px;
    float: right;
    position: relative;
}

#wizard .monogram-colors h1
{
    position: absolute;
    top: 0;
    left: -110px;
    margin-top: 0;
}

#wizard .monogram-colors .color > label,
#wizard .piping-colors .color > label
{
    width: 43px;
    height: 40px;
}

#wizard .monogram-colors .color.active > label,
#wizard .piping-colors .color.active > label
{
    width: 39px;
    height: 36px;
}

#wizard .monogram-fonts h1
{
    float: left;
    margin-top: 0;
}

#wizard .monogram-fonts .font > label
{
    width: 80px;
    height: 74px;
    background-position: center center;
    background-repeat: no-repeat;
}

#wizard .monogram-fonts .font.active > label
{
    width: 76px;
    height: 70px;
}

#wizard .piping-colors h1
{
    line-height: 42px;
    float: left;
    margin: 0 26px 0 0;
}

#wizard .piping-colors ul
{
    display: inline-block;
}

#wizard .monogram-colors h1,
#wizard .monogram-fonts h1
{
    line-height: 82px;
}

#wizard .piping-colors ul,
#wizard .monogram-colors ul,
#wizard .monogram-fonts ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#wizard .piping-colors ul li,
#wizard .monogram-colors ul li,
#wizard .monogram-fonts ul li
{
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 7px 0;
}

.ie-old #wizard .piping-colors ul,
.ie-old #wizard .piping-colors ul li,
.ie-old #wizard .monogram-colors ul li,
.ie-old #wizard .monogram-fonts ul li
{
    float: left;
}

#wizard .piping-colors .color > label,
#wizard .monogram-colors .color > label,
#wizard .monogram-fonts .font > label
{
    border: 1px #c2c2c2 solid;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    margin: 0;
    cursor: pointer;
}

#wizard .piping-colors .color.active > label,
#wizard .monogram-colors .color.active > label,
#wizard .monogram-fonts .font.active > label
{
    border: 3px #f3ba16 solid;
}

#wizard .monogram-fonts h1,
#wizard .monogram-text label
{
    margin-right: 26px;
    width: 65px;
}

#wizard .monogram-text label
{
    margin-right: 22px;
    margin-left: 0;
}

#wizard .monogram-text input
{
    background: transparent;
    box-shadow: none;
    border: 1px #c2c2c2 solid;
    color: #8e8d8d;
    width: 314px;
}

.section-home
{
    background-color: #e8e8ea !important;
    background:right 36px no-repeat;
    background-size: cover;
    min-width: 960px;
}

.section-home #site-container
{
    position: relative;
}

#home
{
    color: white;
    position: relative;
    height: 100%;
    padding-bottom: 236px;
}

#home-blurb
{
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.75);
    text-transform: uppercase;
    margin: 220px 0 40px;
}

#home-blurb h1
{
    font-size: 72px;
    line-height: 72px;
    font-weight: bold;
    margin: 0;
}

#home-blurb p
{
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    margin: 0;
}

#home-blurb .submit
{
    text-shadow: none;
    margin: 24px 0 0 0;
}

#collections
{
    height: 236px;
    width: 100%;
    position: absolute;
    bottom: 125px;
    left: 0;
}

#collections ul
{
    width: 960px;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

#collections ul li
{
    display: inline-block;
    margin-right: 11px;    
}

.ie-old #collections ul li,
.ie-8 #collections ul li
{
    float: left;
}

#collections ul li:last-child {
    margin-right: 0 !important;
}

#collections ul li.last-child
{
    margin-right: 0 !important;
}

#collections .collection a
{
    width: 310px;
    height: 235px;
    display: block;
    background: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

.ie-old #collections .collection a
{
    border: 1px #c2c2c2 solid;
}

#collections .collection h1,
#collections .collection .image
{
    margin: 0 12px;
}

#collections .collection h1
{
    height: 38px;
    line-height: 38px;
    color: #262626;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    text-align:center;
}

#collections .collection .image
{
    width: 282px;
    height: 183px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.checkout-nav
{
    margin-top: 20px;
    height: 112px;
    line-height: 112px;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 400;
    text-align: center;
    color: rgba(38, 38, 38, 0.5);
}

.checkout-nav .active
{
    color: #f3ba16;
}

.checkout-nav ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.checkout-nav ul li
{
    display: inline-block;
    position: relative;
    padding-right: 30px;
}

.checkout-nav ul li:after,
#purchases > header h1 .heading:after,
#purchase > header h1 .heading:after
{
    content: ' ';
    height: 180px;
    width: 280px;
    display: block;
    background: url("/static/images/icons/delimiter.png");
    width: 16px;
    height: 32px;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    right: 0;
}

.checkout-nav ul li:last-child
{
    padding-right: 0;
}

.checkout-nav ul li:last-child:after
{
    display: none;
}

.section-bag header
{
    margin-bottom: 36px;
}

#checkout-reminder {
	background: none repeat scroll 0 0 white;
    border: 1px solid rgba(38, 38, 38, 0.2);
    font-size: 0.87em;
    line-height: 36px;
    margin-bottom: 36px;
    text-align: center;
}

#bag-summary,
.bag-item,
.section-bag .module
{
    background: white;
    border: 1px #cacaca solid;
    border: 1px rgba(38, 38, 38, 0.2) solid;
    margin-bottom: 36px;
}

#bag-summary
{
    padding: 14px 28px;
}

.section-bag .module
{
    padding: 24px 38px;
}

.section-bag .module
{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#bag
{
    position: relative;
    padding-bottom: 36px;
    border-bottom: 1px #cacaca solid;
    border-bottom: 1px rgba(38, 38, 38, 0.2) solid;
}

#bag-summary
{
    position: relative;
    overflow: hidden;
    font-size: 24px;
    line-height: 32px;
    color: #a9a9a9;
}

#bag-summary p
{
    margin: 0;
    position: absolute;
    top: 50%;
    line-height: 24px;
    margin-top: -12px;
    left: 28px;
    text-transform: uppercase;
}

#bag-summary div.holiday {
	clear: both;
    color: black;
    float: right;
    font-size: 8pt;
    line-height: 18px;
    padding-top: 12px;
    width: 441px;
}

#promo p
{
    margin-top: -35px;
}

#promo label
{
    display: block;
}

dl.receipt
{
    float: right;
    width: 285px;
    margin: 0;
    text-transform: uppercase;
}

.ie-old dl.receipt
{
    width: 267px !important;
}

dl.receipt
{
    width: auto;
}

dl.receipt dt
{
    float: left;
    clear: both;
    width: 165px;
}

dl.receipt dt
{
    width: 147px;
}

dl.receipt dd
{
    float: right;
    text-align: right;
    font-weight: bold;
    color: #262626;
    width: 120px;
    margin: 0;
}

dl.receipt .total
{
    line-height: 52px !important;
    border-top: 1px #cacaca solid;
    border-top: 1px rgba(38, 38, 38, 0.2) solid;
}

dl.receipt dt,
dl.receipt dd
{
    line-height: 36px;
}

dl.receipt
{
    border-top: 1px #cacaca solid;
    border-top: 1px rgba(38, 38, 38, 0.2) solid;
    padding-top: 12px;
    color: #a9a9a9;
    font-weight: 200;
}

#bag dl.receipt,
#purchase dl.receipt
{
    border-top: none;
}

.receipt .total
{
    font-weight: normal;
    margin-top: 12px;
}

#checkout label
{
    color: #1e1e1e;
}


#bag nav p
{
    width: 100%;
    text-align: right;
    margin: 0;
}

#bag .tax-warning
{
    position: absolute;
    left: 0;
    bottom: 36px;
    line-height: 36px;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    color: rgba(38, 38, 38, 0.5);
}

.bag-item
{
    position: relative;
}

.ie-old .bag-item
{
    min-height: 300px;
}

.bag-item:after
{
    content: ' ';
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.bag-item .item-photo
{
    width: 280px;
    height: 280px;
    display: block;
    margin: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-right: 1px #cacaca solid;
    border-right: 1px rgba(38, 38, 38, 0.2) solid;
    border-bottom: 1px #cacaca solid;
    border-bottom: 1px rgba(38, 38, 38, 0.2) solid;
    float: left;
}

.bag-item > div
{
    margin-left: 281px;
    padding: 36px;
}

.bag-item header
{
    overflow: hidden;
}

.bag-item h1,
.bag-item .price
{
    font-size: 24px;
    font-weight: bold;
    color: #262626;
    text-transform: uppercase;
    margin: 0;
    line-height: 28px;
}

.bag-item h1
{
    float: left;
    width: 470px;
}

.bag-item .price
{
    float: right;
}

.bag-item p
{
    width: auto;
    margin: 24px 0;
}

.bag-item .delete,
#promo-remove
{
    width: 13px;
    height: 13px;
    background: url("/static/images/widgets/close-alt.png") 0 0 no-repeat;
    border: none;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 12px;
    right: 24px;
}

#promo-remove
{
    top: 5px;
}

.promo-applied
{
    position: relative;
    color: #262626;
    font-size: 18px;
    line-height: 20px;
    display: block;
    text-transform: none;
    margin-top: 6px;
}

.bag-item .description a
{
    font-weight: bold;
    color: #181818;
}

.bag-item .description a:hover
{
    border-bottom: 1px #f3ba16 solid;
}

#page-content #purchases > header h1,
#page-content #purchase > header h1
{
    text-align: left;
    font-weight: 400;
    font-size: 48px;
    height: 112px;
    line-height: 112px;
    margin: 0;
    color: rgba(38, 38, 38, 0.5);
}

#page-content #purchase > header h1 .status
{
    font-size: 24px;
    float: right;
}

#page-content #purchases > header h1,
#page-content #purchase > header h1 .number
{
    color: #f3ba16;
}

#purchases header h1 .heading,
#purchase header h1 .heading
{
    position: relative;
    padding-right: 30px;
}

#purchase header h1 a.heading
{
    color: rgba(38, 38, 38, 0.5);
}

#purchases .order-preview
{
    list-style-type: none;
    margin-top: 36px;
    margin-right: -67px;
    padding: 0;
    border-bottom: 1px #cacaca solid;
    border-bottom: 1px rgba(38, 38, 38, 0.2) solid;
}

#purchases .order-preview li
{
    display: inline-block;
    margin-right: 65px;
    width: 270px;
}

.ie-old #purchases .order-preview
{
    overflow: hidden;
    padding-bottom: 30px;
}

.ie-old #purchases .order-preview li
{
    float: left;
    margin-right: 40px;
}

#purchases .item
{
    text-align: center;
    margin-bottom: 36px;
}

#purchases .item h1
{
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}

#purchases .item h1 a
{
    color: #262626;
}

#purchases .item .price
{
    margin: 0;
}

#purchases .item .preview
{
    display: block;
    width: 268px;
    height: 244px;
    border: 1px #c9c9c9 solid;
    position: relative;
    margin-top: 20px;
}

#purchases .item .preview .thumb-large
{
    display: block;
    width: 268px;
    height: 244px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}

#purchases .item .preview .thumbs-small
{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 66px;
    overflow: hidden;
    border: 1px white solid;
}

#purchases .item .preview .thumbs-small .thumb
{
    width: 66px;
    height: 66px;
    display: block;
    float: left;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-right: 1px white solid;
}

#purchases .item .preview .thumbs-small .thumb:last-child
{
    border-right: none;
}

#purchase #bag-items
{
    margin-top: 36px;
}

#checkout-banner
{
    background: #ffecec;
    border: 1px #b26a6a solid;
    padding: 15px 30px;
    margin-top: 30px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#checkout-banner h1
{
    color: #262626;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
}

.has-throbber
{
    position: relative;
}

.has-throbber .throbber
{
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: -28px;
}

#promo .has-throbber .throbber
{
    top: 0;
    margin-top: 29px;
    right: -6px;
}

#promo .error-message
{
    text-transform: none;
    font-size: 11px;
    text-align: left;
}

#no-purchases
{
    background: white;
    border: 1px #cacaca solid;
    border: 1px rgba(38, 38, 38, 0.2) solid;
    padding: 35px;
    text-align: center;
    margin-top: 18px;
    font-size: 24px;
    color: #262626;
    font-weight: bold;
    text-transform: uppercase;
}

#no-purchases p
{
    margin: 50px 0;
}

#no-purchases .button
{
    font-weight: normal;
}

.section-error
{
    text-align: center;
    min-height: 400px;
}

.section-error #page-content
{
    position: relative;
    padding: 0;
}

.section-error article
{
    width: 950px; /* .layout */
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -475px;
}

.section-error h1
{
    border-top: 1px #cacaca solid;
    border-top: 1px rgba(38, 38, 38, 0.2) solid;
    font-size: 24px;
    font-weight: bold;
    color: #262626;
    text-transform: uppercase;
    margin: 20px 0 30px;
    padding-top: 46px;
}

.section-error .return a
{
    border-bottom: 1px #f3ba16 solid;
}

.label-status
{
    margin-top: 32px;
}

.ui-text-shadow
{
	display: inline-block;
	margin-right: 0.3em;
}

.ui-text-shadow, .ui-text-shadow-original 
{
	position: relative;
}

.ui-text-shadow-original
{
	z-index: 1;
	text-shadow: none;
}

.ui-text-shadow-copy 
{
	position: absolute;
	z-index: 0;
  
	line-height: 110.74235%; /* fixes #9 */
	line-height: 100%;

	color: #777 !important;
	color: rgba(0, 0, 0, 0.5) !important;

	/* default positioning */
	left: 0;
	top: 0;
	zoom: 1; /* fixes #8 in IE7 and below */
  
	/* turn off shadow */
	text-shadow: none;
  
	/* turn off selection */
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

