@charset "UTF-8";

/* --------- RESET --------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img { 
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym { 
	border: 0;
}

:focus {
	outline: none;
}

/* --------- CLEARFIX TOOL --------- */

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* --------- BASIC STYLES --------- */

body {
	background: #FFF;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1 {
	font-size: 20px;  
}

h2 {
	font-size: 18px; 
}

h3 {
	font-size: 16px;  
}

h1,h2,h3 {
	margin: 0.6em 0;
}

h1,h2,h3,h4,h5,h6,strong {
	font-weight: bold; 
}

abbr,acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
} 

em {
	font-style: normal;
}

blockquote,ul,ol,dl {
	margin: 1em;
}

ol,ul,dl {
	margin-left: 2em;
}

ol li {
	list-style: decimal outside;	
}

ul li {
	list-style: disc outside;
}

dl dd {
	margin-left: 1em;
}

/*
th,td {
	border: 1px solid #000;
	padding: 0.5em;
}
*/

th {
	font-weight: bold;
	text-align: center;
}

caption {
	margin-bottom: .5em;
	text-align: center;
}

p,fieldset,table {
	margin-bottom: 1em;
	line-height: 1.6em;
}

a {
	text-decoration: none;
}

.MT20{
	margin-top:20px;
	}
	
.MT40{
	margin-top:40px;
	}	


/* --------- LAYOUT --------- */

#wrapper {
	width: 100%;
}

#main {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 0px 0;
}

#header {
	
	background: url('/images/bg-header2.png') no-repeat right top;
	height: 38px;
	
}

#sub-header {
	height: 18px;
	margin-bottom:14px;
	margin-top:2px;
}

#sub-header ul li a{
	color:#666666;
	}

#content {
	width: 644px;
	float: left;
}

#sidebar {
	width: 342px;
	float: right;
}


/* --------- HEADER --------- */

#header h5#logo  {
	margin: 0;
	padding: 0;
	width: 173px;
	height: 38px;
	float: left;
}

#header h5#logo a {
	display: block;
	background: url('/images/bg-logo2.png') no-repeat left top;
	width: 173px;
	height: 38px;
	text-indent: -9999em;
}

#header a#navigationCart{
    background: url('/images/bg-bg2.png');
	background-repeat: repeat-x;
        height: 38px;
        width:65px;
        color:#666666;
        text-decoration: none;
        display:block;
        float:left;
        font-size:13px;
        font-weight:bold;
        padding-top:8px;
}

#header a#cartlink{
    background: url('/images/cart.png');
    padding-left:22px;
    background-repeat:no-repeat;
    background-position:left center;
    margin-left:16px; 
}

#header ul#navigation {
	background: url('/images/bg-bg2.png');
	background-repeat: repeat-x;
	width: 646px; /*654*/
	margin: 0;
	padding: 0;
	height: 38px;
	float: left;
}

#header ul#navigationFP {
	background: url('/images/bg-bg2.png');
	background-repeat: repeat-x;
	width: 826px;
	margin: 0;
	padding: 0;
	height: 38px;
	float: left;
}

#header ul#navigation li {
	display: block;
	float: left;
	/** padding: 12px 16px; **/
	/** height: 14px; **/
	border-right: 1px dotted #bcbcbd;
	/** ADDED **/
	height:38px;
}

#header ul#navigationFP li {
	display: block;
	float: right;
	/** padding: 12px 16px; **/
	/** height: 14px; **/
	border-left: 1px dotted #bcbcbd;
	/** ADDED **/
	height:38px;
}

#header ul#navigation li a {
	font-size: 13px;
	line-height:38px;
	padding:12px 16px;
	color:#666666;
	font-weight:bold;
}

#header ul#navigationFP li a {
	font-size: 13px;
	line-height:38px;
	padding:12px 16px;
	color:#666666;
	font-weight:bold;
}

#header ul#navigation li a:hover {
}

#header ul#navigationFP li a:hover {
}


#search {
	width: 180px; /*192*/
	height: 32px;
	background: url('/images/bg-bg2.png');
	background-repeat: repeat-x;
	
	
	float: left;
	padding: 6px 0 0 0 !important;
	padding: 6px 0 2px 0;
	padding-bottom:0px;
}

#search #keywords {
	background: url('/images/bg-input-header2.png') no-repeat left top;
	width: 124px; /*122*/
	height: 20px;
	border: 0;
	float: left;
	color: #a6a8ab;
	font-size: 11px;
	padding: 6px 10px 0px;
	padding-bottom:0px;
	
}

#search #searchSubmit {
	background: url('/images/bg-button-header2.png') no-repeat left top;
	width: 23px;
	height: 26px;
	border: 0;
	float: left;
	cursor:pointer;
	
}

/* --------- SUB-HEADER --------- */

#sub-header ul {
	margin: 0;
	padding: 13px 0 0 0;
}

#sub-header ul li {
	display: inline;
	color: #929497;
	padding: 0px 3px 0px 0px;
}

#sub-header ul li a {
	color:#666666 ;
	padding: 0px 3px 0px 0px;
}

#sub-header ul li a:hover {
}

#sub-header ul.left li {
	font-size: 11px;
}

#sub-header ul.right li {
	font-size: 11px;
}


#sub-header a#cartlink{
    background: url('/images/cart.png');
    padding-left:19px;
    background-repeat:no-repeat;
    background-position:left center;
    margin-left:0px;
}

/* --------- CONTENT --------- */

#content h2 {
border-bottom:1px solid #ccc;
font-size:14px;
font-weight:normal;
padding-bottom:4px;
}



.h2 {
	border-bottom:1px solid #ccc;
font-size:14px;
font-weight:normal;
padding-bottom:4px;
}

.h3groups {
border-bottom:1px solid #ccc;
font-size:16px;
font-weight:normal;
padding-bottom:4px;
}

.content {
	font-size: 20px;
	padding-bottom: 4px;
	border-bottom: 0px solid #CCC;
}

