/*  File: layout.css        */
/*  Ver:  2009-08-07        */


/* begin reset elements */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,legend,fieldset,input,textarea,button,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
blockquote:before,blockquote:after,
q:before,q:after {
	content:'';
}
blockquote, q {
	quotes: "" "";
}
abbr,acronym {
	border:0;
}
:focus {
	outline: 0;
}


/* begin common layout elements */

body {
	background: #fff;
	color: #111;
	font: normal 13px/23px "Trebuchet MS", Trebuchet, Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
}

h1 {
	font-size: 21px;
	margin: 22px 0;
	text-transform: uppercase;
}

p + h1,
ul + h1,
ol + h1 {
	margin-top: 44px;
}

h2 {
	font-size: 18px;
	margin: 22px 0;
}
h3 {
	font-weight: bold;
	margin: 22px 0 0 0;
}

p {
	margin: 22px 0;
}
h3 + p {
	margin: 0 0 22px 0;
}

sup {
	font-size: .8em;
	position: relative;
	top: 0;
	vertical-align: baseline;
}

a:link, a:visited {
	color: #59c6b6;
	text-decoration: none;
}
a:hover {
	color: #111;
	text-decoration: underline;
}


/* begin standard form elements */

input, select, textarea {
	font-size: 12px;
}


/* begin inner column elements */

.inner_cols {
	clear: both;
	float: none;
}
.inner_col_30 {
	float: left;
	padding-right: 1%;
	width: 32%;
}
.inner_col_50 {
	float: left;
	padding-right: 1%;
	width: 49%;
}


/* begin layout elements */

html, body {
	height: 100%;
}

#frame {
	background: transparent url("/img/grid_bg.gif") no-repeat 0 100%;
	margin: 0 auto;
	text-align: left;
	width: 968px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#main {
	width: 100%;
}


/* begin header elements */

#header {
	background: transparent url("/img/grid_bg.gif") no-repeat 0 0;
	height: 182px;
	width: 100%;
}

#header_logo {
	float: left;
	height: 182px;
	width: 172px;
}
#header_logo a {
	background: transparent url("/img/header_logo_new.png") no-repeat 0 13px;
	display: block;
	height: 182px;
	text-indent: -999em;
	width: 172px;
}

#header_tagline {
	background: transparent url("/img/header_tagline.png") no-repeat 20px 80px;
	float: left;
	height: 182px;
	text-indent: -999em;
	width: 586px;
}

#header_register {
	float: left;
	height: 32px;
	padding: 78px 0 72px 0;
	width: 210px;
}
#header_register a {
	background: transparent url("/img/header_register.png") no-repeat 0 0;
	display: block;
	height: 32px;
	text-indent: -999em;
	width: 210px;
}

#header_cart {
float:  right;
margin-top: -90px;
margin-right: 25;
	height: 30;
	text-align: center;
}



/* top navigation */

#top_nav {
	border-bottom: 5px solid #000;
	height: 30px;
	width: 100%;
}

#top_nav ul {
	float: left;
	height: 30px;
	width: 100%;
}

#top_nav li {
	display: block;
	float: left;
	font-weight: bold;
	height: 30px;
	letter-spacing: 1px;
	padding: 0 15px 0 0;
	text-transform: uppercase;
}

#top_nav li a {
	display: block;
	float: left;
	height: 16px;
	line-height: 16px;
	padding: 7px;
}
#top_nav li a:link,
#top_nav li a:visited {
	color: #111;
	text-decoration: none;
}
#top_nav li a:hover {
	border-bottom: 5px solid #59c6b6;
	color: #59c6b6;
	padding-bottom: 2px;
	text-decoration: none;
}

#top_nav .active a {
	border-bottom: 5px solid #59c6b6;
	padding-bottom: 2px;
}


/* begin footer elements */

#footer {
	border-top: 21px solid #000;
	font-size: 9px;
	height: 90px;
	padding: 3px 0;
	width: 100%;
}

#footer_copyright {
	letter-spacing: 1px;
	text-transform: uppercase;
}


