body {
	font-family: "Courier New",Courier,monospace;
	color: #000000;
	margin-top: 15px;
	background: #ffffff;
	text-transform:lowercase
	}
	
td {
	font-size: 11px;
	font-family: "Courier New",Courier,monospace;
	text-transform:lowercase
}
a {
	text-decoration: none;
	line-height: 150%;
	color: black;
	background-color: transparent;
	text-transform:lowercase
}

::-moz-selection{
	background:#fff ;
	color:#41A1E4;
}

::selection {
	background:#fff;
	color:#41A1E4;
}

code::-moz-selection {
	background: #333333;
}

code::selection {
	background: #333333;
}

.italic {
	font-style:italic;
	display:inline;
}
.bold {
	font-weight:bold;
	display:inline;
}
a:hover {
	text-decoration: none;
	color: #666666;
	background-color: transparent;
}
img {
	border: none;
}

/*============================ GLOBAL NAVIGATION =========================*/


#global-nav {
	background:#212121 url('../images/globalnav-bg.gif'); 
	text-align:right; 
	padding: 3px 5px 1px 0px; 
	margin:0pt;
	}

#global-nav li, #global-nav form, #global-nav #search-li form p {
	display:inline;
	}

#global-nav a {
	padding:6px 10px 3px 10px;
	color: #ccc;
	font-size:0.7em;
	font-weight: bold;
	text-transform:uppercase;
	}
	
#global-nav a:hover {
	color: #eee;
	}



#global-nav li.last a{
	background:0;
	padding-right:8px;
	}

#global-nav #search-li { 
	padding-top:2px;  
}

#global-nav input {
	border:1px solid #4C4C4C; 
	font-size:1.2em; 
	padding:0px 0px 1px 5px;
	margin-bottom:1px; 
	}

#global-nav button { 
	width:38px; 
	height:18px; 
	background:url('../images/btn_search.gif') center center no-repeat; 
	border:0; 
	cursor:pointer; 
	font-size:10px; 
	text-align:center; 
	vertical-align:top;
	padding:2px 0px 2px 0px;
	line-height:19px;
	}
	
* html #global-nav button{ 
	margin-left:5px; 
	margin-top:1px; 
	line-height:1.5; 
	}

#header {
	height: 60px;
	width: 100%;
	background: #404041;
	text-decoration:none;
	position:relative;
}

#logo {
	height: 48px;
	width: 207px;
	float: left;
	margin: 5px 0px 0px 6px;
	z-index: 20;
	top: 0px;
}

#logo h1 {
	display:block;
	height: 48px;
	width: 207px;
	text-indent:-9009px;
	margin: 0px 0px 0px 0px;
	background: url('../images/logo.gif') no-repeat;
}

#logo h1 a {
	display:block;
	width:100%;
	height:100%;
	outline:none;
}

#header-tag {
	height: 96px;
	width: 285px;
	z-index: 20;
	position: absolute;
	left:600px;
	top:-15px;
	margin-left: 10px;
	background: url('../images/header-tag.gif') no-repeat;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	-moz-opacity: 0.9;
	}
	
	#header-tag p {
		font-family:"Courier New", Courier, monospace;
		padding: 0px 5px 5px 5px;
		}	
	
	#header-tag a {
		padding: 5px;
		font-weight: bold;
		}	

#top_menu {
	float:right;
	height:85px;
	margin-right:15px;
	width:auto;
}



a.top-link {
	color: #333;
	text-transform:uppercase;
	text-decoration:none;
	margin: 0px 5px 0px 5px;
	font-size: 90%;
	}

a.top-link:hover {
	color: #999;
	text-decoration:underline;
	}
	
#basket {
	color: #212121;
	text-align: right;
	text-decoration:none;
	margin: 10px 0px 0px 0px;
}

#header-links {
	float:right;
	margin-right:8px;
	text-align:right;
	width:auto;
	margin-top: 11px;

}

#header-links a {
	margin-left: 12px;
}

#header-links a:hover {
	text-decoration:none;
}



/* tab menu */

ul#tabs {
	clear:both;
	float:left;
	list-style-type:none;
	margin:0pt 0px 0pt 410pt;
	padding:0pt;
	width:370px;
}

ul#tabs li {
	margin: 0 2px 0 0;
	padding: 0;
	float: left;
}

