/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video, banner {
	display:block;
}
mark, rp, rt, ruby, summary, time {
	display:inline
}
/* Left & Right alignment */
.left {
	float:left !important;
}
.right {
	float:right !important;
}
.none {
	float:none
}
.clear {
	clear: both;
}
/* Global properties ======================================================== */

body {
	background:url(../../images/inner_page_bg.png) repeat;
	font-size:13px;
	font-family: Arial,Helvetica,sans-serif;
	color:#333333;
	line-height:20px;
	margin:0;
}
@font-face {
    font-family: 'gibson-regular';
    src: url('../../fonts/gibson-regular.eot');
    src: url('../../fonts/gibson-regular.eot') format('embedded-opentype'),
         url('../../fonts/gibson-regular.woff') format('woff'),
         url('../../fonts/gibson-regular.ttf') format('truetype'),
         url('../../fonts/gibson-regular.svg#gibson-regular') format('svg');
}

@font-face {
    font-family: 'helveticaneueltstd-bd';
    src: url('../../fonts/helveticaneueltstd-bd.eot');
    src: url('../../fonts/helveticaneueltstd-bd.eot') format('embedded-opentype'),
         url('../../fonts/helveticaneueltstd-bd.woff') format('woff'),
         url('../../fonts/helveticaneueltstd-bd.ttf') format('truetype'),
         url('../../fonts/helveticaneueltstd-bd.svg#helveticaneueltstd-bd') format('svg');
}

@font-face {
    font-family: 'helveticaneueltstd-ltcn';
    src: url('../../fonts/helveticaneueltstd-ltcn.eot');
    src: url('../../fonts/helveticaneueltstd-ltcn.eot') format('embedded-opentype'),
         url('../../fonts/helveticaneueltstd-ltcn.woff') format('woff'),
         url('../../fonts/helveticaneueltstd-ltcn.ttf') format('truetype'),
         url('../../fonts/helveticaneueltstd-ltcn.svg#helveticaneueltstd-ltcn') format('svg');
}


/* Global Structure ============================================================= */
.main {
	margin: 0 auto;
        max-width:1120px;
	width: 100%;
}
.main2 {
	margin: 0 auto;
	width:1120px;
	max-width: 100%;
}
/* Header */
header {
	width:100%;
	float:left;
}
/* Nav */
nav {
	overflow:hidden;
	width:100%;
	float:left;
	background:url(../../images/menu_bg.png) repeat-x;
	height:77px;
}
/* Section */
section {
	overflow:hidden;
	width:100%;
	float:left;
}
/* Footer */
footer {
	width:100%;
	float:left;
	border-top:1px solid #CCCCCC;
}
a {
	color:#09B2F1;
	text-decoration:none;
	outline:none;
	cursor:pointer;
}
a:hover {
	text-decoration:none;
	cursor:pointer;
}
h1 {
	padding:0px;
	margin:0px;
}
h2 {
	padding:0px;
	margin:0px;
}
h3 {
	padding:0px;
	margin:0px;
}
p {
	padding:0px;
	margin:0px;
}
img {
	display: inline-block;
	max-width: 100%;
	border:none;
}
ul {
	margin:0;
	padding:0;
}
li {
	list-style:none;
	text-align:left;
}
.M10 {
	margin-top:3em !important;
}
.M5 {
	margin-top:1.3em !important;
}
.curuve3 {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}


/* ============================= header ====================== */

.header_main1{
	float:left;
	width:100%;
	height:44px;
	border-bottom:1px solid #E4E4E4;
	position:relative;
	background:#E9E5E5;
}

