body {
	font-family: "Arial", Georgia, sans-serif;
	font-size: 13px;
	color: #ffffff;
	background-color: #303030; /* #565461; */
	margin:0px;
	padding:0px;
}

.clearfix {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.hide {
	display: none;
}
.hideiframe{
	display: none !important;
}
.moveLeft {
	float: left !important;
}

/* for textarea */
.rezise{
	resize: none;
}

.flex-container{
	width:100%;
}

.container{
	min-width:1000px;
	margin:0px auto;
	background-color: #ffffff;
	color:#a0a0a0;
}
	
/* Conditional hide/show classes's (to be overridden in media queries based on media widths) default definitions START
 * setting all conditional show classes to 'not to show' by default.
 * setting all conditional hide classes to 'not to hide' by default. */
.visible-tb {
	display: none !important;
}
	
.visible-dt {
	display: none !important;
}
	
.visible-hd {
	display: none !important;
}
	
.hidden-tb {
	display: inherit !important;
}
	
.hidden-dt {
	display: inherit !important;
}
	
.hidden-hd {
	display: inherit !important;
}
/* Conditional hide/show classes's default definitions END */

/* Forced/explicit hide class. 
   This should be defined below conditional hide/show classes so that, 
   rules in this class should get precedence when, 
   this class and a conditional hide/show class is attributed simultaneously to an element. */
.hidden {
	display: none !important;
	visibility: hidden !important;
}

/* Overridden CSS class definitions for media widths below 1366px. START */
@media (max-width: 1365px) {
	.container{
		width:1000px
	}
	
	/* override Conditional hide/show classes's START */
	.visible-tb {
	  display: inherit !important;
	}
	
	.hidden-tb {
	  display: none !important;
	}
	/* override Conditional hide/show classes's END */
	
} /* CSS class definitions for media widths below 1366px. END */

/* Overridden CSS class definitions for media widths between 1365px and 1920px . START */
@media (min-width: 1366px) and (max-width: 1919px) {
	.container{
		width:1308px
	}
	
	/* override Conditional hide/show classes's START */
	.visible-dt {
	  display: inherit !important;
	}
	
	.hidden-dt {
	  display: none !important;
	}
	/* override Conditional hide/show classes's END */
	
} /* CSS class definitions for media widths between 1365px and 1920px . END */

/* Overridden CSS class definitions for media widths above 1919px . START */
@media (min-width: 1920px) {
	.container{
		width:1920px
	}
	
	/* override Conditional hide/show classes's START */
	.visible-hd {
	  display: inherit !important;
	}
	
	.hidden-hd {
	  display: none !important;
	}
	/* override Conditional hide/show classes's END */
	
} /* CSS class definitions for media widths above 1919px . END */

.container .row{
	clear:both;
	width:100%;
	height:auto;
	overflow:auto;
}



/* ### CUSTOM CLASS DEFINITIONS START ########################################################## 
   DEFAULT definitions are for desktop resolution(between 1365px and 1920px) */

/* HEADER related CSS START */
#sop-head{
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}
#sop-head .row{
	height:130px;	
    overflow: visible;
}
#sop-head .row .logo-container, 
#sop-head .row .search-container, 
#sop-head .row .cart-container {
	float:left;
}

