/*The following styles are all shopping cart specific ones*/
.order_info_off {
	background: url(images/order_info_off.gif) no-repeat center left;
	padding-left: 5px;
	color: #bcbcbc;
	text-decoration: none;
}

.order_info_on {
	background: url(images/order_info_on.gif) no-repeat center left;
	padding-left: 5px;
	color: #000000;
}

.order_ship_off {
	background: url(images/order_ship_off.gif) no-repeat center left;
	padding-left: 5px;
	color: #bcbcbc;
	text-decoration: none;
}

.order_ship_on {
	background: url(images/order_ship_on.gif) no-repeat center left;
	padding-left: 5px;
	color: #000000;
}

.order_payment_off {
	background: url(images/order_payment_off.gif) no-repeat center left;
	padding-left: 5px;
	color: #bcbcbc;
	text-decoration: none;
}

.order_payment_on {
	background: url(images/order_payment_on.gif) no-repeat center left;
	padding-left: 5px;
	color: #000000;
}

.order_review_off {
	background: url(images/order_review_off.gif) no-repeat center left;
	padding-left: 5px;
	color: #bcbcbc;
	text-decoration: none;
}

.order_review_on {
	background: url(images/order_review_on.gif) no-repeat center left;
	padding-left: 5px;
	color: #000000;
}

.order_print_off {
	background: url(images/order_print_off.gif) no-repeat center left;
	padding-left: 5px;
	color: #bcbcbc;
	text-decoration: none;
}

.order_print_on {
	background: url(images/order_print_on.gif) no-repeat center left;
	padding-left: 5px;
	color: #000000;
}

.navFont{
        color: #848971;
}
.largeLeftTitle{
        font-family: Arial,Helvetica, sans-serif;
        text-transform: uppercase;
        font-size: 14px;
        color: #000000;
        width: 200px;
        text-align: center;
}
a.subTitle{
        text-transform: uppercase;
        font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
       font-weight: bold;
       text-decoration: none;
}
a:visited.subTitle{
        text-transform: uppercase;
        font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
       font-weight: bold;
       text-decoration: none;
}


/* Input Box Settings */
input.input_box { 	
	border: 1px solid black; 
	background-color: #FFFFFF; 
	color: #000000; 
	font-family: Arial, Verdana, Sans-Serif; 
	font-size: 12px; 
	line-height: 13px; 
	font-weight: normal; 
	
}
input.imageInput{
 border-width: 0px;
}
/*input{
border: 1px solid black;
}*/
textarea{
border: 1px solid black;
}
/* Submit Button Settings */
.submit_button { 
	font-size: 8px; 
	font-family: Arial, Verdana, Sans-Serif; 
	background-color: #A6D17D; 
	color: #FCFCF9; 
	height: 18px;
	width:auto;
	font-weight: bold;
	text-transform:uppercase;
	border:0;
	cursor:pointer;
}

.SideTable {
	background: $settings[tablebg];
	border-color: $settings[tableborder];
	border-style: solid;
	border-width: 1px;
}
TD.SideTableHeading {
	font-size: 12px;
	font-weight: bold;
	background: $settings[tablehead];
	color: $settings[tableheadtext];
}


.ErrorTable {
	
	/*border-color: #FF0000;
	border-style: none;
	border-width: 1px;*/
}
.Required {
	color: #FF0000;
}
/*This is the product Title on Product page*/
.HeadingFont {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #41770F;
        text-transform:uppercase;
}
table.SignupTable {
background-color:#E6E6E6;
}
TD.ErrorMain {
	font-size: 10px;
	font-weight: bold;
}
TD.CenterTableHeading {
	font-size: 12px;
	font-weight: bold;
	color: #000000;;
}
.CartContents {
	font-size: 11px;
	text-decoration : none;
}
.CartContents:hover { 
	font-size : 11px; 
	text-decoration : underline; 
}
.PagesAlign {
	text-align: justify;
	
	font-size:10px;
}
.HR1 {
	padding: 0px; 
	margin-top: 8px; 
	margin-bottom: 8px; 
	height: 1px; 
	border-style: none; 
	border-color: #000000; 
	color: #000000; 
}
/*A prop to keep the white space at LEAST a certain height*/
.prop {
    height:276px;
    float:right;
    width:1px;
	background-color:red;
  }
