/* ---------------------------------------- */
/*   CSS RESETS                             */
/* ---------------------------------------- */
@import url('reset.css');
/* ---------------------------------------- */
/*   BODY                                   */
/* ---------------------------------------- */
body {
	background: url(../images/bg.jpg) repeat center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1C3F95;
}
#container {
	margin: 0 auto;
	position: relative;
	width: 1095px;
}

a { color: #1C3F95; text-decoration:  none;  }

/* ---------------------------------------- */
/*   HEADER                                 */
/* ---------------------------------------- */
#header {
	position: relative;
	height: 71px;
	width: 1095px;
}
#header .logo {
	position:absolute;
	top: 5px;
	left: 46px;
}
#header ul {
	position: absolute;
	left: 240px;
	top: 10px;
}
#header li {
	float: left;
	position: relative;
}
#header li a {
	height: 45px;
	display: block;
	text-indent: -9999px;
	background: url(../images/header_nav.png) no-repeat 0 0;
}
#header li a.about {
	background-position: 0 0;
	width: 96px;
}
#header li a.collections {
	background-position: -96px 0;
	width: 153px;
}
#header li a.press {
	background-position: -249px 0;
	width: 98px;
}
#header li a.store {
	background-position: -346px 0;
	width: 185px;
}
#header li a.shop {
	background-position: -531px 0;
	width: 88px;
}
#header li a.contact {
	background-position: -618px 0;
	width: 123px;
}
#header li a.about:hover, #header li a.about .active {
	background-position: 0 -45px;
	width: 96px;
}
#header li a.collections:hover, #header li a.collections .active {
	background-position: -96px -45px;
	width: 153px;
}
#header li a.press:hover, #header li a.press .active {
	background-position: -249px -45px;
	width: 98px;
}
#header li a.store:hover, #header li a.store .active {
	background-position: -346px -45px;
	width: 185px;
}
#header li a.shop:hover, #header li a.shop .active {
	background-position: -531px -45px;
	width: 88px;
}
#header li a.contact:hover, #header li a.contact .active {
	background-position: -618px -45px;
	width: 123px;
}

#header li a:hover, #header li a.active {
	background-position: 0 -45px;
}

#header .social-media {
	position: absolute;
	right: 20px;
	top: 8px;
	}

#header .social-media a {
	display: block;
	text-indent: -9999px;
	}

#header a.header-like {
	background:url(../images/header_like.png) 0 0 no-repeat;
	width: 59px;
	height: 28px;
	}
	
#header a.header-twitter {
	background:url(../images/header_twitter.png) 0 0 no-repeat;
	width: 24px;
	height: 24px;
	float: left;
	margin-left: 3px;
	}
#header a.header-fb {
	background:url(../images/header_fb.png) 0 0 no-repeat;
	width: 24px;
	height: 24px;
	float:left;
	margin-left: 8px
	}


/* ---------------------------------------- */
/*   CONTENT                                */
/* ---------------------------------------- */
#content {
	background: url("../images/content_bgbottom.png") no-repeat scroll 32px bottom transparent;
	position: relative;
	width: 1095px;
	padding-bottom: 35px;
}
#content .contentbg {
	background: url("../images/content_bgtop.png") no-repeat scroll 35px top transparent;
	position: relative;
	padding-top: 43px;
}

#main {
	background: url("../images/content_bgrepeat.png") repeat-y scroll 30px 0 transparent;
	position: relative;
	overflow: hidden;
	min-height:500px;
	height:auto !important;
	height:500px;
	}

/* ---------------------------------------- */
/*   HOME                                   */
/* ---------------------------------------- */
#home {
	position: relative;
	padding-top:60px;
}
#home h1 {
	background: url(../images/welcome_to_les_halles_jeans.png) no-repeat 0 0;
	display: block;
	text-indent: -9999px;
	height: 69px;
	width: 778px;
	margin: 0 auto;
}

.flash { margin: 0 auto; width: 1000px; line-height:0; }

/* ---------------------------------------- */
/*   ABOUT                                  */
/* ---------------------------------------- */
#about {
	position: relative;
	width: 1095px;
}
#about .buttons {
	position: relative;
	top: 0;
	left: 94px;
}
#about .buttons li {
	float: left;
	display: inline-block;
	margin-right: 75px;
	position: relative;
	color: #1c3f95;
	font: normal 18px Georgia;
	text-transform: uppercase;
	text-align: center;
	width: 257px;
}
#about .buttons li .corner {
	background: url(../images/button_corner.png) no-repeat 0 0;
	height: 170px;
	width: 257px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
