/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url('../images/page_bg.gif');
	background-repeat: no-repeat;
	background-position: 180px 30px;
	color: #5b5b5b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a{
	color: #f25b93;
}


a:hover{
	color: #f25b93;
}

p{
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 16px;
}

small{
	font-size: 10px;
}

img{
	border: 0;
}

/* GLOBALLY USUABLE FORMATTING */

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #de6192;
	font-weight: normal;
}

h1 span{
	font-size: 18px;
}

h2{
	margin-top: 10px;
	font-size: 16px;
	font-weight: normal;
}

h3{
	font-size: 12px;
}

ul.homelinks{
	margin-top: 10px;
	_margin-top: 30px;
	clear: both;
}

.homelinks li{
	list-style-type: none;
	margin-bottom: 6px;
	font-size: 14px;
	text-transform: uppercase;
}

.homelinks a{
	color: #5b5b5b;
	text-decoration: none;
}

.homelinks a:hover{
	text-decoration: underline;
	color: #f25b93;
}

.style7 {
	font-size: 10px;
	zfont-style: italic;
}
.style9{
}
.style10{
font-size: small
}
.style11{
	font-size: small;
}

.style14 {font-size: small}
.style14 {
font-family: "Times New Roman", Times, serif;
color:#000000;
}
.style12 {

}

.style_header{
	font-size: 44px;
	font-family: "Times New Roman", Times, serif;
	color:#000000;
}

.p_5{
	margin-top: 0px; 
	margin-bottom: 5px;
}

.txt_setfont{
	font-family: Arial, Helvetica, sans-serif;
}

.txt_normal{
	color: #5b5b5b;
}

.txt_pink, .txt_pink a, a.txt_pink{
	color: #f25b93;
}

.txt_green{
	color: #0db829;
}

.txt_yellow{
	color: #e2ef0a;
}

.txt_aqua{
	color: #57caf0;
}

.txt_lavendar{
	color: #a675e8;
}

.txt_white, .txt_white a{
	color: #FFFFFF;
}

.txt_black, .txt_black a{
	color: #000;
}

td{
	font-size: 11px;
}

.txt_12{
	font-size: 12px;
}

.txt_11{
	font-size: 11px;
}

.txt_10{
	font-size: 10px;
}

.left{
	float: left;
}

.right{
	float: right;
}

.clear{
	clear: both;
}

.vspace{
	height: 4px;
	_height: 0px;
}

form{
	margin: 0;
}

.txt_10{
	font-size: 10px;
}

.txt_11{
	font-size: 11px;
}

.txt_14, .txt_bigger{
	font-size: 14px;
}

.txt_16{
	font-size: 16px;
}

.txt_uppercase{
	text-transform: uppercase;
}

.txt_line-through{
	text-decoration: line-through;
}

.no-show{
	display: none;
}

input.text, file.text, textarea.text{
 border: 1px solid #e1e1e1;
 font-size: 11px;
 padding: 3px;
 color: #222;
 font-family: Arial, Helvetica, sans-serif;
}

select{
 border: 1px solid #e1e1e1;
 font-size: 11px;
 padding: 2px;
 color: #5b5b5b;
}


select.standard{
	width: 160px;
	text-transform: uppercase;
	margin-bottom: 4px;
}

input.fit{
	width: 80px;
}

.button_sm{
 border: 1px solid #e1e1e1;
 background-color: #FFFFFF;
 font-size: 9px;
 height: 21px;
 padding: 0px 3px 2px 3px;
 color: #5b5b5b;
 cursor: pointer; 
}

.button{
	border: 1px solid #e1e1e1;
	background-color: #FFFFFF;
	font-size: 9px;
	padding: 3px;
	color: #5b5b5b;
	cursor: pointer; 
	text-transform: uppercase;
}

.button:link, .button_sm:link{
	color: #5b5b5b;
}

.button:visited, .button_sm:visited{
	color: #5b5b5b;
}

.button:hover, .button_sm:hover, .button_pink{
	background: #f25b93;
	color: #FFF;
	text-decoration: none;
}

/* CONTAINERS */

#page{
	width: 980px;
	
}

#column_left{
	width: 230px;
	float: left;
}

#column_right{
	width: 680px;
	float: right;
}

#logo{
	width: 167px;
	height: 70px;
	float: right;
	margin-top: 45px;
}

#main{
	float: left;
	width: 650px;
	margin-left: auto;
	margin-right: auto;
}

#footer{
	margin-top: 80px;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-align: right;
	font-size: 10px;
}

#footer a{
	color: #5b5b5b;
}

.container_standard{
	width: 670px;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
}

/* NAVIGATION */

#nav{
	width: 205px;
	margin-top: 25px;
	float: right;
	margin-right: 10px;
	text-align: right;
}

.nav_list{
	float: right;
	text-align: right;
}

#nav ul, .nav_list ul{
	margin-right: 2px;
	margin-top: 8px;
	margin-bottom: 5px;
}

#nav ul li, .nav_list ul li{
	list-style: none;
	line-height: 15px;
	text-transform: uppercase;
	font-size: 10px;
}

