/* --------------
 * RESET
 * -------------*/
[dir=rtl] dd,[dir=rtl] menu,[dir=rtl] ol,[dir=rtl] ul,address,b,bdo, blockquote, body,col,colgroup,dd,div,dl,dt,embed,form,hr,html,iframe,img,object {
	margin: 0;
	padding:0;
	direction: inherit;
	zoom:0;
	font-family:sans-serif;
	font-size:100%;
	line-height:100%;
	height:auto;
	width:auto;
	vertical-align: baseline;
}

li,menu,ol,p,pre,ul  {
	list-style-type:none;
	list-style-position: inherit;
	margin:0;
	font-family:sans-serif;
	font-size:100%;
}

button,caption,cite,fieldset,input,legend,optgroup,option,select,textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height:100%;
	overflow: hidden;
	text-align: left;
	zoom: 0;
	padding:0;
	margin:0;
	font-style:normal;
	vertical-align: baseline;
}

cite,code,del,dfn,em,h1,h2,h3,h4,h5,h6,i,ins,kbd,var,a {
	font-family: sans-serif;
	font-size: 100%;
	margin:0;
	padding:0;
}

table,tbody,td,tfoot,th,thead,tr {
	border-color: inherit;
	zoom: 0;
	padding:0;
	margin:0;
}


/* ------------------
 * kizme
 * -----------------*/
body {
	margin:0;
	padding:0 0 0 0;
	background:url("../gfx/bgbody.png") left top;
	font: 11px/120% "Tahoma",sans-serif;
	text-align:center;
}

.clear {display:block;clear:both;height:0;font-size:0;line-height:0;}
.vspace {display:block;clear:both;height:10px;font-size:0;line-height:0;}
.vspace10 {display:block;clear:both;height:10px;font-size:0;line-height:0;}
.vside {display:block;clear:both;height:20px;font-size:0;line-height:0;}
a {outline-style: none;outline-width: 0;color:#c21116;}
hr {display:none;}

.container {clear:both;padding-bottom:6px;background: url("../gfx/boxshadow.png") repeat-x left bottom;}
#close-up {padding-bottom:7px;background: url("../gfx/closeupshadow.png") repeat-x left bottom;}
#action {background: 0 none}

.list,
.h-box .list {
background: white url(../gfx/bgbox1.png) repeat-x left bottom;
border: 1px solid #c21116;
border-top:0 none;
margin:0;
overflow: hidden;
_height: 100%;
}

.h-box-element .list {
padding:5px;
}

.detail p {margin-bottom:5px;}

#leaderboard {
width: 468px;
height: 60px;
margin: 0 auto;
background-color:black;
}

#skyscraper {
width: 180px;
height: 150px;
margin:0 auto;
background-color: black;
}

.noFlash {color:white;}
.noFlash a {color:white;}

/* ----------------
 * LAYOUT
 * ---------------*/

#page {
width: 975px;
background:transparent url("../gfx/pageshadow.png") repeat-y right top;
padding-right:10px;
margin: 0 auto;
text-align: left;
position:relative;
}

#main_content {
background-color: white;
overflow:hidden;
height:100%;
background:white url("../gfx/bgmaintop.png") no-repeat left -20px;
padding-bottom:10px;
}

#sidebar1 {
width: 180px;
float: left;
position: relative;
left:10px;
top:0;
}

#sidebar2 {
width: 180px;
float: right;
position: relative;
right:10px;
top:0;
padding-bottom:10px;
}

#content {
float: left;
width: 774px;
}

#main{
float: right;
width: 572px;
height: 100%;
}

/* -----------------------------
 * BOTTONI e LINK
 * ----------------------------*/
input.button,
a.button {
background-color:#c21116;
border: 1px solid black;
color:white;
padding:2px 5px;
display: inline-block;
vertical-align: middle;
font-size: 11px;
text-transform: uppercase;
text-align: center;
text-decoration:none;
cursor:pointer;
}