#content h2 span {
	vertical-align: middle;
	width: 33px;
}

#main-image {
	position: relative;
	
	width:644px;
	/** height: 402px; **/
}

#main-image img {
	
	/*height: 402px;*/
}

.image-main-caption {
	background:#000000;
	font-style: normal;
	color: #FFF;
	position: absolute;
	right: 20px;
	
	
	bottom:0px;
	
	margin: 0;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	padding: 8px 14px;
	
	
	-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;

	
	
}

.image-main-copyright{
	color:#9C9C9C;
	}

.image-main-caption a {
	color: #00adee;
	font-style: normal;
}


#images-highlights .image-highlight, #images-highlights .image-highlight img {
	width: 120px;
	height: 120px;
}

#images-highlights .image-highlight {
	position: relative;
	float: left;
	margin: 0px 8px 11px 0px;
}


#images-highlights .image-highlight-sm, #images-highlights .image-highlight-sm img {
	width: 90px;
	height: 90px;
}


#images-highlights .image-highlight-sm {
	position: relative;
	float: left;
	margin: 0px 4px 7px 0px;
}



#images-highlights .image-caption {
	width: 108px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #000;
	font-size: 11px;
	color: #FFF;
	margin: 0;
	padding: 3px 6px;
}

#images-highlights .image-caption span {
	display: block;
	line-height: 1.4em;
}

#images-highlights .n-id-image {
	background: url('/images/bullet-arrow.gif') no-repeat left 50%;
	padding: 0 0 0 12px;
	color: #FFF;
}

#images-highlights .n-downloads {
	color: #808184;
}


.bold {
	font-weight:bold;
	color:#444444;
}

/* --------- REGISTER --------- */


#register h3 {
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCC;
}


/* --------- SIDEBAR --------- */

#sidebar .sidebar-box {
	margin: 0 0 8px 0;
}



#sidebar h3 {
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCC;
}

#sidebar h3 span {
	font-size: 11px;
	vertical-align: middle;
	padding: 0 0 0 12px;
}

#sidebar h3 span a {
	color: #00bde0;
	padding: 0 0 0 10px;
}

#sidebar h3.search-title {
	text-indent: -9999em;
	background: url('/images/search-title.gif') no-repeat left top;
	height: 20px;
	border: 0;
	padding: 0;
	margin: 0;
}

.subtitle {
	font-style: italic;
	font-size: 14px;
	color: #a6a8ab;
}

#sidebar .free-title {
	background: url('/images/free-title.gif') no-repeat left top;
	height: 33px;
}

#sidebar h3.get-more-title {
	text-indent: -9999em;
	background: url('/images/get-more-title.gif') no-repeat left top;
	height: 25px;
}


#sidebar ul {
	width: 340px;
	margin: 1em 0;
}

ul.tick li {
	background: url('/images/bg-bullet-tick.gif') no-repeat left 50%;
	display: block;
	float: left;
	width: 140px;
	padding: 0 14px 0 16px;
	font-size: 11px;
	color: #222222;
	line-height: 2em;
}

#sidebar ul.tick li {
	background: url('/images/bg-bullet-tick.gif') no-repeat left 50%;
	display: block;
	float: left;
	width: 140px;
	padding: 0 14px 0 16px;
	font-size: 11px;
	color: #222222;
	line-height: 2em;
}


ul.tick2 li {
	background: url('/images/bg-bullet-tick.gif') no-repeat left 50%;
	display: block;
	float: left;
	width: 280px;
	padding: 0 14px 0 16px;
	font-size: 11px;
	color: #333333;
	line-height: 2em;
}

#sidebar ul.tick2 li {
	background: url('/images/bg-bullet-tick.gif') no-repeat left 50%;
	display: block;
	float: left;
	width: 280px;
	padding: 0 14px 0 16px;
	font-size: 11px;
	color: #333333;
	line-height: 2em;
}

ul.stars li {
	list-style: none;
	background: url('/images/bg-bullet-dot.gif') no-repeat left 50%;
	padding: 0 14px 0 16px;
	color: #000000;
	line-height: 2em;
}

ul.bigstars li{
	font-size:16px;
	font-family: sans-serif;
	padding-left:14px;
	line-height:1.7em;
	}

.btn-buystock {
	background: url('/images/bg-btn-buystock.gif') no-repeat left top;
	display: block;
	float: left;
	width: 166px;
	height: 37px;
	text-indent: -9999em;
	margin: 0 9px 0 0;
}

.btn-sellstock {
	background: url('/images/bg-btn-sellstock.gif') no-repeat left top;
	display: block;
	float: left;
	width: 166px;
	height: 37px;
	text-indent: -9999em;
}

#s-search #s-keywords {
	background: url('/images/bg-input-sidebar.gif') no-repeat left top;
	width: 240px;
	height: 21px;
	border: 0;
	float: left;
	color: #a6a8ab;
	font-size: 11px;
	padding: 8px 10px 0px;
}

#s-search #s-searchSubmit {
	background: url('/images/bg-button-sidebar.gif') no-repeat left top;
	width: 76px;
	height: 29px;
	border: 0;
	float: left;
	cursor:pointer;
}

#s-search #s-goSubmit {
	background: url('/images/bg-button-sidebar-go.gif') no-repeat left top;
	width: 50px;
	height: 29px;
	border: 0;
	float: left;
	cursor:pointer;
}

#login #username {
	background: url('/images/bg-input-username.gif') no-repeat left top;
	width: 131px;
	height: 21px;
	border: 0;
	float: left;
	color: #a6a8ab;
	font-size: 11px;
	padding: 8px 10px 0px;
}

#login #password {
	background: url('/images/bg-input-password.gif') no-repeat left top;
	width: 117px;
	height: 29px;
	border: 0;
	float: left;
	color: #a6a8ab;
	font-size: 11px;
	padding: 8px 10px 0px;
}

