/*********************

	COLORS

***********************/

a:hover {
	color: #347CC8;
}
.LightGrey{
	color:#999999;
}
.Grey{
	color:#777777;
}
.Black{
		color:#303030;
}

.DarkBlack{
color:#505050;
}
.LightBlue{
	color:#94C2F2;
	/*color:lightblue; */
}
.DarkBlue{
color:#347CC8;
/*color:darkblue; */
}
.SoftBlue{
	color:#89b3d9; 
}

.GreyBackground{
	background-color:#cbcbcb;
}

.ShopColor{
	color:#347cc8;
}

.BrowseColor{
	color:#e54c20;
}

.CreateColor{
	color:#c860c4;
}

.ShopColor_bkg{
	background-color:#347cc8;
}

.BrowseColor_bkg{
	background-color:#e54c20;
}

.CreateColor_bkg{
	background-color:#c860c4;
}


textarea{
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

input{
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
a{
	text-decoration:none;
	color:inherit;
	color:#303030 !ie;
}
.FooterTableLinks{
	display:block;
	margin-bottom:5px;
	text-align:left;
}
.MainHeading{
	font-size:18px; 
	letter-spacing:-1px; 
	text-decoration:none; 
	font-weight:bold; 
	cursor: default;
}

.MainHeading_text{
	font-size:12px;
	margin-top:15px;
	text-decoration:none;
}

.MainHeading2{
	font-size:18px; 
	color:black; 
	padding:0px; 
	margin:0px;
	letter-spacing:-1.5; 
	font-weight:normal; 
	text-decoration:none; 
	display:block
}
.SubHeading{
	font-size:14px; 
	padding:0px; 
	margin:0px;
	letter-spacing:-1px; 
	font-weight:bold;
}



.LogoContainer{
	height:50px; 
	position:absolute; 
	margin:-5px 0px 0px 10px;  
	z-index:1000;
}

.InlineBase{
	display:inline-block;
	/*display:inline;
	display:-moz-inline-stack;*/
}

.BlockBase{
	display:block;
}

.InlineSplit_left{
	width:45%; 
	text-align:left; 
	vertical-align:top;
}

.InlineSplit_right{
	width:52%; 
	text-align:right;
	vertical-align:top;
}



/***********************

	GENERAL DOCUMENT STYLES


***********************/

body{
	font-family:Arial, Helvetica, Sans;
	font-size:12px;
	color:#303030;
	text-align:center;
	margin:0px; 
	padding:0px;
	background-color:white;
	background-position:center bottom;
	background-repeat:no-repeat;
	
}
.SiteMinWidth{
	/*width:1025px; 	*/
	
	/*width: expression( document.body.clientWidth < 925 ? "975px" : "99%" );*/
}

.SiteMinHeight{
	height:650px;
	background:transparent;
}


.BodyContainer{
	position:absolute; 
	top:135px; 
	text-align:center;
	/*margin-right:-3000px !ie;*/
}

#PageContainer{
	width:975px; 
	/*min-height:1200px; */
	background:transparent; 
	/*background-image:url('../images/backgrounds/backgroundimage.png'); 
	background-position:center bottom;  
	background-repeat:no-repeat;*/
}


.BoxShadow{
	-webkit-box-shadow: 0px 3px 5px  rgba(0, 0, 0, .75); 
	-moz-box-shadow: 0px 3px 5px  rgba(30, 30, 30, .75) ;
}

/***********************

	POPUP STYLES

***********************/
.PopUpMask{
	
	width:1100px;
	height:100%; 
	background-color:#ffffff; 
	Filter: Alpha(Opacity=60); 
	opacity: 0.65; 
	-moz-opacity: 0.65; 
	position: absolute; 
	left:0px; 
	top:0px; 
	z-index:9999;
	margin-left:-1100px !ie;
	margin-left:-50px;
}

.PopUpText{
	border-width: 2px solid lightgrey; 
	border: 1px solid #000; 
	-webkit-box-shadow: 0px 3px 5px  rgba(0, 0, 0, .75); 
	-moz-box-shadow: 0px 3px 5px  rgba(30, 30, 30, .75) ;
	background-color:white; 
	margin-left:-1050px !ie;
	width:300px;
	text-align:center; 
	position: absolute; 
	left:0px; 
	top:0px; 
	z-index:99999;
	font-size:12px; 
	padding:35px;
}






/***********************

	MENU STYLES

***********************/


.BodyHeader{
	width:975px; 
	height:130px; 
	/*background-image:url('../images/logo/masthead_bkg.png'); 
	background-repeat:no-repeat; */
	position:relative; 
	left:-26px;
}

/** 
MAIN MENU 
Device/Create Select
**/
.SiteSectionButtons{
	color:#303030;
	padding-top:12px;
	font-size:13px; 
	font-weight:bold;
	vertical-align:top; 
	left:0px;
	width:140px;
	border-color:lightgrey; 
	border-style:solid; 
	margin-top:0px;
	top:2px;
	position:relative;
}





/** 
SEARCH CONTAINER
**/


.MenuContainer{
	width:975px; 
	left:26px; 
	top:77px; 
	height:44px;  
	position:absolute; 
	z-index:1001; 
	background-color:#ffffff;/*#fdfdfd;*/
}

.MenuAdjuster{
	position:absolute; 
	top:-2px; 
	left:6px;
	text-align:left;
}


.SearchPosition{
	float:right; 
	margin-top:10px;
	margin-right:0px;
}


.SearchContainer{
	position:absolute; 
	z-index:1001; 
	margin-left:-360px;
	top:-5px;
	width:300px;
	
}


/* SUB MENUS */
.TopRightContainer{
	 float:right; 
	 margin-top:8px; 
	 margin-right:-330px;
}
.TopRightLinks{
	color:#303030; 
	font-size:12px;
}
.FavoriteLinks{
	
}

.LoginLinks{
	
}

.BottomRightContainer{
	height:75px; 
	float:right; 
	margin-top:55px;
	
}

.BottomRightLinks{
	display:inline-block; 
	margin-right:35px; 
	font-size:11px; 
	letter-spacing:-1px; 
	font-weight:normal;
	
}

.MenuRule{
	 border-width:1px 0px 0px 0px; 
	 border-style:solid; 
	 border-color:lightgrey; 
	 position:absolute; 
	 left:20px;
	 top:70px; 
	 width:975px; 
	 margin-left:6px;
}

.CategorySelection{
	height:30px; 
	margin-left:0px; 
	padding:20px 20px 0px 20px;
	border-width:1px 1px 0px 1px; 
	border-style:solid; 
	border-color:lightgrey; 
	font-weight:normal;
	text-align:left; 
	/*background-color:white;*/
	background:transparent;
	color:transparent;
	opacity:0.0;
	filter:alpha(opacity=0) !ie;
	position:absolute; 
	z-index:5000000;
	top:0px;
	left:5px;
	font-size:14px; 
	/*-webkit-box-shadow: 0px 3px 5px  rgba(0, 0, 0, .75); 
	-moz-box-shadow: 0px 3px 5px  rgba(30, 30, 30, .75) ;*/
}

.CategoryMenu{
	height:26px; 
	display:inline-block; 
	padding:10px 10px 0px 20px; 
	margin:0px;
	text-align:center;  
	font-weight:normal;
	font-size:14px; 
	color:#303030;
	vertical-align:middle; 
	text-transform:none; 
	text-decoration:none;
	letter-spacing:-0.12px;
}


.CategoryMenu:hover{
	background-color:#f2f2f2;
}

.BrowseMenu:hover{
	color:#bd350e;
}

.CreateMenu:hover{
	color:#a841a4 ;
}
.CategoryRule{
	text-align:center; 
	margin:0px 8px 0px 8px; 
	padding:0px; 
	width:159px; 
	height:1px; 
	border-top:1px solid lightgrey;
	border-bottom:0px;
	border-right:0px; 
	border-left:0px; 
}
.CategoryMenu_selected{
	height:28px; 
	display:inline-block; 
	padding:17px 10px 0px 10px; 
	margin:0px 10px 0px 20px; 
	margin:0px;
	text-align:center;  
	border-width:0px 0px 0px 0px;
	border-style:solid;
	border-color:black;
	font-size:12px; 
	color:#303030;
	vertical-align:middle; 
	text-transform:none; 
	text-decoration:none;
	z-index:10;
	letter-spacing:-0.12px;
}


#ShopMenu{
	
	font-size:10px; 
	font-weight:bold; 
	color:#303030; 
	padding-left:10px; 
	text-align:left; 
	padding-top:1px;
	vertical-align:top;
	
}

