/* CSS Document - The Pumpkin Patch - Internet Explorer/PC */

/* DOCUMENT ///////////////////////////////////*/
html, 
body 
{
    height: 100%;
	margin:0;
	padding:0;
}

body {
	font-size: 62.5%;
	font-family: Georgia, serif;
}
.text {
	font-size: 15px;
}

div#container {
	position:relative;
	width:837px;
	top:0px;
	margin: 0 auto 0 auto;
	padding:0;
}


/* GLOBALS ///////////////////////////////////*/

input,
textarea,
select,
form.file
{
	font-size: 1.3em;
	color: #888888;
	font-family: Georgia, serif;
	background-color: #FFFFFF;
	border: 1px solid #C3C3C3;
	padding: 3px 0 2px 5px;

}

img {
	border:none;
	padding:0;
	margin:0;
}

div.error {
	color:#FFFFFF;
	width: 600px;
	min-height: 30px;
	padding:1.1em;
	margin: 1em 0;
	text-align: center;
	font-size: 1em;
	background: #f46464;
	border: 1px solid #830000;
}

div.good {
	color:#FFFFFF;
	width: 600px;
	min-height: 30px;
	padding:1.1em;
	margin: 1em 0;
	text-align: center;
	font-size: 1em;
	background: #abf7a3;
	border: 1px solid #66ca5b;
}

div.nothing_found {
	font-size: 1.8em;
	text-align: center;
	line-height: 2.1em;
	margin: 18px auto;
	font-weight: bold;
	color: #888888;
}


/* TEXT ///////////////////////////////////*/
p, h1, h2, h3, h4, h5, h6, address {
	color:#666666;
	margin:0;
	padding:0;
}

h1 {
	font-size:1.8em;
	line-height:.6em;
	font-weight:bold;
	color:#666666;
}

h2 {
	font-size:3.2em;
	line-height:.7em;
	font-weight:normal;
	font-style:italic;
	margin:0 0 11px 4px;
	color:#666666;
}


h3 {
	font-size:1.7em;
	line-height:1.1em;
	font-weight:bold;
	font-style:normal;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	font-style:none;
	color:#999999;
}

h5 {
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1em;
	margin:0 0 1.6em 0;
}

h6 {
	font-size: 1.1em;
	line-height:1em;
	font-weight:bold;
	font-style: normal;
	text-transform: uppercase;
	color:#666666;
	margin: 1.5em 0 0 0;
}

h6 span {
	display: block;
	line-height:1em;
	font-weight:normal;
	font-style: normal;
	text-transform: capitalize;
	color:#666666;
	margin: .2em 0 0 0;
}

p {
	font-size: 1.2em;
	line-height:1.5em;
	color:#666666;
	margin:.6em 0;
}

a:link, a:visited {
	color:#666666;
	text-decoration:none;
}
a:hover {
	color:#999999;
	text-decoration:none;
}
a:active {
	color:#666666;
	text-decoration:none;
}

span.line_bold {
	font-size:1.4em;
	font-style:italic;
	font-weight:bold;
	letter-spacing: .05em;
}

p.bold {
	font-weight: bold;
}

p.read {
	margin:.5em 0 0 0;
	font-style:italic;
}

p.read span {
	font-family: Webdings;
	font-style:normal;
	display: none;
}


p.read a:link, p.read a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
p.read a:hover {
	color:#ff9999;
	text-decoration:none;
}
p.read a:active {
	color:#FFFFFF;
	text-decoration:none;
}

address {
	font-size: 1.3em;
	line-height: 1.4em;
	margin:1.5em 0;
	color:#333333;
}

h6.copy {
	font-size: 1.1em;
	line-height:1em;
	font-weight:normal;
	font-style: normal;
	text-transform: capitalize;
	color:#666666;
	margin: 1.5em 0 2em 0;
}



/* HDEGER WANG - SIMPLE ROUND CSS LINKS //////////////*/

a.button, span.button, del.button, a.button_lite, span.button_lite, del.button_lite {
	display:-moz-inline-box;
	display:inline-block;
	cursor:pointer;
	border:none;
    font-size:0;
    line-height:0;
	background-position:0 0;
	background-repeat:no-repeat;
	height:30px;
	text-decoration:none;
	color:#FFFFFF;
	font-style:normal;
	font-weight: bold;
	margin:1em 9px 0px 0;
	padding:0 6px 0 0;	
	vertical-align:middle;	
    padding-top:-2px;
	_position:relative;
	_width:10px;	
	_overflow-y:hidden;
}

