@import url("layout.css");
@import url("sidebar.css");
@import url("sidebar_cart.css");
@import url("navigation.css");
@import url("sidebar_navigation.css");
/*#######################################
ALL FONTS FAMILY CSS
#######################################*/
.elink,
.pagepath, 
.maillistform input,
#footer,
.gridlistbtn a {
	font-family:Arial, Helvetica, sans-serif;
	}
body,
.link,
.cmstxt,
.points li {
	font-family:Arial, Helvetica, sans-serif;
	}
h2, 
.pageheader h1  {
	font-family:"trebuchet MS";
	}
.lnkblue{
	color:#020D66;
	}
.lnkblue:hover{
	color:#DD0604;
	}
.gray{
	color:#999999;
	}
/*##################################
COMMON CSS
##################################*/

/* COMMON RESET CSS
----------------------------------*/
dl, dt, dd, ol, ul, li  
	{
	margin:0px;
	padding:0px;
	list-style-type:none;
	}
a {
	text-decoration:none;
	}
.fck ol, .fck ul {
 margin:0 0 15px auto;
 padding:0 0 0 25px;
 }

.fck ol li{
 list-style-type:decimal;
 margin-bottom:5px;
 }

.fck ul li{
 list-style-type:disc;
 margin-bottom:5px; 
}

/*
H1-pageheader, 
H2-common sub-title in page, 
H3-common sub-title in page, 
H4-sidebar product name, Headers in forms
H5-sidebar title
H6-not define yet*/
h1, h2, h3, h4, h6 { 
	margin:0px;
	padding:0px;
	}
h4 {
	margin-bottom:5px;
	color:#2F71BF;
	font-size:110%;
	}
h2 {
	margin-bottom:5px;
	color:#000000;
	font-size:100%;
	}
p {
	margin:0 0 15px 0;
	}
.link, 
.elink {
	text-decoration:none;
	color:#091672;
	}
.link:hover,
.elink:hover {
	color:#000000;
	}
.imgborder, .imgleft, imgright {
	border:1px solid #D9D9D9;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-position:center center;
	}
.imgborder:hover, .imgleft:hover, imgright:hover {
	border:1px solid #cccccc;
	}
.imgborder {
	padding:1px;
	}
.imgleft {
	float:left;
	margin:0 10px 10px 0;
	padding:1px;
	}
.imgright {
	float:right;
	margin:0 0px 10px 10px;
	padding:1px;
	}
.cmstxt {
	margin:0 0 15px 0;
	font-size:80%;
	color:#303030;
	}
.left {
	float:left;
	}
.right {
	float:right;
	}
.formelement {
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #D4D4D4;
	font-size:100%;
	font-weight:normal;
	color:#5D5D5D;
	background-color:#FFFFFF;
	padding:2px 1px 2px 1px;
	}
.handcur {
	cursor:pointer;
	}
.leftcurve{
	position:absolute;
	left:0px;
	top:0px;
	}
 .rightcurve{
	position:absolute;
	right:0px;
	top:0px;
	}
.lt{
	position:absolute;
	left:0px;
	top:0px;
	}
.rt{
	position:absolute;
	right:0px;
	top:0px;
	}


.lb{
	position:absolute;
	left:0px;
	bottom:0px;
	}
.rb{
	position:absolute;
	right:0px;
	bottom:0px;
	}

/*==================================
POPUP CSS
==================================*/
#white {
	background-color:#FFFFFF;
	padding:15px;
	font-size:80%;
	background-image:none;
	}
#white .btnbar {
	text-align:center;
	border-bottom:1px solid #cccccc;
	border-top:1px solid #cccccc;
	padding:10px 0;
	}
#white #topbar {
	height:107px;
	border-top:none;
	/*background-image:url(../../images/bodybg.gif);
	background-repeat:repeat-x;
	background-position:left top;
*/	margin-bottom:15px;
	width:auto;
	}
#white #topbar .close {
	position:absolute;
	right:15px;
	top:15px;
	}
#white .formcss .btnbar {
	padding:0;
	}
