/***************************************/
/*		tag styles					   */
/***************************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	padding: 0;
	background: #ffffff url(../images/left-column-bg.png) repeat-y 0 50px;
	margin: 0;
	color: #000;
}

h2, h3 { /* h2 - title */
	font-family: Georgia,Serif;
	font-size: 1.5em;
	color: #990000;
	margin: 0 0 15px 0;
}

h4 { /*h4 - subtitle */
	font-family: Georgia,Serif;
	font-size: 1.2em;
	margin-bottom: 7px;
}

p {
	margin: 0 0 15px 0;
	line-height: 1.5em;
}

ul, ol {
	margin-bottom: 0;
}

#content li {
	padding-bottom: 15px;
}


form {
	margin: 0;
}

/***************************************/
/*		link styles					   */
/***************************************/

a:link, a:visited {
	color: #900;
	text-decoration: underline;
}

a:visited {
	color: #966;
}

a:hover {
	text-decoration: none;
}

/***************************************/
/*		homepage styles				   */
/***************************************/

.mainColumn {
	width: 290px;
}

.homeBlock {
	width: 226px;
	margin: 0 0 20px 0;
	font-size: .9em;
	float: right;
	clear: both;
}

.homeBlock h3 {
	color: #000;
}

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

.homeBlock .alignright {
	margin-top: 10px;
}

.homeBlock .leftImg {
	margin-right: 5px;
}

.homeBlock .rightImg {
	margin-left: 5px;
}

.homeBlock a:link, .homeBlock a:visited {
	font-weight: bold;
	color: #900;
}

.innerBlock {
	width: 196px;
	margin: 10px 0 0 10px;
}

.homeFeatured { background: #fff url(../images/featuredBlockBg.jpg) repeat-y 0 0; }
.homeHighlight { background: #fff url(../images/highlightBlockBg.jpg) repeat-y 0 0; }
.homeSignUp { background: #fff url(../images/signUpBlockBg.jpg) repeat-y 0 0; }
.homeNews {	background: #fff url(../images/newsBlockBg.jpg) repeat-y 0 0; }

.homeSignUp .alignright a:link,
.homeSignUp .alignright a:visited,
.homeHighlight .alignright a:link,
.homeHighlight .alignright a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.40em;
	font-weight: bold;
}

.homeBlock .blockBottom {
	background: url(../images/blockBottom.png) no-repeat 0 0;
	height: 20px;
}

.newsDivider {
	padding-top: 20px;
	font-weight: bold;
	background: url(../images/divider.png) no-repeat 0 10px;
}

.homeBlock ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.homeBlock ul li {
	background: url(../images/dot.png) no-repeat 0.4em 0.5em;
	padding-left: 20px;
}

/* homeBlock horizontal divide (hr tag) */
.homeBlock hr {
	color: #cdcdd1; /* ie6 */
	background-color: #cdcdd1;
	width: 100%;
	line-height: 1px;
	height: 1px;
	margin: 10px 0;
	border: 0 !important;
}

.homeHighlight hr { 
	color: #dfc5dc;
	background-color: #dfc5dc;
}

.homeBlock .bigger {
	font-size: 1.3em;
}

/* "Tubes" on the homepage -- Browse Our Store */
.tube {
	margin-bottom: 20px;
}

.tube h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 1.7em;
	margin: 0;
}

.tube a:link, .tube a:visited, .tube a:hover {
	display: block;
	color: #000;
	text-decoration: none;
}

.tube p a {
	font-size: .9em;
}

.tube p {
	padding-bottom: 15px;
}


/* tubes with left picture */
.tubeDress { background: #fff url(../images/tube-HomeDress.jpg) no-repeat 0 0; }
.tubeAccess { background: #fff url(../images/tube-HomeAccess.jpg) no-repeat 0 0; }
.tubeDress h3 a, .tubeAccess h3 a { padding: 16px 0 0 120px; }
.tubeDress p  a, .tubeAccess p  a { padding: 10px 0 0 120px; }

/* tubes with right picture */
.tubeSuit { background: #fff url(../images/tube-HomeSuit.jpg) no-repeat 0 0; }
.tubeCareer { background: #fff url(../images/tube-HomeCareer.jpg) no-repeat 0 0; }
.tubeSuit h3 a, .tubeCareer h3 a { padding: 16px 0 0 10px; }
.tubeSuit p  a, .tubeCareer p  a { padding: 10px 120px 0 10px; }

/***************************************/
/*		tab styles					   */
/***************************************/

#header-tabs {
	background: #FFFFFF;
	float: right;
	width: 100%;
	line-height: normal;
}
#header-tabs ul {
	padding-right: 10px;
	padding-left: 5px;
	padding-bottom: 0;
	margin: 0;
	padding-top: 10px;
	list-style-type: none;
}
#header-tabs li {
	padding-right: 0;
	padding-left: 9px;
	background: url(../images/tab_left.png) no-repeat left top;
	float: right;
	padding-bottom: 0;
	margin: 0;
	padding-top: 0;
}
#header-tabs a {
	padding-right: 15px;
	display: block;
	padding-left: 6px;
	font-size: .9em;
	font-weight: bold;
	background: url(../images/tab_right.png) no-repeat right top;
	float: left;
	padding-bottom: 4px;
	color: #000;
	padding-top: 5px;
	text-decoration: none;
}
#header-tabs a {
	float: none;
}
#header-tabs a:hover {
	text-decoration: underline;
}
#header-tabs #current {
	border-top-width: 0;
	border-left-width: 0;
	background-image: url(../images/tab_left_on.png);
	border-bottom-width: 0;
	border-right-width: 0;
}
#header-tabs #current a {
	background-image: url(../images/tab_right_on.png);
	padding-bottom: 4px;
	color: #000;
}