#about .buttons li a {
	display: block;
	height: 170px;
	width: 257px;
	text-indent: -9999px;
}
#about .buttons li a.how {
	background: url(../images/button_how_it_all_started.png) no-repeat 0 0;
}
#about .buttons li a.relaunch {
	background: url(../images/button_the_relaunch.png) no-repeat 0 0;
	margin: 0;
}
#about .buttons li a.where {
	background: url(../images/button_where_we_are_now.png) no-repeat 0 0;
}
#about .buttons li a:hover, #about .buttons li a.active {
	background-position: 0 -170px;
}
#about .buttons li span {
	font: normal 12px Helvetica;
	display: block;
}
#about .left {
	float: left;
	margin-left: 104px;
	position: relative;
	width: 460px;
	padding-top: 30px;
}
#about h3 {
	font: normal 12px Georgia;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: center;
	color: #1C3F95;
}

#about .right {
	float: right;
	position: relative;
	width: 524px;
	padding-top: 30px;
}
#about .right p {
	padding-left: 10px;
	width: 450px;
}
#about p {
	color: #1b4090;
	font: normal 12px Helvetica;
	padding-bottom: 10px;
}
#about .photo {
	height: 292px;
	width: 436px;
	padding: 14px 16px;
	position: relative;
}
#about .photo .corner {
	background: url(../images/photo_corner.png) no-repeat 0 0;
	height: 320px;
	width: 468px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
#about .small {
	position: absolute;
	top: -3px;
	left: -96px;
	z-index: 200;
	height: 265px;
	width: 218px;
	text-align: center;
}
#about .small .corner {
	background: url(../images/photo_corner_small.png) no-repeat 0 0;
	height: 265px;
	width: 218px;
	position: absolute;
	z-index: 300;
}

#about .small img {
	padding-top: 10px;
}
#about .small h2 {
	margin-top: -5px;
	color: #1c3f95;
	font: bold 28px Helvetica;
	position: relative;
	z-index: 400;
	text-align:center;
}
#about .book {
	height: 401px;
	width: 440px;
	position: relative;
	top: -27px;
	left: 50px;
}
#about .twitter {
	background: url(../images/twitter.png) no-repeat 0 0;
	height: 80px;
	margin: 0px 0 33px 18px;
	width: 365px;
	padding-left: 99px;
	overflow: hidden;
	position:relative;
}
#about .twitter p {
	/*padding: 17px 0 0 88px;*/
	width: 365px;
	
}
#about .tape {
	margin: 0 0 15px 10px;
	min-height: 464px;
	width: 443px;
	position: relative;
	border-bottom: 1px solid #1c3f95;
}
#about .tape .bg {
	background: url(../images/measuring_tape.png) no-repeat right 0;
	height: 327px;
	width: 450px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 200;
}
#about .tape .corner {
	background: url(../images/photo_corner_small.png) no-repeat 0 0;
	height: 265px;
	width: 218px;
	position: absolute;
	top: 15px;
	left: 0;
	z-index: 100;
}
#about .tape img {
}
#about .tape h2 {
	position: absolute;
	top: 248px;
	left: 12px;
	color: #1c3f95;
	font: bold 14px Helvetica;
	position: relative;
	z-index: 400;
}
#about .tape p {
	font: normal 33px "HoneyScript";
	padding-top: 340px;
	width: 400px;
	margin: 0 auto;
}
#about p.quote {
	font-size: 38px;
	padding: 78px 0 0 0;
	text-align: center;
	}
	
#about p.clickArrow {
	font-size: 38px;
	background:url(../images/rightarrow.png) no-repeat 357px 12px;
	display: block;
	width: 436px;
	height:40px;
	}

#about img.cover {
	position: relative;
	margin: 0 0 0 -100px;
	z-index: 100;
}
#about img.orig {
	position: relative;
	margin-top: -20px;
	margin-bottom: 10px;
	right: -30px;
	z-index: 100;
}
#about a.howStarted {
	background: url(../images/link_how_it_all_started.png) no-repeat 0 0;
	display: block;
	height: 41px;
	width: 453px;
	margin-top: 30px;
	text-indent: -9999px;
}
#about a.relaunch {
	background: url(../images/link_relaunch.png) no-repeat 0 0;
	display: block;
	height: 66px;
	width: 437px;
	margin-top: 30px;
	text-indent: -9999px;
}
/* ---------------------------------------- */
/*   COLLECTION                             */
/* ---------------------------------------- */
#collection {
	position: relative;
	width: 1095px;
}
#collection.contentbg {
}
#collection .box {
	margin: 0 auto;
	height: 550px;
	width: 965px;
	position: relative;
}
#collection .box .corner {
	background: url(../images/photo_corner_wide.png) no-repeat 0 0;
	height: 550px;
	width: 965px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
