/*

Theme Name: GHGMI Theme

Description:  

Version: 1.0

Author: Francis Chow

*/

/*
@import "header.css";
@import "sidebar.css";
@import "comment.css";
@import "theloop.css";
@import "footer.css";
@import "page.css";
@import "coursepages.css";
@import "menu.css";
*/

/*******************************************************************************************
menu.css
********************************************************************************************/


.menu {width:745px; text-align: center; margin:10px 5px 0 0; padding:0; height:32px; position:relative; z-index:100; float: right; border:0; font-family:arial, sans-serif;}
.menu  :hover{text-decoration: none;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:746px; w\idth:745px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style:none;}
.menu ul ul {width:124px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:right;width:124px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;font-size:12px;text-decoration:none; color:#eef2d5; width:113px; height:30px; 
background:#959a00 url(images/bg_tab.png);	background-repeat: repeat-x; background-position: top;
padding:0 5px 0 5px; line-height:29px; font-weight:bold;}


/* round the corners of the top item then cancel it for lower items */
.menu ul a, menu ul li a {
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom:1px solid #4d4924;}
.menu ul ul a, .menu ul ul li a {
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
border-bottom: 0;}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:124px; w\idth:113px;}



/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:124px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:124px; top:0px; width:124px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-124px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
/*.menu ul ul a, .menu ul ul a:visited {background:#d4d8bd; color:#000; height:auto; line-height:1em; padding:5px 10px; width:103px;border-width:0 1px 1px 1px;}*/
.menu ul ul a, .menu ul ul a:visited {background:#c5caa6; color:#7f8000; height:auto; line-height:1em; padding:5px 10px; width:103px;}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:125px;w\idth:103px;}

/* style the top level hover */
.menu a:hover{color:#7f8000; background:#eef2d5;}
.menu ul a:hover{color:#7f8000; background:#eef2d5;}
.menu ul ul a:hover{color:#7f8000; background:#eef2d5;}
.menu ul ul ul a:hover{color:#7f8000; background:#eef2d5;}
.menu :hover > a {color:#7F8000; background:#c5caa6;}
.menu ul ul :hover > a {color:#7F8000; background:#eef2d5;}


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible;}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}



/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */

.menu ul li .current_parent, .menu ul li .current_page_link {
	color:#7F8000; background:#dadec3;
	border-bottom:2px solid #dadec3;
}

.menu .current_page{
	border-bottom: #c5caa6;
}

.menu ul ul .current_page_item a {
  color: red;
  background: #eef2d5;
  border-left: 1px solid black;
}

.menu .current_page_item a {
  color: red;
  font-weight: bold;
  background: #eef2d5;
}

.menu ul .current_page_item ul a {
  color: #eef2d5;
  font-weight: normal;
  background: black;
}

.menu ul .current_page_item ul a:hover {
  background: gray;
}

.menu .current_page_item a:hover {
  background: #eef2d5;
}



/*******************************************************************************************
menu.css
********************************************************************************************/


/*******************************************************************************************
coursepages.css
********************************************************************************************/

#coursepageleft{
margin:20px 15px 20px 0;
width: 165px;
float:left;
text-align:left;
}

#coursepageright{
margin:20px 0 20px 0;
width:460px;
position: relative;
float:left;
text-align:left;
}



/*******************************************************************************************
coursepages.css
********************************************************************************************/




/*******************************************************************************************
page.css
********************************************************************************************/

#pageleftside{
	overflow: hidden;
	width:250px;
	height:100%;	
	margin:0 auto;
	padding:0; border:0; 
	background-color: transparent;
	position: relative;
	float:left;
}

#pagerightside{
	overflow: hidden;
	width:670px;
	height:100%;		
	margin:0 auto;
	padding:0; border:0; 
	background-color: transparent;
	position: relative;	
	float:right;
}


/**********************************************************************/

.parentNav {
    clear: both;
	width:auto;
	height:auto;
    margin:30px 15px 15px 15px; 
	padding:15px 0 15px 0;
	border:0px solid #b1b163;
	list-style-type:none;
	position:relative;
	text-align: left;
	font-family:arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	float: none;
	background:white url(images/bg_SideNav.png) left repeat-y;
	-moz-border-radius: 15px;	
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.parenttitle {
	padding:5px 0 5px 5px; 
	margin:0;
	background:white url(images/flip_bg_SideNav.png) left repeat-y;	
}

.parentNav .backhere {
	overflow:hidden;
	padding:5px 0 5px 0;
	margin:0;
	background:white url(images/flip_bg_SideNav.png) left repeat-y;	
}

.parentNav .here  {
	float: none;
    width:auto;
	height:auto;
	padding:0;
	border:0;
	padding:5px 0 5px 18px;
	background:transparent url(images/arrow.png) left center no-repeat;	
	font-weight: bold;
	color: #c66a1d;	
}

.parentNav a { 
    padding:0;
	margin:0;
	color: #7f8000;
}

.parentNav a:hover{ 
	color:#d85c26;
}


.parentNav ul,.parentNav ul  ul {
	min-height: 1%;
	width: auto;
	height: auto;
    padding:0;
	margin:0;
	text-align: left;
	list-style-type:none;
}


.parentNav li, .parentNav li li {
	margin:10px;
	padding:0;
	text-align: left;
	float: none;
}

.parentNav li a {
}

.parentNav li a:hover {
}



/**********************************************************************/


#pagerightside .narrowcolumn{
    clear: both;
    margin:30px 15px 15px 15px; 
	padding:0;
	border:0;
	width:640px;
	height: auto;
	background-color:transparent;
	position:relative;
	float:right;
	text-align: left;
}

#allcourses, #allcourses ul, #allcourses ul li{
	float: none;
	display: block;
	text-align: left;
	font-family:arial, sans-serif;
	font-weight: normal;
	font-size: 20px;
}

