/*** 

GENERAL LAYOUT 

***/

/*make sticky footer*/
html, body, #pg_wrap {
	height: 100%;
}
body > #pg_wrap {
	min-height:100%;
	height:auto;
	line-height:1.4em !important;
	
}
#footer {
	position:relative;
	z-index:10;
	clear:both;
		
}
html {
/*background:#0b0705 url(../images/body_bgd_slice.jpg) repeat-x top left */
}
body {
	background:url(../images/newbg.jpg) repeat top center;
	font-family:Arial, sans-serif;
	color:#444;
}
#pg_wrap {
	min-height:100%;
	height:auto;
	width:960px;
	margin:0 auto;
	background:#f9f9f9;
}
.container {
	width:920px;
	margin:0 auto;
}
#floatswrap {
	clear:both;
}
#main_col, .narrow, .theProds, .theTags, .theCats {
	width:700px;
}
.sidebar {
	width:200px;
}
/*For the Big Footer */
.bigftfl {
	padding-bottom:300px;
}/*to keep content from hiding behind the footer. Value= footer's height +36px */
/*For the Small Footer */
.smallftfl {
	padding-bottom:35px;
}/*to keep content from hiding behind the footer. Value= footer's height  +36px  72*/
/*** 

FOOTER 

***/

/*Big Footer styles*/

.bigft .container {
	width:960px;
	background:#f3f3f3;
	height:262px;/*minus the border*/
}
.bigft .footer_box {
	float:left;
	width:293px;
	margin:0 0 20px 20px;
	padding-top:20px;
}
#main_container {
		box-shadow:0 0 6px rgba(0, 0, 0, 0.6);
		margin:0 auto;
		width:960px;

	
}
.bigft .footer_box h3 {
	margin-bottom:10px;
	color:#996666;
}
.bigft .footer_box p {
	margin:0;
}
.bigft .footer_notes {
	clear:both;
	border-top:1px solid #eee;
	padding:20px 20px 0;
}
/*Small Footer Styles*/
.smallft {
	margin-top:-35px;
}
.smallft .container {
	height:35px;
	width:960px;
	background:#f3f3f3;
}
.smallft .footer_notes {
	padding:9px 20px 0;
}
/*for both options*/
.footer_notes {
	font-size:0.8em;
	overflow:hidden;
	margin:0;
}
.footer_notes span {
	float:right;
}
.footer_notes .copyright {
	float:left;
}
/*** 

HEADER 

***/

#header .container {
	padding:10px 0 40px;
}
body.home #header .container {
	padding-bottom:20px;
}
/*search*/
.searchWrap {
	overflow:hidden;
}
#sform {
	float:right;
}
#sform input {
	float:left;
	padding:2px;
}
#stext {
	width:213px;
	margin:0 6px 0 0;
}
#searchgo {
	margin:0;
}
/*logo*/
#branding {
	font-size:2.0em;
	margin-bottom:0;
	width:421px;
	height:37px;
	text-indent:-9999em;
	background:url(../images/logo.png) no-repeat top left;
}
#branding a {
	float:left;
	display:block;
	width:421px;
	height:37px;
}
/*Customer Navi*/
#header .customer_navi {
	padding:10px 0;
}
#header .customer_navi a {
	font-size:0.9em;
}
/*Main Page Navi*/
#header .main_navi {
	clear:both;
	float:left;
	padding-top:10px;
}
/*Secondary Navi*/
#header .secondary_navi {
	padding-top:10px;
}
/*nav links*/
#header ul li {
	float:left;
	white-space:nowrap;
}
#header ul li a {
	float:left;
	display:block;
	color:#444;
	padding:5px 0 5px 10px;
}
#header .customer_navi li a {
	padding-top:10px;
}
#header ul li:first-child a {
	padding-left:0;
}
#header ul li a:focus, #header ul li a:hover, #header ul li a:active, #header ul .current_page_item a, #header ul .current_page_ancestor a, body.home #header ul li.home a, #header ul .current-cat a, #header ul .current-cat-parent a, body.category-blog #header ul .blog a {
	text-decoration:underline;
}
body.shopping_cart #header ul .current_page_item a {
	text-decoration:none;
}
/*shopping bag*/
#header ul li.bag {
	padding:0 0 0 10px;
}
#header ul li.bag img {
	padding-right:5px;
}
#header ul li.bag, #header ul li.bag a, #header ul li.bag span {
	text-align:right;
}
#header ul li.bag span img, #header ul li.bag a img {
	vertical-align:middle;
}
#header ul li.bag a, #header ul li.bag span {
	display:block;
	padding:0 5px;
	background:#f1f1f1;
	color:#cc6600;
	font-size:1em;
}
#header ul li.bag a:focus, #header ul li.bag a:hover {
	text-decoration:none;
	color:#444;
}
/*** 

FLOATSWRAP  

***/

/** SUBPAGE HEADINGS **/
.whereAmI {
	font-size: 1.7em;
	padding:0px 0 10px;
	border-bottom:1px solid #eee;
	margin-bottom:20px;
}
.whereAmI a {
	color:#444;
}
.whereAmI a:focus, .whereAmI a:hover, .whereAmI a:active {
	color:#0088CC;
	text-decoration:none;
}
.cat-title-alt, .single-title {
	margin-bottom:5px;
}
/** GENERAL PRODUCT POST STYLING **/
/* content boxes */
.c_box {
	float:left;
	margin:20px 0 0 20px;
}
.c_box_first {
	margin-left:0;
}
.top_row {
	margin-top:0;
}
.c_box3 {
	width:220px;
}
.c_box4 {
	height: 185px;
	width: 185px;
}

