<!-- 

/*

	PhotoStore Color: #33ccff;
	PhotoShow Color: #d700ff;
	PhotoHost Color: #99ff33;

*/

/* main */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000;
	/* text-align: center; */
	padding: 0 15px 15px 15px;
	background-image: url(/images/bg.png);
	background-repeat: repeat-x;
	color: #333;
}

p, ul, li{
	padding: 0;
	margin: 0;
}
/*
sub, sup {
	line-height: 0;
}
sup {
	vertical-align: text-top;
} 
sub {
	vertical-align: text-bottom;
}
*/

li{
	list-style:none;
}

/* DEFAULT FORM STYLES */
input[type="button"], input[type="submit"]{
	vertical-align:middle;
	height: 26px;
	font-size:11px;
	text-align:center;
	color:#333;
	border-top:1px solid #eee;
	border-right:1px solid #BBB;
	border-bottom:1px solid #BBB;
	border-left:1px solid #eee;
	cursor: pointer;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-image: url(/images/button.bg.gif);
	background-repeat: repeat-x;
}
	
input[type="button"]:hover,  input[type="submit"]:hover{
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #c5d2e8;
	border-top: 1px solid #c5d2e8;
	background-image: url(/images/button.bg2.gif);
	background-repeat: repeat-x;
}

form{
	margin: 0;
}

input[type="text"]{
	padding: 5px;
	font-size: 12px;
	color: #494949;
	border: 1px solid #c7c7c7;
	background-image: url(/images/field.bg.gif);
	background-repeat: repeat-x;
}

input[type="password"]{
	padding: 5px;
	font-size: 12px;
	color: #494949;
	border: 1px solid #c7c7c7;
	background-image: url(/images/field.bg.gif);
	background-repeat: repeat-x;
}

textarea{
	font-size: 12px;
	color: #494949;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 2px;		
	border: 1px solid #c7c7c7;
	padding: 5px;
	background-image: url(/images/field.bg.gif);
	background-repeat: repeat-x;
}

input[type="checkbox"] {
	padding: 0;
	margin: 0;
}

input[type="radio"] {
	height: 15px;
	padding: 0px;
}

select {
	color: #494949;
	padding-left: 2px;		
	border: 1px solid #c7c7c7;
	padding: 5px;
	font-size: 12px;
	height: 28px;
	background-image: url(/images/field.bg.gif);
	background-repeat: repeat-x;
}


/* container */

#container{
	width: 886px;
	margin: auto;
}

#overlay{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:5000;
	background-color:#222;
	background-image: url(/images/overlay.gif);
	background-repeat: repeat;
	height: 100%;
}

#messagebox{
	display:none;
	position: fixed;
	top:15%;
	left:50%;
	z-index:9999;
	width:512px;
	margin: 0px 0 0 -250px;
	text-align:left;
	border: 3px solid #585757;
	background-color: #333;
}

#top_ad_div{
	height: 0px;
	width: 150px;
	position: absolute;
	margin-top: 2px;
	margin-left: 6px;
}

#top_ad{	
	border: 0;
	cursor: pointer;
	/*display: none;*/
	height: 22px;
	width: 150px;
}

#tab_banner{	
	margin: 4px 0 0 160px;
	float: left;
}

#tab_banner img{	
	border: 0;
}

#coupon_added{
	clear: both;
	color: #99ff33;
	text-align: right;
	font-style: italic;
	padding: 10px 8px 0 0;
}

#coupon_added img{
	margin-right: 3px;
}

#ad_window{
	display:none;
	position: fixed;
	top:15%;
	/*left: 25%;*/
	z-index:9999;
	width: 626px;
	margin-left: 124px;
}

#demo_win{
	display:none;
	position: fixed;
	top:15%;
	z-index:9999;
	width: 626px;
	margin-left: 124px;
	background-color: #FFF;
	border: 3px solid #333;
	padding: 20px;
}

.pop_win{
	display:none;
	position: fixed;
	top:15%;
	z-index:9999;
	width: 626px;
	margin-left: 124px;
	background-color: #FFF;
	border: 3px solid #333;
	padding: 20px;
}