#sop-head .row .logo-container .logo{
	display:block;
	height:90px;
	width:230px;
	margin:20px 0px 20px 30px;
	background:#ffffff url("../../asset/sop-cmmns/logo_1366_1920.png") no-repeat;
	cursor:pointer;
}
#sop-head .row .search-container .search-box{
	display:block;
	height:34px;
	width:662px;
	margin:57px 0px 23px 90px;
	padding:7px;
	border:1px solid #e5e5f4;
	background-color:#f4f4f4;
}
#sop-head .row .search-container .search-box #baseproduct_msdd {
	width: 146px !important;
	font-family: "Arial","AnjaliOldLipi", Georgia, sans-serif !important;
	color: #fff !important;
	float: left;
	box-shadow: none; /* Subin[10/11/2014] */
}
#sop-head .row .search-container .search-box #baseproduct_msdd .ddTitle {
	background: #565461;
    height: 35px;
    border-radius:0 !important;
}
#sop-head .row .search-container .search-box #baseproduct_msdd .ddTitle .arrow{
	right:9px; /* Subin[10/11/2014] */
}
#sop-head .row .search-container .search-box #baseproduct_msdd .ddTitle .ddTitleText {
	padding: 12px 10px 3px 12px !important;  /* Subin[10/11/2014]  - was 12px 10px 3px 14px */
}
#sop-head .row .search-container .search-box #baseproduct_msdd  .ddChild {
    left: 0px !important;
    box-shadow:none !important;   
	border-radius: 0px !important;
	background: none !important;
}
#sop-head .row .search-container .search-box #baseproduct_msdd  .ddChild li {
	padding:12px 10px 3px 14px !important;
	background-color: #ffffff !important; /* Subin[10/11/2014] */
	color: #565461 !important; /* Subin[10/11/2014] */
	border-radius: 0px; /* Subin[10/11/2014] */
}
#sop-head .row .search-container .search-box #baseproduct_msdd  .ddChild li.hover {
	background-color: #f4f4f4 !important; /* Subin[10/11/2014] */
	font-weight:normal;
}
#sop-head .row .search-container .search-box .search-autocomplete {
 	float: left; 
	width: 406px;
	height: 17px;
    margin-left: 7px;
	border: none;
	padding: 10px 0px;
 	line-height: 17px;
 	outline: none;
 	background-color:#f4f4f4;
}
/*
UI_autocomplete drop down
*/
.ui-autocomplete {
	width: 657px !important;
	height: auto !important;
	max-height: 435px !important;
	margin-left: -42px !important;
	/* border: 1px solid #565461; */ /* Subin[10/11/2014] */
	border:none; /* Subin[10/11/2014] */
	border-radius:0px; /* Subin[10/11/2014] */
	overflow-y: auto !important;
	overflow-x: hidden !important;
	z-index: 9999;
}

.ui-autocomplete .ui-menu-item .ui-state-focus {
	margin: 0 !important;
	color: #373447 !important;
	background-position: 0px 0px !important;
	background-color:#f4f4f4 !important; /* Subin[10/11/2014] */
	background-image:none; /* Subin[10/11/2014] */
}

.ui-autocomplete .ui-menu-item a {
	font-family: "Arial", Georgia, sans-serif !important;
	color: #7D7B91 !important;
	font-size: 1em !important;
}

.ui-autocomplete .ui-menu-item .list_item_container {
	height: 56px !important;
	overflow: hidden;
	width: 100%;
}

.ui-autocomplete .ui-menu-item .list_item_container .image {
	float: left;
	padding: 3px 5px;
	height: auto;
	overflow: auto;
}

.ui-autocomplete .ui-menu-item .list_item_container .descrip {
	float: left;
	padding-left: 2px;
	height: auto;
	overflow: auto;
	font-size: 0.9em !important;
}

.ui-autocomplete .ui-menu-item .list_item_container .descrip .label {
	margin: 5px 0px 2px 0px;
	height: 22px;
}

.ui-autocomplete .ui-menu-item .list_item_container .descrip .info {
	margin: 0px 0px 2px 0px;
	height: 18px;
}

.ui-autocomplete .ui-menu-item .list_item_container .descrip .info .price {
	color: #A8A5A5;
}
#sop-head .row .search-container .search-box .search-button{
	background: url("../../asset/search_button.png") no-repeat left top;
	height: 36px;
	width: 86px;
	position: relative;
	border: none;
	top: 0px;
	float: right;
	right: 0px;
	box-shadow: 1px 1px 2px rgb(140, 140, 140); /* Subin[10/11/2014] */
}
#sop-head .row .cart-container .carticon{
	display:block;
	height:62px;
	width:104px;
	margin:46px 0px 22px 147px;
}
#sop-head .row .cart-container .carticon .cart-icon-text {
	float: left;
	margin-top: 30px;
	font-weight: bold;
	color:#868497;
}
#sop-head .row .cart-container .carticon .cart-icon{
	background: url("../../asset/cart.png") left top no-repeat;
	height: 62px;
	width: 62px;
	cursor: pointer;
	margin-left: 40px;
	display: block;
	position: relative;
	display: block;
}
#sop-head .row .cart-container .carticon .cart-icon:hover {
	background-position: 0 bottom;
}
#sop-head .row .cart-container .carticon .cart-icon .cart-count {
	top: 6px;
	position: relative;
	color: #fff ;
	font-size: 30px ;
}
/*CART RELATED*/
.cartDimension {
	width: 890px;
	height: 500px;
}
/* HEADER related CSS END */

