/***************************** STYLES **************************************/

/************  removing all default padding on all  elements/margins ***********/
  div, h1, h2, h3, h4, h5, h6, /* form, label, input, */ span, ul, li, p, a{margin:0; padding:0;}   


/*********** typography **********/


h1 {font-size:1.5em; padding:0.3em; margin:0; color:#ECA7AA;}
h2 {font-size:1.2em; padding:0.3em; margin:0;}
h3 {font-size:1.1em; padding:0.3em; margin:0;}
h4 {font-size:1.0em; padding:0.3em; margin:0;}
h5 {font-size:1.0em; padding:0.3em; margin:0;}
h6 {font-size:1.0em; padding:0.3em; margin:0;}

p  {font-size:1.0em; padding:0.7em; margin:0;}

img {
	border: 0;
	}
	
h1.top_of_page_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-decoration: none;
	padding: 0;
	margin: 0;
}


/******** hyperlinks ************/

/* a      		{font-weight: bold; color: #000; text-decoration: underline;}*/
a:link 		{color: #1E6AB5;}
a:visited 	{color: #695591;}
a:hover 	{color: #FFF; background-color: #EBA5A7; text-decoration: none;}
a:active 	{color: #A3A5FF; background-color: #EBA5A7; text-decoration: none;}

/******* hyperlinks to match h1 *************/
a.plain:link 		{color: #ECA7AA; text-decoration: none;}
a.plain:visited 	{color: #ECA7AA; text-decoration: none;}
a.plain:hover 		{color: #fff; text-decoration: none;}
a.plain:active 	{color: #ECA7AA; text-decoration: none; background-color: #EBA5A7; }



/******************************* LAYOUT *****************************************/

/******* Page layout, top and left borders ***************/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/background-02.jpg) repeat-x;
	width:100%;
	color:#333;
	margin: 0;
	padding: 0;
	background-color:#FFF;
}


div.container {
	width:799px;
	margin:0 auto;
	text-align: left;
}

div.bg-top {
	background-image:url(../images/bg-top.jpg);
	width:100%;
	height:10px;
}

div.bg-left {
	background-image:url(../images/bg-left.jpg); 
	width:19px; 
	height:765px; 
	position:absolute;
}

div.bg-left-repeat {
	background:url(../images/bg-l-repeat.gif) repeat-y left;
	height:100%;
}

div.bg-right {
	background:url(../images/bg-right.jpg); 
	width:19px; 
	height:765px; 
	position:absolute; 
	right:-1px	;
}

div.bg-right-repeat {
	background:url(../images/bg-r-repeat.gif) repeat-y right;
	width:100%;
	position:relative;
}

div.center {
	width:761px;
	background-color:#FFF;
}


/*********** Header **************/

div.header {
	height:70px;
}

div.groovy-jeans {
	background-image:url(../images/groovy-jeans.gif);
	width:373px;
	height:70px;
	float:left;
}

div.order-jeans {
	width:177px;
	float:right;
}

div.cart {
	position:relative;
	width:200px;
	height:25px;
	bottom:20px;
	right:60px;
	font-size: 12px;
}

div.find-jeans {
	width:177px;
	height:29px;
	clear:both;
}

div.top-under-logo {
	background-image:url(../images/top-under-logo.gif);
	width:584px;
	height:24px;
	float:left;
}

/*************** Navigation Menu  (nav bar) *****************/




#menu {
	display: block;
	float:left;
	width: 761px;
	height: 25px;
	background: #666 url(../images/buttonbg2.gif) repeat-x top;
	clear: both;
	border-top: 1px solid #888;
	border-bottom: 1px solid #333;
	margin: 0 0 0 0;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	font: 1em/25px Arial, Helvetica, sans-serif;
	display: block;
	float: left;
	white-space: nowrap;
	height: 25px;
	border-right: 1px solid #999;
	border-left: 1px solid #555;
	text-align: center;
	margin: 0;
}

#menu li a {
	display: block;
	text-decoration: none;
	color: #fff;
	height: 25px;
	padding: 0 46px;
	margin: 0;
}

* html #menu a {
	width:1%;
}

#menu li a:hover {
	background: #999 url(../images/buttonhvr2.gif) repeat-x top;
	color: #fff;
	height: 25px;
}

#menu li a.current:hover {
	color: #fff;
}



/* div.buttons a   { */

	/* layout */

/*	float:left;
	background: url(../images/nav-bar.gif) no-repeat;
	display: block;
	padding-bottom: 0px;
	line-height: 25px;
	min-height: 25px;  */

	/* font style */

/*	text-decoration: none;
	font-weight:bold;
    font-size:15px;
    text-transform:uppercase;
	color:#333;
}

div.buttons a:hover{
   color: #7D4648;
   background-position: 0px -25px;
   text-decoration:underline;	
}

div.nav-bar 					{width:100%; height:25px;}

div.nav-jeans-home a 	  		{width:118px;}
div.nav-jeans a 		  		{width:140px;}
div.nav-tops a  			  	{width:140px;}
div.nav-jeans-accessories a		{width:186px;}
div.nav-jeans-gift-cards a		{width:177px;}

*/

/*************** Content Area Layout ******************/

div.content-area {
	height:100%;
	width:100%;
	min-height:502px;
	padding:7px 13px 7px 7px; 
}

div#content {
	text-align:left;
	padding:0 15px 0 0;
}

