/*----------------------------------------------------*/
/* Global */
/*----------------------------------------------------*/

* {
	padding: 0;
	margin: 0;
}
body {
	background-color: White;
	background-repeat: no-repeat;
	font-family: Trebuchet MS, "MS Sans Serif", Geneva, sans-serif;
	font-size: 12px;
	color: #756767;
}
a {
	color: #da1777;
	text-decoration: none;
}
a:hover {
	color: #da55af;
	text-decoration: underline;
}
a img {
	border: none;
}

h1 {
	position: absolute;
	top: 14px;
	right: 52px;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	color: #da1777;
}
h1 a, h1 a:hover {
	color: #da1777;
	text-decoration: none;
}
h2 {
	clear: left;
	font-size: 24px;
	text-align: left;
	color: #da1777;
	padding: 4px 11px 5px 17px;
}
h3 {
	font-size: 16px;
	text-align: left;
	color: #180a0a;
	padding: 8px 11px 8px 17px;
}
p {
	text-align: left;
	line-height: 120%;
	font-size: 14px;
	padding: 0 12px 8px 17px;
}
em {
	color: #180a0a;
}
.right {
	text-align: right;
}
.clearboth {
	clear: both;
}

/*----------------------------------------------------*/
/* General Layout */
/*----------------------------------------------------*/

#top {
	min-width: 1004px;
	height: 122px;
	background: black url(images/bg-top.png) repeat-x 401px 0;
}
#top #logo {
	width: 401px;
	height: 122px;
	float: left;
}
#top #right-side {
	width: 207px;
	height: 122px;
	float: right;
}
#top #right-side form {
	width: 189px;
	height: 51px;
	background: url(images/search.png) no-repeat;
	padding: 18px 0 0 0;
	margin: 42px 0 0 0;
}
#top #right-side form #field {
	width: 138px;
	height: 18px;
	font-size: 14px;
	color: #da55af;
	border: none;
	background: none;
	margin: 0 0 0 12px;
	padding: 1px 0 0 3px;
}
#top #right-side form #button {
	width: 24px;
	height: 24px
}
#top #right-side a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	color: #da1777;
	padding: 0 35px 0 15px;
}
#top #secure-sign {
	float: right;
	margin: 53px 25px 0 0;
}
#menu {
	height: 20px;
	background-color: #180a0a;
	border-bottom: solid 4px #da1777;
}
#menu ul {
	list-style: none;
	display: inline;
}
#menu ul li {
	list-style: none;
	display: block;
	float: left;
	height: 16px;
	font-size: 14px;
	font-weight: bold;
	line-height: 12px;
	background: url(images/menu-separator.png) no-repeat left bottom;
	padding: 4px 16px 0 21px;
}
#menu ul li#cart a {
	color: #da1777;
	background: url(images/cart.png) no-repeat left center;
	padding-left: 20px;
}
#menu ul li#cart a:hover {
	color: White;
}
#menu ul li a {
	text-decoration: none;
	color: #da55af;
}
#menu ul li a:hover {
	text-decoration: none;
	color: White;
}

#contentwrap {
	width: 1000px;
	text-align: center;
}

#content {
	width: 790px;
	float: right;
	border-left: solid 5px #fdf3f8;
	padding-bottom: 20px;
	margin-left: -5px;
}

ul#crumbs {
	height: 14px;
	list-style: none;
	padding: 7px 0 0 9px;
}
ul#crumbs li {
	float: left;
	font-size: 12px;
	color: #180a0a;
	padding: 0 0 0 8px;
}
ul#crumbs li a {
	padding-right: 20px;
	background: url(images/arrow.png) no-repeat right center;
}

#content-box {
	float: right;
	width: 777px;
	text-align: center;
	background: url(images/product_bg.png) repeat-y center;
	border-bottom: solid 3px #ea9cd1;
	padding: 4px 0 8px 0;
}

#sort-form select {
	margin-top: 7px;
}

#sort-form table {
	margin: 0 auto;
}
#sort-form table td {
	padding: 7px 5px 2px 5px;
}
#sort-form select {
	margin: 0;
}
#sort-form dd {
	padding: 0;
}
#sort-form label {
	line-height: 1;
}

/*----------------------------------------------------*/
/* Left Column */
/*----------------------------------------------------*/