#collection .box img {
	position: absolute;
	top: 15px;
	left: 15px;
}
#collection .box h1 {
	background: url(../images/h_collection.png) no-repeat 0 0;
	height: 36px;
	width: 108px;
	display: block;
	position: relative;
	top: 60px;
	left: 65px;
	text-indent: -9999px;
	z-index: 200;
}
#collection .box ul {
	position: relative;
	top: 86px;
	left: 67px;
	z-index: 200;
}
#collection .box li {
	padding-bottom: 15px;
}
#collection .box a {
	color: #fff;
	font: normal 18px Helvetica;
	text-decoration: none;
}
#collection .box a:hover {
	color: #1c3f95;
}
#collection .left {
	float: left;
	display: inline-block;
	padding: 0 0 40px 69px;
	position: relative;
	width: 187px;
}
#collection .left h1 {
	background: url(../images/h_collections_blue.png) no-repeat 0 0;
	display: block;
	height: 34px;
	width: 107px;
	margin-left: 3px;
	text-indent: -9999px;
}
#collection .left h2 {
	color: #1b4090;
	font: normal 16px Helvetica;
	padding: 0 0 10px 6px;
}
#collection .left ul {
	padding-bottom: 30px;
}
#collection .left li a {
	color: #1b4090;
	font: normal 12px Helvetica;
	display: block;
	height: 15px;
	padding: 2px 5px;
	text-decoration: none;
	width: 177px;
}
/*#collection .left li a:hover {
	text-decoration: underline;
}*/
#collection .left li a.active {
	background-color: #1b4090;
	color: #ffffcc;
}
#collection .left a.back {
	color: #1b4090;
	font: normal 12px Helvetica;
	text-decoration: none;
}
#collection .left a.back:hover {
	background-color: #1b4090;
	color: #ffffcc;
	padding: 2px 5px;
}
#collection .mid {
	float: left;
	display: inline-block;
	position: relative;
	width: 411px;
	margin-left: 31px;
	padding: 6px 0px 20px 7px;
}
#collection .mid .corner {
	background: url(../images/collection_corner.png) no-repeat 0 0;
	height: 505px;
	width: 336px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
#collection .right {
	float: left;
	display: inline-block;
	position: relative;
	padding-top: 10px;
	padding-bottom: 30px;
/*	height: 670px;
*/	width: 240px;
	margin-left: 18px;
	text-align: center;
/*	overflow-y: scroll;
	overflow-x: hidden;
*/}
#collection .right h2 {
	color: #1b4090;
	font-size: 16px;
	padding-bottom: 5px;
	font-weight: bold;
}
#collection .right h3 {
	color: #1b4090;
	font: normal 10px Verdana;
	padding-bottom: 15px;
}
#collection .right ul.thumb {
	overflow: hidden;
	position: relative;
}
#collection .right ul.thumb li {
	float: left;
	display: inline-block;
	height: 115px;
	width: 77px;
	margin-right: 2px;
	padding: 2px 0 0 0;
	position: relative;
}
#collection .right ul.thumb li .corner {
	background: url(../images/thumb_corner.png) no-repeat 0 0;
	height: 115px;
	width: 77px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
