html{
	overflow-y:scroll;
}
body
{
    font-size: 11px;
    color: black;
    font-family: Arial;
}
body.bgIframe{
	background-color: #e3e3e3;
	overflow: hidden;
}


.floatcontainer:after{clear: both;display: block;font-size: 0px;visibility: hidden;height: 0px;content: ".";}
.floatcontainer{display: inline-block;}
* HTML .floatcontainer{height: 1%;}
.floatcontainer{display: block;}

a
{
    font-size: 11px;
    color: black;
    font-family: Arial;
    text-decoration: none;
}
a:hover
{
  font-size: 11px;
	color: #ff5ab0;
  font-family: Arial;
  text-decoration: none;
}
input[type=text],input[type=password]
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    font-size: 11px;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    font-family: Arial;
	background-color: #fafaf0;
}
textarea
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    font-size: 11px;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
	background-color: #fafaf0;
}
select{
    border-right: black 1px solid;
    border-top: black 1px solid;
    font-size: 11px;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
	background-color: #fafaf0;
}
input.btn
{
    border-right: #9e815f 1px;
    border-top: #9e815f 1px;
    border-left: #9e815f 1px;
    color: white;
    border-bottom: #9e815f 1px;
    font-family: Arial;
    background-color: #960000;
}
form{
	padding:0;
	margin:0;
}
h1
{
    font-size: 20px;
    color: black;
    font-family: Arial;
		margin:0 0 20px 0;
		padding: 0;
}
h1 a
{
    font-size: 12px;
    color: white;
    text-decoration: underline;
}
h1 a:hover
{
    font-size: 12px;
    color: white;
    text-decoration: none;
}
h2
{
    font-size: 15px;
    color: black;
    font-family: Arial;
		margin:0 0 10px 0;
		padding: 0;
}

img{border: none;}
img.pic{ border: #abaaa0 1px solid;}
img.pic_gallery
{
    border-top: #96958b 1px solid;
    border-right: #96958b 1px solid;
    border-bottom: #96958b 0px solid;
    border-left: #96958b 1px solid;
}
.justify{ text-align: justify;}
.error{ color: #CC0000;}
.pink{color: #ff5daf;}
.pink a{color: #ff5daf;}
.pink a:hover{color: black;}
.black{color:black;}
.gray{color: #a1a1a1;}
.spanAsDiv{display: block;}

.sep{
	background: url(../images/sep1.jpg) repeat-x;
	height:1px;
	margin:5px 0;
}
/**** Page Container ***/
#pageContainer
{
    direction: ltr;
		margin:0 auto;
		width:832px;
		padding-top:20px;
}
/**** Header ***/
#header{
	margin-bottom: 25px;
}
#logo{
	float: left;
	width:250px;
}
#staticMenu{
	float: right;
	width:500px;
	padding-top:25px;
	position: relative;
}
#staticMenu ul{
	margin:0 auto;
	padding:0;
	list-style: none;
	text-align: center;
}
#staticMenu li{
	float: right;
	text-align: left;
	margin: 0;
	font-size:11px;
	background: url(../images/static_menu_sep.jpg) no-repeat right top;
	padding:0 10px;
}
#staticMenu li a{
	display: inner-block;
	height:16px;
}
#staticMenu li a.iconLogin{
	background: url(../images/icon_login.jpg) no-repeat right 2px;
	padding-right: 12px;
}
#staticMenu li a.iconFacebook{
	background: url(../images/icon_facebook.jpg) no-repeat right 1px;
	padding-right: 20px;
}
#staticMenu li a.iconTwitter{
	background: url(../images/icon_twitter.jpg) no-repeat right 1px;
	padding-right: 20px;
}
#staticMenu li a.iconContact{
	background: url(../images/icon_contact.jpg) no-repeat right 0;
	padding-right: 20px;
}
#staticMenu li a.iconHome{
	background: url(../images/icon-home.jpg) no-repeat right 0;
	padding-right: 20px;
}
#staticMenu li a:hover{
	display: block;
	color: #ff5ab0;
	height:16px;
}

#loginBox{
	display: none;
	position: absolute;
	left: 70px;
	top:40px;
	background: url(../images/bg_login_box.gif) no-repeat;
	width:310px;
	height: 27px;
	padding:13px 0 0 43px;
}
#loginBox .loginBoxField{
	float: left;
}
#loginBox .loginBoxField1{
	padding-right: 65px;
	float: left;
}
#loginBox input[type=text],
#loginBox input[type=password]{
	border:none;
	background: none;
	width:100px;
}
#loginBox input[type=submit]{
	border:none;
	background: none;
	width:auto;
	height: auto;
	color: white;
	font-size: 11px;
	font-weight: bold;
	padding:4px 0 0 2px;
	cursor: pointer;
}


