/* threetothree.css */


/* default tags */
body {
	background: #c2e8e6 url(../images/bg-header.png) top left repeat-x;
	font: 62.5% Georgia, "Times New Roman", Times, serif;
	color: #1f1f1f;
	margin: 0;
}
a {
	color: #1f1f1f;
}
a:hover,
#lang_select a:hover{
	color: #13a89e;
}
h2 {
	font-size: 1.8em;
}
/* typography */
.content h1 {
	font-size: 3em;	
	color: #f15b28;
	margin-bottom: 0.5em;
}

p { 
	font-size: 1.2em;
	margin-bottom: 1em;
}
.quote {
	font-size: 1.4em;
	font-weight: bold;
}

.content p {
	line-height: 1.5em;
}

.error {
	color: #13A89E;
	font-weight: bold;
}

.error li {
	list-style: disc;
	margin-left: 30px !important;
	line-height: 1.6em;
}

/* wysiwyg Styles */

.content .highlight {
	background: #13A89E;
	color: #ffffff;
	font-weight: bold;
	padding: 0 2px;
}

.content .warning {
	color: #13A89E;
	font-weight: bold;	
}

.content h2 {
	font-size: 2em;
	margin: 5px 0;
}

.content h3 {
	font-size: 1.7em;
	margin: 5px 0;
}

.content h4 {
	font-size: 1.3em;
	margin: 5px 0;
	font-weight: bold;
}

.content ul {
	margin: 15px 0;
}

.content ul li {
	list-style: disc;
	margin: 0 0 0 20px;
	font-size: 1.2em;
}

.content ol {
	margin: 15px 0;
}

.content ol li {
	list-style: decimal;
	margin: 0 0 0 25px;
	font-size: 1.2em;
}

/* structure */
#wrapper {
	width: 940px;
	margin: 0 auto;
	position: relative;
}
#header {
	height: 52px;
	margin: 0 0 25px 0;
	padding: 19px 0 0 180px;
}
#content {
	float: left;
	width: 700px;
	min-height: 500px;
	height: 500px;
}
html>body #content {
	height: auto;
}
#sidebar {
	float: right;
	width: 220px;
}
#footer_wrapper {
	width: 100%;
	background: transparent url(../images/bg-footer.png) bottom left repeat-x;
	height: 59px;
	margin-top: 55px;
}
#footer {
	width: 940px;
	margin: 0 auto;
	padding: 11px 0 0;
	height: 44px;
	overflow: hidden;
}
#page {
	background-color: #fff;	
}
.localnav {
	float: left;
	width: 220px;
}
.content {
	border-left: 1px solid #c2e8e6;
	/*margin-bottom: -2px;*/
	padding: 26px 21px;
	width: 437px;
	float: left;
}

.content a {
	text-decoration: underline;
	color: #13a89e;
	font-weight: bold;
}

.page-summary .content {
    float: none;
    width: auto;
    border-left: none;
    padding: 0;
}

/* header */
#logo {
	position: absolute;
	top: 9px;
	left: 19px;
	z-index: 5;
	display: block;
	width: 134px;
	height: 132px;
}

#header ul li {
	display: inline;
	font-size: 1.8em;
}
#header ul li a {
	display: block;
	float: left;
	padding:  1px 10px 2px;
	border: 1px solid #fff;
	background-color: #fff;
	color: #13a89e;
	text-decoration: none;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
	margin-right: 10px;
}
#header ul li a.active,
#header ul li a:hover {
	color: #fff;
	border: 1px solid #13a89e;
	background-color: #13a89e;
}
#header p {
	font-size: 1.4em;
}
#lang_select {
	float: right;
	margin-right: 30px;
	padding: 6px 0;
	white-space: nowrap;
}
#lang_select a {
	color: #1f1f1f;
}
#cart {
	background: #f0f0f0 url(../images/icon-cart.png) 5px 5px no-repeat;
	padding: 5px 10px 5px 27px;
	border: 1px solid #f0f0f0;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
	float: right;
}
/* footer */
#footer p {
	float: left;
	font-size: 1.2em;
	margin-top:0px;
}
#footer p img {
	vertical-align: middle;
	margin-right: 8px;
}
#footer ul {
	float: right;
	padding-top: 12px;
}
#footer ul li {
	display: inline;
	font-size: 1.2em;
}
#footer ul li a {
	padding: 0 8px;
	border-left: 1px solid #000;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer ul li.first a {
	border-left: none;	
}
#footer ul li.last a {
	padding-right: 0;	
}

