body {
	margin: 0px;
	padding:0;
	background-color: #0f0f0f;
	color: #333333;
	font: 12px/20px  Arial, Helvetica, Verdana, sans-serif;

}

#pageSurround {
	width: 967px;
	margin: -3px auto;
	padding: 0px;
	color: #C0C1C3;
}

#PageOuter {
	background-image:url(../styleImages/backgrounds/header-bg.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:1084px;
	margin:0 auto;
	padding:0;
}


#Header {
	color:#333333;
	height:104px;
	margin:0 0 0;
	padding-bottom:8px;
	padding-top:20px;
	text-align:right;
	width:967px;
}

/**TOP BOXES 
*************/
.SmallHeader  {
	font-size: 11px;
	color: #FFFFFF;
	text-transform: uppercase; 
	}

#Currency{
	padding: 15px 35px 2px 0;
	}

#Language {
	padding-right:10px;
	margin-bottom:3px;
	}

#Session {/*Required as Language & Currency Boxes are not used within general Cart.tpl pages*/
	margin-top:58px;
	width:auto;
	height:20px;
	padding:0;
	text-align:right;
	float:right;
	} 

#Login {
	text-align:left;
	font-size:11px;
	color: #c0c1c3;
	text-transform:uppercase;
	margin:3px 0 0 101px;
	padding:0 0px 0 0;
	} 

#Login p {
	margin:0;
	padding:0;
	}

#Login a {
	color: #FFFFFF;
	text-decoration:none;
	}

#Login a:hover {text-decoration:none; color:3aa8cc;}
	


/**LEFT COLUMN SECTION
************************/
#LeftColumn {
	position: relative;
	left: 0px;
	width: 190px; 
	padding:10px 0 0 5px;
	float: left;
	font-size:11px;
	z-index:20;
	margin-left: 30px;
	margin-top: 18px;
	}

/**LEFT COLUMN HEADINGS
************************/
.subHeading {
	margin:0;
	padding:0;
	color: #ffffff;
	height: 30px;
	width:100%;
	border-bottom: 1px dotted #FFFFFF;
	}


.subHeading h3 {
	margin:0;
	padding:5px 0 0 5px;
	color: #ffffff;
	font-size: 13px;
	font-weight:normal;
	text-transform: uppercase;
	text-align:left;
	float:left;
	}

.subHeading h3 a {
	color: #ffffff;
	text-decoration:none;
	border:none;
	padding-right:50px;
	}

.subHeading h3 a:hover {
	color: #C6EADD;
	text-decoration:none;
	border:none;
	padding-right:50px;
	}



/**LEFT COLUMN SIDE BOXES
*************************/
.LeftBox {
	margin: 0 0 0px 0;
	padding: 0 0 2px 0;
	width:185px;
	}

.LeftBox a {
	color: #FFFFFF;
	text-decoration:none;
	}

.LeftBox a:hover {
	color: #8EC7E5;
	text-decoration:none;
	}


/**LEFT COLUMN - MAILING LIST
*******************************/
.LeftBox.border {
	border-top:1px dotted #FFFFFF;
	padding-top:5px;
	color:#FFFFFF;
	background: #667777;
	}

/**LEFT COLUMN - INFORMATION BOX
**********************************/
.LeftBox p#nudge {
	margin:0 0 0 10px;
	color: #FFFFFF;
	background: #667777;
	}


/**START CROSS-BROWSER DHTML MENU
**********************************/
ul#mainmenu-nav {
	float: left;
	display:inline; /*fixes IE6 float bug*/
	font-size: 11px;
	margin:0;
	}

.ul-nav, .li-nav{
	font-size: 11px;
	display: block;
	}

.ul-nav{
	width: 190px;
	padding: 0px;
	font-size: 11px;
	}

.li-nav{	
	float: left;
	display:inline;
	font-size: 11px;
	background-image: url(../styleImages/nav-divider.gif);
	background-position:  left bottom;
	background-repeat: no-repeat;
	padding: 1px 0 1px 0;
	margin: 0;
	white-space: nowrap;
	}

.li-nav .ul-nav {
	display: none;
	position: absolute;
	margin-left: 100px;
	margin-top: -19px;
	background-color:#323232;
	padding: 5px;
	z-index: 5;
	font-size: 11px;
	}

