@charset "utf-8";
/* CSS Document */
* {margin: 0; padding: 0; border: 0px none;}
body {margin: 0;  background-color:#000; }
img {border: 0px none; vertical-align: top}
p {font-family:"Courier New", Courier, monospace;  font-size: 12px;}
a {text-decoration: none;}
a, img {border: 0px none;}
#container {
	width: 100%;
	height: 100%;
	overflow: auto;
}
#header {
  position: relative;
  float: left;
  width: 100%;
  height: 125px;
  overflow: visible;
  background: url('skin2/bgHeader2.jpg') no-repeat center 0px;
}
#navHolder {
 position: relative;
 float: left;
 overflow: visible;
 width: 100%;
 height: 35px;
 margin-left: auto;
 margin-right: auto;
 z-index: 400;  
 background-color: #000;
}
#navButtons {
  position: relative;
  float: none;
  width: 1100px;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
 
}
#navHome {
  position: relative;
  display: block;
  float: left;
  width: 61px;
  height:30px;
  margin-left: 10px;
  margin-top: 5px;
  background-image: url('images/navTop_home.gif');
  background-repeat: no-repeat;
  background-color:#000
}
#navHome:hover {
  background-image: url('images/navTop_homeON.gif');
  cursor: pointer
}
#navCollections {
 font-size: small;
 font-family: arial, helvetica, sans-serif;
 float:left;
 margin-top: 5px;
 margin-bottom: 5px;
 margin-left: 10px;
 margin-right: 25px;
 background: url('images/navTop_collections.gif');
}
/*  position: relative;
  display: block;
  float: left;
  width: 128px;
  height: 25px;
  margin-top: 5px;
  margin-left: 10px;
  background-image: url(images/navTop_collections.gif);
  background-repeat: no-repeat;
  background-color:#000; */
#navCollections:hover {
  background-image: url('images/navTop_collectionsON.gif');
  background-repeat: no-repeat;
  cursor: pointer
}
#navBuyonline {
  position: relative;
  float: left;
  width: 102px;
  height:30px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
  background-image: url('images/navTop_buyonline.gif');
  background-repeat: no-repeat;
  background-color:#000
}
#navBuyonline:hover {
  background-image: url('images/navTop_buyonlineON.gif');
  background-repeat: no-repeat;
  cursor: pointer
}
#navAbout {
  position: relative;
  float: left;
  width: 68px;
  height:30px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
  background-image: url('images/navTop_about.gif');
  background-repeat: no-repeat;
  background-color:#000
}
#navAbout:hover {
  background-image: url('images/navTop_aboutON.gif');
  background-repeat: no-repeat;
  cursor: pointer
}
#navContact {
  position: relative;
  float: left;
  width: 85px;
  height:30px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
  background-image: url('images/navTop_contact.gif');
  background-repeat: no-repeat;
  background-color:#000
}
#navContact:hover {
  background-image: url('images/navTop_contactON.gif');
  background-repeat: no-repeat;
  cursor: pointer
}
#navStores {
  position: relative;
  float: left;
  width: 89px;
  height:30px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 490px;
  background-image: url('images/navTop_stores.gif');
  background-repeat: no-repeat;
  background-color:#000
}
#navStores:hover {
  background-image: url('images/navTop_storesON.gif');
  background-repeat: no-repeat;
  cursor: pointer
}
#bodyHolder {
  position: relative;
  float: left;
  width: 100%;
  height:auto;
  background: url('skin2/bgColor2.jpg') no-repeat center 0px fixed;
}
#bodyHolder_white {
  position: relative;
  width: 1100px !important;
  height:auto;
  background-color:#ffffff;
  background-image:url('skin2/whiteBg.jpg');
  background-repeat: repeat-y;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  min-height:550px;
}
#footerHolder {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  background-color: #000;
}
#leftColumn {
  float: left;
  width: 579px;
  margin-right: 20px;
}
#rightColumn {
  float: left;
  width: 478px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  
}
.pressTitle {
  position: relative;
  float:left;
  margin-top: 5px;
  margin-bottom: 20px;
  width: 478px;
}