.DeviceMenu:hover{
	background-color:#eaeaea;;
}
.DeviceMenu{
	display:block; 
	text-align:left;
	padding:10px 0px 5px 15px; 
	
	margin:0px;/* 8px 0px 8px;*/
	/*background-color:#89b3d9; */
	background-color:white;
	border-width:0px 0px 0px 0px; 
	border-color:#eaeaea; 
	border-style:solid;
	width:160px;
	font-size:11px; 
	color:#777777; 
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
	z-index:6;
}

.DeviceMenu_arrow{
	background-image:url('../images/icons/double-arrow-right_small.png');
	background-position:right;
	background-repeat:no-repeat;
}

.DeviceAll{
	font-style:italic;
	color:#89b3d9; 
	margin-top:0px;
	padding-top:0px;
}



.DeviceMenuContainer{
	position:absolute; 
	background-color:white;
	border:1px solid lightgrey;
	-webkit-box-shadow: 0px 3px 5px  rgba(0, 0, 0, .75); 
	-moz-box-shadow: 0px 3px 5px  rgba(30, 30, 30, .75) ;
	left:0px;
	top:0px; 
	font-weight:normal; 
	text-align:left; 
	margin:0px 0px 0px -1px; 
	padding:0px; 
	z-index:9; 
	margin-top:50px;
}