a.button {padding:4px 5px;}

a.button-link {
color:#c21116;
display: inline-block;
text-decoration: underline;
}

.gen-link {
text-align:right;
}

.gen-link a {
background-color:#c21116;
border: 1px solid black;
color:white;
padding:4px 5px;
display: inline-block;
vertical-align: middle;
font-size: 11px;
text-transform: uppercase;
text-align: center;
text-decoration:none;
cursor:pointer;
margin-left:10px;
}

/* -----------------
 * TITOLI
 * ----------------*/
h2 {
font-size:13;
font-family:Tahoma,sans-serif;
color:#c21116;
font-weight: bold;
text-align:left;
text-transform: uppercase;
border-bottom:1px solid #c21116;
border-left:1px solid #c21116;
position: relative;
height: 22px;
line-height:22px;
}

h2 span {
display:inline-block;
background:url("../gfx/bgh2.png") no-repeat right top;
padding-right:27px;
padding-left:5px;
height:23px;
position:absolute;
left:0;
bottom:-1px;
}


#counter h2,
#close-up h2 {display:none;}

#close-up .detail h2 {display: block;}

#backreglog h2,
#close-up .detail h2 {
height:auto;
line-height:auto;
border:0 none;
font-size:20px;
font-weight:normal;
text-transform: none;
}
#backreglog h2 span,
#close-up .detail h2 span,
#box-ricerca h2 span {
position: relative;
top:0;left:0;bottom:0;
background:none;
padding:0;
height:auto;
}

/* -------------------
 *      HEADER
 * -------------------*/
#header {
overflow:hidden;
_height:100%;
background-color:black;
}

.logo {
background:url("../gfx/spritebackground1.png") no-repeat left top;
height:159px;
width: 351px;
float:left;
}
.logo a {
display:block;
width:100%;
height:100%;
}
.logo a span{
display:none;
}

.banner {
background:url("../gfx/spritebackground1.png") no-repeat -350px top;
height:159px;
width: 624px;
float:right;
}

/* ----------------------
 * MENU ISTITUZIONALE
 * ---------------------*/
.box-menu {
clear:both;
overflow:hidden;
_height:100%;
background-color: white;
text-align: center;
}
#menu {
margin:0;
padding:0;
list-style-type: none;
font-size:0;
}
#menu li {
font-size:11px;
padding:0;
line-height:30px;
font-weight:bold;
display: inline;
color:silver;
}
#menu li a {
font-size:15px;
line-height:30px;
height:30px;
color:black;
display: inline-block;
padding:0 15px;
text-decoration:none;
}
#menu li a:hover {
color:#c21116;
}
#menu li.current a,
#menu li.current a:hover {
color:#c21116;
cursor: default;
}

/* --------------------------
 * BOX RICERCA
 * -------------------------*/
#box-ricerca {
	background-color:#c21116;
	color:white;
	overflow: hidden;
	height:30px;
	padding-left:130px;
	padding-bottom:0;
	background-image:none;
}

#box-ricerca h2 {
	display:block;
	float:left;
	color:white;
	margin-right:10px;
	line-height:30px;
}

#box-ricerca .box {
	padding:0;
	margin:0;
}


#box-ricerca .box form {
	float:right;
	width:750px;
}

#box-ricerca .box form div {
	float:left;
	padding-right:15px;
	vertical-align:baseline;
}

#box-ricerca .box form #myAutoComplete_top div {
	padding-right:0;
	float: none;
}

#box-ricerca .box form .filter-1 {
	padding:0;
}

#box-ricerca label {display:inline-block;vertical-align:middle;height:30px;line-height: 30px;}

#box-ricerca .box form div input {vertical-align:middle;}
#box-ricerca .button-link {color:white;line-height: 30px;display: inline-block;margin-left:10px;}
#box-ricerca .button {
	background-color:white;
	border:1px solid black;
	color:#c21116;
	padding:0;
	height:20px;
	line-height:20px;
	*line-height:15px;
}

