html, body {
    margin: 0px;
    padding: 0px;
    background-color: #000000;
    color: #000000;
}

.flashFallback {
    background-color: #000000;
}

#homeFeature,
#shirtandtie,
#sexybasics,
#lookbook,
#twenty-one,
#graphicTees {
	text-align: left;
	margin: 0 auto;
}

#homeFeature,
#graphicTees,
#lookbook,
#sexybasics {
	width: 960px;
}

#homeFeature {
	height: 451px;	
}
#shirtandtie {
	width: 825px;
}

#twenty-one {
	width: 810px;
}

.centeringContainer
{
    background-color: #000000;
    text-align: center;
}

#playlistContainer {
	background-color: #b0b3b4;	
}

#playlistContainer table
{
    margin: 0 auto;
}

.stateSelectContainer {
    text-align: left;
    width: 100px;
}

#wishlistCount a:link,
#wishlistCount a:visited,
#wishlistCount a:hover {  
    color: #ffffff;
    text-decoration: none;
}

/** Store Specials Ticker **/
#ticker_container {
   background-color: #ffffff;
   filter: alpha(opacity=80);
   -moz-opacity: .8;
   margin-top: -28px;
   opacity: .8;
   width: 100%;
   height: 28px;
   line-height: 28px;
   padding-top: 6px;
   z-index:5;
}

#ticker_parts {
   position: relative;
   width: 100%;
   vertical-align: middle;
   z-index:6;
}

#specials_label {
    position: absolute;
    top: 0;
    left: 0;
    width: 105px;
    margin: 0px 5px 4px 8px;
    padding: 0px 10px 0px 0px;
    color: #ffffff;
    font-weight: bold;
    height: 18px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    border-right: 1px solid #cccccc;
   z-index:8;
}

#ticker_data {
    padding-top: 1px;
    color: #ffffff;
    margin: 0 110px 0 130px;
    
   z-index:7;
}

#findStore_label {
    position: absolute;
    top: 0;
    right: 0;
    width: 85px;
    margin: 0px 8px 0px 5px;
    padding: 0px 0px 0px 10px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    border-left: 1px solid #cccccc;
    
   z-index:9;
}

#findStore_label a {
    color: #ffffff;
    font-weight: bold;  
}

hr {
    height: 1px;
    width: 100%;
    background-color: #cccccc;
    border: none;
}