#nav a, .nav_list a{
	color: #5b5b5b;
	text-decoration: none;
}

#nav a:hover, .nav_list a:hover{
	color: #000000;
}

#nav a.txt_pink{
	color: #f25b93;
}

#nav a.txt_pink:hover{
	color: #000000;
}

#newsletter{
	background-image: url('../images/newsletter_bg.gif');
	background-repeat: no-repeat;
	float: right;
	height: 50px;
	margin-bottom: 35px;
}

#newsletter .content{
	margin: 0px 0px 0px 20px;
}

#newsletter .content form{
	margin-top: 5px;
}

/* POINTE SHOES CONFIGURE */

.pointe_configbox{
	background-image: url('../images/img_pointeshoes.jpg');
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 50px;
	margin-top: 20px;
}

.pointe_configbox p{
	float: right;
	width: 340px;
}

/* POPUP */

#popup{
	margin: 5px;
	border: 1px solid #f25b93;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: none;
	color: #5b5b5b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#popup #page{
	padding: 20px;
	width: 600px;
}

#popup #page p{
	width: 460px;
}

#popup #page select{
	width: 200px;
	text-transform: uppercase;
	margin-bottom: 4px;
}

#popup #page .fit_table select{
	text-transform: none;
}

#popup ol li{
	margin-bottom: 10px;
}

.table_shopping input, .table_shopping textarea{
	border: 1px solid #e1e1e1;
	font-size: 11px;
	padding: 3px;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
}

.table_shopping select{
 border: 1px solid #e1e1e1;
 font-size: 11px;
 padding: 2px;
 color: #5b5b5b;
}

.img_border{
	margin: 10px;
	font-size: 10px;
	text-align: center;
}

.img_border img, img.img_border{
	border: 1px solid #CCCCCC;
	padding: 5px;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}

/* Posters */
#all_posters{ border:1px solid red;}
.poster{border:1px solid lime; text-align:center;}
.poster .img{	
	border: 1px solid #CCCCCC;
	padding: 5px;
	background-color: #FFFFFF;
	margin-bottom: 5px;}


/* FREE STUFF */

.freestuff_nav{

}

.freestuff_nav ul{
	clear: both;
	margin: 0;
	padding: 0;
	float: right;
}

.freestuff_nav li{
	display: block;
	float: left;
}

.freestuff_nav li a{
	display: block;
	color: #666666;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
	border: 1px solid #e1e1e1;
	padding: 3px;
	margin: 5px;
}

.freestuff_nav li a:hover, .freestuff_nav li.active a{
	border: 1px solid #f25b93;
}

/* ARTIST PROFILE PAGES */


table.artist-profile{
	width: 680px;
	margin-top: 30px;
}

table.artist-profile td.col_nav{
	width: 200px;
	padding-right: 20px;
	border-right: 1px solid #f25b93;
}

table.artist-profile td.col_content{
	padding-left: 20px;
}

table.artist-profile td.col_content h1{
	font-size: 24px;
	text-transform: uppercase;
}

table.artist-profile .left-col-nav{
	margin-bottom: 20px;
	clear: both;
} 

table.artist-profile img.img_border{
	margin: 0px;
}

table.artist-profile img.img_thumb{
	width: 30px;
	height: 30px;
	margin: 5px 0px;
}

table.artist-profile img.img_full{
	margin: 0px 0px 10px 0px;
	width: 170px;
	height: auto;
}

table.artist-profile h1{
	margin: 0;
	font-weight: normal;
	font-size: 30px;
}

table.artist-profile h2{
	margin: 0;
}

table.artist-profile h3{
	width: 300px;
	font-size: 13px;
	margin-left: auto;
	margin-right: auto;
	font-weight: normal;
	text-align: justify;
}

table.artist-profile h4{
	display: block;
	color: #444;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
	border: 1px solid #cdcdcd;
	padding: 3px;
	margin: 10px 0px;
	font-weight: normal;
	text-align: center;
	background-color: #ededed;
}

/* FIT GUIDE PAGES */

.fit_container{
	width: 650px;
	margin-top: 50px;
	margin-left: 20px;
}

