
BODY {
	background-color: #FFFFFF;
  	font-family: Verdana, arial, sans serif;
  	font-size: 11pt;
  	margin: 0;
  	margin-top:15px;
}

/**********General classes*/

/*Index page heading style*/
h1 {
	color: #094989;
	font-size:13pt;
	padding-top: 10px;
}

h1.fly {
display:inline;
color: #000066;
	font-weight:bold;
	font-size:13px;
	padding-left: 0px;
	margin:0px;
}

h2 {
width:100%;
font-size:14px;
color:#000066;
font-weight:normal;
background-color: #EFF3FA;
padding:5px 3px 4px 15px;
}

h2.bold {
font-size:15px;
font-weight:bold;
margin:0;
padding-left:7px;
}

.product_info_heading {
font-size:10pt;
font-weight:bold;
color:#000066;
}

a.product_info_heading:link, a.product_info_heading:active, a.product_info_heading:visited,a.product_info_heading:hover {
font-size:10pt;
font-weight:bold;
color:#000066;
text-decoration:none;
}

a.product_info_heading:hover {
text-decoration:underline;
}

p.product_price {
background-color:#EEE;
}

td#breadcrumbs {
width:100%;
height:20px;
background-color:#E8EFF9;
font-size:11px;
color:#000066;
text-indent:10px;
}

div.dashed_line {
width:100%;
height:1px;
background:url("graphics/dashed_line.gif") 0 0 repeat-x;
margin:0;
padding:0;
}

span.price1 {
font-size:17px;
color:#669900;
font-weight:bold;
}

td.home {
padding:0;
}

td.home h2 {
font-size:19px;
font-weight:bold;
text-align:center;
color:#f2aa00;
margin:3px;
background:#fff;
}

td.home h1 {
text-align:center;
background:url("welcome_bg.jpg") 0 0 repeat-x;
margin:0;
padding:0;
}

td.home p {
padding:8px;
}

div#login_box {
width:175px;
height:130px;
background:url("graphics/login_box.jpg") 0 0 no-repeat;
padding:0px;
}

.login_input {
width:100px;
font-size:9px;
}

.subheading {
font-weight:bold;
color:#FFF;
margin-bottom:6px;
}

.subheading2 {
font-weight:bold;
color:#000066;
font-size:11px;
}

b.blue {
color:#000066;
}


-------------- form styles ---------------

input.searchbox {
margin-left:10px;
margin-top:2px;
width:190px;
height:16px;
}

input.submit {
width:40px;
height:18px;
background:url("graphics/bg_search_submit.jpg") 0 0 no-repeat;
border:0;
font-size:12px;
font-weight:bold;
text-decoration:none;
color:#FFF;
cursor:pointer;
}

.submit2 {
width:110px;
height:25px;
color:#FFF;
font-size:12px;
font-weight:bold;
text-align:center;
background:url("/images/buttons/submit_button.jpg") 0 0 no-repeat;
padding-left:22px;
border:0px;
cursor:pointer;
}

.submit3 {
width:97px;
height:25px;
color:#FFF;
font-size:12px;
font-weight:bold;
text-align:center;
background:url("/images/buttons/submit_button3.jpg") 0 0 no-repeat;
border:0px;
cursor:pointer;
}

.checkout2 {
width:90px;
height:25px;
text-align:center;
background:url("/images/buttons/btn_checkout2.jpg") 0 0 no-repeat;
padding-left:0px;
border:0px;
cursor:pointer;
}
form {
margin:0px;
}
 ---------------

/*Body text*/
p { 
font-size: 10pt;
line-height:13pt; 
}

td { 
font-size: 10pt;
line-height:13pt;
}

table.course {
width:90%;
margin:2px;
}

table.course h1 {
text-align:center;
}

table.course h1, table.course h2 {
color:#006;
font-weight:bold;
background:#fa0;
padding:3px;
}

table.course div.highlight {
height:127px;
font-weight:bold;
padding:4px;
background:fff0d5;
border:1px dotted #f90;
}

table.course div.highlight span {
color:#f70;
}

table.course div.highlight img {
border:1px solid #aaa;
}

table.course img {
margin-right:7px;
}

table.course ul {
font-weight:bold;
}

/*Product buttons*/
.button2 {
	background-image: url(/images/button_product.gif);
	background-color: #EEFFFF;
	font-size: 10pt;
	font-weight: normal;
	margin: 0;
	padding: 0;
	border: solid #BB720A 1px
	letter-spacing: 0px;
	align: center;
	cursor: pointer;
	vertical-align: center;
	text-decoration: none;
	color: black;
}

