/**
 *	com_virtueupload - Upload for Joomla & VirtueMart
 *  Copyright (C) 2009 Matthijs Alles - Bixie
 *
 *  This program is free software: you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation, either version 3 of the License, or
 *	(at your option) any later version.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
/*module view*/
div#vu_uploadform {
	padding:13px;
}
div#vu_uploadform  div{
	background: none;
	padding:0px;
}
div#comm_div {
	float: left;
}

span#vu_submit {
	float: right;
	cursor: pointer;
	text-align:center;
	font-style:italic;
}
input#vu_submit_but {
	background: url(../images/submit.png) no-repeat center;
	cursor: pointer;
	border:none;
	width: 70px;
	height: 39px;
} 
input.readonly {
	background-color:#D3D3D3 ;
	border: none;
}
.hidden {
	display:none;
}
div#vu_message {
	margin-top:10px;
	padding:5px 5px 5px 50px;
}
div#vu_message2{
	padding:5px 5px 5px 50px;
	background: url(../images/info.png) no-repeat 5px 1px #92cefc;
	border-top: 2px solid #2b78b3;
	border-bottom: 2px solid #2b78b3;
	margin-top: 3px;
	color:#2a475d;
}
div.error {
	background: url(../images/error.png) no-repeat 5px 1px #fd8c8c;
	border-top: 2px solid #c13d0f;
	border-bottom: 2px solid #c13d0f;
	color:#c62020;
}
div.msg {
	background: url(../images/message.png) no-repeat 5px 1px #f9cf25;
	border-top: 2px solid #dda734;
	border-bottom: 2px solid #dda734;
	color:#574214;
}
div.succes {
	background: url(../images/succes.png) no-repeat 5px 1px #cbfd91;
	border-top: 2px solid #41910b;
	border-bottom: 2px solid #41910b;
	color:#1f4605;
}
.vu_fileinfo  p{
	padding:3px;
}
div.vu_thumb {
	float: right;
	margin: 3px;
}
span.vu_icons {
	float: right;
	cursor: pointer;
	width: 32px;
	height: 32px;
}
span.vu_but {
	float: left;
	cursor: pointer;
	width: 32px;
	height: 32px;
}
span.delete {
	background: url(../images/delete.png) no-repeat center;
}
span.sendcomm {
	background: url(../images/apply.png) no-repeat center;
}
span.cancel {
	background: url(../images/cancel.png) no-repeat center;
}
span.edit {
	background: url(../images/edit.png) no-repeat center;
}
span.del_all {
	background: url(../images/del_all.png) 100% 0%  no-repeat;
	padding: 9px 35px 0px 0;
	float: right;
	cursor: pointer;
	height: 19px;
}
#spinner {
	float: right;
	padding: 5px 20px;
	height: 19px;
	width: 125px;
}
#spinner.ajax-loading {
	background: url(../images/ajax-loader.gif) no-repeat center;
}

div.vu_box {
	width:100%;
	background: url(../images/vubox_br.png) 100% 100% no-repeat;
}

div.vu_box div {
	background: url(../images/vubox_bl.png) 0 100% no-repeat;
}

div.vu_box div div {
	background: url(../images/vubox_tr.png) 100% 0 no-repeat;
}

div.vu_box div div div {
	background: url(../images/vubox_tl.png) 0 0 no-repeat;
}

div.vu_box_light {
	background: url(../images/vubox_br_lght.png) 100% 100% no-repeat;
	margin-top:10px;
}
div.vu_box_light div {
	background: url(../images/vubox_bl_lght.png) 0 100% no-repeat;
}

div.vu_box_light div div {
	background: url(../images/vubox_tr_lght.png) 100% 0 no-repeat;
}

div.vu_box_light div div div {
	background: url(../images/vubox_tl_lght.png) 0 0 no-repeat;
	padding:13px;
}
div.vu_box_light div div div div{
	background: none;
	padding:0px;
}
/*cart view*/
div.vu_cartinfo {
	border-bottom:1px dotted #b2b2b2;
}
.vu_cartinfo img {
	float:right;
	margin:3px;
}