.white-space {
	margin: 0 0 47px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height:auto;
	background-color: #FFF;
	text-align: center;
        border-top-color: #646563;
        border-top-width: 1px;
        border-top-style: solid;
	border-bottom: 1px solid #646563;
	
}
/*div[class] .white-space {
	height:auto;
	} */

.small { font-family : Arial, Verdana, Sans-Serif; font-size : 8pt; }
.verysmall {
font-family:Arial, Helvetica, sans-serif;
font-size:9px;}
a:hover.small { font-family : Arial, Verdana, Sans-Serif; color : #333333; font-size : 8pt; text-decoration : underline; }

a:visited.shipping {
        font-family: Arial, Helvetica, sans-serif;
        color: #41770F;
		text-decoration: none;
		font-size:11px;
}

a:hover.shipping {
	color: #4E5435;
	text-decoration: underline;
	font-size:11px;
}

a:link.shipping {
        font-family: Arial, Helvetica, sans-serif;
        color: #41770F;
		text-decoration: none;
		font-size:11px;
}

/*End Store specific styles */
a:link {
	color: #848971;
	text-decoration: none;
}

a:visited {
	color: #848971;
	text-decoration: none;
}

a:hover {
	color: #4E5435;
	text-decoration: underline;
}

body {
	background-color: #FFFFF6;
	text-align: left;
	/*margin: 0 auto;*/
}

body, div, span, p, table, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #404040;
	/*color: #41770F;*/
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	/*padding: 0 11px 0 11px;*/
	
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: lighter;
	text-transform: uppercase;
	color: #000;
	padding-top: 6px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: lighter;
	color: #000;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: lighter;
	text-transform: uppercase;
	color: #000;
	padding-top: 6px;
}

/*h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3E5255;
	margin-top: 0;
	padding-left: 11px;
}*/

hr {
	color: #9E2F37;
	height: 1px;
	border-top: 1px solid #9E2F37;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

ul {
	list-style-position: inside;
	/*font-size: 14px;*/
	padding: 0 0 0 1em;
	margin: 0 0 0 15px;
}

/*ul li {
	font-size: 14px;
	padding: 0 0 3px 0;
}*/

#page {
	margin: 27px 0 0 31px;
	width: 732px;
	padding: 0 0 0 0;
	border: 1px solid #596050;
}

#header {
	/*padding: 11px 0 14px 11px;*/
	margin: 1px 0 4px 589px;
	text-align: left;
	background-color: #FCFCF9;
	border-bottom: 1px solid #596050
}

#nav {
	position: relative;
	background-color: #FFF;
	text-align: left;
	width: 196px;
	top: 0;
	left: 0;
	text: nowrap;
	padding-left: 10px;
	/*width: 203px;*/ 	/* False value for IE4-5.x/Win. */
	/*voice-family: "\"}\""; 
	voice-family:inherit;
	width: 196px;*/	/* Good value for compliant browers. */
	border-right: 1px solid #000;
}

#nav-contain {
	padding: 15px 0 0 0;	
}

#content {
	margin: 0px auto;
	padding: 0px;
	background-color: #FCFCF9;
	background-image: url('/images/background.jpg');
	/*background-repeat: no-repeat;*/
	text-align: center;
	width: 732px;
	height: 200px;
}

#content-store {
	margin: 0px auto;
	padding: 0px;
	background-color: #FCFCF9;
	background-image: url('/images/background_store.jpg');
	/*background-repeat: no-repeat;*/
	text-align: center;
	width: 732px;
	height: 200px;
}