/* POPUP WINDOW related overlay classes */
.popupBorder {
	display: none;
	overflow: auto;
	background-color: #626262;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
	 !important;
	filter: alpha(opacity = 50);
	z-index: 999;
	opacity: 0.5;
	vertical-align: middle;
	position: fixed;
	margin-right: auto;
	margin-left: auto;
}
.web_dialog_overlay_1 {
	z-index: 100100 !important;
}
.web_dialog_overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #000000;
	opacity: .4;
	filter: alpha(opacity = 15);
	-moz-opacity: .4;
	z-index: 1000;
	display: none;
}
.web_dialog {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	border: 10px solid rgba(0, 0, 0, 0.2);
	display: none;
	position: fixed;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
	background-color: #ffffff;
	z-index: 100100;
	text-align: center;
	font-size: .9em;
}
.dialogueclose {
	background-image: url("../../asset/close.png");
	cursor: pointer;
	height: 36px;
	width: 40px;
	display: block;
	background-repeat: no-repeat;
	float: right;
	margin-right: -35px;
	margin-top: -25px;
}
.load_dialog_overlay {
	width: 185px;
	height: 72px;
	z-index: 200000 !important;
}

.preloader_gif {
	background: url("../../asset/cart-loader.gif") no-repeat 0 0;
	height: 40px;
	width: 40px;
	display: block !important;
	float: left;
	margin-top: -10px;
}

.load_dialog {
	width: 175px;
	height: 62px;
	font-size: 20px !important;
	z-index: 200100 !important;
}
.popupPadding {
	padding: 20px;
}
/****************************
 * CSS for feedback
 * added by Mariya Jose on 29/10/2013
 ****************************/