/* CTAs */
.cta {
	background: #626262;
	float: left;
	width: 220px;
	height: 207px;
	margin: 22px 20px 0 0;
	background-position: bottom left;
	background-repeat: no-repeat;
	position: relative;
}
.cta.end {
	margin-right: 0;
}
.cta h2 {
	background: transparent url(../images/bg-cta_header.png) bottom left repeat-x;
	height: 72px;
	padding: 9px 15px 0 15px;
	font-size: 1.8em;
}

.cta h2 a {
    text-decoration: none;
}

.cta h2 a:hover {
    background: #ffffff !important;
    color: #13A89E;
}

.cta_icon {
	position: absolute;
	bottom: -11px;
	right: -11px;
}
#sidebar .cta {
	height: 216px;
	margin: 0 0 20px 0;
	
}
#sidebar .cta h2 {
	height: 73px;
	font-size: 1.4em;
	padding-bottom: 15px;
}
#sidebar .cta h2 .inner {
    display: block;
    height: 72px;
    overflow: hidden;
}

#sidebar .cta h2 span.orange {
	font-size: 1.6em;

}
#sidebar .cta h2 a {
	text-decoration: none;
	display: block;
}
#content .cta .link {
	display: block;
	background: #f15b28;
	color: #fff;
	font-size: 1.1em;
	font-style: italic;
	text-decoration: none;
	float: left;
	padding: 6px 8px;
	margin: 92px 0 0 -3px;
	position: relative;
}
#content .cta a:hover {
	background-color: #13a89e;
}
#content .cta a span {
	position: absolute;
	bottom: -3px;
	left: 0;
	display: block;
	width: 3px;
	height: 3px;
	background: transparent url(../images/bg-corner_shadow.png) top left no-repeat;
}

.image_cta {
	position: relative;
	margin-bottom: 10px;
}
.image_cta a {
	text-decoration: none;
}
.image_cta a img {
	display: block;
}
.image_cta a span {
	display: block;
	position: absolute;
	top: 70px;
	left: 7px;
	width: 190px;
	color: #fff;
	font-size: 2.2em;
	padding: 10px 7px;
	background: transparent url(../images/bg-orange_trans.png) top left repeat;
}
/* page elements */
.box {
	background-color: #fff;	
	padding: 15px;
}
.box input {
	vertical-align: middle;
}
#sitenav {
	margin-top: 16px;
	float: left;
	width: 670px;
	
}
#sitenav h2 {
	font-size: 1.8em;
	margin-bottom: 30px;
}
#sitenav h3 {
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 12px;
}
#sitenav h3 a {
    text-decoration: none;
}

#sitenav li {
	font-size: 1.4em;
	margin-bottom: 12px;
}
#sitenav li a {
	text-decoration: none;
}
#sitenav li a:hover {
	text-decoration: underline;
}

.section {
	float: left;
	width: 150px;
	padding-right: 15px;
}

.nav_hdr {
	padding: 18px;	
	/*border-bottom: 5px solid #cacaca;*/
}
.nav_hdr h2 {

}
.nav_hdr p {
	font-size: 1.4em;
}
.localnav ul {
	background: #fff url(../images/bg-nav_category.png) left top repeat-x;
}
.localnav li {
	/*margin-top: -8px;*/
	
}
.localnav li a {
	background: transparent url(../images/bg-localnav.png) left top repeat-x;
	padding: 8px 16px 16px;
	display: block;
	text-decoration: none;
	font-size: 1.6em;
	
}
.localnav li a.first {
	background: transparent url(../images/bg-localnav_top.png) left top repeat-x;

}
.localnav li.active {
	margin-top: -8px;
}