ul#tabs a {
	background: url(../images/cat-nav-bg.gif) no-repeat 0px -3px;
	padding: 4px 1px 2px 6px;
	display: block;
	font-size: 1em;
	}
	
	/* Backslash hack \ */
  * html ul#tabs a {padding-top/**/:7px;}
  * html ul#tabs a {background/**/:url(../images/cat-nav-bg.gif) no-repeat 0px 0px;} /* sorry for this just ugly hack :( */



ul#tabs a:link, ul#tabs a:visited {
	color: #fff;
	text-decoration: none;
}

ul#tabs a:hover {
	background-position: 0 -27px;
	color: #455108;
	text-decoration: none;
}

ul#tabs a strong {
	background: url(../images/cat-nav-a-bg.gif) no-repeat top right;
	padding: 10px 12px 4px 8px;
	margin: 0 0 10px 0;
	text-transform:uppercase;
	font-size: 9px;
}

ul#tabs a:hover strong {
	background-position: right -27px;
}

ul#tabs a.active {
	background-position: 0 -27px;
}

ul#tabs a.active strong {
	background-position: right -27px;
	color: #333;
}

/* tab menu end */

#leftmargin-bg {
	background: url('../images/leftmar-bg.gif') repeat-y top right;
}

.mainbutton {
	color: #666;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 9px
}
.mainbutton:hover {
	text-decoration: none;
	color: #ccc;
	padding-bottom: 1px;
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
}
.extras {
	font-size: 11px;
	color: #000000;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}
.fulltext {
background-color:transparent;
color:#666666;
display:inline;
font-family:"Courier New",Courier,Tahoma;
line-height:1.5em;
text-decoration:none

}
.trail {
	color: #666666;
	background-color: transparent;
	padding-top: 10px;
	text-decoration: none;
}
.trail:hover {
	color: #666666;
	background-color: transparent;
	text-decoration: underline;
}

.grouptext {
	font-family:"Courier New", Courier, Tahoma;
	line-height: 1.5em;
	color: #666666;
	background-color: transparent;
	text-decoration: none;
	display:inline;
}

.pagetitle {
	font-family:"Courier New", Courier, monospace;
	font-size: 20px;
	font-weight: normal;
	color: #333;
	background-color: transparent;
}

.pagetitle h1 {
	font-weight: bold;
}


div.stockcontainer .pagetitle  {
	font-family:"Courier New", Courier, monospace;
	font-size: 22px;
	font-weight: bold;
	color:#333;
	height: 22px;
	line-height: 1.8em;
}

div.stockcontainer-linked .pagetitle  {
	font-family:"Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	color:#333;
	height: 22px;
	line-height: 1.8em;
	visibility: hidden;
	}

.linkedproducts {
	background: url('../images/linkedproducts-bg.jpg') top center no-repeat;
	padding-top: 25px;
}


.boldpurple {
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}
.boldpurple:hover {
	font-weight: bold;
	color: #330099;
	background-color: transparent;
	text-decoration: none;
}

.stockthumbprice {
	font-family:"Courier New", Courier, Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	background-color: transparent;
	text-decoration: none;
}

.stockthumbprice:hover {
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}

.smallgray {
	color: #666666;
	background-color: transparent;
	text-decoration: none;
}
.smallgray:hover {
	color: #996699;
	background-color: transparent;
}

.stockitem {
	position: relative;
	font-weight: normal;
	color: #092C32;
	background-color: transparent;
	padding: 10px;
	text-align:left;
	text-decoration: none;
}

.stockitemtext {

}

	.stock_item_text:hover {
		text-decoration: underline;
		color: #333;
	    }


.discount {
	font-size: 11px;
	font-weight: bold;
}

.siteindex {
	font-size: 9px;
	font-weight: bold;
	text-decoration: underline;
}
.siteindex:hover {
	font-size: 9px;
	font-weight: bold;
	color: #330099;
	background-color: transparent;
}
.nobutton {
	color: #330099;
	background-color: transparent;
	height: 21px;
	font-weight: bold;
	text-align: center;
}
.nobutton:hover {
	color: #330099;
	background-color: transparent;
	height: 21px;
	font-weight: bold;
	height: 21px;
}

.checkoutlinks {
	font-weight: normal;
	color: #666666;
}
.checkoutlinks:hover {
	color: #999;
	background-color: transparent;
}

.menumid {
	padding-left: 5px;
}

.boxtop {
	margin: 0px;
	padding-top:6px;
	text-align:left;
}

.boxtop p {
	font-family: "Courier New", Courier, monospace;
	margin: 0px;
	font-size: 17px;
	font-weight: bold;
	color:#333;
}

.boxspacing {
	height: 18px;
}


.button, .button_basket, .button_list {
	font-family: "Courier New", Courier, monospace;
	background: #404041;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	margin-top:0px;
	height: 21px;
	padding:2px 0px 3px;
	text-align:center;
	text-decoration:none;
}


.button:hover {

}

.textareaitem {
	font-size: 11px;
	text-decoration: none;
	border-style: solid;
	border-width: 1px;
	border-color: #9B9C9B;
	margin-right: 9px;
}
.inputitem {
	text-decoration: none;
	height: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #9B9C9B;
	margin-right: 9px;
}
.formheader {
	font-weight: bold;
}
.form {
	font-size: 12px;
}
.tinytext {
	font-size: 10px;
}
.smallertext {
	font-size: 11px;
}
.mediumtext {
	font-size: 11px;
	font-weight:bold;
	color: #333;
}
img.btnLeft {
	border: none;
	margin-top: 3px;
}
img.btnRight {
	border: none;
}
.height1 {
	height: 1px;
}
.height3 {
	height: 3px;
}
.height5 {
	height: 5px;
}
.height6 {
	height: 6px;
}
.height7 {
	height: 7px;
}
.height10 {
	height: 10px;
}
.height15 {
	height: 15px;
}
.height18 {
	height: 18px;
}
.height24 {
	height: 24px;
}
.height25 {
	height: 25px;
}
.height35 {
	height: 35px;
}
.width1 {
	width: 1px;
}
.width5 {
	width: 5px;
}
.width6 {
	width: 6px;
}
.width9 {
	width: 9px;
}
.width12 {
	width: 12px;
}
width20 {
	width: 20px;
}
.width23 {
	width: 23px;
}
img.noBorder {
	border: none;
}
img.search {
	margin-left: 5px;
}
img.containerHeader {
	border: none;
	margin-right: 0px;
	margin-bottom: 3px;
}
img.checkoutprocess5 {
	margin-top: 8px;
	margin-bottom: 10px;
}
img.checkoutprocess2 {
	margin-top: 15px;
	padding-bottom: 10px;
}
.top {
	vertical-align: top;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
img.megaphone {
	margin-left: 2px;
	margin-right: 3px;
}
img.pageTitleImage {
	margin-left: 6px;
}
.selected {
	font-weight: normal;
	color: #999;
}

a.selected {
	font-weight: normal;
	color: #333;
}
.menu {
	background-color: transparent;
	color: #333333;
	text-decoration: none;
	padding-left: 6px;
	text-align:left;
	}
	
.menu:hover {
	text-decoration: none;
	color: #999;
}

#categories {
	position: relative;
	top: 0px;
	margin-bottom: 10px;
}

.category {
	font-family:"Courier New", Courier, monospace;
	margin-bottom: 0px;
}

.menuTableLevel0 {
	/* padding:3px 5px 3px 5px; */
	}

.menuTableLevel0:hover {
	background: #ccc;
	}	

/* Hide the cheveron at the front of each top level category */
.menuChevron {
	visibility: visible;
}
/* Background image for the top level categories must be set on the cell to make it take up the whole width  */
.menuCell2Level0 {
}
/* Set the text style for the a link of the top level categories.*/
.menuLevel0 {
	color: #212121;
	line-height: 2.2em;
	height: 12px;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
}
.menuLevel0:hover {
	text-decoration: none;
	color: #333;
	font-weight: normal;
}

/* set the cheverons for the first level of categories */
.menuCell1Level1 {
}

/* set the cheverons for the second level of categories */
.menuCell1Level2 {
}

.menuRow {	
}

menuRowLevel1 {
}

.menuCell {
	background-image: none;
}

.menuCell2Level1, .menuCell1Level1 {
	border-bottom:0px solid #999999;
	font-size: 11px;
}

.menuCell2Level2 {
	padding: 3px 0px 3px 0px;
}

.selectedCell1, .selectedCell {
	background: #cccccc;
}

/* tab menu */
#tabnav {
	height: 24px;
	margin: 0;
	padding-left: 10px;
}
#tabnav li {
	margin: 0;
	display: inline;
	list-style-type: none;
}
#tabnav a:link, #tabnav a:visited {
	float: right;
	line-height: 17px;
	font-weight: bold;
	padding: 4px 12px 2px 12px;
	margin-right: 0px;
	text-decoration: none;
	color: #FFF;
	border-left: 1px solid #fff;
}
#tabnav a.active:link, #tabnav a.active:visited {
	color:#FBD0F5;
	padding: 4px 12px 2px 12px;
}
#tabnav a:hover {
	color:#FBD0F5;
	background:#a0d0f1;
}

