﻿
/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
html
{
    height:100%;
    margin: 0;
    padding: 0;
}

body
{
    background-color: #ffffff;
    font-size: 100%;
    font-family: Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
    height:100%;
}

a 
{
}

a:link
{
    color:#6EC7BA;
    text-decoration: none;
}
a:visited
{
    color:#6EC7BA;
    text-decoration: none;
    
}
a:hover
{
    color: #F95700;
    text-decoration: underline;
}
a:active
{
    color:#6EC7BA;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.4em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
#page
{
    position: relative; 
    width: 1280px;
    height: auto !important;
    height:100%;
    margin: 0px auto;
    padding: 0px;
    min-height:100%;
}

#header
{
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    width:100%;
    text-align:center;
    z-index:5;
    height: 50px;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
}

#headerTopLine
{
    background-color:#282625;
    height: 12px;
    width:100%;
    z-index:-1;
    position:absolute;
    top: 0px;
    left: 0px;
}

#profileContainer
{
    width:100%;
    height:125px;
    background-color:#F2F2F2;
    margin:0px;
    text-align:center;
    padding:15px 0px 15px 0px;
    background: url(images/bg_noise.gif);
    
}

#largeProfileContainer
{
    width:100%;
    height:245px;
    /*background-color:#F2F2F2;*/
    margin:0px;
    text-align:center;
    padding:15px 0px 15px 0px;
    background: url(images/profile_background.jpg);
    background-size:100%;
}


#miniProfile
{
    width:940px;
    margin:0px 0px 0px 280px;
    text-align:left;  
    position:relative;  
}

/****** MEDIA PAGE STYLING *******/
#mediaPageProfileContainer
{
    width:100%;
    height:55px;
    margin:0px;
    text-align:center;
    padding:20px 0px 0px 0px;
}

#mediaPageProfileSubContainer
{
    width:1100px;
    height:100%;
    position:relative;  
    left:50%;
    margin-left:-550px;
}

#mediaPageMiniProfile
{
    position:relative;
    padding:10px 10px 20px 10px;
    background-color: #282625;
    height:50px;
    /*width:280px;*/
}

#mediaPageMiniProfilePostedBy
{
    float:left;
    margin-right:10px;
    color:White;
    font-size:11px;
}

#mediaPageMiniProfileImageContainer
{
    float:left;
    width:50px;
    height:50px;
    margin-right:10px;
}

#mediaPageMiniProfileImageContainer img
{
    width:50px;
    height:50px;
}

#mediaPageMiniProfileUserInfo
{
    float:left;
}

#mediaPageMiniProfileUserInfo > h2 > a
{
    color:white;
    text-decoration:none;
}

#mediaPageMiniProfileUserInfo > h2 > a:hover
{
    color:#F95700;
    text-decoration:none;
}

#mediaPageMiniProfileUserInfo > p > a
{
    color:#6EC7BA;
    text-decoration:none;
}

#mediaPageMiniProfileUserInfo > p > a:hover
{
    color:#F85000;
    text-decoration:none;
}


#mediaContentContainer
{
    padding-top:20px;
    margin-top:0px;
    width:100%;   
    height:100%;
    background-color:White;
}

#mediaContent
{
    background-color:#282625;
    width:1100px;
    height:100%;
    position:relative;  
    margin:0px auto;
}

#mediaContentMainImageContainer
{
    float: left; 
    overflow: hidden; 
    width:657px;
    padding:0px;
    margin:8px;
    border: none;
}

#mediaContentMainImageContainer img
{
    border:none;
}

#mediaImageContainer
{
    width: 100%;
    /*max-height:800px; */
    max-width:674px;
    padding:0px;
    margin:0px;    
    border:1px solid lightgray;
}

#mediaImageContainer img.wide 
{
    width: 100%;

}

#mediaImageContainer img.tall 
{
    height: 100%;
}

#mediaImageTagOverlay
{
    position: absolute; 
    display:block; 
    top: 0px; 
    left: 0px; 
    margin: 8px; 
    height: 100%; 
    width:0px; 
    overflow: visible;
    z-index:900;
}

.mediaDetails
{
    display:block;
    position:absolute;
    width:100%;
    top:300px;
    height:20px;
    padding-top: 2px; 
    text-align: center;
}

.innerMediaDetails
{
    height: 20px; 
    margin: 0px; 
    padding:0px; 
    /*font-size:small;*/
}

#MediaDetailsPane 
{
    background-color:#F2F2F2;
    color: #555; 
    width: 415px; 
    float: left; 
    overflow: hidden; 
    margin: 8px 0px 0px 0px; 
    padding: 0px; 
    min-width:250px;
}

#MediaDetailsPaneScrollableArea
{
    padding: 15px 0px 0px 0px;
}

#AccentedProductsList_Media 
{
    top:0px;
    position:relative;
}

#RequestProductTagsButton
{
    display:block;
    text-align:center;
    width:250px;
    height:40px;
    background-color:#F95700;
    margin:0px auto;
}

#RequestTagButtonBig
{
    background-color:#F95700;
    color:White;
}

#RequestTagButtonBig:hover
{
    cursor:pointer;
    opacity:0.8;
}

.ButtonBig
{
    width:105px;
    background-color:#6EC7BA;
    color:White;
    padding:10px;
    float:left;
    margin-bottom:10px;
}

.ButtonBig:hover
{
    cursor:pointer;
    opacity:0.8;
}

.ButtonBig > img
{
    float:left;
}

.ButtonBig > p
{
    float:left;
    font-size:18px; 
    margin:12px 8px;   
}

.userNameLink:link
{
    color:black;
    text-decoration:none;
    font-weight:bold;
    font-size:14px;
}

.userNameLink:visited
{
    color:black;
    text-decoration:none;
    font-weight:bold;
    font-size:14px;
}

.userNameLink:hover
{
    color:#F95700;
    text-decoration:none;
    font-weight:bold;
    font-size:14px;
}

.hostLink:link
{
    color:#6AC7BA;
    text-decoration:none;
    font-size:14px;
}

.hostLink:visited
{
    color:#6AC7BA;
    text-decoration:none;
    font-size:14px;
}

.hostLink:hover
{
    color:#F95700;
    text-decoration:none;
    font-size:14px;
}

#mediaPageRelatedMedia
{
    width:100%;
    height:241px;
    background-color:White;
}

#mediaPageRelatedMediaContainer
{
    width:1100px;
    height:100%;
    position:relative;  
    left:50%;
    margin-left:-550px;
}

#mediaPageRelatedMediaContainer h2
{
    font-size:21px;
    font-weight:normal;
    color: #424242;
    margin:15px 0px 5px 0px;
}

.category_selected
{
    width:340px;
    height:130px;
    margin:5px;
    float:left;     
    color:black;
    font-size:x-small;
}

.category_selected p
{
    text-align:left;
    margin:0px;
    padding:0px;
}

.category_selected img
{
    width:75px;
    height:75px;
}

.selectedCategoryName
{
    color:#F95700;
    width:75px;
    float:left;
}

.selectedCategoryName p
{
    font-size:9px;
    text-align:center;
    color:Black;
}

.selectedCategoryName img:hover
{
    cursor:pointer;
}

.additionalCategoryDescriptors
{
    float:left;
    width:250px;
    margin-left:10px;
}

.categoryDescriptor
{
    color:black;
}

.categoryDescriptor:hover
{
    color:#F95700;
    cursor:pointer;
}

#CustomTagButton
{
    color:Black;
}

#CustomTagButton:hover
{
    color:#F95700;
    cursor:pointer;
}

.category
{
    width:75px;
    height:90px;
    margin:5px;
    float:left;     
    color:black;
}

.category img
{
    width:75px; 
    height:75px; 
}

.category a
{
    border:none;
    text-decoration:none;
}

.category p 
{
    text-align:center;
    font-size:x-small;
    margin:0px;
    overflow:hidden;
}

.category:hover
{
    cursor:pointer;
}

#TaggingFormSearchControls p
{
    margin:0px;
    font-family:Arial;
}

#TaggingFormSearchControls_Category
{
    font-size:x-small;
}

#TaggingFormSearchControls_Colors
{
    float:left;
    display:none;
    width:260px;
    margin: -30px 0px 0px 10px;
    font-size:x-small;
}

#CustomTaggingForm
{
    display:none;
    margin:0px;
    font-family:Arial;
    font-size:x-small;
}

#CustomTaggingFormUserInput
{
    display:none;
    float:left;
    width:500px;
    height:520px;
}

#CustomTaggingFormUserInput p
{
    font-family:Arial;
    font-size:x-small;
    margin:0px;
    padding:0px;
}

#CustomTaggingFormProductResults
{
    width:100%;
    margin-top:15px;
}

#CustomTaggingUrl
{
    float:left;
}

#CustomTaggingUrlInput
{
    margin:0px; 
    padding:0px; 
    width:285px;
    float:left;
    font-family:Arial;
    font-size:x-small;
}

#CustomTaggingUrlInput p
{
    margin:20px 0px 0px 0px;
}

#CustomTaggingFormPrice
{
    float:left;
}

#CustomTaggingFormBrand
{
    float:left;
}

#CustomTaggingFormColor
{
    float:left;
}

#CustomTaggingFormName
{
    float:left;
}

#TagWithCustomImageUrl 
{
    background-color:#F85000; 
    display:inline; 
    color:White;
    padding:3px 10px;
}

#TagWithCustomImageUrl:hover
{
    cursor:pointer;
}

.customUrlImage
{
    float:left;
    margin:4px;
    width:150px;
    height:auto;
    border:1px solid white;
}

.customUrlImage:hover
{
    border:1px solid lightgray;
    cursor:pointer;
}

.colorSwatches
{
    float:left;
    width:25px;
    height:25px;
    margin:3px;
    border:2px lightgray solid;
}

.colorSwatches:hover
{
    border:2px black solid;
    cursor:pointer;
}

div.selectedColor
{
    border:2px black solid;
}

#taggingOverlay  
{
    left:580px;
    top:160px;
    position: absolute;    
    display:none;
    text-align:center;
    /*background: url(images/transpBlue_overlay.png); */
}

#taggingOverlay img 
{ 
    position: relative;
}

#colorSwatchBeige    {background-color:#DEB887; }
#colorSwatchBlack    {background-color:Black; }
#colorSwatchBlue     {background-color:Blue; }
#colorSwatchBrown    {background-color:#8B4726 ; }
#colorSwatchCrown    {background-color:#FDE8CC; }
#colorSwatchGold     {/*background-color:#FFD700 ;*/ background: url(images/metallic-gold.jpg); }
#colorSwatchGreen    {background-color:Green; }
#colorSwatchGray     {background-color:Gray; }
#colorSwatchNavy     {background-color:Navy; }
#colorSwatchOrange   {background-color:Orange; }
#colorSwatchPink     {background-color:#EBA1B8 ; }
#colorSwatchPurple   {background-color:Purple; }
#colorSwatchRed      {background-color:Red; }
#colorSwatchSilver   {/*background-color:Silver;*/ background: url(images/metallic-silver.jpg) ; }
#colorSwatchWhite    {background-color:White; }
#colorSwatchYellow   {background-color:Yellow; }

span.selectedGender
{
    color:#F95700;
    text-decoration:underline;
}

span.genderSelect:hover
{
    cursor:pointer;
}

#TaggingFormSearchControls_Brand
{
    float:left;
    display:none;
    width:260px;
    margin: 20px 0px 0px 10px;
    font-size:x-small;
}

#TaggingFormSearchControls_Find
{
    display:none;
    text-align:center;
    width:350px;
    float:left;
    margin-top:20px;    
}

#CustomTaggingFindButton
{
    text-align:center;
    width:190px;
    float:left;
    margin-top:35px;    
}

#TaggingFormSearchControls_CustomTag
{
    display:none;
    text-align:center;
    width:350px;
    float:left;
    margin-top:6px;
    font-size:11px;    
}

.relatedMediaContainer
{
    width:200px;
    height:200px;
    float:left;
    margin-right:18px;
    overflow:hidden;
    border:1px solid lightgray;
    
}

.relatedMediaContainer:hover
{
    border:1px solid gray;
}

.relatedMediaContainer img
{
}


.relatedMediaContainer img.tall
{
    height:100%;
}

.relatedMediaContainer img.wide
{
    width:100%;
}


#FilterControls
{
    text-align:center;
    background-color:#EEEEEE;
    padding:10px 0px 5px 0px;
    position:relative;
    height:40px;
}

#FilterControls p
{
    margin:0px;
    padding:0px;
}

#FilterControls a
{
    color:#555;
    font-weight:normal;
    padding:10px 20px;    
}

#FilterControls a.selected
{
    color: white;
    font-weight:bold;
    background-color:#AFAFAF;
    padding:10px 20px;
}


#FilterControl1
{
    float:left;
    margin: 10px 0px 0px 21px;
    padding: 0px
}

#FilterControl2
{
    float:left;
    margin: 10px 0px 0px 0px;
    padding: 0px
}

#FilterControl3
{
    float:left;
    margin: 10px 0px 0px 0px;
    padding: 0px
}

#highlight
{
    width:100%;
    height:530px;
    background-color:#F2F2F2;
    text-align:center;   
    margin:0px;
    padding:0px;
    position:relative;
}

#highlightContents
{
    width:600px;
    text-align:center;
    height:500px;   
    margin:0px auto;
}

#highlightContentsFirstTime
{
    width:100%;
    text-align:center;
    height:500px;   
    margin:0px auto;
    min-width:1100px;
}


#highlight p
{
    margin:0px;
    padding:0px;
}

#homePageWelcomeText
{
    float:left;
    background-color:#6EC7BA;
    width:500px;
    z-index:3;
    margin:0 auto;
    height:390px;
    top:100px;
}

#homePageSampleText
{
    position:absolute;
    width:560px;
    z-index:3;
    margin:0 auto;
    height:390px;
    top:130px;
    left:660px;
    color:White;
    text-align:left;
}

#homePageSampleBackground
{
    z-index:3;
    background-color:rgba(110,199,186,0.8);
    height:360px;
    width:1240px;
    margin:0px 20px;
    top:120px;
    position:absolute;
}

#homePageSample
{
    z-index:3;
    margin:0 auto;
    width:590px;
    text-align:center;
    position:absolute;
    height:390px;
    top:100px;
    left:40px;
    border: 2px solid gray;
}

#highlightedItems
{
    z-index:3;
    margin:0 auto;
    width:825px;
    float:left;
    text-align:center;
    position:relative;
    height:390px;
    top:100px;
    border: 5px solid black;
}

#highlightedItems a
{
    color:Black;
    text-decoration:none;
}

#highlightedItems a:hover
{
    color:#F95700;
    text-decoration:none;
}

#highlightedItems a:visited
{
    color:Black;
    text-decoration:none;
}

.highlightedItemsA:hover
{
    color:#F95700;
    text-decoration:none;
}

#highlightedItemsLoggedIn
{
    z-index:3;
    margin:0 auto;
    width:360px;
    float:left;
    text-align:center;
    position:relative;
    height:390px;
    top:100px;
    border: 5px solid black;
    background-color:White;
}

#highlightedItemsLoggedIn a
{
    color:Black;
    text-decoration:none;
}

#highlightedItemsLoggedIn a:hover
{
    color:#;
    text-decoration:none;
}

#highlightedItemsLoggedIn a:visited
{
    color:Black;
    text-decoration:none;
}

.highlightedItemsLoggedInA:hover
{
    color:#F95700;
    text-decoration:none;
}

#welcomeSectionFirstTime 
{
    z-index:3;
    width:390px;
    height:500px;
    position:relative;
    float:left;
    margin: 0px 20px 0px 20px;
    padding: 0px;
}

#welcomeSectionLoggedIn
{
    z-index:3;
    width:350px;
    height:400px;
    float:left;
    margin: 0px 20px 0px 90px;
    padding: 0px;
    top:100px;
    position:relative;
}

#welcomeSectionLoggedInText
{
    color:White; 
    position:absolute; 
    width: 330px;
    height: 360px;
    top:0px; 
    left:0px; 
    padding:20px;
    text-align:left; 
    background-color:#6EC7BA; 
    font-size:medium;
}

#featuredWriteupHeaderLogin p
{
    font-size: 10px;   
    margin-bottom: 20px; 
}

#featuredWriteupHeaderLogin a 
{
    color: White;
    text-decoration: none;
    font-size:18px;
}

#featuredWriteupHeaderLogin a:hover 
{   
    color: #F95700;
    text-decoration: none;
}


#welcomeSection 
{
    z-index:3;
    width:0px;
    height:500px;
    position:relative;
    float:left;
}

#welcomeSectionTop
{
    position:absolute;
    top: 0px;
    left:0px;
    height: 100px;
    width: 100%;
    background-color: #282827;
}

#welcomeSectionTextBackground
{
    color:White; 
    position:absolute; 
    top: 100px; 
    left: 0px; 
    height: 400px;
    width: 100%;
    background-color: White;
    opacity: 0.5;
}

#welcomeSectionText
{
    color:#555555; 
    position:absolute; 
    top:210px; 
    left:30px; 
    max-width: 340px; 
    text-align:left;
    font-size:medium;
}

#welcomeSectionText h2 
{
    font-size: xx-large;
    font-weight: normal;
    color: #555555;
    margin: 0px 0px 20px 0px;
    padding: 0px;
}

#welcomeSectionText p
{
    font-size: 14px;
    font-weight: normal;
    color: #555555;
    margin: 0px 0px 15px 0px;
    padding: 0px;
}

.homePageSampleMedia
{
    padding:0px;
    float:left;
    background-color:White;
    overflow:hidden;
}

.homePageSampleMedia img
{
    padding:0px;
    border: 1px solid lightgray;
}

.homePageSampleMedia img.wide
{
    width:100%;
}

.homePageSampleMedia img.tall
{
    height:100%;
}

.featuredMedia
{
    height:370px;
    width:350px;
    padding:10px;
    float:left;
    background-color:White;
    overflow:hidden;
}

.featuredMedia img
{
    /*height:430px;*/
    /*width:400px;
    height:100%;*/
    padding:0px;
    border: 1px solid lightgray;
}

.featuredMedia img.wide
{
    width:100%;
}

.featuredMedia img.tall
{
    height:100%;
}

.featuredMedia a:hover
{
    text-decoration:none;
    cursor:pointer;
}

.featuredMediaLoggedIn
{
    height:440px;
    width:360px;
    padding:0px;
    float:left;
    background-color:White;
    top:80px;
    z-index:3;
    position:relative;
    overflow:hidden;
}

.featuredMediaLoggedIn img.wide
{
    width:100%;
}

.featuredMediaLoggedIn img.tall
{
    height:100%;
}

.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 4px rgba(0,0,0,0.5);
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.shadow2 {
	-moz-box-shadow: 0 0 12px #000;
	-webkit-box-shadow: 0 0 12px rgba(0,0,0,0.5);
	box-shadow: 0 0 12px rgba(0,0,0,0.5);
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

#featuredWriteup
{
    color:#555;
    width:310px;
    height:370px;
    overflow: hidden;
    padding:10px;
    background-color:white;
    float:left;
    top:0px;
    border:none;
    text-align:left;
    font-size: 14px;
}

#featuredWriteup p
{
    margin: 20px 0px 0px 0px;
}

#featuredWriteupHeader
{
    width:100%;
    font-size: 10px;
}

#featuredWriteupHeader a
{
    color: #6AC7BA;
    font-size: 14px;
}

#productGrid
{
    color:white;
    width:115px;
    height:370px;
    overflow: hidden;
    padding:10px 10px 10px 0px;
    margin:0px;
    background-color:white;
    float:left;
    top:0px;
    border:none;
}

#productGridLoggedIn
{
    color:white;
    width:340px;
    height:370px;
    overflow: hidden;
    padding:10px;
    margin:0px;
    background-color:white;
    float:left;
    top:0px;
    border:none;
}

#productGridLoggedIn p
{
    font-size:small;
    color:#555;
    margin-top:-5px;
}

.productGridItem
{
    float:left;
}

#productGridFirstTime
{
    color:white;
    max-height:180px;
    max-width:200px;
    width:180px;
    height:200px;
    overflow: visible; 
    padding:10px;
    margin-left:0px;
    padding-left:15px;
    background-color:#888888;
    position:absolute;
    z-index:-1;
    left:415px;
    top:120px;
    border:5px solid white;
}

#productGrid p
{
    color:Black;   
}

img#myfirstlook
{
    width:199px;
    height:66px;
}

.dashedLineContainer
{
    position:absolute;
    width:160px;
    left:0px;   
}

.dashedLine
{
    border-top:1px dotted #CCC;
    height:1px;   
}

.featuredItemProducts1
{
    width: 130px;
    height:130px;
    overflow:hidden;
    background:white;
    margin-bottom:12px;
    border:1px solid lightgray;
}

.featuredItemProducts1:hover
{
    border:1px solid gray;
}

.featuredItemProducts1 img
{
    width:130px;
}

.featuredItemProducts2
{
    width: 130px;
    height:130px;
    overflow:hidden;
    margin-bottom:12px;
    background:white;
    border:1px solid lightgray;
}

.featuredItemProducts2:hover
{
    border:1px solid gray;
}

.featuredItemProducts2 img
{
    width: 130px;
}

.featuredItemProducts3
{
    width: 115px;
    height:115px;
    margin:0px 0px 10px 0px;
    overflow:hidden;
    background:white;
    border:1px solid lightgray;
}

.featuredItemProducts3:hover
{
    border:1px solid gray;
}

.featuredItemProducts3 img
{
    width: 130px;
}

.featuredItemProductsLoggedIn
{
    width: 160px;
    height:170px;
    margin:3px;
    overflow:hidden;
    background:white;
    border:1px solid lightgray;
    float:left;
}

.featuredItemProductsLoggedIn:hover
{
    border:1px solid gray;
}

.featuredItemProductsLoggedIn img.wide 
{
    width: 100%;
}

.featuredItemProductsLoggedIn img.tall 
{
    height: 100%;
    max-height: 170px;
}

#signupOverlay
{
    height:100%;
    width:100%;
    position:fixed;
    overflow:auto;
    left:0;
    top:0;
    background-color:rgba(0,0,0,0.3);
    z-index:1000000;
}

#signupContainer
{
    width:500px;
    height:300px;
    margin:200px auto;
    background-color:White;
    color:#555;
    font-family:Arial;
    font-size:large;
    padding:0px 40px 20px 40px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 3px 3px 4px rgba(0,0,0,0.5);
    border:5px solid lightgray;
}

#main_bak
{
    position: relative;
    padding: 0px;
    background-color: #fff;
    margin-bottom: 30px;
    margin-top:0px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
    width:100%; 
    height:100%;
}

#main
{
    position: absolute;
    top:0px;
    bottom:0px;
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
    width:100%; 
    height:100%;
    min-height:100%;
}

#mediaGrid
{
    position:relative;
    width:1248px;
    /*left:50%;
    margin-left:-500px;*/  
    margin-top:15px;
    margin: 0px auto 0px auto; 
    padding-bottom:50px;
}

#mediaGridPanel
{
    position:relative;
    width:1248px;
    height:100%;
    margin:20px 0px 25px 0px; 
}

#profileMainContent
{
    background: #ECECEC; 
    width:100%; 
    text-align:left; 
    margin-top:-17px;
    height:100%;
}

#push
{
    height: 10px;
}


#footer
{
    display:none;
    position:absolute;
    bottom:0px;
    width:1280px;
    height:30px;
    padding:0px;
    margin:0px auto;
    background-color: #474747;
}

#footer p
{
    margin:0px;
    padding:0px;
    color: #B3B3B3;
}

#footer a
{
    color: #B3B3B3;
}

#footer a:hover
{
    color: #6EC7BA;
}

#footerProfile
{
    background-color: white;
    height:10px;
    text-align: center;
    line-height: normal;
    margin: 0px auto;
    padding:0px;
    font-size: .9em;
    position:absolute;
    bottom:80px;
    width:100%;
    clear: both;
}

#footerProfile p
{
    margin:0px;
    padding:0px;
}

a.footerin
{
     margin: 0px 0px 0px 10px;
     color: gray;  
}

a.footerLinkLogin
{
     margin: 0px;
     color: gray;  
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    
    padding: 0;
    position: relative;
    margin: 0;
    
}

ul#menu li
{
    display: inline;
    list-style: none;
    margin-right:10px;
}

ul#menu li#greeting
{
    padding: 10px 10px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}


ul#menu li a.selected
{
    color: #F85000;
}


ul#menu li a.selected:hover
{
    color: #F85000;
}

ul#menu li a
{
    padding: 5px 5px;
    font-weight: normal;
    text-decoration: none;
    line-height: 2.0em;
    color: black;
}

ul#menu li a:hover
{
    font-weight:bold;
    color:#6EC7BA;
}

ul#menu li a.active
{
    text-decoration: none;
    color:White;
}

ul#menu li.selected a
{
    background-color: #F95700;
    color: white;
}

.noLooksYet
{
    text-align:center;
    margin-top:150px;
    font-size:large;
    color:Black;   
}

/* Header Nav Styling 
----------------------------------------------------------*/

#navigation
{	
    margin: 12px 10px 10px 10px;
	padding: 0px;  
	background: #282625;
	float:left;
}
	
#navigation li
{	
	list-style: none;
	background: #282625;
}

#navigation li a
{	
    display: block;
	padding: 0px 12px 0px 12px;
	text-decoration: none;
	color: white;
	white-space: nowrap;
}

#navigation li a:hover
{	
    font-weight: normal;
    color:#F95700;
}
		
#navigation li ul
{	
    margin: 0px;
    width: 130px;
	padding: 0px;
	position: absolute;
	visibility: hidden;
	top:40px;
    text-align: left;
}
		
#navigation li ul li
{	
    float: none;
	padding:5px 5px 5px 20px;
}
		
#navigation li ul li a
{	
    width: auto;
}
		
#navigation li ul li a:hover
{	
	font-weight: normal;
    color:#F95700;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
    /*background: transparent;
    z-index:3;*/
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
    /*background: transparent;
    z-index:3;*/
}



/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}   

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:35px;
    float:left;
}

