/*  
Theme Name: PHP PENNY AUCTION Clone by PHPPennyAuction
Version: 1.0.6
Description: Custom theme.
Author:  Scriptmatix Ltd
Author URI: http://www.phppennyauction.com
*/

@import "reset.css";
@import "custom.css";
a {
color:#6db4d3;
}

/* Containers */
.content {
width:860px;
margin:0 auto;
padding:0;
}

#top {
background:url(images/bg-top-tile.gif) repeat-x top left;
border-bottom:1px solid #333128;
}

#top .content {
background:url(images/bg-top.png) no-repeat top center;
}

#main-content {
margin-top:20px;

}

#footer {
font-family: Helvetica, Arial, sans-serif;
background:#e1e1e1 url(images/bg-footer-top.gif) repeat-x top left;
margin-top:25px;
padding:25px 0 14px;
}

/* Header */
#header {
width:100%;
height:105px;
clear:both;
position:relative;
padding:30px 0 5px;
}

/* Page Nav */
#nav,#nav ul {
list-style:none;
line-height:1;
float:right;
margin:0 14px 0 0;
padding:0;
}

#nav {
margin-top:30px;
}

#nav a {
font-family: Cambria, "Times New Roman", Times, sans-serif;
font-size:12px;
letter-spacing:1px;
text-transform:uppercase;
font-weight:700;
display:block;
line-height:28px;
color:#222;
padding:0 10px;
}

#nav a:hover,#nav li.current_page_item a {
color:#fff;
background:#3f3a2b;
border:1px solid #2a2a2a;
border-width:0 0 1px;
}

/* Style drop down list */
#nav li ul {
position:absolute;
width:172px;
left:-999em;
border-top:1px solid #2a2a2a;
z-index:99999;
}

#nav li ul li {
position:relative;
z-index:999;
border:1px solid #2a2a2a;
background:#FFF;
border-width:0 1px 1px;
}

#nav li ul li:hover {
border:none;
}

#nav li ul li a {
line-height:25px;
font-size:12px;
width:150px;
}

#nav li ul ul {
margin:-26px 0 0 170px;
}

#nav li ul ul li a {
line-height:25px;
}

#nav li ul li ul li a {
border-width:0 1px 1px 0;
}

#nav li:hover ul ul,#nav li.sfhover ul ul {
left:-999em;
}

#nav li.current_page_item ul li a {
color:#222;
background:#fff;
border:none;
}

#nav li.current_page_item ul li a:hover,#nav li ul li.current_page_item a:hover {
color:#fff;
background:#3f3a2b;
border:none;
}

#nav li:hover,#nav li.hover {
position:static;
}

/* IE7 Fix 
 Featured / Slider */
#featured {
background:#adc042 url(images/bg-slider-bot.png) repeat-x left bottom;
border-top:1px solid #c9e044;
border-bottom:1px solid #99aa3a;
}

#featured #page-title {
position:relative;
}

#featured #page-title h2 {
padding:25px 0;
}

#featured .subscribe {
position:absolute;
right:0;
top:25px;
}

#featured .alignright {
float:right;
margin:5px 0 8px 20px;
}

#slider-block {
overflow:hidden;
min-height:250px;
}

.container {
width:860px;
height:250px;
overflow:hidden;
position:relative;
cursor:pointer;
margin-left:50px;
}

.slides {
position:absolute;
top:0;
left:0;
}

.slides div {
position:absolute;
top:0;
width:860px;
display:none;
}

/*
Old Slider
.container { position:relative; height:250px; width:860px; overflow:hidden; margin:0 auto; z-index:0;}
.container div { z-index:0; position:absolute; top:0; left:0; padding:0; width:860px; }
.container div div {  z-index: auto; position:static; padding:0px;width:auto; }*/
#loopedSlider {
width:960px;
margin:0 auto;
padding:3px 0;
}

#loopedSlider .nav-buttons {
list-style-type:none;
position:relative;
margin:0;
padding:0;
}

#loopedSlider li#p {
position:absolute;
top:100px;
left:0;
}

#loopedSlider li#n {
position:absolute;
top:100px;
right:0;
}

#featured h2 {
color:#fff;
font-size:40px;
line-height:40px;
font-weight:400;
letter-spacing:-1px;
text-shadow:2px 2px 0 rgba(0, 0, 0, 0.15);
padding:0 0 10px;
}