#menu_spacer {
	width: 100%;
	height: 35px;
	float: right;
	padding: 0px 0px 0px 0px;
}

#menu_bar {
	text-align: left;
	padding: 0px;
	margin-left: 4px;
	margin-right: 3px;
	background: #212121;
}

form {
	display: inline;
}

.inputitem_qty {
	height: 16px;
	_height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width:18px;
	background: #ffffff;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	border: 1px #333 solid;
	margin-left: 10px;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-bottom: 5px;
	padding:1px 0pt 0pt;
	display:inline;
}

.form-input {
	height: 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #ffffff;
	border: 1px #333 solid;
	margin-left: 10px;
	margin-bottom: 3px;
	width: 120px;
}

/* search added to header bar start */

form#searchform div {
	float:left;
	margin-top: 9px;
}

form#searchform div * {
	display:block;
	float:left;
}

form#searchform input#search {
border:1px solid #666666;
color:#000000;
font-family:courier;
font-size:11px;
height:15px;
margin:0 3px 0 0;
padding:0 4px;
width:120px;
}

/* search added to header bar end*/

/* newsletter formatting start */

form#newsform div {
	float:left;
	margin-top: 10px;
}

form#newsform div * {
	display:block;
	float:left;
}

form#newsform input#nls {
	border:1px solid #666666;
	color:#000000;
	font-size:11px;
	height:15px;
	margin:0pt 3px 0pt 0px;
	padding:0pt 4px;
	width:120px;
	text-transform:lowercase;
	font-family: "Courier New", Courier, monospace;
}