/* begin misc elements */

.breadcrumb {
	color: #777;
	line-height: 23px;
	margin: 22px 0 0 0;
	text-align: right;
}

.centered {
	text-align: center;
}

.hide {
	display: none !important;
}

.lower {
	text-transform: lowercase !important;
}

.no_pad { padding: 0; }
.pad_bot { padding-bottom: 22px; }
.pad_top { padding-top: 22px; }

.item_price {
	background: #000;
	color: #fff;
	height: 34px;
	line-height: 34px;
	padding: 0 12px;
	text-transform: uppercase;
	width: 140px;
}

.symbol {
	font-family: Arial, Helvetica, Verdana, sans-serif;
}


/* begin more info link elements */

.more_info {
	background: #86ccc3;
	font-size: 13px;
	height: 21px;
	line-height: 21px;
	padding: 0 8px;
	text-align: right;
}

.more_info a:link,
.more_info a:visited,
.more_info a:hover {
	color: #fff;
	text-decoration: none;
}




/* begin button elements */

a.button:link,
a.button:visited,
a.button:hover {
	background: #000;
	color: #fff;
	font-size: 13px;
	line-height: 13px;
	margin: 0 0 0 10px;
	padding: 3px 10px;
	text-decoration: none;
}

.button_back {
	margin: 0 0 0 10px;
}
.button_nomargin {
	margin: 0 !important;
}

input.button,
button {
	background: #000;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 11px;
	height: 23px;
	line-height: 23px;
	margin: 11px 0 0 0;
	padding: 0 10px;
	text-transform: uppercase;
}


/* content elements */

#content {
	float: left;
	width: 700px;
}

#content h2 {
	margin-bottom: 10px;
	text-transform: uppercase;
}

#content h2 a:link,
#content h2 a:visited,
#content h2 a:hover {
	color: #111;
	text-decoration: none;
}

#content ol {
	list-style: decimal outside;
	margin: 22px 0 22px 22px;
}

#content ul {
	list-style: square outside;
	margin: 22px 0 22px 22px;
}

#entry h1 {
	margin-bottom: 10px;
}

.post {
	border-bottom: 1px solid #B3B5AC;
	margin: 22px 0;
}

.meta {
	color: #A6A6A6;
	font-size: 10px;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}
.meta_author {
	background: transparent url("/img/sprites.png") no-repeat 0 -100px;
	padding: 0 0 0 16px;
	margin: 0 1px;
}
.meta_comments {
	background: transparent url("/img/sprites.png") no-repeat 0 -199px;
	padding: 0 0 0 18px;
	margin: 0 1px;
}
.meta_share {
	background: transparent url("/img/sprites.png") no-repeat 0 -300px;
	padding: 0 0 0 18px;
	margin: 0 1px;
}


/* content_header elements */

.content_header {
	margin: 0;
	padding: 0 0 22px 0;
}
.content_header .title {
	float: left;
	width: 50%;
}
.content_header .title h1 {
	margin: 22px 0 0 0;
}
.content_header .breadcrumb {
	float: right;
	width: 50%;
}

#page_collection_gallery .content_header,
#page_press_gallery .content_header {
	padding-bottom: 11px;
}
#page_collection_gallery .content_header .title h1,
#page_collection_gallery .content_header .breadcrumb,
#page_press_gallery .content_header .title h1,
#page_press_gallery .content_header .breadcrumb {
	margin-top: 11px;
}

#page_custom_jeans #entry h1,
#page_mailing_list #entry h1,
#page_stockist #entry h1 {
	margin-top: 11px;
}

.title_download h1 {
	float: left;
}
.title_download a.button:link,
.title_download a.button:visited,
.title_download a.button:hover {
	background: #000 url("/img/sprites.png") no-repeat 100% -1495px;
	display: block;
	float: left;
	line-height: 19px;
	margin: 14px 0 0 14px;
	padding: 0 15px 0 10px;
}


/* sidebar elements */

