@charset "UTF-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size:12px;
	background-color: #1F56A7;
 

	font-family: Arial, Helvetica, sans-serif;
}
td, li, p, select, submit, textarea, th {
	font: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:12px;
	line-height:140%;
}
.breadcrumb {	
        font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.breadcrumb a:link, .breadcrumb a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	text-decoration:none;

}
.breadcrumb a:hover {
	color: #669933;
	text-decoration:none;
}
.stylesheet   {
	margin-top: 19px;
}
.stylesheet #outline {
	border: 1px solid #C4df82;
	width: 799px;
	background: #FFFFFF;
	margin: 0 auto;
}
.stylesheet #container {
	width: 790;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border: 4px solid #EDF3E7;
} 
.stylesheet #header {
	margin: 0px;
	padding: 0px;
	background-image: url(/v/vspfiles/templates/GX_FT_Store/images/gx_template_img/sitebanner.gif);
	overflow: hidden;
	height: 115px;
} 
.stylesheet #header #homeLink {
	float: left;
	width: 500px;
	height: 115px;
	display: block;
	border-style: none;
}
.stylesheet  #navtop img {
	border-style: none;
}
.stylesheet  #navside img {
	border-style: none;
}
.stylesheet #mainContentinside  {
	margin-top: 21px;
	margin-left: 190px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 20px; /* was 50px */
	line-height: 16px;
        * margin-left: 21px; /* IE specific float hack */
	padding-bottom: 50px;
}
.stylesheet #mainContentinside .pageheader {
	font-family: Arial, Helvetica, sans-serif;
	color: #660000;
	font-size: 25px;
	font-weight: bold;
        line-height:120%;
}
.stylesheet #mainContentinside .header {
	font-size: 14px;
	font-weight: bold;
    line-height:120%;
}
.stylesheet #mainContentinside .subsectionheader {
	font-size: 17px;
	font-weight: bold;
	color: #006699;
}
.stylesheet #mainContentinside a:link, .stylesheet #mainContentinside a:visited {
	font-weight: bold;
	color: #003366;
}
.stylesheet #mainContentinside a:hover {
	color: #669933;
}

.stylesheet #mainContentinside ol {
margin:0px;
}
.stylesheet #mainContentinside ol li {
margin:12px 0;
}


.stylesheet #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 175px;
	padding-top: 20px;
	overflow: hidden;
}
.stylesheet   #sidebar   ul {
	list-style-type: none;
	margin: 0px 0px 10px;
	padding: 0px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #DAEBBF;
}
.stylesheet #sidebar ul:hover {
	display:block;
	list-style-type:none;
	padding:0px;
}

.stylesheet #sidebar ul.sub {
	list-style-type: none;
	margin: 0px 0px 10px;
	padding: 0px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #DAEBBF;
	display: none;
}
.stylesheet  #sidebar #fist_nav_wrapper a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #669900;
	background-color: #F6FAF1;
	display: block;
	text-decoration: none;
	width: 159px;
	padding-bottom: 4px;
	padding-top: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DAEBBF;
	padding-left: 16px;
}
.stylesheet  #sidebar  #fist_nav_wrapper  a:hover {
	color: #336600;
	width: 159px;
	display: block;
}
.stylesheet  #sidebar #fist_nav_wrapper a.leftnavblu {
	color: #1E569F;
}
.stylesheet  #sidebar #fist_nav_wrapper a.leftnavblu:hover {
	color: #003366;
}
.stylesheet  #leftnav { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar space when the content in #sidebar ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.stylesheet  #bottombanner {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #BEDD8D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99CCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #006699;
	line-height: 19px;
	font-weight: bold;
} 
.stylesheet #bottombanner #signupTDbg {
	background-image: url(../../../../v/vspfiles/templates/GX_FT_Store/images/gx_template_img/tile.jpg);
	background-color: #297FCC;
}
.stylesheet #bottombanner a:link, .stylesheet #bottombanner a:visited {
	color: #003366;
}
.stylesheet #bottombanner a:hover {
	color: #669933;
}
.stylesheet #bottombanner #phoneOrders {
	display: block;
}
.stylesheet #utilitynav {
	border-top-style: solid;
	height: 103px;
	border-top-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	line-height: 16px;
}
a.utilitynav, a.utilitynav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	line-height: 16px;
}
a.utilitynav:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 16px;
}
.frontpg_img1 {
	background-image: url(/v/vspfiles/assets/images/frontpgimg1.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 280px;
	padding-left: 10px;
	padding-right: 10px;
}
.frontpg_img2 {
	background-image: url(/v/vspfiles/assets/images/frontpgimg2.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 132px;
	padding-left: 20px;
	padding-right: 10px;
}
.frontpg_img3 {
	background-image: url(/v/vspfiles/assets/images/frontpgimg3.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 122px;
	padding-left: 20px;
	padding-right: 10px;
}
a.readmore {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
a.readmore:hover {
	color: #1E569F;
}
.stylesheet #search {
	margin-top: 2px;
	margin-right: 10px;
	text-align: right;
	width: 175px;
	float: right;
}
.stylesheet #search ul {
	padding: 0px;
	margin:0px;
	list-style-type: none;
}
.stylesheet #search ul li {
	line-height: 100%;
}
.stylesheet #search ul a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #669900;
	text-decoration: none;
}
.stylesheet #search a:hover {
	color: #336600;
}
.stylesheet #search #display_search_box form{
	padding: 0px;
	margin: 12px 0px 0px 0px;
}
.stylesheet #search #display_search_box input {
	width: 130px;
	font-size: 12px;
	border: none;
	margin: 0px 3px 0px 0px;
	padding: 1px;
	height: 18px;
}
.stylesheet #search #display_search_box form table tr td  {
	font-size:0px;
}
.stylesheet #search #display_search_box form table tr td img {
	margin: 0px;
	padding: 0px;
}
.stylesheet #signup {
	width: 185px;
}
.stylesheet #signup form {
	margin: 0px 0px 5px;
	padding: 5px 0px 0px 12px;
}
.stylesheet #signup form input{
	width: 160px;
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 3px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}





