
A:link {
    color: #0066CC;
    text-decoration: none;
}
A:visited {
    color: #0066CC;
    text-decoration: none;
}
A:active {
    text-decoration: none;
}
A:hover {
    color: #0066CC;
    text-decoration: underline;
}
* {
    margin: 0;
    padding: 0;
}
body {
background-color : #FFF;
padding : 0;
margin : 0;
}
header, footer, aside, nav, figure, section, article {
    display: block;
}
a, input {
    outline: medium none;
    text-decoration: none;
}
img {
    border: 0 none;
}
h1 {
    color: #2B3034;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 20px;
}
h1 a {
    color: #2B3034;
}
h2 {
    color: #2B3034;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
}
#wrapper {
    margin: 0 auto;
    width: 988px;
}
.clear {
    clear: both;
}
#container {
    clear: both;
    padding: 10px 0;
}
#containerLeft {
    border-right: 1px solid #C6C6C6;
    float: left;
    width: 653px;
}
#containerRight {
    float: left;
    padding-left: 25px;
    width: 300px;
}
.tagHeading {
    /*border-top: 2px solid #575759;
    border-bottom: 2px solid #575759;*/
    font: 21px/25px "Trebuchet MS",Arial,Helvetica,sans-serif;
    padding: 5px 0 10px 2px;
    text-transform: uppercase;
}
.collectionList {
    border-bottom: 1px solid #DBDBDB;
    clear: both;
    padding: 10px 0;
    width: 653px;
}
.collectionImg {
    border: 1px solid #9C9C9C;
    float: left;
    height: 120px;
    padding: 1px;
    width: 180px;
}
.collectionTitle {
    float: left;
    font: 14px/20px "Trebuchet MS",Arial,Helvetica,sans-serif;
    padding-left: 14px;
    width: 455px;
    color:#222222;
}
.collectionDate {
    color: #666666;
    font: 11px/13px Arial;
}
.collectionTitle a {
    clear: both;
    color: #000000;
    font: 19px/24px "Trebuchet MS",Arial,Helvetica,sans-serif;
}
.collectionMore a {
    color: #629A16;
    font: 14px/16px "Trebuchet MS",Arial,Helvetica,sans-serif;
    padding-left: 5px;
}
.collectionPagination {
    background: none repeat scroll 0 0 #DEE0E3;
    font: 18px/24px "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-weight: bold;
    padding: 5px;
    text-align: center;}
    

h2.heading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #515151;
	font-weight: bold;
	/*border: 1px solid #bbb8b8;
	border-bottom: 1px solid #67a417;*/
	border: 1px solid #fffffc;
	background: #fffffc url(/images/headingBgStrip.jpg) repeat-x left bottom;
	text-transform: uppercase;
	padding: 5px 10px;
	margin-bottom: 0;	
}
.rightHeadingBorder {
	border: 1px solid #bbb8b8;
	border-bottom: 1px solid #67a417;
}
h2.rightHeading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #515151;
	font-weight: bold;
	margin-bottom: 0px;
	/*border: 1px solid #bbb8b8;
	border-bottom: 1px solid #67a417;*/
	border: 1px solid #fffffc;
	background: #fffffc url(/images/headingBgStrip.jpg) repeat-x left bottom;
	text-transform: uppercase;
	padding: 5px 10px;
	margin-bottom: 0;
}
.whatsHotHeadingBorder {
	border: 1px solid #bbb8b8;
	border-bottom: 1px solid #67a417;
	margin-bottom: 0px;
}
h2.whatsHotHeading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	font-weight: bold;
	/*border: 1px solid #bbb8b8;
	border-bottom: 1px solid #67a417;*/
	border: 1px solid #fffffc;
	background: #fffffc url(/images/headingBgStrip.jpg) repeat-x left bottom;
	text-transform: uppercase;
	padding: 5px 10px;
	margin-bottom: 0;
}

#socialLinksLeft {
   border: 1px solid #73AD23;
	background: #FFFFFF;
	padding: 5px;
	position:absolute;
	width: 75px;
	text-align: center;
	float: left;
	margin: 254px 0 0 -95px; 
	position: fixed;
	top: 37px;
	z-index: 1;
}


