/*************************************************************
 ** Global reset
 *************************************************************/
html, body, h1, h2, h3, h4, div, p, img, table, caption, th, td, dl, dt, dd, ol, ul, li, form, button, abbr
{
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
}
body, a
{
	color: #333;
}
body, h1, h2, h3, h4, td, th, button, dt, dd, caption
{
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", Geneva, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
}
a
{
	text-decoration: none;
}
ol, ul
{
	list-style-type: none;
}
dfn
{
	font-style: italic;
}

/*************************************************************
 ** Page
 *************************************************************/
html
{
	background: #fff url('../image/background') fixed top repeat-x;
}
body
{
	width: 76.2em;	/* .2 to allow for border of left navigation */
	padding: 1em;
	margin: auto;
}
#ieHack
{
	width: 76.2em;
}
p
{
	margin: 1em 0;
}
p a
{
	text-decoration: underline;
}
a[href ^= 'http']
{
    padding-right: 18px;
    background-image: url('../image/external-link');
    background-repeat: no-repeat;
    background-position: center right;
}
a[href *= 'urbanbody'],
a[href *= 'local']
{
	padding-right: 0;
	background-image: none;
}

/*************************************************************
 ** Header
 *************************************************************/
#header
{
	text-align: right;
	min-height: 63px;
	margin-bottom: 1em;
	position: relative;
}
#header h1
{
	float: left;
}
#header h1 a
{
	background: url('../image/logo-transparent') no-repeat;
	width: 170px;
	height: 63px;
	display: block;
}
#header h1 span
{
	top: -900em;
	position: relative;
}
#tagline
{
	font-size: 3em;
	color: #888;
}

/*************************************************************
 ** Navigation and Order summary
 *************************************************************/
.navigation,
#orderSummary
{
	width: 15em;
	margin: 0 1em 1em 0;
	float: left;
	clear: left;
	border: 1px solid #b2b2b2;
}
.navigation h2,
#orderSummary caption
{
	font-size: 16px;
	text-align: left;
	background-color: #fdd768;
	padding: 0 .25em;
}
.navigation ol
{
	border-top: 1px solid #b2b2b2;
}
.navigation ol ol
{
	border-top: none;
}
.navigation ol ol a
{
	padding-left: 1em;
}
.navigation li
{
	line-height: 1.75em;
}
.navigation a
{
	padding-left: .25em;
	display: block;
}
.navigation .current a
{
	background: url('../image/location') center right no-repeat;
	color: #2B331F;
}
.navigation a:hover
{
	background-color: #dedede;
	color: #000;
}
#orderSummary table
{
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #b2b2b2;
}
#orderSummary th,
#orderSummary td
{
	padding: .25em .25em 0 .25em;
	vertical-align: top;
	line-height: 1.2;
}
#orderSummary .price,
#orderSummary .total,
#orderSummary .subtotal
{
	padding-left: .5em;
}
#orderSummary a
{
	float: right;
	margin: .5em .25em .25em .25em;
}
#orderSummary a.forward
{
	font-size: smaller;
}

/*************************************************************
 ** Content
 *************************************************************/
#content
{
	width: 60em;
	float: right;
}
#content h1
{
	font-size: 16px;
	background-color: #fdd768;
	margin-bottom: 1em;
	padding: 0 .25em;
	border: 1px solid #b2b2b2;
}
#content h2
{
	font-size: 14px;
	border-bottom: 1px solid #b2b2b2;
	margin-bottom: 1em;
}

/*************************************************************
 ** Footer
 *************************************************************/
#footer
{
	clear: both;
	padding-top: 2em;
	text-align: center;
}
#footer ul
{
	margin-bottom: .5em;
}
#footer ul li
{
	display: inline;
	padding: 0 1em;
}
#footer a
{
	text-decoration: underline;
}

 /*************************************************************
 ** Site seal
 *************************************************************/
 #site-seal
 {
 	clear: both;
 	padding-top: 3em;
 }
 #site-seal a
{
	position: relative;
	display: block;
	margin-left: auto;
	padding-right: 0 !important;	/* override offsite links */
	border: 0;
	width: 81px;
	height: 63px;
	background: transparent url('https://www.digicert.com/custsupport/showsiteseal_new.php?order_id=00134395&type=order&seal_size=large&hostaddr=&order_type=ov&seal_color=blue&newsmall=0') no-repeat top left;
	text-decoration: none;
}
#site-seal span
{
	display: block;
	position: absolute;
	font-size: 9px;
	font-family: sans-serif;
	top: 35px;
	left: 33px;
	color: #423c42;
}

