/* page layout */
#outer-container {

	margin: auto;
	width: 1000px;
	
}

#inner-container {
	
	float: left;
	width: 1000px;

	
}

/* page layout */
#layout-body {
	float: left;
	width: 976px;
	padding-bottom: 20px;
	padding-left: 24px;
}

#left-column {
	float: left;
	width: 225px;
	
	height: 620px;
}

#center-column {

	float: left;
	width: 976px;	
	overflow: hidden;

}

/* left content */

.menu-outter {
	width: 197px;
	float: left;
	background-image: url(/img/menu-top.gif);
	background-repeat: no-repeat;
	padding-top: 15px;
	
	margin-top: 30px;
}

.menu-inner { 
	width: 197px;
	float: left;
	background-image: url(/img/menu-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 14px;
}

.menu-content { 
	width: 197px;
	float: left;
	
	background-image: url(/img/menu-gradient.gif);
	background-repeat: repeat-y;
}

.menu-header { 
	background-image: url(/img/menu-header.jpg);
	margin-left: 30px;
	
	height: 18px;
	width: 79px;
	float: left;

}

.table-list {
	padding-top: 10px;
}

.table-list a {
	width: 150px;	
	padding-top: 10px;
	padding-bottom: 10px;

}

.table-list a span.menu-item {
	width: 100px;
	display: block;
	float: left;
}


.table-list {
	display: block;
	float: left;
	width: 150px;
	padding-left: 30px;

}

.photo-controls-panel {
	height: 40px;
	cursor: default;
	position: absolute;
	display: none;
	background-color: #161616;
	opacity: 0.75;
	filter: alpha(opacity = 75);
	z-index: 1100;
	line-height: 14px;
}

.panel_control {
	float: left;
	width: 45px;
	height: 40px;
	cursor: pointer;
}

.social_btns_container {
	float: left;
	width: 100%;
}

.social_btns {
	float: left;	
}

/*.social_btns .s_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.4;
	z-index: 100;
}*/

#facebook_btn, #tweet_btn, #google_btn, #vk_btn {
	float: right;
	margin-top: 12px;
}

#facebook_btn {
	width: 90px;	
}

#tweet_btn {
	width: 105px;	
}

#google_btn {
	width: 69px;
}

#vk_btn {
	width: 87px;	
}

.panel_control a {
	float: left;
	width: 100%;
	height: 100%;
}

#info_btn a {
	background: transparent url(../img/info_btn_bg.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.active_popup {
	background-color: #404040;
}

#info_btn a:hover {
	background-color: #404040;
}

#links_btn a {
	background: transparent url(../img/link_btn_bg.png);
	background-position: center center;
	background-repeat: no-repeat;
}

#links_btn a:hover {
	background-color: #404040;
}

#full_btn a {
	background: transparent url(../img/full_btn_dg.png);
	background-position: center center;
	background-repeat: no-repeat;
}

#full_btn a:hover {
	background-color: #404040;
}

#notice_btn a {
	background: transparent url(../img/notice_btn_dg.png);
	background-position: center center;
	background-repeat: no-repeat;
}

#notice_btn a:hover {
	background-color: #404040;
}

#crop_btn a {
	background: transparent url(../img/crop_btn_dg.png);
	background-position: center center;
	background-repeat: no-repeat;
}

#crop_btn a:hover {
	background-color: #404040;
}

#fav_btn a:hover {
	background-color: #404040;
}

.fav_active a {
	background: transparent url(../img/fav_btn_bg.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.unfav_active a {
	background: transparent url(../img/unfav_btn_bg.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.panel_control a:hover {	
	text-decoration: none;
}

.photo_info {
	width: 450px;
	padding-top: 15px;
	padding-left: 20px;
	position: absolute;
	display: none;
	background-color: black;
	opacity: 0.75;
	filter: alpha(opacity = 75);
	cursor: move;
	z-index: 1009;
}

#photo_info_name {
	float: left;
	width: 92%;
	color: white;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
}

#photo_info_close {
	
	float: left;
	width: 5%;
	background-image: url("/img/close_info.gif");
	background-repeat: no-repeat;
	background-position: 5px 5px;
	cursor: pointer;
}

#photo_info_tags {
	color: white;
	float: left;
	font-size: 11px;
	text-align: left;
	width: 100%;
	margin-top: 5px;
}

#photo_info_tags a {
	color: white;
}

#photo_info_left {
	float: left;
	width: 40%;
	margin-top: 20px;
}

#photo_info_right {
	float: left;
	width: 60%;
	margin-top: 20px;
}

.photo_info_label {
	float: left;
	width: 70px;
	text-align: left;
	font-size: 11px;
	color: #666666;
	margin-top: 5px;
}

.photo_info_label span {
	float: left;
	width: 100%;
	color: #666666;
}

.photo_info_value {
	float: left;
	width: 60%;
	text-align: left;
	font-size: 11px;
	margin-top: 5px;
}

.photo_info_value span {
	float: left;
	width: 100%;
	color: #ffffff;
}

#photo_info_desc {
	float: left;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 30px;
	color: #666666;
	font-size: 11px;
}

.photo_links {
	width: 450px;
	padding-top: 15px;
	padding-left: 20px;
	position: absolute;
	display: none;
	background-color: black;
	opacity: 0.75;
	filter: alpha(opacity = 75);
	cursor: move;
	z-index: 1009;
}

#photo_links_close {
	
	float: left;
	width: 5%;
	background-image: url("/img/close_info.gif");
	background-repeat: no-repeat;
	background-position: 5px 5px;
	cursor: pointer;
}

#photo_links_left {
	float: left;
	width: 95%;
	margin-top: 10px;
	margin-bottom: 35px;
}