a.button_lite, span.button_lite, del.button_lite {
	height:25px;
	margin:1em 6px 0px 0;
	padding:0 5px 0 0;
	color:#333333;
	font-style: italic;
}

a.button, span.button, del.button,
a.button span, span.button button, span.button input, del.button span {
    background-image:url(/images/form_buttons.png);
    _background-image:url(/images/form_buttons.gif);
}

a.button_lite, span.button_lite, del.button_lite,
a.button_lite span, span.button_lite button, span.button_lite input, del.button_lite span {
	background-image:url(/images/form_buttons_lite.png);
    _background-image:url(/images/form_buttons_lite.gif);
}

a.button span, span.button button, span.button input, del.button span,
a.button_lite span, span.button_lite button, span.button_lite input, del.button_lite span{
	
	white-space:nowrap;
	cursor:pointer;
    color:#FFFFFF;
	display:-moz-inline-box;
	display:inline-block;
	line-height:1;
    letter-spacing:0 !important;
    font-family:"Georgia" !important;
    font-size:11px !important;
    font-style:normal;
    font-weight: bold;    
    background-color:transparent;
	background-position:100% 0;
	background-repeat:no-repeat;
	height:30px;
	padding:8px 6px 0 2px;
	margin:0 -16px 0 10px;
	border:none;
	vertical-align:text-top;
	zoom:1;
	_position:relative;
    _padding-left:0px;
	_padding-right:8px;
	_margin-right:-10px;	
	_display:block;
	_top:0;
	_right:-5px;
	
}

a.button_lite span, span.button_lite button, span.button_lite input, del.button_lite span {
	color:#666666;
	font-size:11px !important;
	height:25px;
	padding:8px 4px 0 0px;
	font-style: italic;
}

span.button button, span.button_lite button{
   line-height:2.5;/*Opera need this*/
}

html.safari a.button span, 
html.safari del.button span,
html.safari a.button_lite span, 
html.safari del.button_lite span{
  line-height:1.3;
}

html.safari span.button button,
html.safari span.button_lite button{
  line-height:2.6;
}

html.safari a.button:focus,
html.safari span.button button:focus,
html.safari a.button_lite:focus,
html.safari span.button_lite button:focus{
    outline:none;
}

del.button, del.button_lite{
	/* cursor:not-allowed;	*/
	background-position:0 -120px;
	
}

del.button span, del.button_lite span{
	cursor:default;
    color:#aaa !important;
	background-position:100% -120px;
}


span.button button, span.button input,
span.button_lite button, span.button_lite input{
	padding-top:0px;
	line-height:2.5;/*Opera need this*/
}

a.button:hover, 
span.button:hover,
a.button:focus, 

a.dom-button-focus, 
span.button-behavior-hover,

a.button_lite:hover, 
span.button_lite:hover,
a.button_lite:focus,

a.dom-button_lite-focus, 
span.button_lite-behavior-hover{
	background-position:0 -60px;
	color:#222;
	text-decoration:none;
}

a.button:hover span, 
span.button:hover button, 
a.button:focus span, 

span.button-behavior-hover button, 
span.button-behavior-hover input,

a.button_lite:hover span, 
span.button_lite:hover button, 
a.button_lite:focus span,

span.button_lite-behavior-hover button, 
span.button_lite-behavior-hover input
{
	background-position:100% -60px;
}

a.button:active, a.button:focus span,
a.button_lite:active, a.button_lite:focus span{
	color:#444;
}

del.button-behavior-hover, del.button:hover, del.button_lite-behavior-hover, del.button_lite:hover{
	background-position:0 -180px;
	/* cursor:not-allowed; */
}

del.button-behavior-hover span, del.button:hover span, del.button_lite-behavior-hover span, del.button_link:hover span{
	background-position:100% -180px;
	/* cursor:not-allowed; */	
}

span.button button, del.button span, span.button input,
span.button_lite button, del.button_lite span, span.button_lite input{
	_behavior:expression(
		(function(el){

			if( typeof( behavior_onMouseEnter) == 'undefined'){

				
				behavior_onMouseEnter = function(el){
					
					var dEl = this.parentNode;					
					var sClass = dEl.className ;
					dEl.__defaultClassName = sClass ;
					dEl.className = sClass + ' button-behavior-hover';	
					this.setCapture();
				};

				behavior_onMouseLeave = function(el) {
					var dEl = this.parentNode;
					dEl.className = dEl.__defaultClassName ;
					dEl.__defaultClassName = undefined;
					this.releaseCapture();
				};


			};
			
			
			el.runtimeStyle.behavior = 'none';
			el.onmouseenter = behavior_onMouseEnter;
			el.onmouseleave = behavior_onMouseLeave;
			
			
		})(this));
}



