@charset "utf-8";
/* CSS Document */

/***********************************************/
/**       W3C RECCOMENDED BASE STYLES         **/
/***********************************************/
/*http://www.w3.org/TR/CSS21/sample.html*/
html, address,
blockquote,
body, dd, div,
dl, dt, fieldset, form,
frame, frameset,
h1, h2, h3, h4,
h5, h6, noframes,
ol, p, ul, center,
dir, hr, menu, pre   { display: block }
li              { display: list-item }
head            { display: none }
table           { display: table }
tr              { display: table-row }
thead           { display: table-header-group }
tbody           { display: table-row-group }
tfoot           { display: table-footer-group }
col             { display: table-column }
colgroup        { display: table-column-group }
td, th          { display: table-cell }
caption         { display: table-caption }
th              { font-weight: bolder; text-align: center }
caption         { text-align: center }
body            { margin: 8px }
h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: .75em 0 }
h3              { font-size: 1.17em; margin: .83em 0 }
h4, p,
blockquote, ul,
fieldset, form,
ol, dl, dir,
menu            { margin: 1.12em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6, b,
strong          { font-weight: bolder }
blockquote      { margin-left: 40px; margin-right: 40px }
i, cite, em,
var, address    { font-style: italic }
pre, tt, code,
kbd, samp       { font-family: monospace }
pre             { white-space: pre }
button, textarea,
input, select   { display: inline-block }
big             { font-size: 1.17em }
small, sub, sup { font-size: .83em }
sub             { vertical-align: sub }
sup             { vertical-align: super }
table           { border-spacing: 2px; }
thead, tbody,
tfoot           { vertical-align: middle }
td, th          { vertical-align: inherit }
s, strike, del  { text-decoration: line-through }
hr              { border: 1px inset }
ol, ul, dir,
menu, dd        { margin-left: 40px }
ol              { list-style-type: decimal }
ol ul, ul ol,
ul ul, ol ol    { margin-top: 0; margin-bottom: 0 }
u, ins          { text-decoration: underline }
br:before       { content: "\A" }
:before, :after { white-space: pre-line }
center          { text-align: center }
:link, :visited { text-decoration: underline }
:focus          { outline: thin dotted invert }

/* Begin bidirectionality settings (do not change) */
BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override }
BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override }

*[DIR="ltr"]    { direction: ltr; unicode-bidi: embed }
*[DIR="rtl"]    { direction: rtl; unicode-bidi: embed }

@media print {
  h1            { page-break-before: always }
  h1, h2, h3,
  h4, h5, h6    { page-break-after: avoid }
  ul, ol, dl    { page-break-before: avoid }
}

/***********************************************/
/**                HTML TAGS                  **/
/***********************************************/
body {
	font-size:70%;
	margin:0px;
	background-color:#ffffff;
	text-align:center;
	margin-bottom:24px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../img-bin/virtical_borders.gif);
	background-repeat:repeat-y;
	background-position:center;
}

p{
	font-size:110%;
	/*text-align:justify;*/
	line-height:150%;
}

ol li{margin-bottom:10px;}

/***********************************************/
/**            MAIN CONTAINERS                **/
/***********************************************/
div#page {
	position:relative;
	width:900px;
	margin: 0 auto;
	text-align:center;
	display:block;
}

div#body{
	position:relative;
	width:860px;
	margin: 0 auto;
	text-align:left;
	border:solid silver 0px;
	display:block;
}

/***********************************************/
/**                LEFTCOL                    **/
/***********************************************/
div #leftcol{
	float:left;
	border:solid red 0px;
	width:167px;
	display:block;
}

div #rightcol{
	float:right;
	border:solid red 0px;
	width:689px;
	display:block;
}

/***********************************************/
/**             LOWER CONTAINER               **/
/***********************************************/
div#lowercontainer{
	clear:both;
	position:relative;
	width:860px;
	border:solid green 0px;
	display:block;
	float:left;
	padding-bottom:15px;
}

div#lowercontainer a, div#lowercontainer a:visited{
	color:#000000;
	text-decoration:none;
}

