/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	/*border:1px solid #000;
	padding:.5em;*/
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
a 
{
	color: Black;
	font-size:12px;
	font-weight:bold;
	padding-right:5px;
	text-decoration:none;
	/*width:30px;*/
}
	
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}
/***************************************************************************/

.header
{
  width: 800px;
  height:120px;
  background-image: url('/content/images/banner1.jpg');  
}
.mainMenu
{
  height:27px;
  background-color:#ff6600;
}
.mainMenu ul
{
  margin-left:auto;
  margin-right:auto;
  margin-top:0;
  padding-top:4px;
  text-align:center;
  width:100%;
}
.mainMenu ul li
{
  display:inline;
}
.mainMenu ul li a, .mainMenu ul li a:visited
{
	color:White;
	font-size:12px;
	font-weight:bold;
	padding-right:5px;
	text-decoration:none;
	width:30px;
}
.mainMenu ul li a:hover
{
  color: #F7EFFF;
  text-decoration:underline;
}
.centered
{
  margin-left:auto;  
  margin-right:auto;
  width: 780px;
  text-align:center;  
}
.form
{
  font-family:Verdana;
  margin-left:auto;
  margin-right:auto;
  margin-top:10px;
  width:400px;
}
.form p
{}
.inputLbl
{
  color:#7F7F7F;
  float:left;
  width:156px;  
}

.inputLblSingle
{
  color:#7F7F7F;
  width:156px;  
}

.inputTxt
{
  height:17px !important;
  width:235px !important;
}

.inputTxtArea
{
  height:67px !important;
  width:235px !important;
}

.field-validation-error
{
  background-color:#FFEFF1;
  border-bottom:1px solid Red;
  border-top:1px solid Red;
  color:Red;
  float:left;
  margin:2px 1px 10px;
  padding:2px;
  text-align:center;
  width:388px;  
}
.saveBtn
{
  width:120px;
}
.dashed{
  border-bottom:1px dashed #CCCCCC;
  margin-right: 5px;
  padding: 0px;
}
p.info
{
  color:#ff6600;
  font-size:13px;
  font-weight: bold;
  display:inline-block;
  width:100%;
}
.saveContainer
{
  margin-bottom:15px;
  text-align:center;
}
.addDesigner
{
  background-color:#E6CFFF;
  float:right;
  height:70px;
  padding-bottom:10px;
  padding-left:10px;
  padding-right:10px;
  padding-top:10px;
  text-align:center;
  width:315px;  
}
.addDesigner span
{
 font-size:14px;
 font-weight:bold; 
}
.designersTbl
{
  width:435px;
}
.designersTbl td
{
  border: 1px solid #CC99FF !important;
}
#side-a {
	float: left;
	width: 120px;
}

#side-b {
	float: right;
	width: 120px;
}

#content { 
	float: left;
	width: 64%;
}
p.designerLink a
{
  color:#ff6600;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:11px;
  font-weight:bold;
}
.searchBox
{
  background-image:url(/content/images/searchbox.jpg);
  height:131px;
  margin-bottom:20px;
  padding-left:20px;
  padding-top:45px;
  margin-left:22px;
  width:468px;
}
.searchResults
{}
.searchItem
{
  margin-bottom:15px;
}
.searchTxt
{
  margin-bottom:8px;
}
.searchLbl
{
  float:left;
  width:106px;
}
.tablelink
{
  color:White;
  font-size:12px;
}
.tablelink2
{
  color:#CC99FF;
  font-size:12px;
}
.catTitle
{
  font-size:16px;
  font-weight:bold;  
}
.tellAFriendBox
{
  text-align: center; 
  padding-top: 20px;
}
.ft 
{
	padding-top:2px;
clear:both;
 background-color:#ff6600;
 padding-bottom:3px;
 padding-left:20px;
  
 }
.ft a
{
 color:White;
 }
 .ft a:hover
{
 color:White;
 text-decoration:underline
 }
 
 .floatLeft
 {
    float: left; 
 }
 .clear
 {
  clear : both;  
 }
 
 .advPreview
 {
    height: 180px;
    width: 250px;
 }
 
 .advPictures
 {
   margin: 3px;  
 }
 
 .mainPicture
 {
   padding: 10px;
   min-width:355px;
   min-height:355px;
 }
 
  .mainPicture img
 {
   max-width: 450px;
 }
 .advInfo
 {
  padding-top: 10px
 }
 .filtersForm
 {
    padding-bottom: 30px;
 }
 
 .mesajform
 {
    color: Red;  
 }
 

  
 .center
 {
  text-align: center;  
  padding-top:20px;
 }
 
 .city
 {
  margin-top: 10px;  
 }
 
 /************** Start - SpotLight Galery ********************/
 
  .spotPreview
 {
    height:110px;
    margin:4px 5px;
    width:80px;
    
 }
 .divspotlight
 {
  border: 1px solid #000; 
  text-align:center; 
 }
 .pspotlight
 {
  height: 90px;  
 }
 
 .spotlightGallery
 {
  display:table-cell;
  height:93px;
  margin:0 auto;
  text-align:center;
  vertical-align:middle;
  width:80px;
  position:static;
  #line-height:93px;
 }
 
 .spotlightGallery a
 {
  margin-left:auto;
  margin-right:auto;
  padding:0;
 }
 
 .spotlightGallery a img
 {
  
 }

  /************** End - SpotLight Galery ********************/
 
 
 
