body {
	margin: 0 0 20px 0;
	background: url('../media/images/background.jpg') no-repeat top center fixed;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 11pt;
	color: #333;
}

* {
	outline: none;
}

img {
	border: 0;
}

.clr {
	clear: both;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 14pt;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 12pt;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 11pt;
}
p {
	
}

ul {
	margin: 5px;
	padding-left: 25px;
	list-style-image: url('../media/images/bullet.png');
}
li {

}


#top_bar {
	height: 20px;
	background: url('../media/images/top_bar.jpg') top center;
}
#header {
	margin: 15px 0;
}
#menu {
	float: right;
}
#menu li {
	float: left;
	list-style: none;
	margin: 0 5px;
	color: #fd5ca0;
}
#menu li a {
	font-weight: normal;
	text-decoration: none;
	color: #595e65;
}
#menu li a:hover {
	color: #fd5ca0;
}
#menu li a.current { 
	color: #fd5ca0;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}
.page_top {
	margin-top: 20px;
	width: 949px;
	height: 15px;
	background: url('../media/images/pagetb.png') top no-repeat;
	
}

.page {
	position: relative;
	min-height: 50px;
	width: 919px;
	padding: 15px;
	background: url('../media/images/page.png') repeat-y;
}
.page_bottom {
	width: 949px;
	height: 15px;
	background: url('../media/images/pagetb.png') bottom no-repeat;
}

#cboxOverlay {
	opacity:0.1;
}

a.productbox {
	text-align: center;
	text-decoration: none;
	color: #595e65;
	float: left;
	margin: 0 30px;
}
a.productbox:hover {
	color: #FD5CA0;
}
a.productshirtbox {
	text-align: center;
	text-decoration: none;
	color: #595e65;
	float: left;
	margin: 0 22px;
}
a.productshirtbox:hover {
	color: #FD5CA0;
}
#poa_adult {
	margin: 2px 30px 0 50px;
	width: 222px;
	height: 570px;
	background: url('../media/images/poa_adult.jpg') no-repeat;
}

#poa_teen {
	margin: 0 30px;
	width: 222px;
	height: 570px;
	background: url('../media/images/poa_teen.jpg') no-repeat;
}
#poa_child {
	margin: 0 30px;
	width: 222px;
	height: 570px;
	background: url('../media/images/poa_child.jpg') no-repeat;
}

#poa_display {
	margin-left: 50px;
	float: left;
}
#poa_options {
	margin-left: 75px;
	float: left;
	width: 660px;
}

#poa_head_adult {
	width: 123px;
	height: 122px;
	background: url('../media/images/heads_adult.png') left top no-repeat;
}
#poa_head_teen {
	width: 123px;
	height: 122px;
	background: url('../media/images/heads_teen.png') left top no-repeat;
}
#poa_head_child {
	width: 123px;
	height: 122px;
	background: url('../media/images/heads_child.png') left top no-repeat;
}

#poa_body {
	width: 123px;
	height: 179px;
	background: url('../media/images/body.png') left top no-repeat;
}
#poa_legs {
	width: 123px;
	height: 189px;
	background: url('../media/images/legs.png') left top no-repeat;
}
#undergarment_pattern {
	visibility: hidden;
	height: 0;
	position: absolute;
	bottom: 100px;
	left: 45px;
	text-align: center;
	color: #333;
	font-size: 10pt;
}


.button_size {
	float: left;
	display: block;
	width: 27px;
	height: 21px;
	background: url('../media/images/button_size.png') 0 0 no-repeat;
	cursor: pointer;
	margin: 3px;
	text-align: center;
}
.size_lable {
	float: left;
	width: 50px;
	font-weight: bold;
	display: block;
	margin-top: 2px;
}

#button_adult_face_white {
	float: left;
	display: block;
	width: 70px;
	height: 71px;
	background: url('../media/images/button_adult_heads.png') 0 0 no-repeat;
	cursor: pointer;
	margin: 5px;
}

#button_adult_face_hispanic {
	float: left;
	display: block;
	width: 70px;
	height: 71px;
	background: url('../media/images/button_adult_heads.png') -70px 0 no-repeat;
	cursor: pointer;
	margin: 5px;
}

#button_adult_face_black {
	float: left;
	display: block;
	width: 70px;
	height: 71px;
	background: url('../media/images/button_adult_heads.png') -140px 0 no-repeat;
	cursor: pointer;
	margin: 5px;
}

#button_adult_face_asian {
	float: left;
	display: block;
	width: 70px;
	height: 71px;
	background: url('../media/images/button_adult_heads.png') -210px 0 no-repeat;
	cursor: pointer;
	margin: 5px;
}

/****/

#button_teen_face_white {
	float: left;
	display: block;
	width: 70px;
	height: 71px;
	background: url('../media/images/button_adult_heads.png') 0 0 no-repeat;
	cursor: pointer;
	margin: 5px;
}

