* html body {
	background-attachment: fixed;
}
* html div#globalnav {
	position:absolute;
 top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop : document.body.scrollTop);
}
* html div#checkoutfooter {
	position: absolute;
 top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop +(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}
* html div#my-bag {
	position: absolute;
 top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop +(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}
body {
	margin:0 0;
	padding:0;
	background:#FFFFFF url(ff.jpg) 50% 0 repeat;
	background-attachment:fixed;
}
ul {
	padding:0;
	margin:0;
}
#framework {
	width:980px;
	margin:0 auto;
	padding:0;
	position: relative;
}
#globalnav {
	width:964px;
	height:16px;
	position:absolute;
	padding:2px 8px 0 8px;
	border-bottom:solid 2px #f89220;
	background-image:url(globalnav_back.gif);
	background-repeat:repeat-x;
	font: bold 11px Arial, Helvetica, sans-serif;
	margin:0 auto;
	z-index: 200;
}
.globalnavwelcome {
	float:left;
}
.globalnavwelcome a:link {
	color: black;
	text-decoration:none;
}
.globalnavwelcome a:hover {
	color:#2864b4;
	text-decoration:underline;
}
.globalnavitems {
	float: right;
	width:auto;
}
.globalnavitems a:link {
	color: black;
	text-decoration:none;
}
.globalnavitems a:hover {
	color:#2864b4;
	text-decoration:underline;
}
.globalnavitems a:visited {
	color:black;
	text-decoration:none;
}
#checkoutfooter {
	width:980px;
	height:42px;
	position:fixed;
	margin:0 auto;
	bottom:0;
	border-top:solid 1px #df8504;
	background-color:#ffa500;
	z-index: 200;
}
#checkoutfooter a:link{
	color: black;
	text-decoration:none;
}
#checkoutfooter a:visited{
	color: black;
	text-decoration:none;
}
#checkoutfooter a:hover {
	color:#2864b4;
	text-decoration:underline;
}
#checkoutfootersearch {
	float:left;
	width:430px;
	padding:6px 0 0 10px;
	font: bold 14px Arial, Helvetica, sans-serif;
}
#checkoutfootercheck {
	float:left;
	width:168px;
	height:42px;
	border-left:solid 2px #df8504;
	font: bold 18px Arial, Helvetica, sans-serif;
}
#checkoutfooterbag {
	float:left;
	width:145px;
	height:42px;
	border-left:solid 2px #df8504;
	font: bold 18px Arial, Helvetica, sans-serif;
}
#checkoutfootergift {
	float:left;
	width:220px;
	height:42px;
	border-left:solid 2px #df8504;
	padding:0;
	font: bold 18px Arial, Helvetica, sans-serif;
}
#navigation-container {
	float:left;
	width:150px;
	margin-right:10px;
	background-color:#FFFFFF;
	position:relative;
	border: 1px solid #df8504;
	padding:0;
}
ul#navigation {
	border:0;
	margin: 0;
	list-style-type: none;
	padding: 0;
	width: 150px;
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#333;
}
ul#navigation li {
	margin-bottom: 0;
}
ul#navigation li a {
	background:url(arrow_black_r.gif) right no-repeat #DFDBD5;
	color: #000;
	font-weight: bold;
	display:block;
	padding:6px 2px 6px 5px;
	text-decoration:none;
	width:auto;
	border-bottom:1px solid orange;
}
ul#navigation li a:hover {
	background-color:orange;
}
ul#navigation li a.last {
	border:none;
}
/* second level */

ul#navigation ul {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
}
ul#navigation li li {
	background: url(dot2.gif) no-repeat;
}
ul#navigation li li a {
	background:url(arrow_or_r.gif) 5px no-repeat #F3F1ED;
	color: #000;
	font-weight: normal;
	display:block;
	padding:4px 4px 4px 12px;
	text-decoration:none;
	width:auto;
}
ul#navigation li li a:hover {
	background-color:#ffbe19;
}
ul#navigation li li a.last {
	border:none;
}
#center-content {
	float:left;
	width:477px;
	height:200px;
	background-color:#FFFFFF;
}
#right-content {
	float:right;
	width:315px;
	height:200px;
	background-color:#FFFFFF;
	position:relative;
}
#footer {
	width:964px;
	height:100px;
	padding:10px 8px 10px 8px;
	background-color:#ffa500;
}

#productlinks {
	float: left;
	width: 152px;
	background-color:#CCCCCC;
	padding:0;
	margin-right:10px;
}
#contentlinks {
	float: left;
	width: 152px;
	background-color:#FFFFFF;
	padding:0;
}

