
/*------------------------------------*/
/* website general styles: */
html { overflow-y:scroll; }
body { 
	margin:0; 
	padding:0;
	color:#444444;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../Images/bottom_main_bg.gif);
	background-color:#2C2C2C;
	background-repeat:repeat-x;
	background-position:bottom;
}

p, h1, h2, h3, h4, h5, h6 { margin:0px; padding:0px 0px; }
h1, h2, h3, h4 { color:#444444; }
ul, ol { margin:0px; padding:10px 0px 10px 40px;}
h1 { font-size: 18px; }
h2 { font-size: 16px; font-weight:bold; line-height:25px; padding:0px;}
h3 { font-size: 14px; }
h4 { font-size: 1.2em; line-height:1.25; font-weight:bold; }
h5 { font-size: 1em; font-weight:bold; }
h6 { font-size: 1em; }
form { margin:0; padding:0; }

a { text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#0085E0}
a:hover { text-decoration:underline; color:#5A9D0E;}
a img { border:none }

textarea, select, input {
	color:#444444;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}
select {
	border:1px solid #B0B0B0;
	height:18px;
	width:260px;
}
textarea {
	border:1px solid #B0B0B0;
	height:100px;
	width:350px;
}
.mainTopBg {
	background-image:url(../Images/top_main_bg.gif);
	background-repeat:repeat-x;
}
.clear { clear:both; font-size:0; line-height:0; width:0; height:0; overflow:hidden; visibility:hidden; }
.error { 
	color:#CC0000; 
	font-weight:bold; 
	min-height:32px; 
	padding-left:36px; 
	background-repeat:no-repeat; 
	padding-top:6px; 
	background-image:url(../Images/error.png);
	*background:none;
	_height:32px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='crop', src='/Images/error.png');
}
.notices {
	font-weight:bold; 
	color:green; height:32px; 
	padding-left:36px; 
	background-repeat:no-repeat; 
	vertical-align:middle; 
	padding-top:6px;
	background-image:url(../Images/notice.png);
	*background:none;
	_height:32px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='crop', src='/Images/notice.png');
}
	
.clear { clear: both; line-height:0px; overflow:hidden; visibility:hidden; width:0; height:0; }
	
	
/*------------------------------------*/
/* website layout: */

.siteContent {
	margin: auto;
	width:970px;
}


.headLinks {
		margin-right:10px;
		text-align:right;
		margin:auto;
		color:#959595;
		line-height:21px;
		height:21px;
	}
	.headLinks a{
		color:#959595;
	}
	
	
	

	.headerLogo a.logo {
		float:left;
		margin-top:0px;
		margin-left:0px;
	}

	
	
.pageContent {
	background-image:url(../Images/bootom_bbg.gif);
	background-position:bottom;
	background-color:#FFFFFF;
	background-position:bottom;
	min-height:90px;
	_height:90px;
	background-repeat:repeat-x;
}
.min {
	min-height:90px;
	_height:90px;
}

	.pageContent .leftPage {
		width:609px;
		margin-left:25px;
		margin-right:10px;
		float:left;
		display:inline;
		min-height:125px;
		_height:125px;
		margin-bottom:20px;
	}
		.pageContent .leftPage div.pad{
			padding:0px 6px 0px 8px;
		}
	.pageContent .rightPage {
		float:left;
		width:272px;
		min-height:450px;
		_height:450px;
		margin-bottom:20px;
	}
		.pageContent .rightPage div.pad{
			width:269px;
			margin-left:4px;
		}
		.pageContent .rightPage h2{
			padding-top:15px;
			padding-left:20px;
			background-image:url(../Images/parent_top_bg1.gif); 
			background-position:bottom left; 
			background-repeat:repeat-x;
		}
		.pageContent .rightPage p{
			padding-left:20px;
		}


ul.navigator {
	padding:0px;
}
	ul.navigator li {
		background:#FFFFFF url(/Images/menu_bg.gif) repeat-x scroll left bottom;
		display:block;
		height:25px;
		line-height:24px;
		font-weight:bold;
		padding-left:20px;
	}
		ul.navigator li a {
			background:transparent url(/Images/cat_link_arrow_blue.gif) no-repeat scroll left center;
			padding-left:10px;
			font-size:13px;
		}
		ul.navigator li a:hover {
			background:transparent url(/Images/cat_link_arrow_green.gif) no-repeat scroll left center;
			padding-left:10px;
		}


.mainBottom {
	width:909px;
	margin: 20px 0 0 30px;
	height:92px;
}
	.mainBottom .btop{
		height:0px;
		line-height:0px;
		border-top:1px solid #7E7E7E;
		border-bottom:1px solid #B4B4B4;
	}
	.mainBottom .leftB{
		float:left;
		color:#FFFFFC;
		margin-top:29px;
		font-size:11px;
		font-family:Arial, Helvetica, sans-serif;
	}
	.mainBottom .leftB a {
		color:#FFFFFC;
		font-size:11px;
		font-family:Arial, Helvetica, sans-serif;
	}
	.mainBottom .rightB{
		margin-top:24px;
		float:right;
	}
		.mainBottom .rightB a{
			display:block;
			width:206px;
			height:42px;
		}
		

.bottomReflect {
	background-image:url(../Images/bottom_reflect.gif);
	height:54px;
	background-repeat:repeat-x;
	margin-top:2px;
}


.pageTitle {
	font-weight:bold; 
	line-height:40px; 
	padding:0px; 
	margin:0px;
	background-image:url(../Images/parent_top_bg1.gif); 
	background-position:bottom left; 
	background-repeat:repeat-x;
	padding-top:15px;
}
.pageTitleDiv {
	background-image:url(../Images/parent_top_bg1.gif); 
	background-position:bottom left; 
	background-repeat:repeat-x;
	margin-top:15px;
	height: 40px;
}
	.pageTitleDiv h1 {
		font-weight:bold; 
		line-height:40px; 
		padding:0px; 
		margin:0px;
	}
	.pageTitleDiv .bookmarks {
		float:right; 
		padding-top:12px;
	}



/* dupa jumpeye components */

textarea, select, input
{ color:#444444; font-size:12px; font-family:Arial, Helvetica, sans-serif;}
select {width:260px; height:18px; border:1px solid #B0B0B0;}
textarea {width:350px; height:100px; border:1px solid #B0B0B0;}

div.container
{ background:url(/Images/bkg_2.jpg) repeat-x;}
div.container_home
{ background:url(/Images/bkg_1.jpg) repeat-x;}
div.top_bar
{ height:24px; padding-top:4px; background:url(/Images/parent_top_bg.gif) bottom left repeat-x #EEEEEE;}
div.top_bar div
{ width:881px; margin:auto; text-align:right; font-size:16px; color:#0085E0;}
div.top_bar div a
{ font-size:12px;}
div.top_bar div img
{ margin-bottom:-2px;}
div.main
{ width:881px; margin:auto;}
div.main div.content
{ width:606px; float:left;}
div.jc_logo
{ padding-top:25px; height:105px;}
.page_title
{ padding-top:10px; height:32px; background:url(/Images/parent_top_bg1.gif) bottom left repeat-x;}
.page_title h1
{ float:left; padding:0px 10px 0px 0px;}
.page_title div.bookmark
{ float:right; white-space:nowrap; padding-top:3px;}
.page_title div.icons
{ float:left; white-space:nowrap; padding-top:3px;}
div.main div.right_menu
{ width:269px; float:right; color:#494949;}
div.right_menu h2
{ padding-left:20px; height:10px; background:url(/Images/parent_top_bg1.gif) bottom left repeat-x;}
div.right_menu div
{ padding:10px 0px 10px 20px;}
div.right_menu form
{ padding:0px; margin:0px;}
div.right_menu div.login_form
{ padding:0px 0px 34px 0px; margin-bottom:10px; background:url(/Images/login_bg2.gif) bottom left no-repeat;}
div.right_menu div.login_form div
{ padding-bottom:0px; background:url(/Images/login_bg1.jpg) bottom left repeat-x #FFFFFF;}
div.right_menu div.login_form div div
{ padding:4px 0px; width:239px; background:none;}
.login_btn
{ width:80px; height:30px; padding:0px; margin:0px; border:none; color:#FFFFFF; font-weight:bold; cursor:pointer; background:url(/Images/login_btn.jpg) top left no-repeat;}
.login_input
{ width:208px; height:15px; padding:7px 10px; color:#494949; border:none; background:url(/Images/login_input_bg.jpg) top left no-repeat transparent;}
div.right_menu ul.navigator
{ padding:0px 0px 10px 0px;}
div.right_menu ul.navigator li
{ display: block; height:21px; padding:4px 0px 0px 40px; background:url(/Images/menu_bg.gif) bottom left repeat-x #FFFFFF;}
div.right_menu ul.navigator li.basic
{ font-weight:bold; padding:4px 0px 0px 20px; background-color:#F5F5F5;}
div.right_menu ul.navigator li a
{ padding-left:10px; background:url(/Images/cat_link_arrow_blue.gif) center left no-repeat;}
div.right_menu ul.navigator li a:hover
{ padding-left:10px; background:url(/Images/cat_link_arrow_green.gif) center left no-repeat;}
.tell_btn
{ width:80px; height:30px; padding:0px; margin:0px; border:none; color:#FFFFFF; font-weight:bold; background:url(/Images/tell_btn.jpg) top left no-repeat;}
.tell_input 
{ width:208px; height:15px; padding:7px 10px; color:#494949; border:none; background:url(/Images/tell_bg.gif) no-repeat top left transparent;}
div.footer
{ clear:both; margin-top:15px; padding:30px 0px; color:#D1D1D0; background:url(/Images/footer_bg.jpg) top no-repeat #5B5B5B;}
div.footer div
{ width:881px; margin:0px auto;}
div.footer div ul
{ width:176px; margin:0px; padding:12px 0px; float:left;}
div.footer a, div.footer a:hover
{ color:#D1D1D0;}
div.footer li a, div.footer li a:hover
{ color:#CCCCCC; font-size:11px;}
div.footer ul li
{ list-style-type:none; padding:0px;}
div.footer span
{ color:#CCCCCC; font-size:20px;}

div.prodlist_item
{ padding:15px 10px; clear:both; display:block;}
div.prodlist_item a.prodlist_item_thumb
{ float:left; width:77px; height:77px; background:url(/Images/comp_photo_bg.gif) no-repeat;}
div.prodlist_item a img
{ padding:1px; margin:0px;}
div.prodlist_item h2
{ float:left; padding:0px 0px 0px 10px;}
div.prodlist_item h2 a
{ font-size:16px;}
div.prodlist_item p 
{ float:left; padding-left:10px; width: 490px;}
div.prodlist_item div.skill
{ clear:both; width:77px; color:#ACACAC; text-align:center;}

.contact_form label
{ float:left; width:160px; padding:2px 0px 0px 0px; margin-bottom:5px;}
.contact_form input, .contact_form select
{ float:left; margin-bottom:5px;}
.contact_form textarea
{ float:left;}
.contact_form br
{ clear:both;}
.contact_form div input
{ float:none; width:auto; color:#ffffff;}
.contact_form div
{ margin-left:160px;}
.contact_form i 
{ color:#CD0292;}

div.kb_item1
{ background-color:#f5f5f5; border:1px solid #e6e5e5; padding:15px; margin-bottom:8px; color:#333333;}
div.kb_item2
{ background-color:#fcfcfc; border:1px solid #ecebeb; padding:15px; margin-bottom:8px; color:#333333;}
div.kb_comment
{ font-size:11px;}
.kb_question_link1, .kb_question_link2
{ padding: 5px 14px; border:1px solid #ecebeb; border-top:0px;}
a.kb_question_link1, a.kb_question_link2
{ display:block;}
.kb_question_link1
{ background-color:#f5f5f5;}
.kb_question_link2
{ background-color:#fcfcfc;}
div.view 
{ color:#787777; font-size:10px;}

div.tabs 
{ padding-top:10px; overflow:hidden;}
a.jc_tab1
{ float:left; width:202px; height:22px; text-align:center; font-size:14px; font-weight:bold; padding-top:10px; background:url(/Images/tab1.gif) left bottom no-repeat;}
a.jc_tab_selected
{ float:left; width:202px; height:22px; text-align:center; font-size:14px; font-weight:bold; padding-top:10px; background:url(/Images/tab_selected.gif) left bottom no-repeat;}

.pink {color:#CD0292;}
.blue {color:#0085E0}
.error {color: #CD0292;}
.clear {clear:both;}
.notes {font-size: 9px;}
.show {display: block;}
.hidden {display: none;}
.pseudo_linkred {text-decoration: underline;}

.row1 {background:#ffffff;}
.row2 {background:#FFFCE4;}
.row3 {background:#eeeeee;}

.pad_text {padding:8px 22px 8px 0px;}
.pad_lr {padding-left: 22px; padding-right: 22px;}
.pad_l {padding-left: 22px;}
.pad_r {padding-left: 22px;}
.pad_lrtb {padding:10px 22px 10px 0px;}
.pad_tb {padding-top: 10px; padding-bottom: 10px;}

.inputtext
{ height:18px; width:145px; border:1px solid #CCCCCC;}
.inputshop
{ width:40px; height:17px; color:#4F4F4F; border:1px solid #7F9DB9;}
.checkbox_little
{ height: 13px;}
.button
{ height:20px; padding:0px 1px; cursor:pointer; color:#FFFFFF; border:1px solid #7F8080; background:url(/Images/button_repeat.gif) repeat-y left top #01B8FE;}
.button_grey
{ height:20px; padding:0px 1px; cursor:pointer; color:#FFFFFF; border:1px solid #7F8080; background-color:#999999;}
.image_border
{ border:1px solid #CCCCCC; margin:0px 0px 4px; padding:4px;}

a.link_blue_arrow
{ background:url(/Images/cat_link_arrow_blue.gif) left center no-repeat; padding-left:10px;}
a.link_blue_arrow:hover
{ background:url(/Images/cat_link_arrow_green.gif) center left no-repeat;}

.comp_detail_title
{ background:url(/Images/parent_top_bg1.gif) bottom left repeat-x;}
.ProdTitle
{ color:#504E51; font-size:14px; padding-left:4px; font-weight:bold;}
.ProdTitle a
{ color:#FFFFFF; font-weight:normal; text-decoration:none;}
.title_grey
{ height:23px; background-color:#F5F5F5; border-top:1px solid #FFFFFF; border-bottom:1px solid #FFFFFF;}
.title_dark_grey
{ height:23px; color:#FFFFFF; background-color:#A7A7A7; border-top:1px solid #FFFFFF; border-bottom:1px solid #FFFFFF;}
table.grey_bordered_table, table.grey_bordered_table td, table.grey_bordered_table th
{ border: 1px solid #CCCCCC;}

.leaf 
{ color:#0085E0; padding:3px; font-size:12px; font-weight:bold; text-decoration:none;}
.txt h4
{ font-size: 14px; font-weight: bold; padding:0px; color: #0085E0;}
.txt
{ padding-bottom:10px;}

.cat
{ width:190px; height:41px; color:#494949; background:url(/Images/cat_title_bg.gif) top right no-repeat;}
.cat a b
{ color:#0085E0; font-size:18px; font-weight:normal; display:block; padding-top:10px;}
.cat a:hover b
{ color:#5A9D0E; text-decoration:none;}
.cat a img
{ border:none;}

.popin
{ position:absolute; top:0px; left:50%; margin-left:-200px; width:360px; padding:20px; border:2px solid #333333; background-color:#ffffe9;}
.popin h2 {padding:0px;}
.popin p {padding:15px 0px;}
.popin .button {height:24px; padding-bottom:2px; padding-right:4px; padding-left:4px; vertical-align:top;}
.popin .button_grey {height:24px; padding-bottom:2px; padding-right:4px; padding-left:4px; vertical-align:top;}
.popin #popinmessenger {display:none; width:1px; height:1px;}

div.newcustomer {width:275px;float:left;}
div.newcustomer label {display:block; padding-top:5px;}
div.newcustomer i {color:#CD0292;}

div.inactive_payment {opacity:.3; filter:alpha(opacity=30); width:100%;}

div#credit_card_info {background-color:#F5F6BE; border:1px solid #CCCCCC; width:438px; margin:auto; padding:10px 2px 2px 15px;}
div#credit_card_info label {width:180px}
div#credit_card_info input {background:url("/Images/lock.png") #FFFFEE right no-repeat; width:170px;}
div#credit_card_info span.notes {line-height:20px;}
.flash_eff_email_edit
{
	width:326px;
	height:33px;
	background-image:url(/Images/what_is_flasheff/flash_eff_email_edit_bg.jpg);
	background-repeat:no-repeat;
	margin-top:8px;
}


.pleft {
	padding-left:20px;
}
.coupon_input
{
	border:1px solid #CCCCCC;
	height:18px;
	float:left;
	width:170px;
}
.button_grey2
{ padding:0px 1px; cursor:pointer; color:#FFFFFF; border:1px solid #7F8080; background-color:#999999; width:70px; float:right; height:20px; margin-top:1px;}
table.grey_bordered_table, table.grey_bordered_table td, table.grey_bordered_table th
{ border: 1px solid #CCCCCC;}

iframe#sdk {
	display: block;
	margin: auto;
	padding-top: 10px;
}
#bottom_spacer {
	padding: 50px;
}