div#lowercontainer a:hover{
	color:#000000;
	text-decoration:underline;
}

/***********************************************/
/**         LOWER LEFT CONTAINER              **/
/***********************************************/
div#lowerleft{
	float:left;
	width:425px;
	font-weight:normal;
	/*background-color:green;*/
}

/***********************************************/
/**         LOWER RIGHT CONTAINER             **/
/***********************************************/
div#lowerright{
	float:right;
	width:425px;
	border:solid red 0px;
	/*background-color:orange;*/
}
/***********************************************/
/**                LEFTNAV                    **/
/***********************************************/
div#leftnav {
}

div#leftnav h2{
	margin:0px;
	padding:0px;
	height:28px;
	line-height:28px;
	width:140px;
	display:block;
	color:#000000;
	border-top:solid #ffcc04 1px;
	border-right:solid #ffcc04 1px;
	border-bottom:solid #ffcc04 1px;
	border-left:solid #ffcc04 1px;
	padding-left:27px;
	background-image:url(../img-bin/bee.gif);
	background-repeat:no-repeat;
	background-position: 2px 50%;
	margin-bottom:2px;
	font-weight:bold;
}

div#leftnav h2 a.parentlink{
	display:block;
	cursor:pointer;
	text-decoration:none;
	color:#000000;
	height:28px;
	line-height:28px;
	margin:0px;
	padding:0px;
	vertical-align:middle;
	text-align:left;
	font-size:12px;
	width:114px;
	float:left;
	overflow:hidden;
	}
	
div#leftnav h2 a.arrowlink{
	cursor:pointer;
	height:26px;
	line-height:26px;
	margin:0px;
	padding:0px;
	border:none;
	vertical-align:middle;
	text-align:left;
	font-size:11px;
	float:right;
}

div#leftnav ul{ 
	margin:0px;
	padding:0px;
	list-style:none;
	font-weight:bold;
}

div#leftnav ul li{
	margin-bottom:2px;
}

div#leftnav ul li a, div#leftnav ul li a:visited, div#leftnav ul li a:hover{ 
	margin:0px;
	width:147px;
	display:block;
	background:none;
	padding-left:20px;
	line-height:20px;
	height:20px;
	border:none;
	background-image:url(../img-bin/arrow.gif);
	background-repeat:no-repeat;
	background-position: 8px 50%; 
	border:solid red 0px;
	color:#000000;
	text-decoration:none;
	cursor:pointer;
	overflow:hidden;
}

div#leftnav ul li a span{
	background-color:#ffcc04;
	width:147px;
	display:block;
	padding-left:2px;
	line-height:20px;
	font-size:90%;
}

div#leftnav ul li a:hover span{
	/*background-color:#FFD633;*/
}


/***********************************************/
/**             COOKIE NOTICE                 **/
/***********************************************/
div#cookie_notice{
	position:relative;
	width:900px;
	margin: 0 auto;
	text-align:left;
	display:block;
	padding:0px;	
	text-align:center;
	color:#E5F1F5;
	font-weight:bold;
	/*letter-spacing:1px;*/
	background-color:#323F4A;
	line-height:26px;
	height:26px;
	font-size:90%;
}

/***********************************************/
/**                  HEADER                   **/
/***********************************************/
div#header{
	position:relative;
	clear:both;
	width:860px;
	border:solid green 0px;
}

/***********************************************/
/**                  LOGO                     **/
/***********************************************/
img#logo{
	margin:10px 0px 0px 5px;
	float:left;
}

/***********************************************/
/**              CONTACTS BOX                 **/
/***********************************************/
div#contactbox{
	float:right;
	border:solid green 0px;
	font-size:110%;
	text-align:right;
	font-weight:normal;
}
div#contactbox p span{
	color:#ffcc04;
}
div#contactbox a, div#contactbox a:visited{
	color:#000000;
	text-decoration:none;
}

div#contactbox a:hover{
	color:#000000;
	text-decoration:underline;
}
 
