* { 
    -moz-box-sizing: border-box; 
}

body{
	font-size:12px;
	text-align:center;
	margin:0px auto;
	padding-bottom:50px;
	font-family:arial !important;
		
	 
	
}

#logo{ border:solid 1px #fce2b7;}
/* global styles */
a { color:#000000; text-decoration:none;}
a:hover { text-decoration:underline; }
a img { border:0px; }
form { margin:0px; }
hr { background:none; height:1px; border:0px; border-top:1px solid #f4b045; }

/* Container which encloses the whole site to allow easy width change */
#container,#wrap {
	width:1000px;	/* change value to adjust width */
	text-align:left;
	margin:0px auto;
	font-size:12px;


}


/* Logo and minicart */
#header {
	padding:0px 0px;
	border:1px solid #e5e5e5;
	/*margin-bottom:10px;*/
}
#header table {
	border-collapse:collapse;
	width:100%;
}
#header img {
	margin:0px 0px;
}
#header td.headerlinks { /* mini cart */
	width:300px;
	text-align:right;
	vertical-align:middle;
	margin-top:15px;
	color:#999;
	font-family:Tahoma, arial, Helvetica, sans-serif;
	font-size:90%;
	padding-right:10px;
}
#header a {
	text-decoration:none;
	color:#1981b7;
	font-weight:bold;
}
#header a:hover { text-decoration:underline; }

/*formats the mini cart subtotal  in the right menu*/
.cartsubtotalminicart{
	color: #000000;
	font-family: Verdana, arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	text-align: right;	
}

/*formats the links in the minicart*/
.cartminilinks{
	color: #333333;
	font-family: Verdana, arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
.cartminilinks a:link{
	color: #333333;
	font-family: Verdana, arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:visited{
	color: #333333;
	font-family: Verdana, arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:hover{
	color: #FF0000;
	font-family: Verdana, arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:active{
	color: #333333;
	font-family: Verdana, arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

/* Encloses all content area under header */
#wrap {
	padding:0px;
	border:0px solid #e5e5e5;
	width:1000px;
   
}

/* Horizontal navigation */

table#horiz_nav {	/* table is generated via shopa_navigation_create.asp */
	padding:0px;
	width:100%;
	border-collapse:collapse;
}

table#horiz_nav td {
	text-align:left;
	font-family:Verdana, arial, Helvetica, sans-serif;
	padding:0px;
	
}

table#horiz_nav td a {
	display:block;
	text-align:center;
	padding:3px 0px;
	color:#000000;
	text-decoration:none;
	font-size:12px;
	text-transform:uppercase;
	border-right:1px solid #EEEEEE;

	
}
table#horiz_nav td a:hover {
	display:block;
	text-align:center;
	padding:3px 0px;
	color:#1981b7;
	text-decoration:underline;
	font-size:12px;
	text-transform:uppercase;
	border-right:1px solid #EEEEEE;

}
table#horiz_nav td.last a { border-right:0px; }
table#horiz_nav td a:hover { color:#000; }

/* Horizontal navigation drop down menu
   do not remove or modify styles listed 
   under "Do Not Change" */
table#horiz_nav ul {
	/* Do not change  */
	position:absolute;
	left: -999em;
	padding:0px;
	margin:0px;
	list-style-type:none;
	
	/* Styles */
	background:white;
	border-right:1px solid #eee;
	text-align:left;
	width:150px;
}

/* Do not change  */
#horiz_nav td:hover ul { left: auto; }
#horiz_nav td.sfhover ul { left: auto; }

#horiz_nav ul li { /* submenu */
	/* Do not change */
	display:block;
	width:100%;
	margin:0px;
	
	/* Styles */
	line-height:22px;
	text-transform:capitalize;
}

table#horiz_nav ul li a { /* submenu links */
	/* Do not change */
	display:block;
	
	/* Styles */
	padding:0px 10px !important;
	border-bottom:1px solid #EEEEEE;
	border-right:0px;
	text-align:left;
}

/* Utility bar includes login links
   welcome note and quick search box */
#utilbar {
	text-align:center;
	background:#eee;
	padding:10px;
	border-bottom:5px solid #D7D7D7;
}

#utilbar table {
	border-collapse:collapse;
	width:100%;
}

#utilbar td {
	padding:5px 0px;
	text-align:center;
	vertical-align:middle;
	width:23.3%;
	font-size:80%;
	border-right:2px dotted #E5E5E5;
	font-weight:bold;
}

