body {
	background:white;
	margin:0;}
a img {border: none;}
a {text-decoration: none;}



div.error{border:1px solid #ffa2aa;background:#fae8e8 url(../admin/images/icons/exclamation-red.png) 10px 13px no-repeat}
div.msg{padding:10px 10px 10px 37px;margin-bottom:10px;cursor:pointer}


img.thumbnail
{
 /* max-width:100px;
  max-height:100px;
  width:expression(100 + "px");
  height:expression(100 + "px");
  */
  
  
  max-width: 100px;
  max-height: 100px;
  width: expression(this.width > 100 ? "100px" : true);
  height: expression(this.height > 100 ? "100px" : true); 
  
  
}

img.thumbnail2
{
  /*
  max-width:204px;
  max-height:251px;
  width:expression(204 + "px");
  height:expression(251 + "px");
  */
  
  max-width: 148px;
  max-height: 224px;
  width: expression(this.width > 148 ? "148px" : true);
  height: expression(this.height > 224 ? "224px" : true); 
  
  
}

img.thumbnail3
{
  /*
  max-width:461px;
  max-height:478px;
  width:expression(461 + "px");
  height:expression(478 + "px");
  */
  
  max-width: 458px;
  width: expression(this.width > 458 ? "458px" : true); 
  
  
}

img.thumbnail_slider
{
 /* max-width:150px;
  max-height:150px;
  width:expression(150 + "px");
  height:expression(150 + "px");
  */
  
  max-width: 118px;
  max-height: 128px;
  width: expression(this.width > 118 ? "118px" : true);
  height: expression(this.height > 128 ? "128px" : true); 
  
  
}



<!--
.infiniteCarousel {
  width: 640px;
  position: relative;
}

.infiniteCarousel .wrapper {
  width: 600px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  height: 200px;
  margin: 0 35px;
  position: absolute;
  top: 5px;
}

.infiniteCarousel ul a img {
  
}

.infiniteCarousel .wrapper ul {
  width: 10px; /* single item * n */
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 5px;
  height: 0px;
  width: 132px;
}

.infiniteCarousel ul li img {
    -webkit-transition: border-color 400ms;
}

.infiniteCarousel ul:hover li img {
  border-color: #000;
}

.infiniteCarousel ul:hover li:hover img {
  border-color: #333;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 22px;
  width: 20px;
  background: url(../images/arrow.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 50px;
  cursor: pointer;
  outline: 0;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 -44px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -22px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -66px;
}








.glossymenu{
margin: 0px 0;
padding: 0;
width: 200px; /*width of menu*/
border: 0px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background:url(../images/maincat_bg.png); background-repeat:no-repeat;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
font-size:16px;
font-weight:bold;
width: auto;
height:29px;
color:white;
padding-top:13px;
padding-left: 23px;
text-decoration: none;
transition:all 0.2s;
-webkit-transition:all 0.2s;
-moz-transition:all 0.2s;
}


.glossymenu a.menuitem:visited, .glossymenu a.menuitem:active{
background:url(../images/maincat_bg.png); background-repeat:no-repeat;

display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
height:267px;
padding-top:11px;
padding-left: 32px;
text-decoration: none;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background:url(../images/maincat_bg.png); background-repeat:no-repeat;
font-size: 16px;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
height:29px;
padding-top:13px;
padding-left: 27px;
text-decoration: none;
}


.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: none;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 0px solid blue;
background-image:url(../images/subcat_bg2.png);
background-repeat:no-repeat;
height:33px;
}

.glossymenu div.submenu ul li a{
background-image:url(../images/subcat_bg.png);
background-repeat:no-repeat;
display: block;
font: normal 12px Arial;
color: #000000;
text-decoration: none;
padding: 9px 0;
height:33px;
padding-left: 23px;
transition:all 0.2s;
-webkit-transition:all 0.2s;
-moz-transition:all 0.2s;
}

.glossymenu div.submenu ul li a:hover{
background-image:url(../images/subcat_bg2.png);
background-repeat:no-repeat;display: block;
font: normal 12px Arial;
color: #2CA361;
text-decoration: none;
padding: 9px 0;
height:33px;
padding-left: 27px;
}	


.navii{width:100%; height:35px; margin:0;}
.navii ul{list-style-type:none; margin:0;}
.navii ul li{float:left; text-transform:uppercase;list-style:none; line-height:32px; margin-right:60px; margin-left:-20px;}
.navii ul li:last-child{margin-right:0;}
.navii ul li a{ 
font-size:16px; color:black;
padding-bottom:8px;
padding-top:5px;
padding-left:10px;
padding-right:10px;
}
.navii ul li a:hover{
background:url(../images/menu_hover_bg.png);
color:white; text-decoration:none;
}



<!------------------------------------------------------------------------------------->

/*
#nav{
	list-style:none;
	font-weight:normal;
	
	float:left;
	width:100%;
	
}
#nav li{
	float:left;
	margin-left:0px;
	position:relative;
	list-style:none;
}
#nav li a{
text-transform:uppercase;	
display:block;
padding-left:10px;
padding-right:10px;
padding-top:6px;
padding-bottom:6px;
font-size:15px; color:white;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
}
#nav a:hover{
	color:#fff;
	background:url(../images/btn_bg.png);
}


#nav ul{
	background:#fff; 
	list-style:none;
	position:absolute;
	left:-9999px; 
	z-index:9000000;
}
#nav ul li{
	padding-top:1px; 
	float:none;
}
#nav ul a{
	white-space:nowrap; 
}
#nav li:hover ul{
width:220px;
background:none;
	left:-40px; 
}
#nav li:hover a{ 
	background:url(../images/btn_bg.png);
}
#nav li:hover ul a{ 
	text-decoration:none;
}
#nav li:hover ul li a:hover{ 
	background:#333;
}
*/


<!------------------------------------------------------------------------------------->

<!--------------------------------------------------------------------------------------------------------------->
<!-- ///////////////////////////////////////////////// START \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\-->
<!--------------------------------------------------------------------------------------------------------------->
.unused{font-family:Arial; font-size:12px; color:white;}
.pintechst01{font:normal 11px Arial; color:#A2A2A2;}
.pintechst02{font-size:14px; color:#444444;}
.pintechst03{ font-size:18px; color:#04984A;}

.pintechst04{font:normal 12px Arial; color:white;}

.pintechst05{font:normal 12px Arial; color:#04984A;}

.pintechst06{ font-size:16px; color:black;}
.pintechst07{ font-size:16px; color:#009146;}
.pintechst08{ font-size:16px; color:#1B8E4C;}

a.pintechlink01:link,
a.pintechlink01:visited,
a.pintechlink01:active {font:bold 11px Arial; color:#A2A2A2; text-decoration:none; }
a.pintechlink01:hover {color:#04984A;}

a.pintechlink02:link,
a.pintechlink02:visited,
a.pintechlink02:active { font-size:14px; color:#444444; text-decoration:none; }
a.pintechlink02:hover {color:#04984A;}

a.pintechlink03:link,
a.pintechlink03:visited,
a.pintechlink03:active {font:normal 12px Arial; color:white; text-decoration:none; }
a.pintechlink03:hover {color:#444444;}

a.pintechlink05:link,
a.pintechlink05:visited,
a.pintechlink05:active {font:normal 12px Arial; color:black; text-decoration:none; }
a.pintechlink05:hover {color:#149A55;}


.fproddd{width:134px; height:163px; margin-left:14px; float:left;}


<!--------------------------------------------------------------------------------------------------------------->
<!-- /////////////////////////////////////////////////  END  \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\-->
<!--------------------------------------------------------------------------------------------------------------->

.Sample786{ font-family: Arial; font-size:11px;color:#FFF; text-decoration:none;}

a.next_pages_link786:link { font-family: Arial; font-size:11px;color:#FFF; text-decoration:none;}
a.next_pages_link786:visited {font-family: Arial; font-size:11px;color:#FFF; text-decoration:none;}
a.next_pages_link786:hover {font-family: Arial; font-size:11px;color: #000000; text-decoration:none;}
a.next_pages_link786:active {font-family: Arial; font-size:11px;color: #FFF; text-decoration:none;}

.next_pages_link7865{font-family: Arial; font-size:11px;color: #000000; text-decoration:none;}


.news_messg {font-family: Arial, Helvetica, sans-serif;font-size: 12px;color:#000000;}
.news_error {font-family: Arial, Helvetica, sans-serif; font-weight:bold;font-size: 12px;color:#FF0000;}
.news_info {font-family: Arial, Helvetica, sans-serif; font-weight:bold;font-size: 12px;color:#FF9900;}
.news_thanks {font-family: Arial, Helvetica, sans-serif; font-weight:bold;font-size: 12px;color:#009900;}

.style5 {font-family: Arial, Helvetica, sans-serif;font-size: 12px;color: #3A391F;}
.style6 {font-family: Arial, Helvetica, sans-serif;font-size: 12px;color: #D90909;}
.style7 {font-family: Arial, Helvetica, sans-serif;font-size: 12px;color: #91908C;}
.style8 {font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight:bold; color: #0000;}
.style9 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:black;}
.style10 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color:red;}
.style11 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:#DF0101; font-weight:bold;}
.style12 {font-family: Arial, Helvetica, sans-serif;font-size: 12px;color: #000000;}
.style13 {font-family: Arial, Helvetica, sans-serif;font-size: 10px;color:#000000;}
.style14 {font-family: Arial, Helvetica, sans-serif;font-size: 11px; font-weight:bold;color: #000000;}
.style15 {font-family: Arial, Helvetica, sans-serif;font-size: 12px; font-weight:bold;color:black;}
.style1665 {font-family: Arial, Helvetica, sans-serif;font-size: 12px; font-weight:bold;color: #000000;}
.style16 {font-family: Arial, Helvetica, sans-serif;font-size: 12px; font-weight:bold;color: red;}
.style17 {font-family: Arial, Helvetica, sans-serif;font-size: 12px;color: #000000;}


input.usman,textarea.usman{
	width:200px;
	border:2px solid #BDBCBC; 
	background-color:#F3F3F4;
	}
	
input.qty{
	width:35px;
	border:2px solid #DCD9D9; 
	background-color:#BEBEBE;
	}	


.fieldHolder
{
	width: 272px;
	height: 29px;
	background: url(../images/searchfield.png) no-repeat;
	float: left;
}
.search_field
{
	width: 245px;
	height: 26px;
	background: none;
	border: none;
	color: #868585;
	font-size:13px;
	margin-top: 1px;
	margin-left: 25px;
}

.fieldHolder2
{
	width: 165px;
	height: 19px;
	background: url(../images/newsfield.png) no-repeat;
	float: left;
}
.search_field2
{
	width: 165px;
	height: 15px;
	background: none;
	border: none;
	color: #868585;
	font-size:11px;
	margin-top: 1px;
	margin-left: 3px;
}


a.login211:link {font-family:Arial, Helvetica, sans-serif;  font-size:12px;  color:red; text-decoration:none; }
a.login211:visited {font-family:Arial, Helvetica, sans-serif;  font-size:12px; color:red; text-decoration:none; }
a.login211:hover {font-family:Arial, Helvetica, sans-serif;  font-size:12px; color:black; text-decoration:underline; }
a.login211:active {font-family:Arial, Helvetica, sans-serif;  font-size:12px; color:red; text-decoration:none; }

/**** PRODUCTS BODY ****/

.button {
    border: 1px solid #006;
    background: #ccf;
}
.button:hover {
    border: 1px solid #f00;
    background: #eef;
}	
/**** FOOTER ITEMS END ****/

.submit input
{
color: #000;
background: #ffa20f;
width:200px;
border: 2px outset #d7b9c9
}


input.btn {color:#000000;font:Arial, Helvetica, sans-serif;font-size:12px;background-color:#FCF5A1;border:1px solid;border-color: #000000;} 
input.btnhov {background-color:#FBEB27;}