/* css for the fly-out links */

/* the green one */

.stylesheet  #sidebar  a.leftnavsub {
	background: #F6FAF1;
	color: #336600;
	border-left: 4px solid #336600;
}

.stylesheet  #sidebar  a:hover.leftnavsub {
	color: #FFFFFF;
	background: #72a141;
}

/* the blue on */

.stylesheet  #sidebar  a.leftnavsubblu {
	background: #F6FAF1;
	color: #003366;
	border-left: 4px solid #003366;
}

.stylesheet  #sidebar  a:hover.leftnavsubblu {
	color: #FFFFFF;
	background: #1E569F;
}

/* dropdown navs */

#nav0, #nav0 ul, #nav1, #nav1 ul, #nav2, #nav2 ul {
	float: left;
	width: auto;
	list-style: none;
	font-weight:700;
	padding: 0;
	margin: 8px 15px 0px 15px;
	color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	text-decoration:none;
	font-weight: regular;
}

#nav0 a, #nav1 a, #nav2 a  {
	display: block;
	text-decoration: none;
	padding: 0px 0px 8px 0px;
	color: #FFFFFF;
	text-transform:none;
	font-size: 12px;
	font-weight: bold;
}

#nav1 a:hover, #nav2 a:hover {
	color: #FFFFFF;
	text-transform:none;
	font-weight: 700;
}

#nav1 li, #nav2 li {
	float: left;
	padding: 0;
	font-size: 12px;
}

#nav1 li ul, #nav2 li ul  {
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	font-weight: normal;
	text-transform:none;
	color: #5d6c03;
	background-color: #F6FAF1;
	opacity:1;
	filter:alpha(opacity=100);
	margin: 0;
	z-index:100;
	border-bottom: 4px solid #DAEBBF;
}

#nav1 li li, #nav2 li li {
	width: 170px;
}

#nav1 li ul a, #nav2 li ul a {
	width: 170px;
	padding: 4px 10px 2px 20px;
	font-size: 10px;
}

#nav1 li ul ul, #nav2 li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav0 li:hover ul, #nav0 li li:hover ul, #nav0 li li li:hover ul, #nav0 li.sfhover ul, #nav0 li li.sfhover ul, #nav0 li li li.sfhover ul,
#nav1 li:hover ul, #nav1 li li:hover ul, #nav1 li li li:hover ul, #nav1 li.sfhover ul, #nav1 li li.sfhover ul, #nav1 li li li.sfhover ul,
#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul, #nav2 li li li.sfhover ul {
	left: auto;
	margin-left: 170px;
	margin-top: -22px;
	border-bottom: none;
}

#nav1 li:hover, #nav1 li.sfhover, #nav2 li:hover, #nav2 li.sfhover {
	background: #72a141;
}

