html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background: #000 url(../images/bg.jpg) no-repeat 50% 0;
	height: 100%;
}
img {
	border: none;
}
a:focus {
	outline:none;
}
input:focus {
	outline:none;
}
form {
	margin: 0;
	padding: 0;
}
.skip {
	display: none;
}
.page {
	min-height: 100%;
	float: left;
	width: 100%;
}
* html .page {
	height: 100%;
}
#main {
	margin: 0 auto;
	width: 902px;
	position: relative;
}
#header-holder {
	width: 901px;
	position: absolute;
	top: 0;
	left: 0;
	height: 60px;
}
#header {
	width: 901px;
	height: 60px;
	float: left;
	position: relative;
	background: url(../images/header-bg.jpg) no-repeat 0 100%;
}
#countries {
	float: left;
	margin: 8px 0 0 21px;
	display: inline;
	padding: 1px 3px 1px 0;
	background: url(../images/sep.gif) no-repeat 100% 1px;
	position: relative;
}
#countries li {
	float: left;
	display: inline;
	margin: 0 5px 0 0;
}
#countries li a {
	width: 23px;
	height: 11px;
	padding: 1px;
	border: 1px solid #333;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}
#countries li.canada a {
	background: url(../images/ico-canada.gif) no-repeat 1px 1px;
}
#countries li.usa a {
	background: url(../images/ico-usa.gif) no-repeat 1px 1px;
}
#countries li:hover a,
#countries li.hover a {
	border: 1px solid #900;
}
#countries li.active a {
	border: 1px solid #900;
}
#countries li.active span {
	display: block;
	z-index: 0;
}
#countries li span {
	display: none;
	color: #464646;
	font: bold 9px Arial, sans-serif;
	position: absolute;
	left: 74px;
	top: 4px;
	width: 62px;
	height: 9px;
	text-transform: uppercase;
	background-color: #000;
}
#countries li:hover span,
#countries li.hover span {
	display: block;
	z-index: 9999;
}

.form-newsletter {
	margin: 0 0 0 17px;
	
} 

.form-login,.form-logout {
	float: right;
	margin: 0 6px 0 0;
	display: inline;
}

.form-newsletter label,
.form-login label,
.form-logout label,
.form-footer label {
	float: left;
	background: url(../images/login.gif) no-repeat;
	width: 36px;
	height: 14px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 12px 5px 0 0;
}
.form-newsletter label {
	background: url(../images/sign-up-for-our2.gif) no-repeat;
	width: 175px;
	height: 14px;
	margin: 12px 0 0 0;
}
.form-newsletter .input, 
.form-login .input,
.form-logout .input,
.form-footer .input {
	float: left;
	background: url(../images/input-bg.gif) no-repeat;
	width: 153px;
	height: 18px;
	margin: 8px 1px 0 3px;
	display: inline;
	position: relative;
}
.form-footer .input {
	margin-top: 14px;
}
.form-newsletter .input input,
.form-login .input input {
	background-color: #171717;
	border: none;
	color: #FFFFFF;
	font: 11px Arial, sans-serif;
	width: 138px;
	height: 14px;
	padding: 1px 0 0;
	margin: 1px 0 0 7px;
	float: left;
	position: relative;
}

.form-newsletter .input input {
	*margin-left: -10px;
}
.safari .form-newsletter .input input,
.safari .form-login .input input {
	height: 12px;
}

.form-newsletter a,
.form-login a {
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/btn-go.jpg) no-repeat;
	width: 52px;
	height: 42px;
	margin: 1px 0 0 -11px;
	float: left;
}
.form-logout a {
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/logout.gif) no-repeat;
	width: 52px;
	height: 42px;
	margin: 1px 0 0 -11px;
	float: left;
}

.safari .form-newsletter a, 
.safari .form-login a {
	margin-left: 0;
}

.safari .form-logout a {
	margin-left: 0;
}

.form-footer a {
	background: url(../images/go-2.gif) no-repeat;
	width: 41px;
	height: 37px;
	margin: 6px 0 0;
}

.form-newsletter a:hover, 
.form-login a:hover {
	background-position: 0 -42px;
}
.form-logout a:hover {
	background-position: 0 -37px;
}
.form-footer a:hover {
	background-position: 0 -37px;
}

.main-nav {
	position: absolute;
	top: 30px;
	left: 17px;
	margin: 0;
	padding: 0;
}
.main-nav li {
	display: inline;
	float: left;
	background: url(../images/sep-menu.gif) no-repeat;
	padding: 5px 6px 5px 6px;
}
.main-nav li.first {
	background: none;
	padding-left: 0;
}
.main-nav li a {
	text-indent: -9999px;
	overflow: hidden;
	height: 19px;
	display: block;
}
.main-nav li.packages a {
	background: url(../images/item-packages.gif) no-repeat;
	width: 68px;
}
.main-nav li.custom a {
	background: url(../images/item-custom.gif) no-repeat;
	width: 55px;
}
.main-nav li.on-line a {
	background: url(../images/item-on-line-store.gif) no-repeat;
	width: 94px;
}
.main-nav li.tournament a {
	background: url(../images/item-tournament.gif) no-repeat;
	width: 134px;
}
/*.main-nav li.team a {
	background: url(../images/item-team-town.gif) no-repeat;
	width: 78px;
}
*/
.main-nav li.faq a {
	background: url(../images/item-FAQ.gif) no-repeat;
	width: 78px;
}


.main-nav li.fabric a {
	background: url(../images/item-fabric.gif) no-repeat;
	width: 126px;
}
.main-nav li.vc-green a {
	background: url(../images/item-vc-green.gif) no-repeat;
	width: 125px;
}
.main-nav li.about a {
	background: url(../images/item-about-vc.gif) no-repeat;
	width: 66px;
}
.main-nav li a:hover {
	background-position: 0 -19px;
}
.container {
	width: 902px;
	float: left;
	padding-bottom: 275px;
	margin: 60px 0 0;
}
.container-inside {
	padding-bottom: 125px;
}
.container-top,
.container-top-inside {
	position: relative;
	width: 902px;
	height: 463px;
	float: left;
	background: url(../images/big-image.jpg) no-repeat;
	margin: 0 0 0 -1px;
	display: inline;
}
.container-top-inside {
	background: url(../images/inside-page-bg.jpg) no-repeat;
	width: 903px;
	margin: -2px 0 0 -2px;
	height: auto;
}
.logo,
.logo-2 {
	background: url(../images/logo.png) no-repeat;
	width: 128px;
	height: 60px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 3px;
	left: 6px;
	cursor: pointer;
}
.container-top-inside .logo {
	top: 5px;
	left: 7px;
}
.logo-2 {
	background: url(../images/logo-2.png) no-repeat;
	width: 211px;
	height: 59px;
	top: 0;
	left: 680px;
}
.container-top-inside .logo-2 {
	top: 2px;
	left: 680px;
}
.top-nav {
	float: right;
	clear: both;
	margin: -5px 5px 0 0;
	padding: 0 5px 0 0;
	position: absolute;
	top: 43px;
	right: 12px;
}
.top-nav li {
	float: left;
	display: inline;
	font: 10px Arial, sans-serif;
	padding: 0 0 0 10px;
}
.top-nav li a {
	text-decoration: none;
	color: #828282;
}
.top-nav li a:hover {
	color: #a8ff00;
}
.left-nav {
	float: left;
	margin: 87px 0 0 18px;
	display: inline;
}
.container-top-inside .left-nav {
	margin-top: 89px;
}

