/*	Copyright © iliadis.eu // ILIADIS.EU CSS FRAMEWORK  */


/*	===================================================================
	RESET THE BROWSER'S DEFAULT CSS
	based on: http://meyerweb.com/eric/tools/css/reset/ 
	===================================================================  */	

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, 
dl, dt, dd, ol, ul, li,
form, fieldset, label, legend, input, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	line-height:inherit;
	font-family:inherit;
	font-style:inherit;
	font-size:inherit;
	font-weight:inherit;
	background:transparent;
}
ol, ul { list-style : none; }
table { border-collapse : collapse; border-spacing : 0; }
caption, th, td { text-align : left; font-weight : normal; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display:block; }
audio, canvas, video { display: inline-block; }




/*	===================================================================
	INITIALIZATION
	===================================================================  */


/*	PROJECT COLORS
	===================================================================  */
.project_color01 { /* sky blue */
	color: #0099FF;
	color: HSLA(210, 100%, 50%, 1);
}
.project_color02 { /* Deep yellow */
	color: #FFCC33;
	color: HSLA(45, 100%, 60%, .2);
}
.project_color03 { /* Medium Gray - transparent black */
	color: #505050;
	color: HSLA(0, 0%, 0%, .6);
}

/*	===================================================================
	Split Complementary Double of #FFCC33 (Deep yellow) @ 50° Hue distance 

	#FF33FF (Magenta)
	#5533FF (Purple blue)
	#33BBFF (Light blue)
	#33FF99 (Light green)
	===================================================================  */

:focus { outline : 0; }
::-moz-selection {
	color: #000000;
	background: HSLA(60, 100%, 50%, .2);
}
::selection {
	color: #000000;
	background: HSLA(60, 100%, 50%, .2);
}


html {
}

body {
	font-family:Open Sans, Helvetica, Verdana, Arial, sans-serif;
	font-size:14px;
	line-height:20px;  /* =20px - Important - defines the main grid height */
	color:#505050;
}




/*	===================================================================
	TYPOGRAPHY ELEMENTS
	===================================================================  */
h1, h2, h3 {
	clear:both;
	padding:5px 0;
	font-family:Open Sans, "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-weight:300;
}
h1 {
	padding:10px 0;
	line-height:60px;
	font-size:60px;
	color:#444444;
	text-shadow:HSLA(0, 0%, 0%, .3) 7px 7px 15px;
}
h2, h3 {
	padding-bottom:5px;
	line-height:40px;
	font-size:40px;
	color:#C3A44D;
}
h3 {
	padding-bottom:5px;
	line-height:25px;
	font-size:20px;
	color:#505050;
}
h4, h5, h6 {
	display:inline-block;
	line-height:20px;
	font-size:16px;
	font-weight:600;
	color:#505050;
}




/*	===================================================================  */

a:link,
a:visited {
	color: #0066CC;
	text-decoration:none;
}
a:hover,
a:active {
	color: #000000;
}
strong {
	font-weight:bold;
}
em {
	font-style: italic;
}
small  {
	font-size:85%;
	color: #666666;
}
abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: HSLA(204, 100%, 50%, 1) 1px dotted;
}
cite {
	color: #000000;
}
code, pre {
	font-family: Consolas, "Andale Mono", Monaco, Menlo, "Courier New", monospace;
	font-size: 85%;
	color: #333333;
	background: #f5f5f5;
	background: HSLA(0, 0%, 100%, .5);
	border: #dddddd 1px solid;
	
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	     -o-border-radius:5px;
	        border-radius:5px;
}
code {
	padding: 2px 4px;
	color: #FF33FF;
	white-space: nowrap;
}
ins {
	color: #000000;
}
del {
	color: #999999;
}
sup, sub {
	font-size:65%;
}
hr {
	line-height:1px;
	color:#cccccc;
	border-bottom: #ffffff 1px solid;
}




/*	TYPOGRAPHY BLOCK ELEMENTS
	===================================================================  */
