/*
	h2.on-sale {
		text-decoration: line-through;
	}
*/


* {
	margin: 0;
	padding: 0;
}

body {
	margin:0;
	padding:0;
	font-family:Tahoma, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	background: #ffffff;
	background-repeat:repeat;
}

img {
	border:0;
}

a {
   color:#007889;
}

#page-wrap {
	background-image: url(images/body_bg.jpg);
	background-repeat:repeat;
	height:1050px;
	min-width: 831px;
	max-width: 831px;
	margin: 0px auto;
	}
	#page-wrap #inside {
		margin: 20px 10px 0px 20px;
		padding-top: 0px;
		padding-bottom: 10px;
	}
	
	#page-wrap-full {
		background-image: url(images/body_bg.jpg);
		background-repeat:repeat;
		min-width: 831px;
		max-width: 831px;
		margin: 0px auto;
		}
		#page-wrap-full #inside {
			margin: 20px 10px 0px 20px;
			padding-top: 0px;
			padding-bottom: 10px;
		}

	#page-wrap-longer {
			background-image: url(images/body_bg.jpg);
			background-repeat:repeat;
			height:1200px;
			min-width: 831px;
			max-width: 831px;
			margin: 0px auto;
		}
		#page-wrap-longer #inside {
				margin: 20px 10px 0px 30px;
				padding-top: 0px;
				padding-bottom: 10px;
		}
		
	#page-wrap-padded {
		background-image: url(images/body_bg.jpg);
		background-repeat:repeat;
		height:900px;
		min-width: 831px;
		max-width: 831px;
		margin: 0px auto;
		}
		#page-wrap-padded #inside {
			margin: 20px 10px 0px 40px;
			padding-top: 0px;
			padding-bottom: 10px;
		}

#logo {
	width:831px;
	height:135px;
	background-image: url(images/topheader.jpg);
	background-repeat:no-repeat;
	z-index:-1;
	padding:0px 0px 45px 0px;
}

#logo-new {
	width:831px;
	height:135px;
	background-image: url(images/topheader_home.jpg);
	background-repeat:no-repeat;
	z-index:-1;
	padding:0px 0px 45px 0px;
}

#logo-wholesale {
	width:831px;
	height:135px;
	background-image: url(images/topheader_wholesale.jpg);
	background-repeat:no-repeat;
	z-index:-1;
	padding:0px 0px 45px 0px;
}

.email_sign_up {
 float:right;
 margin:15px 30px 30px 30px;
 color:#716558;
 padding:10px;
text-align:center;
}

input.email_input {
 width:120px;
 color:#716558;
 margin:5px;
}

/* Navigation */
#nav_logo {
	width:831px;
	float:left;
	height:129px;
}

#nav_logo a{
	color:#fcf7bd;
	text-transform:uppercase;
	text-decoration:none;
	font-family:Tahoma, sans-serif;
}

#nav_logo a:hover{
	color:#fcf7bd;
	text-transform:uppercase;
	text-decoration:underline;
}

#nav_handbags {
	width:300px;
	float:left;
	text-align:center;
}

#nav_handbags a{
	color:#fcf7bd;
	text-transform:uppercase;
	text-decoration:none;
	font-family:Tahoma, sans-serif;
}

#nav_handbags a:hover{
	color:#fcf7bd;
	text-transform:uppercase;
	text-decoration:underline;
}

ul#nav li {
			display:block;
			float:left;
			}
			
			ul#nav li a {
					display:block;
					outline:none;
					width:80px;
					height:15px;
					background:transparent url(images/home_nav.jpg) no-repeat 0 0;
					text-indent:-9009px;
					margin:0px 10px 0 0;
			}

			ul#nav li a:hover {background-position:0px -15px}

/* HOME NAV */
			ul#nav li#home-nav a {
					display:block;
					outline:none;
					width:80px;
					height:15px;
					background:transparent url(images/home_nav.jpg) no-repeat 0 0;
					text-indent:-9009px;
					margin:0px 0px 0 0;
			}

			ul#nav li#about-nav a {
					display:block;
					outline:none;
					width:80px;
					height:15px;
					background:transparent url(images/about_nav.jpg) no-repeat 0 0;
					text-indent:-9009px;
					margin:0px 25px 0 0;
			}

			ul#nav li#blog-nav a {
					display:block;
					outline:none;
					width:40px;
					height:15px;
					background:transparent url(images/blog_nav.jpg) no-repeat 0 0;
					text-indent:-9009px;
					margin:0px 25px 0 0;
			}

			ul#nav li#books-nav a {
					display:block;
					outline:none;
					width:40px;
					height:15px;
					background:transparent url(images/books_nav.jpg) no-repeat 0 0;
					text-indent:-9009px;
					margin:0px 30px 0 0;
			}

			ul#nav li#contact-nav a {
					display:block;
					outline:none;
					width:80px;
					height:15px;
					background:transparent url(images/contact_nav.jpg) no-repeat 0 0;
					text-indent:-9009px;
					margin:0px 20px 0 0;
			}

			ul#nav li#press-nav a {
					display:block;
					outline:none;
					width:50px;
					height:15px;
					background:transparent url(images/press_nav.jpg) no-repeat 0 0;
					text-indent:-9009px;
					margin:0px 10px 0 0;
			}
			
			ul#nav li#cart-nav a {
					display:block;
					outline:none;
					width:80px;
					height:15px;
					background:transparent url(images/cart_nav.jpg) no-repeat 0 0;
					text-indent:-9009px;
					margin:0px 0px 0 0;
			}
			
				ul#nav li#home-nav a:hover {background-position:0px -15px}
				ul#nav li#about-nav a:hover {background-position:0px -15px}
				ul#nav li#blog-nav a:hover {background-position:0px -15px}
				ul#nav li#books-nav a:hover {background-position:0px -15px}
				ul#nav li#contact-nav a:hover {background-position:0px -15px}
				ul#nav li#press-nav a:hover {background-position:0px -15px}
				ul#nav li#cart-nav a:hover {background-position:0px -15px}
			