.shopping_li, .liwrap2 {
    width: 185px;
	float:left
}
.secondary_content .c_box2 {
	width:450px;
}/*2 columns without sidebar */
.secondary_content .c_box3, .pageCont .c_box {
	width:293px;
} /*3 columns without sidebar */
.secondary_content .c_box5 {
	width:168px;
}
.contentWrap {
	overflow:hidden;
	position:relative;
	text-align:center;
}
.c_box_padding {
	padding:10px;
}
.contentWrap .hover_link {
	position:absolute;
	top:0;
	left:0;
}
/* page images */
.page_post img {
	padding:4px;
	background:#f6f6f6;
	border:1px solid #ededed;
}
/*###*/
/** FEATURED CONTENT **/
.frontPage_sidebar {
	width:300px;
}
#featured_wrap {
	width:600px;
	margin-bottom:20px;
}
/*FRONT PAGE*/
.featured_wrap ul {
	height:425px;
	overflow:hidden;
}
/*CATEGORY PAGES*/
.featuredCat {
	height:227px!important;
	overflow:hidden;
	margin-bottom:20px;
	position:relative;/*for IE to respect the overflow hidden*/
}
/*###*/
/** SEPERATOR and SECONDARY CONTENT **/
.seperator_widget {
	padding:10px;
	background:#749AA8;
	color:#f9f9f9;
	text-align:center;
}
.seperator_widget h2 {
	margin-bottom:0;
}
.seperator_widget h2 span, .seperator_widget h2 span sup {
	font-size:0.7em;
}
.secondary_content, .secondary_content .c_box_single, .seperator_widget {
	clear:both;
}
.secondary_content {
	clear:both;
	margin:0px 0 0;
	padding-bottom:20px;
	border-bottom:1px solid #eee;
}
.secondary_content .c_box {
	background:transparent;
}
.secondary_content .c_box .widget {
	margin-top:10px;
}
.secondary_content .c_box .widget:first-child {
	margin-top:0;
}
/*###*/
/** MULTIBLE PRODUCT PAGES **/
/* display products */
.teaser p {
	margin-bottom:0;
}
teaser .prod-title {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	color: white;
	font-weight: normal;
	width: 170px;
}
.teaser .prod-title a {
	padding-bottom:0px;
	line-height:18px;
	color:#fff;
}
.teaser .prod-title a:focus, .teaser .prod-title a:hover {
	color:#0088CC;
	text-decoration:underline;
}
.teaser .price_value .was {
	text-decoration:line-through;
	color:#999;
}
.teaser .price_value .is, .teaser .item_remarks {
	color:#fff;
}
/*###*/
/** THE SINGLE PRODUCT PAGE **/
/*general layout*/
#singleMainContent {
	clear:both;
}
.imgSection {
	float:left;
	width:357px;
}
.prodDetails {
	position:relative;
	float:right;
	width:543px;
}
.single_sidebar, .single_post {
	margin-bottom:20px;
}
.single_sidebar {
	background:#f1f1f1;
}
.single_sidebar .padding {
	padding:20px;
}
/*the tabs*/
.thumbTabs li {
	float:left;
	margin:0 0 20px 20px;
	display:inline;
	text-align:center;
}
.thumbTabs li:first-child {
	margin-left:0;
}
/*for image thumbs*/
.imgTab {
	display:block;
	overflow:hidden;
	border:1px solid #eee;
}
.imgTab img, .imgTab img {
	padding:3px;
	background:#f7f7f7;
}
.imgTab:focus, .imgTab:hover, .imgTabs .current {
	border-color:#8c98a1;
}
/*the product image*/
.imgSection .c_box {
	float:none;
	margin:0 0 20px;
	border:1px solid #eee;
}
/*Magic Zoom effect - the zoom window*/
#zoom1-big {
	position:absolute;
	top:0px;
	left:0px;
}
/*related && main content tabs*/
.related {
	clear:both;
}
.single_post {
	width:323px;
}
.related .tabs, .single_post .tabs {
	overflow:hidden;
	position:relative;
	z-index:20;
	top:2px;
}
.related .tabs li, .single_post .tabs li {
	display:inline;
	float:left;
}
.related .tabs li a, .single_post .tabs li a {
	display:block;
	float:left;
	text-align:center;
	padding:10px;
	color:#444;
	border:1px solid transparent;
	border-bottom-color:#cacaca;
	background:url(../images/tab_border.png) repeat-x bottom;
}
.related .tabs li a {
	width:182px;
	font-size:1.275em;
}
.related .tabs li a:focus, .related .tabs li a:hover, .related .tabs li a.current, .single_post .tabs li a:focus, .single_post .tabs li a:hover, .single_post .tabs li a.current {
	background:#f6f6f6 url(../images/tab_shadow.png) repeat-x top;
	font-weight:bold;
	color:#888;
	text-shadow:0 1px 0 #fff;
	text-decoration:none;
	border-color:#f1f1f1;
	border-bottom-color:#f7f7f7;
}
.related .panes, .single_post .panes {
	padding:10px;
	background:#f7f7f7 url(../images/tab_shadow.png) repeat-x top;
	border:1px solid #f1f1f1;
	position:relative;
	z-index:10;
}
.related .panes {
	padding-left:0;
}
.related .panes a {
	margin-left:10px;
}
.related .panes img {
	border:1px solid #eee;
	padding:3px;
}
.related .panes a:hover img {
	border-color:#8c98a1;
}
/*product reviews*/
.who_when_rating {
	overflow:hidden;
	padding-top:10px;
	margin-bottom:5px;
	border-top:1px solid #eee;
}
.who_when_rating div {
	float:left;
	margin-right:10px;
}
.who_when_rating div span {
	font-size:0.8em;
}
/*product footnotes*/
#footnotes {
	padding:10px 0 10px;
	border:0px solid #eee;
	border-right:0 none;
	border-left:0 none;
	text-align:center;
	margin:0 0 20px;
}
#footnotes .l1 {
	overflow:hidden;
	margin:0 auto;
}
#footnotes li {
	float:left;
	width:25%;
	height: 50px;
}
#singleMainContent .narrow #footnotes li {
	width:50%;
	margin-bottom:10px;
	height:28px;
}
#footnotes li a {
	display:block;
	text-align:center;
	padding:0 9px;
	white-space:nowrap;
}
#singleMainContent .narrow #footnotes li a {
	text-align:left;
}
#footnotes .print a {
	padding-top:1px;
}
#footnotes .share a {
	padding-top:3px;
}
#footnotes .subscribe a {
	padding-top:2px;
}
#footnotes li a:focus, #footnotes li a:hover {
	color:#444;
	text-decoration:none;
}
#footnotes img {
	margin-right:10px;
	vertical-align:middle;
}
/*price and item ID*/
.prodDetails .price_value {
	padding-bottom:10px;
	border-bottom:1px solid #dcdcdc;
}
.prodDetails .price {
	font-size:1.5em;
	overflow:hidden;
}
.prodDetails .was, .prodDetails .basisprice {
	font-size:1em;
	color:#999;
}
.prodDetails .was {
	text-decoration:line-through;
}
.itemID, .tax_info, .stock_info {
	font-size:0.7em;
	color:#777;
}
.stock_info {
	font-size:0.875em;
}
.tax_info {
	font-size:0.6em;
}
/*Colour Select / Size Select*/
#the_product label, #the_product select {
	width:160px;
}
/* Action Buttons */
/* single page || shopping cart buttons */
#the_product #greyAdd, #the_product .shopform_btn, #the_product .add_to_wishlist, .pay_now {
	float:left;
}
.shopform_btn {
	margin-bottom:18px;
}
#proceed2Checkout .shopform_btn {
	float:right;
	margin:0;
}
.shopform_btn, .shopform_btn a, .cartActionBtn {
	height:30px;
	width:100px;
	cursor:pointer;
	overflow:hidden;
	padding:0;
	border:0 none;
}
.order_form .update_cart, .checkoutSteps .next_step {
	height:30px;
	margin:0;
	padding:0px;
	border:0 none;
}
.order_form .update_cart {
	float:left;
	width:100px;
	margin:0 10px 0 570px;
	background:#cecece url(../images/update_cart.png) no-repeat top center;
}
.checkoutSteps .next_step {
	width:90px;
	background:#cecece url(../images/next_step.png) no-repeat top center;
}
.add_to_wishlist, .add_to_wishlist a {
	width:130px;
}
#vCart .shopform_btn {
	width:122px;
}
/*link buttons*/
.shopform_btn a, .cartActionBtn {
	display:block;
	background:url(../images/buy_now.png) no-repeat top left;
	text-indent:-9999em;
}
.get_now {
	display:block;
	width:32px;
	height:32px;
	background:url(../images/get_now.png) no-repeat top left;
	text-indent:-9999em;
}
.add_to_wishlist_inactive a {
	background:url(../images/add_to_wishlist_inactive.png) no-repeat top left;
}
.cont_shop {
	float:left;
	margin-right:10px;
	width:130px;
	background:url(../images/continue_shopping.png) no-repeat top left;
}
.shopform_btn a:hover, .shopform_btn a:focus, .start_shop:hover, .start_shop:focus, .cont_shop:focus, .cont_shop:hover, .update_cart:focus, .update_cart:hover, .next_step:hover, .next_step:focus {
	background-position: 0 -30px;
}
.shopform_btn a:active, .start_shop:active, .cont_shop:active, .update_cart:active, .next_step:active {
	background-position: 0 -60px;
}
/*input buttons*/
.shopform_btn input {
	margin:0;
	padding:0;
}
.shopform_btn:hover input, .shopform_btn:focus input {
	margin-top:-30px;
}
.shopform_btn:active input {
	margin-top:-60px;
}
/*Product Navigation*/
.prodNav, .backLink {
	padding:0 0 20px;
}
.backLink {
	display:block;
}
.prodNav {
	text-align:right;
}
.prodNav img, .backLink img {
	vertical-align:middle;
}
.linksBottom {
	clear:both;
	z-index:10;
	position:relative;
}
.linksBottom .backLink {
	float:left;
}
.linksBottom .prodNav {
	float:right;
}
.adjacentProd {
	position:relative;
}
.adjacentImg {
	background:#f6f6f6;
	padding:3px;
	position:absolute;
	top:-120px;
	display:none;
}
.previousProd .adjacentImg {
	right:0;
}
.nextProd .adjacentImg {
	left:0;
}
/* the overlayed element */
.overlay {
	background:url(../images/offwhite.png) no-repeat;
	width:600px;/*height:470px;*/
	display:none;
	padding:55px;
	position:relative;
}
.overlay .close {
	background:url(../images/close.png) no-repeat;
	position:absolute;
	right:10px;
	top:10px;
	cursor:pointer;
	height:28px;
	width:28px;
}
.mediumoverlay {
	background:url(../images/offwhitemedium.png) no-repeat;
	width:300px;/*height:245px;*/
}
.largeoverlay {
	background:url(../images/offwhitelarge.png) no-repeat;
	width:700px;/*height:550px;*/
}
.largeoverlay .close {
	right:15px;
	top:15px;
}
.mediumoverlay .close {
	right:0;
	top:0;
}
/* overlay content */
.overlay .loadingImg {
	position:absolute;
	top:50%;
	left:50%;
	height:32px;
	margin-top:-16px;
}
#myloginoverlay a, #wishListOverlay a {
	font-size:1em;
}
.ico a {
	display:block;
	float:left;
	width:33.33%;
	font-size:1.3em;
	margin-top:18px;
}
.subscribe_ico a {
	text-align:center;
}
.share_ico img {
	margin-right:10px;
	float:left;
}
#searchform label {
	font-size:1.2em;
	float:left;
	margin-right:6px;
	padding-top:6px;
}
#searchform input {
	display:inline;
}
#shoppingbagoverlay {
	background:#f8f8f8;
	width:auto;
	height:auto;
}
#shoppingbagoverlay .close {
	top:-10px;
	right:-10px;
}
#sizesInfoOverlay .supplInfoWrap, .overlay .page_post {
	height:470px;
	overflow:auto;
}
.overlay .page_post {
	width:600px;
}
/*###*/
/** WIDGET READY AREAS **/
.sidebar .widget {
	margin-bottom:20px;
	border-bottom:1px solid #eee;
}
.sidebar .widget:last-child {
	margin-bottom:0;
	border-bottom:0 none;
}
.widget .widget-title {
	font-weight:bold;
	margin-bottom:10px;
	letter-spacing:0px;
	color:#660000;
	text-transform:uppercase;
	font-size:1.3em;
}
.widgetPadding, .shop_by_widget div {
	background:#f9f9f9;
	padding:10px;
}
.cswa {
	margin-top:20px;
	padding:0;
	background:transparent;
	overflow:hidden;
	border:1px solid #ededed;
	border-right:0 none;
	border-left:0 none;
	padding:20px 0 20px;
}
/*widgets with unordered list of links*/
.widget ul li a {
	display:block;
	color:#444;
	padding-top:10px;
}
.widget ul li:first-child a {
	padding-top:0;
}
.widget ul li a:focus, .widget ul li a:hover {
	color:#0088CC;
	text-decoration:underline;
}
.widget ul .current-cat a, .widget ul .current_page_item a {
	background:#8c98a1;
	color:#f6f6f6;
}
.widget ul .current-cat a:focus, .widget ul .current-cat a:hover, .widget ul .current-cat a:focus, .widget ul .current_page_item a:hover {
	text-decoration:none;
	color:#f6f6f6;
}
/*we don't want the children highlighted when the parent is*/
.widget ul .current-cat .children a {
	background:transparent;
	color:#444;
}
/*now add the hover styles back on*/
.widget ul .current-cat .children a:focus, .widget ul .current-cat .children a:hover {
	color:#0088CC;
	text-decoration:underline;
}
/*NWS Email Subscriptions Widget*/
.widget_email_subscriptions .clearfix {
	background:transparent;
}
.widget_email_subscriptions .subscriptions p {
	margin-bottom:11px;
}
.widget_email_subscriptions .subscriptions form p {
	margin-bottom:0;
}
.widget_email_subscriptions .subscriptions form input, .widget_email_subscriptions .subscriptions .subscribe_btn {
	float:left;
	margin:0;
}
.widget_email_subscriptions .subscriptions form input[type='text'] {
	width:183px;
	margin-right:8px;
}
.widget_email_subscriptions .subscriptions .subscribe_btn {
	width:90px;
	float:right;
}
.widget_email_subscriptions .subscriptions .subscribe_btn:hover input, .widget_email_subscriptions .subscriptions .subscribe_btn:focus input {
	margin-top:-30px;
}
.widget_email_subscriptions .subscriptions .subscribe_btn:active input {
	margin-top:-60px;
}
.sidebar .widget form input[type='text'], .sidebar .widget_email_subscriptions .subscriptions form input[type='text'] {
	width:158px;
}
.sidebar .widget_email_subscriptions .subscriptions form input[type='text'] {
	margin:0 0 8px;
}
/*NWS Category and NWS Page Widgets*/
.widget_categories ul, .widget_subpages ul {
	padding:0;
}
.widget_categories ul li a, .widget_subpages ul li a, .widget_categories ul li:first-child a, .widget_subpages ul li:first-child a {
	padding:10px;
}
.widget ul .children li a {
	padding-left:20px;
}
.widget ul .children .children li a {
	padding-left:30px;
}
.widget ul .children .children .children li a {
	padding-left:40px;
}
.widget ul .children .children .children .children li a {
	padding-left:50px;
}
/*Alternative Contact*/
.widget-alternative-contact-info {
	overflow:hidden;
}
/*sidebar select drop downs*/
.sidebar select {
	width:162px;
}
/*NWS Most Popular Widget*/
.widget_most_popular .widget_content_wrap {
	padding:20px 20px 0 0;
	border:1px solid #eee;
}
.widget_most_popular .teaser {
	padding:10px;
	background:#f9f9f9;
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
	opacity:0;
}
.widget_most_popular a {
	margin-left:20px;
}
.widget_most_popular .first, .widget_most_popular .c_box a, .widget_most_popular .widget_content_wrap a {
	margin-left:0;
}
.c_box .widget_most_popular img {
	margin:0 0 20px 20px;
}
/*NWS Community Widget*/
.widget_community a {
	margin-left:79px;
}
.widget_community .first {
	margin-left:0;
}
/*NWS Promotions Widget (all 3 of them) || NWS Gift Cards widget*/
.widget_promotions_imgWrap, .widget_gift_cards .giftform_btn {
	display:block;
	height:125px;
	overflow:hidden;
}/*to use as reference point for the positioning below and hide the image overflow!*/
/* NWS Gift Cards widget || NWS Promotions Widget*/
.widget_gift_cards .giftform_btn, .widget_promotions_alt {
	cursor:pointer;
}
.widget_gift_cards .giftform_btn input {
	margin:0;
	padding:0;
}
.widget_gift_cards .giftform_btn:hover input, .widget_gift_cards .giftform_btn:focus input, .widget_promotions_alt a:hover img, .widget_promotions_alt a:focus img {
	margin-top:-135px;
}
/* NWS 2Link Promotions Widget || NWS 3Link Promotions Widget*/
.widget_promotions2Links .widget_promotions_imgWrap, .widget_promotions3Links .widget_promotions_imgWrap {
	position:relative;
}/*prepare to position the links*/
.widget_promotions2Links a, .widget_promotions3Links a {
	overflow:hidden;
	position:absolute;
	top:104px;
	height:25px;
	font-size:1.3em;
	letter-spacing:2px;
}/*hide the overflow img and position the links*/
.widget_promotions2Links a {
	width:146px;
}/* =293 (image width) / 2 */
.widget_promotions3Links a {
	width:97px;
}/* =293 (image width) / 3 */
.sidebar .widget_promotions2Links a {
	width:100px;
}/* sidebar =200 (image width) / 2 */
.sidebar .widget_promotions3Links a {
	width:66px;
}/* sidebar =200 (image width) / 3 */
.widget_promotions2Links .link1, .widget_promotions3Links .link1 {
	left:0;
}
.widget_promotions2Links .link2, .widget_promotions3Links .link3 {
	right:0;
}
.widget_promotions3Links .link2 {
	left:97px;
}/* =link width */
.sidebar .widget_promotions3Links .link2 {
	left:66px;
}/* sidebar =link width */
.widget_promotions2Links a img, .widget_promotions3Links a img {
	margin-top:-100px;
}/*measure the link distance from the top*/
.widget_promotions2Links .link2 img {
	margin-left:-146px;
}/* =link width */
.widget_promotions3Links .link3 img {
	margin-left:-194px;
}/* =link width x 2 */
.sidebar .widget_promotions2Links .link2 img, .sidebar .widget_promotions3Links .link3 img {
	margin-left:-100px;
}/* in sidebar =link width*/
.sidebar .widget_promotions3Links .link3 img {
	margin-left:-132px;
}/* sidebar =link width x 2 */
.widget_promotions3Links .link2 img {
	margin-left:-97px;
}/* =link width x 2 */
.sidebar .widget_promotions3Links .link2 img {
	margin-left:-66px;
}/*sidebar =link width */
.widget_promotions2Links a:focus img, .widget_promotions2Links a:hover img, .widget_promotions2Links a:active img, .widget_promotions3Links a:focus img, .widget_promotions3Links a:hover img, .widget_promotions3Links a:active img {
	margin-top:-235px;
}/*top negative value = height (135px) + 100px (link distance from the top)*/
/*when used on customer service page*/
.cswa .widget_promotions {
	width:293px;
	float:left;
	margin-left:20px;
	display:inline;
}
.cswa .widget_promotions:first-child {
	margin-left:0;
}
/*NWS Shop By... widgets*/
/*the select drop down*/
.shop_by_widget .widget_content_wrap {
	padding:20px 20px 0 0;
	border:1px solid #eee;
}
.shop_by_widget div select {
	width:170px;
	margin:0;
}
.shop_by_widget img {
	margin:0 0 0 20px;
}
.c_box .shop_by_widget img {
	margin:0 0 20px 20px;
}
.shop_by_widget .first img {
	margin-left:0;
}
/*NWS Latest from Blog widget*/
.latest_from_blog_widget .widget_content_wrap {
	padding:20px 20px 0;
	border:1px solid #eee;
}
.latest_from_blog_widget .post {
	margin-bottom:20px;
}
.latest_from_blog_widget img {
	float:right;
	margin:0 0 20px 20px;
	padding:3px;
	border:1px solid #eee;
	background:#f7f7f7;
}
.latest_from_blog_widget h5 a {
	padding-bottom:10px;
}
/*NWS alternative contact info*/
.contactAddress, .widget .contactAddress li {
	float:left;
	width:170px;
	border:0 none;
}
.contactAddress span {
	float:left;
	width:70px;
}
.contactAddress p {
	margin-left:75px;
}
/*NWS Sign in widget || NWS faq widget*/
.signIn_widget fieldset, .signIn_widget .formbutton {
	margin-bottom:0;
}
.signIn_widget h3, .widget_faq h3 {
	font-size:1.5em;
}
.widget_faq ul li a {
	color:#0088CC;
	font-size:1.125em;
}
/*###*/
/** PAGES **/