/* HEADER ///////////////////////////////////*/
div#header {
	width:830px;
	height:90px;
	margin: 26px 0 0 0;
}

div#logo {
	float:left;
}

div#upsell_block, div#upsell_block_reg {
	position: absolute;
	top:1px;
	width: 401px;
	height: 80px;
	right:14px;
	background: #FFFFFF url(/images/StoreFrontv1.jpg) no-repeat;
}

div#upsell_block_reg {
	background: #FFFFFF url(/images/upsell_bck_reg.jpg) no-repeat;
}

div#upsell_block h5, div#upsell_block_reg h5 {
	font-size: 1em;
	display: block;
	width: 160px;
	position: relative;
	left:210px;
	top:15px;
	color: #4E270D;
	background-image: url(images/upsell_bck.jpg);
}

div#upsell_block_reg h5 {
	top:32px;
}



div#upsell_block h5 a {
	display: block;
	
}

div#house {
	position:absolute;
	right:0px;
	top:11px;
}

div#user_name {
	position: absolute;
	top:76px;
	left:174px;
	font-size: 1.4em;
	font-style: normal;
	font-weight: normal;
	color: #999999;
}

div#user_name span {
	font-weight: bold;
}

div#user_menu {
	float:none;
	position:relative;
	top: -34px;
	left: 410px;
	width: 350;
}

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

div#user_menu ul li {
	display:inline;
	font-size:1.1em;
	font-weight:normal;
	color:ffffff;
	margin:0 0 0 15px;
}

/* C1 ///////////////////////////////////*/
div#c1 {
	width:100%;
	min-height: 590px;
	margin:0 0 0 4px;
	position:relative;
}

div#rick_top {
	background: #FFFFFF url(/images/rick.gif) no-repeat 0px 0px; 
	position:relative;
	width:100%;
	height:10px;
	margin:3px 0 0 0;
	padding:0;
}

div#rick_btm {
	background: #FFFFFF url(/images/rick_btm.jpg) no-repeat; 
	position:relative;
	width:100%;
	float: left;
	height:30px;
	margin:0 0 8px 0;
}

div#c1_container {
	position: relative;
	background-color:#ba7676;
	width:825px;
	min-height: 570px;
}

div#c1_container p {
	color: #FFFFFF;
}

div#shop_menu {
	position:relative;
	width:134px;
	min-height:325px;
	background-color:#f5e9e9;
	float:left;
	left:22px;
	top:24px;
	padding:0 0 8px 0;
}

div#shop_menu ul {
	list-style:none;
	margin:6px 0 0 10px;
	padding:0;
}

div#shop_menu ul li {
	font-size:1.1em;
	font-weight:bold;
	color:#333333;
	margin:0;
	padding:1.04em .35em;
	text-transform:capitalize;
}

div#shop_menu img {
	margin:5px 0 0 10px;
}

div#c1_content {
	position:relative;
	width:493px;
	min-height:590px;
	float:left;
	top:24px;
	margin:0 0 0 54px;
	list-style-image: url(images/bullet_triangle.gif)
}

img.main_image {
	margin:0 0 0 12px;
}

img.c1_ornament {
	margin:0 0 12px 0;
}


/* C1 INNER ///////////////////////////////////*/
div.hor_rule_dk {
	background: #FFFFFF url(/images/dotted_rule.gif) no-repeat;
	height: 3px;
	width: 648px;
	margin: 0 auto;
 	clear:both;
	}

div.hor_rule_lg {
	background: #FFFFFF url(/images/dotted_rule_lg.gif) no-repeat;
	height: 3px;
	width: 648px;
	margin: 0 auto;
	float:left;
}
div#rac_wrapper {
	width: 155px;
	position: relative;
	float:left;
}

div#inner_menu_wrapper {
	background: #f8DEA1;
	position: relative;
	width: 155px;
	padding:0 0 42px 0;
	float:left;
	min-height:325px;
}

div#inner_rac_top {
	background: #FFFFFF url(/images/inner_rac_top.jpg) no-repeat bottom;
	position:relative;
	float:left;
	width: 155px;
	height: 9px;
}

div#inner_rac_btm {
	background: #FFFFFF url(/images/inner_rac_btm.jpg) no-repeat;
	position:relative;
	float:left;
	width: 155px;
	height: 9px;
}