/*************************************************************
 ** Buttons
 *************************************************************/
.forward, .reverse, .change
{
	cursor: pointer;
	border-style: solid;
	border-width: .5em .75em;
	border-radius: 1em;
	-webkit-border-radius: 1em;
	line-height: normal;
}
.forward
{
	background-color: #76b900;
	border-color: #76b900;
	color: #fff;
}
.reverse
{
	background-color: #3366cc;
	border-color: #3366cc;
	color: #fff;
}
.change
{
	background-color: #878f99;
	border-color: #878f99;
	color: #fff;
	font-size: smaller;
}

/*************************************************************
 ** Images
 *************************************************************/
 img[src $= '/small']
 {
 	width: 150px;
 	height: 200px;
 }
 img[src $= '/medium']
 {
 	width: 300px;
 	height: 400px;
 }
 img[src *= '/alternate']
 {
 	width: 215px;
 	height: 286px;
 }
 img[src *= '/lifestyle/']
 {
	width: 500px;
	height: 666px;
 }

/*************************************************************
 ** Style list
 *************************************************************/
ol.styles li
{
	text-align: center;
	width: 19em;
	padding: 0 1em 1em 0;
	float: left;
	white-space: nowrap;   /* single line, truncated */
	overflow: hidden;
}
ol.styles a span
{
	display: block;
}
ol.styles img
{
	margin: .25em 0;
}
ol.styles h2
{
	margin-bottom: 0 !important;
	border-bottom: none !important;
	font-size: 12px !important;
}

/*************************************************************
 ** Order
 *************************************************************/
table.order thead th
{
	border-bottom: 1px solid #b2b2b2;
	white-space: nowrap;
}
table.order .price,
table.order .total,
table.order .subtotal
{
	text-align: right;
}
table.order .description
{
	text-align: left;
}
table.order tfoot th
{
	text-align: right;
}
table.order tfoot .subtotal
{
	border-top: 1px solid #b2b2b2;
}
table.order tfoot .total
{
	border-top: 3px double #b2b2b2;
}

/*************************************************************
 ** Style detail
 *************************************************************/
.styleDetail dt
{
	float: left;
	width: 5em;
}
.styleDetail dt:after
{
	content: ':';
}
.styleDetail dd
{
	margin-left: 5.5em;
}

/*************************************************************
 ** Order detail
 *************************************************************/
table.orderDetail
{
	border-collapse: collapse;
	width: 100%;
	clear: left;
}
table.orderDetail th,
table.orderDetail td
{
	padding-left: 1em;
}
table.orderDetail .image
{
	padding-left: 0;
}
table.orderDetail tbody td
{
	padding-top: 1em;
}
table.orderDetail form
{
	display: inline;
}
table.orderDetail button
{
	margin: 1em 1em 0 0;
}
table.orderDetail .quantity
{
	text-align: center;
}
table.orderDetail tfoot th
{
	padding-right: .5em;
}
/*
table.orderDetail tfoot
{
	line-height: 1.5em;
}
*/
table.orderDetail .styleDetail dt
{
	width: 3em;
}
table.orderDetail .styleDetail dd
{
	margin-left: 3.5em;
}

/*************************************************************
 ** Paging
 *************************************************************/
ol.pager
{
	padding-top: 2em;
	margin: 0 auto;
	text-align: center;
	list-style-type: none;
	clear: both;
}
ol.pager li
{
	display: inline;
	margin: 0 .25em;
}
ol.pager .previous,
ol.pager .atFirst
{
	margin-right: 1.5em;
}
ol.pager .next,
ol.pager .atLast
{
	margin-left: 1.5em;
}
ol.pager .atFirst,
ol.pager .atLast,
ol.pager .break,
ol.pager .current
{
	padding: .25em .5em;
	border: 1px solid transparent;
}
ol.pager .atFirst,
ol.pager .atLast
{
	color: #aaa;
}
ol.pager .current
{
	font-weight: bold;
	font-size: 1.1em;
	color: #ff0084;
}
ol.pager a
{
	text-decoration: none;
	padding: .25em .5em;
	border: 1px solid silver;
}
ol.pager a:hover
{
	color: white;
	background: #0063dc;
	border-color: #036;
}

/*************************************************************
 ** Errors
 *************************************************************/
#errors
{
	display: none;
}
.error label
{
	color: red;
}
.error label:before
{
	content: '\d7\a0';
}