/*Customer Service and common questions*/
.pageCont .c_box {
	background:transparent;
	text-align:left;
	margin-top:15px;
}
.pageCont .top_row {
	margin-top:0;
}
.pageCont ul li a, .acc_widgets_area ul li a {
	display:block;
	padding:6px 0;
	font-size:1.13em;
}
.pageCont .c_box .section_title {
	font-size:1.5em;
}
.acc_widgets_area ul li a {
	color:#0088CC;
}
.acc_widgets_area ul li a:focus, .acc_widgets_area ul li a:hover, .acc_widgets_area ul li a:active {
	color:#444;
}
/*Account Register && Account Login pages */
.signInAcc, .acc_widgets_area {
	width:450px;
}
/*My Account Sign In*/
.passhelp {
	margin-bottom:6px;
	display:block;
}
/*Create an Account*/
.crAcc {
	clear:both;
}
#createAccount {
	border-bottom:1px solid #eee;
	margin-bottom:20px;
}
#createAccount fieldset {
	width:293px;
	float:left;
	margin-left:20px;
}
#createAccount #pt1 {
	margin-left:0;
}
#createAccount fieldset legend span {
	display:none;
}
#pt1 {
	background:url(../images/st1.png) no-repeat top left;
}
#pt2 {
	background:url(../images/st2.png) no-repeat top left;
}
#pt3 {
	background:url(../images/st3.png) no-repeat top left;
}
#createAccount fieldset h3 {
	height:2em;
	margin-top:45px;
	font-size:1.5em;
}
#createAccount fieldset .help {
	height:3em;
}
#createAccount #pt3 input {
	height:5em;
	width:18em;
}
/*###*/
/** FORMS **/