div#inner_menu {
	position:relative;
	width:134px;
	background-color:#FFFFFF;
	float:left;
	left:11px;
	top:22px;
	padding:0 0 8px 0;
}


div#inner_menu span {
	margin:7px 0 7px 10px;
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	color: #55461B;
	display: block;
	position: relative;
}

div#shop_menu span {
	margin:7px 0 0 10px;
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	color: #55461B;
	display: block;
	position: relative;
}



div#inner_menu ul {
	list-style:none;
	margin:12px 0 0 10px;
	padding:0;
}

div#inner_menu ul li {
	font-size:1.1em;
	font-weight:bold;
	color:#333333;
	margin:0 0 5px 0;
	text-transform:capitalize;
}

div#inner_menu ul ul {
	font-size:11px;
	margin:5px 0 8px 6px;
}

div#inner_menu ul ul li {
	margin:0 0 3px 0;
}

div#inner_menu img {
	margin:5px 0 0 10px;
}

div#inner_head {
float: left;
	width: 657px;
	min-height: 50px;
	margin:0 0 6px 0;
}

div#inner_container {
	position: relative;
	width: 657px;
	min-height: 500px;
	margin:0 0 0 13px;
	float:left;
}

div#inner_ornament {
	background: #FFFFFF url(/images/cat_ornament.gif) no-repeat 0;
	position: relative;
	top:9px;
	height: 20px;
	width: 144px;
	float:right;
}

div#inner_sub_head {
	width: 657px;
	height: 16px;
	position: relative;
}

div#in_cart {
	position: absolute;
	right:10px;
	color:#777777;
	font-size: 1.3em;
	text-align: right;
	width: 170px;
	top:35px;
}

div#breadcrumbs {
	position:absolute;
	left:6px;
	text-align: left;
	width: 350px;
	top:35px;
	text-transform:uppercase;
	font-size: .9em;
	letter-spacing: .1em;
	font-weight:bold;
}

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

div#breadcrumbs ul li {
	float: left;
	margin-right:.3em;
	border-right: 1px solid #CCCCCC;
	padding-right:.3em;
}

div#in_cart span {
	text-transform:uppercase;
	font-size: .8em;
	letter-spacing: .1em;
	font-weight:bold;
	color: inherit;
	color:#57B8E3;
}

div#third_nav {
	position: relative;
	color:#999999;
	font-size: 1.0em;
	text-align: left;
	width: 650px;
	left:4px;
	float: left;
}

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

div#third_nav ul li {
	float: left;
	margin: 0 .7em 0 0;
	text-transform: capitalize;
	padding-right:.7em;
	border-right: 2px solid #CCCCCC;
}

div.hor_rule_full {
	background: #FFFFFF url(/images/dotted_rule_fl_lg.gif) no-repeat;
	height: 3px;
	width: 847px;
	margin: 0 auto;
	font-size:1px;
	float: left;
}

div.hor_rule_nof {
	background: #FFFFFF url(/images/dotted_rule_fl_lg.gif) no-repeat;
	height: 3px;
	width: 847px;
	margin: 0 auto;
	font-size:1px;
}

h2.page_subtitle {
	margin-top: 17px;
	float:left;
	line-height: .97em;
	padding: 0 0 .3em 0;
	width: 470px;
	font-size: 2.65em;
	margin-bottom: 0;
}




div#reg_fix {
	width:640px;
	position: relative;
	float:left;
}

/* CAT ///////////////////////////////////////*/
h2.cat {
	float:left;
	line-height: .8em;
}

div.cat_feature, div.cat_item {
	position: relative;
	float:left;
	width: 314px;
	margin:10px 0 0 10px;
	font-size: .96em;
	color:#999999;
}

div.cat_feature{
	min-height: 20px;
	margin-bottom: 4px;
}

div#left.cat_item {
	width:400px;
}

div.cat_item p {
	font-size: 1.1em;
	margin-top: 0;
	font-weight: bold;
}

div.cat_item {
	margin-left:10px;
	width:220px;
	padding-bottom:1em;
	min-height: 195px;
	font-size: 1.1em;
	line-height: 1.4em;
}

div.cat_item h3 {
 font-size: 1.4em;
}

div.cat_item img {
	border:1px solid #CCCCCC;
	margin-right:6px;
}

div.cat_item ul {
	font-size: 1.3em;
	font-weight: normal;
	color: #999999;
	margin: .5em 0 0 0;
	list-style-image: url(/images/list_bullet.gif);
}