/**** Main Menu ***/
#mainMenu{
	text-align: center;
	margin:0 auto;
}
#mainMenu ul{
	margin:0 ;
	padding:0;
	list-style: none;
	text-align: center;
	background: url(../images/sep1.jpg) repeat-x bottom;
  height:30px;
}
#mainMenu li{
	float: left;
	text-align: center;
	margin: 0;
	color:Black;
	font-weight:bold;
  height:29px;
  line-height:29px;
  vertical-align:middle;
	padding:0 3px;
}
#mainMenu li a{
	display: inline-block;
	text-decoration: none;
	color:Black;
  height:29px;
	cursor: pointer;
}
#mainMenu li a span.mainMenuItem{
	display: inline-block;
	background: none;
  height:29px;
  line-height:29px;
  vertical-align:middle;
	padding:0 16px;
	font-size:14px;
}
#mainMenu li a:hover,#mainMenu li.menu_on a{
	display: inline-block;
	text-decoration: none;
  color:White;
	background: url(../images/bg_menu_on_l.jpg) no-repeat left top;
	@background: url(../images/bg_menu_on_l.jpg) no-repeat left 1px;
  @height:30px;
}
#mainMenu li a:hover span.mainMenuItem,#mainMenu li.menu_on a span.mainMenuItem{
	display: inline-block;
	background: url(../images/bg_menu_on_r.jpg) no-repeat right top;
  height:29px;
  line-height:29px;
  vertical-align:middle;
	padding:0 16px;
	font-size:14px;
}

/**** Main ***/
#main
{
	margin-top:11px;
}
#mainContent{
	float: left;
	width:542px;
}
#mainContentInner{
	margin:10px 20px;
	font-size: 12px;
}
#mainContentInnerHe{
	margin:10px 20px;
	direction: rtl;
	font-size: 12px;
}
#mainContentInnerHe a,
#mainContentInner a{
	font-size: 12px;
}

#mainContentRight{
	float: right;
	width:278px;
}
#hpBanner{
	width:542px;
	height: 425px;
}
#hpBannerMain{
	width:542px;
	height: 399px;
}
#hpBannerTitle{
	height: 21px;
	background-color: Black;
	font-size: 14px;
	color: White;
	padding:5px 19px 0 0;
	margin-bottom: 15px;
	text-align: right;
}
#hpBannerTitle a{
	font-size: 14px;
	color: White;
}

#hpCatalogMain{
	overflow: hidden;	
	z-index: 90;
	position: relative;
	width:542px;
	height: 399px;
}
#hpCatalogPic{
  width:10000px;
	height: 399px;
	position:relative;
	left:0;
	z-index:1;
}
#Gframe{
	overflow: hidden;
}
#hpCatalogPrev{
	position: absolute;
	top:0;
	left: 0;
	height: 209px;
	width:22px;
	background: url(../images/bg_hpCatalogPrev.png) repeat;
	padding-top:190px;
	text-align: center;
	z-index: 90;
}
#hpCatalogNext{
	position: absolute;
	top:0;
	right: 0;
	height: 209px;
	width:22px;
	background: url(../images/bg_hpCatalogPrev.png) repeat;
	padding-top:190px;
	text-align: center;
	z-index: 90;
}
#hpCatalogTitle{
	height: 26px;
	background-color: Black;
	font-size: 20px;
	color: White;
	padding-left: 13px;
	margin-bottom: 15px;
}
#hpMoreCatalogs{
	margin-top:50px;
	@margin-top:48px;
}
#hpMoreCatalogs h3{
	background: url(../images/icon_pdf.jpg) no-repeat 1px top;
	padding-left: 22px;
	font-size: 15px;
	margin:10px 0;
}
#hpMoreCatalogsIcons{
	background: url(../images/sep2.jpg) repeat-x top;
	padding:10px 0 0 4px;
}
#hpMoreCatalogsIcons div{
	display: block;
	float: left;
	background: url(../images/icon_catalog.jpg) no-repeat;
	padding:0 42px 0 22px;
}
#hpMoreCatalogsIcons div.aaa{
	padding:0 0 0 22px;
}

#mainContentRightMissmi{
	background: url(../images/sep1.jpg) repeat-x bottom;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
#mainContentRightMissmi h3
{
	margin:0 0 15px 0;
}
.title_big
{
  font-weight: bold;
  font-size: 26px;
  color: black;
}
.hpMissmiItem{
	float: left;
	width:136px;
	background: url(../images/icon_plus.jpg) no-repeat 115px bottom;
}
.hpMissmiItemPic{
	float: left;
	width:60px;
}
.hpMissmiItemText{
	float: right;
	width:52px;
	background: url(../images/sep3.jpg) repeat-y right top;
	height: 76px;
	padding-right: 20px;
}
.item2{
	margin-left: 5px;
}
.item2 .hpMissmiItemText{
	background: none;
}
.hpMissmiItemTitle{
	color: #fe65be;
	font-weight: bold;
	font-size: 12px;
}
#banner{
	background: url(../images/sep1.jpg) repeat-x bottom;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
#mainContentRightRegister{
	background: url(../images/sep1.jpg) repeat-x bottom;
	padding-bottom: 8px;
}
#mainContentRightRegister .title_big
{
  font-weight: bold;
  font-size: 24px;
  color: black;
}
#mainContentRightRegister .small{
	font-size: 13px;
	font-weight: bold;
}
#mainContentRightRegister h3
{
	margin:20px 0 22px 0;
	@margin:20px 0 15px 0;
}
.hpFormRight{
	float: left;
	width:60px;
	font-size: 11px;
	color: #4e4e4e;
	padding-left: 65px;
	padding-top:4px;
}
.hpFormCenter{
	float: left;
	width:148px;
	padding-bottom: 5px;
}
.hpFormCenter input[type=text],
.hpFormCenter input[type=password]{
	border:solid 1px #b1afaa;
	height: 19px;
	width:146px;
}
.hpFormCenter select{
	border:solid 1px #b1afaa;
	height: 19px;
	width:151px;
}
.hpFormBtn{
	text-align: right;
	margin-bottom: 8px;
}