a.icons {
float : left;
width : 30px;
height : 30px;
margin-right : 10px;
text-indent : -99999px;
}
.facebook {
    background: url("/images/icons.png") no-repeat scroll 0 0 transparent;
}
.facebook:hover {
    background: url("/images/icons.png") no-repeat scroll -30px 0 transparent;
}
.twitter {
    background: url("/images/icons.png") no-repeat scroll 0 -30px transparent;
}
.twitter:hover {
    background: url("/images/icons.png") no-repeat scroll -30px -30px transparent;
}
.gplus {
    background: url("/images/icons.png") no-repeat scroll 0 -60px transparent;
}
.gplus:hover {
    background: url("/images/icons.png") no-repeat scroll -30px -60px transparent;
}
.androidapp {
    background: url("/images/icons.png") no-repeat scroll 0 -90px transparent;
}
.androidapp:hover {
    background: url("/images/icons.png") no-repeat scroll -30px -90px transparent;
}
.iosapp {
    background: url("/images/icons.png") no-repeat scroll 0 -120px transparent;
}
.iosapp:hover {
    background: url("/images/icons.png") no-repeat scroll -30px -120px transparent;
}
.rss {
    background: url("/images/icons.png") no-repeat scroll 0 -150px transparent;
}
.rss:hover {
    background: url("/images/icons.png") no-repeat scroll -30px -150px transparent;
}

.rightBlockContent {
	padding: 10px;
	border: 1px solid #bbb8b8;
}

.social_newsletter_box {
border-left : 1px solid #999999;
border-right : 1px solid #999999;
border-bottom : 1px solid #999999;
width : 298px;
}
.social-media-color {
    background-color: #8AC640;
    margin: 0;
}
.title {
color : #ffffff;
padding-left : 10px;
text-decoration : none;
}
.follow-text {
clear : both;
padding : 8px;
font : 15px/20px Arial;
}
.social-media-part {
background-color : #ffffff;
float : left;
padding-bottom : 3px;
width : 298px;
padding-top : 7px;
}
.social_media_facebook {
float : left;
padding : 0 17px 0 0;
}
.social_media_gplus {
float : left;
padding-top : 0;
}
.social_media_rss {
float : left;
padding : 0 25px 0 0;
}
.social_media_mobi {
float : left;
padding : 0 25px 0 0;
}
.social_media_tweeter {
clear : both;
float : left;
padding : 5px 0;
}
.socialLinkUpdates1 {
padding : 5px;
}
.gap5 {
padding-top : 5px;
clear : both;
}

a.info {
position : relative;
z-index : 24;
color : #000;
text-decoration : none;
}
a.info:hover {
z-index : 25;
}
a.info span {
display : none;
}
a.info:hover span {
display : block;
position : absolute;
top : 2em;
left : -9em;
width : 15em;
border : #8a2529 solid 1px;
background-color : #dbdbdb;
color : #000;
text-align : center;
font : 14px/18px arial;
}

.footer-border{width: 988px;}


.gap15{clear: both; padding-top: 15px;}


/*
 * goProbo Styles 
 */
#goProboBlock {
	border: 1px solid #da3a24;
}
.goProboBlockContent {
	padding: 5px;
}