#sidebar {
	float: left;
	font-size: 12px;
	padding-left: 22px;
	margin: 22px 0;
	width: 246px;
}

.sidebar_item {
	margin-bottom: 2em;
}
.sidebar_item h2 {
	background: #000;
	color: #fff;
	font-size: 12px;
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	text-transform: uppercase;
}

.sidebar_item ul {
	border-top: 1px solid #B3B5AC;
}
.sidebar_item ul li {
	border-bottom: 1px solid #B3B5AC;
}

.sidebar_item .icon_rss {
	background: transparent url("/img/sprites.png") no-repeat 0 -696px;
	padding: 0 0 0 16px;
}

.sidebar_item a.external:link, 
.sidebar_item a.external:visited, 
.sidebar_item a.external:hover {
	background-image: url("/img/sprites.png");
	background-position: 100% -599px;
	background-repeat: no-repeat;
	padding-right: 26px;
}

/* begin standard page elements */

.page #content {
	float: none;
	width: 100%;
}
.page #sidebar {
	display: none;
}

#page_left {
	float: left;
	padding: 0 22px 0 0;
	width: 386px;
}
#page_right {
	float: left;
	padding: 0 20px 0 0;
	width: 540px;
}

.page_full_img, 
.page_left_img {
	margin: 22px 0;
}


/* begin contact page elements */

#page_contact #page_left {
	float: left;
	padding: 0 22px 0 0;
	width: 480px;
}
#page_contact #page_right {
	float: left;
	padding: 0 20px 0 0;
	width: 446px;
}


/* begin standard form elements */

.err {
	background-color: #fff;
	border: solid 1px #ddd;
	color: #c30;
	margin: .5em 0 1em 0;
	padding: 6px;
}
.error {
	color: #c30;
	display: none;
	font-size: 11px;
	padding: 2px 0 4px 5px;
}

.req { background: transparent url("/img/icon_req.gif") no-repeat 97% 50%; }
.req_notice {
	text-align: right;
	width: 420px;
}

.std_form {
	margin: 0 0 22px 0;
}

.std_form h1 {
	margin-bottom: 0;
}

.std_form legend {
	display: none;
}

.std_form ol {
	list-style: none !important;
	margin: 22px 0 !important;
}
.std_form li {
	clear: left;
	float: left;
	margin: 0 0 5px 0;
	width: 100%;
}

.std_form .submit_float {
	position: relative;
	top: -39px;
	left: 340px;
}

.std_form li .field_fname {
	float: left;
	width: 160px;
}
.std_form li .field_lname {
	float: left;
}

.std_form label, 
.std_form .label {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}

.std_form .checkboxes label {
	display: inline;
	font-weight: normal;
	padding: 0 15px 0 5px;
	text-transform: none;
}

.std_form input {
	font-size: 11px;
}

.std_form .text {
	background: #e5fbf8;
	border: 1px solid #000;
	padding: 4px;
	width: 280px;
}
.std_form .readonly {
	background: #f4f4f4;
	border: 1px solid #ccc;
	color: #555;
	padding: 4px;
	width: 280px;
}
.std_form .medium {
	width: 210px !important;
}
.std_form .small {
	width: 140px !important;
}
.std_form .x_small {
	width: 100px !important;
}
.std_form .xx_small {
	width: 60px !important;
}

.std_form fieldset {
	clear: both;
	float: none;
}
.std_form fieldset:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.std_form .merged label {
	display: none;
}
.std_form .merged .error {
	padding-left: 5px;
}

#sb_div {
	margin: .5em 0 1em 0;
}


/* begin mail admin elements */

#alertmsg {
	color: #c30;
	display: block;
	font-size: 13px;
	list-style: square outside;
	margin: 22px 0 22px 22px;
	padding: 0;
}
#alertmsg li {
	list-style: square outside;
}

#mail_admin .back .button {
	margin: 0;
}

#login_form .error {
	display: block;
}


/* begin slideshow elements */

