﻿.foo{}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SEARCH PAGE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.searchPanel
{
	margin-bottom: 15px;
	padding: 0px;
}

.searchPanel .title
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
}

.searchPanel .searchInput
{
	border: 1px solid #d7d7d7;
	padding: 10px;
}

.searchPanel .searchResults
{
	padding-top: 10px;
}

.searchPanel .searchResults .result
{
	font-weight: bold;
	color: #555;
}

.searchResults .ProductList1
{
	width: 600px;
	margin: 0 auto 0 auto;
}

.searchResults .ProductList1 .ItemBox
{
	text-align: left;
	clear: both;
	position: relative;
	margin-bottom: 10px;
}

.searchResults .ProductList1 .ProductItem
{
	width: 600px;
	height: 177px;
	background: url('images/pb_s_bg.gif') no-repeat 0 100%;
}

.searchResults .ProductList1 .ProductItem .title
{
	font-weight: bold;
	background: url('images/deal_box_hl.gif') no-repeat 0 0;
	margin:0;
	padding: 0 0 0 10px;
}

.searchResults .ProductList1 .ProductItem .title a
{
	background: url('images/deal_box_hr.gif') no-repeat 100% 0;
	display: block;
	height: 2em;
	line-height: 1.3em;
	overflow: hidden hidden;
	padding: 4px 10px 8px 0px;
}

.searchResults .ProductList1 .ProductItem .picture
{
	float: left;
	margin: 10px 0 10px 10px;
}

.searchResults .ProductList1 .ProductItem .description
{
	padding: 0px 0 0 10px;
	margin: 10px 150px 0px 140px;
	text-align: left;
	border-left: solid 1px #e3e3e3;
	color: #555;
}

.searchResults .ProductList1 .ProductItem .prices-wrapper
{
	float: right;
	text-align: right;
	position: absolute;
	bottom: 20px;
	right: 5px;
}

.searchResults .ProductList1 .ProductItem .prices
{
	font-size: 11px;
}

.searchResults .ProductList1 .ProductItem .prices .productPrice
{
	color: green;
}

.searchResults .ProductList1 .ProductItem .prices .oldproductPrice
{
	color: Red;
	text-decoration: line-through;
}