#title
{
    float:left;
    z-index:1000;
}

#titleText
{
    font-family:Arial;
    font-weight:normal;
    margin-left:-20px;
    float:left;
    text-align:left;
    z-index:1000;
}

#titleText h2
{
    font-weight: normal;
    color: #555;
    font-size:30px;
}

#accentlogo 
{
    float:left;
    margin:0px;
}

.filler
{
    width:100%;
    height:40px;
    position:absolute;  
    left:0px;
}

#addLook
{
    margin:15px 20px 10px 13px;
    padding: 0px;
    color:White;
    float:left;
    z-index:1000;
}

#addLook a
{
    color:White;
    font-weight: normal;
}

#addLook a:hover
{
    color:#F95700;
    text-decoration:none;
    font-weight: normal;
}

a.AddLookFromFB:hover
{
    color:#F95700;
    
}

#facebookControl:hover
{
    opacity:0.8;
}

#twitterControl:hover
{
    opacity:0.8;
}

#tumblrControl:hover
{
    opacity:0.8;
}

#logindisplay
{
    margin:0px 90px 0px 0px;
    padding: 0px;
    color:White;
    background-color:#282625;
    position:relative;
    float:right;
    z-index:1000;
    height:45px;
    
    /*-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;*/
}


#logindisplay a:link
{
    color: White;
}