/* POPIMAGE CSS
----------------------------------*/
#white .image #topbar {
	margin-bottom:15px;
	}
#white .image h2 {
	margin:0px;
	}
#white .popupimg .image{
	margin-left:18%;
	margin-bottom:15px;
	}
#white .popupimg .image td{
	border:1px solid #e9e9e9;
	}
#white .popupimg .image img {
	margin:auto;
	}
#white .th_image {
	width:15%;
	float:left;
	}
#white .th_image ul {
	margin:auto;
	float:right;
	}
#white .th_image ul li {
	margin:0 0 5px 5px;
	}
#white .th_image ul li a.imgborder {
	height:49px;
	width:49px;
	border:0px;
	border:1px solid #e9e9e9;
	}
/*==================================
ALL HORIZONTAL-BARS RELATED CSS
==================================*/
.hor_bar, .hor_bar1 {
	padding:8px 10px;
	margin-bottom:15px;
	position:relative;
	min-height:15px;
	}
.hor_bar {
	background-color:#FFFFFF;
	background-image:url(../../images/gridlistbtnbg.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	border:1px solid #DCDCDC;
	color:#333333;
	}
.hor_bar1 {
	background-color:#EFEFEF;
	border-bottom:1px solid #D6D6D6;
	border-right:1px solid #D6D6D6;
	}
.hor_bar .right1, 
.hor_bar1 .right1 {
	position:absolute;
	right:8px;
	top:7px;
	}
.hor_bar .left1, 
.hor_bar1 .left1 {
	position:absolute;
	left:8px;
	top:7px;
	}
/*=======================================
HOR LINE & CLEAR CSS
========================================*/
.hor_line{
	height:15px;	
	margin-bottom:15px;
	border-bottom:1px solid #dfdfdf;
	}
.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
	display:block;
	}
/*==================================
ALL BUTTON AND LINK CSS
==================================*/
.morebtn,
.morebtn1,
.viewbtn,
.moreproductbtn,
.sidebarbox .morebar .link,
.buybtn,
.gobtn,
.checkoutbtn,
.moredetails,
.moredetails1,
.backtotopbtn {
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:0 0;
	}
.morebtn,
.sidebarbox .morebar .link {
	background-image:url(../../images/morebtn.gif);
	width:50px;
	height:16px;
	}
.viewbtn{
	background-image:url(../../images/viewbtn.gif);
	width:62px;
	height:16px;
	}
.morebtn1 {
	background-image:url(../../images/morebtn1.gif);
	width:64px;
	height:17px;
	}
.moredetails, 
.moreproductbtn{
	background-image:url(../../images/moredetail.gif);
	width:103px;
	height:16px;
	}
.moredetails1{
	background-image:url(../../images/moredetail2.gif);
	width:103px;
	height:16px;
	}
.moredetails:hover, .moredetails1:hover, .viewbtn:hover,
.moreproductbtn:hover {
	background-position:0 -16px;
	}
.morebtn:hover,
.sidebarbox .morebar .link:hover,
.morebtn1:hover,
.checkoutbtn:hover {
	background-position:0 -16px;
	}
.buybtn {
	background-image:url(../../images/buybtn.gif);
	width:47px;
	height:17px;
	}
.buybtn:hover {
	background-position:0 -17px;
	}
.gobtn {
	background-image:url(../../images/gobtn1.gif);
	height:17px;
	width:17px;
	}
.checkoutbtn {
	background-image:url(../../images/checkoutbtn1.gif);
	height:17px;
	width:76px;
	}
.commonbtn {
	background-color:#0073B8;
	border-top:1px solid #0066A4;
	border-left:1px solid #0066A4;
	border-bottom:1px solid #333333;
	border-right:1px solid #333333;
	color:#FFFFFF;
	font-size:85%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:2px 5px;
	line-height:1;
	width:auto;
	overflow:visible;
	}
.smallbtn,
.paging a {
	display:block;
	background-color:#5D62A1;
	border-bottom:1px solid #333333;
	border-right:1px solid #333333;
	color:#FFFFFF;
	font-size:75%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:4px 6px;
	line-height:1;
	}
