/* -------------------------------------------------------------- 

	Resets default browser CSS

	http://meyerweb.com/eric/tools/css/reset/

-------------------------------------------------------------- */

/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,  h1, h2, h3, h4, h5, h6, p, blockquote, pre,  a, abbr, acronym, address, big, cite, code,  del, dfn, em, font, img, ins, kbd, q, s, samp,  small, strike, strong, sub, sup, tt, var,  b, u, i, center,  dl, dt, dd, ol, ul, li,  fieldset, form, label, legend,  table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;/*background: transparent;*/

	}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */

:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	overflow: scroll;
}
/* -------------------------------------------------------------- 

   

   typography.css

   * Sets up some sensible default typography.

  

   Based on work by:

   * Nathan Borror     [playgroundblues.com]

   * Jeff Croft        [jeffcroft.com]

   * Christian Metts   [mintchaos.com]

   * Wilson Miner      [wilsonminer.com]

   * Richard Rutter    [clagnut.com]

   

   Read more about using a baseline here:

   * alistapart.com/articles/settingtypeontheweb

  

-------------------------------------------------------------- */



/* This is where you set your desired font size. The line-heights 

   and vertical margins are automatically calculated from this. 

   The percentage is of 16px (0.75 * 16px = 12px). */

   

body {
	font-size: 75%;
	color: #363636;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 1.3;
}
/* Headings

-------------------------------------------------------------- */



h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h2 {
	font-size: 1.4em;
	margin-bottom: 0.2em;
}
h3 {
	font-size: 1.3em;
	line-height: 1;
	margin: .5em .5em .2em 10px;
}
h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1em;
	font-weight:bold;
}
h5 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: .5em;
}
h6 {
	font-size: .9em;
	font-weight: bold;
}
h3 {
	clear: both;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 95%;
}
.maincontent h3 {
	color: #CC0000;
}
/* Text elements

-------------------------------------------------------------- */



p {
	margin: 0 1em .5em;
	line-height: 1.3
}
p.last {
	margin-bottom: 0;
}
p img {
	margin: 1em 1em 1em 0;
	padding: 0;
}
p img.top {
	margin-top: 0;
} /* Use this if the image is at the top of the <p>. */
img {
	vertical-align: bottom;
}
ul, ol {
	margin:0 1.5em 1.5em 1.5em;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
a {
	color: #0054a6;
	text-decoration: none;
}
a:focus,  a:hover {
	color: #0054a6;
	text-decoration: underline;
} /* 0054a6  363636*/
blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
h2, h3, h4, h5, h6, p, ul {
	margin-left: 40px;
}
/* Some default classes

-------------------------------------------------------------- */



.small {
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}
.quiet {
	color: #666;
}
.hide {
	display: none;
}
.highlight {
	background:#ff0;
}
.added {
	color:#060;
}
.removed {
	color:#900;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}
.clear {
	clear: both;
}
.padding {
	padding: 10px 0;
}
.hidden {
	position:absolute;
	left:-9990px;
	top:0px;
	width:1px;
	height:1px;
	overflow:hidden;
}
hr {
	background: #ddd;
	color: #ddd;
	clear: both;
	float: none;
	width: 100%;
	height: .1em;
	margin: 0 15px 10px 15px;
	border: none;
}
hr.space {
	background: #fff;
	color: #fff;
}
.left {
	float: left;
}
.right {
	float: right;
}
.cursor {
	cursor: pointer;
}
/* -------------------------------------------------------------- 

  

	=Layout 

		default is two columns (sidebar and main)

   

-------------------------------------------------------------- */



html {
	min-height:100%;
}
body {
	background: #eaeaea url(../images/bg.gif) repeat;
	min-height: 100%;
}
.container {
	width: 997px;
	margin: 0px auto 0 auto;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.wrap {
	min-height: 100%;
	background: url(../images/main_bg.gif) repeat-y 15px 0;
	clear: both;
	width: 997px;
	float: left
}
.content {
	background: url(../images/shadow.png) no-repeat;
	padding-right: 23px;
	float: left;
}
.maincontent {
	float: left;
	width: 697px;
	margin-left: 63px;
	background: url(../images/top_shade.png) repeat-x;
	min-height: 500px;
}
.sidebar {
	float: left;
	width: 191px;
}
#footer {
	clear: both;
	/*width: 697px;*/

	/*margin-left: 63px;*/

	text-align: center;
	padding-bottom: 5em;
	color: #b2b2b2;
	line-height: 1;
	font-size: .8em;
	padding-top: 40px;
}
#footer ul {
	margin: 0;
	margin-bottom: 2em;
}
#footer p {
	margin: 0;
}
#footer li {
	display: inline;
	list-style: none;
	vertical-align: top;
}
#footer li a, #footer li .regularpage .maincontent a {
	border-right: 1px solid #b2b2b2;
	padding: 0 .8em;
	text-decoration: none;
}
.regularpage .maincontent #footer li a:hover {
	text-decoration: underline;
}
#footer li.last a {
	border-right: none;
	padding-right: 0;
}
#footer ul.site {
	margin-bottom: 1em;
	font-size: 1.1em;
}
#footer ul.site a {
	border-right-color: #d91010;
	color: #d91010;
}
#footer ul.services a {
	color: #b2b2b2;
}
#footer img {
	margin-bottom: .5em;
}
#footer .newsletter {
	background: url(../images/envelope.gif) 5px center no-repeat;
	padding-left: 15px;
}
/* Tables

-------------------------------------------------------------- */



table {
	width: 100%;
}
th, td {
	padding: 4px 10px;
	vertical-align: top;
	text-align: center;
}
table img, table p, table input.text {
	margin: 0;
}
td p {
	text-align: left;
}
td h3 {
	margin-left: 10px;
}
/*  header elements 

-------------------------------------------------------- */

h1 {
	position: relative;
	top: 7px;
	left: 0px;
	z-index: 20;
	margin-bottom: -110px;
	float: left;
}
h1 img {
	margin: 0;
}
#utilitynav {
	height: 31px;
	float: right;
	margin-top: 5px;
}
#utilitynav ul#nav_ul {
	height: 31px;
	margin: 0;
	margin-right: 70px;
	list-style: none;
	float: right;
	background: url(../images/utility_nav_bg.gif) left top no-repeat;
	width: 432px;
	position: relative;
}
#utilitynav li {
	float: left;
}
#utilitynav ul#nav_ul li a {
	display: block;
	height: 31px;
	background-image: url(../images/utility_nav_bg.gif);
	text-indent: -9999em;
	overflow:hidden;
	font-size:1%;
	top:0;
	color: #fff;
}
/* individual nav items */

#utilitynav li#locator {
	width: 110px;
}
#utilitynav li#international {
	width: 107px;
	margin-right: 48px;
}
#utilitynav li#login {
	width: 66px;
}
#utilitynav li#myaccount {
	width: 101px;
}
#utilitynav li#locator a {
	left: 0;
	background-position: 0 0;
}
#utilitynav li#international a {
	left: 110px;
	background-position: -110px 0;
}
#utilitynav li#login a {
	left: 265px;
	background-position: -265px 0;
}
#utilitynav li#myaccount a {
	left: 331px;
	background-position: -331px 0;
}
/* hover states */