#logindisplay a:visited
{
    color: White;
}

#logindisplay a:hover
{
    color: #F85000;
    font-weight: normal;
}

logindisplayNotLoggedin
{
    margin:0px 16px 0px 0px;
    padding: 0px;
    color:White;
    background-color:#282625;
    position:relative;
    float:right;
    z-index:1000;
    height:45px;
}

#logindisplayNotLoggedin a:link
{
    color: White;
}

#logindisplayNotLoggedin a:visited
{
    color: White;
}

#logindisplayNotLoggedin a:hover
{
    color: #F85000;
    font-weight: normal;
}

#LogOn
{
    font-size:medium;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: normal;
    color: red;
    text-align:left;
    margin-left:45px;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label
{
    margin: 1em 0 0 0;
}

.display-field,
.editor-field
{
    margin:14px 0px 0px 35px;
    width:335px;
    text-align:center;
}

.editor-field
{
    margin:14px 0px 0px 30px;
    width:335px;
    text-align:center;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}


    

/* Custom css */
.ButtonLink { color:Blue; cursor:pointer;  color:#000068;}
.ButtonLink:hover { text-decoration:none; color:#9FC6E9;}

.profileMenu h2
{
    font-size:large;   
}

input.submitButton
{
    color:Blue; cursor:pointer;  color:#000068;
}


.ButtonLink2
{
    padding: 5px 5px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.0em;
    background-color: #808080;
    color: White;    
    font-size: 75%;
    cursor:pointer;
}

.ButtonLink2:hover
{
    background-color: #CFFFFF;
    text-decoration: none;
}

.Hidden { display:none; }
#UserMediaForm label { display:block; margin-bottom:6px; }
#UserMediaForm label > span { font-weight:bold; }
#UserMediaForm input[type=text] { width:350px; }
#UserMediaForm textarea { width:350px; height:80px; }

/* Hover tooltip css */
.mediaImage 
{
    margin:0px;   
}

.mediaImage:hover 
{
    /* background-position:0 -10px; */

}

.mediaImage:focus
{
    /* background-position:0 -20px; */
}

/* mediaOverlay */
.mediaOverlay 
{
    display:none;
    padding:5px;
    margin: 0px;
    font-size:medium;
    border:none;
    width:100%;
    height:280px;
    background:none;
    position:relative;
    z-index:3;
}

/* tooltip styling */
.tooltip {
    display:none;
    padding:5px;
    margin: 0px;
    font-size:medium;
    border:none;
    width:290px;
    height:270px;
    /*background: url(@Url.Content("~/Content/images/black_transparent_bg.png"));*/
    background:rgba(0,0,0,0.8);
}

.tooltip table, tr {
    width:100%;
    margin:0px;
    padding:3px;
    border:none;
}

.tooltip td{
    border:none;
}

/* a .label element inside tooltip */
.tooltip .label {
    color:black;
    width:35px;
}
 
.tooltip a {
    /* color:#A1EEFF; */
    /*font-size:11px;*/
}

a.dark
{
    color:#000068;
}

a.dark:active
{
    color:#000068;
}

a.dark:link
{
    color:#A1EEFF;
}

a.dark:visited
{
    color:#A1EEFF;
}

a.dark:hover
{
    color:#CFFFFF;
}

a.dark:active
{
    color:#CFFFFF;
}

.tooltip p
{
    color:White;
    padding: 0px 0px 0px 0px;
    /*margin: 0px 0px 0px 0px;*/
}

.tooltip a:link
{
    /*color:#A1EEFF;*/
    color:white;
    font-weight:bold;
    text-decoration:none;
}

.tooltip a:visited
{
    /*color:#A1EEFF;*/
    color:white;
    font-weight:bold;
    text-decoration:none;
}

.tooltip a:hover
{
    /*color:#A1EEFF;*/
    color:#F95700;
    font-weight:bold;
    text-decoration: none;
}

.tooltip a:active
{
    /*color:#A1EEFF;*/
    color:white;
    font-weight:bold;
    text-decoration:none;
}

.profileTooltipText
{
    margin-top:100px;   
}

span.number 
{
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    behavior: url(PIE.htc);

    width: 26px;
    height: 18px;
    padding: 0px 0px 0px 3px;
    margin:0px 8px 6px 0px;
    background: #F95700;
    border: 1px solid #F95700;
    color: white;
    text-align: center;
    
    font: 14px Arial, sans-serif
}

span.tagNumber 
{
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    behavior: url(PIE.htc);

    width: 13px;
    height: 14px;
    padding: 0px 0px 0px 0px;
    margin:0px 8px 6px 0px;
    background: black;
    border: 1px solid black;
    color: white;
    text-align: center;
    
    font: 11px Arial, sans-serif
}

div.mediaTagNumber
{
    position: absolute;
    width: 22px;
    height: 28px;
    background-color: rgb(248,80,0);
    opacity: 0.5;
    color: White;
    border: none;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;   
    border-radius: 999px;
    margin: 4px 5px 0px 0px;
    padding: 0px 3px 0px 3px;
    font-size: 8px;
    background-image: url('http://www.envvied.com/Content/images/magnifying-glass-icon.png');
    background-size: 60% 60%;
    background-repeat: no-repeat;
    background-position: center center;
}

.productDetailsContainer
{
    position: absolute;
    background-color: rgba(248,80,0,1);
    color:White;
    padding: 2px 2px 0px 2px;
    display:none;
    z-index:999;
    margin:0px 0px 0px 17px;
    width:440px;
    text-align:left;
    -moz-box-shadow: 3px 3px 4px rgba(0,0,0,0.5);
    -webkit-box-shadow: 3px 3px 4px rgba(0,0,0,0.5);
    box-shadow: 3px 3px 4px rgba(0,0,0,0.5);
    min-height:125px;
}

.productDetailsConnector
{
    position: absolute;
    width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 15px solid rgba(248,80,0,1);
	border-bottom: 10px solid transparent;
	left:-15px;
	top:22px;
}

.productDetails
{
    position: absolute;
    top:0px;
    left:150px;
    width:278px;
    color: White;
    background-color: White;
    font-family: Arial;
    margin:0px 5px;
    padding:0px 6px;
    z-index:999;
    text-align:left;
    height:100%;
    background-color:rgba(255,255,255,0.1);
    overflow:hidden;
}

.productDetails_name
{
    font-size:1em;
    font-weight:bold;
    margin:6px 0px 0px 0px;
    padding:0px;
    max-height:40px;
    overflow:hidden;
}

.productDetails_subheader
{
    display: block;
    margin: 4px 0px 12px 0px;
    text-decoration: none;
    color: White;
}

a.productDetails_subheaderLink
{
    color: Yellow;
    text-decoration: none;
}

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

a.productDetails_shopButton
{
    position:absolute;
    left:3px;
    color:White;
    padding:5px;
    background-color:rgba(0,0,0,0.4);
    margin:0px 5px 0px 0px;
    text-decoration:none;  
}

a.productDetails_shopButton:hover
{
    background-color:rgba(0,0,0,0.5);
    text-decoration:none;
    cursor:pointer;      
}

a.productDetails_saleNotificationButton
{
    position:absolute;
    left:60px;
    color:Black;
    padding:5px;
    background-color:rgba(255,255,255,0.4);
    margin:0px 5px 0px 8px;  
}

a.productDetails_saleNotificationButton:hover
{
    background-color:rgba(255,255,255,0.5);
    text-decoration:none;
    cursor:pointer;   
}

a.productDetails_deleteTag
{
    position:relative;
    top: 44px;
    left:-2px;
    color:White;
    padding:6px;
    background-color:rgba(125,125,125,0.4);
    margin:0px 5px 0px 0px;
    text-decoration:none;  
}

a.productDetails_deleteTag:hover
{
    background-color:rgba(125,125,125,0.5);
    text-decoration:none;
    cursor:pointer;      
}

.productDetails_confirmationText
{
    position:absolute;
    left:512px;
    width:220px;
    color:Black;
    padding:3px 5px;
    background-color:rgba(255,255,255,0.4);
    margin:2px 5px 0px 0px;  
}

.productPreviewLink
{
}

.productPreviewImage
{
    width: 150px;
    /** [if IE] height: 100%;**/
}

.conversationContainer
{
    float:left;
    background-color:White;    
    padding: 8px;
    margin: 5px;
    border: 1px solid lightgray;
    width:365px;
}

.conversationContainer:hover
{
    background-color:lightgray;    
}

.activityPhoto
{
    float:left;
    left:0px;
    top:0px;
    width:115px;
    margin:0px;
}

.activityPhoto > a > img
{
    width:115px;
    border:1px solid rgb(164,164,164);
}

.activity
{
    font-size:14px;
    font-family:Arial;
    margin: 0px 10px;
    padding:0px;
    text-align:left;
    color:gray;
    float:left;
    max-width:230px;
}

.activity > a:visited
{
    color:White;
}

.activityDetails_shopButton
{
    color:White;
    background-color:rgb(248,80,0);
    text-decoration:none;
    margin:20px 5px 10px 0px;
    padding:6px 10px;
}

.activityDetails_shopButton:hover
{
    color:White;
    text-decoration:none;
    cursor: pointer;
    opacity:0.7;
}

.activityDetails_shopButton:visited
{
    color:White;
    text-decoration:none;
    cursor: pointer;
}

.activityDetails_addAnswerButton
{
    color:White;
    background-color:rgb(248,80,0);
    text-decoration:none;
    margin:20px 5px 10px 0px;
    padding:6px 10px;
}

.activityDetails_addAnswerButton:hover
{
    color:White;
    text-decoration:none;
    cursor: pointer;
    opacity:0.7;
}

.activityDetails_addAnswerButton:visited
{
    color:White;
    text-decoration:none;
    cursor: pointer;
}

.activityDetails_saleNotificationButton
{
    color:White;
    background-color:rgb(248,80,0);
    text-decoration:none;
    margin:20px 5px 10px 0px;
    padding:6px 10px;
}

.activityDetails_saleNotificationButton:hover
{
    color:White;
    text-decoration:none;
    cursor: pointer;
    opacity:0.7;
}

.activityDetails_saleNotificationButton:visited
{
    color:White;
    text-decoration:none;
    cursor: pointer;
}

.activityDetails_deleteButton
{
    color:White;
    background-color:rgb(180,38,38);
    text-decoration:none;
    margin:20px 0px 10px 0px;
    padding:6px 7px;
}

.activityDetails_deleteButton:hover
{
    color:White;
    text-decoration:none;
    cursor: pointer;
    opacity:0.7;
}

.activityDetails_deleteButton:visited
{
    color:White;
    text-decoration:none;
    cursor: pointer;
}

.activity > h1
{
    margin:0px;
    padding:0px;
    font-weight:bolx;
    font-size:17px;
    color:Black;
    max-height:40px;
    overflow:hidden;
}

.activity > p
{
    margin:0px 0px 0px 0px;
    padding:0px;
}

.activity > p > a
{
    font-weight:bold;
}

.activity > a
{
    font-weight:bold;
    text-decoration:none;
}

.activity > a:hover
{
    text-decoration:underline;
}

#backgroundImageContainer {
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}

#backgroundImageContainer img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
}

#backgroundImageContainerHomePage {
    position:absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    max-width: 100%;
    height: 530px;
    max-height:530px;
    overflow:hidden; 
}

