html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
* {
	font-family: Arial, Verdana, Tahoma, sans-serif;
}
:focus {
  outline:0;
  }
body {
	margin:0;
	padding:0;
	text-align: center;
	background: #FFFFFF url(../image/bodybg.jpg) center top repeat-y;
}
body, td, th, input, textarea, select, a {
	font-size: 14px;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
}
a, a:visited {
	color: #540547;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
	color:#F948A3;
}
a img {
	border: none;
}
p {
	margin-top: 0px;
	line-height:16px;
}
.headertxt{ font-size:14pt; font-weight:bold;}
.headertxtpink{ font-size:14pt; font-weight:bold; color:#F948A3;}
/* layout */
#containerwrapper {
	width: 100%;
	height: 100%;
	text-align:center;
	margin:0;
	padding:0;
}
#top {
	width: 920px;
	height: 10px;
	margin: auto;
	clear: both;
}
#top p{
	text-align:right;
	font-size:9px;
	color: #999999;
	padding-top:7px;
	padding-right:20px;
}
#bottom {
	text-align: left;
	width: 920px;
	height: 20px;
	background: url(../image/bottom.png) no-repeat center top;
	margin: 0 auto;
	padding: 0;
	clear: both;
}
#pathlinks {
	text-align: center;
	width: 920px;
	height: 20px;
	margin: 0 auto 20px auto;
	padding: 0 0 20px 0;
	clear: both;
}
#disclaimer{
	clear:both;
	margin: 5px auto;
	width:920px;
	text-align:center;
}
#disclaimer p{
	font-size:12px;
	color:#333333;
}
#pathlinks a{
	text-decoration:none;
	color:#540547;
}
#pathlinks a:hover{
	text-decoration:none;
	color:#F948A3;
}
#containerwrapper2 {
	padding: 0;
	margin: auto;
	width: 920px;
	background: url('../image/leftshadow.png') repeat-y left;
	position: relative;
  }
#containerwrapper3 {
	padding: 0;
	margin: 0 0 0 10px;
	width: 910px;
	position: relative;
	background: url('../image/rightshadow.png') repeat-y right;
  }
#container {
	width: 900px;
	margin: 0 10px 0 0;
	text-align: left;
	position:relative;
	padding:0;
	background:#FFFFFF;
}
#header {
	position: relative;
	margin:auto;
	width:920px;
	padding:0;
	clear:both;
	text-align: left;
}
#header .div1 {
	height: 220px;
}
#header .div2 {
	position: relative;
	top: 7px;
	left: 15px;
}
#header .div3 {
	position: absolute;
	top: 10px;
	right: 8px;
	color:#999999;
}
#header #module_search input{ color:#999999;}
#header .div4 {
	height: 20px;
	background: url(../image/top.png) bottom center no-repeat;
}
#header .bee {
	position: absolute;
	top: 20px;
	left: 360px;
}
#header .menu{
	position: absolute;
	top: 195px;
	right: 15px;
}
#header .menu a {
	padding: 12px 10px;
	float:left;
	margin-left: 5px;
	margin-right: 5px;
	display: block;
	color: #999999;
	text-align: center;
	text-decoration: none;
	font-size: 13pt;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-weight:bold;
}
#header .menu a:hover {
	color: #F948A3;
	font-weight:550;
}
#header .menu img {
	margin-left:5px;
	vertical-align:middle;
}
#header #facebooklink {
	position:absolute;
	top:135px;
	right:10px;
}
#header .div6 {
	position:absolute;
	top:95px;
	right:10px;
}
#header .div6 a{
	float:right;
	padding: 12px 10px 12px 10px;
	margin-left: 5px;
	margin-right: 5px;
	display: block;
	color: #540547;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-weight:bold;
}
#header .div6 a:hover {
	color:#F948A3;
}
#breadcrumb {
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin:0;
}
#breadcrumb a{
	color: #F948A3;
}
#homepagebox {
	background: #FFF; 
	padding: 10px 8px 0 8px; 
	border: 1px solid #DDDDDD;
	margin-bottom: 10px;
}
#collections{
	color:#540547;
}
#homepagebox h3{
	padding:0;
	margin:0;
	color: #36379C;
	font-size: 14px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-weight: bold;
	text-transform: uppercase;}
