body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #006cb1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.linkStyle1 {
	color: #006cb1;
	text-decoration: none;
}

.linkStyle1:hover {
	text-decoration: underline;
}

.searchLink {
	color: #FFFFFF;
	text-decoration: none;
}

.searchLink:hover {
	text-decoration: underline;
}

.searchPrice {
	color: yellow;
}

#breadcrumb {
  position:relative;
  margin-bottom: 10px;
}

.centered {
	position: relative;
	margin: auto;
	width: 965px;
}

.inlineImage {
	vertical-align: middle;
}

.inlineImageBaseline {
	vertical-align: bottom;
}

.floatLeft {
	float: left;
}

.smallText {
	font-size: 9px;	
}

/* Header */

#header {
	width: 965px;
	text-align:left;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}

#headerCol1 {
	position: absolute;
	left: 300px;
	top: 0;
}

#headerCol2 {
	position: absolute;
	right: 30px;
	top: 3px;
}

.headerbarDivider {
	margin: 0px 5px 0px 5px;
}

#headerbarRightEnd {
	position: absolute;
	right: 0;
	top: 0;
}

#headerPromo {
	margin-top: 18px;
	border: 0;
}




/* Content */

#content {
	position: relative;
}


/* Left column */

#leftCol {
	width: 184px;
	position: absolute;
	left: 0;
	top: 0;
}


/* Basket */

#basket {
	border: 1px solid #006cb1;
	margin-bottom: 10px;
}

#basketHeader {
	background-image:url(images/common/basket_headerbar_repeater.gif);
	height: 22px;
	color: #FFFFFF;
	padding: 2px 0 0 4px;
	font-weight: bold;
	vertical-align: middle;
}

#basketWindow {
	color: #999999;
	padding: 10px;
	text-align: center;
}

#basketFooter {
	position:relative;
	padding: 2px 2px 2px 4px;
	background-color: #006cb1;
	color:#FFFFFF;
}

#basketFooter a {
	color:#FFFFFF;
}

#checkOut {
	position: absolute;
	right: 4px;
	top: 2px;
}


/* Main content */

#main {
	position: absolute;
	left: 195px;
	top: 0;
	width: 583px;
}


#category {
	position: absolute;
	left: 195px;
	top: 0;
	width: 770px;
}

.tooltipImage {
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

.headerText {
	font-size:26px;
	color: #006cb1;
	margin-bottom: 10px;
}

.subheaderText {
	font-size:18px;
	color: #006cb1;
}

#themeBanner{
	margin-bottom: -3px;
	border: 0;
}


/* Scroll Frame */


#themeScrollerHeaderText {
	font-size: 16px;
	font-weight: bold;
}

#productScroller {
	position: relative;
	height: 140px;
	margin-bottom: 10px;
}

.hscrollFrame {
  width: 520px;
  height: 110px;
  position: absolute;
  left: 26px;
  padding: 3px;
  overflow: hidden;
}

.hscrollProduct {
  width: 175px;
  position: absolute;
}

.hscrollProduct2 {
  left: 175px;
}

.hscrollProduct3 {
  left: 350px;
}

.hscrollProduct4 {
  left: 525px;
}

.hscrollProduct5 {
  left: 700px;
}

.hscrollProductDetail {
  display: block;
  padding: 5px;
}

.productThumbnail {
  border: 0;
  margin-right:-2px;
}

.productThumbnail:hover {
  cursor:pointer;
}

.floatingThumbnail {
  float: left;
  margin-right: 5px;
}

.scrollframeLeftArrow {
	position: absolute;
	top: 60px;
	left: 5px;
	border: 0;
}

.scrollframeRightArrow {
	position: absolute;
	top: 60px;
	right: 5px;
	border: 0;
}

.addButton {
	border: 0;
}

.quantityBox {
	width: 25px;
	font-size: 12px;
}


/* Homepage */

.bestsellers {
	position:relative;
	height: 140px;
}

#categoryHeaderThemes {
	background-image:url(images/categories/categorybar_themes_repeater.gif);
}

#categoryHeaderFundraising {
	background-image:url(images/categories/categorybar_fundr_repeater.gif);
}

#categoryHeaderNovelties {
	background-image:url(images/categories/categorybar_party_repeater.gif);
}

#categoryHeaderFancydress {
	 background-image:url(images/categories/categorybar_fancyd_repeater.gif);
}

#categoryHeaderTableware {
	background-image:url(images/categories/categorybar_tware_repeater.gif);
}

#categoryHeaderXmas {
	background-image:url(images/categories/categorybar_xmas_repeater.gif);
}

#categoryHeaderCelebration {
	background-image:url(images/categories/categorybar_celeb_repeater.gif);
}

.categorybarRightEnd {
	position: absolute;
	right: 0;
}

.triplerowProduct {
  width: 193px;
  position: absolute;
}

.triplerowProduct2 {
  left: 193px;
}

.triplerowProduct3 {
  left: 386px;
}
	


/* Footer */

#footer {
        position : relative;
        margin-top : 30px;
	color: #999999;
}


/* Right column */

#rightColumn{
	position: absolute;
	left: 593px;
	top: 0;
}

.categoryButton {
	position: relative;
        margin-bottom : 5px;
        width : 177px;
        height : 115px;
}

.categoryButtonImage {
	border: 0;
}

.categoryButtonLinks {
	font-size: 11px;
	position: absolute;
	bottom: 10px;
	left: 10px;
}

.categoryButtonLinks a {
	color:#FFFFFF;
}