html, body {
	margin:0;
	padding:0;
	background-color: #fff;
	color:#000;
}

body, td, div, select, textarea, input, h1, h2, h3, h4, h5, h6 {
	font: normal normal normal 1em Verdana, Arial, Helvetica, sans-serif;
}

body {
	font: 80%/1.8 "Verdana", Arial, Helvetica, sans-serif;
	min-width :780px;
	background-color: #fff;
}

#wrap{ 
  background-color: #fff;
  margin:0 auto;
  width:880px;
  min-height:900px;
  height: 100%;
  margin-bottom:1em;
}

#header{
  width:100%;
  height: 90px;
  background-color: #fff;
}

#xxheadertr
{
  display:block;
  height:20px;
  width:20px;
  background: transparent url(../Images/Design/christmas-bg.gif) repeat-x top right;
  float:right;
}

#nav{
	clear:both;
	height:22px;
	margin:6px 0;
	padding:0;
	font-size:108%;
	font-weight:bold;
	border-bottom:solid 2px #9bb957;
}

#nav ul 
{
	list-style: none;	
	padding: 0;	
	margin: 0;
	background: #9bb957 url(../Images/Design/menuBar.gif) repeat-x;
}

#nav li
{
	display: inline;
	margin: 0;
	line-height: 22px;
	margin-left:16px;
	color: #fff;
	height:22px;
}

#nav a 
{
	color: #fff;	
	text-decoration: none;	
	font-weight: bold;
	height:22px;
}

#nav a:hover 
{
	color: #ff0;
	background-position:0 100%;
}

#nav #headerMenu {float: left;}
#nav {margin: 15px 10px;}

#nav .search{margin-left:140px;}
#side{height:auto; width:140px; float:left;background-color:#fff;}

#widgets{
  height:auto;
  width:130px;
  float:right;
  margin: 0 12px 0 0;
}

#main, #mainWide
{
    float:left;
    background-color: #fff;
}

#main
{
    width:554px;
	padding:0 0 0 12px;
}
    
#mainWide
{
    width:660px;
    margin-left:12px;
}

#footer{
  clear:both;
  height:4em;
  margin:  0;
  border-top:solid 1px #aaa;
  text-align:center;
  font-size:80%;
  padding: .5em;
  background-color: #fff;
}

input.fld {
	width: 160px;
	border: 1px solid #7B9EBD;
	line-height: 16px;
	height: 16px;
}

input.sml, input.mdm, input.lge, input.log {
	border: 1px solid #7B9EBD;
	line-height: 16px;
	height: 16px;
}
input.sml{width:60px;}
input.log{width:120px;font-size:1em;}
input.mdm{width:180px;}
input.lge{width:340px;}

input.srch{width:80px;font-size:.9em;}

input.btn, a.btn {
  font-size: 12px;
  color: #ffffff;
  border: #ff9595 1px solid;
  background-color: #849100;
}

a.btn:link, a.btn:hover, a.btn:visited, a.btn:active
{
	cursor:default;
	text-decoration: none;
	color: #fff;
	padding: 4px 5px 3px 5px;
}

select{width: 164px;}

hr {
	color: #95FF95;
	height: 1px;
	background-color: #95FF95;
	border: none;
}

textarea.sml {
	width: 160px;
	border: 1px solid #7B9EBD;
	height: 50px;
}

textarea.sml {
	width: 160px;
	border: 1px solid #7B9EBD;
	height: 100px;
}

.lge {
	width: 300px;
	border: 1px solid #7B9EBD;
	height: 100px;
}

#terms {
	width: 580px;
	height: 325px;
	overflow: auto;
	border: 1px solid #7B9EBD;
	margin: 10px 0 10px 0px;
	padding: 5px;
}

a {	text-decoration: underline;}
a img {	border: 0px;}
a:link, a:visited, a:active {	color: #03d;}
a:hover {	color: #660000;}
p {margin: 4px 0px 12px 4px;}

/* Main Menu */
#mm {
	width: 132px;
	font-size: 0.9em;
	float:left;
	margin-right:8px;
	border-left:solid 8px #fff;
}

#mm ul {
	margin: 0;
	padding: 0px;
	border-bottom: 10px solid #cdc;
}

#mm li {
	height: 16px;
	font-weight: bold;
	list-style-type: none;
	background-color: #eee;
	padding-top: 6px;
	border-right: solid 1px #cdc;	
	border-bottom: solid 1px #fff;
}

#mm li a:link, #mm li a:visited, #mm li a:active {
	padding: 0 4px 8px 16px;
	color: #0a0;
	text-decoration:none;
	background: url(../images/Design/arrow.gif) no-repeat 4px 0;
}