#productList {
    background-color: #ffffff;
    padding: 15px 0px 25px 15px;   
}
	.productSalePrice {
		color: #ff0000;
	}
    #productListHeader,
    #productListFooter {
        width: 820px;
        padding: 5px 0px 0px 0px;
        vertical-align: bottom;
    }
    .productListName {
        float: left;
        padding: 0px 0px 0px 25px;
        color: #848484;
        font-size: 1.8em;
        font-weight: bold;
        text-transform: uppercase;    
    }
    .productListPagination {
        float: right;
        padding: 5px 35px 0px 0px;
    }
    .pageButton {
        border: 1px solid #666666;
        padding: 0px 1px 0px 1px;
        margin: 0px 2px 0px 0px;
        text-align: center;
        font-size: 0.8em;
        font-weight: bold;
        background-color: #ffffff;
        color: #666666;
    }
    .pageButtonCurrent {
        border: 1px solid #999999;
        padding: 0px 1px 0px 1px;
        margin: 0px 2px 0px 0px;
        text-align: center;
        color: #ffffff;
        font-size: 0.8em;
        font-weight: bold;
        background-color: #666666;
    }
    
    
    .fadeDividerTop {
        text-align: center;
        width: 820px;
    }
    
    .fadeDividerBottom {
        margin-top: 15px;
        text-align: center;
        width: 820px;
    }
    
    #productCount {
        text-align: right;     
        width: 785px;
    }
    
    .borderRight {
        border-right: 1px solid #cccccc;
    }
    
    .borderBottom{
        border-bottom: 1px solid #cccccc;
    }
    .productInfo,
    #productInfo {
        margin: 0px 10px 20px 10px;
    }
    #productEmail {
        margin: 0px 0px 20px 0px;
        padding: 0px 20px;
    }
    #productEmail input {
        margin-bottom: 10px;
    }
    .productName,
    #productName {
        color: #848484;
        font-size: 1.4em;
        font-weight: bold;
        margin-bottom: 15px;
        margin-left: 14px;
    }

    #productOverview,
    #productDescriptionList {
        margin-bottom: 10px;
        margin-left: 14px;
    }
    .productWLPrice,
    #productPrice {
        margin: 10px 0px 30px 0px;
        margin-left: 14px;
        text-align: left;
    }
    .wishlist_comment_view,
    #wishlist_comment_view {
        text-align: left;
    }
    #wishlistAddButton,
    #wishlistGoButton {
        margin: 15px 0px 8px 0px;
        text-align: center;
    }
    #productButtons {
        margin-bottom: 8px;
        text-align: center;
    }
    
    #wishlistAddButton button,   
    #wishlistGoButton button {    
        width: 304px;
        height: 20px;
    }
    .productButtons button,
    #productButtons button {        
        width: 100px;
        height: 20px;
    }
    .wishlistAddButton button,
    .wishlistGoButton button,
    .productButtons button,
    #wishlistAddButton button,
    #wishlistGoButton button,
    #productButtons button {
        margin: 1px;
    }
    .wishlistComment,
    .wishlistCommentView,
    .wishlistCommentOption,
    #wishlistComment,
    #wishlistCommentView,
    #wishlistCommentOption {
        text-align: center;
    }
    .wishlistComment button,
    #wishlistComment button {
        margin: 3px;
    }
    .wishlist_comment,
    #wishlist_comment {
        width: 300px;
        height: 65px;
        margin: 8px 0px;
        overflow: auto;
        border: 1px solid #666666;
    }
    .productNumbers,
    #productNumbers {
        margin: 20px 0;
        text-align: center;
    }
    .productNumbers table,
    #productNumbers table {
        width: 260px;
        margin: 0 auto;
        text-align: left;
    }
    .productNumbers td,
    #productNumbers td {
        padding: 2px 4px 2px 4px;
        text-transform: uppercase;
        font-size: 0.8em;   
        font-weight: bold;
        text-align: center;
        margin: auto;
    }
    
    #whatsnew_feature {
        background-color: #ffffff;
        margin: 0 auto 0 auto;
        text-align: center;
        width: 100%;
    }
    
    #whatsnew_feature table {
        margin: 0px auto; 
        text-align: left;
    }
    
    .productListRow {
        width: 860px;
    }
                            .productContainer {
                                float: left;
                                margin: 0px 25px 25px 0px;
                            }                       
                                .productImage {                
                                    margin: 2px 2px 8px 2px;
                                    text-align: center;
                                }
                                .productImageOver {            
                                    border: 2px solid #848484;
                                    margin-bottom: 6px;  
                                    text-align: center;                                  
                                }
                                .productTitle,
                                .productTitleOver {
                                    text-align: center;
                                }
                                .productTitle a:link,
                                .productTitle a:visited {                                    
                                    font-weight: bold;
                                    color: #000000;
                                }
                                .productTitle a:hover {                                    
                                    font-weight: bold;
                                    color: #848484;
                                }
                                .productTitleOver a:link,
                                .productTitleOver a:visited,
                                .productTitleOver a:hover {                                    
                                    font-weight: bold;
                                    color: #848484;
                                    text-decoration: underline;
                                }
                                .productPrice {
                                    text-align: center;
                                    color: #000000;
                                }

#printContainer {
    padding: 30px;
    background-color: #ffffff;
    width: 100%;
    height: 100%;  
}

#navHeader {
    font-weight: bold;
    font-size: 1.3em;
    text-transform: uppercase;
    border-bottom: 1px dotted #666666;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.headerHer,
.headerHim {
	color: #ffffff;
}

#leftNav {
    padding: 35px 20px 0px 25px;
    background-color: #000000;
    width: 130px;
}

