/* Start of global page classes */
* {
    margin:0px;
    padding:0px;
}
html {
	height:100%;
}
body {
	behavior:url(/includes/csshover.htc);   /* This is needed for the buttons. */
	color: #565656;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	height:100%;
	/*background:url(../images/body-bg.gif) repeat-y top center #F7F8FA;*/
	background:#FFF;
}
textarea {
	font-size:1.1em;
	background-color:#FFF;
}
a:link {
color:#CC8800;
text-decoration:underline;
}
a:visited {
color:#CC8800;
text-decoration:underline;
}
a:hover, a:active {
color:#CCBB00;
color:#CC0000;
text-decoration:underline;
}
img {
	padding:2px;
	border:1px solid #CCC;
}
td {
	font-size:1em;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#02336E;
	font-size:1.7em;
	margin:15px 0px;
}
h1 span {
	font-size:0.9em;
}
h2,.heading {
	font-family:Arial, Helvetica, sans-serif;
	color:#CC8800;
	font-size:1.5em;
	margin-bottom:15px;
	font-weight:bold;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#404C5C;
	font-size:1.1em;
	font-weight:bold;
	padding-left:1px;
	margin-bottom:5px;
}
p {
	margin-bottom:13px;
}
.dotted1 {
	background:url(../images/dotted-bg-1.gif) repeat-x 0px 10px;
	position:relative;
	margin:20px 0px;
	padding:0px;
	height:20px;
	
}

.dotted2 {
	background:url(../images/dotted-bg-1.gif) repeat-x 0px 5px;
	position:relative;
	margin:5px 0px;
	padding:0px;
	height:15px;
	clear:both;
}
.dotted3 {
	background:url(../images/dotted-bg-1.gif) repeat-x 0px 3px;
	position:relative;
	padding:0px;
	height:12px;
}


/* End of global page classes */



/* This is the pages "white" area that is centered in the middle of the page. */
#tableouter {
	background-color: #FFF;
	margin:auto;
	position:relative;
	font-size:1.1em;
	width:962px;
	border-collapse:collapse;
	height:100%;
	border:1px solid red;
	/*background:url("../images/body-bg.jpg") repeat-y 0 0;*/
}
#divouter {
	position:relative;
	width:100%;
	min-height:100%;	
	margin:auto;
	font-size:1.1em;
}
* html #divouter #tableouter { /* This is for making the footer stick to the bottom of the page. See http://www.themaninblue.com/writing/perspective/2005/08/29/ */
	height: 100%;
}

#tableouter .bnrleft {
	background:url("../images/bnr-bg-left.jpg") no-repeat top left;
	height:81px;
	width:15px;
}
#tableouter .bnrcontent {
	background:url("../images/bnr-bg.jpg") repeat-x top left;
	padding:0px 10px;
}
#tableouter .bnrright {
	background:url("../images/bnr-bg-right.jpg") no-repeat top left;
	height:81px;
	width:15px;	
}
#tableouter .bodyleft {
	width:15px;
	background:url("../images/body-left-bg.jpg") repeat-y 0 0;
}
#divouter, #tableouter .bodycontent {
	text-align:left;
}
#tableouter .bodyright {
	width:15px;
	background:url("../images/body-right-bg.jpg") repeat-y 0 0;
	position:relative;	
}
#tableouter .footerleft {
	background:url("../images/footer-bg-left.jpg") no-repeat bottom left;
	height:78px;
	width:15px;
}
#tableouter .footercontent {
	padding:10px;
	text-align:left;
}
#tableouter .footerright {
	background:url("../images/footer-bg-right.jpg") no-repeat bottom right;
	height:78px;
	width:15px;
}


/* This is the area that appears between the top navigation and footer. */
#maincontent {
	padding:10px 25px 30px 25px;
	float:none;
	font-size:1.1em;
}