.left-nav ul li.mycart a{
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/mycart-rollover.jpg) no-repeat;
	width: 55px;
	height: 20px;
	margin: 1px 0 0 -10px;
	float: left;
}

.left-nav ul li.mycart a:hover {
	background-position: 0 -22px;
}

.left-nav h2{
	margin: 0;
	padding: 0;
	color: #aeff00;
	font: italic bold 12px Arial, sans-serif;

}




.left-nav ul {
	margin: 0;
	padding: 0 0 0 23px;
	font: italic bold 11px Arial, sans-serif;
}

.container-top-inside .left-nav ul {

	
}

.left-nav ul li {
	list-style: none;
	width: 100%;
	padding: 0 0 3px;
}
.left-nav ul li.roll close {
	list-style: none;
	width: 100%;
	padding: 0 0 0px;
}

* html .left-nav ul li {
	margin-bottom: -1px;
}
*+html .left-nav ul li {
	margin-bottom: -1px;
}

.left-nav ul li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}

.left-nav ul li h2 a.test {

	padding: 0;
	color: #aeff00;
	font: italic bold 12px Arial, sans-serif;
	margin-top: 5px;
	margin-bottom: 5px;
	
}

/*left-nav ul li {
	margin-top: 0;


}
*/

/*
.left-nav ul li a:hover {
	text-decoration: underline;
}
*/
.custom-box {
	float: left;
	margin: 3px 0 0 -1px;
	padding: 0;
	display: inline;
}
.custom-box li {
	float: left;
	display: inline;
	width: 280px;
	height: 89px;
	padding: 53px 0 0 18px;
	position: relative;
}
.custom-box li.customgear {
	background: url(../images/customgear.jpg) no-repeat;
	margin: 0 4px 0 0;
}
.custom-box li.currentdeals {
	background: url(../images/currentdeals.jpg) no-repeat;
	margin: 0 4px 0 0;
}
.custom-box li.vccard {
	background: url(../images/vccard.jpg) no-repeat;
}
.custom-box li ul {
	margin: 0;
	padding: 0;
	width: 100%;
	font: italic bold 12px Arial, sans-serif;
}
.custom-box li.currentdeals ul {
	font: italic bold 11px Arial, sans-serif;
}
.custom-box li.vccard ul {
	font: italic bold 11px Arial, sans-serif;
}
.custom-box li.vccard ul li {
	padding-bottom: 2px;
}
.custom-box li ul li {
	list-style: none;
	background: url(../images/arrow.gif) no-repeat 0 4px;
	padding: 0 0 0 14px;
	height: auto;
	width: 256px;
}
.custom-box li ul li a {
	color: #c4c4c4;
	text-decoration: none;
}
.custom-box li ul li a:hover {
	text-decoration: underline;
}
.custom-box h2 {
	margin: -2px 0 0;
	padding: 0 0 4px 14px;
	color: #ff9c00;
	font: italic bold 18px Arial, sans-serif;
}
.custom-box li a.go {
	text-indent: -9999px;
	overflow: hidden;
	background:  no-repeat;
	width: 35px;
	height: 17px;
	background: url(../images/go.gif) no-repeat;
	position: absolute;
	top: 115px;
	left: 255px;
}
.custom-box li a:hover {
	background-position: 0 -17px;
}
.products-box {
	width: 902px;
	float: left;
	margin: 10px 0 0;
	padding: 0 0 10px;
}
.content .products-box {
	width: 668px;
	margin: 0;
}
.heading {
	width: 900px;
	height: 26px;
	float: left;
	background: url(../images/product-heading.gif) no-repeat;
}
.heading h2 {
	margin: 0;
	padding: 5px 0 0 17px;
	color: #fff;
	font: italic bold 12px Arial, sans-serif;
	text-transform: uppercase;
	float: left;
}
.heading h2 span {
	color: #aeff00;
}
.heading .more {
	float: right;
	background: url(../images/arrow.gif) no-repeat 0 1px;
	padding: 0 0 0 11px;
	margin: 9px 20px 0 0;
	color: #fff;
	font: italic bold 10px Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	display: inline;
}
.heading .more:hover {
	text-decoration: underline;
}
.products-box ul {
	margin: 0 0 0 -1px;
	padding: 0;
	float: left;
	display: inline;
	width: 902px;
	position: relative;
}
.content .products-box ul {
	width: 668px;
}
.products-box ul li {
	display: inline;
	list-style: none;
	float: left;
	margin: 0 24px 0 0;
}
.content .products-box ul li {
	margin-right: 4px;
	margin-bottom: 4px;
}
.products-box ul li.last,
.content .products-box ul li.last {
	margin: 0;
}
.products-box ul li a {
	display: block;
	width: 129px;
	height: 165px;
	background: #2a2a2a url(../images/product-gray.gif) no-repeat 0 100%;
	padding: 1px 0 0 1px;
	text-decoration: none;
	overflow: hidden;
}
.products-box ul li a:hover {
	background: #adfe00 url(../images/product-green.gif) no-repeat 0 100%;
}
.products-box ul li img {
	padding: 0 1px 5px 0;
	float: left;
}
.products-box ul li span {
	width: 100%;
	display: block;
	font: italic bold 11px Arial, sans-serif;
	text-align: center;
	padding: 0 0 3px;
	cursor: pointer;
}
.products-box ul li .name {
	color: #828282;
}
.products-box ul li .price {
	color: #ff0048;
}
.footer-bg-holder {
	width: 100%;
	float: left;
	background-color: #0f0f0f;
	height: 120px;
	position: relative;
	margin: -120px 0 0;
	min-width: 902px;
}
.footer {
	margin: 0 auto;
	width: 902px;
}
.left-side {
	float: left;
	padding: 15px 0 0 18px;
}
.left-side p {
	margin: 0;
	padding: 0 0 32px;
	color: #535353;
	font: 10px/12px Arial, sans-serif;
}
.left-side p span {
	text-transform: uppercase;
}
.left-side p a {
	color: #535353;
	text-decoration: none;
}
.left-side p a:hover {
	text-decoration: underline;
}
.left-side .blackle {
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/blackle.jpg) no-repeat;
	width: 95px;
	height: 20px;
	float: left;
}
.right-side {
	float: right;
	width: 380px;
}
.form-footer {
	float: left;
	margin: 0;
	width: 100%;
	display: inline;
}
.right-side p {
	float: left;
	color: #535353;
	font: 8px/12px Arial, sans-serif;
	text-transform: uppercase;
	margin: 0;
	padding: 10px 20px 5px 0;
	clear: both;
	text-align: right;
	width: 360px;
}
.globacore {
	float: right;
	background: url(../images/clobacore.gif) no-repeat;
	width: 156px;
	height: 21px;
	text-indent: -9999px;
	overflow: hidden;
	display: inline;
	margin: 0 20px 0 0;
}
.inner {
	display: none;
}
.inner-open {
	display: block !important;
}
.open .inner {
	display: block;
}
.close .inner {
	display: none !important;
}
.container-top-inside .left-nav {
	width: 200px;
	float: left;
}
.container-top-inside .left-nav ul {
	float: left;
}