#collection .right ul.swatches {
	overflow: hidden;
	padding: 10px 2px;
	position: relative;
}
#collection .right ul.swatches li {
	margin-right: 3px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 64px;
	padding-bottom: 5px;
	text-align: center;
}
#collection .right ul.swatches li img {
	width: 60px; height: 64px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	position: absolute;
	left: 0; 
	top: 0;
}
#collection .right ul.swatches li a {
	text-decoration: none;
}
#collection .right ul.swatches li span {
	padding-top: 65px;
	display: block;
	color: #1b4090;
	font: normal 10px Verdana;
}
#collection .right .nav {
	position: relative;
	margin-top: 10px;
}
#collection .right .nav li {
	float: left;
	display: inline-block;
	position: relative;
	margin: 0 29px 0 43px;
}
#collection .right .nav a {
	display: block;
	height: 46px;
	width: 63px;
	text-indent: -9999px;
}
#collection .right .nav a.back {
	background: url(../images/link_back.png) no-repeat 0 0; position: absolute; left: -75px;
}
#collection .right .nav a.next {
	background: url(../images/link_next.png) no-repeat 0 0; position: absolute; right: -70px;
}
/* ---------------------------------------- */
/*   PRESS                                  */
/* ---------------------------------------- */
#press {
	position: relative;
	width: 1095px;
}
#press h1 {
	background: url(../images/h_press.png) no-repeat 0 0;
	display: block;
	height: 36px;
	width: 107px;
	text-indent: -9999px;
	position: absolute;
	left: 86px;
}

#press .covers {
	border-left: 1px solid #1c3f95;
	float: left;
	margin: 0 0 0 193px;
	padding: 0 0 15px 24px;
	position: relative;
	width: 279px;
}
#press .covers ul.list {
	margin-top: -40px;
	overflow: hidden;
	position: relative;
}
#press .covers ul.list li {
	float: left;
	position: relative;
}
#press .covers ul.nav {
	overflow: hidden;
	position: relative;
	margin: 0 0 45px 5px;
}
#press .covers ul.nav li {
	float: left;
	display: inline-block;
	position: relative;
}
#press .covers ul.nav a {
	display: block;
	height: 46px;
	width: 63px;
	text-indent: -9999px;
}
#press .covers ul.nav a.back {
	background: url(../images/link_back.png) no-repeat 0 0;
	margin-right: 140px;
}
#press .covers ul.nav a.next {
	background: url(../images/link_next.png) no-repeat 0 0;
}
#press .article {
	float: left;
	margin: -10px 0 0 45px;
	position: relative;
	width: 475px;
	text-align: center;
}
#press .article h2, #press .article p {
	color: #1b4090;
	font: normal 12px Helvetica;
	line-height: 1.75em;
	margin: 0 auto;
	width: 380px;
}

#image_main { margin-top: 20px; }

/* ---------------------------------------- */
/*   STORE LOCATOR                          */
/* ---------------------------------------- */
#store {
	position: relative;
	width: 1095px;
}
#store #main #map-bg {
	background: url(../images/storemap.png) 60px 0px no-repeat;
	overflow: hidden;
	position: relative;
	padding-bottom: 68px;
	}
