
/*******Messages*******/

.errorContainer{
	float:left;
	margin:5px 0px;
	border:1px solid #DF0505;
	background: url(../images/error_msg.png) no-repeat scroll 9px #FDE4E1;
	width:99.5%;
	height:40px;
}
#validationErr{
	float:left;
	margin:5px 0px;
	border:1px solid #DF0505;
	background-color: #FDE4E1;
	color:#DF0505;
	padding-left: 10%;
	width:89.5%;
}
.errorContainer span{
	float:left;
	padding-left:50px;
	color:#DF0505;
	font-weight:bold;
	line-height:38px;
	font-size:13px;
}
#message-green{
	float:left;
	margin:5px 0px;
	border:1px solid #64a71c;
	background: url(../images/success.png) no-repeat scroll 9px #DDEACF;
	width:99.5%;
	height:40px;
}
#message-green span{
	float:left;
	padding-left:50px;
	color:#64a71c;
	font-weight:bold;
	line-height:38px;
	font-size:13px;
}

/*********************/

.login_form, .forgot_pass{
	float:left;
	width:100%;
}

/***********************/
/*   Checkbox Style   */
/**********************/
.checkboxCon{
	 background-image: url("../images/sprite.png");
	 background-position: -38px -260px;
	 background-repeat: no-repeat;
	 float: left;
	 height: 19px;
	 margin-left: 40%;
	 width: 19px;
}
.checkboxCon input{
	opacity:0;
}



/******************Category View*************************************/

.cateogryView { width:100%; float:left; border: 1px solid #000000; min-height:500px;} 

.maincat { margin:10px 0px 5px 20px; float:left; width:60%;height:25px;} 
.mainview {margin:10px 0px 5px 20px;float:right; width:25%;height:25px;} 
.view_cat { vertical-align:top;}

.subcat1 { margin:10px 0px 5px 35px; float:left; width:68%;height:25px;} 
.subview1 {margin:10px 0px 5px 35px; float:right; width:25%;height:25px;} 

.subcat2 { margin:10px 0px 5px 50px; float:left; width:65%;height:25px;} 
.subview2 {margin:10px 0px 5px 50px; float:right; width:25%;height:25px;} 


.subcat3 { margin:10px 0px 5px 65px; float:left; width:63%;height:25px;} 
.subview3 {margin:10px 0px 5px 65px; float:right; width:25%;height:25px;} 


.subcat4 { margin:10px 0px 5px 80px; float:left; width:63%;height:25px;} 
.subview4 {margin:10px 0px 5px 80px; float:right; width:25%;height:25px;} 


.subcat5 { margin:10px 0px 5px 70px; float:left; width:61%;height:25px;} 
.subview5 {margin:10px 0px 5px 70px; float:right; width:25%;height:25px;} 


.subcat6 { margin:10px 0px 5px 80px; float:left; width:59%;height:25px;} 
.subview6 {margin:10px 0px 5px 80px; float:right; width:25%;height:25px;} 

.cat1 { margin:10px 0px 5px 10px; float:left; width:100%} 
.cat2 { margin:10px 0px 5px 20px; float:left; width:100%} 
.cat3 { margin:10px 0px 5px 30px; float:left; width:100%} 
.cat4 { margin:10px 0px 5px 40px; float:left; width:100%} 
.cat5 { margin:10px 0px 5px 50px; float:left; width:100%} 

.posView{
	float: left;
	width: 10%;
	height: 25px;
	margin: 8px 0 0 0;
}
.posView input{
	float: left;
	width: 20%;
	text-align: center;
}
.posView a, .posView img{
	float: left;
	margin-left: 5px;
	margin-top: 8px;
	font-size: 10px;
}
/******************************Coupon Codes*****************************************/

.dashboard_box_large1 {
	 background-color: #FFFFFF;
	 border: 1px solid #999999;
	 position: relative;
	width:400px; height:200px; overflow:scroll;
}
.dashboard_box_large1:hover{
background-color:#EEEEEE;
box-shadow: 0px 0px 8px 0px #000000;
cursor:pointer;

}

.dashboard_box_large1 span {
	 clear: both;
	 display: block;
	 width: 100%;
	float:left;
}
.dashboard_box_large1 .cat1 { margin:5px;} 

.dashboard_box_large1 li {
	float: right;
	 color: #005C9C;
	margin-top:3px;
	margin-left:5px;
	 font-weight: bold; list-style:none;
	 
}

/***************************** Show & Hide Menu ****************************************/

.sidebar-hide { 
	background:url(../images/details_open.png) left no-repeat;
	border: 1px solid #FFFFFF;
	 box-shadow: 0 0 18px 0 #000000;
	 color: #FFFFFF;
	 cursor: pointer;
	 float: left;
	 font-size: 13px;
	 font-weight: bold;
	 height: 20px;
	 padding: 3px 0 0 12px;
	 width: 89px;
}
.sidebar-show {
	background:url(../images/details_close.png) left no-repeat;
	border: 1px solid #FFFFFF;
	 box-shadow: 0 0 18px 0 #000000;
	 color: #FFFFFF;
	 cursor: pointer;
	 float: left;
	 font-size: 13px;
	 font-weight: bold;
	 height: 20px;
	 padding: 3px 0 0 12px;
	 width: 89px;
}

/*********Action Link************/

.action_link a{
	background: url("../images/sprite-icons/icons-a.png") no-repeat scroll 0 0 #FFFFFF;
	 border: 1px solid #CCCCCC;
	 border-radius: 3px 3px 3px 3px;
	 color: #666666;
	 display: inline-block;
	 font-size: 11px;
	 height: 20px;
	 line-height: 20px;
	 margin-right: 3px;
	 padding: 0 10px;
}

/******Attribute Style*********/

#AttributeView{
	 background-color: #F3F3F3;
	 border: 1px solid #E0E0E0;
	 float: left;
	 width: 100%;
	 padding-bottom:20px;
}
.attrInput input{
	border: 1px solid #D8D8D8;
	 color: #444444;
	 font-family: Arial,Helvetica,sans-serif;
	 font-size: 12px;
	 padding: 5px 2px;
	 transition: all 0.25s ease-in-out 0s;
	 width: 100%;
}