#utilitynav li#locator a:hover {
	background-position: 0 62px;
}
#utilitynav li#international a:hover {
	background-position: -110px 62px;
}
#utilitynav li#login a:hover {
	background-position: -265px 62px;
}
#utilitynav li#myaccount a:hover {
	background-position: -331px 62px;
}
/* SIGNED IN */

#utilitynav li.signedin a {
	background-position: -265px 31px !important;
}
#utilitynav li a:hover {
	background-position: left bottom;
}
#logincontain {
	position: absolute;
	z-index: 1000;
	top: 0px;
	right: 36px;
	background: url(../images/login_bg.png) no-repeat;
	display: none;
	width: 211px;
	height: 260px;
}
.loginform p, .loginform ol, .loginform fieldset, #utilitynav .loginform li, #utilitynav .loginform a {
	margin: 0;
	padding: 0;
}
#utilitynav .loginform li {
	margin-bottom: 5px;
}
.loginform p.legend {
	color: #fff;
	margin-bottom: 15px;
	margin-left: 8px;
}
.loginform p.legend img {
	margin: 0;
	margin-top: 2px;
}
#utilitynav .loginform a {
	text-decoration: underline;
	color: #fff;
}
#utilitynav .loginform a:hover {
	text-decoration: none;
}
.loginform {
	margin: 15px;
	color: #fff;
}
.loginform fieldset {
	margin-left: 10px;
}
.loginform .small {
	line-height: normal;
	margin: 0;
	padding: 0;
}
.loginform .register {
	text-align: center;
	position: absolute;
	bottom: 15px;
	width: 181px;
}
.loginform label {
	color: #fff;
}
.loginform fieldset.submit {
	text-align: center;
}
.loginform .error {
	background: #004060;
	text-align: center;
	text-transform: uppercase;
	font-size: .8em;
	padding: 3px 0;
	display: none;
}
#closelog {
	position: absolute;
	top: 42px;
	right: 20px;
	cursor: pointer;
}
/* dropdown: select country */





.dropdown {
	position: absolute;
	z-index: 1000;
	top: 4px;
	right: 293px;
	width: 220px;
	height: 254px;
}
#countrycontain {
	display: none;
}
.dropdowntop {
	background: url(../images/drop_top.png) no-repeat;
	width: 100%;
	height: 53px;
}
.dropdowntop .navtitle {
	float: right;
	margin-right: 14px;
	margin-top: 10px;
	display: inline;
}
.dropdownbody {
	background: url(../images/drop_bottom.png) left bottom no-repeat;
	min-height: 255px;
	padding-bottom: 1px;
}
.dropdownbody h3, .dropdownbody p {
	margin: 0 10px 0 20px;
	color: #fff;
	font-size: 90%;
}
.dropdownbody p {
	margin-bottom: 20px;
}
.dropdownbody a {
	color: #fff;
	padding-right: 5px;
	margin-right: 4px;
	background: url(../images/pipebar2.gif) no-repeat right center;
}
.dropdownbody a.last {
	background: none;
}
.dropdownbody a:hover {
	text-decoration: underline;
	color: #fff;
}
/* Main nav 

-------------------------------------------------------- */

#header {
	float: left;
}
#nav {
	height: 51px;
	background: url(../images/nav_bg.gif) repeat-x left top;
	margin-left: 15px;
	clear: both;
	float: left;
	position: relative;
}
#yourcart {
	background: url(../images/nav_corner_r.png) no-repeat left top;
	float: left;
	margin-right: 0px;
	height: 51px;
	width: 211px;
	text-align: center;
}
#nav ul {
	height: 51px;
	margin: 0;
	margin-left: 145px;
	margin-right: 0px;
	list-style: none;
	float: left;
	background: url(../images/nav.gif) left top;
	width: 600px;
	position: relative;
}
#yourcart img {
	padding-top: 15px;
	padding-right: 20px;
}
#nav li {
	float: left;
}
#nav li a {
	display: block;
	height: 51px;
	background-image: url(../images/nav.gif);
	text-indent: -9999em;
	overflow:hidden;
	font-size:1%;
	top:0;
}
/* individual nav items */

#nav li#women {
	width: 138px;
}
#nav li#men {
	width: 96px;
}
#nav li#kids {
	width: 126px;
}
#nav li#limited {
	width: 104px;
}
#nav li#community {
	width: 135px;
}
#nav li#women a {
	left: 0;
	background-position: 0 0;
}
#nav li#men a {
	left: 138px;
	background-position: -138px 0;
}
#nav li#kids a {
	left: 234px;
	background-position: -234px 0;
}
#nav li#limited a {
	left: 360px;
	background-position: -360px 0;
}
#nav li#community a {
	left: 464px;
	background-position: -464px 0;
	cursor:default;
}
#nav li#community ul a {
	cursor: pointer;
}
/* hover states */

#nav li#women a:hover {
	background-position: 0 bottom;
}
#nav li#men a:hover {
	background-position: -138px bottom;
}
#nav li#kids a:hover {
	background-position: -234px bottom;
}
#nav li#limited a:hover {
	background-position: -360px bottom;
}
#nav li#community a:hover {
	background-position: -464px bottom;
}
#nav li a:hover {
	background-position: left bottom;
}
li#community {
	position: relative;
}
ul#subnav {
	position: absolute;
	top: 87px;
	right: 236px;
	z-index: 30;
	float: left;
	margin: 0;
	display: block;
	width: 138px;
	height: auto;
	text-align: center;
	background: none;
	padding-bottom: 8px;
	list-style: none;
	display: none;
}
ul#subnav li {
	float: none;
	display: block;
}
ul#subnav li a {
	text-indent: 0;
	font-size: 1em;
	color: #fff;
	font-weight: bold;
	height: 25px;
	border-bottom: 1px solid #ae0505;
	line-height: 25px;
	display: block;
	top:0;
}
ul#subnav li a {
	background: url(../images/sub_nav_bg.gif) repeat-y;
}
ul#subnav li a:hover {
	text-decoration: none;
	background: url(../images/sub_nav_bg_over.gif) repeat-y;
	;
}
ul#subnav li.last a {
	border-bottom: 0;
	background:  url(../images/subnav.gif) left bottom no-repeat;
	padding-bottom: 5px;
}
ul#subnav li.last a:hover {
	background:  url(../images/subnav_over.gif) left bottom no-repeat;
}
/* =sidebar

-------------------------------------------------------------- */



