@charset "utf-8";
/* CSS Document */

html, body, h1, h2, h3, h4, h5, h6, ul, p {
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6f7274;
	background-color:#dde8ee;
	background-image:url(../styleImages/bodybg.jpg);
	background-repeat:repeat-x;
}

.displaynone{
	display:none;
}

.clear{
	clear:both;
}

.relative{
	position:relative;
}

.absolute{
	position:absolute;
}

.left{
	float:left;
	width:auto;
}

.right{
	float:right;
	width:auto;
}

.maincenter{
	width:950px;
	margin-left:auto;
	margin-right:auto;
}

.maincenter1{
	width:974px;
	margin-left:auto;
	margin-right:auto;
}


.maindiv{
	width:100%;
	float:left;
}

/*--------------------------------Header and banner CSS---------------------------------*/
.header{
	height:98px;
	background-image:url(../styleImages/headerbg.jpg);
	color:#ffffff;
	position:relative;
}

.logo{
	top:24px;
	left:0px;
	position:absolute;
}

.callus{
	position:absolute;
	top:10px;
	right:17px;
}

.txtcall{
	color:#34719d;
	font-weight:bold;
}

.txtcalltitle{
	color:#000000;
	font-weight:bold;
}

.txtorange{
	color:#e68f08;
}

.loginsty{
	color:#1958ac;
}

.loginsty a{
	color:#1958ac;
	text-decoration:none;
	padding-left:7px;
	padding-right:10px;
}

.loginsty a:hover{
	color:#1958ac;
	text-decoration:none;
}

.login{
	color:#1958ac;
	text-decoration:none;
	position:absolute;
	top:35px;
	right:484px;
}

.account{
	right:230px;
	top:35px;
	position:absolute;
}

.items{
	right:8px;
	top:35px;
	position:absolute;
}

.searchmain{
	position:absolute;
	top:51px;
	right:7px;
}

.searchleft{
	width:16px;
	height:48px;
	float:left;
	background-image:url(../styleImages/searchleft.jpg);
}
.searchright{
	font-size:13px;
	width:612px;
	height:48px;
	float:left;
	background-image:url(../styleImages/searchright.jpg);
	background-repeat:repeat-x;
	
}
.search{
	width:227px;
	height:20px;
	border:1px solid #1958ac;
	background-image:url(../styleImages/searchbg.jpg);
	background-repeat:repeat-x;
}
.search1{
	width:348px;
	padding-top:3px;
	padding-left:5px;
	height:18px;
	border:1px solid #1958ac;
	background-image:url(../styleImages/searchbg.jpg);
	background-repeat:repeat-x;
	color:#696969;
	font-size:10px;
}
.txtadvance a{
	color:#7dd6fe;
	text-decoration:none;
}
.txtadvance a:hover{
	color:#7dd6fe;
	text-decoration:none;
}
.banner{
	height:253px;
	margin-top:20px;
}

.paddingtopbot{
	padding-top:18px;
	padding-bottom:10px;
}

.txtblue{
	color:#1958ac;
}
.underline a{
	color:#1958ac;
	text-decoration:underline;
}
.underline a:hover{
	color:#1958ac;
	text-decoration:underline;
}
.submit {	
	border: 0px;
	background:transparent url(../styleImages/btnUpdate.png) no-repeat scroll center top;
	height: 25px; 
	width: 59px;
	background-repeat: no-repeat;
	/* font-weight: bold; */
	font-size: 11px;
	
}
.submit1 {	
	border: 0px;
	background:transparent url(../styleImages/btnSubmit.png) no-repeat scroll center top;
	height: 25px; 
	width: 59px;
	background-repeat: no-repeat;
	/* font-weight: bold; */
	font-size: 11px;
	
}


/*--------------------------------End of Header and banner CSS---------------------------------*/

/*--------------------------------Menu and footer CSS---------------------------------*/
.seperator{
	width:1px;
	height:39px;
	float:left;
	background-image:url(../styleImages/seperator.jpg);
}

.menu{
	height:33px;
	margin-top:3px;
}

.menuopt{
	width:auto;
	float:left;
	font-size:12px;
	margin-right:2px;
}

