
P, H1, H2, H3, H4, H5 {
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
	}
FORM, INPUT, TEXTAREA, SELECT, RADIO, CHECKBOX {
	margin: 0px;
    padding: 0px;
}
DIV {
	margin: 0 auto; 
	padding:0px;
	}
IMG { border:0px }	
.ul {
	margin:0 auto;
	padding:0;
	width:100%;
	position:relative;
	list-style:none;
	display:inline;
	}
.li {
	float:left;
	margin:0 auto;
    padding:0;
	}
.fl {
	float:left;
	}
.fr {
	float:right;
	}
.al {
	text-align:left;
	}
.ar {
	text-align:right;
	}
	
.ac {
	text-align:center;
	}
	
.aj {
	text-align:justify;
	}
.vt {
    vertical-align:top;
    }	
.vm {
    vertical-align:middle;
    }
	
.vb{
    vertical-align:bottom;
    }		
	
.clear {
	clear:both;
	}
	
.strong {
	font-weight:bold;
	}
	
.nowrap {
	white-space:nowrap;
}
.through {
     text-decoration: line-through; 
}
.help {
  cursor:help;
}
.pointer {
  cursor:pointer;
}
.font-1 {
  font-size:1px;
}
.font-10 { font-size:10px;}
.font_normal {
  font-weight:normal;
}
.lowercase  {text-transform: lowercase;}
.rc_button {
  opacity: 1;
}
.rc_button_hover {
  opacity: 0.8;
}
.rc_salert_mini {
	text-align: center;
	box-shadow: 3px 3px 10px #DDDDDD;
	border-radius: 4px 4px 4px 4px;
	cursor: pointer;
}
.rc_warning {
    background-color: #FAEBE7;
    border: 2px solid #CC0000;
	
}
.rc_info {
    background-color: #DBEAF9;
    border: 2px solid #619DD8;
}
#page-flip { position:relative; right:0; top:0; float:right; z-index:999;}
#page-flip-image { width:50px; height:52px; z-index:999; position:absolute; right:0; top:0; -ms-interpolation-mode:bicubic; }
#page-flip-message { width:50px; height:50px; overflow:hidden; position:absolute; right:0; top:0;cursor:pointer;}
#toTop {
    background: url("/templates/images/ui.totop.png") no-repeat scroll left top transparent;
    border: medium none;
    bottom: 10px;
    display: none;
    height: 51px;
    overflow: hidden;
    position: fixed;
    right: 10px;
    text-decoration: none;
    text-indent: -999px;
    width: 51px;
}
#toTopHover {
    background: url("/templates/images/ui.totop.png") no-repeat scroll left -51px transparent;
    display: block;
    float: left;
    height: 51px;
    opacity: 0;
    overflow: hidden;
    width: 51px;
}
#toTop:active, #toTop:focus {
    outline: medium none;
}
#rc_gallery {
	position: fixed; 
	top: 0px; 
	width: 100%; 
	overflow: hidden; 
	left: 0px; 
	margin-top: 0px;
	z-index: 10000;
	text-align: center;
}
#rc_galleryThumbContainer {
	display: none;
    left: 0;
    overflow: hidden;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 10030;
	bottom: 0px;
	
}
#rc_galleryThumbContainer li {
	background: none repeat scroll 0 0 #000;   
    display: inline-block;
    margin: 0 8px;
    padding: 4px;
	cursor: pointer;
}
#rc_gallery_image img {
	border: 10px solid #FFF;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
	border-radius: 10px;
	margin-bottom: 10px;
}
#rc_galleryThumbContainer li img {
	opacity: 0.6;
}
#rc_galleryThumbContainer li.active img,#rc_galleryThumbContainer li:hover img  {
	opacity: 1;
}
#rc_galleryThumbContainer li.active {
	background: none repeat scroll 0 0 #FFF;
	cursor: default;
	
}
#rc_galleryThumbContent span {
    background: none repeat scroll 0 0 #000000;
    display: block;
    height: 75px;
    width: 100px;
	padding: 0 8px;
}
#rc_galleryThumbContent ul {
    margin: 12px auto;
	padding: 0;
}
#rc_galleryThumbContainer{
    background: none repeat scroll 0 0 #2E2E2E;
    height: 128px;
    margin: 0 auto;
    
}
#rc_galleryThumbContent {
	overflow: hidden;
}
span.photoNext, span.photoPrev {
    background: url("../../images/gallery_arrows.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 100%;
    position: fixed;
    width: 73px;
    z-index: 10000;
	top: 0px;
	
}
span.photoPrev {
    background-position: 0px 50%;
    left: 0;
}
span.photoPrev:hover {
    background-position: -73px 50%;
}
span.photoNext {
    background-position: -146px 50%;
    right: 0;
}
span.photoNext:hover {
    background-position: -219px 50%;
}
#rc_gallery_closeBtn {
	top: 0px;
	right: 0px;
	position: absolute;
	background: url("../../images/gallery_close.png");
	background-position: 0 0;
	height: 73px;
	width: 73px;
	z-index: 10010;
	cursor: pointer;
}
#rc_gallery_closeBtn:hover{
	background-position: 73px 0;
}
#rc_galleryThumbContainer span.thumbNext, #rc_galleryThumbContainer span.thumbPrev {
    background: url("../../images/thumb_arrows.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 100%;
    width: 40px;
	position: absolute;
	height: 100%;
}
#rc_galleryThumbContainer span.thumbPrev {
    background-position: 0px 50%;
    left: 0;
}
#rc_galleryThumbContainer span.thumbNext {
    background-position: -40px 50%;
    right: 0;
}
#zoom_container { display:block; position:absolute; overflow:hidden; margin:10px auto 0px; border:0px #FFFFFF solid; background: #FFF;}
#zoomer_image { display:block; position:absolute; }
#zoomer_region { background:#666666; border:none; position:absolute; top:0px; left:0px; cursor:move; }
/* multiselect */
.MultiSelect .titlePanel div {
    float: left;
    font-size: 12px;
	width: 180px;
}
.MultiSelect .titlePanel a {
    float: right;
    height: 17px;
    width: 17px;
	background: url("/templates/images/icons/filter_close.png") top right no-repeat;
	margin: 10px;
}
.MultiSelect .bottomPanel, .MultiSelect .titlePanel {
    clear: both;
    overflow: auto;
	margin: 5px;
}
.MultiSelect .bottomPanel div, .MultiSelect .titlePanel div {
    margin: 10px;
}
.bottomPanel a,.bottomPanel a:hover{
color:#3D3D3D;
}
.MultiSelect .titlePanel {
    border-bottom: 1px solid #DDDDDD;
	font-weight: bold;
}
.MultiSelect .bottomPanel {
    border-top: 1px solid #DDDDDD;
}
.MultiSelect.hidden INPUT, .MultiSelect.hidden label {
	display:none;
}
.MultiSelect {
	width: 100%;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	display: block;
	position: relative;
	height: 19px;
	color: #3D3D3D;
	
}
.MultiSelect .monitor {
	width: 100%;
	line-height: 14px;
	overflow: hidden;
    background-color: #FFFFFF;
    border: 1px solid #AAAAAA;
    height: 19px;    
    text-align: center;
    white-space: nowrap;
	
}
.MultiSelect .monitor > div {
	background: url("/templates/images/icons/filter_select.png") top right no-repeat;
	padding: 0 18px 0 0;
	margin: 2px;
}
.MultiSelect .monitor div div {
	padding: 1px 0 0 0;
	margin: 0;
}
.MultiSelect .wrapper {
	position: absolute;
	z-index: 1000;
	top: 20px;
	right: 0;
	width: 250px;
	overflow: hidden;
	list-style: none;
	background-color: #FFF;
	border: 1px solid #C8C8C8;
	min-width: 180px;
}
.MultiSelect .wrapper.big {
	width: 430px;
}
.MultiSelect .wrapper.big ul {
	height: 340px;
	overflow: auto;
}
.MultiSelect > INPUT, .MultiSelect > LABEL {
	display: none;
}
.MultiSelect .wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0 5px;
	
}
.MultiSelect .wrapper ul li {
	padding: 2px 10px;
	float: left;
	width: 180px;
}
.MultiSelect .wrapper ul li input {
	position: relative;
}
.MultiSelect .wrapper ul li label {
	left: 30px;
	position: relative;
}
.MultiSelect .wrapper ul li.hover,
.MultiSelect .wrapper ul li.selected.hover {
	text-decoration: underline;
}
.MultiSelect .wrapper ul li.selected {
	text-decoration: underline;
}
.rc_filter_select_list2 {
    background: none repeat scroll 0 0 #F2F3F1;
    color: #000000;
    padding: 10px 1px 5px;
}
.rc_filter_tags .tags {
	background-color: rgb(255, 255, 255); 
	padding: 3px; 
	border: 1px solid rgb(205, 205, 205); 
	border-radius: 3px 3px 3px 3px;
}
.rc_filter_tags .tag {
	background-color: rgb(168, 168, 168);
	border: 1px solid rgb(156, 156, 156); 
	padding: 5px; 
	margin: 5px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
}
.rc_filter_tags .tag a {
	float: right;
    height: 7px;
    width: 7px;
	background: url("/templates/images/icons/filter_cross.png") top right no-repeat;
	margin-left: 8px;
	margin-top: 4px;
	text-decoration: none;
}
.filter_input {
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
	width:55px; 
	float: left; 
	text-align: center;
	height: 19px;
	margin-right: 5px;
}
.filter_input2 {
    background-color: #FFFFFF;
    border: 1px solid #AAAAAA;
    float: left;
    height: 19px;
    margin-right: 5px;
    text-align: center;
    width: 230px;
}
/* end multiselect */
.cookies_info {
	text-align: center;
	margin:5px;
}
.png, .MultiBoxClose, .MultiBoxPrevious, .MultiBoxNext, .MultiBoxNextDisabled, .MultiBoxPreviousDisabled { 
	behavior: url(/templates/css/iepngfix.htc); 
}