p {
	margin-bottom:0.714em;
}
blockquote {
	margin-bottom:0.714em;
	padding: 0.714em 15px;
	border-left: #cccccc 3px solid;
	border-right: #cccccc 3px solid;
	background: HSLA(0, 0%, 100%, .5);
	
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	     -o-border-radius:5px;
	        border-radius:5px;
}
blockquote:before,
blockquote:after {
	content:none;
}
pre {
	padding: 0.714em 15px;
	margin-bottom:0.714em;
}
address {
	margin-bottom:0.714em;
}






/*	===================================================================
	LISTS
	===================================================================  */
ol {
	margin-bottom:0.714em;
}
ul {
	margin-bottom:0.714em;
}
li {}
li:hover {
}
dl {
	margin-bottom:0.714em;
}
dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
	color:#999999;
    white-space: nowrap;
}
dd {
	margin-left:180px;
}


	
ul.unordered_list {
	margin-bottom:20px;
	padding-left:20px;
}
ul.unordered_list ul {
	margin-bottom:0;
	padding-left:20px;
}
ul.unordered_list li {
	list-style: none;
}
ul.unordered_list li:before {
	font-family: "fontello";
	content: '\e859';
	float:left;
	width: 16px;
	height: 16px;
	margin: 2px 5px 0 -20px;
	line-height: 16px;
	font-size: 12px;
	text-align: center;
	color: #333333;
}
ul.unordered_list li ul li {
	list-style: none;
}
ul.unordered_list li ul li:before {
	font-size: 10px;
	color: #666666;
}


ol.ordered_list {
	counter-reset: list;
	margin-bottom:20px;
	padding-left:20px;
}
ol.ordered_list ol {
	margin-bottom:0;
	padding-left:20px;	
}
ol.ordered_list li {
	clear: both;
	counter-increment: list;
}
ol.ordered_list li:before {
	content: counter(list);
	float:left;
	width: 16px;
	height: 16px;
	margin: 2px 5px 0 -20px;
	line-height: 16px;
	font-size: 12px;
	text-align: center;
	color: #333333;
}
ol.ordered_list li ol li:before {
	font-size: 10px;
	color: #666666;
}





/*	===================================================================
	TABLES
	===================================================================  */
table {
	width:100%;
    border-collapse:collapse;
    border-spacing:0;
	background:none;
}

table tr {
	background:none;

	-webkit-transition: all 1s ease;
	   -moz-transition: all 1s ease;
		 -o-transition: all 1s ease;
			transition: all 1s ease;
}
table tr:nth-child(even) { /* not supported by ie8 and earlier */
	background:#eeeeee;	
}
table tr:hover {
	background:#ffffff;
}
table td {
	line-height:29px;
	color:#666666;
	border-bottom:#eeeeee 1px solid;	
}
table th{
	line-height:29px;
	font-weight:600;
	background:#e5e5e5;	
	border-bottom:#cccccc 1px solid;
}





/*	===================================================================
	FORMS
	===================================================================  */

.form_items_container {
	clear:both;
	margin:0;
	margin-bottom:0.714em;
	padding:0;
	list-style:none;
}
.form_items_container li {
	display:block;
	clear:both;
	margin:0;
	margin-bottom:5px;
	padding:0;
	line-height:20px;
}


/*	===================================================================  */

form {
}
fieldset {
	margin:0.714em 0;
}
legend,
.form_items_container .form_divider {
	display:block;
	clear:both;
	margin:0.714em 0;
	width:100%;
	line-height:28px;
	font-size:85%;
	color:#505050;
	border-top:#cccccc 1px solid;
	border-bottom:#cccccc 1px solid;
}



label,
.label_substitution {
	display:inline-block;
	float:left;
	margin-right:5px;
	padding:5px;
	width:180px;
	line-height: 20px;
	vertical-align:top;
	font-size:85%;
	text-shadow:1px 1px 0 HSLA(0, 100%, 100%, 1);
	color:#666666;
	background:#eeeeee;
	background:HSLA(0, 0%, 0%, .05);
	
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
		 -o-border-radius:5px;
			border-radius:5px;
}


/*	===================================================================  */