#allcertificates, #allcertificates ul, #allcertificates ul li{
	float: none;
	display: block;
	text-align: left;
	font-family:arial, sans-serif;
	font-weight: normal;
	font-size: 20px;
}

/**********************************************************************/

#tabledata{
	border: 1px solid #C3C7AF; 
	cellpadding:7;
	cellspacing:0;
}

#tabledata .columnName {
	font-family: "Century gothic", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #4d4924;
	background: #dadec3;
}

#tabledata .tr_even {
	background: white;
}

#tabledata .tr_even {
	background: #dadec3;
}


#tabledata .normalText {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000}
#tabledata a:link, #tabledata a:visited , #tabledata a:active  { color: #C66A1D; text-decoration: none; }
#tabledata a:hover { text-decoration: underline; ; color: #C66A1D; }



/*******************************************************************************************
page.css
********************************************************************************************/



/*******************************************************************************************
footer.css
********************************************************************************************/
#footer {
	width: auto;
	height: 100%;
	border:0 solid #c66a1d;
	border-top-width:4px;
	background:#fff;
	font-size:12px;
	font-weight:bold;
	color:#4d4924;
	margin:35px auto 0 auto;
	text-align: center;
}


#footer a:hover {
	text-decoration:underline;
}

#footer #copyright {
	padding:0;
	border:0;
	margin:60px auto 0 auto;
	width:430px;
	text-align: center;	
	text-size:0.8em;
	color: #b1b163;
}

/**********************************************************************/

#footer .pagenav {
    position: relative;
	padding:0px;
	margin:20px auto 0 auto;
	font-size: 0px;
	color: #c66a1d;
	text-align: center;	
}

#footer .pagenav ul {
    padding:0;
	border:0;
	margin:0 auto 0 auto;	
	width: 420px;	
	text-align: center;
	font-family:arial, sans-serif;
	font-weight: normal;
	font-size: 12px;	
	list-style-type:none;	
	text-align: center;
}