#store h1 {
	background: url(../images/h_store_locator.png) no-repeat 0 0;
	display: block;
	height: 40px;
	width: 164px;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	left: 86px;
}
#store .left {
	border-right: 1px solid #1c3f95;
	display: inline-block;
	float: left;
	margin-top: 38px;
	min-height: 469px;
	overflow: hidden;
	padding: 31px 28px 30px 83px;
	position: relative;
	text-align: right;
	width: 172px;
}
#store .mid {
	border-right: 1px solid #1c3f95;
	display: inline-block;
	float: left;
	margin-top: 38px;
	min-height: 468px;
	overflow: hidden;
	padding: 31px 25px;
	position: relative;
	text-align: right;
	width: 154px;
}
#store .left ul, #store .mid ul {
	float: right;
	position: relative;
}
#store .left li, #store .mid li {
	padding-bottom: 2px;
	text-align: right;
}
#store .left li a, #store .mid li a {
	color: #1b4090;
	font: normal 12px Helvetica;
	display: block;
	height: 17px;
	padding: 1px 5px;
	text-decoration: none;
	width: 111px;
}
#store .left li a.active, #store .mid li a.active {
	background-color: #1b4090;
	color: #ffffcc;
}
#store .right {
	display: inline-block;
	float: left;
	margin-top: 69px;
	padding: 0 0 0 96px;
	position: relative;
	width: 400px;
}
#store .right td {
	color: #1b4090;
	font: normal 12px Helvetica;
	padding: 0 50px 10px 0;
	width: 150px;
}
/* ---------------------------------------- */
/*   CONTACT                                */
/* ---------------------------------------- */
#contact {
	position: relative;
	width: 1095px;
}
#contact h2 {
	display: block;
	height: 53px;
	width: 379px;
	color: #1b4090;
}
#contact h2.east {
	font-size: 48px;
	position:relative;
	left: 0;
	margin-bottom: 10px;
}
#contact h2.west {
	background: url(../images/h_for_west_coast_sales_information.png) no-repeat 0 0;
}
#contact h3 {
	color: #1b4090;
	font: normal 18px Helvetica;
	padding-bottom: 20px;
}
#contact p, #contact p a {
	color: #1b4090;
	font: normal 12px Helvetica;
	line-height: 1.25em;
	padding-bottom: 15px;
	position: relative;
	text-decoration: none;
	z-index: 100;
}
#contact p a:hover {
	text-decoration: underline;
}
#contact .card {
	position: relative;
	margin: -45px 0 0 -70px;
}
#contact .fan {
	position: absolute;
	right: 33px;
}
#contact .keep {
	font: normal 12px Helvetica;
	text-align: right;
	position: absolute;
	top: 60px;
	right: 33px;
}
#contact .left {
	float: left;
	padding-left: 94px;
	position: relative;
	height: 600px;
	width: 466px;
}
#contact .right {
	background: url(../images/telephone.png) no-repeat right bottom;
	float: left;
	position: relative;
	height: 631px;
	width: 497px;
}
/* ---------------------------------------- */
/*   SHOP                                   */
/* ---------------------------------------- */
#shop {
	position: relative;
	width: 1095px;
}
#shop h1 {
	background: url(../images/h_shop.png) no-repeat 0 0;
	display: block;
	height: 51px;
	width: 56px;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	left: 86px;
}
#shop .list {
	border-right: 1px solid #1c3f95;
	float: left;
	padding: 4px 11px 4px 69px;
	position: relative;
	margin-top: 63px;
	min-height: 522px;
	width: 88px;
}
#shop .list li {
	padding-bottom: 2px;
	text-align: right;
}
#shop .list li a {
	color: #1b4090;
	font: normal 12px Helvetica;
	display: block;
	height: 17px;
	padding: 1px 5px;
	text-decoration: none;
	width: 78px;
}
#shop .list li a:hover, #shop .list li a.active {
	background-color: #1b4090;
	color: #ffffcc;
}
#shop .product {
	overflow: hidden;
	padding: 37px 0 60px 2px;
	position: relative;
	width: 821px;
	margin: 10px auto;
}
#shop .option {
	height: 37px;
	width: 409px;
	position: absolute;
	top: 0;
	right: 0;
}
#shop .option select {
	border: 1px solid #cccccc;
	color: #333;
	font: normal 11px Helvetica;
	height: 16px;
	margin-right: 8px;
}
#shop .option select.sort {
	width: 113px;
}
#shop .option select.size {
	width: 52px;
}
#shop .option select.wash {
	width: 92px;
}
#shop .option ul {
	float: right;
	margin: 3px 19px 0 0;
	position: relative;
}
#shop .option li, #shop ul.view li {
	color: #1b4090;
	float: left;
	font: normal 12px Helvetica;
	position: relative;
	padding-right: 5px;
}
#shop .option a, #shop ul.view a {
	color: #1b4090;
	text-decoration: none;
}
#shop .product .box {
	height: 415px;
	width: 251px;
	float: left;
	padding-bottom: 21px;
	position: relative;
	margin-left: 21px;
}
#shop .product .corner {
	background: url(../images/shop_thumb_corner.png) no-repeat 0 0;
	height: 342px;
	width: 251px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
}
#shop .product .sold {
	background: url(../images/sold_out.png) no-repeat 0 0;
	height: 315px;
	width: 220px;
	position: absolute;
	top: 13px;
	left: 17px;
	z-index: 100;
}
#shop .product img {
	padding: 15px 15px 14px 18px;
}
#shop .product .detail {
	background: url(../images/detail_box.png) no-repeat 0 0;
	height: 54px;
	margin: -2px auto 0;
	padding: 9px 28px 10px 33px;
	position: relative;
	width: 165px;
}
#shop .product h2 {
	color: #1c3f95;
	font-size: 12px;
	padding-bottom: 3px;
	font-weight: bold;
}
#shop .product h3 {
	color: #1c3f95;
	font: normal 24px Helvetica;
}
#shop .product a.view {
	background: url(../images/btn_view_now.gif) no-repeat 0 0;
	display: block;
	height: 26px;
	text-indent: -9999px;
	width: 80px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#shop .product a.view:hover {
	background-position: 0 -25px;
}
#shop ul.view {
	position: absolute;
	right: 15px;
	bottom: 45px;
	z-index: 200;
}
#shop .item {
	height: 523px;
	width: 365px;
	padding: 18px 17px 14px 17px;
	margin: 45px 0 0 83px;
	float: left;
	position: relative;
}
#shop .item .corner {
	background: url(../images/item_corner.png) no-repeat 0 0;
	height: 555px;
	width: 399px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
