body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,hr,pre,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;font-size:inherit;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
a:focus {outline: none;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
caption,th{text-align:left; }
pre,code{ font:115% monospace; }
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:400;}
img, fieldset, abbr, acronym { border:0px }
img {vertical-align: bottom;}
q:before{content:'20182018';}
q:after{content:'20192019';}

ol, ul { } 

#shopping_cart ul, .shopping_cart ul {list-style: none; padding: 0; margin: 0;}
/* em, strong{font-style:normal;font-weight:400;} */
a {color: #888; text-decoration: none;}

a:hover {text-decoration: underline;}
/* ---------------------------
	  typography
--------------------------- */

body {
	background:#FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 81.35%;
}

p, ul ,ol ,dl { 
	font-size:1em;
	line-height: 1.54em;
	padding-bottom: 1.54em;

}
img {
	padding-bottom: 1.54em;
	max-width: 710px;
}


.center {text-align: center}
.left {float:left; clear:left;}
.right {float:right; clear:right;}
.clear {clear: both;}

.clearer {  clear:both; overflow: hidden; height: 0;font-size: 1px; line-height: 0;  }


/* ----PAGINATION STYLES---- */
/*----------------------------------------------*/

#pages {
	margin: 0;
}

#pages ul {
	list-style: none;
	float: right;
	margin: 0;
	padding: 0;
}
	
.pages li {
	float: left;
	display: block;
	padding: 4px;
	margin: 0 2px;
	border: 1px #F0F0EE solid;
}

.category_pages {margin-bottom: 25px;}

.category_pages br { display:none;}	/* hides unecessary br tags generated by the application */

/*----------------------------------------------*/


/* ----IMAGE OVERLAYS---- */
/*----------------------------------------------*/

#overlay{
	position:absolute;
	border:1px solid #ccc;
	background:#333 url('/themes/default/images/loading.gif') no-repeat center center;
	padding:2px;
	display:none;
	color:#fff;
}

/*----------------------------------------------*/


input.product_quantity { width: 25px;} /* Don't remove! */

/* ---------------------------
	  message
--------------------------- */

#message { padding: 10px; background: #efefef;}


/* ---------------------------
	  layout
--------------------------- */
#wrapper {
	margin: 0px auto;
	padding: 0 10px;
	width:960px;
	margin-bottom: 150px;
}
#logo {
	width: 960px;
	height:133px; 
}
#logo h1 {
	width: 960px;
	height:133px; 
	overflow:hidden;
	text-indent:-1000px;
	background:#FFF url('/themes/frances/images/francesmay_header.jpg') no-repeat;
}
#logo h1 a {
	display: block;
	width:100%;
	height: 100%;
	border:none;
}

#footer a {
	display: none;
}
.menu {
	list-style: none;
	padding: 0;
	width:700px;
	overflow: hidden;
	font-size: 1.1em;
	margin: 1em 0 0 0;
}
.menu li {
	float: left;
	margin-right: 4.13em;
	
}
.menu li a {
	text-decoration: none;
	color: #666;
}
#container {
	margin-top: 40px;
	overflow: hidden;
}


/* ---------------------------
	  content
--------------------------- */
#content {
	width:710px;
	padding-right: 50px;
	float: left;
}
#content p{
	text-align: left !important;

}
#sidebar h2,  #content .section {
	font-size: 1.2em;
	color: #999;
/* 	letter-spacing: .15em; */
	padding: 20px 0 1em 0;
}

p {
	text-align: left ;
}
#content .section a {
	color: #999;
	text-decoration: none;
}
#content ul li,
#content ol li {
	color: #999;
}
#content ul li a,
#content ol li a {
	color: #666;
	text-decoration: none;
}

/* ---------------------------
	  sidebar
--------------------------- */

#sidebar {
	width:200px;
	float: right;
	font-size: .9em;
}
#sidebar h2, 
#content h1, 
#content .section {
	font-size: 1.2em;
	color: #999;
	padding: 20px 0 0em 0;
	margin-bottom: 20px;
}
#content h1 {
	color: #777;

}
#sidebar p {
	font-size: .8em;	
}
#sidebar a {
	text-decoration: none;
	color: #555;
}
#sidebar a:hover {
	text-decoration: underline;
}
#sidebar ul {
	list-style: none;
	padding: 0;
}
#sidebar ul li {
	color: #999;
}
#sidebar ul li ul li,
#sidebar ul li ol li {
	padding-left: 15px;
}
#sidebar a {
	text-decoration: none;
	color: #555;
}
#sidebar dl dt {

}
#sidebar dl dd {
	margin-bottom: 1em;
}

/* ---------------------------
	  vcard
--------------------------- */

.vcard {
	margin-top: 30px;
	color: #555;
}
.vcard div {
	line-height: 1.5em;
}
.vcard .fn {
	font-size: 1.1em;

}
.vcard .email {
	text-decoration: underline;
	margin-bottom: 1em;
}
.vcard .type {

}
.vcard .adr {
	margin-bottom: 1em;
}
.vcard .tel {
	margin-bottom: 1em;
}