.feedBack{	
	background-image:url(http://www.sophiabuy.com/asset/feedback.png);
	margin: 0px;
	padding: 7px 3px;
	cursor: pointer;
	display: block;
	width: 20px;
	float: left; 
	z-index: 16776274;
	background-position: 50% 0px;
	background-repeat: no-repeat no-repeat;
	position: fixed;
	right: 0px;
	height: 96px;
	top: 40%;
	opacity:1;
	}
.greenltr
	{
	background-image: linear-gradient(to bottom, #ffa000, #ff5000);
	background-color: #ff8000;
	color: #f5f5fb;
	border: 1px solid #ff4000;
	-webkit-box-shadow: 2px 2px 0px 0px #333;
	box-shadow: 3px 3px 2px 1px #333;
	background-image: none;
	text-shadow: none;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	width: 24%;
	display: inline-block;
	float: left;
	cursor: pointer;
	margin-top: 6%;
    font-size: 16px;
    }
.field
	{
	margin-bottom: 10px;
	display: block;
	font-size: 13px;
	color: #555;
	float:left;
	}
.question-label
	{
	line-height: 7%;
	font-weight: bold;
	}
.close
	{
	background-image: url("../../asset/stop.png");
	cursor: pointer;
	height: 5%;
	width: 7%;
	display: block;
	background-repeat: no-repeat;
	float: right;
	top: -5%;
	left: -99%;
	position: relative;
	}
.logo1 
	{
	background: url("../../asset/sophia1.png") no-repeat right bottom;
	width: 29%;
	height: 46px;
	margin-left: 43%;
	float: left;
	}
.text
	{
	border-top: 1px solid #777;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ddd;
	display: block;
	width: 95%;
	font-size: 13px;
	color: #333;
	margin: 0;
	padding: 1px;
	-webkit-appearance: textfield;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	cursor: auto;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	}
#feedback-popup
	  {	 
	  background-color: white;
	  border: 1px solid rgb(202, 192, 192);
	  padding: 1%;
	  position: fixed;
	  top: 14%;
	  z-index: 16776289;
	  box-shadow: 2px 2px 1px 1px #7A7A7A;
	 }
#fedLoad
	{
	background-color: white;
	position: absolute;
	z-index: 16776321;
	width: 0px;
	overflow: hidden;
	text-align:center;
	font-size:14px;
	min-height: 105px;
	border-top: 1px solid rgb(204, 204, 204);
	border-bottom: 1px solid rgb(204, 204, 204);
	height: 96%;
	float: right;
	right: 0px;
	left: 100%;
	top:0px;
	}
.load
	{   
	margin-top: 37px;
	height: 59px;
	margin-bottom: 10px;
	margin-left: 56px;
	right: 0px;
	}
.head
	{
	text-align:center;
	color:#ff8000;
	float: left !important;
    width: 100%;
    font-size: 22px;
    float: left !important;
    height: auto;
	}
.head1
	{
	text-align:center;
	color:black;
	font-size:12px;
	float: left !important;
	width: 100%;
	height: auto
	}
 #msg
 	{
	width: 242px;
	height: 90px;
	display: none;
	position: fixed;	
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
	background-color: #f2dede;
	border-color: #eed3d7;
	border: 1px solid #fbeed5;
	box-shadow: 0px 2px 10px;
	z-index: 1001; 
	font-size: .9em;
	}
/* End off css for FEEDBACK */


/*for popup if browser is IE7 START */
.browserPopupDimension {
	width: 670px;
	height: 270px;
}

.browserOutDatePopup {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	border: 10px solid rgba(0, 0, 0, 0.2);
	display: none;
	position: fixed;
	width: 650px;
	height: 250px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
	background-color: #fff;
	z-index: 1001; 
	/* overflow: auto; //
	//padding: 10px; */
	text-align: center;
	font-size: .9em;
}

#bowserPopupHead .dialogueclose {
	margin-top: -24px;
	margin-right: -30px;
}

.msg1 {
	margin-left: 10px;
	font-size: 1em !important;
	text-align: left;
	color:rgb(80, 76, 106) !important;
}

.textbold {
	font-weight: bold;
}

.bottomMsg {
	margin-top: 2px;
	background: #565461;
	color: #ffffff;
	width: 130px;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	text-align: center !important;
	margin-right: auto;
	margin-left: auto;
	cursor: pointer;
}

.textColor {
	color: rgb(172, 172, 173) !important;
}

.browserPopupHeader {
	line-height: 30px;
	text-align: left;
	color: #fff !important;
/* 	background-color: #E87817; */
	background: #565461;
}
.browsertext {
	margin-left: 5px;
	font-size: 15px !important;
}
.filterPadding{
	padding-left:8px;
	padding-top:3px;
	padding-bottom: 3px;
}
.wordWrap{
	word-wrap:break-word;
}
/*for popup if browser is IE7 END */


/* css for alert meesage */
.alertPopup{
	width: 242px;
	height: 125px;
	display: none;
	position: fixed;	
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	border: 10px solid rgba(0, 0, 0, 0.2);
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
	background-color: #fff;
	z-index: 1001; 
	font-size: .9em;
}

.alertMsgShown{
	width: 227px;
	height: auto;
	left: 7px;
	top: 35px;
	text-align: center;
	position: absolute;
}

.alertButton{
	cursor:pointer;
	width:50px;
	height: 23px;
	display:block;
	text-align:center;
	padding:4px;
	margin-top:55px;
	margin-left: 94px;
	background-color:#565461;
	color:#fefefe;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 23px;
}
.alertButton:hover{
	text-decoration:none;
	color:#fefefe;
}
.alertHead{
	width: 242px;
	height: 30px;
	background: #565461;
	color: white;
}

.alertOverlayDimension {
	width: 262px;
	height: 145px;
}

/* for alert Message */
.alertMessage{
	width: 242px;
	height: 110px;
	display: none;
	position: fixed;	
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
	background-color: #f2dede;
	border-color: #eed3d7;
	border: 1px solid #fbeed5;
	box-shadow: 0px 2px 10px;
	z-index: 1050; 
	font-size: .9em;
}
/*end of css for alert meesage */

/* NAVIGATION-BAR related CSS START */
#nav-bar .row{;	
    overflow: visible;
}
.flex-container#nav-bar{
	background-color:#303030; /* #565461 for full streach */
	top: 130px;
    position: fixed;
    z-index: 1024;
}
#sop-nav-bar .row#sop-nav{
	height:44px;
	background-color:#565461;
	color:#f0f0f0;
}
.sop-hrmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
}
.sop-hrmenu
{
	float: left;
	margin-left: 308px;
}
.sop-hrmenu > ul,
.sop-hrmenu .sop-hrsub-inner {
	width: 100%;
}

.sop-hrmenu > ul > li {
	display: inline-block;
}

