/* Copyright (C) 2007 - 2010 YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * This CSS file is for customization purpose only
 */ 

div.module div.yoo-gallery {
	margin: 15px auto 5px auto;
	width: 600px;
}

/*HO007 START: SEARCH RESULT PAGE FOR (YooSearch) */

.searchresult
{
	margin:0px 0px 0px 16px; 
	font-family: arial, sans-serif;
	font-size: 14px;
}
.searchresult a
{
	text-decoration:underline;
	font-family: arial, sans-serif;
	font-weight:normal;
	font-size: 16px;
	color:#5EA820;
}
.searchresult a:hover
{
	text-decoration:underline;
	font-family: arial, sans-serif;
	font-weight:normal;
	font-size: 16px;
	color:#5EA820;
}
.searchresult p {
	margin: 0 0 13px; 
}

/*HO007 END: SEARCH RESULT PAGE FOR (YooSearch) */

/* Added media query for iPhone and iPad Safari */

/* iPad [portrait + landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #search {
    background: url("../images/frame1_221x45.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 35px;
    margin-top: 0;
    padding: 5px 0px 20px;
    width: 220px;
  }
}

/* iPhone [portrait + landscape] */
@media only screen and (max-device-width: 480px) {
  #search {
    background: url("../images/frame1_221x45.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 35px;
    margin-top: 0;
    padding: 5px 0px 20px;
    width: 220px;
  }
}
