﻿/*
Theme Name: Skinbu
Theme URI: http://www.skimbu.it/projects/temi-wordpress/skinbu
Description: Clever Theme, fixed-width, widget ready, two colums, right sidebar support hierarchical categories, valid html and CSS and compatible with Wordpress 2.8 and higher.
Author: Alberto Ziveri
Author URI: http://www.skimbu.it
Version: 1.0.3
Tags: white, blue, two-columns, right-sidebar, fixed-width, threaded-comments, custom-header, light
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/

body {
	background-image:url('images/bg.png');
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
}

a {
	color:#007DFB;
	text-decoration:underline;
}
a:hover { color: #3399ff;
	text-decoration:underline
}

a.noline {
	text-decoration:none;
}
a.noline:hover { 
	text-decoration:underline
}

img {
	border:0px;
}

blockquote {
	background-image:url('images/quote_blank.png');
	background-repeat:no-repeat;
	padding-top:17px;
	background-color:#EFEFEF;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-style:italic;
	padding-left:10px;
	padding-right:10px;
	font-family:Myriad Pro,Calibri,Trebuchet MS, Arial;
	font-size:12pt;
	overflow:hidden;
	margin-left:0px;
	width:660px;
}

blockquote#code {
	background-image:url('images/code_blank.png');
	background-repeat:no-repeat;
	padding-top:17px;
	background-color:#EFEFEF;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding-left:5px;
	font-family:Myriad Pro,Calibri,Trebuchet MS, Arial;
	font-size:12pt;
	overflow:hidden;
	margin-left:0px;
}


/*CONTAINER, HEADER, FOOTER*/

div#container {
	width:1019px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

div#header {
	background-image:url('images/header.png');
	width:1033px;
	min-height:196px;
	overflow:hidden;
	text-align:center;
}

	/* LOGO&RSS */

div#raccoglitore {
	width:1019px;
	height:97px;
}

div#rss {
	width:196px;
	height:46px;
	float:right;
	margin-top:86px;
	margin-right:35px;
}

div#logo {
	float:left;
	height:67px;
	width:727px;
	padding-bottom:5px;
	text-align:left;
	padding-left:40px;
	padding-top:5px;
}

div#logo h1 {
	font-size:36pt;
	color:#007DFB;
	margin:0px 0px 0px 0px;
	font-weight:bold;
	font-family:Arial;
}

div#logo h1 a:hover {
	color:#41A0FF;
}

div#logo h2 {
	color:#333333;
	margin:0px 0px 0px 0px;
	font-weight:bold;
}

div#logo h1 a {
	text-decoration:none;
	color:#007DFB;
}

div#logo h2 a {
	color:#333333;
	text-decoration:none;
}

div#logo a:hover {
	text-decoration:none;
}

	/* NAVBAR */
div#navbar {
	background-image:url('images/navbar_bg.png');
	background-repeat:repeat-x;
	width:1031px;
	min-height:65px;
	overflow:hidden;
	color:#333333;
	font-size: 22px;
	border-left:1px #0D72BD solid;
	border-right:1px #0D72BD solid;
}

div#navbar_top {
	width:1033px;
	background-image:url('images/navbar_top.png');
	background-repeat:no-repeat;
	height:2px;
}
div#navbar_bottom {
	width:1033px;
	background-image:url('images/navbar_bottom.png');
	background-repeat:no-repeat;
	height:15px;
}

div#navbar ul {
	list-style:none;
	margin:0px 0px 0px 20px;
	padding-top:6px;
	padding-bottom:10px;
	text-align:center;
	width:370px;
	/*overflow:hidden;*/
}

#navbar ul li a {
	text-decoration:none;
}
#navbar ul li a:hover {
	text-decoration:none;
}

.page_item {
	background-image:url('images/button_bg1.png');
	height:30px;
	width:140px;
	/*width:auto;*/
	line-height:30px;
	margin-left:8px;
	margin-right:8px;
	margin-bottom:6px;
	padding-left:10px;
	padding-right:10px;	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px #CAD3EB solid;
	float:left;
}