/* Contact */
.contactForm {
	width:700px;
}
.contactForm .alignleft, .contactForm .alignright {
	width:50%;
}
.contactForm textarea {
	width:98%;
}
/*Tell a Friend form*/
#tell_a_friend #email {
	float:left;
	margin-right:8px;
}
#tell_a_friend .emailform-col {
	float:left;
	margin-right:8px;
}
#tell_a_friend .formbutton {
	margin:17px 0 0;
}
/*Enquire form*/
#ask_a_question fieldset, #ask_a_question .formbutton {
	margin:0;
}
#ask_a_question label, #ask_a_question input {
	width:130px;
}
#ask_a_question textarea {
	width:291px;
	height:80px;
}
#ask_a_question .emailform-col {
	width:140px;
}
/*validation messages for forms */
.waiting {
	background:transparent!important;
	color:#cc9900!important;
}
.failure, .success, .login_err {
	padding:3px;
	margin-bottom:6px;
	color:#444!important;
}
.failure, .login_err {
	background:#f7e6e3;
	border:1px solid #e8d0cc;
}
.success {
	background:#e3edcb!important;
	border:1px solid #cdd9b0;
}
.error {
	color:#cc3333;
}
.success {
	color:#669900;
}
.failure p, .success p {
	margin-bottom:0;
}
/*###*/
/** SHOPPING CART TABLE **/
.order_table {
	width:100%;
	background:#f7f7f7;
}
.c_order th {
	border:0 none;
	font-weight: bold;
}
.c_order td {
	border-top: 1px solid #eee;
}
.c_order a {
	color:#0088CC;
	text-decoration:underline;
}
.c_order a:focus, .c_order a:hover {
	text-decoration:none;
}
.order_table thead, .order_table th, .order_table tr.sums td {
	background:#eee;
	background:#f9f9f9;
}
.order_table td img {
	border:1px solid #eee;
	padding:3px;
}
.order_table td {
	vertical-align:middle;
}
.order_table tr.sums td {
	vertical-align:top;
}
.order_table input {
	margin:0;
}
.order_table input.text {
	width:30px;
}
.order_table dl dt {
	margin:0;
}
.order_table dd {
	margin-left:0;
}
/*shipping & handling info overlay*/
#handlingInfoOverlay {
	text-align:left!important;
}
/* you may also like ( Shopping Cart Related )  */
.shoppingCartRelated {
	clear:both;
	margin-top:102px;
	background:transparent;
}
.shoppingCartRelated a {
	margin-left:20px;
}
.shoppingCartRelated img {
	border:1px solid #eee;
	background:#f7f7f7;
	padding:3px;
}
.shoppingCartRelated img:hover {
	border-color:#8c98a1;
}
.widget_recentProds .recent_prod_wrap {
	float:left;
	margin:0 0 20px 20px;
}
.widget_recentProds .widget_content_wrap {
	background:none repeat scroll 0 0 transparent;
	border:1px solid #EEEEEE;
	padding:20px 0 0;
}
.widget_shopbyTax img {
	margin:0 0 20px;
}
.shop_by_widget img {
	background:none repeat scroll 0 0 #F6F6F6;
	border:1px solid #EDEDED;
	margin:0 0 10px;
	padding:4px;
}
/*--WEBLIFE CORE----WEBLIFE CORE----WEBLIFE CORE----WEBLIFE CORE----WEBLIFE CORE----WEBLIFE CORE----WEBLIFE CORE----WEBLIFE CORE----WEBLIFE CORE----WEBLIFE CORE----WEBLIFE CORE----WEBLIFE CORE----WEBLIFE CORE----WEBLIFE CORE----WEBLIFE CORE----WEBLIFE CORE----WEBLIFE CORE----WEBLIFE CORE----WEBLIFE CORE----WEBLIFE CORE----WEBLIFE CORE----WEBLIFE CORE----WEBLIFE CORE----WEBLIFE CORE----WEBLIFE CORE----WEBLIFE CORE----WEBLIFE CORE----WEBLIFE CORE----WEBLIFE CORE----WEBLIFE CORE----WEBLIFE CORE----WEBLIFE CORE----WEBLIFE CORE----WEBLIFE CORE----WEBLIFE CORE----WEBLIFE CORE----WEBLIFE CORE----WEBLIFE CORE--*/



#top_content_internal {
	background: url("/images/header_bg.jpg") repeat-x scroll 0 0 transparent;
	position: relative;
	margin-top:30px;
	background-color:#EDE9DE;
}
button {
	cursor: pointer;
	overflow: visible;
	position: relative;
}
button.btn {
	border: 0 none;
	margin-left: -6px;
	outline: medium none;
	padding: 0;
}
button span {
	display: block;
	position: relative;
	white-space: nowrap;
}
button.btn {
	background: url("../images/button-sprite.gif") no-repeat scroll right -92px transparent;
	font-size: 1em;
	margin-right: 5px;
	padding: 0 35px 0 0;
	text-align: center;
}
button.btn span {
	background: url("../images/button-sprite.gif") no-repeat scroll left top transparent;
	color: #A2A2A2;
	height: 29px;
	line-height: 1.2;
	padding: 13px 0 0 35px;
	text-shadow: -1px -1px 0 #000000;
}
button.btn:hover, button.btnHover {
	background-position: right -138px;
}
button.btn:hover span, button.btnHover span {
	background-position: 0 -46px;
	color: #FFFFFF;
	text-shadow: -1px -1px 1px #333333;
}
.darkBg button.btn, .darkBg button.btn span, #Footer button.btn, #Footer button.btn span, #ContentPanel button.btn, #ContentPanel button.btn span {
	background-image: url("../images/button-sprite-dark.gif");
}
.loginForm {
	height: 207px;
	overflow: hidden;
}
.loginContainer {
	float: left;
	width:780px;
	height: 142px;
	padding: 15px 0 0 20px;
	background: transparent url("../images/login-bg.png") no-repeat 0 0;
	color: #C6C6C6;
	overflow: hidden;
}
#loginBg {
	float: left;
	margin: 17px 0 0;
}
.loginForm fieldset legend {
	display: none;
}
.loginContainer p {
	margin: 0 0 0.5em;
}
.loginContainer .loginInput {
	width: 217px;
}
.loginForm .signInButton {
	margin: 0 18px 0 0;
}
a.loginClose {
	position: absolute;
	top: -10px;
	right: -12px;
	display: block;
	height: 30px;
	width: 36px;
	text-indent: -999px;
	overflow: hidden;
	background: transparent url("../images/fancybox/smallClose.png") repeat 0 0;
}
a.loginClose:hover, a.loginClose:active {
	background-position: 0 -30px;
}
/* top reveal content panel */



