/*

skinandthreads.com Screen Styles
Authored by: Jonathan Poh
Contact: me@jonathanpoh.com

*/


/* Typography and Colours
--------------------------------------------- */

body {
	color: #666;
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
}

h1, h2, h3, h4 {
	margin: 0;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.6em;
	margin-bottom: 1em;
	color: #000;
}

h3 {
	font-size: 1.3em;
	color: #000;
	margin: 2em 0 1em 0;
}

h4 {
	font-size: 1.1em;
	color: #666;
	margin-top: 2em;
	margin-bottom: 1em;
}

p {
	font-size: 1.1em;
	margin: 0 0 1em 0;
}

a:link, 
a:visited {
	color: #666;
	text-decoration: none;
	outline: none;
}

a:hover, 
a:active {
	text-decoration: underline;
	outline: none;
}

input,
textarea {
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#outer {
	background: #FFF;
}

#header {
	color: #000;
	background: transparent;
}	


/* Layout
--------------------------------------------- */

html {
	height: 100%;
	margin: 0;
	margin-bottom: 1px;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
}

#outer {
	margin: 0 auto;
	padding: 0;
	width: 930px;
	border: none;
	clear: both;
	overflow: hidden;
}

/* Images
--------------------------------------------- */

img {
	border: 0px;
	padding: 0;
	margin: 0;
	display: block;
}

p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
thought?!) align the image to the right. And using 'class="centered',
will of course center the image. This is much better than using
align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

/* Forms
--------------------------------------------- */

input.textinput {
	width: 172px;
	margin: 0 0 0 10px;
	border: 1px solid #999;
	padding: 5px;
}

.cr {
	display: block;
	float: left;
	width:232px;
	padding: 0 0 10px 0;
}

.cr label {
	display: inline;
}

.messageinput {
	margin: 0;
	clear: both;
	padding-top: 1em;
}

.messageinput textarea {
	width: 548px;
	margin: 0;
	border: 1px solid #584B3C;
	padding: 2px;
}

.narrowmessageinput {
	margin: 50px 0 20px 0;
	clear: both;
	padding-top: 1em;
}

.narrowmessageinput textarea {
	width: 230px;
	margin: 0;
	border: 1px solid #999;
	padding: 5px;
}

.submit {
	width: auto;
	font-size: 1.2em;
	padding: auto;
}


/* Miscellaneous
--------------------------------------------- */

.clear {
	clear: both;
}


.alignright {
	float: right;
}

.alignleft {
	float: left
}

.smallcaps {
	text-transform: uppercase;
	font-size: 8px;
}

/* Header
--------------------------------------------- */

#header {
	padding: 35px 0 30px;
	margin: 0;
	width: 100%;
	overflow:auto;
}

#header #signupform {
	float: right;
	margin: -25px 5px 0 0;
}

#header #signupform input {
	width: 220px;
}

#header #signupform input.submit {
	width: auto;
}

/* Image Replacement
--------------------------------------------- */

.replaced {
	text-indent: -5000px;
	margin: 0;
	padding: 0;
	display: block;
}

#header h1 {
	height: 34px;
	width: 750px;
}




/* Navigation
--------------------------------------------- */

#navigation {
	margin: 0;
	padding: 0 0 0 0;
}	

#navigation ol,
#navigation ol ol {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1;
	z-index: 1;
	
}

#navigation li {
	float: left;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	font-weight: bold;
	font-size: 1.3em;
	padding: 0;
	line-height: 1;
}


#navigation li li {
	font-family: Verdana, Helvetica, Arial, sans-serif;;
	font-style: normal;
	font-weight: bold;
	font-size: .92em;
	clear: left;
}

#navigation ol ol {
	position: absolute;
	width: 10em;
	left: -999em;
	background-color: #fff;
}

#navigation li:hover ol,
#navigation li.sfhover ol {
	left: auto;
}

#navigation li a:link,
#navigation li a:visited {
	color:#333;
	padding: 0.2em;
	margin: 0 6px;
	display: block;
	border-bottom: 3px #fff solid;
	text-indent: -5000px;
}

#navigation li a#nav-home {
	background: transparent url(../images/nav_home.gif) no-repeat 1px 0;
	width: 33px;
}

#navigation li a#nav-shop {
	background: transparent url(../images/nav_shop.gif) no-repeat 50% 0;
	width: 28px;
}

#navigation li a#nav-philosophy {
	background: transparent url(../images/nav_philosophy.gif) no-repeat 50% 0;
	width: 65px;
}