.localnav li.active a {
	background: transparent url(../images/bg-localnav_active.png) left top repeat-x;
	color: #fff;
}

.localnav .active ul {
	background: url(../images/bg-nav_category.png) repeat-x scroll left bottom;
}

.localnav .active ul li a {
    background: none;
    color: #1F1F1F;
    font-size: 1.4em;
    padding-left: 25px;
}

.localnav .active ul .active a {
    text-decoration: underline;
}

#login {
	background: #f0f0f0 url(../images/bg-nav_category_dark.png) repeat-x left bottom;
}

#login h3 {
	background: #13A89E url(../images/bg-nav_category_hdr_dark.png) left bottom repeat-x !important;
}

#login .inner {
	padding: 10px 20px 15px 20px;
}

#login label {
	display: block;
	padding: 0 0 3px 0;
	font-size: 1.1em;
}

#login .textbox {
	background: #ffffff;
	border-top: 1px solid #939393;
	border-left: 1px solid #939393;
	width: 178px;
	height: 21px;
	padding: 0;
	margin: 0 0 10px 0;
}

/* TABLE */

.table {
	width: 444px;
}

#listings-table .thumb {
	background: #808080;
	width: 81px;
	height: 66px;
	float: left;
	margin: 0 14px 0 0;
}

#checkout-table .thumb {
	background: #808080;
	width: 53px;
	height: 43px;
	float: left;
	margin: 0 14px 0 0;
}

.table th {
	background: #C2E8E6 url(../images/bg-form_info.png) repeat-x left bottom;
	padding: 7px 10px 18px 10px;
	*padding-top: 11px;
	font-size: 1.1em;
}

.table td {
	background: #f0f0f0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 9px 5px 10px 9px;
	vertical-align: middle;
}

.table .total .totalInner {
    position: relative;
}

.table .btn_remove {
    position: absolute;
    right: 3px;
    top: 0;
}

#listings-table td {
	border-right: 1px solid #ffffff;
}

.table a {
	color: #1f1f1f;
}

.table .description {
	width: 226px;
}

.table .description .title {
	overflow: hidden;
	padding: 8px 0 0 0;
	font-size: 1.1em;
	line-height: 1.5em;
}

.table .description .title a {
	font-weight: normal;
}

.table .edit a {
	color: #13a89e;
	font-weight: normal;
	font-size: 1em;
	line-height: 2em;
}

.table .qty .textbox {
	width: 24px;
	padding: 1px 0 2px 3px;
	border-top: 1px solid #939393;
	border-left: 1px solid #939393;
}

.table .total a {
	color: #13a89e;
	font-weight: normal;
}

.table .subtotal {
	background: #ffffff;
	text-align: right;
}

.table .subtotal p {
	margin: 0;
	font-size: 1.1em;
	padding: 0 20px 0 0;
}

.checkout-buttons {
	border-top: 1px solid #c2e8e6;
	border-bottom: 1px solid #c2e8e6;
	overflow: hidden;
	padding: 8px 0;
	margin: 0 0 30px 0;
}

.checkout-buttons p {
	float: left;
	margin: 0;
	padding: 4px 0 0 0;
}

.checkout-buttons p a {
	font-weight: normal;
	color: #1F1F1F;
}

.checkout-buttons input {
	float: right;
}

.checkout-buttons .submit {
    margin: 0 20px 0 0;
}

.checkout-buttons .thankyou {
	background: url(../images/tick-white.png) no-repeat 50px 5px;
	color: #13a89e;
	font-weight: bold;
	padding: 3px 10px 3px 70px;
	letter-spacing: -0.5px;
}

.checkout-buttons .thankyou a {
	color: #13a89e;
	font-weight: bold;
	text-decoration: underline;
}

/* CHECKOUT */

.payment-info {
	background: #13a89e url(../images/bg-nav_category_hdr.png) repeat-x scroll left bottom;
	color: #ffffff;
}

