body {
    background: #FFF;
    padding: 0;
    margin: 0;
    color: #010101;
    font: 14px 'Quicksand',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    line-height:16px;
    height:100%;
    font-weight: 400;
}
img {
	border: none;
}
a {
	text-decoration:none;
	cursor:pointer;
	color: #000000;
}
a:focus,
a:hover,
a:active {
	text-decoration: underline;
}
a.underline{
	text-decoration: underline;
}
a.underline:focus,a.underline:hover{
	text-decoration: none;
}
a.noUnderline{
	text-decoration: none;
}
a.noUnderline:focus,
a.noUnderline:hover,
a.noUnderline:active {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}
a.blue,
strong.blue,
span.blue,
h1.blue,
h2.blue,
h3.blue,
h4.blue,
h5.blue{
	color: #4B8DC9 !important;
}
h2.underline{
	text-decoration: underline;
}
h1 a{
	color: #555555;
}

.bold{
	font-weight: bold;
}

h1{
	/*height:26px;*/
	font-size: 1.3em;
	line-height: 1.6em;
	text-transform: uppercase;
	border-bottom:1px solid #ccc;
	color: #555555;
	margin:0;
	padding:0 0 0 0;
	width:100%;
	font-weight: lighter;
}

h2{
	/*height:26px;*/
	font-size: 1.1em;
	line-height: 1.2em;
	color: #000000;
	margin:0;
	padding:0 0 0 0;
	font-weight: normal;
	border-bottom:1px solid #ccc;
	text-transform: uppercase;
}

h3.classH1,
h4.classH1,
h5.classH1,
h2.classH1,
div.classH1{
	font-size: 1.3em;
	line-height: 1.6em;
	text-transform: uppercase;
	border-bottom:1px solid #ccc;
	color: #555555;
	margin:0;
	padding:0 0 0 0;
	font-weight: lighter;
	width:100% !important;
	display: inline-block;
}
h3.classH1smaller,
h4.classH1smaller,
h5.classH1smaller,
h2.classH1smaller,
div.classH1smaller,
div.classH1smallerMarket{

	font-size: 1.2em;
	line-height: 1.4em;
	text-transform: uppercase;
	border-bottom:1px solid #ccc;
	color: #555555;
	margin:0;
	padding:0 0 0 0;
	font-weight: lighter;
	width:100% !important;
}
h2.normalText{
	border: none; 
	font-size: 11px;
	display: inline;
	margin: 0;
	padding: 0;
}
h3{
	/*height:23px;*/
	font-size:11px;
	/*line-height:11px;*/
	font-weight: bold;
	color: #010101;
	margin:0;
	padding:6px 0 6px 0;
	border-bottom:1px solid #ccc;
}

h4{
	/*height:23px;*/
	font-size:18px;
	font-weight: lighter;
	color: #010101;
	margin:0;
	padding:0 0 0 0;
}

h5{
	/*height:19px;*/
	font-size:14px;
	line-height:16px;
	text-transform: uppercase;
	border-bottom:1px solid #ccc;
	color: #555555;
	margin:0;
	padding:0 0 0 0;
	margin-bottom: 5px;
	width:100%;
	font-weight: lighter;
}
div.classH1smaller h1,
div.classH1smaller h2,
div.classH1smaller h3,
div.classH1smaller h4,
div.classH1smaller h5
{
	font-size:13px;
	line-height:17px;
	text-transform: uppercase;
	color: #555555;
	margin:0;
	padding:0 0 0 0;
	font-weight: lighter;
	width: auto !important;
	height:26px;
}
div.classH1 h1,
div.classH1 h2,
div.classH1 h3,
div.classH1 h4,
div.classH1 h5
{
	font-size:17px;
	line-height:17px;
	text-transform: uppercase;
	border-bottom:none;;
	color: #555555;
	margin:0;
	padding:0 0 0 0;
	font-weight: lighter;
	width: auto !important;
	height:26px;
	float: left;
}
ul{
	list-style:none;
	padding:0;
	margin:0;
}
ul li{
	margin:0;
}
ol{
	margin:0;
	padding: 0;
}
ol li{
	margin:0;
	padding: 0;
}

.SA_ranks_column ul, .SA_ranks_column ol {
   margin:auto -3em 1em 0; padding:0; 
   position:relative; left:-3em; overflow:hidden;
}

.SA_ranks_column li { margin-top:0.25em; margin-bottom:0.25em; }
.SA_ranks_column ul ul, .SA_ranks_columnul ol, 
.SA_ranks_column ol ol, .SA_ranks_column ol ul { margin-left:1em; padding-left:0; }
.SA_ranks_column ul li, .SA_ranks_column ol li { margin-left:5em; }
.SA_ranks_column li li { margin-left:1em; }

input{
	border:none;
	font-size:13px;
}
textarea{
	border:none;
	font-size:13px;
}
p {
	margin:0;
	padding:0;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
	color: #fff;
	background-color: #4c7fbc;
	border-color: #4c7fbc;
}

.btn-primary{
	background-color: #4B8DC9;
	border-color: #4B8DC9;
}
.btn-primary:hover{
	background-color: #4c7fbc;
	border-color: #4c7fbc;
}

.btn-light{
	background-color: #eee;
	border-color: #efefef;
}
.btn-light:hover{
	background-color: #efefef;
	border-color: #fff;
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle{
	background-color: #efefef;
	border-color: #fff;
}
.btn.btn-md{
	padding: 0.5rem 1.6rem;
	font-size: 0.9rem;
}
div.autosize { display: table; /*width: 1px;*/ }
div.autosize > div { display: table-cell; }

p.autosize { display: table; /*width: 1px;*/ }
p.autosize > p { display: table-cell; }

ul.autosize { display: table; /*width: 1px;*/ }
ul.autosize > li { display: table-cell; }

.noCaps{
	text-transform: none;
}
strong{
	font-weight:bold;
}
.cursorPointer{
	cursor:pointer;
}
/* HEADER */
#header{
	border:0 solid #000;
	width:100%;
	padding-top: 1px;
	height:60px;
	/*background: #242424 url(../images/header_footer_background.jpg) repeat-x;*/
	background-image: url('data:image/jpeg;base64,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');
	background-color: #242424;
	background-repeat: repeat-x;
    z-index: 999;
}
#header a{
	color:#FFFFFF;
}
#headerContainer{
	/*width:950px;*/
	margin:0 auto; 
	border:0 solid #900;
	height:60px;
}
#logoHolder{
	color:#FFFFFF;
	float:left;
	font-size:20px;
	height:45px;
	padding:15px 0 0;
	width:130px;
}

#accountHolder{
	float:right;
	margin:15px 0 0 0;
	font-size:13px;
    line-height: 16px;
}
#accountHolder ul{
	color:#FFFFFF;
	font-size:14px;
    line-height: 16px;
	font-weight: 500;
}
#accountHolder ul li{
	float:left;
	border-left:1px dotted #696969;
	height:26px;
	vertical-align:middle;
	
}
#accountHolder ul li.noBorder{
	border-left:0 dotted #696969;
}
#accountHolder ul li img.headericons{
	vertical-align:middle;
	margin:5px 7px;
}

#accountHolder p{
	padding:6px 8px 0 8px;
}
#accountHolder input[type="text"]{
	border:0 dotted #696969;
	height:14px;
}
#accountHolder ul li img.borderImage{
	border:0 dotted #696969;
	vertical-align: middle;
	margin-left:1px;
	height: 16px;
}
#accountHolder span.selected_lang{
	font-weight:bold;
}
#currentLanguage{
	text-transform: uppercase;
}
#accountHolder .arrowDown{
    /* margin: 0px 8px; */
    padding: 4px 8px;
    margin: -8px 0;
    /* border: 1px solid #a7a7a7; */
    cursor: pointer;
    width: 18px;
    height: 15px;
}
/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
    position: fixed;
    top: 0;
    width: 100%
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + #mainNavigator {
    padding-top: 60px;
}
/* END HEADER */
/* HEADER TOP */
.shadow{
	-moz-box-shadow: 5px 5px 10px #777;	
	-webkit-box-shadow: 5px 5px 10px #777;
	box-shadow: 5px 5px 10px #777;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#777', Direction=145, Strength=3);
}
#headerTop{
	border:0 solid #000;
	width:100%;
	background-color:#242424;
	padding-top: 1px;
	height:100px;
	/*background: #242424 url(../images/top/header_footer_background_full_green.jpg) repeat-x;
	background: #EEE;*/
	background: url("../images/header_footer_background_light.jpg") repeat scroll -17px 0 #EEE;

}
#headerTop a{
	color:#FFFFFF;
}
#headerTop a:hover{
	text-decoration: none;
}
#headerTopContainer{
	width:950px;
	margin:0 auto; 
	border:0 solid #900;
	height:50px;
	
}
#headerTop ul.actionList, #headerTop ul.joinList{
 	display: table;
 	margin-bottom: 00px;
 	margin-top: 25px;
 	font-weight: normal;
 	font-size: 15px;
 	font-family: Georgia,sans-serif;
 	color: #000;
 	width: 950px;	
}
#headerTop ul.actionList{
	margin-top: 20px;
	
}
#headerTop ul.joinList h1,
#headerTop ul.joinList h2{
	border: none;
	font-weight: bold;
	font-size: 18px;
	color: #000;
	padding: 0;
}
#headerTop ul.joinList div.classH1{
	margin-right: 20px;
	font-weight: bold;
	color: #333;
}
#headerTop ul.joinList li{
 	display: table;
 	float:left;
 	width: auto;
 	padding-right: 30px;
 	
}
#headerTop ul.joinList li.secondJoin{
 	width: 210px;
}
#headerTop ul.joinList li.small{
 	display: table;
 	float:right;
 	width: 15px;
 	padding: 0;
 	margin: 0;
 	
}
#headerTop ul.actionList li{
 	display: table;
 	float:left;
 	width: 316px;
 	/*width: auto;
 	text-align: center;
 	padding-right: 30px;*/
 	
}
#headerTop ul.actionList li.middleAction{
 	text-align: center;
}
#headerTop ul.actionList li.lastAction{
 	float:right;
 	text-align: right;
}
#headerTop ul.actionList li a{
 	color: #000;
}
#headerTop ul.actionList li a:hover{
 	color: #000;
 	text-decoration: underline;
}
a.joinButton{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #4B8DC9;
	border: 2px solid white;
	padding: 4px 5px;
	-moz-box-shadow: 0 1px 10px #666;
	-webkit-box-shadow: 0 1px 10px #666;
	box-shadow: 0 1px 10px #666;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#666', Direction=45, Strength=3);
    display: inline;
    line-height: 18px;
}
a.joinButton:hover{
	border: 2px solid #4B8DC9;
	/*background-color: #3170A8;*/
	text-decoration: none;
}
a.closeBlueButton{
	background-color: black;
	border: 0 solid white;
	color: white;
	cursor: pointer;
	font-size: 9px;
	font-weight: bold;
	/*margin-top: -4px;*/
	padding: 4px;
	text-align: center;
	text-decoration: none;
	display: inline;
	line-height: 18px;
}
a.closeBlueButton:hover{
	/*border: 1px solid #DDD;*/
	background-color: #555;
}
div.closeBlueButton{
	background-color: black;
	border: 0 solid white;
	color: white;
	cursor: pointer;
	font-size: 9px;
	font-weight: bold;
	/*margin-top: -4px;*/
	padding: 4px;
	text-align: center;
	text-decoration: none;
	display: inline;
	line-height: 18px;
}
div.closeBlueButton:hover{
	/*border: 1px solid #DDD;*/
	background-color: #555;
	display: inline;
}
#headerTop div.closeBlueButton{
	background-color: #444;
	padding: 1px 6px;
}
#headerTop div.closeBlueButton:hover{
	background-color: black;
	padding: 1px 6px;
}
/* END HEADER TOP */
/* MAIN MENU */
#mainNavigator{
	border:0 solid #009;
	/*width:99.8%;*/
	background-color:none;
	color: #000;
	font-size:14px;
	text-shadow: none;
	/*margin-bottom:13px;*/
}/*
#mainNavigatorHolder{
	width:950px;
	margin:0 auto; 
	border:0px solid #090;
	height:52px;
	padding:0px; 
	border-bottom:1px solid #ccc;
}
#mainNavigatorHolder ul li{
	float:left;
	padding:18px 8px 19px 0px;
	line-height:15px;
	border:0px dotted #099;

}
#mainNavigatorHolder a{
	color: #555555;
}*/
/* END MAIN MENU */