/***********************************************/
/**                TOPNAV                     **/
/***********************************************/
ul#topnav{
	clear:both;
	width:860px;
	background-color:#ffffff;
	margin-left:0px;
	text-align:right;
	margin:0px;
	padding:0px;
	height:28px;
	padding-top:10px;
}

ul#topnav li{
	clear:both;
	display:inline;
	background-color:#ffffff;
	color:#000000;
	height:20px;
	line-height:20px;
}
 
ul#topnav li a{
	background-color:#ffffff;
	color:#000000;
	text-decoration:none;
	height:28px;
	line-height:28px;
	border:solid #ffcc04 1px;
	font-weight:bold;
	padding:5px 10px 5px 10px;	
}

/***********************************************/
/**            YELLOW BULLET LIST             **/
/***********************************************/
ul.yellowbullets{
	margin:0px;
	padding:0px;
}

ul.yellowbullets li{
	background-image:url(../img-bin/bullet_yellow.gif);
	background-repeat:no-repeat;
	background-position: 0px 50%; 
	margin:0px;
	list-style:none;
	padding-left:10px;
	font-size:110%;
	line-height:150%;
}

/***********************************************/
/**              YELLOWPHONE                  **/
/***********************************************/
span.yellowphone{
	color:#ffcc04;
	font-size:120%;
	white-space:nowrap;
	font-weight:bold;
}



/******************************************/
/*           PRODUCT THUMB LIST          **/
/******************************************/
/*Also applies to other products*/
ul.ProdThumbList{
	margin:0px;
	padding:0px;
	list-style:none;
	clear:both;
	float:left;
}

ul.ProdThumbList li{
	margin:0px;
	padding:0px 10px 10px 0px;
	/*width:130px;*/
	background-color:#ffffff;
	display:inline;
	float:left;
	display:block;
	margin:0px;
	text-align:center;
}

ul.ProdThumbList li a, ul#ProdThumbList li a:visited{
	width:128px;
	height:auto; 
	display:block;
	padding-top:160px;
	background-repeat:no-repeat;
	background-position:top;
	text-align:center;
	border:solid #000000 1px 1px 1px 1px;
	text-decoration:none;
}

ul.ProdThumbList li a:hover{
	/*text-decoration:none;*/
}

ul.ProdThumbList li a span{
	background-color:#ffcc04;
	width:128px;
	height:40px;
	display:block;
	border-top:solid #000000 1px;
	cursor:pointer;
	padding:3px 0px 3px 0px;
}

/******************************************/
/*           Homepage PRODUCT THUMB LIST          **/
/******************************************/
/*Also applies to other products*/
ul.HomeProdThumbList{
	margin:0px;
	padding:0px;
	list-style:none;
	clear:both;
	float:left;
}

ul.HomeProdThumbList li{
	margin:0px;
	padding:0px 10px 10px 0px;
	/*width:130px;*/
	background-color:#ffffff;
	display:inline;
	float:left;
	display:block;
	margin:0px;
	text-align:center;
}

ul.HomeProdThumbList li a, ul#HomeProdThumbList li a:visited{
	width:128px;
	height:auto; 
	display:block;
	padding-top:95px;
	background-repeat:no-repeat;
	background-position:top;
	text-align:center;
	border:solid #000000 1px 1px 1px 1px;
	text-decoration:none;
}

ul.HomeProdThumbList li a:hover{
	/*text-decoration:none;*/
}

ul.HomeProdThumbList li a span{
	background-color:#ffcc04;
	width:128px;
	height:auto;
	display:block;
	border-top:solid #000000 1px;
	cursor:pointer;
	padding:3px 0px 3px 0px;
}

/***********************************************/
/**              PRODUCT THUMBS               **/
/***********************************************/
ul#product_thumbs{
	margin:0px;
	padding:0px;
	list-style:none;
	/*display:block;
	width:450px;
	border:solid green 1px;
	*/
	float:right;
}

ul#product_thumbs li{
	margin:0px;
	padding:5px;
	width:130px;
	background-color:#ffffff;
	display:inline;
	float:left;
	display:block;
	margin:0px;
	text-align:center;
}

