body {
	font-size: 12px;
	color: #53534e;
	margin: 0px;
	padding: 0px;
	background: url(../images/bg.png) top left repeat-x #fff;
}

body, p, h1,h2,h3,h4,h5,h6,div,ol,li,td,th,a,form,input,select,textarea,option,label {
	font-family: georgia;
}

a {
	color: #e31982;
}
a:hover {
	color: #81189f;
}

form {
	margin: 0px;
}
select{
}
textarea {
	overflow: auto;
	font-size: 12px;
	font-family: arial;
}
.errRed{
	border:1px solid #FAC5C7;
	padding:5px 5px 5px 5px;
	margin:10px 0;
	background-color:#FEF0F0;
	color:#FF0000;
}

/* standard form button */
input.button {
	border: 0px;
	background-color: #9444ab;
	border: 1px solid #7b388e;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
}
input.button:hover {
	background-color: #b25acb;
}
input.buttonGo{
	border: 0px;
	background-color: #9444ab;
	border: 1px solid #7b388e;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 5px;
	cursor: pointer;
}
input.buttonGo:hover {
	background-color: #b25acb;
}

td, th {
}

img, object {
	border: 0px;
}

.floatRight{
 	float: right;
}
.floatLeft{
 	float: left;
	margin: 0px 10px 0px 0px;
}

.center{
	text-align: center;
}
.left{
	text-align:left;
}
.right{
	text-align: right;
}
.justify{
	text-align:justify;
}

.clear{
	clear: both;
	margin: 0px !important;
	padding: 0px !important;
	height: 0px;
	overflow: hidden;
}
/* ------------------------------------------------------------------------------------- */
.body {
	margin: 0px;
	padding: 0px;
	background: url(../images/bg_glow.jpg) top center no-repeat;
}
.container {
	padding: 0px;
	text-align: center;
}
.mainPage {
	width: 980px;
	margin: 0px auto !important;
	padding: 0px;
	text-align: left;
}

.header {
	height: 210px;
	padding: 0px;
	overflow: hidden;
	text-align: center;
}
.headerCell {
	width: 997px;
	height: 210px;
	margin: 0px auto;
	padding: 0px 11px 0px 0px;
	overflow: hidden;
	text-align: left;
}
a.sitename {
	float: left;
	display: block;
	width: 464px;
	height: 158px;
	padding: 0px;
	overflow: hidden;
}
.siteInfo {
	float: right;
	width: 490px;
	height: 90px;
	padding: 40px 15px 2px 15px;
	overflow: hidden;
	text-align: right;
	color: #fff;
	line-height: 150%;
}
.siteInfo h3 {
	margin: 3px 0px !important;
	padding: 0px !important;
	font-size: 20px;
	font-weight: normal;
}
.siteInfo p {
	margin: 5px 0px !important;
	padding: 0px !important;
	font-size: 14px;
}

.cart-menu {
	float: right;
	width: 160px;
	height: 24px;
	padding: 48px 8px 0px 60px;
	overflow: hidden;
	color: #fff;
	background: url(../images/bgCart.gif) 2px 21px no-repeat;
}
.cart-menu span {
	padding: 0px 5px;
}
.cart-menu a {
	color: #fff;
	text-decoration: none;
}
.cart-menu a:hover {
	color: #ffa800;
	text-decoration: none;
}
.cart-menu a.shoppingCart {
	color: #fff;
	text-decoration: none;
}
.cart-menu a.shoppingCart:hover {
	color: #fff;
	text-decoration: none;
}

.headerBottom {
	float: left;
	width: 748px;
	height: 43px;
	margin-top: 9px;
	padding: 0px 0px 0px 20px;
	overflow: hidden;
}
.headerBottom ul.nav {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
}
.headerBottom ul.nav li {
	float: left;
	width: 125px;
	padding: 15px 12px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	background: url(../images/bgMenu.gif) top left no-repeat;
	border-bottom: 1px solid #000;
}
.headerBottom ul.nav li.first {
	
}
.headerBottom ul.nav li a {
	color: #fff;
	display: block;
	text-decoration: none;
}
.headerBottom ul.nav li a:hover {
	color: #fff;
	display: block;
	text-decoration: underline;
}

/* page */

.wrapperImg {
	height: 284px;
	margin-bottom: 10px;
	padding: 0px 0px 0px 380px;
	overflow: hidden;
	background: url(../images/syaimaImage.jpg) top left no-repeat;
}
.cs {
	float: right;
	width: 175px;
	height: 200px;
	padding: 30px 38px 54px 14px;
	overflow: hidden;
	background: url(../images/bgCs.gif) top left no-repeat;
}
.cs h2 {
	margin: 5px 0px !important;
	padding: 0px !important;
	text-align: center;
	font-size: 12px;
	color: #e31982;
}
.cs h5 {
	margin: 10px 0px !important;
	padding: 0px !important;
	text-align: center;
	font-size: 11px;
	color: #666;
	font-weight: normal;
}
.cs h5 strong {
	color: #81189f;
	font-weight: normal;
}
.cs table {
	width: 100%;
	margin: 10px 0px;
}
.cs table td {
	padding: 2px 5px;
}
.cs-report {
	padding: 10px 10px 10px 0px;
	font-size: 11px;
}
.cs-report a {
	color: #e31982;
	text-decoration: none;
}
.cs-report a:hover {
	color: #e31982;
	text-decoration: underline;
}