/**** Footer ***/
#footer
{
	margin:30px 0 11px 0;
  color: #9e9e9e;
  text-align: center;
}
#footer ul{
	margin:0 ;
	padding:0;
	list-style: none;
	text-align: center;
}
#footer li{
	float: left;
	text-align: center;
	margin: 0;
  color: #9e9e9e;
	padding:0 23px 0 0;
}
#footer li a{
	display: inline-block;
	text-decoration: none;
  color: #9e9e9e;
}
#footer li a:hover,#footer li.menu_on a{
	display: inline-block;
	text-decoration: none;
  color: Black;
}
/**** Footer ***/
#credit{
	background: url(../images/sep1.jpg) repeat-x top;
	padding-top:8px;
	font-size: 10px;
	color: #909090;
}
#credit a{
	font-size: 10px;
	color: #909090;
}
#credit a:hover{
	font-size: 10px;
	color: Black;
}




.title
{
    font-size: 20px;
    color: black;
    font-family: Arial;
}
.title1
{
    font-size: 17px;
    color: black;
		font-weight: bold;
}
.title1 a
{
    font-size: 17px;
    color: black;
		font-weight: bold;
}

.title_sub, .title_sub a, .title_sub a:hover
{
    font-weight: normal;
    font-size: 12px;
    font-family: Arial;
    color: Black;
		
}
.title_big_pink
{
  color: #ff5ab0;
}

.title_pink
{
    font-size: 20px;
    color: #ff5ab0;
    font-family: Arial;
}
.title1_pink
{
    font-size: 17px;
    color: #ff5ab0;
		padding-top:10px;
		font-weight: bold;
}
.title2_pink
{
    font-size: 14px;
    color: #ff5ab0;
		font-weight: bold;
}


table
{
    border: none;
}
td
{
    font-size: 11px;
}
.trDark
{
    background-color: #69a5c1;
}
.trLight
{
    background-color: transparent;
}
.nav
{
    font-weight: normal;
    color: #960000;
    text-decoration: none;
}
.nav a
{
    font-weight: normal;
    color: black;
}
.nav a:hover
{
    font-weight: normal;
    color: #ff8c00;
}
.pagging
{
    font-weight: bold;
    color: Black;
}
.pagging_on{
    font-weight: bold;
    color: Black;
}
.pagging a
{
    font-weight: bold;
    color: #808080;
    text-decoration: none;
}
.pagging a:hover
{
    font-weight: bold;
    color: Black;
    text-decoration: none;
}
input.noBorder
{
    border: none;
}
.text
{
    color: #4a1e0d;
}
span.picName
{
    font-weight: bold;
    color: white;
}
.side_menu
{
    font-weight: normal;
    text-indent: 5px;
}
.side_menu_on
{
    color: #960000;
    text-indent: 5px;
}
.nav_on
{
    font-weight: bold;
    color: #960000;
}
.side_menu a
{
    color: black;
}
.side_menu a:hover
{
    color: #777777;
}
.side_menu_on a
{
    color: #960000;
}
.side_menu_on a:hover
{
    color: black;
}
#top
{
    background-position: center top;
    background-image: url(../images/bg_top.jpg);
    background-repeat: repeat-x;
}
#bg_login_l
{
    background-image: url(../images/bg_login_l.gif);
    width: 6px;
    background-repeat: no-repeat;
    height: 34px;
}
#bg_login_r
{
    background-image: url(../images/bg_login_r.gif);
    width: 6px;
    background-repeat: no-repeat;
    height: 34px;
}
#bg_login
{
    background-image: url(../images/bg_login.gif);
    color: #565a59;
    background-repeat: repeat-x;
    height: 34px;
    text-align: center;
		width: 350px;
}
#bg_login input
{
    border: none;
    width: 89px;
    height: 19px;
    background-color: #f7eceb;
}
input.search
{
    border-right: #c1c0b5 1px solid;
    border-top: #c1c0b5 1px solid;
    border-left: #c1c0b5 0px solid;
    width: 151px;
    border-bottom: #c1c0b5 1px solid;
    height: 17px;
}
select.search
{
    border-right: #c1c0b5 1px solid;
    border-top: #c1c0b5 1px solid;
    border-left: #c1c0b5 1px solid;
    width: 118px;
    border-bottom: #c1c0b5 1px solid;
    height: 20px;
		font-size: 14px;
}

#main_page
{
    background-image: url(../images/bg_main.gif);
    width: 772px;
    background-repeat: no-repeat;
    height: 369px;
}
#main_page_contact
{
    background: url(../images/bg_main_contact.gif) no-repeat left top;
    width: 772px;
    height: 369px;
}
.girlPicBorder
{
    border-right: #96958b 1px solid;
    border-top: #96958b 0px solid;
    border-left: #96958b 1px solid;
    border-bottom: #96958b 1px solid;
		background-color: Black;
		height: 32px;
}
.girlTitle, .girlTitle a{
	color: White;
	font-size: 12px;
}
.girlDate, .girlDate a{
	color:White;
	font-size: 10px;
}