.sidebar, .sidebar a {
	color: #fff;
	text-align: center;
}
h2.carttitle {
	color: #fff;
	text-transform: lowercase;
	margin-top: .3em;
	margin-bottom: .2em;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	margin-left: 0;
}
#cartitems {
	margin: 4px 3px 2px 3px;
	background: #da0a0a url(../images/gradient_2.gif) left bottom repeat-x;
	overflow: hidden;
	height: 146px;
	position: relative;
}
#cartitems ul {
	list-style: none;
	margin: 0 0 0 4px;
	width: 100%;
}
#cartitems li.empty {
	background: url(../images/empty_bg.gif) no-repeat;
}
#cartitems li {
	float: left;
	background: url(../images/cart_bg.gif) no-repeat;
	display: block;
	width: 52px;
	height: 40px;
	margin-left: 5px;
	margin-bottom: 4px;
	text-align: center;
	position: relative;
}
#cartitems li:hover {
	background: url(../images/cart_bg_over.gif) no-repeat;
}
#cartitems li.empty:hover {
	background: url(../images/empty_bg.gif) no-repeat;
}
#cartitems li .product {
	margin-top: 6px;
	margin-left: 1px;
}
#cartitems .delete {
	position: absolute;
	right: 4px;
	bottom: 4px;
}
#cartitems a.delete {
	text-indent: -999em;
	width: 12px;
	height: 12px;
	background: url(../images/delete_x.gif) no-repeat left bottom;
	display: block;
}
#scroll {
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	display: none;
}
#pageup {
	float: left;
	padding-left: 15px;
}
#pagedown {
	float: right;
	padding-right: 15px;
}
.cartsum {
	margin-bottom: 2px;
}
.cartsum p {
	margin-bottom: 0px;
	margin-left: 0 !important;
	margin-right:0 !important;
}
.sidebar p, .sidebar h2 {
	margin-left: 8px;
	margin-right: 8px;
}
.checkout {
	margin-left: -7px;
	position: relative;
	z-index: 1;
}
.sidepromo h2 {
	font-size: 1.48em;
	margin-bottom: 0;
	line-height: normal;
	text-transform: uppercase;
}
.sidepromo p {
	font-size: 1.1em;
	margin-bottom: 0;
	line-height: normal;
}
/* box in sidebar. if this element occures elsewhere, take out .sidebar */

.sidebar .box {
	text-align: left;
	margin: 5px 4px;
	background: #f19292 url(../images/gradient_3.gif) repeat-x;
	padding-bottom: 7px;
	width: 184px;
}
.sidebar .box h3 {
	background: url(../images/box_top.gif) no-repeat;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	padding: .3em 0 0 .5em;
	margin: 0;
	margin-bottom: .5em;
}
.box p {
	float: left;
	margin-left: 10px;
}
.box p.alt {
	float: left;
	width: 55%;
	font-weight: bold;
	display: inline;
	margin-left: 1.5em;
}
#gobutton {
	cursor: pointer;
}
.box.viewed {
	padding-bottom: 0;
	clear:both;
	/*2008-06-05 causing continue to become distored on billing page*/

	/*overflow: auto;*/

	overflow: hidden;
}
.viewed ul {
	margin: 10px 0 0 0;
	font-size: 1em;
	/* 2008-06-05 causing continue button to become distorted on shipping page*/

	/*overflow: auto;*/

	font-weight: bold;
}
.viewed li {
	margin: 0;
	list-style: none;
	float: left;
	width: 100%;
}
.viewed a {
	display: block;
	padding: 3px 10px 6px 10px;
}
.viewed a:hover {
	background: #f6b4b4;
	text-decoration: none;
}
.viewed a:hover {
	color: #fff;
}
.viewed .details {
	display: block;
	text-align: left;
	margin-left: 57px;
}
.viewed img {
	float: left;
	margin-right: 10px;
	margin: 0;
}
.viewed .price {
	color: #e91426;
	display: block;
}
.sidebar .chatbox {
	text-align: center;
	background: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.sidebar .chatbox h3 {
	background: none;
	font-size: 1em;
	padding: 0;
	margin-bottom: 0;
}
.sidebar .chatbox p {
	float: none;
}
.chatbox h3 a {
	background: url(../images/chat_bg.gif) no-repeat;
	display: block;
	line-height: 20px;
}
.chatbox h3 a:hover {
	background: url(../images/chat_bg_over.gif) no-repeat;
	text-decoration: none;
	color: #fff;
}
.sidebar .chatbox p {
	background: #c40808;
	margin: 0;
	font-weight: bold;
	font-size: .9em;
	padding: 5px 0;
}
/* =maincontent elements

-------------------------------------------------------------- */



/* =products */

ul.products {
	list-style: none;
	margin: 15px auto;
	width: 650px;
	padding-top: 17px;
}
.products li {
	float: left;
	margin-bottom: 8px;
	width: 108px;
	position: relative;
	text-align: center;
	height: 155px;
}
li.cattitle {
	width: 216px;
	margin-top: -15px;
}
li.cattitle h2 {
	width: 216px;
	margin-left: 0px;
}
.allproducts li.cattitle {
	width: 216px;
	margin-top: -15px;
}
.products p.image img {
	margin: 0;
}
.products p {
	text-align: center;
	margin: 0;
}
.products h3, .style, .price {
	font-size: 98%;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: bold;
}
.products span.name, .products span.image {
	display: block;
}
.products h3, .products h3 a {
	color: #cc0000;
	text-align: center;
	margin: 0;
}
.products span.name {
	color: #cc0000;
	text-align: center;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
}
.products a:hover span.name {
	text-decoration: underline;
}
.style, .style a, .price {
	color: #8c8c8c;
}
.products li.seeall {
	padding-top: 2em;
	float: right;
}
.products li.seeall p {
	text-align: right;
}
.shoepopup {
	display: none;
	position: absolute;
	z-index: 10;
	top: -5px;
	left: 0;
	background:url(../images/popup_bg.png) no-repeat;
	width: 148px;
	height: 178px;
	padding-top: 5px;
}
.shoepopup p {
	width: 135px;
	padding-top: 10px;
}
/* =promos */

.promos {
	margin: 5px auto 0 auto;
	width: 630px;
	overflow: auto;
	clear: both;
}
.promos .box {
	float: left;
	width: 200px;
	height: 170px;
	overflow: hidden;
	margin-right: 10px;
	background: #c4c4c4;
}
.promos .box h3 {
	background: url(../images/promo_box_top.gif) no-repeat;
	padding: 7px 0 0 0;
	margin: 0;
	text-align: center;
	height: 24px;
}
/* homepage flash */

.iris {
	margin-top: 0px;
	width: 707px;
	overflow: hidden;
	position: relative;
	left: -10px;
}
object.flashiris {
	position: relative;
	left: -10px;
	margin-top: 0px;
	width: 707px;
	overflow: hidden;
}
object.flash {
	position: relative;
	left: -10px;
}
img.flash {
	position: relative;
	left: -10px;
}
/* details page */



.detail {
	position: relative;
}
.productdetail {
	position: absolute;
	top: 0px;
	right: 0px;
	margin-bottom: 20px;
	width: 305px;
	height: 330px;
	background: url(../images/product_bg.gif) top left no-repeat;
}
ul.views {
	float: left;
	margin: 10px 10px 0 -235px;
	width: 120px;
}
.views li {
	list-style: none;
	float: left;
	margin-right: 1px;
}
.views li.viewtitle {
	clear: both;
}
.views li.viewtitle h3 {
	margin-left: 1px;
	margin-top: 2px;
}
.productdetail .style {
	text-transform: none;
	color: #CC0000;
}
.description {
	float: left;
	margin-left: 185px;
}
.description .price {
	font-size: 1.2em;
}
.description .sendtofriend {
	background: url(../images/envelope.gif) left 2px no-repeat;
	padding-left: 17px;
	font-size: .9em;
}
.description .sendtofriend a {
	color: #CC0000;
}
.productdetail .description {
	width: 115px;
}
.description h3, .description p {
	margin-left: 10px;
}
.productdetail .visual {
	height: 240px;
	width: 270px;
	margin-left: 20px;
}
.productdetail .visual img {
	margin-top: 10px;
}
.productdetail .visual .topview {
	margin-left: 100px;
	margin-top: 15px;
}
.productdetail .visual .sideview {
	margin-top: 100px;
	margin-left: 15px;
}
h2.name {
	position: absolute;
	top: 38px;
	left: 45px;
	z-index: 20;
	margin: 0;
}
/* choose styles; specsteps */



.specsteps {
	color: #e90f0f;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}
.specsteps a {
	color: #e90f0f;
}
.specsteps li {
	list-style: none;
	float: left;
	font-size: 1.26em;
	padding-left: 35px;
	min-height: 3px;
	line-height: 35px;
	margin-right: 8px;
	font-weight: bold;
}
#pickstyle {
	background: url(../images/1.gif) no-repeat;
	position: relative;
}
#picksize {
	background: url(../images/2.gif) no-repeat;
	width: 240px;
}
#picksize .label {
	float: left;
}
#picksize .chooser {
	width: 110px;
	float: right;
	margin-top: 8px;
}
.storelocator .chooser {
	width: 110px;
	float: left;
	margin-top: 8px;
}
#picksize .choosefield, .storelocator .choosefield {
	text-align: center;
	width: 94%;
}
.chooser {
	background: url(../images/size_tile.gif) repeat-x;
	text-transform: uppercase;
	color: #E90F0F;
	font-size: .9em;
	float: left;
	margin-right: 12px;
}
.choosefield {
	background: url(../images/size_corner.gif) no-repeat;
	float: left;
	margin-left: -5px;
	display: block;
	font-size: .7em;
	line-height: 20px;
	width: 38px;
	text-align: center;
}
.chooser img {
	vertical-align: middle;
	margin-right: -10px;
	float: right;
	position: relative;
}
#cart {
	background: url(../images/3.gif) no-repeat;
}
#cart input.submit {
	position: relative;
	margin-top: -20px;
	margin-bottom: -20px;
	z-index: 30;
}
.styles {
	margin: 0;
	color: #e90f0f;
	margin-left: 10px;
	float: left;
	margin-bottom: 10px;
}
.styles a {
	color: #e90f0f;
}
.styles li {
	float: left;
	padding: 0;
	list-style: none;
	width: 107px;
	padding-left: 10px;
	min-height: 85px;
}
.styles li h3 {
	margin-left: 0px;
	margin-bottom: 0;
}
.styles li span.name {
	clear:both;
	font-size:95%;
	font-weight:bold;
	text-transform:uppercase;
	color:#CC0000;
	line-height:1;
	margin:0.5em 0.5em 0.2em 10px;
}
.styles li a {
	text-decoration: none;
}
.styles li:hover, .currentstyle {
	background:url(../images/styles_bg.gif) no-repeat left top;
}
/* size dropdown on details page */