/*NORMAL NAV*/
ul#nav li#homenav a {
		display:block;
		outline:none;
		width:80px;
		height:15px;
		background:transparent url(images/home_nav.jpg) no-repeat 0 0;
		text-indent:-9009px;
		margin:130px 0px 0 0;
}

ul#nav li#aboutnav a {
		display:block;
		outline:none;
		width:80px;
		height:15px;
		background:transparent url(images/about_nav.jpg) no-repeat 0 0;
		text-indent:-9009px;
		margin:130px 30px 0 0;
}

ul#nav li#blognav a {
		display:block;
		outline:none;
		width:40px;
		height:15px;
		background:transparent url(images/blog_nav.jpg) no-repeat 0 0;
		text-indent:-9009px;
		margin:130px 30px 0 0;
}

ul#nav li#booksnav a {
		display:block;
		outline:none;
		width:40px;
		height:15px;
		background:transparent url(images/books_nav.jpg) no-repeat 0 0;
		text-indent:-9009px;
		margin:130px 30px 0 0;
}

ul#nav li#contactnav a {
		display:block;
		outline:none;
		width:80px;
		height:15px;
		background:transparent url(images/contact_nav.jpg) no-repeat 0 0;
		text-indent:-9009px;
		margin:130px 30px 0 0;
}

ul#nav li#pressnav a {
		display:block;
		outline:none;
		width:50px;
		height:15px;
		background:transparent url(images/press_nav.jpg) no-repeat 0 0;
		text-indent:-9009px;
		margin:130px 30px 0 0;
}

			ul#nav li#homenav a:hover {background-position:0px -15px}
			ul#nav li#aboutnav a:hover {background-position:0px -15px}
			ul#nav li#blognav a:hover {background-position:0px -15px}
			ul#nav li#booksnav a:hover {background-position:0px -15px}
			ul#nav li#contactnav a:hover {background-position:0px -15px}
			ul#nav li#pressnav a:hover {background-position:0px -15px}


			ul#navtwo li {
						display:block;
						float:left;
						position:relative;
						left:365px;
						padding:0 5px;
						}

			ul#navtwo li a {
					display:block;
					outline:none;
					width:120px;
					height:15px;
					background:transparent url(images/home_nav.jpg) no-repeat 0 0;
					text-indent:-9009px;
			}
			
			ul#navtwo li a:hover {background-position:0px -15px}

			ul#navtwo li#storenav a {
					display:block;
					outline:none;
					width:120px;
					height:15px;
					background:transparent url(images/store_locator_nav.jpg) no-repeat 0 0;
					text-indent:-9009px;
			}

			ul#navtwo li#wholesalenav a {
					display:block;
					outline:none;
					width:120px;
					height:15px;
					background:transparent url(images/wholesale_nav.jpg) no-repeat 0 0;
					text-indent:-9009px;
			}
			
			ul#navtwo li#viewcartnav a {
					display:block;
					outline:none;
					width:120px;
					height:15px;
					background:transparent url(images/view_cart_nav.jpg) no-repeat 0 0;
					text-indent:-9009px;
			}
			
			ul#navtwo li#affiliatenav a {
					display:block;
					outline:none;
					width:120px;
					height:15px;
					background:transparent url(images/affiliate_nav.jpg) no-repeat 0 0;
					text-indent:-9009px;
			}

			ul#navtwo li#storenav a:hover {background-position:0px -15px}
			ul#navtwo li#wholesalenav a:hover {background-position:0px -15px}
			ul#navtwo li#viewcartnav a:hover {background-position:0px -15px}
			ul#navtwo li#affiliatenav a:hover {background-position:0px -15px}

#toll-free {
	float:left;
	margin-left:20px;
	color:#716558;
	text-align:center;
}

/* Three Column Setup*/

#category {
	width:160px;
	height:650px;
	text-align:left;
	float:left;
	border-right:1px solid #007889;
	padding-right:10px;
	margin-right:10px;
}

#main {
	width:435px;
	height:750px;
	text-align:left;
	float:left;
	display:inline;
}

#main-home {
	width:435px;
	height:850px;
	text-align:left;
	float:left;
	display:inline;
}

#main-w {
	width:535px;
	height:750px;
	text-align:left;
	float:left;
	display:inline;
}

#main-promotional {
	width:535px;
	height:750px;
	text-align:left;
	display:inline;
}

#home_flash {
	width:275px;
	border:0;
	margin-left: auto;
	margin-right: auto;
	padding:10px 0;
}

#right {
	width:180px;
	height:650px;
	text-align:left;
    float:left;
	border-left:1px solid #007889;
}

#footer {
	background-image: url(images/bottom_content.jpg);
	width:831px;
	height:58px;
	float:left;
	}
	#footer #insidef {
		margin: 20px 10px 0px 20px;
		padding-top: 0px;
		padding-bottom: 10px;
	}

#close_wrap {
	background-image: url(images/bottom_wrap.jpg);
	background-repeat:no-repeat;
	width:831px;
	height:12px;
	float:left;
}

/* Text Classes */

.title {
	text-align:center;
}

.title h1{
	text-decoration:bold;
	color:#007889;
	font-size:14px;
}

h1.title{
	text-decoration:bold;
	color:#007889;
	font-size:16px;
}