#leftNav a:link,
#leftNav a:visited {
    color: #ffffff;   
    text-decoration: none;
}

#leftNav a:hover {
    color: #ffffff;
    text-decoration: underline;
}

#leftNav a.selected:link,
#leftNav a.selected:visited,
#leftNav a.selected:hover {
    color: #848484;
    text-decoration: underline;
}

.nav_topgroup {
    border-bottom: 1px dotted #666666;
    padding-bottom: 5px;
    margin-bottom: 15px;   
}
.nav_standardgroup {
    padding-bottom: 5px;
    margin-bottom: 15px; 
    
}

.nav_firstlevel {
    margin: 2px 0px 3px 0px;    
}

.nav_secondlevel {
    margin: 2px 0px 3px 15px;
}

.subnavHidden {
    display: none;   
}

a:link,
a:visited {
    color: #666666;
    text-decoration: none;   
}
a:hover {
    color: #848484;
    text-decoration: underline;       
}

#canvas {
    width: 100%;
}

.clear {
    clear: both;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    line-height: 0;
}

#overlay_title {
    color: #848484;
    font-size: 1.6em;
    font-weight: bold;
    text-transform: uppercase;
}

.descriptionText {
    color: #666666;      
}

.standardText {
    color: #666666;
}

.errorZone,
.messagingZone {  
    color: #ff0000;
    padding: 10px 0px 10px 0px;
    font-weight: bold;
    text-align: center;
}

.errorBox {
    border-color: #ff0000;
}

.selectInput {
    border: 1px solid #cccccc;
    height: 20px;
    color: #666666;  
    text-transform: uppercase;  
}

.textInput {
    border: 1px solid #cccccc;
    height: 16px;
    width: 98%;
    color: #666666;
}

.textArea {
    border: 1px solid #cccccc;
    width: 100%;
    color: #666666;
}

.textInputPD,
.textAreaPD {
    width: 250px;
    border: 1px solid #cccccc;
    color: #666666;
}

.textInput {
    height: 16px;       
}

.greyButton,
.whiteButton,
.colorButton {
    border: none;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    font-size: 0.9em;
}

.greyButton {
    background-color: #666666;
    color: #ffffff;
}

.whiteButton {
    background-color: #ffffff;
    color: #666666;
    border: 1px solid #666666;
}

.colorButton {
    background-color: #848484;  
    color: #ffffff;
}

.disclaimer {
    font-size: 0.9em;
    color: #666666;
}

.greyDots {
    color: #cccccc;
    font-size: 0.8em;
    text-align: center;   
    padding: 0 0 10px 0; 
}

.smallVerticalSeperator {
    margin: 0px 5px 1px 5px;
}

#pageHeader {
    width: 100%;
    height: 85px;
}
    #headerNavLeft {
        padding: 20px 0px 0px 13px;
        white-space: nowrap;
    }
    #headerNavRight {
        text-align: right;
        padding: 22px 5px 0px 0px;
        white-space: nowrap;
    }
    #headerNavRight td {
        white-space: nowrap;
        height: 18px;          
    }
    #headerNavRight .wishlist {
        white-space: nowrap;
    }
    #headerNavRight .wishlist a:link,
    #headerNavRight .wishlist a:visited,
    #headerNavRight .wishlist a:hover {
        color: #ffffff;
        text-decoration: none;
    }
    #headerNavRight #wishlistCount {  
        font-size: 0.8em;
        padding-right: 5px;
        line-height: 18px;
    }
    #headerNavLeft img {
        vertical-align: bottom;
        margin-right: 10px;
    }
    #headerNavRight img {
        vertical-align: middle;   
        margin: 0px 6px; 
    }

#pageContent {
}
    #promos {
        padding-top: 5px;
        text-align: center;
        margin: 0 auto;
    }
    #promos img {
        margin: 0px 3px;
    }
