	body {
	background: #EFF4F4;
}
.clear {
	clear: both;
}


/* @group accessibility */

#skip {
	display: none;
}

/* @end accessibility */
/* @group p.button */

p.button, .featured-photo address {
	margin: 6px 0;
}
p.button a, li.button, input.button, a.cal_nav_today, .featured-photo address a{
	color: #FFF;
	font-size: 110%;
	padding: 4px 10px;
	text-decoration: none;
	background: url(images/bg_nav_off.jpg) repeat-x 0 top;
}
p.button a:hover, input.button:hover, a.cal_nav_today:hover, li.button:hover, .featured-photo address a:hover {
	color: #FEE682;
	background: #7FAD0F;
	text-decoration: none;
}
p.button span {
	font-weight: bold;
}

/* @end p.button */

/* @group header */

/* @group user nav wrap */

#user_nav_wrap {
  width: 960px;
	text-align: right;
	margin: 0 auto;
}
#user_nav ul {
	float: right;
	text-align: right;
	margin-right: 0;
	list-style-type: none;
}
#user_nav ul li {
	display: block;
	float: left;
}
#user_nav ul li a {
	color: #346A96;
	text-decoration: none;
}
#user_nav ul li a:hover {
	color: #071B33;
	text-decoration: none;
}
#user_nav ul li a span {
	padding: 0 15px;
}

/* @group span classes */
#lower_user_nav ul {
	float: right;
	text-align: right;
	margin-right: 0;
	list-style-type: none;
	padding-bottom: 5px;
}
#lower_user_nav ul li {
	display: block;
	float: left;
}
#lower_user_nav ul li a {
	color: #346A96;
	text-decoration: none;
}
#lower_user_nav ul li a:hover {
	color: #071B33;
	text-decoration: none;
}
#lower_user_nav ul li a span {
	padding: 0 15px;
}
#lower_user_nav ul li a.user_about span {background: url(images/icon_user_about.gif) 0 50% no-repeat;}
#lower_user_nav ul li a.user_about span:hover {background: url(images/icon_user_about_on.gif) 0 50% no-repeat;}
#lower_user_nav ul li a.user_account span {background: url(images/icon_user_account.gif) 0 50% no-repeat;}
#lower_user_nav ul li a.user_account span:hover {background: url(images/icon_user_account_on.gif) 0 50% no-repeat;}
#lower_user_nav ul li a.user_cart span {background: url(images/icon_user_cart.gif) 0 50% no-repeat;}
#lower_user_nav ul li a.user_cart span:hover {background: url(images/icon_user_cart_on.gif) 0 50% no-repeat;}
#lower_user_nav ul li a.user_contact span {background: url(images/icon_user_contact.gif) 0 50% no-repeat;}
#lower_user_nav ul li a.user_contact span:hover {background: url(images/icon_user_contact_on.gif) 0 50% no-repeat;}
#lower_user_nav ul li a.user_home span {background: url(images/icon_user_home.gif) 0 50% no-repeat;}
#lower_user_nav ul li a.user_home span:hover {background: url(images/icon_user_home_on.gif) 0 50% no-repeat;}


#user_nav ul li a.user_about span {background: url(images/icon_user_about.gif) 0 50% no-repeat;}
#user_nav ul li a.user_about span:hover {background: url(images/icon_user_about_on.gif) 0 50% no-repeat;}
#user_nav ul li a.user_account span {background: url(images/icon_user_account.gif) 0 50% no-repeat;}
#user_nav ul li a.user_account span:hover {background: url(images/icon_user_account_on.gif) 0 50% no-repeat;}
#user_nav ul li a.user_cart span {background: url(images/icon_user_cart.gif) 0 50% no-repeat;}
#user_nav ul li a.user_cart span:hover {background: url(images/icon_user_cart_on.gif) 0 50% no-repeat;}
#user_nav ul li a.user_contact span {background: url(images/icon_user_contact.gif) 0 50% no-repeat;}
#user_nav ul li a.user_contact span:hover {background: url(images/icon_user_contact_on.gif) 0 50% no-repeat;}
#user_nav ul li a.user_home span {background: url(images/icon_user_home.gif) 0 50% no-repeat;}
#user_nav ul li a.user_home span:hover {background: url(images/icon_user_home_on.gif) 0 50% no-repeat;}

/* @end span classes */
/* @end user nav wrap */

#head_wrap {
	width: 1000px;
	margin: 0 auto;
	background: url(images/bg_header.jpg) no-repeat top left;
}

/* @group tagline */

