/**********************************************************************************************/
/* HTML body tag styles                                                                       */
/**********************************************************************************************/
body {
	text-align:center;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-weight: normal;
	color: #333333;
	background-color: #e5e5b7;
/*	line-height: 1.166; */
/*	letter-spacing: .001em; */
   	margin: 10px 0px 10px 0px;
}
/* IE/SAFARI : SET MARGIN AND PADDING TO ZERO FOR ALL ELEMENTS	*/
* 	{
	margin: 0px;
	padding: 0px;
	border: none;
}
a {	
	font-size: 11px;
	color: #006699;
	text-decoration: none;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #c18628;
}
/* SITE NAME 										*/
h1 {
	font-family: Andalus, Times, serif;
	font-size: 230%;
	color: #c18628;
	letter-spacing: 5px;
	line-height: 1.166;
	font-weight: normal;
}
/* ACTIVITY NAME									*/
h2 {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 50%;
	letter-spacing: 2px;
	color: #656D72;
}
/* CATEGORY TITLE IN CONTEXTUAL MENU BAR			*/
h3 {
	font-size: 90%;
   	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/* PAGE TITLE										*/
h4 {
	font-family: Arial, Verdana, sans-serif; 	
	font-size: 100%;
	color: #656D72;
	margin-top: 10px;
	margin-bottom: 15px;
/*	border: 1px dotted red; */
}
/* PARAGRAPH TITLE 									*/
h5 {
	clear: both;
	font-family: Arial, Tahoma, Verdana, sans-serif; 
	font-size: 80%;
	font-weight: bold;
	font-style: italic;
	letter-spacing: .100em;
/*	letter-spacing: 1px;*/
	color : #c18628;
	height: 15px;
	/* Set margin for Firefox : */
	margin: 10px 0px 10px 0px; !important;
	/* Set margin for for IE 7 : */
	/margin: 5px 0px 10px 0px;
	/* Set margin for for IE6 */
	-margin: 5px 0px 10px 0px;
/*	border: 1px dotted blue; */
}
/* VARIOUS TITLE IN A PARAGRAPH : BLOG POST TITLE	*/
h6 	{
	font-family: Arial, Verdana, sans-serif; 
	font-size: 70%;
	font-weight: bold;
	color: #82a2b0;
	margin-top: 5px;	
	margin-bottom: 5px;	
}
/* STANDARD TEXT IN A PARAGRAPH 					*/
p, span {
	font-size: 70%;
	color: #666666;
	font-weight: normal;
}
/* STANDARD BULLET									*/
ul {
	list-style-type: none;
}
ul ul {
	list-style-type: disc;
}
ul ul ul {
	list-style-type: none;
}
hr {
	clear: both;
	height: 1px;
	/* Color with Opera or Safari : */
	color: #c18628;
	/* Color with IE :*/		
	border-color: #c18628;
	/* Color with Mozilla Firefox : */
/*	background-color: #DDDDDD; */
	border-top: 1px	solid; 
	/* Set magin for Firefox : */
	margin: 20px 0px 0px 0px; !important;
	/* Set magin for for IE 7 : */
	/margin: 20px 0px 0px 0px;
	/* Set magin for for IE6 */
	-margin: 20px 0px 0px 0px;
	/* for IE */
	filter:alpha(opacity=40);
	/* CSS3 standard */
	opacity:0.4;
}
img {
	border: none;
}
/**********************************************************************************************/
/* Form styles                                                                                */
/**********************************************************************************************/
label, extralabel, cite {
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size: 70%;
	font-style: normal;
	color: #334d55;
	vertical-align: middle;
}
input {
	font-family: Tahoma,Arial,sans-serif;
	font-size: 70%;
	color: #656D72;
	padding: 0px 3px 0px 3px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	vertical-align: top;
}
/* Special tag : output */ 
output {
	font-family: Tahoma,Arial,sans-serif;
	font-size: 75%;
	color: #006699;
	vertical-align: middle;
}
/* Special tag : outputbold */ 
outputbold {
	font-family: Tahoma,Arial,sans-serif;
	font-size: 95%;
	letter-spacing: .08em;
	font-weight: bold;
	color: #006699;
	vertical-align: middle;
}
/* Special tag : radioLabel */    
radioLabel {
  	margin: 10px 10px 0px 0px;
}
radioLabelAtTop {
	font-family: Tahoma,Arial,sans-serif;
	font-size: 70%;
  	margin: 10px 10px 0px 0px;
	vertical-align:	middle;
}
textarea {
	font-family: Tahoma,Arial,sans-serif;
	font-size: 70%;
	color: #656D72;
	padding: 0px 2px 0px 2px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	overflow: auto;
	vertical-align: middle;
}
select {
	font-family: Tahoma,Arial,sans-serif;
	font-size: 70%;
	color: #656D72;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	vertical-align: middle;
	background: #FFFFFF;
	background-color: #FFFFFF;
}
.goButton {
	width: 25px;
	height: 25px;
	background-image: url(../Img/go.gif);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	border: none;
}
.radioButton, .checkBox {
	border: none;
}
.radioButtonLabel {
	position: relative;
	font-family: Tahoma,Arial,sans-serif;
	font-size: 76%;
	/* Correcting relative position for Firefox : */
	top: 1px; !important;
	/* Correcting relative position for IE 7 : */
	/top: 3px;
	/* Correcting relative position for IE6 */
	-top: 3px;
}
/**********************************************************************************************/
/* STANDARD TABLE                                                                             */
/**********************************************************************************************/
table {
	width: 100%;
/*	border: 1px solid #6495ed; */
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px 0px 0px 0px;
	empty-cells: show;
}
thead {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #666666;
	font-weight: bold;
	border: none;
}
tbody {
	font-size: 65%;
	color: #666666;
	font-weight: normal;
	border: none;
}
tfoot {
	font-size: 65%;
	color: #666666;
	font-weight: normal;
	border: none;
}
th {
	text-align: left;
	height: 25px;
	border: none;
	padding-bottom: 5px;
	vertical-align: top;
}
td {
	padding: 4px 0px 0px 0px;
	text-align: left;
	vertical-align: middle;
}
tr {
	height: 24px;
}
/**********************************************************************************************/
/* INNER LAYOUT : WATCH LIST TABLE                                                            */
/**********************************************************************************************/
.rowOdd {
	background-image:url(../Img/VB-Banner-Creme01.jpg);
}
.colLot {
	width: 8%;
	text-align: center;
	vertical-align: top;
	padding-left: 3px;
/*	height: 24px;*/
}
.colLot a {	
	font-size: 10px;
}
.colTitle {
	vertical-align: top;
}
.colTitle  a {	
	font-size: 10px;
}
.colBids {
	width: 9%;
	text-align: center;
	vertical-align: top;
}
.colBids a {	
	font-size: 10px;
}
.colStartPrice {
	width: 9%;
	text-align: left;
	vertical-align: top;
	padding-left: 5px;
}
.colStartPrice a {	
	font-size: 10px;
}
.colReservePrice {
	width: 9%;
	text-align: left;
	vertical-align: top;
	padding-left: 5px;
}
.colReservePrice a {	
	font-size: 10px;
}
.colDTStarting {
	width: 9%;
	text-align: left;
	vertical-align: top;
	padding-left: 5px;
}
.colDTStarting a {	
	font-size: 10px;
}
.colDTEnding {
	width: 10%;
	text-align: left;
	vertical-align: top;
	padding-left: 5px;
}
.colDTEnding a {	
	font-size: 10px;
}
.colHighBid {
	font-size: 65%;
	width: 9%;
	text-align: left;
	vertical-align: top;
	padding-left: 5px;
}
.colHighBid a {	
	font-size: 10px;
}
.colHighBidReserveMet {
	width: 8%;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	color: green;
	padding-left: 5px;
}
.colHighBidReserveNotMet {
	width: 8%;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	color: #D26A0E;
	padding-left: 5px;
}
.colCurrency {
	width: 10%;
	text-align: left;
	vertical-align: top;
	padding-left: 3px;
	font-size: 9px;
	font-weight: bold;
}
.colHighBidder {
	width: 10%;
	text-align: center;
	vertical-align: top;
}
.colHighBidder a {	
	font-size: 10px;
}
.colTimeLeft {
	width: 15%;
	text-align: center;
	vertical-align: top;
}
.colBidButton {
	width: 9%;
	text-align: center;
	vertical-align: top;
	padding-right: 3px;
}
/**********************************************************************************************/
/* Main container : #wrapper		Class : clearfix                                          */
/**********************************************************************************************/
#wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	text-align:left;
	border-right: 1px solid #cccccc;
	background-image:url(../Img/VB-Background2Cols-Blue.gif);
/*	background-image:url(../Img/VB-Background2Cols-Coldrain.gif); */
/*	background-image:url(../Img/VB-Background2Cols-AnhuiAlireza.gif); */
/*	background-image:url(../Img/VB-Background2Cols-Beige.jpg); */
}
.clearfix: after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Backslash hack for IE Mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End backslash hack */

