/* Organic ivillage_channel.css */
/*-----------	BLOCK POSITIONING -----------*/

a {cursor:pointer;}

#contentBox {
	/*width: 980px;
	background: url(http://a820.g.akamai.net/f/820/822/1d/i.ivillage.com/shared/iv/refresh/leftnav_border.gif) repeat-y left top;	
	border-top: 1px solid #F9EAEF;
	border-bottom: 1px solid #F9EAEF;
	height: 100%;
}

html>body #contentBox {
	height: 100%;*/
}

#mainContent {
	float: left;
	margin: 0;
	padding: 0 0 10px 0;
	width: 818px;
	height: auto;
}
/*html:first-child #mainContent {
	float: left;
	margin: 0;
	padding: 0 0 10px 0;
	width: 817px;
	height: auto;
}*/

#mainHeading {
	margin: 0;
	padding: 0 5px;
	border-bottom: 1px solid #F9EAEF;
	/*height: 45px;*/
}

#mainHeading #personalize {
	float: left;
	padding: 7px 0;
}

#mainHeading .noThanks {
	float: right;
	padding: 7px 0;
}

#mainBody {
	clear: both;
	margin: 0;
	padding: 0 0 0 10px;
}

#mainBody p {
	padding: 5px 0 15px 0;
}

#mainBody img {
	margin: 0;
	padding: 0;
}

#mainBody .noThanks {
	float: right;
	margin: 0;
	padding: 7px 6px;
}



/*------------- LEFT NAV -------------*/

#leftNav {
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #F9EAEF;
	background-color: #fff;
	width: 161px;
}

html>body #leftNav {
	width: 162px;
}

#leftNav #mainNavHead {
	padding: 7px 0 4px 0;
	background: url(http://img2.mynet.com/ivillage/home/border_bg_dot.gif) bottom repeat-x;
}

#leftNav .menu,
#leftNav #mainNav2 {
	margin: 0;
	padding: 0;
}
#leftNav span 
{
	padding:7px 5px 7px 15px;
	width:162px;
}
.menu li,
#mainNav2 li {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: #fff url(http://img2.mynet.com/ivillage/home/bg_brown_arrow.gif) no-repeat left top;
	cursor: pointer;

}

.menu li.active,
#mainNav2 li.active {

	width: 100%;
	
	
}

.menu li div, 
#mainNav2 li div {
	display: block;
	margin: 0;
	padding: 7px 5px 7px 15px;
	width: auto;
	background: url(http://img2.mynet.com/ivillage/home/bg_line.gif) no-repeat left bottom;
}



.menu li a,
#mainNav2 li a {
	margin: 0;
	padding: 0;
	color: #6B2F1D;
	
}

.menu li.active div,
#mainNav2 li.active div {
	background: #e15d72 url(http://img2.mynet.com/ivillage/home/bg_white_arrow.gif) no-repeat left top;
	
}

.menu li.active a,
#mainNav2 li.active a {
	color: #fff;
	
}

.menu li ul,
#mainNav2 li ul {
	display: none;
}

.menu li.active ul,
#mainNav2 li.active ul {
	display: block;
	margin: 0;
	padding: 12px 0 9px 0;
	background: url(http://img2.mynet.com/ivillage/home/border_bg_dot.gif) repeat-x bottom;
}

html>body .menu li.active ul,
html>body #mainNav2 li.active ul {
	padding: 15px 0 9px 0;
}

.menu li.active ul li,
#mainNav2 li.active ul li {
	margin: 0 0 0 2px;
	padding: 2px 0 7px 10px;
	background: url(http://img2.mynet.com/ivillage/home/bulletPink.gif) 0 5px no-repeat;
	height: auto;
	font: bold 11px Georgia;
	line-height: 1.1em;
}

.menu li.active ul li a,
#mainNav2 li.active ul li a {
	display: block;
	color: #E15D72;
}

/*----------- PINK HEADLINES -------------*/

#leftNav .pinkHeadlines {
	margin-top: 25px;
}

.pinkBg {
	padding: 7px 2px;
	border-top: 1px solid #F1B3BD;
	background-color: #FBF4F7;
	color: #E15D72;
}	
	

