﻿
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

body {
    font-family: 'arsenal-regular','Lato', Calibri, Arial, sans-serif;
    /*background: #fff;
    font-weight: 300;
    font-size: 15px;
    color: #333;
    -webkit-font-smoothing: antialiased;*/
}
h1, h2, h3, h4, h5, h6, ul {
	font-family:'caviardreams-regular','Lato',Calibri, Arial, sans-serif;

}
.testimonials-user-info h3{
    font-family: 'arsenal-regular','Lato', Calibri, Arial, sans-serif;
}
.divform {
	display: block;
	margin: 10px 0;
}
.divform input {
	width: 100%;
	padding: 5px 10px;
	outline: none;
	border-left: 1px solid #0e94e8;
	border-right: 1px solid #0e94e8;
	border-top: 1px solid #0e94e8;
	border-bottom: 3px solid #0e94e8;
	border-radius: 5px 5px;
	color: #555;
	font-weight: 400;
}
.divform textarea {
	width: 100%;
	height: 100px;
	padding: 5px 10px;
	outline: none;
	border-left: 1px solid #0e94e8;
	border-right: 1px solid #0e94e8;
	border-top: 1px solid #0e94e8;
	border-bottom: 3px solid #0e94e8;
	border-radius: 5px;
	color: #555;
	font-weight: 400;
}
.divform input:focus,
.divform textarea:focus {
	border-left: 1px solid #0e94e8;
	border-right: 1px solid #0e94e8;
	border-top: 1px solid #0e94e8;
	border-bottom: 3px solid #0e94e8;
}
    .divform button {
        width: 70%;
    }
    /*Begin newsletter section*/

#divnewsletter input {
	max-width: 280px;
}
 .txtshadow{
       text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
        }

.rtl{
    direction:rtl;
}
.ltr{
    direction:ltr;
}
 .font-medium{
    font-size:medium
}
.font-small{
    font-size:small
}
.green{
           color:green;
        }
/*details page*/ 
#pagedetails
{
    padding: 100px 30px;
}
   #DivDetailsControl
{
     margin:5%;
     margin-top:10%;
}
   #DivDetailsControl_Title
{
    /*background-color:#22B14C;*/
    width:100%;
}
   #DivDetailsControl_Body
{
    width:100%;
}
   #DivDetailsControl_SubTitle01
{
    /*background-color:#9DBB61;*/
    width:100%;
}
#DivDetailsControl_SubTitle02
{
    /*background-color:#A8E61D;*/
    float:none;
    text-align:justify;
}
#DivDetailsControl_Image
{
    /*background-color:Gray;*/
    width:30%;
    
    margin-bottom:10px;
    margin-top:10px;
   
}
#DivDetailsControl_ShortDiscription
{
    /*background-color:Red;*/
    float:none;
    text-align:justify;
}
#DivDetailsControl_Details
{
    /*background-color:#FF7E00;*/
    float:none;
    text-align:justify;
    /*padding-top:30px;*/
}
#DivDetailsControl_Extended
{
     /*background-color:#FFA3B1;*/
     width:100%;
}
#DivDetailsControl_RatingAndCounter
{
    width:170px;
}
#DivDetailsControl_Rating
{
    /*background-color:#FFC20E;*/
    float:none;
    width:170px;
}
#DivDetailsControl_VisitorCounter
{
    /*background-color:Yellow;*/
    float:none;
    width:170px;
}
#DivDetailsControl_ExtendedDetails
{
    /*background-color:#FFA3B1;*/
    float:none;
    text-align:right;
}
#DivDetailsControl_Utilities
{
    /*background-color:#4D6DF3;*/
}
#DivDetailsControl_TellFriend
{
    /*background-color:#709AD1;*/
}
#DivDetailsControl_Comments
{
    /*background-color:#00B7EF;*/
}
/*End details page*/