/* newsletter formatting end */


.topTagSelect {
	height: 16px;
	font-family:"Courier New", Courier, monospace;
	font-size: 11px;
	background: #ffffff;
	color: #000000;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.8;
	border: 1px #333 solid;
	margin-left: 10px;
	margin-bottom:2px;
	margin-top: 2px;
	width: 170px;
}
.inputitem {
	height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #ffffff;
	border: 1px #333 solid;
	margin-left: 10px;
	margin-bottom: 3px;
}
input.btn {
	font-family: 'trebuchet ms', verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 90%;
	height: 23px;
	_width: 30px;
	_margin-bottom: 2px;
}

#advert {
	width: auto;
	height: auto;
	margin-top: 8px;
	padding: 2px 0px 2px 0px;
}
.advert_message {
	width: auto;
	height: auto;
	margin: 8px 4px 12px 4px;
}
.advert_text {
	padding: 3px 3px 3px 3px;
	font-size:11px;
	font-weight: bold;
	line-height:1.5em;
}

.advert_dotted {
	margin: 6px 0px 6px 0px;
	border-bottom: 1px dotted #d04e8a;
}

.formatted_text {
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	color:#333333;
	line-height:1.5em;
}
.selectedPaymentProvider {
	border: 1px solid black;
}
.coloursImg {
	z-index: 20;
	position: absolute;
	right: 0px;
	bottom: 10px;
 	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.75;
}

.opacity {
	 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.60;
}

#bannerhome-text {
font-size:14px

}


#bannerhome-text .text-column {
	float: left;
	text-align:left;
	width: 46%;
	margin-left: 15px;
	
	font-family:"Courier New", Courier, monospace;
	line-height: 1.5em;
	}



/* Backslash hack \ */
 * html .newsletter-advert {height/**/:114px;}

/* footer */

#footer-container {
	display:block;
	height:108px;
	margin:3px;
	margin-top: 2px;
	background: #404041;
}

.divfooter {
	border-top:1px solid #ccc;
	float:left;
	margin:0pt;
	padding:0pt;
	text-align:left;
	width:24.9%;
}

.divfooter h2 {
	font-size: 11px;
	color: #999999;
	margin:0pt;
	padding:1em 0pt 0.5em 1.3em;
}


.divfooter ul {
	color:#000000;
	display:block;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt 0pt 0pt 2.8em;
	padding:0pt;
}

