* {
   padding:0;
   margin:0;
}

body {
	background-color:#FFFFFF;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

div {
	overflow:hidden;
}

img {
	border:0;
}

a {
	text-decoration:none;
	color:#000;
	font-weight:bold;
}

p {
	padding-top:10px;
	padding-bottom:10px;
}

h1 {
	color:#000000;
	font-weight:bold;
	font-size:20px;
	padding:0px;
	margin:0px;
}

h2 {
	color:#336699;
	font-weight:bold;
	font-size:16px;
	padding:0px;
	margin:0px;
}

h3 {
	color:#336699;
	font-weight:bold;
	font-size:14px;
	padding:0px;
	margin:0px;
}

ul {
	list-style:disc;
	list-style-type:disc;
	padding-left:25px;
}

li {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:25px;
}

/*h1 span.firstWord {
	color:#542f15;
}

h1.SubFeature {
	font-family:Times New Roman, Times, serif;
	font-weight:normal;
}*/

a:hover {
	text-decoration:underline;
}

div#topContainer {
	margin-left: auto;
	margin-right: auto;
	width: 785px;
	border:1px solid #CACBC6;
	background-color:#FFFFFF;
}

/* header divs */
div#HeaderDiv {
	height:91px;
	text-align:left;
	font-size:12px;
	font-weight:bold;

}

div#logoDiv {
	float:left;
	display:inline;
	width:245px;
	height:100%;
}

div#headerRightDiv {
	float:right;
	text-align:right;
	width:540px;
	height:100%;
}

/* end header divs */

/* footer div */

div#FooterContainer {
	/*width:773px;*/
	margin-left:auto;
	margin-right:auto;
}

/* Content */
div#MainContentDiv {
	/*width:785px;*/
	/*padding-top:5px;
	padding-bottom:5px;*/
	text-align:center;
}
/* end Content */

/* store display */
.titleText {
	color:#000000;
	font-size:14px;
	font-weight:bold;
}

.titleText a {
	color:#000000;
	font-size:14px;
	font-weight:bold;
}

.titleText a:hover {
	color:#000000;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}

/*** colored text ***/
.blackText {
	color:#000000;
	font-weight:bold;
}

.blackText a {
	color:#000000;
	font-weight:bold;
}

.blackText a:hover {
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}

.redText {
	color:#C00101;
}	

.blueText {
	color:#336699;
	font-weight:bold;
}

.greenText {
	color:#009900;
	font-weight:bold;
}
/*** end colored text ***/

/*** small colored text ***/
.smallText {
	color:#666666;
	font-size:10px;
}

a.smallText {
	color:#666666;
	font-size:10px;
}

.smallBlackText {
	font-size:10px;
	color:#000000;
}

.smallBlackText a {
	color:#000000;
	font-weight:bold;
}

.smallBlackText a:hover {
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}

.smallRedText {
	font-size:10px;
	color:#C00101;
	font-weight:bold;
}	
/*** end small colored text ***/
.borderBox {
	border: 1px solid #CACBC6;
}

div.spacerDiv {
	height:15px;
}

div.PriceContainer {
	padding-top:2px;
	padding-bottom:2px;
}

/*** category border classes ***/
.centerBorderDiv {
	min-height:130px;
	height:auto !important;
	height:130px;
	overflow:visible;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
}

.centerBorderDivElastic {
	padding:5px;
	overflow:hidden;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
}	
/*** end category border classes ***/

@media screen {
	#PrintButton {
		display:block;
		padding:5px;
		text-align:right;
		width:6.6in;
		margin-left:auto;
		margin-right:auto;
		color:#000;
	}
}

@media print {
	#PrintButton {
		display:none;
	}
}