.girlsTabs{
	background: url(../images/sep3.jpg) repeat-y right top;
	padding:0 10px;
}
.girlsTabs1{
	background: none;
	padding:0 10px;
}
.tab_small
{
    background: white url(../images/arr_girl.jpg) no-repeat 135px 83px;
    margin-left: 10px;
    width: 134px;
    text-indent: 10px;
    background-repeat: no-repeat;
    height: 95px;
    text-align: left;
		display: block;
}
.tab_small:hover,.tab_small_over
{
    background: white url(../images/arr_girl.jpg) no-repeat 135px 83px;
    margin-left: 10px;
    width: 134px;
    text-indent: 10px;
    height: 95px;
    text-align: left;
		display: block;
}

.tab_small_on
{
    background: white url(../images/arr_girl.jpg) no-repeat 135px 75px;
		padding:0 5px 5px 5px;
    margin: 0;
    width: 147px;
    height: 91px;
    text-indent: 10px;
    text-align: left;
		display: block;
}
.tab_small_on div.tab_small_on_text{
	color:Black;
	font-size: 11px;
	margin-bottom:5px;
}
.tab_small_on div.tab_small_on_text1{
	color:#7f7d78;
	font-size: 10px;
}
.tab_small_on:hover,.tab_small_on_over
{
    background: #dcdbd8 url(../images/arr_girl.jpg) no-repeat 135px 75px;
		padding:0 5px 5px 5px;
    margin: 0;
    width: 147px;
    height: 91px;
    text-indent: 10px;
    background-repeat: no-repeat;
    text-align: left;
		display: block;
}
.tab_small_on:hover div.tab_small_on_text,.tab_small_on_over div.tab_small_on_text{
	color:Black;
	font-size: 11px;
	margin-bottom:5px;
}
.tab_small_on:hover div.tab_small_on_text1,.tab_small_on_over div.tab_small_on_text1{
	color:White;
	font-size: 10px;
}	
.gray
{
    color: #8a897e;
}
.gray a
{
    color: #8a897e;
}
.gray a:hover
{
    color: #ff5daf;
}
#fashion_pic_page
{
    padding-right: 4px;
    padding-left: 4px;
    background-image: url(../images/bg_fashion_pic_page.jpg);
    padding-bottom: 3px;
    width: 197px;
		float: left;
    padding-top: 3px;
    background-repeat: no-repeat;
    height: 378px;
}
#fashion_pic
{
    padding-right: 4px;
    padding-left: 4px;
    background-image: url(../images/bg_fashion_pic.jpg);
    padding-bottom: 3px;
    width: 231px;
		float: left;
    padding-top: 3px;
    background-repeat: no-repeat;
    height: 420px
}
#fashion_pic_selected
{
    padding-right: 4px;
    padding-left: 4px;
    background-image: url(../images/bg_fashion_pic.jpg);
    padding-bottom: 3px;
    width: 231px;
    padding-top: 3px;
    background-repeat: no-repeat;
    height: 360px;
		position: relative;
		top: 9px;
}
.add_to_cart
{
    font-size: 10px;
    color: #ff5daf;
    font-family: Arial;
}
.add_to_cart a
{
    font-size: 10px;
    color: #ff5daf;
    font-family: Arial;
}
.add_to_cart a:hover
{
    font-size: 10px;
    color: #ff5daf;
    font-family: Arial;
}
.bg_fashion_cat_on
{
    background-image: url(../images/bg_fashion_cat_on.jpg);
    width: 233px;
    background-repeat: no-repeat;
    height: 173px;
		float:left;
		margin:0 25px 15px 0;
}
.bg_fashion_cat
{
    background-image: url(../images/bg_fashion_cat.jpg);
    width: 231px;
    background-repeat: no-repeat;
    height: 171px;
		float:left;
		margin:0 25px 25px 0;
}

#productArchivePageLeft{
	float:left;
	width:170px;
	margin-left:3px;
	margin-top:25px;
}
#productArchivePageLeft h1{
	padding:0;
	margin:0 0 10px 0;
	font-size: 24px;
	color: #959595;
}
.productArchiveCatList, .productArchiveCatList a{
	font-size: 11px;
	margin-bottom:5px;
}
#productArchivePageRight{
	float:right;
	width:580px;
}
#productArchivePageRightTop{
	margin:20px 0 10px 100px;
	padding:10px;
}
#productArchivePageRightB{
	background: url(../images/sep1.jpg) repeat-x center top;
	margin-top:10px;
	padding-top:25px;
}
.productArchivePageRightBLine{
	background: url(../images/sep1.jpg) repeat-x center bottom;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.fashion_Archive_pic_page
{
    padding-right: 7px;
    padding-left: 7px;
    width: 100px;
		float: left;
}

#productsMainPageT{
	margin-top:50px;
	background: url(../images/sep1.jpg) repeat-x center top;
	padding-top:8px;
}
#productsMainPage{
	background: url(../images/sep1.jpg) repeat-x center bottom;
	padding-bottom:8px;
	margin-bottom:50px;
}
.productsMainPageItem{
  width: 271px;
 	float:left;
	margin:0 9px 9px 0;
}
.productsMainPageItem.last{
  width: 271px;
 	float:left;
	margin:0 0 9px 0;
}
.productsMainPageItem h3{
	background: Black url(../images/arr_products.jpg) no-repeat right top;
	height: 33px;
	line-height: 33px;
	vertical-align: middle;
	color: White;
	font-size: 20px;
	font-weight: normal;
	padding:0 0 0 7px;
	margin: 0;
	width:264px;
}
.productsMainPageItem h3 a{
	color: White;
	font-size: 20px;
	font-weight: normal;
	display: block;
}