#content .slideshow_wrapper {
	background: #000;
	height: 589px;
	margin: 22px 0;
	position: relative;
	width: 382px;
}
#content .slideshow_wrapper .more_info {
	position: absolute;
	right: 0;
	top: 11px;
	width: 140px;
	z-index: 100;
}

#content .slideshow {
	height: 555px;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 382px;
}
#content .slideshow li {
	height: 555px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 382px;
}

#content .slideshow_footer {
	background: #000;
	color: #fff;
	height: 34px;
	line-height: 34px;
	margin: 0;
	padding: 0 12px;
	width: 358px;
}
#content .slideshow_footer .slide_caption {
	float: left;
	font-size: 9px;
	letter-spacing: 1px;
	overflow: hidden;
	width: 222px;
}
#content .slideshow_footer .slide_nav {
	float: right;
	overflow: hidden;
	text-align: right;
	width: 136px;
}
#content .slideshow_footer .slide_nav a:link,
#content .slideshow_footer .slide_nav a:visited,
#content .slideshow_footer .slide_nav a:hover {
	color: #fff;
	text-decoration: none;
}


/* landing page elements */

#landing_page .page_full_img {
	margin: 0;
	padding: 0;
	position: relative;
}

#landing_page #content .slideshow_wrapper {
	background: #fff;
	height: 598px;
	margin: 0;
	width: 968px;
}

#landing_page #content .slideshow {
	height: 598px;
	width: 968px;
}
#landing_page #content .slideshow li {
	height: 598px;
	text-align: center;
	width: 968px;
}

#landing_page #content .slide_tagline {
	position: absolute;
	right: 0;
	top: 50px;
	width: 100%;
	z-index: 100;
}
#landing_page #content .slide_tagline .tagline_content {
	background: #000;
	color: #fff;
	float: right;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	padding: 0 50px 0 15px;
}

#landing_page #content .slide_alt_nav {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}
#landing_page #content .slide_alt_nav .slide_prev, 
#landing_page #content .slide_alt_nav .slide_next {
	background: #fff url("/img/sprites_landing.png") no-repeat 1px 50%;
	color: #000;
	display: block;
	float: left;
	height: 100%;
	text-indent: -999em;
	width: 29px;
}
#landing_page #content .slide_alt_nav .slide_next {
	background-position: -97px 50%;
	float: right;
}

#landing_page #content .download_link {
	position: absolute;
	right: 0;
	top: 598px;
	z-index: 100;
}
#landing_page #content .download_link a {
	background: #000 url("/img/sprites.png") no-repeat 100% -1495px;
	border-left: 2px groove #959595;
	display: block;
	float: right;
	height: 21px;
	line-height: 21px;
	padding: 0 15px 0 13px;
}
#landing_page #content .download_link a:link,
#landing_page #content .download_link a:visited,
#landing_page #content .download_link a:hover {
	color: #fff;
	text-decoration: none;
}


/* begin collection sub page elements */

#page_collection #page_left {
	float: left;
	padding: 0 45px 0 25px;
	width: 432px;
}
#page_collection #page_right {
	float: left;
	padding: 0 20px 0 0;
	width: 446px;
}

#page_collection #page_right #entry h1{
	margin-top: 12px;
}

#page_collection #content .slideshow_wrapper {
	height: 539px;
	width: 432px;
}

#page_collection #content .slideshow {
	height: 504px;
	width: 432px;
}
#page_collection #content .slideshow li {
	height: 504px;
	text-align: center;
	width: 432px;
}

#page_collection #content .slideshow_footer {
	width: 408px;
}
#page_collection #content .slideshow_footer .slide_caption {
	width: 272px;
}


/* begin press sub page elements */

#page_press #content .slideshow_wrapper {
	height: 679px;
	width: 968px;
}

#page_press #content .slideshow {
	height: 644px;
	width: 968px;
}
#page_press #content .slideshow li {
	height: 644px;
	width: 968px;
}

#page_press #content .slideshow_footer {
	width: 944px;
}
#page_press #content .slideshow_footer .slide_caption {
	width: 808px;
}


