@charset "utf-8";
@font-face {
	font-family: Georgia;
	font-style: normal;
	font-weight: normal;
	src: url(http://www.threadz.com/fonts/Georgia.tff);
}

@font-face {
	font-family: Franklin;
	font-style: normal;
	font-weight: bold;
	src: url(http://www.threadz.com/fonts/Franklin Gothic Book(True Type).TFF);
}

/* CSS Document */
a {
	font-family: Georgia;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #7b7b7b;
	text-decoration: underline;
}
a:active {
	color: #000000;
}
body,td,th {
	font-family: Georgia;
	color: #000000;
	font-size:13px;
}
body {
	margin: 0px;
	background-color: #FFFFFF;
	min-width: 800px;
}

h1
{
	margin: 0px 0px 5px;
	padding: 0px;
	font-family: Georgia;
	font-size:36px;
	color:#000000;
	font-weight:none;
	text-decoration: none;
}
h3
{
	margin:10px 0px;
	padding:0px;
	font-size:18px;
	font-family: Georgia;
	color:#000000;
	font-weight:bold;
}

p{
	text-align: justify;	
}

#header
{
	min-width: 800px;
	width:95%;
	height:119px;
	overflow:hidden;
	background-color:#FFFFFF;
}
#header .logo
{
	width:268px;
	height:119pxpx;
	margin: 0px;
	float: left;
	z-index: 0px;
}

#header .contactInfo{
	z-index: 0px;
	float: right;
	width: 515px;
	padding: 5px 0px;
}
.addressThreadz{
	float: right;
	border-right: 1px dashed #000000;
	padding: 0px 15px 0px;
	font-family: Georgia;
	font-size: 18px;
	text-align: right;
	height: 70px;
}
.contactThreadz{
	float: right;
	padding: 0px 15px 0px;
	font-family: Georgia;
	font-size: 18px;
	height: 70px;
}

#search
{
	float: right;
	height: 37px;
	overflow: hidden;
	padding-right: 10px;
}
#header .cartLink
{
	position: absolute;
	right: 10px;
	top: 45px;
	color: #000000;
}
#header .cartLink a
{
	color: #000000;
}
#header .cartLink a:visited
{
	color: #000000;
}
#header .cartLink a:hover
{
	color: #7b7b7b;
}

#loginTable th {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

#getcustinfo {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin-left: 10px;
	color: #000000;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#loginform p {
	font-weight: normal;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
}

#setSpecifics h1 {
	padding-top: 20px;
	color:#ff7f00;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#setSpecifics p {
	color: #666666;
	font-size: 12px;
	line-height:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	

.rightborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.ErrorMsg	/*  This is the large red text for the error messages  */
{
	font-weight: bold;
	color: #FF0000;
	font-size: 16px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.SetItemName
{
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.setPrice
{
	color:#7b7b7b;
	font-size:12px;
	font-weight:bold;
}

.CartHeader
{
	background-image: url(Images/SiteImages/bg_cart_header.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	height: 32px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.menu {
	float:center;
	height:37px;
	background:url(Images/SiteImages/top_nav_background.jpg) top left repeat-x;
	border: 1px solid #d6d6d6;
	text-align: center;
	width: 95%;
}
.menu ul,
.menu ul li {
	display: inline;
	padding:4px 10px 0px 10px;
	margin: 0px;
	text-align: center;
	float:left;
	color: #000000;
}
.menu ul li a,
.menu ul li a a:visited {
	color:#1b1b1b;
	font-size:18px;
	font-weight: bold;
}

.menu_right {
	height:24px;
	text-align: right;
	padding-top: 20px;
	float: right;
	width: 100%;
}
.menu_right ul,
.menu_right ul li {
	list-style-type: none;
	margin:0px;
	padding:0px;
	float:left;
	text-align: right;
}
.menu_right ul li a,
.menu_right ul li a a:visited {
	font-family:Georgia;
	margin:0px 10px 0px 10px;
	color:#000000;
	font-size:12px;
	text-align: right;
}
.menu_right ul li a:hover {
	color:#7b7b7b;
}

#wrap
{
	z-index: 0;
	min-width: 800px;
	width:95%;
	overflow:hidden;
	margin:0 auto;
	display: block;
}
#wrap #content
{
	float:left;
	width:83%;
	display:inline;
}
#wrap #sidebar
{
	float:left;
	z-index:0;
	width:150px;
	overflow:hidden;
	display:inline;
	background-color: #FFFFFF;
	text-align: center;
	min-height: 300px;
	/*vertical-align: text-top;*/
}
#wrap #sidebar .dots
{
	width:149px;
	height:1px;
}
#wrap #sidebar ul li,
#wrap #sidebar ul
{
	list-style-type: none;
	line-height:24px;
	margin:10px 0px 0px 10px;
	padding:0px;
	height: 24px;
	width: 123px;
}
#wrap #sidebar ul li a,
#wrap #sidebar ul li a:visited
{
	font-family: Franklin;
	font-size:18px;
	color:#000000;
	margin-left:7px;
}
#wrap #sidebar ul li a:hover
{
	color:#7b7b7b;
	text-decoration: underline;
	font-weight: bold;
}
#wrap #mainbar
{

	display: inline;
	float: left;
	z-index:0;
	width:81%;
	min-width: 480px;
	overflow:visible;
	padding: 10px 0px 0px 15px;
}
#wrap #mainbar #customerservice {
	text-align: left;
	width: 100%;
	padding: 10px 10px 10px 15px;
}
#wrap .banner_wrap
{
	width:81%;
	height:150px;
	text-align:left;
	overflow:hidden;
	padding: 10px 0px 0px 15px;
}
#wrap .banner_wrap .banner
{
	width:500px;
	height:150px;
	padding-top:10px;
	background:url(Images/SiteImages/threadz_banner.jpg) top left no-repeat #FFFFFF;
	margin:0 auto;
	overflow:hidden;
}
#wrap #mainbar .formMain
{
  text-align:center;
	overflow:hidden;
	width:80%;
}

#wrap #mainbar .formMain .formTop
{
	width:504px;
	height:31px;
	background:url(Images/SiteImages/FormTop.jpg) top left no-repeat;
}

#wrap #mainbar .formMain .formMiddle
{
	width:504px;
	background:url(Images/SiteImages/FormMiddle.jpg) top left repeat-y;
}

.blackTxt
{
	color:#000000;
}
.whiteTxt
{
	color:#FFFFFF;
}

.CatDescription
{
	color:#000000;
	font-size: 11px;
}

#wrap #mainbar .formMain .formBottom
{
	width:504px;
	height:33px;
	background:url(Images/SiteImages/FormBottom.jpg) top right no-repeat;
}

#wrap #mainbar .formMain .bigFormTop
{
	width:602px;
	height:35px;
	background:url(Images/SiteImages/BigFormTop.jpg) top left no-repeat;
}

#wrap #mainbar .formMain .bigFormMiddle
{
	width:602px;
	background:url(Images/SiteImages/BigFormMiddle.jpg) top left repeat-y;
}

#wrap #mainbar .formMain .bigFormBottom
{
	width:602px;
	height:35px;
	background:url(Images/SiteImages/BigFormBottom.jpg) top right no-repeat;
}

#wrap #mainbar .infoBox
{
  text-align:center;
	overflow:hidden;
	background:url(Images/SiteImages/InfoMiddle.jpg) top left repeat-y;
	width:250px;
}

#wrap #mainbar .infoTop
{
	width:250px;
	height:16px;
	background:url(Images/SiteImages/InfoTop.jpg) top left no-repeat;
}

#wrap #mainbar .infoBottom
{
	width:250px;
	height:17px;
	background:url(Images/SiteImages/InfoBottom.jpg) top right no-repeat;
}

#wrap #mainbar .bigBox
{
  text-align:center;
	overflow:hidden;
	background:url(Images/SiteImages/BigMiddle.jpg) top left repeat-y;
	width:600px;
}

#wrap #mainbar .bigTop
{
	width:600px;
	height:48px;
	background:url(Images/SiteImages/BigTop.jpg) top left no-repeat;
}

#wrap #mainbar .bigBottom
{
	width:600px;
	height:50px;
	background:url(Images/SiteImages/BigBottom.jpg) top right no-repeat;
}

#slantedmenu{
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	height: 34px;
	margin-top: 5px;
}

#slantedmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#slantedmenu ul{
	text-indent: 0px;
	text-align: left;
	margin: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#slantedmenu ul li{
	display: inline;
}

#slantedmenu ul li a{
	color: #000000;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#slantedmenu ul li a:visited{
color: #000000;
} 