.logo_icon{
	float:left;
	width:23px;
	height:20px;
	margin:10px;
}
.logo_icon{
	display:none;
}
.header_main #logo {
	display:inline-block;
	/* float:left; */
        margin-left:326px;	
	margin-top:10px;	
}
.nav_tab{
	float:left;
   /* margin-left: 15px;*/
       width: 120px;
}
.nav_tab li a{
	float:left;
	font-family: Arial,Helvetica,sans-serif;
	color:#C55500;
	font-weight: bold;
	font-size:13px;
	padding:19px 13px;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing: 1px;
	text-shadow: 0 1px 0 #FFFFFF;
}
.nav_tab li a:hover{
	color:#9A4200;
	text-decoration:underline;
}
#nav_active{
	/*background:#F2F2F2;
	border-left:1px solid #E4E4E4;
	border-right:1px solid #E4E4E4;*/
}
.search_main{
	background-color: #3E2A1B;
    border: none;
    color: #777777;
    font-size: 14px;
    height: 30px;
    margin: 10px 0 0 10px;
    width:315px;
	float:left;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.scroll-5{
	background:#3E2A1B;
	border:none;
    color: #FFFFFF;
    font-size:12px;
    letter-spacing: 1px;
    margin: 0;
    padding:8px 0 6px 8px;
    width:280px;
	font-family: Arial,Helvetica,sans-serif;
	outline:none;
	focus:none;
	-webkit-border-radius:5px 0px 0px 5px;
	-moz-border-radius:5px 0px 0px 5px;
	border-radius:5px 0px 0px 5px;
	line-height:15px;
}
.search_btn{
	background-color: #1197D4;
	border:none;
	cursor:pointer;
	text-indent:-9999px;
	background:url(../../images/magnifier.png) no-repeat;
}
.post_tab{
	margin:0 14px;
}
.top_nav{
	width:555px;
	float:left;
}
.top_nav li{
	float:left;
	position:relative;
}
.top_nav li a{
	float:left;
	font-family: Arial,Helvetica,sans-serif;
	color:#C55500;
	font-weight: bold;
	font-size:14px;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing: 1px;
	position:relative;
	line-height: 30px;
	text-shadow: 0 1px 0 #FFFFFF;
}
.top_nav li a:hover{
	color:#9A4200;
	text-decoration:underline;
}
.top_nav li a span{
	float: right;
    line-height: 19px;
    padding: 0 10px;
    text-transform: none;
    width: 156px;
}
.top_nav li a span em{
	color:#3E2A1B;
	font-style:normal;
}
.post{
	padding:8px 4px 0 4px;
}
.default{
	padding: 4px;
	border: 1px dashed #000000;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	float:left;
	width:210px;
}
.default1{
	padding:7px 4px 0 4px;
}
.notifination{
	margin:7px 0 0;
	background:url(../../images/notifications_bg.png) no-repeat;
	padding:23px 12px;
	cursor:pointer;
	color:#FFFFFF !important;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: 500;
	font-size:17px;
}
.notifination strong{
	color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding: 25px 0 0 24px;
	text-indent:-9999px;
}
.more{
	padding:12px 0 0 3px;
}
.top_nav li li {
	display:block;
	background:none !important;
	width:100%;
}
.arrow_icon{
	float: left;
    left: 102px;
    position: absolute;
    top: -14px;
    width: 14px;
}
.arrow_icon2{
	float: left;
    height: 8px;
    left: 157px;
    position: absolute;
    top: -13px;
    width: 14px;
}
.top_nav li li a {
	float: left;
	text-align:left;
	background: none;
	font-family: Arial,Helvetica,sans-serif;
	color:#333333;
	font-size:14px;
	width:193px;
	height:auto;
	font-weight:normal;
	overflow:hidden;
	line-height:36px !important;
	padding:3px 20px;
	text-transform:none;
}
.top_nav li li a:hover{
	background:#C55500;
	color:#FFFFFF;
	text-decoration:none;
}
.feed-notification li a:hover {
	background: none !important;
	color: #000;
}

.top_nav li ul {
	position:absolute;
	visibility:hidden;
	z-index:999;
	float:left;
	width:219px;
	padding:6px 0px;
	background:#fff;
	margin-top:40px;
	right:0px;
	 border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px 6px 6px 6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
   box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.top_nav li:hover ul {
	visibility:visible;
}
.top_nav ul li{  
	z-index:100; 
	
}
.more_sub{	
	 margin-top: 43px !important;
    right: 0px !important;
    width: 198px !important;
}
.more_sub li a{
	width:158px !important;
	font-size:13px !important;
}
.divider {
	border-bottom:1px solid #CCCCCC;
    height: 1px;
	float:left;
    margin: 9px 1px;
    overflow: hidden;
	width:100%;
}



/* ============================= Section_Main ====================== */


.section_main{
	/*background:#F2F2F2;*/
	float:left;
	width:100%;
}
.tab_product{
	float:left;
	margin-top:10px;
	width:100%;
}
.tab_box{
	float:left;
	width:100%;
}
.tab_box li a{
	float:left;
    text-transform: none;
    width: 97%;
	background-color:#719cbf;
 		 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#719cbf, endColorstr=#334757);
		 background-image:-moz-linear-gradient(top, #719cbf 0%, #334757 100%);
 		 background-image:-webkit-linear-gradient(top, #719cbf 0%, #334757 100%);
 		 background-image:-ms-linear-gradient(top, #719cbf 0%, #334757 100%);
 		 background-image:linear-gradient(top, #719cbf 0%, #334757 100%);
 		 background-image:-o-linear-gradient(top, #719cbf 0%, #334757 100%);
 		 background-image:-webkit-gradient(linear, right top, right bottom, color-stop(0%,#719cbf), color-stop(100%,#334757));
	
    border-image: none;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 1px #FFD8B4 inset, 0 2px 4px rgba(0, 0, 0, 0.25), 0 0 20px rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
    font-family: museo-sans,sans-serif;
    font-size: 18px !important;
    font-weight: 400;
    padding: 9px 12px;
    position: relative;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
/*.tab_box li a:hover{
	background:#eeeeee;
}
.tab_active{
	background:#FFFFFF;
}*/
.right_tab{
	float:right;
}
.right_tab li{
	float:left;
	margin:9px 0px 5px 15px;
}
.find_btn{
	background:#61C1EE;
	cursor:pointer;
	text-align:center;
    border:none;
    border-radius: 1px 1px 1px 1px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0;
	font-weight:bold;
    outline: none;
    padding:10px 25px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}
.find_btn:hover{
	background:#33AFE9;
}
.product_main{
	float:left;
	padding:20px 0px;
	/*background:#FFFFFF;*/
	margin-bottom:25px;
	width:100%;
}
.product_main_thumb{
	float:left;
	width:100%;
}
.product_main_thumb li{
	float:left;
    margin-bottom: 30px;
    margin-left: 12px;
    height:304px;
    position: relative;
    width: 212px;
	overflow:hidden;
}
/*.product_main_thumb li:nth-child(5n+1) {
 	margin-left: 0px;
}*/
.product_list_img1{
    cursor: pointer;
    display: block;
    height: 210px;
    padding: 0;
    position: relative;
    text-decoration: none;
    width: 210px;
}
.product_list_img1 a img{
	width:100%;
}
.deal_tag{
	float:left;
	width:99%;
}
.tag{
	float:left;
	width:80px;
	height:47px;
	background:#F6C415;
	cursor:pointer;
	margin:8px 0px 0px 5px;
}
.tag:hover{
	background:#F8D046;
}
.tag strong{
	display:inline-block;
	text-align:center;
	color:#FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing:1px;
	line-height:17px;
	font-size:14px;
	width:100%;
	text-transform:uppercase;
	padding-top:7px;
}
.tag span{
	display:inline-block;
	text-align:center;
	color:#FFFFFF;
	font-family: 'helveticaneueltstd-bd';
	letter-spacing:1px;
	font-size:12px;
	width:100%;
}
.save{
	float:right;
	width:80px;
	height:47px;
	cursor:pointer;
	background:#0097D8;
	margin:8px 5px 0px 0px;
}
.save:hover{
	background:#0073A5;
}
.save strong{
	display:inline-block;
	text-align:center;
	color:#FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing:1px;
	line-height:17px;
	font-size:14px;
	width:100%;
	text-transform:uppercase;
	padding-top:7px;
}
.save span{
	display:inline-block;
	text-align:center;
	color:#FFFFFF;
	font-family: 'helveticaneueltstd-bd';
	letter-spacing:1px;
	font-size:11px;
	width:100%;
}
.deal_tag_title{
	padding:9px;
	width:93%;
	float:left;
	margin-top:10px;
	/*height:200px;*/
}
.deal_tag_title h2 a{
	color:#6F5C4D;
	font-family: 'helveticaneueltstd-ltcn';
	font-size:17px;
	line-height:23px;
	margin-bottom:2px;
	letter-spacing:1px;
	height:auto;
}
.deal_tag_title p{
	color:#6F5C4D;
	font-family: 'helveticaneueltstd-ltcn';
	float:left;
	font-size:16px;
	line-height:30px;
	letter-spacing:1px;
}
.deal_tag_title p a{
	color:#6F5C4D;
	text-decoration:none;
	display:inline !important;
}
.deal_tag_title p a:hover{
	text-decoration:underline;
}
.deal_tag_title h2 span{
	color:#007196;
	font-family: 'helveticaneueltstd-ltcn';
	font-size:18px;
	line-height:22px;
	letter-spacing:1px;
	float:left;
	padding-right:8px;
}



/* ============================= Detail Page ====================== */

.popup_detail_title{
	padding:20px;
	background:#F2F2F2;
	width:96.3%;
	float:left;
}
.detail_img_icon{
	float:left;
	margin-right:10px;
}
.detail_img_icon img{
	float:left;
	width:90px;
	height:90px;
}
.detail_title_right{
	float:left;
	width:49%;
}
.detail_title_right h2{
	color: #434343;
	float:left;
	font-size:22px;
	line-height:24px;
	font-family: 'helveticaneueltstd-bd';
	letter-spacing:1px;
}
.detail_title_right h2 a{
	color: #0088CC;
	text-decoration:none;
	padding-right:4px;
}
.detail_title_right h2 a:hover{
	color: #f72f72;
}
.detail_title_right p{
	color: #434343;
	float:left;
	font-size:17px;
	line-height:24px;
	font-family: 'helveticaneueltstd-bd';
	letter-spacing:1px;
}
.detail_title_right p a{
	color: #0088CC;
	text-decoration:none;
	padding-left:4px;
}
.detail_title_right p a:hover{
	color: #f72f72;
}

.detail_products{
	width:100%;
	float:left;
	padding:25px 0px;
}
.detail_title{
	float:left;
	width:100%;
	padding:25px 0px;
}
.detail_title h1{
	font-size: 24px;
    font-weight: normal;
    line-height: 28px;
	font-family: 'helveticaneueltstd-bd';
	color:#434343;
	letter-spacing:1px;
}
.detail_title p{
	font-size: 15px;
    font-weight: normal;
    line-height: 28px;
	font-family: 'helveticaneueltstd-bd';
	color:#434343;
	letter-spacing:1px;
}
.detail_title p a{
	color: #0088CC;
	text-decoration:none;
	padding-left:4px;
}
.detail_title p a:hover{
	color: #f72f72;
}
.left_detail{
	float:left;
	width:54%;
	text-align: center;
	margin-right:15px;
}
.detail_show_img{
	float:left;
	width:100%;
}
.detail_show_img img {
   
}
.tweet_share{
	float:left;
	width:100%;
	margin:15px 0px;
}
.tweet_comments_main{
	float:left;
	width:100%;
	text-align: left;
}
.tweet_seemore{
	float:left;
	width:100%;
	border-bottom:1px solid #D0C9C0;
	border-top:1px solid #D0C9C0;
	padding:10px 0px;
	color:#777777;
	font-size:15px;
	letter-spacing:1px;
	margin-bottom: 5px;
	color: #C55500;
	font-family: 'helveticaneueltstd-bd';
	text-shadow: 0 1px 0 #FFFFFF;
}
.tweet_comment{
	float:left;
	width:98%;
	margin-bottom:10px;
	margin-top:10px;
	background:#ebebeb;
	padding-left:10px;
	border:3px solid #D0C9C0;
}
.tweet_comment_avatar {
    float: left;
    padding-top: 5px;
}
.tweet_comment_avatar img{
    height: 50px;
    width: 50px;
}
.comments_detail_content {
    float: left;
    margin-left: 10px;
    width: 87%;
}
.comments_detail_name{
	color: #0088CC;
    float: left;
    font-family: 'helveticaneueltstd-bd';
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 18px;
    text-decoration: none;
    width: 100%;
	padding-top:5px;
}
.comments_detail_name a:hover{
	color: #f72f72;
}
.comments_detail_email{
	color: #434343;
    float: left;
    font-family: 'helveticaneueltstd-bd';
    font-size: 15px;
    letter-spacing: 1px;
    line-height:18px;
    text-decoration: none;
    width: 100%;
	font-weight:normal;
}
.comments_detail_email a{
	color: #0088CC;
}
.comments_detail_email a:hover{
	color: #f72f72;
}
.comments_detail_day{
	color: #434343;
    float: left;
    font-family: 'helveticaneueltstd-bd';
    font-size: 12px;
    letter-spacing: 1px;
    line-height:18px;
    text-decoration: none;
    width: 100%;
	font-weight:normal;
}

.tweet_comments_type{
	float:left;
	width:100%;
	padding-top:15px;
}
.tweet_comment_icon{
	float:left;
    height: 45px;
    margin-right: 10px;
    width: 45px;
}
.tweet_comment_icon img{
    height: 45px;
    width: 45px;
}
.tweet_comments_links{
	float:left;
	background:#F2F2F2;
	color: #777777;
	border:none;
	padding:10px;
	height:21px;
	width:404px;
}
.post_btn{
	background:#0097D8;
	cursor:pointer;
	text-align:center;
    border:none;
    border-radius: 1px 1px 1px 1px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0;
	font-weight:bold;
    outline: none;
    padding: 13px 25px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
	margin-left:10px;
}
.post_btn:hover{
	background:#33AFE9;
}
.post_btn1:hover{
	background:#33AFE9;
}
.right_detail{
	float:left;
	width:43%;
}
.detail_save{
	float:left;
	width:100%;
	margin-bottom:20px;
}
.save_btn{
	background:#0097D8;
	cursor:pointer;
	text-align:center;
    border:none;
    border-radius: 1px 1px 1px 1px;
    color: #FFFFFF;
    cursor: pointer;
    float:left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0;
	font-weight:bold;
    outline: none;
    padding:12px 37px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
	margin-top:3px;
}
.save_btn:hover{
	background:#0073A5;
}
.save_amount_box{
	float:left;
	margin-left:10px;
	width:50%;
}
.save_amount_box span{
	background:url(../../images/save_bg_img.jpg) no-repeat;
	width:15px;
	height:52px;
	float:left;
}
.save_amount{
	background:#F5F4F4;
	color:#333333;
	height:52px;
	padding:0px 20px;
	line-height:50px;
	float:left;
	font-family: 'helveticaneueltstd-bd';
	font-size:29px;
	min-width:90px;
	
}

/*.buy_btn{
	background:#3B8046;
	cursor:pointer;
	text-align:center;
    border:none;
    border-radius: 1px 1px 1px 1px;
    color: #FFFFFF;
    cursor: pointer;
    float:left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0;
	font-weight:bold;
    outline: none;
    padding:12px 41px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
	margin-top:3px;
}
*/
.buy_btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
	
	background-color:#E77026;
 		 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E77026, endColorstr=#8C4319);
		 background-image:-moz-linear-gradient(top, #E77026 0%, #8C4319 100%);
 		 background-image:-webkit-linear-gradient(top, #E77026 0%, #8C4319 100%);
 		 background-image:-ms-linear-gradient(top, #E77026 0%, #8C4319 100%);
 		 background-image:linear-gradient(top, #E77026 0%, #8C4319 100%);
 		 background-image:-o-linear-gradient(top, #E77026 0%, #8C4319 100%);
 		 background-image:-webkit-gradient(linear, right top, right bottom, color-stop(0%,#E77026), color-stop(100%,#8C4319));
	
    border-image: none;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 1px #FFD8B4 inset, 0 2px 4px rgba(0, 0, 0, 0.25), 0 0 20px rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
    font-family: museo-sans,sans-serif;
    font-size: 18px !important;
    font-weight: 400;
    padding: 9px 42px;
    position: relative;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	float:left;
	cursor:pointer;
}
.buy_btn:hover{
	background:#2B5D33;
}
.buy_amount_box{
	float:left;
	margin-left:10px;
	width:50%;
}
.buy_amount_box span{
	background:url(../../images/buy_bg_img.jpg) no-repeat;
	width:17px;
	height:52px;
	float:left;
	display:none;
}
.buy_amount{
	color:#333333;
	height:52px;
	padding:0px 20px;
	line-height:50px;
	float:left;
	font-family: 'helveticaneueltstd-bd';
	font-size:29px;
}
.buy_info{
	float:left;
	margin-left:15px;
	padding-top:17px;
}
.realted_product_main{
	float:left;
	margin-top:40px;
	min-width: 470px;
}
.realted_tag{
	float:left;
	color: #434343;
	font-size:16px;
	line-height:24px;
	padding-bottom:10px;
	letter-spacing:1px;
}
.realted_tag a{
	color: #0088CC;
	text-decoration:none;
	padding-left:4px;
}
.realted_tag a:hover{
	color: #f72f72;
}
.realted_product{
	float:left;
	width:100%;
	margin-top:15px;
}
.realted_product li{
	float:left;
	width:139px;
	height:140px;
	margin-left:10px;
	margin-bottom:10px;
}
.realted_product li:nth-child(3n+1) {
    margin-left: 0;
}
.realted_product li img {
    height: 140px;
    width: 140px;
}
.popup_info{
	float:left;
	width:91.5%;
	background:#FFFFFF;
	padding:20px;
}
.popup_info h3{
	float:left;
	color: #434343;
	font-family: 'helveticaneueltstd-bd';
	font-size:18px;
	line-height:24px;
	padding-bottom:10px;
	letter-spacing:1px;
}

.popup_info p{
	float:left;
	color: #434343;
	font-family: 'helveticaneueltstd-bd';
	font-size:14px;
	line-height:24px;
	padding-bottom:10px;
	letter-spacing:1px;
}
.popup_checkout{
	float:left;
	width:100%;
	margin:10px 0px;
}
.popup_checkout li{
	float:left;
	margin:5px 0px;
	color: #434343;
	font-family: 'helveticaneueltstd-bd';
	font-size:16px;
	line-height:24px;
	letter-spacing:1px;
	width:100%;
}
.popup_reports{
	display:inline-block;
	width:100%;
	text-align:center;
	margin:10px 0px;
}
.popup_reports span{
	color: #434343;
	font-family: 'helveticaneueltstd-bd';
	font-size:14px;
}
.detail_map{
	border: 3px solid rgba(149, 149, 149, 0.38);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.38);
	   border-bottom: 3px solid rgba(149, 149, 149, 0.38);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.38);
    display: block;
    width: 97.8%;
	position:relative;
	float:left;
	height:325px;
}
.product_edit_detail{
	display:inline-block;
	width:100%;
	padding:10px 0px;
}
.product_edit_detail a{
	color: #C55500;
	font-family: 'helveticaneueltstd-bd';
	text-shadow: 0 1px 0 #FFFFFF;
	font-size:14px;
	padding-right:10px;
}
.product_edit_detail a:hover{
	text-decoration:underline;
}

















/* ============================= Footer ====================== */


.footer_links_main{
	float:left;
}
.footer_icon{
	float:left;
	width:40px;
	height:40px;
	margin-right:10px;
}
.footer_links{	
	float:left;
	width:90%;
}
.footer_links li{
	color: #777777;
    font-size: 16px;
    line-height: 20px;
	float:left;
}
.footer_links li a{
	color: #0088CC;
    font-size: 17px;
    line-height: 20px;
	padding:0px 5px;
	font-weight:normal;
	 font-family: 'helveticaneueltstd-bd';
	 letter-spacing:1px;
}
.footer_links li a:hover{
	color: #f72f72;
}
.footer_links2{	
	display:inline-block;
	width:100%;
}
.footer_links2 li{
	color: #FFFFFF;
    font-size: 17px;
    line-height: 20px;
	padding:0 5px 0px 0px;
	font-weight:normal;
	 font-family: 'helveticaneueltstd-bd';
	 letter-spacing:1px;
	 display:inline-block;
}



.cart_tab{
	float:left;
}
.cart_tab li{
	border-left: 1px solid #E4E4E4;
	border-right: 1px solid #E4E4E4;
    float: left;
    height: 45px;
    padding: 0 10px;
    position: relative;
    z-index: 1;
	margin:0px 0px 0px 10px;
}
.cart_tab li:hover{
	background: #414751;
}
.cart_tab li:hover span{
	color: #FFFFFF !important;
}
.cart_tab .ic-cart {
	background: url("../../images/cart_icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 18px;
    margin: -6px 5px 0 3px;
    vertical-align: middle;
    width: 18px;
}
.cart_tab li:hover .ic-cart{
	background: url("../../images/cart_icon_hover.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.cart_tab span{
	font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
	color: #3E2A1B;
	line-height:43px;
}
.cart_tab li ul {
	position:absolute;
	visibility:hidden;
	z-index:9999;
	width:330px;
}
.cart_tab li:hover ul {
	visibility:visible;
}
.menu-contain-cart{
	position:absolute;
	visibility:hidden;
	z-index:12;
	width: 298px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	background: #414751;
	border-radius: 0 0 3px 3px;
	left: 0;
	min-width:150px;
}
.menu-contain-cart table {
    float: left;
    padding: 5px;
    position: relative;
    width: 100%
}
.menu-contain-cart thead {
    color: #D4D8DE;
    font-size: 9px;
    font-weight: normal;
}
.menu-contain-cart thead th {
    padding-bottom: 9px;
}
.menu-contain-cart thead td.price {
    text-align: right;
}
.menu-contain-cart thead .price {
    width: 65px;
}
.menu-contain-cart tbody td, .menu-contain-cart tbody th {
    border-top: 1px solid #535963;
    padding: 10px 0 12px;
	width:42%;
}
.menu-contain-cart tbody a {
    color: #A7ADB7;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 17px;
    min-height: 36px;
    padding: 0 5px 1px 61px;
    position: relative;
    white-space: normal;
    width: auto;
}
.menu-contain-cart tbody a img {
    background-size: cover;
    height: 50px;
    left: 0;
    position: absolute;
    top: 0;
    width: 50px;
}
.menu-contain-cart tbody td, .menu-contain-cart tbody th strong {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}

.menu-contain-cart tbody td, .menu-contain-cart tbody th strong {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing:1px;
}
.menu-contain-cart .summary {
    background: none repeat scroll 0 0 #535A65;
    color: #FFFFFF;
    float: left;
    font-size: 12px;
    line-height: 36px;
    padding: 0 12px;
    width: 306px;
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing:1px;
}
.menu-contain-cart .summary strong {
    float: left;
}
.menu-contain-cart .summary span {
    float: right;
    font-weight: bold;
}
.menu-contain-cart .proceed {
    clear: both;
    color: #FFFFFF;
    display: block;
    font-size: 13px;
	letter-spacing:1px;
    font-weight: bold;
    line-height: 38px;
    text-align: center;
	font-family: Arial,Helvetica,sans-serif;
}
.signup_scroll_1 {
    background: none repeat scroll 0 0 #FFFFFF;
    border:1px solid #BBBBBB;
    color: #DBDBDB;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 0 10px;
    padding: 14px 30px 14px 16px;
    width: 425px;
}
.start_btn_1{
	font-size: 15px !important;
    font-weight: normal !important;
    margin: 0 !important;
    padding: 12px 30px !important;
    width: 220px !important;
	background-color: #1197D4 !important;
	border:none !important;
	cursor:pointer;
	color:#FFFFFF !important;
	text-transform:uppercase !important;
}
.start_btn_1:hover{
	background:#0D75A5 !important;
}

.start_btn_2 {
    background-color: #1197D4 !important;
    border: medium none !important;
    color: #FFFFFF !important;
    cursor: pointer !important;
    font-size: 14px !important;
    font-weight: normal !important;
    margin: 0 0 10px 28px;
    padding: 12px 30px !important;
    text-transform: uppercase !important;
}
.start_btn_2:hover{
	background:#0D75A5 !important;
}
.start_btn_3{
	font-size: 15px !important;
    font-weight: normal !important;
    margin: 0 !important;
    padding: 7px 30px !important;
	background-color: #1197D4 !important;
	border:none !important;
	cursor:pointer;
	color:#FFFFFF !important;
	text-transform:uppercase !important;
}
.start_btn_3:hover{
	background:#0D75A5 !important;
}
.post_product dl {
    float: left;
    padding-bottom: 17px;
    width: 100%;
}
.post_product dt {
    color: #3E3E40;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 0 16px;
}

.post_product dd {
    -moz-box-sizing: border-box;
    border: 1px solid #CFD3D8;
    border-radius: 2px 2px 2px 2px;
    float: left;
    width: 100%;
	margin:0;
	padding:0;
}
.post_product dt small {
    color: #A6A6A6;
    font-size: 13px;
    font-weight: normal;
}

.post_product .img {
    float: left;
    padding: 15px 0 14px 14px;
    width: 220px;
}
.post_product .frm {
    float: right;
    padding: 15px 15px 14px 0;
    width: 246px;
}

.post_product .img .photo-wrap {
    height: 220px;
    line-height: 220px;
    margin-bottom: 14px;
    text-align: center;
    width: 220px;
}

.post_product .img .photo {
    max-height: 220px;
    max-width: 220px;
    vertical-align: middle;
}
.post_product .img .controls {
    float: left;
}
.post_product .img .size {
    color: #BEBEBF;
    float: right;
    text-align: center;
}
.post_product .img .prev {
    border-radius: 3px 0 0 3px;
    border-right: 0 none;
}
.post_product .img button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #CFCFCF;
    box-shadow: 0 1px 0 #F2F2F2;
    float: left;
    height: 23px;
    text-align: center;
    vertical-align: middle;
    width: 24px;
}

.post_product .img .next {
    border-radius: 0 3px 3px 0;
    margin-right: 7px;
    width: 25px;
}

.post_product .img span {
    display: inline-block;
    font-size: 12px;
    line-height: 23px;
    margin-top: -2px;
    vertical-align: middle;
}
.post_product input,select{
    color: #373D48;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-seri;
    font-size: 13px;
	width:225px;
	border:1px solid #BBBBBB;
	height:auto;
	padding:4px 8px 4px 7px;
	margin-bottom:5px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
    line-height: 1.25;
}

.post_product .frm label {
    color: #3E3E40;
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding: 0 0 4px;
}
.post_product textarea {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #DADADA -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: 0 none;
    border-style: dashed none none;
    border-width: 1px 0 0;
    box-shadow: none;
    clear: both;
    display: block;
    height: 71px;
    width: 100%;
}

.post_product .btns-area {
    border-top: 1px solid #ECEDF0;
    clear: both;
    margin: 0 -14px;
    padding: 14px 14px 4px;
}
.product_main #content {
    width: auto;
}
.cart-order-depth {
    border-bottom: 1px solid #ECEEF4;
    float: left;
    left: 0;
	margin:0;
	padding:0;
    width: 100%;
	background:#FFFFFF;
}

.cart-order-depth li.depth1 {
    padding-left: 117px;
    width: 188px;
	cursor:pointer;
}
.cart-order-depth li.current {
    color: #59646F;
}
.cart-order-depth li {
    background: url("../../images/bg-order-depth.gif") no-repeat scroll 100% 0 rgba(0, 0, 0, 0);
    color: #C8CCD0;
	width:240px !important;
    float: left;
	 font-family: Arial,Helvetica,sans-serif;
    font-size: 17px;
    font-weight: bold;
    height: 40px;
    padding-top: 26px;
    position: relative;
}

.cart-order-depth li.depth2 span {
    left: 74px;
}
.cart-order-depth li.depth3 span {
    left: 66px;
}
.cart-order-depth li.depth1 span {
    left: 74px;
}
.cart-order-depth li.current span {
    background-position: 100% 100%;
}
.cart-order-depth li span {
    background: url("../../images/bg-cart-order.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    font-size: 14px;
    height: 22px;
    left: 0;
    line-height: 14px;
    padding-top: 8px;
    position: absolute;
    text-align: center;
    top: 20px;
    width: 30px;
}
.cart-order-depth li.depth2 {
    padding-left: 117px;
    width: 188px;
	cursor:pointer;
}
.cart-order-depth li.depth3 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding-left: 110px;
    width: 200px;
}

.cart-list {
    clear: both;
    float: left;
    width: 100%;
}
.cart-list #invitation-reminder {
    border: 1px solid #EEEEEE;
    margin: -10px auto 30px;
    width: 580px;
}
#invitation-reminder {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #999999;
    margin: 0 0 15px;
    padding: 16px;
    position: relative;
}
.rounded-4{border-radius: 4px 4px 4px 4px;}

#invitation-reminder .close_ {
    left: 9px;
    position: absolute;
    top: 9px;
}
#invitation-reminder .avatar_plus_ {
    left: 23px;
    position: absolute;
    top: 15px;
}

#invitation-reminder .bttn {
    float: right;
}
.bttn.blue {
    background: none repeat scroll 0 0 #4380C9;
}
.bttn, .bttn:visited, .bttn:hover, .bttn:active, .bttn:focus {
    border: 0 none;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 12px;
    text-decoration: none;
    white-space: nowrap;
}

#invitation-reminder p {
    line-height: 1;
    margin: 0 150px 0 64px;
    padding: 0;
}

#invitation-reminder strong {
    color: #444444;
    display: block;

    font-size: 16px;
    line-height: 1.4;
}


.cart-list h2 {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #373D49;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 17px;
    font-weight: bold;
    padding: 20px 0 20px 20px;
}

.cart-list .cart-list-from {
    color: #73777F;
    font-size: 12px;
    font-weight: bold;
}
.cart-list .cart-payment-wrap {
    border: 1px solid #DDDDDD;
    float: left;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}

.cart-list .cart-note .table-cart-wrap {
    min-height: 0;
}
.cart-list .table-cart-wrap {
    float: left;
    position: relative;
    width: 73%;
    z-index: 2;
}

.cart-list .table-cart {
    width: 100%;
}

.cart-list .table-cart thead th.product {
    padding-left: 13px;
    text-align: left;
}
.cart-list .table-cart thead th {
    color: #444A55;
    font-size: 14px;
    font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
    height: 32px;
    text-align: center;
    vertical-align: middle;
}

.cart-list .table-cart tbody .first td {
    border: 0 none;
}
.cart-list .table-cart tbody td.thumnail {
    padding: 18px 14px 13px;
    text-align: center;
    width: 100px;
}
.cart-list .table-cart tbody td {
	font-family:Arial, Helvetica, sans-serif;
}
.cart-list .table-cart tbody td.title {
    color: #737373;
    font-size: 14px;
    font-weight: normal;
    padding: 20px 0 0;
    vertical-align: top;
}
.cart-list .table-cart tbody td.price {
    font-size: 13px;
    font-weight: normal;
    padding-top: 23px;
    text-align: center;
    width: 100px;
}
.cart-list .table-cart tbody td.quantity {
    font-size: 11px;
    padding-top: 16px;
    text-align: center;
    width: 57px;
}

.cart-list .table-cart tbody td.thumnail a {
    color: #4A8AC8;
    display: block;
    text-decoration: none;
    width: 100px;
}

.cart-list .table-cart tbody td.thumnail img {
    margin-bottom: 12px;
    width: 100px;
}

.cart-list .table-cart tbody td.title a {
    color: #737373;
    font-size: 12px;
    font-weight: normal;
}

.cart-list .table-cart tbody td.title b {
    color: #373D49;
    font-size: 14px;
    font-weight: bold;
}

.cart-list .table-cart tbody td.title small {
    text-decoration: line-through;
}

.cart-list .table-cart tbody td.quantity input.text {
    border: 1px solid #D1D3D9;
    border-radius: 3px 3px 3px 3px;
    color: #373D49;
    font-size: 12px;
    height: 17px;
    margin-bottom: 4px;
    padding: 5px;
    text-align: center;
    width: 45px;
}

.cart-list .table-cart tbody td.quantity a {
    color: #4A8AC8;
}
.cart-list .table-cart tbody td.total {
    color: #5A5B5D;
    font-size: 13px;
    font-weight: bold;
    padding-top: 23px;
    text-align: center;
    width: 97px;
}

.cart-list .note {
    color: #000000;
    padding: 7px 14px 0;
}

.cart-list .note dt {
    font-size: 13px;
    height: 21px;
}

.cart-list .note dt small {
    color: #898989;
    font-size: 12px;
}

.cart-list .note textarea {
    color: #666666;
    font-size: 12px;
    height: 78px;
    padding: 7px;
    width: 98%;
}
.cart-list .cart-note .cart-payment {
    padding-bottom: 10px;
}
.cart-list .cart-payment {
  border-left: 1px solid #DDDDDD;
    float: right;
    margin: 0 0 0 -2px;
    position: relative;
    width: 26.5%;
	background:#FFFFFF;
}
.cart-list .bg-cart-payment {
    background: -moz-linear-gradient(center top , #F5F6F8, #EEEFF1) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #D9DADC;
    display: block;
    height: 32px;
    width: 100%;
    z-index: 1;
}

.cart-list .cart-payment dl.cart-payment-ship, .cart-list .cart-payment dl.cart-gift {
    border-bottom: 1px solid #D4D6DF;
}
.cart-list .cart-payment dl {
    padding: 0 0 15px 13px;
	margin:0px;
}

.cart-list .cart-payment dt {
    font-size: 14px;
    font-weight: bold;
    padding: 16px 0 5px;
}

.cart-list .cart-payment dl.cart-payment-ship select {
    margin-bottom: 12px;
    padding-left: 5px;
}
.cart-list .cart-payment .select-round {
    width: 202px;
}

.cart-list .cart-payment dl.cart-payment-ship a {
    color: #4A8AC8;
    display: block;
}
.cart-list .cart-payment .cart-gift input[type="checkbox"] {
    vertical-align: middle;
}

.cart-list .cart-payment .cart-coupon {
    border-bottom: 1px solid #D4D6DF;
    float: left;
    padding: 0 14px 15px;
    width: 255px;
}
.cart-list .cart-payment .cart-coupon dt {
    padding-bottom: 10px;
}

.cart-coupon dd {
    clear: both;
    float: left;
    line-height: 19px;
    width: 248px;
}

input.text[type="text"], input.text[type="password"], textarea.text {
   /* background: none repeat scroll 0 0 #FEFEFE;
    border-color: #B0B5BD #C1C5CB #D2D6DC;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(255, 255, 255, 0.075);*/
    color: #393D4D;
    font-size: 13px;
    line-height: 19px;
    margin: 0;
    padding: 5px 7px;
}
.cart-coupon .text {
   /* border-radius: 2px 2px 2px 2px;*/
    float: left;
    font-size: 12px;
    margin: 0 0 5px;
    padding: 3px 5px;
    width: 170px;
}
.cart-coupon .btn-blue-apply {
    background: none repeat scroll 0 0 #3A83C0;
    border: medium none;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    float: right;
    font-size: 12px;
    height: 33px;
    line-height: 30px;
    margin: 0 0 5px 5px;
    text-align: center;
    width: 50px;
}
.cart-list .cart-payment .cart-payment-order {
    clear: both;
}

.cart-list .cart-payment dt {
    font-size: 17px;
    font-weight: bold;
    padding: 16px 0 5px;
	font-family: Arial,Helvetica,sans-serif;
}

.cart-list .cart-payment-order ul {
    margin-right: 13px;
}

.cart-list .cart-payment-order li.first {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.cart-list .cart-payment-order li {
    background: url("../../images/site/common/line-dot-gray.gif") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    padding: 7px;
    text-align: right;
}

.cart-list .cart-payment-order li .order-payment-type {
    color: #5A5B5D;
	font-family:Arial, Helvetica, sans-serif;
    float: left;
    font-size: 12px;
}

.cart-list .cart-payment-order li .order-payment-usd {
    color: #373D49;
    font-size: 10px;
    text-align: right;
}
.cart-list .cart-payment-order li.total {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-top: 1px solid #D4D6DF;
    padding-top: 13px;
}

.cart-list .cart-payment-order li.total .order-payment-type {
    color: #373D49;
    font-size: 14px;
    font-weight: bold;
}

.cart-list .cart-payment-order li.total .order-payment-usd {
    color: #373D49;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
}
.cart-list .cart-payment-order li .order-payment-usd b {
    color: #5A5B5D;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.cart-list .cart-payment-order li .order-payment-usd {
    color: #373D49;
    font-size: 10px;
    text-align: right;
}
.product_main dd{margin:0; padding:0;}
.add_friend
{
	clear: both !important;
    display: block !important;
    height: 50px !important;
	border:1px solid #BBBBBB !important;
    width: 100% !important;
	margin-bottom:30px !important
}
.popup_title
{
	float:left;
	text-align:left !important;
	width:100%;
	font-size:28px;
	line-height:30px;
	font-weight:bold;
}
.select-list
{
	float:left;
	width:80%;
	color:#a2a2a1;
	font-weight:bold;
	margin:20px 0 0;
	border:1px solid #BBBBBB;
	cursor:pointer;
	padding:10px 0 0 10px;
	color:#000;
	font-size:13px;
	background:url("../../images/arrow.png") no-repeat scroll right 10px center #FFFFFF;
	height:30px;
}
.select-list-inner
{
	float:left;
	width:78%;
	display:none;
	padding:10px;
	border:1px solid #BBBBBB;
	-webkit-box-shadow:1px 1px 4px 0px #BBBBBB;
   -moz-box-shadow:1px 1px 4px 0 #BBBBBB;
   box-shadow:1px 1px 4px 0 #BBBBBB;
}
.select-list-inner ul
{
	float:left;
	width:100%;
}
.select-list-inner ul li
{
	float:left;
	width:100%;
}
.select-list-inner ul li a
{
	float:left;
	color:#777;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px;
}
.add_btn
{
	float:left !important;
	width:30px !important;
	height:30px !important;
	background:url(../../images/add.png) no-repeat !important;
	cursor:pointer !important;
	border:none !important;
	margin:5px 0 0 0 !important;
}

.product-attribution-container.yellow {
    /*background-color: #F2F2F2;*/
}
.product-attribution-container {
    /*background-color: #F2F2F2;*/
    margin-bottom:15px;
	float:left;
	width:100%;
}

.container:before, .container:after {
    content: "";
    display: table;
    line-height: 0;
}
.container:after {
    clear: both;
}
.container:before, .container:after {
    content: "";
    display: table;
    line-height: 0;
}
.container {
    margin-left: auto;
    margin-right: auto;
}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 96%;
}
.product-attribution-container .inner-container:before, .product-attribution-container .inner-container:after {
    content: "";
    display: table;
    line-height: 0;
}
.product-attribution-container .inner-container:after {
    clear: both;
}
.product-attribution-container .inner-container:before, .product-attribution-container .inner-container:after {
    content: "";
    display: table;
    line-height: 0;
}
.product-attribution-container .inner-container {
    padding-bottom: 20px;
}

.product-attribution-container .product-attribution-container-user-avatar {
    float: left;
    margin-right: 10px;
}
.product-attribution-container .product-attribution-container-user-avatar a {
    display: block;
}
.product-attribution-container .product-attribution-container-user-avatar img, .product-attribution-container .product-attribution-container-user-avatar a {
    height:120px;
    width: 120px;
}
.product-attribution-container .product-attribution-container-info-message {
    float: left;
    font-size: 20px;
    line-height: 24px;
    margin-right: 20px;
    word-wrap: break-word;
}
.product-attribution-container-info-message h2{
	font-family: 'helveticaneueltstd-ltcn';
	font-style:15px;
	color:#C55500;
	line-height:30px;
}
.product-attribution-container-info-message h2 a{
	color:#4E4A45;
}
.product-attribution-container .product-attribution-container-info-savers {
    float: left;
}
.product-attribution-container .product-attribution-container-info {
    font-family: "Helvetica Neue",Arial,Verdana,sans-serif;
    position: relative;
	float:left;
	width:68%;
}
.products-show-more-from-user-text, .products-show-more-from-store-text, .products-show-more-savers-text {
    margin-bottom: 10px;
    margin-top: 45px;
}
.product-attribution-container .product-attribution-container-info-savers .products-show-more-savers-text {
    margin-top: 0;
}
.products-show-more-savers-grid a {
    line-height: normal;
}
.products-show-more-grid {
    width: 420px;
}

.product-attribution-container .product-attribution-container-info-savers .products-show-more-grid img {
    padding-bottom: 0;
}
.products-show-more-grid.products-show-more-savers-grid img {
    height: 45px;
    width: 45px;
}
.product-attribution-container .product-attribution-show-triangle {
    border-bottom: 16px solid #FFFFFF;
    border-left: 14px solid rgba(0, 0, 0, 0);
    border-right: 14px solid rgba(0, 0, 0, 0);
    clear: both;
    height: 0;
    margin-left: 20px;
    width: 0;
}
abbr.timeago {
    border-width: 0;
    cursor: auto;
    text-decoration: none;
}
.label{
	color: #585B62;
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding: 0 0 7px;

}
.wrapper-content {
    margin: 0 auto;
    padding: 40px 45px 45px;
    text-align: left;
    width: 424px;}
	
#container-wrapper.sign h2, .popup.sign h2 {
    color: #32353C;
    font-size: 24px;
    padding-bottom: 22px;
}
#container-wrapper.sign .frm .stit, .popup.sign .frm .stit {
    padding-bottom: 25px;
}

#container-wrapper.sign .frm p, .popup.sign .frm p {
    padding: 0 0 13px;
}

#container-wrapper.sign .container {
    display: table-cell;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 424px;
}



/* ============================= Stores ====================== */


.main_box{
	float:left;
	width:100%;
	margin-top:15px;
}
.main_box h2{
	float:left;
	width:100%;
	color: #6F5C4D;
    font-family: "Helvetica Neue",Arial,Verdana,sans-serif;
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
    padding-top: 25px;
	margin:0px;
}
.store_list{
	float:left;
	width:50%;
}
.store_list_follow{
	width:100%;
	float:left;
	margin-top:15px;
}
.store_list_follow li{
	display:inline-block;
    margin-bottom: 7px;
    margin-left: 7px;
    min-height: 115px;
    position: relative;
    width: 115px;
}
.store_list_follow li:nth-child(4n+1) {
    margin-left: 0;
}
.store_list_follow li a{
    cursor: pointer;
    display: block;
    padding: 0;
    position: relative;
    text-decoration: none;
    width:100%;
}


/* ============================= Pagination ====================== */


.page-links {
    margin-top: 45px;
    text-align: center;
	float:left;
	width:100%;
}
.page-links ul {
    font-size: 18px;
    font-weight: normal;
    list-style: none outside none;
    margin-left: 0;
}
.page-links ul li {
    display: inline-block;
    vertical-align: middle;
}
.page-links ul li.active a {
    color: #000000;
    cursor: default;
}
.page-links ul li a {
    padding: 10px;
	font-family: "Helvetica Neue",Arial,Verdana,sans-serif;
}
.page-links .page-links-buttons a.next.page-link-disabled, .page-links .page-links-buttons a.prev.page-link-disabled {
    background-color: #CCCCCC;
    cursor: default;
}
.page-links .page-links-buttons a.next, .page-links .page-links-buttons a.prev {
    background: none no-repeat scroll center center #0097D8;
    display: inline-block;
    height: 46px;
    margin-top: 10px;
    text-indent: -9999px;
    vertical-align: middle;
    width: 46px;
}
.page-links .page-links-buttons a.prev {
    background-image: url(../../images/left-arrow.png);
}
.page-links .page-links-buttons a.next {
    background-image: url(../../images/right-arrow.png);
    margin-left: 10px;
}


/* ============================= My Profile ====================== */


.profile_main{
	float:left;
	width:100%;
	background:#FFFFFF;
	margin-bottom:15px;
	margin-top:20px;
}
.profile_left{
	float:left;
	width:55%;
}
.profile_left h1{
   	color: #555555;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 25px;
}
.profile_left_avatar {
    float: left;
    height: 200px;
    margin: 0 20px 0 0;
    width: 200px;
}
.profile_right{
	float:right;
	padding:20px;
	width:40%;
}
.profile_right_links{	
	float:left;
	width:100%;
}
.profile_right_links li{
	float:left;
	margin-right:10px;
}
.profile_right_links li a{
	background:#F2F2F2;
	float:left;
    font-size: 20px;
    font-weight: normal;
    padding:3px 13px;
    text-transform: none;
    vertical-align: middle;
    width: 90px;
	color:#444444;
	font-family: "Helvetica Neue",Arial,Verdana,sans-serif;
	letter-spacing:1px;
	text-align:center;
	line-height:48px;
}
.profile_right_links li a strong{
 	float: left;
    font-size: 17px;
    line-height: 27px;
    text-align: left;
    width: 90%;
	height:25px;
}
.profile_right_links li a span{
    color: #444444;
    float: left;
    font-size: 12px;
    line-height: 21px;
    text-align: left;
    text-transform: uppercase;
    width: 90%;
}
.profile_right_links li a:hover{
	background:#eeeeee;
}
.edit_btn{
	background: none repeat scroll 0 0 #AAAAAA !important;
    color: #FFFFFF !important;
    font-size: 17px !important;
    padding: 2px 13px !important;
    text-transform: uppercase !important;
    width: 145px !important;
}
.edit_btn:hover{
	background:#0192DD !important;
}
.find_btn_icon{
	 background: url("../../images/find_btn_icon.jpg") no-repeat scroll right 12px #F2F2F2;
    color: #454545;
    float: right;
    font-family: "Helvetica Neue",Arial,Verdana,sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 34px;
    margin-top: 52px;
    padding: 10px 41px 10px 20px;
    text-transform: none;
}
.find_btn_icon:hover{
	background: url("../../images/find_btn_icon.jpg") no-repeat scroll right 12px #eeeeee;
}

/* =============================OCT 14====================== */
#inner {
    padding-top: 20px;
	float:left;
	width:100%;
}
.activity-feed-container{
	float:left;
	width:100%;
}
.user-login-support {
    width: 96%;
	float:left;
	background:#E4E4E4;
	padding:20px;
	margin-bottom:20px;
}
.user-login-support h2 {
    margin-bottom: 20px;
	font-family:"Helvetica Neue","Helvetica",Arial,Verdana,sans-serif;
	font-weight: bold;
    line-height: 30px;
	background:#FFFFFF;
	padding:10px;
}
form {
    margin: 0 0 20px;
}
input, textarea, .uneditable-input {
    margin-left: 0;
}
input, button, select, textarea {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
label, input, button, select, textarea {
    font-size: 14px;
    font-weight: normal;
    line-height:21px;
}

.user-login-support .user-login-support-email-field input {
    width: 260px;
	background:#F2F2F2;
	border:none;
	height:35px;
	padding:0 0 0 10px;
	margin-left:10px;
}
.user-login-support-email-field label{
	width:14%;
	float:left;
}
.user-login-support .user-login-support-submit-centered {
    float:left;
	margin:20px 0px 0px 155px !important;
}
.user-login-support fieldset {
	border:none !important;
}
.user-login-support .user-login-support-submit, .user-login-support .user-login-support-submit-centered {
    margin-top: 10px;
}
input.aggro.large.button[type="submit"] {
    padding: 15px 20px 16px;
}
input.large.button[type="submit"] {
    padding: 12px 30px;
}
.aggro.large.button {
    font-weight: bold;
    padding: 15px 20px;
    width: auto;
}
input.button[type="submit"], button.button {
}
.large.button {
    font-size: 18px;
    padding: 14px 30px 13px;
    width: auto;
}
.wb-primary {
    background-color: #0097D8;
	border:none;
	cursor:pointer;
	color:#FFF;
	text-transform:uppercase;
}

.footer-container {
    background-color: #FFFFFF;
    border-top: 1px solid #CCCCCC;
    height: 165px;
    margin-top: 40px;
    padding-top: 20px;
}

#everything-except-footer {
    z-index: 1000;
}
#everything-except-footer {
    clear: both;
    height: auto !important;
    margin-bottom: -226px;
    min-height: 100%;
}

.about-container:before, .about-container:after {
    content: "";
    display: table;
    line-height: 0;
}
.about-container:after {
    clear: both;
}
.about-container:before, .about-container:after {
    content: "";
    display: table;
    line-height: 0;
}
.about-container {
   background-color: rgba(255, 255, 255, 0.6);
    color: #333333;
    float: left;
    padding:30px 20px;
	margin:30px 0px;
    width: 96%;
	
	border-radius: 10px;
    box-shadow: 0 1px 3px #000000 inset;
}
.about-container .about-content-container {
    width: 100%;
}

.about-container .about-content-container .about-content-section:before, .about-container .about-content-container .about-content-section:after {
    display: table;
    line-height: 0;
}
.about-container .about-content-container .about-content-section:after {
    clear: both;
}
.about-container .about-content-container .about-content-section:before, .about-container .about-content-container .about-content-section:after {
    content: "";
    display: table;
    line-height: 0;
}
.about-container .about-content-container .about-content-section {
}
.about-container .about-content-container .about-content-section h1 {
    font-size: 32px;
    line-height: 36px;
	font-family:Arial, Helvetica, sans-serif;
}
.about-container .about-content-container .about-content-section * {
    opacity: 1;
}
h1 {
    font-family: "Helvetica Neue","Helvetica",Arial,Verdana,sans-serif;
    font-weight: bold;
}
.about-container .about-content-container .about-content-section p {
    font-size: 16px;
    line-height: 22px;
	font-family:Arial, Helvetica, sans-serif;
    margin:10px 0;
}
.about-container .about-content-container .about-content-section * {
    opacity: 1;
}
.cart-list.chept2 .card-payment {
    background: none repeat scroll 0 0 #FDFDFE;
}
.cart-list .cart-payment-wrap {
    border: 1px solid #DDDDDD;
    float: left;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}
.cart-list.chept2 .hotel-booking-left {
    /*padding-bottom: 82px;*/
}
.cart-list.chept2 .hotel-booking-left {
    min-height: 400px;
}
.cart-list.chept2 .hotel-booking-left {
    background: none repeat scroll 0 0 #FFFFFF;
    /*padding-bottom: 101px;*/
    
}
.hotel-booking-left {
    border-right: 1px solid #D4D6DF;
    clear: both;
    float: left;
    padding: 3px 0 0;
	width:73.4%;
}
.payment-card{width:334px;}
.cart-list.chept2 .card-payment .hotel-booking-left dl.payment-personal {
    padding-right: 0;
    width: 50%;
}
.payment-personal {
    padding-right: 0;
    width: 50% !important;
}
.cart-list.chept2 .card-payment .hotel-booking-left dl.payment-personal {
    border: 0 none;
    padding-bottom: 9px;
}
.hotel-booking-left dl.payment-personal {
    padding-bottom: 14px;
}
.hotel-booking-left dl {
    float: left;
    padding: 0 20px 10px;
    position: relative;
}

.cart-list.chept2 .card-payment .hotel-booking-left dt {
    padding-top: 21px;
}
.cart-list.chept2 .card-payment .hotel-booking-left dt {
    padding-top: 34px;
}
.hotel-booking-left dt {
    color: #91949A;
    font-size: 12px;
    line-height: 22px;
    padding: 27px 0 20px;
}
.hotel-booking-left dt b {
    color: #373D49;
    display: block;
    font-size: 18px;
}
.cart-list.chept2 .card-payment .hotel-booking-left dl.payment-card {
    clear: none;
    padding: 0;
    width: 40%;
}
.cart-list.chept2 .card-payment .hotel-booking-left dl.payment-card {
    padding-bottom: 67px;
}

.hotel-booking-left .hotel-booking-noti {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 582px;
}
.hotel-booking-left .hotel-booking-noti {
    background: url("../../images/site/icon-hotel-payment.gif") no-repeat scroll 22px -102px #F5F6F8;
    border-top: 1px solid #E9EAEF;
    color: #91949A;
    font-size: 11px;
    line-height: 18px;
    padding: 17px 0 14px 65px;
}
.hotel-booking-left .hotel-booking-noti big {
    color: #646872;
    display: block;
    font-size: 15px;
    font-weight: bold;
}
.cart-list.chept2 .card-payment .hotel-booking-left dd {
    padding-bottom: 10px;
}
.hotel-booking-left dd {
    clear: both;
    float: left;
    min-height: 39px;
    width: 100%;
}
.cart-list.chept2 .card-payment .hotel-booking-left dd label {
    display: block;
    float: none;
}
.hotel-booking-left dd label {
    color: #373D49;
    float: left;
    font-size: 12px;
    line-height: 22px;
    padding-top: 4px;
    width: 180px;
}
.cart-list.chept2 .card-payment .hotel-booking-left dd label b {
    color: #3077CE;
    font-size: 12px;
    font-weight: normal;
    position: relative;
    top: 2px;
}
.cart-list.chept2 .card-payment .hotel-booking-left dd input {
    margin-bottom: 0;
    width: 253px;
}
.hotel-booking-left dd input {
    border: 1px solid #D1D3D9;
    border-radius: 4px 4px 4px 4px;
    float: left;
    height: 17px;
    margin-bottom: 10px;
    padding: 5px;
    width: 250px;
}

.cart-list.chept2 .card-payment .card-back {
    height: auto;
    position: absolute;
    width: 400px;
    z-index: 3;
}

.card-back {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BABABA;
    border-radius: 3px 3px 3px 3px;
    display: none;
    height: 165px;
    left: 150px;
    padding: 0;
    position: absolute;
    width: 361px;
	z-index:9999;
}
.card-back dd a {
    background: url("../images/close_x.png") no-repeat scroll 100% 0 rgba(0, 0, 0, 0);
    display: block;
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 13px;
    text-indent: -1000em;
    top: 13px;
    width: 15px;
}
.payment-card a, .payment-personal a {
    color: #3A83C0;
    font-size: 12px;
    font-style: normal;
}
.wider .container.set_area {
    width: 940px;
}
.set_area #content {
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    float: right;
    min-height: 0;
    padding: 0;
    width: 75%;
}
.wider #content, .page-home #content {
    box-shadow: none;
    margin: 0;
    padding: 20px;
    width: 640px;
}
#content, .wrapper-content {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    padding: 20px;
	border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.set_area h2.ptit {
    border-bottom: 1px solid #EBECEF;
    color: #393D4D;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 53px;
    padding: 1px 0 0 24px;
}
.set_area .section.notification {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-left: 0 none;
    border-radius: 0 0 0 0;
    border-right: 0 none;
    border-top: 0 none;
    height: auto;
    margin: 0;
}
.set_area .section {
    border-bottom: 1px solid #EBECEF;
    clear: both;
    float: left;
    padding: 35px 0;
    width: 100%;
}
.notification {
    background: none repeat scroll 0 0 #FFF3C5;
    border: 1px solid #FFDE66;
    border-radius: 4px 4px 4px 4px;
    color: #937F38;
    height: 20px;
    margin: 0 0 10px;
    padding: 10px;
}
.set_area .section .stit {
    color: #393D4D;
    float: left;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 15px;
    padding-left: 25px;
}
.set_area .section .frm {
    float: right;
    margin-top: -15px;
	border:none;
    width: 72%;
}