/*************************************************************
 ** Contact information (vCard class names)
 *************************************************************/
.contact .givenName,
.contact .adr,
.contact .street-address,
.contact .locality,
.contact .country-name,
.contact .tel,
.contact .email,
.contact .fn,
.contact .url
{
	float: left;
	clear: left;
}
.contact .sn,
.contact .region,
.contact .postal-code
{
	float: left;
	margin-left: .5em;
}

/*************************************************************
 ** Home page
 *************************************************************/
body.home #content img
{
	float: left;
}
body.home #content p
{
	float: left;
	width: 500px;
}
body.home #content dfn
{
	font-weight: bold;
	text-transform: uppercase;
}
body.home .feature
{
	width: 17em;
	margin: 0 0 1em 512px;
	border: 1px solid #b2b2b2;
}
body.home .feature h2
{
	font-size: 16px !important;
	text-align: left;
	background-color: #fdd768;
	padding: 0 .25em;
	margin-bottom: 0 !important;
}
body.home .feature p
{
	float: none !important;
	width: auto !important;
	margin: .25em .25em .5em .25em;
}
body.home .feature a
{
	/*margin-left: 1em;*/
	display: block;
	text-align: right;
	text-decoration: underline;
	margin: .25em;
}
body.home .feature h3 a
{
	text-align: left;
	margin-top: 1em;
}
body.home .feature ul
{
	padding: .25em;
	list-style-type: circle;
}
body.home .feature ul li
{
	margin-left: 1.25em;
}
body.home .feature h3
{
	font-weight: bold;
	margin: .5em .25em;
}
body.home .feature img
{
	float: none !important;
	display: block;
	margin: auto;
	width: 100%;
}

/*************************************************************
 ** Department and Category page
 *************************************************************/
body.department #content li.category,
body.category #content li.category
{
	width: 100%;
	margin-bottom: 1em;
	float: left;
}
body.department #content li.category a.forward,
body.category #content li.category a.forward
{
	float: right;
	margin-top: 10em;
}
body.department #content li.category ol.styles li,
body.category #content li.category ol.styles li
{
	width: 17.5em;
}

/*************************************************************
 ** Designer page
 *************************************************************/
body.designer #content ol.styles li img + span
{
	display: none;
}

/*************************************************************
 ** Style page
 *************************************************************/
body.style #content img
{
	float: left;
}
body.style #content h2,
body.style #content p,
body.style #content dl,
body.style #content form
{
	margin-left: 320px;
}
body.style #content h2
{
	margin-top: 1em;
}
body.style #content li
{
	margin-bottom: .5em;
}
body.style #content label
{
	display: inline-block;
	display: -moz-inline-box;
	width: 6.5em;
	margin-right: .5em;
}
body.style #content label:after
{
	content: ':';
}
body.style #content input
{
	width: 3em;
}
body.style #content button
{
	float: right;
	margin-top: 2em;
}
body.style #content ul
{
	clear: both;
	padding-top: 2em;
}
body.style #content ul li
{
	float: left;
	margin: .5em;
}
body.style #content ul li img
{
	float: none;
}

/*************************************************************
 ** Quote items page
 *************************************************************/
body.quoteItems #orderSummary
{
	display: none;
}
body.quoteItems #content a.reverse
{
	margin-top: 2em;
	float: left;
}
body.quoteItems #content a.forward
{
	margin-top: 2em;
	float: right;
}

/*************************************************************
 ** Address page
 *************************************************************/
body.address #orderSummary .forward
{
	display: none;
}
body.address #content ol
{
	list-style-type: none;
	float: left;
	margin-bottom: 1em;
}
body.address #content li
{
	margin-bottom: .5em;
	/* margin: 0 1em .5em 0; */
}
body.address #content input
{
	display: block;
	width: 14em;
}
body.address #content .street-address input
{
	width: 29em;
}
body.address #content .locality input
{
	width: 15em;
}
body.address #content .region input
{
	width: 2em;
}
body.address #content .postal-code input
{
	width: 9em;
}
body.address #content div
{
	clear: both;
	margin-top: 2em;
}
body.address #content div input
{
	display: inline;
	width: auto;
	margin-right: 1em;
}
body.address #content button
{
	margin-top: 2em;
	float: right;
}

/*************************************************************
 ** Payment page
 *************************************************************/