#login #loginSubmit {
	background: url('/images/bg-input-login.gif') no-repeat left top;
	width: 50px;
	height: 29px;
	border: 0;
	float: left;
	cursor: pointer;
}

.quote {
	background: #e5f8fc;
	-moz-border-radius: 10px;
	padding: 15px;
}

.quote p {
	font-family: "Georgia", sans-serif;
	font-size: 15px;
	margin: 0;
	color: #333333;
	line-height: 1.3em;
}


.quote2 {
	background: #FFFFFF;
}

.quote2 p {
	font-family: "Georgia", sans-serif;
	font-size: 15px;
	margin: 0;
	color: #333333;
	line-height: 1.2em;
}

.market_options {
color: #929497;
}
	
	
.market_options a {
font-weight: normal;
color: #666666;
font-size: 10px; 
}

.market_options a:hover {
text-decoration: underline;
}


.tag_img a {
font-weight: normal;
color: #666666;
font-size: 12px; 
}

.tag_img a:hover {
color: #0192B5;
text-decoration: none;
}

	



/* --------- FOOTER --------- */

#footer {
	border-top: solid 1px #CCCCCC;
	height: 34px;
	padding: 8px 0 0 15px;
	font-size: 11px;
	color: #333333;
	
}

#footer ul {
	margin: 0;
	float: left;
	line-height:20px;
}

#footer ul li {
	color: #CCC;
	display: inline;
	padding: 0px 3px 0px 0px;
}

#footer ul li a {
	color:#666666;
	padding: 0px 3px 0px 2px;
}

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

#footer p {
	text-align: right;
	color: #CCC;
}

#copyright {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:1000px;
	padding: 8px 0 15px 15px;
	font-size: 11px;
	color: #CCC;
}

/* --------- OTHERS --------- */

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* ----------- my profile ------------*/
.edit_link{
	font-weight:normal;
	margin-left:8px;
	text-decoration:underline;
	}	
	
.nick_link{
	font-size:16px;
	font-weight:bold;
	
	}	

/* ------------ set ----------------- */
	
#set_header{
	border-bottom: 1px dotted #CCC;
	padding:10px;
	padding-bottom:15px;
	
	}	
#set_content{
	padding:20px;
	}	
	
#set_title{
	font-size:30px;
	margin-bottom:20px;
	}	
	
#set_preview{
		text-align:center;
		padding:0 0 5px 0;
	}	
	
#set_left{
	width:240px;
	}	
	
#set_right{
	width:700px;
	margin-left:15px;
	}	
	
#set_description{
	text-align:justify; margin-top:10px;
	}	
	
	
.shroud{
	margin-right:15px;
	padding: 8px 10px 12px 9px; 
	background-image: url(/images/set_shroud.gif); 
	width: 80px; height: 80px;
	}
	
.shroud_inner{
	border: 1px inset ; width: 80px; height: 80px; background-color: white; position: relative;
	}	

.sets_container{
		width:480px;
		margin-bottom:30px;
	}

.sets_title{
		font-size:18px;
		margin-top:3px;
		margin-bottom:3px;
		
	}
	
.sets_moreinfo{
	color:#999;
	}	
	
	
/* ----------------------- new march 4th --------------------------*/
	
.profile-box p.quote {
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #666;
	line-height: 1.3em;
}

.profile-box br{
	line-height:10px;
}

.profile-box {
	background: #e5f8fc url('/images/bg-corner-radius-top.gif') no-repeat left top;
	padding: 15px;
	padding-bottom:7px;
}

.profile-box-2 {
	background-color: #FFFFFF;
	padding: 15px;
	padding-bottom:7px;
}


.corner-box-bottom {
	background: #e5f8fc url('/images/bg-corner-radius-bottom.gif') no-repeat left bottom;
	height: 8px;
}


.corner-box-bottom {
	background-color: #FFFFFF;
	height: 8px;
}

.profile-box div.user-avatar, .profile-box div.user-avatar img {
	width: 80px;
	height: 80px;
}

.profile-box2 div.user-avatar, .profile-box div.user-avatar img {
	width: 80px;
	height: 80px;
}

.profile-box div.user-avatar {
	float: left;
	margin-right: 15px;
}

.profile-box .profile-content {
	width: 210px;
	float: left;
}



.profile-box .profile-content p {
	margin: 0;
}

.profile-box .user-title {
	font-size: 22px;
}

.profile-box .user-since {
	padding: 6px 0 0 0;
	font-size: 11px;
	color: #333333;
}

.profile-box span.pro-ico {
	vertical-align: middle;
	width: 33px;
}

.profile-box p.view-profile {
	padding-top: 6px;
}

.profile-box p.view-profile a {
	font-family: "Georgia", sans-serif;
	font-size: 13px;
	color: #000;
}


/* ------------------ people ------------------ */

.ppl-thumbs img{
	border:1px solid #CCCCCC; margin:4px; padding:3px; width:52px; height:52px;
	}
	
.ppl-thumbs img:hover{
	
	border:1px solid #0192B5;
	}	

/* ------------------ sell stock ------------------ */

.image-box {
	width: 209px;
	float: left;
	margin: 0 5px 0 0;
	color: #333333;
}

.image-box p {
	margin-top: 8px;
	padding-right: 10px;
}

#content .box-border-bottom {
	padding-bottom: 18px;
	border-bottom: 1px dotted #bdbdbd;
	margin-bottom: 20px;
}

#content h2.title-sell-stock {
	background: url('/images/bg-title-sell-stock.gif') no-repeat left top;
	height: 67px;
	text-indent: -9999em;
}


#sidebar h3.title-sell-stock {
	background: url('/images/bg-title-sell-stock-sidebar.gif') no-repeat left top;
	width: 327px;
	height: 25px;
	text-indent: -9999em;
}

#sidebar ul.tick-block li {
	background: url('/images/bg-bullet-tick.gif') no-repeat left 50%;
	width: 140px;
	padding: 0 14px 0 16px;
	font-size: 11px;
	color: #333333;
	line-height: 2em;
	list-style-type:none;
}