.divfooter ul li {
	background-repeat:no-repeat;
	list-style-image:url(../images/tri.gif);
	margin-top:0.2em;
}

.divfooter ul li a {
	color: #999;
}

.divfooter ul li a:hover {
	color: #eee;
}

.footer {
	text-decoration: none;
}
.footer:hover {
	text-decoration: none;
	color: #333333;
	background-color: transparent;
}

#footer {
	color:#333;
	float:left;
	width:100%;
	height: 40px;
}

	#footer a {
		color: #666;
	}
	
	#footer a:hover {
		text-decoration:underline;
	}


/* Register text */

#register-container, #newsletter-container {
	display:block;
	height:1%;
	margin:0pt;
	padding:1em 0pt 1em;
	width: 100%;
}

.divregister {
	float:left;
	margin:0pt;
	padding-bottom:10pt;
	text-align:left;
	width:48.8%;
	background: #eee;
}

.divregister h2 {
	font-size: 13px;
	color: #999999;
	margin:0pt;
	padding:1em 0pt 0.5em 1.3em;
}


.divregister ul {
	color:#000000;
	display:block;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt 0pt 0pt 2.8em;
	padding:0pt;
}

.divregister ul li {
	background-repeat:no-repeat;
	list-style-image:url(../images/tri.gif);
	margin-top:0.4em;
}

#newsletter-container {
	height:140px;
	margin-top: 10px;
	background: #eeeeee;
}


/* Personalisation */


#personalisation {
	width: 100%;
	height: 100%;
	background:#FFFFFF;
}

	#personalisation div {
		margin-bottom: 6px;
	}

   div#personalisation input, select {
		border:1px solid #666;
		color:#333;
		font-size:10px;
		width: 180px;
	}
	
	#personalisation .radio {
		border:0px;
		width: auto;
	}
	
	div#personalisation select {
		padding:0px;
	}
	
	label {
		display:block;
		float:left;
		font-size: 11px;
		margin-right:3em;
		text-align:right;
		width:9em;
	}
	
	
	/* Backslash hack \ */
 		*html #position label {margin-right/**/:0em;}
 
	
	.dotted {
		border-bottom: 1px dotted #999;
		padding: 4px;
	}



/*-------------------------------toadd_20070821.css----------------------*/

.saveImg {
	z-index: 20;
	position: absolute;
	left: 10px;
	top: 10px;
}
/*-------------------------------toadd_20070821.css----------------------*/
/*-------------------------------toadd_20070921.css----------------------*/
.selectedPaymentProvider {
	border: 1px solid black;
}
/*-------------------------------toadd_20070921.css----------------------*/
/*-------------------------------toadd_20071026.css----------------------*/
h1 {
	font-size: 1.5em;
	font-weight:normal;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
}
hr {
	border-color:#ccc;
	border-style:solid;
	border-width:1px 0px 0px;
	height:0px;
}

.smalltext {
	color: #555555;
	font-family: Helvetica, Verdana, Arial, "MS Sans Serif", sans-serif;
	font-size: 11px;
	font-weight:normal;
}
.item_price {
	font-size: 18px;
	font-family:"Courier New", Courier, monospace;
}

.reasons {
	font-family:"Courier New",Courier,Tahoma;
	width: 31%;
	line-height:1.5em;
	float: left;
	padding-bottom: 10px;
	padding-right: 10px;
}
.qty {
	float:left;
	margin-top:0px;
	width:100px;
}
img.primaryimage {
	border: 1px solid #ccc;
}
.left {
	text-align: left;
	float:left;
}

/*-------------------------------toadd_20071026.css----------------------*/
/*-------------------------------toadd_20070601.css------------------------*/

.giftHeaderImage {
	width: 95%;
	text-align: right;
	position: relative;
	top: -20px;
}

.giftListSearchImg {
	position: relative;
	top: 5px;
	left: 3px;
}

#giftListSearch {
	position: relative;
	top: 10px;
}

#listcode {
	font-size: 8px;
	width: 145px;
}

.psMsg {
	font-size: 12px;
	padding-bottom: 20px;
}

.purchasesContainer {
	text-align: left;
	background-color: #ECEFF6;
	margin-top: 50px;
	padding-bottom: 10px;
}

.templateList {
	padding-left: 50px;
}

#mainTitle {
	padding-bottom: 20px;
}