/***********************/
/*** Main Navigation ***/
/***********************/

	#mainNavigation
		{
		/*margin:0 auto 12px;*/
		/*padding: 20px 0px 16px 0px;*//*20px 0 5px;*/
		/*padding-top: 20px;*/
	    /*width:950px;
		height:50px;*/
		}
	#mainNavigation .navbar{
		padding: .2rem .1rem .2rem .9rem;
	}
	#mainNavigation .mainNavigationMenu{
		border-bottom:1px solid #ccc;
		padding: 0 0;
	}

	#mainNavigation ul
		{
		margin:0;
		padding: 5px 0 0 0;
		width:100%;
		display: table;

		/*height:15px;
		position:relative;*/
		}

	#mainNavigation ul li
		{
		margin: 0;
		padding: 10px 15px 10px 0;
		/* height: 15px; */
		list-style: none;
		font-size: 1.2em;
		line-height: 1.4em;
		text-transform: uppercase;
		font-weight: normal;
		/* border-left: 1px solid #ccc; */
		float: left;
		}
	#mainNavigation ul li.search-bar
	{
		padding: 6px 15px 5px 0;
	}

	#mainNavigation ul li.first
		{
		padding-left:0;
		border-left:none;
		}

	#mainNavigation ul li a
		{
		color:#000;
		}

	#mainNavigation ul li a.active
		{
		text-decoration:underline;
		}

	#mainNavigation ul li ul
		{
		margin-left:-13px;
		padding-top:6px;
		width:185px;
		position:absolute;
		display:none;
		
		width:auto;
		padding:10px 5px 0 5px;
		background-color:#242424;
		display:none;
		z-index:10;
		background:rgba(255,255,255,0.98);
		border:1px solid rgba(100, 100, 100, .4);
		-webkit-box-shadow:0 3px 8px rgba(0, 0, 0, .25);
		-webkit-border-radius:3px;
		-webkit-background-clip:padding-box;
		/* For CSS3 */
		box-shadow:0 3px 8px rgba(0, 0, 0, .25);
		border-radius:3px;
		background-clip:padding-box;
		/* For FF */
		-moz-box-shadow:0 3px 8px rgba(0, 0, 0, .25);
		-moz-border-radius:3px;
		-moz-background-clip:padding-box;
		color: #000;
		height:auto;
		}

	#mainNavigation ul li ul li
		{
		margin-top:-1px;
		/*padding:6px 5px 4px 10px;*/
		/*width:210px;*/
		height:30px;
		font-size:14px;
		line-height:20px;
		border:none;
		list-style:none;
		float:none;
		display: table;
		
		}
		
	#mainNavigation ul li:hover ul
		{
		display:block;
		z-index: 10000;
		}
		
	.dottedBottomBorder
		{
		border-bottom:1px solid #ccc;
		}

/* SECOND MENU */
#secondNavigator{
	border:0 solid #009;
	width:99.8%;
	background-color:none;/*#f2f2f2;*/
	color: #444; /* 555 */
	font-size:11px;
	margin-bottom:30px;
}
#secondNavigatorHolder{
	width:950px;
	margin:0 auto; 
	border:0 solid #090;
	height:30px;
	padding:0;
	/*border-bottom:1px solid #ccc;*/
	border-color:#009900;
	border-style:solid none dotted none;
	border-width:1px 0 1px 0;
}
#secondNavigatorHolder ul li{
	float:left;
	padding:9px 8px 9px 0;
	line-height:15px;
	border:0 dotted #099;
	list-style-image:none;
	list-style-position:inside;
	list-style-type:circle;
}
#secondNavigatorHolder a{
	color: #000;
}
/* END MAIN MENU */

/* CONTENT */
#contentHolder{
	/*width:950px;*/
	margin:0 auto; 
	border:0 solid #009;
	/*display:table;*/
	min-height:640px;
 	height:auto !important;
 	/*height:640px;*/
}
#leftColumn{
	width:100%;
	float:left;
	border:0 dashed #009;
	height:auto;
	font-size: 1.0em;
	line-height: 1.3em;
}
#leftColumn h1{
	width:100%;
}
#leftColumnWide{
	width:100%;
	float:left;
	border:0 dashed #009;
	height:auto;
	font-size: 13px;
}
#leftColumnWide h2{
	/*border-bottom: 1px solid #eee;*/
	margin-bottom: 10px;
	text-transform: uppercase;
}
.boxGeneric{
	padding-top:13px;
	margin-bottom: 13px;
}
h1 a,
h2.classH1 a,
h3.classH1 a,
h4.classH1 a,
h5.classH1 a,
h2.classH1smaller a,
h3.classH1smaller a,
h4.classH1smaller a,
h5.classH1smaller a
{
	float:left;
	display:block;
}
h1 img.reloadBox,
h2.classH1 img.reloadBox,
h3.classH1 img.reloadBox,
h4.classH1 img.reloadBox,
h5.classH1 img.reloadBox,
div.classH1 img.reloadBox,
h2.classH1smaller img.reloadBox,
h3.classH1smaller img.reloadBox,
h4.classH1smaller img.reloadBox,
h5.classH1smaller img.reloadBox,
div.classH1smaller img.reloadBox
{
	float:right;
	display:block;
	/*margin-bottom:13px;*/
	/*margin-left:8px;*/
	margin-left:2px;
	vertical-align:middle;
	cursor:pointer;
}
h3 a.left{
	display:block;
	float:left;
}
h3 img.reloadBox{
	float:right;
	display:block;
	margin-left:8px;
	cursor:pointer;
}
h1.normalH1{
	border: none;
	text-transform: none;
	font-weight: bold;
	color: #000;
	/*height: 17px;*/
}
h1.grayBorder{
	border-bottom: 1px solid #eee;
}

.onlineText{
	color: #009900;
	font-size:11px;
	/*margin-top: -11px;
	display: block;
	float:right;*/
}
.offlineText{
	color: #181818;
	font-size:10px;
	/*margin-top: -11px;
	display: block;
	float:right;*/
}
.rightTitleText{
	font-size:11px;
	display: block;
	float:right;
	/*padding-top: 11px;*/
	font-weight: bold;
	text-transform: none;
	vertical-align:middle;
}
.leftTitleText{
	display: block;
	float:left;
}
/*-*/
.leftBox{
	width:100%;
	border:0 solid #099;
	padding-top:13px;
}
.rightBox{
	width:100%;
	border:0 dotted #009;
	padding-top:0;
	margin-bottom: 0;
}
.bigHBox{
	height:457px;
}
.oneRowHBox{
	height:190px;
}

.twoLeadRowHBox{
	height:242px;
}

.bigCombImg{
	width:280px;
	height:420px;
	/*display:block;*/
}
#seeAll_detailsBox .bigCombImg{
	width:auto;
	height:auto;
	margin:0 auto;
	display:block;
	max-width: 280px;
  	max-height: 420px;
  	width: expression(this.width > 280 ? "280px" : true);
 	height: expression(this.height > 420 ? "420px" : true);
}
hr{
    border: 1px solid #eee;
}
/*-*/
#rightColumn{
	width:100%;
	float:right;
	border:0 solid #099;
}
#rightColumn h1{
	width:100%;
}
#rightColumnShort{
	/*width:200px;
	float:right;*/
	border:0 solid #099;
}
/* END CONTENT */

/*** LEFT COLUMN ***/
.bigHBox li{
	height:126px;
	margin-bottom:19px;
	border:1px solid #a7a7a7;
}
.bigHBox li img{
	height:126px;
	width:84px;
	cursor:pointer;
}
/** generic box **/
.RowGenericHBox li {
	float:left;
	border:0 solid #777777;
	margin-left:16px;
	overflow:hidden;
	line-height:13px;
	width:88px;
	height:188px;
	text-align:center;
}
.RowGenericHBox li.firstImg {
	margin-left:0;
}

.RowGenericHBox img{
	width:84px;
	/*height:126px;*/
}
.RowGenericHBox .bigContainer{
	width:300px;
	height:450px;
}
.RowGenericHBox img.big{
	width:300px;
	height:450px;
}
img.center{
	margin:0 auto;
	display: block;
	border:1px solid #ccc;
}
/*** end generic **/

/* aligned form right column*/
form.aligned p{
	display:table;
	border-bottom:1px solid #eee;
	width: 100%;

}
form.aligned p span{
	width:75px;
	display:block;
	float:left;
}
form.aligned p span.colspan1{
	width: 100px;
	padding-right:13px;
}
form.aligned p span.rowspan14{
	height: 182px;
}
form.aligned p span.rowspan6{
	height: 78px;
}
form.aligned p span.rowspan4{
	height: 52px;
}
form.aligned p span.rowspan3{
	height: 39px;
}
form.aligned p span.rowspan2{
	height: 26px;
}

form.aligned p span.strong{
	font-weight: bold;
}
form.aligned p span.small{
	font-size: 9px;
}
form.aligned p span.wide{
	width: 100%;
}

/** form general **/
form.general{
	margin-bottom: 20px;
	display: table;
}
form.general ul{
	width: 100%;
}
form.general ul li.title{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	font-weight: bold;
	width: 100%;
	line-height: 13px;
	padding: 10px 0;
	margin:11px 0;
	text-transform:uppercase;
}

form.general ul li{
	float:left;
	list-style:none;
	padding: 6px 0;
}
form.general ul li.label{
	width: 30%;
	font-weight: bold;
}
form.general ul li.input{
	width: 70%;
}

form.general ul li span.radio{
	float:left;
	width: 100px;
}
form.general ul li.title2{
    /*float: center;*/
    font-weight: bold;
    width: 100%;
    line-height: 13px;
    margin:1px 0;
    text-transform:lowercase;
    text-align:center;    
}

form.general ul li.labelRight{    
    width: 200px;
    text-align:right;
    padding: 1px 0 0 11px;
}

form.general ul li.labelLeft{    
    width: 200px;
    text-align:left;    
    padding: 1px 0 0 11px;
}

form.general ul li.labelTitle{    
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding-top:5px;    
    padding-bottom:5px;    
    margin-bottom:3px;    
}

p.description{
	position:absolute; 
	display: none;
	width:274px !important; 
	background: #fff !important; 
	border: 1px solid #A7A7A7 !important; 
	padding: 13px !important;
}
/***/
.oneRowHBox li {
	float:left;
	border:0 solid #777777;
	margin-left:16px;
	overflow:hidden;
	line-height:13px;
	width:86px;
	height:188px;
	text-align:center;
}
.oneRowHBox li.firstImg {
	margin-left:0;
}