/* IMG CSS */

#headerIMG {
  display: block;
  width: 1300px;
  height: 125px;
  margin-left: auto;
  margin-right: auto;
}
#navCollections_blank {
  display:block;
  width: 128px;
  height: 30px;
}
.random {
  width: 579px;
  height: 460px;
  padding: 10px;
}
.sepH {
  position: relative;
  float: left;
  height: 1px;
  margin-bottom: 10px;
  background-image:url('images/sepH.gif');
  background-repeat:repeat-x
}
.sepV {
  float: left;
  width: 2px;
  margin-top: 10px;
  margin-right: 10px;
}
#footerContent {
  position: relative;
  float: none;
  width: 1100px;
  height: 40px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
#thumb {
  position:relative;
  height:80px;
  width:10px;
  background: #464646 url('images/scroll.gif') no-repeat center;
}
.banner {
  margin-bottom: 10px;
  width: 458px;
  height: 200px;
}
.footerLink {
  position: relative;
  float: left;
  width: 80px;
  height: 40px;
  margin-left:10px;
}
.footerLink:hover {
  background-color:#111;
  cursor: pointer;
}

/* TXT CSS */
#copyright {
  color: #999;
  position: relative;
  float: left;
  font-size: 11px;
  width: 465px;
  height: 40px;
  line-height: 40px;
}
p.footerLink {
  color: #999;
  text-align: center;
  font-size: 11px;
  line-height: 40px;
  margin-right: auto;
  margin-left: auto;
}
p.footerLink:active {}
p.footerLink:visited {}
p.footerLink:hover {
  color: #fff;
}
.topNav {
  color: #fff;
  text-align: right;
  line-height: 25px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}
.topNav:hover {color: #333;}
.topNav:visited {color: #fff;}
.topNav:active {color: #fff;}
/* CSS Menus - Horizontal CSS Menu with Dropdown and Popout Menus - 20050131 */
#menu{
  float:left;
  width: 128px;
  margin-top: 5px;
  margin-left: 10px;
  height:30px;
}
#menu a, #menu h2{
  font-size: 14px;
  display:block;
  border-left: 1px;
  border-right: 1px;
  border-color: #fff;
  border-style: solid;
  white-space:nowrap;
  margin:0;
  padding:10px 5px 10px 5px;
}
#menu h2{}
#menu a{
  background:#000 url('images/navTop_subOff.gif');
  text-decoration:none
  
}
#menu a, #menu a:visited{
  color:#ccc;
}
#menu a:hover{
color:#fff;
background:#f26522 url('images/navTop_subOn.gif');
/*padding-left: 13px;*/
}
#menu a:active{
color:#ccc;
background:#000;
}
 