.container-top-inside .left-nav ul li {
	float: left;
	width: 154px;
	padding: 0 0 3px;
}

.left-nav ul li ul {
	font: bold 11px Arial, sans-serif;
	padding: 0 0 0 0;
	margin: 0;
}
.left-nav ul li ul li {
	padding: 0 0 1px;
	margin: 0;
}
.container-top-inside .left-nav ul li ul li a {
	color: #f8ffd5;
	padding: 0 0 0 0px;
}

.container-top-inside .left-nav ul li a {
	padding: 0 0 0 0px;
}
.open a.button {
	background: url(../images/pointer.gif) no-repeat -3px -2px;
}
.close a.button {
	background: url(../images/pointer.gif) no-repeat -3px -20px;
}
.content {
	float: left;
	width: 670px;
	margin: 90px 0 0 -1px;
	position: relative;
}
.page-path {
	float: left;
	margin: 0;
	padding: 0 0 15px;
}
.page-path li {
	display: inline;
	float: left;
	color: #adfe00;
	font: 11px Arial, sans-serif;
	background: url(../images/pointer-2.gif) no-repeat 0 4px;
	padding: 0 3px 0 8px;
}
.page-path li.first {
	background: none;
	padding-left: 0;
}
.page-path li a, #gender-option a {
	color: #696969;
	text-decoration: none;
}
.page-path li a:hover {
	text-decoration: underline;
}
.phone {
	float: right;
	color: #f0ffcf;
	font: italic bold 10px Arial, sans-serif;
	overflow: hidden;
}
.phone span {
	color: #fff;
}
.content h2 {
	margin: 0;
	padding: 0 0 10px;
	color: #fff;
	font: italic bold 14px Arial, sans-serif;
	text-transform: uppercase;
	clear: both;
}
.content h2 span {
	color: #aeff00;
}

.numbersprice {
	color: #FF0048 !important;
	font-size: 14px;
	font-weight: normal;
}

.content h2.products-heading {
	font: italic bold 12px Arial, sans-serif;
	padding-bottom: 4px;
}
.welcome-box {
	float: left;
	width: 653px;
	background-color: #1e1e1e;
	padding: 0 0 0 15px;
	margin: 3px 0 13px;
}
.welcome-text {
	float: left;
	width: 410px;
}
.welcome-text h3 {
	margin: 0;
	padding: 5px 0 1px;
	color: #fff;
	font: italic bold 30px/33px Arial, sans-serif;
}
.welcome-text p {
	margin: 0;
	padding: 0;
	color: #f0ffcf;
	font: italic 11px Arial, sans-serif;
}
.search-teams-form {
	float: left;
	padding: 19px 0 18px;
}
.search-teams-form label {
	background: url(../images/search-teams.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	width: 124px;
	height: 28px;
	margin: 2px 0 0 -3px;
}
.search-teams-form input {
	float: left;
}
.search-teams-form input#team-name {
	background-color: #171717;
	border: 1px solid #4e4e4e;
	width: 206px;
	height: 23px;
	padding: 6px 0 0 6px;
	color: #505050;
	font: 14px Arial, sans-serif;
	margin: 0 5px 0 4px;
}
.member {
	float: left;
	background-color: #2d2d2d;
	width: 230px;
	margin: 5px 0 0 2px;
	padding: 13px 0 3px 6px;
	display: inline;
}
.member p {
	margin: 0;
	padding: 0 3px 13px 7px;
	color: #757575;
	font: 10px/16px Arial, sans-serif;
}
.member p strong {
	color: #fff;
	font: italic bold 10px Arial, sans-serif;
}
.add-team {
	background: url(../images/add-your-team.gif) no-repeat;
	width: 228px;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}
