@charset "utf-8";
/* CSS Document */

/*controls the padding space between bread crumbs and sort by*/
#allbreadcrumbselection {
padding-bottom:6px;
}


/*controls the blue background for bread crumbs*/
#sortbysection {
background-color:#4dc6f1;
color:#fff;
padding-bottom:10px;
margin-top:0;
width:744px;
}


/*sortbysectionwords controls the words for bread crumbs. howmanyfound controls how many items where found */
#sortbysectionwords,#howmanyfound {
margin-left:10px;
}


/*controls the sort by section*/
#sortbycolor {
padding-bottom:2px;
margin-top:-24px;
}


/*controls the word sort*/
#sortbyselectionwords {
margin-left:5px;
}


/*controls all the results found (like 331 found)*/
#allresultsfound {
background-color:#cff2fb;
border-bottom:1px solid #7caee8;
border-top:1px solid #7caee8;
width:744px;
padding-top:5px;
padding-bottom:5px;
margin-top:-2px;
}

 
/*controls how many pages where found*/
.howmanypages {
float:right;
padding-right:10px;
}



/*controls the entire free shipping area*/
#freeship {
width:120px;
display:block;
clear:both;
margin:0;
padding:0;
}


/*controls the truck for free shipping*/
#truckship {
float:left;
display:inline;
width:40px;
margin:0;
padding:0;
}


/*controls the words free shipping!*/
#freeshipwords {
float:right;
display:inline;
width:80px;
margin:10px 0 0;
padding:0;
}