#CreateMenu{
	overflow:hidden; 
	height:15px; 
	padding-top:17px; 
	vertical-align:top;
	text-align:left;
}


.CreateStepMenu{
	vertical-align:top;
	display:inline-block;  
	text-align:center;
	font-weight:normal; 
	color:black; 
	width:243px;
	height:45px;
	padding-top:25px;
	
	margin-top:2px;
	font-size:18px;
	color:grey
}

.CreateStepSelected{
	display:inline-block;  
	color:#303030;
}

.CreateStepSelectedBox{
	background-image:url('../images/tabs/create-active-tab.png');
	border-width:0px;/*1px 1px 0px 1px;*/
	border-style:solid;
	border-color:lightgrey;
	/*background-color:#fafafa;*/
	margin-left:-50px;
	height:64px; width:252px;
	background-repeat:no-repeat;
	color:transparent;
}

.CreateStepUnSelectedBox{
	background-image:url('../images/tabs/create-inactive-tab.png');
	border-width:0px;/*1px 1px 0px 1px;*/
	border-style:solid;
	border-color:lightgrey;
	/*background-color:#fafafa;*/
	margin-left:54px;
	height:64px; 
	width:240px;
	background-repeat:repeat-x;
	background-position:bottom;
	
}

/*  OLD
.CreateStepMenu{
	display:inline-block;  
	font-weight:bold; 
	color:black; 
	padding-bottom:5px; 
	border-bottom:1px solid black; 
	height:50px;
	margin-top:2px;
	
}*/

/***********************

	SPACING

***********************/

.MidSpacing{
	margin:10px;
}

.MidSpacing_top{
	margin-top:10px;
}

.MidSpacing_bottom{
	margin-bottom:10px;
}

.MidSpacing_right{
	margin-right:10px;
}

.MidSpacing_left{
	margin-left:10px;
}



.MinSpacing{
	margin:5px;
}

.MinSpacing_top{
	margin-top:5px;
}

.MinSpacing_bottom{
	margin-bottom:5px;
}

.MinSpacing_right{
	margin-right:5px;
}

.MinSpacing_left{
	margin-left:5px;
}

.SoftSpacing{
	margin:15px;
}

.SoftSpacing_top{
	margin-top:15px;
}

.SoftSpacing_bottom{
	margin-bottom:15px;
}

.SoftSpacing_right{
	margin-right:15px;
}

.SoftSpacing_left{
	margin-left:15px;
}





.Spacing{
	margin:25px;
}

.Spacing_top{
	margin-top:25px;
}

.Spacing_bottom{
	margin-bottom:25px;
}

.Spacing_right{
	margin-right:25px;
}

.Spacing_left{
	margin-left:25px;
}



.HardSpacing{
	margin:35px;
}

.HardSpacing_top{
	margin-top:35px;
}

.HardSpacing_bottom{
	margin-bottom:35px;
}

.HardSpacing_right{
	margin-right:35px;
}

.HardSpacing_left{
	margin-left:35px;
}