/*************Image Table**********/
#image_tbl tr{
	background: url("../images/dot.png") repeat-x scroll center top transparent;
	 border-top: 1px solid #E8E8E8;
}

/************Notify Email************/
.notify-default {
	background: #2d313c;
	text-align: left;
	color: #9498a1;
	padding: 11px 0 2px;
	box-shadow: inset 0 -1px 3px rgba(0,0,0,0.15),0 1px 0 rgba(145,152,164,0.08);
}
.inner {
	position: relative;
	width: 940px;
	margin: 0 auto;
	padding: 0;
	overflow: visible;
}
.notify-default a {
color: #fff;
font-weight: bold;
}

/*************Notifications*************/
.notify-default a {
	color: #fff;
	font-weight: bold;
}
#navigation-test .feed-notification li {
	line-height: 16px;
	font-size: 12px;
}
#navigation-test .feed-notification li .photo {
	display: block;
}
#navigation-test .feed-notification li .thing {
	float: right;
	width: 50px;
	height: 50px;
	margin-left: 10px;
}
#navigation-test .moreFeed {
	clear: both;
	display: block;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #435d89;
	line-height: 33px;
	padding: 0 10px;
	white-space: nowrap;
}
#navigation-test .moreFeed:hover{
	color: #435d89;
	text-decoration:underline;
}

/*******Review Page*****************/

.review_top{
	float: left;
	width: 100%;
	margin: 20px 0;
}
.review_top .fl{
	float:left;
}
.review_top .fr{
	float:right;
}
.review_top span.r_left{
	font-weight: bold;
	margin: 0 10px 0 25px;
}
.review_hr{
	float: left;
	width: 100%;
	height: 1px;
	background-color: #DCDCDC;
	display:block;
}
/***********Seller Profile************/

.seller_story{
	float: left;
	width: 90%;
	padding: 5%;
	line-height: 1.8;
	text-align: left;
}

/*********Seller details in product detail page***************/