/* These are the banner classes */
#banner {
	width: expression(((document.body.clientWidth)) < 962 ? "960px" : "auto" );
	min-width:962px;
	height:125px;
	position:relative;
	margin-bottom:0px;
	background:#00326F;
}
.bnrlogo {
	background:url("../images/bnr-logo.gif") no-repeat top left;
	position:absolute;
	top:16px;
	left:22px;
	border:0px;
	width:219px;
	height:58px;
}
a.bnrlogo:link, a.bnrlogo:visited, a.bnrlogo:hover, a.bnrlogo:active {
	text-decoration:none;
	font-size:2em;
	color:#FF3300;
	font-weight:600;
	font-family:Arial, Helvetica, sans-serif;
}
.bnrlogo img {
	border:0px;
}
.bnrbyline {
	color:#FFF;
	width:300px;
	height:42px;
	position:absolute;
	right:10px;
	top:7px;
	text-align:right;
	background:none;
}
.bnrbyline a:link, .bnrbyline a:visited, .bnrbyline a:hover, .bnrbyline a:active {
	color:#FFF;
}
/* End of banner classes */




/* Navigation bar classes */
#navbar {
	position:absolute;
	width:100%;
	min-width:962px;	
	height:30px;
	color:#FFF;										/* mod text colour */
	font-size:1.1em;
	top:95px;
	display:inline;
	background:#967459;
	padding:0px;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}
#navbarinner {
	position:relative;
	width:960px;
	height:30px;
	border-left:1px solid #9FBB81;
	border-right:1px solid #9FBB81;
	margin:auto;
	margin-top:0px;
	display:block;
}
#navbar ul {
	margin:0px;
}

**********************************************
New dropdown menu system
**********************************************/

#menuList {
	position:relative;
	left:50px;
	list-style:none;
	margin:0px;
	padding:0px;
}
#menuList ul {
	z-index:100;
	margin:0px;
	padding:0px;
}
#mainMenu {
	position:relative;
	background: #CCC;
}
#menuList li {
	z-index:100;
	display:inline;
	list-style: none;
	margin: 0px;
	padding: 0px;

	/* The following styles are to counteract the global styling for li */
	background:none;	
}

/* These are the default states of the elements in the main top level menu. */
a.starter, a.starter:link, a.starter:visited {
	z-index:100;
	padding:0px 15px 0px 14px; /*Padding of the individual nav items*/
	color:#FFF;
	text-decoration:none;
	line-height:30px;  /*Important - I.E. needs this for the nav items to look right. Stoopid bug. */
	font-size:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-right:1px solid #B9A395;
	float:left; /* This fixes the bug of a gap appearing on the right of the nav items (and buggering up the look of the hover colours). */
}

/* These are the mouse-over states of the elements in the main top level menu. */
a.starter:hover, a.starter:active, a.starter:focus {
	color:#FFF;
	text-decoration:none;
	background-color:#CC7700;
}


/* These are the drop down menus (<ul> elements) */
.menu {
	text-align: left;
	position: absolute;
	visibility: hidden;
	z-index: 100;
	width: 150px;
}
.menu li {
	width:100%;
}

/* These are the default state of the elements (rows) in the drop down menus. */
.menu li a, .menu li a:link, .menu li a:visited { 
	background: #F2F7F8;
	border-bottom:1px solid #DEE8F2;
	border-left:1px solid #F2F7F8;
	border-right:1px solid #F2F7F8;	
	z-index:100;
	color: #333;
	display: block;
	width:100%;
	font-size: 1em;
	margin: 0px;
	text-decoration: none;
	padding: 6px 10px;
}

/* These are the mouse-over states of the elements (rows) in the drop down menus */
.menu li a:hover, .menu li a:active, .menu li a:focus {
	background-color: #FFF;
	color: #FF3300;
}


.mainad {
	display:block;
	margin-bottom:10px;
}
.mainad img {
	border:0px;
	padding:0px;
}

hr {
	height:1px;
	background-color:#CFCFCF;
	color:#CFCFCF;
	border:none;
}