/*
using > is something only mozilla will recognise, not IE. In this instance, mozilla will position the image -25px
and IE will position it -35px as IE seems to display it lower when not positioned.
*/
#mainTitle>#mainImg {
	position: relative;
	top: -25px;
}

#mainImg {
	position: relative;
	top: -35px;
}

.glButton {
	font-weight: normal;
	background-image: url("../images/button_bak20.jpg");
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	width: 135px;
}

.glButton:hover {
	background-image: url("../images/button_bak20a.jpg");
}

.footerText {
	font-size: 10px;
}

.margin_bg {
	border: 1px solid #b4bdd7;
	width: 180px;
}

.page_title {
	font-weight: bold;
	font-size: 10pt;
	color: #330099;
	background-image: url(../images/box-1.gif);
	background-repeat: no-repeat;
	height: 25px;
	padding-top: 5px;
	padding-left: 5px;
}

form {
	margin: 0px;
	padding: 0px;
}

input.login_form {
	margin-left: 5px;
	margin-top: 5px;
}

.login_image {
	margin-top:5px;
	position: relative;
	right: -115px;
}

#basket_total {
	position: relative;
	float: right;
}

.checkout_image {
	position: relative;
	right: -115px;
	top: 5px;
	margin-bottom: 10px;
}
/*-------------------------------toadd_20070601.css------------------------*/
/*-------------------------------toadd_20080627.css------------------------*/

.button_basket {
	height: 22px;
	font-size:11px;
	color: #fff;
	background: #ae0e28;
}

.pagesubtitle {
	font-size: 14px;
	font-weight: normal;
	color: #333;
	background-color: transparent;
	font-weight: normal;
}

/*-------------------------------toadd_20080627.css------------------------*/

div.stockcontainer .pagetitle {
color:#000000;
font-family:"Courier New",Courier,monospace;
font-size:22px;
font-weight:bold;
height:70px;
line-height:1.8em;
}

.alsobought
{
background: url(../images/alsobought.gif) no-repeat;
color: transparent;
}

#header-tag a {
font-weight:bold;
padding:5px;
}


/*-------------------------------toadd_20080201.css----------------------*/

.test_mode {
	width: 100%;
	height: 50px;
	margin-top: 10px;
	padding-top: 10px;
	z-index: 20;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align:center;
	font-size: 30px;
	color: #fff;
	background: #FF0000;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.75;
	text-transform:uppercase;
}


/*-------------------------------toadd_20080201.css----------------------*/
/*-------------------------------toadd_20080909.css----------------------*/
.button_basket {background-color:#AE0E28;border:2px groove #FFFFFF;color:#FFFFFF;overflow:visible;padding: 0px 8px 2px 8px;font-size:1em;}	
.button_thumbmoreoptions {background-color:9999CC;padding: 2px 2px 2px 2px;text-align:right;}
.button_thumbview {background-color:9999CC;padding: 2px 2px 2px 2px;}
.button_thumbbasket {padding: 2px 2px 2px 2px;font-size:1em;}
/*-------------------------------toadd_20080909.css----------------------*/


.selectedCell1, .selectedCell {
background:#ffffff none repeat scroll 0 0;
}

.selectedCell1 a, .selectedCell a{
background: #f1e5c6;
}

.menuCell1Level1 {
padding-left:6px;
}
.menuCell1Level2 {
padding-left:14px;
}


#component_stockdetail_image { width:300px; }
#imageandlink { width:300px; }

.component_stockdetail { float:left; min-width:685px; padding-left:8px; width:685px; }
#component_stockdetail_maindetail		{ width:346px; }
#component_stockdetail_tabbedinfo_ajax	{ width:340px; }
#component_stockdetail_alsobought		{ width:346px; }
#stockdetailtrail                	    	{ width:400px; }
#baskettrail                		{ width:400px; } 

#zoom1-big { left:56.65%; top:163px; }

#productserviceslinks { float:left; width:190px; }
/*-------------------------------toadd_20091118.css------------------------*/
/* to turn image magnify on, remove the 2 styles below  */
#zoom1-big { display:none; }
.MagicZoomPup { display:none; }  
/*-------------------------------toadd_20091118.css------------------------*/
/*-------------------------------toadd_20091118.css------------------------*/
/* to turn image magnify on, remove the 2 styles below  */
#zoom1-big { display:none; }
.MagicZoomPup { display:none; }  
/*-------------------------------toadd_20091118.css------------------------*/