.li-nav a{
	padding: 0px 2px 0px 7px;
	font-size: 11px;
	width: 186px;
	display: block;
	text-indent: 2px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #FFFFFF;
	text-decoration:none;
	background-image: url(../styleImages/nav-bullet.gif);
	background-position:  left 7px;
	background-repeat: no-repeat;
	text-transform: uppercase;
	outline: none;
	font-weight: bold;
	}

.li-nav a:hover{
	width: 186px;
	display: block;
	text-indent: 2px;
	color: #8EC7E5;
	text-decoration:none;
	}



a.hassubmenu{
	background-repeat: no-repeat;
	background-position: 0px 6px;
	}

/**HIGHTLIGHTING EFFECT ON SUB-CATS
************************************/
.ul-nav .li-nav a.hassubmenu:hover {color: #8EC7E5; }



/**CLEARING FLOATING ELMENTS
*****************************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}



/**VIEWCART NAVIGATION
************************/
ul#CartNav {
	list-style-type:none;
	margin:0;
	padding:0;
	}

ul#CartNav li {
	margin:0;
	padding:0;
	}


ul#CartNav li a {
	background-image: url(../styleImages/more.gif);
	background-repeat: no-repeat;
	background-position:5px 6px;
	padding: 2px 2px 2px 15px;
	color: #333333;
	background: #FFFFFF;
	text-decoration:none;
	}

ul#CartNav li  a:hover{
	background-image:none;
	padding: 2px 2px 2px 15px;
	color: #6F9994;
	background: #FFFFFF;
	text-decoration:none;
	}


/**RANDOM PRODUCTS 
********************/
#RandProduct {
	height:100%;
	padding:10px 0 20px 0;
	}

#RandImage {
	float:left;
	display:inline; /*fixes IE6 float bug*/
	margin:0 10px 0 0;
	padding:0 0 0 0;
	}

#RandText {
	color: #FFFFFF;
	}




/**MAIN CONTENT SECTION
************************/
#Content {
	border-left:3px solid #323232;
	float:left;
	margin:30px 30px 0 25px;
	padding:0 0 0 30px;
	position:relative;
	width:655px;
	background: transparent !important;
	}


#Content p {margin-left:00px;}

#ContentBox {
	padding: 3px;
	margin-bottom: 5px;
	margin-top: 0px;
	position: relative;
	z-index: 1;
	}


/**GENERAL HEADERS
********************/
.Title {
	color: #6F9994;
	height: 30px;
	padding:0;
	margin:25px 0 25px 0;
	}


h1 {
	font-size: 22px;
	color: #FFFFFF;
	background: none;
	font-weight: bold;
	text-transform: uppercase;
	padding:6px 0 6px 0px;
	margin:0;
	line-height: 24px;
	}


h2 {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	padding:6px 0 6px 5px;
	margin:0 0 16px 0;
	line-height: 15px;
	}


h3 {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	
	padding:6px 0pt 6px 5px;
	}


h4 {
	font-size: 13px;
	color: #6F9994;
	background:#FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	}


/**BREADCRUMB TRAIL & PAGINATION
**********************************/
#BreadCrumb {
	background:#323232 none repeat scroll 0 0;
	font-size:11.5px;
	margin-bottom:15px;
	padding:6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: left;
	margin-right: 45px;
	}


/**SITE DOCUMENTS
*******************/
.SiteDocs {
	margin:7px 0 0 37px;
	padding:5px 41px 0 0;
	color: #FFFFFF;
	text-transform:uppercase;
	font-size:9px;
	float: left;
	background-image: url(../styleImages/footer-divider.gif);
	background-repeat: no-repeat;
	background-position: right;
	min-height: 88px;
	}
.SiteDocs a {
	display: block;
	color: #FFFFFF;
}
.SiteDocs a:link, #SiteDocs a:visited, #SiteDocs a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight:bold;
	}

.SiteDocs a:hover {
	color: #8EC7E5;
	}


	
/**HOME PAGE INTRODUCTION TEXT
*******************************/
#Announcement {
	padding: 3px;
	margin-bottom: 5px;
	margin-top: 0px;
	position: relative;
	z-index: 1;
	}


#Announcement p {
	margin:0;
	line-height:16px;
	}
	
	