.smallbtn:hover,
.paging a:hover {
	background-color:#DD0604;
	}
/* STAR RATING CSS
====================================*/
.stars, .stars1 {
	display:block;
	background:url(../../images/starrating.png) no-repeat 0 0;
	}
.stars 	{ height:16px; width:72px; }
.stars1 { height:21px; width:106px; }

.rating1-5 	{ background-position:0 0; }
.rating1-4 	{ background-position:0 -34px; }
.rating1-3 	{ background-position:0 -68px; }
.rating1-2 	{ background-position:0 -102px; }
.rating1-1 	{ background-position:0 -136px; }
.rating1-0 	{ background-position:0 -170px; }

.rating-5	{ background-position:0 -187px; }
.rating-4	{ background-position:0 -231px; }
.rating-3	{ background-position:0 -275px; }
.rating-2	{ background-position:0 -319px; }
.rating-1	{ background-position:0 -363px; }
.rating-0	{ background-position:0 -407px; }

.rating-txt	{ font-size:80%; }
.rating-box	{ position:relative; }
.rating-btn	{ position:absolute; right:0px; top:10px; }

/* REVIEW BOX CSS
====================================*/
.review-box {
	margin-bottom:15px;
	padding-bottom:10px;
	border-bottom:1px solid #dfdfdf;
	}
.review-box dt p { font-size:90%; }
/*==================================
PAGEING CONTROL CSS
==================================*/
.paging {
	position:relative;
	}
.viewall {
	margin-left:10px;
	position:static;
	}
.paging select,
.paging input {
	font-size:85%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	border:1px solid #999999;
	}
/* NUMBERS OF PAGES
-----------------------------------*/
.itemperpage a{
	color:#F30200;
	}
.itemperpage a:hover {
	color:#000000;
	}
.itemperpage {
	position:relative;
	padding:0px 50px 0 0;
	}
.itemperpage select {
	position:absolute;
	right:0px;
	top:0px;
	}
/* NEXT, PREVIOUS BUTTON OPTIONS
-----------------------------------*/
.pagingtools ul li {
	float:left;
	padding:0 0 0 6px;
	position:relative;
	}
/* GO TO PAGE INPUT OPTION
-----------------------------------*/
.pagingtools .inputbox {
	display:block;
	width:60px;
	height:17px;
	position:relative;
	}
.pagingtools input {
	width:40px;
	position:absolute;
	left:0px;
	margin:0px;
	}
.pagingtools .inputbox .gobtn {
	position:absolute;
	right:0px;
	top:0px;
	}
/* GO TO PAGE SELECT OPTION
-----------------------------------*/
.pagingtools .selectbox {
	display:block;
	width:48px;
	height:17px;
	position:relative;
	}
.pagingtools select {
	margin:0px;
	position:absolute;
	margin:0px;
	}
/* ALL NEXT, PREV BUTTONS 
-----------------------------------*/
.pagingtools .gobtn{
	padding:0px;
	margin:0px;
	border:none;
	}
/*==================================
ALL SORT BY OPTIONS CSS
==================================*/
.sortbyoptions {
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #dfdfdf;
	}
.sortbyoptions dl {
	float:left;
	width:20%;
	padding-right:2%;
	}
.sortbyoptions dt {
	font-weight:bold;
	margin-bottom:3px;
	color:#999999;
	}
.sortbyoptions dd {
	position:relative;
	}
/*.sortbyoptions dd a {
	display:block;
	padding:3px 5px;
	background-color:#f2f2f2;
	border-bottom:1px solid #CFCFCF;
	border-right:1px solid #CFCFCF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:85%;
	color:#2D7628;
	background-image:url(../../images/downarrow.gif);
	background-repeat:no-repeat;
	background-position:98% 2px;
	}
.sortbyoptions dd a:hover {
	color:#ffffff;
	background-color:#666666;
	}
.sortorder {
	background-color:#666666;
	position:absolute;
	left:0px;
	top:20px;
	width:99%;
	}
.sortbyoptions .sortorder a {
	border-bottom:none;
	border-right:none;
	background-image:none;
	background-color:#666666;
	color:#FFFFFF;
	}
.sortbyoptions .sortorder a:hover {
	background-color:#999999;
	}*/
	