h1.home-title{
	text-decoration:bold;
	color:#007889;
	font-size:18px;
	text-align:center;
}

h2.title{
	text-decoration:bold;
	color:#007889;
	font-size:13px;
}

p.home {
	color:#007889;
	font-size:13px;
	margin:10px;
}

p.click-on {
	color:#716558;
	font-size:13px;
	margin:10px;
}

p.homesm {
	color:#007889;
	font-size:12px;
	margin:10px;
}

p.homegr, p.homegr a {
	color:#716558;
	font-size:12px;
	margin:5px;
}

p.home-black {
	color:#000000;
	font-size:13px;
	margin:10px;
}

p.centered, h2.centered {
	text-align:center;
}

.left_content {
	color:#007889;
}

.left_content h1{
	text-decoration:bold;
	color:#007889;
	font-size:14px;
}

.left_content h2 a{
	text-decoration:bold;
	color:#007889;
	font-size:13px;
}

.left_content a{
	color:#007889;
	text-decoration:none;
	padding:0 0 0 10px;
	font-size:12px;
}

.left_content a:hover{
	color:#007889;
	text-decoration:underline;
	padding:0 0 0 10px;
}

.footer_content {
	text-align:center;
	color:#007889;
}

.footer_content a{
	text-decoration:none;
	color:#007889;
	padding:0 10px;
}

.footer_content a:hover{
	text-decoration:underline;
}

/* Other Layouts */

#central {
	width:795px;
	height:650px;
	text-align:left;
	float:left;
}

#largemain {
	width:480px;
	height:650px;
	text-align:left;
	float:left;
	display:inline;
}

#rightmain {
	width:295px;
	text-align:left;
	float:left;
	border:none;
	display:inline;
}

#sectionone {
	width:595px;
	height:310px;
	text-align:left;
	float:left;
}

#sectiontwo {
	width:595px;
	height:310px;
	text-align:left;
	float:left;
	border-top:1px solid #007889;
}
#insidesectiontwo{
	padding: 30px 0 0 0;	
	}

#central-faq {
	width:795px;
	height:725px;
	text-align:left;
	float:left;
	}
	
/* Home Specific */
#category-home {
	width:160px;
	height:850px;
	text-align:left;
	float:left;
	border-right:1px solid #007889;
	padding-right:10px;
	margin-right:10px;
}

#category-home-new {
	width:160px;
	height:auto;
	text-align:left;
	float:left;
	border-right:1px solid #007889;
	border-bottom:1px dotted #007889;
	padding-right:10px;
	margin-right:10px;
	padding-bottom:10px;
}

.left_content-home {
	color:#007889;
	font-size:11px;
}

.left_content-home h1{
	text-decoration:bold;
	color:#007889;
	font-size:13px;
}

.left_content-home h2 a{
	text-decoration:bold;
	color:#007889;
	font-size:12px;
}
.left_content-home a{
	color:#007889;
	text-decoration:none;
	padding:0 0 0 10px;
}

span.pad {
	margin:0 0 0 10px;
}

.left_content-home a:hover{
	color:#007889;
	text-decoration:underline;
	padding:0 0 0 10px;
}

.category-images{
	width:445px;
}

.category-images li {
	display:block;
	float:left;
	list-style-type: none;
	width:145px;
}

.press-images{
	width:400px;
	height:135px;
	margin-top:15px;
}

.press-images li {
	display:block;
	float:left;
	list-style-type: none;
	width:80px;
	margin-left:7px;
}

.press-images li.first {
	display:block;
	float:left;
	list-style-type: none;
	width:80px;
	margin-left:40px;
}


.additional-images{
	width:435px;
	height:100px;
	margin-top:10px;
}

.additional-images li {
	display:block;
	float:left;
	list-style-type: none;
	width:80px;
	margin-left:29px;
}

.additional-images li.first {
	display:block;
	float:left;
	list-style-type: none;
	width:80px;
	margin-left:100px;
}

img.category-one {
	margin:5px 0px 5px 5px;
	border:1px solid #007889;
}

img.category-mag {
	margin:5px 0px 5px 5px;
	height:90px;
	width:auto;
}

img.category-additional {
	margin:0px 5px 5px 5px;
	height:80px;
	width:auto;
}

img.entertainment {
	margin-left:20px;
}

img.category-bags {
	margin:5px;
	border:1px solid #007889;
}

.category-images-left{
	width:215px;
	float:left;
	text-align:center;
}

.category-images-right{
	width:215px;
	float:left;
	text-align:center;
}

a.under {
	text-decoration:none;
}

a:hover.under {
	text-decoration:underline;
}

a.nounder {
	text-decoration:none;
}

a:hover.nounder {
	text-decoration:none;
}

a.collage {
	color:#716558;
}

a:hover.collage {
	color:#716558;
}

img.category-image {
	width:200px;
}

img.category-imagesm {
	width:150px;
}

#right-home {
	width:180px;
	height:850px;
	text-align:left;
    float:left;
	border-left:1px solid #007889;
}
	
/* About Specific */