#button_teen_face_hispanic {
	float: left;
	display: block;
	width: 70px;
	height: 71px;
	background: url('../media/images/button_adult_heads.png') -70px 0 no-repeat;
	cursor: pointer;
	margin: 5px;
}

#button_teen_face_black {
	float: left;
	display: block;
	width: 70px;
	height: 71px;
	background: url('../media/images/button_adult_heads.png') -140px 0 no-repeat;
	cursor: pointer;
	margin: 5px;
}

#button_teen_face_asian {
	float: left;
	display: block;
	width: 70px;
	height: 71px;
	background: url('../media/images/button_adult_heads.png') -210px 0 no-repeat;
	cursor: pointer;
	margin: 5px;
}

/****/

#button_child_face_white {
	float: left;
	display: block;
	width: 70px;
	height: 71px;
	background: url('../media/images/button_adult_heads.png') 0 0 no-repeat;
	cursor: pointer;
	margin: 5px;
}

#button_child_face_hispanic {
	float: left;
	display: block;
	width: 70px;
	height: 71px;
	background: url('../media/images/button_adult_heads.png') -70px 0 no-repeat;
	cursor: pointer;
	margin: 5px;
}

#button_child_face_black {
	float: left;
	display: block;
	width: 70px;
	height: 71px;
	background: url('../media/images/button_adult_heads.png') -140px 0 no-repeat;
	cursor: pointer;
	margin: 5px;
}

#button_child_face_asian {
	float: left;
	display: block;
	width: 70px;
	height: 71px;
	background: url('../media/images/button_adult_heads.png') -210px 0 no-repeat;
	cursor: pointer;
	margin: 5px;
}



#button_undergarment_none {
	float: left;
	display: block;
	width: 70px;
	height: 71px;
	background: url('../media/images/button_undergarments.png') 0 0 no-repeat;
	cursor: pointer;
	margin: 5px;
	
}

#button_undergarment_pink {
	float: left;
	display: block;
	width: 70px;
	height: 71px;
	background: url('../media/images/button_undergarments.png') -70px 0 no-repeat;
	cursor: pointer;
	margin: 5px;
	
}

#button_undergarment_white {
	float: left;
	display: block;
	width: 70px;
	height: 71px;
	background: url('../media/images/button_undergarments.png') -140px 0 no-repeat;
	cursor: pointer;
	margin: 5px;
}

#button_buyme {
	display: block;
	float: left;
	width: 152px;
	height: 40px;
	background: url('../media/images/button_buyme.png') 0 0 no-repeat;
	margin: 5px;
	font-size: 0.1px;
	color: transparent;
}
#button_buyme:hover {
	background-position: 0 -40px;
}

#button_buy {
	display: block;
	float: left;
	width: 152px;
	height: 40px;
	background: url('../media/images/button_buy.png') 0 0 no-repeat;
	margin: 5px;
	font-size: 0.1px;
	color: transparent;
}


#button_buy:hover {
	background-position: 0 -40px;
}
#price {
	float: left;
	padding: 10px 0 0 12px;
	font-size: 18pt;
	font-weight: bold;
}
.hide {
	display: none;
}

ul#social_links {
	overflow: hidden;
	float: left;
	list-style: none outside none;
	margin: 75px 0 0 15px;
	padding: 0;
	}

#social_links li {
	overflow: hidden;
	float:left;
	margin-left: 5px;
	margin-bottom: 5px;
	}

#social_links li a {
	overflow:hidden;
	float: left;
	background: url('../media/images/social_conn2.png');
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	}

#social_links li a#facebook {
	background-position: 0 -32px;
	}

#social_links li a#myspace {
	background-position: -32px -32px;
	}

#social_links li a#twitter {
	background-position: -96px -32px;
	}

#social_links li a#youtube {
	background-position: -64px -32px;
	}

#social_links li a#linkedin {
	background-position: -128px -32px;
	}

#social_links li a#rss {
	background-position: -160px -32px;
	}

#social_links li a#facebook:hover {
	background-position: 0 0;
	}

#social_links li a#myspace:hover {
	background-position: -32px 0;
	}

#social_links li a#twitter:hover {
	background-position: -96px 0;
	}

#social_links li a#youtube:hover {
	background-position: -64px 0;
	}

#social_links li a#linkedin:hover {
	background-position: -128px 0;
	}

#social_links li a#rss:hover {
	background-position: -160px 0;
	}
/* START CODA SLIDER */
	/* Most common stuff you'll need to change */

	.coda-slider-wrapper { padding: 20px 0 }
	.coda-slider {  }
	h2.title { text-indent: -99999px;}

	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 939px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 600px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px }
	
	/* Tab nav */
	.coda-nav ul li a.current { color: #fd5ca0;  }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 20px }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: 0 auto; padding: 0; overflow: hidden; }
	.coda-nav ul li { float: left; list-style: none; margin: 0 5px; color: #fd5ca0; }
	.coda-nav ul li a { font-weight: normal; text-decoration: none; color: #595e65; }
	.coda-nav ul li a:hover { color: #fd5ca0; }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }


/* END CODA SLIDER */