.team-list {
	float: left;
	margin: 0;
	padding: 0;
	float: left;
	width: 668px;
}
.team-list li {
	list-style: none;
	background-color: #1e1e1e;
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 5px 0 5px;
	margin: 0 0 16px;
}
.bg-holder {
	width: 100%;
	float: left;
	background: url(../images/list-team-bg.gif) repeat-y;
	padding: 5px 0 0;
}
.team-info {
	float: left;
	width: 329px;
	padding: 0 0 0 15px;
}
.team-logo {
	float: left;
	margin: 3px 11px 0 0;
	display: inline;
}
.team-logo img {
	display: block;
}
.team-attributes {
	float: left;
}
.team-info h3 {
	margin: 0;
	padding: 0 0 3px;
	color: #ff0048;
	font: italic bold 11px Arial, sans-serif;
	clear: both;
}
.team-info p {
	margin: 0;
	padding: 0 5px 12px 0;
	color: #f8ffd5;
	font: 11px/16px Arial, sans-serif;
}
.team-info strong.name {
	font: italic bold 20px Arial, sans-serif;
	color: #fff;
	padding: 0 0 15px;
}
.team-info span {
	font: italic bold 14px Arial, sans-serif;
	color: #fff;
}
.read-more {
	display: block;
	background: url(../images/read-more.gif) no-repeat;
	width: 96px;
	height: 21px;
	text-indent: -9999px;
	overflow: hidden;
	margin: -4px 0 0;
}
.team-photo {
	float: left;
	width: 312px;
	margin: -5px 0 0 1px;
	display: inline;
	position: relative;
	padding: 37px 0 36px 6px;
}
.team-2 .team-photo {
	padding: 22px 0 22px 6px;
}
.team-photo img {
	display: block;
}
.col-1 {
	float: left;
	width: 350px;
	clear: both;
	padding: 13px 0 0;
}
.col-2 {
	float: right;
	width: 295px;
	
	display: inline;
	
}
* html .col-2 {
	margin-top: 29px;
}
*+html .col-2 {
	margin-top: 29px;
}
.content-image {
	float: left;
	width: 350px;
}
.content-image img {
	display: block;
	border: 1px solid #aeff00;
}
.content-image .zoom {
	float: right;
	text-decoration: none;
	color: #fff;
	font: italic bold 10px Arial, sans-serif;
	margin: 4px -1px 0 0;
	background: url(../images/ico-zoom.gif) no-repeat;
	padding: 0 0 1px 16px;
	display: inline;
}
.content-image .zoom:hover {
	text-decoration: underline;
}
.design-your-own {
	background: url(../images/design-your-own!.jpg) no-repeat;
	width: 350px;
	height: 70px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	float: left;
	margin: 24px 0 20px;
}
.col-1 h3,
.col-2 h3 {
	margin: 0;
	padding: 0 0 5px 15px;
	color: #aeff00;
	font: italic bold 12px Arial, sans-serif;
	text-transform: uppercase;
}
.col-2 h3 {
	padding-left: 6px;
}
.col-2 h3 span {
	color: #ff0054;
	font: italic bold 11px Arial, sans-serif;
	text-transform: none;
	padding: 0 0 0 104px;
}
.quick-quote {
	float: left;
	width: 335px;
	background: #1e1e1e;
	padding: 5px 0 0 15px
}
.quick-quote p {
	margin: 0;
	padding: 0;
	color: #f8ffd5;
	font: 11px Arial, sans-serif;
}
.quick-quote-form {
	float: left;
	width: 335px;
	margin: 0;
	padding: 9px 0 7px;
}
.quick-quote-form li {
	list-style: none;
	width: 100%;
	display: block;
	overflow: hidden;
	padding: 0 0 4px;
	position: relative;
}
.quick-quote-form li .two-line {
	clear: both;
	margin: 0 0 0 89px;
}
* html .quick-quote-form li {
	margin-bottom: -3px;
}
*+html .quick-quote-form li {
	margin-bottom: -3px;
}
.quick-quote-form label {
	color: #fff;
	font: italic bold 11px Arial, sans-serif;
	width: 89px;
	float: left;
	margin: 4px 0 0;
}
.quick-quote-form label.small {
	color: #f8ffd5;
	font: 11px Arial, sans-serif;
	width: 20px;
	text-align: right;
	margin-right: 3px;
}
.quick-quote-form label.sizes {
	height: 23px;
}
.quick-quote-form li select {
	float: left;
}
.quick-quote-form input {
	width: 227px;
	height: 18px;
	padding: 3px 0 0;
	float: left;
	background-color: #2d2d2d;
	border: 1px solid #525252;
	color: #fff;
	font: 12px/14px Arial, sans-serif;
}
.quick-quote-form input#quantity {
	width: 38px;
}
.quick-quote-form input#zip {
	width: 88px;
}
.quick-quote-form input#qoute-me {
	border: none;
	width:115px;
	height: 23px;
	margin: -3px 0 0 24px;
	background: none;
}
.quick-quote-form input#submit {
	float: right;
	border: none;
	background: none;
	width:115px;
	height: 23px;
	margin: 0 18px 0 0;
}
.quick-quote-form input.small {
	width: 28px;
	text-align: center;
	font-size: 10px;
	margin-right: 35px;
}
.quick-quote-form input.small-last {
	margin-right: 0;
	margin-bottom: 3px;
}
.quick-quote-form input.small-last-2 {
	margin-bottom: 0;
	margin-right: 0;
}
.outtaHere {
	position:absolute;
	left:-3000px;
}
/* Selects */
.selectArea {
	float:left;
	position:relative;
	height:21px;
	padding:0;
	overflow: hidden;
	display: inline;
	color: #6c6c6c;
	font: italic bold 10px/13px Arial, sans-serif;
	width: 152px !important;
}
.selectArea a.selectButton {
	display:block;
	float:none;
	width:100%;
	height:17px;
	background: url(../images/select_right.gif) no-repeat top right;
	position:absolute !important;
	top:0;
	right:0;
	border:none;
	float: left;
}
.selectArea .center {
	display:block;
	height: 15px;
	width: 130px !important;
	margin:0 !important;
	padding:2px 0 0 5px !important;
	overflow:hidden;
	float: left;
	background: url(../images/select_left.gif) no-repeat;
}
.selectArea .left {
	display: none;
}
.selectArea .disabled {
	display: none;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position:absolute;
	background-color:#2d2d2d;
	display:block;
	z-index:30;
	margin: -1px 0 0 0 !important;
	padding: 0 !important;
	color: #7e7363;
	font: 10px/13px Arial, sans-serif;
	border: 1px solid #525252;
	width: 135px !important;
}
.optionsDivInvisible{display:none;}
.optionsDivVisible ul {
	margin:0;
	padding:0;
	list-style:none;
}
.optionsDivVisible a {
	color: #6c6c6c;
	text-decoration:none;
	display:block;
	padding:0;
	text-decoration:none;
	padding:4px 0 0 5px;
	background-color:#2d2d2d;
}
.optionsDivVisible a:hover {
	background-color:#fff;
	color:#000;
	text-decoration:none;
}
.safari .optionsDivVisible a {
	font-size: 11px;
}
/* selects end */
.quote-order-box {
	float: left;
	width: 334px;
	background: #1e1e1e;
	margin: 20px 0 18px;
	padding: 11px 0 8px 16px;
}
.quote-order-box a {
	background: url(../images/quote-order-builder.gif) no-repeat;
	width:225px;
	height: 46px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	margin: 0 0 13px;
}
.quote-order-box p,
.check-product p {
	padding: 0;
	margin: 0;
	color: #f8ffd5;
	font: 11px/15px Arial, sans-serif;
}
.check-product p {
	text-align: right;
	padding: 0 18px 11px 0;
}
.check-product {
	float: left;
	width: 335px;
	background: #1e1e1e;
	padding: 0 0 0 15px;
	margin: 0 0 20px;
}
.col-2 h1 {
	margin: 0;
	padding: 0 0 23px 5px;
	font: italic bold 16px Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
}
.text-box {
	float: left;
	width: 299px;
	background-color: #2d2d2d;
	margin: 0 0 16px;
	color: #fff;
	font-size: 10pt;
}
.text-box-nofloat {
	font: 10px Arial, sans-serif;
	background-color: #2d2d2d;
	margin: 5px 0 16px;
	color: #fff;
	padding: 0px 5px 10px 5px;
}