#featured h4 {
font-size:18px;
color:#333;
font-family:Arial, Helvetica, sans-serif;
line-height:22px;
letter-spacing:1px;
}

#featured p {
font-size:12px;
color:#333;
line-height:20px;
}

.home .feature {
margin-left:65px;
}

.home img.home-icon {
float:left;
padding:0;
}

/* Main Content (style) */
#main {
width:540px;
}

#main.full {
width:840px;
}

#main h2,#main h3 {
font-weight:400;
}

#main h2 {
font-size:24px;
padding-top:0;
}

#main h3 {
font-size:17px;
}

#main ol,#main ul {
line-height:18px;
}

#main ul {
padding-left:50px;
}

#main ul li {
list-style:none;
}

#main ol {
padding-left:57px;
}

#main ol li {
list-style:decimal;
padding:3px 0;
}



/* Main Content (post) */
#main .post {
font-size:13px;
padding:0 5px 25px 0;
}

#main .post-title {
width:100%;
position:relative;
}

#main .post-title h2,#main .post-title p.post-details,#main .post-title h3 {
padding-right:50px;
}

#main h2 a,#main h3 a {
color:#2A2A2A;
text-decoration:none;
}

#main p.post-details {
line-height:18px;
margin-top:-10px;
position:relative;
color:#9F9F9F;
font-size:13px;
padding:0 0 0 1px;
}

#main .post h4 {
margin-top:1px;
clear:both;
width:100%;
}

#main .post h4.continue a {
background:#A8BC70;
color:#fff;
text-decoration:none;
padding:5px 10px;
}

#main .post h4.continue a:hover {
background:#9fb26a;
}

#main .post img.thumbnail {
background-color:#EEE;
border:1px solid #DDD;
padding:5px;
}

#main .post img.gallery {
margin:0 7px 7px 0;
}

#main h2.arh {
border-bottom:#EBEBEB 1px solid;
margin-top:-10px;
margin-bottom:10px;
position:relative;
}

/* Main Content (advert 468x60) */
#main .advert_468x60 {
background-color:#EDEDED;
text-align:center;
margin:5px 0 25px;
padding:12px 0;
}

#main .latest .advert_468x60 {
margin-left:33px;
}

/* Main Content (post>single) */
#main p.tags {
background:url(images/ico-tag.gif) no-repeat center left;
padding-left:25px;
width:100%;
clear:both;
}

.single #main .advert_468x60 {
margin:15px 0 0;
}

#main .page h2 {
padding-top:5px;
}

/* Comments */
#comments h3 {
font-size:15px;
font-weight:400;
padding:10px 0 20px;
}

#comments #comments_wrap {
position:relative;
margin:20px 0;
padding:0;
}

#main .post #comments ol,#main .post #comments ul {
background:none;
border:none;
padding:0;
}

#comments ol.commentlist li {
list-style-type:none;
background:none;
padding:20px;
}

#comments ol.commentlist li.thread-even {
background:#f6f6f6;
border-top:1px solid #e3e3e3;
border-bottom:1px solid #e3e3e3;
}

#comments ol.commentlist img.avatar {
float:right;
border:1px solid #e4e4e4;
background:#fff;
padding:4px;
}

#comments ol.commentlist .user-meta {
font-size:13px;
margin-bottom:10px;
}

#comments ol.commentlist .user-meta .name,#comments ol.commentlist .user-meta .name a {
font-size:16px;
text-decoration:none;
}

#comments ol.commentlist .comment-entry {
padding-right:80px;
}

#comments .comment small {
font-size:10px;
margin-top:-2px;
}

#comments .comment .col-left {
width:110px;
}

#comments .comment .col-left img {
border:#EDEDED 5px solid;
}

#comments .comment .col-left p {
line-height:19px;
padding:0 0 0 2px;
}

#comments .comment .col-left .inside {
width:110px;
float:left;
position:relative;
overflow:hidden;
min-height:70px;
}

#comments .comment .col-right {
min-height:70px;
background:#fff;
border:#EDEDED 1px solid;
margin-left:100px;
float:none;
padding:10px 20px;
}

* html #comments .comment .col-right {
height:100px;
}

#comments .comment span.reply {
float:right;
font-size:11px;
padding:3px 3px 0;
}

#comments .comment span.reply a {
text-decoration:none;
color:#aaa;
}

#comments ul.children {
margin:15px 0 0;
padding:0;
}