input,
textarea,
select {
	padding:5px;
	min-width:20px;
	min-height:18px;
	color:#666666;
	background:#ffffff;
	border:#e5e5e5 1px solid;
	
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
		 -o-border-radius:5px;
			border-radius:5px;

	-webkit-box-shadow:inset 2px 2px 10px HSLA(0, 0%, 0%, .2);
	   -moz-box-shadow:inset 2px 2px 10px HSLA(0, 0%, 0%, .2);
		 -o-box-shadow:inset 2px 2px 10px HSLA(0, 0%, 0%, .2);
			box-shadow:inset 2px 2px 10px HSLA(0, 0%, 0%, .2);
}
input:focus,
textarea:focus,
select:focus {
	color:#333333;
	background:#ffffff;
	border:#cccccc 1px solid;

	-webkit-box-shadow:2px 2px 5px HSLA(0, 0%, 0%, .5);
	   -moz-box-shadow:2px 2px 5px HSLA(0, 0%, 0%, .5);
		 -o-box-shadow:2px 2px 5px HSLA(0, 0%, 0%, .5);
			box-shadow:2px 2px 5px HSLA(0, 0%, 0%, .5);
}
input.error,
textarea.error,
select.error {
	color:#cc0000;
	background:#ffe5e5;
	border:#ff9999 1px solid;

	-webkit-box-shadow:0 0 10px #ff9999;
	   -moz-box-shadow:0 0 10px #ff9999;
		 -o-box-shadow:0 0 10px #ff9999;
			box-shadow:0 0 10px #ff9999;
}
input.warning,
textarea.warning,
select.warning {
	color:#996600;
	background:#FFFFCC;
	border:#FFCC00 1px solid;

	-webkit-box-shadow:0 0 10px #FFCC00;
	   -moz-box-shadow:0 0 10px #FFCC00;
		 -o-box-shadow:0 0 10px #FFCC00;
			box-shadow:0 0 10px #FFCC00;
}
::-webkit-input-placeholder { color:#cccccc; }
::-webkit-input-placeholder:focus { color:#cccccc; }
:-ms-input-placeholder { color:#cccccc; }
:-ms-input-placeholder:focus { color:#cccccc; }
:-moz-placeholder { color:#cccccc; }
:-moz-placeholder:focus { color:#cccccc; }

input[type=checkbox],
input[type=radio] {
	margin:7px 0;
}

select {}
optgroup {
	font-size:85%;
	font-style:normal;
	color:#666666;
}
option {
	padding:0 0.714em;
	color:#666666;
	background:#ffffff;
	border-bottom:1px solid #eeeeee;
}
option:active {
	color:#333333;
}
option:disabled {
	color:#cccccc;
}

option.highlighted{
	color: #cc0000;
}





/*	===================================================================
	INPUT BUTTONS // Styled within a container
	===================================================================  */
.input_buttons_container {
	margin-bottom:0.714em;
}
.input_buttons_container input {
	width:auto;
	cursor: pointer;
	padding:5px;
	margin:2px 1px;
	font-size:85%;
	text-align:center;
	text-decoration:none;
	color:#333333;
	border:#cccccc 1px solid;
	background:#f5f5f5 url(../images/bg_btn.png) repeat-x;

	-webkit-box-shadow:2px 2px 5px HSLA(0, 0%, 0%, .5);
	   -moz-box-shadow:2px 2px 5px HSLA(0, 0%, 0%, .5);
		 -o-box-shadow:2px 2px 5px HSLA(0, 0%, 0%, .5);
			box-shadow:2px 2px 5px HSLA(0, 0%, 0%, .5);
}
.input_buttons_container input:hover {
	background:#eeeeee url(../images/bg_btn.png) repeat-x;
	border:#999999 1px solid;

	-webkit-box-shadow:1px 1px 2px HSLA(0, 0%, 0%, .5);
	   -moz-box-shadow:1px 1px 2px HSLA(0, 0%, 0%, .5);
		 -o-box-shadow:1px 1px 2px HSLA(0, 0%, 0%, .5);
			box-shadow:1px 1px 2px HSLA(0, 0%, 0%, .5);
}
.input_buttons_container input:disabled,
.input_buttons_container input:disabled:hover {
	cursor:default;
	color:#999999;
	background: #f5f5f5;
	border:#eeeeee 1px solid;

	-webkit-box-shadow:1px 1px 2px HSLA(0, 0%, 0%, .5);
	   -moz-box-shadow:1px 1px 2px HSLA(0, 0%, 0%, .5);
		 -o-box-shadow:1px 1px 2px HSLA(0, 0%, 0%, .5);
			box-shadow:1px 1px 2px HSLA(0, 0%, 0%, .5);
}


/*	EXTRA CLASSES for SUBMIT & RESET INPUT BUTTONS
	===================================================================  */
.input_buttons_container input.submit {
	padding-left:25px;
	color:#006600;
	background:#ccffcc url(../images/icons/icon_submit.png) no-repeat 5px center;
	border:#33cc33 1px solid;
}
.input_buttons_container input.submit:hover {
	background:#99ff99 url(../images/icons//icon_submit.png) no-repeat 5px center;
	border:#339933 1px solid;
}

.input_buttons_container input.reset {
	padding-left:25px;
	color:#990000;
	background:#ffcccc url(../images/icons/icon_cancel.png) no-repeat 5px center;
	border:#ff6666 1px solid;
}
.input_buttons_container input.reset:hover {
	background: #FF9999 url(../images/icons/icon_cancel.png) no-repeat 5px center;
	border:#cc0000 1px solid;
}





/*	===================================================================
	BUTTONS & .button CLASS
	===================================================================  */
button,
.button,
.button:link,
.button:visited {
	cursor: pointer;
	padding:5px 0.714em;
	margin:0 2px 5px 0;
	min-height:16px;
	line-height:16px;
	font-size:85%;
	text-decoration:none;
	color:#333333;
	border:#cccccc 1px solid;
	background:#f5f5f5 url(../images/bg_btn.png) repeat-x;
	text-shadow:1px 1px 0 HSLA(0, 100%, 100%, 1);

	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
		 -o-border-radius:5px;
			border-radius:5px;

	-webkit-box-shadow:2px 2px 5px HSLA(0, 0%, 0%, .5);
	   -moz-box-shadow:2px 2px 5px HSLA(0, 0%, 0%, .5);
		 -o-box-shadow:2px 2px 5px HSLA(0, 0%, 0%, .5);
			box-shadow:2px 2px 5px HSLA(0, 0%, 0%, .5);

	-webkit-transition: all 0.6s ease;
	   -moz-transition: all 0.6s ease;
		 -o-transition: all 0.6s ease;
			transition: all 0.6s ease;
}
button:hover,
.button:hover {
	background:#eeeeee url(../images/icons/bg_btn.png) repeat-x;
	border:#999999 1px solid;

	-webkit-box-shadow:1px 1px 2px HSLA(0, 0%, 0%, .5);
	   -moz-box-shadow:1px 1px 2px HSLA(0, 0%, 0%, .5);
		 -o-box-shadow:1px 1px 2px HSLA(0, 0%, 0%, .5);
			box-shadow:1px 1px 2px HSLA(0, 0%, 0%, .5);
}
button img,
.button img {
	margin:0 2px;
	vertical-align:middle;
	border:0;
}
button span,
.button span {
	margin:0 2px;
	vertical-align:middle;
	line-height:16px;
	border:0;
}



/*	EXTRA CLASSES for BUTTONS
	===================================================================  */
.inline_button {
	padding:2px 10px !important;
}

.disabled_button {
	cursor: default;
	color:#999999;
	background:#eeeeee url(../images/icons/bg_btn.png) repeat-x;
	border:#cccccc 1px solid;

	-webkit-box-shadow:1px 1px 2px HSLA(0, 0%, 0%, .5);
	   -moz-box-shadow:1px 1px 2px HSLA(0, 0%, 0%, .5);
		 -o-box-shadow:1px 1px 2px HSLA(0, 0%, 0%, .5);
			box-shadow:1px 1px 2px HSLA(0, 0%, 0%, .5);
}





/*	===================================================================
	MESSAGES
	===================================================================  */
.msg_generic {
	display:inline-block;
	margin:0.714em 0;
	padding:5px 0.714em;
	line-height:16px;
	color:#666666;
	border:#e5e5e5 3px solid;
	background:#ffffff;
	text-shadow:1px 1px 0 HSLA(0, 100%, 100%, 1);

	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
		 -o-border-radius:5px;
			border-radius:5px;

	-webkit-box-shadow:2px 2px 5px HSLA(0, 0%, 0%, .5);
	   -moz-box-shadow:2px 2px 5px HSLA(0, 0%, 0%, .5);
		 -o-box-shadow:2px 2px 5px HSLA(0, 0%, 0%, .5);
			box-shadow:2px 2px 5px HSLA(0, 0%, 0%, .5);
}
.msg_generic_inline {
	display:none;
	margin:0;
	padding:4px 0.714em;
	vertical-align:top;
	font-size:85%;
	color:#999999;
	background:#ffffff;
	border:#e5e5e5 1px solid;
	text-shadow:HSLA(0, 100%, 100%, 1) 1px 1px 0;
	
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
		 -o-border-radius:5px;
			border-radius:5px;

	-webkit-box-shadow:2px 2px 5px HSLA(0, 0%, 0%, .5);
	   -moz-box-shadow:2px 2px 5px HSLA(0, 0%, 0%, .5);
		 -o-box-shadow:2px 2px 5px HSLA(0, 0%, 0%, .5);
			box-shadow:2px 2px 5px HSLA(0, 0%, 0%, .5);
}



.msg_info {
	padding-left:25px;
	background:#ffffff url(../images/icons/icon_info.png) no-repeat 5px 5px;
}
.msg_question {
	padding-left:25px;
	background:#ffffff url(../images/icons/icon_question.png) no-repeat 5px 5px;
}
.msg_success {
	padding-left:25px;
	color:#006600;
	border-color:#33cc33;
	background:#ccffcc url(../images/icons/icon_submit.png) no-repeat 5px 5px;
}
.msg_failure {
	padding-left:25px;
	color:#990000;
	border-color:#ff6666;
	background:#ffcccc url(../images/icons/icon_cancel.png) no-repeat 5px 5px;
}
.msg_warning {
	padding-left:25px;
	color: #996600;
	border-color:#FFCC00;
	background:#FFFFCC url(../images/icons/icon_warning.png) no-repeat 5px 5px;
}



.msg_processing {
	padding-left:25px;
	color:#999999;
	border:none;
	background:url(../images/icons/icon_processing.gif) no-repeat 5px center;

	-webkit-box-shadow:none;
	   -moz-box-shadow:none;
		 -o-box-shadow:none;
			box-shadow:none;
}
.msg_processing_large {
	display:inline-block;
	max-width:250px;
	margin:10px auto;
	padding:42px 0.714em 4px 0.714em;
	line-height:18px;
	font-size:85%;
	text-align: center;
	color:#999999;
	border:#e5e5e5 3px solid;
	background:#ffffff url(../images/icons/icon_processing_large.gif) no-repeat center 5px;
	text-shadow:HSLA(0, 100%, 100%, 1) 1px 1px 0;

	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
		 -o-border-radius:10px;
			border-radius:10px;

	-webkit-box-shadow:2px 2px 5px HSLA(0, 0%, 0%, .5);
	   -moz-box-shadow:2px 2px 5px HSLA(0, 0%, 0%, .5);
		 -o-box-shadow:2px 2px 5px HSLA(0, 0%, 0%, .5);
			box-shadow:2px 2px 5px HSLA(0, 0%, 0%, .5);
}





/*	===================================================================
	HELPER CLASSES
	===================================================================  */

.fullscreen {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0;
}
.clear_both {
	clear:both;
}
.read_more {
	padding:0.357em 0;
	line-height:2.142em;
	text-align:right;
	font-size:85%;
}
.text_larger {
	font-size:200%;
	line-height:2.142em;
}
.all_cups {
    text-transform: uppercase;
}
.asterisk {
	padding: 0 0.357em;
	vertical-align:top;
	font-weight:bold;
	color:#FFCC33;
	font-size:150%;
	text-shadow:#ffaa00 1px 0px, #ffaa00 0px 1px, #ffaa00 -1px 0px, #ffaa00 0px -1px,
				 #000000 1px 1px 5px;
}
.padding_top {
	padding-top:2.857em;
}


.display_block{
	display:block;
}
.display_inline{
	display:inline-block;
}
.display_none{
	display:none;
}

.float_right {
	float:right;
}
.align_center {
	text-align:center;
}
.align_right {
	text-align:right;
}

.color_gray_dark {
	color:#333333;
}
.color_gray_medium {
	color:#505050;
}
.color_gray_light {
	color:#999999;
}



/*	===================================================================
	ICONS CLASSES
	===================================================================  */
	
.icon_small { /* small icon graphics are 16x16 px */
	display:inline-block;
	vertical-align:middle;
	width:16px;
	height:16px;
}

.icon_arrow_left 		{ background: url(../images/icons/icon_arrow_left.png) center center no-repeat; }
.icon_arrow_right		{ background: url(../images/icons/icon_arrow_right.png) center center no-repeat; }
.icon_arrow_up			{ background: url(../images/icons/icon_arrow_up.png) center center no-repeat; }
.icon_arrow_down		{ background: url(../images/icons/icon_arrow_down.png) center center no-repeat;}

.icon_arrow_left_gray	{ background: url(../images/icons/icon_arrow_left_gray.png) center center no-repeat; }
.icon_arrow_right_gray	{ background: url(../images/icons/icon_arrow_right_gray.png) center center no-repeat; }
.icon_arrow_up_gray		{ background: url(../images/icons/icon_arrow_up_gray.png) center center no-repeat; }
.icon_arrow_down_gray	{ background: url(../images/icons/icon_arrow_down_gray.png) center center no-repeat;}

.icon_arrow_left_white	{ background: url(../images/icons/icon_arrow_left_white.png) center center no-repeat; }
.icon_arrow_right_white	{ background: url(../images/icons/icon_arrow_right_white.png) center center no-repeat; }
.icon_arrow_up_white	{ background: url(../images/icons/icon_arrow_up_white.png) center center no-repeat; }
.icon_arrow_down_white	{ background: url(../images/icons/icon_arrow_down_white.png) center center no-repeat;}

.icon_submit			{ background: url(../images/icons/icon_submit.png) center center no-repeat;}
.icon_cancel			{ background: url(../images/icons/icon_cancel.png) center center no-repeat;}
.icon_plus				{ background: url(../images/icons/icon_plus.png) center center no-repeat;}

.icon_edit				{ background: url(../images/icons/icon_edit.png) center center no-repeat;}
.icon_magnifier			{ background: url(../images/icons/icon_magnifier.png) center center no-repeat;}
.icon_link				{ background: url(../images/icons/icon_link.png) center center no-repeat;}
.icon_unlink			{ background: url(../images/icons/icon_unlink.png) center center no-repeat;}

.icon_asterisk			{ background: url(../images/icons/icon_asterisk.png) center center no-repeat;}
.icon_info				{ background: url(../images/icons/icon_info.png) center center no-repeat;}
.icon_question			{ background: url(../images/icons/icon_question.png) center center no-repeat;}
.icon_warning			{ background: url(../images/icons/icon_warning.png) center center no-repeat;}

.icon_cart				{ background: url(../images/icons/icon_cart.png) center center no-repeat;}
.icon_cart_add			{ background: url(../images/icons/icon_cart_add.png) center center no-repeat;}
.icon_cart_delete		{ background: url(../images/icons/icon_cart_delete.png) center center no-repeat;}

.icon_checkbox_checked			{ background: url(../images/icons/icon_checkbox_checked.png) center center no-repeat;}
.icon_checkbox_checked_gray		{ background: url(../images/icons/icon_checkbox_checked_gray.png) center center no-repeat;}
.icon_checkbox_unchecked		{ background: url(../images/icons/icon_checkbox_unchecked.png) center center no-repeat;}
.icon_checkbox_unchecked_gray	{ background: url(../images/icons/icon_checkbox_unchecked_gray.png) center center no-repeat;}

.icon_expand			{ background: url(../images/icons/icon_expand.png) center center no-repeat;}
.icon_expand_gray		{ background: url(../images/icons/icon_expand_gray.png) center center no-repeat;}
.icon_collapse			{ background: url(../images/icons/icon_collapse.png) center center no-repeat;}