/* begin gallery elements */

#content .gallery,
.gallery {
	list-style: none;
	margin: 0 0 22px 0;
}
#content .gallery li,
.gallery li {
	float: left;
	height: 390px;
	overflow: hidden;
	padding: 0 2px 2px 0;
	position: relative;
	width: 240px;
}

#content .gallery li .more_info {
	position: absolute;
	right: 2px;
	top: 11px;
	width: 120px;
}

.gallery-thumbnail {
	background: #000;
	height: 362px;
	overflow: hidden;
	width: 240px;
}

.gallery-thumbnail-placeholder {
	background: #000;
	height: 390px;
	overflow: hidden;
	width: 240px;
}

.gallery-caption {
	background: #000;
	color: #fff;
	font-size: 9px;
	padding: 0 10px;
	height: 28px;
	letter-spacing: 1px;
	line-height: 28px;
	overflow: hidden;
}
.gallery-caption a:link,
.gallery-caption a:visited,
.gallery-caption a:hover {
	color: #fff;
	text-decoration: none;
}


/* begin stockist elements */

#content #stockist_list,
#stockist_list {
	list-style: none;
	margin: 0 0 22px 0;
}
#content #stockist_list li,
#stockist_list li {
	border-bottom: 1px solid #111;
	float: left;
	height: 135px;
	overflow: hidden;
	margin: 20px 20px 0 0;
	padding: 0;
	width: 222px;
}
#content #stockist_list li h3,
#stockist_list li h3,
#content #stockist_list li p,
#stockist_list li p {
	margin: 0;
	padding: 0;
}


/* begin comment elements */

#comments {
	margin: 22px 0;
}
#comments h2 {
	border-bottom: 1px solid #B3B5AC;
	padding-bottom: 11px;
}

#comments ol {
	list-style: none;
	margin: 0;
}
#comment_list li {
	clear: both;
	float: none;
	padding: 10px 20px;
}
#comment_list .alt {
	background-color: #f4f4f4;
}
#comment_list li h3 {
	float: left;
	margin: 0;
	width: 160px;
}
#comment_list li h3 .date {
	color: #888;
	display: block;
	font-size: 10px;
}

.comment_entry {
	float: left;
	width: 500px;
}
.comment_entry p {
	margin: 0 0 6px 0;
}

#comment_form {
	background: #e6eceb;
	margin: 22px 0;
	padding: 20px;
}

#comment_form legend {
	font-size: 18px;
	margin: 0;
	padding: 0 0 11px 0;
	text-indent: 0;
}
#comment_form ul {
	list-style: none;
	margin: 0;
}
#comment_form ul li {
	background: none;
	clear: both;
	float: none;
	margin: 0 0 11px 0;
	padding: 0;
}

#comment_form li label {
	display: block;
	float: left;
	line-height: 22px;
	width: 100px;
}
#comment_form li .text {
	border: 1px solid #111;
	display: block;
	float: left;
	height: 16px;
	line-height: 16px;
	padding: 2px;
	width: 350px;
}
#comment_form li textarea {
	border: 1px solid #111;
	display: block;
	float: left;
	line-height: 16px;
	padding: 2px;
	width: 350px;
}
#comment_form li #submit {
	margin-left: 100px;
	width: 150px;
}


/* begin custom jeans page elements */

#page_custom_jeans #content .steps {
	list-style: none;
	margin: 0 0 22px 0;
}
#page_custom_jeans #content .steps li {
	border-bottom: 1px solid #e5e5e5;
	list-style: none;
	padding: 28px 0;
}

.steps li .item_left {
	float: left;
	padding: 0 2px 0 0;
	width: 482px;
}
.steps li .item_right {
	float: right;
	padding: 0 0 0 2px;
	width: 482px;
}