.oneRowHBox img{
	width:84px;
	height:126px;
	border:0 solid #777777;
}
.twoLeadRowHBox li{
	float:left;
	border:0 solid #777777;
	margin-left:13px;
	overflow:hidden;
	line-height:13px;
	width:290px;
	
}
.twoLeadRowHBox li.firstImg {
	margin-left:0;
}
.oneLeadRowHBox li{
	float:left;
	border:0 solid #777777;
	margin-left:13px;
	overflow:hidden;
	line-height:13px;
	width:290px;
	
}
.oneLeadRowHBox li.firstImg {
	margin-left:0;
}
.leftCombImg{
	float:left;
	width:126px;
}
.centerCombImg{
	margin-left: 16px;
	border:1px solid #a7a7a7;
	float:left;
}
.rightCombDesc{
	width:198px;
	float:right;
	margin-left:13px;
	/*height:125px;*/
}
.boxTitle{
	/*height:47px;*/
	font-size:13px;
	border-bottom:1px solid #ccc;
	padding-bottom:6px;
}
.boxTitle .titleText{
	display:block;
	margin-top:8px;
	/*cursor:pointer;*/
}

.boxTitle h4{
	line-height: 20px;
}
.genericTextBox p{
	border-bottom:1px solid #ccc;
	padding:5px 0 6px 0;
	margin:0;
	line-height:13px;
	width: 100%;
}
.genericTextBox p span{
	padding:5px 0 6px 0;
}
.preWrap{
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* 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+ */
}

.genericBox{
	border-bottom:1px solid #ccc;
	padding:5px 0 6px 0;
	margin:0;
	line-height:13px;
}
.filterBox{
	border-bottom:1px solid #ccc;
	padding: 6px 0 6px 0;
	margin: 0;
	line-height:13px;
}
/** FP comb gallery **/
		h1.topH1,
		h2.topH1,
		h3.topH1{
			 border-top: none !important;
			 padding: 0 0 0 0 !important;
		}
		span.gray,a.gray,p.gray{
			 color: #7a7a7a;
		}
		span.darkgray,a.darkgray,p.darkgray{
			 color: #565656;
			 font-weight: bold;
		}
		#FP_combination_all .combination_link{
			display: block;
			margin-bottom:13px;
		}
		#FP_combination_all ul li{
			width: 190px;
			height: 350px;
			margin: 0;
			margin-left: 13px;
			
		}
		#FP_combination_all ul li.firstImg{
			width: 190px;
			height: 350px;
			margin-left: 0;
		}		
		#FP_combination_all ul li a img{
			width: 190px;
			height: 285px;
			
		}
		#FP_combination_all .rowSplitter{
			border-bottom: 1px dotted #d6d6d6;
			height: 1px;
			width: 600px;
			margin: 13px 0;;
		}
		
		#FP_big_catcher{
			margin: 0 0 13px 0;
			padding: 0 0 13px 0;
		}
div#FP_combination_gallery{
	height:310px;	
}
div#FP_combination_gallery_big{
	border:0 solid #000;
	float:left;
	width: 181px; 
	height: 310px;
	text-align: center;
}
div#FP_combination_gallery_big img{
	width:186px; 
	height:279px; 
	border:1px solid #a7a7a7;
}
div#FP_combination_gallery_thumbs{
	border:0 solid #000;
	float:right;
	width: 392px; 
	height: 310px;
}
div#FP_combination_gallery_thumbs img{
	border:1px solid #a7a7a7;
}

.black_button{
	color:#fff;
	background:#000;
	border:1px solid #555555;
	vertical-align:bottom;
	padding:5px 8px;
	cursor:pointer;
	font-weight:bold;
	display:block;
}
.logoThumb{
	border:1px solid #a7a7a7;
}
/*** END LEFT COLUMN ***/

/*** RIGHT COLUMN ***/
.h200Box{
	height:200px;
}

.mediumHBox{
	height:300px;
}

.autoVBox{
	height:auto;
	margin-bottom:25px;
}
.leadVBox{
	height:104px;
}
/*-*/
.leadVBox .userImgSmall{
	float:left;
	margin:0 13px 13px 0;
}
.leadVBox img{
	width: 64px;
	height: 96px;
	float:left;
	display:block;
	margin:0 13px 13px 0;
}
.leadVBox a.avatarcube{
	width: 60px;
	height: 90px;
	float:left;
	display:block;
	margin:0 13px 13px 0;
}
.leadVBox img.avatarcube{
	width: auto;
	height: auto;
	max-width: 60px;
	max-height:90px;
	float:left;
	display:block;
	margin:0;
}
.leadVBox li{
	clear: both;
}
/*-*/
.userImgSmall{
	width: 64px;
	height: 96px;
	display: block;
}
.logoImgSmall{
	width:84px;
	height:56px;
	display: block;
	border: 1px solid #a7a7a7;
}
.leadBrandBox{
	height:71px;
}
/*-*/
.leadBrandBox .brandImgSmall{
	float:left;
	margin:0 13px 13px 0;
}
.leadBrandBox img{
	width: 84px;
	height: 56px;
	float:left;
	display:block;
	margin:0 13px 13px 0;
	border:1px solid #A7A7A7;
}
/*-*/
.brandImgSmall{
	width: 84px;
	height: 56px;
}
/*-*/
.brandImgMedium{
	width: 141px;
	height: 94px;
}

/** xsmall lead box **/
.leadXSmallVBox{
	height:auto;
	padding-bottom: 6px;
}
.leadXSmallVBox img{
	width: 42px;
	height: 63px;
	float:left;
	display:block;
	margin:0 13px 13px 0;
}
/** xsmall lead box **/
.leadXSmallVBoxList{
	/*height:72px;*/
	/*min-height:78px;*/
 	height:auto !important;
 	/*height:78px;*/
	clear:both;
	line-height: 15px;
	/*overflow:hidden;
	width:305px;*/
	/*white-space: nowrap;*/
	/*white-space: -moz-pre-wrap;*/ /* For Fx<=2 */ 
	/*white-space: pre-wrap;*/ /* Fx>3, Opera>8, Safari>3 */
	/*white-space: -o-pre-wrap;*/ /* Opera 7 */
	/*white-space: pre-line;*/
	/*word-break: break-all;*/
	/*word-wrap: break-word;* /* IE>=5.5 */
}
.leadXSmallVBoxList img{
	/*width: 63px;
	height: 63px;*/
	float:left;
	display:block;
	margin: 0 13px 13px 0;
	border: 0 solid #A7A7A7;
}

.leadXSmallVBoxListDiv{
	border-top: 1px solid #ccc;	
	padding:6px 0 0 0;
}
/** xsmall lead box **/
.leadSmallVBoxList{
	height:105px;
	clear:both;
}
.leadSmallVBoxList img{
	width: 63px;
	height: 96px;
	float:left;
	display:block;
	margin:0 13px 0 0;
	border: 1px solid #A7A7A7;
}
/*.leadXSmallVBox img.smallAvatar{
	display: block;
	width:42px;
	height: 63px;
	
}*/
.leadBoxGeneral{
	height:auto;
}
.leadBoxGeneral li{
	float:left;
	border:0 solid #777777;
	margin-left:13px;
	/*overflow:hidden;*/
	line-height:13px;
	/*width:93px;
	height: 78px;*/
	text-align:center;
	margin-bottom: 13px;
}

/** top brands on FP **/
#topBrands{
	height: 310px;
}
#topBrands li{
	height:92px;
	width:139px;
	margin-left:24px;
}
#topBrands img{
	height:92px;
	width:139px;
	border:1px solid #777;
}


/*** END RIGHT COLUMN ***/

/*** FOOTER ***/
#footerWide{
	border:0 solid #009;
	/*width:99.8%;*/
	/*background-color:#f2f2f2;*/
	color: #444; /* 555 */
	font-size:15px;
	/*margin-bottom:13px;*/
	padding-top: 1px;
	height:110px;
	clear:both;
	display:table;
	/*background: url(images/header_footer_background.jpg) repeat-x;*/
}
#footerHolder{
	/*width:950px;*/
	/*margin:0 auto;
	clear:both;*/
	/*border-top: 1px solid #ccc;
	margin-top: 10px;*/
}
#footer{
	/*height:33px;*/
	border-top: 1px solid #ccc;
	/*width:950px;*/
	margin-top: 5px;
	padding-top:5px;
	color:#7E7E7E;
	font-size:1em;
	line-height: 1.4em;
} 
#footer ul li{
	float:left;
	margin-right:5px;
}
#footer a{
	color:#7E7E7E;
}
#footer ul.columns li{
	float:left;
	margin-right:0;
	width: 310px;
}
#footer ul.columns li.columns ul li.rows{
	margin-right:0;
	margin: 2px;
	
}
#footer .bottomFooter{
	border-top: 1px solid #ccc;
	margin-top: 13px;
	margin-bottom: 13px;
	padding-top: 13px;
	padding-bottom: 13px;
	/*display: table;*/
}
#footerBanner{
	/*width: 950px;*/
	clear: both; 
	margin: 13px auto 0 auto;
	padding-top: 23px;
	
}
#footer h2,
#footer h3{
	font-size: 1em;
	line-height: 1.3em;
	display: inline;
	border: none;
	margin: 0;
	padding:0;
	font-weight: normal;
	color: #555;
}
#footer .footerTitle{
 	color: #010101;
    font-size: 1.0em;
	line-height: 1.3em;
    font-weight: bold;
    margin: 0;
    padding: 6px 0;
    display: table;
}
/*** END FOOTER ***/

/** form elements **/
span.comment{
	padding: 6px !important;
	background: #F2F2F2;
	/*margin-top:6px;*/
	display:block;
}
span.actionsLink{
	text-align: right;
	font-weight: bold;
	display:block;
	padding: 6px 0 6px 0;
}
input.comment {
	border:1px solid #ccc;
}
textarea.comment{
	border:1px solid #ccc;
}
select.comment{
	border:1px solid #ccc;
	font-size:10px;
}
#leftColumn input.comment {
	width:184px;
}

input.searchInput {
	width: 285px;
	padding: 3px;
	border:1px solid #ccc;
}

.search_field {
	display: inline-block;
	border: 1px solid #ccc;
	line-height: 11px;
	height: 24px;
}

.search_field input {
	border: none;
	padding: 0 0 0 0;
	font-size: 14px;
	height: 22px;
	line-height: 14px;
	margin: 0;
	width: 200px;
	vertical-align: top;
}

.search_field button {
	border: none;
	background: none;
	cursor:pointer;
}

input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
	outline: none;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none;
}


input[type=search] {
	background-image: url(/images/icons/magnifyingglass.png);
	background-color: white;
	background-position: 5px 8px;
	background-repeat: no-repeat;
	display: block;
	margin: 0 0 0 auto;
	width: 25px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	font-size: 14px;
	padding: 5px 10px 5px 20px;
	-webkit-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
	border-radius: 6px;
}
input[type=search]:focus {
	width: 100%;
	background-color: #fff;
	border-color: #ccc;
	padding: 5px 10px 5px 30px;
}