#productPageLeft{
	float:left;
	width:235px;
	margin-left:3px;
	margin-top:50px;
}
#productPageLeft h1{
	padding: 0 0 5px 5px;
	margin:0;
	color: #010000;
	font-size: 18px;
}
.productCatList{
	color: #010000;
	font-size: 18px;
	padding: 0 0 5px 5px;
}
.productCatList a,.productCatList a:hover{
	color: #010000;
	font-size: 18px;
}

#productPageRight{
	float:right;
	width:590px;
	margin-top:50px;
}
.productPageItemT{
  background: url(../images/sep1.jpg) repeat-x center Bottom;
	float: left;
	width:195px;
  height: 325px;
	margin-bottom: 10px;
}
.productPageItemT.last{
  background: url(../images/sep1.jpg) repeat-x center Bottom;
	float: left;
	width:195px;
  height: 325px;
	margin-bottom: 10px;
}
.productPageItem{
  background: url(../images/sep3.jpg) repeat-y right top;
	padding-right: 9px;
	margin-right: 9px;
	margin-bottom: 20px;
  height: 315px;
}
.productPageItem.last{
  background: none;
	padding-right: 0px;
	margin-right: 0px;
}
.productPageItemCart{
	padding:0 0 0 25px;
	margin:0 0 5px 10px;
	text-align: left;
}	
		