.page_item:hover {
	background-image:url('images/button_bg2.png');
	border:1px #94A1C7 solid;
}
	
.page_item a {
	color:#405E95;
	font-weight:normal;
}

.page_item a:hover {
	color:#4B7CD2;
	text-decoration:none;
}

.page_item:hover a {
	color:#4B7CD2;
}

li.page_item ul {
	display:none;
}

.page_item2 {
	background-image:url('images/button_bg1.png');
	height:30px;
	width:70px;
	/*width:auto;*/
	line-height:30px;
	margin-left:8px;
	margin-right:8px;
	margin-bottom:6px;
	padding-left:10px;
	padding-right:10px;	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px #CAD3EB solid;
	float:left;
}

.page_item2:hover {
	background-image:url('images/button_bg2.png');
	border:1px #94A1C7 solid;
}
	
.page_item2 a {
	color:#405E95;
	font-weight:normal;
}

.page_item2 a:hover {
	color:#4B7CD2;
	text-decoration:none;
}

.page_item2:hover a {
	color:#4B7CD2;
}

li.page_item2 ul {
	display:none;
}


/* CONTENT */
div#content {
	background-image:url('images/container_bg.png');
	width:979px;
	margin-left:auto;
	margin-right:auto;
	padding-left:30px;
	padding-right:10px;
	margin-top:-5px;
	height:auto;
	overflow:hidden;
}


	/* LEFTBAR */
div#leftbar {
	float:left;
	padding-top:0px;
	width:731px;
}

div#leftbar a:hover {
	color:#3399ff;
	text-decoration:underline;
}

div#post {
	width:723px;
	min-height:50px;
	overflow:hidden;
	padding-right:15px;
	margin-bottom:40px;
}

div#leftbar h1 {
	margin:15px 0px 5px 0px;
	text-align:left;
	color:#008aff;
	font-size:22pt;
	font-weight:normal;
}

div#leftbar h2 {
	background-image:none;
	margin:0px 0px 5px 0px;
	color:#575757;
	font-size:12pt;
	font-weight:normal;
}

div#leftbar h1 a {
	color:#0066FF;
	text-decoration:none;
}

div#leftbar h1 a:hover{
	color:#3399FF;
	text-decoration:none
}

div#post p {
	font-size:12pt;
	color:#3d3d3d;
	margin:0px 0px 10px 0px;
	word-spacing:2px;
	overflow:hidden;	
	text-align:justify;

}

div#post p a {
	color:#0066FF
}

div#post p a:hover{
	color:#3399FF;
	text-decoration:underline;
}

div#post td,tr,table,div {
	font-weight:normal;
	font-size:11pt;
	color:#3d3d3d;
}

div#post img {
	margin-right:7px;
}

div#postcontent {
	margin-top:20px;
}

div#postcontent h1 {
	height:31px;
	width:714px;
	background-image:url('images/posth3.png');
	background-repeat:no-repeat;
	margin-bottom:5px;
	margin-top:10px;
	line-height:31px;
	padding-left:10px;
	font-size:14pt;
	font-weight:normal;
	color:#333333;
}

div#postcontent h2 {
	height:49px;
	width:269px;
	background-image:url('images/h4.png');
	margin-bottom:5px;
	margin-top:5px;
	line-height:49px;
	padding-left:18px;
	font-size:13pt;
	font-weight:normal;
	color:#333333;
}

div#postcontent h3 {
	margin:0;
	font-size:13pt;
	font-weight:bold;
	color:#2291FF;
}

div#postcontent h4 {
	height:49px;
	margin-bottom:5px;
	margin-top:5px;
	padding-left:25px;
	font-size:13pt;
	font-weight:normal;
	text-decoration:underline;
}

div#postcontent h5 {
	height:49px;
	margin-bottom:5px;
	margin-top:5px;
	padding-left:25px;
	font-size:13pt;
	font-weight:normal;
	text-decoration:none;
}

div#postcontent h6 {
	height:49px;
	margin-bottom:5px;
	margin-top:5px;
	padding-left:25px;
	font-size:12pt;
	font-weight:bold;
	color:#2291FF;
}

