/* CSS Document */

/* colors

green: 339933

*/
body {
	margin:0; padding:0;
	background:#FFF;
	height:100%;
	width:100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	}
	
	p {font-size:12px; line-height:1.4em;}
	
	li {line-height:1.5em;font-size:12px; }
	
	h1 {font-size:24px; font-weight:700; color:#393;font-family: Georgia, "Times New Roman", Times, serif;}
	h2 {font-size:18px; font-weight:600; color:#393; text-transform:uppercase; }
	h3 {font-size:16px; font-weight:400; color:#000; }
	
	
	a, a:active {text-decoration:underline; color:#393;}
	a:hover, a:active:hover {text-decoration:underline; color:#999;}
	
	.flag {
		padding:3px; text-align:center; color:#FFF; background:#393;}
	
/* ---------------- Page Structure ------------------- */
	#container {width:960px; margin:0px auto; }
	#fullSite {float:left; width:960px; margin:0; background:#FFF url(../images/background.gif) repeat-x; border-bottom:4px solid #000;padding-top:30px;}
	
	#header {width:960px; margin:0; padding:0;}
	#freeShip {width:960px; margin:0; padding:0; text-align:center;}
		#shopbag {width:229px; float:right; margin-top:15px;}
		
		#logo {float:left; width:220px;}
		#topNav {float:left;width:386px; margin-top:60px; margin-left:60px;}
		#topNav a {border-bottom:3px solid white;}
		#topNav a:hover, #topNav a:visited:hover {border-bottom:3px solid #393;}
	
	
	#content {float:left; width:960px; margin-top:10px; }

	#interior {padding:5px; float:left;}
	#leftcol {float:left; width:225px; margin:0px;}
	
	#departmentnav, #designernav {
		float:left;
		width:218px;
		border:1px solid #000; 
		padding:1px;
		}
		
		#navscroll {width:180px; margin:5px 12px; height:350px; overflow:auto; font-size:12px;}
		#navscroll div {margin:5px 0; text-decoration:none;}
		#navscroll a, #navscroll a:link, #navscroll a:hover, #navscroll a:visited, #navscroll a:visited: hover {color:#000; text-decoration:none; margin:5px 0;}
	
	#mailingList {
		float:left; 
		width:170px;
		background:#ebebeb url(../images/content/joinList.gif) no-repeat; 
		padding:40px 0px 10px 52px;
		margin-top:4px;
		}
	
	#rightcol {float:left; width:710px; margin:0; padding:0; border-left:10px solid white; }
	
	
	#footer {float:left; text-align:center;color:#999; width:960px; margin-top:10px;margin-bottom:10px;}
	#footer a {border-bottom:3px solid white;}
	#footer a:hover, #footer a:visited:hover {border-bottom:3px solid #393;}
	
	#copyright {width:960px; float:left; text-align:left; color:#FFF;margin-top:10px;}
	#poweredby {width:960px; float:left; text-align:right; color:#999; font-size:10px; margin-bottom:20px; font-family:Arial, Helvetica, sans-serif;}
	#poweredby a, #poweredby a:active {text-decoration:none; color:#999;}
	#poweredby a:hover, #poweredby a:active:hover {text-decoration:none; color:#000;}
	
	
.designerColumn {width:170px;}

.designerLink a , .designerLink a:visited {
	display:block; background:#393; color:#FFF; text-decoration:none; font-size:12px; padding:4px; text-align:center; width:250px;}
	.designerLink a:hover {
		background:#000; text-decoration:none; 
		}
.biolink {font-size:12px; margin-bottom:10px;}
.wardrobeVertLine {border-right:1px solid black;}
/* ---------------- About Navigation ------------------- */
#aboutNav {
	float:right; width:710px; text-align:right;}
ul#aboutNav
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#aboutNav li
{
display: inline;
list-style-type: none;
}

#aboutNav a { padding: 3px 10px; }

#aboutNav a:link, #aboutNav a:visited
{
color: #fff;
background-color: #999;
text-decoration: none;
}

#aboutNav a:hover
{
color: #fff;
background-color: #339933;
text-decoration: none;
}
	
/* ---------------- Form buttons ------------------- */
input.ftext {background-color:#FFF; border: 1px solid #000; color:#000;}
input.button {background-color:#999; color:#FFF; border:0;cursor:pointer; }

/* ---------------- Shopping specific styles ------------------- */


.shopt {
	padding:0;
	margin:-1px 0 -3px 0 !important;
	margin:0 0 -3px 0;
	}
	
.namerow, .smallprice {line-height:1.3em;text-align:center;}

.namerow a, .namerow a:active, .detaillink a, .detaillink a:active {text-decoration:none; }
.namerow a:hover, .namerow a:active:hover, .detaillink a:hover, .detaillink a:active:hover {text-decoration:none; color:#000;}

.detaillink, .crosslink {font-size:12px;}

.deptlist {font-size:10px; line-height:16px;}

.smallcatname {font-weight:700;}

.catname, .deptname {color:#000; margin-bottom:5px; margin-top:10px; font-size:15px;}

.pagecount {font-size:12px; padding-top:10px;margin-bottom:10px;}

.shortdesc {font-size:12px;margin-bottom:10px;}
.longdesc {font-size:12px;margin-bottom:10px;}
.specinst {font-size:12px; font-style:italic; margin-bottom:15px;}
.price {font-size:18px; font-weight:700;}
.prodformlabel, .namerow {font-size:12px;}

.prodname {font-family:Georgia, "Times New Roman", Times, serif;}
.seealso {color:#000;}
	
div.float {float:left; margin:5px 15px 5px 0px;overflow:visible;}
div.item {float:left; margin:5px 15px 5px 0px;width:130px;}

/* ---------------- detail.asp styles ------------------- */

#linkbutton {font: 12px/1.3; position:absolute; left:620px; top:35px; display:block; z-index:40; }
#linkbutton a:link, #linkbutton a:visited, #linkbutton a:active {text-decoration:none; color:#A8A8A8; }
#linkbutton a:hover, #linkbutton a:visited:hover {text-decoration:none; color:#000; }
#detailtable {position:absolute; top:35px; left:10px;}
.altimgs img {margin-bottom:10px;}
.popupprodname {font-size:12px; line-height:1.3em; color:#000; margin-bottom:3px; padding-left:110px;}

/* ---------------- shopping bag styles ------------------- */
.shoppingbag {

}
/* heading styles */
.sbhead {
	background-color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
.sbhead  p {
	margin-top: 0;
	margin-bottom: 0;
	margin-left:5px;
	margin-right:5px;
}
.sbqtyhead, .sblistpricehead, .sbtotalpricehead {
	text-align:right;
}
/* item row styles  */
.sbitem {
	background-color:#E2E2E2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000;
}
.sbitem p {	
	margin-left:5px;
	margin-right:5px;
}
.sbimage {
	width:110px;
	text-align:center;
}
.sbitemname {
	width:320px;
}
.itemremove {
	text-align:right;
}
.sbqty {
	width:50px;
	text-align:right;
}
.sblistprice {
	width:100px;
	text-align:right;
}
.sbtotalprice {
	width:100px;
	text-align:right;
}
/* summary lines */

.sbsubtotal {
	background-color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.sbsubtotal p {
	margin-left:5px;
	margin-right:5px;
}
.sbline {
}