div.cat_item ul li {
	margin: 0 0 .3em 0;
	font-style: italic;
}

h3.cat {
	width:200px;
}

div#left.cat_feature, div#left.cat_item {
	margin-left:2px;
}

div.cat_feature img {
	border: 1px solid #CCCCCC;
	margin:0 8px 0 0;
}

div.cat_item_mod {
	position: relative;
	float: left;
	width: 200px;
	height: 110px;
	margin: 5px 0 0 0;
	padding:7px 5px 7px 8px;
	color:#666666;
}

div.cat_item_mod h4 {
	width: 80px;
	float:left;
}

div.cat_item_mod img {
	border: 1px #CCCCCC solid;
	margin:0 3px 0 0;
}

div.hor_rule_item {
	background: #FFFFFF url(/images/dotted_rule.gif) no-repeat;
	height: 3px;
	display: block;
	width: 648px;
	margin: 0 auto;
	font-size:1px;
}

div.ver_rule_item {
	background: #FFFFFF url(/images/dotted_rule_ver.gif) no-repeat;
	width: 3px;
	height: 122px;
	position: relative;
	float: left;
	font-size:1px;
	margin: 0 auto;
}

div#pattern {
	background: #FFFFFF url(/images/bck_pat.jpg) repeat-x;
	width:824px;
	height: 28px;
	position: relative;
	margin:4px 0 4px 7px;
	float: left;
}

div.hd_pattern {
	background: #FFFFFF url(/images/bck_pat.jpg) repeat-x;
	position: relative;
	margin: 6px 0 6px 8px;
	height: 18px;
	width: 643px;
}

div#pages {
	font-weight: bold;
	text-align: right;
	float: right;
	margin: 4px 0;
}

div#pages span {
	text-transform: capitalize;
	color: #999999;
	display: inline;
	float:left;
}

div#pages ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

div#pages ul li {
	display: inline;
	float: left;
	margin:auto 4px;
	font-size: 1.1em;
	font-weight: bold;
}

div#pages ul li.current {
	color:#57B8E3;
}

div#related_items {
float:left;
position: relative;
	width: inherit;
	padding: 0 0 2em 0;
}

div#related_items h3 {
	margin: 0 0 .5em 6px;
	font-size: 1.3em;
	color: #999999;
	font-style: italic;
}



/* PRODUCT ///////////////////////////////////*/
h2.pro {
	float:left;
	line-height: .9em;
	font-style: normal;
	font-weight: bold;
	width: 470px;
}

div#pro_left {
	position: relative;
	float: left;
	width: 325px;
	height: 345px;
	text-align: center;
	margin:0 0 0 3px;
}

div#pro_left img {
	border: 1px solid #CCCCCC;
}

div#pro_right {
	position: relative;
	float: left;
	margin: 0 0 0 10px;
	width: 300px;
	min-height: 345px;
}

h3.pro {
	font-size: 2.1em;
	margin: 0 0 .6em 0;
}

h5 span {
	text-transform:uppercase;
	font-size: .9em;
	letter-spacing: .1em;
	font-weight:bold;
	color:#666666;
}

h5 span.pro_bld {
	text-transform:none;
	font-size: 1em;
	letter-spacing: 0;
}

h5.pro_av {
	font-weight:bold;
	color:#999999;
}

h5.pro_nv {
	font-weight:bold;
	color:#b30808;
}

h5.pro_link span {
	font-family: Webdings;
	font-style: normal;
	color:#999999;
	display: none;
}

h5.pro_link a {
	font-style: italic;
	color:#999999;
}

h5.pro_link a:link, h5.pro_link a:visited {
	color:#999999;
	line-height:1.5em;
}

h5.pro_link a:hover {
	color:#5c722b;
}

h5.pro_link a:active {
	color:#999999;
}

h5.pro_add a span {
	font-family: Webdings;
	font-style: normal;
	color:#54c4f9;
	display: none;
}

h5.pro_add a:link, h5.pro_add a:visited {
	font-size:1.4em;
	font-weight:bold;
	font-style:italic;
	line-height: 1.6em;
	color:#54c4f9;
	margin:0 0 .7em 0;
}

h5.pro_add a:hover {
	color:#2e8dba;
}

h5.pro_add a:active {
	color:#54c4f9;
}

h3.pro span {
display: block;
}

h3.pro span u {
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
}

h3.pro span.p {
	font-size: .7em;
	text-decoration: line-through;
}

h3.pro span.s {
	color: #CC0000;
}

h3.pro span.v {
	font-size: .7em;
	color:#999999;
}