/**LATEST PRODUCTS - HOMEPAGE
*******************************/
#LatestProducts {
	padding: 3px;
	margin:0;
	position: relative;
	z-index: 1;
	height:100%;
	}

#Inner {
	margin: 5px;
	padding:0;
	}

.LPBox {
	float: left;
	text-align: center;
	width: 176px;
	height: 204px;
	margin: 5px 36px 0px 0px;
	padding:0;
	}

.LPImage {
	float: none;
	text-align: center;
	padding:5px 0;
	margin:3px auto;
	border:1px solid #cccccc;
	}

.LPName {
	text-align:center;
	font-size:12px;
	margin:0;
	padding:2px 0;
	width:100%;
	color: #333333;
	}

.LPName a:link, .LPName a:visited {
	color: #c0c1c3;
	text-decoration:underline;
	padding:0;
	margin:0;
	}

.LPName a:hover {
	color: #8EC7E5;
	text-decoration:none;
	}

.LPPrice {
	height:20px;
	width:100%;
	text-align:center;
	font-size:12px;
	margin:0;
	padding:2px 0;
	text-transform:uppercase;
	color: #ffffff;
	}


/**CATEGORY VIEW 
********************/
#CatDescription {}

/**SUB CATEGORY IMAGE DISPLAY
******************************/
#SubCategories {
	float:left;
	display:inline; /*fixes IE6 float bug*/
	text-align:center;
	margin: 10px auto 5px;
	padding: 0;
	width:100%;
	height:auto;
	}

.subCat {	
	float:left;
	display:inline;/*fixes IE6 float bug*/
	text-indent:0;
	margin:5px 42px 10px 0px;
	text-align: left;
	padding:5px;
	width: 166px;
	height: 205px;
	}

.subCat a {
	color: #C0C1C3;
	text-decoration:none;
	text-transform: uppercase
	}
#SubCategories .subCat a {
	font-size: 12.5px;
}
.subCat a:hover {
	text-decoration:none;
	color:#8ec7e5;
	}

.subCat img {
	border:1px solid #CCCCCC;
	padding:3px;
	margin: 0 0 4px 0;
	}

/**ORIGINAL CAT VIEW CODING
*****************************/
/*.catview {
	margin:0 10px;
	padding:0;
	width:100%;
	}

.catimage {
	width:auto;
	height:auto;
	border-bottom:1px dotted #CCC;
	padding:0;
	margin:0;
	}

.catinfo {
	border-bottom:1px dotted #CCC;
	margin-right: 10px;
	}

.catInner {
	margin:10px 0;
	border-left:1px dotted #ccc;
	}

.catview a {
	color:#667777;
	text-decoration:none;
	}

.catview p {line-height:12px;}*/


.catview {
	margin:5px 0;
	padding:0;
	width:98%;
	border-top:1px dotted #CCCCCC;
	}

.catsep {
	border-bottom:1px dotted #CCC;
	border-right:1px dotted #CCC;
	padding-right:8px;
	padding-bottom:5px;
	}


.catsep h2, .catsep h2 a {
	font-size: 13px;
	color: #667777;
	background:#ffffff;
	font-weight: bold;
	text-transform: uppercase;
	padding:6px 0 6px 5px;
	margin:0;
	}

.catsep h2 a:hover {
	background: #FFFFFF;
	color:#32393E;
	}

.catimage {
	padding:0;
	margin:0;
	}

.catview a {
	color:#667777;
	text-decoration:none;
	}

.catview p {line-height:12px;}
.catview .Price {color: #667777; background: #FFFFFF;}

/**SINGLE PRODUCT PAGE
************************/
#SingleProd {
	padding: 3px;
	margin-bottom:20px;
	position: relative;
	
	float: left;
	}
	
#MainProdImage {
	text-align:center;
	margin:7px 30px 20px 0;
	padding: 2px;
	width:auto;
	height:auto;
	float: left;
	border:1px solid #C0C1C3;
	
	}

#MoreImages {}

/**LIGHTBOX GALLERY
********************/
#LightBoxGallery {
	height:auto;
	width:auto;
	margin:0 auto;
	padding:0;
	text-align:center;
	}

.LightBox {
	float:left;
	margin:0 0 30px 15px;
	height:1%;
	}