.promo {
	float: left;
	width: 241px;
	height: 241px;
	margin-top: 20px;
	padding: 0px;
	overflow: hidden;
	background: url(../images/bgPromo.gif) top left no-repeat;
}
.promoBox{
	display: none;
	width: 181px;
	height: 181px;
	padding: 30px;
	text-align: center;
}

.promoImage {
	display: none;
}

.promoReview {
	
}
.padWarper {
	color: #fff;
}
.padWarper h2 {
	font-size: 18px;
	margin: 0px !important;
	padding: 0px !important;
	color: #fff;
	line-height: 130%;
}
.padWarper h3 {
	font-size: 14px;
	margin: 0px !important;
	padding: 0px !important;
	color: #f7b1db;
	line-height: 130%;
}
.padWarper p {
	margin: 5px 0px !important;
	padding: 0px !important;
	line-height: 150%;
}
.padWarper p a {
	color: #fda931;
	text-decoration: none;
}
.padWarper p a:hover {
	color: #fda931;
	text-decoration: underline;
}
.padWarper p.prize {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 130%;
}

.wrapper {
	padding: 0px;
	background: url(../images/bgWrap.gif) top left repeat-y #ffe8f5;
}
.wrapperTop {
	height: 6px;
	padding: 0px;
	overflow: hidden;
	background: url(../images/wrapTop.gif) top left no-repeat;
}
.wrapperBot {
	height: 10px;
	padding: 0px;
	overflow: hidden;
	background: url(../images/wrapBot.gif) top left no-repeat;
}
.wrapperCell {
	min-height: 200px;
	padding: 0px 4px;
}
*html .wrapperCell {
	height: 200px;
	overflow: visible;
}

.sidebar {
	float: left;
	width: 206px;
	padding: 0px;
	overflow: hidden;
}
.page {
	float: right;
	width: 762px;
	padding: 0px;
	overflow: hidden;
}
.main {
	float: left;
	width: 552px;
	padding: 0px;
	overflow: hidden;
	background: url(../images/bgMainBlock.gif) top left repeat-y #fff;
}
.main.full {
	float: none;
	width: 762px;
	padding: 0px;
	overflow: hidden;
	background: url(../images/bgMainBlock-full.gif) top left repeat-y #fff;
}
.mainBlock {
	padding: 2px;
	min-height: 550px;
	background: url(../images/mainBlockTop.png) top left no-repeat;
}
*html .mainBlock {
	height: 550px;
	overflow: visible;
}
.full .mainBlock {
	background: url(../images/mainBlockTop-full.png) top left no-repeat;
}
.mainBlockBottom {
	height: 10px;
	padding: 0px;
	overflow: hidden;
	background: url(../images/mainBlockBot.gif) top left no-repeat;
}
.full .mainBlockBottom {
	background: url(../images/mainBlockBot-full.gif) top left no-repeat;
}

.rightbar {
	float: right;
	width: 206px;
	padding: 0px;
	overflow: hidden;
}

.sidebar .login, .rightbar .login {
	margin-bottom: 2px;
	padding: 2px 0px 0px 0px;
	background: url(../images/bgBlock.png) top left no-repeat #fff;
}
.sidebar .login h2, .rightbar .login h2 {
	margin: 0px 2px 2px 2px !important;
	padding: 14px 10px 14px 15px !important;
	font-size: 12px;
	color: #e31982;
	background: url(../images/bgBlockHead.gif) top left no-repeat;
}
.sidebar .loginCell, .rightbar .loginCell {
	margin: 0px !important;
	padding: 10px 12px 15px 12px !important;
	background: url(../images/bgBlockBot.gif) bottom left no-repeat;
}
.sidebar .loginCell table, .rightbar .loginCell table {
	width: 100%;
	margin-bottom: 10px;
}
.sidebar .loginCell table td, .rightbar .loginCell table td {
	color: #666;
	padding: 1px 2px;
}
.sidebar input.loginText, .rightbar input.loginText {
	margin: 3px 0px 5px 0px;
	width: 110px;
	height: 15px;
	padding: 2px 3px;
	font-size: 12px;
	color: #333;
	background: url(../images/bgTeksInput.gif) top left no-repeat;
	border: 1px solid #d6d6d6;
}
.sidebar .loginCell input.button, .rightbar .loginCell input.button {
	width: 82px;
	height: 27px;
	text-transform: uppercase;
	color: #fff;
	background: url(../images/loginBtn.gif) top left no-repeat;
	border: none;
	cursor: pointer;
}
.sidebar .loginCell p, .rightbar .loginCell p {
	margin: 5px 0px !important;
	text-align: center;
	font-size: 11px;
}
.sidebar .loginCell p a, .rightbar .loginCell p a {
	text-decoration: none;
}

.flowNav {
	padding: 12px 15px;
}
.flowNav p {
	margin: 0px !important;
	padding: 0px !important;
	font-size: 11px;
	font-family: arial;
	color: #81189f;
}
.flowNav p a, .flowNav p a:hover {
	color: #e31982;
	text-decoration: none;
}

.mainContent {
	padding: 3px 10px 10px 10px;
}