.sop-hrmenu > ul > li > a {
	font-weight: 700;
	padding: 14px 15px;
	color: #FFF;
	display: inline-block;
	text-decoration: none;
}
.sop-hrmenu > ul > li > a:hover {
	background-color: #676571;
}
/* sub-menu */
.sop-hrmenu .sop-hrsub {
	display: none;
	position: absolute;
	background: #393a44;
	width: 700px;
	height:217px;
	z-index:100;
	left: 0px;
	top: 44px;
}
.sop-hrsub{
	margin-top:-1px;
}
.sop-hropen .sop-hrsub {
	padding-bottom: 12px;
}

.sop-hrmenu .sop-hrsub-inner > div {
	width: 142px;
	float: left;
	padding: 0 0 0 17px;
}

.sop-hrmenu .sop-hrsub-inner:before,
.sop-hrmenu .sop-hrsub-inner:after {
	content: " ";
	display: table;
}

.sop-hrmenu .sop-hrsub-inner:after {
	clear: both;
}

.sop-hrmenu .sop-hrsub-inner > div a {
	line-height: 1em;
	text-decoration: none;
	color:#cdcdd0;
}
.sop-hrmenu .sop-hrsub-inner > div >ul{
	height: 125px;
}
.sop-hrmenu .sop-hrsub-inner > div a:hover{
	color:#978fc6;
}
.sop-hrmenu .sop-hrsub-inner .cbr-title{
	padding: 20px 0 13px 0;
	color:#cdcdd0;
}
.sop-hrmenu .sop-hrsub-inner .sop-base-link{
	margin-top: 20px;
}
.sop-hropen:hover .sop-hrsub{
	display: block;
	font-size: 12px;
}
.sop-hrmenu .sop-hrsub-inner .sop-subbar{
	width: 201px;
	
}
.sop-hrmenu .sop-hrsub-inner .nav-btn-cat {
	background: url("http://www.sophiabuy.com/asset/view-all_new.png") left top no-repeat;
	height: 30px;
	width: 127px;
	cursor: pointer;
	margin:12px 0px 0px 37px;
	display: block;
	position: relative;
	display: block;
}
.sop-hrmenu .sop-hrsub-inner .nav-btn-cat_book {
	background: url("../../asset/view-all.png") left top no-repeat;
	height: 30px;
	width: 127px;
	cursor: pointer;
	margin:12px 0px 0px 37px;
	display: block;
	position: relative;
	display: block;
}
.sop-hrmenu .sop-hrsub-inner .nav-base-img{
	margin-left: 37px;
	padding-top: 19px;
	height: 135px;
	width: 90px;
}
.sop-hrmenu .sop-hrsub-inner .nav-btn-cat:hover {
	background-position: 0 bottom;
}
.sop-hrmenu .sop-hrsub-inner .nav-btn-cat_book:hover {
	background-position: 0 bottom;
}
.sop-hrmenu .sop-hrsub-inner .sop-nav-popIma{
	display: none;
	position: absolute;
	margin-left: 218px;
	margin-top: -89px;
	bottom:0px;
	top:42px;
}

.sop-hrmenu .sop-hrsub-inner .sop-subbar ul li:hover .sop-nav-popIma{
	display: block;
}

.sop-hrmenu .sop-hrsub-inner .cat_image_render ul li:hover .sop-nav-popIma{
	display: block;
}

.sop-hrmenu .sop-hrsub-inner .cat_image_render:first-child .sop-nav-popIma{
	display: none;
	position: absolute;
	margin-left: 536px;
	margin-top: -89px;
	bottom:0px;
	top:42px;
}
.sop-hrmenu .sop-hrsub-inner .cat_image_render:nth-child(2) .sop-nav-popIma{
	display: none;
	position: absolute;
	margin-left: 377px;
	margin-top: -89px;
	bottom:0px;
	top:42px;
}