.chooser {
	position: relative;
}
.sizechart {
	position: absolute;
	right: -60px;
	bottom: -35px;
	clear: both;
	display: none;
	z-index:1000;
}
.sizetable {
	background: #de1014;
	text-transform: none;
	color: #fff;
	font-weight: normal;
	line-height: normal;
	text-align: center;
	width: 191px;
	clear: both;
}
.specsteps .sizetable {
	font-size: 0.9em;
}
.sizetable th {
	padding: 2px 0px 0px 0px;
	vertical-align: bottom;
}
.sizetable td {
	padding: 1px 0px;
}
.sizetable td.divider {
	height: 4px;
	padding: 0;
}
th.closesize {
	width: 20px;
	cursor: pointer;
}
.sizetable td.heading {
	padding: 0;
	vertical-align: middle;
	text-align: left;
}
.sizetable img {
	margin:0;
	float: none;
}
.sizetable input.submit {
	float: right;
	margin-top: -12px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.sizetable img.submit {
	float: right;
	margin-top: -12px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.sizetable tfoot td {
	padding: 5px 10px;
	background: url(../images/size_bottom.gif) left bottom no-repeat;
	font-size: 0.9em;
}
.sizetable tfoot td, .sizetable tfoot tr:hover td, .sizetable tfoot tr.over td {
	padding: 5px 10px;
	background: url(../images/size_bottom.gif) left bottom no-repeat;
	font-size: 0.9em;
}
.sizetable tfoot td:hover, .sizetable tfoot td.over {
	background: url(../images/size_bottom.gif) left bottom no-repeat;
}
.sizetable tfoot p {
	margin: 0;
	text-align: left;
}
.sizetable .alt td {
	background: #ff0107;
}
.sizetable td.altcol {
	background: #be0201;
}
.sizetable tr.alt td.altcol {
	background: #ea0200;
}
.sizetable .currentsize td {
	background:url(../images/size_gradient_1.gif) repeat-x !important;
}
.sizetable td.outofstock {
	background:url(../images/size_gradient_2.gif) repeat-x !important;
	color: #de1014;
	font-weight: bold;
}
.sizetable tbody.womensizes td.heading {
	background:url(../images/gradient_w.gif) repeat-y;
}
.sizetable td.divider:hover {
	background-image: none;
}
.sizetable tbody.womensizes td.divider {
	background-color: #fd5fb4;
}
.sizetable tbody.mensizes td.heading {
	background:url(../images/gradient_m.gif) repeat-y;
}
.sizetable tbody.mensizes td.divider {
	background-color: #52c4fa;
}
.sizetable tbody.childsizes td.heading {
	background:url(../images/gradient_c.gif) repeat-y;
}
.sizetable tbody.childsizes td.divider {
	background-color: #f7b344;
}
.sizetable tr:hover td, .sizetable tr.alt:hover td, .sizetable tr.over td, .sizetable tr.alt.over td, .sizetable tr.alt.over td.altcol {
	background:url(../images/size_gradient_1.gif) repeat-x;
}
.sizetable tr.alt td.altcol:hover, .sizetable tr.alt td.altcol.over {
	background:url(../images/size_gradient_1.gif) repeat-x;
}
/* size charts in sidebar */

.sizebox {
	position: relative;
}
#allsizes {
	position: absolute;
	/*top: -49px;*/

	top: 0px;
	left: -4px;
	background: #d40909 url(../images/size_top.gif) left top no-repeat;
	padding-top: 5px;
	display: none;
}
#allsizes .sizetable tfoot td {
	background: url(../images/size_bottom.png) left bottom no-repeat;
}
#allsizes h3 {
	background: none;
	float: left;
}
#closeallsizes {
	float: right;
	padding-right: 5px;
	cursor: pointer;
}
/* full category listing page */

.allproducts li {
	width: 108px;
	height: 190px
}
.allproducts li .addtocart {
	bottom: 0;
	left: 5px;
	margin: 5px 0px 5px 0px;
}
.addtocart {
	width: 90px;
	margin: 10px 20px 5px 20px;
}
.addtocart input.add {
	vertical-align: middle;
	float: left;
	position: static;
}
.addtocart img {
	float: left;
}
/*-------------------------------------------------------- */





/* CHECKOUT & MY ACCOUNT PAGES

-------------------------------------------------------------- */



/* =FORMS 

-------------------------------------------------------- */

