#left-and-content {
	width: auto;
}

#left_part {
	width: 466px;
	padding-left: 7px;
	padding-right: 0.5em;
	margin-bottom: 1em;
}

#right_part {
	width: 500px !important;
}

#right_bloc_1 {
	float: left;
}

#right_bloc_1.cbb {
	width: 175px;
	height: 80px;
}

#right_bloc_1.cb {
	width: 190px;
	height: 90px;
}

#right_bloc_1.cb .i3 {
	width: auto !important;
	height: auto !important;
}

/* CARROUSEL */
#carrousel {
	margin-bottom: 0.5em;
	width: 466px;
}

#carrousel .display {
	height: 265px;
	border: 0.15em solid #cccccc;
	border-top: 0em;
	width: 462px;
	overflow: hidden;
	position: relative;
}

#vignettes {
	overflow: hidden;
	position: relative;
	height: 100%;
	color: #333333;
	font-size: 1em;
	text-align: center;
}

#vignettes .vig {
	float: left;
	height: 100%;
	width: 462px;
	position: relative;
}

#vignettes .vig h3 {
	font-size: 1.4em;
	text-align: center;
	margin: 5px 0;
}

#vignettes .vig h3 a {
	color: #3399FF;
	text-decoration: none;
}

#vignettes .vig h3 a:hover {
	color: #000000;
}

#vignettes .vig .description {
	padding: 10px;
	padding-top: 0;
}

#vignettes .vig p {
	text-indent: 0em;
	text-align: justify;
	font-size: 0.8em;
	height: 49%;
	overflow: hidden;
}

#vignettes .vig .carrousel_image {
	text-align: center;
	float: left;
	width: 220px;
	height: 220px;
	overflow: hidden;
	text-align: center;
	padding-left: 10px;
}

#vignettes .vig img {
	width: 220px;
	max-height: 220px;
}

#vignettes .vig .go-to {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-right: 0.3em;
	margin-bottom: 0.3em;
	height: 20px;
	background-image: url(../img/bubble-arrow.png);
	background-repeat: no-repeat;
	width: 200px;
}

#vignettes .vig .go-to a {
	padding-right: 20px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

#vignettes .vig .go-to a:hover {
	color: #333333;
}

#carrousel .nav li {
	text-align: center;
}

#carrousel .nav.cbb, #carrousel .nav.cb .i3 {
	padding-top: 0.5em;
	overflow: hidden;
}

#carrousel .nav .nav-bar {
	width: 190px;
	margin-left: 130px;
}

#carrousel-previous {
	float: left;
	cursor: pointer;
}

#carrousel-next {
	float: left;
	cursor: pointer;
	margin-right: 0;
	margin-left: 5px;
}

#carrousel-nav-items li {
	float: left;
	font-size: 14px;
	font-weight: bold;
	padding-top: 3px;
	color: #333333;
	width: 20px;
	height: 20px;
	margin-left: 5px;
	background: transparent url(../img/nav-item.png) no-repeat center center;
	cursor: pointer;
}

#carrousel-nav-items li.selected {
	background-image: url(../img/nav-selected.png);
	color: #ffffff;
}

/* WIDGET COUNTER + SUBSCRIBE BUTTON + INVITE BUTTON */

#counter_bloc {
	font-size: 1.5em;
	text-align: center;
}

#counter_bloc .count {
	font-weight: bolder;
	font-size: 1.2em;
}

#counter_bloc a {
	color: #000000;
	text-decoration: none;
}

#counter_bloc .count a:hover {
	color: #000000;
}

#counter_bloc .label a:hover {
	color: #3399FF;
}

#right_part a.subscribe:hover, #right_part a.invite:hover {
	text-decoration: none;
	color: #333333;
}

#right_part .subscribe, #right_part .invite {
	display: block;
	width: 190px;
	height: 50px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	float: left;
	font-size: 1.2em;
}

#right_part .subscribe {
	background: transparent url(../img/button-green.jpg) no-repeat 50% 50%;
	margin-top: 1.5em;
}

#right_part .invite {
	background: transparent url(../img/button-orange.jpg) no-repeat 50% 50%;
	margin-top: 1em;
}

#right_part .subscribe .intro {
	display: block;
	padding-top: 4px;
	font-size: 0.6em;
}

#right_part .invite .intro {
	display: block;
	padding-top: 4px;
	font-size: 0.8em;
}

#right_part .invite.alone {
	margin-top: 3em;
}

