.product_image_bottom_centre {
	background-image: url(images/product_image_box_08.png);
	width: 101px;
}
.product_image_top_centre {
	background-image: url(images/product_image_box_02.png);
	width: 101px;
}
.product_image_left_centre {
	background-image: url(images/product_image_box_04.png);
	height: 101px;
}
.product_image_right_centre {
	background-image: url(images/product_image_box_06.png);
	height: 101px;
}
.product_image_centre {
	background-color: #FFF;
	width: 101px;
	height: 101px;
}

.leftspace {
padding-left: 20px;	
}



/* player and playlist go side by side */
#player, #playlist {
	float:left;		
	margin-right:20px; 
}

/* player dimensions */
#player, #player img {
	display:block;				
	width:300px;
	height:240px;
	border:0px;	
	background-color:#000000;	
}

#playlist {
	width:150px;		
}


/* overlay play button */
div.play {
	/*background:url(../img/play.png) no-repeat;*/
	width:50px;
	height:50px;
	position:relative;
	top:-140px;
	left:125px;	
	opacity:0.9;
	margin-bottom:-50px;
}

div.play:hover {
	opacity:1.0;		
}


/* playlist entry */
#playlist a {
	/*background:url(../img/block.jpg) no-repeat;*/
	width:150px;
	height:48px;
	display:block;
	text-decoration:none;
	color:#333;		
}

#playlist p {
	font-size:11px;
	width:130px;
	padding:8px 0 0 2px;
	margin:0px;		
}

#playlist p.time {
	padding-top:0px;
	color:#777;
	margin-top:5px;
} 


/* entry stages: normal, hover, playing, paused */
#playlist a:hover {
	background-position:0 -68px;	
}

#playlist a.playing, #playlist a.paused {
	color:#fff;	
}

#playlist a.playing {
	background-position:0 -136px;		
}

#playlist a.paused {
	background-position:0 -68px;	
}