.step_content {
	background: transparent url("/img/step_sprites.gif") no-repeat 0 9999px;
	font-size: 17px;
	line-height: 33px;
	min-height: 200px;
}
.step_content h2 {
	font-size: 50px;
	line-height: 50px;
	margin: 0 !important;
}
.step_content h3, 
.step_content .tagline {
	font-size: 21px;
	font-weight: normal;
	line-height: 33px;
	margin: 0;
	text-transform: uppercase;
}
.step_content .tagline {
	line-height: 25px;
	margin: 0 0 50px 0;
}

.item_left .step_content {
	padding: 165px 48px 0 0;
}
.item_right .step_content {
	padding: 130px 0 0 48px;
}

.item_1 .item_right .step_content {
	padding-top: 0;
}

.item_right .step_content_1 {
	background-position: 0 100px;
}
.item_left .step_content_1 {
	background-position: 310px 100px;
}

.item_right .step_content_2 {
	background-position: -490px 75px;
}
.item_left .step_content_2 {
	background-position: -200px 75px;
}

.item_right .step_content_3 {
	background-position: -990px 75px;
}
.item_left .step_content_3 {
	background-position: -690px 75px;
}

.item_right .step_content_4 {
	background-position: -1500px 75px;
}
.item_left .step_content_4 {
	background-position: -1200px 75px;
}

.item_right .step_content_5 {
	background-position: -1990px 75px;
}
.item_left .step_content_5 {
	background-position: -1690px 75px;
}

.item_right .step_content_6 {
	background-position: -2500px 75px;
}
.item_left .step_content_6 {
	background-position: -2200px 75px;
}

.item_right .step_content_7 {
	background-position: -2990px 75px;
}
.item_left .step_content_7 {
	background-position: -2690px 75px;
}

.item_right .step_content_8 {
	background-position: -3500px 75px;
}
.item_left .step_content_8 {
	background-position: -3200px 75px;
}

.item_right .step_content_9 {
	background-position: -3990px 75px;
}
.item_left .step_content_9 {
	background-position: -3690px 75px;
}

.item_right .step_content_10 {
	background-position: -4500px 75px;
}
.item_left .step_content_10 {
	background-position: -4200px 75px;
}

.non_step .step_content {
	background: none;
}

.perks_wrapper {
	margin: 28px 0;
}
.perks_wrapper h2 {
	font-size: 50px;
	line-height: 50px;
	margin: 0 !important;
}
.perks_wrapper .tagline {
	font-size: 21px;
	font-weight: normal;
	line-height: 25px;
	margin: 0 0 50px 0;
	text-transform: uppercase;
}
.perks_intro .perks_left {
	border-bottom: 1px solid #e5e5e5;
	float: left;
	font-size: 17px;
	line-height: 33px;
	margin: 0 40px 0 0;
	padding: 0 2px 0 0;
	width: 442px;
}
.perks_intro .perks_right {
	float: left;
	padding: 0 0 0 2px;
	width: 482px;
}

#page_custom_jeans #content .perks {
	list-style: none;
	margin: 0 0 22px 0;
}
#page_custom_jeans #content .perks li {
	border-bottom: 1px solid #e5e5e5;
	list-style: none;
	padding: 74px 244px 20px 74px;
}
.perks_content {
	background: transparent url("/img/step_sprites.gif") no-repeat 0 9999px;
	font-size: 17px;
	line-height: 33px;
}
.perks_content h3, 
.perks_content .tagline {
	font-size: 21px;
	font-weight: normal;
	line-height: 33px;
	margin: 0;
	text-transform: uppercase;
}

.perks_content_1 {
	background-position: 25px -970px;
}
.perks_content_2 {
	background-position: -985px -970px;
}
.perks_content_3 {
	background-position: -1985px -970px;
}
.perks_content_4 {
	background-position: -2985px -970px;
}
.perks_content_5 {
	background-position: -3985px -970px;
}
.perks_content_6 {
	background-position: -4985px -970px;
}
.perks_content_7 {
	background-position: -5985px -970px;
}
.perks_content_8 {
	background-position: -6985px -970px;
}
.perks_content_9 {
	background-position: -7985px -970px;
}
.perks_content_10 {
	background-position: -8985px -970px;
}