.selstory-head{
	float: none;
	padding: 5px 19px;
	background: rgb(226, 226, 226);
	width: auto;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.08),0 0 2px rgba(0,0,0,0.06),0 0 0 1px rgba(0,0,0,0.04),0 -1px 0 0 rgba(0,0,0,0.05);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.08),0 0 2px rgba(0,0,0,0.06),0 0 0 1px rgba(0,0,0,0.04),0 -1px 0 0 rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.08),0 0 2px rgba(0,0,0,0.06),0 0 0 1px rgba(0,0,0,0.04),0 -1px 0 0 rgba(0,0,0,0.05);
}
.seller-details{
	position: relative;
	background: #fff;
	border-radius: 3px;
	border-top: none;
	box-shadow: 0 1px 2px rgba(0,0,0,0.08),0 0 2px rgba(0,0,0,0.06),0 0 0 1px rgba(0,0,0,0.04),0 -1px 0 0 rgba(0,0,0,0.05);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.08),0 0 2px rgba(0,0,0,0.06),0 0 0 1px rgba(0,0,0,0.04),0 -1px 0 0 rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.08),0 0 2px rgba(0,0,0,0.06),0 0 0 1px rgba(0,0,0,0.04),0 -1px 0 0 rgba(0,0,0,0.05);
	z-index: 0;
	margin-bottom: 18px;
	float: none;
	clear: both;
	width: auto;
	/*padding: 20px 0 20px 19px;*/
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.seller-details h3{
	font-size: 14px;
	line-height: 19px;
	color: #383d48;
	position: relative;
	padding-left: 44px;
	padding-bottom: 15px;
	text-align: left;
	margin: 0;
}
.seller-details h3 a{
	color: #383d48;
}
.seller-details h3 img{
	position: absolute;
	top: 0;
	left: 0;
	width: 35px;
	height: 35px;
	border-radius: 2px;
}
.selname-story{
	float: left;
	width: 79%;
	height: 40px;
	margin-bottom: 10px;
	overflow: hidden;
}
.seller-details h3 .selname-story a{
	float: left;
	margin-right: 5px;
	color: #588cc7;
}
.selname-story p{
	float:left;
	font-weight: normal;
}
.seller-details h3 small{
	display: block;
	font-size: 13px;
	font-weight: normal;
	color: #8a8f9c;
	line-height: 15px;
	padding-top: 1px;
}

.seller-details a.follow-user-link{
	display: inline-block;
	margin-top: 12px;
	font-size: 13px;
	border: 1px solid #959595;
	border-color: #b1b1b2 #b1b1b2 #a8a8aa;
	height: 28px;
	padding: 0 15px;
	line-height: 28px;
	width: auto;
	font-weight: bold !important;
	color: #464a52 !important;
	text-shadow: 0px 1px 0 #ffffff;
	box-shadow: inset 0 1px 0px rgb(252, 252, 252),0 1px 1px rgba(0,0,0,0.1);
	background: -webkit-linear-gradient(top, #fcfcfc, #f0f0f0);
	background: -ms-linear-gradient(top, #fcfcfc, #f0f0f0);
	background: -moz-linear-gradient(top, #fcfcfc, #f0f0f0);
	background: -o-linear-gradient(top, #fcfcfc, #f0f0f0);
	border-radius: 3px;
	min-width: 0;
	text-align: center;
	position: absolute;
	top: 24px;
	right: 20px;
	margin: 0;
}
.seller-details a.follow-user-link.following{
	border: 1px solid #426f9c;
	color: #fff !important;
	text-shadow: 0 -1px 0 #406b97;
	box-shadow: 0 1px 0 #ededed;
	background: #528bc3;
}
.seller-details ul{
	font-size: 0;
	margin-left: -2px;
}
.seller-details ul li{
	display: inline-block;
	float: none;
	margin-left: 2px;
	padding-left: 0;
	/*background-color: #f0f0f0;*/
	border-bottom:none !important;
}

.seller-details ul li a {
	 background-position: 50% 50%;
	 background-size: cover;
	 display: block;
	 height: 100px;
	 margin-right: 10px;
	margin-bottom: 10px;
	 overflow: hidden;
	 padding-left: 0 !important;
	 width: 100px;
}
.seller-details ul li span {
	 background-position: 50% 50%;
	 background-size: cover;
	 display: block;
	 height: 100px;
	 margin: -1px;
	 width: 100px;
}