/*--- Beginning of Addition Products Cycle Slideshow ---*/
.ProductsCycleSlideshowWrapper { width: 504px; padding:0; margin:0; overflow: hidden; text-align:center;}
.ProductsCycleSlideshow { height: 310px; width: 500px; padding:0; margin:0; overflow: hidden; border: 2px solid #29212c; background-color:#1b191d;}
.PCSChild { height: 296px; width: 486px; padding: 7px; text-align:center; top:0; left:0 }
.PCSChild  a { 
text-decoration: none; 
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
color:#333333;
}
.PCSChild  a img { border: none; border-width:0px;}
.PCSOutput { text-align:left; font-size:14px;}
.PCSOutput a { text-decoration: none; color:#fff; }
.PCSPager { margin:7px; }
.PCSPager a { border: 1px solid #29212c; background: #1b191d; color:#eeeeee; text-decoration: none; margin: 0 5px; padding: 3px 5px; font-size:12px;}
.PCSPager a.activeSlide { border: 1px solid #000; background: #111111; color:#fff;}
.PCSPager a:focus { outline: none; }
/*--- End of Addition Products Cycle Slideshow ---*/

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 140px; /* Width of Menu Items */
border-bottom: 0px solid #333333;
font-family: arial;
font-size: 11px;
}
	
.suckerdiv ul li{
position: relative;
background-color: none;
}
	
/*1st level sub menu style */
.suckerdiv ul li ul{
left: 139px; /* Parent menu width - 1*/
position: absolute;
width: 140px; /*sub menu width*/
top: 0;
display: none;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul{ 
left: 139px; /* Parent menu width - 1*/
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li a{ 
left: 139px; /* Parent menu width - 1*/
background-color: #333333;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li a{ 
background-color: #333333;

}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li ul li a{ 
background-color: #333333;
}

/* menu links style */
.suckerdiv ul li a{
display: block;
color: #eeeeee;
text-decoration: none;
background-color: none;
padding: 1px 5px;
border: 0px solid #333333;
border-right: 0;
border-left: 0;
border-bottom: 0;
line-height: 2em;
}

.suckerdiv ul li a:visited{
color: #eeeeee;
}

.suckerdiv ul li a:hover{
background-color: #333333; /* top hover colour */
color: white;
text-decoration: none;
}

.suckerdiv ul li ul li a:hover{
background-color: #222222;
color: white;
text-decoration: none;
}

.suckerdiv ul li ul li ul li a:hover{
background-color: #222222;
color: white;
text-decoration: none;
}

/* The main categories with sub-categories */
.suckerdiv .subfolderstyle{
background: url(../../images/arrow-list.gif) no-repeat center right;
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul .subfolderstyle {
background-color: #333333;
border-right: 1;
border-left: 1;
}

.hrcolorblue
{

width:132;

  border: 0px;
    border-bottom: 1px;
  border-color: #088CC9;
  border-style: solid;
  padding: 4px;
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul .subfolderstyle {
background-color: #eeeeee;
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul li ul .subfolderstyle {
background-color: #eeeeee;
}
	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

html, body {
	padding: 0px 0px;
	border: none;
	margin: 0px auto;
	text-align: center;
	font-family: tahoma;
	font-size: 11px;
	background: #000000;
	background-image: url(images/bg.png);
	color:#FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.bgcolor {
	background-image: url(templates/default/images/template-head_05.png);
	background-repeat: repeat-x;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {color: #FFFFFF}

table.productmiddlebox
{
  text-align: center;
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.0em;
  font-weight: normal;
  border-top: 1px;
  border-right: 1px;
  border-left: 1px;
  border-bottom: 1px;
  border-color: #2d7a9e;
  border-style: none;
  /*color: #4D1747;*/	
}

div.breadcrumb, div.main-area
{
padding-bottom:1px;
padding-left:7px;
}

/* footer */

div.footer-left, div.footer-middle, div.footer-right
{
height:67px;
}

div.footer-left
{
background-image: url(images/default_22.gif);
width:197px;
}

div.footer-middle
{
background-image: url(images/default_23.gif);
width:600px;
}

div.footer-right
{
background-image: url(images/default_24.gif);
width:203px;
}

/* footer end */


/* DDB - 041031 - Form Field Progress Bar */
.progress{
  width: 1px;
  height: 14px;
  color: white;
  font-size: 12px;
  overflow: hidden;
  background-color: navy;
  padding-left: 5px;}
}
/* OTF contrib ends */

.errorText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;  
  color: #ff0000;
}







TD.category_desc {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

.boxText {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
	color: #eeeeee;
}
.errorBox {
    font-family : Verdana, Arial, sans-serif;
    font-size : 10px;
    background: #ffb3b5;
    font-weight: bold;
	color: #eeeeee;
}
.stockWarning {
    font-family : Verdana, Arial, sans-serif;
    font-size : 10px;
    color: #eeeeee;
}
.productsNotifications {
    background: #000000;
}
.orderEdit {
    font-family : Verdana, Arial, sans-serif;
    font-size : 10px;
    color: #eeeeee;
    text-decoration: underline;
}


td.menu-left {
 /* background-image: url(images/cybergirl/template-body_05.gif); */
}	
	

A {
  color: #eeeeee;
  text-decoration: none;
}

A:hover {
  color: #eeeeee;
  text-decoration: underline;
}

FORM {
	display: inline;
	color: #eeeeee;
}

TR.header {
  background: #ffffff;
  color: #ffffff;
}

TR.headerNavigation {
  background: #ffffff;
}

TD.topNavigation {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #111111;
  font-weight: bold;
  padding-top: 0px;
  font-variant: small-caps;
}

A.topNavigation { 
  color: #111111;
  font-weight : bold;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-variant: small-caps;
  
}

A.topNavigation:hover {
  color: #222222;
  text-decoration: underline;
}

table.breadcrumb {
font-variant: small-caps;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #dddddd;
  font-weight: bold;
  height:8px;
  padding-top: 0px;	
}

td.headerNavigation { 
  color: #eeeeee;
  font-weight : normal;
  font-size: 10px;
  font-family: Verdana, Arial, sans-serif;
 
}

A.headerNavigation { 
  color: #ffffff;
  font-weight : bold;
  font-size: 10px;
  font-family: Verdana, Arial, sans-serif;
 
}

A.headerNavigation:hover {
  color: #ECAA8D;
  text-decoration: underline;
}

TR.headerError {
  background: #ff0000;
  color: #eeeeee;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #eeeeee;
  font-weight : normal;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
  color: #eeeeee;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #eeeeee;
  font-weight: normal;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
  color: #eeeeee;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  background: none;
  color: #ffffff;
  font-weight : normal;
}

a.footernaviagation {
  color: #ffffff;
  text-decoration: none;
}

a.footernaviagation:hover {
  color: #ECAA8D;
  text-decoration: underline;
}

.infoBox {
  background: none;
  color: #eeeeee;
}

.infoBoxContents {
  background: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: 0.7em;
  font-weight: bold;
  line-height: 1.5;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 0px;
  border-color: #cccccc;
  border-style: solid;
  color: #808080;

}

.infoBoxContents2 {
  background: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: 0.65em;
  font-weight: bold;
  line-height: 1.3;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 0px;
  border-color: #cccccc;
  border-style: solid;
  color: #dddddd;

}

tr.infoBoxContents {
  background: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: 0.7em;
  font-weight: bold;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 0px;
  border-color: #cccccc;
  border-style: solid;
  color: #dddddd;

}

.sideboxcontent {
color: #dddddd;
}

a.sideboxcontent {
color: #dddddd;
}

a.sideboxcontent:hover {
color: #ffffff;
text-decoration: none;
font-weight: bold;
font-style:italic;
}

img.sideboximage{
	margin-top: 0px;
	margin-right: 0.2em;
	vertical-align:middle;

}

.infoBoxNotice {
  background: #FBD7F0;
  color: #eeeeee;
}

.infoBoxNoticeContents {
  background: #FBD7F0;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #eeeeee;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-variant: small-caps;
  color: #eeeeee;
  text-align: center;
  background-image: url(images/menubar.gif);
}

TD.featured_infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-variant: small-caps;
  color: #eeeeee;
  text-align: center;
  background-image: url(images/featured_menubar.png);
}

td.featuredbuybutton{
font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #eeeeee;
  text-align: left;
}

TD.infoBoxHeading-nobg{
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-variant: small-caps;
  color: #eeeeee;
  text-align: center;
}

TD.infoBoxHeading-nobg2{
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-variant: small-caps;
  color: #eeeeee; 
}

.infoBoxHeading {
    color: #eeeeee;
}

a.infoBoxHeadingLink {
    color: #eeeeee;
}

a.infoBoxHeadingLink:hover {
    color: #eeeeee;
    text-decoration: underline;
}


TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #eeeeee;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: none;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: none;
}


table.starprodbox {
  text-align: left;
  background: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: 0.7em;
  font-weight: bold;
  line-height: 1.5;
  border-top: 1px;
  border-right: 1px;
  border-left: 1px;
  border-bottom: 1px;
  border-color: #2d7a9e;
  border-style: none;
  color: #ffffff;

}

td.star-product-title{
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}

td.star-product{
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
}

td.star-product-price{
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  
}

.featuredouterboxname
{
text-align: right;	
 font-family: Arial, sans-serif;
  font-size: 8px;
  font-weight: bold;
  color: #333333;
}

.featuredouterbox
{
width: 100%;
text-align: center;	
padding-top: 10px;
border-top: 1px;
  border-right: 1px;
  border-left: 1px;
  border-bottom: 1px;
  border-color: #cccccc;
  border-style: dotted;
  margin-top: 0em;
  margin-bottom: 5px;
}

table.featuredtable
{
width: 250;
height: 190;
  border-top: 1px;
  border-right: 1px;
  border-left: 1px;
  border-bottom: 1px;
  border-color: #cccccc;
  border-style: dotted;
  margin-top: 0px;
  margin-bottom: 0px;
}

a.featuredhead{
color:#ffffff;	
}

a.featuredhead:hover{
color:#ffffcc;	
}

td.featuredhead{
	
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  font-variant: small-caps;
  text-decoration: none;
  background-image: url(images/menubar.gif);
  height: 15;
}



TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #eeeeee;
}

TD.productListing-data2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #333333;
}

#############
TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #cccccc;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #eeeeee;
}

td.productListingtitle {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #0a5970;
  background: #ffffff;
  text-align : center;
  
    border-color: #7b9ebd;
  border-style: dotted;
  border-width: 0px;
  
}





#container {
  position: relative; 
  width: 110; 
  text-align: left; 
  padding: 0; 
  margin: 0; 

}

#productListingprice {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  text-decoration: none;
  position: absolute; 

  left: 0px;
  width: 100px;
  height: 0px;
  top: 100;
}

#productListingdescription {
 /* vertical-align: top; */
  position: absolute; 
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #333333;
  top: 0px
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: transparent;
  color: #ffffff;
  height: 18px;
  font-weight: bold;
  background-image: url(images/menubar.gif);
}

A.productListing-heading {
  padding-top: 8px;
  background: transparent;
  color: #ffffcc;
}

#############

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-variant: small-caps;
  font-weight: bold;
  color: #eeeeee;
}

TR.subBar {
  background: #f4f7fd;
  color: #eeeeee;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #eeeeee;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.5;
  color: #eeeeee;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #eeeeee;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #ffffff;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #eeeeee;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #eeeeee;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #eeeeee;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #eeeeee;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #333333;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #eeeeee;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #FBD7F0;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #eeeeee;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #111111; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #000000; color: #ffffff; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #eeeeee; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

.outline {
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 0px;
    border-style: none;
    border-color: #575757;
    background: #ffffff;
}

BODY {
scrollbar-face-color: #4f386d;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #21000b;
scrollbar-darkshadow-color: #21000b;
scrollbar-shadow-color: #ffffff;
scrollbar-arrow-color: #ffffff;
scrollbar-track-color: #000000;
}
