/* CSS Document */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

/*roundbox primers*/
.DispBox { margin:10px;}
.rb {
	display:block;
	overflow:hidden;
/*	background: #ffffff;*/
	margin: 0 0 0 0;
}

.rbnb {
	display:block;
	overflow:hidden;
/*	background: #ffffff;*/
	margin: 0 0 0 0;
}

.dboh {
	display:block;
	overflow:hidden;
}


.dblk 	{display:block;}

/*background colours*/
.wh{ 	background: #FFFFFF;}
.bl{ 	background: #0082D1;}
.lbl{ 	background: #B8F2FD;}
.gr{ 	background: #008800;}
.lgr{ 	background: #B8F2b8;}
.re{ 	background: #880000;}
.gy{ 	background: #bbbbbb;}
.yl{ 	background: #F9FF4A;}

.suntop{ 	background-color: #f4f093;}
.sunbot{ 	background-color: #E57A2A;}

/*ink colours*/
.inkwh{ 	color: #FFFFFF;}
.inkbl{ 	color: #0082D1;}
.inklbl{ 	color: #B8F2FD;}
.inkgr{ 	color: #008800;}
.inkdr{ 	color: #880000;}
.inkre{ 	color: #ff0000;}
.inkgy{ 	color: #bbbbbb;}
.inkdgy{ 	color: #555555;}
.inkyl{ 	color: #F9FF4A;}
.inkblk{ 	color: #000000;}

/*energy rating colours*/
.er_A{	color: #00A650;}
.er_B{	color: #8CC63E;}
.er_C{	color: #C8DA2C;}
.er_D{	color: #FEE100;}
.er_E{	color: #FCC604;}
.er_F{	color: #F7921E;}
.er_G{	color: #ED1B24;}

/*margins*/
.m_tlb_10p{	margin: 10px 0 10px 10px;}
.mgt4{		margin-top: 4px;}
.mgt6{		margin-top: 6px;}
.mgt10{		margin-top: 10px;}
.mgb4{		margin-bottom: 4px;}
.mgb10{		margin-bottom: 10px;}
.m_all_10p{	margin: 10px 10px 10px 10px;}

.mgtamase{		margin-top: 20px; margin-left: 20px;}

/*margins - right*/
.eightr{	margin-right:8px;}
.sevenr{	margin-right:7px;}
.fiver{		margin-right:5px;}
.threer{	margin-right:3px;}
.twor{		margin-right:2px;}
.oner{		margin-right:1px;}
.mgr20{		margin-right: 20px;}
.twentyfiver{	margin-right:25px;}
.fiftyr{	margin-right:50px;}


/* margins - left*/
.eightl{	margin-left:8px;}
.sevenl{	margin-left:7px;}
.fivel{		margin-left:5px;}
.threel{	margin-left:3px;}
.twol{		margin-left:2px;}
.onel{		margin-left:1px;}
.twentyfivel{	margin-left:25px;}
.fiftyl{	margin-left:50px;}
.hundredl{	margin-left:100px;}

.descmrgn{	margin-left:430px;}

/*borders*/
.bdr1p_bl{	border: 1px solid #0082D1;}
.bdrr10_bl{	border-right: 10px solid #0082D1;}
.bdrl10_bl{	border-left: 10px solid #0082D1;}
.bdrb_bl{	border-bottom: 2px solid #0082D1;}

.bdrb_re{	border-bottom: 1px solid #F00000;}


.bdrr10_gr{	border-right: 10px solid #008800;}
.bdrl10_gr{	border-left: 10px solid #008800;}
.bdrb_gr{	border-bottom: 2px solid #008800;}

.bdrr10_gy{	border-right: 10px solid #bbbbbb;}
.bdrl10_gy{	border-left: 10px solid #bbbbbb;}
.bdrb_gy{	border-bottom: 2px solid #bbbbbb;}

.bdrr10_suntop{	border-right: 10px solid #f4f093;}
.bdrl10_suntop{	border-left: 10px solid #f4f093;}
.bdrb_suntop{	border-bottom: 2px solid #f4f093;}

.bdrr10_sunbot{	border-right: 10px solid #E57A2A;}
.bdrl10_sunbot{	border-left: 10px solid #E57A2A;}
.bdrb_sunbot{	border-bottom: 2px solid #E57A2A;}

.bdrt_re{	border-top: 4px double #ff0000;}
.bdrt_wh{	border-top: 4px solid #ffffff;}

/*padding*/
.pt4p{	padding-top: 4px;}
.pt10p{	padding-top: 10px;}
.ptb10p{padding: 1px 0 1px 0;}

/*widths*/
.wa{	width: auto;}
.w1p{	width: 1px;}
.w2p{	width: 2px;}
.w3p{	width: 3px;}
.w10p{	width: 10px;}
.w40p{	width: 40px;}
.w50p{	width: 50px;}
.w60p{	width: 60px;}
.w80p{	width: 80px;}
.w100p{	width: 100px;}
.w120p{	width: 120px;}
.w130p{	width: 130px;}
.w150p{	width: 150px;}
.w150p{	width: 150px;}
.w170p{	width: 170px;}
.w200p{	width: 200px;}
.w300p{	width: 300px;}
.w650p{	width: 650px;}
.w30{	width: 30%;}
.w50{	width: 49%;}
.w70{	width: 70%;}
.w100{	width: 100%;}

/*heights*/
.opx{	height: 1px;}
.h4p{	height: 4px;}
.h20p{	height: 20px;}
.h30p{	height: 30px;}
.h40p{	height: 40px;}
.h50p{	height: 50px;}
.h60p{	height: 60px;}
.h80p{	height: 80px;}
.h100p{	height: 100px;}
.h230p{	height: 230px;}
.h100{	height: 100%;}

/*floats*/
.fll{	float: left;}
.flr{	float: right;}
.clr{	clear: both;}
.clrl{	clear: left;}
.clrr{	clear: right;}

/*align*/
.cntr{	text-align: center;}
.txtr{	text-align: right;}

/*text effects*/
.teu{text-transform: uppercase; }
/*.toc{text-transform: capitalize; }*/
.teb{font-weight: bold; }
.tefwn{font-weight: normal; }
.tei{font-style: italic; }
.teffg{ font-family: Geneva, Arial, Helvetica, sans-serif;}
.teffv{ font-family: Verdana, Arial, Helvetica, sans-serif;}
.tefxl{ font-size: x-large;}
.tel{ font-size: large;}
.tefs{ font-size: small;}
.tefxs{ font-size: 10px;}

.tefamase{ font-size: 20px;}

.indent_amase{ text-indent: 50px; }


/*line height*/
.lh20{	line-height: 20px;}
.lh30{	line-height: 30px;}
.lh40{	line-height: 40px;}
.lh50{	line-height: 50px;}

/*constructs*/
.mnametxt{
	text-transform: uppercase;
	font-weight: bold;
	font-size: larger;
}

.prtxt{
	font-size: xx-large;
	color: #D10022;
}

.sttxt_wow{
	color: #0082D1;
	font-weight: bold;
	font-size: large;
}

.sttxt{
	color: #0082D1;
	text-transform: uppercase;
	font-weight: bold;
	font-size: smaller;
}

.nfo{
	width: 135px;
}

.nfotxt{
	font-size: smaller;
}

.nfolst_blt2{
	padding: 0 5px 0 0;
}

.bger{
	background: url("images/energy_rate.gif") no-repeat right;
	width: 110x;
	height: 93px;
}

.ertxt{
	width: 100px;
	height: inherit;
	line-height: 70px;
	position: relative;
	left: 25px;
	font-size: xx-large;
/*	color: #05B733;*/
}

.ertxtfs{
	font-size: xx-large;
}

.bgdim{
	background: url("images/dimensions.gif") no-repeat right;
	width: 110px;
	height: 106px;
}

.dmtxt{
	text-align: right;
	padding: 50px 5px 0 0;
}

.dmtxt_l{
	color: #0082D1;
}

.dmtxt_m{
	font-size: smaller;
}

.cattxt{
	font-weight: bold;
/*	font-size: larger;*/
	color:#ffffff;
}

.crtttl{
	font-size: small;
	color: #ffffff;
}

.crtmtxt{
	font-size: small;
	color: #0082D1;
}

.crtgtxt{
	font-size: smaller;
	color: #EAA14E;
}

.crttxt{
	font-size: smaller;
/*	color: #0082D1;*/
}

.crtptxt{
	color: #D10022;
	font-weight: bold;
}

/*
.crt_rbtn{
	width: 40px;
	height: 15px;
	font-size: 12px;
	color: #ffffff;
	background-color: #E5632A;
	border: 0px;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
}
*/

.crt_rbtn{
	background: url("images/remove-button2.gif") no-repeat;
	border: 0px;/*solid #ff0000;*/
	margin: 0px 0px 0px 0px;
	width: 49px;
	height: 16px;
	cursor: pointer;
}



.crt_cobtn{
	background: url("images/checkout-button2.gif") no-repeat;
	border: 0px;/*solid #ff0000;*/
	width: 84px;
	height: 23px;
	margin: 10px 0 0 0;
	cursor: pointer;
}


.buybtn{
/*	background: url("images/buy-button.gif") no-repeat;*/
/*	border: 0px;/*solid #ff0000;*/
/*	width: 43px;
	height: 20px;*/
	margin: 10px 0 0 0;
	cursor: pointer;
}

.addxtrabtn{
	background: url("images/addxtra-btn2.gif") no-repeat;
	border: 0px;/*solid #ff0000;*/
	width: 130px;
	height: 20px;
	margin: 2px 0 0 0;
	cursor: pointer;
}

.rmvxtrabtn{
	background: url("images/rmvxtra-btn2.gif") no-repeat;
	border: 0px;/*solid #ff0000;*/
	width: 130px;
	height: 20px;
	margin: 2px 0 0 0;
	cursor: pointer;
}

.homeback{
	background: url("images/backdrop-quick.gif");
	height: 600px;
}

.transpawhite{
	width:100%;
	background: url("images/transpa-white.png");
	*background:none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale', src='images/transpa-white.png');
}

.transpagrey{
	background: url("images/transpa-darken.png");
	*background: url("images/hatching.gif");
}

.transpagrey-png{
	background: url("images/transpa-darken.png");
	*background:none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale', src='images/transpa-darken.png');
}

.kanjiback
{
	background: url("images/amase-kanji-backdrop.gif");
}



.csrpntr
{
	cursor: pointer;
}