.Emphasis{
	font-weight:bold;
}
.NoEmphasis{
	font-weight:normal;
}



/***********************

	MENU STYLES

***********************/
.leftalign{
	text-align:left;
}
.rightalign{
	text-align:right;
}


.valign{
	vertical-align:top;
}
.valignbottom{
	vertical-align:bottom;
}

.valigncenter{
	vertical-align:top;
	text-align:center; 
}

.valignleft{
	 text-align:left; 
	 vertical-align:top;
}

.valignmidleft{
	 text-align:left; 
	 vertical-align:middle;
}

.valignmid{
	
	 vertical-align:middle;
}
.ToUppercase{
	text-transform:uppercase;
}



.smallfont{
	font-size:10px;
}


.midfont{
	font-size:11px;
}

.stdfont{
	font-size:12px;
}


.biggerfont{
	font-size:14px;
}


.largefont{
	font-size:16px;
}

#TagLine{
	color:blue;
	font-size:12px;
	margin-left:15px;
	
}




/** SEARCH STYLES **/


/*.SearchBox{
	opacity:1;
	/*background:transparent; 
	
	-moz-border-radius:15px;
	-webkit-border-radius: 15px;

	/*-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius:15px;
    -webkit-border-bottom-left-radius:15px;
    -webkit-border-bottom-right-radius:15px;
	-webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.6);
	-moz-box-shadow:2px 2px 2px rgba(0,0,0,0.6);
	border:1px solid #404040;
	background-color:white;
	width:187px; 
	height:17px; 
	padding-left:0px; 
	padding-top:7px;
	padding-bottom:0px;
	color:#404040;
	text-align:center;
	
	font-size:10px;
}*/

.SearchContainer{
	height:35px;
	display:inline-block; 
	padding:15px 25px 0px 25px; 
	text-align:right; 
	text-transform:uppercase; 
	/*margin-left:0px;*/
	font-size:13px; 
	color:#999999;
}

.ContentContainer{
	/*margin-top:50px;*/
	width:975px; 
	display:block;  
	text-align:left; 
	border-width:0px 1px 1px 1px; 
	border-color:black; 
	border-style:solid; 
	margin-left:10px; 
	margin-right:10px; 
	padding-top:0px;
	/*min-height:600px;*/
	min-height:750px;
	/*min-width:975px;
	width: expression( document.body.clientWidth < 950 ? "975px" : "98%" );*/
	background-color:white;
	
}


.LoginPosition{
	left:75%;
	top:50px;
	margin:-50px 0px 0 0;
	padding-left: 0em;
	height:50px; 
	display:block; 
	
	
	color:black;
	background-color:transparent;
	position:absolute;
	padding-top:15px; font-size:14px;
}

.LoginForm{
	font-size:12px;
	
	color:#303030;
	border:1px solid black;
	height:25px;
	padding-top:3px;
	margin-bottom:2px;
	display:block;
	width:200px;
}

.LoginMenuSpacer{
	display:inline-block; padding:0px 15px 0px 15px;
}

.TopBarPadding{
	/*padding-top:65px;*/
}



/*** SITE SECTION BUTTONS **/

.ShopSelected{
	-moz-border-radius:6px 6px 0px 0px; 
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius:6px;
    -webkit-border-bottom-left-radius:0px;
    -webkit-border-bottom-right-radius:0px;
	min-width:50px; 
	width: expression( document.body.clientWidth < 49 ? "50px");
	
	font-weight:100; 
	font-size:12px; 
	text-align:center; 
	color:white;
	padding:5px 10px 3px 10px; 
	display:inline-block; 
	background-color:#22c8ff;
	text-decoration:none; 
	margin-right:2px;
	border-width:0 0 0px 0px; 
	border-style:solid;
	background-image:url('../images/tabs/top_shop.png');
}

.ShopSelected:hover{
	border-width:0; 
	border-style:solid;
	border-color:black;
}


.ShopDeselected{
	-moz-border-radius:6px 6px 0px 0px; 
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius:6px;
    -webkit-border-bottom-left-radius:0px;
    -webkit-border-bottom-right-radius:0px;
	min-width:50px; 
	width: expression( document.body.clientWidth < 49 ? "50px");
	
	font-weight:100; 
	font-size:12px; 
	text-align:center; 
	color:white;
	padding:5px 10px 3px 10px; 
	display:inline-block; 
	text-decoration:none; 
	margin-right:2px;
	border-width:0 0 0px 0px; 
	border-style:solid;
	background-color:#000000; 
	opacity:0.85;
	filter:alpha(opacity=85);
}

