h1,h2,h3,h4,h5,h6,p,a,strong,input,textarea, ul, div{
	direction: rtl;
}
input.email,input.captcha{direction: ltr;}
p,input,textarea,select{
	font-size: 1rem;
	font-family: Tahoma,Arial;
}

.rotate
{
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
     
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
     
    overflow:hidden;
 
}  
 
.rotate:hover  
{
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);

}  

#googleMapSmall{
    width: 500px;
    height: 400px;
    border: solid 1px #888;
}
.contact_form_box table{
    direction: rtl;
}
.productDetails{
    direction: rtl;
    
}
#myGalleryList li{
    float: left;
    padding: 5px;
}
#myGalleryList li img{
    -webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 7px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 7px 0px rgba(50, 50, 50, 0.75);
}
#myGalleryList{
    list-style: none;
}

.content_cms_column_right{
    text-align: right;
}

.content_point_ring a{
    direction: ltr !important;
}