#myAutoComplete_top label,
.filter-4 label {text-transform: uppercase;}
#myContainer_top {left:334px;top:215px;}

/* ------------------
 * COUNTER
 * -----------------*/
#counter {
clear:both;
text-align:center;
color:white;
padding-bottom:0;
background-image: none;
}

#counter a {
color:white;
}

/* ------------------------
 * REGISTRAZIONE E LOGIN
 * -----------------------*/
#backreglog {
border-top:1px solid #c21116;
background: white url("../gfx/boxshadow.png") repeat-x left bottom;
padding:0 0 6px 0;
text-align: center;
}

#backreglog .vspace {height:0;}

#backreglog p {
margin:5px 0;
}

#box-register {
border:1px solid #c21116;
border-top:0 none;
border-bottom:1px solid silver;
padding:10px 5px;
background-image: url("../gfx/bgbox1.png");
}

#box-login {
border:1px solid #c21116;
border-top:0 none;
padding:10px 5px;
background-image: url("../gfx/bgbox1.png");
}
#box-login form {
padding:10px 5px;
}

#box-login form label {
display: inline-block;
width:50px;
text-align:right;
}
#box-login form input#utente,
#box-login form input#pwd {width:100px;margin-bottom:5px;}

#box-login form .small-link {
display:block;
text-align:right;
color:black;
margin-bottom:10px;
}

/* ----------------
 * MENU LOGGATO
 * --------------*/
#logged-menu h2 {display:block;}
#logged-menu ul {
	margin:0;
	padding:0 0 2px 0;
	list-style-type:none;
	border:1px solid #c21116;
	border-top:0 none;
	background: white url("../gfx/bgbox1.png") repeat-x left bottom;
}

#logged-menu ul li {
	height:25px;
	line-height:25px;
	border-bottom:1px inset silver;
	margin:0 8px;
	padding-left: 10px;
}

#logged-menu ul li a {color:black;font-weight:bold;}

#logged-menu ul li.logout {border-bottom:none;}

/* ------------------
 * TAG CLOUD
 * -----------------*/
#tagcloud-list {
border: 1px solid #c21116;
border-top:0 none;
padding: 5px;
text-align: center;
background: url(../gfx/bgbox1.png) repeat-x left bottom;
}

#tagcloud-list a {
color: black;
line-height:120%;
text-decoration: none;
}

/* ---------------------------
 * MODIFICA PROFILO
 * -------------------------*/
#profile-update-form {
border:1px solid #c21116;
border-top:0 none;
padding:10px;
}

#profile-update-form form {
padding-left:20px;
}

#profile-update-form label {
display:inline-block;
width:150px;
text-align:right;
margin-right:5px;
vertical-align: middle;
}

#profile-update-form .autorizzazione label {
width:auto;
}

#profile-update-form .autorizzazione {margin-bottom: 10px;text-align:center;}
#profile-update-form .autorizzazione p {margin-bottom: 10px;}
#profile-update-form .form_buttons {text-align:center;}

#profile-update-form .col2 {margin-top:10px;}

#profile-update-form input,
#profile-update-form select,
#profile-update-form textarea {vertical-align: middle;}

/*#profile-update-form select {width:225px;}*/
#profile-update-form span {display:inline-block;padding:0 10px 0 2px;}

/* --------------------
 * BOX CHAT
 * -------------------*/
#main #box-chat h2 {display:none}
#main #box-chat {border-top:1px solid #c21116;}
#main #box-chat-list {padding-left:20px;}

* html #box-chat {padding-bottom:0;}

#box-chat-list {
background: white url("../gfx/bgbox1.png") repeat-x left bottom;
border: 1px solid #c21116;
border-top:0 none;
padding:10px 0;
margin: 0;
}