.addon{
	background-color: #f7f7f7;
	margin: 10px 0 10px 0;
	padding: 20px;
	-moz-border-radius: 14px;
  	-webkit-border-radius: 14px;
	overflow: auto;
}

.addon .prodicon{
	float: left;
	margin-right: 20px;
	border: none;
}

.prodicon2{
	float: right;
	margin-left: 20px;
}


.addon a{
	font-weight: bold;
}

.addtocart_bar{
	background-color: #f7f7f7;
	margin-top: 20px;
	font-weight: bold;
	padding: 20px 20px 10px 20px;
	-moz-border-radius: 14px;
  	-webkit-border-radius: 14px;
	overflow: auto;
}

.addtocart_bar span{
	font-size:24px;
}

.addtocart_bar img{
	border: none;
	float: right;
	margin-top: 3px;
}

.addtocart_bar .price_us{
	color: #c7c7c7;
}

.addtocart_bar sup{
	font-size: 18px;
	vertical-align: top;
}

/* cart header area */

.htext1{
	color: #767676;
	display: none;
	width: 1px;
}

#header_cart{
	text-align: right;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	/*
	margin-top: 68px;
	*/
	padding-right: 8px;
	white-space: nowrap;
}

#header_cart a:link,#header_cart a:visited,#header_cart a:hover{
	color: #fff;
	text-decoration: none;
}

#header_cart a:hover{
	text-decoration: underline;
}

/* nav header area */

#header_nav{
	background-image: url(/images/ktools.header.png);
	background-repeat: no-repeat;
	height: 40px;
	margin-top: 60px;
	text-align: right;
	font-size: 11px;
	color: #fff;
}

#ktools_logo{
	 float: left;
	 border: 0;
}

#header_nav ul{
	float: right;
	margin: 24px 48px 0 0;
}

#header_nav ul li{
	list-style:none;
	float: left;
	margin: 0 10px 0 10px;
}

#header_nav a:link,#header_nav a:visited,#header_nav a:hover{
	color: #fff;
	text-decoration: none;
	/*margin: 40px 10px 10px 10px;*/
}

#header_nav a:hover{
	text-decoration: underline;
}

/* content container */

#content_container{
	
}

.content{
	padding: 30px 60px 20px 60px;
}

h1{
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#content_header{
	
}

.content_header{
	height: 46px;
	text-align: right;
	padding-right: 30px;
	background-image: url(/images/content.header.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 20px;
}

.content_header_members{
	height: 46px;
	text-align: right;
	padding-right: 30px;
	background-image: url(/images/content.header.members.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 20px;
}

#page_header{
	
	
	
}	

.content_body{
	background-image: url(/images/content.bg.png);
	background-repeat: repeat-y;
	overflow: auto;
}

.content_body_members{
	background-image: url(/images/content.bg.members.png);
	background-repeat: repeat-y;
	overflow: auto;
}

.content_footer{
	height: 25px;
	background-image: url(/images/content.footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.content_footer_members{
	height: 25px;
	background-image: url(/images/content.footer.members.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.content_split{
	height: 7px;
	background-image: url(/images/content.split.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-left: 1px;
	margin-right: 1px;
}

#content_column_1{
	width: 215px;
	float: left;
	padding: 0;
	min-height: 500px;
}

#content_column_2{
	float: left;
	padding: 40px 20px 20px 40px;
	width: 590px;
	/* border: 1px solid #333; */
}

#content_column_2 p{
	font-size: 12px;
}

ul.feature_list{
	margin-top: 12px;
	/*margin-bottom: 12px; */
	color: #666;
}

ul.feature_list li{
	margin: 6px 0 3px 14px;
	list-style: square;
	list-style-position:outside;
}

.features_table{
	border: 1px dotted #CCC;
	width: 100%;
	margin-bottom: 20px;
	-moz-border-radius: 14px;
  	-webkit-border-radius: 14px;
}

.features_table tr td{
	padding: 14px;
}

.features_table tr th{
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #595959;
	padding: 14px;
	-moz-border-radius: 14px 14px 0 0;
  	-webkit-border-top-left-radius: 14px;
	-webkit-border-top-right-radius: 14px;
}

.features_table .subfeature_header{
	font-weight: bold;
	background-color: #CCC;
	padding: 6px;
	text-align: center;
}

.features_table .purchase_footer{
	background-color: #fff;
	padding: 14px;
}

.greencheck{
	margin: 0 10px 0 10px;
}

.feature_row_on{
	background-color: #e7e7e8;
}

.feature_row_off{
	background-color: #f7f7f7;
}

ul.faq_list li{
	margin: 8px 0 8px 0;
	list-style: none;
}

#public_subnav{
	margin: 200px 0 0 0;
	text-align: right;
}

#public_subnav li{
	margin: 10px 0 10px 0;
	text-align: right;
	font-size: 12px;
}

.guarantee_text{
	float: left;
	font-weight: bold;
	white-space: nowrap;
}

.guarantee_text img{
	margin-right: 30px;
}

#languages{
	margin: 10px 0 0 50px;
	text-align: right
}