.LightBoxImage {
	text-align:center;
	margin:0;
	padding:5px;
	border: 1px solid #CCC;
	}


/**PRODUCT DESCRIPTION
***********************/
#ProdDescription {
	color:#C0C1C3;
	margin:-6px 18px 10px 0;
	padding:0 0 10px 0;
	text-align:left;
	font-size: 12px;
	clear: both;
	float: left;
	border-bottom:1px solid #C1C0C3;
	}

#ProdDescription h2 {
	margin:0 0 0 0;
	padding-left:5px;
	padding-bottom: 5px;
	font-weight:normal;
	background:#667777;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	}


/**PRODUCT INFO - PRICE, RATING, TELL A FRIEND
************************************************/
#ProdInfo {
	padding:5px 0;
	margin-top:0px;
	text-align:left;
	width:100%;
	float: left;
	}

#ProdPrice {
	float:left;
	display:inline; /*used to fix IE6 double margin bug with floated elements */
	font-size:20px;
	padding:7px 0 7px 0;
	margin:0;
	text-align:left;
	color:#ffffff; 
	}

#ProdReviews {
	float:left;
	display:inline;/*used to fix IE6 double margin bug with floated elements */
	height:90%;
	width:29%;
	margin:0 auto;
	text-align:center;
	padding:3px 5px 3px 0;
	border-right:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
	background:#FFFFFF;
	display: none;
	}

#ProdReviews a {
	color: #333333;
	background: #FFFFFF;
	text-decoration:none;
	}

#ProdReviews a:hover {text-decoration: none; color: #C6EADD}

#TellAFriend {
	float:left;
	display:inline;/*used to fix IE6 double margin bug with floated elements */
	width:37%;
	height:100%;
	margin:0;
	padding:0;
	background:white;
	display: none;
	}

#TellAFriend ul {
	display:block;
	margin:0 0 0 10px;
	padding:0;	
	font-size:11px;
	text-align:left;
	text-transform:uppercase;
	}

#TellAFriend a {
	color:#667777;
	background: #FFFFFF;
	text-decoration:none;
	}
	
#TellAFriend a:hover {
	color:#242726;
	background: #FFFFFF;
	text-decoration:none;
	}


/**PRODUCT OPTIONS
********************/
#ProdOptions {
	text-align:left;
	text-transform:uppercase;
	font-size:15px;
	font-weight:normal;
	width:223px;
	margin:-135px 0 0 0;
	padding:0;
	color: #ffffff;
	float: right;
	}

#Options {
	border-bottom:2px solid #ffffff;
	border-top:2px solid #ffffff;
	color:#C0C1C3;
	font-size:11.5px;
	font-weight:bold;
	margin:-40px 0 0;
	padding:10px 5px 10px 0px;
	text-transform:none;
	width:219px;
	}

.OptionsStyle {
	border: 1px solid #CCC;
	min-width: 108px;
	margin-right: -10px;
	}


/**PRODUCT CODE & STOCK AVAILABILITY
**************************************/
#ProdLevels {
	text-align:left;
	margin:30px 0 0 0;
	padding:0;
	font-weight:bold;
	font-size:11px;
	color: #C0C1C3;
	width: 220px;
	float: left;
	}

#ProdLevels p {
	margin:0;
	padding:0;
	}


/**ADD TO CART BLUE BACKGROUND
*******************************/
#ProdBuy {
	border:2px solid #5E5E5E;
	color:#FFFFFF;
	float:left;
	font-size:14px;
	margin:10px 10px 24px 0;
	padding:10px;
	position:relative;
	width: 621px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

#ProdBuyLogin {
	color: #ffffff;
	background: #667777;
	font-size:14px;
	width:520px;
	margin:10px 10px 10px 0;
	padding: 5px 10px 5px 0;
	position: relative; 
	text-align: right;
	}

#ProdBuy a {
	/*line-height:22px;
	font-size:12px;
	padding:0 10px;
	margin:2px 0 0 0;
	text-transform:uppercase;*/
	text-decoration:none;
	}

/**COUPONS
************/
.addCoupon:link, .addCoupon:visited, .addCoupon:hover, .addCoupon:active {
	font-weight: bold;
	color: #333333;
	background: #FFFFFF;
	text-decoration: none;
	}