.set_area .section.notification ul:last-child {
    padding-bottom: 0;
}
.set_area .section.notification ul {
    font-size: 13px;
    line-height: 24px;
    padding-bottom: 24px;
}
.set_area .section .frm input[type="checkbox"], .set_area .section .frm input[type="radio"] {
    margin-top: -4px;
    vertical-align: middle;
}
.set_area .section .frm .label {
    display: inline-block;
    font-weight: normal;
    line-height: 24px;
    padding: 0 26px 0 6px;
    width: auto;
}
.set_area .section .frm label {
    color: #393D4D;
    display: block;
    font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 17px 0 7px;
    width: 100%;
}
.set_area .btn-area {
    clear: both;
    float: right;
    padding: 19px 0 20px;
    width: 72%;
}
.set_area .pagination .btn-next, .set_area .pagination .btn-previous, .set_area .btn-save {
    background: -moz-linear-gradient(center top , #538CC4, #4781B9) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #396C9D;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 0 rgba(175, 207, 236, 0.2) inset, 0 1px 0 rgba(0, 0, 0, 0.11);
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    height: 32px;
	cursor:pointer;
    padding: 0 12px;
    text-shadow: 0 -1px 0 rgba(77, 123, 196, 0.75);
}
.set_area .pagination .btn-next:hover, .set_area .pagination .btn-previous:hover, .set_area .btn-save:hover {
    background: -moz-linear-gradient(center bottom , #508BC2, #5A94CA) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.set_area #sidebar {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    float: left;
    padding: 0;
    width: 23%;
}
.set_area .set_menu:first-child {
    border-top: 0 none;
}
.set_area .set_menu {
    border-top: 1px solid #EFF0F2;
    padding: 9px;
}
.set_area .set_menu dt {
    color: #4C4D51;
    font-size: 10px;
    font-weight: bold;
    padding: 8px 9px 9px 10px;
}
.set_area .set_menu dd {
    line-height: 30px;
	margin:0;
}
.set_area .set_menu dd a {
    color: #6C7077;
    display: block;
    font-size: 13px;
    padding: 0 10px;
}
.set_area .set_menu dd [class^="ic-"] {
    display: inline-block;
    height: 19px;
    margin-right: 1px;
    margin-top: -4px;
    vertical-align: middle;
    width: 18px;
}
.set_area .set_menu dd [class^="ic-"],
.set_area .btn-network-fb .ic,
.set_area .btn-network-in .ic,
.set_area .btn-network-gg .ic,
.set_area .btn-network-tw .ic,
.set_area .section .frm .photo-preview .ic-logo,
.set_area .section.privacy .frm .ic-lock,
.set_area #footer .footer-nav li.more i,
.set_area tbody td .ic-check,
.set_area .no-data .icon i,
.set_area .payment .btn-payment .ic-plus,
.popup.newcards-frm .ic-card,
.set_area .shipping .btn-shipping .ic-plus,
.set_area .simple tbody td .ic-wait,
.set_area .simple tbody td .ic-block,
.set_area .section.credit .tooltip small .ic-share {
	background-image:url(../images/settings.png);
	background-repeat: no-repeat;
	background-size:350px 300px;
}
.set_area .set_menu dd .ic-pre {
    background-position: -141px 0;
}
.set_area .set_menu dd .ic-pw {
    background-position: -182px 0;
}
.set_area .set_menu dd .ic-noti {
    background-position: -161px 0;
    left: -1px;
    position: relative;
    top: -1px;
}
.set_area .set_menu dd .ic-pur {
    background-position: -40px 0;
    position: relative;
    top: -1px;
}
.set_area .set_menu dd .ic-pay {
    background-position: -60px 0;
    left: -1px;
    position: relative;
}
.set_area .set_menu dd .ic-ship {
    background-position: -81px 0;
    left: -1px;
    position: relative;
}
.set_area .set_menu dd .ic-credit {
    background-position: -101px 0;
    left: -1px;
    position: relative;
}
.set_area .set_menu dd .ic-refer {
    background-position: -20px 0;
    left: -1px;
    margin-top: -5px;
    position: relative;
}
.set_area .set_menu dd .ic-invite {
    background-position: -121px 0;
    left: -1px;
    position: relative;
}
.set_area .set_menu dd .ic-sub {
    background-position: -203px 0;
    left: -1px;
    position: relative;
}
.set_area .set_menu dd .ic-group {
    background-position: -224px 0;
    left: -1px;
    position: relative;
}
.set_area .set_menu dd .ic-gift {
    background-position: -246px 0;
    left: -1px;
    position: relative;
}
.set_area .set_menu dd a {
    color: #6C7077;
    display: block;
    font-size: 13px;
    padding: 0 10px;
}
.set_area .set_menu dd a:hover {
    color: #393D4D;
    text-decoration: none;
}
.set_area .set_menu dd a.current {
    background: none repeat scroll 0 0 #F2F3F5;
    border-radius: 3px 3px 3px 3px;
    color: #393D4D;
    font-weight: bold;
}
.set_area .confirm-email {
    background: none repeat scroll 0 0 #FAF0CE;
    border-radius: 3px 3px 3px 3px;
    font-size: 13px;
    font-weight: bold;
    height: auto;
    line-height: 18px;
    margin: 20px 25px -3px;
    padding: 13px 15px;
}
.set_area .confirm-email p {
    color: #393D4D;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
	font-family:Arial, Helvetica, sans-serif;
    padding-bottom: 8px;
}
.set_area .section {
    border-bottom: 1px solid #EBECEF;
    clear: both;
    float: left;
    padding: 35px 0;
    width: 100%;
}
.set_area .section .frm input[type="text"], .set_area .section .frm input[type="password"], .set_area .section .frm textarea {
    background: none repeat scroll 0 0 #FEFEFE;
   	border:1px solid #D2D6DC;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    color: #393D4D;
    font-size: 13px;
    line-height: 19px;
    margin: 0;
    padding: 5px 7px;
    width: 256px;
}
.set_area .section .frm .comment {
    color: #92959C;
    display: block;
    font-size: 13px;
    line-height: 18px;
    padding: 6px 0 0;
	font-family:Arial, Helvetica, sans-serif;
}
.set_area .section .frm select#birthday_year, .set_area .section .frm select#birthday_day {
    background-position: 90% 50% !important;
    width: 70px;
}
.set_area .section .frm select#birthday_month {
    background-position: 95% 50% !important;
    width: 122px;
}
.set_area .section .frm select#birthday_year, .set_area .section .frm select#birthday_day {
    background-position: 90% 50% !important;
    width: 70px;
}
.set_area .section .frm .photo-preview {
    background: none repeat scroll 0 0 #E7E9EB;
    border-radius: 2px 2px 2px 2px;
    float: left;
    height: 130px;
    line-height: 130px;
    margin-bottom: 13px;
    margin-right: 20px;
    position: relative;
    text-align: center;
    width: 130px;
}
.set_area .section .frm .photo-func {
    float: left;
    position: relative;
}
.set_area .section .frm .photo-preview img {
    max-height: 130px;
    max-width: 130px;
    position: relative;
    vertical-align: middle;
    z-index: 2;
}
.set_area .section .frm .photo-func button {
    display: block;
    margin-bottom: 12px;
}
.set_area .btn-change, .set_area .btn-upload, .set_area .btn-import, .set_area .btn-network-in, .set_area .btn-network-fb, .set_area .btn-network-tw, .set_area .btn-network-gg {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: -moz-linear-gradient(center top , #FCFCFC, #F0F0F0) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #C1C1C1 #B4B4B4 #A3A3A3;
    border-image: none;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 #FCFCFC inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #393D4D;
    font-size: 13px;
    font-weight: bold;
    height: 32px;
    padding: 0 11px;
    text-shadow: 0 1px 0 #FFFFFF;
}
.set_area .section .frm .upload-file {
    display: none;
}

.set_area .section .frm .upload-file .description {
    color: #393D4D;
    padding: 20px 0;
    width: auto;
}
.set_area .section .frm .description {
    display: block;
    font-size: 13px;
    line-height: 18px;
    padding: 0 25px 10px 0;
}
.set_area .section .frm .upload-file .btn-cancel {
    margin-left: 9px;
}
.set_area .btn-delete, .set_area .btn-remove, .set_area .btn-cancel {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #30598C;
    font-size: 13px;
	cursor:pointer;
	background:none;
	border:none;
}
.set_area .section.network .frm li {
    border-bottom: 0 none;
    font-size: 13px;
    margin-bottom: -1px;
    padding-bottom: 0;
    width: 494px;
}
.set_area .switch {
    height: 28px;
    margin: 2px 0 7px;
}
.set_area .switch .btn-switchon {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #CFCFCF -moz-use-text-color #CFCFCF #CFCFCF;
    border-image: none;
    border-radius: 3px 0 0 3px;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    width: 48px;
	cursor:pointer;
}
.set_area .switch button {
    background: -moz-linear-gradient(center top , #FEFEFE, #F4F4F4) repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 1px 2px #FFFFFF inset;
    color: #929498;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 28px;
    text-shadow: 0 1px 0 #FFFFFF;
    width: 48px;
}
.set_area .switch .btn-switchoff.current {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: -moz-linear-gradient(center top , #D4D3D3, #F0EEEE) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #9C9B9B #B5B4B4 #C1C0C0 -moz-use-text-color;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset, 0 0 3px 0 rgba(0, 0, 0, 0.08) inset, 1px 0 0 0 rgba(0, 0, 0, 0.1) inset;
    color: #5E5F61;
}
.set_area .switch .btn-switchoff {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #CFCFCF #CFCFCF #CFCFCF -moz-use-text-color;
    border-image: none;
	cursor:pointer;
    border-radius: 0 3px 3px 0;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
}
.set_area .btn-area .btn-deactivate {
    float: right;
    margin: 1px 24px -1px 0;
	background:none;
	border:none;
	cursor:pointer;
}
.set_area .btn-deactivate {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #92969C;
    font-size: 13px;
    line-height: 32px;
    text-decoration: none;
}
.set_area .section.no-data {
    border: 0 none;
    min-height: 0;
    padding: 135px 0;
    text-align: center;
    width: 100%;
}
.set_area .section.no-data {
    border: 0 none;
    min-height: 0;
    padding: 135px 0;
    text-align: center;
    width: 100%;
}
.set_area .no-data .icon {
    border: 8px solid #E0E2E6;
    border-radius: 70px 70px 70px 70px;
    display: block;
    height: 124px;
    line-height: 124px;
    margin: 0 auto 28px;
    text-align: center;
    width: 124px;
}
.set_area .no-data .icon .ic-pur {
    background-position: -85px -175px;
    height: 72px;
    margin-top: -4px;
    width: 56px;
}
.set_area .no-data p {
    color: #B8BEC8;
    font-size: 20px;
    line-height: 30px;
}
.set_area .set_menu dd [class^="ic-"], .set_area .btn-network-fb .ic, .set_area .btn-network-in .ic, .set_area .btn-network-gg .ic, .set_area .btn-network-tw .ic, .set_area .section .frm .photo-preview .ic-logo, .set_area .section.privacy .frm .ic-lock, .set_area #footer .footer-nav li.more i, .set_area tbody td .ic-check, .set_area .no-data .icon i, .set_area .payment .btn-payment .ic-plus, .popup.newcards-frm .ic-card, .set_area .shipping .btn-shipping .ic-plus, .set_area .simple tbody td .ic-wait, .set_area .simple tbody td .ic-block, .set_area .section.credit .tooltip small .ic-share{
	background-image: url("../../images/settings.png");
    background-repeat: no-repeat;
    background-size: 350px 300px;
}
.set_area .no-data .icon i {
    display: inline-block;
    vertical-align: middle;
}
.set_area .no-data .icon .ic-gifts {
    background-position: 0 -175px;
    height: 72px;
    width: 72px;
}
.set_area .no-data p a {
    color: #828792;
    font-size: 13px;
    font-weight: bold;
    text-decoration: underline;
}
.set_area .no-data .icon .ic-sub {
    background-position: -235px -105px;
    height: 80px;
    width: 64px;
}
.set_area .no-data .icon .ic-ship {
    background-position: -55px -105px;
    height: 56px;
    width: 72px;
}
.set_area .payment .btn-payment, .set_area .shipping .btn-shipping {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: -moz-linear-gradient(center top , #F4F4F4, #E6E6E6) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #D8DADD #BBBDC0 #AAADB1;
    border-image: none;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
    color: #616468;
    font-size: 12px;
    font-weight: bold;
    height: 32px;
	margin:12px 0;
    padding: 0 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
}
.set_area .payment .btn-payment .ic-plus, .set_area .shipping .btn-shipping .ic-plus {
    background-position: -175px -50px;
    display: inline-block;
    height: 8px;
    margin: -3px 3px 0 0;
    vertical-align: middle;
    width: 8px;
}
button {
    cursor: pointer;
}
.set_area .section.gifts, .set_area .section.subscription, .set_area .section.purchases, .set_area .section.payment, .set_area .section.shipping, .set_area .section.referral, .set_area .section.credit, .set_area .section.giftcard {
    border: 0 none;
    min-height: 470px;
    padding: 25px;
    width: 770px;
}
.set_area .section {
    border-bottom: 1px solid #EBECEF;
    clear: both;
    float: left;
    padding: 35px 0;
    width: 100%;
}
.set_area .section.credit p.status {
    font-size: 15px;
    padding: 23px 0 35px;
    position: relative;
}
.set_area .section.credit p {
    color: #393D4D;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
}
.set_area .section.credit h3 {
    color: #393D4D;
    font-size: 15px;
    text-align: center;
}
.set_area .section.credit p {
    color: #393D4D;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
}
.set_area .section.credit .credit-step {
    border: 1px solid #E6E8EC;
    border-radius: 3px 3px 3px 3px;
    float: left;
    margin-top: 14px;
    padding: 5px 0 5px 5px;
    width: 770px;
}
.set_area .section.credit p.status b {
    color: #74B86E;
    font-size: 24px;
    line-height: 34px;
}
.set_area .section.credit .credit-step li {
    background: none repeat scroll 0 0 #F2F3F5;
    color: #686A72;
    float: left;
    font-size: 11px;
    line-height: 16px;
    margin-right: 5px;
    padding: 13px 13px 11px;
    width: 161px;
}
.set_area .section.credit .credit-step li b {
    color: #393D4D;
    display: block;
    font-size: 20px;
    line-height: 1em;
}
span.tooltip {
    color: #3A83C0;
    cursor: pointer;
    font-style: normal;
    position: relative;
}
.set_area .section.credit .tooltip small {
    color: #D9DBDE;
    font-size: 13px;
    line-height: 18px;
    margin-left: -96px;
    padding: 12px 16px 14px;
    text-align: left;
    width: 160px;
}
span.tooltip small {
    background: none repeat scroll 0 0 #333333;
    border-radius: 3px 3px 3px 3px;
    bottom: 23px;
    color: #FFFFFF;
    display: none;
    left: 50%;
    max-width: 250px;
    padding: 2px 5px;
    position: absolute;
}
.set_area .section.credit .credit-step li b {
    color: #393D4D;
    display: block;
    font-size: 20px;
    line-height: 1em;
}
.set_area .section.credit .tooltip small b {
    border-color: #333333 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.set_area .section.credit .tooltip small strong {
    color: #FFFFFF;
    line-height: 20px;
}
.set_area table.simple {
    width: 100%;
}
.set_area .simple thead th {
    color: #81858E;
    font-size: 12px;
    height: 28px;
    vertical-align: middle;
}
.set_area .simple tbody td.no-data {
    color: #393D4D;
    font-size: 18px;
    height: 75px;
    opacity: 0.5;
    padding-top: 35px;
    text-align: center;
}
.set_area .simple tbody td {
    border-top: 1px solid #EBECEF;
    font-size: 12px;
    height: 36px;
    vertical-align: middle;
}
.set_area .no-data .icon .ic-referral {
    background-position: -150px -180px;
    height: 64px;
    margin-top: -8px;
    width: 72px;
}
.set_area .no-data .icon .ic-card {
    background-position: -235px -190px;
    height: 60px;
    width: 72px;
}
.ship_txt
{
	background: none repeat scroll 0 0 #FFFFFF;
    border:1px solid #BBBBBB;
    color: #333;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    margin: 0 0 10px;
    width: 225px;
	padding:5px 0;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
#shippingAddForm label,#shippingEditForm label
{
	width:100%;
	float:left;
	margin:0 0 4px;
}
#seller_signup dd
{
	float:left; width:100%;
}
#seller_signup label
{
	float:left; width:30%;
	margin:4px 0;
	padding:0 !important;
}

.stream {
    float: left;
    width: 1040px;
}

.stream li {
    margin-bottom: 20px;
}
.stream li {
    float: left;
    margin:0px 0 40px 45px;
}
.stream li {
    display: inline-block;
    min-height: 0;
    overflow: hidden;
    position: static;
    vertical-align: top;
}
.stream li {
    min-height: 70px;
    position: relative;
	text-align:center;
}

.stream .figure-product-new.mini figure {
    height: 207px;
	width: 207px;
}
.stream li figcaption{
	color:#373D48;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-overflow:ellipsis;
}
.notify-list {
    font-size: 13px;
	float:left;
    margin-bottom: 20px;
	width:100%;
}
.notify-list li{float:left; min-height:40px; margin:15px 0; width:100% !important;}
.notify-list li a{
	
	margin-right:10px;
}
.notify-list li p{
	float:left !important;
	width:70% !important;
}

.notify-list .notification-item .activity-reply, .notify-list .notification-item .activity-reply .btn-reply {
    color: #9DA1A9;
    font-size: 13px;
}
.title{float:left; width:100%;}
.feed-notification
{
	float:left;
	margin-top:5px !important;
	padding:0 !important;
	width:250px;
}
.feed-notification
{
	float:left;
	width:260px !important; 
	position:absolute;
	left:-141px;
	margin-left: 0px !important;
	margin-top: -6px !important;
	cursor: text;
}
.feed-notification li a:hover
{
	background:none !important;
}
.feed-notification li a img:hover
{
	background:none !important;
}

.feed-notification li
{
	float:left !important;
	color:#000 !important;
	font-size:12px !important;
	font-family:Arial, Helvetica, sans-serif !important;
	margin:5px 0;
	width:100%;
}
.feed-notification li a
{
	width:auto !important;
	float:left;
	color:#000 !important;
}
.feed_navgation
{
	float:left;
	width:165px !important; 
	position:absolute;
	left:-90px;
	margin-left: 0px !important;
	margin-top: 45px !important;
	cursor: text;
}
.feed_navgation li a{
	width:125px !important;
}
.photo1
{
	float:left !important;
	width:30px !important;
	height:30px !important;
}
.thing
{
	float:right !important;
	width:30px !important;
	height:30px !important;
}
.photo:hover,.thing:hover,.one:hover{background:none !important}
.one a:hover{background:none !important}


#activity-feed-tabs
{
	width:100%;
	float:left;
}
.activity-feed-products-container{
	float:left;
	width:100%;
}
.tabs .nav-basic-tab, #activity-feed-tabs .nav-basic-tab, .tabs .nav-high-tab, #activity-feed-tabs .nav-high-tab {
    float: left;
}
.tabs .nav-basic-tab, #activity-feed-tabs .nav-basic-tab, .tabs .nav-high-tab, #activity-feed-tabs .nav-high-tab {
    float: left;
}
.tabs li, #activity-feed-tabs li {
    border: medium none;
	background:#FFF;
}
.tabs li a, #activity-feed-tabs li a {
    border: medium none;
    display: inline-block;
    font-size: 20px;
	color:#333;
    font-weight: bold;
    padding: 20px;
    text-transform: none;
    vertical-align: middle;
    width: 115px;
}
#activity-feed-nav {
    float: right;
    padding-top: 11px;
}
#activity-feed-tabs .publish-story-button {
    float: right;
}
#activity-feed-nav .wb-primary {
    background-color: #61C1EE;
}
#activity-feed-nav a {
    font-size: 14px;
    font-weight: 700;
    margin-left: 6px;
    padding:9px 20px 8px;
}
.small.button {
    font-size: 11px;
    padding: 8px 20px 10px;
    width: auto;
}
.wb-primary {
    background-color: #0097D8;
}
.clearfix {
    clear: both;
}
.activity-feed {
    float: left;
    margin-right: 18px;
    width: 71%;
}
.new-activity-feed-alert {
    display: none;
    margin-top: -10px;
    position: fixed;
    text-align: center;
    top: 75px;
    width: inherit;
    z-index: 999;
}
.activity-feed-item {
   	background-color: #FFFFFF;
    float: left;
    margin-bottom: 10px;
    padding: 30px 30px 10px;
    width: 93%;
}
.alert-item:before, .alert-item:after {
    content: "";
    display: table;
    line-height: 0;
}
.alert-item:after {
    clear: both;
}
.alert-item:before, .alert-item:after {
    content: "";
    display: table;
    line-height: 0;
}
.activity-feed-item .alert-item {
    width: auto;
}
.alert-item {
    font-size: 14px;
    width: 640px;
}
.alert-item .alerts-picture {
    float: left;
    margin-right: 20px;
}
.alert-item .alerts-info {
    float: left;
    width: 100%;
}
.alert-item {
    font-size: 14px;
}
.alert-item .alerts-info a {
    color: #0097D8;
    text-decoration: none;
}
.alert-item .alerts-info .follow-text {
    color: #CCCCCC;
    font-weight: lighter;
}
.alert-item .alerts-info .alerts-date {
    color: #CCCCCC;
    display: inline-block;
    font-size: 12px;
}
abbr.timeago {
    border-width: 0;
    cursor: auto;
    text-decoration: none;
	font-family: 'helveticaneueltstd-ltcn';
	font-style:12px;
	text-shadow: 0 1px 0 #FFFFFF;
	color:#C55500;
}
.alert-item .alerts-info .delete:before {
    content: "�";
}
.alert-item .alerts-info .delete {
    color: #CCCCCC;
    display: inline-block;
    font-size: 12px;
}
.alert-item .alerts-info .delete a {
    color: #CCCCCC;
}
.alert-item .alerts-info a {
    color: #0097D8;
    text-decoration: none;
}
.activity-feed-item .alert-item-body {
    font-size: 14px;
    margin-bottom: 10px;
    padding-top: 20px;
    word-wrap: break-word;
}
.activity-feed-products-container .activity-feed-sub-image {
    float: left;
    margin-right: 20px;
}
.products-thumbnails:before, .products-thumbnails:after {
    content: "";
    display: table;
    line-height: 0;
}
.products-thumbnails:after {
    clear: both;
}
.products-thumbnails:before, .products-thumbnails:after {
    content: "";
    display: table;
    line-height: 0;
}
.products-thumbnails {
    margin: 0 auto;
    padding: 0;
    text-align: left;
}
.activity-feed-products-container .activity-feed-product.enhanced {
    width: 305px;
}
.activity-feed-products-container .activity-feed-product {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 200px;
}
.activity-feed-products-container .activity-feed-product.enhanced a.activity-feed-products-link {
    height: 305px;
    width: 305px;
}
.activity-feed-products-container .activity-feed-product a.activity-feed-products-link.product-thumbnail {
    margin-left: 0;
}
.products-thumbnails .product-thumbnail {
    cursor: pointer;
    display: block;
    height: 200px;
    padding: 0;
    position: relative;
    text-decoration: none;
    width: 200px;
}
.activity-feed-products-container .activity-feed-product.enhanced img {
    height: 305px;
    width: 305px !important;
}
.activity-feed-products-container .activity-feed-story-item-links {
    float: left;
    width: 100%;
}
.wnl-hidden {
    display: none !important;
}
.activity-feed-products-container .activity-feed-story-item-links a {
    color: #777777;
    font-weight: bold;
}
.likes .likes-liked-this {
    color: #AAAAAA;
}
.embed-story-container {
    margin-right: 20px;
}
.pull-right {
    float: right;
}
.pull-right {
    float: right;
}

