@charset "utf-8";
body {
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #18718E;
}
.body_bg1 {
	background-image: url(../images/master-bg.jpg);
	background-position: top;
}
.body_bg2 {
	background-image: url(../images/master-bg2.gif);
	background-position: center top;
}

.parent {
	padding: 0px;
	width: 100%;
	background-repeat: no-repeat;
	height: 600px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.parent_bg1 {
		background-image: url(../images/parent-bg.jpg);
		background-position: center 99px;
}
.parent_bg2 {
		background-image: url(../images/parent-bg2.gif);
		background-position: center 110px;
}
#header {
	height: 87px;
	width: 960px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header #logo {
	height: 75px;
	width: 266px;
	position: absolute;
	padding-top: 6px;
	top: 3px;
	left: 3px;
}
#header #toplogos {
	text-align: right;
	position: relative;
	top: 7px;
	float: right;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}

#toplogos .money {
	margin-right: 3px;
	float: left;
	margin-top: 5px;
}
#toplogos .hacksafe {
	padding: 0px;
	float: left;
	margin: 0px;
}

#header #toplinks {
	width: 300px;
	position: absolute;
	padding: 0px;
	top: 63px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	left: 654px;
	text-align: right;
	height: 18px;
}
#header #toplinks a {
	font-family: Tahoma;
	font-size: 9px;
	color: #147CA0;
	text-decoration: none;
	text-transform: uppercase;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #147CA0;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#header #toplinks a:hover {
	color: #9FB021;
	text-decoration: underline;
}
#topmenu {
	height: 41px;
	width: 944px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	vertical-align: middle;
	float: left;
}

#nav {
	width:100%;
	overflow:auto;
	background-image: url(../images/nav-bg.gif);
	background-repeat: repeat-x;
	background-position: center center;
	background-color: #154554;
	height: 41px;
}
#nav ul {
	padding:0;
	margin: 0;
}
#nav ul li {
	float:left;
	list-style:none;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	vertical-align: middle;
	color:#0C627E;
	text-align: center;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0;
}

#nav ul li a, .m1 a, .m2 a, .m3 a, .m4 a, .m5 a, .m6 a, .m7 a, .m8 a {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	font-variant: small-caps;
	font-weight: normal;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin: 0px;
	float: left;
}
#nav ul li a:hover {
	color:#0C627E;
}
.m1 a:hover {
	background-image: url(../images/m1-over.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
}
.m2 a:hover {
	background:transparent url(../images/m2-over.gif) no-repeat center center;
}
.m3 a:hover {
	background:transparent url(../images/m3-over.gif) no-repeat center center;
}
.m4 a:hover {
	background:transparent url(../images/m4-over.gif) no-repeat center center;
}
.m5 a:hover {
	background:transparent url(../images/m5-over.gif) no-repeat center center;
}
.m6 a:hover {
	background:transparent url(../images/m6-over.gif) no-repeat center center;
}
.m7 a:hover {
	background:transparent url(../images/m7-over.gif) no-repeat center center;
}
.m8 a:hover {
	background:transparent url(../images/m8-over.gif) no-repeat center center;
}

.m1Active {
	background:transparent url(../images/m1-over.gif) no-repeat center center;
	color: #000;
}
.m2Active {
	background:transparent url(../images/m2-over.gif) no-repeat center center;
}
.m3Active {
	background:transparent url(../images/m3-over.gif) no-repeat center center;
}
.m4Active {
	background:transparent url(../images/m4-over.gif) no-repeat center center;
}
.m5Active {
	background:transparent url(../images/m5-over.gif) no-repeat center center;
}
.m6Active {
	background:transparent url(../images/m6-over.gif) no-repeat center center;
}
.m7Active {
	background:transparent url(../images/m7-over.gif) no-repeat center center;
}
.m8Active {
	background:transparent url(../images/m8-over.gif) no-repeat center center;
}
form {
	margin: 0px;
	padding: 0px;
}
#searchbox {
	float: right;
	position: relative;
	height: 26px;
	margin-top: 8px;
	margin-right: 0px;
	padding: 0px;
	width: 245px;
}
#searchbox .inputbox {
	background-image: url(../images/bg-keywordbox.gif);
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
	height: 26px;
	width: 205px;
	position: relative;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	text-align: right;
}
#searchbox .inputbox #keyword {
	width: 175px;
	margin-top: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	background-color: #F8F8F8;
}
#searchbox .btngo {
	float: left;
	height: 26px;
	width: 40px;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}

