/*PHP MELODY 1.6 STYLESHEET*/
#dummy-element{width:2px;} /* Necessary to check if StyleSheet has loaded */

html, body {
	padding: 0;
	margin: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background: #132940 url(images/bg_header.gif) repeat-x top left;
}
#menu_header {
	padding: 0px 0px 0px 20px;
	margin: 0px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#menu_header h1 {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 22px;
	padding: 10px 0px 0px 10px;
	margin: 0px;
}
#menu_header h1 a {
	color: #fff;
	text-decoration: none;
}
#menu_header h1 a:hover {
	color: #0B486B;
	text-decoration: none;
}
#menu {
	padding: 10px 5px;
}
#menu .selectedm, #menu a:hover.selectedm {
	background-color: #ABC6DB;
	color: #333;
	border-top: 2px solid #ABC6DB;
	border-bottom: 4px solid #ABC6DB;
	/*154*/
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
}
#menu ul {
	padding: 0;
	margin: 0;
}
#menu li {
	padding: 15px 0px 0px 0px;
	margin: 0;
	list-style-type: none;
	font-weight: bold;
	text-decoration: none;
	display: inline;
}
#menu a {
	padding: 6px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	margin: 1px;
}
#menu a:hover {
	padding: 6px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	background-color: #FFF;
	/*154*/
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#sub_menu {
	padding: 7px 0px 7px 25px;
	background-color: #ABC6DB;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #ABC6DB;
	
}
#sub_menu ul {
	padding: 0;
	margin: 0;
}
#sub_menu li {
	padding: 0px 5px;
	margin: 0;
	list-style-type: none;
	font-weight: bold;
	letter-spacing: -1px;
	text-decoration: none;
	display: inline;
}
#sub_menu a {
	padding: 2px;
	font-weight: bold;
	text-decoration: none;
	color: #3E5F6F;
}
#sub_menu a:hover {
	text-decoration: underline;
	color: #0D2833;
}
#content {
	padding: 20px 25px 25px 25px;
	margin: 20px 25px 0px 25px;
	border: 1px solid #999999;
	background: #FFF url(images/bg_content.gif) repeat-x top left;
/*	display: block;*/
}
#content h2 {
	border-bottom: 1px solid #dadada;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	margin: 5px 0px 15px 0px;
	padding: 0px 0px 5px 0px;
	color: #004B63;
}
#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #5A8BA2;
	padding: 10px 0px;
	margin: 0px;
}
#content h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #FF6600;
	padding: 5px 0px;
	margin: 4px 0px;
}
#content fieldset {
	border: 1px solid #eee;
}
#content fieldset legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 100;
	color: #336699;
	letter-spacing: -1px;
}
#content .yt_title {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
#content .hot {
	background-color: #EB0000;
	line-height: 20px;
	color: #FFFFFF;
}
#content .table_head {
	background-color: #A2A7AB;
	color: #2B2818;
	font-weight: bold;
}
#content .table_row1 {
	background-color: #FFF;
	height: 35px;
}
#content .table_row2 {
	background-color: #F2F2F2;
	height: 35px;
}
#content .table_row1:hover, #content .table_row2:hover {
	background-color: #DAF2FA;
}
#content .table_row1 em, #content .table_row2 em {
	color: #CC3333;
}
#content .table_row_check:hover{
	background-color:#C5E1EB;
}
#content .table_row_unembed {
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
#category_update td {
	height: 40px;
}
#category_update .category_update_name {
	visibility: visible;
}
#category_update:hover .category_update_name {
	visibility: hidden;
	display: none;
}
#category_update .category_update_form {
	visibility: hidden;
	display: none;
}
#category_update:hover .category_update_form {
	visibility: visible;
	display: block;
}
#content .fieldtitle {
	color: #a2815a;
	font-weight: bold;
}
#content .info_msg_errimg {
	background: url(images/warning.gif) no-repeat 4px center;
	padding: 5px 10px 5px 30px;
	margin: 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	display: block;
	background-color:#FFCCCC;
}
#content .info_msg_errimg a {
	color: #000;
	text-decoration: underline;
}
#content .info_msg_errimg:hover {
	font-weight: bold;
	background-color:#FFCCCC;
}
/* ====================== */
/* Alerts                 */
/* ====================== */
.info_msg_ok {
	background-color: #cdefa6;
	border: 1px solid #9bcc54;
	color: #648434;
}
.info_msg_err {
	background-color: #ffd5d5;
	border: 1px solid #ffacad;
	color: #cf3738;
}
.alert-warning {
	background-color: #ffe0b6;
	border: 1px solid #ffbb65;
	color: #c76e34;
}
.info_msg {
	background-color: #a8cde3;
	border: 1px solid #6abce2;
	color: #1c6b8b;
}
.info_msg_ok, .info_msg_err, .alert-warning, .info_msg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	margin: 6px 0px;
	padding: 10px 10px 10px 25px;
	border-top: 5px solid;
	display: block;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