#tagline {
	float: right;
	text-align: right;
	padding: 24px 24px 0 0;
}
#tagline h2, #tagline h3 {
	color: #FFF;
	margin: 0;
}
#tagline h2 {
	font-weight: bold;
}

/* @end */

/* @group main-nav */

/* @group ESSENTIAL STYLES */

#mainnav, #mainnav * {
	margin:			0;
	padding:		0;
	list-style:		none;
	font-size: 10px;
	font-family: Arial;
	text-transform: uppercase;
}
#mainnav {
	line-height:	1.0;
}
#mainnav ul {
	position:		absolute;
	top:			-999em;
	width:			200px; /* left offset of submenus need to match (see below) */
}
#mainnav ul li {
	width:			100%;
}
#mainnav li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#mainnav li {
	float:			left;
	position:		relative;
}
#mainnav a {
	display:		block;
	position:		relative;
}
#mainnav li:hover ul,
#mainnav li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul#mainnav{
	padding: 0 0 0 10px;
	margin: 0;
}
ul#mainnav li {
	margin-right: 3px;
}
ul#mainnav li:hover li ul,
ul#mainnav li.sfHover li ul {
	top:			-999em;
}
ul#mainnav li li:hover ul,
ul#mainnav li li.sfHover ul {
	left:			200px; /* match ul width */
	top:			0;
}
ul#mainnav li li:hover li ul,
ul#mainnav li li.sfHover li ul {
	top:			-999em;
}
ul#mainnav li li li:hover ul,
ul#mainnav li li li.sfHover ul {
	left:			200px; /* match ul width */
	top:			0;
}
#mainnav a.on {
	color: #333;
	border-bottom: 1px solid #C9D7DA;
	background: url(images/bg_nav_on.jpg) repeat-x 0 top;
}
#mainnav a.purple {
	color: #FEE682;
	background: url(images/bg_nav_purple.jpg) repeat-x 0 top;
}


/* @end ESSENTIAL STYLES */

/* @group DEMO SKIN */ 

/* move to child theme later */
#mainnav {
	float:			left;
	margin-bottom:	1em;
}
#mainnav a {
	color: #FFF;
	padding: .75em .40em .75em .70em;
	text-decoration: none;
	background: url(images/bg_nav_off.jpg) repeat-x 0 top;
}
/*#mainnav a, #mainnav a:visited  {  visited pseudo selector so IE6 applies text colour
	color:			#FFF;
}*/

#mainnav li:hover, #mainnav li.sfHover,
#mainnav a:focus, #mainnav a:hover, #mainnav a:active {
	color: #FEE682;
	background:		#7FAD0F;
	outline:		0;
}

/* @group arrows */

#mainnav a.sf-with-ul {
	padding-right: 	2.0em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background: url(images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
#mainnav ul .sf-sub-indicator { background-position:  -10px 0; }
#mainnav ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
#mainnav ul a:focus > .sf-sub-indicator,
#mainnav ul a:hover > .sf-sub-indicator,
#mainnav ul a:active > .sf-sub-indicator,
#mainnav ul li:hover > a > .sf-sub-indicator,
#mainnav ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}


/* @end arrows */

/* @group shadows for all but IE6 */
.sf-shadow ul {
	background:	url('img/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/* @end shadows for all but IE6 */
/* @end DEMO SKIN */
/* @end main-nav */

/* @end header */

/* @group body */

/* @group block id */

#body_wrap {
	width: 1000px;
	margin: 0 auto;
	background: url(images/bg_body.jpg) repeat-y left;
}
#body_shdw_top {
	margin: 0 5px;
	height: 15px;
	background: url(images/bg_body_shdw_top.jpg) repeat-x;
}
#body_shdw {
	height: 45px;
	width: 1000px;
	margin: 0 auto;
	background: url(images/bg_body_shdw.jpg) no-repeat top left;
}

#left {
	padding: 10px 0 10px 15px;
}
#middle {
	padding: 10px 0;
}
#right {
	padding: 10px 15px 10px 0;
}

/* @end */

/* @group blog */

/* @group blog container */

.blog_container {
	margin-top: 14px;
 	background: url(images/bg_blog_bd.jpg) repeat-y right;
}
.blog_container div#search-form-wrap {
	padding-left: 15px;
	/*background: url(images/icon_search_32.gif) 7px 50% no-repeat;*/
}
.blog_container div.widget_categories, .blog_container div.widget_archive, div.widget_execphp {
	padding-left: 15px;
}
div.widget_categories h3, div.widget_archive h3, div.widget_execphp h3 {
	color: #1779BA;
	font-size: 1.25em;
}
div.widget_categories ul, div.widget_archive ul, div.widget_execphp ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
div.widget_categories ul li, div.widget_archive ul li, div.widget_execphp ul li{
  margin-left: 3px;
}