.pinkBg img {
	margin-left:2px;
	padding-bottom:3px;
}

.pinkBg ul {
	padding: 0;
	margin: 0;
}

.pinkBg li {
	margin: 0 0 0 2px;
	padding: 3px 0 7px 10px;
	background: url(http://img2.mynet.com/ivillage/home/bulletPink.gif) 0 7px no-repeat;
	font: bold 11px Georgia;
}

.pinkBg li a {
	color: #6B2F1D;
}

.pinkBg p.linkPinkSm {
	padding-left: 12px;
	font: 11px Georgia;
}

.pinkBg p.linkPinkSm a {
	color: #E15D72;
}

.pinkBg form {
	margin: 0;
	padding: 0;
}

.pinkBg form ul#newsletter {
	margin: 0;
	padding: 0;
}

.pinkBg form ul#newsletter li {
	margin: 0;
	padding: 5px 3px;
	display: block;
	clear: both;
	list-style-type: none;
	background: none;
}

.pinkBg form ul#newsletter li img {
	float: left;
}

.pinkBg form ul#newsletter input {
	background-color: #FCF9F4;
}

.pinkBg form ul#newsletter input.buttonGo {
	background-color: #C84865;
}

.newsletterSmDiv {
	padding-top: 3px;
}

.newsletterSmDiv img {
	float:left;
}


/* Organic ivillage_channel_diet.css */

/*----------- BLOCK POSITIONING -------------*/
#leftNav {
	border-right: 0;
	width: 163px;
}

#mainContent {
	border-left: 1px solid #F9EAEF;
	width: 819px;
	height: 100%;
	text-align: left;
}

html>body #mainContent {
	width: 818px;
}

#mainHeading.channelName {
	padding: 0;
	width: 819px;
	display:table;
	height: 45px;
	clear:both;
}

#mainHeading.channelName img {
	padding: 10px 12px;
}

#mainHeading.channelName h1 {
    font: italic 27px Georgia; 
    color: #EF6F0F; 
    padding: 5px 0px 0px 10px;
}
html:first-child #mainHeading.channelName h1 {
    font: italic 27px Georgia; 
    color: #EF6F0F; 
    padding: 5px 0px 0px 10px;
	padding-top:30px;
}

#channelLeft {
	float: left;
	margin: 0;
	padding: 0 0 0 9px;
	width: 498px;	
}

html>body #channelLeft {
	width: 508px;
}

#channelRight {
	float: right;
	margin: 0;
	padding: 0;
	width: 300px;
	text-align: center;
}

#flashPromo {
	margin: 0;
	padding: 0;
	width: 498px;
	height: 230px;
}

#flashVideo {
	margin: 0;
	padding: 0;
	width: 285px;
	height: 230px;
}

/*---------- COMMUNITY_CONVERSATIONS ----------*/
#community_conversations {
	margin: 10px 0 0 0;
	padding: 0;
	width: 498px;
}

#community_conversations img.header {
	margin: 0;
	padding: 0;
}

#community_conversations h2 {
	margin: 0;
	padding: 0 0 5px 0;
	background: url(http://img2.mynet.com/ivillage/home/border_bg_dot.gif) left bottom repeat-x;
	color: #8D5F4D;
	font-weight: normal;
}

#community_conversations .entry {
	margin-top: 3px;
	padding-top: 5px;
	border: 0;
	height: 100%;
}

#community_conversations .boxLeft .entry {
	padding-right: 5px;
}

#community_conversations .postinfo {
	margin-top: -5px;
}

/*---------- NEW ON CHANNEL ----------*/
#new_on_this_channel {
	margin: 0 0 10px 0;
	padding: 0;
  width: 498px;
	height: auto;
}

#new_on_this_channel .row {
	margin: 0;
	padding: 0;
	height: auto;
}

#new_on_this_channel img.header {
	padding: 15px 0 5px 0;
}

#new_on_this_channel br {
	margin: 0;
	padding: 0;
	font-size: 8px;
}

#new_on_this_channel .entry {
	margin: 5px 0 0 0;
	padding: 0 5px 0 0;
	border: 1px solid #fff;
	height: auto;
	cursor: pointer;
}

