/* COMMON
__________________________________________ */

/* background */

.main {
	background-color: #b14586;
}
.main .content {
	background-image: url(../images/main.background.shop.gif);
	background-color: #b14586;
}

/* header */

.header {
	margin-bottom: 56px;
	background-image: url(../images/header.background.shop.gif);
}

/* logo */

.header h1 a {
	background-image: url(../images/sporture.logo.shop.gif);
}

/* navigation */

.header ul.navigation li.nav-design a {
	background-image: url(../images/nav.shop.design.gif);
}
.header ul.navigation li.nav-shop a {
	background-image: url(../images/nav.shop.shop.gif);
	background-position: 0 -36px;
}
.header ul.navigation li.nav-find a {
	background-image: url(../images/nav.shop.find.gif);
}
.header ul.navigation li.nav-get a {
	background-image: url(../images/nav.shop.get.gif);
}


/* COMMON
__________________________________________ */

p.price {
	font: bold 1.6em Arial, Helvetica, sans-serif;
}


/* CATALOG
__________________________________________ */

.catalog_introduction {
	float: left;
	margin-left: 25px;
	width: 550px;
	height: 1%;
}
.quiz_pitch {
	float: right;
	position: relative;
	top: -47px;
	left: -50px;
	margin-bottom: -47px;
	width: 324px;
	height: 177px;
}
.quiz_pitch a {
	display: block;
	height: 177px;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(../images/quiz.shop.gif) 0 0 no-repeat;
}
.quiz_pitch a:hover {
	background-position: 0 -177px;
}
.catalog {
	clear: both;
	margin: 24px 0 70px 25px;
	width: 920px;
}
.catalog .product {
	float: left;
	width: 260px;
	height: 1%;
}
.catalog .product h3.productName {
    width: 196px;
	margin: -40px 0 40px;
    padding: 0 4px;
    text-align: center;
    font-family: Verdana,Arial,Helvetica,sans-serif;
     font-size:1.2em;
}
.catalog .product h4.sku {
	margin-top: -40px;
	margin-bottom: 0.82em;
}


.catalog .pagingbutton
{
	/*BorderStyle="None" BackColor="#b14586" ForeColor="white"*/
	 border-style:none;
	 background-color: #b14586;
	 color:White;
	 font-weight:bold;
	 font-family: Verdana,Arial,Helvetica,sans-serif;
	  cursor:pointer;
}

.catalog .pagingbutton[disabled]
{
	/*BorderStyle="None" BackColor="#b14586" ForeColor="white"*/
	 border-style:none;
	 background-color: #b14586;
	 color:#a4e9fa !important;
	 font-family: Verdana,Arial,Helvetica,sans-serif;
}


.catalog .pagingbuttondisabled
{
	/*BorderStyle="None" BackColor="#b14586" ForeColor="white"*/
	 border-style:none;
	 background-color: #b14586 ;
	 color:#a4e9fa;
	 font-weight:bold;
	 font-family: Verdana,Arial,Helvetica,sans-serif;
}
/* detail */

.detail {
	float: left;
	padding-right: 10px;
	width: 595px;
	height: 350px;
	border-right: 1px solid #d794be;
}

.detail .product_image {
	float: left;
	margin-right: 16px;
	width: 286px;
	height: 348px;
	background: transparent url(../images/products/detail/background.gif) 0 0 no-repeat;
}
.detail .product_image .image_controls {
	position: relative;
	top: -22px;
	left: 9px;
	height: 16px;
}
.detail .product_image .image_controls a {
	display: block;
	float: left;
	margin-right: 4px;
	width: 16px;
	height: 16px;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}
.detail .product_image .image_controls a.image_toggle {
	background-image: url(../images/products/detail/button.toggle.gif);
}
.detail .product_image .image_controls a.image_zoom {
	margin-top: -1px;
	background-image: url(../images/products/detail/button.zoom.gif);
}
.detail .product_image .image_controls a:hover {
	background-position: 0 -16px;
}