div#post ul {
	list-style-image:url('images/post_list.png');
}

div#post li {
	color:#666666;
	font-size:13pt;
	margin-bottom:7px;
	padding:0px 0px 0px 0px;
}

div#post li a {
	color:#0066FF;
}

div#post li a:hover{
	color:#3399FF;
	text-decoration:underline;
}

div#post ol li a {
	color:#0066FF
}

div#post ol li a:hover{
	color:#3399FF;
	text-decoration:underline;
}

div#post ol, li ul {
	margin-top:7px;
}


img.alignleft {
	float:left;
}

img.alignright {
	float:right;
}

img.aligncenter {
	float:center;
}


div#post p img {
	max-width:723px;
}

.wp-caption {
	padding-left:10px;
	padding-right:10px;
	background-color:#E4E4E4;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	max-width:710px;
}

.wp-caption img {
	background-color:white;
}
.wp-caption-text {
	height:35px;
	background-color:#E4E4E4;
	line-height:35px;
	text-align:left;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

img.size-full {
	max-width:710px;
}

div#authorbox {
	width:100%;
	min-height:130px;
	overflow:hidden;
	border:1px #CCCCCC solid;
	border-left:0px;
	border-right:0px;
	margin-bottom:25px;
}

div#authorbox img {
	float:left;
	margin-right:10px;
}

div#authorbox h3 {
	margin-bottom:3px;
	font-size:14pt;
	margin-top:3px;
}

div#tagsbar {
	background-color:white;
	background-repeat:repeat-x;
	border:1px #C5CCD4 solid;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	width:717px;
	min-height:31px;
	overflow:hidden;
	padding-top:5px;
	padding-bottom:5px;
	font-size:12.5pt;
	color:#3C5A91;
	padding-left:7px;
	margin-top:15px;
}

div#tagsbar a {
	color:#3C5A91;
	text-decoration:none;
}

div#tagsbar a:hover {
	color:#5981CA;
	text-decoration:underline;
}


div#tagsbar img {
	float:left;
	padding-top:5px;
	margin-right:3px;
}

span#tbarelement {
	overflow:hidden;
	line-height:31px;
	margin-left:7px;
	margin-right:7px;
	float:left
}

div#links {
	width:724px;
	margin-top:6px;
	margin-bottom:10px;
	text-align:center;
	min-height:31px;
	overflow:hidden;
	line-height:31px;
	border-right:0px;
	border-left:0px;
	font-size:13pt;
	color:#3d3d3d;
}

div#commentbox {
	width:615px;
	min-height:120px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	color:#3d3d3d;
	margin-bottom:22px;	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #C0C0C0;

}

div#commentext {
	min-height:137px;
	overflow:hidden;
	border-left:1px #C0C0C0 solid;
	width:465px;
	padding:2px 5px 5px 5px;
	font-size:11pt;
}

div#commentext a {
	color:#0066FF
}

div#commentext a:hover{
	color:#3399FF;
	text-decoration:none;
}

div#commentext blockquote {
	width:420px;
}


div#avatar {
	min-height:137px;
	text-align:center;
	float:left;
	width:139px;
	overflow:hidden;
}


div#avatar img {
	padding:6px 6px 6px 6px;
	border:1px #C0C0C0 solid;
	margin-top:5px;
}

div#respond {
	width:722px;
	margin-top:15px;	
	margin-bottom:10px;
	color:#0080FF;
	padding:5px 5px 5px 5px;
	min-height:190px;
	text-align:left;
	overflow:hidden;
}

div#respond .input {
	background-color:white;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:0px;
	color:#5D5D5D;
	padding-left:21px;
	padding-right:21px;
	padding-top:13px;
	margin-right:6px;
	width:171px;
	height:32px;
	background-image:url('images/input_bg.png');
	background-repeat:no-repeat;
	font-family:Myriad Pro,Calibri,Trebuchet MS, Arial;
	font-size:12pt;
}

div#respond textarea {
	background-color:white;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px #DBDBDB solid;
	margin-left:5px;
	margin-right:8px;
	color:#808080;
	padding-left:5px;
	padding-top:5px;
	font-family:Myriad Pro,Calibri,Trebuchet MS, Arial;
	
}