#bg_left{
	background: url('../images/bg_left_b.jpg') no-repeat right bottom;
	width:10px;
}
.bg_left_t{
	background: url('../images/bg_left_t.jpg') no-repeat right top;
	width:10px;
	height:53px;
}
#bg_right{
	background: url('../images/bg_right_b.jpg') no-repeat left bottom;
	width:7px;
}
.bg_right_t{
	background: url('../images/bg_right_t.jpg') no-repeat left top;
	width:7px;
	height:53px;
}
#box_text_2{
	float:right;
	width:550px;
}
#box_list_2{
	float:left;
	width:230px;
	margin:10px 6px 10px 20px;
}
#box_list{
	list-style: none;
	margin: 0;
	padding:0 2px;
}
#box_list li{
	font-size: 10px;
	padding-bottom:3px;
}
#box_list li a{
	font-size: 10px;
	text-decoration: none;
	color: #919191;
}
#box_list li a:hover, #box_list li.list_on{
	font-size: 10px;
	color:Black;
	text-decoration: none;
}
#box_text{
	float:right;
	width:580px;
}
#box_text_teasers{
	margin:10px 0;
}
.bg_box_teasers{
	width:168px;
	height: 85px;
	float:left;
	background: url(../images/bg_box_teasers.jpg) no-repeat top;
	margin-right:32px;
}
.bg_box_teasers_img{
	float:left;
	width:67px;
	margin-top:4px;
	margin-left:4px;
	_margin-left:2px;
	border: solid 1px #d0cfc9;
}
.bg_box_teasers_text{
	float: right;
	width: 90px; 
	margin-top:12px;
	height:100px;
}
.bg_box_teasers_date{
	color:#8d8d8a;
	font-size: 11px;
}
.bg_box_teasers_title{
	color:Black;
	font-size: 11px;
  font-family: Arial;
	line-height: 0.9em;
}
.box_item_text_b{
	margin-right:10px;
	background: url(../images/bg_main_box_b.gif) no-repeat bottom;
	padding-bottom:11px;
}
.box_item_text_t{
	background: url(../images/bg_main_box_t.gif) no-repeat top;
	min-height:250px;
	padding:15px;
}
.box_item_text_bg{
	background: url(../images/bg_main_box_bg.gif) repeat-y center top;
}
.box_item_img{
	padding: 0 0 10px 55px;
	background: url(../images/sep1.jpg) repeat-x center bottom;
	margin:0 0 10px 0;
}
.box_item_quote{
	padding: 0 0 10px 55px;
	background: url(../images/sep1.jpg) repeat-x center bottom;
	margin:0 0 10px 0;
}
h1.box_title_2{
	color:#606060;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	margin:10px 0;
	padding:0 0 10px 55px;
	background: url(../images/sep1.jpg) repeat-x center bottom;
}
.quoteEnd{
	background: url(../images/icon_quote_end.jpg) no-repeat right bottom;
}
.quote{
	background: url(../images/icon_quote_start.jpg) no-repeat left 5px;
	color:#fc5fac;
	font-weight: bold;
	padding:8px 20px;
}
.box_link{
	padding: 0 0 10px 55px;
	background: url(../images/sep1.jpg) repeat-x center bottom;
	margin:0 0 10px 0;
}
.box_link_0{
	padding-top:10px;
	text-align: right;
}
.box_link a,.box_link a:hover{
	font-size:10px; 
	color:#fc5fac;
}
.box_link_0 a{
	font-size:10px; 
	color:#fc5fac;
}
#box_list_0{
	float:right;
	width:195px;
	margin:10px;
}
#box_text_0{
	float:left;
	width:580px;
}
h1.box_title_0{
	color:Black;
	font-size: 15px;
	font-family: Arial;
	margin-bottom:10px;
}
h2.box_title_0{
	color:#8d8d8a;
	font-size: 12px;
	font-family: arial;
	margin: 3px;
}
#register_login{
	float:left;
	width:208px;	
	font-size: 13px;
}
#register_login_wrap{
	margin: 0 0px;
	background: url(../images/bg_register_login.gif) no-repeat top;
	height:226px;
	padding:0 15px;
}
#register_login_wrap h2{
	font-size: 16px;
	color:#f86eb1;
	font-family:Arial;
	margin-bottom:10px;
}
#register_login_wrap input{
	height:22px;
	width:175px;
	background-color: #f6d2e1;
	border:none;
}
#register_login_wrap input.btn{
	height:28px;
	width:44px;
	border:none;
}
#register{
	float:right;
	width:598px;	
	font-size: 13px;
}
#register_wrap{
	margin:18px 0px;
	background: url(../images/bg_register.jpg) no-repeat top;
	min-height:226px;
	padding:0 15px;
}
#register_wrap h1{
	font-size: 17px;
	color:#f86eb1;
	font-family: Arial;
	margin-bottom:10px;
	margin-top:5px;
}
#register_wrap img{
	border:none;
}
#register_wrap div.sep{
	height:6px !important;
	margin:15px 100px 25px 0;
	background: url(../images/sep_register.jpg) no-repeat;
}
/*
.main_text_b{
	margin-right:10px;
	background: url(../images/bg_main_text_b.jpg) no-repeat bottom;
	padding-bottom:15px;
	width:735px;
}
.main_text_t{
	background: url(../images/bg_main_text_t.jpg) no-repeat top;
	min-height:350px;
	padding:5px 45px 5px 15px;
	font-size: 13px;
	width:675px;
}
.main_text_bg{
	background: url(../images/bg_main_text_bg.jpg) repeat-y center top;
	width:735px;
}
.main_register_b{
	margin-right:10px;
	background: url(../images/bg_main_register_b.jpg) no-repeat bottom;
	padding-bottom:15px;
	width:791px;
}
.main_register_t{
	background: url(../images/bg_main_register_t.jpg) no-repeat top;
	min-height:350px;
	padding:5px 15px;
	font-size: 13px;
}
.main_register_bg{
	background: url(../images/bg_main_register_bg.jpg) repeat-y center top;
}
.main_register_bg1{
	background: url(../images/bg_main_register_bg.jpg) repeat-y center top;
	height:370px;
}
*/
.main_register_t h1{
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
}
.main_register_t input{
	height:22px;
	width:259px;
	background-color: #d3d3d3;
	border:none;
}
.main_register_t textarea{
	background-color: #d3d3d3;
}
.main_register_t input.radio{
	height:auto;
	width:auto;
	border:none;
}
.main_register_t input.btn1{
	height:29px;
	width:87px;
}
.main_register_t input.optional{
	height:22px;
	width:259px;
	background-color: #d3d3d3;
	border:none;
}
.label{
	margin-top:10px;
}
.label a{
	font-size: 13px;
	color: #a1a1a1;
	font-weight: bold;
	text-decoration: underline;
}
.label a:hover{
	font-size: 13px;
	color: Black;
	font-weight: bold;
	text-decoration: none;
}
.main_register_t input.btn{
	height:28px;
	width:44px;
	border:none;
}
input.loginT{
	background-color: #f5cee0;
	width: 30px; 
}
input.sml{
	height: 20px;
}
.sml{
	font-size: 10px;
}
#galleryItemLeft{
	float:left;
	width:167px;
	margin-left:5px;
	padding: 0px;
}
#bgGalleryItemLeftT{
	padding-left:0;
	padding-top:10px;
	height:118px;
}
#galleryItemLeftT{
	color: Black;
	font-size: 16px;
	font-weight: bold;
	padding:10px 0 0 0;
}
/*
#galleryItemLeftT{
	position: relative;
	top:-128px;
	font-size: 20px;
	font-weight: bold;
	color:White;
	padding-top:90px;
	padding-left:5px;
	z-index: 500;
}
*/
#galleryItemDetails{
	padding:5px 5px 5px 5px;
	margin-bottom:6px;
	background-color:white;
	width:157px;
	height:226px;
	overflow: hidden;
	font-size: 12px;
	line-height:18px;
}
#galleryItemDetails a{
	font-size: 12px;
}

#galleryItemImages{
	padding: 0px;
	float: right;
	width:617px;
	height: 442px;
	margin:11px 5px 0 5px;
	border-bottom: solid 6px #e3e3e3;
	border-top: solid 6px #e3e3e3;
}
/* News Page */
#galleryItemImages1{
	padding: 0px;
	height: 480px;
	margin:11px 5px 0 5px;
	border-bottom: solid 10px #908f84;
	border-top: solid 10px #908f84;
}
#galleryItemImagesCenter1{
	float:left;
	width: 753px;
	height: 480px;
}
#galleryItemImagesCenter1Inner{
	background: white;
	
}
#galleryItemImagesLeft1{
	float:left;
	background-color: #d0cfbf;
	width: 20px;
	border-right: solid 2px #9c9c96;	
	height: 266px;
	padding:214px 0 0 0px;
}
#galleryItemImagesRight1{
	float:right;
	background-color: #d0cfbf;
	width: 20px;
	border-left: solid 2px #9c9c96;	
	height: 266px;
	padding:214px 0 0 0px;
}
#galleryItemImagesFrame1{
	padding:0;
}
/* End News Page */


