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

}

#pageSurround {
	width: 1000px;
	margin: 0px auto;
	padding: 5px;
	background-color: #FFFFFF;
	color: #333333;
}




#Header {
	text-align: right;
	height: 175px; 
	width: 1000px;
	margin:0 0 0px 0;
	padding-bottom: 0px;
	/* SKIN VARIABLE IS cAsE SeNsItIvE */
	background-image: url(/courses/images/logo_banner_white_pages.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	background-color: #ffffff;
	color: #333333;
	}

/**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:right;
	font-size:11px;
	color: #C6C7C8;
	text-transform:uppercase;
	margin:0;
	padding:0 10px 0 0;
	width:auto;
	float:right;
	padding-right:40px;
	} 

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

#Login a {
	color: #C6C7C8;
	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;
	background-color: #667777;
	}

/**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 5px 0;
	padding: 0 0 2px 0;
	width:185px;
	}

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

.LeftBox a:hover {
	color: #C6EADD;
	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
**********************************/
#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;
	}

.li-nav .ul-nav {
	display: none;
	position: absolute;
	margin-left: 100px;
	margin-top: -19px;
	background-color:#667777;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-top: 4px solid #C6EADD;
	z-index: 5;
	font-size: 11px;
	}

.li-nav a{
	padding: 2px;
	font-size: 11px;
	width: 186px;
	display: block;
	text-indent: 2px;
	font-family: "Trebuchet MS", Verdana, Arial;;
	color: #FFFFFF;
	text-decoration:none;
	}

.li-nav a:hover{
	padding: 2px;
	width: 186px;
	display: block;
	text-indent: 2px;
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #C6EADD;
	text-decoration:none;
	}



a.hassubmenu{
	background-image: url(../styleImages/more.gif);
	background-repeat: no-repeat;
	background-position: 178px 6px;
	}

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



/**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 {
	position: relative;
	width:985px;
	float: left;
	margin:0 0 0 15px;
	padding:0;
	}


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

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


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


h1 {
	font-size: 13px;
	color: #646567;
	font-weight: bold;
	text-transform: uppercase;
		}


h2 {
	font-size: 13px;
	color: #646567;
	font-weight: bold;
	text-transform: uppercase;
		}


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


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


/**BREADCRUMB TRAIL & PAGINATION
**********************************/
#BreadCrumb {margin-bottom:5px;}

.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	}


/**SITE DOCUMENTS
*******************/
#SiteDocs {
	text-align:center;
	margin:0;
	padding:5px 0;
	color: #FFFFFF;
	background:#242726;
	text-transform:uppercase;
	font-size:12px;
	height:20px;
	}

#SiteDocs a:link, #SiteDocs a:visited, #SiteDocs a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	}

#SiteDocs a:hover {
	color: #C6EADD;
	}


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


#Announcement p {
	margin:5px 5px 0 5px;
	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: 115px;
	height: 145px;
	margin: 5px 5px 20px 5px;
	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: #333333;
	background: #FFFFFF;
	text-decoration:none;
	padding:0;
	margin:0;
	}

.LPName a:hover {
	color: #242726;
	background: #FFFFFF;
	text-decoration:none;
	}

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


/**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 5px 10px 5px;
	text-align: center;
	padding:5px;
	}

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

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

.subCat img {
	border:1px solid #CCCCCC;
	padding:5px;
	}

/**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;
	z-index: 1;
	}
	
#MainProdImage {
	text-align:center;
	margin:20px auto;
	padding:0;
	width:auto;
	height:auto;
	}

#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 {
	text-align:left;
	padding:0;
	margin-bottom:2px;
	color: #646567;;
		}

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


/**PRODUCT INFO - PRICE, RATING, TELL A FRIEND
************************************************/
#ProdInfo {
	border-top:1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	padding:5px 0;
	margin:0;
	text-align:left;
	height:60px;
	width:100%;
	}

#ProdPrice {
	float:left;
	display:inline; /*used to fix IE6 double margin bug with floated elements */
	width:30%;
	height:66%;
	font-size:12px;
	text-align:left;
	color:#646567; 
	
	}

#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;
	}

#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;
	}

