*{
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
}
body{
    background: url("../images/bg.png");
}
.wrap{
	display: table;
	width: 1200px;
    font-size: 12pt;
    font-family: tahoma;
    margin-left: auto;
    margin-right: auto;
    direction: rtl;
    background: #eeeeee;
}
header{
    width: 100%;
}
header img{
    width: 100%;
}
a,a:link,a:visited{
    color: #000000;
    text-decoration: none;
}
a:hover{
    color: #FFFFFF;
}
.menu{
    list-style: none;
    margin: 0 auto;
    height: 28px;
    padding: 10px;
    background: lightskyblue;
}
.menu li{
    float: right;
    margin: 0 20px 0 0;
}
.search{
    float: left;
}
.main{
    padding: 10px;
    margin: 0 auto;
}
table{
    border: 0px;
    width: 100%;
}
table td{
    margin:0 10px 10px 0;
    background: #e2e7ff;
    padding: 5px;
}
input[type=text],input[type=email],input[type=password],textarea,input[type=file]{
    width: 100%;
    line-height: 25px;
    background-color:#ffffff;
}
input[type=file]{background-color:#ffffff;padding:initial;border:initial;line-height:initial;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;color:#808080;border:1px solid #ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px; direction:ltr;}

.product{
    margin:10px 10px 10px 0;
    background: #FFFFFF;
    float: right;
    width: 375px;
    height: 520px;
    border: 1px solid #587cf5;
    border-radius: 5px;
    padding: 5px;
    position: relative;
}
.product h4{
    text-align: center;
    padding:10px 0;
    color: orange;
}
.product p{
    margin-top: 5px;
    text-align: justify;
}
.product span{
    font-weight: bold;
}
.more{
    bottom: 20px;
    position: absolute;
}
.btn-more{
    border-radius:5px;
    padding: 10px;
    background: #587cf5;
}
.details{
    background: #ffffff !important;
    width: 1200px;
    height: 500px;
}
.details img{
    width: 400px;
    float: right;
    padding: 10px;
    border-radius: 10px;
}
.info{
    float: left;
    width: 760px;
    padding: 10px;
    height: 470px;
    text-align: justify;
    position: relative;
}
.info p{
    margin-top: 5px;
    text-align: justify;
}
footer{
    margin: 0 auto;
    width: 1200px;
    text-align: center;
    color: #000000;
    padding: 10px;
}

.btn-success{
    border-radius:5px;
    padding: 10px;
    background: #03a22a;
    color: #FFFFFF;
}
.btn-success:hover{
    border-radius:5px;
    padding: 10px;
    background: #b8d54b;
    color: #FFFFFF;
    cursor: pointer;
}