form fieldset {
	padding-left: 25px;
}
form ol {
	list-style: none;
}
form.infoform {
	margin-top: 30px;
}
.regularpage form.infoform {
	margin-left: 15px;
	margin-bottom: 50px;
}
.cartpopup form.infoform {
	margin-top: 0px;
}
.infoform ol {
	margin: 0;
	overflow: auto;
	font-size: 1.1em;
}
form ol li.padding {
	padding: 5px 0 10px 0;
}
label {
	/*font-weight: bold;*/

	margin-right: 5px;
	color: #808080;
}
label.label {
	display: block;
	float: left;
	width: 70px;
	margin-right: 5px;
	text-align: right;
	line-height: 25px;
}
label.label80 {
	width: 80px;
}
label.largelabel {
	width: 100px;
}
label.auto {
	width: auto;
}
input.text, select, textarea {
	border: 2px solid #9b9999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-bottom: 5px;
}
input.text {
	width: 155px;
}
input.small {
	width: 25px;
	text-align: center;
}
input.smalltxt {
	width: 70px;
}
input.largetxt {
	width: 245px;
}
select.smallselect {
	width: 80px;
}
select.month {
	margin-right: 0;
}
textarea {
	width: 353px;
	height: 25px;
}
.altcheck {
	margin-left: 60px;
}
.largecheck {
	margin-left: 110px;
}
.legend {
	color: #CC0000;
	font-weight: bold;
	margin: 0px 0px 0px 25px;
	font-size: 1.2em;
}
.infoform p.legend {
	color: #CC0000;
	margin: 5px 0px 20px 25px;
	float: none;
	font-weight: normal;
}
fieldset p.giftnote {
	float: none;
	margin-left: 85px;
}
span.giftnote {
	display: block;
	clear: both;
	margin-left: 85px;
}
label.nickname {
	padding-left: 1em;
}
input.phone {
	width: 50px;
	margin-right: 0;
}
fieldset.promobox {
	margin-left: 35px;
	margin-bottom: 4px;
}
.cartpopup fieldset.promobox label {
	color: #333;
	font-size: .9em;
	font-weight: normal;
}
fieldset.promobox p {
	margin-left: 25px;
	font-size: .9em;
	float: none;
}
div.erromessage {
	background: #ffa7a9;
	color: #CC0000;
	text-transform: uppercase;
	margin: 0px 11px 0 27px;
	padding: 0px 0px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}
div.erromessage p {
	float: none;
}
label.invalid {
	color: orange;
}
input.invalid {
	border-color: orange;
}
label.error {
	color: red;
}
input.error {
	border-color: red;
}
select.invalid {
	color: orange;
}
select.error {
	border-color: red;
}
.infoform li {
	margin-bottom: 2px;
	clear: both;/*overflow: hidden;*/

}
.infoform p {
	margin-left: 0;
	float: left;
	margin-bottom: 0;
}
.security {
	position: relative;
}
.security a {
/*	position: absolute;

	top: 20px;

	right: 90px;

	font-size: .8em;*/

}
fieldset.account {
	margin-top: 5px;
}
fieldset.account li {
	float: left;
	clear: none;
	width: 50%;
}
fieldset.account h3 {
	text-transform: none;
	margin-left: 0;
}
fieldset.account p {
	font-size: .9em;
	width:400px;
}
fieldset.shipping {
	color: #808080;
	font-weight: bold;
	width: 195px;
	border: 2px solid #808080;
	padding: 0;
	margin-bottom: 10px;
	float: right;
	margin-right: 10px;
}
fieldset.shipping ol {
	margin: 10px;
}
fieldset.shipping li {
	margin-bottom: 2px;
}
fieldset.shipping h3 {
	text-align: center;
	margin-bottom: 10px;
	font-size: 1.2em;
}
fieldset.shipping p {
	margin: 0;
}
fieldset.shipping p.price {
	float: right;
	text-transform: none;
}
fieldset.shipping p.total {
	float: right;
	margin: 0;
}
fieldset.shipping p.total strong {
	color: #333;
}
fieldset.shipping .selectfloat {
	float: right;
	margin: 0;
}
.card {
	clear: both;
}
li.addressoptions {
	margin-top: 55px;
}
label.wraplabel {
	width: 95px;
	line-height: 1.2;
	text-align: left;
	font-size: 1.1em;
	float: left;
}
label.saveaddress {
	margin-right: 50px;
}
label.nameaddress {
	width: 90px
}
input.wrapcheck {
	float: left;
}
input.wraptext {
	margin-top: 10px;
}
fieldset.submit2 {
	margin-bottom: 10px;
	width: 275px;
}
fieldset.submit2 input.submit {
	float: right;
}
/* end forms */





#pop_up_bg {
	1display: none;
	background: url(../images/fade.png);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:100;
}
/* =cartpopup */

.cartpopup {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	1display: none;
	z-index:110;
}
.ajax_loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	1display: none;
	z-index:2000;
	background-color:#000;
	filter:alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}
#aj_loader {
	position: absolute;
	top: 30%;
	left: 45%;
	background:none;
}
.ajax_help {
	margin:30px auto;
}
.ajax_help table {
	width:100%;
	height:678px;
	background:none;
}
.ajax_help table td {
	vertical-align:middle;
	text-align:center;
	background:none;
}
/*

.carthelp {

	width: 785px;

	height: 678px;

	margin: 30px auto; 

	margin-top: 0px;

}



.cartpopup a {

	text-decoration: underline;

	color: #d10015;

}



.cartpopup a:hover {

	text-decoration: none;

}



.carttop {

	padding: 0px 75px 0 55px;

	text-align: center;

	height: 169px;

	background: url(../images/cart_top.gif) no-repeat;

	margin: 0 auto;

}



 .carthead {height:90px;padding-top:38px;}



.cartwrap {

	background: url(../images/cart_shade_tile.gif) repeat-y;

	overflow: hidden;

	position: relative;

}



.cartpopup .dropshadow {

	background: url(../images/gradient_4.gif) no-repeat;

	margin-left: 18px;

	padding-left: 26px;

	padding-right: 64px;

	overflow: hidden;

}



.cartfoot {

	background:url(../images/cart_bottom.gif) no-repeat;

	height: 80px;

}

*/





.carthelp {
	width: 729px;
	min-height:570px;
	margin: 30px auto;
	margin-top: 5px;
	background: #fff url(../images/cart_shade_tile2.gif) repeat-y;
}
.cartpopup a {
	text-decoration: underline;
	color: #d10015;
}
.cartpopup a:hover {
	text-decoration: none;
}
.carttop {
	padding: 0px 37px 0 37px;
	text-align: center;
	height: 169px;
	background: url(../images/cart_top3.gif) no-repeat;
	margin: 0 auto;
}
.carthead {
	height:90px;
	padding-top:33px;
}
.cartwrap {
	overflow: hidden;
	position: relative;
}
.cartpopup .dropshadow {
 1background: url(../images/gradient_4.gif) no-repeat;
	padding-left: 10px;
	padding-right: 26px;
	overflow: hidden;
}
.cartfoot {
	background:url(../images/cart_bottom2.gif) no-repeat;
	height: 43px;
}
.cartpopup h3 {
	color: #CC0000;
}
.carthead img {
	float: left;
}
#cartlogo {
	margin-left: 95px;
}
#checkouttxt {
	padding-top: 15px;
	padding-left: 10px;
}
#close {
	float: right;
	padding-right: 10px;
	position: relative;
	top: 10px;
	cursor: pointer;
}
#shoptxt {
	float: right;
	padding-right: 10px;
	position: relative;
	top: 50px;
}
/* checkout steps */