#comments ul.children li {
border-top:1px solid #e3e3e3;
margin:20px 0 0;
padding:20px 0 0 25px;
}

#comments .navigation a {
display:block;
font-weight:700;
margin:15px 0;
padding:5px 0;
}

#comments .commentlist p {
padding:0 0 10px;
}

#comments .commentlist .children #respond #form_wrap .col-right {
float:none;
}

#comments .cancel-comment-reply {
margin-bottom:10px;
}

#comments #respond .input {
background:#f6f6f6;
border-top:1px solid #bebebe;
border-left:1px solid #bebebe;
border-bottom:1px solid #f3f3f3;
border-right:1px solid #f3f3f3;
padding:5px;
}

#comments #respond label {
padding-left:5px;
}

#comments #submit {
  display: block;
  min-width: 59px;
  background: #fff url(/blog/wp-content/themes/swoopoclone/images/button-shade.png) 0 100% repeat-x;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #b4b4b4;
  border-top-color: #d4d4d4;
  border-left-color: #d4d4d4;
  color: #555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-style: normal;
  padding: 5px 6px;
  text-align: center;
  line-height: 100%;
  text-shadow: 0 1px rgba(255, 255, 255, .75);
  margin: 0 0 0 5px;
}

input {
border:1px solid #e9e8e8;
}

/* Sidebar */
#sidebar {
width:300px;
overflow:hidden;
}

#sidebar h3 {
border-bottom:1px dashed #ccc;
font:12px uppercase "Lucida Grande", serif;
font-weight:700;
text-transform:uppercase;
color:#555;
letter-spacing:1px;
line-height:24px;
margin:5px 0;
padding:0 0 15px;
}

#sidebar ul {
clear:both;
}

#sidebar ul li a {
color:#636363;
}

#sidebar a:hover,#sidebar .current-cat a,#sidebar li.active a {
color:#000;
}

#sidebar ul li .meta {
display:block;
font-size:11px;
color:#878787;
font-weight:400;
text-transform:uppercase;
}

#sidebar .block {
background:#fcfcfc;
border:1px solid #e9e8e8;
padding:15px;
}

#sidebar .block .inside {
border:#D5D4D4 5px solid;
background:#EDEDED;
padding-bottom:5px;
}

#sidebar .block .inside li {
line-height:18px;
position:relative;
padding:8px 0;
}

#sidebar .block .inside li img.thumbnail {
border:#A4A4A4 2px solid;
float:left;
margin-right:10px;
}

#sidebar ul,#sidebar .textwidget {
clear:both;
padding:5px 0;
}

#sidebar .widget {
margin-bottom:25px;
}

#sidebar li {
line-height:18px;
overflow:hidden;
padding:5px 0 0;
}

#sidebar ul ul {
border:0;
margin:3px 0 0;
padding:0;
}

#sidebar ul ul li {
border:0;
padding-bottom:0;
border-top:1px solid #E2E2E2;
}

#sidebar #news h3 {
background:url(images/ico-news.png) no-repeat left 3px;
padding-left:32px;
}

#sidebar #news li {
background:url(images/ico-bullet.png) no-repeat left 3px;
padding:5px 0 0;
}

#sidebar .widget_twitter {
position:relative;
font-size:11px;
}

#sidebar .widget_twitter h3 {
background:url(images/ico-twitter.png) no-repeat left top;
padding-left:32px;
}

#sidebar .widget_twitter a {
color:#6db4d3;
font-size:14px;
}

#sidebar .widget_twitter .follow {
position:absolute;
right:15px;
top:25px;
}

#sidebar .widget_twitter .follow a {
font-size:10px;
font-style:italic;
}

#newsletter h3,#feedburner h3,#campaignmonitor h3 {
background:url(images/ico-letter.png) no-repeat left 0;
padding-left:32px;
}

#newsletter .field,#feedburner .field,#campaignmonitor .field {
background-color:#F2F2F2;
border:1px solid #CBD1D2;
color:#999;
font-size:11px;
display:block;
float:left;
height:19px;
width:170px;
margin:0 4px 0 0;
padding:5px 0 0 5px;
}

#newsletter .button,#feedburner .button,#campaignmonitor .button {
  display: block;
  min-width: 59px;
  background: #fff url(/blog/wp-content/themes/swoopoclone/images/button-shade.png) 0 100% repeat-x;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #b4b4b4;
  border-top-color: #d4d4d4;
  border-left-color: #d4d4d4;
  color: #555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-style: normal;
  padding: 5px 6px;
  text-align: center;
  line-height: 100%;
  text-shadow: 0 1px rgba(255, 255, 255, .75);
  margin: 0 0 0 5px;
}