.menuopt a{
	width:103px;
	float:left;
	height:25px;
	padding-top:8px;
	background-image:url(../styleImages/menubg.jpg);
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
	text-align:center;
}

.menuopt a:hover{
	width:103px;
	float:left;
	height:25px;
	padding-top:8px;
	background-image:url(../styleImages/menubgS.jpg);
	color:#e68f08;
	font-size:12px;
	text-decoration:none;
	text-align:center;
}

.menuoptS{
	width:auto;
	float:left;
	font-size:12px;
	margin-right:2px;
}

.menuoptS a{
	width:103px;
	float:left;
	height:25px;
	padding-top:8px;
	background-image:url(../styleImages/menubgS.jpg);
	color:#e68f08;
	font-size:12px;
	text-decoration:none;
	text-align:center;
}

.menuoptS a:hover{
	width:103px;
	float:left;
	height:25px;
	padding-top:8px;
	background-image:url(../styleImages/menubgS.jpg);
	color:#e68f08;
	font-size:12px;
	text-decoration:none;
	text-align:center;
}

.home{
	width:auto;
	float:left;
	font-size:12px;
	margin-right:2px;
}

.home a{
	width:103px;
	float:left;
	height:25px;
	padding-top:8px;
	background-image:url(../styleImages/home.jpg);
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
	text-align:center;
}

.home a:hover{
	width:103px;
	float:left;
	height:25px;
	padding-top:8px;
	background-image:url(../styleImages/homeS.jpg);
	color:#e68f08;
	font-size:12px;
	text-decoration:none;
	text-align:center;
}

.homeS{
	width:auto;
	float:left;
	font-size:12px;
	margin-right:2px;
}

.homeS a{
	width:103px;
	float:left;
	height:25px;
	padding-top:8px;
	background-image:url(../styleImages/homeS.jpg);
	color:#e68f08;
	font-size:12px;
	text-decoration:none;
	text-align:center;
}

.homeS a:hover{
	width:103px;
	float:left;
	height:25px;
	padding-top:8px;
	background-image:url(../styleImages/homeS.jpg);
	color:#e68f08;
	font-size:12px;
	text-decoration:none;
	text-align:center;
}

.footer{
	height:258px;
	background-image:url(../styleImages/footerbg.jpg);
	background-repeat:repeat-x;
	margin-top:15px;
	background-color:#060707;
}

.footerinner{
	height:258px;
}

.footer a{
	color:#9acaf4;
	text-decoration:none;
}

.footer a:hover{
	color:#9acaf4;
	text-decoration:none;
}

.footer h1{
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	padding-bottom:8px;
}
.footer li{
	list-style-type:none;
	padding-top:2px;
	padding-bottom:2px;
}
.footerinner1{
	color:#9acaf4;
}
.footerinner1 .left{
	padding-right:40px;
	padding-left:24px;
	padding-bottom:10px;
}

.rightborder{
	border-right:1px dashed #ffffff;
}
.newsleft{
	width:16px;
	float:left;
	height:63px;
	background-image:url(../styleImages/newsleft.jpg);
}
.newsright{
	width:16px;
	float:left;
	height:63px;
	background-image:url(../styleImages/newsright.jpg);
}
.newscenter{
	width:918px;
	float:left;
	height:63px;
	background-image:url(../styleImages/newscenter.jpg);
	background-repeat:repeat-x;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
}
/*--------------------------------End of Menu and footer CSS---------------------------------*/

/*--------------------------------Content CSS---------------------------------*/
.contentmain{
	width:690px;
	float:right;
}
.contenttop{
	width:100%;
	height:9px;
	background-image:url(../styleImages/contenttop.png);
	float:left;
}
.contentmiddle{
	width:660px;
	min-height:300px;
	height:auto !important;
	height:300px;
	float:left;
	padding-left:15px;
	padding-right:15px;
	background-color:#FFFFFF;
}
.contentmiddle h1{
	font-size:14px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
	text-transform:uppercase;
}
.contentbottom{
	width:100%;
	height:9px;
	background-image:url(../styleImages/contentbottom.png);
	float:left;
}
.contentmiddle a{
	color:#727272;
	text-decoration:underline;
}

.contentmiddle a:hover{
	color:#727272;
	text-decoration:none;
}