.text-box-nofloat ul, .text-box ul{
	list-style-image: url(../images/pointer_bottom.gif);
	list-style-position: -2px;
}

.text-box-nofloat ul li {
	font-size: 10px;
}

.text-box-nofloat p,.text-box-nofloat p span {
	padding: 5px;
}

.text-box p,.f p {
	margin: 0;
	padding: 5px 0 6px 7px;
	color: #f8ffd5;
	font: 11px/15px Arial, sans-serif;
}
.features-list,
.material-options-list,
.pricing-list {
	width: 299px;
	float: left;
	margin: 0 0 15px;
	padding: 0;
}
.material-options-list {
	margin-bottom: 1px;
}
.features-list li,
.material-options-list li,
.pricing-list li {
	width: 100%;
	list-style: none;
	display: block;
	overflow: hidden;
	background-color: #2d2d2d;
	margin: 1px 0 0;
}
.pricing-list li {
	padding: 4px 0 4px;
}
.pricing-list li.table-heading {
	background: none;
	padding-bottom: 6px;
}
.material-options-list li {
	padding: 8px 0 7px;
}
* html .features-list li {
	margin-bottom: -3px;
}
* html .pricing-list li {
	margin-bottom: -3px;
}
*+html .pricing-list li {
	margin-bottom: -3px;
}
* html .material-options-list li {
	margin-bottom: -3px;
}
*+html .features-list li {
	margin-bottom: -3px;
}
*+html .material-options-list li {
	margin-bottom: -3px;
}
.features-list li .field,
.features-list li .value {
	color: #fff;
	font: 11px Arial, sans-serif;
	float: left;
	width: 165px;
	padding: 4px 0 4px 6px;
}
.features-list li .value {
	width: 115px;
}
.features-list li .field {
	text-decoration: none;
}
.features-list li .field:hover {
	text-decoration: underline;
}
.material-image {
	float: left;
	width: 102px;
	margin: 0 0 0 7px;
	display: inline;
}
.material-image img {
	display: block;
}
.material-text {
	float: left;
	width: 185px;
}
.material-text h4 {
	margin: 0;
	padding: 6px 0 4px;
	color: #ff0054;
	font: italic bold 11px Arial, sans-serif;
}
.material-text p {
	margin: 0;
	padding: 0;
	color: #f8ffd5;
	font: 11px Arial, sans-serif;
}
.material-text p a {
	color: #aeff00;
	font: italic bold 11px Arial, sans-serif;
	text-decoration: none;
}
.material-text p a:hover {
	text-decoration: underline;
}
.click {
	width: 285px;
	float: left;
	background-color: #2d2d2d;
	text-align: center;
	padding: 1px 0 1px;
}
.click a {
	text-decoration: none;
	color: #fff;
	font: italic bold 14px Arial, sans-serif;
}
.click a:hover {
	text-decoration: underline;
}
.table-heading span,
.table-heading div {
	color: #ff0054;
	font-style: italic;
	font-weight: bold;
}
.material-name,
.material-price,
.material-card {
	float: left;
	font: italic 11px Arial, sans-serif;
	color: #fff;
}
.material-name {
	padding: 0 0 0 6px;
	width: 85px;
	color: #f8ffd5;
	font-style: normal;
}
.table-heading .material-name {
	font-style: italic;
}
.material-price {
	width: 80px;
	font-weight: bold;
}
.material-card {
	width: 125px;
}
.material-name .button {
	color: #fff;
	text-decoration: none;
	font: italic bold  11px Arial, sans-serif;
	padding: 0 0 0 15px;
}
.colors-palette {
	margin: 8px 0 0;
	padding: 0 0 1px 7px;
	float: left;
	width: 290px;
	display: inline;
}
.colors-palette li {
	float: left;
	display: inline;
	width: 19px;
	margin: 0;
	padding: 0 0 5px;
}
.colors-palette li span {
	float: left;
	width: 13px;
	height: 13px;
	border: 1px solid #3c3c3c;
	display: block;
	overflow: hidden;
	font-size: 0;
}
.open div.material-name .button {
	background: url(../images/pointer.gif) no-repeat -3px -2px;
}
.close div.material-name .button {
	background: url(../images/pointer.gif) no-repeat -3px -20px;
}
h1.price {
	font-style: normal;
	font-size: 24pt;
}

h1.styleprice {
	font-style: normal;
	font-size: 24pt;
	width: 48%;
	float: left;
	padding: 6px 0px 6px 0px;
	margin: 0px 3px 0px 0px;
	background: #2D2D2D;
	text-align: center;
}

h1.regular {
	background: url(../images/nonmemberprice_bg.jpg) no-repeat;
	height: 84px;
	padding-top: 25px;
}

h1.member {
	background: url(../images/memberprice_bg.jpg) no-repeat;
	height: 84px;
	padding-top: 25px;
	width: 144px;
}


h1.styleprice div.priceheader{
	font-size: 8pt;
	text-align: center;
	margin-bottom: 5px;
}

span.vcprice {
	color: #FF0048;
}
span.vcprice_note {
	color: #FFFFFF;
	font-family: "Arial";
	font-size: 9pt;
	font-style: italic;
}

pre.cake_debug {
	color: #fff;
}
div .errorMessage {
	background: #480000;
	color: #fff;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	border: #ff0000 1px solid;
	padding: 25px 20px 25px 50px;
	background-image: url(../images/x.gif);
	background-position: 10px;
	background-repeat: no-repeat;
	clear:both;
	font: 10px Arial;
}

div .successMessage {
	background: #003a23;
	border: #007D48 1px solid;
	padding: 25px 20px 25px 50px;
	color: #ffffff;
	margin: 5px;
	background-image: url(../images/check.gif);
	background-position: 10px;
	background-repeat: no-repeat;
	clear:both;	
	font: 10px Arial;
}

table.viewcart {
	color: #fff;
	background: #000;
}

table.viewcart tr.top td{
	font-size: 8pt;
	color: #FFF;
	font-style: normal;
}

table.viewcart td {
	background: #191919;
	font: bold 9px Arial, sans-serif;
	font-style: italic;
	text-align:center;
	color: #D8C37A;
}

table.viewcart td input{
	width: 25px;
	text-align: center;
}

div.mycontent {
	color: #CCCCCC; 
	padding: 25px; 
	font: 9pt Arial;
}

div.mycontent strong, div.mycontent b {
	color: #AEFF00;
}

ul.pri {
	text-align: right;
	margin-right: 15px;
}

ul.pri li {
	text-align: right;
	list-style:none;
}

ul.pri li span {
	color: #AEFF00 ;
	font-weight: bold;
	margin-right: 10px;
	text-align: left;
}