.detail .product_information {
	float: right;
	width: 290px;
	height: 322px;
	overflow: auto;
}
.detail .product_information .arrows {
	float: right;
	width: 46px;
	height: 27px;
}
.detail .product_information .arrows a {
	display: block;
	float: left;
	width: 23px;
	height: 27px;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.detail .product_information .arrows a.view_previous {
	background-image: url(../images/button.arrow.back.gif);
}
.detail .product_information .arrows a.view_next {
	background-image: url(../images/button.arrow.next.gif);
}
.detail .product_information .arrows a:hover {
	background-position: 0 -27px;
}
.catalog .product_information h4.sku {
	margin: 0;
	padding-top: 8px;
	height: 22px;
}
.catalog .product_information h3 {
	margin-bottom: 0.61em;
}
.detail .product_information p.price {
	margin-top: 1.31em;
}

.detail .product_controls {
	clear: right;
	float: right;
	width: 290px;
	height: 1%;
}
.detail input.customizeThisDress,
.detail input.addToBag {
	float: right;
}


.recommendations {
	float: left;
	padding-left: 20px;
	width: 267px;
	height: 1%;
}
.recommendations h4 {
	margin-bottom: 8px;
	padding-bottom: 1.1em;
	border-bottom: 1px dotted #d794be;
}
.recommendations .recommended {
	height: 1%;
}
.recommendations .recommended .image {
	float: left;
	width: 80px;
	height: 1%;
	margin-bottom: 8px;
}
.recommendations .recommended .description {
	float: left;
	margin: 36px 0 0 10px;
	width: 170px;
	height: 1%;
	color: #fff;
	font-weight: bold;
}
.recommendations .recommended .description p {
	margin-bottom: 0;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
}
.recommendations .recommended .description span.price {
	display: block;
	font-size: 0.92em;
}
.recommendations .recommended a {
	color: #fff;
}
.recommendations .recommended a:hover {
	color: #fdabe0;
}

/* SIZING
__________________________________________ */

.sizing_introduction {
	float: left;
	margin: 0 25px;
	width: 278px;
}
.sizing_options {
	float: right;
	margin-right: 38px;
	width: 589px;
}

.sizing_options .option {
	margin-bottom: 0.83em;
}
.sizing_options p {
	clear: both;
}


.standard_size .option label,
.fabulous_fit .option label {
	color: #fff;
	font: bold 1.8em Arial, Helvetica, sans-serif;
}
.fabulous_fit .option label span {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 0.66em;
}
.standard_size .option input,
.fabulous_fit .option input {
	margin-right: 9px;
}
.standard_size .option {
	float: left;
}
.standard_size select {
	float: left;
    margin-bottom: 15px;
}

.fabulous_fit {
	margin-top: 32px;
}
.fabulous_fit .field {
	float: left;
	margin-right: 40px;
	width: 116px;
}
.fabulous_fit .field.girth {
	margin-right: 0;
}

/* chart */

.sizing_chart {
	clear: both;
}
.sizing_chart table {
	margin-bottom: 1px;
	width: 587px;
	color: #fff;
	border-top: 9px solid #c16a9e;
}
.sizing_chart table tr th,
.sizing_chart table tr td {
	padding: 4px 0 3px 6px;
	vertical-align: top;
	text-align: left;
	font-size: 0.9em;
	font-weight: bold;
}
.sizing_chart table tr td {
	width: 72px;
}
.sizing_chart table tr th {
	padding-left: 20px;
}
.sizing_chart table tr.even th,
.sizing_chart table tr.even td {
	background-color: #ba5c95;
}
.sizing_chart table tr.top th {
	padding: 0 0 3px 6px;
	background-color: #c16a9e;
	border-left: 1px solid #b14586;
}
.sizing_chart table tr th.for {
	padding-left: 20px;
	border-left: none;
	color: #a4e9fa;
	font: bold 1.8em Arial, Helvetica, sans-serif;
}

/* CART
__________________________________________ */

.cart {
	clear: both;
	margin: 24px 0pt 70px 25px;
	width: 893px;
}
.cart p {
	color: #fff;
	line-height: 1.27em;
	margin-bottom: 1.27em;
}
.cart p.thanks {
    clear: both;
}
.cart h2 {
	float: left;
}
.cart ol.steps {
	position: relative;
	top: -1.5em;
	float: right;
	list-style-type: none;
}
.cart ol.steps li {
	float: left;
	margin-left: 28px;
	padding-top: 28px;
	color: #f484d8;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.cart ol.steps li.step1 {
	background-image: url(../images/step.1.gif);
}
.cart ol.steps li.step2 {
	background-image: url(../images/step.2.gif);
}
.cart ol.steps li.step3 {
	background-image: url(../images/step.3.gif);
}
.cart ol.steps li.step1-on {
	color: #fff;
	background-image: url(../images/step.1.on.gif);
}
.cart ol.steps li.step2-on {
	color: #fff;
	background-image: url(../images/step.2.on.gif);
}
.cart ol.steps li.step3-on {
	color: #fff;
	background-image: url(../images/step.3.on.gif);
}
div#errors {
	clear: both;
}
div#errors ul {
    float: left;
    padding: 12px;
    margin: 4px 0;
    background-color: #fe9fd8;
}
div#errors ul li {
    list-style: none;
}
.validationSummary
{
    width: 400px;
    margin: 4px 2px;
	padding: 4px;
    font-weight:bold;
    background-color: #fe9fd8;
    color:#ff0000;
    clear:left;
}
.validationSummary ul {
    padding: 2px 0 2px 15px;
}