/*
margin: 0 auto;
width: 75%;
*/
}
#content .resizehandle {
	background:transparent url(images/resizer.png) no-repeat scroll 0%;
	cursor:s-resize;
	font-size:0.1em;
	height:16px;
	width:90px;
}
#content .small-warning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000
}
#content .small-ok {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #009900;
}
#rel_news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	padding: 0px;
}
#rel_news a {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
span.b_featured {
	background-color: #0033CC;
	color: #FFF;
	font-size: 11px;
	padding: 2px;
}
a.b_delete{
	color: #CC0000;
	text-decoration: none;
}
a:hover.b_delete{
	color: #FFF;
	background-color: #CC0000;
}
a.b_edit{
	color:  #339900;
}
a:hover.b_edit{
	background-color: #339900;
}
a.b_view{
	color: #80B5D0;
}
a:hover.b_view{
	background-color: #80B5D0;
}
a.b_delete, a.b_edit, a.b_view, span.b_featured {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 3px;
	text-decoration: none;
}
a:hover.b_delete, a:hover.b_edit, a:hover.b_view {
	color: #FFF;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-decoration: none;
}
table tr td .b_delete, table tr td .b_edit, table tr td .b_view {
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
table tr:hover td .b_delete, table tr:hover td .b_edit, table tr:hover td .b_view {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

a.yt_title_hot, a:hover.yt_title_hot  {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
a {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #000066;
	text-decoration: underline;
}

#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	line-height:19px;
	padding: 15px 30px;
	text-align: right;
}
#footer a, #footer a:visited  {
	color:#FFF;
	text-decoration: none;
}
#footer a:hover {
	color:#FFF;
	text-decoration: underline;
}

#hintbox{ /*CSS for pop up hint box */
	border:1px solid #B7B7B7;
	border-right: 3px solid #B7B7B7;
	border-bottom: 3px solid #B7B7B7;
	position:absolute;
	top: 0;
	background-color: lightyellow;
	width: 150px; /*Default width of hint.*/ 
	padding: 10px;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:100;
	visibility: hidden;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;	
}
.hintanchor{ /*CSS for link that shows hint onmouseover*/
	font-weight: bold;
	color: navy;
	margin: 3px 8px;
}
/*154*/
/* ====================== */
/* Pagination             */
/* ====================== */

.pagination { 
	font-size: 11px;
	margin: 0px; padding: 0px;  list-style: none; 
	display: block;
	clear: both;
	padding: 20px 0px;
}
.pagination ul {
	margin: 10px 0px;
}
.pagination li { 
	display: inline; padding: 2px 4px; 
}

.pagination li a {
	color: #444;
	border: 1px solid #ddd;
	padding: 3px 5px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;	
}
.pagination li a:hover, .pagination li.current a {
	color: #FFF;
	border: 1px solid #0094D6;
	background: #0094D6;
	text-decoration: none;
}
/*154*/
#ColorPickerDiv 
{
    display: block;
    display: none;
    position: relative;
    border: 1px solid #777;
    background: #fff
}

#ColorPickerDiv TD.color
{
	cursor: pointer;
	font-size: xx-small;
	font-family: 'Arial' , 'Microsoft Sans Serif';
}
#ColorPickerDiv TD.color label
{
	cursor: pointer;
}

.ColorPickerDivSample
{
	margin: 0px 0px 0px 4px;
	border: solid 1px #000;
	padding: 0px 10px;	
	position: relative;
	cursor: pointer;
}
.help_links {
	color: #FFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	padding: 15px 30px;
}
.help_links a, .help_links a:visited {
	color: #FFF;
	text-decoration: none;
}
.help_links a:hover {
	color: #FFF;
	text-decoration: underline;
}
.help_links .jqModal, .help_links .jqModal:visited {
	color: #FFFF66;
}
.msg_head {
	padding: 4px 10px 4px 0px;
	cursor: pointer;
	position: relative;
	margin: 1px;
	border-bottom: 1px solid #EEE; 
	color: #333;
}

