

/* Global Defaults
=====================================================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,tr,th,td,embed,object {
	margin:0;
	padding:0;	
}

table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img,abbr{
	border:0;
}
ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
a,a:link,a:visited,a:hover { 
	color:#333;
	text-decoration:none; 
}
a:focus,a:hover { 
	text-decoration:underline;
}
a img { 
	border:0; 
}
:focus {
	outline: 0;
}
.clear { 
	clear:both; 
}
.displaynone
{
	display:none;
}
.display
{
	display:block;
}
.displayinline
{
	display:inline;
}
.vab
{
    vertical-align: bottom;
}

/* Global Elements
=====================================================================*/
body {
	line-height: 1.6em;
	font:62.5% verdana, arial, serif;
}
.replace{
	position:relative;
	margin:0;
	padding:0;
	/* \*/
	overflow:hidden;
	/* */
}
.replace span{
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.skiplink{
	display:none;
}
.center
{
	margin:auto;
	text-align:center;
	vertical-align:middle;
}
.error_message
{
	font-size:1.3em;
	font-style:italic;
	color:#f00;
	font-weight: bold;
}
/* Start CSS Coding
=====================================================================*/
#wrapper 
{
    position: relative;
	width:896px;
	margin:0 auto;
	background: #fff;
	padding: 0px 5px;
}
#header {
	width:896px;
	height:71px;
}
#logo{
	width:253px;
	height:48px;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:inline;
	float:left;
}
#logo span{
	background:url(/images/logo.png) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}
#headerright {
	width:370px;
	height:71px;
	float:right;
}
#headerright h3 {
	font-size:1.4em;
	padding:0 0 0 10px;
	float:left;
	margin:9px 0 0 0;
}
#frmsearch {
	width:228px;
	height:14px;
	border:1px solid #1e1e1e;
	float:left;
	display:inline;
	margin:9px 0 0 14px;
}
.textboxsearch {
	width:170px;
	height:13px;
	background:#fff;
	border:none;
	font-size:1.0em;
	color:#b0afaf;
	font-family:verdana, arial, serif;
	padding:0 2px;
	float:left;
}
.submitsearch {
	width:54px;
	height:14px;
	font-family:verdana, arial, serif;
	font-size:1.0em;
	color:#fff;
	text-transform:uppercase;
	background:#7e2b08;
	border:none;
	float:right;
}
.topmenu, .easyorder {
	float:right;
	height:19px;
	margin:5px 2px 0 0;
	display:inline;
}
.topmenu li {
	float:left;
	display:inline;
	width:74px;
	height:19px;
	margin:0 0 0 5px;
}
.topmenu li a, .topmenu li a:link, .topmenu li a:visited {
	float:left;
	display:inline;
	width:74px;
	height:16px;
	background:url(/images/back_topmenu.png) no-repeat;
	text-align:center;
	color:#333;
	padding:3px 0 0 0;
}
.topmenu li a:hover {
	text-decoration:none;
}
.easyorder  a
{
	background: url(/images/back_topmenu2.png) no-repeat;
	color:#7E2B08;
	display:inline;
	float:left;
	height:19px;
	margin-right:17px;
	padding-top:2px;
	text-align:center;
	width:94px;
}
#placemainmenu {
	width:896px;
	height:59px;
}
#mainmenu {
	width:650px;
	height:27px;
	float:left;
	margin:8px 0 0 0;
}
#mainmenu li {
	height:27px;
	display:inline;
	float:left;
}
#mainmenu li a, #mainmenu li a:link, #mainmenu li a:visited {
	float:left;
	height:21px;
	display:inline;
	padding:6px 11px 0 11px;
	font-size:1.1em;
	color:#333;
}
#mainmenu li.active {
	background:url(/images/mainmenu_left.png) no-repeat;
}
#mainmenu li.active a, #mainmenu li.active a:link, #mainmenu li.active a:visited {
	background:url(/images/mainmenu_right.png) no-repeat 100% 0;
}

#cartinfo 
{
	width:240px;
	height:32px;
	float:right;
	padding:3px 0 0 0;
}

#cartinfo p 
{
	text-align:right;
	font-size:1.1em;
	color:#666;
	padding:0 2px 0 0;
}

#cartinfo p a, #cartinfo p a:link, #cartinfo p a:visited 
{
	color:#7E2B08;
}

#cartinfo p .special_link, #cartinfo p a.special_link, #cartinfo p a.special_link:link, #cartinfo p a.special_link:visited
{
	color:#666;
}


#cartinfo p span 
{
	color:#7e2b08;
}

.submenu 
{    
	width:896px;
	height:24px;
	background:#e4dbb8 url(/images/submenu_right.png) no-repeat 100% 0;
	clear:both;  
	display: none;
}

.active
{
    display: block;
}

.submenu li 
{	
	display:inline;
	float:left;
}

.submenu li a, .submenu li a:link, .submenu li a:visited 
{
	float:left;
	height:19px;
	display:inline;
	padding:5px 10px 0 10px;
	font-size:1.1em;
	color:#333;
}

