/**
 # mega_tourim - Mega Tourim Template For Joomla! 1.7
 # author     OmegaTheme.com
 # copyright   Copyright(C) 2011 - OmegaTheme.com. All Rights Reserved.
 # @license   http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 # Website:   http://omegatheme.com
 # Technical support: Forum - http://omegatheme.com/forum/
**/
/**------------------------------------------------------------------------
 * file: typography.css 1.7.0 00001, March 2011 12:00:00Z OmegaTheme $
 * package:   Mega Tourim Template
 *------------------------------------------------------------------------*/
 
* {
  margin: 0;
  padding: 0;
}
body{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 135%;
}

img {
  border: none;
  vertical-align: top;
}
a {
  color: #007BAF;
  font-size: 1em;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}
a img{
  border:none;
}
p {
  line-height: 1.5em;
  font-size: 15px;
  text-align: justify;
}
h1 {
  font-size: 22px;
  font-weight: normal;
  line-height: 1.3;
}
h2 {
  font-size: 25px;
  font-weight: normal;
  line-height: 40px;
}
h3 {
  font-size: 16px;
  line-height: 35px;
}
h4 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}
h5 {
  color: #404042;
  font-size: 16px;
  padding-bottom: 5px;
}
h6 {
  color: #8A1728;
  font-size: 20px;
  padding-bottom: 5px;
}

ul { padding-left: 0; }

ul li { list-style: none; margin-left: 0; }

li ol { margin: 0;}

ul, ol{ 
  margin:  0; 
  padding: 0;
}
ul { list-style-type: disc; }
ol { list-style-type: decimal; }
dl  { margin: 0; }
dl dt { font-weight: bold; padding-left:5px;}
dd { margin: 0em; padding:0 0 3px 15px;}

pre {
  padding: 10px;
  border: 1px solid #CEE0E4;
  color: #02576B;
}
blockquote {
/*  background: url(../images/blockquote_icon.png) no-repeat; */
  color: #575757;
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
    line-height: 140%;
    margin: 0;
    padding-bottom: 5px;
    padding-top: 5px;
/*    padding: 5px 0px;
  quotes: "\201C" "\201D"; */
 }
 /*
 blockquote:before { content: open-quote; font-weight: bold; }
 blockquote:after { content: close-quote; font-weight: bold; }
*/
/* ---------------------- Style for Form---------------------- */
label { 
  font-weight: bold;
}
fieldset{ 
  padding: 0; 
  margin: 0 0 1em 0; 
  border: 1px solid #ccc; 
}
legend{ 
  font-weight: bold; 
  font-size: 1.2em;
}
input.text, input.title,
textarea {
  background-color:#FFFFFF;
  border:1px solid #BBBBBB;
}

/* ---------------------- Style for table tr td --------------------- */
table{
  width:100%; 
  border-collapse: collapse;
  margin-bottom: 0px;
}
table tr.odd{
  
}
table tr.odd td{
  background: #FFF;
}
table tr.even td{
  background: #EEE;
}
th  { 
  font-weight: bold; 
}
thead th{ 
  background: #EBEBEB;
}
th, td, caption{ 
  padding: 4px 5px 4px 5px;
}

tbody tr td{ 
/*  background: #EEEEEE; */
}
tfoot{ 
  font-style: italic;
}
caption{ 
  background: #EFEFEF;
}
/* @end */

/*-------------------- @group Notice Styles -------------------*/
span.alert {
  color: #c00;
  border-top: 3px solid #FE7B7A;
  border-bottom: 3px solid #FE7B7A;
}
span.info {
  color: #0055BB;
  border-top: 3px solid #629de3;
  border-bottom: 3px solid #629de3;
}
span.note {
  color: #B79000;
  border-top: 3px solid #fde179;
  border-bottom: 3px solid #fde179;
}
span.download {
  color: #57861A;
  border-top: 3px solid #c2df88;
  border-bottom: 3px solid #c2df88;
}

span.alert,
span.info,
span.download,
span.note {
  display: block;
  padding: 10px 10px 10px 45px;
  margin: 15px 0;  
}
/* @end */

/*design*/

/*login module*/
#form-login-username{text-indent:0!important;}
#form-login-password{text-indent:0!important;}
#form-login-remember{text-indent:0!important;}

.userdata {border:0;}

.tip{margin-left: 180px;
  margin-top: -20px;}
textarea{resize: none}
input, textarea, select {
-webkit-border-radius: 5px; 
-moz-border-radius: 5px;
border-radius: 5px;
padding:5px 10px;
  border: 1px solid #ccc;}


/*buttons*/
.validate{background: url(http://www.xn--mxa2abfl.gr/components/com_djclassifieds/assets/images/button_djclass.gif) repeat-x;
border: none;
border-bottom: 1px solid #999999;
border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
color: #333333;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.9em;
font-weight: bold;
line-height: 16px;
margin: 0;
float: left;
padding: 6px 8px;
text-shadow: 1px 1px 1px #FFFFFF; text-transform: none;}
/*hover buttons*/
.validate:hover {background: url(http://www.xn--mxa2abfl.gr/components/com_djclassifieds/assets/images/button_djclass.gif) repeat-x 0 -32px; text-decoration: none;}