/* pic v3 without advanced search */

/* tabbed photo download options:
 * called as a component to pull in shared css used by
 * all test cell variants with the tabbed photo download options */
/* overrides for legacy shutterstock.css/photo_download_options.mh styles */
.image-specs {
	width: 100%;
}
.image-specs td {
	padding: 4px 10px;
	color: #525252;
}
.image-specs .size-name {
	text-align: left;
	font-size: 13px;
	padding-bottom: 2px;
}
.image-specs input[type=radio] {
	margin-top: 2px;
}
.image-specs .size-select {
	width: 20px;
}
.image-specs .filesize {
	text-align: right;
	padding: 4px 15px 4px 0px;
}

/* overrides .gradient_tabs from shutterstock.css */
#file_type_tabs {
	border-bottom: 1px solid #ccc;
	margin: 5px 0 7px 0;
	text-align: left;
}
#file_type_tabs li {
	border-color: #d9d9d9;
}
.language_ru #file_type_tabs li a {
	padding: 5px 12px 4px 12px;
}
.language_th #file_type_tabs li a {
	padding: 5px 12px 4px 12px;
	font-size: 12px;
}
#file_type_tabs li.selected {
	background: #fff;
	border-bottom: 1px solid #fff;
}
#file_type_tabs li a {
	font-family: Franklin Gothic Book, FranklinGothicBook, Arial, sans-serif;
	padding-bottom: 4px;
}
#vector_description {
	border-top: 1px solid #ccc;
	padding: 8px 0 10px;
	color: #666;
	line-height: 1.6;
	text-align: left;
}
#vector_description h3 {
	font-size: 15px;
	color: #333;
}
#vector_description .disclaimer {
	font-size: 13px;
	margin-top: 8px;
}

/* new styles */
.size_form tr {
	cursor: pointer;
}
.size_form tr:hover {
	background: #efefef;
}
.size_form .selected,
.size_form .selected:hover {
	background: #eef4f4;
	font-weight: bold;
}
.size_form .selected,
.size_form .selected:hover,
#file_type_tabs .selected a {
	color: #333;
}
.download_submit {
	position: relative;
	margin: 12px 0 0 3px;
	text-align: left;
}
.vector .download_submit {
	margin-left: 0;
}
.download_icon {
	position: absolute;
	left: 32px;
	top: 9px;
}
.download_submit .button {
	padding: 6px 40px 7px 54px;
	text-transform: capitalize;
}
.lte7 .download_submit .button {
	padding: 3px 12px 4px 27px;
}
.language_zh .download_submit .button,
.language_ja .download_submit .button {
	font-size: 14px;
}


/* reverted image metadata styles */
.meta_line .spec-name {
    height: auto;
    margin-bottom: 4px;
    padding-top: 2px;
}
.meta_line {
    margin-bottom: 6px;
}
#image_primary_content h1 {
    margin: 0;
    padding: 0;
    font-size:12px; 
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal; 
    letter-spacing:normal;
}
#image_id .spec-name {
    padding:0 0 15px 0;
}
#display-pic-description {
    width: auto;
}
.spec-model {
    padding: 0 0 1px 0;
}
.spec-model span {
    margin: 0 0 -1px 0;
}

/* pic v3 specific styles */
/* defaults */
.photo_detail img {
	border: none;
}

/* reused classes */
.standard_inline {
	display: none;
}
.xsmall {
	font-size: 9px;
}
.medium {
	font-size: 14px;
}

/* containers */
.photo_detail #bodyContentCenter {
	width: 930px;
}
#image_metadata_and_download {
	width: 450px;
}
#image_metadata_and_download,
#image_main {
	float: left;
}
#image_main {
	width: 450px;
	margin-right: 28px;
	position: relative;
}
.section {
    margin-bottom: 30px;
}
#image_metadata_and_download .section {
	margin-bottom: 6px;
}
#image_metadata {
	position: relative;
}
#stock_type{
	left: 0;
	position: absolute;
	top: 0;
}
/* ID specificity should be removed when rolling up A/B */
#image_primary_content h1 {
    margin: 0 0 10px;
    padding: 15px 0 0;
	color: #5B5B5B;
	font: 700 12px/18px Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	overflow: hidden;
	width: auto;
}
#image_primary_content h1:first-line {
	color: #5B5B5B;
	font-size: 14px;
	font-weight: bold;
}
.photo_detail #bodyContent {
	margin-left: 20px;
	margin-top: 0;
	padding-right: 0;
}
#image_primary_content {
	margin-bottom: 27px;
}
#image_main .thumb_image_container {
	position: relative;
	margin: 1px auto 12px;
}
#image_download {
	padding-top: 6px;
}
#browse_paths {
	padding-right: 3px;
}
#category_listing_pic .section_content {
	padding: 18px 0 0 20px;
}
#image_keywords .section_content {
	padding: 14px 20px 4px 20px;
}
#notes {
	padding: 15px 0;
}
.search_loading #pic_page_content {
	cursor: wait;
	opacity: .5;
}
.search_loading .lte8 #pic_page_content {
    filter: alpha(opacity=50);
    zoom: 1;
}
.search_loading .lte8 #pic_page_content * {
    position: static;
}
.pic_thousand_pix .shadow {
	padding: 0;
}
.download_submit {
	position: relative;
	float: left;
	margin: 16px 0 0 1px;
	text-align: left;
}
.vector .download_submit {
	margin: 4px 0 0 1px;
}
#image_keyword_container {
	line-height: 1.5em;
}
.share_interface_content li:nth-child(1) {
	height: auto;
}
#pic_options {
	margin: 0 0 0 14px;
}
#find_similar_images a {
	margin: 0 6px 0 0px;
}
#find_similar_images .pulldown_trigger {
	padding: 0;
}
#category_list_columns ul {
	margin:0px;
	padding:0px;
	float:left;
	width:20%;
	list-style:none;
}
#category_list_columns li {
	text-align:left;
	padding-bottom:5px;
	line-height:15px; 
}


/* browse paths specific styles */
.section_head {
	padding-bottom: 7px;
	border-bottom: 1px solid #d4d4d4;
}
.section_head h3 {
	display: inline;
	margin-right: 5px;
	font-size: 15px;
	color: #333;
}
.section_head a {
	font-size: 14px;
	margin-left: 5px;
}
#browse_paths .spec_divider {
	color: #ccc;
	position: relative;
	top: -2px;
}
#browse_paths>.section:first-child .image_list.section_content {
	background: url('http://s1.picdn.net/images/bg_similar.png') repeat-x;
}

/* .image_list is used with .section_content when a list of images is the section's content */
.image_list {
	list-style-type: none;
	margin: 0;
	padding: 14px 7px 10px 20px;
	height: 110px;
	overflow: hidden;
}
.ie .image_list {
	padding-left: 18px;
}
.image_list a img {
	border: none;
}
.image_list li {
	float: left;
	margin-right: 13px;
}
.ie .image_list li {
	margin-right: 9px;
}
.image_list li:last-child {
	margin-right: 0;
}
.vcentered_thumb {
	display: table-cell; 
	vertical-align: middle; 
	height: 100px; 
	width: 100px; 
}
.image_list .thumb_image_container {
	border: none;
	margin: 0 auto;
}
.image_list .thumb-caption {
	display: block;
	height: 1.2em;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	width: 100px;
	white-space: nowrap;
	color: #666;
	margin-top: 4px;
}