#utilbar td.last { border:0px; }	/* remove border from the last column */
#utilbar form { display:inline; }
#utilbar a { color:#1981b7; text-decoration:none; }
#utilbar a:hover { text-decoration:underline; }

/* Encloses all content area under utilbar */
#all { 
	margin-top:5px;
	padding-bottom:5px;
}

/* Left column- categories, currency, language etc */
#left {
	/* Styles */
	width:20%;	/* Change to alter width of left column */
}

#left h2 {
	color:#000000;
	margin:0px;
	padding:5px;
	font-size:120%;
	font-family:arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color:#f4b045;
	
}

#left .box {		/* General style of each box in left column */
	padding:5px 10px;
	font-size:90%;
	border:1px solid #f4b045;
	margin-bottom:5px;
	
}
.sbox {		/* General style of each box in left column */
	padding:5px;
	font-size:90%;
	background-color:#f4b045;
	margin-bottom:5px;
}

#left .box p {
	margin:0px;
	padding-bottom:10px;
}

#left ul {		/* General style of list style in left column; including category listing */
	list-style-type:none;
	padding:0px 0px;
	margin:0px 0px 5px 0px;
	line-height:20px;
	font-size:90%;
	margin-bottom:0px !important;
		 
	}
	.bottom{ width:199px; height:30px;background-image:url(indeximages/catebotbg.jpg); background-repeat:no-repeat; background-position:bottom;}
	.bottom1{ width:180px; height:30px;background-image:url(indeximages/catebotbg.jpg); background-repeat:no-repeat; background-position:bottom;}
 #left ul li{border-bottom:solid 1px #fbd76d;padding-left:0px;}

 #left ul a {
	background:url(../images/inlist.gif) no-repeat 1px 3px;
	padding-left:20px;
	color:#000000;
	font-weight:regular;
	font-family:verdana;
	font-size:12px;
	background-color:#FFFFFF;
	text-decoration:none;
	display:block;
	}
 #left ul a:hover {
	background:url(../images/inlist1.gif) no-repeat 0 3px;}


#right {
	/* Styles */
	/* Change to alter width of left column */
}

#right h2 {
	background-color:#f4b045;
	color:#4D5A12;
	margin:0px;
	padding:5px 5px;
	font-size:120%;
	font-family:arial, Helvetica, sans-serif;
	font-weight:bold;
}

#right .box {		/* General style of each box in left column */
	padding:0px;
	font-size:90%;
	border:1px solid #f4b045;
	margin-bottom:5px;
}
#right .box1 {		/* General style of each box in left column */
	font-size:90%;
	margin-bottom:5px;
	background-image:url(../images/menu/contbg2.gif); background-repeat:repeat-y; background-position:left;
	
	}

#right .box p {
	margin:0px;
	padding-bottom:10px;
}

#right ul {		/* General style of list style in left column; including category listing */
	list-style-type:none;
	padding:10px 15px;
	margin:0px 0px 5px 0px;
	line-height:20px;
	font-size:90%;
	border:1px solid #FAEBD3;
}

#right ul a {
	background:url(../images/site/catnav_bullet.gif) no-repeat 0 3px;
	padding-left:15px;
	color:#505050;
}



/* Extra styles for category navigation */
#catnav ul { margin:10px 10px; border:solid 1px #f9a74a; }
/* Main content area */

#main {
	text-align:center;
	padding-top:0px;
	padding-left:5px;
	padding-bottom:5px;
	padding-right:5px;
}

#main table td { text-align:left; }
#main td { font-size:100%; }
#main td td { font-size:100%; }

/* Top content box on home page */
#homecontent {
	border:1px solid #FAEBD3;
	padding:0px;
	color:#666;
	margin-bottom:5px;
	text-align:center;
}

#homecontent h1 { color:#1d83b4; }
#homecontent p { margin-right:180px; }
#homecontent img { margin-right:0px; }

#right{text-align:center;

}

/* content area styles */
#content {
	padding:0px 5px 5px 10px;
	text-align:left;
}
/* Footer */
#footer {
	padding-bottom:0px;
	text-align:center;
	color:#454545;
	font-size:80%;
	clear:both;
	
}
/* Alphabet listing */
#footer .alphabet {
	margin-bottom:0px;
	padding:0px 0px;
	font-size:90%;
	font-family:arial, Helvetica, sans-serif;
}
#footer #horiz_nav a {
	color:#050000;
	font-weight:bold;
	text-decoration:none;
}
#footer #horiz_nav a:hover {
	text-decoration:underline;
}
/*formats the search box in header file.*/
.searchfield{
	background-color: #FFFFFF;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	color: #333333;
	font-family: Verdana, arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
}

