

TD.shop {
	width: 777px;
	min-width: 777px;

	padding: 0 40px 0 5px;
	
	vertical-align: top;

	border-collapse: collapse;
}


TABLE.shop {
	width: 777px;
	min-width: 777px;
	
	vertical-align: top;

	border-collapse: collapse;
}



TABLE.shop_nav {
	width: 100%;
	height: 28px;

	font-family: "Helvetica", sans-serif;
	font-size: 12px;
	color: rgb(102,102,102);
	
	text-align: center;	
	vertical-align: bottom;
	
	margin: 0 auto 0 auto;
}



DIV.shop_nav {
	positive: relative;
	
	margin-top: -4px;
	
	width: 100%;
	height: 24px;

	border-top: 1px solid rgb(191,191,191);
	border-bottom: 1px solid rgb(191,191,191);	

	background-color: rgb(236,236,236);
	
	font-family: "Helvetica", sans-serif;
	font-size: 12px;
	color: rgb(102,102,102);
	
	text-align: center;
	vertical-align: bottom;
}



A.shop_nav:link { 
	text-decoration: none; 
	color: rgb(118,118,118);
}

A.shop_nav:visited {
	text-decoration: none; 
	color: rgb(118,118,118);
}

A.shop_nav:hover {
	text-decoration: none; 
	color: rgb(148,148,148);
}

A.shop_nav:active {
	text-decoration: none; 
	color: rgb(118,118,118);
}

A.shop_nav:otherLink:link {
	text-decoration: none; 
	color: rgb(118,118,118);
}

A.shop_nav:otherLink:visited {
	text-decoration: none; 
	color: rgb(118,118,118);
}

A.shop_nav:otherLink:hover {
	text-decoration: none; 
	color: rgb(118,118,118);
}

A.shop_nav:otherLink:active {
	text-decoration: none; 
	color: rgb(118,118,118);
}




/*
   --------------------------- */

.womens_category {
	padding: 20px 0 20px 0;
}


TD.splash {
	width: 100%
	
	text-align: center;
	vertical-align: bottom;
	
	margin: 10px 0 0 0;
	padding: 0;
	
	border-bottom: 1px solid rgb(191,191,191);
	border-top: 1px solid rgb(191,191,191);
}


IMG.splash {
	vertical-align: bottom;
	text-align: center;
}


TD.thumbnails {
	width: 100%;
	
	padding: 10px 0 0 0;
}

/*
   --------------------------- */

IMG.thumbnail {
	width: 122px;
}


SPAN.thumbnail {
	font-family: "Helvetica", sans-serif;
	font-size: 10px;
	color: rgb(95,95,95);
	
	text-align: center;	
	
	margin: 0 auto 0 auto;
}

IMG.product_thumbnail {
	width: 75px;
}


TD.product_main {
	height: 450px;
	
	vertical-align: bottom;
	text-align: center;
}


IMG.product_main {
	width: 315px;
}

.thumbnail_images {
	width: 330px;
	
	text-align: center;
}

.product_images {
	width: 330px;
	height: 600px;
	
	text-align: center;
	vertical-align: bottom;
}

.product_info_wrapper {
	width: 390px;
	height: 600px;
	
	padding: 20px 0 0 70px;
	
	text-align: left;
	vertical-align: top;
}

.product_info {
	width: 100%;
	height: 558px;
	
	text-align: left;
	vertical-align: top;
}


TABLE.more_images {
	width: 100%;
	height: 20px;

	border-top: 1px solid rgb(191,191,191);
	border-bottom: 1px solid rgb(191,191,191);

	text-align: center;
	padding: 0 auto 0 auto;
}


TD.more_image {	
	height: 20px;
	width: 58px;
	
	vertical-align: center;
	text-align: right;
	
	padding: 2px 6px 0 0;
}


TD.more_text {	
	height: 20px;

	vertical-align: center;
	text-align: left;
	
	font-family: "Helvetica", sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: rgb(118,118,118);
}


TD.share {
	padding: 0 0 0 100px;
	
	vertical-align: bottom;
}

/* FONTS */

TD.price {
	font-family: "Helvetica", sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: rgb(118,118,118);
	
	text-align: left;

	padding: 0 0 0 6px;
}