#box-chat-list li {
background:url("../gfx/listcuore.png") no-repeat 5px center;
list-style-type:none;
padding:0 0 0 35px;
margin-bottom:5px;
vertical-align:middle;
line-height:20px;
}

#box-chat-list li a {
color: black;
text-decoration: underline;
font-weight: bold;
text-transform:capitalize;
}

#box-chat .box {
border: 1px solid #c21116;
border-top:0 none;
padding: 5px;
text-align: center;
background:white url(../gfx/bgbox1.png) repeat-x left bottom;
}

.textavviso {
font-weight:bold;
margin:5px 0;
}


/* ----------------
 * STATUS UPDATE
 * ----------------*/
#status-update .list {padding-top:10px;padding-bottom:10px;}
#status-update .box {_height:20px;}
#status-update .thumb {margin-right:10px;}
#status-update .detail {margin-right:30px;}

/* -------------
 * USAGE
 * ---------- */
.usage .box {
border:1px solid #C21116;
border-top:0 none;
padding:10px 5px;
line-height:140%;
}

.usage h3 {margin:0 0 10px 0;}

ol.lowerroman {list-style-type:lower-roman; padding:0 10px 0 25px; margin:0px;}
ol.loweralpha {list-style-type:lower-alpha; padding:0 10px 0 25px; margin:0px;}

/* ---------
 * CARING
 * --------*/
.caring .box {
border:1px solid #c21116;
border-top:0 none;
padding:5px;
}

.caring .message,
.caring p {
border:0 none;
width:auto;
font-size:11px;
line-height: 130%;
}

.caring form {
margin:10px 0;
}

.caring form label {
display:inline-block;
width:100px;
font-weight: bold;
}
.caring form input {
margin-bottom:5px;
}

/* -------------
 * CLOSE UP
 * ------------*/
#close-up .box {
	border: 1px solid #c21116;
	padding: 15px 5px;
	overflow:hidden;
	*_height:1%;
}

#close-up .thumb {padding:0;position:relative;left:5px;}

#close-up-list {}

#close-up-list .detail h2 {
	font-family: Tahoma;
	font-size: 28px;
	line-height:34px;
	margin-top:5px;
	margin-bottom:20px;
	height:auto;
	text-transform: capitalize;
}

#close-up-list .thumb a {
	display:block;
	padding:1px;
	border: 1px solid #dddddd;
}

#close-up .detail {
	width: 385px;
	float: right;
	min-height:154px;
	height: auto !important;
	height:154px;
	position:relative;
}

#close-up-list .detail .nickname a {
	color: black;
	text-decoration:underline;
}

#close-up-list .detail .nickname {
	padding-bottom: 8px;
	font-size: 16px;
	font-weight: bold;
}

#close-up-list .detail .info {
	color: #041d2a;
}

#close-up-list .detail .info .presence {
	display:inline-block;
	vertical-align: middle;
	margin-right:5px;
}

#close-up-list .detail .info span {
	line-height:140%;
}

#close-up-list .detail .description {
	color: #041d2a;
	font-style:italic;
	margin-top:10px;
	line-height:140%;
}

#close-up-list .detail .gen-link {
	clear:both;
	display:block;
	text-align:left;
	position:absolute;
	bottom:0;left:0;
}

#close-up-list .detail .gen-link a {
	color: black;
	display:inline-block;
	height:16px;
	line-height:16px;
	background: url("../gfx/arrowright.png") no-repeat right center;
	padding-right:20px;
	margin-right: 15px;
	margin-left:0;
	border:0 none;
	text-transform: lowercase;
	text-decoration: underline;
}

#action h2 {
	display: none;
}

#action {
	display:block;
	width:100%;
	position:absolute;
	top:5px;
	right:15px;
	text-align:right;
}

#close-up-list .utils {}