.content {
	padding: 15px;
	color: #353535;
}
.content p {
	margin: 10px 0px !important;
	line-height: 150%;
}
.content h2 {
	font-size: 13px;
}
.content h3 {
	font-size: 12px;
}

h1.pageTitle {
	margin: 0px !important;
	padding: 11px 15px !important;
	height: 21px;
	font-size: 16px;
	color: #e31982;
	background: url(../images/bgPageTitle.gif) top left no-repeat;
}
.full h1.pageTitle {
	background: url(../images/bgPageTitle-full.gif) top left no-repeat;
}
h2.subTitle {
	margin: 5px 0px !important;
	padding: 9px 15px 0px 15px !important;
	height: 21px;
	font-size: 12px;
	color: #e31982;
	background: url(../images/bgSubTitle.gif) top left no-repeat;
}
.content h2.subTitle {
	margin-left: -15px !important;
	margin-right: -15px !important;
	margin-top: 25px !important;
	margin-bottom: 15px !important;
}
.main.full h2.subTitle {
	background: url(../images/bgSubTitle-full.gif) top left no-repeat;
}

ul.productList {
	margin: 0px !important;
	margin-right: -5px !important;
	padding: 0px !important;
	list-style: none;
}
.content ul.productList {
	margin-left: -15px !important;
	margin-right: -20px !important;
}
.full ul.productList {
	padding-left: 10px !important;
}
ul.productList li {
	float: left;
	width: 174px;
	height: 275px;
	margin-right: 3px;
	margin-bottom: 3px;
	background: url(../images/bgProductItem.gif) top left no-repeat;
}
.full ul.productList li {
	margin-right: 5px;
	margin-bottom: 5px;
}
ul.productList li .productTitle {
	height: 30px;
	padding: 10px;
	overflow: hidden;
}
ul.productList li .productTitle h3 {
	margin: 0px !important;
	padding: 0px !important;
	font-size: 12px;
	line-height: 130%;
}
ul.productList li .productTitle h3 a {
	color: #e31982;
	text-decoration: none;
}
ul.productList li .productTitle h3 a:hover {
	color: #81189f;
	text-decoration: underline;
}
ul.productList li .productImg {
	height: 145px;
	padding: 0px 7px;
	text-align: center;
}
ul.productList li .productImg .thumb {
	width: 160px;
	height: 145px;
	padding: 0px;
	overflow: hidden;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
*html ul.productList li .productImg .thumb {
	font-size: 128px;
	line-height: 128px;
}
*:first-child+html ul.productList li .productImg .thumb {
	font-size: 128px;
	line-height: 128px;
}
ul.productList li .productImg .thumb img {
	vertical-align: middle;
}
ul.productList li .productPrice {
	padding: 5px 10px;
	height: 40px;
	text-align: center;
}
ul.productList li .productPrice h5 {
	margin: 0px !important;
	padding: 0px !important;
	font-size: 16px;
	line-height: 150%;
	color: #81189f;
}
ul.productList li .productPrice h5 s {
	font-size: 16px;
	font-weight: lighter;
	color: #111;
	line-height: 100%;
	text-decoration: line-through;
}
ul.productList li .productBtn {
	height: 22px;
	text-align: center;
	
	
}

.productItem {
	padding: 10px 0px 20px 0px;
	margin-bottom: 3px;
}
.productItem .productimage {
	float: left;
	width: 210px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	overflow: hidden;
	border: none;
	text-align: center;
	margin-top: 5px;
}
.productItem .productimage:hover {
	border: none;
}
.productItem .productimage div {
	width: 210px;
	height: 350px;
	padding: 0px;
	overflow: hidden;
	display: table-cell;
    vertical-align: middle;
	border: none;
	text-align: center;
}
*html .productItem .productimage div {
	line-height: 350px;
	font-size: 275px;
}
*:first-child+html  .productItem .productimage div {
	line-height: 350px;
	font-size: 275px;
}
.productItem .productimage div img {
	border: none;
	vertical-align: middle;
}
.productItem .review {
	padding-top: 30px;
}

.news {
	
}
.newsItem {
	margin-bottom: 2px;
	padding: 15px 10px 10px 10px;
	background-color: #fff;
	border: 1px solid #f2dee8;
}
h2.newsCat {
	margin: 0px 0px 10px 0px !important;
	padding: 0px !important;
	font-size: 12px;
	color: #111;
	text-align: left;
	line-height: 130%;
}
.newsImage {
	width: 140px;
	float: left;
	padding-top: 5px;
}
.newsImage img {
	border: 0px;
	width: 120px;
}
.newsBrief {
	display: table;
	height: 1%;
}
.newsBrief h2 {
	margin: 5px 0px 10px 0px !important;
	padding: 0px !important;
	font-size: 12px;
	color: #333;
	text-align: left;
	line-height: 130%;
}
.newsBrief h2 a {
	text-decoration: none;
}
.newsBrief h2 a:hover {
	text-decoration: underline;
}
.newsBrief p {
	margin: 10px 0px !important;
	line-height: 130%;
}
.newsDate, .newsBrief span {
	color: #999;
	font-size: 11px;
	font-weight: normal;
}

.pageNav {
	margin: 10px 0px;
	padding: 5px 10px 10px 10px;
	text-align: center;
}
.pageNav p {
	color: #233a53;
	display: inline;
	padding: 0px 5px;
}
.pageNav p a {
	color: #333;
	margin: 0px -5px;
	padding: 2px 5px;
	background-color: #ffe4f3;
	border: 1px solid #ffcae4;
	text-decoration: none;
}
*html .pageNav p a {
	margin: 0px -3px;
}
*:first-child+html .pageNav p a {
	margin: 0px -3px;
}
.pageNav p a:hover {
	background-color: #ee378d;
	border: 1px solid #d63b85;
	color: #fff;
	text-decoration: none;
}

.productItem {
	padding: 15px 10px 10px 10px;
	background-color: #fff;
	border: 1px solid #f2dee8;
}
.productItem .imageBox {
	width: 110px;
	float: left;
	padding-top: 5px;
}
.productItem .imageBox img {
	border: 0px;
	width: 90px;
}
.itemReview {
	display: table;
	height: 1%;
	padding-bottom: 10px;
}
.itemReview h2 {
	font-size: 12px;
	margin: 0px !important;
}
.itemReview h2 a {
	text-decoration: none;
}
.itemReview h2 a:hover {
	text-decoration: underline;
}
.itemReview p {
	margin: 3px 0px !important;
	padding: 4px 0px !important;
}
.itemReview p a {
	font-size: 11px;
}

.item-rating {
	width: 30px;
	float: right;
	text-align: center;
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #f4dff8;
	font-weight: bold;
	line-height: 150%;
	font-size: 11px;
}
.item-rating span {
	font-size: 16px;
	font-weight: bold;
	line-height: 180%;
	color: #e31982;
}

.moreInfo {
	margin: 15px 0px;
	padding: 10px 20px 15px 20px;
	background-color: #ffe7f4;
}
.moreInfo h2 {
	margin: 5px 0px 15px 0px !important;
	padding: 0px !important;
	font-size: 14px;
	color: #572067;
	text-align: left;
	line-height: 110%;
}
.moreInfo p {
	margin: 10px 0px !important;
	padding: 0px 2px 0px 0px !important;
	line-height: 110%;
}

a.buttonLink {
	font-weight: bold;
	padding: 3px 10px;
	color: #e31982;
	font-size: 11px;
	text-decoration: none;
	background-color: #f2f2f2;
	border: 1px solid #eee;
}
a.buttonLink:hover {
	color: #693179;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #eee;
}
table.shoppingTable td a.buttonLink {
	border: 1px solid #fff;
}

.linkMore {
	clear: both;
	padding: 10px 0px 5px 0px;
	text-align: right;
	font-size: 11px;
}
.linkMore a, .linkMore a:hover {
	text-decoration: none;
}

.menu00 {
	margin-bottom: 2px;
	padding: 2px 0px 0px 0px;
	background: url(../images/bgBlock.png) top left no-repeat #fff;
}
.menu00 h2 {
	margin: 0px 2px 2px 2px !important;
	padding: 14px 10px 14px 15px !important;
	font-size: 12px;
	color: #e31982;
	background: url(../images/bgBlockHead.gif) top left no-repeat;
	display: none;
}
.menu00 ul.menuItem {
	margin: 0px !important;
	padding: 15px 12px 20px 12px !important;
	list-style: none;
	text-align: center;
	background: url(../images/bgBlockBot.gif) bottom left no-repeat;
}
.menu00 ul.menuItem li {
	padding: 3px 0px;
	font-size: 13px;
}

.searchTag {
	margin-bottom: 2px;
	padding: 2px 0px 0px 0px;
	background: url(../images/bgBlock.png) top left no-repeat #fff;
}
.searchTag h2 {
	margin: 0px 2px 2px 2px !important;
	padding: 14px 10px 14px 15px !important;
	font-size: 12px;
	color: #e31982;
	background: url(../images/bgBlockHead.gif) top left no-repeat;
}
.searchTagCell {
	margin: 0px !important;
	padding: 10px 12px 20px 12px !important;
	list-style: none;
	text-align: center;
	background: url(../images/bgBlockBot.gif) bottom left no-repeat;
}
.searchTagCell a {
	color: #888;
	text-decoration: none;
}
.searchTagCell a:hover {
	color: #ff0085;
	text-decoration: none;
}

.sidebar .banner, .rightbar .banner {
	margin-bottom: 2px;
}
.sidebar .banner p, .rightbar .banner p {
	margin: 2px 0px !important;
	text-align: center;
}

.searchBox {
	clear: both;
	margin-bottom: 2px;
	padding: 2px 0px 0px 0px;
	background: url(../images/bgBlock.png) top left no-repeat #fff;
}
.searchBox h2 {
	margin: 0px 2px 2px 2px !important;
	padding: 14px 10px 14px 15px !important;
	font-size: 12px;
	color: #e31982;
	background: url(../images/bgBlockHead.gif) top left no-repeat;
}
.searchBox form {
	margin: 0px !important;
	padding: 5px 12px 10px 12px !important;
	background: url(../images/bgBlockBot.gif) bottom left no-repeat;
}
*html .searchBox form {
	height: 30px;
	overflow: visible;
}

.searchBox form label {
	display: block;
	padding: 5px 2px;
	font-weight: bold;
	color: #666;
}
input.searchTxt {
	float: left;
	margin: 2px 0px 5px 0px;
	width: 145px;
	height: 15px;
	padding: 2px 0px 2px 3px;
	font-size: 12px;
	color: #999;
	background: url(../images/bgTeksInput.gif) top left no-repeat;
	border: 1px solid #d6d6d6;
}
*html input.searchTxt {
	width: 143px;
}
input.searchTxt:focus {
	color: #333;
}
input.searchBtn {	
	float: right;
	padding-left: 0px;
	padding-right: 0px;
	width: 28px;
	height: 24px;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	background: url(../images/searchBtn.gif) top left no-repeat;
	border: none;
	cursor: pointer;
}
.searchBox form p {
	clear: both;
	margin: 0px !important;
	padding: 5px 0px 0px 0px !important;
	text-align: center;
}
.searchBox form a, .searchBox form a:hover {
	text-decoration: none;
	font-size: 11px;
}

.sidebar .testimonial, .rightbar .testimonial {
	margin-bottom: 2px;
	padding: 2px 0px 0px 0px;
	background: url(../images/bgBlock.png) top left no-repeat #fff;
}
.sidebar .testimonial h2, .rightbar .testimonial h2 {
	margin: 0px 2px 2px 2px !important;
	padding: 14px 10px 14px 15px !important;
	font-size: 12px;
	color: #e31982;
	background: url(../images/bgBlockHead.gif) top left no-repeat;
}
.sidebar .testiBox, .rightbar .testiBox {
	margin: 0px !important;
	padding: 5px 12px 10px 12px !important;
	background: url(../images/bgBlockBot.gif) bottom left no-repeat;
}
.sidebar .testiBox p, .rightbar .testiBox p {
	margin: 10px 0px !important;
	padding: 0px 5px !important;
	font-size: 11px;
	color: #666;
	line-height: 130%;
}

.productBox {
	margin-bottom: 2px;
	padding: 2px 0px 0px 0px;
	background: url(../images/bgBlock.png) top left no-repeat #fff;
}
.productBox h2 {
	margin: 0px 2px 2px 2px !important;
	padding: 14px 10px 14px 15px !important;
	font-size: 12px;
	color: #e31982;
	background: url(../images/bgBlockHead.gif) top left no-repeat;
}
.productBox ul.thumbImg {
	margin: 0px !important;
	padding: 5px 0px 10px 7px !important;
	list-style: none;
	background: url(../images/bgBlockBot.gif) bottom left no-repeat;
}
*html .productBox ul.thumbImg {
	width: 199px;
	padding: 5px 0px 10px 7px !important;
}
*:first-child+html .productBox ul.thumbImg {
	width: 199px;
	padding: 5px 2px 10px 7px !important;
}
.productBox ul.thumbImg li {
	float: left;
	margin: 2px 2px;
	width: 90px;
	height: 120px;
	padding: 0px;
	overflow: hidden;
	border: 1px solid #e1ebf6;
}
*html .productBox ul.thumbImg li {
	margin: 2px 3px 2px 1px;
}
.productBox ul.thumbImg li:hover {
	border: 1px solid #9aa7b5;
}
.productBox ul.thumbImg li img {
	border: none;
}
.productBox ul.thumbImg li .image {
	width: 90px;
	height: 120px;
	padding: 0px;
	overflow: hidden;
	border: none;
}
*html .productBox ul.thumbImg li .image {
	line-height: 120px;
	font-size: 100px;
}
*:first-child+html .productBox ul.thumbImg li .image {
	line-height: 120px;
}
.productBox ul.thumbImg li div {
	width: 90px;
	height: 120px;
	padding: 0px;
	overflow: hidden;
	display: table-cell;
    vertical-align: middle;
	border: none;
	text-align: center;
}
.productBox ul.thumbImg li div img {
	vertical-align: middle;
}

.productBoxCell {
	margin: 0px !important;
	padding: 5px 12px 10px 12px !important;
	color: #666;
	background: url(../images/bgBlockBot.gif) bottom left no-repeat;
}
.productBoxCell h3 {
	margin: 10px 0px !important;
	padding: 0px !important;
	text-align: center;
	font-size: 12px;
}
.productBoxCell h3 a {
	color: #555;
	text-decoration: none;
}
.productBoxCell h3 a:hover {
	color: #666;
	text-decoration: underline;
}
.productBoxCell img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.productBoxCell .rate {
	clear: both;
	text-align: left;
	padding: 10px 0px 0px 0px;
}
.productBoxCell .rate img {
	float: none;
	margin-left: 3px;
	margin-bottom: -3px;
}

.newsletter {
	margin-bottom: 3px;
	padding: 0px;
	text-align: center;
}
.newsletter p {
	margin: 2px 0px !important;
}

.statistik {
	margin-bottom: 2px;
	padding: 2px 0px 0px 0px;
	background: url(../images/bgBlock.png) top left no-repeat #fff;
}
.statistik h2 {
	margin: 0px 2px 2px 2px !important;
	padding: 14px 10px 14px 15px !important;
	font-size: 12px;
	color: #e31982;
	background: url(../images/bgBlockHead.gif) top left no-repeat;
}
.statistikCell {
	padding: 10px;
	background: url(../images/bgBlockBot.gif) bottom left no-repeat;
}
.statistik table {
	width: 100%;
}
.statistik table td {
	padding: 4px 8px;
	font-size: 11px;
	background-color: #fff2f9;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.statistik table td.bgCC {
	text-align: right;
	background-color: #f3dbf8;
}

.sidebar .menu, .rightbar .menu {
	margin-bottom: 2px;
	padding: 0px;
	overflow: hidden;
	background: url(../images/bgBlock-pink.png) top left no-repeat #ee378d;
}
.sidebar .menu h2, .rightbar .menu h2 {
	margin: 0px 2px 2px 2px !important;
	padding: 18px 10px 5px 15px !important;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
}
*html .sidebar .menu h2 {
	height: 10px;
	overflow: visible;
}
*html .rightbar .menu h2 {
	height: 10px;
	overflow: visible;
}
.sidebar #menuCell, .rightbar #menuCell {
	padding: 5px 10px 15px 10px;
	background: url(../images/bgBlockBot-pink.png) bottom left no-repeat;
}
*html .sidebar #menuCell {
	height: 10px;
	overflow: visible;
}
*html .rightbar #menuCell {
	height: 10px;
	overflow: visible;
}