div#respond textarea:hover {
	background-color:#EBE8E7
}

div#respond input#submit {
	width:257px;
	height:54px;
	background-image:url('images/invia1.png');
	background-color:white;
	border:0px;
	margin-top:15px;
}

div#respond input#submit:hover {
	background-image:url('images/invia2.png');
	background-color:white;
}

form#commentform {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

div#share {
	background-image:url('images/share.png');
	width:724px;
	margin-top:7px;
	margin-bottom:7px;
	text-align:center;
	height:56px;
}

div#share img {
	padding:5px 5px 5px 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-left:7px;
	margin-right:7px;
	margin-top:6px;
}

div#share img:hover {
	background-color:#E0E0E0;
}

div#bigtitle {
	height:139px;
	width:745px;
	/* background-image:url('images/spage_title.png'); */
	margin-bottom:20px;
	text-align:center;
	line-height:139px;
	margin-left:-10px;
}


	/* SIDEBAR */
div#sidebar {
	width:235px;
	float:right;
	margin-left:1px;
	height:auto;
}

form#searchform {
	width:232px;
	height:31px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
}

input#search {
	background-image:url('images/search.png');
	background-repeat:no-repeat;
	width:186px;
	border:0px;
	float:left;
	height:28px;
	background-color:#f3f3f3;
	padding-top:3px;
	padding-left:6px;
	padding-right:6px;
	font-size:14pt;
	font-family:Myriad Pro,Calibri,Trebuchet MS, Arial;
}

input#submitsearch {
	background-image:url('images/submitsearch.png');
	background-repeat:no-repeat;
	width:32px;
	border:0px;
	height:31px;
	float:left

}

div#box {
	background-color:white;
	width:211px;
	margin-left:auto;
	margin-right:auto;
	border:1px #C5CCD4 solid;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	height:auto;
	overflow:hidden;
	padding-bottom:10px;
	margin-bottom:22px;
	padding-left:5px;
	padding-right:4px;
	text-align:center;
	color:#C5CCD4;
}

div#box h2 {
	margin:5px 0px 5px 8px;
	text-align:left;
	color:#A9B5C2;
	font-size:16pt;
	font-weight:normal;
}

div#box ul {
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

div#box li {
	width:211px;
	/*min-height:30px;*/
	color:#727F8D;
	float:left;
	font-size:11pt;
	line-height:18px;
	padding-left:0px;
	margin-top:4px;
	margin-bottom:0px;
	margin-left:0px;
	text-align:left;
	overflow:hidden;
}


div#box a:hover {
	color:/*#ACB6C2*/#007FFF;
	text-decoration:underline;
}

div#box li a {
	text-decoration:none;
	padding-left:5px;
}

div#box a {
	color:/*8592A1*/#727F8D;
	text-decoration:none;
}

div#box li ul.children {
	list-style-image:url('images/ul_children.png');
	padding-left:5px;
	min-height:30px;
	float:left;
	overflow:hidden;
}

div#box li ul.children a {
	margin-left:14px;
	padding-left:22px;
	background-image:url('images/ul_children.png');	
	background-repeat:no-repeat;
}

div#box li ul.children li ul.children {
	margin-left:13px;
}

div#box li ul.children li{
	width:220px;
	min-height:30px;
	float:left;
	font-size:12pt;
	line-height:30px;
	padding-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	text-align:left;
	overflow:hidden;
}

li.recentcomments {
	border-bottom:1px #333333 dotted;
}

div#readmore {
	width:122px;
	height:26px;
	float:right;
}

div#readmore img {
	float:right;
	padding:0px 0px 0px 0px;
	margin: 2px 10px 4px 0px;
}

div#crp_related {
	margin-top:30px;
}

div#footer {
	text-align:center;
	width:1019px;
	height:31px;
	margin-bottom:5px;
	background-image:url('images/container_footer.png');
	background-repeat:no-repeat;
	background-position:center;
	line-height:31px;
	font-size:10pt;
	padding-left:15px;
	text-align:left;
	color:white;
}