#column_left {
	float: left;
	width: 186px;
	margin: 0 0 0 10px;
	
}
#column_right {
	float: right;
	width: 0px;
	margin-left: 0px;
}
#content {
	float: left;
	width: 685px;
	margin: 0 0 10px 10px;
}
#content .top {
	padding: 8px 0px 6px 10px;
	background: url('../image/content_top.png') no-repeat;
}
#content .top h1, .heading {
	color: #36379C;
	font-size: 14px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
}
.heading {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 3px;
	margin-bottom: 10px;
	clear:both;
}
#content .middle {
	border-left: 1px solid #36379C;
	border-right: 1px solid #36379C;
	background: #FFFFFF;
	padding: 10px 10px 1px 10px;
	min-height: 380px;
}
#content .bottom {
	background: url('../image/content_bottom.png') no-repeat;
	height: 5px;
}
.box {
	margin-bottom: 10px;
	background: url('../image/box4_top.png') no-repeat;
	font-size:12px;
}
.box .top {
	padding: 10px 0px 6px 0;
	color: #F948A3;
	font-size: 14px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align:center;

}
.box .top a{
	text-decoration:none;
	color: #F948A3;
}
.box .middle {
	border-left: 1px solid #F948A3;
	border-right: 1px solid #F948A3;
	background: #FFFFFF;
	padding: 10px;
	width:158px;
	margin: 0 0 0 3px;
}
.box .bottom {
	height: 5px;
	background: url('../image/box4_bottom.png') no-repeat;
}
.boxcategory {
	margin-bottom: 10px;
	background: url('../image/box5_top.png') no-repeat;
	font-size:12px;
}
.boxcategory .top {
	padding: 10px 0px 6px 12px;
	color: #29004A;
	font-size: 14px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.boxcategory .top img {
	float: left;
	margin-right: 5px;
}
.boxcategory .middle {
	border-left: 1px solid #540547;
	border-right: 1px solid #540547;
	background: #FFFFFF;
	padding: 0;
	width:178px;
	margin: 0 0 0 3px;
}
.boxcategory .bottom {
	height: 5px;
	
}
#category ul {
	padding:0;
	margin: 0;
	list-style: none;
}
#category ul li a{
	padding: 2px 10px;
	display: block;
	width: 158px;
	border-bottom: solid 1px #540547;
	text-decoration:none;
	color:#540547;
}
#category ul li ul li a{
	text-indent:5px;
}
#category ul li a:hover{
	background-color: #540547;
	text-decoration:none;
	color:#FFF;
}
.boxbest {
	margin-bottom: 10px;
	background: url('../image/boxbest_top.png') no-repeat;
	font-size:12px;
}
.boxbest .top {
	padding: 10px 0px 6px 7px;
	color: #FF7B17;
	font-size: 14px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.boxbest .top img {
	float: left;
	margin-right: 5px;
}
.boxbest .middle {
	border-left: 1px solid #FF7B17;
	border-right: 1px solid #FF7B17;
	background: #FFF;
	width:178px;
	margin: 0 0 0 3px;
}
.boxbest .bottom {
	height: 5px;
	background: url('../image/box5_bottom.png') no-repeat;
}
.boxbest a{
	text-decoration:none;
}
.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	text-align: center;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	display: block;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
a.searchbtn {
	background: transparent url('../image/searchbtn.png') no-repeat center;
	color: #F948A3;
	display: inline-block;
	font: normal 12px arial, sans-serif;
	height: 79px;
	width:120px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}
a.searchbtn span:hover{
	color:#540547;
}
a.searchbtn span {
	display: inline-block;
	padding: 36px 0 0 43px;
}
a.button {
	background: transparent url('../image/button_right.png') no-repeat scroll top right;
	color: #29004A;
	display: inline-block;
	font: normal 12px arial, sans-serif;
	height: 25px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}
a.button span {
	background: transparent url('../image/button_left.png') no-repeat;
	display: inline-block;
	padding: 5px 0 5px 18px;
}
.buttons {
	background: #F8F8F8;
	border: 1px solid #DDDDDD;
	margin-bottom: 10px;
	clear: both;
	padding: 5px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.list {
	width: 100%;
	margin-bottom: 10px;
}
.list td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}
.sort {
	margin-bottom: 10px;
	background: #F8F8F8;
	height: 30px;
	width: 100%;
}
.sort .div1 {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 9px;
}
.sort .div2 {
	text-align: right;
	padding-top: 9px;
}
.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.pagination {
	display: inline-block;
	width: 100%;
	background: #F8F8F8;
	margin-bottom: 10px;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
}
.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
}
.tabs {
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.tabs a {
	float: left;
	display: block;
	padding: 6px 15px 7px 15px;
	margin-right: 2px;
	border-top: 1px solid #36379C;
	border-bottom: 1px solid #36379C;
	border-left: 1px solid #36379C;
	border-right: 1px solid #36379C;
	background: #FFFFFF url('../image/tab.png') repeat-x;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.tabs a.selected {
	background: #FFFFFF url('../image/tab.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.page {
	border: 1px solid #36379C;
	background: #FFFFFF;
	display: inline-block;
	padding: 10px;
	display: block;
	width: 96%;
	clear: both;
	z-index: 2;
	margin-bottom: 10px;
}
#footer {
	height:210px;
	width: 100%;
	clear: both;
	padding-top: 5px;
	border-top: 1px solid #36379C;
	background-color:#FFFFFF;
}
#footer .div1 {
	float: right;
	margin: 5px 0 0 10px;
	text-align: left;
}
#footer .logo2 {
	float: left;
	margin: 5px 0 0 5px;
}
#footer .bannerad{
	float: left;
	margin: 5px 0 0 10px;
	width:490px;
	height: 200px;
}
#footer .div2 {
	float: right;
	margin:5px 10px 0 0;
	text-align: right;
}
#information ul {
	padding:0;
	margin: 0;
	list-style: none;
}
#information ul li a{
	padding: 2px 10px;
	display: block;
	width: 158px;
	border-bottom: solid 1px #540547;
	text-decoration:none;
	color:#540547;
}
#information ul li a:hover{
	background-color: #540547;
	text-decoration:none;
	color:#FFF;
}
.cart {
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 100%;
	border: 1px solid #EEEEEE;
}
.cart th {
	background: #EEEEEE;
	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding: 5px;
}