#page-wrap-about {
		background-image: url(images/body_bg.jpg);
		background-repeat:repeat;
		height:1050px;
		min-width: 831px;
		max-width: 831px;
		margin: 0px auto;
		}
		#page-wrap-about #inside {
			margin: 20px 10px 0px 30px;
			padding-top: 0px;
			padding-bottom: 10px;
		}

	/* #category-sm {
		width:160px;
		height:750px;
		text-align:left;
		float:left;
		border-right:1px solid #007889;
		padding-right:10px;
		margin-right:10px;
	}
	*/
	
	#category-sm { 
		width:160px;
		height:950px;
		text-align:left;
		float:left;
		border-right:1px solid #007889;
		padding-right:10px;
		padding-bottom:10px;
		margin-right:10px;
	}
	
	#category-sm-about { 
		width:160px;
		height:750px;
		text-align:left;
		float:left;
		border-right:1px solid #007889;
		padding-right:10px;
		padding-bottom:10px;
		margin-right:10px;
	}
	
	.left_content-sm {
		color:#007889;
		font-size:11px;
	}

	.left_content-sm h1{
		text-decoration:bold;
		color:#007889;
		font-size:13px;
	}
	
	.left_content-sm h2 a{
		text-decoration:bold;
		color:#007889;
		font-size:12px;
	}
	.left_content-sm a{
		color:#007889;
		text-decoration:none;
		padding:0 0 0 10px;
	}

	.left_content-sm a:hover{
		color:#007889;
		text-decoration:underline;
		padding:0 0 0 10px;
	}
	
	/*#largemain-about {
		width:380px;
		height:775px;
		text-align:left;
		float:left;
		display:inline;
	}*/
	
	#largemain-about {
		width:380px;
		height:auto;
		text-align:left;
		float:left;
		display:inline;
	}

	#rightmain-about {
		width:195px;
		text-align:center;
		float:left;
		border:none;
		display:inline;
	}

	#rightmain-about img{
		margin:0 20px;
		width:175px;
	}

/* Contact Us Specific */

	#largemain-contact {
		width:360px;
		height:750px;
		text-align:left;
		float:left;
	}

	#rightmain-contact {
		width:215px;
		text-align:left;
		float:left;
		border:none;
	}	

	#rightmain-contact img{
		width:195px;
		margin:20px;
		
	}
	
	#category-sm-contact {
		width:160px;
		height:700px;
		text-align:left;
		float:left;
		border-right:1px solid #007889;
		padding-right:10px;
		margin-right:10px;
	}

	#page-wrap-contact {
		background-image: url(images/body_bg.jpg);
		background-repeat:repeat;
		height:1000px;
		min-width: 831px;
		max-width: 831px;
		margin: 0px auto;
		}
		#page-wrap-contact #inside {
			margin: 20px 0px 0px 30px;
			padding-top: 0px;
			padding-bottom: 10px;
		}
		/* Press Specific */



			#rightmain-press {
				width:215px;
				text-align:left;
				float:left;
				border:none;
			}	

			#rightmain-press img{
				width:195px;
				margin:20px;

			}

img.cover {
	width:120px;
}

img.hidden {
	display:none;
}

/* FAQ Specific */
#category-sm-faq {
	width:160px;
	height:1300px;
	text-align:left;
	float:left;
	border-right:1px solid #007889;
	padding-right:10px;
	margin-right:10px;
}

.left_content-sm-faq {
	color:#007889;
	font-size:11px;
}

.left_content-sm-faq h1{
	text-decoration:bold;
	color:#007889;
	font-size:13px;
}

.left_content-sm-faq h2 a{
	text-decoration:bold;
	color:#007889;
	font-size:12px;
}

.left_content-sm-faq a{
	color:#007889;
	text-decoration:none;
	padding:0 0 0 10px;
}

.left_content-sm-faq a:hover{
	color:#007889;
	text-decoration:underline;
	padding:0 0 0 10px;
}

#largemain-faq {
	width:390px;
	height:1225px;
	text-align:left;
	float:left;
}

#rightmain-faq {
	width:205px;
	text-align:center;
	float:left;
	border:none;
}

#rightmain-faq img{
	margin:0 20px;
	width:175px;
}

#page-wrap-faq {
		background-image: url(images/body_bg.jpg);
		background-repeat:repeat;
		height:1600px;
		min-width: 831px;
		max-width: 831px;
		margin: 0px auto;
	}
	#page-wrap-faq #inside {
			margin: 20px 10px 0px 30px;
			padding-top: 0px;
			padding-bottom: 10px;
	}
	
/*Link Specific */

#page-wrap-links {
		background-image: url(images/body_bg.jpg);
		background-repeat:repeat;
		height:1300px;
		min-width: 831px;
		max-width: 831px;
		margin: 0px auto;
		}
		#page-wrap-links #inside {
			margin: 20px 10px 0px 30px;
			padding-top: 0px;
			padding-bottom: 10px;
				}
				
#category-sm-links {
	width:160px;
	height:1275px;
	text-align:left;
	float:left;
	border-right:1px solid #007889;
	padding-right:10px;
	margin-right:10px;
			}

.left_content-sm-links {
	color:#007889;
	font-size:11px;
	}

.left_content-sm-links h1{
	text-decoration:bold;
	color:#007889;
	font-size:13px;
	}

	.left_content-sm-links h2 a{
		text-decoration:bold;
		color:#007889;
		font-size:12px;
	}

.left_content-sm-links a{
	color:#007889;
	text-decoration:none;
	padding:0 0 0 10px;
}

.left_content-sm-links a:hover{
	color:#007889;
	text-decoration:underline;
	padding:0 0 0 10px;
}

#largemain-links {
	width:390px;
	height:800px;
	text-align:left;
	float:left;
}

#rightmain-links {
	width:195px;
	text-align:center;
	float:left;
	border:none;
}

#rightmain-links img{
	margin:10px 20px;
	width:150px;
}

/* Books Specific */