.leftarrow {
	margin-right:10px;
	background-image:url(../../images/leftnoarrow.gif);
	background-repeat:no-repeat;
	background-position:left top;
	display:block;
	height:17px;
	width:17px;
}
.leftarrow:hover {
	background-position:left -17px;
}
.leftarrowactive  {
	margin-right:5px;
	background-image:url(../../images/leftnoarrow.gif);
	background-repeat:no-repeat;
	background-position:left -17px;
	display:block;
	height:17px;
	width:17px;
}
.rightarrow {
	margin-left:5px;
	background-image:url(../../images/rightnoarrow.gif);
	background-repeat:no-repeat;
	background-position:left top;
	display:block;
	height:17px;
	width:17px;
}
.rightarrow:hover {
	background-position:left -17px;
}
.rightarrowactive {
	margin-left:10px;
	background-image:url(../../images/rightnoarrow.gif);
	background-repeat:no-repeat;
	background-position:left -17px;
	display:block;
	height:17px;
	width:17px;
}

.linknopath {
}
.linknopath strong {
	margin:0px 4px 0px 4px;
	padding:0px;
	vertical-align:middle;
}
.linknopath a{
	color:#0094D1;
	text-decoration:none;
}
.linknopath a:hover{ 
	color:#000000;
}
.linknopath .active{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
/*==================================
COMMON POINTS CSS
==================================*/
.points {
	list-style-type:none;
	margin:0 0 15px 15px;
	padding:0px;
	}
.points li {
	padding:0 0 0 10px;
	margin:0 0 10px 0;
	color:#333333;
	background-image:url(../../images/arrow.gif);
	background-position:0px 5px;
	background-repeat:no-repeat;
	line-height:110%;
	}
.points li .points{
	margin-top:15px;
	}

/*================================
NO RECORD ERROR CSS
===============================*/
.norecord {
	border:1px solid #dfdfdf;
	color:#ff0000;
	font-size:13px;
	font-weight:bold;
	padding:7px 0 9px 55px;
	height:30px;
	position:relative;
	}
.norecord img{
	position:absolute;
	left:8px;
	top:8px;
	border:none;
	}
/*##################################
ALL MESSAGE RELATED CSS
##################################*/
.error {
	color:#FF0000;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
.thankumsg {
	border:2px solid #000C6C;
	padding:10px;
	text-align:center;
	margin-bottom:15px;
	font-weight:bold;
	color:#000C6C;
	}
.errormsg {
	border:2px solid #FF0000;
	padding:10px;
	text-align:center;
	margin-bottom:15px;
	color:#FF0000;
	font-weight:bold;
	}
.othermsg {
	border:2px solid #cccccc;
	padding:10px;
	text-align:center;
	margin-bottom:15px;
	color:#000000;
	font-weight:bold;
	}
/* ERROR MESSAGE FOR QUANTITY
------------------------------------*/
.errorbox {
	position:absolute;
	background-color:#CD0005;
	color:#FFFFFF;
	font-size:80%;
	padding:4px 5px;
	width:100px;
	text-align:left;
	}
.arrowleft img{
	position:absolute;
	left:-6px;
	top:10px;
	}
.arrowtop img{
	position:absolute;
	top:-6px;
	left:45%;
	}
/*##################################
TOPBAR CSS
##################################*/
#topbar {
	position:relative;
	}
#topbar h1{	
	margin:0px;
	padding:0px;
	}
#topbar h1 .logo {
	width:103px;
	height:99px;
	background-image:url(../../images/logo.gif);
	background-repeat:no-repeat;
	position:absolute;
	left:20px;
	top:7px;
	text-indent:-9999px;
	overflow:hidden;/*NEVER FORGOT THIS WHEN YOU USE TEXT-INDENT*/
	}
#topbar .topbarsep {
	position:absolute;
	top:10px;
	left:143px;
	display:block;
	}
