@charset "utf-8";
/* CSS Document */

body, html {
	margin: 5px 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

/* --------- HEADER ---------- */

#header {
	float: left;
	width: 1000px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#logo {
	float: left;
	width: 254px;
	margin: 10px 0 0 0;
	padding: 0;
}
#banner {
	float: right;
	width: 728px;
	margin: 0 0 10px 0;
	padding: 0;
}
#callus {
	float: right;
	width: 200px;
	margin: 0;
	padding: 0;
}
#topmenu {
	clear: both;
	width: 995px;
	height: 31px;
	margin: 5px 0 0 0;
	padding: 5px 0 0 5px;
	font-size: 14px;
	font-weight: bold;
	background: url(images/topmenu.png) no-repeat;
}
#topmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#topmenu li {
	float: left;
	height: 26px;
	margin: 0 5px;
	padding: 0;
}
#topmenu li.activeright {
	background: url(images/topmenuaright.png) right top no-repeat;
}
#topmenu a {
	float: left;
	display: block;
	height: 20px;
	margin: 0;
	padding: 5px 10px;
	text-decoration: none;
	color: #ffffff;
}
#topmenu a:hover {
	text-decoration: underline;
}
#topmenu a.activeleft {
	text-decoration: none;
	background: url(images/topmenualeft.png) left top no-repeat;
}
#topmenu a.activeleft:hover {
	text-decoration: none;
}

/* --------- SEARCH BAR ---------- */

#search {
	clear: both;
	width: 995px;
	height: 31px;
	margin: 1px 0 10px 0;
	padding: 5px 0 0 5px;
	background: url(images/searchbar.png) no-repeat;
}
#search .labels {
	margin: 4px 3px 0 10px;
	padding: 0;
	font-size: 14px;
	overflow: hidden;
}
#search #searchfield {
	width: 130px;
	height: 18px;
	margin: 0;
	padding: 1px 3px;
	font-family: Arial;
	font-size: 12px;
	background-color: #f6fcff;
	border: 1px solid #6ac7f7;
}
#search .dropdown {
	width: 435px;
	height: 23px;
	margin: 0;
	padding: 1px 3px;
	font-family: Arial;
	font-size: 12px;
	background-color: #f6fcff;
	border: 1px solid #6ac7f7;
}
#search .pricefield {
	width: 40px;
	height: 18px;
	margin: 0;
	padding: 1px 3px;
	font-family: Arial;
	font-size: 12px;
	background-color: #f6fcff;
	border: 1px solid #6ac7f7;
}
#search .image {
	margin: 0 10px 0 0;
	padding: 0;
}

/* --------- LEFT SIDE ---------- */

#left {
	float: left;
	width: 160px;
	margin: 0 10px 10px 0;
	padding: 0;
	overflow: hidden;
	background: url(images/leftmenubg.png) bottom left no-repeat;
}
#lefttop {
	float: left;
	width: 150px;
	margin: 0;
	padding: 5px;
	overflow: hidden;
	background: url(images/leftmenutop.png) top left no-repeat;
}
#lefttop h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 5px;
	padding: 5px 0 0 0;
	color: #99cc00;
}
#lefttop ul {
	list-style: none;
	margin: 5px 0 10px 5px;
	padding: 0;
}
#lefttop li {
	margin: 0;
	padding: 4px 0 6px 10px;
	font-size: 13px;
	background: url(images/divider.png) bottom left no-repeat;
}
#lefttop a {
	display: block;
	width: 139px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #000000;
}
#lefttop a:hover {
	color: #99cc00;
}

/* --------- CENTER ---------- */