.mobilesSearchBlock {
    height: 36px;
    margin: 8px auto;
    width: 280px;
}
.searchLeftCurve {
    background: url("/images/searchLeftCurve.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 36px;
    width: 5px;
}
.searchbox {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #828080;
    border-top: 1px solid #828080;
    float: left;
    height: 34px;
    width: 220px;
}
.searchTextBox {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    color: #999999;
    font-family: "Trebuchet MS";
    font-size: 16px;
    font-style: italic;
    padding: 5px;
    width: 98%;
}
.searchBtn {
    cursor: pointer;
    float: left;
    height: 36px;
    width: 50px;
}
.normalTextBlack {
	font-size: 14px;
	color: #000;
	padding-bottom: 5px;
	font-weight: bold;
	
}

.goProboMobileShowcase ul {
	list-style-type: none;
}
.mobileDetContent {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.mobileImg {
	float: left;
	width: 30px;
}
.mobileDesc {
	margin-left: 40px;
}
.mobielTitle {
	font-size: 14px;
	color: #000;
	padding-bottom: 5px;
}
.mobielTitle a {
	color: #000;
}
.priceText {
	color: #9d0404;
	font-weight: bold;
	font-size: 12px;
	float: left;
}
.moreDetails {
	color: #0066cc;
	float: right;
	font-size: 12px;
}
.moreDetails a {
	color: #0066cc;
}



.goProboLogo {
	text-align: right;
	background: #da3a24;
	padding: 5px;
}

/*
 * Slider Styless
 */
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    float: left;
}
.bx-pager {
	padding-left: 200px;
}
.bx-pager-link {
	font-size: 12px;
	color: #ccc;
	margin: 0 5px;
}
.bx-pager-link.active {
	color: #DA3A24;
}
.bx-controls-direction {
	display: none;
}



.techTrendsContent {
	border-bottom: 1px dotted #898989;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.techTrendImg {
	float: left;
	width: 120px;
	border: 1px solid #9C9C9C;
}
.techTrendDesc {
	margin-left: 130px;
}
.techTrendDesc ul li{list-style-type:none;}
.techTrendTitle a{
    color: #2B3034 !important;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 5px;
}

.rightBlockContent1 {
	padding: 10px;
	border: 1px solid #bbb8b8;
	border-top: 0 none;
}


.comments_main {
width : 300px;
border : #dbdbdb solid 1px;
margin : 10px 0;
}
.comments_heading {
background : #d9dfd5;
color : black;
font-size : 20px;
font-family : arial;
color : #000000 !important ;
padding : 8px;
margin : 2px;
font-weight : bold;
background-image : url('/img/comments1.jpg');
background-repeat : no-repeat;
}
.comments_heading_text {
padding-left : 35px;
}
.comments_block {
padding : 5px;
line-height : 19px;
width : 280px;
}
.comments_person {
margin : 0;
padding : 0;
font-family : "lucida grande", tahoma, verdana, arial, sans-serif;
font-size : 13px;
color : #000000;
}
.comments_on {
font-family : Arial;
font-size : 13px;
color : #a3a2a2;
padding : 0 5px;
}
.comments_article {
font-family : "lucida grande", tahoma, verdana, arial, sans-serif;
font-size : 13px;
color : #0066cc;
line-height : 18px;
}
.comments_article a {
color : #0066cc;
}
.comments-main {
border-left : 1px solid #999999;
border-right : 1px solid #999999;
border-bottom : 1px solid #999999;
width : 298px;
}

.rightBlocks {
    margin: 15px 0;
}

.headingBorder {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #BBB8B8 #BBB8B8 #67A417;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 20px;
}



/*
 * General Elements
 */
*{
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
header, footer, aside, nav, figure, section, article {
	display: block;
}

A:link {
text-decoration : none;
color : #2B3034;
}
A:visited {
color : #0066cc;
text-decoration : none;
}
A:active {
text-decoration : none;
}
A:hover {
color : #0066cc;
text-decoration : underline;
}

a, input {
	text-decoration: none;
	outline: none;
}
img {
	border: 0 none;
}
.clear{clear: both;}
/*
 * goProbo Styles 
 */
#goProboBlock {
	border: 1px solid #da3a24;
}
.goProboBlockContent {
	padding: 5px;
}

.mobilesSearchBlock {
    height: 36px;
    margin: 8px auto;
    width: 280px;
}
.searchLeftCurve {
    background: url("http://www.gizbot.com//images/searchLeftCurve.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 36px;
    width: 5px;
}
.searchbox {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #828080;
    border-top: 1px solid #828080;
    float: left;
    height: 34px;
    width: 220px;
}
.searchTextBox {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    color: #999999;
    font-family: "Trebuchet MS";
    font-size: 16px;
    font-style: italic;
    padding: 5px;
    width: 98%;
}
.searchBtn {
    cursor: pointer;
    float: left;
    height: 36px;
    width: 50px;
}
.normalTextBlack {
	font-size: 14px;
	color: #000;
	padding-bottom: 5px;
	font-weight: bold;
	
}

.goProboMobileShowcase ul {
	list-style-type: none;
}
.mobileDetContent {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.mobileImg {
	float: left;
	width: 30px;
}
.mobileDesc {
	margin-left: 40px;
}
.mobielTitle {
	font-size: 14px;
	color: #000;
	padding-bottom: 5px;
}
.mobielTitle a {
	color: #000;
}
.priceText {
	color: #9d0404;
	font-weight: bold;
	font-size: 12px;
	float: left;
}
.moreDetails {
	color: #0066cc;
	float: right;
	font-size: 12px;
}
.moreDetails a {
	color: #0066cc;
}



.goProboLogo {
	text-align: right;
	background: #da3a24;
	padding: 5px;
}

/*
 * Slider Styless
 */
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    float: left;
}
.bx-pager {
	padding-left: 200px;
}
.bx-pager-link {
	font-size: 12px;
	color: #ccc;
	margin: 0 5px;
}
.bx-pager-link.active {
	color: #DA3A24;
}
.bx-controls-direction {
	display: none;
}

.breadcrump a{float: left; line-height: 20px;}
