/* CSS Document */
body {
	margin:0; padding:0;
	background:#FFF; height:100%;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px; line-height:1.4em;
	}
	
	p {line-height:1.4em;}
	
	li {line-height:1.5em;}
	
	h1 {font-size:36px; font-weight:800; color:#000; margin-top:10px; line-height:1.2em; }
	h2 {color:#000;}
	h3 {font-size:18px; font-weight:200; color:#000; margin-top:10px;}
	
	a, a:active {text-decoration:underline; color:#F90;}
	a:hover, a:active:hover {text-decoration:underline; color:#999;}
	
	hr {height:1px; width:100%; border:0;color:#999; background:#999; margin:-1px 0 !important; margin:-10px 0; padding:0;}
	
	.flag { 
		background:#009bc9;
		padding:4px;
		color:#FFF;
		text-transform:uppercase;
		font-weight:100;
		text-align:center;
		}
	
	.shopdesigner a {
		display:block;
		margin-right:200px;
		background:#e1ecde;
		font-weight:800;
		font-size:14px;
		text-align:center;
		padding:5px;
		color:#000;
		width:200px;
		text-decoration:none;
		}
		
		.shopdesigner a:hover {
		background:#F90;
		color:#FFF;
		text-decoration:none;
		}
	
/* ---------------- Page Structure ------------------- */
	#container {
	width:920px;
	margin:0px auto;
	 }
	
	#content {
	float:left; 
	width:920px;
	padding:0; margin:0;
	 }
	 
	 #header {
	 float:left;
	 width:920px;
	 }
	 
	 #shopnav {
	 	float:left;
		width:920px;
		text-align:right;
		}
	#topNav {
		float:left;
		width:919px;
		}
	.spacer {clear:both;}
	 
	
	 
	 #realmain {
	 float:left;
	 width:920px;
	 
	 }
	 
	#leftcol {
		float:left; 
		width:244px; 
		}
		#hidingBack {
		width:243px;
		background:#FFF;
		margin:0; padding:0;
		}
	#rightcol {
		float:left; 
		width:670px;
		
		 padding-top:30px;
		 padding-bottom:20px;
		}
		.inside {padding:5px; }
		.interiorcontent {float:left; width:640px; margin-left:38px;}
		.interiorcontent .namerow {padding:10px;}
	

	
	#footer {float:left; text-align:center;width:920px; padding-top:0px; }
	#footer a, #footer a:active {text-decoration:none; color:#000;}
	#footer a:hover, #footer a:active:hover {text-decoration:none; color:#F90;}
	
	
	#copyright {width:920px; float:left; text-align:left; color:#000;margin-top:7px;}
	#copyright a, #copyright a:active {text-decoration:underline; color:#000;}
	#copyright a:hover, #copyright a:active:hover { color:#F90;}
	
	#poweredby {width:920px; float:left; text-align:right; color:#999; font-size:80%; margin-bottom:10px;}
	#poweredby a, #poweredby a:active {text-decoration:none; color:#999;}
	#poweredby a:hover, #poweredby a:active:hover {text-decoration:none; color:#F90;}
	
	
	
/* ---------------- Side Navigation ------------------- */
	#departmentnav, #designernav {
	float:left;
	width:232px;
	margin-top:25px;
	}
	#deptborder {
	float:left;
	width:232px;
	padding-left:4px;
	background:#fff url("../images/sidebar/deptback.gif") repeat-y;
	}
	
	#departmentnav ul {
		margin:0 0 .5em .8em; padding:0;
		}
	#departmentnav li {
		list-style-type:none;
		line-height:1.5em;
		}
	
	
	#designernav a, #designernav a:active, #departmentnav a,#departmentnav a:active {text-decoration:none; color:#000; }
	#designernav a:hover, #designernav a:active:hover, #departmentnav a:hover, #departmentnav a:active:hover {text-decoration:none; color:#F90;}
	
	#navscroll {width:200px; margin:5px 12px; height:350px; overflow:auto;}
	
	
	#search {
		float:left;
		width:233px;
		height:36px;
		background:#FFF url("../images/sidebar/searchback.gif") no-repeat;
		}
		.searchinside {
			padding:8px 0px 0px 8px;
			}
			
	.sidebarAddress {
		float:left;
		margin:10px 0 0 11px;
		width:220px;
		}

