/* HTML elements  */

a, .actLikeLink 
{
	/* REBRANDING
	color: #dd602b;
	*/
	color: #6699CC;
	cursor: pointer;
}

a:active, a:hover, .actLikeLink:hover
{
	/* REBRANDING
	border-bottom: dotted 1px #dd602b;
	*/
	border-bottom: dotted 1px #6699CC;
}


body
{
	background-color: #1a1a1a;
	color: #999999;
}

body.unsupportedBrowser
{
    background-color: #404040
}

#FooterContent
{
	background: url('images/footer.gif') repeat-x left top; 
	border-top: 1px solid #484848
}

    .zeroResults
    {
        position:relative;
        bottom:-100px; 
        margin-top:-100px;  
    }

#FooterContent .Curve
{
	background: url('images/curv.jpg') no-repeat left top;
}

#FooterContent #Column .Header
{
	color: #808080;
}



#GlobalNav
{
	background: #3B3B3B url('images/GlobalNav.jpg') repeat-y left top;
}

/* Moved this to masterBase.css in stylesheets directory
#Logo
{
	background-color: #4c4c4c;
	background-image: url("images/corbis-logo.jpg");
	border: solid 1px #666666;
}

#Logo .Over
{
	background-image: url("images/corbis-logo.jpg");
}
*/

.BrowseImages .Icon img
{
	/* REBRANDING
	background-image: url("../Images/orange-chevron-lrg-dark.gif");
	*/
	background-image: url('../Images/orange-chevron-lrg-dark.png');
}

.BrowseImages .Title
{
	color: #bbb;
	cursor: pointer;
}

.BrowseImages:hover .Title
{
	border-bottom: dotted 1px #bbb;
	
}


#LanguageSelector,
#ThemeSelector
{
	background: #303030 url('images/bggra.jpg') repeat-x left top;
	border-bottom: 1px solid #202020;
	border-left: 1px solid #5c5c5c;
	border-right: 1px solid #5c5c5c;
	border-top: 1px solid #202020;
}

#LanguageSelector
{
	border-right: solid 1px #272727;
}

#LanguageSelector .LanguageMenuTop .SelectedLanguage
{
	color: #ccc;
}

#LanguageSelector .LanguageMenuTop .DownArrow img
{
	/* REBRANDING
	background: url("../Images/orange-chevron-lrg-dark.gif") left -8px no-repeat;
	*/
	background: url('../Images/orange-chevron-lrg-dark.png') no-repeat left -8px;
	
	height: 10px;
	width: 10px
}

.LanguageMenuBottom
{
	color: #ccc;
}

.LanguageMenuBottom .MenuItem
{
	background-color: #ccc;
	color: #666666;
}

.SortOptionsMenuBottom
{
	color: #ccc;
}

.SortOptionsMenuBottom .MenuItem
{
	background-color: #ccc;
	color: #666666;
}

.SortOptionsMenuBottomFour
{
	color: #ccc;
}

.SortOptionsMenuBottomFour .MenuItem
{
	background-color: #ccc;
	color: #666666;
}

#ThemeSelector
{
	border-left: solid 1px #8c8c8c;
}

#ThemeSelector .Label
{
	color: #ccc;
}

#ThemeSelector .Dark
{
	background-color: #58585a;
	/* REBRANDING
	border: solid 1px #dd602b !important;
	*/
	
	border: solid 1px #4385C0 !important;

}

#ThemeSelector .Light
{
	background-color: #fff;
	border: solid 1px #000 !important;
}

#ThemeSelector .Arrow img
{
	background: url('../Images/small-chevron-dark.gif') no-repeat top center;
}

#Utility .Divider
{
	background-color: #5c5c5c;
	border-right: solid 1px #202020;
}

#SignInStatus .Title div:hover
{
	border-bottom: 1px dotted #fff;
}

#SignInStatus .Title a
{
	color: #fff;
	
}

#SignInStatus .Links :hover
{
	border-bottom: 1px dotted #4385C0 !important;
}

#Search
{
	background-color: #303030;
	background-image: url('images/bggra.jpg');
	border-bottom: 1px solid #0f0f0f;
	border-top: 1px solid #797979;
}

#Search .Go,
#Search .Go .Center
{
	background-image: url('../Images/yellow-button-dark.gif');
}

.SignInContent #Or
{
	border-bottom: 1px solid #fff;
}

.SignInContent #Or span
{
	background-color: #000;
	color: #fff;
}

#CheckoutWidget .Cart,
#CheckoutWidget .Cart .Right,
#CheckoutWidget .Cart .Right .Center,
#CheckoutWidget .Checkout,
#CheckoutWidget .Checkout .Right,
#CheckoutWidget .Checkout .Right .Center
{
	background-image: url('../Images/cartBox-dark.gif');
}

#Breadcrumb
{
	border-color: #797979;
}

#CustomerServiceContent
{
	background-color: #363636;
}

#CustomerServiceContent .PaneHeader,
#CustomerServiceContent .PaneHeader .Right,
#CustomerServiceContent .PaneHeader .Right .Center,
#CustomerServiceContent .PaneHeaderExpanded,
#CustomerServiceContent .PaneHeaderExpanded .Right,
#CustomerServiceContent .PaneHeaderExpanded .Right .Center
{
	background-image: url('images/darks.gif');
}

#CustomerServiceContent .PaneContent
{
	background-color: #dbdbdb;
}

#CustomerServiceContent .PaneContent .FormRow
{
	background-color: #e8e8e8;
}

#CustomerServiceContent .PaneContentRound .Left,
#CustomerServiceContent .PaneContentRound .Right
{
	background-color: #dbdbdb;
	background-image: url('../Images/rc5pxdbdbdb-363636.gif');
}

#CustomerServiceContent .PaneHeader .Right
{
	background-position: right -34px;
}

#CustomerServiceContent .PaneHeader .Right .Center
{
	background-position: 0px -68px;
}

#CustomerServiceContent .Faq .PaneContent,
#CustomerServiceContent .Offices .PaneContent,
#CustomerServiceContent .MyRep .PaneContent
{
	background-color: #dbdbdb;
}
