/*
Theme Name:     accurateplacement
Description:    
Author:         mgmr0621
Template:       StyleShop

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../StyleShop/style.css");
body {background:#cccccc; !important; }
a {	color: #990000 ;}
#main-header {
padding: 0px 0 10px;
}
#top-categories a .menu-highlight {background: #d80f04 !important;}
#top-navigation {padding-top: 5px;}
.footer-widget { font-size: 11px;}
h2 {color: #990000 !important; padding-bottom:15px;}
h4.widgettitle { border-bottom: 3px solid #d80f04; text-align: left; }
				#footer-copyright { font-size: 10px; }
				.footer-widget p { color: #9d9c9c; }
	#footer-bottom p { font-size: 10px; color: #999999; font-style: italic; }
	#footer-bottom {
padding: 20px 0;
}

.widget { font-size:12px; line-height:14px;margin-bottom: 45px; }
#content-area table { border: 0px solid #eee; margin: 0 0 6px 0; }
#content-area tr td { border-top: 0px solid #eee; padding: 0px 0px; }

#sidebar {padding: 0 0 0 38px; color:#7E7E7E;}
.smalltext {
	font-size:11px;
	color:#7E7E7E;
}
#top-categories  {  position: relative;z-index: 1;}

.widget li:before{border-left-color:none;}

#main-footer { position: relative; color: #c4c4c4; background: #222222; line-height: 18px;}

#accordion{padding:10px;}
#accordion h2{
	background: -webkit-linear-gradient(#9e9e9e, #f2f2f2); /* For Safari 5.1 to 6.0 */
 	background: -o-linear-gradient(#9e9e9e, #f2f2f2); /* For Opera 11.1 to 12.0 */
 	background: -moz-linear-gradient(#9e9e9e, #f2f2f2); /* For Firefox 3.6 to 15 */
 	background: linear-gradient(#9e9e9e, #f2f2f2); /* Standard syntax */
}