.contentmiddle ul{
	margin-top:14px;
	margin-bottom:14px;
	margin-left:43px;
}

.contentmiddle ol{
	margin-top:14px;
	margin-bottom:14px;
	list-style-position:inside;
}

.contentmiddle ol li{
	list-style-type:none;
	list-style-type:decimal;
	padding-left:5px;
	padding-top:6px;
	padding-bottom:6px;
}

.contentmiddle ul li{
	list-style-type:none;
	background-image:url(../styleImages/arrow4.png);
	background-repeat:no-repeat;
	background-position:3px 8px;
	padding-left:20px;
	padding-top:6px;
	padding-bottom:6px;
}

.contentmiddle ul ul{
	margin-top:10px;
}

.contentmiddle ol ol{
	margin-top:10px;
}

.contentmiddle ul ul li{
	list-style-type:disc;
	padding-left:10px;
	margin-left:0px;
	background-image:none;
}




.contentmain1{
	width:690px;
	float:right;
}
.contenttop1{
	width:100%;
	height:9px;
	background-image:url(../styleImages/contenttop.png);
	float:left;
}
.contentmiddle1{
	width:660px;
	min-height:300px;
	height:auto !important;
	height:300px;
	float:left;
	padding-left:15px;
	padding-right:15px;
	background-color:#FFFFFF;
}
.contentmiddle1 h1{
	font-size:14px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
	text-transform:uppercase;
}
.contentbottom1{
	width:100%;
	height:9px;
	background-image:url(../styleImages/contentbottom.png);
	float:left;
}
.contentmiddle1 a{
	color:#727272;
	text-decoration:underline;
}

.contentmiddle1 a:hover{
	color:#727272;
	text-decoration:none;
}

.contentmiddle1 ul{
	margin-top:14px;
	margin-bottom:14px;
	margin-left:43px;
}

.contentmiddle1 ol{
	margin-top:14px;
	margin-bottom:14px;
	list-style-position:inside;
}

.contentmiddle1 ol li{
	list-style-type:none;
	list-style-type:decimal;
	padding-left:5px;
	padding-top:6px;
	padding-bottom:6px;
}

.contentmiddle1 ul li{
	list-style-type:none;
	
	background-repeat:no-repeat;
	background-position:3px 8px;
	padding-left:20px;
	padding-top:6px;
	
}

.contentmiddle1 ul ul{
	margin-top:10px;
}

.contentmiddle1 ol ol{
	margin-top:10px;
}

.contentmiddle1 ul ul li{
	list-style-type:disc;
	padding-left:10px;
	margin-left:0px;
	background-image:none;
}
/*--------------------------------End of Content CSS---------------------------------*/

.leftpanel{
	width:249px;
	float:left;
	margin-right:4px;
}

.paneltop{
	width:100%;
	float:left;
	height:9px;
	background-image:url(../styleImages/lefttop.png);
}
.panelbottom{
	width:100%;
	float:left;
	height:9px;
	background-image:url(../styleImages/leftbottom.png);
}









.panelmiddle{
	width:229px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	background-color:#FFFFFF;
}

.panelmiddle1 ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold;
width: 100%; /* Main Menu Item widths */
}
 
.panelmiddle1 ul li{
position: relative;
text-transform:uppercase;
background-image:url(../styleImages/libg1.jpg);
background-repeat:repeat-x;
font-weight:bold;
}

/* Top level menu links style */
.panelmiddle1 ul li a{
display: block;
color:#ffffff;
text-decoration:none;
width:218px;
padding-left:10px;
padding-top:6px;
padding-bottom:6px;
background-image:url(../styleImages/libg1.jpg);
background-repeat:repeat-x;
border-right:1px solid #ffffff;
}

.panelmiddle1 ul li a:hover{
background-image:url(../styleImages/libgs1.jpg);
background-repeat:repeat-x;
color:#E68F08;
}