/**********************************************************************************************/
/* Outer layout : #contentArea                                                                */
/* Inner layouts: .blogTitle .blogBody #poster .feature                                       */
/**********************************************************************************************/
#contentArea {
	display: inline;
	float: right;
/*	height: 470px; */
	/*	width: 980px - 150px - padding 2 x 60px = 710px */
  	width: 710px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 30px;
	padding-bottom: 30px;
/*	border: 1px dotted navy; */
}
#contentArea h3 {
	clear: both;
	color: #656D72;
	padding: 10px 0px 0px 30px;
/*	background-image:url(../Img/BackgroundGraduation100.png); */	
}
#contentArea p, form p {
	clear: both;
/*	border: 1px dotted green; */
/*	margin-top: 15px;
	margin-bottom: 10px; */
}
#contentArea a {	
/*	font-size: 11px;
	color: #006699; */
	color: #656D72;
}
#contentArea a:hover {
	color: #c18628;
}
#contentArea ul {
	color: #006699;
	list-style-type: square;
	border: #334d55;
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 0px 45px;
}
#contentArea p ul {
	font-size: 60%;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 5px;
	font-weight: bold;
	list-style-type: circle;
	text-indent: 0px;
}
#contentArea form {
/*	border: 1px dotted yellow; */
}
/**********************************************************************************************/
/* Outer layout : #header	Inner layouts : #logo, #siteName, #headMsg, #search               */
/**********************************************************************************************/
#header {
	height: 100px;
	padding: 0px;
	background-image:url(../Img/VB-Banner-Creme01.jpg);
}
#logo {
	display: inline;
	width: 150px; height: 100px;
	float: left;
	padding: 0px 0px 0px 0px;
	background-color: #82a2b0;
}
#banner {
	margin-left: 150px;
	height: 79px;
	padding: 0px 0px 0px 0px;
}
#siteName {
	position: absolute; top: 5px; left: 210px;
	text-transform: uppercase;
}
#activityName {
	position: absolute; top: 45px; left: 218px;
	text-transform: uppercase;
}
#headMsg {
	padding: 10px 10px 0px 20px;
}
#flagBar {
	position: absolute;
	top: 10px; right: 60px;
	text-align:right;
}
#flagBar img {
	border: none;
}
#search {
	position: absolute;
	top: 30px; right: 60px;
	width: 200px;
   	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 90%;
}
#search form {
 margin: 0px;
 padding: 0px;
}
#search label {
	display: block;
	margin: 0px;
	padding: 0px;
}
#warningBar {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 10px 1px 10px;
	top: 110px;
	width: 690px;
	font-size: 70%;
	color: #777777;
	text-align: center;
