/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
 */

body {
	color: #000;
	background: #EEEEEE;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	}
	
p {
	font-size: 14px;
}	

.bullet {list-style-image: url(http://www.steffanyhanlen.com/seminars/images/bullet.gif);}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #0000EE;
	text-decoration: underline;
	}
 
a:visited {
	color: #0000EE;
	text-decoration: underline;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #FF9933;
	text-decoration: underline;
	}

a:active {
	color: #FF9933;
	text-decoration: underline;
	}
	
a.productListing-heading {
	color: #ffffff;
}	

h1 {
	font-size: 200%;
	}

h2 {
	font-size: 150%;
	}

h3 {
	font-size: 115%;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 100%;
	}

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0;
	}

/*  Might uncomment either or both of these if having problems with IE peekaboo bug:
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
*html .centerColumn {
	height: 1%;
	}
*/

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #E4FEF5;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color: black;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 9em;
	float: left;
	padding-left: 10px;
	}

LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width: 11em;
	float: left;
	}

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #9a9a9a;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	width: 990px;
	/*width: 800px;*/
	background: #FFF;
	border: 1px solid #000000;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
	
/* PORTED OVER FROM LIVE STEFFANY SITE */	

div#layout {
	width: 800px;
	margin: 0 auto;
	background: #FFF;
	border: 1px solid #000;
	
}
div#header {
	height: 120px;
	background: url(../../../../images/header.jpg) no-repeat;
	background-color: #000000;
		
}
	div#header h1 {
		visibility: none;
		margin: 0;
		font-size: 0;
		text-indent: -9999px;
		position: absolute;
		top: 0;
		left: 0;
	}
	form#searchform {
		z-index: 5;
		position: absolute;
		right: 10px;
		bottom: 10px;
		width: 160px;
		height: 30px;
		margin: 0;
		line-height: 30px;
		text-align: right;
	}
		form#searchform input.inputbox {
			width: 130px;
			position: absolute;
			bottom: 0;
			right: 0;
		}
		form#searchform input.inputbox:focus {
			background: #FFC;
		}

div#topbar {
	height: 45px;
	background: #333 url(../../../../images/grill-up.gif) repeat-x;
	border-bottom: 1px solid #FFF;
	position: relative;
}
	div#crumbs {
		padding-top: 10px;
		left: 10px;
		height: 30px;
	}
		div#crumbs p.pathway {
			color: #808080;
			margin: 0;
			line-height: 30px;
			font-size: 11px;
		}
		div#crumbs a {
			color: #999;
		}
			div#crumbs a:hover {
				color: #CCF;
			}
	div#topbar ul#mainlevel-nav {
		list-style-type: none;
		margin: 0;
		position: absolute;
		width: 550px;
		top: 21px;
		right: 6px;
		padding: 0;
		font-size: 10px;
	}
		div#topbar ul#mainlevel-nav li {
			display: inline;
		}
		div#topbar ul#mainlevel-nav a {
			display: block; 
			float: right;
			border: solid #CCC 1px; 
			padding: 0 6px; 
			color: #CCC; 
			background-color: #484848; 
			text-decoration: none;
			margin-left: 6px;
			height: 16px;
			line-height: 16px;
		}
			div#topbar ul#mainlevel-nav a:hover {
				color: #000;
				background-color: #F5F5F5;
			}