#navigation li a#nav-collections {
	background: transparent url(../images/nav_collections.gif) no-repeat 50% 0;
	width: 63px;
}

#navigation li a#nav-press {
	background: transparent url(../images/nav_press.gif) no-repeat 50% 0;
	width: 32px;
}

#navigation li a#nav-stores {
	background: transparent url(../images/nav_stores.gif) no-repeat 50% 0;
	width: 35px;
}

#navigation li a#nav-contact {
	background: transparent url(../images/nav_contact.gif) no-repeat 50% 0;
	width: 45px;
}

#navigation li a#nav-myaccount {
	background: transparent url(../images/nav_myaccount.gif) no-repeat 50% 0;
	width: 67px;
}



#navigation li.firstitem a:link,
#navigation li.firstitem a:visited {
	margin-left: 0;
}

#navigation li a:hover,
#navigation li a:active,
#navigation li a.current:link,
#navigation li a.current:visited {
	text-decoration: none;
	border-bottom: 3px #000 solid;
}

#navigation li li a:link,
#navigation li li a:visited {
	color:#c7c7c7;
	border-bottom: none;
	padding: 0.5em 0.5em;
}

#navigation li li a:hover,
#navigation li li a:active {
	color: #666;
	text-decoration: none;
	border-bottom: none;
}

ol.subnav {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1;
	z-index: 1;	
}

ol.subnav li {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 1.2em;
	padding: 0;
}

ol.subnav li a:link,
ol.subnav li a:visited {
	color:#333;
	padding: 0.5em 0.8em 0.5em 0;
	display: block;
	color:#c7c7c7;
	border-bottom: none;
	padding: 0.5em 0.5em;
	text-decoration: none;
}

ol.subnav li a:hover,
ol.subnav li a:active,
ol.subnav li a.current:link,
ol.subnav li a.current:visited {
	color: #676767;
}

ol.subnav ol {
	list-style: none;
	margin-left: 1em;
	padding-left: 0;
}

ol.subnav li li {
	font-size: .9em;
}

ol.subnav li li a:link,
ol.subnav li li a:visited {
	color: #979797;
}

ol#subnav-shop {
	margin-left: 46px;
}

ol#subnav-collections {
	margin-left: 177px;
}

#membertools {
	float: right;
	margin-top: -1em;
	width: 380px;
}


#membertools ul {
	list-style: none;
}

#membertools li {
	font-family: Georgia, Times, "Times New Roman", serif;
	float: right;
}

#membertools li a:link,
#membertools li a:visited {
	text-indent: -5000px;
}

#membertools li a#nav-signin {
	background: transparent url(../images/nav_signin.gif) no-repeat 50% 0;
	width: 43px;
}

#membertools li a#nav-signout {
	background: transparent url(../images/nav_signout.gif) no-repeat 50% 0;
	width: 51px;
}

#membertools li a#nav-shoppingbag {
	background: transparent url(../images/nav_shoppingbag.gif) no-repeat 1px 0;
	width: 78px;
}


#membertools li.bagitems {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	float: right;
	text-indent: 0;
	display: block;
}


/* Sidebar
--------------------------------------------- */

#sidebar {
	float: left;
	width: 310px;
	margin: 28px 20px 0 0;
	padding: 0 0 20px 0;
	display: inline;
	clear: left;
}

#sidebar ul {
	padding:0; 
	margin:0;
	list-style-type: none;
	display: inline;
}

#sidebar ul li {
	margin: 0;
	padding: 0;
	display: block;
}

#sidebar ul li a:link, 
#sidebar ul li a:visited {
	display:block; 
	text-decoration:none; 
	color:#584B3C; 
	width:11em; 
	height:1em;
	border-bottom:1px solid #BEB5AA; 
	background:transparent; 
	padding: 0.5em; 
	line-height:1em;
}

#sidebar ul li a:hover, 
#sidebar ul li a:active {
	background: #ECE9E7;
}

#sidebar #call-to-action {
	background: transparent url(../images/bg_sidebar_circles.jpg) no-repeat 50% 0;
	width: 310px;
	height: 207px;
	margin-top: 100px;
	position: relative;
	
}

#sidebar #call-to-action li a:link,
#sidebar #call-to-action li a:visited {
	color: #fff;
	font-style: italic;
	border: 0;
	text-align: center;
}

#sidebar #call-to-action li a:hover,
#sidebar #call-to-action li a:active {
	color: #999;
	background: none;
}

