
/* account, cart, orders */
.searchform, .box .searchform {
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
	padding: 2px 0;
	margin: 0px 0px 0px 20px;
	float: left;
	display: inline;
	width: 92%;
}

.searchform fieldset {
	margin: 0;
	float: left;
}

.searchform fieldset.submit {
	float: right;
}

.searchform fieldset .button {
	margin-left: 0px;
	margin-top: 1px;
}

.searchform legend {
	padding-bottom: 2px;
}

.searchform .label {
	float: none;
	display: inline;
	padding-right: 0px;
}

.searchform .text {
	width: 105px;
}

.searchform .checkbox {
	_margin-right: -3px;
}

.infofields {
	float: left;
	width: 50%;
}

.shipping {
	width: 50%;
}

.billing {
	width: 50%;
}

.billing fieldset {
	margin-left: 5px;
}

.infofields select {
	font-size: .9em;
}

.policy {
	font-weight: bold;
}


.infofields li {
	margin-bottom: 4px;
	overflow: hidden;
	width: 100%;
}

.infofields li.column {
	margin-bottom: 4px;
	width: auto;
}

.infofields .label {
	width: 53px;
}
.infofields .checkbox {
	margin-left: 40px;
	float:left;
	display: inline;
}
.infofields .checkboxlabel {
	width: 70%;
	_padding-top: 5px;
	line-height: 1;
	float: left;
}

.billding .checkboxlabel {
	margin-left: 0;
}

.city {
	float: left;
}

.payment {
	width: 56%;
}
.payment .label {
	width: 76px;
}

.payment .checkbox{
	margin-left: 65px;
}
.payment .checkboxlabel {
	width: 60%;
}

form .payment li.note {margin-left: 83px;}


.summary {
	font-size: 1.2em;
	margin-right: 10px;
	margin-left: 0;
	width: 190px;
	float: right;
	margin-bottom: 20px;
}
.toppadding {
	margin-top: 110px;
}
.summary p {
	clear: both;
	margin-bottom: 5px;
	overflow: auto;
	margin-right: 0;
}
.summary .term {
	display: block;
	float: left;
	width: 37%;
	text-align: right;
}
.summary label.term {
	margin-top: 2px;
	font-size: 1em;
}
.summary .value {
	float: right;
	width: 40%;
	text-align: right;
	margin-right: 15px;
	display: inline;
}

.summary select {
	float: right;
	margin-right: 15px;
	display: inline;
}
.summary .ol {
	list-style-type:none;
}

.summary p.total {
	background: url(../images/total_bg.gif) right top no-repeat;
	padding-right: 15px;
	width: 77%;
	overflow: hidden;
	margin-bottom: 0;
	float: right;
	margin-right: 0;
}

.total .term {
	background: url(../images/total_bg.gif) left top no-repeat;
	padding-left: 15px;
	height: 32px;
	line-height: 32px;
	display: inline;
}

.total .value {
	height: 32px;
	line-height: 32px;
	margin-right: 0;
}

.buttons, fieldset.buttons {
	margin-top: 3px;
	margin-left: 0;
	float: right;
	margin-bottom: 3px;
	width: 188px;
}

.buttons .button {
	margin: 0 0 0px 1px;
	display: block;
	float: left;
}

.submit .button {
	display: block;
	float: left;
	_display: inline;
}

.infofields .info {
	width: auto;
	margin-left: 56px;
	clear: left;
}

.ordernote {
	width: 70%;
	float: left;
}

.print {
	float: right;
}

.ordernumber {
	font-size: 1.5em;
	color: #e51836;
	text-transform: uppercase;
} 

/* manage */

.info {
	float: left;
	width: 30%;
	margin-left: 15px;
	display: inline;
}

.info * {
	margin-left: 0;
	margin-right: 0;
}

.manage .info input.button {
	margin-left: 0px;
}

.manage .info {
	width: 35%;
	margin-left: 40px;
}

.info .subhead {
	font-size: 1.1em;
}

.info .address {
	min-height: 75px;
	_height: 75px;
}

.info .actions {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0;
}
.actions .checkbox {
	margin-left: -19px;
	margin-right: 5px;
	_position: relative;
	*margin-right: 0;
}

.info .actions label.checkboxlabel {
	font-size: 1em;
}

.actions li {
	list-style: none;
	margin-bottom: 2px;
}

.tabledata {
	width: 93%;
	margin-bottom: 10px;
	clear: left;
}
.tabledata th {
	text-transform: uppercase;
	text-align: left;
	font-size: 1.1em;
	border-bottom: 5px solid #000000;
}

.tabledata td {
	border-bottom: 2px solid #000000;
}

.tabledata a {
	text-decoration: underline;
}

.tabledata a.marked { 
	color: #e51836;
}