/*General buttons*/
.button3 {
	width:97px;
height:25px;
color:#FFF;
font-size:12px;
font-weight:bold;
text-align:center;
background:url("/images/buttons/submit_button3.jpg") 0 0 no-repeat;
border:0px;
}

.button_login {
width:85px;
height:21px;
color:#FFF;
font-size:12px;
font-weight:bold;
text-align:center;
background:url("/images/buttons/btn_login.gif") 0 0 no-repeat;
border:0px;
}


/*Small title bar*/
.titletab_small {
  	background-color: #B4CCE9;
  	color: 000066;
  	font-FFF: bold;
  	font-size: 10pt;
  	padding: 3px;
}

/*Large blue title bar*/
.titletab_large {
	background-color: #EFF3FA;
	color: 000066;
	font-size: 11pt;
	font-weight: normal;
	padding:4px;	
}

/*Shadow box outline for forms*/
.shadowbox {
	border-left: 0px #999999 solid;
	border-top: 0px #999999 solid;
	border-bottom: 0px #999999 solid;
	border-right: 0px #999999 solid;
	padding: 3px;
}

/*Form text/heading*/
.contentbar1 {
  	color: #000;
  	font-weight: bold;
  	font-size: 9pt;
}

/* Box for session errors */
.errorbox {
	border-color: #000000;
	border-style: solid;
	border-width: 1 2 2 1px;
	padding: 5px;
	margin: 3px;
	background: #ffffff;
	align: center;
	color: #f00;
	font-weight: bold; 
}

/**********End general classes*/


/**********Topper classes*/

/*Top menu*/
.linemenu {	
  	text-align:right;
	vertical-align:top;
	color:blue;
	text-decoration:none;
	background-color:white
}

/*Top menu links*/
A.toplink:link, A.toplink:active, A.toplink:visited {
  	color: blue;
  	font-weight: normal;
  	text-decoration: underline;
  	font-size: 12px;
}

/*Top menu links*/
A.toplink:hover {
  	color: blue;
  	font-weight: normal;
  	text-decoration: underline;
  	font-size: 12px;
}

/*Topper controls bar */
.navigation_bar {
	height:27;
	background-image: url(/images/navigation_bar.gif);
	background-color: #D2AA55;
	background-repeat: repeat-x;			
	color:white;
	padding-left: 10px	
}

/*Topper controls links*/
.topmenu {
	font-size: 10pt !important;
	font-weight: bold !important;
	color: white !important;
	text-decoration: none !important;
}

/*Topper controls links*/
A.topmenu:hover {
	text-decoration: underline !important;
}

/*Topper controls drop down menus*/
.submenu {
	font-size:8pt; 
	color:white; 
	vertical-align:top; 
	text-align:right; 
	text-decoration:none; 
	background-color:#094989;	
}
A.submenu:link {}
A.submenu:visited {}
A.submenu:hover {text-decoration:underline}
A.submenu:active {}

/*Breadcrumb bar conrol*/	
.breadcrumb_bar {
	height:20;
	background-color:#218CBD;
	font-size:12px;
	color:white;
	padding-left: 10px;
	border-top: 1px solid #0099FF;
	border-bottom: 1px solid #124B8A;
}
	
/*Breadcrumb links*/
.breadlink {		
	font-size:12px;
	color:white;
	text-decoration:none;
}
		
/**********End topper classes*/


/**********Left column classes (leftright & leftonly)*/
	
.left {
	width:15%;
	background-color:#094989;
	color:white;
	border-right: 1px solid #D1A952;
}		

.left_table {width:100%}
	
.advanced_search {
	font-size:10px;
	color:white;
	text-decoration:none;
}	
a.advanced_search:link {}
a.advanced_search:visited {}
a.advanced_search:hover {text-decoration:underline}
a.advanced_search:active {}

/*Explode tree, collapse tree*/
.barlink {
	background-color: #094989
}

A.barlink:link, A.barlink:active, A.barlink:visited {
  	color: white;
  	font-weight: normal;
  	text-decoration: none;
  	font-size: 10pt;
}

/*Explode tree, collapse tree*/
A.barlink:hover {
  	color: white;
  	font-weight: normal;
  	text-decoration: underline;
  	font-size: 10pt;
}

/*Components on left bar (search and product tree)*/
.categorybar {
  	background-color: #094989;
  	color: #ffffff;
  	font-weight: normal;
  	font-size: 11px;
  	text-decoration: none
}
		
/**********End left column classes*/


/**********Center column classes*/

/*left right (outer)*/	
.center {width:70%; vertical-align:top}

