/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	min-width: 800px;
	margin: 5px;
	font-size: 100%;
}

a {
	color:#999999;
	text-decoration:none;
}
a:hover {
	color:#23A9E1;
}

#masthead {
	color: #999999;
	background-color: #FFFFFF;
}
#masthead .content {
	padding: 0px;
	margin-top:5px;
}
#outer_wrapper {
	margin:0 auto;
}
*html #outer_wrapper{
	float:left;
	/*display:inline;*/
	width:90%;
	w\idth:auto;
	height:800px;
}

#wrapper {
	margin:0;
	padding:0;
}
#left_wrapper {
}
/*
#left {
	position:relative;
	left:135px;
	float: left;
	width: 135px;
}
*/
#left {
	position:absolute;
	left:5px;
	top:82px;
	width: 135px;
}

#center {
	margin-left: 260px;
}
#right {
	float: left;
	width: 120px;
	margin-top:55px;
	margin-right:0;
}
#left .content {
	text-align:center;
	margin: 45px 5px 0 5px;
	color:#999999;
	padding: 10px 0 0 0;
	font-size: .75em;
	line-height: 1.35em;
}
#center .content {
	margin-top: -3px;
	margin-right:0px;
	padding: 0px 24px 24px 24px;
	font-size: .85em;
	line-height: 1.5em;
}
#right .content {
	margin-top: 10px;
	padding: 0;
	font-size: 10px;
	line-height: 1.35em;
	background-color:#CCCCCC;
}
h1, h2, h3 h4{margin-top: 0; margin-bottom:0;}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#footer {
	position:relative;
	left:0px;
	top:20px;
	width:550px;
	background-color: #FFFFFF;
	text-align:center;
	border-top:#999999 solid 1px;
}
#footer .content {
	padding: 12px;
	font-size: .7em;
	color:#66CCFF;
	font-size:9px;
	letter-spacing:2px;
	padding-top:20px;
}
#footer a {
	padding:0 17px 0 17px;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}
#footer a:hover {
	color:#66CCFF;
}
/*
#footer a:visited {
	color: #999999;
}
*/
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFD940;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}

.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}


/*  ----------text page styles --------------- */

#tabs {
	position:absolute;
	left:285px;
	width:558px;
	margin:12px 0 0 10px;
}

#tabs a {
	font-size:10px;
	padding-left:3px;
	text-align:left;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	display:block
	}
#tabs a:hover {
	color:#FFCC00;
	}


.tab1 {background:url(../images/graphics/tabPage1.jpg) no-repeat; text-align:left; padding-top:5px }
.tab2 {background:url(../images/graphics/tabPage2.jpg) no-repeat; text-align:left; padding-top:5px }
.tab3 {background:url(../images/graphics/tabPage3.jpg) no-repeat; text-align:left; padding-top:5px }
.tab4 {background:url(../images/graphics/tabPage4.jpg) no-repeat; text-align:left; padding-top:5px }
.tab5 {background:url(../images/graphics/tabPage5.jpg) no-repeat; text-align:left; padding-top:5px }