#backgroundImageContainerHomePage img {
    z-index:1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height:100%;
}

#RequestForStyleSuccessful
{
    background-color: #F95700;
    width:550px;
    height:45px;
    margin:0px auto;
    position:absolute;
    top:0px;
    left:360px;
    z-index:100;
}

#RequestForStyleSuccessful p
{
    float:left;
    width:500px;
    color:White;
    padding:0px 10px;
    margin:3px 0px 0px 0px;
    font-size:14px;
}

#RequestForStyleSuccessfulClose
{
    float:right;
    color:White;
    margin:14px 10px 0px 0px;
}

#RequestForStyleSuccessfulClose:hover
{
    cursor:pointer;
}

#FirstTimeExperienceContainer
{
    height:100%;
    width:100%;
    text-align:center;
    position:fixed;
    overflow:auto;
    left:0;
    top:0;
    background-color:rgba(0,0,0,0.3);
    z-index:1000000;
}

#FirstTimeExperience
{
    background-color: White;
    color:#555;
    width:550px;
    height:200px;
    margin:200px auto;
    font-family:Arial;
    font-size:large;
    padding:10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 3px 3px 4px rgba(0,0,0,0.5);
    border:5px solid lightgray;
    text-align:center;
}

#FirstTimeExperience h3
{
    font-size: 16px;    
    text-align:left;
    margin:10px;
}