#topbar .leftcurve{
	position:absolute;
	left:0px;
	top:0px;
	}
#topbar .rightcurve{
	position:absolute;
	right:0px;
	top:0px;
	}
/*cart-wish-container
----------------------------*/
#cart-wish-container{
	position:absolute;
	right:15px;
	top:0px;
	margin:0px;	
	padding:6px 10px 6px 10px;
	background-image:url(../../images/topcartwishlist_bgimg.gif);
	background-repeat:repeat-x;
	background-position:left top;
	}
#cart-wish-container ul{
	list-style-type:none;
	margin:0px;
	padding:0px 3px 0px 0px;
	}
#cart-wish-container ul li,
#cart-wish-container ul li a{
	padding:0px;
	margin:0px 1px 8px 1px;	
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#363636;
	}
#cart-wish-container ul li a:hover{
	color:#000000;
	}
#cart-wish-container #spnWishListTotQty{
	margin:0 0px 0 6px;
	}
#cart-wish-container #spnTotalQty{
	margin:0 0px 0 6px;
	}
#cart-wish-container .sep_margn{
	margin-left:6px;
	}
#cart-wish-container ul li.sept{
	background-image:url(../../images/top_septimg.gif);
	background-repeat:no-repeat;
	background-position:center center;	
	margin:0px 8px 3px 8px;
	height:16px;
	width:1px;
	}
#cart-wish-container ul li.sept span{
	display:none;
 	}
/*currency conversion
----------------------------*/
.currencyconversion {
	position:absolute;
	right:20px;
	top:30px;
}
.currencyconversion a {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
}
.currencyconversion a:hover {
	color:#BDD2D9;
}
/*==================================
TOPBAR NENU CSS
==================================*/
.topbar_menubar {	
	position:absolute;
	right:15px;
	bottom:-3px;	
	list-style-type:none;
	background-image:url(../../images/topmenubg.gif);
	background-repeat:repeat-x;
	background-position:left top;
	padding-left:50px;
	padding-right:11px;
	}
.topbar_menubar ul li{
	float:left;
	font-size:70%;
	font-family:Arial, Helvetica, sans-serif;
	padding:8px 3px 6px 3px;
	}
.topbar_menubar ul li a {
	color:#ffffff;
	}
.topbar_menubar ul li a:hover {
	color:#FCF41D;
	}
.topbar_menubar ul span {
	color:#666666;
	}
.topbar_menubar ul span.colred{
	color:#FF0000;
	}
/*==================================
TOPBAR ONLINE ORDER CSS
==================================*/
#topbar .onlineorder {
	position:absolute;
	left:166px;
	top:34px;
	display:block;
	}
#topbar .onlineorder img{
	display:block;
	float:left;
	}
#topbar dd strong {
	position:absolute;
	left:217px;
	top:33px;
	color:#000000;
	font-size:210%;
	padding-left:4px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}

/*#################################### 
PAGEHEADER AND PAGE PATH CSS
####################################*/
.pageheader {
	padding:0;
	position:relative;
	}
.pageheader h1 {
	margin:0px;
	color:#EEF5FA;
	font-family:"Trebuchet MS";
	font-size:115%;
	font-weight:normal;
	background-image:url(../../images/pageheaderbg.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	background-color:#787878;
	padding:4px 10px;
	text-transform:uppercase;
	}
.pagepath {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:5px 10px 2px 10px;
	margin-bottom:15px;
	color:#666666;
	font-size:70%;
	border-bottom:1px solid #E6E6E6;
	background-color:#f2f2f2;
	}
.pagepath strong {
	margin:0 7px 0 7px;
	color:#c1c1c1;
	}
.pagepath a{
	color:#666666;
	text-decoration:none;
	}
.pagepath a:hover {
	color:#E3534B;
	}
.pagepath span {
	/*active page name*/
	color:#E3534B;
	font-weight:normal;
	}
/*##################################
NAVIGATION CSS
##################################*/
#navigation {
	background-image:url(../../images/navibg.gif);
	background-repeat:repeat-x;
	background-position:left top;
	margin:auto;	
	width:998px;
	}