.steps {
	clear: left;
	list-style: none;
	margin: 0px 0 0px 0;
	overflow: hidden;
	width: 100%;
	text-transform: lowercase;
	font-size: 1.2em;
}
.steps li {
	float: left;
	line-height: 30px;
	font-weight: bold;
	width: 163px;
	text-align: center;
	color: #d70015;
	background: #dddddd;
}
.steps li span {
	color: #fff;
	padding-right: 7px;
	font-weight: normal;
	font-family: "Franklin Gothic Heavy", Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
}
.steps li.last {
	width: 166px;
}
.steps li.current, .steps li.done {
	background-color: #ffa8a9;
	color: #fff;
	text-decoration:none;
}
.selectfloat {
	float: left;
	margin: 0 20px;
}
fieldset.buttons {
	clear: both;
	float: right;
	width: 61%;
	text-align: right;
	padding-left: 0;
}
fieldset.buttons {
	padding-left: 0;
}
.cartpopup fieldset .button {
}
.cartpopup .submit {
	margin-left: 10px;
	margin-right: 40px;
}
/* table */



.scrollbar {
	/*height: 300px;*/

	/*height:164px;*/

	height: 240px;
	overflow: auto;
	margin-right: 11px;
	margin-left: 11px;
}
.scrollbaralt {
	/*height: 400px;*/

	height:300px;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-left: 27px;
}
table.tabledata {
	margin-left: 30px;
	padding: 4px 5px;
	width: 90%;
	margin-bottom: 1em;
}
.cartpopup table.tabledata {
	width: 608px;
}
table.tabledata caption {
	margin-left: 30px;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 30px;
}
.cartpopup table.tabledata caption {
	margin-top: 0px;
}
table.tabledata td.center, table.tabledata th.center {
	text-align: center;
}
table.tabledata th {
	color: #664344;
	text-transform: lowercase;
	text-align: left;
	background-color: #ffa8a9;
}
table.tabledata h3 {
	text-transform: none;
	font-size: 1.2em;
}
.cartpopup table.tabledata th {
	color: #969696;
	background-color: #fff;
	font-weight: normal;
}
table.tabledata td {
	text-align: left;
	padding: 5px 5px;
}
table.tabledata tr.ship td {
	padding-top: 0;
	padding-bottom: 5px;
}
table.tabledata tr.alt td {
	background-color: #ffeeee;
}
table.tabledata a.blocklink {
	font-size: .9em;
	vertical-align: bottom;
	display: block;
	margin-top: .2em;
}
table .gift {
	clear:both;
}
.hackersafe {
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 10px;
	color: #d10015;
	font-size: .9em;
	margin-bottom: 0;
	position: absolute;
	bottom:0;
}
.hackersafe img {
	float: left;
	margin-top: 5px;
	margin-bottom:  0;
}
.hackersafe span {
	float: left;
	margin-top: 25px;
	margin-bottom:  0;
}
p.totals, p.checkout {
	float: right;
}
p.totals {
	font-weight: bold;
	margin-right: 60px;
	margin-top: 0;
	font-size: 1.25em;
}
p.totals span {
	padding-right: 20px;
	display: block;
	float: left;
	width: 145px;
}
.help {
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 20px;
}
/* options info */

.options {
	list-style: none;
	margin: 0 0 1em 0;
	overflow: hidden;
	line-height: 1.6;
	clear: both;
}
.options h2, .options h3, .options h4, .options h4, .options p {
	margin-left: 0;
}
.options h4 {
	margin: 0;
}
.options li {
	float: left;
	margin-right: 37px;
	clear: none;
}
.options li p {
	margin-bottom: 1em;
	float: none;
}
.options li a {
	text-decoration: underline;
}
.options li a:hover {
	text-decoration:none;
}
.forgot {
	padding-left: 10px;
	font-size: .8em;
}
.infoform p.fieldlink {
	margin-left: 80px;
	clear: both;
}
h2.thankyou {
	font-size: 1.5em;
	margin-bottom: 20px;
}
h3.orderdetail {
	text-transform: none;
	color: #333;
	font-size: 1.2em;
	margin-left: 25px;
	margin-bottom: 10px;
	margin-top: -10px;
}
.keepshopping {
	margin-left: 2em;
	margin-top: 2em;
}
/* account pages */





.pagetitle {
	margin-top: 30px;
}
h3.pagesubtitle {
	text-transform: none;
	font-size: 1.8em;
	margin-bottom: 10px;
	margin-top: 0;
	font-weight: normal;
	font-family: Helvetica;
}
.regularpage .maincontent p, .regularpage .maincontent li {
	color: #808080;
}
.regularpage .maincontent a {
	color: #CC0000;
	text-decoration: underline;
}
.regularpage .maincontent a:hover {
	text-decoration: none;
}
.regularpage .maincontent h4 {
	color: #CC0000;
	margin-bottom: 20px;
	margin-top: 30px;
}
.regularpage .maincontent form li p {
	margin-left: 0;
}
.regularpage .maincontent table h3, .regularpage .maincontent table h3 {
	margin-left: 0;
}
.regularpage .maincontent .largelabel {
	width: 135px;
}
.regularpage .maincontent fieldset.submit {
	width: 265px;
	float: right;
}
.regularpage .maincontent fieldset.submit2 {
	margin-bottom: 50px;
	width: 235px;
}
.regularpage .maincontent fieldset.submit2 input.submit {
	float: right;
}
.regularpage .maincontent .promobox {
	clear: both;
	margin-top: 1em;
}
.regularpage .maincontent h4 .optional {
	color: #333;
	font-size: 1em;
	font-weight: normal;
}
.regularpage .maincontent p.small {
	font-size: .9em;
}
.actions {
	list-style: none;
	float: left;
}
.actions li {
	margin-bottom: .5em;
	margin-left: 40px;
}
.regularpage .maincontent ul.actions {
	margin-left: 0;
	margin-top: 25px;
}
.return {
	float: right;
	margin-top: 30px;
	margin-right: 30px;
}
.ordermeta {
	color: #808080;
	font-size: 1.2em;
}
.ordermeta span {
	margin-right: 2em;
	color: #333;
	font-weight: bold;
}
.ordermeta strong {
	color: #888;
}
.ordermeta img {
	margin: 0;
	margin-left: 10px;
}
.regularpage .totals {
	margin-right: 75px;
	margin-bottom: 30px;
}
.returnreason {
	width: 630px;
}
.returnreason .label {
	color: #333;
}
.returnreason .largeselect {
	width: 480px;
	margin-top: 5px;
}
.returnreason input.submit {
	float: right;
	clear: both;
	padding-right: 10px;
}
.changepass {
	width: 427px;
	margin-top: 30px;
}
.changepass li.padding {
	padding-top: 20px;
}
.alertform {
	width: 610px;
}
.alertform fieldset.submit {
	margin-top: 30px;
}
p.pullup {
	margin-top: -20px;
}
.regularpage fieldset.addresses {
	margin-left: 40px;
	padding-left: 0;
}
/* =email a friend */



