/*
Theme Name:     Twenty ten child theme
Theme URI:      http: //example.com/
Description:    Child theme for the Twenty ten theme
Author:         Cognizant Interactive
Author URI:     http: //your-site.com/
Template:       twentyten
Version:        0.1.0
*/
@import url("../twentyten/style.css");
@charset "utf-8";
/* CSS Document */

/* border-top: 2px solid #c8c7c7; */
/* border-top: 2px dashed #cacbcb; */

body{font-family:Helvetica,Arial,sans-serif;background: #eee url(images/bg_grey_crop.png) repeat;}

.push_slider{
margin-left:25px;
}

/* updated class */
.tiw_updated {
    background: none repeat scroll 0 0 #646464;
    box-shadow: 1px 1px 1px #333333;
    -moz-box-shadow: 1px 1px 1px #333333;
    -webkit-box-shadow: 1px 1px 1px #333333;
    color: #FFFFFF;
    font-size: 10px;
    line-height: 7px;
    margin-left: 55px;
    margin-top: -8px;
    padding: 5px;
    position: absolute;
}
/* updated class */

/*FOR UPDATE COMMENTS*/
.comment_right{text-align:right;font-size:10px;}
.tiw_update {
  background-color:#ff0066;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  border:1px solid #ff0066;
  display:inline-block;
  color:#ffffff;
  font-family:arial;
  font-size:11px;
  font-weight:bold;
  padding:5px 25px;
  text-decoration:none;
  text-shadow:1px 1px 0px #9b14b3;
  cursor:pointer;
}.tiw_update:hover {
  background-color:#ff0066;
}.tiw_update:active {
  position:relative;
  top:1px;
}
.cursor_pointer{
cursor:pointer
}


/* Filter start */
ul#filter {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #636363;
    cursor: pointer;
    height: auto;
    margin: 10px 0 0 -146px;
    padding: 10px 160px 10px 151px;
}

ul#filter li {
    height: 12px;
    line-height: 16px;
    background: url("/wp-content/themes/twentyten/images/radio.png") no-repeat scroll 0 0 transparent;
    margin: 0 15px 0 10px;
    padding: 0 0 0 16px;
    border: none;
    margin: 0 15px 0 10px;
    cursor: pointer;
}

ul#filter li:hover,#filter li.active {
    background: url("/wp-content/themes/twentyten/images/radio.png") no-repeat scroll 0 -12px transparent;
    color: #ff0066;
}
ul#filter li.active {
    cursor: default;
}
/* Filter end */


div.menu,
#access .menu-header,
#colophon,
#branding,
#main,
#wrapper {
	background: #eee url(images/bg_grey_crop.png) repeat;
    margin: 0 auto;
    /*width:1000px;*/

}
#main{padding: 0px 0px;}
#wrapper {
    padding: 0;
    /*border:0 solid green;*/
}

/* Editors Blog */
#pinkcontent{background-color:#f3d9f2;width: 747px;text-align:center;padding-bottom:10px;margin: 0 auto;}

.clear{clear:both;}

/* Clearfix - http://www.webtoolkit.info/css-clearfix.html */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

#leftcolumn,
#tagleftcolumn
{
    /*background-color:#fcf2fb;*/
    background-color:#f0f0f0;
    width: 364px;
    height:816px;
    text-align:center;
    padding-bottom:10px;
    margin: 0 auto;
    float:left;
    position:relative;
}

#onecolumn
{
    background-color:#fcf2fb;
    width: 100%;
    text-align:center;
    padding-bottom:10px;
	margin: 0 auto;
	float:left;
	position:relative;
}

#imagebg,#Mypic_image
{
	background-color:#FFF;width:338px;margin: 0 auto;padding: 10px 0 10px 0;
}

#rightcolumn,
#myprofile-rightcolumn,
#tagrightcolumn
{
	/*background-color:#fbddf9;*/
	background-color:#f0f0f0;
	width: 372px;
	text-align:center;
	padding-bottom:10px;
	margin-left:10px;
	float:left;
	position:relative;
}

#tagleftcolumn{width: 365px;overflow:visible}
#tagrightcolumn,#tagleftcolumn{float:right;}
#tagrightcolumn{padding:0px;}
.tagrighttop{}
.tagrightbtm{height:12px;}

.status{text-align:center;}
.status p
{
	width: 200px;
	float:left;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.status .post
{
	width: 300px;
	float:left;
	text-align:center;
}


/* tutorial */

input, textarea
{
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 11px/100% Verdana, Tahoma, sans-serif;
	width: 400px;
	height: 10px;
	background: #FFFFFF url(images/bg_form.png) left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	/*box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;*/
}
#city{width: 170px;float:left;}
#code, #codelbl{width: 170px; margin-left:10px;}
#terms{width:10px;float:left;}
#logged{width:10px;float:left;}
textarea
{
	width: 400px;
	height: 150px;
	line-height: 150%;
}
input:hover, textarea:hover,
input:focus, textarea:focus
{
	border-color: #C9C9C9;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}
.form label{color: #000;float:left;}
p{float:left;margin:5px;padding:0;}
.submit{text-align:center;width:100%;}
#head{text-align:center;width:747px;position:relative;min-height:48px;}
#head .signup{font-family:"Trebuchet MS", Arial, Helvetica;font-size: 28px; color:#be0795;}
.submitClass{background: url(images/signup.png) no-repeat top left;height:65px;width:265px;}
#close{clear:both;text-align:center;margin:11px 0 0 0;padding-bottom:7px;font-family:"HelveticaNeueLTstd Cn",Helvetica,Arial,sans-serif; font-size:14px;color:#030303;}
.close_btn{cursor:pointer;}
#inner_container{padding-top:140px;overflow:visible;}
#innerpage{width:805px;background:url(images/pgtop.png) no-repeat top;padding-top:10px;margin:0 auto;*margin-top:5px;*background-position:center -10px}
#innerbtm{height:20px;background:url(images/pgbtm.png) no-repeat top;}
@media all and (-webkit-min-device-pixel-ratio:0) {
#innerbtm{margin-left:-1px}
}
#innerbg{width:805px;background:url(images/pgbg.png) repeat-y; text-align:center; margin: 10px auto 0;padding:20px 0 0 0}

/*
#close{clear:both;width:801px; text-align:center;padding-top:10px;}
#innerpage
{
    width:801px;
	background:url(images/pgtop.png) no-repeat top;padding-top:10px; margin:0 auto;
        border:0 solid red;
}
#innerbtm
{
	height:20px;
	background:url(images/pgbtm.png) no-repeat bottom;
}
#innerbg
{
	width:801px;
	background:url(images/pgbg.png) repeat-y; text-align:center;margin: 0 auto;
}*/
/*#innerpagehead{font-size: 24px;font-style:italic;color:#333;text-align:left;padding:20px 0 11px 0;vertical-align:middle;border-bottom: dashed #ccc 2px;}*/
#innerpagehead{font-size: 24px;font-style:italic;color:#333;text-align:left;padding:20px 0 11px 0;vertical-align:middle;background: url("images/dashed_light_cut.png") repeat-x scroll left bottom transparent;}

.the_content{height:auto;display:none}
#content{width: 747px;margin:0 auto;text-align:center; position:relative;}
.previewTab,.myprofcommtab{position:relative;top:-6px;text-align:center;border:0 solid red}
.myprofcommtab{top:-9px;}
.minmaxarrow,.tminmaxarrow,.jminmaxarrow,.jewelminmaxarrow{float:right;margin:7px 10px 0 0;cursor:pointer;}
#stepbar{width:747px;height:67px; padding:14px 0 17px 0;}
#look{width:353px;height:100%;padding-bottom:10px;margin:10px; overflow:hidden;}
.bgfff{background-color:#FFF;}
.myLook{float:left;font-style:italic;font-size:16px;background-color:#FFF;width:353px;}
.look-label{text-align:left;float:left;margin:15px 10px;font-size:18px;}
#post_title{width:330px;height:21px;margin-top:10px;vertical-align:middle;color:#8a8a8a;}
#location{width:330px;height:21px;margin-top:10px;vertical-align:middle;color:#8a8a8a;margin-left: 2px;}
select#location{width:auto;}
#signup-location{width:100px;height:21px;margin-top:10px;vertical-align:middle;color:#8a8a8a;}
#Trouserformtitle{width:330px;height:21px;margin-top:10px;vertical-align:middle;color:#8a8a8a;}
#jumperformtitle{width:330px;height:21px;margin-top:10px;vertical-align:middle;color:#8a8a8a;}
.look-description{width:330px;height: 65px;margin-top:10px;vertical-align:middle;color:#8a8a8a;overflow:hidden;}
.trousers{width:353px;background-color:#fcf2fb;margin:0 auto; margin:10px 0 0 10px;height:100%;float:left;}
.trousers-image{width:25px;height:21px;float:left;margin:10px 0 0 10px;}
.trouser-label{font-size:14px; float:left;margin:10px 0 0 10px;}
.trouser-brand{font-size:16px;float:left;;margin-top:10px;color:#bf3aaf;}
.trouser-description,.jumper-description{float:left;margin-left:47px;color:#333333;font-size:10px;width:234px;}
.jumpers{width:353px;background-color:#fcf2fb;margin:0 auto; margin:10px 0 0 10px;;margin-bottom:10px;float:left;}
.jumpers-image{width:25px;height:21px;float:left;margin:10px 0 0 10px;}
.jumpers-label{font-size:14px; float:left;margin:10px 0 0 10px;}
.jumpers-brand{font-size:16px;float:left;;margin-top:10px;color:#bf3aaf;}
.jumpers-description{float:left;margin-left:47px;color:#333333;font-size:10px;width:234px;}
.edit-button{background-color:#cd29be;width:56px;height:29px;display:table;float:right;margin-right:10px;padding-top:6px;}
.edit-text{color:#fff;}
#trouserdiv,#jumperdiv{width:353px;background-color:#FFF;margin:0 auto;margin-top:10px;position:relative;padding-bottom:10px;float:left;}
.jewel-image{float:left;margin:10px 0 0 10px;}
.myJewellery{float:left;font-size:16px;margin:10px 0 0 10px;}
.PostmyJewellery{padding-top:15px;}
.Brand,.trouserBrand,.jumperBrand{margin-top:10px;}
.jewel-description{width:310px;height: 50px;margin-top:10px;vertical-align:middle;color:#8a8a8a;overflow:hidden;float:left;margin-left:15px;}
#Jewellery{width:353px;background-color:#FFF;margin:0 auto;margin-top:10px;position:relative;padding-bottom:10px;}
.jewel-image{float:left;margin:10px 0 0 10px;}
.myJewellery{float:left;font-size:16px;margin:10px 0 0 10px;}
.PostmyJewellery{padding-top:15px;}
.Brand{margin-top:10px;}
.jewel-description{width:310px;height: 50px;margin-top:10px;vertical-align:middle;color:#8a8a8a;overflow:hidden;float:left;margin-left:15px;}
.location{float:left;margin-left:10px;}
.mylookdetails{padding-top:15px;}
.mylookdetails2{padding-top:7px;float:left;margin-left:15px;}
.additem{width:335px;height:53px;margin-top:30px;}

/* Box Properties */

/* #mainpage{background:url(images/container_bg.png) repeat top right; position:absolute; top:0px; border-right: solid 5px #ff0066;} */
#mainpage {
	padding-bottom: 15px;
	background: #fff;
	position: absolute;
	top: 0px;
	border-right: solid 5px #ff0066;
	z-index: 600;
	*left:0;
}

#whitecontscroll{width:1000px; margin: 160px auto 0;overflow:hidden;*margin-top:160px;margin-top:160px\0/;}
.whiteoverwrite{margin-top:160px !important;float:right !important;margin-right:60px !important;}
.itembox
{
	height:480px;width:180px;background-color:#FFF;overflow:hidden;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	text-align:center;
	border: solid 1px #eee;
	float: left;
	margin: 6px;
    *margin:4px;
	font-family:Helvetica,Arial,Geneva, sans-serif;
	font-weight:normal;
	color:#000;
    position:relative;
    filter: progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=2, Direction=0),
         progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=2, Direction=90),
         progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=2, Direction=180),
         progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=2, Direction=270);
}
.editors_collection,.editors_collection2{height:967px;width:374px;background-color:#FFF;box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;text-align:center;border: solid 1px #eee;float: left;margin: 6px;*margin:4px;font-family:Tahoma, Geneva, sans-serif;font-weight:normal;color:#000;position:relative;padding-top:7px;
filter: progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=2, Direction=0),
         progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=2, Direction=90),
         progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=2, Direction=180),
         progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=2, Direction=270);}
.editors_collection2{float: right;margin: 7px 35px 0 0;}
.editors_choice{position:absolute;top:8px;left:15px;}
.editors_choice2{position:absolute;top:997px;left:596px;}
.editors_pick{position:absolute;top:9px;left:359px;}
.editors_pick2{position:absolute;top:997px;left:933px;}
.editors
{
	background:url(images/editorspick.png) no-repeat;
	width:33px;
	height:132px;
	position:relative;
	top:0;right:0;
	text-align:center;
	float:left;
}
.editorspick{position: absolute;top: 9px; right:0px;z-index:1}
.celebritystyle{position: absolute;top: 9px; right:0px;;z-index:1}
.celebritysash{position: absolute;top: 9px; right:0px;;z-index:1}
.add-container {
	margin: 6px 6px 0;
}

.addboxsmall{
	float:left;
	display:inline;
	height: 250px;
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	border: solid 1px #eee;
	filter: progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=2, Direction=0),
        progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=2, Direction=90),
        progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=2, Direction=180),
        progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=2, Direction=270);
}
.ad-centre { margin: 0 26px 0; }
#trending
{
	height:202px;width:440px;background-color:#FFF;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	text-align:center;
	border: solid 1px #eee;
        filter: progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=2, Direction=0),
        progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=2, Direction=90),
        progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=2, Direction=180),
        progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=2, Direction=270);
	float: left;
	margin:6px;
}


#trending ul li{float:left;list-style-image:url(images/list-style.png);width: 125px;height: 25px;text-align:left;font-size:12px;color:#1a1a18;}