/*	background-color: #e5e5b7; */
}
/**********************************************************************************************/
/* Layout : #globalNavBar                                                                    */
/**********************************************************************************************/
#globalNavBar {
	position: relative;
	bottom: 3px;
	height: 20px; 
	padding: 0px 0px 0px 10px;
	color: #cccccc;
	font-weight: normal;
	}
#globalNavBar span {
	font-size: 72%;
	/* Color : Golden */
	color : #c18628;
	padding: 0px 0px 0px 0px;
	}
#globalNavBar a {
	font-size: 72%;
	padding: 0px 0px 0px 0px;
}
#globalNavBar a:hover {
	font-size: 72%;
	color : #c18628;
	padding: 0px 0px 0px 0px;
/*	text-decoration: underline; */
}
/**********************************************************************************************/
/* Layout : #leftPanel  background-color: #82a2b0;                                            */
/**********************************************************************************************/
#leftPanel {
	display: inline;
	float: left;
  	width: 146px;
	height: 500px;
	margin: 0px;
	padding: 0px;
/*	border: 1px dotted black; */
}
#leftPanel ul a:link, #leftPanel ul a:visited {
	display: block;}
#leftPanel ul {
	list-style: none; margin: 0; padding: 0;
}
#leftPanel a:hover {
	font-size: 85%;
	text-decoration: none;
}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#leftPanel li {border-bottom: 1px solid #82a2b0;}