/* REGISTRY //////////////////////////////////*/
h2.reg {
	float:left;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0 0 .3em 0;
	line-height: 1em;
}

div.reg_mod {
position: relative;
	width: 657px;
	height: 110px;
	margin:0 0 0 8px;
	float:left;	
}

div.reg_mod h3 {
	font-size: 2.2em;
	font-style: italic;
	font-weight: bold;
}

div.reg_mod ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.reg_mod ul li {
	display: inline;
	float: left;
	margin:0 10px 0 0;
}

div.reg_mod ul li.text {
	width: 256px;
	font-size: 1.4em;
	font-style: normal;
	line-height: 1.2em;
	color: #999999;
	margin-left: 2px;
	margin-top: 3px;
}

div.reg_mod ul li.text_cre {
	width: 350px;
	font-size: 1.4em;
	font-style: normal;
	line-height: 1.2em;
	color: #999999;
	margin-left: 2px;
}

div.reg_mod ul li.input {
	width: 180px;
	margin-top: 3px;
	margin-right: 18px;
}

div.reg_mod ul li.input input {
	width: 100%;
}


/* CHECKOUT /////////////////////////////*/
div#inner_head.check {
	width:831px;
	background: #f8DEA1;
}

div#check_rac {
position: relative;
	height: 9px;
	width: 831px;
	background: #FFFFFF url(/images/ric_top_long.gif) no-repeat;
	font-size: 1px;
	margin-top: 7px;
}

h2.check {
	line-height: 1em;
	padding: 0;
}

div#no_items {
	width: 650px;
	min-height: 30px;
	padding-top:1.1em;
	margin: 2em 0;
	text-align: center;
	font-size: 1.2em;
	background: #FCF1D8;
	border: 1px solid #B89033;
}

#shopping_cart {
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
	text-align: left;
	color:#666666;
	margin: 23px 0 18px 0;
}

#shopping_cart img.remove {
	border: none;
}

#shopping_cart span {
	font-size: .9em;
	color: #999999;
}

#shopping_cart th {
	font-style: italic;
	font-weight: normal;
	color: #999999;
	padding-bottom: .5em;
	padding-left: .5em;
}

#shopping_cart img {
	border: 1px solid #CCCCCC;
}

#shopping_cart th.item {
	width: 200px;
}

#shopping_cart td span.code {
	display: block;
	font-weight: normal;
	font-size: 1em;
	color: #999999;
}

#shopping_cart th.img {
	width: 65px;
	text-align: center;
}

#shopping_cart th.gift {
	width: 60px;
}

#shopping_cart th.shipping {
	width: 160px;
}

#shopping_cart th.price {
	width: 65px;
}

#shopping_cart th.quantity {
	width: 30px;
}

#shopping_cart th.total {
	width: 40px;
}

#shopping_cart th.remove {
	width: 30px;
}

#shopping_cart tr.rule {
	background: #FFFFFF url(/images/dot.gif) repeat-x;
	font-size: 3px;
}

#shopping_cart tr.item td {
	padding:2px .5em .4em .5em;
}

#shopping_cart td.subtotal, #shopping_cart td.total {
	text-align: right;
}

#shopping_cart tr.checkout {
	text-align: right;
	vertical-align: top;
}

#shopping_cart td.note {
	font-size: 1.1em;
	font-weight: normal;
	color: #999999;
	
	line-height: 1.4em;
	text-align: left;
}

#shopping_cart td.note span {
	font-weight: bold;
	text-transform: uppercase;
	font-size: .8em;
	letter-spacing: .1em;
	display: block;
}

#shopping_cart td.item_price {
	background: url(/images/dot.gif) repeat-y;
	padding-left:.7em;
}

#shopping_cart td.price {
	padding:0 0 .5em .8em;
}

#shopping_cart tr.base td.subtotal {
	font-style: italic;
}

#shopping_cart tr.total td.total, #shopping_cart tr.total td.price {
	background: url(/images/dot.gif) repeat-x;
	padding-top:.7em;
}

div.steps_block {
	width: 600px;
	position: relative;
	margin: .2em 0 .9em 0;
}

input.radio {
	border: none;
}

div.steps_block h6 {
	text-transform: capitalize;
}

div.steps_block h6 span {
	display: inline;
	color: #c5a200;
	font-weight: bold;
}

div.steps_block textarea {
	margin: .8em 0 0 0;
}

div.steps_block label.steps {
	margin-right:.5em;
	font-size: 1.1em;
}

