/* base styles */

/* typography */
p, li, dt, dd {
	font: normal 11px/20px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}
dt {
	margin-top:10px;
	font-weight: bold;
}
dd {
	padding-left:25px;
}
p {
	margin:2px 0px 20px 0px;
	color: #222;
}
h1 {
	margin:2px 0px 0px 0px;
	font: bold normal 16px/20px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}
h2, h3 {
	margin:2px 0px 0px 0px;
	font: bold normal 14px/20px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}
h4, h5, h6 {
	margin:2px 0px 0px 0px;
	font: bold normal 12px/20px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
	color: #332;
}
#footer a {
	color:#432;
}
#footer h3, #footer h4, #footer h5 {
	color:#432;
}
#footer h4 {
	font-size:12px;
	font-style: normal;
	font-weight: normal;
}



/* page layout */
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: white url(/images/app/bg-jua-new.gif) repeat-x left top;
}
#outercontainer {
	position: relative;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 780px;
	background: transparent;
}
#masthead {
	display: block;
	clear:both;
	width: 100%;
	position:relative;
	margin:0;
}




#maincontent { /* the main content area - the contents of this will be editable in the site templates. */
	margin:70px 30px 50px 230px;
}

.maincontenttext { /* restores right margin */
	margin-right: 30px;
}

#maincontent img {
	border:1px solid #a99;
}



#footer {
	display:block;
	clear:both;
	width:100%;
border-top:1px solid olive;
	padding: 20px 0 20px;
}
#footer * {
	padding: 0 30px 0;
}
#footer a, #footer em, #footer strong, #footer img { /* override the padding you just set, for inline elements */
	padding:0;
}



/* main navigation styles */
#navcontainer {
	display:block;
	position:absolute;
	top:100px;
	left:0px;
	margin:0;
	width: 780px;
	height: 20px;
	background: transparent url(/images/app/v2/bg_nav.gif) repeat;
	z-index:2;
}
#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#navcontainer ul li {
	float: left;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
}
#navcontainer ul li a {
	font: normal 11px/20px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	width: 125px;
	height: 20px;
	padding: 0;
	margin: 0;
	color: #222;
	text-decoration: none;
	display: block;
	text-align: center;
	border-right: 1px solid #630;
}
#navcontainer ul li a:hover {
	color: #222;
	background: transparent url(/images/app/v2/bg_nav.gif) repeat-x 0 -20px;
}
#navcontainer li#currentcategory a {
	color: #222;
	background: transparent url(/images/app/v2/bg_nav.gif) repeat-x 0 -20px;
}




/* secondary navigation styles */
#secondarynavcontainer {
	position: absolute; /* Be careful that the content in this absolutely-positioned box does not overflow the footer. The easiest way to do this is to make sure you have plenty of content in the maincontent div */
	left: 0px;
	top: 171px;
	width: 180px;
background:#eed;
padding:10px;
border:1px solid #ccc;
}
#secondarynavcontainer * {
	line-height:17px;
}

#secondarynavcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-bottom:20px;
}
#secondarynavcontainer ul li {
	padding-left: 10px;
	background: transparent url(/images/app/v2/bullet.gif) no-repeat left 50%;
}
#secondarynavcontainer ul li a:link {
	color: #401;
}
#secondarynavcontainer ul li a:visited {
	color: #401;
}
#secondarynavcontainer ul li a:hover, #secondarynavcontainer ul li a:active {
	color:#b22;
}



/* etcetera */
a img {
	border:none; /* remove the default blue border from linked images. */
}
#maincontent a:link, #maincontent a:visited {
	color:#701;
}
#maincontent a:hover, #maincontent a:active {
	color:#a34;
}


/* classes for assigning to inline images */
.floatleft { /* allows inages to float to the left, so text can wrap around */
	float:left;
	margin:5px 15px 10px 0; /* top right bottom left (TRouBLe) */
}
.floatright { /* allows inages to float to the right */
	float:right;
	margin:5px 0 10px 15px;
}


/* thumbnails containers .................................................. */
.productlist {
	display:block;
	margin:10px 0px 10px 0px;
	padding: 0px;
	list-style: none;
}
.productlist li {
	display:block;
	float:left;
	width:120px;
	height:225px;
	margin:0px 11px 11px 0px;
	font-size:9px;
	text-align:center;
	line-height:13px;
}
.productlist li a img {
	display:block;
	margin:10px auto 5px;
	border:1px solid #fff;
}
.productlist li a span {
	display:block;
}

/* shopping cart results table styles */
table#carttable {
	width: 98%;
	border-top: 1px solid #444;
	border-left: 1px solid #444;
	background: #fff;
}
table#carttable p, table#carttable h4 {
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
}
td.rightalign {
	background: #eed;
}
td.rightalign h4 {
	text-align: right;
	font-variant: small-caps;
}
table#carttable th {
	background: #eed;
	font-variant: small-caps;
	text-align: center;
}
table#carttable td h4 {
	text-align: right;
	white-space: nowrap;
}
table#carttable th, table#carttable td {
	margin: 0px;
	padding: 5px 7px;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
}
div.prop { /* make sure this layout doesn't get squashed */
	float:left;
	width:1px;
	height:500px;
}
#product_meta_info p {
	margin-top:0px;
	margin-bottom:0px;
}
#product_meta_info {
	margin-bottom:15px;
}
.saleflag {color:teal; font-weight:bold; font-size:14px; background: #eff; padding:2px !important; border:1px solid teal;}