#sidebar #call-to-action #cta-lookbook {
	font-size: 21px;
	width: 120px;
	top: 77px;
	left: 39px;
	position: absolute;
	text-transform: uppercase;
}

#sidebar #call-to-action #cta-lookbook span {
	font-size: 37px;
}

#sidebar #call-to-action #cta-bestsellers {
	font-size: 19px;
	width: 64px;
	top: 90px;
	left: 183px;
	position: absolute;
	text-transform: lowercase;
}

#sidebar #call-to-action #cta-bestsellers span {
	font-size: 16px;
}

#sidebar #call-to-action #cta-giftcard {
	font-size: 18px;
	width: 87px;
	top: 7px;
	left: 137px;
	position: absolute;
	text-transform: lowercase;
}

#sidebar #call-to-action #cta-giftcard span {
	font-size: 17px;
}

/* Content
--------------------------------------------- */

#content {
	margin: 28px 0 40px 0;
	padding: 0px;
	float: left;
	background: transparent;
	width: 600px;
	display: inline;
}

#content.wide {
	width: 930px;
	margin: 28px 0 0 0;
}

#content.philosophy {
	background: transparent url(../images/bg_philosophy.jpg) no-repeat 100% 100%;
	padding-right: 320px;
	margin-bottom: 0;
	width: 280px;
}

#content.threecol div.col {
	width: 170px;
	padding: 10px;
	margin-right: 15px;
	float: left;
}



#content.threecol div.col.store-details {
	margin-right: 0;
	background: #ffefef;
}

#content.threecol div.col h3 {
	margin-top: 0;
}

#content.threecol div.col p,
#content.threecol div.col li {
	font-size: 1.1em;
}

#content.threecol div.col li ul {
	margin: 1em 0 0 0;
}

#content.threecol div.col li li {
	font-size: 1em;
}



#content.threecol div.col ul,
#content.threecol div.col li {
	margin-left: 0;
	padding-left: 0;
}

#content.threecol div.col li {
	list-style: none;
	padding-bottom: 0.5em;
}



/* Pagination links
--------------------------------------------- */

#pagination {
	border:0;
	margin:0;
	padding:0;
	clear: both;
	text-align: right;
}

#pagination li {
	border:0;
	margin:0;
	padding:0;
	font-size:11px;
	list-style:none;
	display: inline;
}

#pagination a {
	margin-right:2px;
}

#pagination .previous-off,
#pagination .next-off {
	color:#666666;
	display: inline;
	font-weight:normal;
	padding:3px 6px;
}

#pagination .next a,
#pagination .previous a {
	font-weight:normal;
	text-decoration: none !important;
} 

#pagination .active{
	color:#000;
	font-weight:bold;
	display: inline;
	padding:3px 6px;
}

#pagination a:link,
#pagination a:visited {
	color:#666;
	display: inline;
	padding:3px 6px;
	text-decoration: underline;
}

#pagination a:hover{

}
/* Footer
--------------------------------------------- */

#footer {
	margin: 35px 0 0 0;
	background: transparent;
	padding: 15px 0 0.3em 0;
	clear: both;
	overflow: hidden;
	width: 100%;
	border-top: 1px solid #ccc;
	color: #424242;
}

#footer p {
	margin: 0 0 1em 0;
}

#footer .copyright {
	text-align: right;
}

#footer a:link,
#footer a:visited {
	text-decoration: underline;
	color: #424242;
}
/* Homepage
--------------------------------------------- */

#homepagebuttons {
	float: left;
	width: 425px;
}

#homepagehero {
	float: left;
	width: 505px;
}

#homepage-button-1 {
	float: right;
	margin-right: 100px;
	margin-top: 130px;
	display: block;
}

#homepage-button-2 {
	clear: right;
	float: right;
	margin-right: 100px;
	margin-top: 20px;
	display: block;
}

/* Shop
--------------------------------------------- */

ul#product-list,
ul#collection-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* make sure width of product items per row add up to 600px (width of content div) */
li.product-item,
li.collection-item,
li.press-item {
	font-size: 1.1em;
	line-height: 1.5;
	width: 141px;
	margin-left: 12px;
	display: inline;
	float: left;
	height:350px;
	min-height: 350px;
	background: #fff;
	margin-bottom: 20px;
}

li.product-item.first,
li.collection-item.first,
li.press-item.first {
	margin-left: 0;
}

li.collection-item {
	width: 101px;
	margin-left: 50px;
	height:136px;
	min-height: 136px;
}

li.press-item {
	width: 101px;
	margin-left: 50px;
	height:230px;
	min-height: 230px;

}


