/* CSS Document */

body{
	margin:0px;
	font-family:Arial;
	font-size:12px;
	color:#333333;
	text-align:justify;
	line-height:17px;
}

.bottom_bg{
	background-image:url(../images/bottom_mid.jpg);
	background-repeat:repeat-x;
}
.orange_color{
	color:#fd5303
}

.border_sm{border:#e6e6e6 solid 1px;
background-color:#f5f6f8;
	}

.heading{font-size:14px;
		color:#fd5303
		}



.box_border{border:#e9e9e9 solid 1px;
	border-top:none;
	}

.box_mid{background-image:url(../images/box_mid.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	}
	
a:link {
	color: #fd5303;
	text-decoration: none;
	}
a:visited {
	color: #fd5303;
	text-decoration: none;
	}
a:hover {
	color: #000000;
	text-decoration: none;
	}
a:active {
	color: #fd5303;
	text-decoration: none;
}	
	
.side_text{
	font-size:11px;
	font-weight: bold;
	color: #a2a29f;
	text-decoration: none;
line-height:13px;
	}	
	
	
.a:link {
	font-size:11px;
	font-weight: bold;
	color: #a2a29f;
	text-decoration: none;
	}
.a:visited {
	font-size:11px;
	font-weight: bold;
	color: #a2a29f;
	text-decoration: none;
	}
.a:hover {
	font-size:11px;
	font-weight: bold;
	color: #a2a29f;
	text-decoration: none;
	}
.a:active {
	font-size:11px;
	font-style: normal;
	font-weight: bold;
	color: #a2a29f;
	text-decoration: none;
}

.sm_links:link {
	font-size:11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}
.sm_links:visited {
	font-size:11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}
.sm_links:hover {
	font-size:11px;
	font-weight: bold;
	color: #fd5303;
	text-decoration: none;
	}
.sm_links:active {
	font-size:11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}


.border{
	border:#e9e9e9 solid 1px;
	padding:10px;
}	
.border_2{
	border:#e9e9e9 solid 1px;
	height:100px;
}	



	.position {font-family:Arial;
	font-size:12px;
	color: #3f3b3b; 
	text-transform:uppercase;
	cursor:pointer;
 }

	.uppercase{font-family:Arial;
	font-size:12px;
	color: #3f3b3b; 
	text-transform:uppercase;

 }
 
 
 /* product feactured start */
 
.thumbs
{
  clear: both;
  margin: 10px auto;
}

.thumbnails div
{
  position: relative;
  width: 150px;
  height: 112px;
  float: left;
  display: block;
}
.thumbnails img
{

  width: 150px;
  height: 112px;
  position: absolute;
  z-index:1;
  border: 1px solid #cbc9c9;
  cursor: pointer;
 -moz-user-select: none;
 -khtml-user-select: none;
}

 /* product feactured end */
.product_border{border:solid 1px #e3e4e4
}