#close-up-list .utils a {
	color: black;
	height:16px;
	width:16px;
	background: url(../gfx/arrowright.png) no-repeat right center;
	margin-right: 5px;
	display:inline-block;
}

#close-up-list .utils a span {display:none;}

#close-up-list .utils .buddy-list{
	background: url(../gfx/icona_amici.png) no-repeat right center;
}

#close-up-list .utils .black-list{
	background: url(../gfx/icona_listanera.png) no-repeat right center;
}

#close-up-list .utils .chatta{
	background: url(../gfx/ico-action-chat.gif) no-repeat right center;
}

#close-up-list .utils .abuse{
	background: url(../gfx/abuso.gif) no-repeat right center;
}

#close-up-list #selectsmsimg {
	display: none;
}

#close-up #more-info {padding-top:5px;}

#close-up #more-info div {
	float:left;
	width:47%;
}

#close-up #more-info span {
	display:block;
	line-height:120%;
}

#write-message {
	clear:both;
	width:100%;
	margin-top:15px;
	padding-left: 5px;
}

#write-message label{
	display:inline-block;
	padding:3px 10px 0 0;
	margin:0;
	font-weight: bold;
}

#write-message select {
	padding:0;
	margin:0;
}

#write-message #image {
	padding:0;
	margin:10px 0 0 0;
	font-size:10px;
	display: none;
}

#write-message form div {
	float:left;
}

#write-message textarea {
width:400px;
font-size:130%;
font-family: sans-serif;
font-weight: bold;
}

#write-message form div.small {
padding-left:10px;
padding-top:1px;
}

/* ---------------
 * bottom link
 * ---------------*/
#last-users,
#more-view,
#last-photo,
#last-video,
#last-messages,
#online-users,
#last-sent-messages {
position:relative;
}

#last-users-list,
#more-view-list,
#last-photo-list,
#last-video-list,
#last-messages-list,
#online-users-list,
#last-sent-messages-list {
padding-bottom:10px;
}

#last-users .bottom-link,
#more-view .bottom-link,
#last-photo .bottom-link,
#last-video .bottom-link,
#last-messages .bottom-link,
#online-users .bottom-link,
#last-sent-messages .bottom-link {
position: absolute;
bottom:10px;
right:5px;
text-transform: lowercase;
}

#last-users .detail,
#more-view .detail,
#last-photo .detail,
#last-video .detail,
#online-users .detail,
#similar-users .detail {
max-width:105px;
width:auto !important;
width:105px;
}

/* ---------------
 * BLOG
 * ---------------*/
#blog_home .thumb,
#blog .thumb {
float:left;
margin-right:5px;
margin-bottom:5px;
}

#blog_home .detail,
#blog .detail {padding:0 5px;}

#blog_home a.button,
#blog a.button {
border:0 none;
background-color: transparent;
color:#c21116;
text-decoration: underline;
display: block;
text-align: right;
padding:5px;
text-transform: lowercase;
}

#last-post-list {
padding:5px;
}

#last-post-list .thumb {
margin-bottom:5px;
padding:0;
}

.column .fLeft,
.column .fRight {
width:45%;
}
.column div.fLeft {
float:left;
}
.column div.fRight {
float:right;
}

.column .fLeft .list,
.column .fRight .list {
padding-left:5px;
}

.column .fLeft .box,
.column .fRight .box {
max-width:220px;
min-width:220px;
}

.blog_container .box,
#view-post .box {max-width:99%;width:auto;}

.blog_container .thumb,
#view-post .thumb {
float:left;
}

.h-box-element.blog_container .thumb a,
#view-post .thumb a {
max-width:200px;
min-width:70px;
width:auto;
}

.blog_container .detail {
float:inherit;
}

.hrz p {padding-left:5px;}

#blog_home-list {padding-left:0px;}

#blog-crea-form {
border:1px solid #c21116;
border-top:0 none;
padding:10px 5px;
}