table.contactTable {
	width: 100%;
	margin: 10px 0px 15px 0px;
	border: none;
}
table.contactTable tr th {
	padding: 4px 5px 12px 5px;
	vertical-align: top;
	text-align: left;
	color: #e31982;
}
table.contactTable tr td {
	padding: 4px 5px;
	vertical-align: top;
}
table.contactTable tr td span {
	display: block;
	padding: 5px 0px;
	font-size: 11px;
	line-height: 110%;
	font-family: arial;
}
table.contactTable tr td input.text {
	font-size: 12px;
	padding: 2px;
	font-family: arial;
	border: 1px solid #d6c4ce;
}
table.contactTable tr td textarea {
	border: 1px solid #d6c4ce;
	overflow: auto;
}
input.contactButton {
	margin-top: 25px;
	margin-right: 5px;
	width: 82px;
	height: 27px;
	text-transform: uppercase;
	color: #ffd4ea;
	font-size: 12px;
	background: url(../images/loginBtn.gif) top left no-repeat;
	border: none;
	cursor: pointer;
}
input.contactButton:hover {
	color: #fff;
}

table.confirmTable {
	width: 100%;
	background-color: #fff;
	border: 1px solid #eee;
	margin: 10px 0px;
}
table.confirmTable th {
	padding: 8px 10px;
	color: #fff;
	background-color: #ee378d;
	font-size: 11px;
	text-align: left;
}
table.confirmTable th a {	
	color: #ccc;
}
table.confirmTable th a:hover {	
	color: #fff;
	text-decoration: underline;
}
table.confirmTable td {
	padding: 6px 10px;
	border-bottom: 1px solid #f4eef2;
}
table.confirmTable td b {
	color: #222;
	font-size: 11px;
}
table.confirmTable td a:hover {
	text-decoration: none;
}