#tab_go {
	background:url(../images/graphics/tab_go.jpg); 
	background-repeat:no-repeat;
	text-align:right;
	width:120px;
	height:55px; 
	margin:10px auto;
	padding:8px; 
}
#tab_go a {
	color:#FFFFFF;
	font-size:11.5px; 
	font-weight:bold;
	padding:16px;
	text-decoration:none;
}
#tab_go a:hover {
	color:#FFCC00;
}
#wordSearch .tab_go {
	background:url(../images/graphics/tab_go.jpg); 
	background-repeat:no-repeat;
	text-align:right;
	width:85px!important;
	height:55px; 
	margin:8px auto;
	padding:8px;
}
#wordSearch .tab_go a {
	color:#FFFFFF;
	font-size:11.5px; 
	font-weight:bold;
	padding:0 2px;
	text-decoration:none;
}
#wordSearch .tab_go a:hover {
	color:#FFCC00;
}
#login {
	float:left;
	color:#999999;
	width:845px;
	text-align:right;
	font-size:9px;
	padding-bottom:0;
	z-index: 10;
}
#logo {
	position:absolute;
	top:5px;
	left:10px;
	z-index: 1;
}
#options {
	text-align:center;
	font-size:14px;
	color:#999999;
	padding:0;
}
#options p{
	padding-top:5px;
}
#options h4 {
	font-size:12px;
	text-align:left;
}
.buttons {
	width:100%;
	color:#333333;
	margin-bottom:5px;
}
#wordSearch {
	/*background-color:#F0F0F0;*/
	border:#999999 solid 1px;
	padding:0 0 -15px 0;
	margin-bottom:20px;
	margin-top:-10px;
}
#wordSearch h2 {
	/*border-bottom:#999999 solid 1px;*/
	padding:3px;
	color:#999999;
	font-size:13px;
	font-weight:bold;
}
#wordSearch #keyword{
	width:80%;
	margin:3px 0;
}
#search_go {
	margin-top:5px;
}
#search_go a{
	color:#FFFFFF;
	font-weight:bold;
	background-color:#999999;
	padding:2px 43px;
}
#search_go a:hover{
	background-color:#666666;
}
#mySelections {
	/*background-color:#F0F0F0;*/
	border:#999999 solid 1px;
	padding:0 0 15px 0;
	margin-bottom:20px;
	margin-top:15px;
}
#mySelections img{
	background-color:#ffffff;
	border:#999999 solid 1px;
	display:inline;
	width:50px;
	height:50px;
	margin:5px 1px 5px 1px;
}
#mySelections p {
	color:#000000;
	line-height:1em;
	font-size:10px;
	margin:0px;
	padding:5px;
}
#mySelections h2 {
	/*border-bottom:#999999 solid 1px;*/
	padding:3px;
	color:#999999;
	font-size:13px;
	font-weight:bold;
}
#pageIcon{
	position:absolute;
	left:158px;
	top:90px;
}
#textBody{
	text-align:justify;
	font-size:11px;
	color:#333333;
	position:absolute;
	left:295px;
	width:550px;
	top:90px;
	height:auto;
}
#textBody h1{
	font-size:16px;
	color:#8C278A;
}
#textBody h2{
	padding-top:13px;
	font-size:14px;
	color:#666666;
}
#textBody form {
	text-align:left;
	font-size:11px;
	color:#333333;
	margin-bottom:1em;
}
#textBody td {
	padding:0px 3px 2px 0px;
}
.purple {color:#8C278A}








#listItem {
	position:relative;
	color:#000000;
	display:inline;
	width:100%;
}
#listNav{
	width:98%;
	color:#000000;
	font-size:9px;
	text-align:right;
	letter-spacing:0.5px;
	margin:0;
}
#listNav a {
	color:#000000;
	text-decoration:none;
}
#listNav a:hover {
	color:#666666;
}

#listImg {
	background-color:#FFFFFF;
	margin:-27px 32px 10px 0;
	position:relative;
	left:20px;
	float:left;
	width:120px;
	/*height:120px;*/
	border:0;
}
#listTitle {
	float:left;
	height:20px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
	padding:0 10px 0 5px;
	margin:0;
	width:97%;
}
#listTitle .num {
	float:left;
	margin-right:141px;
	margin-top:0;
}
#listTitle .numLast {
	float:left;
	margin-right:139px;
	margin-left:-3px;
	margin-top:0;
}
#listTitle h1 {
	font-size:12px;
	float:left;
	padding:0;
	margin:0;
}
#listTitle h2 {
	font-size:12px;
	float:right;
	padding:0;
	margin:0;
}
#listTitle h1 a {
	color:#FFFFFF;
}
#listItem .listDesc {
	float:left;
	font-size:11px;
	padding:5px 0 10px 0;
	line-height:1.4em;
	/*width:99%;*/
}
#listItem p {
	padding-top:0px;
	padding-left:155px;
}
#listItem a {
	text-decoration:none;
	color:#999999;
}
#listItem a:hover {
	color:#66CCFF;
}
#listLinks {
	font-weight:bold;
	font-size:12px;
	color:#333333;
	text-align:left;
	margin:5px 0 10px 0;
	padding:0 5px 0 155px;
}
#listLinks .linkRight {
	float:right;
}
#listLinks .linkLeft {
	font-size:11px;
	float:left;
	margin-left:0;
	padding-left:0
}