#galleryItemImagesLeft{
	float:left;
	background-color: #e3e3e3;
	width: 20px;
	height: 247px;
	padding:195px 0 0 0px;
}
#galleryItemImagesRight{
	float:right;
	background-color: #e3e3e3;
	width: 20px;
	height: 247px;
	padding:195px 0 0 0px;
}
#galleryItemImagesLeft a img,
#galleryItemImagesRight a img{
	cursor: pointer;
}
#galleryItemImagesCenter{
	float:left;
	width: 573px;
	height: 442px;
}
#GframeDiv{
	width:577px;
	height: 442px;
	overflow: hidden;
	background-color: #e3e3e3;
	position: relative;
}
#galleryItemImagesFrame{
	position: absolute;
}
#galleryItemImagesFrame{
	padding:8px 0;
}
.spacer{
	clear:both;
}
#galleryQuestions{
	clear:both;
	margin:15px;
	display: none;
}
.gallery_answer{
	min-height:29px;
	background-color: White;
	color:#ff65b1;
	line-height: 29px;
	vertical-align: middle;
	font-size: 14px;
	padding-left:5px;
}
.gallery_label{
	font-size: 14px;
	font-weight: bold;
	padding-top:10px;
	padding-bottom:5px;
}
#icon_fashion_discount{
	background: url(../images/icon_fashion_discount.jpg) no-repeat left 0px; 
	padding:3px 0 4px	 35px;
	font-weight: bold;
	font-size: 14px;
}
.btnSend1{
	width:87px !important;
	height:29px !important;
	color: White !important;
  font-family: Arial;
	font-size: 14px;
	background-color: Black !important;
	border:none;
	cursor: pointer;
}
.btnSend2{
	width:87px !important;
	height:29px !important;
	color: White !important;
  font-family: Arial;
	font-size: 14px;
	background-color: #a0a0a0 !important;
	border:none;
	cursor: pointer;
}
.pagging img{
	border: none;
}
.suggest_link {		
	background-color: #FFFFFF;		
	padding: 2px 6px 2px 6px;	
}	
.suggest_link_over {		
	background-color: #f268a6;		
	padding: 2px 6px 2px 6px;	
	cursor: pointer;
}	
#search_suggest {		
	position: absolute; 		
	background-color: #FFFFFF; 		
	text-align: left; 		
	border: 0px solid #000000;				
}	
	
.formCenter
{
    margin-top: 2px;
}
.formLeft
{
    margin-top: 2px;
    margin-left: 0;
		font-size: 14px;
		font-weight: bold;
}
div.img_product_name{
	text-align:right;
	position:relative;
	bottom:40px;
	right:10px;
}
.img_product_name a{
	display: block;
	text-align: center;
	color: #ff5ab7;
	font-weight: bold;
	background: url(../images/bg_img_product_name.gif) no-repeat;
	width:73px;
	height:25px;
	padding-top: 5px;
} 
.img_product_name a:hover{
	display: block;
	text-align: center;
	color: White;
	font-weight: bold;
	background: url(../images/bg_img_product_name_on.gif) no-repeat;
	width:73px;
	height:25px;
	padding-top: 5px;
} 
.stylePageRight{
	float:right;
	width:180px;
}
.stylePageLeft{
	float:left;
	width:580px;
}
.stylePageLeftImg{
	float:left;
	width:283px;
	margin: 0 4px 4px 0;	
}
.itemColorSelected{
	border: solid 1px #f05fa3;
}
.itemSizeSelected{
	border-bottom: solid 1px #f05fa3;
}

#cartPage{
	margin-top:15px;
}
#cartPage h1{
	margin:0 0 15px 15px;
}
#cartTbl th{
	color:#434340;
	font-weight: bold;
	border-bottom: solid 1px #dadad1;
	text-align: left;
}
#cartTbl td{
	padding:5px 0;
}
#cartTbl td{
	padding:5px 0;
	border-bottom: solid 1px #dadad1;
}
#cartTbl .tf{
	color:#434340;
	font-weight: bold;
	border-bottom: solid 1px #dadad1;
	height:25px;
}
input.cartBtn{
	width: 129px;
	height: 17px;
	border: solid 1px #535350;
	background-color: Black;
	color: white;
	margin-bottom: 3px;
	cursor: pointer;
}
input.cartQty{
	border: solid 1px #9b8a8c;
	background-color: #f1ccd4;
	height:16px;
	width:112px;
}
.credit{
	background-color: #e0ddd4;
	color:#5b5a59;
	font-size: 9px;
	padding:0 0 5px 0;
}
.credit a{
	color:#5b5a59;
	font-size: 9px;
}
.creditLeft{
	float:left;
	width:200px;
	margin-left:5px;
}
.creditRight{
	float:right;
	width:200px;
	text-align: right;
	padding-top:12px;
	margin-right:5px;
}