div#main {
	background: #FFF url(../../../../images/main-bg.gif) repeat-y;
	position: relative;
	border-top: 1px solid #000;
}
	div#panel {
		width: 150px;
		
	}
	div#panelb {
		width: 148px;
		background: #FFF;
	}
	html>body div#panelb {
		width: 150px;
	}
		div#panelb p {
			padding: 0 10px;
		}
		div#panelb h4 {
			color: #900;
			margin: 10px 0 0 0;
			padding: 0 10px;
			/* border-left: 1px solid #999; */
		}
	div#panel ul.menu {
		list-style-type: none;
		margin: 0;
		padding: 0;
		font-size: 12px;
	}
		div#panel ul.menu li {
			border-bottom: 1px solid #000;
		}
		div#panel ul.menu a {
			display: block;
			line-height: 25px;
			color: #000;
			background: #FFF;
			border: 1px solid #FFF;
			text-decoration: none;
			padding: 0 0 0 7px;
		}
		div#panel ul.menu a:hover {
			color: #FFF;
			background: #000;
		}
		div#panel ul.menu a#active_menu {
			color: #FFF;
			background: #000;
		}
			div.menudiv {
				border-bottom: 1px solid #000;
			}
			div.menudiv span {
				height: 10px;
				display: block;
				background: #CCC;
				border: 1px solid #FFF;
			}
		div#panel ul.menu ul { 
			list-style-type: none;
			margin: 0;
			padding: 0;
			border-top: 1px solid #000;
			font-size: 10px;
		}
			div#panel ul.menu ul li {
				border-bottom: 1px solid #000;
			}
			div#panel ul.menu ul a {
				line-height: 18px;
				color: #CCC;
				background: #484848;
				border: 1px solid #FFF;
			}
			div#panel ul.menu ul a:hover {
				color: #CCC;
				background: #333;
			}
	div.grilldown {
		background: #333 url(../../../../images/grill-down.gif) repeat-x;
		height: 15px;
	}
	
	div#panelfooter {
		background: #000 url(../../../../images/panel-a-bottom.jpg) no-repeat;
		padding-top: 50px;
		min-height: 100px;
	}	
	div#panelfooter2 {
		background: #000;
		padding-top: 50px;
		min-height: 100px;
			
	}
	
	div#panelfooter div.box3 { 
		border: 1px solid #CCC;
		color: #EEE;
		background: #B497C2;
		margin: 10px 5px 10px 5px;
		padding: 5px;
		font-family: Arial, Helvetica, Sans-serif;
		font-size: 12px;
		text-align: center;
	}
	
	div#panelfooter div.box2 { 
		border: 1px solid #CCC;
		color: #EEE;
		background: #960D0A;
		/* background: #A461A9 url(../../../../images/bkgrnd_enter.gif) no-repeat; */
		margin: 10px 5px 10px 5px;
		padding: 5px;
		font-family: Arial, Helvetica, Sans-serif;
		font-size: 12px;
		text-align: center;
	}
	
	
	div#panelfooter div.box { 
		border: 1px solid #CCC;
		color: #EEE;
		background: #333;
		margin: 10px 5px 10px 5px;
		padding: 5px;
		font-family: Arial, Helvetica, Sans-serif;
		font-size: 12px;
		text-align: center;
	}
		div#panelfooter div.box h2 { 
			font-size: 16px;
			margin: 0;
		}
		div#panelfooter div.box p { 
			margin: 10px 0;
		}
		div#panelfooter div.box a { 
			color: #F93;
		}
		div#panelfooter div.box input { 
			font-size: 10px;
			width: 100px;
		}
	div#panelfooter div.box ul { 
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	
	ul.latestnews {
		list-style-type: none;
		margin: 0 0 10px 0;
		padding: 0 10px;
		/* border-left: 1px solid #999; */
		font-size: 80%;
	}
		ul.latestnews li {
			margin-bottom: 5px;
		}
			ul.latestnews li a {
				display: block;
				padding-left: 10px;
				background: url(../../../../images/bullet-5.gif) no-repeat 0 0.4em;
			}
			ul.latestnews li a:hover {
				color: #C93;
			}
	
	ul.mostread {
		list-style-type: none;
		margin: 0 0 10px 0;
		padding: 0 10px;
		/* border-left: 1px solid #999; */
		font-size: 80%;
	}
		ul.mostread li {
			margin-bottom: 5px;
		}
			ul.mostread li a {
				display: block;
				padding-left: 10px;
				background: url(../../../../images/bullet-hot-5.gif) no-repeat 0 0.4em;
			}
			ul.mostread li a:hover {
				color: #C93;
			}

	form#loginform {
		margin: 0;
		padding: 0 10px;
		border-right: 1px solid #999;
	}
	form#loginform fieldset {
		border: none;
		margin: 0;
		padding: 0;
	}
	form#loginform fieldset legend {
		display: none;
	}
	form#loginform input.button {
		font-size: 12px;
	}

	div.poll {
		padding: 0 10px;
		border-top: 1px solid #000;
		margin: 10px 0;
	}
		div.poll h2 {
			font-size: 12px;
			margin: 10px 0 0 0;
		}
		div.poll form {
			margin: 0;
			font-size: 11px;
		}
			div.poll form ul {
				list-style-type: none;
				margin: 0;
				padding: 0;
			}
				div.poll form ul input {
					position: relative;
					top: 2px;
				}
			div.poll form div {
				margin: 10px 0;
			}
			div.poll form input.button {
				font-size: 12px;
			}

	div#content {
		width: 480px; 
		height: 620px;
		position: relative;
		left: 160px; 
		border-bottom: 1px solid #FFF;
		padding-top: 10px;
	}
	html>body div#content {
		height: auto;
		min-height: 620px;
	}
		/* Content Sub Menu */
		div#content ul.menu {
			list-style-type: none;
			margin: 0;
			padding: 0;
			font-size: 12px;
			position: absolute;
			top: -10px;
			right: -10px;
			z-index: 5;
			border-right: 1px solid #000;
		}
			div#content ul.menu li {
				display: list-item;
				float: right;
				width: 104px;
				border: 1px solid #808080;
				border-top: none;
				border-right: none;
			}
			div#content ul.menu a {
				display: block;
				text-align: left;
				float: right;
				line-height: 20px;
				height: 20px;
				width: 90px;
				padding: 0 6px; 
				color: #000;
				background: #FFF;
				border: 1px solid #FFF;
				text-decoration: none;
			}
			div#content ul.menu a:hover {
				color: #FFF;
				background: #000;
			
			}
		/* div.show { margin: 10px 0; } */
		
			div.show div.toc {
				margin: 10px 0;
			}
		div.itemtitle {
			/*
			border: 1px solid #999;
			background: #E5D3C0;
			padding: 5px;
			*/
			position: relative;
		}
		div.categorydesc br {
			display: none;
		}
		div.itemtitle h2, 
		h2.itemtitle,
		div.contentheading h2 {
			margin: 0;
			color: #006;
			background: url(../../../../images/heading-underline.gif) no-repeat 0 100%;
		}
			ul.articleoptions {
				list-style-type: none;
				margin: 4px 0 0 0;
				padding: 0;
				height: 10px;
			}
				ul.articleoptions li {
					display: inline;
				}
				ul.articleoptions li a {
					display: block;
					float: left;
					margin-right: 4px;
				}
				ul.articleoptions li.pdf a {
					display: block;
					width: 20px;
					height: 10px;
					font-size: 0;
					text-decoration: none;
					text-indent: -9999px;
					background: url(../../../../images/pdf_button.png) no-repeat;
				}
				ul.articleoptions li.print a {
					display: block;
					width: 28px;
					height: 10px;
					font-size: 0;
					text-decoration: none;
					text-indent: -9999px;
					background: url(../../../../images/printButton.png) no-repeat;
				}
				ul.articleoptions li.email a {
					display: block;
					width: 28px;
					height: 10px;
					font-size: 0;
					text-decoration: none;
					text-indent: -9999px;
					background: url(../../../../images/emailButton.png) no-repeat;
				}

		div.pagetitle {
			margin: 10px 0;
			font-weight: bold;
		}
		div.article_seperator {
			background: #999;
			height: 1px;
			margin: 10px 0;
		}
		div.article_seperator hr {
			display: none;
		}
		p.writtenby {
			margin: 0;
		}
		p.createdate {
			margin: 0;
		}
		img.pageright {
			float: right;
			margin: 0 0 1em 1em;
			border: 1px solid #000;
		}
		img.pageleft {
			float: left;
			margin: 0 0 1em 1em;
			border: 1px solid #000;
		}
		.iconlist {
			list-style-type: none;
			padding: 0;
		}
		.pdf { } /* Joomla will find this style now */
		.word { } /* Joomla will find this style now */
		.gallery { } /* Joomla will find this style now */
		.clients { } /* Joomla will find this style now */
		.videotestimonial { } /* Joomla will find this style now */
			.iconlist a {
				display: block;
				padding-left: 50px;
				height: 45px;
				width: 18em;
			}
			.iconlist li {
				height: 55px;
			}
			.iconlist li.pdf a {
				background: url(../../../../images/pdf-46x45.gif) no-repeat;
			}
			.iconlist li.word a {
				background: url(../../../../images/word-46x45.gif) no-repeat;
			}
			.iconlist li a:hover {
				background-position: 0 -45px;
			}
		.getadobereader {
			display: block;
			width: 112px;
			height: 33px;
			background: url(../../../../images/get_adobe_reader.gif) no-repeat;
			font-size: 0;
			text-indent: -9999px;
			text-decoration: none;
		}
		.gallery {
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
			.gallery li {
				border-bottom: 1px solid #999;
				margin-bottom: 1em;
				height: 220px;
			}
			.gallery img {
				border: 1px solid;
				margin: 0 1em 1em 0;
				float: left;
			}
		.clients {
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
			.clients li {
				border-bottom: 1px solid #999;
				margin-bottom: 1em;
				height: 150px;
			}
			.clients img {
				border: 1px solid;
				margin: 0 1em 1em 0;
				float: left;
			}
		.photos { 
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
			.photos li {
				border-bottom: 1px solid #999;
				margin-bottom: 1em;
				height: 170px;
			}
			.photos img {
				border: 1px solid;
				margin: 0 1em 1em 0;
				float: left;
			}
		.videos {
			line-height: 1.4em;
		}
		.videos h4 {
			margin-bottom: 0;
		}
		.videos p {
			margin-top: 0;
			font-size: 11px;
		}
		div.videobox {
			border: 1px solid #999;
			background: #EEE;
			min-height: 290px;
			margin: 20px 0;
			position: relative;
		}
			div.videobox div.imagevideo { 
				width: 320px;
				height: 240px;
				border: 1px solid #000;
				position: absolute;
				top: 10px;
				right: 10px;
				text-align: center;
			}
			div.videobox a {
				display: inline;
			}
			div.videobox a.imagelink {
				display: block;
				width: 320px;
				height: 240px;
			}
			div.videobox img {
				float: right;
			}
			div.videobox .blip_description {
				margin-right: 342px;
				margin-left: 10px;
				text-align: right;
			}
div#footer {
	background: #333 url(../../../../images/footer-top.gif) no-repeat;
	height: 30px;
	border-bottom: 1px solid #FFF;
}
div#footer p#copyright {
	color: #999;
	font-size: 9px;
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	line-height: 30px;
	text-align: center;
	margin: 0;
}
	ul.syndicate {
		list-style-type: none;
		margin: 0;
		padding: 0;
		height: 15px;
		width: 450px;
		position: relative;
		left: 165px; /* (780 - 450) = 330 --- (330 / 2) = 165 */
	}
	ul.syndicate li {
		display: inline;
		float: left;
		width: 90px;
	}
	ul.syndicate li a {
		display: block;
		float: left;
		width: 80px;
		height: 15px;
		font-size: 0;
		text-indent: -9999px;
		text-decoration: none;
	}
		ul.syndicate li a#RSS091 {
			background: url(/images/M_images/rss091.gif) no-repeat;
		}
		ul.syndicate li a#RSS10 {
			background: url(/images/M_images/rss10.gif) no-repeat;
		}
		ul.syndicate li a#RSS20 {
			background: url(/images/M_images/rss20.gif) no-repeat;
		}
		ul.syndicate li a#ATOM03 {
			background: url(/images/M_images/atom03.gif) no-repeat;
		}
		ul.syndicate li a#OPML {
			background: url(/images/M_images/opml.png) no-repeat;
		}