div#footer div {
	color:#F3F3F3;
	font-size:10pt;
}

div#footer a {
	color:#F3F3F3;
	text-decoration:underline;
	font-size:10pt;
}

/*------------------------------------------------------------*
**  slideshow
**------------------------------------------------------------*/

	#d13slideshow{
		background-color:#000000;
		width:468px;
		height:125px;
		margin:0px; padding:0px; }
	#d13nav{ margin:0px; padding:0px; }
	#navleft{
		z-index:200;
		position:absolute;
		width:15px;
		height:125px;
		margin:0px; padding:0px; 
		margin-left:-17px; }
	#navright{
		z-index:201;
		position:absolute;
		width:15px;
		height:125px;
		margin:0px; padding:0px;
		margin-left:470px; }
	#navleft a,
	#navright a{
		width:15px;
		height:125px;
		display:block;
		background-color:#000000;
		filter:alpha(opacity=30);-moz-opacity:.3;opacity:.3;-khtml-opacity: 0.3;
		background-position:center center;
		background-repeat:no-repeat; }
	#navleft a{ background-image:url('/wp-content/plugins/d13slideshow/left.gif'); }
	#navright a{ background-image:url('/wp-content/plugins/d13slideshow/right.gif');  }
	#navleft a:hover{ filter:alpha(opacity=60);-moz-opacity:.6;opacity:.6;-khtml-opacity: 0.6; }
	#navright a:hover{ filter:alpha(opacity=60);-moz-opacity:.6;opacity:.6;-khtml-opacity: 0.6; }
	#navleft a span,
	#navright a span{ display:none; }
	div.d13slide{
		padding:0px;
		margin:0px; }
	div.d13slide img{
		padding:0px;
		margin:0px; }
	div.d13fader{
		background-color:#000000;
		font-family:Arial, Helvetica, sans-serif;
		filter:alpha(opacity=60);-moz-opacity:.6;opacity:.6;-khtml-opacity: 0.6;
		height:66px;
		z-index:1;
		margin:-70px 0px 0px 0px;
		padding:0px; }
	div.d13fader h3{
		font-size:11pt;
		font-weight:bold;
		padding:2px;
		margin:0px; 
		margin-left:2px;
		text-align:left;}
	div.d13fader h3 a{ color:#FFFF99; }
	div.d13fader h3 a:hover{ color:#FFFFFF; }
	div.d13fader p{
		font-size:8pt;
		font-weight:normal;
		padding:2px 8px 2px 8px;
		margin:0px;
		color:#FFFFFF; }
	div.d13fader p a{
		color:#FFFF00; }
	div.d13fader p a:hover{
		color:#FFFF00; }

/*------------------------------------------------------------*
**  Tabs, Coupons
**------------------------------------------------------------*/

#tab { position:fixed; top:205px; left:50%; margin-left:-513px; width:22px; }
#tab ul { list-style:none; margin:0; padding:0; width:22px; }
#tab ul li { height:22px; list-style:none; margin:0; padding:0; width:22px; }
#tab ul li a:link			{ background-image:url('images/tab.gif'); background-repeat:no-repeat; color:#000000; display:block; font-size:11pt; font-weight:bold; height:22px; outline:none; padding:2px 0px 0px 0px; text-align:center; text-decoration:none; width:22px; }
#tab ul li a:visited	{ background-image:url('images/tab.gif'); background-repeat:no-repeat; color:#666666; display:block; font-size:11pt; font-weight:bold; height:22px; outline:none; padding:2px 0px 0px 0px; text-align:center; text-decoration:none; width:22px; }
#tab ul li a:active		{ background-image:url('images/tab.gif'); background-repeat:no-repeat; color:#000000; display:block; font-size:11pt; font-weight:bold; height:22px; outline:none; padding:2px 0px 0px 0px; text-align:center; text-decoration:none; width:22px; }
#tab ul li a:hover		{ background-image:url('images/tab-hover.gif'); background-repeat:no-repeat; color:#000000; display:block; font-size:11pt; font-weight:bold; height:22px; outline:none; padding:2px 0px 0px 0px; text-align:center; text-decoration:none; width:22px; }

#Viator { border:solid 1px #666666; background-color:#fefefe; padding:5px; position:fixed; top:205px; left:50%; margin-left:-678px; width:175px; }
#Viator ul { list-style:none; margin:0; padding:0; }
#Viator ul li { list-style:none; font-size:10pt; line-height:15px; margin:0; padding:1px 0px 0px 5px; }
#Viator ul li a:link		{ color:#006AFF; font-weight:bold; outline:none; text-decoration:none; }
#Viator ul li a:visited	{ color:#3399ff; font-weight:bold; outline:none; text-decoration:none; }
#Viator ul li a:active	{ color:#006AFF; font-weight:bold; outline:none; text-decoration:none; }
#Viator ul li a:hover		{ color:#3399ff; font-weight:bold; outline:none; text-decoration:underline; }
#Viator ul li ul li { list-style:none; font-size:9pt; line-height:13px; margin:0; padding:1px 0px 0px 5px; }
#Viator ul li ul li a:link		{ color:#006AFF; font-weight:bold; outline:none; text-decoration:none; }
#Viator ul li ul li a:visited	{ color:#3399ff; font-weight:bold; outline:none; text-decoration:none; }
#Viator ul li ul li a:active	{ color:#006AFF; font-weight:bold; outline:none; text-decoration:none; }
#Viator ul li ul li a:hover		{ color:#3399ff; font-weight:bold; outline:none; text-decoration:underline; }
#Watches { border:solid 1px #666666; background-color:#fefefe; padding:5px; position:fixed; top:205px; left:50%; margin-left:-678px; width:175px; }
#Watches ul { list-style:none; margin:0; padding:0; }
#Watches ul li { list-style:none; font-size:10pt; margin:0; padding:1px 0px 0px 20px; }
#Watches ul li ul li { list-style:none; font-size:10pt; margin:0; padding:1px 0px 0px 10px; }
#Watches ul li a:link		{ color:#006AFF; display:block; font-weight:bold; line-height:15px; outline:none; text-decoration:none; }
#Watches ul li a:visited	{ color:#3399ff; display:block; font-weight:bold; line-height:15px; outline:none; text-decoration:none; }
#Watches ul li a:active	{ color:#006AFF; display:block; font-weight:bold; line-height:15px; outline:none; text-decoration:none; }
#Watches ul li a:hover		{ color:#3399ff; display:block; font-weight:bold; line-height:15px; outline:none; text-decoration:underline; }
#Medifast { border:solid 1px #666666; background-color:#fefefe; padding:5px; position:fixed; top:205px; left:50%; margin-left:-628px; width:125px; }
#Medifast ul { list-style:none; margin:0; padding:0; }
#Medifast ul li { list-style:none; font-size:10pt; margin:0; padding:1px 0px 0px 20px; }
#Medifast ul li ul li { list-style:none; font-size:10pt; margin:0; padding:1px 0px 0px 10px; }
#Medifast ul li a:link			{ color:#006AFF; display:block; font-weight:bold; line-height:15px; outline:none; text-decoration:none; }
#Medifast ul li a:visited	{ color:#3399ff; display:block; font-weight:bold; line-height:15px; outline:none; text-decoration:none; }
#Medifast ul li a:active		{ color:#006AFF; display:block; font-weight:bold; line-height:15px; outline:none; text-decoration:none; }
#Medifast ul li a:hover		{ color:#3399ff; display:block; font-weight:bold; line-height:15px; outline:none; text-decoration:underline; }
#DeptStore { border:solid 1px #666666; background-color:#fefefe; padding:5px; position:fixed; top:205px; left:50%; margin-left:-678px; width:175px; }
#DeptStore ul { list-style:none; margin:0; padding:0; }
#DeptStore ul li { list-style:none; font-size:10pt; margin:0; padding:1px 0px 0px 20px; }
#DeptStore ul li ul li { list-style:none; font-size:10pt; margin:0; padding:1px 0px 0px 10px; }
#DeptStore ul li a:link		{ color:#006AFF; display:block; font-weight:bold; line-height:15px; outline:none; text-decoration:none; }
#DeptStore ul li a:visited	{ color:#3399ff; display:block; font-weight:bold; line-height:15px; outline:none; text-decoration:none; }
#DeptStore ul li a:active	{ color:#006AFF; display:block; font-weight:bold; line-height:15px; outline:none; text-decoration:none; }
#DeptStore ul li a:hover		{ color:#3399ff; display:block; font-weight:bold; line-height:15px; outline:none; text-decoration:underline; }

LEGEND { color:#093; font-size:14pt; }
#CouponHeader { background-color:#e1e1e1; color:#cc0000; font-family:Arial; font-size:8pt; font-weight:bold; margin-bottom:4px; padding-top:2px; padding-left:4px; width:334px; height:16px; }
#Coupon { border:dashed 1px #666666; margin:10px 3px 10px 3px; width:338px; }
#Coupon p {	padding:4px; text-align:justify; }
#Coupon a {	font-size:12pt; color:#006AFF; text-decoration:none; }
#Coupon a:hover {	font-size:12pt; color:#0066ff; text-decoration:underline; }
#SaleItem { margin:0; padding:2px; }
#SaleItem a 			{	font-size:12pt; color:#0066ff; text-decoration:underline; }
#SaleItem a:hover {	font-size:12pt; color:#3399ff; text-decoration:underline; }
a.CouponLink {	font-size:12pt; color:#0066ff; text-decoration:underline; }
a.CouponLink:hover {	font-size:12pt; color:#3399ff; text-decoration:underline; }
.Label { color:#333333; font-family:Tahoma; font-size:10pt; font-style:italic; }
.EightPt { font-size:8pt; }
.NinePt { font-size:9pt; }
.TenPt { font-size:10pt; }
.ElevenPt { font-size:11pt; }
.TwelvePt { font-size:12pt; }
.Monospace { font-family:Lucida Console; }
#PriceCut { border:dashed 1px #666666; margin:10px 0px 10px 0px; padding:4px; }
#PriceTag { background-image:url('images/PriceCut.jpg'); background-repeat:no-repeat; }
.SmallCap { font-variant:small-caps; }
.SmallCaps { font-variant:small-caps; }
a.Green:link		{ color:green; font-weight:bold; text-decoration:underline; }
a.Green:visited	{ color:green; font-weight:bold; text-decoration:underline; }
a.Green:active	{ color:green; font-weight:bold; text-decoration:underline; }
a.Green:hover		{ color:#3399ff; font-weight:bold; text-decoration:underline; }
a.GreenNormal:link			{ color:green; font-weight:normal; text-decoration:underline; }
a.GreenNormal:visited	{ color:green; font-weight:normal; text-decoration:underline; }
a.GreenNormal:active		{ color:green; 		font-weight:normal; text-decoration:underline; }
a.GreenNormal:hover			{ color:#3399ff; font-weight:normal; text-decoration:underline; }
a.GrayNormal:link			{ color:#999999; font-weight:normal; text-decoration:underline; }
a.GrayNormal:visited	{ color:#999999; font-weight:normal; text-decoration:underline; }
a.GrayNormal:active		{ color:#999999; 		font-weight:normal; text-decoration:underline; }
a.GrayNormal:hover			{ color:#3399ff; font-weight:normal; text-decoration:underline; }
.YellowBox { background-color:#ffff99; border:solid 1px #999999; color:#333333; font-size:11pt; font-weight:bold; padding:0 2px; white-space:nowrap; }
.Orange { color:#FF6600; }
.OrangeText { color:#FF6600; font-size:11pt; font-style:italic; font-weight:bold; }
a.Orange:link			{ color:#FF6600; text-decoration:underline; }
a.Orange:visited	{ color:#FF6600; text-decoration:underline; }
a.Orange:active		{ color:#FF6600; text-decoration:underline; }
a.Orange:hover		{ color:#3399ff; text-decoration:underline; }
#wpa2a_1 { float:right; position:absolute; top:187px; right:248px; }
