/* WT GALLERY category mode */
.tx-wtgallery-pi1 { 
	float: left;
	margin: 0;
	padding: 1em;
	width: 99%;
	height:auto;
}
/*IE6 - Bug*/
*html .tx-wtgallery-pi1 { 
	width: 90%;
}

div.wtgallery_categories { 
	border: 1px solid silver;
	padding: 10px;
	float: left;
	margin: 5px 0;
}
div.wtgallery_category_pic {
	float: left;
}
div.wtgallery_category_pic {
	margin-right: 10px;
}
div.wtgallery_category_folder {
	margin: 20px 0 10px 0;
}
p.wtgallery_category_pagebrowser {
	display: none;
}
/* WT GALLERY list mode */
.wtgallery_listpic_pic {
	border: 1px solid white;
}
.wtgallery_listpic {
	border: 1px solid #888888;
	margin: 5px;
}
.wtgallery_pagebrowser_up {
	display: none;
	border: 1px solid #888888;
}
/* WT GALLERY singleview mode */
.wtgallery_singlepic_pic {
	border: 1px solid white;
}
.wtgallery_singlepic {
	float: left;
	margin:0 1em 1em 0;
	padding: 3px;
	border: 1px solid silver;
}
.wt_galleryecard_singlepicture {
	float: left;
	margin:0 1em 1em 0;
	padding: 3px;
	border: 1px solid silver;
}

.wtgallery_singlepic_area {	
	float: left;
	width: 30%;
	margin:1em;
}
.tx-wtgalleryecard-pi1 {	
	float: left;
	width: 100%;
	margin:0;
}
.wtgalleryecard_picture_singleform  {	
	float:right;
	width: 35%;
	margin:0.7em;
}
input.wt_gallery_ecard_submit {
	width: auto;
	color: #ffffff;
	background: #DF0024;
	margin-right: 5px;
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: none;
}

input.wt_gallery_ecard_submit:hover {
	background-color: #4E5155;
	cursor: pointer;
}

/* wt_gallery END */