#page-wrap-books {
		background-image: url(images/body_bg.jpg);
		background-repeat:repeat;
		height:1475px;
		min-width: 831px;
		max-width: 831px;
		margin: 0px auto;
		}
		#page-wrap-books #inside {
			margin: 20px 10px 0px 30px;
			padding-top: 0px;
			padding-bottom: 10px;
		}

	#category-books {
		width:160px;
		height:1150px;
		text-align:left;
		float:left;
		border-right:1px solid #007889;
		padding-right:10px;
		margin-right:10px;
	}
	
	.left_content-books {
		color:#007889;
		font-size:11px;
	}

	.left_content-books h1{
		text-decoration:bold;
		color:#007889;
		font-size:13px;
	}
	
	.left_content-books h2 a{
		text-decoration:bold;
		color:#007889;
		font-size:12px;
	}
	.left_content-books a{
		color:#007889;
		text-decoration:none;
		padding:0 0 0 10px;
	}

	.left_content-books a:hover{
		color:#007889;
		text-decoration:underline;
		padding:0 0 0 10px;
	}
	
	}
	.left_content-books .centera a{
		color:#007889;
		text-decoration:none;
		text-align:center;
	}

	.left_content-books .centera a:hover{
		color:#007889;
		text-decoration:underline;
		text-align:center;
	}
	
	#largemain-books {
		width:380px;
		height:1175px;
		text-align:left;
		float:left;
	}
	
	#largemain-books img{
		width:200px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	#rightmain-books {
		width:195px;
		text-align:center;
		float:left;
		border:none;
	}

	#rightmain-books img{
		margin:0 20px;
		width:175px;
	}
	
	#rightmain-books p{
		margin:0 20px;
		text-align:center;
		font-style:italic;
	}
	
	/*Store Specific */
#page-wrap-store {background-image: url(images/body_bg.jpg);background-repeat:repeat;height:1930px;min-width: 831px;max-width: 831px;margin: 0px auto;}
#page-wrap-store #inside {margin: 20px 10px 0px 30px;padding-top: 0px;padding-bottom: 10px;}

#page-wrap-store-single {background-image: url(images/body_bg.jpg);	background-repeat:repeat;height:900px;min-width: 831px;max-width: 831px;margin: 0px auto;}
#page-wrap-store-single #inside {margin: 20px 10px 0px 30px;padding-top: 0px;	padding-bottom: 10px;}

#page-wrap-store-two {background-image: url(images/body_bg.jpg);background-repeat:repeat;height:1100px;min-width: 831px;max-width: 831px;margin: 0px auto;}
#page-wrap-store-two #inside {margin: 20px 10px 0px 30px;padding-top: 0px;padding-bottom: 10px;}

#page-wrap-store-three {background-image: url(images/body_bg.jpg);background-repeat:repeat;height:1100px;min-width: 831px;max-width: 831px;margin: 0px auto;}
#page-wrap-store-three #inside {margin: 20px 10px 0px 30px;padding-top: 0px;padding-bottom: 10px;}

#page-wrap-store-four {background-image: url(images/body_bg.jpg);background-repeat:repeat;height:1200px;min-width: 831px;max-width: 831px;margin: 0px auto;}
#page-wrap-store-four #inside {margin: 20px 10px 0px 30px;padding-top: 0px;padding-bottom: 10px;}
															
#page-wrap-store-five {background-image: url(images/body_bg.jpg);background-repeat:repeat;height:1300px;min-width: 831px;max-width: 831px;margin: 0px auto;}
#page-wrap-store-five #inside {margin: 20px 10px 0px 30px;padding-top: 0px;padding-bottom: 10px;}
										
#page-wrap-store-six {background-image: url(images/body_bg.jpg);background-repeat:repeat;height:1550px;min-width: 831px;max-width: 831px;margin: 0px auto;}
#page-wrap-store-six #inside {margin: 20px 10px 0px 30px;padding-top: 0px;padding-bottom: 10px;}
		
#page-wrap-store-seven {background-image: url(images/body_bg.jpg);background-repeat:repeat;height:1750px;min-width: 831px;max-width: 831px;	margin: 0px auto;}
#page-wrap-store-seven #inside {margin: 20px 10px 0px 30px;padding-top: 0px;padding-bottom: 10px;}

#page-wrap-store-eight {background-image: url(images/body_bg.jpg);background-repeat:repeat;height:1950px;min-width: 831px;max-width: 831px;margin: 0px auto;}
#page-wrap-store-eight #inside {margin: 20px 10px 0px 30px;padding-top: 0px;padding-bottom: 10px;}

#page-wrap-store-nine {background-image: url(images/body_bg.jpg);background-repeat:repeat;height:2100px;min-width: 831px;max-width: 831px;margin: 0px auto;}
#page-wrap-store-nine #inside {margin: 20px 10px 0px 30px;padding-top: 0px;padding-bottom: 10px;}

#page-wrap-store-ten {background-image: url(images/body_bg.jpg);background-repeat:repeat;height:2400px;min-width: 831px;max-width: 831px;margin: 0px auto;}
#page-wrap-store-ten #inside {margin: 20px 10px 0px 30px;padding-top: 0px;padding-bottom: 10px;}

#page-wrap-store-eleven {background-image: url(images/body_bg.jpg);background-repeat:repeat;height:2655px;min-width: 831px;max-width: 831px;margin: 0px auto;}
#page-wrap-store-eleven #inside {margin: 20px 10px 0px 30px;padding-top: 0px;padding-bottom: 10px;}

#page-wrap-store-twelve {background-image: url(images/body_bg.jpg);background-repeat:repeat;height:2800px;min-width: 831px;max-width: 831px;margin: 0px auto;}
#page-wrap-store-twelve #inside {margin: 20px 10px 0px 30px;padding-top: 0px;padding-bottom: 10px;}
						
