@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: "MrsEaves-Italic";
	src: url(font/MrsEavesRoman_Regular.ttf);
	font-style:italic;
}
@font-face {
	font-family: "MrsEavesRoman_Regular";
	src: url(font/MrsEavesRoman_Regular.ttf);
}
@font-face {
	font-family: "MrsEavesRoman_Bold";
	src: url(font/MrsEavBd.TTF);
}
@font-face {
	font-family: "din-light";
	src: url(font/DIN-RG__.TTF);
}
@font-face {
	font-family: "din-bold";
	src: url(font/DIN-BOLD.TTF);
}
@font-face {
	font-family: "DINCond-Black";
	src: url(font/DINCond-Black.otf);
}
@font-face {
	font-family: "din-medium";
	src: url(font/DIN-M___.TTF);
}
@font-face {
	font-family: "din-regular";
	src: url(font/DIN-RG__.TTF);
}
@font-face {
	font-family: "Didot";
	src: url(font/didot.ttf);
}
@font-face {
	font-family: "Didot-Bold";
	src: url(font/Didot-Bold.ttf);
}

html{
	height:100%;
	width:100%;
}
body{
	font-family: "MrsEavesRoman_Regular";
	background-color:#fff;
	margin:0px auto;
	font-size:12px;
	color:#58595b;
	padding:0px;
	overflow-y:scroll;
}
input, textarea, select{
	font-family: "din-regular";
	font-size:14px;
	color:#333;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-webkit-appearance:none;
	
}
select{
	background:url(images/arrow_down2.png) center right 10px no-repeat #fff;
}
td{
	vertical-align:top;
}
img{
	border:none;
}
p{
	margin:0px;	
}
a{
	color:#938074;
	-o-transition:color .2s ease-out, background 0.2s ease-in;
	-ms-transition:color .2s ease-out, background 0.2s ease-in;
	-moz-transition:color .2s ease-out, background 0.2s ease-in;
	-webkit-transition:color .2s ease-out, background 0.2s ease-in;
	transition:color .2s ease-out, background 0.2s ease-in;
	text-decoration:none;
	cursor:pointer;
}
a:hover{
	color:#333;
}
:focus {outline:none;}
::-webkit-input-placeholder { color:#333;opacity:1; }
::-moz-placeholder { color:#333;opacity:1; } /* firefox 19+ */
:-ms-input-placeholder { color:#333;opacity:1; } /* ie */
input:-moz-placeholder { color:#333;opacity:1; }
.animation{
	-o-transition:color .2s ease-out, background 0.2s ease-in;
	-ms-transition:color .2s ease-out, background 0.2s ease-in;
	-moz-transition:color .2s ease-out, background 0.2s ease-in;
	-webkit-transition:color .2s ease-out, background 0.2s ease-in;
	transition:color .2s ease-out, background 0.2s ease-in;
}
.verticalmiddle{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.error{
	color:#f15b5b;
	font-size:13px;
}
.error2{
	color:#ffa4a4;
	font-size:15px;
}
.txtsearch::-webkit-input-placeholder { color:#938074;opacity:1; }
.txtsearch::-moz-placeholder { color:#938074;opacity:1; } /* firefox 19+ */
.txtsearch:-ms-input-placeholder { color:#938074;opacity:1; } /* ie */
input.txtsearch:-moz-placeholder { color:#938074;opacity:1; }
.hometitle::-webkit-input-placeholder { color:#6d6e71;font-family: "Roboto-Italic";opacity:1; }
.hometitle::-moz-placeholder { color:#6d6e71;font-family: "Roboto-Italic";opacity:1; } /* firefox 19+ */
.hometitle:-ms-input-placeholder { color:#6d6e71;font-family: "Roboto-Italic";opacity:1; } /* ie */
input.hometitle:-moz-placeholder { color:#6d6e71;font-family: "Roboto-Italic";opacity:1; }

.posabs{
	position:absolute;
}
.container{
	width:1070px;
	margin:0px auto;
}
.container_plus10{
	width:1080px;
	margin:0px;
	margin-left:10px;
}
.containerpadding{
	width:935px;
	margin:0px auto;
	padding-left:55px;
	padding-right:55px;
}
header{
	padding-top:30px;
	color:#938074;
}
.logo{
	padding-top:0px;
	padding-bottom:25px;
}
.headerrightpart{
	padding-bottom:10px;
}
.search_div2{
	width:230px;
	height:20px;
	border-bottom:1px solid #938074;
}
input#txtsearch{
	font-family: "MrsEaves-Italic";
	
	height:18px;
	width:210px;
	border:0px;
	font-size:12px;
	font-style:italic;
}
input.submitimage2{
	position:relative;
	top:2px;
}
.menu{
	text-align:center;
	font-size:15px;
	padding-bottom:20px;
}
.menu_separator{
	margin:0px 10px;
}
a.a_menu2{
	color:#c4292d;
}
a.a_menu2:hover{
	color:#333;
}
.menudropdownbg{
	background-color:#736a67;
	padding-top:20px;
	padding-bottom:20px;
	color:#fff;
	z-index:200000;
	position:relative;
}
.menudd_td{
	padding-left:30px;
	font-size:14px;
	max-width:142px;
}
.menudd_title{
	font-family: "MrsEavesRoman_Bold";
	padding-bottom:8px;
	min-height:35px;
}
.menudd_point{
	padding-bottom:8px;
}
a.a_menudd{
	color:#fff;
}
a.a_menudd:hover{
	color:#ccc;
}
footer{
	padding-top:13px;
	margin-bottom:80px;
}
.footermenu{
	background:#948175;
	height:42px;
	padding:0px 15px;
}
.footertable td{
	vertical-align:middle;
	height:42px;
}
a.a_footer{
	color:#fff;
	margin-right:12px;
}
a.a_footer:hover{
	color:#ddd;
}
.socmed_point{
	margin:0px 10px;
}
.socmed_point_footer{
	margin-left:14px;
}
.socmed_point_footer img{
	width:22px;
}
.copyright{
	padding:17px 0px;
	text-align:center;
	color:#938074;
}
.slideshowpart{
	border:15px solid #e1dddb;
}
.slideshowpart2{
	border:15px solid #e1dddb;
	margin-bottom:15px;
	background:#e1dddb;
}
.slideshowpartright{
	background-color:#e1dddb;
}
.arrowleftpos{
	position:relative;
	top:260px;
	left:5px;
	z-index:21000;
}
.arrowleftpos2{
	position:relative;
	top:260px;
	left:664px;
}
.arrowrightpos{
	position:relative;
	top:260px;
	z-index:22000;
	left:1012px;
}
.arrowrightpos2{
	text-align:left;padding-left:5px;
	padding-top:260px;
}
.curpointer{
	cursor:pointer;
}
.slideshowheightdesc{
	padding-top:30px;
	min-height:172px;
	padding-bottom:30px;
	text-align:center;
	padding-left:18px;
	padding-right:18px;
}
.slideshowheightdesc2{
	padding-top:30px;
	text-align:center;
	padding-left:18px;
	padding-right:18px;
}
.slideshowtitle{
	font-family: "Didot";
	font-size:32px;
	line-height:32px;
}
.slideshowtitle2{
	font-family: "Didot";
	font-size:24px;
	line-height:24px;
}
.slideshowdescription{
	font-family: "din-regular";
	color:#808285;
	font-size:12px;
	padding-top:5px;
}
.slideshowlink{
	font-family: "MrsEaves-Italic";
	font-size:14px;
	font-style:italic;
	text-align:center;
}
.a_slideshowlink{
	color:#ba8748;
}
.blogpoint{
	width:590px;
	border:15px solid #e1dddb;
	background:#e1dddb;
	font-size:10px;
	font-family: "din-regular";
	margin-bottom:24px;
	color:#808285;
}
.blogpoint:hover{
	color:#333;
}
.blogright{
	
	vertical-align:middle;
}
.blogcategory{
	padding-bottom:9px;
}
.blogtitle{
	font-family: "Didot";
	font-size:14px;
	padding-bottom:5px;
}
.blogdate{
}
.blogseparator{
	margin-left:3px;
	margin-right:3px;
}
a.a_page{
	margin-left:7px;
}
a.a_page:hover, a.a_page_active{
	font-family: "din-bold";
	color:#000;
}
.paging{
	text-align:right;
	padding-bottom:27px;
	font-size:12px;
	font-family: "din-light";
}
.blogsocmedpart{
	padding-top:5px;
	padding-bottom:80px;
	text-align:center;
}
.blogrightitle{
	font-family: "MrsEavesRoman_Bold";
	font-size:18px;
	color:#6d6e71;
	border-bottom:1px solid #6d6e71;
	padding-bottom:2px;
}
input.email_subscribe{
	font-family: "MrsEaves-Italic";
	font-style:italic;
	font-size:12px;
	background-color:none;
	border:1px solid #938074;
	color:#bcbec0;
	width:235px;
	height:30px;
	padding-left:10px;
	padding-right:10px;
}
.email_subscribe::-webkit-input-placeholder { color:#bcbec0;opacity:1; }
.email_subscribe::-moz-placeholder { color:#bcbec0;opacity:1; } /* firefox 19+ */
.email_subscribe:-ms-input-placeholder { color:#bcbec0;opacity:1; } /* ie */
input.email_subscribe:-moz-placeholder { color:#bcbec0;opacity:1; }

input.subsribebtn{
	font-size:14px;
	color:#938074;
	background:none;
	width:83px;
	border:none;
	height:30px;
	cursor:pointer;
	-o-transition:color .2s ease-out, background 0.2s ease-in;
	-ms-transition:color .2s ease-out, background 0.2s ease-in;
	-moz-transition:color .2s ease-out, background 0.2s ease-in;
	-webkit-transition:color .2s ease-out, background 0.2s ease-in;
	transition:color .2s ease-out, background 0.2s ease-in;
}
input.subsribebtn:hover{
	background-color:#948175;
	color:#fff;
}
.blogrightpoint{
	padding:10px 0px;
	border-bottom:1px solid #818285;
}
.blogrightimg{
	max-width:168px;
}
.blogcategorytable td{
	font-family: "din-regular";
	padding-bottom:8px;
	font-size:13px;
}
.blogsidebararchivepart{
	font-family: "din-regular";
	padding-bottom:8px;
	font-size:13px;
}
.blogsidebaryear{
	cursor:pointer;
}
.blogsidebaryear:hover{
	color:#000;
}
.blogsidebarmonthdiv{
	padding-top:5px;
	padding-bottom:5px;
	display:none;
}
.blogsidebarmonth{
	padding-left:10px;
}
.sidebar_month_point_active{
	color:#000;
}
.dd_category{
	font-family: "din-regular";
	color:#938074;
	padding-bottom:12px;
}
.dd_title{
	font-family: "MrsEavesRoman_Regular";
	font-size:27px;
}
.dd_td{
	color:#6d6e71;
	font-family: "din-regular";
}
.dd_date{
	color:#bcbec0;
	padding-bottom:28px;
}
.dd_image{
	padding-bottom:10px;
}
.dd_description{
	line-height:20px;
}
.aboutimage{
	padding-bottom:31px;
}
.aboutdescription{
	font-family: "din-regular";
	font-size:13px;
	text-align:justify;
	color:#808285;
	line-height:20px;
	padding-bottom:40px;
}
.aboutdescription ul{
	margin-left:20px;
}
.aboutdescription li{
	list-style:square;
}
.abouttitlesidebar{
	font-size:32px;
	font-family: "Didot";
	text-align:center;
	padding-top:50px;
}
.abouttitlesidebar2{
	font-size:24px;
	text-align:center;
	height:50px;
	line-height:50px;
	padding-bottom:22px;
}
.abouttitlesidebar3{
	font-size:32px;
	font-family: "Didot";
	padding-top:20px;
	padding-bottom:20px;
}
.aboutsubtitle{
	font-family: "din-bold";
	color:#808285;
	padding-bottom:20px;
	font-size:16px;
}
.contactdiv{
	padding-top:60px;
}
.contacttitle{
	font-family: "din-bold";
	font-size:16px;
	padding-bottom:8px;
}
.contactdescription{
	font-size:13px;
	font-family: "din-regular";
	padding-bottom:30px;
}
#form1 input.contact_input, #form1 select.contact_input{
	padding-left:10px;
	padding-right:10px;
	width:453px;
	font-family: "din-regular";
	font-size:11px;
	background:url(images/arrow_down2.png) center right 10px no-repeat #fff;
	border:1px solid #acacad;
	height:30px;
}
#form1 textarea.contact_textarea{
	width:453px;
	font-family: "din-regular";
	font-size:11px;
	padding-left:10px;
	padding-right:10px;
	background-color:#fff;
	border:1px solid #acacad;
	padding-top:10px;
	padding-bottom:10px;
	height:120px;
}
#form1 input.submit_btn{
	padding-top:3px;
	height:23px;
	background:none;
	border:0px;
	font-size:14px;
	color:#938074;
	cursor:pointer;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
#form1 input.submit_btn:hover{
	color:#666;
}

.contact_input_div{
	padding-bottom:7px;
}
.gimmick{
	background:#948175;
	padding:20px;
	color:#fff;
	text-align:center;
}
.gimmicktitle{
	font-size:22px;
	padding-bottom:5px;
}
.gimmickdescription{
	font-family: "din-regular";
}
.posfixed{
	position:absolute;
}
.popupindex{
	position:relative;
	z-index:9999999;
	width:830px;
	top:130px;
	background:#736967;
	color:#fff;	
}
.popup_pad{
	padding:10px 15px 35px 35px;
}
.popupimg img{
	border:20px solid #e0dcdb;
	max-width:396px;
}
.popuptitle{
	padding-top:40px;
	font-size:32px;
	padding-bottom:10px;
}
.popupsubtitle{
	font-family: "din-regular";
	font-size:14px;
	padding-bottom:28px;
}
.popupsbscribeinput{
	width:255px;
	padding:0px 10px;
	height:30px;
	border:1px solid #fff;
	font-family: "MrsEaves-Italic";
	font-style:italic;
	background:none;
	color:#fff;
}
.popupsbscribeinput::-webkit-input-placeholder { color:#fff;opacity:1; }
.popupsbscribeinput::-moz-placeholder { color:#fff;opacity:1; } /* firefox 19+ */
.popupsbscribeinput:-ms-input-placeholder { color:#fff;opacity:1; } /* ie */
input.popupsbscribeinput:-moz-placeholder { color:#fff;opacity:1; }
.popupsubscribeinputdiv{
	padding-bottom:2px;
}
.subsribebtn2{
	background:none;
	border:none;
	color:#fff;
	cursor:pointer;
}
.subsribebtn2:hover{
	color:#ccc;
}
.popupsubscribediv{
	padding-bottom:40px;
}
.popupdescription{
	width:290px;
	font-family: "din-regular";
	font-size:10px;
}
.popup_text1{
	font-family: "din-regular";
	font-size:15px;
	padding-bottom:20px;
}
.login_content{
	padding-bottom:30px;
}
.login_title{
	color:#938074;
	font-size:24px;
	height:50px;
	line-height:50px;
}
.login_table_border{
	border-collapse:collapse;
}
.login_table_border td{
	border:1px solid #948175;
	background-color:#fff;
}
.login_table_border2{
	border-collapse:collapse;
}
.login_table_border2 td{
	border:1px solid #948175;
	background-color:#fff;
}
.login_table_border3{
	border-collapse:collapse;
}
.login_table_border3 td{
	border:0px solid #9d9c9d;
	background-color:#fff;
}
.login_part{
	padding-bottom:15px;
}
.login_part_title{
	font-size:24px;
	text-align:center;
}
.login_part_register_part{
	padding-top:80px;
	text-align:center;
	min-height:240px;
}
.login_part_register_part2{
	padding-top:80px;
	padding-bottom:20px;
	padding-left:50px;
	min-height:220px;
}
.login_part_register_part3{
	padding-top:20px;
	padding-left:50px;
	padding-right:50px;
	min-height:152px;
	font-family: "din-regular";
}
.login_part_register_part{
	font-size:18px;
}
.login_part_register_button{
	font-family: "din-regular";
	text-transform:uppercase;
	margin-top:20px;
	width:130px;
	height:30px;
	background-color:#948175;
	font-size:14px;
	color:#fff;
	text-align:center;
	line-height:30px;
}
.login_part_register_button:hover{
	background-color:#333;
}
a.a_login_part_register_button{
	display:inline-block;
}
.login_label{
	font-family: "din-regular";
	padding-top:6px;
	font-size:13px;
}
input.login_input{
	width:260px;
	padding:0px 10px;
	height:25px;
	border:1px solid #948175;
}
select.login_select{
	width:282px;
	padding:0px 10px;
	height:25px;
	border:1px solid #948175;
}
select.login_selectauto{
	width:auto;
	height:22px;
	border:1px solid #948175;
}
textarea.login_textarea{
	width:260px;
	padding:5px 10px;
	height:105px;
	border:1px solid #948175;
}
input.login_button{
	font-family: "din-regular";
	text-transform:uppercase;
	margin-top:17px;
	width:103px;
	height:26px;
	background-color:#948175;
	font-size:14px;
	color:#fff;
	text-align:center;
	line-height:26px;
	border:0px;
	cursor:pointer;
}
input.login_button:hover{
	background-color:#333;
}
a.a_login{
	font-family: "din-regular";
}
.register_content{
	padding-bottom:30px;
}
.register_part{
}
.register_title{
	font-size:24px;
	padding-bottom:25px;
}
.register_subtitle{
	font-size:24px;
	padding:25px 0px;
}
table.register_table{
	border:1px solid #948175;
}
.register_table_logo{
	background-color:#948175;
	height:483px;
	vertical-align:middle;
	text-align:center;
}
.register_label{
	font-family: "din-regular";
	padding-top:6px;
	font-size:12px;
}
.register_label2{
	padding-top:40px;
	font-size:14px;
}
input.register_button{
	width:113px;
	height:30px;
	background-color:#948175;
	font-family: "din-regular";
	text-transform:uppercase;
	font-size:14px;
	color:#fff;
	text-align:center;
	line-height:26px;
	border:0px;
	cursor:pointer;
}
input.register_button:hover{
	background-color:#333;
}
input.addtobag_button{
	min-width:75px;
	padding:0px 10px;
	height:26px;
	background-color:#948175;
	font-family: "din-regular";
	font-size:12px;
	color:#fff;
	text-align:center;
	line-height:26px;
	border:0px;
	cursor:pointer;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-webkit-appearance:none;
}
input.addtobag_button:hover{
	background-color:#666;
}
input.renewpassword_button{
	width:173px;
	height:26px;
	background-color:#948175;
	font-family: "din-regular";
	text-transform:uppercase
	font-size:14px;
	color:#fff;
	text-align:center;
	line-height:26px;
	border:0px;
	cursor:pointer;
}
input.renewpassword_button:hover{
	background-color:#333;
}
.forgotpass_content{
	padding-bottom:30px;
}
.forgotpass_title{
	font-family: "MrsEavesRoman_Regular";
	font-size:28px;
	padding-top:25px;
}
.forgotpass_subtitle{
	font-size:24px;
	padding:25px 0px;
}
.forgotpass_part{
	border:1px solid #948175;
	padding-left:33px;
	padding-top:17px;
	padding-bottom:50px;
	margin-bottom:80px;
	margin-top:20px;
}
.tablenoborder{
	border:0px;
}
.tablenoborder td{
	border:0px;
}
.myaccount_content{
	padding-bottom:30px;
}
.myaccount_title{
	font-family: "din-regular";
	font-size:24px;
	height:50px;
	line-height:50px;
}
.myaccount_subtitle{
	font-family: "din-regular";
	color:#666;
	font-size:24px;
	padding-bottom:20px;
}
.myaccount_sidebar_content{
	font-size:15px;
}
table.myaccount_sidebar_table{
	border-collapse:collapse;
}
table.myaccount_table{
	font-family: "din-regular";
	border-collapse:collapse;
	border:1px solid #948175;
}
.myaccount_sidebar_table td{
	border:1px solid #948175;
	background-color:#fff;
	font-size:16px;
	font-family: "din-regular";
}
.myaccount_table td{
	border-left:1px solid #948175;
	border-right:1px solid #948175;
	background-color:#fff;
	padding:5px 10px;
	vertical-align:middle;
	font-family: "din-regular";
}
table.myaccount_table2{
	border-collapse:collapse;
	border:1px solid #948175;
	font-family: "din-regular";
}
.myaccount_table2 td{
	border-left:1px solid #948175;
	border-right:1px solid #948175;
	padding:5px 10px;
	vertical-align:middle;
}
.myaccount_sidebar_title{
	padding-top:10px;
	padding-bottom:5px;
	padding-left:17px;
	font-size:18px;
	background:#948175;
	color:#fff;
}
.myaccount_sidebar_description{
	padding-top:20px;
	padding-bottom:7px;
}
.myaccount_sidebar_point{
	padding-bottom:10px;
	padding-left:17px;
}
td.myaccount_td_header{
	background-color:#948175;
	font-family: "din-regular";
	text-align:center;
	border-bottom:1px solid #948175;
	padding:10px;
	color:#fff;
}
input.confirmpay_button{
	width:155px;
	height:30px;
	background-color:#948175;
	font-family: "din-regular";
	text-transform:uppercase;
	font-size:14px;
	color:#fff;
	text-align:center;
	line-height:30px;
	border:0px;
	cursor:pointer;
}
input.confirmpay_button:hover{
	background-color:#333;
}
.account_part{
	font-family: "din-regular";
	min-height:400px;
	font-size:14px;
	color:#938074;
}
input.editprofile_button{
	width:120px;
	height:30px;
	background-color:#948175;
	font-family: "din-regular";
	text-transform:uppercase;
	font-size:14px;
	color:#fff;
	text-align:center;
	line-height:30px;
	border:0px;
	cursor:pointer;
}
input.editprofile_button:hover{
	background-color:#333;
}
input.changepass_button{
	width:140px;
	height:30px;
	background-color:#948175;
	font-family: "din-regular";
	text-transform:uppercase;
	font-size:14px;
	color:#fff;
	text-align:center;
	line-height:30px;
	border:0px;
	cursor:pointer;
	margin-left:10px;
}
input.changepass_button:hover{
	background-color:#333;
}
.sidebar1{
	width:210px;
}
.sidebar_td_content{
	width:825px;
	font-size:15px;
}
.slideshow_bullet_part{
	position:relative;
	z-index:20000;
	top:530px;
	text-align:left;
	width:650px;
	padding-left:25px;
}
.slideshow_bullet{
	display:inline-block;
	width:13px;
	margin-right:10px;
	height:14px;
	cursor:pointer;
}
.bullet1{
	background:url(images/bullet.png) top;
}
.bullet2{
	background:url(images/bullet.png) top;
}
.bullet3{
	background:url(images/bullet.png) top;
}
.bullet1:hover,.bullet2:hover,.bullet3:hover{
	background-position:0 100%;
}
.bg1{
	background-color:#e1dddb;
}
.downloadtable td{
	padding:10px 0px;
	border-top:1px solid #333;
	font-size:15px;
	font-family: "din-regular";
}
.downloadbtn{
	display:inline-block;
	width:100px;
	height:28px;
	line-height:28px;
	color:#fff;
	background:#938074;
	text-align:center;
	cursor:pointer;
}
.downloadbtn:hover{
	background:#666;
}
.cursorpointer{
	cursor:pointer;
}
.homeads{
	width:1080px;
}
.homeadspoint{
	float:left;
	height:530px;
	margin-bottom:10px;
	
}
.homeads1{
	width:530px;
}
.homeadspoint1{
	width:540px;
}
.homeads2{
	width:1070px;
}
.homeadspoint2{
	width:1080px;
}
.homeads3{
	width:530px;
	height:1070px;
}
.homeadspoint3{
	width:530px;
	height:1070px;
}
.contentpart{
	min-height:400px;
}
.about_td{
	font-size:15px;
	font-family: "din-regular";
}
.about_td2{
	font-size:15px;
	font-family: "din-regular";
	padding:20px;
	background-color:#e1dddb;
}
.about_table_title{
	font-family: "MrsEavesRoman_Bold";
	font-size:20px;
}
.about_description{
	padding:0px 200px;
	padding-bottom:50px;
}
.membercontent{
	width:1040px;
	
	overflow:hidden;
}
.membertablein{
	position:relative;
}
.product_page{
	padding:23px 0px;
	text-align:right;
	font-size:13px;
	color:#938074;
}
.product_item{
	padding-top:50px;
}
.product_page_part{
	border:1px solid #938074;
	display:inline-block;
	width:auto;
	padding:3px;
	height:18px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	margin-left:5px;
	margin-right:5px;
}
select.product_page_select{
	font-family: "MrsEavesRoman_Regular";
	border:1px solid #938074;
	height:26px;
	position:relative;
	top:1px;
	width:auto;
	padding:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color:#938074;
	font-size:14px;
	margin-left:5px;
	margin-right:5px;
}
a.a_page{
	color:#938074;
}
a.a_page:hover{
	color:#000;
}
.product_td{
	width:349px;
	padding-bottom:20px;
	color:#58595b;
	text-align:center;
	background:#e1dddb;
	border-bottom:11px solid #fff;
}
.whitebg{
	background:#fff;
}
.productborder{
	padding:15px;
	background:#e1dddb;
}
.productborder:hover{
	background-color:#ccc;
}
.productborder15{
	padding:15px;
	background:#e1dddb;
}
.product_name{
	font-size:18px;
	padding-bottom:2px;
}
.product_subtitle{
	font-size:14px;
	padding-bottom:3px;
}
a.a_product{
	color:#58595b;
}
a.a_product:hover{
	color:#000;
}
.product_price{
	font-size:14px;
	font-family: "din-regular";
	color:#808285;
}
.dinbold{
	font-family: "din-bold";
}
.product_pc_part{
	padding:10px 0px 7px 0px;
}
a.a_product_brand{
	font-size:16px;
	color:#58595b;
	text-decoration:underline;
}
a.a_product_brand:hover{
	color:#000;
}
.colour_selection{
	padding-top:15px;
}
.dp_td_point{
	width:117px;
	padding-bottom:15px;
}
.pc_class{
	display:none;
}
.img_pointer{
	cursor:pointer;
}
.detail_product_img_point{
	width:117px;
	height:117px;
}
.detail_product_img_point img{
	width:117px;
	height:117px;
}
.dp_desc_part{
	background:#e1dddb;
	width:330px;
	padding:20px;
	text-align:center;
	color:#938074;
}
.detail_product_title{
	font-size:20px;
	font-family: "MrsEavesRoman_Bold";
	padding-bottom:5px;
}
.detail_product_price{
	font-size:15px;
	font-family: "din-regular";
	padding-bottom:20px;
}
.detail_product_cart_table td{
	vertical-align:middle;
	font-size:12px;
	font-family: "din-regular";
	color:#938074;
	padding-bottom:5px;
	height:22px;
}
.select_style1{
	height:22px;
	width:110px;
	border:1px solid #938074;
	color:#938074;
	background:url(images/arrow_down2.png) center right 10px no-repeat #fff;
}
.input_style1{
	height:18px;
	width:110px;
	border:1px solid #938074;
	color:#938074;
}
.similar_product_title{
	padding-top:55px;
	padding-bottom:25px;
	font-size:22px;
	text-align:center;
}
.product_image{
	width:319px;
	height:319px;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
.texture{
	position:relative;
	z-index:1100;
	width:25px;
	height:25px;
	/*border:1px solid #000;*/
	display:inline-block;
	cursor:pointer;
}
.texture2{
	width:280px;
	height:280px;
	/*border:1px solid #000;*/
	display:inline-block;
	cursor:pointer;
}
.plusicon{
	cursor:pointer;
	z-index:500;
}
.plusicondiv{
	cursor:pointer;
	z-index:500;
	width:18px;
	height:18px;
	background:url(images/plus_icon.png) top center;
}
.plusicondiv:hover{
	background-position:0 100%;
}
.plus_desc_div{
	padding:5px;
	width:180px;
	height:70px;
	font-family: "din-regular";
	font-size:13px;
	text-align:center;
	display:none;
	vertical-align:middle;
	z-index:400;
	/*background-color:rgba(187, 187, 187, 0.7);*/
	background-color:rgba(60, 60, 60, 0.7);
	color:#fff;
}
a.a_pop{
	/*color:#333;*/
	color:#fff;
}
a.a_pop:hover{
	/*color:#666;*/
	color:#ccc;
}
.roomopttd{
	width:108px;
	padding-bottom:6px;
}
.roomopttd img{
	max-width:102px;
	border:3px solid #e1dddb;
}
.roomopttd img:hover, .roomopttd .roomimgactive{
	border:3px solid #948175;
}
.imgdivbg{
	background:#a29f9f;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	width:108px;
	height:89px;
}
.imgdivbg img:hover{
	border:none;
}
.shoppingbag_content{
	padding-bottom:5px;
}
.shoppingbag_title{
	color:#58595b;
	font-size:24px;
	height:50px;
	line-height:50px;
	text-align:center;
}
.shoppingbag_table td.shoppingbag_tdheader{
	font-size:14px;
	vertical-align:middle;
	padding-top:10px;
	padding-bottom:10px;
}
.shoppingbag_part{
	color:#938074;
	padding-top:22px;
	padding-bottom:100px;
}
.shoppingbag_image_td{
	width:157px;
}
.shoppingbag_image{
	width:112px;
}
.shopping_image{
	padding-left:30px;
	padding-right:30px;
}
.shoppingbag_tr td{
	background-color:#938074;
	color:#fff;
	font-family:'din-regular';
}
.shoppingbag_table{
	width:100%;
}
.shoppingbag_table td{
	text-align:center;
	font-size:14px;
	padding-top:25px;
	font-family:'din-regular';
}
.shoppingbag_input_qty{
	width:40px;
	height:27px;
	border:2px solid #c7c9cb;
	text-align:center;
	color:#938074;
	font-size:16px;
}
.shoppingbag_delete_btn{
	background-color:#938074;
	border:0px;
	color:#fff;
	min-width:60px;
	height:23px;
	cursor:pointer;
	margin-bottom:1px;
}
.shoppingbag_delete_btn:hover{
	background-color:#333;
}
input.popupshoppingbtn{
	background-color:#736a67;
	border:0px;
	color:#fff;
	min-width:60px;
	padding:0px 10px;
	height:23px;
	cursor:pointer;
	margin-bottom:1px;
}
input.popupshoppingbtn:hover{
	background-color:#333;
}
.shoppingbag_total{
	color:#938074;
	font-size:21px;
}
.shoppingbag_checkout_btn{
	background-color:#938074;
	border:0px;
	color:#fff;
	width:162px;
	height:40px;
	cursor:pointer;
	font-size:14px;
}
.shoppingbag_checkout_btn:hover{
	background-color:#333;
}
.shoppingbag_voucher_code{
	width:160px;
	height:28px;
	border:1px solid #b0b3bf;
}
.shoppingbag_finish_part{
	padding-top:15px;
	padding-bottom:30px;
}
.shoppingbag_line{
	padding-top:25px;
	border-bottom:2px solid #989dad;
}
.shoppingbag_finish_part_white{
	background-color:#fff;
	color:#938074;
	font-size:14px;
	height:60px;
	vertical-align:middle;
	font-family:'din-regular';
}
.shoppingbag_finish_part_grey{
	background-color:#938074;
	color:#fff;
	font-size:14px;
	height:42px;
	vertical-align:middle;
	font-family:'din-regular';
	
}
.checkout_content{
	padding-bottom:5px;
	font-family:'din-regular';
}
.checkout_title{
	padding-top:20px;
	color:#938074;
	font-size:24px;
}
.checkout_part{
	padding-top:30px;
	padding-bottom:100px;
	color:#938074;
}
.checkout_subtitle{
	color:#938074;
	font-size:18px;
	padding-bottom:20px;
	font-weight:bold;
}
.checkout_label{
	font-size:14px;
	color:#938074;
}
.checkout_line{
	height:2px;
	background-color:#938074;
}
.checkout_line2{
	height:1px;
	background-color:#d0d2d4;
}
input.checkout_button{
	width:147px;
	height:36px;
	background-color:#938074;
	font-size:15px;
	color:#fff;
	text-align:center;
	line-height:26px;
	border:0px;
	cursor:pointer;
}
input.checkout_button:hover{
	background-color:#333;
}
.checkout_detail_border{
	padding-left:29px;
	padding-right:29px;
	padding-top:13px;
	padding-bottom:13px;
	background-color:#e6e7e8;
	border:1px solid #938074;
	font-size:12px;
}
.checkout_detail_title{
	font-size:14px;
	font-weight:bold;
	padding-bottom:15px;
}
.checkout_detail_table td{
	padding-top:15px;
}
.checkout_numeric_space{
	border:1px solid #999;
	display:inline-block;
	width:auto;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
	margin-left:5px;
	margin-right:5px;
	background-color:#fff;
}
.checkout_vseparator{
	
	border-bottom:1px solid #d0d2d4;
}
.checkout_name{
	font-size:14px;
	font-weight:bold;
}
.checkout_finish_label_td{
	padding-left:10px;
}
.checkout_finish_tr{
	font-size:14px;
}
.checkout_detail_table tr.checkout_finish_tr td{
	padding-top:3px;
}
.tablenoborder{
	border:0px;
}
.tablenoborder td{
	border:0px;
}
.creationheadertitle{
	
	color:#58595b;
	font-size:44px;
	text-align:center;
	line-height:35px;
}
.subscribepartbg{
	background-color:#e1dddb;
	min-height:250px;
	padding-top:145px;
	padding-bottom:145px;
	color:#58595b;
}
input.input_sidebar_signup{
	background:none;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	border:0px;
	width:540px;
	border:1px solid #8f9390;
	height:55px;
	font-size:16px;
}
input.sidebar_signup_submit{
	font-size:16px;
	border:0px;
	border-bottom:1px solid #58595b;
	background:none;
	cursor:pointer;
	color:#58595b;
}
.detail_product_description{
	font-family: "din-regular";
	text-align:left;
	padding-bottom:18px;
	font-size:12px;
	line-height:normal;
}
#menuslidebackpart,#menuslidebackpart2{
	position:fixed;	
	z-index:39999;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.7;
	
}
.popupindex2{
	position:relative;
	z-index:9999999;
	border:none;
	background:#fff;
	color:#736a67;
	width:622px;
	top:150px;
	font-size:13px;
}
#posfixed_addtocart{
	left:50%;
	margin-left:-311px;
}
.popup_header{
	height:28px;
	line-height:28px;
	color:#fff;
	padding-left:21px;
	background:#736a67;
	font-size:14px;
}
.popup_content{
	padding:28px 21px 11px 21px;
}
.popup_name{
	padding-bottom:15px;
}
.popup_label{
	font-family: "din-light";
	font-size:11px;
}
.popup_value{
	font-family: "din-bold";
	font-size:11px;
}
.popup_tabledesc td{
	padding-bottom:6px;
}
.textureall{
	display:none;
}
.texturediv{
	position:relative;
	z-index:1000;
	left:-100px;
	top:-380px;
	width:280px !important;
	padding:10px;
	background:#fff;
	color:#928072;
	height:340px !important;
}
.texturename{
	padding-top:15px;
	font-size:14px;
	padding-left:10px;
}
.texturedesc{
	font-size:14px;
	padding-left:10px;
}