/* Footer classes */
#footer {
	height:25px;
	color:#FFF;
	font-size:1em;
	position:relative;
	text-align:left;
	background:#967459;
	margin-top: -25px; /* Footer stick bottom */
	min-width:962px;	
}
#footerinner {
	position:relative;
	width:960px;
	height:25px;
	border-left:1px solid #71949B;
	border-right:1px solid #71949B;
	margin:auto;
	margin-top:0px;
	display:block;
}
#footer ul {
	position:relative;
	list-style:none;
	margin:0px 0px 0px 15px;
	padding:0px;
	list-style-type:none;
}
#footer li {
	display:inline;
	position:relative;
	background:none;
	padding:0px;
	margin:0px;
}
#footer ul li a:link, #footer ul li a:visited {
	padding:4px 20px 7px 0px;
	color:#FFF;
	text-decoration:none;
	line-height:23px;
}
#footer ul li a:hover {
	color:#FFF;
	text-decoration:underline;
}
.copyrightnotice {
	position:absolute;
	margin:5px 0px;
	display:block;
	text-align:center;
	top:1px;
	right:15px;
}
#footer span.copyrightnotice a:link, #footer span.copyrightnotice a:visited, #footer span.copyrightnotice a:hover, #footer span.copyrightnotice a:active	 {
	padding:0px;
	margin:0px;
	color:#FFF;
	text-align:right;	
	text-decoration:none;
}
#footer span.copyrightnotice a:hover {
	color:#FFF;
	text-decoration:underline;
}
#footer .paypalcreditcardlogos {
	display:none; /* Turned off for now. Can enable if you want it displayed. */
	width:180px;
	height:39px;
	background:url("../images/paypal.gif") no-repeat 0 0;
	position:absolute;
	top:22px;
	left:0px;
}
#footer .sslsecurearea {
	width:143px;
	height:35px;
	background:url("../images/ssl-secure.gif") no-repeat 0 0;
	position:absolute;
	top:22px;
	right:0px;
}

/* end of footer classes */




/* Misc classes */
.rightsection {
	width:24%;
	float:left;
	background:url(../images/dotted-bg-2.gif) repeat-y 0px 0px;
	padding:0px 0px 0px 20px;
}

.leftsection {
	width:70%;
	float:left;
	padding-right:20px;
}
.bottomsection {
	clear:both;
}

.newsitem {
	margin-bottom:20px;
}
.newssummaryitem {
	margin-bottom:0px;
}

.newssummaryitem img {
	border:0px;
	border-left:4px solid #CC0000;
	float:left;
	margin:0px 10px 5px 0px;
}

.margins1b {
	margin-bottom:20px;
}
.margins1t {
	margin-top:20px;
}


/* Standard bulleted lists */
ul {
	margin:0px 0px 30px 0px;
	padding:0px;
	list-style-type:none;
}
ul li {
	/* position:relative; - The new menu system requires that no position be specified here. */
	background:url(../images/bullet4.gif) no-repeat 0px 4px;
	margin-top:10px;
	padding-left:13px;
	z-index:1;
}