/**CUSTOMER REVIEWS - SUBMISSIONS
**********************************/
#CustomerReviews {}
#CustomerReviews p {margin-left:10px;}
.SubmitReview {padding-right: 60px;}
.right {text-align:right;}

.right span {
	font-weight:bold;
	float: left;
	}

/**CUSTOMER REVIEWS POSTED
***************************/
.ReviewEntry {margin:0;}

.ReviewRatings{
	color: #ffffff; 
	background: #667777;
	padding: 3px;
	}	

.ReviewContent {
	padding: 3px;
	font-style:italic;
	border-bottom: 1px dotted #CCCCCC;
	color: #333333;
	background:#FFFFFF;
	}

.ReviewTitle { text-transform:uppercase;}

.ReviewedBy {
	color: #C6EADD;
	background: #FFFFFF;
	padding: 3px;
	}

.Date {
	color: #C6EADD;
	background: #FFFFFF;
	float: right;
	}


/**RELATED PRODUCTS
*********************/
.LPInfo {color: #333333;}

* html .LPInfo {width: 100%;}

/**SITE BUTTONS
*********************/
.buttonBg {
	text-align: center;
	background-image: url(../styleImages/backgrounds/ButtonBg.gif);
	background-repeat: repeat-x;
	height: 26px;
	color: #663366;
	}


#search-form {
	margin: -20px 0px 0px 38px;
	float: right;	
}
.grey-text {
	color: #c0c1c3;
	text-transform: uppercase;
	font-size: 12px;
	float: left;
}

.logo {
	float: left;
	margin: -2px 0 0 21px;
	}

#basket {
	float: right;
	margin: -107px 0px 0 0;
	clear:both;
	width: 214px;
	height: 73px;
	background-image: url(../styleImages/shopping-basket-bg.png);
	background-repeat: no-repeat;
}
.basketHeading {
	margin: 15px 10px 0 0;
}
.basketHeading a {
	background: none;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: bold;
}

.main-content-top {
	width: 969px;
	min-height: 228px;
	background-image: url(../styleImages/main-bg-top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.main-content-bottom {
	width: 969px;
	height: 40px;
	background-image: url(../styleImages/main-bg-bottom.jpg);
	background-repeat: no-repeat;
	margin-top: -2px;
}
.clear {
	clear: both;
}
.footer {
	background-image: url(../styleImages/footer-bg.png);
	background-repeat: no-repeat;
	height: 107px;
	width: 967px;
	margin-bottom: 20px;
}
.mailing-list {
	width: 250px;
	float: left;
	margin: 13px 0 0 45px;
	color: #C0C1C3;
	font-size: 11px;
}
.mailing-list h3 {
	padding: 0;
	margin: 0;
}
a.buyButton {
	background-image: url(../styleImages/add-to-basket-button.png);
	width: 116px;
	height: 24px;
}
.sort {
	text-align: right; 
	margin: 00px 7px 0 0;
	float: right;
	position: relative;
	display: none;
}
.buy-container {
	float:right;
}
.quantity {
	float: left;
	margin: 6px 25px 0 0 ;
}
#ProdDescription ul {
	margin:0 0 0 9px;
	list-style-position: inside;
}
.quick-links {
	background-image: url(../styleImages/quick-links-bg.png);
	background-repeat: no-repeat;
	width: 967px;
	height: 190px;
	margin-bottom: 35px;
	padding-left: 32px;
}
.quick-links img {
	margin: 57px 12.5px 0 0;
}
.home-image a img {
	margin-left: -13px;
}
.home-image {
	margin-left: 4px;
	width:685px;
}
.LeftBox img {
	margin-left: -21px;
	margin-top: 8px;
	margin-bottom: -8px;
}



/* product content tabs */
a {
	outline:none; 
	color:#ffffff;
}
div.tablayout {
	width: 100%;
	float: left;
	margin: 10px 0px 20px 0; 
	clear:both;
}      
ul.tablayout {
    list-style-type: none;
   	width: 620px;
    float: left;
    margin:0 0 -1px 0;     
    padding:0;
}
ul.tablayout li {
	margin: 0;
	float: left;
	padding-left:10px; 
	list-style-type: none;
}
ul.tablayout a {
    float: left;
    display: block;
    padding: 4px 8px;
    border: 1px solid #ccc;
    border-bottom: 0px;
    color: #666;
    background: #eee;
    text-decoration: none;
    font-weight: bold;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
}
ul.tablayout a:hover { 
	background: #fff; 
}
ul.tablayout a.active {
    background-color: #484848;
    border:1px solid #474747;
    border-top:1px solid #474747;
    border-bottom:none;
    padding-bottom: 5px;
    cursor: default;
    color: #ffffff; 
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
}
.tab { 
	padding:10px 25px 20px 25px; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
} 
.contm {
	width: 642px;
	clear:both;
	border-left:1px solid #474747;
	background-color: #484848; 
	margin-top:-1px; 
	-moz-border-radius: 5px;
	-webkit-border-radius;
}
.cont {
	width:100%;height:1px;clear:both; display:block;
}
.contb {
	width:100%;
	height:1px;
	clear:both;
} 
.topright {}
.topleft {}
.bottomright {}
.bottomleft {}

/*--------------- pop up styles viewProd.tpl---------------*/

#layer, #layer2, #layer3, #layer4, #layer5, #layer6, #layer11, #layer13 {
      position: absolute;
      visibility: hidden;
      overflow: auto;
      background-color:#F9F9F9;
      border:10px solid #484848;
      padding: 0px 20px;
	  z-index: 100;
	  color: #333333;
	  left: -40px;
	  top: 66px;
	  width: 380px;
	  height: 380px;
}
#layer2 h2,  #layer3 h2, #layer4 h2, #layer5 h2, #layer6 h2, #layer11 h2, #layer13 h2 {
	color: #333333;
	font-size: 18px;
	margin: 30px 0 0 0;
	padding: 0;
}
#close {
	float: right;
}
#close a {
	color: #ff0000;
	text-decoration: underline !important;
	text-transform: uppercase;
}
#close a:hover {
	text-decoration: none  !important;
}