#blog-crea-form form {width:400px;margin:0 auto;}

#blog-crea-form label {
display:block;
font-weight: bold;
line-height: 130%;
}

#blog-crea-form #titolo,
#blog-crea-form #tags,
#blog-crea-form #descrizione {width:400px;}

#blog-crea-form .form_buttons {text-align:center;}

#blog-posts .thumb {float:left;margin-right:5px;}
#blog-posts .bottom-link a {
	display:inline-block;
	height:16px;
	padding-right:20px;
	font-weight:normal;
	color:black;
	margin-left:10px;
}
#blog-posts .bottom-link a.leggi-comm {background:url("../gfx/commenti.png") no-repeat right center;}
#blog-posts .bottom-link a.del-post {background:url("../gfx/ico_rimuovi.gif") no-repeat right center;}
#blog-posts-list {padding-bottom:10px;}

#view-post .bottom-link a {
	display:inline-block;
	height:16px;
	padding-right:20px;
	font-weight:normal;
	color:black;
	margin-left:10px;
}
#view-post .bottom-link a.commenta {background:url("../gfx/commenti.png") no-repeat right center;}
#view-post .bottom-link a.cancella {background:url("../gfx/ico_rimuovi.png") no-repeat right center;}

#last-comments .box {
	clear:left;
	padding:5px 0 0 0;
}

#last-comments .message {
	min-height:70px;
	height:auto !important;
	height:70px;
	float:right;
}

#last-comments .separator {height:10px;width:100%;}

#inserimentoCommento label {display: block;padding-bottom:2px;font-weight: bold;}
#inserimentoCommento textarea {width:80%;float:left;margin-right:10px;}

#inserimentoCommento .form_buttons {
	vertical-align:top;
	width:70px;
	text-align:left;
	float:right;
}



/* ----------------------
 * MESSAGGI
 * ---------------------*/
#last-comments .message .type-date-button {
	font-size:10px;
	height:20px;
	line-height:20px;
	padding-left:5px;
}

.type-date-button .button a {
	line-height:20px;
	display:inline-block;
	background:url("../gfx/ico_rimuovi.gif") no-repeat right center;
	text-transform:lowercase;
	color:black;
	padding-right:20px;
}



/* -----------------
 * FOTO E VIDEO
 * ----------------*/
#last-photo-video {
/*position:relative;
left:10px;
margin-right:10px;*/
}

#last-photo-video .detail {display: none;}
#last-photo-video .box {max-width:70px;min-width:56px;min-height:56px;width:auto;_width:56px;_height:56px;}
#last-photo-video .thumb {margin:0;}
#last-photo-video .separator {float:left;width:5px;height:10px;}

#media-gallery-list {
padding:5px;
}

#media-gallery-list a.button {
display:block;
text-align:right;
background-color:transparent;
color:#c21116;
border:0 none;
text-transform: lowercase;
text-decoration: underline;
position: relative;
bottom:-5px;
}

#photo-box {text-align:center;}
#photo-box .thumb {float: none;}
#photo-box .thumb img {margin:0 auto;}
.properties {margin:10px auto; width:70%;}
.properties div {margin-bottom:15px;}
.properties p {margin-bottom:5px;}
.properties p a {display: block;margin-bottom:5px;}
.properties div.vspace {margin:0;height:10px;}
.properties label {vertical-align: middle;text-transform: lowercase; text-transform: lowercase;margin-right:10px;}
.properties label input {margin-right:2px;vertical-align: middle;}


#fotovideo-upload-form {
border:1px solid #c21116;
border-top:0 none;
padding:10px;
}

#fotovideo-upload-form h3 {font-size:15px;margin-bottom:15px;}

#fotovideo-upload-form label {
display:block;
font-weight:bold;
line-height: 130%;
}

#fotovideo-upload-form form {
margin-left:30px;
}

#fotovideo-upload-form form div {
margin-bottom:5px;
}

