/*  
Theme Name: Premium Technology Theme
Theme URI: http://www.iphonelah.com/premium-technology-theme
Description: Technology related WordPress theme. <a href="http://www.iphonelah.com">Demo</a>.
Version: 1.0
Author: Singapore iPhone
Author URI: http://www.blogger-template.info/premium-technology-theme
Tags: apple, mac, iphone, gadget, gizmo, blue, black, white, custom header, fixed width, two columns, widgets, adsense, affiliate, gravatar, seo
*/

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Main Layout
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

body,td,th {
font-family:Arial;
font-size:12px;
color:#333333;
}

body {
background:#317cad;
margin-left:0px;
margin-top:0px;
margin-right:0px;
margin-bottom:0px;
background-image:url(images/singapore-iphone-01.gif);
background-repeat:repeat-x;
}

a:link {color:#006699; text-decoration:underline;}
a:visited {color:#006699; text-decoration:underline;}
a:active {color:#006699; text-decoration:underline;}
a:hover {color:#cc0000; text-decoration:none;}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Pagebar
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.pagebar {font:11px Arial, Helvetica, sans-serif; padding-top:0px; padding-bottom:5px; margin:0px; color:#666666;}
.pagebar a, .pageList .this-page {padding:2px 6px; text-decoration:none; border:solid 1px #dadada; background:#ffffff;}
.pagebar a:visited {padding:2px 6px; text-decoration:none; border:solid 1px #dadada; background:#ffffff;}
.pagebar .break {padding:2px 6px; border:none; text-decoration:none; background:#000000;}
.pagebar .this-page {padding:2px 6px; font-weight:bold; font-size:13px; vertical-align:top; border-color:#006699; background:#000000;}
.pagebar a:hover {text-decoration:none; border-color:#dadada; color:#ffffff; background:#006699;}

#pagination {
margin:0 auto;
text-align:center;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Images and Caption Alignment
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Comments
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children { 
padding: 0; 
}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
	}
	
.thread-alt {
	background-color: #f8f8f8;
}

.thread-even {
	background-color: white;
}

.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Content
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

blockquote {
font-size:11px;
padding:5px 5px 5px 25px;
margin:0px 30px 0px 30px;
background-image:url(images/blockquote.gif);
background-position:top left;
background-repeat:no-repeat;
text-indent:1px;
}

.compress {display:inline;}
.compress p {display:inline;}
.compress br {display:inline;}
.compress ul {display:inline;}
.compress li {display:inline;}
.compress h1 {display:inline;}
.compress h2 {display:inline;}

.notice {font-size:11px; color:#cc0000;}
.center {text-align:center;}
.right {text-align:right;}
.left {text-align:left;}
.navigation {display:block;text-align:center; padding:0px 0px 0px 0px; font-size:10px;}
.navigation a {}  
.navigation a:visited {}  
.navigation a:hover {} 
.space li {padding:0px 0px 20px 0px; margin:0px;}
.gravatar {float:right; margin:10px 10px 10px 10px;}
hr {height:1px; border:0px; color:#CECFCE; background-color:#CECFCE;}
pre {height:auto; padding:10px 10px 10px 10px; overflow-x:scroll; width:550px;}
.pagetitle {}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignleft {
   float: left;
   margin: 0 10px 5px 0;
}

.alignright {
   float: right;
   margin: 0 0 5px 10px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Feed and Ads and Search
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#box1a {
margin:0 auto;
width:991px;
}

.box1b {
background-image:url(images/singapore-iphone-02.gif);
background-repeat:no-repeat;
}

.box1c ul {padding:0px 0px 0px 75px; margin:0px;} 
.box1c li {padding:0px 0px 0px 0px; margin:0px; list-style-type:none;}

.box1d form {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

.box1e {
width:120px;
background-color:#d0d9e6;
border-color:#d0d9e6; 
border-width:1px; 
border-style:solid;
font-size:9px;
color:#999999;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Header and Ads
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#box2a {
margin:0 auto;
width:991px;
}

.box2b {
background-image:url(images/singapore-iphone-03.jpg);
background-repeat:no-repeat;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Navigation
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#box3a {
margin:0 auto;
width:991px;
}

.box3b {
background-image:url(images/singapore-iphone-04.gif);
background-repeat:no-repeat;
}

.box3c ul {padding:0px 0px 0px 0px; margin:0px; list-style-type:none;}
.box3c li {padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; text-decoration:none; border-left:1px solid #484848; border-right:1px solid #3e3e3e; float:left; display:block; font-size:12px; text-transform:uppercase;}
.box3c li a {color:#ffffff; text-decoration:none; padding:13px 17px 13px 17px; margin:0px; display:block;}  
.box3c li a:visited {color:#ffffff; text-decoration:none;} 
.box3c li a:hover {color:#000000; text-decoration:none; background-color:#ffffff;} 

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Content
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#box4a {
margin:0 auto;
width:958px;
}

.box4b {
background-color:#FFFFFF;
}

.box4c {
background-image:url(images/singapore-iphone-25.gif);
background-repeat:no-repeat;
height:20px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Loop Area for index.php and archives
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.box5a {
background-color:#000000;
}

.box5b {
background-image:url(images/singapore-iphone-05.gif);
background-repeat:no-repeat;
padding:12px 11px 12px 11px;
margin:0px 0px 0px 0px;
}

.box5c {
text-align:center;
color:#a6a6a6;
text-transform:uppercase;
font-size:14px;
font-weight:bold;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Featured for index.php
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.box6a img {
background-color:#ffffff;
border-color:#dfdfdf; 
border-width:1px; 
border-style:solid;
padding:3px 3px 3px 3px; 
margin:0px 0px 0px 0px;
width:390px;
height:293px;
}

.box6b {
border-bottom:1px solid #1c1c1c;
padding:0px 0px 15px 0px;
margin:0px 0px 0px 0px;
}

.box6c {
color:#FFFFFF;
}

.box6c h1 {
font-size:14px;
font-weight:bold;
line-height:16px;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
}

.box6c h1 a {text-decoration:none;}
.box6c h1 a:visited {text-decoration:none;}
.box6c h1 a:hover {text-decoration:none;}

.box6d {
text-align:right;
padding:0px 5px 0px 0px; 
margin:0px 0px 0px 0px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Repeating Loop for index.php and archives
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.box7a {
border-bottom:1px solid #1c1c1c;
padding:15px 0px 15px 0px;
margin:0px 0px 0px 0px;
}

.box7b {
background-color:#ffffff;
padding:3px 3px 3px 3px; 
margin:0px 12px 0px 0px;
text-align:center;
}

.box7c img {
width:95px;
height:71px;
border:none;
}

.box7d img {
width:94px;
height:19px;
padding:3px 0px 0px 0px; 
margin:0px 0px 0px 0px;
}

.box7e {
color:#FFFFFF;
font-size:11px;
}

.box7e h1 {
font-size:11px;
font-weight:bold;
line-height:16px;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
}

.box7e h1 a {text-decoration:none;}
.box7e h1 a:visited {text-decoration:none;}
.box7e h1 a:hover {text-decoration:none;}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Second Search
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.box8a {
background-image:url(images/singapore-iphone-08.gif);
background-repeat:no-repeat;
}

.box8b form {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

.box8c {
width:330px;
background-color:#ffffff;
border-color:#ffffff; 
border-width:1px; 
border-style:solid;
font-weight:bold;
font-size:12px;
color:#87888c;
text-transform:uppercase;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Affiliate for index.php
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.box9a {
background-image:url(images/singapore-iphone-10.gif);
background-repeat:repeat-y;
}

.box9b {
background-image:url(images/singapore-iphone-09.gif);
background-repeat:no-repeat;
height:8px;
}

.box9c {
background-color:#fcfeff;
margin:0px 4px 0px 5px;
padding:0px 0px 0px 0px;
}

.box9d {
background-image:url(images/singapore-iphone-12.gif);
background-repeat:no-repeat;
height:7px;
}

.box9e {
background-image:url(images/singapore-iphone-11.gif);
background-repeat:repeat-x;
background-position:bottom;
}

.box9e ul {padding:0px 0px 0px 0px; margin:0px;} 
.box9e li {padding:23px 5px 23px 65px; margin:0px; font-size:17px; font-weight:bold; list-style-type:none; border-bottom:1px dashed #cccccc;}
.box9e li a {text-decoration:none; color:#131313; }
.box9e li a:visited {text-decoration:none; color:#131313;}
.box9e li a:hover {text-decoration:none; color:#cc0000;}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Mailing List for index.php
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.box10a {
background-color:#373737;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
margin:0px 0px 0px 0px;
padding:4px 4px 4px 10px;
}

.box10b {
background-color:#e7eaec;
margin:1px 0px 0px 0px;
}

.box10c {
background-image:url(images/singapore-iphone-16.gif);
background-repeat:no-repeat;
margin:0px 0px 0px 0px;
padding:6px 0px 0px 30px;
height:30px;
}

.box10c form {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

.box10d {
width:83px;
background-color:#ffffff;
border-color:#ffffff; 
border-width:1px; 
border-style:solid;
font-size:11px;
color:#ee1d25;
text-transform:uppercase;
}

.box10e {
font-size:11px;
width:25px;
margin:0px 0px 0px 5px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Popular for sidebar.php
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.box11a {
background-image:url(images/singapore-iphone-17.gif);
background-repeat:no-repeat;
height:85px;
}

.box11b {
text-align:center;
color:#ffffff;
text-transform:uppercase;
font-size:14px;
font-weight:bold;
margin:0px 0px 0px 0px;
padding:49px 0px 0px 0px;
}

.box11c {
background-image:url(images/singapore-iphone-18.gif);
background-repeat:repeat-y;
}

.box11c ul {padding:0px 20px 0px 18px; margin:0px; list-style-type:none;}
.box11c li {padding:13px 10px 13px 10px; margin:0px 0px 0px 0px; text-decoration:none; border-top:1px solid #ffffff; border-bottom:1px solid #aaabad; font-size:10px; color:#666666;}
.box11c li a {color:#000000; text-decoration:none; margin:0px; font-weight:bold; font-size:14px;}  
.box11c li a:visited {color:#000000; text-decoration:none;} 
.box11c li a:hover {color:#ffffff; text-decoration:none; background-color:#333333;} 

.box11d {
background-image:url(images/singapore-iphone-19.gif);
background-repeat:no-repeat;
height:101px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	About for sidebar.php
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.box12a {
background-color:#011a26;
}

.box12b {
background-image:url(images/singapore-iphone-20.gif);
background-repeat:no-repeat;
}

.box12c {
margin:0px 0px 0px 0px;
padding:24px 22px 21px 22px;
color:#FFFFFF;
}


.box12c h3 {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
color:#006699;
text-transform:uppercase;
}

.profile img {
border-color:#ffffff; 
border-width:5px; 
border-style:solid;
}

.box12d {
background-image:url(images/singapore-iphone-21.gif);
background-repeat:no-repeat;
height:27px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Footer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#box13a {
margin:0 auto;
width:958px;
}

.box13b {
background-image:url(images/singapore-iphone-28.gif);
background-repeat:repeat-y;
}

.box13c {
background-image:url(images/singapore-iphone-26.gif);
background-repeat:no-repeat;
height:15px;
}

.box13d {
background-image:url(images/singapore-iphone-27.gif);
background-repeat:no-repeat;
height:15px;
}

.box13e {
background-image:url(images/singapore-iphone-29.gif);
background-repeat:repeat-x;
margin:0px 2px 0px 2px;
padding:0px 0px 0px 0px;
}

.box13f ul {padding:8px 0px 0px 30px; margin:0px; list-style-type:none;}
.box13f li {padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; text-decoration:none; font-size:10px; color:#ffffff;}
.box13f li a {color:#000000; text-decoration:underline;}  
.box13f li a:visited {color:#000000; text-decoration:underline;} 
.box13f li a:hover {color:#000000; text-decoration:none;} 

.box13g ul {padding:0px 0px 0px 50px; margin:0px; list-style-type:none;}
.box13g li {padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; text-decoration:none; font-size:10px; color:#000000;}

.box13h {
background-image:url(images/singapore-iphone-30.gif);
background-repeat:no-repeat;
}

.box13h form {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

.box13i {
width:210px;
background-color:#d0d9e6;
border-color:#d0d9e6; 
border-width:1px; 
border-style:solid;
font-size:11px;
color:#333333;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Single.php
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.box14a {
margin:0px 0px 0px 0px;
padding:0px 22px 0px 12px;
}

.box14b {
font-size:11px;
margin:0px 0px 0px 0px;
padding:0px 0px 10px 0px;
border-bottom:1px solid #cccccc;
}

.box14b a {text-decoration:none;}  
.box14b a:visited {text-decoration:none;}  
.box14b a:hover {text-decoration:none;}  

.box14c h1 {
margin:10px 0px 5px 0px;
padding:0px 0px 0px 0px;
color:#8c0000;
font-size:24px;
font-weight:normal;
}

.box14c h1 a {text-decoration:none; color:#8c0000;}  
.box14c h1 a:visited {text-decoration:none; color:#8c0000;}  
.box14c h1 a:hover {text-decoration:none; color:#000000;}  

.box14d {
margin:0px 0px 0px 0px;
padding:0px 0px 10px 0px;
border-bottom:1px dashed #cccccc;
}

.box14e {font-size:10px; color:#999999;}
.box14e a {text-decoration:none;}  
.box14e a:visited {text-decoration:none;}  
.box14e a:hover {text-decoration:none;}  

.box14f {font-size:11px; color:#000000; font-weight:bold;}

.box14g {
padding:6px 6px 6px 6px;
}

.box14h {
background-image:url(images/singapore-iphone-31.jpg);
background-repeat:no-repeat;
}

.box14i {
color:#000000;
font-size:11px;
}

.box14j {
margin:0px 0px 0px 0px;
padding:15px 15px 15px 15px;
}

.box14k {
padding:5px 0px 5px 0px;
}

.box14l {font-size:10px;}

.box14m {
background-color:#f5f4f0;
border-color:#dddddd; 
border-width:1px; 
border-style:solid;
height:210px;
}

.box14n {
background-image:url(images/singapore-iphone-32.gif);
background-repeat:repeat-x;
margin:0px 0px 0px 0px;
padding:15px 15px 15px 15px;
}

.box14o h4 {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
color:#000000;
}

.box14o ul {padding:5px 0px 0px 10px; margin:0px;} 
.box14o li {padding:8px 5px 8px 22px; margin:0px; font-style:normal; font-weight:normal; color:#000000; list-style-type:none; background:url(images/li.gif) no-repeat left top;}
.box14o li a {text-decoration:none; font-weight:bold;}
.box14o li a:visited {text-decoration:none;}
.box14o li a:hover {text-decoration:none;}

.box14p h4 {
margin:0px 0px 0px 0px;
padding:0px 0px 10px 0px;
color:#000000;
}

.box14q img {
background-color:#ffffff;
border-color:#cccccc; 
border-width:1px; 
border-style:solid;
padding:2px 2px 2px 2px; 
margin:0px 4px 7px 0px;
width:88px;
height:65px;
float:left;
}

.box14r {
background-image:url(images/singapore-iphone-33.gif);
background-repeat:no-repeat;
height:43px;
}

.box14s {
border-bottom:1px solid #d8e9fa;
border-left:1px solid #d8e9fa;
border-right:1px solid #d8e9fa;
margin:0px 0px 0px 0px;
padding:5px 15px 15px 15px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Widget
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.widget1 {
background-image:url(images/singapore-iphone-23.gif);
background-repeat:repeat-y;
}

.widget2 {
background-image:url(images/singapore-iphone-22.gif);
background-repeat:no-repeat;
height:6px;
}

.widget3 {
background-image:url(images/singapore-iphone-24.gif);
background-repeat:no-repeat;
height:6px;
}

.widget4 {
margin:0px 0px 0px 0px;
padding:12px 18px 12px 18px;
}

.widget4 a {text-decoration:none;}
.widget4 a:visited {text-decoration:none;}
.widget4 a:hover {text-decoration:none;}

.widget4 h3 {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
color:#000000;
text-transform:uppercase;
font-size:11px;
}

.widget4 ul {padding:0px 0px 0px 0px; margin:0px;} 
.widget4 li {padding:11px 5px 11px 15px; margin:0px; font-weight:normal; color:#333333; list-style-type:none; border-top:1px solid #ffffff;  border-bottom:1px solid #8e99a9;}
.widget4 li a {text-decoration:none; font-weight:bold;}
.widget4 li a:visited {text-decoration:none;}
.widget4 li a:hover {text-decoration:none;}

.widget5 {
margin:0px 0px 0px 0px;
padding:12px 18px 12px 18px;
}

.widget5 h3 {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
color:#000000;
text-transform:uppercase;
font-size:11px;
}

.widget5 ul {padding:5px 0px 0px 10px; margin:0px;} 
.widget5 li {padding:8px 5px 8px 22px; margin:0px; font-style:normal; font-weight:normal; color:#333333; list-style-type:none; background:url(images/li-2.gif) no-repeat left top; font-size:14px;}
.widget5 li a {text-decoration:none; font-weight:bold;}
.widget5 li a:visited {text-decoration:none;}
.widget5 li a:hover {text-decoration:none;}