span.fieldValidation {
    /*float: left;*/
    padding: 4px;
    margin: -5px 0 6px 0;
    /*background-color: #fe9fd8;*/
    color:white;
    font-weight:bold;
    margin-left:4px;

    white-space:nowrap;
    
}
.cart table.items {
	clear: both;
	width: 100%;
	border-top: 1px solid #c16a9e;
}
.cart table.items th {
	padding-top: 0px;
	height: 10px;
	color: #a4e9fa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.4em;
	text-align: left;
	vertical-align: top;
}
.cart table.items td {
	padding: 2px 2px 8px 2px;
	color: #fff;
	line-height: 1.4em;
	vertical-align: top;
}
.cart table.items .item_image
{
	width: 215px;
} 
.cart table.items .item_size { 
	width: 205px;
}
.cart table.items .item_attributes { 
	width: 150px;
}
.cart table.items .item_description { 
	width: 133px;
}
.cart table.items .item_quantity {
	width: 133px;
}
.cart table.items .item_price {
	width: 105px;
}
.cart table.items .item_image {
	padding-top: 12px;
}
.cart table.items td.item_price {
	padding-top: 0;
}
.cart table.items .item_total {
	padding-top: 30px;
	width: 108px;
	text-align: right;
}
.cart table.items td input.quantity {
	padding: 4px 3px 3px;
	width: 48px;
	color: #440377;
}

.cart .amount {
	width: 150px;
}
.cart .amount h4,
.cart .amount p.price {
	height: 1.3em;
	line-height: 1em;
}
.cart .amount h4 {
	float: left;
}
.cart .amount p.price {
	float: right;
	font-size: 1.6em;
}

/* totals */

.cart .totals {
	margin-bottom: 32px;
	padding: 14px 0;
	border-top: 1px solid #c16a9e;
	border-bottom: 1px solid #c16a9e;
}
.cart .totals .amount {
	clear: both;
	float: right;
	margin-bottom: 7px;
}
.cart .totals .amount h4,
.cart .totals .amount p.price {
	margin-bottom: 0;
	height: 1.3em;
	line-height: 1em;
}
.cart .totals .amount p.price {
	font-size: 1.4em;
	font-weight: normal;
}
.cart .totals .amount.total p.price {
	font-size: 1.6em;
	font-weight: bold;
}

/* buttons */

.buttons {
	clear: both;
	float: right;
	padding: 5px 0;
	text-align: right;
}
.buttons input,
.buttons div.button {
	float: left;
}

.sizing .buttons { 
    margin-right: 38px;
    display: inline;
}

/* checkout */

.addresses,
.methods,
.reviewing,
.totals {
	clear: both;
	height: 1%;
}
.reviewing {
	padding-bottom: 2.2em;
	border-bottom: 1px solid #c16a9e;
}
.address,
.method {
	float: left;
	width: 420px;
	height: 1%;
}
.address.billing,
.method.payment {
	margin-right: 52px;
}
.method .card_type {
    margin-bottom: 22px;
}
.review {
	float: left;
	width: 286px;
	height: 1%;
}
.review.ship_to,
.review.bill_to {
	margin-right: 16px;
}

.field.name,
.field.city,
.field.state,
.field.postal,
.field.verification_code,
.field.postal_code {
	float: left;
}
.field.name,
.field.city,
.field.verification_code,
.field.postal_code {
	width: 204px;
}
.field.state,
.field.postal {
	width: 100px;
}
.field.street_address,
.field.country,
.field.verification_code {
	clear: both;
}
.field.street_address .address2 {
    margin-top: 4px;
    clear: left;
}
.field.city,
.field.state,
.field.postal {
    margin-top: 10px;
}
.field input {
	width: 406px;
}
.field.name input,
.field.city input,
.field.verification_code input,
.field.postal_code input {
	width: 198px;
}
.field.state input,
.field.postal input {
	width: 94px;
}
.field.expires select {
	display: inline;
}
.sameShipping {
    float: right;
    margin: 5px 10px 5px 5px;
    text-align: right;
    width: 200px;
}
.sameShipping input {
	margin-right: 8px;
}
.sameShipping label {
    color: #FFF;
}
select.expirationMonth {
	width: 255px;
}
select.expirationYear {
	width: 152px;
}


#ccVerificationPopSource {
	cursor: pointer;
}

#ccVerificationPopSource.popSourceHover {
	text-decoration: underline;
}


/* CLEAR FLOATS
__________________________________________ */

.catalog:after,
.detail:after,
.sizing:after,
ol.steps:after,
.recommended:after,
.reviewing:after,
.product_controls:after,
.addresses:after,
.totals:after,
.buttons:after,
.amount:after {		
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* CC VERIFICATION POPUP 
__________________________________________ */

.verificationCode { 
	width: 352px;
	height: 286px;
	overflow: auto;
        padding: 38px 24px;
        background-color: #B14586;
}

.verificationCode img {
	margin: 0 0 17px 0;
}