.activity-feed-story-item-comments .comments-show-more-btn {
    margin-right: 20px;
}
.comments-show-more-btn {
    border-top: 1px solid #F2F2F2;
    margin: 10px 0;
}
.comments {
    clear: both;
}
.activity-feed-story-item-comments .submit-comment {
    margin-bottom: 0;
    padding-bottom: 10px;
	width:100%;
}
.submit-comment {
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.activity-feed-story-item-comments .new_comment {
    width: 750px;
}
.submit-comment form {
    margin-bottom: 0;
}
.activity-feed-story-item-comments .submit-comment-form-body {
    float: left;
	width:460px;
}
.submit-comment-form-body {
    margin-right: 10px;
    position: relative;
}
body.signed-in .submit-comment-avatar {
    display: block;
}
.activity-feed-story-item-comments .submit-comment-avatar {
    margin-right: 10px;
	float:left;
}

.activity-feed-story-item-comments .submit-comment-textarea-container {
    margin-left: 0;
	float:left;
}
.submit-comment-textarea-container {
    float: left;
    margin-left: 10px;
	width:100%;
}
body.signed-in .activity-feed-story-item-comments .submit-comment-form-body .submit-comment-textarea {
    width: 428px;
}
.submit-comment-form-actions {
    float: left;
}
input.large.button[type="submit"] {
    padding: 12px 30px;
}
.story_txt
{
	background: none repeat scroll 0 0 #F2F2F2;
    border: medium none;
    float: left;
    height: 22px;
    padding: 14px;
    width:94%;
}
.activity-feed-suggestions {
    display: inline-block;
    width: 27.2%;
}
.suggestion-strips {
    background-color: #FFFFFF;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 25px 30px 0;
}
.suggestion-strips .header:before, .suggestion-strips .header:after {
    content: "";
    display: table;
    line-height: 0;
}
.suggestion-strips .header:after {
    clear: both;
}
.suggestion-strips .header:before, .suggestion-strips .header:after {
    content: "";
    display: table;
    line-height: 0;
}
.suggestion-strips .header {
    margin-bottom: 30px;
}
.suggestion-strips .header .suggestions-view-all {
    margin-left: 10px;
	float:left;
	margin-top:15px;
}
.suggestion-strip-container {
    height: 127px;
    padding-bottom: 30px;
    width: 100%;
}.suggestion-strips {
    font-size: 14px;
}
.suggestion-strip {
    width: 100%;
}
.suggestion-strip .suggestion-strip-description .preview-strip-description-avatar {
    float: left;
    margin-right: 8px;
}
.suggestion-strip .suggestion-strip-description .name {
    color: #646464;
    font-weight: bold;
}
.suggestion-strip .suggestion-strip-products {
    margin-top: 10px;
}
.suggestion-strip .suggestion-strip-products a {
    margin-right: 6px;
}
.suggestion-strip .suggestion-strip-products a img {
    max-width: 72px;
    width: 72px;
}
.header h4
{
	float:left;
	 width:60%;
}
.product_main_thumb1{
	float:left;
	width:100%;
}
.product_main_thumb1 li{
	float:left;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    min-height:300px;
    position: relative;
    width:41%;
}
.product_main_thumb1 li a{
    cursor: pointer;
    display: block;
    height: 300px;
    padding: 0;
    position: relative;
    text-decoration: none;
    width: 100%;
}
.deal_tag1{
	float:left;
	padding:5px;
	width:95%;
}
.tag1{
	float:left;
	width:80px;
	height:47px;
	background:#F6C415;
	cursor:pointer;
}
.tag1 strong{
	display:inline-block;
	text-align:center;
	color:#FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing:1px;
	line-height:17px;
	font-size:17px;
	width:100%;
	text-transform:uppercase;
	padding-top:7px;
}
.tag1 span{
	display:inline-block;
	text-align:center;
	color:#FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing:1px;
	font-size:12px;
	width:100%;
}
.save1{
	float:right;
	width:80px;
	height:47px;
	cursor:pointer;
	background:#0097D8;
}
.save1 strong{
	display:inline-block;
	text-align:center;
	color:#FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing:1px;
	line-height:17px;
	font-size:17px;
	width:100%;
	text-transform:uppercase;
	padding-top:7px;
}
.save1 span{
	display:inline-block;
	text-align:center;
	color:#FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing:1px;
	font-size:12px;
	width:100%;
}
.deal_tag_title1{
	background:url(../../images/hover_transparent.png) repeat;
	padding:9px;
	width:93%;
	float:left;
	margin-top:156px;
}
.deal_tag_title1 h2 a{
	color:#FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	float:left;
	font-size:14px;
	line-height:18px;
	text-transform:uppercase;
	margin-bottom:2px;
	letter-spacing:1px;
	height:auto;
}
.deal_tag_title1 p{
	color:#FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	float:left;
	font-size:13px;
	line-height:18px;
	letter-spacing:1px;
}
.deal_tag_title1 p a{
	color:#FFFFFF;
	text-decoration:none;
	display:inline !important;
}
.deal_tag_title1 p a:hover{
	text-decoration:underline;
}
.deal_tag_title1 p span{
	color:#FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size:13px;
	line-height:18px;
	letter-spacing:1px;
}
.product_main_thumb1 li img
{
	max-width:354px;
	max-height:354px;
}

.select-list
{
	float:left;
	width:80%;
	margin:20px 0 0;
	border:1px solid #BBBBBB;
	cursor:pointer;
	color:#000;
	font-size:12px;
	background:url("../../images/arrow.png") no-repeat scroll right 10px center #FFFFFF;
	height:30px;
}
.select-list-inner
{
	float:left;
	width:75%;
	display:none;
	border:1px solid #BBBBBB;
	-webkit-box-shadow:0px 0px 5px 1px #BBBBBB;
   -moz-box-shadow:0px 0px 5px 1px #BBBBBB;
   box-shadow:0px 0px 5px 1px #BBBBBB;
}
.select-list-inner ul
{
	float:left;
	width:100%;
}
.select-list-inner ul li
{
	float:left;
	width:100%;
}
.select-list-inner ul li a
{
	float:left;
	color:#777;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px;
}
.select-list-inner1
{
	float:left;
	margin:0 0 30px;
	width:100%;
	position:absolute;
	-webkit-box-shadow:1px 1px 3px 0 #BBBBBB;
   -moz-box-shadow:1px 1px 3px 0 #BBBBBB;
   box-shadow:1px 1px 3px 0 #BBBBBB;
   background:#FFF;
   z-index:9999;
}
#showlist2{
	display:none;
}
.select-list-inner11 ul
{
	float:left;
	width:100%;
}
.select-list-inner1 ul li
{
	float:left;
	width:100%;
}
.select-list-inner1 ul li a
{
	float:left;
	color:#777;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px;
}
.stories-new-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.stories-new-header {
    margin-bottom: 20px;
}
.control-group {
    margin-bottom: 10px;
}
.stories-new-form textarea {
    background-color: #F2F2F2;
    border: 0 none;
    color: #777777;
    font-size: 16px;
    height: 60px;
    padding: 20px;
    width: 580px;
}
.products-add-form-description input, textarea, select, .uneditable-input {
    margin-bottom: 10px;
}
.stories-new-form .stories-new-product-add {
    float: left;
    margin-bottom: 10px;
}
.stories-new-form .stories-new-product-add a {
    background-color: #F2F2F2;
    border: 1px solid #CCCCCC;
    color: #AAAAAA;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 198px;
    text-align: center;
    width: 198px;
}
.stories-new-form .stories-new-product-add .image-plus {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyAQMAAAAk8RryAAAABlBMVEX///+7u7vHS9/4AAAAAXRSTlMAQObYZgAAABpJREFUeAFjYGCQ/wckBh39HwwO0IoerP4GADFWewftxrGGAAAAAElFTkSuQmCC") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 50px;
    margin: 55px auto 14px;
    width: 50px;
}
.stories-new-form .stories-new-share {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
    overflow: hidden;
    width: 100%;
}
.stories-new-form .stories-new-share .facebook {
    border-right: medium none;
    width: 309px;
}
.stories-new-form .stories-new-share .facebook, .stories-new-form .stories-new-share .twitter {
    border: 1px solid #CCCCCC;
    float: left;
}
.stories-new-form .stories-new-share .facebook a, .stories-new-form .stories-new-share .twitter a {
    background-color: #F2F2F2;
    color: #333333;
    display: block;
    padding: 12px 17px;
}
.stories-new-form .stories-new-share .facebook .round-selector, .stories-new-form .stories-new-share .twitter .round-selector {
    background-color: #CCCCCC;
	background-image:url(../../images/tick.png);
	background-repeat:no-repeat;
	background-position:center;
    border-radius: 30px 30px 30px 30px;
    display: block;
    height: 24px;
    padding-left: 6px;
    padding-top: 6px;
    transition: background-color 300ms ease-in-out 0s;
    width: 24px;
}
.stories-new-form .stories-new-share .stories-new-share-icon {
    float: right;
    margin-top: -4px;
}
.stories-new-form .stories-new-form-submit {
    margin-top: 20px;
}
.centered {
    text-align: center;
}
.control-group {
    margin-bottom: 10px;
}
.stories-new-form .stories-new-form-submit input.button.large {
    padding-left: 60px;
    padding-right: 60px;
}
.stories-new-form .stories-new-share .twitter {
    width: 308px;
}
.stories-new-form .stories-new-share .facebook, .stories-new-form .stories-new-share .twitter {
    border: 1px solid #CCCCCC;
    float: left;
}
.stories-new-form .stories-new-share .facebook a, .stories-new-form .stories-new-share .twitter a {
    background-color: #F2F2F2;
    color: #333333;
    display: block;
    padding: 12px 17px;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus{
	    border-color: rgba(82, 168, 236, 0.8);
    outline: 0 none;
}
#stories-product-selector-modal {
    margin-left: -430px;
    margin-top: 0;
    min-height: 600px;
    padding-right: 0;
    top: 50px;
    width: 860px;
}
.modal {
    background-color: #FEFEFE;
    border: medium none;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    left: 50%;
    margin-left: -361px;
    margin-top: -200.404px;
    padding: 20px;
    position: fixed;
    top: 50%;
    width: 680px;
}
.modal {
    background-clip: padding-box;
    background-color: #FFFFFF;
    left: 50%;
    margin: -250px 0 0 -280px;
    overflow: auto;
    position: fixed;
    top: 50%;
    width: 560px;
    z-index: 1050;
}
.modal .modal-body {
    padding: 0;
    position: relative;
}
.modal-body {
    max-height: none;
    overflow: visible;
}
.modal-body {
    max-height: 400px;
    padding: 15px;
}
#stories-product-selector-modal .close {
    right: 15px;
    top: -24px;
}
.modal .close {
    color: #AAAAAA;
    font-size: 25px;
    font-weight: normal;
    line-height: 30px;
    opacity: 1;
    position: absolute;
    right: 0;
    top: -15px;
    z-index: 1000;
}