#FirstTimeExperience p
{
    text-align:left;
    width:500px;
    color:#555;
    padding:0px 10px;
    margin:3px 0px 0px 0px;
    font-size:14px;
}

#FirstTimeExperienceClose
{
    float:right;
    color:#555;
}

#FirstTimeExperienceClose:hover
{
    cursor:pointer;
}

#addLookOverlayMarker
{
    height: 1px;
}

#addLookOverlay  
{
    position: relative;    
    height: 60px;
    text-align:center;
    padding-top:50px;
    /*background: url(images/transpBlue_overlay.png); */
}

#addLookOverlay img 
{ 
    position: relative;
}

.overlay
{
    z-index: 2;
    height: 530px;
    width: 100%;
    position: absolute;
    overflow: auto;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.5); /*can be anything, of course*/   
}

.overlayProductDetails
{
    z-index: 2;
    height: 530px;
    width: 100%;
    position: absolute;
    overflow: auto;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.5); /*can be anything, of course*/   
}

#loadingGifContainer
{
    display:block;
     width:95%; 
     position:absolute;
     top:200px;
     text-align:center;
}

#loadingGif
{
    left:-12px; 
    top:-12px; 
    height:24px; 
    width:24px;
}

#centralContainer 
{
    text-align:center;
    left: 15%;
    width: 435px;
    position: absolute;
    top:0px;
    padding:230px 0px 0px 0px;
    background: rgba(190, 190, 190, 0.3);
    border: 1px solid lightgray;
}

#centralContainerCompleteRegistration
{
    text-align:center;
    left: 15%;
    width: 418px;
    position: absolute;
    top:0px;
    padding:230px 15px 0px 0px;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid lightgray;
}

#centralContainer img
{
    border: none;
}

#centralTagContainer 
{
    text-align:center;
    left: 15%;
    position: absolute;
    top:0px;
    height:600px;
    background: rgba(190, 190, 190, 0.2);
    padding: 140px 20px 15px 20px;
}

#LogOnForm
{
    margin-left:10px;
}

#registerScreen
{
    overflow: hidden;
    margin: 0px 0px 15px 0px;
    width: 100%;
    position: relative;
}

#registerScreenHeader
{
    position:absolute;
    left: 16%;
    z-index:3;
}

#signUpTerms a
{
    color: #555;
    text-decoration:underline;
}

#signUpTerms a:hover
{
    color: #F95700;
    text-decoration:underline;
}

#PhotoTagScreen
{
    width:370px;
    text-align:center;
    margin: 0px 0px 15px 0px;
    float:left;
}

#registerTagScreen
{
    overflow: hidden;
    margin: 0px;
    width: 810px;
    position: relative;
    height:100%;

}

#UserInput
{
    width:410px;
    text-align:center;
    margin: 20px 0px 20px 0px;
}

#UserTagInput
{
    width:400px;
    text-align:center;
    margin: 100px 0px 0px 0px;
    padding-right:10px;
}

#homePageButtons
{
    list-style: none;
    margin: 25px 0px 25px 0px;
    padding: 0px;
    padding-top: 1em;
    padding-bottom:25px;
}

#homePageButtons li
{
    display:inline;
}

#homePageButtons a
{
    padding:10px 20px 10px 20px;
    margin:5px;
    color: White;
    font-size: large;
    color:#DDDDDD;
    /*font-weight: bold;*/
}

#homePageButtons a:link, #homePageButtons a:visited 
{    
    
}

#homePageButtons a:hover
{

    text-decoration: none;
}


a#SignUpButtonLink 
{
    background-color:Red;
    color:Red;       
}

a#SignUpButtonLink :hover
{
    background-color:Red;
    color:Red;       
}

#SignUpButton a:link, #SignUpButton a:visited
{
    background-color: Red;
} 