.homelink {
	background-image:url(../../images/home.gif);
	background-repeat:no-repeat;
	background-position:0 top;
	height:27px;
	width:71px;
	display:block;
	margin:-3px 0 0px 0;
	}
/*.homelink:hover {
	background-position:0 -23px;
	}
*//*#################################### 
SEARCH BAR & search box CSS
####################################*/
.searchbar1 {
	height:38px;
	position:relative;
	background-color:#DBE2DA;
	border-bottom:1px solid #B8CFB5;
	border-right:1px solid #B8CFB5;
	}
.searchbar {
	background-color:#495F47;
	height:38px;
	position:relative;
	}
.searchbox {
	padding:5px 0px 4px 4px ;
	margin:0px 0px 0px 0px;
	background-color:#F2F2F2;
	right:15px;
	bottom:34px;	
	position:absolute;	
	width:286px;
	background-image:url(../../images/search-bg.gif);
	background-repeat:repeat-x;
	background-position:left top;	
	}
.searchbox .leftcurve{
	position:absolute;
	left:0px;
	top:0px;
	}
.searchbox .rightcurve{
	position:absolute;
	right:0px;
	top:0px;
	}
.searchbox dd {
	float:left;
	margin:0px 0 0 0px;	
	}
.searchbox dd.clear {
	float:none;
	}
.searchbox label{
	color:#000000;
	font-family:"Trebuchet MS";
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	font-size:90%;
	line-height:1;
	padding:3px 5px 0 0;
	}
.searchbox dd span{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	text-transform:uppercase;
	padding:0 5px 0 5px;
	font-weight:bold;
	}
.searchbox .btn {
	padding:0px;
	margin:3px 5px 0 0px;
	border:none;
	}
.searchbox .adv {
	padding:0px;
	margin:0 4px 0 0px;
	border:none;
	}
.searchbox .searchicon {
	padding:0px;
	margin:0 0px 0 0px;
	border:none;
	}
.searchbox .formelement {
	width:175px;
	padding:3px 0 3px 3px;
	font-size:75%;	
	background-image:url(../../images/inputbg.gif);
	background-repeat:repeat-x;
	background-position:left top;
	font-family:Arial, Helvetica, sans-serif;
	color:#formelement;
	}
/* SEARCH BOX WITH BACKGROUND 
-----------------------------------*/
.searchboxbg {
	background-color:#607D5E;
	}
.searchboxbg label {
	color:#FFFFFF;
	}
/*==================================
SEARCH BAR ADVANCE OPTIONS
==================================*/
.adv_options {
	position:absolute;
	top:27px;
	left:0px;
	width:100%;
	background-color:#000000;
	border-bottom:2px solid #607D5E;
	}
.adv_options ol {
	padding:5px 5px 0px 73px;
	}
.adv_options li {
	padding:0 0 8px 0;
	}
.adv_options li label {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:65%;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	line-height:1;
	padding:0 0 2px 0;
	}
.adv_options .formelement {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:65%;
	width:auto;
	height:auto;
	padding:1px;
	}
.arrow {
	position:absolute;
	bottom:-9px;
	left:73px;
	line-height:0px;
	font-size:0px;
	background-color:#9933FF;
	}
/*#################################### 
A TO Z BAR CSS
####################################*/
.atoz {
	background-color:#006EB0;
	margin-bottom:15px;
	padding:10px 10px 0 10px;
	}
.atoz ul {
	padding:1px;
	}
.atoz ul li {
	float:left;
	width:25px;
	}
.atoz ul li a {
	display:block;
	font-weight:bold;
	text-align:center;
	color:#000000;
	line-height:1;
	margin:0 2px 10px 2px;
	padding:4px 0px;
	background-color:#ACCEEB;
	border-bottom:1px solid #AFC3E4;
	border-right:1px solid #AFC3E4;
	}
.atoz .all {
	width:32px;
	}
.atoz li a:hover,
.atoz li.active a {
	background-color:#98DBFF;
	border-bottom:1px solid #AFC3E4;
	border-right:1px solid #AFC3E4;
	}
