@charset "UTF-8";
/* CSS Document */

* {
	padding:0px;
	margin:0px;
	outline:none;
}

a {
	color:#808080;
	text-decoration:none;
}

a:hover {
	color:#e12082;
	text-decoration:none;
}

.accountTop {
	float:left;
	width:628px;
	padding-bottom:15px;
	border-bottom:1px solid #FFF;
}

.accountBox {
	float:left;
	width:628px;
	padding-bottom:5px;
	padding-top:5px;
}

.accountBoxTitle {
	width:608px;
	color:#e12082;
	float:left;
	font-weight:bold;
	font-size:16px;
	padding-bottom:10px;
	clear:both;
}

.accountBoxTop {
	float:left;
	width:628px;
	height:12px;
	line-height:1px;
	background-image:url(../images/account_box_top.jpg);
	background-repeat:no-repeat;
}

.accountBoxMiddle {
	float:left;
	width:608px;
	background-color:#FFF;
	padding-left:10px;
	padding-right:10px;
	color:#333333;
}

.accountBoxBottom {
	float:left;
	width:628px;
	height:7px;
	line-height:1px;
	background-image:url(../images/account_box_bottom.jpg);
	background-repeat:no-repeat;
}

.addItemBox {
	float:left;
	width:608px;
	padding-bottom:10px;
}

body {
	background-color:#e6e6e6;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-y;
	background-position:top center;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}