#tag_cloud h2 {
display:block;
float:none;
}

.textwidget {
clear:both;
line-height:20px;
padding:5px 2px;
}

#wp-calendar {
width:95%;
margin-bottom:15px;
clear:both;
padding:0;
}

#wp-calendar caption {
padding:10px;
}

#wp-calendar th {
color:#fff;
}

#wp-calendar th,#wp-calendar td {
text-align:center;
background:#E7E7E7;
color:#9E9E9E;
padding:5px;
}

#wp-calendar td {
background:transparent;
}

#wp-calendar td,table#wp-calendar th {
padding:3px 0;
}

#sidebar #search_main form div {
position:relative;
height:33px;
background:#F2F2F2;
border:1px solid #CBD1D2;
}

#sidebar #search_main input.field {
width:163px;
position:absolute;
left:12px;
top:7px;
padding-top:2px;
outline:none;
font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
font-size:12px;
color:#777;
border:1px solid #9d9d9d;
background:transparent;
z-index:1;
}

.borderbox {
	COLOR: #777777;
	font-family: Cambria, "Times New Roman", Times, Helvetica, sans-serif;
	FONT-SIZE: 14px;
	BORDER-STYLE: solid;
	BORDER-COLOR: #DDDDDD;
	BORDER-WIDTH: 1px;
	min-width: 250px;
	PADDING: 6px;
	MARGIN: 0px;
	vertical-align: middle;
}

#sidebar #search_main input.submit {
position:absolute;
right:0;
top:0;
z-index:1;
  display: block;
  min-width: 59px;
  background: #fff url(/blog/wp-content/themes/swoopoclone/images/button-shade.png) 0 100% repeat-x;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #b4b4b4;
  border-top-color: #d4d4d4;
  border-left-color: #d4d4d4;
  color: #555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-style: normal;
  padding: 5px 6px;
  text-align: center;
  line-height: 100%;
  text-shadow: 0 1px rgba(255, 255, 255, .75);
  margin: 0 0 0 5px;
}

/* Sidebar (flickr) */
#flickr h3 span {
color:#0061D8;
}

#flickr h3 span span {
color:#FF1183;
}

#flickr .wrap {
margin-left:-5px;
position:relative;
padding:0;
}

#flickr a img {
float:left;
margin-left:5px;
margin-bottom:5px;
display:block;
background:#fff;
border:#CECFC6 1px solid;
padding:3px;
}

#flickr a:hover img {
border:#A8AA99 1px solid;
}

/* Footer */
#footer img {
vertical-align:middle;
}

#footer .col-left {
width:540px;
background:url(images/footer-bevel.gif) repeat-y top right;
padding:0 20px 0 0;
}


#footer .col-left a{
font-size: 13px;
color: #555;
text-decoration: none;
}

#footer .col-left a:hover{
font-size: 13px;
text-decoration: underline;
}

#footer .col-right {
width:280px;
font-size: 12px;
font-family: Cambria, "Times New Roman", Times, serif;
}

.copyright {
font-size: 11px;
color: #555;
}

.copyright a{
color: #555;
font-size: 11px;
text-decoration: none;
}

.copyright a:hover {
text-decoration: underline;
}

/* Misc */
a.button {
background:url(images/btn-slider-right.png) no-repeat scroll top right;
display:block;
float:left;
height:46px;
margin-right:6px;
padding-right:13px;
text-decoration:none;
color:#3e3e3e;
/* font-family: Arial, Helvetica, sans-serif; */
font-size:18px;
}

a.button span {
float:left;
background:url(images/btn-slider.png) no-repeat;
display:block;
line-height:46px;
padding:1px 5px 5px 18px;
}

span.middle {
float:left;
padding:13px 13px 13px 9px;
}

div.hr {
background:url(images/hr.png) repeat-x top left;
height:1px;
margin:15px 0;
}

#footer div.hr {
background:url(images/hr-footer.png) repeat-x top left;
height:1px;
margin:15px 0;
}

#testing123 {
position:absolute;
right:20px;
left:200px;
}

#coon {
padding-bottom:40px;
}

#topLinks {
float:right;
font-size:0.8em;
margin:-28px 0 0 185px;
padding:0 20px;
}