#left-col {
	width: 205px;
	float: left;
	text-align: center;
	border-right: solid 5px #fdf3f8;
	padding-bottom: 11px;
}
#left-col ul {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	list-style: none;
	padding: 11px 0;
}
#left-col ul li {
	line-height: 15px;
	color: #da1777;
}
#left-col ul li a {
	display: block;
	text-decoration: none;
	background: url(images/heart.png) no-repeat 11px 6px;
	// background-position: 11px 5px;
	color: #180a0a;
	padding: 3px 4px 5px 28px;
}
#left-col ul li a:hover,
#left-col ul li a.current-category:hover {
	color: #da1777;
	background-color: #fceff5;
}
#left-col ul li .current-category {
	font-weight: bold;
	color: #da1777;
	background: url(images/heart_contour.png) no-repeat 11px 5px;
	// background-position: 11px 4px;
	padding: 3px 4px 5px 28px;
}
#left-col ul li .current-page {
	font-weight: bold;
	color: #da1777;
	background: url(images/heart_logo.png) no-repeat 11px 3px;
	// background-position: 11px 2px;
	padding: 3px 4px 5px 28px;
}
#left-col ul li ul,
#left-col ul li ul li ul,
#left-col ul li ul li ul li ul,
#left-col ul li ul li ul li ul li ul {
	font-size: 13px;
	font-weight: normal;
	margin-left: 15px;
	padding: 0;
}
#left-col ul li ul li a,
#left-col ul li ul li ul li a,
#left-col ul li ul li ul li a li a
#left-col ul li ul li ul li a li a li a, {
	padding: 2px 4px 4px 28px;
}

#left-col ul.additional-links {
	border-top: solid 1px #fdf3f8;
	border-bottom: solid 1px #fdf3f8;
}
#left-col ul.additional-links li {
	font-size: 13px;
	font-weight: normal;
	color: #180a0a;
}
#left-col ul.additional-links li a {
	background: url(images/marker.png) no-repeat 17px 8px;
}

#left-col img {
	margin-top: 11px;
}
#left-col h4 {
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	color: #180a0a;
	padding: 9px 11px 5px 14px;
}
#left-col p {
	text-align: left;
	line-height: 110%;
	font-size: 12px;
	padding: 0 11px 4px 14px;
}
#left-col p.date {
	font-size: 11px;
	padding: 0 11px 9px 14px;
}

/*----------------------------------------------------*/
/* Main Page */
/*----------------------------------------------------*/

#main-content {
	width: 636px;
	float: left;
	border-left: solid 5px #fdf3f8;
	padding-bottom: 20px;
	margin-left: -5px;
}

.pictograms img {
	margin: 0 5px 5px 5px;
} 

.banners img {
	margin: 11px 0;
}
.banners-left {
	text-align: left;
	padding-left: 15px;
}
.banners-left img {
	margin: 11px 22px 11px 0;
}

#right-col {
	width: 154px;
	float: right;
	padding: 18px 0;
}

.little-purple-box {
	width: 154px;
	text-align: center;
	margin: 0 0 11px 0;
}
.little-purple-box .title {
	height: 23px;
	text-align: left;
	background: url(images/bg_titlebox.png) no-repeat;
	padding-left: 18px;
}
.little-purple-box .middle {
	background: url(images/bg_littlebox.png) repeat-y;
}
.little-purple-box .middle h3 {
	font-size: 12px;
	text-align: center;
	color: #da1777;
	padding: 3px 2px 4px 2px;
}
.little-purple-box .middle img {
	border: solid 1px #ebabcb;
	margin: 0 0 7px 0;
}
.little-purple-box .middle p {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #180a0a;
	padding: 6px 2px 2px 7px;
}
.little-purple-box .middle ol {
	list-style-position: inside;
	margin-left: 6px;
}
.little-purple-box .middle ol li {
	font-size: 11px;
	text-align: left;
	line-height: 14px;
	text-indent: -16px;
	padding: 2px 2px 0 16px;
}
.little-purple-box .middle ol li a {
	color: #180a0a;
}

/*----------------------------------------------------*/
/* Product List */
/*----------------------------------------------------*/