.blog_hd {
	height: 70px;
	background: url(images/bg_blog_hd.jpg) no-repeat right;
}
.blog_bot {
	height: 45px;
	background: url(images/bg_blog_bot.jpg) no-repeat right;
}

#blog_subnav {
	float: right;
	position: relative;
	top: 41px;
	list-style: none;
	font-size: 11px;
	font-family: Arial;
	text-transform: uppercase;
}
#blog_subnav a {
	color: #FFF;
	display: block;
	padding: .50em;
	text-decoration: none;
	background: url(images/bg_nav_purple.jpg) repeat-x 0 top;
}
#blog_subnav a.active, #blog_subnav a:hover {
	color: #FEE682;
	background: #5C35B9;
}
#blog_subnav ul {
	list-style: none;
}
#blog_subnav ul li {
	float: right;
	margin-right: 3px;
	list-style-image: none;
}

/* @end blog container */

/* @group blog_content */

.blog_content {
	padding: 10px 15px 10px 0;
}
.blog_content h2 {
	color: #5C35B9;
}

.blog_content h3 {
	padding-top: 20px;
}
.blog_content h2.pagetitle {
	padding: 10px 0 10px 48px;
	background: url(images/img_charlie_circle.gif) no-repeat 0 50%;
}
.blog_content a {
	color: #5C35B9;
	text-decoration: none;
}
.blog_content a:hover {
	color: #1779BA;
	text-decoration: underline;
}
.blog_content small {
	color: #1779BA;
	font-size: .9em;
}
.blog_content .navigation {
	margin-bottom: 20px;
}
.blog_content .hentry {
	border-bottom: 1px solid #D6CBF0;
	margin-bottom: 20px;
}

/* @end blog content */

/* @end blog blocks */

/* @group brand scroller */

#brand_scroller {
	clear: both;
	padding: 10px 0;
}

/* @end */

/* @group email subscribe tout */

.email_sub {
	background: url(images/bg_tout_email_bd.jpg) no-repeat left bottom;
}
.email_sub_hd {
	height: 41px;
	background: url(images/bg_tout_email_hd.jpg) no-repeat left top;
}
.email_sub_content {
	color: #5C35B9;
	padding: 10px;
}
.email_sub_content p {
	margin-bottom: 10px;
}
.email_sub_content input {
	padding: 2px 0 2px 4px;
}
form#email_sub input.purple_button {
	color: #FEE682;
	font-weight: bold;
	text-align: center;
	padding: 3px 10px;
	margin: 5px 0 0 36px;
	border: 1px solid #5C35B9;
	border-top: none;
	background: url(images/bg_but_purple_right.gif) no-repeat left top;
}

/* @end */

/* @group featured products */

#featured_products {
}
div.widget_shoppproductwidget {
	clear: both;
}
#featured_products div.widget_shoppproductwidget h3 {
	color: #FFF;
	font-size:1.2em;
	padding: 3px 0 3px 10px;
	margin: 10px 0;
	background: url(images/bg_feat_prod_home.gif) no-repeat left top;
}
#featured_products div.widget_shoppproductwidget h3 span {
	font-weight: bold;
}
#featured_products div.widget_shoppproductwidget div.sideproduct {
  text-align: center;
  width: 130px;
  float: left;
}
#featured_products div.widget_shoppproductwidget div.sideproduct h3 {
  width: 130px;
  font-size: 1em;
  background: none;
  color: #4C8300;
  height: 30px;
  padding: 2px;
}

#featured_products div.widget_shoppproductwidget div.sideproduct h3 a {
  color: #0A5200;
}

#featured_products div.widget_shoppproductwidget div.sideproduct img {
  border: 1px solid #0A5200;
  padding: 3px;
  margin: auto;
}

#featured_products div.widget_shoppproductwidget div.sideproduct p.price big{
  font-size: 90%;
  font-weight: bold;
}


#featured_products ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#featured_products ul li {
	width: 135px;
	list-style-image: none;
	float: left;
	display: inline;
	text-align: center;
	border-right: 1px solid #DDD;
}
#featured_products li.end {
	border-right: none;
}
#featured_products ul li a {
	color: #1779BA;
	font-size: 90%;
	line-height: 1.1em;
}
#featured_products ul li p {
	padding: 5px;
	margin: 0;
}

/* @end featured products */

/* @group featured photo */