div.total {
	text-align: right;
	margin-right: 15px;
	border-top: #d1d1d1 1px dotted;
}

div.total span {
	font-size: 14pt;
	margin-right: 20px;
}

div.total strong {
	font-size: 14pt;
}

div.gender-option {
	border-bottom: #575757 1px dotted;
	color: #fff;
	margin-bottom: 10px;
	width: 400px;
	font: bold 9px Arial, sans-serif;
	padding: 3px;
}

div.gender-option a {
	color: #696969;
	text-decoration: none;
	font: 11px Arial, sans-serif;
	font-style: italic;
}
div.gender-option a.selected {
	color: #fff;
}

div.gender-option a.genderselect {
	color: #ADFE00;
	text-decoration: underline;
}

div.add-to-cart {
	margin-top: 23px;
}

div.add-to-cart h2 {
	color: #AEFF00;
}

div.add-to-cart select {
	width: 98%;
	background: #2d2d2d;
	color: #ffffff;
	border: #000000 1px solid;
	padding: 2px;
}

div.numbers {
	text-align: center;
	padding: 2px;
	border: #575757 1px solid;
	margin-bottom: 5px;
	width: 450px;
	overflow: hidden;
}

div.numbers img {width: 448px;}

div.mycontent div.left {
	float: left;
	width: 460px;
	margin-right: 6px;
}

div.mycontent div.right{
	float: left;
	width: 170px;
	overflow: hidden;
/*	border-left: #FFFFAC 3px solid;*/
}

div.mycontent div.right{color: #FFFFAC; margin: 0; padding: 0 !important; display: block; text-align: center;}

ul.colors {
	padding: 0px;
	margin-left: 0px;
	display: block;
	
}
ul.colors li{
	list-style: none;
	padding: 0px;

}
ul.colors li.top {
	width: 32%;
	float: left;
	list-style: none;

	padding: 0px;
	text-align: left;
	margin-left: 5px;
}

ul.format {
	display: inline;
}

ul.colors li.top ul.format li.colors {
	float: left;
	padding-right: 0px;
	background: #FFF;
	width: 65px;
	height: 65px;
	margin-right: 4px;
	border: #575757 1px solid;
	margin-top: 10px;
}

ul.format ul {
	display: inline;
	margin: 0px 0px 0px 2px;
	padding: 0px;

}
ul.format ul li {
	float: left;
}

ul.format ul li.title {
	font-style: italic;;
	margin-top: 15px;
	text-align: left;
}
ul.format ul li.subtitle {
	font-size: 8pt;
	color: #AEFF00;
}	

table.sizing {
	width: 100%;
}

table.sizing tr th {
	color: #AEFF00;
	text-transform: uppercase;
	font-style: italic;
	text-align: left;
	font-size: 10px;
}

table.sizing tr td {
	text-transform: uppercase;
	padding: 3px;
}

table.sizing tr.myaltrowcolor td{ 
	background: #222222;
}

i.notesize {
	font-size: 8pt;
	color: #FFFFAC;

}
ul.pointers {
	list-style-image: url(../images/pointer_bottom.gif);
	list-style-position: -2px;
}
ul.pointers li{
	line-height: 14pt;
	font-size: 10pt;
	font-weight: normal;

	
}

div.notice {
	clear:both;
	background: #222222;
	border: #AEFF00 1px solid;
	padding: 5px;
	font-family: "Arial",sans-serif;
	font-size: x-small;
	margin-bottom: 4px;
	color: #FFFFFF;
	text-align: center;
	width: 97%;
}

.navdrop {
	height:5px;
	clear: both;
}

li#mens-sleeveless-ro a,li#mens-longsleeve-ro a,li#mens-shortsleeve-ro a,li#womans_sleeveless-ro a,li#womans_longsleeve-ro a,li#womans_shortsleeve-ro a{
	height: 26px;
	width: 100%;
}
li#mens-sleeveless-ro {

	background: url('../images/mens-sleeveless-ro.jpg') 0 27px;
	height: 26px;
	text-indent: -999px;
	width: 100%;

}

li#mens-sleeveless-ro:hover,li#mens-sleeveless-ro a:hover {

	background: url('../images/mens-sleeveless-ro.jpg');

}

li#mens-longsleeve-ro  {

	background: url('../images/mens-longsleeve-ro.jpg') 0 27px;
	height: 26px;
	text-indent: -999px;
	width: 100%;

}

li#mens-longsleeve-ro:hover,li#mens-longsleeve-ro a:hover {

	background: url('../images/mens-longsleeve-ro.jpg');

}

li#mens-shortsleeve-ro  {

	background: url('../images/mens-shortsleeve-ro.jpg') 0 27px;
	height: 26px;
	text-indent: -999px;
	width: 100%;

}

li#mens-shortsleeve-ro:hover,li#mens-shortsleeve-ro a:hover {

	background: url('../images/mens-shortsleeve-ro.jpg');

}




li#womans_shortsleeve-ro {

	background: url('../images/womans_shortsleeve-ro.jpg') 0 27px;
	height: 26px;
	text-indent: -999px;
	width: 100%;

}

li#womans_shortsleeve-ro:hover,,li#womans_shortsleeve-ro a:hover  {

	background: url('../images/womans_shortsleeve-ro.jpg');

}

li#womans_longsleeve-ro {

	background: url('../images/womans_longsleeve-ro.jpg') 0 27px;
	height: 26px;
	text-indent: -999px;
	width: 100%;

}

li#womans_longsleeve-ro:hover,,li#womans_longsleeve-ro a:hover  {

	background: url('../images/womans_longsleeve-ro.jpg');

}

li#womans_sleeveless-ro {

	background: url('../images/womans_sleeveless-ro.jpg') 0 27px;
	height: 26px;
	text-indent: -999px;
	width: 100%;

}

li#womans_sleeveless-ro:hover,,li#womans_sleeveless-ro a:hover  {

	background: url('../images/womans_sleeveless-ro.jpg');

}

.about_box {

	background: url('../img/about_us/bg-greyshade.jpg') repeat-y;
	color: #fff;
	margin: 0 20px 20px 0;
	border: 1px solid #999999;
	padding: 5px;
}

.about_box p {

margin: 15px 0 15px 148px;

}

.mycontent p {

line-height: 20px;


}

.mycontent h2 {

	color: #AEFF00;
	font-size: 16px;
	

}

.mycontent .about_headings {

	color: #AEFF00;
	font-size: 16px;
	font-weight: bold;

}

.mycontent .stand_out_headings {

	color: #AEFF00;
	font-size: 16px;
	font-weight: bold;


}