.searchResults .ProductList1 .ProductItem .buttons
{
	padding-top: 20px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTACT US FORM

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.contactform
{
}

.contactform .title
{
	font-size: 1.1em;
	padding: 0 0 5px 0;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
}

.contactform .button
{
	text-align: right;
}

.contactform .info
{
}

.contactform .sendEmail
{
}

.contactform .contactform
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BREADCRUMB

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.breadcrumb
{
	float: left;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.1em;
}

.breadcrumb a
{
	text-decoration: none;
	color: #3a3a3a;
}

.breadcrumb a:hover
{
	text-decoration: none;
	color: #ff9933;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SEARCH KEY

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.skey-group
{
	float: left;
	padding: 10px 20px 10px 20px;
	text-align: justify;
	color: #000;
	font-weight: bold;
}

.skey-item
{
	font-style: italic;
	font-weight: normal;
}

.skey-item a
{
	color:Blue;
}

.skey-item a:hover
{
	color: #ff9933;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	NEWS LIST

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.newslist
{
	padding-left: 0;
	width: 100%;
	float: left;
	color: #000;
	text-align: justify;
}

.newslist .title
{
	padding: 10px 0px 10px 0px;
	margin: 0 5px 10px 5px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
	font-size: 1.2em;
	color: #3a3a3a;
	text-align: left;
}

.newslist .newsitems
{
	margin: 0px 5px 0 5px;
	padding: 0px 0 0 0;
}

.newslist .newsitems .item
{
	border-bottom: dotted 1px #555;
	margin-bottom: 10px;
	padding-bottom: 10px;
	float: left;
	width: 100%;
}

.newslist .newsitems .image
{
	float: left;
	margin-right: 7px;
}

.newslist .newsitems .newsDate
{
	color: #9a9a9a;
	font-style: italic;
}

.newslist .newsitems .newsTitle
{
	color: #180DA2;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
}

.newslist .newsitems a.newsTitle
{
	color: #180DA2;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
}

.newslist .newsitems a.newsTitle:hover
{
	color: #ff9933;
}

.newslist .newsitems .newsDetails
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.newslist .newsitems .newsReadMore
{
	font-weight: normal;
	float: right;
	text-decoration: none; 
	color: #fff;
	background-color: Red;
	background: url(images/nextpage.gif) top right no-repeat;
	width: 50px;
}

.newslist .newsitems .download
{
	font-weight: normal;
	float: right;
	text-decoration: none; 
	color: #fff;
	background: url(images/button-download.gif) top right no-repeat;
	width: 126px;
	height: 38px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	NEWS DETAILS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.newsitem
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.newsitem .title
{
	padding: 10px 10px 10px 0px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.1em;
	color: #3a3a3a;
}

.newsitem .newsDate
{
	color: #9a9a9a;
	font-style: italic;
}

.newsitem .newsbody
{
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
}

.newsComments
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.newsComments .title
{
	padding: 10px 10px 10px 0px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.1em;
	color: #3a3a3a;
}

.newsComments .newComment
{
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
}

.newsComments .newComment td.leaveTitle
{
	padding: 0px 10px 10px 0px;
	font-weight: bold;
	font-size: 1.1em;
	color: #3a3a3a;
}

.newsComments .newComment td.button
{
	text-align: right;
}

.newsComments .commentList
{
	margin: 10px 0 0 0;
	padding: 0px 0 0 0;
	font-size: 11px;
	color: #555D65;
	background-color: inherit;
}

.newsComments .commentList .comment
{
	border: 1px solid #d3d3d3;
	margin-top: 10px;
	padding: 10px;
	clear: both;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	USERCHAT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.uchat-group
{
	width: 100%;
	height: 100%;
	float: left;
	text-align: center;
	color: #243ccd;
	padding-top: 5px;
}

.uchat-label
{
	width: 100%;
	height: 100%;
	font-size: 12px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	border-top: dotted 1px #999;
}

.uchat-item
{
	width: 100%;
	float: left;
	padding-bottom: 10px;
	height: 28px;
}

.uchat-image-yahoo
{
	height: 100%;
	/*margin-left: 30px;*/
	/*background: url('images/yahoo.png') top left no-repeat;*/
}

.uchat-image-fix
{
	color: #fff;
	display: block;
	padding-top: 5px;
}

.uchat-image-skype
{
	height: 100%;
	/*margin-left: 30px;*/
	/*background: url('images/skype.png') top left no-repeat;*/
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SERVICES & TUTORIAL LIST ITEMS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.st-group
{
	float: left;
	text-align: left;
	padding: 8px 5px 8px 3px;
}

.st-item
{
	float: left;
	display:inline-block;
	overflow:hidden;
	height: 10px;
	background: url('images/list_arrow.png') top left no-repeat;
	padding-left: 13px;
	padding-top: -4px;
	padding-bottom: 4px;
	min-width: 150px;
	margin-top: 5px;
	color: #180DA2;
	width: 175px;
}

.st-item-object
{
	float: left;
	display:inline-block;
	overflow:hidden;
	height: 10px;
	/*background: url('images/list_arrow.png') top left no-repeat;*/
	padding-left: 13px;
	padding-top: -4px;
	padding-bottom: 4px;
	min-width: 150px;
	margin-top: 5px;
	color: #180DA2;
	width: 175px;
}

.st-item a:hover
{
	color: #180DA2;
}

.st-item-cate
{
	float: left;
	display:inline-block;
	overflow: hidden;
	height: 14px;
	background: url('images/list_arrow.png') left no-repeat;
	padding-left: 13px;
	padding-top: 5px;
	min-width: 150px;
	margin-top: 3px;
	width: 175px;
	
	color: #000;
	font-weight: bold;
}

.st-item-cate a:hover
{
	color: #000;
	font-weight: bold;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCT COMMENTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.pc-group
{
	text-align: justify;
	color: #000;
	width: 100%;
	height: 100%;
	/*font-size: 11px;*/
}

.pc-background
{
	width: 100%;
	height: 100%;
	background-color: #D2DADF;
}

.pc-background-indirect
{
	width: 100%;
	height: 100%;
	background-color: #E2EAF5;
}

.pc-ask-user
{
	height: 17px;
	width: 99.5%;
	font-weight: bold;
	padding-top: 3px;
	background-color: #CCDCEF;
	border-bottom: solid 1px #fff;
	padding-left: 5px;
}

.pc-question
{
	height: 100%;
	width: 100%;
	float: left;
	width: 99%;
	padding: 5px 0 8px 5px;
	line-height: 16px;
}

.pc-answer
{
	color: #4200FF;
	font-weight: bold;
	text-decoration: underline;
	height: 15px;
	width: 99%;
	padding: 0px 0 8px 5px;
	float: left;
}

.pc-details
{
	font-style: italic;
	width: 99%;
	border-bottom: solid 1px #fff;
	padding: 0px 0 8px 5px;
	line-height: 16px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	COMPARE CONTROLS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.cp-group
{
	width: 100%;
	height: 100%;
	float: left;
	background-color: #E3EAF2;
	border-bottom: solid 1px #999;
}

.cp-left
{
	width: 50%;
	float: left;
	padding-bottom: 15px;
	
}

.cp-right
{
	width: 49.99%;
	float: left;
	padding-bottom: 15px;
}

.cp-items-first
{
	padding-top: 15px;
}

.cp-items
{
	padding-top: 5px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ADVERTISING

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.ad-group
{
	float:left;
	width: 100%;
	padding-bottom: 5px;
	/*border: solid 1px #777;*/
}

.ad-group-end
{
	float:left;
	width: 100%;
	margin-bottom: 20px;
	/*border: solid 1px #777;*/
}