#center1 {
	float: left;
	width: 315px;
	margin: 0 0 10px 0;
	padding: 0;
	overflow: hidden;
}
#center1 .promo1 {
	margin: 0 0 10px 0;
	padding: 0;
}
#center1 .item1 {
	float: left;
	width: 290px;
	height: 227px;
	margin: 0 5px 10px 0;
	padding: 10px 10px;
	background: url(images/productbox.png) no-repeat;
}
#center1 .item1 img {
	margin: 5px 0 0 0;
	padding: 0;
}
#center1 .item1 h1 {
	font-size: 12px;
	line-height: normal;
	margin: 0 0 10px 0;
	padding: 0;
}
#center1 .item1 a {
	text-decoration: none;
	color: #027dbd;
}
#center1 .item1 a:hover {
	text-decoration: underline;
}
#center1 .item1 .price {
	float: right;
	margin: 0 4px 3px 3px;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	line-height: 20px;
}
#center1 .item1 .buttons {
	float: right;
	clear: right;
	width: 115px;
	height: 24px;
	margin: 0 0 10px 0;
	padding: 0;
	overflow: hidden;
}
#center1 .item1 .buttons ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#center1 .item1 .buttons li {
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
}
#center1 .item1 .buttons .info a {
	float: left;
	display: block;
	height: 24px;
	width: 50px;
	margin: 0;
	padding: 0;
	background: url(images/info.png) 0 0 no-repeat;
}
#center1 .item1 .buttons .buy a {
	float: left;
	display: block;
	height: 24px;
	width: 50px;
	margin: 0;
	padding: 0;
	background: url(images/buy.png) 0 0 no-repeat;
}
#center1 .item1 .buttons .info a:hover {
	background-position: 0px -24px;
}
#center1 .item1 .buttons .buy a:hover {
	background-position: 0px -24px;
}
#center1 .item1 a img {
	border: 1px solid #ffffff;
}
#center1 .item1 a:hover img {
	border: 1px solid #dddddd;
}
#center1 .item1 ul {
	clear: both;
	list-style: square;
	margin: 0 5px 0 10px;
	padding: 0;
}




<!-- ----------------------------------------------------------------------- -->

#center {
	float: left;
	width: 630px;
	margin: 0 0 10px 0;
	padding: 0;
	overflow: hidden;
}
#center .promo {
	margin: 0 0 10px 0;
	padding: 0;
}
#center .item {
	float: left;
	width: 290px;
	height: 227px;
	margin: 0 5px 10px 0;
	padding: 10px 10px;
	background: url(images/productbox.png) no-repeat;
}
#center .item img {
	margin: 5px 0 0 0;
	padding: 0;
}
#center .item h1 {
	font-size: 12px;
	line-height: normal;
	margin: 0 0 10px 0;
	padding: 0;
}
#center .item a {
	text-decoration: none;
	color: #027dbd;
}
#center .item a:hover {
	text-decoration: underline;
}
#center .item .price {
	float: right;
	margin: 0 4px 3px 3px;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	line-height: 20px;
}
#center .item .buttons {
	float: right;
	clear: right;
	width: 115px;
	height: 24px;
	margin: 0 0 10px 0;
	padding: 0;
	overflow: hidden;
}
#center .item .buttons ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#center .item .buttons li {
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
}
#center .item .buttons .info a {
	float: left;
	display: block;
	height: 24px;
	width: 50px;
	margin: 0;
	padding: 0;
	background: url(images/info.png) 0 0 no-repeat;
}
#center .item .buttons .buy a {
	float: left;
	display: block;
	height: 24px;
	width: 50px;
	margin: 0;
	padding: 0;
	background: url(images/buy.png) 0 0 no-repeat;
}
#center .item .buttons .info a:hover {
	background-position: 0px -24px;
}
#center .item .buttons .buy a:hover {
	background-position: 0px -24px;
}
#center .item a img {
	border: 1px solid #ffffff;
}
#center .item a:hover img {
	border: 1px solid #dddddd;
}
#center .item ul {
	clear: both;
	list-style: square;
	margin: 0 5px 0 10px;
	padding: 0;
}

/* --------- COMMON PAGES ---------- */