a.backhome {
	font-weight: bold;
	font-size: .8em;
	padding-left: 10px;
}

/***************************************/
/*		other styles				   */
/***************************************/

a.backhome:link, a.backhome:visited {
	color: #fff;
	text-decoration: none;
}

#content {
	background: url(../images/main-top-shadow.png) repeat-x 0 0;
	padding-top: 20px;
}

#footer {
	clear:both;
	padding: 10px 0px;
	background: #ffffff url(../images/footer-line.png) no-repeat top left;
}

.required {
	font-size: .8em;
	color: #900;
	vertical-align: text-top;
}

.newsDate {
	color: #999;
	font-size: .9em;
	margin-bottom: 7px;
}

.alignleft {
	text-align: left;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

.left {
	float: left;
}

.right {
	float: right;
}

.leftImg {
	float: left;
	margin-right: 15px;
}

.rightImg {
	float: right;
	margin-left: 15px;
}


/***************************************/
/*		#personal styles 			   */
/***************************************/
#personal {
	position: absolute;
	top: 20px;
	left: 525px;
	white-space: nowrap;
	font-size: .9em;
	margin-right: 15px;
	padding-bottom: 11px;
}

#personal a:link, #personal a:visited {
	color: #000;
	text-decoration: none;
	padding-left: 15px;
}

#personal a:hover {
	text-decoration: underline;
}


/***************************************/
/*		#leftnav styles 			   */
/***************************************/

#leftnav {
	margin-top: 10px;
	padding: 0 0 30px 0;
	background: #F6F9FE url(../images/leftnav-bottom.png) repeat-x 0 100%;
}

/*********** #leftnav link styles ***********/

#leftnav ul a:link, #navBar ul a:visited {display: block;}
#leftnav ul {list-style: none; margin: 0; padding: 0;}

#leftnav form {
	background: url(../images/leftnav-top.png) repeat-x 0 0;
	padding: 15px 0 4px 0;
}

#leftnav .search {
	border: 1px solid #666;
	margin-left: 20px;
	padding: 1px;
}

#leftnav .gobutton {
	padding: 1px;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid black;
	color: #fff;
	background-color: #336699;
}