.itembox .image,.editors_collection image,.editors_collection2 image{padding-top:8px;}
.touch .itembox .image {overflow: hidden;}
.itembox .like, .itembox .comments,.editors_collection .like,.editors_collection .comments,.editors_collection2 .comments,.editors_collection2 .like
{text-align:left;padding: 0 8px 0 8px;margin:8px 0 0 0;font-size: 20px;float:left; font-weight:bold;font-family:Helvetica,Arial;color:#000;font-style:normal;cursor:pointer;}
.itembox .like,.editors_collection .like-editors,.editors_collection2 .like-editors{background: url(images/love_right_border.png) no-repeat top right;}
.like{width:74px}
.like img, .comments img{width:auto;float:left;margin:0 3px 0 0;padding:0;}
.itembox h6{padding: 2px 8px 2px 8px;font-size:12px; text-align:left;margin:0;font-style:italic;font-family:Georgia;color:#3e3e3e;}
.editors_collection h6,.editors_collection2 h6{float:left;padding-top:18px;font-size:13px; text-align:left;margin:0;}
.itembox h1{color: #000;padding: 0 8px 0 8px;font-size:10px; text-align:left;margin:0;font-weight:normal:font-family:Helvetica,Arial;}
.editors_collection h1,.editors_collection2 h1{float:left;color: #666;font-size:10px; text-align:left;margin:0;}
.trendingTab{position:relative;top:0;right:100px;}

/*#container{position:relative; margin:0 auto;background: #eee url(images/bg_grey_crop.png) repeat;}*/
#container{position:relative;}
/*Custom css to hide scroller while opening*/
.container_overflow{overflow-X:inherit;overflow-y:inherit; border:0 solid green;}
#tempclick{width:60px;height:230px;position:absolute; top:150px; right:-41px; text-align:right; cursor:pointer;}
.fbiconclick, .twiconclick, .pinconclick{width:60px; height:52px;position:absolute;top:376px;right:-14px;}
.twiconclick{top:436px;}
.pinconclick{top:496px;}
/* Purchase Page Styles - Kumaresan*/

#whitecont{background-color:#FFF;width:980px !important; margin: 160px auto 0 auto;overflow:visible;}
.whitecontoverwrite{margin-top:120px !important;float:right !important;margin-right:97px !important;}
#purchaseleft{float:left;width:600px;height:100%;overflow:hidden;}
#purchaseright,#mylookright{float:left;width:330px;margin-left:20px;background:url(images/bgtexture.png) repeat-y;}
#mylookright{position: relative;}
#puchaseimg
{
	background-color:#FFF;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	text-align:center;
	border: solid 1px #eee;
	float: left;
	margin: 6px;
	padding:10px;
}
#largeimg{text-align:right;}
#largeimg a
{
	text-align:right;
	text-decoration:underline;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color:#898989;
}
#largeimg a:hover{color:#cb233d;}
#colors{float:left;}
#colors div{width:30px;height:30px;float:left; margin:3px;border: solid 1px #ccc;}
.centeralign{text-align:center;}
/*********purchase page bottom contents***********/
/* Elastislide Style */
.style-content{margin-top:25px;}
.similarItems-content{margin-top:25px;}
.retailer-details{padding-top:5px;}
.retailer_name{font-family:Helvetica;font-size:12px;color:#000;margin-left:1px;width:300px;}
.delivery-info{font-family:Helvetica;font-size:12px;color:#000;margin-left:35px;width:300px;}
.price-tag{font-family:Helvetica;font-size:12px;color:#000;margin-left:95px;width:300px;}
.style-with{
	width:76px;
	height:22px;
	background-color:#cf27c2;
	border-top:#f5d4f3 solid 1px;
	border-bottom:#f5d4f3 solid 1px;
	border-left:#f5d4f3 solid 1px;
}
.style-withtext{
	margin:5px 0 0 8px ;
	font-style:italic;
	font-family:Georgia;
	font-size:13px;
	color:#FFF;
}
.Other-Retailers{
	width:108px;
	height:22px;
	background-color:#cf27c2;
	border-top:#f5d4f3 solid 1px;
	border-bottom:#f5d4f3 solid 1px;
	border-left:#f5d4f3 solid 1px;
}
.Other-Retailerstext{
	margin:8px 0 0 8px ;
	font-style:italic;
	font-family:Georgia;
	font-size:13px;
	color:#FFF;
}
.similarItems-text{
	margin:5px 0 0 8px ;
	font-style:italic;
	font-family:Georgia;
	font-size:13px;
	color:#FFF;
}
.similarItems{
	width:98px;
	height:22px;
	background-color:#cf27c2;
	border-top:#f5d4f3 solid 1px;
	border-bottom:#f5d4f3 solid 1px;
	border-left:#f5d4f3 solid 1px;
}
.es-carousel-wrapper,.es-carousel-wrapper1{
	background: #fce3f8;
	padding:10px 37px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position:relative;
	width:855px;
}
.es-carousel,.es-carousel1{
	overflow:hidden;
	background:#fce3f8;
	margin-left:20px;
}
.es-carousel ul,.es-carousel1 ul{
	display:none;
}
.es-carousel ul li,.es-carousel1 ul li{
	height:100%;
	float:left;
	display:block;
}

.es-carousel ul li a,.es-carousel1 ul li a{
	display:block;
	outline:none;

}

.es-carousel ul li a img{
	display:block;
	border:none;
	max-height:150px;
	max-width:150px;
	outline:none;
	margin-right:50px;
}
.es-carousel1 ul li a img{
	display:block;
	border:none;
	max-height:120px;
	max-width:133px;
	outline:none;
	margin-left:2px;


}
.es-nav span{
	position:absolute;
	top:50%;
	left:12px;
	background:transparent url(images/nav.png) no-repeat top left;
	width:14px;
	height:26px;
	margin-top:-13px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.8;
}
.es-nav span.es-nav-next{
	right:12px;
	left:auto;
	background-position:top right;
}
.es-nav span:hover{
	opacity:1.0;
}
.addtobag{width:250px; height:55px; float:left;margin-top:10px;}
/* CSS reset */

html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}

caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	/*font-size:100%;*/
    font-size:20px;
    text-align:center;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/*Shopping bag*/

.shop_bag{position:relative;top:-6px;text-align:center;left:85px; padding-bottom:22px;}
.cart-info{width:274px;background-color:#FFF;margin-left:15px;padding:15px;border:1px solid #cccccc; }
.count-info{padding-bottom:10px;}
.total_items{font-size:12px;font-family:Helvetica;color:#000;margin-left:15px;}
.totalitems-count{font-size:12px;font-family:Helvetica;color:#000;margin-left:135px;}
.seperator{width:100%;height:1px; border-top:1px dashed #cccccc;padding-bottom:10px;}
.total_txt{font-size:16px;font-family:Helvetica;color:#000;margin-left:130px;}
.total_price{font-size:16px;font-family:Helvetica;color:#000;margin-left:5px;}
.proceed-to-check{margin:25px 0 0 45px;}
.shopbag-slider{margin:0;padding:0 20px;font:Helvetica;color:#000;line-height:180%;}
img{border:none;}

/* Easy Slider */
#slider,#slider2,#slider3,#slider4,#slider5{width:373px;height:467px;}

#slider ul, #slider li, #slider2 ul, #slider2 li,#slider3 ul, #slider3 li,#slider4 ul, #slider4 li,#slider5 ul, #slider5 li,#slider6 ul, #slider6 li
{
    margin:0;
    padding:0;
    list-style:none;
}

#slider li, #slider2 li,#slider3 li, #slider4 li,#slider5 li,#slider6 li
{
		/*
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/
		width:367px;
		height:460px;
		overflow:hidden;
}

#slider6
{
        height: 467px;
        margin: 0 auto;
        overflow: hidden;
        width: 350px !important;
        margin-left: 20px;
}

#slider6 li{height:550px !important;}

p#controls, p#controls2,p#controls3, p#controls4,p#controls5,p#controls6
{
    margin:0;
    position:relative;
}

	#showslider #nextBtn{display:none;}
    #controls #nextBtn{display:block;}

	#prevBtn, #nextBtn,#prevBtn2, #nextBtn2,#prevBtn3, #nextBtn3, #prevBtn4, #nextBtn4,#prevBtn5, #nextBtn5{
		display:block;
		margin:0;
		overflow:hidden;
		text-indent:-8000px;
		width:28px;
		height:14px;
		position:absolute;
		left:160px;
		top:-455px;
		}

    #prevBtn6, #nextBtn6{
        display:block;
		margin:0;
		overflow:hidden;
		text-indent:-8000px;
		width:20px;
		height:10px;
		position:absolute;
		left:164px;
		top:-545px;
	}


#nextBtn, #nextBtn2,#nextBtn3, #nextBtn4,#nextBtn5{top:-15px;}
    #nextBtn6{top:-25px;}
	#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a,#prevBtn3 a, #nextBtn3 a, #prevBtn4 a, #nextBtn4 a,#prevBtn5 a, #nextBtn5 a{
		display:block;
		background:url(images/comments_uparrow.png) no-repeat 0 0;
		}
	#nextBtn a, #nextBtn2 a, #nextBtn3 a, #nextBtn4 a, #nextBtn5 a{
		background:url(images/comments_arrow.png) no-repeat 0 0;
		}
#prevBtn6 a, #nextBtn6 a{display:block;background:url(images/activity-uparw.png) no-repeat 0 0;}
	#nextBtn a, #nextBtn2 a, #nextBtn3 a, #nextBtn4 a, #nextBtn5 a{
		background:url(images/comments_arrow.png) no-repeat 0 0;
		}
	#nextBtn6 a{background:url(images/activity-downarw.png) no-repeat 0 0;}
.myprofilescrollerbg{display:none;/*background:url(images/myprofilemenuslider.png) repeat; */background: #f0f0f0;position:absolute;z-index: 50;width:368px;height:467px;left:0px; z-index: 50;
                     box-shadow: -3px 5px 5px #ccc;-moz-box-shadow: -3px 5px 5px #ccc;-webkit-box-shadow:-3px 5px 5px #ccc;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=270, Color='#cccccc')";

}

.Myprofileselindexbg{/*background:url(images/selected-hover.png) repeat;*/background: #ccc;}
#slidemecontent{position:relative;}
#showslider6{

background-color:#f0f0f0;width:368px;height:580px;overflow:hidden;margin-left: 2px;
box-shadow: -3px 5px 5px #ccc;-moz-box-shadow: -3px 5px 5px #ccc;-webkit-box-shadow:-3px 5px 5px #ccc;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=270, Color='#cccccc')";


        }
.bordertopbtm{
    border-top: 1px solid #DFDFDF;
    overflow: hidden;
    padding-bottom: 4px;
    padding-top: 6px;
    width: 350px;
    }
.listfeed-activity{margin-top: 17px;border-bottom: 1px solid #DFDFDF;}


/* // Easy Slider */
.followinmeImg {margin: 9px 7px;}
.followinmeImg  img{margin-bottom:-6px;}

.followimglist{padding-top:12px;}
.pro_lovemeImg img {margin: 12px; width:63px;height:122px;}

#mylookright #myprofile-rightcolumn .pro_lovemeImg img {margin:9.5px;}
.loveimgettinglist{padding-top:11px;}

/* Kumaresan - Editors Blog */
.page-template-editors_blog_list_container-php #purchaseright h3, #editornewstyle h3 {
	font: italic 20px Georgia,"Times New Roman", Times, serif;
	text-align:center;color:#3E3E3E;
}
.page-template-editors_blog_list_container-php .shop_bag, .single-post .shop_bag{padding-bottom: 0;}
#editorsbox{padding-left:15px;}
	#editorsbox a {color: #ff0066; text-decoration: none;}
		#editorsbox a:hover {text-decoration: underline;}

#editor_intro {
	color: #333;
	font: normal 15px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 0;
}

#editorshead div
{
	font-family: Helvetica, Arial;
	font-size: 12pt;
	color: #2eabbf;
	text-align:left;
	font-style:normal;
}
.editorsimg{
	margin: 20px 10px 10px;
}

.editorsimg img { max-width: 100%; width: 100% }

#editorshead{margin:25px 8px 10px 10px;*padding-left:5px;padding-left:5px\0/;}
.tenmarginnew{clear:both;margin: 10px 0 10px 10px;*padding-left:5px;padding-left:5px\0/;}
.tenmarginnewxt{clear:both;margin: 20px 0 20px 10px;*padding-left:5px;padding-left:5px\0/;}
#editorshead span,#editorshead span a{font-family: Georgia,"times new roman",serif;font-size:32px;color:#3e3e3e;text-align:left;vertical-align:middle;text-decoration:none;}
#editorshead span{display:block;margin-bottom:3px;}
#editorshead span.sphead{color:#000;}
#editorshead label{font-family: Helvetica, Arial;font-size: 12px;color: #999;text-align:left;font-style:normal;}

.tipsimg
{
	background-color:#FFF;
	text-align:center;
	padding:10px;
}

.tenmargin{margin:10px 0 10px 0;}
.tenmargin a{margin:0 10px 0 0;}
.righttop{ height:8px; width:100%;}
.textnew{font-family:Helvetica,Arial,sans-serif; font-size: 14px;color:#555;padding-top:15px; line-height: 1.5;}
.allmargin{margin:10px 20px 40px 20px;}
.summermargin{margin: 36px 20px 21px 12px;}
#pinktext{color:#ff0066;text-align:center;font-size:14px;font-style:italic;}
.comments{font-family:Georgia, "Trebuchet MS", Arial, Helvetica;font-size: 14px;font-style:italic;color:#3E3E3E;}
.new_dashed{padding-bottom:10px;background:url(images/dashed_dark_cut.png) repeat-x bottom left;}
.new_dashed_light{background:url(images/dashed_light_cut.png) repeat-x bottom left;padding-bottom:5px;}
.new_dashedtop_light{background:url(images/dashed_light_cut.png) repeat-x top left;padding-top: 5px;}
.new_dashed_empty{background:none;}
.sharecom{display:block;float:left;margin-bottom:7px;padding:0 8px 0 0;vertical-align:middle;width:100%;}
#editornewstyle{font-family:Georgia,"Times New Roman", Times, serif;/*font-style:italic;*/color:#3e3e3e;}
#editornewstyle ul{padding:0;margin:0;}
#editornewstyle li{list-style:none; float:left; width:50%;/*margin:7px 0 7px 0;*/}
#editornewstyle li a, #archivelist li a, #archivelist li span {font-family:Georgia,"Times New Roman", Times, serif;font-size: 16px;/*font-style:italic;*/color:#ff0066;text-decoration:none;}
	#editornewstyle li a:hover, #archivelist li a:hover {text-decoration: underline;}
#editornewstyle #categories_editor_blog li, #archivelist li{float:none;width:100%;text-align:center;}
#searchtitle{width:180px;height:21px;color:#8a8a8a;float:left;}
#editorsearch{margin-top:20px;}
#twitterfeed{ width:300px; margin:0 auto 15px auto; padding: 10px 10px 0; height: 405px; /*border-top: 1px solid #ccc;*/}
#twitterfeedtop{background:url(images/twitterfeedtop.png) no-repeat bottom center;height:10px;}
#twitterfeedmid {margin:0 auto;}
#twitterfeedmid ul{padding:0;margin: 23px 0 0 3px;}
#twitterfeedmid li{margin: 0 0 10px 0;list-style: none outside none;}
.twitterorclass{color:#8a8a8a;}
.feedtime{color:#666;}
#twitterhead
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #333;
	text-align:center;
	/*padding:20px 0 15px 0;*/
	vertical-align:middle;
	font-style:italic;
	padding: 10px 0;
}
#twitterheadar{font-family:Georgia, "Times New Roman", Times, serif;font-size: 22px;color:#3e3e3e;text-align:center;padding:8px 0 0 0;vertical-align:middle;font-style:italic;}
#twitterfeedbtm, .normalbtm{background:url(images/twitterfeedbtm.png) no-repeat top center;height:10px;}
.addboxbig{text-align:center; padding-bottom: 20px;}
.addboxbignews{margin: 10px 15px 20px 15px;text-align:left;}
.signupnew{background:url(images/sign_up_bordeR_dashed.png) top left no-repeat;padding-top:15px;}
.signupnewfaq{background:url(images/sign_up_bordeR_dashed.png) top left no-repeat;}
/*.btmdashed{border-bottom: dashed #b4b4b4 1px;padding-bottom:5px;}*/
.tips_hintsbtmdashed{border-bottom: dashed #b4b4b4 1px;padding-bottom:5px;}
.btmdashed{padding-bottom:5px;}
.topdashed {border-top: 1px dashed #CCCCCC;}
#newstitle{width:207px;height:23px;color:#8a8a8a;float:left;}
.normalfeed {margin: 0 auto 15px; width: 301px;}

.normaltop{background:url(images/normaltop.png) no-repeat bottom center;height:10px;}
.normalmid
{
	background:url(images/twitterfeedmid.png) repeat-y center;
	margin:0 auto;
	padding:9px;
}

#celeblookhead
{
	/*border-bottom: 1px dashed #7E1B76;*/
    background:url(images/dashed_color_cut.png) repeat-x bottom left;
    color: #7E1B76;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 36px;
    font-style: italic;
    line-height: 30px;
    padding: 2px 0 8px;
    text-align: center;
    vertical-align: middle;

}

#celeblookhead span
{
	font-size: 20px;
	clear: both;

}
#topten{text-align:center; padding: 10px 0 10px 0;background:url(images/dashed_color_cut.png) repeat-x bottom left;}
#archivelist{color: #ff0066;font-size:13px;/*padding:7px 25px 0 25px;*/font-family: Helvetica, Tahoma, Geneva, sans-serif;font-size:13px;/*line-height:22px;*/}
#archivelist ul{padding:0;margin:0;}
#archivelist li{list-style:none;}
#share li{float:left;}
/*#archivelist li a, #archivelist li span
{
	color: #ff0066;
	font-size:13px;
	font-size:13px;line-height:22px;
	text-decoration:none;
}
	#archivelist li a:hover {text-decoration: underline;}*/

#archivelist .highlight {
	font-weight: bold;
}

#archivelist span {
	margin-left: 5px;
}

#faqlist{color: #ff0066;font-size:13px;padding:7px 25px 0 25px;font-family: Helvetica, Tahoma, Geneva, sans-serif;font-size:13px;line-height:22px;}
#faqlist ul{padding:0 0 0 35px;margin:0;}
#faqlist li{list-style:none;}
#share li{float:left;}
#faqlist li a
{
    color: #ff0066;
	font-size:13px;
	font-size:13px;line-height:22px;
	text-decoration:none;
}


/* Kumaresan - Tips and Hints Page*/

#tipsnewstyle li{list-style:none;font-family:Georgia,"Times New Roman", Times, serif;font-size: 16px;font-style:italic;color:#000;margin:13px 0 13px 0;}

/* Kumaresan - Share you Look Page*/
#smallbox,#sharebox,#mylooksharebox{background-color:#FFF;width:655px;margin:0 auto;font-family: Helvetica, Arial;font-size:12px;padding-bottom:10px;overflow:hidden;}
#smallbox{width:640px;}
#sharebox,#mylooksharebox{padding:10px;padding-right:0;padding-left:0;margin-left:5px;}
/*#sharebox{width:620px;margin-top:70px;}*/
#sharebox{width:640px;margin: 70px auto 0;}
#smallbox h1{font-family: Georgia, "Times New Roman", Times, serif, Arial, Helvetica;font-size: 18px;text-align:left;vertical-align: middle;margin: 5px 0 !important;padding:5px 10px !important;font-style:italic;}
#article{margin:0;padding:0 10px 10px 10px; text-align:left;}
.shareend{float:right;margin-right:47px;}
.shareend img{padding-bottom:5px;cursor:pointer;}
#sfacebook, #stwitter{float:left; padding-left:20px; vertical-align:middle;font-family:Helvetica,Arial,sans-serif;font-size:12px;color:#666;}
#sfacebook{margin-left:30px;}
#sfacebook div, #stwitter div{float:left;text-align:left;}
#sfacebook img, #stwitter img{padding-top:5px}
.fbtwcheck{padding-top:28px;}
#sfacebook span, #stwitter span{float:right;}
.pinklink{font-family: Helvetica, Arial;font-size: 14px;color:#ff0066; text-decoration:underline;}
.MylooksliderImg{width:174px;position:relative;box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;    background-color:#FFF;;margin:0 auto;padding:5px;-webkit-tap-highlight-color: rgba(0,0,0,0);}
#sharehead{overflow:hidden;margin-left: 7px;background: url("images/dashed_light_cut.png") repeat-x scroll left bottom transparent;padding-bottom: 7px;}
#scomments{font-family: Georgia, "Times New Roman", Times, serif, Arial, Helvetica;font-size: 32px;font-style:italic;float:left;text-align:left;}
#scomments label{position:relative;top:-3px;}
.bordermeb{/*background:url(images/border-bg.jpg) repeat;*/height:1px;width:100%;}
.mynewborder{background: url("images/dashed_light_cut.png") repeat-x scroll left bottom transparent;width:100%;}
#shead{font-family: Georgia, "Times New Roman", Times, serif, Arial, Helvetica;font-size: 24px;font-style:italic;float:left;color:#333;text-align:left;line-height: 30px;}
#headshare{text-align:center;width:747px;position:absolute;min-height:48px; font-size: 24px; color:#333;font-style:italic;padding-bottom:20px;*left:0;}

#shareitems{overflow:hidden;height:70px;}

.sitem{float:left;font-family: Helvetica, Arial;font-size: 13px;color:#000;font-weight:bold; margin:15px 15px 15px 7px;}
.sitem img{float:left;}
.sitem span{float:left; text-align:left; margin-left:10px;}
.sitem label{color: #ff0066;}
#shareimg{width:46%;margin-left:10px;float:left;margin-bottom:50px;}
.sharergt{width:40%;float:left}
#smytext{padding: 10px;float:left; width:97%; text-align:left;line-height:25px;margin:0 0 40px 10px;display:inline;color:#666}
#smyhead{font-family: Georgia, "Times New Roman", Times, serif, Arial, Helvetica;font-size: 18px;font-style:italic;float:left;color:#000;float:left;width:97%;text-align:left;margin: 0 0 20px 20px;}
.smybox{background-color:#f0f0f0;float:left;width:97%;margin:5px 0 5px 20px;position:relative;}
.smyboxdel{float:left;width:97%;margin:5px 0 5px 20px;position:relative;}
.smybox div{width:auto;float:left;margin: 10px;font-family: Helvetica, Arial;font-size: 12px;color:#5d5d5d;max-width: 132px;text-align:left;}
.spacing10 {padding:10px 0;}
.shopclass{position:absolute;top:-5px; right:0;text-align:center;right:-2px;}
.marginleft10{margin-left:10px;}
/*Venkatesh Sha-upload page*/
#uploadrightcolumn{background:url(images/Adjust_bg.png) no-repeat;width: 374px;text-align:center;margin-left:5px;float:left;position:relative;}
.adjustmentoptions,.adjustmentcropoptions,.adjustmenteffectoptions{width: 375px;margin-top:7px;}
.adjust-crop,.adjust-effect,.adjust-adjustment{float:left;width:123px;border-right:1px dashed #b4b4b4;height:90px;}
.adjust-crop a,.adjust-effect a,.adjust-adjustment a{float:left;width:122px;border-right:1px dashed #fff;text-decoration:none;padding-top:5px;height:90px; outline:none;}
.adjustelements:hover,.adjust-crop:hover,.adjust-effect:hover,.adjust-adjustment:hover{background:url(images/selected-hover.png) repeat-x;}
.adjustelementname {display:block;font-family:Helvetica;font-size:12px;color:#000;text-decoration:none;padding-top:10px;}
.cropimg{margin-top:8px;}
.uploadrightbtmcolumn,.uploadcrop,.uploadadjust{
	background:url(images/rightbtm-bg.png);
	width: 372px;
	text-align:center;
	margin-left:5px;
	float:left;
    height:493px;
	}

.uploadrightbtmcolumn{display:none;}
.uploadleftimg{width:300px;float:left;}
.uploadrightdiv{width:420px;float:left;}
.uploadcrop,.uploadadjust{display:block;margin-top:21px;}
.effectcontent{margin:16px 9px;background-color:#fff;padding:10px;float:left;}
.adjustcontent{margin:16px 9px;background-color:#fff;padding:10px;padding-bottom:176px;float:left;}
.image-effecttxt{font-family:Helvetica;font-size:18px;text-align:left;}
.effects-palette{margin:10px 0 0 3px;}
#uploadleftcolumn{
	background-color:#f0f0f0;
	width: 360px;
	text-align:center;
	padding-bottom:33px;
	margin: 0 8px 0 auto;
	float:left;
	position:relative;
	}
#uploadimagebg{width:318px;margin:0 auto;margin-top:15px;background:#fff;padding:10px;
border: 1px solid #EEEEEE;box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
filter: progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=5, Direction=0),
         progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=5, Direction=90),
         progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=5, Direction=180),
         progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=5, Direction=270);}
.effectpalette-images{list-style-type:none;padding:0; margin-left: -9px;}
.effectpalette-images li{float:left; margin-left: 6px;}
.effecttxt{font-family:Helvetica;font-size:12px}
 .continuebtn {bottom: 10px;margin-top: 15px;position: absolute;width: 100%;}

/***Venkatesh Sha-June 21,2012***/



.adjust-tools{margin:0; text-align:left;}
.adjust-contrast{display:block;font-family:Helvetica;font-size:12px;margin-top:10px;}
/* Overrides for right-to-left sliders. */

.ui-slider-horizontal.ui-slider-rtl .ui-slider-range-min { left: auto; right: 0; }
.ui-slider-horizontal.ui-slider-rtl .ui-slider-range-max { left: 0; right: auto; }

.ui-slider-vertical.ui-slider-rtl .ui-slider-range-min { top: 0; bottom: auto; }
.ui-slider-vertical.ui-slider-rtl .ui-slider-range-max { top: auto; bottom: 0; }


/*Venkatesh Sha - Add you styles here */

/* Overrides for right-to-left sliders. */

.ui-slider-horizontal.ui-slider-rtl .ui-slider-range-min { left: auto; right: 0; }
.ui-slider-horizontal.ui-slider-rtl .ui-slider-range-max { left: 0; right: auto; }

.ui-slider-vertical.ui-slider-rtl .ui-slider-range-min { top: 0; bottom: auto; }
.ui-slider-vertical.ui-slider-rtl .ui-slider-range-max { top: auto; bottom: 0; }


/*Venkatesh Sha - Add you styles here */
/****Styles for Adjust Color tool****/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{background:url(images/marker.png) no-repeat;border:none;top:22px;outline:none; width:18px;height:20px;}
.slidercolor { display: inline-block;}
.ui-widget-content_color{background:url(images/color-adjustor.png) no-repeat; border:2px solid #e06fd2;width:329px; height:18px;margin-top:10px;}
.ui-state-default3, .ui-widget-content3 .ui-state-default3, .ui-widget-header3 .ui-state-default3{background:url(images/marker.png) no-repeat;border:none;top:22px;outline:none; width:18px;height:20px;}
/****End of Styles for Adjust Color tool****/

/****Styles for Adjust Contrast tool****/
.slidercontrast { display: inline-block;}
.ui-widget-content_contrast {background:url(images/contrast-adjustor.png) no-repeat ; border:2px solid #e06fd2;width:329px; height:18px;}
.ui-state-default1, .ui-widget-content1 .ui-state-default1, .ui-widget-header1 .ui-state-default1{background:url(images/marker.png) no-repeat;border:none;top:1.2em;outline:none;}
.slidercost{ display: inline-block;}
.ui-widget-content_cost {background-color:#ff0066; border:0;width:100%; height:2px;}
.ui-state-default2, .ui-widget-content2 .ui-state-default2, .ui-widget-header2 .ui-state-default2{background:url(images/marker.png) no-repeat;border:none;
top:-0.5em;outline:none;}
/****End of Styles for Adjust Contrst tool****/

/* Tag Photo - Kumaresan*/
#imgtag{background-color: #FFFFFF;border: 1px solid #EEEEEE;box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);cursor: crosshair;margin: 25px auto 0;padding: 10px 0;position: relative;width: 338px;}
#imgtag div{cursor:auto;}
.tagview{border:solid 3px #fff;width:50px;height:50px;position:absolute;display:none;}
#tagit{position:absolute;top:0;left:0;width:250px;}
#tagit .box{border:solid 2px #fff;width:50px;height:50px;float:left;}
#tagit .name{position:relative;z-index:2;float:left;background: url(images/whitetrans.png) repeat;width:400px;padding:5px;margin-top:5px;border: solid 1px #ccc;font-family: Helvetica,Arial,sans-serif;font-size:15px;color: #666;}
#tagit div.text{padding:10px 0 8px 0;border-bottom: dashed 1px #666;text-align:left;}
#tagit div.textnew{padding:10px 0 8px 0;border-bottom: solid 1px #eee;text-align:left;color:#ff0066;font-weight:bold;}
#tagit div.tagcateglist ul{width:100%;margin:0;padding:0;}
#tagit div.tagcateglist li{float:left;list-style:none;width:40%;margin:5px 10px;text-align:left;vertical-align:middle;min-height:50px;}
#tagit div.tagcateglist li.subcatlistli{float:left;list-style:none;margin:5px 10px;text-align:left;vertical-align:middle;min-height:20px;width:45%;}
a.catlist, a.subcatlist{font-size:12px;text-decoration:none;display:block;vertical-align:middle;color:#666;}
a.backbutton{font-size:12px;text-decoration:underline;display:block;vertical-align:middle;color:#ff0066;float:right;margin:5px;}
#tagit div.tagcateglist li img{border:0;margin-right:5px;}
a.catlist:hover, a.subcatlist:hover{color:#ff0066;}
a.backbutton:hover{color:#666;text-decoration:none;}
#taglist{ background-color:#012D4A;width:300px;min-height:200px;height:auto !important;height:200px;float:left;padding:10px;margin-left:20px;color:#BFC6D0;-moz-border-radius:5px;
  -webkit-border-radius:5px;border-radius:5px;}
#taglist ol{padding:0 20px;float:left;cursor:pointer}
#taglist ol a {color:#BFC6D0;font-size:11px;}
#taglist ol a:hover { text-decoration:underline }
.tagtitle{font-size:14px;text-align:center;width:100%;float:left;}

.taghelp{text-align:left;margin:10px;background-color:#fbf2fa;border:solid 1px #d0cdd0;overflow:hidden;}
.taghelp p{color:#333;margin:0 10px 5px;padding:0;font-size:12px;}
.taghelp h3{color:#c036b4 !important;margin: 8px 10px !important;padding:0;font-size:18px;font-style:italic;text-align:left !important;}
.geofont{font-family:Georgia, "Times New Roman", Times, serif;}
.helfont{font-family:Helvetica, Arial, sans-serif}
.floatleft{float:left}
.helpleft{width:90%}
.margintop5{margin-top:5px;}
.shadowclass
{
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}
.catdivpar{text-align:left;margin:10px;background-color:#fff;overflow:hidden;}
.catdivparpink{background-color:#fbf2fa;}
.catId{color:#333; font-size:18px;}
.catName{color:#ff0066; font-size:18px;}
.catStyle,.catColor{color:#333; font-size:12px;display:block; margin:5px 5px 5px 0;float:left;}
.whitebg {background-color:#fff}
.catform{width:100%; clear:both;margin:10px;}
.catcost{ clear:both;margin:10px;font-size:13px; color:#676565;}
.catslide{clear:both;margin:10px;border:solid 1px #efe2ee;vertical-align:middle;padding:20px 10px 30px 10px;font-size:13px; color:#676565;}
.floatright{float:right}
.arrowdivshow{background:url(images/tag_down_arrow.png) no-repeat;width:24px;height:24px;float:right;margin:7px 7px 0 0;cursor:pointer;}
.arrowdivhide{background:url(images/tag_up_arrow.png) no-repeat;}

/* Upload Photo Page 1 Styles Venkatesh Sha*/

.leftbgimg{background:url(images/bg-leftside.png) repeat-y left top;overflow:hidden;}
.middlebg{width:747px;overflow:hidden;}
.middlebtm{height:23px;}
.uploadphoto{overflow:hidden;}

.uploadmyphoto{margin-top:-3px;}
.uploadhead{font-family:Georgia;font-size:36px;color:#ff0066;font-style:italic;display:block;margin:65px 0 10px;}
.uploadpgImg{margin-top:15px;}
.uploadpgTxt{float:left;font-family:Georgia;font-size:14px;color:#6b5f6a;width:100%;display:block;margin: 30px 10px 0;text-align:left;line-height: 24px;}
.chooseFile{width:100%;float:left;margin:25px 10px 0 10px;min-height:140px;padding-bottom:10px;}
.leftbtn{margin: 0 auto;clear:both;overflow:hidden;width:195px;display:block;padding:20px 0 0 26px;background:url(images/upload_btnleft.png) no-repeat  left 20px;height:23px;}
.leftbtn input.btn{margin-left:0}
input.btn{padding:0px;padding-right:35px;padding-bottom:3px;margin:0px;width:170px;display:inline-block;overflow:hidden;float:left;height:23px;background:url(images/upload_btnrght.png) no-repeat  right top ; color:#000;border:0px;font-family:Arial;font-size:13px;outline:none;}
.uploadbtnTxt{color:#3e3b3d;font-family:georgia;font-size:12px;float:left;margin:25px 0 0 20px;}
.uploadcontinueBtn{float:left;margin:15px 0 0 30px;}
.orTxt{font-family:Helvetica;font-size:18px;font-weight:bold;margin:25px 0 0 17px;float:left;}
.fbConnect{font-family:Helvetica;font-size:12px;color:#443c44;margin:17px 0 0 10px;display:block;float:left;width:165px;}
.fbconnectbtn img{margin:5px 0 0 17px;float:left;display:block;width:144px;border:none;}

/* Sign Up Styles */
#suform {display: inline-block;}
#suform p{float:left;margin: 5px 5px 5px 80px;padding:0;text-align:left;width:560px;font-size:12px;color:#1a1a18;font-family:Helvetica,Arial,  sans-serif;}
#suform p{*margin:0px;*padding: 5px 5px 5px 80px;}
.allmargin20{margin:20px;}.allmargin10{margin:10px;}
.signupbg{background:url(images/signup_bg.png) no-repeat center; margin: 0 auto 50px;;height:237px;background-position:51% 67%;}
.signupbg ul{padding-left:37px;}
.signupbg li{list-style:none;width:218px;float:left;font-size:14px;color:#1a1a18;font-style:italic;}
.sunumber{font-size:48px;}
.suimage{padding:22px 30px 15px 40px;}
.sppad{padding:22px 30px 15px 59px;}
.sutext{margin:13px 30px 30px 30px;}
.signuptext{font-size:14px; color:#1a1a18; margin:15px 0;}
#suform .tip {
	margin-bottom:5px;
	color: #ccc;
}

.spacer{padding-top:15px;}
#headsu{text-align:center;width:747px;position:relative;min-height:48px; font-size: 14px; color:#1a1a18;font-style:italic;padding-top:30px;}
#headsu .signup{font-size:36px;color:#ff0066;}
#suform input, #suform textarea{background:url(images/text-bg.jpg) repeat-x;border-left: solid 1px #999999;border-right: solid 1px #999999;font: normal 11px/100% helvetica,Arial, sans-serif;width: 525px;height: 22px;padding: 6px;border-bottom: solid 1px #999999;border-top:none;}
#suform div.checker input
{
    height:19px !important;
    width:auto !important;
    float:left !important;
}
#suform checkbox{height:19px;}
#city{width:280px;float:left;}
#code, #codelbl{width: 170px; margin-left:10px;}
#terms{width:10px;float:left;}
#logged{width:10px;float:left;}
#suform textarea
{
	width: 525px;
	max-width: 525px;
	height: 150px;
	line-height: 150%;
}
#suform input:hover, #suform textarea:hover,
#suform input:focus, #suform textarea:focus
{
	border-color: #999;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}
.form label{color: #000;float:left;}
.submit{text-align:center;width:100%;}
#head{text-align:center;width:747px;position:relative;min-height:48px; font-size: 24px; color:#333;font-style:italic;padding-top:30px;}
#head .signup{font-size:36px;color:#ff0066;}
.submitClass{background: url(images/signup.png) no-repeat top left;height:65px;width:265px;}
.signup_btn{margin-top:20px;}
.termsTxt{color:#000;}
#suform label{font-size:14px;color:#1a1a18;}
p.terms label{font-size:12px;}
.sumargin{margin:10px 100px 40px 100px;}
.topmargin{margin-top:15px;}
.topmargin30{margin-top:30px;}

/* header styles */
#tiwlogo{border:0;cursor:pointer;}
#branding img {display: block;text-align: center;border:none;}
#wpadminbar{display:none;height:0px !important;}
.show-admin-bar{display:none;}
/*#header{width:100%; background: #e8f3f5 url(images/header_bg.png) no-repeat right top;position:fixed;z-index:100;}*/
/*#header{width:100%;position:fixed;z-index:1000;top:0px;}*/
#header{
	width:100%;
	position: fixed;
	z-index: 1000;
	top: 0px;
	height: 104px;
	background: #fff;
	border-bottom: 40px solid #000;
	-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
			-o-box-sizing: border-box;
	box-sizing: border-box;
}
.no-boxsizing #header {height: 62px;}
.headerbig{/*background:url(images/header_big_bg.png) repeat-x center top;*/}
.headeraddit{background:url(images/header_small_bg.png) repeat-x center top;}
.headeradd{margin:0 auto;text-align:center;width:100%; height:120px;padding-top:20px;}
#navigation{width:100%; height:54px;}
#navchild{
	width:1100px;
	margin: 0 auto;
	position: relative;
}
	#navchild:before{
		content: '';
		position: absolute;
		left: 0;
		right: 0;
	}
#subnav{
	width:100%;
	height:40px;
}
.imwearing{float:left;margin-top:-9px;*margin-top:3px}
/*.navlist{margin-top:12px;}*/
/* new header classes */
.navleft{
	position: absolute;
	z-index: 100;
	top: 10px;
}
.navright {
	float:right;
}
.navlist ul
{
  margin: 0 0 0 6px;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
  width: 800px;
}
.navlist li{
	float: left;
	list-style-type: none;
	margin: 2px 0;
	padding: 0;
	border-left: 1px dashed #d8d9d9;
}
.navlist a.login{padding:0px;}
.navlist a{
	text-decoration: none;
	display: inline-block;
	padding: 0 25px;
	height: 60px;
	line-height: 60px;
	vertical-align:middle;
	color: #636363;
}
.navlist a.login,.navlist a.signinnew{padding:0px 20px 9px 20px;color:#070707;font-family:Arial, Helvetica, sans-serif;font-size: 16px;font-weight: bold;font-style:normal;}
.navlist a.signinnew{color:#bd0eb7;background:url(images/login_left_border.png) no-repeat right;}
.navlist a.loginsu{padding:12px 20px 2px 20px;}
.navlist a.account {padding: 20px 20px 22px 20px}
.navlist li.signinsp span{background:url(images/sign_in_bg.png) no-repeat center top;width:190px;height:44px;margin:3px 5px 5px 35px;display:block;}
.navlist li.signinsp span a{padding:12px 20px 11px 20px;float:left;}
.navlist a:hover{color: #ff0066;}
.navlist a.login:hover{background:none;}
.navlist a.signinnew:hover{background:url(images/login_left_border.png) no-repeat right;}
.navlist a.active{color: #ff0066;}
a.login,a.loginsu{font-size:15px;font-weight:normal; font-style:italic;}
a.login span,a.loginsu span{color:#000;}
a.account{font-size:13px;font-weight:normal; font-style:italic;color:#000;}
.subnavlist{width:785px;/*margin:0 auto*/}
.subnavlist ul
{
	margin:0;
	padding:0;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 15px;
	font-weight: normal;
	/*width:647px;*/
    float:left;
	height:30px;
}
.subnavlist li{
	float:left;
	list-style-type:none;
	padding:0;
	margin:0;
	border-left: solid 1px #949494;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
}
	.subnavlist li:first-child {
		border: none;
		padding: 0 18px;
		cursor: auto;
	}
/*
.subnavlist span{font-family: Georgia, "Times New Roman", Times, serif;font-size: 16px;font-style:italic;display:block; padding: 16px 13px 14px 20px; float:left;}
*/
.subnavlist span{font-family: Georgia, "Times New Roman", Times, serif;font-size: 16px;font-style:italic;display:block; /*padding: 16px 13px 14px 7px;*/ float:left;border:0 solid red; color: #cacaca;}

.subnavlist a{text-decoration:none;display:block; padding: 0 18px; vertical-align:middle;color:#cacaca; float:left;}
.subnavlist a.headarrdiv{padding: 10px 8px 9px 20px;}
.subnavlist a:hover, .subnavlist a.active {background: #ff0066; color: #fff;}
	.subnavlist li:last-child a:hover {background: transparent;}
.subnavlist .arrowclass{text-decoration:none;display:block;padding:10px 0; vertical-align:middle;color:#cacaca;float:left;position: relative;}
#subnavdd{display:none;position:absolute;right:0;padding-top:30px;width:100px;}
#subnavdd ul {margin:0;background-color:#FFF;border:solid 1px #ccc;width:100px !important;}
#subnavdd li{float:none;border:none;padding:0 10px;font-family: Helvetica,Arial,sans-serif;font-size: 12px;font-weight: normal;color: #636363; height: 32px; line-height: 32px;}
.navlist li.noborder,.subnavlist li.noborder{border:0;}


/* footer styles  */
.footer{height:80px;width:100%;float:left;clear:both;background:#000;padding:15px 0;display: none;}
	.footer .copyright {
		font-size:10px;
		color:#999;
		line-height: 1;
		margin-top: 5px;
	}
.footerchild{margin:0 auto;width:1000px;}
.footerContent{margin:auto;}
.imageContainer{background:url(images/footerimge.jpg) no-repeat;height:120px;width:221px;float:left;}
.list{float:left;color: #fff;line-height: 25px;vertical-align: bottom;width:340px; text-align:center;}
.list ul{margin:0; padding:0;}
.list li, .list li.evenli{list-style:none; font-size: 12px;text-align:left;float:left; width:180px;}
.list li.evenli{width:120px;}
.list li a{text-decoration:none;color:#ffffff; font-size: 14px;}
.list li a:hover{text-decoration:underline;}
.inptContainer{float:left;}
.inputLabel{font-family:Helvetica,Arial,sans-serif;;color:#E5E5E5;font-size:16px;font-weight:normal;}
#submit{border:none;height:40px;width:166px;padding:0;margin-left:15px;margin-top:5px;background:transparent}
.appstore_logo{margin: 0 auto;overflow: hidden;padding:4px 15px 0 15px;width: 186px;}
.info {background: url(images/arrow.png) no-repeat scroll 0 -0 transparent;display: inline-block;height: 13px;left: 4px;position: relative;*position:static;top: 2px;width: 12px;}
/* Login Script CSS */

/* form elements */

/* DOB class p */
#suform p.terms{margin-left:0}
#suform p.DOB{
    width:100%;
    padding-top: 22px;
}
#suform p.DOB span{font-family:Georgia;}
#suform p.DOB label{display:block;margin-bottom:5px;}
#DOB_DAY,#DOB_MONTH,#DOB_YEAR,.selector{margin-left:2px;}
#DOB_DAY option,#DOB_MONTH option,#DOB_YEAR option,.selector option {padding-left:10px;}
/* DOB class p */
.wp-user-form {}
.username, .password, .login_fields {
		margin: 7px 0 0 0;
		overflow: hidden;
		width: 100%;
		clear:	both;
		}
.username label, .password label, .login_fields label { float: left; clear: none; width: 25%; }
.username input, .password input, .login_fields input {
			font: 12px/1.5 "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
			float: left; clear: none; width: 200px; padding: 2px 3px; color: #777; height: 24px;
			}
.rememberme { overflow: hidden; width: 100%; margin-bottom: 7px; }
#rememberme { float: left; clear: none; margin: 4px 4px -4px 0; }
.user-submit { padding: 5px 10px; margin: 5px 0; }

#headsu .login {
    color: #ff0066;
    font-size: 36px;
    margin-bottom: 30px;
}

.login-section{	margin:auto; color:#ff0066;padding-bottom:30px;}
/* End for Login script CSS */


img#close_image{cursor:pointer;}

/*custom style for homepage trending*/
.trending_li {margin-left:36px; }
/* post a look file upload styles */
.chooseFile input{clear:both;height:24px !important;float:left !important;border:1px solod red !important;margin-left:5px !important;}
.chooseFile label{float:left; margin: 10px;}
.chooseFile{padding-top:10px;}

/***My Profile Page Styles-Venkatesh Sha ***/
/*.myprofile_content{margin-top:20px;}*/
.welcome_myprofile{background: #f0f0f0;width:752px;margin:0 auto;overflow:hidden;}
.myprofile_pic{width: 115px;margin:0 5px;position:relative;float:left;}
.profilepic_arrow,.bigprofilepic_arrow{background:url(images/dropdown_arrow.png) no-repeat top left;position:absolute; width:14px;height:15px;top:17px;left:11px;}
.myprofileTxt{text-align:left;padding:5px 0 2px 7px;float:left;width:245px;border-right: 1px dashed #FFF;}
.welcomeTxt,.myprofileLocation{font-family: Helvetica, Arial,sans-serif;font-size:12px;color:#ff0066;margin-top:10px;display:block;}
.nwwidth{width:250px;}
.myprofileName{display:block;font-size:24px;font-style:italic;color:#000;word-wrap: break-word;}
.myprofileLocation{color:#000;margin-top:0px;}
.myprofileHistory {list-style-type:none;float:left; margin:0;padding:0;}
.myprofileHistory li{float:left; width:72px;cursor:hand;height:120px}
.bordermer{border-right:1px dashed #fff;}
.bordermel{border-left:1px dashed #b4b4b4;}
.shadowme{box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);}
.myprofileHistory li:hover{background-image:url(images/selected-hover.png) repeat;}
.listitemsTxt{font-family: Helvetica, Arial,sans-serif;font-size:12px;color:#000;display:block;margin-top:15px;}
.listitemImg{margin-top:8px;}
.listitemCount{font-style:italic;font-family:Georgia;font-size:18px;color:#ff0066;display:block;margin-top:6px;}
.myprofile-bg{background:url(images/myprofiletableft.png) no-repeat;}
#Myprofile_leftcolumn{width: 395px;text-align:center;padding-bottom:10px;margin: 0 auto;position:relative;float:left;}
.mystyledesclikes{display:block;}
.mystyleTxt{overflow:hidden;margin-left: 20px; margin-top: 20px;padding-bottom: 4px;border-bottom:1px solid #dfdfdf;padding-left:8px;}
.mystyleDescription{float:left;font-style:italic;font-family:Georgia;font-size:25px;color:#333333;}
.mystyleClothing{color: #333333;display: block;font-family: Georgia;font-size: 20px;font-style: italic;line-height: 20px;margin: 0;padding-top: 10px;text-align: left;margin-left:40px;}
#Mypic_image{margin:0 auto;margin-top:15px;position:relative;border: 1px solid #EEEEEE;box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
filter: progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=5, Direction=0),
         progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=5, Direction=90),
         progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=5, Direction=180),
         progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=5, Direction=270);padding:15px 0;}
.bigprofilepic_arrow{top:15px;left:15px;}
.myproeditors_pick{position:absolute;top:0;right:0px;}
.sharing-icons{margin-top:10px;text-align:left;margin-left:35px;}
.sharingTxt{color: #222;display: block;font-family: Georgia;font-size: 14px;font-style: italic;margin-left: 5px;text-align:left;}
.share_socialicons,.share_socialicons ul{margin: 7px 0 20px;padding:0;overflow: hidden}
.share_socialicons li{list-style-type:none;float:left;margin:5px;}
.share_socialicons li a.fb-shareicon{display:block;width:32px;height:32px;text-decoration:none;background:url(images/smallfb.png) no-repeat}
.share_socialicons li a.twitter-shareicon{display:block;width:32px;height:32px;text-decoration:none;background:url(images/smalltwitter.png) no-repeat}
.share_socialicons li a.picon-shareicon{display:block;width:32px;height:32px;text-decoration:none;background:url(images/smallpicon.png) no-repeat}
.share_socialicons li a.conn-shareicon{display:block;width:32px;height:32px;text-decoration:none;background:url(images/smallconnect.png) no-repeat}
.myprofileComments{margin: 10px 0 auto 15px;}
.commentsTxt{display:block;margin-top:-8px;text-align:center;*margin-top:-13px;}
.comment_here{margin:25px 0 0 25px;}
.commentors_pic{float:left;margin-left:5px;}
.myprofileAddcomments{overflow:hidden;margin-left:10px; width:500px;height:60px;}
.myprofileAddcomments_edit{overflow:hidden; width:450px;height:60px;}
#usercomments{width:480px;margin-left:5px;}
.ebartcombox
{
    overflow:hidden;
    margin:0 0 0 10px;
    width:467px;
    max-width:467px;
    height:57px;
    max-height:57px;
    background:url(images/text_area_bg.png) no-repeat right bottom !important;
    border:solid 1px #f7f6f6 !important;
    padding-top:0px !important;
    font-family:Helvetica,Arial !important;
    font-size:12px !important;
    color:#979797 !important;
    *height:58px !important;
    height:58px/0\ !important;
}
.ebcommentbox
{
    overflow:hidden;
    margin:0 0 0 10px;
    width:479px;
    max-width:479px;
    height:64px;
    max-height:64px;
    background:url(images/text_area_bg.png) no-repeat right bottom !important;
    border:solid 1px #f7f6f6 !important;
    padding-top:0px !important;
    font-family:Helvetica,Arial !important;
    font-size:12px !important;
    color:#979797 !important;
    *height:58px !important;
    height:58px/0\ !important;
}
.topComments, .topComments-prof{margin-top:10px;margin-bottom:35px;}
.odd-comments{margin:0 auto;background-color:#f0f0f0;padding: 9px 5px 22px;overflow:hidden;width:98%}
.topComments-prof .odd-comments{margin:0 auto;background-color:#f0f0f0;padding: 9px 5px 22px;overflow:hidden;width:320px}

.comments_onmylook,.commentors-name{color: #000000;display: block;font-size: 12px;margin: 0 0 5px;text-align: left;}
.commentors-name{font-style: italic;font-family:Georgia,Arial;}
.time-info{display:block;font-size:12px;color:#969696;text-align:left;}
.even-comments{margin:0 auto;background-color:#fff;padding: 9px 5px 22px;overflow:hidden;width:98%}
.topComments-prof .even-comments{margin:0 auto;background-color:#fff;padding: 9px 5px 22px;overflow:hidden;width:320px}
.odd-comments span{padding-left:10px;}
#myprofile-rightcolumn{background-color:#FFF;width:367px;margin-left:10px;min-height:1220px;margin-top:10px}
#mylookright #myprofile-rightcolumn {margin-left:0px;min-height:0;}
.previouscomments{margin:0 auto;background:url(images/Bg.png) repeat;}
.leftmargin10{margin-left:10px;}
.rightmargin10{margin-right:10px;}
.rightmargin20{margin-right:20px}
.leftmargin20{margin-left:20px;}
.width70{width:70%;}
.width80{width:80%;}
.time-info a{color: #969696; text-decoration:none;}
.time-info a:hover{color: #cb233d;}
.lookspace{margin-top:12px;}
.prolookspace{margin-top:20px;}
.margin20{margin:20px;}
.margin4{margin-top:4px;}
.margint3{margin-top:3px;}
.margint1{margin-top:1px;}
.margint2{margin-top:2px;}
.margint10{margin-top:11px;}
.marginr10{margin-right:10px}
.margint13{margin-top:13px;}
.margint0{margin-top:0;}
.margintt2{margin-top:-2px;}
.margint8{margin-top:8px;}
.margint5{margin-top:5px;}
.margint18{margin-top:18px;}
.marginbtm5{margin-bottom:5px;}
.marginbtm10{margin-bottom:10px;}
.padding5{padding:5px;}
.myshadow{box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
/*filter: progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=5, Direction=0),
         progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=5, Direction=90),
         progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=5, Direction=180),
         progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=5, Direction=270);*/}
.ie8shadow{/* For IE 8 */-ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#cccccc');}
.sharethislook{margin: 0 0 0 -4px;padding:0;list-style-type:none;}
.sharethislook li{float:left;margin:5px 5px 5px 0;}
.sharethislook li a.fb-newicon{background:url(images/fb-btn.png) no-repeat;display:block;width:119px;height:41px;text-decoration:none;outline:none;}
.sharethislook li a.twitter-newicon{background:url(images/twitter-btn.png) no-repeat;display:block;width:119px;height:41px;text-decoration:none;margin-left:35px;outline:none;}
.sharethislook li a.picon-newicon{background:url(images/Pinterest-btn.png) no-repeat;display:block;width:119px;height:41px;text-decoration:none;margin-left:35px;outline:none;border:none;}
.report-abuse{background:url(images/report-flag.png) no-repeat;width:19px;height:26px;position:absolute;top:3px;right:3px;}
.posrelative{position:relative;}
/*****************************************7th August**********************************/
/*.myprofile-arrowclass{position:absolute;top:15px;left:15px;border:1px solid #dddada;top:15px\0/IE8+9;left:15px\0/IE8+9;}
#shopsubnavdd{ display: none;position: absolute;width: 80px;left:0;}
#shopsubnavdd ul{list-style-type:none;margin:0;padding:0;background-color:#f4f4f4;border:1px solid #dddada;text-align:left; padding: 1px 9px 3px;position:relative;}
#shopsubnavdd ul li a{color:#1f1f1f;font-family:Helvetica, Arial,  sans-serif;font-size:10px;text-decoration:none;text-align:left;}


#commentSlider-followingme ul{list-style-type:none;margin:0;padding:0;overflow:hidden;}
#commentSlider-followingme ul li{float:left; margin:7px;}

#pro_myloves{background: url(images/bg.png) repeat;width:349px;margin: 0 auto;position:relative;overflow:hidden;padding:5px 10px 25px;border-right:1px solid #eebfe3;display:none;}
#following-me{background: url(images/bg.png) repeat;width:349px;margin: 0 auto;position:relative;overflow:hidden;padding:10px 10px 25px;border-right:1px solid #eebfe3;display:none;}
#comments-slideclick{/*display:none;
/*position:relative;margin:0 auto;}*/



/*****************************************EO 7th August**********************************/
#live-feed{background-color:#f0f0f0;width:354px;margin: 0 auto;padding:10px;position:relative;overflow:hidden;padding-bottom:10px;display:block;}
.live-feedTxt{font-size:20px;font-style:italic;text-align:center;padding-top:15px;}
.live-feedContents{list-style-type:none;margin:0;padding:0;border-bottom:1px solid #dfdfdf;padding-bottom:3px;}
.live-feedContents li{border-top:1px solid #dfdfdf;padding-top:6px;padding-bottom:4px;overflow:hidden;}
.live-feedcommenter,.live-feedinfo{font-size:12px;color:#3c3c3c;text-align:left; width:280px;margin-left:10px;}
.live-feedinfo span{font-style:italic}
.live-feedcommenter{height:15px;}
.live-feedinfo{height:30px;}
.color756f75{color:#756f75;}
/*******14 aug******************/
.rightshdw{background:url(../images/horizontalshd.png) repeat-y;left:0;}
#myprevLooktab{position:absolute;top:10px;overflow: hidden;width:300px;height:100%;display:none;*left:0;margin-left: 10px;}
/*aaa*/#horiz_container_outer1{width:300px;overflow-x:hidden;overflow:hidden;position:relative;height:400px;padding:0;margin:0 auto;}
/*KK*/#horiz_container1,#horiz_container2{margin:0px;padding:0px;height:380px;margin-top:5px;list-style-type:none;}
#horiz_container1 ul,#horiz_container2 ul{margin:0px; padding:0px;float:left;}
#horiz_container_inner{padding-left:0px;}
#horiz_container1 li,#horiz_container2 li{list-style:none;display: inline-table;margin:0px;float:left;margin-left:5px;}
#horiz_container1 li img,#horiz_container2 li img{padding:0px;margin:0px;}
/* SCROLLING STYLES */
#scrollbar1{position:relative;width:252px;height:12px;display:block;font-size:1px;top:0px;margin:10px 0 0 5px;}
#track1,#track2{position:absolute;left:21px;top:0;width:250px; height:15px;background: #fff;-webkit-border-radius: 15px;-moz-border-radius: 15px;border-radius: 15px;}
#dragBar1,#dragBar2{position:absolute; left:0px; top:0px;width:20px; height:13px;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;background-color:#ff0066;}  
#left_scroll1,#left_scroll2{position:absolute;background:url(../images/scroll-left.png) no-repeat;width:25px;height: 15px;cursor:pointer;top:0px;left:-1px;outline:none;}  
#right_scroll1,#right_scroll2{position:absolute;right:-40px;top:0px;background:url(../images/scroll-right.png) no-repeat;width: 25px;height:15px;cursor:pointer;outline:none;}

/* Prevent selection problem */
#scrollbar2, #track2, #dragBar2, #left2, #right2{-moz-user-select: none;-webkit-user-select: none;-khtml-user-select: none;}
/**********Eo 14 aug*******************/
/**Slider for profile page**/
/* Easy Slider */
#commentSlider ul, #commentSlider li{margin:0;padding:0;list-style:none;*width:360px !important;}
#commentSlider, #commentSlider li{width:364px;height:437px;overflow:hidden;}
span#proprevBtn{background:url(images/comments_uparrow.png) no-repeat center;width:18px;height:10px;border:none;}
span#proprevBtn a,span#pronextBtn a{text-decoration:none;outline:none;margin:6px;}
span#pronextBtn{background:url(images/comments_arrow.png) no-repeat center;outline:none;margin:6px;}
.previouscommentsList{margin-top:30px;}
.odd-listtype{background-color:#f0f0f0;padding:2px 0 5px 5px;margin-left:5px;overflow:hidden;}
.commentlistitemImg{background:url(images/small-pic1.png) no-repeat;width:32px;height:61px;float:left;}
.pro_lovemeImg a img{background:url(images/default_look_loves.png)}
.commentlistitemTxt,.commentlistitemCmnt{display: block;padding-left: 40px;text-align: left;font-family:Helvetica, Arial, sans-serif; font-size:12px;color:#000;}
.commentlistitemCmnt,.commentlistitemTime{font-size:11px;line-height:14px;}
.commentlistitemTime{font-family:Helvetica, Arial, sans-serif;color:#969696;padding-left: 40px;display:block;text-align:left;}
.even-listtype{padding:2px 0 5px 10px;overflow:hidden;}
 .myfashion-invite{margin-top:30px;}
/*.myfashion-invite{margin: 30px 0 0 15px;}*/
.myFashion{background:url(images/myfashion-passion.png) no-repeat;float:left;width:178px;height:66px;outline:none;}
.myinvite{background:url(images/invitefriends.png) no-repeat;width:166px;height:65px;float:left;margin-left:23px;outline:none;}

/*My Profile-Editorpic and Previous Look Tabs styles*/
.mylooks-editor_tabs{margin-top:30px;width:364px;float:left; position:relative; margin-top: 7px\9;}
.Scroller-Container{ position: absolute;top: 0px; left: 0px;}
.Scrollbar-Up{position: absolute;width: 17px;height: 26px;background: url(images/scroll_up.png) top center no-repeat;font-size: 0px;}
.Scrollbar-Track{width:15px;height:384px;position:absolute;top:26px;border-left:solid 1px #e7e6e6;border-right:solid 1px #e7e6e6;background-color: #fffdfd;}
.Scrollbar-Handle{position: absolute;width:15px;height:80px;background-color: #d444cc;border-radius: 10px 10px 10px 10px;}
.Scrollbar-Down{position: absolute;top: 410px; width:17px;height:26px;background: url(images/scroll_down.png) top center no-repeat;font-size: 0px;}
#Scrollbar-Container,#Scrollbar-Container1{position: absolute;top:50px;left:335px;}
#Containertab{position: absolute;top: 43px;width: 365px;height: 425px;padding-bottom:6px;/*background:url(images/myprofilehorizontalsliderbg.png) repeat;*/background: #f0f0f0;overflow:hidden;*left:0;}
.pinkborrgt{border-right:1px solid #d699cf;}
#News,#About{position:absolute;overflow: hidden;width:300px;height:100%;display:none;*left:0;margin-left:25px;}
#News{display: block;}
#Brand-Scrolldiv{position:absolute;top:10px;overflow: hidden;width:300px;height:100%;display: block;}
#Brand-Scrolldiv1{position:absolute;top:10px;overflow: hidden;width:300px;height:100%;display: block;}
#Navigation{position:absolute;text-align:center;*left:0;width:364px;/*border-right:1px solid #DEAFD9;*/background:url("images/my-profileslidetop.png") repeat scroll 0 0 transparent}
#Navigation a{padding: 0 5px;height: 45px;/*background:url(images/selected-hover.png) repeat;*/background: #ccc;font-family:Georgia, "Times New Roman", Times, serif; font-size:17px;font-style:italic;width:162px;color:#f0f0f0;text-decoration: none;display: block;float: left;letter-spacing: 1px;padding:10px 10px 10px 9px;-webkit-tap-highlight-color: rgba(0,0,0,0);}
#a{border-right:1px dashed #FFFFFF;}
#b{border-left:1px dashed #b4b4b4;}
#Navigation a:hover {margin-top: 0px;height: 45px;width:162px;padding:10px 10px 10px 9px;}
#Navigation a.current {margin-top: 0px;height: 23px;/*background:url(images/transbg.png) repeat;*/background: #f0f0f0;color: #000000;width:162px;padding:10px 10px 10px 9px;-webkit-tap-highlight-color: rgba(0,0,0,0);}
.mylooks-history,.editorspicImg-history{width:300px; list-style-type:none;margin:0;padding-left:10px;}
.lookhistoryImg1,.editorpicImg1{background:url(images/prevlook1.png) no-repeat;width:66px;height:138px;float:left;}
.mylooks-history li,.editorspicImg-history li{width:66px;margin-left:6px;float:left;margin-top:5px;}
.superarrow{background: url(images/myprofile_arrw.png) no-repeat;width:366px;height:16px;margin-top:10px;}
.superarrowguest{background: url(images/myprofile_arrw.png) no-repeat;width:366px;height:16px;margin-top:10px;}
.defaultpos{background:none !important;}
.commentpos{background-position: 319px;}
.followerspos{background-position: 245px;}
.followingpos{background-position: 174px;}
.lovingpos{background-position: 100px;}
.lovespos{background-position: 26px;}


/*Venkatesh Sha- Look Page Styles*/
#mylookleft{float:left;width:610px;margin-left:5px;}
#mylooksharebox{width:610px;padding-top:35px;overflow:visible;}
#mylookright,#purchaseright{margin:10px 0 0 36px;padding-bottom:10px;}
.Txtcolor{color:#666666;}
#mylookshareimg{float:left;margin-left: 3px;width:300px;padding:13px;}
.mylooksharedet{width:41%;float:left}
.mylookimg{background-color:#FFFFFF;border: 1px solid #EEEEEE;box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);text-align: center;position:relative;width:50%;}

.lovetslookBtn{background:url(images/lovethislook-btn.png) no-repeat;height: 71px;position: absolute;width: 245px;outline:none;cursor:pointer}
.deletetslookBtn{background:url(images/deletethislook-btn.png) no-repeat;height: 71px;position: absolute;width: 245px;outline:none;}
.downarrow{position:absolute;background:url(images/dropdown_arrow.png) no-repeat;height:15px;width:14px;left:14px;top:12px;outline:none;}
.mylook_pic img{float:left;margin:10px;}
.naturalwidth{width:195px;border:none;}
.mylooksharing-icons{clear: both;margin: 10px 0 0 9px;padding: 14px 0 0;}
.mylooksharing-icons-new{margin:10px 0 0 23px;position:relative;z-index:0}
.mylooklist{margin-left:20px;text-align:center;}
.mylookHistory{float:left;list-style-type: none;margin: 0;padding: 0;}
#mylookLoves-tab,#mylookLoving-tab,#mylookFollowing-tab,#mylookFollowers-tab{float:left;width:75px;height:142px;}
#mylookLoves-tab,#mylookLoving-tab,#mylookFollowing-tab{/*border-right:1px dashed #FFF;*/}
#mylookLoving-tab,#mylookFollowing-tab,#mylookFollowers-tab{/*border-left:1px dashed #B4B4B4;*/}
.nwimgmt{margin-top:14px;}
.mylooktab-border {
    background: url(images/centerlis-bg.png) no-repeat scroll right top transparent;
    height: 142px;
    padding-left: 45px;
    width: 71px;
    *margin-top:-125px;
  }
.paddingrt10{padding-right:10px;}
.ldheaddiv{font-family:Helvetica,Arial,sans-serif;color:#000000;font-size:12px;height:30px; margin: 10px 0 8px;}
.ldicondiv{height:45px;vertical-align:middle;}
.ldsmlheaddiv{padding-top:9px;height:21px;font-family:Helvetica,Arial,sans-serif;color:#000000;font-size:12px;margin: 10px 0 8px;}
.ldcountdiv,.ldcountdiv span{ color: #ff0066 !important;
    display: block;
    font-family: Georgia;
    font-size: 18px;
    font-style: italic;}
.removefloatie7{*float:none;}
.removefloat{float:none;}
.marginl5 {margin-left: 5px;}
.followBtn{text-align:center;margin-top:10px;}
.followBtn span{background:url(images/follow-btn.png) no-repeat;width:241px;height:66px;margin:0 auto;outline:none;display:block;margin-top:15px;}
.unfollowBtn span{background:url(images/unfollow-btn.png) no-repeat;width:241px;height:66px;margin:0 auto;outline:none;display:block;margin-top:15px;}
.myotherLooks{margin:10px;}
.myotherlookTxt{word-wrap:break-word;block;text-align:left;font-family:Georgia;font-size:18px;font-style:italic;color:#000;margin-left:10px;margin-top:30px;}
.mylookslider{position:relative;}
.mylookframe {
    left: -2px;
    position: absolute;
    top: -2px;
}
/*CONTAINER STYLES*/
#horiz_container_outer{width:300px;overflow-x:hidden;overflow:hidden;position:relative;height:413px;padding:0;margin:0 auto;}
#horiz_container{margin:0px;padding:0px;height:380px;margin-top:5px;}
#horiz_container ul{margin:0px; padding:0px;float:left;}
#horiz_container_inner{padding-left:0px;}
#horiz_container li{list-style:none;display: inline-table;margin:0px;float:left;margin-left:5px;}
#horiz_container li img{padding:0px;margin:0px;}

/* SCROLLING STYLES */
#scrollbar{position:relative;width:252px;height:12px;display:block;font-size:1px;top:0px;margin:10px 0 0 17px;}
#track{position:absolute;left:21px;top:0;width:250px; height:15px;background: #fff;-webkit-border-radius: 15px;-moz-border-radius: 15px;border-radius: 15px;}
#dragBar{position:absolute; left:0px; top:0px;width:20px; height:13px;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;background-color:#ff0066;}  
#left_scroll{position:absolute;background:url(images/scroll-left.png) no-repeat;width:25px;height: 15px;cursor:pointer;top:0px;left:-1px;outline:none;}  
#right_scroll{position:absolute;right:-40px;top:0px;background:url(images/scroll-right.png) no-repeat;width: 25px;height:15px;cursor:pointer;outline:none;}

/* Prevent selection problem */
#scrollbar, #track, #dragBar, #left, #right{-moz-user-select: none;-webkit-user-select: none;-khtml-user-select: none;}
/*Kumaresan*/
.showdivstyle
{	width:160px;min-height:40px;font-size:12px;color:#5d5d5d;font-style:italic;
	background-color:#FFF;
	box-shadow: rgba(0,0,0, 1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 1) 0px 0px 8px;
	position:absolute;
	border: solid 1px #ccc;
	z-index:999;top:0;left:0;display:none;
}
.showdivstyle div{float:left;margin:7px;}
.showdivstyle .showimg{}
.showdivstyle .showitems{width:105px;vertical-align:middle; text-align:left;}
.showimgtag{position:relative;}
.relpos{position:relative;}
.profileads{float:right;}
.showdivbox{width:50px;height:50px;position:absolute;cursor:pointer;background:url(images/transbg.png);}
.showboxborder{border:solid 3px #fff;}
/* Kumaresan - Editor's Blog Article Styles */
.articlebtm_parent{margin:8px 9px 0 9px;}
.articlebtm
{
    float:left;
    width:194px
}
.articlebtm img{background-color:#FFF;text-align:center;border: solid 1px #eee;padding:10px;margin:10px;box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;}
.articlebtm span{font-style:italic;color:#000;font-size:12px;margin:0 10px;display:block;line-height:18px;}
/****Styles for Adjust Contrast tool****/
.slidercontrast { display: inline-block;}
.ui-widget-content_contrast {background:url(images/contrast-adjustor.png) no-repeat ; border:2px solid #e06fd2;width:329px; height:18px;}
.ui-state-default1, .ui-widget-content1 .ui-state-default1, .ui-widget-header1 .ui-state-default1{background:url(images/marker.png) no-repeat;border:none;top:1.2em;outline:none;}

.slidercost{ display: inline-block;}
.ui-widget-content_cost {background-color:#ff0066; border:0;width:310px; height:2px;}
.ui-state-default2, .ui-widget-content2 .ui-state-default2, .ui-widget-header2 .ui-state-default2{background:url(images/marker.png) no-repeat;border:none;
top:-0.5em;outline:none;}




/****End of Styles for Adjust Contrst tool****/

/****************** Added by Prasanna **********/
.itembox .name{width: 95%; display: block; float: left;}
.authName{color:#3e3e3e;text-decoration:none;}
.authName:hover{text-decoration:none;color:#ff0066;}
.report_class {
    float:right;
    font-size:10px;
    text-decoration:underline;
    cursor:pointer;
    margin-right: 8px;
}

.report_love {
    float:left;
    font-size:11px;
    text-decoration:underline;
    cursor:pointer;
    margin-top:77px;
    margin-left:43px;
}

.report_look {
   float: right;
}

.report_response{
    font-size:11px;
    color:green;
    font-weight:600px;
}

.look_comment_box{
   float:left; left-margin:10; width:550px;
}

.errorText{color:red;font-size:12px;font-style:normal;}
.error{color:red;}
.correct{color:green;}
.view_profile_img{width:92px !important}
 #email{background:url(images/txtbox.jpg) no-repeat;float:left;height:15px;width:190px;padding:12px 10px 10px 20px;border:none;font-family:Georgia, "Times New Roman", Times, serif; font-size:14px;}
 #username,#firstname,#surname,#email{margin-top:5px !important;}

#modalOverlay{background:#000;opacity:0.5;filter:alpha(opacity=50);width:100%;height:768px;position:absolute;z-index:601;display:none;top:0;left:0;}
.popupbox{border:solid 1px #ccc;width:395px;background-color:#fff;margin:0 auto;top:0;left:0;display:none;z-index:1000;position:fixed;}
.popuphead{background:#999999;border-bottom:solid 1px #ccc;font-style:italic;color:#fff;font-size:18px;padding:7px;}
.closestyle{float:right;cursor:hand;background:url(images/close_icon.png) no-repeat top center;height:20px;width:20px;cursor:pointer;}
.popupcontent{padding:40px 13px 13px 13px;overflow:auto;height:100px;}
#profileImg, #lookImg1, #mylook_pic .photo{-webkit-transform: rotate(-5deg);-moz-transform: rotate(-5deg);filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5);-o-transform: rotate(-5deg);}
#profileImg{margin-top:10px}


/*Free text tagging in tag your photo */
/* Added on 9-8-2012 */
.free_tagstyle {border: 1px solid #ff0066; height: 20px;margin-left: 2px; margin-top: 2px;width: 138px; float:left;margin-right:8px}
.ac_results {
    padding: 0px;
    border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;

}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}
/*End of free text tagging */

/*styles for signup screen */
.signup_checkbox {
  width:22px !important;
}
.signup_paragraph {
  float: left !important;
  width: 500px !important;
  margin-top: 8px !important;
  margin-left: 0px !important;
  vertical-align:middle ! important;
}
.signup_paragraph {
  *margin-top: 0px !important;
  *margin-left: 0px !important;
  *padding-top: 8px !important;
  *padding-left: 0px !important;
}
/*End of styles for signup screen */

/*style for tag your photo child div*/
.tags_childdiv {
  float:left;
  padding:2px;
  margin:3px;
}
/*end of style for tag your photo child div*/

div.selector {float:left;}
#select_container{margin:8px 0px 0px 6px;}

/* Cross Browser Issue Styles */
.clearmarpad{margin:0;padding:0;}



.myborder{border:1px solid red}
.aspect_size{width:311px; height:644px; border:1px solid #eee;line-height:644px;text-align:center;overflow:hidden;}
/*.upload_error{
height:inherit;display:block;border-bottom:1px solid #cc99cc;border-top:1px solid #cc99cc;line-height:20px;font-size:12px;font-weight:600;background:#eee;text-align:left;padding-right:30px;color:red;
}*/
.upload_error{
    color:red;
    font-size:11px;
	font-weight:bold;
	text-align:left;
	margin:10px 0;
}
/* the following styles are added on 06-08-2012 */
/* Purchase Page Styles - Kumaresan*/
#whitecont-purchase,#whitecont-stylepg{background-color:#FFF; width:100%; margin: 0 auto;overflow:hidden;}
#whitecont-purchase{min-height:1040px;padding-bottom:20px;overflow:visible;}
#purchaseright,#purchaserightsml,#mylookright{float:left;width:329px;margin-left:25px;background:#f0f0f0; }

.rightbottom{width:330px;background:url(images/bottom_bg.png) no-repeat;height:8px;}
.rightbottom{width:330px;background:url(images/top_bg.png) no-repeat;height:8px;}
#puchasedetails{padding-top:5px;float:left;margin-left:15px;}
.top_shdw {
    /*background: url(images/topshdw-nw.png) repeat-x scroll center top transparent;*/
    height: 10px;
    position: absolute;
    top: 0;
    left:0;
    width: 330px;

}
.bttmshd{position:absolute;bottom:0;width: 330px;height:10px;}
.bttmshd-profile{background:url(images/bttmshd.png) repeat-x bottom center;position:absolute;bottom:0;width: 100%;height:10px;height:431px\9;}
.priceitem{font-size:14px;margin-top:8px;}
.materialtype,.availableSizes{font-size:14px;margin-top:20px;}
.leftmar{margin-left:15px;}
.sampleImgs{float:left;}
.sampleImgs ul{margin:0;padding:0;list-style-type:none;margin:0 5px;}
.sampleImgs ul li{margin-top:10px;}


/*Shop Style Page-Sha*/
#purchaserightsml{margin-left:20px;position:relative;}
#stylesearch{margin:0;padding:10px;padding-left:0;}
.stylesearchTxt{width:69%;height:23px;float:left;margin:0 auto;}
.stylesearchBtn{float:left;margin-left: -3px;margin-top: -1px;}
.leftpanelheadTxt,.leftpanelheadTxt10{background:url(images/shoppg-textbg.png) repeat top right;padding:8px;margin:0 15px;overflow:hidden;border-left:1px solid #ebd7e9;border-right:1px solid #ebd7e9;margin-top:10px; }
.headTxt{font-size:16px;display:block;float:left;padding-right:15px;}
.showmenw,.brandshowmenw{background:url(images/hidemenw.png) no-repeat;width:18px;height:20px;float:right;cursor:pointer;}
.hidemenw,.brandhidemenw{background:url(images/showmenw.png) no-repeat;width:18px;height:20px;float:right;cursor:pointer;}
.shopleftwhiteBg{background-color:#FFFFFF;width:84%;padding:3%;margin:0 auto;padding-bottom:5%;border-left:1px solid #ebd7e9;border-right:1px solid #ebd7e9;border-bottom:1px solid #ebd7e9; }
.myshadow{box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;}
.itemslist,.colorlist,.styleslist,.patternlist,.materiallist,.priceslist,.brandlist, .brandsublist{list-style-type:none;margin:0;padding:0; max-height: 328px; overflow-y: scroll;}
.itemslist li,.styleslist li,.materiallist li,.priceslist li,.brandlist_blah li,.brandlist li{padding:5px 7px;font-size:13.5px;}
.colorlist li, .patternlist li,.materiallist li,.priceslist li,.brandlist_blah li,.brandlist li{padding:7px;font-size:13.5px;}
.shopleftcostwhiteBg{background-color:#FFFFFF;width:84%;margin:0 auto;padding:3% 3% 8% 3%;margin-top:10px}
.ui-widget-shopcontent_cost{background-color:#ff0066; border:0;width:100%; height:2px;}
.catshopslide{clear:both;margin:10px;vertical-align:middle;font-size:13px; color:#676565;}
.catshopcost{ clear:both;font-size:13px; color:#676565;}
.leftpanelheadTxt10{margin:15px 15px 0 15px; padding:10px 11px;}
.shopleftsmlwhiteBg{background-color:#FFFFFF;margin:0 auto;width:86%;padding:5% 2% 2%;border-bottom:1px solid #eee;}
.brandsearchTxt{width:61%;height:23px;float:left;margin:0 auto;}
.brandshowmenw,.brandhidemenw{margin-top:5px;}
.listofbrands{background-color:#ffffff;padding:5%;width:80%;margin:0 auto;padding-bottom:30%;border-bottom: 1px solid #EBD7E9;border-left: 1px solid #EBD7E9;border-right: 1px solid #EBD7E9;}
.listofbrands ul,.bdcrumb ul{margin:0;padding:0;list-style-type:none;}
.listofbrands ul li{float:left;width:40%;}
#myshopright{float: left;margin-left: 25px;width: 600px;text-align:center;}
.bdcrumb, .shownumdetails{text-align:left;font-size:12px;background-color:#f2f0f0;width:50%;height:20px;margin-left:25px;padding:0;padding-left:0;overflow:hidden;float:left;}
.shownumdetails{width:40%;}
.sortTxt{float:left;font-size:12px;margin:4px 10px 0;}
.myshortselect{float:right;}
.shopselect{float:right;height:auto;min-height:1000pxwidth:100%;}
.myitemsDetails{margin-top:20px;}
.myitemsDetails ul{margin:0;padding:0;list-style-type:none;}
.myitemsDetails ul li{float:left;margin-left:10px;text-align:center;}
.shopinItms{padding:10px 31px 5px;float:left;margin-left:25px; }
.itembrndname{text-transform:uppercase;display:block;color:#9b9b9b;font-size:12px;text-align:center;margin-top:2px;line-height:15px;}
.itembrndname_1{text-transform:uppercase;display:block;color:#9b9b9b;font-size:12px;text-align:center;margin-top:2px;line-height:15px;border:0 solid red}
.borderme{border:2px solid #efefef; }
.shopinsmlItms{margin-left:39px;float:left;min-height:280px;}
.spacing15{padding:14px 15px;}
.nomargin{margin:5px 0;}
.shownumdetails{margin-top:25px;}
.colorgrey{color:#919090;}
.shoprightbottom{width:330px;height:8px;position:absolute;bottom:0;}
.clear_all{
	text-decoration:none; 
	color: #ff0066; 
	float:right;
	padding: 10px;
        cursor:pointer;
	/*text-align:right;*/
}
/*.styled-select select {background: url(images/shoppg-textbg.png) repeat-x;padding: 5px;font-size: 12px;border: 1px solid #ff0066;float:right;
   width:112px;}
.styled-select{background:url(images/sortby-arrow.png) no-repeat right #ffffff; overflow: hidden;}*/
div.selectBox{
    position:relative;
	display:inline-block;
	cursor:default;
	text-align:left;
	line-height:20px;
	color:#000;
}
span.selected{
	width:100px;
	text-indent:7px;
	border-left:1px solid #ff0066;
	border-top:1px solid #ff0066;
	border-bottom:1px solid #ff0066;
	border-right:none;
	background:url(images/sortbyinputbg.png) repeat-x;
	overflow:hidden;
	font-family:Helvetica,Arial,  sans-serif;
	font-size:12px;
}
span.selectArrow{
	width:20px;
	border-right:1px solid #ff0066;
	border-top:1px solid #ff0066;
	border-bottom:1px solid #ff0066;
	text-align:center;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	background:url(images/sortbyinputbg.png) repeat-x;
}

span.selectArrow,span.selected{
	position:relative;
	float:left;
	height:21px;
	z-index:1;
}

div.selectOptions{
	font-family: Helvetica,Arial, sans-serif;
	font-size:12px;
	position:absolute;
	top:28px;
	left:0;
	width:120px;
	border:1px solid #ff0066;
	overflow:hidden;
	background:#ffffff;
	padding-top:2px;
	display:none;
	margin-top:-5px;
    z-index:10;
}

span.selectOption{
	display:block;
	width:80%;
	line-height:20px;
	padding:0 6%;
}


/* shop cost slider style */
.catshopslide #sliderRTLshopcost{width:100%;}
.catslide .ui-state-default,
.catshopslide .ui-state-default{border:none;background:url("images/marker.png") no-repeat scroll 0 0 transparent !important;}

/* iPad Media Queries */
@media only screen and (max-width:1024px){
    #mainpage{background:#fff; position:absolute;top:0;border-right:solid 3px #ff0066;} 
    	.lt-ie9 #mainpage {min-width: 960px;}
    .navlist a { padding: 0 18px; }
    .navlist li.signinsp span{margin-left:10px;}
    .itembox{height:434px;width:172px;}
    .itembox .ola_correct_image img {height:338px !important; width:154px !important;}
    .ad-centre {margin: 0 6px;}
    .make_editors_pick{width:98px !important;}
    .editors_pick{position:absolute;top:9px;left:359px;}
    .editors_pick2{position:absolute;top:997px;left:933px;}
    .editors
    {
        background:url(images/editorspick.png) no-repeat;
        width:33px;
    	height:132px;
    	position:relative;
    	top:0;right:0;
    	text-align:center;
    	float:left;
    }
    .like{width:63px;}
    #whitecontscroll{width:930px !important; margin-left: 15px;}

    #mylooksharebox, #mylookleft{width:520px;overflow:visible;}

     #whitecontscroll{width:900px;}
    #whitecont{width:882px !important;margin:160px 0 0 0;}

    .mylooksharedet{width:187px !important;float:left}
    #purchaseright, #purchaserightsml, #mylookright{margin-left:20px;}
    .smybox{width:94%;margin-right:0px;}
    #smyhead{width:94%;margin-right:0px;}
    #smytext{padding:10px 0px 3px 5px;width:94%;}
    .smybox div{max-width:70px;}
    .lovetslookBtn{background:url(images/lovethislook-btn.png) no-repeat;background-size:175px 49px;height: 49px;position: absolute;width: 175px;outline:none;}
    .mylook-Posterimg{width:100%;}
    #purchaseleft{width:500px;}
    .editorsimg img{max-width:440px !important;}
    #myshopright{width:500px !important;}
    .pager{margin:1px 0 0 15px !important; }
    .shownumdetails{padding:4px 0 0 !important;width:45% !important;}
    .red{width:45%;}
    .ebartcombox{width: 378px !important;}
	#usercomments{width:89% !important;}
	.deletelookBtn img, .editlookBtn a img{width:142px !important;height:46px !important;}
}

/*  ADDED on 8-8-2012 */

.myprofile-arrowclass{position:absolute;top:15px;left:15px;border:1px solid #dddada;top:15px\0/IE8+9;left:15px\0/IE8+9;}
#shopsubnavdd{ display: none;position: absolute;width: 80px;left:0;}
#shopsubnavdd ul{list-style-type:none;margin:0;padding:0;background-color:#f4f4f4;border:1px solid #dddada;text-align:left; padding: 1px 9px 3px;position:relative;}
#shopsubnavdd ul li a{color:#1f1f1f;font-family:Helvetica, Arial,  sans-serif;font-size:10px;text-decoration:none;text-align:left;}

/*added on 9-8-2012 */
.file_uploadbtn{margin: 20px 0 0 105px;}

/*added on 11-8-2012 For Editor's Blog Paging Style*/
.mightlike{font-style:italic;font-size:19px;color:#3e3e3e;margin:10px 11px 5px 25px;padding-top: 15px;}
#page_links{color:#0099cc;font-size:12px;font-family:Helvetica,Arial;margin:10px 11px 5px 25px;}
#page_links a{color:#999;text-decoration:none;}
#page_links a:hover{color:#0099cc;}
.margin0{margin:0;}

/*crop page*/
.crop_cont{height:56px; width:354px;background: none repeat scroll 0 0 transparent;border: medium none;}

/*SHOP STYLE*/
.my_product{ color:#999;}
a.my_product{color:#999; text-decoration:none;}
a.my_product:hover{color:#333; text-decoration:none;}
.thumbnail{position: relative;}
.thumbnail:hover{background-color: transparent;position: relative;}

/*

.thumbnail span{

    position: absolute;
    background-color: lightyellow;
    padding: 5px;
    left: -1000px;
    border: 1px dashed gray;
    visibility: hidden;
    color: black;
    text-decoration: none;
}


.thumbnail span img{

    border-width: 0;
    padding: 2px;
}
*/

.thumbnail:hover span{
/*CSS for enlarged image on hover*/
    visibility: visible;
    top: 0;
    left: 60px; /*position where enlarged image should offset horizontally */
}

.thumbnail div.firstdiv{ /*CSS for enlarged image*/
position: absolute;
width:287px;
width:303px\9;
*width:303px;
}
:root .thumbnail div.firstdiv{width:295px \0/IE9;}

.arrowstylediv{
background:#fff;
border:solid 1px #ccc;
padding: 0;
margin:0;
display:none;
color: black;
text-decoration: none;
-webkit-box-shadow:-5px 5px rgba(0,0,0, 0.1);
   -moz-box-shadow:-5px 5px rgba(0,0,0, 0.1);
        box-shadow:-5px 5px rgba(0,0,0, 0.1);

filter: progid:DXImageTransform.Microsoft.Shadow(Color=#ccc, Strength=5, Direction=0),
         progid:DXImageTransform.Microsoft.Shadow(Color=#ccc, Strength=5, Direction=90);
         padding:0 15px 0 20px;
width:240px;
float:left;
overflow:hidden;}

.thumbnail div.firstdiv img.p_arrow{position:absolute;right:0;top:5px;visibility:hidden;padding:0}
.thumbnail:hover div.firstdiv img.p_arrow{position:absolute;right:0;top:5px;visibility:visible;padding:0}
.thumbnail div img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 1px;
}

.no-touch .thumbnail:hover div, .popup-active{ /*CSS for enlarged image on hover*/

	display: block;
	top: 25%;
	right: 80%;
	z-index:99999 /*position where enlarged image should offset horizontally */

}

.thumbnail div img{ /*CSS for enlarged image*/
border-width: 0;
padding: 5px;

}

div.popup_con1
{
    background:;
    border:solid 1px #d6d6d6;
	height:275px;
}

div.popup_con2
{
   clear:both;background:#fff;border:1px solid yellow;top:0;left:0;
}



#no_results{margin-bottom:20px;color:#333;font-size:18px;font-style:italic;font-family:Georgia,A'Times New Roman', Times, serif}
div .pop_up_text{border:1px solid #999;padding:1px;margin:1px;line-height:20px;color:#999;margin-top:20px;}
div .pop_up_text_title{font-size:11px;}
.pop_title{width:240px;text-align:left;clear:both;display:block;margin:15px 0 15px 0;color:#333;font-style:italic;font-size:15px;line-height:16px;}
.pop_price{width:240px;text-align:left;clear:both;line-height:18px;display:block;margin-top:4px;font-weight:bold;font-size:12px;color:#333;}
.pop_desc{width:240px;text-align:left;clear:both;display:block;margin-top:15px;font-weight:normal;font-size:12px;color:#333;line-height:15px;}
.pop_desc li {margin-left:15px; }
.pop_button{width:240px;text-align:left;clear:both;display:block;margin-top:15px;}
.popupbutton{background:url(images/shop_btn_bg.png) no-repeat top left;font-size:16px;width:218px;height:54px;font-weight:bold;font-family:Helvetica,Arial;color:#FF0066;display:block;text-align:center;vertical-align:middle;padding-top:15px;text-decoration:none;}


.edit_profile{
cursor:pointer;display:block;height:25px;line-height:25px;padding-top:10px;border;font-size:11px;text-decoration:underline;color:#999;width:auto;float:left
}

/*Style class for myprofile Addcomments on detailed_look.php*/
.clean_myprofileAddcomments{
	margin-top: 10px;
	margin-left: 27px;
}

/*Style class for main pagecontent on detailed_look.php*/
.clean_mainpagecontent{
	width: 1000px;
}

/*Style class for my profile editors pick on e_profile.php*/
.clean_myproeditors_pick{
	top: 15px;
}

/*Style class for welcome myprofile content on e_profile.php*/
.clean_myprofile_myshadow{
	margin-left: -5px;
	margin-top: -1px;
	width: 107px;
	height: 110px;
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=-2);
	-o-transform: rotate(-2deg);
}

/*Style class for innerpage container on finalhome.php*/
.clean_innerpage_container{
	display: none;
}

/*Style class for container on privacypolicy.php*/
.clean_container{
	width: 100%;
	height: 500px;
}

/*Style class for content on privacypolicy.php*/
.clean_div_content{
	width: 100%;
	height: 200px;
}

/*Style class for second div content on privacypolicy.php*/
.clean_second_div_content{
	text-align: left;
	padding: 50px;
	color: #333;
	line-height: 20px;
	font-size: 11px;
}

/*Style class for content last div on privacypolicy.php*/
.clear_content_last_div{
	clear: both;
}

/*Style class for main container div on sales.php*/
.clear_main_container_div{
	border: 0 solid blue;
}

/*Style class for inner container div on sales.php*/
.clean_inner_container_div{
	border: 0 solid green;
}

/*Style class for inner page div on sales.php*/
.clean_innerpage_div{
	display: none;
}

/*Style class for scroll mainpage content on scroll_page_template.php*/
.clean_scroll_mainpage_content{
	width: 1000px;
	height: inherit;
	min-height: 1300px;
}

/*Style class for scrollpage inner container on scroll_page_template.php*/
.clean_scrollpage_inner_container{
	/*display: none;*/
}

/*Style class for scroll innerpage container on scroll_page_template.php*/
.clean_scrollpage_innerpage_container{
	display: none;
}

/*Style class for shop mainpage content on shop_container.php*/
.clean_mainpage_shop_container{
	width: 1000px;
	border: 1px solid red;
	height: 1200px;
}

/*Style class for shop page innerpage container on shop_container.php*/
.clean_shop_container_innerpage{
	display: none;
}

/*Style class for shoplist mainpage content on shoplist.php*/
.clean_mainpage_shoplist_container{
	width: 1000px;
	border: 1px solid red;
	height: 1200px;
}

/*Style class for shoplist page innerpage container on shoplist.php*/
.clean_shoplist_container_innerpage{
	display: none;
}

/*Style class for lost password div on signup.php*/
.clear_lost_password_div{
	margin-top: 20px;
	height: inherit;
	font-size: 11px;
	color: #ff0066;
}
.clear_lost_password_div a{
	color: #ff0066;
}

/*Style class for location selectbox div on signup.php*/
.clear_location_selectbox_div{
	margin-top: 5px;
	margin-left: 77px;
}

/*Style class for location select tag on signup.php*/
.clear_location_selecttag{
	margin-top: 5px;
	border: 1px solid #999;
}

/*Style class for tos mainpage container on tos.php*/
.clear_tos_mainpage_container{
	width: 100%;
}

/*Style class for tos inner container div on tos.php*/
.clear_tos_inner_container_div{
	width: 100%;
	/*height: 200px;*/
}

/*Style class for tos inner page container div on tos.php*/
.clear_tos_innerpage_container_div{
	text-align: left;
	padding: 50px;
	color: #333;
	line-height: 20px;
	font-size: 11px
}

.clear_tos_innerpage_container_div ol,.clear_tos_innerpage_container_div ul{clear:both;}
.termsofusemaster p{width:100%}
.termsofusemaster ul{padding:0;margin:0;}
.termsofusemaster ul li ul{margin-left:20px;}
.termsofusemaster ul li{list-style-type:none;}

/*Syle for celebrity style page in look detail page */
.celebrity_img {
  margin: 10px 0px 50px 71px;
}

/*Invite Email Style - Kumaresan - 14 Aug 2012 */
.myinvitebig{background:url(images/invite_big_btn.png) no-repeat;width:369px;height:69px;float:left;outline:none;}
#invitediv{background:url(images/invite_div_bg.png) no-repeat;width:377px;height:147px;position:absolute;z-index:50;color:#3e3e3e;font-size:12px;left:0;}
#invitediv img {
	margin-top: 8px;
	float: right;
	margin-right: 20px;

}
.invitehead{font-style:italic;font-size:18px;margin:30px 0 0 20px;text-align:left;}
.inviteform{margin:10px 0 0 20px;text-align:left;}
.inviteform label{margin:0 10px 0 0;}
.inviteform #emailinvitetxt{border:0;background:url(images/invite_txt_bg.png) no-repeat top left;width:225px;}

/* 16 aug 2012 - My profile slider */
#myprofile-myprevscrollerdiv,#myprofile-myeditorscrollerdiv{width: 275px;padding: 0 5px;margin: 0 auto;height:435px;}
.scroll-pane{width: 100%;height: 400px;overflow: auto;}
.horizontal-only{height: auto;width:275px !important;}
#myprofile-myeditors,#myprofile-mypreviouslook{margin:0;padding:0;list-style-type:none;height:400px;}
#myprofile-mypreviouslook li,#myprofile-myeditors li{float:left;padding-left:5px;}
.jspContainer{overflow: hidden;position: relative;height:415px !important;width:275px !important;}
.jspPane{position: absolute;}
.jspVerticalBar{position: absolute;top: 0;right: 0;width: 0px;height: 100%;}
.jspHorizontalBar{position: absolute;bottom: 0;left: 0;width: 100%;height: 16px;}
.jspVerticalBar *,.jspHorizontalBar *{margin: 0;padding: 0;}
.jspCap{display: none;}
.jspHorizontalBar .jspCap{float: left;}
.jspTrack{background: #ffffff;position: relative;border-radius: 15px 15px 15px;}
.jspDrag{background: #ff0066;position: relative;top: 0;left: 0;cursor: pointer;border-radius: 10px 10px 10px;}
.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag{float: left;height: 96%;}
.jspArrow{text-indent: -20000px;display: block;cursor: pointer;}
.jspArrow.jspDisabled{cursor: default;}
.jspVerticalBar .jspArrow{height: 16px;}
.jspHorizontalBar .jspArrow{width: 23px;float: left;height: 100%;}
.jspVerticalBar .jspArrow:focus{outline: none;}
.jspCorner{background: #eeeef4;float: left;height: 100%;}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner{margin: 0 -3px 0 0;}
.jspArrowLeft{background:url(images/scroll-left.png) no-repeat top left;}
.jspArrowRight{background:url(images/scroll-right.png) no-repeat top right;}

/*Added on 31-08-2012
TO hide the following container which is coming after footer container
#stwrapper{display:none;}*/

/* Added for Sign up Page button */
.signup_btn{width:auto;height:auto;}

#crop_image{max-width:318px !important;}
#ctnbtn{cursor:pointer}


/* issue 40: post your comment tweaks */
#user_comment_form{margin-bottom: 10px;overflow:hidden;}
#user_comment_form textarea{resize: none;}
#user_comment_form a{display: block;float: right;margin-right: 24px;margin-top: 10px;width:auto;}

a.comment_button {display: block;float: right;margin-right: 24px;margin-top: 10px;width:auto;}

/* issue 40: reset p float for multiline comments and override */
.topComments p {
	float: none;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

 .arrowclass,.subnavlist li,.leftbtn input.btn,.leftbtn,.chooseFile input,div.selector select,div.checker input,.catslide .ui-state-default, .catshopslide .ui-state-default,.followBtn a,.report-abuse,.report_look,.mylookframe,#dragBar,.handcursor,.deletelookBtn img{cursor:pointer;}

/* Added for Crop page CR*/
.crop_contents{background:#f0f0f0;width:373px;margin-left:5px;float:left;height:769px;position:relative;}
.crop-topbg{position:absolute;top:0;display:block;width:100%;height:4px;left:0;overflow:hidden;}
.crop-imgtab{margin:-5px auto;overflow:hidden;position:relative;text-align:center;}
.white-cropinfo{background-color:#FFFFFF;width:94%;height:63%;margin:25px auto 10px;border-bottom:1px solid #6d626c;position:relative;padding-top:50px;*text-align:left !important;}
.crop-infoarrow{background:url(images/crop-infoarrow.png) no-repeat top left;width:43px;height:22px;margin-left: 30px;text-align:left !important;}
.crop-infoTxt{font-size:35px;font-style:italic;text-align:left;margin:0 auto;width:81%;margin-top:35px;}
.crop-btmbg{bottom:0;position:absolute;display:block;width:100%;height:4px;left:0;}
.crop-continueBtn{}
.crop-continueBtna{text-decoration:none;cursor:pointer;}

/*Tagging Page-CR*/
.look-description{max-width:330px;min-width:330px;}
#formLocation{height: 21px;margin: 10px 0;vertical-align: middle;width: 330px;}
.minmaxarrow{margin:15px 10px 0 0;}
.tag-info{width:323px;background-color:#FFFFFF;margin:10px auto;padding:15px;height:235px;border-bottom:1px solid #616161;}
.tag-infoarrow{background:url(images/crop-infoarrow.png) no-repeat top left;height:22px;width:42px;}
.taginfoTxt{font-size:32px;font-style:italic;text-align:left;margin-top:10px;}
.tag-buttons{padding-bottom:30px;margin-top: 10px;}
.tag-buttonsa img{margin-top:7px;}
.tag-buttonsa{text-decoration:none;cursor:pointer;}
#tagleftcolumn{height:786px;}
.tagdeletelbl{font-size:11px;font-family:Helvetica, Arial,sans-serif;font-style:oblique;color:#a39c9c;margin-right:5px;width:35px;margin-top:-1px;float:left;}
.tagdelete{cursor:pointer;float:right;margin:0 8px 10px 0;}



.profile_action{
margin-top:10px;font-size:10px;line-height:20px;text-decoration:underline;color:#333; font-family:Verdana, Geneva, sans-serif;cursor:pointer
}
.profile_action a, span{
text-decoration:none;color:#333;
}
.profile_action a:hover{
text-decoration:none;
}
.profile_action span:hover{
text-decoration:none;
}
.profile_action_fb{
margin-top:10px;font-size:10px;line-height:20px;text-decoration:underline;color:RED; font-family:Verdana, Geneva, sans-serif;
}
/*11 oct*/
.myprofilebtmshdw{background:url(images/myprofiledownshdw.png) no-repeat center bottom;height:17px;margin-left:0px;}

.brandspopup_container
{
    height: 100%;
    width: 100%;
    z-index: 1000; width: inherit; opacity: 0.5; background: none repeat scroll 0% 0% rgb(204, 204, 204); padding-top:25px;
    position: absolute;
    top: 0px;
    left:0px;
    z-index: 1004;
}

.brandspopup_container .b_header{}

.brandspopup_container .b_footer{}

.brandspopup_container .b_content{overflow:auto;height:308px;width:508px;}

.brandspopup_container .b_search{}

.brandspopup_container .b_close{}

.brandspopup_container .b_select{}

.brandspopup_container .b_clear{}

/* leave the scroller  */

.brandspopup {
    background:#fff;
    width:  538px;
    height: 437px;
    border: 1px solid grey;
    left: 490px;
    position: absolute;
    top: 1122px;
    z-index: 1005;
}


#load_more_parent
{
 cursor:pointer;
}

#back_to_top
{

}

.guest_postcomment {
  display: block;
  margin-top: 25px;
  text-align: center;
  width: 100%;
}
.username_update{
	line-height:15px;
	display:block;
	text-align:left;
	width:100px;cursor:
	pointer;float:left; 
	border:0 solid red
	}
.username_checker{
	/*line-height:12px;*/
	display:block;
	text-align:right;width:120px;
	cursor:pointer;
	float:right;
	margin-right:22px;
	font-size:12px; 
	}
	.username_checker:hover, .touch .username_checker {text-decoration: underline;}
.username_alert{
	line-height:12px;
	height:12px;
	width:100px;
	cursor:pointer;
	margin-left:0; 
	color:#999
	;margin-bottom: -10px;
	}

#back_to_top img
{
   cursor: pointer;
    left: 361px;
    position: relative;
    top: -75px;
}
#itemslist span {font-size:13px;color:#7a7a7a;}
.costandSize{width:100px;}
.costandSize span{word-wrap:break-word;}

.wp-caption-text {
	text-align: center;
	float: none;

.ola_correct_image{
	width:178px;
	height:375px;
	border:1px solid #fff;
	overflow:hidden;
	cursor:pointer;
	background:url(/wp-content/themes/twentyten/images/loading_small.gif) center center no-repeat;
	}
.ola_correct_image img{
	width:163px;
	height:375px;
	margin:0 auto
	}
.make_editors_pick{
	font-size:10px;
	border:0 solid #ccc;
	cursor:pointer;width:74px;
	height:20px;line-height:20px;
	width:97px;color:green;
	}

#loadmore {display: inline-block; width: 100%;}