.list1 {
	margin:0px 0px 30px 40px;
	padding:0px;
	list-style-type:none;
}
.list1 li {
	position:relative;
	background:url(../images/bullet4.gif) no-repeat 0px 4px;
	margin-top:10px;
	padding-left:13px;
	z-index:1;
}
.list2 {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.list2 li {
	position:relative;
	margin-top:10px;
	padding-left:20px;
	z-index:1;
}
.list2 li.phone {
	background:url(../images/icon-phone.gif) no-repeat 0px 2px;
}
.list2 li.calendar {
	background:url(../images/icon-calendar.gif) no-repeat 2px 0px;
}
.list2 li.envelope {
	background:url(../images/icon-envelope.gif) no-repeat 2px 3px;
}
.list2 li.arrow {
	background:url(../images/icon-arrow.gif) no-repeat 2px 1px;
}

.bullet1 {
	position:relative;
	background:url(../images/bullet2.gif) no-repeat 0px 4px;
	margin-top:10px;
	padding-left:9px;
}

/* These styles are visible in the WYSIWYG editor */

/* These are styles for the CMS layouts which are specific for this template. */
/* Layout 2 */
.layout2 {
	width:100%;
	border:0px;
	padding:0px;
	margin:0px;
	border-collapse:collapse;
	vertical-align:top;
}
.layout2section1 {
	width:50%;
	float:left;
	padding-right:20px;
	vertical-align:top;
}
.layout2section2 {
	width:44%;
	float:left;
	background:url(../images/dotted-bg-2.gif) repeat-y 0px 0px;
	padding:0px 0px 0px 20px;
	vertical-align:top;
}
.layout2section3 {
}
.layout2section4 {
}


.layout5 {
	width:548px;
	border:0px;
	padding:0px;
	margin:0px;
	border-collapse:collapse;
	vertical-align:top;
}
.layout5section1 {
	width:70%;
	float:left;
	padding-right:10px;
	vertical-align:top;
}
.layout5section2 {
	vertical-align:top;
}
.layout5section3 {
	vertical-align:top;
}
.layout5section4 {
	width:24%;
	float:left;
	background:url(../images/dotted-bg-2.gif) repeat-y 0px 0px;
	padding:0px 0px 0px 10px;
	vertical-align:top;
}


.bulletword {
background:url(../images/icon-word.gif) no-repeat 0 2px;
padding-left:23px;
display:block;
line-height:20px;
}

.bulletpdf {
background:url(../images/icon-pdf.gif) no-repeat 0px 2px;
padding-left:23px;
display:block;
line-height:20px;
}
.quote {
	font-style:italic;
}
.quote span.author {
	font-style:normal;
	font-weight:bold;
	display:block;
	position:relative;
	margin:5px 0px 5px 0px;
}
.quote span.credits {
	font-style:normal;
	font-size:0.9em;
	display:block;
	color:#777;
}
.authorpic {
	float:left;
	margin:10px 10px 10px 0px;
}
.bookcover, .seminar {
	float:left;
	margin:0px 10px 10px 0px;

}
.bookbox {
	display:block;
	padding:10px;
	background-color:#FEECCF;
	margin:0px 0px 20px 0px;
	clear:both;
}
.seminarbox {
	padding:10px;
	background-color:#FBE6F6;
	margin:0px 0px 20px 0px;
}
.contenttype1 {
	padding:0px 0px 10px 40px;
}
ol {
	margin:0px 0px 10px 60px;
}


.accountbar, .searchbar {
	position:absolute;
	width:100%;
	min-width:962px;	
	height:30px;
	color:#FFF;										/* mod text colour */
	font-size:1.1em;
	top:75px;
	display:inline;
	background:#476364;
	border-top:1px solid #FFF;	
}
.accountbar {
	top:75px;
	background:#506F70;
}

/* Component styling - Component name: contact */
#tablecontact {
	border-collapse:collapse;
	width:310px;
	padding:0px;
}
#tablecontact td {
	padding:0px;
	padding-bottom:2px;
}

#tablecontact input, #tablecontact textarea {
	width:230px;
	border:1px solid #999;
	padding:1px;
}
#tablecontact .submitbutton {
	width:100px;
	margin-top:10px;
}
#tableadvancedsearch input, #tableadvancedsearch textarea {
	width:300px;
	border:1px solid #999;
	padding:1px;
}
#tableadvancedsearch .submitbutton {
	width:100px;
	margin-top:10px;
}

#quicksearch {
	/*position:absolute;*/
	position:relative;
	width:962px;
	top:0px;
	line-height:25px;
	margin:auto;
}
#quicksearch #searchfield {
	position:relative;
	width:103px;
	border:1px solid #666;
	font-size:0.9em;
	padding:1px;
	height:15px;
	top:2px;
	line-height:15px;
}
#quicksearch #searchlist {
	border:0px solid #666;
	font-size:0.9em;
	padding:1px;
	position:relative;
	top:2px;
}

/* End of component styling - Component name: contact */