.fit_the-code-explained{
	background-image: url('../images/fit-guide/img_the-code-explained.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

.fit_check-your-fit h3{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: -5px;
}

h1.txt_the-code-explained{
	height: 30px;
	background-image: url('../images/fit-guide/txt_the-code-explained.gif');
	background-repeat: no-repeat;
}

h1.txt_gm-comprehensive-guide-to-fitting{
	height: 30px;
	background-image: url('../images/fit-guide/txt_gm-comprehensive-guide-to-fitting.gif');
	background-repeat: no-repeat;
}

h1.txt_how-it-works{
	height: 30px;
	background-image: url('../images/fit-guide/txt_how-it-works.gif');
	background-repeat: no-repeat;
}

.fit_how-it-works_links li{
	list-style-type: none;
	margin: 5px 0px 5px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

h1.txt_dancers-check-your-fit{
	height: 30px;
	background-image: url('../images/fit-guide/txt_dancers-check-your-fit.gif');
	background-repeat: no-repeat;
	margin-bottom: 0px;
}

h2.txt_did-i-get-the-right-size{
	height: 20px;
	margin: 10px 0px;
	background-image: url('../images/fit-guide/txt_did-i-get-the-right-size.gif');
	background-repeat: no-repeat;
}

h1.txt_fitters-choose-right-specifications{
	height: 30px;
	background-image: url('../images/fit-guide/txt_fitters-choose-right-specifications.gif');
	background-repeat: no-repeat;
	margin-bottom: 0px;
}

h2.txt_fitting-step-by-step{
	height: 20px;
	margin: 10px 0px;
	background-image: url('../images/fit-guide/txt_fitting-step-by-step.gif');
	background-repeat: no-repeat;
}

.fit_step-by-step .fit_step{
	border: 1px solid #f25b93;
	width: 528px;
	margin-bottom: 5px;
}

.fit_step-by-step h1.txt_step0{
	height: 23px;
	background-image: url('../images/fit-guide/txt_step0.gif');
	background-repeat: no-repeat;
	margin: 0px;
}

.fit_step-by-step h1.txt_step1{
	height: 23px;
	background-image: url('../images/fit-guide/txt_step1.gif');
	background-repeat: no-repeat;
	margin: 0px;
}

.fit_step-by-step h1.txt_step2{
	height: 23px;
	background-image: url('../images/fit-guide/txt_step2.gif');
	background-repeat: no-repeat;
	margin: 0px;
}

.fit_step-by-step h1.txt_step3{
	height: 23px;
	background-image: url('../images/fit-guide/txt_step3.gif');
	background-repeat: no-repeat;
	margin: 0px;
}

.fit_step-by-step h1.txt_step4{
	height: 23px;
	background-image: url('../images/fit-guide/txt_step4.gif');
	background-repeat: no-repeat;
	margin: 0px;
}

.fit_step-by-step h1.txt_step5{
	height: 23px;
	background-image: url('../images/fit-guide/txt_step5.gif');
	background-repeat: no-repeat;
	margin: 0px;
}

.fit_step-by-step h1.txt_step6{
	height: 23px;
	background-image: url('../images/fit-guide/txt_step6.gif');
	background-repeat: no-repeat;
	margin: 0px;
}

.fit_step-by-step h1.txt_step7{
	height: 23px;
	background-image: url('../images/fit-guide/txt_step7.gif');
	background-repeat: no-repeat;
	margin: 0px;
}

.fit_step_content{
	padding: 0px 40px 10px 40px;
}

.fit_step-by-step{
	width: 530px;
}



/* TXT HEADERS */

h1.txt_store-locator{
	background-image: url('../images/txt_store-locator.gif');
	background-repeat: no-repeat;
	height: 24px;
}

/* STORE COLOR SELECTION TOGGLE */

.store_color_burgundy{
	background-color: #6c0210;
	width: 20px;
	height: 20px;
	padding: 1px;
	display: block;
	float: left;
	margin: 0px 10px 0px 0px;
}

.store_color_burgundy_selected{
	border: 1px solid #6c0210;
}

.store_color_black{
	background-color: #000;
	width: 20px;
	height: 20px;
	padding: 1px;
	margin: 0px 10px 0px 0px;
	display: block;
	float: left;
}

.store_color_white{
	background-color: #FFF;
	width: 18px;
	height: 18px;
	border: 1px solid #999999;
	padding: 1px;
	
	margin: 0px 10px 0px 0px;
	display: block;
	float: left;
}

.store_color_black_selected{
	border: 1px solid #000;
}

.store_color_navy-blue{
	background-color: #25314b;
	width: 20px;
	height: 20px;
	padding: 1px;
	display: block;
	float: left;
	margin: 0px 10px 0px 0px;
}

.store_color_navy-blue_selected{
	border: 1px solid #25314b;
}

.store_color_yellow{
	background-color: #fed557;
	width: 20px;
	height: 20px;
	padding: 1px;
	display: block;
	float: left;
	margin: 0px 10px 0px 0px;s
}

.store_color_yellow_selected{
	border: 1px solid #fed557;
}

/* FLAG ICONS */

.icon_flag_france {
	width: 20px;
	height: 11px;
	background-image: url('../images/icon_flag_france.gif');
	background-repeat: no-repeat;
	background-position: top center;
	display: inline-block;
}
.icon_flag_spain {
	width: 20px;
	height: 11px;
	background-image: url('../images/icon_flag_spain.gif');
	background-repeat: no-repeat;
	background-position: top center;
	display: inline-block;
}
.icon_flag_japan {
	width: 20px;
	height: 11px;
	background-image: url('../images/icon_flag_japan.gif');
	background-repeat: no-repeat;
	background-position: top center;
	display: inline-block;
}
.icon_flag_brasil {
	width: 20px;
	height: 11px;
	background-image: url('../images/icon_flag_brasil.gif');
	background-repeat: no-repeat;
	background-position: top center;
	display: inline-block;
}
.icon_flag_russia {
	width: 16px;
	height: 11px;
	background-image: url('../images/icon_flag_russia.gif');
	background-repeat: no-repeat;
	background-position: top center;
	display: inline-block;
}
