@charset "UTF-8";
/* CSS Document */

body {
	/*background-image:url(../../images/winter_pattern3.jpg);*/
	/*background-image:url(../../images/spring_pattern.jpg);*/ 
	background-image:url(../../images/summer_bg.jpg);
	/*background-image:url(../../images/fall_pattern.jpg);*/
	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;
	vertical-align: bottom;
}

 a:visited, a:active, a:link {
	color: #5E56BB;
	text-decoration: none;
}

a:hover {
/*	color: #936;
*/	text-decoration: none;
}
	
	
/* GENERAL CONTAINER FOR STORE */

#main_container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #000000;
	background-image: url(../grfx/papdes_2gr.png);
	text-align: left;
} 

#main_container_ss {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #000000;
	background-image: url(../grfx/papdes_2agr.png);
	text-align: left;
} 

/* CONTAINER FOR ACCOUNT, CHECKOUT, NO SIDEBAR */

#container_account {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 10px;
	margin-bottom: 10px;	
	border: 1px solid #000000;
	text-align: left;
	background-image: url(../grfx/leaf_pattern_gr.jpg);
}

/* CONTAINER FOR ACCOUNT, CHECKOUT, SIDEBAR */

#container_account_sidebar {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #000000;
	text-align: left;
	background-image: url(../grfx/leaf_pattern_bwr.png);
} 

#header {
height: 168px;
background-image:url(../grfx/sb_logo2.jpg)
} 

/* CATTREE SIDEBAR */

#sidebar_cattree {
float: left; /* since this element is floated, a width must be given */
width: 202px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
margin-top: 30px;
margin-bottom: 20px;
padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
}

/* FOOTER */

#footer {
	height: 26px;
	background-color: #FC0;
	
	padding-top: 10px;
	/*padding-right: 10px;*/
	padding-bottom: 0;
	/*padding-left: 20px;*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cc9966;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color: #960;
	font-size: 14px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}

#footer p a:link, #footer p a:visited {
color: #5E56BB;
text-decoration:none;
}

#footer p a:hover {
color: #936;
text-decoration:none;
}

.suzumebachi_design {
font-style: normal;
}

.samara_botane {
font-style: normal;
}

/* TAB NAVIGATION BAR, CONTENTS CONTROLLED BY TBM CSS */

#navbar {
margin-left: 202px;
height: 82px;
padding-top: 86px;
position: relative;
}

.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;
}

/* PREVIOUS NEXT SEARCH BREADCRUMBS CATEGORY-PRODUCT NAME */

#previous_next {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}

#prod_cat_name {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	font-weight: bold;
	color: #333;
}


#search_wrap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 30px;
	width: 570px;
	text-align: right;
	float: right;
	color: #666;
	margin-right: 12px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C63;
}

#search_wrap2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 25px;
	width: 300px;
	text-align: right;
	float: right;
	color: #666;
	font-variant: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}

#breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-weight: normal;
	font-size: 11px;
	font-variant: normal;
	line-height: normal;
}

#catprd_name {
/*	padding-top: 20px;
*/	margin-right: 0px;
	margin-bottom: 10px;
	margin-right: 12px;
	width: 570px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	font-weight: bold;
	color: #666;
	text-align: left;
	float: right;
}


#catprd_name2 {
	margin-top: 10px;
	margin-right: 14px;
	margin-bottom: 10px;
	float: right;
	width: 570px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	font-weight: bold;
	color: #666;
	text-align: left;
}

#catprd_name2 h1{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	font-weight: bold;
	color: #666;
	text-align: left;
	line-height: 30px;
	height: 28px;
	display: inline;
}
	

#catprd_name h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	font-weight: bold;
	color: #666;
	text-align: left;
	line-height: 30px;
	height: 28px;
	display: inline;
}


/* STOREFRONT */


#storefront {
	float: left;
	width: 540px;
	height: 425px;
	margin-top: 15px;
	margin-bottom: 20px;
	position: relative;
	margin-left: 30px;
}

#landing {
	float: right;
	width: 520px;
	/*height: 425px;*/
	margin-top: 15px;
	margin-bottom: 20px;
	position: relative;
	background-color: #FFF;
	border: 1px solid #333;
	padding: 20px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	color: #333;
	margin-right: 20px;
}

#landing h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	color: #333;
	font-variant: small-caps;
}

#landing h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color: #333;
	font-variant: small-caps;
}

