.wrapper{
	width: 1000px;
	height: auto;
	margin: auto;


}
.shop-header{
	width: 1000px;
	height: 60px;
	margin: auto;
}

.flyout{
position:absolute;
width:1000px;
height:450px;
background:red;
overflow: hidden;
z-index:10000;
}
.hidden{
visibility: hidden;
}

.divPadding{
	padding: 15px;
	padding-top: 50px
}
.saleDiv{
	
	
	margin-top: 5px;

}
.saleDiv1{
	height: 125px;
	
	margin-top: 5px;

}
.saleDiv a {
    text-decoration: none;
    display: block;
 
    
    float: left;
    margin: 0 3px 3px 0;
    opacity: 1;
    -webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}
.saleDiv a:hover {
    /*opacity: .7;*/
    -webkit-transform: scale(1.05,1.07);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.05,1.07);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    position: relative;
    z-index: 99;
}
.saleDiv1 a {
    text-decoration: none;
    display: block;
 
    
    float: left;
    margin: 0 3px 3px 0;
    opacity: 1;
    -webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}
.saleDiv1 a:hover {
    /*opacity: .7;*/
    -webkit-transform: scale(1.05,1.07);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.05,1.07);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    position: relative;
    z-index: 99;
}
#headerNav a{
	color: black;
	font-size: 12px;
	padding-top: 20px;
}
.cart{
	background-color:#0b6eba;
}
.cart:hover{
	background-color:#094e83;
}
.divider{
	height: 54px;
	background-image: url('../images/border-divider.png');
}
.product-view{
	text-align: center;
	padding: 15px;
	border: 1px solid #ccc;
}
.footer{
	background-color: #242424;
	width: 100%;
	height: auto;
	float: left;
}
.footer ul li{
	list-style-type: none;
	font-size: 12px;
	line-height: 20px;
}
.footer a{
	color:#d5d5d5;
}
ul.social-icons li {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
background-image: url('../img/social-sprites.png');
background-repeat: no-repeat;
background-color: #FFF;
background-position: 0 100px;
display: inline-block;
margin: -1px 1px 5px 0;
padding: 0;
border-radius: 100%;
overflow: visible;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.showCategory{
	cursor: pointer;
}
.showSubcategory{
	width: 100%;
	height: auto;
}
.showSubcategory ul li{
	list-style-type: none;
	display: block;
	font-size: 12px;

}
.showSubcategory a{
	color: #bbb;
	text-decoration: none;
}
.productView{
	padding: 10px;
	cursor: pointer;
	background: -moz-radial-gradient(center, ellipse cover,  rgba(175,175,175,0) 0%, rgba(175,175,175,0.01) 1%, rgba(148,148,148,0.65) 97%, rgba(147,147,147,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(175,175,175,0)), color-stop(1%,rgba(175,175,175,0.01)), color-stop(97%,rgba(148,148,148,0.65)), color-stop(100%,rgba(147,147,147,0.65))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(175,175,175,0) 0%,rgba(175,175,175,0.01) 1%,rgba(148,148,148,0.65) 97%,rgba(147,147,147,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(175,175,175,0) 0%,rgba(175,175,175,0.01) 1%,rgba(148,148,148,0.65) 97%,rgba(147,147,147,0.65) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(175,175,175,0) 0%,rgba(175,175,175,0.01) 1%,rgba(148,148,148,0.65) 97%,rgba(147,147,147,0.65) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(175,175,175,0) 0%,rgba(175,175,175,0.01) 1%,rgba(148,148,148,0.65) 97%,rgba(147,147,147,0.65) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00afafaf', endColorstr='#a6939393',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.productView a{
	
	font-size: 13px;
}
.productView:hover{
	-webkit-box-shadow: 0px 0px 9px 0px rgba(255, 25, 25, 0.75);
	-moz-box-shadow:    0px 0px 9px 0px rgba(255, 25, 25, 0.75);
	box-shadow:         0px 0px 9px 0px rgba(255, 25, 25, 0.75);
}


.productView1{
	border:1px solid #ddd;
	cursor: pointer;

}
.productView1 a{
	
	font-size: 13px;
}
.productView1:hover{
	-webkit-box-shadow: 0px 0px 9px 0px rgba(255, 25, 25, 0.75);
	-moz-box-shadow:    0px 0px 9px 0px rgba(255, 25, 25, 0.75);
	box-shadow:         0px 0px 9px 0px rgba(255, 25, 25, 0.75);
}
.breadcrumb li{
	font-size: 12px;

}
.breadcrumb a{
	font-size: 12px;
	color: #242424;
}
#gallery_01 img{border:2px solid white;} 

#gallery_01 a{
	text-decoration: none;
}

.h1{
	font-size: 25px;
	margin-top: 0px;
}
.description{
	font-size: 12px;
	padding-top: 10px;
}
.listClass a{
	color: #bbb;
	font-size: 12px;

}
.otherText{
	font-size: 12px;
	color: #aaa;
}
.otherText1{
	font-size: 12px;
	color: #242424;

}
.otherText3{
	font-size: 12px;
	color: #242424;
	margin: 0px;
	padding: 0px;
}
.otherText2{
	padding-top:5px;
	font-size: 12px;
	color: #242424;
}
.instock{
	font-size: 18px;
	color: #6bad50;
}
.box-inner{

	background-color:white;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.44);
	-moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.44);
	box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.44);
}
.stop-border-radius{
	border-radius: 0px;
}
.coverPhoto{
	background:url(../images/Clubhome.jpg);
	height: 300px;
}
.coverPhoto1{
	background:url(../images/Clubhome.jpg);
	height: 300px;
}
.showPujaList{
	background-color: #eeeeef;

	font-size: 12px;
	text-align: Left;
	border-bottom: 3px solid #727272;
	cursor: pointer;

}
.showPujaList a{
	color: #9e3223;
}
.showPujaList:hover{
	background-color: #ddd;
	border-bottom: 3px solid #454545;
}
.coverList{
	padding: 10px;
}
a.tooltips {
  position: relative;
  display: inline;
}
a.tooltips span {
  position: absolute;
  width:140px;
  color: #0F0F0F;
  background: #EDE8EB;
  height: 99px;
  line-height: 99px;
  text-align: center;
  visibility: hidden;
  border-radius: 0px;
  box-shadow: 0px 0px 7px #A5ACB8;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-top: 8px solid #EDE8EB;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
a:hover.tooltips span {
  visibility: visible;
  opacity: 1;
  bottom: 30px;
  left: 50%;
  margin-left: -76px;
  z-index: 999;
}
.frontCover{
	border-bottom:1px solid #ccc;
	padding:10px;
	margin-top:0px;
	background:url(file:///C|/Users/USER/Desktop/sharodiaonline/sharodiaonline%20web/sharodiaonline/image/top-bg.jpg) center 0 repeat;
	color: white;
}
.pA a{
	font-size: 12px; 
	color: #242424;
}
.divDetails{
	border-bottom: 1px solid #ccc;

}
.pujaNames{
	text-align: left;
	background-color: #eeeeef;
	border:1px solid #ccc;

	
}
.pujaNames a{
	font-size: 12px;
	text-align: left;
}