span.note {
	display: block;
	font-style: italic;
	font-size:1.1em;
	margin:0 0 .5em 0;
	color:#999999;
}

div.steps_block ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.steps_block ul.points_list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

div.steps_block ul.points_list input {
	border: none;
}

div.steps_block ul.points_list li {
	margin: 0 6px 0 0;
	float: left;
	text-align: center;
	width:60px;
}

div.steps_block ul.points_list li p {
	font-style: italic;
	font-weight: bold;
	color: #563A12;
	line-height: 1em;
}

div.steps_block ul.points_list li.disabled p {
	color: #999999;
}	

div.steps_block table {
	display: block;
}

div.steps_block ul li {
	float:left;
	width:85px;
}

div.steps_block ul li.rule {
	background: #FFFFFF url(/images/dotted_rule_ver.gif) repeat-y;
	width: 3px;
}

div.steps_block ul li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.steps_block ul li ul li {
font-size: 1.1em;
	float: none;
	text-align: center;
	margin: 0 0 0 1em;
}

span.sale_price {
	display: block;
	color: #CC0000;
	font-weight: bold;
}

span.strike_price {
	text-decoration: line-through;
	color: #666666;
	display: block;
}


/* SHIPPING, PRIVACY AND PRESS /////////////////*/
table.contacts, table.contents {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.6em;
	margin-bottom: 2em;
}

table.ship {
	text-align: center;
	font-size: 1.1em;
	line-height: 1.3em;
	
}

table.ship td {
	margin: 10px 0 0 0;
}

table.ship #sub-top {
	text-align: center;
	font-size: 1em;
	text-transform: uppercase;
	font-style: bold;
}

table.ship #top {
	font-style: bold;
}

table.ship tr.ev td {
background: #E7E7E7;
}

div.top {
	position: relative;
	display: block;
	width: 100%;
	height: 10px;
	text-align: right;
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 10px 0;
}

ol.shipping {
	font-size: 1.1em;
	color: #666666;
	margin-top:.3em;
	line-height: 1.2em;
}

ol.shipping li {
	list-style: decimal;
}

div.article {
	display: block;
	width: 400px;
}

div.article h1 {
	font-size: 2.2em;
	font-weight: bold;
	font-style: normal;
	line-height: 1.2em;
	color: #666666;
	margin:1em 0 0 0;
}

div.article h2 {
	font-size: 1.4em;
	font-weight: normal;
	font-style: italic;
	line-height: 1.4em;
	color: #999999;
}

div.article h3 {
	font-size: 1.6em;
	font-weight: bold;
	font-style: normal;
	line-height: 1.4em;
	color: #666666;
	padding: 1em 0 0em 0;
}

div.article p {
	font-size: 1.2em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.7em;
	color: #666666;
}

/* GIFT /////////////////////////////////*/
h3.gift {
	font-size: 1.8em;
	color: #999999;
	line-height: 1.5em;
	font-weight: normal;
	width: 320px;
	height: 218px;
	padding: 7px 0 0 10px;
}

h3.gift img{
	margin: 8px 0 0 0;
}

p.gift {
	width: 500px;
	padding: 0 0 0 8px;
}

p.rewards {
	position: relative;
	font-size: 1.2em;
	width:610px;
	left:8px;
	margin-top:1.5em;
}

p.rewards img {
	margin-right:13px;
}

p.rewards_block {
	width: 380px;
	line-height:1.5em;
	margin:0 0 1em 5.2em;
}

ol.rewards {
	padding: 0 0 0 6.4em;
	margin: 0 0 2em 0;
	width: 380px;
}

ol.rewards li {
	font-size: 4em;
	color: #CCCCCC;
	font-weight: bold;
}

ol.rewards li span {
	font-weight: normal;
	font-size: .4em;
	color: #666666;
}


/*MY ACCOUNT /////////////////////////////*/
div#my_account_login_left {
	float: left;
	position: relative;
	width: 350px;
}

div#my_account_login_left table {
	margin: 1em 0 1em 0;
}

div#my_account_login_left table tr td.left {
	text-align: right;
	padding: 0 .5em 0 0;
	font-size: 1.1em;
	color: #666666;
}

div#my_account_login_left table tr td.note {
	font-style: italic;
	padding-top:1.5em;
	color: #666666;
	background: url(/images/dot.gif) repeat-x 0px 12px;
}

div#my_account_login_right {
	float:left;
	position: relative;
	width: 200px;
	margin-left: 10px;
}