table.affiliateTable {
	width: 100%;
	background-color: #fff;
	border: 1px solid #eee;
	margin: 10px 0px;
}
table.affiliateTable th {
	padding: 8px 10px;
	color: #fff;
	background-color: #ee378d;
	font-size: 11px;
	text-align: left;
}
table.affiliateTable th a {	
	color: #ccc;
}
table.affiliateTable th a:hover {	
	color: #fff;
	text-decoration: underline;
}
table.affiliateTable td {
	padding: 6px 10px;
	border-bottom: 1px solid #eaeaea;
}
table.affiliateTable td b {
	color: #222;
}
table.affiliateTable td a:hover {
	text-decoration: none;
}

.loginBlock {
	margin: 10px 0px;
	margin-right: -10px;
	margin-left: -10px;
	padding: 0px 0px 20px 0px;
	background-color: #ffe1f1;
}
.loginBlock h2 {
	margin: 0px !important;
	padding: 15px 13px 5px 13px !important;
	font-size: 14px;
	color: #5d1f6f;
	text-align: left;
}
.loginBlock form {
	padding: 10px 10px 15px 10px;
}

.loginBlock table.affiliateTable {
	width: 100%;
	background-color: #fff;
	border: none;
	border-top: 15px solid #f9f9f9;
	margin: 0px;
}
.loginBlock table.affiliateTable td {
	padding: 6px 10px 6px 40px;
	text-align: right;
	border: none;
}
.loginBlock table.affiliateTable td input {
	float: left;
}
.loginBlock table.affiliateTable td input.loginText {
	width: 200px;
	font-size: 12px;
	padding: 2px;
	color: #5d1f6f;
	border: 1px solid #cdd4dd;
}
.loginBlock table.affiliateTable td input.loginText:focus {
	border: 1px solid #666;
}
.loginBlock table.affiliateTable td input.button {
	padding-left: 0px;
	padding-right: 0px;
	width: 28px;
	height: 24px;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	background: url(../images/searchBtn.gif) top left no-repeat;
	border: none;
	cursor: pointer;
}
.loginBlock table.affiliateTable td input.button:hover {
	background-color: #fe9733;
}

