.menu {
*margin:0 0 0 -68px;
position:absolute;
top:90px;
font-family: arial, sans-serif; 
width:987px;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu ul li {
	float:left;
	position:relative;
	background-color: #CCCCCC;

}
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-align:center;
	text-decoration:none;
	width:140px;
	height:27px;
	color:#fff;
	border:1px solid #fff;
	border-width:1px 1px 0 0;
	background:#6A83BD;
	line-height:27px;
	font-size:14px;
	font-family: verdana, arial, sans-serif;
	font-weight:bold;
}
/* make the dropdown ul invisible */
.menu ul li ul {
display: none;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
background:#AE0000; 
color:#fff; 
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
display:block; 
position:absolute; 
top:31px; 
left:0; 
width:105px;
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
display:block; 
background:#4E7DD1; 
color:#000;
font-size:11px;
font-weight: normal;
width:209px;
}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
	background:#eee;
	color:#000;
	text-decoration: underline
}

.model li{ width:25%; float:left; }
/* 除IE外其它浏览器的menu样式................................................................................................. */
body {
font-family: verdana, arial, sans-serif; 
  text-align: center;
  margin-top:5px;
  color:#000000;
  background-color: #FFFFFF;
  font-size:12px;
}

A:link {
	COLOR: #0000FF; text-decoration: none;
}
A:visited {
	COLOR: #0000FF; text-decoration: none;
}
A:active {
	COLOR: #0000FF; text-decoration: underline;
}
A:hover {
	COLOR: #FF0000; text-decoration: underline;
}

H1 {
	  font-size: 18px;
	  color:#D60000;
}
H2 {
	  font-size: 14px;
	   color:#990000;
}

#page_wrapper {
  width: 986px;
  text-align: left;
  background: #FFFFFF;
  /*border: 8px solid #FFFFFF;*/
  margin:0 auto;
}
*html #page_wrapper{ width: 978px;
}
.top1{padding:0px 4px; background-color:#F2F7FD; border:#003399 1px solid; margin-bottom:5px; margin-top:1px;}
#right .top1 p{border-bottom: 1px dashed #CCCCCC; padding-bottom:6px; margin:0px; padding-top:6px;}
#right .top1 a:hover{ color:#FF0000;text-decoration:underline;}
#right .top1 a:link, #right .top1 a:visited{text-decoration:underline; font-weight:normal;}



#header_wrapper {
    *margin:0 0 0 -68px;
  	position:absolute;
	top:13px;
	width: 986px;
 /* background: #4E7DD1 url("../img/menu_bg.gif") bottom left repeat-x;*/
  height:132px;
}
*html #header_wrapper{
    *margin:0 0 0 -68px;
    position:absolute;
	top:8px;
	width: 978px;
	height:132px;
/*<!--	background: #4E7DD1 url("../img/menu_bg.gif") bottom left repeat-x;-->*/	
}

#header {
background: #FFFFFF;
  width:30%;
  height: 75px;
  /* background: url('../img/header_bg.gif') top right no-repeat; */
/*  padding-left: 15px;*/
}

#header .title {
	margin:0px;
	font-family: verdana, arial, sans-serif;
	font-size: 28px;
	color:#ffffff;
	letter-spacing: -1px;
	font-weight: bolder;
}

#header .subtitle {
  margin:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  color:#B1C6EB;
  letter-spacing: 1px;
font-weight: bolder;
}

#header .login {
float:right; margin-top:-60px; margin-right:20px; background-color:#FFCC33;
}

#left_side {
  margin-top: 10px;
  float: left;
  width: 187px;
  background: #F1F6FE url("../img/side_bg.gif"/*tpa=http://www.Global-Laptop-Batteries.co.uk/img/side_bg.gif*/) bottom left repeat-x;
}

#right_side {
  margin-top: 10px;
  float: right;
  width: 180px;
  background: #F1F6FE url("../img/side_bg.gif"/*tpa=http://www.Global-Laptop-Batteries.co.uk/img/side_bg.gif*/) bottom left repeat-x;
}

#right{float:right; width:180px; margin-top:10px;}

#container{  
  margin-top:115px;
  width:986px;
}
*html #container{
  margin-top:133px;
  width: 978px;
}


#mainbody{
  float:left;
  width:80.5%;
  }

#content {
  margin-top: 15px;
  margin-bottom: 0px;
  float: right;
  width: 75%;}

#footer {
  background-color: #6A83BD;
  clear: both;
  text-align: center;
  padding-top:12px;
  padding-bottom:12px;
  color: #B6CEF9;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 18px;
  color:#fff;
}

#footer A:link {
	COLOR: #FFFFFF; text-decoration: none;
}
#footer A:visited {
	COLOR: #FFFFFF; text-decoration: none;
}
#footer A:active {
	COLOR: #FFFFFF; text-decoration: none;
}
#footer A:hover {
	COLOR: #FFFFFF; text-decoration: underline;
}

#left_side p, #right_side p {
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #000000;
}

#left_side p  {
  color: #ff0000;
  text-decoration:none;
}

#right_side p  {
  border-bottom:1px dashed #CCCCCC;
  padding-bottom:6px;
  padding-top:6px;
}

#right_side .top1 a:visited{color:#0000ff; font-size:12px;text-decoration:underline;}
#right_side .top1 a:hover{color: red;font-size:12px;text-decoration:underline;}
#right_side .top1 a{font-size:12px;text-decoration:underline;}
#right_side .top1 a:active {color: #FF6500;font-size:12px;text-decoration:underline;}