.featured_photo {
	margin: 10px 0;
}
.featured_photo h3 {
	color: #FFF;
	font-size:1.2em;
	padding: 3px 0 3px 12px;
	margin-bottom: 0;
	background: url(images/bg_feat_photo_hd.jpg) no-repeat left top;
}
.featured_photo h3 span {
	font-weight: bold;
}
.feat_photo_bot {
	height: 5px;
	background: url(images/bg_feat_photo_bot.jpg) no-repeat left top;
}
.feat_photo_bd {
	padding: 10px 5px;
	background: url(images/bg_feat_photo_bd.jpg) repeat-y left;
}
.feat_photo {
	text-align: center;
	float: left;
	width: 145px;
}
.feat_photo p {
	padding: 0 10px;
	margin-bottom: 5px;
}
.feat_desc {
	margin-left: 145px;
}
.feat_desc h4 {
	margin-bottom: 5px;
}

.tubepress_meta {
	margin: 0;
}

/* @end */

/* @group search widget */

#search-form-wrap {
	margin-bottom: 20px;
}
#searchform {
  padding-left: 10px;
  text-align: left;
}
form#searchform {
  font-weight: bold;
}
form#searchform label {
	color: #5C35B9;
	font-weight: normal;
	
}
.searchbutton1 input, .searchbutton2 input {
  font-size: 80%;
}
form#searchform input#s {
	margin-top: 3px;
	width: 10em;
}

/* @end search widget */

/* @group shopp */

#shopp h3 {
	color: #5C35B9;
}
#shopp h3.price {
	font-size:1.5em;
}

/* @group breadcrumb */

#shopp ul.breadcrumb li {
	color: #596B2E;
}
#shopp ul.breadcrumb li a {
	color: #5C35B9;
	text-decoration: none;
}
#shopp ul.breadcrumb li a:hover {
	color: #1779BA;
}

/* @end */

form#sabrandjump {
	padding-left: 10px;
}

/* @group details */

#shopp div.details h4.name a {
	color: #1779BA;
	text-decoration: none;
}
#shopp div.details h4.name a:hover {
	color: #5C35B9;
}
#shopp div.details p.price {
	color: #5C35B9;
}

/* @end */

/* @group entry head */

.entry-head {
	padding-top: 10px;
}
.entry-head h1 {
	font-size:2.5em;
}
.entry-head h1 a {
	color: #5C35B9;
	text-decoration: none;
}
.entry-head h1 a:hover {
	color: #1779BA;
}

/* @end */

form#cart a {
	color: #5C35B9;
	text-decoration: none;
}
form#cart a:hover {
	color: #1779BA;
}

.hfeed {
	padding-top: 10px;
}
.hfeed div.page-head h1 {
	color: #1779BA;
	font-size: 2em;
}

/* @end */

.category_wrapper {
	padding-top: 10px;
}
.product_wrapper {
	padding-top: 18px;
}
.product_wrapper h1 {
	color:#1779BA;
	font-size:2em;
	margin-bottom:5px;
}
.product_wrapper p.headline {
	color:#666;
	font-weight:bold;
}
.product_wrapper p.freeshipping {
	color:#F00;
	font-style:italic;
}
#shopp .product_info {
	margin-right:20px;
}
#shopp .product_description, #shopp .product_specs {
	margin: 15px 20px 0 0;
	padding: 15px 0;
	border-top:1px solid #DADADA;
	background: url(images/icon_paw_white.gif) no-repeat right 10px;
}
#shopp .product_description ul {
	list-style-type: none;
	margin-bottom: 1em;
}
h4
{
  color: #465CF9;
  text-transform: capitalize;
}
#shopp .product_description ul li {
	padding-left: 18px;
	background: url(images/arrow_left_12.gif) no-repeat 0 50%;
}
#shopp .product_specs {
	margin: 15px 0 0 0;
	padding: 15px 0 10px 0;
}
#shopp .product_specs h4 {
	color:#5C35B9;
	margin-bottom:1em;
}

ul.previews li, ul.thumbnails li, ul.variations li {
	padding-left: 0;
	background: none;
}


/* @group social links */

.social_links {
	clear: both;
	padding: 10px 0;
	margin: 10px 0;
}
.social_links ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.social_links ul li {
	float: left;
	width: 125px;
	margin: 0 5px;
	/*background: #FEE682 url(images/bg_but_social.jpg) repeat-x 0 top;
	border: 1px solid #E1963D;*/
	list-style-image: none;
}
.social_links a {
	color: #346A96;
	display: block;
	line-height: 1.2em;
	text-decoration: none;
	padding: 5px 0;
}
.social_links a:hover {
	color: #7FAD0F;
}
.social_links a em {
}
.social_links a span {
	font-size: 120%;
}
.social_links a.sl_facebook span {
	color: #3B5998;
}
.social_links a.sl_facebook, .social_links a.sl_rss, .social_links a.sl_twitter, .social_links a.sl_youtube {
	padding-left: 45px;
}
.social_links a.sl_facebook {background: url(images/icon_facebook_32.gif) 5px 50% no-repeat;}
.social_links a.sl_rss {background: url(images/icon_rss_green_32.gif) 5px 50% no-repeat;}
.social_links a.sl_twitter {
	/*padding-bottom: 3px;*/
	background: url(images/icon_twitbird_32.gif) 5px 50% no-repeat;}