.ShopDeselected:hover{
	background-color:#000000; 
	opacity:0.75;
	filter:alpha(opacity=75);
	background-image:url('../images/tabs/top_shop.png');
}

.ArtistSelected{
	-moz-border-radius:6px 6px 0px 0px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius:6px;
    -webkit-border-bottom-left-radius:0px;
    -webkit-border-bottom-right-radius:0px;
	min-width:50px; 
	width: expression( document.body.clientWidth < 49 ? "50px");
	
	font-weight:100; 
	font-size:12px; 
	text-align:center; 
	color:white;
	padding:5px 10px 3px 10px;
	display:inline-block;
	background-color:#c61b2d;
	text-decoration:none;
	margin-right:2px;
	border-width:0 0 0px 0px; 
	border-style:solid;
	background-image:url('../images/tabs/top_artist.png');
}

.ArtistSelected:hover{
	border-width:0; 
	border-style:solid;
	border-color:black;
}


.ArtistDeselected{
	-moz-border-radius:6px 6px 0px 0px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius:6px;
    -webkit-border-bottom-left-radius:0px;
    -webkit-border-bottom-right-radius:0px;
	min-width:50px; 
	width: expression( document.body.clientWidth < 49 ? "50px"  );
	
	font-weight:100; 
	font-size:12px; 
	text-align:center; 
	color:white;
	padding:5px 10px 3px 10px;
	display:inline-block;
	text-decoration:none;
	margin-right:2px;
	border-width:0 0 0px 0px; 
	border-style:solid;
	background-color:#000000; 
	opacity:0.85;
	filter:alpha(opacity=85);
}

.ArtistDeselected:hover{
	background-color:#000000; 
	opacity:0.75;
	filter:alpha(opacity=75);
	background-image:url('../images/tabs/top_artist.png');
}

.CreateSelected{
	-moz-border-radius:6px 6px 0px 0px; 
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius:6px;
    -webkit-border-bottom-left-radius:0px;
    -webkit-border-bottom-right-radius:0px;
	min-width:50px;
	width: expression( document.body.clientWidth < 49 ? "50px" );
	
	font-weight:100; 
	font-size:12px; 
	text-align:center; 
	color:white;
	padding:5px 10px 3px 10px;
	display:inline-block;
	background-color:#8bd000;
	text-decoration:none;
	margin-right:2px;
	border-width:0 0 0px 0px; 
	border-style:solid;
	background-image:url('../images/tabs/top_create.png');
}

.CreateSelected:hover{
	border-width:0; 
	border-style:solid;
	border-color:black;
}

.CreateDeselected{
	-moz-border-radius:6px 6px 0px 0px; 
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius:6px;
    -webkit-border-bottom-left-radius:0px;
    -webkit-border-bottom-right-radius:0px;
	min-width:50px;
	width: expression( document.body.clientWidth < 49 ? "50px" );
	
	font-weight:100; 
	font-size:12px; 
	text-align:center; 
	color:white;
	padding:5px 10px 3px 10px;
	display:inline-block;
	text-decoration:none;
	margin-right:2px;
	border-width:0 0 0px 0px; 
	border-style:solid;
	background-color:#000000; 
	opacity:0.85;
	filter:alpha(opacity=85);
}

.CreateDeselected:hover{
	background-color:#000000; 
	opacity:0.75;
	filter:alpha(opacity=75);
	background-image:url('../images/tabs/top_create.png');
}

.SectionLinks_left{
	text-transform:uppercase;
	font-size:10px; 
	text-align:center; 
	color:#505050;
	font-weight:bold;
	padding:3px 5px 3px 5px;
	display:inline-block;
	margin-left:25px; 
	text-decoration:none;
}

.SectionLinks{
	text-transform:uppercase;
	font-size:10px; 
	text-align:center; 
	color:#505050;
	font-weight:bold;
	padding:3px 5px 3px 5px;
	display:inline-block; 
	margin-right:25px; 
	text-decoration:none;
}

.SectionLinks_right{
	text-transform:uppercase;
	font-size:10px; 
	text-align:center; 
	color:#505050;
	font-weight:bold;
	padding:3px 5px 3px 5px;
	display:inline-block; 
	margin-right:25px; 
	text-decoration:none;
}

