#info {position:relative;}

/*p.bold {padding-left:15px; color:#c00;}*/

a.linkup {position:relative;}

a.buttonup {position:absolute; top:200px; left:650px; border:0;}

a.buttonup img {border:0;}

.gleft {float:left; margin:25px 0 10px 0;}

.gright {float:right; margin:25px 5px 10px 0;}

.grc {margin:20px 0 0 10px;}





/* ================================================================ 

This copyright notice must be untouched at all times.



The original version of this stylesheet and the associated (x)html

is available at http://www.cssplay.co.uk/menus/final_drop.html

Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.

This stylesheet and the associated (x)html may be modified in any 

way to fit your requirements.

=================================================================== */



.menu {position: absolute; top: 86px; left: 0; z-index:10; height:38px;}



.menu ul,.menu ul li {

	padding:0;

	margin:0;

	list-style-type:none;

	z-index: 10;

}



.menu ul ul {

	width:120px;

	z-index: 10;

}



/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */

.menu li {

	float:left;

	position:relative;

}



/* style the links for the top level */

.menu a, .menu a:visited {

	display:block;

	font-size:13px;

	font-weight:bold;

	text-decoration:none; 

	color:#868686; 

	height:29px; 

/*	padding-left:10px; 

	padding-right:10px; */

/*	border-right:1px solid #CCCCCC; */

	line-height:29px; 

	width:90px;

	text-align:center;

}



div a.menu_last{

	border-right:none;

	width:90px !important;

}


#appliances {width: 84px !important; cursor: pointer;}
#bath {width: 43px !important; cursor: pointer;}
#materials {width: 119px !important; cursor: pointer;}
#electrical {width: 68px !important; cursor: pointer;}
#doors {width: 117px !important; cursor: pointer;}
#kitchen {width: 60px !important; cursor: pointer;}
#exterior {width: 146px !important; cursor: pointer;}
#heating {width: 92px !important; cursor: pointer;}
#plumbing {width: 72px !important; cursor: pointer;}
#setup {width: 106px !important; cursor: pointer;}
#specials {width: 69px !important; cursor: pointer;}