#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 {
	margin:0px;
	text-align:left;
	text-transform:uppercase;
	font-size:12px;
	font-weight:normal;
	width:auto;
	margin:0;
	padding:0;
	color: #663366;
	}

#Options {
	margin:-10px 0 0 0;
	padding:0 0 0 10px;
	text-transform:none;
	font-size:12px;
	font-weight:bold;
	color: #333333;
		}

.OptionsStyle {
	border: 1px solid #CCC;
	width:auto;
	}


/**PRODUCT CODE & STOCK AVAILABILITY
**************************************/
#ProdLevels {
	text-align:left;
	margin:30px 0 0 0;
	padding:0;
	font-weight:bold;
	font-size:12px;
	color:#333333;
	background: #FFFFFF;
	}

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


/**ADD TO CART BLUE BACKGROUND
*******************************/
#ProdBuy {
	color: #ffffff;
	background: #667777;
	font-size:14px;
	width:520px;
	margin:10px 10px 10px 0;
	padding: 10px 10px 10px 0;
	position: relative; 
	text-align: right;
	}

#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;
	}
	
	
	 #footer{ 
 position:relative;
 width:2000px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;
 background-color:#404041;
 height:200px; 
  }
  
  #productarea{
  position:relative;
  float:left;
  width:964px;
  height:400px;
  background-color:#eaf1d2;
  }
  
  .prodphotoarea{
  position:relative;
  float:left;
  width:448px;
  height:280px;
  margin-left:10px;
     }
	
 .prodtextarea{
 position:relative;
  float:left;
  width:448px;
  height:280px;
  margin-left:15px;
  margin-top:10px;
 }
 
 #nav{
 position:relative;
 float:left;
  width:900px;
  margin-left:10px;
  margin-top:0px;
 }
 
 .navtext {
padding-top:10px;
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
color: #646567;
text-align:center;
 margin-left:1px;
 margin-right:1px;
 text-decoration:none;
 }
 
.navtext:hover{
color: #97BE0D;
text-decoration:underline;
 }
 
.navtext:active{
color: #97BE0D;
text-decoration:none;
font-weight:bold;
 }
 
 .telephonetext{
font-size: 16px;
font-family:Arial, Helvetica, sans-serif;
color: #C6C7C8;
padding-top:0px;
padding-right:40px;
}

.aboutpage{
width:924px;
height:600px;
background-image: url(/courses/images/aboutus_background.jpg);
	background-repeat: no-repeat;
}

.chefspage{
width:924px;
height:800px;
background-image: url(/courses/images/chef_background.jpg);
	background-repeat: no-repeat;
}

.gallerypage{
width:922px;
height:450px;
background-image: url(/courses/images/gallery_background.jpg);
margin-bottom:10px;
	
}




.chef{
padding-top:70px;
padding-left:5px;
width:700px;
font-size:11px;
font-family:arial;
color:#000000;
line-height:140%;
}

.partnersbox{
width:921px;
height:94px;
background-image: url(/courses/images/gallery_text_box.jpg);
}

.partners{
padding:10px;
font-size:12px;
font-family:arial;
color:#000000;
line-height:150%;
}

.footertext {
margin-top:10px;
padding-left:100px;
padding-top:3px;
font-size:11px;
font-family: Arial,sans-serif;
text-decoration:none;
color:#ffffff;
text-align:left;
}

.grey{
color: #9D9FA1;
}

.footercols{
width:360px;
height:120px;
position:relative;
float:left;
margin-top:15px;
}

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

.shopping{
padding-right:40px;
text-align:right;
}
 
.contactbutton{
width:154px;
height:45px;
border:0px;
background-image: url(/courses/images/conatct_us_button.jpg);
}


.CProduct {
	float:left;
	margin: 0 10px 20px 0px;
	width:300px;
	padding:0;
	height:240px;
	z-index: 2;
	}

.CProdBox {	
	width:300px;
	height:150px; 
	padding:5px; 
	border:0px solid #cccccc; 
	margin: 5px 0px 5px 0px;
	z-index: 3;
	}
	
.prodboxImage {
	float: left;
	margin:5px 1px 2px 3px;
	width: 290px; 
	height: 138px; 
	overflow: hidden;
	background-position:center center; 
	background-repeat:no-repeat;
}