.social_links a.sl_youtube {background: url(images/icon_youtube_32.gif) 5px 50% no-repeat;}

/* @end */

/* @group travel news widget */

ul.travel_news {
	
}
ul.travel_news li {
	color: #1779BA;
	padding: 5px 0;
	border-bottom: 1px solid #DDD;
}
ul.travel_news li a {
	color: #1779BA;
	text-decoration: none;
}
ul.travel_news li a:hover {
	color: #5C35B9;
}

/* @end */

.tubepress_meta_title a {
	color: #5C35B9;
}

/* @group widget / tout */

.tout {
	margin: 10px 0;
}
.charlies_blog {
	margin-top: 15px;
}
.widget, .widgetbox, .widgetbox_alt, .widget_rss {
	margin: 10px 0;
	padding: 0;
}

.widget a {
	color: #036B99;
	text-decoration: none;
}
.widget a:hover {
	color: #1779BA;
	text-decoration: none;
}

.widgetbox,
.widget_shoppbrandsjumpmenuwidget,
.widget_shoppcartwidget,
.widget_shoppcategoriesmenuwidget,
.widget_shoppcategorieswidget,
.widget_rss,
.widget_xmasb_quotes,
.widget_xmasb_quotes2,
.gVerticalscroll_rssfeed_widget,
.gVerticalscroll_rssfeed_widget2 {
	padding-bottom: 5px;
	background: url(images/widget_bg_bd.jpg) no-repeat left bottom;
	border: 1px, #048ECC;
}

.widget_xmasb_quotes2, .gVerticalscroll_rssfeed_widget2 {
  margin-left: 10px;
  width: 200px;
}
.widgetbox_alt {
	padding-bottom: 5px;
	background: url(images/widget_bg_bd_alt.jpg) no-repeat left bottom;
}
.widgetbox h3,
.widgetbox_alt h3,
.widget_shoppcartwidget h3,
.widget_shoppcategoriesmenuwidget h3,
.widget_shoppcategorieswidget h3,
.widget_shoppbrandsjumpmenuwidget h3,
.widget_rss h3,
.widget_xmasb_quotes h3,
.widget_xmasb_quotes2 h3,
.gVerticalscroll_rssfeed_widget h3,
.gVerticalscroll_rssfeed_widget2 h3 {
	color: #FFF;
	font-size:1.2em;
	text-align: center;
	padding: 4px 0;
	margin: 0 0 5px 0;
	background: url(images/widget_bg_hd.jpg) no-repeat left top;
}
.widget_rss ul li {
	border-bottom:1px solid #DADADA;
	margin-bottom:5px;
	padding-left:18px;
	background:url(images/icon_paw_purple_12.gif) no-repeat left 5px;
}
.widget_rss ul li a.rsswidget {
	font-weight: bold;
}
.widget_rss h3 a {
	text-align: center;
	color: #FFF;
}
.widget_rss h3 img {
	float: left;
	margin-left: 5px;
}
.widget_rss div.rssSummary {
	color: #1779BA;
}

.widgetbox h3 span {
	font-weight: bold;
}
.widgetbox h4 {
	font-weight: bold;
	margin-bottom: 5px;
}
.widgetbox p,
.widgetbox_alt p,
.widget_shoppcartwidget p,
.widget_shoppcategoriesmenuwidget p,
.widget_shoppcategorieswidget p, 
.widget_shoppbrandsjumpmenuwidget p {
	color: #5C35B9;
	padding: 5px 10px;
	margin-bottom: 5px;
}
.widgetbox ul,
.widget_shoppcartwidget ul,
.widget_shoppcategoriesmenuwidget ul,
.widget_shoppcategorieswidget ul,
.widget_rss ul,
#shopp .widget_shoppcategoriesmenuwidget ul,
#shopp .widget_shoppbrandsjumpmenuwidget ul,
#shopp .widget_rss ul {
	margin: 0;
	list-style: none;
}
.widgetbox ul li,
.widget_shoppcartwidget ul li,
.widget_shoppcategoriesmenuwidget ul li,
.widget_shoppcategorieswidget ul li,
.widget_shoppbrandsjumpmenuwidget ul li,
.widget_rss ul li{
	list-style-image: none;
}
.widget_shoppcategoriesmenuwidget {
line-height: 1em;
}
.widget_shoppcategoriesmenuwidget h5 {
	font-size: 1em;
	margin-bottom: 1px;
	margin-top: 1px;
	padding: 2px;
}