#copy {
	position:relative;
	margin: 0 auto;
	padding: 0 70px 0 73px;
	background-color: #FCFCF9;
	background-image: url('/images/background.jpg');
	/*background-repeat: no-repeat;*/
	text-align: left;
	width: 732px;
	height: 333px;
	/*border-top: 4px solid #FFF;
	border-right: 4px solid #FFF;
	border-bottom: 4px solid #FFF;*/		
}

#copy-sitemap {
	position:relative;
	margin: 0 auto;
	padding: 0 70px 0 73px;
	background-color: #FCFCF9;
	background-image: url('/images/background_store.jpg');
	/*background-repeat: no-repeat;*/
	text-align: left;
	width: 732px;
	height: 333px;
	/*border-top: 4px solid #FFF;
	border-right: 4px solid #FFF;
	border-bottom: 4px solid #FFF;*/		
}

#copy-newsletter {
	position:relative;
	margin: 0 auto;
	/*padding: 0 70px 0 73px;*/
	background-color: #FCFCF9;
	background-image: url('/images/background_store.jpg');
	/*background-repeat: no-repeat;*/
	text-align: left;
	width: 732px;
	height: 333px;
	/*border-top: 4px solid #FFF;
	border-right: 4px solid #FFF;
	border-bottom: 4px solid #FFF;*/		
}

#login {
	position:relative;
	margin: 0 auto;
	padding: 6px 0 0 12px;
	text-align: left;
}

#main {
	position:relative;
	margin: 0 auto;
	padding: 0;
	background-color: #FCFCF9;
	background-image: url('/images/background.jpg');
	background-repeat: no-repeat;
	text-align: center;
	width: 732px;
	height: 333px;
	/*border-top: 4px solid #FFF;
	border-right: 4px solid #FFF;
	border-bottom: 4px solid #FFF;*/		
}

#brand {
	/*padding: 11px 0 14px 11px;*/
	margin: 1px 0 4px 589px;
	text-align: right;
	background-color: #FCFCF9;
	border-top: 1px solid #646664;
}
#cartbrand {
	/*padding: 11px 0 14px 11px;*/
	margin: 1px 0 4px 4px;
	/*text-align: right;*/
	background-color: #FCFCF9;
	border-top: 1px solid #646664;
	
}

#email {
	margin: -1px 0 0 502px;
	/*top padding: 22px; 
	left padding: 502px;
	width: 260px;
	height: 23px;
	background: #7F7F7F;*/
}

#footer {
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	margin: 13px 0 33px 0;
	width: 776px;
}

#footer p {
	font-size: 8pt;
	color: #808080;
	text-align: center;
	/*margin: 17px;*/
}

.email:link {
	color: #41770F;
	text-decoration: none;
}

.email:visited {
	color: #41770F;
	text-decoration: none;
}

.email:hover {
	color: #41770F;
	text-decoration: underline;
}

.error {
	color: #C00;
	font-weight: bold;
}

.picture {
	margin: 0 11px 0 0;
	float: left;
	border: none;
}

.photo-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
}

.small {
	font-size: 8pt;
}

.spacer {
	clear: both;
}

.subnav {

	margin: 17px 0px 0px 0px;
	padding: 0;
	background-image:url(/sunshop08/images/bg_welcome.gif);
}

.tea-white-space {
	margin: 0 0 17px 0;
	padding: 0;
	height: 315px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFF;
	text-align: center;
	border-bottom: 1px solid #646563;
}

ul.small {
	font-size: 11px;
	padding: 5px;
	margin: 5px;
}

ul.small li {
	font-size: 11px;
	padding: 0 0 10px 0;
}

blockquote {
	margin: 0px auto;
	padding: 0px 0px 0px 20px;
}

.form-contain {
	border: none;
	border-collapse: collapse;
}

.form-contain td {
	padding: 3px 3px 3px 11px;
	vertical-align: top;
}

.form-contain td.formw {
	width: 100%;
}

.label {
	color: #000;
	font-size: 13px;
	text-align: right;
	white-space: nowrap;
}	

.btn-contain {
	clear: both;
	text-align: right;
	margin: 5px 0 0 0;
}