﻿.recent-search-action, .recent-search-row
{
	clear: both;
	padding-top: 10px;
}

#left-column
{
	position: absolute;
	width: 205px;
	color: #000;
	padding-top: 10px;
}

#left-column h3
{
	padding-left: 24px;
	color: #000;
	font-size: 13px;
}

#left-column-products
{
	width: 205px;
	margin: 0;
	padding-left: 0;
	padding-bottom: 15px;
	list-style: none;
}

#left-column-products li
{
	margin: 0;
	width: 169px;
	padding: 0 12px 6px;
}

#left-column-products li a
{
	text-decoration: none;
	font-size: 13px;
	font-weight: 700;
	color: #666;
	display: block;
}

#left-column-products li a:hover
{
	text-decoration: none;
	font-weight: 700;
	color: #000;
}

#left-column-products li ul
{
	margin: 0;
	list-style: none;
	padding: 0 0 8px;
}

#left-column-products li ul li
{
	margin: 0;
	padding-left: 12px;
	padding-bottom: 0;
	padding-top: 4px;
}

#left-column-products li ul li a
{
	text-decoration: none;
	font-weight: 400;
	color: #666;
}

#left-column-products li ul li a:hover
{
	text-decoration: none;
	font-weight: 400;
	color: #000;
}

#category-header
{
	padding-right: 20px;
	padding-bottom: 20px;
	color: #666;
}

#category-header h1
{
	font-size: 20px;
	line-height: 20px;
	color: #000;
}

#category-header-image
{
	float: left;
	width: 200px;
	padding-top: 20px;
	text-align: center;
	display: inline-block;
}

#category-header-image img
{
	margin: 0 auto;
}

.category-header-shifted
{
	margin-left: 210px;
}

#webstore-content
{
	max-width: 760px;
	min-height: 400px;
	margin-left: 220px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 30px;
	font-family: Arial;
	font-size: 13px;
	line-height: 130%;
	color: #000;
}

.product-thumb-box
{
	display: inline-block;
	width: 240px;
	height: 300px;
	text-align: center;
	margin: 8px;
}

.product-thumb-img
{
	width: 240px;
	height: 240px;
	overflow: hidden;
	text-align: center;
}

.product-thumb-img img
{
	margin: 0 auto;
}

.product-thumb-titleprice
{
	padding-top: 6px;
	text-align: center;
}

.product-thumb-title
{
	font-family: Lato, 'Open Sans', Arial;
	font-size: 18px;
	font-weight: 900;
	line-height: 18px;
}

.product-thumb-title a, .product-thumb-title a:hover
{
	color: #000;
	text-decoration: none;
	font-weight: 400;
}

.recent-search
{
	padding-top: 10px;
	padding-bottom: 10px;
}

.recent-search-redline
{
	height: 5px;
	border-top: 1px solid #900;
	border-bottom: 1px solid #900;
	margin-top: 5px;
	margin-bottom: 5px;
}

.recent-search-label
{
	float: left;
	width: 50px;
}

.recent-search-field
{
	float: left;
}

.recent-search-field select
{
	width: 130px;
}

.recent-search-action
{
	text-align: center;
}

.product-thumb-img-194
{
	width: 194px;
	height: 150px;
	overflow: hidden;
	text-align: center;
}

.product-thumb-view
{
	max-width: 150px;
	max-height: 150px;
	width: expression(this.width > 150 ? 150:  true);
	height: expression(this.height > 150 ? 150:  true);
}

#product-box-h1
{
	margin-top: 0;
	margin-bottom: 7px;
	font-size: 20px;
}

#product-brand
{
	float: right;
	width: 200px;
	text-align: right;
	margin-top: -25px;
}

.add-to-cart, .not-available
{
	height: 32px;
	text-align: center;
	font-weight: 400;
	line-height: 32px;
	display: block;
	text-decoration: none;
	font-size: 12px;
}