/* MOST DOWNLOADED, LAST WIDGETS */
#widget-trend {
	width: 466;
	font-size: 0.8em;
	overflow: hidden;
}

#widget-trend h4 {
	color: #333333;
	text-align: center;
}

#widget-trend .score img {
	width: 15px;
}

#widget-trend h5 {
	font-size: 1em;
}

#widget-trend h5 a {
	color: #3399FF;
}

#widget-trend h5 a:hover {
	color: #333333;
	text-decoration: none;
}

#widget-trend li .right {
	width: 126px;
	float: left;
}

#most-downloaded {
	margin-right: 2%;
}

#most-downloaded, #last-widgets {
	float: left;
	width: 48%;
}

#widget-trend ul li {
	width: 100%;
	overflow: hidden;
	padding-top: 0.25em;
	margin-top: 0.25em;
	border-top: 1px dotted #808080;
	clear: both;
}

#widget-trend ul.score li {
	width: auto;
	padding: 0;
	margin: 0;
	border-top: 0;
	clear: none;
	display: inline;
}

#widget-trend .image {
	float: left;
	margin-right: 0.5em;
}

#widget-trend .image img {
	width: 75px;
	max-height: 75px;
}

/* WIDGET DEFINITION */
#widget-info {
	clear: both;
	margin-bottom: 1em;
}

#widget-info .title {
	text-align: center;
	margin-bottom: 1em;
}

#widget-info img.text-decorate {
	vertical-align: -0.3em;
}

#widget-info h1 {
	margin: 0 0 0 0.2em;
	display: inline;
}

#widget-info p {
	font-size: 0.8em;
	margin-top: 0.3em;
}

/* CATEGORY HALL */
#category-hall {
	overflow: hidden;
	margin-bottom: 1em;
}

#category-hall ul {
	font-size: 0.8em;
	width: 12em;
}

#category-hall table {
	margin: 0;
	margin-top: 0.5em;
}

#category-hall td {
	vertical-align: top;
}

#category-hall ul a {
	color: #333333;
	background: transparent url(../img/arrow.png) no-repeat scroll 0 0;
	padding-left: 10px;
}

#category-hall ul a:visited {
	color: #6a6a6a;
}

#category-hall ul a:hover {
	color: #333333;
}

#category-hall li {
	color: #b0b0b0;
}

#category-hall a.all {
	font-weight: bold;
	font-size: 12px;
	display: block;
	float: right;
	margin-top: 0.5em;
	height: 16px;
	background: transparent url(../img/bubble-arrow-greyblack.png) no-repeat right center;
	text-align: right;
	padding-right: 24px;
	color: #ffffff;
	width: 150px;
}

#category-hall a.all:hover {
	color: #FFA300;
	text-decoration: none;
}

/* TAGS */
#tag_bloc h1.label {
	margin-top: 1em;
}

#tag_bloc {
	clear: both;
}

#tag_bloc ul {
	font-weight: bold;
	padding: 0.7em;
	padding-top: 0em;
	margin-top: 0.4em;
	border-top: 1px solid #aaaaaa;
	text-align: justify;
}

#tag_bloc ul li {
	font-size: 0.8em;
	margin-right: 0.4em;
}

.all-tags {
	margin-right: 1em !important;
	font-size: 1.4em;
}

.all-tags a {
	color: #3399ff;
}

.tag-1 a {
	color: #3399ff;
}

.tag-2 a {
	color: #45a2ff;
}
.tag-3 a {
	color: #4ca6ff;
}
.tag-4 a {
	color: #53a9ff;
}
.tag-5 a {
	color: #59adff;
}
.tag-6 a {
	color: #5fafff;
}
.tag-7 a {
	color: #66b3ff;
}
.tag-8 a {
	color: #73b9ff;
}
.tag-9 a {
	color: #7abdff;
}
.tag-10 a {
	color: #80c0ff;
}
.tag-11 a {
	color: #87c4ff;
}
.tag-12 a {
	color: #8dc6ff;
}
.tag-13 a {
	color: #94caff;
}
.tag-14 a {
	color: #9bcdff;
}
.tag-15 a {
	color: #a1d0ff;
}

#tag_bloc li a:hover {
	color: #333333;
}

#tag_bloc .count {
	color: #b0b0b0;
}

/* OTHER */
#right_bloc_ad {
	float: right;
	width: 280px;
	height: 260px;
}