#contentHolder form{
	font-size:13px;
	color:#555;
	border-bottom:1px solid #ccc;
	line-height: 18px;
	padding-bottom:13px;
	margin: 0 0 0 0;
}
.blue-text{
    color: #4B8DC9;
}
#contentHolder form.noBorder{
	border:0 solid #000;
}
#contentHolder input[type="text"]{
	border:1px solid #ccc;
	color:#555;
}
#contentHolder input[type="password"]{
	border:1px solid #ccc;
	font-size:11px;
	color:#555;
}
.submitGeneral, 
#contentHolder input.submit{
	border:0 dotted #777;
	padding:2px 8px 2px 8px;
	_padding:2px 8px;
	background:#555555 none repeat scroll 0 0;
	color:#FFF;
	font-weight:bold;
	display: inline-block;
	vertical-align: bottom;
	cursor: pointer;
}
#contentHolder form.bigForm{
    font-size:13px;
    color:#555;
    border-bottom:1px solid #ccc;
    line-height: 20px;
    padding-bottom:13px;
    margin: 0 0 0 0;
	display: block;
}
#contentHolder form.bigForm .row{
	margin-top: 10px;
}
#contentHolder form.bigForm input[type="text"],
#contentHolder form.bigForm input[type="password"]
{
    font-size:13px;
    line-height: 20px;
    height:20px;
}
#contentHolder form.bigForm input[type="radio"],
#contentHolder form.bigForm input[type="checkbox"]
{
    font-size:13px;
    line-height: 20px;
    height:20px;
    vertical-align: bottom;
}
#contentHolder form.bigForm label
{
    cursor: pointer;
}
.submitGeneralBlue,
#contentHolder input.submitBlue{
	background-color:#4B8DC9 !important;
	/*padding: 2px 8px 0;*/
}
#contentHolder input.buttonGrayBig{
	margin: 10px auto;
	/*width: 220px;*/
	background-color: #505050;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 26px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	padding: 8px 0;
	text-align: center;
}
#contentHolder input.buttonBlueBig{
	margin: 10px auto;
	/*width: 220px;*/
	background-color:#4B8DC9 !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 26px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	padding: 8px 8px !important;
	text-align: center;
}
#contentHolder input.buttonRedBig{
	margin: 10px auto;
	width: 220px;
	background-color: #ae242b;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 26px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	padding: 8px 0;
	text-align: center;
}
#contentHolder input.bigInput[type="text"] {
    border: 1px solid #ccc;
    font-size: 13px;
    height: 20px;
    color: #555;
}
a.whiteText{
	color: #FFF;
}
.lightGrayButton{
	background-color:#eee !important;
	padding:2px 8px 2px 8px;
	cursor: pointer;
}
.grayButton{
	background-color:#ccc !important;
	padding:2px 8px 2px 8px;
	cursor: pointer;
}
.blueButton{
	background-color:#4B8DC9 !important;
	padding:2px 8px 2px 8px;
	cursor: pointer;
}
.greenButton{
	background-color:#33CA33 !important;
	padding:2px 8px 2px 8px;
	cursor: pointer;
}
.redButton{
	background-color: #ae242b !important;
	padding:2px 8px 2px 8px;
	cursor: pointer;
}
.submitBlueUpload{
	background: #4B8DC9 url(../images/icons/upload.gif) no-repeat 7px 6px;
	padding: 3px 8px 1px 20px;
}
.submitGrayUpload{
	background: #999 url(../images/icons/upload.gif) no-repeat 7px 6px;
	padding: 3px 8px 1px 20px;
}
.buttonBlueBigWide{
    min-width: 150px;
}
.buttonMediumWide{
    width: 140px !important;
}
.rounded{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
a.blueButton{
	color: #fff;
}
a.blueButton:hover{
	background-color:#4B8DC9 !important;
}
a.submitBlueUpload:hover{
	text-decoration: none;
}
#contentHolder input.checkbox{
	border:0 dotted #777;
	font-size:11px;
	height:14px;
	padding:0 5px;
	border: 0 solid #fff;
	margin:0 13px 0 0;
	background:#FFF none repeat scroll 0 0;
	color:#FFF;
	display:block;
	float:left;
	width:15px;
}
#contentHolder label{
	/*width:90px;*/
	display:block;
	float:left;
	margin-right:13px;
	padding-top:2px;
}
#contentHolder label.inline{
	display: inline;
	float: none;
	cursor: pointer;
}
.upload-form input{
	height:20px;
}

/** END form elements **/

/** MISC **/
img.heartImg{
	float:left;
	width:15px;
	height:13px;
	margin: 1px 1px 1px 0;
	cursor:pointer;
}
img.heartFull{
	background:url(../images/optimized/heart_full.gif.png) no-repeat;
}
img.heartHalf{
	background:url(../images/optimized/heart_half.gif.png) no-repeat;
}
img.heartEmpty{
	background:url(../images/heart_empty.gif) no-repeat;
}
p.noBorder{
	border:0 solid #000;
}
li.noBorder{
	border:0 solid #000;
}
div.noBorder{
	border:0 solid #000;
}
.noBorder{
	border:0 solid #000;
}
.clear{
	clear:both;
}
img.loading{
	margin:0 auto;
	display:block;
}
.loadingMask{
	background-color: transparent;
	opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    display:block;
    position:absolute;
    z-index:1000;
}


/** effect class **/
#floatInfoBox{
   position: absolute; 
   left: 50px;
   top: 50px;
   z-index: 10000000; 
   background:#010101;
   border:1px solid #777777;
   white-space:wrap;
   width:auto;
   height:auto;
   display:none;
   color:#FFF;
   font-weight:normal;
   font-size:13px;
   text-align:center;
   vertical-align:middle;
   padding:5px 7px;
}

#topInfoBox{
   position: absolute; 
   left: 0;
   top: 0;
   z-index: 10000000; 
   background:#f2f2f2;
   border:3px double #777777;
   white-space:wrap;
   width:auto;
   height:auto;
   display:none;
   color:#000000;
   font-weight:normal;
   font-size:12px;
   text-align: left;
   vertical-align:middle;
   padding:20px 15px;
}

h1.topInfoBoxH1{
	font-size:14px;
	font-weight: bold;
	color: #242424;
}
.paginationLinks{
	float:left;
	display:block;
	margin:0 4px;
	cursor:pointer;
}
.paginationLinks-current{
	font-weight:bold;
	float:left;
	display:block;
	margin:0 4px;
}
.paging-wrapper{
	width: 100%;
	padding:13px 0;
	margin-bottom:30px;
}
.paging-central{
	/*height:20px; */
	margin:0 auto;
	/*width:186px;*/
}
.paginationLinks input{
	height: 16px;
	text-align: center;
}
div.pagination a,
div.pagination span.paginationLink{
	padding: 8px 10px;
}
div.pagination span.current{
	padding: 8px 10px;
}
div.pagination a:hover,
div.pagination a:active,
div.pagination span.paginationLink:hover,
div.pagination span.paginationLink:active{
	padding: 8px 10px;
}
.rightBoxLinks{
	/*float:right;
	display:block;*/
	text-transform: none;
	font-size: 10px;
}

.rightBoxLinksTop3{
	/*float:right;
	display:block;*/
	text-transform: none;
	font-size: 13px;
}

#rightBoxLink input{
	height:13px;
	font-size:10px;
}
#rightBoxLink .inputHolder{
	float:right;
}


/** login alone **/
.innerColumns{
	margin:10px 13px 0 0;
	color: #555;
}
.innerLeftColumn{
	width:103px;
	float:left;
	
}
.innerRightColumn{
	/*width:100%;*/
	float:left;
}


/** user profile **/
.icon_coin_editTitle{
	vertical-align: middle;
	margin-left: 20px;
}
.icon_editTitle{
	vertical-align: middle;
	margin-left: 10px;
}
.editTitle{
	font-size:11px;
	color: #777;
	float:left;
}

.editTitleFloat{
	font-size:10px;
	font-weight: normal;
}

.leftTitleText li{
	float:left;
}
.leftTitleText ul.right{
	float:right;
	padding: 0;
}
.rightTitleText .editTitle{
	display:block;
	float:right;
}

.rightTitleLinks{
	display:block;
	float:right;
	font-size:11px;
}
.userInnerLeftColumn{
	float:left;
	height:300px;
	width: 172px;
	margin-right:13px;
}

.userImgFull{
	width: 172px;
	height: 258px;
}

.userInnerRightColumn{
	float:left;
	height: 288px;
	width: 412px;
}

.userInnerRightColumn_left{
	float:left;
	height: 183px;
	width: 182px;
	margin-right:13px;
	margin-top:6px;
}
.userInnerRightColumn_right{
	float:left;
	height:183px;
	width: 217px;
	margin-top:6px;
}

#rightColumn input.comment {
	width:230px;
}

div.formContainer{
	/*width:250px;*/
	float:right;
}


/* on user profile - friends */
.leadUserBox{
	/*height:260px;*/
}
.leadUserBox li{
	float:left;
	border:0 solid #777777;
	margin-left:13px;
	overflow:hidden;
	line-height:13px;
	width:66px;
	height: 100px;
	text-align:center;
}

.leadUserBox img{
	width: 60px;
	max-height: 60px;
	display: block;
}

#userBrands{
	height:260px;
}
#userBrands li{
	width: 85px;
	height: 56px;
	margin-left: 23px;
	
}
#userBrands img{
	width: 85px;
	height: 56px;
	border:1px solid #a7a7a7;
}

/*
.leadBrandBox{
	height:260px;
}
.leadBrandBox li{
	float:left;
	border:0px solid #777777;
	margin-left:13px;
	overflow:hidden;
	line-height:13px;
	width:93px;
	height: 78px;
	text-align:center;
}

.leadBrandBox img{
	width: 85px;
	height: 56px;
}
*/

.middle{
	vertical-align: middle;
}
/*******************/
/** brand profile **/
.brandInnerLeftColumn{
	float:left;
	height:185px;
	width: 258px;
	margin-right:13px;
}

.brandImgFull{
	width: 258px;
	height: 172px;
	border:1px solid #777;
}

.brandInnerRightColumn{
	float:left;
	/*height: 288px;*/
	width: 325px;
}

.brandInnerRightColumn p.infoText{
	font-size: 12px;
	/*font-family: Georgia;*/
	line-height: 16px;
}

/*.userInnerRightColumn_left{
	float:left;
	height: 183px;
	width: 182px;
	margin-right:13px;
	margin-top:6px;
}
.userInnerRightColumn_right{
	float:left;
	height:183px;
	width: 217px;
	margin-top:6px;
}*/
#brandRepresentative{
	height:80px;
}
#brandRepresentative li{
	width: 85px;
	height: 56px;
	margin-left: 17px;
	
}
#brandRepresentative img{
	width: 85px;
	height: 56px;
	border: 1px solid #ccc;
}
/*#brandStore{
	height:150px;
}*/
#brandStore li{
	width: 85px;
	height: auto; /*147px */
	margin-left: 17px;
	
}
#brandStore img{
	width: 85px;
	height: 56px;
}
/** end brand profile **/

/*******************/
/** representative profile **/
/*#threeRowsItems{
	height:590px;
}
#threeRowsItems li{
	width:86px;
	height:188px;
	margin-left: 16px;
	
}
#threeRowsItems img{
	width:84px;
	height:126px;
}*/


.twoRowsItems{
	height:390px;
}
.twoRowsItems li{
	width:86px;
	height:188px;
	margin-left: 16px;
	
}
.twoRowsItems img{
	width:84px;
	height:126px;
	/*border: 1px solid #A7A7A7;*/
}

#seeAll_combinationList .twoRowsItems img{
	border: 1px solid #A7A7A7;
}
#seeAll_combinationList .twoRowsItems img{
	border: 1px solid #A7A7A7;
}
/** SEE ALL COMBINATION **/
#seeAll_combinations.twoRowsItems{
	padding-top:0;
}
#seeAll_detailsBox{
	height:435px;
	/*border-bottom:1px solid #ccc;*/
}

#seeAll_detailsBox .centerCombImg{
	margin:0;
	width: 282px;
	height: 422px;
}
.comb_combinationAvatar{
	float:left;
}
.comb_combinationTitle{
	float:left;
	margin-left: 13px;
}
.comb_combinationDetails{
	clear:both;
}
.comb_detailsBox{
	float:right;
	width:300px;
	margin-left:13px;
}

#seeAll_combinationDetails input.comment {
	width:286px;
}

#SAC_filterCombination input.comment {
	width:286px;
}
#SAC_filterBox form{
	font-weight:bold;
	color: #000;
}
#SAC_filterBox.autoVBox{
	padding-top:5px;
	line-height:13px;
}


