* {
/*	border:0;*/
	margin:0;
	padding:0;
}

/* general */
a {
	color:#4F2372;
	text-decoration:underline;
}
a:hover {
	color:#666;
	text-decoration:underline;
}
ul{
margin-left:40px;
}

 h1 {
	border-bottom:2px solid #BD3D7D;
	color:#BD3D7D;
	font-size:165%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
}
/* body */
body {

	color:#333333;
	font-family: Verdana, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-weight:400;
	background-color: #fff;
	background-image: url(images/background_body_pink.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align:center;
}
/* wrapper */

#wrapper{
	width:760px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}
/* header */
#header {
	height:220px;
	position:relative;
	width:760px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/background_header_pink.jpg);
	background-repeat: no-repeat;
}
#header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
	
#mainNav {/*Nav in the top banner*/
	list-style: none;
	text-align:left;	
/*	margin-top:2px;	*/					
}
		
#mainNav ul {	
	position:relative;	
	padding-top:170px;
	margin-left: 8px;
}

#mainNav li {
	padding-left:2px;
	padding-right:2px;	
	display: inline;								
}
			
#mainNav li a {
	text-decoration: none;
	font-size:14px;
	font-weight:700;
	text-align:center;
	text-decoration:none;
	background:#ef5eab;
	border:#fff 2px solid;
	color:#fff;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#mainNav li a:hover {
	color:#3F1429;
	text-decoration:none;
}

#hdrcart {

	width:100%;
	margin-top:0px;
	margin-bottom:0px;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align:right;

}	
#hdrcart a{
	border: 2px solid #BD3D7D;
	color:#BD3D7D;
	font-weight:bold;
	background:#fff;
	text-decoration:none;
	padding-right: 16px;
	padding-left:16px;
}

/* content */
#content {
	height:auto;
	margin:0 auto;
	width:760px;
	background:#fff;
		text-align:left;
}
#content:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
} 

/* sidebar */
#sidebar {
	float:left;
	width:210px;


}
#sidebar h1 {
	color:#BD3D7D;
	font-size:165%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BD3D7D;
}
/*#sidebar input {
	background:#f1f1f1;
	color:#555;
	margin:10px;
	padding:5px;
	width:180px;
}*/
#sidebar p {
	color:#333333;
	display:block;
	font-size:90%;
	line-height:20px;
	margin:10px 0;
	padding:10px;
	background-color: #FFD2E9;
}
#sidebar p a.more {
	display:block;
	text-align:right;
}
#cart {
	width:100%;
	margin-top:20px;
	margin-bottom:20px;	
	padding-top: 6px;
	padding-right: 6px;
	padding-left:6px;
	padding-bottom: 6px;
	text-align:left;

}	
#cart a{
	border-bottom: 2px solid #BD3D7D;
	background:#fff;
	color:#BD3D7D;
	font-weight:bold;
	text-decoration:none;
}
#sideNav {
	float:left;
	width:210px;
	list-style: none;
	padding: 0px;
	margin:0px;
	background-color: #FFD2E9;
}
#sideNav ul {
	float : left;
	padding: 0px;
	margin:0px;
	list-style: none;
}
#sideNav  li {
	border-bottom:1px solid #BD3D7D;
	padding-left: 18px;
	background:url(images/list.gif) left center no-repeat;
	background-color: #FFD2E9;

}
#sideNav  li a {
	color:#872C59;
	font-size:14px;
	font-weight:700;
	display:block;
	width:100%;
	padding:5px;
	text-decoration:none;
}
#sideNav  li a:hover {
	color:#fff;
	background-color: #EF5EAB;

}
/* for drop down menu list */
	#sideNav li ul {
		position: absolute;
		left: -999em;
		margin-left: 100px;
		margin-top:-20px;
		display: block;
		list-style: none;
	}
	
	#sideNav li ul li {
		border: none;
		padding-left: 0px;
		background-image: none;
	}
	
	#sideNav li ul a {
	display: block;
	text-decoration: none;
	position: relative;
	background-color: #F38DC2;
	color: #872C59;
	width: 210px;
	text-indent: 0;
	text-align: left;
	padding-left: 10px;
	height: 20px;
	line-height: 20px;
	border-bottom: 1px solid #fff;
	}
	#sideNav li:hover ul ul, #sideNav li:hover ul ul ul, #sideNav li.sfhover ul ul, #sideNav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#sideNav li:hover ul, #sideNav li li:hover ul, #sideNav li li li:hover ul, #sideNav li.sfhover ul, #sideNav li li.sfhover ul, #sideNav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}				
/* Main */
#main {
	float:right;
	width:540px;
	background:#fff;
}
#main p {
	line-height:16px;
	padding:10px;
}
#main h1 {
	border-bottom:2px solid #BD3D7D;
	color:#BD3D7D;
	font-size:165%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
}
#main h3{
	color:#BD3D7D;
	font-size:125%;
	font-weight:400;
	line-height:25px;
	border-bottom:0px;
}
/* Main when in checkout */
#shopMain {
	float:right;
	width:760px;
	background:#fff;
}
#shopMain p {
	line-height:16px;
	padding:10px;

}
#shopMain h1 {
	border-bottom:2px solid #BD3D7D;
	color:#BD3D7D;
	font-size:165%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
}
/* footer */
#footer {
	margin:10px auto;
	width:760px;
	background:#fff;
	border-top:2px solid #BD3D7D;
	color:#555;
	font-size:90%;
	line-height:20px;
	text-align:left;
}

#footerLeft {
	float:left;
	width:500px;
}
#footerRight {
	float:right;
	/* width:30%; */
}

.feature {
	background:#fff;
	border:1px dashed #BD3D7D;	
	color:#444;
	display:block;

	line-height:20px;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
}
.feature h2{
	color:#BD3D7D;
	font-size:145%;
	font-weight:400;
	line-height:30px;
	padding:0 px;

}
.left {
	float:left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}
.right {
	float:right;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}
/* shop */
h2.shop {
	color:#BD3D7D;
	font-size:165%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BD3D7D;
}
td {
	color:#333333;
	font-family: Verdana, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:400;

}
th{
	color:#872C59;
	background-color: #FFD2E9;
	font-family: Verdana, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;;
	font-weight:600;

}
/* news */

#main .newsItem h1, h2, h3{
	color:#BD3D7D;
	font-size:145%;
	font-weight:400;
	line-height:30px;
	border-bottom:0px;
}

.error {
	color:red;
	font-size:10px;
}
.small {
	font-size:10px;
}