﻿
body 
{
	font-family: "arial";
	font-size:14px;
	line-height:1.5;
	background-color:#fff;background-image:url('http://s3.accelerated-ideas.com/images/redesign/back7.jpg');
	background-repeat:no-repeat;
	background-size:110%; background-position:center top;
	background-attachment:fixed;
	margin:0px;
}

@media all and (max-width: 800px)
{
	body
	{
		background-image:none;
		background-color:#3476C3;
	}	
}

.logo
{
	background-image: url('http://s3.accelerated-ideas.com/images/headers/sky24_generic4_small2d.png');
background-repeat: no-repeat;
height: 40px;
width: 250px;
float: left;
margin-left: 15px;
margin-top: 4px;
}

@media all and (max-width: 800px)
{
	.logo
	{
		margin-left: 5px;
		height: 30px;
	}
	
}

.headerBar {
background: rgba(19,91,174, 0.6);
width: 100%;
min-height: 42px;
color: #fff;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
float:left;
}

@media all and (max-width: 800px)
{
	.headerBar 
	{
		background: rgba(19,91,174, 0.9);
	}
}

.headerBarLeft {
float: left;
margin-left: 15px;
margin-top: 10px;
margin-bottom:5px;
}

@media all and (max-width: 800px)
{
	.headerBarLeft 
	{
		margin-left: 8px;
	}	
}



.ProdRow
{
	width:100%;
	border-bottom:dashed 1px rgb(220,220,220);
	
}

.LeftCell
{
	width:200px;
	display:block;
	text-align:center;
	/*border:solid 1px red;*/
	float:right;
	/*margin-top:10px;*/
	margin-right:60px;
margin-left:20px;
}


.AdCell
{
	padding:5px;
	text-align:left;
}

.RightCell
{
	display:block;
	float:left;
	width:450px;
	overflow:visible;
	/*border:solid 1px blue;*/
}



.Gray
{
	color: rgb(90,90,90 );
}

.DimGray
{
	color: rgb(70,70,70 );
}

.ForestGreen
{
	color: rgb(34, 139, 34);
}

.RoyalBlue
{
	 color: rgb(65, 105, 225 );
}

.Large
{
	font-size:130%;
}

.Red
{
	 color: Red;
}

.MENU {
    color: rgb(255,255,255 );
}

.MENU:hover
{
	color: rgb(248, 255, 52); 
}

.CONTENTLINK {
    color: rgb(65, 105, 225 );
}
.CONTENTLINK:hover {
    color: rgb(238, 64, 0  );
}

.IMG { border:none; padding:0; margin:0; }

.SMALLLINKSGRY {
    color: rgb(80,80,80 );
}

.SMALLLINKSGRY:hover {
    color: rgb(34, 139, 34);
}

.BODYMAIN1B
{
    color: rgb(0, 0, 0 );
}

.ItemProdTitle
{
	color: rgb(65, 105, 225 );
}

.ItemProdTitle:hover
{
	color: rgb(238, 64, 0  );
}

.ItemProdKs
{
	color: rgb(34, 139, 34);
}

.ItemProdDesc
{
	color: rgb(50, 50,50);
}


.TREEBLKLINK {
    color: rgb(55,55,55 );
}
.TREEBLKLINK:hover {
    color: rgb(238, 64, 0  );
}


.CONTENTSLTELINK {
    color: rgb(112, 128, 144 );
}
.CONTENTSLTELINK:hover {
    color: rgb(34, 139, 34  );
}

.laptop1
{
	background-color:Red;
	width:100px;
	height:100px;
}

.laptop2
{
	border:solid 1px green;
	width:100px;
	height:100px;
	cursor:wait;
	
}

/* -- 2013 -- */


h1,h3,h4
{
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	color:#4169E1;
	line-height:1.3;
}

h1
{
	font-size:32px;
	margin-top:0px;
	margin-bottom:10px;
	letter-spacing:-1px;
}

@media all and (max-width: 800px)
{
	h1
	{
		font-size:24px;
	}	
}

h3
{
	font-size:24px;
	margin-top:0px;
	margin-bottom:5px;
	letter-spacing:-1px;
}

@media all and (max-width: 800px)
{
	h3
	{
		font-size:18px;
	}	
}

h4
{
	font-size:16px;
	margin-top:0px;
	margin-bottom:5px;
	font-weight:bold;
	
}

b
{
	color:#4169E1;
}


a
{
  color: rgb(65, 105, 225 );
}