.hrRule{
	margin:3px 0 3px 0;
}
.hrRuleSpaced{
	margin:8px 0 12px 0;
}
#listItem .list1 {
	background-color:#8C278A;
	border:#8C278A solid 1px;
}
#listItem .list2 {
	background-color:#23A9E1;
	border:#23A9E1 solid 1px;
}
#listItem .list3 {
	background-color:#EA2027;
	border:#EA2027 solid 1px;
}
#listItem .list4 {
	background-color:#F69223;
	border:#F69223 solid 1px;
}
#listItem .list5 {
	background-color:#EA058A;
	border:#EA058A solid 1px;
}
#newList {
	text-align:center;
}
#newList a {
	padding:4px;
	color:#333333;
}
#newList a:hover{
	padding:4px;
	color:#23A9E1;
}
#newList h1 {
	background-color:#999999;
	border-bottom:#ffffff solid 1px;
	padding:3px;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
}
#newItem {
	padding:8px 10px 15px 10px;
	border-bottom:#ffffff solid 1px;
	color:#333333;
}
#newItem img {
	width:90px;
	height:90px;
	margin:5px auto;
	background-color:#ffffff;
	border:#999999 solid 1px;
}
	
/**/
/**/
/* NEIL'S ADDITIONAL CSS */
/**/
/**/

#listNav h1 {
	float:left;
	font-size:16px;
	color:#8C278A;

}

.listItem {
	margin-bottom:10px;
	line-height:1.4em;
	/*clear:both;*/
}
.listNo {
	float:left; 
	width:22px; 
	height:22px;
}

/* 
HACKS:
# - IE 6 & 7 only
_ - IE 6 only
*/

.listImage {
	#position: relative; 
	float:left; 
	width:120px; 
	height:120px;
	display:table; 
	overflow:hidden;
}
.listImage div {
	#position:absolute; 
	#top:52%;
	_top:51%;
	display:table-cell; 
	vertical-align:middle;
	width:120px; 
	text-align:center; 
}
.listImage div div {
	#position:relative; 
	#top:-50%;
}
.listDetail {
	/*background-color:#99FFFF;*/
	margin-left:155px;
	font-size:11px;
}
.listTitleBar {
	height:22px; 
	margin-left:-12px; 
}
.listTitleBar div, .listNo div {
	margin-top:2px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
}
.listTitle {
	float:left;
	padding-left:12px;
}
.listTitle a {
	text-decoration:none;
	color:#FFFFFF;
}
.listTitle a:hover {
	color:#66CCFF;
}
.listPrice {
	float:right;
	padding-right:12px;
}
.listLinks {
	font-weight:bold;
	font-size:12px;
	color:#333333;
	text-align:left;
	margin:5px 0 10px 0;
	padding:0 5px 0 0px;
}
.listLinks .linkRight {
	float:right;
}
.listLinks .linkLeft {
	font-size:11px;
	float:left;
	margin-left:0;
	padding-left:0
}

.hrRule{
	margin:3px 0 3px 0;
}
.hrRuleSpaced{
	margin:18px 0 26px 0;
}



.listText {
	/*background-color:#99CCFF;*/
}
.listColor1 {
	background-color:#8C278A;
}
.listColor2 {
	background-color:#23A9E1;
}
.listColor3 {
	background-color:#EA2027;
}
.listColor4 {
	background-color:#F69223;
}
.listColor5 {
	background-color:#EA058A;
}
.listBorder1 {
	border:1px solid #8C278A;
}
.listBorder2 {
	border:1px solid #23A9E1;
}
.listBorder3 {
	border:1px solid #EA2027;
}
.listBorder4 {
	border:1px solid #F69223;
}
.listBorder5 {
	border:1px solid #EA058A;
}

#giftForm {
	line-height:1.5em;
}
#giftForm td {
	height:30px;
}
	
#remTbl td {
	padding-right:10px;
}
textarea, input {
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	
}