#ContentPanel #loginBg {
	margin: 0 15px 0 0;
}
#ContentPanel .closeBtn {
	width: 36px;
	height: 30px;
	float: right;
	margin: 10px;
	text-indent: -999px;
	overflow: hidden;
	background: transparent url("../images/fancybox/smallClose-dark.png") repeat 0 0;
}
#ContentPanel .closeBtn:hover, #ContentPanel .closeBtn:active {
	background-position: 0 -30px;
}
#ContentPanel { /* hidden top content area */
	position:relative;
	/* hidden on start */
	background: #2C2C2C;
	border-bottom: 1px solid #fff;
}
#ContentPanel .contentArea {
	margin: 0 auto;
}
.panel {
	position: fixed;
	top: 50px;
	right: 0;
	display: none;
	background: #425055;
	border:1px solid #111111;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	width: 430px;
	height: auto;
	padding: 30px 30px 30px 30px;
	filter: alpha(opacity=95);
	opacity: .95;
	z-index:100;
}
.panel p {
	margin: 0 0 15px 0;
	padding: 0;
	color: #cccccc;
}
.panel a, .panel a:visited {
	border-bottom: 0 solid #9FC54E;
	color: #9FC54E;
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.panel a:hover, .panel a:visited:hover {
	margin: 0;
	padding: 0;
	/*color: #ffffff;*/
	text-decoration: none;
	border-bottom: 1px solid #9FC54E;
}
a.trigger {
	position: fixed;
	text-decoration: none;
	top: 90px;
	right: 0;
	font-size: 16px;
	letter-spacing:-1px;
	font-family: "Century Gothic", helvetica, Verdana, helvetica, arial, sans-serif;
	color:#fff;
	padding: 20px 15px 20px 40px;
	font-weight: 700;
	background:#667C84 url(/images/checkout/plus.png) 15% 55% no-repeat;
	border:1px solid #53646A;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	display: block;
	z-index:101;
}
a.trigger:hover {
	position: fixed;
	text-decoration: none;
	top: 90px;
	right: 0;
	font-size: 16px;
	letter-spacing:-1px;
	font-family: "Century Gothic", helvetica, Verdana, helvetica, arial, sans-serif;
	color:#fff;
	padding: 20px 15px 20px 40px;
	font-weight: 700;
	background:#364246 url(/images/checkout/plus.png) 15% 55% no-repeat;
	border:1px solid #444444;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	display: block;
}
a.active.trigger {
	background:#667C84 url(/images/checkout/minus.png) 15% 55% no-repeat;
}
.columns {
	clear: both;
	width: 330px;
	padding: 0 0 20px 0;
	line-height: 22px;
}
.colleft {
	float: left;
	width: 130px;
	line-height: 22px;
}
.colright {
	float: right;
	width: 130px;
	line-height: 22px;
}
element.style {
	border-radius: 4px 4px 4px 4px;
}
textarea, .textInput, form select, #tb-form-div input, #tb-form-div textarea, form input.text-input, form select, form textarea, form .wysiwyg, table input {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	-moz-border-radius: 4px 4px 4px 4px;
	background: url("../images/checkout/inputBg.gif") repeat-x scroll 0 0 #E1E2E3;
	border-color: #C9CACB #FFFFFF #FFFFFF #C9CACB;
	border-style: solid;
	border-width: 1px;
	margin: 0 0 0.5em;
	outline: medium none;
	padding: 5px;
	width: 175px;
}
label.overlabel {
	color: #B3B4B4;
	display: none;
	font-size: 1em;
}
.right {
	float: right;
}
#ContentPanel .contentArea {
	margin: 0 auto;
}
.contentArea {
	padding: 15px 0;
}
.contentMax, .contentArea, #Showcase, #Slides {
	margin: 0 26px;
	width: 938px;
}
.darkBg button.btn, .darkBg button.btn span, #Footer button.btn, #Footer button.btn span, #ContentPanel button.btn, #ContentPanel button.btn span {
	background-image: url("../images/checkout/button-sprite-dark.gif");
}
button.btn {
	background: url("../images/checkout/button-sprite.gif") no-repeat scroll right -92px transparent;
	font-size: 1em;
	margin-right: 5px;
	padding: 0 35px 0 0 !important;
	text-align: center;
}
button.btn {
	border: 0 none;
	margin-left: -6px;
	outline: medium none;
	padding: 0;
}
button {
	cursor: pointer;
	overflow: visible;
	position: relative;
}
h4, h5, .prod_list a {
	font-family: "Century Gothic", helvetica, "Folio Condensed Medium", 'Helvetica Neue Condensed Bold', Impact, Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-size-adjust: 0.48;
	font-style: normal;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	color: #A75750;
}
h5 span {
	color:#969493;
	font-size:13px;
}
#ContentPanel a {
	color: #969493;
	font-size: 12px;
	font-style: italic;
	border-bottom:1px solid #969493;
}
#ContentPanel .closeBtn {
	background: url("../images/checkout/smallClose-dark.png") repeat scroll 0 0 transparent;
	float: right;
	height: 30px;
	margin: 10px;
	overflow: hidden;
	text-indent: -999px;
	width: 36px;
}
.short_description {
	color:#666;
	font-size:12px;
}
#path_way {
	margin-left:0px;
}
#breadcrumbs {
	float: left;
	margin-bottom: 20px;
	padding: 20px 0 0;
	width: 500px;
}
.jcarousel-skin-tango .jcarousel-container {
	-moz-border-radius: 0px;
	background: transparent;
	border: 0px solid #CEC8B7;
}
.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
	width: 840px;
	padding: 20px 40px;
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 2px 2px 2px 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
	display: inline-block;
	outline: medium none;
	overflow: hidden;
}
.jcarousel-skin-tango .jcarousel-container-vertical {
	width: 75px;
	height: 840px;
	padding: 40px 20px;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
	height: 207px;
	margin-left: auto;
	margin-right: auto;
	width: 830px;
}
.jcarousel-skin-tango .jcarousel-clip-vertical {
	width:  75px;
	height: 780px;
}
.jcarousel-skin-tango .jcarousel-item {
	width: 75px;
	height: 75px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
	margin-right: 10px;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
	margin-right: 0;
}
.jcarousel-skin-tango .jcarousel-item-vertical {
	margin-bottom: 10px;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
	background: #fff;
	color: #000;
}
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
	position: absolute;
	top: 83px;
	right: 5px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url(/images/checkout/nivo_nav.png) no-repeat scroll right top;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
	left: 5px;
	right: auto;
	background: transparent url(/images/checkout/nivo_nav.png) no-repeat scroll right top;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
	background-position: -32px 0;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:active {
	background-position: -64px 0;
}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
	cursor: default;
	background-position: -96px 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
	position: absolute;
	top: 83px;
	left: 5px;
	width: 31px;
	height: 31px;
	cursor: pointer;
	background: transparent url(/images/checkout/nivo_nav.png) no-repeat scroll left top;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
	left: auto;
	right: 31px;
	background-image: url(/images/checkout/nivo_nav.png);
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
	background-position: -32px 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
	background-position: -64px 0;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
	background-position: -96px 0;
}
/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
	position: absolute;
	bottom: 5px;
	left: 43px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url(next-vertical.png) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-next-vertical:hover {
	background-position: 0 -32px;
}
.jcarousel-skin-tango .jcarousel-next-vertical:active {
	background-position: 0 -64px;
}
.jcarousel-skin-tango .jcarousel-next-disabled-vertical, .jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover, .jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
	cursor: default;
	background-position: 0 -96px;
}
.jcarousel-skin-tango .jcarousel-prev-vertical {
	position: absolute;
	top: 5px;
	left: 43px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url(prev-vertical.png) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
	background-position: 0 -32px;
}
.jcarousel-skin-tango .jcarousel-prev-vertical:active {
	background-position: 0 -64px;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical, .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
	cursor: default;
	background-position: 0 -96px;
}
#upsell li {
	border: 0 dashed #CCCCCC;
	float: left;
	height: 300px;
	list-style: none outside none;
	margin: 0 0px 0 0;
	padding: 0px;
	width: 152px;
	text-align:center;
}
#upsell {
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.17);
	background:#fff;
}
.sideNavWrapper {
	border-left: 1px dotted;
	margin: 0 0 0.5em;
}
.sideNavBox-1 {
	/*	background: url("../images/checkout/side-navigation-top.gif") no-repeat scroll 0 0 transparent;
*/	padding: 15px 0 0;
}
.sideNavBox-2 {
	/*	background: url("../images/checkout/side-navigation-bottom.gif") no-repeat scroll 0 100% transparent;
	*/min-height: 100px;
	padding: 0 20px;
}
.blog-tabs {
	width:250px;
	float:right;
	margin-left:20px;
}
.blog-list {
	width:580px;
	float:left
}
.blog-item .content {
	width:580px;
}
.blog-list #top_content_internal h3 {
	line-height:1.0em;
}
.blog-page ul.comment_tabs li a {
	border: 1px solid #EEEADF;
	color: #CB9792;
	font-family: "Century Gothic", helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 14px;
	text-decoration: none;
	text-transform: uppercase;
}
#tabbed_box_1 {
	margin: 0 auto;
	width: 910px;
}
#tabbed_box_blog_list {
	margin: 0 auto;
	width: 250px;
}
.tabbed_box h4 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	letter-spacing: -1px;
	margin-bottom: 10px;
}
.tabbed_box h4 small {
	color: #E3E9EC;
	font-family: "Century Gothic", helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	left: 6px;
	letter-spacing: 0;
	position: relative;
	text-transform: uppercase;
	top: -4px;
}
.tabbed_area {
}
ul.comment_tabs {
	border-bottom: 1px solid #CB9792;
	margin: 5px 0 6px;
	padding: 0 0 6px;
}
ul.comment_tabs li {
	background: none repeat scroll 0 0 transparent;
	display: inline;
	list-style: none outside none;
	margin-left: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 0;
	padding-right: 0 !important;
	padding-top: 0 !important;
}
ul.comment_tabs li a {
	/*   background-color: #F2F2F2;*/
    border-color: #EEEADF;
	border-style: solid;
	border-width: 0px;
	font-family: "Century Gothic", helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 14px 4px;
	text-decoration: none;
	text-transform: uppercase;
	color:#CB9792;
}
ul.comment_tabs li a:hover {
	background-color: #FFFFFF;
	border-color: #CB9792 #CB9792 #FFFFFF;
}
ul.comment_tabs li a.active {
	background-color: #FFFFFF;
	border-color: #CB9792 #CB9792 #FFFFFF;
	border-style: solid;
	border-width: 0px;
	color: #A75750;
	padding: 10px 21px 4px;
}
#content_2, #content_3 {
	display: none;
}
.tab_content ul {
	margin: 10px 20px 20px 0;
	padding: 0;
}
.tab_content ul li {
	background: none repeat scroll 0 0 transparent;
	border-bottom: 1px solid #D6DDE0;
	font-size: 13px;
	list-style: none outside none;
	padding: 15px 0;
}
.tab_content ul li:last-child {
	border-bottom: medium none;
}
.tab_content ul li a {
	text-decoration: none;
}
.tab_content ul li a small {
	color: #8B959C;
	font-family: "Century Gothic", helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	left: 4px;
	position: relative;
	text-transform: uppercase;
	top: 0;
}
.tab_content ul li a:hover {
	color: #FFFFFF;
}
.tab_content ul li a:hover small {
	color: #FFFFFF;
}
#content_2 .tab_content ul li {
	background: none repeat scroll 0 0 transparent;
	border-bottom: 1px solid #D6DDE0;
	font-size: 13px;
	list-style: none outside none;
	padding: 5px 0 !important;
}
/*.main_button {
	float: left;
	height: 78px;
	margin: 340px 0 0 5px;
	width: 236px;
	overflow:hidden
}*/
.main_button {
	background: url(/images/appstore_sprite.gif) no-repeat;
	background-position: 0px 0px;
	display: block;
	width: 236px;
	color: white;
	font-family: arial;
	font-size: 25px;
	height: 61px;
	overflow: hidden;
	padding-top: 20px;
	text-align: center;
	overflow:hidden;
}
.main_button:hover {
	background-position: 0px -82px;
}
.main_button_input {
	background: url("/images/appstore_sprite.gif") no-repeat scroll 0 0 transparent;
	border: medium none;
	color: white;
	display: block;
	font-family: arial;
	font-size: 25px;
	height: 80px;
	overflow: hidden;
	padding-top: 0;
	text-align: center;
	width: 236px;
	margin-left: auto;
	margin-right: auto;
}
.main_button_input:hover {
	background-position: 0px -82px;
}
.minor_button {
	background: url(/images/minor_button.gif) no-repeat;
	background-position: 0px 0px;
	display: block;
	width: 120px;
	color: #333;
	font-family: arial;
	font-size: 12px;
	height: 31px;
	overflow: hidden;
	padding-top: 10px;
	text-align: center;
	overflow:hidden;
}
.minor_button:hover {
	background-position: 0px -40px;
	color:white;
}
ul.checkout_btns {
	margin-bottom: 80px;
}
.grid .price {
	font-size: 16px;
	line-height: 1em !important;
	padding: 5px;
	color:#A75750;
}
.panel .specifications {
	background-color: transparent !important;
	border: 0 solid #DDDDDD;
	color: white;
	margin: 0 0;
	padding: 10px 0 0;
}
.panel h3 {
	font-family: "Century Gothic", helvetica, "Folio Condensed Medium", 'Helvetica Neue Condensed Bold', Impact, Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 18px !important;
	font-size-adjust: 0.48;
	font-style: normal;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff !important;
}
.panel #my_cart h2 {
	color:white !important;
}
a.width_100 {
	width: 127px;
}
.prodimg_cart img {
	border:2px solid #BAB098;
}
.secure_li {
	float: right !important;
	margin-left: 0;
}
.sharing {
	float:right;
}
form input[type="checkbox"], form input[type="radio"] {
	width:20px;
	margin-top:6px;
}
#updatecart .medium-input {
	width: 30px !important;
	text-align:center;
}
form textarea {
	width: 98.5% !important;
}
#content_part_right {
	clear:left;
	margin-top:20px;
	padding-bottom: 40px;
}
/*############ blog stuff ################*/