#stories-product-selector-modal .stories-collection-selection {
    margin: 0 30px 20px 0;
}
.products-select-collection {
    font-size: 15px;
	position:relative;
}
.products-select-collection .products-selected-collection-name-container {
    background-color: #F2F2F2;
    border: medium none;
    color: #777777;
    font-family: "Helvetica Neue",Arial,Verdana,sans-serif;
    font-size: 18px;
    letter-spacing: 0;
    padding: 20px 0;
    text-align: left;
    text-transform: none;
    width: 100%;
	float:left;
	margin-bottom:10px;
}
.wb-light {
    background-color: #F2F2F2;
    color: #000000;
}
.products-select-collection .products-selected-collection-name-container .products-selected-collection-name {
    background: url("../../images/arrow.png") no-repeat scroll right 2px rgba(0, 0, 0, 0);
    float: left;
    font-weight: bold;
    width: 96%;px;
}
.icon-chevron-down:before {
	float:right;
}
.products-select-collection .products-collection-dropdown {
    position: relative;
}
.products-select-collection .products-collection-dropdown .dropdown-menu {
    border: 0 none;
    border-radius: 0 0 0 0;
    padding-bottom: 0;
    width: 100%;
}
.products-select-collection .products-collection-dropdown > div {
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
}
.modal-open .dropdown-menu {
    z-index: 2050;
}
.dropdown-menu {
    margin-top: 1px;
}
.dropdown-menu {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    left: 0;
    list-style: none outside none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}