/* fix for browsers that don't need the hack */
html>body #leftPanel li {border-bottom: none;}

/**********************************************************************************************/
/* Layout : #sectionLinks     #334d55                                                         */
/**********************************************************************************************/
#sectionLinks {
	margin: 0px;
	padding-top: 25px;
	border-bottom: 0px;
	font-size: 85%;
/*	border: 1px dotted brown; */
}
#sectionLinks h3 {
	content: ".";
	color: #334d55;
	padding: 10px 0px 10px 10px;
}
/*
#sectionLinks a {
	font-size: 85%;
	display: block;
	border-top: 0px;
	padding: 0px 0px 0px 10px;
	color: #ffffff;
}
*/
#sectionLinks a:hover {
	font-size: 80%;
	background-color: #dddddd;
	padding: 1px 0px 1px 10px;
	color: #334d55
}

#sectionLinks li a {
	font-size: 80%;
	display: block;
	border-top: 0px;
	padding: 1px 0px 1px 10px;
	color: #ffffff;
}
/**********************************************************************************************/
/* Outer layout : #footer		Inner layouts : #copyright, #footerBar                        */
/**********************************************************************************************/
#footer {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
#copyright {
	display: inline;
	float:left;
	width: 130px;
	height: 15px;
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;	
	padding: 5px 10px 5px 10px;
}
#copyright h5 {
	vertical-align: middle;
	text-align: center;
	font-size: 65%;
	color: #ffffff;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}