#menuleft {
	background-image: url(../images/menu-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 41px;
	width: 8px;
	position: relative;
}


#leftpanel {
	padding: 0px;
	float: left;
	width: 197px;
	position: relative;
	margin-top: 22px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#wrapper {
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#menuright {
	background-image: url(../images/menu-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	height: 41px;
	width: 8px;
	position: relative;
}
#leftpanel #leftNav {
	padding: 0px;
	width: 180px;
	position: relative;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	}
#contentBox {
	float: right;
	width: 754px;
	position: relative;
	margin-top: 0px;
	text-align: center;
	padding: 0px;
}

#contentBox #copytxt {
	text-align: left;
	width: 460px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	line-height: 18px;
}
#contentBox #banners {
	padding: 0px;
	width: 754px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#contentBox  #banners  .row {
	float: left;
	height: 68px;
	width: 179px;
	padding: 0px;
	margin-right: 6px;
	text-align: center;
}
#contentBox  #banners  .endrow {
	float: left;
	height: 68px;
	width: 179px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
#banners  #row1 {
	padding: 0px;
	height: 68px;
	margin-bottom: 6px;
	margin-right: auto;
	margin-left: auto;
	width: 734px;
}
#banners #row2 {
	padding: 0px;
	height: 68px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 734px;
}




#contentBox #bestseller {
	padding: 0px;
	height: 250px;
	width: 754px;
	margin-top: 17px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#bestseller  #titleband {
	background-image: url(../images/big-band.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: middle;
	height: 30px;
	width: 734px;
	color: #39536B;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#bestseller #titleband h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #39536B;
	padding-top: 4px;
	padding-left: 15px;
	margin: 0px;
	display: block;
	float: left;
	width: 70%;
	position: relative;
}
#bestseller #titleband .viewmore a {
	color: #39536B;
	text-decoration: none;
}

#bestseller #titleband .viewmore {
	width: 100px;
	padding-top: 6px;
	position: relative;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	float: right;
	margin-right: 15px;
}
#bestseller #P1 {
	background-image: url(../images/v-divider.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	width: 24%;
	margin-top: 25px;
	margin-right: 5px;
}
#bestseller #P2 {
	background-image: url(../images/v-divider.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	width: 24%;
	margin-top: 25px;
	margin-right: 5px;
}
#bestseller #P3 {
	background-image: url(../images/v-divider.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	width: 24%;
	margin-top: 25px;
	margin-right: 5px;
}
#bestseller #P4 {
	float: left;
	width: 24%;
	margin-top: 25px;
}

.price {
	font-size: 14px;
}
a {
	color: #81B002;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


#contentBox #reviewbox {
	background-image: url(../images/bg-reviewbox.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 754px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 32px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}


#reviewbox #box1 {
	float: left;
	width: 361px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: left;
	position: relative;
}
#reviewbox #box1 .hdr1 {
	background-image: url(../images/hdbg-whyus.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 31px;
	width: 361px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#reviewbox #box1 .hdr1 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #39536B;
	margin: 0px;
	padding-top: 4px;
	padding-left: 15px;
}
#reviewbox #box1 #contents1 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EBF4F9;
	border-left-color: #EBF4F9;
	width: 339px;
	position: relative;
	text-align: left;
	height: 160px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#reviewbox #box1 #end1 {
	background-image: url(../images/bg-rvuboxend.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	width: 361px;
	height: 6px;
	position: relative;
}
#reviewbox #box1 #contents1 img {
	padding-right: 20px;
	margin: 0px;
	position: relative;
}