#center .brand {
	float: left;
	clear: both;
	width: 620px;
	margin: 0 0 10px 0;
	padding: 0 5px;
	overflow: hidden;
}
#center #commonbottom {
	float: left;
	width: 630px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: url(images/centerbbottom.png) bottom left no-repeat;
}
#center #commontop {
	float: left;
	width: 600px;
	margin: 0;
	padding: 0 20px 10px 10px;
	text-align: justify;
	line-height: 18px;
	overflow: hidden;
	background: url(images/centerbtop.png) top left no-repeat;
}
#center #commontop h1 {
	clear: both;
	font-size: 14pt;
	font-weight: bold;
	color: #99cc00;
	margin: 10px 0 20px 0;
	padding: 0;
}
#center #commontop h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 16px 0 0 0;
	padding: 0;
}
#center #commontop a {
	text-decoration: none;
	color: #027dbd;
}
#center #commontop a:hover {
	text-decoration: underline;
}
#center #commontop .divide {
	margin: 0 0 20px 0;
	padding: 0;
}
#center #commontop .leftcell {
	width: 344px;
	margin: 0;
	padding: 10px 3px;
	border-bottom: 1px solid #dddddd;
}
#center #commontop .rightcell {
	width: 244px;
	margin: 0;
	padding: 10px 3px;
	border-bottom: 1px solid #dddddd;
}
#center .contactform {
	float: left;
	width: 600px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#center .contactform #author, #email, #captcha {
	margin: 0 5px 0 0;
	padding: 4px;
	border: 1px solid #6ac7f7;
	background-color: #f6fcff;
}
#center .contactform #captcha {
	width: 185px;
}
#center .contactform p {
	margin: 0 0 10px 0;
	padding: 0;
}
#center #commentarea {
	width: 590px;
	height: 200px;
	margin: 0;
	padding: 4px;
	font-family: Arial;
	font-size: 12px;
	border: 1px solid #6ac7f7;
	background-color: #f6fcff;
}
#center .productleft {
	float: left;
	width: 380px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#center .productright {
	/*float: left;*/
	width: 220px;
	margin: 10px 0;
	padding: 0;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	overflow: hidden;
}
#center .productbuttons {
	float: left;
	width: 220px;
	margin: 0 0 50px 0;
}
#center .producttable tr {
	height: 30px;
}
#center .producttable td {
	margin: 0;
	padding: 0 5px;
	text-align: left;
}
#center .even {
	background-color: #e2f5ff;
}
#center .carttable {
	margin: 0 0 10px 0;
}
#center .carttable th {
	margin: 0;
	padding: 10px;
	font-size: 11px;
	font-weight: normal;
	border-right: 2px solid #ffffff;
	background-color: #e2f5ff;
}
#center .carttable td {
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #dddddd;
}
#center .carttable .qty {
	width: 30px;
	margin: 0;
	padding: 3px 5px;
	font-weight: bold;
	border: 1px solid #6ac7f7;
	background-color: #f6fcff;
}
#center .subtotal {
	font-size: 12pt;
	font-weight: bold;
	color: #027dbd;
}
#center .exist {
	float: left;
	clear: both;
	width: 600px;
	margin: 0 0 20px 0;
	padding: 0;
	color: #dd0000;
}
#center .cartleft {
	float: left;
	width: 250px;
	margin: 10px 0 0 0;
	padding: 0;
}
#center .cartright {
	float: right;
	width: 200px;
	margin: 10px 0 0 0;
	padding: 0;
}
#center .register .left {
	width: 160px;
	margin: 0;
	padding: 5px;
	text-align: left;
}
#center .register .right, .required, .gender {
	width: 440px;
	margin: 0;
	padding: 5px;
	color: #dd0000;
	text-align: left;
}
#center .register .required {
	text-align: right;
}
#center .register .gender {
	color: #000000;
}
#center .register .regfield {
	margin: 0 5px 0 0;
	padding: 4px;
	border: 1px solid #6ac7f7;
	background-color: #f6fcff;
}

/* --------- RIGHT SIDE ---------- */

#right {
	float: right;
	width: 200px;
	margin: 0 0 10px 0;
	padding: 0;
	overflow: hidden;
}
#right img {
	margin: 0 0 10px 0;
}
#right #cart {
	float: right;
	width: 180px;
	height: 98px;
	margin: 0;
	padding: 10px;
	background: url(images/carttop.png) no-repeat;
}
#right #cart h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 25px 0;
	padding: 0;
	color: #99cc00;
}
#right #cart .image {
	margin: 3px 10px 0 0;
}
#right #cart .cartitem {
	font-size: 14pt;
	font-weight: bold;
}
#right #viewcart {
	float: right;
	width: 200px;
	padding: 0;
	margin: 0;
}

/* --------- FOOTER ---------- */