#page-wrap-store-thirteen {background-image: url(images/body_bg.jpg);background-repeat:repeat;height:3200px;min-width: 831px;max-width: 831px;margin: 0px auto;}
#page-wrap-store-thirteen #inside {margin: 20px 10px 0px 30px;padding-top: 0px;padding-bottom: 10px;}

#page-wrap-store-sixteen {background-image: url(images/body_bg.jpg);background-repeat:repeat;height:4200px;min-width: 831px;max-width: 831px;margin: 0px auto;}
#page-wrap-store-sixteen #inside {margin: 20px 10px 0px 30px;padding-top: 0px;padding-bottom: 10px;}

#page-wrap-store-clearance {background-image: url(images/body_bg.jpg);background-repeat:repeat;height:7150px;min-width: 831px;max-width: 831px;margin: 0px auto;}
#page-wrap-store-clearance #inside {margin: 20px 10px 0px 30px;padding-top: 0px;padding-bottom: 10px;}
								
#page-wrap-juicy {background-image: url(images/body_bg.jpg);background-repeat:repeat;height:1300px;min-width: 831px;max-width: 831px;margin: 0px auto;}
#page-wrap-juicy #inside {margin: 20px 10px 0px 30px;padding-top: 0px;padding-bottom: 10px;}						

#category-juicy {width:160px;height:1050px;text-align:left;float:left;border-right:1px solid #007889;padding-right:10px;margin-right:10px;}

#category-sm-store {width:160px;height:1650px;text-align:left;float:left;border-right:1px solid #007889;padding-right:10px;margin-right:10px;}
				
#category-sm-store-single {width:160px;height:600px;text-align:left;float:left;border-right:1px solid #007889;padding-right:10px;margin-right:10px;}
	
#category-sm-store-two {width:160px;height:800px;text-align:left;float:left;border-right:1px solid #007889;padding-right:10px;margin-right:10px;}
	
#category-sm-store-three {width:160px;height:800px;text-align:left;float:left;border-right:1px solid #007889;padding-right:10px;margin-right:10px;}

#category-sm-store-four {width:160px;height:900px;text-align:left;float:left;border-right:1px solid #007889;padding-right:10px;margin-right:10px;}
									
#category-sm-store-five {width:160px;height:1050px;text-align:left;float:left;border-right:1px solid #007889;padding-right:10px;margin-right:10px;}

#category-sm-store-six {width:160px;height:1250px;text-align:left;float:left;border-right:1px solid #007889;padding-right:10px;margin-right:10px;}

#category-sm-store-seven {width:160px;height:1400px;text-align:left;float:left;border-right:1px solid #007889;padding-right:10px;margin-right:10px;}
				
#category-sm-store-eight {width:160px;height:1600px;text-align:left;float:left;border-right:1px solid #007889;padding-right:10px;margin-right:10px;}

#category-sm-store-nine {width:160px;height:1750px;text-align:left;float:left;border-right:1px solid #007889;padding-right:10px;margin-right:10px;}

#category-sm-store-ten {width:160px;height:2000px;text-align:left;float:left;border-right:1px solid #007889;padding-right:10px;margin-right:10px;}

#category-sm-store-eleven {width:160px;height:2305px;text-align:left;float:left;border-right:1px solid #007889;padding-right:10px;margin-right:10px;}

#category-sm-store-twelve {width:160px;height:2500px;text-align:left;float:left;border-right:1px solid #007889;padding-right:10px;margin-right:10px;}
				
#category-sm-store-thirteen {width:160px;height:2900px;text-align:left;float:left;border-right:1px solid #007889;padding-right:10px;margin-right:10px;}

#category-sm-store-sixteen {width:160px;height:3900px;text-align:left;float:left;border-right:1px solid #007889;padding-right:10px;margin-right:10px;}