#new_on_this_channel .entry h3 {
	margin: 0;
	padding: 3px 0;
}

#new_on_this_channel .entry img {
	float: left;
	margin: 0 10px 0 0;
	padding: 1px;
	border: 1px solid #DBC7AF;
	width: 68px;
	height: 68px;
}

html>body #new_on_this_channel .entry img {
	width: 72px;
	height: 72px;
}

#new_on_this_channel .entry ul {
	padding: 0 0 6px 0;
}

#new_on_this_channel .entry p {
	padding: 2px 0 6px 0;
	margin: 0;
}

#new_on_this_channel .entry p.read {
	padding: 2px 0 2px 0;
}

#new_on_this_channel .entry .tile {
	margin: 0;
	padding: 0 0 0 85px;
}

/*--------- YOU MIGHT ALSO LIKE ----------*/
#you_might_container {
	margin: 0;
	padding: 0;
	width: 498px;
}

#you_might_also_like {
	float: left;
	margin: 0;
	padding: 7px;
	border: 1px solid #BBD28F;
	
}

html>body #you_might_also_like {
	height: 201px;
}

.accordion {
	margin: 5px 0 0 0;
	padding: 0;
	border: 1px solid #E8E8E8;
	border-bottom: 0;
	width: 228px;
	/*height: 168px;*/
}

html>body .accordion {
	width: 230px;
	/*height: 170px;*/
}

.panel {
	padding: 6px;
	border-bottom: 1px solid #E8E8E8;
	color: #6b2f1d;
	font: bold 12px Georgia;
}

html>body .panel {
	/*height: 27px;*/
}

.panel a.active {
	color: #6b2f1d;
	background: url(http://img2.mynet.com/ivillage/home/bulletBrownDown.gif) left center no-repeat;
}

.panel a {
	color: #a07969;
	padding-left: 12px;
	background: url(http://img2.mynet.com/ivillage/home/bulletLightBrown.gif) left center no-repeat;
}

.subPanel {
	background-color: #fff;
	padding: 7px;
	border-bottom: 1px solid #E8E8E8;
	display: none;
	height: 90px;
}

html>body .subPanel {
	height: 82px;
}

.subPanel ul,
.subPanelActive ul {
	margin: 0;
	padding: 0;
}

.subPanelActive {
	background-color: #fff;
	padding: 7px;
	border-bottom: 1px solid #E8E8E8;
	display: block;
	height: 90px;
}

html>body .subPanelActive {
	height: 82px;
}

/*--------- LATEST FROM ----------*/
#latest_from {
	float: left;
	margin-left: 0px;
	padding: 5px;
	border: 1px solid #fcc98a;
	/*width: 232px;*/
	height: 191px;
}

html>body #latest_from {
	/*width: 244px;*/
	height: 201px;
}


#latest_from ul{margin:0px 0px 0px 0px; padding:0px;}

#latest_from li{list-style: none; padding:0px 0px 4px 0px; float:left; }

.orangeDot{background: url(http://img2.mynet.com/ivillage/home/orange_dot.gif) no-repeat; height:10px; width:10px; clear:left; float:left;}
.listItem{ width:215px;float:left; }


#latest_from_header {
	/*background: url(http://a820.g.akamai.net/f/820/822/1d/i.ivillage.com/shared/iv/refresh/nbc_logo.gif) top right no-repeat;*/
	border-bottom: 3px double #fcc98a;
	padding-bottom: 3px;
	margin-bottom: 7px;
	width: 232px;
	font-size:14px;
	color:#ef6f4c;
}

.toutLogo {float:right; }

.boxLeft {
	float:left;
	margin: 0;
	padding: 0;
	width: 245px;
}

.boxRight {
	float:left;
	margin: 0 0 0 7px;
	padding: 0;
	width: 245px;
}

/*---------- RIGHT SIDE AD -----------*/
#rightSideAd {
	margin: 10px 0 0 0;
	padding: 0;
	width: 300px;
}







/*----------- YAHOO LINKS ------------*/


/*yahoo box*/
#yahooLinks  {
	
	display: block;
	margin: 10px 0px;
	padding: 0px;
	width:300px;
	text-align:left;
	border: solid 1px #e57385;
	float:left;
	
}