#languages li{
	font-size: 10px;
	float: left;
	width: 80px;
	margin-bottom: 4px;
	white-space: nowrap;
	font-weight: bold;
}

h2{
	font-size: 12px;
	font-weight: bold;
}

h3{
	font-size: 18px;
	font-weight: bold;
	color: #999;
	margin: 0;
	padding: 0;
}

.section_hr{
	margin: 2px 0 18px 0;
}

.feature_header{
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

.screenshots img{
	margin: 10px;
	border: none;
}

.hosting_tips{
	margin: 12px 0 20px 20px;
	/*margin-bottom: 12px; */
	color: #666;
}

.hosting_tips li{
	margin: 6px 0 14px 14px;
	list-style: square;
	list-style-position:outside;
}

/* homepage */

#hp_content {
	margin-top: 20px;	
}

#featured_content{
	/*background-image: url(/images/hp_featured_bg/grass.jpg);*/
	background-image: url(/images/hp_featured_bg/rocks.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 380px;
	margin-left: 7px;
	margin-right: 8px;
	padding: 0 0 0 20px;
}

.featured_product{
	float: left;
	width: 255px;
	/*width: 375px; */
	margin: 10px;
	border-right: 2px solid #f3f3f3;
	height: 250px;
}

.featured_product p{
	float: left;
	padding-right: 4px;
	/* height: 154px; */
	height: 158px;
}

.featured_product span{
	font-size: 11px;
	font-weight: bold;
	padding-left: 134px;
}

.featured_box{
	float: left;
	border: 0;
	margin-right: 6px;
}

#prosoft_text{
	clear: both;
	float: right;
	text-align: right;
	margin: 46px 15px 0 0;
}

#celebration_banner{
	position: absolute;
	margin-left: -6px;
	margin-top: 226px;
}

#hp_photographer{
	position: absolute;
	margin-left: 546px;
	margin-top: -32px;
	z-index: 999;
}

#hp_content{
	height: 378px;	
}

#hp_quote{
	position: absolute;
	margin-left: 570px;
	margin-top: 32px;
	width: 130px;
	font-style:italic;
	z-index: 999;
}

#hp_news{
	padding: 25px 0 0 25px;
}

#hp_langs{
	padding: 25px 0 0 25px;
	font-size: 11px;
	height: 300px;
	overflow: auto;
	margin: 0 8px 10px 0;
}

.hp_column{
	float: left;
	width: 270px;
	padding: 5px;
	height: 280px;
}

.index_productlist strong{
	font-weight: normal;	
}

.hp_column ul{
	
}

.hp_column ul li{
	list-style:none;
	/* padding: 6px 10px 6px 15px; */
}

.hp_column ul li span{
	font-size: 11px;
}

.column_header{
	font-size: 12px;
	color: #666;
	text-align:left;
	font-weight: bold;
	margin-bottom: 6px;
}

.index_productlist{
	list-style-position: outside;
	/* margin: 0 0 0 50px; */
	width: 240px;
	margin: 12px 0 0 15px;
}

.index_productlist li{
	padding: 0 0 0 42px;
	background-repeat: no-repeat;
	background-position: 0 2px;
	margin: 14px 0 14px 0;
}