.mycontent .left_blog_col {

	width: 50%;
	float: left;
}

.mycontent .right_blog_col{

	width: 314px;
	float: right;


}

.stand_out_1 {

	background: url('../img/green_program/bg_greenshade.jpg') repeat-y;
	color: #fff;
	margin: 0;
	border: 1px solid #999999;
	padding: 5px;

}


.stand_out_2 {

	background: url('../img/green_program/bg_greyshade.jpg') repeat-y;
	color: #fff;
	margin: 0;
	border: 1px solid #999999;
	padding: 5px;


}


.stand_out_1 ul { 
	list-style-type: none; 
	margin: 10px 0 10px 0;
	padding-left: 5px;
}

.stand_out_1 p {

	margin: 0;
	padding: 0;

}

.stand_out_2 p {

	margin: 0;
	padding: 0;

}

.stand_out_1 ul li { 
	background: url(../img/green_program/bullet.gif) 0px 3px no-repeat;
	padding-left: 30px; 
	line-height: 25px;

}

.stand_out_2 ul { 
	list-style-type: none; 
	margin: 10px 0 10px 0;
	padding-left: 5px;
}

.stand_out_2 ul li { 

	background: url(../img/green_program/bullet.gif) 0px 3px no-repeat; 
	padding-left: 30px; 
	line-height: 25px;
}


/*LEFT NAV*/

#left-nav {
	position: relative;
	z-index: 99999;
	width: 190px;
}
#left-nav h2 {
	float: left;
	width: 190px;
}
#left-nav ul {
	margin-left: -22px;
	float: left;
	padding-bottom: 10px;
}
#left-nav ul li {
	float: left;
	width: 100%;
}
* html #left-nav ul li {
	padding-bottom: 4px;
}
*+html #left-nav ul li {
	padding-bottom: 4px;
}
#left-nav ul li a {
	display: block;
	padding-left: 22px;
	float: left;
	width: 159px;
	height: 15px;
	cursor: pointer;
}
#left-nav li:hover .drop-dowm-exist a {
	background: url(../images/menu-hover.png) no-repeat;
	text-decoration: none;
}
.drop-body-border {
	position: absolute;
	border: 1px solid #535554;
	border-left: none;
	display: none;
	left: 181px;
	top: 0;
	z-index: 9999;
}
.one-column .drop-body-border {
	width: 110px;
}
.two-column .drop-body-border {
	width: 220px;
}
.three-column .drop-body-border {
	width: 330px;
}
.four-column .drop-body-border {
	width: 440px;
}
.five-column .drop-body-border {
	width: 550px;
}
.six-column .drop-body-border {
	width: 660px;
}
.drop-body {
	background: #000 url(../images/line.gif) no-repeat 0 -1px;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	padding-bottom: 10px;
	float: left;
}
#left-nav li:hover,
#left-nav li.hover {
	position: relative;
	
}
#left-nav li:hover .drop-body-border,
#left-nav li.hover .drop-body-border {
	display: block;
}
.column {
	float: left;
	background: url(../images/dotted-line.gif) repeat-y 100% 0;
	width: 110px;
	margin: 20px 0 0;
}
.column-last {
	background: none;
}
.heading-mens,
.heading-womans {
	background: url(../images/mens.png) no-repeat;
	width: 58px;
	height: 30px;
	text-indent: -9999px;
	float: left;
	margin: -10px 0 0 26px;
	padding: 0;
	display: inline;
	position: relative;
}
.heading-womans {
	background: url(../images/womans.png) no-repeat;
	width: 79px;
	margin-left: 16px;
}
#left-nav .column ul {
	float: left;
	margin: 0;
	padding: 0;
	width: 110px;
	background: none;
}
#left-nav .column ul li {
	float: left;
	list-style: none;
	padding: 0 0 10px;
	margin: 0;
	width: 110px;
	background: none;
}
#left-nav .column ul li a {
	width: 110px;
	height: auto;
	float: left;
	padding: 0;
	margin: 0;
	background: none !important;
}
#left-nav .column ul li a:hover {
	background: url(../images/image-hover-2.png) no-repeat !important;
}
#left-nav .column ul li a:hover span {
	text-decoration: underline;
	color: #b4ff00;
}
#left-nav .column-woman ul li a:hover span {
	color: #ff004e;
}
.prod-image {
	float: left;
	width: 100%;
	text-align:center;
}
.prod-image img {
	text-align: center;
}
.title {
	float: left;
	width: 100%;
	color: #fff;
	font: italic bold 11px Arial, sans-serif;
	text-align: center;
	text-decoration: none;
	position: relative;
}

.sub_box {
	border: 1px solid #999999;
	padding: 10px;
	margin: 0 0 20px 0;
}

.sub_thumbs img {

	border: solid 4px;
	border-color: #FFF;
	margin: 5px;

}

.vccard_box {

	border: 1px solid #999999;
	padding: 10px;
	margin: 10px;
	width: 280px;
	float: left;
	height: 170px;
	text-align: center;

}

.vccard_box_noline_l {

	border: none;
	padding: 10px;
	margin: 10px;
	width: 280px;
	float: left;
	height: 155px;

}

.vccard_box_noline_r {

	border: none;
	padding: 10px;
	margin: 10px;
	width: 280px;
	float: left;
	height: 155px;

}

.vccard_box_noline ul{

line-height: 20px;
}
/******************* TCCSC *********************/

h3.tccsc-step{
	color: #E84594;
	font-size: 20pt;
	margin: 1px;
}	

input.tccsc-notes{
	padding: 3px;
	width: 400px;
}

div#tccsc-ptf{
	height: 200px;
	width: 397px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: transparent url('../images/tccsc/playthefield-logo.png') no-repeat;
}

div.error-message {
	background: #480000;
	border: 1px solid #f00;
	margin: 3px 0;
	font-size: 10px;
	color: #fff;
	font-weight: normal;
	padding: 5px 4px;
}

div.imgright {
/*	float: right;*/
	width: 216px;
/*	margin: 0 0 10px 10px;*/
	margin: 0 auto;
}

div.imgright2 {
	width: 310px;
	margin: 0 auto;
}

div.imgright p , div.imgright2 p{
	font-size: 9px;
	color: #fff;
	background-color: #000;
	margin: 0;
	padding: 5px 2px;
}

/*OLD LINK*/

/*a.lnkReadyToOrder {
	text-indent: -9999px;
	width: 255px;
	height: 74px;
	background: transparent url(../images/order-text.png) 0 0 no-repeat;
	display: block;
	position: absolute;
	left: 630px;
	top: 370px;
	z-index: 9999;
}
*/