.SA_ranks_column{
	padding-right:20px;
	margin-bottom:20px;
}

.SA_left_column{
	float: left;
}

.SA_middle_column{
	float: left;
}

.SA_right_column{
	float: right;
	margin-right:0;
}
.SA_ranks_column ul{
	padding:7px 0;
}
.SA_ranks_column li span{
	padding:0 0 0 15px;
	display:block;
}
/*.SA_ranks_column ul li{
	list-style-type: decimal;
}*/
#SAI_filter select{
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #ccc;
	color:#000000;
	width:100%;
	margin: 5px 0;
}
#SAI_filter div.autosize{
	width:305px;
}
#SAI_filter ul{
	display:block;
	height:100%;
}
#SAI_filter ul li{
	display:block;
}
#SAI_filter ul.two_colums li{
	float:left;
	width:151px;
	height:21px;
	font-weight: normal;
}
#SAI_filter ul.three_colums li{
	float:left;
	width:auto;
	padding:5px 0;
	font-weight: normal;
}
#SAI_filter ul.three_colums li.first{
	width:90px;
}
#SAI_filter ul.three_colums li.middle{
	width:140px;
}
#SAI_filter ul.three_colums li.last{
	width:50px;
}
#SAI_filter ul.four_colums li{
	float:left;
	width:130px;
	height:21px;
	padding:5px 0 0 0;
	font-style:italic;
	font-weight:normal;
}
#ID_similar_items .leadSmallVBoxList img{
	border: none;
}
span.filter_action{
	vertical-align:text-bottom;
	/*width:16px;*/
	padding: 0;
	border: 0;
	margin:3px 0 0 5px;
	cursor: pointer;
	display: block;
	font-weight:normal;
}
span.filter_action_light{
	margin:0;
	font-weight: normal;
}
#SAI_filter ul.four_colums li.filter_data_small{
	width:20px;
}
.itemDetailsContainer{
	overflow-x:hidden;
	overflow-y:auto;
	padding:6px 0;
}
.itemDetailsContainer span{
	width:300px;
}
/* ########## */

/** user message */
.userMessageBox{
	border-top: 1px solid #ccc;
	width: 100%;
	/*min-height:81px;
 	height:auto !important;*/	
 	padding: 10px 0;
}

#userMessages_new .userMessageBox{
	border-top: 0 solid #ccc;
}

.userMessageBox .inline{
	border-top: 1px solid #ccc;
	width: 100%;
	margin-left: 55px;
	display: table;
 	padding: 10px 0;
}
.userMessageBox .avatarHolder{
	width: 55px;
	float:left;
}
.userMessageBox .inline .textHolder{
	width: 100%;
	float:left;
}
.userMessageBox .textHolder{
	width: 100%;
	float:left;
}
.userMessageBox img.userpic{
	height: auto;
	width: auto;
	max-height: 66px;
	max-width: 43px;
}
.userMessageBox .subjectHolder{
	float: left;
}
.breakWords{
	word-break: break-word;
}
#userMessages_list h3{
	height: 25px;
}
#userMessages_list input.comment {
	width:100%;
	font-size: 11px;
	height: 16px;
}
#userMessages_list .comment {
	width:100%;
}
#userMessages_list .hasNew{
	background-color: #F2F2F2;
}
#CD_comment{
	display: table;
}
.h2Text{
	padding-top:6px;
	font-size:11px;
	font-weight:bold;
}

.item_content{
	margin-top:6px;
}
/** see all basket **/
#seeAll_basketAll .leadVBox {
	height:127px;
}

/* -------- START WRAP ----------*/

/** CENTRAL WRAPER **/
.wraptocenterBigAvatar {
    display: block;
    text-align: center;
    vertical-align: middle;
	height: 252px;
	width: 200px;
	border:1px solid #EEEEEE;
	margin: 0 auto;
}

.wraptocenterBigAvatar img.smallWrap{
	border: none;
	vertical-align:middle; 
	display:inline;
	margin:0;
}

.wraptocenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
	height:126px;
	width:84px;
	/*border:1px solid #EEEEEE;*/
}
.wraptocenterBig {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 280px;
    height: 420px;
	border:1px solid #EEEEEE;
}
#seeAll_detailsBox .wraptocenterBig img.bigCombImg{
	width:auto;
	height:auto;
	margin:0 auto;
	display:inline;
	max-width: 280px;
  	max-height: 420px;
  	/*width: 278px;;*/
  	width: auto; 
	height:auto;
}

#seeAll_detailsBox .wraptocenterBig img, img.bigWrap{
	height:auto;
	border: none;
	vertical-align:middle; 
	width: auto; 
	height:auto;
	display:inline;
	height:auto;
	margin:0;
	width:auto;
}
#seeAll_itemList .wraptocenter img, img.smallWrap{
	height:auto;
	border: none;
	vertical-align:middle; 
	width: auto; 
	height:auto;
	display:inline;
	height:auto;
	margin:0;
	width:auto;
}
.caption{
	width:86px;
}
/* -------- END WRAP ----------*/
#languageDropBox,
#userProfileDropBox{
	height:auto;
	
	display:table-cell;
	margin-top:20px;
	position:absolute;
	width:200px;
	padding:0 10px 10px 10px;
	background-color:#242424;
	display:none;
	z-index:10;
	background:rgba(255,255,255,0.98);
	border:1px solid rgba(100, 100, 100, .4);
	-webkit-box-shadow:0 3px 8px rgba(0, 0, 0, .25);
	-webkit-border-radius:3px;
	-webkit-background-clip:padding-box;
	/* For CSS3 */
	box-shadow:0 3px 8px rgba(0, 0, 0, .25);
	border-radius:3px;
	background-clip:padding-box;
	/* For FF */
	-moz-box-shadow:0 3px 8px rgba(0, 0, 0, .25);
	-moz-border-radius:3px;
	-moz-background-clip:padding-box;
	color: #000;	
}
#userProfileDropBox{
    width: 250px;
}
#languageDropBox{
	margin-left:-144px;
	margin-top:21px;
}
#languageDropBox ul{
	padding:7px;
	margin:0;
	border-bottom:1px solid #ccc;
	display: table;
	width:184px;
	cursor: pointer;
	color: #000;
}
#languageDropBox li{
	display: block;
	float: left;
	width: 100%;
	height: auto !important;
	border: none !important;
	border-top: solid 1px #e9e9e9;
	border-bottom: solid 1px #e9e9e9;	
	padding:7px 0;
}


#languageDropBox a,#userProfileDropBox a{
	color: #000;
    font-size: 13px;
    line-height: 20px;
    width: 100%;
}
#userProfileDropBox p{
	padding:6px 0;
	margin:0;
	border-bottom:1px solid #ccc;
}
#toggleInfoBox{
	cursor:pointer;
}
div#userBarInfoBoxText{
	width:190px;
	float: left;
}
.notificationCubeHas{
	background:#FE0000;
	padding:2px 7px;
	color: #FFF;
	font-weight: bold;
	display:block;
}
.notificationCube{
	padding:5px 7px 0 5px;
	float:left;
	display:block;
}

.redBubble{
	position: absolute;
	margin-left:5px;
	margin-top:-6px;
	display:none;
	z-index: 11;
}
.redBubbleSecond{
	margin-top:0;
}
/** NOTIFICATION **/
#notificationNewDropBox{
	height:auto;
	display:table-cell;
	margin-top:38px;
	position:absolute;
	/*width:300px;*/
	padding:0 00px 00px 00px;
	background-color:#FFF;
	display:none;
	z-index:10;
	color: #000;
	margin-left: -140px;
	border: 1px solid #000;
	line-height: 14px;
	/*background: #242424 url(../images/top/welcome_bckg_blue.gif) repeat;*/
	background:rgba(255,255,255,0.98);
	border:1px solid rgba(100, 100, 100, .4);
	-webkit-box-shadow:0 3px 8px rgba(0, 0, 0, .25);
	-webkit-border-radius:3px;
	-webkit-background-clip:padding-box;
	/* For CSS3 */
	box-shadow:0 3px 8px rgba(0, 0, 0, .25);
	border-radius:3px;
	background-clip:padding-box;
	/* For FF */
	-moz-box-shadow:0 3px 8px rgba(0, 0, 0, .25);
	-moz-border-radius:3px;
	-moz-background-clip:padding-box;		
}

#notificationNewDropBox small{
	font-size: 10px;
}

#notificationNewDropBox p{
	padding:10px;
	margin:0;
	border-bottom:1px solid #999;
	display: block;
}
#notificationNewDropBox p.topBottom{
	padding: 10px 7px;
	margin:0;
	border-bottom:solid 1px #e9e9e9;
	display: block;	
}
#notificationNewDropBox p.bottomTop{
	padding: 10px 7px;
	margin:0;
	border-top:solid 1px #e9e9e9;
	display: block;	
}
#notificationNewDropBox ul{
	padding:7px;
	margin:0;
	border-bottom:1px solid #ccc;
	display: table;
	width:300px;
	cursor: pointer;
	color: #000;
}
#notificationNewDropBox p.noBorder{
	border: none;
}
#header #notificationNewDropBox a{
	color: #000;
}
#notificationNewDropBox li{
	display: block;
	float: left;
	height: auto !important;
	border: none !important;
	border-top: solid 1px #e9e9e9;
	border-bottom: solid 1px #e9e9e9;	
}
#notificationNewDropBox li.first{
	/*margin-right: 5px;*/
	width: 47px;
}
#notificationNewDropBox li.first img.avatarxcube{
	width: auto;
	height: auto;
	max-height: 60px;
	max-width: 40px;
}
#notificationNewDropBox li.second{
	width: 225px;
}
#notificationNewDropBox ul.visible{
	/*margin-right: 5px;*/
	background-color:#EEE;
}
#notificationNewDropBox ul:hover{
	background-color:#ddd;
}
/** FRIEND REQUEST **/
#friendNewDropBox{
	height:auto;
	display:table-cell;
	margin-top:12px;
	position:absolute;
	width:220px;
	padding:0 10px 10px 10px;
	background-color:#242424;
	display:none;
	z-index:10;
}
#friendNewDropBox p{
	padding:6px 0;
	margin:0;
	border-bottom:1px solid #ccc;
	display: block;
}
#friendNewDropBox ul{
	padding:6px 0;
	margin:0;
	border-bottom:1px solid #ccc;
	display: table;
	width:100%;
	cursor: pointer;
}

#friendNewDropBox li{
	display: block;
	float: left;
	height: auto !important;
	border: none !important;
}
#friendNewDropBox li.first{
	/*margin-right: 5px;*/
	width: 37px;
}
#friendNewDropBox li.second{
	width: 160px;
}
/** LANGUAGE **/
/*
#languageDropBox{
	height:auto;
	display:table-cell;
	position:absolute;
	width:100px;
	padding:0px 10px 10px 10px;
	background-color:#242424;
	display:none;
	z-index:1000;
}
#languageDropBox p{
	padding:0px;
	margin:0px;
	display: block;
}
#languageDropBox ul{
	padding:6px 0px;
	margin:0px;
	
	display: table;
	width:100%;
	cursor: pointer;
}

#languageDropBox li{
	display: block;
	float: left;
	width: 100%;
	padding:3px 0px;
	height: auto !important;
	border-left: none !important;
	border-right: none !important;
	border-top: none !important;
	border-bottom:1px solid #333;
}
#languageDropBox li a{
	display: block;
	font-weight: bold;
	width:100%;
}*/
#languageDropBox li a.selected_lang{
	font-weight: normal;

}
div#currentLanguage{
	width:auto;
	height:15px;
	background:#fff;
	color:#000;
	font-weight:bold;
	margin:5px 7px 0 7px;
	padding:0 0 0 5px;
	cursor: pointer;
}
div#currentLanguageAddon{
	background: url('images/white_cloud_addon.png') no-repeat scroll 0 0 transparent; 
	margin:0 0 0 9px; 
	height:5px;
	width: 50px;
}