/*formats the display of the form elements throughout the front end*/
.imgbtn { border:0px; }

.txtfield{
	background-color: #FFFFFF;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	color: #333333;
	font-family: Verdana, arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
}

.txtfielddropdown{
	background-color: #FFFFFF;
	color: #333333;
	font-family: Verdana, arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	border:1px solid black;
}

.submitbtn {
   color:#666666;
   font-family: Tahoma,arial, Helvetica, sans-serif;
   background-color: #f3f3f3;
   font-size: x-small;
   font-weight: bold;
   border:1px solid #aaaaaa;
}

/* General styles */
.menuhdr{
	font-family: Verdana, arial, Helvetica, sans-serif;
	background-color : #fba84c;
	color : White;
	font-size : x-small;
	font-weight : bold;
	padding : 3px 5px;
	text-align : left;
}

.menubdr{
	background-color : #fba84c;
}

.dashed{
	border-left : 1px solid #FAEBD3;
	border-right : 1px solid #FAEBD3;
	border-bottom : 1px solid #FAEBD3;
	background-color : #F7F7F7;
}

/* Left menu styles; no longer used in 6.50 */
.leftmenumain a{
	border-top : 1px solid #D3D3D3;
	display: block;
}
.leftmenumain{
	background-color: #F7F7F7;
	color: #000000;
	font-family: Verdana, arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
.leftmenumain a:link{
	color: #333333;
	font-family: Verdana, arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: underline;
	width: 100%;
}
.leftmenumain a:visited{
	color: #333333;
	font-family: Verdana, arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: underline;
	width: 100%;
}
.leftmenumain a:hover{
	background-color: #EEEEEE;
	color: #333333;
	font-family: Verdana, arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: none;
	width: 100%;
}
.leftmenumain a:active{
	color: #333333;
	font-family: Verdana, arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: underline;
	width: 100%;
}
.dottedBorder {
background-image:url(../images/menu/loginbg.jpg); background-repeat:repeat-x;
	padding: 5px;
	font-family:verdana;
	font-size:14px;
	color:#000000;
	border:solid 1px #FF9900;
    
	  
	 	


}

/*formats the header text throughout the site*/
.txtheader{
	color: #000000;
	font-family: Verdana, arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
}
.hdrproduct{text-align:left;color: #000000;
	font-family:arial !important;
	font-size: 12px;
	font-weight: bold;
	text-align:left;}
.hdrproduct1
   {text-align:left;
    color: #000000;
	font-family:arial !important;
	font-size: 12px;
	font-weight:normal;
	text-align:left;
	margin-top:10px;
	
	}
.title{
	color: #000000;
	font-family:arial !important;
	font-size: 14px;
	font-weight: bold;
	text-align:left;
}

/* Styles to be use in 6.50 */
#main {
	font-size:90%;
	line-height:18px;
	width:75%;
}

/* breadcrumbs */
div.breadcrumb {
	text-align:left;
	color:#000;
	font-size:90%; 
	margin-bottom:10px;
}

div.breadcrumb a { 
	color:#1981B7; 
	text-decoration:none; 
}
div.breadcrumb a:hover { 
	color:#175D7F; 
	text-decoration:underline;
}

/* Main area text styles */
#main h1 {
	font-family: arial, Helvetica, sans-serif;
	font-size:140%;
	font-weight : bold;
	margin:0px 0px 15px 0px;
	color:#175D7F;
	text-align:left;
	text-transform:capitalize;
}

#main h2 {
	text-align:left;
	margin:0px 0px 10px 0px;
	font-family:arial, Helvetica, sans-serif;
	font-size:130%;
	text-transform:capitalize;
}

#main h2.picheader { /* Heading style for headings with picture, e.g. shopcustomer.asp */
	background-position:1% 50%;
	background-repeat:no-repeat;
	font-family: Verdana, arial, Helvetica, sans-serif;
	font-weight : bold;
	color:#333;
	font-size:12px;
	border-top:1px solid #FAEBD3;
	border-left:1px solid #FAEBD3;
	border-right:1px solid #FAEBD3;
	background-color:white;
	text-align:left;
	padding:10px 5px 10px 50px;
	margin:0px;
}

/* compare products styles */
.applyoverflow {
	overflow-x:auto;
	overflow-y:hidden;
	width:100%;
	padding-bottom:50px;
}

table.tbl_compare {
	width:100%;
	border-collapse:collapse;
	border:0px;
}

table.tbl_compare td {
	vertical-align:top;
	text-align:left;
	padding:0px 10px;
}