#mm li a:hover {
	text-decoration: none;
	padding: 0px 4px 8px 16px;
	color: #c30;
	width: 142px;
	background-position: 6px -20px;
}

#menuText {
	font-size: 9px;
	color: #666666;
	padding:4px;
}

/* submenu */
#sm {
	margin:16px 0 12px 0;
	padding:0;
	height: 20px;
	border-bottom: solid 4px #090;
	font-size:14px;
	width:560px;
}

#sm ul {
	margin: 0;
	padding: 0;
	width:560px;
	list-style:none;
}

#sm li {
	display:inline;	
	margin:0;
	padding:0;
}

#sm li a:link, #sm li a:visited, #sm li a:active {
	padding: 0 4px 12px 16px;
	color: #ff3300;
	font-weight:bold;
	text-decoration: none;
}

#sm li a:hover {
	color:#900;
}

/* Product */
#prodHead{
}

#prodMain{
  width:100%;
  background-color:#fff;
  color: #999;
  display:block;
}

#prodDetail{
  background-color:#fff;
  display:block;
  font-size:85%;
  line-height:1.6em;

  border-bottom:solid 4px #9bb957;
  margin: 24px 0 8px 0;
}

#prodDetail h3{
  color:#d60;
  font-size: 1em;
  letter-spacing:0.2em;
  border-bottom:solid 1px #d60;
}

#prodMain ul, #links 
{
	margin-left: 2em; 
	list-style-image:url(../Images/Design/link.gif);
}

#links
{
	line-height:110%; 
	font-size: 1.2em; 
	font-weight: bold;
}

#links a:hover{ color:#f00; }
#links .none {	list-style:none; list-style-image:url(../Images/Design/none.gif);}

#prodImg{
  display:block;
  float:left;
  width:110px;
  padding:4px;
}

#prodFeatures{
}

div.clearer {clear: left; line-height: 0; height: 0; border:solid 1px red;}

#prodRel, #prodRev{
  display:block;
  width:100%;
  padding-top:1em;
  height:auto;
  min-height:2em;
  margin-top:1.5em;
}

#prodRel h3{
  color:#5299f4;
  border-bottom:solid 1px #5299f4;
}

#prodRel p
{
	color:#46a;
	font-size:9px;
}

#prodRev h3{
  color:#9952f4;
  border-bottom:solid 1px #9952f4;
}

.productImage{
	float:left;
	min-height:120px;
	height: auto;
	width:130px;
	margin-right:8px;
	background-color:#fff;
	text-align:center;
}

.productImage img, #prodImg #imgOnly img{
	padding:4px;	
	background-color:#fff;
}

#prodImg #imgOnly img
{
	margin-bottom:8px;
}
#prodImg
{
	min-height:150px;
}
#ordTotal{
  font-size:1.2em;
  font-weight:bold;
  text-align:right;
}

.ordHead{
  font-size:0.8em;
  color:Maroon;
  border-top:solid 1px #ccc;
}

.total{
  border-right:solid 1px #999;
}

.emailfriend, #seemore, .moreinfo
{
   	width:110px;
   	height:24px;
   	font-size: 90%;
    padding-left:22px;
    cursor:pointer;
    text-align:left;
}

fieldset{
	padding:10px 20px;
}

legend{
	margin: 0 0 10px -10px;
	font-weight:bold;
}

#seemore{background: url(../images/Design/magnifier.gif) no-repeat 0 0;}
.emailfriend{background: url(../images/Design/email.gif) no-repeat 0 0;}
.moreinfo{background: url(../images/Design/information.gif) no-repeat 0 0;}

#bestSellersList{
  font-size:0.8em;
}

#bestSellersList ol
{
	margin:0;
	padding:0;
	margin-left:22px;
}

h1, h2, h3, h4, h5, h6 {font-weight: bold; color: #060;}

h1 {
	font-size: 1.3em;
	margin: 2px 0px 6px 0px;
}

h2 {
	font-size: 1.2em;
	margin: 0px;
}

h3 {
	font-size:0.9em;
	font-weight:bold;
	margin:6px 0 6px 0;
	color: #f60;
}

h4, #prodFeatures h1 {
	font-size:1.2em;
	margin:0px;
	margin-top: 4px;
	color: #f90;
	float:left;
}

#plcol h4
{
    width: 380px;
}

h5
{
  clear:left;
}

#prodFeat{}

#prodFeat img{
	height:120px;
	width:120px;
}

#prodFeat p{
	font-size:10px;
	padding:0;
	margin:0;
}

.featProd{
	margin:0;
	padding:0;
}


#podOuter{
	margin-bottom: 12px;
	background-color: #f9f9f9;
	border:solid 1px #ddd;
	border-bottom: 4px solid #ddd;
}