.menu .arrow:link {background: #fff url(graphics/topnav-arrow.gif) no-repeat 170px center;}
.menu .arrow:visited {background: #fff url(graphics/topnav-arrow.gif) no-repeat 170px center;}
.menu .arrow:hover {background: #f0f0f0 url(graphics/topnav-arrow.gif) no-repeat 170px center;}
.menu .arrow:active {background: #f0f0f0 url(graphics/topnav-arrow.gif) no-repeat 170px center;}



/* a hack so that IE5.5 faulty box model is corrected */

* html .menu a, * html .menu a:visited {

	width:100px; w\idth:100px;

}

* html div a.menu_last, * html div a.menu_last:visited {

	width:120px; w\idth:120px !important;

}



/* style the second level background */

.menu ul ul a.drop, .menu ul ul a.drop:visited {

	background:#FFFFFF;

	z-index: 100;

}



/* style the second level hover */

.menu ul ul a.drop:hover{

	background:#F0F0F0;

}

.menu ul ul :hover > a.drop {

	background:#F0F0F0;

}



/* 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:38px;

	left:0; 

	width:175px;

}

.menu ul ul.screen_end {

	visibility:hidden;

	position:absolute;

	height:0;

	top:38px;

	right:0 !important; 

	width:175px;

}

.menu ul ul li {

	margin-left:-1px;

	border:0px solid #868686;

	border-width:0 1px 0 1px;

}



/* another hack for IE5.5 */

* html .menu ul ul {

	top:38px;t\op:38px;

}



/* style the table so that it takes no part in the layout - required for IE to work */

.menu table {

	position:absolute; 

	top:0; 

	left:0; 

	border-collapse:collapse;

}

.menu table td{

	border:0;

}



/* style the second level links */

.menu ul ul a, .menu ul ul a:visited {

	font-size: 11px; 

	font-weight:normal; 

	background:#FFFFFF; 

	color: #999;

	height:auto; 

	line-height: 12px; 

	padding:5px 10px;

	width:175px;

	border:0; 

	border-bottom:1px solid #DCDCDC;

	text-align:left;

}



/* yet another hack for IE5.5 */

* html .menu ul ul a, * html .menu ul ul a:visited {

	width:100px;

	width:168px;

}

.menu ul ul a.last, .menu ul ul a.last:visited{

	border-bottom:1px solid #868686;

}

.menu ul ul a.first, .menu ul ul a.first:visited{

	border-top:1px solid #868686;

}



/* style the top level hover */

.menu a:hover{

	background:#F0F0F0;


	color:#666; 

}

.menu ul ul a:hover{

	background:#F0F0F0;

	color:#666; 

}

.menu :hover > a {

	background:#F0F0F0;

	color:#666; 

}

.menu ul ul :hover > a {

	background:#F0F0F0;

	color:#666; 

}



/* make the second level visible when hover on first level list OR link */

.menu ul li:hover ul, .menu ul a:hover ul, .menu ul li:hover table td 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;}*/



/*add to the last nested list expand to the proper width*/

/*last menu no longer has a drop down so unnecessary for now, but leaving it for future considerations*/

.menu ul ul.lastmenu li a,.menu ul ul.lastmenu li a:visited {width:102px;}

* html .menu ul ul.lastmenu li a,.menu ul ul.lastmenu li a:visited {width:102px;}

.menu a.current, .menu a.current:visited{

	color:#000000; 

	background:#868686;

}



/* third level */



.menu ul ul ul {

	width:120px;

}


/* style the second level background */

.menu ul ul ul a.drop, .menu ul ul ul a.drop:visited {

	background:#FFFFFF;

}



/* style the second level hover */

.menu ul ul ul a.drop:hover{

	color:#666; 

	background:#F0F0F0;

}

.menu ul ul ul :hover > a.drop {

	background:#F0F0F0;

	color:#666; 


}



/* hide the sub levels and give them a positon absolute so that they take up no room */

.menu ul ul ul {

	visibility:hidden;

	position:absolute;

	height:0;

	top:0px;

	left:196px; 

	width:175px;

}

.menu ul ul ul.skirting {top: -70px;}
.menu ul ul ul.steps {top: -92px;}
.menu ul ul ul.shutters {top: -231px;}
.menu ul ul ul.door_shutters {top: -346px;}

.menu ul ul.plumbing {left: -124px;}
.menu ul ul.plumbing ul {left: -196px;}

.menu ul ul.setup {left: -90px;}
.menu ul ul.specials {left: -128px;}

.menu ul ul ul li {

	margin-left:-1px;

	border:0px solid #868686;

	border-width:0 1px 0 1px;

}



/* another hack for IE5.5 */

* html .menu ul ul ul {

	top:0px;t\op:0px;

}

/* style the second level links */

.menu ul ul ul a, .menu ul ul ul a:visited {

	font-size: 11px; 

	font-weight:normal; 

	background:#FFFFFF; 

	color:#999; 

	height:auto; 

	line-height: 12px; 

	padding:5px 10px; 

	width:175px;

	border:0; 

	border-bottom:1px solid #DCDCDC;

	text-align:left;

}



/* yet another hack for IE5.5 */

* html .menu ul ul ul a, * html .menu ul ul ul a:visited {

	width:100px;

	width:168px;

}

.menu ul ul ul a.last, .menu ul ul ul a.last:visited{

	border-bottom:1px solid #868686;

}

.menu ul ul ul a.first, .menu ul ul ul a.first:visited{

	border-top:1px solid #868686;

}


.menu ul ul ul a:hover{

	color:#666; 

	background:#F0F0F0;

}
.menu ul ul ul :hover > a {

	color:#666;

	background:#F0F0F0;

}



/* make the second level visible when hover on first level list OR link */

.menu ul li:hover ul ul, .menu ul a:hover ul ul, .menu ul li:hover table td ul {

	visibility:hidden;

}
/* 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;}/**/














/********** Basket Page CONSHOP **************/

#info {position:relative;}

/*p.bold {padding-left:15px; color:#c00;}*/

a.linkup {position:relative;}

a.buttonup {position:absolute; top:200px; left:650px; border:0;}

a.buttonup img {border:0;}

.gleft {float:left; margin:25px 0 10px 0;}

.gright {float:right; margin:25px 5px 10px 0;}

.grc {margin:20px 0 0 10px;}





/* ================================================================ 

This copyright notice must be untouched at all times.



The original version of this stylesheet and the associated (x)html

is available at http://www.cssplay.co.uk/menus/final_drop.html

Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.

This stylesheet and the associated (x)html may be modified in any 

way to fit your requirements.

=================================================================== */



.conshop_menu {

	position:relative; 

	left: 0px !important;

	z-index:10;

	height:33px;

	width: 131px;

}



.conshop_menu ul,.conshop_menu ul li {

	padding:0;

	margin:0;

	list-style-type:none;

	z-index: 10;

}



.conshop_menu ul ul {

	width:109px;

	z-index: 10;

}



/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */

.conshop_menu li {

	float:left;

	position:relative;

}



/* style the links for the top level */

.conshop_menu a, .conshop_menu a:visited {

	display:block;

	font-size:13px;

	font-weight:bold;

	text-decoration:none; 

	color:#868686; 

	height:33px; 

/*	padding-left:10px; 

	padding-right:10px; */

/*	border-right:1px solid #CCCCCC; */

	line-height:29px; 

	width:109px;

	text-align:center;

}



div a.conshop_menu_last{

	border-right:none;

	width:90px !important;

}

/* a hack so that IE5.5 faulty box model is corrected */

* html .conshop_menu a, * html .conshop_menu a:visited {

	width:109px; w\idth:109px;

}

* html div a.conshop_menu_last, * html div a.conshop_menu_last:visited {

	width:109px; w\idth:109px !important;

}



/* style the second level background */

.conshop_menu ul ul a.drop, .conshop_menu ul ul a.drop:visited {

	background:#FFFFFF;

	z-index: 100;

}



/* style the second level hover */

.conshop_menu ul ul a.drop:hover{

	background:#F0F0F0;

}

.conshop_menu ul ul :hover > a.drop {

	background:#F0F0F0;

}



/* hide the sub levels and give them a positon absolute so that they take up no room */

.conshop_menu ul ul {

	visibility:hidden;

	position:absolute;

	height:0;

	top:33px;

	left:1px; 

	width:109px;

}

.conshop_menu ul ul.screen_end {

	visibility:hidden;

	position:absolute;

	height:0;

	top:33px;

	right:0 !important; 

	width:109px;

}

.conshop_menu ul ul li {

	margin-left:-1px;

	border:0px solid #868686;

	border-width:0 1px 0 1px;

}



/* another hack for IE5.5 */

* html .conshop_menu ul ul {

	top:33px;t\op:33px;

}



/* style the table so that it takes no part in the layout - required for IE to work */

.conshop_menu table {

	position:absolute; 

	top:0; 

	left:0; 

	border-collapse:collapse;

}

.conshop_menu table td{

	border:0;

}



/* style the second level links */

.conshop_menu ul ul a, .conshop_menu ul ul a:visited {

	font-size: 11px; 

	font-weight:normal; 

	background:#FFFFFF; 

	color: #999;

	height:auto; 

	line-height: 12px; 

	padding:5px 10px;

	width:109px;

	border:0; 

	border-bottom:1px solid #DCDCDC;

	text-align:left;

}



/* yet another hack for IE5.5 */

* html .conshop_menu ul ul a, * html .conshop_menu ul ul a:visited {

	width:109px;

	width:109px;

}

.conshop_menu ul ul a.last, .conshop_menu ul ul a.last:visited{

	border-bottom:1px solid #868686;

}

.conshop_menu ul ul a.first, .conshop_menu ul ul a.first:visited{

	border-top:1px solid #868686;

}



/* style the top level hover */

.conshop_menu a:hover{

	background:#F0F0F0;


	color:#666; 

}

.conshop_menu ul ul a:hover{

	background:#F0F0F0;

	color:#666; 

}

.conshop_menu :hover > a {

	background:#F0F0F0;

	color:#666; 

}

.conshop_menu ul ul :hover > a {

	background:#F0F0F0;

	color:#666; 

}



/* make the second level visible when hover on first level list OR link */

.conshop_menu ul li:hover ul, .conshop_menu ul a:hover ul, .conshop_menu ul li:hover table td ul {

	visibility:visible;

}

/* keep the third level hidden when you hover on first level list OR link */

/*.conshop_menu ul :hover ul ul{visibility:hidden;}*/

/* make the third level visible when you hover over second level list OR link */

/*.conshop_menu ul :hover ul :hover ul{ visibility:visible;}*/



/*add to the last nested list expand to the proper width*/

/*last menu no longer has a drop down so unnecessary for now, but leaving it for future considerations*/

.conshop_menu ul ul.lastmenu li a,.conshop_menu ul ul.lastmenu li a:visited {width:102px;}

* html .conshop_menu ul ul.lastmenu li a,.conshop_menu ul ul.lastmenu li a:visited {width:102px;}

.conshop_menu a.current, .conshop_menu a.current:visited{

	color:#000000; 

	background:#868686;

}


/******************** Recently Viewed *************************/



.recent_menu {

	position: absolute; 

	left: 474px !important;

	top: 21px;

	z-index:100;

	height:20px;

	width: 131px;

}



.recent_menu ul,.recent_menu ul li {

	padding:0;

	margin:0;

	list-style-type:none;

	z-index: 100;

}



.recent_menu ul ul {

	width:109px;

	z-index: 100;

}



/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */

.recent_menu li {

	float:left;

	position:relative;

}



/* style the links for the top level */

.recent_menu a, .recent_menu a:visited {

	display:block;

	font-size:13px;

	font-weight:bold;

	text-decoration:none; 

	color:#868686; 

	height:33px; 

/*	padding-left:10px; 

	padding-right:10px; */

/*	border-right:1px solid #CCCCCC; */

	line-height:29px; 

	width:109px;

	text-align:center;

}



div a.recent_menu_last{

	border-right:none;

	width:90px !important;

}

/* a hack so that IE5.5 faulty box model is corrected */

* html .recent_menu a, * html .recent_menu a:visited {

	width:109px; w\idth:109px;

}

* html div a.recent_menu_last, * html div a.recent_menu_last:visited {

	width:109px; w\idth:109px !important;

}



/* style the second level background */

.recent_menu ul ul a.drop, .recent_menu ul ul a.drop:visited {

	background:#FFFFFF;

	z-index: 150;

}



/* style the second level hover */

.recent_menu ul ul a.drop:hover{

	background:#F0F0F0;

}

.recent_menu ul ul :hover > a.drop {

	background:#F0F0F0;

}



/* hide the sub levels and give them a positon absolute so that they take up no room */

.recent_menu ul ul {

	visibility:hidden;

	position:absolute;

	height:0;

	top:18px;

	left:0px; 

	width:150px;
	
	border-top:1px solid #868686;

}

.recent_menu ul ul.screen_end {

	visibility:hidden;

	position:absolute;

	height:0;

	top:33px;

	right:0 !important; 

	width:109px;

}

.recent_menu ul ul li {

	margin-left:-1px;

	border:0px solid #868686;

	border-width:0 1px 0 1px;

}



/* another hack for IE5.5 */

* html .recent_menu ul ul {

	top:33px;t\op:33px;

}



/* style the table so that it takes no part in the layout - required for IE to work */

.recent_menu table {

	position:absolute; 

	top:0; 

	left:0; 

	border-collapse:collapse;

}

.recent_menu table td{

	border:0;

}



/* style the second level links */

.recent_menu ul ul a, .recent_menu ul ul a:visited {

	font-size: 11px; 

	font-weight:normal; 

	background:#FFFFFF; 

	color: #999;

	height:auto; 

	line-height: 12px; 

	padding:5px 10px;

	width:128px;

	border:0; 

	border-bottom:1px solid #DCDCDC;

	text-align:left;

}



/* yet another hack for IE5.5 */

* html .recent_menu ul ul a, * html .recent_menu ul ul a:visited {

	width:109px;

	width:109px;

}

.recent_menu ul ul a.last, .recent_menu ul ul a.last:visited{
	
	border-bottom:1px solid #868686;
}

.recent_menu ul ul a.first, .recent_menu ul ul a.first:visited{


}



/* style the top level hover */

.recent_menu a:hover{

	background:#F0F0F0;


	color:#666; 

}

.recent_menu ul ul a:hover{

	background:#F0F0F0;

	color:#666; 

}

.recent_menu :hover > a {

	background:#F0F0F0;

	color:#666; 

}

.recent_menu ul ul :hover > a {

	background:#F0F0F0;

	color:#666; 

}



/* make the second level visible when hover on first level list OR link */

.recent_menu ul li:hover ul, .recent_menu ul a:hover ul, .recent_menu ul li:hover table td ul {

	visibility:visible;

}

/* keep the third level hidden when you hover on first level list OR link */

/*.recent_menu ul :hover ul ul{visibility:hidden;}*/

/* make the third level visible when you hover over second level list OR link */

/*.recent_menu ul :hover ul :hover ul{ visibility:visible;}*/



/*add to the last nested list expand to the proper width*/

/*last menu no longer has a drop down so unnecessary for now, but leaving it for future considerations*/

.recent_menu ul ul.lastmenu li a,.recent_menu ul ul.lastmenu li a:visited {width:102px;}

* html .recent_menu ul ul.lastmenu li a,.recent_menu ul ul.lastmenu li a:visited {width:102px;}

.recent_menu a.current, .recent_menu a.current:visited{

	color:#000000; 

	background:#868686;

}