.index_newslist li{
	padding: 6px 10px 6px 15px;
}

.index_langlist li{
	padding: 6px 10px 6px 20px;
	font-size: 11px;
}

.index_affiliatelist li{
	padding: 6px 10px 6px 15px;
}

/* links */

a:link.white_link, a:visited.white_link, a:hover.white_link{
	color: #fff;
	text-decoration: none;
}
a:hover.white_link{
	text-decoration: underline;
}

a:link.photostore_link, a:visited.photostore_link, a:hover.photostore_link{
	color: #1cafe0; /* old: 33ccff */
	text-decoration: none;
}
a:hover.photostore_link{
	text-decoration: underline;
}

a:link.photoshow_link, a:visited.photoshow_link, a:hover.photoshow_link{
	color: #d700ff;
	text-decoration: none;
}
a:hover.photoshow_link{
	text-decoration: underline;
}

a:link.photohost_link, a:visited.photohost_link, a:hover.photohost_link{
	color: #5ba610;
	text-decoration: none;
}
a:hover.photohost_link{
	text-decoration: underline;
}

.product_list{
	list-style: outside;
}

.product_list li{
	list-style-image:none;
	margin: 30px 0 30px 0;
	padding: 0 0 0 142px;
	background-repeat: no-repeat;
	background-position: 0 2px;
}

.format_form div{
	clear: both;
	padding: 5px 0 5px 0;
	overflow: auto;
}

.form_tag{
	float: left;
	width: 150px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	padding-top: 7px;
}

/* footer */

#footer{
	font-family: Verdana, Geneva, sans-serif;
	color: #919191;
	font-size: 10px;
	font-weight:bold;
	margin: 100px 7px 0 7px;
	padding-bottom: 6px;
	border-bottom: 1px solid #919191;
	overflow: auto;
}

#footer a:link, #footer a:visited, #footer a:hover{
	color: #919191;
	text-decoration: none;
}

#footer a:hover{
	color: #919191;
	text-decoration: underline;
}

/* footer ad */
#footer_ad{
	text-align: center;
	margin-top: 100px;
	clear: both;
}

/* partners */

#partners{
	font-family: Verdana, Geneva, sans-serif;
	color: #919191;
	font-size: 10px;
	margin: 15px 7px 0 7px;
	overflow: auto;
	text-align: center;
	line-height: 14px;
}

#partners a:link, #partners a:visited, #partners a:hover{
	color: #919191;
	text-decoration: none;
}

#partners a:hover{
	color: #919191;
	text-decoration: underline;
}

hr {
	color: #AEC4E3;
	height: 1px;
	border-top: 1px dotted;
	border-left: none;
	border-right: none;
	border-bottom: none;
	margin: 40px 0 40px 0;
	clear: both;
}

a:link{
	color: #1185fa;
	text-decoration: none;
}
a:visited{
	color: #1185fa;
	text-decoration: none;
}
a:hover{
	color: #333;
	text-decoration: underline;
}

.checkbox {
	height: 15px;
	width: 15px;
}

.radio {
	height: 15px;
	width: 15px;
}

/* cart */

.cart{
	
}