.product-box {
	float: left;
	width: 141px;
	height: 181px;
	background: url(images/product-box.png) no-repeat;
	margin: 6px 0 18px 17px;
}
.product-box h3,
#product .product-box h3 {
	height: 34px;
	font-size: 12px;
	text-align: center;
	line-height: 120%;
	color: #da1777;
	padding: 6px 5px 0 5px;
}
.product-box .pic {
	height: 113px;
	text-align: center;
	padding-top: 6px;
}
.product-box .pic img {
	//border: solid 1px #ebabcb;
}
.product-box h4.price {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #180a0a;
	padding: 2px 0 0 0;
}

.pages {
	font-size: 14px;
	font-weight: bold;
	padding: 0 14px;
}
.pages a {
	display: block;
	float: left;
	line-height: 110%;
	height: 14px;
	padding: 0 4px 1px 4px;
}
.pages .thispage {
	float: left;
	line-height: 110%;
	color: white;
	background-color: #180a0a;
	padding: 0 4px 1px 4px;
	margin: 0 2px;
}

/*----------------------------------------------------*/
/* Product Page */
/*----------------------------------------------------*/

#topcontent {
	clear: both;
	padding: 14px 0 0 17px;
}
.go-back {
	display: block;
	float: left;
}
.tell-a-friend {
	display: block;
	float: right;
	margin-top: 4px;
}

#product {
	width: 777px;
	background: url(images/product_bg.png) repeat-y center;
}
#product td {
	vertical-align: top;
}
#product #pics {
	padding: 5px 0 0 14px;
}
#product #pics a {
	display: block;
	position: relative;
	float: left;
	margin-bottom: 14px;
}
#product #pics .zoom {
	position: absolute;
	bottom: 1px;
	left: 1px;
	border: none;
}
#product #info {
	width: 80%;
	padding: 0 18px 0 23px;
 }
#product h2 {
	padding: 0 0 7px 8px;
}
#product h2#price {
	float: left;
	padding-top: 7px;
}
#product h2 sup {
	font-size: 14px;
}
#product form {
	float: right;
	padding: 10px 0 0 0;
}
#product h3 {
	clear: both;
	font-size: 14px;
	text-align: left;
	color: #180a0a;
	padding: 5px 0 7px 9px;
}

#product #parameters {
	width: 100%;
	background: url(images/purple_line.png) repeat-x top;
}
#product #parameters td {
	font-size: 14px;
	text-align: left;
	color: #180a0a;
	background: url(images/purple_line.png) repeat-x bottom;
	padding: 4px 9px;
}
#product #parameters td.param {
	font-weight: bold;
	color: #da1777;
}

#product td#description {
	padding: 18px 0 12px 0;
	background: url(images/bottom_line.png) repeat-x bottom;
}
#product td#description p {
	text-align: left;
	color: #180a0a;
	font-size: 13px;
	line-height: 150%;
	padding: 0 12px 7px 14px;
}
#product td input.buy-now {
	background: url(images/buy-now.png) no-repeat;
	
}
#product #pics img {
	border: solid 1px #ebabcb;
}

/*----------------------------------------------------*/
/* FAQ */
/*----------------------------------------------------*/

dl {
	padding: 20px 11px 2px 17px;
}
dt {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #180a0a;
	line-height: 140%;
	padding-bottom: 2px;
}
dt a {
	color: #180a0a;
}
dt a:hover {
	color: #180a0a;
	text-decoration: none;
}
dd {
	font-size: 13px;
	text-align: left;
	padding-bottom: 14px;
	line-height: 140%;
}

/*----------------------------------------------------*/
/* Contact Page */
/*----------------------------------------------------*/

#contact fieldset {
	text-align: left;
	border: none;
	padding: 0 0 0 180px;
}
#contact label {
	display: block;
	font-size: 13px;
	color: #180a0a;
	padding: 0 5px 1px 0;
}
#contact input.text,
#contact textarea {
	border: solid 1px #da55af;
	overflow: auto;
	background: transparent url(images/bg_semitrans.png);
	margin-bottom: 8px;
	padding: 2px 0 2px 4px;
}
#contact input.text {
	height: 18px;
}
#contact h3 {
	font-size: 16px;
	text-align: left;
	color: #180a0a;
	padding: 6px 0 1px 0;
}
#contact p {
	text-align: left;
	padding: 0 0 2px 0;
}
#contact .alert {
	font-size: 12px;
	color: #da55af;
	padding: 11px 0 7px 0;
}