#copyright {
	clear:both;
	width:960px;
	height:130px;
	font: normal 10px Arial, Helvetica, sans-serif;
	text-align:center;
	padding:10px;
	font-weight:normal;
	background-color:#FFFFFF;
}
#header {
	width:964px;
	height:150px;
	padding:0 8px 0 8px;
	margin:0 auto;
	z-index:1;
	background-color:#ffa500;
}
#pagecontent {
	width:964px;
	padding:10px 8px 10px 8px;
	height:2000px;
	background-color:#999999;
}
a:link {
	color: #2864b4;
	text-decoration:none;
}
a:active {
	color: #2864b4;
	text-decoration:none;
}
a:focus {
	-moz-outline-style: none;
}
a:visited {
	color:#2864b4;
	text-decoration:none;
}
a:hover {
	color:#2864b4;
	text-decoration:underline;
}
.search_default {
	border:solid 2px #df8504;
	background-color:#fcdf7c;
	height:16px;
	width:300px;
	padding: 4px;
	font: 700 14px Arial, Helvetica, sans-serif;
	color:#999999;
}
.search_hover {
	border:solid 2px #ffbe19;
	background-color:#fcdf7c;
	height:16px;
	width:300px;
	padding: 4px;
	font: 700 14px Arial, Helvetica, sans-serif;
	color:#999999;
}
#my-bag {
	width:895px;
	height:125px;
	background:#fcce82;
	border:2px solid #df8504;
	position:fixed;
	bottom:43px;
	margin-left:40px;
	padding:4px 4px 4px 4px;
	display:none;
}
#my-bag_close {
	float:right;
}
#basket-contents {
	margin:10px;
	width:865px;
	height:70px;
	padding:4px;
	font: normal 12px Arial, Helvetica, sans-serif;
	border:1px solid #330066;
	overflow:auto;
}
input.searchbutton {
	font: bold 14px Arial, Helvetica, sans-serif;
	color:#000000;
	height:28px;
	background-image:url(searchbutton_off.gif);
	background-color:#fcce82;
	border-right:solid 2px #df8504;
	border-top:solid 2px #df8504;
	border-bottom:solid 2px #df8504;
	border-left:solid 1px #df8504;
	cursor:hand;
}
input.searchbutton_hover {
	font: bold 14px Arial, Helvetica, sans-serif;
	color:#000000;
	height:28px;
	background-image:url(searchbutton_on.gif);
	background-color:#fcce82;
	border-right:solid 2px #df8504;
	border-top:solid 2px #df8504;
	border-bottom:solid 2px #df8504;
	border-left:solid 1px #df8504;
	cursor:hand;
}
#checkoutfooter {
	width:100%;
	height:42px;
	position:fixed;
	margin:0 auto;
	bottom:0;
	border-top:solid 1px #df8504;
	background-color:#ffa500;
	z-index: 200;
	}
#checkoutfooter a:link {
	color: black;
	text-decoration:none;
}
#checkoutfooter a:hover {
	color:#2864b4;
	text-decoration:underline;
}
#checkoutfootersearch {
	float:left;
	width:430px;
	padding:6px 0 0 10px;
	font: bold 14px Arial, Helvetica, sans-serif;
}

#checkoutfootercheck {
	float:left;
	width:168px;
	height:42px;
	border-left:solid 2px #df8504;
	font: bold 18px Arial, Helvetica, sans-serif;
}
#checkoutfooterbag {
	float:left;
	width:145px;
	height:42px;
	border-left:solid 2px #df8504;
	font: bold 18px Arial, Helvetica, sans-serif;
}
#checkoutfootergift {
	float:left;
	width:220px;
	height:42px;
	border-left:solid 2px #df8504;
	padding:0;
	font: bold 18px Arial, Helvetica, sans-serif;
}
body  
      {scrollbar-arrow-color:#FF9933;
      scrollbar-base-color:#FF9933;
      scrollbar-shadow-color:#FF9933;
      scrollbar-face-color:#993399;
      scrollbar-highlight-color:#FFCBBF;
      scrollbar-dark-shadow-color:#993399;
      scrollbar-3d-light-color:#FFCC00;
	  margin:0 0;
	  padding:0;
	background:#ffffff url(ff.jpg) 50% 0 repeat;
	background-attachment:fixed;
	  color:#000000;
	  }
#framework {
	width:749px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
A:link
	{font-family: Arial, Helvetica, sans-serif;
	color: #993399;
	text-decoration:none;
	font-weight: normal;}

A:active
	{font-family: Arial, Helvetica, sans-serif;
	color: #401540;
	text-decoration:none;
	font-weight: normal;}

A:visited
	{font-family: Arial, Helvetica, sans-serif;
	color:#993399;
	text-decoration:none;
	font-weight: normal;}
A:focus {
	-moz-outline-style: none;
	}	
A:hover
	{font-family: Arial, Helvetica, sans-serif;
	color:#401540;
	text-decoration:underline;
	font-weight: normal;
	}
#shipping {
	background-color:#E7A1E7;
	border-bottom:2px solid #993399;
	border-top:1px dotted #993399;
	padding:2px 5px 5px 5px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	}
.close-button {
	float:right;
	padding-right:10px;
	}
.subtext {
	font-size: 10px;
	}
#christmas {
	padding-bottom:2px;
	}

UL    
      {font-size: 10px;
      font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding-right: 2px;}

LI    
      {font-size: 11px;
      font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding-right: 2px;}

.text
      {font-family: Arial, Helvetica, sans-serif; 
	font-style: normal; 
	font-size: 11pt;
	color: #000000; 
	text-align: justify; 
	margin-left: 10px; 
	margin-right: 10px; 
	font-weight: normal;}

