@charset "utf-8";

body{
background-color:#f8f8f8;
}

.clear{
clear:both;
}

#bigImage{
margin:0 auto;
width:80%;
}

#bigImage img{
display:block;
margin:0 auto;
width:100%;
}

.citation{
width:80%;
font:42px 'Darleston', "Times New Roman", Times, serif;
text-align:right;	
margin:5px auto;
}

/*product div*/

.allProducts{
width:70%;
height:auto;
margin:5px auto 15px auto;
padding:0;
overflow:auto;
}

.product{
float:left;
width:44%;
height:auto;
background-color:#fff;
padding:1%;
margin-top:5px;
margin-bottom:5px;
margin-left:2%;
margin-right:2%;
}

.product .imgDiv{
float:left;
width:40%;
margin-right:3%;
}

.product img{
width:100%;
}

.product h2{
float:left;
width:55%;
font:24px Calibri, Arial, sans-serif;
margin-top:5px;
margin-bottom:10px;
}

.product h2 a{
text-decoration:none;
color:#333;
border-bottom:1px solid #333;
}

.product h2 a:hover{
color:#999;
border-bottom:1px solid #999;
}

.product p{
float:left;
width:55%;
font:14px Calibri, Arial, sans-serif;
margin-bottom:15px;
}

.product ul{
float:left;
width:52%;
font:14px Calibri, Arial, sans-serif;
margin-bottom:15px;
}

.discoverAll{
display:block;
text-decoration:none;
width:200px;;
height:26px;
text-decoration:none;
font:18px Calibri, Arial, sans-serif;
color:#333;
border-bottom:1px solid #333;
margin-bottom:20px;
margin-top:10px;
white-space:nowrap;
}

.discoverAll:hover{
color:#999;
border-bottom:1px solid #999;
}

.radiusRect{
float:left;
width:40%;
height:24px;
background-color:#be1d2c;
border-radius:10px;
text-align:center;
margin-top:5px;
padding-top:2px;
padding-bottom:3px;
}

.radiusRect em{
color:#fff;
font:20px Calibry, Arial, sans-serif;
}

/*one product*/

.oneProduct{
width:70%;
background-color:#fff;
padding:1%;
margin:0 auto;
margin-bottom:20px;
overflow:auto;
}

.oneProduct .imgDiv{
float:left;
width:40%;
margin-right:3%;
}

.oneProduct img{
width:100%;
}

.oneProduct h2{
float:left;
width:55%;
font:24px Calibri, Arial, sans-serif;
margin-top:5px;
margin-bottom:10px;
}

.oneProduct h2 a{
text-decoration:none;
color:#333;
border-bottom:1px solid #333;
}

.oneProduct h2 a:hover{
color:#999;
border-bottom:1px solid #999;
}

.oneProduct p{
float:left;
width:55%;
font:14px Calibri, Arial, sans-serif;
margin-bottom:15px;
}

.oneProduct ul{
float:left;
width:52%;
font:14px Calibri, Arial, sans-serif;
margin-bottom:15px;
margin-left:3%;
}

strong{
font-weight:bold;
}