@charset "utf-8";
* {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	border-style: none;
	font-family: "Times New Roman", Times, serif;
}
body {
	color:#999	
}
h1 {
	font-size: 115%;
	color: #F05C27;
	font-style: italic;
	font-weight: bold;
}
input, select {
	border: 1px solid #000;
}
.noBorder {
	border:none;
}
a:link, a:active, a:visited {
	color: #F05C27;
}
a:hover {
	text-decoration: underline;
}
/* start of main layout divs */
#wrapper {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#header {
	background-image: url('Seventyseven_logo.gif');
	height: 176px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000;
}
#cartDiv {
	height: 60px;
	width: 240px;
	position: absolute;
	right: 0px;
	top: 50px;
	background-color: #f2f2f2;
}
#cartOverViewDiv {
	font-size: 70%;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	left: 10px;
	bottom: 11px;
	width: 100px;
}
#quickSearchDiv {
	color: #000;
	margin: 10px;
}
#quickSearchInput {
	border: 1px solid #000;
	font-size: 70%;
	width: 170px;
	font-family: Arial, Helvetica, sans-serif;
	height: 18px;
	color: #000;
	padding-left: 5px;
}
#quickSearchInputBlur {
	border: 1px solid #000;
	font-size: 70%;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	height: 16px;
	color: #999;
	padding-left: 5px;
}
#cartLinksDiv {
	width: 130px;
	position: absolute;
	right: 10px;
	text-align: right;
	bottom: 10px;
	height: 19px;
}
#cartLinksDiv a:link, #cartLinksDiv a:active, #cartLinksDiv a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000;
	text-decoration: none;
}
#cartLinksDiv a:hover {
	color: #F05C27;
	text-decoration: none;
}

#mainContentOuterDiv {


}
#mainContentInnerDiv {
	width:830px;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
.bannerScolling {
	height: 320px;
	width: 590px;
	background-image: url('Jan_Sale_finaldays.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 0px;
	top: 20px;
}
/* footer divs */
#footerDiv {
	background-color: #F2F2F2;
	height:160px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #000;
	border-bottom-color: #000;
	border-bottom-width: 1px;
	position: relative;
	font-size: 80%;
	font-weight: bold;
	color: #000;
	clear: both;
}
#footer2 {
	height: 60px;
	width: 100%;
	font-size: 70%;
	color: #000;
	font-weight: normal;
	text-align: center;
}
#footerDiv a:link, #footerDiv a:active, #footerDiv a:visited {
	color: #666;
	font-weight: normal;
}
#footerTitleStore {
	height: 20px;
	width: 100px;
	position: absolute;
	top: 20px;
	left: 270px;
}
#footerNavStore{
	min-height: 100px;
	width: 140px;
	position: absolute;
	top: 40px;
	left: 270px;
	font-size: 90%;
	color: #F05C27;
}

#footerNavStore ul {
	list-style: none;
}
#footerNavStore ul li {
	margin-bottom: 2px;
}


#footerTitleInfo {
	height: 20px;
	width: 100px;
	position: absolute;
	top: 20px;
	left: 430px;
}
#footerNavInfo{
	min-height: 100px;
	width: 120px;
	position: absolute;
	top: 40px;
	left: 430px;
	font-size: 90%;
	color: #666;
	font-weight: normal;
}
#footerNavInfo ul {
	list-style: none;
}
#footerNavInfo ul li {
	margin-bottom: 2px;
}


#footerDiv a:hover {
	color: #F05C27;
	text-decoration: none;
}
#footerTitleCommunity {
	height: 20px;
	width: 100px;
	top: 20px;
	position: absolute;
	left: 560px;
}
#footerSubTitleCommunity {
	height: 20px;
	width: 150px;
	position: absolute;
	left: 560px;
	top: 40px;
	font-size: 90%;
	font-weight: normal;
}

#footerDiv .signUp {
	height: 30;
	width: 250px;
	position: absolute;
	top: 70px;
	left: 560px;
}
#footerDiv .facebook {
	height: 30;
	width: 250px;
	position: absolute;
	top: 100px;
	left: 560px;
}
#footerDiv .twitter {
	height: 30;
	width: 250px;
	position: absolute;
	top: 100px;
	left: 650px;
}

#footerDiv .bankLogosDiv {
	height: 60px;
	width: 180px;
	position: absolute;
	left: 20px;
	top: 40px;
}
#footerTitleSecured {
	height: 20px;
	width: 100px;
	position: absolute;
	left: 20px;
	top: 20px;
}
#footerSubTitleSecured {
	height: 20px;
	width: 200px;
	position: absolute;
	left: 20px;
	top: 105px;
	font-size: 85%;
	font-weight: normal;
}

/* footer divs */


/* end of main layout divs */

/*********************************************************************************************/

/* Home page banner divs */

#bannerDiv {
	height: 360px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000;
	position: relative;
	top: 0px;
}
#bannerDiv .freeDelivery {
	height: 70px;
	width: 225px;
	top: 20px;
	right: 0px;
	position: absolute;
}
#bannerDiv .bannerPromoDiv {
	position: absolute;
	height: 210px;
	width: 225px;
	right: 0px;
	bottom: 20px;
}
#bannerDiv .bannerPromoTitleDiv {
	height: 20px;
	width: 225px;
	position: absolute;
	top: 100px;
	right: 0px;
	font-size: 115%;
	color: #F05C27;
	font-style: italic;
	font-weight: bold;
}
#email_address {
	border: 1px solid #999;
	width: 180px;
	color: #999;
}