table.tbl_compareproduct {
	border-collapse:inherit;
	line-height:18px;
}

table.tbl_compareproduct td {
	padding:3px 0px;
}

/* Customer service and Affiliate service page (shopcustadmin.asp,shopaffadmin.asp) */
table.customerservice {
	width:100%;
	background-image:url(../images/menu/customerservice.jpg); background-repeat:repeat-x;
		border:1px solid #FAEBD3 !important;
	margin-bottom:10px;
	border-collapse:collapse;
}

table.customerservice th {
	height:35px;
	background-position:1% 50%;
	background-repeat:no-repeat;
	font-family: Verdana, arial, Helvetica, sans-serif;
	font-weight : bold;
	color:#333;
	font-size:12px;
	border-bottom:1px solid #FAEBD3;
	background-color:white;
	text-align:left;
	padding-left:50px;
	vertical-align:middle;
}

table.customerservice td {
	padding:10px;
}

table.customerservice ul {
	margin:0px;
	padding:0px 10px 0px 15px;
	list-style-type:none;
}
table.customerservice ul li{ list-style-image:none; background-image:none;}

/* standard table display */
.std_table {
	background:#fad86d;
	border:1px solid #FAEBD3 !important;
	margin-bottom:10px;
	padding:10px;
	text-align:left;
	vertical-align:top;
	line-height:20px;
	font-size:11px;
}

.std_table table { 
	border-collapse:collapse;
	width:85%;
}

.std_table th { 
	vertical-align:top;
	padding:0px 10px 0px 0px;
	width:35%;
	font-weight:normal;
}
.std_table td {	padding:0px 5px 0px 0px; }

/* Category table (shopdisplaycategories.asp) */

table.tbl_category td {	text-align:center;}

/* shopcustomer.asp form */
table.tbl_customer {
	width:85%;
}

table.tbl_customer th {
	width:35%;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
}

table.tbl_customer td {
	vertical-align:top;
	text-align:left;
}

table.tbl_customer iframe {	/* refer to shoplicense.htm for changing license styles */ 
	width:100%;
}

table.tbl_subproduct {
	border-collapse:collapse;
	margin-right:2px;
	margin-bottom:2px;
	border:1px solid #ddd;
	background:#F7F7F7;
	text-align:center;
	width:100px;
	float:left;
}

table.tbl_subproduct td {
	padding:3px 5px;
}