#podKey
{
	border-left: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}

#podKey img
{
	margin: 2px 6px 4px 6px;
	vertical-align:middle;
}

#podHead{
  color:#000;
  font-weight:bold;
  width: 100%;
  height:20px;
  text-align:center;
  padding-top:4px;
  background-color: #dde;
}

#podInner{
  padding:4px;
}

#accountLogin{
	line-height: 16px;
	padding: 1px;
}

#accountLogin label{
  display:inline-block;
  width: 80px;
}

#formContainer label{
  display:inline-block;
  width: 140px;
}

#custEmail
{
	width:600px;
}

#custEmail label{
  display:inline-block;
  width: 150px;
}

#formContainer, #accountLogin {
	padding: 8px;
}

#formContainer {
  font-size: 90%;
	margin: 10px;
	padding: 10px;
	width: 600px;
	border: solid 2px #f2f2f2;
}

#loginBox {
	margin: 20px 0 20px 0;
	width: 200px;
}

#formContainer table {
	text-align: left;
}

.highlight {
  font-weight: bold;
  color: #600;
}

#loginBox .fld {
	width: 200px;
}


acronym{color: #fc0; border-bottom: #090 1px dotted;}

#catdesc{ background-color: #f5fff5;border-bottom: 1px solid #9d9;padding: 4px;}

.confirmProducts{width:100%; margin-bottom:10px;} 

.confirmProducts td{padding:4px; margin:0; border-right:1px solid #ccc;	border-bottom:1px solid #ccc;}

.confirmProducts h2.typeH{margin:0px;}

.typeH{clear:both;}

.accessoryList{width: 100%;}

.accessoryListItem
{
	background-color:#fff; 
	border:solid 1px #abc967; 
	padding-bottom:10px;
	vertical-align:top;
}

#plcol, #rlcol
{
	display: block;
	float:left;
	width:330px;
}

#rlcol
{
    width:126px;
    font-size: .86em;
}


#prcol, #rrcol
{
	display: block;
	float:right;
	width:150px;
	background-color:#fff;
	border:solid 1px #ddd;
}

#rrcol
{
	width:130px;
}

#prodName
{
	display: block;
	padding:2px;
	float: left;
	width:380px;  
}

#prodDesc
{
	display: block;
	font-size: .86em;
	padding:12px 2px 2px 2px;
	float: left;
	width:380px;  
	line-height: 1.4em;
}

#prodClass
{
	display: block;
	width:330px;
	float:left;
}

.priceBar{
	display:block;
	float: left;
	margin:10px 0 10px 0;
	padding:4px;
	border-top: solid 2px #eee;
	border-bottom: solid 2px #eee;
	height:32px;
	width:360px;
	border:solid 1px #ddd;
}

.price, .oldprice{font-size:1.5em;color: #f33;}
.price{margin-right: 2em;font-weight: bold;}
.oldprice{font-size:1.2em;text-decoration: line-through;}

.smlprice, .smloldprice{font-size:1.1em;font-weight: bold;color: #f33;}


#addOne
{
	height:2.0em;
	width:140px;
	position:relative;
	top:-20px;
	left:230px;
}

#alphabet{color:#ccc; margin:4px;border:solid 1px #eaeaea;padding:4px;}

#alphabet a{
  margin:0 1pt 0 1pt;
  border:1px solid #ccc;
  padding:2px 4px 2px 4px;
  text-decoration:none;
}

#alphabet a:hover{background-color:#ccc;}
#alphabet #current{background-color:#efefef;color: #c00;}

.label{color:#666;}

#terms {
	width: 450px;
	height: 325px;
	overflow: auto;
	border: 1px solid #7B9EBD;
	margin: 10px 0px 10px 0px;
	padding: 5px;
	font-size: 80%;
}

#pro
{
	margin:12px 0;
	padding:12px;
	border:solid 1px #e5e5e5;
}


em{color: #090;}

.pah{
  border-top: solid 2px #eee;
  border-bottom: solid 2px #eee;
}
.pah h4{margin-top:0px;}

.pan{
  background-color: #f5f5f5;
  border: solid 1px #eee;
  vertical-align: top;
}

#savedOrders{font-size: 9px;}

.catSel{font-weight:bold;	border-bottom: solid 4px #060;}
.catNorm {font-weight:normal;}

#selSubCat{
  display:inline;
  color: #fff;
  padding: 0 4px;
  font-weight:bold;	
  background-color: #090;
  border: solid 1px #060;
  border-bottom: solid 3px #090;
}

#staticpad{
  padding: 10px;
}

#staticpad div{
  background-color: #fff;
}
  
#singlePromo{
  border:solid 1px #ddd;
  text-align:center;
  font-size:.9em;
  color:#090;
  padding:6px;
}  

.New{color:#f33;font-weight: bold;}
.Complete{color:#393;}
.Cancelled{color:#999;}

.SUCCESS{color:#393;font-weight: bold;}
.FAILURE{color:#eee;font-weight: bold;background-color:#777;}
.unknown{color:#999;font-weight: bold;}

#secHome a{
	display:block;
	padding: 6px 0 6px 24px;
	background: url(../images/Design/arr.gif) no-repeat 0 8px;
}

#ordMain{
  width: 630px;
}

#ordDetail, #orderDetail{
  float: left;
  width: 450px;
  border: solid 1px #cfcfcf;
}

#ordControls{
  float: right;
  width: 170px;
}

#ordControls a{
	display:block;
	padding: 6px 0 6px 24px;
	background: url(../images/Design/arr.gif) no-repeat 0 8px;
}

.smltxt{
  font-size: .82em;
  line-height: 1.2em;
}	
	
.lline{
  border: solid 2px #8b8;
  background-color: #f2f2f2;
}
	
#gwAvailable{
	background: url(../images/Design/giftwrap.gif) no-repeat 0 0;
	padding-left: 20px;
	margin: 10px 0;
}

#gwContainer{
  text-align:center;
}