/** COUNTRY **/
#countryDropBox{
	height:auto;
	display:table-cell;
	/*margin-top:26px;*/
	position:absolute;
	width:100px;
	padding:0 10px 10px 10px;
	background-color:#242424;
	display:none;
	z-index:10;
	margin-left: 0;
	margin-top: 46px;
}
#countryDropBox p{
	padding:0;
	margin:0;
	display: block;
}
#countryDropBox ul{
	padding:6px 0;
	margin:0;
	
	display: table;
	width:100%;
	cursor: pointer;
}

#countryDropBox li{
	display: block;
	float: left;
	width: 100%;
	padding:3px 0;
	height: auto !important;
	border-left: none !important;
	border-right: none !important;
	border-top: none !important;
	border-bottom:1px solid #333;
}
#countryDropBox li a{
	display: block;
	font-weight: normal;
	width:100%;
}
#countryDropBox li a.selected_lang{
	font-weight: normal;

}
div#currentCountry{
	width:auto;
	/*height:15px;*/
	/*background:#fff;*/
	color:#FFF;
	font-weight:normal;
	margin:0 7px 0 7px;
	padding:0 0 0 5px;
	cursor: pointer;
}
div#currentCountryAddon{
	background: url('images/white_cloud_addon.png') no-repeat scroll 0 0 transparent; 
	margin:0 0 0 9px; 
	height:5px;
	width: 50px;
}
/**edit item form **/
#edit-item-form-upload-status{
	font-weight: bold;
}
.dark-red{
	color: #440000;
}
.red{
	color: #990000;
}
.green{
	color: #009900;
}
.avatar-wrap-to-center-general-big {
	display:table-cell;
	height:126px;
	text-align:center;
	vertical-align:middle;
	width:86px;
}
img.imgWrap-general-big{
	height:auto !important;
	width:auto !important;
	display:block;
	margin:0 auto;
	vertical-align:middle;
	text-align: center;
}
img.avatarGeneral-big {
	border:0 dotted #A7A7A7;
	display:block;
	height:auto;
	max-height:120px;
	max-width:80px;
	margin-bottom: 6px;
}
.avatar-wrap-to-center-general {
	display:table-cell;
	height:60px;
	text-align:center;
	vertical-align:middle;
	width:60px;
}
img.imgWrap-general{
	height:auto !important;
	width:auto !important;
	display:block;
	margin:0 auto;
	vertical-align:middle;
	text-align: center;
}

img.avatarGeneral {
	border:0 dotted #A7A7A7;
	display:block;
	height:auto;
	max-height:78px;
	max-width:64px;
	margin-bottom: 6px;
}

img.avatarSmall {
	border:0 dotted #A7A7A7;
	display:block;
	height:auto;
	max-width:42px;
	max-height: 64px;
	margin-bottom: 3px;
	
}

img.avatarMiddle {
	border:0 dotted #A7A7A7;
	display:block;
	height:auto;
	max-width:48px;
	max-height: 72px;
	margin-bottom: 3px;
	
}

img.avatarXSmall {
	border:0 dotted #A7A7A7;
	display:block;
	height:auto;
	max-width:35px;
	max-height: 52px;
}

/** FANCY BOX **/
#fancyFloatBox{
	/*background: transparent url(/images/fancy_box_pattern.gif) repeat;
	padding: 13px;
	position: absolute;
	z-index: 10000;
	top: 0px;
	left: 0px;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);	
    -moz-box-shadow: 5px 5px 10px #777;	
	-webkit-box-shadow: 5px 5px 10px #777;
	box-shadow: 5px 5px 10px #777;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#777', Direction=145, Strength=3);*/	
	
	padding: 15px;
	position: absolute;
	z-index: 10000;
	top: 0;
	left: 0;
    opacity: 0;
	
	display:table-cell;
	background-color:#FFF;
	color: #000;
	border: 1px solid #000;
	line-height: 16px;
	background:rgba(255,255,255,0.98);
	border:1px solid rgba(100, 100, 100, .4);
	-webkit-box-shadow:0 3px 8px rgba(0, 0, 0, .25);
	-webkit-border-radius:3px;
	-webkit-background-clip:padding-box;
	/* For CSS3 */
	box-shadow:0 3px 8px rgba(0, 0, 0, .25);
	border-radius:3px;
	background-clip:padding-box;
	/* For FF */
	-moz-box-shadow:0 3px 8px rgba(0, 0, 0, .25);
	-moz-border-radius:3px;
	-moz-background-clip:padding-box;    
}
#fancyFloatBoxInner{
	/*background: #fff;*/
	/*padding: 13px;*/
	position:static;
}
/** END FANCY **/

.magnify  {
	cursor: url(images/magnify.cur), -moz-zoom-in, pointer;
	float:right;
	position:relative;
	top:-30px;
	width: 24px !important;
	height: 24px !important;
}

.img-top-inner24  {
	float:right;
	position:absolute;
	width: 24px !important;
	height: 24px !important;
}
.UserAdvices img.img-top-inner24-corner{ 
	margin: -8px 0 0 !important;
	position:relative;
}

/** S&C **/
.sc_blog_image_ahref{
	display: block;
	width: 64px;
	height: 100px;
	overflow: hidden;
	float: left;
	margin:0 13px 13px 0;
}
.sc_blog_image_ahref img{
	width: auto;
	height: auto;
	margin:0 0 0 0;
}


/** must be last **/
li.firstInRow{
	margin-left:0 !important;
}

.avatarWrapperSmall{
	display:block;
	margin-bottom:3px;
	height:64px;
	width:42px;
	margin:0 13px 6px 0;
	overflow: hidden; 
	float: left;
}
.avatarWrapperMedium{
	height:68px;
	width:51px;
	display:block;
	margin-bottom:3px;
	margin:0 13px 6px 0;
	overflow: hidden; 
	float: left;
	/*border: 1px solid #ccc;*/
}
.avatarWrapperMedium img{
	max-height:68px;
	max-width:51px;
	/*border: none;*/
}

/** GT API **/
.googleBrandingRight{
	float:right; 
	margin-left:7px; 
	margin-right:7px; 
	margin-bottom:13px;
	padding-top: 3px;
}
.translateButtonRight{
	float:right;
	margin-bottom:13px;
}

.googleBrandingLeft{
	float:left; 
	 
	margin-bottom:13px;
	padding-top: 3px;
	margin-left:7px; 
}
.translateButtonLeft{
	float:left;
	margin-right:7px;
	margin-bottom:13px;
}

img.avatar_small_cube_fixed{
	width: 60px !important;
	height: 60px !important;
}

img.avatar_xsmall_cube_fixed{
	width: 40px !important;
	height: 40px !important;
}


#tm_tooltip{ 
	position:absolute; 
	border:0 solid #333;
	background:#f7f5d1; 
	background:#F5F5F5; 
	padding:6px; 
	color:#333; 
	display:none; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	
	background: transparent url(/images/fancy_box_pattern.gif) repeat;
	z-index: 10000;
    -moz-box-shadow: 2px 2px 5px #777;	
	-webkit-box-shadow: 2px 2px 5px #777;
	box-shadow: 2px 2px 5px #777;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#777', Direction=145, Strength=3);		
}

#tm_tooltip_inner{ 
	background: #fff;
	color: #000;
	padding: 8px;
	display: table;

}

/* Pagination */
.pagi_bottom {
	margin-top: 25px;
	margin-bottom: 5px;
	height: 30px;
	padding-top: 2px;
	width: 100%;
	float:right;
}

div.pagination {
	padding:3px;
	margin:3px;
	text-align:center;
	flex-wrap: wrap;
}

div.pagination a,
div.pagination span.paginationLink {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	border: 1px solid #ddd;
	cursor: pointer;
	text-decoration: none; 
	color: #aaa;
}
div.pagination a:hover, 
div.pagination a:active,
div.pagination span.paginationLink:hover, 
div.pagination span.paginationLink:active {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	border: 1px solid #a0a0a0;
	cursor: pointer;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	border: 1px solid #e0e0e0;
	font-weight: bold;
	background-color: #f0f0f0;
	color: #aaa;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	border: 1px solid #f3f3f3;
	color: #ccc;
}


.widget_who_else{
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	padding: 10px;
	width: 280px;
	margin-top: 10px;
	border: 1px dotted #eee;
}

.widget_who_else a{
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	color: #777;
}
.smileIcon img{
 	display: inline !important;
 	width: 12px !important;
 	height: 12px !important;
 	margin: 0 !important;
 	padding: 0 !important;
 	float: none !important;
 	vertical-align: middle !important;
}

.heartIcon img{
 	display: inline !important;
 	width: 9px !important;
 	height: 9px !important;
 	margin: 0 1px !important;
 	padding: 0 !important;
 	float: none !important;
 	vertical-align: middle !important;
}

.ahrefDiv{
	display: inline;
	cursor: pointer;
	
}
.ahrefDiv:hover{
	display: inline;
	cursor: pointer;
	
	text-decoration: underline;
}
.otherLikesFancyBox{
	width:300px; 
	height: 315px; 
	overflow-x: hidden; 
	overflow-y: auto;
}
.otherLikesFancyBox li{
	padding-bottom:13px; 
	padding-top:13px; 
	border-bottom: 1px solid #EEE;
}
.otherLikesFancyBox .otherLikesFancyBox-leftHolder{
	float: left;
	height: 90px;
}
.otherLikesFancyBox .rightBox{
	padding-top: 0;
}
/** small box **/
.smallPicBox{
 	color: #EEEEEE;
    display: block;
    float: left;
    font-size: 11px;
    height: 72px;
    margin: 0 13px 0 0;
    width: 72px;
}

.smallPicBox img.avatarMiddle {
    margin-bottom: 0;
    width: 60px; /* 60px*/
    border: 0 dotted #A7A7A7;
    display: block;
    height: 62px; /* 62px*/
    max-height: 62px;
    max-width: 60px;
}

.smallPicBox a {
    color: #999999;
    font-size: 11px;
    text-decoration: none;
}
.smallPicBox a.avatar {
    border: 1px solid #EEEEEE;
    display: block;
    padding: 5px;
}

.lightGrayBorder{
	border-bottom: 1px solid #EEE;
}
.bigPrice{
	color: #000 !important;
	font-weight: bold;
	font-size: 1.2rem;
}

/** footer floats **/
#footer-actions-float{
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: auto;
	padding: 13px;
	background-color: #FFF;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
	
	padding:15px;
	background-color:#242424;
	background:rgba(255,255,255,0.98);
	border:1px solid rgba(100, 100, 100, .4);
	-webkit-box-shadow:0 3px 8px rgba(0, 0, 0, .25);
	-webkit-border-radius:3px;
	-webkit-background-clip:padding-box;
	/* For CSS3 */
	box-shadow:0 3px 8px rgba(0, 0, 0, .25);
	border-radius:3px;
	background-clip:padding-box;
	/* For FF */
	-moz-box-shadow:0 3px 8px rgba(0, 0, 0, .25);
	-moz-border-radius:3px;
	-moz-background-clip:padding-box;
	color: #000;		
}
#footer-actions-scroll-to-top{
	position: fixed;
	bottom: 10px;
	right: 20%;
	width: 120px;
	padding: 13px;
	background-color: #FFF;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
	text-align: center;
	font-size: 13px;
	z-index: 5;
}
.rightRoundedBox{
	border: 1px solid #eee;
	width: 100%;
	padding: 13px;
	font-size: 15px;
	line-height: 20px;
	display: table;
}