/****  New   *****/
.hp_video_box{
	padding:5px;
	margin-bottom:7px;
	width:97px;
	height:88px;
	background: url(../images/new_bg_hp_video.jpg) no-repeat;
}
.hpBlogText{
	color: #010001;
	font-weight: bold;
	padding-left: 3px;
}
#main_hp_new
{
    background-position: left top;
    background-image: url(../images/bg_main_hp_new.jpg);
    width: 334px;
    background-repeat: no-repeat;
    height: 412px;
}
#main_hp_left{
    background-color: #e0ddd4;
		width:235px;	
    height: 412px;
		padding:8px 0 0 7px;
}
#bg_main_hp_left{
    background: url(../images/bg_main_hp_left.jpg) no-repeat;
		width:233px;	
    height: 412px;
}
.hp_register_frm{
	color:#4e4e4e;
	font-size: 11px;
	padding-top:2px;
}
.hp_register_frm input{
	border: solid 1px #b1afaa;
	width:140px;
	height:20px;
	background: white;
}
.hp_register_frm select{
	border: solid 1px #b1afaa;
	width:145px;
	height:20px;
}
.hp_register_frm_btn{
	text-align: right;
	padding:5px 15px 0 0 ;
}

.register_frm{
	color:#4e4e4e;
	font-size: 11px;
	padding-top:4px;
}
.register_frm input{
	border: solid 1px #b1afaa;
	width:140px;
	height:18px;
	background: white;
}
.register_frm select{
	border: solid 1px #b1afaa;
	width:145px;
	height:20px;
}
.register_frm_btn{
	text-align: right;
	padding:5px 15px 0 0 ;
}
.register_frm_btn input{
	width: auto;
	height:auto;
}

.main_register_b_he{
	margin-left:10px;
	background: url(../images/bg_main_register_b_he.jpg) no-repeat bottom;
	padding-bottom:15px;
	width:791px;
}
.main_register_t_he{
	background: url(../images/bg_main_register_t_he.jpg) no-repeat top;
	min-height:350px;
	padding:5px 15px;
	font-size: 13px;
}
.main_register_bg_he{
	background: url(../images/bg_main_register_bg_he.jpg) repeat-y center top;
}
.main_register_t_he h1{
	margin:0;
	padding-top: 0px;
	padding-bottom: 15px;
	text-align: right;
}
.pointsBox{
	text-align: left;
	padding-left:0px;
	background: url(../images/bg_pointsBox.jpg) no-repeat right bottom;
	width:224px;
}
.pointsBox h4{
    font-size: 14px;
    color: #ff5ab0;
    font-family: Arial;
		margin: 0;
		padding: 0;
}

#jewelryPage{
	margin: 10px 14px 15px 0;
}
#jewelryPageTitle{
	float: left;
	width:400px;
	background: url(../images/bg_jewelry_title1.jpg) no-repeat left top;
	padding:0 0 0 120px;
	margin:0 0 10px 0;
	line-height: 12px;
}
#jewelryPage h1{
	float: left;
	width:100px;
	font-size: 12px;
	padding:0 0 0 15px;
	margin:0;
	border-left: solid 1px black;
}
.jewelryPageNav{
	float: left;
	color: #cdcdcd;
	font-weight: bold;
	width:100px;
	padding:0 0 0 15px;
	border-left: solid 1px black;
	font-size: 12px;
}
.jewelryPageNav a{
	color: #cdcdcd;
	font-size: 12px;
}
.jewelryPageNav a:hover{
	color: Black;
}
.jewelryPageBtn{
	text-align: right;
	color: #fe65be;
	font-family: "Arial Black";
	font-size: 15px;
	padding: 10px 28px 0 0;
}
.jewelryPageBtn a{
	color: #fe65be;
	font-family: "Arial Black";
	font-size: 15px;
}
#jewelryPageSlide{
	float: left;
	width:790px;
	height: 560px;
	overflow: hidden;
	z-index: 90;
	position: relative;
}
#jewelryPageSlideInner{
  height:10000px;
  position:relative;
	top:0;
	z-index:1;
}
#jewelryPageSlideInner div{
	text-align: right;
	margin-bottom: 3px;
}
#jewelryPageSlideInner div.last{
	text-align: left;
	padding-left:38px;
}
#jewelryPageBtns{
	float: left;
	width:21px;
	height: 552px;
	margin-left:1px;
	background-color: #efefef;
	padding:5px 0 0 0;
}
#jewelryPageBtnsUp{
	padding-bottom: 513px;
}


/**** Slides ***/
#slides{
	height:399px;
	width:542px;
	margin:0;
	padding:0;
	direction: ltr;
	position: relative;
}
.slides_container {
	height:399px;
	width:542px;
}

.pagination{
	padding:5px 6px 0 6px;
	margin:0;
	list-style: none;
	float: right;
}
.pagination li{
	float: left;
	padding:0 4px;
	color: white;
	font-weight: bold;
	font-size: 14px;
}
.pagination li a{
	color: white;
	font-weight: bold;
	font-size: 14px;
}
.pagination li.current a{
	color: #f155a6;
	font-weight: bold;
	font-size: 14px;
}