#SignUpButton a:hover
{
    background-color: Maroon;
} 

form .text_area {
    padding: 0px 0px 0px 5px;
    border: 1px solid #CCC;
    line-height: 25px;
    font-size: 13px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: inset 1px 1px 4px #E3E3E3;
    -webkit-box-shadow: inset 1px 1px 4px #E3E3E3;
    box-shadow: inset 1px 1px 4px #E3E3E3;
    margin-right: 6px;
    vertical-align: bottom;
    font-family: inherit;
    width:90%;
    
}

form .text_field {
    padding: 0px 0px 0px 5px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: inset 1px 1px 4px #E3E3E3;
    -webkit-box-shadow: inset 1px 1px 4px #E3E3E3;
    box-shadow: inset 1px 1px 4px #E3E3E3;
    margin-right: 6px;
    vertical-align: bottom;
    font-family: inherit;
    width:90%;
    
}

form .text_field2 {
    padding: 0px 0px 0px 5px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: inset 1px 1px 4px #E3E3E3;
    -webkit-box-shadow: inset 1px 1px 4px #E3E3E3;
    box-shadow: inset 1px 1px 4px #E3E3E3;
    margin-right: 6px;
    vertical-align: bottom;
    font-family: inherit;
    width:237px;
}

form .text_field3 {
    padding: 0px 0px 0px 5px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: inset 1px 1px 4px #E3E3E3;
    -webkit-box-shadow: inset 1px 1px 4px #E3E3E3;
    box-shadow: inset 1px 1px 4px #E3E3E3;
    margin-right: 6px;
    vertical-align: bottom;
    font-family: inherit;
}

form .text_field_sourceAttributeEditor {
    padding: 0px 0px 0px 5px;
    height: 20px;
    width:190px;
    display:inline;
    line-height: 20px;
    font-size: 12px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: inset 1px 1px 4px #E3E3E3;
    -webkit-box-shadow: inset 1px 1px 4px #E3E3E3;
    box-shadow: inset 1px 1px 4px #E3E3E3;
    margin-right: 6px;
    vertical-align: bottom;
    font-family: inherit;
}

#InputSection
{
    text-align:center; 
    display:block;
    margin-top:20px;
    margin-left:45px;
    width:375px;
}

#InputTagSection
{
    text-align:center; 
    display:block;
    margin-top:20px;
    margin-left:30px;
    width:375px;
}

#InputTagSection2
{
    text-align:center; 
    display:block;
    margin-top:20px;
    margin-left:35px;
    width:375px;
}

.LoginButton 
{
    float:left;
    margin: 0px 0px 0px -5px;
    height: 28px;
    width: 105px;
    padding: 2 19px 4px;
    display: inline-block;
    font-size:small;
    cursor: pointer;
    text-align: center;
    color: #4B4B4B;
    font-weight:bold;
    letter-spacing: 0.052em;
    font-family: 'Helvetica Neue', 'Helvetica Neue LT STD', 'Helvetica', 'Helvetica LT STD', 'Arial', 'sans-serif';
    border:2px solid gray;
    background-color: Silver;
}

.LoginButton :hover 
{
    border: 1px solid #FFF;
}

.SourceAttributeEditButton 
{
    display:inline;
    margin: 0px 0px 0px -5px;
    height: 28px;
    width: 65px;
    padding: 2 19px 4px;
    font-size:small;
    cursor: pointer;
    text-align: center;
    color: #4B4B4B;
    font-weight:bold;
    letter-spacing: 0.052em;
    font-family: 'Helvetica Neue', 'Helvetica Neue LT STD', 'Helvetica', 'Helvetica LT STD', 'Arial', 'sans-serif';
    border:2px solid gray;
    background-color: Silver;
}

.SourceAttributeEditButton :hover 
{
    border: 1px solid #FFF;
}

.RegisterButton 
{
    float:left;
    margin: 0px;
    height: 24px;
    width: 105px;
    padding: 2 19px 4px;
    display: inline-block;
    font-size:small;
    cursor: pointer;
    text-align: center;
    color: #4B4B4B;
    font-weight:bold;
    letter-spacing: 0.052em;
    font-family: 'Helvetica Neue', 'Helvetica Neue LT STD', 'Helvetica', 'Helvetica LT STD', 'Arial', 'sans-serif';
    border:none;
    background-color: Silver;
}

.RegisterButton:hover 
{
    border: 1px solid #FFF;
}

.orSpacer
{
    float:left;
    margin:5px 10px 0px 10px;   
    color:gray;
}

.fb-login-button
{
    float:left;
}

.mainPanel
{
    width:1248px;
    margin:0px auto;
}

#mainPanelMenu
{
    margin-top: 14px;
    text-align:left;
    margin-left: 140px;
}

.mainContainer
{
    margin-top: -281px;
    left: 50%;
    margin-left: -222px;
    position: absolute;
    top: 50%;
    background: white;
    padding-left:20px;
    padding-right:20px;   
}

#goodiesContainer
{
    width:600px;
    left:50%;
    margin-left:-300px;
    background:white;
    padding:20px;
    position:absolute;
}

.imgContainerHome
{
    width: 290px;
    height: 310px;
    position: absolute;
    padding:5px;
    background-color:White;
}

.imgContainerHome img.wide 
{
    width: 290px;
    max-width: 290px;
}

.imgContainerHome img.tall 
{
    height: 290px;
    max-height: 290px;
}

.imgContainerMask
{
    width:100%;
    height:100%;
    overflow:hidden;
}

img.tall
{
    height:100%;
}

.voteUp
{
    background-image:url(images/voteUp.png); 
    width:28px;
    height:17px;
    text-indent: -9999em;
    font-size:1px;
    cursor:pointer;
    display:block;
    background-repeat:no-repeat;
    background-size:80%;
    margin-top:10px;
}

.voteDown
{
    background-image:url(images/voteDown.png); 
    width:28px;
    height:17px;
    text-indent: -9999em;
    font-size:1px;
    cursor:pointer;
    display:block;
    background-repeat:no-repeat;
    background-size:80%;
}

.voteUp:hover
{
    opacity: 0.6;    
}

.voteDown:hover
{
    opacity: 0.6;    
}

.imgContainerProductResultsMainWrapper
{
}

.imgContainerProductResultsMainWrapper:hover
{
}

#tagProducts:hover
{
    text-decoration:none;   
}

.imgContainerProductResultsMain
{
    width: 178px;
    height: 230px;
    background-color:White;
    overflow:hidden;
    position:relative;
}


.imgContainerProductResultsMain img
{
    border:none;
}

.imgContainerProductResultsMain img.wide 
{
    width: 100%;
}

.imgContainerProductResultsMain img.tall 
{
    height: 100%;
}

.imgContainerProductResults
{
    width: 150px;
    /*height: 150px;*/
    overflow:hidden;
    position:relative;
    text-align:center;
}

.imgContainerProductResults img.wide 
{
    width: 100%;
}

.imgContainerProductResults img.tall 
{
    height: 100%;
    max-height: 150px;
}

.colorImageContainer
{
    width: 10px;
    height: 100%;
}

.colorImageContainer img.wide 
{
    width: 100%;
}

.colorImageContainer img.tall 
{
    height: 100%;
}


.imgContainerImport
{
    width: 150px;
    height: 150px;
}

.imgContainerImport img.wide 
{
    width: 100%;
}

.imgContainerImport img.tall 
{
    height: 100%;
}

.HomeImageLink
{
    color: #A1EEFF;   
}

div.pager
{
    text-align: right;
    border-top: 2px solid silver;
    padding: .5em 0 0 0;
    margin-top: 1em;
}

div.pager a 
{
    font-size: 1.1em;
    color: #666;
    text-decoration: none;
    padding: 0 .4em 0 .4em;
}

div.pager a:hover
{
    background-color: Silver;
}

div.pager a.selected
{
    background-color: #353535; 
    color: White;
}


a.win8install
{
    position:fixed;
    top:0px;
    left:50%;
    width:600px;
    height:70px;
    margin-left:-300px;
    z-index:10000000;
    background-color:#F95700;
    opacity:0.6;
    color:White;
    display:block;    
}

a.win8switch
{
    position:fixed;
    top:0px;
    left:50%;
    width:600px;
    height:70px;
    margin-left:-300px;
    z-index:10000000;
    background-color:#F95700;
    opacity:0.6;
    color:White;
    display:block;    
}

/* Profile    
----------------------------------------------------------*/

.profileImageContainer
{
    width: 150px;
    height: 150px;
    margin: 12px 25px 25px 163px;
    float: left;
    overflow:hidden;
}

.profileImageContainer img 
{
    /*width: 100%;*/
}

#userFollows
{
    float:right;
    width:266px;
    margin-right:88px;
    border: 1px solid #6EC7BA;
    position:relative;
}

#userFollows p
{
    font-size:medium; 
    font-weight:bold; 
    margin: 0px
}