a:hover
{
  color: rgb(238, 64, 0  );
}


h4 a
{
	
}

.headerLine
{
	height:1px;
	width:100%;
	background-color:#eee;
}

.contentDiv
{
	width:1100px;
	display:table-cell;
	background-image: url(http://s3.accelerated-ideas.com/images/images2/topborder3.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
}

.lDiv
{
	width: 180px;
	padding-left:10px;
	padding-top:15px;
	padding-right:10px;
	padding-bottom:15px;
	background-color:#f4f4f4;
	border-right:1px solid #ddd;
	display:table-cell;
}

@media all and (max-width: 800px)
{
	.lDiv
	{
		width:auto;
		padding-left:5px;
		float:none;
		padding-top:8px;
		padding-bottom:8px;
		display:block;
	}
}

.mDiv
{
	width:670px;
	padding-left:15px;
	margin-left:15px;
	padding-top:15px;	
	display:table-cell;
}

@media all and (max-width: 800px)
{
	.mDiv
	{
		width:auto;
		margin-left:3px;
		margin-right:3px;
		display:block;
	}		
}

.rDiv
{
	width:180px;
	padding-left:15px;
	margin-right:15px;
	padding-top:15px;
	display:table-cell;
}

@media all and (max-width: 800px)
{
	.rDiv
	{
		display:none;
	}
}

.mainImage
{
	float:right;padding-left:20px;padding-bottom:20px;margin-right:20px;
}

@media all and (max-width: 400px)
{
	.mainImage
	{
		float:none;
		clear:both;
		padding-left:0px;
		padding-bottom:20px;
	}	
}


.notMobileFriendly
{

}

@media all and (max-width: 800px)
{
	.notMobileFriendly
	{
		display:none;
	}
}

.mobileOnly
{
	display:none;
}

@media all and (max-width: 800px)
{
	.mobileOnly
	{
		display:block;
	}
}




.bDiv
{
	width: 100%; 
	background-color:#f4f4f4;
	float:left;
	clear:both;
}

.bDiv1
{
	float:left;
	width:300px;
	margin-left:10px;
}

.bDiv2
{
	float:right;
	margin-right:10px;
}

@media all and (max-width: 800px)
{
	.bDiv2
	{
		clear:left;
		float:left;
		margin-left:10px;
		padding-top:10px;
	}	
}

ul.sideList
{
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
}

ul.sideList li
{
	background: url(http://s3.accelerated-ideas.com/images/icons1/newsicon.gif) no-repeat left top;
	  padding: 0px 0px 3px 22px;
	  /* reset styles (optional): */
	  list-style: none;
	  margin: 0;
}

.overall
{
	margin: 0 auto;width:1100px;
}

@media all and (max-width: 800px)
{
	.overall
	{
		width:auto;
	}
}

.indexResult
{
	padding-top:7px;
	padding-bottom:7px;
}

@media all and (max-width: 800px)
{
	.indexResult
	{
		border-bottom:1px solid #eee;
	}
	
}

.searchFloatImage
{
	clear:right;float:right;margin-left:10px;margin-bottom:10px;margin-top:10px;margin-right:35px;
}

@media all and (max-width: 800px)
{
	.searchFloatImage
	{
		float:none;margin:0px;
		padding-bottom:10px;
	}
}

.subTitle
{
	color:#008000;
	margin-top:7px;
}

.similarDiv
{
	width:180px;
	padding:10px;
	text-align:center;
	float:left;
}

h4 a
{
	text-decoration:none;
	font-weight:normal;
}


/* pagination */

.indexList
{
	padding:0px;
}

.indexList li
{
    list-style: none;
    text-decoration: none;
    display: inline-block;
	text-align:center;
    border: 1px solid #ccc;
    background-color: #eee;
    margin-right: 3px;
	margin-bottom: 5px;
	color:#3058D0;
}

.indexList li.fixed
{
	width: 35px;
}

.indexList li a:hover
{
    background-color:#3A85DC;
	color:#fff;
}

.indexList li a
{
	color:inherit;
	text-decoration:none;
	display: inline-block;
	padding: 5px 12px;
}

.indexList li.fixed a
{
	width: 35px;
	padding: 5px 0px;
}

.indexList li.currentPage
{
	color:inherit;
	display: inline-block;
	padding: 5px 12px;
}

.indexList.fullWidth li
{
	width:100%;
	display: block;
}

.indexList.fullWidth li a
{
	width: 100%;
    padding: 5px 0px;
}