#fotovideo-upload-form #titolo,
#fotovideo-upload-form #tags,
#fotovideo-upload-form #isProfile {
width:270px;
}

#div_error_upload {font-size:11px;line-height: 130%;}

.help {display:block; font-size:9px; line-height:120%;color:silver;}

/* --------------------------
 * RICERCA AVANZATA
 * ------------------------- */
#advance-search-form {
border:1px solid #c21116;
border-top:0 none;
padding:15px 10px;
}

#advance-search-form form {
margin-left:30px;
}

#advance-search-form input,
#advance-search-form select,
#advance-search-form span {
vertical-align: middle;
}

#advance-search-form span {
display: inline-block;
padding:0 15px 0 2px;
}

#advance-search-form #nickname,
#advance-search-form #keyword {
width:146px;
}
#advance-search-form select {
width:150px;
}

#advance-search-form label {
display: inline-block;
width:100px;
font-weight: bold;
}

#advance-search-form .col2 {margin-top:10px;}

#advance-search-form .inline-elm label {
display: inline-block;
width:auto;
vertical-align:middle;
font-weight: normal;
margin:0;
padding:0 10px 0 2px;
}

/* ---------------------
 * CHAT
 * --------------------*/
#chat-close-up .detail h2 {
	border:0 none;
	text-transform: none;
}

#chat-close-up .box {
border:1px solid #c21116;
border-top:0 none;
padding:10px 5px;
}

#chat-close-up .thumb {
display:none;
}


/* --------------------
 * FOOTER
 * ------------------*/

#footer {
background-color:#c21116;
width:975px;
color:white;
}

#footershadow {width:985px;margin:0 auto 10px auto;clear:both;font-size:0;line-height0;height:10px;background: transparent url("../gfx/footershadow.png") no-repeat 3px bottom;}

#footer div {
line-height:15px;
padding: 6px 0;
}
#footer .copy {
position: relative;
left: 15px;
width: 955px;
}
#footer .copy a {
color: white;
}
#footer .termini {
color: white;
text-align:center;
}
#footer .termini a {
color: white;
padding: 0 15px 0 15px;
}
#footer .loghi {
	width: 975px;
	background: transparent url("../gfx/loghi_footer.png") no-repeat left top;
	height: 32px;
	margin: 10px 0 0 0;
}

/* ---------------------
 * SKIN
 * -------------------*/

#skinbutton {
	height: 25px;
	background: #C21116 url(../gfx/skin.png) no-repeat 5px center;
	padding-left:27px;
}
#skinbutton a {
	display: block;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	text-decoration: none;
	line-height: 25px;
	font-size: 10px;
}
#skin-list {
	border:1px solid #c21116;
	border-top:0 none;
	padding:10px 5px 5px 10px;
	margin: 0;
	font-size:0;
	_height:100%;
}
#skin-list .box{
	margin: 0 5px 5px 0;
	padding: 0;
	width:169px;
	_width: 172px;
	height: 200px;
	float: left;
	font-size:11px;
}

#skin-list .thumb{
	margin: 0;
	padding: 0;
}
#skin-list a {
	padding: 0;
	margin: 0;
	text-decoration: none;
}
#skin-list .currentTheme{
	padding: 0;
	margin: 0;
	text-decoration: none;
}

#skin-list a img {border: 2px solid #b30a12;}
#skin-list .currentTheme img {border:2px solid black}

#skin-list span{
	height: 25px;
	line-height: 25px;
	width: 165px;
	padding: 0 0 0 20px;
	margin:0;
	background-image: url("../gfx/arrowright.png");
	background-position: left;
	background-repeat: no-repeat;
	text-transform: capitalize;
}
#skin-list .separator {
	float:left;
	width:10px;
	height:10px;
}
#skin-list img {
	height: 165px;
	width: 165px;
	background-color: blue;
	margin:0;
	padding:0;

}