#footer .pagenav li {
	margin:0;
	text-align:center;		
	display: inline;
	padding:0;	
	border-left:1px solid transparent;	
	border-collapse:collapse;	
}

#footer .pagenav li+li{
	border-left:1px solid #c66a1d;	
}


#footer .pagenav li a {
	margin:10px;
	color: #c66a1d;
}

#footer .pagenav li a:hover {
	color: #d85c26;
	text-decoration: underline;
}



/**********************************************************************/


/*******************************************************************************************
footer.css
********************************************************************************************/



/*******************************************************************************************
theloop.css
********************************************************************************************/


#moretext, #moretext a{
	text-align:right;
	font-size:11px;
	text-decoration:none;
}

#moretext a:hover {
	text-decoration:underline;
}

.avatar {
	float:left;
	margin:4px 8px 4px 0;
}

.Posts_Set {
	width: auto;
	padding:0px;
	margin:0 auto 15px auto;
	background: transparent;
}

.notfound {
margin-bottom: 15em;
}


#PostsTrailer {
	margin:1px;
	padding: 1px;
	text-align:right;
	font-size:11px;
	text-decoration:none;
}

#PostsTrailer a:hover {
	text-decoration:underline;
}

#dateblock {
	background:url(images/dateblock.png);
	background-repeat:no-repeat;
	width:51px;
	height:57px;
	text-align:center;
	float:left;
	color: white;
	font-size:13px;
	font-weight:bold;
	margin: 3px 10px 0 0px;
	padding-top:4px;
}

#dateblock #day {
	font-size:17px;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:5px;
}

#postheader {
	margin:0 0 2em 0;
	padding:0;
}

#postheader h1 {
	letter-spacing:-1px;
	font-size:18px;
	font-weight:bold;
	margin:3px 0 0 0;
	padding:0;
}

#postheader h1 a:hover {
	text-decoration:underline;
}

#postheader a {
	color:#7f8000;
	text-decoration:none;
	font-weight:bold;
}

#postheader #postdetails {
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
}

#postheader #postdetails a:hover {
	border-bottom:1px dotted #7f8000;
}

#postheader #postdetails #post_anycomments {
	text-align:right;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
	margin:0 5px;
}


#postcontent a:hover {
	border-bottom:1px dotted #7f8000;
}

#postcontent a {
	color:#7f8000;
	text-decoration:none;
	font-weight:bold;
}

#postcontent {
	width: auto;
    float: right;
	margin:0 0 24px 20px;
	font-size:12px;
	line-height:160%;
}

#postfooter {
	background-color:#f2f2f2;
	border:1px solid #d9d9d9;
	text-align:right;
	margin:15px 0 15px 0px;
	font-weight:normal;
}

#postfooter a {

	
/*	line-height:3em; */
	line-height:1em;

	
/*	color:#000000; */
	text-decoration:none;
	padding-right:15px;
}

#postfooter a:hover {
	text-decoration:underline;
}

#BlogNav  {clear: both;}

#BlogNav #OlderBlogs{margin: 0px 12px 0px 12px;float:right;}       
#BlogNav #OlderBlogs a:hover{text-decoration:underline;}       

#BlogNav #NewerBlogs{margin: 0px 12px 0px 12px;float:left;}
#BlogNav #NewerBlogs a:hover{text-decoration:underline;}       


/*******************************************************************************************
theloop.css
********************************************************************************************/

/*******************************************************************************************
comment.css
********************************************************************************************/

#comments, #commentform, .commentbanner{
    margin: 0 0 0 20px;
}

#commentform #author,#commentform #email,#commentform #url,#commentform textarea {
	background:#f0f2f3;
	border:1px #d5d6d7 solid;
	padding:5px;
	color:#434343;
}

.comment {
	line-height:180%;
	margin:10px 0;
	border:1px solid #dadcdb;
}

.commenttop {
	font-size:10px;
	padding:10px 0 10px 7px;
	height:20px;
	background:#eaebeb;
}

