/*
    SimStock Colors:
    light yellow: #EBC033
    dark yellow: #E6B000
    light blue: #33B5DD
    dark blue: #00A2D4
*/

html
{
    overflow: auto;
    background: #000000;
    /*overflow-y: scroll;*/
}

body
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	/*font-family: Arial, Helvetica, sans-serif;*/
    font-family: verdana,arial,helvetica,clean,sans-serif;
	background: #000000;
	color: #FFFFFF;
    line-height: 140%;
    /*background: #000000 URL(../img/top_bar.jpg) repeat-x top;*/
}

a
{
    font-weight: bold;
}

a:link, a:visited
{
	color: #00A2D4;
	text-decoration: none;
	text-transform: none;
}

a:hover
{
    text-decoration: underline!important;
}

a:focus
{
    -moz-outline: 0 none;
}

h1[link]:hover
{
    text-decoration: underline!important;
}

img
{
    border: none;
    color: white;
    font-size: 0;
}

textarea
{ 
    resize: none;
}

#wrapper
{
	width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.wrapperCentered
{
    width: 705px!important;
}

#container
{
    overflow: hidden;
    background-color: white;
    padding: 10px 20px;
    color: black;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#container .title
{
    font-size: 22px;
    color: #00A2D4;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

#container input[type=text], #container input[type=password]
{
    width: 142px;
}

.overflow
{
    overflow: hidden;
}

#header
{
    overflow: hidden;
    margin-bottom: 15px;
}

#header a:hover
{
    text-decoration: none;
    background-color: transparent;
}

#logo
{
    width: 185px;
    height: 55px;
    margin: 15px 0 0 15px;
    float: left;
}

#picitupLogo
{
    width: 117px;
    height: 40px;
    margin: 17px 17px 0 0;
    float: right;
}

#logo a:hover
{
    color:#000000;
}

#logo a:visited
{
    color: #000000;
}

#indexLogo
{
    margin: 50px auto 0 auto;
    width: 350px;
    height: 110px;
    /*float: top;*/
}

#indexLogo a:hover
{
    color:#000000;
}

#indexLogo a:visited
{
    color: #000000;
}

#poweredBy
{
    float: left;
    margin-left: 10px;
    margin-top: 12px;
}

#header #headerLinks
{
    overflow: hidden;
    font-size: 10px;
    font-family: verdana,arial,helvetica,clean,sans-serif;
    font-weight: bold;
    margin: 10px 10px 0 0;
}

#header #headerLinks #welcome
{
    font-weight: normal;
    margin-right: 2px;
}

#header #headerLinks .userName
{
    color: #EBC033;
}

#header #headerLinks a:link, #header #headerLinks a:visited
{
    color: #FFFFFF;
}

#header #headerLinks a:hover
{
    color:#EBC033;
    border-bottom: none;
    background: none;
}

#header #headerLinks #headerLinksRight
{
    overflow: hidden;
    float: right;
    margin-right: 8px;
}

#header #headerLinks #headerLinksRight div, #header #headerLinks #headerLinksLeft div
{
    float: left;
    border-left: 1px #687173 solid;
    margin-left: 10px;
    padding-left: 10px;
}

#header #headerLinks #headerLinksRight div.first, #header #headerLinks #headerLinksLeft div.first
{
    margin-left: 0;
    padding-left: 0;
    border-left: none;
}

#header #headerLinks #headerLinksLeft
{
    overflow: hidden;
    float: left;
    margin-left: 15px;
}

#header #confirmEmailDiv
{
    position: absolute;
    right: 0;
    margin-right: 17px;
    margin-top: -1px;
    overflow: hidden;
    float: right;
}

#header #confirmEmailDiv div
{
    float: right;
    overflow: hidden;
}

#header #confirmEmailDiv a
{
    font-weight: bold;
    font-size: 10px;
    color: #FF5B5B;
}

#header #confirmEmailDiv a:hover
{
    color: #FF5B5B;
}

#header #headerLinks .langFlag
{
    width: 16px;
    height: 11px;
    margin-bottom: -2px;
    margin-right: 3px;
}

#header #headerLinks #langMenu
{
    position: absolute;
    border: solid 1px #687173;
    background: #282828;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    
    top: 30px;
    /*right: 18px;*/
    left: 306px;
    padding: 6px 10px 6px 10px;
    display: none;
    /*width: 109px;*/
}

#header #headerLinks #langMenu #title
{
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 10px;
    text-decoration: underline;
}

#header #headerLinks #langMenu #closeLink
{
    /*margin-top: 10px;*/
    margin: 10px 0 0 40px;
}

#header #headerLinks #langMenu #closeLink a
{
    color: gray;
}

.floatLeft
{
    float: left;
}

.floatRight
{
    float: right;
}

.overflowHidden
{
    overflow: hidden;
}

#footer
{
	margin: 40px auto 25px auto;
    text-align: center;
	/*width: 476px;*/
	color: #999999;
	font-size: 10px;
    overflow: hidden;
}

#footer a
{
    font-weight: normal;
}

#footer ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
}
	
#footer ul li
{
	list-style: none;
	display: inline;
	margin-right: 5px;
	margin-left: 0;
	padding-left: 0;
	padding-right: 5px;
	border-right: #666666 solid 1px;
}

#footer ul li.last
{ 
	border-right: none;
}

#footer a:link, #footer a:visited
{
	color:#999999;
}

#footer a:hover
{ 
    color:#EBC033;
	background: none;

}

form
{
    display: inline;
    margin: 0;
}

#headerSearchForm
{
    float: left;
    margin: 23px 0 0 10px;
    overflow: hidden;
}

#indexSearchForm
{
    width: 468px; /* larger for iPhone */
    margin: 30px auto 40px auto;
    overflow: hidden;
}

#btnUpload
{
    position: relative;
    float: left;
    /*width: 121px;*/
    overflow: hidden;
}

#btnFile
{
    position: absolute;
    top: 1.5px;
    left: 1px;
    -moz-opacity: 0;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}

#searchFormTextBox
{
    float: left;
    margin: 2px;
}

#searchFormButton
{
    float: left;
    margin-left: 2px;
}

#indexDescription
{
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    margin-top: 5px;
    color: white;
}

#submitButton
{
    margin-top: 5px;   
}

.submitButton
{
    margin-top: 5px;   
}

.specialButton
{
    background-color: #00A2D4;
    color: white;
    padding: 2px 10px;
    /*-moz-border-radius: 8px;*/
    /*-webkit-border-radius: 14px;*/
    font-size: 13px;
    font-weight: normal;
    background: #00A2D4 url(../img/buttonShine.png) repeat-x scroll center top;
    
    
    border: 2px solid white;
    /*border-style: none;*/
    margin-left: -1px;
    
    cursor: pointer;
    font-family: Verdana, Helvetica, sans-serif;
}

.specialButton:hover, .specialButtonHover
{
    border: 2px solid #ADDDFF !important;
}

.specialButtonBlack
{
    border-color: black;
}

.selectInput
{
    width: 146px;
    height: 22px;
}

.signupError
{
    color: red;
    font-size: 11px;
}

.signupInvitedDiv, .signinDiv, .detailsDiv
{
    width: 332px;
}

.signupInvitedDiv ul, .signinDiv ul
{
    margin-top: 2px;
}

.signupInvitedDiv .descriptionBullet, .signinDiv .descriptionBullet
{
    margin-bottom: 20px;
    /*text-align: justify;*/
}

.signupInvitedDiv .descriptionBulletLast, .signinDiv .descriptionBulletLast
{
    margin-bottom: 0!important;
}

.signupInvitedDiv #accountDescriptionBulletLast
{
    margin-bottom: 5px;
}

.signupInvitedDiv #accountLeftBullets
{
    padding:0;
    margin: 10px 0 0 15px;
}

.signupInvitedDiv #accountLeftBullets li
{
    margin-bottom: 7px;
}

#accountSuccessMessage
{
    margin-top: 5px;
    font-weight: bold;
    color: #2FAE00;
    text-align: center;
    margin-bottom: 20px;
}

#accountSuccessMessage #successCheckmark
{
    margin-right: 3px;
}

.descriptionBullet
{
    margin-bottom: 10px;
}

.checkboxNoMargin
{
    margin: 0px;
}

.checkboxButton
{
    margin-top: 5px;
}

.checkboxText
{
    margin-left: 5px;
    margin-top: 4px;
}

.checkboxTextSmall
{
    margin-left: 5px;
    margin-top: 5px;
}

#captchaBorder
{
    border: #7F9DB9 1px solid;
    width: 144px;
    height: 57px;
}

#refreshCaptcha
{
    font-size: 10px;
    font-weight: normal;
    /*color: #7F9DB9;*/
}

#captcha_image
{
    background: url(../img/spinner2.gif) center no-repeat;
}

.detailsSubTitle
{
    font-size: 14px;
    font-weight: bold;
    color: black;
}

#invitationSubmittedUpperText
{
    text-align: justify;
    /*line-height: 125%;*/
}

#invitationSubmittedLowerText
{
    margin-top: 20px;
    margin-bottom: 10px;
    /*line-height: 125%;*/
    text-align: justify;
}

.acceptTerms
{
    font-size: 10px;
}

.acceptTerms a
{
    font-weight: normal;
}

#signupDetailsForgotPassword
{
    font-size: 10px;
}

#signupDetailsForgotPassword a
{
    font-weight: normal;
}

.errorDescription
{
    text-align: justify;
    /*line-height: 125%;*/
    margin-bottom: 10px;
}

#changeEmailCurrentEmail
{
    margin-bottom: 20px;
    margin-left: 5px;
    /*line-height: 125%;*/
}

#searchTextbox
{
    width: 250px;
    font-family: Tahoma;
}

#indexExamples
{
    width: 920px;
    overflow: hidden;
    margin: 0 auto;
}

#indexExamples .indexExample
{
    float: left;
    width: 280px;
    text-align: center;
    overflow: hidden;
    margin: 0 40px 20px 0;
}

#indexExamples .indexExampleLast
{
    margin: 0 0 20px 0;
}

#indexExamples .indexExample .title
{
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 12px;
}

#indexExamples .indexExample .example
{
    overflow: hidden;
    width: 135px;
    float: left;
    margin: 15px 10px 0 0;
}

#indexExamples .indexExample .example .provider
{
    font-size: 11px;
    margin-left: 3px;
    color: gray;
}

#indexExamples .indexExample .exampleRight
{
    margin-right: 0;
}

#indexExamples .indexExample .example img
{
    border: #7F9DB9 1px solid;
}

#indexExamples .indexExample .example .price
{
    color: #E6B000;
}

#indexExamples .indexExample .description
{
    font-size: 11px;
    margin-top: 20px;
}

#indexExamples .indexExample .moreExamples
{
    font-size: 11px;
    margin-top: 15px;
    text-align: right;    
}

.bolded
{
    font-weight: bold;
}

.marginTopFive
{
    margin-top: 5px;
}

.marginTopTen
{
    margin-top: 10px;
}

.marginTopTwenty
{
    margin-top: 20px;
}

.marginBottomFive
{
    margin-bottom: 5px;
}

.marginBottomTen
{
    margin-bottom: 10px;
}

.marginBottomTwenty
{
    margin-bottom: 20px;
}

.marginBottomThirty
{
    margin-bottom: 30px;
}

#redBold
{
    font-weight: bold;
    color: #FF5B5B;
}

#searchResultsAndFilters
{
    overflow: hidden;
    min-height: 450px;
    margin-top: 15px;
}

#searchResultsAndFilters .filters
{
    overflow: hidden;
    float: left;
    width: 128px;
    /*height: 700px;*/
    
    margin: 0 15px 0 15px;
    background-color: white;
    padding: 20px;
    color: black;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#searchResultsAndFilters .filters .title
{
    font-size: 13px;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 10px;
    /*text-align: center;*/
}

#searchResultsAndFilters .filters .filtersSection
{
    margin-bottom: 15px;
    font-size: 11px;
    overflow: hidden;
}

#searchResultsAndFilters .filters .filtersSectionNoMargin
{
    margin-bottom: 0;
}

#searchResultsAndFilters .filters .filtersSection .filtersTitle
{
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 5px;
}

#searchResultsAndFilters .filters .filtersSection .checkboxButton
{
    margin-top: 1px;
}

#searchResultsAndFilters .filters .filtersSection .checkboxText
{
    margin-left: 5px;
    margin-top: 0px;
}

#searchResultsAndFilters .filters .filtersSection .radioText
{
    margin-left: 5px;
    margin-top: -2px;
}

#searchResultsAndFilters .filters #originalPhoto
{
    width: 152px;
    margin: 0 auto 0 auto;
}

#searchResultsAndFilters .filters #originalPhoto img
{
    border: 1px solid darkgray;
    /*padding: 4px;*/
    background: #FFFFFF;
    /* #E6B000 */
    /* #EBC033 */
    /* #00A2D4 */
}

#searchResultsAndFilters .filters #originalPhoto .prices
{
    display: none;
    width: 128px;
    height: 16px;
    text-align: center;
    font-size: 10px;
    /*color: purple;*/
    color: #FF6A00;
    /*color: #EA9000;*/
    font-weight: bold;
}

#searchResultsAndFilters .filters #originalPhoto .spinner
{
    width: 128px;
    height: 16px;
    border: none;
    margin: 0 0 0 55px;
}

#searchResultsAndFilters .filters #originalPhoto .spinner img
{
    border: none;
}

#searchResultsAndFilters .filters #originalPhoto #originalProvider
{
    position: relative;
    margin-top: 15px;
}

#searchResultsAndFilters .filters #originalPhoto #originalProvider #originalProviderImg
{
    position: absolute;
    left: 1px;
    top: -18px;
    border: none;
}

#searchResultsAndFilters #visualFilters
{
    margin-top: 20px;
    margin-bottom: 20px;
}

#searchResultsAndFilters #originalPhotoFilter
{
    margin-bottom: 20px;
}

#searchResultsAndFilters #results
{
    overflow: hidden;
    float: left;
    padding: 0 15px 15px 15px;
    /*border-left: 1px solid #282828;*/
}

#searchResultsAndFilters #results .imageContainer
{
    width: 116px;
    height: 160px;
    float: left;
    margin: 0 10px 5px 0;
    overflow: hidden;
}

#searchResultsAndFilters #results .imageContainer:hover .findSimilar a
{
    display: block;
}

#searchResultsAndFilters #results .imageContainer table
{
    width: 100%;
    height: 100%;
}

#searchResultsAndFilters #results .imageContainer table td
{
    padding: 0;
}

#searchResultsAndFilters #results .imageContainer a:link
{
    color: black;
}

#searchResultsAndFilters #results .imageContainer a:visited
{
    color: black;
}

#searchResultsAndFilters #results .imageContainer img
{
    border: 1px solid #282828;
    /*border: 1px solid #353535;*/
    margin: 1px;
    max-width: 110px;
    max-height: 110px;
}

#searchResultsAndFilters #results .imageContainer .identical
{
    border: 2px solid #E6B000;
    margin: 0px;
}

/*#searchResultsAndFilters #results .imageContainer .identical img
{
    border: 1px solid orange;
}*/

#searchResultsAndFilters #results .imageContainer .findSimilar
{
    text-align: center;
    font-size: 10px;
    color: #AAAAAA;
    font-weight: normal;
    /*height: 12px;*/
    overflow: hidden;
    margin-top: -3px;
    /*display: none;*/
}

#searchResultsAndFilters #results .imageContainer .findSimilar a
{
    display: none;
}

#searchResultsAndFilters #results .imageContainer .findSimilar img
{
    border: none;
    margin-bottom: -3px;
}

#searchResultsAndFilters #results .imageContainer .findSimilar a:link, #searchResultsAndFilters #results .imageContainer .findSimilar a:visited
{
    /*color: #00A2D4;*/
    color: #AAAAAA;
    font-weight: normal;
}

#searchResultsAndFilters #results .imageContainer .icons
{
    margin: 4px auto 0 auto;
    width: 37px;
    overflow: hidden;
}

#searchResultsAndFilters #results .imageContainer .icons .provider
{
    float: left;
    border: none;
    width: 14px;
    height: 14px;
    margin: 2px 0 auto 0;
}

#searchResultsAndFilters #results .imageContainer .icons .provider img
{
    border: none;
}

#searchResultsAndFilters #results .imageContainer .icons .license
{
    font-size: 10px;
    float: left;
    /*font-weight: bold;*/
    margin-left: 8px;
    color: #AAAAAA;
}

#searchResultsAndFilters #results .imageContainer .icons .license a
{
    color: #AAAAAA;
}

#searchResultsAndFilters #results .imageContainer .prices
{
    display: none;
    color: orange;
    font-weight: bold;
    /*height: 28px;*/
}

#searchResultsAndFilters #results .imageContainer .savePercent
{
    display: none;
    color: red;
    font-weight: bold;
    /*height: 28px;*/
}

#searchResultsAndFilters #results .imageContainer .pricesSpinner
{
    display: none;
    /*height: 28px;
    margin-top: -3px;*/
}

#searchResultsAndFilters #results .imageContainer .pricesSpinner img
{
    border: none;
}

/*#searchResultsAndFilters #results .imageContainer .showPricesDiv
{
    height: 28px;
}*/

#searchResultsAndFilters #results .imageContainer .findSimilar .showPrices
{
    cursor: pointer;
}

#searchResultsAndFilters #results .imageContainer .findSimilar .showPrices:hover
{
    text-decoration: underline;
}


#searchResultsAndFilters #results .imageContainer #imageContainerProvider
{
    margin-top: 1px; /* to align thumbs with original photo */
    margin-bottom: 1px;
}

#searchResultsAndFilters #results #error
{
    
}

#searchResultsAndFilters #results #error #errorTitle
{
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: bold;
}

#searchResultsAndFilters #results #upperBar
{
    margin-bottom: 15px;
    /*background-color: white;
    padding: 5px;
    color: black;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;*/
}

#disabledRM
{
    color: gray;
}

#disabledRM a
{
    color: gray;
}

#disabledRMCommingSoon
{
    margin-left: 5px;
    margin-top: -3px;
    font-size: 9px;
    color: gray;
}

#resendConfirmationText
{
    margin-bottom: 20px;
}

.signInPageError
{
    margin-left: 85px;
    margin-top: -15px;
}

.signupStageCircle
{
    color: white;
    background: transparent url(../img/dot-grey.png) no-repeat scroll 0 0;
    width: 27px;
    height: 27px;
    text-align: center;
    overflow: hidden;
    float: left;
}

.signupStageCircle div
{
    font-weight: bold;
    margin-top: 5px;
}

.signupStageText
{
    margin-top: 4px;
    margin-left: 5px;
    font-weight: bold;
    float: left;
    font-size: 17px;
    color: gray;
}

#signupStages
{
    overflow: hidden;
    width: 440px;
    margin: 0 auto 30px auto;
}

.stage img
{
    /*border: 1px solid #C4C4C4;*/
    border: 1px solid #D3D3D3;
}

#signupStages a:hover
{
    text-decoration: none!important;
}

.signupStage
{
    overflow: hidden;
    float: left;
    width: 120px;
    margin: 10px 40px 0 auto;
}

.signupStageLast
{
    margin-right: 0px;
}

.signupStageActive .signupStageText
{
    color: #00A2D4;
}

.signupStageActive .signupStageCircle
{
    background: transparent url(../img/dot-blue.png) no-repeat scroll 0 0;
}

#plansExplanation
{
    /*line-height: 125%;*/
    text-align: justify;
}

.planDiv
{
    text-align: center;
    float: left;
    width: 221px;
    margin-top: 25px;
    margin-bottom: 20px;
}

.planDiv .planName
{
    font-weight: bold;
    font-size: 18px;
    color: black;
}

.planDiv .planPrice
{
    font-weight: bold;
    font-size: 13px;
    color: gray;
}

.planDiv .planPrice .planPriceColor
{
    color: darkorange;
}

.planDiv .planSave
{
    color: red;
    font-weight: bold;
    font-size: 12px;
    margin-top: 5px;
}

.planDiv .planSaveEmpty
{
    margin-top: 29px;
}

.planDiv .planPricePerMonth
{
    font-size: 10px;
    color: orange;
}

.planSelectButton
{
    margin-top: 10px;
}

#paymentSelectedPlan
{
    margin-top: 20px;
    font-weight: bold;
    /*margin-left: 150px;*/
    /*float: left;*/
}

.orange
{
    color: darkorange;
}

#paymentBuyNowButton
{
    width: 122px;
    margin-top: 20px;
    margin-left: 5px;
    margin-bottom: 10px;
}

#planWhyRegister li
{
    margin-bottom: 8px;
}

#signupCompleteTitle
{
    font-weight: bold;
    font-size: 14px;
}

.lineHeightSpaced
{
    /*line-height: 125%*/
}

.justified
{
    text-align: justify;
}

#searchLimitMessage
{
    color: red;
    font-size: 10px;
    font-weight: bold;
}

#userNameSpinner
{
    float: left;
    margin-top: 4px;
    margin-left: 3px;
    height: 16px;
}

#userNameGood, #userNameBad
{
    float: left;
    margin-left: 3px;
    margin-top: 5px;
    height: 16px;
}

.watermarkOn
{
    color: #8E8E8E;
}

.previewContainer
{
    min-width: 130px;
    min-height: 130px;
    background: url(../img/spinner2.gif) center no-repeat;
    border: 1px solid #a9a9a9;
}

.cluetip-default
{
    background-color: #F7F7F7;
    padding: 10px;
    border: 1px solid #AEAEAE;
}

.cluetip-default img
{
    background-color: #fff;
}

.cluetip-default #cluetip-outer
{
    position: relative;
    margin: 0;
}

.firefoxExtensionDiv
{
    width: 253px;
    margin-right: 15px;
}

.firefoxExtensionScreenshotDiv
{
    width: 396px;
}

.ieExtensionDiv
{
    width: 319px;
    margin-right: 15px;
}

.ieExtensionScreenshotDiv
{
    width: 330px;
}

#extensionIcon
{
    margin-bottom: -7px;
}

.fontSizeEleven
{
    font-size: 11px;
}

.fontSizeTen
{
    font-size: 10px;
}

#otherExtensionsText
{
    font-size: 11px;
    margin-top: 31px;
}

.marginLeftFive
{
    margin-left: 5px;
}

.marginTopTwo
{
    margin-top: 2px;
}

#totalResults
{
    font-size: 80%;
    overflow: hidden;
    margin: 10px auto 0 auto;
    float: left;
    color: #999999;
}

#pagination
{
    font-size: 80%;
    overflow: hidden;
    margin: 10px auto 20px auto;
    float: left;
}
        
#pagination a
{
    text-decoration: none;
    border: solid 1px #282828;
    color: #00A2D4;
}

#pagination a, #pagination span
{
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 5px;
    margin-bottom: 5px;
}

#pagination .current
{
    /*background: #26B;*/
    /*color: #fff;*/
    color: black;
    background: #EBC033;
    border: solid 1px #282828;
}

#pagination .current.prev, #pagination .current.next
{
    color:#999;
    border-color:#282828;
    background: black;
    font-weight: bold;
}

#colorFiltersTitle
{
    text-align: left;
    font-weight: bold;
    font-size: 11px;
    margin: 20px auto 10px 15px;
}

#colorFilters
{
    /*margin-left: 15px;*/
    /*margin-right: 15px;
    overflow: hidden;
    background-color: white;
    padding: 16px;
    color: black;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;*/
}

#colorFilters .colorFilter
{
    overflow: hidden;
    margin-bottom: 3px;
}

#colorFilters .colorFilterSelected
{
    margin-left: 10px;
}

#colorFilters .colorFilter a
{
    float: left;
    margin: -2px 0 0 5px;
    /*width: 100px;*/
    /*font-weight: normal;*/
    font-size: 11px;
}

#colorFilters .colorFilterSelected a
{
    font-weight: bold!important;
}

.colorFilterSquare
{
    width: 14px;
    height: 14px;
    margin: 2px;
    float: left;
    border: 1px solid #404040;
}

.colorFilterSquare:hover
{
    margin: 1px;
    border: 2px solid #404040;
    cursor: pointer;
}

.colorFilterSquareSelected
{
    margin: 1px;
    border: 2px solid #404040;
    cursor: pointer;
}

/*.colorFilterSquareWhite .colorFilterSquareSelected
{
    border: 1px solid black;
    margin: 0;
    padding: 2px;
    cursor: pointer;
}*/

.errorWarnIcon
{
    /*margin-top: 10px;*/
    margin-bottom: -2px;
    margin-right: 5px;
}

#noResultsTitleSpan
{
    font-size: 22px;
}

.colorsRow
{
    margin-left: 4px;
}

.tooltip
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: none;
}

.previewDetails
{
    width: 282px;
    margin-left: 50px;
}






.previewImage .imageContainer
{
    width: 124px;
    height: 158px;
    float: left;
    margin: 0 11px 0 0;
    overflow: hidden;
}

.previewImage .imageContainerLast
{
    margin: 0;
}

.previewImage .imageContainer:hover .findSimilar a
{
    /*display: block;*/
}

.previewImage .imageContainer table
{
    width: 100%;
    height: 100%;
}

.previewImage .imageContainer table td
{
    padding: 0;
}

.previewImage .imageContainer a:link
{
    color: black;
}

.previewImage .imageContainer a:visited
{
    color: black;
}

.previewImage .imageContainer img
{
    border: 1px solid gray;
    margin: 3px;
}

.previewImage .imageContainer .identical
{
    border: 4px solid #00A2D4;
    margin: 0px;
}

/*.previewImage .imageContainer .identical img
{
    border: 1px solid orange;
}*/

.previewImage .imageContainer .findSimilar
{
    text-align: center;
    font-size: 10px;
    color: black;
    font-weight: normal;
    /*height: 12px;*/
    overflow: hidden;
    margin-top: -3px;
}

.previewImage .imageContainer .findSimilar a
{
    /*display: none;*/
}

.previewImage .imageContainer .findSimilar img
{
    border: none;
    margin-bottom: -3px;
}

.previewImage .imageContainer .findSimilar a:link, .previewImage .imageContainer .findSimilar a:visited
{
    /*color: #00A2D4;*/
    color: gray;
    font-weight: normal;
}

.previewImage .imageContainer .icons
{
    margin: 4px auto 0 auto;
    width: 37px;
    overflow: hidden;
}

.previewImage .imageContainer .icons .provider
{
    float: left;
    border: none;
    width: 14px;
    height: 14px;
    margin: 2px 0 auto 0;
}

.previewImage .imageContainer .icons .provider img
{
    border: none;
}

.previewImage .imageContainer .icons .license
{
    font-size: 10px;
    float: left;
    /*font-weight: bold;*/
    margin-left: 8px;
    color: #AAAAAA;
}

.previewImage .imageContainer .icons .license a
{
    color: #AAAAAA;
}

.previewImage .imageContainer .prices
{
    display: none;
    color: #FF6A00;
    font-weight: bold;
    font-size: 11px;
    /*height: 28px;*/
}

.previewImage .imageContainer .savePercent
{
    display: none;
    color: red;
    font-weight: bold;
    /*height: 28px;*/
}

.previewImage .imageContainer .pricesSpinner
{
    display: none;
    /*height: 28px;
    margin-top: -3px;*/
}

.previewImage .imageContainer .pricesSpinner img
{
    border: none;
}

/*.previewImage .imageContainer .showPricesDiv
{
    height: 28px;
}*/

.previewImage .imageContainer .findSimilar .showPrices
{
    cursor: pointer;
}

.previewImage .imageContainer .findSimilar .showPrices:hover
{
    text-decoration: underline;
}


.previewImage .imageContainer #imageContainerProvider
{
    margin-top: 1px; /* to align thumbs with original photo */
    margin-bottom: 1px;
}

/* the overlayed element */ 
.simple_overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#333; 
     
    width:300px;     
    min-height:200px; 
    border:1px solid #666; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
    
    padding:25px;
} 
 
/* close button positioned on upper right corner */ 
.simple_overlay .close { 
    background-image:url(../img/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

.searchtooltip { 
    display:none;
    /*background:transparent url(/../img/black_arrow.png); */
    /*font-size:12px;*/
    max-height: 430px;
    max-width: 430px;
    /*padding:25px; */
    color:#fff;     
    /*margin: 13px;*/
}

.searchtooltip img
{
    border: 12px solid white;
    background-color: #282828;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.previewTooltip
{ 
    display: none;
    font-size: 12px;
    color: #fff;
}

.previewTooltip1
{ 
    background: transparent url(/../img/tooltip1.png);
    padding: 25px;
    width: 211px;
}

.previewTooltip2
{ 
    background: transparent url(/../img/tooltip2.png);
    padding: 25px;
}

.previewTooltip3
{ 
    background: transparent url(/../img/tooltip3.png);
    padding: 25px;
}

.previewTooltip4
{ 
    background: transparent url(/../img/tooltip4.png);
    padding: 25px;
}

.previewTooltip5
{ 
    background: transparent url(/../img/tooltip5.png);
    padding: 25px;
}

.previewTooltip6
{ 
    background: transparent url(/../img/tooltip6.png);
    padding: 25px;
}

.previewTooltip7
{ 
    background: transparent url(/../img/tooltip7.png);
    padding: 25px;
}

.previewTooltip8
{ 
    background: transparent url(/../img/black_big.png);
    padding: 25px;
}

#examplesPage
{
    text-align: center;
}

#examplesPage img
{
    border: gray 1px solid;
}

#examplesPage .row
{
    width: 570px;
    margin: 0 auto 35px auto;
}

#examplesPage .row .column
{
    width: 135px;
    margin-right: 10px;
}

#examplesPage .row .columnLast
{
    margin-right: 0;
}

#examplesPage .row .column .price
{
    font-size: 12px;
    font-weight: bold;
    margin-right: 2px;
    color: #303030;
}

#examplesPage .row .column .priceFirst
{
    /*color: #E6B000;*/
    color: #FF6A00;
}

#examplesPage .row .column .provider
{
    color: gray;
    font-size: 11px;
}

.centeredText
{
    text-align: center;
}

.hidden
{
    display: none;
}

.handCursor
{
    cursor: pointer;
}

#lightboxOverlay
{
    display: none;
    width: 260px;
    height: 143px;
    text-align: center;
    color: white;
    padding: 53px;
    
    /*background: black url(../img/lightbox-overlay.png) repeat-x scroll center top;*/
    background: url(../img/lightbox-overlay.png) no-repeat scroll center top;
}

#lightboxOverlayWhite
{
    display: none;
    width: 260px;
    height: 143px;
    text-align: center;
    color: black;
    padding: 53px;
    
    /*background: black url(../img/lightbox-overlay.png) repeat-x scroll center top;*/
    background: transparent url(../img/lightbox-overlay-white.png) no-repeat scroll center top;
}