a.lnkReadyToOrder{
	text-indent: -9999px;
	width: 300px;
	height: 400px;
/*	background: transparent url(../images/order-text.png) 0 0 no-repeat;*/
/*	border: red 1px solid;*/
	display: block;
	position: absolute;
	left: 600px;
	top: 60px;
	z-index: 9999;	
}

a.lnkPackages{
		text-indent: -9999px;
		width: 435px;
		height: 120px;
		display: block;
		position: absolute;
		left: 290px;
		top: 325px;
		z-index: 9999;	
}

div.mycontent a {
	color: #AEFF00;
}

div#gc-container{
	border-bottom: #000 1px dotted;
}

div#gc-container div.submit{
	margin: 10px 0;
}

#gc-big {
	width: 50%;
	font-size: 13pt;
	padding: 3px;
	font-weight: bold;
}


/* TUC */
div.tuc-top {
	height: 387px;
	width: 648px;
	background: url(../images/tuc_top.jpg) no-repeat;
}

/*CUPA*/
div.cupa {
	background: url(../images/cupa_top.jpg) no-repeat !important;
}



div.tuc-step-one {
	width: 648px;
	height: 429px;
	background: url(../images/step-1-bg.jpg) no-repeat;
/*	position: relative;*/
}

div.cupa-step-one {
	background: url(../images/cupa-step-1-bg.jpg) no-repeat !important;
/*	position: relative;*/
}


div.tuc-step-one #opt-a-1 {
	position: relative;
	top: 227px;
	left: 32px;
}
div.tuc-step-one #opt-a-2 {
	position: relative;
	top: 227px;
	left: 315px;
}

a.tuc-colors {
	width: 170px;
	height: 26px;
	display: block;
	background: url(../images/tuc-colours.jpg) no-repeat;
	text-indent: -9999px;
}

a.tuc-options {
	width: 170px;
	height: 26px;
	display: block;
	background: url(../images/tuc-options.jpg) no-repeat;
	text-indent: -9999px;
}

div.tuc-step-one a#tuc-opta-color {
	position: relative;
	top: 360px;
	left: 27px;
}

div.tuc-step-one a#tuc-opta-options {
	position: relative;
	top: 334px;
	left: 330px;
}


div.tuc-step-two {
	width: 648px;
	height: 361px;
	background: url(../images/step-2-bg.jpg) no-repeat;
/*	position: relative;*/
}

div.tuc-step-two #opt-b-1 {
	position: relative;
	top: 157px;
	left: 32px;
}
div.tuc-step-two #opt-b-2 {
	position: relative;
	top: 157px;
	left: 315px;
}

div.tuc-step-two a#tuc-optb-color {
	position: relative;
	top: 290px;
	left: 27px;
}

div.tuc-step-two a#tuc-optb-options {
	position: relative;
	top: 263px;
	left: 330px;
}

div.tuc-optc {
/*	height: 363px;*/
	width: 648px;
	background: url(../images/tuc-opt-c.jpg) no-repeat;
	padding-top: 360px;
}

div.cupa-optc{
	background: url(../images/cupa-opt-c.jpg) no-repeat !important;
}

div.tuc-optc textarea, div.tuc-notes textarea {
	display: block;
	width: 608px;
	margin: 0 auto;
}

div.tuc-second-step {
	margin-top: 30px;
	background: url(../images/tuc-second-step-bg.jpg) no-repeat;
	width: 648px;
	height: 777px;
	padding-top: 130px;
	color: #f2f2f2;
	font-family: "Arial";
	font-weight: normal;
	font-size: 12px;
}

div.tss-form-opts,div.tuc-container {
/*	margin-top: 500px;*/
	width: 600px;
	margin: 0 auto;
}

div.tuc-container {
	padding-top: 18px;
}

div.tss-form-opts div.input {
	margin-top: 5px;
}

div.tss-form-opts div.input label {
	display: block;
	color: #f2f2f2;
	font-family: "Arial";
	font-weight: normal;
	font-size: 12px;
	width: 100px;
	float: left;
}

div.tss-form-opts div.input input {
	width: 400px;
}

div.tss-form-opts div.tuc-qty input {
	width: 250px !important;
}

div.tuc-left {
	width: 40%;
	float: left;
}

div.tuc-log {

}

div.tuc-log div.input {
	width: 50%;
	float: left;
}

div.clear { clear: both;}

h1.tns {
	font-style: italic;
}

h1.tnsa span{
	color: #FF0078;
}

h1.tnsb span{
	color: #18EDF0;
}

h2.tns-or {
	color: #575757;
	margin: 10px 0;
	font-size: 24px;
	font-weight: normal;
}

p.tuc-dl { line-height: 18px;}
p.tuc-dl a,div.tuc-ch a{ color: #C1EE0B !important; font-size: 14px;}


div.tuc-ch { text-align: center; font-style: italic; color: #d1d1d1;}
div.tuc-ch a {text-decoration: none;}

div.tuc-notes{ margin-top: 30px; margin-bottom: 30px;}
div.tuc-notes label{ display: block; margin-left: 20px; color: #FF0078;}

input#tuc-submit {
	margin: 0 auto;
	display: block;
}

/* END TUC */

a#flexlight-colours{color: #FE8400; font-weight: normal !important;}

div#font-examples-player_names { text-align: center; margin-top: 25px;}

h1.sublimation-head{ color: #F8006E; text-align: center; font-size: 16pt; font-style: italic;}

h2.sub-right{ text-align: right; display: block;}

h2.sub-head{ font-size: 12pt; font-weight: 500; margin-top: 35px; display: block;}

.indent {padding-left: 50px;}

h2.indent {margin-left: 50px;}

div.sub-ul ul li {padding: 8px 0;}

div#sublimation-step3 img{
	width: 300px;
	float: left;
	margin: 10px;
}

div.sublimation-images {text-align: center;}

ul.sublimation-art-submission{padding: 0; margin: 0;}

ul.sublimation-art-submission li{margin: 5px 0;}

ul.sublimation-art-submission li a{
	color: #F8006E;
	font-size: 10pt;
}


span.numbers-cdn{color:#FF0048 !important; font-size: 9px; font-weight: bold;}



h2.prem{padding: 0 !important;}

p.prem-note{font-weight: normal !important;}

p.cart-down{
	background: red;
	font-size: 12px;
	color: #FFF;
	font-family: "Lucida Grande",Arial,Helvetica;
	padding: 3px;
	text-align: center;
}

ul#fd-green-ul{
	margin: 0;
	padding: 0;
}

ul#fd-green-ul li{
	display: block;
}

ul#fd-green-ul li a{
	display: block;
	height: 24px;
	text-indent: 24px;
	padding-top: 5px;
	background: url(../images/file.gif) no-repeat;
}