.emailpopup {
}
.emailhelp {
	width: 710px;
	margin: 30px auto;
}
.emailpopup .dropshadow {
	margin-left: 19px;
	padding-left: 33px;
	padding-right: 73px;
	overflow: hidden;
	background: url(../images/email_gradient.gif) no-repeat;
	min-height: 300px;
}
.emailpopup a {
	text-decoration: underline;
	color: #d10015;
}
.emailpopup a:hover {
	text-decoration: none;
}
.emailtop {
	padding: 0px 73px 0 52px;
	text-align: center;
	height: 111px;
	margin: 0 auto;
	background: url(../images/email_bg.gif) top left no-repeat;
}
.emailwrap {
	/*background: url(../images/email_shade_tile.png) repeat-y;*/

	overflow: hidden;
	position: relative;
}
.emailfoot {
	background:url(../images/email_bottom.gif) no-repeat;
	height: 80px;
	position: relative;
	top: -8px;
}
.emailhead {
	padding-top: 51px
}
.emailpopup h3 {
	color: #CC0000;
}
.emailhead img {
	float: left;
}
#emaillogo {
	margin-left: 195px;
}
#checkouttxt {
	padding-top: 15px;
	padding-left: 10px;
}
#checkout:hover {
	cursor: pointer;
}
.emailpopup #close {
	float: right;
	padding-right: 10px;
}
form.emailform {
	width: 244px;
	float: left;
	margin-top: 20px;
}
form.emailform p {
	color: #808080;
	margin-left: 25px;
}
form.emailform fieldset, form.emailform ol {
	margin: 0;
}
form.emailform fieldset.submit {
	text-align: center;
	padding-right: 60px;
	padding-top: 20px;
}
form.emailform fieldset.buttons {
	margin-right: 20px;
}
form.emailform label.label {
	display: block;
	float: none;
	line-height: 20px;
	margin-right: 0px;
	text-align: left;
	width: auto;
}
form.emailform .text {
	width: 190px;
}
form.emailform .textarea {
	width: 200px;
}
form.emailform .size {
	margin-top: 20px;
}
form.emailform .chooser {
	width: 178px;
}
form.emailform .choosefield {
	padding-left: 75px;
}
form.emailform .sizetable {
	color: #fff;
}
.emaildetail {
	float: left;
	background: url(../images/email_product_bg.gif) no-repeat;
	height: 299px;
	width: 341px;
}
.emaildetail .visual {
	margin: 10px;
}
.emaildetail h2 {
	margin-left: 10px;
	font-size: 3.2em;
	color: #CC0000;
	letter-spacing: -2px;
}
.emaildetail .description {
	margin-left: 60px;
	color: #808080;
}
.thankyou {
	text-align: center;
	width: 400px;
	margin: 0 auto;
}
.thankyou h2, .thankyou p {
	margin-left: 10px;
}
.thankyou h2 {
	margin-top: 35px;
	margin-bottom: 10px;
}
.thankyou h3 {
	color: #808080;
	text-transform: none;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 20px;
	margin-left: 10px;
}
.thankyou p {
	text-align: left;
	color: #808080;
}
.newsletterform input.submit {
	margin-top: 5px;
}
/* =generic pages */



.regularpage .content {
	padding-bottom: 50px;
}
.genericpage .content {
	background:url(../images/shadow3.png) no-repeat;
}
.bridalpage .content {
	background:url(../images/shadow_bridal.png) no-repeat;
}
.simplelist {
	margin-left: 60px;
	margin-top: 10px;
}
h3.subtitle, h4.subtitle {
	text-transform: none;
	font-size: 1.4em;
	margin-top: 30px;
	margin-bottom: 15px;
}
.regularpage h4.smallheading, .genericpage h4.smallheading {
	color: #808080;
	margin-top: 15px;
	margin-bottom: 0;
}
.aboutus p {
	font-weight: bold;
	margin-left: 80px;
	margin-right: 242px;
	margin-bottom: 20px;
	line-height: 1.6em;
}
.aboutus .pullup {
	margin-top: -30px;
}
.bridallist {
	float: left;
	margin-left: 60px;
	margin-top: 25px;
}
.bridallist img {
	margin-bottom: 60px;
}
.decolist {
	margin-top: 0px;
	margin-left: 12px;
}
.decolist li {
	list-style: none;
	background: url(../images/deco_1.gif) no-repeat;
	padding-left: 45px;
	padding-bottom: 15px;
	color: #d80909;
	font-size: 1.7em;
}
.regularpage .decolist li {
	color: #d80909;
}
.decolist li.deco2 {
	background: url(../images/deco_2.gif) no-repeat;
}
.decolist li.deco3 {
	background: url(../images/deco_3.gif) no-repeat;
}
.decolist li.deco4 {
	background: url(../images/deco_4.gif) no-repeat;
}
.bridal .photos {
	float: right;
	margin-right: 20px;
}
/* events page */



.eventphoto {
	float: left;
	margin-top: 40px;
}
.eventtitle {
	float: left;
	margin-left: 20px;
	display: inline;
}
.eventlist {
	float:left;
	margin-left:41px;
	margin-top:25px;
	display: inline;
}
.listtitle {
	margin-left: 10px;
}
.listtitle img {
	margin-bottom: 0px;
}
.eventnotes {
	clear: both;
	margin-left: 20px;
}
/* end events page */



/* store locator */



.storelocator .content {
	background:url(../images/shadow3.png) no-repeat;
	position: relative;
}
.locatorform {
	min-height: 300px;
	margin-top: 30px;
	margin-left: 30px;
	float: left;
	width: 46%;
}
#locatorcity {
/*visibility: hidden;*/

}
.locatorform .smalltxt {
	margin-top: 5px;
}
.locatorform .submit {
	margin-bottom: -5px;
}
.regularpage .maincontent .locatorform h2 {
	margin-left: 0;
	color: #666666;
}
.locatorform fieldset {
	margin-bottom: 30px;
}
.locatorform .label {
	text-transform: uppercase;
	color: #CC0000;
	margin-top: 5px;
	text-align: right;
	width: 65px;
	font-size: 1.2em;
	font-weight: bold;
	margin-right: 10px;
}
.locatorform .chooser {
	width: 150px;
}
.chooseoptions {
	display: none;
}
.chooseoptions ul {
	list-style: none;
	color: #fff;
	text-transform: none;
	width: 167px;
	margin: 0;
	margin-left: -5px;
	clear: both;
	position: absolute;
	top: 0;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.25em;
	z-index: 300;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 350px;
}
.chooseoptions ul li {
	float: left;
	width: 100%;
}
.regularpage .maincontent .chooseoptions a {
	color: #fff;
	text-decoration: none;
}
.chooseoptions ul a {
	background: #f42805;
	display: block;
	padding-left: 23px;
}
.chooseoptions ul a:hover {
	background: #b81c01 url(../images/checked.gif) no-repeat 5px 0px;
}
.chooseoptions ul li.checked a {
	background: #b81c01 url(../images/checked.gif) no-repeat 5px 0px;
}
.chooseoptions ul li.first a {
	background: url(../images/locator_top.gif) no-repeat;
}
.chooseoptions ul li.last a {
	background: url(../images/locator_bottom.gif) left bottom no-repeat;
}
.chooseoptions ul li.first a:hover {
	background: url(../images/locator_top_active.gif) no-repeat;
}
.chooseoptions ul li.last a:hover {
	background: url(../images/locator_bottom_active.gif) left bottom no-repeat;
}
.chooseoptions ul .checked#firststate a, .chooseoptions ul .checked#firstcity a {
	background: url(../images/locator_top_active.gif) no-repeat;
}
.chooseoptions ul .checked#laststate a, .chooseoptions ul .checked#lastcity a {
	background: url(../images/locator_bottom_active.gif) left bottom no-repeat;
}
/* locator results */