.SectionBorder_shop{
	position:relative; 
	top:0px; 
	left:10px; 
	border-width:0 0 3px 0px; 
	border-style:solid; 
	border-color:#1fb8ff;
	height:70px;
	width:977px; 
	float:left;
	/*width:98.2%;
	width: expression( document.body.clientWidth < 950 ? "975px" : "100%" );*/
	vertical-align:middle; 
	text-align:right;
	z-index:3;
	background-color:white;
}


.BodyHeader_shop{
	width:975px; 
	/*min-width:975px;
	width: expression( document.body.clientWidth < 950 ? "975px" : "100%" );*/
	display:block; 
	color:#999999;
	background-color:#eaeaea;
	opacity:0.80;
	filter:alpha(opacity=80);
	text-align:left;
	height:70px;
	border:1px solid black;
	position:relative;
	top:0px;
	left:10px;
	margin-right:20px;
	_margin-right:0px;
	z-index:10;
	border-width:0px 1px 3px 1px; 
	border-style:solid; 
	border-color:black black #1fb8ff black;
	background-image:url('../images/common/menubanner.png');
}




.SectionBorder_artist{
	position:relative; 
	top:0px; 
	left:10px; 
	border-width:0 0 3px 0px; 
	border-style:solid; 
	border-color:#b0101b;
	/*height:47px;*/
	width:977px; 
	/*width:98.2%;
	min-width:975px; 
	width: expression( document.body.clientWidth < 950 ? "975px" : "100%" );*/
	vertical-align:middle; 
	text-align:right;
	z-index:3;
	background-color:white;
}


.BodyHeader_artist{
	width:975px; 
	/*min-width:975px;
	width: expression( document.body.clientWidth < 950 ? "975px" : "100%" );*/
	display:block; 
	color:#999999;
	background-color:#eaeaea;
	opacity:0.80;
	filter:alpha(opacity=80);
	text-align:left;
	height:50px;
	border:1px solid black;
	position:relative;
	top:0px;
	left:10px;
	margin-right:20px;
	_margin-right:0px;
	z-index:10;
	border-width:0px 1px 3px 1px; 
	border-style:solid; 
	border-color:black black #b0101b black;
	/*background-image:url('../images/common/menubanner.png');*/
}

.SectionBorder_create{
	position:relative; 
	top:0px; 
	left:10px; 
	border-width:0 0 3px 0px; 
	border-style:solid; 
	border-color:#8b43c4;
	/*height:47px;*/
	width:977px; 
	/*width:98.2%;
	min-width:975px; 
	width: expression( document.body.clientWidth < 950 ? "975px" : "100%" );*/
	vertical-align:bottom; 
	text-align:right;
	z-index:3;
	background-color:white;
}


.BodyHeader_create{
	width:975px; 
	/*min-width:975px;
	width: expression( document.body.clientWidth < 950 ? "975px" : "100%" );*/
	display:block; 
	color:#999999;
	background-color:#eaeaea;
	opacity:0.80;
	filter:alpha(opacity=80);
	text-align:left;
	height:50px;
	border:1px solid black;
	position:relative;
	top:0px;
	left:10px;
	margin-right:20px;
	_margin-right:0px;
	z-index:10;
	border-width:0px 1px 3px 1px; 
	border-style:solid; 
	border-color:black black #8b43c4 black;
	/*background-image:url('../images/common/menubanner.png');*/
}

.SectionBorder{
	position:relative; 
	top:0px; 
	left:10px; 
	border-width:0px 0 3px 0px; 
	border-style:solid; 
	border-color:#bababa;
	/*height:47px;*/
	width:977px; 
	vertical-align:bottom; 
	text-align:right;
	z-index:1;
}


.SectionBorder_pinstripe{
	position:relative; 
	top:0px; 
	left:10px; 
	border-width:0px 0 1px 0px; 
	border-style:solid; 
	border-color:black;
	/*height:47px;*/
	width:975px;
	
	/*width:98.2%;
	min-width:975px; 
	width: expression( document.body.clientWidth < 950 ? "975px" : "100%" );*/
	vertical-align:bottom; 
	text-align:right;
	z-index:2;
}