body.payment #orderSummary .forward
{
	display: none;
}
body.payment #content ul,
body.payment #content ol,
body.payment #content div
{
	float: left;
	width: 100%;
}
body.payment #content ol
{
	margin-bottom: 1em;
}
body.payment #content li
{
	float: left;
	margin-right: 1em;
}
body.payment #content ol li
{
	margin-top: 1em;
}
body.payment #content label
{
	display: block;
}
body.payment #content .securityCode
{
	clear: both;
}
body.payment #content .securityCode label,
body.payment #content .securityCode input
{
	float: left;
	clear: left;
	width: 7em;
}
body.payment #content .securityCode label
{
	margin-top: .5em;
}
body.payment #content .securityCode img
{
	margin-left: 1em;
}
body.payment #content button
{
	float: right;
	margin-top: 2em;
}

/*************************************************************
 ** Shipping page
 *************************************************************/
body.shipping #orderSummary .forward
{
	display: none;
}
body.shipping #content input
{
	margin-right: .75em;
}
body.shipping #content button
{
	margin-top: 1em;
	float: right;
}

/*************************************************************
 ** Quote and Order page
 *************************************************************/
body.quote #orderSummary .forward
{
	display: none;
}
body.quote #billingAddress,
body.quote #payment,
body.order #billingAddress,
body.order #payment
{
	float: left;
	clear: both;
	width: 49%;
	margin-bottom: 1em;
}
body.quote #shippingAddress,
body.quote #shipping,
body.order #shippingAddress,
body.order #shipping
{
	float: right;
	width: 49%;
	margin-bottom: 1em;
}
body.quote .contact,
body.order .contact
{
	float: left;
	width: 100%;
	margin-top: 0;
}
body.quote #payment dt,
body.order #payment dt
{
	float: left;
	clear: left;
	margin-right: .5em;
}
body.quote #payment,
body.quote #shipping,
body.order #payment,
body.order #shipping
{
	margin-top: 2em;
}
body.quote #payment dl,
body.quote #shipping div,
body.order #payment dl,
body.order #shipping div
{
	margin-bottom: 1em;
}
body.quote form
{
	float: left;
	width: 100%;
	margin-top: 2em;
}
body.quote form button
{
	float: right;
}
#utmform
{
	display: none;
}

/*************************************************************
 ** Sales and privacy pages
 *************************************************************/

body.sales #content ul,
body.privacy #content ul
{
	list-style-type: disc;
	padding-left: 1.5em;
}
body.privacy #content p
{
	clear: both;
}
body.privacy #content .contact
{
	float: left;
	margin: 0 2em 1em 0;
	clear: none;
}

/*************************************************************
 ** Contact page
 *************************************************************/
body.contactUs .vcard .org,
body.contactUs .vcard .country-name,
body.contactUs .vevent .summary
{
	display: none;
}
body.contactUs #customerService,
body.contactUs form,
body.contactUs .subject,
body.contactUs form p,
body.contactUs form div
{
	float: left;
	width: 100%;
}
body.contactUs #tampa
{
	float: left;
	width: 49%;
}
body.contactUs #orlando
{
	float: right;
	width: 49%;
}
body.contactUs form
{
	margin: 2em 0;
}
body.contactUs .contact .locality
{
	margin-bottom: 1em;
}
body.contactUs form li
{
	float: left;
	margin: 0 1em .5em 0;
}
body.contactUs label
{
	display: block;
}
body.contactUs form input
{
	width: 14em;
}
body.contactUs form #subject
{
	width: 40em;
}
body.contactUs form div
{
	text-align: right;
	margin-top: 1em;
}
body.contactUs h1
{
	clear: both;
}
body.contactUs .vcard,
body.contactUs .vcalendar
{
	float: left;
	width: 100%;
	margin-bottom: 1em;
}

body.contactUs #tampa a,
body.contactUs #orlando a
{
	text-decoration: underline;
}

/*************************************************************
 ** Message received page
 *************************************************************/
body.received #content p
{
	margin-bottom: 2em;
}

/*************************************************************
 ** Article page
 *************************************************************/
body.trends #content ul
{
	list-style-type: disc;
	margin-left: 1.5em;
}
body.trends #content h2
{
	border-bottom-style: none !important;
	font-weight: bold;
	margin-bottom: .5em;
}
body.trends #content p
{
	margin: 0 0 1em 0;
}
body.trends img.right
{
	float: right;
	margin: 0 0 1em 1em;
}
body.trends img.left
{
	float: left;
	margin: 0 1em 1em 0;
}
body.trends #content ol
{
	padding-left: 1em;
	list-style-type: decimal;
}
body.trends #content ol li
{
	margin-left: 1.25em;
}