#landing h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #333;
	font-variant: small-caps;
}

#landing h4 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #333;
}



/* CATEGORY PAGES */

#displ_cat {
	margin-left: 220px;
	width: 560px;
	height: auto;
	margin-top: 30px;
}

#content_cont_topcat {
	float: right;
	width: 544px;
	/*padding-right: 12px;
	padding-left: 12px;*/
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 0px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border: 1px solid #93A6B4;
}

#cat_name {
	float: right;
	width: 564px;
	margin-top: -20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#cat_header {
	width: 570px;
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 2px;
	float:right;
	font-size: 12px;
	color: #333;
}

#prod_tab {
	float: right;
	width: 570px;
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 20px;
}

#abcdefg {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	}

#abcdefg a:link,
#abcdefg a:visited, {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
}

#abcdefg a:hover,
#abcdefg a:active,
#abcdefg a:focus {
	color: #000000;
	background-color: #98bdcb;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}

#pagesfound {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

#pagesfound a:visited,
#pagesfound a:active,
#pagesfound a:link {
	color: #5E56BB;
	text-decoration: none;
	background-color: transparent;
	font-weight: normal;
	font-size: 12px;
}

#pagesfound a:hover,
#pagesfound a:focus {
	color: #936;
	text-decoration: none;
	background-color: transparent;
	font-weight: normal;
	font-size: 12px;
}


#prod_list_table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
}

#product_list_table a:visited,
#product_list_table a:active,
#product_list_table a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5E56BB;
	text-decoration: none;
	background-color: transparent;
	font-weight: normal;
	font-size: 12px;
}

#product_list_table a:focus, 
#product_list_table a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #936;
	text-decoration: none;
	background-color: transparent;
	font-weight: normal;
	font-size: 12px;
}

#pagination {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #d6812d;
	text-align:right;
}

/* PRODUCT PAGES */

#content_cont {
	float: right;
	width: 577px;
	margin-top: 10px;
	padding-bottom: 20px;
	position: relative;
}

#sidebar2 {
float: right; /* since this element is floated, a width must be given */
width: 145px; /* padding keeps the content of the div away from the edges */
margin-top: 0px;
padding-top: 0px;
margin-right: 12px;
padding-bottom: 10px;
padding-left: 0px;
font-size: 12px;
line-height: 25px;
font-family: Arial, Helvetica, sans-serif;
color: #666;
} 

#tab_wrapper {
	width: 412px;
	float: left;
	margin-right: 8px;
}

#prod_img_wrapper {	position:absolute;
left:449px;
top:48px;
width:140px;
height:168px;
z-index:8;
background-color: #00FFFF;
}

/*.thrColFixHdr #container #mainbody_account {
	float: right;
	width: 564px;
	margin-right: 20px;
	margin-bottom: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666;
	text-align: left;
}*/

/*.thrColFixHdr #container #mainbody_account form .account_column.pad .floatleft {
	width: 280px;
	text-align: right;
}

#bill_to {
	float: none;
	width: 280px;
}

.account_column_floatright {
	float: right;
	width: 280px;
}

.account_column_floatleft {
	float: left;
	width: 280px;
	font-size: 16px;
}

.account_column_floatleft .floatleft {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: right;
	color: #666;
}

.account_column_floatright .floatleft {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: right;
	color: #666;
}

#bold_required {
	color: #666;
}

.floatleft_optional {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #33C;
	text-align: right;
}*/

/*#italic_optional {
	color: #33C;
}

#italic_optional {
	color: #33C;
}

*/ 

/* ACCOUNT AND CHECKOUT PAGES  */

#mainbody_custlogin {
	float: right;
	width: 300px;
	margin-right: 250px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666;
	text-align: right;
	margin-bottom: 30px;
}

#mainbody_basketempty {
	float: right;
	margin-top: 100px;
	margin-right: 188px;
	margin-bottom: 100px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #900;
}

#basket_content {
	float: right;
	margin-top: 10px;
	margin-right: 20px;
margin bottom: 15px;
	width: 563px;
}
					   
/* ACCOUNT PAGES */

#mainbody_account {
	width: 564px;
	font-size:95%;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	float: right;
	}

#topbar {
	width: 100%;
	float:left;
	background-color: #C60;
	background-image: none;
	background-repeat: repeat-x;
	background-position: left bottom;
    }
		
.clear {
	clear:both;
	}