.container {
	width:800px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

.banner {
	width:800px;
	height:106px;
	float:left;
	background-image:url(../images/banner_grad.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#333333;
	color:#808080;
}

.bannerTop {
	float:left;
	height:55px;
	width:760px;
	padding-right:40px;
	padding-top:19px;
	text-align:right;
	font-size:10px;
}

.bannerTop a {
	color:#808080;
	text-decoration:none;
}

.bannerTop a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

.cartContainer {
	width:608px;
	float:none;
	clear:both;
}	

.cartTable {
	width:100%;
	border:none;
}

.cartTable td {
	padding:2px;
	border-bottom:1px dashed #808080;
} 

.errorMessage {
font-size:11px;
color:#e12082;
font-weight:bold;
background-color:#FFFFFF;
}

.errorMessageGreen {
font-size:11px;
color:#e12082;
font-weight:bold;
}

.feedbackButton {
	background-image:url(../images/add_image_button.gif);
	background-repeat:no-repeat;
	background-position:top;
	height:22px;
	padding-top:4px;
	padding-bottom:5px;
	width:140px;
	color:#FFFFFF;
	font-weight:bold;
	float:left;
	text-align:center;
	cursor:pointer;
}

.footerContainer {
	float:left;
	width:722px;
	padding-top:25px;
	padding-bottom:25px;
	border-top:1px solid #999999;
	font-size:10px;
}	

.footerContainer a {
	color:#333333;
	text-decoration:none;
}	

.footerContainer a:hover {
	color:#e12082;
	text-decoration:none;
}

.footerLeft {
	width:361px;
	float:left;
	text-align:left;
}

.footerRight {
	width:361px;
	float:left;
	text-align:right;
}

.greenBoxSmall {
	float:right;
	width:530px;
	padding-bottom:5px;
}

.greenBoxSmallTop {
	float:left;
	width:530px;
	height:14px;
	line-height:1px;
	background-image:url(../images/green_box_small_top.jpg);
	background-repeat:no-repeat;
}

.greenBoxSmallMiddle {
	float:left;
	width:530px;
	background-image:url(../images/green_box_small_back.jpg);
	background-repeat:repeat-y;
}

.greenBoxSmallLeftColumn {
	float:left;
	width:59px;
	padding-top:10px;
}

.greenBoxSmallRightColumn {
	float:left;
	width:440px;
	padding-left:20px;
	padding-right:11px;
	padding-top:22px;
}

.greenBoxSmallText {
	float:left;
	width:400px;
	color:#FFF;
	font-size:12px;
	line-height:17px;
	padding-top:20px;
}

.greenBoxSmallText p {
	margin-bottom:10px;
}

.greenBoxSmallText a {
	color:#333333;
}

.greenBoxSmallText a:hover {
	color:#e12082;
}	
.greenBoxSmallLeftText {
	float:left;
	width:274px;
	padding-right:10px;
	color:#FFF;
	font-size:12px;
	line-height:17px;
}

.greenBoxSmallLeftText p {
	margin-bottom:25px;
}

.greenBoxSmallRightText {
	float:left;
	width:139px;
	padding-top:80px;
	padding-bottom:5px;
	padding-left:7px;
	padding-right:7px;
	background-image:url(../images/home_right_grad.gif);
	background-position:top;
	background-repeat:no-repeat;
	color:#333333;
	font-size:11px;
	position:relative;
	top:-33px;
	height:102px;
}

.greenBoxSmallRightText li {
	font-size:13px;
	font-weight:bold;
}
.greenBoxSmallBottom {
	float:left;
	width:530px;
	height:16px;
	line-height:1px;
	background-image:url(../images/green_box_small_bottom.jpg);
	background-repeat:no-repeat;
}

.greenBoxLarge {
	float:right;
	width:723px;
	padding-bottom:5px;
}

.greenBoxLargeTop {
	float:left;
	width:723px;
	height:14px;
	line-height:1px;
	background-image:url(../images/green_box_large_top.jpg);
	background-repeat:no-repeat;
}

.greenBoxLargeMiddle {
	float:left;
	width:723px;
	background-image:url(../images/green_box_large_back.jpg);
	background-repeat:repeat-y;
}

.greenBoxLargeLeftColumn {
	float:left;
	width:59px;
	padding-top:10px;
}

.greenBoxLargeRightColumn {
	float:left;
	width:633px;
	padding-left:20px;
	padding-right:11px;
	padding-top:22px;
}

.greenBoxLargeText {
	float:left;
	width:633px;
	color:#FFF;
	font-size:12px;
	line-height:17px;
	padding-top:20px;
}

.greenBoxLargeText a {
	color:#333333;
}

.greenBoxLargeText a:hover {
	color:#e12082;
}	

.greenBoxLargeText p {
	margin-bottom:10px;
}

.greenBoxLargeBottom {
	float:left;
	width:723px;
	height:16px;
	line-height:1px;
	background-image:url(../images/green_box_large_bottom.jpg);
	background-repeat:no-repeat;
}

h1 {
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	font-weight:normal;
	margin-bottom:34px;
}

h2 {
	color:#FFF;
	font-size:17px;
	font-weight:normal;
	margin-bottom:20px;
	line-height:22px;
}

.helpContainer {
	border-bottom-color:#E12082;
	border-bottom-style:solid;
	border-bottom-width:1px;
	display:block;
	font-size:11px;
	line-height:13px;
	margin-bottom:0;
	padding-bottom:5px;
	display:none;
	width:608px;
	float:none;
	clear:both;
}


.helpContainer p {
margin-bottom:5px;
}

a.helpLink {
	color:#bababa;
	font-size:11px;
	font-weight:normal;
}

.helpDivider {
	color:#bababa;
	font-weight:normal;
	font-size:11px;
}	

.homeBottomPanel {
	float:right;
	width:531px;
	font-size:11px;
	color:#808080;	
	line-height:14px;	
	border-top:1px solid #999999;
	background-image:url(../images/homepanel_background.gif);
	background-position:top;
	background-repeat:repeat-y;
}

.homeBottomPanel img {
	display:block;
}

.homeBottomPanel p {
	margin-top:0px;
	margin-bottom:9px;
}

.homeQuickEasy {
	float:left;
	width:135px;
	padding-bottom:8px;
	padding-right:15px;
	padding-left:0px;
}

.homeNews {
	float:left;
	width:166px;
	padding-bottom:8px;
	padding-left:15px;
	padding-right:15px;
}

.homeSponsor {
	float:left;
	width:152px;
	padding-bottom:8px;
	padding-left:15px;
	padding-right:15px;
}

img {
	border:none;
}

label {
	font-size:9px;
	margin-top:4px;
	margin-bottom:3px;
	display:block;
}

input {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
}

input.leftColumn {
	width:152px;
	border:none;
	padding:4px;
	padding-left:2px;
	padding-right:0px;
	border:1px solid #FFF;
}

input.accountText {
	border:none;
	padding:4px;
	padding-left:2px;
	padding-right:0px;
	border:1px solid #CCCCCC;
	background-color:#CCCCCC;
}


input.registerText {
	border:none;
	padding:4px;
	padding-left:2px;
	padding-right:0px;
	border:1px solid #FFF;
}

input.signInButtonBlack {
	width:44px;
	height:22px;
	border:none;
	background: transparent url(../images/sign_in_black.gif) no-repeat center top;
	cursor:pointer;
}

input.signInButtonGreen {
	width:44px;
	height:22px;
	border:none;
	background: transparent url(../images/sign_in_green.gif) no-repeat center top;
	cursor:pointer;
}

input.searchButtonPink {
	width:47px;
	height:18px;
	margin-top:3px;
	border:none;
	background: transparent url(../images/search_pink.gif) no-repeat center top;
	cursor:pointer;
}

input.searchButtonGreen {
	width:47px;
	height:18px;
	margin-top:3px;
	border:none;
	background: transparent url(../images/search_green.gif) no-repeat center top;
	cursor:pointer;
}

input.registerButton {
	width:93px;
	height:28px;
	border:none;
	background: transparent url(../images/register_black.gif) no-repeat center top;
	cursor:pointer;
}

input.refineSearchButton {
	background: transparent url(../images/add_image_button.gif) no-repeat center top;
	color:#FFFFFF;
	cursor:pointer;
	float:right;
	font-weight:bold;
	height:26px;
	text-align:center;
	width:93px;
	border:none;
	font-size:12px;
}


input.accountInputButton {
	width:80px;
	border:1px solid #CCCCCC;
	background-color:#e12082;
	color:#FFFFFF;
	padding:2px;
}

.logo {
	width:136px;
	height:136px;
	position:absolute;
	top:17px;
	left:50%;
	margin-left:-365px;
	z-index:5;
}

.lookingForBox {
	float:left;
	width:176px;
	padding-bottom:5px;
}	

.lookingForBoxTop {
	float:left;
	width:176px;
	height:13px;
	line-height:1px;
	background-image:url(../images/looking_for_top.jpg);
	background-repeat:no-repeat;
}	

.lookingForBoxMiddle {
	float:left;
	width:156px;
	padding-left:10px;
	padding-right:10px;
	background-image:url(../images/looking_for_back.jpg);
	background-repeat:repeat-y;
	color:#FFF;
}	

.lookingForBoxBottom {
	float:left;
	width:176px;
	height:8px;
	line-height:1px;
	background-image:url(../images/looking_for_bottom.jpg);
	background-repeat:no-repeat;
}	

.mainContent {
	float:left;
	width:723px;
	padding-left:39px;
	padding-right:38px;
	padding-bottom:5px;	
}	

.mainContentLeft {
	float:left;
	width:176px;	
}

.mainContentRight {
	float:right;
	width:531px;
}

.menu {
	float:right;
	height:32px;
	color:#FFF;
	font-size:13px;
}

.menu a {
	padding-top:8px;
	padding-right:16px;
	padding-left:16px;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	float:left;
}

.menu a:hover {
	color:#e12082;
}

.messagecontainer {
	float:left;
	width:608px;
	background-color:#FFF;
	color:#333333;
	padding-bottom:35px;
}

.messageLeftColumn {
	width:130px;
	padding-bottom:5px;
	border-right:1px solid #e12082;
	padding-right:10px;
	padding-bottom:60px;
	float:left;
	text-align:right;
}

.messageBuffer {
	width:10px;
	float:left;
}

.messageRightColumn {
	width:457px;
	float:left;
	padding-bottom:10px;
}

.newsContainer {
	float:left;
	width:400px;
	color:#FFF;
	font-size:12px;
	line-height:17px;
	padding-bottom:10px;
	padding-top:10px;
	border-bottom:1px dashed #FFFFFF;
}

.newsTitle {
	width:400px;
	float:left;
	font-size:14px;
	font-weight:bold;
}

.newsText {
	padding-top:10px;
	width:400px;
	float:left;
}	
	

.offerBox {
	float:left;
	width:176px;
	padding-bottom:5px;
}	

.offerBoxTop {
	float:left;
	width:176px;
	height:13px;
	line-height:1px;
	background-image:url(../images/offer_top.jpg);
	background-repeat:no-repeat;
}	

.offerBoxMiddle {
	float:left;
	width:156px;
	padding-left:10px;
	padding-right:10px;
	background-image:url(../images/offer_back.jpg);
	background-repeat:repeat-y;
	color:#FFF;
}	

.offerBoxBottom {
	float:left;
	width:176px;
	height:8px;
	line-height:1px;
	background-image:url(../images/offer_bottom.jpg);
	background-repeat:no-repeat;
}

.productButton {
	background-image:url(../images/add_image_button.gif);
	background-repeat:no-repeat;
	background-position:top;
	height:22px;
	padding-top:4px;
	padding-bottom:5px;
	width:140px;
	color:#FFFFFF;
	font-weight:bold;
	float:left;
	text-align:center;
	cursor:pointer;
}

.productButton a {
	color:#FFF;
}

.productButton a:hover{
	color:#e12082;	
}

.productContactOwner {
	width:447px;
	float:left;
	display:none;
	height:270px;
}	

.productImageContainer {
	width:140px;
	float:left;
	padding-right:10px;
	text-align:center;
	border-right:1px solid #e12082;
}

.productImage {
	width:140px;
	padding-bottom:5px;
	padding-top:10px;
	border-bottom:1px solid #333333;
}

.productImage img {
	margin-bottom:5px;
}

.productTextContainer {
	width:447px;
	float:left;
	padding-left:10px;
}

.productTitle {
	color:#e12082;
	font-weight:bold;
}

select {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}

select.sideBoxSelect {
	width:156px;
	border:none;
	float:left;
	clear:left;
	height:22px;
	margin-bottom:2px;
}

select.registerSelect {
	border:none;
	float:left;
	clear:left;
	height:22px;
}

select.accountSelect {
	border:none;
	float:left;
	clear:left;
	height:22px;
	background-color:#CCCCCC;
}

.sideBoxTitle {
	font-size:15px;
	font-weight:bold;
	height:25px;
	width:156px;
	color:#FFFFFF;
}

.sideBoxBottomLeft {
	font-size:9px;
	float:left;
	width:95px;
	padding-top:17px;
}

.sideBoxBottomLeft a {
	color:#FFF;
}

.sideBoxBottomLeft a:hover {
	color:#e12082;
}

.sideBoxBottomLeftLookingFor {
	font-size:9px;
	float:left;
	width:95px;
	padding-top:17px;
}

.sideBoxBottomLeftLookingFor a {
	color:#FFF;
}

.sideBoxBottomLeftLookingFor a:hover {
	color:#333333;
}

.sideBoxBottomRight {
	font-size:9px;
	float:left;
	width:61px;
	text-align:right;
	padding-top:7px;
}

.signInBox {
	float:left;
	width:176px;
	padding-bottom:5px;
}	

.signInBoxTop {
	float:left;
	width:176px;
	height:13px;
	line-height:1px;
	background-image:url(../images/sign_in_top.jpg);
	background-repeat:no-repeat;
}	

.signInBoxMiddle {
	position:relative;
	float:left;
	width:156px;
	padding-left:10px;
	padding-right:10px;
	background-image:url(../images/sign_in_back.jpg);
	background-repeat:repeat-y;
	color:#FFF;
}	

.signInBoxBottom {
	float:left;
	width:176px;
	height:9px;
	line-height:1px;
	background-image:url(../images/sign_in_bottom.jpg);
	background-repeat:no-repeat;
}	

.signInRegister {
	position:absolute;
	top:5px;
	right:12px;
	font-size:9px;
}

.signInRegister a {
	color:#FFF;
}

.signInRegister a:hover {
	color:#e12082;
}


.sofaBanner {
	padding-left:39px;
	padding-right:39px;
	width:722x;
	height:135px;
	padding-top:10px;
	float:left;
	overflow:visible;
}

.sofaBannerLeft {
	width:392x;
	height:135px;
	float:left;
}

.sofaImage {
	height:183px;
	left:50%;
	margin-left:102px;
	position:absolute;
	top:113px;
	width:244px;
	z-index:5;
}

.subtitle {
	color:#333333;
}

.subtitle a {
	color:#333333;
}

.subtitle a:hover {
	color:#e12082;
}

td.accountField {
	color:#333333;
	text-align:left;
	vertical-align:bottom;
	font-size:11px;
}

td.regiterField {
	text-align:left;
	vertical-align:bottom;
}

td.registerSpacer {
	line-height:1px;
	height:5px;
}

td.cartTableHeader {
	color:#333333;
	font-size:12px;
	font-weight:bold;
	border-bottom:1px solid #333333;
}	

td.searchTableHeader {
	color:#e12082;
	font-size:12px;
	font-weight:bold;
	border-bottom:1px solid #333333;
	border-top:1px solid #333333;
}	

#tooltip{
	position:absolute;
	border:1px solid #ccc;
	background:#ffffff;
	padding:2px 5px;
	color:#333;
	display:none;
	font-size:12px;
}	

.title {
	font-size:15px;
	font-weight:bold;
	height:25px;
	color:#333333;
}

.titleLarge {
	font-size:16px;
	font-weight:bold;
	color:#333333;
}

textArea {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	border:1px solid #CCCCCC;
	font-size:11px;
	overflow:auto;
}

ul {
margin-top:10px;
padding-left:10px;
margin-left:5px;
margin-bottom:10px;
}

ul.accountLinks li {
	float:left;
	width:195px;
	list-style-position:outside;
	list-style-type:none;
}

.welcome {
	color:#FFF;
	font-weight:bold;
}