#reviewbox #box2 {
	float: left;
	width: 176px;
	padding: 0px;
	margin-right: 10px;
	text-align: left;
	position: relative;

}
#reviewbox #box2 .hdr2 {
	background-image: url(../images/hdbg-latestnews.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 31px;
	width: 176px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#reviewbox #box2 .hdr2 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #39536B;
	margin: 0px;
	padding-top: 4px;
	padding-left: 15px;
}
#reviewbox #box2 #contents2 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EBF4F9;
	border-left-color: #EBF4F9;
	width: 154px;
	position: relative;
	text-align: left;
	height: 160px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#reviewbox #box2 #contents2 .link {
	color: #18718E;
}
#reviewbox #box2 #end2 {
	background-image: url(../images/bg-smlboxend.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	width: 176px;
	height: 6px;
	position: relative;
}
#reviewbox #box3 {
	width: 176px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
}
#reviewbox #box3 .hdr3 {
	background-image: url(../images/hdbg-latestnews.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 31px;
	width: 176px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#reviewbox #box3 .hdr3 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #39536B;
	margin: 0px;
	padding-top: 4px;
	padding-left: 15px;
}
#reviewbox #box3 #contents3 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EBF4F9;
	border-left-color: #EBF4F9;
	width: 154px;
	position: relative;
	text-align: left;
	height: 160px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#reviewbox #box3 #contents3 .link {
	color: #18718E;
}
#reviewbox #box3 #end3 {
	background-image: url(../images/bg-smlboxend.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	width: 176px;
	height: 6px;
	position: relative;
}.highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 2px;
	background-color: #B1DD10;
	margin: 0px;
}
#leftbox, #leftbox2 {
	width: 186px;
	text-align: left;
	padding: 0px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#leftbox .hdr, #leftbox2 .hdr2 {
	background-image: url(../images/hdbg-leftbox.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
	width: 186px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#leftbox .hdr h2, #leftbox2 .hdr2 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #39536B;
	margin: 0px;
	padding-top: 3px;
	padding-left: 10px;
}
#leftbox #contents, #leftbox2 #contentslb {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EBF4F9;
	border-left-color: #EBF4F9;
	width: 180px;
	position: relative;
	text-align: left;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#leftbox2 #contentslb .h1 {
	font-size: 18px;
	color: #999999;
	font-weight: bold;
}
#leftbox2 #contentslb .h2 {
	font-size: 16px;
	color: #999999;
	font-weight: bold;
}
#leftbox2 #contentslb .h3 {
	font-size: 14px;
	color: #999999;
	font-weight: bold;
}
#leftbox2 #contentslb .h4 {
	font-size: 11px;
	color: #999999;
	font-weight: bold;
}
#leftbox2 #contentslb .h5 {
	font-size: 10px;
	color: #999999;
	font-weight: bold;
}
#leftbox2 #contentslb .h6 {
	font-size: 9px;
	color: #999999;
	font-weight: bold;
}
#leftbox #end, #leftbox2 #endlb {
	background-image: url(../images/bg-lftboxend.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	width: 186px;
	height: 6px;
	position: relative;
}
#leftpanel .leftboxs {
	text-align: center;
	padding: 0px;
	width: 186px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: auto;
}
#wrapper #list {
	height: 200px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#listtop  {
	background-image: url(../images/listbox-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 6px;
	width: 960px;
	margin-top: 15px;
}


#listbot {
	background-image: url(../images/listbox-bot.gif);
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 6px;
	width: 960px;
	background-repeat: no-repeat;
}
#listbox {
	background-color: #F3FAFD;
	background-image: url(../images/listbox-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 5px;
	width: 948px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E6F1F7;
	border-left-color: #E6F1F7;
	float: left;
	position: relative;
}
#listbox #colmn1, #listbox #colmn2, #listbox #colmn3, #listbox #colmn4, #listbox #colmn5 {
	width: 19%;
	margin: 4px;
	padding: 0px;
	float: left;
}
#colmn1 ul, #colmn2 ul, #colmn3 ul, #colmn4 ul, #colmn5 ul {
	margin: 0px;
	padding: 0px;
}

