/*
$Id: stylesheet.css 3 2006-05-27 04:59:07Z user $

  cShop : Complete  E-Commerce 
  http://www.centuryshop.com

  Copyright 2002 cShop

   
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; padding-left:12px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  /*background: #ffffff;
  color: #000000;
  margin: 0px;*/
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: none;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #eaebec;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #3b4043;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #fff;
}

.infoBoxContents {
  background: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;  
  color: #000000;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  /*border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;*/
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px; text-align:center; 
  color: #ccc;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #4c545e;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 55%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #99C33E;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/****************adding my css***************/

body {
color:#4A5359; 
margin:25px 0 0 0;
text-align: center;
background-image:url(images/mainbg.gif) ; background-position: top left; background-repeat:repeat-x;
}
body, p, h1, h2, h3, table, td, th, ul, ol, textarea, input {
font-family:Arial,Sans Serif; font-size:12px; color:#4A5359; line-height:150%; font-weight:normal
}
/*  Class For Headings  */
h1 {font-size:26px; color:#393C48; padding:0 0 5px 0; margin:0; font-family:Arial,Sans Serif; font-weight:bold; border-bottom:1px solid #C8CBCD;}
h2 {font-size:18px; color:#343A3E; padding:0 0 5px 0; margin:0; font-family:Arial,Sans Serif; font-weight:bold;}
h3 {font-size:14px;color:#000; padding:0 0 0 0; margin:0; font-family: Helvetica,Arial,Sans Serif; font-weight:bold;}
h3.coloumn{font-size:12px;color:#000; padding:0 0 0 0; margin:0; font-family: Helvetica,Arial,Sans Serif; font-weight:bold; text-decoration:underline;}
h3.model{font-size:12px;color:#000; padding:0 0 0 0; margin:0; font-family: Helvetica,Arial,Sans Serif; font-weight:normal;}

h4 {font-size:13px;color:#000; padding:0 0 0 0; margin:0 auto; font-family: Helvetica,Arial,Sans Serif; font-weight:bold; border-top:2px dotted #A0A0A0;}
h5 {font-size:13px; color:#000; font-family: Tahoma,Arial,Verdana; font-weight:bold; padding:0 0 0 0; margin:0; }
h6 {font-size:16px; padding:10px 0 5px 25px; margin:0; font-weight:bold; color:#1E1E1E; font-family: Arial,Tahoma,Verdana; border-bottom:1px solid #FFF;}
.floatLeft {float:left;}
.floatRight {float:right;}
.floatNone {clear:both;}
.widper100{ width:100%; height:auto; margin:0;}
.widper50{ width:50%; height:auto; margin:0;}
.widperm{ width:100%; margin:0;}

ul {margin:0; padding:0; list-style:none;}
div {margin:0; padding:0;}
p {margin:0; padding:0;}
br {line-height:5px;}
.noBorder {border:0px;}
input {font-size:11px; height:18px; background-color:#FFF;} 

input.login {font-size:11px; height:32px; background-color:#FFF;} 
input.buynow {font-size:11px; height:30px; background-color:#FFF;} 
input.searching{font-size:11px; height:23px; background-color:#FFF;}

textarea {font-size:11px;}
INPUT.blue {font-size:11px; border:1px solid #727FAC; background-color:#7C97EE; height:20px; margin:5px 0 0 0;}
INPUT.btn {font-size:11px; border:0px solid #727FAC; background-color:#7C97EE; height:20px; margin:5px 0 0 0;} 
select {font-size:11px; line-height:18px;}
.headerborder{border:1px solid #D6D7D8; border-bottom:0px;}
.footerborder{border:1px solid #D6D7D8; border-top:0px; background-color:#EAEBEB;}
.midborder{border:1px solid #D6D7D8; border-top:0px; border-bottom:0px;}
.grayborder{border:1px solid #767676; background-color:#B0B0B0;}


.maindiv {width:940px; margin:0 auto; padding:0 0 0 0;}

.headerbg {background-image: url(images/header_bg.jpg); background-position: left top; background-repeat:repeat-x;  font-size:13px; font-family: Tahoma,Arial,Verdana; }

.searchbox{width:480px; float:right; margin:0 auto; padding:50px 0 0 0; text-align:right; color:#000;}
#gobtn{background:url(images/search_btn.gif) no-repeat top; width:65px; height:23px; border:0; margin:0px 2px 0 0; padding:1 0 7px 0; position:relative; top:17px; vertical-align:middle;}
#searchtxt{border:1px solid #CDCBCB; width:180px; height:23px; margin:7px 2px 0 0; color:#000; padding:0 0 0 2px;}

.midpart {width:940px; background-image: url(images/mid_bg.gif); background-position: left top; background-repeat:repeat-y;  font-size:11px; font-weight:normal}

.welocme{font-size:22px; color:#393C48;font-family:Arial,Sans Serif; font-weight:bold;}

#topnav {width:940px; background-image: url(images/topnav_bg.gif); background-position: left top; background-repeat:repeat-y;  font-size:11px; font-weight:normal; margin:0; padding:0;}

#topnav ul {margin:0 0 0 10px;padding:0;list-style:none; height:46px;}

#topnav ul li {float:left; display:inline; margin:0; padding:0; line-height:46px; background:url(images/bar.gif) no-repeat right; width:130px}

#topnav ul li a {margin:0;padding:0;text-decoration:none;font-weight:bold;padding:0 0 0 0; color:#4A4A4A}

#topnav ul li a:hover {float:left; background:url(images/topnav_btn.gif) no-repeat top left;padding:0; line-height:46px; width:130px;color:#202020}

#topnav ul li.active a {float:left; background:url(images/topnav_btn.gif) no-repeat top left;padding:0; line-height:46px; width:130px; color:#202020}

#topnavinner {width:1000px; background-image: url(images/topnav_bginner.gif); background-position: left top; background-repeat:repeat-y;  font-size:11px; font-weight:normal; margin:0; padding:0;}

#topnavinner ul {margin:0 0 0 10px;padding:0;list-style:none; height:46px;}

#topnavinner ul li {float:left; display:inline; margin:0; padding:0; line-height:46px; background:url(images/bar.gif) no-repeat right; width:130px}

#topnavinner ul li a {margin:0;padding:0;text-decoration:none;font-weight:bold;padding:0 0 0 0; color:#4A4A4A}

#topnavinner ul li a:hover {float:left; background:url(images/topnav_btn.gif) no-repeat top left;padding:0; line-height:46px; width:130px;color:#202020}

#topnavinner ul li.active a {float:left; background:url(images/topnav_btn.gif) no-repeat top left;padding:0; line-height:46px; width:130px; color:#202020}



* html .RightPart{width:258px; margin:5px 7px 0 0; padding:0 0 0 0; float:right; text-align:left;}
.RightPart{width:258px; margin:5px 15px 0 0; padding:0 0 0 0; float:right; text-align:left;}
.rightcolbg {background-image: url(images/right_part_bg.gif); background-position: left top; background-repeat:repeat-y;}




.cshop {width:248px; margin:0 5px 0 5px; padding:0 0 0 0; text-align:left;}
.cshoptop {background-image: url(images/shop_top_bg.gif); background-position: left top; background-repeat:no-repeat; line-height:40px; color:#666666; font-family:Arial; font-size:18px; font-weight:bold; padding:0 0 0 15px}
.cshopbottom {background-image: url(images/shop_bottom_img.gif); background-position: left top; background-repeat:no-repeat; height:25px;}
.cshopmid {width:248px; margin:0 0 0 0; padding:0 0 0 0; text-align:left;background-image: url(images/cshop_midbg.gif); background-position: left top; background-repeat:repeat-y;}
.cshopgraybg {width:248px; margin:0 0 0 0; padding:0 0 0 0; text-align:left;background-image: url(images/cshop_gray_bg.gif); background-position: left top; background-repeat:repeat-y;}

.newspart{width:228px; margin:0 10px 0 10px; padding:0 0 0 0; text-align:left;}
.newspart h2 {font-size:11px; padding:0 0 0 0; margin:0; font-weight:bold; color:#4A5359; font-family: Arial,Tahoma,Verdana;}

* html .LeftPart{width:645px; margin:3px 0 0 0px; padding:0 0 0 0; float:left; text-align:left;}
.LeftPart{width:650px; margin:5px 0 0 5px; padding:0 0 0 0; float:left; text-align:left;}

ul.cshopList {margin:0px; list-style:none; padding:0 0 0 4px;line-height:23px;}
ul.cshopList li {background:url(images/green_arrow.gif) left no-repeat; padding:0px 7px 0 30px;color:#555E64; font-weight:normal; font-size:13px; }
ul.cshopList li a {color:#5F5F5F; font-weight:bold; font-size:14px; text-decoration:none;}
ul.cshopList li a:hover {color:#1D0B1D; font-weight:bold; font-size:14px; text-decoration:none;}



ul.twitList {margin:0px; list-style:none; padding:0 0 0 4px;line-height:30px;}
ul.twitList li {background:url(images/list_gray_border.gif) left no-repeat; padding:0px 7px 0 30px;color:#555E64; font-weight:normal; font-size:13px; }
ul.twitList li a {color:#5F5F5F; font-weight:bold; font-size:14px; text-decoration:none;}
ul.twitList li a:hover {color:#1D0B1D; font-weight:bold; font-size:14px; text-decoration:none;}


ul.homeList {margin:5px 0 0 10px; list-style:none; padding:0 0 0 4px;line-height:13px;}
ul.homeList li {background:url(images/arrow_home.gif) left no-repeat; padding:0px 7px 5px 10px;color:#4A5359; font-weight:normal; font-size:12px; }
ul.homeList li a {color:#5F5F5F; font-weight:bold; font-size:14px; text-decoration:none;}
ul.homeList li a:hover {color:#1D0B1D; font-weight:bold; font-size:14px; text-decoration:none;}


.footer{width:940px; background-image: url(images/footerbg.jpg); background-position: left top; background-repeat:no-repeat;  font-size:13px; color:#FFF; font-family: Tahoma,Arial,Verdana; height:28px;}




/*   Class For Links   */
a:link, a:visited, a:active 
{color:#000; background-color:transparent; text-decoration:none;}
a:hover
{color:#99c33e; background-color:transparent; text-decoration:none;}

a.grayLink:link, a.grayLink:visited, a.grayLink:active  
{color:#555E64; font-weight:bold; text-decoration:none; font-size:14px; padding:0 0 0 5px;}
a.grayLink:hover 
{color:#000; font-weight:bold; text-decoration:none; font-size:14px; padding:0 0 0 5px;}

a.readmoreLink:link, a.readmoreLink:visited, a.readmoreLink:active  
{color:#4E575E; font-weight:bold; text-decoration:none; font-size:11px;}
a.readmoreLink:hover 
{color:#000; font-weight:bold; text-decoration:none; font-size:11px;}

#propart{ width:620px; margin:15px 0 0 0; height:auto; padding:0; background: url(images/divider_horzintle.gif) repeat-x bottom;}
#proboxright{float:right;width:280px; margin:0 0 10px 0; height:auto; padding:0 0 0 30px; background: url(images/divider_verticle.gif) repeat-y left;}
.probox{width:113px; float:left; margin:0 10px 0 0; padding:0}
* html .prodetail{float:right; margin:0; padding:0 0 0 17px; text-align:left; width:140px;}
.prodetail{float:right; margin:0; padding:0; text-align:left; width:157px;}
.prograyTXt{color:#575F66;font-size:12px; font-weight:bold}
.priceTxt{color:#619F00;font-size:12px; font-weight:bold}
.probg{background: url(images/pro_box_bg.gif) repeat-y left;}
#proboxright h2{font-size:18px; color:#5C9600; padding:0 0 5px 0; margin:0; font-family:Tahoma,Arial,Sans Serif;}
#proboxleft{float:left; width:280px; margin:0 15px 0 15px; height:auto; padding:0;}
* html .prodetailleft{float:right; margin:0; padding:0 0 0 0; text-align:left; width:157px;}
.prodetailleft{float:right; margin:0; padding:0; text-align:left; width:157px;}
#proboxleft h2{font-size:18px; color:#5C9600; padding:0 0 5px 0; margin:0; font-family:Tahoma,Arial,Sans Serif;}




.NavLeftContainer {
	width:180px;
	margin:30px 0 15px 4px;
	font-size:1em;
}
UL.NavLeftMenu {
	margin:0;
	padding:0;
	list-style-type:none;
	font-family:Verdana,Arial,sans-serif;
}
UL.NavLeftMenu LI {
	width:170px;
	height:auto;
	background-image:none;
	margin-bottom:0;
}
UL.NavLeftMenu LI.LeftActive {
	width:170px;
}
UL.NavLeftMenu A, UL.NavLeftMenu A:visited {
	font:normal 1.1em Verdana,Arial,sans-serif;
	display:block;
	width:150px;
	padding:4px 0px 5px 20px;
	color:#2e2d32;
	background-color:#fff;
	text-decoration:none;
	border-top:1px solid #c1c3d2;
	border-bottom:1px solid #fff;
	margin:0;
}
LI.LeftActive A, LI.LeftActive A:visited {
	display:block;
	width:150px;
	padding:4px 0 5px 20px;
	color:#000;
	background-color:#f1f1f3;
	text-decoration:none;
	border-top:1px solid #e3e4e9;
	border-bottom:1px solid #fff;
}
UL.NavLeftMenu A:hover {
	display:block;
	width:150px;
	color:#000;
	background-color:#f1f1f3;
	border-bottom:1px solid #fff;
}
LI.LeftActive A.SubMenuOpen, LI.LeftActive A.SubMenuOpen:visited, UL.NavLeftMenu A.SubMenuOpen {
	background-image: url(images/arrow_menu_open.gif);
	background-position:left;
	background-repeat:no-repeat;
}
LI.LeftActive A.SubMenuClose, LI.LeftActive A.SubMenuClose:visited, UL.NavLeftMenu A.SubMenuClose {
	background-image: url(images/arrow_menu_close.gif);
	background-position:left;
	background-repeat:no-repeat;
}
UL.NavLeftMenu DIV.MenuOpen {
    font:normal 1.1em Verdana,Arial,sans-serif;
	padding:4px 0px 4px 20px;
    color:#000;
    background-color:#f1f1f3;
	text-decoration:none;
    border-bottom:1px solid #fff;
    border-top:1px solid #e3e4e9;
    background-image: url(images/arrow_menu_open.gif);
    background-position:center left;
    background-repeat:no-repeat;
}
UL.NavLeftMenu DIV.MenuClose {
    font:normal 1.1em Verdana,Arial,sans-serif;
	padding:4px 0px 4px 20px;
    background-color:#fff;
	text-decoration:none;
    border-bottom:1px solid #fff;
    border-top:1px solid #c1c3d2;
    background-image: url(images/arrow_menu_close.gif);
    background-position:center left;
    background-repeat:no-repeat;
}
UL.SubNavLeftMenu {
    font-family:Verdana,Arial,sans-serif;
	list-style:none;
	margin:0;
    padding:0;
	width:150px;
}
UL.SubNavLeftMenu LI {
	height:auto;
	width:100px;
	margin:0;
	border:none;
	background-image:none;	
	font-weight:normal;
}
UL.SubNavLeftMenu LI A, UL.SubNavLeftMenu LI A:visited {
	font:normal 0.9em Verdana,Arial,sans-serif;
	display:block;
	width:100px;
	padding:3px 0px 4px 20px;
    color:#4b5265;
    background-color:#fff;
    text-decoration:none;
	border:none;
	border-top:1px solid #f2f1f6;
}
UL.SubNavLeftMenu LI A:hover {
    display:block;
	width:100px;
	padding:3px 0px 4px 20px;
    color:#4b5265;
    background-color:#f1f1f3;
    text-decoration:underline;
	font-weight:normal;
	font-size:0.9em;
}
UL.SubNavLeftMenu LI.SubNavLeftActive A, UL.SubNavLeftMenu LI.SubNavLeftActive A:visited, 
UL.SubNavLeftMenu A.SubNavLeftActive:link, UL.SubNavLeftMenu A.SubNavLeftActive:visited, UL.SubNavLeftMenu A.SubNavLeftActive:active, UL.SubNavLeftMenu A.SubNavLeftActive:hover {
	color:#000;
	background-color:#f2f3f5; 
}
DIV.MenuSeparator {
    width:170px;
    height:4px;
	margin-left:10px;
	border-top:1px solid #d9d9e3;
	background-color:#f9f9f9; 
}
DIV.LeftMenuSeparator {
    width:170px;
    height:22px;
	margin-left:10px;
	border-top:1px solid #c1c3d2;
}


DIV.ButtonsBig {
	height:38px;
	padding:0;
	margin:0;
	text-align:left;
	width: 470px;
    clear:both;
}
DIV.ButtonsBig UL { 
	width: 470px;
	padding:0;
	list-style:none;
}
DIV.ButtonsBig UL LI {
	float:left;
	width:150px;
	height:38px;
	text-decoration:none;
	padding:0;
	background:url(../../images/grey_big.gif) no-repeat;
	margin-bottom: 10px;
}
DIV.ButtonsBig UL LI:hover {
	font:14px Arial,sans-serif;
	float:left;
	margin:0;
	width:150px;
	height:38px;
	text-decoration:none;
}
DIV.ButtonsBig UL LI A, DIV.ButtonsBig UL LI A:visited {
	font:18px Arial,sans-serif;
	overflow:hidden;
	display:block;
	margin:0;
	height:26px;
	padding-top:8px;
	padding-left:25px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
DIV.ButtonsBig UL LI A:hover {
	color:#000;
	text-decoration:none;
	background:url(../../images/grey_big.gif) 100% -38px no-repeat;
}
DIV.ButtonsBig UL LI.Separator {
	width:10px;
	background:none;
	text-decoration:none;
}
DIV.ArrowButton {
	height:38px;
	padding:0;
	margin:0;
	text-align:left;
}
DIV.ArrowButton UL { 
	margin:0 auto;
	padding:0;
	list-style:none;
}
DIV.ArrowButton UL LI {
	float:left;
	font:14px Arial,sans-serif;
	width:220px;
	height:38px;
	text-decoration:none;
	padding:0;
	background-image:url(../../images/grey_long.gif);
}
DIV.ArrowButton UL LI A, DIV.ArrowButton UL LI A:visited {
	font:14px Arial,sans-serif;
	overflow:hidden;
	display:block;
	margin:0;
	height:26px;
	padding-top:12px;
	padding-left:10px;
	color:#000;
	text-decoration:none;
}
DIV.ArrowButton UL LI A:hover {
	color:#000;
	text-decoration:none;
	background-image:url(../../images/grey_long.gif);
    background-position:100% -38px;
}

UL.ProductFeatures {
	font:1.1em Verdana,Arial,sans-serif;
	color:#383d41;
	list-style-type:none;
	margin:0px 20px 0 -5px;
	padding-left:5px;
	margin-right:0;
}
UL.ProductFeatures LI {
	margin-bottom:10px;
	background: url(../../images/ul_style_feature.gif) no-repeat;
	padding-left:17px;
	text-align:left;

}

.box-price {
background:#F2F3F5 none repeat scroll 0 0;
margin:3px 0;
width:140px;
}


button.TryButton {
background:#FEFFFF url(../../images/btn_sbg.gif) repeat scroll 0 0;
border:1px solid #9CA1A7;
color:#000000;
cursor:pointer;
height:25px;
text-align:center;
vertical-align:top;
width:52px;
}
div.TryButton {
font-family:Verdana,Arial,sans-serif;
font-size:13px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:25px;
line-height:normal;
padding-top:2px;
text-decoration:none;
vertical-align:top;
width:100%;
}

button.MarkedButton {
background:#F29846 url(../../images/btn_marked_bg.gif) repeat scroll 0 0;
border:1px solid #DD8729;
color:#FFFFFF;
cursor:pointer;
height:25px;
padding:0 10px;
text-align:left;
vertical-align:top;
width:52px;
}
div.MarkedButton {
-x-system-font:none;
font-family:Verdana,Arial,sans-serif;
font-size:13px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:25px;
line-height:normal;
padding:2px 0;
vertical-align:top;
width:100%;
}


/* added new css */
.maindivinner {width:1000px; margin:0 auto; padding:0 0 0 0;}
.midpartinner {width:1000px; background-image: url(images/mid_bg_inner.gif); background-position: left top; background-repeat:repeat-y;  font-size:11px; font-weight:normal}
.footerinner{width:1000px; background-image: url(images/footerbg_inner.gif); background-position: left top; background-repeat:no-repeat;  font-size:13px; color:#FFF; font-family: Tahoma,Arial,Verdana; height:28px;}
* html .LeftCol{width:237px; margin:5px 7px 0 5px; padding:0 0 0 0; float:left; text-align:left;}
.LeftCol{width:237px; margin:5px 0 0 11px; padding:0 0 0 0; float:left; text-align:left;}
.LeftColbg {background-image: url(images/left_colbginner.gif); background-position: left top; background-repeat:repeat-y; height:800px;}
.LeftColbg h2{background-image: url(images/left_col_heading_bg.gif); background-position: left top; background-repeat:repeat-x; font-family:Tahoma,Arial; font-size:14px; color:#57A601; line-height:41px; margin:0 7px 0 6px; padding:0 0 0 25px}
.LeftColbg h2.category{background-image: url(images/cat_bg.gif); background-position: left top; background-repeat:repeat-x; font-family:Tahoma,Arial; font-size:14px; color:#57A601; line-height:28px; margin:0 7px 0 6px; padding:0 0 0 25px}
.LeftColbg ul {margin:0 15px 5px 10px; list-style:none; padding:0 0 0 4px;line-height:16px;}
.LeftColbg ul li {background:url(images/arrow_green.gif) left no-repeat; border-bottom:1px dashed #DDDDDD; padding:3px 7px 3px 13px;color:#717171; font-weight:normal; font-size:11px; }
.LeftColbg ul li a {color:#717171; font-weight:normal; font-size:11px; text-decoration:none;}
.LeftColbg ul li a:hover {color:#1D0B1D; font-weight:normal; font-size:11px; text-decoration:none;}
* html .RightPartinner{width:734px; margin:5px 5px 0 5px; padding:0 0 0 0; float:right; text-align:left;}
.RightPartinner{width:735px; margin:5px 12px 0 5px; padding:0 0 0 0; float:right; text-align:left;}
.grayinnerbg{width:735px; background-color:#F3F3F3; margin:0; padding:0; text-align:left}
.grayinnerbg h2{Tahoma,Arial; font-size:22px; color:#373737; padding:0 0 0 25px; text-align:left; border-top:1px dashed #E4E2E2; border-bottom:1px dashed #E4E2E2}
.ShippingBox{width:715px; margin:0 10px; padding:0;}
.ShipingWhiteBox{width:352px; margin:0; padding:0; text-align:left; float:left;}
.ShipingWhiteBox h2{Tahoma,Arial; font-size:18px; color:#57A601;padding:0; text-align:center; border:0}
.paymentBox{width:352px; margin:0; padding:0 0 0 11px; text-align:left; float:right;}

.paymentBox h2{Tahoma,Arial; font-size:18px; color:#57A601;padding:0; text-align:center; border:0}

.whiteboxbg{width:352px; background:url(images/shipping_bg.gif) left repeat-y; height:225px}
.whiteboxbg img{border:none}
a.LeftColLink:link, a.LeftColLink:visited, a.LeftColLink:active  
{color:#717171; font-weight:normal; text-decoration:none; font-size:11px;}
a.LeftColLink:hover 
{color:#000; font-weight:normal; text-decoration:none; font-size:11px;}

.homebox{width:907px;background: url(images/homebox_bg.jpg) no-repeat; font-family:Tahoma,Arial; font-size:18px; color:#57A601; margin:0 auto; padding:0 0 0 0; height:285px;}
.centuryshop{text-align:left;float:left; width:418px; font-size:11px; color:#404040; margin:28px 0 0 10px; padding:0 0 0 0;}
.centuryshop h2{font-family:Arial;text-align:left;font-size:22px; color:#1F272D; margin:0; padding:0 0 0 0; line-height:100%}
.c-cms{text-align:left;float:right; width:437px; font-size:11px; color:#404040; margin:28px 0 0 27px; padding:0 0 0 0;}
.c-cms h2{font-family:Arial;text-align:left;font-size:22px; color:#1F272D; margin:0; padding:0 0 0 0; line-height:100%}
.greenTxt{color:#4A5359; font-size:16px; line-height:110%}
.MidHome{ width:917px; margin:0 auto; padding:0;}
.companyBox{float:left; width:299px; margin:10px 9px 0 0; padding:0;}
.productBox{float:left; width:299px; margin:10px 9px 0 0; padding:0;}
.clientBox{float:left; width:299px; margin:10px 0 0 0; padding:0;}
.homeGrayTop{width:299px;background: url(images/home_mid_top_img.gif) no-repeat; margin:0; padding:0 0 0 0; height:51px;}
.homeGrayTop h2{color:#1F272D; font-size:20px; font-family:Arial, Helvetica, sans-serif;padding:5px 0 0 20px; margin:0; text-align:left}
.homeGraymid{width:299px;background: url(images/home_mid_bg.gif) repeat-y; margin:0; padding:0 0 0 0; text-align:left; height:465px;}
* html .homeGraymid{width:299px;background: url(images/home_mid_bg.gif) repeat-y; margin:0; padding:0 0 0 0; text-align:left; height:485px;}
.homeGraymidLast{width:299px;background: url(images/home_mid_bg.gif) repeat-y; margin:0; padding:0 0 0 0; text-align:left;}
.homeGraymidLast div{margin:0 10px 0 20px; padding:0 0 0 0;}
* html .homeGraymidLast ul{margin:0 0 0 20px; padding:0 0 30px 0; line-height:18px; list-style:none}
.homeGraymidLast ul{margin:0 0 0 20px; padding:0 0 15px 0; line-height:18px; list-style:none}
.homeGraymidLast ul li{background:url(images/home_arrow.gif) left top no-repeat; margin:0; padding:0 10px; color:#3C3C3C; font-size:12px;}
.homeGraymid div{margin:0 10px 0 14px; padding:0 0 0 0;}
.homeGraymid div h3{color:66A501; font-size:16px; font-family:Arial, Helvetica, sans-serif;padding:5px 0 0 0; margin:0; text-align:left; line-height:115%}
.homeGraymid div h3 span{color:#2E2E2E}
.homeGraymid h3{color:#2E2E2E; font-size:16px; font-family:Arial, Helvetica, sans-serif;padding:5px 0 0 20px; margin:0; text-align:left}
.homeGraymid h3 a{color:#66A501; font-size:16px; font-family:Arial, Helvetica, sans-serif; text-align:left;text-decoration:none;}
.homeGraymid ul{margin:0 0 0 20px; padding:0; line-height:18px; list-style:none}
.homeGraymid ul li{background:url(images/home_arrow.gif) left top no-repeat; margin:0; padding:0 10px; color:#3C3C3C; font-size:12px;}
.homeGraybottom{width:299px;background: url(images/home_mid_bottom_img.gif) repeat-y; margin:0; padding:0 0 0 0; height:22px;}













/*********added by rashmi**********/
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#navigation li {
	background: #ccc;
	border-left: 1px solid #999;
	float: left;
	margin: 0;
	padding: 0;
	}
	
#navigation a {
	color: #666;
	font-weight: bold;
	padding: 5px 10px;
	text-decoration: none;
	}
	
#navigation a:hover {
	color: #333;
	}
	
#navigation #currentpage a {
	background: #fff;
	color: #333;
	}


#tab_dis {font-size:11px; font-weight:normal; margin:0 auto; padding:0;}

#tab_dis ul {margin:0 0 0 10px;padding:0;list-style:none; height:26px;}

#tab_dis ul li {float:left; display:inline; margin:0; padding:0 2px; line-height:26px; background:url(../../images/disc_btn.gif) no-repeat left; width:130px;text-align:center; }

#tab_dis ul li a {margin:0; padding:0;text-decoration:none;font-weight:bold;padding:0 5px; color:#fff}

#tab_dis ul li a:hover {margin:0; padding:0;text-decoration:underline;font-weight:bold;padding:0 5px; color:#d3d3d3}

/* ========== Text Class End ========== */
/* Class For Tab Section Start */
.tabdoc {float:left; display:inline; margin:0; padding:0 2px; line-height:26px;FONT-WEIGHT: bold; background:url(../../images/disc_btn.gif) no-repeat left; width:130px; color:#fff; text-align:center; }


.tabOn {float:left; display:inline; margin:0; padding:0 2px; line-height:26px;FONT-WEIGHT: bold; background:url(../../images/disc_btn.gif) no-repeat left; width:130px; color:#fff; text-align:center; }
.tabOff {float:left; display:inline; margin:0; padding:0 2px; line-height:26px; background:url(../../images/disc_btn.gif) no-repeat left; width:130px;text-align:center;color:#fff; }
.tabOff A {display:inline; margin:0; padding:0 2px; line-height:26px;COLOR:#fff; /*background:url(../../images/disc_btn.gif) no-repeat left;*/ width:130px;text-align:center; }
.tabOff A.Link {PADDING-LEFT: 10px; FONT-WEIGHT: bold; FONT-SIZE: xx-small;FONT-WEIGHT: bold; background:url(../../images/disc_btn.gif) no-repeat left; PADDING-BOTTOM: 3px; width:130px;  COLOR:#fff; PADDING-TOP: 3px; FONT-FAMILY: Verdana, Helvetica, sans-serif; TEXT-ALIGN: left; TEXT-DECORATION: underline}
.tabOff A.Visited {PADDING-LEFT: 10px; FONT-WEIGHT: bold; FONT-SIZE: xx-small; BACKGROUND: #FFEFDD; PADDING-BOTTOM: 3px; COLOR: black; PADDING-TOP: 3px; FONT-FAMILY: Verdana, Helvetica, sans-serif; TEXT-ALIGN: center; TEXT-DECORATION: underline}
.tabOff A.Hover {PADDING-LEFT: 10px; FONT-WEIGHT: bold; FONT-SIZE: xx-small; background:url(../../images/disc_btn.gif) no-repeat left; PADDING-BOTTOM: 3px; width:130px;COLOR:#8cc324; PADDING-TOP: 3px; FONT-FAMILY: Verdana, Helvetica, sans-serif; TEXT-ALIGN: left; TEXT-DECORATION: underline}
.tabOn A {PADDING-LEFT: 10px; FONT-WEIGHT: bold; FONT-SIZE: xx-small; background:url(../../images/disc_btn.gif) no-repeat left; PADDING-BOTTOM: 3px; COLOR: white; PADDING-TOP: 3px; FONT-FAMILY: Verdana, Helvetica, sans-serif; TEXT-ALIGN: center; TEXT-DECORATION: underline}
.tabOn A.Link {PADDING-LEFT: 10px; FONT-WEIGHT: bold; FONT-SIZE: xx-small; background:url(../../images/disc_btn.gif) no-repeat left; PADDING-BOTTOM: 3px; width:130px; COLOR:#8cc324; PADDING-TOP: 3px; FONT-FAMILY: Verdana, Helvetica, sans-serif; TEXT-ALIGN: left; TEXT-DECORATION: underline}
.tabOn A.Visited {PADDING-LEFT: 10px; FONT-WEIGHT: bold; FONT-SIZE: xx-small; BACKGROUND: #F78E1F; PADDING-BOTTOM: 3px; COLOR: white; PADDING-TOP: 3px; FONT-FAMILY: Verdana, Helvetica, sans-serif; TEXT-ALIGN: center; TEXT-DECORATION: underline}
.tabOn A.Hover {PADDING-LEFT: 10px; FONT-WEIGHT: bold; FONT-SIZE: xx-small;COLOR:#8cc324; background:url(../../images/disc_btn.gif) no-repeat left; PADDING-BOTTOM: 3px; width:130px;COLOR: white; PADDING-TOP: 3px; FONT-FAMILY: Verdana, Helvetica, sans-serif; TEXT-ALIGN: left; TEXT-DECORATION: underline}
.tabBody {BORDER-RIGHT: #8cc324 1px dotted; PADDING-RIGHT: 8px; BORDER-TOP: #8cc324 1px dotted; PADDING-LEFT: 8px; PADDING-BOTTOM: 8px; BORDER-LEFT: #8cc324 1px dotted; COLOR: black; PADDING-TOP: 8px; BORDER-BOTTOM: #8cc324 1px dotted; BACKGROUND-COLOR: #fff}
.tabheadingtxt  {font-size:14px;font-weight: bold;color:#0068B3;}
.title{font-size: 13px;color: #0086C5; font-weight: bold;}
.salePrice{font-size: 11px; font-weight: bold; color: #F95800;}
.sectionHead { font-size: x-small; color: #333000; font-weight: bold;}
td.off {background: #FFFFFF; border-style:solid; border-width:1px; border-color:#FFFFFF;}
td.on {background: #FFFFFF; border-style:solid; border-width:1px; border-color:#FB9728;}
/* Class For Tab Section End */