#topLinks a {
text-decoration:underline;
color:#fff;
font-family: Cambria, "Times New Roman", Times, sans-serif; 
}

#topLinks a:hover {
text-decoration:none;
color:#c1c1c1;
}

#topLinks img {
padding-left:5px;
padding-right:2px;
vertical-align:top;
width:16px;
height:16px;
opacity:0.8px;
}

#body_aboutus #content_main .boxout {
float:right;
margin:0 0 15px 15px;
}

#body_aboutus #content_main .boxout h2 {
font-size:1.17em;
}

#meet_us {
clear:both;
margin-top:15px;
}

#meet_us ul {
list-style:none;
zoom:1px;
margin:0 0 20px;
padding:0;
}

#meet_us li {
float:left;
width:175px;
margin:0 0 20px 30px;
}

#meet_us .row_leader {
clear:left;
margin-left:0;
}


#meet_us cite {
font-style:normal;
}

#meet_us .position,#meet_us a {
font-weight:700;
text-decoration:none;
}

#helpers {
list-style:none;
margin:0 0 20px;
padding:0;
}

#helpers li {
zoom:1px;
margin:0 0 15px;
padding:5px 0 0 70px;
}

#helpers img {
float:left;
margin:-5px 0 0 -70px;
}

#quotes blockquote {
padding-left:0;
background:none;
font-style:italic;
}

#quotes p {
color:#383838;
text-align:left;
}

#find_out_more p {
font-size:1.75em;
color:#383838;
margin:0 0 15px;
}

/* Stylesheet for Register page 
 2010-apr-13 */
* {
border:none;
/* font-family: Arial, Helvetica, sans-serif; */
list-style:none;
outline:none;
text-decoration:none;
margin:0;
padding:0;
}

a.link:link,a.link:active,a.link:visited {
color:#268AAF;
text-decoration:underline;
}

h2 {
font-size:25px;
}

h2 span {
color:#3CF;
font-size:20px;
}

h3 {
color:#333;
font-size:20px;
}

h4 {
color:#333;
font-size:17px;
}

h4 span {
color:#3CF;
font-weight:700;
}

h4.tour span a:hover {
color:#3e97d9;
}

cite {
color:#777;
font-size:11px;
font-style:normal;
}

hr {
border-bottom:1px solid #EEE;
line-height:0;
height:1px;
margin:0 0 20px;
padding:0;
}

.special {
position:absolute;
top:0;
left:300px;
width:250px;
height:60px;
}

/* ASSIST CLASSES //////////////////////
 ASSIST CLASSES > CLEAR //////////////////////*/
.clear {
clear:both;
font-size:0;
line-height:0;
height:0;
}

a.link-usual {
background:url(/blog/wp-content/themes/swoopoclone/images/bullet-sub-list-small.gif) no-repeat 18px 12px;
}

.active a.link-usual {
background:url(/blog/wp-content/themes/swoopoclone/images/bullet-arrow-medium-blue.gif) no-repeat 18px 12px;
}

div.content-right {
float:left;
width:675px;
text-align:left;
padding:0 7px 7px;
}

div.content-right-b-0 {
float:left;
width:685px;
padding:7px 7px 0;
}

div.content-right p a.link-content {
background:#F5F5F5;
color:#36CBFF;
padding:0 3px;
}

div.content-right p a.link-content:visited {
background:#F1F1F1;
color:#36CBFF;
padding:0 3px;
}

div.content-right p a.link-content:hover {
background:#F8F8F8;
color:#36CBFF;
padding:0 3px;
}

div.content-right-2-columns div.left {
float:left;
width:330px;
}

div.content-right-2-columns div.left-contact {
float:left;
width:230px;
padding:0 0 0 5px;
}

div.content-right-2-columns div.right {
float:right;
width:330px;
}

div.content-right-3-columns div.left {
float:left;
width:220px;
padding:0 15px 0 0;
}

.pricing-link a {
background:url(/blog/wp-content/themes/swoopoclone/images/bullet-list-small-light-blue.gif) no-repeat 0 8px;
display:block;
font-size:16px;
padding:4px 0 4px 12px;
}

/* FEATURES TABLE //////////////////////*/
.features-table {
border:0 auto;
color:#555;
text-align:left;
}

.features-table th {
font-size:12px;
font-weight:400;
line-height:14px;
}

.features-table td {
font-size:12px;
font-weight:400;
}