.payment-info .inner {
	padding: 12px 20px;
}

.payment-info h3 {
	background: url(../images/bg-title.png) repeat-x;
	padding: 10px 0 14px 18px;
	font-size: 1.2em;
	font-weight: bold;
}

.payment-info p {
	line-height: 1.6em;
}

.payment-image {
	text-align: center;
	padding: 50px 0 49px 0;
}

/* FORM */

.form_info {
	background: #c2e8e6 url(../images/bg-form_info.png) repeat-x bottom left;
	padding: 10px 12px 18px 15px;
	margin: 0;
}

.form_info p {
	margin: 2px 0;
}

.form {
	background: #f0f0f0;
	overflow: hidden;
	padding: 0;
}

.form .field {
	padding: 0;
}

.form .label {
	padding: 0  0 2px 0;
	font-size: 1.1em;
}

.form .textbox {
	width: 245px;
	border: 1px solid #cccccc;
	font-size: 1.1em;
	height: 20px;
}

.form select {
	width: 245px;
	border: 1px solid #cccccc;
	font-size: 1.1em;
	height: 24px;
	padding: 2px 2px 2px 0;
}

.form .textarea {
	height: 50px;
	width: 390px;
}

.form .row {
	overflow: hidden;
	border-bottom: 2px solid #ffffff;
	padding: 11px 5px 13px 13px;
}

.form .row .field {
	float: left; 
}

.form .enter-value .control {
	background: url(../images/pound.png) no-repeat 0 7px;
	padding: 0 0 0 15px;
}

.form .enter-value .control .textbox {
	width: 67px;
	padding: 2px 0 0 3px;
}

#seller-login-form {
    background: none;
}

#seller-login-form .formInner {
    background: #F0F0F0;
}


.info {
	padding: 28px 38px 28px 18px;
}

.info p {
	line-height: 1.5em;
}

.info a {
	text-decoration: underline;
	color: #f15b28;
}

.info .highlight {
    background: #F15B28;
    color: #ffffff;
    font-weight: bold;
    padding: 0 3px;
    display: inline-block;
}

.info .warning {
    color: #F15B28;
    font-weight: bold;
}

.info strong {
    font-weight: bold;
}

.info ul,
.info ol {
    background: none;
    margin: 10px 0;
}

.info ul li {
    font-size: 1.2em;
    list-style-type: disc;
    margin: 0 0 0 20px;
}

.info ol li {
    font-size: 1.2em;
    list-style-type: decimal;
    margin: 0 0 0 25px;
}

.info h2 {
    font-size: 2em;
    margin: 5px 0;
}

.info h3 {
    font-size: 1.7em;
    margin: 5px 0;
}

.info h4 {
    font-size: 1.3em;
    font-weight: bold;
    margin: 5px 0;
}

/* sidebar */
#site_search {
	padding-bottom: 20px;
	margin-bottom: 3px;
}
#site_search h2 {
	margin-bottom: 15px;
}
#site_search .textbox {
	border: 1px solid #626262;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
	width: 134px;
	padding: 3px 8px 4px;
	margin-right: 6px;
}
.textbox {
	font: 1.4em Georgia, "Times New Roman", Times, serif;
}
#nav {
	margin-bottom: 10px;
}
#nav h3,
#login h3 {
	background: #13a89e url(../images/bg-nav_category_hdr.png) left bottom repeat-x;
	color: #fff;
	padding: 8px 15px 10px;
	font-size: 1.6em;
}
#nav ul li {
	background: #fff url(../images/bg-nav_category.png) left bottom repeat-x;
	padding-bottom: 4px;
}
#sidebar .box {

}
#sidebar .box h2 {
	font-size: 2.2em;	
}
#sidebar .box p {
	font-size: 1.4em;	
}
#sidebar .box a {
	text-decoration: none;
}
.en a.launch {
	display: block;
	padding: 5px 77px 0 0;
	background: transparent url(../images/bg-hdr_cta_learn.png) top right no-repeat;
	height: 58px;
	margin-bottom: 5px;
}