.cart_header{
	background-image: url(/images/cart.header.bg.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #fff;
	height: 32px;
	-moz-border-radius: 8px 0 0 8px;
  	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
}

.cart_header_left{
	-moz-border-radius: 14px 14px 0 0;
  	-webkit-border-top-left-radius: 14px;
	-webkit-border-top-right-radius: 14px;
}

.cart_header ul{
	padding-left: 30px;
}

.cart_header ul li{
	margin-top: 8px;
	list-style:none;
	float: left;
}

.cart_item{
	margin-top: 5px;
	overflow: auto;
}

.cart_item .cblank{
	width: 30px;
	background-color: #e5e5e5;
	padding: 0;
	height: 75px;
	-moz-border-radius: 8px 0 0 8px;
  	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
}

.cart_item .cproduct{
	width: 436px;
	height: 73px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.cart_item .paymentype{
	width: 735px;
	height: 73px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

.cart_item .paymentype p{
	font-weight: bold;
	padding: 17px 0 0 25px;
}

.cart_item .cproduct p{
	font-weight: bold;
	padding: 17px 0 0 25px;
}

.cart_item .cproduct p img{
	float: left;
	margin-right: 10px;
}

.cart_item .cqty{
	width: 74px;
	border-left: 1px solid #e5e5e5;
	text-align: center;
	height: 73px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.cart_item .cqty p{
	font-weight: bold;
	padding: 27px 0 0 0;
}

.cart_item .cprice{
	width: 112px;
	border-left: 1px solid #e5e5e5;
	text-align: right;
	height: 73px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.cart_item .cprice p{
	font-weight: bold;
	padding: 27px 20px 0 0;
}

.cart_item .cactions{
	width: 110px;
	text-align: center;
	height: 73px;
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

.cart_item .cactions p{
	padding-top: 20px;
}

.cart_item div{
	float: left;
	font-size: 14px;
}

.cart_extras{
	background-image:url(/images/cart.extras.bg.gif);
	background-color: #999;
	background-repeat:repeat-x;
	-moz-border-radius: 8px 0 0 8px;
  	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	margin: 5px 0 0 0;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding: 20px 40px 20px 40px;
	width: 378px;
	float: left;
}

.cart_extras table{
}

.cart_extras table th{
	text-align: left;
	padding-bottom: 10px;
}

.cart_extras table td{
	border-bottom: 1px dotted #fff;
	padding: 15px 5px 5px 5px;
}

.cart_extras table td span{
	font-weight: normal;
	font-size: 11px;
	color: #eee;
}

.cart_totals{
	float: right;
	width: 300px;
	margin-top: 5px;
}

.cart_totals div{
	border: 1px solid #e5e5e5;
}

.cart_totals table{
	color: #666;
}

.cart_total{
	background-image:url(/images/cart.total.bg.gif);
	background-repeat: repeat-x;
	margin-top: 5px;
	font-weight: bold;
	color: #fff;
	border: none;
	padding: 5px 0 5px 10px;
	background-color: #373737;
}

.cart2_extras{
	border-left: 1px solid #e5e5e5;	
	border-right: 1px solid #e5e5e5;	
	border-bottom: 1px solid #e5e5e5;
	margin-left: 30px;
	padding: 20px;
}

/* members area */

.member_nav{
	color: #fff;
	margin: 10px 0 0 25px;
	font-size: 12px;
	margin-bottom: 25px;
}

.member_nav li{
	margin-bottom: 4px;
}

.member_header{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.member_nav a:link, .member_nav a:visited, .member_nav a:hover{
	color: #ccc;
	text-decoration: none;
}

.member_nav a:hover{
	color: #dedede;
	text-decoration: underline;
}

.memaddons{
	font-weight: bold;
	text-align: center;
	float: left;
	width: 116px;
}

.memaddons img{
	border: none;
}

.timeremaining{
	background-color: #f7f7f7;
	margin: 0 0 10px 0;
	padding: 20px;
	-moz-border-radius: 14px;
  	-webkit-border-radius: 14px;
	overflow: auto;
}

.ticketmessage{
	background-color: #f7f7f7;
	margin: 10px 0 10px 0;
	padding: 20px;
	-moz-border-radius: 14px;
  	-webkit-border-radius: 14px;
	overflow: auto;
}

.ticketmessage ul{
	
}

.ticketmessage ul li{
	margin: 6px 0 3px 14px;
	list-style: square;
	list-style-position:outside;
}

.affchat_table{
	border: 1px dotted #CCC;
	width: 100%;
	margin-bottom: 20px;
	-moz-border-radius: 14px;
  	-webkit-border-radius: 14px;
}

ul.faqs_list{
	margin-top: 12px;
	margin-bottom: 20px;
	margin-left: 20px;
	color: #666;
}

ul.faqs_list li{
	margin: 6px 0 3px 14px;
	list-style: square;
	list-style-position:outside;
}

a.keywords:hover, a.keywords:link, a.keywords:visited{
	color: #b0b0b0;	
}
-->