.comment a,.comment a:visited {
	color:#1c7e08;
	font-weight:bold;
	text-decoration:none;
}

.comment a:hover {
	border-bottom:1px dotted #1c7e08;
}

.commenttext {
	font-size:11px;
	padding:7px;
	line-height:175%;
	color:#434343;
	position:relative;
	background:#f0f1f3;
}

.commenttext p {
	margin:7px;
}

.commenttext blockquote {
	color:#f0f1f3;
	padding:5px;
	background:transparent;
}


/*******************************************************************************************
comment.css
********************************************************************************************/


/*******************************************************************************************
sidebar.css
********************************************************************************************/

#leftsidebar{
    clear: both;
	width:320px;
	height:auto;
    margin:20px auto 0 auto; 
	padding:0;
	border:0;
	background-color: transparent;
	position:relative;
	float:left;
	font-size:0;	
}

#righttopbar{
    clear: both;
	width:590px;
	height:100%;
    margin:20px auto 0 auto;
	padding:0;
	border:0;
	background-color: transparent;
	position:relative;
	float:left;
	font-size:0;
}



/* Sidebar 1 */
#sidebar1 {
    clear: both;
    border:0; padding:0;
	margin:0 auto 25px auto;
}

#sidebar1 .textwidget {
	padding:0; border:0;
	margin:0 auto 0 auto; 		
	background: transparent;
	margin-bottom:15px;
}

#sidebar1 .imagewidget {
	padding:0; border:0;
	margin:0 auto 0 auto; 		
	background: transparent;
	margin-bottom:15px;
}
#sidebar1 .imagewidget  p{
	visibility: hidden;
}

#sidebar3 #socialLinksSidebarContainer{
	clear:both;
	postiton:absolute;
    overflow:hidden;
	list-style-type:none;	
    clear: both;
	width: auto;
	height: auto;
	padding:0;
	margin:0 0 25px 10px;
	border:0;
 	font-size:0;
	color: transparent;
}
#sidebar3 #socialLinksSidebarContainer p{
	visibility: hidden;
}

#sidebar3 #socialLinksSidebarContainer ul{
	width: auto;
	margin:0 auto;
	border: 0;
	padding: 0;
	float: left;
}

#sidebar3 #socialLinksSidebarContainer li
{
	width:auto;
	height:auto;
	margin:5px 0;
	border-bottom:0;
	position:relative;
	float: left;
}

/**********************************************************************/

#getemail{
    clear: both;
	width:275px;
	position:relative;
    margin:15px;
	padding:5px 5px 5px 10px;	
	float: none;
	background:white url(images/bg_SideNav.png) left repeat-y;
	border:1px solid #dadec3;
	-moz-border-radius: 15px;	
	-webkit-border-radius: 15px;	
	border-radius: 15px;
	font-family:Arial, sans-serif;
	font-size:18px;
	color: #4d4924;
	text-align:left;
}
	
#getemail #emailform {margin:0; border:0; padding: 0;}
#getemail #emailform  #emailfield{margin:0; border:0; padding: 0;}
#getemail #emailform  #emailfield #email{margin:0; border:0; padding: 0; width:220px;}

/**********************************************************************/


/* Sidebar 2 */
#sidebar2 {
    clear: both;
	height:245px; /* hack for IE */
    border:0; padding:0;
	margin:0;
	float:left;
	background: transparent;
}

#sidebar2 .textwidget{
	padding:0; border:0;
	width: auto;
	margin:0 0 0 10px;	
	background: transparent;
}

#sidebar2 img, #sidebar2 IMG{
	margin:0; border:0; padding:0;
	float:left;
}



#sidebar2 .imagewidget {
	padding:0; border:0;
	width: auto;
	margin:0 0 0 10px;	
	background: transparent;
}


/*******************************************************************************************
sidebar.css
********************************************************************************************/



/*******************************************************************************************
header.css
********************************************************************************************/