/* NAVIGATION-BAR related CSS END */
/* NAVIGATION-USER ACC related css */
#sop-nav-bar .row#sop-nav .sop-nav-usr
{
	float:right;
	width:180px;
	postion:relative;
}
#sop-nav-bar .row#sop-nav .sop-nav-usr #validlogin {
	width: 170px;
	height: 31px;
	margin-top: 13px;
	display: none;
}
#sop-nav-bar .row#sop-nav .sop-nav-usr #validlogin #signindata {
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	display: none;
	margin-top: 15px;
	line-height: 1.7em;
	background: #565461;
	z-index: 100000;
}
#sop-nav-bar .row#sop-nav .sop-nav-usr #validlogin:hover #signindata {
	display: block;
	z-index: 9999;
}
#signindata a:link,#signindata a:active,#signindata a:visited,#signindata a:hover {
	display: block;
	color: #978fc6;
	text-decoration: none;
}
#sop-nav-bar .row#sop-nav .sop-nav-usr #validlogin #signindata #mycartlist {
	padding-left: 15px;
	height: 26px;
	line-height: 26px;
	cursor: pointer;
}
#sop-nav-bar .row#sop-nav .sop-nav-usr #validlogin #signindata #signoutlist {
	padding-left: 15px;
	height: 26px;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
	cursor: pointer;
}
.signinimage {
	font-weight: 700;
	padding: 14px 15px;
	margin-left: 84px; /* Subin[11/11/2014] */
	color: #FFF;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
}
.signin {
	display: none;
	z-index: 100;
	height: 92px;
	width: 464px;
	color: #fff;
	margin-top: 0px;
	position: absolute;
	background-color:#565461;
	margin-left: -284px;
}
.signin .sop-usrfl{
	width: 450px;
	height: 20px;
	margin-top: 8px;
}
.signin .sop-usrfl .sop-usrl{
	display: inline-block;
	width: 169px;
	margin-left: 20px;	
}
.signin .sop-usrfl .sop-usrl a{
	cursor: pointer;
}
.signin .sop-usr-acc{
	width:458px;
}
.signin .sop-usr-acc .usr-email{
	display: inline;
	width: 175px;
	margin-left: 12px;
}
.colorRed {
	color: red;
}
.signin .sop-usr-acc .usr-pass{
	display: inline;
	width: 175px;
	margin-left: 8px;
}
.signin .sop-usr-acc .btn-group{
	display:inline;
	float: right;
    margin-right: 70px;
}
.sendmailbutton {
	background: url("http://www.sophiabuy.com/asset/sop-cmmns/sendmailsprite.png") no-repeat 0 bottom;
	text-decoration: none;
	height: 25px;
	width: 70px;
	border: none;
	float:left;
    margin-top: 1px;
}
.cancelbutton {
	background: url("../../asset/sop-cmmns/cancelbuttonsprite.png") no-repeat 0 bottom;
	text-decoration: none;
	height: 25px;
	width: 70px;
	border: none;
	display: inline;
    margin: 1px 10px 0px 17px;
    float:right;
}
.signInValidate {
	font-size: .8em !important;
	padding-left: 5px;
	text-align: left;
}
.loginbutton {
	background: url("../../asset/sop-cmmns/loginbuttonsprite.png") no-repeat 0 bottom;
	height: 25px;
	width: 70px;
	border: none;
	float: right;
	position: relative;
	display: inline;
	top: -3px;
}
.loginbutton:hover {
	background-position: 0 bottom;
}.signUpDimension {
	width: 540px;
	height: 290px;
}
.invalidentrypopup {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	border: 10px solid rgba(0, 0, 0, 0.2);
	display: none;
	position: fixed;
	width: 520px;
	height: 270px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
	background-color: #fff;
	z-index: 1030;
	text-align: center;
	font-size: .9em;
}
.signUpHeader {
	height: 30px;
	text-align: left;
	color: #fff !important;
	font-weight: bold;
	background:#565461;
}
.signtext {
	padding-left: 5px;
	padding-top: 5px;
	font-size: 15px !important;
}
.notRegistered {
	color: rgb(172, 172, 173) !important;
	margin-left: 67px;
}
.signinpopupstyle {
	margin-top: 15px;
}
.loginicon {
	background-image: url("http://www.sophiabuy.com/asset/lock-icon.png");
	float: left;
	background-repeat: no-repeat;
	margin-left: 63px;
	margin-top: 10px;
	height: 100px;
	width: 100px;
}
.loginstyle {
	width: 320px;
	height: 100px;
	float: left;
}
.emailpopuplabel {
	width: 15px;
	float: left;
	color:#565461;
}
.redStar {
	color: red;
	margin-right: 4px;
}
.popuptop #popuppass, .popuptop #regpwd, .popuptop #regemail, .popuptop #repeatpwd  {
	width: 200px !important;
	height: 18px !important;
}
.signUpFooter {
	height: 25px;
	width: 500px;
	margin-top: 5px;
	float: left;
}
.signUpValidate {
	font-size: .9em !important;
	color: red;
	padding-left: 5px;
	text-align: left;
	float: left;
	margin-left: 67px;
}
.signUpButtons {
	width: 44%;
	float: right;
}
.signupbutton {
	background: url("../../asset/sop-cmmns/signupsprite.png") no-repeat 0 0;
	text-decoration: none;
	height: 25px;
	width: 70px;
	border: none;
	float: left;
}
.pop-cancelbutton {
	background: url("../../asset/sop-cmmns/cancelbuttonsprite.png") no-repeat 0 0;
	text-decoration: none;
	height: 25px;
	width: 70px;
	border: none;
	float: left;
	margin-left:10px;
}
/* NAVIGATION-USER ACC related css END */
/* TOP-AD-ROW related CSS START */
#sop-ad-main .row > div[id^=ad-top-]{
	display:block;
	float:left;
	height:450px;
	margin-top: 174px;
}
#sop-ad-main .row div[id^=ad-top-] .bx-wrapper .bx-window{
	height:450px !important;
}