.floatleft {
	float: left;
	}

.floatright {
	float:right;
	}	
	
.account_column {
	width: 280px;
	float:left;
	}	

.account_column h5 { width: 180px; clear: both; }
.account_column input { margin-bottom: 3px; display:block; margin-left: 180px; }
.account_column select { margin-bottom: 3px; display:block; margin-left: 180px; }

.paymentdetail {
	width: 130px;
	display:block;
	height: 26px;
	float:left;
	}
	
.invalid {
	color: #FF0000;
	}
	
.pad {
    margin-top: 25px;
	}
	
	#print_invoice {
	}
	
#account_name {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	/*background-color: #FC0;*/
	text-align: center;
	padding: 20px;
}

#login_name {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	color: #666;
	/*	background-color: #FC0;*/
	text-align: left;
	float: right;
	width: 570px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;	/*
border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FC0;
*/
}

#grey {
	color: #999999;
}

#continue {
	float: right;
	width: 564px;
	margin-bottom: 20px;
	margin-right: 20px;
}

#thnx {
	float: right;
	margin-top: 80px;
	margin-bottom: 60px;
	margin-right: 150px;
	color: #50a1da;
	font-size: 16px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
}

/*BADGES*/

#bbb_badge {
	position:absolute;
	left:-825px;
	top:165px;
	width:60px;
	height:96px;
	z-index:2;
	margin-left: 50%;
}

#geotrust_badge {
	position:absolute;
	left:-880px;
	top:269px;
	width:115px;
	height:55px;
	z-index:3;
	margin-left: 50%;
}

#mcafee_badge {
	position:absolute;
	width:125px;
	height:55px;
	z-index:1;
	left: -884px;
	top:333px;
	margin-left: 50%;
}
#shop_app_logo_badge {
	position:absolute;
	width:127px;
	height:54px;
	z-index:1;
	left: -894px;
	top:394px;
	margin-left: 50%;
}
#cc_logo_badge {
	position:absolute;
	left:58px;
	top:165px;
	width:78px;
	height:212px;
	z-index:4;
	margin-left: 50%;
}

/* SPECIALS CATEGORY PAGE */

#specials_container {
	width: 564px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	float: right;
	font-size: 12px;
	color: #333;
	background-color: #FFF;
	height: 270px;
	border: 1px solid #666;
	position: relative;
	-moz-border-radius:2ex;
	-webkit-border-radius:2ex;
	background-image: url(../grfx/sale_item_lg.png);
	background-repeat: no-repeat;
/*
	background-position: 20px 20px;
*/
}

#sp_prod_descrip {
	font-style:normal;
	width: 350px;
	position: absolute;
	left: 15px;
	top: 15px;
	height: 150px;
}

	#special_image {
	width: 175px;
	position: absolute;
	top: 15px;
	left: 375px;
	height: 240px;
	background-color: #966;
}

#sp_attrib_price {
	position: absolute;
	left: 15px;
	top: 175px;
	width: 180px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	height: 80px;
}

#sp_prod_descrip h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #366;
	display: inline;
}

#sp_attrib_price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	line-height: 12px;
}

#specials_container #spec_addtobasket {
	position: absolute;
	width: 160px;
	top: 175px;
	left: 390px;
	height: 80px;
}

#specials_container #sp_attributes {
	position: absolute;
	width: 165px;
	left: 202px;
	top: 175px;
	height: 80px;
}

/* SPECIALS PRODUCT PAGE */

#content_cont #sale_item_logo {
	position: absolute;
	height: 75px;
	width: 76px;
	left: 335px;
	top: 38px;
}

#main_container #header {
}

#header #adthis {
	height: 16px;
	width: 83px;
	float: right;
	position: absolute;
	left: 510px;
	top: 5px;
}
#apDiv8 {
	background-image: url(../grfx/storefront/sbfacade_mod_r2_c2.gif);
}
#main_container #content_wrapper {
	width: 576px;
	float: right;
}

#tab_sidebar_wrapper {
	width: 577px;
	float: right;
}

#container_sitemap {
float:right;
margin-left: 20px;
margin-right: 20px;
}
#box {
	margin-right: 10px;
}

.feedback {
	width: 40px;
	height:60px;
	postion: absolute;
	margin-right: 25px;
	position-bottom:40px;
	position: absolute;
	right: 20px;
	bottom: 40px;
}
	