.tabledata .first, .tabledata .last, .tabledata .lastname, .tabledata .date, .tabledata .email {
	text-align: left;
}

.tabledata .amount, .tabledata .retail, .tabledata .price {
	text-align: right;
}

.tabledata .size, .tabledata .qty  {
	text-align: center;
}

.tabledata .description *  {
	margin: 0;
	text-transform: uppercase;
}

.tabledata .description  {
	margin-left: 95px;
	float: none;
	width: auto;
	padding-top: 20px;
}

.tabledata .description h3 {
	font-size: 1.1em;
}

.tabledata tfoot p {
	float: right;
	margin-bottom: 0;
	margin-right: 0;
}

.tabledata tfoot .term {
	margin-right: 20px;
	text-transform: uppercase;
}


/* find a retailer page
-------------------------------------------------------------- */
form.findlocation {
	margin-top: 0;
}
form.findlocation label {
	float: none;
	width: auto;
	text-align: left;
	font-size: 1.1em;
}

.findlocation fieldset.colum1 {
	float: left;
	width: 190px;
	display: inline;
}

.findlocation fieldset.colum2 {
	float: right;
	width: 130px;
	display: inline;
	margin-right: 10px;
}

.findlocation .text {
	width: 125px;
}
.textbutton {
	background: none;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}

.map {
	margin: 0 15px 10px 15px;
}

.map img {
	margin: 0;
}

/* atheltes - individual page 
-------------------------------------------------------------- */
.description {
	float: left;
	width: 360px;
}

.visual {
	float: left;
	width: 240px;
} 

h3.name {
	text-transform: uppercase;
	font-size: 2em;
}	
.athleteinfo {
	margin-top: -15px;
	margin-left: 15px;
	text-transform: uppercase;
	font-size: 1.1em;
}

.athleteinfo dt {
	margin-bottom: 5px;
	margin-top: 15px;
}

.athleteinfo dd img {
	margin: 0;
}



.athleteinfo dd {
	font-weight: bold;
	margin-bottom: 5px;
}
.payment .checkbox{
	margin-left: 65px;
}


/* jobs page 
-------------------------------------------------------------- */
.jobs {
	width: 80%;
}

.jobs a {
	text-transform: uppercase;
	color: #333333;
}
.jobs .divider {
	margin-bottom: 5px;
}

/* partners page 
-------------------------------------------------------------- */
ul.partnerlist {
	margin: 20px 0 0 0;
	width: 100%;
	overflow: hidden;
}
.partnerlist li {
	list-style: none;
	float: left;
}

.partnerlist img {
	margin-bottom: 5px;
}

/* press page 
-------------------------------------------------------------- */
ul.presslist {
	margin: 20px 0 0 0;
	width: 100%;
	overflow: hidden;
}
.presslist li {
	list-style: none;
	float: left;
	height: 190px;
	margin-right: 12px;
}
.presslist img {
	margin-bottom: 5px;
}
.presslist p {
	text-align: center;
}

/* SimpleModal 
-------------------------------------------------------------- */

/* Overlay */
#simplemodal-overlay {
	background-color:#000;
	cursor:wait;
}
/* Container */
#simplemodal-container {
	background: url(../images/modal_bg.gif) left bottom no-repeat;
}
a.modalCloseImg {
	background:url(../images/close.gif) no-repeat;
	width:57px;
	height:14px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-7px;
	right:20px;
	cursor:pointer;
}
.modal {
	margin: -7px 0px 10px 0px;
	background: url(../images/modal_bg.gif) no-repeat;
	padding-top: 10px;
	width: 429px;
	overflow: hidden;
	_position: relative;
}

.modal .button {
	margin-bottom: 0;
}

.modal .infofields {
	float: none;
	width: auto;
}

.modal .info {
	width: auto;
	margin-left: 20px;
}


.modal .info .address {
	margin-left: 20px;
}


.modal .infofields .label {
	width: 58px;
}

.modal .payment .label {
	width: 76px;
}

.modal .submit .button {
	margin: 0 0 0px 1px;
	display: block;
	float: left;
}

.modal h3 {
	margin-bottom: 0;
	font-size: 1.1em;
}
.modal p {
	margin-left: 25px;
	line-height: 1.1;
	font-size: 1em;
	margin-bottom: 5px;
}

.modal table {
	text-align: left;
	margin-left: 25px;
	margin-top: 0;
	width: 80%;
}
.modal th {
	text-transform: uppercase;
	font-size:1em;
	padding: 0;
}
.modal td {
	padding: 0;
}

.modal .column {
	margin-top: 20px;
	position: relative;
	height: 200px;
}

.modal .column img.card {
	position: absolute;
	left: 0;
	bottom: 0;
}


.modal .scroll {
	height: 400px;
	overflow:auto;
	margin: 10px 0;
}

.checkbox1 {
	margin-left:-22px;
	margin-right:5px;
}