/* COMPONENT - Contact */
div.contactimage {
	float: right;
	text-align: right;
}
div.contactimage p {
	margin: 0;
}
div.contactimage img {
	border: 1px solid #000;
	margin: 0 0 1em 1em;
}
h4.conposition {
	color: #900;
}
div.contentpane h4 {
	margin-bottom: 0;
}
div.contentpane p {
	margin-top: 0;
}
	/*
	h4.markeraddress, 
	h4.markeremail, 
	h4.markertelephone, 
	h4.markerfax {
	}
	*/

address.contactaddress span {
	display: block;
}
form#emailForm div {
	line-height: 1.4em;
	clear: left;
}
form#emailForm label {
	display: block;
	width: 12em;
	float: left;
	color: #009;
	cursor: default;
}
form#emailForm label:hover {
	color: #900;
}
form#emailForm input#contact_name:focus, 
form#emailForm input#contact_email:focus,
form#emailForm input#contact_subject:focus, 
form#emailForm textarea#contact_text:focus {
	background: #FFC;
}
form#emailForm div.checks label {
	width: auto;
	display: inline;
	float: none;
}
.label {
	margin-bottom: 0;
}
.field {
	margin-top: 0;
}
/* End - COMPONENT - Contact */



/* HOME PAGE */
/* End - HOME PAGE */


