@charset "utf-8";
/* CSS Document */

/* Container */

html, body {
	/*margin: 20px;*/
	padding: 0;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif; /* Modified by Laura, added the font Verdana*/
	font-size: 12px;
	color: #000000; /* Modified by Laura, originally it was 333*/
	background-image:url(images/bkgrndlines.jpg); /* Added by Laura*/
	/*background-color: #000000;  Modified by Laura, originally it was 333*/
	text-align: left; /* Modified by Laura, originally it was center*/
}

/* ----- Header Start ----- */

	/* Layout */

	#pcHeader08 {
			width: 887px; /* Modified by Laura, originally it was 900px*/
			/*height: 100px; */
			/* background-color: #FFF; */
			background-image:url(images/bkgrndlines.jpg) !important; /* Added by Laura*/
			margin-left: 0px; /* Modified by Laura, originally it was auto*/
			margin-right: 0px; /* Modified by Laura, originally it was auto*/
			margin-top: 0px; 
			margin-bottom: 0px; /* Modified by Laura, originally it was 3px;*/
			border: none;
			position: relative; /* Modified by Laura, originally it was relative*/
		}
		
/*  Commented by Laura since we are not using these styles
	#pcHeader08Left {
			position: absolute;
			top: 4px;
			left: 10px;  
		}
	
	#pcHeader08Center { 
			position: absolute;
			top: 30px; 
			left: 320px;
			width: 210px
		}
		
	#pcHeader08Right {
			position: absolute;
			top: 8px;
			left: 575px;
			width: 295px;
			border: 1px dashed #CCC;
			padding: 10px;
			text-align: left;
		}
*/
		
/* Elements */
	
/*  Commented by Laura since we are not using these styles
	#pcHeader08StoreName {
			text-align: left;
			font-size: 60px;
		}
			
	#pcHeader08StoreDescription {
			text-align: left;
			font-size: 18px;
			margin-top: -5px;
		}
		
	#pcHeader08Center form input {
			font-size: 18px;
			border: 1px solid #CCC;
			background-color: #E8E8FF;
			width: 175px;
			height: 25px;
		}
		
	#pcHeader08Center a {
			text-decoration: none;
			color: #666;
		}
		
	#pcHeader08Center a:hover {
			color: #999;
		}
		
	#pcHeader08Right .tagLine {
			font-size: 40px;
		}
		
	#pcHeader08Right .tagLineSmall {
			font-size: 18px;
			margin-top: -5px;
		}
*/		
/* ----- Header End ----- */

/* ----- Top Navigation Start ----- */

/*  Commented by Laura since we are not using these styles
	#pcTopNav08 {
			width: 900px;
			height: 28px;
			background-color: #E1E1E1;
			margin-left: auto;
			margin-right: auto;
			margin-top: 0px;
			margin-bottom: 3px;
			border: none;
			font-size: 16px;
			text-align: right;
			color: #000;
		}

	#pcTopNav08-CART {
			float: left;
			padding: 2px 0 0 10px;
			font-size: 9px;
		}

	#pcTopNav08-LINKS {
			float: right;
			margin: 0;
			padding: 4px 10px 0 0;
		}

	#pcTopNav08 a {
			text-decoration: none;
			color: #000;
		}
		
	#pcTopNav08 a:hover {
			color: #666;
		}
*/
/* ----- Top Navigation End ----- */

/* ----- Main Area Start ----- */

	#pcMainArea08 {
			width: 875px; /* Modified by Laura, originally it was 900px*/
			background-color: #000000; /* Modified by Laura, before it was FFF */
			margin-left: 0px; /* Modified by Laura, before it was auto */
			margin-right: 0px; /* Modified by Laura, before it was auto, (-12) */
			margin-top: 0px; /* Modified by Laura, before it was 0px */
			margin-bottom: 0px; /* Modified by Laura, before it was 4px */
			border: none;
		}
		
	#pcMainArea08-PC {
			width: 660px;
			float: left; /* Modified by Laura, before it was right; */
			border: none; /* Modified by Laura, before it was 1px solid #CCC; */
			text-align: left;
			margin: 0px; /* Modified by Laura, before it was 15px 10px 20px 0; */
			/* IE 6 double margin fix */
			display: inline;
			background: #ffffff; 
		}
		
		#pcMainArea08-PC-Content {
				padding: 10px;
			} 
		
	#pcMainArea08-LEFT {
			width: 203px;  /* Modified by Laura, before it was 210px */
			float: left;
			text-align: left;
			vertical-align: top;
			margin: 0px 0 20px 12px; /* Modified by Laura, before it was 15px 0 20px 10px */
			/* IE 6 double margin fix */
			display: inline;
		}

	#pcMainArea08-BROWSE {
			width: 200px;
			background-color: #ffcc99; /* Modified by Laura, before it was E8E8FF */
			border: 1px solid #ffcc99; /* Modified by Laura, before it was 9999CC */
			margin-bottom: 5px;
			/* IE 6 fix (content pushing out width) */
			overflow: hidden;
		}

	#pcMainArea08-BROWSE table {
			margin: 0 0 10px 6px;
		}