li.product-item h4,
li.press-item h4 {
	color: #000;
	font-weight: bold;
}

li.product-item h4 {
	margin: 1em 1em 0 1em;
}

li.press-item h4 {
	margin: 1em 0 0 0;
}

li.product-item p,
li.press-item p {
	color: #666;
}

li.product-item p {
	margin: 0 1em;	
}

li.press-item p {
	margin: 0;
}

li.product-item .oldprice {
	font-weight: bold;
	color: #c1c1c1;
}

li.product-item .newprice {
	font-weight: bold;
}

li.product-item a:link,
li.product-item a:visited,
li.press-item a:link,
li.press-item a:visited {
	color: #999;
	text-decoration: underline;
}

#product-image {
	float:left;
	width: 244px;
	margin-right: 20px;
}

#product-image img {
	display: block;
}

#product-thumbnails {
	margin-top: 15px;
	background-color: #f4f4f4;
	padding: 5px;
	float: left;
	width: 234px;
	clear: left;
}

.product-thumbnail {
	float: left;
	margin: 0 8px;
	overflow: auto;
	display: inline;
}

.product-thumbnail img {
	border: 1px solid #d5d5d5;
}

#product-description {
	float: left;
	width: 336px;
	color: #666;
	overflow: auto;
}

#product-description h2 {
	font-size: 1.6em;
	color: #000;
}

#product-description h3 {
	font-size: 1.5em;
	font-weight: normal;
}

#product-description h4 {
	font-size: 1.1em;
}


#product-description p {
	line-height: 1.5;
/*	font-size: 1.1em;*/
}

#product-description p.product-price {
	margin: 1em 0;
	font-weight: bold;
	font-size: 1.3em;
}

#product-description .stl-product-row {
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}

#product-description .stl-product-row h3 {
	margin: 0;
	font-size: 1.1em;
	color: #656565;
	font-weight: bold;
}

#product-description .stl-product-row .product-thumbnail {
	margin-left: 0;
}

#product-description .stl-product-row .product-price {
	margin: 0;
}

#product-description .stl-product-row p {
	margin: 0;
}

#product-description .message {
	clear: both;
	border: solid 1px #FB4C53;
	background: #fDD;
	margin: 10px 0;
	padding: 10px;
	text-align: center;
}

.stl-product-row-tools {
	text-align: right;
	float: right;
	margin-left: 10px;
}

li.collection-item {
	font-size: 1.1em;
	line-height: 1.5;
	width: 101px;
	margin-left: 50px;
	display: inline;
	float: left;
	height:136px;
	min-height: 136px;
	background: #fff;
	margin-bottom: 20px;
}

li.collection-item.first {
	margin-left: 0;
}

#colourpicker {
	background-color: #e9e9e9;
	padding:10px;
	overflow: auto;
	margin-bottom: 10px;
	height:100%;
}

.colourchip {
	display: block;
	width: 24px;
	height:24px;
	float: left;
	margin-right: 10px;
	padding: 1px;
	border: 2px solid #e9e9e9;
}

.colourchip.selected {
	border: 2px solid #333;
}


#quantitypicker select,
#sizepicker select {
	width: 140px;
	margin-bottom: 10px;
}

#sizepicker,
#quantitypicker {
	float: left;
}

#quantitypicker {
	clear: both;
}

#sizingguide,
#addtobag {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#sizingguide {
	padding: 5px 0 5px 8px;
}

#addtobag input {
	color: #fff;
	background: #666;
	border: none;
	margin: 0;
	padding: 5px 8px;
	font-size: 1.1em;
	width: 150px;
}

#proceed {
	float: right;
	margin: 15px 0;
}

#proceed input {
	color: #fff;
	background: #f66;
	padding: 10px 0;
	border: none;
	margin: 0;
	font-size: 1.1em;
	line-height: 1em;
	width: 185px;
	height: 36px;
}


#continueshopping,
#continuecheckout {
	text-align: center;
	clear: both;
	height: 100%;
	font-size: 1.1em;
	margin-bottom: 10px;
}

#continueshopping {
	background-color: #999999;
}


#continuecheckout {
	background-color: #f66;
}


#shopping-cart #continueshopping {
	width: 155px;
	float: right;
	clear: none;
	margin: 15px 20px 15px 0;
}


#continueshopping a:link,
#continueshopping a:visited,
#continuecheckout a:link,
#continuecheckout a:visited {
	color: #fff;
	padding: 10px 0;
	display: block;
}