/*Sub level menu items */
.panelmiddle1 ul li ul{
position: absolute;
width: 228px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.panelmiddle1 a.subfolderstyle{
background: url(../styleImages/arrow.png) no-repeat 97% 50%;
}

.panelmiddle1 a:hover.subfolderstyle{
background: url(../styleImages/arrow.png) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .panelmiddle1 ul li { float: left; height: 1%; }
* html .panelmiddle1 ul li a { height: 1%; }
/* End */
















.heading{
	font-size:14px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
	text-transform:uppercase;
}
.headingblue{
	color:#1958ac;
}
.headingblack{
	color:#000000;
}
.txtcontact{
	font-size:18px;
	color:#2ba3fc;
}

.centerpanel{
	width:439px;
	float:left;
}
.centertop{
	background-image:url(../styleImages/centertop.png);
	height:9px;
	width:100%;
	float:left;
}
.centermiddle{
	background-color:#FFFFFF;
	width:409px;
	float:left;
	padding-left:15px;
	padding-right:15px;
}
.centerbottom{
	background-image:url(../styleImages/centerbottom.png);
	height:9px;
	width:100%;
	float:left;
}
.featured{
	padding-top:13px;
	padding-bottom:13px;
	float:left;
	border-bottom:1px dashed #94afca;
	width:100%;
}
.featuredleft{
	width:79px;
	margin-right:9px;
	float:left;
}
.featuredcenter{
	width:165px;
	float:left;
}
.font12{
	font-size:12px;
}
.font14{
	font-size:14px;
}
.featuredright{
	float:right;
	width:130px;
}
.txtdarkblue{
	color:#446880;
}
.txtdarkred{
	color:#b91212;
	text-decoration:line-through;
	font-size:13px;
	padding-left:44px;
}
.txtdarkred1{
	color:#b91212;
	text-decoration:line-through;
}
.vendor{
	width:100%;
	float:left;
	padding-top:13px;
	padding-bottom:13px;
	border-bottom:1px dashed #94afca;
}
.vendorleft{
	width:60px;
	float:left;
	margin-right:12px;
}
.vendorright{
	width:150px;
	float:right;
	color:#366899;
}
.vendorright li{
	list-style-type:none;
	background-image:url(../styleImages/arrow2.jpg);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:11px;
	padding-top:3px;
	padding-bottom:3px;
	float:left;
	width:139px;
}
.vendorright li a{
	color:#366899;
	text-decoration:none;
}
.vendorright li a:hover{
	color:#366899;
	text-decoration:none;
}
.lightblue{
	color:#1091c9;
}
.txtstyle a{
	color:#2db0db;
	text-decoration:none;
}
.txtstyle a:hover{
	color:#2db0db;
	text-decoration:none;
}
.txtunsub{
	padding-right:260px; 
	font-size:11px; 
	font-weight:normal;
}






























/*--------------------------------Paging CSS---------------------------------*/
.paging{
	width:100%;
	float:left;
	text-align:center;
	color:#005a9a;
	margin-top:10px;
	margin-bottom:15px;
	font-weight:normal;
	font-size:12px;
}

.pagingInner{
	margin-right:20px;
}

.paging a{
	color:#005a9a;
	text-decoration:underline;
}

.paging a:hover{
	color:#e68f08;
	text-decoration:none;
}
/*--------------------------------End of paging CSS---------------------------------*/

/*--------------------------------Registration CSS---------------------------------*/

.tdcartTitle {
	font-weight:normal;
	font-size:24px;
	color: #0065a9;
	padding-top:20px;
	/*background-color: #FFCB26;
	border-bottom: 1px solid #666666;*/
}

.borderaccount{
	background:url(../styleImages/accountsepBG.jpg) no-repeat left;
	background-position:-30px 25px;
	height:5px;
	padding-top:25px;
	margin-bottom:25px;
}

.textbox{
	background-color:#ffffff;
	border:1px solid #6F7274;
	color:#727272;
	float:left;
	font-size:11px;
	width:145px;
	height:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.textboxie{
	background-color:#ffffff;
	border:1px solid #6F7274;
	color:#727272;
	float:left;
	font-size:11px;
	width:147px;
	height:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.textbox1{
	background-color:#ffffff;
	border:1px solid #6F7274;
	color:#727272;
	float:left;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:145px;
	.width:147px;
}

.registration td{
	height:35px;
}

.registration table{
	border-bottom:5px solid #ffffff;
	padding-left:8px;
	padding-bottom:15px;
}

.securitycode{
	width:173px;
	height:50px;
	float:left;
	background-color:#ffffff;
	border:1px solid #6F7274;
}

.tablebg1{
	background-color:#efefef;
}

.tablebg2{
	background-color:#f5f5f5;
}

/*--------------------------------End of Registration CSS---------------------------------*/

/*-------------------------------Contact us css-------------------------------------------*/

.contactUsLeft{
	width:40%;
	padding-right:2%;
	float:left;
	padding-bottom:20px;
	border-right:1px solid #6f7274;
	margin-bottom:20px;
	min-height:250px;
	height:auto !important;
	height:250px;
}

.contactUsRight{
	width:55%;
	float:left;
	padding-left:1%;
}

.contactUsTxt{
	width:100%;
	margin-bottom:10px;
	text-align:justify;
}

.contactUsTxt a{
	color:#6f7274;
	font-size: 11px;
	text-decoration:none;
	font-weight:bold;
}

.contactUsTxt a:hover{
	color:#6f7274;
	text-decoration:underline;
	font-weight:bold;
}

.contactUsFormTxt{
	width:110px;
	float:left;
	text-align:right;
}

.contactTFDiv{
	width:210px;
	height:35px;
	float:left;
}

.contactEnd{
	width:200px;
	height:30px;
	float:left;
}

.contactTADiv{
	width:210px;
	height:70px;
	float:left;
	margin-bottom:10px;
}

.contactTF{
	width:198px;
	height:16px;
	background-color:#ffffff;
	border:1px solid #6f7274;
	color:#6f7274;
	font-size:11px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.contactTA{
	width:198px;
	height:50px;
	background-color:#ffffff;
	border:1px solid #6f7274;
	color:#6f7274;
	overflow:auto;
	font-size:11px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.errorTFDiv{
	color:#0065a9;
	vertical-align:top;
	width:220px;
	float:left;
}

.div100_1{
	width:100%;
	float:left;
}

.mandatory{
	font-size:12px;
	color:#0065a9;
	font-weight:normal;
	float:left;
	width:11px;
}

.mandatory1{
	font-size:12px;
	color:#0065a9;
	font-weight:normal;
	width:11px;
}

.formValidation
{
	font-size:11px;
	/*color:red;*/
}

.formValidation label
{
	float:left;
	width: auto;
	display:block;
}

.formValidation label.error
{ 
	color:#0065a9;
	display:block;
	min-width:210px;
	width:auto !important;
	width:210px;
	
}

.formValidation input.submit
{
	margin-left:0px;
}

/*-------------------------------End of Contact us css-------------------------------------------*/





/*----------------------------------basket css------------------------*/

.fieldleft{
	width:80px;
	float:left;
	padding-top:1px;
}
.fieldright{
	width:152px;
	float:left;
}
.font18{
	font-size:18px;
}
.font14{
	font-size:14px;
}

.optionmain{
	width:306px;
	height:18px;
	padding-top:5px;
	background-image:url(../styleImages/optionS.jpg);
	text-align:center;
	float:right;
	color:#ffffff;
}

.option a{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

.option a:hover{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

.optionS a{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

.optionS a:hover{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

.paddingbottom10{
	padding-bottom:10px;
}

.paragraph{
	padding:10px;
	border:1px solid #e4e4e4;
}

.maindivborder{
	width:98%;
	float:left;
	padding-left:1%;
}

.divFullBorderNoPad{
	width:100%;
	float:left;
	border-bottom:1px solid #005594;
	padding-top:5px;
	padding-bottom:5px;
	color:#005594;
}

.mainbgcolor{
	background-color:#e8f4fb;
}

.divSmallBorderHeading{
	width:11%;
	float:left;
	/*border-left:2px dotted #CCCCCC;*/
	text-align:center;
	color:#6f7274;
	font-size:12px;
	font-weight:bold;
}

.divLongAutoHeight{
	width:21%;
	padding-left:1%;
	padding-right:1%;
	float:left;
	color:#6f7274;
	font-size:12px;
	font-weight:bold;
}

.divSmallBorder{
	width:11%;
	float:left;
	/*border-left:2px dotted #CCCCCC;*/
	text-align:center;
}

.toppadding{
	padding-top:18px;
	width:100%;
	float:left;
	text-align:center;
}

.divLong{
	width:21%;
	padding-left:1%;
	padding-right:1%;
	float:left;
}

.divLong img{
	width:55px;
	height:55px;
	float:left;
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
}

.padtop{
	padding-top:5px;
}

.tf50{
	width:40px;
	background-color:#e1e0e0;
	border:1px solid #6e6e6e;
	color:#93080a;
	font-size:11px;
	text-align:center;
}

.basketimg{
	border:1px solid #005594;
}
/*-----------------------------------end of basket css-----------------*/

.productpanel{
	width:146px;
	height:225px;
	border:1px solid #0089D7;
	margin-right:22px;
	margin-bottom:25px;
	float:left;
}

.bluebg{
	background-color:#0089D7; 
	padding-top:6px;
	padding-bottom:7px; 
	font-size:11px;
	color:#ffffff;
}
.bluebg a{
	/* background-color:#0089D7; */
	padding-top:6px;
	padding-bottom:7px; 
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
}

.detail{
	padding:2%;
	width:96%;
	float:left;
	border:1px solid #0089D7;
	background-color:#ffffff;
}

.detailleft{
	width:37%;
	padding:0%;
	float:left;
	color:#6f7274;
	font-size:13px;
}

.detailleft select{
	margin-left:0px;
	border:1px solid #6f7274;
	width:134px;
	background-color:#ffffff;
	color:#6f7274;
}

.detailtf{
	margin-left:0px;
	border:1px solid #6f7274;
	background-color:#ffffff;
	width:134px;
	color:#6f7274;
}

.detailright{
	width:58%;
	float:right;
}

.thumbmain{
	width:97%;
	padding-left:3%;
	float:left;
}

.detailrightinner{
	width:100%;
	float:left;
	border:1px solid #6F7274;
	height:250px;
	margin-bottom:28px;
}
.detailrightinner img{
	border:5px solid #6f7274;
}
.thumb{
	width:101px;
	height:82px;
	float:left;
	margin-right:15px;
	margin-bottom:10px;
	border:1px solid #6f7274;
}

.black14{
	font-size:14px;
	color:#6f7274;
}

.tabs{
	padding:5px;
	width:auto;
	margin-right:5px;
	border-top:1px solid #0089D7;
	border-right:1px solid #0089D7;
	border-left:1px solid #0089D7;
	background-color:#0089D7;
	color:#ffffff;
	float:left;
	cursor:pointer;
}

.tabs1{
	padding:5px;
	width:auto;
	margin-right:5px;
	border-top:1px solid #0089D7;
	border-right:1px solid #0089D7;
	border-left:1px solid #0089D7;
	background-color:#ffffff;
	color:#6f7274;
	float:left;
	cursor:pointer;
}

.minheight{
	min-height:200px;
	height:auto !important;
	height:200px;
}

.testimonials{
	width:auto;
	height:auto;
	margin-bottom:90px;
	border-top:1px solid;
	padding:10px;
	text-align:justify;
}

.testimonials h2{
	font-size:13px; 
	font-weight:bold;
	padding-bottom:20px;
}

.testimonials h3{
	font-size:13px; 
	font-weight:bold;
	padding-bottom:20px;
}
.faqs{
	padding-bottom:10px;
	border-bottom:1px dashed #666666;
	margin-bottom:20px;
}

.faqs h1{
	font-size:12px;
	font-weight:bold;
	padding-bottom:10px;
}

.faqs h2{
	font-size:12px;
	font-weight:normal;
}
.txtOldPrice
{
	text-decoration:line-through;
	color:#B91212;
}
.clearance ul li {
	font-weight:bold;
	text-transform:uppercase;
	list-style:none;
	}
	
.clearance ul li a{
display: block;
float:left;
color:#ffffff;
text-decoration:none;
width:218px;
padding-left:10px;
padding-top:6px;
padding-bottom:6px;
background-image:url(../styleImages/libg1.jpg);
background-repeat:repeat-x;
border-right:1px solid #ffffff;
}

.clearance ul li a:hover{
float:left;
background-color:#ff0000;
background-image:none;
color:#ffffff;
}
	