#contact .bg-semitrans {
	float: left;
	background-image: url(images/bg_semitrans.png);
}

/*----------------------------------------------------*/
/* Search page */
/*----------------------------------------------------*/

#search {
	text-align: left;
}
#search dl {
	padding: 0;
}
#search dt {
	width: 30%;
	float: left;
	clear: left;
	font-weight: bold;
	text-align: right;
	line-height: 100%;
	padding: 4px 10px 0 0;
}
#search dd {
	width: 30%;
	float: left;
	font-size: 14px;
	text-align: left;
	line-height: 100%;
	padding: 0 0 10px 0;
	*float: none; /* hack for IE 6-7 */
}
#search input.text,
#search select {
	border: solid 1px #da55af;
	overflow: auto;
	background: transparent url(images/bg_semitrans.png);
	padding: 0 0 0 2px;
}
#search input.text {
	height: 18px;
	padding: 2px 0 2px 2px;
}
#search .buttons {
	clear: left;
	margin-left: 30%;
	padding-left: 10px;
}
#searchsel option.level1 {
	background-color: #f4d0e2;
}

/*----------------------------------------------------*/
/* Map */
/*----------------------------------------------------*/

.grid {
	clear: both;
	padding: 0 0 15px 0;
}
.grid h3 {
	font-size: 18px;
	padding: 10px 0 0 25px;
	border-bottom: solid 1px #f8dff0;
}
.column h4 {
	font-size: 14px;
	text-align: left;
	padding: 7px 0 0 0;
}
.grid ul {
	list-style: none;
	text-align: left;
	padding-top: 2px;
}
.grid ul li {
	font-size: 12px;
	background: url(images/marker.png) no-repeat 0 7px;
	padding: 0 0 0 11px;
}
.column {
	float: left;
	width: 30%;
	padding: 0 0 0 25px;
}

/*----------------------------------------------------*/
/* Internal pages */
/*----------------------------------------------------*/

.int-table {
	border-top: solid 1px #ebabcb;
	border-right: solid 1px #ebabcb;
	background-image: url(images/bg_semitrans.png);
	margin: 0 auto 15px auto;
}
.int-table caption {
	font-size: 14px;
	font-weight: bold;
	color: #180a0a;
}
.int-table th {
	color: #da55af;
}
.int-table th,
.int-table td {
	background-color: white;
	border-bottom: solid 1px #ebabcb;
	border-left: solid 1px #ebabcb;
	padding: 2px 8px;
}

/*----------------------------------------------------*/
/* Footer */
/*----------------------------------------------------*/

#footer {
	clear: both;
	height: 27px;
	position: relative;
	background: black url(images/bg-top.png) repeat-x 401px 0;
	border-top: solid 4px #da1777;
	padding: 9px 0 0 18px;
}
#footer ul {
	list-style: none;
	display: inline;
}
#footer ul li {
	list-style: none;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding-right: 9px;
}
#footer ul li a {
	text-decoration: none;
	color: #da55af;
}
#footer ul li a:hover {
	text-decoration: none;
	color: White;
}
#footer p#copy {
	position: absolute;
	top: 9px;
	right: 18px;
	font-size: 12px;
	color: #da1777;
}

/*----------------------------------------------------*/
/* MY */
/*----------------------------------------------------*/

#gender {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
#gender a {
	font-weight: normal;
}




body {
	position: relative;
}

#specialtext {
	z-index: 1000000; 
	position: absolute; 
	bottom: 25px; 
	left: 0;
	width: 98%;
	height: 70px;
	overflow: scroll;
	overflow-x: hidden;
	margin: 0 0 -105px 0;
	padding: 10px 1% 0 1%;
}
#specialtext h1,
#specialtext h1 a,
#specialtext h1 a:hover,
#specialtext h2,
#specialtext h2 a,
#specialtext h2 a:hover,
#specialtext h3,
#specialtext h3 a,
#specialtext h3 a:hover {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #f4c1da;
	padding: 5px 0 3px 0;
	margin: 0;
}
#specialtext p,
#specialtext p a,
#specialtext p a:hover {
	font-size: 12px;
	line-height: 110%;
	text-align: justify;
	color: #f4c1da;
	padding: 0 0 5px 0;
	margin: 0;
}