#page_custom_jeans #content .slideshow_wrapper {
	height: 475px;
	margin: 0;
	width: 480px;
}

#page_custom_jeans #content .slideshow {
	height: 441px;
	width: 480px;
}
#page_custom_jeans #content .slideshow li {
	border: none;
	padding: 0;
	height: 441px;
	width: 480px;
}

#page_custom_jeans #content .slideshow_footer {
	width: 456px;
}
#page_custom_jeans #content .slideshow_footer .slide_caption {
	width: 320px;
}


/* begin custom jeans sub page elements */

#page_custom_jeans_sub #page_left {
	float: left;
	padding: 0 22px 0 0;
	width: 480px;
}
#page_custom_jeans_sub #page_right {
	float: left;
	padding: 0 20px 0 0;
	width: 446px;
}

#page_custom_jeans_sub #content .slideshow_wrapper {
	height: 476px;
	width: 480px;
}

#page_custom_jeans_sub #content .slideshow {
	height: 441px;
	width: 480px;
}
#page_custom_jeans_sub #content .slideshow li {
	height: 441px;
	width: 480px;
}

#page_custom_jeans_sub #content .slideshow_footer {
	width: 456px;
}
#page_custom_jeans_sub #content .slideshow_footer .slide_caption {
	width: 320px;
}


/* begin tab elements */

.ui-tabs-nav {
	background: #000;
	height: 33px;
	list-style: none !important;
	margin: 0 !important;
	position: relative;
	z-index: 1;
	width: 100%;
}
.ui-tabs-nav li {
	float: left;
	height: 33px;
	list-style: none;
}
.ui-tabs-nav li a {
	background: transparent url("/img/sprites.png") no-repeat 10px -991px;
	border-right: 2px solid #fff;
	float: left;
	font-size: 17px;
	font-weight: normal;
	line-height: 33px;
	height: 33px;
	padding: 0 10px 0 30px;
	text-transform: uppercase;
	width: 200px;
}
.ui-tabs-nav li a:link, 
.ui-tabs-nav li a:visited {
	color: #fff;
	text-decoration: none;
}
.ui-tabs-nav li a:hover {
	background-color: #444;
	color: #fff;
	text-decoration: none;
}
.ui-tabs-nav li.ui-tabs-selected a, 
.ui-tabs-nav li.ui-tabs-selected a:hover {
	background: #86ccc3 url("/img/sprites.png") no-repeat 8px -1090px;
	color: #fff;
	cursor: default;
	text-decoration: none;
}
.ui-tabs-panel {
	clear:left;
}
.ui-tabs-hide {
	display: none;
}


/* begin admin elements */

.edit_links_wrapper {
	position: relative;
	height: 20px;
	margin: 15px 0 0 0;
}
.edit_links {
	background: #555 url("/img/sprites.png") no-repeat 5px -896px;
	display: block;
	font-size: 11px;
	height: 20px;
	padding: 0 5px 0 18px;
	position: absolute;
	text-transform: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.edit_links a {
	display: block;
	float: left;
	height: 12px;
	line-height: 12px;
	padding: 4px;
}
.edit_links a:link,
.edit_links a:visited {
	color: #bbb;
	text-decoration: none;
}
.edit_links a:hover {
	color: #fff;
	text-decoration: none;
}

/* begin phpurchase elements */

#viewCartTable {
  margin: 12px 0px 12px 0px;
  border: 1px solid #CCCCCC;
  width: 100%;
  clear: both;
}

#viewCartTable td,
#viewCartTable th {
  padding: 5px;
  margin: 0px;
  border-bottom: 1px solid #CCCCCC;
  vertical-align: top;
}

#viewCartTable th {
  background-color: #EEEEEE;
}

#viewCartTable td.noBorder {
  border:none;
}

#viewCartTable td.navRow {

}

#viewCartTableNav {
  margin: 15px 0px;
  width: 100%;
  border: none;
}