.yahooLinksPad {
	
	padding: 10px 0px 10px 10px;
	display: block;
	float:left;
	
}

.advertsponsorlinks                { float:left; font-family:  arial, helvetica, 'trebuchet MS', verdana, sans-serif; font-size: 12px;  background-color: #fff; padding-bottom: 3px; padding-right: 5px; margin:0px; clear:left;}
.advertsponsorlinks ul             { clear:left; margin: 0px 0px 5px 0px; padding: 0 0 5px 0px; cursor: pointer; }
.advertsponsorlinks ul li          { list-style: none; margin: 0px; line-height: 120%; font-family:  arial, helvetica, 'trebuchet MS', verdana, sans-serif; font-size:12px; color:#333333;}
.advertsponsorlinks a              { text-decoration: none; }
.advertsponsorlinks a:hover        { color: #e57385; text-decoration:none; }
.advertsponsorlinks .fakeLink      { color: #804d3d; text-decoration: none; padding: 0px 0px 3px 0px; font-weight: bold; }
.advertsponsorlinks .fakeLinkURL   { color: #e57385;  font-weight:bold; text-decoration:underline; padding: 0px 0px 3px 0px;	}
.toutsubhead                       { float: left; color: #e57385; font-family:  arial, helvetica, 'trebuchet MS', verdana, sans-serif; font-size: 14px; font-weight: bold; line-height: 120%;  padding:0px 0px 0px 0px; margin:0px; }
.whatsthis                         { float: right; line-height: 120%; font-family:  arial, helvetica, 'trebuchet MS', verdana, sans-serif; font-size: 10px; color:#333333; vertical-align:middle; margin:0px;}
.whatsthis a                       { color: #333333; text-decoration:underline; }
.whatsthis a:hover                 { color: #333333; text-decoration:underline; }


.bottomLinks{
	font-family: 'trebuchet MS', verdana, arial, helvetica, sans-serif;
	font-size:12px; 
	color: #ef6f0f;	
	margin:0px;
	padding:1px 0px;
	float:left;
	display: block;
	
	
	
}
html>body .bottomLinks{margin-top:-6px;}
.bottomLinks ul{
margin:0px 0px 0px 15px;
padding:0px;
vertical-align:top;
}
.bottomLinks ul li{
	list-style:disc;
	margin:0px 2px 0px 0px;
	padding:0px;
	color: #8f2334; 
	line-height:120%;
	vertical-align:middle;
	
}

.bottomLinks a{text-decoration:none; font-weight:bold; color: #e57385; display:block; width:122px; line-height:120%; vertical-align:middle;}
.bottomLinks a:hover{color: #e57385; text-decoration:none;}

/*end yahoo box*/


/*tout styles */
.tout_v2_chan_a {
	float:left;
	width:244px;
	font-family:Georgia;
	font-size:11px;
	font-weight:bold;
	color: #EF6F0F;
	margin-top:5px;
	line-height:20px;
}

.tout_v2_chan_a a {
	text-decoration:none;
}
.tout_v2_chan_a a:hover {text-decoration:underline;}

.tout_v2_chan_a img {
	float:left;
	border:0px;
	margin:0px 10px 0px 5px;
	margin-top:5px;
}

.tout_v2_chanAtile {
	width:130px;
	font-family:Georgia;
	font-size:11px;
	font-weight:bold;
	color: #6B2F1D;
}


#tout_cp_shop {
	float:left;
	width:484px;
	height:162px;
	margin:15px 0px 15px 0px;
}
#tout_cp_shop #shopSearch {
	float:left;
	margin:35px 0px 5px 90px;
	font-family:arial;
}
*html #tout_cp_shop #shopSearch {
	margin:35px 0px 5px 45px;
}
#tout_cp_shop #shopSearch #txtBox {
	font-size:11px;
	color:#777777;
	width:195px;
	vertical-align:top;
}
#tout_cp_shop #shopSearch #shopGo {
	margin:0;
	padding:0;
	border:0;
}
#tout_cp_shop #imgRows {
	float:left;
	margin-left:5px;
}
#tout_cp_shop #imgRow {
	float:left;
	margin-left:0px;
	text-align:center;
	width:95px;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	border:red solid 0px;
}
#tout_cp_shop #imgRow img {
	border:1px solid #FCC59F;
}
#tout_cp_shop #imgRow a {
	text-decoration:none;
	color:#FF6600;
}

/* wedding shop tout */
#tout_wed_shop {
	float:left;
	width:484px;
	height:162px;
	margin:15px 0px 15px 0px;
}

#tout_wed_shop #imgRows {
	float:left;
	width:484px;
    margin:35px 0px 5px 0px;
	background-color:#ffecf2;
}

