/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

/*- Login -*/
.loginbox {
	border: 1px solid #aaa;
	height: 125px;
	margin: 0 0 7px;
	padding: 10px;
}

.loginbox img {
	float: left;
	margin: 0 14px 0 0;
}

.loginbox img.last {
	margin: 0 !important;
}


#popular{
	height: 170px;
	padding: 12px 12px 2px;
}

/*- POPULAR KANAN -*/
#pkanan{
	float: right;
	font-size: 13px;
	padding: 15px;
	text-align: left;
	height: 150px;
	width: 432px;
	background: #dddddd;
	overflow: hidden;
	-moz-border-radius: 1em;
	border-radius: 1em;
	khtml-border-radius: 1em;
	-webkit-border-radius: 1em;
}
#pkanan h3{
	font-size: 18px;
	color:yellow;
}
#pkanan a{
	color: darkblue;
}
#pkanan p{
	font-weight: bold;
	color: white;
}
#pkanan img{
	float: right;
}

/*- POPULAR KIRI  -*/
#pkiri{
	float: left;
	font-size: 13px;
	padding: 15px;
	text-align: left;
	width: 432px;
	height: 150px;
	background: #dddddd;
	overflow: hidden;
	-moz-border-radius: 1em;
	border-radius: 1em;
	khtml-border-radius: 1em;
	-webkit-border-radius: 1em;
}
#pkiri h3{
	font-size: 18px;
	color: yellow;
}
#pkiri a{
	color: darkblue;
}
#pkiri p{
	font-weight: bold;
	color: white;
}
#pkiri img{
	float: right;
}