#slantedmenu ul li a:hover{
	color: #7b7b7b;
}

.chartTopper 
{
	background-image: url(Images/SiteImages/bg_size_chart_header.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

.detailborder { /* This is for the sizing charts */
	color: #000000;
	background-color: #cccccc;
	border: 1px solid #000000;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 90%;
}

.szchart {  /* This is for the sizing charts */
	color: #000000;
	font-size: 10px;
	text-align: center;
}

table.imageBox
{ 
	padding: 0px; 
}
table.imageBox td.innerImageBox
{ 
	width: 150px;
}

.OutOfStock	/*  This is the RED out of stock text in the view product page */
{
	padding: 5px;
	font-weight: bold;
	font-size: 15px;
	color: red;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

.optbox { /* This is the box around the product variations on viewProduct.php and controls the font */
	border: none;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.optBoxTD
{
	padding: 0px 10px 10px 10px;
}
.optText 
{
	color: #000000;
	padding:5px 0px 5px 0px;
}

.additionalBox
{
	clear: none;
	display: inline;
	float: left;
	padding: 5px;
	vertical-align: middle;
	width: 80px;
	height: 144px;
}

.style1 {  /* This is for the sizing charts */
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

.tovar_content{
	width: 350px;
}

#tovars
{
	margin-top:0px;
	width:100%;
	overflow:hidden;
}

#tovars .tovar
{
	float:left;
	width:140px;
	overflow:hidden;
	margin:5px;
}

#tovars .tovar_img
{
	float:left;
	padding-left:15px;
	width: 125px;
	height: 270px;
	overflow:hidden;
	text-align: center;
	z-index: 1;
}

#tovars .tovar .tovar_text
{
	float:left;
	width:120px;
	padding-right: 3px;
	overflow:hidden;
	text-align: center;
}

#tovars .tovar .tovar_text a
{
	color:#000000;
	font-size:11px;
	font-weight:bold;
}
#tovars .tovar .tovar_text a:hover
{
	color:#000000;
	font-size:11px;
	font-weight:bold;
}

.totalProds{
	width: 100%;
	padding: 5px;
	text-align: center;
}

.price
{
	margin:10px 0px 10px 0px;
	color:#000000;
	font-size:14px;
	font-weight:bold;
}

h2
{
	color:#ff6600;
	font-size:14px;
	font-weight:bold;
	text-align: center;
}

table.colorBox
{ 
	padding: 0px; 
}
table.colorBox td.innerColorBox
{ 
	width: 150px;
}

table.insideColorBox
{ 
	border: 1px solid #000000;
	border-collapse: collapse;
}
table.insideColorBox td.leftColor
{ 
	border-right: 0px;
}
table.insideColorBox td.rightColor
{ 
	border-left: 0px;
}

.lineHeight1
{
	line-height:1.2;
}

#footer_wrap
{
	z-index: 0;
	display:block;
	width:95%;
	overflow:hidden;
	margin:0 auto;
	min-width: 800px;
}
#footer
{
	margin:30px 0px 0px 10px;
	width:100%;
	border-top:#ccc 1px dashed;
	overflow:hidden;
}

#footer #footer_container
{
	float:right;
	width:83%;
	overflow:hidden;
	height:62px;
}

.catInfo
{
	margin-top:10px;
	margin-bottom:10px;
	font-size:16px;
	color:#000000;
	font-weight:bold;
	text-align: center;
}

.footer_menu
{
	margin-top:10px;
	float:left;
	width:350px;
}
.footer_menu a,
.footer_menu a:visited 
{
	margin-right:20px;
	font-size:12px;
	color:#000000;
}

.footer_menu a:hover
{
	color:#7b7b7b;
}

.footer_copy
{
	float:right;
	margin-top:10px;
	margin-right:30px;
}

#price
{
	margin:10px 0px 10px 0px;
	color:#ff7f00;
	font-size:14px;
	font-weight:bold;
}
#price_name
{
	margin-left:10px;
	color:#2c2c2c;
	font-size:14px;
	font-weight:bold;
}

.qty
{
	margin-top:15px;
	margin-bottom:15px;
	color:#6a6a6a;
	font-weight:bold;
}

input.buynow
{
	color: #000000;
	font-family: Georgia;
	font-weight: bold;
	font-size: 14px;
	background: #c4c4c4;
	border:2px solid #000000;
	cursor: pointer;
	margin: 3px;
	padding: 2px 20px;
}

input.buynow:hover
{
	color: #FFFFFF;
}

input.estDelivery
{
	color: #000000;
	font-family: Georgia;
	font-weight: bold;
	font-size: 14px;
	background: #c4c4c4;
	border:2px solid #000000;;
	cursor: pointer;
	margin: 3px;
}

input.estDelivery:hover
{
	color: #FFFFFF;
}

input.updateCart
{
	color: #000000;
	font-family: Georgia;
	font-weight: bold;
	font-size: 14px;
	background: #c4c4c4;
	border:2px solid #000000;
	cursor: pointer;
	margin: 3px;
	padding: 2px 20px;
}

input.updateCart:hover
{
	color: #FFFFFF;
}

input.contShopping
{
	color: #000000;
	font-family: Georgia;
	font-weight: bold;
	font-size: 14px;
	background: #c4c4c4;
	border:2px solid #000000;
	cursor: pointer;
	margin: 3px;
	padding: 2px 20px;
}

input.contShopping:hover
{
	color: #FFFFFF;
}

input.updateShipping
{
	color: #000000;
	font-family: Georgia;
	font-weight: bold;
	font-size: 14px;
	background: #c4c4c4;
	border:2px solid #000000;
	cursor: pointer;
	margin: 3px;
	padding: 2px 20px;
}

input.updateShipping:hover
{
	color: #FFFFFF;
}

input.login
{
	color: #FFFFFF;
	font-family: Georgia;
	font-weight: bold;
	font-size: 14px;
	background: #000000;
	border:2px solid #a0a0a0;
	cursor: pointer;
	margin: 3px;
	padding: 2px 20px;
}

input.login:hover
{
	color: #c4c4c4;
}

input.loginCheckout
{
	color: #FFFFFF;
	font-family: Georgia;
	font-weight: bold;
	font-size: 14px;
	background: #000000;
	border:2px solid #a0a0a0;
	cursor: pointer;
	margin: 3px;
	padding: 2px 20px;
}

input.loginCheckout:hover
{
	color: #c4c4c4;
}

input.orderTrack
{
	color: #000000;
	font-family: Georgia;
	font-weight: bold;
	font-size: 14px;
	background: #c4c4c4;
	border:2px solid #000000;
	cursor: pointer;
	margin: 3px;
	padding: 2px 20px;
}

input.orderTrack:hover
{
	color: #FFFFFF;
}

input.registry
{
	color: #000000;
	font-family: Georgia;
	font-weight: bold;
	font-size: 14px;
	background: #c4c4c4;
	border:2px solid #000000;
	cursor: pointer;
	margin: 3px;
	padding: 2px 20px;
}
input.registry:hover
{
	color: #FFFFFF;
}

input.cartShop
{
	color: #000000;
	font-family: Georgia;
	font-weight: bold;
	font-size: 14px;
	background: #c4c4c4;
	border:2px solid #000000;
	cursor: pointer;
	margin: 3px;
	padding: 2px 20px;
}
input.cartShop:hover
{
	color: #FFFFFF;
}

.thumbnails{
	min-height: 150px;
	margin-top: 0px;
	overflow: hidden;
	z-index: 0;
	float: left;
	width: 85%;
}

.spacer{
	width: 100%;
	display: block;	
	height: 145px;
}

.prodDesc{
	padding: 5px;
	z-index: 0;
	display: block;
	float:left;
	width: 70%;
}

.divOptions{
	z-index: 0;
	float: left;
	display: block;
	text-align: right;
}

.btnNewAccount {
	color: #000000;
	font-family: Georgia;
	font-weight: bold;
	font-size: 14px;
	background: #c4c4c4;
	border:2px solid #000000;
	cursor: pointer;
	margin: 3px;
	padding: 2px 20px;
}
.btnNewAccount:hover {
	color: #FFFFFF;
}

.forgotPW{
	color: #000000;
	text-decoration: none;
}
.forgotPW:hover {
	color: #7b7b7b;
}

input.customerLogin{
	color: #000000;
	font-family: Georgia;
	font-weight: bold;
	font-size: 14px;
	background: #c4c4c4;
	border:2px solid #000000;
	cursor: pointer;
	margin: 3px;
	padding: 2px 20px;
}
input.customerLogin:hover{
	color: #FFFFFF;
}

.btnProceed {
	color: #000000;
	font-family: Georgia;
	font-weight: bold;
	font-size: 14px;
	background: #c4c4c4;
	border:2px solid #000000;
	cursor: pointer;
	margin: 3px;
	padding: 2px 20px;
}
.btnProceed:hover {
	color: #FFFFFF;
}

.btnGeneral{
	color: #000000;
	font-family: Georgia;
	font-weight: bold;
	font-size: 14px;
	background: #c4c4c4;
	border:2px solid #000000;
	cursor: pointer;
	margin: 3px;
	padding: 2px 20px;
}
.btnGeneral:hover {
	color: #FFFFFF;
}

.nav_seperator{
	color: #666666;
}

.productSearch{
	border: 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(http://www.threadz.com/Images/SiteImages/txt_search.jpg);
	background-repeat:  no-repeat;
	background-position:  right 6px;
	height: 37px;
	width: 125px;
}
.txtSearch{
	border: none;
	background: none;
	padding-left: 7px;
	color: #ACACAC;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif, Verdana;	
	font-size: 12px;
	width: 105px;
}
.txtSearch2{
	border: none;
	background: none;
	padding-left: 7px;
	color: #ACACAC;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif, Verdana;	
	font-size: 12px;
}
.p_prodDesc{
	/* font-family: Arial, Helvetica, sans-serif, Verdana;	 */
	font-family: Georgia;
	font-size: 12px;
	padding: 30px 0px 30px;
	text-align: justify;
	line-height: 1.6;
	
}

.brandSearch{
	border: 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(http://www.threadz.com/Images/SiteImages/rounded_background.jpg);
	background-repeat:  no-repeat;
	background-position:  3px 6px;
	height: 24px;
	width: 126px;
}

.sizeChart{
	text-align: left;
	padding-top: 10px;
	min-height: 55px;
}

.prodPrice_a{
	font-family: Georgia;
	font-size: 20px;
	text-align: right;
}

.linkedProd{
	float: left;
	display: block;	
	border-top: 1px solid #7b7b7b;
}

.ProdName{
	font-weight: bold;
	font-size: 16px;
	margin: 5px 0px;
	text-decoration: underline;	
}

.contactLink{
	padding-top: 5px;
	font-weight: bold;
}