div#my_account_login_right h6 {
	font-size: 1.3em;
	font-style: italic;
	color: #666666;
	text-transform: capitalize;
	margin: 1em 0 0 0;
}

div#my_account_login_right span {
	display: block;
	font-size:1em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .15em;
	color: #999999;
	margin: 2em 0 0 0;
}

div#my_account_login_right ul {
	font-size: 1.1em;
	font-weight: bold;
	color: #999999;
	margin: .5em 0 0 24px;
	list-style-image: url(/images/list_bullet.gif);
}

div#my_account_login_right ul li {
	margin: 0 0 .5em 0;
}

div#my_account_login_right ul.hints {
	font-size: 1em;
	font-weight: normal;
	color: #777777;
	margin: .5em 0 0 24px;
	line-height: 1.3em;
	list-style-image: url(/images/list_bullet_gr.gif);
}

/* ACCOUNTS /////////////////////////////////*/
#account_info {
	font-size: 1em;
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	letter-spacing: .05em;
	margin: 1em 0 0 8px;
}

span.account_sec_hd {
	position: absolute;
	right:187px;
	top:103px;
	font-size: 1.1em;
	line-height:1em;
	font-weight:bold;
	font-style: normal;
	text-transform: uppercase;
	color:#666666;
}

div#account_fritz_rewards {
	position: absolute;
	width:295px;
	height: 210px;
	top:107px;
	left:345px;
}

div#account_fritz_rewards h6 {
	font-size: 1em;
}

div#account_fritz_rewards h2 {
	font-style: italic;
	font-weight: bold;
	color: #563A12;
	font-size: 3em;
	line-height: 1em;
}

#account_info tr td{
	vertical-align: top;
}

#account_info tr {
	padding: 3px 0;
}

#account_info td.cnt {
	text-align: left;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	font-size: 1.1em;
	padding-left:5px;
	width: 220px;
}

#account_info td.pref {
	text-transform: none;
	font-style: italic;
	font-weight: normal;
	font-size: 1.1em;
	letter-spacing: normal;
}

table.account_table, table.steps_table {
	font-size: 1.1em;
	text-align: left;
	font-weight: normal;
	color: #666666;
	margin: 1em 0 0 8px;
}

table.steps_table tr.gift_wraps {
	background: url(/images/dot.gif) repeat-x 0px 57px;
	height: 60px;
	vertical-align: middle;
	font-size: 1.2em;
	font-style: italic;
}

table.steps_table tr td span {
	font-weight: bold;
}

table.account_table th, table.steps_table th {
	font-size: .9em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .05em;
}

table.steps_table th.add a {
	text-transform: capitalize;
	text-decoration: underline;
}

table.account_table tr td, table.steps_table tr td{
	vertical-align: top;
}

table.account_table tr, table.steps_table tr {
	padding: 3px 0;
}

table.account_table tr td.edit, table.steps_table tr td.edit {
	font-weight: bold;
}

table.account_table tr td.hd, table.steps_table tr td.hd {
	font-weight: bold;
}

table.reg_float {
	float:left;
}


/* C2 ///////////////////////////////////*/  
div#c2 {
	width:100%;
	min-height:137px;
}

div#c2_head {
	position:relative;
	width:400px;
	height:100%;
	top:14px;
	margin:0 0 0 10px;
	float:left;
}

span#c2_hd_title {
	font-size:8em;
	font-weight:bold;
	font-style:italic;
	line-height:.7em;
	color:#CCCCCC;
	margin:0;
}

span#c2_sm_title {
	font-size:4.8em;
	font-weight:bold;
	font-style:italic;
	line-height:.87em;
	color:#A7A7A7;
	margin:0;
}


span#c2_sm_title u {
	text-decoration: none;
	font-size:.3em;
	line-height:.87em;
}

span#c2_hd_title div {
	color:#FFFFFF;
}

div#c2_hd_link {
	font-size:1.6em;
	font-weight:bold;
	margin:.7em 0 .2em .2em;
	color:#777777;
}

div#c2_hd_link span {
	font-family:Webdings;
	font-weight:normal;
	display: none;
}

div.item_mod {
	position: relative;
	width: 118px;
	float:right;
	margin:11px 8px 0 0px;
}

div.item_mod img {
border:1px #CFCFCF solid;
}


/* FOOTER ///////////////////////////////////*/ 
div#footer {
padding:8px 0 0 22px;
margin:0 0 40px 0;
float:left;
}

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

div#footer ul li {
	display:inline;
	font-size:1.1em;
	font-weight:bold;
	color:#333333;
	margin:0 15px 0 0;
}