#navMainDiv {
	height: 56px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000;
	position: relative;
}
#navBar {
	width: 100%;
	position: absolute;
	top: 30px;
}
#brochureNavMain {
	color: #999;
	list-style-type: none;
	list-style-position: inside;
	font-size: 100%;
	height: 20px;
	margin-top: 4px;
}
#brochureNavMain ul {
	list-style-type: none;
	list-style-position: inside;
}
#brochureNavMain li {
	float: left;
	margin-right: 20px;
}
#brochureNavMain li a:link, #brochureNavMain li a:active, #brochureNavMain li a:visited {
	color: #999;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 85%;
	letter-spacing: 1px;
}
#brochureNavMain li a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #F05C27;
}
#brochureNavMainDiv {
	height: 20px;
	margin-top: 10px;
}
#sectionBar {
	height: 20px;
	margin-top: 10px;
	color: #000;
}
#sectionBar a:link, #sectionBar a:active, #sectionBar a:visited {
	color: #000;
	text-decoration: none;
	text-transform: capitalize;
}
#sectionBar a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #F05C27;
}

#sectionNavMain ul {
	color: #999;
	list-style-type: none;
	list-style-position: inside;
	font-size: 100%;
}
#sectionNavMain li {
	float: left;
	margin-right: 10px;
	list-style-type: none;

}
#sectionNavMain li a:link, #sectionNavMain li a:active, #sectionNavMain li a:visited {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 85%;
	letter-spacing: 1px;
}
#sectionNavMain li a:hover {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}

/**********************************************************************************************************/
h3.product	{
	font-size: 80%;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 6px 0px;
	color: #000;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	}
h3.product a:link, h3.product a:active, h3.product a:visited {
	color: #000;	
}
h3.product a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #F05C27;
}
.product_list	{
	width: 190px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-size: 75%;
	color: #000;
	font-weight:bold;
	text-align: center;
	}	
.product_list  a:link, .product_list a:active, .product_list a:visited {
	color: #000;
	font-weight:bold;
}
.product_list a:hover {
	color: #FFF;
	font-weight:bold;
	text-decoration: none;
	background-color: #F05C27;
}
.product_list P {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #f05c27;
	font-size: 80%;
	text-align: center;
}
.image_product	{
	text-align: center;
	width: 190px;
	margin-top: 0px;
	height: 182px;
	margin-bottom: 10px;
	}
#sectionBanner {
	height: 200px;
	width: 830px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#cartOuter {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#cartInner {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.cartTbl td  {
	background-color: #f2f2f2;
}
.checkout-progress-heading {
	width: 300px;
	margin: 10px auto;
	font-size: 115%;
	color: #F05C27;
	font-style: italic;
	font-weight: bold;
}
.highlightedPrice {
	color: #f05c27;
}
#checkout-progress-indicator {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
	margin-top: 40px;
}
#cartTitle {
	font-size: 115%;
	color: #F05C27;
	font-style: italic;
	font-weight: bold;
	width: 100%;
}
#viewCartTitle {
	font-size: 115%;
	color: #F05C27;
	font-style: italic;
	font-weight: bold;
	width: 100%;
	margin-bottom: 40px;
}
.quickSearchInput {
	position: absolute;
	left: 10px;
	width: 100px;
	top: 10px;
}
.quickSearchBTN {
	height: 18px;
	width: 18px;
	position: absolute;
	top: 10px;
	right: 10px;
}
.boldBlack {
	font-weight: bold;
	color: #000;	
}.brochure_sizingTableDiv form table tr td input {
	width: 300px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.brochure_sizingTableDiv form table tr td textarea {
	width: 300px;
	border: 1px solid #CCC;
}
.brochure_sizingTableDiv form table tr td .sendBtn {
	height: 30px;
	width: 53px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.inputNoBorder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* Shopping cart and checkout fields ------------------------------------------- */

table.checkout td {
	background-color: #eeeeee;
	font-size: 90%;
}

table.checkout th {
	background-color: #f05c27;
}

.cart {
	background-color: #eeeeee;
}

.cartheading {
	background-color: #ffffff;
	font-weight: normal;
}
.cartTbl tr .cartClearRow  {
	background-color: #ffffff;
}
.cartTbl tr .cartheading {
	font-size: 80%;
}
.cartTbl tr .cart table tr td {
	font-size: 80%;
}
.cartBtns {
	margin-top: 40px;	
}
.cartPadding {
	margin: 10px;
	width: 95%;
}
.cartError {
	background-color: #FFF;
	color:#f05c27;
}
.image_product a:hover{
	background-color: #FFF;
}
.japanHomePage {
	width: 28px;
	top: 15px;
	right: 40px;
	position: absolute;
}
.UKHomePage {
	width: 28px;
	top: 15px;
	right: 0px;
	position: absolute;
}