#sop-ad-main .row #ad-top-lft1, 
#sop-ad-main .row #ad-top-lft1 .bx-wrapper{
	width:308px;
}
#sop-ad-main .row #ad-top-lft1, 
#sop-ad-main .row #ad-top-lft1 .bx-wrapper{
	width:308px;
}

#sop-ad-main .row #ad-top-main{
	width:1000px;
}
#sop-ad-main .row #ad-top-main .bx-wrapper .bx-pager{
	/* to override pager position relative to slider */
	margin-top: -41px; 
	margin-left: -610px;
	z-index : 99;
}
#sop-ad-main .row #ad-top-main #mainadslider .displaymainadd{
	position:relative;
}
#sop-ad-main .row #ad-top-main #mainadslider .displaymainadd .viewbutton{
	width: 151px;
	height: 54px;
	position: absolute;
	bottom: 35px;
	left: 815px;
	background: url("../../asset/sop-cmmns/browse_now.png") no-repeat 0px 0px;
	cursor:pointer;
}
#sop-ad-main .row #ad-top-main #mainadslider .displaymainadd .viewbutton:hover{
	background: url("../../asset/sop-cmmns/browse_now.png") no-repeat 0px -54px;
}

#sop-ad-main .row #ad-top-rgt1, 
#sop-ad-main .row #ad-top-rgt1 .bx-wrapper{
	width:308px;
}

#sop-ad-main .row #ad-top-rgt2, 
#sop-ad-main .row #ad-top-rgt2 .bx-wrapper{
	width:304px;
}
/* TOP-AD-ROW related CSS END */


/* CLASSI_PRODS-LIST-AND-ADS-ROW related CSS START */
#sop-var-content.container{
	height:auto;
	overflow:auto;
	background-color:#565461;
	padding:10px 0px 30px 0px;
}
#sop-var-content.container.bgcolor{
	background-color:#3d3b46;
}
#sop-var-content > div[class^=var-content-]{
	display:block;
	float:left;
	height:auto;
	overflow:auto;
}

#sop-var-content #left-sliders-area{
	width:1308px;
}
#sop-var-content #left-sliders-area.skew{
	width:948px;
}

#sop-var-content #right-ads-area{
	width:360px;
	background-color:orange;
}
/* CLASSI_PRODS-LIST-AND-ADS-ROW related CSS END */



/* ### OVERRIDEN CLASS DEFINITIONS FOR SPECIFIC MEDIA WIDTHS START ############################# */

/* CSS class definitions for media widths below 1366px. START */
@media (max-width: 1365px) {
		
	#sop-head .row .logo-container .logo{
		width:185px;
		background:#ffffff url("../../asset/sop-cmmns/logo_1024.png") no-repeat;
	}
	
	#sop-head .row .search-container .search-box{
		height:32px;
		width:532px;
		margin:64px 0px 20px 27px;
		padding:6px;
	}
	
	#sop-head .row .cart-container .carticon{
		height:52px;
		width:92px;
		margin:56px 0px 22px 64px;
	}
	
	#sop-var-content #left-sliders-area, 
	#sop-var-content #left-sliders-area.skew{
		width:1000px;
	}
	#sop-head .row .search-container .search-box .search-autocomplete {
		width: 290px;
    }
    .ui-autocomplete {
      	width: 526px !important;
		margin-left: -34px !important;
    }
     .sop-hrmenu
	{
		margin-left: 30px;
	}
	
	#sop-nav .sop-nav-usr .signinimage {
		margin-left: 70px; /* Subin[11/11/2014] */
	}
	
} /* CSS class definitions for media widths below 1366px. END */