.features-table .description {
background:#F9F9F9;
font-size:12px;
font-weight:400;
border-bottom:0 solid #DCDCDC;
vertical-align:top;
width:350px;
padding:8px 5px 5px 27px;
}

.features-table .description-top {
color:#6db4d3;
font-size:13px;
font-weight:700;
text-align:center;
padding:8px 5px 8px 8px;
}

.features-table .description-in {
background-color:#F3F3F3;
font-size:12px;
font-weight:400;
border-bottom:0 solid #DCDCDC;
vertical-align:top;
width:350px;
padding:11px 5px 5px 27px;
}

.features-table .column-basic {
background:#F2F2F2;
font-size:12px;
width:140px;
border-bottom:0 solid #DCDCDC;
padding:8px 5px 5px 8px;
}

.features-table .column-basic-in {
background:#ECECEC;
font-size:12px;
width:140px;
border-bottom:0 solid #DCDCDC;
padding:5px 5px 5px 8px;
}

.features-table .column-ecommerce {
background:#EDEDED;
font-size:12px;
width:140px;
border-bottom:0 solid #DCDCDC;
padding:5px 5px 5px 8px;
}

.features-table .column-ecommerce-in {
background:#E8E8E8;
font-size:12px;
width:140px;
border-bottom:0 solid #DCDCDC;
padding:5px 5px 5px 8px;
}

.features-table .competition {
background:#E9E9E9;
font-size:11px;
width:140px;
border-bottom:0 solid #DCDCDC;
padding:5px 5px 5px 8px;
}

.features-table .competition-in {
background:#E4E4E4;
font-size:11px;
width:140px;
border-bottom:0 solid #DCDCDC;
padding:5px 5px 5px 8px;
}

.features-table .tick {
background-image:url(/blog/wp-content/themes/swoopoclone/images/tick.gif);
background-repeat:no-repeat;
background-position:50% 50%;
}

.features-table .cross {
background-image:url(/blog/wp-content/themes/telebid/images/ico-cross.gif);
background-repeat:no-repeat;
background-position:50% 50%;
}

.franchise-images {
overflow:hidden;
margin:0 0 20px;
}

.franchise-images div {
float:left;
padding:0 0 0 40px;
}

.franchise-images div p {
font-size:16px;
font-weight:700;
}

.franchise-images div p.text {
font-size:14px;
font-weight:400;
padding:0 0 0 18px;
}

.franchise-images div p span {
font-size:16px;
color:#666;
}

/* FEATURES ICONS //////////////////////*/
.features-table .icon-features-multilanguage {
background-image:url(/blog/wp-content/themes/swoopoclone/images/icon-features-multilanguage.gif) !important;
background-repeat:no-repeat !important;
background-position:5px 10px;
}

.features-table .icon-features-currency {
background-image:url(/blog/wp-content/themes/swoopoclone/images/icon-currency.gif) !important;
background-repeat:no-repeat !important;
background-position:5px 10px;
}

.features-table .icon-features-cursor {
background-image:url(/blog/wp-content/themes/swoopoclone/images/icon-cursor.gif) !important;
background-repeat:no-repeat !important;
background-position:5px 10px;
}

.features-table .icon-features-video{
background-image:url(/blog/wp-content/themes/swoopoclone/images/control_play.png) !important;
background-repeat:no-repeat !important;
background-position:5px 10px;
}

.features-table .icon-features-mobile {
background-image:url(/blog/wp-content/themes/swoopoclone/images/icon-features-mobile.gif) !important;
background-repeat:no-repeat !important;
background-position:5px 10px;
}

.features-table .icon-features-forum {
background-image:url(/blog/wp-content/themes/swoopoclone/images/comment.png) !important;
background-repeat:no-repeat !important;
background-position:5px 10px;
}

.features-table .icon-features-sms {
background-image:url(/blog/wp-content/themes/swoopoclone/images/phone_sound.png) !important;
background-repeat:no-repeat !important;
background-position:5px 10px;
}

.features-table .icon-features-templates {
background-image:url(/blog/wp-content/themes/swoopoclone/images/icon-features-templates.gif) !important;
background-repeat:no-repeat !important;
background-position:5px 10px;
}

.features-table .icon-features-statistics {
background-image:url(/blog/wp-content/themes/swoopoclone/images/icon-features-statistics.gif) !important;
background-repeat:no-repeat !important;
background-position:5px 10px;
}