.rightRoundedBox h2{
	font-weight: bold;
}
.rightButton{
	float: right;
}

/** bootstrap **/
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert-heading {
  color: inherit;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}
.fancyFloatBox{
		width:auto;
		padding:10px 5px 0 5px;
		background-color:#242424;
		z-index:10;
		background:rgba(255,255,255,0.98);
		border:1px solid rgba(100, 100, 100, .4);
		-webkit-box-shadow:0 3px 8px rgba(0, 0, 0, .25);
		-webkit-border-radius:3px;
		-webkit-background-clip:padding-box;
		/* For CSS3 */
		box-shadow:0 3px 8px rgba(0, 0, 0, .25);
		border-radius:3px;
		background-clip:padding-box;
		/* For FF */
		-moz-box-shadow:0 3px 8px rgba(0, 0, 0, .25);
		-moz-border-radius:3px;
		-moz-background-clip:padding-box;
		color: #000;
		height:auto;
}

/* v2 */
#accountHolder{
    margin: 0;
}
#accountHolder ul li{

}
#accountHolder.accountHolderListLogin{
    margin-top: -2px;
}
#notificationHolder{
    float: left;
    margin-left: 15px;
}
#accountHolder ul.accountHolderList li{
    height: 40px;
    vertical-align: middle;
    margin: 12px 5px 0 10px;

}

#accountHolder ul.accountHolderList li a{
    display: block;
    float: left;
    height: 35px;
    display: block;
}
#accountHolder ul.accountHolderList li a:hover{
    text-decoration: none;
}
#accountHolder ul.accountHolderList li a.avatarImageHref{
    /*background: #777;
    height: 27px;
    width: 27px;
    display: block;
    border-radius: 20px;*/
    margin-top: 5px;
}
#accountHolder ul.accountHolderList li img.avatarImage{
    height: 25px;
    width: 25px;
    border-radius: 20px;
    margin: 1px;
}

#accountHolder ul.accountHolderList li a.textLinks{
    height: 27px;
    /* width: 35px; */
    /* display: inline; */
    margin-left: 10px;
    vertical-align: middle;
    padding-top: 10px;
}

#accountHolder ul.accountHolderList li a.iconLinks{
    width: 20px;
    font-size: 16px;
}
#userProfileDropBox{
    margin-left: -222px;
    margin-top: 49px;
}

#userProfileDropBox > #userBarInfoBox > a,
#accountHolder ul.accountHolderList li div#languageDropBox > a{
    height: auto;
    padding: 5px 0 5px 5px;
    float: none;
}
#userProfileDropBox > #userBarInfoBox > a:hover,
#accountHolder ul.accountHolderList li div#languageDropBox > a:hover{
    background-color: #eee;
}
.menuSeparator{
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
    height: 5px;
}
#languageDropBox{
    margin-left: -470px;
    margin-top: 49px;
}
#languageDropBox .selectedLang{
    background-color: #eee;
}
#languageDropBox.languageDropBoxOld{
    margin-left: -163px;
}
#accountHolder ul.accountHolderList #languageDropBox.languageDropBoxOld li{
    margin: 0 5px 0 10px;
}
#accountHolder ul.accountHolderList #languageDropBox.languageDropBoxOld li a{
    height: auto;
}
#header #notificationNewDropBox a{
    height: auto;
    font-size: 11px;
    padding: 5px 5px 5px 8px;
}
#header #notificationNewDropBox a.buttonBlue{
    color: #fff;
}
#header #notificationNewDropBox a.buttonBlue:hover{
    color: #fff;
    background-color: #3f70a0;
}
#header #notificationNewDropBox a:hover{
    background-color: #eee;
}
#header #notificationNewDropBox a.visible{
    background-color: #ddd;
}
#notificationNewDropBox{
    margin-top: 49px ;
    margin-left: -160px;
    width: 350px;
}
#notificationNewDropBox div.first{
    float:left;
    width: 45px;
    height: 45px;
    margin-right: 5px;
    border: 1px solid #eee;
}
#notificationNewDropBox div.first img{
    width: 45px;
    height: 45px;
}
#notificationNewDropBox div.second{
    padding-right: 10px;
	overflow-x: hidden;
}

#notificationNewDropBox .friendRequests{
	max-height: 640px;
	overflow-y: auto;
	overflow-x: hidden;
	width: 350px;
}

#notificationNewDropBox .notificationList{
 	max-height: 640px;
	overflow-y: auto;
	overflow-x: hidden;
	width: 350px;
}

#notificationNewDropBox .friendRequests .friendRequestsList{
    min-height: 60px;
    padding: 5px;
}
#header #notificationNewDropBox > .friendRequests > .friendRequestsList > div.first a.links,
#header #notificationNewDropBox > .friendRequests > .friendRequestsList > div.second a.links{
    padding: 0;
}
#header #notificationNewDropBox > .friendRequests > .friendRequestsList > div.second a.links:hover{
    background-color: #fff;
}

@media (max-width: 767.98px) {
	#logoHolder{
		width: 60px;
	}
	.hideMobile{
		display: none !important;
	}
	#notificationNewDropBox{
		margin-top: 49px;
		margin-left: 0;
		left: 0;
		width: 100%;
	}

	#notificationNewDropBox .friendRequests{
		width: 100%;
	}

	#notificationNewDropBox .notificationList{
		width: 100%;
	}

	#userProfileDropBox{
		margin-left: -210px;
		margin-top: 49px;
	}
}

.button{
    padding: 6px 12px 6px 12px;
    cursor: pointer;
}
.buttonBig{
    padding: 6px 12px 6px 12px;
    cursor: pointer;
}

.buttonBlue{
    background-color: #4B8DC9;
    color: #FFF;
}
.buttonBlue:hover{
    background-color: #3f70a0;
	color: #FFF;
    text-decoration: none;
}
.buttonGray{
    background-color: #EEE;
    color: #444;
}
.buttonGray:visited{
	background-color: #EEE;
	color: #444;
}
.buttonGray:hover, .buttonGraySelected{
    background-color: #CECECE;
    text-decoration: none;
}
.buttonGray:visited,.buttonGray:active{
    text-decoration: none;
}
.buttonGreen{
	background-color: #468847;
	color: #fff;
}

.buttonGreen:visited,.buttonGreen:active{
	text-decoration: none;
}
input[name="cover_image"]:hover{
    background-color: #CECECE;
    text-decoration: none;
}

.menuTabs{
    margin-top: 0;
    margin-bottom: 20px;
    border-top: 0 solid #eee;
    border-bottom: 1px solid #eee;
	width: 100%;
	display: inline-block;
}
.menuTabs.index{
    margin-top: 0;
    border-top: none;
    border-bottom: 1px solid #eee;
}
.menuTabs.index h1{
    border: none;
    padding: 11px 0 0 0;
}

.menuTabs > a{
	padding: 0;
	float: left;
	width: 100%;
	line-height: 25px;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	margin-top: 10px;
	display: block;
	border-bottom: 2px solid #FFF;
}

.menuTabs > a:hover{
    border-bottom: 2px solid #4B8DC9;
}
.menuTabs > a.active{
    border-bottom: 2px solid #4B8DC9;
}
.menuTabs .filters{
    float:right;
}

/* SETS */
.setOuterContainer{
    /*width: 237px;*/
    padding-bottom: 20px ;
    float: left;
}

.setOuterContainer > .setFrameContainer{
    border: 1px solid #eee;
    border-radius: 3px;
    /*width: 220px;*/
    margin: 0 auto;
}
.setOuterContainer > .setFrameContainer:hover{
    border: 1px solid #aaa;
}

.setOuterContainer > .setFrameContainer > .setInnerContainer{
    /*width: 180px;*/
    margin: 10px auto;
	padding: 0 10px;
    height: 420px;
}

.setOuterContainer.col-lg-4 > .setFrameContainer > .setInnerContainer{
	height: 385px;
}

.rightColumnSets .setOuterContainer > .setFrameContainer > .setInnerContainer{
	height: 370px;
}

.setOuterContainer.setCollection > .setFrameContainer{
    box-shadow: 6px 6px 0 1px #eee;
}
.setOuterContainer.SCP > .setFrameContainer{
    box-shadow: none;
}

.setOuterContainer.setCollection > .setFrameContainer > .setInnerContainer{
    margin: 10px auto;
    height: 365px;
}

.setOuterContainer > .setFrameContainer > .setInnerContainer .setImage{
    border-radius: 3px;
    /*width: 210px;
    height: 315px;*/
    margin: 0 auto;
    display: block;
	/*width: 100%;*/
	height: 315px;
}

.setOuterContainer.col-lg-6 > .setFrameContainer > .setInnerContainer .setImage{
	height: 255px;
}

.setOuterContainer.col-lg-4 > .setFrameContainer > .setInnerContainer .setImage{
	height: 290px;
}

.setOuterContainer.setCollection > .setFrameContainer > .setInnerContainer .setImage{
	height: 300px;
}

.setOuterContainer > .setFrameContainer > .setInnerContainer .setText{
    vertical-align: middle;
    margin-top: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.setOuterContainer > .setFrameContainer > .setInnerContainer .setTitle a{
    text-overflow: ellipsis;
    white-space: nowrap;
    /*width: 180px;*/
    display: block;
    overflow: hidden
}
.setOuterContainer > .setFrameContainer > .setInnerContainer .setText p a{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}
.setOuterContainer > .setFrameContainer > .setInnerContainer .setText p{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.setOuterContainer > .setUserFrameCointainer{
    border: 1px solid #eee;
    border-radius: 3px;
    width: 100%;
    margin: 10px auto;
}

.setOuterContainer > .setUserFrameCointainer > .setUserInnerContainer {
	width: 100%;
    margin: 10px auto;
    height: 67px;
	overflow: hidden;
	padding: 0 7px;
}

.setOuterContainer > .setUserFrameCointainer > .setUserInnerContainer > .setUserAvatar {
    width: 66px;
    height: 66px;
    border: 1px solid #eee;
    background-color: #fff;
    float: left;
    margin-right: 10px;
}

.setOuterContainer > .setUserFrameCointainer > .setUserInnerContainer > .setUserText {
    width: 150px;
    margin: 0 auto;
    height: 77px;
    float: left;
}

.setOuterContainer > .setUserFrameCointainer > .setUserInnerContainer > .setUserAvatar > .setUserImage {
    margin: 2px;
    height: 60px;
    width: 60px;
}
#contestWinners .setOuterContainer.col-lg-4 > .setFrameContainer > .setInnerContainer{
	height: 400px;
}

#contestSets .setOuterContainer.col-lg-4 > .setFrameContainer > .setInnerContainer{
	height: 390px;
}

/* ITEMS */
.itemOuterContainer{
    /*width: 237px;*/
    padding-bottom: 20px ;
    float: left;
}

.itemOuterContainer > .itemFrameContainer{
    border: 1px solid #eee;
    border-radius: 3px;
    /*width: 220px;*/
    margin: 0 auto;
}
.itemOuterContainer > .itemFrameContainer:hover{
    border: 1px solid #aaa;
}

.itemOuterContainer.itemCollection > .itemFrameContainer{
    box-shadow: 6px 6px 0 1px #eee;
}
.itemOuterContainer.ICP > .itemFrameContainer{
    box-shadow: none;
}


.itemOuterContainer > .itemFrameContainer > .itemInnerContainer{
    /*width: 180px;*/
    margin: 10px auto;
	padding: 0 10px;
    height: 290px;
}

.itemOuterContainer.col-lg-3 > .itemFrameContainer > .itemInnerContainer{
	height: 290px;
}

.itemOuterContainer.col-lg-6 > .itemFrameContainer > .itemInnerContainer{
	height: 210px;
}