#tout_wed_shop #imgRow {
	float:left;
    margin-top:10px;
	margin-left:0px;
	text-align:center;
	width:95px;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	border:red solid 0px;
}

/* end weddings shop tout */

/*end tout styles*/

/* Rotating Promo Overrides*/
.channelBox{
	margin-bottom:10px;
}
/* end Rotating Promo Overrides */



/* DIET */
#topNav a.diet:hover { background-position: 0px -58px; display:block; }
#id14 {
 	
	background-position: 0px -58px;
	
	
}
#id14 a {
 	
	background-position: 0px -58px;
	color:#3d83a5!important;
	
}

#topLeft { width: 235px; } 

/* ASTROLOJI */

.box1 {
	width:243px;
	height:197px;
	float:left;
}

.box1a {
	width:243px;
	height:50px;
	background:url(http://img2.mynet.com.tr/ivillage/astroloji/box1a.gif) no-repeat;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:italic;
	text-align:center;
	padding:7px 0 0 0;
	float:left;
}

.box1b {
	width:238px;
	height:140px;
	font-family:Georgia,Tahoma;
	font-size:13px;
	font-weight:bold;
	color:#e15d72;
	padding:0 0 0 5px;
	background:url(http://img2.mynet.com.tr/ivillage/astroloji/box1b.gif) repeat-x;
	float:left;
}

.box1ba {padding:5px 0 0 0;float:left;}

.box1bb {
	color:#5d5454;
	font-family:Tahoma, Arial;
	font-weight:normal;
	font-size:12px;
	padding:5px 0 0 5px;
	float:left;
}

.box1bb a {
	color:#e15d72;
	font-weight:bold;
}

.box2 {
	width:243px;
	height:197px;
	margin:0 0 0 12px;
	float:left;
}

.box2a {
	width:243px;
	height:50px;
	background:url(http://img2.mynet.com.tr/ivillage/astroloji/box2a.gif) no-repeat;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:italic;
	text-align:center;
	padding:7px 0 0 0;
	float:left;
}

.box2b {
	width:238px;
	height:140px;
	font-family:Georgia,Tahoma;
	font-size:13px;
	font-weight:bold;
	color:#855bcc;
	padding:0 0 0 5px;
	background:url(http://img2.mynet.com.tr/ivillage/astroloji/box2b.gif) repeat-x;
	float:left;
}

.box2bb {
	color:#5d5454;
	font-family:Tahoma, Arial;
	font-weight:normal;
	font-size:12px;
	padding:5px 0 0 5px;
	float:left;
}

.box2bb a {
	color:#855bcc;
	font-weight:bold;
}

.box3 {
	width:360px;
	height:60px;
	margin:10px 0 0 0;
	padding:35px 0 0 135px;
	font-family:Tahoma, Arial;
	font-size:12px;
	color:#bf818b;
	text-decoration:none;
	background:url(http://img2.mynet.com.tr/ivillage/astroloji/box3.jpg) no-repeat;
	float:left;
}

.box4 {
	width:243px;
	height:129px;
	margin:10px 0 0 0;
	padding:5px 0 0 0;
	text-decoration:none;
	background:url(http://img2.mynet.com.tr/ivillage/astroloji/box4.gif) no-repeat;
	float:left;
}

.box4b {
	width:238px;
	height:auto;
	font-family:Georgia,Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#f788f3;
	padding:0 0 0 5px;
	float:left;
}

.box4bb {
	color:#5d5454;
	font-family:Tahoma, Arial;
	font-weight:normal;
	font-size:12px;
	padding:5px 0 0 5px;
	float:left;
}

.box5 {
	width:243px;
	height:129px;
	margin:10px 0 0 10px;
	padding:5px 0 0 0;
	text-decoration:none;
	background:url(http://img2.mynet.com.tr/ivillage/astroloji/box5.gif) no-repeat;
	float:left;
}

.box5b {
	width:238px;
	height:auto;
	font-family:Georgia,Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#8a8cd7;
	padding:0 0 0 5px;
	float:left;
}

.box5bb {
	color:#5d5454;
	font-family:Tahoma, Arial;
	font-weight:normal;
	font-size:12px;
	padding:5px 0 0 5px;
	float:left;
}

.box6 {
	width:360px;
	height:60px;
	margin:10px 0 10px 0;
	padding:35px 0 0 135px;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:12px;
	color:#7d7fc7;
	text-decoration:none;
	background:url(http://img2.mynet.com.tr/ivillage/astroloji/box6.jpg) no-repeat;
	float:left;
}

.leftboxtop {
	width:162px;
	height:29px;
	color:#f35b9c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style:italic;
	text-align:center;
	margin:7px 0 0 0;
	padding:8px 0 0 0;
	border-top:#fbf4f7 solid 1px;
	border-bottom:#f1b4bc solid 1px;
}

.leftboxtop2 {
	width:162px;
	height:32px;
	color:#855bcc;
	font-size:18px;
	font-style:italic;
	text-align:center;
	margin:7px 0 0 0;
	padding:5px 0 0 0;
	border-top:#d3bef6 solid 1px;
	border-bottom:#d3bef6 solid 1px;
}

.leftbox1 {
	width:162px;
	height:56px;
	background:#fbf4f7;
	font-weight:bold;
	border-bottom:#ffc1fd dashed thin;
}

.leftbox1 a {
	font-weight:normal;
	color:#855bcc;
	text-decoration:underline;
}

.leftbox1 a:hover {
	font-weight:normal;
	color:#855bcc;
}

.leftbox1a {
	padding:8px 0 0 0;
	float:left;
}

.leftbox1b {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#855bcc;
	padding:5px 0 0 2px;
	float:left;
}

.leftbox2 {
	width:162px;
	height:56px;
	background:#fefbfc;
	font-weight:bold;
	border-bottom:#ffc1fd dashed thin;
}

.leftbox2 a {
	color:#855bcc;
	font-weight:normal;
	text-decoration:underline;
}

.leftbox2 a:hover {
	color:#855bcc;
	font-weight:normal;
}

.leftboxtxt {
	color:#f889f4;
	font-size:9px;
	font-weight:bold;
}

.leftbox3 {
	width:147px;
	height:96px;
	font-family:Tahoma, Arial;
	font-size:11px;
	color:#6b2f1d;
	background:#f7f3f7;
	padding:10px 0 0 15px;
}

.leftbox4 {
	width:147px;
	height:45px;
	font-family:Tahoma, Arial;
	font-size:11px;
	color:#6b2f1d;
	background:#fbf4f7;
	padding:10px 0 0 15px;
}

.rightboxtop {
	width:300px;
	height:32px;
	color:#a540c1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style:italic;
	text-align:center;
	padding:5px 0 0 0;
	border-top:#cfcaf9 solid 1px;
	border-bottom:#a78bf8 solid 1px;
}

.rightbox1 {
	width:295px;
	height:47px;
	font-family:Tahoma, Arial;
	font-size:11px;
	color:#ac14d6;
	font-weight:bold;
	padding:8px 0 0 5px;
	background:url(http://img2.mynet.com.tr/ivillage/astroloji/rightboxbg.gif) repeat-x;
}

.rightbox1a {
	width:85px;
	height:35px;
	margin:0 0 0 10px;
	text-align:left;
	float:left;
}

.rightbox1b {
	width:85px;
	height:35px;
	text-align:left;
	float:left;
}

.rightbox1c {
	width:85px;
	height:35px;
	text-align:left;
	padding:15px 0 0 0;
	float:left;
}

.rightbox2 {
	width:282px;
	height:150px;
	margin:10px 0 10px 0;
	padding:21px 0 0 18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	background:url(http://img.mynet.com.tr/fal/new/smshome.gif) no-repeat;
}