#pageFooter {
    text-align: center;
    margin-top: 15px;
}
    #pageFooter a:link,
    #pageFooter a:visited {
        color: #999999;
        font-size: 0.8em;
        text-decoration: none;
    }
    #pageFooter a:hover {
        color: #ffffff;
        font-size: 0.8em;
        text-decoration: none;
    }
    #copyright {
        margin-top: 10px;
        color: #999999;
        font-size: 0.8em;
    }
    #legalnotices {
        color: #999999;
        font-size: 0.8em;        
    }
    #legalnotices strong {
        color: #999999;
        font-size: 1em;        
    }
    

/**  EMAIL SIGN UP OVERLAY STYLES **/
#emailSignupTable input {
    border: 1px solid #cccccc;
    height: 16px;
    color: #666666;
    margin: 2px 0px 10px 0px;
}
#emailSignupTable .largeBox {
    width: 300px
}
#emailSignupTable .medBox {
    width: 170px
}
#emailSignupTable .smallBox {
    width: 135px
}
#emailSignupTable .selectBox {
    width: 100px
}

h1.overlay_title
{
    font-weight: bold;
    font-size: 26px;
    margin: 0 0 5px 0;
    padding: 0;
    color: #848484;
}
/**  EMAIL SIGN UP OVERLAY STYLES **/

a.activeLink
{
    text-decoration:underline;
}


/**WISHLIST**/
input#txtCity,
input#txtZipCode
{
    width: 183px;
    margin: 5px 0;
}

select#setState,
select#selRadius
{
    width: 88px;
    margin: 5px 0;
}

.greyButton {
    background-color:#666666;
    color:#FFFFFF;
    width: 100px;
}
#errorBox
{
    display: none;
    color: #cc0000;
    font-size: 11px;
    padding: 5px;
    border: 1px solid #cc0000;
    margin-bottom: 10px;
}

a.viewMapLink
{
    text-decoration: underline;
    color: #b4b4b4;
    font-size: 11px;
    font-weight: bold;
}

td.viewMapText
{
    text-align:right;
}

#wishLeft h1.overlay_title
{
    display:inline;
    margin:0 0 0 0;
    padding-right: 25px;
    vertical-align:bottom;
    line-height: 25px;
}

#wishLeft
{
    height: 565px;
    width: 565px;
    float:left;
    border-right: 1px solid #cccccc;
    overflow-y: auto;
    overflow-x: hidden !important;
}
#wishLeft table {        
    margin: 10px 0px 20px 0px;
}

#wishRight
{
    float: right;
    width: 315px;
}

#wishRightFind
{
    height: 375px;
    overflow-y: auto;
    overflow-x: hidden !important;
}
.divider
{
    border-top: 1px solid #cccccc;
    margin:15px;
}
h5.overlay_title
{
    color:#666666;
    margin:0;
    padding:0;
    font-size: 18px;
}

#wishExpressCard
{
    margin:15px 0;
    padding-right: 20px;
}
#wishExpressCard h1
{
    color:#848484;
    font-size:22px;
    font-weight:bold;
    margin:0;
    padding:0;
}
#wishExpressCard h5
{
    color:#666666;
    margin:0;
    padding:0;
    font-size: 14px;
}
.wishExpressCardText
{
    padding: 15px 0 20px 0;
}

.orangeText
{
    color: #848484;
    font-weight: bold;
    padding: 15px 0;
}

span.smallText
{
    font-size: 10px;
}

a.clearLink
{
    color: #848484;
    text-decoration: underline;
    font-size: 10px;
}
td.sendBtn
{
    vertical-align: bottom;
    padding-bottom: 10px;
}

input.checkbox
{
    margin:0;
    padding:0;
}

#sendWishListContainer
{
    display: none;
}

#sendWishListContainer input
{
    margin-bottom: 10px;
}

.productDivider
{
    border-top:1px solid #ccc;
    margin: 20px 15px 20px 0;

}

.remove_btn
{
    float:right;
    padding:5px 15px 0 20px;
}

#noItemsWishList
{
    display:none;
    width:525px;
}

.wishlist_comment
{
    border:1px solid #666666;
    height:65px;
    margin:8px 0px;
    overflow:auto;
    width:270px;
}