/*--------------- end pop up styles viewProd.tpl---------------*/

/*--------------- pop up styles cubehelper_reg.inc.php---------------*/

#presc {
      position: absolute;
      visibility: hidden;
      overflow: auto;
      background-color:#F9F9F9;
      border:10px solid #484848;
      padding: 0px 20px;
	  z-index: 100;
	  color: #333333;
	  right: -65px;
	top: 410px;
	width: 326px;
	height: 470px;
}
#presc h2 {
	color: #333333;
	font-size: 18px;
	margin: 30px 0 0 0;
	padding: 0;
}
#presc h3 {
	color: #0066b4;
	padding: 0px;
	text-decoration: underline;
}
#close {
	float: right;
}
#close a {
	color: #ff0000;
	text-decoration: underline !important;
	text-transform: uppercase;
}
#close a:hover {
	text-decoration: none  !important;
}

/*--------------- end pop up styles cubehelper_reg.inc.php---------------*/

#Options a img {
	right : 226px;
	position:absolute;
	display: inline;
}
tr.parent {
	
}
td.name-of-option {
	
	white-space:nowrap;
	
}
.page-text {
	font-size: 14px;
}
h2.heading {
	font-size: 17px;
	padding: 0;
}



/*------------- dropdown panel styles --------------*/

#panel {
	background: #3e3e3e;
	display: none;
}
.slide {
	margin: 0;
	padding: 0;
}
.btn-slide {
	background:#434343 url(../styleImages/white-arrow.gif) no-repeat scroll right -50px;
	height: 26px;
	padding: 10px 10px 0 8px;
	margin: 0 auto;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.active {
	background-position: right 12px;
}

#divarea {
	background-color:white;
	color:#333333 !important;
	display:none;
	float:left;
	font-size:14px;
	font-weight:bold;
	padding:7px;
	text-align:center;
	width:630px;
	text-transform: uppercase;
	}
#panel a {
	color: #ffffff;
	text-decoration: underline;
	font-size: 10px;
	padding-left: 8px;
}
#panel a:hover {
	text-decoration: none;
}
/*------------- END dropdown panel styles --------------*/

/*------------- WD table styles --------------*/

table.wd {
	font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
	width: 360px;
	}
table.wd  tr.yellow td {
	background: #FFC;
	color: #333333;
	}
table.wd  td {
	padding: 0 0.5em;
	}
table.wd  td+td {
	text-align: center;
	}

/*------------- END WD table styles --------------*/
