#search-results-wrapper li {
	margin-left:0;
}
#search-results-wrapper li .short-description li {
	margin-left: 25px;
}
#search-results-wrapper ul.products li .inside-wrapper {
	/*min-height: 200px;*/
}
#productsFound {
 margin:5px 0;
 color:#4E8798;
font-weight:bold;
	background-color:#E2EBF0;
	padding:5px;
}
.result {

}
#results  {
 margin-bottom:10px;
}

#results img {
 border:1px solid #E2EBF0;
}
.pic {
 width:85px;
}
#results img.portrait {
}
#results img.landscape {
}

#search-results-wrapper .asearch-box {
	background-color:#fff;
	border:3px double #71984E;
	padding:5px;
	margin-right:15px;
}
#content-wrapper .asearch-box li {
	list-style:none;
	margin-left:0;
}
#search-results-wrapper .asearch-box li.rule-group {
	float:left;
	width:140px;
}
.asearch-header {
	font-size:1.1em;
	color:#71984E;
	font-weight:bold;
}
.asearch-box li span.rule-group-name {
	font-weight:bold;
	color:#4E8798;
}
.asearch-box input.submit {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:10px;
}
.count {
    font-size: .9em;
}
.advanced-search {
    background-color: #efefef;
    border: 1px solid #ccc;
    margin-top: 20px;
    margin-bottom: 20px;
    /*Stuff for box*/
    padding: 20px 10px 10px;
    background-color: white;

    /* outer shadows  (note the rgba is red, green, blue, alpha) */
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 1px 6px rgba(23, 69, 88, .5);

    /* rounded corners */
    -webkit-border-radius: 12px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    /* gradients */
    background: #D6E9F7 url(/images/lc-search-bg.jpg) 0 0 repeat-x;
}

.advanced-submit {
    text-align: center;
    padding: 5px;
    clear: both;
    margin: 10px 0;
}
.sweet-button {
    font-size: 1.8em;
    padding: 10px 20px;
}

.advanced-search .submit button {
    font-size: 2.5em;
    padding: 4px 50px;
}

.advanced-header {
    text-align: center;
    /*font-weight: bold;*/
    font-size: 1.8em;
    line-height: 1.2em;
    color: #71984E;
}

#content-wrapper .advanced-search li {
    list-style: none;
    min-height: 125px;
    float: left;
    margin-bottom: 0;
    margin-left: 5px;
    margin-top: 10px;
}
.advanced-search li {
    /*this is separated out cuz I didn't want to add #content-wrapper to every one below*/
    width: 130px;
}
.rule-group-name {
    font-weight: bold;
    color: #333;
}

.advanced-search li.rg6,
.advanced-search li.rg6 li {
    width: 180px;
}

.advanced-search li.rg3,
.advanced-search li.rg3 li {
    width: 160px;
}

#content-wrapper .advanced-search li ul li {
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 4px;
    min-height: 1em;
}