/* SUB NAV */
/*
#menu a.trunks{
color:#ccc;
background: #000;
padding-left: 15px;
}
#menu a.trunks:hover{
color:#fff;
font-weight: bold;
text-align: right;
background: #000 url('images/navTop_trunkOn.gif') no-repeat top left;
padding-right: 15px;
}
#menu a.hipbrief{
color:#ccc;
background: #000;
padding-left: 15px;
}
#menu a.hipbrief:hover{
color:#fff;
font-weight: bold;
text-align: right;
background: #000 url('images/navTop_hipBriefOn.gif') no-repeat top left;
padding-right: 15px
}
#menu a.boxerbrief{
color:#ccc;
background: #000;
padding-left: 15px;
}
#menu a.boxerbrief:hover{
color:#fff;
font-weight: bold;
text-align: right;
background:#000 url('images/navTop_boxerBriefOn.gif') no-repeat top left;
padding-right: 15px
}
#menu a.boxershorts{
color:#ccc;
background: #000;
padding-left: 15px;
}
#menu a.boxershorts:hover{
color:#fff;
font-weight: bold;
text-align: right;
background: #000 url('images/navTop_boxersOn.gif') no-repeat top left;
padding-right: 15px
}
#menu a.pants{
color:#ccc;
background: #000;
padding-left: 15px;
}
#menu a.pants:hover{
color:#fff;
font-weight: bold;
text-align: right;
background: #000 url('images/navTop_pantsOn.gif') no-repeat top left;
padding-right: 15px
}
#menu a.velourpants{
color:#ccc;
background: #000;
padding-left: 5px;
}
#menu a.velourpants:hover{
color:#fff;
font-weight: bold;
text-align: right;
background: #000 url('images/navTop_velourPantsOn.gif') no-repeat top left;
padding-right: 15px
}
#menu a.shorts{
color:#ccc;
background: #000;
padding-left: 15px;
}
#menu a.shorts:hover{
color:#fff;
font-weight: bold;
text-align: right;
background: #000 url('images/navTop_shortsOn.gif') no-repeat top left;
padding-right: 15px
}
#menu a.terry{
color:#ccc;
background: #000;
padding-left: 5px;
}
#menu a.terry:hover{
color:#fff;
font-weight: bold;
text-align: right;
background: #000 url('images/navTop_terryOn.gif') no-repeat top left;
padding-right: 15px
}
#menu a.socks{
color:#ccc;
background: #000;
padding-left: 5px;
}
#menu a.socks:hover{
color:#fff;
font-weight: bold;
text-align: right;
background: #000 url('images/navTop_sockOn.gif') no-repeat top left;
padding-right: 15px
}
#menu a.lounge{
color:#ccc;
padding-left: 15px;
background:#000 url('images/navTop_subOff.gif') no-repeat top left;
}
#menu a.lounge:hover{
color:#fff;
font-weight: bold;
text-align: right;
background:#f26522 url('images/navTop_subOn.gif') no-repeat top left;
padding-right: 15px
}
#menu a.underwear{
color:#ccc;
padding-left: 15px;
padding-bottom:0px;
background:#000 url('images/navTop_subOff.gif') no-repeat top left;
}
#menu a.underwear:hover{
color:#fff;
font-weight: bold;
text-align: right;
background:#f26522 url('images/navTop_subOn.gif') no-repeat top left;
padding-right: 15px
}
 */
/**/

/* Begin non-anchor hover selectors */
/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */
/*
div#menu h2:hover{
background:#000 url('/css/images/expand3.gif') no-repeat -999px -9999px;
}
div#menu li:hover{
cursor:pointer;
z-index:100;
}
div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}
div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}
#menu a.x, #menu a.x:visited{
font-weight:bold;
color:#000;
}
#menu a.x:hover{
color:#ccc;
background:#000;
}
#menu a.x:active{
color:#fff;
background:#111;
}
*/
#submenu{
width:1100px; 
height:auto;
background-color:#000000;
float:left;
position:absolute;
top:35px;
left:0px;
font-family:"Courier New", Courier, monospace;
font-size:12px;
display:none;
opacity:0.9;
}
#submenu a{
color:#ffffff;
opacity:0.5;
}
#submenu a:hover{
opacity:1.0;
}
#submenu ul{
width:100%;
height:auto;
float:left;
overflow:hidden;
border-top:1px dotted #ffffff;
}
#submenu ul li{
display:inline;
width:135px;
height:auto;
float:left;
overflow:hidden;
}
#submenu .title{
	padding:15px;
	padding-top:0;
	color:#ffffff;
}
#submenu h2{
	font-size:16px;
}

#submenu .mini{
border:1px solid #000000;
}
#submenu .mini:hover{
border:1px solid #c0c0c0;
}
/* End CSS Popout Menu */
table {
  margin: 10px;
}

/* DOWNLOAD */
   .dl_box, .dl_box2{
   width:200px;
  padding:15px;
  height:240px;
  border:1px solid #c0c0c0;
  margin-top:30px;
  margin-left:35px;
  float:left;
  background-color:#f4f4f4;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#665;
  }
  .dl_box a, .dl_box2 a{
  color:#990000;
  text-decoration:none;
  }
  .dl_box2{
  width:155px;
  }

 