.CPImage {
	width:140px;
	height:140px;
	/*width:158px;
	height:158px;*/
	padding:0;
	margin:1px;
	text-align:center;
	float:left;
	overflow: hidden;
	background-position:center center; 
	background-repeat:no-repeat;
	}


.CPInfo {
	text-align:center;
	color:#000000;
	background:#FFFFFF;
	width:290px;
	height:20px;
	padding:0 0 0 5px;
	margin:0;
	float:none;
	clear:both;
	}
	
.CPName {
	margin:0;
	text-align:center;	
	float:none;
	padding:0;
	}

.CPName a {
	color: #000000;
	
	font-weight:normal;
	text-decoration:none;
	}

.CPName a:hover {
	color: #9F9B8B;
	font-weight:bold;
	}

.CPPrice {
	color:#000000; /* #5EA383;*/
	
	
	}
	
.coursetitle{
font-size:16px;
color:#8cc63f;
font-weight:bold;
}

.coursebox{
background-color:#e1efce;
width:921px;
background-repeat:repeat;
}

.bookdinnerparty{
margin:10px 45px 5px 5px;
position:relative;
float:left;
width:457px;
height:140px;
background-image: url(/courses/images/private_functions.jpg);
}

.vouchersmod{
position:relative;
float:right;
width:457px;
height:140px;
margin:10px 0 5px 0px;
}

.chefsapron{
margin:5px 0 0px 5px;
width:963px;
height:140px;
background-image: url(/courses/images/apron-graphic.jpg);
background-repeat:no-repeat;
}

.secondescription{
position:relative;
float:left;
width:557px;
height:310px;
margin-bottom:20px;
margin-top:10px;
}

.productfocus{
position:relative;
float:left;
width:357px;
height:310px;
margin-bottom:10px;
margin-top:10px;
}

.greenpanel{
width:963px;
height:294px;
background-image: url(/courses/images/green_panel.jpg);
}

.contacttext{
position:relative;
float:left;
width:357px;
height:260px;
margin-right:80px;
margin-top:20px;
}

.contactmap{
position:relative;
float:left;
width:457px;
height:260px;
margin-top:20px;
}

.shopbackground{
width:964px;
height:255px;
background-image: url(/courses/images/shop_background.jpg);
}

.catdescimage{
position:relative;
float:left;
width:450px;
height:213px;
margin: 20px 0 0 20px;
}

.catdesctext{
position:relative;
float:left;
width:450px;
height:213px;
margin: 10px 20px 0 10px;
}

.casestudyarea{
width:963px;
height:554px;
background-image: url(http://www.thecheshirecookeryschool.com/courses/images/green_panel.jpg);
position:relative;
float:left;
margin-left:8px;
}

.casetitle{
padding-top:0px;
padding-left:5px;
font-size:14px;
}

.twocolc{
width:450px;
position:relative;
float:left;
padding-left:10px;
margin-top:5px;
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
border-bottom-width: 0px;
width: 963px; /*width of featured content slider*/
height: 560px;
}

.shoponlinebanner{
width:964px;
height:255px;
background-image: url(/courses/images/online_shop-banner.jpg);
position:relative;
float:left;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 963px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 960px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #ffffff;
padding: 5px 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: #f3f3f3;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #f3f3f3;
}

.tablespacer{
width:40px;
}

.tablespacerg{
width:40px;
background-color:#c0c0c0;
}

.tableheight{
height:120px;
}

.tableheights{
height:30px;
}

.tablegrey{
background-color:#c0c0c0;
color:#ffffff;
}

.links:a{
font-size:12px;
color:#000000;
text-transform: none;
text-decoration:none;
}

.subscribebutton{
width:85px;
 height:24px; 
    background: url("/courses/images/subscribe_button.jpg"); 
   background-repeat:no-repeat;
margin-bottom:10px;
border:0px;
}

.proddescheight{
height:190px;
overflow:auto;
}


.pinkpanel{
position:relative;
float:left;
width:348px;
 height:762px; 
    background: url("/courses/images/pink-panel.jpg"); 
   background-repeat:no-repeat;
margin-bottom:10px;
border:0px;
margin-top:10px;
}

.pinktext{
color:#000000;
font-size:12px;
line-height:130%;
padding-right:5px;
}






