#category-sm-store-clearance {width:160px;height:6800px;text-align:left;float:left;border-right:1px solid #007889;padding-right:10px;margin-right:10px;}
							
	.left_content-sm-store {
		color:#007889;
		font-size:11px;
		}

	.left_content-sm-store h1{
		text-decoration:bold;
		color:#007889;
		font-size:13px;
		}

		.left_content-sm-store h2 a{
			text-decoration:bold;
			color:#007889;
			font-size:12px;
		}

	.left_content-sm-store a{
		color:#007889;
		text-decoration:none;
		padding:0 0 0 10px;
	}

	.left_content-sm-store a:hover{
		color:#007889;
		text-decoration:underline;
		padding:0 0 0 10px;
	}

	#store-main {
		width:750px;
		text-align:left;
		display:inline;
	}
	
	#affiliate-main {
		width:750px;
		text-align:left;
		display:inline;
	}

	.store-item {
		width:250px;
		height:200px;
		float:left;
	}
	
	.store-item img{
		width:150px;
		height:auto;
	}
	
	.store-item-certificate {
		width:350px;
		height:200px;
		float:left;
	}
	
	.store-item-certificate img{
		width:250px;
		height:auto;
	}
	
	.store-description {
		padding:20px;
		height:170px;
	}
	
	.store-description form {
		margin:0px;
	}
	
	.store-double {
		width:300px;
		height:300px;
		float:left;
	}
	
	.search-results {
		width:260px;
		height:300px;
		float:left;
		text-align:center;
	}
	
	 .search-results img {
		width:150px;
		height:150px;
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
	
	.store-double img {
		width:150px;
		height:auto;
	}
	
	p.shortenwidth {
		width:750px;
	}
	h1.item-title {
		text-decoration:bold;
		color:#007889;
		font-size:14px;
	}
	
	h2.price {
		text-decoration:bold;
		color:#007889;
		font-size:12px;
	}
	
	h2.sale-price {
		text-decoration:bold;
		color:#ff0000;
		font-size:12px;
	}
	
	p.caption {
		color:#007889;
		font-size:13px;
		width:750px;
		margin-right:10px;
	}
	
	p.subcategory {
		color:#007889;
		font-size:13px;
	}
	#category-main {
		width:850px;
		text-align:left;
		display:inline;
	}
	.category-item {
		width:200px;
		float:left;
		padding-bottom:40px;
	}
	
	.category-item img{
		width:150px;
		height:auto;
	}
	
	.category-item-le {
		width:200px;
		float:left;
		padding-bottom:40px;
		padding-left:75px;
	}
	
	.category-item-le img{
		width:150px;
		height:150px;
	}
	/*Betty Specific */

	#page-wrap-betty {
			background-image: url(images/body_bg.jpg);
			background-repeat:repeat;
			height:1525px;
			min-width: 831px;
			max-width: 831px;
			margin: 0px auto;
			}
			#page-wrap-betty #inside {
				margin: 20px 10px 0px 30px;
				padding-top: 0px;
				padding-bottom: 10px;
					}

	#category-sm-betty {
		width:160px;
		height:1225px;
		text-align:left;
		float:left;
		border-right:1px solid #007889;
		padding-right:10px;
		margin-right:10px;
				}

	.left_content-sm-betty {
		color:#007889;
		font-size:11px;
		}

	.left_content-sm-betty h1{
		text-decoration:bold;
		color:#007889;
		font-size:13px;
		}

		.left_content-sm-betty h2 a{
			text-decoration:bold;
			color:#007889;
			font-size:12px;
		}

	.left_content-sm-betty a{
		color:#007889;
		text-decoration:none;
		padding:0 0 0 10px;
	}

	.left_content-sm-betty a:hover{
		color:#007889;
		text-decoration:underline;
		padding:0 0 0 10px;
	}

	#largemain-betty {
		width:390px;
		height:1075px;
		text-align:left;
		float:left;
	}

	#rightmain-betty {
		width:195px;
		text-align:center;
		float:left;
		border:none;
	}

	#rightmain-betty img{
		margin:10px 20px;
		width:175px;
	}

	/*Celeb Specific */

	#page-wrap-celeb {
			background-image: url(images/body_bg.jpg);
			background-repeat:repeat;
			height:1650px;
			min-width: 831px;
			max-width: 831px;
			margin: 0px auto;
			}
			#page-wrap-celeb #inside {
				margin: 20px 10px 0px 30px;
				padding-top: 0px;
				padding-bottom: 10px;
					}

	#category-sm-celeb {
		width:160px;
		height:1400px;
		text-align:left;
		float:left;
		border-right:1px solid #007889;
		padding-right:10px;
		margin-right:10px;
				}

	.left_content-sm-celeb {
		color:#007889;
		font-size:11px;
		}

	.left_content-sm-celeb h1{
		text-decoration:bold;
		color:#007889;
		font-size:13px;
		}

		.left_content-sm-celeb h2 a{
			text-decoration:bold;
			color:#007889;
			font-size:12px;
		}

	.left_content-sm-celeb a{
		color:#007889;
		text-decoration:none;
		padding:0 0 0 10px;
	}

	.left_content-sm-celeb a:hover{
		color:#007889;
		text-decoration:underline;
		padding:0 0 0 10px;
	}

	#largemain-celeb {
		width:390px;
		height:800px;
		text-align:left;
		float:left;
	}

	#rightmain-celeb {
		width:195px;
		text-align:center;
		float:left;
		border:none;
	}

	#rightmain-celeb img{
		margin:10px 20px;
		width:175px;
	}
/* Image */

.black {
	border: 1px solid #007889;
}

img.black {
	border: 1px solid #007889;
}

img.yahoo {
	height:35px;
	width:auto;
	border:0px;
	float:right;
	margin-right:10px;
}

#clear {
	clear:both;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.twoh {
	width:200px;
	height:auto;
}

img.qvc {
	width:150px;
	margin:13px;
}

img.instyle {
	width:150px;
	height:auto;
	margin:235px 13px 13px 13px;
}

h3.qvc {
	text-align:center;
	color:black;
	font-size:14px;
}

h2.red {
	text-align:center;
	font-size:14px;
	font-style:italic;
	padding:5px;
	color:#a10000;
}
p.centerp {
	text-align:center;
}

h2.contactdescription {
	text-align:center;
	font-size:13px;
	font-weight:bold;
	font-family:Verdana;
	padding-left:15px;
	color:#007889;
}

h2.heading {
	text-align:center;
	font-size:13px;
	font-weight:bold;
	font-family:Verdana;
	padding-bottom:5px;
	color:#007889;
}

#sign {
	width:165px;
	height:200px;
	margin:20px;
	text-align:center;
}

/* Form Specific */
span.required {
	color:#ff0000;
}

input.form {
	margin:10px;
	text-align:right;
}

input.first {
	width:100px;
}

input.last {
	width:150px;
}

input.address {
	width:140px;
}

input.info {
	width:90px;
}

input.phone {
	width:100px;
}
input.media {
	width:100px;
}

select.drop {
	margin-left:20px;
}

button.form-button {
	width:75px;
	font-weight:bold;
}

form.press {
	border:1px solid #007889;
	padding:15px;
	background:#ffffff;
}

#press-success {
	width:500px;
	height:300px;
	background:#ffffff;
	border:1px solid #007889;
	margin-left:50px;
	margin-right:50px;
	text-align:center;
}