.msg {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:20px;
}
.error {
	padding-left:25px;
	padding-top:1px;
	background:url(../images/icon-cross.gif) no-repeat 0 0;
	color:#C00;
}
.stop {
	padding-left:30px;
	padding-top:3px;
	background:url(../images/icon-stop.gif) no-repeat 0 0;
	color:#C00;
}
.success {
	padding-left:30px;
	padding-top:3px;
	background:url(../images/icon-check.gif) no-repeat 0 0;
	color:#336600;
}
.forbidden {
	padding-left:30px;
	padding-top:3px;
	background:url(../images/icon-forbidden.gif) no-repeat 0 0;
	color:#C00;
}
.information {
	padding-left:30px;
	padding-top:3px;
	background:url(../images/icon-information.gif) no-repeat 0 0;
}
.hazard {
	padding-left:30px;
	padding-top:3px;
	background:url(../images/icon-hazard.gif) no-repeat 0 0;
}
.mainheadingarea {
	/*width:710px;*/
	padding:10px 20px;
	background-color:#FF3300;
	margin:8px 0px 0px 25px;
}
.mainheadingarea h1 {
	color:#FFF;
	margin:0px;
}



/* Side nav area */
.sidenav {
	margin:0px;
	padding:0px;
	position:relative;
	list-style-type:none;
	padding-bottom:16px;
	width:177px;
	border-left:1px solid #FFF;
}
.sidenav li { /* This is the rectangle area containing the sidenav item. */
	background:none;
	margin-top:0px;
	padding-left:0px;
	border-bottom:1px solid #FFF;
}
.sidenav li a, .sidenav li.disabled {
	position:relative;
	display:block;
	padding:5px 5px 5px 15px;
	margin:0px 0px;
	font-size:1em;
	color: #000;
	text-decoration:none;
	background:url(../images/bullet4.gif) no-repeat 7px 8px #E0ECEC;
}
.sidenav li a:link, .sidenav li a:visited {
	text-decoration:none;
	color:#607497;
}
.sidenav li a:hover {
	text-decoration:none;
	background:url(../images/bullet4.gif) no-repeat 7px 8px #98D4D4;
}
.sidenav li a:active {
	text-decoration:none;
	color:#CC9900;
}
.sidenav li a.selected, .sidenav li a:link.selected, .sidenav li a:visited.selected {
background:url(../images/side-nav-select.gif) repeat-y top left;
background-color:#9D9D9D;
color:#FFF;
}
.sidenav li.disabled {
	color:#808080;
}
.sidenav li a.indent2 {
	padding-left:36px;
	background-position:27px 8px;	
	width:130px;
}
.sidenav .titlerow {
	display:block; /* Can turned off if you want. Set this to "none" to turn it off. */
	padding:3px 3px 3px 10px;
	background-color:#597D7D;
	color:#FFF;
	line-height:19px;
}
/* end side nav */
/* right side column styles */
#tablerightcolumn {
	width:100%;
	border-collapse:collapse;
}
#tablerightcolumn th {
	padding:3px 3px 3px 10px;
	background-color:#597D7D;
	color:#FFF;
	line-height:19px;
	font-weight:normal;
	border-right:0px #FFF;
	border-bottom:1px solid #FFF;
}
#tablerightcolumn td {
	padding:10px 3px 3px 10px;
	color:#48615E;
	border-right:0px #FFF;
}
#tablerightcolumn #fieldemailaddress, #tablerightcolumn #fieldpassword  {
	position:relative;
	width:145px;
	border:1px solid #D0DAD9;
	font-size:0.9em;
	padding:1px;
	height:15px;
	top:2px;
	line-height:15px;
}
#tablerightcolumn #cellyourshoppingcart {
	background:url(../images/icon-cart-2.gif) no-repeat 8px 4px #597D7D;
	padding-left:36px;
	border-top:1px solid #FFF;
}
#tablerightcolumn #cellfortablecartcontentlistsummary {
	padding:0px;
}
#tablecartcontentlistsummary {
	border-collapse:collapse;
	width:100%;
	border-bottom:1px solid #FFF;	
}
#tablecartcontentlistsummary th {
	padding:3px 3px 3px 10px;
	background-color:#AAA;
	line-height:19px;
	font-weight:normal;
	border-right:0px #FFF;
	border-bottom:1px solid #FFF;
	text-align:left;
}
#tablecartcontentlistsummary td {
	padding:3px 3px 3px 10px;
	line-height:19px;
}
#tablecartcontentlistsummary input {
	position:relative;
	width:30px;
	border:1px solid #D0DAD9;
	font-size:0.9em;
	padding:1px;
	height:15px;
	line-height:15px;
}