.ribbon, .ribbon .wrapAround, .ribbon .tab {
	height: 32px;
}
.ribbon .tab {
	float: left;
	width: 890px;
}
.ribbon, .ribbon .wrapAround, .ribbon .tab {
	height: 32px;
}
.ribbon .tab {
	float: left;
	width: 890px;
}
.blog_list_bar {
	float: right;
	font-size: 14px;
	margin-top: 0;
	text-align: right;
	width: 837px;
}
.ribbon span {
	color: #CDCDCD;
	float: right;
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 0;
}
.linke {
	cursor:pointer;
	color: #537D8B;
}
.ribbon {
	border-bottom: 1px dotted #51504F;
	margin: 0 -4px 0 0;
	padding-bottom: 24px;
	width: 890px;
}
.blogsub {
	margin:20px 0px;
}
#tb-form-div input.left_half {
	float: left;
	margin-right: 6px;
	width: 415px !important;
	color:#AAAAAA !important;
}
#tb-form-div input.right_half {
	float: right;
	margin-right: 0px;
	width: 415px !important;
	color:#AAAAAA !important;
}
#tb-form-div input.comments_title {
	width:849px !important;
}
form input[type="checkbox"], form input[type="radio"] {
	margin-top: 6px;
	width: 20px !important;
}
.comments-label-subscribe {
	width: 68px !important;
}
.comments-label-subscribe {
	float: left;
	padding-top: 0;
}
#tbcanvas {
	width:849px !important;
}
#content_2 h3 {
	font-size:22px;
}
#wrapper {
	border: 0 solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif !important;
	margin: auto auto 80px;
}
.Shopping img {
	border: 4px solid #E3DFD5;
	margin:0px 10px 5px 0px;
}
.Shopping h3 {
	font-size: 14px !important;
	opacity: 1 !important;
}
.Shopping p {
	padding-bottom:10px;
}
.Shopping table td p {
	padding-bottom:0px;
}
.login li {
	display: inline;
	padding: 8px;
}
.login {
	color: #969493;
	/*font-style: italic;*/
    font-weight: normal;
	margin-left: 584px;
	padding-top: 30px;
	width:400px;
}
.login a {
	color: #8A975B !important;
	font-size: 13px;
}
#upsell li img {
	border: 2px solid #E3DFD5;
}
.highslide-html-content, .draggable-header .highslide-header, .highslide-footer {
	background-color: #F3F3F3;
}
#maincontent p {
	margin-bottom:10px;
}
#tb-form-submit-line {
	margin-bottom:40px;
}
.row1 {
	background-color:#F6F6F6;
}
.code {
	font-size:10px;
}
ul.checkout_btns {
	float: left;
	margin-bottom: 80px;
	margin-right: 0;
	padding: 0 !important;
	width: 924px;
}
ul.checkout_btns li {
	float: left;
	height: 25px;
}
.blog_item h3 a {
	color: #96975B !important;
	line-height: 1.1em;
}
.sharing {
	float:right;
	width:195px;
}
.lower {
	text-transform:lowercase
}
div.blog_list_bar span, div.home_blog div span {
	cursor:pointer;
	color:#537D8B;
	font-size:12px;
}
.login_form {
	background-image: none;
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 20px;
	padding: 10px;
	text-align: center;
}
.forgot {
	background-image: none;
	background-repeat: no-repeat;
	font-size: 12px;
	height: 65px;
	margin: 20px auto;
	padding: 10px;
	text-align: left;
	width: 457px;
	clear:left;
}
a.small-white-button5 {
	margin-right: 0px;
}
#update_cart .specifications td {
	font-size: 13px;
	padding: 3px;
}
.cart_prod {
	font-size:13px !important;
}
.black_strip {
	background-color:#464646;
	height:10px;
	margin-top:0px;
}
.dropdowns {
	margin-top:5px;
}
.submit, input.buynow, .smlbuy, .smlview, .buynow {
	float: left;
	padding: 6px 10px 7px;
	margin: 0 10px 0 0;
	border-width: 1px;
	border-style: solid;
	border-color: #257694 #297eaa #144c6c;
	font-size: 11px;
	height: 29px;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-shadow: 0 -1px 0 #324C58;
	background: #827363;
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#827363', endColorstr='#65594D'); /*  IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#827363), to(#65594D)); /*  WebKit */
	background: -moz-linear-gradient(top, #827363, #65594D); /*  Firefox */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 0 #A6AEB2, inset 0 1px 0 #26a99b;
	-moz-box-shadow: 0 1px 0 #A6AEB2, inset 0 1px 0 #26a99b;
	box-shadow: 0 1px 0 #A6AEB2, inset 0 1px 0 #26a99b;
}
.submit:hover, input.buynow:hover, .smlbuy:hover, .smlview:hover, .buynow:hover {
	background: #287aba;
	-webkit-box-shadow: inset 0 1px 0 #60A2D2;
	-moz-box-shadow: inset 0 1px 0 #60A2D2;
	box-shadow: inset 0 1px 0 #60A2D2;
}
.submit:active, input.buynow:active, .smlbuy:active, .smlview:active, .buynow:active {
	margin-top: 1px;
	margin-bottom: -1px;
}
.smlbuy, .smlview, html body.client div#pg_wrap div.container div#maincontent div#tabbed_box_1.tabbed_box div.tabbed_area div#content_2.tab_content div#wrapper div#tb-wrapper div#tb-form-div form#tb_form div#tb-form-submit-line input.large-white-button, html body.client div#pg_wrap div.container div#maincontent div#tabbed_box_1.tabbed_box div.tabbed_area div#content_2.tab_content div#wrapper div#tb-wrapper div#tb-form-div form#tb_form div#tb-form-submit-line input.large-white-button {
	font-size:10px;
	margin-left: 15px;
	margin-right: 6px;
	margin-top: 15px;
	background: #E0E0E0;
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9', endColorstr='#E0E0E0'); /*  IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(#E0E0E0)); /*  WebKit */
	background: -moz-linear-gradient(top, #F9F9F9, #E0E0E0); /*  Firefox */
	border-color: #ADADAD #ADADAD #ADADAD;
	color: #999;
	text-shadow: 0 -1px 0 #fff;
	box-shadow: 0 0px 0 #A6AEB2, inset 0 0px 0 #26a99b;
}
input.buynow2, .buynow2 {
	float: left;
	padding: 6px 17px 11px;
	margin: 0 10px 0 0;
	border-width: 1px;
	border-style: solid;
	border-color: #257694 #297eaa #144c6c;
	font-size: 14px;
	height: 34px;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-shadow: 0 -1px 0 #324C58;
	background: #5D2027;
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5D2027', endColorstr='#371317'); /*  IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#5D2027), to(#371317)); /*  WebKit */
	background: -moz-linear-gradient(top, #5D2027, #371317); /*  Firefox */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 0 #A6AEB2, inset 0 1px 0 #26a99b;
	-moz-box-shadow: 0 1px 0 #A6AEB2, inset 0 1px 0 #26a99b;
	box-shadow: 0 1px 0 #A6AEB2, inset 0 1px 0 #26a99b;
	width:auto;
	height:auto;
}
input.buynow2:hover, .buynow2:hover {
	background: #287aba;
	-webkit-box-shadow: inset 0 1px 0 #60A2D2;
	-moz-box-shadow: inset 0 1px 0 #60A2D2;
	box-shadow: inset 0 1px 0 #60A2D2;
}
input.buynow2:active, .buynow2:active {
	margin-top: 1px;
	margin-bottom: -1px;
}
html body.client div#pg_wrap div.container div#maincontent form#frm_cart div.container div#singleMainContent.clearfix div.prodDetails div.sidebar div.padding div.product_btns table.ie_padtop tbody tr td.specifications {
	padding-bottom:0px !important;
}
html body.client div#pg_wrap div.container div.sidebar div.padding div.widget div.clearance, .homeprice {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
	color: white;
	float: right;
	font-size: 16px;
	margin-top: -44px;
	padding: 8px;
	position: relative;
	text-transform: uppercase;
	width: 102px;
	z-index: 100;
}
.homeprice {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	font-size: 12px;
	margin-right: 14px;
	padding: 5px;
	width: 40px;
	margin-top: -145px;
}
div.clearance a {
	color:white;
}
html body.client div#pg_wrap div.container div#maincontent div#tabbed_box_1.tabbed_box div.tabbed_area div#content_1.tab_content div#upsell div.carousel-frame {
	margin-top: -6px;
}
#content_2 {
	background: none repeat scroll 0 0 #FFFFFF;
	margin-top: -6px;
	padding: 10px 24px;
	width:870px;
}
#ed_toolbar {
	display:none
}
html body.client div#pg_wrap div.container div#maincontent div#tabbed_box_1.tabbed_box div.tabbed_area div#content_2.tab_content div#wrapper div#tb-wrapper div#tb-form-div form#tb_form div#tb-subscribe-line input {
	float:left;
	width:20px;
}
html body.client div#pg_wrap div.container div#maincontent div#tabbed_box_1.tabbed_box div.tabbed_area div#content_2.tab_content div#wrapper div#tb-wrapper div#tb-form-div form#tb_form div#tb-subscribe-line label.tb-label {
	float:left;
}
.price_value {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
	font-size: 12px;
	margin-left: 4px;
	margin-right: 6px;
	margin-top: -45px;
	padding: 5px;
	position: relative;
}
.teaser {
	clear: left;
	height: 56px;
	position: relative;
	z-index: 101;
}
.title_div {
	margin-top:0px;
}
html body.client div#pg_wrap div.container div#maincontent table tbody tr td.shopcategories ul li {
	width:auto;
	float:left;
	padding-right:10px;
}
.sort_container {
	clear:left;
	margin-top:40px;
}
html body.client div#pg_wrap div.container div.panel div#my_cart div#flyoutcart form#updatecart table.specifications tbody tr th.cart-header {
	background:transparent;
}