/* CSS class definitions for media widths between 1365px and 1920px . START */
@media (min-width: 1366px) and (max-width: 1919px) {
	
	// TODO
	
} /* CSS class definitions for media widths between 1365px and 1920px . END */


/* CSS class definitions for media widths above 1919px . START */
@media (min-width: 1920px) {
	
	#sop-head .row .search-container .search-box{
		margin:57px 0px 23px 252px;
	}
	
	#sop-head .row .cart-container .carticon{
		margin:46px 0px 22px 596px;
	}
	
	#sop-var-content #left-sliders-area{
		width:1920px;
	}
	
	#sop-var-content #left-sliders-area.skew{
		width:1308px;
	}
	
	#sop-var-content #right-ads-area{
		width:612px; 
	}
	
} /* CSS class definitions for media widths above 1919px . END */

/*CSS for static pages Start*/

.static p {
	margin-top: 10px;
}

.static {
	margin-top: 10px;
	color: rgb(76,80,106);
	margin-bottom: 20px;
}

.height7 {
	height: 600px !important;
}

.static h2 {
	margin-top: 10px;
}

.static h4 {
	margin-top: 10px;
}

.static ul {
	margin-top: 10px;
	margin-left: 50px;
}
/*CSS for static pages End*/
.strikedtext {
	text-decoration: line-through;
}

.emptyCart{
	height: 120px;
	float: left;
	display: inline-block;
	width: 145px;
}

.classification_img {
	width: 117px;
	height: 170px;
	margin: 10px 24px;
	float: left;
	border: 5px solid #FFF;
	overflow: hidden !important;
	position: relative;
	text-align: center;
	cursor: default;
	background: #EEE;
}

.classification_img .mask,.classification_img .content {
	width: 117px;
	height: 170px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0
}

.classification_img img {
	display: block;
	position: relative
}

.classification_img h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 12px;
	padding: 2px;
	background: rgba(0, 0, 0, 0.8);
	margin: 20px 0 0 0;
	width:auto !important;
}

.classification_img p {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 12px;
	position: relative;
	color: #fff !important;
	padding: 4px 4px 15px 4px;
	text-align: center
}

.classification_img a.info {
	display: inline-block;
	text-decoration: none;
	padding: 3px 7px;
	background:  rgb(232,120,23);
	font-weight: bold;
	color: #FFF !important;
	text-transform: uppercase;
	box-shadow: 0 0 1px #F1F0F0;
}

.classification_img a.info:hover {
	box-shadow: 0 0 10px #F1F0F0
}

.classification_img .mask .offer_percent {
	color: #ffffff; /* rgb(232,120,23)/greenyellow */
	font-weight: bold;
	margin-top: 10px;
}

.classification_img img {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

.classification_img .mask {
	background-color: rgba(80, 76, 106, 0.8);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity =   0);
	opacity: 0;
	cursor: pointer;
}

.classification_img h2 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	background: transparent;
	/* margin: 20px 40px 0px 40px; */
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	color: #fff !important;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity =   0);
	opacity: 0;
}

.classification_img p {
	color: #333;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity =   0);
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.classification_img a.info {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity =   0);
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

/* Reduced image scaling on transformation from 10 to 4 by sijin 08/10/2013  */
.classification_img:hover #class_images {
	-webkit-transform: scale(4);
	-moz-transform: scale(4);
	-o-transform: scale(4);
	-ms-transform: scale(4);
	transform: scale(4);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity =   0);
	opacity: 0;
}

.classification_img:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity =   100);
	opacity: 1;
}

.classification_img:hover h2,.classification_img:hover p,.classification_img:hover a.info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity =   100);
	opacity: 1;
}
.sop-nav-popIma img{
    background: rgb(57, 58, 68);
}