.product
      {font-family: Arial, Helvetica, sans-serif; 
	font-style: normal;
	font-size: 10pt;   
	color: #000000; 
	text-align: justify; 
	margin-left: 10px; 
	margin-right: 10px; 
	font-weight: normal;}

.linktext
      {font-family: Arial, Helvetica, sans-serif; 
	font-style: normal; 
	color: #000000; 
	text-align: justify; 
	margin-top: 10px; 
	margin-left: 10px; 
	margin-right: 10px; 
	font-weight: normal;}

.linktitle
      {font-family: Arial, Helvetica, sans-serif; 
	font-style: normal; 
	color: #FF9933; 
	text-align: center; 
	margin-top: 10px; 
	margin-left: 30px; 
	margin-right: 10px; 
	font-weight: bold;}

.links
      {font-family: Arial, Helvetica, sans-serif; 
	font-style: normal; 
	color: #FFFFFF; 
	text-align: justify; 
	margin-left: 10px; 
	font-weight: bold;}

.sizetitle
      {font-family: Arial, Helvetica, sans-serif;
	font-style: normal; 
	color: #FFFFFF; 
	text-align: center; 
	font-weight: bold;}

.sizecategory
      {font-family: Arial, Helvetica, sans-serif; 
	font-style: normal; 
	font-size: 11pt; 
	color: #FFFFFF;
	margin-left: 20px;  
	text-align: left; 
	font-weight: bold;}

.disclaimertext
      {font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;  
	font-style: normal; 
	color: #000000; 
	text-align: justify; 
	margin-left: 10px; 
	margin-right: 10px; 
	font-weight: normal;}

.disclaimercustomer
      {font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;  
	font-style: normal; 
	color: #000000; 
	text-align: center; 
	margin-left: 10px; 
	margin-right: 10px; 
	font-weight: normal;}

.disclaimertitle
      {font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;  
	font-style: normal; 
	color: #000000; 
	text-align: left; 
	margin-left: 15px; 
	margin-right: 10px; 
	font-weight: bold;}
	
#searchold {
	position:absolute;
	width:228px; 
	height:29px; 
	z-index:300; 
	left: 516px; 
	top: 97px;
	background-color:none;
}

.copyright
	{font-size: 8pt; 
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif; 
	color: #333333;
	text-align: center; 
	margin-top: 10px;
      line-height: normal;}

.copyright_sub
	{font-size: 8pt; 
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif; 
	color: #333333;
	text-align: center; 
	margin-top: -5px;
      line-height: normal;}

.titles
	{font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left; 
	margin-left: 35px; 
	margin-top: 10px; 
	color: #FF9933;
	font-weight: normal; 
	font-style: normal;}

h1
	{font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left; 
	margin-left: 35px; 
	margin-top: 10px; 
	color: #FF9933;
	font-weight: normal; 
	font-style: normal;}

.bodytitles 
	{font-family: Arial, Helvetica, sans-serif; 
	text-align: left; 
	margin-left: 35px; 
	margin-top: 10px; 
	color: #FF9933; 
	font-weight: bold; 
	font-style: normal;}

h2 
	{font-family: Arial, Helvetica, sans-serif; 
	text-align: left; 
	margin-left: 35px; 
	margin-top: 10px; 
	color: #FF9933; 
	font-weight: bold; 
	font-style: normal;}

.featureditem 
	{font-family: Arial, Helvetica, sans-serif; 
	text-align: center; 
	color: #993399; 
	font-weight: bold; 
	font-style: normal; 
	text-decoration: underline;}

.addedtitle
      {font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;  
	font-style: normal; 
	color: #FF9933; 
	text-align: left; 
	padding:5px;
	font-weight: bold;}

.addedtext
      {font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;  
	font-style: normal; 
	color: #993399; 
	margin-left: 5px;
	font-weight: bold;}

.top 
	{text-align: right;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif; 
	margin-right: 25px;}

.showstate
	{ /*Definition for state toggling image */
	cursor:hand;
	cursor:pointer;
	float: right;
	margin-top: 2px;
	margin-right: 3px;}

.status 
	{position:absolute;
	top:0px; 
	left:202px;}

.catwalk
	{position:absolute;
	top:30px;
	left:0px;}

#dropinboxv2cover
	{width: 320px; /*change width to desired */
	position:absolute; /*Don't change below 4 rules*/
	z-index: 100;
	overflow:hidden;
	visibility: hidden;}

#dropinboxv2
	{width: 300px; /*change width to above width-20. */
	border: 2px solid #000000; /*Customize box appearance*/
	background-color: #B4E985;
	padding: 4px;
	position:absolute; /*Don't change below 3 rules */
	left: 0;
	top: 0;}

.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 10px 25px 10px 0;
text-align: right; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #a0789d;
text-decoration: none; 
color: #993399;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #a0789d;
color: #000;
background-color: #f4be5e;
}

.pagination a.currentpage{
background-color: #f8901f;
color: #FFF !important;
border-color: #a0789d;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #cda3cb;
border-color: #cda3cb;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}