#gwPaperList{
  width: 726px;
  text-align:left;
  margin-left:10px;
  background-color:#fff;
  border:solid 1px #bbb;
}	

#gwPaperList td{
  font-size: .86em;
}	

#orderList em{
  color:#F60;
  display:block;
  width:220px;
  font-style:normal;
  font-size:.9em;
  padding: 12px 4px 4px 4px;
  border:solid 1px #ddd;
  background: #f2f2e2 url(../images/Design/giftwrap.gif) no-repeat 4px 0;
}

#gwInstructions{
  width:540px;
  padding:12px;
  border: solid 1px #eaeaea;
}
 
#gwSelection{
  width:310px;
}

#paperChosen{
  width:170px;
  float:left;
}

#paperMessage{
  width:420px;
  float:right;
}

.gefbtn{
  border: solid 1px #aaa;
  padding:2px 4px;
  background-color: #ddd;
  color:#fff;
  font-weight:bold;
  font-size:12px;
  text-decoration: none;
}

.gefbtn a:link
{
	color:#fff;
}

.dispatchEmail
{
	font-size:.86em;
	background-color: #f2f2f2;	
}

.warning
{
	padding:1em;
	background-color:#fdd;
	border:solid 1px #900;
	margin:1em;
}

#featuredTitle
{
	letter-spacing: 1px;
	font-weight:bold;
	padding:4px 0;
	border-bottom:solid 1px #090;
}


#promoteProducts
{
	float:left;
	width:188px;
	margin: 5px 5px 5px 15px;
	padding:0 0 10px 4px;
	border:solid 2px #d8d8d8;
	background-color: #f8f8f8;
}


.clearBoth
{
	clear:both;
}

#friend
{
	margin-top:2em;
	padding-left:1.5em;
	background: url(../images/Design/giftwrap.gif) no-repeat 0 2px;
}

.news
{
	color: #362;
	font-size:.86em;
	padding:6px;
	border:solid 2px #696;
	background-color:#eff5ef;
}

.relProd
{
	height: 90px;
	padding-top:8px;
	border: solid 1px #d5d5d5;
}

.feat
{
    border:solid 1px #cdcdcd;
    text-align: center;
    padding:10px;
    font: 90%/1.4 normal "Verdana", Arial, Helvetica, sans-serif;
    color: #000;
    background-color: #ebebeb;
}

.postal
{
	float:left;
	width:200px;
	height:60px;
	margin-left:4px;
}

.overseas
{
	float:left;
	width:282px;
	height:60px;
	margin-left:18px;
}

.search
{
    font-size:90%;
    line-height:160%;
}

.search a
{
    color:#00f;
    font-size:120%
}

#payMethods
{
	cursor:pointer;
	width: 542px;
	height:51px;
	padding-top:10px;
	border:solid 1px #dbdbdb;
	margin-left:5px;
	background: #ebebeb url(../images/Design/paymethods.jpg) no-repeat 0 0;
}

.lrgddl
{
	width:140px;
	font-size:14px;
	font-weight:bold;	
}

.pnum
{
	margin:20px 0 20px 20px;
	padding:6px;
	font-size:24px;
	border:solid 2px #ddd;
}

.summerdelay{
	border:solid 3px #dedede;
	color:#fff;
	background-color:#f45;
	padding:20px 10px;
	font-size:13px;
	font-weight:bold;
}