/* end right side column */
table.tablemain {
	margin:auto;
	position:relative;
	font-size:1.1em;
	width:962px;
	border-collapse:collapse;
	height:100%;
}
table.tablemain td {
	vertical-align:top;
	padding-bottom:40px;
	border-right:1px solid #FFF;	
}

/* Products */
	td, th {
		position:static;
	}
	.dotted1 { clear:both }
	table.tableitem {
		position:static;
		width:400px;
	}
	table.tableitem th {
		position:static;
		width:100px;
		text-align:left;
		vertical-align:top;
	}
	table.tableitem td {
		position:static;
		text-align:left;
		vertical-align:top;	
	}
	#tableproductdetail {
		position:relative;
		width:579px;
		border-collapse:collapse;
	}

	#tableproductdetail .description {
		position:relative;
		vertical-align:top;
		text-align:left;
		padding-right:50px;
	}


	#tableproductdetail .rightside {
		position:relative;
		width:200px;
		vertical-align:top;
		text-align:right;
		padding:0px;
	}
	#tableproductdetail td img {
		position:relative;	
		padding:2px;
		border:1px solid #CCC;
	}
	#tableproductditties th {
		position:relative;
		text-align:right;
		padding-bottom:20px;	
	}

	
	#tableproductditties td {
		position:relative;
		padding-top:10px;
		text-align:left;		
	}
	#tableproductditties td p {
		position:relative;
		padding-left:33px;
		margin-top:0px;
	}
	#tableproductditties td p.moveitup {
		position:relative;
		display:block;
		top:-18px;
	}
	#tableproductditties td.additionalimages {
		padding-bottom:20px;
	}
.cartsummary {
	position:absolute;
	top:0px;
	right:0px;
	color:#FFF;										/* mod text colour */
	line-height:30px;
	background:url(../images/icon-cart.gif) no-repeat 0 5px;
	padding:0px 15px 0px 30px;
}
.cartsummary a:link, .cartsummary a:visited, .cartsummary a:hover, .cartsummary a:active {
	color:#FFF;
}
#carttable {
	width:570px;
	border-collapse:collapse;
	margin:20px 0px;	
}
#carttable th {
	font-weight:bold;
	padding:5px;
	background-color:#CCC;
}
#carttable td {
	padding:5px;
	border-bottom:1px solid #EEE;
	line-height:23px;
}
#carttable .cartproductprice, #carttable .cartproductqty, #carttable .cartproducttotalprice {
	text-align:right;
}
#carttable .carttotal {
	font-weight:bold;
	text-align:right;
}
#carttable .cartshipping, #carttable .carttax, #carttable .cartsubtotal, #carttable .carttotal {
	font-weight:normal;
	text-align:right;
	border-bottom:0px;
	line-height:14px;
}
#carttable .cartsubtotal {
	padding-top:30px;
}
#carttable .carttotal {
	font-weight:bold;
	border-bottom:1px solid #EEE;
	padding-bottom:30px;
}
#cartbtncontinue, #cartbtnupdatee, #cartbtnempty {
	float:left;
}
#cartbtncheckout {
	float:right;
}
.carttotalsvalue {
	width:70px;
}
.btnleft {
	float:left;
}
.btnright {
	float:right;
}
#tableshippingdetails {
	margin-bottom:40px;
	border-collapse:collapse;
}
#tableshippingdetails td, #tableshippingdetails th {
	padding:5px 5px 5px 0px;
	border-bottom:1px solid #EEE;
	line-height:23px;
}
#tableshippingdetails th {
	padding-right:20px;
}
#tableshippingdetails input {
	width:200px;
}
#tableshippingdetails #shipping_postcode {
	width:146px;
}
#tableshippingdetails select {
	width:150px;
}
#tableshippingdetails #newsletters {
	width:auto;
}
.tablesectiontitle {
	padding-top:30px;
}
.errmessages span {
	padding-bottom:5px;
	font-weight:bold;
	background:url('../images/bullet2.gif') no-repeat 2px 2px;
	padding-left:11px;
	line-height:12px;
	display:block;
	color:#C00;	
}
.hazardicon {
	padding-left:26px;
	font-size:14px;
	color:#C00;
	background:url('../images/icon-hazard.gif') no-repeat 0 0;
	font-weight:bold;
	padding-bottom:10px;
	padding-top:5px;
}