/* ---------------------------
	  blog
--------------------------- */
.blog {
	list-style: none;
	padding: 0;
}
.blog li {
	margin-top: 20px;
	margin-bottom: 4em;
}
.blog li h2 {
	font-size: 1em;
	padding-top: 0px;
}
.blog li h2 a {
	color: #444;
}
.date {
	margin-bottom: 20px;
	font-weight: bold;
	color: #888;
}
.blog li .date {
	font-weight: bold;
	color: #888;
	margin-bottom: 0;

}
.date em {
	font-style: normal;
}
.more {
	font-style: italic;
}
.more:after {
	content: " >>";
}
.blog .description {
	
}
.blog .meta {
	font-style: italic;
	font-weight: bold;
	color: #333;

}
.meta a {
	color: #333;
	font-weight: normal;
	font-style: normal;
}
.taggedlink {
	font-size: 1.8em !important;
	margin: 0 !important;
	padding: 0 !important;
}
.more a {
	color: #333;
}
/* ---------------------------
	  shop home
--------------------------- */
.shop-home {
	
}
.shop-home h2 {
	clear: both;
	font-size: 1.4em;

}
.shop-home h2 a !important{
	color: #888;
}
.shop-home ul {
	padding-bottom: 50px;
	display: block;
	overflow: hidden;
}

.shop h2 {
	clear: both;
}
/* ---------------------------
	  product list
--------------------------- */
.page {
	margin-bottom: 1em;
	padding-top: 0;

}
.page a{
	color: #888;
	text-decoration: none;
}
.product-list {
	padding: 0;
	list-style: none;
}
.product-list li {
	width: 120px;
	padding-right: 50px;
	float: left;
	height: 145px;
	margin-bottom: 15px;
	overflow: hidden;
}
.product-list a {
	display: block;
	width:100px;
	height: 105px;
	background-color: #ddd;
}
.product-list a img {
	height: 100px;
	width:100px;
}
.product-list a:hover {
	background-color: #777;
}

.product-list h2,
.product-list strong {
	font-size: .8em;
	font-weight: bold;
	line-height: 1.1em;
	padding-top: .3em;
	float: left;
}
.product-list p {
	font-size: .75em;
	line-height: 1.2em;
	clear: both;
}

/* ---------------------------
	  product page
--------------------------- */

.product {
	
}
.product .images {
	width:410px;
}
.product img {
	max-width: 410px;
	float: left;
	display: block;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-bottom: 0;

}
.product a img {
	width:100px;
	float: left;
}
.product .images {
	float: left;
	margin-right: 10px;
}
.product .description {
	float: left;
	width:290px;

}
.product .description form {
	margin-bottom: 20px;
}
.product .description a {
	color: #000;
	text-decoration: none;
}
.product .text {


}
.product .meta {
	display: block;
	clear: both;
}
.product .comments {
	clear: both;
	padding-top: 40px;
	display: block;
}
.product .comments h2,
.product .comments h2 {
	font-size: 1.5em;
	padding-top: 0;
}
.product .comments h3 {
	color: #444;
}
.product .comments h3 cite {
	font-weight: bold;
}
.product .comments form h2 {
	font-size: 1.3em;
}
.product .comments ol {
	width:380px;
	float: left;
	margin-right: 30px;
	padding: 0;
}
.product .comments form {
	width:290px;
	float: left;
}
.product .meta h2 {
	font-size: 1.4em;
	border-top: 1px solid #999;
	padding-top: .5em;
	padding-bottom: .5em;
}



/* ---------------------------
	  new product page
--------------------------- */


.product_photo_container { 
	z-index: 1;
	float: left;
	width: 320px;
	margin-right: 20px; 
	padding: 20px 0;
	overflow: hidden;
}

.product_description_container {
	
	padding: 0 0 10px 340px; 
}


#product_detail img { padding: 0; margin: 0; }

#product_detail .product_photo_container { margin-top: -20px; } /*inherits styles from above*/

#product_detail .product_price { margin-top:-5px; margin-bottom: 5px;}
#product_detail .product_price span.product_retail_price {font-size: 1.6em; font-weight: bold;}


/* PHOTOS and Gallery */

.product_gallery {}

.product_gallery_photo, .product_zoom_photo {	
	float: left; display: inline;
	margin: 10px 0 0 10px;
	border: 1px solid #ccc;
}	

.product_gallery_photo img, 
.product_zoom_photo img {width: 40px;}

.product_gallery_photo a, 
.product_zoom_photo a {filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;}	

.product_gallery_photo a:hover, 
.product_zoom_photo a:hover { filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}


/* OPTION dropdowns */

.option_select { margin:2.5em 0 0 0; padding: 0 0 3.5em 0;}
.option_select span { padding-right: 10px; text-transform: uppercase;}
.option_select select { margin-right: 10px; }


