/************************************ Overall Tweaks ************************************/

@font-face {
    font-family: "Glyphicons Halflings";
    src: url("/ATSResources/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), 
         url("/ATSResources/glyphicons-halflings-regular.woff") format("woff"), 
         url("/ATSResources/glyphicons-halflings-regular.ttf") format("truetype"), 
         url("/ATSResources/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg");
}

@font-face {
    font-family: "Amaranth";
    font-style: normal;
    font-weight: normal;
    src: url("/ATSResources/Amaranth.eot?") format("eot"), 
         url("/ATSResources/Amaranth.woff") format("woff"), 
         url("/ATSResources/Amaranth.ttf") format("truetype"), 
         url("/ATSResources/Amaranth.svg#Amaranth") format("svg");
}

div.top-header-border-xs.top-header-border-md.top-header-border-sm.top-header-border-lg {
    display: none;
}

div.sub-content-top-padding {
    padding: 20px;
}

/************************************* Store Tweaks *************************************/

.storewrapper {
max-width:1170px;
margin:auto;}

body.store div.storewrapper div.StoreHome, 
body.store div.storewrapper div.ViewOrders {
    margin: 5px;
}

body.store div.storewrapper table.storelayout tr.prod_search td div.storeheader {
    margin: 0 5px;
}

body.store div.storewrapper table.storelayout .label {
    border-radius: 0px;
    color: #000;
    font-size: 12px;
    line-height: inherit;
    padding: inherit;
    text-align: left;
    vertical-align: inherit;
    white-space: inherit;
}
.main-navigation .navbar-nav>li {
    margin: inherit
}
.modal-dialog {
    max-width: inherit;
}
.store .container {
    width: inherit;
}
.store .navbar-nav .dropdown-menu {
	position:absolute;
	float:left;
}
/************************************ Profile Tweaks ************************************/

div.ATSAppBodyContent div.tabBody div.field .requiredField {
    width: 140px;
}
.store .legend {
    position: initial;
	text-align:initial;
}
.store .legend span {color:#777;}