.btn01, a.btn01:link, a.btn01:visited, a.btn01:active {
	position:relative;
	display:block;
	color:#444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:normal;
	background:url(../images/btn01.gif) no-repeat 0 0;
	text-decoration:none;
	width:69px;
	height:26px;
	border:0px;
	line-height:25px;
}
.btn01:hover, a.btn01:hover {
	color:#000;
	cursor:pointer;
	background:url(../images/btn01.gif) no-repeat 0 -26px;	
}
a.btn01:link, a.btn01:visited, a.btn01:active { 
	padding:0px 10px 0px 41px;
}



.btn02, a.btn02:link, a.btn02:visited, a.btn02:active { 
	color:#5B6B8D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	background:url(../images/btn02-2.gif) no-repeat 0 0;
	text-decoration:none;
	width:67px;
	height:15px;
	border:0px;
}
.btn02:hover, a.btn02:hover { 
	color:#000;
	cursor:pointer;
	background:url(../images/btn02-2.gif) no-repeat 0 -15px;
}
a.btn02:link, a.btn02:visited, a.btn02:active { 
	padding:3px 10px;
}


.btn03, a.btn03:link, a.btn03:visited, a.btn03:active { 
	color:#5D6D87;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	background:url(../images/btn03.gif) no-repeat 0 0;
	text-decoration:none;
	width:69px;
	height:17px;
	border:0px;
}
.btn03:hover, a.btn03:hover { 
	color:#FFF;
	cursor:pointer;
	background:url(../images/btn03.gif) no-repeat 0 -17px;
}
a.btn03:link, a.btn03:visited, a.btn03:active { 
	padding:3px 10px;
}
#btnsubmitlogin {
	float:right;
	position:relative;
	margin:0px 10px 20px 0px;
}
#btncheckout {
	float:right;
	position:relative;
	margin:0px 10px 0px 0px;
}
#btnupdatecart {
	float:left;
	position:relative;
	margin:0px 10px 0px 0px;
}

.accountinfo {
	position:relative;
	margin:auto;
	width:962px;
	top:8px;
	/*left:15px;*/
}
.iconinstock {
	background:url(../images/logo-circle-tick.gif) no-repeat 0 0;
	color:#1C8500;
	font-weight:bold;
	padding-left:22px;
	text-align:left;
	line-height:17px;
	width:60px;
	margin:0px auto 10px auto;
}
.iconoutofstock {
	background:url(../images/icon-sad-face.gif) no-repeat 0 0;
	color:#FF0000;
	font-weight:bold;
	padding-left:22px;
	text-align:left;
	line-height:17px;
	width:80px;
	margin:0px auto 10px auto;	
}
.strikeit {
	text-decoration:line-through;
}
.specialprice {
	font-weight:bold;
	color:#FF0000;
}
table.tableitem img, .thumbnail img {
	width:100px;
	border-width:0px;
}
#tableproductditties th img {
	width:200px;
	border-width:1px;
}
#tableproductditties td.additionalimages img {
	width:84px;
	border-width:1px;
}	
table.thumbnailcontainer {
	position:relative;
	width:100%;
	color:#586B8E;
	font-weight:bold;
	line-height:15px;
}
table.thumbnailcontainer a:link, table.thumbnailcontainer a:visited, table.thumbnailcontainer a:active {
	color:#586B8E;
}
table.thumbnailcontainer a:hover {
	color:#000;
}
table.thumbnailcontainer td {
	text-align:center;
	padding:10px;
	/*width:170px;*/
}
table.thumbnailcontainer td a.btn01 {
	margin:0px auto 10px auto;
}