#sidebar p a.btnApplyPRO  {
	background: url('/images/bg-btn-apply.gif') no-repeat left top;
	width: 341px;
	height: 39px;
	display: block;
	text-indent: -9999em;
}



/* ------------------ legal ------------------ */


#legallist {
	padding-top: 5px;
	margin-left: 0;
}

#legallist li {
	list-style: none;
	margin: 0;
	padding: 5px;
	border-bottom: 1px dotted #CCCCCC;
}
	

/* ------------------ tour ------------------ */

.mainpoint {
	font-size:16px;
	font-weight:bold;
	padding-bottom: 10px;
}

.question {
	font-size:12px;
	color: #000;
	font-weight:bold;
	padding-bottom: 4px;
}


/* ------------------ buy stock ------------------ */



#content h2.title-buy-stock {
	background: url('/images/bg-title-buy-stock.gif') no-repeat left top;
	height: 34px;
	text-indent: -9999em;
}


#sidebar p a.btnBUYSTOCK  {
	background: url('/images/bg-btn-buy-stock.gif') no-repeat left top;
	width: 341px;
	height: 39px;
	display: block;
	text-indent: -9999em;
}



/* ---------------------------- credits page ----------------------------*/

#images-highlights .n-id-image {
	background: url('/images/bullet-arrow.gif') no-repeat left 50%;
	padding: 0 0 0 12px;
	color: #FFF;
}

#images-highlights .n-downloads {
	color: #333333;
}



#form-add-credit #custom_amount {
	position: relative;
	top: -2px;
	width: 94px;
	border: 1px solid #CCC;
	padding: 2px;
	color: #333333;
	margin-left: 5px;
}

#form-add-credit div {
	display: inline;
	float: left;
}

#form-add-credit span {
	position: relative;
	top: -3px;
	color: #333333;
	padding: 0px 22px 0px 5px;
}

#content h3.title-add-credits {
	background: url('/images/add-credits-title.gif') no-repeat left top;
	margin-top: 1.5em;
	padding-bottom: 10px;
	height: 29px;
	text-indent: -9999em;
}

#btnAddCredit {
	background: url('/images/bg-btn-add-credits.gif') no-repeat left top;
	border: 0;
	width: 174px;
	height: 37px;
	margin: 10px 0;
	cursor: pointer;
}
	
#container  .col-left  .credit-box {
	padding-top: 22px;
	width: 252px;
	float: right;
}

#container  .col-left  .credit-box p {
	text-align: right;
}

#container  .col-left  .credit-box a.btnBuyCredits {
	background: url('/images/bg-btn-buy-credits.gif') no-repeat left top;
	width: 153px;
	height: 30px;
	display: block;
	text-indent: -9999em;
	float: right;
	text-align: none;
}

.credit-black {
	background: url('/images/bg-remove-ico.gif') no-repeat left 50%;
	color: #000;
	padding-left: 14px;
}

.credit-blue {
	background: url('/images/bg-add-button.gif') no-repeat left 50%;
	color: #00bde0;
	padding-left: 14px;
}


th,td {
	padding: 0.5em;
	color: #333333;
}


.nopadding td{
	padding:0px;
	}

tr td img {
	vertical-align: middle;
}

thead {
	border-bottom: 1px solid #E4F8FC;
}

thead tr td {
	font-size: 13px;
	font-weight: bold;
	color: #000;
}

tbody tr.odd {
	background: #e5f8fc;
}

#content a.right-link {
	
	font-size: 12px;
	float:right;
	padding-top:3px;
	vertical-align:middle;
	right: 0;
	
}

#content h3 {
	padding-bottom: 4px;
	font-weight:normal;
	border-bottom: 1px dotted #BDBDBD;
}

.h3 {
	padding-bottom: 4px;
	font-weight:normal;
	border-bottom: 1px dotted #BDBDBD;
}
	
/* --------- COMMENTS --------- */

.comments ul {
	margin-left: 0;
	margin-right: 0;
}

.comments ul li {
	list-style: none;
	margin-bottom: 1em;
}

.comments ul li div.user-avatar, .comments ul li div.user-avatar img {
	width: 36px;
	height: 36px;
}

.comments ul li div.user-avatar {
	float: left;
	margin-right: 8px;
}

.comments ul li div.comment-content {
	width: 599px;
	float: left;
}

.comments p.comment-info {
	position: relative;
	background: #e5f8fc;
	padding: 2px 6px;
}

.comments p.comment-info a.comment-user {
	
	font-size: 13px;
	font-weight:bold;
}



.comments p.comment-info em {
	font-size: 11px;
	color: #333333;
}

.comments p.comment-info a.delete-link span.delete-link {
	position: absolute;
	right: 8px;
	font-size: 11px;
	text-decoration: underline;
	vertical-align: middle;
}

span.delete-link {
	float:right;
	right: 8px;
	font-size: 11px;
	vertical-align: middle;
}

.comments p {
	padding: 0px 10px;
}

#comment-form p {
	color: #adadad;
}

#comment-form textarea {
	width: 630px;
	height: 73px;
	font-family: "Arial", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	border: 1px solid #bbbdbf;
	padding: 7px;
}

textarea#comment_post_comment {
	width: 630px;
	height: 65px;
	overflow: auto;
	font-family: "Arial", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	border: 1px solid #ccc;
	padding: 7px;
}


#comment-form #btnPreview {
	background: url('/images/bg-btn-preview.gif') no-repeat left top;
	width: 75px;
	height: 29px;
	border: 0;
	cursor: pointer;
}

#comment-form #btnPreview:hover {
	background-position: left bottom;
}

#comment-form #btnSubmitComment {
	background: url('/images/bg-btn-post-comment.gif') no-repeat left top;
	width: 115px;
	height: 29px;
	border: 0;
	cursor: pointer;
}