.required {
	color: #F00;
}
			
/* END */			

#logoWrapper{
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	height:75px;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0.0em;
	margin-right: 0.0em;
	border-right: 1px #000000 solid;
	}
	
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}

#navCatTabs ul li a {
	color: #9a9a9a;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #9a9a9a;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	padding: 0.5em 0.5em;
	background-color: #ffffff;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	}

#navEZPagesTop {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne, #navColumnTwo {
	background-color: transparent;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: normal;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
	}

.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
	}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0em;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #660099;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	list-style-type: none;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	}

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

.centerBoxWrapper {
	border: 1px solid #9a9a9a;
	height: 1%;
	margin: 1.1em 0;
	}

h2.centerBoxHeading {
	font-size: 1.3em;
	color: #ffffff;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1em;
	color: #ffffff;
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	padding: 0.5em 0.2em;
	}

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	border: 1px solid #9a9a9a;
	border-bottom: 5px solid #336633;
	margin-top: 1.5em;
	}

.sideBoxContent {
	background-color: #ffffff;
	padding: 0.4em;
	}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #FFFFFF;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}
	
.productListing-data {
	padding: 10px; 
 }

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	color: #008000;
	text-decoration: none;
	}
A.category-links, A.category-links:visited {
	color: #004080;
	text-decoration: none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #FF0000;
	text-decoration: none;
	}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
/* end categories box links */

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
	}

.productListing-rowheading {
	background-color: #333333;
	height: 2em;
	color: #FFFFFF;
	}

#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	}
.information {padding: 10px 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}