/* ---------------- Home Page ------------------- */

#homeEvents {
	float:left;
	width:870px; height:95px;
	background:url(../images/home/lollie-events.gif) no-repeat top left;
	margin-bottom:-20px;
	margin-top:-20px;
	}
	#homeEvents p {margin:38px 10px 0px 105px; color:#FFF;}
	#homeEvents a, #homeEvents a:active {text-decoration:underline; color:#FFF;}
	#homeEvents a:hover, #homeEvents a:active:hover {text-decoration:none; color:#F90;}

/* ---------------- Section Pages ------------------- */

	#section {
	float:left;
	width:670px;
	
	
	}
	#centerLeftCol {
	float:left;
	width:450px;
	margin-top:1px;
	}
	
	#centerLeftCol p {color:#999; font-size:14px; line-height:1.5em; padding:0px 20px;}
	
	#centerRightCol {
	float:left;
	width:246px;
	text-align:center;
	}

/* ---------------- Designer page navigation ------------------- */	

#designContentnav ul
{
margin-left: .5em;
padding-left: 0;
list-style-type: none;
}
#designContentnav a, #designContentnav a:link, #designContentnav a:visited
{
display: block;
padding: 3px 0px;
width: 150px;
color:#000;
text-decoration:none;
border-bottom: 2px dotted #e1ecde;
font-weight:700;
}
#designContentnav a:hover, #designContentnav a:visited:hover {
text-decoration:none;
color:#F90;
}
	
/* ---------------- Form buttons ------------------- */
input.ftext {background-color:#FFF; border: 1px solid #e1ecde; color:#000;}
input.button {background-color:#e1ecde; color:#000; border:0;cursor:pointer; }


/* ---------------- Shopping specific styles ------------------- */

.prodtable {margin:10px 0;}


.namerow, .smallprice {font-size:12px; line-height:16px;color:#000; text-align:center;}

.namerow a, .namerow a:active {text-decoration:underline; color:#000;}
.namerow a:hover, .namerow a:active:hover {text-decoration:underline; color:#F90;}

 .detaillink a, .detaillink a:active {text-decoration:none; color:#000;}
 .detaillink a:hover, .detaillink a:active:hover {text-decoration:none; color:#F90;}
	
.pictrow {text-align:center;}

.deptlist {font-size:10px; line-height:16px;}

.pagecount {font-size:12px; padding-top:10px;color:#000; margin-bottom:10px; padding-left:0px; }
.prodname {font-size:24px; line-height:1.3em; color:#000; font-weight:200; margin:0;}
.shortdesc, .smallcatname, .longdesc, .crosslink {font-size:12px;margin-bottom:8px;color:#000;}
.smallcatname {font-weight:800;}
.specinst {font-size:12px; line-height:16px; color:#999; font-style:italic; margin-bottom:10px;}
.price {font-size:14px; margin-bottom:0px; font-weight:600;color:#000;}

.pictrow img {border:1px solid #ddd9d5; margin-bottom:10px; }
.detaillink a, .detaillink a:visited {text-decoration:0; border:0;}
.detaillink img {border:0; padding:0;}

.alsorec {float:left; clear:both; width:630px;}
.seealso {color:#000; font-size:12px; font-weight:800; }


	
div.float {float:left; margin:5px 15px 5px 0px;overflow:visible;}
div.item {float:left; margin:5px 15px 5px 0px;width:130px;}



/* ---------------- shopping bag styles ------------------- */
.shoppingbag {

}

.itemdesc a, .itemdesc a:active {text-decoration:underline; color:#000;}
	.itemdesc a:hover, .itemdesc a:active:hover {text-decoration:underline; color:#983436;}
/* heading styles */
.sbhead {
	background-color:#e1ecde;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	font-weight:700;
}
.sbhead  p {
	margin-top: 0;
	margin-bottom: 0;
	margin-left:5px;
	margin-right:5px;
}
.sbqtyhead, .sblistpricehead, .sbtotalpricehead {
	text-align:right;
	font-weight:700;
}
/* item row styles  */
.sbitem {
	background-color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	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:#e1ecde;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-size: 13px;
	font-weight:700;
}
.sbsubtotal p {
	margin-left:5px;
	margin-right:5px;
}
.sbline { margin-bottom:10px;
}
