/* 
    Document   : rateNew
    Created on : Oct 8, 2009, 2:28:43 PM
    Author     : ohad
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/*
---------------------------------------------
05. match box
---------------------------------------------
*/

body { font-family:"Tahoma", Arial, Helvetica, sans-serif; font-size:11px; color:#A6A6A6}



#matchbox .star { width:245px; height:32px; float:left; text-align:center; padding-bottom:9px}

#matchbox .set { width:112px; float:left; padding-right:15px}
#matchbox .photo { width:112px; height:112px; float:left; background:url(../images/photo_active.gif) no-repeat top left;}
#matchbox .photo a { width:105px; height:105px; float:left; background:url(../images/photo_active.gif) no-repeat top left; padding-top:7px; padding-left:12px}
#matchbox .photo-pink { width:105px; height:105px; float:left; background:url(../images/photo_hover.gif) no-repeat top left; padding-top:7px; padding-left:12px}

#matchbox p { width:112px; float:left; font-size:11px; text-align:center; margin-top:4px;}
#matchbox p a { color:#1A1A1A; text-decoration:underline}
#matchbox p a.pink { color:#FF25A8; font-weight:bold}



/*

---------------------------------------------
05.2 match box - rate a match
---------------------------------------------
*/

#rateamatch { width:590px; float: left}
#rateamatch h4 { font-weight:bold; font-size:14px; color:#808080; padding-bottom:10px; text-align:center}
#rateamatch h4 span { font-size:10px; font-weight:normal}
#rateamatch .boxsmall { width:535px; height:195px; float:left; padding:10px 0px 0px 15px}

#rateamatch .leftpanel { width:254px; float:left}
#rateamatch .rightpanel { width:250px; float:left; padding-left:25px}




