body {
    margin: 0px;
	background-color: #FFFFFF;
	scrollbar-face-color: #275D98;
	scrollbar-highlight-color: #E9EDF3;
	scrollbar-shadow-color: #E9EDF3;
	scrollbar-3dlight-color: #E9EDF3;
	scrollbar-arrow-color:  #FFFFFF;
	scrollbar-track-color: #E9EDF3;
	scrollbar-darkshadow-color: #E9EDF3;
}

/* General font families for common tags */
font,th,td,p { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
/*a:link,a:active,a:visited {
	text-decoration: none;
	color : #006699;
/*	font-weight: bold;
	font-size: 12px;*/
/*}*/

a:hover		{ color : #FFCC00; }
hr	{
	height: 0px;
	border-top: 1px dashed #D1D7DC;
	border-right: 0px dashed #D1D7DC;
	border-bottom: 0px dashed #D1D7DC;
	border-left: 0px dashed #D1D7DC;
}

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 1px #E9EDF3 solid; }
.productdline	{ background-color: #FFFFFF; 
border-top: 1px #202020 solid;
border-bottom:1px #E9EDF3 solid;
border-left:1px #E9EDF3 solid;
border-right:1px #E9EDF3 solid;
 }
.tblBorder	{ background-color: #EFF6FB; border: 1px #E9EDF3 solid; }

/* Main table cell colours and backgrounds */
td.row1	{ 

	background-color: #E9EDF3; 
	color: #5D5D5D;
	font-weight: bold;
	font-size: 11px;
	line-height : 140%;	
}

.row2 {
	color: #E9EDF3;
}

a.row2 {
	text-decoration: none;
}

a.row2:hover{
	text-decoration: none;
}

td.row2	{ background-color: #F4FAFF; }
td.row3	{ background-color: #DCE7F1; }
td.row4	{ background-color: #ECF5FF; }

row5 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}
td.row5	{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	background-color:#202020;
}

a.row5 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;

}

a.row5:hover{ color: #DD6900; text-decoration: none; }


td.row6	{
	padding: 4px;
	border: 1px #E9EDF3 solid;
	background-color: #FFFFFF;
	font-weight:normal;

	font-size: 11px;
}
td.row7	{
	background-color: #006699;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	line-height : 130%;
}
td.row8	{
	background-color: #006699;
	color: #FFFFFF;
	font-weight: lighter;
	font-size: 11px;
	line-height : 150%;	
}

td.row9	{
	background-color: #F8F8F8;
	color: #333333;
	font-weight: lighter;
	font-size: 11px;
	line-height : 150%;
	text-decoration: none;
	
}
a.row9 {
	color: #666666;
	font-size: 11px;
	font-weight: lighter;	
	text-decoration: none;
}

a.row9:hover {
	color: #FF9900; 
	text-decoration: none;
}

.row10	{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}
a.row10	{
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;	
}

.row11 {
	color: F4FAFF;
	font-weight: bold;
	font-size: 11px;	
}

a.row11 {
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;	
}

td.row12{ background-color: #99FF99; }

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/

td.row14	{
	background-color: #FCFCFC;
	color: #333333;
	font-weight: lighter;
	font-size: 11px;
	line-height : 150%;
	text-decoration: none;
	
}
a.row14 {
	color: #666666;
	font-size: 11px;
	font-weight: lighter;	
	text-decoration: none;
}

a.row14:hover {
	color: #FF9900; 
	text-decoration: none;
}


td.rowpic {
		background-color: #E0ECF7;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #cc0000; font-size: 11px; font-weight : bold;
	background-color: #AEC7D8; height: 25px;

}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			
			background-color:#E0ECF7; border: #FFFFFF; border-style: solid; height: 28px;
}


/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px; }
td.row3Right,td.spaceRow {
	background-color: #E0ECF7; border: #FFFFFF; border-style: solid; }

th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-weight: bold; font-size: 18px; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #333333;
}


/* General text */
.gen { font-size : 10pt; }
.genmed { font-size : 9pt; }
.gensmall { font-size : 8pt; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #FF9900; text-decoration: none; }

.gengrey { font-size : 10pt; color : #999999; }

.genmedheader {font-size: 10pt; font-weight:bold; color:#0099FF;}

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000000 }
a.mainmenu		{ text-decoration: none; color : #006699;  }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #5D5D5D}
a.cattitle		{ text-decoration: none; color : #006699; }
a.cattitle:hover{ text-decoration: underline; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #006699; }
a.forumlink 	{ text-decoration: none; color : #006699; }
a.forumlink:hover{ text-decoration: underline; color : #DD6900; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #000000;}
a.nav			{ text-decoration: none; color : #006699; }
a.nav:hover		{ text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #006699; }
a.topictitle:visited { text-decoration: none; color : #5493B4; }
a.topictitle:hover	{ text-decoration: underline; color : #DD6900; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #000000;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #000000; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
a.postlink:link	{ text-decoration: none; color : #006699 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #DD6900}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}


/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}


/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #AEC7D8;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #D2E8F7;
	color : #000000;
	font-size: 11px; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #D2E8F7;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #D2E8F7;
	font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #D2E8F7; border-style: none; border: 1px solid #AEC7D8 }



.cattitle2 {
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
	color : #CCFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	clip:   rect(auto auto auto auto);
	width: auto;
	height: auto;
	position: static;

}
.buy_button {
	background-color : #FFFFFF;
	border: 2px solid #AEC7D8;
	color : #33CC00;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.basket_button {
	background-color : #ECF5FF;
	color : #006699;
	font-size: 9px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-top: 0px none #AEC7D8;
	border-right: 0px none #AEC7D8;
	border-bottom: 0px none #AEC7D8;
	border-left: 0px none #AEC7D8;
	margin: 0px;
	padding: 0px;
}

.cattitle_green {
	color : #33CC00;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.genmed_bold {
	color : #006699;
	font-size: 9px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.cattitle3		{
	font-weight: bold;
	font-size: 12px;
	letter-spacing: normal;
	color : #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}
a.cattitle3		{ text-decoration: none; color : #006699; }
a.cattitle3:hover{ text-decoration: underline; }
.inputimg {
	text-decoration: none;
	border: none;
	list-style-type: none;
}
.inv_div {
	border: 1px solid #CCCCCC;	
}
.inv_div2 {

	border: 1px none #FFFFFF;
}
.inv_div3 {
	border: 1px solid #CCCCCC;
	font-size: 11px;
}
.inv_div4 {

	border: 1px solid #F2F2F2;
	font-size: 10px;
}
input.superlink {
	font-weight: bold;
	font-size: 12px;
	color : #006699;
	border: none;
	background-color: #FFFFFF;
}

input.superlink:mouseover {
	font-weight: bold;
	font-size: 15px;
	color : #006699;
	border: none;
	background-color: #006699;
}


.genmain {
	font-weight: bold;
font-size : 8pt;
color : #006699;
}

.saleprice{ color:#D50000; font-size:110%; font-weight: bold; }
.price, .lowerPrice, .wasoldprice, .oldprice{ color: #6666CC; font-size: 110%; font-weight: bold; }
.littleprice { color: #6666CC; font-weight: bold; }
.wasoldprice{ color: #6666CC; font-size: 70%; font-weight: bold; }

.imagesmall {
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #333333;
}
td.imagesmall {
	padding: 0px 2px 0px 0px;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #999999;
}
td.row10 {

	background-color: #F8F8F8;
	color: #333333;
	font-weight: normal;
	font-size: 12px;
	line-height : 150%;
	text-decoration: none;
}
.genreg {
	font-size : 10pt;
	font-weight: normal;
}
td.sideheader {

	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	background-color: #FF9900;
}

.ourprice{
	font-weight: bold;
	color: #FF9900;
}

.baskettext{
	font-weight:normal;
	font-size : 7pt;
	color: #FF9900;
}

.baskettotal{
	font-weight: bold;
	font-size: 12px;
	line-height : 150%;
	text-decoration: none;
	color: #FF9900;	
}

.basketprice{
	font-weight: bold;
	font-size: 12px;
	line-height : 150%;
	text-decoration: none;
	color: #6666CC; 
}

.basketdetailtotal{
	text-decoration: none;
	color: #FF9900;	
}

.basketdetailprice{
	font-size: 12px;
	text-decoration: none;
	color: #6666CC; 
}

.basketrow {
	padding: 2px 0px 0px 0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
}


.browseimage {
	border: 1px dashed #333333;
}

/* Header CSS */

	.xts_header{
		background : url('http://shop.meshcomputersownersclub.com/gfx/header_clean.gif'); 
		background-repeat:no-repeat;
	}


/* Our Products Menu CSS */
	
	.verbar	{
		color: #333333;
		/*background-color: #F4FAFF;*/
		/*border: 1px solid #E9EDF3;*/
		width: 160px;
		z-index: 1010;
	}
	
	.submenu	{
		position: absolute;
		left: 0;
		top: 0;
		visibility: hidden;
		z-index: 1011;
	}
	
	.subframe	{
		position: relative;
		display: block;
		background-color: #FFFFFF;
		border-top: 2px solid #F3FAFE;
		border-right: 2px outset #F3FAFE;
		border-bottom: 2px outset #F3FAFE;
		border-left: 2px solid #F3FAFE;
	}
	
	.item	{
		background-image: url('http://shop.meshcomputersownersclub.com/gfx/item_bg.gif');
		background-repeat: no-repeat;
		text-align: left;
		vertical-align:middle;
		white-space: nowrap;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight:bold;
		text-indent: 4px;
	
	}
	
	.item a	{
		position: relative;
		display: block;
		text-decoration: none;
		height: 18px;
		padding-top: 4px;
		padding-left: 2px;
		border-bottom: 1px solid #CDD5E3;

	}
	
	.item a:link	{
		color: #5D5D5D;
		text-decoration: none;
	}
	
	.item a:visited	{
		color: #5D5D5D;
		text-decoration: none;
	}
	
	.item a:hover	{
		color: #FFFFFF;
		background-color: #1D5C9B;
		text-decoration: none;
/*		border-top: 2px solid #000000;
		border-right: 1px solid #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
		border-left: 2px solid #000000;*/
	}
	
	.item a:active	{
		color: #ff0000;
		text-decoration: none;
	}
	
	.item .fwdarr	{
		position: absolute;
		top: 7px;
	/*	right: 4px; */
		right: 8px;
	}
	
	.item2	{
		text-align: left;
		vertical-align:middle;
		white-space: nowrap;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight:normal;
		text-indent: 4px;
		background-image: url('http://www.meshcomputersownersclub.com/templates/mesh_template/images/leftnav_bg.gif');
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #cccccc;
		height: 22px;
	}
	
	.item2 a	{
		position: relative;
		display: block;
		text-decoration: none;
		height: 22px;
		padding-top: 4px;
		padding-left: 2px;
		/*border-top: 2px solid #FFFFFF;
		border-right: 1px solid #FFFFFF;
		border-bottom: 1px solid #BEE3FA;
		border-left: 2px solid #FFFFFF;*/
	}
	
	.item2 a:link	{
		color: #5D5D5D;
		text-decoration: none;
	}
	
	.item2 a:visited	{
		color: #5D5D5D;
		text-decoration: none;
	}
	
	.item2 a:hover	{
		color: #FFFFFF;
		text-decoration: none;
		/*border-top: 2px solid #000000;
		border-right: 1px solid #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
		border-left: 2px solid #000000;*/
		background-image: url('http://shop.meshcomputersownersclub.com/gfx/item_hover.jpg');
		background-repeat:no-repeat;		
	}
	
	.item2 a:active	{
		color: #ff0000;
		text-decoration: none;
	}
	
	.item2 .fwdarr	{
		position: absolute;
		top: 7px;
	/*	right: 4px; */
		right: 8px;
	}
	
	
	.item3	{
		background-image: url(http://www.meshcomputersownersclub.com/templates/mesh_template/images/leftnav_bg.gif);
		text-align: left;
		vertical-align:middle;
		white-space: nowrap;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight:normal;
		text-indent: 4px;
		height: 22px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #cccccc;	
	}
	
	.item3 a	{
		position: relative;
		display: block;
		text-decoration: none;
		height: 22px;
		padding-top: 4px;
		padding-left: 2px;
		/*border-top: 2px solid #FFFFFF;
		border-right: 1px solid #FFFFFF;
		border-bottom: 1px solid #BEE3FA;
		border-left: 2px solid #FFFFFF;*/
	}
	
	.item3 a:link	{
		color: #5D5D5D;
		text-decoration: none;
	}
	
	.item3 a:visited	{
		color: #5D5D5D;
		text-decoration: none;
	}
	
	.item3 a:hover	{
		color: #FFFFFF;
		text-decoration: none;
		/*border-top: 2px solid #000000;
		border-right: 1px solid #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
		border-left: 2px solid #000000;*/
		background-image: url('http://shop.meshcomputersownersclub.com/gfx/item_hover.jpg');
		background-repeat:no-repeat;
	}
	
	.item3 a:active	{
		color: #ff0000;
		text-decoration: none;
	}
	
	.item3 .fwdarr	{
		position: absolute;
		top: 7px;
	/*	right: 4px; */
		right: 8px;
	}	
	
	.separator	{
/*		background-color: #ff0000;
		border-top: 1px solid #9e9a91;
		border-bottom: 1px solid #ffffff;
		margin: 2px 0px 2px 1px;	/* top right bottom left */
		height: 0;
		font-size: 1px;
		line-height: 0;
	}

	.td_mnu_oph{
		background: url('http://www.meshcomputersownersclub.com/templates/mesh_template/images/bg_leftcol_module_th.gif');
		background-repeat: repeat;
		color: #ffffff;
		font-weight: bold;
		font-size:12px;
		padding-left:10px;
		border:1px solid #999999;
	}
	
	.td_mnu_opf{
		background-image: url('http://www.meshcomputersownersclub.com/templates/mesh_template/images/leftnav_bg.gif');
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #cccccc;
		height:8px;
	}
	
/* homepage CSS style */

	.div_hd_frame{
		position:relative;
		background:url('gfx/front_header_frame.gif');
		background-repeat:no-repeat;
		width:600px;
		height:170px;
	}
	
	.div_hd_image{
		position:absolute;
		width:120px;
		height:120px;
		top:8px;
		left:6px;
		z-index:1;
		overflow:hidden;
	}
	
	.div_hd_pn{
		position:absolute;
		top:8px;
		left:134px;
		height:32px;
		width:464px;
		overflow:hidden;
	}
	
	.div_hd_pd{
		position:absolute;
		top:44px;
		left:134px;
		height:98px;
		width:464px;
		overflow:hidden;
	}
	
	.div_hd_pp{
		position:absolute;
		top:148px;
		left:8px;
		height:22px;
		width:584px;
		overflow:hidden;
		text-align:right;
		font-size:12px;	
	}

	.front_frame{
		width:312px;
		height:252px;
		background:url('http://shop.meshcomputersownersclub.com/gfx/front_frame.gif');
		background-repeat:no-repeat
	}

	.div_hp_e_hd{
		position:relative;
		width:300px;
		height:256px;
		z-index:1;
	}
	
	.div_hp_pn{
		position:absolute;
		top:4px;
		height:32px;
		width:296px;
		left:12px;
		z-index:1;
		overflow:hidden;
	}
	
	.div_hp_pi{
		position:absolute;
		top:44px;
		left:10px;
		height:116px;
		width:298px;
		overflow:hidden;
		z-index: 1;
	}

	.div_hp_pd{
		position:absolute;
		top:160px;
		left:7px;
		width:299px;
		height:78px;
		overflow:hidden;
		z-index:1;
	}
	
	.div_hp_ph{
		position:absolute;
		top:230px;
		left:6px;
		height:20px;
		width:298px;
		overflow:hidden;
		z-index:1;
		font-size:11px;	
	}
	
	.div_hp_pt{
		position:relative;
		top:-15px;
		padding-top:0px;
		padding-left:4px;
		left:0px;
		width:128px;
		height:18px;
		overflow:hidden;
		z-index:1;
	}
	
	.div_hp_pp{
		position:relative;
		top:-33px;
		padding-top:0px;
		left:132px;
		width:166px;
		height:18px;
		overflow:hidden;
		z-index:1;
		text-align:right;
	}
	
/* header CSS style*/

	.div_hdr_hd{
		position:relative;
	}
	
	.div_hdr_lo{
		position:absolute;
		top:-34px;
		left: 8px;
	}
	
	.div_hdr_ct{
		position:absolute;
		top:-6px;
		left:908px;	
	}
	
	.div_hdr_mt{
		position:absolute;
		top:-6px;
		left:816px;	
	}
	
	.div_hdr_ln{
		position:absolute;
		top:-6px;
		left:752px;	
	}
	
	.div_ifme_tr{
		position:absolute;
		top:0px;
		left:248px;	
	}

/*quick search CSS style*/
	.table_qs_hd{
		background: url('http://www.meshcomputersownersclub.com/templates/mesh_template/images/rightnav_bg.gif');
		background-repeat:repeat;
	}

	.td_qs_hd{
		background: url('http://www.meshcomputersownersclub.com/templates/mesh_template/images/bg_leftcol_module_th.gif');
		background-repeat: repeat;
		color: #ffffff;
		font-weight: bold;
		font-size:12px;
		padding-left:10px;
		height:26px;
		border:1px solid #999999;
	}	
/*brands search CSS style*/
	.table_bs_hd{
		background: url('http://www.meshcomputersownersclub.com/templates/mesh_template/images/rightnav_bg.gif');
		background-repeat:repeat;
	}
	
	.td_bs_hd{
		background: url('http://www.meshcomputersownersclub.com/templates/mesh_template/images/bg_leftcol_module_th.gif');
		background-repeat: repeat;
		color: #ffffff;
		font-weight: bold;
		font-size:12px;
		padding-left:10px;
		height:26px;
		border:1px solid #999999;
	}
	
	
/* newsletter CSS style */

	.table_nr_hd{
		background: url('http://shop.meshcomputersownersclub.com/gfx/news.gif');
		background-repeat:no-repeat;
		height:100px;
	}
	
	.div_hr_tx{
		padding-left:8px;
		padding-top:6px;
	}

/* browse CSS style */

	.div_hd_rs_frame{
		position:absolute;
		left:8px;
		top:15px;
		width:652px;
		height:22px;
		overflow:hidden;
	}

	.div_hd_view{
		position:relative;
		background:url('http://shop.meshcomputersownersclub.com/gfx/view_frame.gif');
		background-repeat:no-repeat;
		width:656px;
		height:52px;
	}

	.div_hd_rlts{
		position:relative;
		background:url('http://shop.meshcomputersownersclub.com/gfx/results_frame.gif');
		background-repeat:no-repeat;
		width:656px;
		height:62px;
	}

	.div_hd_rs_c1{
		position:relative;
		background:url('http://shop.meshcomputersownersclub.com/gfx/results_frame_cat1.gif');
		background-repeat:no-repeat;
		width:656px;
		height:94px;
	}
	
	.div_hd_rs_c2{
		position:relative;
		background:url('http://shop.meshcomputersownersclub.com/gfx/results_frame_cat2.gif');
		background-repeat:no-repeat;
		width:656px;
		height:114px;
	}
	
	.div_hd_rs_c3{
		position:relative;
		background:url('http://shop.meshcomputersownersclub.com/gfx/results_frame_cat3.gif');
		background-repeat:no-repeat;
		width:656px;
		height:116px;
	}
	
	.div_hd_rs_c4{
		position:relative;
		background:url('http://shop.meshcomputersownersclub.com/gfx/results_frame_cat4.gif');
		background-repeat:no-repeat;
		width:656px;
		height:136px;
	}
	
	.div_hd_rs_full{
		position:absolute;		
		visibility:hidden;
		background:url('http://shop.meshcomputersownersclub.com/gfx/results_frame_full.gif');
		background-repeat:no-repeat;		
		top:0px;
		left:0px;
	}
	
	.div_hd_rs_footer{
		position:relative;		
		visibility:hidden;
		background:url('http://shop.meshcomputersownersclub.com/gfx/results_frame_full_footer.gif');
		background-repeat:no-repeat;		
		width:656px;
		height:28px;
		padding-left:8px;
		padding-top:6px;
		overflow:hidden;
	}	
	
	.div_dtl_ct1{
		position:absolute;
		top:54px;
		width:216px;
		height:22px;
		overflow:hidden;text-align:center;
	
	}

	.div_dtl_ct2{
		position:absolute;
		top:74px;
		width:216px;
		height:22px;
		overflow:hidden;text-align:center;
	
	}	
	
	.div_dtl_ct3{
		position:absolute;
		top:94px;
		width:216px;
		height:22px;
		overflow:hidden;text-align:center;
	
	}

	.div_ft_view{
		position:absolute;
		top:44px;
		left:0px;
		width:256px;
		height:16px;
		overflow:hidden;text-align:right;
	}
	
	.div_ft_rlts{
		position:absolute;
		top:44px;
		left:0px;
		width:256px;
		height:22px;
		overflow:hidden;text-align:right;
	}
	
	.div_ft_cnt1{
		position:absolute;
		top:76px;
		left:0px;
		width:256px;
		height:22px;
		overflow:hidden;text-align:right;	
	}	
	
	.div_ft_cnt2{
		position:absolute;
		top:96px;
		left:0px;
		width:256px;
		height:22px;
		overflow:hidden;text-align:right;
	
	}	

	.div_ft_cnt3{
		position:absolute;
		top:118px;
		left:432px;
		width:216px;
		height:22px;
		overflow:hidden;text-align:right;
	}	

	.div_ft_cnt4{
		position:absolute;
		top:118px;
		left:0px;
		width:256px;
		height:22px;
		overflow:hidden;text-align:right;
	}
	
	.div_dtl_cts{
		position:absolute;
		top:118px;
		left:432px;
		width:216px;
		height:22px;
		overflow:hidden;text-align:right;
	}	
	
	.div_dtl_h{
		position:relative;
		background:url('http://shop.meshcomputersownersclub.com/gfx/detail_frame.gif');
		background-repeat:no-repeat;
		width:318px;
		height:174px;	
	}
	
	.div_dtl_img{
		position:absolute;
		left:8px;
		top:16px;
		width:100px;
		height:100px;
		overflow:hidden;	
	}
	
	.div_dtl_pn{
		position:absolute;
		left:120px;
		top:8px;
		width:194px;
		height:44px;
		overflow:hidden;
	}
	
	.div_dtl_pm{
		position:absolute;
		left:120px;
		top:56px;
		width:194px;
		height:16px;
		overflow:hidden;	
	}
	
	.div_dtl_ct{
		position:absolute;
		left:120px;
		top:72px;
		width:194px;
		height:16px;
		overflow:hidden;	
	}
	
	.div_dtl_ps{
		position:absolute;
		left:120px;
		top:88px;
		width:194px;
		height:16px;
		overflow:hidden;
	}
	
	.div_dtl_pc{
		position:absolute;
		left:120px;
		top:104px;
		width:194px;
		height:28px;
		word-wrap:break-word;
		overflow:hidden;
	}
	
	.div_dtl_pop{
		position:absolute;
		left:8px;
		top:132px;
		width:298px;
		height:16px;
		overflow:hidden;	
	}
	
	.div_dtl_pov{
		position:absolute;
		left:66px;
		top:148px;
		width:298px;
		height:16px;
		overflow:hidden;	
	}
	
	.div_dtl_pbt{
		position:absolute;
		left:228px;
		top:134px;
		width:80px;
		height:28px;
		overflow:hidden;
	}


/* shopping basket CSS style */

	.td_bsk_hd{
		background: url('http://www.meshcomputersownersclub.com/templates/mesh_template/images/bg_leftcol_module_th.gif');
		background-repeat: repeat;
		color: #ffffff;
		font-weight: bold;
		font-size:12px;
		padding-left:10px;
		height:26px;
	}
	
	.td_bsk_ft{
		background: url('http://www.meshcomputersownersclub.com/templates/mesh_template/images/rightnav_bg.gif');
		background-repeat:no-repeat;
		height:14px;		
	}
	
	.td_bsk_ln{
		position:relative;
		z-index: 1;
		background: url('http://www.meshcomputersownersclub.com/templates/mesh_template/images/rightnav_bg.gif');
		background-repeat:no-repeat;
		line-height:24px;
		height:30px;			
	}
	
	.div_bsk_i_hd{
		position:relative;
		top:0px;
		padding-top:2px;
		height:49px;
		background: url('http://www.meshcomputersownersclub.com/templates/mesh_template/images/rightnav_bg.gif');
		background-repeat:repeat-y;
	}
	
	.div_bsk_i_in{
		position:absolute;
		top:0px;
		left:0px;
		overflow:hidden;
		width:152px;
		height:26px;
		padding-left:6px;
		padding-right:0px;
		color:#5D5D5D;	
	}
	
	.div_bsk_i_iq{
		position:absolute;
		top:28px;
		left:0px;
		overflow:hidden;
		width:32px;
		height:20px;
		padding-left:6px;
		padding-right:2px;
		padding-top:2px;
		color:#5D5D5D;
	}
	
	.div_bsk_i_iiq{
		position:absolute;
		top:28px;
		left:36px;
		overflow:hidden;
		width:32px;
		height:20px;
		padding-left:2px;
		padding-right:2px;
	}
	
	.div_bsk_i_p{
		position:absolute;
		top:28px;
		left:66px;
		overflow:hidden;
		width:88px;
		height:20px;
		padding-left:2px;
		padding-right:0px;
		padding-top:2px;
		text-align:right;
		color: #5D5D5D;	
	}
	
	.div_bsk_st_hd{
		position:relative;
		top:0px;
		padding-top:2px;
		height:46px;
		background: url('http://www.meshcomputersownersclub.com/templates/mesh_template/images/rightnav_bg.gif');
		background-repeat:no-repeat;
	}
	
	.div_bsk_st_tx{
		position:absolute;
		top:0px;
		left:0px;
		overflow:hidden;
		width:64px;
		height:20px;
		padding-left:6px;
		padding-right:2px;
		padding-top:6px;
		color:#5D5D5D;
	}
	
	.div_bsk_st_pr{
		position:absolute;
		top:0px;
		left:64px;
		overflow:hidden;
		width:90px;
		height:20px;
		padding-left:2px;
		padding-right:0px;
		padding-top:6px;
		color:#5D5D5D;
		text-align:right;	
	}
	
	.div_bsk_st_vt{
		position:absolute;
		top:22px;
		left:0px;
		overflow:hidden;
		width:64px;
		height:20px;
		padding-left:6px;
		padding-right:2px;
		padding-top:2px;
		color:#5D5D5D;	
	}
	
	.div_bsk_t_vt{
		position:absolute;
		top:22px;
		left:64px;
		overflow:hidden;
		width:90px;
		height:20px;
		padding-left:2px;
		padding-right:0px;
		padding-top:2px;
		color:#5D5D5D;
		text-align:right;
	}
	
	.div_bsk_t_hd{
		position:relative;
		top:0px;
		height:28px;
		background: url('http://www.meshcomputersownersclub.com/templates/mesh_template/images/rightnav_bg.gif');
		background-repeat:no-repeat;
	}
	
	.div_bsk_t_tx{
		position:absolute;
		top:-2px;
		left:0px;
		overflow:hidden;
		width:64px;
		height:28px;
		padding-left:6px;
		padding-right:2px;
		padding-top:6px;
		color:#5D5D5D;	
	}
	
	.div_bsk_t_pr{
		position:absolute;
		top:-2px;
		left:64px;
		overflow:hidden;
		width:90px;
		height:28px;
		padding-left:2px;
		padding-right:0px;
		padding-top:6px;
		color:#5D5D5D;
		text-align:right;
	}
	
/* top 10 CSS style*/
	.td_t10_h{
		background: url('http://www.meshcomputersownersclub.com/templates/mesh_template/images/bg_leftcol_module_th.gif');
		background-repeat: repeat;
		color: #ffffff;
		font-weight: bold;
		font-size:12px;
		padding-left:10px;
		height:26px;
	}
	
	.td_t10_f{
		background: url('http://www.meshcomputersownersclub.com/templates/mesh_template/images/rightnav_bg.gif');
		background-repeat:no-repeat;
		height:8px;		
	}	
	
	.div_t10_b_a{ /*duplicated in common.js. Held here for posterity*/
		position:relative;
		z-index: 1;
		background: url('http://www.meshcomputersownersclub.com/templates/mesh_template/images/rightnav_bg.gif');
		background-repeat:no-repeat;
		height:42px;
	}
	
	.div_t10_b_b{ /*duplicated in common.js. Held here for posterity*/
		position:relative;
		z-index: 1;
		background: url('http://www.meshcomputersownersclub.com/templates/mesh_template/images/rightnav_bg.gif');
		background-repeat:no-repeat;
		height:42px;
		line-height:24px;
	}
	

	.div_t10_b_h{ /*duplicated in common.js. Held here for posterity*/
		position:relative;
		z-index: 1;
		text-decoration: none;
		background-image: url('http://shop.meshcomputersownersclub.com/gfx/tdh.jpg');
		background-repeat:no-repeat;
	}	
	
	
	.div_t10_b_c{
		position:absolute; 
		z-index: 1; 
		height:31px;
		width:22px;
		top:0px;
		padding-left:6px;
		padding-right:4px; 
		padding-top:4px; 
		text-align:center; 
		vertical-align:middle;
	}
	
	.div_t10_n{
		height:42px; 
		overflow:hidden; 
		position:absolute; 
		top:2px;
		left:24px;
		z-index: 1; 
		visibility:visible; 
		line-height:20px; 
		padding-left:2px;
		padding-right:6px;
	}
	
	.div_t10_n a{
		color: #5D5D5D;
		text-decoration: none;	
	}

	.div_t10_n a:link	{
		color: #5D5D5D;
		text-decoration: none;	
	}
	
	.div_t10_n a:visited	{
		color: #5D5D5D;		
		text-decoration: none;	
	}
	
	.div_t10_n a:hover	{
		color: #5D5D5D;
		text-decoration: underline;	
	}

/* last view item CSS style*/

	.td_lvwd_h{
		background: url('http://www.meshcomputersownersclub.com/templates/mesh_template/images/bg_leftcol_module_th.gif');
		background-repeat: repeat;
		color: #ffffff;
		font-weight: bold;
		font-size:12px;
		padding-left:10px;
		height:26px;
		border:1px solid #999999;
	}
	
	.td_lvwd_f{
		background: url('http://shop.meshcomputersownersclub.com/gfx/t10b.gif');
		background-repeat:no-repeat;
		height:14px;
	}
	
	.div_lvwd_n{
		height:30px; 
		overflow:hidden; 
		position:absolute; 
		top:2px;
		left:0px;
		z-index: 1; 
		visibility:visible; 
		line-height:14px; 
		padding-left:6px;
		padding-right:6px;	
	}
	
	.div_lvwd_n a{
		color: #5D5D5D;
		text-decoration: none;	
	}

	.div_lvwd_n a:link	{
		color: #5D5D5D;
		text-decoration: none;
	}
	
	.div_lvwd_n a:visited	{
		color: #5D5D5D;
		text-decoration: none;
	}
	
	.div_lvwd_n a:hover	{
		color: #FFFFFF;
		text-decoration: none;
	}	
	
/* browse latest and popular CSS style */

	.div_brshdr_h	{
		position:relative; 
		width:100%; 
		height:24px; 
		overflow:visible; 
		z-index:1;
	}
	
	.div_brshdr_d {
		font-size: 11px;
		font-weight: bold;
		color: #666666;
		position:absolute; 
		padding-top:2px; 
		height:24px;
		width:300px;
		left:4px; 
		z-index:1;
	}
	
	.div_brshdr_m {
		font-size: 11px;
		font-weight: bold;
		color: #666666;
		position:absolute; 
		padding-top:2px; 
		height:24px;
		width:100px;
		left:332px; 
		z-index:1;
	}
	
	.div_brshdr_pc {
		font-size: 11px;
		font-weight: bold;
		color: #666666;	
		position:absolute; 
		padding-top:2px; 
		height:24px;
		width:80px;
		left:428px; 
		z-index:1;
	}
	
	.div_brshdr_pr {
		font-size: 11px;
		font-weight: bold;
		color: #666666;	
		position:absolute; 
		padding-top:2px; 
		height:24px;
		width:50px;
		left:522px; 
		z-index:1;
	}
	
	.div_dta_hd {
		position:relative;
		width:100%;
		height:40; 
		overflow:visible; 
		z-index:1;
		font-size : 8pt;
		color : #000000;
	}
	
	.div_dta_ig {
		position:absolute; 
		padding-top:2px; 
		height:24px;
		width:32px;
		left:2px; 
		z-index:1;
	}
	
	.div_dta_pn {
		position:absolute; 
		padding-top:2px; 
		height:24px;
		width:290px;
		left:36px; 
		z-index:1;
	}
	
	.div_dta_mn {
		position:absolute; 
		padding-top:4px; 
		height:24px;
		width:100px;
		left:338px; 
		z-index:1;
	}
	
	.div_dta_pc {
		position:absolute; 
		padding-top:4px; 
		height:24px;
		width:86px;
		left:432px; 
		z-index:1;
		clip:rect(auto, 86, auto, auto);
		
		
	}
	
	.div_dta_pr { 
		position:absolute; 
		padding-top:6px; 
		height:24px;
		width:50px;
		left:526px; 
		z-index:1;
	}
	
	.div_dta_bn {
		position:absolute; 
		padding-top:4px; 
		height:24px;
		width:80px;
		left:586px; 
		z-index:1;
	}
	
/* header bars CSS style */


	.td_bar_fi {
	background: url('http://www.meshcomputersownersclub.com/templates/mesh_template/images/bg_leftcol_module_th.gif');
	background-repeat: repeat;
	font-weight: bold;
	font-size:12px;
	padding-left:10px;
	height:26px;
	border:1px solid #333333;
	color: #ffffff;
		border:1px solid #999999;	
	}	
	
	.td_bar_hp {
		background: url('http://www.meshcomputersownersclub.com/templates/mesh_template/images/bg_leftcol_module_th.gif');
		background-repeat: repeat;
		color: #ffffff;
		font-weight: bold;
		font-size:12px;
		padding-left:10px;
		height:26px;
		border:1px solid #333333;
	}	

	.td_bar_lt {
		background: url('http://www.meshcomputersownersclub.com/templates/mesh_template/images/bg_leftcol_module_th.gif');
		background-repeat: repeat;
		color: #ffffff;
		font-weight: bold;
		font-size:12px;
		padding-left:10px;
		height:26px;
		border:1px solid #333333;
	}	

	.td_bar_wy {
		background: url('http://www.meshcomputersownersclub.com/templates/mesh_template/images/bg_leftcol_module_th.gif');
		background-repeat: repeat;
		color: #ffffff;
		font-weight: bold;
		font-size:12px;
		padding-left:10px;
		height:26px;
		border:1px solid #333333;
	}

	.td_bar_nr {
		background: url('http://www.meshcomputersownersclub.com/templates/mesh_template/images/bg_leftcol_module_th.gif');
		background-repeat: repeat;
		color: #ffffff;
		font-weight: bold;
		font-size:12px;
		padding-left:10px;
		height:26px;
		border:1px solid #333333;
	}		

/* product details CSS style */

	.div_pd_tb_h {
		overflow:hidden;
		height:27px;
		width:100%;
	}
	
	.div_pd_tb_o {
		position:relative;
		left:-110px;
		height:27px;
		width:84px;
		z-index:1;
		top:2px;
		background:url('http://shop.meshcomputersownersclub.com/gfx/ovrv_off.gif');	
	}
	
	.div_pd_tb_s {
		position:relative;
		left:-1px;
		top:-26px;
		height:27px;
		width:107px;
		z-index:1;
		background:url('http://shop.meshcomputersownersclub.com/gfx/spec_on.gif');
	}

/* autosuggest div CSS style */
	.suggestion_list
	{
		color: #333333;
		background: white;
		border: 1px solid #AEC7D8;
		padding: 2px;
		width: 96px;
		background-image: url(http://shop.meshcomputersownersclub.com/gfx/item_bg.gif);
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
/*		font-weight:bold;*/
		z-index: 2;
		text-indent: 4px;
	}

	.suggestion_list ul
	{
		color: #333333;
		padding: 0;
		margin: 0;
		width: 96px;		
		list-style-type: none;
	}

	.suggestion_list a
	{
		color: #333333;
		text-decoration: none;
		width:86px;		
	}

	.suggestion_list .selected
	{
		color: #FFFFFF;
		background-color: #1D5C9B;
		text-decoration: none;
		text-indent: 4px;
	}

	.suggestion_list .selected a
	{
		color: white;
	}

	#autosuggest
	{
		display: none;
	}
/* processing index style */


	.div_ln_btn_cntnr {
		position:relative;
		width:542px;
		height:96px;
	}
	
	.div_ln_btn {
	position:absolute;
	visibility:visible;
	z-index:10001;
	left: 1px;
	top: 30px;
	}
	
	.div_ln_btn_google {
		position:absolute;
		visibility:visible;
		z-index:10001;
		left: 172px;
		top: 7px;
	}
	
	.div_ln_frm {
		position:absolute;
		visibility:hidden;
		left:66px;
		top:-14px;
		z-index:1001;
	}
	
	.div_ln_frm_new {
		position:absolute;
		visibility:hidden;
		left:66px;
		top:18px;
		z-index:1001;
	}

/* ***** main menu css ***** */

/** unordered list top menu **/
ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	/*font-size: 0.8em;*/
}

/** unordered list item for top menu **/
ul#mainlevel-nav li
{
	display: block;
	padding-left: 0px;
	padding-right: 0px;
	padding-top:1px;
	float: left;
	margin: 0;
	width: auto !important;
	font-size: 11px;
	line-height: 27px;
	white-space: nowrap;
	background:url(http://shop.meshcomputersownersclub.com/gfx/menu/home_but.gif);
	height:27px;
}

/** unordered list item link for top menu **/
ul#mainlevel-nav li a
{
	display: block;
	padding-left: 10px;
	padding-right: 14px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight:bold;
	border-left:solid 1px #999999;
  	border-right:solid 1px #555555;
	line-height:27px;

}

/** unordered list item link for top menu for firefox only **/
#topmenu>ul#mainlevel-nav li a {
	width: auto;
/*	background:url(../templates/mesh_template/images/home_but.gif);*/
	border-left:solid 1px #999999;
  	border-right:solid 1px #555555;
}

/** unordered list item for top menu for firefox only **/
ul#mainlevel-nav li a:hover {
	background-color:#000000;
	background:url(http://shop.meshcomputersownersclub.com/gfx/menu/home_but_on.gif); 
	text-decoration:none;
	border-left:solid 1px #000000;
	border-right:solid 1px #CCCCCC;
  	cursor:hand; 
}

#container_div {
position:relative;
	width:100%;
	padding:0;
	text-align: left;
}

#containerbg {
	position:relative;
	width: 100%;
	float:left;
	top:0;
	left:0;
}

img { behavior: url(http://shop.meshcomputersownersclub.com/iepngfix.htc); }

img { border:none;}


.mnu_img{
	width:38px;
	height:28px;
	vertical-align:middle;
	border:none;
}

.mnu_img2{
	width:32px;
	height:22px;
	vertical-align:middle;
	border:none;
}