html body.client div#main_container div#pg_wrap div.container div.panel div#my_cart div#flyoutcart form#updatecart table.specifications tbody tr th.cart-header h5 {
	color:#fff;
	margin-bottom:0px;
}

.notification {
	padding:20px;
	font-size:16px;
}

.tagline p {
    font-size: 1em;
    line-height: 18px;
    margin: 0 !important;
}

div#additional_images ul li {
	float:left;
	padding:2px;
	border:1px solid #ccc;
	margin-right:10px;
	margin-top:10px;
}

.shopcategories ul li a {
	padding-right:10px;
	padding-bottom:5px;
	float:left;
}

td.shopcategories {
	background:#F3F3F3;
	padding:10px;
	border:1px solid #E3DFD5;
}


.cat_desc {
	line-height:1.4em;
}

th.cart-header h5 {
	font-size:16px;
	 margin-bottom: 0;
}
sup a {
	color:white;
	border-bottom:1px solid;
}

html body.client div#main_container div#pg_wrap div.container div ul li.c_box_single div#nws-recent-products-4.widget div#clients div#upsell div.carousel-frame ul#mycarousel.jcarousel-skin-tango li:first-child a {
	padding-top:10px !important;
}
html body.client div#main_container div#pg_wrap div.container div#maincontent div.theProds div#ajax-content {
	width:921px !important;
}


html body.client div#main_container div#pg_wrap div.container div#maincontent div.theProds div#ajax-content img {
border: 2px solid #E3DFD5;	
}

html body.client div#main_container div#pg_wrap div.container div#maincontent table.maxwidth tbody tr td form table.specifications tbody tr.row2 td.bottom_border, html body.client div#main_container div#pg_wrap div.container div#maincontent table.maxwidth tbody tr td form table.specifications tbody tr.row1 td.bottom_border, th {
	vertical-align: middle !important;
}








div.horizontalSeparator, div.toggleSeparator {
	background: url("/images/hor-separator-middle.png") repeat-x scroll 0 0 white;
	clear: both;
	height: 12px;
	margin-bottom: 42px;
}

