/* ############################################################# 
	2easy.gr SPECIAL CLASSES
	############################################################# */

/* Tidy Custom Command classes
============================== */
.topBox {
	clear:both;
	border:1px solid #abc;
	margin: 10px 0;
	padding:4px;
	background: url('../imgPG/sx_color20.gif') left top repeat; 
}
.floatLeft {
	float:left;
	width: 40%;
	border-right:1px solid #abc;
	margin:-4px 5px 0 0;
	padding:4px;
	background: url('../imgPG/sx_color20.gif') left top repeat; 
}
.floatRight {
	float:right;
	width: 40%;
	border-left:1px solid #abc;
	margin:-4px 0 0 5px;
	padding:4px;
	background: url('../imgPG/sx_color20.gif') left top repeat; 
}
.bgTextBlue {background:#9cf}
.bgTextRed {background:#f9c}
.bgTextYellow {background:#ff0}


/* =============================================================
   ADVERTISES
	============================================================= */
#adsLeft {
	background: url('../imgPG/sx_crColor3.gif') left top no-repeat; 
	padding-top: 25px;
	}
#adsLeft div.adsMark {
	background: url('../imgPG/sx_color.gif') left top repeat; 
	color: #fff;
	font-weight:bold;
	text-align: center;
	padding: 5px 3px; 
	margin-bottom: 10px;
	}
#adsLeft .adsTitle {
	margin: 0 0 4px 2px;
	}
#adsLeft .adsTitle a {
	font-weight: bold; 
	font-size: 10px;
	}
#adsLeft .adsContent {
	padding: 4px;
	}

#adsRight {
	text-align: center; 
	}
#adsRight div.adsMark {
	background: #fff; 
	padding: 5px 3px; 
	color: #000;
	margin-bottom: 10px;
	}
#adsRight .adsTitle {
	line-height: 13px; 
	margin-bottom: 4px;
	}
#adsRight .adsTitle a {
	font-weight: bold; 
	font-size: 10px;
	}
#adsRight .adsContent {
	padding: 4px 0;
	}

/* Advertises for products by category (revise!)
==============================================*/
.adsRightAll {}
.adsSpacer {
	margin: 15px 0 10px 0; 
	border-top: 1px dotted #a0a6aa;
	}

/* =============================================================
   FORUM CLASSES
============================================================= */

#addReplay {
	margin-top: 1px; 
	padding: 3px 2px;
	background: #fff url('../imgPG/sx_headerSec.gif') left bottom repeat-x;
	}
#addReplay a {
	display: block;
	color: #fff;
	padding: 2px 2px 2px 18px;
	background: url('../imgPG/sx_colorSec10.gif') 2px center no-repeat;
	}
#addReplay a:hover {
	color: #fc0;
	background: url('../imgPG/sx_colorRev.gif') 2px center no-repeat;
	}

/* =============================================================
   EVENT CLASSES
	============================================================= */

.eventBG {
	margin-bottom: 2px;
	}
.eventTitle {
	clear: both;
	padding-bottom: 4px;
	font-weight: bold;
	font-size: 11px;
	}

/*	Change class - java effect
========================*/
.event1 {
	line-height: 130%;
	border: 1px solid #ffffff;
	padding: 4px;
	margin-bottom: 1px;
	font-size: 10px;
	color: #000000;
	}
.event2 {
	line-height: 130%;
	border: 1px solid #000000;
	padding: 4px; 
	margin-bottom: 1px;
	font-size: 10px;
	color: #000000;
	background: url('../imgPG/sx_LR.gif') left top repeat-y; 
	}

/*	Contains the image of the spot event
	========================*/
.event1 div, .event2 div {
	}

/*	Video and Gallere box
	========================*/
.videoSpotBG {
	clear: both;
	padding: 3px;
	margin-top: 1px;
	color: #000000;
	text-align: center;
	border: 1px solid #000;
	background: url('../imgPG/sx_headerRev.gif') left center repeat-x; 
	}
.videoSpotBG a {}
.videoSpotBG a:hover {}