#colmn1 li, #colmn2 li, #colmn3 li, #colmn4 li, #colmn5 li {
	padding: 0px;
	text-align: left;
	list-style-type: none;
	position: relative;
	display: block;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#colmn1 a, #colmn2 a, #colmn3 a, #colmn4 a, #colmn5 a {
	font-size: 12px;
	color: #0A526A;
	text-decoration: none;
}
#colmn1 a:hover, #colmn2 a:hover, #colmn3 a:hover, #colmn4 a:hover, #colmn5 a:hover {
	font-size: 12px;
	color: #0A526A;
	text-decoration: underline;
}
#colmn1  .head, #colmn2  .head, #colmn3  .head, #colmn4  .head, #colmn5  .head  {
	font-size: 14px;
	font-weight: bold;
	color: #0A526A;
}

#footer  #footerL {
	text-align: left;
	margin: 0px;
	float: left;
	width: 60%;
	vertical-align: middle;
	padding: 15px;
}

#footer  #footerR {
	text-align: right;
	margin: 0px;
	float: right;
	width: 30%;
	vertical-align: middle;
	padding: 15px;
}
#footer a {
	color: #147CA0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
}
#footer a:hover {
	color: #81B002;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: underline;
}
#colmn1  .seemore  a, #colmn2  .seemore  a, #colmn3  .seemore  a, #colmn4  .seemore  a, #colmn5  .seemore  a {
	font-weight: bold;
	color: #81B002;
	text-decoration: none;
}
#colmn1  .seemore  a:hover, #colmn2  .seemore  a:hover, #colmn3  .seemore  a:hover, #colmn4  .seemore  a:hover, #colmn5  .seemore  a:hover {
	font-weight: bold;
	color: #81B002;
	text-decoration: underline;
}
#infobox {
	padding: 0px;
	float: right;
	height: 208px;
	width: 754px;
	margin-right: auto;
	margin-left: auto;
}

#infobox .shipping {
	color: #FFFFFF;
	padding-top: 88px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


h1, h2, h3, h4, h5, h6, p, html {
	margin:0;
	padding:0;
}
h1 {
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	color:#147CA0;
	font-weight:normal;
}
h3 {
	font-size:18px;
	color:#18718E;
	font-weight:normal;
}
h4 {
	font-size:14px;
	color:#18718E;
	font-weight:bold;
	margin-top:15px;
}
h5{
	font-size:18px;
	color:#147CA0;
	font-weight:bold;
}
.heading {
	width:740px;
	height:30px;
/*	background:url(../images/big-band2.gif) left center no-repeat;*/
	background:url(../images/catagory-heading.jpg) left center no-repeat;
	text-align:left;
	padding-left:7px;
}
.mrg_top {
	margin-top:65px;
}
.mrg_right {
	margin-right:15px;
}
.back_links {
	height:17px;
	background:url(../images/bottom_dots.gif) bottom left no-repeat;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#1AB4E6;
	text-align:left;
	padding-top:13px;
	margin-left:7px;
}
.back_links a {
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#1AB4E6;
	text-decoration:none;
}
.back_links a:hover {
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#80BE14;
	text-decoration:none;
}
img {
	border:0;
	padding:0;
	margin:0;
}
.inner_banner1 {
	margin:10px 0 15px 0;
}
.left {
	text-align:left;
}
.mrg_lft {
	margin-left:5px;
}
.heading_mrg {
	margin:25px 0 16px 7px;
}
.view_all {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#147CA0;
	text-decoration:underline;
	margin-right:15px;
}
.view_all:hover {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#81B002;
	text-decoration:none;
}
.view_all2 {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#147CA0;
	text-decoration:underline;
	}
	