table.shoppingTable {
	width: 100%;
	background-color: #fff;
	border: 1px solid #eee;
	margin: 10px 0px;
}
table.shoppingTable th {
	padding: 8px 10px;
	color: #fff;
	background-color: #ee378d;
	font-size: 11px;
	text-align: left;
}
table.shoppingTable th a {	
	color: #ccc;
}
table.shoppingTable th a:hover {	
	color: #fff;
	text-decoration: underline;
}
table.shoppingTable td {
	padding: 6px 10px;
	border-bottom: 1px solid #eaeaea;
}
table.shoppingTable td b {
	color: #222;
}
table.shoppingTable td a:hover {
	text-decoration: none;
}

div.productList {
	margin: 10px 0px 20px 0px;
}
div.productList h2 {
	margin: 5px 0px 10px 0px !important;
	padding: 0px !important;
	font-size: 14px;
	color: #333;
}
div.productList h2 span {
	padding: 0px 5px;
	color: #333;
	font-size: 14px;
}
div.productList ul {
	margin: 0px !important;
	padding: 0px 0px !important;
	list-style: none;
}
div.productList ul li {
	margin-bottom: 3px;
	padding: 15px 10px 10px 10px;
	background-color: #fff;
	border: 1px solid #f2dee8;
}
div.productList ul li .productimage {
	float: left;
	width: 100px;
	padding-top: 10px;
	padding-bottom: 5px;
	overflow: hidden;
	text-align: center;
	margin-right: 30px;
	margin-top: 5px;
	padding-right: 25px;
	padding-left: 25px;
}
div.productList ul li .productimage div {
	width: 98px;
	height: 148px;
	padding: 1px;
	overflow: hidden;
	border: none;
	text-align: center;
	background-color: #fff;
}
div.productList ul li .productimage div span {
	width: 98px;
	height: 148px;
	padding: 0px;
	display: table-cell;
    vertical-align: middle;
	border: none;
}
*html div.productList ul li .productimage div {
	line-height: 148px;
	font-size: 120px;
}
*:first-child+html  div.productList ul li .productimage div {
	line-height: 148px;
	font-size: 120px;
}
div.productList ul li .productimage div img {
	border: none;
	vertical-align: middle;
}