#comment-form #btnSubmitComment:hover {
	background-position: left bottom;
}

/*---------------- Sidebar: Titles Box ----------------------*/

#sidebar .sidebar-box h3.title-info {
	background: url('/images/bg-info-ico.gif') no-repeat left 2px;
	padding-left: 20px;
}

#sidebar .sidebar-box h3.title-dl {
	background: url('/images/bg-download-icon.gif') no-repeat left 2px;
	padding-left: 20px;
}

#sidebar .sidebar-box h3.title-rating {
	background: url('/images/bg-rate-ico.gif') no-repeat left 2px;
	padding-left: 20px;
}

#sidebar .sidebar-box h3.title-tag {
	background: url('/images/bg-tags-ico.gif') no-repeat left 2px;
	padding-left: 20px;
}

#sidebar .sidebar-box h3.title-maps {
	background: url('/images/bg-map-ico.gif') no-repeat left 2px;
	padding-left: 20px;
}

#sidebar .sidebar-box h3.title-zoom {
	background: url('/images/bg-zoom-icon.gif') no-repeat left 2px;
	padding-left: 20px;
}

#sidebar .sidebar-box h3.title-cart {
	background: url('/images/bg-cart-icon.gif') no-repeat left 2px;
	padding-left: 20px;
}

.title-set {
	background: url('/images/bg-gallery-icon.gif') no-repeat left 2px;
	padding-left: 20px;
}


.title-photos {
	background: url('/images/bg-photos-icon.gif') no-repeat left 2px;
	padding-left: 20px;
}

.title-group {
	background: url('/images/bg-groups-icon.gif') no-repeat left 2px;
	padding-left: 20px;
}

.title-maps {
	background:transparent url(/images/bg-map-ico.gif) no-repeat scroll left 2px;
	padding-left:20px;
}


#sidebar .sidebar-box h3.title-info {
	background: url('/images/bg-info-ico.gif') no-repeat left 2px;
	padding-left: 20px;
}

#sidebar .sidebar-box div.title-share {
	background: url('/images/bg-share-ico.gif') no-repeat left 2px;
	padding-left: 20px;
	font-size:14px;
	font-weight:normal;
	margin-bottom:6px;
	padding-bottom:3px;
}

#sidebar .sidebar-box ul li {
	list-style: none;
}

ul.list-info li {
	color: #333333;
	list-style: none;
}

ul.list-info li span {
	color: #000;
	padding-left: 10px;
}

ul.list-info li span img {
	padding: 0px 2px;
}

#sidebar ul {
	width: 340px;
	margin: 1em 0;
	padding-bottom: 10px;
}

ul.list-tags, ul.list-info {
	padding: 0px 20px;
}

ul.list-tags li {
	display: inline;
}

.btnShare {
	margin-top:3px;
	float:right;
	top: 0;
	right: 0;
	display: block;
}

a.btnLightbox {
	margin-top:3px;
	float:right;
	top: 0;
	right: 0;
	background: url('/images/bg-btn-lightbox.gif') no-repeat left top;
	width: 111px;
	height: 18px;
	display: block;
	text-indent: -9999em;
}

#form-share label {
	color: #333333;
	display: block;
	margin-bottom: 4px;
}

#form-share input {
	width: 100%;
	border: 1px solid #bbbdbf;
	color: #666666;
	padding: 2px;
}

/*--------------------- comment form -----------------------*/

#comment-form p {
	color: #adadad;
}

#comment-form textarea {
	width: 630px;
	height: 73px;
	font-family: "Arial", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	border: 1px solid #bbbdbf;
	padding: 7px;
}

#comment-form #btnPreview {
	background: url('/images/bg-btn-preview.gif') no-repeat left top;
	width: 75px;
	height: 29px;
	border: 0;
	cursor: pointer;
}

#comment-form #btnPreview:hover {
	background-position: left bottom;
}

#comment-form #btnSubmitComment {
	background: url('/images/bg-btn-post-comment.gif') no-repeat left top;
	width: 115px;
	height: 29px;
	border: 0;
	cursor: pointer;
}

#comment-form #btnSubmitComment:hover {
	background-position: left bottom;
}

/*------------------------------ BUTTONS ---------------------------*/

	#container p.buttonN a {
    background: url('/images/bg-button-left.gif') no-repeat left  top;
	display: block;
	float: left;
	height: 24px;
	padding: 5px 20px 0px;
	padding-right:15px;
	margin: 0 10px 0 0;
	text-align: center;
	color: #000;
	font-weight: bold;
}

#container p.buttonN span {
    background: url('/images/bg-button-right.gif') no-repeat right top;
	width: 5px;
	height: 29px;
	display: block;
	float: left;
	margin-left: -10px;
}

#container p.buttonN span.button-hover {
	background: url('/images/bg-button-right.gif') no-repeat right bottom;
}

#container p.buttonN a:hover {
	background-position: left bottom;
	color: #00bde0;
}
	
#container p.buttonH a {
    background: url('/images/bg-button-left.gif') no-repeat left  bottom;
	display: block;
	float: left;
	height: 24px;
	padding: 5px 20px 0px;
	padding-right:15px;
	margin: 0 10px 0 0;
	text-align: center;
	color: #00bde0;
	font-weight: bold;
}

#container p.buttonH span {
    background: url('/images/bg-button-right.gif') no-repeat right bottom;
	width: 5px;
	height: 29px;
	display: block;
	float: left;
	margin-left: -10px;
}

	
/*-------------------- image page specific --------------------------*/
#sidebar div.big-title {
	font-size: 14px;
	margin:0.6em 0;
	
}

a.title-link {
	float:right;
	padding-top: 3px;
	right: 0;
	
	font-size: 12px;

}

#sidebar .sidebar-box2 {
	margin: 0px;
}

#sidebarfix{
	
	}
	
	

#sidebarfix h3 {
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 3px;
	border-bottom: 1px dotted #CCC;
	margin-bottom:6px;
}
	