#pcMainArea08-BROWSE table td {
			padding: 4px 0 0 0;
		}
		
	#pcMainArea08-PRICE {
			width: 200px;
			background-color: #969A52; /* Modified by Laura, before it was D2F0FF */
			border: 1px solid #969A52; /* Modified by Laura, before it was 9999CC */
			margin-bottom: 5px;
		}

	#pcMainArea08-LINKS {
			width: 200px;
			background-color: #ffcc00; /* Modified by Laura, before it was E1F4F4 */
			border: 1px solid #ffcc00; /* Modified by Laura, before it was 9999CC */
			margin-bottom: 5px;
		}
		
	#pcMainArea08-LEFT h3 {
			font-size: 16px;
			color: #000000; /* Modified by Laura, before it was 333 */			
			/* border-bottom: 1px solid #333;  */	
			width: 180px;
			margin: 5px 0 10px 5px;
			font-weight: bold; /* Modified by Laura, before it was normal */	
		}

	#pcMainArea08-LEFT ul {
		list-style-type: none;
		margin: 0 0 10px 5px;
		padding: 0;
	}

	#pcMainArea08-LEFT li {
		margin: 4px 0 0 5px;
	}

	#pcMainArea08-LEFT a {
		text-decoration: none;
		color: #000000; /* Modified by Laura, before it was 333 */
		}
		
	#pcMainArea08-LEFT a:hover {
		text-decoration: underline;
		color: #990000; /* Modified by Laura, before it was 06F */
		}
		
	#pcMainArea08-SPACER {
			clear: both;
		}

/* ----- Main Area End ----- */

/* ----- Footer Start ----- */

	#pcFooter08 {
			width: 875px; /* Modified by Laura, originally it was 900px*/
			height: 22px; /* Modified by Laura, before it was 24px */
			background-image:url(images/Bottom_Bar_Lines.jpg); /* Added by Laura*/
			background-color: #000000; /* Modified by Laura, before it was 666 */
			margin-left: 0px; /* Modified by Laura, before it was auto */
			margin-right: 0px; /* Modified by Laura, before it was auto */
			margin-top: 0px;
			margin-bottom: 20px;
			border: none;
			font-size: 12px; /* Modified by Laura, before it was 16px */
			text-align: left;
			color: #FFFF00; /* Modified by Laura, before it was 000 */
		
		}

	#pcFooter08 p {
			margin: 0;
			padding: 2px 0 0 10px;
		}

	#pcFooter08 a {
			text-decoration: none;
			color: #FFFF00; /* Modified by Laura, before it was 000 */
		}
		

	#pcFooter08 a:hover {
			color: #FFFF00; /* Modified by Laura, before it was CCC */
			text-decoration:underline; /* Added by Laura */
		}

/* ----- Top Navigation End ----- */

/* ----- Other Interface Elements ----- */

	#pcShowCart {
      width: 200px;
	  border: 1px solid #660000; /* Modified by Laura, before it was e1e1e1 (0099cc) */
	  margin-bottom: 5px;
	  font-size: 11px;
	  color: #fff; /* Added by Laura */
	  background-color: #660000; /* Added by Laura*/
	}
	
	/* Links CSS Added by Laura*/
	#pcShowCart a {
		text-decoration: none;
		color: #fff;
		}
		
	#pcShowCart a:hover {
		text-decoration: underline;
		color: #fff;
		}
	/* End Section Links CSS Added by Laura*/