.msg_head:hover {
	color: #FF1100;
}
.msg_head img {
	padding-bottom: 3px;
	padding-right: 5px;
}
.msg_body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 10px 30px;
	background-color:#FAF8ED;
	border: 1px solid #F2E896; 
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;	
}
.msg_body ul {
	padding: 0;
	margin: 0;
}
.msg_body li {
	padding: 1px 25px;
	margin: 0;
	list-style-type: none;
	font-weight: bold;
	text-decoration: none;
}

small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#import_user {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#more_v_details {
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	padding: 5px 2px;
	border-bottom: 1px solid #dadada;
}
#content .totals {
	background: url(images/bg_totals.gif) no-repeat top left;
	height: 25px;
	width: 203px;
	text-align: center;
	padding: 6px 0px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	float: right;
}
/* Adding video progress */

#add_video_progress {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
}
#add_video_progress .arrowing {
	background-color:#999;
	font-color: #FFF;
	display: block;
	padding: 2px;
	width: 120px;
}
#add_video_progress .steps {
	color: #CCC;
	padding: 2px 5px;
}

#add_video_progress .steps_selected {
	color: #000;
	padding: 2px 5px;
	font-weight: bold;
}
#instructions {
	color: #666;
	line-height: 20px;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	padding: 20px 0px;
}
#instructions h2 {
	font-size: 20px;
	color: #009900;
}
#instructions strong {
	color: #000;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 40px;
	letter-spacing: -1px;
}

/* Tablesort */
table.tablesorter {
	background-color: #F2F2F2; 
	margin:10px 0px 15px 0px;
	width: 100%;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #A2A7AB;
	border: 1px solid #fff;
	font-size: 12px;
	color: #2B2818;
	padding: 2px;
	height: 30px;
}
table.tablesorter thead tr .header {
	background-image: url('images/bg_arrow.gif');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
/*	vertical-align: top;*/
}

table.tablesorter tbody tr, table.tablesorter tbody tr.odd {
	background-color:#FFF;
}
table.tablesorter tbody tr.even {
	background-color:#F2F2F2;
}

table.tablesorter tbody tr:hover, table.tablesorter tbody tr.even:hover, table.tablesorter tbody tr.odd:hover {
	background-color:#DAF2FA;
}
table.tablesorter thead {
	height: 30px;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url('images/asc.gif');
}
table.tablesorter thead tr .headerSortDown {
	background-image: url('images/desc.gif');
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #0066FF;
	color: #FFF;
}

/* ====================== */
/* Templates			  */
/* ====================== */

#tpl_wrap {
}
#tpl_wrap ul {
	padding: 0;
	margin: 0;
}
#tpl_wrap li {
	display: block;
	float: left;
	width: 180px;
	padding-right: 20px;
	padding-top: 20px;
	list-style-type: none;
}
#tpl_wrap li img {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
#tpl_wrap li:hover img {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
#tpl_wrap li .tpl_body {
	text-align: center;	
}
#tpl_wrap .tpl_button {
	font-size: 11px;
	background: #fff url('images/bg_button.gif') repeat-x bottom left;
	border: 1px solid #aaa;
	text-align: center;
	color: #666;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	padding: 3px 10px; 
}
#tpl_wrap .tpl_button:hover {
	text-decoration: none;
	background: #fff url('images/bg_button_h.gif') repeat-x bottom left;
	border: 1px solid #FF3300;
	color: #FF3300;
}

/* ====================== */
/* Forms                  */
/* ====================== */
form {
	padding: 1px;
	margin: 1px;
}

input, select, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 1px;
	padding: 2px;
}
select {
	margin: 0;
	padding: 0;
	font-size: 13px;
}
textarea { margin-bottom: 6px; }
input[type=submit] {
	margin-right: 2px;
	padding: 3px 4px;
}
input[type=submit] {
	margin-right: 2px;
	padding: 3px 4px;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
	background: #fff url('images/bg_box.gif') repeat-x top left;
	border-color: #000;
}
input[type=checkbox] {
	padding: 3px;
}