.features-table .icon-features-feed {
background-image:url(/blog/wp-content/themes/swoopoclone/images/icon-features-feed.gif) !important;
background-repeat:no-repeat !important;
background-position:5px 10px;
}

.features-table .icon-features-map {
background-image:url(/blog/wp-content/themes/swoopoclone/images/icon-features-map.gif) !important;
background-repeat:no-repeat !important;
background-position:5px 10px;
}

.features-table .icon-features-english {
background-image:url(/blog/wp-content/themes/swoopoclone/images/world.png) !important;
background-repeat:no-repeat !important;
background-position:5px 10px;
}

.features-table .icon-features-ssl {
background-image:url(/blog/wp-content/themes/swoopoclone/images/lock_add.png) !important;
background-repeat:no-repeat !important;
background-position:5px 10px;
}

.features-table .icon-features-search {
background-image:url(/blog/wp-content/themes/swoopoclone/images/icon-features-search.gif) !important;
background-repeat:no-repeat !important;
background-position:5px 10px;
}

.features-table .icon-features-integrated {
background-image:url(/blog/wp-content/themes/swoopoclone/images/icon-features-integrated.gif) !important;
background-repeat:no-repeat !important;
background-position:5px 10px;
}

.features-table .icon-features-seo {
background-image:url(/blog/wp-content/themes/swoopoclone/images/icon-features-seo.gif) !important;
background-repeat:no-repeat !important;
background-position:5px 10px;
}

.features-table .icon-features-hosting {
background-image:url(/blog/wp-content/themes/swoopoclone/images/icon-features-hosting.gif) !important;
background-repeat:no-repeat !important;
background-position:5px 10px;
}

.features-table .icon-features-customization {
background-image:url(/blog/wp-content/themes/swoopoclone/images/icon-features-customization.gif) !important;
background-repeat:no-repeat !important;
background-position:5px 10px;
}

.features-table .icon-features-style {
background-image:url(/blog/wp-content/themes/swoopoclone/images/icon-features-style.gif) !important;
background-repeat:no-repeat !important;
background-position:5px 10px;
}

.features-table .icon-features-listing-templates {
background-image:url(/blog/wp-content/themes/swoopoclone/images/icon-features-listing-templates.gif) !important;
background-repeat:no-repeat !important;
background-position:5px 10px;
}

.features-table .icon-features-categoryes {
background-image:url(/blog/wp-content/themes/swoopoclone/images/icon-features-categoryes.gif) !important;
background-repeat:no-repeat !important;
background-position:5px 10px;
}

.features-table .icon-features-photo {
background-image:url(/blog/wp-content/themes/swoopoclone/images/icon-features-photo.gif) !important;
background-repeat:no-repeat !important;
background-position:5px 10px;
}

.features-table .icon-features-sign {
background-image:url(/blog/wp-content/themes/swoopoclone/images/icon-features-sign.gif) !important;
background-repeat:no-repeat !important;
background-position:5px 10px;
}

.features-table .icon-features-interative {
background-image:url(/blog/wp-content/themes/swoopoclone/images/icon-features-interative.gif) !important;
background-repeat:no-repeat !important;
background-position:5px 10px;
}

.features-table .icon-features-data {
background-image:url(/blog/wp-content/themes/swoopoclone/images/icon-features-data.gif) !important;
background-repeat:no-repeat !important;
background-position:5px 10px;
}

.features-table .icon-features-data-up {
background-image:url(/blog/wp-content/themes/swoopoclone/images/icon-features-data-up.gif) !important;
background-repeat:no-repeat !important;
background-position:5px 10px;
}

.features-table .icon-features-ad {
background-image:url(/blog/wp-content/themes/swoopoclone/images/icon-features-ad.gif) !important;
background-repeat:no-repeat !important;
background-position:5px 10px;
}

.features-table .icon-features-pay {
background-image:url(/blog/wp-content/themes/swoopoclone/images/icon-features-pay.gif);
background-repeat:no-repeat;
background-position:5px 10px;
}

.features-table .icon-features-reminder {
background-image:url(/blog/wp-content/themes/swoopoclone/images/icon-features-reminder.gif) !important;
background-repeat:no-repeat !important;
background-position:5px 10px;
}

.features-table .icon-features-leveles {
background-image:url(/blog/wp-content/themes/swoopoclone/images/icon-features-leveles.gif) !important;
background-repeat:no-repeat !important;
background-position:5px 10px;
}