#footer {
	clear: both;
	width: 1000px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: url(images/bybrand.png) left top no-repeat;
}
#footer h2 {
	font-size: 11px;
	color: #bbbbbb;
	margin: 7px 0 10px 10px;
	padding: 0;
}
#footer ul {
	list-style: none;
	margin: 0 -5px !important;
	margin: 0;
	padding: 0;
}
#footer li {
	float: left;
	margin: 10px 5px !important;
	margin: 10px 4px;
	padding: 0;
}
#footer .acer a {
	float: left;
	display: block;
	height: 56px;
	width: 116px;
	margin: 0;
	padding: 0;
	background: url(images/acer.png) 0 0 no-repeat;
}
#footer .hp a {
	float: left;
	display: block;
	height: 56px;
	width: 116px;
	margin: 0;
	padding: 0;
	background: url(images/hp.png) 0 0 no-repeat;
}
#footer .toshiba a {
	float: left;
	display: block;
	height: 56px;
	width: 116px;
	margin: 0;
	padding: 0;
	background: url(images/toshiba.png) 0 0 no-repeat;
}
#footer .sony a {
	float: left;
	display: block;
	height: 56px;
	width: 116px;
	margin: 0;
	padding: 0;
	background: url(images/sony.png) 0 0 no-repeat;
}
#footer .apple a {
	float: left;
	display: block;
	height: 56px;
	width: 116px;
	margin: 0;
	padding: 0;
	background: url(images/apple.png) 0 0 no-repeat;
}
#footer .wipro a {
	float: left;
	display: block;
	height: 56px;
	width: 116px;
	margin: 0;
	padding: 0;
	background: url(images/wipro.png) 0 0 no-repeat;
}
#footer .sahara a {
	float: left;
	display: block;
	height: 56px;
	width: 116px;
	margin: 0;
	padding: 0;
	background: url(images/sahara.png) 0 0 no-repeat;
}
#footer .lg a {
	float: left;
	display: block;
	height: 56px;
	width: 116px;
	margin: 0;
	padding: 0;
	background: url(images/lg.png) 0 0 no-repeat;
}
#footer .dell a {
	float: left;
	display: block;
	height: 56px;
	width: 116px;
	margin: 0;
	padding: 0;
	background: url(images/dell.png) 0 0 no-repeat;
}
#footer .compaq a {
	float: left;
	display: block;
	height: 56px;
	width: 116px;
	margin: 0;
	padding: 0;
	background: url(images/compaq.png) 0 0 no-repeat;
}
#footer .lenovo a {
	float: left;
	display: block;
	height: 56px;
	width: 116px;
	margin: 0;
	padding: 0;
	background: url(images/lenovo.png) 0 0 no-repeat;
}

#footer .hcl a {
	float: left;
	display: block;
	height: 56px;
	width: 116px;
	margin: 0;
	padding: 0;
	background: url(images/hcl.png) 0 0 no-repeat;
}

#footer .asus a {
	float: left;
	display: block;
	height: 57px;
	width: 116px;
	margin: 0;
	padding: 0;
	background: url(images/asus.png) 0 0 no-repeat;
}
#footer .msi a {
	float: left;
	display: block;
	height: 56px;
	width: 116px;
	margin: 0;
	padding: 0;
	background: url(images/msi.png) 0 0 no-repeat;
}
#footer .benq a {
	float: left;
	display: block;
	height: 56px;
	width: 116px;
	margin: 0;
	padding: 0;
	background: url(images/benq.png) 0 0 no-repeat;
}

#footer .acer a:hover {
	background-position: 0px -56px;
}
#footer .hp a:hover {
	background-position: 0px -56px;
}
#footer .toshiba a:hover {
	background-position: 0px -56px;
}
#footer .sony a:hover {
	background-position: 0px -56px;
}
#footer .apple a:hover {
	background-position: 0px -56px;
}
#footer .wipro a:hover {
	background-position: 0px -56px;
}
#footer .sahara a:hover {
	background-position: 0px -56px;
}
#footer .dell a:hover {
	background-position: 0px -56px;
}
#footer .lg a:hover {
	background-position: 0px -56px;
}
#footer .compaq a:hover {
	background-position: 0px -56px;
}
#footer .lenovo a:hover {
	background-position: 0px -56px;
}
#footer .hcl a:hover {
	background-position: 0px -56px;
}
#footer .asus a:hover {
	background-position: 0px -56px;
}
#footer .msi a:hover {
	background-position: 0px -56px;
}
#footer .benq a:hover {
	background-position: 0px -56px;
}