.widget_shoppcategoriesmenuwidget ul, .widget_shoppcategoriesmenuwidget ul li ul {
	padding-left: 0;
	list-style-type: none;

	
}
.widget_shoppcategoriesmenuwidget ul li, .widget_shoppcategoriesmenuwidget ul li ul li {
	list-style-image: none;
	padding-left: 6px;
	line-height: 1.2em;

}
.widget_shoppcategoriesmenuwidget a {
	color: #369FD5;
	padding-left: 2px;
	margin-left: 1px;
	margin-right: 1px;
	border: 1px solid, #369FD5;
}
.gVerticalscroll_rssfeed_widget a {
	font-weight:bold;
	padding-left:18px;
	background:url(images/icon_paw_purple_12.gif) no-repeat left top;
}

.gVerticalscroll_rssfeed_widget2 a {
	font-weight:bold;
	background:url(images/icon_paw_purple_12.gif) no-repeat -20 top;
}

.gVerticalscroll_rssfeed_widget2 .vnewsticker {
	padding: 0px;
}
.gVerticalscroll_rssfeed_widget2 .vnewsticker table{
  width: 80%;
}

td.vnewsticker a span {
	padding-left:10px;
}

.widgetbox select {
	margin: 0 0 10px 10px;
	width: 90%;
}
.widget_search {
/*  padding-top: 10px;*/
}
div#search-form-wrap label#search-label {
	display: none;
}
/* @group shopp ul */

ul.shopp_categories li, div.widget_categories li {
	color: #5C35B9;
	font-size: 110%;
	font-weight: bold;
}
ul.shopp_categories ul.children, div.widget_categories ul.children, #shopp ul.shopp_categories ul.children {
	padding: 0 0 0 10px;
	margin: 0 0 5px 0;
}
ul.shopp_categories ul.children li, div.widget_categories ul.children li, #shopp ul.shopp_categories ul.children li {
	font-size: 90%;
	font-weight: normal;
}
ul.children li span, div.widget_categories li span, ul.shopp_categories span {
	font-size: 90%;
	color: #999;
	visibility: hidden;
}

/* @end */

div.category ul.subcategories {
	list-style-type:none;
}
div.category ul.subcategories li {
	list-style-image:none;
	display: block;
	float: left;
	margin-right: 10px;
}
div.category ul.subcategories li a {
	color: #977CD9;
	text-decoration: none;
}
div.category ul.subcategories li a:hover {
	color: #1779BA;
}

h2.sub_cat, div#sub-cat-wrap h2, div#sub-cat-wrap h4 {
	color: #5C35B9;
	font-weight:bold;
}

div.related_wrap div.category_wrapper h2.sub_cat
{

  background-color: #62A6D5;
  color: #fff;
  font-size: 1.2em;
  width: 95%;

  padding: .2em 0em .1em .4em;
}
div.sub-cat-tease {
	border-bottom:1px solid #EEE;
	margin-bottom:1em;
}
div.sub-cat-tease h3 a {
	font-weight:normal;
	color: #5C35B9;
	text-decoration: none;
}
div.sub-cat-tease h3 a:hover {
	color: #1779BA;
}
div.sub_cat_img img {
	padding: 2px;
	border:1px solid #EEE;
	margin:0 0 5px 5px;
}

/* @end */

/* @end */

/* @group footer */

#footer {
	color: #FFF;
	background: #60B7E2 url(images/bg_footer.jpg) repeat-x 0 top;
}
#footer h3 {
	color: #FFF;
}
#footer a {
	color: #FEE682;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: none;
}
#footer ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#footer ul li {
	list-style-image: none;
}
#foot_left ul#sabrandslist1 li, #foot_left ul#sabrandslist2 li {
	display: block;
	float: left;
	width: 140px;
	margin-right: 10px;
}


#foot_left, #foot_right, #foot_middle {
	padding: 20px 0;
}