.atoz .clear {
	float:none;
	width:auto;
	margin:0px;
	}
.atoz li.inactive {
	display:block;
	font-weight:bold;
	text-align:center;
	color:#000000;
	line-height:1;
	margin:0 2px 10px 2px;
	padding:4px 0px;
	background-color:#CADEEF;
	border-bottom:1px solid #AFC3E4;
	border-right:1px solid #AFC3E4;
	width:18px;
	}
/*#################################### 
NAME LIST SECTION CSS
####################################*/
.namelistcontainer {
	margin-bottom:15px;
	padding-left:0px;
	}
.namelistcontainer .alphabet {
	display:none;
	}

/* A TO Z SECTION CSS
------------------------------------*/
.atozname {
	position:relative;
	min-height:1px;
	padding-left:26px;
	}
.atozname .alphabet{
	position:absolute;
	display:block;
	left:0px;
	width:26px;
	height:26px;
	background-color:#DFDFDF;
	color:#000000;
	line-height:1;
	font-size:130%;
	}
.atozname .alphabet:hover {
	color:#ffffff;
	background-color:#1980BE;
	}
.alphabet span {
	position:absolute;
	top:5px;
	width:26px;
	text-align:center;
	font-weight:bold;
	}
/* COMMON NAME-LIST SECTION CSS
------------------------------------*/
.namelist {
	background-color:#f2f2f2;
	padding:10px;
	min-height:1px;
	}
.namelist li {
	float:left;
	margin:0;
	width:24.90%;
	}
.namelist a {
	display:block;
	margin:0;
	padding:3px 8px;
	color:#2F71BF;
	}
.namelist a:hover {
	background-color:#D5E4F1;
	color:#000000;
	}
.namelist .clear {
	float:none;
	width:auto;
	border-bottom:1px solid #dfdfdf;
	}
/*#################################### 
MIDBAR CSS
####################################*/
.midbar {
	margin-bottom:15px;
	position:relative;
	min-height:1px;
	}
.midbarimg {
	overflow:hidden;
	text-align:left;
	width:100%;
		}
.middlebartext {
	font-family:"Trebuchet MS";
	color:#147911;
	font-size:140%;
	position:absolute;
	top:55%;
	left:30px;
}
/*.midbarimg1 {
	border:10px solid #AACDE9;
	height:165px;
	position:relative;
	overflow:hidden;
	background-image:url(../../images/midbg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	}
.midimagediv {
	position:absolute;
	top:0px;
	right:0px;
}
.midtxtdiv {
	position:absolute;
	top:20px;
	left:20px;
}
.midtxtdiv h1 {
	font-family:"Trebuchet MS";
	color:#0C49AC;
	font-size:100%;
	font-weight:bold;
	border-bottom:1px solid #D7D7D7;
	padding:0px 10px 10px 0px;
	margin-bottom:10px;
}
.middlebartext {
	font-family:"Trebuchet MS";
	color:#147911;
	font-size:140%;
}*/
.midbarimg1 {
	border:10px solid #AACDE9;
	height:165px;
	position:relative;
	overflow:hidden;
	}
/*==================================
SCROLLER CSS 
==================================*/
#pscroller_infoboxnews {
	height:275px;
	}
#pscroller_topbar {
	height:50px;
	}
#pscroller_news {
	height:245px;
	}
#pscroller_events {
	height: 355px;
	}
#pscroller_specials {
	height: 355px;
	}
#pscroller_testimonials {
	height:245px;
	}
#pscroller_indexnews {
	height:152px;
	}
/*#################################### 
RECENTLY VIEWED ITEMS CSS
####################################*/
.recentlyviewed {
	font-size:80%;
	}
.recentlyviewed .probox .details h2 {
	margin:0px;
	}
/*##################################
CONTENT STYLE 2
##################################*/
.contentbox2 dd {
	padding:4px 0;
	border-bottom:1px solid #dfdfdf;
	}