#footer #screen {
	float: left;
	clear: both;
	width: 1000px;
	height: 137px;
	margin: 0 0 10px 0;
	padding: 5px 0 0 0;
	overflow: visible;
	background: url(images/bysize.png) no-repeat;
}
#footer #screen p {
	margin: 0 0 23px 0;
}
#footer #screen a {
	text-decoration: none;
	color: #000000;
}
#footer #screen a:hover {
	color: #027dbd;
}
#footer #screen .desc {
	float: left;
	width: 160px;
	height: 137px;
	margin: 0 0 -22px 0;
	padding: 0;
	overflow: hidden;
}
#footer #screen .desc p {
	font-size: 11px;
	font-weight: bold;
	color: #bbbbbb;
	margin: 0 0 24px 10px;
	padding: 0;
}
#footer #geotrust {
	clear: both;
	width: 990px;
	height: 58px;
	margin: 0 0 10px 0;
	padding: 15px 5px 10px 5px;
	overflow: hidden;
	background: url(images/geotrustbox.png) no-repeat;
}
#footer #geotrust img {
	margin: 0 5px;
	padding: 0;
}

#footer #geotrust a {
	text-decoration: none;
	color: #027dbd;
}
#footer #geotrust a:hover {
	text-decoration: underline;
}


#footer .left {
	float: left;
	width: 250px;
	height: 58px;
	margin: 0;
	padding: 0;
}
#footer .right {
	float: right;
	width: 250px;
	height: 58px;
	margin: 0;
	padding: 0;
}
#footer #copyright {
	float: left;
	width: 300px;
	margin: 0;
	padding: 0;
	color: #333333;
	overflow: hidden;
}
#footer #design {
	float: right;
	width: 370px;
	margin: 0;
	padding: 0;
	color: #333333;
	text-align: right;
	overflow: hidden;
}
#footer #links {
	float: left;
	width: 1000px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#footer #copyright a, #design a, #links a {
	text-decoration: none;
	color: #027dbd;
}
#footer #copyright a:hover, #design a:hover, #links a:hover {
	text-decoration: underline;
}

TD.smallText, SPAN.smallText, P.smallText {
font-family:Arial;
  font-size: 12px;
}
TD.smallText1, SPAN.smallText1, P.smallText1 {
font-family:Arial;
  font-size: 11px;
}
.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #ff0000; }
/* CSS Document */
TD.mainText {
font-size: 16px;
	font-weight: bold;
	margin: 0 0 25px 0;
	padding: 0;
	color: #99cc00;
}

.checkoutBarFrom, .checkoutBarTo { font-family:Arial;
  font-size: 12px;
   color: #8c8c8c; }
.checkoutBarCurrent { font-family:Arial;
  font-size: 12px; color: #000000; }
  
  .content_red{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #F91700;
	text-decoration: none;
}

.head{
   clear: both;
	font-size: 14pt;
	font-weight: bold;
	color: #99cc00;
	margin: 10px 0 20px 0;
	padding: 0;
	}
	


TD.compareListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: white;
  border: 1px;
  border-style: solid;
  border-color: #AAAA91;
}

TD.productListing-data {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
  }
  

  TD.compareListing-data {
    font-family:Arial;
  font-size: 11px;
    background: white;
    border: 1px;
    border-style: solid;
    border-color: #dddddd;
  }
  
  .inputcoupongray {
       border: 1px solid #666666;
       background-color: #FFFFFF;
       font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 11px;
       font-weight: normal;
       color: #333333;
       text-decoration: none;
}
.compare {
font-family:Arial;
  font-size: 12px;
  height:30px;
  text-align: left;
 
  }

.content_white {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 16px;
	text-decoration: none;
}
.content_white1 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 16px;
	text-decoration: none;
}
.yellow {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color:#FFCC00;
	line-height: 16px;
	text-decoration: none;
	color: #FFCC00;
}
.infoBox1 {
  background: #dddddd;
}

.infoBoxContents1 {
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.footertext, SPAN.footertext, P.footertext {
font-family:Arial;
  font-size: 12px;
  color: #7c7c7c;
}
.compare_highlight {
font-family:Arial;
  font-size: 12px;
  height:30px;
  text-align: left;
  background:#e2f5ff;

 
  }
  
#sign{background-image:url(images/box.gif); background-repeat:no-repeat; height:30px; width:620px; font-size:14px; text-align:center; padding-top:15px; color:#ff6600; font-weight:bold; font:Tahoma;}

#sign a{color:#027dbd; text-decoration:none; } 
#sign a:hover{text-decoration:underline;}
.infoBox {
	background: #3390C4;
}

.infoBoxContents {
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.spec {
	/*float: left;*/
	line-height: 25px;
	
}
.withborder {
        border-width: medium;        /* sets border width on all sides */
		border-bottom-color: #006600;
		border-bottom-style:dotted;
		font-family:Arial;
        font-size: 12px;
}
#adsense_468{text-align:center; margin:0 0 10px 0;}