#userFollowsBackground
{
    position:absolute;
    top: 0px;
    left:0px;
    background-color:White;
    opacity:0.4;
    width:100%;
    height:100%;
    z-index:0;
}

.miniProfileImg
{
    border: none;
}

.miniProfileUserFollowsContainer
{
    height:47px;
}

#Following
{
    z-index:3;
    position:relative;
    margin: 0px 0px 0px 15px;
}

#Followers
{
    z-index:3;
    position:relative;
    margin: 0px 0px 15px 15px;    
}

.miniProfileUserFollows
{
    border:1px solid lightgray;
    float:left; 
    height:45px; 
    width:45px; 
    margin-right:10px; 
    overflow:hidden;
}


.miniProfileUserFollows:hover
{
    border:1px solid gray;
}

.miniProfileImageContainer
{
    width: 120px;
    height: 120px;
    margin-top:16px;
    margin-bottom: 10px;
    margin-right:15px;
    float: left;
    border:none;
}

.miniProfileImageContainer a
{
    border:none;
}

.miniProfileImageContainer img.wide
{
    width:100%;
    border:none;
}

.miniProfileImageContainer img.tall
{
    height:100%;
    border:none;
}

#profileNameText
{
    padding-top:25px;
    margin-top:-13px;
    display:block;
    font-size: 150%;
    margin-bottom:10px;
    padding-bottom:0px;
}

#largeProfile
{
    width:1280px;
    margin:0 auto;
    text-align:left; 
    position:relative;
    top:50px;
}

/* Add New Look 
----------------------------------------------------------*/

#uploadifyControl .fileName
{
    font-size:11px;
    float:left;
}

#uploadifyControl .cancel
{
    float:left;
    width:20px;
}

#file_uploadQueue
{
    margin-top:10px;
}

.AddLookControlsButtons
{
    width:150px;
    height:150px;
    float:left;
    margin:10px;
    background-color:#F95700;
    color:White;
    text-align:center;
}

.AddLookControlsButtons h2
{
    color:White;
}

.AddLookControlsButtons:hover
{
    background-color: #B74300;
    cursor:pointer;
}

div.UploadifyButtonWrapper{
    position:relative;
}

/* fake button */
div.UploadifyButtonWrapper a {
    position:absolute; /* relative to UploadifyButtonWrapper */
    top:0;
    left:34px;
    z-index:0;
    display:block;
    float:left;
    border:none;
    font-weight:bold;
    padding:5px 10px 5px 10px;
    background:#F95700;
    color:white;
}

/* pass hover effects to button */
div.UploadifyButtonWrapper a:hover {
    background:maroon;
    background-color:Maroon;
    color:white;
}

div.UploadifyObjectWrapper object 
{
    position:absolute;
    z-index:10;
    left:34px;
    top:-20px;
    margin-bottom:10px;
}

a.BrowseFiles:hover 
{
    background-color:Maroon;
    color:White;   
}

/* position flash button above css button */
div.UploadifyObjectWrapper {
    position:relative;
    z-index:10;
}

.topLevelPhotoContainer
{
    border: 1px solid white;
}

.topLevelPhotoContainer:hover
{
    border: 1px solid gray;
}

/* Profile MENU   
----------------------------------------------------------*/

#profileMenuContainer
{
    margin-top:20px;
    margin-left:-3px;
}

#currentLocationContainer
{
    float:left;
    margin-left:-3px;
}

#contactInfoContainer
{
    float:left;
    margin-top:8px;
}

ul.profileMenu
{
    padding: 0;
    position: relative;
    margin: 0;    
    width:100%;
}

ul.profileMenu h2
{
    display: inline;
}

ul.profileMenu li
{
    display: inline;
    list-style: none;
    margin-right:6px;
}

ul.profileMenu li a
{
    padding: 5px 10px 5px 10px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.0em;
    background-color:#F85000;
    color: #FFFFFF;
    -webkit-border-radius: 5px;
}

ul.profileMenu li a:hover
{
    background-color:#B74300;
    text-decoration: none;
    color:white;
}

.customDialogClass
{
    border: 3px solid #F95700;   
}

.ProductDetailsImage 
{
    border: 1px solid lightGrey;
}

.ProductDetailsImage img
{
    width:100%;
}

.RelatedProductsImages
{
    float:left; 
    width:100px; 
    max-height:125px; 
    height:125px; 
    margin-right:20px; 
    overflow:hidden; 
    border:1px solid lightgray;      
}

.RelatedProductsImages:hover
{
    border: 1px solid gray;   
}

.standardButtonContainer
{
    font-size: 125%;
    text-align:left;
    height: 23px;
}