ul#product_thumbs li a, ul#product_thumbs li a:visited{
	text-decoration:none;
	color:#000000;
	background-color:#ffcc04;
	width:128px;
	display:block;
	text-align:center;
	margin:0px;
	padding:0px 0px 0px 0px;
	border-top:solid #000000 0px;
	border-right:solid #000000 1px;
	border-bottom:solid #000000 1px;
	border-left:solid #000000 1px;
}

ul#product_thumbs li a:hover{
	text-decoration:none;
}

ul#product_thumbs li a img{
	margin:0px;
	padding:0px;
	border:none;
	border-top:solid #000000 1px;
}

/***********************************************/
/**              FOOTER DIV                   **/
/***********************************************/
div#footer{
	position:relative;
	clear:both;
	width:845px;
	background-color:#ffcc04;
	padding:5px 5px 5px 5px;
}

div#footer ul{
	margin:0px;
	padding:0px;
	text-align:right;	
}

div#footer ul li{
	display:inline;
	text-align:center;
	color:#000000;
}

div#footer ul li a, div#footer ul li a:visited{
	color:#000000;
	text-decoration:none;
}

div#footer ul li a:hover{
	color:#000000;
	text-decoration:underline;
}


/***********************************************/
/**               BREADCRUMB                  **/
/***********************************************/
/*breadcrumb ul*/
a.breadcrumb{
	color:#000000!important;
	text-decoration:none;
}

a.current{
	font-size:250%!important;
	color:#000000!important;
}

/***********************************************/
/**        PRODUCT DETAILS PAGES              **/
/***********************************************/
/*Contains product_details*/
div.product_details{
	display:block;
	float:left;
	padding-top:20px;
}

/*Contains image*/
div.product_details_left{
	display:block;
	float:left;
	width:170px;
	padding-right:20px;
	/*background-color:green;*/
}

div.product_details_left img{
text-align:center;
}

/*Contains details*/
div.product_details_right{
	display:block;
	float:right;
	/*background-color:silver;*/
	width:670px;
}

/*product_details h1*/
div.product_details_right h1{
	display:block;
	float:left;
	margin-top:0px;
	/*margin-bottom:0px;*/
	background-color:#ffcc04;
	padding:5px;
	font-size:140%;
	width:300px;
	overflow:hidden;
}


h1.prodviewtitle{
	display:block;
	float:left;
	margin-top:0px;
	/*margin-bottom:0px;*/
	background-color:#ffcc04;
	padding:5px;
	font-size:140%;
	width:300px;
	overflow:hidden;
}
/**/
div.product_details_right p{
	clear:left;
}

/******************************************/
/*       HORIZONTAL RULE AND DIV         **/
/******************************************/
div.hr {
	clear:both;
	height: 15px;
	/*background: #363636 url(../images/grey_dot.gif) rpeat-x scroll center;*/
	background-image:url(../img-bin/yellow_dot.gif);
	background-repeat:repeat-x;
	background-position:center;
	width:845px;
	padding:0px 5px 0px 5px;

}

div.hr hr {
  display:none;
}


/******************************************/
/*            CONTACT FORM               **/
/******************************************/
form#detailsform {
	margin:0px 0px 0px 0px; 
	padding:15px 5px 5px 5px;
	border:dotted #cccccc 1px;
	width:400px;
}
#detailsform label
{
	border:solid silver 0px;
	width:95px;
	display:block;
	float:left;
	text-align:right;
	padding-right:5px;
	margin-top:10px;
}
#detailsform #reset, #detailsform #submit, #subscribenews #addme{
	width:50px; 
}
#detailsform #buttons{
	text-align: center; 
	margin-top:5px;
}
input#jr8urjdidskals, input#ghdidkd8fyrhgshjsu, input#ejijdhgd7dhffjdjf{
	width:200px;
	margin-top:10px;
}
textarea#qjfkf9475jspfo578fg{
	width:200px;
	margin-top:10px;
}
#detailsform span{
	color:red;
}