#sidebarfix ul{
	margin-top:0px;
	}

.profile-nick{
	font-size:14px; font-weight:bold; margin-left:8px;
	line-height:36px;
	vertical-align:middle;
	}
	
.sidebar_fixed{
	margin-top:0px;
	padding-top:0px;
	
	}	

#sidebarfix table{
	line-height:1em;
	}
	
#sidebarfix td{
	margin:0px;
	padding:2px;
	}	
	

	
#btnBuyNow {
	
	right: 0;
	background: url('/images/bg-btn-dl.gif') no-repeat left top;
	width: 89px;
	height: 21px;
	border: 0;
	cursor: pointer;
}

#sidebarfix ul.list-tags, ul.list-info {
padding-left:10px;
}

/*-------------------- buttons ---------------------*/

.button{
	background-color:#E4F8FC;
	border-top:1px solid #77D3E2;
	border-left:1px solid #77D3E2;
	border-bottom:1px solid #77D3E2;
	border-right:1px solid #77D3E2;
	font-weight:bold;
	line-height:34px;
	vertical-align:middle;
	padding:4px;
	padding-left:6px;
	padding-right:6px;
	color:#444444;
		cursor:pointer;
		font-size:12px;
	
	}

.button:hover{
	background-color:#C9F5FC;
	color:#333;
	text-decoration:none;
	}

.button:active{
	background-color:#C9F5FC;
	border-bottom:1px solid #77D3E2;
	border-right:1px solid #77D3E2;
	border-top:1px solid #008198;
	border-left:1px solid #008198;
}


.buttonG{
	background-color:#F2F2F2;
	border-top:1px solid #E2E2E2;
	border-left:1px solid #E2E2E2;
	border-bottom:1px solid #D2D2D2;
	border-right:1px solid #D2D2D2;
	font-weight:bold;
	line-height:26px;
	vertical-align:middle;
	padding: 1px;
	padding-left:3px;
	padding-right:3px;
	color:#666;
		cursor:pointer;
		font-size:11px;
	
	}

.buttonG:hover{
	/*background-color:#C9F5FC;*/
	border-top:1px solid #D2D2D2;
	border-left:1px solid #D2D2D2;
	border-bottom:1px solid #C2C2C2;
	border-right:1px solid #C2C2C2;
	color:#333;
	text-decoration:none;
	}

.buttonG:active{
	background-color:#C9F5FC;
	border-bottom:1px solid #77D3E2;
	border-right:1px solid #77D3E2;
	border-top:1px solid #008198;
	border-left:1px solid #008198;
}



.buttondown{
	background-color:#C9F5FC;
	border-bottom:1px solid #77D3E2;
	border-right:1px solid #77D3E2;
	border-top:1px solid #008198;
	border-left:1px solid #008198;
	font-weight:bold;
	line-height:34px;
	vertical-align:middle;
	padding:4px;
	padding-left:6px;
	padding-right:6px;
	color:black;
	
	
	
	}
	
	
.buttonS{
	background-color:#E4F8FC;
	border-top:1px solid #77D3E2;
	border-left:1px solid #77D3E2;
	border-bottom:1px solid #008198;
	border-right:1px solid #008198;
	font-weight:bold;
	line-height:30px;
	vertical-align:middle;
	padding:2px;
	padding-left:3px;
	padding-right:3px;
	color:black;
		cursor:pointer;
		font-size:12px;
	
	}

.buttonS:hover{
	background-color:#C9F5FC;
	
	}

.buttonS:active{
	background-color:#C9F5FC;
	border-bottom:1px solid #77D3E2;
	border-right:1px solid #77D3E2;
	border-top:1px solid #008198;
	border-left:1px solid #008198;
}

/*--------------------------- groups -----------------------*/
#groupscontainer tr{
	color:black;
	padding:0px;
}

#groupscontainer td{
	color:black;
	padding:0px;
}


.group_forum_header_info{
	font-size:30px;
	line-height:32px;
	}

#forum_table td{
	border-bottom:1px solid #BBBBBB;
	padding-top:4px; padding-bottom:4px;
	}
	
#forum_table thead{
	font-weight:bold;
	}	

#forum_table span{
	font-size:10px;
	}	
	
	
/*----------------------------- front page CC-icons ----------------*/
.ccicohome{
	line-height:16px;
	vertical-align:middle;
	padding-right:2px;
	}	
	
/****************************** front page logged in *********************/


.thumb-photos li a img {
	
}

.thumb-photos img{
	border:1px solid #CCCCCC; margin:4px; padding:3px; width:52px; height:52px;
	}
	
.thumb-photos img:hover{
	
	border:1px solid #0192B5;
	}	

.thumb-photos li {
display:inline;
}
	
#sidebar h3.big-title {
font-size:16px;
}

#sidebar .sidebar-box ul.group-list li {
color:#333333;
font-size:11px;
margin-bottom:5px;
}

#sidebar .sidebar-box ul.group-list li a {
border-right:1px dotted #333333;
color:#000000;
font-size:13px;
font-weight:bold;
margin-right:5px;
padding-right:10px;
}

#sidebar .sidebar-box p a.btnUploadNewPhoto {
background:transparent url(/images/upload_btn.png) no-repeat scroll left bottom;
border-top:1px dotted #BDBDBD;
display:block;
height:39px;
padding:15px 0 0;
text-indent:-9999em;
width:344px;
}

#sidebar .sidebar-box p a.btnUpgrade {
background:transparent url(/images/bg-btn-upgrade.gif) no-repeat scroll left top;
display:block;
height:33px;
text-indent:-9999em;
width:344px;
}

	
/*---------------------------- drop down menu ---------------------*/
	li.dropdown a{
	background:URL('/images/dropdown_indicator2.gif') no-repeat center right;
	}
	
li.dropdown a:hover{
	background: url('/images/dropdown_indicator_active.gif') no-repeat center right;
	}	
	