.products-select-collection .products-collection-dropdown > div ul {
    list-style-type: none;
    margin: 0;
    max-height: 270px;
    overflow-y: scroll;
    text-align: left;
}
.products-select-collection .products-collection-dropdown > div ul a {
    color: #777777;
    padding: 6px 5px 6px 20px;
}
.dropdown-menu a {
    clear: both;
    color: #333333;
    display: block;
    font-weight: normal;
    line-height: 20px;
    padding: 3px 20px;
    white-space: nowrap;
}
.products-select-collection .products-collection-dropdown > div ul .gifts-collection {
    position: relative;
}
.products-select-collection .products-collection-dropdown > div ul {
    list-style-type: none;
    margin: 0;
    max-height: 270px;
    overflow-y: scroll;
    text-align: left;
}
.products-collections li:hover{background:#F2F2F2; cursor:pointer;}
.stories-product-selector-products .stories-new-save {
    cursor: pointer;
    float: left;
    padding-bottom: 10px;
    padding-right: 10px;
    position: relative;
}
#stories-product-selector-modal .stories-new-save .stories-new-icon {
    bottom: 15px;
    right: 15px;
    top: auto;
}
#stories-product-selector-modal .stories-new-save .round-selector {
    animation-direction: alternate;
    animation-duration: 300ms;
    animation-name: rounded-selector-pulse-in;
    animation-play-state: running;
    animation-timing-function: ease-out;
    background-color: #CCCCCC;
    border-radius: 30px 30px 30px 30px;
    display: block;
    height: 24px;
    padding-left: 6px;
    padding-top: 6px;
    transition: background-color 300ms ease-in-out 0s;
    width: 24px;
}
.stories-product-selector-products .stories-new-save .stories-new-icon {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top:150px;
}
.stories-product-selector-products .stories-new-save .round-selector {
    animation-direction: alternate;
    animation-duration: 300ms;
    animation-name: rounded-selector-pulse-in;
    animation-play-state: running;
    animation-timing-function: ease-out;
    background-color: #CCCCCC;
    border-radius: 30px 30px 30px 30px;
    display: block;
    height: 24px;
    padding-left: 6px;
    padding-top: 6px;
	background-image:url(../../images/tick.png);
	background-repeat:no-repeat;
	background-position:center;
    transition: background-color 300ms ease-in-out 0s;
    width: 24px;
}
.icon-ok:before {
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    display: inline-block;
    text-decoration: inherit;
}
#stories-product-selector-modal .stories-new-save .stories-new-icon .icon-ok {
    display: inline-block;
}
#stories-product-selector-modal .stories-new-save .round-selector i {
    color: #FFFFFF;
    font-size: 18px;
}
.stories-product-selector-products .stories-new-save .stories-new-icon .icon-ok {
    display: none;
}