#tabbed_box_1 {
    margin: 0 auto;
    width: 924px;
}
#tabbed_box_blog_list {
    margin: 0 auto;
    width: 250px;
}
.tabbed_box h4 {
    color: #FFFFFF;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 23px;
    letter-spacing: -1px;
    margin-bottom: 10px;
}
.tabbed_box h4 small {
    color: #E3E9EC;
    font-family: Arial,Verdana,"Century Gothic",helvetica,Verdana,verdana,Helvetica,sans-serif;
    font-size: 9px;
    font-weight: normal;
    left: 6px;
    letter-spacing: 0;
    position: relative;
    text-transform: uppercase;
    top: -4px;
}
.tabbed_area {
}
ul.comment_tabs {
    border-bottom: 0 solid #CB9792;
    margin: 5px 0 6px;
    padding: 0 0 6px;
}
ul.comment_tabs li {
    background: none repeat scroll 0 0 transparent;
    display: inline;
    list-style: none outside none;
    margin-left: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0;
    padding-right: 0 !important;
    padding-top: 0 !important;
	float:left;
}
ul.comment_tabs li a {
    border-color: #EEEADF;
    border-style: solid;
    border-width: 0;
    color: #DDDDDD;
    font-family: "Century Gothic",helvetica,Verdana,verdana,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 14px;
    text-decoration: none;
    text-transform: uppercase;
}
ul.comment_tabs li a:hover {
    background-color: transparent;
    border-color: #E3DFD5 #E3DFD5 #EEEADF;
    color: #B5B62E;
}
ul.comment_tabs li a.active {
    background-color: #FFFFFF;
	border-top: 1px solid #F5F5F5;
    color: #B5B62E;
    padding: 17px 20px 8px;
}
#content_2, #content_3 {
    display: none;
}
.tab_content ul {
    margin: 10px 20px 20px 0;
    padding: 0;
}
.tab_content ul li {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid #D6DDE0;
    font-size: 13px;
    list-style: none outside none;
    padding: 15px 0;
}
.tab_content ul li:last-child {
    border-bottom: medium none;
}
.tab_content ul li a {
    text-decoration: none;
}
.tab_content ul li a small {
    color: #8B959C;
    font-family: "Century Gothic",helvetica,Verdana,verdana,Helvetica,sans-serif;
    font-size: 9px;
    left: 4px;
    position: relative;
    text-transform: uppercase;
    top: 0;
}
.tab_content ul li a:hover {
    color: #CC3333;
}
.tab_content ul li a:hover small {
    color: #FFFFFF;
}
#content_2 .tab_content ul li {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid #D6DDE0;
    font-size: 13px;
    list-style: none outside none;
    padding: 5px 0 !important;
}



ul.comment_tabs li a.active span.ls {
	background: url("/images/tab_active_left.png") no-repeat scroll left top transparent;
	 display: block;
    float: left;
    height: 46px;
    width: 10px;
	margin-top: -20px;
}
ul.comment_tabs li a.active span.rs {
	background: url("/images/tab_active_right.png") no-repeat scroll left top transparent;
 display: block;
    float: right;
    height: 46px;
    width: 10px;
	margin-top: -20px;
}
div.tabbed_area img.shadow {
    height: 10px;
    left: 0;
    position: relative;
    top: 44px;
    width: 670px;
}

.tab_bg {
	background: url("/images/shadow.png") repeat-x scroll 0 0 white;
	clear: both;
	height: 12px;
	margin-bottom:-31px;
}

div.tabbed_area span.alignCenter {
    display: inline;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

div.tabs span.alignCenter {
    display: inline-block;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

ul.comment_tabs {
    border-bottom: 0 solid #CB9792;
    margin: 5px auto 6px;
    padding: 0 0 6px;
    width: 450px;
}

#tb-wrapper {
	margin-top:40px;
}

textarea#tbcanvas.comments_box {
	width:780px !important;
}


.carousel-frame {
    float: left;
    position: relative;
}

.tab_content {
 background: none repeat scroll 0 0 white;
    margin-top: 0px !important;
    padding: 20px 10px 10px;
	float:left;
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.17);
	margin-bottom:20px;
}
html body.client div#main_container div#pg_wrap div.container div#maincontent div#tabbed_box_1.tabbed_box div.tabbed_area div#content_1.tab_content div#upsell {
	box-shadow:none;
}
html body.client div#main_container div#pg_wrap div.container div#content_part_right.blog_width {
	line-height:1.4em;
}

.tick {
 background: url("../images/tick.png") no-repeat scroll 0 8px transparent;
    margin-left: 13px;
    text-indent: 8px;
}

.tick:hover {
 background: url("../images/notick.png") no-repeat scroll 0 8px transparent;
    margin-left: 13px;
    text-indent: 8px;
}


#headerSlideContainer {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 3px 0 #999999;
	width: 170px;
	padding:10px;
	display:none;
	margin-left: auto;
	margin-right: auto;
	position: fixed;
	top: 0;
	left:0;
	z-index: 1999;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 0px;
}
#headerSlideContent {
	width: 170px;
	margin: 0 auto;
	color: white;
}

div.main_navi ul li a {
background: none repeat scroll 0 0 #749AA8;
    color: #FFFFFF !important;
    display: block;
    float: left;
    margin-right: 10px;
    padding: 8px 10px 8px !important;
    text-decoration: none !important;	
}





html body.client div#main_container div#pg_wrap div#header.clearfix div.container div#navigation.ddsmoothmenu ul.dropdown li.current_page_item ul {
	margin-top:28px;
	z-index:100;
}
* html .ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
	color: #545454;
}
div#navigation.ddsmoothmenu ul li ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: #4B4B4B !important;
	background: rgba(0,0,0,.0) !important;  /*background of menu items during onmouseover (hover state)*/
	color: #fff !important;
}
div#navigation.ddsmoothmenu ul li ul li:hover, div#navigation.ddsmoothmenu ul li ul li ul li:hover {
	background: #4B4B4B !important;
	background: rgba(0,0,0,.12) !important;  /*background of menu items during onmouseover (hover state)*/
	color: #fff !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
/* Sub level menu links style */
.ddsmoothmenu ul li ul li a, html body.client div#main_container div#pg_wrap div#header.clearfix div.container div#navigation.ddsmoothmenu ul.dropdown li.current_page_item ul li.c1 a.c1 {
	width: auto; /*width of sub menus*/
	padding: 6px 0px 6px 2px !important;
	margin: 0 !important;
	border-top-width: 0 !important;
	border-bottom: 0px solid #A2A2A2;
	text-transform: capitalize !important;
	font-size: 12px !important;
	font-weight: bold !important;
	height: auto !important;
	background:none;
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu {
	height: 1%;
} /*Holly Hack for IE7 and below*/
/* ######### CSS classes applied to down and right arrow images  ######### */

/*.downarrowclass{
position: absolute;
top: 12px;
right: 12px;
}
*/
.downarrowclass {
	display: none;
	position: absolute;
	right: 0 !important;
	top: 12px;
}
.rightarrowclass {
	display: none;
	position: absolute;
	top: 6px;
	right: 0px;
}
/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: #EAEAEA;
}
.toplevelshadow { /*shadow opacity. Doesn't work in IE
opacity: 0.8;*/
}
#navigation.ddsmoothmenu ul li ul {
	background-color: #fff;
}
div#navigation.ddsmoothmenu ul li ul {
	height: auto !important;
	width: auto;
	z-index: 200 !important;
}
div#navigation.ddsmoothmenu ul li ul li {
	width: 100%;
	border-bottom: 0px solid white;
	text-align:left;
}
div#navigation.ddsmoothmenu ul li ul {
	position: absolute;
	left: 0;
	
	
	padding: 6px 7px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 1px 3px 6px rgba(0,0,0,.5);
	-moz-box-shadow: 0 4px 5px rgba(0,0,0,.6);
	box-shadow: 0 4px 5px rgba(0,0,0,.6);
	border-color: #545454 #545454 #545454;
	/* gradient background */
	background: #545454;
	background: -webkit-gradient(linear, left top, left bottom, from(#545454), to(rgba(84,84,84,.9)));
	background: -moz-linear-gradient(top, #545454, rgba(84,84,84,.9));
	background: linear-gradient(#545454, rgba(84,84,84,.9));
	-pie-background: linear-gradient(#545454, rgba(84,84,84,.9));
	z-index: 2;
	width: 225px !important;
}


.blog_content_list {
	line-height:1.4em;
}

div.footer_inner_box div.widget ul li {
	clear:left;
}



#social_side_links {
	background-color:white;
    background: -moz-linear-gradient(#FFFFFF, #F5F5F1 50%, #F1F5F4 50%, #D3E0DD) repeat scroll 0 0 transparent;
	
    background: -webkit-linear-gradient(#FFFFFF, #F5F5F1 50%, #F1F5F4 50%, #D3E0DD) repeat scroll 0 0 transparent;
	    background: -ms-linear-gradient(#FFFFFF, #F5F5F1 50%, #F1F5F4 50%, #D3E0DD) repeat scroll 0 0 transparent;
    border-bottom-right-radius: 6px;
    border-color: #CCCCCC;
    border-style: solid;
    border-top-right-radius: 6px;
    border-width: 2px 2px 2px 0;
    box-shadow: 7px 0 10px -5px #888888;
    left: 0;
    padding: 8px 4px 2px;
    position: fixed;
    top: 150px;
	z-index:101;
}
#social_side_links li span {
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
}
#social_side_links li span img {
    -moz-transition: opacity 0.2s ease-in-out 0s;
}
#social_side_links li a:hover img {
    opacity: 0;
}
#social_side_links li a:active img {
    opacity: 1;
}
#social_side_links li:first-child {
    background-image: url("images/twitter.png");
}
#social_side_links li:nth-child(2) {
    background-image: url("images/facebook.png");
}
#social_side_links li:nth-child(3) {
    background-image: url("images/linkedin.png");
}
#social_side_links li:nth-child(4) {
    background-image: url("images/digg.png");
}
#social_side_links li:nth-child(5) {
    background-image: url("images/youtube.png");
}
#social_side_links li {
    margin-bottom: 3px;
	float:left;
	clear:left;
}



