/* CSS Document 
bg: 151313
blue: 00AAEA
pink: EF3E98
green: #64C06B
	margin-left:8px;
	padding-left:7px;
*/
#producttitle {
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}
#producttitle2 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}

#pricefont {
	font-size: 15px;
	color:#ffffff; 
	font-weight:bold;
	margin-right:10px;
}


h2.new_product {
	font-style:italic; 
	letter-spacing:2px; 
	font-size:18px; 
	font-family:'Times New Roman', Times, serif;
	font-weight:600;
}
ul {
	margin-top:3px;
}
ol {
	margin-left:8px;
	padding-left:17px;
}
li {
	padding-left:12px;
	padding-top:5px;
	line-height:19px;
}
ul li {
	list-style:none;
	list-style-image:url(/img/bullet/b4.gif);
	list-style-position:20px;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:12px;
	margin-left:3px;
	padding-left:9px;
	line-height:12px;
}
p {
	margin-left:0px;
	padding-left:0px;
	margin-top:0px;
	padding-top:0px;
}
body {
	/* global body properties  Helvetica,    */
	background-color:#151313; 
	background: url(/img/bg3.gif);
	margin:0px;
	color:#FFFFFF;
}
body, td {
	background-color:#151313; 
	font-family: Arial, Tahoma, Verdana, sans-serif, Calibri;
	font-size: 13px;
	line-height:22px;
	color:#FFFFFF;
	text-antialiasing: true;
  }
table.tbl_gallery img, img.linkImage {
	border:#151313 1px solid;
}  
table.tbl_gallery img:hover, img.linkImage:hover {
	border:#EF3E98 1px solid;
}  
a:hover {
  color: #8CC63F;
  text-decoration: underline;
  }
a {
  /*color: #0B4575;*/
  text-decoration: underline;
  color: #ffffff;
  }
h1,h2,h3  {
	line-height: 20px;
	margin-bottom:4px;
	padding-top:2px;
}
h1 {
	font-size: 19px;
	font-weight:bold;
	line-height: 20px;
	color: #FFFFFF;
	margin-top:7px;
	margin-bottom:12px;
	border-bottom: #8A3694 1px solid;
	PADDING-BOTTOM:4PX;
	/*
	background-color:#8A3694;*/
  }
h2 {
	font-size: 15px;
	line-height: 20px;
	margin-bottom:4px;
	margin-top:0px;
	/*border-bottom: #fff 1px solid; EF3E98*/
  }
h3 {
	color: #ffffff;
	letter-spacing:1px;
	font-weight:normal;
}
  
div {
  }
table.tbl_stockists td {
	font-size:11px;
	line-height:14px;
}
table.tbl_stockists td b {
	font-size:12px;
	line-height:16px;
}
table.tpl {
	/* Affects all tables with class="tpl" 
	background-color:#231F20;
	background-color:#231F20;*/
	background:none;
	width: 875px;
	padding:0px;
	margin:0px;
	border:0px;
	border-collapse: collapse; /* same as cellspacing=0 and cellpadding=0 */
	margin-left: auto; margin-right: auto; /* center main table in laout */
}
table.tpl td {
	/* Affects the cells in tables with class="tpl"
	background-color:#231F20; */
	background:none;
	color:#FFFFFF;
	padding:0px;
	margin:0px;
	border-collapse: collapse; /* same as cellspacing=0 and cellpadding=0 */

}

table.tpl td#nav {
	color: #999999;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
table.tpl td#nav img {
	margin-bottom:-5px;
}
table.tpl td#nav a {
	color: white;
	text-decoration: none;
	padding: 3px 5px;
}
table.tpl td#nav a:hover {
	background-color: #8A3694;
}
a.nav {
	text-decoration: none;
}

table.tpl td#left {
	padding:14px;
	width: 165px;
}
table.tpl td#main {
	width: 614px; /* 840 - 207 - 15 = */
	height: 600px;
	padding-top:1px;
	background: url(/img/bg/content.gif);
}
table.tpl td#middle {
	width: 15px;
	background: url(/img/_middle.gif);
}


/* http://www.dynamicdrive.com/dynamicindex1/anylink.css */

.anylinkcss{
position:absolute;
visibility: hidden;
border-top:1px solid black;
border-bottom-width: 0;
/*font:normal 12px Verdana;
line-height: 18px;*/
font:normal 10px Arial;
line-height: 18px;
z-index: 100;
width: 205px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;/**/
text-indent: 5px;
color: white;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #8DC73F;
color: white;
}