textarea
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
}


div.BeeButtons{
	height:37px;
	padding-top:22px;
	margin-bottom:5px;
	padding-left:65px;
	text-align:left;
	background-repeat:no-repeat;
	border:solid red 0px;
	}
	
div.BeeButtons {
	color:#000000!important;
	font-size:110%;
	font-weight:bold;
	}
	
div.BeeButtons a, div.BeeButtons a.visited, div.BeeButtons:hover{
	text-decoration:none;
	}
	
div#InStockButton{
	background-image:url(/img-bin/icon_in_stock.gif);
	}

div#EmailAFriendButton{
	background-image:url(/img-bin/icon_email_a_friend.gif);
	}

div#EmailEnquiryButton{
	background-image:url(/img-bin/icon_product_enquiry.gif);
	}

.more_info 
	{
	font-weight:bold;
	}






/* GENERAL STYLES : END */

/******************************************/
/*           SYSTEM STYLES               **/
/******************************************/

/* Search Form */
.searchform			{background-color: #9AA4AE; border: #FFFFFF 1px solid;}
.dropdown			{background-color: #FCE5BA; border: #000000 1px solid; font-size:9px;}

/* Info Box Mini Cart ( H = Heading cell ; B = Body cell ) */
.CPbox3            {BACKGROUND-COLOR: #FCE5BA; BORDER: 1px solid #032940}
.CPbox3H           {COLOR: #FFFFFF; BACKGROUND-COLOR: #032940; PADDING: 1px}
.CPbox3H B         {COLOR: #FFFFFF;}
.CPbox3B           {COLOR: #032940;}
.CPbox3B A:link    {COLOR: #032940; FONT-SIZE: 10px; TEXT-DECORATION: none}
.CPbox3B A:visited {COLOR: #032940; FONT-SIZE: 10px; TEXT-DECORATION: none}
.CPbox3B A:hover   {COLOR: #032940; FONT-SIZE: 10px; TEXT-DECORATION: underline}

/* Info Box WITHOUT Headings */
.CPbox1            {COLOR: #333333; BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #BBC3D3}
.CPbox1 A:link     {COLOR: #333333; FONT-SIZE: 8pt; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.CPbox1 A:visited  {COLOR: #333333; FONT-SIZE: 8pt; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.CPbox1 A:hover    {COLOR: #996666; FONT-SIZE: 8pt; FONT-WEIGHT: bold; TEXT-DECORATION: underline}

/* Info Box WITH Headings ( H = Heading cell ; B = Body cell ) */
.CPbox2            {BACKGROUND-COLOR: #FFF8EB; BORDER: 1px solid #EAD4B2}
.CPbox2H           {COLOR: #333333; BACKGROUND-COLOR: #DDDDDD; PADDING: 1px}
.CPbox2H B         {COLOR: #333333;}
.CPbox2B           {COLOR: #333333; BACKGROUND-COLOR: #FFF8EB}
.CPbox2B A:link    {COLOR: #333333; FONT-SIZE: 10px; TEXT-DECORATION: none}
.CPbox2B A:visited {COLOR: #333333; FONT-SIZE: 10px; TEXT-DECORATION: none}
.CPbox2B A:hover   {COLOR: #996666; FONT-SIZE: 10px; TEXT-DECORATION: underline}

/* Box - Page Headings */
.CPpageHead {BORDER-BOTTOM: 2px solid #CCCCCC; PADDING-BOTTOM: 4px}

/* Box - Page Navigation */
.CPpageNav {BACKGROUND-COLOR: #EEEEEE}

/* Box - General Headings */
.CPgenHeadings {BACKGROUND-COLOR: #EEEEEE}

/* Box - Product Image (Home page) */
.CPhomeImg {BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #CCCCCC}

/* Box - Product Description (Home page) */
.CPhomeDesc {BORDER-BOTTOM: 1px solid #CCCCCC}

/* Horizontal and Vertical lines */
.CPlines {BACKGROUND-COLOR: #CCCCCC}

/* Product Short Description (Except Detail page) */
.CPprodDesc {}

/* Product Short Description (Detail page only) */
.CPprodDescDet {FONT-SIZE: 11pt}

/* Product Long Description */
.CPprodDescLong {}

/* Product Detail */
.CPprodDet {}

/* Product SKU */
.CPprodSKU {}

/* Product Price - Text Label */
.CPprodPriceT {COLOR: #800000}

/* Product Price - Price Value */
.CPprodPriceV {COLOR: #800000}

/* Product List Price - Text Label */
.CPprodLPriceT {}

/* Product List Price - Price Value */
.CPprodLPriceV {TEXT-DECORATION: line-through}

/* Product Sale Price - Text Label */
.CPprodSPriceT {}

/* Product Sale Price - Price Value */
.CPprodSPriceV {COLOR: red}

/* Free Shipping text */
.CPfreeShipMsg {COLOR: #888888}

/* In Stock text */
.CPinStock {COLOR: #888888}

/* Out of Stock text */
.CPoutStock {COLOR: red}

/* No Image text */
.CPnoImgT {COLOR: #800000}

/* Category List */
.CPcatDescList {}

/* Category Description - No products linked to it */
.CPcatDesc {}

/* Category Description - Has products linked to it */
.CPcatDescProd {FONT-WEIGHT: bold}

/* Option Description for "Optional" options */
.CPoptDesc {FONT-STYLE: italic}

/* Option Select box */
.CPoptSel {FONT-FAMILY: Verdana, Arial, helvetica; FONT-SIZE: 8pt}

/* Option Text box */
.CPoptTxt {FONT-FAMILY: Verdana, Arial, helvetica; FONT-SIZE: 8pt}

/* ------------------- */
/* ADDED - Version 2.3 */
/* ------------------- */

/* Box - 2, 3 and 4 Column Layout for product list page */
.CPcolsView {BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #CCCCCC}
.CPcolsView A:link    {COLOR: #000099; TEXT-DECORATION: none}
.CPcolsView A:visited {COLOR: #000099; TEXT-DECORATION: none}
.CPcolsView A:hover   {COLOR: #996666; TEXT-DECORATION: underline}

/* System Messages */
.CPsysMsg    {FONT-SIZE: 10pt;}
.CPsysMsgErr {COLOR: red; FONT-SIZE: 10pt;}
.CPsysMsgURL {FONT-SIZE: 10pt}

/* ------------------- */
/* ADDED - Version 2.4 */
/* ------------------- */

/* Highlights used in search results */
.CPhighlight {COLOR: #000000; BACKGROUND-COLOR: #ffff66}

/* ------------------- */
/* ADDED - Version 2.5 */
/* ------------------- */

/* Radio Button options */
.CPoptRadio {FONT-FAMILY: Verdana, Arial, helvetica; FONT-SIZE: 8pt}

/* Option Description for "Mandatory" options*/
.CPoptDescM {FONT-STYLE: italic; color: Red}


/* ---------------------*/
/* ADDED -- Version 3.0 */
/* ---------------------*/
.CPcloseWindow {FONT-SIZE: 6pt; TEXT-DECORATION: none;}
.install { 
	BORDER: 1px solid #BBC3D3
}

.installcomment {
	PADDING-LEFT: 30px;
}

.textBlock {
	BACKGROUND-COLOR: #EEEEEE;
	BORDER: 1px solid #CCCCCC;
}

.maintClosed {
	color: red;
	font-size: 15pt;
	text-align: center;
}




.thinkpinklink {
  color: #FF61A4 !important;
}
div #rightcolwithcontent{
	float:right;
	border:solid red 0px;
	width:660px;
	display:block;
	padding: 0 10px 10px 10px;
}
div#rightcolwithcontent a, div#rightcolwithcontent a:visited{
	color:#000000;
	text-decoration:none;
}

div#rightcolwithcontent a:hover{
	color:#000000;
	text-decoration:underline;
}
/*div#rightcolwithcontent div#lowerleft { width: 400px !important; }*/