.insidepg_img1 {
	background-image: url(images/new-crafts.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: bold;
	height: 331px;
	width: 331px;
	padding-top: 10px;
	padding-left: 10px;
	float: left;
}
a.tdinside  {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	width: 100px
}

a.tdinside:hover {
	color: #0066CC;
}
.tdimg {
	padding-bottom: 6px;
	padding-right: 10px;
}



#subnav      {
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
	padding-top: 0px;
	text-decoration: none;
}
#subnav   .ultop {
	list-style-type: none;
	margin: 20px 0px 0px;
	padding: 0px 0px 0px 14px;
}
#subnav        .litop    {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1EBD7;
	padding-top: 10px;
	font-weight: bold;
}
#subnav .litop a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #006699;
}
#subnav .litop a:hover {
	color: #003366;
}
#subnav .ulnested {
}
#subnav .linested {
	border-bottom-color: #E1EBD7;
	font-weight: bold;
	list-style-type: none;
	padding-top: 5px;
	margin-left: -20px;
}
#subnav .linested a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #999999;
	line-height: 13px;
}
#subnav .linested a:hover {
	color: #666666;
}



#mainContent .subcat_titles a:link, #mainContent #subcat_titles a:visited {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
        font-weight:bold;
	color: #333;
        font-size:11px;
        text-decoration:none;
}


#mainContent .subcat_titles a:hover {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
        font-weight:bold;
	color: #1E569F;
        font-size:11px;
        text-decoration:none;
}

.stylesheet #mainContentinside ul{
        margin-left:5px;
        list-style-position: inside;
}


/*CHECK OUT STYLES*/

.stylesheet  #table_checkout_cart0 table {
	width:560px; !important
}
#addToRegistryButton {
}

table {
border-collapse:collapse;
}

th,
td {
padding:0px;
} 
.stylesheet #content_area table tr td table tr td table a.productnamecolor {
	color: #900;
	text-decoration: none;
	font-size: 110%;
}
.stylesheet #content_area table tr td table tr td table a.productnamecolor:hover {
	color: #333;
}
.stylesheet #outline #container #mainContentinside #content_area table #MainForm table tr td table tr td table tr td nobr #jmenuhide {
	margin-top: 10px;
}
.stylesheet #outline #container #mainContentinside #content_area table #MainForm table  {
	margin-bottom: 5px;
}.stylesheet #outline #container #mainContentinside #content_area table #MainForm table tr td table tr td font b #Page_SR {
	margin-bottom: 5px;
}
#content_area table td.main {
	padding-bottom: 15px;
}
.productnamecolorLARGE {font-size:24px; display:block; margin:6px 0px;}
.stylesheet #outline #container #mainContentinside #content_area table tr td table tr td table tr td table tr td .colors_text img {
	display: none;
}
.stylesheet #content_area img.giftBasketsBig {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
#featuredProducts .readmore {
	background-image: url(/v/vspfiles/assets/images/bg_frontButton.jpg);
	display: block;
	background-position: left bottom;
	background-repeat: repeat-x;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #92BCCD;
	border-right-color: #92BCCD;
	border-bottom-color: #92BCCD;
	border-left-color: #92BCCD;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-transform: uppercase;
}
#featuredProducts img {
	border: 1px solid #92BCCD;
}
#featuredProducts tr td {
	padding: 3px;
}
a.giftRegistryLinks {
	text-decoration: none;
	font-size: 14px;
	margin-bottom: 6px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0EEC9;
	padding-bottom: 2px;
}
#myRegistryBox {
	float: left;
	width: 200px;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #87BAD4;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(/v/vspfiles/assets/images/bg_frontButton.jpg);
	background-position: 0px 100px;
	background-repeat: repeat-x;
}
#content_area #seasonalTitle {
	background: #2794CC;
	padding: 2px 15px;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	margin-top: 20px;
}
#content_area #seasonalTitle a {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
#content_area #seasonalTitle a:hover {
	text-decoration: underline;
}
#second_nav_wrapper {
	text-align: center;
	font-size: 11px;
	color: #666666;
	padding-bottom: 30px;
	padding-top: 6;
	clear:both;
}
#second_nav_wrapper img {
	border-style: none;
}
#second_nav_wrapper div {
	margin-bottom: .5em;
	padding: .5em;
	border-bottom: 1px solid #ECF5E0;
}
#second_nav_wrapper #socialNetworks {
	border-bottom-style: none;
}
#second_nav_wrapper #socialNetworks img {
	margin-right: .5em;
}