.submenu li a:hover 
{
	color:#7e2b08;
	text-decoration:none;
}

#main_content 
{
	width:869px;
	margin:11px auto;
}
#maincontenthomepage {
	width:583px;
	float:left;
}
#placeintro {
	width:496px;
	height:314px;
	position:relative;
}
.badgefree {
	width:151px;
	height:156px;
	position:absolute;
	background:url(/images/badge_free.png) no-repeat;
}
.badgefree h3 {
	text-align:center;
	font-size:2.2em;
	color:#fff;
	padding:23px 0 0 0;
}
.badgefree p, .placeboxpromo .badgefree p, #boxintrocart .badgefree p {
	text-align:center;
	font-size:1.6em;
	color:#fff;
	padding:5px 0 0 0;
	line-height:1.3em;
}
#placeintro .badgefree {
	top:45px;
	right:-76px;
}
#slideshow {
	width:570px;
	height:196px;
	background:url(/images/back_slideshow.png) no-repeat;
	margin:9px 0 0 0;
	padding:0 0 0 13px;
}
#slideshow h4 {
	font-size:1.1em;
	color:#7e2b08;
	font-weight:lighter;
	padding:5px 0 0 0;
}

#listslide li {
	width:249px;
	height:150px;
	background:url(/images/sepslide.png) no-repeat 100% 25px;
	text-align:center;
	padding:11px 0 0 0;
}
#listslide li.last {
	width:229px;
	height:158px;

	background:none;
}
#listslide li p {
	font-size:1.2em;
	color:#666;
	padding:4px 15px 0 15px;
	line-height:1.2em;
}
#listslide li p span {
	color:#ed0707;
}

#navhomepage {
	width:274px;
	float:right;
}
#slidenav {
	width:210px;
	height:465px;
	background:url(/images/back_slidenav.png) no-repeat;
	margin:2px 0 0 0;
	padding:55px 32px 0px 32px;
}

#listslidenav 
{        
	width:210px;
	min-height:400px;
	
}
#listslidenav li 
{
	width:210px;
	min-height: 180px;	
	background:url(/images/sepnavslide.png) no-repeat 50% 100%;
	padding-top: 20px;
}
#listslidenav li.last {		
	background:none;
}
.backflyer {	
	background:url(/images/img_flyer.jpg) no-repeat 100% 13px;
}
.backflyer h3 {
	font-size:1.4em;
	color:#7e2b08;
	width:130px;
}
.backflyer p {
	font-size:1.2em;
	font-weight:bold;
	width:130px;
	padding:15px 0;
}
.backflyer p a, .backflyer p a:link, .backflyer p a:visited {
	color:#574023;
}

.backservice h3 {
	text-align:center;
	font-size:1.5em;
}
.backservice p {
	font-size:1.4em;
	font-style:italic;
	margin:5px 0;
	text-align:center;
}
.backservice img {
	float:left;
}
.linkservice, .linkservice:link, .linkservice:visited {
	float:right;
	width:102px;
	text-align:right;
	margin:15px 0 0 0;
	font-size:1.1em;
	font-style:italic;
	color:#3d478a;
}

.breadcrumb
{
    padding-bottom: 15px;
}

.thumbnail_image
{
    height: 100px;
    line-height: 100px;
}

.thumbnail_image img
{    
    vertical-align: middle;
}
#boxcheckouttop {
	width:781px;
	height:14px;
	background:url(/images/boxcheckout_top.png) no-repeat;
	font-size:0;
	margin:10px auto 0 auto;
}
#boxcheckoutback {
	width:741px;
	background:url(/images/boxcheckout_back.png) repeat-y;
	margin:0 auto;
	padding:0 20px;
}
#boxcheckoutbottom {
	width:781px;
	height:14px;
	background:url(/images/boxcheckout_bottom.png) no-repeat;
	font-size:0;
	margin:0 auto;
}
#boxcheckoutback h3 {
	font-size:1.8em;
	color:#666;
	padding:0 0 10px 0;
	float:left;
}
.placetitle {
	width:290px;
	border-bottom:1px solid #666;
	padding:0 0 10px 0;
}
.placetitle span {
	font-size:1.1em;
	color:#7f2b08;
}
.placetitle h4 {
	font-size:1.6em;
	color:#666;
}

.submitcart {
	width:75px;
	height:18px;
	background:url(/images/submitcart.png) no-repeat;
	border:none;
	float:left;
	margin:7px 0 0 11px;
	color:#7e2b08;
	font-size:1.0em;
	font-family:verdana, arial, serif;
	padding:0;
	cursor: pointer;
}