div.productList ul li .productimage p, .blockContent .productimage p {
	clear: left;
	margin: 10px 0px !important;
	padding: 0px !important;
	font-weight: bold;
	color: #e31982;
	line-height: 130%;
}
div.productList ul li .review, .blockContent .review {
	display: table;
	height: 1%;
}
div.productList ul li .review h3, .blockContent .review h3 {
	margin: 8px 0px !important;
	padding: 0px !important;
	line-height: 130%;
	color: #602372;
	font-size: 12px;
}
div.productList ul li .review p, .blockContent .review p {
	margin: 8px 0px !important;
	padding: 0px !important;
	line-height: 130%;
}
div.productList ul li .review p b span, .blockContent .review p b span {
	color: #e31982;
}
div.productList ul li .review ul, .blockContent .review ul {
	margin: 10px 0px !important;
	padding: 0px !important;
	list-style: none;
	font-weight: bold;
	line-height: 150%;
}
div.productList ul li .review ul li, .blockContent .review ul li {
	font-weight: normal;
	padding: 2px 0px 2px 25px;
	border: none;
	line-height: 130%;
}

.reviewBox {
	width: 300px;
	float: left;
	margin: 10px 0px;
	padding: 0px 0px 8px 0px;
	background-color: #efd6f6;
	border: 1px solid #e0c1e8;
}
.blockContent .reviewBox {
	width: 250px;
}
.reviewBoxCell {
	padding: 8px 0px 0px 0px;
	text-align: center;
}
.reviewBoxCell table {
	border: none;
	margin: 0px auto;
	width: 200px;
}
.blockContent .reviewBoxCell table {
	width: 150px;
}
.reviewBoxCell table td {
	vertical-align: middle;
	text-align: center;
	color: #693179;
	padding: 2px 5px 2px 0px;
}
.reviewBoxCell table table td {
	text-align: left;
	padding: 2px 2px;
	font-size: 11px;
}
.reviewBoxCell table table td select{
	font-size: 11px;
	color: #333;
	padding: 1px;
	border: 1px solid #e7d9eb;
}

.blockContent {
	padding: 0px 0px 5px 0px;
}
.blockContent h2 {
	margin: 0px !important;
	padding: 15px 20px 10px 20px !important;
	font-size: 14px;
	color: #000;
	text-align: left;
	background-color: #fff;
}
.blockContentCell {
	padding: 5px;
	background-color: #fff;
}

.productThumb {
	margin: 20px 0px 30px 0px;
	padding: 0px 0px 10px 0px;
}
*html .productThumb {
	height: 30px;
	overflow: visible;
}
.productThumb h2 {
	margin: 0px 0px 10px 0px !important;
	padding: 0px 10px !important;
	font-size: 12px;
	color: #e31982;
	text-align: left;
	background: none;
}
.productThumb h2 span {
}
.productThumbCell {
	background-color: #fff6fb;
	padding: 15px 10px 10px 10px;
}
.productThumb ul {
	clear: left;
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
	overflow: hidden;
	background-color: #fff6fb;
}
.productThumb ul li {
	width: 60px;
	height: 128px;
	float: left;
	padding: 0px 10px;
	overflow: hidden;
	text-align: center;
}
.productThumb ul li div {
	width: 60px;
	height: 90px;
	padding: 0px;
	overflow: hidden;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	background-color: #fff;
}
.productThumb ul li div:hover {
	border: 1px solid #999;
	background-color: #fff;
}
.productThumb ul li div div {
	width: 60px;
	height: 90px;
	padding: 0px;
	overflow: hidden;
	display: table-cell;
    vertical-align: middle;
	border: none !important;
}
*html .productThumb ul li div div {
	line-height: 90px;
	font-size: 75px;
}
*:first-child+html .productThumb ul li div div {
	line-height: 90px;
	font-size: 75px;
}
.productThumb ul li div div img {
	border: none;
	vertical-align: middle;
}
.productThumb ul li span {
	line-height: 100%;
	display: block;
	font-size: 11px;
}
.productThumb ul li a span {
	color: #333;
}
.productThumb ul li a {
	text-decoration: none;
}
.productThumb ul li a:hover span {
	color: #111;
	text-decoration: none;
}
.productThumb ul li a:hover img{
	border: none;
	cursor: pointer;
}
*html .productThumb ul li {
}
*:first-child+html .productThumb ul li {

}