#nav ul li.closed {

}
#nav ul li.closed.over a {
	background-position: -220px 14px;
}
#nav ul li.closed a {
	/*background: #ffffff url(../images/bg-menu_plus_minus.png) 0 14px no-repeat;*/
}

#nav ul li a {
	display: block;
	padding: 8px 15px 10px;
	font-size: 1.4em;
	text-decoration: none;
}
#nav ul li ul {
	margin: 0 0 10px 10px;	
}
#nav ul li ul li a {
	font-size: 1.4em;
	padding: 4px 15px;
	
}

#nav .active {
    color: #13A89E;
}

#nav ul li.closed ul li a:hover,
#nav ul li ul li a:hover,
#nav ul li ul li .active {
	background: transparent url(../images/icon-green_arrow.png) 15px center no-repeat !important;
	padding-left: 25px;
	color: #1f1f1f;
}
#nav ul li.closed ul li a,
#nav ul li.no_bg,
#nav ul li ul li,
#nav ul li ul li a {
	background-image: none;
}
.closed ul {
	/*display: none;*/
}
.sub_hdr {
	font-size: 1.4em;
}

/* page summary */

.page-summary {
	padding: 21px 0 21px 15px;
}

.page-summary .highlight {
	color: #13a89e;
	font-weight: bold;
}

.page-summary p {
	margin: 6px 0 0 0;
}

/* sitemap */

#sitemap ul {
    padding: 0 0 1px 10px;
}

#sitemap li {
    margin: 5px 0;
}

#sitemap a {
    background: url(../images/icon-green-white_arrow.png) no-repeat 0 3px;
    font-size: 1.3em;
    padding: 0 0 0 15px;
}



/* generic styles */
.bottom_border {
	border-bottom: 2px solid #a3c3c1;
}
.margin_bottom {
	margin-bottom: 16px;
}
.turq {
	color: #13a89e;
}
.orange a,
.orange {
	color: #f15b28;
}
.pngfix { behavior: url(/3to3/js/iepngfix.htc) }


/* product page */

#productBody {
    background: #ffffff url(../images/lady.jpg) no-repeat right bottom;
}

#productBody .content {
    width: 370px;
}

#productInfo {
    background: #F0F0F0;
    margin: 0 0 16px 0;
    overflow: hidden;
}

.productImage {
    background: #cccccc;
    width: 480px;
    height: 323px;
    float: left;
    overflow: hidden;
}

.productImage img {
    display: block;
    width: 480px;
    height: 323px;
}

.productSummary {
    overflow: hidden;
}

#productInfo h1 {
    background: #ffffff url(../images/bg-nav_category.png) repeat-x left bottom;
    font-size: 2.2em;
    padding: 16px;
}

.productDescription {
    background: #ffffff;
    font-weight: bold;
    padding: 16px;
}

.productDescription p {
    margin: 0;
}

.productInfo {
    background: #f0f0f0 url(../images/jaggedy_grey.png) repeat-x right top;
    padding: 16px;
}

.productInfo p {
    margin: 0 0 8px 0;
}

.productNav {
    overflow: hidden;
    /*padding: 30px 0 228px 0;*/
    padding: 30px 0 0 0;
}

.productNav li {
    font-size: 1.2em;
    margin: 5px 0;
    padding: 0 0 0 20px;
}

.productNav li a {
    background: url(../images/icon-green_arrow.png) no-repeat scroll 15px center;
    padding: 0 0 0 30px;
    text-decoration: none;
}

#relatedProducts h1 {
    font-size: 1.6em;
    padding: 20px 0 0 22px;
    word-spacing: 2px;
    letter-spacing: -1px;
    font-weight: bold;
}

.productNav img {
    display: block;
}

#termsError{margin-top:10px;font-size:1.1em;color:#F15B28;display:none}
#termsText{font-size:1.1em}
.productInfo span.label{display:none}
span.control input{position:relative;left:-2px}
