/* 
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.

*/

/*========= HEADER Part =========*/

/*- Page Navigation -*/
#nav{
	background: #000000;
	height: 30px;
	padding: 4px 0 0;
}
#nav-left {
	float:left;
	display:inline;
	width:570px;
	}
#nav-right {
	float:right;
	display:inline;
	width:370px;
	}
#nav ul {
	position: relative;
    height: 26px;
    overflow: hidden;
	padding-left:10px;
}
#nav ul  li {
    float: left;
    list-style: none;
	font-weight:bold;
	font-size:14px;	
}
#nav ul  li.back {
    background-color: #333333;
    width: 9px;
    height: 30px;
    z-index: 8;
    position: absolute;
}
#nav ul  li a {
	text-decoration: none;
	color: #dddddd;
	outline: none;
	text-align: center;
	top: 6px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 26px;
	position: relative;
	overflow: hidden;
	margin: auto 15px !important;
	margin: auto 7px;	
}
#nav ul  li a:hover, #nav ul  li a:active, #nav ul  li a:visited {
	border: none;
}      

/*========= SIDEBAR Part =========*/

/*- Sidebar Tabs - Popular, Comments, Featured, Tag Cloud -*/
.sideTabs1 {
	border-bottom:1px solid #C0C0C0;
	height:31px;
	width:350px;
	float:left;
	display:block;
	}
.sideTabs1 .idTabs1{
	font-size: 12px;
	height: 30px;
	letter-spacing: -1px;
}
.sideTabs1 .idTabs1 li1{
	float: left;
	font-size: 13px;
	line-height: 30px;
}
.sideTabs1 .idTabs1 li1 a{
	background: #eeeeee;
	border: 1px solid #eeeeee;
	border-bottom: 0;
	color: #c0c0c0;
	display: block;
	margin: 0 2px 0 0;
	padding: 0 10px;
	font-weight:bold;
}
.sideTabs1 .idTabs1 li1 a:hover,
.sideTabs1 .idTabs1 .selected1{
	background: #000000;
	border: 1px solid #c0c0c0;
	border-bottom:1px solid #ddd;
	color: #dddddd;
	text-decoration: none;
}
.navbox1{
	background: #dddddd;
	border: 1px solid #c0c0c0;
	border-top: 0;
        width: 348px;
	margin: -2px 0 25px;
	position: relative;
}
.list1,list3,list4{
	padding-bottom:12px;
	}
.list1 li1,.list3 li,.list4 li{
	background: url(images/ico-star.gif) no-repeat left center;
	padding: 6px 0 6px 25px;
	border-bottom:1px dashed #C0C0C0;
}
.list1 li1 a,.list3 li a,.list4 li a{
	color: #000000;
}
.list3 li {
	background: url(images/ico-mostcomm.gif) no-repeat left center !important;
	}
.list4 li {
	background: url(images/ico-feat.gif) no-repeat left center !important;
	}

/*- Alexa Rank -*/
.alexa{
	border: 1px solid #eeeeee;
	height: 96px;
	width : 120px;
	margin: 0 0 25px 110px;
	padding: 4px;
}