#menu ul{
list-style:none;
margin:0;
padding:0;
float:left;
width:200px;
}
#menu ul li{
list-style:none;
margin:0;
padding:0;
}
#menu li{
position:relative;
}
#menu ul ul{
display:none;
 position:absolute;
 
 top:auto;
 visibility: visible;/*display:none;*/
 list-style:none;
 
}
#menu ul ul ul{
top:0;
left:100%;
}


/* COLLECTION */
.boxRow {
  width: 1100px;
  border:0px #656 solid;
  height: auto;
  margin-top:0;
  padding-top:0;
}

.boxCut {
  float: left;
  width: 130px;
  border: #656 0px solid;
  height: auto;
  margin-top:0;
  padding-top:0;
  overflow:y;
  font-family:"Courier New", Courier, monospace;
  font-size:10px;
  text-align:center;
}
.boxCut_title {
  font-size: 72px;
  font-weight: regular;
  text-align: center;
  color: #000000;
  margin-top: 10px;
  margin-left: 10px;
  vertical-align: middle;
  letter-spacing: -10px;
}

p.boxCut_text {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #9e0b0f;
  margin-top: 10px;
  vertical-align: top;
}

p.boxStyle_text {
  font-size: 13px;
  font-weight: bold;
  text-align: right;
  color: #000;
  vertical-align: bottom;
  margin-right: 0px;
  margin-top: 10px;
  
  font-family:"Courier New", Courier, monospace;
}

.sepV {
  float: left;
  width: 1px;
  overflow: hidden;
  margin-right: 0;
  margin-left:10px;
}

.sepH {
  float: left;
  width: 1080px;
  height: 1px;
  margin-bottom: 0;
  margin-left: 10px;
  overflow: hidden;
  background:url(images/sepH.gif) repeat-x;
}

.mini {
  height: 100px;
  width: 100px;
  padding: 15px;
}

#location_dropdown {
  float: right;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 9px;
  background-color: #ebebeb;
  border: 1px solid #ccc;
}

#dropdown{
  padding: 4px;
  line-height: 14px;
  font: 11px tahoma;
}

#category_tab{
padding-top:10px;
width:auto;
height:70px;
padding-left:510px;
}

#category_tab .item_tab{
float:left;
display:inline;
}

.item_tab{
width:auto;
height:auto;
padding-left:22px; 
padding-right:22px;
cursor:pointer;
}
.item_tab img:hover{
filter:alpha(opacity=60);
opacity:0.6;

}

#underwear_tab{display:block;}
#loungewear_tab{display:none;}
#robes_tab{display:none;}
#socks_tab{display:none;}

.subcol{
height: 60px;
}
.subcol2{
height: 60px;
}
.buyonlineBox{
border-collapse:collapse;
}
.buyonlineBox td{
background-position:center;
background-repeat:no-repeat;
height:135px;
width:270px;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#c0c0c0;
}
.buyonlineBox a{
color:#888888;
}
.buyonlineBox a:hover{
color:#c0c0c0;
}
.buyonlineBox_b{
border-collapse:collapse;
}
.buyonlineBox_b td{
background-position:center;
background-repeat:no-repeat;
height:270px;
width:450px;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#c0c0c0;
}
.buyonlineBox_b a{
color:#888888;
}
.buyonlineBox_b a:hover{
color:#c0c0c0;
}
.buyonlineTab{
border:1px dotted #c0c0c0; 
border-bottom:0;
padding:10px;
width:100px;
float:left; 
margin-left:10px; 
text-align:center;
color:#888888;
background-color:#e4e4e4;
font-family:"Courier New", Courier, monospace;  font-size: 12px;
}
.buyonlineTab a{
color:#888888;
}
.buyonline_selected{
background-color:#ffffff;
}
.buyonline_selected a{
font-weight:bold;
color:#000000;
}
.buyonlineTab:hover{
	background-color:#ffffff;
	color:#000000;
}

.homeFrame{
float:left;
height:550px; width:464px;
background-repeat:no-repeat;
background-position:30px 38px;
}