/* COMPARE tables */

#product_compare {margin:2.5em 0;}

#product_compare table {width: 100%; clear:none;} 
#product_compare table td {padding:5px; border: 1px dotted #ccc; }
#product_compare table td.compare_name {width: 100px; text-align: left; color: #168381;}
#product_compare table td.compare_value { text-align: left;}


/* DOCUMENTS */

#product_documents {
	margin: 2.5em 0;
}

.product_document {
	width: 100px;
	margin-right: 20px;
	height: auto;
	float: left;
	text-align: center;
	padding: 4px;
	overflow: hidden;
}


/* BRAND */

#product_brand {margin:1em 0;}

#product_brand .brand_description {
	font-style: italic; 
	margin-bottom: 5px;
}	
	

/* RELATED Products */

#related_products h3 { margin: 10px 0;}

#related_products {
	width: 105%;
	margin: 20px -20px 5px 0;
	clear: both;
	overflow: hidden;
}

.related_product {
	width: 109px; height: 165px;
	float: left; display: inline;
	padding: 10px 10px 10px 0;
	margin: 0 10px 0 0;
	overflow: hidden;
}
	
.related_product img {
	width: 100px;
	padding-bottom: 20px;
	display: block;

}
	
.related_product_title {display: block; cursor: pointer; margin-top: 10px;}


/* ADDON Products */

#product_addons { padding-bottom: 40px; }

#product_addons h3 {margin-bottom: 20px;}

.option_addons {margin-top: -20px;} /*moves addons container up if product has options */

.addon_products_frame { width: 1280px; overflow: hidden;} /*frame scrolled by javascript */

.addons {position: relative; padding: 0 25px; height: 140px;  }

.addon_nav_prev {
	width: 23px; height: 85px; 
	padding-top: 55px;
	position: absolute; left: 0; top: 0;
	cursor: pointer;
}

.addon_nav_next {
	width: 23px; height: 85px; 
	padding-top: 55px;
	position: absolute; right: 0; top: 0;
	cursor: pointer;
}

.addon_products {
	height: 140px; width: 100%; 
	margin: 5px 0px 5px 0;
	overflow: hidden;
	clear: none;
}

.addon_product {
	width: 85px; height: 130px;
	float: left; display: inline;
	padding: 5px;
	margin: 0;
	border-right: 1px dotted #ccc;
	overflow: hidden;
	text-align: center;
}
	
.addon_product img {
	height: 60px;
	margin-bottom: 10px;
}

.addon_product_title { display: block; cursor: pointer;}

#product_bundle {clear:right; /*only necessary if price is floated right */ }

table.product_addon {margin-bottom: 10px;}		
table.product_addon td { padding: 10px 5px; vertical-align: middle; }




/* ----BUTTONS AND OPTIONS IN PRODUCT AND CATEGORY VIEWS---- */
/*--------------------------------------------------------------*/
/* NOTES: product_options is the container for buttons on category view */
/* product_button is the container for buttons on the product detail view */
/* ungroup the selectors for unique buttons in each template */

.product_options, .product_button {
	width: 100%; 
	clear: right; /*only necessary if price is floated right */
	padding: 10px 0 0 0;

}

.product_options button, 
.product_options .button,
.product_button button,
#checkout_continue button,
#checkout_return button { 
	padding: 0;
	margin: 0 0 0 16px; 
	width: 101px; height: 34px;
	text-align: center;
	font-weight: bold;
}

.product_options a.button {padding-top: 10px; height: 24px;} /* faux button links */

input.product_quantity { text-align: center; margin: 0 0 0 10px; width: 25px; }

/*----------------------------------------------*/




/* ---------------------------
	  press
--------------------------- */

.press ul {
	list-style: none;
	padding: 0;
}
.press ul li {
	float: left;
	margin: 0 10px 10px 0;
}

/* ---------------------------
	  blog
--------------------------- */
.post #comments {
	margin-top: 5em;
}
.post #comments h2 {
	font-size: 1.4em;
	padding-bottom: 1em;
}
.post #comments ol {
	padding-left: 20px;
}
.post #comments ol li {
	margin-bottom: 2em;
}
.post #comments ol li h3 {
	font-size: 1.1em;
	color: #666;
}
#copyright {
	display: none !important;
}

/* misc stuff to clean up */


#menu_widget,
#pages .pages {
	padding-left: 0;
}
#menu_widget li,
#pages .pages li {
	list-style: none;
	float: left;
	margin-right: .2em;
}
#menu_widget li a,
#pages .pages li a {

}

#cart {
	font-size: 1.1em;
	padding-top: 2em !important;
	display: block !important;
	font-weight: bold !important;
}
#sidebar ul {
	float: none !important;
}
#sidebar ul li {
	float: none !important;
}
.product_search {
	margin-top: 60px;
}
.product_search button {
	margin-top: 3px;
}
.designer {
	display: none;
}