p{ margin:0px; padding:0px;}
/* General override styles */
.ac { text-align:center !important; }
.ar { text-align:right !important; color:#660000; font-family:Verdana, arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; }
.al { text-align:left !important; }
.fr { float:right !important; }
.fl { float:left !important; }
.vt { vertical-align:top !important; }
.vm { vertical-align:middle !important; }
.vb { vertical-align:bottom !important; }
.cb {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
.smlpad { padding:15px !important; }

.pricesmall {}
.price {text-align:left;color: #000000;
	font-family:arial !important;
	font-size: 12px;
	font-weight:bold;
	text-align:left;
}
.price1 {text-align:left;color: #000000;
	font-family:arial !important;
	font-size: 12px;
	font-weight:normal;
	text-align:left;
}

.youtube {text-align:left;color: #ff4500;
	font-family:arial !important;
	font-size: 12px;
	font-weight:bold;
	text-align:left;
	margin-top:5px;
}
.upsbackgrount{background-color:#FAEBD3;}
#petnews li{ list-style-type:decimal; margin-left:10px;}

#petnews ul li{list-style-type:decimal; margin-left:10px;}
.cat{font-family:arial !important; font-variant:small-caps; font-size:14px; text-align:center; font-weight:bold; color:#330000; border:solid 1px #FCE2B7; width:200px; line-height:32px;height:auto;}
.cat1{font-family:arial !important; font-variant:normal; font-size:12px; text-align:center; font-weight:normal; color:#000000; border:solid 1px #FCE2B7; width:200px;height:auto; margin-top:5px;}
.cat1 strong{font-family:arial !important; font-variant:small-caps; font-size:14px; text-align:center; font-weight:bold; color:#000000 !important;}
.cat1 td{font-family:arial !important; font-variant:small-caps; font-size:12px; text-align:center; font-weight:normal;; color:#000000 !important;}
.SelectSite{width:175px;font-family:arial !important; font-variant:small-caps; font-size:14px; text-align:center; font-weight:bold; color:#330000; z-index:-32px;}


.tabletd1{width:110px; border-bottom:solid 1px #dec897;border-right: solid 1px #dec897; height:30px; font-size:12px;font-weight:bold; padding-left:5px; font-family:arial;}
.tabletdl1{width:110px; border-bottom:solid 1px #dec897;height:30px; font-size:12px;font-weight:bold; padding-left:5px;font-family:arial;}
.tabletd2{width:110px; border-bottom:solid 1px #dec897;border-right: solid 1px #dec897; height:30px; font-size:11px;font-weight:normal; padding-left:5px;font-family:arial;}
.tabletdl2{width:110px; border-bottom:solid 1px #dec897; height:30px; font-size:12px;font-weight:normal; padding-left:5px;font-family:arial;}
.tabletdb2{width:110px; border-right:solid 1px #dec897; height:30px; font-size:12px;font-weight:normal; padding-left:5px;font-family:arial;}
.tabletdbl2{width:110px; height:30px; font-size:12px;font-weight:normal; padding-left:5px;font-family:arial;}
.btabletd1{width:110px; border-bottom:solid 1px #58471f;border-right: solid 1px #58471f; height:30px; font-size:11px;font-weight:bold; padding-left:5px; font-family:arial;}
.btabletdl1{width:110px; border-bottom:solid 1px #58471f;height:30px; font-size:12px;font-weight:bold; padding-left:5px;font-family:arial;}
.btabletd2{width:110px; border-bottom:solid 1px #58471f;border-right: solid 1px #58471f; height:30px; font-size:11px;font-weight:normal; padding-left:5px;font-family:arial;}
.btabletdl2{width:110px; border-bottom:solid 1px #58471f; height:30px; font-size:12px;font-weight:normal; padding-left:5px;font-family:arial;}
.btabletdb2{width:110px; border-right:solid 1px #58471f; height:30px; font-size:12px;font-weight:normal; padding-left:5px;font-family:arial;}
.btabletdbl2{width:110px; height:30px; font-size:11px;font-weight:normal; padding-left:5px;font-family:arial;}
.title1{ font-size:11px !important;}

.descrption1{width:470px; text-align: center; font-family:arial !important;; font-size: 12px; font-weight: bold;}
.descrption2{width:470px; text-align:left; font-family:arial !important;; font-size: 12px; font-weight: normal;}

.power{width: 470px; text-align: left; font-family: arial; font-size: 12px; font-weight: normal; padding-left: 20px;}
.pack1{width: 470px; text-align: left; font-family: arial; font-size: 12px; font-weight: normal; margin-top: 3px; padding-left: 15px;}
.pack2{width: 470px; text-align: left; font-family: arial; font-size: 12px; font-weight: normal; padding-left: 15px; margin-top: 8px;}

.desvideo{font-weight: bold; font-size:16px ; font-family: arial;}
.desvideo1{font-weight: bold; font-size:12px; font-family: arial;}
.desmanual{font-weight: bold; font-size:16px; font-family: arial;}

.smalldes{ padding:0px; margin:0px; font-family:Arial; font-size:12pxpx; text-align:justify; }
.smalldes1{ padding:0px; margin:0px; font-family:Arial; font-size:12pxpx; text-align:justify; font-weight:bold;}
.youtube a{ padding:0px; margin:0px; font-family:Arial; font-size:12pxpx; text-align:justify; color: rgb(255, 69, 0); }
.youtube img {width:36px; height:16px;}

.feederrecom{width:220px; height:130px; background-image:url(../images/feeder-recombg.jpg); background-repeat:no-repeat; background-position:top; text-align:center;}
.Rtabletd2{width:90px; border-bottom:solid 1px #dec897;border-right: solid 1px #dec897; height:20px; font-size:11px;font-weight:normal; padding-left:5px;font-family:arial; text-align:center !important}
.Rtabletdl2{width:90px; border-bottom:solid 1px #dec897; height:20px; font-size:12px;font-weight:normal; padding-left:5px;font-family:arial; text-align:center !important;}
.Rtabletdb2{width:90px; border-right:solid 1px #dec897; height:20px; font-size:12px;font-weight:normal; padding-left:5px;font-family:arial; text-align:center !important}
.Rtabletdbl2{width:90px; height:20px; font-size:12px;font-weight:normal; padding-left:5px;font-family:arial; text-align:center !important}
.recommtable{margin-top:10px; text-align:center !important; width:190PX;} 
.rectitle{width:180px; padding-left:40px; font-weight:bold; color:#e82428; text-align:center;}
.ccode1{width:390px;float:left; margin-top:5px; text-align:left; color:#000099;}
.ccode{color:#000099; font-family:arial; font-weight:normal;}


.centeraddtocart{ width:450px; text-align:center; padding:5px;}