#stories-product-selector-modal .stories-new-save.active .round-selector {
    animation-duration: 300ms;
    animation-name: rounded-selector-pulse-out;
    animation-play-state: running;
    animation-timing-function: ease-out;
    background-color: #9DDDF4;
}
.selector-active
{
	background-color:#9DDDF4 !important;
	background-image:url("../../images/tick.png");
	background-repeat:no-repeat;
	background-position:center center;
}
.error{
	float:left !important;
	color:#FF0000 !important;
	
}
.add-1, .add-2 {
    margin: 30px 0 0;
    padding: 0 0 14px;
}
.add-1 h1, .add-2 h1 {
    color: #373D48;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    margin: 0 0 15px;
    padding: 2px 20px 16px 0;
    text-align: center;
}
.add-2 .pic_preview {
    float: left;
    overflow: hidden;
    padding: 4px 0 0;
	margin:0 30px 0 50px;
	border:none;
    width: 200px;
}
.add-2 .pic_preview input[type="file"] {
    width: 200px;
}
.add-1 button, .add-2 .upload {
    background: none repeat scroll 0 0 #4380C9;
    border: 0 none;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0 0;
    padding: 5px 10px;
    text-decoration: none;
    white-space: nowrap;
}
.add-2 .add-form {
    float: left;
    padding: 0 0 6px;
    width: 420px;
	border:none;
}
.add-2 form ul {
    margin: 0 0 5px;
}.add-2 form li {
    padding: 0 0 15px;
}
.add-2 form label {
    color: #373D48;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    padding: 0 0 6px;
}