#header {
	overflow: hidden;
	margin:0; padding:0; border: 0;
	background: transparent;
}

#header #headerleft {
	margin:0; padding:0; border:0;
	width:715px;
	height:70px;
	position:relative;
	float:left;
	background-color: transparent;
}

#header #headerright {
	margin:0; padding:0; border:0;
	width:288px;
	position:relative;	
	float:right;
	background: transparent;	
}

/**********************************************************************/

#header .pagenav {
    position: relative;
	padding:0;
	margin:0;
	font-size: 0;
	color: transparent;
	visbility: hidden;
}

#header .pagenav ul { 
    padding:0;
	margin:30px auto 0 auto;
	font-family:arial, sans-serif;
	font-weight: normal;
	font-size: 12px;	
	list-style-type:none;	
	float: right;	
	visibility: visible;
	text-align: center;
}

#header .pagenav li {
	display: inline;
    float: left;
	margin:0;
	padding:0 5px 0 5px;
	border-left:1px solid transparent;	
	border-collapse:collapse;
}

#header .pagenav li+li{
	border-left:1px solid #c66a1d;	
}


#header .pagenav li a {
	color: #c66a1d;	
}

#header .pagenav li a:hover {
	color: #d85c26;
	text-decoration: underline;	
}



/**********************************************************************/

#header #searchform {
	position:relative;
	width:240px;
	height:auto;
	padding:0;
	margin:25px 0 0 0;
	float:left;
}

#header #searchform #s {
	margin:5px 5px 0 0;
	padding:0;
	background:#ffffff;
	border:1px #90bece solid;
	color:#000000;
	font-weight:bold;
	width:200px;
}

#header #searchform #searchsubmit {
	position:absolute;
	border:0; padding:0; margin:4px 0 0 0;
	font-size:0;
	float: right;
}


#header #rssicon {
	float:right;
	padding:0;
	border:0;
	margin:32px 0 8px 12px;
}


#header #carticon {
	float:right;
	padding:0;
	border:0;
	margin:32px 0 8px 12px;
}


#navigation {
	z-index:2; /* main will be z-index:1 */
    clear: both;
	border:0; padding: 0; margin: 0;
    position: relative;
	width:auto;
	height:41px;
	background-color: transparent;	
    font-family:arial, sans-serif;	
}


#navigation #gohome {
	position: absolute;
	top: 10px;
	left: 10px;
    border:0; padding:0; margin:0;
	background:url(images/home.png) left no-repeat;		

}

#navigation #gohome  a{
	display:block;
	color: #ffffff;
	text-decoration:none;
	font-weight:bold;
}

#navigation #gohome  a:hover{
	background:url(images/home2.png) top no-repeat;
}

#navigation #tabs {
	z-index:3;
	position: relative;
	float: right;
	width: 920px;
	padding:0; border:0;
	margin-right: 45px;
	height: auto;
}

#breadcrumbs{
	width: auto;
    clear: both;
    margin:1px 1px 1px 25px;
	padding: 2px;
	border: 0;
	font-family:arial, sans-serif;	
	font-size:11px;
	position: relative;
	float: left;
	color: #c66a1d;
}

#breadcrumbs a:hover{
	color:#d85c26;
	text-decoration: underline;
}

/*******************************************************************************************
header.css
********************************************************************************************/



/* nuke that annoying firefox box */
:focus {
outline: 0;
} 

	
/* Main Tags */

a {
	color:#c66a1d;
	font-weight: normal;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

html {
	min-height:100%;
}

img {
	border:0;
}

IMG .centerimage {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


body {
    height: 100%;
	text-align:center;
	padding:0;
	margin:0 auto 0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#383838;
	background:#FFFFFF url(images/bg.png);
	background-repeat:repeat-x;
	background-position:top;
}

#content {
	width:600px;
	w\idth:580px;
	margin:0 10px 0 10px;
	float:right;
	text-align:left;
	background-color:white;
}

#wrapper {
	width:1003px;
	height:auto;
	border:0; padding:0px; margin: 0 auto 0 auto;
	background-color: transparent;
}