.dropdown_menu{
	display:none;
	position:absolute;
	z-index:9999;
	background-color:#efefef;
	
	
	color:white;
	}

.dropdown_menu a{
	display:block;
	border-top:1px dotted #bcbcbd;
	color:#666666;
	padding:10px;
	}
	
.dropdown_menu a:hover{
	}
		

	
/*----------------------- pagination ---------------------*/

.pagination_last{
	border: 1px solid white;
	}
	
.pagination_current{
	border: 1px solid #666666;
	color: #666666
	}

.pagination_item{
	border:1px solid #0192B5;
}

.pagination_next{
	border:1px solid #0192B5;
}

.pagination_prev{
	border:1px solid #0192B5;
}

.pagination{
	margin-top:10px;
	margin-bottom:5px;
	margin-right:50px;
	float:right;
}


	

.pagination a{
	text-decoration:none;
	}

.pagination a:hover{
	text-decoration:none;
	}

.pagination span{
	line-height:16px;
	margin-left:2px; margin-right:2px;
	font-size:12px;
	display:block;
	float:left;
	font-weight:bold;
	padding:2px 5px 2px 5px;
	

	}
	
.pagination img{
	padding:0px;
	margin:0px;
	width: 16px;
	height: 16px;
	vertical-align:middle;
	}

.pagination_next{
	padding:0px;
	}
	
	

	
	
/* --------- MARKETPLACE --------- */

#container .col-left {
	width: 643px;
	float: left;
}

#container .col-right_area {
	width: 342px;
	float: right;
}

.myh2 {
	border-bottom: 1px solid #cccecf;
	margin-bottom: 10px;
}

span.title-marketplace {
	background: url('/images/marketplace-title.gif') no-repeat left top;
	width: 231px;
	height: 34px;
	display: block;
	text-indent: -9999em;
}

span.link-right {
	padding-top:12px;
	right: 0;
	font-size: 12px;
	color: #333333;
}

#container .col-left  h3.search-title {
	text-indent: -9999em;
	background: url('/images/search-title.gif') no-repeat left top;
	height: 20px;
	border: 0;
	padding: 0;
	margin: 0;
}

#container .col-right ul  {
	text-align: justify;
	margin-left: 0;
	margin-right: 0;
	line-height: 1.8em;
}

#container .col-right ul li {
	display: inline;
}

#container .col-right ul li a {
	color: #0192B5;
}

#container .col-right ul li a:hover {
	color: #0192B5;
}

#container  .col-left  .search-box {
	width: 346px;
	float: left;
}

#container  .col-left  .credit-box {
	padding-top: 22px;
	width: 252px;
	float: right;
}

#container  .col-left  .credit-box p {
	text-align: right;
}

#container  .col-left  .credit-box a.btnBuyCredits {
	background: url('/images/bg-btn-buy-credits.gif') no-repeat left top;
	width: 153px;
	height: 30px;
	display: block;
	text-indent: -9999em;
	float: right;
	text-align: none;
}

#search-results {
	padding: 30px 0 0 0;
}

#search-results h2 {
	font-size: 16px;
	border-bottom: 2px solid #000;
	padding-bottom: 4px;
}

#search-results h2  span {
	position: absolute;
	top: -3px;
	right: 0;
	font-size: 12px;
	color: #333333;
}

#search-results h2  span a {
	font-family: "Georgia", sans-serif;
	color: #00bde0;
	background: #e5f8fc;
	padding: 5px 8px;
	margin-left: 3px;
}

#search-results h2  span a:hover{
	color: #000;
}

.image-result {
	float: left;
	width: 120px;
	margin: 0 8px 12px 0;
}

.image-result .btnGo {
	background: url('/images/bg-btn-go.gif') no-repeat left top;
	width: 18px;
	height: 17px;
	display: block;
	float: left;
	text-indent: -9999em;
	margin: 0px 3px 0px 80px !important;
	margin: 0px 3px 0px 40px;
}

.image-result .btnBuy {
	background: url('/images/bg-btn-buy.gif') no-repeat left top;
	width: 18px;
	height: 17px;
	display: block;
	float: left;
	text-indent: -9999em;
}

.credit-black {
	background: url('/images/bg-remove-ico.gif') no-repeat left 50%;
	color: #000;
	padding-left: 14px;
}

.credit-blue {
	background: url('/images/bg-add-button.gif') no-repeat left 50%;
	color: #00bde0;
	padding-left: 14px;
}	
	

/********************* feed ***************************************/

.feed{

	}
	
.feed_spacer{ height:30px; }

.feed_avatar{
		margin-right:7px;
		float:left;
		
	}

.feed_header{
	
	padding:2px 6px;
	float:left;
	width:549px;
	font-weight:bold;
	font-size:13px;
}


.feed_header_small{
	font-size:11px;
	color: #585858;
	font-style:normal;
	font-weight:normal;
	}

.feed_content{
	margin-top:5px;
	width:588px;
	/*
	width:554px;
	height:56px;
	overflow:hidden;
	*/
	}
	
	
.nice_imagelink_100 img{
	height:100px;
	width:100px;
	
	margin:0px;
	margin-right:5px;
	margin-bottom:5px;
	border:1px solid #ccc; padding:3px;
	}	
	
.nice_imagelink_100 img:hover{
	
	border:1px solid #0192B5;
	}	
	
.nice_imagelink_100{
	margin:0px;
	padding:0px;
	}	
	
.preview_rectangle{
	background-color:black; display:none; position:absolute; z-index:3;
	}	
	
.prev_content{
	border:1px solid #ccc;
	width:210px;
	height:110px;
	}	
	
.prev_content:hover{
	border:1px solid #0192B5;
	}	
	
.nav_content{
	display:block;
	float:left;
	}

.nav_content img{
	border:1px solid #ccc; padding:3px;
}
.nav_content img:hover{
	border:1px solid #0192B5;
}	
	