.add-to-cart
{
	margin-top: 8px;
	background-color: #1818c4;
	color: #ff0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 1px 1px 4px #666;
	-moz-box-shadow: 1px 1px 4px #666;
	-webkit-box-shadow: 1px 1px 4px #666;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#2929f9), to(#08078f));
	background: -webkit-linear-gradient(top, #2929f9, #08078f);
	background: -moz-linear-gradient(top, #2929f9, #08078f);
	background: -ms-linear-gradient(top, #2929f9, #08078f);
	background: -o-linear-gradient(top, #2929f9, #08078f);
}

.add-to-cart:hover
{
	color: #fff;
	text-decoration: none;
}

.not-available
{
	margin-top: 8px;
	background-color: #666;
	color: #ccc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 1px 1px 4px #666;
	-moz-box-shadow: 1px 1px 4px #666;
	-webkit-box-shadow: 1px 1px 4px #666;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#666), to(#333));
	background: -webkit-linear-gradient(top, #666, #333);
	background: -moz-linear-gradient(top, #666, #333);
	background: -ms-linear-gradient(top, #666, #333);
	background: -o-linear-gradient(top, #666, #333);
}

.product-wishlist
{
	display: block;
	margin-top: 10px;
	margin-left: 48px;
	padding-left: 20px;
	font-size: 11px;
	line-height: 21pz;
	line-height: color:  #666;
	text-decoration: none;
	background-image: url(//flowersnear.com/images/wishlist-heart.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
}

.product-wishlist:hover
{
	color: #000;
	text-decoration: none;
}

#product-info-tabs
{
	border-bottom: 1px solid #ddd;
	text-align: left;
	height: 35px;
	padding-top: 24px;
	padding-left: 22px;
}

.productInfoTab, .productInfoTabOn
{
	display: inline-block;
	width: 200px;
	height: 34px;
	font-size: 14px;
	text-align: center;
	line-height: 34px;
	font-weight: 700;
}

.productInfoTab
{
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	color: #666;
	text-decoration: none;
}

.productInfoTab:hover, .productInfoTabOn, .productInfoTabOn:hover
{
	color: #000;
	text-decoration: none;
}

.productInfoTabOn
{
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #fff;
}

.filterByOption, .filterByOption-selected
{
	width: 16px;
	height: 16px;
	line-height: 16px;
	margin-right: 1px;
}

.product-info-box
{
	padding-top: 12px;
	display: none;
}

.product-info-boxOn
{
	padding-top: 12px;
}

#filter-color-all
{
	float: right;
	color: #ccc;
	text-decoration: none;
	font-size: 11px;
	padding-right: 30px;
	padding-top: 2px;
}

#filter-color-all:hover
{
	float: right;
	color: #fff;
	text-decoration: none;
}

#filter-color-options
{
	padding-left: 12px;
}

.filterByOption
{
	display: inline-block;
	text-decoration: none;
	border: 1px solid #1e1e1e;
}

.filterByOption:hover
{
	text-decoration: none;
	border: 1px solid #999;
}

.filterByOption-selected
{
	display: inline-block;
	border: 1px solid #fff;
}

.filterByOption-selected:hover
{
	text-decoration: none;
	border: 1px solid #999;
}

.filterByOptionBox
{
	float: left;
	width: 20px;
	height: 20px;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 8px;
	background-size: 20px auto;
	background-position: 0 2px;
	background-repeat: no-repeat;
}

#search-result-controls
{
	padding-left: 20px;
	height: 37px;
	background-color: #1e1e1e;
	font-size: 12px;
	line-height: 37px;
	color: #fff;
}

#search-result-controls select
{
	margin-top: 7px;
	margin-left: 8px;
	padding-left: 8px;
	height: 21px;
	line-height: 21px;
	border: 0;
	font-size: 12px;
	color: #666;
}

#option-options, #paginate-options, #sortby-options
{
	float: left;
	display: inline-block;
	padding-right: 18px;
}

#option-options select, #sortby-options select
{
	width: 140px;
}

#paginate-options select
{
	width: 106px;
}

.checkout-table
{
	width: 100%;
	border: 0;
}

.checkout-table td, .checkout-table th
{
	font-size: 13px;
	border-bottom: 1px solid #ccc;
}

.checkout-table th
{
	font-weight: 700;
	text-align: left;
	border-top: 2px solid #000;
	padding: 8px 15px;
}

.checkout-table td
{
	vertical-align: top;
	color: #000;
	padding: 15px;
}

.checkout-table tr.package-tr
{
	background-color: #eef!important;
}

.checkout-table td.package-td
{
	padding-top: 5px!important;
	padding-bottom: 5px!important;
}

.checkout-freeshipping
{
	text-align: center;
	color: #006;
	font-weight: 700;
}

#checkout-totals
{
	width: 48%;
	margin-left: 52%;
	line-height: 24px;
	padding-bottom: 5px;
}

#checkout-totals-narrow
{
	width: 38%;
	float: right;
	line-height: 24px;
	padding-bottom: 5px;
}

.checkout-totals-left
{
	float: left;
	text-align: left;
	width: 50%;
	font-size: 14px;
	font-weight: 700;
	color: #666;
}

.checkout-totals-right
{
	float: right;
	text-align: right;
	width: 50%;
	font-size: 14px;
	font-weight: 700;
	color: #000;
}

.checkout-blue-button
{
	clear: both;
	margin-top: 8px;
	display: inline-block;
	height: 50px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	line-height: 50px;
	padding-left: 60px;
	padding-right: 60px;
	float: right;
	background-color: #333;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#666), to(#333));
	background: -webkit-linear-gradient(top, #666, #333);
	background: -moz-linear-gradient(top, #666, #333);
	background: -ms-linear-gradient(top, #666, #333);
	background: -o-linear-gradient(top, #666, #333);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.checkout-blue-button:hover
{
	color: #fff;
	text-decoration: none;
	background-color: #666;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#999), to(#666));
	background: -webkit-linear-gradient(top, #999, #666);
	background: -moz-linear-gradient(top, #999, #666);
	background: -ms-linear-gradient(top, #999, #666);
	background: -o-linear-gradient(top, #999, #666);
}

#checkout-totals-grandtotal
{
	border-top: 1px solid #ccc;
	padding-top: 20px;
	padding-bottom: 40px;
}

#checkout-totals-grandtotal>.checkout-totals-left, #checkout-totals-grandtotal>.checkout-totals-right
{
	font-size: 16px;
}

#checkout-left
{
	float: left;
	width: 250px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#checkout-left-wide
{
	width: 58%;
}

#checkout-left-wide h3
{
	margin-top: 0;
	padding-top: 0;
}

#checkout-cc-outer
{
	text-align: center;
}

#checkout-cc-inner
{
	margin: 0 auto;
	text-align: left;
	max-width: 520px;
	padding: 20px;
	-moz-box-shadow: 1px 1px 12px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, .5);
	box-shadow: 1px 1px 12px rgba(0, 0, 0, .5);
}

#product-details-box
{
	position: relative;
	display: block;
	text-align: left;
	min-height: 800px;
}

#product-details-image
{
	float: left;
	width: 450px;
	text-align: center;
}

#product-details-image img
{
	margin: 10px auto;
	width: auto;
	max-width: 450px;
	height: auto;
}

.product-details-itemnumber
{
	font-size: 13px;
	line-height: 13px;
	text-align: center;
	font-style: italic;
}

#product-details-info
{
	margin-left: 540px;
	width: 640px;
	font-size: 18px;
	line-height: 28px;
}
#product-details-info h1
{
	text-align: left;
	font-family: 'Oswald';
	font-size: 26px;
	line-height: 36px;
	font-weight: 900
	color: #000000;
	margin: 0px;
	padding-bottom: 40px;
}

.product-details-price
{
	color: #3D0059;
	font-weight: 400;
}

.product-details-qty-incr, .product-details-qty-incr:hover
{
	color: #000;
	text-decoration: none;
}

#product-details-models
{
	border: 1px solid #ccc;
	margin-top: 20px;
	font-size: 16px;
	line-height: 32px;
	display: table;
}

#product-details-qty
{
	display: table-row;
}

.product-details-qty-incr
{
	display: table-cell;
	height: 34px;
	line-height: 34px;
	width: 25px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	border: 1px solid #ddd;
}

#product-details-qty-input
{
	display: table-cell;
	height: 38px;
	line-height: 38px;
	width: 80px;
	text-align: center;
	font-size: 14px;
	color: #666;
	font-weight: 700;
	border: 1px solid #a2a2a2;
	padding: 0;
	margin-left: 4px;
	margin-right: 4px;
}

#product-details-addtocart
{
	padding: 15px;
	display: table-cell;
	width: 40%;
	text-align: left;
}

#product-details-addtocart a
{
	display: inline-block;
	margin: 0 auto;
	padding-left: 32px;
	padding-right: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	background-color: #680981;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-transform: lowercase;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#customer-testimonials
{
	margin-right: 240px;
}

.customer-testimonial-author, h3.customer-testimonial-header
{
	font-family: Lato, 'Open Sans', Arial;
	font-size: 15px;
	line-height: 16px;
	font-weight: 900;
}

#product-details-addtocart a:hover
{
	color: #fff;
	text-decoration: none;
	background-color: #000;
}

#payment-types
{
	display: table-cell;
	width: 60%;
	text-align: center;
	vertical-align: top;
	padding-top: 43px;
}
#payment-types img
{
	margin: 0 auto;
}

#payment-type-divide
{
	height: 19px;
}

#product-sidebar-related
{
	display: block;
	clear:both;
	text-align: left;
	padding-top: 30px;
}

#product-sidebar-related h4
{
	display: block;
	padding-left: 24px;
}

#product-sidebar-related>.browse-product-box-small
{
	margin-top: 5px!important;
	height: auto;
}

h3.customer-testimonial-header
{
	margin-bottom: 20px;
	color: #000;
}

.customer-testimonial-text
{
	font-size: 15px;
	line-height: 16px;
	font-style: italic;
	margin-bottom: 10px;
}

.customer-testimonial-author
{
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 20px;
}

#checkout-zip
{
	width: 200px;
	height: 30px;
	line-height: 30px;
}

#checkout-delivery
{
	width: 205px;
	height: 36px;
	line-height: 36px;
}