/* Recommended Products
=====================================================================*/
.titleitemdy {
	margin:22px 0 0 0;
	width:219px;
	border-bottom:2px solid #a3a3a3;
	padding:0 0 3px 0;
	font-size:1.2em;
	font-weight:lighter;
	color:#666;
}
.titleitemdy a 
{
	color:#666666 !important;
	text-decoration:none;
}
#listsuggest {
	padding:9px 0 0 0;
	clear:both;
	height: 175px;
}
#listsuggest li {
	width:135px;
	height:175px;
	float:left;

	margin:0 12px 5px 0;
	text-align:center;
}
#listsuggest li {
	font-size:1.1em;
}
#listsuggest li p {
	padding:3px 0;
	line-height:1.3em;
}
#listsuggest li a, #listsuggest li a:link, #listsuggest li a:visited {
	color:#080a70;
	text-decoration:underline;
}


/* Star Rate
=====================================================================*/
.placerating {
	width:60px;
	height:12px;
	position:relative;
}
.rating{
	width:60px;
	height:12px;
	margin:0;
	padding:0;
	list-style:none;
}
.star00 {
	background: url(/images/00.png) no-repeat 0 0;
}
.star10 {
	background: url(/images/10.png) no-repeat 0 0;
}
.star20 {
	background: url(/images/20.png) no-repeat 0 0;
}
.star30 {
	background: url(/images/30.png) no-repeat 0 0;
}
.star40 {
	background: url(/images/40.png) no-repeat 0 0;
}
.star50 {
	background: url(/images/50.png) no-repeat 0 0;
}
.starbrown00 {
	background: url(/images/00brown.png) no-repeat 0 0;
}
.starbrown10 {
	background: url(/images/10brown.png) no-repeat 0 0;
}
.starbrown20 {
	background: url(/images/20brown.png) no-repeat 0 0;
}
.starbrown30 {
	background: url(/images/30brown.png) no-repeat 0 0;
}
.starbrown40 {
	background: url(/images/40brown.png) no-repeat 0 0;
}
.starbrown50 {
	background: url(/images/50brown.png) no-repeat 0 0;
}
#placerateinfo .placerating, .boxreviewtopleft .placerating, .reviewleft .placerating {
	float:left;
	margin:10px 0 0 5px;
	display:inline;
}
.boxreviewtopleft .placerating {
	margin:6px 0 0 5px;
}
.placerating ul.rating li, #listreview .reviewleft ul.rating li {
	padding:0;
	margin:0;
	width:auto;
	float:left;
	text-indent:-5000px;
	height:12px;
}
.div_rating_below_one
{
	font-size:1.1em;	
}
#menureview {
	height:13px;
	margin:10px 0 0 0;
}
#menureview li {
	display:inline;
	float:left;
	height:13px;
	margin:0 8px 0 0;
	font-size:1.1em;
}
#menureview li a, #menureview li a:link, #menureview li a:visited {
	display:inline;
	float:left;
	height:13px;
	padding:0 15px 0 0;
	background:url(/images/bullet2.png) no-repeat 100% 0;
	color:#666;
}


/* Footer
=====================================================================*/
#footer {
	width:896px;
	margin:15px 0 0 0;
	background:url(/images/back_footer.png) no-repeat;
}
#placemenufooter {
	width:665px;
	height:40px;
	float:left;
	padding:14px 0 0 0;
	margin:68px 0 0 0;
}
#frmmaillist {
	width:211px;
	height:52px;
	float:left;
	padding:2px 0 0 0;
	margin:68px 0 0 0;
}
.menufooter {
	width:665px;
}
.menufooter li {
	float:left;
	display:inline;
	font-size:1.2em;
	background:url(/images/bullet1.png) no-repeat 0 8px;
	padding:0 10px;
}
.menufooter li.first {
	padding:0 10px 0 0;
	background:none;
}

.menufooter li img.footericon {
    vertical-align: bottom;
    padding-right: 3px;
}

#frmmaillist label {
	font-size:1.4em;
	font-weight:bold;
	display:block;
}
.textboxmaillist {
	width:120px;
	height:14px;
	border:1px solid #000;
	border-right:none;
	background:#fff;
	font-size:1.0em;
	font-family:verdana, arial, serif;
	padding:0 2px;
	margin:2px 0 0 0;
	vertical-align:middle;
	float:left;
}
.submitmaillist {
	width:54px;
	height:16px;
	border:1px solid #000;
	border-left:none;
	font-family:verdana, arial, serif;
	font-size:1.0em;
	color:#fff;
	text-transform:uppercase;
	background:#7e2b08;
	vertical-align:middle;
	margin:2px 0 0 0;
	float:left;
}
.textcopyright {
	clear:both;
	color:#666;
	text-align:center;
	font-size:1.1em;
	padding:5px 0 20px 0;
}
.placeseo {
	width:896px;
	border-top:2px solid #efe9d4;
}
.placeseo p {
	font-size:1.0em;
	color:#333;
	padding:10px 0 0 0;
}

.swatches
{
    width: 220px;
    margin: 0 auto;
    text-align: center;
}


.fakeicon
{
    clear: both;
}

.color_01
{
    color: #7e2b08;
}

a.color_01, a:visited.color_01, a:hover.color01, a:visited:hover.color_01
{
    color: #7e2b08;
}