.photo_links_label {
	float: left;
	width: 100%;
	text-align: left;
	font-size: 11px;
	color: #666666;
	margin-top: 5px;
}

.photo_links_label span {
	float: left;
	width: 100%;
	color: #666666;
}

.photo_links_value {
	float: left;
	width: 100%;
	text-align: left;
	font-size: 11px;
	margin-top: 5px;
}

.photo_links_value span {
	float: left;
	width: 100%;
	color: #ffffff;
}

.photo_links_value input {
	float: left;
	width: 100%;
	color: #ffffff;
	border: none;
	background: transparent;
	font-size: 11px;
}

.photo_links_head {
	float: left;
	width: 100%;
	color: white;
	font-size: 13px;
	font-weight: bolder;
	text-align: left;
	margin-top: 15px;
}

.parent_id {
	display: none;
}

/* center content */

.add_rating {
	display: none;
	float: left;
	width: 100%;
	height: 60px;
	font-size: 11px;
	margin-top: 15px;
}

.block_user {
	float: left;
	width: 198px;
	margin-left: 10px;
}

.block_idea {
	float: left;
	width: 165px;
}

.block_originality {
	float: left;
	width: 170px;
}

.block_tech {
	float: left;
	width: 85px;
}

.block_top {
	float: left;
	width: 100%;
	height: 30px;
	margin-top: 10px;
	margin-left: 2px;
}

.block_btoom {
	float: left;
	width: 100%;
	height: 20px;
}

.idea_rate_off {
	float: left;
	width: 12px;
	height: 10px;
	background-position: right;
	background-repeat: no-repeat;
	background-image: url(../img/rating_off.gif);
	cursor: pointer;
}

.idea_rate_off span, .idea_rate_on span {
	float: left;
	width: 90px;
	text-align: center;
	color: white;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	display: none;
	position: relative;
	z-index: 996;
	top: -33px;
	background-color: #20170E;
	border: 1px solid #66665d;
	padding: 5px;
}

.originality_rate_off span, .originality_rate_on span {
	float: left;
	width: 90px;
	text-align: center;
	color: white;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	display: none;
	position: relative;
	z-index: 996;
	top: -33px;
	background-color: #20170E;
	border: 1px solid #66665d;
	padding: 5px;
}

.tech_rate_off span, .tech_rate_on span {
	float: left;
	width: 90px;
	text-align: center;
	color: white;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	display: none;
	position: relative;
	z-index: 996;
	top: -33px;
	background-color: #20170E;
	border: 1px solid #66665d;
	padding: 5px;
}

.idea_rate_on {
	float: left;
	width: 12px;
	height: 10px;
	background-position: right;
	background-repeat: no-repeat;
	background-image: url(../img/rating_on.gif);
	cursor: pointer;
}

.originality_rate_off {
	float: left;
	width: 12px;
	height: 10px;
	background-position: right;
	background-repeat: no-repeat;
	background-image: url(../img/rating_off.gif);
	cursor: pointer;
}

.originality_rate_on {
	float: left;
	width: 12px;
	height: 10px;
	background-position: right;
	background-repeat: no-repeat;
	background-image: url(../img/rating_on.gif);
	cursor: pointer;
}

.tech_rate_off {
	float: left;
	width: 12px;
	height: 10px;
	background-position: right;
	background-repeat: no-repeat;
	background-image: url(../img/rating_off.gif);
	cursor: pointer;
}

.tech_rate_on {
	float: left;
	width: 12px;
	height: 10px;
	background-position: right;
	background-repeat: no-repeat;
	background-image: url(../img/rating_on.gif);
	cursor: pointer;
}

.submit-rating {
	clear:both;
	float:left;
	text-align:right;
	width:610px;
	margin-top: 20px;
}

#cant_rate {
	margin-top: 30px;
}

#rates_history {
	margin-top: 30px;
	margin-bottom: 0;
}

#flashMessage {
	margin-left: 20px;
	width: 440px;
}

#ajaxFlashMessage {
	margin-left: 240px;
	width: 438px;
}

#switch_mark {
	float: right;
	margin-top: 5px;
	margin-right: 2px;
	font-size: 11px;
}

.submit-comment {
	font-size: 11px;
	color: #88887C;
}

#hidden-commn {
	display: none;
}

.panel_control span {
	float: left;
	width: 135px;
	text-align: center;
	color: white;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	display: none;
	position: relative;
	z-index: 996;
	top: -71px;
	background-color: #20170E;
	border: 1px solid #66665d;
	padding: 5px;
	left: -50px;
}

#flashMessageContainer {
	float: left;
	width: 100%;
	height: 46px;
}

#flashMessage {
	display: none;
}

#quick_mark_flash {
	float: left;
	height: 27px;
	margin-bottom: 10px;
	text-align: center;
	width: 120px;
}

#orig-image {
	line-height: 0;
}

.crop_show_icon {
	float: left;
	width: 18px;
	height: 18px;
	margin-left: 20px;
	margin-top: -2px;
	border: 1px solid #30302E;
	background-image: url(../img/crop_btn_dg.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.crop_show_icon:hover {
	border: 1px solid #404040;
}

.crop_added_icon {
	float: left;
	width: 18px;
	height: 18px;
	margin-left: 20px;
	margin-top: -2px;
	border: 1px solid #30302E;
	background-image: url(../img/crop_btn_dg.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.crop_added_icon:hover {
	border: 1px solid #404040;
}

#crop_show_close {
	float: right;
	margin: 5px;
	width: 15px;
	height: 15px;
	border: 1px solid black;
	background-image: url(../img/close_info.gif);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

#comment_form_head {
	float: left;
	width: 100%;
	height: 20px;
}

#comment_form_head a {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