#foot_copy {
	color: #FFF;
	text-align: center;
	padding: 5px 0;
}
#foot_copy ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#foot_copy ul li {
	list-style-image: none;
	display: inline;
	padding: 0 10px;
}
#foot_copy ul li a {
	color: #FFF;
	text-decoration: none;
}
#foot_copy ul li a:hover {
	color: #FEE682;
	text-decoration: none;
}
#footer .widget_rss, #footer .widget_rss h3 {
	text-align: left;
	background: none;
	margin-top: 5px;
}
#footer .widget_rss h3 a {
	color: #FFF;
	font-size: 1.2em;
}
#footer .widget_rss ul {
	padding: 10px 20px 0 0;
}
#footer .widget_rss ul li {
	border-bottom:none;
	background:url(images/icon_paw_gold_blue_12.gif) no-repeat left 5px;
}
#footer .widget_rss ul li a {
	display: block;
}
#footer .widget_rss div.rssSummary {
	color: #FFF;
}
#footer .widget_twitter h3 {
	padding-left: 30px;
	background: url(images/icon_twitbird_21.gif) no-repeat 0 50%;
}
#footer .widget_twitter h3 a {
	color: #FFF;
}
#footer .widget h3 a.rsswidget img {
	float: left;
	margin: 2px 8px 5px 0;
}
#footer .widget_twitter ul.tweets {
	padding-left: 10px;
}
#footer .widget_twitter ul.tweets li {
	padding: 0 0 5px 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #4A97CB;
	background: url(images/icon_twitbird_12.gif) no-repeat left 4px;
 }
/* @end */

p.wp-caption-text {
	text-align:center;
	font-style:italic;
	color:#7a7a7a;
}
div.alignleft {
	float: left;
}
div.alignright {
	float: right;
}

#sabrandselect
{
  width: 14em;
  padding: 2px;
  font-size: 90%;
}

.light_notice
{
  margin-top: 2em;
  padding: .3em;
  background: #F4FCDD;
  border: 1px solid #2A5A90;
}


/** AWEBER **/
#af-form-1456419927 body,
#af-form-1456419927 dl, #af-form-1456419927 dt, #af-form-1456419927 dd,
#af-form-1456419927 h1, #af-form-1456419927 h2, #af-form-1456419927 h3, #af-form-1456419927 h4, #af-form-1456419927 h5, #af-form-1456419927 h6,
#af-form-1456419927 pre, #af-form-1456419927 code, #af-form-1456419927 form,
#af-form-1456419927 fieldset, #af-form-1456419927 legend, #af-form-1456419927 textarea, #af-form-1456419927 blockquote,
#af-form-1456419927 th, #af-form-1456419927 td {float:none; color: inherit; margin:0px; padding:0px; position:static;}

#af-form-1456419927 ul,
#af-form-1456419927 ol {list-style-image:none; list-style-position:outside; list-style-type:disc; padding-left:40px;}

#af-form-1456419927 div {margin:0px;}

#af-form-1456419927 .bodyText p {margin:1em 0;}

#af-form-1456419927 table {border-collapse:collapse; border-spacing:0;}

#af-form-1456419927 fieldset,
#af-form-1456419927 img {border:0;}

#af-form-1456419927 button,
#af-form-1456419927 input,
#af-form-1456419927 submit,
#af-form-1456419927 textarea {float:none; margin:0px; position:static;}

#af-form-1456419927 select,
#af-form-1456419927 label,
#af-form-1456419927 optgroup,
#af-form-1456419927 option {float:none; margin:0px; padding:0px; position:static;}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
#af-form-1456419927 input,
#af-form-1456419927 button,
#af-form-1456419927 textarea,
#af-form-1456419927 select {*font-size:100%;}

 .af-clear {clear:both;}

.lastNameContainer {margin-top:10px;}

.af-body input.text {float:none;}

.af-element label {display:block; float:left;}

.stacked .af-element label {float:none; display:block;}

.af-form {margin:auto; text-align:left;}

.af-header,
.af-footer {margin-bottom:0px; margin-top:0px;}

.af-divider {display:block; height:12px; margin-bottom:6px;}

.af-divider-parent {padding-bottom:15px;}

.af-element,
.af-usaddress {padding: 6px 0;}

.af-element {padding-bottom:5px; padding-top:5px;}

.af-divider-parent {padding-top:0 !important;}

.af-body input.text,
.af-body textarea {padding:2px!important;}

.af-body .af-textWrap input.text, .af-body .af-textWrap textarea {width:100%;}


.af-body .af-textWrap {text-align:left;}

.af-element-checkbox label,
.af-element-checkbox input.checkbox,
.af-element-radio label,
.af-element-radio input.radio {display:inline !important; float:none !important;}

.choiceList-radio-inline .af-element-radio {float:left;}

.af-element-checkbox .choice {display:inline;}

.af-body input.submit,
.af-body input.image {float:none !important;}

.af-body input.image {border:none !important;}