.results {
	float: left;
	width: 346px;
	margin-top: -50px;
	padding-bottom: 30px;
	background: url(../images/results_bottom.png) left bottom no-repeat;
}
.resultscroll {
	float: left;
	width: 330px;
	height: 290px;
	overflow: auto;
	background: url(../images/results_tile.gif) repeat-y;
}
.resultshead {
	background: url(../images/results_top.png) left top no-repeat;
	overflow: hidden;
	width: 100%;
	height: 45px;
}
.resultshead p {
	float:left;
	margin-top: 25px;
	font-weight: bold;
}
.results table, .maincontent .results p, .maincontent .results a {
	color: #fff;
}
.results thead th {
	height: 45px;
	text-transform: uppercase;
}
.results td.address {
	vertical-align: bottom;
	border-left: 1px solid #fff;
}
.results .address p {
	float: left;
	padding-right: 10px;
	vertical-align: bottom;
}
.results p.map {
	vertical-align: bottom;
}
.results table {
 1background: url(../images/results_bottom.png) left bottom no-repeat;
	position: relative;
	clear: both;
}
.results tbody td {
	padding-bottom: 25px;
}
.results td.city {
	text-decoration: underline;
}
/* Events */



.eventsnav {
	list-style: none;
	overflow: auto;
	height: 35px;
	margin-top: 20px;
}
.eventsnav li {
	float: left;
	line-height: 35px;
	width: 150px;
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
}
.eventsnav li a, .regularpage .maincontent .eventsnav li a {
	color: #d7b3b3;
	text-decoration: none;
}
.eventsnav li a:hover, .regularpage .maincontent .eventsnav li a:hover {
	color: #fff;
}
.eventsnav li a {
	background:url(../images/eventsnav_bg.gif) no-repeat -25px top;
	display: block;
	border-left: 1px solid #863939;
}
.eventsnav li a:hover {
	background:url(../images/eventsnav_bg.gif) no-repeat -25px bottom;
}
.eventsnav li.first a {
	background:url(../images/eventsnav_bg.gif) no-repeat 0 top;
	display: block;
	border-left: none;
}
.eventsnav li.first a:hover {
	background:url(../images/eventsnav_bg.gif) no-repeat 0 bottom;
}
.eventsnav li.last a {
	background:url(../images/eventsnav_bg.gif) no-repeat right top;
	display: block;
}
.eventsnav li.last a:hover {
	background:url(../images/eventsnav_bg.gif) no-repeat right bottom;
}
.eventsnav .active#retailer a {
	background:url(../images/eventsnav_bg_over.gif) no-repeat 0 bottom;
	color: #fff;
}
.eventstable {
	margin-left: 40px;
	width: 600px;
}
.eventstable td, .eventstable th {
	text-align: left;
	color: #666666;
}
.eventstable th {
	font-size: 1.8em;
}
.eventstable td {
	background: #ffeeee;
}
.eventstable tr.alt td {
	background: none;
}
/* press pages*/

.presslist {
	margin-bottom: 20px;
	margin-left: 65px;
	margin-right: 0;
}
.presslist li {
	float: left;
	list-style: none;
	margin-right: 65px;
	position: relative;
}
.presslist li.season {
	float: none;
	margin-bottom: 10px;
	clear: both;
}
.presslist li.season h3 {
	color: #666;
	font-size: 1.2em;
	margin-left: 0;
}
.presslist p.caption {
	color: #666;
	margin-left: 0;
	margin-top: 10px;
}
p.caption .date {
	display: block;
	text-transform: uppercase;
}
.pressitem div {
	display: none;
}
.presspop {
	background: url(../images/press_bg.png) no-repeat;
	width: 445px;
	height: 545px;
	position: absolute;
	top: -23px;
	left: -28px;
	z-index: 20;
	display: block;
}
.presspop img {
	margin-top: 33px;
	margin-left: 38px;
}
/* celebrity page */

.column {
	width: 50%;
	float: left;
	display: inline;
}
.column.text {
	width: 55%;
}
.column.photos {
	width: 40%;
	margin-left: 20px;
}
.specialtitle {
	font-size: 1.5em;
}
.exclusivelist {
	margin-top: 20px;
}
.exclusivelist li {
	list-style: none;
	background: url(../images/deco_1.gif) no-repeat;
	padding-left: 45px;
	padding-bottom: 15px;
}
.exclusivelist li.deco2 {
	background: url(../images/deco_2.gif) no-repeat;
}
.exclusivelist li.deco3 {
	background: url(../images/deco_3.gif) no-repeat;
}
.exclusivelist li.deco4 {
	background: url(../images/deco_4.gif) no-repeat;
}
.celebpage .addtocart {
	float: left;
	margin: 0;
	width: 50%;
	margin-top: 20px;
}
.celebpage .addtocart h3, .celebpage .addtocart p {
	margin-left: 0;
	text-align: left;
}
.celebpage .addtocart h3 {
	text-transform: none;
}
.celebpage .pagetitle {
	margin-left: 20px;
}
.addtocart.oscar {
	float: right;
	margin-top: -95px;
}
.addtocart.grammy {
	margin-left: 20px;
	width: 36%;
}
.addtocart.mensevent {
	margin-left: 55px;
}
/* history */





.historynav {
	list-style: none;
	overflow: auto;
	margin-top: -40px;
	margin-left: 70px;
}
.historynav li {
	float: left;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
	font-size: 1em;
}
.historynav li a, .regularpage .maincontent .historynav li a {
	color: #fff;
	text-decoration: none;
}
.historynav li a {
	background:url(../images/historynav_bg.gif) no-repeat -25px top;
	display: block;
	line-height: 20px;
	border-right: 1px solid #b31b1b;
	padding: 0 8px;
}
.historynav li a:hover {
	background:url(../images/historynav_bg.gif) no-repeat -5px -25px;
}
.historynav li.last a {
	background:url(../images/historynav_bg.gif) no-repeat right top;
	display: block;
	padding-right: 13px;
	border: none;
}
.historynav li.last a:hover {
	background:url(../images/historynav_bg.gif) no-repeat right -25px;
}
.historynav li.active a {
	background:url(../images/historynav_bg.gif) no-repeat -5px -25px;
}
.historynav li.last.active a {
	background:url(../images/historynav_bg.gif) no-repeat right -25px;
}
.history {
	font-weight: bold;
	margin-left: 80px;
	margin-right: 220px;
	margin-bottom: 20px;
	color: #5f5f5f;
}
.regularpage .maincontent .history p {
	color: #5f5f5f;
}
.history p {
	margin-left: 0px;
	line-height: 1.6em;
}
.history .pullup {
	margin-top: -30px;
}
.history .date {
	width: 30%;
}
.history .story {
	width: 60%;
	font-size: 1.2em;
	margin-left: 15px;
}
.history .story p {
	line-height: 1.2em;
}
#closecountry {
	position: absolute;
	top: 33px;
	right: 15px;
	cursor: pointer;
}
.viewed.empty {
	min-height: 105px;
	background: none;
}
.innercontent {
	min-height: 500px;
}
label.login {
	width:82px;
}
div.high-z {
	z-index:20;
}
#countrycontain .dropdown {
	min-height: 305px;
}
#countrycontain .chooseoptions ul {
	height: 240px;
}
#countrycontain .choosefield {
	width: 127px;
	font-size: 1em;
	background-image: url(../images/size_corner2.gif);
}
#countrycontain .dropdown {
	height: 305px;
}
#countrycontain .chooser {
	width:150px;
}
#countrycontain .chooseoptions ul a {
	margin-right: 0;
}