.view_all2:hover {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#81B002;
	text-decoration:none;
}


.inlne {
	display:inline;
}
.fleft {
float:left;
}
.fright {
float:right;
}
.clear {
	clear:both;
	line-height:0;
	font-size:0;
	margin:0;
	padding:0;
}
.listing {
	margin:0;
	padding:0;
	list-style-position:outside;
	list-style-type:none;
}
.listing li {
	margin:0 17px 40px 17px;
	padding:0;
	float:left;
	width:154px;
	overflow:hidden;
	display:inline;
	text-align:center;
}
.cate_name {
	color:#147CA0;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.cate_name:hover {
	color:#81B002;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}
.titleband {
	background-image: url(../images/big-band.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: middle;
	height: 30px;
	width: 734px;
	color: #39536B;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear:both;
}
.titleband h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #39536B;
	padding-top: 4px;
	padding-left: 15px;
	margin: 0px;
	display: block;
	float: left;
	width: 70%;
	position: relative;
}
.titleband .viewmore a {
	color: #39536B;
	text-decoration: none;
}

.titleband .viewmore {
	width: 100px;
	padding-top: 6px;
	position: relative;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	float: right;
	margin-right: 15px;
}

.titleband2 {
	background-image: url(../images/heading_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	height: 30px;
	width: 530px;
	color: #39536B;
	padding: 0px;
	margin-top: 20px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: auto;
	clear:both;
}
.titleband2 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #39536B;
	padding-top: 4px;
	padding-left: 15px;
	margin: 0px;
	display: block;
	float: left;
	width: 70%;
	position: relative;
}
.titleband2 .viewmore a {
	color: #39536B;
	text-decoration: none;
}

.titleband2 .viewmore {
	width: 100px;
	padding-top: 6px;
	position: relative;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	float: right;
	margin-right: 15px;
}


.bestseller {
	padding: 0px;
	height: 250px;
	margin-top: 17px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.bestseller .P1 {
	background-image: url(../images/v-divider.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	width: 24%;
	margin-top: 25px;
	margin-right: 5px;
}
.bestseller .P2 {
	background-image: url(../images/v-divider.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	width: 24%;
	margin-top: 25px;
	margin-right: 5px;
}
.bestseller .P3 {
	background-image: url(../images/v-divider.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	width: 24%;
	margin-top: 25px;
	margin-right: 5px;
}
.bestseller .P4 {
	float: left;
	width: 24%;
	margin-top: 25px;
}
.info_details {
	float:left;
	display:inline;
	width:532px;
	margin-top:30px;
	text-align:left;	
}
.info_image {
	width:184px;
	height:290px;
	float:left;
	text-align:center;
}
.view_1 {
	width:175px;
	height:210px;
	margin-bottom:10px;
	display:none;
}
.info_content {
	float:right;
	width:290px;
	text-align:left;
}
.info_content h2 {
	display:inline;
	font-size:18px;
	font-weight:normal;
	color:#147CA0;
}
.info_price {
	font:bold 18px Arial, Helvetica, sans-serif;
	color:#7DC010;
	margin-left:20px;
}
.info_content p {
	margin-top:8px;
	margin-bottom:10px;
}
.qnty_input {
	width:35px;
	height:16px;
	border:1px solid #A6D0E7;
	color:#147CA0;
	font-weight:bold;
	padding:2px;
}
.rating {
	background:#F0F9FD;
	padding:5px;
	margin:10px 0 5px 0;
}
.full_details_tab {
	height:25px;
	width:464px;
	border-bottom:1px solid #B8D9EC;
	margin-top:20px;
	clear:both;
	text-align:left;
	background:url(../images/of.gif) repeat-x;
}
.full_details_tab ul {
	margin:0;
	padding:0;
	list-style-position:outside;
	list-style-type:none;
}
.full_details_tab ul li {
	margin:0;
	padding:0;
	display:inline;
	text-align:left;
	height:25px;
}
.full_details_tab ul li a {
	display:block;
	width:72px;
	height:12px;
	float:left;
	background:url(../images/of.gif) no-repeat;	
	text-transform:uppercase;
	color:#FFFFFF;
	font-family:Tahoma;
	font-size:9px;
	text-decoration:none;
	text-align:center;
	padding-top:13px;
}
.full_details_tab ul li a:visited {
color:#FFFFFF;
}
.full_details_tab ul li a:hover {
	display:block;
	width:72px;
	height:15px;
	float:left;
	background:url(../images/on.gif) no-repeat;	
	text-transform:uppercase;
	color:#FFFFFF;
	font-family:Tahoma;
	font-size:9px;
	text-decoration:none;
	text-align:center;
	padding-top:10px;
}
.full_details_tab ul li a.selected {
	display:block;
	width:72px;
	height:15px;
	float:left;
	background:url(../images/on.gif) no-repeat;	
	text-transform:uppercase;
	color:#FFFFFF;
	font-family:Tahoma;
	font-size:9px;
	text-decoration:none;
	text-align:center;
	padding-top:10px;
}
.full_details_tab ul li a.selected:hover {
	display:block;
	width:72px;
	height:15px;
	float:left;
	background:url(../images/on.gif) no-repeat;	
	text-transform:uppercase;
	color:#FFFFFF;
	font-family:Tahoma;
	font-size:9px;
	text-decoration:none;
	text-align:center;
	padding-top:10px;
}
.full_details {
	border-left:1px solid #B8D9EC;
	border-right:1px solid #B8D9EC;
	border-top:1px solid #B8D9EC;
	width:496px;
	padding:15px 15px 0 15px;
	background:url(../images/detail_bg.gif) left top repeat-x;
	text-align:left;
	margin-top:-1px;
	display:none;
}
.full_details p {
	text-align:left;
	padding-top:15px;
}
.full_details h1 {
	font:normal 24px Tahoma;
	color:#147CA0;
}
.full_details_bottom {
	width:528px;
	height:19px;
	background:url(../images/bottom_round.gif) no-repeat;
}

.info_right {
	float:left;
	display:inline;
	width:202px;
	margin-left:16px;
	text-align:center;
}
.info_right h2 {
	color:#39536B;
	font:bold 18px Arial, Helvetica, sans-serif;	
}
.basket_info {
	width:176px;
	padding:10px 10px 0 10px;
	background:url(../images/basket_bg.gif) top center no-repeat;
	text-align:left;
}
.basket_block {
	border-bottom:1px solid #CCE2EA;
	border-top:1px solid #CCE2EA;	
	margin:5px 0 5px 0;
}

.basket_info_bottom {
	width:196px;
	height:19px;
	background:url(../images/round_corner.gif) bottom no-repeat;
}
.altrntve {
	width:184px;
	border-style:solid;
	border-width:0 1px 1px 1px;
	border-color:#E6F1F7;
	padding-top:15px;
	padding-left:10px;
	text-align:left;
	line-height:18px;
}
.altrntve ul {
	margin:0;
	padding:0;
	list-style-position:outside;
	list-style-type:none;
}
.altrntve ul li {
	margin:0 20px 10px 11px;
	padding:0;
	width:55px;
	display:inline;
	float:left;
	text-align:center;
	line-height:20px;
}
.altrntve_top {
	width:186px;
	height:26px;
	background:url(../images/alt_bg.gif) top no-repeat;
	margin-top:18px;
	text-align:left;
	padding:5px 0 0 10px;
}
.width_percetage {
	width:33%;
}
.green {
 color:#7DBD0E;
}
.about_us {
	text-align:left;
	margin:15px 0 0 10px;
}
.about_us p {
	margin-top:18px;
	line-height:18px;
}
.para_img {
	margin:0 0 10px 10px;
}
.text_list {
	padding:0;
	margin:0;
	list-style-type:none;
}
.text_list li {
	padding:0 0 0 15px;
	margin:6px 0 0 0;
	background: url(../images/li_bg.jpg) 0 4px no-repeat;
}
.results_heading {
	font:normal 20px Arial, Helvetica, sans-serif;
	padding-top:4px;
}
.result_box {
	border:1px solid #D2F4FF;
	margin:12px 0 14px 0;
	padding:10px 0 10px 10px;
}
.result_box table tr td {
	padding-right:10px;
	font-size:11px;
}
.result_box ul {
	margin:0;
	padding:0;
	list-style-position:outside;
	list-style-type:none;
}
.result_box ul li {
	margin:20px 10px 0 10px;
	padding:0;
	display:inline;
	line-height:20px;
	float:left;
	overflow:hidden;
	text-align:center;
}
.rifine_search {
	color:#0D5F79;
	display:block;
	padding:8px 0 0 10px;
}
.rifine_search a {
	color:#0D5F79;
	text-decoration:underline;
}
.rifine_search a:hover {
	color:#0D5F79;
	text-decoration:none;
}
.sort_by {
	color:#8A9A15;
	padding:8px 0 0 10px;
}
.sort_by ul {
	margin:0;
	padding:0;
	list-style-position:outside;
	list-style-type:none;
}
.sort_by ul li {
	margin:0 7px 0 0;
	padding:0;
	display:inline;
}
.sort_by ul li a {
	color:#8A9A15;
	text-decoration:underline;
}
.sort_by ul li a:hover {
	color:#8A9A15;
	text-decoration:none;
}
.font_14 {
	font-size:14px;
	margin-top:15px;
}
.font_23 {
font-size:23px;
font-weight:normal;
color:#147CA0;
}

.back_links2 {
	height:17px;
	background:url(../images/bottom_dots-2.gif) bottom left no-repeat;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#1AB4E6;
	text-align:left;
	padding-top:13px;
	margin-left:7px;
}
.back_links2 a {
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#1AB4E6;
	text-decoration:none;
}
.back_links2 a:hover {
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#80BE14;
	text-decoration:none;
}
.spacer{
padding:17px 0px 13px 8px;
}
.contact-left-box{
width:475px;
float:left;
margin:0px 0px 0px 5px;
text-align:left;
}
.contact-back{
background:url(../images/contact-back.gif) repeat-y;
width:475px;
overflow:hidden;
}

.contact-right-box{
width:253px;
float:right;
text-align:left;
padding:10px 0px 0px 0px;
}
.spacer2{
padding:25px 0px 0px 0px;
}
.text-space{
padding:0px 0px 9px 13px;
}
.text-field1{
background:url(../images/text-fileld.jpg)  no-repeat;
width:225px;
height:27px;
margin:0px 0px 0px 0px;
padding:0px 0px 15px 0px;
}
.text-field1 input{
width:225px;
height:27px;
margin:0px 0px 0px 0px;
padding:0px 0px 15px 0px;
}
.text-field{
background:url(../images/text-fileld.gif)  no-repeat;
width:280px;
height:27px;
margin:0px 0px 0px 0px;
padding:0px 0px 15px 0px;
}
.text-area{
background:url(../images/text-area.gif)  no-repeat;
width:459px;
height:162px;
margin:0px;
padding:0px 0px 10px 0px;
}
.form-select{
width:267px;
margin:3px 0px 0px 4px;
padding:0px;
border:#FFFFFF solid 1px;
color:#18718E;
font-size:12px;
}
.spacer3{
padding:0px 0px 0px 7px;
}
.form-select2{
width:449px;
margin:3px 0px 0px 4px;
padding:0px;
border:#FFffff solid 1px;
color:#18718E;
font-size:12px;
height:153px;
overflow:auto;
}
.cancel{
width:390px;
float:left;
padding:0px 0px 0px 10px;
}
.send{
width:74px;
float:right;
}
.cost{
float:left;
width:60px;
font-size:14px;
text-align:left;
padding:0px 0px 0px 20px;
}
.order{
float:right;
width:72px;
padding:0px 10px 0px 0px;
}
.font_18 {
	font-size:18px;
	font-weight:normal;
	color:#7DBF0F;
}

.new_bg_img {
	background:url(../images/new.gif) 68px 25px no-repeat !important;
	background:url(../images/new.gif) 68px 20px no-repeat;
}
.line_h_25 {
	line-height:25px;
}
.pre_next_page {
	height:25px;
	background:url(../images/top_border.gif) top center no-repeat;
	padding-top:15px;
}
.pre_next_page a {
	color:#1285AA;
	text-decoration:none;
}
.pre_next_page a:hover {
color:#1285AA;
	text-decoration:underline;

}
.pre_next_page ul {
float:left;
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
}
.pre_next_page ul li {
	padding:0;
	display:inline;
	float:left;
	overflow:hidden;
}
.li_mrgn {
	margin-right:170px;
}
.next {
display:block;
float:right;
}
.more_review {
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#76A800;
	text-decoration:none;
}
.more_review:hover {
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#76A800;
	text-decoration:underline;
}
.sign_in-top {
	width:730px;
	height:19px;
	background:url(../images/signin_top.gif) top left no-repeat;
	margin-top:15px;
}
.sign_in {
	width:692px;
	background:url(../images/signin_bg.gif) top left repeat-y;
	padding:0 19px 0 19px;
	text-align:left;
}
.sign_in h1 {
	font:bold 18px Arial, Helvetica, sans-serif;
	color:#18718E;
	margin:0 0 7px 7px;
}
.login_main {
	width:320px;
	float:left;
	clear:both;
}
.log_in {
	width:295px;
	background:url(../images/login_bg.gif) 0 27px no-repeat;
	text-align:left;
	padding:0 10px 0 15px;	
}
.log_in-btm {
	width:320px;
	background:url(../images/login_btm.gif) center top no-repeat;
	height:20px;	
	clear:both;
}

.sign_in-btm {
	width:730px;
	background:url(../images/singin_btm.gif) top left no-repeat;
	height:19px;
}


/******Vipin Work Start*************/
.login-box{
width:320px;
float:left;
}

.corner-1{
float:left;
height:10px;
line-height:0;
font-size:0;
padding:0;
margin:0;
}
.corner-2{
float:left;
width:300px;
line-height:9px;
border-top:#83BBD9 solid 1px;
background-color:#FFFFFF;
line-height:0;
font-size:0;
padding:0;
margin:0;
}
.corner-3{
float:right;
height:10px;
line-height:0;
font-size:0;
padding:0;
margin:0;
}
.curve-content{
border-left:#83BBD9 solid 1px;
border-right:#83BBD9 solid 1px;
background-color:#FFFFFF;
width:318px;
}
.corner-4{
float:left;
width:300px;
line-height:9px;
border-bottom:#83BBD9 solid 1px;
}
.login-content{
width:290px;
padding-top:10px;
}
.email-box1{
width:212px;
margin:2px 0px 0px 2px;
padding:0px;
border:#FFffff solid 1px;
padding:0 2px 0 2px;
color:#333333;
}





.new-account {
float:right;
width:320px;
clear:both;
}
.email{
float:left;
width:66px;
line-height:29px;
}

.text-box{
float:right;
width:224px;
background:url(../images/text-fileld.jpg) no-repeat;
height:29px;
}
.email-box{
background:url(../images/text-fileld.jpg) no-repeat;
width:224px;
}
.spacer-new{
line-height:20px;
height:20px;
clear:both;
}

.spacer-new2{
line-height:17px;
height:17px;
clear:both;
}
.forget_pass {
 color:#18718E;
 text-decoration:none;
}
.forget_pass:hover {
 color:#18718E;
 text-decoration:underline;
}



/******Vipin Work End*************/