a.standardButtonLink 
{
    padding: 10px 20px 10px 20px;
    font-weight: normal;
    text-decoration: none;
    background-color: #F95700;
    color:white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

a.standardButtonLink:hover
{
    background-color: #B74300;
    text-decoration: none;
    color:white;
}

a.standardLoginButtonLink 
{
    padding: 10px 20px 10px 20px;
    font-weight: normal;
    text-decoration: none;
    background-color: LightGray;
    color:black;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

a.standardLoginButtonLink:hover
{
    background-color: Gray;
    text-decoration: none;
    color:black;
}

h2.button
{
    display: inline;
    padding: 0;
    position: relative;
    margin: 0;  
}

h2.button a
{
    padding: 5px 5px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.0em;
    background-color: #808080;
    color: #FFFFFF;
    font-size: 75%;
}

h2.button a:hover
{
    background-color: #CFFFFF;
    text-decoration: none;
}

/* Media    
----------------------------------------------------------*/

.productResultItems
{
    float: left; 
    width: 150px; 
    
    margin: 5px; 
    text-align:center;
}

a.deleteProduct
{
    text-decoration:none;
    color:Gray;
    font-size:24px;
}


a.deleteProduct:hover
{
    text-decoration:none;
    color:#F95700;
    font-size:24px;
}

.delContainer 
{

}


.delContainer p
{
    background-color: #F95700;
    color:White;
    -webkit-border-radius:5px;
}

.delContainer p:hover
{
    background-color: #B74300 ;
}

.requestCountContainer
{
    display:none;
    position:relative;
    top:10px;
    left:218px;
    z-index:5;
    margin:0px;
    padding:0px;
}

.requestCountContainer p
{
    position:absolute;
    top:1px;
    left:0px;
    margin:0px 0px 0px 5px;
    padding:0px 3px 0px 3px;
    height:20px;
    width:33px;
    font-size:12px;
    color:#6EC7BA;
    background-color:#EEE;
    -webkit-border-radius: 5px;
    text-align:center;    
}

.activityCountContainer
{
    position:absolute;
    top:0px;
    left:15px;
    z-index:15;
    margin:0px;
    padding:0px;
    background-image:url(images/ActivityCount_Inactive.png); 
    height:35px;
    width:35px;
    color:white;
    font-size:large;
    background-size:100%;
}

.activityCountContainer p
{
    margin:5px 0px 5px 0px;
    font-weight:bold;
    text-align:center;
    height:35px;
    width:35px;
    
}


.requestButtonContainer
{
    position:absolute;
    top:0px;
    left:210px;
    z-index:5;
    margin:0px;
    padding:0px;
}

.requestButtonContainer img
{
    height:35px;
    width:35px;
}

.requestButtonContainer img:hover
{
    opacity: 0.6;
    cursor:pointer;
}

.likeButtonContainer
{
    position:absolute;
    top:0px;
    left:250px;
    z-index:5;
    margin:0px;
    padding:0px;
}

.likeButtonContainer img
{
    height:35px;
    width:35px;
}

.likeButtonContainer img:hover
{
    opacity: 0.6;
    cursor:pointer;
}


.likeButtonContainer p
{
    position:absolute;
    top:1px;
    left:0px;
    margin:0px 0px 0px 5px;
    padding:0px 3px 0px 3px;
    height:20px;
    width:33px;
    font-size:12px;
    color:#6EC7BA;
    background-color:#EEE;
    -webkit-border-radius: 5px;
    text-align:center;    
}

.likeButtonContainer p:hover
{
    background-color:#9E9E9E;
    color:White;    
    cursor:pointer;
}

.mediaControlsContainer
{
    display:none;
    position:absolute;
    top:15px;
    left:0px;
    z-index:5;
    margin:0px;
    padding:0px;
}

#tagRequestIndicator
{
    display:none;
    position: absolute;
    width: 22px;
    height: 28px;
    background-color: rgb(248,80,0);
    opacity:1;
    color: White;
    border: none;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;   
    border-radius: 999px;
    margin: 4px 5px 0px 0px;
    padding: 0px 3px 0px 3px;
    font-size: 8px;
    background-image: url('http://www.envvied.com/Content/images/questionmark.png');
    background-size: 90% 90%;
    background-repeat: no-repeat;
    background-position: center center;
    z-index:999;
}

#tagRequestTeaser
{
    position: absolute;
    top:12px;
    left:15px;
    width: 22px;
    height: 28px;
    background-color: rgb(248,80,0);
    opacity: 0.5;
    color: White;
    border: none;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;   
    border-radius: 999px;
    margin: 4px 5px 0px 0px;
    padding: 0px 3px 0px 3px;
    font-size: 8px;
    background-image: url('http://www.envvied.com/Content/images/questionmark.png');
    background-size: 90% 90%;
    background-repeat: no-repeat;
    background-position: center center;
    z-index:999;
}

#tagRequestTeaser:hover
{
    cursor:pointer;
}

#tagRequestInstruction
{
    position: absolute;
    opacity:0.5;
    background-color: rgb(248,80,0);
    color: White;
    border: none;
    width:0px;
    height:28px;
    z-index:998;
    padding:2px 0px 0px 34px;
    font-family:Arial;
    display:none;
    overflow:hidden;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;   
    border-radius: 999px;
    top:15px;
    left:15px;
    font-size:15px;
    line-height:26px;
}

#tagRequestBuffer
{
    z-index:999;
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    display:none;
}

#tagRequestOverlay
{
    position: absolute;
    z-index:1000;
    display:block;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0);
}

#tagRequestOverlay:hover
{
    cursor:crosshair;
}

#confirmationText
{
    display:none;
    position:absolute;
    background-color: rgba(248,80,0,1);
    z-index:1001;
    width:260px;
    height:50px;
    padding:8px;
    overflow:hidden;
    color:White;
}

#confirmationTextContent
{
    color:White;
    font-family:Arial;
    padding:0px;
    margin:4px 8px;
}

#mediaImageContainerOverlay:hover
{
    cursor:crosshair;
}

#mediaRequestButtonContainer
{
    position:absolute;
    top:10px;
    right:40px;
    width:30px;
    height:30px;
    margin:0px;
    padding:0px;
}


#mediaRequestButton
{
    width:30px;
    height:30px;
    margin:0px;
    padding:0px;
    background: url(images/request_profile_inactive.png);
    background-size:100%;
}

#mediaRequestButton:hover
{
    opacity:0.6;
    cursor: pointer;
}

#mediaUnrequestButton
{
    width:30px;
    height:30px;
    margin:0px;
    padding:0px;
    background: url(images/request_profile_active.png);
    background-size:100%;
}

#mediaUnrequestButton:hover
{
    opacity:0.6;
    cursor:pointer;
}

#mediaLikeButtonContainer
{
    position:absolute;
    top:10px;
    right:0px;
    width:30px;
    height:30px;
    margin:0px 5px;
    padding:0px;
}

#mediaLikeButton
{
    width:30px;
    height:30px;
    margin:0px;
    padding:0px;
    background: url(images/like_inactive_large.png);
    background-size:100%;
}

#mediaLikeButton:hover
{
    opacity:0.6;
    cursor:pointer;
}

#mediaUnlikeButton
{
    width:30px;
    height:30px;
    margin:0px;
    padding:0px;
    background: url(images/like_active_large.png);
    background-size:100%;
}

#mediaUnlikeButton:hover
{
    opacity:0.6;
    cursor:pointer;
}

#mediaLikeSignUpButton
{
    width:30px;
    height:30px;
    margin:0px;
    padding:0px;
}

#mediaLikeButton:hover
{
    opacity:0.5;
    cursor:pointer;
}

#mediaUnlikeButton:hover
{
    opacity:0.5;
    cursor:pointer;
}

#mediaLikeSignUpButton:hover
{
    opacity:0.5;
    cursor:pointer;
}

.delButtonContainer
{
    display:none;
    position:relative;
    top:10px;
    left:225px;
    z-index:5;
    margin:0px;
    padding:0px;
}

.delButtonContainer p
{
    position:absolute;
    top:1px;
    left:0px;
    margin:0px 0px 0px 5px;
    padding:0px 3px 0px 3px;
    height:20px;
    width:53px;
    font-size:12px;
    color:#6EC7BA;
    background-color:#EEE;
    -webkit-border-radius: 5px;
    text-align:center;    
}

.delButtonContainer p:hover
{
    background-color:#9E9E9E;
    color:White;    
    cursor:pointer;
}

.productfavContainer
{
    margin-top:0px; 
    padding:0px; 
    display:inline; 
    position:absolute; 
    width:100%; 
    height:10px;
    width:10px; 
    top: -2px; 
    right:2px;
}

.RemoveAccentLink
{
    /*margin-top:0px; 
    padding:0px; 
    display:inline; 
    position:absolute; 
    width:100%; 
    height:10px;
    width:10px; 
    top: 0px; 
    right:6px;*/
}

.productfavImgInactive
{
    height:20px;
    width:20px;
    background: url(images/Heart_Inactive.png); 
}

.productfavImgActive
{
    height:20px;
    width:20px;
    background: url(images/Heart_Active.png); 
}

.favContainerProfile
{
    margin-top:0px; 
    padding:5px; 
    display:inline; 
    position:absolute; 
    width:100%; 
    height:25px; 
    top: 5px; 
    left:255px;
}


a.TagLink:hover
{
    color: #9FC6E9;
    text-decoration:underline;
    cursor:pointer;
}

a.UntagLink:hover
{
    color: #9FC6E9;
    text-decoration:underline;
    cursor:pointer;
}

/***** TINY SCROLLBAR ******/
#scrollbar1 { width: 415px; clear: both; margin: 0; }
#scrollbar1 .viewport { width: 400px; /*height: 400px;*/ overflow: hidden; position: relative; }
#scrollbar1 .overview { width:100%; list-style: none; position: absolute; left: 10px; top: 15px; }
/*#scrollbar1 .thumb .end,
#scrollbar1 .thumb { background-color: #003D5D; }*/
#scrollbar1 .scrollbar { background: transparent url(images/bg-scrollbar-track-y.png) no-repeat 0 0; position: relative; float: right; width: 15px; }
#scrollbar1 .track { background:transparent url(images/bg-scrollbar-trackend-y.png) no-repeat 0 100%; height: 100%; width:13px; position: relative; padding: 0 1px; }
#scrollbar1 .thumb { background:transparent url(images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; height: 54.94505494505495px; width: 13px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#scrollbar1 .thumb .end { background: transparent url(images/bg-scrollbar-thumb-y.png) no-repeat 0 0; overflow: hidden; height: 95px; width: 13px; }
#scrollbar1 .disable{ display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }

#SettingsContainer 
{
    width:100%; 
    height:100%;
    padding:25px 0px; 
    position:relative; 
    text-align:left; 
    margin:0px; 
    background:url(images/bg_noise.gif);
    
}



#SettingsContainer h1, #SettingsContainer h2, #SettingsContainer h3, #SettingsContainer p
{
    color:#666666;  
    font-family: Arial;
}

#SettingsHeader
{
    width:800px;
    height:50px;
    padding:0px 25px 0px 25px;
}

#SettingsHeader h2
{
    margin: 10px 0px;
    padding:0px;
}

#SettingsContent h3, #SettingsContent p
{
    padding:0px;
    margin:0px;
    font-weight:normal;
}

#SettingsContent
{
    width:800px;
    padding:10px 100px;
    height:100%;
}

.Settings
{
    padding: 10px 0px;
}

.Settings_Col1
{
    width:180px;
    text-align: right;
    float:left;
    padding-top:5px;
}

.Settings_Col2
{
    width:300px;
    text-align: left;
    float:left;
    padding-left:20px;
}

.Settings_Col3
{
    width:200px;
    text-align: left;
    float:left;
    padding-left:20px;
}

#Settings_UserName
{
    height: 20px;
}

#Settings_Password
{
    height: 20px;
}

#Settings_Email
{
    height: 20px;
}

#Settings_Location
{
    height: 20px;
}

#Settings_About
{
    height: 120px;
}

#Settings_Photo
{
    height: 120px;
}

#Settings_Website
{
    height: 20px;
}

#Settings_Social
{
    height: 20px;
}

#Settings_Social .Settings_Col2
{
    margin-top:5px;
}

#SettingsProfilePhoto
{
    width:125px;
    height:125px;
    border: 1px solid lightgray;
}

ul.settingsMenu
{
    padding: 0;
    position: relative;
    margin: 0;    
    width:100%;
}

ul.settingsMenu h2
{
    display: inline;
}

ul.settingsMenu li
{
    display: inline;
    list-style: none;
    margin-right:6px;
}

ul.settingsMenu li a
{
    padding: 5px 10px 5px 10px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.0em;
    /*background-color: #808080;*/
    background-color:#B50000;
    color: white;
    /*font-size: 75%;*/
}

ul.settingsMenu li a:hover
{
    /*background-color: #CFFFFF;*/
    background-color: maroon;
    text-decoration: none;
    color:white;
    cursor:pointer;
}

.settingsMenu h2
{
    font-size:large;   
}