#main {
	z-index:1; /* navigation will be z-index: 2 */
	overflow: hidden; 	
	position: relative;
	background-color: white;
	width:920px;
	padding:0 0 10px 0;
	margin:30px auto 30px auto;
	border:1px solid #a2a590;
    height:auto;	
	height:auto;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius:25px;
}


#leftside{
	overflow:hidden;
	width:320px;
	height:auto;	
	margin:0;
	padding:0; border:0; 
	background-color: transparent;
	position: relative;
	float:left;
}

#rightside{
	overflow:hidden;
	width:600px;
	height:auto;		
	margin:0 auto;
	padding:0; border:0;
	background-color: transparent;
	position: relative;	
	float:right;
}

.page_item {
	float:left;
	margin:0;
}

#both {
	clear:both;
}



h2 {
	letter-spacing:-1px;
	color:#000000;
	font-size:18px;
	font-weight:bold;
}

/**********************************************************************/


.Banner {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border:0; padding:0; margin:0 0 20px 0;
	height:43px;
	background:transparent url(images/bg-banner.png) top left repeat-x;
	min-width: 100%;
}

.Bannertext {
	padding:5px 0 0 5px;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size:25px;	
	font-weight:normal;	
	vertical-align: bottom;
    color: white;			
}

.Bannertext a {
    color: white;
}

.Bannertext a:hover {
	border:none;
	border-width:0px;
    color:#4d4924;
	text-decoration: none;
}

.Bannertext .ft1{
	font-family: "Century Gothic", Arial, san-serif;
	font-weight: bold;
	font-sze:0.9em;
	padding-right:2px;
}

.Bannertext .ft2{
	font-family: "Century Gothic", Arial, san-serif;
	font-weight: normal;
	font-size:1.1em;
	padding-right:2px;	
}


/**********************************************************************/

#quickLinks{
    clear: both;
	width:auto;
	height:auto;
    margin:30px 15px 15px 15px; 
	padding:15px 0 15px 0;
	border:0px solid #b1b163;
	list-style-type:none;
	position:relative;
	text-align: left;
	font-family:arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	float: none;
	background:white url(images/bg_SideNav.png) left repeat-y;
	-moz-border-radius: 15px;	
	-webkit-border-radius: 15px;
	border-radius:	15px;
	color: #c66a1d;
}

.quicktitle{
	padding:5px;
	font-weight: bold;
	background:white url(images/flip_bg_SideNav.png) left repeat-y;	
}

/*
.flip-horizontal {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: fliph; /*IE*/
*/


#quickLinks a { 
    padding:0;
	margin:0;
	color: #7f8000;
}

#quickLinks a:hover{ 
	color: #d85c26;
}


#quickLinks ul {
	width: auto;
	height: auto;
    padding:0;
	margin:0;
	text-align: left;
	list-style-type:none;
}

#quickLinks li {
	margin:10px;
	padding:0;
	text-align: left;
	float: none;
}

#quickLinks li a {
}

#quickLinks li a:hover {
}

/**********************************************************************/

#purchasedetails{
	font-family: "Century Gothic", Arial, sans-serif;
    text-align: bottom;
	font-size:18px;	
	font-weight:normal;	
	vertical-align: bottom;
	color: #7f8000;
}


#ourprice{
	font-family: "Century Gothic", Arial, sans-serif;
    text-align: bottom;
	font-size:20px;	
	font-weight:normal;	
	vertical-align: bottom;
	color: #7f8000;
}

#ourprice #cost{
	font-family: Arial, sans-serif;
    text-align: bottom;
	font-size:0.9em;
	color: #eeb775;	
}

.notfound {
	padding:5px 0 0 5px;
	font-family: "Century Gothic", Arial, sans-serif;
    color:#4d4924;	
	font-size:23px;	
	font-weight:normal;	
	vertical-align: bottom;
}