#shop .info {
	width: 388px;
	margin: 58px 0 60px 19px;
	float: left;
	position: relative;
}
#shop .info h2 {
	color: #1c3f95;
	font: bold 24px Helvetica;
	padding: 0 0 11px 10px;
}
#shop .info h3 {
	color: #1c3f95;
	font: bold 18px Helvetica;
	padding: 15px 0 20px 12px;
}
#shop .info p {
	color: #1c3f95;
	font: bold 12px Helvetica;
	line-height: 1.5em;
	padding-left: 12px;
}
#shop .info ul.size {
	padding: 0 0 5px 12px;
	overflow: hidden;
	position: relative;
}
#shop .info ul.size li {
	font: normal 13px Helvetica;
	float: left;
	position: relative;
	height: 29px;
	text-align: center;
	width: 29px;
}
#shop .info ul.size a {
	background: url(../images/size_box.png) no-repeat 0 0;
	color: #1c3f95;
	display: block;
	height: 22px;
	padding-top: 7px;
	text-decoration: none;
	width: 29px;
}
#shop .info ul.size .selected {
	background: url(../images/size_selected.png) no-repeat 0 0;
}
#shop .info ul.size .sold {
	background: url(../images/size_sold.png) no-repeat 0 0;
}
#shop .info ul.color {
	padding: 0 0 5px 12px;
	overflow: hidden;
	position: relative;
}
#shop .info ul.color li {
	float: left;
	padding: 0 2px 2px;
	position: relative;
}
#shop .info ul.color li a:hover img
{
	border:2px solid #223e92;
	padding:0;
	margin:0;
	width:auto;
	height:auto;
}
#shop .info .images {
	position: relative;
	overflow: hidden;
	margin-bottom: 5px;
	width: 100%;
}
#shop .info .image {
	background: url(../images/img_shadow.png) no-repeat 0 0;
	float: left;
	height: 180px;
	padding: 9px;
	position: relative;
	width: 126px;
}
#shop .info input {
	border: 0;
	display: inline-block;
	height: 43px;
	width: 170px;
	cursor: pointer;
}
#shop .info input.cart {
	background: url(../images/btn_add_cart.png) no-repeat 0 0;
	margin: 0 16px 12px 6px;
}
#shop a.keepshopbtn {
	background: url(../images/btn_keep-shopping.gif) no-repeat 0 0;
	width:170px;
	height:43px;
	text-indent:-9999px;
	cursor:pointer;
	display:inline-block;
	margin:0;
	padding:0;
}
.gecko #shop a.keepshopbtn
{
	position:relative;
	top:-17px;	
}
.chrome #shop a.keepshopbtn
{
	position:relative;
	top:-3px;
}
.ie7 #shop a.keepshopbtn
{
	position:relative;
	top:-10px;
}
.ie8 #shop a.keepshopbtn
{
	position:relative;
	top:-45px;
}