/*leftonly (outer)*/
.center_leftonly {width:85%; vertical-align:top}

/*no left (outer)*/
.center_noleft {width:100%; vertical-align:top}

/*padding around inner elements*/
.center_padding {width:100%}

/*central content (inner)*/
.center_table {width:90%; text-align:left}
		
/**********End center column controls*/


/**********Begin right column controls (leftright)*/

.right {width:15%; vertical-align:top}

/*Right content*/
.right_table {width:100%}
		
/**********End of right column style*/


/**********Begin footer controls*/		
	

	
/**********End of footer controls*/

/**********Begin search_box_small component classes*/

/*Search button /images/*/
.search_button {
	background-image: url('button_general.gif');
	background-color: white;
	font-size: 9pt;
	font-weight: normal;
	margin: 0;
	padding: 0;
	border: solid black 1px
	letter-spacing: 0px;
	align: center;
	cursor: pointer;
	vertical-align: center;
	text-decoration: none;
	color: black;
}

/**********End search_box_small component classes*/


/**********Cross component classes*/

/*Cross component outer*/
.specials {width:90%; text-align:left}
		
/*Cross component title bar*/
.specials_title {
	width:100%;
	height:19; 
	background-image: url('title_tab_cross.gif');
	background-repeat: no-repeat;
	background-position: left;
	color:white;
	font-weight:bold;
	padding-left: 10px;
	margin-top: 5px
}
	
/*Cross component body*/
.specials_body {
	width:100%;
	margin:0;
	border:solid #124B8A 2px;
	font-size: 10pt;
}

A.crosstitle:link, A.crosstitle:active, A.crosstitle:visited {
	color: black;
  	font-weight: bold;
  	font-size: 11px;
	text-decoration: none;
}

A.crosstitle:hover {
	color: black;
  	font-weight: bold;
  	font-size: 11px;
	text-decoration: underline;
}

/**********End cross component classes*/


/**********Random component classes*/

/*Random component title bar*/
.random_title {
	width:100%;
	height:19; 
	background-image: url('title_tab_random.gif');
	background-repeat: no-repeat;
	background-position: left;
	color:white;
	font-weight:bold;
	padding-left: 10px						
}
	
/*Random component body*/
.random_body {
	width="100%";
	margin:0;
	border:solid #BB720A 2px;			
}

/*Random component product name*/
A.random_description:link, A.random_description:active, A.random_description:visited {
	color: black;
  	font-weight: bold;
  	font-size: 11px;
	text-decoration: none;
}

A.random_description:hover {
	color: black;
  	font-weight: bold;
  	font-size: 11px;
	text-decoration: underline;
}

/**********End random component classes*/
	
/**********Cart component classes*/

/*cart table row*/
.cartnorm {
  	background-color: #EFF3FA;
  	color: #000066;
  	font-weight: normal;
  	font-size: 11px;
  	border-top: 0;
  	border-bottom: 0px solid black;
  	border-left: 0px solid black;
  	border-right: 0px solid black;
}


/*cart alternate table row*/
.cartalt {
  	background-color: #FFFFFF;
  	color: #000066;
  	font-weight: normal;
  	font-size: 11px;
  	border-top: 0;
  	border-bottom: 1px solid black;
  	border-left: 1px solid black;
  	border-right: 1px solid black;
}

A.cartlink:link, A.cartlink:active, A.cartlink:visited {
  	color: black;
  	font-weight: normal;
  	text-decoration: underline;
  	font-size: 12px;
}

/*Top menu links*/
A.cartlink:hover {
  	color: black;
  	font-weight: normal;
  	text-decoration: underline;
  	font-size: 12px;
}

/**********End cart component classes*/

/**********Cart tiny component classes*/

/*Cart tiny component*/
.carttiny {
  	background-color: #003070;  
  	color: white;  
  	font-weight: normal;
  	font-family:arial;
  	width:95%;
  	border: solid #218CBD 1px
}

/*Cart tiny title*/
.carttiny_title {
  	background-color: #218CBD;
  	color: #FFFFFF !important;
  	font-weight: normal;
  	text-decoration: none;
  	font-family:arial;
  	font-size: 9pt;
  	width:95%;
  	height:20px;
  	vertical-align: center;
  	border: solid #218CBD 1px
}

A.carttiny_title:link, A.carttiny_title:active, A.carttiny_title:visited, A.carttiny_title:hover {  
}

/*Cart tiny headings*/
.ctiny_heading {
  	color: #FFFFFF !important;
  	font-weight: normal;
  	font-size: 8pt;
  	text-decoration:underline
}

