/* 
	Title	:	Only Casuals
	Author	:	Prabu 
	Contact	:	prabu@thinkpixels.com
	Update	:	Nov-18-2006
 */
acronym, abbr { border-bottom: 1px solid #ccc; }

.productContainer{
    background-image:url(../images/prodContainer.gif);
    background-repeat:no-repeat;
    margin:0px 0px 0px 5px;
    width:175px;
    height:250px;
    float:left;
   
}

.productImage{
    width:150px;
    height:150px;
    margin:5px 0 0 8px;
    cursor:pointer;   
}

.productDescription{
    font-family:Verdana;
    font-size:9px;
    width:150px;
    height:50px;
    margin:0px 0 0 10px;
          
    text-align:left;
    color:#000;
   
    }
.productDescription span{
{
	margin-top:5px;
	color:#000;
}
/* prabhu */

		#container {
		  padding: 5px;
		  text-align: left;
		  font-size: 75%;
		  margin:  4px auto;
		  width: 778px;
		}

		#dialog {
		  background: #f7f7f7;
		  border: 4px solid #fff;
		  margin: 0 auto;
		  margin-top: 150px;
		  width: 450px;
		  padding: 1px;
		}

		#lbox {
		  margin: 0;
		}

		.lform {
		  padding: 10px 20px;
		  background: #eee;
		  border: 1px solid #ccc;
		}

		#logout {
		  font-size: 120%;
		}

		label {
		  font-weight: bold;
		}

		dd, dt, dl {
		  margin: 0;
		  padding: 0;
		}

		dl {
		  margin-top: 10px;
		}

		dt {
		  margin-top: 20px;
		  padding-bottom: 4px;
		}

		input {
		  font-size: 140%;
		}

		.btns {
		  text-align: left;
		}

		.btns-2 {
		  text-align: left;
		  padding-left: 40px;
		}

		.btns-2 {
		  padding: 5px;
		  padding-right: 10px;
		  background: #ddd;
		  display: block;
		}

		#system_status, #system_error {
		  background: #B3B3B3;
		  color: #4C4C4C;
		  padding: 2px 20px;
		  font-size: 1.8em;
		  text-align: left;
		}

		#system_error {
		  background: #FF3C38;
		  border-bottom: 1px solid #D0332F;
		  color: #6B0300;
		}

		/*
		 *=MISC
		 */

		.plain-box {
		  width: 500px !important;
		  background: #f7f7f7 !important;
		  padding: 10px !important;
		}

		.hint {
		  color: #888;
		  font-style: italic;
		  font-weight: normal;
		}
		/* ACCEPT INVITATIONS FORM & WRONG TOKEN PAGE */

		#invited-user-form {
		  background-color: #f7f7f7;
		  margin: 15px 5px;
		}

		#invited-user-form input {
		  font-size: 100%;
		}

		#invited-user-form h3 {
		  margin-top: 10px;
		}

		#invited-user-form ul {
		  margin: 15px 0px;
		}

		#invited-user-form li {
		  margin-left: 15px;
		  font-style: italic;
		}

		#creditcard_year {
		  width: 75px;
		}		
/* tabs css  */

h2 {
        font: bold 14px Verdana, Arial, Helvetica, sans-serif;
        color: #000;
        margin: 0px;
        padding: 0px 0px 0px 15px;
}

/*- Menu Tabs F--------------------------- */

    #tabsF {
      float:left;
      width:100%;
      background:#efefef;
      font-size:93%;
      line-height:normal;
      border-bottom:1px solid #666;
	  margin-bottom:5px;
      }
    #tabsF ul {
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;
      }
    #tabsF li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsF a {
      float:left;
      background:url("../images/tableftF.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsF a span {
      float:left;
      display:block;
      background:url("../mages/tabrightF.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
    /* End IE5-Mac hack */
    #tabsF a:hover span {
      color:#FFF;
      }
    #tabsF a:hover {
      background-position:0% -42px;
      }
    #tabsF a:hover span {
      background-position:100% -42px;
      }

        #tabsF #current a {
                background-position:0% -42px;
        }
        #tabsF #current a span {
                background-position:100% -42px;
        }
-->



#slogan
{
margin:5px;
width:150px;
height:150px;
border:1px  #999999 solid;
background-color:#FFFFCC;
}