/* Buttons */
.inputbutton, .genericbutton, .deletebutton, .approvebutton {
	font-size: 11px;
	border: 1px solid #aaa;
	text-align: center;
	color: #666;
	font-weight: bold;
	cursor: pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.inputbutton:hover {
	background: #C6BEC7 url('images/bg_button_h.gif') repeat-x top left;
	color: #000;
}
.inputbutton { 
	background: #D1D1D1 url('images/bg_button.gif') repeat-x top left;
	padding: 3px 10px; 
}
.deletebutton {
	background-color: #ffd5d5;
	border-color: #ffacad;
	color:#cf3738;
}
.approvebutton {
	background-color: #cdefa6;
	border-color: #9bcc54;
	color: #648434;
}
.genericbutton {
	background-color: #a8cde3;
	color: #1c6b8b;
	border: 1px solid #6abce2;
}
.approvebutton:hover, .deletebutton:hover, .genericbutton:hover {
	color: #333;
}
.css_yellow_warn, .css_yellow_warn:visited {
	background-color: #FFCC33 ; 
	display: block; 
	padding: 5px; 
	color: #8D181C;
	font-size: 11px;
	text-decoration: none;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	cursor: help;
	overflow: hidden;
	clear: both;
	width: 305px;
}

/* Contains the entire tabbed_set section */
#content .tabbed_set h2 {
	color: #009933;
	font-size: 18px;
}
/* List of tabs */
.tabbed_set ul.tabs {
	float: left;
	display: inline;
	margin: 0;
	padding: 5px 0px;
}
.tabbed_set ul.tabs li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 11px;
	}
.tabbed_set ul.tabs li a {
	overflow: hidden;
	display: block;
	margin: 0 2px 0 0;
	padding: 5px 10px 6px; 
	background: #222 url(images/b_overlay.png) repeat-x; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	position: relative;
	cursor: pointer;
}
.tabbed_set ul.tabs li a:hover {
	background-color: #111;
}

/* The current selected tab */
.tabbed_set ul.tabs li a.tab-current {
	background-color: #009900;
}

/* The content shown when a tab is selected */
.tabbed_set div {
	float: left;

	}

/* Set the CSS to make sure the other tabs' content isn't shown other than the first */
.tabbed_set div.t1 {
	width: 100%;
}
.tabbed_set div.t2, .tabbed_set div.t3, .tabbed_set div.t4, .tabbed_set div.t5, .tabbed_set div.t6, .tabbed_set div.t7, .tabbed_set div.t8, .tabbed_set div.t9 {
	display: none;
	width: 100%;
}
/*INDEX GET STARTED LINKS*/
#index_getstarted  .bh2 {
	color: #009900;
}
#index_getstarted a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #009900;
}
/*ARTICLES MANAGER*/
#write_article table.article_desc {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#write_article .article_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
}
#write_article ul {
	padding: 3px;
	margin: 0;
	list-style-type: none;
}
#write_article ul li {
	padding: 5px 0px;
	margin: 0;
	list-style-type: none;
}
#write_article .article_field_label {
	display: block;
	color: #0099CC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: normal;
	font-style:italic;
	padding: 10px 2px 5px 2px; 
	text-decoration: none;
	position: relative;
}
#write_article .article_rightp {
	color: #666;
}
#write_article .article_rightp .article_field_label {
	border-bottom: 3px solid #eee;
	color: #009999;
}


/* Style-Switcher */
#style-switcher {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	height: 34px;
	padding-right: 30px;
}
#style-switcher:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
#style-switcher ul {float: right; }
#style-switcher li {display: inline;}
#style-switcher li a {
	float: left;
	text-decoration: none;
	padding: 0 4px;
	margin-left: 5px;
	display: inline;
}
#sort_by form {
	display: inline;
}
#sort_by select{
	font-size: 11px;
	background-color: #FFF;
	border: 1px solid #F2F2F2;
}
.comment_update_form {
	display: none;
}
.comment_update_form_show {
	display: block;
}
.comment_update {

}
.comment_update_hover {
cursor: text;
}

/* editme - added for the new "thumbnail selector @ import" feature */
.thumbs_ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 360px;
	clear: both;
	overflow: hidden;
}
.thumbs_li_default {
	border: 1px solid #CAE3EF;
	filter:alpha(opacity=65);
	opacity:0.65;
	cursor: pointer;
}
.thumbs_li_selected  {
 	background: url(images/bg_selected_thumb.gif) no-repeat bottom center;
	border: 1px solid #000;
	padding-bottom: 13px;
	filter: alpha(opacity=100);
	opacity:1.0;
	box-shadow: 1px 1px 2px #000;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
}
.thumbs_li_default, .thumbs_li_selected {
	/*width: 100px;*/
	float: left;
	margin-right: 4px;
	height: 76px;
}
#artThumbs {}
#artThumbs li { padding:0; margin:0; }
#artThumbs .thumbs_li_default, #artThumbs .thumbs_li_selected { height: 93px; margin: 0 3px; }
#artThumbs .thumbs_li_default, #artThumbs .thumbs_li_selected { padding: 0; }

