/* CSS Document */
body
{
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #f75184;
	margin: 0;
	padding: 0;
}

#wrapper
{
	width: 774px;
	background: url(../grfx/backgrounds/bg_wrapper.png) repeat-y;
	margin: 0 auto;
}

	#wrapper_container
	{
		width: 724px;
		margin: 0 auto;
		border-bottom: 1px solid #f5ceda;
	}
	
		#wrapper_header
		{
			width: 724px;
			height: 96px;
			background: url(../grfx/backgrounds/bg_header.png) no-repeat;
			margin: 0 auto;
		}
		
			#wrapper_header img {
				float: left;
				margin: 43px 0 0 55px;
				border: 0;
			}
		
		#wrapper_flash
		{
			width: 722px;
			margin: 0 auto;
			clear: both;
		}
		
		#wrapper_banners
		{
			width: 724px;
			height: 64px;
			margin: 0 auto;
			clear: both;
		}
		
			.wrapper_banner
			{
				width: 237px;
				height: 64px;
				float: left;
			}
			
			.wrapper_banner_middle
			{
				width: 237px;
				height: 64px;
				float: left;
				margin: 0px 7px 0px 6px;
			}
			
		#wrapper_content_index
		{
			width: 702px;
			margin: 0 auto;
			margin-top: 13px;
		}		
		
		#wrapper_content
		{
			width: 640px;
			margin: 0 auto;
			margin-top: 13px;
		}
		
		
		.breadcrumbs	
		{
			font-size: 1.08em;
			font-weight: bold;
			color: #FFFFFF;
			margin-bottom: 20px;
			clear: both;
		}
		
			.breadcrumbs a
			{
				color: #920732;
				text-decoration: none;
			}
			
			.breadcrumbs a:hover
			{
				text-decoration: underline;
			}
		
			#wrapper_content_banner
			{
				width: 282px;
				float: left;
				margin-top: 12px;
			}
			
			#wrapper_content_text
			{
				width: 390px;
				float: left;
			}
			
			#wrapper_cart_detail
			{
				width: 600px;
				margin: 0 auto;
				margin-top: 40px;
			}
			
				#wrapper_cart_detail_col_left
				{
					width: 335px;
					padding-right: 40px;
					float: left;
				}
				

					.icon
					{
						width: 165px;
						float: left;
						height: 28px;
						line-height: 17px;
					}
					
					.icon img
					{
						vertical-align: middle;
						padding-right: 17px;
					}
					
					.icon a
					{
						text-decoration: none;
					}
					
					.icon a:hover
					{
						text-decoration: underline;
					}
					
					.details
					{
						font-size: 1.08em;
						font-weight: bold;
						color: #FFFFFF;
						margin-top: 15px;
					}
					
					.detail_link a
					{
						font-size: 0.82em;
						color: #FFFFFF;
						clear: both;
					}
					
					.detail_link a:hover
					{
						text-decoration: underline;
					}
					
					#wrapper_cart_detail_col_right select
					{
						float: right;
					}
					
					.btn_buy_now
					{
						width: 222px;
						height: 30px;
						font-size: 1.25em;
						font-weight: bold;
						color: #FFFFFF;
						background-color: #FF82b3;
						border: 2px solid #FFFFFF;
						margin-top: 20px;
						margin-bottom: 10px;
						clear: both;
					}							

				.wrapper_more_info
				{
					width: 86px;
					float: left;
					line-height: 0.75em;
				}
				
					.wrapper_more_info img
					{
						border: 1px solid #000000;
					}
				
					.more_info
					{
						width: 84px;
						height: 19px;
						background-color: #FF82b3;
						border: 1px solid #FFFFFF;
						font-size: 0.75em;
						font-weight: bold;
						vertical-align: middle;
						line-height: 19px;
						text-align: center;
						margin-top: 15px;
						margin-bottom: 15px;
					}
					
					.more_info_middle
					{
						margin: 0 38px 0 39px;
					}
					
								
				#wrapper_cart_detail_col_right
				{
					width: 224px;
					float: left;
				}	
					
					#mainImage
					{
						border: 1px solid #000000;
					}
					
					#shoe_variations
					{
						margin-top: 13px;
					}
					
						#shoe_variations img
						{
							padding: 0px;
							margin: 0px;
							margin-right: 3px;
							border: 1px solid #000000;
						}
						
						#shoe_variations a
						{
							border: 0;
						}						
					
					#info_links
					{
						margin: 37px 0px;
						padding-bottom: 40px;
					}
					
					.other_shoes
					{
						width: 317px;
						height: 19px;
						background-color: #FF82b3;
						border: 1px solid #FFFFFF;
						font-weight: bold;
						vertical-align: middle;
						line-height: 19px;
						margin-bottom: 10px;
						padding: 3px 8px;
						clear: both;
					}
											
		#wrapper_footer
		{
			width: 722px;
			height: 37px;
			background: url(../grfx/backgrounds/bg_footer.png) repeat-x;
			font-weight: bold;
			margin: 0 auto;
			clear: both;
			color: #FFFFFF;
			text-transform: uppercase;
			margin-top: 31px;
			line-height: 35px;
		}
		
		* html #wrapper_footer
		{
			padding-top: 8px;
		}
		
		#wrapper_footer img
		{
			margin-right: 55px;
		}		
		
			#wrapper_footer a
			{
				text-decoration: none;
				color: #FFFFFF;
				margin: 0 10px;
			}
			
			#wrapper_footer a:hover
			{
				text-decoration: underline;
			}
	
#wrapper_footer_small
{
	width: 700px;
	margin: 0 auto;
	font-size: 0.92em;
	text-align: center;
	margin-top: 11px;
	line-height: 1.50em;
	padding-bottom: 10px;
}
	#wrapper_footer_small_links
	{
		font-size: 0.82em;
	}
		
	#wrapper_footer_small a
	{
		text-decoration: none;
		color: #FFFFFF;
	}
	
	#wrapper_footer_small a:hover
	{
		text-decoration: underline;
	}
		
/*IMPORTED STYLES FROM OLD STYLE SHEET*/
.shoeholder {
	float: left;
	width: 204px;
	padding: 0 0 10px 0;
	margin: 0 9px 0 0;
	height: 324px;

}

.shoeimage {

	float: left;
	width: 204px;
	padding: 0;
	margin: 0;
}

.shoeinfo {
	float: left;
	width: 182px;
	min-height: 35px;
  	height: auto !important;
  	height: 35px;
	padding: 10px;
	margin: 10px 0 0 0;
	background-color: #fd759f;
}

* html #shoedetailholder {
	padding: 0 0 20px 0;
	margin: 28px 0 0 25px;
}

*:first-child+html #shoedetailholder {
	padding: 0 0 20px 0;
	margin: 28px 0 0 50px;
}

#shoedetailholder {
	float: left;
	width: 635px;
	padding: 0 0 20px 0;
	margin: 5px 0 0 50px;
}

.shoeimage img {
	border: 1px solid #000;
}

.shoeinfo .moreinfo {

	float: right;
}

.shoeinfo .shoename {

	font-weight: bold;
	margin: 0;
	padding: 0;
}

.carttable {
	border-collapse: collapse;
	border: 1px solid #fe769e;
}

.carttable td {
	border: 1px solid #fe769e;
	padding: 5px;
}

.altrow {
	background-color: #fe769e;
}