/*Cart tiny text and links*/
.ctiny_text {
  	color: white;
  	font-weight: normal;
  	text-decoration: none;
  	font-size: 8pt;
}

A.ctiny_text:link, A.ctiny_text:active, A.ctiny_text:visited {  
}

A.ctiny_text:hover { text-decoration: underline }

/**********End cart tiny component classes*/

/**********Cart_display component classes*/

/*Cart display row*/
.cartdisplay {
	background-color: white;
  	color: #000000;
  	font-weight: normal;
  	font-size: 12px;
}

/*Cart display alternate row*/
.cartdisplay_alt {
  	background-color: #EFF3FA;
  	color: #000066;
  	font-weight: normal;
  	font-size: 12px;
}

/**********End cart_display component classes*/

/**********Results_ component classes*/

/*results_buylist category heading*/
.title {
	font-weight:bold;
	font-size:16px
}


/*results_buylist item link*/
A.resultslink:link, A.resultslink:active, A.resultslink:visited {
	color: black;
  	font-weight: normal;
  	text-decoration: underline;
  	font-size: 12px;		
}

/*results_buylist item link*/
A.resultslink:hover {
  	color: black;
  	font-weight: normal;
  	text-decoration: underline;
  	font-size: 12px;
}

/*results_big product name*/
.results_description {
	color: black;
  	font-weight: bold;
  	font-size: 11px
}

/**********End results_ component classes*/


/**********MY STYLES FROM HERE************/
/* CSS Document */
body {
font-family:arial, helvetica, sans-serif;
font-size:10pt;
color:#353535;
}

img {
border:0;
}

table {
font-family:arial, helvetica, sans-serif;
font-size:10pt;
color:#353535;
}

td#searchbox {
width:440px;
height:21px;
background:url("graphics/searchcurve_left.jpg") 0 0 no-repeat;
background-color:#B4CCE9;
text-indent:38px;
}

td#searchbox_right {
width:188px;
height:21px;
background:url("graphics/searchcurve_right.jpg") 100% 0 no-repeat;
background-color:#B4CCE9;
}

td#products_header {
width:188px;
height:22px;
background:url("graphics/productscurve_left.jpg") 0 0 no-repeat;
background-color:#000066;
}

td#navbar {
/*background:url("graphics/productscurve_right.jpg") 100% 0 no-repeat;*/
background-color:#000066;
}

td#products_menu {
height:100%;
/*
padding-top:25px;
background:url("graphics/bg_products_menu.jpg") 0 0 repeat-x;
*/
background-color:#EFF3FA;
}

td.blue {
background:url("graphics/bg_blue.jpg") 0 0 repeat-x;
font-weight:bold;
color:#FFF;
}

td#basket_total {
background:url("graphics/bg_basket_total.jpg") 0 0 repeat-x;
background-color:#B4CCE9;
}

td.footer_left {
height:25px;
background-color:#000066;
font-size:11px;
color:#EEE;
font-weight:normal;
text-indent:3px;
}
td.footer {
height:25px;
background-color:#B4CCE9;
font-size:11px;
color:#353535;
text-indent:8px;
}

span.footer_label {
font-weight:bold;
margin-left:30px;
}

a.body2:link, a.body2:active, a.body2:visited, a.body2:hover {
color:#000066;
background:#FFCC00;
font-size:12px;
font-weight:bold;
text-decoration:underline;
padding:1px;
}

a.body2:hover {
color:#FFCC00;
text-decoration:underline;
}

a.body3:link, a.body3:active, a.body3:visited, a.body3:hover {
color:#EEE;
font-size:11px;
font-weight:normal;
text-decoration:underline;
}

a.body3:hover {
color:#FFCC00;
text-decoration:underline;
}

a.body4:link, a.body4:active, a.body4:visited, a.body4:hover {
display:block;
width:95%;
color:#0033CC;
font-size:10pt;
font-weight:normal;
text-decoration:none;
padding:1px;
border-bottom:1px solid #B4CCE9;
margin-left:10px;
margin-bottom:2px;
}

a.body4:hover {
color:#000066;
}

a.nav:link, a.nav:active, a.nav:visited, a.nav:hover {
display:block;
position:relative;
float:left;
width:110px;
height:20px;
color:#FFF;
font-size:11px;
font-weight:bold;
line-height:19px;
text-decoration:none;
border-right:1px solid #EFF3FA;
text-align:center;
}

a.nav:hover {
color:#FFCC00;
}