#leftnav a:link, #leftnav a:visited {
	font-family: Arial,Georgia,Serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 4px 0 4px 20px;
}

#leftnav a:hover {
	text-decoration: underline;
}

#leftnav h3 {
	margin: 14px 0px 4px 10px;
	color: #000;
	font-size: 1.2em;
}

/****************************************/
/* styles for ecommerce plus templates */
/****************************************/

.ectlink:link, .ectlink:visited {
	color: #900;
	text-decoration: none;
}

.ectlink:hover {
	text-decoration: underline;
}

.prodoption {
	margin: 2px 0 10px 0;
	width: 200px;
}

.bigger {
	font-size: 1.1em;
	color : #000;
}

.smaller {
	font-size: .95em;
	color : #000;
}

hr {
	color: #fff;
	background-color: #fff;
	width: 100%;
	height: 1px;
	margin: 5px 0;
	border: 0;
	border-bottom: 1px dashed #888;
}

td.catname { /* makes category table align vertically */
	vertical-align: top;
}

p.catname {
	padding: 8px 0 2px 0;
	margin: 0;
}

.catname a.ectlink:link, .catname a.ectlink:visited {
	font-family: Georgia,Serif;
	font-size: 1.3em;
	font-weight: bold;	
}

.prodname a.ectlink:link, .prodname a.ectlink:visited {
	font-size: 1.1em;
	font-weight: bold;	
}

.catnavigation { font-size: .95em; }
.catdesc { font-size: .9em; }
.prodnavigation { font-size: .95em; }

.pagenums {
	padding: 10px 0 7px 0;
	font-size: .95em;
}

.detailname {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: bold;
}

.detailimage { vertical-align: top; }
.detaildescription { padding: 7px 0; }
.detailprice { margin-bottom: 20px;}
.detailoptions { padding-top: 15px; }
.price, .discountmessage, .proddiscounts { font-size: .95em; }
.discountsapply { color: #900; }
.proddiscounts { color: #000; }

.super {
	vertical-align: super;
	font-size: .7em;
}

.newAccountMsg {
	background-color: #FEFFAF;
	border: 1px dashed #900;
	font-size: .90em;
	padding: 5px;
	margin-bottom: 10px;
}

.mincart td { font-size: .95em; }
p.mincart { margin: 0; }

/* end ecommerce catalogue styles*/


/***********************/
/* Store Front Styles */
/***********************/

.storefront {
	margin-top: -20px;
	padding-top: 10px;
	background-color: #FFFFFF;
	background-image: url(../images/storefront/slatwall-bg.jpg);
	background-repeat: no-repeat;
}

.storefront div {
	padding-bottom: 10px;
	width: 270px;
}


.storefront h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 1.5em;
	margin: 0 0 5px 0;
}

.storefront p {
	margin-bottom: 20px;
	font-size: .9em;
}

.storefront h3 a:link, .storefront h3 a:visited {
	color: #417cd6;
	text-decoration: none;
}

.storefront h3 a:hover {
	text-decoration: underline;
}


.storefront a:link, .storefront a:visited, .storefront a:hover {
	display: block;
	color: #000;
	text-decoration: none;
}

.storefront h3 a, .storefront p a {
	padding: 0 0 0 103px;
}

/* tubes with left picture */
.sfDress { 
	background: url(../images/storefront/dress.jpg) no-repeat 0 0; 
	width: 265px !important;
}
.sfSuit {
	background: url(../images/storefront/suit.jpg) no-repeat 0 -5px;
	margin-bottom: 20px;
}
.sfAccess { background: url(../images/storefront/accessories.jpg) no-repeat 0 0; }
.sfCareer { 
	background: url(../images/storefront/career.jpg) no-repeat 0 -5px;
	width: 350px !important;
}

/***********************/
/* Color Swatch Styles */
/***********************/

.swatch p {
	margin: 10px 0;
}

.swatch table, .swatch td {
	text-align: center;
}