/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme.

You need to use .custom before every style e.g. 

.custom a {color:#555555;}
.custom #tabs {background:#000000;width:460px}

*/

.custom a, .custom a:visited {}
.txtInput {width:350px;}
#itemoption {
	text-align: center;
	width: 230px;
	margin: 0 auto;
	clear:both;
}
#VoteU, #VoteD, #Fav {
	border: 1px solid #204B2D;
	width: 100px;
	height: 20px;
	display: block;
	float: left;
	margin: 5px;
	padding-top: 10px;
}
#VoteU {
	background: url(images/1.png) no-repeat 3px 3px;
}
#VoteD {
	background: url(images/2.png) no-repeat 3px 3px;
}
#Fav {
	background: url(images/4.png) no-repeat 3px 3px;
}
#VoteU:hover, #VoteD:hover, #Fav:hover {
	background-color: #f1f1f1;
	color: #000;
}

.loadmask {
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	-moz-opacity: 0.5;
	opacity: .50;
	filter: alpha(opacity=50);
	background-color: #CCC;
	width: 100%;
	height: 100%;
	zoom: 1;
}
.loadmask-msg {
	z-index: 20001;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #6593cf;
	background: #c3daf9;
	padding: 2px;
}
.loadmask-msg div {
	padding: 5px 10px 5px 25px;
	background: #fbfbfb url('images/loading.gif') no-repeat 5px 5px;
	line-height: 16px;
	border: 1px solid #a3bad9;
	color: #222;
	font: normal 11px tahoma, arial, helvetica, sans-serif;
	cursor: wait;
}
.masked {
	overflow: hidden !important;
}
.masked-relative {
	position: relative !important;
}
.masked-hidden {
	visibility: hidden !important;
}