.reassurance{ text-align:center; margin-top:10px;}

#left_side h3, #right_side h3, #right h3 {
  margin-bottom:10px; margin-left:5px; margin-right:5px;
  padding:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 14px;
  color: #FFFFFF;
  border:1px solid #0F3974;
  background:url("../images/blue.gif");margin:0px; text-align:center;
}

#left_side h4, #right_side h4 {
  margin-top:0px;margin-bottom:0px;margin-left:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  color: #2153AA;
}

#content p {
  margin-top:10px; margin-bottom: 15px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}

#content h3 {
  margin-top:5px; margin-bottom: 10px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  color: #2153AA;
}

#content h4 {
  margin-top:0px;margin-bottom:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 12px;
  color: #2153AA;
}

#navlist
{
  margin-top:1px;
  margin-bottom:0px;
  text-align:center;
  padding: 5px 0;
  margin-left: 0;
  border-bottom: 1px solid #0F3974;
  font: bold 14px Verdana, sans-serif;
}

#navlist li
{
  list-style: none;
  margin: 0;
  display: inline;
}

#navlist li a
{
  color: #F1F6FE;
  padding: 5px 15px;
  margin-left: 3px;
  border: 1px solid #0F3974;
  border-bottom: none;
  background: #2153AA url("../img/tab_bg.gif"/*tpa=http://www.Global-Laptop-Batteries.co.uk/img/tab_bg.gif*/) bottom left repeat-x;
  text-decoration: none;
}

#navlist li a:link { color: #F1F6FE; }
#navlist li a:visited { color: #F1F6FE; }

#navlist li a:hover
{
  color: #FFFFFF;
  background: #3364BB;
  border-color: #0F3974;
}

#navlist li a#current
{
  color: #000;
  background: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

.float_left {
  float: left;
  margin-right: 10px;
}

.float_right {
  float: right;
  margin-left: 10px;
}

.featurebox_center {
  background-color: #fffff6;
  margin:0px;
  padding:10px;
  border: 1px solid #DFE8F7;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 18px;
  color: #333333;
}

.featurebox_side {
  background-color: #fffff6;
  margin:0px;margin-left:10px;margin-right:10px;margin-bottom:15px;
  padding:10px;
  border: 1px solid #DFE8F7;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 18px;
  color: #333333;
}

#pic {float:left; margin-right:15px; text-align:center; width:240px;}
#pic a{text-decoration:none;}
#view {line-height:24px; } 
#nav {
padding:5px;
border:#DFE8F7 solid 1px;
background-color:#F1F6FE;
font-size:11px;
}
#nav-search {
padding:5px;
border:#DFE8F7 solid 1px;
background-color:#F1F6FE;
font-size:11px;
width:776px;
}
hr { border-top: 1px dashed #999999;height: 1px;color: #FFFFFF; margin-top:10px; margin-bottom:10px;}
#page_wrapper hr{ border-top: 1px dashed #999999;height: 1px;color: #FFFFFF;}
.price {font-size: 14px; color: red;}
.featured-right {width:180px; overflow:hidden; text-overflow:ellipsis; font-size: 12px;}
#a1{ float:left; width:100%; margin-top:20px;
}
#a1 p{   
background-color: #fffff6;
  margin:0px;
  padding:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  border: 1px solid #DFE8F7;

}
#left_side .list{ padding:0px 4px; border:#003399 1px solid; background-color:#EAF1FB; margin-bottom:5px;margin-top:1px;}
#left_side .list a:visited{color:#0000ff; font-size:12px;text-decoration:underline;}
#left_side .list a:hover{color: red;font-size:12px;text-decoration:underline;}
#left_side .list a{font-size:12px;text-decoration:underline;}
#left_side .list a:active {color: #FF6500;font-size:12px;text-decoration:underline;}
#left_side .list p{ font-weight:bold; color:#FF0000; margin-top:0px;}
.discount{ color:#FF0000; font-size:13px; float:left; margin-bottom:10px;}
.category1{ height:17px; padding-top:0px; width:150px;}
.category2{ height:22px;}
.about{ text-align:right; padding-bottom:6px; margin-top:2px;}

#search{float:right; width:65%; margin:-70px 0px 0 0;}

.stock{ font-weight: bold; color:#009900; font-size:13px; font-family:Verdana,Arial,sans-serif;}
.testimonials{ float:right; color:#CC6600;}
.testimonials2{ float:right; font-weight:bold; margin-bottom:10px;}
.testimonials2 a:hover{ color:#FF0000;text-decoration:none;}
.testimonials2 a:link, .testimonials2 a:visited{text-decoration:underline;}

.model{float:left; margin:0 5px 0 0; width:100%;}
.model p{font-weight:bold; float:left; padding:0;color:#000000;margin:0;}
.model ul{ list-style:none;padding:0;margin:0; padding:0;}
.model a{text-decoration:none; margin:0 5px 0 0; }
.model li{ width:25%; float:left;}
.model li a:hover{ color:#FF0000;text-decoration:none;}
.model li a:link, #hotproduct li a:visited{text-decoration:none; font-weight:normal;}

.part{float:left; margin:0 5px 0 0; width:100%;}
.part p{font-weight:bold; float:left; padding:0;color:#000000;margin:0;}
.part ul{ list-style:none;padding:0;margin:0; padding:0;}
.part a{text-decoration:none; margin:0 5px 0 0;}
.part li{ width:20%; float:left;}
.part li a:hover{ color:#FF0000;text-decoration:none;}
.part li a:link, #hotproduct li a:visited{text-decoration:none; font-weight:normal;}