#af-form .af-body input.submit, 
.af-body.af-standards input.submit {padding:4px 12px;}

.af-usaddress input {margin-bottom:5px;}

.af-element label {float:left; text-align:left;}

.af-form .af-element input.button {float:none !important;}

.af-element input.radio {width:inherit !important;}

.af-element-radio label {display:inline;}

.af-element-radio.inline {display:block !important; float:left; margin-left:0px; margin-right:7px;}

.af-element-radio.block {display:block;}

.lbl-right .af-element label{text-align:right;}

.af-quirksMode .af-element {padding-left: 0px!important; padding-right: 0px!important;}
#af-form-1456419927  .af-body a {color:#094C80; text-decoration:underline; font-style:normal; font-weight:normal; }

#af-form-1456419927  .af-body label.choice {color:#000000; text-decoration:none; font-style:normal; font-weight:normal; font-size:inherit; font-family:inherit; }

#af-form-1456419927  .buttonContainer input.submit {background-image:url("http://forms.aweber.com/images/auto/gradient/button/52a.png"); background-position:top left; background-repeat:repeat-x; background-color:#35028a; border:1px solid #35028a; color:#FFFFFF; text-decoration:none; font-style:normal; font-weight:normal; font-size:11px; font-family:Arial, sans-serif; }

#af-form-1456419927  .buttonContainer {text-align:center; }

#af-form-1456419927  .af-body label.previewLabel {display:block; float:none; text-align:left; width:auto; color:#000000; text-decoration:none; font-style:normal; font-weight:normal; font-size:10px; font-family:Arial, sans-serif; }

#af-form-1456419927  .af-body .af-textWrap, #af-form-1456419927  .af-body .af-dateWrap, #af-form-1456419927  .af-body .af-selectWrap, #af-form-1456419927  .af-body .af-checkWrap, #af-form-1456419927  .choiceList-radio-inline, #af-form-1456419927  .choiceList-radio-stacked {width:98%; display:block; float:none; }

#af-form-1456419927 .af-element-radio {margin-left:10px; }

#af-form-1456419927 .choiceList-radio-inline .af-element-radio {margin-right:0px; }

#af-form-1456419927  .af-body input.text, #af-form-1456419927  .af-body textarea {background-color:#FFFFFF; border-color:#919191; border-width:1px; border-style:solid; color:#000000; text-decoration:none; font-style:normal; font-weight:normal; font-size:10px; font-family:Arial, sans-serif; }

#af-form-1456419927  .af-body input.text:focus, #af-form-1456419927  .af-body textarea:focus {background-color:#FFFAD6; border-color:#030303; border-width:1px; border-style:solid; }

#af-form-1456419927  .af-footer {padding-right:10px; padding-left:10px; background-color:#transparent; border-width:1px; border-style-bottom:none; border-style-left:none; border-style-right:none; border-style-top:none; color:#000000; font-size:12px; font-family:Arial, sans-serif; }

#af-form-1456419927  .af-header {padding-top:10px; padding-right:10px; padding-left:10px; background-color:transparent; background-repeat:no-repeat; background-position:inherit; background-image:url("/wp-content/themes/surfpet/css/images/bg_tout_email_hd.jpg"); border-width:1px; border-style-top:none; border-style-left:none; border-style-right:none; border-style-bottom:none; color:#000000; font-size:12px; font-family:Arial, sans-serif; }

#af-form-1456419927  .af-body {background-repeat:no-repeat; background-position:inherit; background-image:none; color:#000000; font-size:10px; font-family:Arial, sans-serif; }

#af-form-1456419927  .af-body .privacyPolicy {color:#000000; font-size:10px; font-family:Arial, sans-serif; }

#af-form-1456419927   {background-color:#D2CAE4; border-color:#5D35B9; border-width:1px; border-style:solid; }

#af-form-1456419927 .af-standards .af-element {padding-right:15px; padding-left:15px; }

#af-form-1456419927 .af-standards .af-divider {margin-right:15px; margin-left:15px; }

#af-form-1456419927 .af-quirksMode {padding-right:15px; padding-left:15px; }

#af-form-1456419927 {width:174px; }

#af-form-1456419927 .af-quirksMode {width:174px;}

#af-form-1456419927.af-quirksMode { overflow-x:hidden; }

#af-form-1456419927 .af-quirksMode .bodyText {padding-top: 2px; padding-bottom: 2px;}
#af-form-1456419927 {overflow:auto;}

#cart big a {
  padding: .5em;
  background: #065180;
  color: #FFF;
}

.brand-sub li {
    margin-left: -3px;
    padding-left: 0px;
}