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

@import "products.css";
@import "titles.css";
@import "nav.css";
@import "cart.css";
body {
	margin:0;
	width:1000px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:18px;
}
h1 {
	font-size:26px;
	color:#000000;
	font-weight:bold;
	letter-spacing:-80;
}
img {
	border:0;
}
a {
	color:#ff0000;
}
a:hover {
	color:#fff;
	background-color:#ff0000;
	border:0;
}
#flash {
	width:535px;
	height:440px;
	float:left;
	margin:0;
	padding:0;
/*	border-right:1px solid black;
	border-bottom:1px solid black;*/
}
#topContent {
	float:right;
	margin:10px 30px 0 0;
	width:420px;
	position:relative;
	padding:0;
}
#topContent #copy {
	padding:30px 0 0px 0;
}
#content {
	clear:both;
	/*padding-top:20px;*/
	margin:0;
}
#homeNotice{
	padding-top:10px;
	margin-left:13px;
	clear:both;
	color:#5b5b5b;
}
#homeNotice img{float:left;}
#homeNotice .bubble{
	background:#dfdfdf;
	margin:0 0 0 69px;
	width:860px;
}
#homeNotice .bubbleSmall{
	background:#dfdfdf;
	margin-left:69px;
	width:600px;
}
#homeNotice .bubble img, #homeNotice .bubbleSmall img{
	float:none;	
}
#homeNotice .copy{
	margin:0;
	padding:0 15px;
}
#homeNotice p{
	margin:0 ;
}
.contentIdx {
	padding-top:20px;
	margin-left:28px;
}
.contentMain {
	padding-top:10px;
	margin-left:28px;
}
.leftInfo {
	float:left;
	width:525px;
	margin:15px 0px 0px 10px;
}

table.profileTable{
	background:#e4e4e4;
	height:185px;
	width:495px;
	margin-top:10px;
}
table.profileTable td{vertical-align:top; padding:10px;}
td.profile{width:265px; }
.profileImg{border:solid 3px #efecec; vertical-align:text-bottom;}

.design, .product {
	float:left;
	font-size:15px;
	text-align:left;
	margin:0px 8px 10px;
	position:relative;
	width:160px
}
.product .details {
	margin-left:7px;
	margin-top:5px;
	font-size:11px;
	color:#333333;
	line-height:14px;
}
.product a {
	color:#ff0000;
	font-size:15px;
	line-height:18px;
}
a:hover.productLink {
	color:#fff;
	background-color:#ff0000;
	border:0;
}
.product img.productImg {
	width:157px; height:96px;
	border:7px solid #efecec;
}
.product img.productImg:hover {
	border:7px solid #ff0000;
}
.design img.productImg {
	width:140px; height:104px;
	border:7px solid #fff;
}
.design img.productImg:hover {
	border:7px solid #ff0000;
}
.product p {
	margin:5px 0 0 0;
	padding:0;
}
#footer {
	clear:both;
	color:#a19e9e;
	font-size:11px;
	line-height:18px;
	width:730px;
	margin:30px 0 10px 10px;
}
#footer a {
	color:#a19e9e;
}
#footer a:hover {
	text-decoration:none;
}
#sort_options {
	font-size:14px;
	padding-left:10px;
	padding-top:15px;
	margin-bottom:15px;
}
#sort_options form {
	display:inline;
	font-size:12px;
}
#sort_options select {
	width:155px;
	margin-right:15px;
	vertical-align:middle;
}
.sizing{ color:#333333; width:420px;}
.padLeft{padding:0 0 3px 8px;}
.clear {
	clear:both;
}
.wholesale_login{margin: 20px 0 40px;}
.wholesale_login img{padding-bottom:4px;}
.wholesale_login input.title{width:115px;}
.wholesale_login td{vertical-align:bottom;}
#wholesale_user_info{float:left; width:300px; padding:20px; background-color:#cccccc;}
#wholesale_orders{float:right; padding:20px; width:600px;}
.alert{color:#ff0000; font-weight:bold;}

.linksLeft{
	background:#e4e4e4;
	padding:10px 10px;
}
.linksLeft .link, .linksRight .link{
	margin:10px 0;
}
.link .linkURL{clear:both; padding:5px 0;}
.linksLeft .title{
	float:left;
	background:#ff0000;
	color:#ffffff;
	padding:3px;
	font-size:14px;
}
.linksRight .title{
	float:left;
	background:#000000;
	color:#ffffff;
	padding:3px;
	font-size:14px;
}

#contactTbl th{text-align:left; }