#tabbedmenu {
	clear: both;
	background-color: #e9e9e9;
	margin: 0;
}

#tabbedmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none;
}

#tabbedmenu li a:link,
#tabbedmenu li a:visited {
/*	display: block;*/
	padding: 5px 10px;
	float: right;
	background-color: #999999;
	color: #fff;
}

#tabbedmenu li a:hover,
#tabbedmenu li a:active {
	background-color: #666666;
	color: #fff;
	text-decoration: none;
}

#tabbedmenu li a.active:link,
#tabbedmenu li a.active:visited {
	background-color: #e9e9e9;
	color: #999999;
}

#tabbedcontent {
	clear: both;
	background-color: #e9e9e9;
	padding: 10px;
	overflow: auto;
	margin-bottom: 40px;
	height: 100%;
}

#tabbedcontent ul {
	margin: 0;
	padding: 0;
}

#tabbedcontent li {
	display: inline;
	overflow: hidden;
	list-style-type: none;
	margin: 0;
	float: left;
	margin: 0 7px;
}

#tabbedcontent li a img {
	border: 1px solid #d5d5d5;
}

#cart-progressbar {
	background: transparent url(../images/step_line.gif) repeat-x 0 100%;
	position: relative;
	margin-bottom: 25px;
}

#cart-progressbar ol {
	margin: 0;
	padding: 0;
	padding-bottom: 14px;
	
}

#cart-progressbar li {
	margin-left: 0;
	padding-left: 0;
	padding-bottom: 14px;
	list-style: none;
	display: inline;
	background: transparent url(../images/step_dot_off.gif) no-repeat 0 100%;
	position: absolute;
}

#cart-progressbar li.first {
	left: 0;
	position: static;
}

#cart-progressbar li.signin {
	left: 178px;
	text-align: center;
	background-position: 50% 100%;
}

#cart-progressbar li.shipping {
	left: 377px;
	text-align: center;
	background-position: 50% 100%;
}

#cart-progressbar li.last {
	background-position: 100% 100%;
	right: 0;
}

#cart-progressbar li.active {
	background-image: url(../images/step_dot_on.gif);
}

table#shopping-cart {
	width: 100%;
}

table#shopping-cart th {
	font-size: 1.1em;
	padding: 7px;
	text-align: left;
}

table#shopping-cart .first {
	text-align: left;
}

table#shopping-cart th.last {
	text-align: right;
}


table#shopping-cart td {
	padding: 7px;
	vertical-align: top;
	font-size: 1.1em;
}

table#shopping-cart tr.alt td {
	background-color: #efefef;
}

table#shopping-cart td.subtotal {
	font-weight: bold;
	font-size: 1.3em;
	text-align: right;
}

table#shopping-cart tr.total td {
	border-top: 1px solid #cecece;
	font-weight: bold;
	font-size: 1.3em;
	text-align: right;
	color: #ff6666;
}

table#shopping-cart tr.grandtotal td {
	border-top: 1px solid #cecece;
	font-weight: bold;
	font-size: 1.3em;
	text-align: right;
	border-bottom: 1px solid #cecece;
}

table#shopping-cart td.fineprint {
	color: #ff6666;
	font-size: 9px;
	text-align: right;
	border-bottom: 1px solid #cecece;
}


#existingcustomer,
#newcustomer,
#billingdetails,
#shippingdetails,
#paymentdetails {
	width: 281px;
	float: left;
	margin-bottom: 25px;
}

#paymentdetails {
	width: 100%;
}

#existingcustomer {
	margin-right: 35px;
}

#existingcustomer input,
#newcustomer input {
	width: 232px;
	margin: 0 0 10px 0;
}

#signin input,
#register input {
	padding: 10px;
	border: none;
	margin: 0;
	width: 242px;
	font-size: 1.1em;
	line-height: 1em;

}

#signin input {
	color: #fff;
	background: #999;
}

#register input {
	color: #4c4c4c;
	background: #cfcfcf;
}

#billingdetails label,
#shippingdetails label,
#paymentdetails label {
	font-weight: bold;
	width: 80px;
	margin: 5px 10px 5px 0;
	display: block;
	float: left;
}

#paymentdetails label {
	width: 135px;
}

#billingdetails p,
#shippingdetails p,
#paymentdetails p {
	clear: left;
}

#billingdetails input,
#shippingdetails input,
#billingdetails select,
#shippingdetails select {
	width: 152px;
	margin: 0 0 10px 0;
	display: block;
	float: left;
}