div#content li {
	list-style:circle;
	background-color:#f5f5f5;
	padding:5px;
	font-size:0.9em;
}

/*********** Lists ************/

div#content ol li, div#content ul li {
	list-style:circle;
	background-color:#f5f5f5;
	padding:5px;
	margin:0px 10px;
	font-size:0.9em;
}

div#content ul, div#content ol {
	padding:20px 50px;
}
	
div.buy-tops-side {
	width:177px;
	height:246px;
	float:right;
}

div.buy-belts-side {
	width:177px;
	height:256px;
	float:right;
}

td.promotion-home {
  background:url(../images/homepage/promotion-bg.gif) repeat-x #09de03;
	/* background-color:#09de03; */
	width:761px;
	height:70px;
	color:#fff;

	vertical-align:middle;
	text-align:center;
}

/********* Grey block around content ***************/
 div.soft-box div{
  margin:0 0 25px 0;
  border:#dfdfdf 1px solid; 
  background-color:#f7f7f7;
}

/************** Footer ***********************/

div.footer {
	width:100%;
	clear:both;
}

div.footer-container {
	clear:both; 
	background:url(../images/shop-for-jeans-securely.gif) bottom right no-repeat; 
	float:right; 
	width:100%; 
	height:100%;
}

div.footer-bar {
	width:100%;
	height:18px;
	background-color:#CCC;
}

div.footer-links {
	float:left;
	width:134px;
	height:100%;
	padding:5px;
	margin:0;
	line-height:.7em;
	text-align:left;	
}

div.footer-links ul, li {
	margin:0;
	padding:0;
	list-style:none;
	font-size:0.85em;
}

div.footer-links li {
	line-height:1.2em;
	padding:.2em 0;
}

div.footer-links h4 {
	font-size:.9em; 
	padding:.8em 0em; 
	margin:0;
    color: #666;
	line-height:1.1em;
	font-weight:bold;
}


/* footer sub */

div#footer-sub {
	font-size:.7em; 
	margin:0 60px;
	color:#999;
}



/* Border - Bottom */

div.bg-footer {
	background-image:url(../images/bg-footer.jpg);
	width:100%;
	height:37px;
	clear:both;
}

.divider-bar {
	border-left:1px #EAEAEA solid;
}

div.clear {
	clear:both; height:0px;
}

div.footer-text {
	padding:0 3em;
	font-size:.7em;
	color:#999;
}


/* Style the tables for product descriptions measurement chart */

table.specs {
	border: 1px #c5b1b2 solid;
	border-collapse: collapse;
	background-color: #FAF0E6;
	margin:15px 0;
	width: 400px;
}

table.specs th {
	background-color: #CCC;
}

table.specs td {
	padding: 5px;
}

table.specs .row-light td {
	background-color: #faf6f1;
}

table.specs row-dark td {
		
}


/* Veracart over-rides  */
td .veramain p {
	padding:0 0 10px 0;
}

/* Tables */
.embeddedContentTable-1 {
	text-align: left;
	margin: 2px;
	padding: 8px;
	width: 620px;
	border: thin ridge #879BB5;
}

.embeddedContentTable-1 td {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	background-position: center top;
	text-align: left;
	vertical-align: top;
	margin: 2px;
	padding: 2px 2px 10px;
	border-top: 1px solid #C3CBD4;
	border-right: 1px none #C3CBD4;
	border-bottom: 1px solid #C3CBD4;
	border-left: 1px none #C3CBD4;
}

.embeddedContentTable-1 th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	background-position: center top;
	text-align: left;
	vertical-align: top;
	margin: 2px;
	padding: 2px;
	border-top: 1px solid #C3CBD4;
	border-right: 1px none #C3CBD4;
	border-bottom: 1px solid #C3CBD4;
	border-left: 1px none #C3CBD4;
}



/*******  Translate     ******/

div#translate {
	text-align: right;
}

div#translate li ul {
    display: none;
}

div#translate li:hover > ul {
    display: block;
}

div#translate ul {
	padding:0px 0px;
	margin:0px;
}

div#translate ul li {
	list-style:none;
	background-color:#fff;
	padding:1px;
	margin:0px;
	font-size:0.8em;
}

div#translate {
 		width: 15em;
 		float: right;
 		padding: 15px 0;
}

/****  Newsletter Dropdown *****/

		#outerDiv {z-index: 50; position:absolute;}
		#wipeDiv1 {z-index: 1; position:absolute;}
		#lyr1 {left:392px; top:20px; position:absolute;}