#shop .info input.checkout {
	background: url(../images/btn_checkout.png) no-repeat 0 0;
	margin-bottom: 12px;
}
#shop .side {
	float: left;
	margin: 54px 0 60px;
	position: relative;
	width: 136px;
}
#shop .side a.viewcart
{
	float:right;
	cursor:pointer;
	text-decoration:none;
	margin:0 0 10px;
	color: #1c3f95;
	font: bold 12px Helvetica;
	line-height: 1.5em;
}
#shop .side a:hover.viewcart
{
	text-decoration: underline;
}
#shop .side h3 {
	background: url(../images/h_you_may_also_like.png) no-repeat 0 0;
	display: block;
	height: 36px;
	margin-bottom: 15px;
	text-indent: -9999px;
	width: 136px;
}
#shop .side .box {
	background: url(../images/side_img_shadow.png) no-repeat 0 0;
	height: 215px;
	width: 133px;
	text-align: center;
}
#shop .side .box img {
	padding: 4px 5px 10px 4px;
}
#shop .side .box h4 {
	color: #1c3f95;
	font: normal 12px Helvetica;
}
#shop .side .box a {
	color: #1c3f95;
	text-decoration: none;
}
#shop .bag {
	margin: 96px 0 0 107px;
	width: 882px;
}
#shop .bag th {
	border-bottom: 1px solid #223e92;
	color: #1c3f95;
	font: bold 12px Helvetica;
	padding-bottom: 8px;
	text-align: left;
}
#shop .bag tr.prod td {
	border-bottom: 1px solid #223e92;
	color: #1c3f95;
	font: normal 12px Helvetica;
	line-height: 1.25em;
	padding: 5px 0 25px;
	text-align: left;
	vertical-align: top;
}
#shop .bag a.remove {
	background: url(../images/btn_close.gif) no-repeat 0 0;
	display: block;
	height: 19px;
	text-indent: -9999px;
	width: 19px;
}
#shop .bag tr.space td {
	height: 24px;
}
#shop .bag tr.sub td {
	background: url(../images/blue_shade.png) repeat 0 0;
	border-top: 1px solid #223e92;
	border-bottom: 1px solid #223e92;
	color: #1c3f95;
	font: bold 12px Helvetica;
	height: 44px;
	padding-top: 5px;
	vertical-align: top;
}
#shop .bag tr.button td {
	padding-top: 15px;
	vertical-align: top;
}
#shop .bag tr.button td input {
	background: url(../images/btn_continue.png) no-repeat 0 0;
	border: 0;
	cursor: pointer;
	height: 30px;
	width: 101px;
}
#shop .use {
	color: #1c3f95;
	font: normal 12px Helvetica;
	text-align:center;
	margin:20px 0 0;
}
#shop .billing {
	margin: 71px 0 0 108px;
	overflow: hidden;
	position: relative;
	width: 883px;
}
#shop ol.steps {
	overflow: hidden;
	position: relative;
}
#shop ol.steps li {
	float: left;
	color: #1c3f95;
	font: normal 12px Helvetica;
	list-style: decimal;
	margin: 0 10px 0 20px;
	padding-bottom: 5px;
	position: relative;
}
#shop ol.steps li.active {
	font-weight: bold;
}
#shop .billing hr {
	border: none;
	border-top: 1px solid #223e92;
	margin: 0;
	padding: 0;
}
#shop .billing p {
	color: #1c3f95;
	font: normal 12px Helvetica;
}
#shop .billing form.billingInfo ul {
	margin-top: 17px;
}
#shop .billing form.billingInfo li {
	padding-bottom: 5px;
}
#shop .billing form.billingInfo li label {
	color: #1c3f95;
	display: inline-block;
	font: bold 12px Helvetica;
	padding-right: 7px;
	text-align: right;
	width: 123px;
}
#shop .billing form.billingInfo li input {
	background: url(../images/input_bg.png) repeat-x 0 bottom;
	border: 0;
	color: #1c3f95;
	font: normal 12px Helvetica;
	height: 14px;
	width: 188px;
}
#shop .billing form.billingInfo p {
	padding: 15px 0 0 132px;
	width: 255px;
}
#shop .billing form.billingInfo .continue {
	background: url(../images/btn_continue.png) no-repeat 0 0;
	border: 0;
	cursor: pointer;
	display: block;
	height: 30px;
	margin: 0 auto;
	text-align: center;
	width: 101px;
}
#shop .shipping {
	margin-bottom: 100px;
	width: 882px;
}
#shop .shipping th {
	background-color: #edeeef;
	border-bottom: 1px solid #223e92;
	color: #666;
	font: bold 12px Helvetica;
	height: 18px;
	padding-top: 4px;
	text-align: left;
}
#shop .shipping td {
	background-color: #edeeef;
	border-bottom: 1px solid #223e92;
	color: #666;
	font: normal 12px Helvetica;
	line-height: 1.35em;
	padding: 11px 0;
	vertical-align: top;
}
#shop .shipping .radio {
	display: block;
	margin: 0 auto;
	text-align: center;
}
#shop .shipping .red {
	color: #F00;
}
#shop .shipping a.edit {
	background: url(../images/btn_arrow.gif) no-repeat 0 center;
	color: #333;
	display: block;
	font: normal 10px Arial;
	margin-top: 10px;
	padding-left: 14px;
	text-decoration: none;
}
#shop .shipping .continue {
	background: url(../images/btn_continue_shipping.gif) no-repeat 0 0;
	border: 0;
	cursor: pointer;
	display: block;
	height: 30px;
	margin: 9px 0 0 18px;
	text-align: left;
	width: 162px;
}
#shop .billing .code {
	background: url(../images/code_input.png) no-repeat 0 0;
	border: 0;
	color: #1c3f95;
	display: block;
	font: normal 12px Helvetica;
	height: 22px;
	padding: 4px;
	width: 190px;
}
#shop .billing .apply {
	background: url(../images/btn_apply.png) no-repeat 0 0;
	border: 0;
	cursor: pointer;
	height: 30px;
	margin: 5px 0 4px;
	width: 107px;
}
#shop .billing select.card {
	color: #333;
	margin: 3px 0 0 20px;
	width: 135px;
}
#shop .billing p.card {
	float: left;
	padding-top: 14px;
	position: relative;
	width: 250px;
}
#shop .billing p.card input {
	background: url(../images/credit_card_input.png) no-repeat 0 0;
	border: 0;
	color: #1c3f95;
	height: 22px;
	margin-left: 17px;
	padding: 4px;
	width: 225px;
}
#shop .billing p.cvv2 {
	float: left;
	padding: 14px 0 0 28px;
	position: relative;
	width: 250px;
}
#shop .billing p.cvv2 a {
	color: #1c3f95;
	text-decoration: none;
}
#shop .billing p.cvv2 a:hover {
	text-decoration: underline;
}
#shop .billing p.cvv2 input {
	background: url(../images/cvv2_input.png) no-repeat 0 0;
	border: 0;
	color: #1c3f95;
	height: 22px;
	margin-left: -4px;
	padding: 4px;
	width: 44px;
}
#shop .billing select.month {
	color: #333;
	margin-left: 19px;
	width: 123px;
}
#shop .billing select.year {
	color: #333;
	margin-left: 7px;
	width: 63px;
}
#shop table.price {
	border-top: 1px solid #223e92;
	border-bottom: 1px solid #223e92;
	float: right;
	position: relative;
	margin-top: 15px;
	width: 310px;
}
#shop table.price td {
	background: url(../images/blue_shade.png) repeat 0 0;
	color: #1c3f95;
	font: normal 12px Helvetica;
	text-align: right;
	padding: 1px 0;
}
#shop table.price tr.first td {
	padding-top: 25px;
}
#shop table.price tr.total td {
	font-weight: bold;
	padding-top: 19px;
	padding-bottom: 26px;
}
#shop table.price td.right {
	width: 98px;
	padding-right: 75px;
}
#shop .billing .submit {
	background: url(../images/btn_submit_order.png) no-repeat 0 0;
	border: 0;
	cursor: pointer;
	display: block;
	float: right;
	height: 31px;
	margin-top: 10px;
	position: relative;
	width: 162px;
}
.clear {
	overflow: hidden;
	position: relative;
}
/* ---------------------------------------- */
/*   PRIVACY POLICY                         */
/* ---------------------------------------- */
#privacy {
	position: relative;
	width: 1095px;
}