.itemOuterContainer > .itemFrameContainer > .itemInnerContainer .itemImage{
    border-radius: 3px;
    /*width: 200px;*/
    height: 180px;
    margin: 0 auto;
    display: block;
}

.itemOuterContainer.col-lg-6 > .itemFrameContainer > .itemInnerContainer .itemImage{
	height: 100px;
}

.itemOuterContainer > .itemFrameContainer > .itemInnerContainer .itemText{
    vertical-align: middle;
    margin-top: 5px;
	max-width: 300px;
}

.itemOuterContainer > .itemFrameContainer > .itemInnerContainer .itemTitle strong{
	word-break: break-all;
	max-width: 100%;
}

.itemOuterContainer > .itemFrameContainer > .itemInnerContainer .itemTitle a{
    text-overflow: ellipsis;
    white-space: nowrap;
    /*width: 180px;*/
    display: block;
    overflow: hidden
}
.itemOuterContainer > .itemFrameContainer > .itemInnerContainer .itemText p a{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

/* MY LOOKS */
.myLookOuterContainer{
    /*width: 237px;*/
    padding-bottom: 20px ;
    float: left;
}

.myLookOuterContainer > .myLookFrameContainer{
    border: 1px solid #eee;
    border-radius: 3px;
    /*width: 220px;*/
    margin: 0 auto;
}
.myLookOuterContainer > .myLookFrameContainer:hover{
    border: 1px solid #aaa;
}

.myLookOuterContainer > .myLookFrameContainer > .myLookInnerContainer{
    /*width: 180px;*/
    margin: 10px auto;
	padding: 0 10px;
    height: 380px;
}

.myLookOuterContainer > .myLookFrameContainer > .myLookInnerContainer .myLookImage{
    border-radius: 3px;
    /*width: 210px;*/
    height: 270px;
    margin: 0 auto;
    display: block;
}

.myLookOuterContainer > .myLookFrameContainer > .myLookInnerContainer .myLookText{
    vertical-align: middle;
    margin-top: 5px;
}
.myLookOuterContainer > .myLookFrameContainer > .myLookInnerContainer .myLookCategory a,
.myLookOuterContainer > .myLookFrameContainer > .myLookInnerContainer .myLookTitle a{
    text-overflow: ellipsis;
    white-space: nowrap;
    /*width: 180px;*/
    display: block;
    overflow: hidden
}
.myLookOuterContainer > .myLookFrameContainer > .myLookInnerContainer .myLookText p a{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

/* USERS */
.friendsOuterContainer{
    /*width: 474px;*/
    padding-bottom: 20px ;
    float: left;
}

.friendsOuterContainer > .friendsFrameContainer{
    border: 1px solid #eee;
    border-radius: 3px;
    /*width: 420px;*/
    margin: 0 auto;
}
.friendsOuterContainer > .friendsFrameContainer:hover{
    border: 1px solid #aaa;
}

.friendsOuterContainer > .friendsFrameContainer > .friendsInnerContainer{
    /*width: 390px;*/
	margin: 10px auto;
	height: 150px;
	padding: 0 10px 5px 10px;
	word-break: break-all;
}
.friendsOuterContainer > .friendsFrameContainer > .friendsInnerContainer .friendsAvatar{
    width: 144px;
    height: 144px;
    display: block;
    float: left;
    border: 0 solid #eee;
}
.friendsOuterContainer > .friendsFrameContainer > .friendsInnerContainer .friendsImage{
    width: 140px;
    height: 140px;
    margin: 0 auto;
    display: block;
    padding: 2px;

}

.friendsOuterContainer > .friendsFrameContainer > .friendsInnerContainer .brandAvatar{
	width: 146px;
	height: 76px;
	display: block;
	float: left;
	border: 1px solid #eee;
	margin-right: 10px;
	margin-bottom: 10px;
}

.friendsOuterContainer > .friendsFrameContainer > .friendsInnerContainer .brandLogo{
	width: 144px;
	height: 74px;
	margin: 0 auto;
	display: block;
	padding: 2px;
}

.friendsOuterContainer > .friendsFrameContainer > .friendsInnerContainer .brandText{
	vertical-align: middle;
	/*width: 200px;*/
	/*height: 115px;*/
}

.friendsOuterContainer > .friendsFrameContainer > .friendsInnerContainer .brandText h2{
	border-bottom: none;
	display: inline;
}

.friendsOuterContainer > .friendsFrameContainer > .friendsInnerContainer .resellerAvatar{
    width: 144px;
    height: 100px;
    display: block;
    float: left;
    border: 1px solid #eee;
}
.friendsOuterContainer > .friendsFrameContainer > .friendsInnerContainer .resellerImage{
    width: 140px;
    height: 100px;
    margin: 0 auto;
    display: block;
    padding: 2px;

}

.friendsOuterContainer > .friendsFrameContainer > .friendsInnerContainer .friendsText{
    vertical-align: middle;
    margin-top: 5px;
    /*margin-left: 10px;*/
    float: left;
    width: 200px;
    height: 115px;
}

.friendsOuterContainer > .friendsFrameContainer > .friendsInnerContainer .friendActions{
    float: right;
}

.friendsOuterContainer > .friendsFrameContainer > .friendsInnerContainer .friendsTitle a{
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 180px;
    display: block;
    overflow: hidden
}
.friendsOuterContainer > .friendsFrameContainer > .friendsInnerContainer .friendsText p a{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.load-more-wrapper{
    width:100%;
}
.load-more-wrapper a:not(.btn){
    font-weight: bold;
    font-size: 18px;
    color: #4B8DC9;
}
.load-more-wrapper a.button{
    font-size: 18px;
    color: #fff;
    font-weight: normal;
}

i.fa{
    color: #000;
    opacity: 0.7;
    font-size: 16px;
}

.like-btn-hover i.fa-heart{
    color: #bc0128;
}

.like-btn {
    margin: -25px -4px 0 0;
    padding: 5px;
    display: inline-block;
    vertical-align: top;
    float: right;
    border: 1px solid #eee;
    font-size: 18px;
    color: #000;
    text-decoration: none;
}
.like-btn:hover,
.like-btn-hover {
    background-color: #eee;
    text-decoration: none;
}
.pull-right{
    float: right !important;
}
#edit-item-form{
    width: 100%;
}
#fancyCloseButton{
    float: right;
    margin-top: -40px;
}
#contentHolder #leftColumn form.standardForm,
#contentHolder form.standardForm{
    font-size: 13px;
    line-height: 20px;
}
#contentHolder #leftColumn input.buttonGrayBig,
#contentHolder #leftColumn input.buttonBlueBig,
#contentHolder input.buttonBlueBig,
#contentHolder input.buttonGrayBig,
#contentHolder input.buttonRedBig{
    font-size: 13px;
    line-height: 20px;
    height: 33px;
}
#contentHolder input.disabled{
    opacity: 0.5;
}

#contentHolder #leftColumn form.standardForm input[type="text"],
#contentHolder #leftColumn form.standardForm input[type="number"],
#contentHolder #leftColumn form.standardForm input[type="password"],
#contentHolder form.standardForm input[type="text"],
#contentHolder form.standardForm input[type="number"],
#contentHolder form.standardForm input[type="password"],
#contentHolder form.standardForm input[type="date"]
{
    font-size: 13px;
    line-height: 20px;
    height: auto;
    padding: 4px;
    border: 1px solid #ccc;
}

#contentHolder form.standardForm input[type="range"]{
    vertical-align: middle;
}

#contentHolder #leftColumn form.standardForm select,
#contentHolder form.standardForm select
{
    font-size: 13px;
    line-height: 20px;
    height: auto;
    padding: 4px;
}

#contentHolder form.standardForm .maxWidth,
.maxWidth{
    width: 100%;
}


#contentHolder form.standardForm textarea{
    font-size: 1.1em;
    line-height: 1.2em;
    border: 1px solid #ccc;
    padding: 4px;
	width: 100%;
}

#gdpr_float{
    position: fixed;
    bottom: 5%;
    width: 100%;
    background: #fff;
}

#gdpr_float .gdpr_inner{
    width: 80%;
    margin: 0 auto;
    bottom: 20px;

    padding: 13px;
    background-color: #FFF;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    padding: 15px;
    background-color: #242424;
    background: rgba(255,255,255,0.98);
    border: 1px solid rgba(100, 100, 100, .4);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    border-radius: 3px;
    background-clip: padding-box;
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    -moz-border-radius: 3px;
    -moz-background-clip: padding-box;
    color: #000;
}

#navbar-toggle-cbox {
	display:none
}
#navbar-toggle-cbox:checked ~ .collapse {
	display: block;
}

.navbar-toggler {
	padding: .1rem .75rem;
	border: 0;
}
#pgCombination{
	position:relative;
}
#pgCombination .ui-draggable,
#pgCombination .choiceImage
{
	box-sizing: content-box;
}

.adBox{
	margin-bottom: 20px;
	height: 140px !important;
	clear: both;
	width: 100%;
}

.adBox90{
	 margin-bottom: 20px;
	 height: 90px !important;
	 min-height: 90px;
	 max-height: 90px;
	 clear: both;
	 width: 100%;
 }

.adBox100{
	margin-bottom: 20px;
	padding: 0;
	height: 100px !important;
	min-height: 100px;
	max-height: 100px;
	clear: both;
	width: 100%;
}

@media (max-width: 767.98px) {
	#mainNavigation{
		padding: 0;
	}
	#mainNavigation ul li{
		font-size: 14px;
		float: none;
	}
    #accountHolder.accountHolderListLogin{
        margin-top: -2px;
        margin-right: -15px;
    }
    #accountHolder ul.accountHolderList li{
        border: none;
    }
	#accountHolder ul.accountHolderList li a.textLinks{
		margin-left: 0;
	}
	#accountHolder ul.accountHolderList li a.textLinks.iconLinks{
		margin-left: 20px;
	}
	.userMessageBox .inline{
		margin-left: 0;
	}
	.setContestPlace-1{
		order: 1;
	}
	.setContestPlace-2{
		order: 2;
	}
	.setContestPlace-3{
		order: 3;
	}
	#seeAll_top3 h1{
		width: 100% !important;
	}
	#languageDropBox{
		margin-left: -160px;
	}
	.setOuterContainer > .setUserFrameCointainer > .setUserInnerContainer > .setUserText {
		width: 200px;
	}
	.itemOuterContainer.col-6 > .itemFrameContainer > .itemInnerContainer{
		height: 235px;
	}
	.itemOuterContainer.col-6 > .itemFrameContainer > .itemInnerContainer .itemImage{
		height: 120px;
	}
	.myLookOuterContainer.col-6 > .myLookFrameContainer > .myLookInnerContainer{
		height: 300px;
	}
	.myLookOuterContainer.col-6 > .myLookFrameContainer > .myLookInnerContainer .myLookImage{
		height: 190px;
	}
}

@media (max-width: 991.98px) {
	#footer-actions-scroll-to-top{
		right: 35%;
	}
	#sidebar {
		height: 100vh;
		/* top layer */
		z-index: 3;
		transition: all 0.3s;
	}
	#sidebar {
		position: absolute;
		margin-left: -100%;
		background:rgba(255,255,255,0.9);
		width: 100%;
		max-width: 100%;
	}
	#sidebar.active {
		margin-left: 0;
	}
}

@media (max-width: 767.98px) and (min-width: 573.98px)  {
	#sidebar {
		width: 543px;
	}
}

@media (max-width: 991.98px) and (min-width: 767.98px)  {
	#sidebar {
		width: 718px;
	}
}
#leftColumn {
	font-size: 1rem;
	line-height: 1.2rem;
	overflow: hidden;
}
h3{
	font-size: 1.75rem;
	line-height: 1.2;
}