#footerBar {
	height: 15px;
	margin: 0px 0px 0px 150px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 75%;
	color: #82a2b0;
	padding: 5px 10px 5px 10px;
}
#footerBar a {	
	font-size: 85%;
	color: #006699;
	text-decoration: none;
}
#footerBar a:hover {	
	font-size: 85%;
	color: #c18628;
	text-decoration: none;
}
/*********************************************************************************************/
/* Inner layout : form standard                                                               */
/**********************************************************************************************/
form.formStd fieldset {
	margin-top: 5px;
	padding: 0px 0px 0px 0px;
	border: none;
}
form.formStd div {
	padding: 0px 0px 0px 0px;
}
form.formStd p {
/*	font-size: 75%;
	padding: 0px 0px 0px 20px; */
}
form.formStd label {
	display: block;
	float: left;
	width: 200px;
	color: #555535;
	padding: 5px 0px 0px 0px;
	vertical-align: middle;
}
form.formStd extralabel {
	display: inline;
	float: none;
	color: #555535;
	padding: 5px 0px 5px 0px;
	vertical-align: middle;
}
form.formStd input {
	margin-top: 5px;
}
/* Special tag : output */    
form.formStd output {
	margin-top: 5px;
	padding: 0px 0px 0px 0px;
}   
/* Special tag : outputbold */    
form.formStd outputbold {
	margin-top: 5px;
	padding: 0px 0px 0px 0px;
}
/* Special tag : radioLabel */    
form.formStd radioLabel {
	position: relative;
	font-family: Tahoma,Arial,sans-serif;
	font-size: 70%;
	margin-right: 25px;
	/* Correcting relative position for Firefox : */
	bottom: 0px; !important;
	/* Correcting relative position for IE 7 : */
	/bottom: 2px;
	/* Correcting relative position for IE6 */
	-top: 2px;
}
form.formStd textarea {
	margin-top: 10px;
}
form.formStd img {
	margin-top: 5px;
	padding: 0px 0px 0px 0px;
}
form.formStd select {
	margin-top: 5px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	min-width: 180px
}
input.buttonFormStd {
	font-size: 70%;
	color: #006999;
 	margin: 5px 0px 10px 200px;
	background-color: #eeeeee;
	font-weight: bold;
	text-align: center;
}
option.optionTitleBack {
	/* Set color and background for Firefox : */
	color: #ffffff; !important;
	background-color: #82a2b0; !important;
	/* Set option for IE 7 : */
	/color: #666666;
	/background-color: none;
	/* Set option for IE6 */
	-color: #666666;
	-background-color: none;
	
	
	font-weight: bold;
	text-align: center;	
	
}
option.optionTitleBorderBottom {
	border-bottom: 1px solid #cccccc;
}
/* Special tag : errorMsg */
form.formStd errorMsg {
	font-family: Tahoma,Arial,sans-serif;
	font-size: 70%;
	color: red;
	padding: 0px 0px 12px 0px;
}
/**********************************************************************************************/
/* Inner layout : form Sort                                                                   */
/**********************************************************************************************/
form.formSort fieldset {
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0px 0px 0px 0px;
	border: none;
/*	border: 1px dotted red; */
}
form.formSort div {
	padding: 0px 0px 0px 0px;
}
form.formSort label {
	display: inline;
	float: left;
	color: #555535;
	font-weight: bold;
	padding: 0px 15px 0px 0px;
	vertical-align: middle;
} 
/* Special tag : radioLabel */    
form.formSort radioLabel {
}
.formSortRadioButtonLabel {
	position: relative;
	font-family: Tahoma,Arial,sans-serif;
	font-size: 70%;
	margin-right: 10px;
	/* Correcting relative position for Firefox : */
	bottom: 4px; !important;
	/* Correcting relative position for IE 7 : */
	/bottom: 2px;
	/* Correcting relative position for IE6 */
	-top: 2px;
}
/**********************************************************************************************/
/* Inner layout : form compact                                                                */
/**********************************************************************************************/
form.formCpct fieldset {
	margin-top: 5px;
	padding: 0px 0px 0px 0px;
	border: none;
	/*border: 1px solid red;*/
}
form.formCpct input {
	margin-top: 5px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
form.formCpct select {
	width: 172px;
	margin-top: 5px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
input.buttonFormCpct {
	font-size: 70%;
	color: #006999;
	background-color: #eeeeee;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
.divPicFile {
	clear: both;
	height: 85px ;
	/*border: 1px solid yellow;*/
}
.divPicFile img {
	float: left;
	margin-right: 10px;
}
.divPicFile input {
	margin-top: 300px;
}
/* Special tag : errorMsg */
form.formCpct errorMsg {
	font-family: Tahoma,Arial,sans-serif;
	font-size: 70%;
	color: red;
	/*border: 1px solid red;*/
}
/**********************************************************************************************/
/* Inner layout : Auctions list elements                                                      */
/**********************************************************************************************/
.listPicture {
	float: left;
	width: 175px;
	/* Set margin for Firefox : */
	margin-bottom: 10px; !important;
	/* Set margin for for IE 7 : */
	/margin-bottom: -20px;
	/* Set margin for for IE6 */
	-margin-bottom: -20px;
}
div.listPicture img {
	margin-bottom: 5px;
	margin-right: 12px;
	height: 90px;
/*	border: 1px dotted red;  */
}
.listDescription {
	float: left;
/*	border: 1px dotted green; */
	vertical-align: top;
	width: 350px;
	margin-right: 10px;
	/* Set margin for Firefox : */
	margin-bottom: 10px; !important;
	/* Set margin for for IE 7 : */
	/margin-bottom: -20px;
	/* Set margin for for IE6 */
	-margin-bottom: -20px;
}
div.listDescription p {
	margin-bottom: 10px;
}
div.listDescription a {
	display: block;
	color: #006699;
	/* Set margin for Firefox : */
	margin: 1px 0px 0px 0px; !important;
	/* Set margin for for IE 7 : */
	/margin: 1px 0px 0px 5px;
	/* Set margin for for IE6 */
	-margin: 1px 0px 0px 5px;
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.listLinks {
	float: right;
	width: 115px;
/*	background-image:url(../Img/VB-Banner-Creme01.jpg); */
	vertical-align: top;
	/* Set margin for Firefox : */
	margin-bottom: 10px; !important;
	/* Set margin for for IE 7 : */
	/margin-bottom: -20px;
	/* Set margin for for IE6 */
	-margin-bottom: -20px;
	padding: 5px 0px 0px 0px;
	border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-ie-border-radius: 10px 10px 10px 10px;
	khtml-border-radius  10px 10px 10px 10px;
	border: 0px inset #c0c0c0;
}
listLinks a {
	display: block;
	color: #CC0000;
	margin-bottom: 8px;
	text-align: center;
}
div.listLinks input {
	display: block;
	margin-bottom: 10px;
}
.greenPrice {
	font-size: 80%;
	color: green;
	text-align: center;
	font-weight: bold;
	margin-bottom: 3px;
}
.orangePrice {
	font-size: 80%;
	color: #D26A0E;
	text-align: center;
	font-weight: bold;
	margin-bottom: 3px;
}
.currency {
	font-size: 9px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	margin-bottom: 3px;
}
.timeLeft {
	font-size: 60%;
	color: #666666;
	text-align: center;
	margin-bottom: 10px;
}
.buttonBid {
	display: block;
	font-size: 9px;
	font-weight: bold;
	color: #006999;
	background-color: #eeeeee;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-ie-border-radius: 10px 10px 10px 10px;
	visibility: visible;
}
.hidden {
/*	display: none; */
	visibility: hidden;
	border:none;
}
green {
	color: green;
}
red {
	color: #CC3300;
}
orange {
	color: #D26A0E;
}
/**********************************************************************************************/
/* Inner layout : Announcement                                                                */
/**********************************************************************************************/
.announcement {
	float: left;
	width: 500px;
  	border: 1px solid #c18628;
	background-image: url(../Img/VB-Background-Autumn12.jpg);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0px 0px 0px 0px;
	/* for IE */
	filter:alpha(opacity=100);
	/* CSS3 standard */
	opacity:1;
}
div.announcement h5 {
	position: absolute; top: 170px; left: 440px;
	font-family: Andalus, Times, serif;
	font-size: 380%;
	color: #c18628;
	letter-spacing: 5px;
	line-height: 1.166;
	font-weight: normal;
	text-align: center;
	/* for IE */
	filter:alpha(opacity=100);
	/* CSS3 standard */
	opacity:1;
}
div.announcement h6 {
	position: absolute; top: 320px; left: 440px;
	font-family: Andalus, Times, serif;
	font-size: 180%;
	color: #c18628;
	letter-spacing: 5px;
	line-height: 1.000;
	font-weight: normal;
	text-align: center;
	/* for IE */
	filter:alpha(opacity=80);
	/* CSS3 standard */
	opacity:0.8;
}
div.announcement img {
	width: 300px;
	margin: 5px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	/* for IE */
	filter:alpha(opacity=100);
	/* CSS3 standard */
	opacity:1;
}
/**********************************************************************************************/
/* Colors                                                                                     */
/**********************************************************************************************/
/* #838D97 Cold rain [RGB: 131, 141, 151] */

/**********************************************************************************************/