.DottedTitle{
	border-width:1px 0px 1px 0px; 
	border-color:grey; 
	border-style:dotted;
	
	font-size:40px; 
	padding:10px 0px 10px 10px;
	margin:25px 25px 10px 25px;
	
	color:#303030;
}

/** Footer Styles***/
.FooterContainer{
	padding-bottom:5px; 
	font-size:12px; 	
	margin:0px 0px 0px 0px;
	padding:20px 12px 80px 12px;
	width:975px;
	background-color:white;
	text-align:center;
}


.FooterTitleLinks{
	font-size: 12px;
	font-weight:bold;
	padding-top:15px; 
	display:block; 
	margin-bottom:0px; 
	color:black;
	text-align:left;
	text-decoration:none; 
	display:block;
	
}

.FooterTitleLinks:hover{
		text-decoration:underline;
}

.FooterTableLink{
	font-size: 12px;
	padding-bottom:3px;
	line-height:18px;
	text-decoration:none; 
	color:black;
	
	display:block; 
	line-height:16px;	
	display:block;
}


.FooterTableLink:hover{
	text-decoration:underline; 
}

.FooterLeftCell{
	display:inline-block; 
	width:49%; 
	padding-left:0px;
	text-align:left;
	margin-bottom:150px;
}

.FooterRightCell{
	display:inline-block; 
	width:48%; 
	text-align:right; 
	vertical-align:bottom;
	margin-bottom:150px;
}

.FooterTagline{
	 font-family:Georgia; font-size:24px; color:black; padding-top:50px;padding-bottom:15px;
}

.FooterCopyrightLine{
	font-family:Helvetica, Arial, Sans; font-size:12px; color:#888888;
}

.FooterPrivacyLink{
	font-family:Helvetica, Arial, Sans; font-size:12px; color:#303030;
}

.FooterDeviceCell{
	 text-align:left; margin-right:50px;vertical-align:top; display:inline-block;
 }
 
 .FakeLinkCursor{
	 cursor:pointer;
	 cursor:hand;
 }
 
 .GreenButton{
	border:1px solid #0a6f00;
	background-image:url('../images/buttons/greenbutton.slice.png');
	height:34px;
	color:white;
	font-size:12px;
	font-weight:normal;
	display:inline-block;
	
 }
 
 .GreenButton:hover{
	background-image:url('../images/buttons/greenbutton.slice-over.png');
 }
 
 .GreenButton:active{
	background-image:url('../images/buttons/greenbutton.slice-down.png');
 }
 
 
 .GreyButton{
	border:1px solid grey;
	background-image:url('../images/buttons/largergrey_bkg.png');
	height:34px;
	color:black;
	font-size:12px;
	font-weight:normal;
	display:inline-block;
	padding:0px 15px 0px 15px;
 }
 
 .GreyButton:hover{
	background-image:url('../images/buttons/largergrey_bkg-over.png');
 }
 
 .GreyButton:active{
	background-image:url('../images/buttons/largergrey_bkg.png');
 }
 
 .BlueButton{
	height: 34px;
	border:1px solid #0364c4;
	background-image:url('../images/buttons/bluebutton.png');
	color:white;
	font-size:12px;
	font-weight:normal;
	margin-right:10px;
	display:inline-block;
}


.BlueButton:hover{
	background-image:url('../images/buttons/bluebutton-over.png');
}


.BlueButton:active{
	background-image:url('../images/buttons/bluebutton-down.png');
}



.GimmeRightRaquo{
	background-image:url('../images/buttons/doublequote.png');
	background-position:right;  
	background-repeat:no-repeat;
}


.CreateReturnPrompt{
	background-color:white;
	width:100%;
	padding-top:8px; 
	border-width:0px 0px 0px 0px; 
	border-style:solid; 
	border-color:#777777; 
	height:30px;  
	text-align:center; 
	font-weight:bold; 
	font-size:16px; 
}


.CreateReturnPromptLink:hover{
	text-decoration:underline;
}

.CreateReturnPromptHide:hover{
	text-decoration:underline;
}
.ViewGallery{
	background-image:url('../images/buttons/viewgallery.png');
}



.ViewGallery:hover{
	background-image:url('../images/buttons/viewgallery-over.png');
}

.GetStarted{
	background-image:url('../images/buttons/getstarted.png');
}

.GetStarted:hover{
	background-image:url('../images/buttons/getstarted-over.png');
}