.fullColumn { width: 960px; margin: 0 auto;}

#privacy h1 {
	background: url(../images/h_privacy_policy.png) no-repeat 0 0;
	display: block;
	height: 55px;
	width: 164px;
	text-indent: -9999px;
	margin-top: 10px;
}
#privacy h2 {
	color: #1b4090;
	font: bold 14px Helvetica;
}
#privacy p {
	color: #1b4090;
	font: normal 12px Helvetica;
	padding-bottom: 15px;
}
/* ---------------------------------------- */
/*   CUSTOMER SERVICE                       */
/* ---------------------------------------- */
#customer {
	position: relative;
	width: 1095px;
}
#customer h1 {
	background: url(../images/h_customer_service.png) no-repeat 0 0;
	display: block;
	height: 37px;
	width: 183px;
	text-indent: -9999px;
	margin-top: 10px;
}
#customer h2 {
	color: #1b4090;
	font: bold 14px Helvetica;
}
#customer p {
	color: #1b4090;
	font: normal 12px Helvetica;
	padding-bottom: 15px;
}
/* ---------------------------------------- */
/*   FOOTER                                 */
/* ---------------------------------------- */
#footer {
	padding-bottom: 10px;
	position: relative;
	height: 20px;
	width: 995px;
	margin: 0 auto;
	text-align: right;
}
#footer p a {
	color:#000;
	font: bold 12px Helvetica;
	text-decoration: none;
}
#footer p a:hover {
	color: #fff;
}