/* FOOTER */
.footer {
	padding: 20px 0px;
	text-align: center;
}

.bottomMenu {
	padding: 10px 0px;
}
.bottomMenu h2.title {
	margin: 5px 0px !important;
	padding: 0px !important;
	font-size: 12px;
	color: #e31982;
}
.bottomMenu ul {
	margin: 0px !important;
	padding: 5px 20px !important;
	list-style: none;
}
.bottomMenu ul li {
	display: inline;
	padding: 0px 6px 0px 8px;
	border-left: 1px solid #ddd;
}
.bottomMenu ul li.first {
	border: none;
}
.bottomMenu ul li a {
	color: #e31982;
	text-decoration: none;
}
.bottomMenu ul li a:hover {
	color: #81189f;
	text-decoration: underline;
}

.footerCell {
	color: #333;
	padding: 10px 20px;
	font-size: 11px;
	line-height: 150%;
}
.footerCell a, .footerCell a:hover {
	color: #81189f;
}

ul.faqList {
	margin: 10px 0px !important;
	padding: 0px !important;
	list-style: none;
}
ul.faqList li.faqItem {
	font-size: 11px;
}
ul.faqList li.faqItem p {
	margin: 15px 0px 5px 0px !important;
	font-weight: bold;
}
ul.faqList li.faqItem p a {
	color: #c82279;
	text-decoration: none;
}
ul.faqList li.faqItem p a:hover {
	color: #ffa800;
	text-decoration: none;
}
.faqBox {
	padding: 8px 10px;
	color: #333;
	background-color: #fff;
	border: 1px solid #e5e0e3;
}
ul.faqList li.faqItem .faqBox p {
	margin: 10px 0px !important;
	font-weight: normal;
}
ul.faqList li.faqItem .faqBox ul {
	margin: 10px 0px 10px 0px !important;
	padding: 0px 0px 0px 10px !important;
}
ul.faqList li.faqItem .faqBox ol {
	margin: 10px 0px 10px 10px !important;
	padding: 0px 0px 0px 10px !important;
}
ul.faqList li.faqItem .faqBox ul li, ul.faqList li.faqItem .faqBox ol li {
	margin: 5px 0px 10px 0px;
}


/* keranjang belanja */
.shoppingCartBox {
	margin-bottom: 2px;
	padding: 2px 0px 0px 0px;
	background: url(../images/bgBlock.png) top left no-repeat #fff;
}
.shoppingCartBox h2 {
	margin: 0px 2px 2px 2px !important;
	padding: 14px 10px 14px 15px !important;
	font-size: 12px;
	color: #e31982;
	background: url(../images/bgBlockHead.gif) top left no-repeat;
}
.shoppingCartBoxCell {
	margin: 0px !important;
	padding: 5px 5px 10px 5px;
	color: #666;
	background: url(../images/bgBlockBot.gif) bottom left no-repeat;
}
.shoppingCartBoxCell table {
	margin: 0 auto;
	width: 95%;
	background: #fff;
}
.shoppingCartBoxCell th {
	padding: 2px 5px 5px 5px;
	font: bold 11px tahoma;
	color: #e31982;
	background: #ffa8d3;
}
.shoppingCartBoxCell td {
	padding: 2px 5px 5px 5px;
	font: 10px arial;
	color: #000;
}
.shoppingCartBoxCell p {
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
	font-weight: bold;
}
.shoppingCartBoxCell p span {
	font-weight: bold;
	color: #be5cda;
}
.emptyShop {
	padding: 20px 0 15px 35px;
	font-weight: bold;
	color: #be5cda;
	text-align: center;
	text-transform:uppercase;
	font-size: 14px;
	position: relative;
	height:30px;
}
.emptyShop img {
	position: absolute;
	top: 5px;
	left: 40px;
}
.shoppingCartBoxCell p .buttonLink, .shoppingCartBoxCell p a.buttonLink {
	margin:0 auto;
	padding: 6px 0 0 0;
	width: 82px;
	height: 25px;
	background: url(../images/loginBtn.gif) no-repeat;
	display: block;
	font: 14px arial;
	text-decoration:none;
	color: #fff;
}
.shoppingCartBoxCell p a.buttonLink:hover {
	color: #eee;
}
.shoppingCartBoxCellBottom {
	clear:both;
	height: 40px;
	background: url(../images/redBottom-bg.png) no-repeat top;
}gaya 