a.nav_home:link, a.nav_home:active, a.nav_home:visited, a.nav_home:hover {
display:block;
position:relative;
float:left;
width:98px;
height:22px;

border-right:1px solid #EFF3FA;
text-align:center;
background:url("buttons/btn_home.jpg") 0 0 no-repeat;
}

a.nav_home:hover {
background:url("buttons/btn_home_over.jpg") 0 0 no-repeat;
}

a.nav_shop:link, a.nav_shop:active, a.nav_shop:visited, a.nav_shop:hover {
display:block;
position:relative;
float:left;
width:98px;
height:22px;

border-right:1px solid #EFF3FA;
text-align:center;
background:url("buttons/btn_shop.jpg") 0 0 no-repeat;
}

a.nav_shop:hover {
background:url("buttons/btn_shop_over.jpg") 0 0 no-repeat;
}

a.nav_contact:link, a.nav_contact:active, a.nav_contact:visited, a.nav_contact:hover {
display:block;
position:relative;
float:left;
width:98px;
height:22px;
text-decoration:none;
border-right:1px solid #EFF3FA;
text-align:center;
background:url("buttons/btn_contact.jpg") 0 0 no-repeat;
}

a.nav_contact:hover {
background:url("buttons/btn_contact_over.jpg") 0 0 no-repeat;
}

a.nav_about:link, a.nav_about:active, a.nav_about:visited, a.nav_about:hover {
display:block;
position:relative;
float:left;
width:98px;
height:22px;
text-decoration:none;
border-right:1px solid #EFF3FA;
text-align:center;
background:url("buttons/btn_about.jpg") 0 0 no-repeat;
}

a.nav_about:hover {
background:url("buttons/btn_about_over.jpg") 0 0 no-repeat;
}

a.nav_findus:link, a.nav_findus:active, a.nav_findus:visited, a.nav_findus:hover {
display:block;
position:relative;
float:left;
width:150px;
height:22px;
text-decoration:none;
border-right:1px solid #EFF3FA;
text-align:center;
background:url("buttons/btn_findus.jpg") 0 0 no-repeat;
}

a.nav_findus:hover {
background:url("buttons/btn_findus_over.jpg") 0 0 no-repeat;
}


a.nav_glass_quote:link, a.nav_glass_quote:active, a.nav_glass_quote:visited, a.nav_glass_quote:hover {
display:block;
position:relative;
float:left;
width:115px;
height:22px;
text-decoration:none;
border-right:1px solid #EFF3FA;
text-align:center;
background:url("buttons/btn_glass_price.gif") 0 0 no-repeat;
}

a.nav_glass_quote:hover {
background:url("buttons/btn_glass_price_over.gif") 0 0 no-repeat;
}

a.product_menu:link, a.product_menu:active, a.product_menu:visited, a.product_menu:hover {
display:block;
width:100%;
height:22px;
/*background:url("buttons/bg_blue_btn.jpg") 0 0 repeat-x;*/
background-color:#83A0C5;
color:#FFF;
font-size:12px;
font-weight:bold;
text-decoration:none;
padding:4px 1px 2px 1px;
text-indent:10px;
margin-bottom:0px;
border-bottom:3px solid #EEE;
}

a.product_menu:hover {
color:#000066;
}

a.product_submenu:link, a.product_submenu:active, a.product_submenu:visited, a.product_submenu:hover {
display:block;
width:85%;
color:#0033CC;
font-size:10pt;
font-weight:normal;
text-decoration:none;
padding:1px;
border-bottom:1px solid #B4CCE9;
margin-left:40px;
margin-top:3px;
}

a.product_submenu:hover {
/*background-color:#606060;*/
color:#000066;
}


a:link, a:active, a:visited, a:hover {
color:#0033CC;
font-size:11px;
text-decoration:underline;
}

a:hover {
color:#000066;
}

div.morelist a {
    color:#006;
    font-size:14px;
    text-decoration:underline;
    font-weight:bold;
    background-color:#bdcfe8;
    padding:1px;
}


td#content {
padding:0px;
}

td.basket_heading {
padding:2px 2px 2px 5px;
font-size:11px;
font-weight:bold;
color:#000066;
background-color:#B4CCE9;
width:100%; 
height:16px; 
}


table#product_list {
margin-top:0px;
width:100%;
border:1px solid #FFF;
}

tr.product_list_header {
background:#B4CCE9;
font-weight:normal;
color:#000;
text-align:center;
padding:2px;
}

tr.product_list1 {
font-weight:normal;
color:#303030;
text-align:center;
padding:2px;
}

tr.product_list2 {
background:#EFF3FA;
font-weight:normal;
color:#000;
text-align:center;
padding:2px;
}