TD.description {
	font-family: "Helvetica", sans-serif;
	font-size: 11px;
	color: rgb(118,118,118);
	
	text-align: left;

	padding: 10px 0 0 6px;
}

TD.description2 {
	font-family: "Helvetica", sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: rgb(118,118,118);
	
	text-align: left;

	padding: 0 0 0 6px;
}


TD.name {
	background: url('images/product_name_back.png');
	background-position: center left;
	background-repeat: no-repeat;

	font-family: "Helvetica", sans-serif;
	font-size: 18px;
	color: rgb(118,118,118);
	
	text-align: left;

	padding: 0 0 0 6px;
}


.more {
	width: 100%;
	
	vertical-align: top;
	text-align: right;
	
	padding: 0 0 6px 0;
}


/* ANCHOR OVERRIDES */

A.product:link { 
	text-decoration: none; 
	color: rgb(95,95,95);
}

A.product:visited {
	text-decoration: none; 
	color: rgb(95,95,95);
}

A.product:hover {
	text-decoration: none; 
	color: rgb(95,95,95);
}

A.product:active {
	text-decoration: none; 
	color: rgb(95,95,95);
}

A.product:otherLink:link {
	text-decoration: none; 
	color: rgb(95,95,95);
}

A.product:otherLink:visited {
	text-decoration: none; 
	color: rgb(95,95,95);
}

A.product:otherLink:hover {
	text-decoration: none; 
	color: rgb(95,95,95);
}

A.product:otherLink:active {
	text-decoration: none; 
	color: rgb(95,95,95);
}




/* CART
   --------------------------- */

DIV#cart {
	position: absolute;

	top: 6px;
	left: 800px;
	
	width: 200px;
	min-width: 200px;
	
	visibility: hidden;	/* default to hidden */
}


IMG.cart {
	border: 0;

	padding: 0px 4px 0px 4px;
}

TABLE.cart_status {	
	padding: 0;
	margin: 0;
	
	border-collapse: collapse;
}

TD.cart_status {	
	font-family: "Helvetica", sans-serif;
	font-size: 12px;
	color: rgb(95,95,95);
	
	text-align: center;
	vertical-align: top;
	
	padding: 0;
	margin: 0;
}


.buynow {
	text-align: left;

	padding: 0 0 0 6px;
}

.addcart {
	text-align: left;

	padding: 0 0 0 6px;
}


TABLE.cart {
	width: 600px;
	
	text-align: center;
	
	padding: 10px 0 10px 0;
	
	margin-left: auto;
	margin-right: auto;
}


TH.cart {
	font-family: "Helvetica", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: rgb(118,118,118);
	
	text-align: center;

	padding: 0 0 0 0;
}


TD.cart {
	font-family: "Helvetica", sans-serif;
	font-size: 12px;
	color: rgb(118,118,118);
	
	text-align: center;
}


TD.cartoption {
	padding: 0 25px 0 25px;
}

TD.remove {
	padding: 0 10px 0 0;
}


.cart_bold {
	font-family: "Helvetica", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: rgb(118,118,118);
	
	text-align: center;
}


.cart_left {
	font-family: "Helvetica", sans-serif;
	font-size: 12px;
	color: rgb(118,118,118);
	
	text-align: left;
}

.cart_right {
	font-family: "Helvetica", sans-serif;
	font-size: 12px;
	color: rgb(118,118,118);
	
	text-align: right;
}

IMG.cart_thumbnail {
	height: 24px;
}

/* ------------------------ */

TABLE.cart_actions {
	width: 600px;
	height: 28px;

	font-family: "Helvetica", sans-serif;
	font-size: 12px;
	color: rgb(102,102,102);
	
	text-align: center;	

	margin: 0 auto 0 auto;
}



DIV.cart_actions {
	positive: relative;
	
	width: 100%;
	height: 24px;

	border-top: 1px solid rgb(191,191,191);
	border-bottom: 1px solid rgb(191,191,191);	

	background-color: rgb(236,236,236);
	
	font-family: "Helvetica", sans-serif;
	font-size: 12px;
	color: rgb(102,102,102);
	
	text-align: center;
}


.total {
	font-family: "Helvetica", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: rgb(102,102,102);
	
	text-align: left;
	
	padding: 0 0 0 300px;
}