#shippingdetails p.cr {
	padding-bottom: 0;
	margin-bottom: 0;
}

#billingdetails p.cr label,
#shippingdetails p.cr label {
	width: 100%;
}

#billingdetails p.cr input,
#shippingdetails p.cr input {
	width: 20px;
	margin-right: 5px;
}

#shippingdetails .submit {
	width: 252px;
	font-size: 1.2em;
	padding: auto;
}

#shippingmethod,
#packageoptions {
	clear: both;
	border-top: 1px solid #cecece;
	padding: 20px 0;
}

#packageoptions {
	border-bottom: 1px solid #cecece;
	margin-bottom: 20px;
}

#shippingmethod h3,
#packageoptions h3 {
	margin-top: 0;
}


#shippingmethod h3 {
	display: inline;
}

/* Pop-up iframe
--------------------------------------------- */

#popup #header {
	background: #ff8585;
	padding: 20px 20px 15px 20px;
	width: auto;
	position: relative;
}

#popup.dark #header {
	background: #000;
	position: relative;
	width: 100%;
}

#popup #header h1 {
	width: auto;
	height: auto;
	color: #fff;
	font-weight: normal;
}

#popup.dark #header h1 {
	font-size: 1.2em;
	font-weight: bold;
}

#popup.dark #header h2 {
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0.5em 0 0 0;
}

#popup #header #navigation ul {
	margin: 1em 0 0 0;
	padding: 0;
}

#popup #header #navigation li {
	list-style: none;
	font-family: Verdana, Arial, sans-serif;
	color: #000;
	font-style: normal;
	font-weight: normal;
	border-bottom: none;
	float: left;
	display:inline;
	padding: 0;
	margin: 0;
	font-size:1.1em;
}

#popup #header #navigation  a:link,
#popup #header #navigation  a:visited {
	color: #000;
	border-bottom: none;
	display: inline;
	margin: 0;
	padding: 0 1em 0 0;
	text-decoration: underline;
	text-indent: 0;
}

#popup #header #navigation  a:hover,
#popup #header #navigation  a:active {
	color: #000;
	border-bottom: none;
}

#popup #content {
	margin: 8px 20px 20px 20px;
}

#popup.dark #content {
	width: 460px;
}

#popup table {
	width: 100%;
	background: #efefef;
	padding: 5px;
}

#popup th,
#popup td {
	font-size: 1.1em;
	text-align:left;
	vertical-align: top;
	padding: 10px;
}

#popup h2 {
	font-size: 1.1em;
	color: #666;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

#popup #header #navigation li a.current:link,
#popup #header #navigation li a.current:visited {
	text-decoration: none;
	border-bottom: none;
	color: #fff;
	font-weight: bold;
}


#popup form p {
	clear: both;
}

#popup form p label {
	width: 10em;
	font-weight: bold;
	display: block;
	float: left;
}

#popup form p input {
	width: 14em;
	display: block;
	float: left;
	margin-bottom: 1.5em;
}

#popup form p textarea {
	width: 100%;
}

#popup #twocol {
	margin-top: 20px;
}

#popup #twocol .col {
	width: 280px;
	margin: 0 20px 0 0;
	float: left;
}



#popup #proceed input {
	background: #666;
	padding: 10px 0;
	border: none;
	margin: 0;
	font-size: 1.1em;
	line-height: 1em;
	width: 185px;
	height: 36px;
}

#popup.dark #content {
	overflow: auto;
	margin-top: 24px;
}

#popup.press #content {
	margin-top: 20px;
}

#popup.dark #footer {
	background: #000;
	padding: 1.5em 0;
	width: auto;
	position: absolute;
	bottom: 0;
	width: 100%;
}

#popup.dark .copyright {
	color: #666;
}

#popup.dark #nav-previous,
#popup.dark #nav-next {
	font-size: 1.1em;
	font-weight: bold;
}

#popup.dark #nav-previous a:link,
#popup.dark #nav-previous a:visited,
#popup.dark #nav-next a:link,
#popup.dark #nav-next a:visited {
	color: #FFF;
	padding: 1em 0 1em 0;
	text-decoration: none;
}

#popup.dark #nav-previous {
	float: left;
	padding-left: 30px;
	background: transparent url(../images/nav_previous.gif) no-repeat 0 50%;
	margin-left: 1.5em;
}

#popup.dark #nav-next {
	float: right;
	padding-right: 30px;
	background: transparent url(../images/nav_next.gif) no-repeat 100% 50%;
	margin-right: 1.5em;
}