#flashcontent {
margin-top:10px;
margin-left:105px;
width:225px;
height:225px;
border:1px solid #007889;
}

a.right {
	text-align:right;
	float:right;
	margin-right:70px;
}

p.right {
	float:right;
	text-align:right;
	color:#007889;
	margin-right:70px;
}

p.blue {
	text-align:left;
	color:#007889;
}

p.brown {
	color:#716558;
}

p.small {
	font-size:10px;
}

p.bold {
	font-weight:bold;
}

input.home-btn {
	margin-left:5px;
	padding:3px;
	color: #007889;
	background: #ffffff;
	border: 1px outset #000;
}

input.centerinput {
	background:#fff79a;
}

#center {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

p.celeb {
	font-size:14px;
}

a.celeb {
	text-decoration:none;
}

a:hover.celeb {
	text-decoration:underline;
}

p.white {
	color:#ffffff;
}

p.inside {
	padding-left:25px;
}

a.italic {
	font-style:italic;
}

a.no_underline {
	text-decoration:none;
}

a.push {
	margin-left:15px;
}

img.sm-closeup {
	border: 1px solid #007889;
	padding: 5px;
}

img.fleft {
	float:left;
}

img.fright, h2.fright {
	float:right;
}

img.padding-right {
	padding-right:30px;
}

/* Press Addons */

#largemain-press {
	width:575px;
	height:1600px;
	text-align:left;
	float:left;
}

#category-press {
width:160px;
height:1550px;
text-align:left;
float:left;
border-right:1px solid #007889;
padding-right:10px;
margin-right:10px;
}

#category-press-new {
width:160px;
height:1800px;
text-align:left;
float:left;
border-right:1px solid #007889;
padding-right:10px;
margin-right:10px;
}

#page-wrap-press {
background-image: url(images/body_bg.jpg);
background-repeat:repeat;
height:1800px;
min-width: 831px;
max-width: 831px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
	}
	#page-wrap-press #inside {
		margin: 20px 0px 0px 30px;
		padding-top: 0px;
		padding-bottom: 10px;
	}

	#page-wrap-press-new {
	background-image: url(images/body_bg.jpg);
	background-repeat:repeat;
	height:2050px;
	min-width: 831px;
	max-width: 831px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
		}
		#page-wrap-press-new #inside {
			margin: 20px 0px 0px 30px;
			padding-top: 0px;
			padding-bottom: 10px;
		}

div.press {
	width: 120px;
	float:left;
	border-width: 1px;
	border-color: #007889;
	border-style: solid;
	padding: 5px;
	margin: 5px;
}

div.pressTV {
	width: 265px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}

div.pressTV h2 {
text-decoration:bold;
color:#007889;
font-size: 14px;
}

div.pressTV object, div.pressTV embed, div.pressTV a img {
	float: left;

}

div.pressTV p {
	float: right;
	width: 200px;
}

div.release {
	margin: 0 30px 20px 30px;
	padding: 10px;
	border-bottom-color: #007889;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

div.release a {
	text-decoration: none;
	font-weight: bold;
}

div.release a:hover {
	color: #000066;
}

div.release p.right {
	margin-right: 20px;
	float:none;
}

div.release p.right a {
	font-weight: normal;
}

div.release p.right img {
	vertical-align: middle;	
}

ul.social {
	width:160px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

ul.social li{ 
	width:50px;
	padding: 5px 14px;
	margin: 0;
	list-style: none;
	float:left;
}

ul#slideshow li {
	border:1px solid #007889;
	margin-left:80px;
	margin-top:10px;
	list-style-type: none;
	height:275px;
}

/* Search */
input.searched {
float:left;
width:90px;
padding:3px;
}

.clears {
	clear:both;
}

p.policy {
	padding-right:10px;
}

p.enlarge-five {
	color:#716558;
	width:150px;
	text-align:center;
	position:relative;
	top:-5px;
}

p.enlarge {
	color:#716558;
	width:150px;
	text-align:center;
	position:relative;
	top:-20px;
}

p.enlarge-sm {
	color:#716558;
	width:250px;
	text-align:center;
	position:relative;
	top:-22px;
}

p.enlarge-smb {
	color:#716558;
	width:250px;
	text-align:center;
	position:relative;
	top:-10px;
}

p.enlarge-smz {
	color:#716558;
	width:250px;
	text-align:center;
	position:relative;
	top:0px;
}

ul.affiliates {
	color:#007889;
	margin:10px 60px 20px 210px;
}

h2.join a{
	color:#d00f10;
	margin:0px 125px 0px 20px;
	position:relative;
	top:-5px;
	text-decoration:none;
	font-size:20px;
}

h2.join a:hover{
	text-decoration:underline;
}

h2.join-no-margin a{
	color:#d00f10;
	text-decoration:none;
	font-size:20px;
}

h2.join-no-margin a:hover{
	text-decoration:underline;
}

#category-affiliate { 
	width:160px;
	height:825px;
	text-align:left;
	float:left;
	border-right:1px solid #007889;
	padding-right:10px;
	padding-bottom:10px;
	margin-right:10px;
}

.statement-title {
	width:800px;
}

.statement-title ul li {
	display:block;
	float:right;
	list-style-type: none;
	width:300px;
	height:90px;
}

.statement-title h1{
	text-decoration:bold;
	color:#007889;
	font-size:14px;
	position:relative;
	text-align:center;
	top:35px;
}

p.video-tour a{
	color:#0fa3c8;
	text-align:center;
	font-size:15px;
	text-decoration:none;
	font-weight:bold;
}

.verisign img{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

img.store-img-sm {
	float:left;
	margin:10px;
	width:150px;
	height:150px;
}