.eventSpacer {padding: 1px; clear: both;}


/*	===================================================
	SEARCH CLASSES
	=================================================== */
#searchFormBG {
	margin-bottom: 10px;
	background: url('../imgPG/sx_colorSec20.gif') left top repeat; 
   }
#searchFormBG form {
	padding: 8px;
   }

#searchResultsBG {
 	background: url('../imgPG/sx_colorSec20.gif') left top repeat 
  }
#searchResultsBG .resultsTR td  {
	border: 1px solid #fff;
	}

/* Search table classes 
	============================ */
#resultTable {}
#resultTable th {}
#resultTable th a {color: #f0e099;}
#resultTable th a:hover {color: #ffffff;}
#resultTable td {}
.sortColor {color: #ffffff; font-weight: bold}

.listRow1 {
	background: url('../imgPG/sx_colorRev10.gif') left top repeat;
	}
.listRow2 {
	background: url('../imgPG/sx_color20.gif') left top repeat;
	}


/*	===============================================
	FORM CLASSES
	=============================================== */

/* The background of forms
	=========== =========== =========== */
#formBG {
	background:url('../imgPG/sx_colorSec40.gif') left top repeat;
	padding: 1px;
}
#formBG form {
	background: url('../imgPG/sx_colorSec20.gif') left top repeat;
	border: 1px solid #fff;
	padding: 4px;
	}

#formBG div {
	float: left;
	width: 150px; 
	padding: 5px 4px 0 0; 
	margin-top: 2px;
	text-align: right;
	font-weight: bold;
	}

#formBG span {
	display: block; 
	clear: right;  
	margin-top: 2px;
	}
#formBG input {
	padding: 2px;
	}
#formBG p {
	clear: both;
	text-align: center; 
	padding: 4px 0;
	margin: 5px 0;
	background:url('../imgPG/sx_colorSec40.gif') left top repeat;
	border: 1px solid #fff;
	}

.errorText {color: #c03333; font-weight: bold; padding-bottom: 5px;}


#textAndFormBG {
	padding: 5px 0;
	margin-top: 5px;
	background-color: #f0f2f4;
	width: 100%;
	}
#textAndFormBG div {
	float: left; 
	clear: left; 
	margin-top: 5px;
	width: 140px; 
	font-weight: bold; 
	text-align: right; 
	padding-right: 2px;
	}
#textAndFormBG input {margin-top: 4px;}



/*	=============================================== 
	RIGHT INFORMATION CLASSES
	=============================================== */
#infoRightBG {
	clear:both; 
	padding-top: 20px;
	}
.infoTitle {
	font-weight: bold;
	padding: 5px 3px;
	margin-bottom: 2px;
	background: url('../imgPG/sx_header.gif') left bottom repeat-x;
	color: #fff;
	}
.infoBG {
	overflow: visible;
	padding: 5px;
	margin-bottom: 15px;
	background: url('../imgPG/sx_color20.gif') left top repeat;
	
	}

/*	===================================================
	CHANGE CLASS IN INPUTS - ADD TO CART/WISHES
	=================================================== */
.inputWishImg1 {
	cursor: hand;
	border: 0px; 
	height: 20px;
	width: 24px; 
	background-image: url('../imgPG/addWishes.gif');
	background-repeat: no-repeat; 
	background-color: transparent;
	}
.inputWishImg2 {
	cursor: hand;
	border: 0px;
	height: 20px;
	width: 24px;
	background-image: url('../imgPG/addWishesR.gif');
	background-repeat: no-repeat; 
	background-color: transparent;
	}
.inputAddImg1 {
	cursor: hand;
	border: 0px;
	height: 20px;
	width: 24px;
	background-image: url('../imgPG/addCart.gif');
	background-repeat: no-repeat;
	background-color: transparent;
	}
.inputAddImg2 {
	cursor: hand;
	border: 0px;
	height: 20px;
	width: 65px;
	background-image: url('../imgPG/addCartR.gif');
	background-repeat: no-repeat; 
	background-color: transparent;
	}



/*
end
*/