.add-2 form .text {
    margin: 0;
    width: 408px;
}
.add-2 form textarea {
    height: 70px;
}
.add-2 form label em, .page-deal-create label em {
    color: #8A8F9C;
    font-style: normal;
    font-weight: normal;
}
.add-2 form select {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("../../images/site/common/jquery.selectBox-arrow.gif") no-repeat scroll 98% center #FFFFFF;
    border-color: #8A8F9C #B4B9C7 #B4B9C7;
    border-image: none;
    border-radius: 0 0 0 0;
    border-right: 1px solid #B4B9C7;
    border-style: solid;
    border-width: 1px;
    font-size: 15px;
    height: 40px;
    padding: 8px 10px;
    width: 420px;
}
.add-2 form .button {
    background: none repeat scroll 0 0 #588CC7;
    border: 0 none;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    line-height: 22px;
    margin: 0;
    overflow: visible;
    padding: 8px 8px 10px 7px;
    text-align: center;
    width: 95px;
}

.mobile-detail{
	display:none;	
}
.notify{
	float:left;
	width:100%;
}


.post_btn1 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
	
	background-color:#E77026;
 		 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E77026, endColorstr=#8C4319);
		 background-image:-moz-linear-gradient(top, #E77026 0%, #8C4319 100%);
 		 background-image:-webkit-linear-gradient(top, #E77026 0%, #8C4319 100%);
 		 background-image:-ms-linear-gradient(top, #E77026 0%, #8C4319 100%);
 		 background-image:linear-gradient(top, #E77026 0%, #8C4319 100%);
 		 background-image:-o-linear-gradient(top, #E77026 0%, #8C4319 100%);
 		 background-image:-webkit-gradient(linear, right top, right bottom, color-stop(0%,#E77026), color-stop(100%,#8C4319));
	
    border-image: none;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 1px #FFD8B4 inset, 0 2px 4px rgba(0, 0, 0, 0.25), 0 0 20px rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
    font-family: museo-sans,sans-serif;
    font-size: 18px !important;
    font-weight: 400;
    padding:11px 40px;
    position: relative;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	float:left;
	cursor:pointer;
	margin:6px 0 0 10px;
}
.post_btn1:hover{
	background:#2B5D33;
}

.tweet_comments_links1 {
    background: none repeat scroll 0 0 #F2F2F2;
    border: medium none;
    color: #777777;
    float: left;
    height: 28px;
    margin-top: 6px;
    padding: 10px;
    width: 370px;
}