.contentbox2 dt {
	background-color:#E6E6E6;
	padding:8px 10px;
	float:none;
	width:auto;
	text-align:center;
	font-weight:bold;
	border:none;
	background-image:none;
	color:#3d3d3d;
	}
.contentbox2 em,
.contentbox2 strong {
	float:left;
	display:block;
	}
.contentbox2 em{
	font-style:normal;
	font-weight:bold;
	width:35%;
	padding:0 1% 0 3%;
	}
.contentbox2 strong {
	font-weight:normal;
	float:none;
	margin-left:39%;
	}
.contentbox2 .clear{
	float:none;
	padding:0px;
	margin:0px;
	border:none;
	}
/*##################################
CONTENT-BOX STRUCTURE CSS
THIS CSS USED IN FAQ, TESTIMONIALS AND LINKS PAGES
##################################*/
.contentbox1 {
	background-color:#FFFFFF;
	padding:15px;
	margin:0 0 15px 0;
	min-height:1px;
	border:1px solid #E8E8E8;
	}
.contentbox1 dt {
	background-color:#d6d6d6;
	font-weight:bold;
	margin:-15px -15px 15px -15px;
	padding:10px 15px;
	font-size:100%;
	color:#000000;
	}
.contentbox1 dt a{
	color:#000000;
	}
.contentbox1 dt a:hover{
	color:#2F71BF;
	}
.contentbox1 .contentboxdata {
	margin:0px;
	}
.contentbox1 .imgleft td{
	height:94px;
	width:164px;
	}
.contentbox1 .linkbox {
	background-color:#E8E8E8;
	display:block;
	margin:15px -15px -15px -15px;
	height:35px;
	min-height:1px;
	font-weight:bold;
	position:relative;
	}
.contentbox1 .linkbox a {
	position:absolute;
	right:10px;
	top:9px;
	}
.linkbar a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
/*#############################
COUSTER COMMENTS CSS
###############################*/
.comments h2 {
	border-bottom:1px solid #dfdfdf;
	padding-bottom:15px;
	margin-bottom:15px;
	}
.comments dl {
	margin-bottom:15px;
	}
.comments .starrating {
	color:#FA0000;	
	}
.comments dt {
	float:left;
	width:90px;
	font-weight:bold;
	}
.comments dd {
	margin-left:90px;
	}
.comments .clear {
	margin:3px 0px;
	}
.comments .hor_line {
	margin:0px;
	height:10px;
	}
/* PRODUCT THUMBNAIL IMAGE CSS
------------------------------------*/
.th_image a.imgborder {
	display:block;
	height:55px;
	width:55px;
	margin:auto;
	}
.th_image li.hor_line{
	height:5px;
	margin:0 4px 5px 4px;
	font-size:0px;
	line-height:0px;
	}
/*##################################
FOOTER CSS
##################################*/
#footer {
	border-top:1px solid #DFDFDF;
	font-size:70%;
	height:58px;
	margin:0px 20px;
	}
#footer .copyright {
	text-align:center;
	vertical-align:middle;
	
	top:30px;
	color:#666666;
	}
#footer .links {
	text-align:center;
	vertical-align:middle;
	margin:15px 0 6px 0;
	top:10px;
	color:#666666;
	}
#footer .links a {
	color:#666666;
	}
#footer .links a:hover {
	color:#2F71BF;
	}
#footer .links span {
	margin:0 5px;
	}

#footer .bookmarkbtn {
	position:absolute;
	right:0px;
	top:20px;
	color:#607D5E;
	}
#footer1 {
	border-top:1px solid #DFDFDF;
	font-size:70%;
	text-align:center;
	margin:0px 20px;
	padding:10px 0px;
	}
#footer1 .links {
	color:#666666;
	}
#footer1 .links a {
	color:#666666;
	}
#footer1 .links a:hover {
	color:#2F71BF;
	}
#footer1 .links span {
	margin:0 5px;
	}
#footerpayment {
	border-top:1px solid #DFDFDF;
	text-align:center;
	margin:0px 20px;
	padding:10px 0px;
	}
#footerpayment img {
	margin:0px 10px;
	}
	