.nav_content_nomore{
	border:1px solid #ccc; padding:3px;
	display:block;
	float:left;
	width:80px;
	height:80px;
	}

.nav_content_current{
		padding:4px;
		margin-left:4px; margin-right:4px; background-color:#E5E5E5;
		display:block;
		float:left;
	}

.nav_button_left{
	display:block; float:left; width:10px; height:80px; border:1px solid #ddd; padding:3px; margin-right:4px;
	background-image:URL(/images/leftarrow_11px.gif);
	background-position:center;
	background-repeat:no-repeat;
	}	
.nav_button_left:hover{
	border:1px solid #0192B5;
	}	
.nav_button_left_nomore{
	display:block; float:left; width:10px; height:80px; border:1px solid #ddd; padding:3px; margin-right:4px;
	background-image:URL(/images/leftarrowb_11px.gif);
	background-position:center;
	background-repeat:no-repeat;
	}	
	
	
.nav_button_right{
	display:block; float:left; width:10px; height:80px; border:1px solid #ddd; padding:3px; margin-left:4px;
	background-image:URL(/images/rightarrow_11px.gif);
	background-position:center;
	background-repeat:no-repeat;
	}		
.nav_button_right:hover{
	border:1px solid #0192B5;
	}	
.nav_button_right_nomore{
	display:block; float:left; width:10px; height:80px; border:1px solid #ddd; padding:3px; margin-left:4px;
	background-image:URL(/images/rightarrowb_11px.gif);
	background-position:center;
	background-repeat:no-repeat;
	}		
	
.feed_content img{
	
	height:100px;
	width:100px;
	
	margin:0px;
	margin-right:5px;
	border:1px solid #ccc; padding:3px;
	
	
	}
		
	
.feed_content img:hover{
	
	border:1px solid #0192B5;
	}	
	
.feed_content_imglink{
	margin:0px;
	padding:0px;
	}	
	
.feed_content_comment_image{
	float:left;
	}	
	
.feed_comment_container img{
	width:55px; height:55px;
	margin-right:5px;
	
	}	

.feed_content_comment_content{
	float:left;
	}
	
/****************************** EDIT BUTTONS **********************************/
#button_rotate_left{
	background-image:URL(/images/imgtools/rotateleft.gif);
	border:none;
	width:22px;
	height:16px;
	float:left;
	display:block;
	padding:0px;
	margin:0px;
	margin-right:4px;
	}

#button_rotate_left:hover{
	background-image:URL(/images/imgtools/on_rotateleft.gif);
	}
	
	
#button_rotate_right{
	background-image:URL(/images/imgtools/rotateright.gif);
	border:none;
	width:22px;
	height:16px;
	float:left;
	display:block;
	padding:0px;
	margin:0px;
	margin-right:4px;
	}

#button_rotate_right:hover{
	background-image:URL(/images/imgtools/on_rotateright.gif);
	}	
	
#addToGroupButton{
	background-image:URL(/images/imgtools/addgroups.gif);
	border:none;
	width:22px;
	height:16px;
	float:left;
	display:block;
	padding:0px;
	margin:0px;
	margin-right:4px;
	}	

#addToGroupButton:hover{
	background-image:URL(/images/imgtools/on_addgroups.gif);
	}
	
	
#deletePhotoButton{
	background-image:URL(/images/imgtools/deleteimg.gif);
	border:none;
	width:22px;
	height:16px;
	float:left;
	display:block;
	padding:0px;
	margin:0px;
	margin-right:4px;
	}
	
#deletePhotoButton:hover
	{
	background-image:URL(/images/imgtools/on_deleteimg.gif);
	}
		
	
.addToGroup{
	border:1px solid #C1C1C1;

color:#000000;
text-decoration:none;
background-color: white;
display:none;
padding:3px;
z-index:999;
padding:20px;	
	
	}	
	
.addToGroup_left{
	
	}
	
.addToGroup_right{
	margin-left:15px;
	width:120px;
	text-align:left;
	}	
	
/************************************* tag clouds **************************************/

#tag_cloud{
	
	
	}

#tag_cloud ul li{ 
display:inline;

}

#tag_cloud a{
	padding-left:4px; padding-right:4px;
	vertical-align:middle;
	}

#tag_cloud a:hover{
	background-color: #0192B5;
	color:white;
	text-decoration:none;
	}



#tag_cloud2 ul{
	margin:0px;
	margin-bottom:15px;
	margin-top:8px;
	}

#tag_cloud2 ul li{ 
display:inline;

}

#tag_cloud2 a{
	padding-right:4px;
	vertical-align:middle;
	color:#0192B5;
	}

#tag_cloud2 a:hover{
	
	color:#0192B5;
	text-decoration:underline;
	}
	
	
/************************************************* white link ****************/

a.whitelink{
	color:white;
	text-decoration:none;	
	}	
	
a.whitelink:hover{
	color:white;
	text-decoration:none;	
	}	
	
	
/******************************************** communication/messaging/ ***********/

.inbox_table td{
	border-top:1px solid #D9D9DC;
	border-bottom:1px solid #D9D9DC;
	color:black;
	padding-top:4px;
	padding-bottom:4px;
	cursor: pointer;
	cursor: hand;
	
	}
	
.is_read td{
	color:#6F6F6F;
	}	
	
.is_read td div span{
	color:#ddd;
	}		
	
.border-left{
	border-left:1px solid #D9D9DC;
	}
	
.border-right{
	border-right:1px solid #D9D9DC;
	}


.license_tab_selected{
    float:left;
            cursor:pointer;
            cursor:hand;
            border:1px solid #59CADC;
            border-bottom:1px solid white;
            padding:4px;
            font-weight:bold;
            padding-left:5px;
            padding-right:5px;
}

.license_tab{
    float:left;
    cursor:pointer;
    cursor:hand;
    border:1px solid #59CADC;
    padding:4px;
   
    background-color: #DBF6FB;
    font-weight:bold;
    padding-left:5px;
    padding-right:5px;
}