#viewCartTable a, 
#viewCartTable tbody,
#viewCartTable img,
#viewCartTableNav a, 
#viewCartTableNav tr,
#viewCartTableNav th,
#viewCartTableNav td,
#viewCartTableNav tbody,
#viewCartTableNav img {
  border: none !important;
}

#continueShopping {
  border: none;
}

input[type=submit] {
  cursor: pointer;
}

#paypalCheckout {
  width: 212px; 
}

#phpurchaseErrors {
  background-color: #FEE;
  border: 1px solid red;
  width: 500px;
  padding:15px;
  margin: 15px 0px;
  clear: both;
}

.purAddToCart {
  vertical-align: middle; 
  width: auto !important; 
  margin: 7px 0px;
  border: none !important;
  background-color: transparent !important;
}

.PHPurchaseCartButton {
  /* text-align: center; */
  border: none !important;
}

.PHPurchasePrice {
  font-size: 1em;
  margin: 3px 7px 4px 0px;
  display: inline-block;
}

.PHPurchaseCustomFieldDesc {
  color: #777;
  font-style: italic;
  display: block;
  padding: 0px;
  margin: 0px;
}

.PHPurchaseCustomTextField {
  width: 225px;
}

.PHPurchaseCustomTextarea {
  width: 225px;
  height: 90px;
}

.PHPurchaseTableMed {
  width: auto;
  border: 0px;
  border-collapse: collapse;
}

.PHPurchaseTableMed th,
.PHPurchaseTableMed td {
  margin: 0px;
  text-align: left;
  border: none;
  padding: 3px 7px;
}

.PHPurchaseTableMed td {
  border-top: 1px solid #CFCFCF;
}

.PHPurchaseTableMed td.canceled {
  color: #858585;
}

.PHPurchaseNote {
  color: #888;
}

.PHPurchaseGravityFormDisplay {
  display: block;
  border: 1px solid #CFCFCF;
  background-color: #EEEEEE;
  padding: 5px;
  margin: 3px;
  width: auto;
}

.PHPurchaseGravityFormDisplayTitle {
  display: none;
}

.PHPurchaseGravityFormDisplayList {
  margin: 0px;
  padding: 0px;
}

.PHPurchaseGravityFormDisplayList tr td {
  border: none !important;
  padding: 2px !important;
  margin: 0px;
}

.PHPurchaseGravityFormDisplayList tr td.gfLabel {
  text-align: right;
}

.PHPurchaseRemoveFormLink {
  display: inline-block;
  width: 100%;
  text-align: right;
}

.PHPurchaseProRequired {
  font-weight:normal; 
  color:#B33; 
  font-size:11px; 
  font-family:arial;
  background-color: #FEE;
  border: 2px solid #B33;
  padding: 3px;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.PHPurchaseProRequired a {
  color: #933;
  font-weight: bold;
}

.PHPurchaseUnavailable {
  position: absolute;
  border: 1px solid #70091A;
  
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  
  -moz-box-shadow: 7px 7px 15px #CCCCCC;
  -webkit-box-shadow: 7px 7px 15px #CCCCCC;
  box-shadow: 7px 7px 15px #CCCCCC;
  
  
  background-color: #EEEEEE;
  padding: 5px 20px;
  margin: 0px;
  top: 25%;
  left: 32%;
  width: 400px;
  height: auto;
  color: black;
}

.PHPurchaseOutOfStock {
  color: #70091A;
  font-weight: bold;
  font-size: 16px;
}

.inventory_count_table_modal {
  margin: 5px 0px;
  padding: 10px;
  width: 100%;
  border-collapse:collapse;
  color: black;
}

.inventory_count_table_modal td {
  padding: 3px 5px;
  border-bottom: 1px solid #CCC;
}


/* begin clearing the elements */

.perks_intro:after,
.steps li:after,
.std_form fieldset:after,
#comment_list li:after,
#comment_form li:after,
.content_header:after,
#stockist_list:after,
.gallery:after,
.inner_cols:after,
#frame:after,
#main:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
}