.features-table .icon-features-detail {
background-image:url(/blog/wp-content/themes/swoopoclone/images/money_yen.png) !important;
background-repeat:no-repeat !important;
background-position:5px 10px;
}

.features-table .icon-features-time {
background-image:url(/blog/wp-content/themes/swoopoclone/images/icon-features-time.gif) !important;
background-repeat:no-repeat !important;
background-position:5px 10px;
}

.features-table .icon-features-mail {
background-image:url(/blog/wp-content/themes/swoopoclone/images/icon-features-mail.gif) !important;
background-repeat:no-repeat !important;
background-position:5px 10px;
}

.features-table .icon-features-coupon {
background-image:url(/blog/wp-content/themes/swoopoclone/images/icon-features-coupon.gif) !important;
background-repeat:no-repeat !important;
background-position:5px 10px;
}

.features-table .icon-features-search-stats {
background-image:url(/blog/wp-content/themes/swoopoclone/images/icon-features-search-stats.gif) !important;
background-repeat:no-repeat !important;
background-position:5px 10px;
}

.features-table .icon-features-search-save {
background-image:url(/blog/wp-content/themes/swoopoclone/images/icon-features-search-save.gif) !important;
background-repeat:no-repeat !important;
background-position:5px 10px;
}

.feat_testi .comment,.feat_testi .div {
float:left;
height:89px;
width:240px;
margin:32px 15px;
}

.grey {
background-color:#fff;
}

.feat_testi .div {
width:20px;
background:url('/blog/wp-content/themes/telebid/images/divSml.gif') repeat-y center center;
}

table {
margin:0 auto;
}

body,#comments .commentlist .thread-even #respond .input {
border : 1px solid #9d9d9d;
}

#header h1,#footer .col-right span {
display:none;
}

#header img.logo,#nav li,#homepagebanner1 {
float:left;
}

#nav li:hover ul,#nav li.sfhover ul,#nav li:hover ul,#nav li li:hover ul,#nav li.sfhover ul,#nav li li.sfhover ul {
left:auto;
}

.home h3,#comments ul.children li ul.children,#comments .commentlist,#sidebar .block .inside ul,#body_aboutus #content_main .boxout div,.pricing-link {
padding:0;
}

#main p,#main ul,#main ol,#main h4 {
font-size:12px;
}

#main a,#main p.post-details a,#comments .comment a:hover,#wp-calendar a:hover {
text-decoration:none;
}

#main a:hover,#main h2 a:hover,#main h3 a:hover,#main p.post-details a:hover,#comments .comment a,#wp-calendar a,a.button:hover span,#underline,#meet_us a:focus,#meet_us a:hover,a:hover,a.home:hover,a.link:hover {
text-decoration:underline;
}

#comments .navigation .alignright,#comments .navigation .alignleft,#body_aboutus #content_main .boxout img,#meet_us p {
margin:0;
}

#comments #respond,#newsletter form,#feedburner form,#campaignmonitor form {
margin-top:15px;
}

#topLinks a:link,#topLinks a:visited {
color:#6db4d3;
text-decoration:none;
font-family:Helvetica, Arial, sans-serif;
}

#meet_us ul:after,#helpers li:after {
content:".";
clear:left;
display:block;
height:0;
visibility:hidden;
}

#quotes cite,.features-table .column-basic span,.features-table .column-basic-in span {
font-weight:700;
}

a:link,a:active,a:visited,a.home:link,a.home:active,a.home:visited {
color:#6db4d3;
}

div.content-right-2-columns,div.content-right-3-columns {
width:687px;
margin:20px 0;
}

.column-basic-order,.column-ecommerce-order,.column-owner-order {
background:#F2F2F2;
padding:0;
}

.pricing-link span.basic a,.pricing-link span.ecommerce a,.pricing-link span.owner a {
background:#6db4d3 url(/blog/wp-content/themes/swoopoclone/images/bullet-list-small-light-blue.gif) no-repeat 5px 8px;
font-size:16px;
display:block;
color:#18a052;
padding:4px 0 4px 18px;
}

.features-table .description span,.features-table .description-in span {
display:block;
font-weight:700;
}

.sidebar_notes {
border:0 solid #000;
float:right;
width:210px;
color:#4B4C37;
font-size:11px;
line-height:14px;
margin:0 20px 0 0;
}

.sidebar_notes strong {
color:#4B4C37;
}

