/*
File:			custom.css
Description:	Custom styles for Your Theme

HOW TO USE THIS FILE:

Override any class you want and it will change default styling to suit your needs.

For example, if you wish to change the default text blog title to grey, you would add the 
following declarations to this file:

	#header .blog-title a{ background:#cccccc }     <--- This makes blog title background grey

*/

#product_details p .onsale {color:#ae0001;}
.cartmessage a { color:#39aa39;}

.posts h2 {margin-bottom:10px;}

.ad468x60 {
border: 3px dashed #39aa39;width:468px;height:60px;padding:20px 78px 20px 78px;margin-left:5px;
}

.ad728x90 {
border: 3px dashed #39aa39;width:728px;height:90px;padding:10px 10px 10px 10px; margin:20px 108px 00px 108px;
background-color:#fff;

}
